log

age author description
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().
Mon, 27 Aug 2007 01:36:21 +0000 Jeffrey Connelly In the attention API, use the PURPLE_NOTIFY_MESSAGE flag to serv_got_im()
Mon, 27 Aug 2007 00:09:17 +0000 Jeffrey Connelly merge of '0398fdfcf107ed2bd1e3f271524fe5fe0134bd97'
Sun, 26 Aug 2007 23:53:05 +0000 Sadrul Habib Chowdhury merge of '1d830d1617f678f9a4976d149b442420640dc120'
Sun, 26 Aug 2007 23:03:40 +0000 Sadrul Habib Chowdhury merge of '3ccc848dcffce11aa363f593e383cc1f07d081d0'
Sun, 26 Aug 2007 20:49:25 +0000 Luke Schierer merge of 'a8189d2840b6823a0faf5dbba937eb0dd96a1416'
Sun, 26 Aug 2007 19:30:45 +0000 Kevin Stange Add MySpaceIM to the list in the about dialog.
Sun, 26 Aug 2007 20:35:40 +0000 Sadrul Habib Chowdhury Update the buddylist if a buddy is moved to another group from a different
Sun, 26 Aug 2007 19:08:29 +0000 Kevin Stange merge of '0bf01031d132e0c8d3ab091041ec704fcfc2b152'
Sun, 26 Aug 2007 19:02:38 +0000 Kevin Stange Add MySpaceIM to the Windows build, though I can't verify this works
Sun, 26 Aug 2007 18:59:59 +0000 Kevin Stange merge of 'cacb6312fda77c93ab3e7557fdea3c2956cc55ad'
Sun, 26 Aug 2007 16:23:08 +0000 Sadrul Habib Chowdhury Changelog the API changes in finch and libgnt so far.
Sun, 26 Aug 2007 14:02:35 +0000 Sadrul Habib Chowdhury merge of 'e6a26aab7c177405a9cbb8d8358228ed4a53d508'
Sun, 26 Aug 2007 14:02:30 +0000 Sadrul Habib Chowdhury merge of '665d20fa5e8c368f876485703c5e3c652c9b44c9'
Sun, 26 Aug 2007 09:41:54 +0000 Sadrul Habib Chowdhury Changelog the per-conversation mute/logging options.
Sun, 26 Aug 2007 09:39:54 +0000 Sadrul Habib Chowdhury Fix #2767 (per-conversation/chat mute option).
Sun, 26 Aug 2007 08:58:59 +0000 Sadrul Habib Chowdhury Add two missing conversation-uiops functions. (has_focus and present)
Sun, 26 Aug 2007 08:34:04 +0000 Sadrul Habib Chowdhury Separate logging support for each conversation.
Sun, 26 Aug 2007 06:55:21 +0000 Daniel Atallah Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.
Mon, 27 Aug 2007 00:00:38 +0000 Jeffrey Connelly Add msimprpl's user module so we all can compile libpurple again ;)
Sun, 26 Aug 2007 22:44:42 +0000 Jeffrey Connelly In msimprpl: if no local alias is set, set it to the username on sign-on.
Sun, 26 Aug 2007 22:23:15 +0000 Jeffrey Connelly For myim: (MySpaceIM) URLs, lookup the contact ID into a username before
Sun, 26 Aug 2007 21:28:58 +0000 Jeffrey Connelly Add receiving-im-attention and received-im-attention signals, similar to
Sun, 26 Aug 2007 18:51:06 +0000 Jeffrey Connelly In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands
Sun, 26 Aug 2007 18:42:00 +0000 Jeffrey Connelly Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.
Sun, 26 Aug 2007 08:25:37 +0000 Jeffrey Connelly Only check for mail if "New mail notifications" is enabled in account options.
Sun, 26 Aug 2007 08:20:49 +0000 Jeffrey Connelly Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.
Sun, 26 Aug 2007 07:37:28 +0000 Jeffrey Connelly In msimprpl, move user-related code to a new user module, and move other
Sun, 26 Aug 2007 06:51:17 +0000 Jeffrey Connelly In msimprpl, move formatting functions to a markup module. It only exposes
Sun, 26 Aug 2007 06:36:56 +0000 Jeffrey Connelly In msimprpl, move session-related functions to a new session module.
Sun, 26 Aug 2007 06:30:41 +0000 Jeffrey Connelly In msimprpl, move zap-related code to a separate module.
Sun, 26 Aug 2007 02:50:38 +0000 Jeffrey Connelly Now that MsimMessageElement's are more accessible outside message.c,
Sun, 26 Aug 2007 01:35:10 +0000 Jeffrey Connelly In msimprpl's mail notifications, change four parallel arrays into
Sun, 26 Aug 2007 01:08:39 +0000 Jeffrey Connelly Lookup a user's information when their status changes to anything but
Sat, 25 Aug 2007 23:05:57 +0000 Jeffrey Connelly In msimprpl, replace !strcmp() with g_str_equal() everywhere.
Sat, 25 Aug 2007 22:35:44 +0000 Jeffrey Connelly Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,
Sat, 25 Aug 2007 22:33:40 +0000 Jeffrey Connelly Attention API for nudges/buzzes/zaps of various protocols.
Sat, 25 Aug 2007 05:41:25 +0000 Jeffrey Connelly merge of '3b5ffa9dc2dec5443f83a219ac14382a0e3ccf03'
Sat, 25 Aug 2007 12:06:40 +0000 Sadrul Habib Chowdhury Do not duplicate the same message in the history, and store the correct
Sat, 25 Aug 2007 11:36:02 +0000 Sadrul Habib Chowdhury Add a 'Hide' item under 'Conversation' menu so people can check this thing out.
Sat, 25 Aug 2007 11:29:43 +0000 Sadrul Habib Chowdhury Clear the message history in the /clear callback.
Sat, 25 Aug 2007 11:28:34 +0000 Sadrul Habib Chowdhury Adding all the message from history in GtkIMHtml takes a bit long causing
Sat, 25 Aug 2007 11:18:26 +0000 Sadrul Habib Chowdhury The conversation history is in a reversed list.
Sat, 25 Aug 2007 10:33:00 +0000 Sadrul Habib Chowdhury Utilize the message-history in dbus-gnt.
Sat, 25 Aug 2007 10:02:21 +0000 Sadrul Habib Chowdhury DBus-ify the message history in a conversation.
Sat, 25 Aug 2007 05:09:56 +0000 Sadrul Habib Chowdhury API to reattach a conversation to gtk UI. Use the new
Sat, 25 Aug 2007 04:57:55 +0000 Sadrul Habib Chowdhury A conversation shouldn't need ui-ops for logging the messages.
Sat, 25 Aug 2007 04:53:45 +0000 Sadrul Habib Chowdhury Reattach the gtk-ui to a conversation when the user wants to
Sat, 25 Aug 2007 04:50:57 +0000 Sadrul Habib Chowdhury Make sure a conversation is a pidgin-conversation to avoid a crash.
Sat, 25 Aug 2007 03:59:05 +0000 Sadrul Habib Chowdhury Store message history in a conversation, and provide API to access the history.
Sat, 25 Aug 2007 01:14:56 +0000 Sadrul Habib Chowdhury merge of '0fc7f6e97f5dab2cfc59a71a0aba499d560220b2'
Fri, 24 Aug 2007 22:19:52 +0000 Sadrul Habib Chowdhury Specify small and large step values for the volume slider.
Fri, 24 Aug 2007 22:16:51 +0000 Sadrul Habib Chowdhury Have small and large steps for the slider.
Fri, 24 Aug 2007 21:25:30 +0000 Daniel Atallah Fix crashing when the sametime account disconnects and we update the conv. window infopanel. Fixes #2762.
Fri, 24 Aug 2007 19:43:41 +0000 Daniel Atallah Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
Fri, 24 Aug 2007 15:58:46 +0000 Sean Egan merge of '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'
Wed, 29 Aug 2007 23:14:46 +0000 Richard Laager disapproval of revision '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'
Tue, 21 Aug 2007 15:10:03 +0000 Sean Egan ChangeLog MySpace
Sat, 25 Aug 2007 05:40:12 +0000 Jeffrey Connelly If purple_blist_add_{chat,buddy} is called with a group or chat that isn't
Fri, 24 Aug 2007 15:58:38 +0000 Sean Egan merge of '0705e301236da4eef643bf63cac73af309c26799'
Fri, 24 Aug 2007 15:04:19 +0000 Sadrul Habib Chowdhury Use the changed volume when 'Test'ing.
Fri, 24 Aug 2007 06:39:51 +0000 Jeffrey Connelly Update msimprpl to 0.16.
Fri, 24 Aug 2007 06:21:20 +0000 Jeffrey Connelly propagate from branch 'im.pidgin.pidgin' (head 54129de486cffc56bea31f4ea38c3972e450958b)
Fri, 24 Aug 2007 03:08:54 +0000 Sadrul Habib Chowdhury Reset unsigned int input handlers to 0 instead of -1.
Fri, 24 Aug 2007 02:50:55 +0000 Sadrul Habib Chowdhury Input handlers are unsigned integers. So set them to 0 instead of -1 after
Fri, 24 Aug 2007 00:57:24 +0000 Sean Egan merge of '11b1cf370bc4c91f8a7ef40adbc19a5aa27f3a08'
Fri, 24 Aug 2007 00:32:02 +0000 Sean Egan Bring up statusbox menu on button-down instead of button-up. Fixes #1437
Fri, 24 Aug 2007 00:04:54 +0000 Sean Egan Instead of a Register button, show a checkbox between the Notebook and the button box. But don't show it if we're using the fake Google Talk prpl. Fixes #1647
Thu, 23 Aug 2007 23:04:48 +0000 Sean Egan I'm going to assume this works, without the benefit of testing. Restore AIM idle time on a reconnect. Fixes #333
Thu, 23 Aug 2007 23:20:48 +0000 Sadrul Habib Chowdhury Input handlers are unsigned integers. So set them to 0 instead of -1 after
Thu, 23 Aug 2007 23:07:20 +0000 Sadrul Habib Chowdhury Focus the modified/created account in the accounts window after modifying/
Thu, 23 Aug 2007 22:31:40 +0000 Sadrul Habib Chowdhury merge of '5e1b8aa2904f61701e271733882021002c85f8f3'
Thu, 23 Aug 2007 22:21:01 +0000 Sean Egan Patch from nix_nix. Fixes #2438
Thu, 23 Aug 2007 21:29:22 +0000 Sean Egan Prevent recursive idle handling loop. Patch from 'Gambit'
Thu, 23 Aug 2007 21:20:49 +0000 Sean Egan xmlnode bugfix patch from Mauro Brasil
Thu, 23 Aug 2007 22:08:00 +0000 Daniel Atallah Fix entering yahoo chats.
Thu, 23 Aug 2007 20:55:59 +0000 Sadrul Habib Chowdhury merge of '64a21ba142d57ec69f4b25cf89b5e725ff2a4752'
Thu, 23 Aug 2007 20:03:00 +0000 Sean Egan merge of '89cc984f2585fa88cdf28e01b480be7cb0811788'
Thu, 23 Aug 2007 00:43:57 +0000 Sean Egan Cleanup playbin on error. Thanks, Elliott Sales de Andrade. Fixes #2663
Sun, 26 Aug 2007 19:07:22 +0000 Kevin Stange Include MySpace in the dist if we are to have it enabled by default...
Thu, 23 Aug 2007 20:54:30 +0000 Sadrul Habib Chowdhury Fix #2726. (Segafault on click of unknow button.) It was a bug in the musicmessaging plugin.
Thu, 23 Aug 2007 18:34:31 +0000 Sadrul Habib Chowdhury Get rid of compile warnings on older glib.
Thu, 23 Aug 2007 18:21:44 +0000 Sadrul Habib Chowdhury Add support for a few more XHTML tags.
Thu, 23 Aug 2007 18:02:43 +0000 Sadrul Habib Chowdhury merge of '46c81ad1c3775e997c564d591942cfe7916ebea7'
Thu, 23 Aug 2007 18:00:56 +0000 Sadrul Habib Chowdhury Fix #2599. (Sound File Change Crash)
Thu, 23 Aug 2007 16:23:39 +0000 Daniel Atallah Upgrade gtkspell on the win32 build to 2.0.11. Fixes #1388 thanks to Sean's astute observation.
Thu, 23 Aug 2007 07:24:54 +0000 Sadrul Habib Chowdhury Fix #2642 (GntTextView Multiline append goes weird)
Thu, 23 Aug 2007 07:10:59 +0000 Sadrul Habib Chowdhury I think this fixes the auto-rejoin-after-auto-reconnect bug in finch.
Thu, 23 Aug 2007 07:05:03 +0000 Sadrul Habib Chowdhury Make some of the dialogs look and behave more like each other.
Thu, 23 Aug 2007 06:28:15 +0000 Sadrul Habib Chowdhury Generate the makefile for pygnt. But it won't be built by default.
Thu, 23 Aug 2007 06:20:05 +0000 Sadrul Habib Chowdhury New API has been added. Bump the minor.
Thu, 23 Aug 2007 06:14:21 +0000 Sadrul Habib Chowdhury Allow building with glib < 2.8.
Thu, 23 Aug 2007 06:00:37 +0000 Sadrul Habib Chowdhury Notify the user if a message is not sent in a conversation because he's disconnected.
Thu, 23 Aug 2007 05:59:26 +0000 Sadrul Habib Chowdhury merge of '90df17ab44d01f7f8f963d36fefb9eae3ec868cf'
Thu, 23 Aug 2007 04:43:42 +0000 Casey Harkins ChangeLog.API addition of pidgin_set_accessible_relations which will bump
Thu, 23 Aug 2007 03:06:52 +0000 Casey Harkins Separate out setting up the labelled-by and label-for ATK relationships
Wed, 22 Aug 2007 23:27:38 +0000 Sean Egan Use GtkDialog more often. Thanks nix_nix. Fixes #2618
Wed, 22 Aug 2007 23:16:28 +0000 Sean Egan Show a system notification in the conv window when receiving Yahoo webcam invites. Fixes #1298
Wed, 22 Aug 2007 22:52:41 +0000 Sean Egan String fix. Fixes #2548
Wed, 22 Aug 2007 22:49:28 +0000 Sean Egan Calculate what buddy we're pointing at from the middle of the cell rather than the age. Fixes #1422
Wed, 22 Aug 2007 20:55:20 +0000 Sean Egan Don't show tabs if tabs aren't turned on. Fixes #2669
Wed, 22 Aug 2007 20:44:42 +0000 Sean Egan remove obsolote GNOME color pallete
Wed, 22 Aug 2007 20:09:09 +0000 Daniel Atallah Fix various things related to authorization on yahoo.
Tue, 21 Aug 2007 21:49:37 +0000 Kevin Stange Sync the AUTHORS file and add myself as a webmaster & developer, with Sean's approval.
Tue, 21 Aug 2007 18:30:58 +0000 Daniel Atallah Fully fix #2654 by parsing the yahoo stealth information from the buddy list at logon time.
Tue, 21 Aug 2007 07:12:51 +0000 Kevin Stange merge of '091f449781eae3ea061c3d2bab2ad4f96a00d9b5'