[gnome-applets] The 2.27.2 release



commit 7b368aa843f61fc71e04670e6577f3e6b82cd16c
Author: Callum McKenzie <callum spooky-possum org>
Date:   Tue May 26 21:40:19 2009 +1200

    The 2.27.2 release
---
 ChangeLog                     |    2 ++
 NEWS                          |   34 ++++++++++++++++++++++++++++++++--
 accessx-status/ChangeLog      |    2 ++
 accessx-status/docs/ChangeLog |    2 ++
 battstat/ChangeLog            |    2 ++
 charpick/ChangeLog            |    2 ++
 configure.in                  |    6 +++---
 cpufreq/ChangeLog             |    2 ++
 cpufreq/help/ChangeLog        |    2 ++
 drivemount/ChangeLog          |    2 ++
 drivemount/help/ChangeLog     |    2 ++
 geyes/ChangeLog               |    2 ++
 geyes/docs/ChangeLog          |    2 ++
 gkb-new/ChangeLog             |    2 ++
 gswitchit/ChangeLog           |    2 ++
 gweather/ChangeLog            |    2 ++
 invest-applet/ChangeLog       |    2 ++
 mini-commander/ChangeLog      |    2 ++
 mixer/ChangeLog               |    2 ++
 modemlights/ChangeLog         |    2 ++
 multiload/ChangeLog           |    2 ++
 null_applet/ChangeLog         |    2 ++
 po/ChangeLog                  |    2 ++
 stickynotes/ChangeLog         |    2 ++
 trashapplet/ChangeLog         |    2 ++
 trashapplet/docs/ChangeLog    |    2 ++
 26 files changed, 83 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 42c3b3b..c48b80a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-05-04  Callum McKenzie  <callum spooky-possum org>
diff --git a/NEWS b/NEWS
index 491f909..618aaf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Changes in GNOME-Applets 2.27.2
+===============================
+
+Please note that the ChangeLogs are slightly inaccurate since I am in
+the process of shifting to one generated from git logs. Normal service
+should resume bu 2.27.3.
+
+Character Picker:
+ - Add support for South African languages (Dwayne Bailey,
+   407409).
+Mixer Applet:
+ - Make the up and down keys (and mouse scroll wheel) work
+   correctly for the dock slider, despite what GTK thinks
+   (Callum McKenzie, 581448).
+ - Fix a reference couting bug that would cause crashes at
+   exit (Callum McKenzie, 564735).
+ - Make the dock window multihead aware (Matt Keenan, 583452).
+
+General:
+ - Make translations easier by removing unnecessary markup
+   from GtkBuilder .ui files (Callum McKenzie, 112962).
+ - Remove .glade files now that glade can edit the .ui files
+   directly.
+
+Translation Updates:
+ Bulgarian, Danish, Estonian, German, Greek, Italian, Spanish, Tamil
+
+Documentation Translation Updates:
+ Chinese, Greek
+
 Changes in GNOME-Applets 2.27.1
 ===============================
 
@@ -46,7 +76,7 @@ Documentation Translation Updates:
 Changes in GNOME-Applets 2.26.0
 ===============================
 
-CPU Frequency Selector: 
+CPU Frequency Selector:
  - Fix crasher for non-authorized users.
 Invest Applet:
  - Correctly install defs.py without distributing it.
@@ -165,7 +195,7 @@ removed. The gnome-media package now provides an equivalent.
 CPU Frequency Applet:
  - Remove unecessary callbacks (Carlos Garcia Campos)
 
-Invest Applet: 
+Invest Applet:
  - Allow fractional shares in the Amount field. This is useful for 
    mutual funds (Callum McKenzie).
 
diff --git a/accessx-status/ChangeLog b/accessx-status/ChangeLog
index 2e9c662..2c7967f 100644
--- a/accessx-status/ChangeLog
+++ b/accessx-status/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-31  Callum McKenzie  <callum spooky-possum org>
diff --git a/accessx-status/docs/ChangeLog b/accessx-status/docs/ChangeLog
index 7e97860..0d70290 100644
--- a/accessx-status/docs/ChangeLog
+++ b/accessx-status/docs/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 ==================== 2.26.0 ======================
diff --git a/battstat/ChangeLog b/battstat/ChangeLog
index 906127e..31bd252 100644
--- a/battstat/ChangeLog
+++ b/battstat/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-05-04  Callum McKenzie  <callum spooky-possum org>
diff --git a/charpick/ChangeLog b/charpick/ChangeLog
index 9193447..614f50e 100644
--- a/charpick/ChangeLog
+++ b/charpick/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-30  Mario Blättermann  <mariobl svn gnome org>
diff --git a/configure.in b/configure.in
index 24390cc..63e3271 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 dnl ***************************************************************************
 dnl *** configure.in for GNOME-APPLETS                                      ***
 dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.27.1)
+AC_INIT(gnome-applets, 2.27.2)
 AC_PREREQ(2.59)
 
 AM_CONFIG_HEADER(config.h)
@@ -545,7 +545,7 @@ dnl ***************************************************************************
 
 dnl --disable-cpufreq=(yes|no)
 AC_ARG_ENABLE(cpufreq,
-	      [  --disable-cpufreq[[=no/yes]]            
+	      [  --disable-cpufreq[[=no/yes]]
                           don't build cpu frequency scaling monitor applet
 			  [[default: no]]],,
 	      disable_cpufreq=no)
@@ -800,7 +800,7 @@ gnome-applets-$VERSION configure summary:
 	 - multiload			$build_gtop_applets
 	 - stickynotes			$enable_stickynotes
 	 - trashapplet			always
-	
+
 	Using DBUS:			$HAVE_DBUS
 	Using NetworkManager:		$HAVE_NETWORKMANAGER
 	Using HAL:			$HAVE_HAL
diff --git a/cpufreq/ChangeLog b/cpufreq/ChangeLog
index b2206ef..57c7133 100644
--- a/cpufreq/ChangeLog
+++ b/cpufreq/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-04-06  Callum McKenzie  <callum spooky-possum org>
diff --git a/cpufreq/help/ChangeLog b/cpufreq/help/ChangeLog
index adb2c1f..e29202a 100644
--- a/cpufreq/help/ChangeLog
+++ b/cpufreq/help/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-28  Simos Xenitellis  <simos gnome org>
diff --git a/drivemount/ChangeLog b/drivemount/ChangeLog
index 9b976e4..7cb97a4 100644
--- a/drivemount/ChangeLog
+++ b/drivemount/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-20  Callum McKenzie  <callum spooky-possum org>
diff --git a/drivemount/help/ChangeLog b/drivemount/help/ChangeLog
index cae8bbc..0f362dd 100644
--- a/drivemount/help/ChangeLog
+++ b/drivemount/help/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-28  Simos Xenitellis  <simos gnome org>
diff --git a/geyes/ChangeLog b/geyes/ChangeLog
index 85ff1eb..10f7114 100644
--- a/geyes/ChangeLog
+++ b/geyes/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 ==================== 2.26.0 ======================
diff --git a/geyes/docs/ChangeLog b/geyes/docs/ChangeLog
index 149d39a..8e3e13f 100644
--- a/geyes/docs/ChangeLog
+++ b/geyes/docs/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-30  Mario Blättermann  <mariobl svn gnome org>
diff --git a/gkb-new/ChangeLog b/gkb-new/ChangeLog
index b7f6374..92d8434 100644
--- a/gkb-new/ChangeLog
+++ b/gkb-new/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 ==================== 2.26.0 ======================
diff --git a/gswitchit/ChangeLog b/gswitchit/ChangeLog
index d2b8d09..abb7402 100644
--- a/gswitchit/ChangeLog
+++ b/gswitchit/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 ==================== 2.26.0 ======================
diff --git a/gweather/ChangeLog b/gweather/ChangeLog
index 0bbba69..302782c 100644
--- a/gweather/ChangeLog
+++ b/gweather/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-04-04  Simos Xenitellis  <simos gnome org>
diff --git a/invest-applet/ChangeLog b/invest-applet/ChangeLog
index b3b9e85..19f3c81 100644
--- a/invest-applet/ChangeLog
+++ b/invest-applet/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-04-12  Boris Egorov <jightuse gmail com>
diff --git a/mini-commander/ChangeLog b/mini-commander/ChangeLog
index 58ba71e..4c5f9b6 100644
--- a/mini-commander/ChangeLog
+++ b/mini-commander/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-04-06  Callum McKenzie  <callum spooky-possum org>
diff --git a/mixer/ChangeLog b/mixer/ChangeLog
index 96d22dc..9609f6d 100644
--- a/mixer/ChangeLog
+++ b/mixer/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 2009-05-22  Callum McKenzie  <callum spooky-possum org>
 
 	* dock.c: Patch from Matt Keenan to get the dock displayed on the
diff --git a/modemlights/ChangeLog b/modemlights/ChangeLog
index 1d57731..f9a12b7 100644
--- a/modemlights/ChangeLog
+++ b/modemlights/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-20  Callum McKenzie  <callum spooky-possum org>
diff --git a/multiload/ChangeLog b/multiload/ChangeLog
index 7ae86ae..1a115b6 100644
--- a/multiload/ChangeLog
+++ b/multiload/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-28  Simos Xenitellis  <simos gnome org>
diff --git a/null_applet/ChangeLog b/null_applet/ChangeLog
index c61ca3e..3f04965 100644
--- a/null_applet/ChangeLog
+++ b/null_applet/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-03-20  Callum McKenzie  <callum spooky-possum org>
diff --git a/po/ChangeLog b/po/ChangeLog
index 37cf91e..1c6228b 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-05-03  Petr Kovar  <pknbe volny cz>
diff --git a/stickynotes/ChangeLog b/stickynotes/ChangeLog
index 60281e1..b107a26 100644
--- a/stickynotes/ChangeLog
+++ b/stickynotes/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-05-04  Callum McKenzie  <callum spooky-possum org>
diff --git a/trashapplet/ChangeLog b/trashapplet/ChangeLog
index d68f830..2a93b64 100644
--- a/trashapplet/ChangeLog
+++ b/trashapplet/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 ==================== 2.26.0 ======================
diff --git a/trashapplet/docs/ChangeLog b/trashapplet/docs/ChangeLog
index ddea1a1..830fbfe 100644
--- a/trashapplet/docs/ChangeLog
+++ b/trashapplet/docs/ChangeLog
@@ -1,3 +1,5 @@
+==================== 2.27.2 ======================
+
 ==================== 2.27.1 ======================
 
 2009-04-04  Simos Xenitellis  <simos gnome org>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]