# HG changeset patch # User Kim F. Storm # Date 1157924432 0 # Node ID 1b368e2b45180af83bedab6662e705865906ecc0 # Parent 16c08056334a47335e48cec8881dee97eeca168a *** empty log message *** diff -r 16c08056334a -r 1b368e2b4518 lisp/ChangeLog --- 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 + + * 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 -r 16c08056334a -r 1b368e2b4518 lispref/ChangeLog --- 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 + + * display.texi (Forcing Redisplay): Document return value of + function redisplay. + 2006-09-09 Richard Stallman * windows.texi (Window Hooks): Explain limits of diff -r 16c08056334a -r 1b368e2b4518 src/ChangeLog --- 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 + * 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