comparison lisp/ChangeLog @ 107785:1479a3d1e0f3

Scrolling commands which scroll a line instead of full screen.. http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html * simple.el (scroll-up-line, scroll-down-line): New commands. Put property isearch-scroll=t on them. * emulation/ws-mode.el (scroll-down-line, scroll-up-line): Remove commands.
author Juri Linkov <juri@jurta.org>
date Tue, 06 Apr 2010 02:44:24 +0300
parents 45b05d993766
children 3de4f4f86a82
comparison
equal deleted inserted replaced
107784:45b05d993766 107785:1479a3d1e0f3
1 2010-04-05 Juri Linkov <juri@jurta.org>
2
3 Scrolling commands which scroll a line instead of full screen.
4 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5
6 * simple.el (scroll-up-line, scroll-down-line): New commands.
7 Put property isearch-scroll=t on them.
8
9 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
10 Remove commands.
11
1 2010-04-05 Juri Linkov <juri@jurta.org> 12 2010-04-05 Juri Linkov <juri@jurta.org>
2 13
3 Scrolling commands which does not signal errors at top/bottom. 14 Scrolling commands which does not signal errors at top/bottom.
4 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html 15 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
5 16