1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00
Commit Graph

87 Commits

Author SHA1 Message Date
Glenn Morris
4936186e9c Switch to recommended form of GPLv3 permissions notice. 2008-05-06 04:29:13 +00:00
Jason Rumney
44e8d8d318 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
* nxml/nxml-mode.el (nxml-cleanup): New function.
	(nxml-mode): Add it to change-major-mode-hook.
2008-04-09 14:28:36 +00:00
Jason Rumney
61fe314432 (rng-preferred-prefix-alist): Add dublin core namespaces. 2008-03-04 12:16:48 +00:00
Jason Rumney
4d42bcc9b8 (nxml-mode): Don't add a write-contents-hook. 2008-02-18 02:04:38 +00:00
Glenn Morris
6943aa0200 Move to etc/nxml. 2008-02-16 22:42:37 +00:00
Stefan Monnier
d783847a91 (rng-nxml-mode-init): Add status after the "degraded" indicator. 2008-01-16 16:23:09 +00:00
Stefan Monnier
7d7d1bb69d (nxml-mode): Use mode-line-process to indicate the use of degraded mode.
(nxml-degrade): Don't change mode-name.
2008-01-16 16:17:53 +00:00
Stefan Monnier
c7972fb159 (rng-nxml-mode-init): Don't overwrite mode-line-process. 2008-01-16 16:17:00 +00:00
Jason Rumney
839087fe8a (nxml-enable-unicode-char-name-sets, rng-nxml-mode-init): Declare. 2008-01-12 12:30:05 +00:00
Jason Rumney
669eb5c7ee (rng-preferred-prefix-alist): Add some defaults.
(rng-preferred-prefix-alist-default): Remove.
2008-01-11 17:30:52 +00:00
Jason Rumney
b85b660458 (nxml-char-name-ignore-case): Change default value.
(nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
2008-01-11 16:01:26 +00:00
Jason Rumney
7a10d29271 (nxml-internal-unicode-char-name-sets-enabled): Rename from
nxml-enable-unicode-char-name-sets-flag.
(nxml-enable-unicode-char-name-sets-1): Merge into
nxml-enable-unicode-char-name-sets.
(nxml-enable-unicode-char-name-sets): Don't unconditionally set
nxml-char-name-ignore-case here.
2008-01-11 16:00:09 +00:00
Jason Rumney
6bd1e22385 (nxml-mode): Call rng-nxml-mode-init directly.
Update doc string and commentary.
2008-01-11 15:12:17 +00:00
Glenn Morris
dcb8ac09ea Add 2008 to copyright years. 2008-01-09 04:31:51 +00:00
Jason Rumney
0526b9d0b7 (nxml-heading, nxml-outline-indicator)
(nxml-outline-active-indicator, nxml-outline-ellipsis):
Rename, removing -face suffix.
(nxml-highlighted-less-than, nxml-highlighted-greater-than)
(nxml-highlighted-colon, nxml-highlighted-slash)
(nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
(nxml-highlighted-active-minus, nxml-highlighted-active-plus)
(nxml-highlighted-qname, nxml-outline-display-heading):
Use new face names.
2007-12-20 15:19:44 +00:00
Jason Rumney
92bbfd0ded (nxml-faces): Rename from nxml-highlighting-faces.
Parent group is font-lock-faces.
(nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
(nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
(nxml-version): Remove.
(nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
(nxml-text, nxml-comment-content, nxml-comment-delimiter)
(nxml-processing-instruction-delimiter)
(nxml-processing-instruction-target)
(nxml-processing-instruction-content, nxml-cdata-section-delimiter)
(nxml-cdata-section-CDATA, nxml-cdata-section-content)
(nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
(nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
(nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
(nxml-attribute-prefix, nxml-attribute-colon)
(nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
(nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
(nxml-attribute-value, nxml-attribute-value-delimiter)
(nxml-namespace-attibute-value)
(nxml-namespace-attribure-value-delimiter)
(nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
(nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
(nxml-glyph): Rename, removing -face suffix.
Inherit from existing font-lock faces.
(nxml-apply-fontify-rule, nxml-char-ref-display-extra):
Use new face names.
2007-12-20 15:19:09 +00:00
Jason Rumney
8776814431 (rng-nxml-easy-menu): Remove nxml-version. 2007-12-20 15:18:48 +00:00
Jason Rumney
d65d0260cf (rng-error): Rename from rng-error-face. 2007-12-20 15:18:18 +00:00
Jason Rumney
418784e296 (rng-schema-locating-file-schema-file): Fix last change.
(rng-schema-locating-files-default): Look in current dir, as per manual.
2007-12-19 01:46:23 +00:00
Jason Rumney
ddc30be73a (rng-autoload-modules, rng-update-autoloads)
(rng-compile-modules, rng-byte-compile-load, rng-write-version): Remove.
2007-12-19 01:15:26 +00:00
Jason Rumney
f98e3afab8 (rng-schema-locating-files-default)
(rng-schema-locating-file-schema-file): Use files in etc/schemas.
(rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
2007-12-19 00:55:56 +00:00
Jason Rumney
fc5377f779 (rng-update-autoloads, rng-byte-compile-load)
(rng-format-manual, rng-write-version): Do not autoload.
2007-12-19 00:55:16 +00:00
Glenn Morris
2bca2e0dda (rng-do-some-validation): Fix declaration. 2007-11-30 08:37:01 +00:00
Dan Nicolaescu
f29263b302 * erc.el (open-ssl-stream, open-tls-stream, erc-network-name):
Declare as functions.

* textmodes/reftex-index.el (texmathp):
* textmodes/reftex-auc.el (TeX-argument-insert)
(TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
(LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
(LaTeX-label-list):
* nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
(rng-clear-conditional-region, rng-do-some-validation): Declare as
functions.
(rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
2007-11-30 08:12:58 +00:00
Glenn Morris
d0aa78bc6e Remove file. 2007-11-28 05:12:33 +00:00
Glenn Morris
e81916de84 Move to etc/nxml 2007-11-28 05:12:01 +00:00
Glenn Morris
d98a632895 Move to etc/nxml 2007-11-28 05:09:32 +00:00
Glenn Morris
e1e14c09b0 Move to etc/nxml 2007-11-28 05:08:43 +00:00
Glenn Morris
73e22517fa Move to etc/nxml 2007-11-28 05:07:18 +00:00
Glenn Morris
dcb6601c94 Move to etc/nxml 2007-11-28 05:07:13 +00:00
Glenn Morris
c48397c0ad Move to etc/nxml 2007-11-28 05:07:03 +00:00
Glenn Morris
31844f1ae0 Move to etc/nxml 2007-11-28 05:06:58 +00:00
Glenn Morris
748a6c0865 Move to etc/nxml 2007-11-28 05:06:52 +00:00
Glenn Morris
86e7e65bb1 Move to etc/nxml 2007-11-28 05:06:47 +00:00
Glenn Morris
e31049db9d Move to etc/nxml 2007-11-28 05:06:42 +00:00
Glenn Morris
aff6642bf8 Move to etc/nxml 2007-11-28 05:06:37 +00:00
Glenn Morris
f0efa03625 Move to etc/nxml 2007-11-28 05:06:33 +00:00
Glenn Morris
eef1519521 Move to etc/nxml 2007-11-28 05:06:23 +00:00
Glenn Morris
e200dae940 Move to etc/nxml 2007-11-28 05:06:18 +00:00
Glenn Morris
504c09bc2c Move to etc/nxml 2007-11-28 05:06:13 +00:00
Glenn Morris
eb8a2f4b8f Move to etc/nxml 2007-11-28 05:06:08 +00:00
Glenn Morris
ad53a92a3c Move to etc/nxml 2007-11-28 05:06:03 +00:00
Glenn Morris
62f4be6310 Move to etc/nxml 2007-11-28 05:05:57 +00:00
Glenn Morris
e7cc69ff55 Move to etc/nxml 2007-11-28 05:05:52 +00:00
Glenn Morris
5964d0cffa Move to etc/nxml 2007-11-28 05:05:47 +00:00
Glenn Morris
2797b483a9 Move to etc/nxml 2007-11-28 05:05:41 +00:00
Glenn Morris
9176e74535 Move to etc/nxml 2007-11-28 05:05:36 +00:00
Glenn Morris
504bd7ff48 Move to etc/nxml 2007-11-28 05:05:30 +00:00
Glenn Morris
ba0e9c2c56 Move to etc/nxml 2007-11-28 05:05:25 +00:00
Glenn Morris
6b2df5d87e Move to etc/nxml 2007-11-28 05:05:20 +00:00