]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Sun, 11 Dec 2005 09:57:08 +0000 (09:57 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 11 Dec 2005 09:57:08 +0000 (09:57 +0000)
lispref/ChangeLog
src/ChangeLog

index 815dc3483834085a11522054b4075b67e446d11d..0e6d0127b4c951756a7bcbeb2a34f81d0f6fe35b 100644 (file)
@@ -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.
index 4994e7e8d6a534978ccd8a5ea8a450edbe723db5..618bd851dd3c80c6be1d6df984a5d04167993a50 100644 (file)
@@ -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.