log

age author description
Fri, 14 Nov 2008 06:25:48 +0000 Richard Laager Fix CID #370
Fri, 14 Nov 2008 06:23:04 +0000 Richard Laager pkt can't ever be NULL here. It is only ever allocated once with g_newa(),
Fri, 14 Nov 2008 06:18:26 +0000 Richard Laager Fix CID #401
Fri, 14 Nov 2008 06:15:24 +0000 Richard Laager Fix CID #384
Fri, 14 Nov 2008 07:24:09 +0000 Mark Doliner Minor documentation
Fri, 14 Nov 2008 07:23:56 +0000 Mark Doliner It's an error if purple_xfer_new fails, so use a g_return_val_if_fail
Fri, 14 Nov 2008 06:57:56 +0000 Elliott Sales de Andrade merge of '1fde8168a6eb08e558dabefc069a0eba15a5a6ee'
Fri, 14 Nov 2008 03:04:38 +0000 Ethan Blanton Add M-erase as a default finch entry binding (delete-prev-word)
Thu, 13 Nov 2008 20:59:40 +0000 Mark Doliner Attempt to avoid a crash in MSN. See the comment in the code.
Thu, 13 Nov 2008 19:11:19 +0000 Mark Doliner merge of 'b1b60077658bb1e01f71e81175786a8e7c3c4916'
Thu, 13 Nov 2008 09:19:17 +0000 Mark Doliner cmdproc->data should never be null. Log a warning message if it
Thu, 13 Nov 2008 18:55:04 +0000 Richard Laager A patch from Jaywalker to better handle conversations by user ID vs.
Thu, 13 Nov 2008 17:38:36 +0000 Richard Laager merge of '0d3ce6dca7222c77b50e8a23fe0ed1bae02928a8'
Thu, 13 Nov 2008 09:00:45 +0000 Mark Doliner merge of '54ee2acb5f6ef92c29503315eb7c24bae221cd7b'
Thu, 13 Nov 2008 08:58:44 +0000 Mark Doliner Make another function static
Thu, 13 Nov 2008 08:46:37 +0000 Mark Doliner This doesn't matter, but I think the metaphor tends to be that you push
Thu, 13 Nov 2008 08:45:40 +0000 Mark Doliner Reame msn_slplink_unleash to msn_slplink_send_queued_slpmsgs, which I
Thu, 13 Nov 2008 08:39:44 +0000 John Bailey This was originally a patch from Brian Geppert that corrected the 'silently
Thu, 13 Nov 2008 08:26:12 +0000 Mark Doliner Use purple_timeout_add_seconds() instead of purple_timeout_add() in a
Thu, 13 Nov 2008 08:01:36 +0000 Mark Doliner For some reason the slpmsg and slplink functions don't have underscores
Thu, 13 Nov 2008 07:57:33 +0000 Mark Doliner There's no need for this variable anymore
Thu, 13 Nov 2008 07:36:33 +0000 Mark Doliner Make a few more functions static and remove a few declarations for
Thu, 13 Nov 2008 07:22:39 +0000 Mark Doliner msn_slplink_remove_slpcall() shouldn't be responsible for setting
Thu, 13 Nov 2008 06:57:20 +0000 Mark Doliner Make msn_slp_call_timeout static
Thu, 13 Nov 2008 06:43:48 +0000 Mark Doliner Move msn_slplink_send_msgpart() that it doesn't need a forward declaration
Thu, 13 Nov 2008 06:30:33 +0000 Mark Doliner Didn't mean to check this assert in. I mean, it's probably bad if it
Thu, 13 Nov 2008 06:28:03 +0000 Mark Doliner slplink->swboard will only be null if slplink->session is null. This
Thu, 13 Nov 2008 06:18:53 +0000 Mark Doliner Get rid of slplink->local_user because it's a copy of
Wed, 12 Nov 2008 11:30:51 +0000 Mark Doliner Use libtool to build static archives when --with-static-prpls is passed
Wed, 12 Nov 2008 09:40:05 +0000 Mark Doliner It should be more efficient to just use g_mallc() and then manually
Wed, 12 Nov 2008 09:32:10 +0000 Mark Doliner Move a few lines to eliminate the need for the "wasted" variable here.
Wed, 12 Nov 2008 09:10:29 +0000 Mark Doliner The "processing" flag basically says "this connection is busy, don't
Wed, 12 Nov 2008 08:58:27 +0000 Mark Doliner Get rid of an unnecessary if statement, and don't try to unref a
Wed, 12 Nov 2008 04:18:54 +0000 Sadrul Habib Chowdhury Use a more appropriate signal for the markerline plugin. Fixes #7518.
Wed, 12 Nov 2008 03:53:09 +0000 John Bailey Patch from 'siddish' to fix Yahoo! file transfers with older (i.e. non-p15)
Wed, 12 Nov 2008 03:48:47 +0000 John Bailey merge of '78ed36cc0ce73adfd57f03aa3a1086bb22c53773'
Thu, 13 Nov 2008 17:38:09 +0000 Richard Laager A patch from Math2Gold to fix the dbus-analyze-functions script to properly
Wed, 12 Nov 2008 02:50:52 +0000 Richard Laager When you choose Save As from the Conversation menu in Pidgin, the saved file
Thu, 13 Nov 2008 05:33:24 +0000 Elliott Sales de Andrade Make the Send button insensitive when there is no text in the input buffer.
Thu, 13 Nov 2008 04:32:54 +0000 Elliott Sales de Andrade Don't add the Send button to a gtkconv->lower_hbox when the data specifying it
Tue, 11 Nov 2008 22:55:02 +0000 Ethan Blanton Simon Ruderich points out that Purple::Notify::Msg was incorrectly stashed.
Mon, 10 Nov 2008 04:40:17 +0000 Mark Doliner This file was removed
Sun, 09 Nov 2008 16:42:04 +0000 Ethan Blanton Update the TCL-HOWTO to some more modern nomenclature
Sat, 08 Nov 2008 19:26:28 +0000 Alex Willmer Add an ellipsis to the "Add" and "Modify" buttons in the accounts, pounces, and
Sat, 08 Nov 2008 04:29:32 +0000 Richard Laager Hylke added this file, presumably part of his duplicate icon structure
Fri, 07 Nov 2008 02:56:10 +0000 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7463.
Fri, 07 Nov 2008 02:52:31 +0000 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7464.
Fri, 07 Nov 2008 02:49:23 +0000 Daniel Atallah Fix a potential leak, thanks to "KuSh". Fixes #7465.
Thu, 06 Nov 2008 22:35:03 +0000 Marcus Lundblad Make jabber_resource_have_capability polute the log a little less...
Wed, 05 Nov 2008 23:24:01 +0000 Marcus Lundblad Remove that hack involving GtkIMHtmlSmileys
Mon, 03 Nov 2008 20:36:38 +0000 Marcus Lundblad Don't try to remove GtkIMHtmlSmileys from smiley trees if the GtkIMHtml
Sun, 02 Nov 2008 22:56:42 +0000 Richard Laager Remove the QQ CURRENT_REVISION stuff in the Makefile. This, even with their
Sun, 02 Nov 2008 22:17:59 +0000 Richard Laager kluge pointed out that the segfault message still recommends people IM
Sun, 02 Nov 2008 22:14:11 +0000 Richard Laager applied changes from e09c51ab6473bf53c6dca408f13b863e1194108c
Sun, 02 Nov 2008 22:13:10 +0000 Richard Laager Fix POTFILES.in on trunk.
Sun, 02 Nov 2008 22:12:33 +0000 Richard Laager applied changes from 84461a44ffa2c1e7ab026455c5463a9763f64a9d
Sat, 01 Nov 2008 19:08:55 +0000 Sadrul Habib Chowdhury merge of '602d7960555cc685575a2a32397427df3e55a9a7'
Sat, 01 Nov 2008 19:07:22 +0000 Sadrul Habib Chowdhury merge of '8ed01adf0c9173501da81537854ce2954e9805e7'
Sat, 01 Nov 2008 19:05:37 +0000 Sadrul Habib Chowdhury A little clearer description for an option.
Sat, 01 Nov 2008 16:46:20 +0000 Stu Tomlinson Temporarily remember account password across network disconnection to allow