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