Mercurial > emacs
changeset 61045:846cb7469811
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Mar 2005 20:03:18 +0000 |
parents | 17207b620cf3 |
children | 89f67218c46b |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + + * 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 <teirllm@auburn.edu> * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.