Began making changes to do better handling of character sets.
[citadel.git] / webcit / html2html.c
2006-02-09 Art Cancrohtml2html.c: when converting links, don't add quotes...
2006-02-08 Art CancroFixed a couple of memory leaks detected by Valgrind.
2006-02-06 Art CancroCreated ctdl_iconv_open() wrapper around iconv_open()
2006-02-04 Art CancroFixed the handling of HTML messages when the character...
2006-02-04 Art CancroReorganized portions of html2html.c
2006-02-04 Art CancroWhen outputting HTML messages, check to see if there...
2006-01-29 Wilfried Göesgens* Doxygen groups. Sorted the files into groups. so...
2006-01-24 Art Cancro* Fixes to wiki view to handle "short" links.
2006-01-21 Wilfried Göesgensmore doxygen doku.
2005-11-04 Art Cancro* Removed all of the absolute URL's.
2005-11-04 Art Cancrolower case tags
2005-11-03 Art Cancrominor href fix
2005-10-26 Art Cancro* Bumped internal version number to 6.31. Minimum...
2005-10-22 Art Cancro* More changes required to be able to do embedded messa...
2005-08-18 Art Cancro* calendar_view.c event.c floors.c graphics.c html2html...
2005-08-12 Art Cancro* All OS-level includes are now included from webcit...
2005-07-22 Art Cancro* HTML messages in foreign character sets are now conve...
2005-04-11 Art Cancro* Replaced serv_gets() with serv_getln() - which now...
2005-01-11 Art Cancro* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIO...
2004-06-12 Art Cancro* Fixed some garbled output resulting from turning...
2004-06-06 Art Cancro* Cleaned up a couple of FIXME's sitting around in...
2004-04-16 Art Cancro* Completed SSL support. Still doesn't work with all...
2003-07-06 Art Cancro* When converting "anything that looks like a URL"...
2002-09-27 Art Cancro* Removed the gzip compression stuff due to bugs in...
2002-09-14 Art Cancro* Finished gzip compression of dynamic pages (when...
2002-09-09 Art Cancro* In the HTML-to-HTML converter:
2002-07-25 Art Cancro* Final cleanup of changes (finally located and fixed...
2002-07-24 Art Cancro* Minor code cleanup of last night's changes
2002-07-23 Art Cancro* Minor cleanup of previous changes
2002-07-23 Art Cancro* Updated message reading to use the new MSG4 command...
2002-07-16 Art Cancro* Small change to above
2002-07-16 Art Cancro* Display HTML messages as HTML. (Wow!)