diff options
| author | Chong Yidong | 2008-07-11 18:06:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-11 18:06:43 +0000 |
| commit | 4d1d41073faaee4a693520b82506801829fd0646 (patch) | |
| tree | 45d9ac8d96673880ac33060c93b16994e0e9f8ca | |
| parent | 3bfb4d482350d40e16f0dbc9c25e11ca49f8fd19 (diff) | |
| download | emacs-4d1d41073faaee4a693520b82506801829fd0646.tar.gz emacs-4d1d41073faaee4a693520b82506801829fd0646.zip | |
* simple.el (line-move-visual): New var.
(line-move-visual): New function.
(line-move): Call line-move-visual.
(line-move-visual): Obey goal-column and no-error arg.
(track-eol, temporary-goal-column): Update docstring.
(move-end-of-line, move-beginning-of-line): Bind line-move-visual
to nil.
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56bfdb3415c..02a071a21d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-07-11 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * simple.el (line-move-visual): Obey goal-column and no-error arg. | ||
| 4 | (track-eol, temporary-goal-column): Update docstring. | ||
| 5 | (move-end-of-line, move-beginning-of-line): Bind line-move-visual | ||
| 6 | to nil. | ||
| 7 | |||
| 8 | 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 9 | |||
| 10 | * simple.el (line-move-visual): New var. | ||
| 11 | (line-move-visual): New function. | ||
| 12 | (line-move): Call line-move-visual. | ||
| 13 | |||
| 1 | 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu> | 14 | 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 15 | ||
| 3 | * progmodes/grep.el (grep-files-aliases): Improve the C++ source | 16 | * progmodes/grep.el (grep-files-aliases): Improve the C++ source |