comparison lisp/ChangeLog @ 96846:0807daabeb14

Correctly attribute David Reitter for visual-line-mode.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 21 Jul 2008 04:20:56 +0000
parents 767c19ce14e0
children b9de9e7dceed
comparison
equal deleted inserted replaced
96845:55273a37c1d5 96846:0807daabeb14
102 2008-07-17 Chong Yidong <cyd@stupidchicken.com> 102 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
103 103
104 * simple.el (line-move-visual): Make it a defcustom. 104 * simple.el (line-move-visual): Make it a defcustom.
105 (line-move-1): Convert temporary-goal-column back to an integer if 105 (line-move-1): Convert temporary-goal-column back to an integer if
106 it was set as a float by a previous call to line-move-visual. 106 it was set as a float by a previous call to line-move-visual.
107 (end-of-visual-line, beginning-of-visual-line, kill-visual-line) 107 (end-of-visual-line, beginning-of-visual-line)
108 (next-logical-line, previous-logical-line) 108 (next-logical-line, previous-logical-line): New functions.
109 (turn-on-visual-line-mode): New functions. 109
110 2008-07-17 David Reitter <david.reitter@gmail.com>
111
112 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
113 functions.
114 (visual-line-mode, global-visual-line-mode): New minor mode.
110 (visual-line-mode-map): New variable. 115 (visual-line-mode-map): New variable.
111 (visual-line-mode, global-visual-line-mode): New minor mode.
112 116
113 2008-07-17 Glenn Morris <rgm@gnu.org> 117 2008-07-17 Glenn Morris <rgm@gnu.org>
114 118
115 * term/ns-win.el (parameters): Declare for compiler. 119 * term/ns-win.el (parameters): Declare for compiler.
116 120