Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Mon Feb 08 17:07:30 2010 +0000 +++ b/ChangeLog Tue Feb 09 22:40:36 2010 +0000 @@ -25,6 +25,9 @@ to be improperly converted to XHTML. * Set "controlling-mode" correctly when initializing a media session. Fixes receiving voice calls from Psi. + * When looking up DNS records, use the type of record returned by the + server (instead of the type we asked for) to determine how to process + the record. General: * Correctly disable all missing dependencies when using the @@ -46,6 +49,10 @@ * Buddies who sign in from a second location will no longer cause an unnecessary chat window to open. * Support setting an animated GIF as a buddy icon. + * Numerous code cleanups and memory savings. + + MySpace: + * Fix a leak and crash when retrieving buddy icons. XMPP: * Added support for the SCRAM-SHA-1 SASL mechanism. This is only @@ -63,6 +70,8 @@ Yahoo: * Don't send <span> and </span> tags. (Fartash Faghri) + * Support PingBox. PingBoxes will appear as pbx/PingBoxName. (Kartik + Mohta) Pidgin: * Correctly size conversation and status box entries when the @@ -71,6 +80,26 @@ request form. (Thanks to Florian Zeitz for finding this problem) * Search friends by email-addresses in the buddy list. (Luoh Ren-Shan) * Allow dropping an image on Custom Smiley window to add a new one. + * Prompt for confirmation when clearing a whiteboard (doodle) session. + (Kartik Mohta) + * Use the "hand" cursor when hovering over usernames in chat history to + indicate that the username is an actionable item. + * Double-clicking usernames in chat history will open an IM with that + user. + * Put an icon on the "Filter" button in the debug window. + * Don't treat "/messages/like/this " as commands. + * Explicitly mark user interaction when inserting smilies from the + toolbar so "Undo" correctly removes these smilies. + * Clicking "New" or "Saved" in the status selector menu while typing a + status message no longer keeps the status entry area stuck in "typing" + mode forever. + * Show tooltips for ellipsized conversation tabs. On older systems, + tooltips will show for all tabs. + * The File Transfers and Debug Window windows are no longer created as + dialogs. These windows should now have minimize buttons in many + environments in which they were previously missing (including Windows). + * Smiley themes with Windows line endings no longer cause theme + descriptions not to be displayed in the theme selector. Finch: * Rebindable 'move-first' and 'move-last' actions for tree widgets. So
