| Commit message (Expand) | Author | Age | Files | Lines |
* | add a flag for non-url chars (controls, whitespace, ", and |) | Dan Winship | 2003-08-05 | 1 | -17/+120 |
* | Add this back: Connector needs it, and there's no reason for addressbook | Dan Winship | 2003-01-07 | 1 | -0/+408 |
* | Removed. Back to the fiery depths of hell from whence ye came! | Jeffrey Stedfast | 2002-12-17 | 1 | -408/+0 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 1 | -1/+0 |
* | Convert file: urls too. Fixes bug #29557. | Jeffrey Stedfast | 2002-08-29 | 1 | -1/+2 |
* | Remove the logic that assumes "Rupert> " is a citation, since it misfires | Dan Winship | 2002-08-05 | 1 | -28/+16 |
* | Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't in | Dan Winship | 2002-08-01 | 1 | -13/+15 |
* | Fix for if the buffer ends with an email address (and no newline). | Dan Winship | 2002-02-23 | 1 | -0/+2 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Change " " to " " at start of line. | Dan Winship | 2001-10-23 | 1 | -1/+2 |
* | Pass a CORBA_Environment to bonobo_config_get_string so it doesn't g_warn | Dan Winship | 2001-10-23 | 1 | -8/+7 |
* | Fix some broken calls to check_size that could result in memory corruption | Dan Winship | 2001-09-09 | 1 | -3/+3 |
* | Add E_TEXT_TO_HTML_CITE, to prepend "> " to each line. | Dan Winship | 2001-09-07 | 1 | -1/+7 |
* | Added is_addr_char_no_pipes macro, which specifically does not consider | Jon Trowbridge | 2001-07-12 | 1 | -2/+3 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s. | Dan Winship | 2001-05-17 | 1 | -1/+6 |
* | Replicate the semantics of the libunicode utf8 functions by returning NULL | Jon Trowbridge | 2001-05-15 | 1 | -2/+2 |
* | Don't use g_utf8_next_char on text that isn't valid UTF8, since it won't | Dan Winship | 2001-05-02 | 1 | -3/+5 |
* | Make this smarter. Now e_text_to_html_full calls it when it sees a '@', | Dan Winship | 2001-04-30 | 1 | -62/+52 |
* | If the buffer is too small, making it twice as big does not guarantee it | Dan Winship | 2001-04-25 | 1 | -16/+16 |
* | Removed attempts to use Radek's evil <DATA> hacks, which were just causing | Jon Trowbridge | 2001-04-24 | 1 | -7/+9 |
* | ">From" is not a citation unless the previous or following line is a | Dan Winship | 2001-04-19 | 1 | -7/+37 |
* | Add support for converting e-mail addresses to links. (is_email_address): | Jon Trowbridge | 2001-03-31 | 1 | -0/+81 |
* | Remove #include <glib.h> Shuffle some headers. Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -1/+2 |
* | new function, extracted from e_text_to_html, added color parameter | Radek Doulik | 2001-03-21 | 1 | -2/+49 |
* | Fix a bit: [mailto:foo] shouldn't grab the ']' | Dan Winship | 2001-03-15 | 1 | -1/+1 |
* | Fix an off-by-one in the "is this for real?" check so that "http:// " | Dan Winship | 2001-03-07 | 1 | -1/+1 |
* | make sure we actually make enough space for " ". | Larry Ewing | 2000-12-13 | 1 | -1/+1 |
* | Deal properly with URLs at the end of the buffer. (The old code would | Dan Winship | 2000-10-26 | 1 | -0/+2 |
* | If unicode_get_utf8 returns -1, assume it was actually undeclared | Dan Winship | 2000-10-19 | 1 | -54/+8 |
* | Email should now display correctly in GtkHTML | Lauris Kaplinski | 2000-09-01 | 1 | -13/+35 |
* | Little teeny bug fix in e_text_to_html tab expansion. | Peter Williams | 2000-08-22 | 1 | -1/+1 |
* | Fix a crash with tab expansion in e_text_to_html | Peter Williams | 2000-08-11 | 1 | -0/+2 |
* | If converting both spaces and newlines, then convert tabs too. The joys of | Dan Winship | 2000-08-11 | 1 | -3/+28 |
* | Fix warnings. | Dan Winship | 2000-07-11 | 1 | -3/+4 |
* | add ")" to the set of characters to back up over at the end of a potential | Dan Winship | 2000-06-29 | 1 | -1/+1 |
* | Got rid of some warnings. | Christopher James Lahey | 2000-05-07 | 1 | -2/+1 |
* | Moved here from the mailer, since it's of general use, and the composer | Dan Winship | 2000-04-28 | 1 | -0/+247 |