]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 20:16:00 +0000 (20:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Dec 2006 20:16:00 +0000 (20:16 +0000)
etc/NEWS
lispref/ChangeLog
src/ChangeLog

index d288a604e2a72bc5fa282280805af0b8baef311d..f67227d008cb7b9e1a08356d02c63e80e1f36a42 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4548,6 +4548,10 @@ autoloaded when not really necessary.
 *** The function `make-auto-save-file-name' is now handled by file
 name handlers.  This will be exploited for remote files mainly.
 
++++
+*** The function `file-name-completion' accepts an optional argument
+PREDICATE, and rejects completion candidates that don't satisfy PREDICATE.
+
 ** Input changes:
 
 +++
@@ -4557,7 +4561,7 @@ maximum time to wait for input, in seconds.  If no input arrives after
 this time elapses, the functions stop waiting and return nil.
 
 +++
-*** An interactive specification can now use the code letter 'U' to get
+*** An interactive specification can now use the code letter `U' to get
 the up-event that was discarded in case the last key sequence read for a
 previous `k' or `K' argument was a down-event; otherwise nil is used.
 
index 49027187dcfec58f9cdbc165e33532d67ad1b86a..e2bfbf2680eadbc73cde2c87d3128c70ba303871 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-17  Richard Stallman  <rms@gnu.org>
+
+       * files.texi (File Name Completion): Document PREDICATE arg
+       to file-name-completion.
+
 2006-12-16  Eli Zaretskii  <eliz@gnu.org>
 
        * internals.texi (Building Emacs, Writing Emacs Primitives): Add
index 473ebe25af875fc314f636ebcce094bb06ba85c1..e08a7a8875e722b4bccb25e551452d6048de6974 100644 (file)
@@ -1,3 +1,11 @@
+2006-12-17  Richard Stallman  <rms@gnu.org>
+
+       * fileio.c (Fread_file_name_internal): Pass Vread_file_name_predicate
+       to Ffile_name_completion.
+
+       * dired.c (file_name_completion): New arg PREDICATE.  Some cleanup.
+       (file_name_completion): New arg PREDICATE.
+
 2006-12-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * buffer.c (Fkill_buffer): Doc fix.