*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2006 19:51:35 +0000 (19:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 May 2006 19:51:35 +0000 (19:51 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 7732edb..c8054a5 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * progmodes/cc-styles.el (c-style-alist): Doc fix.
+
 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * term/mac-win.el (mac-bytes-to-digits): Remove function.
index 39bf92c..ad91c19 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-19  Michael Ernst  <mernst@alum.mit.edu>  (tiny change)
+
+       * searching.texi (Simple Match Data): Warn about match data being
+       set anew by every search.
+
 2006-05-17  Richard Stallman  <rms@gnu.org>
 
        * minibuf.texi (Minibuffer History): Clarify.
index 621e263..b2f6e40 100644 (file)
@@ -2,7 +2,8 @@
 
        * w32.c (init_environment): Perform the processing of environment
        variables on a copy of default variables and their values, not on
-       the original.
+       the original.  Simplify code that calls ExpandEnvironmentStrings
+       and make buf1[] and buf2[] more visible for easier debugging.
 
 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>