[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Mon, 02 Sep 2002 06:40:25 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4269 emacs/lisp/ChangeLog:1.4270
*** emacs/lisp/ChangeLog:1.4269 Sun Sep 1 20:13:29 2002
--- emacs/lisp/ChangeLog Mon Sep 2 06:40:23 2002
***************
*** 1,8 ****
2002-09-01 Richard M. Stallman <address@hidden>
* term/x-win.el (function-key-map): Define S-iso-lefttab.
! 2002-09-02 Kim F. Storm <address@hidden>
* edmacro.el (edit-kbd-macro): Recognize new default binding for
C-x e in addition to old binding.
--- 1,26 ----
+ 2002-09-02 Kim F. Storm <address@hidden>
+
+ * 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 <address@hidden>
* term/x-win.el (function-key-map): Define S-iso-lefttab.
! 2002-09-01 Kim F. Storm <address@hidden>
* edmacro.el (edit-kbd-macro): Recognize new default binding for
C-x e in addition to old binding.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kim F. Storm, 2002/09/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/09/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Kim F. Storm <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kai Großjohann, 2002/09/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Stefan Monnier, 2002/09/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/09/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Pavel Janík, 2002/09/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/09/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andre Spiegel, 2002/09/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, John Paul Wallington, 2002/09/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/09/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/09/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andre Spiegel, 2002/09/05