diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2003-05-18 16:47:45 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2003-05-18 16:47:45 +0000 |
commit | 95bd34e4d69bc56edbaf177077bf482fb191ca1d (patch) | |
tree | fafbdb9f5078fb5630ea45c62dce1e942cd12b77 | |
parent | 397dd6d21a64207f3ac92b98593276e4a0cdf701 (diff) |
release 2.2.2GNOME_APPLETS_2_2_2
2003-05-18 Kevin Vandersloot <kfv101@psu.edu>
* configure.in: release 2.2.2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 67 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 72 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-05-18 Kevin Vandersloot <kfv101@psu.edu> + + * configure.in: release 2.2.2 + 2003-05-05 Danilo Ĺ egan <dsegan@gmx.net> * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS @@ -1,3 +1,70 @@ +Changes in GNOME-Applets 2.3.2 +================================== + +Overall +* Add Sun's translated Docs (Mike Lei) + +Battery Monitor +* don't crash if acpi directories don't exist - bug #111089 (Manuel Clos) + +CDPlayer +* Give error is device is busy - bug #105296 (Balamurali Viswanathan) + +Command Line +* Update docs (Irene Ryan) + +Disk Mounter +* convert error message to utf8 - bug #95480 +* Fix saving of custom icons - bug #90922 + +Keyboard Switcher +* Fix crash mith multiple applets - bug # #112076 (Muktha Narayan) +* New Mongolian Keymap (Sanlig Badral) +* Fix multiple applets issue - bug #111933 +* Fix keygrab issues - bugs #108378, #104043(Shivram U) + +System Monitor +* Fix sizing issue - bug #94745 (berberic fmi uni-passau de) + +Volume Control +* Sync mute with other apps on Solaris - bug #105724 (Bala) + +Weather Monitor +* Fix saving of update interval - bug #105057 +* Add Kaunas - bug #106451 (Egle Girinaite) +* Put Dulles in the right location - bug #88190 (David Kennedy) + +Wireless Monitor +* Translate Catagory so it gets placed in the right directory - bug #112455 (Hidetoshi Tajima) + +Translations +* Azerbaijani (Metin Amiroff) +* Belarusian (Belarusian Team) +* Brazilian (Gustavo Noronha Silva) +* Catalan (Jordi Mallach) +* Chinese Traditional (Abel Cheung) +* Czech (Miloslav Trmac) +* Danish (Ole Laursen) +* Dutch (Vincent van Adrighem) +* Finnish (Jarkko Ranta) +* French (Christophe Merlet) +* German (Christian Neumair) +* Greek (stano) +* Hindi (karunakar) +* Japanese (T.Aihana) +* Korean (Changwoo Ryu) +* Malayalam (FSF-India) +* Mongolian (Sanlig) +* Norwegian (Kjartan Maraas) +* New Serbian/ Serbian Latin (http://Prevod.org) +* Polish (Polish Team) +* Portugese (Duarte Loreto) +* Slovak ( Stanislav Visnovsky) +* Spanish (Pablo Gonzalo del Campo) +* Swedish (Christian Rose) +* Russian (Russian Team) + + News for gnome-applets-1.4.0.4 release: - general diff --git a/configure.in b/configure.in index 78b2084de..76f2a5121 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.2.1) +AM_INIT_AUTOMAKE(gnome-applets, 2.2.2) AM_MAINTAINER_MODE |