]> git.eshelyaron.com Git - emacs.git/commitdiff
Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2007 11:37:25 +0000 (11:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Dec 2007 11:37:25 +0000 (11:37 +0000)
etc/ChangeLog
etc/schema/xhtml-style.rnc [deleted file]
etc/schema/xhtml-xstyle.rnc [new file with mode: 0644]
etc/schema/xhtml.rnc

index 0979acb6ee5e8f055702fbedf74bb27482a66d91..19011436d3b98d73a8c790d641a723ac4149b6ad 100644 (file)
@@ -1,11 +1,19 @@
 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
 
-       * schema/docbook-dyntbl.rnc, schema/docbook-dyntbl.rnc: Renamed to
-       docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
-
        The following files renamed to avoid file-name clashes in
        8+3 (a.k.a. DOS) namespace:
 
+       * schema/xhtml-basic-form.rnc: Renamed to xhtml-bform.rnc.
+       * schema/xhtml-basic-table.rnc: Renamed to xhtml-btable.rnc.
+       * schema/xhtml-list.rnc: Renamed to xhtml-lst.rnc.
+       * schema/xhtml-target.rnc: Renamed to xhtml-tgt.rnc.
+       * schema/xhtml-style.rnc: Renamed to xhtml-xstyle.rnc.
+       * schema/xhtml-form.rnc, schema/xhtml-table.rnc, schema/xhtml.rnc:
+       Updated accordingly.
+
+       * schema/docbook-dyntbl.rnc, schema/docbook-dyntbl.rnc: Renamed to
+       docbk-dyntbl.rnc and docbk-soextbl.rnc, respectively.
+
        * images/icons/macemacs_16.png, images/icons/macemacs_24.png:
        * images/icons/macemacs_32.png, images/icons/macemacs_48.png:
        * images/icons/macemacs_256.png, images/icons/macemacs_512.png:
diff --git a/etc/schema/xhtml-style.rnc b/etc/schema/xhtml-style.rnc
deleted file mode 100644 (file)
index 93a52d5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Style Module
-
-style = element style { style.attlist, text }
-style.attlist =
-  title.attrib,
-  I18n.attrib,
-  attribute type { ContentType.datatype },
-  attribute media { MediaDesc.datatype }?,
-  attribute xml:space { "preserve" }?
-head.content &= style*
diff --git a/etc/schema/xhtml-xstyle.rnc b/etc/schema/xhtml-xstyle.rnc
new file mode 100644 (file)
index 0000000..93a52d5
--- /dev/null
@@ -0,0 +1,10 @@
+# Style Module
+
+style = element style { style.attlist, text }
+style.attlist =
+  title.attrib,
+  I18n.attrib,
+  attribute type { ContentType.datatype },
+  attribute media { MediaDesc.datatype }?,
+  attribute xml:space { "preserve" }?
+head.content &= style*
index edd4881bf26c2e1982b86c4e44a37bf7b76d1ebe..c85cb144e251371cc4fa8e4d9d2ca0d8da78045f 100644 (file)
@@ -24,7 +24,7 @@ include "xhtml-edit.rnc"
 include "xhtml-applet.rnc"
 # include "xhtml-bform.rnc"
 include "xhtml-form.rnc"
-include "xhtml-style.rnc"
+include "xhtml-xstyle.rnc"
 include "xhtml-script.rnc"
 # include "xhtml-btable.rnc"
 include "xhtml-table.rnc"