changeset 70743:90e65df17a62

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 May 2006 19:51:35 +0000
parents 6d812049e04c
children ed43fcb24d07
files lisp/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 19 19:50:50 2006 +0000
+++ b/lisp/ChangeLog	Fri May 19 19:51:35 2006 +0000
@@ -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.
--- a/lispref/ChangeLog	Fri May 19 19:50:50 2006 +0000
+++ b/lispref/ChangeLog	Fri May 19 19:51:35 2006 +0000
@@ -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.
--- a/src/ChangeLog	Fri May 19 19:50:50 2006 +0000
+++ b/src/ChangeLog	Fri May 19 19:51:35 2006 +0000
@@ -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>