Mercurial > emacs
comparison lisp/ChangeLog @ 108022:2db141e51824
Added C-o keybinding to toggle use of virtual buffers
* ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
toggles the use of virtual buffers.
(ido-buffer-internal): Guard `ido-use-virtual-buffers' global
value.
(ido-toggle-virtual-buffers): New function.
author | John Wiegley <jwiegley@gmail.com> |
---|---|
date | Wed, 21 Apr 2010 07:00:58 -0400 |
parents | 6be35f3ece28 |
children | 4d8277a44bb4 |
comparison
equal
deleted
inserted
replaced
108021:3aba143264de | 108022:2db141e51824 |
---|---|
1 2010-04-21 John Wiegley <jwiegley@gmail.com> | |
2 | |
3 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o | |
4 toggles the use of virtual buffers. | |
5 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global | |
6 value. | |
7 (ido-toggle-virtual-buffers): New function. | |
8 | |
1 2010-04-21 Juanma Barranquero <lekktu@gmail.com> | 9 2010-04-21 Juanma Barranquero <lekktu@gmail.com> |
2 | 10 |
3 Use `define-derived-mode'; fix window selection; doc fixes. | 11 Use `define-derived-mode'; fix window selection; doc fixes. |
4 * play/tetris.el (tetris, tetris-update-speed-function) | 12 * play/tetris.el (tetris, tetris-update-speed-function) |
5 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom) | 13 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom) |