comparison ChangeLog @ 24616:fdd9fd5c2086

merge of '68a2ccd3df34ca17e6d788cfcbaf96a605bea2e5' and 'bff50ecd56f0f881f81b5d087f566ecbf74aa4cd'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 09 Dec 2008 15:45:15 +0000
parents e344426d7c28 4895879ebafb
children eae0e194658e
comparison
equal deleted inserted replaced
24460:f1936abe1616 24616:fdd9fd5c2086
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 11 * The Buddy State Notification plugin no longer prints duplicate
14 notifications when the same buddy is in multiple groups (Florian Quèze) 12 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 13 * The Buddy State Notification plugin no longer turns JID's, MSN Passport
16 ID's, etc. into links (Florian Quèze) 14 ID's, etc. into links (Florian Quèze)
17 * Fix a crash in SIMPLE when a malformed message is received. 15 * Fix a crash in SIMPLE when a malformed message is received.
18 * On MSN, the Games and Office media can now be set and displayed (in 16 * On MSN, the Games and Office media can now be set and displayed (in
19 addition to the previous Music media). The Media status text now shows 17 addition to the previous Music media). The Media status text now shows
20 the album, if possible. 18 the album, if possible.
19 * purple-remote now has a "getstatusmessage" command to retrieve the text
20 of the current status message.
21 * Various fixes to the nullprpl (Paul Aurich)
22 * Fix a crash when accessing the roomlist for an account that's not
23 connected (Paul Aurich)
24 * Fix a crash in purple_accounts_delete that happens when this function is
25 called before the buddy list is initialized (Florian Quèze)
26
27 Gadu-Gadu:
28 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki)
29 * Gadu-Gadu now checks that UID's are valid (Adam Strzelecki)
30 * Gadu-Gadu now does proper charset translations where needed (Adam
31 Strzelecki)
32
33 XMPP:
34 * Fix the namespace URL we look for in PEP reply stanzas to match the URL
35 used in the 'get' requests (Paul Aurich)
36 * Resources can be set to the local machine's hostname by using
37 __HOSTNAME__ as the resource string (Jonathan Sailor)
38 * Resources can now be left blank, causing the server to generate a
39 resource for us where supported (Jonathan Sailor)
40 * Resources now default to no value
41 * Quit trying to get user info for MUC's (Paul Aurich)
42 * Send "client-accepts-full-bind-result" attribute during SASL login.
43 This will fix Google Talk login failures if the user configures the
44 wrong domain for his/her account.
45
46 Zephyr:
47 * Enable auto-reply, to emulate 'zaway' (Toby Schaffer)
48 * Fix a crash when an account is configured to use tzc but tzc is not
49 installed or the configured tzc command is invalid (Michael Terry)
50 * Fix a 10 second delay waiting on tzc if it is not installed or the
51 configured command is invalid (Michael Terry)
21 52
22 Pidgin: 53 Pidgin:
23 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting 54 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
24 instead of our own (hidden) tooltip_delay pref. If you had 55 instead of our own (hidden) tooltip_delay pref. If you had
25 previously changed that pref, add a line like this to 56 previously changed that pref, add a line like this to
28 To completely disable tooltips (e.g. if you had an old tooltip_delay 59 To completely disable tooltips (e.g. if you had an old tooltip_delay
29 of zero), add this to ~/.purple/gtkrc-2.0: 60 of zero), add this to ~/.purple/gtkrc-2.0:
30 gtk-enable-tooltips = 0 61 gtk-enable-tooltips = 0
31 * Moved the release notification dialog to a mini-dialog in the 62 * Moved the release notification dialog to a mini-dialog in the
32 buddylist. (Thanks to Casey Ho) 63 buddylist. (Thanks to Casey Ho)
64 * Fix a crash when closing an authorization minidialog with the X then
65 immediately going offline (Paul Aurich)
66 * Fix compatibility with old GTK+ yet again
33 67
34 Finch: 68 Finch:
35 * Allow binding meta+arrow keys for actions. 69 * Allow binding meta+arrow keys for actions.
36 70
37 71