Mercurial > pidgin.yaz
comparison ChangeLog @ 25362:65cfc59858cf
propagate from branch 'im.pidgin.pidgin' (head d5bb29138cbe033bbfd8ec689203d73818765327)
to branch 'im.pidgin.pidgin.next.minor' (head 35ee8e40db640867e5b9239030cdc326e7f0a005)
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sat, 13 Dec 2008 05:45:27 +0000 |
parents | e4b1ba7c351c |
children | 36851084b5f2 |
comparison
equal
deleted
inserted
replaced
25361:d9da15c9e2a1 | 25362:65cfc59858cf |
---|---|
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. | |
26 * Fix use of av_len in perl bindings to fix some off-by-one bugs (Paul | |
27 Aurich) | |
28 * On ICQ, advertise the ICQ 6 typing capability. This should fix the | |
29 reports of typing notifications not working with third-party clients. | |
19 | 30 |
20 Gadu-Gadu: | 31 Gadu-Gadu: |
21 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki) | 32 * Fix some problems with Gadu-Gadu buddy icons (Adam Strzelecki) |
22 * Gadu-Gadu now validates that UID's are valid (Adam Strzelecki) | 33 * Gadu-Gadu now checks that UID's are valid (Adam Strzelecki) |
23 * Gadu-Gadu now does proper charset translations where needed (Adam | 34 * Gadu-Gadu now does proper charset translations where needed (Adam |
24 Strzelecki) | 35 Strzelecki) |
25 | 36 |
26 XMPP: | 37 XMPP: |
27 * Fix the namespace URL we look for in PEP reply stanzas to match the URL | 38 * Fix the namespace URL we look for in PEP reply stanzas to match the URL |
33 * Resources now default to no value | 44 * Resources now default to no value |
34 * Quit trying to get user info for MUC's (Paul Aurich) | 45 * Quit trying to get user info for MUC's (Paul Aurich) |
35 * Send "client-accepts-full-bind-result" attribute during SASL login. | 46 * Send "client-accepts-full-bind-result" attribute during SASL login. |
36 This will fix Google Talk login failures if the user configures the | 47 This will fix Google Talk login failures if the user configures the |
37 wrong domain for his/her account. | 48 wrong domain for his/her account. |
49 * Support new <metadata/> element to indicate no XEP-0084 User Avatar | |
50 (Paul Aurich) | |
51 * Fix SHA1 avatar checksum errors that occur when one of the bytes in a | |
52 checksum begins with 0 (Paul Aurich) | |
53 | |
54 Zephyr: | |
55 * Enable auto-reply, to emulate 'zaway' (Toby Schaffer) | |
56 * Fix a crash when an account is configured to use tzc but tzc is not | |
57 installed or the configured tzc command is invalid (Michael Terry) | |
58 * Fix a 10 second delay waiting on tzc if it is not installed or the | |
59 configured command is invalid (Michael Terry) | |
38 | 60 |
39 Pidgin: | 61 Pidgin: |
40 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting | 62 * 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 | 63 instead of our own (hidden) tooltip_delay pref. If you had |
42 previously changed that pref, add a line like this to | 64 previously changed that pref, add a line like this to |
45 To completely disable tooltips (e.g. if you had an old tooltip_delay | 67 To completely disable tooltips (e.g. if you had an old tooltip_delay |
46 of zero), add this to ~/.purple/gtkrc-2.0: | 68 of zero), add this to ~/.purple/gtkrc-2.0: |
47 gtk-enable-tooltips = 0 | 69 gtk-enable-tooltips = 0 |
48 * Moved the release notification dialog to a mini-dialog in the | 70 * Moved the release notification dialog to a mini-dialog in the |
49 buddylist. (Thanks to Casey Ho) | 71 buddylist. (Thanks to Casey Ho) |
72 * Fix a crash when closing an authorization minidialog with the X then | |
73 immediately going offline (Paul Aurich) | |
50 | 74 |
51 Finch: | 75 Finch: |
52 * Allow binding meta+arrow keys for actions. | 76 * Allow binding meta+arrow keys for actions. |
53 | 77 |
54 | 78 |