diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-11 02:45:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-11 02:45:44 +0800 |
commit | 7df68b2c7da61c00327e54db57e38fcf60e9db2c (patch) | |
tree | e663e9e06c81112de07552f080875fe77520d1a9 /e-util/ChangeLog | |
parent | 0ad5aaea8088200992598ee3be8b41416b0bee33 (diff) | |
download | gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.tar gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.tar.gz gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.tar.bz2 gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.tar.lz gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.tar.xz gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.tar.zst gsoc2013-evolution-7df68b2c7da61c00327e54db57e38fcf60e9db2c.zip |
If converting both spaces and newlines, then convert tabs too. The joys of
* e-html-utils.c (e_text_to_html): If converting both spaces and
newlines, then convert tabs too. The joys of pseudo-<PRE>.
svn path=/trunk/; revision=4695
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 878adc70cd..27c2fa210c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2000-08-10 Dan Winship <danw@helixcode.com> + + * e-html-utils.c (e_text_to_html): If converting both spaces and + newlines, then convert tabs too. The joys of pseudo-<PRE>. + 2000-08-09 Christopher James Lahey <clahey@helixcode.com> * e-popup-menu.c: Fix the bug where it truncates the last item |