Vincent Untz 2010-01-15 02:28:03 +00:00 committed by Git OBS Bridge
parent 8720b7b1c3
commit 26a4b97737

View File

@ -2,6 +2,23 @@
Mon Jan 11 22:59:06 CET 2010 - captain.magnus@opensuse.org
- Update to version 2.29.5:
+ Various changes to support Anjal
+ Introduce ESelectable and EFocusTracker
+ Remove dbus-glib-1 from evolution-shell.pc.in
+ Rename ECalendarTable to ETaskTable
+ Remove useless --enable-nntp configure option
+ Hard code "EDS_PACKAGE" since it will never change
+ Replace alloca() with g_alloca()
+ Hard code "GTKHTML_PACKAGE"
+ Evolution does not need flex and bison
+ Hide "Submit Bug Report" if bug-buddy is not present
+ Clarify "Synchronization Options" menu item
+ Kill redundant RGB/HSV color conversion utilities
+ Kill e_popup_menu()
+ Kill widgets/misc/e-colors.[ch]
+ Teach ETable to prefer themed icon names over pixbufs
+ Do not focus in a search entry when it is not having a focus
+ Cleanup delete actions in shell views
+ bgo#329693 - Add contexts to translated "None" words
+ bgo#342935 - Do not choose disabled accounts for meeting
requests
@ -40,24 +57,8 @@ Mon Jan 11 22:59:06 CET 2010 - captain.magnus@opensuse.org
core
+ bgo#606449 - empty mail-notification popups
+ bgo#606542 - Broken paste action on to/cc/subject fields
+ Various changes to support Anjal
+ Introduce ESelectable and EFocusTracker
+ Remove dbus-glib-1 from evolution-shell.pc.in
+ Rename ECalendarTable to ETaskTable
+ Remove useless --enable-nntp configure option
+ Hard code "EDS_PACKAGE" since it will never change
+ Replace alloca() with g_alloca()
+ Hard code "GTKHTML_PACKAGE"
+ Evolution does not need flex and bison
+ Hide "Submit Bug Report" if bug-buddy is not present
+ Clarify "Synchronization Options" menu item
+ Kill redundant RGB/HSV color conversion utilities
+ Kill e_popup_menu()
+ Kill widgets/misc/e-colors.[ch]
+ Teach ETable to prefer themed icon names over pixbufs
+ Do not focus in a search entry when it is not having a focus
+ Cleanup delete actions in shell views
+ Translation updates
- Change libgtkimageview-devel BuildRequires to gtkimageview-devel.
-------------------------------------------------------------------
Sun Dec 27 15:50:12 CET 2009 - vuntz@opensuse.org