summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCallum McKenzie <callum@src.gnome.org>2008-09-09 20:45:27 +0000
committerCallum McKenzie <callum@src.gnome.org>2008-09-09 20:45:27 +0000
commita6eb81f5fb261c0cddd22a3de0284dd194a1f722 (patch)
treeb9d6d11562228d81b6465609e8833e78bce4194d
parentcaed72627bb67c553380460500cb102db6fa9764 (diff)
svn path=/trunk/; revision=10972
-rw-r--r--ChangeLog3
-rw-r--r--NEWS14
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca4334212..b4e7488b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-09-09 Callum McKenzie <callum@spooky-possum.org>
+ * NEWS
+ * configure.in: 2.23.92
+
* configure.in: Patch from Pedro Fragoso to remove the explicit
libgail check since it is now part of GTK+. (Bug 540403)
diff --git a/NEWS b/NEWS
index 0205e7759..559860adc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in GNOME-Applets 2.23.92
+===============================
+Codename: My codename list is running out!
+
+General:
+ - Remove the explicit dependence on libgail (Pedro Fragoso/540403).
+Invest Applet:
+ - Remove a stray character (550981).
+Keyboard Accessibility Status:
+ - Make sure a colormap is set (Matt Keenan/549722).
+
+Translations:
+ de, en_GB, et, ga, hr, ko, nl, pl, pt, sl, sq, zh_CN
+
Changes in GNOME-Applets 2.23.91
===============================
Codename: Bora Horza Gobuchul
diff --git a/configure.in b/configure.in
index 72affdcf2..2165dd5d5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for GNOME-APPLETS ***
dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.23.91)
+AC_INIT(gnome-applets, 2.23.92)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)