aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-09 22:43:39 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-09 22:43:39 +0800
commit14f210e058d32fd6b656f9f6184316f448b3eacb (patch)
tree3f5ac7c65fa45495fa40d56139176f0457f08e15 /ChangeLog
parent4ac82c14c897e907e2df607920f5fe9a7b113eb5 (diff)
downloadgsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.tar
gsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.tar.gz
gsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.tar.bz2
gsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.tar.lz
gsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.tar.xz
gsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.tar.zst
gsoc2013-evolution-14f210e058d32fd6b656f9f6184316f448b3eacb.zip
Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause the
2000-07-09 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause the cursor to change even if not editing. svn path=/trunk/; revision=4017
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0366f0500..3e08c29490 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-07-09 Christopher James Lahey <clahey@helixcode.com>
+ * widgets/e-text/e-text.c: Don't draw quite as large a "flat_box".
+ If draw_borders is TRUE, cause the cursor to change even if not
+ editing.
+
+2000-07-09 Christopher James Lahey <clahey@helixcode.com>
+
* widgets/e-text/e-entry.c: Removed some border padding and set
the "draw_borders" argument of the contained GtkText.