[goocanvas/new-api] 2010-06-30 Damon Chaplin <damon gnome org>



commit 9b6079f7fb6804c200d35d89f8c0a596e5e55e67
Author: Damon Chaplin <damon gnome org>
Date:   Wed Jun 30 12:04:59 2010 +0100

    2010-06-30  Damon Chaplin  <damon gnome org>
    
    	    * docs: removed model-view-canvas.xml and added empty internal subset
    	    "[]" to the DOCTYPEs to keep gtk-doc happy.

 ChangeLog                  |    5 ++
 docs/Makefile.am           |    1 -
 docs/architecture.xml      |    2 +-
 docs/coordinates.xml       |    2 +-
 docs/creating-items.xml    |    2 +-
 docs/model-view-canvas.xml |  123 --------------------------------------------
 docs/overview.xml          |    2 +-
 docs/simple-canvas.xml     |    2 +-
 docs/wysiwyg.xml           |    2 +-
 9 files changed, 11 insertions(+), 130 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bc1c311..f91e07f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-30  Damon Chaplin  <damon gnome org>
+
+	* docs: removed model-view-canvas.xml and added empty internal subset
+	"[]" to the DOCTYPEs to keep gtk-doc happy.
+
 2010-06-29  Damon Chaplin  <damon gnome org>
 
 	* src/goocanvasitemsimple.c (goo_canvas_item_simple_update)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index bd866a0..f506c95 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -59,7 +59,6 @@ HTML_IMAGES=
 expand_content_files=				\
 	overview.xml				\
 	simple-canvas.xml			\
-	model-view-canvas.xml			\
 	wysiwyg.xml				\
 	architecture.xml			\
 	coordinates.xml				\
diff --git a/docs/architecture.xml b/docs/architecture.xml
index 75ce44e..2de573a 100644
--- a/docs/architecture.xml
+++ b/docs/architecture.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; []>
 <refentry id="goocanvas-architecture">
   <refmeta>
     <refentrytitle>Underlying Architecture</refentrytitle>
diff --git a/docs/coordinates.xml b/docs/coordinates.xml
index 4a7e5a6..7a9c509 100644
--- a/docs/coordinates.xml
+++ b/docs/coordinates.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; []>
 <refentry id="goocanvas-coordinates">
   <refmeta>
     <refentrytitle>Coordinate Spaces and Limits</refentrytitle>
diff --git a/docs/creating-items.xml b/docs/creating-items.xml
index 2eb7921..a199557 100644
--- a/docs/creating-items.xml
+++ b/docs/creating-items.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; []>
 <refentry id="goocanvas-creating-items">
   <refmeta>
     <refentrytitle>Creating New Items</refentrytitle>
diff --git a/docs/overview.xml b/docs/overview.xml
index 2adbc0c..edb7f57 100644
--- a/docs/overview.xml
+++ b/docs/overview.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; []>
 <refentry id="goocanvas-overview">
   <refmeta>
     <refentrytitle>Overview</refentrytitle>
diff --git a/docs/simple-canvas.xml b/docs/simple-canvas.xml
index f737056..6551901 100644
--- a/docs/simple-canvas.xml
+++ b/docs/simple-canvas.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; []>
 <refentry id="goocanvas-simple-canvas">
   <refmeta>
     <refentrytitle>Simple Canvas Example</refentrytitle>
diff --git a/docs/wysiwyg.xml b/docs/wysiwyg.xml
index 249ede6..92bf57e 100644
--- a/docs/wysiwyg.xml
+++ b/docs/wysiwyg.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
+               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; []>
 <refentry id="goocanvas-wysiwyg">
   <refmeta>
     <refentrytitle>WYSIWYG Printing</refentrytitle>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]