log

age author description
Thu, 03 Jan 2008 22:07:02 +0000 Bj«Órn Voigt German update
Thu, 03 Jan 2008 18:31:58 +0000 Stu Tomlinson Fixes for incorrectly displaying user tune emblem and empty current media.
Thu, 03 Jan 2008 11:12:36 +0000 Sadrul Habib Chowdhury New actions: window-next-urgent (alt+tab), and window-prev-urgent (alt+shift+tab).
Wed, 02 Jan 2008 22:15:06 +0000 Richard Laager merge of '46216b10d02d4e5cae2343e469f0e405088537d3'
Wed, 02 Jan 2008 14:01:50 +0000 Will Thompson Clear up some documentation.
Wed, 02 Jan 2008 14:01:15 +0000 Will Thompson Masca noticed that dc6923294f5f33ff7a52a998e1b9e9ad47be0211 made jabber.c not
Wed, 02 Jan 2008 12:07:15 +0000 Sadrul Habib Chowdhury Remove unused code.
Wed, 02 Jan 2008 12:04:27 +0000 Sadrul Habib Chowdhury Modified patch from Gabriel (Sylar?) Schulof to deprecate PIDGIN_DIALOG. Closes #4535. (PS: I am aware of --author).
Wed, 02 Jan 2008 11:05:09 +0000 Sadrul Habib Chowdhury Mark a string for translation.
Wed, 02 Jan 2008 06:42:29 +0000 Evan Schoenberg merge of '7e8103bd3c5298a43a4e18bb59037980f5c213c9'
Mon, 31 Dec 2007 03:06:42 +0000 John Bailey Felipe Contreras, one of our older Crazy Pacth Writers, noticed that these
Sun, 30 Dec 2007 18:46:56 +0000 John Bailey Added /notice support for IRC. If I didn't do this properly, feel free
Sun, 30 Dec 2007 13:56:01 +0000 Sadrul Habib Chowdhury merge of '1e815cbbfe7f16f64d88932b88cb027889830b52'
Sun, 30 Dec 2007 13:53:57 +0000 Sadrul Habib Chowdhury Fix a double-free when unloading dependent plugins. Fixes #4488.
Wed, 02 Jan 2008 06:36:35 +0000 Evan Schoenberg Keep track of the keepalive timeout source so it can be removed when the account disconnects. This prevents a possible crash if the timeout fired after the account disconnected.
Sun, 30 Dec 2007 10:07:50 +0000 Evan Schoenberg merge of 'a8b520be697763fb22572a1a5f50fe2d01738644'
Sun, 30 Dec 2007 12:36:56 +0000 Will Thompson I think that now that it's easy to re-enable accounts that got a connection
Sat, 29 Dec 2007 23:27:11 +0000 Ka-Hing Cheung bring ChangeLog.win32 up2date with 2.3.1
Sat, 29 Dec 2007 23:25:14 +0000 Sadrul Habib Chowdhury nacho points out that we need to connect to 'style-set' on a widget that uses the default style, because the signal is not emitted for widgets that uses custom styles. This is part of his earlier patch. References #4351.
Sat, 29 Dec 2007 21:50:23 +0000 Sadrul Habib Chowdhury Show the prpl icon in the account-specific statusboxes to avoid ambiguity.
Sat, 29 Dec 2007 19:19:56 +0000 Sadrul Habib Chowdhury merge of '136abe99803d125464bb1268eb7041051ad4c9ae'
Sat, 29 Dec 2007 17:40:44 +0000 Will Thompson Clarify documentation of confusingly-named and -valued signal priority
Sat, 29 Dec 2007 18:22:24 +0000 Sadrul Habib Chowdhury Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
Sat, 29 Dec 2007 17:45:40 +0000 Sadrul Habib Chowdhury Patch from QuLogic to correctly set the length. Closes #4515.
Sat, 29 Dec 2007 17:43:44 +0000 Sadrul Habib Chowdhury Docu patch from Simon Wenner. Closes #4497.
Sun, 30 Dec 2007 10:06:58 +0000 Evan Schoenberg merge of '09b67b44dabe98093e6dc706c0d731212e129a79'
Sat, 29 Dec 2007 04:46:49 +0000 John Bailey ChangeLog entry for QuLogic's patch.
Sat, 29 Dec 2007 04:26:17 +0000 Elliott Sales de Andrade Patch from QuLogic to prevent multiple alias editing fields in the infopane. Fixes #4467.
Sun, 30 Dec 2007 10:06:51 +0000 Evan Schoenberg Fixed a leak
Fri, 28 Dec 2007 17:14:52 +0000 Evan Schoenberg Ensure js->sasl is not NULL before using it in jabber_auth_handle_success(). This was, I believe, the source of the crash stu reported when my DIGEST-MD5 hack was in place; while js->sasl will probably be non-NULL whenever we reach this code point now, it's more robust to verify it here since that's an assumption originating in another function.