Accepting request 55797 from home:dimstar:branches:GNOME:Factory

thanks, will fix a few things that are wrong wrt theming

OBS-URL: https://build.opensuse.org/request/show/55797
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=24
This commit is contained in:
Vincent Untz
2010-12-15 14:44:48 +00:00
committed by Git OBS Bridge
parent fe0193f13c
commit cf008a5ab8
4 changed files with 37 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Dec 11 23:58:35 CET 2010 - dimstar@opensuse.org
- Update to version 2.91.6:
+ Deprecations, cleanups and API changes
+ GtkComboBox has gained an 'active id' property that is
intended for easy binding to settings
+ GtkAppChooser: A new family of widgets that allow choosing
an application to open a file. This is strongly based on
the corresponding nautilus dialog, which it is replacing.
+ The GtkStyleContext branch has been merged, changing the APIs
that are used to do themed drawing, and the theme engine
interfaces. Among the new classes are GtkStyleContext
(replacing GtkStyle) and GtkCssProvider (replacing the gtkrc
parser). The migration guide contains a chapter about porting
from GtkStyle to GtkStyleContext.
+ Bugs fixed: bgo#549720, bgo#582557, bgo#619148, bgo#636060,
bgo#636129, bgo#636388, bgo#636511
+ Updated translations.
- Pixmap engine has been removed and will be replaced with a pixbuf
engine.
-------------------------------------------------------------------
Tue Nov 30 09:48:47 CET 2010 - dimstar@opensuse.org