Mercurial > emacs
annotate etc/schema/xhtml.rnc @ 111029:fc6dc700cc9f
Merge changes made in Gnus trunk.
gnus-art.el: Make the "dumbquotes" translation work again.
gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting according to references/in-reply-to obeys the ignore-groups variable, while splitting by sender and subject do not.
nnimap.el (nnimap-request-group): Don't SELECT the group twice on `M-g'.
nnimap.el (nnimap-update-info): Update flags/read marks even if \* isn't part of the permanent marks.
gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs bzr/Gnus git sync.
gnus-delay.el (gnus-delay-article): Remove superfluous `group' binding.
gnus-art.el (gnus-article-make-menu-bar): The article/group menus aren't so wide as to need to switch off the edit menu.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 18 Oct 2010 22:09:28 +0000 |
parents | 55a95acb5aa1 |
children |
rev | line source |
---|---|
86361 | 1 # XHTML |
2 | |
3 # This corresponds to the union of transitional and frameset. | |
4 | |
5 default namespace = "http://www.w3.org/1999/xhtml" | |
6 | |
7 include "xhtml-datatypes.rnc" | |
8 include "xhtml-attribs.rnc" | |
9 # include "xhtml-struct.rnc" | |
10 include "xhtml-frames.rnc" | |
11 include "xhtml-text.rnc" | |
12 include "xhtml-hypertext.rnc" | |
87296
288134f0441f
Renamed xhtml-list.rnc to xhtml-lst.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87294
diff
changeset
|
13 include "xhtml-lst.rnc" |
86361 | 14 include "xhtml-image.rnc" |
15 include "xhtml-ssismap.rnc" | |
16 include "xhtml-base.rnc" | |
17 include "xhtml-link.rnc" | |
18 include "xhtml-meta.rnc" | |
19 include "xhtml-param.rnc" | |
20 include "xhtml-object.rnc" | |
21 include "xhtml-bdo.rnc" | |
22 include "xhtml-pres.rnc" | |
23 include "xhtml-edit.rnc" | |
24 include "xhtml-applet.rnc" | |
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
25 # include "xhtml-bform.rnc" |
86361 | 26 include "xhtml-form.rnc" |
87298
55a95acb5aa1
Renamed xhtml-style.rnc to xhtml-xstyle.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87297
diff
changeset
|
27 include "xhtml-xstyle.rnc" |
86361 | 28 include "xhtml-script.rnc" |
87294
9e48c9dc543f
Renamed xhtml-basic-form.rnc to xhtml-bform.rnc; all users fixed..
Eli Zaretskii <eliz@gnu.org>
parents:
86361
diff
changeset
|
29 # include "xhtml-btable.rnc" |
86361 | 30 include "xhtml-table.rnc" |
31 include "xhtml-csismap.rnc" | |
32 include "xhtml-events.rnc" | |
33 include "xhtml-inlstyle.rnc" | |
87297
947277b5370c
Renamed xhtml-target.rnc to xhtml-tgt.rnc; all users changed.
Eli Zaretskii <eliz@gnu.org>
parents:
87296
diff
changeset
|
34 include "xhtml-tgt.rnc" |
86361 | 35 include "xhtml-iframe.rnc" |
36 include "xhtml-nameident.rnc" | |
37 include "xhtml-legacy.rnc" |