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 --- ChangeLog | 4 +++ NEWS | 106 +++++++++++++++++++++++++++++++++++++++++------------------ README | 1 + configure.in | 2 +- 4 files changed, 80 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5bbc7ab3f..64b6ab3ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-26 Ettore Perazzoli + + * configure.in: Bump version number to 0.3. + 2000-07-26 Peter Williams * widgets/e-table/e-table-scrolled.c (right_click_proxy): Default 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).
diff --git a/README b/README
index 769d74fa4c..b4289264eb 100644
--- a/README
+++ b/README
@@ -123,6 +123,7 @@ ftp.gnome.org. The (*)ed packages are available in Helix GNOME.
  - libglade (*)
 
 If you want support for PalmPilot syncing (currently only supported by
+
 the calendar and not yet very stable/functional), you will also need
 the following packages:
 
diff --git a/configure.in b/configure.in
index 5d79177ab3..af1f2387c2 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
 
 EVOLUTION_MAJOR_VERSION=0
 EVOLUTION_MINOR_VERSION=0
-EVOLUTION_MICRO_VERSION=2
+EVOLUTION_MICRO_VERSION=3
 VERSION=$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION
 PACKAGE=evolution
 
-- 
cgit v1.2.3