diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-09 02:32:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-09 02:32:49 +0800 |
commit | 86023dd5ba0c4a0d547f9682d19e2dccc7da7086 (patch) | |
tree | ec38c4000d525bf950e52d875a47809746af5250 /NEWS | |
parent | 27c65132db78da470d2f4a1dc35e74edf6fd7099 (diff) | |
download | gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.tar gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.tar.gz gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.tar.bz2 gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.tar.lz gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.tar.xz gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.tar.zst gsoc2013-evolution-86023dd5ba0c4a0d547f9682d19e2dccc7da7086.zip |
NEWS update for 3.8.3 release.EVOLUTION_3_8_3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +Evolution 3.8.3 2013-06-10 +-------------------------- + +Bug Fixes: + Bug 250046 - Empty group address as recipient prevents message send + (Milan Crha) + Bug 696663 - Save without close should update comp-editor + (Fabiano Fidêncio) + Bug 699980 - Calendar delete does not remove events from view + (Milan Crha) + Bug 700277 - EClientCache allocates memory ad infinity (Matthew Barnes) + Bug 700812 - Search in Calendar view is broken (Milan Crha) + Bug 701669 - Bad assumption in prefer-plain module (Matthew Barnes) + +Other Changes: + * Make EAttachment a little more thread-safe. (Matthew Barnes) + * e_mail_session_send_to(): Don't silently ignore if we can't send. + (Matthew Barnes) + * Make EAlertDialog non-resizable. (Matthew Barnes) + * EShell: Check cookie before calling gtk_application_uninhibit(). + (Matthew Barnes) + * GnomeCalendar: Get rid of the async message dispatcher. + (Matthew Barnes) + * Move "ask-reply-close-browser" prompt to EMailBrowser. + (Matthew Barnes) + * Add e_mail_reader_edit_messages(). (Matthew Barnes) + * Add e_mail_reader_forward_messages(). (Matthew Barnes) + * Define GEnumClass types for mail formatter/parser enums. + (Matthew Barnes) + +Translations: + Nilamdyuti Goswami (as) + Gil Forcada (ca) + Marek Černocký (cs) + Daniel Mustieles (es) + Fran Diéguez (gl) + Sweta Kothari (gu) + Shankar Prasad (kn) + Aurimas Černius (lt) + Sandeep Sheshrao Shedmake (mr) + Kjartan Maraas (nb) + ManojKumar Giri (or) + Piotr Drąg (pl) + Rafael Ferreira (pt_BR) + Matej Urbančič (sl) + Shantha kumar (ta) + + Evolution 3.8.2 2013-05-12 -------------------------- |