Mercurial > pidgin
diff ChangeLog @ 9777:8d891252f2ac
[gaim-migrate @ 10645]
URLs containing ' will open correctly. There was some over-zealous
double-quotation mark usage in gtknotify.c. That may have been my fault.
Also escape the URLs in debug and gaim_notify messages.
Also refactored gaim_escape_html() a tad bit. There is nothing wrong
with exiting out of a function early. In the abnormal case that
html==NULL, we just exit the function. It makes the meat of the function
nested one fewer level.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 19 Aug 2004 01:45:30 +0000 |
parents | 09f18996c2ea |
children | 06e730382bbe |
line wrap: on
line diff
--- a/ChangeLog Thu Aug 19 01:13:58 2004 +0000 +++ b/ChangeLog Thu Aug 19 01:45:30 2004 +0000 @@ -21,6 +21,7 @@ * Better file transfer cancel messages for AIM (Dave West) * Buddy list tooltips display in more appropriate positions when using multiple monitors (Dave West) + * Better parsing of URLs containing special characters version 0.81 (08/05/2004): New Features: