From 97ccdcdb05dd033eb7e82f757f5fb01f9d0d595f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 16 Jan 2006 18:07:04 +0000 Subject: [PATCH] NEWS; update for 2.13.5. 2006-01-16 Rodrigo Moya * configure.in: * NEWS; update for 2.13.5. --- ChangeLog | 5 +++++ NEWS | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 65 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 45af5b4f2..ef1de3f8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-16 Rodrigo Moya + + * configure.in: + * NEWS; update for 2.13.5. + 2006-01-16 Sebastien Bacher * configure.in: the new gnome-default-applications capplet uses libxml2 diff --git a/NEWS b/NEWS index 2e18798fb..9c457b785 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,62 @@ +gnome-control-center 2.13.5 + +background: +- Changed main dialog to use explicit apply with OK and cancel buttons + (Rodney Dawes) +- Added zoom to scale type options (Alan Swanson) + +default applications: +- New UI (Luca Cavalli) +- Build and general fixes to the new UI (Sebastian Bacher, Rodrigo Moya) + +keybindings: +- Dropped the keysim/keycode binding code (Bastien Nocera) (133815) + +keyboard: +- Made window a bit larger (Sergey Udaltsov) (326137) +- Fixed window title capitalization (Sergey Udaltsov) (326275) + +mouse: +- Made mouse clock work with both left/right buttons (akmal) (321255) + +sound: +- New UI (Scott Reeves) +- HIG fixes to the new UI (Dennis Cranston) +- Translation fixes (Rodrigo Moya) (326635) + +themus: +- Fixed usage of head command (Thomas Wood) (316800) + +typing break: +- Use gdk_spawn_* functions instead of egg equivalents (Rodrigo Moya) (326141) + +settings daemon: +- Cleaned up messages about pmu on powerbook (Jeroen Zwartepoorte) (132655) +- Set Net/FallbackIconTheme XSetting for new versions of gnome-icon-theme + and gtk+ >= 2.8.10 (Rodney Dawes) (325546) +- Use gstreamer0.10 optionally (Saleem Abdulrasool and Tim-Philip Muller) (326257) + +updated translations: +- bg (Alexander Shopov) +- ca (Josep Puigdemont i Casamajó) +- en_CA (Adam Weinberger) +- es (Francisco Javier F. Serrador) +- fi (Ilkka Tuohela) +- gl (Ignacio Casal Quinteiro) +- gu (Ankit Patel) +- hu (Gabor Kelemen) +- ja (Takeshi AIHANA) +- nb (Kjartan Maraas) +- nl (Vincent van Adrighem) +- no (Kjartan Maraas) +- sr (Slobodan D. Sredojevic) +- sr@Latn (Slobodan D. Sredojevic) +- th (Theppitak Karoonboonyanan) +- vi (Clytie Siddall) +- zh_HK (Chao-Hsiung Liao) +- zh_TW (Chao-Hsiung Liao) + +------------------------------------------------------------------------------ gnome-control-center 2.13.4 default-applications: diff --git a/configure.in b/configure.in index d82ac4a07..e867b340f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([control-center], [2.13.4], +AC_INIT([control-center], [2.13.5], [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) AC_CONFIG_MACRO_DIR([m4])