From: Eli Zaretskii Date: Sat, 15 Dec 2007 11:37:25 +0000 (+0000) Subject: Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed. X-Git-Tag: emacs-pretest-23.0.90~8913 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30361feeba69e643550298efc507822a769b8c00;p=emacs.git Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 0979acb6ee5..19011436d3b 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,11 +1,19 @@ 2007-12-15 Eli Zaretskii - * 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 index 93a52d5e2ad..00000000000 --- a/etc/schema/xhtml-style.rnc +++ /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 index 00000000000..93a52d5e2ad --- /dev/null +++ b/etc/schema/xhtml-xstyle.rnc @@ -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* diff --git a/etc/schema/xhtml.rnc b/etc/schema/xhtml.rnc index edd4881bf26..c85cb144e25 100644 --- a/etc/schema/xhtml.rnc +++ b/etc/schema/xhtml.rnc @@ -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"