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