comparison ChangeLog @ 24633:0ac34748464a

merge of '17b584b23aee26cc5553b12483ab9b550eee8103' and '2b3429067be9bc2eb9be9e8deeeac9c35001f61d'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Thu, 11 Dec 2008 06:24:14 +0000
parents eae0e194658e
children 79da937ac0f1 8d1ff9c7b889
comparison
equal deleted inserted replaced
24546:8792c97479fd 24633:0ac34748464a
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 * Enable auto-reply on Zephyr, to emulate 'zaway' (Toby Schaffer)
12 * The Buddy State Notification plugin no longer prints duplicate 11 * The Buddy State Notification plugin no longer prints duplicate
13 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)
14 * 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
15 ID's, etc. into links (Florian Quèze) 14 ID's, etc. into links (Florian Quèze)
16 * Fix a crash in SIMPLE when a malformed message is received. 15 * Fix a crash in SIMPLE when a malformed message is received.
17 * purple-remote now has a "getstatusmessage" command to retrieve the text 16 * purple-remote now has a "getstatusmessage" command to retrieve the text
18 of the current status message. 17 of the current status message.
18 * Various fixes to the nullprpl (Paul Aurich)
19 * Fix a crash when accessing the roomlist for an account that's not
20 connected (Paul Aurich)
21 * Fix a crash in purple_accounts_delete that happens when this function is
22 called before the buddy list is initialized (Florian Quèze)
23 * On MSN, the Games and Office media can now be set and displayed (in
24 addition to the previous Music media). The Media status text now shows
25 the album, if possible.
19 26
20 Gadu-Gadu: 27 Gadu-Gadu:
21 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki) 28 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki)
22 * Gadu-Gadu now validates that UID's are valid (Adam Strzelecki) 29 * Gadu-Gadu now checks that UID's are valid (Adam Strzelecki)
23 * Gadu-Gadu now does proper charset translations where needed (Adam 30 * Gadu-Gadu now does proper charset translations where needed (Adam
24 Strzelecki) 31 Strzelecki)
25 32
26 XMPP: 33 XMPP:
27 * Fix the namespace URL we look for in PEP reply stanzas to match the URL 34 * Fix the namespace URL we look for in PEP reply stanzas to match the URL
33 * Resources now default to no value 40 * Resources now default to no value
34 * Quit trying to get user info for MUC's (Paul Aurich) 41 * Quit trying to get user info for MUC's (Paul Aurich)
35 * Send "client-accepts-full-bind-result" attribute during SASL login. 42 * Send "client-accepts-full-bind-result" attribute during SASL login.
36 This will fix Google Talk login failures if the user configures the 43 This will fix Google Talk login failures if the user configures the
37 wrong domain for his/her account. 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)
38 52
39 Pidgin: 53 Pidgin:
40 * 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
41 instead of our own (hidden) tooltip_delay pref. If you had 55 instead of our own (hidden) tooltip_delay pref. If you had
42 previously changed that pref, add a line like this to 56 previously changed that pref, add a line like this to
45 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
46 of zero), add this to ~/.purple/gtkrc-2.0: 60 of zero), add this to ~/.purple/gtkrc-2.0:
47 gtk-enable-tooltips = 0 61 gtk-enable-tooltips = 0
48 * Moved the release notification dialog to a mini-dialog in the 62 * Moved the release notification dialog to a mini-dialog in the
49 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
50 67
51 Finch: 68 Finch:
52 * Allow binding meta+arrow keys for actions. 69 * Allow binding meta+arrow keys for actions.
53 70
54 71