Mercurial > pidgin
comparison ChangeLog @ 29356:2b9db39bd7ed
propagate from branch 'im.pidgin.pidgin' (head 97a9c0e52ad7b57090076da83c4fc7bfeefad0a8)
to branch 'im.pidgin.pidgin.next.minor' (head 52f9485ad7afb4d7002b2d45a2662de0f458068c)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 09 Feb 2010 22:40:36 +0000 |
parents | 8c87d8558fb5 9b0d3a48a467 |
children | 55515a760e87 |
comparison
equal
deleted
inserted
replaced
29355:8c87d8558fb5 | 29356:2b9db39bd7ed |
---|---|
23 * Fix 'make check' on OS X. (David Fang) | 23 * Fix 'make check' on OS X. (David Fang) |
24 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages | 24 * Fix a quirk in purple_markup_html_to_xhtml that caused some messages |
25 to be improperly converted to XHTML. | 25 to be improperly converted to XHTML. |
26 * Set "controlling-mode" correctly when initializing a media session. | 26 * Set "controlling-mode" correctly when initializing a media session. |
27 Fixes receiving voice calls from Psi. | 27 Fixes receiving voice calls from Psi. |
28 * When looking up DNS records, use the type of record returned by the | |
29 server (instead of the type we asked for) to determine how to process | |
30 the record. | |
28 | 31 |
29 General: | 32 General: |
30 * Correctly disable all missing dependencies when using the | 33 * Correctly disable all missing dependencies when using the |
31 --disable-missing-dependencies option. (Gabriel Schulhof) | 34 --disable-missing-dependencies option. (Gabriel Schulhof) |
32 | 35 |
44 * Received files will no longer hold an extra lock after completion, | 47 * Received files will no longer hold an extra lock after completion, |
45 meaning they can be moved or deleted without complaints from your OS. | 48 meaning they can be moved or deleted without complaints from your OS. |
46 * Buddies who sign in from a second location will no longer cause an | 49 * Buddies who sign in from a second location will no longer cause an |
47 unnecessary chat window to open. | 50 unnecessary chat window to open. |
48 * Support setting an animated GIF as a buddy icon. | 51 * Support setting an animated GIF as a buddy icon. |
52 * Numerous code cleanups and memory savings. | |
53 | |
54 MySpace: | |
55 * Fix a leak and crash when retrieving buddy icons. | |
49 | 56 |
50 XMPP: | 57 XMPP: |
51 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only | 58 * Added support for the SCRAM-SHA-1 SASL mechanism. This is only |
52 available when built without Cyrus SASL support. | 59 available when built without Cyrus SASL support. |
53 * When getting info on a domain-only (server) JID, show uptime | 60 * When getting info on a domain-only (server) JID, show uptime |
61 specified in the BoB XEP. This prevents a client from being | 68 specified in the BoB XEP. This prevents a client from being |
62 disconnected by servers that dislike overly-large stanzas. | 69 disconnected by servers that dislike overly-large stanzas. |
63 | 70 |
64 Yahoo: | 71 Yahoo: |
65 * Don't send <span> and </span> tags. (Fartash Faghri) | 72 * Don't send <span> and </span> tags. (Fartash Faghri) |
73 * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik | |
74 Mohta) | |
66 | 75 |
67 Pidgin: | 76 Pidgin: |
68 * Correctly size conversation and status box entries when the | 77 * Correctly size conversation and status box entries when the |
69 interior-focus style property is diabled. (Gabriel Schulhof) | 78 interior-focus style property is diabled. (Gabriel Schulhof) |
70 * Correctly handle a multiline text field being required in a | 79 * Correctly handle a multiline text field being required in a |
71 request form. (Thanks to Florian Zeitz for finding this problem) | 80 request form. (Thanks to Florian Zeitz for finding this problem) |
72 * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan) | 81 * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan) |
73 * Allow dropping an image on Custom Smiley window to add a new one. | 82 * Allow dropping an image on Custom Smiley window to add a new one. |
83 * Prompt for confirmation when clearing a whiteboard (doodle) session. | |
84 (Kartik Mohta) | |
85 * Use the "hand" cursor when hovering over usernames in chat history to | |
86 indicate that the username is an actionable item. | |
87 * Double-clicking usernames in chat history will open an IM with that | |
88 user. | |
89 * Put an icon on the "Filter" button in the debug window. | |
90 * Don't treat "/messages/like/this " as commands. | |
91 * Explicitly mark user interaction when inserting smilies from the | |
92 toolbar so "Undo" correctly removes these smilies. | |
93 * Clicking "New" or "Saved" in the status selector menu while typing a | |
94 status message no longer keeps the status entry area stuck in "typing" | |
95 mode forever. | |
96 * Show tooltips for ellipsized conversation tabs. On older systems, | |
97 tooltips will show for all tabs. | |
98 * The File Transfers and Debug Window windows are no longer created as | |
99 dialogs. These windows should now have minimize buttons in many | |
100 environments in which they were previously missing (including Windows). | |
101 * Smiley themes with Windows line endings no longer cause theme | |
102 descriptions not to be displayed in the theme selector. | |
74 | 103 |
75 Finch: | 104 Finch: |
76 * Rebindable 'move-first' and 'move-last' actions for tree widgets. So | 105 * Rebindable 'move-first' and 'move-last' actions for tree widgets. So |
77 it is possible to jump to the first or last entry in the buddy list | 106 it is possible to jump to the first or last entry in the buddy list |
78 (and other such lists) by pressing home or end key (defaults) | 107 (and other such lists) by pressing home or end key (defaults) |