# HG changeset patch # User Miles Bader # Date 1002285281 0 # Node ID f531a9e9f5d55496d1407e1f6c8236959315099e # Parent 56800ba6a856965f8d14c2ce251843a202fcecbd *** empty log message *** diff -r 56800ba6a856 -r f531a9e9f5d5 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 05 12:30:52 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 05 12:34:41 2001 +0000 @@ -1,3 +1,30 @@ +2001-10-05 Miles Bader + + * progmodes/compile.el (grep-use-null-device): New variable. + (grep-command): Mention `grep-use-null-device'. + (grep-compute-defaults): Compute `grep-use-null-device' if necessary. + Make computation of `grep-command' respect `grep-use-null-device'. + (grep): Respect `grep-use-null-device'. + Call `grep-compute-defaults' even if grep-command is set, if + grep-use-null-device is still tentative. + + * subr.el (call-process-shell-command): New function. + +2001-10-05 Miles Bader + + * simple.el (previous-matching-history-element) + (next-history-element, next-complete-history-element): Use + `minibuffer-' functions instead of calling `field-' functions + directly. + (minibuffer-prompt-end, minibuffer-contents): + (minibuffer-contents-no-properties, delete-minibuffer-contents): + Functions removed (now subrs). + (minibuffer-prompt-width): Use `minibuffer-prompt-end'. + * minibuf-eldef.el (minibuf-eldef-setup-minibuffer) + (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions + instead of calling `field-' functions directly. + (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'. + 2001-10-05 Gerd Moellmann * files.el (find-file-noselect): If file's read-only status has diff -r 56800ba6a856 -r f531a9e9f5d5 src/ChangeLog --- a/src/ChangeLog Fri Oct 05 12:30:52 2001 +0000 +++ b/src/ChangeLog Fri Oct 05 12:34:41 2001 +0000 @@ -1,3 +1,12 @@ +2001-10-05 Miles Bader + + * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents) + (Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents): + New functions (were in simple.el). + (Fminibuffer_complete_and_exit, Fminibuffer_complete_word) + (read_minibuf, do_completion, Fminibuffer_completion_help): Use them. + (syms_of_minibuf): Initialize them. + 2001-10-05 Gerd Moellmann * xfns.c (tiff_error_handler, tiff_warning_handler): New functions.