]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 12:34:41 +0000 (12:34 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 5 Oct 2001 12:34:41 +0000 (12:34 +0000)
lisp/ChangeLog
src/ChangeLog

index c13c669a51bcf23472e68875f15a5f95ffc50778..531b8fe5d6f594e512de716f5ffc4ff4f4bb0a2b 100644 (file)
@@ -1,3 +1,30 @@
+2001-10-05  Miles Bader  <miles@gnu.org>
+
+       * 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  <miles@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * files.el (find-file-noselect): If file's read-only status has
index 0dd2d1a4a435f91d76d8415a7a9e7205077f60a6..172949e5806a06ea9442b5b54f83be4eb2b03f00 100644 (file)
@@ -1,3 +1,12 @@
+2001-10-05  Miles Bader  <miles@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * xfns.c (tiff_error_handler, tiff_warning_handler): New functions.