aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* 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