diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-12 00:24:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-12 00:24:37 +0800 |
commit | cab460ef82d238ea5a8baf90eba707335394beaf (patch) | |
tree | 569bd048d9a718c7dd6f389e6a34dbb1573e51d6 /NEWS | |
parent | 86c896a81ddc9c5a58a2ab329777238f153f556e (diff) | |
download | gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.tar gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.tar.gz gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.tar.bz2 gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.tar.lz gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.tar.xz gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.tar.zst gsoc2013-evolution-cab460ef82d238ea5a8baf90eba707335394beaf.zip |
Added 0.5 changes for ETable and Addressbook.
2000-09-11 Christopher James Lahey <clahey@helixcode.com>
* NEWS: Added 0.5 changes for ETable and Addressbook.
svn path=/trunk/; revision=5325
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 ---------------------------------- |