changeset 44757:133c512f02bb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 22 Apr 2002 22:36:55 +0000
parents 56b4ca0725c1
children dfed9c909a1f
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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,Bm(Bk  <Pavel@Janik.cz>
 
 	* international/mule-diag.el (list-input-methods-1): Doc fix
--- 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  <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.