comparison lisp/ChangeLog @ 43748:c37076b8a3cd

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Wed, 06 Mar 2002 15:12:01 +0000
parents e9ccd91206bd
children 877062848c63
comparison
equal deleted inserted replaced
43747:91939e9a62ec 43748:c37076b8a3cd
1 2002-03-06 Andreas Schwab <schwab@suse.de>
2
3 * progmodes/hideif.el: Augment expression parser to handle
4 conditional expressions.
5 (hif-token-regexp): Also match `?' and `:'.
6 (hif-tokenize): Handle `?' and ':' as tokens.
7 (hif-expr): Parse conditional expressions.
8 (hif-or-expr): Parse `||' expressions.
9 (hif-and-expr): Renamed from hif-term.
10 (hif-conditional): New function to evaluate a conditional
11 expression.
12
1 2002-03-06 Gerd Moellmann <gerd@gnu.org> 13 2002-03-06 Gerd Moellmann <gerd@gnu.org>
2 14
3 * vc.el (vc-branch-part): Add autoload cookie. This function can 15 * vc.el (vc-branch-part): Add autoload cookie. This function can
4 be called from vc-rcs-find-most-recent-rev when visiting a file 16 be called from vc-rcs-find-most-recent-rev when visiting a file
5 checked into RCS in a CVS sandbox. 17 checked into RCS in a CVS sandbox.