Replace empty string comparison with null character comparison
[pidgin-git.git] / ChangeLog
blobda2dd55cf1e1ad9b4bd0996005b5ce8fd8faf2c8
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
3 version 2.12.1 (??/??/????):
4         * nothing yet, be the first!
6 version 2.12.0 (03/09/2017):
7         libpurple:
8         * Fix an out of bounds memory read in purple_markup_unescape_entity.
9           CVE-2017-2640
10         * Fix use of uninitialised memory if running non-debug-enabled versions of glib
11         * Updated AIM dev and dist ID's to new ones that were assigned by AOL.
12         * TLS certificate verification now uses SHA-256 checksums.
13         * Fixed SASL external auth for Freenode.
14         * Removed the MSN protocol plugin. It has been unusable and dormant for some
15           time. MSNP18 has been discontinued and the protocol plugin would require a
16           large update to start working again. See: http://ismsndeadyet.com/ The
17           third-party Pidgin SkypeWeb plugin, however, should provide enough
18           functionality as a replacement if people still want to use MSN:
19           https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb
20         * Removed Mxit protocol plugin. The service was closed at the end of
21           September 2016. See
22           https://pidgin.im/pipermail/devel/2016-September/024078.htm
23         * Removed the MySpaceIM protocol plugin. The service has been defunct for a
24           long time. (#15356)
25         * Remove the Yahoo! protocol plugin. Yahoo has completely
26           reimplemented their protocol, so this version is no longer operable as
27           of August 5th, 2016:
28           https://yahoo.tumblr.com/post/145715934739/q2-2016-progress-report-on-our-product
29           A new protocol plugin has been written to support the new protocol.
30           It can be found here: https://github.com/EionRobb/funyahoo-plusplus
31           This also removes support for Yahoo! Japan. According to
32           http://messenger.yahoo.co.jp/ the service ended March 26th, 2014.
33         * Remove the Facebook (XMPP) account option. According to
34           https://developers.facebook.com/docs/chat the XMPP Chat API service
35           ended April 30th, 2015. A new protocol plugin has been written,
36           using a different method, to support Facebook. It can be found at
37           https://github.com/dequis/purple-facebook/wiki
38         * Fixed gnutls certificate validation errors that mainly affected google (Dequis)
40         General
41         * Replaced instances of d.pidgin.im with developer.pidgin.im and updated the
42           urls to use https. (#17036)
44         IRC
45         * Fixed issue of messages being silently cut off at 500 characters. Large
46           messages are now split into parts and sent one by one. (#4753)
48 version 2.11.0 (06/21/2016):
49         General:
50         * 2.10.12 was accidentally released with new additions to the API and
51           should have been released as 2.11.0.  Unfortunately, we did not catch
52           the mistake until after 2.10.12 was released, but we're fixing it now.
53           See ChangeLog.API for more information.
54         * Include the Mozilla certificate bundle. This fixes connecting to servers
55           with certificates from Let's Encrypt.
56         * Remove all 1024-bit CAs
58         libpurple:
59         * media: fix an issue with ximagesink displaying only a corner cut-out of
60           a larger webcam video (Jakub Adam)
61         * mediamanager: update output window destruction so that it reflects recent
62           changes in the media pipeline structure (Jakub Adam)
63         * Ported Instantbird's CommandUiOps to libpurple (Dequis)
65         Pidgin:
66         * Fixed #14962
67         * Fixed alignment of incoming right-to-left messages in protocols that
68           don't support rich text
69         * Fix a potential crash while exiting pidgin
71         Windows-Specific Changes:
72         * Use getaddrinfo for DNS to enable IPv6 (#1075)
73         * Updates to dependencies:
74                 * NSS 3.24 and NSPR 4.12.
76         AIM:
77         * Add support for the newer kerberos-based authentication of AIM 8.x
79         Bonjour
80         * Fixed building on Mac OSX (Patrick Cloke) (#16883)
82         ICQ:
83         * Stop truncating passwords to 8 characters like old ICQ clients did.
84           (#16692). If you actually needed this, truncate your password
85           manually by pressing backspace a few times.
87         IRC:
88         * Base64-decode SASL messages before passing to libsasl (#16268)
90         MXit
91         * Fixed a buffer overflow.  Discovered by Yves Younan of Cisco Talos.
92           (TALOS-CAN-0120)
93         * Fixed a remote out-of-bounds read.  Discovered by Yves Younan of Cisco
94           Talos.  (TALOS-CAN-0140)
95         * Fixed a remote out-of-band read.  Discovered by Yves Younan of Cisco
96           Talos.  (TALOS-CAN-0138, TALOS-CAN-0135)
97         * Fixed an invalid read.  Discovered by Yves Younan of Cisco Talos
98           (TALOS-CAN-0118)
99         * Fixed a remote buffer overflow vulnerability.  Discovered by Yves
100           Younan of Cisco Talos.  (TALOS-CAN-0119)
101         * Fixed an out-of-bounds read discovered by Yves Younan of Cisco Talos.
102           (TALOS-CAN-0123)
103         * Fixed a directory traversal issue.  Discovered by Yves Younan of Cisco
104           Talos (TALOS-CAN-0128)
105         * Fixed a remote denial of service vulnerability that could result in
106           a null pointer dereference.  Discovered by Yves Younan of Cisco Talos.
107           (TALOS-CAN-0133)
108         * Fixed a remote denial of service that could result in an out-of-bounds
109           read.  Discovered by Yves Younan of Cisco Talos (TALOS-CAN-0134)
110         * Fixed multiple remote buffer overflows.  Discovered by Yves Younan of
111           Cisco Talos.  (TALOS-CAN-0136)
112         * Fixed a remote NULL pointer dereference.  Discovered by Yves Younan of
113           Cisco Talos (TALOS-CAN-0137)
114         * Fixed a remote code execution issue discovered by Yves Younan of Cisco
115           Talos.  (TALOS-CAN-0142)
116         * Fixed a remote denial of service vulnerability in contact mood
117           handling.  Discovered by Yves Younan of Cisco Talos (TALOS-CAN-0141)
118         * Fixed a remote out-of-bounds write vulnerability.  Discovered by Yves
119           Younan of Cisco Talos. (TALOS-CAN-0139)
120         * Fix a remote out-of-bounds read.  Discovered by Yves Younan of Cisco
121           Talos.  (TALOS-CAN-0143)
123 version 2.10.12 (12/31/2015):
124         General:
125         * purple-url-handler now works with Python 3.x (DaniĆ«l van Eeden)
126         * Fixed an issue where transient startup statuses could be deleted
127           (Jakub Adam) (#16762)
129         Pidgin:
130         * The shout smile now matches the default theme (Steve Vaught)
132         Windows-Specific Changes:
133         * Updates to dependencies:
134                 * Cyrus SASL 2.1.26
135                 * libxml2 2.9.2
136                 * NSS 3.20.1 and NSPR 4.10.10
137                 * Perl 5.20.1
138                 * SILC 1.1.12
139         * Remove support for Tcl plugins
141         Gadu-Gadu:
142         * Updated internal libgadu to version 1.12.1.
144 version 2.10.11 (11/23/2014):
145         General:
146         * Fix handling of Self-Signed SSL/TLS Certificates when using the NSS
147           plugin (#16412)
148         * Improve default cipher suites used with the NSS plugin (#16262)
149         * Add NSS Preferences plugin which allows the SSL/TLS Versions and
150           cipher suites to be configured (#8061)
152         Gadu-Gadu:
153         * Fix a bug that prevented plugin to load when compiled without GnuTLS.
154           (mancha) (#16431)
155         * Fix build for platforms without AF_LOCAL definition. (#16404)
157         MSN:
158         * Fix broken login due to server change (dx, TReKiE). (#16451, #16455)
159         * Fail early when buddy list is unavailable instead of wasting bandwidth
160           endlessly re-trying.
162 version 2.10.10 (10/22/2014):
163         General:
164         * Check the basic constraints extension when validating SSL/TLS
165           certificates. This fixes a security hole that allowed a malicious
166           man-in-the-middle to impersonate an IM server or any other https
167           endpoint. This affected both the NSS and GnuTLS plugins. (Discovered
168           by an anonymous person and Jacob Appelbaum of the Tor Project, with
169           thanks to Moxie Marlinspike for first publishing about this type of
170           vulnerability. Thanks to Kai Engert for guidance and for some of the
171           NSS changes) (CVE-2014-3694)
172         * Allow and prefer TLS 1.2 and 1.1 when using the NSS plugin for SSL.
173           (Elrond and Ashish Gupta) (#15909)
175         libpurple3 compatibility:
176         * Encrypted account passwords are preserved until the new one is set.
177         * Fix loading Google Talk and Facebook XMPP accounts.
179         Windows-Specific Changes:
180         * Don't allow overwriting arbitrary files on the file system when the
181           user installs a smiley theme via drag-and-drop. (Discovered by Yves
182           Younan of Cisco Talos) (CVE-2014-3697)
183         * Updates to dependencies:
184                 * NSS 3.17.1 and NSPR 4.10.7
186         Finch:
187         * Fix build against Python 3. (Ed Catmur) (#15969)
189         Gadu-Gadu:
190         * Updated internal libgadu to version 1.12.0.
192         Groupwise:
193         * Fix potential remote crash parsing server message that indicates that
194           a large amount of memory should be allocated. (Discovered by Yves Younan
195           and Richard Johnson of Cisco Talos) (CVE-2014-3696)
197         IRC:
198         * Fix a possible leak of unencrypted data when using /me command
199           with OTR. (Thijs Alkemade) (#15750)
201         MXit:
202         * Fix potential remote crash parsing a malformed emoticon response.
203           (Discovered by Yves Younan and Richard Johnson of Cisco Talos)
204           (CVE-2014-3695)
206         XMPP:
207         * Fix potential information leak where a malicious XMPP server and
208           possibly even a malicious remote user could create a carefully crafted
209           XMPP message that causes libpurple to send an XMPP message containing
210           arbitrary memory. (Discovered and fixed by Thijs Alkemade and Paul
211           Aurich) (CVE-2014-3698)
212         * Fix Facebook XMPP roster quirks. (#15041, #15957)
214         Yahoo:
215         * Fix login when using the GnuTLS library for TLS connections. (#16172)
217 version 2.10.9 (2/2/2014):
218         XMPP:
219         * Fix problems logging into some servers including jabber.org and
220           chat.facebook.com. (#15879)
222 version 2.10.8 (1/28/2014):
223         General:
224         * Python build scripts and example plugins are now compatible with
225           Python 3. (Ashish Gupta) (#15624)
227         libpurple:
228         * Fix potential crash if libpurple gets an error attempting to read a
229           reply from a STUN server. (Discovered by Coverity static analysis)
230           (CVE-2013-6484)
231         * Fix potential crash parsing a malformed HTTP response. (Discovered by
232           Jacob Appelbaum of the Tor Project) (CVE-2013-6479)
233         * Fix buffer overflow when parsing a malformed HTTP response with
234           chunked Transfer-Encoding. (Discovered by Matt Jones, Volvent)
235           (CVE-2013-6485)
236         * Better handling of HTTP proxy responses with negative Content-Lengths.
237           (Discovered by Matt Jones, Volvent)
238         * Fix handling of SSL certificates without subjects when using libnss.
239         * Fix handling of SSL certificates with timestamps in the distant future
240           when using libnss. (#15586)
241         * Impose maximum download size for all HTTP fetches.
243         Pidgin:
244         * Fix crash displaying tooltip of long URLs. (CVE-2013-6478)
245         * Better handling of URLs longer than 1000 letters.
246         * Fix handling of multibyte UTF-8 characters in smiley themes. (#15756)
248         Windows-Specific Changes:
249         * When clicking file:// links, show the file in Explorer rather than
250           attempting to run the file. This reduces the chances of a user
251           clicking on a link and mistakenly running a malicious file.
252           (Originally discovered by James Burton, Insomnia Security. Rediscovered
253           by Yves Younan of Sourcefire VRT.) (CVE-2013-6486)
254         * Fix Tcl scripts. (#15520)
255         * Fix crash-on-startup when ASLR is always on. (#15521)
256         * Updates to dependencies:
257                 * NSS 3.15.4 and NSPR 4.10.2
258                 * Pango 1.29.4-1daa
259                         Patched for https://bugzilla.gnome.org/show_bug.cgi?id=668154
261         AIM:
262         * Fix untrusted certificate error.
264         AIM and ICQ:
265         * Fix a possible crash when receiving a malformed message in a Direct IM
266           session.
268         Gadu-Gadu:
269         * Fix buffer overflow with remote code execution potential. Only
270           triggerable by a Gadu-Gadu server or a man-in-the-middle.
271           (Discovered by Yves Younan and Ryan Pentney of Sourcefire VRT)
272           (CVE-2013-6487)
273         * Disabled buddy list import/export from/to server (it didn't work
274           anymore). Buddy list synchronization will be implemented in 3.0.0.
275         * Disabled new account registration and password change options, as it
276           didn't work either. Account registration also caused a crash. Both
277           functions are available using official Gadu-Gadu website.
279         IRC:
280         * Fix bug where a malicious server or man-in-the-middle could trigger
281           a crash by not sending enough arguments with various messages.
282           (Discovered by Daniel Atallah) (CVE-2014-0020)
283         * Fix bug where initial IRC status would not be set correctly.
284         * Fix bug where IRC wasn't available when libpurple was compiled with
285           Cyrus SASL support. (#15517)
287         MSN:
288         * Fix NULL pointer dereference parsing headers in MSN.
289           (Discovered by Fabian Yamaguchi and Christian Wressnegger of the
290           University of Goettingen) (CVE-2013-6482)
291         * Fix NULL pointer dereference parsing OIM data in MSN.
292           (Discovered by Fabian Yamaguchi and Christian Wressnegger of the
293           University of Goettingen) (CVE-2013-6482)
294         * Fix NULL pointer dereference parsing SOAP data in MSN.
295           (Discovered by Fabian Yamaguchi and Christian Wressnegger of the
296           University of Goettingen) (CVE-2013-6482)
297         * Fix possible crash when sending very long messages. Not
298           remotely-triggerable. (Discovered by Matt Jones, Volvent)
300         MXit:
301         * Fix buffer overflow with remote code execution potential.
302           (Discovered by Yves Younan and Pawel Janic of Sourcefire VRT)
303           (CVE-2013-6489)
304         * Fix sporadic crashes that can happen after user is disconnected.
305         * Fix crash when attempting to add a contact via search results.
306         * Show error message if file transfer fails.
307         * Fix compiling with InstantBird.
308         * Fix display of some custom emoticons.
310         SILC:
311         * Correctly set whiteboard dimensions in whiteboard sessions.
313         SIMPLE:
314         * Fix buffer overflow with remote code execution potential.
315           (Discovered by Yves Younan of Sourcefire VRT) (CVE-2013-6490)
317         XMPP:
318         * Prevent spoofing of iq replies by verifying that the 'from' address
319           matches the 'to' address of the iq request. (Discovered by Fabian
320           Yamaguchi and Christian Wressnegger of the University of Goettingen,
321           fixed by Thijs Alkemade) (CVE-2013-6483)
322         * Fix crash on some systems when receiving fake delay timestamps with
323           extreme values. (Discovered by Jaime Breva Ribes) (CVE-2013-6477)
324         * Fix possible crash or other erratic behavior when selecting a very
325           small file for your own buddy icon.
326         * Fix crash if the user tries to initiate a voice/video session with a
327           resourceless JID.
328         * Fix login errors when the first two available auth mechanisms fail but
329           a subsequent mechanism would otherwise work when using Cyrus SASL.
330           (#15524)
331         * Fix dropping incoming stanzas on BOSH connections when we receive
332           multiple HTTP responses at once. (Issa Gorissen) (#15684)
334         Yahoo!:
335         * Fix possible crashes handling incoming strings that are not UTF-8.
336           (Discovered by Thijs Alkemade and Robert Vehse) (CVE-2012-6152)
337         * Fix a bug reading a peer to peer message where a remote user could
338           trigger a crash. (CVE-2013-6481)
340         Plugins:
341         * Fix crash in contact availability plugin.
342         * Fix perl function Purple::Network::ip_atoi
343         * Add Unity integration plugin.
345 version 2.10.7 (02/13/2013):
346         Alien hatchery:
347         * No changes
349         General:
350         * The configure script will now exit with status 1 when specifying
351           invalid protocol plugins using the --with-static-prpls and
352           --with-dynamic-prpls arguments. (Michael Fiedler) (#15316)
354         libpurple:
355         * Fix a crash when receiving UPnP responses with abnormally long values.
356           (CVE-2013-0274)
357         * Don't link directly to libgcrypt when building with GnuTLS support.
358           (Bartosz Brachaczek) (#15329)
359         * Fix UPnP mappings on routers that return empty <URLBase/> elements
360           in their response. (Ferdinand Stehle) (#15373)
361         * Tcl plugin uses saner, race-free plugin loading.
362         * Fix the Tcl signals-test plugin for savedstatus-changed.
363           (Andrew Shadura) (#15443)
365         Pidgin:
366         * Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11
367           variant.
369         Gadu-Gadu:
370         * Fix a crash at startup with large contact list. Avatar support for
371           buddies will be disabled until 3.0.0. (#15226, #14305)
373         IRC:
374         * Support for SASL authentication. (Thijs Alkemade, Andy Spencer)
375           (#13270)
376         * Print topic setter information at channel join. (#13317)
378         MSN:
379         * Fix SSL certificate issue when signing into MSN for some users.
380         * Fix a crash when removing a user before its icon is loaded. (Mark
381           Barfield) (#15217)
383         MXit:
384         * Fix two bugs where a remote MXit user could possibly specify a local
385           file path to be written to. (CVE-2013-0271)
386         * Fix a bug where the MXit server or a man-in-the-middle could
387           potentially send specially crafted data that could overflow a buffer
388           and lead to a crash or remote code execution. (CVE-2013-0272)
389         * Display farewell messages in a different colour to distinguish
390           them from normal messages.
391         * Add support for typing notification.
392         * Add support for the Relationship Status profile attribute.
393         * Remove all reference to Hidden Number.
394         * Ignore new invites to join a GroupChat if you're already joined, or
395           still have a pending invite.
396         * The buddy's name was not centered vertically in the buddy-list if they
397           did not have a status-message or mood set.
398         * Fix decoding of font-size changes in the markup of received messages.
399         * Increase the maximum file size that can be transferred to 1 MB.
400         * When setting an avatar image, no longer downscale it to 96x96.
402         Sametime:
403         * Fix a crash in Sametime when a malicious server sends us an abnormally
404           long user ID. (CVE-2013-0273)
406         Yahoo!:
407         * Fix a double-free in profile/picture loading code. (Mihai Serban)
408           (#15053)
409         * Fix retrieving server-side buddy aliases. (Catalin Salgau) (#15381)
411         Plugins:
412         * The Voice/Video Settings plugin supports using the sndio GStreamer
413           backends. (Brad Smith) (#14414)
414         * Fix a crash in the Contact Availability Detection plugin. (Mark)
415           (#15327)
416         * Make the Message Notification plugin more friendly to non-X11 GTK+,
417           such as MacPorts' +no_x11 variant.
419         Windows-Specific Changes:
420         * Compile with secure flags (Jurre van Bergen) (#15290)
421         * Installer downloads GTK+ Runtime and Debug Symbols more securely.
422           Thanks goes to Jacob Appelbaum of the Tor Project for identifying
423           this issue and suggesting solutions. (#15277)
424         * Updates to a number of dependencies, some of which have security
425           related fixes. Thanks again to Jacob Appelbaum and Jurre van Bergen
426           for identifying the vulnerable libraries and to Dieter Verfaillie
427           for helping getting the libraries updated. (#14571, #15285, #15286)
428                 * ATK 1.32.0-2
429                 * Cyrus SASL 2.1.25
430                 * expat 2.1.0-1
431                 * freetype 2.4.10-1
432                 * gettext 0.18.1.1-2
433                 * Glib 2.28.8-1
434                 * libpng 1.4.12-1
435                 * libxml2 2.9.0-1
436                 * NSS 3.13.6 and NSPR 4.9.2
437                 * Pango 1.29.4-1
438                 * SILC 1.1.10
439                 * zlib 1.2.5-2
440         * Patch libmeanwhile (sametime library) to fix crash. (Jonathan Rice)
441           (#12637)
443 version 2.10.6 (07/06/2012):
444         Pidgin:
445         * Fix a bug that requires a triple-click to open a conversation
446           window from the buddy list. (#15199)
448 version 2.10.5 (07/05/2012):
449         libpurple:
450         * Add support for GNOME3 proxy settings. (Mihai Serban) (#15054)
452         Pidgin:
453         * Fix a crash that may occur when trying to ignore a user who is
454           not in the current chat room. (#15139)
456         MSN:
457         * Fix building with MSVC on Windows (broken in 2.10.4). (Florian
458           QuĆØze)
460         MXit:
461         * Fix a buffer overflow vulnerability when parsing incoming messages
462           containing inline images.  Thanks to Ulf HƤrnhammar for reporting
463           this! (CVE-2012-3374)
465 version 2.10.4 (05/06/2012):
466         General:
467         * Support building against Farstream in addition to Farsight.
468           (Olivier Crete) (#14936)
470         IRC:
471         * Disable periodic WHO timer.  IRC channel user lists will no
472           longer automatically display away status, but libpurple will be
473           much kinder to the network.
474         * Print unknown numerics to channel windows if we can associate
475           them.  Thanks to Marien Zwart. (#15090)
477         MSN:
478         * Fix a possible crash when receiving messages with certain characters
479           or character encodings.  Thanks to Fabian Yamaguchi for reporting
480           this! (CVE-2012-2318)
482         XMPP:
483         * Fix a possible crash when receiving a series of specially crafted
484           file transfer requests.  Thanks to JosĆ© ValentĆ­n GutiĆ©rrez for
485           reporting this!  (CVE-2012-2214)
487         Windows-Specific Changes:
488         * Words added to spell check dictionaries are saved across restarts of
489           Pidgin (#11886)
491 version 2.10.3 (03/26/2012):
492         MSN:
493         * Fix buddies not going offline. (#14997)
495 version 2.10.2 (03/14/2012):
496         General:
497         * Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799)
498         * Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773)
500         Pidgin:
501         * Add support for the GNOME3 Network dialog. (#13882)
502         * Fix rare crash. (#14392)
503         * Add support for the GNOME3 Default Application dialog for configuring
504           the Browser.
506         libpurple:
507         * Support new connection states and signals for NetworkManager 0.9+.
508           (Dan Williams) (#13859)
510         AIM and ICQ:
511         * Fix a possible crash when receiving an unexpected message
512           from the server. (Thijs Alkemade) (#14983)
513         * Allow signing on with usernames containing periods and
514           underscores. (#13500)
515         * Allow adding buddies containing periods and underscores. (#13500)
516         * Don't try to format ICQ usernames entered as email addresses.
517           Gets rid of an "Unable to format username" error at login. (#13883)
519         MSN:
520         * Fix possible crashes caused by not validating incoming messages as
521           UTF-8. (Thijs Alkemade) (#14884)
522         * Support new protocol version MSNP18. (#14753)
523         * Fix messages to offline contacts. (#14302)
525         Windows-Specific Changes:
526         * Fix the installer downloading of spell-checking dictionaries (#14612)
527         * Fix compilation of the Bonjour protocol plugin. (#14802)
529         Plugins:
530         * The autoaccept plugin will no longer reset the preference for unknown
531           buddies to "Auto Reject" in certain cases. (#14964)
533 version 2.10.1 (12/06/2011):
534         Finch:
535         * Fix compilation on OpenBSD.
537         AIM and ICQ:
538         * Fix remotely-triggerable crashes by validating strings in a few
539           messages related to buddy list management.  Thanks to Evgeny Boger
540           for reporting this!  (#14682)
542         Bonjour:
543         * IPv6 fixes (Linus LĆ¼ssing)
545         Gadu-Gadu:
546         * Fix problems linking against GnuTLS. (#14544)
548         IRC:
549         * Fix a memory leak when admitting UTF-8 text with a non-UTF-8 primary
550           encoding.  (#14700)
552         Jabber:
553         * Fix crashes and memory leaks when receiving malformed voice
554           and video requests.  Thanks to Thijs Alkemade for reporting this!
556         Sametime:
557         * Separate "username" and "server" when adding new Sametime accounts.
558           (#14608)
559         * Fix compilation in Visual C++. (#14608)
561         SILC:
562         * Fix CVE-2011-3594, by UTF-8 validating incoming messages before
563           passing them to glib or libpurple.  Identified by Diego Bauche
564           Madero from IOActive.  (#14636)
566         Yahoo!:
567         * Fetch buddy icons in some cases where we previously weren't. (#13050)
569         Windows-Specific Changes:
570         * Fix compilation
572 version 2.10.0 (08/18/2011):
573         Pidgin:
574         * Make the max size of incoming smileys a pref instead of hardcoding it.
575           (Quentin Brandon) (#5231)
576         * Added a plugin information dialog to show information for plugins
577           that aren't otherwise visible in the plugins dialog.
578         * Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is still the
579           minimum supported) (#14261)
581         libpurple:
582         * Fix a potential crash in the Log Reader plugin when reading QIP logs.
583         * Fix a large number of strcpy() and strcat() invocations to use
584           strlcpy() and strlcat(), etc., forestalling an entire class of
585           string buffer overrun bugs.
586           (The Electronic Frontier Foundation, Dan Auerbach, Chris Palmer,
587           Jacob Appelbaum)
588         * Change some filename manipulations in filectl.c to use MAXPATHLEN
589           instead of arbitrary length constants.  (The Electronic Frontier
590           Foundation, Dan Auerbach, Chris Palmer, Jacob Appelbaum)
591         * Fix endianness-related crash in NTLM authentication (Jon Goldberg)
592           (#14163)
594         Gadu-Gadu:
595         * Fixed searching for buddies in public directory. (Tomasz Wasilczyk)
596           (#5242)
597         * Better status message handling. (Tomasz Wasilczyk) (#14314)
598         * Merged two buddy blocking methods. (Tomasz Wasilczyk) (#5303)
599         * Fix building of the bundled libgadu library with older versions
600           of GnuTLS. (patch plucked from upstream) (#14365)
602         ICQ:
603         * Fix crash selecting Tools->Set Mood when you're online with an
604           ICQ account that is configured as an AIM account. (#14437)
606         IRC:
607         * Fix a crash when remote users have certain characters in their
608           nicknames. (Discovered by Djego Ibanez) (#14341)
609         * Fix the handling of formatting following mIRC ^O (#14436)
610         * Fix crash when NAMES is empty. (James McLaughlin) (#14518)
612         MSN:
613         * Fix incorrect handling of HTTP 100 responses when using the HTTP
614           connection method.  This can lead to a crash. (Discovered by Marius
615           Wachtler)
616         * Fix seemingly random crashing. (#14307)
617         * Fix a crash when the account is disconnected at the time we are doing a
618           SB request. (Hanzz, ported by shlomif) (#12431)
620         XMPP:
621         * Do not generate malformed XML ("</>") when setting an empty mood.
622           (#14342)
623         * Fix the /join <room> behavior.  (Broken when adding support for
624           <room>@<server>)  (#14205)
626         Yahoo!/Yahoo! JAPAN:
627         * Fix coming out of idle while in an unavailable state
628         * Fix logging into Yahoo! JAPAN.  (#14259)
630         Windows-Specific Changes:
631         * Open an explorer.exe window at the location of the file when clicking
632           on a file link instead of executing the file, because executing a file
633           can be potentially dangerous.  (Discovered by James Burton of
634           Insomnia Security) (Fixed by Eion Robb)
636 version 2.9.0 (06/23/2011):
637         Pidgin:
638         * Fix a potential remote denial-of-service bug related to displaying
639           buddy icons.
640         * Significantly improved performance of larger IRC channels (regression
641           introduced in 2.8.0).
642         * Fix Conversation->Add on AIM and MSN.
643         * Entries in the chat user list are sorted properly again.  This was
644           inadvertenly broken in 2.8.0.
646         Finch:
647         * Fix logging in to ICQ.
649         libpurple:
650         * media: Actually use the specified TCP port from the TURN configuration to
651           create a TCP relay candidate.
653         AIM and ICQ:
654         * Fix crashes on some non-mainstream OSes when attempting to
655           printf("%s", NULL).  (Clemens Huebner) (#14297)
657         Plugins:
658         * The Evolution Integration plugin compiles again.
660 version 2.8.0 (06/07/2011):
661         General:
662         * Implement simple silence suppression for voice calls, preventing
663           wasted bandwidth for silent periods during a call. (Jakub Adam)
664           (half of #13180)
665         * Added the DigiCert High Assurance CA-3 intermediate CA, needed for
666           validation of the Facebook XMPP interface's certificate.
667         * Removed the QQ protocol plugin.  It hasn't worked in a long time and
668           isn't being maintained, therefore we no longer want it.
670         Pidgin:
671         * Duplicate code cleanup.  (Gabriel Schulhof) (#10599)
672         * Voice/Video call window adapts correctly to adding or removing
673           streams on the fly. (Jakub Adam) (half of #13535)
674         * Don't cancel an ongoing call when rejecting the addition of a
675           stream to the existing call. (Jakub Adam) (#13537)
676         * Pidgin plugins can now override tab completion and detect clicks on
677           usernames in the chat userlist. (kawaii.neko) (#12599)
678         * Fix the tooltip being destroyed when it is full of information and
679           cover the mouse (dliang) (#10510)
681         libpurple:
682         * media: Allow obtaining active local and remote candidates. (Jakub
683           Adam) (#11830)
684         * media: Allow getting/setting video capabilities. (Jakub Adam) (half
685           of #13095)
686         * Simple Silence Suppression is optional per-account. (Jakub Adam)
687           (half of #13180)
688         * Fix purple-url-handler being unable to find an account.
689         * media: Allow adding/removing streams on the fly. (Jakub Adam)
690           (half of #13535)
691         * Support new connection states in NetworkManager 0.9. (Dan Williams)
692           (#13505)
693         * When removing a buddy, delete the pounces associated with it.
694           (Kartik Mohta) (#1131)
695         * media: Allow libpurple and plugins to set SDES properties for RTP
696           conferences. (Jakub Adam) (#12981)
697         * proxy: Add new "Tor/Privacy" proxy type that can be used to
698           restrict operations that could leak potentially sensitive data
699           (e.g. DNS queries).  (#11110, #13928)
700         * media: Add support for using TCP relaying with TURN (will only work with
701           libnice 0.1.0 and later).
703         AIM:
704         * Fix setting icons with dimensions greater than 64x64 pixels by scaling
705           them down to at most 64x64. (#12874, #13165)
707         Gadu-Gadu:
708         * Allow showing your status only to buddies. (Mateusz Piękos) (#13358)
709         * Updated internal libgadu to version 1.10.1. (Robert Matusewicz,
710           Krzysztof Klinikowski) (#13525)
711         * Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk)
712           (#14248)
713         * Suppress blank messages that happen when receiving inline
714           images. (Tomasz Wasilczyk) (#13554)
715         * Fix sending inline images to remote users, don't crash when
716           trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580)
717         * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk,
718           Krzysztof Klinikowski) (#13362, #13590)
719         * Require libgadu 1.11.0 to avoid using internal libgadu.
720         * Optional SSL connection support for GNUTLS users (not on Windows
721           yet!). (Tomasz Wasilczyk) (#13613, #13894)
722         * Don't count received messages or statuses when determining whether
723           to send a keepalive packet. (Jan Zachorowski) (#13699)
724         * Fix a crash when receiving images on Windows or an incorrect
725           timestamp in the log when receiving images on Linux. (Tomasz
726           Wasilczyk) (#10268)
727         * Support XML events, resulting in immediate update of other users'
728           buddy icons. (Tomasz Wasilczyk) (#13739)
729         * Accept poorly formatted URLs from other third-party clients in
730           the same manner as the official client.  (Tomasz Wasilczyk)
731           (#13886)
733         ICQ:
734         * Fix setting icons with dimensions greater than 64x64 pixels by scaling
735           them down to at most 64x64. (#12874, #13165)
736         * Fix unsetting your mood when "None" is selected.  (Dustin Gathmann)
737           (#11895)
738         * Ignore Daylight Saving Time when performing calculations related to
739           birthdays. (Dustin Gathmann) (#13533)
740         * It is now possible to specify multiple encodings on the Advanced
741           tab of an ICQ account's settings by using a comma-delimited list.
742           (Dmitry Utkin) (#13496)
744         IRC:
745         * Add "authserv" service command.  (tomos) (#13337)
747         MSN:
748         * Fix a hard-to-exploit crash in the MSN protocol when using the
749           HTTP connection method (Reported by Marius Wachtler).
751         MXit:
752         * Support for an Invite Message when adding a buddy.
753         * Fixed bug in splitting-up of messages that contain a lot of links.
754         * Fixed crash caused by timer not being disabled on disconnect.
755           (introduced in 2.7.11)
756         * Clearing of the conversation window now works.
757         * When receiving an invite you can display the sender's profile
758           information, avatar image, invite message.
759         * The Change PIN option was moved into separate action.
760         * New profile attributes added and shown.
761         * Update to protocol v6.3.
762         * Added the ability to view and invite your Suggested Friends,
763           and to search for contacts.
764         * Also display the Status Message of offline contacts in their
765           profile information.
767         XMPP:
768         * Remember the previously entered user directory when searching.
769           (Keith Moyer) (#12451)
770         * Correctly handle a buddy's unsetting his/her vCard-based avatar.
771           (Matthew W.S. Bell) (#13370)
772         * Squash one more situation that resulted in duplicate entries in
773           the roster (this one where the server reports the buddy as being
774           in the same (empty) group.  (Reported by Danny Mayer)
776         Plugins:
777         * The Voice/Video Settings plugin now includes the ability to test
778           microphone settings. (Jakub Adam) (#13182)
779         * Fix a crash when handling some saved settings in the Voice/Video
780           Settings plugin. (Pat Erley) (13290, #13774)
782         Windows-Specific Changes:
783         * Fix building libpurple with Visual C++ .NET 2005. This was
784           accidentally broken in 2.7.11. (Florian QuĆØze)
785         * Build internal libgadu using packed structs, fixing several
786           long-standing Gadu-Gadu issues. (#11958, #6297)
788 version 2.7.11 (03/10/2011):
789         General:
790         * Our bundled libgadu should now build on HP-UX.
791         * Fix some instances of file transfers never completing. (Cristi Posoiu)
792           (#12472)
794         Pidgin:
795         * Sort by Status no longer causes buddies to move around when you
796           click them.
797         * Fix embedding in the system tray on older GTK+ releases (such as on
798           CentOS 5.5 and older Fedora).
799         * No longer require libstartup-notification for startup notification
800           support.  GTK+ has included support for years, so use it instead. (David
801           Benjamin) (#13245)
803         AIM:
804         * Fix a bug where some buddies from your buddy list might not show up.
805           Affected non-English ICQ users the most. (#13386)
806         * Send keepalives for all types of network connections.  Will hopefully
807           make chat rooms more reliable. (#1449)
809         MSN:
810         * Fix bug that prevented added buddies to your buddy list in certain
811           circumstances.  (#13298)
813         MXit:
814         * MXit plugin and reported client version now follow the libpurple
815           version.
816         * Don't try to request profile information for non-user contacts.
817         * Allow Re-Invite for contacts in Deleted or Rejected state.
818         * Ensure we don't send packets too fast to the MXit server and trigger
819           its flood-detection mechanism.  Also increased the internal packet queue
820           to 32 packets.
822         XMPP:
823         * Fix building on platforms with an older glib (inadvertantly broken in
824           2.7.10).  (#13329)
825         * Don't treat the on-join status storms as 'new arrivals'.  (Thijs
826           Alkemade) (#a14527)
827         * Extend the /join command to support room JIDs, enabling you to join
828           a room on any server.  (Solarius, Matěj Cepl, Tirtha 'wyuka'
829           Chatterjee) (#4526)
830         * Add support for receiving a limited amount of history when joining a
831           room (not currently supported by Pidgin and Finch).  (Thijs Alkemade)
832           (#10986, #a14219)
834         Yahoo!/Yahoo! JAPAN:
835         * Fix CVE-2011-1091, denials of service caused by NULL pointer
836           dereferences due to improper handling of malformed YMSG packets.  Thanks
837           to Marius Wachtler for reporting this and reviewing the fix!
839 version 2.7.10 (02/06/2011):
840         General:
841         * Force video sources to all have the same capabilities.  This reduces the
842           number of times video must be scaled down, saving CPU time. (Jakub Adam)
843           (half of #13095)
844         * Starting multiple video calls and ending one no longer causes the other
845           calls to stop sending audio and video. (Jakub Adam) (#12758, #13237)
846         * Perl bindings now respect LDFLAGS. (Peter Volkov, Markos Chandras)
847           (#12638)
848         * Added AddTrust External Root CA.  (#11554)
849         * Resolve some issues validating X.509 certificates signed off the CAcert
850           Class 3 intermediate cert when using the GnuTLS SSL/TLS plugin.
852         Gadu-Gadu:
853         * Don't drop whole messages when text is colored. (Jan Zachorowski)
854           (#13259)
856         Groupwise:
857         * Don't show two windows when using "Get Info" on a buddy. (Gabriel Burt;
858           Novell, Inc.) (#13108)
860         IRC:
861         * Don't send ISON messages longer than 512 bytes. (Jeffrey Honig) (#9692)
863         libpurple:
864         * Stop sending audio when placing a call on hold. (Jakub Adam) (#13032)
865         * Stop translating gpointers to ints in the dbus API.  This removes
866           functions from the dbus API.  (The openSUSE Project) (#12507)
867         * Fix D-Bus introspection calls that omit the interface parameter.  (Tom
868           Samstag) (#13073)
869         * Fixed bugs in purple_str_to_time() that caused the most recent 'make
870           check' failures.  (Nader Morshed) (#13131)
871         * Correct an issue that caused some UIs other than Pidgin or Finch to
872           leave a buddy in the "is typing" state.  (Jan Kaluza)
873         * Fix potential information disclosure issues in the Cipher code.  (Julia
874           Lawall)
876         Pidgin:
877         * Support using the Page Up and Page Down keys on the numeric keypad in
878           the conversation window.  (Ryan Flegel) (#13127)
879         * Fix a few memory leaks. (Nader Morshed) (#13162)
880         * Support rendering strikethrough when received as in-line CSS. (#13168)
881         * Editable comboboxes are now more friendly to some GTK+ themes. (Hugo
882           Pereira Da Costa) (#13164).
884         Plugins:
885         * The Voice/Video Settings plugin no longer resets selected devices to
886           defaults. (Jakub Adam) (#13044)
887         * The Voice/Video Settings plugin no longer crashes when a stored device
888           name is not found in the list of available devices. (Jakub Adam)
889           (#13238)
890         * The Autoaccept plugin now allows disabling filename escaping. (Rok
891           Mandeljc) (half of #11459)
892         * The Autoaccept plugin now allows choosing Reject/Ask/Accept for
893           non-buddies. (Rok Mandeljc) (half of #11459)
895         QQ:
896         * QQ2008 is now the default protocol version. (Michael Terry) (#11635)
898         XMPP:
899         * Don't crash when receiving an unexpected/invalid jingle transport type.
900           (Nikita Kozlov) (#13136)
901         * Handle Connection: Close headers for BOSH, when the server does not
902           terminate the connection itself. (#13008)
903         * Improved parsing for DIGEST-MD5, which should resolve issues
904           connecting to some jabberd2 servers.  This corrects an issue parsing
905           one-character or empty elements. (Noa Resare) (#a14514)
907         Yahoo!/Yahoo! JAPAN:
908         * Fix a crash when an account disconnects before a p2p session is
909           completely set up. (Jan Kaluza) (#12432)
911 version 2.7.9 (12/26/2010):
912         MSN:
913         * Fix CVE-2010-4528, a crash when receiving short packets related to
914           P2Pv2 messages.
916 version 2.7.8 (12/19/2010):
917         General:
918         * Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak)
919           (#12151)
921         Pidgin:
922         * When a conversation has reached the maximum limit on the number
923           of smileys, display the text representation of the smiley properly
924           when it contains HTML-escapable characters (e.g. "<3" was previously
925           displayed as "&lt;3").
926         * Drop dependency on GdkGC and use Cairo instead.
927         * New UI hack to assist in first-time setup of Facebook accounts with
928           icon from Jakub Szypulka.
929         * Don't hide the buddy list if there is no notification area in which
930           to put the icon. (#12129)
932         libpurple:
933         * Fix multipart parsing when '=' is included in the boundary for
934           purple_mime_document_parse. (Jakub Adam) (#11598)
936         AIM and ICQ:
937         * Buddies who unset their status message will now be correctly shown
938           without a message in your buddy list. (#12988)
940         Gadu-Gadu:
941         * Updated our bundled libgadu and minimum requirement for external
942           libgadu to 1.9.0. (#12789)
944         MSN:
945         * Stop showing ourselves in the list of endpoints that can be
946           disconnected.
947         * Allow full-size display names, by not escaping (most) non-English
948           characters. (#8508)
949         * Fix receiving messages from users on Yahoo and other federated
950           services. (#13022)
951         * Correctly remove old endpoints from the list when they sign out.
952         * Add option to disable connections from multiple locations. (#13017)
953         * Correctly update your own display name in the buddy list. (#13064) 
954         * Correctly show ourselves as offline in the buddy list when going
955           invisible. (#12945)
956         * Correctly update your own icon in the buddy list. (#12973)
957         * Remove struct packing for better portability. (#12856)
959         XMPP:
960         * Terminate Jingle sessions with unsupported content types. (#13048)
962 version 2.7.7 (11/23/2010):
963         General:
964         * Allow multiple CA certificates to share the same Distinguished Name
965           (DN).  Partially fixes remaining MSN issues from #12906.
966         * The GNUTLS SSL plugin now discards any certificate (and all subsequent
967           certificates) in a chain if it did not sign the previous certificate.
968           Partially fixes remaining MSN issues from #12906.
969         * Open requests related to a file transfer are now closed when the request
970           is cancelled locally. (#11666)
972         AIM and ICQ:
973         * AIM should now connect if "Use clientLogin" is turned off and the
974           "Server" field is set to anything other than "login.oscar.aol.com" or
975           "slogin.oscar.aol.com". (#12948)
976         * Fix a crash on connection loss. (#5927)
978 version 2.7.6 (11/21/2010):
979         General:
980         * Included Microsoft Internet Authority 2010 and Microsoft Secure Server
981           Authority 2010 intermediate CA certificates to our bundle.  This fixes
982           the "Unable to validate certificate" error for omega.contacts.msn.com.
983           (#12906)
985         Pidgin:
986         * Avoid a use-after-free race condition in the media code (when
987           there's an error reported by GStreamer). (#12806, Jakub Adam)
989         AIM and ICQ:
990         * SSL option has been changed to a tri-state menu with choices for
991           "Don't Use Encryption", "Use Encryption if Available", and "Require
992           Encryption".
993         * Fix some possible clientLogin URL issues introduced in version 2.7.5.
994         * Don't show a "<URL>: Ok" connection error when using clientLogin.
995         * Cleaned up some debug output for improved readability.
997         MSN:
998         * Added support for MSNP16, including Multiple Points of Presence (MPOP)
999           which allows multiple simultaneous sign-ins. (#8247)
1000         * Added extended capabilities support (none implemented).
1001         * Merged the work done on the Google SoC (major rewrite of SLP code)
1002         * Reworked the data transfer architecture.
1003           (https://developer.pidgin.im/wiki/SlpArchitecture)
1004         * Lots of little changes.
1005         * Don't process zero-length DC messages. (#12660)
1006         * Fixed a bunch of memory leaks.
1007         * Prevent a use-after-free condition.
1009         XMPP:
1010         * Avoid a double-free in the Google Relay (V/V) code.
1011         * Avoid double error message when failing a file transfer. (#12757)
1012         * Password-related information is printed out for SASL authentication
1013           when the PURPLE_UNSAFE_DEBUG environment variable is set.
1014         * Authentication mechanisms can now be added by UI's or other plugins
1015           with some work. This is outside the API/ABI rules! (#12715)
1016         * Fixed a few printf("%s", NULL) crashes for broken OSes.
1018         Windows-Specific Changes:
1019         * Build the Pidgin Theme Editor plugin (finally).
1020         * Untarring (for themes) now works for non-ASCII destination paths.
1022 version 2.7.5 (10/31/2010):
1023         General:
1024         * Added Verisign Class 3 Public CA - G2 root CA.
1026         Pidgin:
1027         * Properly differentiate between bn and bn_IN in the Translation
1028           Information dialog.
1030         AIM and/or ICQ:
1031         * Display the "Authorize buddy?" minidialog when the requestor has an
1032           empty nickname. (#12810)
1033         * New ICQ accounts default to proper ICQ servers.  Old accounts using one
1034           of the old default servers will be silently migrated to use the proper
1035           servers.
1036         * ICQ accounts using clientLogin now use the correct ICQ servers.  This is
1037           separate from the server settings mentioned above.
1038         * '<' should no longer cause ICQ status messages to be truncated in some
1039           locations. (#11964, #12593)
1040         * Fix sending messages to chat rooms. (#12768)
1042         Bonjour:
1043         * Don't crash when attempting to log into a Bonjour account and init
1044           failed.
1046         Windows-Specific Changes:
1047         * Quote the path stored in the registry when the "run at startup" option
1048           in the Windows Pidgin Options plugin is used. (#12781)
1050 version 2.7.4 (10/20/2010):
1051         General:
1052         * Fix search path for Tk when compiling on Debian Squeeze. (#12465)
1053         * purple-remote now expects and produces UTF-8. (Guillaume Brunerie)
1054           (#12049)
1055         * Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 root CAs
1056           (#12667, #12668, and #12594)
1057         * Fix CVE-2010-3711 by properly validating return values from the
1058           purple_base64_decode() function before using them.
1059         * Fix two local crash bugs by properly validating return values from the
1060           purple_base16_decode() function before using them.
1062         libpurple:
1063         * Fall back to an ordinary request if a UI does not support showing a
1064           request with an icon.  Fixes receiving MSN file transfer requests
1065           including a thumbnail in Finch. (#12561)
1066         * Fix an invalid memory access when removing UPnP mappings that could
1067           cause sporadic crashes, most notably when MSN Direct Connections are
1068           enabled. (#12387)
1069         * Add a sentence to the certificate warning for expired certificates
1070           suggesting the user check their computer's date and time. (#12654)
1072         Pidgin:
1073         * Add support for the Gadu-Gadu protocol in the gevolution plugin to
1074           provide Evolution integration with contacts with GG IDs. (#10709)
1075         * Remap the "Set User Mood" shortcut to Control-D, which does not
1076           conflict with the previous shortcut for Get Buddy Info on the
1077           selected buddy.
1078         * Add a plugin action menu (under Tools) for the Voice and Video
1079           Settings plugin.
1080         * Use GRegex for the debug window where available. This brings regex
1081           filtering to the debug window on Windows. (Eion Robb) (#12601)
1082         * Add Google Chrome to the list of possible browsers on non-Windows
1083           systems.
1084         * Add Chromium to the list of possible browsers on non-Windows systems.
1085         * The "Manual" browser option is now stored as a string.  It is no
1086           longer necessary to specify a full path to the browser command.
1087           (Rodrigo Tobar Carrizo) (#12024)
1088         * The Send To menu can now be used if the active account in the
1089           conversation becomes disabled or inactive. (Keith Moyer) (#12471)
1090         * xdg-open is now the default browser for new users on non-Windows
1091           platforms. (Stanislav Brabec) (#12505)
1092         * The "Authorize buddy?" mini-dialog now shows the nickname of
1093           the buddy requesting authorization as well as the icon of
1094           the IM protocol he is using. (#5038)
1096         Finch:
1097         * Add support for drop-down account options (like the SILC cipher
1098           and HMAC options or the QQ protocol version).
1100         XMPP:
1101         * Unify the connection security-related settings into one dropdown.
1102         * Fix a crash when multiple accounts are simultaneously performing
1103           SASL authentication when built with Cyrus SASL support.  (thanks
1104           to Jan Kaluza) (#11560)
1105         * Restore the ability to connect to XMPP servers that do not offer
1106           Stream ID. (#12331)
1107         * Added support for using Google's relay servers when making voice and
1108           video calls to Google clients.
1109         * Fix detecting file transfer proxies advertised by the server.
1110         * Advertise support for Google Talk's JID Domain Discovery extension
1111           in all cases again (changed in 2.7.0), not just when the domain
1112           is "gmail.com" or "googlemail.com" (it's also needed for Google
1113           Talk used for accounts on arbitrary domains not using Google Apps
1114           for Your Domain). (#a14153)
1115         * Improved handling of adding oneself to your buddy list when using
1116           Non-SASL (legacy) authentication. (#12499)
1117         * Generate a connection error instead of just stalling when the
1118           _xmppconnect TXT record returns results, but none of them result
1119           in a valid BOSH URI. (#a14367, #12744)
1121         AIM and ICQ:
1122         * Add support for managing Visible/Invisible lists. (#10967)
1123         * Fix a problem with receiving HTML messages from
1124           QIP/Miranda/Trillian. (#12044)
1125         * Hopefully fixed all encoding-related problems, both
1126           for sending and receiving messages. (#10833 and the like)
1127         * Fix a problem with receiving messages from pyicqt. (#12284)
1128         * Don't set a custom status text when going Invisible to avoid
1129           being detected as Invisible. (#10633)
1131         Yahoo/Yahoo JAPAN:
1132         * Stop doing unnecessary lookups of certain alias information.  This
1133           solves deadlocks when a given Yahoo account has a ridiculously large
1134           (>500 buddies) list and may improve login speed for those on slow
1135           connections. (#12532)
1136         * Fix sending SMS messages.  The lookup host changed on us.  (Thanks to
1137           todo) (#12688).
1138         * Improvements for some file transfer scenarios, but not all.
1140         Windows:
1141         * Bonjour support now requires Apple Bonjour Print Services version
1142           2.0.0 or newer (http://support.apple.com/kb/dl999).
1144         libpurple:
1145         * Fall back to an ordinary request if a UI does not support showing a
1146           request with an icon.  Fixes receiving MSN file transfer requests
1147           including a thumbnail in Finch.
1149         Pidgin:
1150         * Add support for the Gadu-Gadu protocol in the gevolution plugin to
1151           provide Evolution integration with contacts with GG IDs. (#10709)
1152         * Remap the "Set User Mood" shortcut to Control-D, which does not
1153           conflict with the previous shortcut for Get Buddy Info on the
1154           selected buddy.
1155         * Add a plugin action menu (under Tools) for the Voice and Video
1156           Settings plugin.
1158         Finch:
1159         * Add support for drop-down account options (like the SILC cipher
1160           and HMAC options or the QQ protocol version).
1162         XMPP:
1163         * Unify the connection security-related settings into one dropdown.
1164         * Fix a crash when multiple accounts are simultaneously performing
1165           SASL authentication when built with Cyrus SASL support.  (thanks
1166           to Jan Kaluza) (#11560)
1167         * Restore the ability to connect to XMPP servers that do not offer
1168           Stream ID. (#12331)
1169         * Added support for using Google's relay servers when making voice and
1170           video calls to Google clients.
1172         Yahoo/Yahoo JAPAN:
1173         * Stop doing unnecessary lookups of certain alias information.  This
1174           solves deadlocks when a given Yahoo account has a ridiculously large
1175           (>500 buddies) list and may improve login speed for those on slow
1176           connections. (#12532)
1178 version 2.7.3 (08/10/2010):
1179         General:
1180         * Use silent build rules for automake >1.11. You can enable verbose
1181           builds with the --disable-silent-rules configure option, or using
1182           make V=1.
1184         libpurple:
1185         * Fix the TURN server settings (broken in 2.7.0).
1187         Pidgin:
1188         * Re-focus the input area after clicking the attention toolbar button.
1189         * Re-arrange media window to make it more netbook-friendly.
1191         Finch:
1192         * Rebindable 'suggest-next-page' and 'suggest-prev-page' actions for
1193           textboxes (GntEntry) to scroll through list of suggestions.
1194         * Rebindable 'dropdown' action for comboboxes (GntComboBox) to show the
1195           dropdown list of options.
1197         IRC:
1198         * Fix non-ASCII arguments to /mode et al.  (thanks to Max Ulidtko)
1200         MSN:
1201         * Support for web-based buddy icons, used when a buddy logs in to the
1202           messenger on the Live website.
1203         * Fix file transfers with some clients that don't support direct
1204           connections (e.g., papyon, telepathy-butterfly, etc.) (#12150)
1206         MXit:
1207         * Fix filename for the Shocked emoticon. (#12364)
1208         * Implement the new naming conventions where possible. (MXitId, etc)
1209         * Display a message in the Groupchat window when you invite somebody.
1210         * Birthday field in profile cannot be edited when server says it is
1211           locked.
1212         * If a buddy is offline, show in their profile when last they were online.
1213         * Handle pushed profile update packets (ie, when changing your avatar via
1214           the Gallery bot).
1215         * If a buddy is offline and we see from their profile that they have
1216           updated their avatar, request the new avatar image from the server.
1217         * Fix a possible crash if a link is clicked while disconnected.
1218         * Unescape any escaped characters in a chatroom nickname.
1219         * Add the new MXit moods and emoticons.
1220         * MXit emoticons added to the small emoticon theme.
1222         XMPP:
1223         * Allow connecting to servers that only advertise GSSAPI and expect
1224           a fallback to legacy IQ authentication (broken in 2.7.0).
1225         * Fix a crash when receiving custom emoticons that don't adhere to
1226           the specification.
1227         * When initiating a file transfer, don't show resources that are certain
1228           to not support file transfers in the resource selection dialog.
1229         * Fix connecting to servers using BOSH and authenticating with
1230           DIGEST-MD5 when libpurple was built with Cyrus SASL support.
1232         Yahoo/Yahoo JAPAN:
1233         * Renamed "Use account proxy for SSL connections" to "Use account proxy
1234           for HTTP and HTTPS requests" and tied the option to HTTP requests too.
1235         * Properly detect HTTP proxy server use when the HTTP proxy is the
1236           global proxy server, an account-level non-HTTP proxy server is
1237           configured, and the "Use account proxy for HTTP and HTTPS requests"
1238           account option is turned off.  This fixes connecting for some HTTP
1239           proxy servers.
1240         * Fall back to connecting to scsa.msg.yahoo.com (not configurable) if
1241           the HTTP-based connect server lookup fails.  This does not work for
1242           Yahoo JAPAN accounts.
1243         * Fix file transfers that get stuck with "Waiting for transfer to
1244           begin".
1246 version 2.7.2 (07/21/2010):
1247         AIM and ICQ:
1248         * Fix a crash bug related to X-Status messages that can be triggered by
1249           remote users.  This is CVE-2010-2528.
1250         * Fix a rare crash bug caused by certain incoming SMS messages
1251           (discovered by Jan Kaluza--thanks Jan!).
1252         * Change HTML sent from ICQ accounts so that official ICQ clients
1253           hopefully display it correctly.
1255         MSN:
1256         * Fix a crash related to fast buddy icon transfers.
1258 version 2.7.1 (05/29/2010):
1259         General:
1260         * Build fixes on OpenSolaris.  (Brian Lu)
1261         * Add configure option --enable-trayicon-compat which installs tray
1262           icons into directories that are compatible with older versions of
1263           hicolor-icon-theme (0.9).
1265         Pidgin:
1266         * Restore the tray icon's blinking functionality.
1267         * Fix a crash setting moods when an account is disconnected.
1269         Bonjour:
1270         * Fix a crash on disconnect.
1272         ICQ:
1273         * Fix bug that caused HTML to be displayed in incoming messages.
1275         MSN:
1276         * Fix unnecessary bandwidth consumption for buddy icon requests when
1277           buddies have capital letters in their passport addresses.
1278         * Support for direct connections, enabling faster file transfers,
1279           smiley and buddy icon loading.  (GĆ”bor Szuromi)
1281         XMPP:
1282         * Allow connecting to servers that advertise EXTERNAL (broken in
1283           2.7.0)
1285         MXit:
1286         * Replace the MXit-specific mood management with the new standard Moods
1287           API.
1288         * Add the standard MXit emoticons.
1289         * Improve the handling of users being kicked from MultiMX rooms.
1290         * MXit doesn't allow you to see your buddy's Email Address or Title,
1291           so remove those two fields from the "Buddy Information" page.
1292         * Show buddy's Registration Country in their profile.
1293         * Increment protocol version to v6.0
1294         * If an invite you sent was rejected with a reason, display that
1295           message in the buddy tooltip.
1296         * CAPTCHA value is a required field during account activation.
1297           (Resolves issue on Maemo)
1298         * When your avatar image is changed, don't forget the user's profile
1299           information.
1301         Windows-Specific Changes:
1302         * Fix a regression introduced in 2.7.0 that caused Window Flashing not
1303           to work.
1305 version 2.7.0 (05/12/2010):
1306         General:
1307         * Changed GTK+ minimum version requirement to 2.10.0.
1308         * Changed GLib minimum version requirement to 2.12.0.
1309         * Using the --disable-nls argument to configure now works properly.
1310           You will no longer be forced to have intltool to configure and build.
1311         * Fix two related crashes in the GnuTLS and NSS plugins when they
1312           suffer internal errors immediately upon attempting to establish
1313           an SSL connection.
1314         * Fix NSS to work when reinitialized after being used.  (Thanks to
1315           Ludovico Cavedon for the testcase)
1316         * Added support for PURPLE_GNUTLS_PRIORITIES environment variable.
1317           This can be used to specify GnuTLS priorities on a per-host basis.
1318           The format is "host=priority;host2=priority;...".  The default
1319           priority can be overridden by using "*" as the host.  See the
1320           GnuTLS manual for documentation on the format of the priority
1321           strings.
1322         * Fix autoconf detection of Python.  (Brad Smith)
1323         * Fix a crash when a Windows proxy (from IE) does not have a port.
1324           (Marten Klencke)
1326         Pidgin:
1327         * Moved the "Debugging Information" section of the About box to a
1328           "Build Information" dialog accessible on the Help menu.
1329         * Moved the Developer and Crazy Patch Writer information from the About
1330           box to a "Developer Information" dialog accessible on the Help menu.
1331         * Moved the Translator information from the About box to a "Translator
1332           Information" dialog accessible on the Help menu.
1333         * Use GtkStatusIcon for the docklet, providing better integration in
1334           notification area.
1335         * Added UI for sending attentions (buzz, nudge) on supporting protocols.
1336         * Make the search dialog unobtrusive in the conversation window (by
1337           making it look and behave like the search dialog in Firefox)
1338         * The Recent Log Activity sort method for the Buddy List now
1339           distinguishes between no activity and a small amount of activity
1340           in the distant past.  (Greg McNew)
1341         * Added a menu set mood globally for all mood-supporting accounts
1342           (currently XMPP and ICQ).
1343         * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in
1344           conversation windows. This can be changed in .gtkrc-2.0. For example,
1345           Ctrl+v can be bound to 'Paste as Plain Text' by default.
1346         * Plugins can now handle markup in buddy names by attaching to the
1347           "drawing-buddy" signal. (Daniele Ricci, Andrea Piccinelli)
1348         * Be more accommodating when scaling down large images for use as
1349           buddy icons.
1350         * The 'Message Timestamp Formats' plugin allows changing the timestamp
1351           format from the timestamps' context menu in conversation log.
1352         * The 'Message Timestamp Formats' plugin allows forcing 12-hour
1353           timestamps.  (Jonathan Maltz)
1354         * Fix pastes from Chrome (rich-text pastes and probably URLs
1355           having garbage appended to them).
1356         * Show file transfer thumbnails for images on supporting protocols
1357           (currently only supported on MSN).
1359         Bonjour:
1360         * Added support for IPv6. (Thanks to T_X for testing)
1362         Gadu-Gadu:
1363         * Updated our bundled libgadu to 1.9.0-rc2 (many thanks to Krzysztof
1364           Klinikowski for the work and testing put in here!)
1365         * Minimum requirement for external libgadu is now also 1.9.0-rc2.
1367         AIM and ICQ:
1368         * X-Status (Custom ICQ status icon) support.  Since most of the icons
1369           available reflect moods, this is labeled "Set Mood" on the
1370           Accounts->ICQ Account menu. (Andrew Ivanov, TomĆ”Å” Kebert,
1371           Yuriy Yevgrafov, and trac users bob007, salieff, and nops)
1372         * Allow setting and displaying icons between 1x1 and 100x100 pixels for
1373           ICQ.  Previously only icons between 48x48 and 52x64 were allowed.
1374         * When using the clientLogin authentication method, prompt for a
1375           password on reconnect when "Remember Password" is not checked and
1376           authentication fails due to an incorrect password.  (This is the same
1377           behavior as the legacy authentication method)
1378         * Support sending and receiving HTML-formatted messages for ICQ.
1379         * Use the proper URL for "View web profile" link for ICQ buddies.
1380           (Alexander Nartov)
1382         MSN:
1383         * Support for version 9 of the MSN protocol has been removed.  This
1384           version is no longer supported on the servers.
1385         * Support file transfer thumbnails (previews) for images.
1386         * Fix CVE-2010-1624 (custom emoticon remote crash).
1388         XMPP:
1389         * Direct messages to a specific resource only upon receipt of a message
1390           with content (as opposed to a typing notification, etc).  (Thanks to
1391           rjoly for testing)
1392         * Present a better error message when authentication fails while trying
1393           to connect to Facebook.  (David Reiss, Facebook)
1394         * When sending data using in-band-bytestreams, interpret the block-size
1395           attribute as the size of the BASE64-encoded representation of the
1396           data.
1397         * Validate the hash on incoming BoB data objects (for custom smileys
1398           etc.), cache based per JID when the CID is not a valid hash (as
1399           specified by the BoB XEP).
1400         * Send whitespace keepalives if we haven't sent data in a while (2
1401           minutes).  This fixes an issue with Openfire disconnecting a
1402           libpurple-baesd client that has just been quiet for about 6
1403           minutes.
1404         * Only support Google Talk's JID Domain Discovery extension
1405           (allowing a user to log in with "@gmail.com" or "@googlemail.com"
1406           interchangeably) for those two domains.  This change was made
1407           due to interoperability issues with some BOSH Connection Managers
1408           and namespaced attributes.
1410         Yahoo/Yahoo JAPAN:
1411         * Attempt to better handle transparent proxies interfering with
1412           HTTP-based login.
1413         * Fix handling of P2P packets, thus fixing the loss of some messages.
1414         * Retrieve the pager server address from Yahoo!'s servers directly.
1415         * Removed the "Pager server" account option, as it is no longer needed.
1416         * The authentication code is now less order-sensitive with the
1417           components of the server's response.
1418         * The authentication process now acts more like the official client.
1420         Finch:
1421         * New action 'history-search', with default binding ctrl+r, to search
1422           the entered string in the input history.
1424         Windows-Specific Changes
1425         * Updated GTK+ to 2.16.6
1426         * Private GTK+ Runtime now used (GTK+ Installer no longer supported)
1427         * Minimum required GTK+ version increased to 2.14.7
1428         * Windows 95, Windows 98, Windows 98 Second Edition, Windows ME
1429           (Millennium Edition), and Windows NT 4.0 longer supported due to GTK+
1430           requirements changes.
1431         * Crash Report files (pidgin.RPT) are now generated in the ~/.purple
1432           directory instead of the installation directory.
1433         * NSS SSL Library upgraded to 3.12.5 (thanks to Berke Viktor)
1434         * GtkSpell upgraded to 2.0.16, changing the spellchecking backend to
1435           enchant.  This means that myspell and hunspell (OpenOffice)
1436           dictionaries can be used (previous versions' aspell dictionaries
1437           will not work).
1439 version 2.6.6 (02/18/2010):
1440         libpurple:
1441         * Fix 'make check' on OS X. (David Fang)
1442         * Fix a quirk in purple_markup_html_to_xhtml that caused some messages
1443           to be improperly converted to XHTML.
1444         * Set "controlling-mode" correctly when initializing a media session.
1445           Fixes receiving voice calls from Psi.
1446         * When looking up DNS records, use the type of record returned by the
1447           server (instead of the type we asked for) to determine how to process
1448           the record.
1449         * Fix an issue with parsing XML attributes that contain "&lt;br&gt;".
1450           See ChangeLog.API for more details.
1452         General:
1453         * Correctly disable all missing dependencies when using the
1454           --disable-missing-dependencies option.  (Gabriel Schulhof)
1456         Gadu-Gadu:
1457         * Fix display of avatars after a server-side change. (Krzysztof
1458           Klinikowski)
1460         AIM:
1461         * Allow setting and displaying icons between 1x1 and 100x100 pixels.
1462           Previously only icons between 48x48 and 50x50 were allowed.
1464         MSN:
1465         * Fix CVE-2010-0277, a possible remote crash when parsing an incoming
1466           SLP message.  (Discovered by Fabian Yamaguchi)
1467         * File transfer requests will no longer cause a crash if you delete the
1468           file before the other side accepts.
1469         * Received files will no longer hold an extra lock after completion,
1470           meaning they can be moved or deleted without complaints from your OS.
1471         * Buddies who sign in from a second location will no longer cause an
1472           unnecessary chat window to open.
1473         * Support setting an animated GIF as a buddy icon.
1474         * Numerous code cleanups and memory savings.
1476         MySpace:
1477         * Fix a leak and crash when retrieving buddy icons.
1479         XMPP:
1480         * Less likely to send messages to a contact's idle/inactive resource.
1481           Previously, if a message was received from a specific resource,
1482           responses would be sent to that resource until either it went offline
1483           or a message is received from another resource.  Now, messages are
1484           sent to the bare JID upon receipt of any presence change from the
1485           contact.
1486         * Added support for the SCRAM-SHA-1 SASL mechanism.  This is only
1487           available when built without Cyrus SASL support.
1488         * When getting info on a domain-only (server) JID, show uptime
1489           (when given by the result of the "last query") and don't show status
1490           as offline.
1491         * Fix getting info on your own JID.
1492         * Wrap XHTML messages in <p>, as described in XEP-0071, for
1493           compatibility with some clients.
1494         * Don't do an SRV lookup for a STUN server associated with the account
1495           if one is already set globally in prefs.
1496         * Don't send custom smileys larger than the recommended maximum object
1497           size specified in the BoB XEP.   This prevents a client from being
1498           disconnected by servers that dislike overly-large stanzas.
1499         * Fix receiving messages without markup over an Openfire BOSH
1500           connection (forcibly put the stanzas in the jabber:client namespace).
1501         * The default value for the file transfer proxies is automatically
1502           updated when an account connects, if it is still the old (broken)
1503           default (from 'proxy.jabber.org' to 'proxy.eu.jabber.org').
1504         * Fix an issue where libpurple created duplicate buddies if the roster
1505           contains a buddy in two groups that differ only by case
1506           (e.g. "XMPP" and "xmpp") (or not at all).
1508         Yahoo:
1509         * Don't send <span> and </span> tags.  (Fartash Faghri)
1510         * Support PingBox.  PingBoxes will appear as pbx/PingBoxName.  (Kartik
1511           Mohta)
1513         Pidgin:
1514         * Fix CVE-2010-0423, a denial of service attack due to the parsing
1515           of large numbers of smileys.  (Discovered by Antti Hayrynen)
1516         * Correctly size conversation and status box entries when the
1517           interior-focus style property is diabled. (Gabriel Schulhof)
1518         * Correctly handle a multiline text field being required in a
1519           request form.  (Thanks to Florian Zeitz for finding this problem)
1520         * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan)
1521         * Allow dropping an image on Custom Smiley window to add a new one.
1522         * Prompt for confirmation when clearing a whiteboard (doodle) session.
1523           (Kartik Mohta)
1524         * Use the "hand" cursor when hovering over usernames in chat history to
1525           indicate that the username is an actionable item.
1526         * Double-clicking usernames in chat history will open an IM with that
1527           user.
1528         * Put an icon on the "Filter" button in the debug window.
1529         * Don't treat "/messages/like/this " as commands.
1530         * Explicitly mark user interaction when inserting smilies from the
1531           toolbar so "Undo" correctly removes these smilies.
1532         * Clicking "New" or "Saved" in the status selector menu while typing a
1533           status message no longer keeps the status entry area stuck in "typing"
1534           mode forever.
1535         * Show tooltips for ellipsized conversation tabs.  On older systems,
1536           tooltips will show for all tabs.
1537         * The File Transfers and Debug Window windows are no longer created as
1538           dialogs.  These windows should now have minimize buttons in many
1539           environments in which they were previously missing
1540           (including Windows).
1541         * Smiley themes with Windows line endings no longer cause theme
1542           descriptions not to be displayed in the theme selector.
1544         Finch:
1545         * Fix CVE-2010-0420, a possible remote crash when handling chat room
1546           buddy names.
1547         * Rebindable 'move-first' and 'move-last' actions for tree widgets. So
1548           it is possible to jump to the first or last entry in the buddy list
1549           (and other such lists) by pressing home or end key (defaults)
1550           respectively.
1552 version 2.6.5 (01/08/2010):
1553         libpurple:
1554         * TLS certificates are actually stored to the local cache once again
1555           (accepting a name mismatch on a certificate should now be remembered)
1557         General:
1558         * Build-time fixes for Solaris.  (Paul Townsend)
1560         AIM and ICQ:
1561         * Messages from some mobile clients are no longer displayed as
1562           Chinese characters (broken in 2.6.4)
1564         MSN:
1565         * Fix an issue allowing a remote user to download arbitrary files from
1566           a libpurple client.  (CVE-2010-0013)
1568         XMPP:
1569         * Do not crash when attempting to register for a new account on Windows.
1570         * Fix file transfer with clients that do not support Entity Capabilities
1571           (e.g. Spark)
1573 version 2.6.4 (11/29/2009):
1574         libpurple:
1575         * Actually emit the hold signal for media calls.
1576         * Fix building the GnuTLS plugin with older versions of GnuTLS.
1577         * Fix DNS TXT query resolution.
1578         * Don't send Proxy-Authorization headers to HTTP proxy servers until
1579           we've received a "407 Proxy Authentication Required" response from
1580           the server.  (thecrux)
1581         * Added "MXit" protocol plugin, supported and maintained by the MXit
1582           folks themselves (MXit Lifestyle (Pty) Ltd.)
1584         General:
1585         * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
1586           to announce the list of loaded plugins (in both Finch and Pidgin).
1587         * Always rejoin open chats after an account reconnects.
1589         AIM and ICQ:
1590         * Better rate limit calculations and other improvements.  (Aman Gupta)
1591         * More detailed error messages when messages fail to send.  (Aman Gupta)
1592         * The simultaneous login account option is respected when using
1593           the clientLogin authentication method.
1594         * Fix offline message retrieval (broken in 2.6.3)
1595         * Fix handling of markup on some messages (broken in 2.6.2)
1596         * Fix SSL when clientLogin is enabled.
1597         * Fix sending and receiving Unicode characters in a Direct IM
1599         MSN:
1600         * Don't forget display names for buddies.
1601         * Fix a random crash that might occur when idle.
1602         * Fix more FQY 240 connection errors.
1603         * Fix a crash that could occur when adding a buddy.
1604         * Fix an occasional crash when sending message to an offline user.
1605         * Fix a random crash that might occur when idle.
1606         * Fix a crash when logging in with some long non-ASCII passwords.
1607           (Shaun Lindsay)
1608         * Cache our own friendly name as the server no longer does that for
1609           us.  Users of older versions may need to re-set their friendly name
1610           as it has probably been reset.
1612         XMPP:
1613         * Users connecting to Google Talk now have an "Initiate Chat" context
1614           menu option for their buddies.  (Eion Robb)
1615         * Fix a crash when attempting to validate an invalid JID.
1616         * Resolve an issue when connecting to iChat Server when no resource
1617           is specified.
1618         * Try to automatically find a STUN server by using an SRV lookup on the
1619           account's domain, and use that for voice and video if found and the
1620           user didn't set one manually in prefs.
1621         * Fix a crash when adding a buddy without an '@'.
1622         * Don't show the option to send a file to a buddy if we know for certain
1623           they don't support any file transfer method supported by libpurple.
1624         * Keep the avatar on the server if one is not set locally.
1626         Yahoo:
1627         * Fix sending /buzz.
1628         * Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
1629           (Jason Cohen)
1630         * Add support for adding OCS and Sametime buddies.  OCS users are added
1631           as "ocs/user@domain.tld" and Sametime users are added as
1632           "ibm/sametime_id".  (Jason Cohen)
1634         Finch:
1635         * The TinyURL plugin now creates shorter URLs for long non-conversation
1636           URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
1637           Captcha when joining chat rooms.
1638         * Fix displaying umlauts etc. in non-utf8 locale (fix in libgnt).
1640         Pidgin:
1641         * The userlist in a multiuser chat can be styled via gtkrc by using the
1642           widget name "pidgin_conv_userlist". (Heiko Schmitt)
1643         * Add a hold button to the media window.
1644         * Fix a bug where the conversation backlog stops scrolling in a very
1645           busy chat room.
1646         * In the Conversation "Send To" menu, offline buddies appear grayed
1647           out (but are still selectable).  Previously, only offline buddies on
1648           accounts that do not support offline messaging appeared grayed out.
1650         Pidgin Preference and Preference Window Changes:
1651         * Removed the "Use font from theme" and "Conversation Font" preferences
1652           for everyone except Windows users.  The font can be controlled from
1653           the Pidgin GTK+ Theme Control plugin.
1654         * Tabs in the Preferences window are now on the left side.
1655         * The Browser tab is now visible for GNOME users.
1656         * Added a Proxy tab shown no matter what environment Pidgin runs in.
1657         * The Browser and Proxy tabs show appropriate GNOME-specific messages
1658           and allow launching the correct applications to change the relevant
1659           GNOME preferences if found.  These were previously together on the
1660           Network tab.
1661         * Moved the port range spin buttons on the Network tab to be beside the
1662           checkbox that enables/disables them.
1663         * Reorganized preferences on the Status/Idle tab to have one less
1664           "section."
1665         * Reorganized preferences on the Sounds tab to have one less "section."
1666         * Renamed Smiley Themes tab to Themes.
1667         * Moved Buddy List Theme and Status Icon Theme selectors from Interface
1668           tab to Themes tab.
1669         * Moved Sound Theme selector from Sounds tab to Themes tab.
1670         * Changed the Smiley Theme selector to be consistent with the other
1671           theme selectors.
1672         * Rearranged tabs such that Interface is first and all remaining tabs
1673           are alphabetized in English.
1675 version 2.6.3 (10/16/2009):
1676         General:
1677         * Fix a crash when performing DNS queries on Unixes that use the
1678           blocking DNS lookups.  (Brian Lu)
1680         AIM and ICQ:
1681         * Fix a crash when some clients send contacts in a format we don't
1682           understand.
1683         * Fix blocking and other privacy lists.  (Thanks to AOL)
1685 version 2.6.2 (09/05/2009):
1686         libpurple:
1687         * Fix --disable-avahi to actually disable it in configure, as opposed
1688           to just making the warning non-fatal.
1689         * Fix using GNOME proxy settings properly.  (Erik van Pienbroek)
1691         IRC:
1692         * Fix parsing of invalid TOPIC messages.  (CVE-2009-2703)
1694         MSN:
1695         * Sending custom smileys in chats is now supported.
1696         * Ink messages are now saved when using the HTML logger.
1697         * Fix a crash when receiving some handwritten messages.
1698         * Fix a crash when receiving certain SLP invite messages.
1699         * Chats with multiple people should no longer spontaneously
1700           disconnect.
1702         XMPP:
1703         * Prompt the user before cancelling a presence subscription.
1704         * Escape status messages that have HTML entities in the Get Info dialog.
1705         * Fix connecting to XMPP domains with no SRV records from Pidgin on
1706           Windows.
1707         * Fix typing notifications with Pidgin 2.5.9 or earlier.
1708         * Fix connecting using BOSH and legacy authentication (XEP-0078).
1709         * Adding buddies of the form "romeo@montague.net/Resource" are handled
1710           properly.  In addition, it is no longer possible to add buddies of
1711           the form "room@conference.example.net/User", where
1712           room@conference.example.net is a MUC.
1713         * Don't crash when receiving "smileyfied" XHTML-IM from clients that
1714           don't support bits of binary (ie. when getting an empty <data/> in
1715           return)
1716         * Fix bug where SSL/TLS was not required even though the
1717           "require SSL/TLS" preference checked when connecting to servers
1718           that use the older iq-based authentication.  (CVE-2009-3026)
1720         Yahoo!/Yahoo! JAPAN:
1721         * Accounts now have "Use account proxy for SSL connections" option.
1722           This option force-overrides the account specific proxy settings for
1723           SSL connections only and instead uses the global proxy configuration.
1725         Finch:
1726         * Properly detect libpanel on OpenBSD.  (Brad Smith)
1727         * Remove IO watches in gnt_quit.  (Tomasz Mon)
1729         Pidgin:
1730         * Fix the auto-personize functionality in the Buddy List.
1731         * Set the window icon for the media window to an icon corresponding to
1732           the type of call (headphone or webcam).
1733         * Customized sound files are no longer reset whenever opening the
1734           Preferences dialog.
1735         * The buddy list should now immediately refresh upon changing the icon
1736           theme.
1738 version 2.6.1 (08/18/2009):
1739         * Fix a crash when some users send you a link in a Yahoo IM
1740         * Fix compilation with GTK+ < 2.6.0
1741         * Fix compilation on Windows
1743 version 2.6.0 (08/18/2009):
1744         libpurple:
1745         * Theme support in libpurple thanks to Justin Rodriguez's summer of code
1746           project, with some minor additions and cleanups from Paul Aurich.
1747         * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer
1748           of code project in 2008.
1749         * It should no longer be possible to end up with duplicates of buddies
1750           in a group on the buddy list.
1751         * Removed the unmaintained and unneeded toc protocol plugin.
1752         * Fixed NTLM authentication on big-endian systems.
1753         * Various memory cleanups when unloading libpurple. (Nick Hebner and
1754           Stefan Becker)
1755         * Report idle time 'From last message sent' should work properly.
1756         * Better handling of corrupt certificates in the TLS Peers cache.
1757         * More efficient buddy list and conversation search functions.
1758           (Jan Kaluza and Aman Gupta)
1759         * Install scalable versions of the main Pidgin icon, the protocol icons,
1760           the dialog icons, and the Buddy List emblems.
1761         * Build properly on Hurd.  (Marc DequĆØnes)
1762         * Various memory leaks fixed as reported by Josh Mueller.
1763         * Properly handle an IRC buddy appearing in multiple groups.
1764         * Escape HTML entities in usernames when written with the HTML logger.
1765         * Do not display MySpace status changes as incoming IMs.  (Mark Doliner
1766           and Justin Williams)
1768         DNS:
1769         * DNS servers are re-read when DNS queries fail in case the system has
1770           moved to a new network and the old servers are not accessible.
1771         * DNS SRV records with equal priority are sorted with respect to their
1772           weight as specified in RFC 2782.  (Vijay Raghunathan)
1773         * Don't do IPv6 address lookups if the computer does not have an IPv6
1774           address configured.
1775         * Fix a leak when the UI provides its own DNS resolving UI op.
1776           (Aman Gupta)
1777         * Don't fork a DNS resolver process to resolve IP addresses.
1778           (Aman Gupta)
1779         * Internationalized Domain Names are supported when libpurple is
1780           compiled against the GNU IDN library.
1782         Environment Variables:
1783         * GnuTLS logging (disabled by default) can be controlled through the
1784           PURPLE_GNUTLS_DEBUG environment variable, which is an integer between
1785           0 and 9 (higher is more verbose). Higher values may reveal sensitive
1786           information.
1787         * PURPLE_VERBOSE_DEBUG environment variable.  Currently, this is an "on"
1788           or "off" variable.  Set it to any value to turn it on and unset it to
1789           turn it off.  This will optionally be used to only show less useful
1790           debug information on an as-needed basis.
1791         * PURPLE_LEAKCHECK_HELP environment variable.  Currently, this is an
1792           "on" or "off" variable.  Set it to any value to turn it on and unset
1793           it to turn it off.  This will be used to perform various actions
1794           that are useful when running libpurple inside of Valgrind or similar
1795           programs.  Currently, it keeps plugins in memory, allowing Valgrind
1796           to perform symbol resolution of leak traces at shutdown.
1798         AIM and ICQ:
1799         * Preliminary support for a new authentication scheme called
1800           "clientLogin."
1801         * Fixed a bug where your away message sometimes would not get set when
1802           you first sign on.
1803         * Make sure links in your away messages show up as links to other
1804           people.
1805         * For ICQ, Never change the privacy setting specified by the user.
1807         Gadu-Gadu:
1808         * Accounts can specify a server to which to connect.
1809           (Krzysztof "kreez" Tobola)
1810         * Correctly show tooltip status for contacts with status messages.
1811           (Krzysztof "kkszysiu" Klinikowski)
1812         * Support for fetching buddy icons.  (Krzysztof "kkszysiu" Klinikowski)
1813         * Support connection progress steps in Gadu-Gadu.  (Krzysztof "kkszysiu"
1814           Klinikowski)
1816         MSN:
1817         * Add support for receiving handwritten (ink) messages on MSN.  (Chris
1818           Stafford, Gal Topper, and Elliott Sales de Andrade)
1819         * Add support for receiving audio clips on MSN.  (Chris Stafford, Gal
1820           Topper, and Elliott Sales de Andrade)
1821         * Show the invite message for buddies that requested authorization
1822           from you on MSN.
1823         * Support sending an invite message to buddies when requesting
1824           authorization from them on MSN.
1825         * Timeout switchboard connections after 60 seconds (msn-pecan devs).
1827         XMPP:
1828         * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177),
1829           voice support with GTalk and voice and video support with the GMail
1830           web client. (Mike "Maiku" Ruprecht)
1831         * Added a Service Discovery Browser plugin for Pidgin.
1832           (Andrei Mozzhuhin)
1833         * Support for in-band bytestreams for file transfers (XEP-0047). (Marcus
1834           Lundblad)
1835         * Support for sending and receiving attentions (equivalent to "buzz"
1836           and "nudge") using the command /buzz. (XEP-0224)
1837         * Support for connecting using BOSH. (Tobias Markmann)
1838         * A buddy's local time is displayed in the Get Info dialog if the remote
1839           client supports it.
1840         * The set_chat_topic function can unset the chat topic.
1841         * The Ad-Hoc commands associated with our server are now always shown at
1842           login.
1843         * Support showing and reporting idle times in the buddy list. (XEP-0256)
1844         * Support most recent version of User Avatar. (XEP-0084 v1.1)
1845         * Updated Entity Capabilities support. (Tobias Markmann)
1846         * Better support for receiving remote users' nicknames.
1847         * /affiliate and /role will now list the room members with the specified
1848           affiliation/role if possible. (Andrei Mozzhuhin)
1849         * Put section breaks between resources in "Get Info" to improve
1850           readability.
1851         * Silently remove invalid XML 1.0 entities (e.g. ASCII control
1852           characters) from sent messages.
1853         * XHTML markup is only included in outgoing messages when the message
1854           contains formatting.
1855         * Show when the user was last logged in when doing "Get Info" on an
1856           offline buddy, provided the server supports it.
1857         * Support custom smileys in MUCs (only when all participants support the
1858           "Bits of Binary" extension, and a maximum of 10 participants are in
1859           the chat to avoid getting too many fetch requests).
1860         * Fix an issue with Jabber (pre-XMPP) servers and the user's preference
1861           to require SSL not being respected.
1862         * Fix an issue where Cyrus SASL DIGEST MD5 authentication might fail if
1863           the username, password, or realm (the JID domain) contain non-ASCII
1864           characters.
1865         * Show emblem for mobile, handheld, and web clients and bots (if the
1866           other client supports it).
1867         * Google Talk mail notifications should now work for people for whom
1868           they inexplicably did not.  (Thanks to yukam for determining the
1869           reason)
1870         * New XMPP and Google Talk accounts require SSL by default.
1871         * Display kicks (and the reasons given) in chat rooms when an occupant
1872           is kicked.
1873         * Fix issues with case-sensitivity of XMPP roster and case-insensitive
1874           Purple groups.
1875         * For contacts who advertise Entity Capabilities, only send rich text
1876           markup if they support it.
1877         * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091
1878           (Legacy Entity Time).
1879         * When the GNU IDN library (libidn) is available, it is used for
1880           normalization of Jabber IDs.  When unavailable, internal routines are
1881           used (as in previous versions).
1882         * Topics that contain '<' followed by a non-whitespace character can now
1883           be set properly.
1885         Yahoo!/Yahoo! JAPAN:
1886         * P2P file transfers.  (Sulabh Mahajan)
1887         * Sending text messages (address to +<countrycode><phone number>).
1888           (Sulabh Mahajan)
1889         * Addition of MSN buddies to Yahoo accounts by adding them as
1890           'msn/buddy@somedomain.com' is now supported.  (Sulabh Mahajan)
1891         * Further fixes for buddy pictures, aliases, etc.
1892         * Yahoo! and Yahoo! JAPAN are now two separate protocol plugins that share
1893           common protocol code.  You can now have the same account on both
1894           networks.  Accounts should be seamlessly migrated to the new
1895           arrangement.
1896         * Ability to set personal details for an account and for buddies in the
1897           buddylist.
1899         Pidgin:
1900         * Added -f command line option to tell Pidgin to ignore NetworkManager
1901           and assume it has a valid network connection.
1902         * Allow plugins to specify custom link types to the GtkIMHtml widget.
1903         * The status message input box at the bottom of the buddy list expands
1904           correctly when starting a new line of text.
1905         * Pressing the Enter key in the message entry box of the New Status
1906           dialog and various other dialogs now causes the cursor to move to
1907           the next line.
1908         * Created a unified Buddy Pounce notification window for all pounces
1909           where "Pop up a notification" is selected, which avoids having a
1910           new dialog box every time a pounce is triggered. (Jorge VillaseƱor)
1911         * The New Account dialog is now broken into three tabs.  Proxy
1912           configuration has been moved from the Advanced tab to the new tab.
1913         * Dragging a buddy onto a chat pops up a chat-invitation dialog.
1914           (Carlos Bederian)
1915         * The nicks of the persons who leave the chatroom are italicized in the
1916           chat's conversation history. The nicks are un-italicized when they
1917           rejoin.
1918         * Always set unseen-count and unseen-state on conversations.
1919           (Joshua Stein)
1920         * Fix a bug in 'Conversation Colors' plugin for RTL messages.
1921         * Pressing the Left and Right arrow keys in the buddy list will expand and
1922           collapse buddy groups or contacts. (Peter Ruibal)
1923         * Support saving animated custom smileys as animated images or animated
1924           custom smileys. (Andrea Piccinelli)
1925         * Support for keyboard navigation on the status icon. (Li Yuan)
1926         * IMG tags without 'id' attributes are turned into links to the image URL.
1927           (Dmitry Petroff)
1928         * Draw the user's buddy icon at the bottom of the Buddy List with rounded
1929           corners for visual consistency with the actual icons in the Buddy List.
1930           (Kosta Arvanitis)
1931         * When file transfers are complete, the received file name written to the
1932           conversation window is now linked to the file.
1933         * Fix a crash when closing a conversation tab that has unread messages
1934           when the Message Notification plugin is loaded.
1935         * Fix a crash when closing the New Mail dialog if an account with new
1936           mail was previously disconnected while the dialog was open.
1937         * Fix incorrect unread message counts for the new mail notifications.
1938         * Do not lose unread messages with a hidden conversation window when
1939           new IM conversations are hidden and "Close IMs immediately when the tab
1940           is closed" is unset.
1942         Finch:
1943         * The hardware cursor is updated correctly. This will be useful
1944           especially for users of braille terminals, screen readers etc.
1945         * Added a TinyURL plugin, which aids copying longer URLs.
1946         * Fixed UTF-8 compatibility problems which could cause exits or other
1947           unrequested behaviour.
1949         Pidgin GTK+ Theme Control Plugin:
1950         * Removed mouse cursor color preferences.
1951         * Added "Typing Notification Color" preference.
1952         * Added "Disable Typing Notification Text" preference.
1953         * Preferences have been reorganized into three tabs for Colors, Fonts, and
1954           Miscellaneous categories.
1956 version 2.5.9 (08/18/2009):
1957         * Fix a crash via a specially crafted MSN message (CVE-2009-2694,
1958           thanks to Core Security Technologies for discovering this and
1959           notifying us privately before announcing it).
1960         * Fix a crash in Bonjour, MSN, and XMPP when trying to transfer files with
1961           NULL names.
1963 version 2.5.8 (06/27/2009):
1964         ICQ:
1965         * Fix misparsing a web message as an SMS message. (Yuriy Kaminskiy)
1967         MSN:
1968         * Increase NS command history size to prevent crashes on buddy lists that
1969           have a lot of buddies on other networks like Yahoo!.
1971         MySpace:
1972         * Accounts with empty buddy lists are now properly marked as connected.
1973         * Fix receiving messages from users of MySpace's web IM client.
1975         Yahoo:
1976         * Fixed phantom online buddies.  They should now properly disappear when
1977           signing out.
1978         * Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in
1979           2.5.7.
1980         * Fixed compiling on systems with glib 2.4.x or older.
1981         * Fixed an issue with file transfers.  This may not resolve all issues,
1982           but it should resolve at least some of the most common ones.
1983         * The pager server will automatically update to scsa.msg.yahoo.com if the
1984           user empties the field or if it is scs.msg.yahoo.com.  This should ease
1985           the pain of transition to the new login method.
1987         XMPP:
1988         * Fix an incompatibility betweeen Prosody and libpurple clients.
1990 version 2.5.7 (06/20/2009):
1991         * Yahoo Protocol 16 support, including new HTTPS login method; this should
1992           fix a number of login problems that have recently cropped up.  (Sulabh
1993           Mahajan, Mike "Maiku" Ruprecht)
1994         * Only display the AIM "Unable to Retrieve Buddy List" message once per
1995           connection.  (Rob Taft)
1996         * Blocking MSN users not on your buddy list no longer disconnects you.
1997         * When performing operations on MSN, assume users are on the MSN/Passport
1998           network if we don't get network ID's for them.
2000 version 2.5.6 (05/19/2009):
2001         libpurple:
2002         * Improve sleep behavior by aggregation of longer timeouts on second
2003           boundaries to allow better power saving.  (Arunan Balasubramaniam)
2004         * Fix various crashes on exit.
2005         * Make XML parsing more resilient to interactions with other libraries.
2006           This, along with the fix for libxml2 bug 564217, fixes the crashes
2007           on connect in XMPP with recent gst-plugins-bad (see #8830 for details).
2008         * Many security related fixes.
2010         IRC:
2011         * Correctly handle WHOIS for users who are joined to a large number of
2012           channels.
2013         * Notify the user if a /nick command fails, rather than trying
2014           fallback nicks.
2016         MSN:
2017         * Fix a race condition causing occasional Pidgin crashes.
2018         * Fix some errors about the friendly name changing too fast caused
2019           by MSN/Yahoo integration buddies.
2021         XMPP:
2022         * Less likely to pop up a new conversation window in disregard of
2023           the "Hide new IM conversations" preference.
2025         Yahoo:
2026         * Fix a crash when sending very long messages.
2027         * Fix a bug where UTF-8 status messages get garbled when going idle.
2029 version 2.5.5 (03/01/2009):
2030         libpurple:
2031         * Fix a crash when removing an account with an unknown protocol id.
2032         * Beta support for SSL connections for AIM and ICQ accounts.  To
2033           enable, check the "Use SSL" option from the Advanced tab when
2034           editing your AIM or ICQ account. (Paul Aurich)
2035         * Fix a memory leak in SILC. (Luke Petre)
2036         * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
2037           handling and other issues. (Paul Aurich, Marcus Sundberg)
2038         * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
2040         ICQ:
2041         * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
2042           other libpurple clients. (Daniel Ljungborg)
2043         * Change client ID to match ICQ Basic 14.34.3096.  This fixes publishing
2044           of buddy icons and available messages.
2045         * Properly publish status messages for statuses other than Available.
2046           ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
2047         * Fix receipt of messages from the mobile client Slick. (David Jedelsky)
2049         MSN:
2050         * Fix transfer of buddy icons, custom smileys, and files from the
2051           latest Windows Live Messenger 9 official client. (Thomas
2052           Gibson-Robinson)
2053         * Large (multi-part) messages are now correctly re-combined.
2054         * Federated/Yahoo! buddies should now stop creating sync issues at
2055           every signin.  You may need to remove duplicates in the Address
2056           Book.  See the FAQ for more information.  Thanks to Jason Lingohr
2057           for lots of debugging and testing.
2058         * Messages from Yahoo! buddies are no longer silently dropped.
2059         * We now save and use the CacheKey for ABCH SOAP requests.
2060         * Don't try to parse Personal Status Messages or Current Media if they
2061           don't exist.
2062         * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
2063           on incoming messages.  This should fix some issues with messages from
2064           older clients.
2065         * Force sending the font "Segoe UI" if outgoing formatting doesn't specify
2066           a font already.
2067         * Queue callbacks when token updates are in progress to prevent two token
2068           update attempts from trampling each other.
2069         * Fixed a crash on Windows when removing a buddy's alias.
2070         * Update the Address Book when buddies' friendly names change.  This
2071           prevents seeing an outdated alias or not seeing an alias at all for
2072           buddies who are offline when you sign in.
2073         * Update tokens for FindMembership and ABFindAll SOAP requests.
2074         * We no longer try to send empty messages.  This could happen when a
2075           message contained only formatting and that formatting was not supported
2076           on MSN.
2077         * Buddies on both the Allow and Block list are now automatically
2078           removed from the Allow list.  Users with this problem will now no
2079           longer receive an ADL 241 error.  The problematic buddy should now
2080           appear on the buddy list and can be removed or unblocked as desired.
2082         XMPP:
2083         * Resources using __HOSTNAME__ substitution will now grab only the short
2084           hostname instead of the FQDN on systems which put the FQDN in the
2085           hostname. (Matěj Cepl)
2086         * No longer send a 'to' attribute on an outgoing stanza when we haven't
2087           received one.  This fixes a registration bug as described in ticket
2088           #6635.
2090         Pidgin:
2091         * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
2092         * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
2093         * Tooltip windows no longer linger when scrolling the buddy list. (Kosta
2094           Arvanitis)
2096         Finch:
2097         * Allow rebinding keys to change the focused widget (details in the
2098           man-page, look for GntBox::binding)
2100 version 2.5.4 (01/12/2009):
2101         libpurple:
2102         * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
2103           Rosinski)
2104         * Don't ignore namespace information when parsing XMPP data. (Michal
2105           Witkowski)
2106         * Fix a crash that occurred when retrieving certain Offline Messages
2107           on MSN.
2108         * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
2109         * Fix the hang on exit in Network Location Awareness for Windows XP
2110           and Windows Vista. (Paul Aurich)
2112         MSN:
2113         * Change Contact Server to temporarily fix connection problems.
2114           (Thanks to Youness Alaoui)
2116         XMPP:
2117         * Support for XEP-0191 blocking.  (Vijay Raghunathan)
2118         * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
2119         * Fix removal of avatars (both PEP and vCard), we weren't removing
2120           them correctly before. (Paul Aurich)
2122         Pidgin:
2123         * Fix a crash in the Add Account dialog when changing protocols under
2124           certain circumstances.
2126         Finch:
2127         * Redirect stderr outputs to the debug window.
2128         * Fix rebinding actions with the arrow-keys and tab.
2130 version 2.5.3 (12/20/2008):
2131         libpurple:
2132         * The Buddy State Notification plugin no longer prints duplicate
2133           notifications when the same buddy is in multiple groups. (Florian
2134           QuĆØze)
2135         * The Buddy State Notification plugin no longer turns JID's, MSN
2136           Passport ID's, etc. into links. (Florian QuĆØze)
2137         * purple-remote now has a "getstatusmessage" command to retrieve
2138           the text of the current status message.
2139         * Various fixes to the nullprpl. (Paul Aurich)
2140         * Fix a crash when accessing the roomlist for an account that's not
2141           connected. (Paul Aurich)
2142         * Fix a crash in purple_accounts_delete that happens when this
2143           function is called before the buddy list is initialized.
2144           (Florian QuĆØze)
2145         * Fix use of av_len in perl bindings to fix some off-by-one bugs
2146           (Paul Aurich)
2147         * On ICQ, advertise the ICQ 6 typing capability.  This should fix
2148           the reports of typing notifications not working with third-party
2149           clients. (JaromĆ­r KarmazĆ­n)
2150         * Many QQ fixes and improvements, including the ability to connect
2151           using QQ2008 protocol and sending/receiving of long messages.
2152           The recommended version to use is still QQ2005.
2153         * Fix a crash with DNS SRV lookups. (Florian QuĆØze)
2154         * Fix a crash caused by authorization requests. (Florian QuĆØze)
2156         Gadu-Gadu:
2157         * Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki)
2158         * Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki)
2159         * Gadu-Gadu now does proper charset translations where needed. (Adam
2160           Strzelecki)
2162         MSN:
2163         * Fix an error with offline messages by shipping the *new*
2164           "Microsoft Secure Server Authority" and the "Microsoft Internet
2165           Authority" certificates. These are now always installed even when
2166           using --with-system-ssl-certs because most systems don't ship
2167           those intermediate certificates.
2168         * The Games and Office media can now be set and displayed (in
2169           addition to the previous Music media). The Media status text now
2170           shows the album, if possible.
2171         * Messages sent from a mobile device while you were offline are now
2172           correctly received.
2173         * Server transfers after you've been connected for a long time
2174           should now be handled correctly.
2175         * Many improvements to handling of "federated" buddies, such as those
2176           on the Yahoo network.
2177         * Several known crashes have been resolved.
2178         * Many other fixes and code cleanup.
2180         MySpace:
2181         * Respect your privacy settings set using the official MySpace client.
2182         * Add support for blocking buddies.
2183         * Fix a bug where buddies didn't appear in their correct groups the
2184           first time you sign into your account.
2185         * Properly disconnect and sign out of the service when logging off.
2186         * Support for foreground and background font colors in outgoing IMs.
2187         * Support for background font colors in incoming IMs.
2188         * Many other fixes and code cleanup.
2190         Sametime:
2191         * Fix insanely long idle times for Sametime 7.5 buddies by assuming
2192           0 idle time if the idle timestamp is in the future. (Laurent
2193           Montaron)
2194         * Fix a crash that can occur on login. (Raiko Nitzsche)
2196         SIMPLE:
2197         * Fix a crash when a malformed message is received.
2198         * Don't allow connecting accounts if no server name has been
2199           specified. (Florian QuĆØze)
2201         XMPP:
2202         * Fix the namespace URL we look for in PEP reply stanzas to match
2203           the URL used in the 'get' requests (Paul Aurich)
2204         * Resources can be set to the local machine's hostname by using
2205           __HOSTNAME__ as the resource string. (Jonathan Sailor)
2206         * Resources can now be left blank, causing the server to generate a
2207           resource for us where supported. (Jonathan Sailor)
2208         * Resources now default to no value, but "Home" is used if the
2209           server refuses to provide a resource.
2210         * Quit trying to get user info for MUC's. (Paul Aurich)
2211         * Send "client-accepts-full-bind-result" attribute during SASL
2212           login. This will fix Google Talk login failures if the user
2213           configures the wrong domain for his/her account.
2214         * Support new <metadata/> element to indicate no XEP-0084 User
2215           Avatar. (Paul Aurich)
2216         * Fix SHA1 avatar checksum errors that occur when one of the bytes
2217           in a checksum begins with 0. (Paul Aurich)
2218         * Fix a problem with duplicate buddies. (Paul Aurich)
2220         Yahoo:
2221         * Corrected maximum message lengths for Yahoo!
2222         * Fix file transfers with older Yahoo protocol versions.
2224         Zephyr:
2225         * Enable auto-reply, to emulate 'zaway.' (Toby Schaffer)
2226         * Fix a crash when an account is configured to use tzc but tzc is
2227           not installed or the configured tzc command is invalid. (Michael
2228           Terry)
2229         * Fix a 10 second delay waiting on tzc if it is not installed or the
2230           configured command is invalid. (Michael Terry)
2232         Pidgin:
2233         * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
2234           instead of our own (hidden) tooltip_delay pref.  If you had
2235           previously changed that pref, add a line like this to
2236           ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
2237               gtk-tooltip-timeout = 500
2238           To completely disable tooltips (e.g. if you had an old
2239           tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0:
2240               gtk-enable-tooltips = 0
2241         * Moved the release notification dialog to a mini-dialog in the
2242           buddylist. (Casey Ho)
2243         * Fix a crash when closing an authorization minidialog with the X
2244           then immediately going offline. (Paul Aurich)
2245         * Fix a crash cleaning up custom smileys when Pidgin is closed.
2246         * Fix adding a custom smiley using the context menu in a conversation
2247           if no custom smilies have previously been added using the smiley
2248           manager.
2249         * Improved support for some message formatting in conversations.
2250         * Allow focusing the conversation history or userlist with F6.
2251         * Fixed the Send Button plugin to avoid duplicate buttons in a single
2252           conversation.
2253         * Double-clicking a saved status will now activate it and close the
2254           saved status manager, rather than edit the status.
2256         Finch:
2257         * Allow binding meta+arrow keys for actions.
2258         * Added default meta+erase binding for delete previous word.
2259         * Added "Show When Offline" to buddy menus, so a plugin is no longer
2260           needed.
2262 version 2.5.2 (10/19/2008):
2263         libpurple:
2264         * Fixed a crash on removing a custom buddy icon on a buddy.
2265         * Fixed a crash caused by certain self-signed SSL certificates.
2266         * Enable a number of strong ciphers which were previously disabled
2267           when using NSS.  (Thanks to Marcus Trautwig.)
2269         Pidgin:
2270         * The status selector now saves your message when changing status.
2271         * Fix a case where a conversation window could close unexpectedly.
2272         * A mute sounds option has been added to the preferences window to
2273           help with discoverability.  CTRL+S is no longer bound to mute.
2274         * Added ability to change the color of visited links (using the theme
2275           control plugin, or setting the color in ~/.gtkrc-2.0)
2276         * Fix a crash occuring when a custom smiley is deleted and re-added and
2277           used in an open conversation after being re-added.
2279         Finch:
2280         * A new 'Nested Grouping' option in the 'Grouping' plugin. Group
2281           hierarchies are defined by the '/' character in the group names.
2282         * A bug was fixed where some key-bindings wouldn't work with some TERMs
2283           (e.g. xterm-color, screen-linux etc.)
2285         MSN:
2286         * Operations (such as moving to a new group) on contacts that were added
2287           in the same session should now complete correctly, and not cause
2288           synchronization errors at next login.
2289         * Minor fixes to login process during a server transfer.
2290         * Restored the "Has You" feature to the MSN protocol tooltips.
2291         * ADL 205/214/etc errors should no longer prevent login.
2293         XMPP:
2294         * Sending and receiving custom smileys using the specification in
2295           XEP-0231 (bits of binary) and XHTML-IM
2297         Yahoo:
2298         * Only send a Ping once every hour.  This prevents the account from
2299           being disconnected from the server periodically.
2301 version 2.5.1 (08/30/2008):
2302         libpurple:
2303         * In the Join/Part plugin, add the ability to apply the rules to
2304           buddies.  By default, joins and parts for buddies are still shown.
2305         * Support SOCKS proxies specified in GNOME or Windows proxy settings.
2306         * Fix some possible crashes in MSNP15.
2307         * Enable a default SSL trust relationship for MSN servers.
2308         * Avoid disconnecting from XMPP servers on parse errors that are
2309           non-fatal.
2310         * Include some perl files that were mistakenly omitted in 2.5.0.
2312         Pidgin:
2313         * Prevent use of custom smilies without "shortcuts."
2314         * Fix a crash that could appear with AIM buddy tooltips.
2316         Artwork:
2317         * General refresh of many icons in the interface.
2318         * Many cleanups to artwork source are now included in the distribution.
2319         * A new "throbber" animation has been added to indicate when accounts
2320           are connecting.
2322 version 2.5.0 (08/18/2008):
2323         libpurple:
2324         * Ability to create custom smileys (currently only the MSN protocol
2325           utilizes the feature). (Thanks to Mauro SĆ©rgio Ferreira Brasil,
2326           Marcus Lundblad, Jorge VillaseƱor and other contributors)
2327         * Add a configure option, --with-system-ssl-certs to allow packagers
2328           to specify a system-wide SSL CA certificates directory.  When set,
2329           we don't install our SSL CA certs, so it's important that the
2330           libpurple package depend on the CA certificates.
2331         * Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
2332           Cipher)
2334         XMPP:
2335         * Fix a bug that caused the UI to not refresh and caused the client
2336           to use 99% CPU when an XMPP account lost its connection to the
2337           server.
2338         * Possibly fix a bug where some clients could get into a state
2339           where they moved a buddy back and forth between two groups in
2340           an endless loop.
2342         IRC:
2343         * /ctcp command (Vladislav Guberinić)
2344         * Allow for auto-detection of incoming UTF-8 formatted text on
2345           accounts which are configured to use some other encoding.
2347         MSN:
2348         * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
2349           VillaseƱor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
2350           and others)
2351         * Personal messages are now supported. They are treated as status
2352           messages.
2353         * Offline IM is now supported.
2354         * Aliasing is now supported server-side.
2355         * Buddies are now emblemed. Bots and web clients should now be
2356           distinguished.
2357         * Update smiley set for non-faces.
2358         * Failing to update a buddy icon when the buddy has gone offline no
2359           longer crashes.
2360         * Custom smileys received in a chat no longer go to a new window.
2361         * Processing is no longer completely frozen after the servers block a
2362           message because it contains (what they consider) inappropriate text.
2364         Pidgin:
2365         * Custom buddy icons can now be added to and removed from buddy list
2366           entries via the buddy list entry right-click menu.
2367         * Resize large incoming custom smileys to a maximum of 96px on either
2368           side.
2369         * Offer to add new buddies into the same contact as existing buddies
2370           in the same group if the alias given is the same.
2371         * Minor smiley style update.
2373         General:
2374         * Group and Chat buddy list entries can now be given custom buddy
2375           icons.
2377         Finch:
2378         * Added "Invite..." menu to chats.
2379         * Added "View All Logs" menu in the buddylist to display a list of all IM
2380           logs.
2381         * Added '/msgcolor' command to change colors of different classes of
2382           messages in a conversation. See '/help msgcolor' for details.
2383         * Added tab-completion for commands in conversation windows.
2385 version 2.4.3 (07/01/2008):
2386         libpurple:
2387         * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
2388           and restoring compatibility with the web messenger (Yusuke Odate)
2389         * Setting your buddy icon once again works for Yahoo! accounts.
2390         * Fixes in the Yahoo! protocol to prevent a double free, crashes on
2391           aliases, and alias functionality
2392         * Fix crashes in the bonjour protocol
2393         * Always use UTF-8 for Yahoo! (#5973)
2394         * Fix a crash when the given jabber id is invalid.
2395         * Make the IRC "unknown message" debugging messages UTF-8 safe.
2396         * Fix connecting to ICQ
2397         * Fix a memleak when handling jabber xforms.
2399         Pidgin:
2400         * Include the send button plugin in the win32 build
2401         * Various memory leak fixes
2403 version 2.4.2 (05/17/2008):
2404         https://developer.pidgin.im/query?status=closed&milestone=2.4.2
2405         libpurple:
2406         * In MySpaceIM, messages from spambots are discarded (Justin Williams)
2407         * Strip mIRC formatting codes from quit and part messages.
2408         * IRC now displays ban lists in-channel for joined channels.
2409         * Fixed a bug where the list of loaded plugins would get removed when
2410           switching between different operating systems.
2411         * Fix reception of IRC PART without a part message on Undernet
2412           (fixes a problem with litter in the channel user list).
2413         * IRC no longer crashes on /list on servers which erroneously omit
2414           RPL_LISTSTART.
2415         * Update the NetworkManager support to use D-Bus directly, instead of
2416           libnm-glib.  Hopefully it's stable now.  It will now compile by
2417           default if you have D-Bus support and NetworkManager.h. (Elliott
2418           Sales de Andrade)
2419         * MSN buddy list synchronization is now more forgiving, only asking
2420           about buddies who have disappeared completely from the server list
2421           and not those that have simply moved groups.
2422         * IRC will now try to append 1-9 to your nick if it is in use, instead
2423           of substituting the last character with 1-9 where possible.
2424         * Bonjour buddies will be saved persistently if they're moved out of
2425           the "Bonjour" group. (Eion Robb)
2427         Pidgin:
2428         * The typing notification in the conversation history can be disabled or
2429           customized (font, color etc.) in .gtkrc-2.0.
2430         * Added a plugin (not installed by default) which adds a Send button
2431           back to the conversation window. People without physical keyboards
2432           have a hard time with the lack of the button.
2433         * Clicking on the buddyicon in the conversation window toggles the
2434           size of the icon between small and large.
2435         * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
2436           an AIM chat) can be edited from its context menu in the buddy list.
2437         * Add a "Present conversation window" preference to the Message
2438           Notification plugin; the "Raise conversation window" option does not
2439           unminimize windows or draw attention to them when they are on other
2440           workspaces--the "Present" option should.
2441         * Add a preference to set Escape as the keyboard shortcut for closing
2442           the conversation window.
2443         * Add an option in the context menu to disable smileys in the selected
2444           text in the conversation history/log viewer. This should help people
2445           who regularly paste code in conversations.
2446         * Add a preference to choose the minimum size of the text input area in
2447           lines.
2448         * Moved the "Local alias" field in the Modify Account dialog to be below
2449           the "User Options" heading on the "Basic" tab.
2450         * Number of room occupants is now shown in chat tooltips where possible
2452         General:
2453         * The configure script now dies on more absent dependencies.  The
2454           --disable-xxx arguments to configure can be used to bypass unneeded
2455           dependencies.  This will also cause the configure script to die if an
2456           --enable-xxx option is used and the dependencies it requires are
2457           missing.
2458         * The Evolution integration plugin must now be explicitly enabled.  Use
2459           the --enable-gevolution argument to configure to enable it.
2460         * The Contact Availability Prediction plugin must now be explicitly
2461           enabled.  Use the --enable-cap argument to configure to enable it.
2463         Finch:
2464         * New default binding ctrl+x to open context menus.
2465         * Menu triggers and other bindings will no longer conflict.
2466         * Middle click pastes the internal clipboard (when mouse support is
2467           enabled).
2469 version 2.4.1 (03/31/2008):
2470         https://developer.pidgin.im/query?status=closed&milestone=2.4.1
2472         libpurple:
2473         * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
2474           should have no functional effect, other than continued support
2475           on systems which have dropped UCS-2 conversions.
2476         * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
2477         * Fix a crash when clearing the buddy icon for an account on XMPP
2478         * Fix a crash during login for some ICQ accounts
2479         * Prefer more available resources on XMPP when priorities are equal
2480         * Fix incorrectly marking some Yahoo! contacts as blocked
2481         * Improved handling of UTF-8 group names on ICQ (beret)
2482         * Fix a crash when starting if you have a Zephyr account
2483         * Increase XMPP ping timeout to 120 seconds, to prevent poor network
2484           connections from timing out unnecessarily.
2485         * Don't crash on XMPP forms with empty default values.
2486         * Fix issues with CHAP authentication for SOCKS5 proxies.
2488         Pidgin:
2489         * Remove a workaround for older versions gstreamer that was causing
2490           crashes on some non-Linux systems such as HPUX
2491         * Fix some cases of the conversation input entry area being 1 pixel high
2492         * Fix for displaying channel & buddy names in conversation window when
2493           they have '&' in them
2494         * Some memory leak fixes, especially in the Text Replacement plugin
2495         * Rectangular but non-square buddy icons have rounded corners in the buddy
2496           list
2498         Finch:
2499         * Fix compiling with Glib older than 2.6
2500         * Ensure existing conversations selected from the 'Send IM' dialog are
2501           given focus
2502         * Move the tooltip on the left of the buddylist if there's not enough room
2503           on the right to show it.
2505 version 2.4.0 (02/29/2008):
2506         https://developer.pidgin.im/query?status=closed&milestone=2.4.0
2508         libpurple:
2509         * Added support for offline messages for AIM accounts (thanks to
2510           Matthew Goldstein)
2511         * Fixed various problems with loss of status messages when going
2512           or returning from idle on MySpaceIM.
2513         * Eliminated unmaintained Howl backend implementation for the
2514           Bonjour protocol.  Avahi (or Apple's Bonjour runtime on win32) is
2515           now required to use Bonjour.
2516         * Partial support for viewing ICQ status notes (Collin from
2517           ComBOTS GmbH).
2518         * Support for /notice on IRC.
2519         * Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
2520         * Support for retrieving full names and addresses from the address book
2521           on Yahoo! Japan (Yusuke Odate)
2522         * The AIM/ICQ server-side preference for "allow others to see me
2523           as idle" is no longer unconditionally set to "yes" even when
2524           your libpurple preference is "no."
2525         * Fix SSL certificate checks for renewed certificates
2526         * Fix the ability to set vCard buddy icons on Google Talk/XMPP
2527         * D-Bus fixes on 64bit
2528         * Fixed retrieval of buddy icons and setting of server-side aliases on
2529           Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
2530           Guillen)
2531         * Fixed an MSN bug that would leave you appearing offline when transferred
2532           to different server
2534         Pidgin:
2535         * Added the ability to theme conversation name colors (red and blue)
2536           through your GTK+ theme, and exposed those theme settings to the
2537           Pidgin GTK+ Theme Control plugin (Dustin Howett)
2538         * Fixed having multiple alias edit areas in the infopane (Elliott Sales
2539           de Andrade)
2540         * Save the conversation "Enable Logging" option per-contact (Moos
2541           Heintzen)
2542         * Typing notifications are now shown in the conversation area
2544         Finch:
2545         * Color is used in the buddylist to indicate status, and the conversation
2546           window to indicate various message attributes. Look at the sample gntrc
2547           file in the man page for details.
2548         * The default keybinding for dump-screen is now M-D and uses a file
2549           request dialog. M-d will properly delete-forward-word, and M-f has been
2550           fixed to imitate readline's behavior.
2551         * New bindings alt+tab and alt+shift+tab to help navigating between the
2552           higlighted windows (details on the man page).
2553         * Recently signed on (or off) buddies blink in the buddy list.
2554         * New action 'Room List' in the action list can be used to get the list of
2555           available chat rooms for an online account.
2556         * The 'Grouping' plugin can be used for alternate grouping in the
2557           buddylist. The current options are 'Group Online/Offline' and 'No
2558           Group'.
2559         * Added a log viewer
2560         * Added the ability to block/unblock buddies - see the buddy context menu
2561           and the menu for the buddy list.
2562         * Fixed a bug preventing finch working on x86_64
2564 version 2.3.1 (12/7/2007):
2565         https://developer.pidgin.im/query?status=closed&milestone=2.3.1
2566                 NOTE: Due to the way this release was made, it is possible that
2567                       bugs marked as fixed in 2.3.1 will not be fixed until the
2568                       next release.
2570         * Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
2571           connecting to MSN and random local display name changes
2572         * Going idle on MySpaceIM will no longer clear your status and message.
2573         * Idle MySpaceIM buddies should now appear online at login.
2574         * Fixed crashes in XMPP when discovering a client's capabilities
2575         * Don't set the current tune title if it's NULL (XMPP/Google Talk)
2576         * Don't allow buddies to be manually added to Bonjour
2577         * Don't advertise IPv6 on Bonjour because we don't support it
2578         * Compile fixes for FreeBSD and Solaris
2579         * Update QQ client version so some accounts can connect again
2580         * Do not allow ISON requests to stack in IRC, preventing flooding IRC
2581           servers when temporary network outages are restored
2582         * Plug several leaks in the perl plugin loader
2583         * Prevent autoaccept plugin overwriting existing files
2585 version 2.3.0 (11/24/2007):
2586         https://developer.pidgin.im/query?status=closed&milestone=2.3.0
2587                 NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
2588                       have been fixed until this release (2.3.0).
2590         libpurple:
2591         * Real usernames are now shown in the system log.
2592         * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
2593           catch deprecated functions earlier rather than later.
2594         * Thanks to a patch from Intel, the Bonjour prpl now supports file
2595           transfers using XEP-0096 and XEP-0065.  This should enable file
2596           transfers between libpurple clients and Gajim clients, but will not
2597           work with iChat or Adium as they use a different file transfer
2598           implementation.
2599         * XMPP password changes that return errors no longer cause the saved
2600           password to be changed.
2601         * XMPP file transfer support has been enhanced to support sending
2602           files through a proxy when the server supports discovering a
2603           a bytestream proxy.  This should make file transfers much more
2604           reliable.  The next release will add support for manually specifying
2605           a proxy when the server doesn't advertise one.
2607         Pidgin:
2608         * If a plugin says it can't be unloaded, we now display an error and
2609           remove the plugin from the list of saved plugins so it won't load
2610           at the next startup.  Previously, we were ignoring this case, which
2611           could lead to crashes.
2612         * Mark dialog windows as transient for appropriate parent windows to
2613           help window managers do the right thing  (Gabriel Schulhof)
2614         * Connection errors are now reported in mini-dialogs inside the buddy
2615           list, rather than as buttons in the buddy list and with dialog
2616           boxes.  If several accounts are disabled when you sign on elsewhere,
2617           you can now re-enable them all with a single click.
2618         * Added tooltips to the Room List window to show full topics
2619         * Added buttons in preferences to access GNOME network and browser
2620           preferences configuration dialogs when running under GNOME
2621         * If you alias a buddy to an alias that is already present within
2622           a particular group, we now offer to merge the buddies into the
2623           same contact.
2624         * A music emblem is now displayed in the buddy list for a buddy if we
2625           know she is listening to some soothing music.
2626         * Added a 'Move to' menu in buddy list context menu for moving buddies
2627           to other groups as an alternative to dragging.
2628         * Group headings are now marked via an underline instead of a
2629           different color background.
2630         * It is now possible to mark a chat on your buddy list as "Persistent"
2631           so you do not leave the chat when the window or tab is closed.
2632         * The auto-join option for chats is now listed in the "Add Chat"
2633           dialog along with the new persistence option.
2634         * Closing an IM no longer immediately closes your conversation.  It
2635           will now remain active for a short time so that if the conversation
2636           resumes, the history will be retained.  A preference has been added
2637           to toggle this behavior.
2638         * The "Smiley" menu has been moved to the top-level of the toolbar.
2639         * Pidgin's display is now saved with the command line for session
2640           restoration.  (David Mohr)
2641         * ICQ Birthday notifications are shown as buddy list emblems.
2642         * Plugin actions are now available from the docklet context menu
2643           in addition to the Tool menu of the buddy list.
2644         * The manual page has been heavily rewritten to bring it in line
2645           with current functionality.
2647         Finch:
2648         * If a plugin says it can't be unloaded, we now display an error and
2649           remove the plugin from the list of saved plugins so it won't load
2650           at the next startup.  Previously, we were ignoring this case, which
2651           could lead to crashes.
2652         * It's possible to bind key-strokes to specific menuitems in the windows.
2653           Read the 'Menus' section in the man-page for details.
2654         * 'transpose-chars' operation for the entry boxes. The default key-binding
2655           is ctrl+t.
2656         * 'yank' operation for the entry boxes. The default binding is ctrl+y.
2658 version 2.2.2 (10/23/2007):
2659         https://developer.pidgin.im/query?status=closed&milestone=2.2.2
2660                 NOTE: Due to the way this release was made, it is possible that
2661                           bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
2662                           until the next release.
2664         * Various bug and memory leak fixes
2665         * Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory
2666           (e.g. c:\Documents and Settings\All Users\
2667                 Application Data\purple\prefs.xml) on Windows, similarly to
2668           how this is done on other platforms.
2670 version 2.2.1 (09/29/2007):
2671         https://developer.pidgin.im/query?status=closed&milestone=2.2.1
2672                 NOTE: Due to the backporting that happened for the actual
2673                       release, it is possible bugs marked as fixed in 2.2.1
2674                       will not be fixed until 2.2.2.
2676         libpurple:
2677         * A few build issues on Solaris were fixed.
2678         * Cancelling the password prompt for an account will no longer leave
2679           it in an ambiguous state.  (It will be disabled.)
2680         * Fixed an erroneous size display for MSN file transfers. (galt)
2681         * Fixed multiple memory leaks, particularly in XMPP and MySpace
2682           protocols
2683         * Fixed remembering proxy preferences and status scores
2684         * Gmail notifications are better tracked
2686         Pidgin:
2687         * Fixed keyboard tab reordering to move tabs one step instead of two.
2688         * You should no longer lose proxy settings when Pidgin is restarted.
2689         * Fixed detection of X11 when compiling
2691         Finch:
2692         * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
2693           dialog.
2695 version 2.2.0 (09/13/2007):
2696         https://developer.pidgin.im/query?status=closed&milestone=2.2.0
2698         libpurple:
2699         * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
2700           Code)
2701         * XMPP enhancements. See
2702           http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
2703           Monitzer, Google Summer of Code for Adium)
2704         * Certificate management. libpurple will validate certificates on
2705           SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
2706         * Some adjustments were made to fix sending messages when using
2707           the MSN HTTP method. (Laszlo Pandy)
2708         * Yahoo! Chat is fixed.
2709         * Some AIM file transfer issues between Pidgin and other clients
2710           have been fixed. (Kyryll A Mirnenko)
2711         * Properly restore idle status and time for AIM and ICQ accounts
2712           when they reconnect after being disconnected.
2714         Pidgin:
2715         * Insert Horizontal Rules and Strikethrough text from toolbar.
2716         * Option to show protocol icons in the buddy list, from the
2717           Buddies > Show menu. (Justin Heiner)
2718         * Ability to build with native, non-X11 GTK+ on OSX. (Anders
2719           Hasselqvist)
2720         * Remember the 'Enable Sounds' setting for a conversation.
2721         * Right-clicking the empty space in the formatting toolbar
2722           allows you to toggle back to the old "ungrouped" version.
2723         * Protocols supporting account registration via Pidgin now show
2724           a descriptive checkbox instead of a vague "Register" button.
2725         * Fixed a bug where a tab would be shown on single conversations
2726           when tabs were disabled.
2728         Finch:
2729         * Per-conversation mute and logging options (accessible from the menu).
2731 version 2.1.1 (08/20/2007):
2732         Yahoo:
2733         * Added an account action to open your inbox in the yahoo prpl.
2734         * Added support for Unicode status messages in Yahoo.
2735         * Server-stored aliases for Yahoo. (John Moody)
2736         * Fixed support for Yahoo! doodling.
2737         * Limited support for MSN Messenger contacts
2738         
2739         Bonjour:
2740         * Bonjour plugin uses native Avahi instead of Howl
2741         * Bonjour plugin supports Buddy Icons
2743         XMPP:
2744         * Only report conversation close when 'send typing notifications'
2745           preference is turned on (Bob Rossi)
2747         Pidgin:
2748         * Show current outgoing conversation formatting on the font label on
2749           the toolbar
2750         * Slim new redesign of conversation tabs to maximize number of
2751           conversations that can fit in a window
2752         * Tab bar is not visible when only one conversation is open. You can
2753           drag and drop conversations from the infopane.
2754         * Moved "Reset Formatting" toolbar button to Font menu.
2755         * Double click on the infopane to alias buddies and set topics
2756           on chats
2757         * New smiley style
2759         Finch:
2760         * Sound support (Eric Polino)
2762 version 2.1.0 (07/28/2007):
2763         libpurple:
2764         * Core changes to allow UIs to use second-granularity for scheduling.
2765           Pidgin and Finch, which use the glib event loop, were changed to use
2766           g_timeout_add_seconds() on glib >= 2.14 when possible.  This allows
2767           glib to better group our longer timers to increase power efficiency.
2768           (Arjan van de Ven with Intel Corporation)
2769         * No longer linkifies screennames containing @ signs in join/part
2770           notifications in chats
2771         * With the HTML logger, images in conversations are now saved.
2772           NOTE: Saved images are not yet displayed when loading logs.
2773         * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
2775         Pidgin:
2776         * Ensure only one copy of Pidgin is running with a given configuration
2777           directory.  The net effect of this is that trying to start Pidgin a
2778           second time will raise the buddy list.  (Gabriel Schulhof)
2779         * Undo capability in the conversation window
2780         * The formatting toolbar has been reorganized to be more concise.
2781         * A new status area has been added to the top of conversations to
2782           provide additional detail about the buddy, including buddy icon,
2783           protocol and status message.
2784         * Show idle times in the buddy list as days, hours, seconds
2786         Finch:
2787         * There's support for workspaces now (details in the manpage)
2788         * There's a new custom window manager, Irssi
2789         * Some improvements for tab-completion, tooltip and the password entries
2790         * Some bugs regarding search results fixed
2791         * A new DBus-script to create a docklet for finch
2792         * Support for showing empty groups in the buddy list (Eric Polino)
2794 version 2.0.2 (06/14/2007):
2795         Pidgin:
2796         * Added a custom conversation font option to preferences
2797         * Fixed smiley ordering in the insert smiley popup to be more intuitive
2798         * Conversation->More menu items work for Chats as well as Buddies,
2799           including those not on your buddy list
2800         * newline plugin should work better with conversation colors plugin now
2801         * Get Info on users now provides immediate feedback that something is
2802           happening
2803         * Aliasing a buddy will not be interrupted by other buddy list activity
2804         * Using the -l option to log in to a specific account works better
2806         libpurple:
2807         * Moving an ICQ buddy from one group to another no longer
2808           re-requests authorization from that person (Rene Hausleitner)
2809         * Added nullprpl, an example protocol plugin (Ryan Barrett)
2810         * Fixed SOCKS5 bug which caused Jabber file receiving to fail
2811         * Remove MSN's random "Authorization Failed" dialogs
2812         * Fix MSN to correctly detect incorrect passwords and disable the account
2813         * Get User Info on MSN is now more reliable & accurate
2814         * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
2815         * Fix for some QQ authentication problems
2816         * Fix for building on FreeBSD
2817         * Prevent "Logged in:" times for AIM buddies being ridiculously high
2818         * Updates and fixes to Bonjour support
2819         * Improve ICQ encoding support for some non-latin languages
2821         Finch:
2822         * Auto account reconnecting
2824 version 2.0.1 (05/24/2007):
2825         * Buddy list update speedups when buddy icons are not being
2826           displayed.  (Scott Wolchok)
2827         * Fix icons on docklet change status menu to match the status selector
2828         * Custom smileys on MSN can be saved by right-clicking on them
2829         * Fix a crash deleting a buddy that is in the Buddy List more than once
2830         * Compile fixes for Solaris
2831         * Fix GTalk formatting when there's a space before/after a */_
2832         * Fix Log viewer crash when the filename is not in the expected format
2833         * Get User Info now provides immediate feedback, and is updated when the
2834           user information is available
2835         * Make the choose buddy icon dialog correctly list the current directory
2836         * Fix for buddy icons disappearing
2837         * Timestamps are always on in debug output (-d) and Debug Window now
2838         * Don't escape html entities in Yahoo! system messages
2839         * Fix for the choose buddy icon dialog resizing strangely as files are selected
2840         * Receives notifications when XMPP buddies send "leaving chat"
2841           messages
2842         * Fix the typing animation so it doesn't stop animating once a conversation
2843           has gone from typing -> not typing -> typing
2844         * Fix error messages when joing XMPP chats
2845         * Identify the account when warning about plaintext auth over an
2846           unencrypted channel
2847         * Fix XMPP SASL authentication error when using Cyrus and a connect server
2848         * Fix changing tab locations to update properly
2849         * Turning off "Show formatting on incoming messages" now ignores
2850           formatting in <span> tags too
2851         * File transfer progress for transfers on MSN is now correctly displayed
2852         * You can set/change alias of buddies/chats by double-clicking on the
2853           conversation tabs (Ma Xuan)
2854         * Fix IRC connection bug with dircproxy (xjoe)
2855         * Ctrl+[shift]+tab focuses the next most active tab (William Thompson)
2856         * Fix Open Hotmail Inbox for MSN to work more reliably
2857         * Add a Google Talk item to the protocol list, to help users who think
2858           we don't support Google Talk.  The item acts just like "XMPP".
2859         * Remember if the X server supports XScreenSaver, to avoid waking it
2860           every 5 seconds.  (Arjan van de Ven with Intel Corporation)
2861         * Change our idle checking to poll only as necessary and raise the
2862           unidle timeout from 5 seconds to 60 when using XScreenSaver.  This
2863           and the XScreenSaver change will reduce Pidgin's effect on power
2864           consumption when running with NO_HZ.  (Arjan van de Ven with Intel
2865           Corporation)
2866         * Conversation -> Save As will now use aliases.
2867         * ALSA added as a possible sound method
2868         * Google Talk accounts will not import buddies from your Gmail address
2869           book
2871         Finch:
2872         * Userlist in chat windows, which can be turned on or off using
2873           "/users" command
2874         * Menus in the conversation windows
2875         * Improved tab completion support
2876         * Ctrl+c prompts with a dialog before exiting
2877         * Filter string in the debug window
2878         * Notify when you leave a chat
2879         * Work around an ncurses bug which appears when half of a multi-cell
2880           character is covered by an upper-level window
2881         * New plugins are shown in bold text in the plugin dialog
2882         * Nicer HTML screendumps
2884 version 2.0.0 (5/3/2007):
2885         * The project has new names - libpurple for the core, Pidgin for the
2886           GTK+ UI and Finch for the ncurses based console UI (AOL LLC)
2888         Build Changes:
2889         * With the Core/UI split complete, it is now possible to build
2890           libpurple without any UIs, creating a library upon which other
2891           UIs may be constructed
2892         * A new ncurses-based console UI called Finch is now available
2893           (Sadrul Habib Chowdhury, Google Summer of Code)
2894         * Reorganized the source tree to split apart the code for the UI
2895           changes and libpurple targets
2896         * libxml2 is now required.  We switched from gmarkup to libxml2 for
2897           more correct XML parsing.
2899         Status System:
2900         * The code dealing with buddy and account status, away messages,
2901           away states, online/offline, etc has been completely rewritten.
2902           Huge thanks to Christian Hammond, Dave West, Daniel Atallah and
2903           Sadrul Habib Chowdhury.
2904         * Your status can now be set from inside the buddy list using the
2905           selector at the bottom of the window.
2906         * To see messages when a buddy signs on or off, goes away, or
2907           becomes idle, load the "Buddy State Notification" plugin
2909         Buddy List:
2910         * Performance when manipulating and displaying the buddy list has
2911           been significantly improved (Aaron Sheldon, Google Summer of Code)
2912         * Buddy icons are now shown in tooltips (Felipe Contreras)
2913         * Tooltips now contain additional information about a "Person" that
2914           contains multiple online buddies
2915         * Added a "Last Seen" field to buddy tooltips
2916         * Contacts will auto-expand when buddies are dragged around
2917         * If Pidgin is exited with the buddy list hidden in the docklet, it
2918           will remain hidden when Pidgin is started again (Scott Shedden)
2919         * Improved buddy list searching with CTRL+F
2920         * Ability to set a buddy icon for all of your accounts at once via
2921           the buddy list (You can still set per-account icons via the
2922           account editor)
2923         * The space wasted by the group expanders has been eliminated and
2924           the expander setting in .gtkrc-2.0 is no longer needed
2925         * Authorization requests don't popup new dialogs anymore. They are
2926           displayed at the bottom of the buddy list instead.
2927         * New mail notifications don't popup new dialogs anymore. They are
2928           displayed at the top of the buddy list instead.
2930         Conversations and Chats:
2931         * Timestamps honor the locale.  To use the traditional style,
2932           enable the "Message Timestamp Formats" plugin.  The plugin
2933           also provides options to show dates in timestamps.
2934         * Messages from buddies in the same "Person" will automatically
2935           use the same conversation window.
2936         * The "Send As" menu has been replaced with a more appropriate
2937           "Send To" menu based on "Persons" on your buddy list
2938         * Message formatting persists between messages (Igor Belyi)
2939         * Full message background colors are now supported
2940         * Smooth scrolling when receiving a new message
2941         * Screenname colors in chats now chosen intelligently
2942         * Conversation buffer scrollback limited to avoid large memory
2943           usage in active conversations
2944         * Control-Shift-Tab will reverse cycle through the conversation tabs
2945           (James Vega)
2946         * Many problems related to having an IM conversation and a chat open
2947           with the same name are fixed (Andrew Hart)
2948         * Warning dialog when closing a window with unread IM messages
2949         * In chats right-click on names in the conversation window to
2950           IM/Send File/Get info/ignore the user
2951         * Added tab management options to the tab right-click menu (Sadrul
2952           Habib Chowdhury)
2953         * Brand new message queueing system.  Sounds are played when a
2954           message is queued rather than when the message is dequeued
2955           (Casey Harkins)
2956         * Ability to find the last message from a user in a chat (Levi Bard
2957           and Sadrul Habib Chowdhury)
2958         * Formatting is preserved across messages
2959           (There are known issues with pasting formatted text.  Either use
2960            "Paste as Plain Text", hit Ctrl-R after pasting, or use the Clear
2961            Formatting button on the toolbar.)
2962         * Performance while joining large chat rooms has been significantly
2963           improved (Aaron Sheldon, Google Summer of Code)
2964         * Bi-Directional text support improvements for GtkIMHtml (Shlomi Loubaton)
2966         Sounds:
2967         * Beautiful new default sounds (Brad Turcotte)
2968         * Use GStreamer for playing sounds, instead of libao
2969         * A volume control in the preferences (Casey Harkins)
2971         Log Viewer:
2972         * Log viewer aggregates logs from the same "Person"
2973         * When opening the log viewer, show the most recent log by default
2974           (Peter McCurdy)
2975         * Logs are now saved with the current timezone, which is displayed
2976           in the log viewer
2977         * Text logs are linkified, so URLs are clickable
2978         * The old logger now caches file offsets, so opening the log viewer
2979           for buddies with old logs should be much faster now if you have large
2980           log files (except the first time for a log, when the cache is built)
2982         Plugins:
2983         * Plugins are now accessed through a separate dialog from the Tools
2984           menu of the Buddy List
2985         * Newly installed plugins can now be activated without restarting
2986           Pidgin (Sadrul Habib Chowdhury)
2987         * Overhauled the system tray/docklet plugin (Casey Harkins)
2988         * Text Replacement Plugin rewritten, works in real time and far more
2989           intuitively (Benjamin Kahn)
2990         * Entries in the text replacement plugin are now sorted
2991           alphabetically
2992         * The text replacement plugin allows non-whole-word replacement rules
2993           (Levi Bard)
2994         * The text replacement plugin offers both case sensitive matching and
2995           automatic case handling
2996         * I'dle Ma'ker plugin now has an easier method to unidle accounts, a
2997           way to idle all accounts at once, and a way to unidle all accounts
2998           idled via the plugin (John Bailey, Sadrul Habib Chowdhury)
2999         * The Evolution Integration plugin now supports Groupwise contacts
3000         * Mono plugin loader (Eoin Coffey)
3001         * Perl plugin loader has been rewritten (John Kelm, Google Summer
3002           of Code)
3003         * New music messaging plugin (Christian Muise, Google Summer of Code)
3004         * gaim-remote has been superceded by new DBUS bindings within libpurple
3005           (Piotr Zielinski, Google Summer of Code)
3006         * The purple-url-handler program has been added to provide a way to
3007           automatically launch IM links via Pidgin or Finch.
3008         * The functionality of the auto-reconnect plugin has been
3009           moved into the core, and the plugin itself has been removed.
3010         * 'Highlight when nick said' option added to Message Notification
3011           plugin.
3012         * The system tray icon is now properly transparent (Dan Winship)
3013         * New Log Reader plugin that can read and display logs from Adium,
3014           MSN Messenger, and Trillian in the log viewer
3015         * New Contact Availability plugin that attempts to predict the
3016           times when people in your buddylist will most likely respond
3017           to you, based on times in the past when they have responded
3018           (Geoffrey Foster, Google Summer of Code)
3019         * A few new plugins: Autoaccept, Autoreply, Buddy Notes, New Line,
3020           Offline Message Emulation, Conversation Colors and Markerline
3022         MSN Features:
3023         * Custom smiley receiving support (Irving Cordova & Francesco Fracassi)
3024         * Added support for sending (with the /nudge command) and receiving
3025           "nudges" (Julien Cegarra, Martin Bayard)
3026         * Added an account action to open your Hotmail inbox from MSN
3027         * Bi-directional text is correctly handled now (Shlomi Loubaton)
3029         Yahoo Features:
3030         * Stealth Settings have been implemented
3031         * Doodle is now supported (Andrew Dieffenbach, Google Summer of Code)
3032         * Buddies' requests to add you to their lists now prompt for
3033           authorization
3034         * Account option to ignore chat and conference invitations (Peter
3035           Lawler)
3036         * Added a /list command to bring up the room list (Peter Lawler)
3038         AIM/ICQ Features:
3039         * ICQ file transfer support with newer ICQ clients (Jonathan Clark,
3040           Google Summer of Code)
3041         * Many overall improvements to AIM and ICQ file transfers (Jonathan
3042           Clark, Google Summer of Code)
3043         * Support for pausing and resuming AIM and ICQ file transfers
3044           (Graham Booker)
3045         * Ability to set ICQ "require authorization" and "web aware"
3046           setting (Ettore Simone)
3047         * ICQ encoding fix for offline buddies (Ilya Konstantinov)
3049         IRC Features:
3050         * SSL support for IRC connections (Daniel Atallah)
3051         * Show an error message when temporarily unable to join an IRC
3052           channel or change your nick
3053         * Added /nickserv, /memoserv, /chanserv and /operserv
3054           commands (Joao LuĆ­s Marques Pinto)
3055         * Added CTCP VERSION via /version (Andrej Krivulčƭk)
3056         * Added /whowas command (achris)
3058         Jabber Features:
3059         * Support for SRV lookups
3060         * Support for buddy icons
3061         * Jabber User Directory searching
3063         SILC Features:
3064         * Whiteboard support (Pekka Riikonen)
3065         * Sending/receiving images in IMs (Pekka Riikonen)
3066         * Cipher and HMAC selection support (Pekka Riikonen)
3067         * Buddy Icon support (Pekka Riikonen)
3069         Other Protocol Changes:
3070         * Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google
3071           Summer of Code)
3072         * Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of
3073           Code).  This requires the libgadu library.  See
3074           https://pidgin.im/faq.php#libgadu for more information.
3075         * SIP/SIMPLE support (Thomas Butter, Google Summer of Code)
3076         * Sametime protocol support
3077           Requires the meanwhile library: http://meanwhile.sourceforge.net
3078         * QQ protocol support (Mark Huetsch, Google Summer of Code, and the
3079           developers of the OpenQ project)
3080         * Removed the Napster and TOC protocols plugins
3082         Other Noteworthy Changes:
3083         * NAT traversal support via UPnP (Adam J. Warrington, Google Summer of
3084           Code)
3085         * NAT traversal support via NAT-PMP (Evan Schoenberg and R. Tyler Ballance)
3086         * The modify account dialog now contains two tabs, which should display
3087           better at lower resolutions (Sadrul Habib Chowdhury)
3088         * New "find buddy" results dialog (Alex Converse)
3089         * People using input methods can now use Enter again
3090         * Mouse-over hyperlink coloring is now themeable
3091         * Buddy Pounces now have a proper management window. (Kevin Stange)
3092         * Buddy icons maintain aspect ratio when resized
3093         * The last used directory is remembered for opening or saving files and
3094           buddy icons
3095         * Add an SVG version of our desktop icon, pidgin.svg (John Oyler)
3096         * If a given protocol doesn't support privacy, we now handle blocking
3097           in the core. (Jean-Yves Lefort)
3098         * Smiley themes can now include spaces in the smiley definitions.
3099           The spaces (and now backslashes) must be backslash-escaped.
3100           (Sadrul Habib Chowdhury)
3101         * New e-mail notices are now grouped into one dialog.
3102           (Sadrul Habib Chowdhury, Chris Stafford)
3103         * "Open" in the File Transfer window integrates with GNOME, KDE, and
3104           Windows and falls back to the browser in other environments.
3105         * On Mac OS X, the keyboard/mouse idle time pref now uses system idle
3106           time instead of X11 idle time (Michael Culbertson)
3107         * Autocomplete in the buddy pounce dialog (Sadrul Habib Chowdhury)
3108         * Non-blocking socket I/O is used in most protocol plugins
3109         * All-new icons all over the place (Hylke Bons)
3111         Preference Changes:
3112         * Preferences have been substantially reorganized and cleaned up
3113         * Smiley theme descriptions are now shown correctly for the highlighted
3114           smiley theme (Levi Bard)
3115         * All Buddy List preferences have been moved to the Buddies menu of
3116           the buddy list window.
3117         * Proxy settings will be taken from Gnome if it is running.  These may
3118           still be overridden on a per-account basis.
3119         * Removed "Dim idle buddies;" behavior is now always enabled
3120         * Removed keyboard shortcut preferences for ctrl-B/I/U; enabled by
3121           default, but won't interfere with bindings set by the GTK theme
3122         * Removed keyboard shortcuts preferences for ctrl-# to insert a smiley;
3123           behavior removed from Pidgin
3124         * Removed "Enter" vs. "Ctrl-Enter" to send; "Enter" sends by default,
3125           but it is now possible to change this binding in your GTK theme
3126         * Removed "Show multi-colored screennames in chats;" behavior is now
3127           always enabled and screenname colors automatically adjust themselves
3128           to compensate for background color.
3129         * Removed "Raise Buddy List Window on Events" and the related behavior
3130         * Removed "Display remote nicknames if no alias is set"
3131         * Removed "Show idle times" and "Show warning levels" on the buddy
3132           list; behavior is now always enabled
3133         * Removed "Auto-expand contacts;" contacts expand only when dragging
3134           buddies around the buddy list
3135         * Removed conversation and buddy list buttons and related preferences
3136         * Removed "Raise conversation window" preferences; moved feature to
3137           the notify plugin
3138         * Removed "Show alias in tabs/titles;" behavior is now always enabled
3139         * Removed "Show formatting toolbars;" the setting in conversations'
3140           "Options" menu now affects the global preference
3141         * Removed "Show timestamps;" behavior is now enabled, but is overridden
3142           by the timestamp plugin
3143         * Removed all protocol options pages
3144         * Removed "Escape closes windows;" default key binding is now Ctrl-W
3145         * Removed "Log when buddies sign on/sign off/become idle/become
3146           un-idle/go away/come back" and "Log your own actions;" all of these
3147           will be logged when the system log is enabled
3148         * Removed the separate ignore formatting preferences; behavior has been
3149           consolidated into a single preference
3151 version 1.5.0 (8/11/2005):
3152         * Ability to set IRC quit message (Lalo Martins)
3153         * OSCAR file transfers now work for 2 users behind the same NAT
3154           (Jonathan Clark)
3155         * Yahoo! buddy requests to add you to their buddy list now prompt for
3156           authorization
3157         * Added a /clear command for conversations/chats
3158         * Fixed ICQ encoding for messages with offline ICQ users
3159           (Ilya Konstantinov, SF Bug #1179452)
3160         * Default Yahoo! chat roomlist locale to 'us'
3162 version 1.4.0 (7/7/2005):
3163         * Fix system log start times for some protocols
3164         * SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
3165         * Fixed a bug where buddy icon cache files were left in the icon
3166           cache directory after they were no longer in use.
3167         * Attempt to detect the file type of a buddy icon when saving.
3168         * Additional Yahoo! boot protection (Peter Lawler)
3169         * A few Yahoo! memory leaks plugged (Peter Lawler)
3170         * Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt,
3171           Peter Lawler)
3172         * Fixed localized Yahoo! room lists.  Please refer to the Yahoo!
3173           section of the Gaim FAQ for details. (Peter Lawler)
3174         * Enabled sending files to ICQ users using ICQ 5.02 and newer
3175           (Jonathan Clark)
3177 version 1.3.1 (6/9/2005):
3178         * The file transfer details section now also displays the full path to
3179           the local file sent/received.
3180         * Yahoo! has the following new "/" commands:  /join, /buzz
3181         * Fix Yahoo! privacy bug
3182         * Fix Jabber Get Info crash on busted servers
3183         * Updated our gaim.desktop file, thanks to all our terrific translators
3184           for sending in translations of the changes
3185         * Improvements to how Gaim handles new message notification
3186         * Fix Jabber registration on XMPP servers (including jabber.org)
3188 version 1.3.0 (5/10/2005):
3189         * Removed parts of the font selection dialog that were not respected
3190         * Fix being invited to a multi user chat on MSN
3191         * Multiple SILC accounts should work now (Pekka Riikonen)
3192         * Fix times on jabber chat backlogs
3193         * Fix gevolution plugin to compile with e-d-s 1.0 or 1.2
3194         * Fix gevolution plugin to remember buddy name when someone added you
3195           and you then add them
3196         * Formatting in jabber chats works
3197         * Fix to prevent MSN disconnecting if you change status while connecting
3198         * Fixes for two remotely exploitable crash bugs.  See
3199           http://gaim.sourceforge.net/security/ for more information.
3200         * Change to correctly handle adding jabber buddies on ejabberd servers
3202 version 1.2.1 (4/3/2005):
3203         * URL escaping now works with UTF-8 text. This may break some old log
3204          files.
3205         * Revert to XOR auth for ICQ as the md5 is not fully functional
3206         * Fix bug with going away while in a jabber chat
3207         * MSN bug fixes (Felipe Contreras)
3208         * Escape things properly in IRC
3209         * Docklet fixes: fix the "1 pixel-wide icon" bug, fix problems with Gaim
3210           crashing when the tray manager dies, and work correctly with multi-headed
3211           displays where the tray isn't on the primary screen (Robert McQueen)
3213 version 1.2.0 (3/17/2005):
3214         * Yahoo file receiving and buddy icon receiving work again.
3215         * Limit animated buddy icon frame rates to 10 frames per second
3216           (Nathan Conrad)
3217         * Fix a bug where portions of your account configuration would
3218           fail to be read correctly if you set a proxy user name or
3219           password containing invalid XML characters such as < and >
3220           (Bastien Durel)
3221         * Yahoo! privacy improvements (Bleeter)
3222         * Fix receiving Jabber formatting (broken in 1.1.3)
3224 version 1.1.4 (2/24/2005):
3225         * Fixed a bug where Yahoo! would lose messages (and any other packet
3226           really)
3227         * Correctly show the time when incoming Gadu-Gadu messages were sent
3228           (Carl-Daniel Hailfinger)
3229         * Fixed crashes with glib 2.6
3230         * Fixed MSN crash when conversations time out after the conversation
3231           window was closed
3232         * Fixed an html parsing bug, CAN-2005-0208
3234 version 1.1.3 (2/17/2005):
3235         * CHAP authentication support for SOCKS5 proxies (Malcolm Smith)
3236         * ICQ offline messages are sent using your specified character
3237           set instead of Unicode (Magnus Hult)
3238         * MSN HTTP method works with proxies using authentication (Bastien Durel)
3239         * Really fix the bug where buddies show as logged in for 49 thousand days
3240         * Buddy pounces containing '&' are saved correctly
3241         * Improved MSN error handling when the servers are unavailable
3242         * More MSN bug fixes
3243         * Fix some leaks
3244         * Fix "Find" in the log viewer so that it finds in all logs
3245         * Smileys not appearing at the end of lines has been fixed
3246         * Closing conversation windows no longer cancels active file transfers on
3247           MSN (Felipe Contreras)
3249 version 1.1.2 (1/20/2005):
3250         * MSN 'HTTP Method' fixed (Felipe Contreras)
3251         * Better handling of MSN's Individuals group and buddy status updates
3252           (Felipe Contreras)
3253         * Fix a crash inviting MSN user to a chat when they're already there
3254         * AIM SecurID login support
3255         * Fix configuration of Jabber chat rooms on some servers
3256         * More MSN bug fixes (Felipe Contreras)
3257         * Fix queue messages to Docklet when not globally away (Robert McQueen)
3258         * Fix some leaks
3259         * The Autopackage now builds both the mozilla-nss and the gnutls
3260           ssl plugins, and requires at least one of those libraries.
3262 version 1.1.1 (12/28/2004):
3263         * Allow SILC authentication via public key if your key is password
3264           protected (Michele Baldessari)
3265         * More MSN bug fixes (Felipe Contreras)
3266         * Drag-and-drop to conversation window file transfers work again
3267         * Disable the delete button on pounces that aren't saved yet anyway
3268           (Kevin Stange)
3270 version 1.1.0 (12/02/2004):
3271         New Features:
3272         * Binary relocable. Gaim will find its files even if it's installed
3273           in a location other than the --prefix it was ./configured with.
3274           Pass --disable-binreloc to ./configure to disable.
3275         * IRC now has fallback encodings, and tries harder to display
3276           something useful during an encoding error.
3277         * New MSN protocol icon (Felipe Contreras)
3279         Bug Fixes:
3280         * Fix some leaks (Miah Gregory, Felipe Contreras)
3281         * Fix crashes when removing buddies in certain situations (Andrew Hart)
3282         * Eliminate MSN switchboard errors (Felipe Contreras)
3283         * Fix MSN buddy icon synchronization (Felipe Contreras)
3284         * Correctly display file transfer dialogs for filenames containing &, < or >
3285         * Correctly display MSN authorization dialogs for friendly names containing
3286           &, < or >
3287         * Properly align the right-click docklet menu with the docklet icon in
3288           *nix.
3289         * Fix a crash if the MSN buddy list is not available
3290         * Fix a bug in the request api (Gary Kramlich)
3292 version 1.0.3 (11/11/2004):
3293         Bug Fixes:
3294         * Jabber authentication fixes (Michael Plump)
3295         * Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
3296         * "Allow All" privacy setting works on Yahoo (Peter Lawler)
3297         * Fix a crash when dragging a buddy to the conversation entry area
3298         * Fix a crash removing chats from the buddy list
3299         * Correctly display buddy pounces for aliases with &, < or > in them
3300         * Correctly follow the per-conversation logging option
3302 version 1.0.2 (10/19/2004):
3303         Bug Fixes:
3304         * MSN file transfers work on big endian machines (Jean-Francois Roy and
3305           Evan Schoenberg)
3306         * Fixed the MSN signon crash with Miranda users in the buddy list
3307         * Fixed sending messages to MSN Web Messenger users (Damien Ayers)
3308         * Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
3309         * Fixed a crash viewing certain MSN user profiles (Evan Schoenberg)
3310         * Fixed a crash sending a file on MSN when the file is unreadable
3311         * Fixed a crash deleting accounts (Andrew Hart)
3312         * Fixed a crash inviting to chats (Andrew Hart)
3313         * Fixed a bug in Yahoo privacy handling (Peter Lawler)
3314         * Fixed a crash trying to join a chat from the docklet when not signed in
3315           to a chat-capable account (Daniel Atallah)
3317 version 1.0.1 (10/07/2004):
3318         New Features:
3319         * Use the GNOME default browser when opening links if you're running GNOME
3320           (Alex Duggan)
3321         * Added support for multiple addressbooks in the gevolution plugin
3322           (Henry Jen).
3324         Bug Fixes:
3325         * Send-As menu duplicates less work (Dave West)
3326         * Can now see your own MSN buddy icon (Felipe Contreras)
3327         * Jabber roomlist fetches work again
3328         * Close buttons on tabs in existing conversations correctly reflect the
3329           "show close buttons on tabs" preference (Nathan Fredrickson)
3330         * Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
3331           Harfst)
3332         * Fixed crashes when reloading the gevolution plugin (Henry Jen)
3333         * Fixed some memory leaks in the gevolution plugin.
3334         * Wrap at character boundaries if there is not enough space for a full word
3335         * 64 bit compile warning fixes
3337 version 1.0.0 (09/17/2004):
3338         New Features:
3339         * Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
3340         * Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
3341         * View Chat log available from the interface (Daniel Atallah)
3342         * Ability to receive offline messages in character encodings
3343           other than ASCII (thanks to Nick Sukharev)
3344         * File transfer status messages printed to conversation
3345           windows (Dave West)
3346         * Display file transfer messages when someone sends you a file
3347           over AIM (Dave West)
3348         * Handle MSN buddy lists more sanely (Felipe Contreras)
3349         * Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
3351         Bug Fixes:
3352         * Work around window manager stupidity with new dialog windows (Dave West)
3353         * Compile with gtk 2.5.x (Gary Kramlich)
3354         * Escape invalid characters in log names (Daniel Atallah)
3355         * Fix for clicking add in an msn chat with 2 or more people in your buddy
3356           list (Daniel Atallah)
3358 version 0.82.1 (08/27/2004):
3359         Bug Fixes:
3360         * Fix a crash when changing the preference for how to display buttons
3361           on conversation windows
3362         * Remove a stray printf() when beginning new conversations and logging
3363           is enabled
3365 version 0.82 (08/26/2004):
3366         New Features:
3367         * Ability to set available messages for AIM
3368           (Tools->Account Actions->Set Available Message...)
3369         * Ability to specify a custom character set for messages sent to ICQ
3370           users and messages received from ICQ users
3371         * Ability to edit your current away message (Rhett Robinson)
3372         * Topics in the conversation window (not the topic field at the
3373           top) with URLs will now appear as links (Stu Tomlinson)
3374         * File transfers appear in the file transfer window when they
3375           are initiated rather than when they begin transferring (Dave West)
3376         * Instead of toggling slash commands on/off, you can now toggle
3377           passing through unknown slash commands on/off.
3379         Bug Fixes:
3380         * Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
3381         * Selecting a buddy icon for a brand new account no longer
3382           causes a crash
3383         * Better file transfer error messages (Dave West)
3384         * Remotely canceled file transfers in MSN are now noticed, so that we
3385           don't accidentally cancel the file transfer and crash Gaim
3386           (Felipe Contreras)
3387         * Protocols that don't support joining chat rooms by name no longer
3388           allow chat rooms to be added to the buddy list (Felipe Contreras)
3389         * Delayed messages and system messages no longer cause
3390           sound events to be triggered (Nathan Fredrickson)
3391         * The chat invite button has a correct label (Stu Tomlinson)
3392         * The system log should leak fewer file descriptors (Ka-Hing Cheung)
3393         * Buddy list tooltips display in more appropriate positions when
3394           using multiple monitors (Dave West)
3395         * Better parsing of URLs containing special characters
3396         * All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
3397         * You now leave all Yahoo! conferences when you log out of Yahoo!
3398         * Buddy Icon updating bug fixed (Felipe Contreras)
3400 version 0.81 (08/05/2004):
3401         New Features:
3402         * The autorecon plugin will somewhat remember state information(Yosef
3403           Radchenko)
3404         * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson)
3405         * Tab completion of slash commands in Chats (Stu Tomlinson)
3406         * gaim-remote can now manipulate status (IstvĆ”n VĆ”radi)
3407         * The text messages of Yahoo Audibles are now displayed, although
3408           the audio and graphics are not.
3409         * Yahoo! away messages can be 255 characters long now
3411         Bug Fixes:
3412         * Gadu-Gadu should connect again (Andrew Wellington)
3413         * Novell fixes (Mike Stoddard of Novell):
3414                 * Fixed reconnect crash
3415                 * Fixed duplicate root folder bug
3416                 * Fixed bug with folder ordering (on a first time login
3417                   folders were being added in reverse order).
3418         * Use ISO date format for the system log (Eduardo PĆ©rez)
3419         * Long buddy lists with irc should cause flooding disconnects less
3420           (Stu Tomlinson)
3421         * Better smiley substitution
3422         * Fix a crash related to auto-expanding contacts at the bottom of
3423           buddy lists
3424         * Fix a crash on Solaris when changing or viewing information for
3425           your AIM account (Format Screen Name, Change Email Address, etc.)
3426         * HTML in OSCAR buddy comments is now escaped (and not rendered)
3427         * Fix a crash when dragging a screen name to a conversation window
3428           for that screen name
3429         * User-requested new conversation windows are now always given focus
3430         * Pasting HTML into Gaim from certain sources no longer results in
3431           the spaces between some words being removed
3432         * The alias of a contact is now displayed in more places when the
3433           alias of a buddy is not set
3434         * .gaimrc is no longer imported
3435         * Prevent a crash if you sign off and try to dequeue messages from
3436           the away dialog (Kevin Stange)
3437         * Prevent a possible crash if gaim_gtkconv_write_conv is called
3438           with who as NULL (Kevin Stange)
3439         * Prevent (null) or an empty string from being logged as the sender's
3440           name if the sender no longer has an alias because the account is
3441           signed off (Kevin Stange)
3442         * The auto-reconnect plugin will no longer attempt to reconnect an
3443           MSN account if you were disconnected because you signed on from
3444           another location (Stu Tomlinson)
3445         * On Solaris, chatting in IRC using the UTF-8 charset no longer gives
3446           a "conversion failed" error for every message (Arvind Samptur)
3447         * ICQ offline messages should have the correct timestamp (Dave West)
3449 version 0.80 (07/15/2004):
3450         New Features:
3451         * Ability to send files from the conversation window (Daniel Atallah)
3452         * Drag a file into the buddy list or a conversation to send it to that
3453           buddy
3454         * Yet more new commands and features for SILC (Stu Tomlinson)
3455         * Gaim uses the new file chooser when compiled for GTK+ 2.4
3456           (Fernando Herrera)
3457         * Support for the Epiphany web browser (Leonardo Serra)
3458         * Status messages in Gadu-Gadu (Andrew (proton) Wellington)
3459         * Parentheses are now displayed around the title and tabs of
3460           conversations from offline accounts or parted chats.
3461         * Zephyr typing notification (Arun A Tharuvai)
3462         * Account dialog's columns are resizable (Eduardo PĆ©rez)
3464         Bug Fixes:
3465         * The firefox browser option now works with firefox 0.9
3466         * Buddy icons in conversations no longer depend on the
3467           buddy list
3468         * Fix for the bug where some buddies seemed logged in 4
3469           thousand some odd days (Alan Ford)
3471 version 0.79 (06/24/2004):
3472         New Features:
3473         * Display name changes are now shown in the conversation windows.
3474           (Robert Mibus)
3475         * Get Info on Yahoo! now works for nonenglish profiles.
3476           (Ambrose Li)
3477         * General "Get Info" improvements on Yahoo! and MSN (Ambrose Li)
3478         * Yahoo! Japan support. Click More Options and check Yahoo Japan
3479           in the account editor, to use your Yahoo! Japan account
3480         * Gtk themes can now theme the Gaim buddy list independently of
3481           other things (Stu Tomlinson)
3482         * Show timestamps now has a per-conversation option in addition
3483           to the global one, bringing it in line with the other conver-
3484           sation options (Stu Tomlinson)
3485         * Added MSN buddy icons (Felipe Contreras)
3486         * Added MSN file transfer (Felipe Contreras)
3487         * MSN's idle state now actually sets a buddy idle
3488         * Buddy pounce defaults are now more sane, and apply to the state the
3489           buddy is currently in. For example, if the buddy is idle, set
3490           "Return from idle" by default. The last action(s) used are the
3491           defaults for the next pounce
3492         * Yahoo buddy icon support
3493         * Selected buddy icons will automatically convert to the appropriate
3494           format for the protocol. (GTK 2.2 and higher only)
3495         * Dragging an image file into the Modify Account dialog will set that
3496           as a buddy icon.
3497         * Development headers for compiling third-party plugins are now
3498           installed. (Stu Tomlinson)
3499         * Headers for gaim-remote now reside in gaim/ instead of
3500           gaim-include/.
3501         * Basic YCHT support, which allows joining Yahoo! Chats when
3502           logged in using the web messenger method
3504         Bug Fixes:
3505         * Fixed Yahoo! authentication problems.  (Cerulean Studios)
3506         * Non-looping animated icons no longer cause Gaim to freeze
3507         * Flashing windows should work again for unix in window managers that
3508           support the URGENT hint (Etan Reisner)
3509         * Better handling of character sets in RTF for Novell (Mike Stoddard of
3510           Novell)
3511         * Contact list sync problems in Novell fixed (Mike Stoddard of Novell)
3512         * Fixed a crash in SILC that sometimes happened when resolving
3513           the buddy list (Pekka Riikonen)
3514         * Parallel compiles of the perl plugin should work better
3515           (Stu Tomlinson)
3516         * The disconnected UI op was called twice on connection errors. Now
3517           it is only called once. (Evan Schoenberg)
3518         * Dragging into conversation windows works better
3519         * Protocol-specific settings for accounts were being removed whenever
3520           the account was modified. Now they're only removed when the protocol
3521           type changes, as it should be.
3522         * Zephyr bug fixes and memory leak plugs (Arun A Tharuvai)
3523         * Rewrite of MSN buddylist support, which fixed a known syncronization
3524           bug and some others (Felipe Contreras)
3526 version 0.78 (05/30/2004):
3527         New Features:
3528         * Support for the SILC protocol (http://www.silcnet.org/)
3529           (Pekka Riikonen)
3530         * Option to suppress disconnect notification when using
3531           the autoreconnect plugin (Christopher (siege) O'Brien)
3532         * Added support for dragging buddies from the buddy list into the
3533           Add Buddy Pounce dialog
3534         * Pounce notification now includes time (Mike Lundy)
3535         * The history plugin now shows history for chats in addition to IMs
3536         * Menu item to view conversation logs (Tom Samstag)
3537         * Conversation and chat sizes automatically saved (Stu Tomlinson)
3538         * Added support for Novell privacy settings (Mike Stoddard of Novell)
3539         * Added ability to initiate multi-user conferences (chats) in Novell
3540           (Mike Stoddard of Novell)
3541         * Find and Save buttons on the debug window (Stu Tomlinson)
3542         * Plugin Actions menu (Christopher (siege) O'Brien)
3543         * Plugins can now add entries to the right-click menu of a group or chat
3544           (Stu Tomlinson and Christopher (siege) O'Brien)
3545         * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file
3547         Bug Fixes:
3548         * Compiles again with gcc 2.96 (Ignacio J. Elia)
3549         * Gtk2.0 compatibility fixes (Tim Ringenbach)
3550         * Many documentation updates (Jonathan Champ, Gary Kramlich,
3551           Stu Tomlinson, and Kevin Stange)
3552         * Yahoo works on 64 bit machines (Gary Kramlich)
3553         * Zephyr works on 64 bit machines (Arun A Tharuvai)
3554         * Novell 64bit fixes, better error messages, and buddy list sync fixes
3555           (Mike Stoddard of Novell)
3556         * Novell protocol works on big endian machines (Novell)
3557         * Massive rewrite of MSN support, which should fix a number of issues
3558           and make errors easier to interpret (Felipe Contreras)
3559         * Fixed a privacy-related bug in MSN that affected blocking/permitting,
3560           which was due to case-sensitive string comparisons (Gudmundur
3561           Olafsson)
3562         * Fixed an MSN HTTP method bug where MSN would queue data indefinitely.
3563           (Andrew Wellington)
3564         * All known MSN formatting bugs were fixed.
3565         * Overly long messages and paging cell phones in MSN no longer cause
3566           disconnects (Felipe Contreras)
3567         * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay
3568           Dobbie)
3569         * ALT-F works correctly in the System Log Viewer (Stu Tomlinson)
3570         * New tabs should scroll correctly again (Tim Ringenbach)
3571         * Dialogs opened from a conversation window are now closed when
3572           the conversation window is closed, preventing a crash (Kevin Stange)
3573         * Copy/paste encoding fixes (Joe Marcus Clarke)
3574         * IRC disconnect crash fix (Luciano Miguel Ferreira Rocha)
3575         * Ampersands in links should work correctly (Tim Ringenbach)
3576         * DirectIM and IM Image support for AIM are greatly improved
3577           (Tim Ringenbach)
3578         * Gadu-Gadu updates (Andrew Wellington)
3579         * Print Gadu-Gadu messages to the debug window instead of the console
3580         * Updated and standardized blist signals (Gary Kramlich)
3581         * Made the recieve-*-msg signals match the sending ones (Stu Tomlinson)
3582         * The idle time for the buddy-idle and buddy-unidle signals should
3583           be correct again.
3585         Preference Changes:
3586         * Added "Conversation placement - By conversation count"
3587         * Added a "none" smiley theme to replace the "Show graphical
3588           smileys" option
3589         * Replace default formatting preferences with a dialog to set a
3590           default formatting in a WYSIWYG manner.
3591         * Removed "Show logins in window," default to yes
3592         * Removed "Send URLs as links," default to yes (in protocols that
3593           support HTML)
3594         * Removed "Show URLs as links," default to yes
3595         * Removed New window height & width and Entry field height for Chats &
3596           IMs, sizes are now saved automatically
3597         * Removed "Tab-complete nicks" default to yes
3598         * Removed "Old-style tab completion", no longer supported
3599         * Removed "Sending message removes away status", default to no
3600         * Removed "Show numbers in groups", default to yes
3601         * Removed "Icons on tabs", default to yes
3602         * Removed "Sounds when you log in", default to no
3603         * Removed "Seconds before resending autoresponse", default to 600
3604           seconds
3605         * Removed "Send autoresponse in active conversations", default to no
3606         * Removed "Show people joining in window", default to yes
3607         * Removed "Show people leaving in window", default to yes
3609 version 0.77 (04/22/2004):
3610         New Features:
3611         * The System Log returns (Ka-Hing Cheung)
3612         * Added a conversation-drag-ended signal (Etan Reisner)
3613         * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras)
3614         * Added the -c option to specify location of the .gaim directory,
3615           removed the outdated -f option that no longer had any effect (Daniel
3616           Atallah)
3617         * Novell GroupWise protocol support added (Novell)
3618         * WYSIWYG improvements (Tim Ringenbach)
3619         * WYSIWYG editing for user info (Jon Oberheide)
3620         * Rich-text copy and paste
3621         * Plugins can now add menu items to the buddy context menu
3622           (Christopher O'Brien)
3623         * Plugins can now add preferences (Gary Kramlich)
3624         * The TOC protocol is no longer built by default. The plugin is not
3625           being properly tested and is no longer officially supported.
3626         * Bumped up the plugin API version number, and added version numbers
3627           for loader plugins and protocol plugins. Authors will want to
3628           update their plugins, and possibly use GAIM_PLUGIN_API_VERSION,
3629           GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants.
3630         * Zephyr error reporting works (Arun A. Tharuvai)
3631         * Zephyr deals with non-utf8 characters (Arun A. Tharuvai)
3633         Bug Fixes:
3634         * Formatting in the Log viewer is fixed (Kevin Stange)
3635         * Save Conversation works again (Kevin Stange)
3636         * The Clear button in privacy works (Robert Mibus)
3637         * MSN error reporting works again (Stu Tomlinson)
3638         * MSN e-mail notifications should no longer cause Gaim to crash
3639           (Felipe Contreras)
3640         * Fixed an infinite loop bug that would sometimes cause MSN to lock
3641           up (Nickolai Zeldovich)
3642         * All away messages should now show up in tooltips
3643         * Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
3645 version 0.76 (04/01/2004):
3646         New Features:
3647         * WYSIWYG text input (with much help from Gary Kramlich and Kevin
3648           Stange)
3649         * Ability to be invisible on AIM
3650         * Chatroom list support (Tim Ringenbach)
3651         * Added auto-completion for screen names to the New Instant Message and
3652           Get User Info dialogs.
3653         * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech)
3654         * Vastly improved browser opening, with tab support! (Nathan
3655           Fredrickson)
3656         * Added support for connecting to MSN using the port 80 method.
3657         * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson)
3658         * Added protocol-specific preferences (Gary Kramlich)
3659         * Local IP address information can be changed in Preferences
3660           (Tim Ringenbach)
3661         * Improved local IP address detection (Tim Ringenbach)
3662         * Offline accounts in account drop-down lists are now greyed (Etan
3663           Reisner)
3664         * Improved accessibility support for screen readers and other
3665           accessibility tools (Marc Mulcahy)
3666         * Improved accessibility in conversation windows (Nathan Fredrickson)
3667         * Keyboard access to context menus via Shift+F10 (Marc Mulcahy)
3668         * Core/UI split event loop code. (Scott Lamb)
3669         * Added improvements to the multi-field request code, including
3670           required fields and account fields.
3671         * Moved more dialogs to the request API for interface consistency
3672           (Send Message, Get User Info, and Insert Link dialogs)
3673         * Jabber file transfer
3674         * IRC file transfer (Tim Ringenbach)
3675         * Added a hidden preference for disabling buddy list tooltips or
3676           changing the pop-up delay in prefs.xml.
3677         * Moved translation news to po/ChangeLog
3679         Bug Fixes:
3680         * Changes in AIM/ICQ server-side buddy lists take
3681           precedence over the local buddy list
3682         * Significant work on the Zephyr plugin (Arun A. Tharuvai)
3683         * You can now use :/ as a smiley safely (Nathan Owens)
3684         * Various buffer overflow fixes (Stefan Esser)
3685         * Tabs now stay green when they are supposed to (Etan Reisner)
3686         * Fixed a bug where only the first user in a chat room list was removed
3687           sometimes when trying to remove a group of users (Tim Ringenbach)
3688         * Clearing an AIM buddy icon actually removes it from the server,
3689           icons changes in the account editor do not take effect if the
3690           cancel button is used (Stu Tomlinson)
3691         * Improved chat parting logic (Tim Ringenbach)
3692         * Yet Another IRC channel user duplication bugfix (Tim Ringenbach)
3693         * Deleting an account while modifying it will no longer crash gaim.
3694         * Only one account preference window will now appear per account when
3695           clicking Modify.
3696         * Aliases are now shown alongside the screen name in the message
3697           queue window. (Kevin Stange).
3698         * TCL Plugin API changed
3699         * The mobile icon on MSN users is now removed when the person disables
3700           mobile paging (Stu Tomlinson)
3701         * Removing invalid buddies in MSN with a space in their name no longer
3702           causes a disconnect (Stu Tomlinson)
3703         * Multiple MSN chats should now work (Robert Mibus)
3704         * Added new MSN error codes and fixed an incorrect one (Stu Tomlinson)
3705         * Incoming colors are now processed correctly in MSN.
3706         * Conversation placement by account now works correctly with both
3707           chats and IMs, and takes the Combine Chats and IMs option into
3708           consideration.
3709         * Minor tweaks to the list box in the multi-field request dialogs
3710           so they work without a label and scrollbar (Pekka Riikonen)
3711         * Hitting enter in a multi-field request dialog when a textfield has
3712           the focus no longer ignores the changed text in the textfield
3713           (Gary Kramlich)
3714         * The Disconnect dialog no longer raises and gains focus each time
3715           a disconnected account is added (Ka-Hing Cheung)
3716         * Gadu-Gadu might actually connect again (Ignacy Gawedzki)
3717         * Buddy pounces for an account are removed when the account is
3718           deleted (Gary Kramlich)
3719         * Various bug and memory leak fixes (Gary Kramlich)
3720         * Assorted SSL crashfixes
3721         * --enable-debug no longer breaks compilation when using gtk 2.4,
3722           which also broke garnome.
3723         * Tooltips shouldn't crash now (Daniel Atallah)
3725 version 0.75 (01/09/2004):
3726         * New Yahoo! auth method
3727         * Yahoo! file transfer (Tim Ringenbach)
3728         * Yahoo! chat joining fixes (Tim Ringenbach)
3729         * Persons can auto-expand when hovering your mouse over it
3730         * Improved i18n support for MSN email notification (Felipe Contreras)
3731         * Jabber SASL PLAIN support
3732         * Improved Jabber MUC (Chat) support
3733         * Fixed an MSN login bug some people likely experienced (Felipe
3734           Contreras)
3735         * Touch-up various dialogs to follow the Gnome Human Interface
3736           Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
3737           Ka-Hing Cheung)
3738         * Works better with all-black gtk themes (Etan Reisner)
3739         * Mozilla Firebird support (Chris (darth_sebulba04))
3741 version 0.74 (11/25/2003):
3742         * Sort-by-size log sorting fix
3743         * Log directory umask fix for users of gaim-remote
3744         * Fix Jabber room creation on MUC servers.
3746 version 0.73 (11/21/2003):
3747         * New Logging format and code:
3748                 * fixes i18n issues with logs
3749                 * compatible with old logs
3750                 * hopefully fixes segfault in viewing logs
3751         * New disconnected account dialog (Thanks, Daniel Atallah)
3752         * Fixes several Jabber bugs
3753         * Fixes the bug where some dialogs would crash when spell checking was
3754           enabled. Closes #827930.
3755         * Fixed unblocking of users in MSN (Robert Mibus)
3756         * Fixes outgoing mobile pages on MSN.
3757         * The border on the close buttons on inactive tabs are no longer shown,
3758           thanks to a fix used by Galeon.
3759         * Compatible with autoconf 2.58.
3760         * Cleaned up gtkspell-related code (Robert McQueen)
3761         * Changed the parameters for the received-chat-msg signal.
3762         * Added a Release Notification plugin
3764 version 0.72 (10/31/2003):
3765         * Added a search feature to conversations.
3766         * Added an option to remove the formatting toolbar, both globally and
3767           on a per-window basis (Nathan Fredrickson)
3768         * Added a drop shadow to the buddy list tooltip
3769         * Smileys are copyable
3770         * Fixed the ICQ login crash
3771         * Fixed a crash in the Add Chat dialog when selecting an
3772           account that doesn't support chats. Closes bug #821606.
3773         * Fixed a bug where new MSN accounts without buddies added wouldn't
3774           connect.
3775         * Fixed a crash when deleting an account that has IMs or chats open.
3776           Closes bug #821630.
3777         * Smileys have background colors
3778         * If SSL is not enabled, MSN will load, but error on connect.
3779         * Disable Jabber SASL auth until the standard stabilizes
3781 version 0.71 (10/09/2003):
3782         * The right-click menu for e-mail links now presents a "Copy E-Mail
3783           Address" item
3784         * Fix sort by idle to behave as it did pre-contact support (David
3785           Smock)
3786         * Display AIM away messages in the tooltip for buddies when
3787           they are away
3788         * Support for Buddy Comments for AIM and ICQ buddies
3789         * Window icons are now set as buddy icons or status icons
3790         * Get User Info in MSN and Yahoo now return an error indicating that
3791           the information doesn't exist if the profile is empty (parts by
3792           Nathan Poznick)
3793         * Added startup notification support for window managers that support it
3794         * The protocol icon for an account in the accounts window will now
3795           "pulse" when signing the account on.
3796         * Zephyr formatting fixes (Arun A. Tharuvai)
3797         * Zephyr can connect to chats (Karsten Huneycutt)
3798         * SSL support can now be provided by third party plugins.
3799         * Multiple copies of gaim installed at different locations no
3800           longer attempt to load the same, possibly incompatible plugins
3801           (Robert McQueen)
3802         * Implemented another new Yahoo! authentication method
3803         * Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
3804         * Additional fixes and checks for the perl build process (Sean Burke).
3805         * Massive core/UI splitting.
3806         * Re-write of Jabber protocol plugin
3807         * Conversation API changes.
3808         * Some plugins must be updated due to code variable changes,
3809           function name changes, and change of behavior for certain
3810           functions.
3812 version 0.70 (09/28/2003):
3813         * Implemented Yahoo's new authentication method (Cerulean Studios)
3814         * Protocol plugins that have plugin dependencies now load correctly.
3815         * Perl installs where it's told to a bit more correctly.
3816         * Robert "Robot101" McQueen cleaned and core/UI split IM
3817           image support.
3819 version 0.69 (09/24/2003):
3820         * Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
3821           support
3822         * Added MSN 6 smileys.
3823         * Added animated smiley support (Ka-Hing Cheung)
3824         * Added SSL support, compatible with GNUTLS and Mozilla NSS.
3825         * Added plugin IPC.
3826         * Added support for gettext 0.12.x.
3827         * Updated MSN support to the MSN Protocol version 9.
3828         * Jabber now supports SSL
3829         * Yahoo now shows people using the java chat client (Tim Ringenbach)
3830         * Yahoo chat and conference (Tim Ringenbach)
3831         * Yahoo ignore support (Jesse Farmer (farmerje))
3832         * Yahoo idle times displayed, long buddy lists work, sms users,
3833           and other improvements (Tim Ringenbach)
3834         * The accounts window now shows offline accounts as greyed out, and
3835           online accounts as colored.
3836         * Fixed the text replacement plugin.
3837         * Fixed all known signal problems in perl.
3838         * The right-click menu for conversation tabs now shows the tab icon
3839           and status, if tab icons are enabled. (Jesse Farmer)
3841 version 0.68 (09/01/2003):
3842         * Removed the old event system and replaced it with a much better
3843           signal system.
3844         * Added plugin dependency support.
3845         * Rewrote the Perl plugin. All old scripts will break, but it offers
3846           a much better API for new scripts.
3847         * Yahoo color support (Tim Ringenbach (marv_sf))
3848         * Yahoo and MSN get info support (Nathan Poznick)
3849         * Fixed Jabber registrations.
3850         * Fixed a problem where pouncing two users with the same name
3851           appeared in the same conversation window, and other related
3852           problems. (Robot101)
3853         * Corrected problems with proxy preferences.
3854         * Mailchk.c and simple.c compile again (Paul A (darkrain))
3856 version 0.67 (08/14/2003):
3857         * Brought back the message notification plugin (Brian Tarricone)
3858           You'll need to reconfigure your settings for this plugin
3859         * IRC protocol plugin rewritten (Ethan Blanton)
3860         * New IRC protocol icon (Nuno Donato)
3861         * Protocol and status icons now optionally appear on tabs.
3862           (Etan Reisner)
3863         * Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
3864           Rename Group, Privacy)
3865         * Shows "hiptop" icon for AIM buddies using hiptop
3866           devices (Robey Pointer)
3867         * Privacy core/UI split.
3868         * Conversation placement by group now applies to chats in the buddy
3869           list as well.
3870         * Events in a conversation (user logged in, logged out, window closed,
3871           etc.) now grey the tab.
3872         * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
3873           Voigt, Paul A (darkrain))
3875 version 0.66 (07/18/2003):
3876         * Freebsd compile fix (Matthew Luckie)
3877         * .spec file improvements (Ethan Blanton)
3878         * Added a gaim-remote man page (Robert McQueen)
3879         * The Remote Control plugin no longer adds duplicate groups to your
3880           buddy list.
3881         * Servers and ports are now imported correctly in MSN.
3882         * Core/UI split the core initialization and shutdown.
3883         * MSN messages with newlines are now sent correctly to MSN clients.
3884         * Fix some sound initialization stuff
3885         * Fix saving and import of default away message
3887 version 0.65 (07/16/2003):
3888         * Massive internal core/ui splitting
3889         * New account dialog
3890         * Preferences moved to ~/.gaim/prefs.xml
3891         * Account information moved to ~/.gaim/accounts.xml
3892         * Pounces moved to ~/.gaim/pounces.xml
3893         * Added protocol icons to various drop-down boxes
3894         * New Send IM buddy icon merged from Ximian Desktop 2
3895         * Fixed "Sort by Status" crash
3896         * Fixed the MSN signon crash
3897         * Fixed the MSN add buddy crash
3898         * Fixed the MSN empty buddy list bug
3899         * Fixed all known MSN chat bugs
3900         * Fixed HTTP redirect handling in smiley retrieval. This fixes the
3901           problems with some smiley themes.
3902         * Chats in MSN can now be initiated by right-clicking a buddy and
3903           choosing Initiate Chat.
3904         * MSN Alerts and incoming MSN pages no longer pop up several error
3905           dialogs
3906         * Ability to view iChat "Available" messages for AIM
3907         * Stores your buddy icon on the server for AIM
3908         * Support for non-ascii characters with Yahoo! Messenger
3909         * Focus returns to the input box when you click elsewhere, like it used
3910           to
3911         * New typing notification icons from Ximian
3913 version 0.64 (05/29/2003):
3914         * Buddy list sorting in buddy list preferences.
3915         * Improved debug window with timestamps and pause buttons.
3916         * New core/ui split notification and request APIs.
3917         * New mail notification dialog.
3918         * Several bug fixes in MSN.
3919         * Conversation window buddy icon bugs were fixed.
3921 version 0.63 (05/16/2003):
3922         * A rewrite of the plugin API. Plugin authors will need to change their
3923           code based off the changes found in other plugins.
3924         * Perl script support is now provided in the perl plugin.
3925         * Debugging is core/ui split, and has a new API with support for
3926           debug levels and categories.
3927         * Support for adding chats to your buddy list.
3928         * MSN protocol plugin was rewritten, has experimental buddy icon
3929           support, and MSN Mobile support.
3930         * Buddy list speed enhancements (Thanks Ethan Blanton).
3931         * Napster protocol updates (Thanks Auke Kok).
3933 version 0.62 (04/23/2003):
3934         * Keyboard shortcuts in the buddy list work again (Thanks Joe
3935           Clarke).
3936         * Support for Jabber XHTML messages
3937         * Ability to re-request authorization from ICQ and Jabber users by right
3938           clicking on them in your buddy list.
3939         * Improved Zephyr internationalization.
3940         * Bug causing 'Hide on Send' windows to be lost forever fixed.
3941         * Iconified windows are now raised properly.
3942         * Dates printed for old/offline messages.
3943         * Some assorted crash bugs fixed.
3945 version 0.61 (04/07/2003):
3946         * Split the buddy pounce core and UI, and rewrote the UI for it.
3947         * Removed folder icons and excess space from the buddy list (Thanks
3948           Dave Camp)
3949         * Fixed a bug involving dragging buddies and groups
3950         * Re-implemented the logout icons.
3951         * New icons for "away" and "aol" (Thanks, Moses Lei)
3953 version 0.60 (04/04/2003):
3954         Core:
3955         * Auto-loading protocol plugins.
3956         * Plugins dialog and perl script menu merged into preferences.
3957         * Don't auto-login if an existing Gaim session is already
3958           running.
3959         * Moved "privacy preferences" to Tools menu.
3960         * -n, --loginwin option to disable autologins.
3961         * Added support for gettext 0.11.x.
3962         * Added support for automake 1.6.
3963         * aim:// URI's supported with gaim-remote command.
3964         * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri)
3965         * Added rudimentary support for X11R6 session management. (Thanks,
3966           Robert McQueen)
3967         * Conversation backend and UI are now separated. (Thanks,
3968           Christian Hammond)
3969         * Asynchronous, non-blocking, DNS function (Thanks, Nicolas
3970           Lichtmaier)
3971         * As a side effect of the above: IPv6 support. Tested only with IRC
3972           (you can receive ipv6 chat requests from irssi!).
3974         Plugins:
3975         * Tray icon plugin--replaces the old GNOME applet. You'll need
3976           the panel Notification Area applet (aka system-tray-applet)
3977           for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert
3978           McQueen, NicolĆ”s Lichtmaier, Kristian Rietveld, Ari Pollak &
3979           Patrick Aussems)
3980         * Added GAIM::remove_event_handler and made set_info short
3981           circuitable in perl. (Thanks, Ryan McCabe)
3982         * event_del_conversation for plugins. (Thanks, Bill Tompkins)
3983         * Notify.c plugin rewritten; check its configure dialog. (Thanks,
3984           Etan Reisner)
3985         * Buddy Ticker made a plugin.
3986         * Idle Maker added to source.
3987         * Fortune profile added to source.
3989         AIM/ICQ:
3990         * TOC no longer compiles statically by default--use OSCAR.
3991         * ICQ plugin no longer gets built--use OSCAR.
3992         * Server-stored buddy lists for ICQ with full support for
3993           authorization (Thanks, Mark Doliner)
3994         * File send/receive support for Aim over Oscar (Thanks, William T.
3995           Mahan and Mark Doliner)
3996         * Non-direct connect typing notification for AIM over OSCAR.
3997           (Thanks, Mark Doliner)
3998         * Allow only people in buddy list privacy option added for AIM.
3999         * Full ICQ info reading support. (Thanks, Vincas Ciziunas)
4000         * Support for synchronizing group renames on server.  Group
4001           rename server synchronization for AIM.  Server-side
4002           synchronization for moving individual AIM buddy to new
4003           group improved. (Thanks, Mark Doliner)
4004         * Ability to add screenname@mac.com people to AIM buddy lists.
4005           (Thanks, Graham Booker)
4006         * Ability to change ICQ password. (Thanks, Mark Doliner)
4007         * Option to have AIM notify you if you have
4008           unread mail. (Thanks, Mark Doliner)
4009         * Parse URL messages, Contact Sending and Pager Messages
4010           in ICQ. (Thanks, Mark Doliner)
4011         * use snprintf instead of sprintf. (Thanks, William T. Mahan)
4012         * Fixed crashbug on empty rvous requests. (Thanks Brandon Scott
4013           (Xeon) for pointing this out, and Matt Pandina for the patch)
4014         * Nice Oscar changes--mostly internal. (Thanks, Mark Doliner)
4016         IRC:
4017         * Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff,
4018           -- and other cool IRC enhancments. (Thanks, Jonas BirmĆ©)
4019         * IRC's /topic with no argument displays the current topic (Thanks,
4020           Mark Doliner)
4021         * DCC File Receive support for IRC.
4022         * Optional password on IRC accounts. (Thanks, Christian Hammond)
4023         * Added half-op support.
4025         Jabber:
4026         * Jabber invisibility and permanently cancel sending on-
4027           line status to Jabber buddies.
4028         * Jabber roster updated on group renames.
4029         * Fixed a possible segfault when signing off Jabber. (Thanks,
4030           Craig Boston)
4031         * Improved typing notification support for Jabber and
4032           Yahoo! (Thanks, Nathan Walp)
4033         * File receive support for Jabber. (Thanks, Nathan Walp)
4035         MSN:
4036         * MSN users are notified when the other party closes the conversation
4037           window. (Thanks, Christian Hammond)
4038         * File receive support for MSN. (Thanks, Christian Hammond)
4040         Internationalization:
4041         * Now using libiconv for better i18n support (Thanks, Junichi
4042           Uekawa)
4043         * Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee)
4044         * Correct i18n handling for many parts of AIM/ICQ, including
4045           instant messages, away messages, and profiles (Thanks,
4046           Ethan Blanton)
4047         * Improved MSN internationalization (Thanks, A Lee)
4049         Other:
4050         * Optionally uniquely colorize nicks in chats
4051         * Add / Remove buddy menu item added to the chat users list
4052           (Thanks, Jonas BirmĆ©)
4053         * View log button in conversation toolbar (Thanks, Etan Reisner)
4054         * Option to log IMs and Chats seperately. (Thanks, Etan
4055           Reisner)
4056         * Removed Ctrl-C binding for color
4057         * Fix first message in tab not displaying bug (Thanks, Etan Reisner)
4058         * Changed some default options
4059         * Updated desktop and window icons (Thanks, Robert McQueen)
4060         * Switch the .desktop file to the new KDE/GNOME common vfolder
4061           format (Thanks, Robert McQueen)
4062         * Removed all deprecated GTK calls.  Now 100% GTK 2. (Thanks Nathan
4063           Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen)
4064         * Read proxy environment variables. (Thanks, Christian Hammond)
4065         * Fixed security vulnerability with manual browser option (Thanks,
4066           Robert McQueen)
4067         * Can get info for ICQ and Jabber users from the "Edit
4068           Buddies" tab (Thanks, Brian Bernas)
4069         * Code cleanups and fixes (Thanks, Federico Mena Quintero and
4070           Ka-Hing Cheung)
4071         * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
4072         * Generic File Transfer PRPL interface (Thanks, Christian Hammond)
4073         * Better supression of auto-responses (Thanks, Joshua Blanton)
4074         * Drag-and-drop tabs in conversations, and multiple windows with tabs
4075           in each (Thanks, Christian Hammond)
4077 version 0.59.9 (03/01/2003):
4078         * Updated zh_TW.po file (Thanks breeze833)
4079         * Fix an oscar bug that caused some messages from
4080           AOL 8.0 to be dropped (Thanks Mark Doliner)
4081         * Changed "openprojects" to "freenode" in irc.c
4082         * Fixed charset conversion on systems which use a BOM for UCS-4
4083           (Thanks, Alfredo Pen~a, Ethan Blanton)
4084         * Fixed a typo in the man page (Thanks Eric S. Raymond)
4086 version 0.59.8 (01/06/2003):
4087         * Ripped out all gtk2 support (Thanks Nathan Walp).
4088         * Fixed smiley related segfault (Thanks Robert McQueen)
4089         * Yahoo! can connect again
4091 version 0.59.7 (12/21/2002):
4092         * Yahoo i18n fix (Thanks Ethan Blanton).
4093         * Fixed a bug in escaping saved passwords (Thanks
4094           Eric Timme)
4095         * Fixed an overflow bug in perl script autoloading
4096           (Thanks David Kaelbling)
4097         * Some build fixes for those using stricter compilers,
4098           notably MIPSpro (Thanks David Kaelbling)
4099         * Fixed a bad argument to accept() calls (Thanks David
4100           Kaelbling)
4101         * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
4102           for being the first to point this out.
4104 version 0.59.6 (11/07/2002):
4105         * Fixed a segfault introduced in 0.59.5 when gtk
4106           fails to read the ~/.gtkrc or reads it but fails
4107           to create a style from it.
4108         * Jabber conference timestamps are no longer gigantic
4110 version 0.59.5 (10/14/2002):
4111         * Fixed a Yahoo! segfault (Thanks, Craig Metz)
4113 version 0.59.4 (10/06/2002):
4114         * Removed color keybinnding altogether.
4115         * Added a horizontal scrollbar to Edit page of
4116            buddy list. (Thanks, David Fallon)
4117         * Various bug fixes ((Thanks to (in no particular order)
4118           Ethan Blanton, Mark Doliner, Luke Schierer)
4119         * i18n fixes (thanks, A Lee)
4121 version 0.59.3 (09/14/2002):
4122         * Reversed patch that accidentally caused Yahoo
4123           not to connect--for implementation reasons
4124         * Changed "color" binding to Ctrl-K.
4125         * Unaliaising a person in the "Online" tab will show up
4126           in the "Edit" tab as well (Thanks, Jason Willis)
4127         * Internationalization fixes, esp. with UTF-8 locales
4128           (Thanks Matt Wilson and Ethan Blanton)
4130 version 0.59.2 (09/09/2002):
4131         * Japanese translation updated (Thanks, Junichi Uekawa)
4132         * Won't crash when you set your MSN Friendly name to an
4133           empty string.
4134         * Default manual browser command changed to reflect the
4135           fix in 0.59.1
4136         * Fixed the non-manual browser settings which were broke in
4137           0.59.1 (Thanks, Chris Blizzard)
4138         * Improved MSN internationalization (Thanks A Lee)
4139         * Smiley lookup will search for longest match for smilies
4140           like :-(( (Thanks Eric Melski)
4141         * When an IM image is clicked, don't open the browser (Thanks
4142           Ari Pollak)
4143         * Prevent a possible crash in unhide_buddy_list() (Thanks Ari
4144           Pollak)
4145         * Fixed a compilation problem on systems without iconv.
4146         * GtkIMHtml can be set to render font sizes as point size
4147           or AIMish relative sizes -- no more huge Yahoo fonts. (Thanks
4148           Ka-Hing Cheung)
4149         * Fixed a bug with regard to Jabber resources (Thanks Nathan
4150           Walp)
4151         * Fixed a possible segfault when signing off Jabber (Thanks
4152           Craig Boston)
4153         * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
4154         * Strip trailing and leading spaces from MSN/Yahoo names (Thanks,
4155           Arun Tharuvai)
4157 version 0.59.1 (08/25/2002):
4158         * Created a gtk1-stable branch for GTK+ 1.2 bugfix releases.
4159           Development will continue in our main branch in GTK+ 2 only.
4160         * Fixed a security bug in the manual browser setting (Thanks
4161           Robert McQueen)
4162         * Now using libiconv for better i18n support (Thanks Junichi
4163           Uekawa)
4164         * Will work with Perl 5.8 (thanks, Timothy Lee and Dan
4165           Colascione)
4166         * Fix for HTTP proxies (thanks, Ethan Blanton)
4167         * Read proxy environment variables. (thanks, Christian Hammond)
4168         * Use the pretty gaim.png for our menu entry.
4169         * Added support for gettext 0.11.x.
4171 version 0.59 (06/24/2002):
4172         * Squashed a bug in buddy right-click menu handling
4173           that crashed Gaim.  In the process: found and
4174           eliminated some memory leaks.
4175         * Fixed a significant applet leak
4176         * Can now change Jabber password on server (Thanks,
4177           Nathan Walp)
4178         * Certain types of Jabber presence errors no longer
4179           falsely show a buddy on-line.  Instead now a "broken
4180           light-bulb" icon is shown and the error status is
4181           available via "Get Away Msg"  (Thanks and a tip o'
4182           the hat to Christian Hammond for the graphic)
4183         * Conversation struct has pointer to toolbar (thanks Brent
4184           Priddy and Paul Miller)
4185         * Zephyr fixes (thanks, Arun A. Tharuvai)
4186         * Aliases in buddy ticker
4187         * Perl scripts can play Gaim sounds (thanks Andrew Rodland)
4188         * Internal sounds can be played by commands (thanks Lex Spoon)
4189         * Auto-login item in applet menu (thanks Chris Boyle)
4190         * Fixed MSN "Unkown Error Code", "Already there", and
4191           "Already in opposite list" errors
4192         * Changed "Play sound" button to "Mute" button
4193         * You can now have "reserved" chars in IM and proxy passwords
4194         * Jabber now has typing notification  (Thanks, Nathan Walp)
4195         * Improved support for Jabber resources  (Thanks, Nathan Walp)
4196         * Fixed problem with Gaim crashing on non-ASCII Jabber buddy
4197           aliases (Jabber "name" attribute) chars  (Thanks, Ho-seok Lee)
4198         * Plugged memory leaks in Jabber plug-in
4199         * Fixed problem with Jabber away status not being propagated to
4200           conference rooms for jabberd (server) v1.4.2 and above
4201         * Chat room buddy lists are now sorted independent of case
4202         * Added capability for protocol-specific edit buddy menu entries
4203         * Can now remove a Jabber buddy roster item from the server
4204           entirely
4205         * Gaim can now handle messages from Mac ICQ and Miranda ICQ
4206           (Thanks, Mark Doliner)
4207         * Added Mozilla to browser options and changed KFM to
4208           Konqueror.
4209         * Can now set the server and port for MSN and Napster
4210         * MSN Internationalization (Thanks Felipe Contreras and
4211           countless, countless others)
4212         * E-mail addresses are no longer truncated when there is a '.' at
4213           the end.
4215 version 0.58 (05/13/2002):
4216         * Better applet transparency
4217         * Option to raise buddy list on signons/signoffs
4218         * Formatting of incoming MSN messages
4219         * Get Info from menu multiple-account-aware (thanks
4220           Brian Bernas)
4221         * Hide and unhide functions for the filectl plugin.
4222           (Thanks, Ari Pollak)
4223         * Added helpful stuff to the Help menu.
4224         * Self-aliasing from the account editor.
4225         * Better selection in GtkIMHtml (Thanks Ben Miller)
4226         * A warning when your OSCAR buddy list is too long
4227           (Thanks, Mark Doliner)
4228         * ICQ status messages in OSCAR (Thanks, Mark Doliner)
4229         * Play sound when your name is said in a chat
4230         * Approval dialog for Jabber when somebody wants to
4231           subscribe to user's presence. Also gives user the
4232           opportunity to add that buddy if not already on the
4233           user's buddy list.
4234         * Jabber "Change buddy group" roster synchronization now
4235           works again.  (This was unknowingly broken when the
4236           "out-sourced" Jabber libs were upgraded in 0.56)
4237         * Invalid Jabber I.D.'s no longer crash Gaim.  User now
4238           notified with pop-up's.
4239         * Jabber Buddy sign-on time support, added in 0.57,
4240           removed until and unless and inconsistency can be
4241           resolved. (Thanks, Nathan Walp)
4242         * Bug-fix for potential buffer overflow in Jabber
4243           plugin. (Thanks, rwscott)
4244         * Tempfiles used for secure MSN/HotMail login (added in
4245           0.57) are now themselves created securely.
4246         * Secure MSN logins (added in 0.57) no longer blow up
4247           on Solaris.
4248         * Timezone support improved.
4250 version 0.57 (04/25/2002):
4251         * New authorization method for Yahoo!
4252         * Jabber will tell you when your buddies signed on (Thanks
4253           Nathan Walp)
4254         * Jabber improvements (Thanks, Nathan Walp)
4255         * More keyboard shortcuts
4256         * event_chat_recv takes char**'s, and event_im_recv takes
4257           a *guint32 for flags
4258         * Secure hotmail login for MSN (thanks for the tips,
4259           Scott Werndorfer)
4261 version 0.56 (04/11/2002):
4262         * Shell-like send history binded to Ctrl-Up and Ctrl-Down
4263         * libjabber upgraded to most recent stable version
4264         * Buddylist looks a little better
4265         * Fixed MSN privacy settings
4266         * Group deletion fix (Thanks Mark Doliner)
4267         * Alias/Group syncronization for Jabber (Thanks JSeymour)
4268         * Fixed broken signal handling in gdm-started GNOME sessions
4269           (Thanks Jim Seymour, Vann, Robert McQueen)
4270         * Oscar group syncronization (Thanks, Mark Doliner)
4271         * ICQ Authorization via Oscar (Thanks, Mark Doliner)
4273 version 0.55 (03/29/2002):
4274         * Jabber improvements (Thanks Jim Seymour)
4275         * Various sound cleanups (Thanks Robert McQueen)
4276         * Login process shown in single window (Thanks Michael
4277           Golden)
4278         * Can reorder your accounts in the account editor (Thanks
4279           Luke Schierer)
4280         * Shows "mobile" icon for Oscar buddies using mobile
4281           devices (Thanks Mark Doliner)
4282         * Fixed bug in MSN smilies that crashed PPC (and other?) platforms
4283         * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen)
4284         * Speling corections (Thanks Tero Kuusela)
4285         * Oscar list icon fixes (Thanks Mark Doliner)
4286         * Oscar idle times work again (Thanks Mark Doliner)
4287         * Protocol icons on Edit Buddies tab (Thanks Christian Hammond)
4289 version 0.54 (03/14/2002):
4290         * Compiles without GdkPixbuf again
4291         * GtkIMHtml will refresh when you set a new GTK+ theme
4292         * Improved Yahoo! typing notification (thanks Brian Macke)
4293         * Prompt to authorize MSN buddies who added you while you
4294           were offline (Thanks Jason Willis)
4295         * Option to globally disable Buddy Icon animation (Thanks
4296           Luke Schierer)
4297         * Numerous bugfixes
4298         * Yahoo! will tell you when your buddies are playing Yahoo!
4299           games and give you the ability to join them
4300         * Yahoo! can receive offline messages
4301         * IRC can do DCC chat.
4302         * IRC will convert HTML formatting to mIRC formatting.
4303         * Buddylist tab placement option (Thanks Jason Willis)
4304         * Protocol specific smiley faces
4305         * IM Image sending
4307 version 0.53 (02/28/2002):
4308         * Minor bug fixes re: queued away messages
4309         * Better buddy icon transparency (for real this time ;-))
4310         * Ability to change formatting of Oscar screen name
4311         * Better selection in HTML widget (Thanks BMiller)
4312         * New icons for ICQ (Thanks Kevin Miller)
4313         * Editable buddy pounces (Thanks Jason Willis)
4314         * Server side buddy lists in Oscar (Thanks Mark Doliner :-))
4315         * Fix for the chatlist plugin
4316         * Typing Notification (AIM Direct Connect, Yahoo, MSN)
4317         * IM Images (Receive Only)
4318         * Prettier GtkImHtml selection
4319         * Better buddy icon transparency (for real this time ;-) )
4321 version 0.52 (02/17/2002):
4322         * Better buddy icon transparency (thanks SeanEgan)
4323         * Fixed a little bug with connecting via proxy (thanks
4324           for reminding me of this, Manish Singh)
4325         * Yahoo! Messenger works again
4326         * MSN Works again
4327         * Can register a new user with a Jabber Server (JSeymour)
4328         * Can now set Jabber vCards (JSeymour)
4329         * Jabber vCards are now shown in their entirety (JSeymour)
4330         * Various jabber bug fixes/enhancements (JSeymour)
4332 version 0.51 (01/24/2002):
4333         * Arrow buttons in log viewer and some other dialogs
4334           work (thanks Ben Miller)
4335         * Option to only send auto-response while idle (thanks
4336           Sean Egan)
4337         * Control time between sending auto-responses (thanks
4338           Mark Doliner)
4339         * Should be able to sign on to Oscar using Mac OS X
4340           (thanks Fingolfin, Vincas Ciziunas, et al.)
4342 version 0.50 (12/14/2001):
4343         * Able to import GnomeICU contact lists
4344         * Galeon as browser option (Thanks Rob McQueen)
4345         * IRC /list, /invite (Thanks Sean Egan)
4346         * Option to have IMs and Chats tabbed in same window
4347         * Finally put the lagmeter plugin out of its misery and
4348           removed it. (/me dances on its grave.)
4350 version 0.49 (11/29/2001):
4351         * Can compile against GTK+ 2.0 (version 1.3.10/1.3.11)
4352         * Confirm before removing buddies
4353         * Yahoo updates (thanks Brian Macke)
4354         * Jabber updates
4355         * Zephyr updates (thanks Arun A Tharuvai)
4356         * Gadu-Gadu updates (thanks Arkadiusz Miskiewicz)
4357         * Option to show aliases in conversation tabs
4358         * Option to hide windows after sending messages
4359         * licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.)
4361 version 0.48 (11/18/2001):
4362         * Right-click on links to open/copy URL
4363         * Yahoo changes
4364         * Oscar can send/receive offline messages in ICQ. Since the "real"
4365           ICQ protocol isn't working too well it's recommended that you
4366           use Oscar for ICQ.
4368 version 0.47 (11/01/2001):
4369         * Better font loading (pays attention to charset now)
4370           (thanks Arkadiusz Miskiewicz)
4371         * Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
4372         * Open Mail button for when you get new mail (Yahoo and MSN)
4373         * New buddy pounce option: Popup Notification
4374         * When adding a buddy, the groups list now updates when you switch
4375           accounts.
4376         * When creating a new buddy pounce, gaim now automagically
4377           selects "on away" or "on idle", if the user is away
4378           or idle.
4379         * Add Opera to the available browsers (thanks Brian Enigma)
4380         * Improved log viewer (thanks to Ben Miller)
4381         * When you are queueing away messages, double clicking on
4382           a buddy's name will cause the messages for that name to be
4383           dequeued.
4384         * You can choose which sound player you use at run-time
4385           (thanks Ben Miller)
4386         * When someone adds you to their buddy list, it asks if you want
4387           to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp)
4388         * Option to grey idle buddies (thanks Nathan Walp)
4389         * MSN Privacy Options
4390         * In MSN you can set a person's alias to their "friendly name" by
4391           right-click on their name while they're online.
4392         * IRC can do /WHOIS
4393         * The usual bug fixes and memory leak plugs
4395 version 0.46 (10/18/2001):
4396         * New applet icons (courtesy David Raeman)
4397         * ICQ works on big-endian platforms, e.g. sparc and ppc
4398           (thanks to Nathan Walp and Ben Miller)
4399         * Better applet icon drawing (thanks to Ari Pollak)
4400         * An extraordinary number of bug fixes
4401         * Ability to stop animation on buddy icons, restart animation,
4402           hide certain buddy icons, and save people's buddy icons, all
4403           through a right-click menu
4404         * Event handlers in perl passed arguments as elements of
4405           an array rather than all concatenated as a string, making
4406           perl much easier to use (thanks Dennis Lambe Jr.)
4407         * Can pass an argument to timeout_handlers in perl
4408           (thanks Artem Litvinovich)
4409         * Redesigned Modify Account window (thanks Sean Egan)
4410         * Add buddy dialog now lets you select which protocol
4411           to add the buddy to
4412         * Pressing 'signon' on the first screen for accounts that
4413           do not require passwords no longer incorrectly displays
4414           an error message.
4416 version 0.45 (10/04/2001):
4417         * New plugin event: event_chat_send_invite
4418         * Major updates to the perl system (reread PERL-HOWTO and
4419           SIGNALS)
4420         * Major updates to event_chat_* events for plugins (reread
4421           SIGNALS)
4422         * Some GtkIMHtml improvements
4423         * Various bugfixes
4424         * Nick Highlighting in chat
4425         * Tab-completion for nicks in chat (thanks to Sean Egan)
4426         * Large internal reworkings
4427         * New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz
4428         * Can choose buddy icon to send (for Oscar)
4430 version 0.44 (09/20/2001):
4431         * More sane scaling of buddy icons (intelligently scale to
4432           either 48x48 or 50x50 depending on icon)
4433         * Have you ever had it happen where you cancel a login and
4434           Gaim starts using all the available processing power? I
4435           think I fixed that.
4436         * Temporarily removed Jabber user registration, which wasn't
4437           working anyway.
4438         * Added a spiffy Help button
4439         * Wrote a plugin for all those people who miss having the
4440           chat rooms in their buddy lists (chatlist.so)
4441         * Updated libfaim
4442         * Added drop down selection to chat invitation
4443         * Improved the look of the chat invitation dialog
4444         * Improved the look of the proxy preferences
4445         * event_im_recv and event_im_display_rcvd passed whether
4446           the message received was auto-response (see SIGNALS)
4447         * IRC fixes (largly copied from X-Chat)
4448         * Internal change to how preferences are stored
4449         * Other bug fixes
4450         * Option to hide buddy icons
4452 version 0.43 (09/06/2001):
4453         * Can change friendly name in MSN again
4454         * Bug fixes
4455         * Auto-reconnect plugin has exponential timeout (i.e. it
4456           tries after 8 seconds, then 16, then 32, etc. up to 17
4457           minutes)
4458         * Removed file transfer things from Napster. It didn't work
4459           well anyway. It'll be back eventually. (Does anyone even
4460           use napster anymore?)
4462 version 0.11.0-pre15 (08/28/2001):
4463         * MSN works again
4464         * Fixed a little segfault when images are links
4465         * Redid the about box again.
4466         * Fixed a nice little bug with the manual browser command
4467         * Oscar Unicode fix (Thanks John Matthews)
4468         * Can select which protocols are compiled statically
4469           (e.g.: ./configure --with-static-prpls=oscar,jabber)
4470         * New plugin events: event_im_displayed_sent and
4471           event_im_displayed_rcvd. Use these to change messages after
4472           they're displayed (e.g. encrypt sent messages, or send
4473           auto-responses and have them display locally properly)
4474         * Can use Arts for sound (thanks Tom Dyas)
4476 version 0.11.0-pre14 (06/17/2001):
4477         * Fixed a segfault with Oscar's account confirmation
4478           (Thanks, Adam)
4479         * Some MSN changes
4480         * Some HTML widget changes
4481         * Can specify hosts/ports for Yahoo (thanks Jeremy Brooks)
4482         * Many many bugfixes
4484 version 0.11.0-pre13 (06/06/2001):
4485         * Can view/set chat topic in Jabber (thanks faceprint)
4486         * The napster plugin no longer segfaults on invalid names
4487           and/or passwords.
4488         * HTML is properly stripped from away messages in protocols that
4489           do not use HTML.  (thanks, faceprint)
4490         * Can view/set chat topic in IRC
4491         * MSN properly escapes outgoing messages
4492         * Much needed updates to the gaim man page (thanks, Sean Egan)
4494 version 0.11.0-pre12 (05/29/2001):
4495         * Fixed a funny bug with auto responses when queued messages
4496           are enabled.
4497         * Redesigned the Font Options preference page
4498         * Improved Jabber chat support (it whispers now, too)
4499         * Zephyr can do Subscriptions now (thanks to nsanch)
4500         * Auto-recon plugin got reworked
4501         * Lots of clean-ups
4502         * Some new pixmaps (Thanks, DennisR).
4503         * Fixed a segfault in IRC (Thanks Sean Egan)
4504         * MSN can now change your 'friendly name' (Thanks for the
4505           packet logs, aechols)
4506         * More IRC improvements [colors, etc] (Thanks Sean Egan)
4507         * Improved proxy options
4508         * Fixed a small issue with HTML not being stripped from
4509           log files properly (Thanks, faceprint and David Stoddard)
4510         * Can turn on/off Yahoo! Mail announcements
4511         * Can force messages through the server for ICQ (use this if
4512           you have problems sending)
4513         * Can receive buddy icons in Oscar (requires gdk_pixbuf,
4514           which GNOME depends on. If you --disable-pixbuf, it will
4515           disable this.)
4516         * Redesigned plugins dialog (thanks Mike Heffner)
4518 version 0.11.0-pre11 (04/30/2001):
4519         * Zephyr updates and additions, thanks Neil Sanchala (nsanch)
4520         * Jabber can send/accept chat invites (due to mid)
4521         * MSN has the option to notify you of new hotmail
4522           messages
4523         * Fixed a problem with ADD requests in MSN
4524         * Fixed a small memory leak with MSN
4525         * Moved MSN's spammy debug output into debug_printf's
4526         * Can rename groups/buddies in the Edit Buddies pane
4527           (thanks Neil Sanchala)
4528         * Some perl updates (thanks to Sean Egan)
4529         * IRC got the following slash commands:
4530           op, deop, voice, devoice, mode, raw, quote, and kick (thanks
4531           to Sean Egan)
4532         * MSN Properly handles URL decoding of 'friendly' names
4533         * Redesigned Preferences pages (design by DennisR)
4534         * Can select where tabs are for tabbed IM/Chat windows
4535         * Option to queue away messages while away
4536         * Jabber got good updates (from faceprint)
4537         * Oh yes, and Oscar works, yet again. (gee... that's what, 4
4538           releases that have "fixed" it now?)
4540 version 0.11.0-pre10 (04/13/2001):
4541         * Many, many bug fixes
4542         * Can choose to not send away auto-response (thanks phzzzt)
4543         * Uh... Oscar works? For now?
4544         * IRC Plugin can do whois (right click and info)
4545         * IRC Plugin got away message support
4546         * Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
4547         * Sound on buddy pounce (Thanks Andrew Echols)
4548         * Can view all group chats in one tabbed window (same keybindings
4549           as for tabbed normal conversations)
4550         * More Protocol plugins:
4551                 Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
4552                         what it is and why you'd want to use it)
4554 version 0.11.0-pre9 (03/26/2001):
4555         * Can register Jabber accounts (load the Jabber plugin and click
4556           Register on the login window)
4557         * GtkIMHtml handles themes (no background pixmaps though) (thanks
4558           decklin, mishan)
4559         * URLS Linkify properly in Buddy chats
4560         * Jabber compiles better on Solaris?
4561         * Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
4562           libfaim)
4564 version 0.11.0-pre8 (03/23/2001):
4565         * Fixed a problem with MSN not detecting signoffs and buddy updates.
4566         * Implemented away options in MSN
4567         * Alt-[1-9] to go to [1-9]th pane in tabbed convo window
4568         * Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
4569         * Can use Alt to access menu, and Ctl-char for certain actions
4570           (thanks baldnik)
4571         * Oscar blocking works (?)
4572         * MSN can see status of other users
4574 version 0.11.0-pre7 (03/16/2001):
4575         * Can build RPMs as non-root
4576         * New yahoo library (can use HTTP proxy)
4577         * Command-line arg to specify config file (thanks Jason Boerner)
4578         * Can view all conversations in one tabbed window (Control-[ and
4579           Control-] move left and right respectively; Control-Tab moves
4580           to the next unread, or the next tab if there are no unread tabs)
4581         * Tooltips on links work again
4582         * Can log system notices: signons/signoffs, awayness and idleness
4583           (thanks Andrew Echols)
4584         * MSN fixes
4585         * Applet fixes
4587 version 0.11.0-pre6 (03/06/2001):
4588         * Fixed bug with NAS support
4589         * Napster plugin is included again
4590           (Thanks for pointing out that it was missing,
4591           (Yan V. Bulgak)
4592         * Oscar can: search by email, request confirmation, change password
4593         * TOC fixes
4594         * ICQ fixes
4595         * Faster HTML parsing/rendering
4597 version 0.11.0-pre5 (02/26/2001):
4598         * Minor GUI changes
4599         * ICQ Alias problem fixed
4600         * Negative times fixed
4601         * Cannot create blank away messages/messages with blank titles
4602         * Can right-click Edit Buddies list to alias/add pounce/etc.
4603         * Ability to independently set accounts as away
4604         * Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
4605         * Fixed hanging trees
4606         * Can close windows by hitting 'Esc' (optional)
4607         * Better HTML Widget
4608         * Can toggle timestamps by hitting F2 (optional)
4609         * Rewritten file transfer for TOC
4610         * Jabber got chat
4611         * Log Viewer (courtesy BMiller)
4612         * Can save conversation history
4613         * Napster can kinda sorta download files sometimes :)
4614         * You can activate IDs in Yahoo
4615         * ICQ upgraded to use icqlib 1.1.5
4617 version 0.11.0-pre4:
4618         * ICQ upgraded to use icqlib 1.1.0
4619         * An enormous amount of bug fixes
4620         * Even More Protocol Plugins:
4621                 Jabber (plugins/jabber)
4622                 Napster (plugins/napster.c)
4623         * Fixed a segfault with 'Ignore new conversations while away'
4625 version 0.11.0-pre3 (12/15/2000):
4626         * Away messages arranged alphabetically (Thanks Justin)
4627         * More GUI adjustments
4628         * Can optionally run command to play sound files
4629         * Icons for ICQ plugin (blatently stolen from GnomeICU)
4630         * Icons for Yahoo plugin (not-so-blatently stolen from GTKYahoo)
4631         * Optionally display warning level next to name in buddy list
4632         * Optionally ignore fonts on incoming messages
4633         * Command-line option to automatically set yourself as
4634           away upon signon (thanks bmiller)
4635         * Buddy list backups now stored in ~/.gaim/SN.protocol.blist (gaim will
4636           move the old file for you). Needed for when you have the same name on
4637           two different protocols. (Oscar and TOC share the same file.)
4638         * More Protocol plugins:
4639                 MSN (plugins/msn)
4641 version 0.11.0-pre2 (12/04/2000):
4642         * Fixed a segfault with a bad util.c
4644 version 0.11.0-pre1 (12/03/2000):
4645         * Multiple connections
4646         * Protocol plugins:
4647                 IRC (plugins/irc.c)
4648                 Yahoo (plugins/yay)
4649                 ICQ (plugins/icq)
4650         * Logs now stored to ~/.gaim/logs rather than ~/.gaim/SN/
4651         * User configurable sounds
4652         * Scroll bar now functions properly in chat room user lists
4653         * X-Idle support added (thanks bmiller and bryner)
4654         * small change in the way away messages are displayed
4655           (Thanks Ryan C. Gordon)
4656         * Plugin system uses GModule now (improves portability, adds features)
4657           (Requires recompile and probably modifications of most plugins)
4658         * Perl got updates (reread plugins/PERL-HOWTO)
4659         * Spell checker now uses gtkspell
4660         * Auto-Away (thanks, yet again, to bmiller ;)
4661         * More buddy pounce options
4662         * Various GUI improvements
4664 version 0.10.3 (10/09/2000):
4665         * Segfault when viewing user info fixed
4666         * libdb problem fixed
4668 version 0.10.2 (10/07/2000):
4669         * A few fixes to the URL parser.
4670         * Better placement of smiley dialog
4671         * Improved log file readibility
4672         * Code cleanups (thanks kylev)
4673         * Fixed problem when closing away message box (thanks bmiller)
4674         * sprintf() problem on some systems
4675         * Various small bug fixes
4677 version 0.10.1 (09/15/2000):
4678         * Better chatroom logging
4679         * Oscar works again. Pay no attention to Slashdot.
4680         * gtkhtml handles background colours better.
4681         * A third conversation window display preference.
4682         * Better support for things like Sawfish
4684 version 0.10.0 (09/11/2000):
4685         * New Smiley Faces and Pixmaps added.
4686         * Smiley faces now properly wrap in the conversation windows.
4687         * Smiley dialog
4688         * Fixed 0-byte file segfault.
4689         * Borderless buttons (for that cool pop-up look)
4690         * Fixed some resizing bugs
4691         * Added Ctrl+{B/I/U/S} hotkeys to conversation windows.
4692         * Added Ctrl+(number) hotkeys to insert smileys in conversation windows.
4693         * Support for %n, %d, and %t in away messages.  Thanks bmiller!
4694         * Background colors
4695         * Redesigned preferences dialog
4696         * Redesigned conversation dialog
4697         * Removed the Lag-O-Meter (Lag-O-Meter is now a plugin)
4698         * SOCKS 4/5 proxy works
4699         * Buddy Pounces are now saved in .gaimrc
4700         * Buddy Chats are now saved in .gaimrc
4701         * Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller!
4702         * ICQ-style aliases. This lets you change the name you see your buddy
4703           as. For example, if your buddy's SN is 'CouldntGetMyName', you can
4704           alias him as 'Loser'.
4705         * Compile with GNOME bits if available
4706         * Added GNOME Url Handler as an available web-browser
4707         * Added the S html tag.
4708         * Optionally Ignore TiK's Automated Messages
4709         * Option to beep instead of play sound
4710         * New icons for panel (depends on some GNOME pixmaps)
4711         * Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts.
4712           All .pl files in ~/.gaim are autoloaded when gaim starts.
4713         * HTML widget is faster, more stable
4715 version 0.9.20 (07/14/2000):
4716         * More plugin events, more plugin features
4717         * Run-time OSCAR support
4718         * Added buddy list ticker (See prefs/Appearance). Clicking on a
4719           name will cause a new or previous IM window to display for
4720           that screenname
4721         * "You are sending messages too quickly" error is now fixed
4722            when you have a large buddylist.
4723         * Fixed the LC_ALL compile problem on Solaris boxes
4724         * Fixed PPC and ARM compile problem with oscar.c
4725         * Smileys work better, and don't cause font attributes to drop
4726         * Dialog windows are now prettier
4727         * /me in IM window; font/color dialogs and smileys in chat window
4729 version 0.9.19 (06/09/2000):
4730         * Graphical Smiley Faces
4731         * Applet got a bit of a makeover (inside & out)
4732         * Compile-time options affect Preferences dialog
4733         * Whispering in chat works (does anyone even use this?)
4734         * HTML-tag buttons in chat
4735         * Chat got all kinds of new features (like IRC-sytle /me)
4736         * Chat in oscar works much better
4737         * Locale support
4738         * Fixed the segfault when your server-side config is null
4739         * Many many bugfixes
4741 version 0.9.18 (06/02/2000):
4742         * Logging in works better for oscar
4743         * Double error bug when sending message to an offline user is
4744           fixed.
4745         * Pressing enter once again sends a message in buddy chatrooms (oops)
4746         * More fixes for the change on the AOL sign-on process.
4747         * Fixed bug where Gaim sometimes doesn't find a font to use.
4748         * Per-conversation font and color dialogs (thanks fflewddur)
4749         * Chat in oscar works (somewhat)
4750         * Even more fixes for the sign-on process, and now you don't flash when
4751           setting permit/deny lists.
4753 version 0.9.17 (05/31/2000):
4754         * Automagic feature to check for new versions has been removed
4755         * Infinite loop bug fixed
4757 version 0.9.16 (05/31/2000):
4758         * Paned buddy chat window (Thanks Syd)
4759         * Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist
4760           where <sn> is your screen name. If for some reason, you log
4761           into the AOL server and the buddy list comes back empty, we
4762           check for a cache file, and, if we find one, read it in. This
4763           essentially implements recovery from a server crash at AOL
4764           (AOL does not back up machines that contain TOC-based buddy
4765           lists, unfortunately).  (Thanks Syd)
4766         * Font selection dialog
4767         * Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim)
4768         * SOCKS 4 proxy support
4769         * Better proxy support overall (you can get people's info now! :) )
4770         * Two-way file transfer (you can get and send files, but you still
4771           can't initiate either)
4772         * Fixed font problem with Misconfigured X-Servers.  Thanks Decklin!
4773         * Fixed the No Configuration problem that came about today (5/31)
4775 version 0.9.15 (05/06/2000):
4776         * Plugin support enabled by default (oops)
4777         * Some plugins built/installed by default
4778         * Option to automagically check for new releases
4779         * Ability to receive files (one-way file transfer)
4780         * In-line spell checker (thanks to Torrey Searle of the
4781           Everybuddy Devel team for this one)
4783 version 0.9.14 (04/24/2000):
4784         * Numerous Fixes by G. Sumner Hayes (buffer over flow patches,
4785           etc)
4786         * Paned Conversation Windows (Thanks Syd)
4787         * Raise Window On Message Received, Fixed (Thanks Syd)
4788         * When multiple screen names, Gaim now correctly remembers the name
4789           that was used last.
4790         * FONT sizes now work correctly.
4791         * PLUGIN SUPPORT!! (Lots of cool goodies here)
4792         * Fixed another leak or two
4793         * Added ability to change your screenname password
4794         * Devil pixmaps
4796 version 0.9.13 (03/27/2000):
4797         * Dialog Box Segfault Fixed (When You Click A Toggle Then Cancel)
4798         * Double Log-Out Message Fixed
4799         * GNOME compile error fixed
4800         * Away Message Problem Fixed
4801         * Fixed URL Right Click Menus
4802         * Conversation Loggin now shows Full Date and Time
4803         * Internal Change to Buddy List
4805 version 0.9.12 (03/25/2000):
4806         * Segfault fix for PPC/Alpha/etc machines with log(0)
4807           Thanks to Todd Cohen for this one.
4808         * Small internal change to the way prefs work
4809         * GNOME Applet support works better
4810           (thanks to Eric Warmenhoven for the patch)
4811         * Support for displaying true type fonts
4812         * Lag-O-Meter does not send lag-test if not selected
4813         * Fixed problem with saving away messages which contain spaces
4814           and numbers.
4815         * Various GNOME Applet Enhancements (thanks AGAIN to
4816           Eric.  Someone needs to stop this boy :-) )
4817         * A lot of random, obscure bugs fixed
4818         * All of the major and I believe all of the minor memory leaks are
4819           now fixed
4820           (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me)
4822 version 0.9.11 (03/22/2000):
4823         * <STRIKE>Strike Tag Support</STRIKE> :-)
4824         * Another memory leak fix
4825         * New .gaimrc format
4826         * Better support for multiple screen names
4827         * Font Properties
4828         * Saving of buddylist window position
4829         * Fixed a problem with Gaim and the Netscape-branded version
4830           of Mozilla
4831         * New Sound Properties
4832         * More General Properties
4833         * Bigger Text-Entry field (Thanks to CrazyDavy for this one)
4834         * Various Random Bug fixes
4836 version 0.9.10 (11/03/1999):
4837         * Fixed a nasty memory leak.  No more 40M Gaim processes. LOL
4838         * IDLE Times are displayed in a neater fashion.
4840 version 0.9.9  (10/31/1999):
4841         * A little selection bug has been squished
4842         * Small memory leak fixed
4843         * Small network fix (problem with HTTP Proxy fixed?)
4844         * Proxy stuff should work now :)
4845         * Widget table support, dir info looks nicer
4846         * Info box looks nicer (thanks to Decklin Foster)
4847         * Client now 'corrects' time values from the server for accurate
4848           login times.
4849         * Lag-O-Meter (ala Drunken Jim)
4850         * IDLE Preferences
4852 version 0.9.8  (10/04/1999):
4853         * HTTP Proxy Support (No SOCKS yet)
4854         * HTML Widget more robust
4855         * Graphical Debug Window
4856         * Buddylist bug fixed
4857         * Some logging fixes and improvements
4858         * configurable host/port selection
4859         * Clickable Links in buddy chat
4860         * New Gaim Logo
4861         * Display Signon/Signoff messages in conversation windows
4862         * Option to strip HTML from logged messages
4863         * GNOME cleanups (It might work now haha)
4864         * When viewing user info, URLS are converted to clickable links
4865         * Tooltips on URLS
4867 version 0.9.7  (08/08/1999):
4868         * Preliminary Oscar Support
4869         * Fixed bad network bug
4870         * Fixed some bad text rendering bugs in the HTML widget
4871         * log all conversation names are now normalized.
4872         * Fixed another bad network bug :)
4873         * Multiple browser support, some Netscape buggies fixed.
4874         * Permit/Deny preferences moved to 'Permit' pane on buddylist.
4875         * Fixed problem with _, ', and \ in passwords
4877 version 0.9.6  (08/01/1999):
4878         * Fixed 'log all conversation' segfault
4879         * Added NAS support
4880         * Removed Xmu dependancies.
4881         * Restructured network code
4882         * ESD detection more robust.
4883         * Sound fallbacks are MUCH more robust!
4885 version 0.9.5  (07/25/1999):
4886         * Fixed About Box SegFault
4887         * Autologin Works with Applet
4888         * Option to Show Buddy List after Signon with Applet
4889         * 2048 character messages
4890         * Away-Detection (shows a different icon on the buddy list)
4891         * Fixed Segfault with messages > allowed size
4892         * Added option to log all conversations
4893         * Changed g_new to g_new0
4894         * Buddy List: Right Click Menus
4895         * Find Buddy By Email
4896         * Find Buddy By Info
4897         * New HTML widget (Underline/Links/HRs)
4898         * Updated Toolbar with 'Underline' Icon
4899         * More Buddy Pounce Options
4900         * Option to auto-change urls into clickable links (Under Prefs)
4901         * Better Buddy Chat functionality
4902         * Away Prefs
4903         * Registration Information (Let Us Know Who You Are)
4904         * Buddy Chat Prefs (Update Chatroom Lists)
4905         * Set User Info
4906         * FAQ added to the distribution
4907         * Sound problem with some systems fixed
4908         * Set Dir Info
4909         * Autostart of Netscape on URL Click
4910         * DnD Rearranging of Groups
4911         * Better Netscape Functionality
4912         * Right Click `URL' Menus
4913         * DnD Rearranging of Buddies
4914         * Script to convert win95 buddylist to gaim buddylist
4915         * Added `Link/URL' button to conversation window
4916         * ESD is now autodetected
4917         * Not too important but we GNU-ified the source tree :)
4919 version 0.8.0  (04/31/1999):
4920         * Code clean-up
4921         * Updated Prefs
4922         * Buddy Pouncing
4923         * Pixmaps for buttons
4924         * Buddylist import/export
4925         * Autoconf/Automake
4926         * Conversation Logging
4927         * Coloured Text Selection
4928         * Updated Preferences
4929         * ESD Support
4930         * Minor Bug Fixes
4931         * `Warning' support
4932         * `Blocking' on conversation window
4933         * Add/Remove buddy from conversation window
4934         * Scroll-Wheel Mice work in Conversation Window
4935         * Fixed WindowMaker Appicon
4936         * version Number in About Box
4937         * Gaim Slogan in about box :)
4938         * Created Changelog File :)