Skip to content

Commit

Permalink
* lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
Browse files Browse the repository at this point in the history
* etc/schema/schemas.xml: Handle *.dbk as DocBook.
  • Loading branch information
W. Martin Borgert authored and Chong Yidong committed Dec 4, 2010
1 parent 369e79c commit d26af43
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions etc/ChangeLog
@@ -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).
Expand Down
3 changes: 2 additions & 1 deletion etc/schema/schemas.xml
Expand Up @@ -22,7 +22,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. -->
<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"/>
Expand Down
5 changes: 5 additions & 0 deletions lisp/ChangeLog
@@ -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).
Expand Down
1 change: 1 addition & 0 deletions lisp/files.el
Expand Up @@ -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
Expand Down

0 comments on commit d26af43

Please sign in to comment.