From: Richard M. Stallman Date: Mon, 22 Apr 2002 22:36:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~15473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df218ce63d78d26cd9c8c394fdf6427a56b5fd32;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58e8cef080e..dc45e7337ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 958b410cead..b4589591e16 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.