diff lisp/ChangeLog @ 76426:ab03aef10513

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sat, 10 Mar 2007 01:54:30 +0000
parents 51f9ca8269f0
children 8dfa6aa9df23
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 10 01:07:05 2007 +0000
+++ b/lisp/ChangeLog	Sat Mar 10 01:54:30 2007 +0000
@@ -1,7 +1,6 @@
 2007-03-10  Alan Mackenzie  <acm@muc.de>
 
-	* progmodes/cc-mode.el (c-before-change): insert call of
-	`save-match-data'.
+	* progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
 
 2007-03-09  Richard Stallman  <rms@gnu.org>
 
@@ -19,14 +18,14 @@
 
 2007-03-08  Alan Mackenzie  <acm@muc.de>
 
-	* progmodes/cc-mode.el (c-unfind-enclosing-token,
-	c-unfind-coalesced-tokens, c-before-change): new functions;
-	(c-maybe-stale-found-type): new variable.
-
-	* progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type,
-	c-trim-found-types): new functions.
-
-	These remove stale tokens from the cache `c-found-types'.
+	Remove stale tokens from `c-found-types' cache.
+
+	* progmodes/cc-mode.el (c-unfind-enclosing-token)
+	(c-unfind-coalesced-tokens, c-before-change): New functions.
+	(c-maybe-stale-found-type): New variable.
+
+	* progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
+	(c-trim-found-types): New functions.
 
 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>