comparison lisp/ChangeLog @ 53146:91f8c5edb2d6

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 23 Nov 2003 22:51:14 +0000
parents 99a669ece962
children 9ef6052ba695
comparison
equal deleted inserted replaced
53145:a0151f86f01e 53146:91f8c5edb2d6
37 (grep-command, grep-use-null-device, grep-find-command) 37 (grep-command, grep-use-null-device, grep-find-command)
38 (grep-tree-files-aliases, grep-tree-ignore-case) 38 (grep-tree-files-aliases, grep-tree-ignore-case)
39 (grep-tree-ignore-CVS-directories): Move to grep custom group. 39 (grep-tree-ignore-CVS-directories): Move to grep custom group.
40 (grep-setup-hook): New hook variable. 40 (grep-setup-hook): New hook variable.
41 (grep-mode-map): New keymap for grep commands. Add Grep menu. 41 (grep-mode-map): New keymap for grep commands. Add Grep menu.
42 (grep-use-compilation-buffer): New defcustom.
43 (grep-last-buffer): New defvar, override compilation-last-buffer. 42 (grep-last-buffer): New defvar, override compilation-last-buffer.
44 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix. 43 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
45 Call compile-internal with args highlight-regexp and grep-mode-map. 44 Call compile-internal with args highlight-regexp and grep-mode-map.
46 45
47 2003-11-23 Kim F. Storm <storm@cua.dk> 46 2003-11-23 Kim F. Storm <storm@cua.dk>