Mercurial > pidgin.yaz
changeset 17317:c76bee45540a
propagate from branch 'im.pidgin.pidgin' (head dc4f2ee34039521ae6a198fe7d62f4dca8a84589)
to branch 'im.pidgin.soc.2007.certmgr' (head 9a820d4262a69cde7e03915f22c234b75f54cf5c)
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Fri, 25 May 2007 17:56:39 +0000 |
parents | a2edef5eb1b1 (current diff) 42c2d75b3d3e (diff) |
children | d5f07d1e37e6 |
files | |
diffstat | 2 files changed, 17 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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