diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-14 06:55:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-14 06:55:08 +0800 |
commit | 96f1ad4d16c666be0c08ee5eb14c69a954d87699 (patch) | |
tree | 39d9558e51f6db32408fd03875656e72205da575 /NEWS | |
parent | 30c19e6e311cb54a7ccde1dfe5beeff641857689 (diff) | |
download | gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.tar gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.tar.gz gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.tar.bz2 gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.tar.lz gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.tar.xz gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.tar.zst gsoc2013-evolution-96f1ad4d16c666be0c08ee5eb14c69a954d87699.zip |
Add 0.4 mail/calendar news
svn path=/trunk/; revision=4817
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 88 |
1 files changed, 84 insertions, 4 deletions
@@ -1,5 +1,85 @@ -Version 0.3 "Jellyfish" ------------------------ +Version 0.4, "Alewife", 2000-08-14 +------------------------------------ + +Shell: + +Addressbook: + +Calendar: + + The calendar is in the middle of major rewrite. Evolution 0.4 + ships with essentially the same calendar component as 0.3 did. + +Mailer: + + Generic + + - Long mailer operations (such as fetching new mail) now run + asynchronously rather than blocking the UI. This involved + a major rewrite of much of the Camel and mailer code. (Peter) + + - GPG/PGP message decryption support (Nathan Thompson-Amato, Dan) + + - Unfinished messages in the composer can be saved to the "Drafts" + folder and finished later. (Jeff) + + - Double-clicking on a message in the message view now opens it in a + separate window. (Jeff) + + - vCards attached to messages now bring up a minicard view with a + button to add the vCard to the addressbook (Chris Lahey, Dan) + + - Inline uuencoded/binhexed "attachment" support (Dan) + + - "Mark All Messages Seen" command. (Cody Russell) + + Filters / VFolders + + - Major filter/vfolder dialog rewrite (Michael Zucchi) VFolders can + now search any (searchable) folder, not just Inbox. + + - Auto-filter/auto-vfolder code (right click on a message in the + list and pick one of the options at the bottom of the menu to + create a filter/vfolder rule for similar messages). (Michael) + + - You can now set the color of messages in the message list, based + on filter rules. (Local stores can also now store arbitrary user + flags, although there is not yet UI code to set/view them.) + (Michael) + + - Added "Save" button to the quicksearch bar to save a search as a + vfolder. (Michael) + + Configuration + + - Major mail config dialog rewrite (JP). + + - The mailer now remembers your threaded/unthreaded message view + setting between sessions. (Jeremy Wise). + + - Support for multiple identities (JP, Jeff), sources (JP, Peter), and + IMAP servers (JP, Dan) + + Providers + + - You can now leave POP mail on the server. (Also fixed a bug that + resulted in the last message being left behind on the POP server + every time.) (Dan) + + - There is now an MH-like local store available, and code to convert + a folder from one type to the other. (Michael) + + - The mbox provider now writes out "From " lines that are more + compatible with other mailers (like Mutt) that are picky about + their exact format. (Michael) + + - The IMAP provider now supports searching (Jeff). Also various + other speed/efficiency/robustness improvements (Jeff), and + support for old IMAP4 servers as well as IMAP4rev1 (Jon K Hellan) + + +Version 0.3, "Jellyfish", 2000-07-21 +------------------------------------ Shell: @@ -91,8 +171,8 @@ Addressbook: - Support for printing single cards. (Chris Lahey) -Version 0.2 "Saccharomices" ---------------------------- +Version 0.2, "Saccharomyces", 2000-07-11 +---------------------------------------- Shell: |