changeset 39600:f531a9e9f5d5

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Fri, 05 Oct 2001 12:34:41 +0000
parents 56800ba6a856
children fc4fb819666e
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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.