From 672fb81ed04baf53204890ca04de6124a9ce2481 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 27 Jul 2000 16:09:13 +0000 Subject: 0.3 "Jelly Fish". svn path=/trunk/; revision=4389 --- NEWS | 106 +++++++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 74 insertions(+), 32 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cb68c6f722..d4248206ed 100644 --- a/NEWS +++ b/NEWS @@ -1,53 +1,96 @@ -Version 0.3 ------------ +Version 0.3 "Jelly Fish" +------------------------ -Mail: +Shell: - Major features: + - Pop-up folder selection. (Ettore) + + - Added support for multiple views. (Ettore) + + - Added support for saving component-specific settings, and + some initial code to save the view's configuration. + (Ettore) + + - Fixed the Bonobo menu code so that it works with all the + locales. (Ettore) + +Mailer: + +  - Lots of IMAP fixes. (Jeff) + +  - You can use an external setuid/setgid movemail program + (although we don't ship our own yet). If you have one + installed with emacs, the configure script will find + that. Otherwise, you can specify --with-movemail=/path. + (Dan) - * Lots of IMAP fixes (fejj) +  - You can toggle HTML/plain text for an individual message + in the composer now. (Ettore) - * You can use an external setuid/setgid movemail program (although - we don't ship our own yet). If you have one installed with emacs, - the configure script will find that. Otherwise, you can specify - --with-movemail=/path (danw) + - Bonobo embedding sort of works again, but there are + problems with size allocation somewhere. Attachments can now + also be handled by external applications. (Dan) - * You can toggle HTML/plain text for an individual message in the - composer now. (ettore) + - text/plain mail is now line-wrapped in the mail display, + to deal with people who don't put newlines in their mail. + (Radek) - * Bonobo embedding sort of works again, but there are problems with - size allocation somewhere. Attachments can now also be handled by - external applications. + - Allow user to specify IMAP namespace in the mail config + dialog. (Dan, Jeff) - * text/plain mail is now line-wrapped in the mail display, to deal - with people who don't put newlines in their mail. + - Quoted-printable encoder fixes. (Michael Zucchi) - Minor features / bugfixes: + - Various NNTP fixes, include a news pane in the config + dialog. (Chris Toshok) - * Allow user to specify IMAP namespace in the mail config dialog - (danw, fejj) + - Some memory corruption fixes. (Peter Williams) - * Quoted-printable encoder fixes (NotZed) + - Fix for message not being re-drawn as deleted. (Peter + Williams, Jeff) - * Various NNTP fixes, include a news pane in the config dialog - (toshok) + - Moving a message to another folder copies the flags now + (Jeff) - * Purification (peterw) + - Close signature in HTML mail with , not
, and
+    default to ~/.signature.  (Michael Meeks)
 
-  * Fix for message not being re-drawn as deleted (peterw, fejj)
+  - Fixed some confusing behavior in the message threading
+    algorithm.  (Dan)
 
-  * Moving a message to another folder copies the flags now (fejj)
+Calendar:
+
+  - Added support for a bunch of previously unsupported iCalendar
+    properties.  (Federico)
+
+  - Conduit for synchronizing the calendar with gnome-pilot
+    (requires gnome-pilot from CVS).  (Seth)
+
+  - ETable-based to-do list view ("taskpad"), for your viewing
+    pleasure.
+
+Addressbook:
+
+  - Conduit for synchronizing the addressbook with gnome-pilot
+    (requires gnome-pilot from CVS).  (Chris Toshok)
+
+  - Conduit for synchronizing the addressbook with gnome-pilot
+    (requires gnome-pilot from CVS).  (Chris Toshok)
 
-  * Close signature in HTML mail with 
, not
, and default
-    to ~/.signature. (mmeeks)
+  - Fixed some random crashes.  (Chris Lahey)
 
-  * Fixed some confusing behavior in the message threading algorithm
-    (danw)
+  - Implemented a vCard Bonobo control so that we can support
+    inline vCard viewing in the mailer.  (Chris Lahey)
 
+  - Quick search looks at both the name and the company name now.
+    (Chris Lahey)
 
+  - Added more functionality to the contact editor's toolbar.  (Chris
+    Lahey)
 
-Version 0.2
------------
+  - Support for printing single cards.  (Chris Lahey)
+
+Version 0.2 "Saccharomices"
+---------------------------
 
 Shell:
 
@@ -70,7 +113,6 @@ Addressbook:
   
   * Many miscellaneous bugs fixed (everyone).
 
-
 Calendar:
 
   * Printing support (Michael, Federico).
-- 
cgit