diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-28 00:09:13 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-28 00:09:13 +0800 |
commit | 672fb81ed04baf53204890ca04de6124a9ce2481 (patch) | |
tree | e69d20d86fdde189bca014057fd0f18e0915e14a | |
parent | 46f952b2a5e95aa842ba4fed9e677fabed14b45b (diff) | |
download | gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.tar gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.tar.gz gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.tar.bz2 gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.tar.lz gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.tar.xz gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.tar.zst gsoc2013-evolution-672fb81ed04baf53204890ca04de6124a9ce2481.zip |
0.3 "Jelly Fish".
svn path=/trunk/; revision=4389
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 106 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 80 insertions, 33 deletions
@@ -1,3 +1,7 @@ +2000-07-26 Ettore Perazzoli <ettore@helixcode.com> + + * configure.in: Bump version number to 0.3. + 2000-07-26 Peter Williams <peterw@helixcode.com> * widgets/e-table/e-table-scrolled.c (right_click_proxy): Default @@ -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 </PRE>, not <PRE>, 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 </PRE>, not <PRE>, 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). @@ -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 |