aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-utils.c
Commit message (Expand)AuthorAgeFilesLines
* add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-171-1/+6
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-151-2/+2
* Don't use g_utf8_next_char on text that isn't valid UTF8, since it won'tDan Winship2001-05-021-3/+5
* Make this smarter. Now e_text_to_html_full calls it when it sees a '@',Dan Winship2001-04-301-62/+52
* If the buffer is too small, making it twice as big does not guarantee itDan Winship2001-04-251-16/+16
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-241-7/+9
* ">From" is not a citation unless the previous or following line is aDan Winship2001-04-191-7/+37
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-0/+81
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-1/+2
* new function, extracted from e_text_to_html, added color parameterRadek Doulik2001-03-211-2/+49
* Fix a bit: [mailto:foo] shouldn't grab the ']'Dan Winship2001-03-151-1/+1
* Fix an off-by-one in the "is this for real?" check so that "http:// "Dan Winship2001-03-071-1/+1
* make sure we actually make enough space for "&nbsp;".Larry Ewing2000-12-131-1/+1
* Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-261-0/+2
* If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-191-54/+8
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-011-13/+35
* Little teeny bug fix in e_text_to_html tab expansion.Peter Williams2000-08-221-1/+1
* Fix a crash with tab expansion in e_text_to_htmlPeter Williams2000-08-111-0/+2
* If converting both spaces and newlines, then convert tabs too. The joys ofDan Winship2000-08-111-3/+28
* Fix warnings.Dan Winship2000-07-111-3/+4
* add ")" to the set of characters to back up over at the end of a potentialDan Winship2000-06-291-1/+1
* Got rid of some warnings.Christopher James Lahey2000-05-071-2/+1
* Moved here from the mailer, since it's of general use, and the composerDan Winship2000-04-281-0/+247