Mercurial > emacs
comparison lisp/ChangeLog @ 39600:f531a9e9f5d5
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 12:34:41 +0000 |
parents | ad301d019554 |
children | 80c62639fd20 |
comparison
equal
deleted
inserted
replaced
39599:56800ba6a856 | 39600:f531a9e9f5d5 |
---|---|
1 2001-10-05 Miles Bader <miles@gnu.org> | |
2 | |
3 * progmodes/compile.el (grep-use-null-device): New variable. | |
4 (grep-command): Mention `grep-use-null-device'. | |
5 (grep-compute-defaults): Compute `grep-use-null-device' if necessary. | |
6 Make computation of `grep-command' respect `grep-use-null-device'. | |
7 (grep): Respect `grep-use-null-device'. | |
8 Call `grep-compute-defaults' even if grep-command is set, if | |
9 grep-use-null-device is still tentative. | |
10 | |
11 * subr.el (call-process-shell-command): New function. | |
12 | |
13 2001-10-05 Miles Bader <miles@gnu.org> | |
14 | |
15 * simple.el (previous-matching-history-element) | |
16 (next-history-element, next-complete-history-element): Use | |
17 `minibuffer-' functions instead of calling `field-' functions | |
18 directly. | |
19 (minibuffer-prompt-end, minibuffer-contents): | |
20 (minibuffer-contents-no-properties, delete-minibuffer-contents): | |
21 Functions removed (now subrs). | |
22 (minibuffer-prompt-width): Use `minibuffer-prompt-end'. | |
23 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer) | |
24 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions | |
25 instead of calling `field-' functions directly. | |
26 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'. | |
27 | |
1 2001-10-05 Gerd Moellmann <gerd@gnu.org> | 28 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
2 | 29 |
3 * files.el (find-file-noselect): If file's read-only status has | 30 * files.el (find-file-noselect): If file's read-only status has |
4 changed on disk, ask if buffer's read-only status should be | 31 changed on disk, ask if buffer's read-only status should be |
5 changed, unless NOWARN is set. | 32 changed, unless NOWARN is set. |