diff options
author | Callum McKenzie <callum@src.gnome.org> | 2007-07-30 10:56:07 +0000 |
---|---|---|
committer | Callum McKenzie <callum@src.gnome.org> | 2007-07-30 10:56:07 +0000 |
commit | fe738a989a1110ee7c1c9e6ebfe1dd8f7de20722 (patch) | |
tree | 66eb3cc40a1e1e5a344ba67deafb48692d56c14a | |
parent | a865004ee5b471343c288fc95d9dca622630f226 (diff) |
2.19.0GNOME_APPLETS_2_19_0
svn path=/trunk/; revision=10295
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 42 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 48 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-07-30 Callum McKenzie <callum@spooky-possum.org> + + * configure.in: + * NEWS: release 2.19.0 + 2007-07-17 Jaap Haitsma <jaap@haitsma.org> * configure.in: set minimum requirements for glib to 2.13.0 and for @@ -1,3 +1,45 @@ +Changes in GNOME-Applets 2.19.0 +=============================== +Codename: "Only Slightly Bent" + +Changes: + General: + - Use the gtk-about stock icon (Jaap Haitsma). + - Use g_set_application (Jaap Haitsma). + - Update to use the new tooltips API (Jaap Haitsma). + - Update minimum GTK/glib to 2.11.0/2.13.0 (Jaap Haitsma). + - Fixes to POTFILES.* and removed unused files (Claude Paroz). + - BSD Makefile compatibility fixes (Joe Marcus Clarke). + Mixer: + - Remove *_DISABLED_DEPRECATED (Callum McKenzie). + GSwitchit: + - Improve bugzilla support (Sergey Udaltsov). + - Drop an uneeded schema (Sergey Udaltsov). + Battstat: + - Kernel 2.6.21 compatibility fix (Daniel Drake/Alan Swanson). + Stickynotes: + - BSD Makefile compatibility fixes (Callum McKenzie). + Gweather/libgweather: + - Add zones to Wisconsin cities (Alex Mauer). + - Fix the day number calculation for observation times + (Elliott Hughes/Callum McKenzie). + - Make sunrise/sunset calculation use the current time (Callum McKenzie). + - Add GNOME_APPLETS_CFLAGS to find the correct includes (Kjartan Marass). + Invest-Applet: + - Fix file encodings (Raphael Slinckx). + - Fix error when Yahoo returns N/A (Raphael Slinckx). + - Fix division by zero (Raphael Slinckx). + - Don't install a desktop file since we're an applet (Raphael Slinckx). + Drivemount: + - Handle icon theme changes (Jesse Stockall/Davyd Madeley). + Trashapplet: + - Handle icon theme changes (Jesse Stockall/Davyd Madeley). + +Translations: + ar, be, bg, ca, cs, da, de, dz, el, en_GB, es, eu, fi, fr, gl, gu, + he, it, ja, ka, ko, lt, mk, nl, oc, pl, pt, pt_BR, ro, ru, sl, sv, + ta, th, uk, zh_CN + Changes in GNOME-Applets 2.18.0 ================================ "Codename Squishy" diff --git a/configure.in b/configure.in index 0d33b3e56..91f7789f8 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for GNOME-APPLETS *** dnl *************************************************************************** -AC_INIT(gnome-applets, 2.18.0) +AC_INIT(gnome-applets, 2.19.0) AC_PREREQ(2.59) AM_CONFIG_HEADER(config.h) |