summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-03-02 19:59:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-03-02 19:59:20 +0000
commit596cbff96027a31232f85dbfc1ec25c82163636b (patch)
tree70b68f911d1466c3facb6704f2a30346c8ae12e2 /ChangeLog
parentfe8838bce28cceac06b271d2c349500cee1da151 (diff)
downloadgtk+-596cbff96027a31232f85dbfc1ec25c82163636b.tar.gz
Add testentrycompletion.
Tue Mar 2 20:59:23 2004 Matthias Clasen <maclas@gmx.de> * tests/Makefile.am: Add testentrycompletion. * tests/testentrycompletion.c: New file to test some of the more exotic GtkEntryCompletion features.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66c3835ee0..77d7eb34e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 2 20:59:23 2004 Matthias Clasen <maclas@gmx.de>
+
+ * tests/Makefile.am: Add testentrycompletion.
+
+ * tests/testentrycompletion.c: New file to test some of the
+ more exotic GtkEntryCompletion features.
+
Tue Mar 2 14:38:10 2004 Jonathan Blandford <jrb@redhat.com>
* tests/testfilechooser.c (main): improve tests a little.