log

age author description
Sun, 18 Mar 2007 02:23:48 +0000 Luke Schierer one more to the many I neglected and committed a commit ago. hopefully I did not forget to mtn add any of the new files or forget to put them in configure.ac
Sun, 18 Mar 2007 01:13:36 +0000 Luke Schierer lots of translation updates. Some of these I neglected for way too long.
Fri, 16 Mar 2007 03:43:20 +0000 Daniel Atallah Default the URI Handler checkboxes in the installer appropriately (if pidgin is the current handler or if there is no current handler). Also, don't use the previous Gaim installation directory as the default new directory for Pidgin (perhaps it would be smart to use something like ...\blah\Pidgin if gaim was installed in ...\blah\Gaim, but I'm not sure it is worth the effort).
Fri, 16 Mar 2007 02:10:25 +0000 Daniel Atallah Add support for registering URI handlers to the windows installer.
Fri, 16 Mar 2007 00:02:55 +0000 Nathan Walp merge of '781d0a4beb5fa7b8916127b6e322aa96419230ce'
Fri, 16 Mar 2007 00:02:19 +0000 Nathan Walp *sigh*
Thu, 15 Mar 2007 01:52:21 +0000 Sadrul Habib Chowdhury This takes way too much memory, especially with ncursesw. I hadn't noticed, because apparently I was using ncurses.
Wed, 14 Mar 2007 07:56:48 +0000 Richard Nelson fix extraneous char being added when gntentry's buffer grows
Tue, 13 Mar 2007 10:28:03 +0000 Evan Schoenberg merge of '1e5814c18dbd7349240ceeec8f3d25583e42a7bd'
Mon, 12 Mar 2007 23:00:01 +0000 Evan Schoenberg Fixed whitespace and variable naming issues with the patch I accepted in 66925c4a3abff28f8826399d55051c6c40ffbe42
Mon, 12 Mar 2007 22:58:03 +0000 Evan Schoenberg Patch from plivesey, submitted in Adium Trac #5753 (http://trac.adiumx.com/ticket/5753), which fixes a memory stomper which occurred if the msn prpl were passed HTML with multiple style tags of the same type. This doesn't happen in pidgin, because the gtkhtml widget knows that msn can only have one all-or-none instance of each style, but libpurple should be able to handle being passed any sort of HTML. This therefore fixes an Adium crash.
Tue, 13 Mar 2007 07:33:08 +0000 Mark Doliner Change connection.c:gaim_connection_error() to still work even if the
Tue, 13 Mar 2007 07:19:06 +0000 Mark Doliner Don't use g_list_length() and g_slist_length() when all you want to
Tue, 13 Mar 2007 06:53:43 +0000 Mark Doliner There were a few problems here
Sat, 10 Mar 2007 17:24:53 +0000 Mark Doliner Thanks to Ka-Hing Cheung for catching this