diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-20 06:07:16 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-20 06:07:16 +0800 |
commit | 85f620848bc810b4d3f4b16e01b16f077b83956f (patch) | |
tree | 706e4db1392065064f288513967221c34ed2acad | |
parent | 2da564386714ce4f904614af4cfd7ef43e52e409 (diff) | |
download | gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.tar gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.tar.gz gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.tar.bz2 gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.tar.lz gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.tar.xz gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.tar.zst gsoc2013-evolution-85f620848bc810b4d3f4b16e01b16f077b83956f.zip |
Updated NEWS for addressbook and ETable.
2000-10-19 Christopher James Lahey <clahey@helixcode.com>
* NEWS (General, Addressbook): Updated NEWS for addressbook and
ETable.
svn path=/trunk/; revision=6055
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 45 |
2 files changed, 38 insertions, 12 deletions
@@ -1,5 +1,10 @@ 2000-10-19 Christopher James Lahey <clahey@helixcode.com> + * NEWS (General, Addressbook): Updated NEWS for addressbook and + ETable. + +2000-10-19 Christopher James Lahey <clahey@helixcode.com> + * configure.in: Updated the gal check to check for gal 0.2. 2000-10-19 Ettore Perazzoli <ettore@helixcode.com> @@ -1,6 +1,11 @@ Version 0.6 ----------- +General: + + - Split out lots of functionality to gal. Evolution now depends on + gal. (Chris, Gal Team) + Shell: - Added a cute splash screen. (Ettore, TigerT) @@ -14,18 +19,6 @@ Shell: - Updated to use the new toolbar and UI merging code from Bonobo. (Michael Meeks, Ettore) -Calendar: - - - Improved todo list and calendar view gui (Damon) - - - Printing works again (Federico) - - - Config dialog improvement and implementation (Damon) - - - Todo and calendar conduits working, except for archiving (JP) - - - vEvent iTip mail attachments can now be added to your calendar (Jesse) - Mail: - Numerous i18n encoding, decoding, and display fixes. Non-ASCII @@ -76,6 +69,34 @@ Mail: - New "Select All" command. "Mark all messages as seen" became "Mark (selected) messages seen". (Jeff) +Calendar: + + - Improved todo list and calendar view gui (Damon) + + - Printing works again (Federico) + + - Config dialog improvement and implementation (Damon) + + - Todo and calendar conduits working, except for archiving (JP) + +Addressbook: + + - Lots of internal refactoring of addressbook, including changes due + to gal. (Chris, Chris) + + - Lots of bug fixes. (Chris, Chris, Matt Bissiri, Iain, Dan) + + - Added a working field to save whether the contact wants HTML. (Chris) + + - Added "Stop" and "View All" toolbar buttons. (Chris) + + - Lots of work on modifiable LDAP. (Chris) + + - Recognizes a lot more Prefixes and Suffixes when parsing names. (Nat) + + - The card view doesn't write out cards unless they've changed. (Chris) + + - New layout of address editor dialog. (Anna, Chris) Version 0.5.1, "Salamended", 2000-09-15 --------------------------------------- |