summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--src/ChangeLog4
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 34a54165692..8a9a8403052 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2005-04-26 Richard M. Stallman <rms@gnu.org>
+ * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
+
* progmodes/python.el (python-mode):
Use new name eldoc-documentation-function.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9fc43e0bd4a..8c30a7df483 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-26 Richard M. Stallman <rms@gnu.org>
+
+ * indent.c (Fvertical_motion): Undo previous change.
+
2005-04-26 Kenichi Handa <handa@m17n.org>
* fns.c (char_table_range): New function.