2001-11-28 Sean Stuckless * applied patch from Samuel Vinson. * better support for empty tags. * better support cdata and comment tags. * added windows project files and windows defines for building under windows. * shows the xml header with encoding. 2001-11-19 Sean Stuckless * my email has changed, so updated code should reflect this. * added color syntax highlighting * added extras folder with xmlformatter binary that will take an xml input and "pretty print" it. Use this with caution since reformatting xml may not be a good idea. * added "gxmlviewer-extras" package for the extra tools * the netscape plugin is now in the "gxmlviewer-plugin" package * the xmlview-control in now in the "gxmlviewer-bonobo" package * configure --without-bonobo will now allow you to build without bonobo installed. (this is kind of a hack, because i don't know how to properly rebuild the Makefile) * syntax highlighting resulted in cleaner parsing/tree building code, but the fact that we are now using labels for each piece of color data adds more processing overhead. If you are running on a slower hardware you might notice the performance hit. * currently you cannot change the default colors of the xmltree but in the future it would be nice if you could get the informat from .Xdefaults or some other sort of resource file. 2001-10-31 Sean Stuckless * applied diff from Nicholas Marshall * diff gave dnd support which worked with Rox filer. * modified dnd code to account for Rox with/without hostname in the dnd filename and to support nautilus style dnd. * started to replace some of the stdc calls with glibc calls. * modified configure.in to look for libxml1 if libxml2 was not found. 2001-09-10 Sean Stuckless * applied diff from Samuel Vinson . I send to you gxmlviewer-1.2.0 patch. With it, - CDATA and comment display - texts like fffsdhdd display correctly, without patch ff and dd text don't display - empty tags display like - glib functions replace glibc functions (malloc->g_malloc,...) * almost all .c and .h files were affected in some way. * I compiled/tested/verified the changes. 2001-09-10 Sean Stuckles * README: Fixed typo in name. * AUTHORS: Added authors. * samples/edi840sample.xml: Added Sample * src/xmlview-control.c: removed RCSID * src/xmlparser.c: prefixed startDocument/endDocument with "handle" 2001-08-05 Sean Stuckless * src/xmlwindow.[ch]: Added files * src/xmlcontrol.c: remove sax code * src/interface.[ch]: Moved xmlwindow code to xmlwindow.ch * configure.in: modified version to 1.2.0 2001-06-30 Rodney Dawes * src/xmlview-control.[ch]: Added files * src/xmlparser.[ch]: Split out stuff that the control needs * src/Makefile.am: Added bonobo stuff * configure.in: Added bonobo check, oaf file generation, and up version * acconfig.h: Updated to include appropriate defines * */*: Made make distcheck happy * gxmlviewer.spec.in: Added file june 23, 2001 - initial revision with netscape plugin.