diff options
| author | Sam Steingold | 2009-07-08 14:23:57 +0000 |
|---|---|---|
| committer | Sam Steingold | 2009-07-08 14:23:57 +0000 |
| commit | 49405d0e1be811957433cb0c89a2fbe099fcf5b9 (patch) | |
| tree | 3d06b0e8d46a4a4e3601bfe27c6081cd6f596ef7 /lisp/ChangeLog | |
| parent | c1d5ce9488bba9b3bc2b1dffe5e3615a409c4854 (diff) | |
| download | emacs-49405d0e1be811957433cb0c89a2fbe099fcf5b9.tar.gz emacs-49405d0e1be811957433cb0c89a2fbe099fcf5b9.zip | |
(rgrep): Allow grep-find-ignored-directories
to be a cons cell (test . ignored-directory) to selectively ignore
some directories depending on the location of the search.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7168fffd3a..80e6d190553 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2009-07-08 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories | ||
| 4 | to be a cons cell (test . ignored-directory) to selectively ignore | ||
| 5 | some directories depending on the location of the search. | ||
| 6 | |||
| 1 | 2009-07-08 Michael Albinus <michael.albinus@gmx.de> | 7 | 2009-07-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * net/tramp.el (tramp-set-file-uid-gid): Handle the case the | 9 | * net/tramp.el (tramp-set-file-uid-gid): Handle the case the |