Mercurial > emacs
comparison lisp/ChangeLog @ 96776:5a9289cb119e
* simple.el (line-move-visual): Make it a defcustom.
(line-move-1): Convert temporary-goal-column back to an integer if
it was set as a float by a previous call to line-move-visual.
(end-of-visual-line, beginning-of-visual-line, kill-visual-line)
(next-logical-line, previous-logical-line)
(turn-on-visual-line-mode): New functions.
(visual-line-mode-map): New variable.
(visual-line-mode, global-visual-line-mode): New minor mode.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 17 Jul 2008 23:37:38 +0000 |
parents | 6b8eb4a3e494 |
children | 2a63efc82880 |
comparison
equal
deleted
inserted
replaced
96775:cb62bfe8f09c | 96776:5a9289cb119e |
---|---|
1 2008-07-17 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * simple.el (line-move-visual): Make it a defcustom. | |
4 (line-move-1): Convert temporary-goal-column back to an integer if | |
5 it was set as a float by a previous call to line-move-visual. | |
6 (end-of-visual-line, beginning-of-visual-line, kill-visual-line) | |
7 (next-logical-line, previous-logical-line) | |
8 (turn-on-visual-line-mode): New functions. | |
9 (visual-line-mode-map): New variable. | |
10 (visual-line-mode, global-visual-line-mode): New minor mode. | |
11 | |
1 2008-07-17 Glenn Morris <rgm@gnu.org> | 12 2008-07-17 Glenn Morris <rgm@gnu.org> |
2 | 13 |
3 * term/ns-win.el (parameters): Declare for compiler. | 14 * term/ns-win.el (parameters): Declare for compiler. |
4 | 15 |
5 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change) | 16 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change) |