aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-03-27 00:06:42 +0000
committerStefan Monnier2002-03-27 00:06:42 +0000
commit63080afce880a4c067dfc2e7c5b04817070b82fe (patch)
tree90dc253c2e73753e87f9733d32eee135b3d18fb7 /lisp/ChangeLog
parent5e73ebb4f7da7f3ab28ee7b28c84e34cd06dc877 (diff)
downloademacs-63080afce880a4c067dfc2e7c5b04817070b82fe.tar.gz
emacs-63080afce880a4c067dfc2e7c5b04817070b82fe.zip
(xml-lite-at-indentation-p): Move.
(xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at): New functions. (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag) (end-of-xml-tag): Remove. (xml-lite-get-context): Better handling of comments. (xml-lite-calculate-indent): Use xml-lite-in-string-p. (xml-lite-parse-tag-backward): Rewrite.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e22b8a04880..1b567083265 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12002-03-26 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
4 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
5 New functions.
6 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
7 (end-of-xml-tag): Remove.
8 (xml-lite-get-context): Better handling of comments.
9 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
10 (xml-lite-parse-tag-backward): Rewrite.
11
12002-03-26 Juanma Barranquero <lektu@terra.es> 122002-03-26 Juanma Barranquero <lektu@terra.es>
2 13
3 * makefile.w32-in (WINS): Add the toolbar directory. 14 * makefile.w32-in (WINS): Add the toolbar directory.
@@ -34,13 +45,12 @@
34 * subr.el (macro-declaration-function): New function. Set the 45 * subr.el (macro-declaration-function): New function. Set the
35 variable macro-declaration-function to it. 46 variable macro-declaration-function to it.
36 47
37 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): 48 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
38 Handle declarations in macro definitions. 49 Handle declarations in macro definitions.
39 50
402002-03-24 Eli Zaretskii <eliz@is.elta.co.il> 512002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
41 52
42 * facemenu.el (facemenu-get-face): Remove unused variable 53 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
43 `foreground'.
44 54
45 * enriched.el (enriched-face-ans): Support FACE of the form 55 * enriched.el (enriched-face-ans): Support FACE of the form
46 (:foreground COLOR) and (:background COLOR). 56 (:foreground COLOR) and (:background COLOR).