|
diff --git a/ChangeLog b/ChangeLog index 1c4cfe4..f4945ef 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -1,7 +1,7 @@ |
1 | 2005-??-??Opie 1.2.0 |
1 | 2005-03-20Opie 1.2.0-pre |
2 | |
2 | |
3 | New Features |
3 | New Features |
4 | ------------ |
4 | ------------ |
5 | * Launcher: Support a static background pixmap (mickeyl) |
5 | * Launcher: Support a static background pixmap (mickeyl) |
6 | * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) |
6 | * LauncherSettings: Choose whether to have a static background pixmap (mickeyl) |
7 | * PackageManager supports the 'lists_dir' ipkg configuration option (drw) |
7 | * PackageManager supports the 'lists_dir' ipkg configuration option (drw) |
@@ -9,12 +9,13 @@ |
9 | * Improved launcher icons for consistency (ar) |
9 | * Improved launcher icons for consistency (ar) |
10 | * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook. (alwin) |
10 | * Datebook: Added plugin system to datebook so holidays and birthdays from contacts may displayed in datebook. (alwin) |
11 | |
11 | |
12 | Fixed Bugs |
12 | Fixed Bugs |
13 | ---------- |
13 | ---------- |
14 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
14 | * #1236 - VCards contained empty home and work address entries causing Palms to crash (eilers) |
| |
15 | * #1412 - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) |
15 | * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) |
16 | * #1472 - Opie textedit now check for unsaved changes on ESC key (ljp) |
16 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) |
17 | * #1474 - Implement GUI for Scrollbars on the Left in Appearance (zecke) |
17 | * #1482 - Fix double '/' in paths (zecke) |
18 | * #1482 - Fix double '/' in paths (zecke) |
18 | * #1536 - Autosave of custom locations in opie backup (ar) |
19 | * #1536 - Autosave of custom locations in opie backup (ar) |
19 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |
20 | * #1539 - Fixed displaying too long path in the delete dialog in opie-eye (zecke) |
20 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
21 | * #1540 - Implemented deletion of DocLnks in opie-eye (zecke) |
@@ -30,13 +31,12 @@ |
30 | * #1608 - Addressbook crashed after search, which may caused by not initialzed member variable (eilers) |
31 | * #1608 - Addressbook crashed after search, which may caused by not initialzed member variable (eilers) |
31 | * #1608 - QueryByExampe-Datediff on SQL database did not worked properly (eilers) |
32 | * #1608 - QueryByExampe-Datediff on SQL database did not worked properly (eilers) |
32 | * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) |
33 | * n.a. - Netsystemtime - fixed UI to prevent error dialog from displaying when it shouldn't, get rid of some compiler warnings (drw) |
33 | * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) |
34 | * n.a. - PackageManager - fixed where last package in status file was not shown as installed when it should be (drw) |
34 | * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) |
35 | * n.a. - PackageManager - fixed bug where lists_dir was not being honored at startup (drw) |
35 | * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) |
36 | * n.a. - PackageManager - provided default value for lists_dir when none is entered in configuration dialog (drw) |
36 | * n.a. - Launcher Settings - fixed default settings for background in Edit tab dialog (drw) |
| |
37 | * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) |
37 | * n.a. - OTabWidget - fixed scroll buttons, fix display position of tabs (drw) |
38 | * n.a. - AddressBook - fixed sorting by 'File As' name (drw) |
38 | * n.a. - AddressBook - fixed sorting by 'File As' name (drw) |
39 | * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers) |
39 | * n.a. - AddressBook - fixed category handling for 'All' and 'Unfiled' (eilers) |
40 | * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) |
40 | * n.a. - AddressBook - fixed letter picker record selection and sort records afterwards (drw) |
41 | |
41 | |
42 | Internal |
42 | Internal |
|