Mercurial > pidgin.yaz
graph
-
Don't crash on Windows when removing an alias for an MSN buddy.Thu, 29 Jan 2009 01:48:12 +0000, by Elliott Sales de Andrade
-
Missed a file in previous commit. Avoids a double-free.Tue, 27 Jan 2009 05:25:01 +0000, by Elliott Sales de Andrade
-
merge of '6922052516b4de648838827a2c1806840619d49a'Tue, 27 Jan 2009 05:23:38 +0000, by Elliott Sales de Andrade
-
Re-combine large (multi-part) messages on MSN since we seem to say that weTue, 27 Jan 2009 05:22:10 +0000, by Elliott Sales de Andrade
-
Add special handling to the Python D-Bus parsing code for the *_get_dataTue, 27 Jan 2009 04:54:13 +0000, by Elliott Sales de Andrade
-
Fix a crash on exit with a patch from im.pidgin.next.minor.Tue, 27 Jan 2009 04:36:30 +0000, by Elliott Sales de Andrade
-
A slightly "warmenhoved" patch from Jon Turney to prevent some unnecessaryTue, 27 Jan 2009 04:22:53 +0000, by Daniel Atallah
-
Prevent a crash that can occur while copying the contents of the Debug Window. This ends up masking mismatched tags in the imhtml output, but that isTue, 27 Jan 2009 03:32:11 +0000, by Daniel Atallah
-
merge of '65e9577af05ac04edbde89c6216d06a7b828029a'Mon, 26 Jan 2009 02:39:50 +0000, by Richard Laager
-
In the course of looking at purple-url-handler to compose a response to aMon, 26 Jan 2009 02:35:25 +0000, by Richard Laager
-
merge of 'a2f94e06ea53c95077731e0833699222e6050fd0'Sun, 25 Jan 2009 20:51:41 +0000, by Elliott Sales de Andrade
-
Fix a discrepancy between the About box and the other authors lists.Sun, 25 Jan 2009 02:00:03 +0000, by Richard Laager
-
Add SEE ALSO references between pidgin(1) and finch(1) and make a few otherSun, 25 Jan 2009 01:58:30 +0000, by Richard Laager
-
Mention purple-remote in the pidgin man page, as suggested by Rogier Wolff.Sun, 25 Jan 2009 01:49:41 +0000, by Richard Laager
-
Display rather than log the error when another instance is running.Sat, 24 Jan 2009 03:23:05 +0000, by Richard Laager
-
pidgin.h is a public header file. Therefore, we should continue to provideSat, 24 Jan 2009 02:44:27 +0000, by Richard Laager
-
Two minor cleanups to the message about the invisible character in pidgin.h.Sat, 24 Jan 2009 02:42:56 +0000, by Richard Laager
-
GTK+ 2.16.0 will set the invisible character to a nice bullet instead ofSat, 24 Jan 2009 02:19:14 +0000, by Mark Doliner
-
Slightly improve this debug error messageSat, 24 Jan 2009 02:02:25 +0000, by Mark Doliner
-
minimal one line patchFri, 23 Jan 2009 17:59:01 +0000, by Timo Jyrinki
-
This happens anytime you IM an offline user, and is totally not an errorThu, 22 Jan 2009 01:04:56 +0000, by Mark Doliner
-
Attribute Yann Kerherve for the XMPP SASL parser changes. Refs #8206, #8207.Wed, 21 Jan 2009 23:17:47 +0000, by Daniel Atallah
-
Two patches from Yann Kerherve submitted to pidgin-devl. This fixes XMPPWed, 21 Jan 2009 23:08:16 +0000, by Evan Schoenberg
-
merge of '874dbd4635319a67ac152802b9c985b0d261f3eb'Tue, 20 Jan 2009 19:38:53 +0000, by Paul Aurich
-
When saving the account settings, use the protocol options that were present atTue, 20 Jan 2009 05:58:47 +0000, by Daniel Atallah
-
Clean up merges from the last two (un)disapprovals.Tue, 20 Jan 2009 04:45:56 +0000, by Daniel Atallah
-
merge of '346878a46ca5cbf1ddb7818cce123b5a936b803e'Tue, 20 Jan 2009 04:39:54 +0000, by Daniel Atallah
-
merge of '8c4498cf31a819963d4ee74d433f2ed267d65b51'Tue, 20 Jan 2009 04:38:22 +0000, by Daniel Atallah
-
disapproval of revision 'dd58d6e08f6bf88e8bdd13e3c8d0b73cc73bbab3'Tue, 20 Jan 2009 04:37:23 +0000, by Daniel Atallah
-
pidgin_quit() shouldn't try to save the list of loaded plugins, as they've all been unloaded by the time it is called.Tue, 20 Jan 2009 19:38:44 +0000, by Paul Aurich
-
Reorder (and document) purple_core_quit() so that the prefs_uninit() fixes canTue, 20 Jan 2009 04:31:14 +0000, by Paul Aurich
-
Thomas Gibson-Robinson noticed that the "saveable" attribute of a status typeTue, 20 Jan 2009 04:08:00 +0000, by Daniel Atallah
-
Updates to the translation statistics styleshoot from Hans Nordhaug to improveTue, 20 Jan 2009 03:30:36 +0000, by Daniel Atallah
-
On MSN, don't print an "unknown" message for SLP acknowledgement messages.Sun, 25 Jan 2009 09:13:28 +0000, by Elliott Sales de Andrade
-
merge of '414e6fd248a6ee80f1bc52c4c4fe5b24f6375f88'Tue, 20 Jan 2009 03:15:56 +0000, by Elliott Sales de Andrade
-
Fix a segfault when deleting an account without an associated prpl. Reported by adi1 in #pidgin.Tue, 20 Jan 2009 02:33:43 +0000, by Paul Aurich
-
Changelog buddy icon/custom smiley/file transfer.Tue, 20 Jan 2009 02:43:19 +0000, by Elliott Sales de Andrade
-
Report a debug warning if a SLP MSG is not processed because it has unknownMon, 19 Jan 2009 01:05:27 +0000, by Elliott Sales de Andrade
-
Minor type fix.Mon, 19 Jan 2009 00:59:53 +0000, by Elliott Sales de Andrade
-
A patch from Thomas Gibson-Robinson to fix receiving buddy icons, customMon, 19 Jan 2009 00:58:19 +0000, by Elliott Sales de Andrade
-
Jan Kratochvil found another race condition in the treeview tooltip code, this fixes it. Fixes #8069.Thu, 15 Jan 2009 03:56:58 +0000, by Daniel Atallah
-
This should prevent the crash in #8109 by stopping an invalid message fromThu, 15 Jan 2009 03:54:58 +0000, by Daniel Atallah
-
Remove now unused tmp_buddy hack.Wed, 14 Jan 2009 14:04:17 +0000, by Daniel Atallah
-
merge of '07f8d9c59020c1f69cc21b71f8252f13efd6a6e0'Wed, 14 Jan 2009 13:59:46 +0000, by Daniel Atallah
-
merge of '391fafa6e18ef27d4b95b4ba37421c35e08caa25'Wed, 14 Jan 2009 02:50:54 +0000, by Daniel Atallah
-
Fix some bogocity related to the GG "Add To Chat" menu item. Fixes #8112.Wed, 14 Jan 2009 02:49:20 +0000, by Daniel Atallah
-
Allow rebinding keys to change the focused widget.Tue, 13 Jan 2009 23:13:32 +0000, by Sadrul Habib Chowdhury
-
I think it's reasonable for prpls to call purple_prpl_got_user_idle()Tue, 13 Jan 2009 21:27:58 +0000, by Mark Doliner
-
bump the version now we finally releasedTue, 13 Jan 2009 02:02:14 +0000, by Stu Tomlinson
-
Fixed an errant commentWed, 14 Jan 2009 13:21:10 +0000, by Evan Schoenberg
-
AIM Direct IM messages should not be flagged as auto responses unless they actually are.Wed, 14 Jan 2009 13:13:35 +0000, by Evan Schoenberg
-
For real this timeMon, 12 Jan 2009 19:02:56 +0000, by Mark Doliner
-
merge of '74c268c89bbcb796bd93e892d622370cf996ae77'Mon, 12 Jan 2009 18:30:57 +0000, by Paul Aurich
-
I hope I still remember how to NEWS.Mon, 12 Jan 2009 04:45:22 +0000, by Etan Reisner
-
merge of '1fae98535c2566d86520ed407d8b9b26f8b4965f'Mon, 12 Jan 2009 04:19:42 +0000, by Etan Reisner
-
We default doxygen, dot, and devhelp to being enabled so make configure printSun, 11 Jan 2009 03:53:46 +0000, by Etan Reisner