aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2000-01-12 06:10:20 +0800
committerChris Lahey <clahey@src.gnome.org>2000-01-12 06:10:20 +0800
commita097129f6847f85035f3b43cf3f36353b82124bc (patch)
tree75652d2005c7847795d31ff5aff49bd6cdb7c46b /ChangeLog
parenta01de808cd46baea31419a42b221cb65974a9fb1 (diff)
downloadgsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.tar
gsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.tar.gz
gsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.tar.bz2
gsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.tar.lz
gsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.tar.xz
gsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.tar.zst
gsoc2013-evolution-a097129f6847f85035f3b43cf3f36353b82124bc.zip
Blocked the tab key from getting inserted into the buffer since the
* widgets/e-text-event-processor-emacs-like.c: Blocked the tab key from getting inserted into the buffer since the renderer doesn't know what a tab is. * widgets/e-text.c, widgets/e-text.h: Fixed a memory leak. Added a blinking cursor and scrolling for the text item. svn path=/trunk/; revision=1554
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47717a2d73..230602fd47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-01-11 <clahey@galapagos.helixcode.com>
+
+ * widgets/e-text-event-processor-emacs-like.c: Blocked the tab key
+ from getting inserted into the buffer since the renderer doesn't
+ know what a tab is.
+
+ * widgets/e-text.c, widgets/e-text.h: Fixed a memory leak. Added
+ a blinking cursor and scrolling for the text item.
+
2000-01-11 Christopher James Lahey <clahey@helixcode.com>
* widgets/test-minicard.c: Removed some code which got in the way