comparison lisp/ChangeLog @ 106316:f4a3f47777f7

Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981) * window.el (recenter-last-op): Doc fix. (recenter-positions): New defcustom. (recenter-top-bottom): Rewrite to use `recenter-positions'. (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
author Juri Linkov <juri@jurta.org>
date Sun, 29 Nov 2009 23:34:05 +0000
parents af8417378024
children ef396422d3f1
comparison
equal deleted inserted replaced
106315:19cd8aecf8bd 106316:f4a3f47777f7
1 2009-11-29 Juri Linkov <juri@jurta.org>
2
3 Add defcustom to define the cycling order of `recenter-top-bottom'.
4 (Bug#4981)
5
6 * window.el (recenter-last-op): Doc fix.
7 (recenter-positions): New defcustom.
8 (recenter-top-bottom): Rewrite to use `recenter-positions'.
9 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10
1 2009-11-29 Michael Albinus <michael.albinus@gmx.de> 11 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
2 12
3 Improve integration of Tramp and ange-ftp in eshell. 13 Improve integration of Tramp and ange-ftp in eshell.
4 14
5 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias. 15 * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.