emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 10 Mar 2007 01:54:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  07/03/10 01:54:31

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10796
retrieving revision 1.10797
diff -u -b -r1.10796 -r1.10797
--- ChangeLog   9 Mar 2007 23:08:21 -0000       1.10796
+++ ChangeLog   10 Mar 2007 01:54:30 -0000      1.10797
@@ -1,7 +1,6 @@
 2007-03-10  Alan Mackenzie  <address@hidden>
 
-       * 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  <address@hidden>
 
@@ -19,14 +18,14 @@
 
 2007-03-08  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-mode.el (c-unfind-enclosing-token,
-       c-unfind-coalesced-tokens, c-before-change): new functions;
-       (c-maybe-stale-found-type): new variable.
+       Remove stale tokens from `c-found-types' cache.
 
-       * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type,
-       c-trim-found-types): new functions.
+       * progmodes/cc-mode.el (c-unfind-enclosing-token)
+       (c-unfind-coalesced-tokens, c-before-change): New functions.
+       (c-maybe-stale-found-type): New variable.
 
-       These remove stale tokens from the cache `c-found-types'.
+       * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
+       (c-trim-found-types): New functions.
 
 2007-03-08  Stefan Monnier  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]