diff options
author | Kevin Vandersloot <kfv101@psu.edu> | 2003-04-06 23:37:52 +0000 |
---|---|---|
committer | Kevin Vandersloot <kevinv@src.gnome.org> | 2003-04-06 23:37:52 +0000 |
commit | 15808d832e033f93f1e6bd484147170d87e02006 (patch) | |
tree | 07116ba0e6f75448a025f2344d7b183644e1c668 | |
parent | daf8aaa086d826e33a3e1eea3f59f823089c1e3e (diff) |
release 2.3.1GNOME_APPLETS_2_3_1
2003-04-06 Kevin Vandersloot <kfv101@psu.edu>
* configure.in: release 2.3.1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 25 | ||||
-rw-r--r-- | charpick/ChangeLog | 4 | ||||
-rw-r--r-- | charpick/help/C/Makefile.am | 4 | ||||
-rw-r--r-- | configure.in | 2 |
5 files changed, 36 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2003-04-06 Kevin Vandersloot <kfv101@psu.edu> + + * configure.in: release 2.3.1 + 2003-03-27 Glynn Foster <glynn.foster@sun.com> * configure.in: release 2.3.0. @@ -1,3 +1,28 @@ +Changes in GNOME-Applets 2.3.1 +================================== + +Character Palette +* Add capability to select palettes with mouse and edit/save individual ones + +Disk Mounter +* Fix saving of custom icons - bug #90922 +* Translate frame label - bug #103091 +* HIGify +* Convert mount error string to utf8 in non-utf8 locales - bug #95480 + +Inbox Monitor +* Fix to allow multiple applets at one time - bug #109806 (Jens Zechlin) + +Sticky Notes +* Remeber note positions - bug #109467 (Loban Rahman) +* Fix about window - bug #109469 (Loban) +* Fix crash in prefs dialog - bug #109470 (Loban) +* Fix focus indication - bug #109391 (Loban) +* Fix bug #109287 (Loban) +* Fix crash while autosaving (Loban) +* Don't show notes in tasklist - bug #106154 (Loban) + + Changes in GNOME-Applets 2.3.0 ================================== diff --git a/charpick/ChangeLog b/charpick/ChangeLog index 142f4dedf..0b0ac2655 100644 --- a/charpick/ChangeLog +++ b/charpick/ChangeLog @@ -1,3 +1,7 @@ +2003-04-06 Kevin Vandersloot <kfv101@psu.edu> + + * help/C/Makefile.am: get the figures correct + 2003-04-03 Kevin Vandersloot <kfv101@psu.edu> * charpick.c: Connect to the clicked signal to fix the stuck button problem. Fix diff --git a/charpick/help/C/Makefile.am b/charpick/help/C/Makefile.am index 72dfab6b7..ec1bf929b 100644 --- a/charpick/help/C/Makefile.am +++ b/charpick/help/C/Makefile.am @@ -1,7 +1,7 @@ figs = \ - figures/charpick_applet.png \ + figures/charpalette_applet.png \ figures/charpick_characters.png \ - figures/charpick_chargroup.png + figures/charpalette_chargroup.png docname = char-palette lang = C omffile = char-palette-C.omf diff --git a/configure.in b/configure.in index d6978597d..2c664b82f 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.0) +AM_INIT_AUTOMAKE(gnome-applets, 2.3.1) AM_MAINTAINER_MODE |