log

age author description
Thu, 04 Oct 2007 03:52:47 +0000 Daniel Atallah Fix null printf.
Thu, 04 Oct 2007 02:42:15 +0000 Carlos Silva merge of '701fb7aea7a77b05725227038ec645441c76668c'
Thu, 04 Oct 2007 02:34:10 +0000 Carlos Silva Keep MsnUser->list_op in sync.
Thu, 04 Oct 2007 02:04:38 +0000 Carlos Silva Remove now unnecessary and potentially bad code.
Thu, 04 Oct 2007 01:45:00 +0000 Carlos Silva Silence a compiler warning about an unused var.
Thu, 04 Oct 2007 01:40:20 +0000 Carlos Silva Correctly remove a buddy from the Pending list after it is accepted.
Thu, 04 Oct 2007 01:25:43 +0000 Daniel Atallah Undock/Redock the buddy list based on the SWP_SHOWWINDOW and SWP_HIDEWINDOW attributes in a WM_WINDOWPOSCHANGING message. This doesn't appear to have any negative effects and makes Pidgin play nicer with the VirtuaWin virtual desktop manager. Fixes #2997.
Thu, 04 Oct 2007 01:12:08 +0000 Daniel Atallah Cleanup the SOAP SSL flag to be a gboolean for clarity. Various sanity checks, sanity checking and I think a couple leak fixes too for the offline IM code.
Thu, 04 Oct 2007 01:09:10 +0000 Daniel Atallah Sanity checking and minor cleanup.
Thu, 04 Oct 2007 01:07:35 +0000 Daniel Atallah Prevent an assertion (w/ G_DEBUG=fatal_warnings) when the connection drops.
Wed, 03 Oct 2007 18:45:31 +0000 Daniel Atallah rlaager noticed that these comments shouldn't be processed by doxygen.
Wed, 03 Oct 2007 17:17:38 +0000 Luke Schierer I gave up on getting the line widths correct. I also probably have at least one spelling mistake. Still, it might help some over the generic INSTALL we previously had, assuming of course anyone reads it.
Wed, 03 Oct 2007 14:42:00 +0000 Sadrul Habib Chowdhury merge of '43311ea3963dadd958af56847cc36df60507673f'
Wed, 03 Oct 2007 04:02:18 +0000 Luke Schierer merge of '6f133a093581cd9a632ca6d0ce110d180e582714'
Wed, 03 Oct 2007 00:47:25 +0000 Daniel Atallah Don't link the bonjour prpl on win32 directly to the Apple Bonjour library, instead do everything indirectly and display an error message at login time indicating that Bonjour isn't installed. This should make the prpl more discoverable.