emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 30 Nov 2001 03:23:25 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3125 emacs/lisp/ChangeLog:1.3126
*** emacs/lisp/ChangeLog:1.3125 Thu Nov 29 18:46:01 2001
--- emacs/lisp/ChangeLog        Fri Nov 30 03:23:25 2001
***************
*** 1,4 ****
--- 1,16 ----
+ 2001-11-30  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
+ 
  2001-11-29  Stefan Monnier  <address@hidden>
+ 
+       * 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



reply via email to

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