comparison 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
comparison
equal deleted inserted replaced
9776:1e5ef71c9583 9777:8d891252f2ac
19 * File transfers appear in the file transfer window when they 19 * File transfers appear in the file transfer window when they
20 are initiated rather than when they begin transferring (Dave West) 20 are initiated rather than when they begin transferring (Dave West)
21 * Better file transfer cancel messages for AIM (Dave West) 21 * Better file transfer cancel messages for AIM (Dave West)
22 * Buddy list tooltips display in more appropriate positions when 22 * Buddy list tooltips display in more appropriate positions when
23 using multiple monitors (Dave West) 23 using multiple monitors (Dave West)
24 * Better parsing of URLs containing special characters
24 25
25 version 0.81 (08/05/2004): 26 version 0.81 (08/05/2004):
26 New Features: 27 New Features:
27 * The autorecon plugin will somewhat remember state information(Yosef 28 * The autorecon plugin will somewhat remember state information(Yosef
28 Radchenko) 29 Radchenko)