# HG changeset patch # User Stefan Monnier # Date 1112040198 0 # Node ID 846cb7469811329f882adedacf631d681880f882 # Parent 17207b620cf3a81e879b83e73e729e75a1525bdb *** empty log message *** diff -r 17207b620cf3 -r 846cb7469811 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 28 20:02:54 2005 +0000 +++ b/lisp/ChangeLog Mon Mar 28 20:03:18 2005 +0000 @@ -1,3 +1,15 @@ +2005-03-28 Stefan Monnier + + * mail/supercite.el (sc-mail-field): Use assoc-string. + (sc-get-address): Simplify regexps. + + * files.el (minibuffer-with-setup-hook): New macro. + (find-file-read-args): Use it to avoid let-binding + minibuffer-with-setup-hook (which breaks turning on/off + file-name-shadow-mode while in the prompt). + + * complete.el (PC-read-include-file-name-internal): Use test-completion. + 2005-03-28 Luc Teirlinck * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.