From df218ce63d78d26cd9c8c394fdf6427a56b5fd32 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 22 Apr 2002 22:36:55 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 2 ++ 2 files changed, 9 insertions(+) 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. -- 2.39.2