changeset 67500:e94d15e8e9b3

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 11 Dec 2005 09:57:08 +0000
parents 91703011b252
children d25e579a6232
files lispref/ChangeLog src/ChangeLog
diffstat 2 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Sun Dec 11 09:56:45 2005 +0000
+++ b/lispref/ChangeLog	Sun Dec 11 09:57:08 2005 +0000
@@ -1,3 +1,10 @@
+2005-12-11  Juri Linkov  <juri@jurta.org>
+
+	* minibuf.texi (Completion Commands): Add mention of read-file-name
+	for filename completion keymaps.
+	(Reading File Names): Add mention of filename completion keymaps
+	for read-file-name and xref to `Completion Commands'.
+
 2005-12-10  Richard M. Stallman  <rms@gnu.org>
 
 	* customize.texi (Common Keywords): State caveats for use of :tag.
--- a/src/ChangeLog	Sun Dec 11 09:56:45 2005 +0000
+++ b/src/ChangeLog	Sun Dec 11 09:57:08 2005 +0000
@@ -1,3 +1,12 @@
+2005-12-11  Juri Linkov  <juri@jurta.org>
+
+	* minibuf.c (display_completion_list_1):
+	Call `minibuffer_completion_contents' instead of using `nil' as
+	second arg of `Fdisplay_completion_list'.
+	(keys_of_minibuf): Unbind SPC in
+	Vminibuffer_local_filename_completion_map (see also related
+	change on 2005-12-06).
+
 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* emacs.c (main) [MAC_OS8]: Undo previous change.