# HG changeset patch # User Stefan Monnier # Date 1007108605 0 # Node ID 4f66d5b614de17fa51be0707f6a1fe14f3ec6755 # Parent 73a58db610c2847cb6a9e9441cb30e00c0a4fef4 *** empty log message *** diff -r 73a58db610c2 -r 4f66d5b614de lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 30 08:22:46 2001 +0000 +++ b/lisp/ChangeLog Fri Nov 30 08:23:25 2001 +0000 @@ -1,5 +1,17 @@ +2001-11-30 Stefan Monnier + + * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify. + 2001-11-29 Stefan Monnier + * emacs-lisp/crm.el (completing-read-multiple): Better preserve + the value of require-match in minibuffer-completion-confirm. + Use crm-local-completion-map. + + * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so + (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2). + (cl-make-type-test): Use char-valid-p for `character'. + * info.el (Info-complete-next-re, Info-complete-cache): New vars. (Info-complete-menu-item): Rewrite. Add the ability to search several sequential nodes. Add a simple caching mechanism.