diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-04-01 05:58:19 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-04-01 05:58:19 +0800 |
commit | 50c50fee4349fbc6be2c4ae702f2f4bcd4714745 (patch) | |
tree | c583a3b71167582ff948365b037d1820588d6cea /camel/ChangeLog | |
parent | 7e4f187a1034cc352278f0fa5c3ca0321dbda4cc (diff) | |
download | gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.tar gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.tar.gz gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.tar.bz2 gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.tar.lz gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.tar.xz gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.tar.zst gsoc2013-evolution-50c50fee4349fbc6be2c4ae702f2f4bcd4714745.zip |
Added "convert_newlines_to_br" boolean param, to give the option of not
* camel-formatter.c (text_to_html): Added "convert_newlines_to_br"
boolean param, to give the option of not converting '\n's to <br>
tags. This way, when we stick stuff in a <pre> tag, newlines stay
newlines.
svn path=/trunk/; revision=2270
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8978f68df3..f6172a9198 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2000-03-31 Matt Loper <matt@helixcode.com> + + * camel-formatter.c (text_to_html): Added "convert_newlines_to_br" + boolean param, to give the option of not converting '\n's to <br> + tags. This way, when we stick stuff in a <pre> tag, newlines stay + newlines. + 2000-03-30 Matt Loper <matt@helixcode.com> * camel-formatter.c (handle_text_plain): Use <pre> tag to force |