diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2007-10-31 15:11:51 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-10-31 15:11:51 +0800 |
commit | c4981ea30ce9915c5be9f5e819b03558d50f55df (patch) | |
tree | b383b0bc50f5e46f3899be3b28d9cc98506c9503 /NEWS | |
parent | 9f733de6ac222f3a7f1f1b175df6081ab2d61afd (diff) | |
download | gsoc2013-evolution-c4981ea30ce9915c5be9f5e819b03558d50f55df.tar.gz gsoc2013-evolution-c4981ea30ce9915c5be9f5e819b03558d50f55df.tar.zst gsoc2013-evolution-c4981ea30ce9915c5be9f5e819b03558d50f55df.zip |
Evolution 2.21.1 release.EVOLUTION_2_21_1
2007-10-29 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.21.1 release.
svn path=/trunk/; revision=34461
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 81 |
1 files changed, 81 insertions, 0 deletions
@@ -1,3 +1,84 @@ +Evolution 2.21.1 2007-10-29 +--------------------------- + +New in 2.21.1: + New plugin: external-editor, which will make it possible to use an external editor as the mail composer (Sankar P) + Support for Google Calendar (Ebby Wiselyn) + New Tango look icons (Michael Monreal) + +Bug fixes: + #228832: Show tasks in calendar (Milan Crha) + #230339: Print also location, if present. (Milan Crha) + #261165: Added search on CC and BCC (Andre Klapper) + #271734: Show description of operation, if available (Milan Crha) + #300693: Removed obsolete code and references to "task-sort" virtual column (Milan Crha) + #311179: Avoid selection of label text by Tab (Milan Crha) + #323977: Filters Editor Needs UI Modifications (Milan Crha) + #324472: Tasks marked as complete using multiple selection are now saved (Milan Crha) + #329823: Added support to change component's button icon (Milan Crha) + #329823: Icon change to reflect new mail (Milan Crha) + #331421: Make contact list name clickable (Milan Crha) + #331578: Run command line in other thread rather than in main thread (Milan Crha) + #337539: Omit left column when showing list of contacts (Milan Crha) + #340748: Notifies others about change (Milan Crha) + #342283: Behave consistently when printing (Milan Crha) + #346146: Appointments in "Sent Items" should not display Accept/Decline buttons (Milan Crha) + #346686: Uses new helper function to determine if row is editable (Milan Crha) + #351333: Added more descriptive hint over search bar's option button (Milan Crha) + #353656: Rename "Phone List" to "List View" (Anand V M) + #360134: Plug memory leaks (Tobias Mueller) + #395272: Minor code cleanups and value checking (Tobias Mueller) + #412360: Show tooltip for all email addresses (Milan Crha) + #413420: Change mimetype if knows the extension and if the content of file is valid. (Milan Crha) + #417999: Don't use deprecated GTK+ symbols (Milan Crha) + #423401: Better error handling when attaching remote file (Milan Crha) + #428402: Fix a crash in calendar (Milan Crha) + #428402: Really go through every component when removing one (Milan Crha) + #437579: Fix various compiler warnings (Milan Crha) + #461195: Remove needless marshalers (Hiroyuki Ikezoe) + #461272: Configure button should not be enabled for all (Sankar P) + #467364: Evolution uses "Emoticon" instead of "Smiley" (Christian Kintner) + #468736: Fixed high memory consumption (Srinivasa Ragavan) + #469657: Use destroy functions in GHashTables to simplify memory management (Matthew Barnes) + #470837: Improved "Sort by" submenu behavior (Milan Crha) + #473903: Fix compile time warnings (Milan Crha) + #474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes) + #474557: Choose right widget and use PANGO_PIXELS to calculate height (Milan Crha) + #476389: Maintain UI consistency (Diego Escalante Urrelo) + #476926: Remove the --enable-gtk-doc configure option since we don't ship any Gtk-Doc content (Matthew Barnes) + #477045: Require gnome-icon-theme 2.19.91 (Matthew Barnes) + #477045: Use standard icon names where applicable (Matthew Barnes) + #478871: Shows proper 'Fields shown' description for all tables (Milan Crha) + #479257: Change icon references (Michael Monreal) + #479257: Migration of theme icons (Michael Monreal) + #479716: Maintain UI consistency (Milan Crha) + #480621: Use consistent terminology for mail messages (Matthew Barnes) + #480804: use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR (Pedro Villavicencio Garrido) + #481235: Display Face header value if contacts doesn't have any image associated with them. (Sankar P) + #481325: Fix capitalization of program name in About dialog (Matthew Barnes) + #481325: Require GTK+ 2.12 (Matthew Barnes) + #482575: Don't use "insert_image" icon (Michael Monreal) + #482603: Use document-properties icon instead of stock_folder-properties (Michael Monreal) + #483301: Remove an unused variable (Matthew Barnes) + #483989: Require libbonobo 2.16.0 or later (Matthew Barnes) + #484635: Plugged memory corruption (Bharath Acharya) + #484814: Change name and comment in .desktop file (Matthew Barnes) + #486406: Use addressbook-new icon instead of stock_addressbook (Michael Monreal) + #489027: Thread sorting for new mails fixed (Milan Crha) + #489661: Remove dead, unshipped code from addressbook/gui/widgets (Matthew Barnes) + +Updated Translations: + Jorge Gonzalez (es) + Matej Urbanči (sl) + Anas Husseini (ar) + Daniel Nylander (sv) + David Planella (ca) + Yavor Doganov (bg) + Ivar Smolin (et) + Gintautas Miliauskas (lt) + Ignacio Casal Quinteiro (gl) + Stéphane Raimbault (fr) + Evolution 2.12.0 2007-09-17 ---------------------------- |