comparison lisp/ChangeLog @ 103192:24e74e7d5748

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 10 May 2009 21:22:00 +0000
parents c113346b39da
children 22f651c59c50
comparison
equal deleted inserted replaced
103191:1ea11abb22f8 103192:24e74e7d5748
1 2009-05-10 Kim F. Storm <storm@cua.dk>
2
3 * ido.el: Add proper support for confirm-nonexistent-file-or-buffer
4 values `confirm' and `confirm-after-completion'.
5 (ido-read-internal, ido-buffer-internal, ido-file-internal):
6 Setup and handle require-match arg according to c-n-f-o-b.
7 (ido-show-confirm-message): New dynamic variable.
8 (ido-exit-minibuffer): Request confirmation for non-existing file
9 or buffer according to confirm-nonexistent-file-or-buffer.
10 (ido-decorations): Add 11th element for "confirm" message.
11 (ido-completions): Show confirmation message when requested.
12
1 2009-05-08 Kenichi Handa <handa@m17n.org> 13 2009-05-08 Kenichi Handa <handa@m17n.org>
2 14
3 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix for 15 * international/encoded-kb.el (encoded-kbd-setup-keymap): Fix for
4 big5. 16 big5.
5 17