]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/MailerUI/ChangeLog
added account discovery
[scalable-opengroupware.org] / SOGo / UI / MailerUI / ChangeLog
1 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
2
3         * UIxMailTree.m: properly display share names in account list (show
4           name of share instead of the cut-off account login). Added some
5           improved heuristics to determine a viably short name (v0.9.128)
6
7 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
8
9         * UIxMailView.m, product.plist: added -trash button and action
10           (v0.9.127)
11
12 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
13
14         * product.plist: hide expunge button on mail folder when deleting is
15           disallowed (v0.9.126)
16
17 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
18
19         * v0.9.125
20
21         * UIxMailToolbar.m: added ability to disable toolbar buttons in case an
22           operation is not allowed (eg an object got deleted)
23
24         * product.plist: added 'isSafe=NO' markers to unsafe HTTP methods in
25           toolbar, added 'enabled' binding for 'delete' button
26
27         * v0.9.124
28
29         * UIxMailView.m: improved error handling in case the delete flag could
30           not be set
31
32         * UIxMailMainFrame.m: added -hasErrorText / -errorText / 
33           -errorAlertJavaScript methods to deal with errors encoded in the
34           'error' form parameter
35
36 2005-03-24  Helge Hess  <helge.hess@opengroupware.org>
37
38         * v0.9.123
39         
40         * UIxMailListView.m: added create/delete folder operations
41         
42         * product.plist: added folder-add/delete buttons in toolbar
43
44 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
45
46         * renamed "default.strings" to "Localizable.strings" (v0.9.122)
47
48 2005-02-23  Helge Hess  <helge.hess@opengroupware.org>
49
50         * mailer.js: split into multiple files (v0.9.121)
51
52 2005-02-22  Helge Hess  <helge.hess@opengroupware.org>
53
54         * UIxMailMainFrame.m: added ability not to generate the HTML frame 
55           (v0.9.120)
56
57 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
58
59         * moved UIxMailSizeFormatter to MailPartViewers (v0.9.119)
60
61 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
62
63         * mailer.js: added HTML escape/unescape functions (v0.9.118)
64
65         * moved mail part viewers to own product (MailPartViewers) (v0.9.117)
66
67 2005-02-17  Helge Hess  <helge.hess@opengroupware.org>
68
69         * UIxMailSortableTableHeader.m: properly inherit from SoComponent, so
70           that resource lookup works (v0.9.116)
71
72 2005-02-16  Helge Hess  <helge.hess@opengroupware.org>
73
74         * added automatic search field posting (v0.9.115)
75
76         * mailer.js: fixed a row highlighting bug (v0.9.114)
77
78         * product.plist: fixed compose button in mail viewer (v0.9.113)
79
80 2005-02-15  Helge Hess  <helge.hess@opengroupware.org>
81
82         * UIxMailListView.wox: added a pointer cursor for rows and enabled an
83           on-click message opener on some cells (v0.9.112)
84
85         * UIxMailListView.wox: added message row highlighting (v0.9.111)
86
87         * UIxMailAccountView.wox, UIxMailAccountsView.wox: added a title-div
88           to fix layout (v0.9.110)
89
90 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
91
92         * mailer.js: use 'tb.view' instead of 'view' to show a page (v0.9.109)
93
94         * UIxMailTree.m: always stop tree on user folder (v0.9.108)
95         
96         * v0.9.107
97         
98         * product.plist: mapped 'namespaced' "tb.view" SOPE method to the same
99           methods like "view". This allows us to use "tb.view" inside the
100           mailer without clashing with other UIs on top of the same SoObjects
101
102         * UIxMailTree.m: use Inbox icon for SOGoMailAccount and
103           SOGoMailAccounts folders, added ability to specify a
104           'treeFolderAction' (relative URL to be triggered by clicks)
105
106         * v0.9.106
107         
108         * UIxMailFilterPanel.wox: improved CSS styling of the search field
109
110         * UIxMailTree.wox: fixed display of special mail icons if a folder
111           has subfolders and is open (in short: the 'cornerIcon' binding is
112           properly set)
113
114         * v0.9.105
115         
116         * UIxMailTree.m: fixed handling of root nodes (properly display all
117           children of the root node)
118         
119         * UIxMailTreeBlock.m: generate a description
120         
121         * UIxMailMainFrame.m, UIxMailTree.m: made root class of tree
122           configurable using 'SOGoMailTreeRootClass' default
123         
124 2005-02-13  Helge Hess  <helge.hess@opengroupware.org>
125
126         * mailer.css: added left-padding to treecell to make it look better
127           (v0.9.104)
128
129         * UIxMailListView.wox: added mark read/unread without page refresh
130           using XMLHttpRequest (v0.9.103)
131
132         * product.plist, UIxMailListView.wox, mailer.js: added bulk
133           reply/replyall/forward (v0.9.102)
134
135 2005-02-12  Helge Hess  <helge.hess@opengroupware.org>
136
137         * UIxMailMainFrame.m: fixed page form processing if the active URL
138           does not specify a method name (ends with /) (v0.9.101)
139
140         * v0.9.100
141
142         * added support for filter popup (OGo bug #1210)
143         
144         * UIxMailListView: moved filter selection to an own component
145
146         * v0.9.99
147
148         * product.plist: also map index method of mail folder to
149           UIxMailListView
150
151         * UIxMailListView.m: added subject/sender searching (OGo bug #1209)
152
153 2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
154
155         * UIxMailPartLinkViewer.wox, UIxMailPartMessageViewer.wox: added
156           missing 'label' namespace declaration (v0.9.98)
157
158 2005-02-09  Helge Hess  <helge.hess@opengroupware.org>
159
160         * UIxMailReplyAction.m: implemented a content-reply (v0.9.97)
161
162 2005-02-08  Helge Hess  <helge.hess@opengroupware.org>
163
164         * v0.9.96
165
166         * UIxMailPartMessageViewer.m: fixed for multivalue from fields
167
168         * UIxMailEditorAction.m, product.plist: split editor action in multiple
169           classes
170
171         * v0.9.95
172
173         * product.plist: do not use clickedEditorDelete() JS function for
174           draft delete but just call the link
175         
176         * UIxMailEditor.m: a successful draft delete now returns the window
177           closer and refreshes the opener
178         
179         * mailer.js now reloads the opener for editor-save and editor-delete
180           functions (does not properly work since the form load is async)
181         
182         * UIxMailEditorAction.m, product.plist: implemented simple
183           reply/reply-all processing (subject and recipient handling is in
184           place, content quoting is pending)
185         
186         * v0.9.94
187
188         * UIxMailListView.m: properly show "to" address in tableview for
189           Sent folder
190
191         * UIxMailView.m: fixed for new 'from' API
192
193         * v0.9.93
194
195         * mailer.js: work on the read-mail marking code, properly change the
196           icon div
197
198         * UIxMailListView.m: changed handling of unread mail flags
199
200         * UIxMailView.wox: use the new markMailReadInWindow function to mark
201           a mail read in the mail list
202
203 2005-02-07  Helge Hess  <helge.hess@opengroupware.org>
204
205         * v0.9.92
206         
207         * UIxMailView.m: properly refresh mail list after a mail got deleted
208
209         * UIxMailWindowCloser.m: added ability to refresh the opener window
210           prior closing the panel
211
212         * UIxMailView.wox: triggers opener callback to mark a mail as read
213         
214         * mailer.js: added refreshOpener() function which refreshes the
215           panel that opened the current window, added triggerOpenerCallback()
216           function which triggers a URL given in the "openerurl" query
217           parameter on the opener window
218
219         * UIxMailEditor.m: disabled Internet warning in the mail editor per
220           default, can be enabled using the 'SOGoShowInternetMarker' default,
221           made Internet header detection qualifier configurable, see README
222           (SOGoInternetDetectQualifier string default), when the request is
223           from the Internet, add headers as specified in the
224           'SOGoInternetMailHeaders' dictionary default (v0.9.91)
225
226         * UIxMailTree.m: added support for special folder icons (v0.9.90)
227
228         * v0.9.89
229
230         * UIxMailTree.m: made special folder names localizable
231
232         * English.lproj/default.strings: added some folder translations
233
234 2005-02-06  Helge Hess  <helge.hess@opengroupware.org>
235
236         * v0.9.88
237
238         * UIxMailTree.m: some code cleanups, does not use -fetchSubfolders of
239           SOGoObject anymore (to be useful for any object)
240
241         * UIxMailMainFrame.wox: made "Folders" title localizable
242
243         * UIxMailListView.wox: removed some superflous section
244
245 2005-01-31  Helge Hess  <helge.hess@opengroupware.org>
246
247         * UIxMailView.m: implemented 'expunge' action (delete button in the
248           toolbar) (v0.9.87)
249
250         * UIxMailView.m, UIxMailRenderingContext.m: moved more bulk fetching
251           to SoObject (v0.9.86)
252
253         * UIxMailView.m: moved plain/text bulkfetch method to SoObjects/Mailer,
254           since its general purpose (v0.9.85)
255
256         * v0.9.84
257
258         * UIxMailView.m: properly recurse into message/rfc822 bodies for flat
259           content fetches
260
261         * UIxMailView.m, UIxMailPartMessageViewer.m: added links for email
262           addresses (currently mailto://)
263
264 2005-01-30  Helge Hess  <helge.hess@opengroupware.org>
265         
266         * v0.9.83
267         
268         * UIxMailRenderingContext.m: activate UIxMailPartMessageViewer for
269           message/rfc822 contents
270
271         * added a UIxMailPartMessageViewer for displaying embedded (eg
272           forwarded) MIME messages
273
274         * v0.9.82
275         
276         * UIxMailPartLinkViewer.m: prefix filenames which start with a digit,
277           properly escape attachment names
278
279         * UIxMailPartImageViewer.m (UIxMailPartViewer): append image extension
280           to attachments
281         
282         * v0.9.81
283         
284         * UIxSieveEditor.m: call proper save method in Sieve SoObject
285         
286         * UIxMailEditor.m: added 'SOGoMailEditorKeepTmpFile' default to debug
287           MIME generation
288
289         * v0.9.80
290
291         * UIxMailEditorAction.m: work on forwarding and reply
292         
293         * UIxFilterList.wox, UIxMailAccountView.wox, UIxMailAccountsView.wox,
294           UIxSieveEditor.wox: fixed title (needs localization)
295
296         * UIxMailMainFrame.m: always generate title as given by the parent
297           component (titles need to get fixed!), was fixed to OpenGroupware.org
298           before unless in debug mode
299         
300         * UIxMailEditor.m: use new storeInfo API, generate a proper panelTitle
301           (needs localization)
302
303         * UIxMailEditorAttach.m: use new attachment API
304
305         * UIxMailView.wox: remoted link to screenshot, use mail subject as
306           title
307
308         * UIxMailListView.m: disabled a log
309
310 2005-01-28  Helge Hess  <helge.hess@skyrix.com>
311
312         * v0.9.79
313
314         * UIxMailEditor.wox: localized 'Subject' label, shows 'non-intranet'
315           marker if 'MinequProvenance' HTTP header is not set to 'intranet'
316
317         * mailer.css: added marker for internet-mails (#1153)
318
319         * v0.9.78
320
321         * UIxMailListView.m: properly mark deleted mails using line-through
322
323         * UIxMailView.m: close mail viewer if mail delete was successful
324
325         * mailer.css: added style classes for deleted cells
326
327         * UIxMailEditor.m: moved some Sent folder lookup to SOGoMailAccount
328
329         * v0.9.77
330
331         * added UIxMailSizeFormatter to render big file size numbers with some
332           M or K suffix
333
334         * UIxMailPartViewer.m: added methods to retrieve filename, file
335           extension and file size formatter
336
337         * UIxMailSortableTableHeader.m: minor code cleanups
338
339 2005-01-27  Helge Hess  <helge.hess@skyrix.com>
340
341         * started attachment (download) viewer (#1074) (v0.9.76)
342
343 2005-01-26  Helge Hess  <helge.hess@skyrix.com>
344
345         * v0.9.75
346
347         * UIxMailEditor.m: copy sent mails to INBOX/Sent folder, fixes issue
348           #1054
349
350         * product.plist: disabled unsupported delete button in mailviewer
351
352         * UIxMailListView.wox: removed unused mail checkboxes and folder-tree
353           popup (#1211) (v0.9.74)
354
355         * disabled some unsupported buttons and template elements (#1209,
356           #1210, #1207, #1208) (v0.9.73)
357
358 2005-01-26  Marcus Mueller  <znek@mulle-kybernetik.com>
359
360         * v0.9.72
361
362         * UIxMailWindowCloser.{m,wox}: new component which closes the window
363           in its "onLoad".
364
365         * UIxMailEditor.m: close window after successful send by opening
366           UIxMailWindowCloser. This fixes SOGo Bug #1053.
367
368 2005-01-07  Marcus Mueller  <znek@mulle-kybernetik.com>
369
370         * {English/French}.lproj/default.strings: changed encoding from
371           ISO-Latin-1 to UTF-8, which is now the default (v0.9.71)
372
373 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
374
375         * UIxMailTree.m, UIxMailEditor.m, UIxMailPartViewer.m,
376           UIxEnvelopeAddressFormatter.m, UIxMailToolbar.m,
377           UIxMailRenderingContext.m, UIxMailEditorAttach.m,
378           UIxSubjectFormatter.m, UIxMailPartAlternativeViewer.m:
379           changed to use NGLogging (v0.9.70)
380
381 2004-12-03  Helge Hess  <helge.hess@skyrix.com>
382
383         * v0.9.69
384
385         * UIxFilterList.m: added support for script creation
386
387         * v0.9.68
388         
389         * UIxFilterList.m: added ability to trigger new editor
390         
391         * started UIxSieveEditor
392         
393         * UIxFilterList.wox: minor fix to table layout (v0.9.67)
394         
395 2004-11-28  Helge Hess  <helge.hess@skyrix.com>
396
397         * UIxFilterList.m: use toOneRelationshipKeys to retrieve the filters
398           being displayed (v0.9.66)
399
400 2004-11-27  Helge Hess  <helge.hess@skyrix.com>
401
402         * v0.9.65
403         
404         * added first (empty) version of filter list page
405         
406         * UIxMailEditorAttach.m: fixed a warning
407
408         * UIxMailAccountView.wox, product.plist: cleaned up account page (links
409           work now), added a compose button (v0.9.64)
410
411 2004-11-15  Marcus Mueller  <znek@mulle-kybernetik.com>
412
413         * UIxMailEditor.m: properly set "From" header (v0.9.63)
414
415 2004-11-11  Helge Hess  <helge.hess@skyrix.com>
416
417         * UIxMailListView.wox: added sample move popup (v0.9.62)
418
419 2004-11-09  Helge Hess  <helge.hess@skyrix.com>
420
421         * UIxMailListView.m: added support for toggling read/unread flags
422           (v0.9.61)
423
424         * UIxMailTree.m: added tree navigation code from SoObjects (v0.9.60)
425
426         * UIxMailTree.m: removed unused code (v0.9.59)
427
428         * UIxMailListView.m: flush mail caches in the getMail action (v0.9.58)
429
430 2004-10-29  Helge Hess  <helge.hess@skyrix.com>
431
432         * UIxMailEditor.m: reenabled deletion of temporary mail files (v0.9.57)
433
434 2004-10-28  Helge Hess  <helge.hess@skyrix.com>
435
436         * product.plist: fixed getMail for drafts folder (v0.9.56)
437
438         * UIxMailListView.wox: fixed viewer activation for unread mails
439           (v0.9.55)
440
441 2004-10-28  Helge Hess  <helge.hess@opengroupware.org>
442
443         * UIxMailMoveToPopUp.m: fixed header (v0.9.54)
444
445 2004-10-27  Helge Hess  <helge.hess@opengroupware.org>
446
447         * disabled popup until it uses the proper tree (v0.9.53)
448
449 2004-10-27  Marcus Mueller  <znek@mulle-kybernetik.com>
450
451         * UIxMailMoveToPopUp.[m|wox]: component which renders a popup
452           containing possible destinations for a mail move operation (v0.9.52)
453
454 2004-10-27  Helge Hess  <helge.hess@opengroupware.org>
455
456         * UIxMailEditor.m: default method returns a redirect to 'edit', added
457           'delete' action and button (v0.9.51)
458
459         * v0.9.50
460
461         * UIxMailEditor.m: send mail using draft object
462
463         * UIxMailListView.wox: do not wrap title line
464
465         * UIxMailEditor.m: added send related code (v0.9.49)
466
467 2004-10-26  Helge Hess  <helge.hess@opengroupware.org>
468
469         * UIxMailEditorAttach.m: added attachment delete (v0.9.48)
470
471         * UIxMailEditorAttach.wox, mailer.css: work on layout, added delete
472           action (v0.9.47)
473
474         * added new UIxMailEditorAttach component to manage draft attachments
475           (v0.9.46)
476
477 2004-10-25  Helge Hess  <helge.hess@opengroupware.org>
478
479         * v0.9.45
480
481         * uix.css: replaced invalid "text-color" with "color"
482         
483         * UIxMailEditor.wox: bind subject/text, can load/save info object in
484           draft
485
486 2004-10-22  Marcus Mueller  <znek@mulle-kybernetik.com>
487
488         * v0.9.44
489
490         * UIxMailSortableTableHeader.[wox|m]: new component for doing sorting
491
492         * UIxMailListView.wox: uses UIxMailSortableTableHeader for sorting
493
494         * UIxMailListView.wox: bugfixes (v0.9.43)
495
496         * v0.9.42
497
498         * UIxMailListView.wox: sorting, proper handling of sort keys.
499           NOTE: there's still an unidentified bug of sort keys failing to be
500           retained on successive paging.
501
502         * UIxMailListView.m: sorting
503
504         * Images/title_*: corrected alpha values
505
506 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
507
508         * v0.9.41
509         
510         * UIxMailListView.wox: localized labels and added some JavaScript
511           templates for doing nifty row selection
512
513         * UIxMailListView.m: added JavaScript method (stub only)
514
515         * English.lproj/default.strings: new localized strings
516
517 2004-10-13  Helge Hess  <helge.hess@opengroupware.org>
518
519         * v0.9.40
520
521         * product.plist: exported some missing icons
522
523         * UIxMailToSelection.m: some code cleanup
524
525         * UIxMailEditor.m (UIxComponent): added ivars for values
526
527 2004-10-13  Marcus Mueller  <znek@mulle-kybernetik.com>
528
529         * UIxMailToSelection.m: sanitize CN's a bit before using them (v0.9.39)
530
531         * v0.9.38
532
533         * UIxMailToSelection.[wox|m]: removed superfluous debug messages
534
535         * UIxMailAdressbook.[wox|m]: redirect cover for Addressbook and Anais
536
537         * mailer.js: new JavaScript to open Addressbook and Anais windows
538
539         * product.plist: added Addressbook/Anais entries
540
541 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
542
543         * v0.9.37
544
545         * UIxMailToSelection.[wox|m]: stable version with heavily improved
546           JavaScript code.
547
548         * English.lproj/default.strings: new localizable strings
549
550 2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
551
552         * UIxMailEditor.m: enabled -takeValuesFromRequest: (v0.9.36)
553
554 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
555
556         * UIxMailToSelection.[m|wox]: parse given arguments and conditionally
557           split lists. Dynamically create tables and JavaScript. (v0.9.35)
558
559         * UIxMailToSelection.wox: minor update (v0.9.34)
560
561         * v0.9.33
562
563         * UIxMailToSelection.[wox|m]: updated
564
565         * English.lproj/default.strings: new localizable strings
566
567         * v0.9.32
568
569         * UIxMailEditor.wox: changed API for UIxMailToSelection
570         
571         * UIxMailToSelection.[wox|m]: new component template
572
573         * English.lproj/default.strings: new localizable strings
574
575         * README: updated
576
577 2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
578
579         * v0.9.31
580
581         * mailer.js: prepared JavaScript functions for editor
582
583         * UIxMailMainFrame.wox: embed all content in a form called 'pageform'
584
585 2004-10-11  Helge Hess  <helge.hess@opengroupware.org>
586
587         * v0.9.30
588
589         * UIxMailEditor.wox: moved recipient selection to an own component
590           (UIxMailToSelection)
591
592         * UIxMailMainFrame.wox: fixed script link
593
594         * v0.9.29
595
596         * product.plist: trigger UIxMailEditorAction for compose instead of
597           returning the mail editor page, mapped missing toolbar actions
598
599         * UIxMailEditorAction.m: implemented -compose as a redirect to a new
600           object in the account draft folder
601
602         * UIxMailListView.wox: reduced subject width to 50%
603
604         * mailer.css: added send icon class, icon itself still missing
605
606         * started UIxMailEditorAction object which will contain all the
607           redirects from the buttons to the mail editor (working on draft
608           objects in the drafts folder) (v0.9.28)
609
610 2004-10-10  Helge Hess  <helge.hess@opengroupware.org>
611
612         * product.plist: added some configuration for the drafts folder
613           (v0.9.27)
614
615 2004-10-06  Helge Hess  <helge.hess@opengroupware.org>
616
617         * UIxMailListView.m: added support for paper clip icon when messages
618           are bigger than a certain size (v0.9.26)
619
620 2004-10-05  Helge Hess  <helge.hess@opengroupware.org>
621
622         * v0.9.25
623
624         * UIxMailListView.m: added sort icons
625
626         * UIxMailEditor.m: more work on editor
627
628         * mailer.css: added compose div classes
629
630         * UIxMailListView: removed href for JavaScript onclick links (v0.9.24)
631
632         * v0.9.23
633         
634         * product.plist: fixed addressbook label
635         
636         * UIxMailToolbar: added support for 'onclick' event handlers
637         
638         * UIxMailEditor: started editor
639
640         * UIxMailListView.m: added sorting to table view
641
642         * v0.9.22
643
644         * UIxMailToolbar.wox: added support for 'target' links
645
646         * UIxMailEditor.wox: use standard mail frame
647
648         * v0.9.21
649
650         * UIxMailTree: made toolbar configurable using 'toolbar' slot on the
651           clientObject
652
653         * product.plist: added toolbar configurations
654
655         * UIxMailMainFrame.wox: moved toolbar to own component
656
657         * UIxMailListView: added simple navigation (v0.9.20)
658
659         * v0.9.19
660
661         * UIxMailPartViewer.m: added content decoding for QP, base64 and 7bit,
662           added proper charset decoding
663         
664         * UIxMailPartTextViewer.m: moved content => NSString conversion to
665           UIxMailPartViewer.m
666         
667         * v0.9.18
668         
669         * UIxMailPartViewer.m: added support methods for caches, added -sleep
670           method
671         
672         * added multipart/alternative viewer
673         
674         * added Thunderbird message read/unread icons
675
676 2004-10-04  Helge Hess  <helge.hess@opengroupware.org>
677
678         * fixed fetching of mails with only text content (v0.9.17)
679
680         * added flat body fetches, used in text viewer (v0.9.16)
681
682         * added MIME content viewer infrastructure (v0.9.15)
683
684         * UIxMailView.m: added 'currentAddress' accessors (v0.9.14)
685
686         * UIxMailView.m: use core infos stored in message SoObject for display
687           (v0.9.13)
688
689 2004-10-03  Helge Hess  <helge.hess@opengroupware.org>
690
691         * v0.9.12
692
693         * UIxMailListView.m: fetch size for list
694
695         * UIxMailView.m: cache fetched message for transaction, fetch body
696           structure
697
698         * work on viewer (v0.9.11)
699
700         * UIxMailMainFrame.wox: made toolbar floating (v0.9.10)
701
702 2004-10-02  Helge Hess  <helge.hess@opengroupware.org>
703
704         * more work on UI (v0.9.9)
705
706         * added formatters for mail list (v0.9.8)
707
708         * v0.9.7
709
710         * show messages in an IMAP4 folder
711
712         * mailer.css: remote calendar CSS not required in mailer
713
714 2004-09-29  Helge Hess  <helge.hess@opengroupware.org>
715
716         * added toolbar images (v0.9.6)
717
718         * UIxMailTree.m: use new tree navigation methods in SoObjects (v0.9.5)
719
720 2004-09-28  Helge Hess  <helge.hess@opengroupware.org>
721
722         * more work on mailer UI, added tree based on WETreeView (v0.9.4)
723
724 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
725
726         * added rsrc namespace declaration to templates (v0.9.3)
727
728 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
729
730         * work on mailer (v0.9.2)
731
732 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
733
734         * GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.1)
735
736 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
737
738         * ChangeLog: created