aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-06-10 17:18:19 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-06-10 17:18:19 +0800
commit3481670915dcd593d7156bda1aec970a42890e0b (patch)
treee32f211bc48bf2a97674077a07d2eed6a232b9bb /ChangeLog
parent7011153ce3fa6807677e1df874389085fd5f0971 (diff)
downloadgsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar
gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.gz
gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.bz2
gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.lz
gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.xz
gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.tar.zst
gsoc2013-empathy-3481670915dcd593d7156bda1aec970a42890e0b.zip
Adding spellcheck support.
2007-06-10 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-spell-dialog.glade: * libempathy-gtk/gossip-spell-dialog.c: * libempathy-gtk/gossip-spell-dialog.h: * libempathy-gtk/gossip-chat.c: * libempathy-gtk/Makefile.am: * configure.ac: Adding spellcheck support. * libempathy-gtk/gossip-spell.c: * libempathy/gossip-conf.c: Remove useless debug messages. svn path=/trunk/; revision=144
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8967cce61..22557f221 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2007-06-10 Xavier Claessens <xclaesse@gmail.com>
+ * libempathy-gtk/gossip-spell-dialog.glade:
+ * libempathy-gtk/gossip-spell-dialog.c:
+ * libempathy-gtk/gossip-spell-dialog.h:
+ * libempathy-gtk/gossip-chat.c:
+ * libempathy-gtk/Makefile.am:
+ * configure.ac: Adding spellcheck support.
+
+ * libempathy-gtk/gossip-spell.c:
+ * libempathy/gossip-conf.c: Remove useless debug messages.
+
+2007-06-10 Xavier Claessens <xclaesse@gmail.com>
+
* libempathy-gtk/gossip-chat-view.c: Smooth scrolling.
Fixes bug #445859 (Raphael Slinckx).