1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2006-09-10 21:40:32 +00:00
parent 182f67def5
commit 606fd46931
3 changed files with 15 additions and 0 deletions

View 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,Ak(Bl Cadilhac.
2006-09-10 Richard Stallman <rms@gnu.org>
* emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.

View 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

View 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,Ad(Brv <jan.h.d@swipnet.se>