Mercurial > pidgin
diff ChangeLog @ 30981:1203778744d0
gtkimhtml: Display "<3" instead of "<3" after too many smileys in convo
I encountered this in a long-lived, active MUC. Interestingly, this may have
persisted even after I disabled smileys and restarted (I'm unsure whether I
restarted or not). I also don't know why this works, other than it does.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 30 Nov 2010 06:06:14 +0000 |
parents | 2812bbd3fc18 |
children | b6514064941d c7f0decf419b |
line wrap: on
line diff
--- a/ChangeLog Mon Nov 29 07:13:08 2010 +0000 +++ b/ChangeLog Tue Nov 30 06:06:14 2010 +0000 @@ -5,6 +5,12 @@ * Fix the exceptions in purple-remote on Python 2.6+. (Ari Pollak) (#12151) + Pidgin: + * When a conversation has reached the maximum limit on the number + of smileys, display the text representation of the smiley properly + when it contains HTML-escapable characters (e.g. "<3" was previously + displayed as "<3"). + libpurple: * Fix multipart parsing when '=' is included in the boundary for purple_mime_document_parse. (Jakub Adam) (#11598)