aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-22 22:36:55 +0000
committerRichard M. Stallman2002-04-22 22:36:55 +0000
commitdf218ce63d78d26cd9c8c394fdf6427a56b5fd32 (patch)
tree6554c402b8b276f6c7c0465f8acb139f21ac5d44
parent1f980920393ec6f8cba0b5c060a14a41cb6ae33d (diff)
downloademacs-df218ce63d78d26cd9c8c394fdf6427a56b5fd32.tar.gz
emacs-df218ce63d78d26cd9c8c394fdf6427a56b5fd32.zip
*** 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 58e8cef080e..dc45e7337ac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-04-22 Richard M. Stallman <rms@gnu.org>
2
3 * simple.el (line-move-finish): Find beg and end of line
4 before calling line-move-to-column. Do consider intangible
5 when finding the end. Take more care in analyzing the results
6 of intangibility after line-move-to-column.
7
12002-04-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 82002-04-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 9
3 * international/mule-diag.el (list-input-methods-1): Doc fix 10 * 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 @@
4 4
52002-04-22 Richard M. Stallman <rms@gnu.org> 52002-04-22 Richard M. Stallman <rms@gnu.org>
6 6
7 * cmds.c (Fend_of_line): Handle intangible text in mid line.
8
7 * window.c (make_window): Initialize height_fixed_p, 9 * window.c (make_window): Initialize height_fixed_p,
8 last_cursor_off_p, and p->cursor_off_p slots. 10 last_cursor_off_p, and p->cursor_off_p slots.
9 11