emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 09 Apr 2002 15:29:00 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2588 emacs/src/ChangeLog:1.2589
*** emacs/src/ChangeLog:1.2588  Tue Apr  9 14:36:24 2002
--- emacs/src/ChangeLog Tue Apr  9 15:28:59 2002
***************
*** 1,3 ****
--- 1,18 ----
+ 2002-04-09  Stefan Monnier  <address@hidden>
+ 
+       * minibuf.c (read_minibuf): Use empty_string.
+       (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
+       Short-circuit the search as soon as it "failed".
+       (Fall_completions): Allow lambda forms and lists of strings for alist.
+       (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
+       when require_match is nil.
+       (Ftest_completion): Rename from `test_completion' and export to elisp.
+       Call the predicate also when alist is a list.
+       Obey Vcompletion_regexp_list.
+       (do_completion, Fminibuffer_complete_and_exit): Use it.
+       (Fassoc_string): Rename from `assoc_for_completion'.
+       Allow list of strings as well and export to elisp.
+ 
  2002-04-08  Stefan Monnier  <address@hidden>
  
        * puresize.h (BASE_PURESIZE): Increase to 900KB.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]