Chong Yidong
8a79905db4
Bind "C-c ]" to block-closing commands in several modes.
...
Bind "C-c ]" to ...
* progmodes/f90.el (f90-mode-map): ... f90-insert-end.
* nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
* textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
* textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
2010-10-23 20:21:59 -04:00
Glenn Morris
3d91f78986
* lisp/nxml/TODO: Remove.
...
* etc/NEWS: Move nxml TODO items here.
2010-09-08 19:34:25 -07:00
Stefan Monnier
b263a4c43f
* lisp/nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
...
Fixes: debbugs:6412
2010-06-13 21:43:11 -04:00
Chong Yidong
f8e6369193
* nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
...
nxml-finish-element, for consistency with SGML mode.
* progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
octave-close-block.
2010-05-20 11:12:20 -04:00
Chong Yidong
eba5b4dd16
Reorganize Custom groups.
...
* cus-edit.el (processes): Remove from development group.
(oop, hypermedia): Delete group.
(net): New group.
* url/url-vars.el (url):
* net/browse-url.el (browse-url):
* net/xesam.el (xesam):
* net/tramp.el (tramp):
* net/goto-addr.el (goto-address):
* net/ange-ftp.el (ange-ftp): Put in net group.
* view.el (view): Remove from editing group.
* uniquify.el (uniquify): Put in files group.
* net/browse-url.el (browse-url):
* ps-print.el (postscript): Put in external group.
* cus-edit.el (outlines):
* textmodes/text-mode.el (text-mode-hook):
* textmodes/table.el (table):
* textmodes/picture.el (picture):
* outline.el (outlines): Put in wp group.
* nxml/nxml-mode.el (nxml): Remove from wp group.
* net/tramp-imap.el (tramp-imap): Put in tramp group.
* mail/metamail.el (metamail): Remove from hypermedia group.
* cus-edit.el (abbrev):
* whitespace.el (whitespace):
* vcursor.el (vcursor):
* reveal.el (reveal):
* hl-line.el (hl-line): Put in convenience group.
* epg-config.el (epg): Put in data group.
* emulation/pc-select.el (pc-select): Put in emulations group.
* calculator.el (calculator): Put in applications group.
* org/org.el (org): Remove from hypermedia group.
2010-03-12 12:47:22 -05:00
Glenn Morris
ea7bc09d32
* TODO: Replace reference to CVS with explicit version number.
2010-02-22 20:38:16 -08:00
Chong Yidong
ff90f4b003
Minor tweaks to custom groups.
...
* cus-edit.el (hardware): Doc fix.
* man.el (man): Add to external custom group.
* delim-col.el (columns): Move to wp custom group.
* doc-view.el (doc-view): Add to data custom group.
* cedet/data-debug.el (data-debug): Move to extensions group.
* cedet/ede.el (ede):
* cedet/srecode.el (srecode):
* cedet/semantic.el (semantic): Put in tools and extensions group.
* nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2010-02-16 09:35:45 -05:00
Chong Yidong
116bd1ee3b
Fix return value of nxml-extend-after-change-region.
...
* nxml/nxml-mode.el (nxml-extend-after-change-region): Never return t (Bug#3898).
2010-01-16 17:24:05 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Stefan Monnier
21f49db9e9
Try and remove assumptions about point-min==1.
...
* nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
(rng-compute-mode-line-string): Show the validation percentage in
terms of the narrowed text, not the widened text.
(rng-do-some-validation): Don't catch internal errors when debugging.
(rng-first-error): Simplify.
(rng-after-change-function): Remove work around. AFAIK the bug has
been fixed a while ago.
2009-11-28 21:32:06 +00:00
Stefan Monnier
2adaf05797
* nxml/xsd-regexp.el (xsdre-gen-categories):
...
* nxml/xmltok.el (xmltok-parse-entity):
* nxml/rng-parse.el (rng-parse-validate-file):
* nxml/rng-maint.el (rng-format-manual, rng-manual-output-force-new-line):
* nxml/rng-loc.el (rng-save-schema-location-1):
* nxml/rng-cmpct.el (rng-c-parse-file):
* nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
* nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2009-11-05 21:01:32 +00:00
Chong Yidong
ba07c9ad6c
* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
...
of xmltok-start before the end tag was inserted (Bug#2840).
2009-10-24 21:32:19 +00:00
Chong Yidong
e477ca8496
* nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
...
* textmodes/sgml-mode.el: Remove xml-mode alias.
* files.el (auto-mode-alist, conf-mode-maybe)
(magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21
changes.
2009-09-24 23:22:17 +00:00
Glenn Morris
770af4b440
(nxml-end-of-heading): Fix typo in condition-case handler.
2009-09-18 07:25:14 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Glenn Morris
2da6792633
Lennart Borgman <lennart.borgman at gmail.com>
...
(nxml-indent-line): Don't re-indent lines that already have the
correct indentation. (Bug#859)
2008-12-02 03:32:41 +00:00
Glenn Morris
b2c99afe4d
Remove some charset code not needed since Emacs 22.
2008-11-13 05:03:33 +00:00
Glenn Morris
eb22cb8cba
Mario Lang <mlang at delysid.org>
...
(xmltok-forward): Simplify.
2008-10-03 07:43:58 +00:00
Dan Nicolaescu
7c2fb837ec
* bitmaps/README:
...
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.
* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.
* message.el (Module):
* gnus-start.el (Module):
* gnus-registry.el (Module):
* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.
* etags.c:
* emacsclient.c: Remove VMS support.
* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.
* ediff.texi: Remove VMS support.
* os.texi:
* intro.texi:
* files.texi: Remove VMS support.
* emacs.texi: Remove VMS support.
* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
Juanma Barranquero
10545bd83d
Fix typos, and general docstring cleanup.
...
* nxml/nxml-glyph.el (nxml-glyph-set-hook):
* nxml/nxml-uchnm.el (nxml-unicode-blocks)
(nxml-unicode-block-char-name-set):
* nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
* nxml/rng-nxml.el (rng-set-state-after):
* nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
* nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
(rng-c-parse-annotation-body):
* nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
* nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
(nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
(nxml-forward-balanced-item, nxml-dynamic-markup-word)
(nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
Fix typos in docstrings.
(nxml-attribute-indent): Reflow docstring.
(nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
(nxml-default-buffer-file-coding-system): Doc fixes.
* nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
(nxml-ns-set-prefix): Fix typos in docstrings.
(nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
Reflow docstring.
(nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
* nxml/nxml-outln.el (nxml-hide-all-text-content)
(nxml-show-direct-text-content, nxml-show-direct-subheadings)
(nxml-hide-direct-text-content, nxml-hide-subheadings)
(nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
(nxml-outline-display-rest, nxml-outline-set-overlay)
(nxml-section-tag-forward, nxml-section-tag-backward)
(nxml-back-to-section-start): Fix typos in docstrings.
* nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
Doc fixes.
* nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
(nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
(nxml-scan-after-change): Fix typo in docstring.
* nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
(rng-name-class-possible-names): Doc fixes.
(rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
(rng-match-possible-start-tag-names, rng-match-possible-value-strings):
Fix typos in docstrings.
(rng-intern-group-shortcut, rng-intern-choice-shortcut):
Reflow docstrings.
* nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
(rng-substq, rng-complete-before-point): Fix typos in docstrings.
* nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
(rng-xsd-convert-date-time): Reflow docstrings.
(rng-xsd-compile): Fix typo in docstring.
* nxml/rng-loc.el (rng-current-schema-file-name)
(rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
Doc fixes.
(rng-set-schema-file): Fix typo in docstring.
* nxml/rng-valid.el (rng-error-count, rng-validate-mode)
(rng-do-some-validation, rng-process-start-tag, rng-process-text):
Fix typos in docstrings.
(rng-message-overlay, rng-conditional-up-to-date-start)
(rng-conditional-up-to-date-end): Doc fixes.
(rng-next-error, rng-previous-error): Reflow docstrings.
* nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
(xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
(xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
(xmltok-merge-attributes): Fix typos in docstrings.
(xmltok-make-attribute, xmltok-forward-special)
(xmltok-get-declared-encoding-position): Reflow docstrings.
* nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
(xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
Fix typos in docstrings.
2008-07-03 12:25:23 +00:00
Glenn Morris
fffa137cb7
American English spelling fix.
2008-06-27 07:34:53 +00:00
Glenn Morris
04bf5b655a
American English spelling fix.
2008-06-27 02:14:52 +00:00
Glenn Morris
9c8dd25e48
Require 'cl when compiling.
2008-06-21 20:32:42 +00:00
Jason Rumney
a3b0cc1b2d
(nxml-mode): Use run-mode-hooks.
2008-06-16 10:30:31 +00:00
Michael Olson
cdea866600
Add ChangeLog entries. Remove unneeded (require 'cl).
2008-06-06 16:24:04 +00:00
Michael Olson
e8ec402f1b
nXML: Use font lock
2008-06-06 16:14:49 +00:00
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
Glenn Morris
fb4d812c53
Move to etc/nxml
2007-11-28 05:05:15 +00:00
Glenn Morris
ab71ccd579
Move to etc/nxml
2007-11-28 05:05:04 +00:00
Glenn Morris
74d8b9a09a
Move to etc/nxml
2007-11-28 05:04:54 +00:00
Glenn Morris
8ad3a2518b
Move to etc/nxml
2007-11-28 05:04:49 +00:00
Glenn Morris
d62bccb651
Move to etc/nxml
2007-11-28 05:04:44 +00:00
Glenn Morris
97be1648af
Move to etc/nxml
2007-11-28 05:04:39 +00:00
Glenn Morris
ab79e4fce3
Move to etc/nxml
2007-11-28 05:04:34 +00:00
Glenn Morris
0a5951fc34
Move to etc/nxml
2007-11-28 05:04:28 +00:00
Glenn Morris
32a8a3cff5
Move to etc/nxml
2007-11-28 05:04:23 +00:00
Glenn Morris
ec0720e3e3
Move to etc/nxml
2007-11-28 05:04:18 +00:00
Glenn Morris
85c0c16d69
Move to etc/nxml
2007-11-28 05:04:13 +00:00
Glenn Morris
73ba4b5bf9
Move to etc/nxml
2007-11-28 05:04:08 +00:00
Glenn Morris
d2295d150b
Move to etc/nxml
2007-11-28 05:04:04 +00:00
Glenn Morris
e6b4e7753d
Move to etc/nxml
2007-11-28 05:03:59 +00:00
Glenn Morris
32de5b8d03
Move to etc/nxml
2007-11-28 05:03:53 +00:00
Glenn Morris
af0e34fe26
Move to etc/nxml
2007-11-28 05:03:48 +00:00
Glenn Morris
852aaae5ed
Move to etc/nxml
2007-11-28 05:03:38 +00:00
Glenn Morris
e904b161b2
Move to etc/nxml
2007-11-28 05:03:33 +00:00
Glenn Morris
9e02db22e8
(top-level): Adapt for moved unicode files.
2007-11-28 04:55:27 +00:00
Glenn Morris
488f4498d4
Add 2007 to copyright years.
...
Switch license to standard GPLv3+ text.
(xsdre-gen-categories): Use mapc rather than mapcar.
2007-11-28 04:17:48 +00:00
Glenn Morris
9499da3817
Add 2007 to copyright years.
...
Switch license to standard GPLv3+ text.
(xmltok-scan-char-ref, xmltok-char-number): Use string-to-number
rather than string-to-int.
2007-11-28 04:14:52 +00:00
Glenn Morris
09aa73e678
Add 2007 to copyright years.
...
Switch license to standard GPLv3+ text.
2007-11-28 04:14:05 +00:00
Glenn Morris
915cd074fd
Add 2007 to copyright years.
...
Switch license to standard GPLv3+ text.
(top-level, nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
(nxml-enabled-unicode-blocks): Add custom group.
2007-11-28 04:11:18 +00:00
Glenn Morris
1159a31a90
Add 2007 to copyright years.
...
Switch license to standard GPLv3+ text.
(nxml-prolog-regions): Declare for compiler.
2007-11-28 04:10:03 +00:00