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