emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 26 Mar 2002 19:06:42 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3624 emacs/lisp/ChangeLog:1.3625
*** emacs/lisp/ChangeLog:1.3624 Tue Mar 26 10:09:08 2002
--- emacs/lisp/ChangeLog        Tue Mar 26 19:06:42 2002
***************
*** 1,3 ****
--- 1,14 ----
+ 2002-03-26  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * makefile.w32-in (WINS): Add the toolbar directory.
***************
*** 34,46 ****
        * subr.el (macro-declaration-function): New function.  Set the
        variable macro-declaration-function to it.
  
!       * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble): 
        Handle declarations in macro definitions.
  
  2002-03-24  Eli Zaretskii  <address@hidden>
  
!       * facemenu.el (facemenu-get-face): Remove unused variable
!       `foreground'.
  
        * enriched.el (enriched-face-ans): Support FACE of the form
        (:foreground COLOR) and (:background COLOR).
--- 45,56 ----
        * subr.el (macro-declaration-function): New function.  Set the
        variable macro-declaration-function to it.
  
!       * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
        Handle declarations in macro definitions.
  
  2002-03-24  Eli Zaretskii  <address@hidden>
  
!       * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
  
        * enriched.el (enriched-face-ans): Support FACE of the form
        (:foreground COLOR) and (:background COLOR).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]