From 2bbedf112fa0c6ca1e9d2691ed85423f048231a0 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 21 Apr 2008 16:11:06 +0000 Subject: [PATCH] updated for 2.23.1. 2008-04-21 Rodrigo Moya * NEWS: * configure.in: updated for 2.23.1. svn path=/trunk/; revision=8663 --- ChangeLog | 5 ++++ NEWS | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 79 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a995da168..ed81fc819 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-21 Rodrigo Moya + + * NEWS: + * configure.in: updated for 2.23.1. + 2008-04-19 Sergey Udaltsov * configure.in: Introduced dependency on iso-codes diff --git a/NEWS b/NEWS index 3e43d6247..f59465739 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,76 @@ +gnome-control-center 2.23.1 + +about-me: +- Launch the error dialog with the proper parent (Jens Granseuer) + +accessibility: +- Add button to launch mouse accessibility properties (Patrick Wade) (#515078) +- Don't show the "accessible login" button if gdmsetup is not available + (Matthias Clasen) (#526944) +- Open the preferred applications dialog on the a11y page (Jens Granseuer) + (#528196) + +appearance: +- Allow the user to revert a font change proposed by a metatheme (Patrick + Wade) (#519065) +- Add a custom cell renderer for metatheme names to allow rounded corners + on the selection indicator (Thomas Wood) (#500276) +- Replace gnome-vfs with gio (Lincoln de Souza) (#524401) +- Show a warning message when the selected theme is incomplete (Jens Granseuer) + +default applications: +- Add -p/--show-page to open the dialog on a specific page (Jens Granseuer) + (#528196) + +keybindings: +- Fix mismatched modifier mapping between egg and GTK (Jens Granseuer) +- Fix Esc and Backspace being bindable when Caps Lock is on (Bastien Nocera) + (#524813) +- Get rid of unneeded sort model indirection (Jens Granseuer) + +keyboard: +- Fix various string and layout issues (Jens Granseuer) (#521826) + +mouse: +- Add support for starting the capplet on the appearance tab (Patrick Wade) + (#515078) +- Remove unused custom widget (Gerd Kohlberger) (#527418) + +network: +- Renamce "Advanced configuration" tab to "Ignored hosts" (Denis Washington) + (#314883) + +sound: +- Don't mention esd (Jens Granseuer) (#523888) +- Sort mixer devices alphabitically (Jens Granseuer) (#525530) + +themus: +- Handle failed thumbnailing attempts properly (Jens Granseuer) + +windows: +- Add "Maximize Vertically" and "Maximize Horizontally" to possible double-click + actions (Cosimo Cecchi) (#329503) +- Require metacity <= 2.23.1 (Cosimo Cecchi) + +general: +- Figure out where GTK+ expects its theme engines and make that info available + to interested capplets (Jens Granseuer) +- Introduce dependency on iso-codes (Sergey Udaltsov) + +updated translations: +- bg (Alexander Shopov) +- en_GB (Philip Withnall) +- es (Jorge Gonzalez) +- et (Priit Laes) +- he (Yair Hershkovitz) +- hu (Gabor Kelemen) +- it (Luca Ferretti) +- ka (Vladimer Sichinava) +- nb (Kjartan Maraas) +- nn (Eskild Hustvedt) +- ru (Yuri Kozlov) +- te (Sunil Mohan Adapa) +------------------------------------------------------------------------------ gnome-control-center 2.22.1 appearance: diff --git a/configure.in b/configure.in index 0e8fe7ce8..461092b43 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([gnome-control-center], [2.23.0], +AC_INIT([gnome-control-center], [2.23.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) AC_CONFIG_MACRO_DIR([m4])