*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 22 Feb 2005 20:52:19 +0000 (20:52 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 22 Feb 2005 20:52:19 +0000 (20:52 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 64fb260..b4c65a7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3317,7 +3317,8 @@ and `display-warning'.
 ** The functions all-completions and try-completion now accept lists
 of strings as well as hash-tables additionally to alists, obarrays
 and functions.  Furthermore, the function `test-completion' is now
-exported to Lisp.
+exported to Lisp.  The keys in alists and hash tables may be either
+strings or symbols, which are automatically converted with to strings.
 
 ---
 ** When pure storage overflows while dumping, Emacs now prints how
index 26d9f63..6e5ae74 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-22  Kim F. Storm  <storm@cua.dk>
+
+       * progmodes/hideif.el (hide-ifdef-use-define-alist): Use
+       completing-read.  Suggested by Juan-Leon Lahoz Garcia.
+
 2005-02-22  Simon Josefsson  <jas@extundo.com>
 
        * net/browse-url.el (browse-url-netscape-new-window-is-tab): New
index 7da2094..96f87a1 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-22  Kim F. Storm  <storm@cua.dk>
+
+       * minibuf.texi (Basic Completion): Allow symbols in addition to
+       strings in try-completion and all-completions.
+
 2005-02-14  Lute Kamstra  <lute@gnu.org>
 
        * elisp.texi (Top): Remove reference to deleted node.
index 8a6afe2..e27911c 100644 (file)
@@ -1,5 +1,8 @@
 2005-02-22  Kim F. Storm  <storm@cua.dk>
 
+       * minibuf.c (Ftry_completion, Fall_completions): Allow both string
+       and symbol keys in alists and hash tables.
+
        * xdisp.c (fast_find_position): Fix search for start of overlay.
 
 2005-02-21  Kim F. Storm  <storm@cua.dk>