diff --git a/ChangeLog b/ChangeLog index a34e07646..d169de30d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-24 Rodrigo Moya + + * configure.in: + * NEWS: update for 2.13.1. + 2005-10-21 Ray Strode * configure.in: add check for xinput extension, needed diff --git a/NEWS b/NEWS index 6be528080..c9e07a8d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,47 @@ +gnome-control-center 2.13.1 + +default-applications: +- Add Sylpheed-Claws to the list of possible mailers (Colin Leroy) + +mouse: +- gcc 2.95 compilation fixes (Jens Granseuer) (318746) + +themus: +- Allow installation of themes with file:// URIs (Ed Catmur) (319358) + +shell: +- Only show one screensaver capplet when both xscreensaver and gnome-screensaver + are installed (Rodrigo Moya) (315505) +- Fix scrollbar arrows (Carlos Garnacho) +- Calculate text widths instead of forcing them (Carlos Garnacho) (319492) +- Force canvas background to base[GTK_STATE_NORMAL] and remove the need to + repaint the background, in white (Carlos Garnacho) + +typing-break: +- Fix weird spacing between systray icons (Rodrigo Moya) (318231) + +other: +- Add schema for remembering NumLock state between sessions (Jürg Billeter) + (74215) +- Add check for xinput extension (Ray Strode) (314409) +- Update the desktop font in addition to the application font when + 'apply font' in large print themes is selected (Muktha) (123551) +- Reduced amount of xrdb executions (Erwann Chenede) (314774) +- Don't block settings daemon while executing children processes (Rodrigo Moya) +- Lazy load the screensaver and the typing break monitor (Rodrigo Moya) +- Share a single GConfClient in the settings daemon (Rodrigo Moya) +- Execute xrdb with -nocpp switch when possible (Rodrigo Moya) +- Swap buttons on auxiliary mice for left-handed mode (Ray Strode) (314409) + +translations: +- bg (Alexander Shopov) +- en_CA (Adam Weinberger) +- et (Priit Laes) +- fi (Ilkka Tuohela) +- pt_BR (Guilherme de S. Pastore) +- sv (Christian Rose) + +------------------------------------------------------------------------------ gnome-control-center 2.12.1 background: diff --git a/configure.in b/configure.in index 69c864155..1374d740b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([control-center], [2.12.1], +AC_INIT([control-center], [2.13.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=control-center]) AC_CONFIG_MACRO_DIR([m4])