[gaim-migrate @ 5455]

Thu, 10 Apr 2003 06:09:26 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Thu, 10 Apr 2003 06:09:26 +0000
changeset 5093
7761492245e6
parent 5092
b3858e2cfcbc
child 5094
e334424dd6c8

[gaim-migrate @ 5455]
jabber XHTML support. since people tend to not like to write valid XHTML
all of the time, we now have html_to_xhtml() which does its best to figure
out what you meant. i'm tired, hope this works for everyone

ChangeLog file | annotate | diff | comparison | revisions
src/gaim.h file | annotate | diff | comparison | revisions
src/gtkimhtml.c file | annotate | diff | comparison | revisions
src/html.c file | annotate | diff | comparison | revisions
src/protocols/jabber/jabber.c file | annotate | diff | comparison | revisions
src/util.c file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Apr 10 00:57:06 2003 +0000
+++ b/ChangeLog	Thu Apr 10 06:09:26 2003 +0000
@@ -3,6 +3,7 @@
 version 0.62
 	* Keyboard shortcuts in the buddy list work again (Thanks Joe 
 	 Clarke).
+	* Support for Jabber XHTML messages
 
 version 0.61 (04/07/2003):
 	* Split the buddy pounce core and UI, and rewrote the UI for it.
--- a/src/gaim.h	Thu Apr 10 00:57:06 2003 +0000
+++ b/src/gaim.h	Thu Apr 10 06:09:26 2003 +0000
@@ -371,6 +371,7 @@