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