1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
3 version 2.5.8 (06/26/2009):
5 * Accounts with empty buddy lists are now properly marked as connected.
6 * Fix receiving messages from users of MySpace IM's web client.
9 * Fixed phantom online buddies. They should now properly disappear when
11 * Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in
13 * Fixed compiling on systems with glib 2.4.x or older.
16 * Fix an incompatibility betweeen Prosody and libpurple clients.
18 version 2.5.7 (06/20/2009):
19 * Yahoo Protocol 16 support, including new HTTPS login method; this should
20 fix a number of login problems that have recently cropped up. (Sulabh
21 Mahajan, Mike "Maiku" Ruprecht)
22 * Only display the AIM "Unable to Retrieve Buddy List" message once per
23 connection. (Rob Taft)
24 * Blocking MSN users not on your buddy list no longer disconnects you.
25 * When performing operations on MSN, assume users are on the MSN/Passport
26 network if we don't get network ID's for them.
28 version 2.5.6 (05/19/2009):
30 * Improve sleep behavior by aggregation of longer timeouts on second
31 boundaries to allow better power saving. (Arunan Balasubramaniam)
32 * Fix various crashes on exit.
33 * Make XML parsing more resilient to interactions with other libraries.
34 This, along with the fix for libxml2 bug 564217, fixes the crashes
35 on connect in XMPP with recent gst-plugins-bad (see #8830 for details).
36 * Many security related fixes
39 * Correctly handle WHOIS for users who are joined to a large number of
41 * Notify the user if a /nick command fails, rather than trying
45 * Fix a race condition causing occasional Pidgin crashes.
46 * Fix some errors about the friendly name changing too fast caused
47 by MSN/Yahoo integration buddies.
50 * Less likely to pop up a new conversation window in disregard of
51 the "Hide new IM conversations" preference.
54 * Fix a crash when sending very long messages.
55 * Fix a bug where UTF-8 status messages get garbled when going idle.
57 version 2.5.5 (03/01/2009):
59 * Fix a crash when removing an account with an unknown protocol id.
60 * Beta support for SSL connections for AIM and ICQ accounts. To
61 enable, check the "Use SSL" option from the Advanced tab when
62 editing your AIM or ICQ account. (Paul Aurich)
63 * Fix a memory leak in SILC. (Luke Petre)
64 * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
65 handling and other issues. (Paul Aurich, Marcus Sundberg)
66 * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).
69 * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
70 other libpurple clients. (Daniel Ljungborg)
71 * Change client ID to match ICQ Basic 14.34.3096. This fixes publishing
72 of buddy icons and available messages.
73 * Properly publish status messages for statuses other than Available.
74 ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
75 * Fix receipt of messages from the mobile client Slick. (David Jedelsky)
78 * Fix transfer of buddy icons, custom smileys, and files from the
79 latest Windows Live Messenger 9 official client. (Thomas
81 * Large (multi-part) messages are now correctly re-combined.
82 * Federated/Yahoo! buddies should now stop creating sync issues at
83 every signin. You may need to remove duplicates in the Address
84 Book. See the FAQ for more information. Thanks to Jason Lingohr
85 for lots of debugging and testing.
86 * Messages from Yahoo! buddies are no longer silently dropped.
87 * We now save and use the CacheKey for ABCH SOAP requests.
88 * Don't try to parse Personal Status Messages or Current Media if they
90 * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
91 on incoming messages. This should fix some issues with messages from
93 * Force sending the font "Segoe UI" if outgoing formatting doesn't specify
95 * Queue callbacks when token updates are in progress to prevent two token
96 update attempts from trampling each other.
97 * Fixed a crash on Windows when removing a buddy's alias.
98 * Update the Address Book when buddies' friendly names change. This
99 prevents seeing an outdated alias or not seeing an alias at all for
100 buddies who are offline when you sign in.
101 * Update tokens for FindMembership and ABFindAll SOAP requests.
102 * We no longer try to send empty messages. This could happen when a
103 message contained only formatting and that formatting was not supported
105 * Buddies on both the Allow and Block list are now automatically
106 removed from the Allow list. Users with this problem will now no
107 longer receive an ADL 241 error. The problematic buddy should now
108 appear on the buddy list and can be removed or unblocked as desired.
111 * Resources using __HOSTNAME__ substitution will now grab only the short
112 hostname instead of the FQDN on systems which put the FQDN in the
113 hostname. (Matěj Cepl)
114 * No longer send a 'to' attribute on an outgoing stanza when we haven't
115 received one. This fixes a registration bug as described in ticket
119 * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
120 * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
121 * Tooltip windows no longer linger when scrolling the buddy list. (Kosta
125 * Allow rebinding keys to change the focused widget (details in the
126 man-page, look for GntBox::binding)
128 version 2.5.4 (01/12/2009):
130 * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
132 * Don't ignore namespace information when parsing XMPP data. (Michal
134 * Fix a crash that occurred when retrieving certain Offline Messages
136 * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
137 * Fix the hang on exit in Network Location Awareness for Windows XP
138 and Windows Vista. (Paul Aurich)
141 * Change Contact Server to temporarily fix connection problems.
142 (Thanks to Youness Alaoui)
145 * Support for XEP-0191 blocking. (Vijay Raghunathan)
146 * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
147 * Fix removal of avatars (both PEP and vCard), we weren't removing
148 them correctly before. (Paul Aurich)
151 * Fix a crash in the Add Account dialog when changing protocols under
152 certain circumstances.
155 * Redirect stderr outputs to the debug window.
156 * Fix rebinding actions with the arrow-keys and tab.
158 version 2.5.3 (12/20/2008):
160 * The Buddy State Notification plugin no longer prints duplicate
161 notifications when the same buddy is in multiple groups. (Florian
163 * The Buddy State Notification plugin no longer turns JID's, MSN
164 Passport ID's, etc. into links. (Florian Quèze)
165 * purple-remote now has a "getstatusmessage" command to retrieve
166 the text of the current status message.
167 * Various fixes to the nullprpl. (Paul Aurich)
168 * Fix a crash when accessing the roomlist for an account that's not
169 connected. (Paul Aurich)
170 * Fix a crash in purple_accounts_delete that happens when this
171 function is called before the buddy list is initialized.
173 * Fix use of av_len in perl bindings to fix some off-by-one bugs
175 * On ICQ, advertise the ICQ 6 typing capability. This should fix
176 the reports of typing notifications not working with third-party
177 clients. (Jaromír Karmazín)
178 * Many QQ fixes and improvements, including the ability to connect
179 using QQ2008 protocol and sending/receiving of long messages.
180 The recommended version to use is still QQ2005.
181 * Fix a crash with DNS SRV lookups. (Florian Quèze)
182 * Fix a crash caused by authorization requests. (Florian Quèze)
185 * Add support for IM images. (Tomasz Sałaciński, Adam Strzelecki)
186 * Gadu-Gadu now checks that UID's are valid. (Adam Strzelecki)
187 * Gadu-Gadu now does proper charset translations where needed. (Adam
191 * Fix an error with offline messages by shipping the *new*
192 "Microsoft Secure Server Authority" and the "Microsoft Internet
193 Authority" certificates. These are now always installed even when
194 using --with-system-ssl-certs because most systems don't ship
195 those intermediate certificates.
196 * The Games and Office media can now be set and displayed (in
197 addition to the previous Music media). The Media status text now
198 shows the album, if possible.
199 * Messages sent from a mobile device while you were offline are now
201 * Server transfers after you've been connected for a long time
202 should now be handled correctly.
203 * Many improvements to handling of "federated" buddies, such as those
204 on the Yahoo network.
205 * Several known crashes have been resolved.
206 * Many other fixes and code cleanup.
209 * Respect your privacy settings set using the official MySpace client.
210 * Add support for blocking buddies.
211 * Fix a bug where buddies didn't appear in their correct groups the
212 first time you sign into your account.
213 * Properly disconnect and sign out of the service when logging off.
214 * Support for foreground and background font colors in outgoing IMs.
215 * Support for background font colors in incoming IMs.
216 * Many other fixes and code cleanup.
219 * Fix insanely long idle times for Sametime 7.5 buddies by assuming
220 0 idle time if the idle timestamp is in the future. (Laurent
222 * Fix a crash that can occur on login. (Raiko Nitzsche)
225 * Fix a crash when a malformed message is received.
226 * Don't allow connecting accounts if no server name has been
227 specified. (Florian Quèze)
230 * Fix the namespace URL we look for in PEP reply stanzas to match
231 the URL used in the 'get' requests (Paul Aurich)
232 * Resources can be set to the local machine's hostname by using
233 __HOSTNAME__ as the resource string. (Jonathan Sailor)
234 * Resources can now be left blank, causing the server to generate a
235 resource for us where supported. (Jonathan Sailor)
236 * Resources now default to no value, but "Home" is used if the
237 server refuses to provide a resource.
238 * Quit trying to get user info for MUC's. (Paul Aurich)
239 * Send "client-accepts-full-bind-result" attribute during SASL
240 login. This will fix Google Talk login failures if the user
241 configures the wrong domain for his/her account.
242 * Support new <metadata/> element to indicate no XEP-0084 User
243 Avatar. (Paul Aurich)
244 * Fix SHA1 avatar checksum errors that occur when one of the bytes
245 in a checksum begins with 0. (Paul Aurich)
246 * Fix a problem with duplicate buddies. (Paul Aurich)
249 * Corrected maximum message lengths for Yahoo!
250 * Fix file transfers with older Yahoo protocol versions.
253 * Enable auto-reply, to emulate 'zaway.' (Toby Schaffer)
254 * Fix a crash when an account is configured to use tzc but tzc is
255 not installed or the configured tzc command is invalid. (Michael
257 * Fix a 10 second delay waiting on tzc if it is not installed or the
258 configured command is invalid. (Michael Terry)
261 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
262 instead of our own (hidden) tooltip_delay pref. If you had
263 previously changed that pref, add a line like this to
264 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
265 gtk-tooltip-timeout = 500
266 To completely disable tooltips (e.g. if you had an old
267 tooltip_delay of zero), add this to ~/.purple/gtkrc-2.0:
268 gtk-enable-tooltips = 0
269 * Moved the release notification dialog to a mini-dialog in the
270 buddylist. (Casey Ho)
271 * Fix a crash when closing an authorization minidialog with the X
272 then immediately going offline. (Paul Aurich)
273 * Fix a crash cleaning up custom smileys when Pidgin is closed.
274 * Fix adding a custom smiley using the context menu in a conversation
275 if no custom smilies have previously been added using the smiley
277 * Improved support for some message formatting in conversations.
278 * Allow focusing the conversation history or userlist with F6.
279 * Fixed the Send Button plugin to avoid duplicate buttons in a single
281 * Double-clicking a saved status will now activate it and close the
282 saved status manager, rather than edit the status.
285 * Allow binding meta+arrow keys for actions.
286 * Added default meta+erase binding for delete previous word.
287 * Added "Show When Offline" to buddy menus, so a plugin is no longer
290 version 2.5.2 (10/19/2008):
292 * Fixed a crash on removing a custom buddy icon on a buddy.
293 * Fixed a crash caused by certain self-signed SSL certificates.
294 * Enable a number of strong ciphers which were previously disabled
295 when using NSS. (Thanks to Marcus Trautwig.)
298 * The status selector now saves your message when changing status.
299 * Fix a case where a conversation window could close unexpectedly.
300 * A mute sounds option has been added to the preferences window to
301 help with discoverability. CTRL+S is no longer bound to mute.
302 * Added ability to change the color of visited links (using the theme
303 control plugin, or setting the color in ~/.gtkrc-2.0)
304 * Fix a crash occuring when a custom smiley is deleted and re-added and
305 used in an open conversation after being re-added.
308 * A new 'Nested Grouping' option in the 'Grouping' plugin. Group
309 hierarchies are defined by the '/' character in the group names.
310 * A bug was fixed where some key-bindings wouldn't work with some TERMs
311 (e.g. xterm-color, screen-linux etc.)
314 * Operations (such as moving to a new group) on contacts that were added
315 in the same session should now complete correctly, and not cause
316 synchronization errors at next login.
317 * Minor fixes to login process during a server transfer.
318 * Restored the "Has You" feature to the MSN protocol tooltips.
319 * ADL 205/214/etc errors should no longer prevent login.
322 * Sending and receiving custom smileys using the specification in
323 XEP-0231 (bits of binary) and XHTML-IM
326 * Only send a Ping once every hour. This prevents the account from
327 being disconnected from the server periodically.
329 version 2.5.1 (08/30/2008):
331 * In the Join/Part plugin, add the ability to apply the rules to
332 buddies. By default, joins and parts for buddies are still shown.
333 * Support SOCKS proxies specified in GNOME or Windows proxy settings.
334 * Fix some possible crashes in MSNP15.
335 * Enable a default SSL trust relationship for MSN servers.
336 * Avoid disconnecting from XMPP servers on parse errors that are
338 * Include some perl files that were mistakenly omitted in 2.5.0.
341 * Prevent use of custom smilies without "shortcuts."
342 * Fix a crash that could appear with AIM buddy tooltips.
345 * General refresh of many icons in the interface.
346 * Many cleanups to artwork source are now included in the distribution.
347 * A new "throbber" animation has been added to indicate when accounts
350 version 2.5.0 (08/18/2008):
352 * Ability to create custom smileys (currently only the MSN protocol
353 utilizes the feature). (Thanks to Mauro Sérgio Ferreira Brasil,
354 Marcus Lundblad, Jorge Villaseñor and other contributors)
355 * Add a configure option, --with-system-ssl-certs to allow packagers
356 to specify a system-wide SSL CA certificates directory. When set,
357 we don't install our SSL CA certs, so it's important that the
358 libpurple package depend on the CA certificates.
359 * Add SSL Certificates support to the NSS SSL plugin. (Thanks to Lou
363 * Fix a bug that caused the UI to not refresh and caused the client
364 to use 99% CPU when an XMPP account lost its connection to the
366 * Possibly fix a bug where some clients could get into a state
367 where they moved a buddy back and forth between two groups in
371 * /ctcp command (Vladislav Guberinić)
372 * Allow for auto-detection of incoming UTF-8 formatted text on
373 accounts which are configured to use some other encoding.
376 * Update MSN support to protocol 15 (Elliott Sales de Andrade, Jorge
377 Villaseñor, Mike Ruprecht, Carlos Silva, Ma Yuan, Daniel Ljungborg
379 * Personal messages are now supported. They are treated as status
381 * Offline IM is now supported.
382 * Aliasing is now supported server-side.
383 * Buddies are now emblemed. Bots and web clients should now be
385 * Update smiley set for non-faces.
386 * Failing to update a buddy icon when the buddy has gone offline no
388 * Custom smileys received in a chat no longer go to a new window.
389 * Processing is no longer completely frozen after the servers block a
390 message because it contains (what they consider) inappropriate text.
393 * Custom buddy icons can now be added to and removed from buddy list
394 entries via the buddy list entry right-click menu.
395 * Resize large incoming custom smileys to a maximum of 96px on either
397 * Offer to add new buddies into the same contact as existing buddies
398 in the same group if the alias given is the same.
399 * Minor smiley style update.
402 * Group and Chat buddy list entries can now be given custom buddy
406 * Added "Invite..." menu to chats.
407 * Added "View All Logs" menu in the buddylist to display a list of all IM
409 * Added '/msgcolor' command to change colors of different classes of
410 messages in a conversation. See '/help msgcolor' for details.
411 * Added tab-completion for commands in conversation windows.
413 version 2.4.3 (07/01/2008):
415 * Yahoo! Japan now uses UTF-8, matching the behavior of official clients
416 and restoring compatibility with the web messenger (Yusuke Odate)
417 * Setting your buddy icon once again works for Yahoo! accounts.
418 * Fixes in the Yahoo! protocol to prevent a double free, crashes on
419 aliases, and alias functionality
420 * Fix crashes in the bonjour protocol
421 * Always use UTF-8 for Yahoo! (#5973)
422 * Fix a crash when the given jabber id is invalid.
423 * Make the IRC "unknown message" debugging messages UTF-8 safe.
424 * Fix connecting to ICQ
425 * Fix a memleak when handling jabber xforms.
428 * Include the send button plugin in the win32 build
429 * Various memory leak fixes
431 version 2.4.2 (05/17/2008):
432 http://developer.pidgin.im/query?status=closed&milestone=2.4.2
434 * In MySpaceIM, messages from spambots are discarded (Justin Williams)
435 * Strip mIRC formatting codes from quit and part messages.
436 * IRC now displays ban lists in-channel for joined channels.
437 * Fixed a bug where the list of loaded plugins would get removed when
438 switching between different operating systems.
439 * Fix reception of IRC PART without a part message on Undernet
440 (fixes a problem with litter in the channel user list).
441 * IRC no longer crashes on /list on servers which erroneously omit
443 * Update the NetworkManager support to use D-Bus directly, instead of
444 libnm-glib. Hopefully it's stable now. It will now compile by
445 default if you have D-Bus support and NetworkManager.h. (Elliott
447 * MSN buddy list synchronization is now more forgiving, only asking
448 about buddies who have disappeared completely from the server list
449 and not those that have simply moved groups.
450 * IRC will now try to append 1-9 to your nick if it is in use, instead
451 of substituting the last character with 1-9 where possible.
452 * Bonjour buddies will be saved persistently if they're moved out of
453 the "Bonjour" group. (Eion Robb)
456 * The typing notification in the conversation history can be disabled or
457 customized (font, color etc.) in .gtkrc-2.0.
458 * Added a plugin (not installed by default) which adds a Send button
459 back to the conversation window. People without physical keyboards
460 have a hard time with the lack of the button.
461 * Clicking on the buddyicon in the conversation window toggles the
462 size of the icon between small and large.
463 * The settings of a chat (e.g. Handle in an XMPP chat, or Exchange in
464 an AIM chat) can be edited from its context menu in the buddy list.
465 * Add a "Present conversation window" preference to the Message
466 Notification plugin; the "Raise conversation window" option does not
467 unminimize windows or draw attention to them when they are on other
468 workspaces--the "Present" option should.
469 * Add a preference to set Escape as the keyboard shortcut for closing
470 the conversation window.
471 * Add an option in the context menu to disable smileys in the selected
472 text in the conversation history/log viewer. This should help people
473 who regularly paste code in conversations.
474 * Add a preference to choose the minimum size of the text input area in
476 * Moved the "Local alias" field in the Modify Account dialog to be below
477 the "User Options" heading on the "Basic" tab.
478 * Number of room occupants is now shown in chat tooltips where possible
481 * The configure script now dies on more absent dependencies. The
482 --disable-xxx arguments to configure can be used to bypass unneeded
483 dependencies. This will also cause the configure script to die if an
484 --enable-xxx option is used and the dependencies it requires are
486 * The Evolution integration plugin must now be explicitly enabled. Use
487 the --enable-gevolution argument to configure to enable it.
488 * The Contact Availability Prediction plugin must now be explicitly
489 enabled. Use the --enable-cap argument to configure to enable it.
492 * New default binding ctrl+x to open context menus.
493 * Menu triggers and other bindings will no longer conflict.
494 * Middle click pastes the internal clipboard (when mouse support is
497 version 2.4.1 (03/31/2008):
498 http://developer.pidgin.im/query?status=closed&milestone=2.4.1
501 * Treat AIM Unicode messages as UTF-16 rather than UCS-2; this
502 should have no functional effect, other than continued support
503 on systems which have dropped UCS-2 conversions.
504 * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski)
505 * Fix a crash when clearing the buddy icon for an account on XMPP
506 * Fix a crash during login for some ICQ accounts
507 * Prefer more available resources on XMPP when priorities are equal
508 * Fix incorrectly marking some Yahoo! contacts as blocked
509 * Improved handling of UTF-8 group names on ICQ (beret)
510 * Fix a crash when starting if you have a Zephyr account
511 * Increase XMPP ping timeout to 120 seconds, to prevent poor network
512 connections from timing out unnecessarily.
513 * Don't crash on XMPP forms with empty default values.
514 * Fix issues with CHAP authentication for SOCKS5 proxies.
517 * Remove a workaround for older versions gstreamer that was causing
518 crashes on some non-Linux systems such as HPUX
519 * Fix some cases of the conversation input entry area being 1 pixel high
520 * Fix for displaying channel & buddy names in conversation window when
521 they have '&' in them
522 * Some memory leak fixes, especially in the Text Replacement plugin
523 * Rectangular but non-square buddy icons have rounded corners in the buddy
527 * Fix compiling with Glib older than 2.6
528 * Ensure existing conversations selected from the 'Send IM' dialog are
530 * Move the tooltip on the left of the buddylist if there's not enough room
531 on the right to show it.
533 version 2.4.0 (02/29/2008):
534 http://developer.pidgin.im/query?status=closed&milestone=2.4.0
537 * Added support for offline messages for AIM accounts (thanks to
539 * Fixed various problems with loss of status messages when going
540 or returning from idle on MySpaceIM.
541 * Eliminated unmaintained Howl backend implementation for the
542 Bonjour protocol. Avahi (or Apple's Bonjour runtime on win32) is
543 now required to use Bonjour.
544 * Partial support for viewing ICQ status notes (Collin from
546 * Support for /notice on IRC.
547 * Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.)
548 * Support for retrieving full names and addresses from the address book
549 on Yahoo! Japan (Yusuke Odate)
550 * The AIM/ICQ server-side preference for "allow others to see me
551 as idle" is no longer unconditionally set to "yes" even when
552 your libpurple preference is "no."
553 * Fix SSL certificate checks for renewed certificates
554 * Fix the ability to set vCard buddy icons on Google Talk/XMPP
555 * D-Bus fixes on 64bit
556 * Fixed retrieval of buddy icons and setting of server-side aliases on
557 Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N.
559 * Fixed an MSN bug that would leave you appearing offline when transferred
563 * Added the ability to theme conversation name colors (red and blue)
564 through your GTK+ theme, and exposed those theme settings to the
565 Pidgin GTK+ Theme Control plugin (Dustin Howett)
566 * Fixed having multiple alias edit areas in the infopane (Elliott Sales
568 * Save the conversation "Enable Logging" option per-contact (Moos
570 * Typing notifications are now shown in the conversation area
573 * Color is used in the buddylist to indicate status, and the conversation
574 window to indicate various message attributes. Look at the sample gntrc
575 file in the man page for details.
576 * The default keybinding for dump-screen is now M-D and uses a file
577 request dialog. M-d will properly delete-forward-word, and M-f has been
578 fixed to imitate readline's behavior.
579 * New bindings alt+tab and alt+shift+tab to help navigating between the
580 higlighted windows (details on the man page).
581 * Recently signed on (or off) buddies blink in the buddy list.
582 * New action 'Room List' in the action list can be used to get the list of
583 available chat rooms for an online account.
584 * The 'Grouping' plugin can be used for alternate grouping in the
585 buddylist. The current options are 'Group Online/Offline' and 'No
588 * Added the ability to block/unblock buddies - see the buddy context menu
589 and the menu for the buddy list.
590 * Fixed a bug preventing finch working on x86_64
592 version 2.3.1 (12/7/2007):
593 http://developer.pidgin.im/query?status=closed&milestone=2.3.1
594 NOTE: Due to the way this release was made, it is possible that
595 bugs marked as fixed in 2.3.1 will not be fixed until the
598 * Fixed a number of MSN bugs introduced in 2.3.0, resolving problems
599 connecting to MSN and random local display name changes
600 * Going idle on MySpaceIM will no longer clear your status and message.
601 * Idle MySpaceIM buddies should now appear online at login.
602 * Fixed crashes in XMPP when discovering a client's capabilities
603 * Don't set the current tune title if it's NULL (XMPP/Google Talk)
604 * Don't allow buddies to be manually added to Bonjour
605 * Don't advertise IPv6 on Bonjour because we don't support it
606 * Compile fixes for FreeBSD and Solaris
607 * Update QQ client version so some accounts can connect again
608 * Do not allow ISON requests to stack in IRC, preventing flooding IRC
609 servers when temporary network outages are restored
610 * Plug several leaks in the perl plugin loader
611 * Prevent autoaccept plugin overwriting existing files
613 version 2.3.0 (11/24/2007):
614 http://developer.pidgin.im/query?status=closed&milestone=2.3.0
615 NOTE: Some bugs marked fixed in 2.2.1, 2.2.2 or 2.2.3 may not
616 have been fixed until this release (2.3.0).
619 * Real usernames are now shown in the system log.
620 * We now honor a PURPLE_DISABLE_DEPRECATED define to allow plugins to
621 catch deprecated functions earlier rather than later.
622 * Thanks to a patch from Intel, the Bonjour prpl now supports file
623 transfers using XEP-0096 and XEP-0065. This should enable file
624 transfers between libpurple clients and Gajim clients, but will not
625 work with iChat or Adium as they use a different file transfer
627 * XMPP password changes that return errors no longer cause the saved
628 password to be changed.
629 * XMPP file transfer support has been enhanced to support sending
630 files through a proxy when the server supports discovering a
631 a bytestream proxy. This should make file transfers much more
632 reliable. The next release will add support for manually specifying
633 a proxy when the server doesn't advertise one.
636 * If a plugin says it can't be unloaded, we now display an error and
637 remove the plugin from the list of saved plugins so it won't load
638 at the next startup. Previously, we were ignoring this case, which
639 could lead to crashes.
640 * Mark dialog windows as transient for appropriate parent windows to
641 help window managers do the right thing (Gabriel Schulhof)
642 * Connection errors are now reported in mini-dialogs inside the buddy
643 list, rather than as buttons in the buddy list and with dialog
644 boxes. If several accounts are disabled when you sign on elsewhere,
645 you can now re-enable them all with a single click.
646 * Added tooltips to the Room List window to show full topics
647 * Added buttons in preferences to access GNOME network and browser
648 preferences configuration dialogs when running under GNOME
649 * If you alias a buddy to an alias that is already present within
650 a particular group, we now offer to merge the buddies into the
652 * A music emblem is now displayed in the buddy list for a buddy if we
653 know she is listening to some soothing music.
654 * Added a 'Move to' menu in buddy list context menu for moving buddies
655 to other groups as an alternative to dragging.
656 * Group headings are now marked via an underline instead of a
657 different color background.
658 * It is now possible to mark a chat on your buddy list as "Persistent"
659 so you do not leave the chat when the window or tab is closed.
660 * The auto-join option for chats is now listed in the "Add Chat"
661 dialog along with the new persistence option.
662 * Closing an IM no longer immediately closes your conversation. It
663 will now remain active for a short time so that if the conversation
664 resumes, the history will be retained. A preference has been added
665 to toggle this behavior.
666 * The "Smiley" menu has been moved to the top-level of the toolbar.
667 * Pidgin's display is now saved with the command line for session
668 restoration. (David Mohr)
669 * ICQ Birthday notifications are shown as buddy list emblems.
670 * Plugin actions are now available from the docklet context menu
671 in addition to the Tool menu of the buddy list.
672 * The manual page has been heavily rewritten to bring it in line
673 with current functionality.
676 * If a plugin says it can't be unloaded, we now display an error and
677 remove the plugin from the list of saved plugins so it won't load
678 at the next startup. Previously, we were ignoring this case, which
679 could lead to crashes.
680 * It's possible to bind key-strokes to specific menuitems in the windows.
681 Read the 'Menus' section in the man-page for details.
682 * 'transpose-chars' operation for the entry boxes. The default key-binding
684 * 'yank' operation for the entry boxes. The default binding is ctrl+y.
686 version 2.2.2 (10/23/2007):
687 http://developer.pidgin.im/query?status=closed&milestone=2.2.2
688 NOTE: Due to the way this release was made, it is possible that
689 bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
690 until the next release.
692 * Various bug and memory leak fixes
693 * Look for a default prefs.xml in the CSIDL_COMMON_APPDATA directory
694 (e.g. c:\Documents and Settings\All Users\
695 Application Data\purple\prefs.xml) on Windows, similarly to
696 how this is done on other platforms.
698 version 2.2.1 (09/29/2007):
699 http://developer.pidgin.im/query?status=closed&milestone=2.2.1
700 NOTE: Due to the backporting that happened for the actual
701 release, it is possible bugs marked as fixed in 2.2.1
702 will not be fixed until 2.2.2.
705 * A few build issues on Solaris were fixed.
706 * Cancelling the password prompt for an account will no longer leave
707 it in an ambiguous state. (It will be disabled.)
708 * Fixed an erroneous size display for MSN file transfers. (galt)
709 * Fixed multiple memory leaks, particularly in XMPP and MySpace
711 * Fixed remembering proxy preferences and status scores
712 * Gmail notifications are better tracked
715 * Fixed keyboard tab reordering to move tabs one step instead of two.
716 * You should no longer lose proxy settings when Pidgin is restarted.
717 * Fixed detection of X11 when compiling
720 * Pressing 'Insert' in the buddylist will bring up the 'Add Buddy'
723 version 2.2.0 (09/13/2007):
724 http://developer.pidgin.im/query?status=closed&milestone=2.2.0
727 * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of
729 * XMPP enhancements. See
730 http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas
731 Monitzer, Google Summer of Code for Adium)
732 * Certificate management. libpurple will validate certificates on
733 SSL-encrypted protocols (William Ehlhardt, Google Summer of Code)
734 * Some adjustments were made to fix sending messages when using
735 the MSN HTTP method. (Laszlo Pandy)
736 * Yahoo! Chat is fixed.
737 * Some AIM file transfer issues between Pidgin and other clients
738 have been fixed. (Kyryll A Mirnenko)
739 * Properly restore idle status and time for AIM and ICQ accounts
740 when they reconnect after being disconnected.
743 * Insert Horizontal Rules and Strikethrough text from toolbar.
744 * Option to show protocol icons in the buddy list, from the
745 Buddies > Show menu. (Justin Heiner)
746 * Ability to build with native, non-X11 GTK+ on OSX. (Anders
748 * Remember the 'Enable Sounds' setting for a conversation.
749 * Right-clicking the empty space in the formatting toolbar
750 allows you to toggle back to the old "ungrouped" version.
751 * Protocols supporting account registration via Pidgin now show
752 a descriptive checkbox instead of a vague "Register" button.
753 * Fixed a bug where a tab would be shown on single conversations
754 when tabs were disabled.
757 * Per-conversation mute and logging options (accessible from the menu).
759 version 2.1.1 (08/20/2007):
761 * Added an account action to open your inbox in the yahoo prpl.
762 * Added support for Unicode status messages in Yahoo.
763 * Server-stored aliases for Yahoo. (John Moody)
764 * Fixed support for Yahoo! doodling.
765 * Limited support for MSN Messenger contacts
768 * Bonjour plugin uses native Avahi instead of Howl
769 * Bonjour plugin supports Buddy Icons
772 * Only report conversation close when 'send typing notifications'
773 preference is turned on (Bob Rossi)
776 * Show current outgoing conversation formatting on the font label on
778 * Slim new redesign of conversation tabs to maximize number of
779 conversations that can fit in a window
780 * Tab bar is not visible when only one conversation is open. You can
781 drag and drop conversations from the infopane.
782 * Moved "Reset Formatting" toolbar button to Font menu.
783 * Double click on the infopane to alias buddies and set topics
788 * Sound support (Eric Polino)
790 version 2.1.0 (07/28/2007):
792 * Core changes to allow UIs to use second-granularity for scheduling.
793 Pidgin and Finch, which use the glib event loop, were changed to use
794 g_timeout_add_seconds() on glib >= 2.14 when possible. This allows
795 glib to better group our longer timers to increase power efficiency.
796 (Arjan van de Ven with Intel Corporation)
797 * No longer linkifies screennames containing @ signs in join/part
798 notifications in chats
799 * With the HTML logger, images in conversations are now saved.
800 NOTE: Saved images are not yet displayed when loading logs.
801 * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)
804 * Ensure only one copy of Pidgin is running with a given configuration
805 directory. The net effect of this is that trying to start Pidgin a
806 second time will raise the buddy list. (Gabriel Schulhof)
807 * Undo capability in the conversation window
808 * The formatting toolbar has been reorganized to be more concise.
809 * A new status area has been added to the top of conversations to
810 provide additional detail about the buddy, including buddy icon,
811 protocol and status message.
812 * Show idle times in the buddy list as days, hours, seconds
815 * There's support for workspaces now (details in the manpage)
816 * There's a new custom window manager, Irssi
817 * Some improvements for tab-completion, tooltip and the password entries
818 * Some bugs regarding search results fixed
819 * A new DBus-script to create a docklet for finch
820 * Support for showing empty groups in the buddy list (Eric Polino)
822 version 2.0.2 (06/14/2007):
824 * Added a custom conversation font option to preferences
825 * Fixed smiley ordering in the insert smiley popup to be more intuitive
826 * Conversation->More menu items work for Chats as well as Buddies,
827 including those not on your buddy list
828 * newline plugin should work better with conversation colors plugin now
829 * Get Info on users now provides immediate feedback that something is
831 * Aliasing a buddy will not be interrupted by other buddy list activity
832 * Using the -l option to log in to a specific account works better
835 * Moving an ICQ buddy from one group to another no longer
836 re-requests authorization from that person (Rene Hausleitner)
837 * Added nullprpl, an example protocol plugin (Ryan Barrett)
838 * Fixed SOCKS5 bug which caused Jabber file receiving to fail
839 * Remove MSN's random "Authorization Failed" dialogs
840 * Fix MSN to correctly detect incorrect passwords and disable the account
841 * Get User Info on MSN is now more reliable & accurate
842 * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen)
843 * Fix for some QQ authentication problems
844 * Fix for building on FreeBSD
845 * Prevent "Logged in:" times for AIM buddies being ridiculously high
846 * Updates and fixes to Bonjour support
847 * Improve ICQ encoding support for some non-latin languages
850 * Auto account reconnecting
852 version 2.0.1 (05/24/2007):
853 * Buddy list update speedups when buddy icons are not being
854 displayed. (Scott Wolchok)
855 * Fix icons on docklet change status menu to match the status selector
856 * Custom smileys on MSN can be saved by right-clicking on them
857 * Fix a crash deleting a buddy that is in the Buddy List more than once
858 * Compile fixes for Solaris
859 * Fix GTalk formatting when there's a space before/after a */_
860 * Fix Log viewer crash when the filename is not in the expected format
861 * Get User Info now provides immediate feedback, and is updated when the
862 user information is available
863 * Make the choose buddy icon dialog correctly list the current directory
864 * Fix for buddy icons disappearing
865 * Timestamps are always on in debug output (-d) and Debug Window now
866 * Don't escape html entities in Yahoo! system messages
867 * Fix for the choose buddy icon dialog resizing strangely as files are selected
868 * Receives notifications when XMPP buddies send "leaving chat"
870 * Fix the typing animation so it doesn't stop animating once a conversation
871 has gone from typing -> not typing -> typing
872 * Fix error messages when joing XMPP chats
873 * Identify the account when warning about plaintext auth over an
875 * Fix XMPP SASL authentication error when using Cyrus and a connect server
876 * Fix changing tab locations to update properly
877 * Turning off "Show formatting on incoming messages" now ignores
878 formatting in <span> tags too
879 * File transfer progress for transfers on MSN is now correctly displayed
880 * You can set/change alias of buddies/chats by double-clicking on the
881 conversation tabs (Ma Xuan)
882 * Fix IRC connection bug with dircproxy (xjoe)
883 * Ctrl+[shift]+tab focuses the next most active tab (William Thompson)
884 * Fix Open Hotmail Inbox for MSN to work more reliably
885 * Add a Google Talk item to the protocol list, to help users who think
886 we don't support Google Talk. The item acts just like "XMPP".
887 * Remember if the X server supports XScreenSaver, to avoid waking it
888 every 5 seconds. (Arjan van de Ven with Intel Corporation)
889 * Change our idle checking to poll only as necessary and raise the
890 unidle timeout from 5 seconds to 60 when using XScreenSaver. This
891 and the XScreenSaver change will reduce Pidgin's effect on power
892 consumption when running with NO_HZ. (Arjan van de Ven with Intel
894 * Conversation -> Save As will now use aliases.
895 * ALSA added as a possible sound method
896 * Google Talk accounts will not import buddies from your Gmail address
900 * Userlist in chat windows, which can be turned on or off using
902 * Menus in the conversation windows
903 * Improved tab completion support
904 * Ctrl+c prompts with a dialog before exiting
905 * Filter string in the debug window
906 * Notify when you leave a chat
907 * Work around an ncurses bug which appears when half of a multi-cell
908 character is covered by an upper-level window
909 * New plugins are shown in bold text in the plugin dialog
910 * Nicer HTML screendumps
912 version 2.0.0 (5/3/2007):
913 * The project has new names - libpurple for the core, Pidgin for the
914 GTK+ UI and Finch for the ncurses based console UI (AOL LLC)
917 * With the Core/UI split complete, it is now possible to build
918 libpurple without any UIs, creating a library upon which other
919 UIs may be constructed
920 * A new ncurses-based console UI called Finch is now available
921 (Sadrul Habib Chowdhury, Google Summer of Code)
922 * Reorganized the source tree to split apart the code for the UI
923 changes and libpurple targets
924 * libxml2 is now required. We switched from gmarkup to libxml2 for
925 more correct XML parsing.
928 * The code dealing with buddy and account status, away messages,
929 away states, online/offline, etc has been completely rewritten.
930 Huge thanks to Christian Hammond, Dave West, Daniel Atallah and
931 Sadrul Habib Chowdhury.
932 * Your status can now be set from inside the buddy list using the
933 selector at the bottom of the window.
934 * To see messages when a buddy signs on or off, goes away, or
935 becomes idle, load the "Buddy State Notification" plugin
938 * Performance when manipulating and displaying the buddy list has
939 been significantly improved (Aaron Sheldon, Google Summer of Code)
940 * Buddy icons are now shown in tooltips (Felipe Contreras)
941 * Tooltips now contain additional information about a "Person" that
942 contains multiple online buddies
943 * Added a "Last Seen" field to buddy tooltips
944 * Contacts will auto-expand when buddies are dragged around
945 * If Pidgin is exited with the buddy list hidden in the docklet, it
946 will remain hidden when Pidgin is started again (Scott Shedden)
947 * Improved buddy list searching with CTRL+F
948 * Ability to set a buddy icon for all of your accounts at once via
949 the buddy list (You can still set per-account icons via the
951 * The space wasted by the group expanders has been eliminated and
952 the expander setting in .gtkrc-2.0 is no longer needed
953 * Authorization requests don't popup new dialogs anymore. They are
954 displayed at the bottom of the buddy list instead.
955 * New mail notifications don't popup new dialogs anymore. They are
956 displayed at the top of the buddy list instead.
958 Conversations and Chats:
959 * Timestamps honor the locale. To use the traditional style,
960 enable the "Message Timestamp Formats" plugin. The plugin
961 also provides options to show dates in timestamps.
962 * Messages from buddies in the same "Person" will automatically
963 use the same conversation window.
964 * The "Send As" menu has been replaced with a more appropriate
965 "Send To" menu based on "Persons" on your buddy list
966 * Message formatting persists between messages (Igor Belyi)
967 * Full message background colors are now supported
968 * Smooth scrolling when receiving a new message
969 * Screenname colors in chats now chosen intelligently
970 * Conversation buffer scrollback limited to avoid large memory
971 usage in active conversations
972 * Control-Shift-Tab will reverse cycle through the conversation tabs
974 * Many problems related to having an IM conversation and a chat open
975 with the same name are fixed (Andrew Hart)
976 * Warning dialog when closing a window with unread IM messages
977 * In chats right-click on names in the conversation window to
978 IM/Send File/Get info/ignore the user
979 * Added tab management options to the tab right-click menu (Sadrul
981 * Brand new message queueing system. Sounds are played when a
982 message is queued rather than when the message is dequeued
984 * Ability to find the last message from a user in a chat (Levi Bard
985 and Sadrul Habib Chowdhury)
986 * Formatting is preserved across messages
987 (There are known issues with pasting formatted text. Either use
988 "Paste as Plain Text", hit Ctrl-R after pasting, or use the Clear
989 Formatting button on the toolbar.)
990 * Performance while joining large chat rooms has been significantly
991 improved (Aaron Sheldon, Google Summer of Code)
992 * Bi-Directional text support improvements for GtkIMHtml (Shlomi Loubaton)
995 * Beautiful new default sounds (Brad Turcotte)
996 * Use GStreamer for playing sounds, instead of libao
997 * A volume control in the preferences (Casey Harkins)
1000 * Log viewer aggregates logs from the same "Person"
1001 * When opening the log viewer, show the most recent log by default
1003 * Logs are now saved with the current timezone, which is displayed
1005 * Text logs are linkified, so URLs are clickable
1006 * The old logger now caches file offsets, so opening the log viewer
1007 for buddies with old logs should be much faster now if you have large
1008 log files (except the first time for a log, when the cache is built)
1011 * Plugins are now accessed through a separate dialog from the Tools
1012 menu of the Buddy List
1013 * Newly installed plugins can now be activated without restarting
1014 Pidgin (Sadrul Habib Chowdhury)
1015 * Overhauled the system tray/docklet plugin (Casey Harkins)
1016 * Text Replacement Plugin rewritten, works in real time and far more
1017 intuitively (Benjamin Kahn)
1018 * Entries in the text replacement plugin are now sorted
1020 * The text replacement plugin allows non-whole-word replacement rules
1022 * The text replacement plugin offers both case sensitive matching and
1023 automatic case handling
1024 * I'dle Ma'ker plugin now has an easier method to unidle accounts, a
1025 way to idle all accounts at once, and a way to unidle all accounts
1026 idled via the plugin (John Bailey, Sadrul Habib Chowdhury)
1027 * The Evolution Integration plugin now supports Groupwise contacts
1028 * Mono plugin loader (Eoin Coffey)
1029 * Perl plugin loader has been rewritten (John Kelm, Google Summer
1031 * New music messaging plugin (Christian Muise, Google Summer of Code)
1032 * gaim-remote has been superceded by new DBUS bindings within libpurple
1033 (Piotr Zielinski, Google Summer of Code)
1034 * The purple-url-handler program has been added to provide a way to
1035 automatically launch IM links via Pidgin or Finch.
1036 * The functionality of the auto-reconnect plugin has been
1037 moved into the core, and the plugin itself has been removed.
1038 * 'Highlight when nick said' option added to Message Notification
1040 * The system tray icon is now properly transparent (Dan Winship)
1041 * New Log Reader plugin that can read and display logs from Adium,
1042 MSN Messenger, and Trillian in the log viewer
1043 * New Contact Availability plugin that attempts to predict the
1044 times when people in your buddylist will most likely respond
1045 to you, based on times in the past when they have responded
1046 (Geoffrey Foster, Google Summer of Code)
1047 * A few new plugins: Autoaccept, Autoreply, Buddy Notes, New Line,
1048 Offline Message Emulation, Conversation Colors and Markerline
1051 * Custom smiley receiving support (Irving Cordova & Francesco Fracassi)
1052 * Added support for sending (with the /nudge command) and receiving
1053 "nudges" (Julien Cegarra, Martin Bayard)
1054 * Added an account action to open your Hotmail inbox from MSN
1055 * Bi-directional text is correctly handled now (Shlomi Loubaton)
1058 * Stealth Settings have been implemented
1059 * Doodle is now supported (Andrew Dieffenbach, Google Summer of Code)
1060 * Buddies' requests to add you to their lists now prompt for
1062 * Account option to ignore chat and conference invitations (Peter
1064 * Added a /list command to bring up the room list (Peter Lawler)
1067 * ICQ file transfer support with newer ICQ clients (Jonathan Clark,
1068 Google Summer of Code)
1069 * Many overall improvements to AIM and ICQ file transfers (Jonathan
1070 Clark, Google Summer of Code)
1071 * Support for pausing and resuming AIM and ICQ file transfers
1073 * Ability to set ICQ "require authorization" and "web aware"
1074 setting (Ettore Simone)
1075 * ICQ encoding fix for offline buddies (Ilya Konstantinov)
1078 * SSL support for IRC connections (Daniel Atallah)
1079 * Show an error message when temporarily unable to join an IRC
1080 channel or change your nick
1081 * Added /nickserv, /memoserv, /chanserv and /operserv
1082 commands (Joao Luís Marques Pinto)
1083 * Added CTCP VERSION via /version (Andrej Krivulčík)
1084 * Added /whowas command (achris)
1087 * Support for SRV lookups
1088 * Support for buddy icons
1089 * Jabber User Directory searching
1092 * Whiteboard support (Pekka Riikonen)
1093 * Sending/receiving images in IMs (Pekka Riikonen)
1094 * Cipher and HMAC selection support (Pekka Riikonen)
1095 * Buddy Icon support (Pekka Riikonen)
1097 Other Protocol Changes:
1098 * Bonjour (Rendezvous) protocol support (Juanjo Molinero Horno, Google
1100 * Updated Gadu-Gadu protocol support (Bartosz Oler, Google Summer of
1101 Code). This requires the libgadu library. See
1102 http://pidgin.im/faq.php#libgadu for more information.
1103 * SIP/SIMPLE support (Thomas Butter, Google Summer of Code)
1104 * Sametime protocol support
1105 Requires the meanwhile library: http://meanwhile.sourceforge.net
1106 * QQ protocol support (Mark Huetsch, Google Summer of Code, and the
1107 developers of the OpenQ project)
1108 * Removed the Napster and TOC protocols plugins
1110 Other Noteworthy Changes:
1111 * NAT traversal support via UPnP (Adam J. Warrington, Google Summer of
1113 * NAT traversal support via NAT-PMP (Evan Schoenberg and R. Tyler Ballance)
1114 * The modify account dialog now contains two tabs, which should display
1115 better at lower resolutions (Sadrul Habib Chowdhury)
1116 * New "find buddy" results dialog (Alex Converse)
1117 * People using input methods can now use Enter again
1118 * Mouse-over hyperlink coloring is now themeable
1119 * Buddy Pounces now have a proper management window. (Kevin Stange)
1120 * Buddy icons maintain aspect ratio when resized
1121 * The last used directory is remembered for opening or saving files and
1123 * Add an SVG version of our desktop icon, pidgin.svg (John Oyler)
1124 * If a given protocol doesn't support privacy, we now handle blocking
1125 in the core. (Jean-Yves Lefort)
1126 * Smiley themes can now include spaces in the smiley definitions.
1127 The spaces (and now backslashes) must be backslash-escaped.
1128 (Sadrul Habib Chowdhury)
1129 * New e-mail notices are now grouped into one dialog.
1130 (Sadrul Habib Chowdhury, Chris Stafford)
1131 * "Open" in the File Transfer window integrates with GNOME, KDE, and
1132 Windows and falls back to the browser in other environments.
1133 * On Mac OS X, the keyboard/mouse idle time pref now uses system idle
1134 time instead of X11 idle time (Michael Culbertson)
1135 * Autocomplete in the buddy pounce dialog (Sadrul Habib Chowdhury)
1136 * Non-blocking socket I/O is used in most protocol plugins
1137 * All-new icons all over the place (Hylke Bons)
1140 * Preferences have been substantially reorganized and cleaned up
1141 * Smiley theme descriptions are now shown correctly for the highlighted
1142 smiley theme (Levi Bard)
1143 * All Buddy List preferences have been moved to the Buddies menu of
1144 the buddy list window.
1145 * Proxy settings will be taken from Gnome if it is running. These may
1146 still be overridden on a per-account basis.
1147 * Removed "Dim idle buddies;" behavior is now always enabled
1148 * Removed keyboard shortcut preferences for ctrl-B/I/U; enabled by
1149 default, but won't interfere with bindings set by the GTK theme
1150 * Removed keyboard shortcuts preferences for ctrl-# to insert a smiley;
1151 behavior removed from Pidgin
1152 * Removed "Enter" vs. "Ctrl-Enter" to send; "Enter" sends by default,
1153 but it is now possible to change this binding in your GTK theme
1154 * Removed "Show multi-colored screennames in chats;" behavior is now
1155 always enabled and screenname colors automatically adjust themselves
1156 to compensate for background color.
1157 * Removed "Raise Buddy List Window on Events" and the related behavior
1158 * Removed "Display remote nicknames if no alias is set"
1159 * Removed "Show idle times" and "Show warning levels" on the buddy
1160 list; behavior is now always enabled
1161 * Removed "Auto-expand contacts;" contacts expand only when dragging
1162 buddies around the buddy list
1163 * Removed conversation and buddy list buttons and related preferences
1164 * Removed "Raise conversation window" preferences; moved feature to
1166 * Removed "Show alias in tabs/titles;" behavior is now always enabled
1167 * Removed "Show formatting toolbars;" the setting in conversations'
1168 "Options" menu now affects the global preference
1169 * Removed "Show timestamps;" behavior is now enabled, but is overridden
1170 by the timestamp plugin
1171 * Removed all protocol options pages
1172 * Removed "Escape closes windows;" default key binding is now Ctrl-W
1173 * Removed "Log when buddies sign on/sign off/become idle/become
1174 un-idle/go away/come back" and "Log your own actions;" all of these
1175 will be logged when the system log is enabled
1176 * Removed the separate ignore formatting preferences; behavior has been
1177 consolidated into a single preference
1179 version 1.5.0 (8/11/2005):
1180 * Ability to set IRC quit message (Lalo Martins)
1181 * OSCAR file transfers now work for 2 users behind the same NAT
1183 * Yahoo! buddy requests to add you to their buddy list now prompt for
1185 * Added a /clear command for conversations/chats
1186 * Fixed ICQ encoding for messages with offline ICQ users
1187 (Ilya Konstantinov, SF Bug #1179452)
1188 * Default Yahoo! chat roomlist locale to 'us'
1190 version 1.4.0 (7/7/2005):
1191 * Fix system log start times for some protocols
1192 * SILC compiles with newer SILC toolkit versions (Pekka Riikonen)
1193 * Fixed a bug where buddy icon cache files were left in the icon
1194 cache directory after they were no longer in use.
1195 * Attempt to detect the file type of a buddy icon when saving.
1196 * Additional Yahoo! boot protection (Peter Lawler)
1197 * A few Yahoo! memory leaks plugged (Peter Lawler)
1198 * Fixed handling of the new Yahoo! profile page. (Joshua Honeycutt,
1200 * Fixed localized Yahoo! room lists. Please refer to the Yahoo!
1201 section of the Gaim FAQ for details. (Peter Lawler)
1202 * Enabled sending files to ICQ users using ICQ 5.02 and newer
1205 version 1.3.1 (6/9/2005):
1206 * The file transfer details section now also displays the full path to
1207 the local file sent/received.
1208 * Yahoo! has the following new "/" commands: /join, /buzz
1209 * Fix Yahoo! privacy bug
1210 * Fix Jabber Get Info crash on busted servers
1211 * Updated our gaim.desktop file, thanks to all our terrific translators
1212 for sending in translations of the changes
1213 * Improvements to how Gaim handles new message notification
1214 * Fix Jabber registration on XMPP servers (including jabber.org)
1216 version 1.3.0 (5/10/2005):
1217 * Removed parts of the font selection dialog that were not respected
1218 * Fix being invited to a multi user chat on MSN
1219 * Multiple SILC accounts should work now (Pekka Riikonen)
1220 * Fix times on jabber chat backlogs
1221 * Fix gevolution plugin to compile with e-d-s 1.0 or 1.2
1222 * Fix gevolution plugin to remember buddy name when someone added you
1223 and you then add them
1224 * Formatting in jabber chats works
1225 * Fix to prevent MSN disconnecting if you change status while connecting
1226 * Fixes for two remotely exploitable crash bugs. See
1227 http://gaim.sourceforge.net/security/ for more information.
1228 * Change to correctly handle adding jabber buddies on ejabberd servers
1230 version 1.2.1 (4/3/2005):
1231 * URL escaping now works with UTF-8 text. This may break some old log
1233 * Revert to XOR auth for ICQ as the md5 is not fully functional
1234 * Fix bug with going away while in a jabber chat
1235 * MSN bug fixes (Felipe Contreras)
1236 * Escape things properly in IRC
1237 * Docklet fixes: fix the "1 pixel-wide icon" bug, fix problems with Gaim
1238 crashing when the tray manager dies, and work correctly with multi-headed
1239 displays where the tray isn't on the primary screen (Robert McQueen)
1241 version 1.2.0 (3/17/2005):
1242 * Yahoo file receiving and buddy icon receiving work again.
1243 * Limit animated buddy icon frame rates to 10 frames per second
1245 * Fix a bug where portions of your account configuration would
1246 fail to be read correctly if you set a proxy user name or
1247 password containing invalid XML characters such as < and >
1249 * Yahoo! privacy improvements (Bleeter)
1250 * Fix receiving Jabber formatting (broken in 1.1.3)
1252 version 1.1.4 (2/24/2005):
1253 * Fixed a bug where Yahoo! would lose messages (and any other packet
1255 * Correctly show the time when incoming Gadu-Gadu messages were sent
1256 (Carl-Daniel Hailfinger)
1257 * Fixed crashes with glib 2.6
1258 * Fixed MSN crash when conversations time out after the conversation
1260 * Fixed an html parsing bug, CAN-2005-0208
1262 version 1.1.3 (2/17/2005):
1263 * CHAP authentication support for SOCKS5 proxies (Malcolm Smith)
1264 * ICQ offline messages are sent using your specified character
1265 set instead of Unicode (Magnus Hult)
1266 * MSN HTTP method works with proxies using authentication (Bastien Durel)
1267 * Really fix the bug where buddies show as logged in for 49 thousand days
1268 * Buddy pounces containing '&' are saved correctly
1269 * Improved MSN error handling when the servers are unavailable
1270 * More MSN bug fixes
1272 * Fix "Find" in the log viewer so that it finds in all logs
1273 * Smileys not appearing at the end of lines has been fixed
1274 * Closing conversation windows no longer cancels active file transfers on
1275 MSN (Felipe Contreras)
1277 version 1.1.2 (1/20/2005):
1278 * MSN 'HTTP Method' fixed (Felipe Contreras)
1279 * Better handling of MSN's Individuals group and buddy status updates
1281 * Fix a crash inviting MSN user to a chat when they're already there
1282 * AIM SecurID login support
1283 * Fix configuration of Jabber chat rooms on some servers
1284 * More MSN bug fixes (Felipe Contreras)
1285 * Fix queue messages to Docklet when not globally away (Robert McQueen)
1287 * The Autopackage now builds both the mozilla-nss and the gnutls
1288 ssl plugins, and requires at least one of those libraries.
1290 version 1.1.1 (12/28/2004):
1291 * Allow SILC authentication via public key if your key is password
1292 protected (Michele Baldessari)
1293 * More MSN bug fixes (Felipe Contreras)
1294 * Drag-and-drop to conversation window file transfers work again
1295 * Disable the delete button on pounces that aren't saved yet anyway
1298 version 1.1.0 (12/02/2004):
1300 * Binary relocable. Gaim will find its files even if it's installed
1301 in a location other than the --prefix it was ./configured with.
1302 Pass --disable-binreloc to ./configure to disable.
1303 * IRC now has fallback encodings, and tries harder to display
1304 something useful during an encoding error.
1305 * New MSN protocol icon (Felipe Contreras)
1308 * Fix some leaks (Miah Gregory, Felipe Contreras)
1309 * Fix crashes when removing buddies in certain situations (Andrew Hart)
1310 * Eliminate MSN switchboard errors (Felipe Contreras)
1311 * Fix MSN buddy icon synchronization (Felipe Contreras)
1312 * Correctly display file transfer dialogs for filenames containing &, < or >
1313 * Correctly display MSN authorization dialogs for friendly names containing
1315 * Properly align the right-click docklet menu with the docklet icon in
1317 * Fix a crash if the MSN buddy list is not available
1318 * Fix a bug in the request api (Gary Kramlich)
1320 version 1.0.3 (11/11/2004):
1322 * Jabber authentication fixes (Michael Plump)
1323 * Yahoo buddy idle reporting is more accurate (Evan Schoenberg)
1324 * "Allow All" privacy setting works on Yahoo (Peter Lawler)
1325 * Fix a crash when dragging a buddy to the conversation entry area
1326 * Fix a crash removing chats from the buddy list
1327 * Correctly display buddy pounces for aliases with &, < or > in them
1328 * Correctly follow the per-conversation logging option
1330 version 1.0.2 (10/19/2004):
1332 * MSN file transfers work on big endian machines (Jean-Francois Roy and
1334 * Fixed the MSN signon crash with Miranda users in the buddy list
1335 * Fixed sending messages to MSN Web Messenger users (Damien Ayers)
1336 * Fixed some memory leaks in the MSN plugin (Evan Schoenberg)
1337 * Fixed a crash viewing certain MSN user profiles (Evan Schoenberg)
1338 * Fixed a crash sending a file on MSN when the file is unreadable
1339 * Fixed a crash deleting accounts (Andrew Hart)
1340 * Fixed a crash inviting to chats (Andrew Hart)
1341 * Fixed a bug in Yahoo privacy handling (Peter Lawler)
1342 * Fixed a crash trying to join a chat from the docklet when not signed in
1343 to a chat-capable account (Daniel Atallah)
1345 version 1.0.1 (10/07/2004):
1347 * Use the GNOME default browser when opening links if you're running GNOME
1349 * Added support for multiple addressbooks in the gevolution plugin
1353 * Send-As menu duplicates less work (Dave West)
1354 * Can now see your own MSN buddy icon (Felipe Contreras)
1355 * Jabber roomlist fetches work again
1356 * Close buttons on tabs in existing conversations correctly reflect the
1357 "show close buttons on tabs" preference (Nathan Fredrickson)
1358 * Fix to make the get_signon(buddy) perl plugin function work (Gregory C.
1360 * Fixed crashes when reloading the gevolution plugin (Henry Jen)
1361 * Fixed some memory leaks in the gevolution plugin.
1362 * Wrap at character boundaries if there is not enough space for a full word
1363 * 64 bit compile warning fixes
1365 version 1.0.0 (09/17/2004):
1367 * Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson)
1368 * Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson)
1369 * View Chat log available from the interface (Daniel Atallah)
1370 * Ability to receive offline messages in character encodings
1371 other than ASCII (thanks to Nick Sukharev)
1372 * File transfer status messages printed to conversation
1374 * Display file transfer messages when someone sends you a file
1375 over AIM (Dave West)
1376 * Handle MSN buddy lists more sanely (Felipe Contreras)
1377 * Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai)
1380 * Work around window manager stupidity with new dialog windows (Dave West)
1381 * Compile with gtk 2.5.x (Gary Kramlich)
1382 * Escape invalid characters in log names (Daniel Atallah)
1383 * Fix for clicking add in an msn chat with 2 or more people in your buddy
1384 list (Daniel Atallah)
1386 version 0.82.1 (08/27/2004):
1388 * Fix a crash when changing the preference for how to display buttons
1389 on conversation windows
1390 * Remove a stray printf() when beginning new conversations and logging
1393 version 0.82 (08/26/2004):
1395 * Ability to set available messages for AIM
1396 (Tools->Account Actions->Set Available Message...)
1397 * Ability to specify a custom character set for messages sent to ICQ
1398 users and messages received from ICQ users
1399 * Ability to edit your current away message (Rhett Robinson)
1400 * Topics in the conversation window (not the topic field at the
1401 top) with URLs will now appear as links (Stu Tomlinson)
1402 * File transfers appear in the file transfer window when they
1403 are initiated rather than when they begin transferring (Dave West)
1404 * Instead of toggling slash commands on/off, you can now toggle
1405 passing through unknown slash commands on/off.
1408 * Joining a Jabber chat no longer causes a crash (Stu Tomlinson)
1409 * Selecting a buddy icon for a brand new account no longer
1411 * Better file transfer error messages (Dave West)
1412 * Remotely canceled file transfers in MSN are now noticed, so that we
1413 don't accidentally cancel the file transfer and crash Gaim
1415 * Protocols that don't support joining chat rooms by name no longer
1416 allow chat rooms to be added to the buddy list (Felipe Contreras)
1417 * Delayed messages and system messages no longer cause
1418 sound events to be triggered (Nathan Fredrickson)
1419 * The chat invite button has a correct label (Stu Tomlinson)
1420 * The system log should leak fewer file descriptors (Ka-Hing Cheung)
1421 * Buddy list tooltips display in more appropriate positions when
1422 using multiple monitors (Dave West)
1423 * Better parsing of URLs containing special characters
1424 * All users are shown when joining a Yahoo! conference (Bleeter Yaluser)
1425 * You now leave all Yahoo! conferences when you log out of Yahoo!
1426 * Buddy Icon updating bug fixed (Felipe Contreras)
1428 version 0.81 (08/05/2004):
1430 * The autorecon plugin will somewhat remember state information(Yosef
1432 * Visual display of ops/voice/halfops/so on in Chats (Stu Tomlinson)
1433 * Tab completion of slash commands in Chats (Stu Tomlinson)
1434 * gaim-remote can now manipulate status (István Váradi)
1435 * The text messages of Yahoo Audibles are now displayed, although
1436 the audio and graphics are not.
1437 * Yahoo! away messages can be 255 characters long now
1440 * Gadu-Gadu should connect again (Andrew Wellington)
1441 * Novell fixes (Mike Stoddard of Novell):
1442 * Fixed reconnect crash
1443 * Fixed duplicate root folder bug
1444 * Fixed bug with folder ordering (on a first time login
1445 folders were being added in reverse order).
1446 * Use ISO date format for the system log (Eduardo Pérez)
1447 * Long buddy lists with irc should cause flooding disconnects less
1449 * Better smiley substitution
1450 * Fix a crash related to auto-expanding contacts at the bottom of
1452 * Fix a crash on Solaris when changing or viewing information for
1453 your AIM account (Format Screen Name, Change Email Address, etc.)
1454 * HTML in OSCAR buddy comments is now escaped (and not rendered)
1455 * Fix a crash when dragging a screen name to a conversation window
1456 for that screen name
1457 * User-requested new conversation windows are now always given focus
1458 * Pasting HTML into Gaim from certain sources no longer results in
1459 the spaces between some words being removed
1460 * The alias of a contact is now displayed in more places when the
1461 alias of a buddy is not set
1462 * .gaimrc is no longer imported
1463 * Prevent a crash if you sign off and try to dequeue messages from
1464 the away dialog (Kevin Stange)
1465 * Prevent a possible crash if gaim_gtkconv_write_conv is called
1466 with who as NULL (Kevin Stange)
1467 * Prevent (null) or an empty string from being logged as the sender's
1468 name if the sender no longer has an alias because the account is
1469 signed off (Kevin Stange)
1470 * The auto-reconnect plugin will no longer attempt to reconnect an
1471 MSN account if you were disconnected because you signed on from
1472 another location (Stu Tomlinson)
1473 * On Solaris, chatting in IRC using the UTF-8 charset no longer gives
1474 a "conversion failed" error for every message (Arvind Samptur)
1475 * ICQ offline messages should have the correct timestamp (Dave West)
1477 version 0.80 (07/15/2004):
1479 * Ability to send files from the conversation window (Daniel Atallah)
1480 * Drag a file into the buddy list or a conversation to send it to that
1482 * Yet more new commands and features for SILC (Stu Tomlinson)
1483 * Gaim uses the new file chooser when compiled for GTK+ 2.4
1485 * Support for the Epiphany web browser (Leonardo Serra)
1486 * Status messages in Gadu-Gadu (Andrew (proton) Wellington)
1487 * Parentheses are now displayed around the title and tabs of
1488 conversations from offline accounts or parted chats.
1489 * Zephyr typing notification (Arun A Tharuvai)
1490 * Account dialog's columns are resizable (Eduardo Pérez)
1493 * The firefox browser option now works with firefox 0.9
1494 * Buddy icons in conversations no longer depend on the
1496 * Fix for the bug where some buddies seemed logged in 4
1497 thousand some odd days (Alan Ford)
1499 version 0.79 (06/24/2004):
1501 * Display name changes are now shown in the conversation windows.
1503 * Get Info on Yahoo! now works for nonenglish profiles.
1505 * General "Get Info" improvements on Yahoo! and MSN (Ambrose Li)
1506 * Yahoo! Japan support. Click More Options and check Yahoo Japan
1507 in the account editor, to use your Yahoo! Japan account
1508 * Gtk themes can now theme the Gaim buddy list independently of
1509 other things (Stu Tomlinson)
1510 * Show timestamps now has a per-conversation option in addition
1511 to the global one, bringing it in line with the other conver-
1512 sation options (Stu Tomlinson)
1513 * Added MSN buddy icons (Felipe Contreras)
1514 * Added MSN file transfer (Felipe Contreras)
1515 * MSN's idle state now actually sets a buddy idle
1516 * Buddy pounce defaults are now more sane, and apply to the state the
1517 buddy is currently in. For example, if the buddy is idle, set
1518 "Return from idle" by default. The last action(s) used are the
1519 defaults for the next pounce
1520 * Yahoo buddy icon support
1521 * Selected buddy icons will automatically convert to the appropriate
1522 format for the protocol. (GTK 2.2 and higher only)
1523 * Dragging an image file into the Modify Account dialog will set that
1525 * Development headers for compiling third-party plugins are now
1526 installed. (Stu Tomlinson)
1527 * Headers for gaim-remote now reside in gaim/ instead of
1529 * Basic YCHT support, which allows joining Yahoo! Chats when
1530 logged in using the web messenger method
1533 * Fixed Yahoo! authentication problems. (Cerulean Studios)
1534 * Non-looping animated icons no longer cause Gaim to freeze
1535 * Flashing windows should work again for unix in window managers that
1536 support the URGENT hint (Etan Reisner)
1537 * Better handling of character sets in RTF for Novell (Mike Stoddard of
1539 * Contact list sync problems in Novell fixed (Mike Stoddard of Novell)
1540 * Fixed a crash in SILC that sometimes happened when resolving
1541 the buddy list (Pekka Riikonen)
1542 * Parallel compiles of the perl plugin should work better
1544 * The disconnected UI op was called twice on connection errors. Now
1545 it is only called once. (Evan Schoenberg)
1546 * Dragging into conversation windows works better
1547 * Protocol-specific settings for accounts were being removed whenever
1548 the account was modified. Now they're only removed when the protocol
1549 type changes, as it should be.
1550 * Zephyr bug fixes and memory leak plugs (Arun A Tharuvai)
1551 * Rewrite of MSN buddylist support, which fixed a known syncronization
1552 bug and some others (Felipe Contreras)
1554 version 0.78 (05/30/2004):
1556 * Support for the SILC protocol (http://www.silcnet.org/)
1558 * Option to suppress disconnect notification when using
1559 the autoreconnect plugin (Christopher (siege) O'Brien)
1560 * Added support for dragging buddies from the buddy list into the
1561 Add Buddy Pounce dialog
1562 * Pounce notification now includes time (Mike Lundy)
1563 * The history plugin now shows history for chats in addition to IMs
1564 * Menu item to view conversation logs (Tom Samstag)
1565 * Conversation and chat sizes automatically saved (Stu Tomlinson)
1566 * Added support for Novell privacy settings (Mike Stoddard of Novell)
1567 * Added ability to initiate multi-user conferences (chats) in Novell
1568 (Mike Stoddard of Novell)
1569 * Find and Save buttons on the debug window (Stu Tomlinson)
1570 * Plugin Actions menu (Christopher (siege) O'Brien)
1571 * Plugins can now add entries to the right-click menu of a group or chat
1572 (Stu Tomlinson and Christopher (siege) O'Brien)
1573 * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file
1576 * Compiles again with gcc 2.96 (Ignacio J. Elia)
1577 * Gtk2.0 compatibility fixes (Tim Ringenbach)
1578 * Many documentation updates (Jonathan Champ, Gary Kramlich,
1579 Stu Tomlinson, and Kevin Stange)
1580 * Yahoo works on 64 bit machines (Gary Kramlich)
1581 * Zephyr works on 64 bit machines (Arun A Tharuvai)
1582 * Novell 64bit fixes, better error messages, and buddy list sync fixes
1583 (Mike Stoddard of Novell)
1584 * Novell protocol works on big endian machines (Novell)
1585 * Massive rewrite of MSN support, which should fix a number of issues
1586 and make errors easier to interpret (Felipe Contreras)
1587 * Fixed a privacy-related bug in MSN that affected blocking/permitting,
1588 which was due to case-sensitive string comparisons (Gudmundur
1590 * Fixed an MSN HTTP method bug where MSN would queue data indefinitely.
1592 * All known MSN formatting bugs were fixed.
1593 * Overly long messages and paging cell phones in MSN no longer cause
1594 disconnects (Felipe Contreras)
1595 * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay
1597 * ALT-F works correctly in the System Log Viewer (Stu Tomlinson)
1598 * New tabs should scroll correctly again (Tim Ringenbach)
1599 * Dialogs opened from a conversation window are now closed when
1600 the conversation window is closed, preventing a crash (Kevin Stange)
1601 * Copy/paste encoding fixes (Joe Marcus Clarke)
1602 * IRC disconnect crash fix (Luciano Miguel Ferreira Rocha)
1603 * Ampersands in links should work correctly (Tim Ringenbach)
1604 * DirectIM and IM Image support for AIM are greatly improved
1606 * Gadu-Gadu updates (Andrew Wellington)
1607 * Print Gadu-Gadu messages to the debug window instead of the console
1608 * Updated and standardized blist signals (Gary Kramlich)
1609 * Made the recieve-*-msg signals match the sending ones (Stu Tomlinson)
1610 * The idle time for the buddy-idle and buddy-unidle signals should
1614 * Added "Conversation placement - By conversation count"
1615 * Added a "none" smiley theme to replace the "Show graphical
1617 * Replace default formatting preferences with a dialog to set a
1618 default formatting in a WYSIWYG manner.
1619 * Removed "Show logins in window," default to yes
1620 * Removed "Send URLs as links," default to yes (in protocols that
1622 * Removed "Show URLs as links," default to yes
1623 * Removed New window height & width and Entry field height for Chats &
1624 IMs, sizes are now saved automatically
1625 * Removed "Tab-complete nicks" default to yes
1626 * Removed "Old-style tab completion", no longer supported
1627 * Removed "Sending message removes away status", default to no
1628 * Removed "Show numbers in groups", default to yes
1629 * Removed "Icons on tabs", default to yes
1630 * Removed "Sounds when you log in", default to no
1631 * Removed "Seconds before resending autoresponse", default to 600
1633 * Removed "Send autoresponse in active conversations", default to no
1634 * Removed "Show people joining in window", default to yes
1635 * Removed "Show people leaving in window", default to yes
1637 version 0.77 (04/22/2004):
1639 * The System Log returns (Ka-Hing Cheung)
1640 * Added a conversation-drag-ended signal (Etan Reisner)
1641 * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras)
1642 * Added the -c option to specify location of the .gaim directory,
1643 removed the outdated -f option that no longer had any effect (Daniel
1645 * Novell GroupWise protocol support added (Novell)
1646 * WYSIWYG improvements (Tim Ringenbach)
1647 * WYSIWYG editing for user info (Jon Oberheide)
1648 * Rich-text copy and paste
1649 * Plugins can now add menu items to the buddy context menu
1650 (Christopher O'Brien)
1651 * Plugins can now add preferences (Gary Kramlich)
1652 * The TOC protocol is no longer built by default. The plugin is not
1653 being properly tested and is no longer officially supported.
1654 * Bumped up the plugin API version number, and added version numbers
1655 for loader plugins and protocol plugins. Authors will want to
1656 update their plugins, and possibly use GAIM_PLUGIN_API_VERSION,
1657 GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants.
1658 * Zephyr error reporting works (Arun A. Tharuvai)
1659 * Zephyr deals with non-utf8 characters (Arun A. Tharuvai)
1662 * Formatting in the Log viewer is fixed (Kevin Stange)
1663 * Save Conversation works again (Kevin Stange)
1664 * The Clear button in privacy works (Robert Mibus)
1665 * MSN error reporting works again (Stu Tomlinson)
1666 * MSN e-mail notifications should no longer cause Gaim to crash
1668 * Fixed an infinite loop bug that would sometimes cause MSN to lock
1669 up (Nickolai Zeldovich)
1670 * All away messages should now show up in tooltips
1671 * Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
1673 version 0.76 (04/01/2004):
1675 * WYSIWYG text input (with much help from Gary Kramlich and Kevin
1677 * Ability to be invisible on AIM
1678 * Chatroom list support (Tim Ringenbach)
1679 * Added auto-completion for screen names to the New Instant Message and
1680 Get User Info dialogs.
1681 * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech)
1682 * Vastly improved browser opening, with tab support! (Nathan
1684 * Added support for connecting to MSN using the port 80 method.
1685 * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson)
1686 * Added protocol-specific preferences (Gary Kramlich)
1687 * Local IP address information can be changed in Preferences
1689 * Improved local IP address detection (Tim Ringenbach)
1690 * Offline accounts in account drop-down lists are now greyed (Etan
1692 * Improved accessibility support for screen readers and other
1693 accessibility tools (Marc Mulcahy)
1694 * Improved accessibility in conversation windows (Nathan Fredrickson)
1695 * Keyboard access to context menus via Shift+F10 (Marc Mulcahy)
1696 * Core/UI split event loop code. (Scott Lamb)
1697 * Added improvements to the multi-field request code, including
1698 required fields and account fields.
1699 * Moved more dialogs to the request API for interface consistency
1700 (Send Message, Get User Info, and Insert Link dialogs)
1701 * Jabber file transfer
1702 * IRC file transfer (Tim Ringenbach)
1703 * Added a hidden preference for disabling buddy list tooltips or
1704 changing the pop-up delay in prefs.xml.
1705 * Moved translation news to po/ChangeLog
1708 * Changes in AIM/ICQ server-side buddy lists take
1709 precedence over the local buddy list
1710 * Significant work on the Zephyr plugin (Arun A. Tharuvai)
1711 * You can now use :/ as a smiley safely (Nathan Owens)
1712 * Various buffer overflow fixes (Stefan Esser)
1713 * Tabs now stay green when they are supposed to (Etan Reisner)
1714 * Fixed a bug where only the first user in a chat room list was removed
1715 sometimes when trying to remove a group of users (Tim Ringenbach)
1716 * Clearing an AIM buddy icon actually removes it from the server,
1717 icons changes in the account editor do not take effect if the
1718 cancel button is used (Stu Tomlinson)
1719 * Improved chat parting logic (Tim Ringenbach)
1720 * Yet Another IRC channel user duplication bugfix (Tim Ringenbach)
1721 * Deleting an account while modifying it will no longer crash gaim.
1722 * Only one account preference window will now appear per account when
1724 * Aliases are now shown alongside the screen name in the message
1725 queue window. (Kevin Stange).
1726 * TCL Plugin API changed
1727 * The mobile icon on MSN users is now removed when the person disables
1728 mobile paging (Stu Tomlinson)
1729 * Removing invalid buddies in MSN with a space in their name no longer
1730 causes a disconnect (Stu Tomlinson)
1731 * Multiple MSN chats should now work (Robert Mibus)
1732 * Added new MSN error codes and fixed an incorrect one (Stu Tomlinson)
1733 * Incoming colors are now processed correctly in MSN.
1734 * Conversation placement by account now works correctly with both
1735 chats and IMs, and takes the Combine Chats and IMs option into
1737 * Minor tweaks to the list box in the multi-field request dialogs
1738 so they work without a label and scrollbar (Pekka Riikonen)
1739 * Hitting enter in a multi-field request dialog when a textfield has
1740 the focus no longer ignores the changed text in the textfield
1742 * The Disconnect dialog no longer raises and gains focus each time
1743 a disconnected account is added (Ka-Hing Cheung)
1744 * Gadu-Gadu might actually connect again (Ignacy Gawedzki)
1745 * Buddy pounces for an account are removed when the account is
1746 deleted (Gary Kramlich)
1747 * Various bug and memory leak fixes (Gary Kramlich)
1748 * Assorted SSL crashfixes
1749 * --enable-debug no longer breaks compilation when using gtk 2.4,
1750 which also broke garnome.
1751 * Tooltips shouldn't crash now (Daniel Atallah)
1753 version 0.75 (01/09/2004):
1754 * New Yahoo! auth method
1755 * Yahoo! file transfer (Tim Ringenbach)
1756 * Yahoo! chat joining fixes (Tim Ringenbach)
1757 * Persons can auto-expand when hovering your mouse over it
1758 * Improved i18n support for MSN email notification (Felipe Contreras)
1759 * Jabber SASL PLAIN support
1760 * Improved Jabber MUC (Chat) support
1761 * Fixed an MSN login bug some people likely experienced (Felipe
1763 * Touch-up various dialogs to follow the Gnome Human Interface
1764 Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
1766 * Works better with all-black gtk themes (Etan Reisner)
1767 * Mozilla Firebird support (Chris (darth_sebulba04))
1769 version 0.74 (11/25/2003):
1770 * Sort-by-size log sorting fix
1771 * Log directory umask fix for users of gaim-remote
1772 * Fix Jabber room creation on MUC servers.
1774 version 0.73 (11/21/2003):
1775 * New Logging format and code:
1776 * fixes i18n issues with logs
1777 * compatible with old logs
1778 * hopefully fixes segfault in viewing logs
1779 * New disconnected account dialog (Thanks, Daniel Atallah)
1780 * Fixes several Jabber bugs
1781 * Fixes the bug where some dialogs would crash when spell checking was
1782 enabled. Closes #827930.
1783 * Fixed unblocking of users in MSN (Robert Mibus)
1784 * Fixes outgoing mobile pages on MSN.
1785 * The border on the close buttons on inactive tabs are no longer shown,
1786 thanks to a fix used by Galeon.
1787 * Compatible with autoconf 2.58.
1788 * Cleaned up gtkspell-related code (Robert McQueen)
1789 * Changed the parameters for the received-chat-msg signal.
1790 * Added a Release Notification plugin
1792 version 0.72 (10/31/2003):
1793 * Added a search feature to conversations.
1794 * Added an option to remove the formatting toolbar, both globally and
1795 on a per-window basis (Nathan Fredrickson)
1796 * Added a drop shadow to the buddy list tooltip
1797 * Smileys are copyable
1798 * Fixed the ICQ login crash
1799 * Fixed a crash in the Add Chat dialog when selecting an
1800 account that doesn't support chats. Closes bug #821606.
1801 * Fixed a bug where new MSN accounts without buddies added wouldn't
1803 * Fixed a crash when deleting an account that has IMs or chats open.
1805 * Smileys have background colors
1806 * If SSL is not enabled, MSN will load, but error on connect.
1807 * Disable Jabber SASL auth until the standard stabilizes
1809 version 0.71 (10/09/2003):
1810 * The right-click menu for e-mail links now presents a "Copy E-Mail
1812 * Fix sort by idle to behave as it did pre-contact support (David
1814 * Display AIM away messages in the tooltip for buddies when
1816 * Support for Buddy Comments for AIM and ICQ buddies
1817 * Window icons are now set as buddy icons or status icons
1818 * Get User Info in MSN and Yahoo now return an error indicating that
1819 the information doesn't exist if the profile is empty (parts by
1821 * Added startup notification support for window managers that support it
1822 * The protocol icon for an account in the accounts window will now
1823 "pulse" when signing the account on.
1824 * Zephyr formatting fixes (Arun A. Tharuvai)
1825 * Zephyr can connect to chats (Karsten Huneycutt)
1826 * SSL support can now be provided by third party plugins.
1827 * Multiple copies of gaim installed at different locations no
1828 longer attempt to load the same, possibly incompatible plugins
1830 * Implemented another new Yahoo! authentication method
1831 * Fixed a bug displaying Chinese MSN messages (Ambrose C. LI).
1832 * Additional fixes and checks for the perl build process (Sean Burke).
1833 * Massive core/UI splitting.
1834 * Re-write of Jabber protocol plugin
1835 * Conversation API changes.
1836 * Some plugins must be updated due to code variable changes,
1837 function name changes, and change of behavior for certain
1840 version 0.70 (09/28/2003):
1841 * Implemented Yahoo's new authentication method (Cerulean Studios)
1842 * Protocol plugins that have plugin dependencies now load correctly.
1843 * Perl installs where it's told to a bit more correctly.
1844 * Robert "Robot101" McQueen cleaned and core/UI split IM
1847 version 0.69 (09/24/2003):
1848 * Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc)
1850 * Added MSN 6 smileys.
1851 * Added animated smiley support (Ka-Hing Cheung)
1852 * Added SSL support, compatible with GNUTLS and Mozilla NSS.
1854 * Added support for gettext 0.12.x.
1855 * Updated MSN support to the MSN Protocol version 9.
1856 * Jabber now supports SSL
1857 * Yahoo now shows people using the java chat client (Tim Ringenbach)
1858 * Yahoo chat and conference (Tim Ringenbach)
1859 * Yahoo ignore support (Jesse Farmer (farmerje))
1860 * Yahoo idle times displayed, long buddy lists work, sms users,
1861 and other improvements (Tim Ringenbach)
1862 * The accounts window now shows offline accounts as greyed out, and
1863 online accounts as colored.
1864 * Fixed the text replacement plugin.
1865 * Fixed all known signal problems in perl.
1866 * The right-click menu for conversation tabs now shows the tab icon
1867 and status, if tab icons are enabled. (Jesse Farmer)
1869 version 0.68 (09/01/2003):
1870 * Removed the old event system and replaced it with a much better
1872 * Added plugin dependency support.
1873 * Rewrote the Perl plugin. All old scripts will break, but it offers
1874 a much better API for new scripts.
1875 * Yahoo color support (Tim Ringenbach (marv_sf))
1876 * Yahoo and MSN get info support (Nathan Poznick)
1877 * Fixed Jabber registrations.
1878 * Fixed a problem where pouncing two users with the same name
1879 appeared in the same conversation window, and other related
1880 problems. (Robot101)
1881 * Corrected problems with proxy preferences.
1882 * Mailchk.c and simple.c compile again (Paul A (darkrain))
1884 version 0.67 (08/14/2003):
1885 * Brought back the message notification plugin (Brian Tarricone)
1886 You'll need to reconfigure your settings for this plugin
1887 * IRC protocol plugin rewritten (Ethan Blanton)
1888 * New IRC protocol icon (Nuno Donato)
1889 * Protocol and status icons now optionally appear on tabs.
1891 * Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
1892 Rename Group, Privacy)
1893 * Shows "hiptop" icon for AIM buddies using hiptop
1894 devices (Robey Pointer)
1895 * Privacy core/UI split.
1896 * Conversation placement by group now applies to chats in the buddy
1898 * Events in a conversation (user logged in, logged out, window closed,
1899 etc.) now grey the tab.
1900 * Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
1901 Voigt, Paul A (darkrain))
1903 version 0.66 (07/18/2003):
1904 * Freebsd compile fix (Matthew Luckie)
1905 * .spec file improvements (Ethan Blanton)
1906 * Added a gaim-remote man page (Robert McQueen)
1907 * The Remote Control plugin no longer adds duplicate groups to your
1909 * Servers and ports are now imported correctly in MSN.
1910 * Core/UI split the core initialization and shutdown.
1911 * MSN messages with newlines are now sent correctly to MSN clients.
1912 * Fix some sound initialization stuff
1913 * Fix saving and import of default away message
1915 version 0.65 (07/16/2003):
1916 * Massive internal core/ui splitting
1917 * New account dialog
1918 * Preferences moved to ~/.gaim/prefs.xml
1919 * Account information moved to ~/.gaim/accounts.xml
1920 * Pounces moved to ~/.gaim/pounces.xml
1921 * Added protocol icons to various drop-down boxes
1922 * New Send IM buddy icon merged from Ximian Desktop 2
1923 * Fixed "Sort by Status" crash
1924 * Fixed the MSN signon crash
1925 * Fixed the MSN add buddy crash
1926 * Fixed the MSN empty buddy list bug
1927 * Fixed all known MSN chat bugs
1928 * Fixed HTTP redirect handling in smiley retrieval. This fixes the
1929 problems with some smiley themes.
1930 * Chats in MSN can now be initiated by right-clicking a buddy and
1931 choosing Initiate Chat.
1932 * MSN Alerts and incoming MSN pages no longer pop up several error
1934 * Ability to view iChat "Available" messages for AIM
1935 * Stores your buddy icon on the server for AIM
1936 * Support for non-ascii characters with Yahoo! Messenger
1937 * Focus returns to the input box when you click elsewhere, like it used
1939 * New typing notification icons from Ximian
1941 version 0.64 (05/29/2003):
1942 * Buddy list sorting in buddy list preferences.
1943 * Improved debug window with timestamps and pause buttons.
1944 * New core/ui split notification and request APIs.
1945 * New mail notification dialog.
1946 * Several bug fixes in MSN.
1947 * Conversation window buddy icon bugs were fixed.
1949 version 0.63 (05/16/2003):
1950 * A rewrite of the plugin API. Plugin authors will need to change their
1951 code based off the changes found in other plugins.
1952 * Perl script support is now provided in the perl plugin.
1953 * Debugging is core/ui split, and has a new API with support for
1954 debug levels and categories.
1955 * Support for adding chats to your buddy list.
1956 * MSN protocol plugin was rewritten, has experimental buddy icon
1957 support, and MSN Mobile support.
1958 * Buddy list speed enhancements (Thanks Ethan Blanton).
1959 * Napster protocol updates (Thanks Auke Kok).
1961 version 0.62 (04/23/2003):
1962 * Keyboard shortcuts in the buddy list work again (Thanks Joe
1964 * Support for Jabber XHTML messages
1965 * Ability to re-request authorization from ICQ and Jabber users by right
1966 clicking on them in your buddy list.
1967 * Improved Zephyr internationalization.
1968 * Bug causing 'Hide on Send' windows to be lost forever fixed.
1969 * Iconified windows are now raised properly.
1970 * Dates printed for old/offline messages.
1971 * Some assorted crash bugs fixed.
1973 version 0.61 (04/07/2003):
1974 * Split the buddy pounce core and UI, and rewrote the UI for it.
1975 * Removed folder icons and excess space from the buddy list (Thanks
1977 * Fixed a bug involving dragging buddies and groups
1978 * Re-implemented the logout icons.
1979 * New icons for "away" and "aol" (Thanks, Moses Lei)
1981 version 0.60 (04/04/2003):
1983 * Auto-loading protocol plugins.
1984 * Plugins dialog and perl script menu merged into preferences.
1985 * Don't auto-login if an existing Gaim session is already
1987 * Moved "privacy preferences" to Tools menu.
1988 * -n, --loginwin option to disable autologins.
1989 * Added support for gettext 0.11.x.
1990 * Added support for automake 1.6.
1991 * aim:// URI's supported with gaim-remote command.
1992 * Quit Gaim remotely with gaim-remote. (Thanks, John Silvestri)
1993 * Added rudimentary support for X11R6 session management. (Thanks,
1995 * Conversation backend and UI are now separated. (Thanks,
1997 * Asynchronous, non-blocking, DNS function (Thanks, Nicolas
1999 * As a side effect of the above: IPv6 support. Tested only with IRC
2000 (you can receive ipv6 chat requests from irssi!).
2003 * Tray icon plugin--replaces the old GNOME applet. You'll need
2004 the panel Notification Area applet (aka system-tray-applet)
2005 for GNOME 2, or the Kicker for KDE 3.1. (Thanks, Robert
2006 McQueen, Nicolás Lichtmaier, Kristian Rietveld, Ari Pollak &
2008 * Added GAIM::remove_event_handler and made set_info short
2009 circuitable in perl. (Thanks, Ryan McCabe)
2010 * event_del_conversation for plugins. (Thanks, Bill Tompkins)
2011 * Notify.c plugin rewritten; check its configure dialog. (Thanks,
2013 * Buddy Ticker made a plugin.
2014 * Idle Maker added to source.
2015 * Fortune profile added to source.
2018 * TOC no longer compiles statically by default--use OSCAR.
2019 * ICQ plugin no longer gets built--use OSCAR.
2020 * Server-stored buddy lists for ICQ with full support for
2021 authorization (Thanks, Mark Doliner)
2022 * File send/receive support for Aim over Oscar (Thanks, William T.
2023 Mahan and Mark Doliner)
2024 * Non-direct connect typing notification for AIM over OSCAR.
2025 (Thanks, Mark Doliner)
2026 * Allow only people in buddy list privacy option added for AIM.
2027 * Full ICQ info reading support. (Thanks, Vincas Ciziunas)
2028 * Support for synchronizing group renames on server. Group
2029 rename server synchronization for AIM. Server-side
2030 synchronization for moving individual AIM buddy to new
2031 group improved. (Thanks, Mark Doliner)
2032 * Ability to add screenname@mac.com people to AIM buddy lists.
2033 (Thanks, Graham Booker)
2034 * Ability to change ICQ password. (Thanks, Mark Doliner)
2035 * Option to have AIM notify you if you have
2036 unread mail. (Thanks, Mark Doliner)
2037 * Parse URL messages, Contact Sending and Pager Messages
2038 in ICQ. (Thanks, Mark Doliner)
2039 * use snprintf instead of sprintf. (Thanks, William T. Mahan)
2040 * Fixed crashbug on empty rvous requests. (Thanks Brandon Scott
2041 (Xeon) for pointing this out, and Matt Pandina for the patch)
2042 * Nice Oscar changes--mostly internal. (Thanks, Mark Doliner)
2045 * Added more IRC slash commands -- /W, /VERSION, /MODE, /CTCP stuff,
2046 -- and other cool IRC enhancments. (Thanks, Jonas Birmé)
2047 * IRC's /topic with no argument displays the current topic (Thanks,
2049 * DCC File Receive support for IRC.
2050 * Optional password on IRC accounts. (Thanks, Christian Hammond)
2051 * Added half-op support.
2054 * Jabber invisibility and permanently cancel sending on-
2055 line status to Jabber buddies.
2056 * Jabber roster updated on group renames.
2057 * Fixed a possible segfault when signing off Jabber. (Thanks,
2059 * Improved typing notification support for Jabber and
2060 Yahoo! (Thanks, Nathan Walp)
2061 * File receive support for Jabber. (Thanks, Nathan Walp)
2064 * MSN users are notified when the other party closes the conversation
2065 window. (Thanks, Christian Hammond)
2066 * File receive support for MSN. (Thanks, Christian Hammond)
2068 Internationalization:
2069 * Now using libiconv for better i18n support (Thanks, Junichi
2071 * Lots of i18n fixes (Thanks Matt Wilson, Ethan Blanton, A Lee)
2072 * Correct i18n handling for many parts of AIM/ICQ, including
2073 instant messages, away messages, and profiles (Thanks,
2075 * Improved MSN internationalization (Thanks, A Lee)
2078 * Optionally uniquely colorize nicks in chats
2079 * Add / Remove buddy menu item added to the chat users list
2080 (Thanks, Jonas Birmé)
2081 * View log button in conversation toolbar (Thanks, Etan Reisner)
2082 * Option to log IMs and Chats seperately. (Thanks, Etan
2084 * Removed Ctrl-C binding for color
2085 * Fix first message in tab not displaying bug (Thanks, Etan Reisner)
2086 * Changed some default options
2087 * Updated desktop and window icons (Thanks, Robert McQueen)
2088 * Switch the .desktop file to the new KDE/GNOME common vfolder
2089 format (Thanks, Robert McQueen)
2090 * Removed all deprecated GTK calls. Now 100% GTK 2. (Thanks Nathan
2091 Walp, Christian Hammond, Ari Pollak, Ethan Blanton, Robert McQueen)
2092 * Read proxy environment variables. (Thanks, Christian Hammond)
2093 * Fixed security vulnerability with manual browser option (Thanks,
2095 * Can get info for ICQ and Jabber users from the "Edit
2096 Buddies" tab (Thanks, Brian Bernas)
2097 * Code cleanups and fixes (Thanks, Federico Mena Quintero and
2099 * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
2100 * Generic File Transfer PRPL interface (Thanks, Christian Hammond)
2101 * Better supression of auto-responses (Thanks, Joshua Blanton)
2102 * Drag-and-drop tabs in conversations, and multiple windows with tabs
2103 in each (Thanks, Christian Hammond)
2105 version 0.59.9 (03/01/2003):
2106 * Updated zh_TW.po file (Thanks breeze833)
2107 * Fix an oscar bug that caused some messages from
2108 AOL 8.0 to be dropped (Thanks Mark Doliner)
2109 * Changed "openprojects" to "freenode" in irc.c
2110 * Fixed charset conversion on systems which use a BOM for UCS-4
2111 (Thanks, Alfredo Pen~a, Ethan Blanton)
2112 * Fixed a typo in the man page (Thanks Eric S. Raymond)
2114 version 0.59.8 (01/06/2003):
2115 * Ripped out all gtk2 support (Thanks Nathan Walp).
2116 * Fixed smiley related segfault (Thanks Robert McQueen)
2117 * Yahoo! can connect again
2119 version 0.59.7 (12/21/2002):
2120 * Yahoo i18n fix (Thanks Ethan Blanton).
2121 * Fixed a bug in escaping saved passwords (Thanks
2123 * Fixed an overflow bug in perl script autoloading
2124 (Thanks David Kaelbling)
2125 * Some build fixes for those using stricter compilers,
2126 notably MIPSpro (Thanks David Kaelbling)
2127 * Fixed a bad argument to accept() calls (Thanks David
2129 * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon))
2130 for being the first to point this out.
2132 version 0.59.6 (11/07/2002):
2133 * Fixed a segfault introduced in 0.59.5 when gtk
2134 fails to read the ~/.gtkrc or reads it but fails
2135 to create a style from it.
2136 * Jabber conference timestamps are no longer gigantic
2138 version 0.59.5 (10/14/2002):
2139 * Fixed a Yahoo! segfault (Thanks, Craig Metz)
2141 version 0.59.4 (10/06/2002):
2142 * Removed color keybinnding altogether.
2143 * Added a horizontal scrollbar to Edit page of
2144 buddy list. (Thanks, David Fallon)
2145 * Various bug fixes ((Thanks to (in no particular order)
2146 Ethan Blanton, Mark Doliner, Luke Schierer)
2147 * i18n fixes (thanks, A Lee)
2149 version 0.59.3 (09/14/2002):
2150 * Reversed patch that accidentally caused Yahoo
2151 not to connect--for implementation reasons
2152 * Changed "color" binding to Ctrl-K.
2153 * Unaliaising a person in the "Online" tab will show up
2154 in the "Edit" tab as well (Thanks, Jason Willis)
2155 * Internationalization fixes, esp. with UTF-8 locales
2156 (Thanks Matt Wilson and Ethan Blanton)
2158 version 0.59.2 (09/09/2002):
2159 * Japanese translation updated (Thanks, Junichi Uekawa)
2160 * Won't crash when you set your MSN Friendly name to an
2162 * Default manual browser command changed to reflect the
2164 * Fixed the non-manual browser settings which were broke in
2165 0.59.1 (Thanks, Chris Blizzard)
2166 * Improved MSN internationalization (Thanks A Lee)
2167 * Smiley lookup will search for longest match for smilies
2168 like :-(( (Thanks Eric Melski)
2169 * When an IM image is clicked, don't open the browser (Thanks
2171 * Prevent a possible crash in unhide_buddy_list() (Thanks Ari
2173 * Fixed a compilation problem on systems without iconv.
2174 * GtkIMHtml can be set to render font sizes as point size
2175 or AIMish relative sizes -- no more huge Yahoo fonts. (Thanks
2177 * Fixed a bug with regard to Jabber resources (Thanks Nathan
2179 * Fixed a possible segfault when signing off Jabber (Thanks
2181 * Word-wrapping on mail notification text (Thanks, Andrew Molloy)
2182 * Strip trailing and leading spaces from MSN/Yahoo names (Thanks,
2185 version 0.59.1 (08/25/2002):
2186 * Created a gtk1-stable branch for GTK+ 1.2 bugfix releases.
2187 Development will continue in our main branch in GTK+ 2 only.
2188 * Fixed a security bug in the manual browser setting (Thanks
2190 * Now using libiconv for better i18n support (Thanks Junichi
2192 * Will work with Perl 5.8 (thanks, Timothy Lee and Dan
2194 * Fix for HTTP proxies (thanks, Ethan Blanton)
2195 * Read proxy environment variables. (thanks, Christian Hammond)
2196 * Use the pretty gaim.png for our menu entry.
2197 * Added support for gettext 0.11.x.
2199 version 0.59 (06/24/2002):
2200 * Squashed a bug in buddy right-click menu handling
2201 that crashed Gaim. In the process: found and
2202 eliminated some memory leaks.
2203 * Fixed a significant applet leak
2204 * Can now change Jabber password on server (Thanks,
2206 * Certain types of Jabber presence errors no longer
2207 falsely show a buddy on-line. Instead now a "broken
2208 light-bulb" icon is shown and the error status is
2209 available via "Get Away Msg" (Thanks and a tip o'
2210 the hat to Christian Hammond for the graphic)
2211 * Conversation struct has pointer to toolbar (thanks Brent
2212 Priddy and Paul Miller)
2213 * Zephyr fixes (thanks, Arun A. Tharuvai)
2214 * Aliases in buddy ticker
2215 * Perl scripts can play Gaim sounds (thanks Andrew Rodland)
2216 * Internal sounds can be played by commands (thanks Lex Spoon)
2217 * Auto-login item in applet menu (thanks Chris Boyle)
2218 * Fixed MSN "Unkown Error Code", "Already there", and
2219 "Already in opposite list" errors
2220 * Changed "Play sound" button to "Mute" button
2221 * You can now have "reserved" chars in IM and proxy passwords
2222 * Jabber now has typing notification (Thanks, Nathan Walp)
2223 * Improved support for Jabber resources (Thanks, Nathan Walp)
2224 * Fixed problem with Gaim crashing on non-ASCII Jabber buddy
2225 aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee)
2226 * Plugged memory leaks in Jabber plug-in
2227 * Fixed problem with Jabber away status not being propagated to
2228 conference rooms for jabberd (server) v1.4.2 and above
2229 * Chat room buddy lists are now sorted independent of case
2230 * Added capability for protocol-specific edit buddy menu entries
2231 * Can now remove a Jabber buddy roster item from the server
2233 * Gaim can now handle messages from Mac ICQ and Miranda ICQ
2234 (Thanks, Mark Doliner)
2235 * Added Mozilla to browser options and changed KFM to
2237 * Can now set the server and port for MSN and Napster
2238 * MSN Internationalization (Thanks Felipe Contreras and
2239 countless, countless others)
2240 * E-mail addresses are no longer truncated when there is a '.' at
2243 version 0.58 (05/13/2002):
2244 * Better applet transparency
2245 * Option to raise buddy list on signons/signoffs
2246 * Formatting of incoming MSN messages
2247 * Get Info from menu multiple-account-aware (thanks
2249 * Hide and unhide functions for the filectl plugin.
2250 (Thanks, Ari Pollak)
2251 * Added helpful stuff to the Help menu.
2252 * Self-aliasing from the account editor.
2253 * Better selection in GtkIMHtml (Thanks Ben Miller)
2254 * A warning when your OSCAR buddy list is too long
2255 (Thanks, Mark Doliner)
2256 * ICQ status messages in OSCAR (Thanks, Mark Doliner)
2257 * Play sound when your name is said in a chat
2258 * Approval dialog for Jabber when somebody wants to
2259 subscribe to user's presence. Also gives user the
2260 opportunity to add that buddy if not already on the
2262 * Jabber "Change buddy group" roster synchronization now
2263 works again. (This was unknowingly broken when the
2264 "out-sourced" Jabber libs were upgraded in 0.56)
2265 * Invalid Jabber I.D.'s no longer crash Gaim. User now
2266 notified with pop-up's.
2267 * Jabber Buddy sign-on time support, added in 0.57,
2268 removed until and unless and inconsistency can be
2269 resolved. (Thanks, Nathan Walp)
2270 * Bug-fix for potential buffer overflow in Jabber
2271 plugin. (Thanks, rwscott)
2272 * Tempfiles used for secure MSN/HotMail login (added in
2273 0.57) are now themselves created securely.
2274 * Secure MSN logins (added in 0.57) no longer blow up
2276 * Timezone support improved.
2278 version 0.57 (04/25/2002):
2279 * New authorization method for Yahoo!
2280 * Jabber will tell you when your buddies signed on (Thanks
2282 * Jabber improvements (Thanks, Nathan Walp)
2283 * More keyboard shortcuts
2284 * event_chat_recv takes char**'s, and event_im_recv takes
2285 a *guint32 for flags
2286 * Secure hotmail login for MSN (thanks for the tips,
2289 version 0.56 (04/11/2002):
2290 * Shell-like send history binded to Ctrl-Up and Ctrl-Down
2291 * libjabber upgraded to most recent stable version
2292 * Buddylist looks a little better
2293 * Fixed MSN privacy settings
2294 * Group deletion fix (Thanks Mark Doliner)
2295 * Alias/Group syncronization for Jabber (Thanks JSeymour)
2296 * Fixed broken signal handling in gdm-started GNOME sessions
2297 (Thanks Jim Seymour, Vann, Robert McQueen)
2298 * Oscar group syncronization (Thanks, Mark Doliner)
2299 * ICQ Authorization via Oscar (Thanks, Mark Doliner)
2301 version 0.55 (03/29/2002):
2302 * Jabber improvements (Thanks Jim Seymour)
2303 * Various sound cleanups (Thanks Robert McQueen)
2304 * Login process shown in single window (Thanks Michael
2306 * Can reorder your accounts in the account editor (Thanks
2308 * Shows "mobile" icon for Oscar buddies using mobile
2309 devices (Thanks Mark Doliner)
2310 * Fixed bug in MSN smilies that crashed PPC (and other?) platforms
2311 * HTTP Proxy settings now HTTP compliant (Thanks Robert McQueen)
2312 * Speling corections (Thanks Tero Kuusela)
2313 * Oscar list icon fixes (Thanks Mark Doliner)
2314 * Oscar idle times work again (Thanks Mark Doliner)
2315 * Protocol icons on Edit Buddies tab (Thanks Christian Hammond)
2317 version 0.54 (03/14/2002):
2318 * Compiles without GdkPixbuf again
2319 * GtkIMHtml will refresh when you set a new GTK+ theme
2320 * Improved Yahoo! typing notification (thanks Brian Macke)
2321 * Prompt to authorize MSN buddies who added you while you
2322 were offline (Thanks Jason Willis)
2323 * Option to globally disable Buddy Icon animation (Thanks
2326 * Yahoo! will tell you when your buddies are playing Yahoo!
2327 games and give you the ability to join them
2328 * Yahoo! can receive offline messages
2329 * IRC can do DCC chat.
2330 * IRC will convert HTML formatting to mIRC formatting.
2331 * Buddylist tab placement option (Thanks Jason Willis)
2332 * Protocol specific smiley faces
2335 version 0.53 (02/28/2002):
2336 * Minor bug fixes re: queued away messages
2337 * Better buddy icon transparency (for real this time ;-))
2338 * Ability to change formatting of Oscar screen name
2339 * Better selection in HTML widget (Thanks BMiller)
2340 * New icons for ICQ (Thanks Kevin Miller)
2341 * Editable buddy pounces (Thanks Jason Willis)
2342 * Server side buddy lists in Oscar (Thanks Mark Doliner :-))
2343 * Fix for the chatlist plugin
2344 * Typing Notification (AIM Direct Connect, Yahoo, MSN)
2345 * IM Images (Receive Only)
2346 * Prettier GtkImHtml selection
2347 * Better buddy icon transparency (for real this time ;-) )
2349 version 0.52 (02/17/2002):
2350 * Better buddy icon transparency (thanks SeanEgan)
2351 * Fixed a little bug with connecting via proxy (thanks
2352 for reminding me of this, Manish Singh)
2353 * Yahoo! Messenger works again
2355 * Can register a new user with a Jabber Server (JSeymour)
2356 * Can now set Jabber vCards (JSeymour)
2357 * Jabber vCards are now shown in their entirety (JSeymour)
2358 * Various jabber bug fixes/enhancements (JSeymour)
2360 version 0.51 (01/24/2002):
2361 * Arrow buttons in log viewer and some other dialogs
2362 work (thanks Ben Miller)
2363 * Option to only send auto-response while idle (thanks
2365 * Control time between sending auto-responses (thanks
2367 * Should be able to sign on to Oscar using Mac OS X
2368 (thanks Fingolfin, Vincas Ciziunas, et al.)
2370 version 0.50 (12/14/2001):
2371 * Able to import GnomeICU contact lists
2372 * Galeon as browser option (Thanks Rob McQueen)
2373 * IRC /list, /invite (Thanks Sean Egan)
2374 * Option to have IMs and Chats tabbed in same window
2375 * Finally put the lagmeter plugin out of its misery and
2376 removed it. (/me dances on its grave.)
2378 version 0.49 (11/29/2001):
2379 * Can compile against GTK+ 2.0 (version 1.3.10/1.3.11)
2380 * Confirm before removing buddies
2381 * Yahoo updates (thanks Brian Macke)
2383 * Zephyr updates (thanks Arun A Tharuvai)
2384 * Gadu-Gadu updates (thanks Arkadiusz Miskiewicz)
2385 * Option to show aliases in conversation tabs
2386 * Option to hide windows after sending messages
2387 * licq2gaim.pl conversion script (thanks Arturo Cisneros, Jr.)
2389 version 0.48 (11/18/2001):
2390 * Right-click on links to open/copy URL
2392 * Oscar can send/receive offline messages in ICQ. Since the "real"
2393 ICQ protocol isn't working too well it's recommended that you
2396 version 0.47 (11/01/2001):
2397 * Better font loading (pays attention to charset now)
2398 (thanks Arkadiusz Miskiewicz)
2399 * Better recoding in Gadu-Gadu (thanks Arkadiusz Miskiewicz)
2400 * Open Mail button for when you get new mail (Yahoo and MSN)
2401 * New buddy pounce option: Popup Notification
2402 * When adding a buddy, the groups list now updates when you switch
2404 * When creating a new buddy pounce, gaim now automagically
2405 selects "on away" or "on idle", if the user is away
2407 * Add Opera to the available browsers (thanks Brian Enigma)
2408 * Improved log viewer (thanks to Ben Miller)
2409 * When you are queueing away messages, double clicking on
2410 a buddy's name will cause the messages for that name to be
2412 * You can choose which sound player you use at run-time
2414 * When someone adds you to their buddy list, it asks if you want
2415 to add them as well (Yahoo, ICQ, and MSN) (thanks Nathan Walp)
2416 * Option to grey idle buddies (thanks Nathan Walp)
2417 * MSN Privacy Options
2418 * In MSN you can set a person's alias to their "friendly name" by
2419 right-click on their name while they're online.
2421 * The usual bug fixes and memory leak plugs
2423 version 0.46 (10/18/2001):
2424 * New applet icons (courtesy David Raeman)
2425 * ICQ works on big-endian platforms, e.g. sparc and ppc
2426 (thanks to Nathan Walp and Ben Miller)
2427 * Better applet icon drawing (thanks to Ari Pollak)
2428 * An extraordinary number of bug fixes
2429 * Ability to stop animation on buddy icons, restart animation,
2430 hide certain buddy icons, and save people's buddy icons, all
2431 through a right-click menu
2432 * Event handlers in perl passed arguments as elements of
2433 an array rather than all concatenated as a string, making
2434 perl much easier to use (thanks Dennis Lambe Jr.)
2435 * Can pass an argument to timeout_handlers in perl
2436 (thanks Artem Litvinovich)
2437 * Redesigned Modify Account window (thanks Sean Egan)
2438 * Add buddy dialog now lets you select which protocol
2440 * Pressing 'signon' on the first screen for accounts that
2441 do not require passwords no longer incorrectly displays
2444 version 0.45 (10/04/2001):
2445 * New plugin event: event_chat_send_invite
2446 * Major updates to the perl system (reread PERL-HOWTO and
2448 * Major updates to event_chat_* events for plugins (reread
2450 * Some GtkIMHtml improvements
2452 * Nick Highlighting in chat
2453 * Tab-completion for nicks in chat (thanks to Sean Egan)
2454 * Large internal reworkings
2455 * New Protocol: Gadu-Gadu, written by Arkadiusz Miskiewicz
2456 * Can choose buddy icon to send (for Oscar)
2458 version 0.44 (09/20/2001):
2459 * More sane scaling of buddy icons (intelligently scale to
2460 either 48x48 or 50x50 depending on icon)
2461 * Have you ever had it happen where you cancel a login and
2462 Gaim starts using all the available processing power? I
2464 * Temporarily removed Jabber user registration, which wasn't
2466 * Added a spiffy Help button
2467 * Wrote a plugin for all those people who miss having the
2468 chat rooms in their buddy lists (chatlist.so)
2470 * Added drop down selection to chat invitation
2471 * Improved the look of the chat invitation dialog
2472 * Improved the look of the proxy preferences
2473 * event_im_recv and event_im_display_rcvd passed whether
2474 the message received was auto-response (see SIGNALS)
2475 * IRC fixes (largly copied from X-Chat)
2476 * Internal change to how preferences are stored
2478 * Option to hide buddy icons
2480 version 0.43 (09/06/2001):
2481 * Can change friendly name in MSN again
2483 * Auto-reconnect plugin has exponential timeout (i.e. it
2484 tries after 8 seconds, then 16, then 32, etc. up to 17
2486 * Removed file transfer things from Napster. It didn't work
2487 well anyway. It'll be back eventually. (Does anyone even
2488 use napster anymore?)
2490 version 0.11.0-pre15 (08/28/2001):
2492 * Fixed a little segfault when images are links
2493 * Redid the about box again.
2494 * Fixed a nice little bug with the manual browser command
2495 * Oscar Unicode fix (Thanks John Matthews)
2496 * Can select which protocols are compiled statically
2497 (e.g.: ./configure --with-static-prpls=oscar,jabber)
2498 * New plugin events: event_im_displayed_sent and
2499 event_im_displayed_rcvd. Use these to change messages after
2500 they're displayed (e.g. encrypt sent messages, or send
2501 auto-responses and have them display locally properly)
2502 * Can use Arts for sound (thanks Tom Dyas)
2504 version 0.11.0-pre14 (06/17/2001):
2505 * Fixed a segfault with Oscar's account confirmation
2508 * Some HTML widget changes
2509 * Can specify hosts/ports for Yahoo (thanks Jeremy Brooks)
2510 * Many many bugfixes
2512 version 0.11.0-pre13 (06/06/2001):
2513 * Can view/set chat topic in Jabber (thanks faceprint)
2514 * The napster plugin no longer segfaults on invalid names
2516 * HTML is properly stripped from away messages in protocols that
2517 do not use HTML. (thanks, faceprint)
2518 * Can view/set chat topic in IRC
2519 * MSN properly escapes outgoing messages
2520 * Much needed updates to the gaim man page (thanks, Sean Egan)
2522 version 0.11.0-pre12 (05/29/2001):
2523 * Fixed a funny bug with auto responses when queued messages
2525 * Redesigned the Font Options preference page
2526 * Improved Jabber chat support (it whispers now, too)
2527 * Zephyr can do Subscriptions now (thanks to nsanch)
2528 * Auto-recon plugin got reworked
2530 * Some new pixmaps (Thanks, DennisR).
2531 * Fixed a segfault in IRC (Thanks Sean Egan)
2532 * MSN can now change your 'friendly name' (Thanks for the
2533 packet logs, aechols)
2534 * More IRC improvements [colors, etc] (Thanks Sean Egan)
2535 * Improved proxy options
2536 * Fixed a small issue with HTML not being stripped from
2537 log files properly (Thanks, faceprint and David Stoddard)
2538 * Can turn on/off Yahoo! Mail announcements
2539 * Can force messages through the server for ICQ (use this if
2540 you have problems sending)
2541 * Can receive buddy icons in Oscar (requires gdk_pixbuf,
2542 which GNOME depends on. If you --disable-pixbuf, it will
2544 * Redesigned plugins dialog (thanks Mike Heffner)
2546 version 0.11.0-pre11 (04/30/2001):
2547 * Zephyr updates and additions, thanks Neil Sanchala (nsanch)
2548 * Jabber can send/accept chat invites (due to mid)
2549 * MSN has the option to notify you of new hotmail
2551 * Fixed a problem with ADD requests in MSN
2552 * Fixed a small memory leak with MSN
2553 * Moved MSN's spammy debug output into debug_printf's
2554 * Can rename groups/buddies in the Edit Buddies pane
2555 (thanks Neil Sanchala)
2556 * Some perl updates (thanks to Sean Egan)
2557 * IRC got the following slash commands:
2558 op, deop, voice, devoice, mode, raw, quote, and kick (thanks
2560 * MSN Properly handles URL decoding of 'friendly' names
2561 * Redesigned Preferences pages (design by DennisR)
2562 * Can select where tabs are for tabbed IM/Chat windows
2563 * Option to queue away messages while away
2564 * Jabber got good updates (from faceprint)
2565 * Oh yes, and Oscar works, yet again. (gee... that's what, 4
2566 releases that have "fixed" it now?)
2568 version 0.11.0-pre10 (04/13/2001):
2569 * Many, many bug fixes
2570 * Can choose to not send away auto-response (thanks phzzzt)
2571 * Uh... Oscar works? For now?
2572 * IRC Plugin can do whois (right click and info)
2573 * IRC Plugin got away message support
2574 * Gaim blist to WinAIM blt perl script (courtesy Andy Harrison)
2575 * Sound on buddy pounce (Thanks Andrew Echols)
2576 * Can view all group chats in one tabbed window (same keybindings
2577 as for tabbed normal conversations)
2578 * More Protocol plugins:
2579 Zephyr (plugins/zephyr) (DON'T USE THIS unless you know
2580 what it is and why you'd want to use it)
2582 version 0.11.0-pre9 (03/26/2001):
2583 * Can register Jabber accounts (load the Jabber plugin and click
2584 Register on the login window)
2585 * GtkIMHtml handles themes (no background pixmaps though) (thanks
2587 * URLS Linkify properly in Buddy chats
2588 * Jabber compiles better on Solaris?
2589 * Gaim works with Oscar Again (Huge thanks to Adam Fritzler of
2592 version 0.11.0-pre8 (03/23/2001):
2593 * Fixed a problem with MSN not detecting signoffs and buddy updates.
2594 * Implemented away options in MSN
2595 * Alt-[1-9] to go to [1-9]th pane in tabbed convo window
2596 * Jabber fixes, Oscar fixes (!), Yahoo fixes, TOC fixes
2597 * Can use Alt to access menu, and Ctl-char for certain actions
2599 * Oscar blocking works (?)
2600 * MSN can see status of other users
2602 version 0.11.0-pre7 (03/16/2001):
2603 * Can build RPMs as non-root
2604 * New yahoo library (can use HTTP proxy)
2605 * Command-line arg to specify config file (thanks Jason Boerner)
2606 * Can view all conversations in one tabbed window (Control-[ and
2607 Control-] move left and right respectively; Control-Tab moves
2608 to the next unread, or the next tab if there are no unread tabs)
2609 * Tooltips on links work again
2610 * Can log system notices: signons/signoffs, awayness and idleness
2611 (thanks Andrew Echols)
2615 version 0.11.0-pre6 (03/06/2001):
2616 * Fixed bug with NAS support
2617 * Napster plugin is included again
2618 (Thanks for pointing out that it was missing,
2620 * Oscar can: search by email, request confirmation, change password
2623 * Faster HTML parsing/rendering
2625 version 0.11.0-pre5 (02/26/2001):
2627 * ICQ Alias problem fixed
2628 * Negative times fixed
2629 * Cannot create blank away messages/messages with blank titles
2630 * Can right-click Edit Buddies list to alias/add pounce/etc.
2631 * Ability to independently set accounts as away
2632 * Can use all away states for ICQ, Yahoo (N/A, Be Right Back, etc.)
2633 * Fixed hanging trees
2634 * Can close windows by hitting 'Esc' (optional)
2635 * Better HTML Widget
2636 * Can toggle timestamps by hitting F2 (optional)
2637 * Rewritten file transfer for TOC
2639 * Log Viewer (courtesy BMiller)
2640 * Can save conversation history
2641 * Napster can kinda sorta download files sometimes :)
2642 * You can activate IDs in Yahoo
2643 * ICQ upgraded to use icqlib 1.1.5
2645 version 0.11.0-pre4:
2646 * ICQ upgraded to use icqlib 1.1.0
2647 * An enormous amount of bug fixes
2648 * Even More Protocol Plugins:
2649 Jabber (plugins/jabber)
2650 Napster (plugins/napster.c)
2651 * Fixed a segfault with 'Ignore new conversations while away'
2653 version 0.11.0-pre3 (12/15/2000):
2654 * Away messages arranged alphabetically (Thanks Justin)
2655 * More GUI adjustments
2656 * Can optionally run command to play sound files
2657 * Icons for ICQ plugin (blatently stolen from GnomeICU)
2658 * Icons for Yahoo plugin (not-so-blatently stolen from GTKYahoo)
2659 * Optionally display warning level next to name in buddy list
2660 * Optionally ignore fonts on incoming messages
2661 * Command-line option to automatically set yourself as
2662 away upon signon (thanks bmiller)
2663 * Buddy list backups now stored in ~/.gaim/SN.protocol.blist (gaim will
2664 move the old file for you). Needed for when you have the same name on
2665 two different protocols. (Oscar and TOC share the same file.)
2666 * More Protocol plugins:
2669 version 0.11.0-pre2 (12/04/2000):
2670 * Fixed a segfault with a bad util.c
2672 version 0.11.0-pre1 (12/03/2000):
2673 * Multiple connections
2678 * Logs now stored to ~/.gaim/logs rather than ~/.gaim/SN/
2679 * User configurable sounds
2680 * Scroll bar now functions properly in chat room user lists
2681 * X-Idle support added (thanks bmiller and bryner)
2682 * small change in the way away messages are displayed
2683 (Thanks Ryan C. Gordon)
2684 * Plugin system uses GModule now (improves portability, adds features)
2685 (Requires recompile and probably modifications of most plugins)
2686 * Perl got updates (reread plugins/PERL-HOWTO)
2687 * Spell checker now uses gtkspell
2688 * Auto-Away (thanks, yet again, to bmiller ;)
2689 * More buddy pounce options
2690 * Various GUI improvements
2692 version 0.10.3 (10/09/2000):
2693 * Segfault when viewing user info fixed
2694 * libdb problem fixed
2696 version 0.10.2 (10/07/2000):
2697 * A few fixes to the URL parser.
2698 * Better placement of smiley dialog
2699 * Improved log file readibility
2700 * Code cleanups (thanks kylev)
2701 * Fixed problem when closing away message box (thanks bmiller)
2702 * sprintf() problem on some systems
2703 * Various small bug fixes
2705 version 0.10.1 (09/15/2000):
2706 * Better chatroom logging
2707 * Oscar works again. Pay no attention to Slashdot.
2708 * gtkhtml handles background colours better.
2709 * A third conversation window display preference.
2710 * Better support for things like Sawfish
2712 version 0.10.0 (09/11/2000):
2713 * New Smiley Faces and Pixmaps added.
2714 * Smiley faces now properly wrap in the conversation windows.
2716 * Fixed 0-byte file segfault.
2717 * Borderless buttons (for that cool pop-up look)
2718 * Fixed some resizing bugs
2719 * Added Ctrl+{B/I/U/S} hotkeys to conversation windows.
2720 * Added Ctrl+(number) hotkeys to insert smileys in conversation windows.
2721 * Support for %n, %d, and %t in away messages. Thanks bmiller!
2723 * Redesigned preferences dialog
2724 * Redesigned conversation dialog
2725 * Removed the Lag-O-Meter (Lag-O-Meter is now a plugin)
2726 * SOCKS 4/5 proxy works
2727 * Buddy Pounces are now saved in .gaimrc
2728 * Buddy Chats are now saved in .gaimrc
2729 * Ability to merge gaim, aim2, aim4 buddylists. Thanks again bmiller!
2730 * ICQ-style aliases. This lets you change the name you see your buddy
2731 as. For example, if your buddy's SN is 'CouldntGetMyName', you can
2732 alias him as 'Loser'.
2733 * Compile with GNOME bits if available
2734 * Added GNOME Url Handler as an available web-browser
2735 * Added the S html tag.
2736 * Optionally Ignore TiK's Automated Messages
2737 * Option to beep instead of play sound
2738 * New icons for panel (depends on some GNOME pixmaps)
2739 * Perl scripting. See plugins/PERL-HOWTO for how to write perl scripts.
2740 All .pl files in ~/.gaim are autoloaded when gaim starts.
2741 * HTML widget is faster, more stable
2743 version 0.9.20 (07/14/2000):
2744 * More plugin events, more plugin features
2745 * Run-time OSCAR support
2746 * Added buddy list ticker (See prefs/Appearance). Clicking on a
2747 name will cause a new or previous IM window to display for
2749 * "You are sending messages too quickly" error is now fixed
2750 when you have a large buddylist.
2751 * Fixed the LC_ALL compile problem on Solaris boxes
2752 * Fixed PPC and ARM compile problem with oscar.c
2753 * Smileys work better, and don't cause font attributes to drop
2754 * Dialog windows are now prettier
2755 * /me in IM window; font/color dialogs and smileys in chat window
2757 version 0.9.19 (06/09/2000):
2758 * Graphical Smiley Faces
2759 * Applet got a bit of a makeover (inside & out)
2760 * Compile-time options affect Preferences dialog
2761 * Whispering in chat works (does anyone even use this?)
2762 * HTML-tag buttons in chat
2763 * Chat got all kinds of new features (like IRC-sytle /me)
2764 * Chat in oscar works much better
2766 * Fixed the segfault when your server-side config is null
2767 * Many many bugfixes
2769 version 0.9.18 (06/02/2000):
2770 * Logging in works better for oscar
2771 * Double error bug when sending message to an offline user is
2773 * Pressing enter once again sends a message in buddy chatrooms (oops)
2774 * More fixes for the change on the AOL sign-on process.
2775 * Fixed bug where Gaim sometimes doesn't find a font to use.
2776 * Per-conversation font and color dialogs (thanks fflewddur)
2777 * Chat in oscar works (somewhat)
2778 * Even more fixes for the sign-on process, and now you don't flash when
2779 setting permit/deny lists.
2781 version 0.9.17 (05/31/2000):
2782 * Automagic feature to check for new versions has been removed
2783 * Infinite loop bug fixed
2785 version 0.9.16 (05/31/2000):
2786 * Paned buddy chat window (Thanks Syd)
2787 * Buddy lists (and changes) are cached to ~/.gaim/<sn>.blist
2788 where <sn> is your screen name. If for some reason, you log
2789 into the AOL server and the buddy list comes back empty, we
2790 check for a cache file, and, if we find one, read it in. This
2791 essentially implements recovery from a server crash at AOL
2792 (AOL does not back up machines that contain TOC-based buddy
2793 lists, unfortunately). (Thanks Syd)
2794 * Font selection dialog
2795 * Small changes to the Oscar/libfaim stuff (see libfaim/README.gaim)
2796 * SOCKS 4 proxy support
2797 * Better proxy support overall (you can get people's info now! :) )
2798 * Two-way file transfer (you can get and send files, but you still
2799 can't initiate either)
2800 * Fixed font problem with Misconfigured X-Servers. Thanks Decklin!
2801 * Fixed the No Configuration problem that came about today (5/31)
2803 version 0.9.15 (05/06/2000):
2804 * Plugin support enabled by default (oops)
2805 * Some plugins built/installed by default
2806 * Option to automagically check for new releases
2807 * Ability to receive files (one-way file transfer)
2808 * In-line spell checker (thanks to Torrey Searle of the
2809 Everybuddy Devel team for this one)
2811 version 0.9.14 (04/24/2000):
2812 * Numerous Fixes by G. Sumner Hayes (buffer over flow patches,
2814 * Paned Conversation Windows (Thanks Syd)
2815 * Raise Window On Message Received, Fixed (Thanks Syd)
2816 * When multiple screen names, Gaim now correctly remembers the name
2818 * FONT sizes now work correctly.
2819 * PLUGIN SUPPORT!! (Lots of cool goodies here)
2820 * Fixed another leak or two
2821 * Added ability to change your screenname password
2824 version 0.9.13 (03/27/2000):
2825 * Dialog Box Segfault Fixed (When You Click A Toggle Then Cancel)
2826 * Double Log-Out Message Fixed
2827 * GNOME compile error fixed
2828 * Away Message Problem Fixed
2829 * Fixed URL Right Click Menus
2830 * Conversation Loggin now shows Full Date and Time
2831 * Internal Change to Buddy List
2833 version 0.9.12 (03/25/2000):
2834 * Segfault fix for PPC/Alpha/etc machines with log(0)
2835 Thanks to Todd Cohen for this one.
2836 * Small internal change to the way prefs work
2837 * GNOME Applet support works better
2838 (thanks to Eric Warmenhoven for the patch)
2839 * Support for displaying true type fonts
2840 * Lag-O-Meter does not send lag-test if not selected
2841 * Fixed problem with saving away messages which contain spaces
2843 * Various GNOME Applet Enhancements (thanks AGAIN to
2844 Eric. Someone needs to stop this boy :-) )
2845 * A lot of random, obscure bugs fixed
2846 * All of the major and I believe all of the minor memory leaks are
2848 (Thanks to Peter Teichman, Larry Ewing, Jeramey Crawford, and me)
2850 version 0.9.11 (03/22/2000):
2851 * <STRIKE>Strike Tag Support</STRIKE> :-)
2852 * Another memory leak fix
2853 * New .gaimrc format
2854 * Better support for multiple screen names
2856 * Saving of buddylist window position
2857 * Fixed a problem with Gaim and the Netscape-branded version
2859 * New Sound Properties
2860 * More General Properties
2861 * Bigger Text-Entry field (Thanks to CrazyDavy for this one)
2862 * Various Random Bug fixes
2864 version 0.9.10 (11/03/1999):
2865 * Fixed a nasty memory leak. No more 40M Gaim processes. LOL
2866 * IDLE Times are displayed in a neater fashion.
2868 version 0.9.9 (10/31/1999):
2869 * A little selection bug has been squished
2870 * Small memory leak fixed
2871 * Small network fix (problem with HTTP Proxy fixed?)
2872 * Proxy stuff should work now :)
2873 * Widget table support, dir info looks nicer
2874 * Info box looks nicer (thanks to Decklin Foster)
2875 * Client now 'corrects' time values from the server for accurate
2877 * Lag-O-Meter (ala Drunken Jim)
2880 version 0.9.8 (10/04/1999):
2881 * HTTP Proxy Support (No SOCKS yet)
2882 * HTML Widget more robust
2883 * Graphical Debug Window
2884 * Buddylist bug fixed
2885 * Some logging fixes and improvements
2886 * configurable host/port selection
2887 * Clickable Links in buddy chat
2889 * Display Signon/Signoff messages in conversation windows
2890 * Option to strip HTML from logged messages
2891 * GNOME cleanups (It might work now haha)
2892 * When viewing user info, URLS are converted to clickable links
2895 version 0.9.7 (08/08/1999):
2896 * Preliminary Oscar Support
2897 * Fixed bad network bug
2898 * Fixed some bad text rendering bugs in the HTML widget
2899 * log all conversation names are now normalized.
2900 * Fixed another bad network bug :)
2901 * Multiple browser support, some Netscape buggies fixed.
2902 * Permit/Deny preferences moved to 'Permit' pane on buddylist.
2903 * Fixed problem with _, ', and \ in passwords
2905 version 0.9.6 (08/01/1999):
2906 * Fixed 'log all conversation' segfault
2908 * Removed Xmu dependancies.
2909 * Restructured network code
2910 * ESD detection more robust.
2911 * Sound fallbacks are MUCH more robust!
2913 version 0.9.5 (07/25/1999):
2914 * Fixed About Box SegFault
2915 * Autologin Works with Applet
2916 * Option to Show Buddy List after Signon with Applet
2917 * 2048 character messages
2918 * Away-Detection (shows a different icon on the buddy list)
2919 * Fixed Segfault with messages > allowed size
2920 * Added option to log all conversations
2921 * Changed g_new to g_new0
2922 * Buddy List: Right Click Menus
2923 * Find Buddy By Email
2924 * Find Buddy By Info
2925 * New HTML widget (Underline/Links/HRs)
2926 * Updated Toolbar with 'Underline' Icon
2927 * More Buddy Pounce Options
2928 * Option to auto-change urls into clickable links (Under Prefs)
2929 * Better Buddy Chat functionality
2931 * Registration Information (Let Us Know Who You Are)
2932 * Buddy Chat Prefs (Update Chatroom Lists)
2934 * FAQ added to the distribution
2935 * Sound problem with some systems fixed
2937 * Autostart of Netscape on URL Click
2938 * DnD Rearranging of Groups
2939 * Better Netscape Functionality
2940 * Right Click `URL' Menus
2941 * DnD Rearranging of Buddies
2942 * Script to convert win95 buddylist to gaim buddylist
2943 * Added `Link/URL' button to conversation window
2944 * ESD is now autodetected
2945 * Not too important but we GNU-ified the source tree :)
2947 version 0.8.0 (04/31/1999):
2951 * Pixmaps for buttons
2952 * Buddylist import/export
2954 * Conversation Logging
2955 * Coloured Text Selection
2956 * Updated Preferences
2960 * `Blocking' on conversation window
2961 * Add/Remove buddy from conversation window
2962 * Scroll-Wheel Mice work in Conversation Window
2963 * Fixed WindowMaker Appicon
2964 * version Number in About Box
2965 * Gaim Slogan in about box :)
2966 * Created Changelog File :)