# HG changeset patch # User William Ehlhardt # Date 1180115799 0 # Node ID c76bee45540a2d27300f75fc016dcdc1c152a290 # Parent a2edef5eb1b1f2dbb7e6c9f82edefeba58cc6302# Parent 42c2d75b3d3e113ac54f550e37058661c88d8cfa propagate from branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589) to branch 'im.pidgin.soc.2007.certmgr' (head 9a820d4262a69cde7e03915f22c234b75f54cf5c) diff -r a2edef5eb1b1 -r c76bee45540a NEWS --- a/NEWS Fri May 25 05:22:25 2007 +0000 +++ b/NEWS Fri May 25 17:56:39 2007 +0000 @@ -21,6 +21,21 @@ your report will get the attention it deserves as we continue to work on Pidgin, Finch, and libpurple. + Nathan: A ton of fixes have gone into this release. The feedback + we've gotten on 2.0.0 has been incredible. Hopefully we've resolved + most of the critical issues with 2.0.1. If we haven't, I'm sure + our wonderful users will let us hear about it. I seem to be + forgetting something...oh, right, I haven't promised any cool new + features in the next release! So, I promise at least one cool new + feature in the next release...you just might have to adjust your + definition of 'cool' to get it. + + Etan: Perl plugins now have access to almost all of the savedstatus + API functions. I also removed a couple of the preferences from the + Pidgin GTK+ Theme Control plugin which should help many of the people + for whom the configuration dialog size was a problem. The removed + preferences no longer had the effects they were added to have anyway. + 2.0.0 (5/3/2007): Sean: 2.0.0! It's real exciting to finally release Pidgin 2.0.0! I'm really proud of all the work we've all done. I'm pumped. And, while diff -r a2edef5eb1b1 -r c76bee45540a libpurple/idle.c --- a/libpurple/idle.c Fri May 25 05:22:25 2007 +0000 +++ b/libpurple/idle.c Fri May 25 17:56:39 2007 +0000 @@ -102,9 +102,8 @@ * should be set. * * There is no harm to calling this many many times, other than - * it will be kinda slow. This is called every 5 seconds by a - * timer set when Purple starts. It is also called when - * you send an IM, a chat, etc. + * it will be kinda slow. This is called by a timer set when + * Purple starts. It is also called when you send an IM, a chat, etc. * * This function has 3 sections. * 1. Get your idle time. It will query XScreenSaver or Windows