Mercurial > emacs
comparison lisp/ChangeLog @ 42367:e79ed5ab7b08
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 Dec 2001 05:19:24 +0000 |
parents | 2c10a073bcbf |
children | 8c74ef3ab03f |
comparison
equal
deleted
inserted
replaced
42366:8c5f3e3e60da | 42367:e79ed5ab7b08 |
---|---|
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): |
4 Describe the text properties of the char after point. | 14 Describe the text properties of the char after point. |
5 | 15 |