diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-08 11:15:56 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-08 11:15:56 +0800 |
commit | 1a44ff0e97b73be2728f3ecef9fe58027560c798 (patch) | |
tree | f6e53657899ec9d772104ca90c1571f864dc6874 /ChangeLog | |
parent | 358b21acbb66bbb700f6d3ff3080229e33887d78 (diff) | |
download | gsoc2013-evolution-1a44ff0e97b73be2728f3ecef9fe58027560c798.tar.gz 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |