diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-13 02:41:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-13 02:41:59 +0800 |
commit | 870e780ce28ddf39ea25009878201464f4c5a8ea (patch) | |
tree | b8aba1677f523cf738fd79283a888ba0b3dfcad9 /composer/ChangeLog | |
parent | 9573b501a807c22010a9ed50825db146296995eb (diff) | |
download | gsoc2013-evolution-870e780ce28ddf39ea25009878201464f4c5a8ea.tar.gz gsoc2013-evolution-870e780ce28ddf39ea25009878201464f4c5a8ea.tar.zst gsoc2013-evolution-870e780ce28ddf39ea25009878201464f4c5a8ea.zip |
Don't break on non-breaking spaces, don't keep non-breaking spaces that
* e-msg-composer.c (format_text): Don't break on non-breaking
spaces, don't keep non-breaking spaces that fall after a line
wrap, and translate non-breaking spaces to regular ones after
wrapping.
svn path=/trunk/; revision=3530
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 8a26689642..e5ed7fcb51 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2000-06-12 Dan Winship <danw@helixcode.com> + + * e-msg-composer.c (format_text): Don't break on non-breaking + spaces, don't keep non-breaking spaces that fall after a line + wrap, and translate non-breaking spaces to regular ones after + wrapping. + 2000-06-05 Dan Winship <danw@helixcode.com> * e-msg-composer.c (e_msg_composer_attach): New convenience |