comparison lisp/ChangeLog @ 56962:587d59561e32

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 07 Sep 2004 18:21:45 +0000
parents 9aadc2889a41
children eaf57d83bae6
comparison
equal deleted inserted replaced
56961:80f39c8b91c5 56962:587d59561e32
17 Disable obsolete code. 17 Disable obsolete code.
18 18
19 2004-09-07 Juri Linkov <juri@jurta.org> 19 2004-09-07 Juri Linkov <juri@jurta.org>
20 20
21 * progmodes/grep.el (grep-highlight-matches): Change default from 21 * progmodes/grep.el (grep-highlight-matches): Change default from
22 `t' to `auto-detect', and type from `boolean' to `choice'. 22 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
23 (grep-compute-defaults): Set `grep-highlight-matches' to `t' 23 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
24 if grep option `--color' is available, or to `nil' otherwise. 24 if grep option `--color' is available, or to `nil' otherwise.
25 (grep-process-setup): Call `grep-compute-defaults' if
26 `grep-highlight-matches' is not computed. Set env-vars only
27 if `grep-highlight-matches' is `t'.
25 (grep-use-null-device): Remove redundant type `boolean' (`choice' 28 (grep-use-null-device): Remove redundant type `boolean' (`choice'
26 is already defined). 29 is already defined).
30
31 * progmodes/compile.el (compilation-start): Use copy of
32 `process-environment' created by `copy-sequence' to not
33 modify env-vars in the global `process-environment'.
27 34
28 2004-09-06 Eli Zaretskii <eliz@gnu.org> 35 2004-09-06 Eli Zaretskii <eliz@gnu.org>
29 36
30 * simple.el (next-error-follow-minor-mode): Fix last change. 37 * simple.el (next-error-follow-minor-mode): Fix last change.
31 38