comparison ChangeLog @ 25741:7183d12b96ed

propagate from branch 'im.pidgin.pidgin' (head 311b4db51b575e1baa7f78d751ff926475edecc3) to branch 'im.pidgin.cpw.malu.xmpp.ibb_ft' (head 2547f95c32d530b4f5c2d0cb5e65860482dc8138)
author Marcus Lundblad <ml@update.uu.se>
date Thu, 13 Nov 2008 19:50:53 +0000
parents 9e0458c98b4c
children 637aee10adcb 7e3ccef42bb0
comparison
equal deleted inserted replaced
25740:6ef1197c2db6 25741:7183d12b96ed
5 * Fix an error with MSN offline messages by shipping the *new* 5 * Fix an error with MSN offline messages by shipping the *new*
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!
11
12 Pidgin:
13 * 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
15 previously changed that pref, add a line like this to
16 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
17 gtk-tooltip-timeout = 500
18 To completely disable tooltips (e.g. if you had an old tooltip_delay
19 of zero), add this to ~/.purple/gtkrc-2.0:
20 gtk-enable-tooltips = 0
21
22 Finch:
23 * Allow binding meta+arrow keys for actions.
24
10 25
11 version 2.5.2 (10/19/2008): 26 version 2.5.2 (10/19/2008):
12 libpurple: 27 libpurple:
13 * Fixed a crash on removing a custom buddy icon on a buddy. 28 * Fixed a crash on removing a custom buddy icon on a buddy.
14 * Fixed a crash caused by certain self-signed SSL certificates. 29 * Fixed a crash caused by certain self-signed SSL certificates.