Mercurial > pidgin
diff ChangeLog @ 24952:bcad7dc4b453
propagate from branch 'im.pidgin.pidgin' (head 633ffe234af48ead3631ae62e23840b4438fcf5f)
to branch 'im.pidgin.maiku.vv' (head 5585b8e919d9adb0eb491c714768027e81f1918c)
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Thu, 06 Nov 2008 03:20:05 +0000 |
parents | 878ad37e5a18 |
children | 9e0458c98b4c |
line wrap: on
line diff
--- a/ChangeLog Thu Nov 06 02:21:16 2008 +0000 +++ b/ChangeLog Thu Nov 06 03:20:05 2008 +0000 @@ -1,8 +1,29 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.5.3 (??/??/????): + libpurple: + * Fix an error with MSN offline messages by shipping the *new* + "Microsoft Secure Server Authority" and the + "Microsoft Internet Authority" certificates. People that use + --with-system-ssl-certs and GnuTLS need to include these in the + system certs directory. + + Pidgin: + * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting + instead of our own (hidden) tooltip_delay pref. If you had + previously changed that pref, add a line like this to + ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want): + gtk-tooltip-timeout = 500 + To completely disable tooltips (e.g. if you had an old tooltip_delay + of zero), add this to ~/.purple/gtkrc-2.0: + gtk-enable-tooltips = 0 + + Finch: + * Allow binding meta+arrow keys for actions. + + version 2.5.2 (10/19/2008): libpurple: - * Restored the "Has You" feature to the MSN protocol tooltips. * Fixed a crash on removing a custom buddy icon on a buddy. * Fixed a crash caused by certain self-signed SSL certificates. * Enable a number of strong ciphers which were previously disabled @@ -16,14 +37,22 @@ * Added ability to change the color of visited links (using the theme control plugin, or setting the color in ~/.gtkrc-2.0) * Fix a crash occuring when a custom smiley is deleted and re-added and - used in an open conversation after being re-added + used in an open conversation after being re-added. Finch: * A new 'Nested Grouping' option in the 'Grouping' plugin. Group - hierarchies are defined by the '/' character in the group names + hierarchies are defined by the '/' character in the group names. * A bug was fixed where some key-bindings wouldn't work with some TERMs (e.g. xterm-color, screen-linux etc.) + MSN: + * Operations (such as moving to a new group) on contacts that were added + in the same session should now complete correctly, and not cause + synchronization errors at next login. + * Minor fixes to login process during a server transfer. + * Restored the "Has You" feature to the MSN protocol tooltips. + * ADL 205/214/etc errors should no longer prevent login. + XMPP: * Sending and receiving custom smileys using the specification in XEP-0231 (bits of binary) and XHTML-IM