2 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
4 version 2.6.4 (??/??/20??):
6 * Actually emit the hold signal for media calls.
9 * New 'plugins' sub-command to 'debug' command (i.e. '/debug plugins')
10 to announce the list of loaded plugins (in both Finch and Pidgin).
11 * Fix building the GnuTLS plugin with older versions of GnuTLS.
12 * Fix DNS TXT query resolution.
13 * Always rejoin open chats after an account reconnects.
15 * Better rate limit calculations and other improvements. (Aman Gupta)
16 * More detailed error messages when messages fail to send. (Aman Gupta)
17 * The simultaneous login account option is respected when using
18 the clientLogin authentication method.
22 * Don't forget display names for buddies.
23 * Fix a random crash that might occur when idle.
24 * Fix more FQY 240 connection errors.
25 * Fix a crash that could occur when adding a buddy.
26 * Fix an occasional crash when sending message to an offline user.
27 * Fix a random crash that might occur when idle.
28 * Fix a crash when logging in with some long non-ASCII passwords.
32 * Users connecting to Google Talk now have an "Initiate Chat" context menu
33 option for their buddies. (Eion Robb)
34 * Fix a crash when attempting to validate an invalid JID.
35 * Resolve an issue when connecting to iChat Server when no resource
37 * Try to automatically find a STUN server by using an SRV lookup on the
38 account's domain, and use that for voice and video if found and the user
39 didn't set one manually in prefs.
40 * Fix a crash when adding a buddy without an '@'.
44 * Fix blocking behavior for federated (MSN/OCS/Sametime) service users.
46 * Add support for adding OCS and Sametime buddies. OCS users are added
47 as "ocs/user@domain.tld" and Sametime users are added as
48 "ibm/sametime_id". (Jason Cohen)
51 * The TinyURL plugin now creates shorter URLs for long non-conversation
52 URLs, e.g. URLs to open Inbox in Yahoo/MSN protocols, or the Yahoo
53 Captcha when joining chat rooms.
56 * The userlist in a multiuser chat can be styled via gtkrc by using the
57 widget name "pidgin_conv_userlist". (Heiko Schmitt)
58 * Add a hold button to the media window.
60 version 2.6.3 (10/16/2009):
62 * Fix a crash when performing DNS queries on Unixes that use the
63 blocking DNS lookups. (Brian Lu)
66 * Fix a crash when some clients send contacts in a format we don't
68 * Fix blocking and other privacy lists. (Thanks to AOL)
70 version 2.6.2 (09/05/2009):
72 * Fix --disable-avahi to actually disable it in configure, as opposed
73 to just making the warning non-fatal.
74 * Fix using GNOME proxy settings properly. (Erik van Pienbroek)
77 * Fix parsing of invalid TOPIC messages. (CVE-2009-2703)
80 * Sending custom smileys in chats is now supported.
81 * Ink messages are now saved when using the HTML logger.
82 * Fix a crash when receiving some handwritten messages.
83 * Fix a crash when receiving certain SLP invite messages.
84 * Chats with multiple people should no longer spontaneously
88 * Prompt the user before cancelling a presence subscription.
89 * Escape status messages that have HTML entities in the Get Info dialog.
90 * Fix connecting to XMPP domains with no SRV records from Pidgin on
92 * Fix typing notifications with Pidgin 2.5.9 or earlier.
93 * Fix connecting using BOSH and legacy authentication (XEP-0078).
94 * Adding buddies of the form "romeo@montague.net/Resource" are handled
95 properly. In addition, it is no longer possible to add buddies of
96 the form "room@conference.example.net/User", where
97 room@conference.example.net is a MUC.
98 * Don't crash when receiving "smileyfied" XHTML-IM from clients that don't
99 support bits of binary (ie. when getting an empty <data/> in return)
100 * Fix bug where SSL/TLS was not required even though the
101 "require SSL/TLS" preference checked when connecting to servers
102 that use the older iq-based authentication. (CVE-2009-3026)
105 * Accounts now have "Use account proxy for SSL connections" option. This
106 option force-overrides the account specific proxy settings for SSL
107 connections only and instead uses the global proxy configuration.
110 * Properly detect libpanel on OpenBSD. (Brad Smith)
111 * Remove IO watches in gnt_quit. (Tomasz Mon)
114 * Fix the auto-personize functionality in the Buddy List.
115 * Set the window icon for the media window to an icon corresponding to
116 the type of call (headphone or webcam).
117 * Customized sound files are no longer reset whenever opening the
119 * The buddy list should now immediately refresh upon changing the icon
122 version 2.6.1 (08/18/2009):
123 * Fix a crash when some users send you a link in a Yahoo IM
124 * Fix compilation with GTK+ < 2.6.0
125 * Fix compilation on Windows
127 version 2.6.0 (08/18/2009):
129 * Theme support in libpurple thanks to Justin Rodriguez's summer of code
130 project, with some minor additions and cleanups from Paul Aurich.
131 * Voice & Video framework in libpurple, thanks to Mike Ruprecht's summer
132 of code project in 2008.
133 * It should no longer be possible to end up with duplicates of buddies
134 in a group on the buddy list.
135 * Removed the unmaintained and unneeded toc protocol plugin.
136 * Fixed NTLM authentication on big-endian systems.
137 * Various memory cleanups when unloading libpurple. (Nick Hebner and
139 * Report idle time 'From last message sent' should work properly.
140 * Better handling of corrupt certificates in the TLS Peers cache.
141 * More efficient buddy list and conversation search functions.
142 (Jan Kaluza and Aman Gupta)
143 * Install scalable versions of the main Pidgin icon, the protocol icons,
144 the dialog icons, and the Buddy List emblems.
145 * Build properly on Hurd. (Marc Dequènes)
146 * Various memory leaks fixed as reported by Josh Mueller.
147 * Properly handle an IRC buddy appearing in multiple groups.
148 * Escape HTML entities in usernames when written with the HTML logger.
149 * Do not display MySpace status changes as incoming IMs. (Mark Doliner and
153 * DNS servers are re-read when DNS queries fail in case the system has
154 moved to a new network and the old servers are not accessible.
155 * DNS SRV records with equal priority are sorted with respect to their
156 weight as specified in RFC 2782. (Vijay Raghunathan)
157 * Don't do IPv6 address lookups if the computer does not have an IPv6
159 * Fix a leak when the UI provides its own DNS resolving UI op.
161 * Don't fork a DNS resolver process to resolve IP addresses. (Aman Gupta)
162 * Internationalized Domain Names are supported when libpurple is compiled
163 against the GNU IDN library.
165 Environment Variables:
166 * GnuTLS logging (disabled by default) can be controlled through the
167 PURPLE_GNUTLS_DEBUG environment variable, which is an integer between
168 0 and 9 (higher is more verbose). Higher values may reveal sensitive
170 * PURPLE_VERBOSE_DEBUG environment variable. Currently, this is an "on" or
171 "off" variable. Set it to any value to turn it on and unset it to turn
172 it off. This will optionally be used to only show less useful debug
173 information on an as-needed basis.
174 * PURPLE_LEAKCHECK_HELP environment variable. Currently, this is an "on"
175 or "off" variable. Set it to any value to turn it on and unset it to
176 turn it off. This will be used to perform various actions that are
177 useful when running libpurple inside of Valgrind or similar programs.
178 Currently, it keeps plugins in memory, allowing Valgrind to perform
179 symbol resolution of leak traces at shutdown.
182 * Preliminary support for a new authentication scheme called
184 * Fixed a bug where your away message sometimes would not get set when
186 * Make sure links in your away messages show up as links to other people.
187 * For ICQ, Never change the privacy setting specified by the user.
190 * Accounts can specify a server to which to connect.
191 (Krzysztof "kreez" Tobola)
192 * Correctly show tooltip status for contacts with status messages.
193 (Krzysztof "kkszysiu" Klinikowski)
194 * Support for fetching buddy icons. (Krzysztof "kkszysiu" Klinikowski)
195 * Support connection progress steps in Gadu-Gadu. (Krzysztof "kkszysiu"
199 * Add support for receiving handwritten (ink) messages on MSN. (Chris
200 Stafford, Gal Topper, and Elliott Sales de Andrade)
201 * Add support for receiving audio clips on MSN. (Chris Stafford, Gal
202 Topper, and Elliott Sales de Andrade)
203 * Show the invite message for buddies that requested authorization
205 * Support sending an invite message to buddies when requesting authorization
207 * Timeout switchboard connections aggressively (60 seconds).
210 * Voice & Video support with Jingle (XEP-0166, 0167, 0176, & 0177), voice
211 support with GTalk and voice and video support with the GMail web
212 client. (Mike "Maiku" Ruprecht)
213 * Added a Service Discovery Browser plugin for Pidgin. (Andrei Mozzhuhin)
214 * Support for in-band bytestreams for file transfers (XEP-0047). (Marcus
216 * Support for sending and receiving attentions (equivalent to "buzz"
217 and "nudge") using the command /buzz. (XEP-0224)
218 * Support for connecting using BOSH. (Tobias Markmann)
219 * A buddy's local time is displayed in the Get Info dialog if the remote
221 * The set_chat_topic function can unset the chat topic.
222 * The Ad-Hoc commands associated with our server are now always shown at
224 * Support showing and reporting idle times in the buddy list. (XEP-0256)
225 * Support most recent version of User Avatar. (XEP-0084 v1.1)
226 * Updated Entity Capabilities support. (Tobias Markmann)
227 * Better support for receiving remote users' nicknames.
228 * /affiliate and /role will now list the room members with the specified
229 affiliation/role if possible. (Andrei Mozzhuhin)
230 * Put section breaks between resources in "Get Info" to improve readability.
231 * Silently remove invalid XML 1.0 entities (e.g. ASCII control characters)
233 * XHTML markup is only included in outgoing messages when the message
235 * Show when the user was last logged in when doing "Get Info" on an offline
236 buddy, provided the server supports it.
237 * Support custom smileys in MUCs (only when all participants support the
238 "Bits of Binary" extension, and a maximum of 10 participants are in the
239 chat to avoid getting too many fetch requests).
240 * Fix an issue with Jabber (pre-XMPP) servers and the user's preference
241 to require SSL not being respected.
242 * Fix an issue where Cyrus SASL DIGEST MD5 authentication might fail if
243 the username, password, or realm (the JID domain) contain non-ASCII
245 * Show emblem for mobile, handheld, and web clients and bots (if the other
247 * Google Talk mail notifications should now work for people for whom they
248 inexplicably did not. (Thanks to yukam for determining the reason)
249 * New XMPP and Google Talk accounts require SSL by default.
250 * Display kicks (and the reasons given) in chat rooms when an occupant is
252 * Fix issues with case-sensitivity of XMPP roster and case-insensitive
254 * For contacts who advertise Entity Capabilities, only send rich text
255 markup if they support it.
256 * Removed support for obsoleted XEP-0022 (Message Events) and XEP-0091
257 (Legacy Entity Time).
258 * When the GNU IDN library (libidn) is available, it is used for
259 normalization of Jabber IDs. When unavailable, internal routines are
260 used (as in previous versions).
261 * Topics that contain '<' followed by a non-whitespace character can now
265 * P2P file transfers. (Sulabh Mahajan)
266 * Sending text messages (address to +<countrycode><phone number>).
268 * Addition of MSN buddies to Yahoo accounts by adding them as
269 'msn/buddy@somedomain.com' is now supported. (Sulabh Mahajan)
270 * Further fixes for buddy pictures, aliases, etc.
271 * Yahoo! and Yahoo! JAPAN are now two separate protocol plugins that share
272 common protocol code. You can now have the same account on both
273 networks. Accounts should be seamlessly migrated to the new
275 * Ability to set personal details for an account and for buddies in the
279 * Added -f command line option to tell Pidgin to ignore NetworkManager
280 and assume it has a valid network connection.
281 * Allow plugins to specify custom link types to the GtkIMHtml widget.
282 * The status message input box at the bottom of the buddy list expands
283 correctly when starting a new line of text.
284 * Pressing the Enter key in the message entry box of the New Status
285 dialog and various other dialogs now causes the cursor to move to
287 * Created a unified Buddy Pounce notification window for all pounces
288 where "Pop up a notification" is selected, which avoids having a
289 new dialog box every time a pounce is triggered. (Jorge Villaseñor)
290 * The New Account dialog is now broken into three tabs. Proxy
291 configuration has been moved from the Advanced tab to the new tab.
292 * Dragging a buddy onto a chat pops up a chat-invitation dialog.
294 * The nicks of the persons who leave the chatroom are italicized in the
295 chat's conversation history. The nicks are un-italicized when they
297 * Always set unseen-count and unseen-state on conversations.
299 * Fix a bug in 'Conversation Colors' plugin for RTL messages.
300 * Pressing the Left and Right arrow keys in the buddy list will expand and
301 collapse buddy groups or contacts. (Peter Ruibal)
302 * Support saving animated custom smileys as animated images or animated
303 custom smileys. (Andrea Piccinelli)
304 * Support for keyboard navigation on the status icon. (Li Yuan)
305 * IMG tags without 'id' attributes are turned into links to the image URL.
307 * Draw the user's buddy icon at the bottom of the Buddy List with rounded
308 corners for visual consistency with the actual icons in the Buddy List.
310 * When file transfers are complete, the received file name written to the
311 conversation window is now linked to the file.
312 * Fix a crash when closing a conversation tab that has unread messages
313 when the Message Notification plugin is loaded.
314 * Fix a crash when closing the New Mail dialog if an account with new
315 mail was previously disconnected while the dialog was open.
316 * Fix incorrect unread message counts for the new mail notifications.
317 * Do not lose unread messages with a hidden conversation window when
318 new IM conversations are hidden and "Close IMs immediately when the tab
322 * The hardware cursor is updated correctly. This will be useful
323 especially for users of braille terminals, screen readers etc.
324 * Added a TinyURL plugin, which aids copying longer URLs.
325 * Fixed UTF-8 compatibility problems which could cause exits or other
326 unrequested behaviour.
328 Pidgin GTK+ Theme Control Plugin:
329 * Removed mouse cursor color preferences.
330 * Added "Typing Notification Color" preference.
331 * Added "Disable Typing Notification Text" preference.
332 * Preferences have been reorganized into three tabs for Colors, Fonts, and
333 Miscellaneous categories.
335 version 2.5.9 (08/18/2009):
336 * Fix a crash via a specially crafted MSN message (CVE-2009-2694,
337 thanks to Core Security Technologies for discovering this and
338 notifying us privately before announcing it).
339 * Fix a crash in Bonjour, MSN, and XMPP when trying to transfer files with
342 version 2.5.8 (06/27/2009):
344 * Fix misparsing a web message as an SMS message. (Yuriy Kaminskiy)
347 * Increase NS command history size to prevent crashes on buddy lists that
348 have a lot of buddies on other networks like Yahoo!.
351 * Accounts with empty buddy lists are now properly marked as connected.
352 * Fix receiving messages from users of MySpace's web IM client.
355 * Fixed phantom online buddies. They should now properly disappear when
357 * Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in
359 * Fixed compiling on systems with glib 2.4.x or older.
360 * Fixed an issue with file transfers. This may not resolve all issues,
361 but it should resolve at least some of the most common ones.
362 * The pager server will automatically update to scsa.msg.yahoo.com if the
363 user empties the field or if it is scs.msg.yahoo.com. This should ease
364 the pain of transition to the new login method.
367 * Fix an incompatibility betweeen Prosody and libpurple clients.
369 version 2.5.7 (06/20/2009):
370 * Yahoo Protocol 16 support, including new HTTPS login method; this should
371 fix a number of login problems that have recently cropped up. (Sulabh
372 Mahajan, Mike "Maiku" Ruprecht)
373 * Only display the AIM "Unable to Retrieve Buddy List" message once per
374 connection. (Rob Taft)
375 * Blocking MSN users not on your buddy list no longer disconnects you.
376 * When performing operations on MSN, assume users are on the MSN/Passport
377 network if we don't get network ID's for them.
379 version 2.5.6 (05/19/2009):
381 * Improve sleep behavior by aggregation of longer timeouts on second
382 boundaries to allow better power saving. (Arunan Balasubramaniam)
383 * Fix various crashes on exit.
384 * Make XML parsing more resilient to interactions with other libraries.
385 This, along with the fix for libxml2 bug 564217, fixes the crashes
386 on connect in XMPP with recent gst-plugins-bad (see #8830 for details).
387 * Many security related fixes.
390 * Correctly handle WHOIS for users who are joined to a large number of
392 * Notify the user if a /nick command fails, rather than trying
396 * Fix a race condition causing occasional Pidgin crashes.
397 * Fix some errors about the friendly name changing too fast caused
398 by MSN/Yahoo integration buddies.
401 * Less likely to pop up a new conversation window in disregard of
402 the "Hide new IM conversations" preference.
405 * Fix a crash when sending very long messages.
406 * Fix a bug where UTF-8 status messages get garbled when going idle.
408 version 2.5.5 (03/01/2009):
410 * Fix a crash when removing an account with an unknown protocol id.
411 * Beta support for SSL connections for AIM and ICQ accounts. To
412 enable, check the "Use SSL" option from the Advanced tab when
413 editing your AIM or ICQ account. (Paul Aurich)
414 * Fix a memory leak in SILC. (Luke Petre)
415 * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
416 handling and other issues. (Paul Aurich, Marcus Sundberg)
417 * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
420 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
421 other libpurple clients. (Daniel Ljungborg)
422 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing
423 of buddy icons and available messages.
424 * Properly publish status messages for statuses other than Available.
425 ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
426 * Fix receipt of messages from the mobile client Slick. (David Jedelsky)
429 * Fix transfer of buddy icons, custom smileys, and files from the
430 latest Windows Live Messenger 9 official client. (Thomas
432 * Large (multi-part) messages are now correctly re-combined.
433 * Federated/Yahoo! buddies should now stop creating sync issues at
434 every signin. You may need to remove duplicates in the Address
435 Book. See the FAQ for more information. Thanks to Jason Lingohr
436 for lots of debugging and testing.
437 * Messages from Yahoo! buddies are no longer silently dropped.
438 * We now save and use the CacheKey for ABCH SOAP requests.
439 * Don't try to parse Personal Status Messages or Current Media if they
441 * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
442 on incoming messages. This should fix some issues with messages from
444 * Force sending the font "Segoe UI" if outgoing formatting doesn't specify
446 * Queue callbacks when token updates are in progress to prevent two token
447 update attempts from trampling each other.
448 * Fixed a crash on Windows when removing a buddy's alias.
449 * Update the Address Book when buddies' friendly names change. This
450 prevents seeing an outdated alias or not seeing an alias at all for
451 buddies who are offline when you sign in.
452 * Update tokens for FindMembership and ABFindAll SOAP requests.
453 * We no longer try to send empty messages. This could happen when a
454 message contained only formatting and that formatting was not supported
456 * Buddies on both the Allow and Block list are now automatically
457 removed from the Allow list. Users with this problem will now no
458 longer receive an ADL 241 error. The problematic buddy should now
459 appear on the buddy list and can be removed or unblocked as desired.
462 * Resources using __HOSTNAME__ substitution will now grab only the short
463 hostname instead of the FQDN on systems which put the FQDN in the
464 hostname. (Matěj Cepl)
465 * No longer send a 'to' attribute on an outgoing stanza when we haven't
466 received one. This fixes a registration bug as described in ticket
470 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
471 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
472 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta
476 * Allow rebinding keys to change the focused widget (details in the
477 man-page, look for GntBox::binding)
479 version 2.5.4 (01/12/2009):
481 * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
483 * Don't ignore namespace information when parsing XMPP data. (Michal
485 * Fix a crash that occurred when retrieving certain Offline Messages
487 * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
488 * Fix the hang on exit in Network Location Awareness for Windows XP
489 and Windows Vista. (Paul Aurich)
492 * Change Contact Server to temporarily fix connection problems.
493 (Thanks to Youness Alaoui)
496 * Support for XEP-0191 blocking. (Vijay Raghunathan)
497 * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
498 * Fix removal of avatars (both PEP and vCard), we weren't removing
499 them correctly before. (Paul Aurich)
502 * Fix a crash in the Add Account dialog when changing protocols under
503 certain circumstances.
506 * Redirect stderr outputs to the debug window.
507 * Fix rebinding actions with the arrow-keys and tab.
509 version 2.5.3 (12/20/2008):
511 * The Buddy State Notification plugin no longer prints duplicate
512 notifications when the same buddy is in multiple groups. (Florian
514 * The Buddy State Notification plugin no longer turns JID's, MSN
515 Passport ID's, etc. into links. (Florian Quèze)
516 * purple-remote now has a "getstatusmessage" command to retrieve
517 the text of the current status message.
518 * Various fixes to the nullprpl. (Paul Aurich)
519 * Fix a crash when accessing the roomlist for an account that's not
520 connected. (Paul Aurich)
521 * Fix a crash in purple_accounts_delete that happens when this
522 function is called before the buddy list is initialized.
524 * Fix use of av_len in perl bindings to fix some off-by-one bugs
526 * On ICQ, advertise the ICQ 6 typing capability. This should fix
527 the reports of typing notifications not working with third-party
528 clients. (Jaromír Karmazín)
529 * Many QQ fixes and improvements, including the ability to connect
530 using QQ2008 protocol and sending/receiving of long messages.
531 The recommended version to use is still QQ2005.
532 * Fix a crash with DNS SRV lookups. (Florian Quèze)
533 * Fix a crash caused by authorization requests. (Florian Quèze)
536 * Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki)
537 * Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki)
538 * Gadu-Gadu now does proper charset translations where needed. (Adam
542 * Fix an error with offline messages by shipping the *new*
543 "Microsoft Secure Server Authority" and the "Microsoft Internet
544 Authority" certificates. These are now always installed even when
545 using --with-system-ssl-certs because most systems don't ship
546 those intermediate certificates.
547 * The Games and Office media can now be set and displayed (in
548 addition to the previous Music media). The Media status text now
549 shows the album, if possible.
550 * Messages sent from a mobile device while you were offline are now
552 * Server transfers after you've been connected for a long time
553 should now be handled correctly.
554 * Many improvements to handling of "federated" buddies, such as those
555 on the Yahoo network.
556 * Several known crashes have been resolved.
557 * Many other fixes and code cleanup.
560 * Respect your privacy settings set using the official MySpace client.
561 * Add support for blocking buddies.
562 * Fix a bug where buddies didn't appear in their correct groups the
563 first time you sign into your account.
564 * Properly disconnect and sign out of the service when logging off.
565 * Support for foreground and background font colors in outgoing IMs.
566 * Support for background font colors in incoming IMs.
567 * Many other fixes and code cleanup.
570 * Fix insanely long idle times for Sametime 7.5 buddies by assuming
571 0 idle time if the idle timestamp is in the future. (Laurent
573 * Fix a crash that can occur on login. (Raiko Nitzsche)
576 * Fix a crash when a malformed message is received.
577 * Don't allow connecting accounts if no server name has been
578 specified. (Florian Quèze)
581 * Fix the namespace URL we look for in PEP reply stanzas to match
582 the URL used in the 'get' requests (Paul Aurich)
583 * Resources can be set to the local machine's hostname by using
584 __HOSTNAME__ as the resource string. (Jonathan Sailor)
585 * Resources can now be left blank, causing the server to generate a
586 resource for us where supported. (Jonathan Sailor)
587 * Resources now default to no value, but "Home" is used if the
588 server refuses to provide a resource.
589 * Quit trying to get user info for MUC's. (Paul Aurich)
590 * Send "client-accepts-full-bind-result" attribute during SASL
591 login. This will fix Google Talk login failures if the user
592 configures the wrong domain for his/her account.
593 * Support new <metadata/> element to indicate no XEP-0084 User
594 Avatar. (Paul Aurich)
595 * Fix SHA1 avatar checksum errors that occur when one of the bytes
596 in a checksum begins with 0. (Paul Aurich)
597 * Fix a problem with duplicate buddies. (Paul Aurich)
600 * Corrected maximum message lengths for Yahoo!
601 * Fix file transfers with older Yahoo protocol versions.
604 * Enable auto-reply, to emulate 'zaway.' (Toby Schaffer)
605 * Fix a crash when an account is configured to use tzc but tzc is
606 not installed or the configured tzc command is invalid. (Michael
608 * Fix a 10 second delay waiting on tzc if it is not installed or the
609 configured command is invalid. (Michael Terry)
612 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
613 instead of our own (hidden) tooltip_delay pref. If you had
614 previously changed that pref, add a line like this to
615 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
616 gtk-tooltip-timeout = 500
617 To completely disable tooltips (e.g. if you had an old
618 tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0:
619 gtk-enable-tooltips = 0
620 * Moved the release notification dialog to a mini-dialog in the
621 buddylist. (Casey Ho)
622 * Fix a crash when closing an authorization minidialog with the X
623 then immediately going offline. (Paul Aurich)
624 * Fix a crash cleaning up custom smileys when Pidgin is closed.
625 * Fix adding a custom smiley using the context menu in a conversation
626 if no custom smilies have previously been added using the smiley
628 * Improved support for some message formatting in conversations.
629 * Allow focusing the conversation history or userlist with F6.
630 * Fixed the Send Button plugin to avoid duplicate buttons in a single
632 * Double-clicking a saved status will now activate it and close the
633 saved status manager, rather than edit the status.
636 * Allow binding meta+arrow keys for actions.
637 * Added default meta+erase binding for delete previous word.
638 * Added "Show When Offline" to buddy menus, so a plugin is no longer
641 version 2.5.2 (10/19/2008):
643 * Fixed a crash on removing a custom buddy icon on a buddy.
644 * Fixed a crash caused by certain self-signed SSL certificates.
645 * Enable a number of strong ciphers which were previously disabled
646 when using NSS. (Thanks to Marcus Trautwig.)
649 * The status selector now saves your message when changing status.
650 * Fix a case where a conversation window could close unexpectedly.
651 * A mute sounds option has been added to the preferences window to
652 help with discoverability. CTRL+S is no longer bound to mute.
653 * Added ability to change the color of visited links (using the theme
654 control plugin, or setting the color in ~/.gtkrc-2.0)
655 * Fix a crash occuring when a custom smiley is deleted and re-added and
656 used in an open conversation after being re-added.
659 * A new 'Nested Grouping' option in the 'Grouping' plugin. Group
660 hierarchies are defined by the '/' character in the group names.
661 * A bug was fixed where some key-bindings wouldn't work with some TERMs
662 (e.g. xterm-color, screen-linux etc.)
665 * Operations (such as moving to a new group) on contacts that were added
666 in the same session should now complete correctly, and not cause
667 synchronization errors at next login.
668 * Minor fixes to login process during a server transfer.
669 * Restored the "Has You" feature to the MSN protocol tooltips.
670 * ADL 205/214/etc errors should no longer prevent login.
673 * Sending and receiving custom smileys using the specification in
674 XEP-0231 (bits of binary) and XHTML-IM
677 * Only send a Ping once every hour. This prevents the account from
678 being disconnected from the server periodically.
680 version 2.5.1 (08/30/2008):
682 * In the Join/Part plugin, add the ability to apply the rules to
683 buddies. By default, joins and parts for buddies are still shown.
684 * Support SOCKS proxies specified in GNOME or Windows proxy settings.
685 * Fix some possible crashes in MSNP15.
686 * Enable a default SSL trust relationship for MSN servers.
687 * Avoid disconnecting from XMPP servers on parse errors that are
689 * Include some perl files that were mistakenly omitted in 2.5.0.
692 * Prevent use of custom smilies without "shortcuts."
693 * Fix a crash that could appear with AIM buddy tooltips.
696 * General refresh of many icons in the interface.
697 * Many cleanups to artwork source are now included in the distribution.
698 * A new "throbber" animation has been added to indicate when accounts
701 version 2.5.0 (08/18/2008):
703 * Ability to create custom smileys (currently only the MSN protocol
704 utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil,
705 Marcus Lundblad, Jorge Villaseñor and other contributors)
706 * Add a configure option, --with-system-ssl-certs to allow packagers
707 to specify a system-wide SSL CA certificates directory. When set,
708 we don't install our SSL CA certs, so it's important that the
709 libpurple package depend on the CA certificates.
710 * Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
714 * Fix a bug that caused the UI to not refresh and caused the client
715 to use 99% CPU when an XMPP account lost its connection to the
717 * Possibly fix a bug where some clients could get into a state
718 where they moved a buddy back and forth between two groups in
722 * /ctcp command (Vladislav Guberinić)
723 * Allow for auto-detection of incoming UTF-8 formatted text on
724 accounts which are configured to use some other encoding.
727 * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
728 Villaseñor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
730 * Personal messages are now supported. They are treated as status
732 * Offline IM is now supported.
733 * Aliasing is now supported server-side.
734 * Buddies are now emblemed. Bots and web clients should now be
736 * Update smiley set for non-faces.
737 * Failing to update a buddy icon when the buddy has gone offline no
739 * Custom smileys received in a chat no longer go to a new window.
740 * Processing is no longer completely frozen after the servers block a
741 message because it contains (what they consider) inappropriate text.
744 * Custom buddy icons can now be added to and removed from buddy list
745 entries via the buddy list entry right-click menu.
746 * Resize large incoming custom smileys to a maximum of 96px on either
748 * Offer to add new buddies into the same contact as existing buddies
749 in the same group if the alias given is the same.
750 * Minor smiley style update.
753 * Group and Chat buddy list entries can now be given custom buddy
757 * Added "Invite..." menu to chats.
758 * Added "View All Logs" menu in the buddylist to display a list of all IM
760 * Added '/msgcolor' command to change colors of different classes of
761 messages in a conversation. See '/help msgcolor' for details.
762 * Added tab-completion for commands in conversation windows.
764 version 2.4.3 (07/01/2008):
766 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
767 and restoring compatibility with the web messenger (Yusuke Odate)
768 * Setting your buddy icon once again works for Yahoo! accounts.
769 * Fixes in the Yahoo! protocol to prevent a double free, crashes on
770 aliases, and alias functionality
771 * Fix crashes in the bonjour protocol
772 * Always use UTF-8 for Yahoo! (#5973)
773 * Fix a crash when the given jabber id is invalid.
774 * Make the IRC "unknown message" debugging messages UTF-8 safe.
775 * Fix connecting to ICQ
776 * Fix a memleak when handling jabber xforms.
779 * Include the send button plugin in the win32 build
780 * Various memory leak fixes
782 version 2.4.2 (05/17/2008):
783 http://developer.pidgin.im/query?status=closed&milestone=2.4.2
785 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
786 * Strip mIRC formatting codes from quit and part messages.
787 * IRC now displays ban lists in-channel for joined channels.
788 * Fixed a bug where the list of loaded plugins would get removed when
789 switching between different operating systems.
790 * Fix reception of IRC PART without a part message on Undernet
791 (fixes a problem with litter in the channel user list).
792 * IRC no longer crashes on /list on servers which erroneously omit
794 * Update the NetworkManager support to use D-Bus directly, instead of
795 libnm-glib. Hopefully it's stable now. It will now compile by
796 default if you have D-Bus support and NetworkManager.h. (Elliott
798 * MSN buddy list synchronization is now more forgiving, only asking
799 about buddies who have disappeared completely from the server list
800 and not those that have simply moved groups.
801 * IRC will now try to append 1-9 to your nick if it is in use, instead
802 of substituting the last character with 1-9 where possible.
803 * Bonjour buddies will be saved persistently if they're moved out of
804 the "Bonjour" group. (Eion Robb)
807 * The typing notification in the conversation history can be disabled or
808 customized (font, color etc.) in .gtkrc-2.0.
809 * Added a plugin (not installed by default) which adds a Send button
810 back to the conversation window. People without physical keyboards
811 have a hard time with the lack of the button.
812 * Clicking on the buddyicon in the conversation window toggles the
813 size of the icon between small and large.
814 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
815 an AIM chat) can be edited from its context menu in the buddy list.
816 * Add a "Present conversation window" preference to the Message
817 Notification plugin; the "Raise conversation window" option does not
818 unminimize windows or draw attention to them when they are on other
819 workspaces--the "Present" option should.
820 * Add a preference to set Escape as the keyboard shortcut for closing
821 the conversation window.
822 * Add an option in the context menu to disable smileys in the selected
823 text in the conversation history/log viewer. This should help people
824 who regularly paste code in conversations.
825 * Add a preference to choose the minimum size of the text input area in
827 * Moved the "Local alias" field in the Modify Account dialog to be below
828 the "User Options" heading on the "Basic" tab.
829 * Number of room occupants is now shown in chat tooltips where possible
832 * The configure script now dies on more absent dependencies. The
833 --disable-xxx arguments to configure can be used to bypass unneeded
834 dependencies. This will also cause the configure script to die if an
835 --enable-xxx option is used and the dependencies it requires are
837 * The Evolution integration plugin must now be explicitly enabled. Use
838 the --enable-gevolution argument to configure to enable it.
839 * The Contact Availability Prediction plugin must now be explicitly
840 enabled. Use the --enable-cap argument to configure to enable it.
843 * New default binding ctrl+x to open context menus.
844 * Menu triggers and other bindings will no longer conflict.
845 * Middle click pastes the internal clipboard (when mouse support is
848 version 2.4.1 (03/31/2008):
849 http://developer.pidgin.im/query?status=closed&milestone=2.4.1
852 * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
853 should have no functional effect, other than continued support
854 on systems which have dropped UCS-2 conversions.
855 * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
856 * Fix a crash when clearing the buddy icon for an account on XMPP
857 * Fix a crash during login for some ICQ accounts
858 * Prefer more available resources on XMPP when priorities are equal
859 * Fix incorrectly marking some Yahoo! contacts as blocked
860 * Improved handling of UTF-8 group names on ICQ (beret)
861 * Fix a crash when starting if you have a Zephyr account
862 * Increase XMPP ping timeout to 120 seconds, to prevent poor network
863 connections from timing out unnecessarily.
864 * Don't crash on XMPP forms with empty default values.
865 * Fix issues with CHAP authentication for SOCKS5 proxies.
868 * Remove a workaround for older versions gstreamer that was causing
869 crashes on some non-Linux systems such as HPUX
870 * Fix some cases of the conversation input entry area being 1 pixel high
871 * Fix for displaying channel & buddy names in conversation window when
872 they have '&' in them
873 * Some memory leak fixes, especially in the Text Replacement plugin
874 * Rectangular but non-square buddy icons have rounded corners in the buddy
878 * Fix compiling with Glib older than 2.6
879 * Ensure existing conversations selected from the 'Send IM' dialog are
881 * Move the tooltip on the left of the buddylist if there's not enough room
882 on the right to show it.
884 version 2.4.0 (02/29/2008):
885 http://developer.pidgin.im/query?status=closed&milestone=2.4.0
888 * Added support for offline messages for AIM accounts (thanks to
890 * Fixed various problems with loss of status messages when going
891 or returning from idle on MySpaceIM.
892 * Eliminated unmaintained Howl backend implementation for the
893 Bonjour protocol. Avahi (or Apple's Bonjour runtime on win32) is
894 now required to use Bonjour.
895 * Partial support for viewing ICQ status notes (Collin from
897 * Support for /notice on IRC.
898 * Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
899 * Support for retrieving full names and addresses from the address book
900 on Yahoo! Japan (Yusuke Odate)
901 * The AIM/ICQ server-side preference for "allow others to see me
902 as idle" is no longer unconditionally set to "yes" even when
903 your libpurple preference is "no."
904 * Fix SSL certificate checks for renewed certificates
905 * Fix the ability to set vCard buddy icons on Google Talk/XMPP
906 * D-Bus fixes on 64bit
907 * Fixed retrieval of buddy icons and setting of server-side aliases on
908 Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
910 * Fixed an MSN bug that would leave you appearing offline when transferred
914 * Added the ability to theme conversation name colors (red and blue)
915 through your GTK+ theme, and exposed those theme settings to the
916 Pidgin GTK+ Theme Control plugin (Dustin Howett)
917 * Fixed having multiple alias edit areas in the infopane (Elliott Sales
919 * Save the conversation "Enable Logging" option per-contact (Moos
921 * Typing notifications are now shown in the conversation area
924 * Color is used in the buddylist to indicate status, and the conversation
925 window to indicate various message attributes. Look at the sample gntrc
926 file in the man page for details.
927 * The default keybinding for dump-screen is now M-D and uses a file
928 request dialog. M-d will properly delete-forward-word, and M-f has been
929 fixed to imitate readline's behavior.
930 * New bindings alt+tab and alt+shift+tab to help navigating between the
931 higlighted windows (details on the man page).
932 * Recently signed on (or off) buddies blink in the buddy list.
933 * New action 'Room List' in the action list can be used to get the list of
934 available chat rooms for an online account.
935 * The 'Grouping' plugin can be used for alternate grouping in the
936 buddylist. The current options are 'Group Online/Offline' and 'No
939 * Added the ability to block/unblock buddies - see the buddy context menu
940 and the menu for the buddy list.
941 * Fixed a bug preventing finch working on x86_64
943 version 2.3.1 (12/7/2007):
944 http://developer.pidgin.im/query?status=closed&milestone=2.3.1
945 NOTE: Due to the way this release was made, it is possible that
946 bugs marked as fixed in 2.3.1 will not be fixed until the
949 * Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
950 connecting to MSN and random local display name changes
951 * Going idle on MySpaceIM will no longer clear your status and message.
952 * Idle MySpaceIM buddies should now appear online at login.
953 * Fixed crashes in XMPP when discovering a client's capabilities
954 * Don't set the current tune title if it's NULL (XMPP/Google Talk)
955 * Don't allow buddies to be manually added to Bonjour
956 * Don't advertise IPv6 on Bonjour because we don't support it
957 * Compile fixes for FreeBSD and Solaris
958 * Update QQ client version so some accounts can connect again
959 * Do not allow ISON requests to stack in IRC, preventing flooding IRC
960 servers when temporary network outages are restored
961 * Plug several leaks in the perl plugin loader
962 * Prevent autoaccept plugin overwriting existing files
964 version 2.3.0 (11/24/2007):
965 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
966 NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
967 have been fixed until this release (2.3.0).
970 * Real usernames are now shown in the system log.
971 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
972 catch deprecated functions earlier rather than later.
973 * Thanks to a patch from Intel, the Bonjour prpl now supports file
974 transfers using XEP-0096 and XEP-0065. This should enable file
975 transfers between libpurple clients and Gajim clients, but will not
976 work with iChat or Adium as they use a different file transfer
978 * XMPP password changes that return errors no longer cause the saved
979 password to be changed.
980 * XMPP file transfer support has been enhanced to support sending
981 files through a proxy when the server supports discovering a
982 a bytestream proxy. This should make file transfers much more
983 reliable. The next release will add support for manually specifying
984 a proxy when the server doesn't advertise one.
987 * If a plugin says it can't be unloaded, we now display an error and
988 remove the plugin from the list of saved plugins so it won't load
989 at the next startup. Previously, we were ignoring this case, which
990 could lead to crashes.
991 * Mark dialog windows as transient for appropriate parent windows to
992 help window managers do the right thing (Gabriel Schulhof)
993 * Connection errors are now reported in mini-dialogs inside the buddy
994 list, rather than as buttons in the buddy list and with dialog
995 boxes. If several accounts are disabled when you sign on elsewhere,
996 you can now re-enable them all with a single click.
997 * Added tooltips to the Room List window to show full topics
998 * Added buttons in preferences to access GNOME network and browser
999 preferences configuration dialogs when running under GNOME
1000 * If you alias a buddy to an alias that is already present within
1001 a particular group, we now offer to merge the buddies into the
1003 * A music emblem is now displayed in the buddy list for a buddy if we
1004 know she is listening to some soothing music.
1005 * Added a 'Move to' menu in buddy list context menu for moving buddies
1006 to other groups as an alternative to dragging.
1007 * Group headings are now marked via an underline instead of a
1008 different color background.
1009 * It is now possible to mark a chat on your buddy list as "Persistent"
1010 so you do not leave the chat when the window or tab is closed.
1011 * The auto-join option for chats is now listed in the "Add Chat"
1012 dialog along with the new persistence option.
1013 * Closing an IM no longer immediately closes your conversation. It
1014 will now remain active for a short time so that if the conversation
1015 resumes, the history will be retained. A preference has been added
1016 to toggle this behavior.
1017 * The "Smiley" menu has been moved to the top-level of the toolbar.
1018 * Pidgin's display is now saved with the command line for session
1019 restoration. (David Mohr)
1020 * ICQ Birthday notifications are shown as buddy list emblems.
1021 * Plugin actions are now available from the docklet context menu
1022 in addition to the Tool menu of the buddy list.
1023 * The manual page has been heavily rewritten to bring it in line
1024 with current functionality.
1027 * If a plugin says it can't be unloaded, we now display an error and
1028 remove the plugin from the list of saved plugins so it won't load
1029 at the next startup. Previously, we were ignoring this case, which
1030 could lead to crashes.
1031 * It's possible to bind key-strokes to specific menuitems in the windows.
1032 Read the 'Menus' section in the man-page for details.
1033 * 'transpose-chars' operation for the entry boxes. The default key-binding
1035 * 'yank' operation for the entry boxes. The default binding is ctrl+y.
1037 version 2.2.2 (10/23/2007):
1038 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
1039 NOTE: Due to the way this release was made, it is possible that
1040 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
1041 until the next release.
1043 * Various bug and memory leak fixes
1044 * Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory
1045 (e.g. c:\Documents and Settings\All Users\
1046 Application Data\purple\prefs.xml) on Windows, similarly to
1047 how this is done on other platforms.
1049 version 2.2.1 (09/29/2007):
1050 http://developer.pidgin.im/query?status=closed&milestone=2.2.1
1051 NOTE: Due to the backporting that happened for the actual
1052 release, it is possible bugs marked as fixed in 2.2.1
1053 will not be fixed until 2.2.2.
1056 * A few build issues on Solaris were fixed.
1057 * Cancelling the password prompt for an account will no longer leave
1058 it in an ambiguous state. (It will be disabled.)
1059 * Fixed an erroneous size display for MSN file transfers. (galt)
1060 * Fixed multiple memory leaks, particularly in XMPP and MySpace
1062 * Fixed remembering proxy preferences and status scores
1063 * Gmail notifications are better tracked
1066 * Fixed keyboard tab reordering to move tabs one step instead of two.
1067 * You should no longer lose proxy settings when Pidgin is restarted.
1068 * Fixed detection of X11 when compiling
1071 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
1074 version 2.2.0 (09/13/2007):
1075 http://developer.pidgin.im/query?status=closed&milestone=2.2.0
1078 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
1080 * XMPP enhancements. See
1081 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
1082 Monitzer, Google Summer of Code for Adium)
1083 * Certificate management. libpurple will validate certificates on
1084 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
1085 * Some adjustments were made to fix sending messages when using
1086 the MSN HTTP method. (Laszlo Pandy)
1087 * Yahoo! Chat is fixed.
1088 * Some AIM file transfer issues between Pidgin and other clients
1089 have been fixed. (Kyryll A Mirnenko)
1090 * Properly restore idle status and time for AIM and ICQ accounts
1091 when they reconnect after being disconnected.
1094 * Insert Horizontal Rules and Strikethrough text from toolbar.
1095 * Option to show protocol icons in the buddy list, from the
1096 Buddies > Show menu. (Justin Heiner)
1097 * Ability to build with native, non-X11 GTK+ on OSX. (Anders
1099 * Remember the 'Enable Sounds' setting for a conversation.
1100 * Right-clicking the empty space in the formatting toolbar
1101 allows you to toggle back to the old "ungrouped" version.
1102 * Protocols supporting account registration via Pidgin now show
1103 a descriptive checkbox instead of a vague "Register" button.
1104 * Fixed a bug where a tab would be shown on single conversations
1105 when tabs were disabled.
1108 * Per-conversation mute and logging options (accessible from the menu).
1110 version 2.1.1 (08/20/2007):
1112 * Added an account action to open your inbox in the yahoo prpl.
1113 * Added support for Unicode status messages in Yahoo.
1114 * Server-stored aliases for Yahoo. (John Moody)
1115 * Fixed support for Yahoo! doodling.
1116 * Limited support for MSN Messenger contacts
1119 * Bonjour plugin uses native Avahi instead of Howl
1120 * Bonjour plugin supports Buddy Icons
1123 * Only report conversation close when 'send typing notifications'
1124 preference is turned on (Bob Rossi)
1127 * Show current outgoing conversation formatting on the font label on
1129 * Slim new redesign of conversation tabs to maximize number of
1130 conversations that can fit in a window
1131 * Tab bar is not visible when only one conversation is open. You can
1132 drag and drop conversations from the infopane.
1133 * Moved "Reset Formatting" toolbar button to Font menu.
1134 * Double click on the infopane to alias buddies and set topics
1139 * Sound support (Eric Polino)
1141 version 2.1.0 (07/28/2007):
1143 * Core changes to allow UIs to use second-granularity for scheduling.
1144 Pidgin and Finch, which use the glib event loop, were changed to use
1145 g_timeout_add_seconds() on glib >= 2.14 when possible. This allows
1146 glib to better group our longer timers to increase power efficiency.
1147 (Arjan van de Ven with Intel Corporation)
1148 * No longer linkifies screennames containing @ signs in join/part
1149 notifications in chats
1150 * With the HTML logger, images in conversations are now saved.
1151 NOTE: Saved images are not yet displayed when loading logs.
1152 * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
1155 * Ensure only one copy of Pidgin is running with a given configuration
1156 directory. The net effect of this is that trying to start Pidgin a
1157 second time will raise the buddy list. (Gabriel Schulhof)
1158 * Undo capability in the conversation window
1159 * The formatting toolbar has been reorganized to be more concise.
1160 * A new status area has been added to the top of conversations to
1161 provide additional detail about the buddy, including buddy icon,
1162 protocol and status message.
1163 * Show idle times in the buddy list as days, hours, seconds
1166 * There's support for workspaces now (details in the manpage)
1167 * There's a new custom window manager, Irssi
1168 * Some improvements for tab-completion, tooltip and the password entries
1169 * Some bugs regarding search results fixed
1170 * A new DBus-script to create a docklet for finch
1171 * Support for showing empty groups in the buddy list (Eric Polino)
1173 version 2.0.2 (06/14/2007):
1175 * Added a custom conversation font option to preferences
1176 * Fixed smiley ordering in the insert smiley popup to be more intuitive
1177 * Conversation->More menu items work for Chats as well as Buddies,
1178 including those not on your buddy list
1179 * newline plugin should work better with conversation colors plugin now
1180 * Get Info on users now provides immediate feedback that something is
1182 * Aliasing a buddy will not be interrupted by other buddy list activity
1183 * Using the -l option to log in to a specific account works better
1186 * Moving an ICQ buddy from one group to another no longer
1187 re-requests authorization from that person (Rene Hausleitner)
1188 * Added nullprpl, an example protocol plugin (Ryan Barrett)
1189 * Fixed SOCKS5 bug which caused Jabber file receiving to fail
1190 * Remove MSN's random "Authorization Failed" dialogs
1191 * Fix MSN to correctly detect incorrect passwords and disable the account
1192 * Get User Info on MSN is now more reliable & accurate
1193 * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
1194 * Fix for some QQ authentication problems
1195 * Fix for building on FreeBSD
1196 * Prevent "Logged in:" times for AIM buddies being ridiculously high
1197 * Updates and fixes to Bonjour support
1198 * Improve ICQ encoding support for some non-latin languages
1201 * Auto account reconnecting
1203 version 2.0.1 (05/24/2007):
1204 * Buddy list update speedups when buddy icons are not being
1205 displayed. (Scott Wolchok)
1206 * Fix icons on docklet change status menu to match the status selector
1207 * Custom smileys on MSN can be saved by right-clicking on them
1208 * Fix a crash deleting a buddy that is in the Buddy List more than once
1209 * Compile fixes for Solaris
1210 * Fix GTalk formatting when there's a space before/after a */_
1211 * Fix Log viewer crash when the filename is not in the expected format
1212 * Get User Info now provides immediate feedback, and is updated when the
1213 user information is available
1214 * Make the choose buddy icon dialog correctly list the current directory
1215 * Fix for buddy icons disappearing
1216 * Timestamps are always on in debug output (-d) and Debug Window now
1217 * Don't escape html entities in Yahoo! system messages
1218 * Fix for the choose buddy icon dialog resizing strangely as files are selected
1219 * Receives notifications when XMPP buddies send "leaving chat"
1221 * Fix the typing animation so it doesn't stop animating once a conversation
1222 has gone from typing -> not typing -> typing
1223 * Fix error messages when joing XMPP chats
1224 * Identify the account when warning about plaintext auth over an
1226 * Fix XMPP SASL authentication error when using Cyrus and a connect server
1227 * Fix changing tab locations to update properly
1228 * Turning off "Show formatting on incoming messages" now ignores
1229 formatting in <span> tags too
1230 * File transfer progress for transfers on MSN is now correctly displayed
1231 * You can set/change alias of buddies/chats by double-clicking on the
1232 conversation tabs (Ma Xuan)
1233 * Fix IRC connection bug with dircproxy (xjoe)
1234 * Ctrl+[shift]+tab focuses the next most active tab (William Thompson)
1235 * Fix Open Hotmail Inbox for MSN to work more reliably
1236 * Add a Google Talk item to the protocol list, to help users who think
1237 we don't support Google Talk. The item acts just like "XMPP".
1238 * Remember if the X server supports XScreenSaver, to avoid waking it
1239 every 5 seconds. (Arjan van de Ven with Intel Corporation)
1240 * Change our idle checking to poll only as necessary and raise the
1241 unidle timeout from 5 seconds to 60 when using XScreenSaver. This
1242 and the XScreenSaver change will reduce Pidgin's effect on power
1243 consumption when running with NO_HZ. (Arjan van de Ven with Intel
1245 * Conversation -> Save As will now use aliases.
1246 * ALSA added as a possible sound method
1247 * Google Talk accounts will not import buddies from your Gmail address
1251 * Userlist in chat windows, which can be turned on or off using
1253 * Menus in the conversation windows
1254 * Improved tab completion support
1255 * Ctrl+c prompts with a dialog before exiting
1256 * Filter string in the debug window
1257 * Notify when you leave a chat
1258 * Work around an ncurses bug which appears when half of a multi-cell
1259 character is covered by an upper-level window
1260 * New plugins are shown in bold text in the plugin dialog
1261 * Nicer HTML screendumps
1263 version 2.0.0 (5/3/2007):
1264 * The project has new names - libpurple for the core, Pidgin for the
1265 GTK+ UI and Finch for the ncurses based console UI (AOL LLC)
1268 * With the Core/UI split complete, it is now possible to build
1269 libpurple without any UIs, creating a library upon which other
1270 UIs may be constructed
1271 * A new ncurses-based console UI called Finch is now available
1272 (Sadrul Habib Chowdhury, Google Summer of Code)
1273 * Reorganized the source tree to split apart the code for the UI
1274 changes and libpurple targets
1275 * libxml2 is now required. We switched from gmarkup to libxml2 for
1276 more correct XML parsing.
1279 * The code dealing with buddy and account status, away messages,
1280 away states, online/offline, etc has been completely rewritten.
1281 Huge thanks to Christian Hammond, Dave West, Daniel Atallah and
1282 Sadrul Habib Chowdhury.
1283 * Your status can now be set from inside the buddy list using the
1284 selector at the bottom of the window.
1285 * To see messages when a buddy signs on or off, goes away, or
1286 becomes idle, load the "Buddy State Notification" plugin
1289 * Performance when manipulating and displaying the buddy list has
1290 been significantly improved (Aaron Sheldon, Google Summer of Code)
1291 * Buddy icons are now shown in tooltips (Felipe Contreras)
1292 * Tooltips now contain additional information about a "Person" that
1293 contains multiple online buddies
1294 * Added a "Last Seen" field to buddy tooltips
1295 * Contacts will auto-expand when buddies are dragged around
1296 * If Pidgin is exited with the buddy list hidden in the docklet, it
1297 will remain hidden when Pidgin is started again (Scott Shedden)
1298 * Improved buddy list searching with CTRL+F
1299 * Ability to set a buddy icon for all of your accounts at once via
1300 the buddy list (You can still set per-account icons via the
1302 * The space wasted by the group expanders has been eliminated and
1303 the expander setting in .gtkrc-2.0 is no longer needed
1304 * Authorization requests don't popup new dialogs anymore. They are
1305 displayed at the bottom of the buddy list instead.
1306 * New mail notifications don't popup new dialogs anymore. They are
1307 displayed at the top of the buddy list instead.
1309 Conversations and Chats:
1310 * Timestamps honor the locale. To use the traditional style,
1311 enable the "Message Timestamp Formats" plugin. The plugin
1312 also provides options to show dates in timestamps.
1313 * Messages from buddies in the same "Person" will automatically
1314 use the same conversation window.
1315 * The "Send As" menu has been replaced with a more appropriate
1316 "Send To" menu based on "Persons" on your buddy list
1317 * Message formatting persists between messages (Igor Belyi)
1318 * Full message background colors are now supported
1319 * Smooth scrolling when receiving a new message
1320 * Screenname colors in chats now chosen intelligently
1321 * Conversation buffer scrollback limited to avoid large memory
1322 usage in active conversations
1323 * Control-Shift-Tab will reverse cycle through the conversation tabs
1325 * Many problems related to having an IM conversation and a chat open
1326 with the same name are fixed (Andrew Hart)
1327 * Warning dialog when closing a window with unread IM messages
1328 * In chats right-click on names in the conversation window to
1329 IM/Send File/Get info/ignore the user
1330 * Added tab management options to the tab right-click menu (Sadrul
1332 * Brand new message queueing system. Sounds are played when a
1333 message is queued rather than when the message is dequeued
1335 * Ability to find the last message from a user in a chat (Levi Bard
1336 and Sadrul Habib Chowdhury)
1337 * Formatting is preserved across messages
1338 (There are known issues with pasting formatted text. Either use
1339 "Paste as Plain Text", hit Ctrl-R after pasting, or use the Clear
1340 Formatting button on the toolbar.)
1341 * Performance while joining large chat rooms has been significantly
1342 improved (Aaron Sheldon, Google Summer of Code)
1343 * Bi-Directional text support improvements for GtkIMHtml (Shlomi Loubaton)
1346 * Beautiful new default sounds (Brad Turcotte)
1347 * Use GStreamer for playing sounds, instead of libao
1348 * A volume control in the preferences (Casey Harkins)
1351 * Log viewer aggregates logs from the same "Person"
1352 * When opening the log viewer, show the most recent log by default
1354 * Logs are now saved with the current timezone, which is displayed
1356 * Text logs are linkified, so URLs are clickable
1357 * The old logger now caches file offsets, so opening the log viewer
1358 for buddies with old logs should be much faster now if you have large
1359 log files (except the first time for a log, when the cache is built)
1362 * Plugins are now accessed through a separate dialog from the Tools
1363 menu of the Buddy List
1364 * Newly installed plugins can now be activated without restarting
1365 Pidgin (Sadrul Habib Chowdhury)
1366 * Overhauled the system tray/docklet plugin (Casey Harkins)
1367 * Text Replacement Plugin rewritten, works in real time and far more
1368 intuitively (Benjamin Kahn)
1369 * Entries in the text replacement plugin are now sorted
1371 * The text replacement plugin allows non-whole-word replacement rules
1373 * The text replacement plugin offers both case sensitive matching and
1374 automatic case handling
1375 * I'dle Ma'ker plugin now has an easier method to unidle accounts, a
1376 way to idle all accounts at once, and a way to unidle all accounts
1377 idled via the plugin (John Bailey, Sadrul Habib Chowdhury)
1378 * The Evolution Integration plugin now supports Groupwise contacts
1379 * Mono plugin loader (Eoin Coffey)
1380 * Perl plugin loader has been rewritten (John Kelm, Google Summer
1382 * New music messaging plugin (Christian Muise, Google Summer of Code)
1383 * gaim-remote has been superceded by new DBUS bindings within libpurple
1384 (Piotr Zielinski, Google Summer of Code)
1385 * The purple-url-handler program has been added to provide a way to
1386 automatically launch IM links via Pidgin or Finch.
1387 * The functionality of the auto-reconnect plugin has been
1388 moved into the core, and the plugin itself has been removed.
1389 * 'Highlight when nick said' option added to Message Notification
1391 * The system tray icon is now properly transparent (Dan Winship)
1392 * New Log Reader plugin that can read and display logs from Adium,
1393 MSN Messenger, and Trillian in the log viewer
1394 * New Contact Availability plugin that attempts to predict the
1395 times when people in your buddylist will most likely respond
1396 to you, based on times in the past when they have responded
1397 (Geoffrey Foster, Google Summer of Code)
1398 * A few new plugins: Autoaccept, Autoreply, Buddy Notes, New Line,
1399 Offline Message Emulation, Conversation Colors and Markerline
1402 * Custom smiley receiving support (Irving Cordova & Francesco Fracassi)
1403 * Added support for sending (with the /nudge command) and receiving
1404 "nudges" (Julien Cegarra, Martin Bayard)
1405 * Added an account action to open your Hotmail inbox from MSN
1406 * Bi-directional text is correctly handled now (Shlomi Loubaton)
1409 * Stealth Settings have been implemented
1410 * Doodle is now supported (Andrew Dieffenbach, Google Summer of Code)
1411 * Buddies' requests to add you to their lists now prompt for
1413 * Account option to ignore chat and conference invitations (Peter
1415 * Added a /list command to bring up the room list (Peter Lawler)
1418 * ICQ file transfer support with newer ICQ clients (Jonathan Clark,
1419 Google Summer of Code)
1420 * Many overall improvements to AIM and ICQ file transfers (Jonathan
1421 Clark, Google Summer of Code)
1422 * Support for pausing and resuming AIM and ICQ file transfers
1424 * Ability to set ICQ "require authorization" and "web aware"
1425 setting (Ettore Simone)
1426 * ICQ encoding fix for offline buddies (Ilya Konstantinov)
1429 * SSL support for IRC connections (Daniel Atallah)
1430 * Show an error message when temporarily unable to join an IRC
1431 channel or change your nick
1432 * Added /nickserv, /memoserv, /chanserv and /operserv
1433 commands (Joao Luís Marques Pinto)
1434 * Added CTCP VERSION via /version (Andrej Krivulčík)
1435 * Added /whowas command (achris)
1438 * Support for SRV lookups
1439 * Support for buddy icons
1440 * Jabber User Directory searching
1443 * Whiteboard support (Pekka Riikonen)
1444 * Sending/receiving images in IMs (Pekka Riikonen)
1445 * Cipher and HMAC selection support (Pekka Riikonen)
1446 * Buddy Icon support (Pekka Riikonen)
1448 Other Protocol Changes:
1449 * Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google
1451 * Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of
1452 Code). This requires the libgadu library. See
1453 http://pidgin.im/faq.php#libgadu for more information.
1454 * SIP/SIMPLE support (Thomas Butter, Google Summer of Code)
1455 * Sametime protocol support
1456 Requires the meanwhile library: http://meanwhile.sourceforge.net
1457 * QQ protocol support (Mark Huetsch, Google Summer of Code, and the
1458 developers of the OpenQ project)
1459 * Removed the Napster and TOC protocols plugins
1461 Other Noteworthy Changes:
1462 * NAT traversal support via UPnP (Adam J. Warrington, Google Summer of
1464 * NAT traversal support via NAT-PMP (Evan Schoenberg and R. Tyler Ballance)
1465 * The modify account dialog now contains two tabs, which should display
1466 better at lower resolutions (Sadrul Habib Chowdhury)
1467 * New "find buddy" results dialog (Alex Converse)
1468 * People using input methods can now use Enter again
1469 * Mouse-over hyperlink coloring is now themeable
1470 * Buddy Pounces now have a proper management window. (Kevin Stange)
1471 * Buddy icons maintain aspect ratio when resized
1472 * The last used directory is remembered for opening or saving files and
1474 * Add an SVG version of our desktop icon, pidgin.svg (John Oyler)
1475 * If a given protocol doesn't support privacy, we now handle blocking
1476 in the core. (Jean-Yves Lefort)
1477 * Smiley themes can now include spaces in the smiley definitions.
1478 The spaces (and now backslashes) must be backslash-escaped.
1479 (Sadrul Habib Chowdhury)
1480 * New e-mail notices are now grouped into one dialog.
1481 (Sadrul Habib Chowdhury, Chris Stafford)
1482 * "Open" in the File Transfer window integrates with GNOME, KDE, and
1483 Windows and falls back to the browser in other environments.
1484 * On Mac OS X, the keyboard/mouse idle time pref now uses system idle
1485 time instead of X11 idle time (Michael Culbertson)
1486 * Autocomplete in the buddy pounce dialog (Sadrul Habib Chowdhury)
1487 * Non-blocking socket I/O is used in most protocol plugins
1488 * All-new icons all over the place (Hylke Bons)
1491 * Preferences have been substantially reorganized and cleaned up
1492 * Smiley theme descriptions are now shown correctly for the highlighted
1493 smiley theme (Levi Bard)
1494 * All Buddy List preferences have been moved to the Buddies menu of
1495 the buddy list window.
1496 * Proxy settings will be taken from Gnome if it is running. These may
1497 still be overridden on a per-account basis.
1498 * Removed "Dim idle buddies;" behavior is now always enabled
1499 * Removed keyboard shortcut preferences for ctrl-B/I/U; enabled by
1500 default, but won't interfere with bindings set by the GTK theme
1501 * Removed keyboard shortcuts preferences for ctrl-# to insert a smiley;
1502 behavior removed from Pidgin
1503 * Removed "Enter" vs. "Ctrl-Enter" to send; "Enter" sends by default,
1504 but it is now possible to change this binding in your GTK theme
1505 * Removed "Show multi-colored screennames in chats;" behavior is now
1506 always enabled and screenname colors automatically adjust themselves
1507 to compensate for background color.
1508 * Removed "Raise Buddy List Window on Events" and the related behavior
1509 * Removed "Display remote nicknames if no alias is set"
1510 * Removed "Show idle times" and "Show warning levels" on the buddy
1511 list; behavior is now always enabled
1512 * Removed "Auto-expand contacts;" contacts expand only when dragging
1513 buddies around the buddy list
1514 * Removed conversation and buddy list buttons and related preferences
1515 * Removed "Raise conversation window" preferences; moved feature to
1517 * Removed "Show alias in tabs/titles;" behavior is now always enabled
1518 * Removed "Show formatting toolbars;" the setting in conversations'
1519 "Options" menu now affects the global preference
1520 * Removed "Show timestamps;" behavior is now enabled, but is overridden
1521 by the timestamp plugin
1522 * Removed all protocol options pages
1523 * Removed "Escape closes windows;" default key binding is now Ctrl-W
1524 * Removed "Log when buddies sign on/sign off/become idle/become
1525 un-idle/go away/come back" and "Log your own actions;" all of these
1526 will be logged when the system log is enabled
1527 * Removed the separate ignore formatting preferences; behavior has been
1528 consolidated into a single preference
1530 version 1.5.0 (8/11/2005):
1531 * Ability to set IRC quit message (Lalo Martins)
1532 * OSCAR file transfers now work for 2 users behind the same NAT
1534 * Yahoo! buddy requests to add you to their buddy list now prompt for
1536 * Added a /clear command for conversations/chats
1537 * Fixed ICQ encoding for messages with offline ICQ users
1538 (Ilya Konstantinov, SF Bug #1179452)
1539 * Default Yahoo! chat roomlist locale to 'us'
1541 version 1.4.0 (7/7/2005):
1542 * Fix system log start times for some protocols
1543 * SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
1544 * Fixed a bug where buddy icon cache files were left in the icon
1545 cache directory after they were no longer in use.
1546 * Attempt to detect the file type of a buddy icon when saving.
1547 * Additional Yahoo! boot protection (Peter Lawler)
1548 * A few Yahoo! memory leaks plugged (Peter Lawler)
1549 * Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt,
1551 * Fixed localized Yahoo! room lists. Please refer to the Yahoo!
1552 section of the Gaim FAQ for details. (Peter Lawler)
1553 * Enabled sending files to ICQ users using ICQ 5.02 and newer
1556 version 1.3.1 (6/9/2005):
1557 * The file transfer details section now also displays the full path to
1558 the local file sent/received.
1559 * Yahoo! has the following new "/" commands: /join, /buzz
1560 * Fix Yahoo! privacy bug
1561 * Fix Jabber Get Info crash on busted servers
1562 * Updated our gaim.desktop file, thanks to all our terrific translators
1563 for sending in translations of the changes
1564 * Improvements to how Gaim handles new message notification
1565 * Fix Jabber registration on XMPP servers (including jabber.org)
1567 version 1.3.0 (5/10/2005):
1568 * Removed parts of the font selection dialog that were not respected
1569 * Fix being invited to a multi user chat on MSN
1570 * Multiple SILC accounts should work now (Pekka Riikonen)
1571 * Fix times on jabber chat backlogs
1572 * Fix gevolution plugin to compile with e-d-s 1.0 or 1.2
1573 * Fix gevolution plugin to remember buddy name when someone added you
1574 and you then add them
1575 * Formatting in jabber chats works
1576 * Fix to prevent MSN disconnecting if you change status while connecting
1577 * Fixes for two remotely exploitable crash bugs. See
1578 http://gaim.sourceforge.net/security/ for more information.
1579 * Change to correctly handle adding jabber buddies on ejabberd servers
1581 version 1.2.1 (4/3/2005):
1582 * URL escaping now works with UTF-8 text. This may break some old log
1584 * Revert to XOR auth for ICQ as the md5 is not fully functional
1585 * Fix bug with going away while in a jabber chat
1586 * MSN bug fixes (Felipe Contreras)
1587 * Escape things properly in IRC
1588 * Docklet fixes: fix the "1 pixel-wide icon" bug, fix problems with Gaim
1589 crashing when the tray manager dies, and work correctly with multi-headed
1590 displays where the tray isn't on the primary screen (Robert McQueen)
1592 version 1.2.0 (3/17/2005):
1593 * Yahoo file receiving and buddy icon receiving work again.
1594 * Limit animated buddy icon frame rates to 10 frames per second
1596 * Fix a bug where portions of your account configuration would
1597 fail to be read correctly if you set a proxy user name or
1598 password containing invalid XML characters such as < and >
1600 * Yahoo! privacy improvements (Bleeter)
1601 * Fix receiving Jabber formatting (broken in 1.1.3)
1603 version 1.1.4 (2/24/2005):
1604 * Fixed a bug where Yahoo! would lose messages (and any other packet
1606 * Correctly show the time when incoming Gadu-Gadu messages were sent
1607 (Carl-Daniel Hailfinger)
1608 * Fixed crashes with glib 2.6
1609 * Fixed MSN crash when conversations time out after the conversation
1611 * Fixed an html parsing bug, CAN-2005-0208
1613 version 1.1.3 (2/17/2005):
1614 * CHAP authentication support for SOCKS5 proxies (Malcolm Smith)
1615 * ICQ offline messages are sent using your specified character
1616 set instead of Unicode (Magnus Hult)
1617 * MSN HTTP method works with proxies using authentication (Bastien Durel)
1618 * Really fix the bug where buddies show as logged in for 49 thousand days
1619 * Buddy pounces containing '&' are saved correctly
1620 * Improved MSN error handling when the servers are unavailable
1621 * More MSN bug fixes
1623 * Fix "Find" in the log viewer so that it finds in all logs
1624 * Smileys not appearing at the end of lines has been fixed
1625 * Closing conversation windows no longer cancels active file transfers on
1626 MSN (Felipe Contreras)
1628 version 1.1.2 (1/20/2005):
1629 * MSN 'HTTP Method' fixed (Felipe Contreras)
1630 * Better handling of MSN's Individuals group and buddy status updates
1632 * Fix a crash inviting MSN user to a chat when they're already there
1633 * AIM SecurID login support
1634 * Fix configuration of Jabber chat rooms on some servers
1635 * More MSN bug fixes (Felipe Contreras)
1636 * Fix queue messages to Docklet when not globally away (Robert McQueen)
1638 * The Autopackage now builds both the mozilla-nss and the gnutls
1639 ssl plugins, and requires at least one of those libraries.
1641 version 1.1.1 (12/28/2004):
1642 * Allow SILC authentication via public key if your key is password
1643 protected (Michele Baldessari)
1644 * More MSN bug fixes (Felipe Contreras)
1645 * Drag-and-drop to conversation window file transfers work again
1646 * Disable the delete button on pounces that aren't saved yet anyway
1649 version 1.1.0 (12/02/2004):
1651 * Binary relocable. Gaim will find its files even if it's installed
1652 in a location other than the --prefix it was ./configured with.
1653 Pass --disable-binreloc to ./configure to disable.
1654 * IRC now has fallback encodings, and tries harder to display
1655 something useful during an encoding error.
1656 * New MSN protocol icon (Felipe Contreras)
1659 * Fix some leaks (Miah Gregory, Felipe Contreras)
1660 * Fix crashes when removing buddies in certain situations (Andrew Hart)
1661 * Eliminate MSN switchboard errors (Felipe Contreras)
1662 * Fix MSN buddy icon synchronization (Felipe Contreras)
1663 * Correctly display file transfer dialogs for filenames containing &, < or >
1664 * Correctly display MSN authorization dialogs for friendly names containing
1666 * Properly align the right-click docklet menu with the docklet icon in
1668 * Fix a crash if the MSN buddy list is not available
1669 * Fix a bug in the request api (Gary Kramlich)
1671 version 1.0.3 (11/11/2004):
1673 * Jabber authentication fixes (Michael Plump)
1674 * Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
1675 * "Allow All" privacy setting works on Yahoo (Peter Lawler)
1676 * Fix a crash when dragging a buddy to the conversation entry area
1677 * Fix a crash removing chats from the buddy list
1678 * Correctly display buddy pounces for aliases with &, < or > in them
1679 * Correctly follow the per-conversation logging option
1681 version 1.0.2 (10/19/2004):
1683 * MSN file transfers work on big endian machines (Jean-Francois Roy and
1685 * Fixed the MSN signon crash with Miranda users in the buddy list
1686 * Fixed sending messages to MSN Web Messenger users (Damien Ayers)
1687 * Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
1688 * Fixed a crash viewing certain MSN user profiles (Evan Schoenberg)
1689 * Fixed a crash sending a file on MSN when the file is unreadable
1690 * Fixed a crash deleting accounts (Andrew Hart)
1691 * Fixed a crash inviting to chats (Andrew Hart)
1692 * Fixed a bug in Yahoo privacy handling (Peter Lawler)
1693 * Fixed a crash trying to join a chat from the docklet when not signed in
1694 to a chat-capable account (Daniel Atallah)
1696 version 1.0.1 (10/07/2004):
1698 * Use the GNOME default browser when opening links if you're running GNOME
1700 * Added support for multiple addressbooks in the gevolution plugin
1704 * Send-As menu duplicates less work (Dave West)
1705 * Can now see your own MSN buddy icon (Felipe Contreras)
1706 * Jabber roomlist fetches work again
1707 * Close buttons on tabs in existing conversations correctly reflect the
1708 "show close buttons on tabs" preference (Nathan Fredrickson)
1709 * Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
1711 * Fixed crashes when reloading the gevolution plugin (Henry Jen)
1712 * Fixed some memory leaks in the gevolution plugin.
1713 * Wrap at character boundaries if there is not enough space for a full word
1714 * 64 bit compile warning fixes
1716 version 1.0.0 (09/17/2004):
1718 * Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
1719 * Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
1720 * View Chat log available from the interface (Daniel Atallah)
1721 * Ability to receive offline messages in character encodings
1722 other than ASCII (thanks to Nick Sukharev)
1723 * File transfer status messages printed to conversation
1725 * Display file transfer messages when someone sends you a file
1726 over AIM (Dave West)
1727 * Handle MSN buddy lists more sanely (Felipe Contreras)
1728 * Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
1731 * Work around window manager stupidity with new dialog windows (Dave West)
1732 * Compile with gtk 2.5.x (Gary Kramlich)
1733 * Escape invalid characters in log names (Daniel Atallah)
1734 * Fix for clicking add in an msn chat with 2 or more people in your buddy
1735 list (Daniel Atallah)
1737 version 0.82.1 (08/27/2004):
1739 * Fix a crash when changing the preference for how to display buttons
1740 on conversation windows
1741 * Remove a stray printf() when beginning new conversations and logging
1744 version 0.82 (08/26/2004):
1746 * Ability to set available messages for AIM
1747 (Tools->Account Actions->Set Available Message...)
1748 * Ability to specify a custom character set for messages sent to ICQ
1749 users and messages received from ICQ users
1750 * Ability to edit your current away message (Rhett Robinson)
1751 * Topics in the conversation window (not the topic field at the
1752 top) with URLs will now appear as links (Stu Tomlinson)
1753 * File transfers appear in the file transfer window when they
1754 are initiated rather than when they begin transferring (Dave West)
1755 * Instead of toggling slash commands on/off, you can now toggle
1756 passing through unknown slash commands on/off.
1759 * Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
1760 * Selecting a buddy icon for a brand new account no longer
1762 * Better file transfer error messages (Dave West)
1763 * Remotely canceled file transfers in MSN are now noticed, so that we
1764 don't accidentally cancel the file transfer and crash Gaim
1766 * Protocols that don't support joining chat rooms by name no longer
1767 allow chat rooms to be added to the buddy list (Felipe Contreras)
1768 * Delayed messages and system messages no longer cause
1769 sound events to be triggered (Nathan Fredrickson)
1770 * The chat invite button has a correct label (Stu Tomlinson)
1771 * The system log should leak fewer file descriptors (Ka-Hing Cheung)
1772 * Buddy list tooltips display in more appropriate positions when
1773 using multiple monitors (Dave West)
1774 * Better parsing of URLs containing special characters
1775 * All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
1776 * You now leave all Yahoo! conferences when you log out of Yahoo!
1777 * Buddy Icon updating bug fixed (Felipe Contreras)
1779 version 0.81 (08/05/2004):
1781 * The autorecon plugin will somewhat remember state information(Yosef
1783 * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson)
1784 * Tab completion of slash commands in Chats (Stu Tomlinson)
1785 * gaim-remote can now manipulate status (István Váradi)
1786 * The text messages of Yahoo Audibles are now displayed, although
1787 the audio and graphics are not.
1788 * Yahoo! away messages can be 255 characters long now
1791 * Gadu-Gadu should connect again (Andrew Wellington)
1792 * Novell fixes (Mike Stoddard of Novell):
1793 * Fixed reconnect crash
1794 * Fixed duplicate root folder bug
1795 * Fixed bug with folder ordering (on a first time login
1796 folders were being added in reverse order).
1797 * Use ISO date format for the system log (Eduardo Pérez)
1798 * Long buddy lists with irc should cause flooding disconnects less
1800 * Better smiley substitution
1801 * Fix a crash related to auto-expanding contacts at the bottom of
1803 * Fix a crash on Solaris when changing or viewing information for
1804 your AIM account (Format Screen Name, Change Email Address, etc.)
1805 * HTML in OSCAR buddy comments is now escaped (and not rendered)
1806 * Fix a crash when dragging a screen name to a conversation window
1807 for that screen name
1808 * User-requested new conversation windows are now always given focus
1809 * Pasting HTML into Gaim from certain sources no longer results in
1810 the spaces between some words being removed
1811 * The alias of a contact is now displayed in more places when the
1812 alias of a buddy is not set
1813 * .gaimrc is no longer imported
1814 * Prevent a crash if you sign off and try to dequeue messages from
1815 the away dialog (Kevin Stange)
1816 * Prevent a possible crash if gaim_gtkconv_write_conv is called
1817 with who as NULL (Kevin Stange)
1818 * Prevent (null) or an empty string from being logged as the sender's
1819 name if the sender no longer has an alias because the account is
1820 signed off (Kevin Stange)
1821 * The auto-reconnect plugin will no longer attempt to reconnect an
1822 MSN account if you were disconnected because you signed on from
1823 another location (Stu Tomlinson)
1824 * On Solaris, chatting in IRC using the UTF-8 charset no longer gives
1825 a "conversion failed" error for every message (Arvind Samptur)
1826 * ICQ offline messages should have the correct timestamp (Dave West)
1828 version 0.80 (07/15/2004):
1830 * Ability to send files from the conversation window (Daniel Atallah)
1831 * Drag a file into the buddy list or a conversation to send it to that
1833 * Yet more new commands and features for SILC (Stu Tomlinson)
1834 * Gaim uses the new file chooser when compiled for GTK+ 2.4
1836 * Support for the Epiphany web browser (Leonardo Serra)
1837 * Status messages in Gadu-Gadu (Andrew (proton) Wellington)
1838 * Parentheses are now displayed around the title and tabs of
1839 conversations from offline accounts or parted chats.
1840 * Zephyr typing notification (Arun A Tharuvai)
1841 * Account dialog's columns are resizable (Eduardo Pérez)
1844 * The firefox browser option now works with firefox 0.9
1845 * Buddy icons in conversations no longer depend on the
1847 * Fix for the bug where some buddies seemed logged in 4
1848 thousand some odd days (Alan Ford)
1850 version 0.79 (06/24/2004):
1852 * Display name changes are now shown in the conversation windows.
1854 * Get Info on Yahoo! now works for nonenglish profiles.
1856 * General "Get Info" improvements on Yahoo! and MSN (Ambrose Li)
1857 * Yahoo! Japan support. Click More Options and check Yahoo Japan
1858 in the account editor, to use your Yahoo! Japan account
1859 * Gtk themes can now theme the Gaim buddy list independently of
1860 other things (Stu Tomlinson)
1861 * Show timestamps now has a per-conversation option in addition
1862 to the global one, bringing it in line with the other conver-
1863 sation options (Stu Tomlinson)
1864 * Added MSN buddy icons (Felipe Contreras)
1865 * Added MSN file transfer (Felipe Contreras)
1866 * MSN's idle state now actually sets a buddy idle
1867 * Buddy pounce defaults are now more sane, and apply to the state the
1868 buddy is currently in. For example, if the buddy is idle, set
1869 "Return from idle" by default. The last action(s) used are the
1870 defaults for the next pounce
1871 * Yahoo buddy icon support
1872 * Selected buddy icons will automatically convert to the appropriate
1873 format for the protocol. (GTK 2.2 and higher only)
1874 * Dragging an image file into the Modify Account dialog will set that
1876 * Development headers for compiling third-party plugins are now
1877 installed. (Stu Tomlinson)
1878 * Headers for gaim-remote now reside in gaim/ instead of
1880 * Basic YCHT support, which allows joining Yahoo! Chats when
1881 logged in using the web messenger method
1884 * Fixed Yahoo! authentication problems. (Cerulean Studios)
1885 * Non-looping animated icons no longer cause Gaim to freeze
1886 * Flashing windows should work again for unix in window managers that
1887 support the URGENT hint (Etan Reisner)
1888 * Better handling of character sets in RTF for Novell (Mike Stoddard of
1890 * Contact list sync problems in Novell fixed (Mike Stoddard of Novell)
1891 * Fixed a crash in SILC that sometimes happened when resolving
1892 the buddy list (Pekka Riikonen)
1893 * Parallel compiles of the perl plugin should work better
1895 * The disconnected UI op was called twice on connection errors. Now
1896 it is only called once. (Evan Schoenberg)
1897 * Dragging into conversation windows works better
1898 * Protocol-specific settings for accounts were being removed whenever
1899 the account was modified. Now they're only removed when the protocol
1900 type changes, as it should be.
1901 * Zephyr bug fixes and memory leak plugs (Arun A Tharuvai)
1902 * Rewrite of MSN buddylist support, which fixed a known syncronization
1903 bug and some others (Felipe Contreras)
1905 version 0.78 (05/30/2004):
1907 * Support for the SILC protocol (http://www.silcnet.org/)
1909 * Option to suppress disconnect notification when using
1910 the autoreconnect plugin (Christopher (siege) O'Brien)
1911 * Added support for dragging buddies from the buddy list into the
1912 Add Buddy Pounce dialog
1913 * Pounce notification now includes time (Mike Lundy)
1914 * The history plugin now shows history for chats in addition to IMs
1915 * Menu item to view conversation logs (Tom Samstag)
1916 * Conversation and chat sizes automatically saved (Stu Tomlinson)
1917 * Added support for Novell privacy settings (Mike Stoddard of Novell)
1918 * Added ability to initiate multi-user conferences (chats) in Novell
1919 (Mike Stoddard of Novell)
1920 * Find and Save buttons on the debug window (Stu Tomlinson)
1921 * Plugin Actions menu (Christopher (siege) O'Brien)
1922 * Plugins can now add entries to the right-click menu of a group or chat
1923 (Stu Tomlinson and Christopher (siege) O'Brien)
1924 * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file
1927 * Compiles again with gcc 2.96 (Ignacio J. Elia)
1928 * Gtk2.0 compatibility fixes (Tim Ringenbach)
1929 * Many documentation updates (Jonathan Champ, Gary Kramlich,
1930 Stu Tomlinson, and Kevin Stange)
1931 * Yahoo works on 64 bit machines (Gary Kramlich)
1932 * Zephyr works on 64 bit machines (Arun A Tharuvai)
1933 * Novell 64bit fixes, better error messages, and buddy list sync fixes
1934 (Mike Stoddard of Novell)
1935 * Novell protocol works on big endian machines (Novell)
1936 * Massive rewrite of MSN support, which should fix a number of issues
1937 and make errors easier to interpret (Felipe Contreras)
1938 * Fixed a privacy-related bug in MSN that affected blocking/permitting,
1939 which was due to case-sensitive string comparisons (Gudmundur
1941 * Fixed an MSN HTTP method bug where MSN would queue data indefinitely.
1943 * All known MSN formatting bugs were fixed.
1944 * Overly long messages and paging cell phones in MSN no longer cause
1945 disconnects (Felipe Contreras)
1946 * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay
1948 * ALT-F works correctly in the System Log Viewer (Stu Tomlinson)
1949 * New tabs should scroll correctly again (Tim Ringenbach)
1950 * Dialogs opened from a conversation window are now closed when
1951 the conversation window is closed, preventing a crash (Kevin Stange)
1952 * Copy/paste encoding fixes (Joe Marcus Clarke)
1953 * IRC disconnect crash fix (Luciano Miguel Ferreira Rocha)
1954 * Ampersands in links should work correctly (Tim Ringenbach)
1955 * DirectIM and IM Image support for AIM are greatly improved
1957 * Gadu-Gadu updates (Andrew Wellington)
1958 * Print Gadu-Gadu messages to the debug window instead of the console
1959 * Updated and standardized blist signals (Gary Kramlich)
1960 * Made the recieve-*-msg signals match the sending ones (Stu Tomlinson)
1961 * The idle time for the buddy-idle and buddy-unidle signals should
1965 * Added "Conversation placement - By conversation count"
1966 * Added a "none" smiley theme to replace the "Show graphical
1968 * Replace default formatting preferences with a dialog to set a
1969 default formatting in a WYSIWYG manner.
1970 * Removed "Show logins in window," default to yes
1971 * Removed "Send URLs as links," default to yes (in protocols that
1973 * Removed "Show URLs as links," default to yes
1974 * Removed New window height & width and Entry field height for Chats &
1975 IMs, sizes are now saved automatically
1976 * Removed "Tab-complete nicks" default to yes
1977 * Removed "Old-style tab completion", no longer supported
1978 * Removed "Sending message removes away status", default to no
1979 * Removed "Show numbers in groups", default to yes
1980 * Removed "Icons on tabs", default to yes
1981 * Removed "Sounds when you log in", default to no
1982 * Removed "Seconds before resending autoresponse", default to 600
1984 * Removed "Send autoresponse in active conversations", default to no
1985 * Removed "Show people joining in window", default to yes
1986 * Removed "Show people leaving in window", default to yes
1988 version 0.77 (04/22/2004):
1990 * The System Log returns (Ka-Hing Cheung)
1991 * Added a conversation-drag-ended signal (Etan Reisner)
1992 * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras)
1993 * Added the -c option to specify location of the .gaim directory,
1994 removed the outdated -f option that no longer had any effect (Daniel
1996 * Novell GroupWise protocol support added (Novell)
1997 * WYSIWYG improvements (Tim Ringenbach)
1998 * WYSIWYG editing for user info (Jon Oberheide)
1999 * Rich-text copy and paste
2000 * Plugins can now add menu items to the buddy context menu
2001 (Christopher O'Brien)
2002 * Plugins can now add preferences (Gary Kramlich)
2003 * The TOC protocol is no longer built by default. The plugin is not
2004 being properly tested and is no longer officially supported.
2005 * Bumped up the plugin API version number, and added version numbers
2006 for loader plugins and protocol plugins. Authors will want to
2007 update their plugins, and possibly use GAIM_PLUGIN_API_VERSION,
2008 GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants.
2009 * Zephyr error reporting works (Arun A. Tharuvai)
2010 * Zephyr deals with non-utf8 characters (Arun A. Tharuvai)
2013 * Formatting in the Log viewer is fixed (Kevin Stange)
2014 * Save Conversation works again (Kevin Stange)
2015 * The Clear button in privacy works (Robert Mibus)
2016 * MSN error reporting works again (Stu Tomlinson)
2017 * MSN e-mail notifications should no longer cause Gaim to crash
2019 * Fixed an infinite loop bug that would sometimes cause MSN to lock
2020 up (Nickolai Zeldovich)
2021 * All away messages should now show up in tooltips
2022 * Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
2024 version 0.76 (04/01/2004):
2026 * WYSIWYG text input (with much help from Gary Kramlich and Kevin
2028 * Ability to be invisible on AIM
2029 * Chatroom list support (Tim Ringenbach)
2030 * Added auto-completion for screen names to the New Instant Message and
2031 Get User Info dialogs.
2032 * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech)
2033 * Vastly improved browser opening, with tab support! (Nathan
2035 * Added support for connecting to MSN using the port 80 method.
2036 * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson)
2037 * Added protocol-specific preferences (Gary Kramlich)
2038 * Local IP address information can be changed in Preferences
2040 * Improved local IP address detection (Tim Ringenbach)
2041 * Offline accounts in account drop-down lists are now greyed (Etan
2043 * Improved accessibility support for screen readers and other
2044 accessibility tools (Marc Mulcahy)
2045 * Improved accessibility in conversation windows (Nathan Fredrickson)
2046 * Keyboard access to context menus via Shift+F10 (Marc Mulcahy)
2047 * Core/UI split event loop code. (Scott Lamb)
2048 * Added improvements to the multi-field request code, including
2049 required fields and account fields.
2050 * Moved more dialogs to the request API for interface consistency
2051 (Send Message, Get User Info, and Insert Link dialogs)
2052 * Jabber file transfer
2053 * IRC file transfer (Tim Ringenbach)
2054 * Added a hidden preference for disabling buddy list tooltips or
2055 changing the pop-up delay in prefs.xml.
2056 * Moved translation news to po/ChangeLog
2059 * Changes in AIM/ICQ server-side buddy lists take
2060 precedence over the local buddy list
2061 * Significant work on the Zephyr plugin (Arun A. Tharuvai)
2062 * You can now use :/ as a smiley safely (Nathan Owens)
2063 * Various buffer overflow fixes (Stefan Esser)
2064 * Tabs now stay green when they are supposed to (Etan Reisner)
2065 * Fixed a bug where only the first user in a chat room list was removed
2066 sometimes when trying to remove a group of users (Tim Ringenbach)
2067 * Clearing an AIM buddy icon actually removes it from the server,
2068 icons changes in the account editor do not take effect if the
2069 cancel button is used (Stu Tomlinson)
2070 * Improved chat parting logic (Tim Ringenbach)
2071 * Yet Another IRC channel user duplication bugfix (Tim Ringenbach)
2072 * Deleting an account while modifying it will no longer crash gaim.
2073 * Only one account preference window will now appear per account when
2075 * Aliases are now shown alongside the screen name in the message
2076 queue window. (Kevin Stange).
2077 * TCL Plugin API changed
2078 * The mobile icon on MSN users is now removed when the person disables
2079 mobile paging (Stu Tomlinson)
2080 * Removing invalid buddies in MSN with a space in their name no longer
2081 causes a disconnect (Stu Tomlinson)
2082 * Multiple MSN chats should now work (Robert Mibus)
2083 * Added new MSN error codes and fixed an incorrect one (Stu Tomlinson)
2084 * Incoming colors are now processed correctly in MSN.
2085 * Conversation placement by account now works correctly with both
2086 chats and IMs, and takes the Combine Chats and IMs option into
2088 * Minor tweaks to the list box in the multi-field request dialogs
2089 so they work without a label and scrollbar (Pekka Riikonen)
2090 * Hitting enter in a multi-field request dialog when a textfield has
2091 the focus no longer ignores the changed text in the textfield
2093 * The Disconnect dialog no longer raises and gains focus each time
2094 a disconnected account is added (Ka-Hing Cheung)
2095 * Gadu-Gadu might actually connect again (Ignacy Gawedzki)
2096 * Buddy pounces for an account are removed when the account is
2097 deleted (Gary Kramlich)
2098 * Various bug and memory leak fixes (Gary Kramlich)
2099 * Assorted SSL crashfixes
2100 * --enable-debug no longer breaks compilation when using gtk 2.4,
2101 which also broke garnome.
2102 * Tooltips shouldn't crash now (Daniel Atallah)
2104 version 0.75 (01/09/2004):
2105 * New Yahoo! auth method
2106 * Yahoo! file transfer (Tim Ringenbach)
2107 * Yahoo! chat joining fixes (Tim Ringenbach)
2108 * Persons can auto-expand when hovering your mouse over it
2109 * Improved i18n support for MSN email notification (Felipe Contreras)
2110 * Jabber SASL PLAIN support
2111 * Improved Jabber MUC (Chat) support
2112 * Fixed an MSN login bug some people likely experienced (Felipe
2114 * Touch-up various dialogs to follow the Gnome Human Interface
2115 Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
2117 * Works better with all-black gtk themes (Etan Reisner)
2118 * Mozilla Firebird support (Chris (darth_sebulba04))
2120 version 0.74 (11/25/2003):
2121 * Sort-by-size log sorting fix
2122 * Log directory umask fix for users of gaim-remote
2123 * Fix Jabber room creation on MUC servers.
2125 version 0.73 (11/21/2003):
2126 * New Logging format and code:
2127 * fixes i18n issues with logs
2128 * compatible with old logs
2129 * hopefully fixes segfault in viewing logs
2130 * New disconnected account dialog (Thanks, Daniel Atallah)
2131 * Fixes several Jabber bugs
2132 * Fixes the bug where some dialogs would crash when spell checking was
2133 enabled. Closes #827930.
2134 * Fixed unblocking of users in MSN (Robert Mibus)
2135 * Fixes outgoing mobile pages on MSN.
2136 * The border on the close buttons on inactive tabs are no longer shown,
2137 thanks to a fix used by Galeon.
2138 * Compatible with autoconf 2.58.
2139 * Cleaned up gtkspell-related code (Robert McQueen)
2140 * Changed the parameters for the received-chat-msg signal.
2141 * Added a Release Notification plugin
2143 version 0.72 (10/31/2003):
2144 * Added a search feature to conversations.
2145 * Added an option to remove the formatting toolbar, both globally and
2146 on a per-window basis (Nathan Fredrickson)
2147 * Added a drop shadow to the buddy list tooltip
2148 * Smileys are copyable
2149 * Fixed the ICQ login crash
2150 * Fixed a crash in the Add Chat dialog when selecting an
2151 account that doesn't support chats. Closes bug #821606.
2152 * Fixed a bug where new MSN accounts without buddies added wouldn't
2154 * Fixed a crash when deleting an account that has IMs or chats open.
2156 * Smileys have background colors
2157 * If SSL is not enabled, MSN will load, but error on connect.
2158 * Disable Jabber SASL auth until the standard stabilizes
2160 version 0.71 (10/09/2003):
2161 * The right-click menu for e-mail links now presents a "Copy E-Mail
2163 * Fix sort by idle to behave as it did pre-contact support (David
2165 * Display AIM away messages in the tooltip for buddies when
2167 * Support for Buddy Comments for AIM and ICQ buddies
2168 * Window icons are now set as buddy icons or status icons
2169 * Get User Info in MSN and Yahoo now return an error indicating that
2170 the information doesn't exist if the profile is empty (parts by
2172 * Added startup notification support for window managers that support it
2173 * The protocol icon for an account in the accounts window will now
2174 "pulse" when signing the account on.
2175 * Zephyr formatting fixes (Arun A. Tharuvai)
2176 * Zephyr can connect to chats (Karsten Huneycutt)
2177 * SSL support can now be provided by third party plugins.
2178 * Multiple copies of gaim installed at different locations no
2179 longer attempt to load the same, possibly incompatible plugins
2181 * Implemented another new Yahoo! authentication method
2182 * Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
2183 * Additional fixes and checks for the perl build process (Sean Burke).
2184 * Massive core/UI splitting.
2185 * Re-write of Jabber protocol plugin
2186 * Conversation API changes.
2187 * Some plugins must be updated due to code variable changes,
2188 function name changes, and change of behavior for certain
2191 version 0.70 (09/28/2003):
2192 * Implemented Yahoo's new authentication method (Cerulean Studios)
2193 * Protocol plugins that have plugin dependencies now load correctly.
2194 * Perl installs where it's told to a bit more correctly.
2195 * Robert "Robot101" McQueen cleaned and core/UI split IM
2198 version 0.69 (09/24/2003):
2199 * Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
2201 * Added MSN 6 smileys.
2202 * Added animated smiley support (Ka-Hing Cheung)
2203 * Added SSL support, compatible with GNUTLS and Mozilla NSS.
2205 * Added support for gettext 0.12.x.
2206 * Updated MSN support to the MSN Protocol version 9.
2207 * Jabber now supports SSL
2208 * Yahoo now shows people using the java chat client (Tim Ringenbach)
2209 * Yahoo chat and conference (Tim Ringenbach)
2210 * Yahoo ignore support (Jesse Farmer (farmerje))
2211 * Yahoo idle times displayed, long buddy lists work, sms users,
2212 and other improvements (Tim Ringenbach)
2213 * The accounts window now shows offline accounts as greyed out, and
2214 online accounts as colored.
2215 * Fixed the text replacement plugin.
2216 * Fixed all known signal problems in perl.
2217 * The right-click menu for conversation tabs now shows the tab icon
2218 and status, if tab icons are enabled. (Jesse Farmer)
2220 version 0.68 (09/01/2003):
2221 * Removed the old event system and replaced it with a much better
2223 * Added plugin dependency support.
2224 * Rewrote the Perl plugin. All old scripts will break, but it offers
2225 a much better API for new scripts.
2226 * Yahoo color support (Tim Ringenbach (marv_sf))
2227 * Yahoo and MSN get info support (Nathan Poznick)
2228 * Fixed Jabber registrations.
2229 * Fixed a problem where pouncing two users with the same name
2230 appeared in the same conversation window, and other related
2231 problems. (Robot101)
2232 * Corrected problems with proxy preferences.
2233 * Mailchk.c and simple.c compile again (Paul A (darkrain))
2235 version 0.67 (08/14/2003):
2236 * Brought back the message notification plugin (Brian Tarricone)
2237 You'll need to reconfigure your settings for this plugin
2238 * IRC protocol plugin rewritten (Ethan Blanton)
2239 * New IRC protocol icon (Nuno Donato)
2240 * Protocol and status icons now optionally appear on tabs.
2242 * Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
2243 Rename Group, Privacy)
2244 * Shows "hiptop" icon for AIM buddies using hiptop
2245 devices (Robey Pointer)
2246 * Privacy core/UI split.
2247 * Conversation placement by group now applies to chats in the buddy
2249 * Events in a conversation (user logged in, logged out, window closed,
2250 etc.) now grey the tab.
2251 * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
2252 Voigt, Paul A (darkrain))
2254 version 0.66 (07/18/2003):
2255 * Freebsd compile fix (Matthew Luckie)
2256 * .spec file improvements (Ethan Blanton)
2257 * Added a gaim-remote man page (Robert McQueen)
2258 * The Remote Control plugin no longer adds duplicate groups to your
2260 * Servers and ports are now imported correctly in MSN.
2261 * Core/UI split the core initialization and shutdown.
2262 * MSN messages with newlines are now sent correctly to MSN clients.
2263 * Fix some sound initialization stuff
2264 * Fix saving and import of default away message
2266 version 0.65 (07/16/2003):
2267 * Massive internal core/ui splitting
2268 * New account dialog
2269 * Preferences moved to ~/.gaim/prefs.xml
2270 * Account information moved to ~/.gaim/accounts.xml
2271 * Pounces moved to ~/.gaim/pounces.xml
2272 * Added protocol icons to various drop-down boxes
2273 * New Send IM buddy icon merged from Ximian Desktop 2
2274 * Fixed "Sort by Status" crash
2275 * Fixed the MSN signon crash
2276 * Fixed the MSN add buddy crash
2277 * Fixed the MSN empty buddy list bug
2278 * Fixed all known MSN chat bugs
2279 * Fixed HTTP redirect handling in smiley retrieval. This fixes the
2280 problems with some smiley themes.
2281 * Chats in MSN can now be initiated by right-clicking a buddy and
2282 choosing Initiate Chat.
2283 * MSN Alerts and incoming MSN pages no longer pop up several error
2285 * Ability to view iChat "Available" messages for AIM
2286 * Stores your buddy icon on the server for AIM
2287 * Support for non-ascii characters with Yahoo! Messenger
2288 * Focus returns to the input box when you click elsewhere, like it used
2290 * New typing notification icons from Ximian
2292 version 0.64 (05/29/2003):
2293 * Buddy list sorting in buddy list preferences.
2294 * Improved debug window with timestamps and pause buttons.
2295 * New core/ui split notification and request APIs.
2296 * New mail notification dialog.
2297 * Several bug fixes in MSN.
2298 * Conversation window buddy icon bugs were fixed.
2300 version 0.63 (05/16/2003):
2301 * A rewrite of the plugin API. Plugin authors will need to change their
2302 code based off the changes found in other plugins.
2303 * Perl script support is now provided in the perl plugin.
2304 * Debugging is core/ui split, and has a new API with support for
2305 debug levels and categories.
2306 * Support for adding chats to your buddy list.
2307 * MSN protocol plugin was rewritten, has experimental buddy icon
2308 support, and MSN Mobile support.
2309 * Buddy list speed enhancements (Thanks Ethan Blanton).
2310 * Napster protocol updates (Thanks Auke Kok).
2312 version 0.62 (04/23/2003):
2313 * Keyboard shortcuts in the buddy list work again (Thanks Joe
2315 * Support for Jabber XHTML messages
2316 * Ability to re-request authorization from ICQ and Jabber users by right
2317 clicking on them in your buddy list.
2318 * Improved Zephyr internationalization.
2319 * Bug causing 'Hide on Send' windows to be lost forever fixed.
2320 * Iconified windows are now raised properly.
2321 * Dates printed for old/offline messages.
2322 * Some assorted crash bugs fixed.
2324 version 0.61 (04/07/2003):
2325 * Split the buddy pounce core and UI, and rewrote the UI for it.
2326 * Removed folder icons and excess space from the buddy list (Thanks
2328 * Fixed a bug involving dragging buddies and groups
2329 * Re-implemented the logout icons.
2330 * New icons for "away" and "aol" (Thanks, Moses Lei)
2332 version 0.60 (04/04/2003):
2334 * Auto-loading protocol plugins.
2335 * Plugins dialog and perl script menu merged into preferences.
2336 * Don't auto-login if an existing Gaim session is already
2338 * Moved "privacy preferences" to Tools menu.
2339 * -n, --loginwin option to disable autologins.
2340 * Added support for gettext 0.11.x.
2341 * Added support for automake 1.6.
2342 * aim:// URI's supported with gaim-remote command.
2343 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri)
2344 * Added rudimentary support for X11R6 session management. (Thanks,
2346 * Conversation backend and UI are now separated. (Thanks,
2348 * Asynchronous, non-blocking, DNS function (Thanks, Nicolas
2350 * As a side effect of the above: IPv6 support. Tested only with IRC
2351 (you can receive ipv6 chat requests from irssi!).
2354 * Tray icon plugin--replaces the old GNOME applet. You'll need
2355 the panel Notification Area applet (aka system-tray-applet)
2356 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert
2357 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak &
2359 * Added GAIM::remove_event_handler and made set_info short
2360 circuitable in perl. (Thanks, Ryan McCabe)
2361 * event_del_conversation for plugins. (Thanks, Bill Tompkins)
2362 * Notify.c plugin rewritten; check its configure dialog. (Thanks,
2364 * Buddy Ticker made a plugin.
2365 * Idle Maker added to source.
2366 * Fortune profile added to source.
2369 * TOC no longer compiles statically by default--use OSCAR.
2370 * ICQ plugin no longer gets built--use OSCAR.
2371 * Server-stored buddy lists for ICQ with full support for
2372 authorization (Thanks, Mark Doliner)
2373 * File send/receive support for Aim over Oscar (Thanks, William T.
2374 Mahan and Mark Doliner)
2375 * Non-direct connect typing notification for AIM over OSCAR.
2376 (Thanks, Mark Doliner)
2377 * Allow only people in buddy list privacy option added for AIM.
2378 * Full ICQ info reading support. (Thanks, Vincas Ciziunas)
2379 * Support for synchronizing group renames on server. Group
2380 rename server synchronization for AIM. Server-side
2381 synchronization for moving individual AIM buddy to new
2382 group improved. (Thanks, Mark Doliner)
2383 * Ability to add screenname@mac.com people to AIM buddy lists.
2384 (Thanks, Graham Booker)
2385 * Ability to change ICQ password. (Thanks, Mark Doliner)
2386 * Option to have AIM notify you if you have
2387 unread mail. (Thanks, Mark Doliner)
2388 * Parse URL messages, Contact Sending and Pager Messages
2389 in ICQ. (Thanks, Mark Doliner)
2390 * use snprintf instead of sprintf. (Thanks, William T. Mahan)
2391 * Fixed crashbug on empty rvous requests. (Thanks Brandon Scott
2392 (Xeon) for pointing this out, and Matt Pandina for the patch)
2393 * Nice Oscar changes--mostly internal. (Thanks, Mark Doliner)
2396 * Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff,
2397 -- and other cool IRC enhancments. (Thanks, Jonas Birmé)
2398 * IRC's /topic with no argument displays the current topic (Thanks,
2400 * DCC File Receive support for IRC.
2401 * Optional password on IRC accounts. (Thanks, Christian Hammond)
2402 * Added half-op support.
2405 * Jabber invisibility and permanently cancel sending on-
2406 line status to Jabber buddies.
2407 * Jabber roster updated on group renames.
2408 * Fixed a possible segfault when signing off Jabber. (Thanks,
2410 * Improved typing notification support for Jabber and
2411 Yahoo! (Thanks, Nathan Walp)
2412 * File receive support for Jabber. (Thanks, Nathan Walp)
2415 * MSN users are notified when the other party closes the conversation
2416 window. (Thanks, Christian Hammond)
2417 * File receive support for MSN. (Thanks, Christian Hammond)
2419 Internationalization:
2420 * Now using libiconv for better i18n support (Thanks, Junichi
2422 * Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee)
2423 * Correct i18n handling for many parts of AIM/ICQ, including
2424 instant messages, away messages, and profiles (Thanks,
2426 * Improved MSN internationalization (Thanks, A Lee)
2429 * Optionally uniquely colorize nicks in chats
2430 * Add / Remove buddy menu item added to the chat users list
2431 (Thanks, Jonas Birmé)
2432 * View log button in conversation toolbar (Thanks, Etan Reisner)
2433 * Option to log IMs and Chats seperately. (Thanks, Etan
2435 * Removed Ctrl-C binding for color
2436 * Fix first message in tab not displaying bug (Thanks, Etan Reisner)
2437 * Changed some default options
2438 * Updated desktop and window icons (Thanks, Robert McQueen)
2439 * Switch the .desktop file to the new KDE/GNOME common vfolder
2440 format (Thanks, Robert McQueen)
2441 * Removed all deprecated GTK calls. Now 100% GTK 2. (Thanks Nathan
2442 Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen)
2443 * Read proxy environment variables. (Thanks, Christian Hammond)
2444 * Fixed security vulnerability with manual browser option (Thanks,
2446 * Can get info for ICQ and Jabber users from the "Edit
2447 Buddies" tab (Thanks, Brian Bernas)
2448 * Code cleanups and fixes (Thanks, Federico Mena Quintero and
2450 * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
2451 * Generic File Transfer PRPL interface (Thanks, Christian Hammond)
2452 * Better supression of auto-responses (Thanks, Joshua Blanton)
2453 * Drag-and-drop tabs in conversations, and multiple windows with tabs
2454 in each (Thanks, Christian Hammond)
2456 version 0.59.9 (03/01/2003):
2457 * Updated zh_TW.po file (Thanks breeze833)
2458 * Fix an oscar bug that caused some messages from
2459 AOL 8.0 to be dropped (Thanks Mark Doliner)
2460 * Changed "openprojects" to "freenode" in irc.c
2461 * Fixed charset conversion on systems which use a BOM for UCS-4
2462 (Thanks, Alfredo Pen~a, Ethan Blanton)
2463 * Fixed a typo in the man page (Thanks Eric S. Raymond)
2465 version 0.59.8 (01/06/2003):
2466 * Ripped out all gtk2 support (Thanks Nathan Walp).
2467 * Fixed smiley related segfault (Thanks Robert McQueen)
2468 * Yahoo! can connect again
2470 version 0.59.7 (12/21/2002):
2471 * Yahoo i18n fix (Thanks Ethan Blanton).
2472 * Fixed a bug in escaping saved passwords (Thanks
2474 * Fixed an overflow bug in perl script autoloading
2475 (Thanks David Kaelbling)
2476 * Some build fixes for those using stricter compilers,
2477 notably MIPSpro (Thanks David Kaelbling)
2478 * Fixed a bad argument to accept() calls (Thanks David
2480 * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
2481 for being the first to point this out.
2483 version 0.59.6 (11/07/2002):
2484 * Fixed a segfault introduced in 0.59.5 when gtk
2485 fails to read the ~/.gtkrc or reads it but fails
2486 to create a style from it.
2487 * Jabber conference timestamps are no longer gigantic
2489 version 0.59.5 (10/14/2002):
2490 * Fixed a Yahoo! segfault (Thanks, Craig Metz)
2492 version 0.59.4 (10/06/2002):
2493 * Removed color keybinnding altogether.
2494 * Added a horizontal scrollbar to Edit page of
2495 buddy list. (Thanks, David Fallon)
2496 * Various bug fixes ((Thanks to (in no particular order)
2497 Ethan Blanton, Mark Doliner, Luke Schierer)
2498 * i18n fixes (thanks, A Lee)
2500 version 0.59.3 (09/14/2002):
2501 * Reversed patch that accidentally caused Yahoo
2502 not to connect--for implementation reasons
2503 * Changed "color" binding to Ctrl-K.
2504 * Unaliaising a person in the "Online" tab will show up
2505 in the "Edit" tab as well (Thanks, Jason Willis)
2506 * Internationalization fixes, esp. with UTF-8 locales
2507 (Thanks Matt Wilson and Ethan Blanton)
2509 version 0.59.2 (09/09/2002):
2510 * Japanese translation updated (Thanks, Junichi Uekawa)
2511 * Won't crash when you set your MSN Friendly name to an
2513 * Default manual browser command changed to reflect the
2515 * Fixed the non-manual browser settings which were broke in
2516 0.59.1 (Thanks, Chris Blizzard)
2517 * Improved MSN internationalization (Thanks A Lee)
2518 * Smiley lookup will search for longest match for smilies
2519 like :-(( (Thanks Eric Melski)
2520 * When an IM image is clicked, don't open the browser (Thanks
2522 * Prevent a possible crash in unhide_buddy_list() (Thanks Ari
2524 * Fixed a compilation problem on systems without iconv.
2525 * GtkIMHtml can be set to render font sizes as point size
2526 or AIMish relative sizes -- no more huge Yahoo fonts. (Thanks
2528 * Fixed a bug with regard to Jabber resources (Thanks Nathan
2530 * Fixed a possible segfault when signing off Jabber (Thanks
2532 * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
2533 * Strip trailing and leading spaces from MSN/Yahoo names (Thanks,
2536 version 0.59.1 (08/25/2002):
2537 * Created a gtk1-stable branch for GTK+ 1.2 bugfix releases.
2538 Development will continue in our main branch in GTK+ 2 only.
2539 * Fixed a security bug in the manual browser setting (Thanks
2541 * Now using libiconv for better i18n support (Thanks Junichi
2543 * Will work with Perl 5.8 (thanks, Timothy Lee and Dan
2545 * Fix for HTTP proxies (thanks, Ethan Blanton)
2546 * Read proxy environment variables. (thanks, Christian Hammond)
2547 * Use the pretty gaim.png for our menu entry.
2548 * Added support for gettext 0.11.x.
2550 version 0.59 (06/24/2002):
2551 * Squashed a bug in buddy right-click menu handling
2552 that crashed Gaim. In the process: found and
2553 eliminated some memory leaks.
2554 * Fixed a significant applet leak
2555 * Can now change Jabber password on server (Thanks,
2557 * Certain types of Jabber presence errors no longer
2558 falsely show a buddy on-line. Instead now a "broken
2559 light-bulb" icon is shown and the error status is
2560 available via "Get Away Msg" (Thanks and a tip o'
2561 the hat to Christian Hammond for the graphic)
2562 * Conversation struct has pointer to toolbar (thanks Brent
2563 Priddy and Paul Miller)
2564 * Zephyr fixes (thanks, Arun A. Tharuvai)
2565 * Aliases in buddy ticker
2566 * Perl scripts can play Gaim sounds (thanks Andrew Rodland)
2567 * Internal sounds can be played by commands (thanks Lex Spoon)
2568 * Auto-login item in applet menu (thanks Chris Boyle)
2569 * Fixed MSN "Unkown Error Code", "Already there", and
2570 "Already in opposite list" errors
2571 * Changed "Play sound" button to "Mute" button
2572 * You can now have "reserved" chars in IM and proxy passwords
2573 * Jabber now has typing notification (Thanks, Nathan Walp)
2574 * Improved support for Jabber resources (Thanks, Nathan Walp)
2575 * Fixed problem with Gaim crashing on non-ASCII Jabber buddy
2576 aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee)
2577 * Plugged memory leaks in Jabber plug-in
2578 * Fixed problem with Jabber away status not being propagated to
2579 conference rooms for jabberd (server) v1.4.2 and above
2580 * Chat room buddy lists are now sorted independent of case
2581 * Added capability for protocol-specific edit buddy menu entries
2582 * Can now remove a Jabber buddy roster item from the server
2584 * Gaim can now handle messages from Mac ICQ and Miranda ICQ
2585 (Thanks, Mark Doliner)
2586 * Added Mozilla to browser options and changed KFM to
2588 * Can now set the server and port for MSN and Napster
2589 * MSN Internationalization (Thanks Felipe Contreras and
2590 countless, countless others)
2591 * E-mail addresses are no longer truncated when there is a '.' at
2594 version 0.58 (05/13/2002):
2595 * Better applet transparency
2596 * Option to raise buddy list on signons/signoffs
2597 * Formatting of incoming MSN messages
2598 * Get Info from menu multiple-account-aware (thanks
2600 * Hide and unhide functions for the filectl plugin.
2601 (Thanks, Ari Pollak)
2602 * Added helpful stuff to the Help menu.
2603 * Self-aliasing from the account editor.
2604 * Better selection in GtkIMHtml (Thanks Ben Miller)
2605 * A warning when your OSCAR buddy list is too long
2606 (Thanks, Mark Doliner)
2607 * ICQ status messages in OSCAR (Thanks, Mark Doliner)
2608 * Play sound when your name is said in a chat
2609 * Approval dialog for Jabber when somebody wants to
2610 subscribe to user's presence. Also gives user the
2611 opportunity to add that buddy if not already on the
2613 * Jabber "Change buddy group" roster synchronization now
2614 works again. (This was unknowingly broken when the
2615 "out-sourced" Jabber libs were upgraded in 0.56)
2616 * Invalid Jabber I.D.'s no longer crash Gaim. User now
2617 notified with pop-up's.
2618 * Jabber Buddy sign-on time support, added in 0.57,
2619 removed until and unless and inconsistency can be
2620 resolved. (Thanks, Nathan Walp)
2621 * Bug-fix for potential buffer overflow in Jabber
2622 plugin. (Thanks, rwscott)
2623 * Tempfiles used for secure MSN/HotMail login (added in
2624 0.57) are now themselves created securely.
2625 * Secure MSN logins (added in 0.57) no longer blow up
2627 * Timezone support improved.
2629 version 0.57 (04/25/2002):
2630 * New authorization method for Yahoo!
2631 * Jabber will tell you when your buddies signed on (Thanks
2633 * Jabber improvements (Thanks, Nathan Walp)
2634 * More keyboard shortcuts
2635 * event_chat_recv takes char**'s, and event_im_recv takes
2636 a *guint32 for flags
2637 * Secure hotmail login for MSN (thanks for the tips,
2640 version 0.56 (04/11/2002):
2641 * Shell-like send history binded to Ctrl-Up and Ctrl-Down
2642 * libjabber upgraded to most recent stable version
2643 * Buddylist looks a little better
2644 * Fixed MSN privacy settings
2645 * Group deletion fix (Thanks Mark Doliner)
2646 * Alias/Group syncronization for Jabber (Thanks JSeymour)
2647 * Fixed broken signal handling in gdm-started GNOME sessions
2648 (Thanks Jim Seymour, Vann, Robert McQueen)
2649 * Oscar group syncronization (Thanks, Mark Doliner)
2650 * ICQ Authorization via Oscar (Thanks, Mark Doliner)
2652 version 0.55 (03/29/2002):
2653 * Jabber improvements (Thanks Jim Seymour)
2654 * Various sound cleanups (Thanks Robert McQueen)
2655 * Login process shown in single window (Thanks Michael
2657 * Can reorder your accounts in the account editor (Thanks
2659 * Shows "mobile" icon for Oscar buddies using mobile
2660 devices (Thanks Mark Doliner)
2661 * Fixed bug in MSN smilies that crashed PPC (and other?) platforms
2662 * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen)
2663 * Speling corections (Thanks Tero Kuusela)
2664 * Oscar list icon fixes (Thanks Mark Doliner)
2665 * Oscar idle times work again (Thanks Mark Doliner)
2666 * Protocol icons on Edit Buddies tab (Thanks Christian Hammond)
2668 version 0.54 (03/14/2002):
2669 * Compiles without GdkPixbuf again
2670 * GtkIMHtml will refresh when you set a new GTK+ theme
2671 * Improved Yahoo! typing notification (thanks Brian Macke)
2672 * Prompt to authorize MSN buddies who added you while you
2673 were offline (Thanks Jason Willis)
2674 * Option to globally disable Buddy Icon animation (Thanks
2677 * Yahoo! will tell you when your buddies are playing Yahoo!
2678 games and give you the ability to join them
2679 * Yahoo! can receive offline messages
2680 * IRC can do DCC chat.
2681 * IRC will convert HTML formatting to mIRC formatting.
2682 * Buddylist tab placement option (Thanks Jason Willis)
2683 * Protocol specific smiley faces
2686 version 0.53 (02/28/2002):
2687 * Minor bug fixes re: queued away messages
2688 * Better buddy icon transparency (for real this time ;-))
2689 * Ability to change formatting of Oscar screen name
2690 * Better selection in HTML widget (Thanks BMiller)
2691 * New icons for ICQ (Thanks Kevin Miller)
2692 * Editable buddy pounces (Thanks Jason Willis)
2693 * Server side buddy lists in Oscar (Thanks Mark Doliner :-))
2694 * Fix for the chatlist plugin
2695 * Typing Notification (AIM Direct Connect, Yahoo, MSN)
2696 * IM Images (Receive Only)
2697 * Prettier GtkImHtml selection
2698 * Better buddy icon transparency (for real this time ;-) )
2700 version 0.52 (02/17/2002):
2701 * Better buddy icon transparency (thanks SeanEgan)
2702 * Fixed a little bug with connecting via proxy (thanks
2703 for reminding me of this, Manish Singh)
2704 * Yahoo! Messenger works again
2706 * Can register a new user with a Jabber Server (JSeymour)
2707 * Can now set Jabber vCards (JSeymour)
2708 * Jabber vCards are now shown in their entirety (JSeymour)
2709 * Various jabber bug fixes/enhancements (JSeymour)
2711 version 0.51 (01/24/2002):
2712 * Arrow buttons in log viewer and some other dialogs
2713 work (thanks Ben Miller)
2714 * Option to only send auto-response while idle (thanks
2716 * Control time between sending auto-responses (thanks
2718 * Should be able to sign on to Oscar using Mac OS X
2719 (thanks Fingolfin, Vincas Ciziunas, et al.)
2721 version 0.50 (12/14/2001):
2722 * Able to import GnomeICU contact lists
2723 * Galeon as browser option (Thanks Rob McQueen)
2724 * IRC /list, /invite (Thanks Sean Egan)
2725 * Option to have IMs and Chats tabbed in same window
2726 * Finally put the lagmeter plugin out of its misery and
2727 removed it. (/me dances on its grave.)
2729 version 0.49 (11/29/2001):
2730 * Can compile against GTK+ 2.0 (version 1.3.10/1.3.11)
2731 * Confirm before removing buddies
2732 * Yahoo updates (thanks Brian Macke)
2734 * Zephyr updates (thanks Arun A Tharuvai)
2735 * Gadu-Gadu updates (thanks Arkadiusz Miskiewicz)
2736 * Option to show aliases in conversation tabs
2737 * Option to hide windows after sending messages
2738 * licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.)
2740 version 0.48 (11/18/2001):
2741 * Right-click on links to open/copy URL
2743 * Oscar can send/receive offline messages in ICQ. Since the "real"
2744 ICQ protocol isn't working too well it's recommended that you
2747 version 0.47 (11/01/2001):
2748 * Better font loading (pays attention to charset now)
2749 (thanks Arkadiusz Miskiewicz)
2750 * Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
2751 * Open Mail button for when you get new mail (Yahoo and MSN)
2752 * New buddy pounce option: Popup Notification
2753 * When adding a buddy, the groups list now updates when you switch
2755 * When creating a new buddy pounce, gaim now automagically
2756 selects "on away" or "on idle", if the user is away
2758 * Add Opera to the available browsers (thanks Brian Enigma)
2759 * Improved log viewer (thanks to Ben Miller)
2760 * When you are queueing away messages, double clicking on
2761 a buddy's name will cause the messages for that name to be
2763 * You can choose which sound player you use at run-time
2765 * When someone adds you to their buddy list, it asks if you want
2766 to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp)
2767 * Option to grey idle buddies (thanks Nathan Walp)
2768 * MSN Privacy Options
2769 * In MSN you can set a person's alias to their "friendly name" by
2770 right-click on their name while they're online.
2772 * The usual bug fixes and memory leak plugs
2774 version 0.46 (10/18/2001):
2775 * New applet icons (courtesy David Raeman)
2776 * ICQ works on big-endian platforms, e.g. sparc and ppc
2777 (thanks to Nathan Walp and Ben Miller)
2778 * Better applet icon drawing (thanks to Ari Pollak)
2779 * An extraordinary number of bug fixes
2780 * Ability to stop animation on buddy icons, restart animation,
2781 hide certain buddy icons, and save people's buddy icons, all
2782 through a right-click menu
2783 * Event handlers in perl passed arguments as elements of
2784 an array rather than all concatenated as a string, making
2785 perl much easier to use (thanks Dennis Lambe Jr.)
2786 * Can pass an argument to timeout_handlers in perl
2787 (thanks Artem Litvinovich)
2788 * Redesigned Modify Account window (thanks Sean Egan)
2789 * Add buddy dialog now lets you select which protocol
2791 * Pressing 'signon' on the first screen for accounts that
2792 do not require passwords no longer incorrectly displays
2795 version 0.45 (10/04/2001):
2796 * New plugin event: event_chat_send_invite
2797 * Major updates to the perl system (reread PERL-HOWTO and
2799 * Major updates to event_chat_* events for plugins (reread
2801 * Some GtkIMHtml improvements
2803 * Nick Highlighting in chat
2804 * Tab-completion for nicks in chat (thanks to Sean Egan)
2805 * Large internal reworkings
2806 * New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz
2807 * Can choose buddy icon to send (for Oscar)
2809 version 0.44 (09/20/2001):
2810 * More sane scaling of buddy icons (intelligently scale to
2811 either 48x48 or 50x50 depending on icon)
2812 * Have you ever had it happen where you cancel a login and
2813 Gaim starts using all the available processing power? I
2815 * Temporarily removed Jabber user registration, which wasn't
2817 * Added a spiffy Help button
2818 * Wrote a plugin for all those people who miss having the
2819 chat rooms in their buddy lists (chatlist.so)
2821 * Added drop down selection to chat invitation
2822 * Improved the look of the chat invitation dialog
2823 * Improved the look of the proxy preferences
2824 * event_im_recv and event_im_display_rcvd passed whether
2825 the message received was auto-response (see SIGNALS)
2826 * IRC fixes (largly copied from X-Chat)
2827 * Internal change to how preferences are stored
2829 * Option to hide buddy icons
2831 version 0.43 (09/06/2001):
2832 * Can change friendly name in MSN again
2834 * Auto-reconnect plugin has exponential timeout (i.e. it
2835 tries after 8 seconds, then 16, then 32, etc. up to 17
2837 * Removed file transfer things from Napster. It didn't work
2838 well anyway. It'll be back eventually. (Does anyone even
2839 use napster anymore?)
2841 version 0.11.0-pre15 (08/28/2001):
2843 * Fixed a little segfault when images are links
2844 * Redid the about box again.
2845 * Fixed a nice little bug with the manual browser command
2846 * Oscar Unicode fix (Thanks John Matthews)
2847 * Can select which protocols are compiled statically
2848 (e.g.: ./configure --with-static-prpls=oscar,jabber)
2849 * New plugin events: event_im_displayed_sent and
2850 event_im_displayed_rcvd. Use these to change messages after
2851 they're displayed (e.g. encrypt sent messages, or send
2852 auto-responses and have them display locally properly)
2853 * Can use Arts for sound (thanks Tom Dyas)
2855 version 0.11.0-pre14 (06/17/2001):
2856 * Fixed a segfault with Oscar's account confirmation
2859 * Some HTML widget changes
2860 * Can specify hosts/ports for Yahoo (thanks Jeremy Brooks)
2861 * Many many bugfixes
2863 version 0.11.0-pre13 (06/06/2001):
2864 * Can view/set chat topic in Jabber (thanks faceprint)
2865 * The napster plugin no longer segfaults on invalid names
2867 * HTML is properly stripped from away messages in protocols that
2868 do not use HTML. (thanks, faceprint)
2869 * Can view/set chat topic in IRC
2870 * MSN properly escapes outgoing messages
2871 * Much needed updates to the gaim man page (thanks, Sean Egan)
2873 version 0.11.0-pre12 (05/29/2001):
2874 * Fixed a funny bug with auto responses when queued messages
2876 * Redesigned the Font Options preference page
2877 * Improved Jabber chat support (it whispers now, too)
2878 * Zephyr can do Subscriptions now (thanks to nsanch)
2879 * Auto-recon plugin got reworked
2881 * Some new pixmaps (Thanks, DennisR).
2882 * Fixed a segfault in IRC (Thanks Sean Egan)
2883 * MSN can now change your 'friendly name' (Thanks for the
2884 packet logs, aechols)
2885 * More IRC improvements [colors, etc] (Thanks Sean Egan)
2886 * Improved proxy options
2887 * Fixed a small issue with HTML not being stripped from
2888 log files properly (Thanks, faceprint and David Stoddard)
2889 * Can turn on/off Yahoo! Mail announcements
2890 * Can force messages through the server for ICQ (use this if
2891 you have problems sending)
2892 * Can receive buddy icons in Oscar (requires gdk_pixbuf,
2893 which GNOME depends on. If you --disable-pixbuf, it will
2895 * Redesigned plugins dialog (thanks Mike Heffner)
2897 version 0.11.0-pre11 (04/30/2001):
2898 * Zephyr updates and additions, thanks Neil Sanchala (nsanch)
2899 * Jabber can send/accept chat invites (due to mid)
2900 * MSN has the option to notify you of new hotmail
2902 * Fixed a problem with ADD requests in MSN
2903 * Fixed a small memory leak with MSN
2904 * Moved MSN's spammy debug output into debug_printf's
2905 * Can rename groups/buddies in the Edit Buddies pane
2906 (thanks Neil Sanchala)
2907 * Some perl updates (thanks to Sean Egan)
2908 * IRC got the following slash commands:
2909 op, deop, voice, devoice, mode, raw, quote, and kick (thanks
2911 * MSN Properly handles URL decoding of 'friendly' names
2912 * Redesigned Preferences pages (design by DennisR)
2913 * Can select where tabs are for tabbed IM/Chat windows
2914 * Option to queue away messages while away
2915 * Jabber got good updates (from faceprint)
2916 * Oh yes, and Oscar works, yet again. (gee... that's what, 4
2917 releases that have "fixed" it now?)
2919 version 0.11.0-pre10 (04/13/2001):
2920 * Many, many bug fixes
2921 * Can choose to not send away auto-response (thanks phzzzt)
2922 * Uh... Oscar works? For now?
2923 * IRC Plugin can do whois (right click and info)
2924 * IRC Plugin got away message support
2925 * Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
2926 * Sound on buddy pounce (Thanks Andrew Echols)
2927 * Can view all group chats in one tabbed window (same keybindings
2928 as for tabbed normal conversations)
2929 * More Protocol plugins:
2930 Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
2931 what it is and why you'd want to use it)
2933 version 0.11.0-pre9 (03/26/2001):
2934 * Can register Jabber accounts (load the Jabber plugin and click
2935 Register on the login window)
2936 * GtkIMHtml handles themes (no background pixmaps though) (thanks
2938 * URLS Linkify properly in Buddy chats
2939 * Jabber compiles better on Solaris?
2940 * Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
2943 version 0.11.0-pre8 (03/23/2001):
2944 * Fixed a problem with MSN not detecting signoffs and buddy updates.
2945 * Implemented away options in MSN
2946 * Alt-[1-9] to go to [1-9]th pane in tabbed convo window
2947 * Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
2948 * Can use Alt to access menu, and Ctl-char for certain actions
2950 * Oscar blocking works (?)
2951 * MSN can see status of other users
2953 version 0.11.0-pre7 (03/16/2001):
2954 * Can build RPMs as non-root
2955 * New yahoo library (can use HTTP proxy)
2956 * Command-line arg to specify config file (thanks Jason Boerner)
2957 * Can view all conversations in one tabbed window (Control-[ and
2958 Control-] move left and right respectively; Control-Tab moves
2959 to the next unread, or the next tab if there are no unread tabs)
2960 * Tooltips on links work again
2961 * Can log system notices: signons/signoffs, awayness and idleness
2962 (thanks Andrew Echols)
2966 version 0.11.0-pre6 (03/06/2001):
2967 * Fixed bug with NAS support
2968 * Napster plugin is included again
2969 (Thanks for pointing out that it was missing,
2971 * Oscar can: search by email, request confirmation, change password
2974 * Faster HTML parsing/rendering
2976 version 0.11.0-pre5 (02/26/2001):
2978 * ICQ Alias problem fixed
2979 * Negative times fixed
2980 * Cannot create blank away messages/messages with blank titles
2981 * Can right-click Edit Buddies list to alias/add pounce/etc.
2982 * Ability to independently set accounts as away
2983 * Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
2984 * Fixed hanging trees
2985 * Can close windows by hitting 'Esc' (optional)
2986 * Better HTML Widget
2987 * Can toggle timestamps by hitting F2 (optional)
2988 * Rewritten file transfer for TOC
2990 * Log Viewer (courtesy BMiller)
2991 * Can save conversation history
2992 * Napster can kinda sorta download files sometimes :)
2993 * You can activate IDs in Yahoo
2994 * ICQ upgraded to use icqlib 1.1.5
2996 version 0.11.0-pre4:
2997 * ICQ upgraded to use icqlib 1.1.0
2998 * An enormous amount of bug fixes
2999 * Even More Protocol Plugins:
3000 Jabber (plugins/jabber)
3001 Napster (plugins/napster.c)
3002 * Fixed a segfault with 'Ignore new conversations while away'
3004 version 0.11.0-pre3 (12/15/2000):
3005 * Away messages arranged alphabetically (Thanks Justin)
3006 * More GUI adjustments
3007 * Can optionally run command to play sound files
3008 * Icons for ICQ plugin (blatently stolen from GnomeICU)
3009 * Icons for Yahoo plugin (not-so-blatently stolen from GTKYahoo)
3010 * Optionally display warning level next to name in buddy list
3011 * Optionally ignore fonts on incoming messages
3012 * Command-line option to automatically set yourself as
3013 away upon signon (thanks bmiller)
3014 * Buddy list backups now stored in ~/.gaim/SN.protocol.blist (gaim will
3015 move the old file for you). Needed for when you have the same name on
3016 two different protocols. (Oscar and TOC share the same file.)
3017 * More Protocol plugins:
3020 version 0.11.0-pre2 (12/04/2000):
3021 * Fixed a segfault with a bad util.c
3023 version 0.11.0-pre1 (12/03/2000):
3024 * Multiple connections
3029 * Logs now stored to ~/.gaim/logs rather than ~/.gaim/SN/
3030 * User configurable sounds
3031 * Scroll bar now functions properly in chat room user lists
3032 * X-Idle support added (thanks bmiller and bryner)
3033 * small change in the way away messages are displayed
3034 (Thanks Ryan C. Gordon)
3035 * Plugin system uses GModule now (improves portability, adds features)
3036 (Requires recompile and probably modifications of most plugins)
3037 * Perl got updates (reread plugins/PERL-HOWTO)
3038 * Spell checker now uses gtkspell
3039 * Auto-Away (thanks, yet again, to bmiller ;)
3040 * More buddy pounce options
3041 * Various GUI improvements
3043 version 0.10.3 (10/09/2000):
3044 * Segfault when viewing user info fixed
3045 * libdb problem fixed
3047 version 0.10.2 (10/07/2000):
3048 * A few fixes to the URL parser.
3049 * Better placement of smiley dialog
3050 * Improved log file readibility
3051 * Code cleanups (thanks kylev)
3052 * Fixed problem when closing away message box (thanks bmiller)
3053 * sprintf() problem on some systems
3054 * Various small bug fixes
3056 version 0.10.1 (09/15/2000):
3057 * Better chatroom logging
3058 * Oscar works again. Pay no attention to Slashdot.
3059 * gtkhtml handles background colours better.
3060 * A third conversation window display preference.
3061 * Better support for things like Sawfish
3063 version 0.10.0 (09/11/2000):
3064 * New Smiley Faces and Pixmaps added.
3065 * Smiley faces now properly wrap in the conversation windows.
3067 * Fixed 0-byte file segfault.
3068 * Borderless buttons (for that cool pop-up look)
3069 * Fixed some resizing bugs
3070 * Added Ctrl+{B/I/U/S} hotkeys to conversation windows.
3071 * Added Ctrl+(number) hotkeys to insert smileys in conversation windows.
3072 * Support for %n, %d, and %t in away messages. Thanks bmiller!
3074 * Redesigned preferences dialog
3075 * Redesigned conversation dialog
3076 * Removed the Lag-O-Meter (Lag-O-Meter is now a plugin)
3077 * SOCKS 4/5 proxy works
3078 * Buddy Pounces are now saved in .gaimrc
3079 * Buddy Chats are now saved in .gaimrc
3080 * Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller!
3081 * ICQ-style aliases. This lets you change the name you see your buddy
3082 as. For example, if your buddy's SN is 'CouldntGetMyName', you can
3083 alias him as 'Loser'.
3084 * Compile with GNOME bits if available
3085 * Added GNOME Url Handler as an available web-browser
3086 * Added the S html tag.
3087 * Optionally Ignore TiK's Automated Messages
3088 * Option to beep instead of play sound
3089 * New icons for panel (depends on some GNOME pixmaps)
3090 * Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts.
3091 All .pl files in ~/.gaim are autoloaded when gaim starts.
3092 * HTML widget is faster, more stable
3094 version 0.9.20 (07/14/2000):
3095 * More plugin events, more plugin features
3096 * Run-time OSCAR support
3097 * Added buddy list ticker (See prefs/Appearance). Clicking on a
3098 name will cause a new or previous IM window to display for
3100 * "You are sending messages too quickly" error is now fixed
3101 when you have a large buddylist.
3102 * Fixed the LC_ALL compile problem on Solaris boxes
3103 * Fixed PPC and ARM compile problem with oscar.c
3104 * Smileys work better, and don't cause font attributes to drop
3105 * Dialog windows are now prettier
3106 * /me in IM window; font/color dialogs and smileys in chat window
3108 version 0.9.19 (06/09/2000):
3109 * Graphical Smiley Faces
3110 * Applet got a bit of a makeover (inside & out)
3111 * Compile-time options affect Preferences dialog
3112 * Whispering in chat works (does anyone even use this?)
3113 * HTML-tag buttons in chat
3114 * Chat got all kinds of new features (like IRC-sytle /me)
3115 * Chat in oscar works much better
3117 * Fixed the segfault when your server-side config is null
3118 * Many many bugfixes
3120 version 0.9.18 (06/02/2000):
3121 * Logging in works better for oscar
3122 * Double error bug when sending message to an offline user is
3124 * Pressing enter once again sends a message in buddy chatrooms (oops)
3125 * More fixes for the change on the AOL sign-on process.
3126 * Fixed bug where Gaim sometimes doesn't find a font to use.
3127 * Per-conversation font and color dialogs (thanks fflewddur)
3128 * Chat in oscar works (somewhat)
3129 * Even more fixes for the sign-on process, and now you don't flash when
3130 setting permit/deny lists.
3132 version 0.9.17 (05/31/2000):
3133 * Automagic feature to check for new versions has been removed
3134 * Infinite loop bug fixed
3136 version 0.9.16 (05/31/2000):
3137 * Paned buddy chat window (Thanks Syd)
3138 * Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist
3139 where <sn> is your screen name. If for some reason, you log
3140 into the AOL server and the buddy list comes back empty, we
3141 check for a cache file, and, if we find one, read it in. This
3142 essentially implements recovery from a server crash at AOL
3143 (AOL does not back up machines that contain TOC-based buddy
3144 lists, unfortunately). (Thanks Syd)
3145 * Font selection dialog
3146 * Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim)
3147 * SOCKS 4 proxy support
3148 * Better proxy support overall (you can get people's info now! :) )
3149 * Two-way file transfer (you can get and send files, but you still
3150 can't initiate either)
3151 * Fixed font problem with Misconfigured X-Servers. Thanks Decklin!
3152 * Fixed the No Configuration problem that came about today (5/31)
3154 version 0.9.15 (05/06/2000):
3155 * Plugin support enabled by default (oops)
3156 * Some plugins built/installed by default
3157 * Option to automagically check for new releases
3158 * Ability to receive files (one-way file transfer)
3159 * In-line spell checker (thanks to Torrey Searle of the
3160 Everybuddy Devel team for this one)
3162 version 0.9.14 (04/24/2000):
3163 * Numerous Fixes by G. Sumner Hayes (buffer over flow patches,
3165 * Paned Conversation Windows (Thanks Syd)
3166 * Raise Window On Message Received, Fixed (Thanks Syd)
3167 * When multiple screen names, Gaim now correctly remembers the name
3169 * FONT sizes now work correctly.
3170 * PLUGIN SUPPORT!! (Lots of cool goodies here)
3171 * Fixed another leak or two
3172 * Added ability to change your screenname password
3175 version 0.9.13 (03/27/2000):
3176 * Dialog Box Segfault Fixed (When You Click A Toggle Then Cancel)
3177 * Double Log-Out Message Fixed
3178 * GNOME compile error fixed
3179 * Away Message Problem Fixed
3180 * Fixed URL Right Click Menus
3181 * Conversation Loggin now shows Full Date and Time
3182 * Internal Change to Buddy List
3184 version 0.9.12 (03/25/2000):
3185 * Segfault fix for PPC/Alpha/etc machines with log(0)
3186 Thanks to Todd Cohen for this one.
3187 * Small internal change to the way prefs work
3188 * GNOME Applet support works better
3189 (thanks to Eric Warmenhoven for the patch)
3190 * Support for displaying true type fonts
3191 * Lag-O-Meter does not send lag-test if not selected
3192 * Fixed problem with saving away messages which contain spaces
3194 * Various GNOME Applet Enhancements (thanks AGAIN to
3195 Eric. Someone needs to stop this boy :-) )
3196 * A lot of random, obscure bugs fixed
3197 * All of the major and I believe all of the minor memory leaks are
3199 (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me)
3201 version 0.9.11 (03/22/2000):
3202 * <STRIKE>Strike Tag Support</STRIKE> :-)
3203 * Another memory leak fix
3204 * New .gaimrc format
3205 * Better support for multiple screen names
3207 * Saving of buddylist window position
3208 * Fixed a problem with Gaim and the Netscape-branded version
3210 * New Sound Properties
3211 * More General Properties
3212 * Bigger Text-Entry field (Thanks to CrazyDavy for this one)
3213 * Various Random Bug fixes
3215 version 0.9.10 (11/03/1999):
3216 * Fixed a nasty memory leak. No more 40M Gaim processes. LOL
3217 * IDLE Times are displayed in a neater fashion.
3219 version 0.9.9 (10/31/1999):
3220 * A little selection bug has been squished
3221 * Small memory leak fixed
3222 * Small network fix (problem with HTTP Proxy fixed?)
3223 * Proxy stuff should work now :)
3224 * Widget table support, dir info looks nicer
3225 * Info box looks nicer (thanks to Decklin Foster)
3226 * Client now 'corrects' time values from the server for accurate
3228 * Lag-O-Meter (ala Drunken Jim)
3231 version 0.9.8 (10/04/1999):
3232 * HTTP Proxy Support (No SOCKS yet)
3233 * HTML Widget more robust
3234 * Graphical Debug Window
3235 * Buddylist bug fixed
3236 * Some logging fixes and improvements
3237 * configurable host/port selection
3238 * Clickable Links in buddy chat
3240 * Display Signon/Signoff messages in conversation windows
3241 * Option to strip HTML from logged messages
3242 * GNOME cleanups (It might work now haha)
3243 * When viewing user info, URLS are converted to clickable links
3246 version 0.9.7 (08/08/1999):
3247 * Preliminary Oscar Support
3248 * Fixed bad network bug
3249 * Fixed some bad text rendering bugs in the HTML widget
3250 * log all conversation names are now normalized.
3251 * Fixed another bad network bug :)
3252 * Multiple browser support, some Netscape buggies fixed.
3253 * Permit/Deny preferences moved to 'Permit' pane on buddylist.
3254 * Fixed problem with _, ', and \ in passwords
3256 version 0.9.6 (08/01/1999):
3257 * Fixed 'log all conversation' segfault
3259 * Removed Xmu dependancies.
3260 * Restructured network code
3261 * ESD detection more robust.
3262 * Sound fallbacks are MUCH more robust!
3264 version 0.9.5 (07/25/1999):
3265 * Fixed About Box SegFault
3266 * Autologin Works with Applet
3267 * Option to Show Buddy List after Signon with Applet
3268 * 2048 character messages
3269 * Away-Detection (shows a different icon on the buddy list)
3270 * Fixed Segfault with messages > allowed size
3271 * Added option to log all conversations
3272 * Changed g_new to g_new0
3273 * Buddy List: Right Click Menus
3274 * Find Buddy By Email
3275 * Find Buddy By Info
3276 * New HTML widget (Underline/Links/HRs)
3277 * Updated Toolbar with 'Underline' Icon
3278 * More Buddy Pounce Options
3279 * Option to auto-change urls into clickable links (Under Prefs)
3280 * Better Buddy Chat functionality
3282 * Registration Information (Let Us Know Who You Are)
3283 * Buddy Chat Prefs (Update Chatroom Lists)
3285 * FAQ added to the distribution
3286 * Sound problem with some systems fixed
3288 * Autostart of Netscape on URL Click
3289 * DnD Rearranging of Groups
3290 * Better Netscape Functionality
3291 * Right Click `URL' Menus
3292 * DnD Rearranging of Buddies
3293 * Script to convert win95 buddylist to gaim buddylist
3294 * Added `Link/URL' button to conversation window
3295 * ESD is now autodetected
3296 * Not too important but we GNU-ified the source tree :)
3298 version 0.8.0 (04/31/1999):
3302 * Pixmaps for buttons
3303 * Buddylist import/export
3305 * Conversation Logging
3306 * Coloured Text Selection
3307 * Updated Preferences
3311 * `Blocking' on conversation window
3312 * Add/Remove buddy from conversation window
3313 * Scroll-Wheel Mice work in Conversation Window
3314 * Fixed WindowMaker Appicon
3315 * version Number in About Box
3316 * Gaim Slogan in about box :)
3317 * Created Changelog File :)