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