aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* make sure we actually make enough space for " ".Larry Ewing2000-12-131-1/+1
| | | | | | | | | 2000-12-13 Larry Ewing <lewing@helixcode.com> * e-html-utils.c (e_text_to_html): make sure we actually make enough space for "&nbsp;". svn path=/trunk/; revision=6964
* Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-261-0/+2
| | | | | | | | * e-html-utils.c (e_text_to_html): Deal properly with URLs at the end of the buffer. (The old code would append a "&#0;" to the text.) svn path=/trunk/; revision=6169
* If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-191-54/+8
| | | | | | | * e-html-utils.c (e_text_to_html): If unicode_get_utf8 returns -1, assume it was actually undeclared iso-8859-1 text. svn path=/trunk/; revision=6002
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-011-13/+35
| | | | svn path=/trunk/; revision=5154
* Little teeny bug fix in e_text_to_html tab expansion.Peter Williams2000-08-221-1/+1
| | | | svn path=/trunk/; revision=4905
* Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-111-0/+2
| | | | svn path=/trunk/; revision=4736
* If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-111-3/+28
| | | | | | | * 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
* Fix warnings.Dan Winship2000-07-111-3/+4
| | | | | | * e-html-utils.c: Fix warnings. svn path=/trunk/; revision=4048
* add ")" to the set of characters to back up over at the end of a potentialDan Winship2000-06-291-1/+1
| | | | | | | * e-html-utils.c (url_extract): add ")" to the set of characters to back up over at the end of a potential URL. svn path=/trunk/; revision=3778
* Got rid of some warnings.Christopher James Lahey2000-05-071-2/+1
| | | | | | | | | | | | 2000-05-06 Christopher James Lahey <clahey@helixcode.com> * e-html-utils.c: Got rid of some warnings. * e-util.c, e-util.h: Added e_read_file which takes a filename and returns a newly allocated string containing the contents of that file. svn path=/trunk/; revision=2828
* Moved here from the mailer, since it's of general use, and the composerDan Winship2000-04-281-0/+247
* e-html-utils.c (e_text_to_html): Moved here from the mailer, since it's of general use, and the composer needs it too. svn path=/trunk/; revision=2662