aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-07 05:28:21 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-07 05:28:21 +0800
commitd8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4 (patch)
treef1ef7bc4fc453885b5b0a28d816b5e1d9509a120 /ChangeLog
parent85a334557fb4cef0eb76fce2ba79529aaafe675c (diff)
downloadgsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.tar
gsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.tar.gz
gsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.tar.bz2
gsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.tar.lz
gsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.tar.xz
gsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.tar.zst
gsoc2013-evolution-d8c0b9eff5d53af5fe51cd6fd56eb2cacd5c99f4.zip
Added a "changed" signal that gets sent whenever the text changes.
2000-05-06 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added a "changed" signal that gets sent whenever the text changes. svn path=/trunk/; revision=2837
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e1013f49..fc76428ec1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-06 Christopher James Lahey <clahey@helixcode.com>
+
+ * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added a
+ "changed" signal that gets sent whenever the text changes.
+
2000-05-05 Ettore Perazzoli <ettore@helixcode.com>
* Added `--enable-purify' flag.