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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 08 Sep 2004 08:12:33 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6337 emacs/lisp/ChangeLog:1.6338
*** emacs/lisp/ChangeLog:1.6337 Tue Sep  7 05:32:35 2004
--- emacs/lisp/ChangeLog        Tue Sep  7 18:21:45 2004
***************
*** 19,30 ****
  2004-09-07  Juri Linkov  <address@hidden>
  
        * progmodes/grep.el (grep-highlight-matches): Change default from
!       `t' to `auto-detect', and type from `boolean' to `choice'.
        (grep-compute-defaults): Set `grep-highlight-matches' to `t'
        if grep option `--color' is available, or to `nil' otherwise.
        (grep-use-null-device): Remove redundant type `boolean' (`choice'
        is already defined).
  
  2004-09-06  Eli Zaretskii  <address@hidden>
  
        * simple.el (next-error-follow-minor-mode): Fix last change.
--- 19,37 ----
  2004-09-07  Juri Linkov  <address@hidden>
  
        * progmodes/grep.el (grep-highlight-matches): Change default from
!       `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  <address@hidden>
  
        * simple.el (next-error-follow-minor-mode): Fix last change.




reply via email to

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