log lisp/ido.el @ 110523:a5ad4f188e19

age author description
Sat, 21 Aug 2010 15:35:27 +0200 Stefan Monnier Fix buffer-list rename&refresh after after killing a buffer in ido.
Mon, 24 May 2010 22:11:08 -0400 Stefan Monnier Replace Lisp calls to delete-backward-char by delete-char.
Thu, 29 Apr 2010 11:41:23 -0400 Chong Yidong * ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
Thu, 29 Apr 2010 11:38:08 -0400 Chong Yidong * ido.el (ido-init-completion-maps): Remove C-v binding (Bug#5765).
Tue, 27 Apr 2010 13:47:19 +0200 Juanma Barranquero When killing buffers with ido, don't offer virtual buffers for completion.
Wed, 21 Apr 2010 07:00:58 -0400 John Wiegley Added C-o keybinding to toggle use of virtual buffers
Mon, 19 Apr 2010 11:07:52 -0400 Stefan Monnier Merge from emacs-23
Wed, 14 Apr 2010 13:32:50 -0400 Chong Yidong * ido.el (ido-file-internal): Fix 2009-12-02 change.
Thu, 15 Apr 2010 00:05:14 +0200 Michael Albinus Fix Bug#5840.
Tue, 06 Apr 2010 14:17:55 -0400 jwiegley Removed duplicate definition of ido-virtual-buffers
Tue, 06 Apr 2010 03:02:57 -0400 jwiegley Fixed duplicate names appearing in IDO buffer list (using virtuals)
Mon, 05 Apr 2010 23:38:56 -0400 jwiegley Minor fixes to a recent contribution to ido.el
Tue, 06 Apr 2010 04:26:37 +0200 Juanma Barranquero Enable recentf-mode if using virtual buffers.
Sun, 04 Apr 2010 02:55:19 -0400 jwiegley 2010-04-04 John Wiegley <jwiegley@gmail.com>
Mon, 18 Jan 2010 20:34:55 +0100 Juanma Barranquero ido.el: Consider the possibility of buffer names changing after kill-buffer.