Mercurial > emacs
changeset 72791:1b368e2b4518
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 10 Sep 2006 21:40:32 +0000 |
parents | 16c08056334a |
children | e8c7ac0523cb |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 10 21:10:50 2006 +0000 +++ b/lisp/ChangeLog Sun Sep 10 21:40:32 2006 +0000 @@ -1,3 +1,10 @@ +2006-09-10 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-edit-input, ido-complete, ido-take-first-match) + (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit) + (ido-delete-file-at-head): Pass head of ido-matches through ido-name + in case of merged directories. Reported by Micha,Ak(Bl Cadilhac. + 2006-09-10 Richard Stallman <rms@gnu.org> * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
--- a/lispref/ChangeLog Sun Sep 10 21:10:50 2006 +0000 +++ b/lispref/ChangeLog Sun Sep 10 21:40:32 2006 +0000 @@ -1,3 +1,8 @@ +2006-09-10 Kim F. Storm <storm@cua.dk> + + * display.texi (Forcing Redisplay): Document return value of + function redisplay. + 2006-09-09 Richard Stallman <rms@gnu.org> * windows.texi (Window Hooks): Explain limits of
--- a/src/ChangeLog Sun Sep 10 21:10:50 2006 +0000 +++ b/src/ChangeLog Sun Sep 10 21:40:32 2006 +0000 @@ -1,5 +1,8 @@ 2006-09-10 Kim F. Storm <storm@cua.dk> + * keyboard.c (Finput_pending_p): Check Vunread_input_method_events + and Vunread_post_input_method_events. + * dispnew.c (Fredisplay): Document return value. 2006-09-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>