aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-08 02:39:43 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-08 02:39:43 +0800
commit053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2 (patch)
tree86d5177a13563363bbe4bfb3eb4d68789c8b88b8 /ChangeLog
parentcf61f7c4dd6f445be551bea4b55e7902edf4a816 (diff)
downloadgsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar
gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.gz
gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.bz2
gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.lz
gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.xz
gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.tar.zst
gsoc2013-evolution-053cdfdbc36a8100ac5e7dfe33e05f82a7e50ea2.zip
Set "anchor" and "fill_clip_rectangle" arguments.
2000-07-07 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-entry.c: Set "anchor" and "fill_clip_rectangle" arguments. * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added "fill_clip_rectangle" argument which describes whether to accept clicks throughout the clipping rectangle. svn path=/trunk/; revision=3956
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f8edb88c9..64ab7c6369 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2000-07-07 Christopher James Lahey <clahey@helixcode.com>
+ * widgets/e-text/e-entry.c: Set "anchor" and "fill_clip_rectangle"
+ arguments.
+
+ * widgets/e-text/e-text.c, widgets/e-text/e-text.h: Added
+ "fill_clip_rectangle" argument which describes whether to accept
+ clicks throughout the clipping rectangle.
+
+2000-07-07 Christopher James Lahey <clahey@helixcode.com>
+
* widgets/e-text/e-entry.c: Fixed some typos.
2000-07-07 Tuomas Kuosmanen <tigert@gimp.org>