summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-12-12 17:07:19 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2005-12-12 17:07:19 +0000
commit67fafd67fd3767519f965686a9265c3b1976b3bb (patch)
treefe381dc62f196465950b2f9e13edb38a803df1bf
parent38047c8ff50a19136c19b1cb2b7a849b3abec70e (diff)
downloadgnome-control-center-67fafd67fd3767519f965686a9265c3b1976b3bb.tar.gz
update for 2.13.3.GNOME_CONTROL_CENTER_2_13_3
2005-12-12 Rodrigo Moya <rodrigo@novell.com> * configure.in: * NEWS: update for 2.13.3.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS45
-rw-r--r--configure.in2
3 files changed, 51 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dfe60f51d..8e9c2ae1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-12 Rodrigo Moya <rodrigo@novell.com>
+
+ * configure.in:
+ * NEWS: update for 2.13.3.
+
2005-11-25 Brian Cameron <Brian.Cameron@sun.com>
* configure.in, capplets/about-me/Makefile.am
diff --git a/NEWS b/NEWS
index 858a85205..c65f95c94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+gnome-control-center 2.13.3
+
+about-me:
+- Added a preview to the filechooser used for selecting an image (Mathias Clasen)
+- Fixed for running in systems with no forkpty (Brian Cameron)
+
+gnome-settings-daemon:
+- Added definition of "Gtk/ShowInputMethodMenu"/"Gtk/ShowUnicodeMenu" xsettings
+ (Mathias Clasen) (319634)
+- C89 compilation fixes (Jens Granseuer) (321778)
+- Don't grab keyboard when getting invalid keycodes from GConf (Philippe
+ Troin) (323690)
+
+keyboard:
+- Small changes in plugin API (Sergey V. Udaltsov)
+
+themus:
+- Added removal of themes from the theme selection applet (David Seseńo)
+
+typing-break:
+- Don't display a dialog when the monitor is already running (Richard Hult) (307425)
+- Use stock icons from GTK rather than libgnomeui (Richard Hult) (171664)
+
+other:
+- Compilation fixes (Kjartan Maraas)
+
+translations:
+- bg (Alexander Shopov)
+- cs (Miloslav Trmac)
+- en_CA (Adam Weinberger)
+- es (Francisco Javier F. Serrador)
+- et (Priit Laes)
+- gl (Ignacio Casal Quinteiro)
+- gu (Ankit Patel)
+- ja (Takeshi AIHANA)
+- lt (Zygimantas Beručka)
+- nb (Kjartan Maraas)
+- no (Kjartan Maraas)
+- pt_BR (Guilherme de S. Pastore)
+- sk (Marcel Telka)
+- sq (Laurent Dhima)
+- th (Theppitak Karoonboonyanan)
+- zh_CN (Funda Wang)
+
+------------------------------------------------------------------------------
gnome-control-center 2.13.2
background:
diff --git a/configure.in b/configure.in
index 741aa0653..7df6c953f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([control-center], [2.13.2],
+AC_INIT([control-center], [2.13.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=control-center])
AC_CONFIG_MACRO_DIR([m4])