]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 10 Sep 2006 21:40:32 +0000 (21:40 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 10 Sep 2006 21:40:32 +0000 (21:40 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 2321ba0bb59c9e035a6bcb80cb4c539ee65d574a..56a310703cda942bc3f45863b2e9f95a5fff09d9 100644 (file)
@@ -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\e,Ak\e(Bl Cadilhac.
+
 2006-09-10  Richard Stallman  <rms@gnu.org>
 
        * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
index 4838617091201c579f5c6cfde75abbfc01b6a690..f8713eb039440780cd694a1f0239374beeb8e38e 100644 (file)
@@ -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
index 1a29e02c1d5f61ffd740c2d9bbbb5ae6e6d9ceaf..2bc50904caac46fc9ab6ce1b72722868a4b516b4 100644 (file)
@@ -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\e,Ad\e(Brv  <jan.h.d@swipnet.se>