summaryrefslogtreecommitdiffabout
path: root/bin/kdepim
Unidiff
Diffstat (limited to 'bin/kdepim') (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 2032420..06d630a 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -1,262 +1,263 @@
1Info about the changes in new versions of KDE-Pim/Pi 1Info about the changes in new versions of KDE-Pim/Pi
2 2
3********** VERSION 2.1.17 ************ 3********** VERSION 2.1.17 ************
4 4
5KO/Pi: 5KO/Pi:
6Added option to display times in What's Next View on two lines. 6Added option to display times in What's Next View on two lines.
7(Useful for display on the Zaurus with 240x320 screen)
7Removed "Allday" for allday events of one day duration in What's Next View. 8Removed "Allday" for allday events of one day duration in What's Next View.
8Added date range for allday events of more than one day duration in What's Next View. 9Added date range for allday events of more than one day duration in What's Next View.
9 10
10********** VERSION 2.1.16 ************ 11********** VERSION 2.1.16 ************
11 12
12Fixed a problem with the menu bar in KO/Pi and using the "Menu" hardware key on the Zaurus. 13Fixed a problem with the menu bar in KO/Pi and using the "Menu" hardware key on the Zaurus.
13Added columns for datetime in todo view: Last modified, created and last modified subtodo 14Added columns for datetime in todo view: Last modified, created and last modified subtodo
14Fixed a bug in agenda view displaying recurring multiday events which are longer than two days. 15Fixed a bug in agenda view displaying recurring multiday events which are longer than two days.
15Made conflict detection up to 4 times faster. 16Made conflict detection up to 4 times faster.
16 17
17********** VERSION 2.1.15 ************ 18********** VERSION 2.1.15 ************
18 19
19Fixed two layout problems on the Z: 20Fixed two layout problems on the Z:
20Made the with of the newly added buttons on the Quick-Todo smaller. 21Made the with of the newly added buttons on the Quick-Todo smaller.
21Made listweek layout in 2 columns on the Z760 in portait screen and full menubar visible. 22Made listweek layout in 2 columns on the Z760 in portait screen and full menubar visible.
22 23
23 24
24********** VERSION 2.1.14 ************ 25********** VERSION 2.1.14 ************
25 26
26Added some buttons to the KO/Pi Quick-todo line to make it possible to quickly access some todo view layout settings like display all flat/open/close and hide/show running/done. 27Added some buttons to the KO/Pi Quick-todo line to make it possible to quickly access some todo view layout settings like display all flat/open/close and hide/show running/done.
27Added a button to add a subtodo quickly. 28Added a button to add a subtodo quickly.
28 29
29Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ). 30Added a possibility to search for conflicting events. (In the Action menu. Keyboard shortcut "q", shift+q or ctrl +q ).
30Added an option to change the layout of the list week to column mode. 31Added an option to change the layout of the list week to column mode.
31 32
32Fixed some usability problems in pi-sync mode by adding some progress information about file transfer. 33Fixed some usability problems in pi-sync mode by adding some progress information about file transfer.
33 34
34Fixed pi-sync problems with the new multi calendar feature. 35Fixed pi-sync problems with the new multi calendar feature.
35Now pi-sync behaviour should be: 36Now pi-sync behaviour should be:
361) Local sends file request ( as usual ) 371) Local sends file request ( as usual )
372) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars. 382) Remote sends file which contains data of all enabled ( the calendar where the "eye" column is checked ) calendars.
383) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ). 393) Local syncs with data, adds new entries to default calendar and sends file back ( as usual ).
39 If the data which local receives contains entries which are on disabled calendars on local this entries are updated and not added as duplicates to the default calendar. 40 If the data which local receives contains entries which are on disabled calendars on local this entries are updated and not added as duplicates to the default calendar.
404) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote. 414) Remote updates the data and adds new entries to default calendar. Readonly entries are not changed on remote.
41 If the data which remote receives contains entries which are on disabled calendars on remote this entries are updated and not added as duplicates to the default calendar. 42 If the data which remote receives contains entries which are on disabled calendars on remote this entries are updated and not added as duplicates to the default calendar.
42 43
43Summary: 44Summary:
44No new item ( new created after the last sync ) in a disabled calendar is propagated to the sync partner. Readonly items are synced and added/changed on the sync partner if it is not readonly on the sync partner. 45No new item ( new created after the last sync ) in a disabled calendar is propagated to the sync partner. Readonly items are synced and added/changed on the sync partner if it is not readonly on the sync partner.
45If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour. 46If you have different calendars on remote and local and some of them disabled you may get some "strange" bahaviour.
46Well, the syncing has become quite complicated ... you should have no problems if you enable all calendars. 47Well, the syncing has become quite complicated ... you should have no problems if you enable all calendars.
47 48
48********** VERSION 2.1.13 ************ 49********** VERSION 2.1.13 ************
49 50
50Fixed a problem in KA/Pi search. 51Fixed a problem in KA/Pi search.
51Fixed some minor problems in KO/Pi. 52Fixed some minor problems in KO/Pi.
52Added calendar selection possibility to the todo view popup and to the event/todo/journal editor. 53Added calendar selection possibility to the todo view popup and to the event/todo/journal editor.
53 54
54Fixed memory usage problems in KA/Pi: 55Fixed memory usage problems in KA/Pi:
55When loading data KA/Pi did load the file data twice. 56When loading data KA/Pi did load the file data twice.
56Example: 57Example:
57 A 600k file did consume 1200k memory during loading process. 58 A 600k file did consume 1200k memory during loading process.
58 This is fixed, it does now consume only 600k during loading process. 59 This is fixed, it does now consume only 600k during loading process.
59When saving data KA/Pi did consume a lot of memory for the data parsing during the save process. 60When saving data KA/Pi did consume a lot of memory for the data parsing during the save process.
60This is fixed. 61This is fixed.
61Example: 62Example:
62 Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram. 63 Before saving a 600k file KA/Pi did consume 21.7 Meg of Ram.
63 When saving KA/Pi did consume 28.6 Meg of Ram. That causes a crash on the Zaurus because there was no memeory left in the system. 64 When saving KA/Pi did consume 28.6 Meg of Ram. That causes a crash on the Zaurus because there was no memeory left in the system.
64 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process. 65 Now KA/Pi is consuming on saving the same data 22.0 Meg of Ram during the save process.
65Note: The memory usage of KA/Pi after the data is loaded/saved has not changed. 66Note: The memory usage of KA/Pi after the data is loaded/saved has not changed.
66The saving of data may be a bit slower now. 67The saving of data may be a bit slower now.
67 68
68Fixed memory usage problems in KO/Pi: 69Fixed memory usage problems in KO/Pi:
69When KO/Pi did save the data to file, it did not release the used buffers after saving. 70When KO/Pi did save the data to file, it did not release the used buffers after saving.
70The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation. 71The used buffer was released after saving the next time, but there was new buffer space allocated again on that save operation.
71This is fixed. 72This is fixed.
72Example: 73Example:
73 When saving a 400k file KO/Pi do now use 400k less memory now. 74 When saving a 400k file KO/Pi do now use 400k less memory now.
74 75
75Optimized memory usage in KO/Pi Agenda view: 76Optimized memory usage in KO/Pi Agenda view:
76KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view. 77KO/Pi is storing some paint information in extra buffers for faster repainting of the agenda view.
77These buffers were not made smaller (i.e. downsized) because of performance reasons. 78These buffers were not made smaller (i.e. downsized) because of performance reasons.
78The handling of these buffers are now much smarter: 79The handling of these buffers are now much smarter:
79Two (of six) buffers are removed completely. 80Two (of six) buffers are removed completely.
80The remaing four buffers are now downsized after not using the agenda view for 45 seconds. 81The remaing four buffers are now downsized after not using the agenda view for 45 seconds.
81Such that the memory usage of KO/Pi is smaller now in general ( because 2 buffers are removed) and is much smaller when not using the agenda view. That is very important when using fastload for KO/Pi. 82Such that the memory usage of KO/Pi is smaller now in general ( because 2 buffers are removed) and is much smaller when not using the agenda view. That is very important when using fastload for KO/Pi.
82 83
83Worst case example ( for a maximum size agenda content): 84Worst case example ( for a maximum size agenda content):
84 When resizing the agenda content to a large scale, KO/Pi did use 17Meg of mem ( and did not use less memory until it was stopped). Now KO/Pi is using on the same operation only 14.3 Meg of mem and after 45 seconds not using the agenda view it uses only 9.4 Meg of mem. 85 When resizing the agenda content to a large scale, KO/Pi did use 17Meg of mem ( and did not use less memory until it was stopped). Now KO/Pi is using on the same operation only 14.3 Meg of mem and after 45 seconds not using the agenda view it uses only 9.4 Meg of mem.
85 86
86When switching to an unused Agenda view now KO/Pi is upizing the buffers again. This takes less than a second. Such that switching to Agenda view (after not using it for more than 45 seconds) is now a bit slower. 87When switching to an unused Agenda view now KO/Pi is upizing the buffers again. This takes less than a second. Such that switching to Agenda view (after not using it for more than 45 seconds) is now a bit slower.
87 88
88Summary: 89Summary:
89Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus. 90Many memory wasting problems of KA/Pi and KO/Pi fixed such that it is better to use on the Zaurus.
90 91
91********** VERSION 2.1.12 ************ 92********** VERSION 2.1.12 ************
92 93
93KO/Pi: 94KO/Pi:
94Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus. 95Many small usability fixes, e.g. rearranged the popup menus such that they are better to use on the Zaurus.
95Fixed a problem with the month view when file was saved but KO/Pi was not the active window. 96Fixed a problem with the month view when file was saved but KO/Pi was not the active window.
96Fixed some problems in the resource config dialog (e.g. added a warning if you set all calendars to read-only). 97Fixed some problems in the resource config dialog (e.g. added a warning if you set all calendars to read-only).
97Fixed some other small problems. 98Fixed some other small problems.
98 99
99********** VERSION 2.1.11 ************ 100********** VERSION 2.1.11 ************
100 101
101KO/Pi: 102KO/Pi:
102Because we can have many calendars now in KO/Pi we can have more than one journal entry per day. 103Because we can have many calendars now in KO/Pi we can have more than one journal entry per day.
103Added features to handle (and add ) more than one journal entry per day. 104Added features to handle (and add ) more than one journal entry per day.
104Added option for a journal title. 105Added option for a journal title.
105 106
106Added info about the calendar, the item belongs to, to the event/todo/journal viewer. 107Added info about the calendar, the item belongs to, to the event/todo/journal viewer.
107Fixed a problem of the alarm of completed recurring todos. 108Fixed a problem of the alarm of completed recurring todos.
108Added to the event/todo editor to set quickly the category of an item. 109Added to the event/todo editor to set quickly the category of an item.
109 110
110 111
111Fixed some problems when calling KO/Pi or KA/Pi from the alarm applet. 112Fixed some problems when calling KO/Pi or KA/Pi from the alarm applet.
112 113
113Added KA/Pi multi sync to the multi sync called from the alarm applet. 114Added KA/Pi multi sync to the multi sync called from the alarm applet.
114 115
115********** VERSION 2.1.10 ************ 116********** VERSION 2.1.10 ************
116 117
117KO/Pi: 118KO/Pi:
118Importing Birthdays will now create another file resource "Birthdays" and import the birthday data from KA/Pi into that file. 119Importing Birthdays will now create another file resource "Birthdays" and import the birthday data from KA/Pi into that file.
119When a multidayevent is selected in monthview all occurences of this event in the monthview are now hightlighted. 120When a multidayevent is selected in monthview all occurences of this event in the monthview are now hightlighted.
120Fixed a bug in searching for a small timerange, i.e. one day. 121Fixed a bug in searching for a small timerange, i.e. one day.
121 122
122KA/Pi: 123KA/Pi:
123Fixed two problems in csv export. 124Fixed two problems in csv export.
124Fixed problems when calling the contact selection dialog from KO/Pi or OM/Pi. 125Fixed problems when calling the contact selection dialog from KO/Pi or OM/Pi.
125 126
126********** VERSION 2.1.9 ************ 127********** VERSION 2.1.9 ************
127 128
128KO/Pi: 129KO/Pi:
129Fixed some problems of the new search options in the search dialog. 130Fixed some problems of the new search options in the search dialog.
130Fixed some problems in the new resource config options. 131Fixed some problems in the new resource config options.
131Changed the recurrence edit of events and todos such that the recurrence edit page now is notified about a change of the start date on the first page. 132Changed the recurrence edit of events and todos such that the recurrence edit page now is notified about a change of the start date on the first page.
132Fixed a problem creating new events in the agenda view if at the day/time is already an agenda item shown: 133Fixed a problem creating new events in the agenda view if at the day/time is already an agenda item shown:
133Now you can click on the bottom/top of an allday agenda item or on the left/right side of an agenda item to get the "new todo/new event" popup. 134Now you can click on the bottom/top of an allday agenda item or on the left/right side of an agenda item to get the "new todo/new event" popup.
134 135
135Fixed a problem in recurrence range in syncing with DTM. 136Fixed a problem in recurrence range in syncing with DTM.
136 137
137KA/Pi: 138KA/Pi:
138Made it posiible to show in the contact overview the details of all data available for that contact( e.g. office, spouse, children, nickname ...) 139Made it posiible to show in the contact overview the details of all data available for that contact( e.g. office, spouse, children, nickname ...)
139 140
140PwM/Pi: 141PwM/Pi:
141Added "sec" to the timeout config settings to make it clear the timeout values are seconds. 142Added "sec" to the timeout config settings to make it clear the timeout values are seconds.
142 143
143********** VERSION 2.1.8 ************ 144********** VERSION 2.1.8 ************
144 145
145KO/Pi: 146KO/Pi:
146Added info about the completion state of a todo in the ListView/Searchdialog. 147Added info about the completion state of a todo in the ListView/Searchdialog.
147If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well. 148If in TodoView is selected "do not show compledted todos" then completed todos are not shown in the ListView as well.
148Fixed some updating problems when changing the filter. 149Fixed some updating problems when changing the filter.
149 150
150KA/Pi: 151KA/Pi:
151In the addressee selection dialog now the formatted name is shown, if not empty. 152In the addressee selection dialog now the formatted name is shown, if not empty.
152Added a column "category" to the addressee selection dialog to make it possible to sort addressees after category. 153Added a column "category" to the addressee selection dialog to make it possible to sort addressees after category.
153Now in the addressee selection dialog a selected contact is remove with a single click from the selected list. 154Now in the addressee selection dialog a selected contact is remove with a single click from the selected list.
154 155
155Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored. 156Fixed in the file selector on the Zaurus the problem that symbolic links to files/dirs were ignored.
156Fixed the sorting for size in the file selector on the Z. 157Fixed the sorting for size in the file selector on the Z.
157 158
158Changed the color selection dialog on the Zaurus to a more user friendly version. 159Changed the color selection dialog on the Zaurus to a more user friendly version.
159 160
160********** VERSION 2.1.7 ************ 161********** VERSION 2.1.7 ************
161 162
162KO/Pi: 163KO/Pi:
163Fixed several problems in the new Resource handling. 164Fixed several problems in the new Resource handling.
164Added more options to the search dialog. 165Added more options to the search dialog.
165Fixed a problem in the Month view. 166Fixed a problem in the Month view.
166Added more options to the dialog when setting a todo to stopped. 167Added more options to the dialog when setting a todo to stopped.
167 168
168Fixed two small problems in KO/Pi Alarm applet. 169Fixed two small problems in KO/Pi Alarm applet.
169 170
170********** VERSION 2.1.6 ************ 171********** VERSION 2.1.6 ************
171 172
172This release is for testing only. 173This release is for testing only.
173 174
174KO/Pi: 175KO/Pi:
175Added to the list view (the list view is used in search dialog as well) the possibility to print it. 176Added to the list view (the list view is used in search dialog as well) the possibility to print it.
176Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view. 177Added to the list view the possibility to hide entries, if you do not want to print all entries of the list view.
177Added to the list view the possibility to add all subtodos of selected todos to an export/beam. 178Added to the list view the possibility to add all subtodos of selected todos to an export/beam.
178Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout. 179Added to the search dialog the possibility to make an additive search such that you can get a better list for export/printout.
179Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus. 180Added to the search dialog the possibility to hide the checkboxes such that there is more space for the list view on the Zaurus.
180Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly. 181Fixed a problem in the AlarmTimer Applet: Now utf8 messages are displayed properly.
181 182
182Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars. 183Added support for multiple calendar files in KO/Pi. Only local ical (*.ics) files are supported as calendars.
183In the sync profile config it is still missing to specify a particular calendar to sync with this profile. That setting will be added later. 184In the sync profile config it is still missing to specify a particular calendar to sync with this profile. That setting will be added later.
184Now on every sync the set of calendars is synced which are enabled in the resource view. 185Now on every sync the set of calendars is synced which are enabled in the resource view.
185 186
186A calendar is enabled in the resource view if the "eye" column is checked. 187A calendar is enabled in the resource view if the "eye" column is checked.
187You can set a calendar to be the default for new items( "+" column ). 188You can set a calendar to be the default for new items( "+" column ).
188You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly. 189You can tell KO/Pi to ignore all alarm of a calendar ( "bell" column ) and you can set it readonly.
189To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ... 190To find out how to add a new calendar and how to remove a calendar is left as an exercise to the reader ...
190 191
191 192
192********** VERSION 2.1.5 ************ 193********** VERSION 2.1.5 ************
193 194
194This is the new stable version. 195This is the new stable version.
195Bugfix: 196Bugfix:
196Fixed a problem with agenda popup on the desktop in KO/Pi. 197Fixed a problem with agenda popup on the desktop in KO/Pi.
197Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization. 198Fixed a crash when reloading file, e.g. after a passive pi-sync synchronization.
198Added config option to not display completed todos in agenda view. 199Added config option to not display completed todos in agenda view.
199Addressee view is now using the formatted name, if defined. 200Addressee view is now using the formatted name, if defined.
200That makes it possible to display "lastname, firstname" in that view now. 201That makes it possible to display "lastname, firstname" in that view now.
201To set the formatted name for all contacts, please use menu: 202To set the formatted name for all contacts, please use menu:
202Edit->Change->Set formatted name. 203Edit->Change->Set formatted name.
203Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows. 204Fixed the bug in KA/Pi that is was not possible to add images to a contact on Windows.
204 205
205********** VERSION 2.1.4 ************ 206********** VERSION 2.1.4 ************
206 207
207Fixed two more bugs in the KA/Pi CSV import dialog: 208Fixed two more bugs in the KA/Pi CSV import dialog:
208Made it possible to read multi-line fields and import it to the "Note" field. 209Made it possible to read multi-line fields and import it to the "Note" field.
209Fixed a problem in mapping custom fields, whatever a custem field is... 210Fixed a problem in mapping custom fields, whatever a custem field is...
210 211
211********** VERSION 2.1.3 ************ 212********** VERSION 2.1.3 ************
212 213
213Changed the menu structure of the alarm applet: 214Changed the menu structure of the alarm applet:
214Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List". 215Moved "Simulate" to " Play Beeps" submenu and re-added "Todo List".
215 216
216Fixed several problems in the KA/Pi CSV import dialog: 217Fixed several problems in the KA/Pi CSV import dialog:
217Added "Category", made codec configureable and made it possible to map many fields to the "Note" field. 218Added "Category", made codec configureable and made it possible to map many fields to the "Note" field.
218 219
219 220
220********** VERSION 2.1.2 ************ 221********** VERSION 2.1.2 ************
221 222
222Fixed a problem closing the alarm dialog on Zaurus with "OK" button. 223Fixed a problem closing the alarm dialog on Zaurus with "OK" button.
223 224
224Fixed a problem when importing data from Outlook with mutiple categories set. 225Fixed a problem when importing data from Outlook with mutiple categories set.
225 226
226Changed display of days in datenavigator: 227Changed display of days in datenavigator:
227Birthdays are now blue, not dark green. 228Birthdays are now blue, not dark green.
228When todo view is shown, no birtdays are shown and days with due todos are shown blue. 229When todo view is shown, no birtdays are shown and days with due todos are shown blue.
229When journal view is shown, only holidays are shown and days with journals are blue. 230When journal view is shown, only holidays are shown and days with journals are blue.
230 231
231Added Backup options to global config: 232Added Backup options to global config:
232You can create now x-daily backups for KO/Pi, KA/Pi (for file resources only, file resource is the standard type) and PwM/Pi ( all files you will open ). 233You can create now x-daily backups for KO/Pi, KA/Pi (for file resources only, file resource is the standard type) and PwM/Pi ( all files you will open ).
233It is recommended to use another HDD/Memory card for the backup directory. If (very useful on the Zaurus) the specified backup directory does not exist you are asked if you want to try again to create a backup. That makes it possible to insert your memory card in the Zaurus and then trying again. 234It is recommended to use another HDD/Memory card for the backup directory. If (very useful on the Zaurus) the specified backup directory does not exist you are asked if you want to try again to create a backup. That makes it possible to insert your memory card in the Zaurus and then trying again.
234The backup is created when the application wants to save for the first time on a backup-day. You can specify the amount of backups and the day interval of backups. 235The backup is created when the application wants to save for the first time on a backup-day. You can specify the amount of backups and the day interval of backups.
235 236
236********** VERSION 2.1.1 ************ 237********** VERSION 2.1.1 ************
237 238
238Stable release 2.1.1! 239Stable release 2.1.1!
239 240
240KO/Pi: 241KO/Pi:
241Fixed one problem in the layout of the edit dialogs on the Zaurus with 640x480 display. 242Fixed one problem in the layout of the edit dialogs on the Zaurus with 640x480 display.
242 243
243********** VERSION 2.1.0 ************ 244********** VERSION 2.1.0 ************
244 245
245Stable release 2.1.0! 246Stable release 2.1.0!
246 247
247Summary of changes/fixes compared to version 2.0.6: 248Summary of changes/fixes compared to version 2.0.6:
248 249
249Many bugs of version 2.0.6 fixed. 250Many bugs of version 2.0.6 fixed.
250Most of them were small bugs, but some of them were important. 251Most of them were small bugs, but some of them were important.
251It is recommended to use version 2.1.0 and not version 2.0.6. 252It is recommended to use version 2.1.0 and not version 2.0.6.
252 253
253Important changes: 254Important changes:
254 255
255Added recurring todos to KO/Pi. 256Added recurring todos to KO/Pi.
256 257
257Added global application font settings (for all KDE-Pim/Pi apps) to the general settings. 258Added global application font settings (for all KDE-Pim/Pi apps) to the general settings.
258 259
259Made Passwordmanager PwM/Pi more userfriendly: Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. 260Made Passwordmanager PwM/Pi more userfriendly: Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more.
260 261
261Datenavigator can now display many months. Very useful on the desktop. 262Datenavigator can now display many months. Very useful on the desktop.
262 263