diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-03-03 00:24:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-03-03 00:24:24 +0800 |
commit | ad93d077d11e1da9a336b88834580d81c8824421 (patch) | |
tree | 9d1f761ab6e2ffee1cbbd820b8ac66b154e41329 | |
parent | 14bd358adf1ddba0b2dfd75697f0944ecec46bb9 (diff) | |
download | gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.tar gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.tar.gz gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.tar.bz2 gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.tar.lz gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.tar.xz gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.tar.zst gsoc2013-evolution-ad93d077d11e1da9a336b88834580d81c8824421.zip |
Evolution 2.25.92 releaseEVOLUTION_2_25_92
2009-03-02 Matthew Barnes <mbarnes@redhat.com>
* NEWS: Evolution 2.25.92 release
svn path=/trunk/; revision=37357
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 77 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 82 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-03-02 Matthew Barnes <mbarnes@redhat.com> + + * NEWS: Evolution 2.25.92 release + 2009-02-24 Matthew Barnes <mbarnes@redhat.com> * MAINTAINERS: @@ -1,3 +1,80 @@ +Evolution 2.25.92 2009-03-02 +---------------------------- + +Updated Translations: + Andre Gondim (pt) + Bruno Brouard and Claude Paroz (fr) + Changwoo Ryu (ko) + Chao-Hsiung Liao (zh) + Clytie Siddall (vi) + Daniel Nylander (sv) + David Planella (ca) + Gabor Kelemen (hu) + Ihar (be) + Ilkka Tuohela (fi) + Inaki Larranaga Murgoitio (eu) + Ivar Smolin (et) + Jiri Eischmann (cs) + Jorge Gonzalez (es) + Kenneth Nielsen (da) + Kjartan Maraas (nb) + Manoj Kumar Giri (or) + Mattias Põldaru (et) + Philip Withnall (en) + Simos Xenitellis (el) + Sweta Kothari (gu) + Takeshi AIHANA (ja) + Theppitak Karoonboonyanan (th) + Wouter Bolsterlee (nl) + +Bug Fixes: + #238346 : Set timezones from component to the calendar first, then add events (Milan Crha) + #333716 : Do not store incomplete or broken files in a cache (Milan Crha) + #404232 : Rebuild view immediately for an advanced search too (Milan Crha) + #404232 : search bar text is set, thus the text will not be empty, which is considered as "no search" these days. (Milan Crha) + #529037 : Disconnect signals on ESource-s too, not only on ECal-s (Milan Crha) + #548623 : No auto-proxy at the moment (Milan Crha) + #550114 : Replaced 'compute_mouse_over' with 'get_mouse_over', now works with cached values 'motion_row', 'motion_col' (Milan Crha) + #550114 : Show proper tooltip in table with grouping columns (Milan Crha) + #551470 : Do not force adding "-- + #554458 : Make content type from a mime type first (Milan Crha) + #555888 : Do not overwrite user settings with system proxy settings (Milan Crha) + #558366 : Set default timezone to resolve floating DATE-TIME properly (Milan Crha) + #559027 : Do not set date for 'None' value (Milan Crha) + #559719 : Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet (Milan Crha) + #561465 : Expand 'Attendee' column instead of the last (Milan Crha) + #563212 : Ensure empty GError before filling it (Milan Crha) + #564229 : Do not use uninitialized variable (Milan Crha) + #564229 : Initialize the EPluginUI registry during class initialization, so that it's sure to be there when we need it (Matthew Barnes) + #567089 : Do not crash when no From set yet (Milan Crha) + #567949 : Do not free memory before done with it (Milan Crha) + #568176 : Make the migration dialog look better (Gilles Dartiguelongue) + #569700 : Stop reading from a network when operation was canceled (Milan Crha) + #569986 : (Srinivasa Ragavan) + #570364 : (Gabor Kelemen) + #571625 : Use black/white for foreground instead of active/inactive text color (Chow Loong Jin) + #571721 : (Milan Crha) + #572268 : Do not duplicate "Loading..." node when adding to existing node (Milan Crha) + #572348 : Call gtk_status_icon_set_tooltip_text() instead of gtk_status_icon_set_tooltip() (decprecated) (Matthew Barnes) + #572399 : Do not read from invalid iterator after call of row changed (Milan Crha) + #572543 : Always look for alternative apps for application/octet-stream (Milan Crha) + #572903 : (Philip Withnall) + #572950 : Fix ordering of -I compiler directives (Daniel Macks) + #572962 : Pass e_shell_dbus_initialise() the right type of object, and fix the incorrect function declaration. Go offline when we see NM_STATE_ASLEEP from NetworkManager (Matthew Barnes) + #572975 : Destroy file chooser dialog early enough to not have hidden any other windows below it (Milan Crha) + #573198 : (Chenthill Palanisamy) + $566556 : Make it use the proper action. (Paweł Zembrzuski) + +Other contributions: + Build a "GUI" executable. (Tor Lillqvist) + Do not use non-zero page size in an adjustment, it's deprecated now. (Milan Crha) + Format signature/encryption information nicer. (Milan Crha) + Function-declaration compiler warning. (Suman Manjunath) + Migrate from deprecated gtk_window_set_policy to gtk_window_set_resizable (Andre Klapper) + Remove deprecated gtk_combo_set_case_sensitive() call. (Andre Klapper) + Remove useless and deprecated gtk_layout_freeze and gtk_layout_thaw calls. (Andre Klapper) + Substitute some deprecated gtk functions. (Andre Klapper) + Evolution 2.25.90 2009-02-02 ---------------------------- diff --git a/configure.in b/configure.in index d828f48f8c..f5b8d6a02d 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [25]) -m4_define([evo_micro_version], [91]) +m4_define([evo_micro_version], [92]) m4_define([evo_version], [evo_major_version.evo_minor_version.evo_micro_version]) m4_define([evo_stable_version], |