comparison lisp/ChangeLog @ 107786:3de4f4f86a82

Enable recentf-mode if using virtual buffers. * ido.el (recentf-list): Declare for byte-compiler. (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring. (ido-make-buffer-list): Simplify. (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 06 Apr 2010 04:26:37 +0200
parents 1479a3d1e0f3
children ded036b5364f
comparison
equal deleted inserted replaced
107785:1479a3d1e0f3 107786:3de4f4f86a82
1 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
2
3 Enable recentf-mode if using virtual buffers.
4 * ido.el (recentf-list): Declare for byte-compiler.
5 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
6 (ido-make-buffer-list): Simplify.
7 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
8
1 2010-04-05 Juri Linkov <juri@jurta.org> 9 2010-04-05 Juri Linkov <juri@jurta.org>
2 10
3 Scrolling commands which scroll a line instead of full screen. 11 Scrolling commands which scroll a line instead of full screen.
4 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html 12 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5 13