From efa1b437a11c28714764879067c3c0d319657b44 Mon Sep 17 00:00:00 2001
From: "Kim F. Storm" <storm@cua.dk>
Date: Mon, 2 Sep 2002 10:40:23 +0000
Subject: [PATCH] *** empty log message ***

---
 lisp/ChangeLog | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e81677faa67..8ae2be957ac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,26 @@
+2002-09-02  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-ignore-item-temp-list): New variable.
+	(ido-read-internal): Don't set ido-default-item if the default is
+	member of ido-ignore-item-temp-list.
+	Don't return first match for C-j if no text is entered.
+	(ido-buffer-internal): Check for empty string return.
+	(ido-make-buffer-list1): Use member instead of memq.
+	(ido-window-buffer-p): Likewise.
+	(ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
+	(ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
+
+	* replace.el (multi-occur): Made "ido-aware":
+	Changed prompt to use C-j instead of RET to end.
+	Set ido-ignore-item-temp-list to the selected buffers so far, so
+	they are automatically excluded from the list of choices.
+	Use add-to-list instead of push.
+
 2002-09-01  Richard M. Stallman  <rms@gnu.org>
 
 	* term/x-win.el (function-key-map): Define S-iso-lefttab.
 
-2002-09-02  Kim F. Storm  <storm@cua.dk>
+2002-09-01  Kim F. Storm  <storm@cua.dk>
 
 	* edmacro.el (edit-kbd-macro): Recognize new default binding for
 	C-x e in addition to old binding.
-- 
2.39.5