Mercurial > emacs
comparison lisp/ChangeLog @ 43754:877062848c63
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 06 Mar 2002 17:00:30 +0000 |
parents | c37076b8a3cd |
children | 5f52274dcc10 |
comparison
equal
deleted
inserted
replaced
43753:5132a4e458ec | 43754:877062848c63 |
---|---|
1 2002-03-06 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of | |
4 the form `:x'. | |
5 | |
6 * vc.el (vc-branch-part): Add autoload cookie. This function can | |
7 be called from vc-rcs-find-most-recent-rev when visiting a file | |
8 checked into RCS in a CVS sandbox. | |
9 | |
1 2002-03-06 Andreas Schwab <schwab@suse.de> | 10 2002-03-06 Andreas Schwab <schwab@suse.de> |
2 | 11 |
3 * progmodes/hideif.el: Augment expression parser to handle | 12 * progmodes/hideif.el: Augment expression parser to handle |
4 conditional expressions. | 13 conditional expressions. |
5 (hif-token-regexp): Also match `?' and `:'. | 14 (hif-token-regexp): Also match `?' and `:'. |
7 (hif-expr): Parse conditional expressions. | 16 (hif-expr): Parse conditional expressions. |
8 (hif-or-expr): Parse `||' expressions. | 17 (hif-or-expr): Parse `||' expressions. |
9 (hif-and-expr): Renamed from hif-term. | 18 (hif-and-expr): Renamed from hif-term. |
10 (hif-conditional): New function to evaluate a conditional | 19 (hif-conditional): New function to evaluate a conditional |
11 expression. | 20 expression. |
12 | |
13 2002-03-06 Gerd Moellmann <gerd@gnu.org> | |
14 | |
15 * vc.el (vc-branch-part): Add autoload cookie. This function can | |
16 be called from vc-rcs-find-most-recent-rev when visiting a file | |
17 checked into RCS in a CVS sandbox. | |
18 | 21 |
19 2002-03-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 22 2002-03-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
20 | 23 |
21 * language/czech.el ("Czech"): Fix the documentation. | 24 * language/czech.el ("Czech"): Fix the documentation. |
22 | 25 |