Mercurial > pidgin
diff ChangeLog @ 29636:d75813811637
Add a new signal, drawing-buddy, to allow plugins to handle markup in buddy
names, or anything else a plugin author might choose to dream up. Fixes #4598.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Thu, 25 Mar 2010 02:21:03 +0000 |
parents | 1bde873d1b94 |
children | 551109fcd61d |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 24 02:38:56 2010 +0000 +++ b/ChangeLog Thu Mar 25 02:21:03 2010 +0000 @@ -28,6 +28,8 @@ * Default binding of Ctrl+Shift+v to 'Paste as Plain Text' in conversation windows. This can be changed in .gtkrc-2.0. For example, Ctrl+v can be bound to 'Paste as Plain Text' by default. + * Plugins can now handle markup in buddy names by attaching to the signal + "drawing-buddy". Bonjour: * Added support for IPv6. (Thanks to T_X for testing)