diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2321ba0bb59..56a310703cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-09-10 Kim F. Storm + + * 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 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 48386170912..f8713eb0394 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-09-10 Kim F. Storm + + * display.texi (Forcing Redisplay): Document return value of + function redisplay. + 2006-09-09 Richard Stallman * windows.texi (Window Hooks): Explain limits of diff --git a/src/ChangeLog b/src/ChangeLog index 1a29e02c1d5..2bc50904caa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2006-09-10 Kim F. Storm + * 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