diff options
author | Callum McKenzie <callum@src.gnome.org> | 2008-06-16 08:36:44 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2008-06-16 08:36:44 +0000 |
commit | acef42920149682d304ee37ae901ffc6f8bcae00 (patch) | |
tree | 1549a7bd25f8265c7b50a0055f8670e123826a90 | |
parent | 249a03547ebe9d57cf964fad2e2e9d4182d8f06f (diff) |
2.23.3GNOME_APPLETS_2_23_3
svn path=/trunk/; revision=10865
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
4 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-06-16 Callum McKenzie <callum@velociraptor.px.otago.ac.nz> + + * configure.in: + * NEWS: 2.23.3 + 2008-06-12 Callum McKenzie <callum@spooky-possum.org> * configure.in: Finally fix the build for people with gucharmap-2 @@ -1,3 +1,27 @@ +Changes in GNOME-Applets 2.23.3 +=============================== +Codename: Sacrificial Victim + + - Character Picker + - Fix the build for gucharmap-2 (Christian Persch) + - CPU Frequency Applet + - Use PolicyKit (when available) instead of installing the binary suid + (Carlos Garcia Campos). + - Increase dbus/dbus-glib dependency to 1.1.2/0.74. + - Invest Applet + - Add a border to the popup window to make it prettier (Callum McKenzie). + - Bring up the preferences window if no stocks are configured + (Callum McKenzie). + - Bring up a warning if no stock data is available rather than doing + nothing (Callum McKenzie). + - Make the debugging flag useful (Callum McKenzie). + +Translations: + ar, es, et, gl, nb, nl, vi + +Documentation translations: + hu + Changes in GNOME-Applets 2.23.2 =============================== Codename: diff --git a/configure.in b/configure.in index 9030cde40..83f47988d 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.2) +AC_INIT(gnome-applets, 2.23.3) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) diff --git a/po/POTFILES.in b/po/POTFILES.in index a5f8fdd5f..c3d8de4e7 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -57,6 +57,7 @@ invest-applet/data/Invest_Applet.xml invest-applet/data/financialchart.ui invest-applet/data/prefs-dialog.ui invest-applet/invest/about.py +invest-applet/invest/applet.py invest-applet/invest/chart.py invest-applet/invest/invest-applet.py invest-applet/invest/preferences.py |