2004-11-01 13:21  morganj

	* doc/examples/.cvsignore: ignoring generated files

2004-10-22 15:05  lucaderu

	* doc/examples/runExample.sh.in: new runExample script

2004-10-22 15:04  lucaderu

	* doc/examples/runExample.sh: old runExample removed

2004-10-22 14:44  lucaderu

	* configure.in: runExample autoconfigured

2004-10-08 04:52  lucaderu

	* doc/examples/runExample.sh: updated runExample script

2004-10-06 19:54  mh

	* Makefile.in: Build system fixes

2004-10-06 13:36  mh

	* configure.in, src/Makefile.in: more all-in-one build system fixes

2004-07-28 13:31  morganj

	* src/Makefile.in: Changed classpath for native build.

2004-07-19 22:27  morganj

	* configure.in: setting the correct version.

2004-07-19 21:19  morganj

	* NEWS: Added new files for new packages and updated gtk NEWS file.

2004-07-16 14:04  morganj

	* src/jni/org_gnu_gtkhtml_dom_DomNodeList.c: Fixed type in method
	  name.

2004-07-13 12:51  morganj

	* .cvsignore: ignoring generated files

2004-07-13 12:16  morganj

	* Makefile.in: Fixed install target directory.

2004-07-13 07:46  mh

	* src/Makefile.in: Build sys changes

2004-07-11 10:05  mh

	* .cvsignore, Makefile.in, Makefile.in.in, autogen.sh,
	  configure.in, configure.in.in, gtkhtml-java.pc.in, install-sh,
	  src/.cvsignore, src/Makefile.in.in: Build system improvements

2004-06-03 09:07  medavidson

	* src/java/org/gnu/gtkhtml/dom/: DomNode.java, DomNodeList.java:
	  Added public API to DomNodeList; changes to DomNode are not
	  complete.

2004-06-03 07:38  medavidson

	* src/java/org/gnu/gtkhtml/dom/DomNodeList.java: Temporarily
	  removed dom_node_list_new(), as there is no actual library call
	  that I could find for this code; possibly this was something
	  someone started and didn't finish.  In any case, I commented out
	  the native decl for this until later.

2004-06-03 07:36  medavidson

	* src/jni/org_gnu_gtkhtml_dom_DomNodeList.c: I must have missed
	  this earlier when I redid the jni side... DomNodeList had a java
	  module, but no corresponding C code.	Created the C module and am
	  checking it in.

2004-06-02 07:17  medavidson

	* src/java/org/gnu/gtkhtml/dom/DomNode.java: Discovered a compile
	  problem when I did a clean build on another machine; added a
	  constructor to DomNode that does nothing (right now) so
	  DomDocumentType can extend it.

2004-06-01 10:15  medavidson

	* src/: java/org/gnu/gtkhtml/dom/DomDocumentType.java,
	  java/org/gnu/gtkhtml/dom/DomNamedNodeMap.java,
	  java/org/gnu/gtkhtml/dom/DomNode.java,
	  jni/org_gnu_gtkhtml_dom_DomNamedNodeMap.c: Fixed compile problem
	  in DomDocumentType's constructor; it was attempting to assign the
	  handle of the GObject to the superclass (DomNode) via super(),
	  but DomNode didn't have a constructor to match.  I added a
	  constructor that just passes the call up the chain.

	  Also, added the start of wrapping DomNamedNodeMap.  It compiles,
	  but is completely untested.

2004-05-31 09:08  medavidson

	* src/java/org/gnu/gtkhtml/dom/DomDocumentType.java: Call super()
	  in constructor instead of manually setting handle

2004-05-31 03:02  medavidson

	* src/java/org/gnu/gtkhtml/dom/DomDocumentType.java: Added Java
	  public methods for DomDocumentType.  You can now construct a
	  DomDocumentType object (with a DomDocumentType handle passed back
	  from DomNode), and use the public API to work with it.  I still
	  need to wrap DomNamedNodeMap so you can walk the collection of
	  entities maintained by the DomDocumentType class on the C side.

2004-05-31 00:53  medavidson

	* src/java/org/gnu/gtkhtml/dom/: DomDocumentType.java,
	  DomNode.java: Beginning of wrapping DomNode; added method to
	  DomDocumentType that lets you construct a DomDocumentType object
	  with the handle of a DomNode.  Also added a public method to
	  DomNode that lets you get back the DomDocumentType object for a
	  DomNode.

2004-05-30 01:33  medavidson

	* src/jni/: org_gnu_gtk_html_HTMLContext.c,
	  org_gnu_gtk_html_HTMLDocument.c, org_gnu_gtk_html_HTMLParser.c,
	  org_gnu_gtk_html_HTMLView.c, org_gnu_gtk_html_dom_DomNode.c,
	  org_gnu_gtkhtml_HTMLContext.c, org_gnu_gtkhtml_HTMLDocument.c,
	  org_gnu_gtkhtml_HTMLParser.c, org_gnu_gtkhtml_HTMLParserType.c,
	  org_gnu_gtkhtml_HTMLView.c, org_gnu_gtkhtml_dom_DomDocument.c,
	  org_gnu_gtkhtml_dom_DomNode.c: Fixed JNI bindings that broke when
	  the package name was changed from org.gnu.gtk.html to
	  org.gnu.gtkhtml.  The gtkhtml example code (in
	  doc-core/examples/html) named HTMLExample now compiles and runs.

2004-05-19 07:42  medavidson

	* src/jni/org_gnu_gtkhtml_dom_DomDocumentType.c: Added the C side
	  for DomDocumentType

2004-05-19 07:42  medavidson

	* src/java/org/gnu/gtkhtml/dom/DomDocumentType.java: Added
	  DomDocumentType to the Java side

2004-05-19 07:38  medavidson

	* src/jni/org_gnu_gtk_html_dom_DomNode.c: Fixed bad native call;
	  dom_Node_get_doctype needs to call dom_Document__get_doctype(),
	  not dom_Node__get_doctype().	The latter doesn't exist and I
	  didn't catch this until later.

2004-05-18 08:30  medavidson

	* src/: jni/org_gnu_gtk_html_dom_DomNode.c,
	  java/org/gnu/gtkhtml/dom/DomNode.java: Added dom_node_get_doctype
	  (which calls dom_node__get_doctype() in gtkhtml2).

2004-05-09 13:20  kuzman

	* Makefile.in.in, src/Makefile.in.in: A little build cleanup.

2004-04-18 19:42  kuzman

	* src/java/org/gnu/gtkhtml/HTMLDocument.java.in: Lazy event
	  registration.

2004-04-12 11:33  howama

	* src/java/org/gnu/gtkhtml/HTMLDocument.java.in: Fixed glade
	  superclass problems

2004-04-11 18:19  howama

	* src/java/org/gnu/gtkhtml/event/: HTMLDocumentEvent.java,
	  HTMLDocumentListener.java: Fixed superclass events from libglade

2004-03-30 19:40  kuzman

	* src/java/org/gnu/gtkhtml/: HTMLDocument.java.in, HTMLParser.java,
	  HTMLParserType.java, HTMLView.java.in, dom/DomDocument.java,
	  dom/DomNode.java, dom/DomNodeList.java: Object creation fix.

2004-03-23 15:29  kuzman

	* src/java/org/gnu/gtkhtml/HTMLContext.java: FIX for multiple java
	  objects pointing to same native object.

2004-03-23 13:23  kuzman

	* src/java/org/gnu/gtkhtml/: HTMLDocument.java.in,
	  HTMLView.java.in: FIX for multiple java objects pointing to same
	  native object.

2004-03-23 12:41  kuzman

	* src/java/org/gnu/gtkhtml/HTMLParser.java: FIX for multiple java
	  objects pointing to same native object.

2004-03-16 21:00  kuzman

	* doc/examples/html/HTMLExample.java: A little cleanup of a few of
	  the examples.

2004-03-09 00:49  kuzman

	* src/java/org/gnu/gtkhtml/.cvsignore: igonring generated files.

2004-03-09 00:48  kuzman

	* configure.in.in, src/java/org/gnu/gtkhtml/HTMLDocument.java,
	  src/java/org/gnu/gtkhtml/HTMLDocument.java.in,
	  src/java/org/gnu/gtkhtml/HTMLView.java,
	  src/java/org/gnu/gtkhtml/HTMLView.java.in: Dynamic loading of
	  gtkhtml and gconf native libs.

2004-03-03 20:28  kuzman

	* doc/examples/html/HTMLExample.java: Updated the examples with the
	  new LifeCycleListener interface method.

2004-02-28 16:56  kuzman

	* doc/examples/html/HTMLExample.java: Updated to use the enhanced
	  API for TreeIter

2004-02-22 15:09  kuzman

	* doc/examples/html/HTMLExample.java: renamed DataBlock* to
	  DataColumn*

2004-02-06 12:46  kuzman

	* Makefile.in.in: Moving fixes from stable branch.

2004-02-05 21:42  kuzman

	* Makefile.in.in: fixing a few install targets.

2004-02-03 13:23  kuzman

	* Makefile.in.in, configure.in.in, src/Makefile.in.in: Moving
	  appropriate head changes to 0.8 branch.

2004-02-03 13:18  kuzman

	* doc/examples/html/HTMLExample.java: Moving appropriate head
	  changes to 0.8 branch.

2004-01-13 14:46  howama

	* src/Makefile.in.in: Only include class files in jar archives.
	  This bug was causing the jar files to be 40x bigger than they
	  needed to be.

2004-01-12 12:48  kuzman

	* doc/examples/html/HTMLExample.java: Fixing changed package.

2004-01-08 17:17  howama

	* Makefile.in.in: create links for jni so's. Force all links to be
	  created, replacing any existing links

2004-01-04 21:02  howama

	* Makefile.in.in, configure.in.in: various build system fixes

2003-12-17 19:03  howama

	* src/Makefile.in.in: Add all libs to compile scripts

2003-12-17 14:32  howama

	* .cvsignore, src/.cvsignore: cvs should ignore generated files.

2003-12-17 09:09  howama

	* Makefile.in.in, src/Makefile.in.in: GCJ Native compilation is now
	  optional

2003-12-16 09:33  howama

	* src/Makefile.in.in: Use CLASSPATH environment variable instead of
	  --classpath switches - some javac's call it -classpath instead.

2003-12-14 13:32  howama

	* Makefile.in.in, configure.in.in, src/Makefile.in.in: Build script
	  work. all targets should now work (including install). library
	  loading fixed for core modules. Hopefully everything is now
	  working.

2003-12-13 13:09  howama

	* configure.in.in, src/Makefile.in.in,
	  src/java/org/gnu/gtkhtml/HTMLContext.java,
	  src/java/org/gnu/gtkhtml/HTMLDocument.java,
	  src/java/org/gnu/gtkhtml/HTMLParser.java,
	  src/java/org/gnu/gtkhtml/HTMLParserType.java,
	  src/java/org/gnu/gtkhtml/HTMLView.java,
	  src/java/org/gnu/gtkhtml/dom/DomDocument.java,
	  src/java/org/gnu/gtkhtml/dom/DomNode.java,
	  src/java/org/gnu/gtkhtml/dom/DomNodeList.java,
	  src/java/org/gnu/gtkhtml/event/HTMLDocumentEvent.java,
	  src/java/org/gnu/gtkhtml/event/HTMLDocumentListener.java: more
	  make script improvements & fixes

2003-12-12 20:26  howama

	* Makefile.in.in, src/Makefile.in.in: making the build scripts work
	  a little more

2003-12-12 19:35  howama

	* src/Makefile.in.in: More files for the new make system

2003-12-11 17:55  howama

	* Makefile.in.in, configure.in.in: More work on new make system

2003-12-01 13:44  kuzman

	* src/java/org/gnu/gtkhtml/HTMLDocument.java: Cleaned up comments.

2003-11-24 13:28  kuzman

	* doc/examples/html/HTMLExample.java: Setting default text for
	  entry.

2003-11-22 18:32  kuzman

	* src/java/org/gnu/gtkhtml/dom/: DomDocument.java,
	  DomNodeList.java: Expanding dom.

2003-11-22 18:31  kuzman

	* src/java/org/gnu/gtkhtml/: HTMLContext.java, HTMLDocument.java,
	  HTMLParser.java, HTMLParserType.java, HTMLView.java,
	  dom/DomNode.java: Updated the header.

2003-11-22 02:17  kuzman

	* src/: java/org/gnu/gtkhtml/dom/DomNode.java,
	  jni/org_gnu_gtk_html_dom_DomNode.c: A little cleanup of API.

2003-11-21 15:28  kuzman

	* src/: java/org/gnu/gtkhtml/HTMLParser.java,
	  java/org/gnu/gtkhtml/HTMLParserType.java,
	  java/org/gnu/gtkhtml/dom/DomNode.java,
	  jni/org_gnu_gtk_html_HTMLParser.c,
	  jni/org_gnu_gtk_html_dom_DomNode.c: New objects.

2003-11-20 12:41  kuzman

	* doc/examples/html/HTMLExample.java: Enhanced the example.

2003-11-20 12:01  kuzman

	* doc/examples/html/HTMLExample.java: Capturing Document events.

2003-11-20 12:00  kuzman

	* src/java/org/gnu/gtkhtml/HTMLDocument.java: Initializing the
	  events.

2003-11-20 12:00  kuzman

	* src/java/org/gnu/gtkhtml/event/HTMLDocumentEvent.java: Added
	  event variables.

2003-11-20 10:27  kuzman

	* src/java/org/gnu/gtkhtml/: HTMLDocument.java,
	  event/HTMLDocumentEvent.java, event/HTMLDocumentListener.java:
	  Starting to add events to HTMLDocument.

2003-11-19 13:06  kuzman

	* src/java/org/gnu/gtkhtml/HTMLDocument.java: Added methods to load
	  files and urls.

2003-11-19 13:06  kuzman

	* doc/examples/html/HTMLExample.java: Updated example to use new
	  APIs.

2003-11-18 13:45  kuzman

	* src/: jni/org_gnu_gtk_html_HTMLView.c,
	  java/org/gnu/gtkhtml/HTMLView.java: Null handling for setDocument

2003-11-18 13:45  kuzman

	* src/jni/org_gnu_gtk_html_HTMLDocument.c: Fixed copy/paste error.

2003-11-18 13:45  kuzman

	* doc/examples/html/: x525.html, HTMLExample.java, c102.html,
	  c278.html, c28.html, c312.html, x133.html, x297.html, x438.html:
	  Example to demonstrate HTMLView.

2003-11-14 21:31  kuzman

	* doc/examples/html/HTMLExample.java: Example of HTML control -
	  still WIP.

2003-11-14 21:31  kuzman

	* src/java/org/gnu/gtkhtml/: HTMLDocument.java, HTMLView.java:
	  Addint to the public interface

2003-11-14 13:25  kuzman

	* src/jni/: org_gnu_gtk_html_HTMLContext.c,
	  org_gnu_gtk_html_HTMLDocument.c, org_gnu_gtk_html_HTMLView.c:
	  Adding support for libgtkhtml

2003-11-13 21:54  kuzman

	* src/: java/org/gnu/gtkhtml/HTMLContext.java,
	  java/org/gnu/gtkhtml/HTMLDocument.java,
	  java/org/gnu/gtkhtml/HTMLView.java,
	  jni/org_gnu_gtk_html_HTMLContext.c,
	  jni/org_gnu_gtk_html_HTMLDocument.c,
	  jni/org_gnu_gtk_html_HTMLView.c: Start of libgtkhtml binding

