]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Apr 2002 22:36:55 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Apr 2002 22:36:55 +0000 (22:36 +0000)
lisp/ChangeLog
src/ChangeLog

index 58e8cef080ec5f993f04228ff839cb02803bc81e..dc45e7337aca3185cc48cbebc8b44d8f40db0533 100644 (file)
@@ -1,3 +1,10 @@
+2002-04-22  Richard M. Stallman  <rms@gnu.org>
+
+       * 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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * international/mule-diag.el (list-input-methods-1): Doc fix
index 958b410ceade017a4082e50a35553c73ff46515f..b4589591e1698d097f06c9bd0022d70fdf15a1a8 100644 (file)
@@ -4,6 +4,8 @@
 
 2002-04-22  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.