diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 26 |
2 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-09-11 Christopher James Lahey <clahey@helixcode.com> + + * NEWS: Added 0.5 changes for ETable and Addressbook. + 2000-09-07 Dan Winship <danw@helixcode.com> * README: Add a mention of the verify-evolution-install.sh script @@ -1,6 +1,10 @@ Version 0.5, "insert-code-name-here", insert-date-here ------------------------------------------------------ +Shell: + + - Switched to using ETree (Chris Toshok, Ettore) + Calendar: - Uses only the new iCalendar standard internally; this means future @@ -10,6 +14,28 @@ Calendar: - Plenty of internal refactoring (JP, Damon, Federico). +Addressbook: + + - New advanced search dialog. (Michael Zucchi, Chris Lahey) + + - Added parsing of addresses. (Jesse Pavel) + + - Converted most of addressbook to UTF8. (Lauris) + +ETable: + + - ETree fixes. (Chris Toshok) + + - Lots of small usability fixes. (Chris Lahey) + + - Lots of grouping bug fixes. Specifically, fixed crashes when + grouping in trees and made ETable not go crazy when you change + data and the table is grouped. (Chris Lahey) + + - Improved table printing when grouped. (Chris Lahey) + + - Converted most of ETable to UTF8. (Lauris) + Version 0.4, "Alewife", 2000-08-14 ---------------------------------- |