Tue, 04 Mar 2008 18:50:16 +0000 |
Evan Schoenberg |
Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
|
Tue, 04 Mar 2008 16:23:07 +0000 |
Stu Tomlinson |
Correct documentation in --help and man page for -l command line option.
|
Tue, 04 Mar 2008 09:41:44 +0000 |
Mark Doliner |
Move the status note parsing into a separate function, which I think
|
Tue, 04 Mar 2008 00:11:22 +0000 |
Evan Schoenberg |
When purple_buddy_icons_set_account_icon() is called, it unrefs the old PurpleStoredImage and refs the new one. Previously, it notified the prpl of the change in the buddy icon before updating pointer_icon_cache, which meant that if the prpl then called purple_buddy_icons_find_account_icon() it would get the old PurpleStoredImage (which is at this point not only old but also a pointer to invalid memory if unref'ing it caused it to be destroyed). This happens in jabber_set_info() as of 2.4.0, causing a crash when setting no-buddy-icon for an account after it has previously had an icon. I think this also means that XMPP accounts in 2.4.0 will also always set serverside the *last* icon set, not the current one, when changing icons, but I didn't test that.
|
Mon, 03 Mar 2008 21:44:40 +0000 |
Bartoz Oler |
Patch from Tomasz Salacinski to allow setting buddy icons in GG prpl.
|
Mon, 03 Mar 2008 16:35:15 +0000 |
Daniel Atallah |
Fix a regression in presenting the existing instance of Pidgin on Windows when the executable is launched a subsequent time. Fixes #5041.
|
Mon, 03 Mar 2008 09:03:47 +0000 |
Mark Doliner |
Make sure we tell stuff that oscar supports offline messages for AIM
|
Mon, 03 Mar 2008 08:50:27 +0000 |
Mark Doliner |
Fix a crash in the zephyr normalize function that I added when gc is
|
Mon, 03 Mar 2008 08:40:39 +0000 |
Mark Doliner |
Fix coverity CID 382: Remove an unused variable
|
Mon, 03 Mar 2008 08:36:35 +0000 |
Mark Doliner |
I believe this fixes Coverity 383:
|
Mon, 03 Mar 2008 08:26:44 +0000 |
Mark Doliner |
Switch to using "username" instead of "screen name." I really really
|
Mon, 03 Mar 2008 07:03:54 +0000 |
Ka-Hing Cheung |
serv_got_joined_chat() emits "chat-joined" but it also calls
|
Sun, 02 Mar 2008 22:35:56 +0000 |
Kevin Stange |
merge of '2b67a6080c2cabe152977731157b424f9e83dd5c'
|
Sun, 02 Mar 2008 20:09:54 +0000 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head bd0e8a231d64a1834cf27ddf420ece1cd9889327)
|
Sun, 02 Mar 2008 20:05:34 +0000 |
Jeffrey Connelly |
In msimprpl, allow some levels of nested bold/italic/underline formatting.
|
Sun, 02 Mar 2008 16:44:08 +0000 |
Sadrul Habib Chowdhury |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sun, 02 Mar 2008 16:43:55 +0000 |
Sadrul Habib Chowdhury |
merge of 'd1ef38716fb62522b4d8ce47ed39d9e34d2b2c77'
|
Sun, 02 Mar 2008 20:08:27 +0000 |
Jeffrey Connelly |
merge of 'b3b5983d1eb17af3007d26447c9215e9e8203189'
|
Sat, 01 Mar 2008 09:42:07 +0000 |
Kevin Stange |
Avoid saying "Cyrus SASL: Disabled" in the About box on Win32 when it's not true!
|
Sun, 02 Mar 2008 16:43:22 +0000 |
Sadrul Habib Chowdhury |
Allow translation/transliteration foo in the plugin window tooltip.
|
Fri, 29 Feb 2008 21:11:47 +0000 |
Stu Tomlinson |
Truncate password to 16 characters on MSN, before encoding.
|
Fri, 29 Feb 2008 20:23:02 +0000 |
Stu Tomlinson |
Merge 2 "if ENABLE_GTK" sections
|
Fri, 29 Feb 2008 20:06:55 +0000 |
Stu Tomlinson |
Minor whitespace cleanup
|
Fri, 29 Feb 2008 18:04:03 +0000 |
Ethan Blanton |
do what now?
|
Fri, 29 Feb 2008 15:45:48 +0000 |
Will Thompson |
Document PurpleEventLoopUiOps and associated misc.
|
Fri, 29 Feb 2008 14:47:34 +0000 |
Stu Tomlinson |
Fixes #4948
|
Fri, 29 Feb 2008 13:45:05 +0000 |
Stu Tomlinson |
Fix building with glib < 2.6
|
Fri, 29 Feb 2008 12:10:37 +0000 |
Stu Tomlinson |
Bump!
|
Fri, 29 Feb 2008 12:08:08 +0000 |
Stu Tomlinson |
NEWS!
|
Fri, 29 Feb 2008 07:55:20 +0000 |
Andrew Gaul |
Fixes a memleak:
|