log

age author description
Thu, 27 Sep 2007 10:06:29 +0000 Richard Laager Add a translator note about the word backlog.
Thu, 27 Sep 2007 08:17:20 +0000 William Ehlhardt - Previous revision whacked a TODO
Thu, 27 Sep 2007 08:12:09 +0000 William Ehlhardt - Prompt the user if the local peer certificate cache is not found.
Thu, 27 Sep 2007 04:41:04 +0000 Daniel Atallah A few leak plugs, some unnecessary allocation prevention, null pointer deref fixes and general robustness fixes. I'm sure there is more to do here, I got tired... Fixes #3308
Wed, 26 Sep 2007 21:03:16 +0000 Daniel Atallah Ugly hacky fix so that it looks like docklet clicks on win32 come from a gdk event so that it causes the unread tab to receive focus. Fixes #3197.
Wed, 26 Sep 2007 19:55:33 +0000 Jeffrey Connelly Remove g_assert() from msimprpl.
Fri, 28 Sep 2007 00:33:12 +0000 Evan Schoenberg serv_got_attention() doesn't expect an escaped string; it just wants a name. The str variable was unused.