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