comparison lisp/ChangeLog @ 71274:9c646f1ba2df

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 08 Jun 2006 11:29:14 +0000
parents 9abacc183f3b
children 3e72da0c198d
comparison
equal deleted inserted replaced
71273:f8990e674d00 71274:9c646f1ba2df
2 2
3 * ido.el (ido-take-first-match, ido-push-dir-first): New commands. 3 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
4 (ido-init-completion-maps): Bind them to M-SPC and M-v. 4 (ido-init-completion-maps): Bind them to M-SPC and M-v.
5 (ido-copy-current-file-name): Repeating C-w inserts whole file name. 5 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
6 (ido-file-internal): Pass full file name to write-file. 6 (ido-file-internal): Pass full file name to write-file.
7 (ido-read-internal): Only pop stack elements automatically if they
8 actually match an existing directory or file name.
7 9
8 2006-06-07 Kenichi Handa <handa@m17n.org> 10 2006-06-07 Kenichi Handa <handa@m17n.org>
9 11
10 * international/mule.el (find-auto-coding): Don't handle the short 12 * international/mule.el (find-auto-coding): Don't handle the short
11 name `char-trans'. 13 name `char-trans'.