changeset 40262:64974d531aba

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 Oct 2001 16:13:22 +0000
parents f921ca937b6d
children 3657a6c97b2f
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Oct 24 16:07:06 2001 +0000
+++ b/lisp/ChangeLog	Wed Oct 24 16:13:22 2001 +0000
@@ -1,3 +1,9 @@
+2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+	* progmodes/cc-engine.el (c-beginning-of-member-init-list):
+	Better handling of C++ template args to avoid confusion with `<'
+	and `>' used as operators in member init expressions.
+
 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
 
 	* replace.el (perform-replace): Move START and END parameters
@@ -6,8 +12,7 @@
 	* progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
 	perform-replace.
 
-	* international/fontset.el (x-must-resolve-font-name): New
-	function.
+	* international/fontset.el (x-must-resolve-font-name): New function.
 	(x-complement-fontset-spec): Use it.
 
 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>