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