Release 2.91.0
This commit is contained in:
parent
e3f42c6af9
commit
ac72f76543
4 changed files with 51 additions and 7 deletions
46
NEWS
46
NEWS
|
@ -1,3 +1,49 @@
|
||||||
|
===========================
|
||||||
|
Version 2.91.0 (2010-10-04)
|
||||||
|
===========================
|
||||||
|
|
||||||
|
Common:
|
||||||
|
- Remove unneeded dependency check for XCursor (Bastien Nocera)
|
||||||
|
- Adapt to GtkObject removal in GTK3 (Javier Jardón)
|
||||||
|
- Use gtk_widget_get_preferred_size() instead gtk_size_request_get_size() (Javier Jardón)
|
||||||
|
- Use upstream gettext insstead the Glib one (Javier Jardón)
|
||||||
|
- Update autotools configuration (Javier Jardón)
|
||||||
|
|
||||||
|
Background:
|
||||||
|
- Come up with 'Wallpapers' selected and displayed (Kalev Lember) (#630417)
|
||||||
|
|
||||||
|
Datetime:
|
||||||
|
- Add required includes to tz.h (Bastien Nocera)
|
||||||
|
- Add test application for missing TZ pixmaps (Bastien Nocera) (#630261)
|
||||||
|
- Fix automake warning (Bastien Nocera)
|
||||||
|
|
||||||
|
Default applications:
|
||||||
|
- Remove Opera from default browser choices (Bastien Nocera) (#627733)
|
||||||
|
|
||||||
|
Keyboard:
|
||||||
|
- Updated for the latest libgnomekbd API (Sergey V. Udaltsov)
|
||||||
|
|
||||||
|
Mouse:
|
||||||
|
- Rename to "Mouse and Touchpad" (Bastien Nocera)
|
||||||
|
- Remove unneeded XCursor include (Bastien Nocera)
|
||||||
|
|
||||||
|
Shell:
|
||||||
|
- Make search entry single-iconed (Bastien Nocera)
|
||||||
|
- Show settings without a panel in Other (Bastien Nocera) (#630998)
|
||||||
|
- Drop font viewer (William Jon McCann)
|
||||||
|
- Wait until the toplevel is realized before using it (William Jon McCann) (#631051)
|
||||||
|
- Update for new GTK3 drawing APIs (William Jon McCann)
|
||||||
|
- Fix .desktop file to work correctly in gnome-shell (William Jon McCann)
|
||||||
|
|
||||||
|
Universal access:
|
||||||
|
- Fix desktop file (Bastien Nocera)
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
- ca (Joan Duran)
|
||||||
|
- cz (Petr Kovar)
|
||||||
|
- eu (Inaki Larranaga Murgoitio)
|
||||||
|
- ro (Lucian Adrian Grijincu)
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
gnome-control-center 2.90.1 (2010-09-22)
|
gnome-control-center 2.90.1 (2010-09-22)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
m4_define([gnome_control_center_version], 2.90.1)
|
m4_define([gnome_control_center_version], 2.91.0)
|
||||||
AC_INIT([gnome-control-center], [gnome_control_center_version],
|
AC_INIT([gnome-control-center], [gnome_control_center_version],
|
||||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
|
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
|
||||||
|
|
||||||
|
|
|
@ -3,15 +3,13 @@
|
||||||
[encoding: UTF-8]
|
[encoding: UTF-8]
|
||||||
gnome-control-center.schemas.in
|
gnome-control-center.schemas.in
|
||||||
libgnome-control-center/gconf-property-editor.c
|
libgnome-control-center/gconf-property-editor.c
|
||||||
panels/background/gnome-background-panel.desktop.in
|
panels/background/gnome-background-panel.desktop.in.in
|
||||||
panels/background/background.ui
|
[type: gettext/glade]panels/background/background.ui
|
||||||
panels/background/bg-colors-source.c
|
panels/background/bg-colors-source.c
|
||||||
panels/background/cc-background-panel.c
|
panels/background/cc-background-panel.c
|
||||||
panels/background/gnome-background-panel.desktop.in.in
|
|
||||||
panels/background/gnome-wp-info.c
|
panels/background/gnome-wp-info.c
|
||||||
panels/background/gnome-wp-item.c
|
panels/background/gnome-wp-item.c
|
||||||
panels/background/gnome-background-panel.desktop.in
|
[type: gettext/glade]panels/datetime/datetime.ui
|
||||||
panels/datetime/datetime.ui
|
|
||||||
panels/datetime/gnome-datetime-panel.desktop.in.in
|
panels/datetime/gnome-datetime-panel.desktop.in.in
|
||||||
panels/default-applications/gnome-default-applications-panel.desktop.in.in
|
panels/default-applications/gnome-default-applications-panel.desktop.in.in
|
||||||
panels/default-applications/gnome-at-session.desktop.in.in
|
panels/default-applications/gnome-at-session.desktop.in.in
|
||||||
|
|
|
@ -26,4 +26,4 @@ examples/gnome-example-panel.desktop.in
|
||||||
panels/mouse/gnome-mouse-panel.desktop.in
|
panels/mouse/gnome-mouse-panel.desktop.in
|
||||||
panels/universal-access/gnome-universal-access-panel.desktop.in
|
panels/universal-access/gnome-universal-access-panel.desktop.in
|
||||||
shell/gnome-control-center.desktop.in
|
shell/gnome-control-center.desktop.in
|
||||||
|
panels/background/gnome-background-panel.desktop.in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue