updated for 2.23.90.

2008-08-18  Rodrigo Moya <rodrigo@gnome-db.org>

	* NEWS:
	* configure.in: updated for 2.23.90.

svn path=/trunk/; revision=8871
This commit is contained in:
Rodrigo Moya 2008-08-18 17:55:43 +00:00 committed by Rodrigo Moya
parent 1f5656ec02
commit 2f0e686793
3 changed files with 51 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-08-18 Rodrigo Moya <rodrigo@gnome-db.org>
* NEWS:
* configure.in: updated for 2.23.90.
2008-08-11 Jens Granseuer <jensgr@gmx.net>
* configure.in: require gnome-desktop 2.23.90

45
NEWS
View file

@ -1,3 +1,48 @@
gnome-control-center 2.23.90 (2008-08-18)
Appearance:
- Use default icon for unknown themes (Jens Granseuer)
- Remove help button (Jens Granseuer)
Common:
- Make sure we have a notification theme before trying to save it
(Jens Granseuer) (#547448)
- Keep track of hidden themes (Jens Granseuer) (#547301)
- Require gnome-desktop 2.23.90
Display:
- Draw rotated outputs rotated (Soren Sandmann)
- Don't leak the application or the GladeXML (Jens Granseuer)
- Replace all uses of g_print with g_debug (Jens Granseuer)
- Fail gracefully if we cannot get a screen (Jens Granseuer)
- Add sexy labels to identify monitors (Federico Mena Quintero)
Shell:
- Remove eel dependency from libslab (Federico Mena Quintero) (#524778)
Sound:
- Fix warning due to left-over developer code (Jens Granseuer) (#546583)
- HIG fixes and improved wording (Bastien Nocera) (#545219)
- Make the event sound preview button listen to "activate" signal so it
becomes accessible via keyboard (Matthias Clasen) (#547808)
Translations:
- ar (Khaled Hosny)
- be@latin (Ihar Hrachyshka)
- es (Jorge Gonzalez)
- et (Ivar Smolin)
- fi (Ilkka Tuohela)
- ga (Sean de Burca)
- gl (Ignacio Casal Quinteiro)
- ja (Takeshi AIHANA)
- he (Yair Hershkovitz)
- nb (Kjartan Maraas)
- pt (Duarte Loreto)
- pt_BR (Djavan Fagundes)
- th (Theppitak Karoonboonyanan)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)
-------------------------------------------------------------------------------
gnome-control-center 2.23.6 (2008-08-04)
Appearance:

View file

@ -1,4 +1,4 @@
AC_INIT([gnome-control-center], [2.23.6],
AC_INIT([gnome-control-center], [2.23.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
AC_CONFIG_MACRO_DIR([m4])