comparison ChangeLog @ 29447:c203ceb5bd9a

propagate from branch 'im.pidgin.pidgin' (head 6729d3dea8df2203383212a82eddd4697ea70ee9) to branch 'im.pidgin.cpw.rekkanoryo.icqxstatus' (head 0dd11b78b526e2c42337a6749d942bb0a93fe958)
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Nov 2008 17:24:40 +0000
parents 1ee0ded8926b
children e344426d7c28 4caae7801f4d
comparison
equal deleted inserted replaced
29446:fca74ad80194 29447:c203ceb5bd9a
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