log

age author description
Mon, 20 Aug 2007 03:00:31 +0000 William Ehlhardt - TODO-whacking
Mon, 20 Aug 2007 02:49:47 +0000 William Ehlhardt propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)
Tue, 28 Aug 2007 19:03:07 +0000 Andreas Monitzer Fixed code indenting, some spaces were still left and now replaced by tabs.
Tue, 28 Aug 2007 07:09:48 +0000 Andreas Monitzer Fixed merge errors stemming from the fact that the main branch and my branch both added something to the prpl struct
Tue, 28 Aug 2007 07:03:28 +0000 Andreas Monitzer merge of 'c3b6e088483d70780a3365f7111d2fbd2cc81e4e'
Mon, 27 Aug 2007 23:44:39 +0000 Evan Schoenberg propagate from branch 'im.pidgin.soc.2007.xmpp' (head f6a67901e79d8d35e6bf30f0766b2417740090b7)
Mon, 27 Aug 2007 22:15:19 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 04b3e8958ef3758cefdb2c6a32a676b131aee0cc)
Mon, 27 Aug 2007 21:59:11 +0000 Evan Schoenberg propagate from branch 'im.pidgin.pidgin' (head 384c9116031084a2f41659dc9e9a4aa7bba55d86)
Wed, 29 Aug 2007 01:03:01 +0000 Sean Egan Only hide single tab on Top-tabbed windows
Tue, 28 Aug 2007 22:40:51 +0000 Sean Egan Allow you to click on statusbox again and keep it open.
Tue, 28 Aug 2007 00:13:20 +0000 Daniel Atallah Don't mess up the initial transparency when not using the "remove transparency on focus" pref.\n
Mon, 27 Aug 2007 23:44:11 +0000 Sean Egan And, put Peter in COPYRIGHT while we're at it
Mon, 27 Aug 2007 23:32:29 +0000 Sean Egan Make fmoo and nix crazy patch writers
Mon, 27 Aug 2007 22:45:15 +0000 Sean Egan Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
Mon, 27 Aug 2007 22:20:13 +0000 Sean Egan merge of '04b3e8958ef3758cefdb2c6a32a676b131aee0cc'
Mon, 27 Aug 2007 22:01:58 +0000 Evan Schoenberg After deactivating a status, call purple_blist_update_buddy_status() since the buddy's status has changed. I'm not sure if this fixes a bug in pidgin, but it definitely fixes display of contacts after they return from 'mobile' on AIM in Adium (Adium:#6943)
Mon, 27 Aug 2007 21:12:09 +0000 Daniel Atallah Fix the GetABacktrace URL in the pt_BR translation. Fixes #2812
Mon, 27 Aug 2007 22:00:41 +0000 Sean Egan Fixes #2146. Adds a Show Protocol Icon option and groups related Show menu items into a submenu. Patch from Justin Heiner
Mon, 27 Aug 2007 20:55:35 +0000 Sean Egan Add 11px extended-away rtl icon.
Mon, 27 Aug 2007 20:16:56 +0000 Sean Egan ChangeLog
Mon, 27 Aug 2007 17:22:16 +0000 Ethan Blanton merge of 'b6c53eca73f8f22b0d8fafd412b2570c631455be'
Mon, 27 Aug 2007 17:17:04 +0000 Sean Egan merge of '1e84e66f6954510525d3db02bb2899bca1caacdb'
Mon, 27 Aug 2007 17:16:11 +0000 Sean Egan Add horizontal rules and strikethroughs to the toolbar
Mon, 27 Aug 2007 05:35:00 +0000 Sean Egan pidginstock.c
Mon, 27 Aug 2007 17:21:35 +0000 Ethan Blanton ACK for EvilDennisR
Mon, 27 Aug 2007 07:03:28 +0000 Jeffrey Connelly Replace homegrown str_replace() with purple_strreplace(), after discovering it.
Mon, 27 Aug 2007 06:58:54 +0000 Jeffrey Connelly In MSN prpl, use attention API. Can be disabled by undefining
Mon, 27 Aug 2007 06:08:14 +0000 Jeffrey Connelly Change Yahoo prpl to use attention API in libpurple. Previous behavior can
Mon, 27 Aug 2007 05:37:40 +0000 Jeffrey Connelly Change serv_send_attention() to call prpl_info->send_attention(), and
Mon, 27 Aug 2007 02:29:15 +0000 Jeffrey Connelly On login, get contacts from server using msim_get_contact_list().