Mercurial > pidgin.yaz
graph
-
Presumably this is what was intended.2008-05-12, by Daniel Atallah
-
Fix function to match header definition2008-05-12, by Daniel Atallah
-
More s/ssize_t/gssize/2008-05-12, by Daniel Atallah
-
Build fixes for MSVC2008-05-12, by Daniel Atallah
-
Using named elements in a struct initialization doesn't work in MSVC.2008-05-12, by Daniel Atallah
-
Fix jabber_iq_register_handler() to match header.2008-05-12, by Daniel Atallah
-
Reuse cleanup function.2008-05-12, by Daniel Atallah
-
MSVC build fixes2008-05-12, by Daniel Atallah
-
Use gssize instead of ssize_t as the latter isn't available everywhere.2008-05-12, by Daniel Atallah
-
Bonjour build fixes for MSVC.2008-05-12, by Daniel Atallah
-
Remove the stat check that isn't useful and breaks on OS X.2008-05-12, by Richard Laager
-
German translation bug:2008-05-11, by Björn Voigt
-
Clarify #ifdef/#else/#endif matching; References #5770.2008-05-11, by Ethan Blanton
-
merge of 'eed179323cd437e9f08587c2290f44afa248093d'2008-05-11, by Ethan Blanton
-
Updated Catalan translation (with XGETTEXT_ARGS=--no-location).2008-05-11, by Josep Puigdemont
-
merge of '0d3a3dbf15f3b76dc4ee06bc9177442fe4906bc5'2008-05-11, by Éric Boumaour
-
Middle click pastes the internal clipboard2008-05-11, by Richard Nelson
-
Update french translation for pidgin 2.4.22008-05-11, by Éric Boumaour
-
Update Lithuanian translation of Windows installer strings2008-05-15, by Laurynas Biveinis
-
Update Lithuanian translation2008-05-15, by Laurynas Biveinis
-
Make pidgin_blist_toggle_visibility() hide the buddy list when it is2008-06-27, by Casey Harkins
-
disapproval of revision '38c3a1050aefc66e1c541e3d91ae6f7fe6930559'2008-04-30, by Sadrul Habib Chowdhury
-
This modifies Jaywalker's patch to use a GHashTable, per Stu's suggestion in2008-04-30, by John Bailey
-
disapproval of revision '8086f2cffaab6ed17431381836b9227a64a53270'2008-04-30, by Sadrul Habib Chowdhury
-
This patch from Jaywalker enables text to appear in the screen name entry box.2008-04-30, by John Bailey
-
merge of '0ed9d51dcce10da3af15dd44273af472eea6cb0c'2008-04-29, by Evan Schoenberg
-
ChangeLog.API for 'website' and 'dev_website' ui_info hash table change2008-07-02, by Evan Schoenberg
-
applied changes from 4c5110037671f84e3e775214c32692b5b23c11e12008-04-29, by Evan Schoenberg
-
propagate from branch 'im.pidgin.pidgin' (head 42df8ef15f4603d876ab1d764ffb91b9fc071840)2008-03-18, by Sadrul Habib Chowdhury
-
Introduce API for GtkIMHtmlSmiley. Use this to prevent leaking remote custom emoticons.2008-03-18, by Sadrul Habib Chowdhury
-
Fix setting display picture/avatar in msnp14. Thanks to Twain28 for reporting the bug. References #1187.2008-03-14, by Sadrul Habib Chowdhury
-
The patch to msn to allow sending custom smileys. Doesn't send all the custom smileys correctly at the moment. References #1187.2008-03-07, by Sadrul Habib Chowdhury
-
Make it simple to create a stored-image from a filename.2008-03-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head 6ff3e48f37ce327ca03e8d3394cac62e40b6fe05)2008-03-07, by Sadrul Habib Chowdhury
-
propagate from branch 'im.pidgin.pidgin' (head e4cc3b79eb04e4937c5fa764f6839a8e07397651)2008-03-05, by Sadrul Habib Chowdhury
-
Attempt at a better error message.2008-02-25, by Sadrul Habib Chowdhury
-
Modified patch ('big_smiley_change.patch') from Mauro and Jorge (Masca) to2008-02-25, by Sadrul Habib Chowdhury
-
Fix a leak, and correct the docs.2008-02-25, by Sadrul Habib Chowdhury
-
Hide PurpleSmiley internals.2008-02-25, by Sadrul Habib Chowdhury
-
Add the smiley files for translation.2008-02-19, by Sadrul Habib Chowdhury
-
Make sure deleting one smiley doesn't accidentally delete a few others.2008-02-19, by Sadrul Habib Chowdhury
-
Make some functions static, plug a leak.2008-02-19, by Sadrul Habib Chowdhury
-
Revert some bits of the earlier patch not related to custom smileys.2008-02-19, by Sadrul Habib Chowdhury
-
Plug a leak.2008-02-19, by Sadrul Habib Chowdhury
-
Apply the custom smiley patches from #1187, from Jorge Villaseño (Masca) and2008-02-19, by Sadrul Habib Chowdhury
-
merge of '8b98876f03b683ae6805d673e713f30f16b7f6e9'2008-11-15, by Richard Laager
-
Fix some typos2007-10-29, by Carlos Silva
-
Check if a key is already bound before assigning a menu trigger2008-05-11, by Richard Nelson
-
Assorted cleanups, mostly to the Doxygen comments. I added a few missing2008-05-11, by Richard Laager
-
A patch from poizon. This was intended to fix a bug, but I just fixed that2008-05-11, by Mihály Mészáros
-
Fix purple_str_to_time() to not break the returned value when we have given2008-05-11, by Richard Laager
-
Use pkg-config to detect NetworkManager. Also, fail if it isn't present,2008-05-11, by Richard Laager
-
merge of '62e372ea0e5f6eb1b56f43621e580e3e3be7e894'2008-05-10, by Richard Laager
-
merge of '456501a9151822d8b2538d62e92918e5126f93bc'2008-05-10, by Björn Voigt
-
German translation update2008-05-10, by Björn Voigt
-
Some versions of mktemp require at least 6 X's in the template2008-05-10, by Stu Tomlinson
-
Modify the NetworkManager support to use "StateChange" directly, instead of2008-05-10, by Richard Laager
-
merge of 'ab4c3777bebccd93ded5d7e6886514e95603f51a'2008-05-10, by Richard Laager
-
Remove some unused variable from my last commit.2008-05-10, by Richard Laager
-
Disconnect accounts immediately when we're told the network has2008-05-10, by Richard Laager
-
disapproval of revision '9cbb69e06e19c581b9691f6acb2c48f204050dd6'2008-05-10, by Richard Laager
-
As described in the ChangeLog:2008-05-10, by Richard Laager
-
ChangeLog the NetworkManager change and fix the line wrapping on a couple of2008-05-10, by Richard Laager
-
Fix some whitespace as noticed by QuLogic.2008-05-10, by Richard Laager
-
merge of '0eccb8cefd5975eeab1d14984f2f0114ce7abb79'2008-05-10, by Kevin Stange
-
Replacing logo.png with the old Pidgin head logo without a version number.2008-05-10, by Kevin Stange
-
merge of '99687ce6fa955d1d32092992b65de140dc944ab0'2008-05-10, by Kevin Stange
-
merge of '5800923dc413a26c68576e06ea89148d645fa4a9'2008-05-10, by Richard Laager
-
Make Masca a CPW (signed off by elb and myself! :))2008-05-10, by Kevin Stange
-
Changes suggested by QuLogic to fix my broken changes to the NetworkManager2008-05-10, by Richard Laager
-
A patch from QuLogic to replace the libnm_glib calls with straight DBus2008-05-10, by Richard Laager
-
Show yourself as invisible in the buddylist when you're invisible2008-05-09, by Mark Doliner
-
Fix for opening Hotmail inbox more than ~15 minutes after login2008-05-08, by Stu Tomlinson
-
Add only the online buddies for auto-completion in the invite dialog.2008-05-08, by Sadrul Habib Chowdhury
-
Modified patch from John Moody to show aliases in the Invite dialog.2008-05-08, by Sadrul Habib Chowdhury
-
Tweak the text of the ChangeLog slightly and add an item I forgot previously.2008-05-08, by John Bailey
-
merge of '245104c3da64bf99627578bd68d6cda42ee16b43'2008-05-08, by Sadrul Habib Chowdhury
-
Fix a double free caused by my previous leak fix not covering all possible2008-05-08, by Daniel Atallah
-
When setting yourself to invisible on AIM, don't set an away message2008-05-07, by Mark Doliner
-
Quiet the output from gconftool-2 when there is no document font name in2008-05-07, by Stu Tomlinson
-
Fix some potential leakage in the craziness called purple_markup_html_to_xhtml().2008-05-07, by Daniel Atallah
-
Kill off sound playing child processes if they are still around after 152008-05-07, by Stu Tomlinson
-
Patch from QuLogic to fix tab-navigation in the statusbox. And a few2008-05-08, by Sadrul Habib Chowdhury
-
Leak fix2008-05-07, by Stu Tomlinson
-
Update Finnish (fi) translation and begin 2.4.2 entry in the ChangeLog.2008-05-07, by Timo Jyrinki
-
merge of 'ac789033b0d69b98d5985567ad5d3579bde9af12'2008-05-07, by Sadrul Habib Chowdhury
-
merge of '02d1b6e1b18a057f6dc1f4698d85c8cd005f3bbc'2008-05-07, by Richard Laager
-
merge of 'bedd15033893c160df2e861d26520e1ef6afd895'2008-05-06, by Mark Doliner
-
Minor changes... mostly whitespace related.2008-05-05, by Mark Doliner
-
Fix a compiler warning due to a missing #ifdef USE_PYTHON2008-05-06, by Richard Laager
-
Fix a compiler warning. Sadrul or someone should double-check this.2008-05-06, by Richard Laager
-
More plumbing work.2008-05-05, by Daniel Atallah
-
Plug a small memory leak in the smiley dialog, and use g_new0/g_free2008-05-07, by Sadrul Habib Chowdhury
-
g_strdup'ed strings aren't const char*. This fixes a couple of compile2008-05-07, by Sadrul Habib Chowdhury
-
The required fields are not really required if the action is cancelled.2008-05-05, by Sadrul Habib Chowdhury
-
Patch from sadrul to fix IRC servers which neglect to send RPL_LISTSTART2008-05-05, by Ethan Blanton
-
Fix a small memleak when adding a Jabber buddy2008-05-05, by Mark Doliner
-
Make error output during autogen actually readable...2008-05-05, by Gary Kramlich
-
Show the url, instead of silently ignoring a url-open request.2008-05-05, by Sadrul Habib Chowdhury
-
Do not let the height of the entry get larger than half the conversation2008-05-05, by Sadrul Habib Chowdhury
-
Add a comment. Could someone familiar with the Jabber protocol or our2008-05-04, by Mark Doliner
-
Add a 'View log' option in the buddylist menu.2008-05-04, by Sadrul Habib Chowdhury
-
When searching for a conversation, search only in the list of the2008-05-04, by Sadrul Habib Chowdhury
-
Check to see if we are already in a room before attempting to join. If2008-05-04, by Sadrul Habib Chowdhury
-
merge of '8c40d658dc534ac7ccbf595c73c2952ff9d1975e'2008-05-04, by Sadrul Habib Chowdhury
-
Setup tab-completion for groups in the 'Add Chat' dialog.2008-05-03, by Sadrul Habib Chowdhury
-
Change the label on the entry area height pref2008-05-04, by John Bailey
-
Fix IRC handling of PART without a part message on Undernet IRCds.2008-05-04, by Ethan Blanton
-
Fix the breakage with account aliases that I introduced when I moved the2008-05-04, by John Bailey
-
Fix a number of leaks. As far as I can tell, MSNP14 now logs in without2008-05-03, by Daniel Atallah
-
Leak fixes. Avoid creating an unnecessary parallel data structure to YahooFriend.2008-05-03, by Daniel Atallah
-
Clean up loggers when quitting (or unloading the logreader plugin).2008-05-03, by Daniel Atallah
-
Fix incorrect freeing in my previous commit.2008-05-03, by Daniel Atallah
-
This is the way we plug the leaks, plug the leaks, plug the leaks...2008-05-03, by Daniel Atallah
-
ChangeLog the minimum size pref2008-05-03, by Will Thompson
-
Add a "minimum lines" pref for the im entry box thing; up to 8 lines.2008-05-03, by Will Thompson
-
Plug a small leak.2008-05-03, by Daniel Atallah
-
Cleanup allocations/frees to match and plug some leaks.2008-05-03, by Daniel Atallah
-
merge of 'dc85c2329304dd6f567820b55939193328f9e506'2008-05-03, by Sadrul Habib Chowdhury
-
This cleans up a bunch of warnings that stem from the fact that size_t and2008-05-03, by John Bailey
-
Allow replacing smileys with texts in conversations/logs. This should be2008-05-03, by Sadrul Habib Chowdhury
-
Cleanup and avoid unnecessary alloc/free.2008-05-02, by Daniel Atallah
-
merge of '21d37789f674809d615fc7676a092f1da438b0f5'2008-05-02, by Evan Schoenberg
-
Leak fixes.2008-05-02, by Daniel Atallah
-
Leak plug in parsing MSN currentmedia.2008-05-02, by Daniel Atallah
-
merge of 'a9db18c93f28f014cb3740a20933e2468fb660b7'2008-05-02, by Sadrul Habib Chowdhury
-
This should fix the issue where resizing the entry box resizes the2008-05-02, by Sadrul Habib Chowdhury
-
Do not add a ':' if there's already one at the end. Thanks to wjt for2008-05-02, by Sadrul Habib Chowdhury
-
Tweak some strings in the Edit Chat dialog.2008-05-02, by Will Thompson
-
merge of 'a5c86f336638811bfef4a0969f3d8d2d6b85520f'2008-05-02, by Sadrul Habib Chowdhury
-
Don't try to tell the IM network that we're not idle when we disconnect.2008-05-02, by Mark Doliner
-
ctrl-x to open context menus. F11 was such a poor choice for this.2008-05-02, by Sadrul Habib Chowdhury
-
merge of 'e238fa4987184e7ce5509bc8806f7122ad41ae6e'2008-05-02, by Sadrul Habib Chowdhury
-
Kill the default F2 keybinding for show timestamps, it only confuses people2008-05-02, by Stu Tomlinson
-
Slightly change the maximum height of the entry box. This seems to fix2008-05-02, by Sadrul Habib Chowdhury
-
merge of '19d64f3b50204b193622eb82c482a63dae381a51'2008-05-01, by Sadrul Habib Chowdhury
-
Modified patch from Andrei Mozzhuhin to fix tab-completion when non-ascii2008-05-01, by Sadrul Habib Chowdhury
-
Remove the undocumented default binding (ctrl+g) to start ignoring2008-05-01, by Sadrul Habib Chowdhury
-
merge of '01e9055ea70771c842b561dca3b64027ac37dc69'2008-05-01, by Richard Laager
-
Replace a notification that should never happen with a debug message that2008-05-01, by Richard Laager
-
ChangeLog the Escape closes conversation window preference.2008-05-01, by Will Thompson
-
When an XMPP account is set to require TLS, but libpurple doesn't have SSL2008-05-01, by Daniel Atallah
-
Remove the stored installer language selection when uninstalling.2008-05-01, by Daniel Atallah
-
Add this ChangeLog item back, the merge ate it.2008-05-01, by Etan Reisner
-
merge of '7f78e4be502956bb580a87289cf2acfe6254ea62'2008-05-01, by Etan Reisner
-
Add a tickybox to set the 'close conversation window' shortcut to Escape.2008-04-30, by Will Thompson
-
Don't count the size of an array at runtime if it's known at compile time.2008-04-30, by Ethan Blanton
-
Change the string "screen name" to "username" everywhere. I think most2008-04-30, by Mark Doliner
-
Change the "Screen name" text to "Username" per a number of discussions on2008-04-30, by John Bailey
-
This fixes the lack of the Local Alias field for IRC accounts since I moved2008-04-30, by John Bailey
-
Eliminate a couple of "unused variable" warnings.2008-04-30, by Richard Laager
-
Always top-align the logs in the log-viewer.2008-04-29, by Sadrul Habib Chowdhury
-
Make sure the required fields are all entered correctly. Underline the2008-04-29, by Sadrul Habib Chowdhury
-
merge of '0982c9aacd3dfa68da58b386663d7fdda43a11e4'2008-04-29, by Sadrul Habib Chowdhury
-
Move the Local Alias field into the User Options section of the account2008-04-29, by John Bailey
-
Fine tune the edit-settings dialog (e.g., mark fields as masked or2008-04-29, by Sadrul Habib Chowdhury
-
A newly created widget for a request field may want to enable/disable the2008-04-29, by Sadrul Habib Chowdhury
-
'Edit Settings' in the context menu for chats in the buddylist.2008-04-29, by Sadrul Habib Chowdhury
-
merge of '08062d1b1267b18fa3d47ea8eded7e2b826b7e8c'2008-04-29, by Mark Doliner
-
merge of '0e779a37ee17a7bb7ad39bbe2b37eeca45975655'2008-04-29, by Mark Doliner
-
Fix a crash in Jabber that I think happens someone someone signs off2008-04-29, by Mark Doliner
-
Simplify2008-04-29, by Mark Doliner
-
merge of '52c0efb045580dac7b6f5e40c91002e917e0cae3'2008-04-29, by Etan Reisner
-
merge of '6bf9ac8e017081c907061167edd28a1adcbec3c9'2008-04-29, by Evan Schoenberg
-
merge of '3498a4993b3d552319e5122278d620287093fd20'2008-04-29, by Evan Schoenberg
-
disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'2008-04-29, by Evan Schoenberg
-
* Renamespace serv_got_chat_join_failed to purple_serv_got_chat_join_failed2008-04-29, by John Bailey
-
After trying the available SASL mechs, jabber_auth_handle_failure() now2008-05-02, by Evan Schoenberg
-
merge of '0a7f4849f49b45459231087fa690ba9937eae03c'2008-04-29, by Evan Schoenberg
-
Finally get around to committing charkin's version of the patch from #2145.2008-04-29, by Etan Reisner
-
Update the manpage about F10 and F11.2008-04-28, by Sadrul Habib Chowdhury
-
Fix a possible crash when creating a new workspace.2008-04-28, by Sadrul Habib Chowdhury
-
Fix a typo in a doc comment.2008-04-28, by Richard Laager
-
merge of '4c5110037671f84e3e775214c32692b5b23c11e1'2008-04-28, by Richard Laager
-
merge of '5f1a220f63d8e85758a94a2ed57381dc91b07eda'2008-04-28, by Richard Laager
-
disapproval of revision '2f8316df13d1c3e6bf66b91c28abe1504033dae8'2008-04-29, by Evan Schoenberg
-
ChangeLog.API and dox file for chat-join-failed2008-04-29, by Evan Schoenberg
-
disapproval of revision 'ae37fe6b64c30704715a369df88bd76674a39b1a'2008-04-29, by Evan Schoenberg
-
Added "chat-join-failed" signal, emitted by a new serv_got_join_chat_failed()2008-04-29, by Evan Schoenberg
-
merge of '5f1a220f63d8e85758a94a2ed57381dc91b07eda'2008-04-28, by Evan Schoenberg
-
Fix a small memory leak when failing to join a jabber conference2008-04-28, by Mark Doliner
-
merge of 'a2c4bf662d1fdab8c870c1ebbca30968af4bb80a'2008-04-28, by Mark Doliner
-
Go back to not allowing periods in screen names. I think the guy said2008-04-17, by Mark Doliner
-
merge of '4b5bc8b4da1faf24168e7210c2282016455a2218'2008-04-27, by Sadrul Habib Chowdhury
-
Clicking on the buddyicon in the conversation window toggles the size of2008-04-26, by Sadrul Habib Chowdhury
-
Disable the 'send to' menu in converation windows if there's only one2008-04-26, by Sadrul Habib Chowdhury
-
This should have been a variable expansion so that autogen.args could be2008-04-26, by John Bailey
-
Fixed a mistake I made in 2e791da1 which broke aim_genericreq_l() and2008-04-28, by Evan Schoenberg
-
Removed comment which was accidentally duplicated2008-04-28, by Evan Schoenberg
-
merge of '74190d6fbb138e095f84e71b0e0513240531437c'2008-04-26, by Evan Schoenberg
-
merge of '8d455562b69f961763bbfc469954425260f22917'2008-04-26, by Sadrul Habib Chowdhury
-
merge of '8f0b34c54e38066959f87d35b0af2ca6ae0e853b'2008-04-26, by Will Thompson
-
Use the correct name for a preference. This will correctly update the2008-04-26, by Sadrul Habib Chowdhury
-
Include dbus-maybe.h rather than conditionally including dbus-server.h2008-04-26, by Will Thompson
-
Thanks to Andrea Visinoni for pointing out this omission to fix building2008-04-26, by Kevin Stange
-
Reset typing timeout if arrow keys are pressed when editing status2008-04-26, by Sadrul Habib Chowdhury
-
pygnt's home has been http://repo.or.cz/w/python-gnt.git for a while.2008-04-26, by Sadrul Habib Chowdhury
-
Do not show an erroneous message when the 'now listening' song for a2008-04-26, by Sadrul Habib Chowdhury
-
Fix make distcheck (which broke from an earlier fix for make when2008-04-26, by Sadrul Habib Chowdhury
-
Add the new plugin file for translation. Fixes make distcheck.2008-04-26, by Sadrul Habib Chowdhury
-
merge of '503c61f4fb406b82adcdbb0f209ba58a4e7f5954'2008-04-25, by Sadrul Habib Chowdhury
-
Remove code that tried to show the buddylist from the core (but didn't2008-04-25, by Sadrul Habib Chowdhury
-
Avoid allocating and freeing stuff unnecessarily.2008-04-25, by Daniel Atallah
-
Use g_strdup() instead of strdup (doesn't really matter as it is never2008-04-25, by Daniel Atallah
-
merge of '006a7eef54129319c82b282c765b3fbba968006f'2008-04-25, by Daniel Atallah
-
Pop up the buddylist of the running instance instead of exiting quietly2008-04-25, by Sadrul Habib Chowdhury
-
Use g_snprintf() instead of snprintf(), which isn't really available on2008-04-25, by Daniel Atallah
-
Use g_strdup to match the subsequent g_free.2008-04-25, by Daniel Atallah
-
Include winsock2.h before windows.h is included to avoid winsock.h being2008-04-25, by Daniel Atallah
-
Avoiding emitting the "savedstatus-changed" signal twice when the savedstatus2008-04-25, by Daniel Atallah
-
Fix a bug where the list of loaded plugins would get removed when2008-04-25, by Sadrul Habib Chowdhury
-
merge of '82af7f1dab568c2a359aaecca4e31e650063e1c1'2008-04-25, by Sadrul Habib Chowdhury
-
Move 2 of the 5 pixels' padding between paragraphs to above the line.2008-04-24, by Will Thompson
-
echo -n is not portable, and OSX has libtoolize installed as glibtoolize2008-04-24, by Stu Tomlinson
-
I missed 2 aim_putsnac() calls which needed to be removed for 2e791da1.2008-04-24, by Evan Schoenberg
-
Fixed the final stragglers in need of byte_stream_destroy()2008-04-24, by Evan Schoenberg
-
Used byte_stream_destroy(), added in 2e791da1fb1cfd6b751a0cef01aa83dc89692051,2008-04-24, by Evan Schoenberg
-
All SNACs on FLAP channel 2 except in the auth family are now sent through2008-04-24, by Evan Schoenberg
-
Make the labels in the minidialogs selectable.2008-04-25, by Sadrul Habib Chowdhury
-
Patch from Dylan Simon to fix a compile error when compiling from a2008-04-24, by Sadrul Habib Chowdhury
-
merge of '9448aec0bc0e0168e10e0a3991bfbfe716de6c86'2008-04-24, by Sadrul Habib Chowdhury
-
Patch from Dylan Simon <dylan@dylex.net> to fix handling escape key2008-04-24, by Sadrul Habib Chowdhury
-
Fix setting "show offline" for buddy list nodes so it takes immediate2008-04-23, by Stu Tomlinson
-
Allow changing to or from an empty password when the protocol specifies2008-04-23, by Stu Tomlinson
-
Prompt for silc private key passphrase if it is not saved for the account2008-04-23, by Stu Tomlinson
-
Fix for changing silc private key passphrase to or from the empty string,2008-04-23, by Stu Tomlinson
-
Leak fix2008-04-23, by Stu Tomlinson
-
Keep valgrind happy by zeroing out the tm struct before we stuff our2008-04-23, by Stu Tomlinson
-
UTF-8 friendly password truncation2008-04-23, by Stu Tomlinson
-
Leak fixes2008-04-23, by Stu Tomlinson
-
Don't access uninitialized memory (I think this might actually fix some2008-04-23, by Stu Tomlinson
-
merge of '95a44af48cc13a9cd6373ef1b011acd7d2b95e98'2008-04-23, by Sadrul Habib Chowdhury
-
Add the recent perl callback changes to ChangeLog.API.2008-04-23, by Etan Reisner
-
merge of '52e841c96296ab164c2be839e9d404dc1f9a6a9e'2008-04-23, by Etan Reisner
-
Shut up two compiler warnings about discarding qualifiers.2008-04-22, by Etan Reisner
-
Give a name to the statusbox button so that it can be accessible by2008-04-23, by Sadrul Habib Chowdhury
-
Return FALSE when nothing changes after an attempted tab-completion.2008-04-23, by Sadrul Habib Chowdhury
-
Fix a crash which I think happens when the same buddy is in the buddylist2008-04-23, by Sadrul Habib Chowdhury
-
Use the same fix for Purple::Util::fetch_url (from 4b6378d5e) for2008-04-23, by Sadrul Habib Chowdhury
-
Leak fix. I think. At least valgrind stopped crying about it and nothing2008-04-22, by Stu Tomlinson
-
Leak fix. This is probably quite serious if you have busy chats on your2008-04-22, by Stu Tomlinson
-
Ignore token_status_account on account-specific status boxes. This should2008-04-22, by Sadrul Habib Chowdhury
-
Expose Purple::Prefs::get_children_names to perl plugins.2008-04-20, by Sadrul Habib Chowdhury
-
Smiley insertions can be undone with this fix. References #5577. But redo2008-04-20, by Sadrul Habib Chowdhury
-
Add sendbutton.c to POTFILES.in.2008-04-19, by Richard Laager
-
It appears that Yahoo! Japan has disabled protocol 0x0c and now require 0x0f.2008-04-19, by John Bailey
-
Based on some discussion in devel@conference.pidgin.im build and install the2008-04-19, by Etan Reisner
-
Fix Purple::Util::fetch_url to correctly accept a callback in any of the2008-04-19, by Etan Reisner
-
Stop restoring conversation window locations on !Windows, I wasn't aware this2008-04-18, by Etan Reisner
-
Add a plugin to add a Send button to the conversation windows, users of tablet2008-04-18, by Etan Reisner
-
merge of '61d502ea8377846692aea9189056d7c134660277'2008-04-17, by Sadrul Habib Chowdhury
-
Add missing newline to debug message. Fixes #5546.2008-04-17, by Daniel Atallah
-
merge of '946d948a1aa4270fa46dabca767e9d727d4519eb'2008-04-17, by Mark Doliner
-
When reciving our buddy list on MSN, add people to the permit and2008-04-17, by Mark Doliner
-
Fix an issue with formatting in Bonjour messages. It looks like it has been2008-04-17, by Daniel Atallah
-
Fix a null pointer deref (hopefully). I haven't been able to consistently2008-04-16, by Daniel Atallah
-
Don't try to enable our server-stored buddylist if we receive an error2008-04-16, by Mark Doliner
-
Don't remove the PurpleBuddy from our buddy list if we don't send them2008-04-16, by Mark Doliner
-
Super minor documentation improvement2008-04-16, by Mark Doliner
-
I'm an idiot and forgot to escape my apostrophe. This took *way* too long2008-04-16, by John Bailey
-
Attempt to make it a bit more obvious that people need to have half a clue2008-04-16, by John Bailey
-
I've seen intermittent crashes on xmpp file transfers in this code, but I2008-04-16, by Evan Schoenberg
-
The warning string for plaintext auth over an unencrypted connection is found2008-04-15, by Evan Schoenberg
-
merge of '40b061a8675f87ba328a5a07734084fdd7f3006a'2008-04-15, by Evan Schoenberg
-
Patch from vladb to remove a C++ protected word ("namespace") from win32 libpurple code. Fixes #54712008-04-15, by Daniel Atallah
-
I don't consider this an error.2008-04-14, by Mark Doliner
-
Patch from Gaul to plug a small leak, with an additional fix to free2008-04-17, by Sadrul Habib Chowdhury
-
Add a 'Jump to markerline' option in the conversation window menu to2008-04-14, by Sadrul Habib Chowdhury
-
Include finch.h instead of internal.h2008-04-13, by Sadrul Habib Chowdhury
-
merge of '8ac2f1461dd4df5ba43e8c0399b59451b3c549e6'2008-04-13, by Sadrul Habib Chowdhury
-
Destroy the tooltip when a group in the buddylist is expanded or collapsed2008-04-13, by Sadrul Habib Chowdhury
-
When you try to execute a command (e.g., /part etc.) in a chat on a2008-04-13, by Sadrul Habib Chowdhury
-
Do not crash from commands in a disconnected chat. Fixes #52082008-04-13, by Sadrul Habib Chowdhury
-
Do not show tooltips for <HR> or <IMG>s in gtkimhtml. Fixes #5480.2008-04-13, by Sadrul Habib Chowdhury
-
Remove the "Use GSSAPI (Kerberos v5) for authentication" xmpp preference,2008-04-15, by Evan Schoenberg
-
Add Iain MacDonnell to COPYRIGHT; references #5205.2008-04-13, by Will Thompson
-
Add Jeffery Brown to COPYRIGHT. References #4905.2008-04-12, by Will Thompson
-
Handle IRC ban lists in-channel. Channels which are not joined are2008-04-12, by Ethan Blanton
-
nosnilmot pointed out that this error message seemed to be wrong. I agree2008-04-12, by John Bailey
-
merge of '37d6f8af593bffa17bba1823a3c5a8612bcfdf18'2008-04-12, by Ethan Blanton
-
Put the recent configure.ac changes in the ChangeLog. I may have been a bit2008-04-12, by John Bailey
-
Patch from Maiku: "When the buddy list is set to sort contacts by status,2008-04-12, by Will Thompson
-
Modified version of a patch from "dseven" to prevent crashing on NULL topics2008-04-12, by Will Thompson
-
Strip mIRC formatting codes from PART and QUIT messages.2008-04-12, by Ethan Blanton
-
Patch from Jeffery Brown to set the idle uiops on OS X when IOKit is available.2008-04-12, by Will Thompson
-
Pass something useful as the 'who' parameter to purple_conv_im_write for2008-04-12, by Will Thompson
-
German translation update2008-04-12, by Jochen Kemnade
-
Use an event-box instead of a button for the link, and change the cursor2008-04-12, by Sadrul Habib Chowdhury
-
Use the desired cursor, instead of always using GDK_WATCH.2008-04-12, by Sadrul Habib Chowdhury
-
Patch from fmoo to make double-clicking or hitting enter on a chatroom user2008-04-11, by Will Thompson
-
Make plugin website URLs clickable; it's a button with blue underlined text.2008-04-11, by Will Thompson
-
Make the cap plugin disabled by default. As usual, anyone who disagrees or2008-04-11, by John Bailey
-
Make the gevolution plugin disabled by default. Again, if anyone disagrees2008-04-11, by John Bailey
-
Massage some plugin metadata to look better with the fixed up description pane.2008-04-11, by Will Thompson
-
Improve the layout of the plugin description pane.2008-04-11, by Will Thompson
-
I've personally seen a few people have problems because they tried to build2008-04-11, by John Bailey
-
Icons from hbons2008-04-09, by Sean Egan
-
merge of '9f17f49ab8d29559a62b77fe6aa5bdefdb6dedfc'2008-04-09, by Sadrul Habib Chowdhury
-
German translation update2008-04-08, by Jochen Kemnade
-
Show better status text for file transfers.2008-04-09, by Sadrul Habib Chowdhury
-
merge of '47385c29904d4755361546c34319cf036d5a8723'2008-04-05, by Sadrul Habib Chowdhury
-
Update the sample gtkrc-2.0 file for the nick-color and typing notification settings.2008-04-05, by Sadrul Habib Chowdhury
-
Some leak fixes for the gtkrc-ed nicks in conversation history.2008-04-05, by Sadrul Habib Chowdhury
-
Customize/disable the typing notification from gtkrc-2.0.2008-04-05, by Sadrul Habib Chowdhury
-
update German translation2008-04-05, by Jochen Kemnade
-
merge of 'b2b2efabbafab6588e02ceb16509419dcb0c79e9'2008-04-04, by Sadrul Habib Chowdhury
-
Documentation changes2008-04-04, by Mark Doliner
-
merge of '7477b26751dbf08e918a1f300fbd2697dd0c6369'2008-04-04, by Etan Reisner
-
Add a little safety... just in case someone imgstores 13 million or2008-04-04, by Mark Doliner
-
Better documentation.2008-04-03, by Mark Doliner
-
constify the return value from purple_notify_user_info_entry_get_label2008-04-03, by Mark Doliner
-
Minor comment change2008-04-03, by Mark Doliner
-
Only call oscar_format_screenname() on connecting if we need to2008-04-03, by Mark Doliner
-
Correct some help strings for Jabber slash commands2008-04-03, by Mark Doliner
-
It is good when documentation matches reality. I figured all the other env2008-04-03, by Etan Reisner
-
Make ./configure fail immediately if requirements for enabled options are2008-04-02, by Stu Tomlinson
-
Remove a legacy preference for GnuTLS2008-04-02, by Stu Tomlinson
-
Fix our D-Bus version requirement2008-04-02, by Stu Tomlinson
-
autoconf started crying at me about "possibly undefined macro: PKG_CHECK_MODULES"2008-04-02, by Stu Tomlinson
-
Add number of occupants to the tooltip for chats. Fixes #33462008-04-02, by Stu Tomlinson
-
merge of '46c04c030c2aa142a50b7757576a659b2a5bb670'2008-04-02, by Timo Jyrinki
-
bumpy bumpy bumpy, we released 2.4.1, la la la2008-04-02, by Stu Tomlinson
-
merge of '2eb97f7d46ac5955e6a217661513d28e3b5ce060'2008-04-01, by Sadrul Habib Chowdhury
-
Updated patch from Justin 'Jaywalker' Williams to discard messages from spambots in msim. Closes #5143.2008-04-01, by Sadrul Habib Chowdhury
-
Ugly hackery to support INSTALL_PIXMAPS for the win32 build.2008-03-31, by Daniel Atallah
-
Slovenian transalation updated (Martin Srebotnjak)2008-03-31, by Stu Tomlinson
-
I think this syntax is more correct2008-03-31, by Stu Tomlinson
-
merge of 'd03002b3fa5879fb55633bb3732e3cfaa5ec488f'2008-03-31, by Stu Tomlinson
-
Changelog some win32 stuffs.2008-03-31, by Daniel Atallah
-
John and Stu looked lonely, and I suppose I should NEWS at some point.2008-03-31, by Will Thompson
-
Make the new autogen.sh behave more like the old one - run glib-gettextize,2008-03-31, by Stu Tomlinson
-
Hush you noisy little script2008-03-31, by Stu Tomlinson
-
2.4.1 is over there, on the horizon2008-03-31, by Stu Tomlinson
-
If the default setting is enabled for options to ./configure, the help2008-03-31, by Stu Tomlinson
-
Push a 2.4.1 image I managed to create out of the old one. It would be2008-03-31, by Kevin Stange
-
Consider me adequately NEWS'd.2008-03-31, by John Bailey
-
Make some more things static2008-03-31, by Stu Tomlinson
-
Make x509_singleuse static2008-03-31, by Stu Tomlinson
-
We should release 2.4.1 tomorrow. I want to do it in the morning, but lots2008-03-31, by Stu Tomlinson
-
Romanian translation updated (Mişu Moldovan)2008-03-31, by Stu Tomlinson
-
Slovak translation updated (loptosko)2008-03-31, by Stu Tomlinson
-
Macedonian translation updated (Арангел Ангов)2008-03-31, by Stu Tomlinson
-
ChangeLog the Hungarian translation update2008-03-31, by Stu Tomlinson
-
Thanks for pointing this out, grim.2008-03-30, by John Bailey
-
German copyright year update2008-03-30, by Björn Voigt
-
Hungarian translation for 2.4.12008-03-30, by Kelemen Gábor
-
I always forget we use 'm4macros' here instead of 'm4'.2008-03-30, by John Bailey
-
A more verbose autogen.sh that Gary and I have been using for Guifications2008-03-30, by John Bailey
-
For the few of us who wanted it, I bring back --disable-nls! It may not be2008-03-30, by John Bailey
-
Czech translation updated (David Vachulka)2008-03-30, by Stu Tomlinson
-
Fix typos, make the used language better also otherwise, add new strings.2008-04-02, by Timo Jyrinki
-
use XGETTEXT_ARGS=--no-location for Finnish PO file2008-03-30, by Timo Jyrinki
-
merge of '53edb29d14535c12ae8ee014087912100cdc49ad'2008-03-30, by Stu Tomlinson
-
Updated Catalan translation.2008-03-30, by Josep Puigdemont
-
I'm tired of installing pixmap data that almost never changes. I'm so tired of2008-03-30, by John Bailey
-
ChangeLog the Catalan translation update2008-03-30, by Stu Tomlinson
-
Belarusian Latin translation updated again (Ihar Hrachyshka)2008-03-29, by Stu Tomlinson
-
Russian translation updated again (Dmitry Beloglazov)2008-03-29, by Stu Tomlinson
-
Spanish translation updated (Javier Fernández-Sanguino)2008-03-29, by Stu Tomlinson
-
patch from Maiku to ignore non-messenger contacts, fixes #33052008-03-29, by Ka-Hing Cheung
-
some other mobile stuff that Maiku fixed, fixes #23592008-03-28, by Ka-Hing Cheung
-
another patch from Maiku that "Properly identifies users you have the mobile2008-03-27, by Ka-Hing Cheung
-
Printf warning fixes.2008-03-27, by Daniel Atallah
-
per daniel, this is the correct fix to cross compiling with gcc 4.x2008-03-27, by Gary Kramlich
-
ChangeLog the Swedish translation update2008-03-26, by Stu Tomlinson
-
Updated Swedish translation.2008-03-26, by Peter Hjalmarsson
-
Add a mnemonic to the Italian translation of Send To and remove the fuzzy2008-03-26, by Stu Tomlinson
-
Norwegian Nynorsk translation updated (Yngve Spjeld Landro)2008-03-26, by Stu Tomlinson
-
Fix animated icons that have been right-clicked causing crashes when the imhtml is destroyed. Fixes #5217.2008-03-26, by Daniel Atallah
-
Dutch translation updated (Daniël Heres)2008-03-25, by Stu Tomlinson
-
Hebrew translation updated (Shalom Craimer)2008-03-25, by Stu Tomlinson
-
Russian translation updated (Dmitry Beloglazov)2008-03-25, by Stu Tomlinson
-
Belarusian Latin translation updated (Ihar Hrachyshka)2008-03-25, by Stu Tomlinson
-
Esperanto translation updated (Stéphane Fillod)2008-03-25, by Stu Tomlinson
-
Chinese (Traditional) translation updated (Ambrose C. Li)2008-03-25, by Stu Tomlinson
-
Estonian translation updated (Ivar Smolin)2008-03-25, by Stu Tomlinson
-
Arabic translation updated (Khaled Hosny)2008-03-25, by Stu Tomlinson
-
Update the translations changelog2008-03-25, by Stu Tomlinson
-
Update fi.po for Pidgin 2.4.1.2008-03-25, by Timo Jyrinki
-
Update french translation for 2.4.1 release.2008-03-25, by Éric Boumaour
-
German update: fixed some double defined keyboard shortcuts2008-03-24, by Björn Voigt
-
German update2008-03-24, by Björn Voigt
-
Add purple_network_listen_map_external() to the deprecated list. I guess I didn't commit this.2008-03-24, by Daniel Atallah
-
printf format warning fixes.2008-03-24, by Daniel Atallah
-
Patch from ccpaging to clean up some QQ stuff. I removed the now commented2008-03-24, by Ka-Hing Cheung
-
merge of '86b04a102905cb20d3279090e84cdeffd30e95bc'2008-03-21, by Stu Tomlinson
-
New XMPP icons from hbons2008-03-21, by Sean Egan
-
nosnilmot thought this should be changelog'd2008-03-21, by Daniel Atallah
-
German translation update2008-03-21, by Jochen Kemnade
-
Undo the AC_CHECK_HEADERS_ONCE thing, since it requires a fairly new2008-03-21, by Mark Doliner
-
who in the right mind uses 8 space tab?2008-03-21, by Ka-Hing Cheung
-
another patch from Maiku, this time handling IPG so we can receive paging.2008-03-21, by Ka-Hing Cheung
-
Another patch from Maiku that improves the way we send mobile messages, this2008-03-21, by Ka-Hing Cheung
-
merge of '72c6d2dad88b0353a473a6e6398fc42ad3972716'2008-03-21, by Ka-Hing Cheung
-
Improved some of the debug output from nat-pmp2008-03-21, by Evan Schoenberg
-
propagate from branch 'im.pidgin.soc.2007.msimprpl' (head b018bfb95aeaf0bd6b4cc353965bd3431891dec9)2008-03-20, by Jeffrey Connelly
-
merge of '3161d3b09a1cb0dfe2a905306fbe19a6e76f5531'2008-03-20, by Etan Reisner
-
If the default value of a list-single or list-multi data forms field is NULL2008-03-20, by Etan Reisner
-
This broke building perl, finding EXTERN.h breaks without the PERL_CFLAGS2008-03-19, by Etan Reisner
-
merge of 'c8a7475750a83a32c26d2f40066500a948844beb'2008-03-19, by Etan Reisner
-
merge of '43597c046102d28beb11884ac70e89943a1b1466'2008-03-05, by Etan Reisner
-
merge of '541f6529c3dbec16782707ce37eb8206f95fc92e'2008-03-04, by Etan Reisner
-
Change up the Add Budy dialog a little bit, this hopefully makes it a bit2008-02-29, by Etan Reisner
-
merge of '4b63bba84183d38714730df5a11d191e0c02163a'2008-02-29, by Etan Reisner
-
merge of 'f14958459e9f62fd8c988e1317019c10a0fddf06'2008-02-28, by Etan Reisner
-
Bring the test.pl plugin at least theoretically up to date (I haven't tried it2008-02-27, by Etan Reisner
-
Add this back, the merge lost it.2008-02-27, by Etan Reisner
-
merge of '662b18e22ed66890ffcb81db34c948405b31f4c7'2008-02-27, by Etan Reisner
-
merge of '3195166356877e091e9b3d663bc03f7682ed3a17'2008-02-27, by Etan Reisner
-
Register and unregister the PurpleConnectionErrorInfo pointers with dbus, I2008-02-26, by Etan Reisner
-
In msimprpl, when converting point size and MySpaceIM-markup font size,2008-03-20, by Jeffrey Connelly
-
Fix protocolhandler invocation. Fixes #52482008-03-19, by Daniel Atallah
-
Use the new cyrus-sasl package containing msvcrt dependent MIT gssapi libraries.2008-03-18, by Daniel Atallah
-
Uninitialize the python interpreter only if gnt started it. This fixes a crash when quitting pygnt apps.2008-03-18, by Sadrul Habib Chowdhury
-
merge of '058ee765cda4210b0bbd2e709b93a6e8bd956b21'2008-03-17, by Stu Tomlinson
-
gtk_window_has_toplevel_focus() is new in Gtk 2.4, making pidgin_auto_parent_window()2008-03-17, by Stu Tomlinson
-
G_UNLIKELY is new in Glib 2.2 and resiak said this wasn't important here2008-03-17, by Stu Tomlinson
-
gdk_display_get_name() and gdk_display_get_default() are new in Gtk 2.22008-03-17, by Stu Tomlinson
-
gtk_event_box_set_visible_window() is new in Gtk 2.42008-03-17, by Stu Tomlinson
-
Fix compiling on older Glib where G_GSSIZE_FORMAT is not defined2008-03-17, by Stu Tomlinson
-
Use purple_str_has_prefix which provides backwards compatibility with older2008-03-17, by Stu Tomlinson
-
Fix compiling on older Glib where G_GSIZE_MODIFIER is not defined2008-03-17, by Stu Tomlinson
-
Limit the text input area to half the conversation's height.2008-03-17, by Will Thompson
-
Revert the dependency on gstreamer-0.10 >= 0.10.10, falling back to the SIGALRM2008-03-17, by Will Thompson
-
Change a bunch of calls of AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.2008-03-17, by Mark Doliner
-
Fix a problem with our configure check for sys/sysctl.h on OpenBSD 4.2.2008-03-17, by Mark Doliner
-
Fix a printf argument order bug uncovered by the fantastic G_GNUC_PRINTF2008-03-17, by Stu Tomlinson
-
merge of 'c2f80865e78beb384f2dec792cac08ac44cf4eea'2008-03-17, by Stu Tomlinson
-
I think "Yes" and "No" are better answers to "Would you like to merge these2008-03-17, by Stu Tomlinson
-
Michael Ruprecht aka Maiku fixed #52102008-03-21, by Ka-Hing Cheung
-
never decrease the height by less than half a line, fixes the jumping issue2008-03-17, by Ka-Hing Cheung
-
merge of '0caa39824f21f7f7dd7abf1462fbc769730120de'2008-03-16, by Mark Doliner
-
Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()2008-03-16, by Mark Doliner
-
Set G_GNUC_PRINTF(2, 3) on our debug functions. This sets the 'format'2008-03-16, by Mark Doliner
-
scale & round the buddy icon in the buddy list before making it square, so2008-03-16, by Stu Tomlinson
-
merge of '6db190b488381b25d0ad373ee417bc219d49b6bf'2008-03-15, by Sadrul Habib Chowdhury
-
merge of '212ddad0deea54f08e3194c79d2a60584f60d855'2008-03-15, by Sadrul Habib Chowdhury
-
Danny Baumann pointed out that the status box menu should have the appropriate2008-03-15, by Will Thompson
-
hu.po: Hungarian translation updated.2008-03-15, by Kelemen Gábor
-
update German "translation"2008-03-15, by Jochen Kemnade
-
Verify that session->account->password is not NULL before passing it to strlen()2008-03-14, by Evan Schoenberg
-
Add docs to PurpleStoredImage so that doxygen links to it show up2008-03-13, by Will Thompson
-
This should fix the 1px bug. If someone still sees this bug after this change, please let me know.2008-03-15, by Sadrul Habib Chowdhury
-
merge of '409dce18b3381a807c9f3a692d19bc38e55ecf2b'2008-03-13, by Will Thompson
-
Move the tooltip to the left of the buddylist if there's not enough room to show it on the right.2008-03-12, by Sadrul Habib Chowdhury
-
merge of '5d1e097eb7e127d7b1bc269ee71992478f79a182'2008-03-13, by Stu Tomlinson
-
merge of 'c27bb03d64e205ff26669ccc173b7429cad093eb'2008-03-13, by Stu Tomlinson
-
Leak fix from SF bug #1407047 which actually had a patch attached (on 2006-01-17 !)2008-03-13, by Stu Tomlinson
-
merge of '1a03b83dbe8f941cb6de4ed3659bf7b2335d642d'2008-03-13, by Stu Tomlinson
-
Fix a memory leak2008-03-13, by Stu Tomlinson
-
Change these oscar protocol menu actions to use "web" instead of "URL."2008-03-12, by Mark Doliner
-
More gevolution fixes for the prpl-oscar -> prpl-aim/icq split2008-03-13, by Stu Tomlinson
-
Fix for accessing uninitialized memory2008-03-13, by Stu Tomlinson
-
Update gevolution plugin with support for the new protocol ids for AIM &2008-03-12, by Stu Tomlinson
-
Fix multiple memory leaks2008-03-12, by Stu Tomlinson
-
Make SILC errors disconnect the account and reduce unwanted notify dialogs.2008-03-12, by Stu Tomlinson
-
Fix a couple of memory leaks2008-03-12, by Stu Tomlinson
-
Fix a memory leak2008-03-12, by Stu Tomlinson
-
merge of '1ba8fbd2ac54a6b25df759681a854ccc43e6abff'2008-03-11, by Evan Schoenberg
-
Only allow one keepalive_timeout at a time. This prevents us from starting a2008-03-11, by Evan Schoenberg
-
GDK_WINDOW_TYPE_HINT_TOOLTIP is new with Gtk 2.102008-03-11, by Stu Tomlinson
-
Set the TOOLTIP hint on imhtml link tooltips. Thanks to Danny Baumann for2008-03-11, by Will Thompson
-
Remove duplicated docs for _varg variants of request functions; correct and2008-03-11, by Will Thompson
-
Make PurpleAccount's documentation actually show up; also, sprinkle some2008-03-11, by Will Thompson
-
When Andrew was working on the memleak fixes, he pondered why buffer was2008-03-09, by Ka-Hing Cheung
-
some memleak fixes from Andrew Gaul again:2008-03-09, by Andrew Gaul
-
merge of '2df22d7ed44f0ccc912fc22ea2e0389c0e445b6f'2008-03-09, by Stu Tomlinson