Mercurial > emacs
changeset 44169:009d3c5ee309
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 27 Mar 2002 00:06:42 +0000 |
parents | 68fd324f9f0f |
children | 888d736c0e91 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 27 00:06:19 2002 +0000 +++ b/lisp/ChangeLog Wed Mar 27 00:06:42 2002 +0000 @@ -1,3 +1,14 @@ +2002-03-26 Stefan Monnier <monnier@cs.yale.edu> + + * textmodes/xml-lite.el (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. + 2002-03-26 Juanma Barranquero <lektu@terra.es> * makefile.w32-in (WINS): Add the toolbar directory. @@ -34,13 +45,12 @@ * subr.el (macro-declaration-function): New function. Set the variable macro-declaration-function to it. - * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): + * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): Handle declarations in macro definitions. 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il> - * facemenu.el (facemenu-get-face): Remove unused variable - `foreground'. + * facemenu.el (facemenu-get-face): Remove unused variable `foreground'. * enriched.el (enriched-face-ans): Support FACE of the form (:foreground COLOR) and (:background COLOR).