diff options
author | Peter Williams <peterw@src.gnome.org> | 2000-08-11 23:51:01 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2000-08-11 23:51:01 +0800 |
commit | 00d16af77343a5dec07c401e4597b03e28e1daa6 (patch) | |
tree | 7373a710f5dd3e4e5f15c9ab31b1f9725e656c46 /e-util/ChangeLog | |
parent | 2a7ffa8cf1bf8747267f06fab9387ad48fb29a1f (diff) | |
download | gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.tar gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.tar.gz gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.tar.bz2 gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.tar.lz gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.tar.xz gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.tar.zst gsoc2013-evolution-00d16af77343a5dec07c401e4597b03e28e1daa6.zip |
Fix a crash with tab expansion in e_text_to_html
svn path=/trunk/; revision=4736
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index ce4de0c31a..e724f696d0 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2000-08-11 Peter Williams <peterw@helixcode.com> + + * e-html-utils.c (e_text_to_html): Fix the tab expansion + for when the length would exceed the ten characters that + we allocated. + 2000-08-10 Dan Winship <danw@helixcode.com> * e-setup.[ch]: Remove. The shell tells the components where |