aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-27 07:03:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-06-27 07:03:11 +0000
commite4fa47016f53e76df6d0ef387d41270b98e5578c (patch)
tree062fcb7f9fd84afbaad4be66325ecb9655798989 /ChangeLog
parent059a6333c75b6d60aeeb3d541590d62607e42ff5 (diff)
supported GtkSpell 2.0.13 (with Enchant).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2022 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceecce1f..8f0853c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-27
+
+ * configure.in
+ src/compose.c: supported GtkSpell 2.0.13 (with Enchant)
+ (thanks to Michael Schwendt).
+ * Makefile.am: removed unrequired ACLOCAL_AMFLAGS.
+ * config.guess
+ ltmain.sh
+ config.sub: updated.
+
2008-06-20
* src/main.c: handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix,