log

age author description
Fri, 03 Aug 2007 13:29:02 +0000 Daniel Atallah Fix more null pointer derefs in the log reader plugin. Fixes #2378.
Fri, 03 Aug 2007 13:28:23 +0000 Daniel Atallah merge of 'cb0bfe51682f8257f029d2dd61731a5ede123ba7'
Fri, 03 Aug 2007 09:55:03 +0000 Kevin Stange Another mnemonic conflict
Fri, 03 Aug 2007 09:53:25 +0000 Kevin Stange I thought I fixed this already...
Thu, 09 Aug 2007 02:27:40 +0000 Ka-Hing Cheung really make restoring size and position work
Sun, 05 Aug 2007 19:41:08 +0000 Ka-Hing Cheung remember chat/im windows sizes and positions separately by letting the
Fri, 03 Aug 2007 05:58:10 +0000 Mark Doliner Get rid of two minor compile warnings:
Fri, 03 Aug 2007 05:50:20 +0000 Mark Doliner Only try to add a group locally if it doesn't already exist. This
Fri, 03 Aug 2007 05:03:23 +0000 Ka-Hing Cheung fix a bug when you set your tabs to side vertical and change back, the tab
Thu, 02 Aug 2007 20:14:31 +0000 Daniel Atallah Fix "pidgin.exe --portable-mode" not to pass the flag to pidgin's init, so getopt doesn't choke on it. Fixes #2392.
Thu, 02 Aug 2007 19:52:00 +0000 Michael Shkutkov bug with flags variable initialization was fixed
Thu, 02 Aug 2007 19:34:29 +0000 Michael Shkutkov merge of '61b8cf0fe2d62b5ff8ba12cf21f350571987c5a2'
Thu, 02 Aug 2007 18:40:59 +0000 Casey Harkins Remove message-pending.png pixmap and use the message-new.png pixmap in
Fri, 03 Aug 2007 23:16:40 +0000 Sean Egan Experimental tab-space-saving experiments. use text formatting instead of icons to represent status. Truncate buddy's names at a space or at-sign to make tabs more readable.
Thu, 02 Aug 2007 19:15:40 +0000 Sean Egan add tooltip to buddy icon in conversation too
Thu, 02 Aug 2007 19:05:31 +0000 Sean Egan Move 'Reset formatting' to Font dropdown
Thu, 02 Aug 2007 15:41:41 +0000 Daniel Atallah Initialize the win32 minimize new conv. windows pref to avoid warnings.
Thu, 02 Aug 2007 15:40:19 +0000 Daniel Atallah Clean up the font and insert menus when the imhtmltoolbar is disposed of. This fixes a leak (and the crash in #2385). Fixes #2385.
Thu, 02 Aug 2007 14:23:24 +0000 Luke Schierer merge of '15b4112195b1600fef76bc8602fbcd00c9e3d11d'
Thu, 02 Aug 2007 12:20:59 +0000 Richard Laager On Tue, 2007-07-31 at 08:50 -0400, Evan Schoenberg wrote:
Thu, 02 Aug 2007 05:34:12 +0000 Richard Laager merge of '78d4b2c5c6b29ef9554b5829a9fbc884c2dfef16'
Thu, 02 Aug 2007 07:50:55 +0000 Mark Doliner Looks like AOL increased the length of available messages from 60
Thu, 02 Aug 2007 05:10:11 +0000 Ka-Hing Cheung Show current outgoing conversation formatting on the font label on
Thu, 02 Aug 2007 04:18:11 +0000 Kevin Stange After undoing Sean's undo of my changes, I'm redoing his changes. This (re) Fixes #1043 Fixes #1340 Fixes #716 Fixes #1590
Thu, 02 Aug 2007 04:16:37 +0000 Kevin Stange merge of '5fbd62e0397f65bf7b8def7a4ad421e0044d429c'
Thu, 02 Aug 2007 03:46:51 +0000 Daniel Atallah Fix search dialog icon in debug window. Fixes #2375.
Wed, 01 Aug 2007 22:38:47 +0000 Daniel Atallah Fix yahoo doodling to work with newer yahoo messenger clients. This breaks doodling with older Pidgin clients (trying to support both looked too painful). Fixes #1445.
Wed, 01 Aug 2007 19:09:57 +0000 Daniel Atallah Add yahoo_aliases.c to the mingw makefile.
Wed, 01 Aug 2007 06:23:02 +0000 Mark Doliner Get rid of this compile warning:
Wed, 01 Aug 2007 04:05:18 +0000 Daniel Atallah Fix new IMHTML formatting popups not going away issue. It turns out they were being put back when they were being hidden (I'm not sure why this didn't happen on linux - it seems like it should be a problem everywhere). Fixes #2317.