log

age author description
Mon, 26 Nov 2007 19:39:21 +0000 Mark Doliner Simplify this a little bit. Most of this change is just removing
Mon, 26 Nov 2007 19:03:39 +0000 Daniel Atallah Don't allow buddies to be manually added to Bonjour (remove the added buddy in the prpl add_buddy callback). Also, fix a crash when rendering the tooltip for one of these previously added buddies. Fixes #4045.
Mon, 26 Nov 2007 10:24:57 +0000 Sadrul Habib Chowdhury Add Florian Delizy (goutnet) to COPYRIGHT.
Tue, 27 Nov 2007 00:15:49 +0000 Sadrul Habib Chowdhury Add a utility function pidgin_dialog_add_button to add buttons to a dialog
Mon, 26 Nov 2007 10:23:41 +0000 Sadrul Habib Chowdhury goutnet is Florian Delizy.
Mon, 26 Nov 2007 10:12:41 +0000 Sadrul Habib Chowdhury Patch from 'goutnet' to not insert smileys when pasting as plain text.
Mon, 26 Nov 2007 09:49:59 +0000 Sadrul Habib Chowdhury merge of 'bcfb665250821266c993e2f5818c4e3f65314ff4'
Mon, 26 Nov 2007 09:49:27 +0000 Sadrul Habib Chowdhury Patch from 'goutnet': Pressing backspace on a smiley will replace the smiley
Mon, 26 Nov 2007 09:28:15 +0000 Sadrul Habib Chowdhury Patch from Florian Qu«²ze (the InstantBird dude) to add a search path for
Mon, 26 Nov 2007 08:47:08 +0000 Sadrul Habib Chowdhury Patch from fmoo. This makes a lot of the windows closeable with Escape. There
Mon, 26 Nov 2007 08:12:40 +0000 Sadrul Habib Chowdhury The smiley dialog is transient for the toolbar's parent window, and the about dialog is transient for the buddylist, when available.
Mon, 26 Nov 2007 07:35:16 +0000 Sadrul Habib Chowdhury Patch from DB42 to add a little '¡ß' in a scrollbook. I edited the patch in
Mon, 26 Nov 2007 06:41:00 +0000 John Bailey Fix a grammar mistake I managed to catch.
Mon, 26 Nov 2007 06:31:41 +0000 Daniel Atallah Fix the namespace_map being leaked.
Mon, 26 Nov 2007 06:30:57 +0000 Daniel Atallah My previous commit caused the scrollbook's children to be tracked correctly - it turns out that this causes problems because they really aren't the children of the scrollbook, they're the notebook'children. This stuff needs to be revisited.