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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 06 Mar 2002 10:12:01 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3547 emacs/lisp/ChangeLog:1.3548
*** emacs/lisp/ChangeLog:1.3547 Wed Mar  6 08:51:58 2002
--- emacs/lisp/ChangeLog        Wed Mar  6 10:12:01 2002
***************
*** 1,3 ****
--- 1,15 ----
+ 2002-03-06  Andreas Schwab  <address@hidden>
+ 
+       * 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  Gerd Moellmann  <address@hidden>
  
        * vc.el (vc-branch-part): Add autoload cookie.  This function can



reply via email to

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