# HG changeset patch # User John Bailey # Date 1234734593 0 # Node ID 5949c8a0bba87f568bdcf5bf65b7625598cf1c7e # Parent 5587f50886a509799eea3e1d95a71eeabee77307 Credit Kosta Arvanitis for his patches. Refs #8148, #8150, #8233. diff -r 5587f50886a5 -r 5949c8a0bba8 COPYRIGHT --- a/COPYRIGHT Sun Feb 15 21:45:37 2009 +0000 +++ b/COPYRIGHT Sun Feb 15 21:49:53 2009 +0000 @@ -14,6 +14,7 @@ Patrick Aussems Anibal Avelar Ali Albazaz +Kosta Arvanitis Christopher Ayoup Alex Badea John Bailey diff -r 5587f50886a5 -r 5949c8a0bba8 ChangeLog --- a/ChangeLog Sun Feb 15 21:45:37 2009 +0000 +++ b/ChangeLog Sun Feb 15 21:49:53 2009 +0000 @@ -36,6 +36,12 @@ for lots of debugging and testing. * Messages from Yahoo! buddies are no longer silently dropped. + Pidgin: + * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis) + * Tooltip windows now disappear on keypress events. (Kosta Arvanitis) + * Tooltip windows no longer linger when scrolling the buddy list. (Kosta + Arvanitis) + Finch: * Allow rebinding keys to change the focused widget (details in the man-page, look for GntBox::binding)