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