changeset 56962:587d59561e32

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 07 Sep 2004 18:21:45 +0000
parents 80f39c8b91c5
children e5690f1ff0a5
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 07 18:19:17 2004 +0000
+++ b/lisp/ChangeLog	Tue Sep 07 18:21:45 2004 +0000
@@ -19,12 +19,19 @@
 2004-09-07  Juri Linkov  <juri@jurta.org>
 
 	* progmodes/grep.el (grep-highlight-matches): Change default from
-	`t' to `auto-detect', and type from `boolean' to `choice'.
+	`t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
 	(grep-compute-defaults): Set `grep-highlight-matches' to `t'
 	if grep option `--color' is available, or to `nil' otherwise.
+	(grep-process-setup): Call `grep-compute-defaults' if
+	`grep-highlight-matches' is not computed.  Set env-vars only
+	if `grep-highlight-matches' is `t'.
 	(grep-use-null-device): Remove redundant type `boolean' (`choice'
 	is already defined).
 
+	* progmodes/compile.el (compilation-start): Use copy of
+	`process-environment' created by `copy-sequence' to not
+	modify env-vars in the global `process-environment'.
+
 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
 
 	* simple.el (next-error-follow-minor-mode): Fix last change.