# HG changeset patch # User Richard M. Stallman # Date 1019515015 0 # Node ID 133c512f02bb564d2dc3239c6b87c3aa76408714 # Parent 56b4ca0725c1fd7d4c90b74ed8a1e7ad2f3b8913 *** empty log message *** diff -r 56b4ca0725c1 -r 133c512f02bb lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 22 22:35:46 2002 +0000 +++ b/lisp/ChangeLog Mon Apr 22 22:36:55 2002 +0000 @@ -1,3 +1,10 @@ +2002-04-22 Richard M. Stallman + + * simple.el (line-move-finish): Find beg and end of line + before calling line-move-to-column. Do consider intangible + when finding the end. Take more care in analyzing the results + of intangibility after line-move-to-column. + 2002-04-22 Pavel Jan,Bm(Bk * international/mule-diag.el (list-input-methods-1): Doc fix diff -r 56b4ca0725c1 -r 133c512f02bb src/ChangeLog --- a/src/ChangeLog Mon Apr 22 22:35:46 2002 +0000 +++ b/src/ChangeLog Mon Apr 22 22:36:55 2002 +0000 @@ -4,6 +4,8 @@ 2002-04-22 Richard M. Stallman + * cmds.c (Fend_of_line): Handle intangible text in mid line. + * window.c (make_window): Initialize height_fixed_p, last_cursor_off_p, and p->cursor_off_p slots.