diff options
| author | Kim F. Storm | 2006-08-23 23:22:53 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-08-23 23:22:53 +0000 |
| commit | 74b770deae14252f357519061f630a47b11cb3cb (patch) | |
| tree | 3963a25785c3c5df06f113ccaf7867b2065aa936 /lisp/ChangeLog | |
| parent | dc6cc05f5c36bfc65379f3fa25267669402635ca (diff) | |
| download | emacs-74b770deae14252f357519061f630a47b11cb3cb.tar.gz emacs-74b770deae14252f357519061f630a47b11cb3cb.zip | |
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e54ecc5f2e..ee84d69391f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-08-24 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec' | ||
| 4 | to mean "use find -exec"; nil now unambiguously means auto-detect. | ||
| 5 | (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'. | ||
| 6 | Use shell-quote-argument to build grep-find-command and grep-find-template. | ||
| 7 | (rgrep): Use shell-quote-argument to properly quote arguments to find. | ||
| 8 | Reported by Tom Seddon. | ||
| 9 | |||
| 1 | 2006-08-23 Chong Yidong <cyd@stupidchicken.com> | 10 | 2006-08-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * startup.el (fancy-splash-head): Give instructions for dismissing | 12 | * startup.el (fancy-splash-head): Give instructions for dismissing |