comparison ChangeLog @ 25173:ee5f4c2a177a

propagate from branch 'im.pidgin.pidgin' (head ff33fd0d52d8b32701b296048df6105a5c70e554) to branch 'org.darkrain42.pidgin.xmpp' (head 6c71380c5a07f5c274b8353f8c64c23fd900d12b)
author Paul Aurich <paul@darkrain42.org>
date Mon, 24 Nov 2008 03:12:36 +0000
parents 1ee0ded8926b
children e344426d7c28 4caae7801f4d
comparison
equal deleted inserted replaced
25171:816c096d1ea8 25173:ee5f4c2a177a
6 "Microsoft Secure Server Authority" and the 6 "Microsoft Secure Server Authority" and the
7 "Microsoft Internet Authority" certificates. People that use 7 "Microsoft Internet Authority" certificates. People that use
8 --with-system-ssl-certs and GnuTLS need to include these in the 8 --with-system-ssl-certs and GnuTLS need to include these in the
9 system certs directory. 9 system certs directory.
10 * Corrected maximum message lengths for Yahoo! 10 * Corrected maximum message lengths for Yahoo!
11 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki)
12 * Enable auto-reply on Zephyr, to emulate 'zaway' (Toby Schaffer)
13 * The Buddy State Notification plugin no longer prints duplicate
14 notifications when the same buddy is in multiple groups (Florian Quèze)
15 * The Buddy State Notification plugin no longer turns JID's, MSN Passport
16 ID's, etc. into links (Florian Quèze)
17 * Fix a crash in SIMPLE when a malformed message is received.
11 18
12 Pidgin: 19 Pidgin:
13 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting 20 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
14 instead of our own (hidden) tooltip_delay pref. If you had 21 instead of our own (hidden) tooltip_delay pref. If you had
15 previously changed that pref, add a line like this to 22 previously changed that pref, add a line like this to
16 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want): 23 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
17 gtk-tooltip-timeout = 500 24 gtk-tooltip-timeout = 500
18 To completely disable tooltips (e.g. if you had an old tooltip_delay 25 To completely disable tooltips (e.g. if you had an old tooltip_delay
19 of zero), add this to ~/.purple/gtkrc-2.0: 26 of zero), add this to ~/.purple/gtkrc-2.0:
20 gtk-enable-tooltips = 0 27 gtk-enable-tooltips = 0
28 * Moved the release notification dialog to a mini-dialog in the
29 buddylist. (Thanks to Casey Ho)
21 30
22 Finch: 31 Finch:
23 * Allow binding meta+arrow keys for actions. 32 * Allow binding meta+arrow keys for actions.
24 33
25 34