diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7c9c2f07c6..7b5430304ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-12-28 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (line-move-invisible): New subroutine. | ||
| 4 | (line-move-to-column): New subroutine--smarter about advancing over | ||
| 5 | invisible parts of a line, or lines, but only as long as hpos grows. | ||
| 6 | (line-move-finish): New subroutine: repeatedly processes desired | ||
| 7 | column, intangibility, and fields. | ||
| 8 | (line-move): Use those subroutines. | ||
| 9 | When moving lines downward, skip invisible text first rather than last. | ||
| 10 | |||
| 1 | 2001-12-27 Richard M. Stallman <rms@gnu.org> | 11 | 2001-12-27 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * international/mule-diag.el (describe-char-after): | 13 | * international/mule-diag.el (describe-char-after): |