aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-13 02:56:43 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-13 02:56:43 +0800
commit198bdaec6f8c7e324baab38a063dd29a88d6b23d (patch)
tree52d6a3b6aa6746a01e984fef809a1785e4c83310
parentc55a14f76a8ba5d564c8b203582e6d8480a7e4eb (diff)
downloadgsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.tar
gsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.tar.gz
gsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.tar.bz2
gsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.tar.lz
gsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.tar.xz
gsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.tar.zst
gsoc2013-evolution-198bdaec6f8c7e324baab38a063dd29a88d6b23d.zip
Start new entry
2001-07-12 JP Rosevear <jpr@ximian.com> * NEWS: Start new entry svn path=/trunk/; revision=11054
-rw-r--r--ChangeLog4
-rw-r--r--NEWS144
2 files changed, 148 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f4cb713a8..abe8b677bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-12 JP Rosevear <jpr@ximian.com>
+
+ * NEWS: Start new entry
+
2001-07-11 Peter Williams <peterw@ximian.com>
* acconfig.h: Add HAVE_BROKEN_SPOOL here.
diff --git a/NEWS b/NEWS
index 820c398eb4..e8025d6cb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,147 @@
+Version 0.11.0 "No code name yet", 2001-07-12
+---------------------------------------------
+
+Shell:
+
+Mail:
+
+Addressbook:
+
+Calendar:
+
+Tasks:
+
+Importers:
+
+General:
+
+Version 0.10 "Tasmanian Devil", 2001-04-26
+------------------------------------------
+
+Shell:
+
+ - Fixed some usability bugs in the folder selection and creation
+ dialogs. (Ettore)
+
+ - Added a --debug option. (Dan)
+
+ - Added support for drag and drop operations. (Ettore)
+
+Mail:
+
+ - SSL (S/IMAP, S/POP, and S/SMTP). (Jeff)
+
+ - Virtual Trash folders in each mail storage and "Empty Trash" menu
+ item to expunge all folders in a store. (Jeff)
+
+ - Email addresses in mail headers are now right-clickable to add
+ them to the Addressbook (Jon, Radek)
+
+ - Hide deleted messages is now a mode rather than a one-time
+ operation. (Michael)
+
+ - When sending plain text mail, use the new plain text mode of the
+ GtkHTML editor (Larry)
+
+ - Cancellable operations, cancellable/async dns lookup, slightly
+ improved progress reporting. (Michael)
+
+ - Allow per-identity Draft and Sent folders. (Dan)
+
+ - Replies quoted with "> " in messages are now displayed dimmed to
+ make it easier to find the new bits of text. (Radek)
+
+ - Saved searches. Searches now configurable via XML with supporting
+ C code. (Michael)
+
+ - UNMATCHED vFolder (shows all messages that are in no other
+ vFolder). (Michael)
+
+ - SASL Authentication (Kerberos4, DIGEST-MD5, CRAM-MD5, PLAIN,
+ LOGIN, ANONYMOUS) for IMAP and SMTP (haven't done POP yet)
+ (Jeff, Dan)
+
+ - Filter/vFolder on Mailing List. (Michael)
+
+ - Resend sent items. (Jeff)
+
+ - Allow users to turn on/off headers in the composer and added
+ Reply-To header entry in the composer. (Miguel, Jeff)
+
+ - Numerous OpenPGP (PGP/MIME) fixes. (Jeff)
+
+ - Replying to a message chooses account based on message
+ addressee's. (Jeff)
+
+ - Redid Forward Inline and Forward Quoted. (Jeff)
+
+ - IMAP fixes: greater configurability for faster startup/mail check
+ (Dan), folders should now notice new messages when you switch to
+ them (Dan), copying/moving many messages at once should be much
+ faster (Jeff), better support for old IMAP servers (Dan)
+
+ - IMAP message bodies are now cached to local disk to speed up
+ re-access (Dan)
+
+ - New config dialogs (last time!) (Anna, Dan)
+
+ - Sorting by a text field in the message list no longer generates a
+ random order. (Michael)
+
+ - Fixed "crash when getting new mail from 2 POP servers" bug. (Dan)
+
+ - Numerous bugfixes, cleanups and optimisations. (Everyone)
+
+Addressbook:
+
+ - Added support for non editable sources. (Toshok)
+
+ - Added address completion for use in contact entries using the
+ select names system. (Jon Trowbridge)
+
+ - Fixed some major crashes in the addressbook backend. (Clahey)
+
+ - Updated Ximian's contact information. (Jason Leach)
+
+ - Finished LDAP support. (Toshok)
+
+Calendar:
+
+ - Event creation fixes. (Miguel)
+
+ - Calendar loading fixes and removal of old code. (Federico)
+
+ - Made the iTIP control have better spacings. (Anna)
+
+ - i18n fixes. (Kjartan)
+
+Tasks:
+
+ - Created a popup list item for ETable to select the Status,
+ Classification, Priority, Percent & Transparencey fields. (Damon)
+
+ - Created a popup date editor item for ETable to set all the dates in the
+ tasks. (Damon)
+
+Importers:
+
+ - Created Intelligent Importers that look for certain files on your disk
+ and works out what type of data it is. Currently Intelligent Importers
+ exist for Pine, Elm and Netscape. (Iain)
+
+General:
+
+ - Rewrote ETree in gal. Changed evolution to support the changes in
+ API. (Clahey)
+
+ - Lots of Etable/ETree bug fixes. (Clahey)
+
+ - Lots of i18n/l10n fixes. (Kjartan Maraas, Gedeminas Paulauskas,
+ and the Evolution gang)
+
+ - Fixed the shell interface so it could correctly create folders. (Iain)
+
+
Version 0.9 "Platypus", 2001-03-12
----------------------------------