* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.

* etc/schema/schemas.xml: Handle *.dbk as DocBook.
This commit is contained in:
W. Martin Borgert 2010-12-04 16:45:17 -05:00 committed by Chong Yidong
parent e408289fa8
commit 11cb1e35ff
4 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
* schema/schemas.xml: Add DocBook (Bug#7491).
2010-11-21 Ulrich Mueller <ulm@gentoo.org>
* HELLO: Add ancient Greek (Bug#7418).

View file

@ -22,7 +22,8 @@
<uri pattern="*.html" typeId="XHTML"/>
<uri pattern="*.rng" typeId="RELAX NG"/>
<uri pattern="*.rdf" typeId="RDF"/>
<uri pattern="*.dbk" typeId="DocBook"/>
<namespace ns="http://www.w3.org/1999/XSL/Transform" typeId="XSLT"/>
<namespace ns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" typeId="RDF"/>
<namespace ns="http://www.w3.org/1999/xhtml" typeId="XHTML"/>

View file

@ -1,3 +1,8 @@
2010-12-04 W. Martin Borgert <debacle@debian.org> (tiny change)
* files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
(Bug#7491).
2010-12-04 Chong Yidong <cyd@stupidchicken.com>
* simple.el (transient-mark-mode): Doc fix (Bug#7465).

View file

@ -2267,6 +2267,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
("\\.oak\\'" . scheme-mode)
("\\.sgml?\\'" . sgml-mode)
("\\.x[ms]l\\'" . xml-mode)
("\\.dbk\\'" . xml-mode)
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.js\\'" . js-mode) ; javascript-mode would be better