changeset 43748:c37076b8a3cd

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Wed, 06 Mar 2002 15:12:01 +0000
parents 91939e9a62ec
children 0df5bec3cfdf
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 06 15:11:20 2002 +0000
+++ b/lisp/ChangeLog	Wed Mar 06 15:12:01 2002 +0000
@@ -1,3 +1,15 @@
+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  Gerd Moellmann  <gerd@gnu.org>
 
 	* vc.el (vc-branch-part): Add autoload cookie.  This function can