log

age author description
Mon, 19 Nov 2007 00:40:33 +0000 Daniel Atallah This is a patch from Lee Roach to update the mingw "clean" makefile targets to remove some generated files and to fix a couple other issues. Fixes #3981.
Sun, 18 Nov 2007 21:03:29 +0000 Stu Tomlinson This fixes the problem where all accounts are disabled due to connection
Sun, 18 Nov 2007 17:34:39 +0000 Stu Tomlinson Fix showing groups that contain offline buddies that have the "Show when
Sun, 18 Nov 2007 01:00:09 +0000 Sadrul Habib Chowdhury merge of '16aac1f231cfcd086d52cb58b975ea2d01399cb1'
Sat, 17 Nov 2007 20:58:56 +0000 Stu Tomlinson Allow empty GNOME_DESKTOP_SESSION_ID to "fail" the running_gnome check as
Sat, 17 Nov 2007 20:09:15 +0000 Stu Tomlinson ChangeLog a couple of items
Sat, 17 Nov 2007 20:00:25 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Sat, 17 Nov 2007 19:58:00 +0000 Stu Tomlinson merge of '7740233c9fca04206ee36d5c66bc83674db5dd9f'
Sat, 17 Nov 2007 19:41:12 +0000 Evan Schoenberg merge of '9799ea1a775e027d12b0c7e89bca78e7ce446402'
Sat, 17 Nov 2007 19:41:05 +0000 Evan Schoenberg merge of '08cb9f1663b00e65e42b571d63bfda3137430524'
Sat, 17 Nov 2007 19:40:58 +0000 Evan Schoenberg merge of '451870242251136bbe412d57d396a243cdcba188'
Sat, 17 Nov 2007 17:44:21 +0000 Stu Tomlinson default the conversation close immediately pref to TRUE to prevent
Sat, 17 Nov 2007 19:44:50 +0000 Evan Schoenberg disapproval of revision 'e98859404f9599f2db1a5ebea2a0b340ad4701b8'
Sat, 17 Nov 2007 19:39:21 +0000 Evan Schoenberg Fixed static linkage of msnp9 in the most straightforward way I could see, which is to have the purple_init_##pluginname##_plugin() function match the directory name, msnp9
Sat, 17 Nov 2007 17:27:48 +0000 Evan Schoenberg merge of '76c07fcb434a2a7aa289734bb221c171a376d73b'
Sat, 17 Nov 2007 15:18:01 +0000 Bj«Órn Voigt new string (German)
Sat, 17 Nov 2007 02:21:25 +0000 Sadrul Habib Chowdhury These functions aren't deprecated anymore.
Sat, 17 Nov 2007 02:20:01 +0000 Sadrul Habib Chowdhury merge of '936967b97a8afdc95b54fe92924ef7c0414bea42'
Wed, 14 Nov 2007 02:40:56 +0000 Sadrul Habib Chowdhury disapproval of revision 'c52c996c95bec84928db81dc592640366ff5a432'
Sat, 17 Nov 2007 02:03:01 +0000 Sadrul Habib Chowdhury merge of '540d26af45cb3708b3fe07efd7aa25e40a0b78ea'
Sat, 17 Nov 2007 01:55:40 +0000 Sadrul Habib Chowdhury disapproval of revision 'ea579831d8561ac6b0cde4b034383b02b3e51ae5'
Sat, 17 Nov 2007 01:55:21 +0000 Sadrul Habib Chowdhury merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1'
Sat, 17 Nov 2007 01:45:03 +0000 Sadrul Habib Chowdhury merge of '201e11a069d84d6e66abf5192dbb2083233beb4c'
Sat, 17 Nov 2007 00:56:02 +0000 Luke Schierer merge of '1084824bf3739139306602c736073dd294ca4206'
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Fri, 16 Nov 2007 23:50:30 +0000 Bj«Órn Voigt syntax checks (German)
Fri, 16 Nov 2007 19:11:08 +0000 Daniel Atallah Turns out this isn't a bug, nor is it win32-specific, and that we're misusing gtk_imhtml_clipboard_clear(). The reason this started being a problem was the fix to make the clipboard data set instead the owner set.
Fri, 16 Nov 2007 18:43:50 +0000 Daniel Atallah There appears to be a new GTK+ bug that causes the clipboard_clear callback to be triggered *after* the clipboard_copy callback on the second copy attempt. This makes stuff still work correctly when this happens (and, most importantly, not crash). I'll report this upstream.
Fri, 16 Nov 2007 17:38:53 +0000 Daniel Atallah Prevent multiple file offers from going out with a patch from galt. Fixes #3839.
Fri, 16 Nov 2007 17:11:44 +0000 Daniel Atallah Add purple_plugin_pref_[sg]et_format_type to the Perl API. There are a number of new functions that also need to be added, but I don't have time to do that right now. Fixes #3781.