summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Vandersloot <kevinv@src.gnome.org>2003-06-29 17:11:53 +0000
committerKevin Vandersloot <kevinv@src.gnome.org>2003-06-29 17:11:53 +0000
commit80d99195c9bc7c14483d85f22f2a8ed54aaa5898 (patch)
treefa8b13a9dac3d7f81f21c5f2fc0a670c3ca1c295
parentcd34f7aec6a21c929253954666f0b1d192f585a6 (diff)
2003-06-29 Kevin VanderslootGNOME_APPLETS_2_3_5
* configure.in, NEWS: release 2.3.5
-rw-r--r--ChangeLog4
-rw-r--r--NEWS74
-rw-r--r--configure.in2
3 files changed, 79 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e44358874..3450492a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-29 Kevin Vandersloot
+
+ * configure.in, NEWS: release 2.3.5
+
2003-06-25 Kevin Vandersloot
* all modules: translate the schemas files. Fixes bug #89363
diff --git a/NEWS b/NEWS
index fbf993ff6..db7a66265 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,77 @@
+Changes in GNOME-Applets 2.3.5
+==================================
+
+Overall
+* Add keybindings for common actions for many applets
+* Make schemas translatable
+
+Battery Charge Monitor
+* Fix compilation error - #115945 (Matt Keenan)
+
+CD Player
+* Fix crash on eject - #115686 (Elijah Newren)
+
+Character Palette
+* Add some accessibility stuff
+* Set sensitivity of Edit/Remove buttons
+
+Command Line
+* Fix reseting text if applet changed - bug #103803 (Narayana Pattipati)
+* Expand for Fitts' law
+
+Keyboard Accessibility Status
+* Fix url in docs (Abel Cheun)
+
+Keyboard Switcher
+* Reorg to allow for stand alone keyboard dialog (Jody Goldberg)
+* ReHIGify (Dennis Cranston)
+* Fix issue when label or name is NULL - bug #115269 (Kaushal Kumar)
+* type6 keyboard layout for Sun USB keyboards (Janos Cserep)
+* Fix adding keymaps dialog
+
+Mailcheck
+* Wrap text on vertical panels - bug #99794
+
+Modemlights
+* HIGify dialogs (Paolo Borelli)
+* ipV6 support (Shailesh Mittal)
+
+Mixer
+* Save and restore mixer state on startup - bug #61253
+
+Weather Report
+* Add labels for F and C degrees - bug #95436
+* Add back accessibility support
+* Fix for certain issue with weather server - #113981 (Mark Foster)
+* Fix spacing with widgets, fix setting tooltip
+
+Sticky Notes
+* Expand applet for Fitts' law
+* Fix bug #114367 (Loban Rahman)
+* Mnemonics fix (Dennis)
+
+Stock Ticker
+* Fix so Fitt's law works for butons
+* Show default theme font and colors by default - bug #91333
+* Center text
+* Fix stupid bug - #114073 (Kelledin)
+
+System Monitor
+* Don't display values great than 100% - bug #107407
+
+Translations
+* Fix my type error in POTFILES.in (Christian Rose)
+* Catalan (Jordi Mallach)
+* Czech (Michal Bukovjan)
+* Dutch (Vincent van Adrighem)
+* French (Christophe Merlet)
+* Italian (Leandro sul clementino)
+* Japanese (T Aihana)
+* Portugese (Gustavo Noronha Silva)
+* Spanish (Pablo Gonzalo del Campo)
+* Swedish (Christain Rose)
+
+
Changes in GNOME-Applets 2.3.4
==================================
diff --git a/configure.in b/configure.in
index 0b9ad41d1..b2f22f0bf 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.3.4)
+AM_INIT_AUTOMAKE(gnome-applets, 2.3.5)
AM_MAINTAINER_MODE