aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-04-22 22:36:55 +0000
committerRichard M. Stallman <[email protected]>2002-04-22 22:36:55 +0000
commitdf218ce63d78d26cd9c8c394fdf6427a56b5fd32 (patch)
tree6554c402b8b276f6c7c0465f8acb139f21ac5d44
parent1f980920393ec6f8cba0b5c060a14a41cb6ae33d (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog2
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 58e8cef080..dc45e7337a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-22 Richard M. Stallman <[email protected]>
+
+ * 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 <[email protected]>
* international/mule-diag.el (list-input-methods-1): Doc fix
diff --git a/src/ChangeLog b/src/ChangeLog
index 958b410cea..b4589591e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,8 @@
2002-04-22 Richard M. Stallman <[email protected]>
+ * 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.