summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Vandersloot <kfv101@psu.edu>2003-04-06 23:37:52 +0000
committerKevin Vandersloot <kevinv@src.gnome.org>2003-04-06 23:37:52 +0000
commit15808d832e033f93f1e6bd484147170d87e02006 (patch)
tree07116ba0e6f75448a025f2344d7b183644e1c668
parentdaf8aaa086d826e33a3e1eea3f59f823089c1e3e (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--ChangeLog4
-rw-r--r--NEWS25
-rw-r--r--charpick/ChangeLog4
-rw-r--r--charpick/help/C/Makefile.am4
-rw-r--r--configure.in2
5 files changed, 36 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c398c82..ce0c3faae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 16b166d72..669ad45d2 100644
--- a/NEWS
+++ b/NEWS
@@ -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