]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(make-auto-save-file-name): Remove replacement function.
[gnu-emacs] / lisp / ChangeLog
index f7222d72455143587daaa0736425f5bcf56cc423..c01a5ac0425142bca6bff4e3f414dca4b058f380 100644 (file)
@@ -1,3 +1,33 @@
+2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * files.el (make-auto-save-file-name): Make sure the produced file
+       name does not contain characters that are invalid for DOS/Windows
+       filesystems.
+
+       * dos-fns.el, w32-fns.el: (make-auto-save-file-name): Remove
+       replacement functions.
+
+2002-03-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
+       the form `:x'.
+
+       * vc.el (vc-branch-part): Add autoload cookie.  This function can
+       be called from vc-rcs-find-most-recent-rev when visiting a file
+       checked into RCS in a CVS sandbox.
+
+2002-03-06  Andreas Schwab  <schwab@suse.de>
+
+       * progmodes/hideif.el: Augment expression parser to handle
+       conditional expressions.
+       (hif-token-regexp): Also match `?' and `:'.
+       (hif-tokenize): Handle `?' and ':' as tokens.
+       (hif-expr): Parse conditional expressions.
+       (hif-or-expr): Parse `||' expressions.
+       (hif-and-expr): Renamed from hif-term.
+       (hif-conditional): New function to evaluate a conditional
+       expression.
+
 2002-03-06  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * language/czech.el ("Czech"): Fix the documentation.