diff options
| author | Kim F. Storm | 2006-04-28 22:20:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-04-28 22:20:57 +0000 |
| commit | 264e9689874f73e556262656e0399c3d3a581d68 (patch) | |
| tree | 305b30736bf7729099acba671784b8160f744cd6 | |
| parent | 6ed3e595681c9c76a5056c9a6b30e92cc8481780 (diff) | |
| download | emacs-264e9689874f73e556262656e0399c3d3a581d68.tar.gz emacs-264e9689874f73e556262656e0399c3d3a581d68.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac0bbfb9700..afb3b8dc165 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2006-04-28 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * progmodes/grep.el (defgroup grep): Doc fix. | ||
| 4 | (grep-auto-highlight): Remove. | ||
| 5 | (grep-template): New defcustom. | ||
| 6 | (grep-find-template): Rename from grep-tree-template. | ||
| 7 | (grep-files-aliases): Rename from grep-tree-files-aliases. | ||
| 8 | Remove "all" alias, add "l" alias. | ||
| 9 | (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove. | ||
| 10 | (grep-find-ignored-directories): New defcustom to replace | ||
| 11 | grep-tree-ignore-CVS-directories, to facilitate ignoring | ||
| 12 | subdirectories for multiple version control systems. | ||
| 13 | (grep-mode-map): Add Recursive grep item to GREP menu. | ||
| 14 | (grep-regexp-history, grep-files-history): New defvars. | ||
| 15 | (grep-probe): New helper function. | ||
| 16 | (grep-compute-defaults): Use it to simplify code. | ||
| 17 | Adapt to name changes. | ||
| 18 | Use `.' as base in grep-find-template rather than <D>. | ||
| 19 | (grep): Remove superfluous highlight-regexp arg. Fix doc. | ||
| 20 | Call grep-compute-defaults unconditionally. | ||
| 21 | (grep-expand-keywords): New defconst. | ||
| 22 | (grep-expand-template): Rename from grep-expand-command-macros. | ||
| 23 | Simplify via grep-expand-keywords. Look at case-fold-search instead | ||
| 24 | of grep-tree-ignore-case to add -i option. | ||
| 25 | Bind case-fold-search to nil while matching keywords. | ||
| 26 | (grep-tree-last-regexp, grep-tree-last-files): Remove. | ||
| 27 | (grep-read-regexp, grep-read-files): New helper functions. | ||
| 28 | (rgrep): Rename from grep-tree. Rework to use proper histories. | ||
| 29 | Adapt to changes in defcustoms and functions above. | ||
| 30 | (lgrep): New command, as grep, but using same interactive api as rgrep. | ||
| 31 | |||
| 1 | 2006-04-28 Michael Albinus <michael.albinus@gmx.de> | 32 | 2006-04-28 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 33 | ||
| 3 | * net/tramp.el (tramp-completion-file-name-handler): Disable | 34 | * net/tramp.el (tramp-completion-file-name-handler): Disable |