aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-02-08 11:15:56 +0800
committerChris Lahey <clahey@src.gnome.org>2000-02-08 11:15:56 +0800
commit1a44ff0e97b73be2728f3ecef9fe58027560c798 (patch)
treef6e53657899ec9d772104ca90c1571f864dc6874 /ChangeLog
parent358b21acbb66bbb700f6d3ff3080229e33887d78 (diff)
downloadgsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar
gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar.gz
gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar.bz2
gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar.lz
gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar.xz
gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar.zst
gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.zip
Added line wrap and a max number of lines (max number of lines is only
2000-02-07 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text.h, widgets/e-text.c: Added line wrap and a max number of lines (max number of lines is only obeyed if text is not being edited). svn path=/trunk/; revision=1691
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00d94b9157..55fdd04d73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-02-07 Christopher James Lahey <clahey@helixcode.com>
+ * widgets/e-text.h, widgets/e-text.c: Added line wrap and a max
+ number of lines (max number of lines is only obeyed if text is not
+ being edited).
+
+2000-02-07 Christopher James Lahey <clahey@helixcode.com>
+
* addressbook/printing/e-contact-print.c: Removed an unneccessary
include of libhnj. All uses of libhnj are commented out.