Mercurial > pidgin.yaz
graph
-
Change msim_incoming_im_cb() to accept a MsimMessage *. Orthogonality is key.Mon, 04 Jun 2007 03:55:35 +0000, by Jeffrey Connelly
-
Change msim_send_im_by_userid_cb() to msim_send_im_cb(), and removeMon, 04 Jun 2007 03:49:11 +0000, by Jeffrey Connelly
-
Enhance msim_msg_new() to accept a variadic arguments, like msim_send(),Mon, 04 Jun 2007 03:30:55 +0000, by Jeffrey Connelly
-
Add msim_msg_insert_before(), needed since some elements must be in a certain order.Mon, 04 Jun 2007 03:07:42 +0000, by Jeffrey Connelly
-
Remove 'flags' from send_im_cb_struct - it was never needed.Mon, 04 Jun 2007 02:31:02 +0000, by Jeffrey Connelly
-
Add TODOs about username/email->userid resolution, use g_return_if_fail() in a few places.Mon, 04 Jun 2007 02:19:51 +0000, by Jeffrey Connelly
-
Change msim_msg_debug_string() to msim_msg_dump(), which prints the stringMon, 04 Jun 2007 01:59:20 +0000, by Jeffrey Connelly
-
Change MsimSession.sesskey to an integer (used to be a string), now thatSun, 03 Jun 2007 05:50:11 +0000, by Jeffrey Connelly
-
Add (incomplete) msim_remove_buddy().Sun, 03 Jun 2007 04:50:35 +0000, by Jeffrey Connelly
-
Add GCC sentinal attribute to msim_send().Sun, 03 Jun 2007 04:40:15 +0000, by Jeffrey Connelly
-
Add missing argument to debug string.Sun, 03 Jun 2007 04:35:03 +0000, by Jeffrey Connelly
-
Add incomplete msim_add_buddy() implementation.Sun, 03 Jun 2007 02:14:03 +0000, by Jeffrey Connelly
-
In debug messages about unknown message element types, display character in addition to numeric code.Sun, 03 Jun 2007 01:55:50 +0000, by Jeffrey Connelly
-
Previously, the return value of the processing function and msim_process() toldSun, 03 Jun 2007 01:28:59 +0000, by Jeffrey Connelly
-
Add, but do not use, incomplete functions for using typing notifications.Sat, 02 Jun 2007 21:46:22 +0000, by Jeffrey Connelly
-
Show online buddies on buddy list as online.Sat, 02 Jun 2007 20:57:11 +0000, by Jeffrey Connelly
-
Add delete buddy.Sat, 02 Jun 2007 04:55:07 +0000, by Jeffrey Connelly
-
Update version to 0.6.Sat, 02 Jun 2007 04:46:51 +0000, by Jeffrey Connelly
-
Use symbolic constants for persist messages.Sat, 02 Jun 2007 04:45:59 +0000, by Jeffrey Connelly
-
Cosmetic improvement to MsimMessage debug output.Sat, 02 Jun 2007 03:26:06 +0000, by Jeffrey Connelly
-
Add new MsimMessage element type, MSIM_TYPE_RAW, for fields in incomingSat, 02 Jun 2007 02:43:43 +0000, by Jeffrey Connelly
-
Fix double-free crash when sending messages (typo). Works again.Fri, 01 Jun 2007 06:20:23 +0000, by Jeffrey Connelly
-
(Plugin partially functional) Fix msim_msg_get() search.Fri, 01 Jun 2007 06:17:54 +0000, by Jeffrey Connelly
-
Trivial fixes to clean up MsimMessage.Fri, 01 Jun 2007 06:11:40 +0000, by Jeffrey Connelly
-
Use MsimMessage for receiving messages everywhere, instead of GHashTable.Fri, 01 Jun 2007 06:09:32 +0000, by Jeffrey Connelly
-
Move msim_send() to message.h, since it is implemented in message.c.Fri, 01 Jun 2007 05:52:25 +0000, by Jeffrey Connelly
-
msim_msg_get_element() -> msim_msg_get(), now in header file.Fri, 01 Jun 2007 05:48:27 +0000, by Jeffrey Connelly
-
Add MSIM_TYPE_STRING to msim_msg_get_binary() (but with reservations).Fri, 01 Jun 2007 05:44:50 +0000, by Jeffrey Connelly
-
Add msim_msg_get_binary() - retrieves binary data values from an MsimMessage.Fri, 01 Jun 2007 05:28:46 +0000, by Jeffrey Connelly
-
Parenthesize 5 * 1024, in case the macro expansion occurs within a complexFri, 01 Jun 2007 05:10:01 +0000, by Jeffrey Connelly
-
Change msim_msg_get_element to msim_msg_get.Fri, 01 Jun 2007 05:07:25 +0000, by Jeffrey Connelly
-
Fix msim_parse() to correctly parse into an MsimMessage *.Fri, 01 Jun 2007 04:55:42 +0000, by Jeffrey Connelly
-
merge of '8bb110590d07631c51fb0be00d16deee9b1ec0d9'Fri, 01 Jun 2007 04:47:54 +0000, by Jeffrey Connelly
-
merge of '885cfa74f3bd945a11b82df9d3a8a1727cbcf592'Fri, 01 Jun 2007 04:09:41 +0000, by Jeffrey Connelly
-
Remove duplicate RC4 from cipher.c (third try; still getting used to MTN)Fri, 01 Jun 2007 04:08:21 +0000, by Jeffrey Connelly
-
(Plugin loads, but cannot do anything useful)Fri, 01 Jun 2007 04:47:25 +0000, by Jeffrey Connelly
-
disapproval of revision '9089052bc7340d891f24310b9473339e418a7708'Fri, 01 Jun 2007 04:08:45 +0000, by Jeffrey Connelly
-
Remove erroroneous duplicate RC4 implementation.Fri, 01 Jun 2007 02:10:37 +0000, by Jeffrey Connelly
-
(Incomplete - plugin does not load) Begin migrating protocol message receiving to MsimMessage.Thu, 31 May 2007 06:09:46 +0000, by Jeffrey Connelly
-
merge of 'e39985139f646da2edf8d287dd521e2fce8c3cb2'Thu, 31 May 2007 03:06:46 +0000, by Jeffrey Connelly
-
Add MsimMessage implementation (sending only).Thu, 31 May 2007 02:29:50 +0000, by Jeffrey Connelly
-
merge of '1f2b180ddf79376f0e3e803ced552148335c08b4'Thu, 31 May 2007 02:17:23 +0000, by Jeffrey Connelly
-
explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589'Wed, 30 May 2007 02:56:25 +0000, by Jeffrey Connelly
-
merge of '6525314558c2dea73ad89f89cd7772b645cc8b40'Fri, 25 May 2007 18:38:22 +0000, by William Ehlhardt
-
propagate from branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589)Fri, 25 May 2007 17:56:39 +0000, by William Ehlhardt
-
Bump to 2.0.2devel. TODO: Decide if this should be 2.1.0Fri, 25 May 2007 17:53:58 +0000, by Sean Egan
-
message.c: In function 'jabber_message_send_im':Fri, 25 May 2007 18:29:26 +0000, by Richard Laager
-
Update a comment: We don't check idle status every 5 seconds any more.Fri, 25 May 2007 16:17:50 +0000, by Richard Laager
-
merge of '1217588be214ebbe1dd9559e386d8a8e6f9cfc03'Fri, 25 May 2007 04:03:19 +0000, by Etan Reisner
-
NEWSinationFri, 25 May 2007 03:57:26 +0000, by Nathan Walp
-
merge of '7c29037a04f1949b8226b412c8437956511cac2c'Fri, 25 May 2007 03:48:55 +0000, by Nathan Walp
-
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'Fri, 25 May 2007 03:43:49 +0000, by Nathan Walp
-
- Document some weird-looking logic in the GnuTLS plugin.Fri, 25 May 2007 05:22:25 +0000, by William Ehlhardt
-
Add note on use of purple_ssl_input_addFri, 25 May 2007 04:34:43 +0000, by William Ehlhardt
-
NEWS what little I did for this release.Fri, 25 May 2007 03:58:52 +0000, by Etan Reisner
-
merge of '1bb09fa8e7fc76672c25171222e6584beb046588'Fri, 25 May 2007 03:06:57 +0000, by Stu Tomlinson
-
NEWS.0.1Fri, 25 May 2007 02:58:30 +0000, by Stu Tomlinson
-
NEWS!Fri, 25 May 2007 02:49:46 +0000, by Luke Schierer
-
Start the release processFri, 25 May 2007 02:44:05 +0000, by Sean Egan
-
fixes #1265Fri, 25 May 2007 02:40:42 +0000, by Maur«¿cio Collares
-
fixes #1228Fri, 25 May 2007 02:33:30 +0000, by Bj«Órn Voigt
-
proper creditFri, 25 May 2007 02:32:40 +0000, by Luke Schierer
-
merge of '98adfa78dbac6ceee05caeb096498a3fecf7fd55'Fri, 25 May 2007 02:10:06 +0000, by Stu Tomlinson
-
Update the translator name for zh_HK (name taken from zh_HK.po)Fri, 25 May 2007 02:08:56 +0000, by Stu Tomlinson
-
It's valid for different types to be compared. In that case, use existing positions.Fri, 25 May 2007 02:06:06 +0000, by Richard Nelson
-
- Silence unnecessary errors from gtk-update-icon-cacheFri, 25 May 2007 00:55:40 +0000, by Stu Tomlinson
-
merge of '3a7f04e7907df7b5f5c519fa276ec6429d2ab9b5'Fri, 25 May 2007 00:49:12 +0000, by Stu Tomlinson
-
merge of 'a4ba04d007c334f8f7304c5d953d6ac8084e970e'Thu, 24 May 2007 23:37:34 +0000, by Ethan Blanton
-
Convert newlines to ' ' when receiving XHTML from JabberThu, 24 May 2007 23:14:06 +0000, by Sean Egan
-
This should be betterThu, 24 May 2007 22:39:22 +0000, by Sean Egan
-
propagate from branch 'im.pidgin.pidgin' (head a1c04042b2aa9af25eb7fd9dd61735303e6d11a0)Thu, 24 May 2007 21:47:02 +0000, by William Ehlhardt
-
- Completed SslConnection fields docsThu, 24 May 2007 21:45:27 +0000, by William Ehlhardt
-
More documentingThu, 24 May 2007 06:44:57 +0000, by William Ehlhardt
-
Partial documentation on SslConnection structThu, 24 May 2007 04:56:45 +0000, by William Ehlhardt
-
Clarify documentationThu, 24 May 2007 04:43:39 +0000, by William Ehlhardt
-
Documented the SslOps structureThu, 24 May 2007 04:04:36 +0000, by William Ehlhardt
-
merge of '82aa02e0b2bd8284accf4fd32088facc9e4d033d'Thu, 24 May 2007 21:47:33 +0000, by Sadrul Habib Chowdhury
-
merge of '64ee7c914990b77a9dc5a39b4cd32209d3b75f7c'Thu, 24 May 2007 20:49:50 +0000, by Luke Schierer
-
fixes #1242Thu, 24 May 2007 20:48:43 +0000, by Amanpreet Singh Alam
-
Restore the protocol specific URL handlers in purple-url-handler for thoseFri, 25 May 2007 00:46:16 +0000, by Stu Tomlinson
-
Fixes #1261Thu, 24 May 2007 20:27:10 +0000, by Daniel Atallah
-
merge of 'ccfb422853c34c69e2172bffd83d4c62bacca89c'Thu, 24 May 2007 19:47:51 +0000, by Richard Laager
-
merge of '90b477e6a3033c1714b2edc257b23c40c97b145e'Thu, 24 May 2007 19:03:37 +0000, by William Ehlhardt
-
Stop the typing icon timer before switching conversations so the typingThu, 24 May 2007 18:40:51 +0000, by Stu Tomlinson
-
Un-break the API so the next release doesn't have to be 3.0.0 :)Thu, 24 May 2007 11:38:43 +0000, by Stu Tomlinson
-
Only write out the HTML comment on win32, to avoid the risk of confusingThu, 24 May 2007 11:12:15 +0000, by Stu Tomlinson
-
Use utility functions to get user info. Closes #964.Thu, 24 May 2007 21:15:16 +0000, by Sadrul Habib Chowdhury
-
Change pidgin_separator to return the separator added to the menu.Thu, 24 May 2007 20:35:07 +0000, by Sadrul Habib Chowdhury
-
merge of '1c4bfaded7df1c41549843c32ad7a9d8a01e70a2'Thu, 24 May 2007 06:26:31 +0000, by Sadrul Habib Chowdhury
-
fixes #1200Thu, 24 May 2007 03:11:24 +0000, by Arangel Angov
-
merge of '90b477e6a3033c1714b2edc257b23c40c97b145e'Thu, 24 May 2007 19:06:01 +0000, by Sean Egan
-
merge of '19d9f007ab68f202c7fea012dc8637a91a2ce659'Thu, 24 May 2007 18:55:19 +0000, by Sean Egan
-
Fix #1159.Thu, 24 May 2007 06:03:26 +0000, by Sadrul Habib Chowdhury
-
merge of '7bec6f145cd4aba859bf2e7dfc1034f68514b89b'Thu, 24 May 2007 02:40:23 +0000, by Sadrul Habib Chowdhury
-
fixes #1210Thu, 24 May 2007 01:21:19 +0000, by Javier Fern«¡ndez-Sanguino Pe«Ða
-
fixes #1220Thu, 24 May 2007 01:19:44 +0000, by ª±ric Boumaour
-
fixes #1223Thu, 24 May 2007 01:17:41 +0000, by Bouklis Panos
-
fixes #1228Thu, 24 May 2007 01:15:24 +0000, by Bj«Órn Voigt
-
refers #1236Thu, 24 May 2007 01:13:15 +0000, by Abel Cheung
-
Use talk.google.com as the default server for Google Talk accountsThu, 24 May 2007 19:05:56 +0000, by Sean Egan
-
Use gmail.com as the default domain for Google Talk accountsThu, 24 May 2007 18:55:14 +0000, by Sean Egan
-
disapproval of revision '1f819f5ad330efa81ac7906f854b46f0c8bbd7b6'Thu, 24 May 2007 23:37:05 +0000, by Ethan Blanton
-
Change Toolbar to use three buttons with text.Thu, 24 May 2007 00:35:15 +0000, by Sean Egan
-
ChangeLogWed, 23 May 2007 23:21:48 +0000, by Sean Egan
-
merge of '10181aa0574db4bb368e5eb9c7eb9440c61d930a'Wed, 23 May 2007 23:17:50 +0000, by Sean Egan
-
This should suppress an annoying 477 numeric on channel joins if youWed, 23 May 2007 18:29:23 +0000, by Ethan Blanton
-
sync to realityWed, 23 May 2007 15:28:54 +0000, by Luke Schierer
-
Re-show the add buddy request dialog if something went wrong. It's easy to lose the buddy who just added you otherwise.Wed, 23 May 2007 09:26:23 +0000, by Richard Nelson
-
merge of '4e303e0d82031bfb84148de1b35be7efabbb36f7'Wed, 23 May 2007 06:28:36 +0000, by Mark Doliner
-
Fix file transfers aborting and mistakenly being marked as cancelled when they are actually complete. Fixes #814Wed, 23 May 2007 03:59:19 +0000, by Daniel Atallah
-
I think this fixes #532.Wed, 23 May 2007 06:23:01 +0000, by Sadrul Habib Chowdhury
-
merge of '2b7fcf2f374857067e0da4b3282e0bf752797dbe'Wed, 23 May 2007 03:09:25 +0000, by Sadrul Habib Chowdhury
-
merge of '0f88db079a278fed8edc76442c3b1f70db3b9ebc'Wed, 23 May 2007 02:35:44 +0000, by Daniel Atallah
-
merge of '313e5f0e5697afe45ac3ac1160aa4de526089ba2'Wed, 23 May 2007 01:22:20 +0000, by Stu Tomlinson
-
When closing IM windows on MSN, don't release the switchboard connectionWed, 23 May 2007 01:20:42 +0000, by Stu Tomlinson
-
Don't put the Pidgin startmenu entry in a subdirectory. This violates the MS guidelines and (more importantly) it is pointless and annoying. Fixes #1188Wed, 23 May 2007 02:31:55 +0000, by Daniel Atallah
-
Ignore copy/cut requests when there is no selection instead of clearing the clipboard. This is consistent with the rest of how GTK+ works. Fixes #1030Wed, 23 May 2007 01:14:29 +0000, by Daniel Atallah
-
merge of '6314e2458eb034f1157174edc1f80ea8bb7ecebc'Tue, 22 May 2007 22:46:07 +0000, by William Ehlhardt
-
merge of '09aca500377f9423b7231bd192a1f472770099c0'Tue, 22 May 2007 20:26:16 +0000, by Richard Laager
-
Death to #pidgin-win32Tue, 22 May 2007 20:25:56 +0000, by Richard Laager
-
merge of '13c42627e5aafb412b5a0a86dff010892487f384'Tue, 22 May 2007 12:55:56 +0000, by Sadrul Habib Chowdhury
-
Plug a few more memory leaks for some perl plugins.Tue, 22 May 2007 11:01:14 +0000, by Sadrul Habib Chowdhury
-
Fix _prefs_get_string_list for perl.Tue, 22 May 2007 10:09:50 +0000, by Sadrul Habib Chowdhury
-
merge of '0dc88a60c9f45d428227765d7948abfd6fd3bc00'Tue, 22 May 2007 07:51:02 +0000, by Sadrul Habib Chowdhury
-
merge of '38433bec06fa4549048d92cf2fd10eff49df94fa'Tue, 22 May 2007 06:36:14 +0000, by Sadrul Habib Chowdhury
-
Fix signing on to AIM with an AOL screen name with a password of moreWed, 23 May 2007 06:24:15 +0000, by Mark Doliner
-
Make all the oscar memory allocations and frees use the glib functions to avoid problems when mixing C runtimes.Tue, 22 May 2007 18:56:09 +0000, by Daniel Atallah
-
* Hungarian translation updated (Gabor Kelemen)Tue, 22 May 2007 13:00:00 +0000, by Kelemen G«¡bor
-
* Hebrew translation updated (Shalom Craimer)Tue, 22 May 2007 12:54:14 +0000, by Shalom Craimer
-
* Chinese (Hong Kong) translation added (Ambrose C. Li)Tue, 22 May 2007 12:45:40 +0000, by Ambrose C. Li
-
* Finnish translation updated (Timo Jyrinki)Tue, 22 May 2007 12:30:12 +0000, by Timo Jyrinki
-
updated Chinese (Simplified) translationTue, 22 May 2007 12:28:26 +0000, by Funda Wang
-
new turkish translatorTue, 22 May 2007 12:26:24 +0000, by Serdar Soytetir
-
merge of 'b8b81ea3c89a56d3526f1ca7373b947083c44a3f'Tue, 22 May 2007 07:09:32 +0000, by Mark Doliner
-
Added more robust parsing of the xmpp digest challenge and add validation that some required challenge fields are present. Fixes #1024Tue, 22 May 2007 05:22:36 +0000, by Daniel Atallah
-
merge of '6a857845ed772173ecc2083603f0d661eb52c68a'Mon, 21 May 2007 20:58:23 +0000, by Richard Laager
-
Forgot an instance of g_object_new and some other changes are necessary, too.Mon, 21 May 2007 20:01:40 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head f806da14ec2d87cd6650b921eaeed3c6d6587598)Mon, 21 May 2007 17:04:08 +0000, by Gabriel Schulhof
-
Expose _conversation_write and _conversation_do_command for perl plugins.Tue, 22 May 2007 06:05:42 +0000, by Sadrul Habib Chowdhury
-
Plug a possible memory leak.Tue, 22 May 2007 06:04:41 +0000, by Sadrul Habib Chowdhury
-
New function purple_conversation_do_command. This is almost likeTue, 22 May 2007 06:03:42 +0000, by Sadrul Habib Chowdhury
-
New api function purple_conversation_get_extended_menu.Tue, 22 May 2007 03:28:12 +0000, by Sadrul Habib Chowdhury
-
merge of '34ad536ba137d9ad9af8f55629835e501c9ba5f4'Mon, 21 May 2007 14:42:45 +0000, by Eric Polino
-
merge of '745cf14dbfb86060ab8826900f365a2f0592747e'Fri, 18 May 2007 14:00:33 +0000, by Eric Polino
-
merge of '0a63bea05479d51972432a195d0c97c0309fbcf4'Sun, 13 May 2007 21:27:13 +0000, by Eric Polino
-
Bump the version number accordingly.Sat, 19 May 2007 08:31:55 +0000, by Richard Laager
-
ChangeLog the pidgin_create_window() function.Sat, 19 May 2007 08:30:37 +0000, by Richard Laager
-
propagate from branch 'org.maemo.garage.pidgin.pidgin.pidgin-create-window' (head ce8a2acd4d10ef4600c02a4957bea52dd6ad4c19)Sat, 19 May 2007 08:29:48 +0000, by Richard Laager
-
Make the blist showing actually work.Sat, 19 May 2007 08:23:22 +0000, by Richard Laager
-
Document the API changes.Sat, 19 May 2007 08:03:48 +0000, by Richard Laager
-
Style changes.Sat, 19 May 2007 08:01:02 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 06b088941860bc00cfc69da2f4e9a9282685268b)Sat, 19 May 2007 07:58:39 +0000, by Richard Laager
-
Coding style changesSun, 20 May 2007 21:53:10 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head b917cc2cf9c46c7163ad3345b312dac1eea896cf)Sun, 20 May 2007 20:59:16 +0000, by Gabriel Schulhof
-
merge of '06ed1317cb35c9aeacf41bd7e250a1f7c1dc8876'Sun, 20 May 2007 17:53:37 +0000, by Richard Laager
-
Fix a logic mistake I introduced during a cleanup.Sat, 19 May 2007 20:26:54 +0000, by Richard Laager
-
Add some braces and clean up indentation.Sat, 19 May 2007 19:58:56 +0000, by Richard Laager
-
Apply some constification.Sat, 19 May 2007 19:55:05 +0000, by Richard Laager
-
Style changes in if statements.Sat, 19 May 2007 19:40:59 +0000, by Richard Laager
-
Style change: death to spaces before semi-colons.Sat, 19 May 2007 19:33:31 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)Sat, 19 May 2007 08:33:31 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 66aea7d56ba9aeefe7437693c284ba2e3d649835)Sun, 20 May 2007 09:57:08 +0000, by Gabriel Schulhof
-
merge of '004942f80429de395663b172b5d6c6e7d834050a'Sun, 20 May 2007 18:32:40 +0000, by Richard Laager
-
ChangeLog the hotmail inbox thingSun, 20 May 2007 17:05:42 +0000, by Stu Tomlinson
-
Remove an unused variableSun, 20 May 2007 15:09:59 +0000, by Stu Tomlinson
-
merge of '1b31a3a29b0aa69839b75bcf2fbc27ff3f36f3ed'Sun, 20 May 2007 15:09:02 +0000, by Stu Tomlinson
-
Conversation -> Save As will now use aliases.Sun, 20 May 2007 16:54:17 +0000, by Richard Laager
-
If we're operating on ASCII characters only, we should use g_ascii_isalnum.Sun, 20 May 2007 15:56:53 +0000, by Richard Laager
-
merge of '211be57922bc0273e193942f976264ae52d8cf41'Sun, 20 May 2007 15:02:03 +0000, by Richard Laager
-
Support for @msn.com accounts when opening Inbox, and unconditioanlly requestSun, 20 May 2007 15:07:49 +0000, by Stu Tomlinson
-
Linkify xmpp: URIsSun, 20 May 2007 14:57:09 +0000, by Stu Tomlinson
-
Make purple-remote accept xmpp as a protocolSun, 20 May 2007 14:21:50 +0000, by Stu Tomlinson
-
merge of '479fb98ba0ae0232add8593efb47951fa3f6d695'Sun, 20 May 2007 14:57:33 +0000, by Richard Laager
-
Remove a Useless Use Of Cat (tm) (which might actually help Alver's IRIXSun, 20 May 2007 13:29:35 +0000, by Stu Tomlinson
-
A couple of tweaks to open Hotmail inboxSun, 20 May 2007 12:56:40 +0000, by Stu Tomlinson
-
Fix an infinite loop at startup for finch. Thanks to Bleeter for noticing this.Sun, 20 May 2007 08:41:53 +0000, by Sadrul Habib Chowdhury
-
Remove the GtkTreeView expander_size setting from the pidginrc plugin as itSun, 20 May 2007 06:51:12 +0000, by Etan Reisner
-
merge of '93a5063c46e94d1cc7ac11a05b7772048dc95753'Sun, 20 May 2007 06:33:35 +0000, by Etan Reisner
-
merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'Sun, 20 May 2007 05:50:15 +0000, by Etan Reisner
-
ChangeLog the Google Talk protocol menu item and the power efficiency fixes fromSun, 20 May 2007 14:44:09 +0000, by Richard Laager
-
#include "gtkutils.h"Sun, 20 May 2007 14:55:13 +0000, by Richard Laager
-
#include "gtkutils.h"Sun, 20 May 2007 14:53:34 +0000, by Richard Laager
-
#include "gtkutils.h"Sun, 20 May 2007 14:47:36 +0000, by Richard Laager
-
Add a @since marker to pidgin_create_window()'s documentation.Sat, 19 May 2007 08:29:14 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3)Sat, 19 May 2007 08:24:46 +0000, by Richard Laager
-
When the /pidgin/debug/enabled pref is toggled, wait until the nextTue, 22 May 2007 07:08:57 +0000, by Mark Doliner
-
Our in-tree gadu-gadu lib doesn't include the glib headers. I don't knowSun, 20 May 2007 06:30:16 +0000, by Mark Doliner
-
Fix a compiler warning by using a temporary variable for swapping.Sat, 19 May 2007 08:12:31 +0000, by Richard Laager
-
Fix the spelling on Gabriel's last name.Sat, 19 May 2007 07:58:34 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 448cd254b546158ad96cd7190cb203e44386b31a)Sat, 19 May 2007 07:57:39 +0000, by Richard Laager
-
Fix a compiler warning.Sat, 19 May 2007 07:55:36 +0000, by Richard Laager
-
merge of 'ad8976c24b5929a7dc2e27af5ffc3522aafa11d5'Sat, 19 May 2007 07:53:30 +0000, by Richard Laager
-
explicit merge of '61827fc1671b97df72194ee9722ed122cb45c29f'Sat, 19 May 2007 07:52:26 +0000, by Richard Laager
-
explicit merge of '751c46819c7edfd139753ceda847258389eee965'Sat, 19 May 2007 07:51:03 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head faebb5b94eeb15c49559aa2b3c3ce87c9a38a763)Fri, 18 May 2007 22:32:30 +0000, by Gabriel Schulhof
-
Added to gtkutils.c:Fri, 18 May 2007 22:04:01 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head 61827fc1671b97df72194ee9722ed122cb45c29f)Sat, 19 May 2007 10:51:25 +0000, by Gabriel Schulhof
-
propagate from branch 'im.pidgin.pidgin' (head faebb5b94eeb15c49559aa2b3c3ce87c9a38a763)Fri, 18 May 2007 22:31:10 +0000, by Gabriel Schulhof
-
merge of 'bc75c50283ea211d6f97caefcb83db0e34e10bfe'Sat, 19 May 2007 06:55:53 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head faebb5b94eeb15c49559aa2b3c3ce87c9a38a763)Fri, 18 May 2007 22:31:37 +0000, by Gabriel Schulhof
-
merge of '49922af0141ac5ca1baaa557377a5343ae781fb9'Sat, 19 May 2007 02:46:34 +0000, by Luke Schierer
-
Mark strings for translationSat, 19 May 2007 02:43:28 +0000, by Richard Nelson
-
Warmenhove a patch from Steven Danna to add bindings to all the savedstatus.hSun, 20 May 2007 05:48:56 +0000, by Etan Reisner
-
merge of '500cf12414e85849aaf14a86bd93e76be6ce08cd'Sat, 19 May 2007 02:42:57 +0000, by Etan Reisner
-
fixes #1096Sat, 19 May 2007 02:35:41 +0000, by Shalom Craimer
-
fixes #979Sat, 19 May 2007 02:33:19 +0000, by Luke Schierer
-
mark all translation teams as translatable. fixes #528Sat, 19 May 2007 02:25:38 +0000, by Luke Schierer
-
"Hello Luke!Sat, 19 May 2007 02:21:42 +0000, by Bj«Órn Voigt
-
Remove the "GtkTreeView Indent Expanders" boolean preference, because theSat, 19 May 2007 02:41:10 +0000, by Etan Reisner
-
Update some perl magic numbers, like in the tcl code. This doesn't actually doSat, 19 May 2007 02:21:31 +0000, by Etan Reisner
-
Periodically refresh the authentication info required to automatically logSat, 19 May 2007 01:00:35 +0000, by Stu Tomlinson
-
Fix a leak of the string in each Direct IM message, reported by jas8522 in AdiumTicket:#6982Fri, 18 May 2007 15:18:32 +0000, by Evan Schoenberg
-
Fix #1100.Fri, 18 May 2007 12:48:03 +0000, by Sadrul Habib Chowdhury
-
Do not crash when trying to insert a smiley for a protocol not mentionedFri, 18 May 2007 12:27:31 +0000, by Sadrul Habib Chowdhury
-
Do not show the popup for focused conversations.Fri, 18 May 2007 11:42:49 +0000, by Sadrul Habib Chowdhury
-
Fix an extra \r\n in the Authorization header. Fixes #965.Fri, 18 May 2007 01:51:35 +0000, by Daniel Atallah
-
Missing newline in debug output.Fri, 18 May 2007 01:51:03 +0000, by Daniel Atallah
-
disapproval of revision '1e0f6c89bdf3a21258ac4f64039122a909ac67cc'Fri, 18 May 2007 01:46:51 +0000, by Daniel Atallah
-
Fix an extra \r\n in the Authorization header. Fixes #965.Fri, 18 May 2007 01:37:27 +0000, by Daniel Atallah
-
Changelog the last couple of changes.Fri, 18 May 2007 01:09:55 +0000, by Sadrul Habib Chowdhury
-
Patch #1054 from resiak.Fri, 18 May 2007 01:03:53 +0000, by Sadrul Habib Chowdhury
-
Generate nicer HTML dumps.Thu, 17 May 2007 22:04:49 +0000, by Sadrul Habib Chowdhury
-
Patch from SuperMMX to correctly update the expand state of contactsThu, 17 May 2007 21:11:31 +0000, by Sadrul Habib Chowdhury
-
merge of '0397391b6a278804196e57830cc216b8e236442a'Thu, 17 May 2007 14:38:35 +0000, by Evan Schoenberg
-
slpcall now explicitlt references its xfer and unreferences it when it is destroyed. While it *looks* like this should *probably* have happened anyways due to the interactins between xfer_init, xfer_end, and xfer_cancel_remote, having the xfer's owner make this explicit makes the process less fragile and more obvious, and it may fix a crash as the slp is destroyed. Fixes #1070Thu, 17 May 2007 14:32:24 +0000, by Evan Schoenberg
-
disapproval of revision 'a0488ed637a52fa346f3a78ed4e16fb8db3aeb59'Thu, 17 May 2007 14:30:48 +0000, by Evan Schoenberg
-
slpcall now explicitlt references its xfer and unreferences it when it is destroyed. While it *looks* like this should *probably* have happened anyways due to the interactins between xfer_init, xfer_end, and xfer_cancel_remote, having the xfer's owner make this explicit makes the process less fragile and more obvious, and it may fix a crash as the slp is destroyed. Fixes #1070Thu, 17 May 2007 14:29:17 +0000, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)Thu, 17 May 2007 07:28:53 +0000, by Gabriel Schulhof
-
Formatting changes.Sun, 13 May 2007 20:25:00 +0000, by Gabriel Schulhof
-
aop_menu branchSun, 13 May 2007 13:23:46 +0000, by Gabriel Schulhof
-
merge of 'b23501b21d88703543a15ac3d68dd5361966e503'Wed, 16 May 2007 22:15:47 +0000, by Richard Laager
-
merge of 'a1ba1e5be5adb02dcd76cbde3bc4d88287bff6a2'Wed, 16 May 2007 20:03:47 +0000, by Richard Laager
-
Whitespace fix in the dbus_uniq code.Wed, 16 May 2007 22:15:41 +0000, by Richard Laager
-
Minor formatting tweaks for the dbus_uniq code.Wed, 16 May 2007 20:00:20 +0000, by Richard Laager
-
propagate from branch 'im.pidgin.pidgin' (head 4398ffa92e9bb0a16dbede7756a4cbc5dfa96602)Thu, 17 May 2007 07:29:26 +0000, by Gabriel Schulhof
-
Added purple_core_quit to cleanup.Wed, 16 May 2007 20:51:28 +0000, by Gabriel Schulhof
-
Braces around an if.Wed, 16 May 2007 20:01:00 +0000, by Gabriel Schulhof
-
Style changes + removed unnecessary NULL checks.Wed, 16 May 2007 19:35:17 +0000, by Gabriel Schulhof
-
Alternative dbus_uniq implementationTue, 15 May 2007 20:41:36 +0000, by Gabriel Schulhof
-
D-Bus unique stuff. Had to add a few NULL-checks here and there, becauseSun, 13 May 2007 19:52:05 +0000, by Gabriel Schulhof
-
explicit merge of '4398ffa92e9bb0a16dbede7756a4cbc5dfa96602'Sat, 19 May 2007 07:50:19 +0000, by Richard Laager
-
explicit merge of 'bb7e144daba6e060c1f8ed699733a119ea3e107f'Sat, 19 May 2007 07:49:39 +0000, by Richard Laager
-
explicit merge of 'ef6a11abfc06ebecc3c74e3ab793e47d50125989'Sat, 19 May 2007 07:47:16 +0000, by Richard Laager
-
Fix MSN "Open Hotmail Inbox" for non-hotmail.com accounts (eg. hotmail.co.uk)Thu, 17 May 2007 13:45:18 +0000, by Stu Tomlinson
-
merge of '2d13b954e5450868a468d8b0a8c49f22f3b6d09f'Wed, 16 May 2007 04:03:58 +0000, by Daniel Atallah
-
Fix background color issues in the coversation tabs.Wed, 16 May 2007 03:46:26 +0000, by Sadrul Habib Chowdhury
-
nosnilmot: EXTRA_DIST it!Wed, 16 May 2007 02:38:32 +0000, by Sadrul Habib Chowdhury
-
A signals-test plugin for perl. This should help plugin developers getWed, 16 May 2007 02:34:56 +0000, by Sadrul Habib Chowdhury
-
We can't be sure that the conv still exists, so don't dereference it.Wed, 16 May 2007 03:18:33 +0000, by Daniel Atallah
-
Fix the tab-dragging arrows in conversation window.Tue, 15 May 2007 21:50:44 +0000, by Sadrul Habib Chowdhury
-
Stop propagating a middle-click on the pane-handle to the notebook below.Tue, 15 May 2007 21:27:03 +0000, by Sadrul Habib Chowdhury
-
Oops; I made some errors in the last commit. This is a fix of myTue, 15 May 2007 17:19:47 +0000, by Ethan Blanton
-
Fix up IRC connections with dircproxy by allowing 376 to indicate success.Tue, 15 May 2007 17:13:00 +0000, by Ethan Blanton
-
Update the changelog.Tue, 15 May 2007 02:05:43 +0000, by Sadrul Habib Chowdhury
-
Update the tab-title for chats immediately after aliasing.Tue, 15 May 2007 02:05:10 +0000, by Sadrul Habib Chowdhury
-
"Clicking on a buddy name in a chat window should alias the name", patchTue, 15 May 2007 01:16:44 +0000, by Sadrul Habib Chowdhury
-
merge of '2263648adbe7bbf44fd9bf0230c9054be1d4c72b'Tue, 15 May 2007 00:55:05 +0000, by Sadrul Habib Chowdhury
-
Death to more futuristic struct initialization. This should be the last.Sat, 19 May 2007 06:54:15 +0000, by Richard Laager
-
Add a missing semi-colon so this will compile.Sat, 19 May 2007 06:34:27 +0000, by Richard Laager
-
When using Purple idle, don't run a timer at all when idleaway. When usingSat, 19 May 2007 06:16:44 +0000, by Richard Laager
-
Move the time_until_next_idle_event < 0 check to clarify.Sat, 19 May 2007 05:56:01 +0000, by Richard Laager
-
Remove dead code.Sat, 19 May 2007 05:53:29 +0000, by Richard Laager
-
Adding Intel Corporation to cover all our bases here:Tue, 15 May 2007 00:30:22 +0000, by Richard Laager
-
Add arjan to COPYRIGHTTue, 15 May 2007 00:28:51 +0000, by Richard Laager
-
Another C99 struct falling.Tue, 15 May 2007 00:24:29 +0000, by Richard Laager
-
More strcasecmp() replacements.Mon, 14 May 2007 23:45:14 +0000, by Richard Laager
-
Replace strcasecmp() calls with glib equivalents.Mon, 14 May 2007 23:35:50 +0000, by Richard Laager
-
Replace nm_utf8_strcasecmp() with purple_utf8_strcasecmp().Mon, 14 May 2007 23:35:28 +0000, by Richard Laager
-
Replace some C99 struct syntax.Mon, 14 May 2007 23:34:08 +0000, by Richard Laager
-
merge of '2263648adbe7bbf44fd9bf0230c9054be1d4c72b'Mon, 14 May 2007 23:17:42 +0000, by Richard Laager
-
strcasecmp is post-C89, so use the glib equivalentMon, 14 May 2007 23:11:30 +0000, by Ethan Blanton
-
merge of '1e134934c8dd6c7af81a819ddaa603fa88f68a36'Mon, 14 May 2007 19:38:06 +0000, by Richard Laager
-
Run the first timer at IDLEMARK + 1, to ensure we don't hit it right on IDLEMARK.Mon, 14 May 2007 04:02:56 +0000, by Richard Laager
-
Fix a typo.Mon, 14 May 2007 03:14:10 +0000, by Richard Laager
-
Part of a patch from:Mon, 14 May 2007 03:11:02 +0000, by Richard Laager
-
Part of a patch from:Mon, 14 May 2007 03:05:27 +0000, by Richard Laager
-
Show the text for the custom smiley as the filename when saving.Mon, 14 May 2007 18:34:46 +0000, by Sadrul Habib Chowdhury
-
Patch from Gabriel Schulhof to fix the Google-Talk selection.Sun, 13 May 2007 10:26:08 +0000, by Sadrul Habib Chowdhury
-
Show user flags in chat userlist.Sun, 13 May 2007 09:42:37 +0000, by Sadrul Habib Chowdhury
-
Plug a leak when the flags for a user in a chat changes.Sun, 13 May 2007 08:54:50 +0000, by Sadrul Habib Chowdhury
-
Callbacks are not supported for dbus.Sun, 13 May 2007 08:34:26 +0000, by Sadrul Habib Chowdhury
-
Add a few changes in finch.Sun, 13 May 2007 07:30:53 +0000, by Sadrul Habib Chowdhury
-
DBusify userinfo stuff.Sun, 13 May 2007 07:29:51 +0000, by Sadrul Habib Chowdhury
-
Instead of flashing the taskbar continuously, flash it three times and leave it highlighted. Fixes #117.Sun, 13 May 2007 05:27:54 +0000, by Daniel Atallah
-
gntworkspace docSun, 13 May 2007 00:32:47 +0000, by Richard Nelson
-
propagate from branch 'im.pidgin.pidgin' (head 6f6e8345100a2f026e20c28fa52592fadd9c8193)Sun, 13 May 2007 00:21:15 +0000, by Richard Nelson
-
merge of '3ac5981b26be545a8c546e09b6689c2359fad1bb'Sat, 12 May 2007 20:34:56 +0000, by Evan Schoenberg
-
Revert g_thread_init as it didn't help LukeSat, 12 May 2007 19:14:14 +0000, by Sean Egan
-
In MSN we fake sending messages to yourself. This had a small bug in thatSat, 12 May 2007 17:38:04 +0000, by Stu Tomlinson
-
Emit the buddy-typing-stopped signal even if we don't have a conversation, and use swtich rather than ifSat, 12 May 2007 20:34:01 +0000, by Evan Schoenberg
-
Use switch() rather than a series of if() statements which hit all the values of the enumSat, 12 May 2007 20:33:26 +0000, by Evan Schoenberg
-
Fix for detecting gnome proxy settings from ticket #935Sat, 12 May 2007 14:28:59 +0000, by Stu Tomlinson
-
ChangeLog a couple of thingsSat, 12 May 2007 13:24:59 +0000, by Stu Tomlinson
-
merge of '3906a45b801345d9fe5dde15ca9853fa78ee6839'Sat, 12 May 2007 13:22:15 +0000, by Stu Tomlinson
-
- Add scriptlet Requires for GConf2 to fix schema installationSat, 12 May 2007 13:21:29 +0000, by Stu Tomlinson
-
Patch from sourceforge tracker 1652005 from wabz to fix displaying fileSat, 12 May 2007 13:20:04 +0000, by Stu Tomlinson
-
Fix the commit from earlier today about null-widgets.Sat, 12 May 2007 09:24:10 +0000, by Sadrul Habib Chowdhury
-
Only include Google Talk if we have XMPP.Sat, 12 May 2007 02:50:27 +0000, by Richard Laager
-
merge of '2ac6f565005a69737bcf28a5f6ca11d74d2e5733'Sat, 12 May 2007 02:43:16 +0000, by Richard Laager
-
Fix incorrect widget names in pidginrc plugin. Also, fix spacing - I'm not sure if this actually matters. Fixes #874.Fri, 11 May 2007 22:57:28 +0000, by Daniel Atallah
-
Remove the fatal-asserts thingies.Fri, 11 May 2007 21:09:24 +0000, by Sadrul Habib Chowdhury
-
A workaround for an ncurses bug about multi-cell characters and panels.Fri, 11 May 2007 21:08:47 +0000, by Sadrul Habib Chowdhury
-
Do not process clicks on no widget.Fri, 11 May 2007 21:06:47 +0000, by Sadrul Habib Chowdhury
-
Sort Google Talk appropriately.Sat, 12 May 2007 02:40:59 +0000, by Richard Laager
-
Hack to prevent a completely collapsed user list from coming ack with a 1-pixel width. Fixes #624.Fri, 11 May 2007 20:10:43 +0000, by Daniel Atallah
-
Ignore bold, underline and other formatting type things in SPAN tags ifFri, 11 May 2007 20:06:57 +0000, by Stu Tomlinson
-
Patch #1038. Fix receiving of Yahoo buddy icons. Thanks, vampire!Wed, 23 May 2007 23:13:11 +0000, by Sean Egan
-
ChangeLogWed, 23 May 2007 22:34:19 +0000, by Sean Egan
-
ChangeLogWed, 23 May 2007 22:33:09 +0000, by Sean Egan
-
If Google Talk tells you a roster item as a none subscription, we probably don't ever want to show it. Fixes #1189Wed, 23 May 2007 21:27:24 +0000, by Sean Egan
-
Make 'typed' icon not have any keys depressed. Should fix #1116Wed, 23 May 2007 21:15:54 +0000, by Sean Egan
-
ALSA Gstreamer sink. Mostly to see if this still crashes Luke.Tue, 22 May 2007 20:46:08 +0000, by Sean Egan
-
Patch #756 from EvilSporkMan. Use Datallah's url handling for DbusTue, 15 May 2007 01:06:02 +0000, by Sean Egan
-
creditMon, 14 May 2007 19:57:03 +0000, by Sean Egan
-
Patch #702, Info not reset on URL redirectMon, 14 May 2007 19:55:01 +0000, by Sean Egan
-
Patch #363 Fix for tab packing problemMon, 14 May 2007 19:23:09 +0000, by Sean Egan
-
Pack connection error buttons the same way the statusbox is. Fixes #120Fri, 11 May 2007 21:25:24 +0000, by Sean Egan
-
merge of '4f6576ab3a73830524c25113c603a1306185d675'Fri, 11 May 2007 17:05:59 +0000, by Richard Laager
-
This is what I actually intended to commit in 105009e066f1bcaefb0af3bd1e17b7860bf12a57. The rest of the mess being pushed is me trying to clean up my mess.Fri, 11 May 2007 15:46:32 +0000, by Daniel Atallah
-
merge of 'a43eb95550888b10562aea0fd5d585fb3b804fe5'Fri, 11 May 2007 15:42:16 +0000, by Daniel Atallah
-
merge of '1582971d554ead516c08237407e29d711532e6b9'Fri, 11 May 2007 15:41:01 +0000, by Daniel Atallah
-
merge of '105009e066f1bcaefb0af3bd1e17b7860bf12a57'Fri, 11 May 2007 15:36:28 +0000, by Daniel Atallah
-
disapproval of revision '105009e066f1bcaefb0af3bd1e17b7860bf12a57'Fri, 11 May 2007 15:41:51 +0000, by Daniel Atallah
-
Fix a crash when something requests the blist status icon before the UI node has been rendered. The ticker plugin was doing this. Fixes #642.Fri, 11 May 2007 15:07:13 +0000, by Daniel Atallah
-
disapproval of revision '2d871d18693a4444a0b287a088a78319ccb4a499'Fri, 11 May 2007 15:39:42 +0000, by Daniel Atallah
-
disapproval of revision '612eceeda452461e8aafcb5031985cb9cc1120b4'Fri, 11 May 2007 15:36:14 +0000, by Daniel Atallah
-
Remove the stuff I added accidentally earlier.Fri, 11 May 2007 04:21:03 +0000, by Sadrul Habib Chowdhury
-
Don't allow IRC username to contain spaces. Fixes #443.Fri, 11 May 2007 03:57:32 +0000, by Daniel Atallah
-
Notify when you leave a chat, after /part or /kick.Fri, 11 May 2007 02:37:24 +0000, by Sadrul Habib Chowdhury
-
merge of '084705c60880befcc4532b30e0b4a41fc2ed563e'Fri, 11 May 2007 02:34:29 +0000, by Sadrul Habib Chowdhury
-
merge of '39d6b45f621cf10ca62fd25c946907b85626476f'Fri, 11 May 2007 00:39:50 +0000, by Stu Tomlinson
-
disapproval of revision 'cde234fe820467241e86dc0c48917384759d7f4a'Fri, 11 May 2007 00:39:36 +0000, by Stu Tomlinson
-
We should not say not not because not not is not the same as not.Fri, 11 May 2007 17:04:44 +0000, by Richard Laager
-
Add padding to the RC4Ops struct to fix a compiler warning.Fri, 11 May 2007 16:39:34 +0000, by Richard Laager
-
Fix debug filtering.Fri, 11 May 2007 01:46:07 +0000, by Sadrul Habib Chowdhury
-
merge of '8f2f55c63a00b6e48285c1e09684f245d543cb33'Fri, 11 May 2007 00:36:25 +0000, by Nathan Walp
-
ChangeLogify my last few commitsFri, 11 May 2007 00:34:59 +0000, by Nathan Walp
-
I changed my mind, this should display the whole account nameFri, 11 May 2007 00:33:05 +0000, by Nathan Walp
-
merge of '41f3a410baa40935d56c676abbf69c92987f86b7'Fri, 11 May 2007 00:16:58 +0000, by Nathan Walp
-
Fix spellchecking in pidgin-portable.Fri, 11 May 2007 00:31:47 +0000, by Daniel Atallah
-
merge of '3d2e55b4d4435fe4e6f083607171c8a4f81dcdb5'Fri, 11 May 2007 00:31:06 +0000, by Daniel Atallah
-
Show some more useful information when some signal causes some dbus warning/error.Thu, 10 May 2007 21:47:47 +0000, by Sadrul Habib Chowdhury
-
Remove the fatal asserts. If you think they helped you find and fix bugs, you can use 'G_DEBUG=fatal_warnings pidgin' to get back the crashes.Thu, 10 May 2007 21:45:55 +0000, by Sadrul Habib Chowdhury
-
Updated Korean translation from Sushizang WhoThu, 10 May 2007 23:40:00 +0000, by Sean Egan
-
I need to commit something to test my trac-mtn stuff, so I might as well update the Changelog. Fixes #26. References #50.Thu, 10 May 2007 03:56:05 +0000, by Daniel Atallah
-
I need to commit something to test my trac-mtn stuff, so I might as well update the Changelog. Fixes #26. References #50.Thu, 10 May 2007 03:48:13 +0000, by Daniel Atallah
-
ChangeLog my last change.Thu, 10 May 2007 03:44:29 +0000, by Sadrul Habib Chowdhury
-
merge of '3f603e51b219132a664b8c6d07f016e10c0a79c3'Thu, 10 May 2007 03:42:26 +0000, by Sadrul Habib Chowdhury
-
Changelog my previous commit. Also test for the trac-mtn integration. Fixes #26.Thu, 10 May 2007 03:32:17 +0000, by Daniel Atallah
-
Now that timestamps are gone, let's allow filter strings in the debug window.Thu, 10 May 2007 03:35:52 +0000, by Sadrul Habib Chowdhury
-
ChangeLog the string freeze changeThu, 10 May 2007 03:33:49 +0000, by Sean Egan
-
merge of '493a2b4859d71c992634fcaf587a2df730d6c43d'Thu, 10 May 2007 03:00:31 +0000, by Jeffrey Connelly
-
RC4 support to libpurple's cipher.c.Thu, 10 May 2007 02:58:35 +0000, by Jeffrey Connelly
-
fix #699Fri, 11 May 2007 00:15:12 +0000, by Nathan Walp
-
comment typoFri, 11 May 2007 00:11:14 +0000, by Nathan Walp
-
fixes #763Thu, 10 May 2007 23:43:42 +0000, by Nathan Walp
-
chat error fix from sadrulThu, 10 May 2007 23:35:22 +0000, by Nathan Walp
-
merge of '5fba6dfb4d0356ca98aa9a0c99c95135225f56db'Thu, 10 May 2007 02:55:42 +0000, by Nathan Walp
-
fix the typing animation so it doesn't stop animating once a conversationThu, 10 May 2007 02:55:19 +0000, by Nathan Walp
-
Display the image info label in the icon chooser preview area. I'm not sure why this was only being displayed in the pre-GTK 2.4.0 chooser. Also, always use our preview widget - we don't need to fallback to the GTK default previewer, this fixes #458 and seems like the right thing to do in this case.Thu, 10 May 2007 02:45:10 +0000, by Daniel Atallah
-
merge of '69bd78e558413b6ac26267b477e217cfe5b4a594'Thu, 10 May 2007 02:17:26 +0000, by Sadrul Habib Chowdhury
-
The timestamp pref has been removed. Update finch accordingly.Thu, 10 May 2007 02:15:11 +0000, by Sadrul Habib Chowdhury
-
Finish removal of yahoo system message escaping. I must have beenThu, 10 May 2007 01:45:10 +0000, by Stu Tomlinson
-
ChangeLog updates. I probably missed some, everyone should get back in theThu, 10 May 2007 01:35:14 +0000, by Stu Tomlinson
-
Yahoo! system messages do not need escaping. The notify API takes care ofThu, 10 May 2007 01:34:03 +0000, by Stu Tomlinson
-
Force timestamps always on for debug log and debug window. Making thisThu, 10 May 2007 01:33:20 +0000, by Stu Tomlinson
-
merge of 'c0fb147adcf6f18b147249c26e510fed206697ea'Wed, 09 May 2007 23:44:49 +0000, by Nathan Walp
-
merge of '4c166ec2780777ec3a8a3f5ad6774ec0a47c35e2'Wed, 09 May 2007 22:04:39 +0000, by Richard Laager
-
merge of '4e4616e3116cf5f5f33872dc1ef102da16c51d53'Wed, 09 May 2007 22:04:36 +0000, by Richard Laager
-
Fix #459 - Choose buddy icon UI doesn't list the current directory. The "update-preview" signal cb must call gtk_file_chooser_set_preview_widget_active().Wed, 09 May 2007 21:12:23 +0000, by Daniel Atallah
-
gross hack that will save me time in 30 second chunksWed, 09 May 2007 23:07:56 +0000, by Nathan Walp
-
Make get-info behave the same way from both the conversation window menu and the buddylist context menu.Wed, 09 May 2007 21:15:05 +0000, by Sadrul Habib Chowdhury
-
Fix ticket #387.Wed, 09 May 2007 21:03:40 +0000, by Sadrul Habib Chowdhury
-
merge of '6f814680b83cf9370ede6c4a87a34a35203b26df'Wed, 09 May 2007 19:34:07 +0000, by William Ehlhardt
-
Add note about using "By conversation count" for the "New conversations" preference to the extplacement plugin. Hopefully this reduces confusion (including for me).Wed, 09 May 2007 16:38:20 +0000, by Daniel Atallah
-
Add a Google Talk icon from Vinicius Depizzol.Wed, 09 May 2007 21:50:29 +0000, by Richard Laager
-
Drop the (XMPP) from Google Talk. It's not going to help much.Wed, 09 May 2007 21:16:31 +0000, by Richard Laager
-
Make Google Talk stick when chosen, rather than jumping right to XMPP.Wed, 09 May 2007 21:12:35 +0000, by Richard Laager
-
merge of '4a0f05c690f6ef4c2ebc7f27bc1b7c161b497b8d'Wed, 09 May 2007 19:12:26 +0000, by Richard Laager
-
Patch from ticket #819 from vampireWed, 09 May 2007 19:05:19 +0000, by Richard Laager
-
A patch from ticket #815, from MrChoke. The Thai translation has an incorrectWed, 09 May 2007 19:02:36 +0000, by Richard Laager
-
merge of '0e99f198a80a8b0a9004c99b718ffea8d374f7e0'Wed, 09 May 2007 18:49:48 +0000, by Richard Laager
-
merge of '066f7e387d4f546f1a7c777c08743463115d89d7'Wed, 09 May 2007 18:49:46 +0000, by Richard Laager
-
theme.patch from ticket #594, by lithium:Wed, 09 May 2007 16:07:28 +0000, by Richard Laager
-
Pimp libpurple, based on a suggestion from James Lockie. This okay?Wed, 09 May 2007 06:46:32 +0000, by Richard Laager
-
merge of '95263e6331877ad988b3369bac9a09af194fbf9d'Wed, 09 May 2007 04:09:56 +0000, by Sadrul Habib Chowdhury
-
merge of 'b53a835bb1f153bec412cb4b7b18e9b93829c4d3'Wed, 09 May 2007 02:57:46 +0000, by Richard Laager
-
disapproval of revision 'b53a835bb1f153bec412cb4b7b18e9b93829c4d3'Wed, 09 May 2007 18:49:40 +0000, by Richard Laager
-
As long as I'm causing controversy, how about we default to gmail.com? ThisWed, 09 May 2007 02:57:36 +0000, by Richard Laager
-
disapproval of revision '4c87fc288fc11aefa6d7ff9c06f98a532e72d6fb'Wed, 09 May 2007 19:12:18 +0000, by Richard Laager
-
disapproval of revision '620eb129d63346bbbfe03d4ab019bef4096dd3e5'Wed, 09 May 2007 18:49:38 +0000, by Richard Laager
-
Change a string, and make sure non-functional items are not added in the conversation window menu.Wed, 09 May 2007 04:08:01 +0000, by Sadrul Habib Chowdhury
-
Changelog the save-custom-smiley change.Wed, 09 May 2007 03:12:57 +0000, by Sadrul Habib Chowdhury
-
merge of '620eb129d63346bbbfe03d4ab019bef4096dd3e5'Wed, 09 May 2007 02:48:18 +0000, by Richard Laager
-
Add Google Talk to the account editor. I'm sure this will be controversial.Wed, 09 May 2007 02:45:35 +0000, by Richard Laager
-
merge of 'b1655161d189d8a10376daa730773dfb3d44bf78'Wed, 09 May 2007 01:50:50 +0000, by Nathan Walp
-
Allow saving custom smileys by right-clicking on them. And use the custom smileys only on the received messages, not for the system/etc. messages.Wed, 09 May 2007 01:21:15 +0000, by Sadrul Habib Chowdhury
-
Handle people forgetting to enter a domain. Also, change 'server,' in the account options to 'domain,' which is its proper name, and hopefully less confusionWed, 09 May 2007 00:02:17 +0000, by Sean Egan
-
Removes 'jabber.org' defaults from XMPP. I think we had agreed this was a good idea.Tue, 08 May 2007 22:08:46 +0000, by Sean Egan
-
With this change, if autoconf doesn't find msgfmt, configure will failTue, 08 May 2007 21:05:30 +0000, by Ethan Blanton
-
Fix log viewer crash when the log filename is doesn't contain a date in the expected format. Fixes #588.Tue, 08 May 2007 20:16:24 +0000, by Daniel Atallah
-
merge of '33d699ecd89d879c191e545fe83b8f7b6f8ce58f'Tue, 08 May 2007 18:33:11 +0000, by Daniel Atallah
-
Try this instead. This calls g_thread_init from main(), before any other glib function is called.Tue, 08 May 2007 18:22:02 +0000, by Sean Egan
-
Test if this fixes gst for LukeTue, 08 May 2007 17:59:56 +0000, by Sean Egan
-
Fix #755 - Crash on disconnection due to oscar offline messaging check invalid pointer deref.Tue, 08 May 2007 15:08:23 +0000, by Daniel Atallah
-
Update MinGW config.h - it is good to do this occasionally.Tue, 08 May 2007 14:52:58 +0000, by Daniel Atallah
-
Clarify the comments on the names for translators.Tue, 08 May 2007 05:49:04 +0000, by Richard Laager
-
merge of '6c5cdf9bfd5c1acf1c24c55338915947e844d91d'Tue, 08 May 2007 03:38:21 +0000, by Richard Laager
-
I liked Etan's suggestion in devel. Now, Finch will bold unseen plugins in the plugin dialog. A plugin is considered 'seen' only after the details of the plugin is viewed by the user.Tue, 08 May 2007 03:23:38 +0000, by Sadrul Habib Chowdhury
-
Show the correct error message when setting value for a path-list.Tue, 08 May 2007 03:18:55 +0000, by Sadrul Habib Chowdhury
-
merge of 'a3abeebd737a4da72703350943b5296ff974d14e'Tue, 08 May 2007 02:49:42 +0000, by Casey Harkins
-
Now that the docklet icon is based on the status from status selector, itTue, 08 May 2007 02:38:55 +0000, by Casey Harkins
-
disapproval of revision '0a63bea05479d51972432a195d0c97c0309fbcf4'Mon, 21 May 2007 20:02:18 +0000, by Eric Polino
-
added mercurial ignore linesTue, 08 May 2007 02:44:49 +0000, by Eric Polino
-
Handle channel joins when registration is required more gracefully.Tue, 08 May 2007 02:46:50 +0000, by Ethan Blanton
-
Add Dustin Howett in COPYRIGHT.Tue, 08 May 2007 00:48:20 +0000, by Sadrul Habib Chowdhury
-
merge of '87f23e108affd467aea07671ede1fdd589b2cc32'Tue, 08 May 2007 00:43:52 +0000, by Sadrul Habib Chowdhury
-
Patch #265. Fix to Google Talk formattingTue, 08 May 2007 00:28:22 +0000, by Sean Egan
-
disapproval of revision 'e9933d653551beb8b5f477dcf2c6bd1f3d239c55'Tue, 08 May 2007 03:38:18 +0000, by Richard Laager
-
Patch #751 from 'Dustin Howett' to change the output string from /debug version.Tue, 08 May 2007 00:35:34 +0000, by Sadrul Habib Chowdhury
-
The name of the client is not translatable. Why were these made translatable?Mon, 07 May 2007 23:14:29 +0000, by Sadrul Habib Chowdhury
-
Don't translate Pidgin in /version, as Sadrul mentioned in #751.Mon, 07 May 2007 21:59:53 +0000, by Richard Laager
-
Select the right account when adding a buddy after authorizing her.Mon, 07 May 2007 18:12:31 +0000, by Sadrul Habib Chowdhury
-
Show an error message when trying to add a buddy from an offline account.Mon, 07 May 2007 18:10:39 +0000, by Sadrul Habib Chowdhury
-
When getting information, show "Information: Retrieving..." before theSun, 06 May 2007 21:55:07 +0000, by Sadrul Habib Chowdhury
-
Change a string.Sun, 06 May 2007 21:40:29 +0000, by Sadrul Habib Chowdhury
-
Stripping html should replace HR with a newline.Sun, 06 May 2007 21:36:36 +0000, by Sadrul Habib Chowdhury
-
Changing configure.args to be a sh script that is sourced. This way we can set any environment variables to be set/passed to configure.Sun, 06 May 2007 18:37:58 +0000, by Gary Kramlich
-
Change the PIDGIN_NAME stuff to allow translators to transliterate theSun, 06 May 2007 00:44:41 +0000, by Richard Laager
-
Traditional Pidgin doesn't make any sense. It was only ever the case forSun, 06 May 2007 00:43:29 +0000, by Richard Laager
-
merge of '6410c883762e90fc54d85e2ca466d863b2951796'Sat, 05 May 2007 23:56:21 +0000, by Richard Laager
-
Remove the IRC PROTOCOL RFC from EXTRA_DIST to fix a license issue for Debian,Sat, 05 May 2007 23:26:10 +0000, by Richard Laager
-
merge of '43641085a7c20c6fca287f571d7662bf3c916f21'Sat, 05 May 2007 23:19:27 +0000, by Richard Laager
-
Remove VERSION from the CFLAGS all over, to prevent similar re-declarationSat, 05 May 2007 23:08:20 +0000, by Richard Laager
-
merge of '15f0eb2e525749743a7089f3d897fb1e8f4f91af'Sat, 05 May 2007 22:45:34 +0000, by Richard Laager
-
merge of 'c10371b38b40e6f540b80461f2ca6c931b0665aa'Sat, 05 May 2007 22:30:46 +0000, by Casey Harkins
-
merge of '423a721fddd927f3df88692418420a12e6ff3e14'Sat, 05 May 2007 22:31:32 +0000, by Sadrul Habib Chowdhury
-
merge of 'bcc638c7caff684bb6ee1563ef0c5862931d8287'Sat, 05 May 2007 22:04:26 +0000, by Luke Schierer
-
Telcontar on #pidgin-win32 pointed out that the "New..." and "Saved..."Sat, 05 May 2007 22:29:58 +0000, by Casey Harkins
-
Let glib handle quoting filenames for shell, it'll escape other quotes as needed.Sat, 05 May 2007 21:20:05 +0000, by Casey Harkins
-
this should fix 647, and a few othersWed, 09 May 2007 01:50:06 +0000, by Nathan Walp
-
I expanded your patch, Richard, to also do appropriate header checking in the configure script and then use that information. I removed some other #includes which don't appear to be needed.Sat, 05 May 2007 16:48:06 +0000, by Evan Schoenberg
-
Change the nat-pmp code to use glib's integer types instead of those fromSat, 05 May 2007 14:50:00 +0000, by Richard Laager
-
Fix some compiler warnings. I don't see any reason we need to define VERSIONSat, 05 May 2007 19:15:44 +0000, by Richard Laager
-
s/Jabber/XMPP/ the English .po files, because I know it's correct. ;)Sat, 05 May 2007 19:09:15 +0000, by Richard Laager
-
s/Jabber/XMPP in user-visible places.Sat, 05 May 2007 19:08:07 +0000, by Richard Laager
-
If the read() in resolved() fails, we should detect the failure and set size (which it would otherwise set, since it is passed by reference) to 0 and res to NULL. This ''may'' fix a rather odd crash described in Adium Trac #6623 (http://trac.adiumx.com/ticket/6623), and it is certainly good sanity checking.Sat, 05 May 2007 18:29:49 +0000, by Evan Schoenberg
-
Changelog for finch.Sat, 05 May 2007 22:30:19 +0000, by Sadrul Habib Chowdhury
-
merge of '45c1f04f71cf4ccbd70b37318474175c0cd4d0a9'Sat, 05 May 2007 18:14:48 +0000, by Evan Schoenberg
-
hehSat, 05 May 2007 18:11:32 +0000, by Ethan Blanton
-
Fix tab-completion.Sat, 05 May 2007 16:27:44 +0000, by Sadrul Habib Chowdhury
-
fixes #650Sat, 05 May 2007 14:36:31 +0000, by Luke Schierer
-
merge of '124e6be3465f8d19ae38e557d6609fe2fa4f787a'Sat, 05 May 2007 05:19:11 +0000, by William Ehlhardt
-
Prevent bogus configure errors if perl isn't found. This isn't major butSat, 05 May 2007 04:08:07 +0000, by Stu Tomlinson
-
Escape filename when using the command sound method. Fixes ticket #607.Sat, 05 May 2007 02:19:19 +0000, by Casey Harkins
-
Speed up blist manipulations, by Scott Wolchok (EvilSporkMan)Sat, 05 May 2007 01:58:20 +0000, by Ethan Blanton
-
Add a /users command to toggle the userlist in chat windows.Fri, 04 May 2007 23:24:04 +0000, by Sadrul Habib Chowdhury
-
Conversation menusFri, 04 May 2007 22:33:57 +0000, by Richard Nelson
-
Update versionFri, 04 May 2007 21:40:45 +0000, by Sean Egan
-
New stringFri, 04 May 2007 21:39:22 +0000, by Sean Egan
-
Fix some ickyness in the tab-completion. Now, if there's only one suggest word, then the first tab will just complete the suggestion. If there's only one suggest word, and it's already completed, then tab will take focus to the next widget. If there is a dropdown, then you can select a suggest word by pressing tabs to move to it, then either space or enter to accept it.Fri, 04 May 2007 15:53:24 +0000, by Sadrul Habib Chowdhury
-
Ask before exiting when ctrl+c is pressed.Fri, 04 May 2007 15:10:57 +0000, by Sadrul Habib Chowdhury
-
The name is not translatable.Fri, 04 May 2007 14:55:10 +0000, by Sadrul Habib Chowdhury
-
I forgot to commit this :(Fri, 04 May 2007 06:01:56 +0000, by Daniel Atallah
-
Similarly, aim_ssi_sync() should return the success value of its determining function, aim_ssi_addmoddel()Sat, 05 May 2007 18:14:18 +0000, by Evan Schoenberg
-
It is more useful for these aim_ssi methods to return a real value (the result of aim_ssi_sync()) than to always return 0 regardless of their success or failureSat, 05 May 2007 18:10:33 +0000, by Evan Schoenberg
-
Free nombre as soon as we're done using it, for claritySat, 05 May 2007 18:07:47 +0000, by Evan Schoenberg
-
Pass the screenname properly to purple_account_request_authorization(), passing the nick (if available) separately. Store the nick for use in callbacks in data->nick where possible.Sat, 05 May 2007 18:05:48 +0000, by Evan Schoenberg
-
merge of '4c64205053dd22085e69d50ef995f28f4c6fa0f3'Fri, 04 May 2007 05:34:31 +0000, by Daniel Atallah
-
merge of '23377eb2770b8f45c3d732466c4fae99a90220f1'Fri, 04 May 2007 05:28:46 +0000, by Stu Tomlinson
-
NEWSFri, 04 May 2007 05:31:48 +0000, by Daniel Atallah
-
merge of '23377eb2770b8f45c3d732466c4fae99a90220f1'Fri, 04 May 2007 05:35:03 +0000, by Sadrul Habib Chowdhury
-
merge of '59a190439abc8839aa54a23443bfa1db9f13eaf6'Fri, 04 May 2007 05:22:31 +0000, by Stu Tomlinson
-
merge of '8c85b8f2a28b806d70350b08b71305b56d542665'Fri, 04 May 2007 05:20:34 +0000, by Stu Tomlinson
-
merge of 'ad9bb588fbd8b674c2bcc3cc1260a0f0dd68c01d'Fri, 04 May 2007 05:19:18 +0000, by Stu Tomlinson
-
version updateFri, 04 May 2007 05:21:19 +0000, by Sean Egan
-
merge of 'cb9f1ad1bee7ac594a8c66dcb82cc016bba741d3'Fri, 04 May 2007 05:29:09 +0000, by Sadrul Habib Chowdhury
-
merge of 'ad9bb588fbd8b674c2bcc3cc1260a0f0dd68c01d'Fri, 04 May 2007 05:18:07 +0000, by Sean Egan
-
My first NEWSFri, 04 May 2007 05:17:15 +0000, by Sadrul Habib Chowdhury