comparison lisp/ChangeLog @ 44169:009d3c5ee309

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Mar 2002 00:06:42 +0000
parents 69d9312d5143
children 30664dcf6138
comparison
equal deleted inserted replaced
44168:68fd324f9f0f 44169:009d3c5ee309
1 2002-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
1 2002-03-26 Juanma Barranquero <lektu@terra.es> 12 2002-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.
4 15
5 2002-03-26 Richard M. Stallman <rms@gnu.org> 16 2002-03-26 Richard M. Stallman <rms@gnu.org>
32 2002-03-24 Gerd Moellmann <gerd@gnu.org> 43 2002-03-24 Gerd Moellmann <gerd@gnu.org>
33 44
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
40 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il> 51 2002-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).
47 (enriched-decode-foreground, enriched-decode-background): Set the 57 (enriched-decode-foreground, enriched-decode-background): Set the
48 fore- and background colors of the faces we create, since facemenu 58 fore- and background colors of the faces we create, since facemenu