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