summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2004-11-01 10:18:11 +0000
committerDavyd Madeley <davyd@src.gnome.org>2004-11-01 10:18:11 +0000
commit4633aa8bb4be993b2beb09f55b483772388308fa (patch)
treef6f62de2cd20e02caa43f02f78ae15da79ab13ca
parentefea8837c5c147f94c7b360a9b830933ab5ce18b (diff)
Release 2.9.1GNOME_APPLETS_2_9_1
2004-11-01 Davyd Madeley <davyd@madeley.id.au> * NEWS: * configure.in: Release 2.9.1 * gtik/Makefile.am: * modemlights/Makefile.am: * wireless/Makefile.am: Add missing png to EXTRA_DIST
-rw-r--r--ChangeLog9
-rw-r--r--NEWS65
-rw-r--r--configure.in2
-rw-r--r--gtik/Makefile.am7
-rw-r--r--modemlights/Makefile.am3
-rw-r--r--wireless/Makefile.am1
6 files changed, 82 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f5f1672e..cf5102533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-01 Davyd Madeley <davyd@madeley.id.au>
+
+ * NEWS:
+ * configure.in: Release 2.9.1
+
+ * gtik/Makefile.am:
+ * modemlights/Makefile.am:
+ * wireless/Makefile.am: Add missing png to EXTRA_DIST
+
2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* mixer/applet.c: (gnome_volume_applet_toggle_mute):
diff --git a/NEWS b/NEWS
index b46d4bb7a..210112c41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,68 @@
+Changes in GNOME-Applets 2.9.1
+==================================
+Codenamed: "Revitalisation"
+
+Really Big Changes:
+ * New volume applet (Ronald Bultje)
+ * New drivemount applet (James Henstridge)
+ * Deprecation of mailcheck using null_applet (Davyd Madeley)
+ * Trash Applet (Michiel Sikkes)
+
+Less Big Changes:
+ * Latvian and Catalan keyboard layouts (Sergey Udaltsov)
+ * charpick now uses gucharmap for character descriptions (Davyd Madeley)
+ * Move lots of applets to GtkIconTheme (except stickynotes and possibly others)
+ (Davyd Madeley)
+ * Fix help crash in accessx (Leena Gunda)
+ * Neaten up the battstat preferences dialog (Davyd Madeley)
+ * Add option to display remaining time on the panel (Davyd Madeley)
+ * Fix charpick padding issues (Vincent Noel)
+ * New icons for geyes, gswitchit (Jakub Steiner)
+ * gswitchit fixes (Sergey Udaltsov, Kjartan Maraas)
+ * String composition fixes in gtik (Davyd Madeley)
+ * More locations in gweather (Davyd Madeley, Martin Kretzschmar, Kalle
+ Svensson, Gabriel M. Elder, Chris Kelso, Simos Xenitellis)
+ * Support for multiple locations per city (Frank Solensky)
+ * Removed old gweather Locations file (Davyd Madeley)
+ * Make macro list for mini-commander global across all instances of the applet
+ (Davyd Madeley)
+ * multiload behaves better under NetBSD (Douglas Brebner)
+ * Keep stickynotes on all workspaces if appropriate (Heikki Tauriainen)
+ * make wireless applet warning dialogs multihead aware (Muktha Narayan)
+
+Translations:
+ * ca (Jordi Mallach)
+ * az (Mətin Əmirov)
+ * nl (Michiel Sikkes, Tino Meinen)
+ * ar (Arafat Medini)
+ * en_CA (Adam Weinberger)
+ * fr (Christophe Merlet, Raphael Tournoy, Yannick Marchegay)
+ * cs (Miloslav Trmac)
+ * sq (Laurent Dhima)
+ * en_GB (David Lodge)
+ * sr (Danilo Šegan)
+ * bg (Vladimir Petkov)
+ * es (Francisco Javier F. Serrador)
+ * de (Hendrik Brandt, Martin Kretzschmar)
+ * fa (Meelad Zakaria)
+ * ru (Leonid Kanter)
+ * ang (James Johnson)
+ * zh_TW (GNOME HK Team)
+ * it (Francesco Marletta, Alessio Frusciante)
+
+Stay tuned for more cool things like: day/night differentiation in gweather and
+hopefully the inclusion of a CPUFreq monitoring applet. Development has finally
+been revitalised. Since we don't have our own mailing list, we are staging a
+hostile takeover of gnome-utils-list, which has now become the primary list for
+Applets based discussion.
+
+Remember, GNOME 2.9 is the unstable development branch of the GNOME desktop,
+work on the stable tree such as bugfixes, translations and documentation should
+take place on the gnome-2-8 branch.
+
+Thanks everyone for contributing, especially if I accidently forgot you, and
+stay tuned for GNOME Applets 2.9.2 next month!
+
Changes in GNOME-Applets 2.8.0
==================================
diff --git a/configure.in b/configure.in
index 42b20b9c0..6cfd4838f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(drivemount/drivemount.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-applets, 2.9.0)
+AM_INIT_AUTOMAKE(gnome-applets, 2.9.1)
AM_MAINTAINER_MODE
diff --git a/gtik/Makefile.am b/gtik/Makefile.am
index a280e0a23..e053ab7a0 100644
--- a/gtik/Makefile.am
+++ b/gtik/Makefile.am
@@ -44,9 +44,10 @@ CLEANFILES = $(server_in_files) $(server_DATA)
@INTLTOOL_SCHEMAS_RULE@
EXTRA_DIST = \
- README AUTHORS ChangeLog \
- GNOME_GtikApplet.server.in.in \
- $(ui_DATA) \
+ README AUTHORS ChangeLog \
+ GNOME_GtikApplet.server.in.in \
+ $(ui_DATA) \
+ $(pixmap_DATA) \
$(schemas_in_files)
if GCONF_SCHEMAS_INSTALL
diff --git a/modemlights/Makefile.am b/modemlights/Makefile.am
index ae1e37f8e..b2438c4b0 100644
--- a/modemlights/Makefile.am
+++ b/modemlights/Makefile.am
@@ -41,7 +41,8 @@ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = \
GNOME_ModemLightsApplet.server.in.in \
digits.xpm \
- $(schemas_in_files) \
+ $(schemas_in_files) \
+ $(pixmap_DATA) \
$(ui_DATA)
if GCONF_SCHEMAS_INSTALL
diff --git a/wireless/Makefile.am b/wireless/Makefile.am
index 0a3f382b6..86fdbe8bc 100644
--- a/wireless/Makefile.am
+++ b/wireless/Makefile.am
@@ -56,6 +56,7 @@ EXTRA_DIST = \
$(server_in_in_files) \
$(glade_DATA) \
$(pixmap_DATA) \
+ $(icon_DATA) \
$(ui_DATA) \
$(NULL)