diff options
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c803b26723..49e63e68690 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2004-11-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * play/life.el: Maintainer is now FSF. | ||
| 4 | (life-patterns, life-neighbor-deltas, life-window-start) | ||
| 5 | (life-current-generation, life-generation-string): Use defvar | ||
| 6 | instead of defconst. | ||
| 7 | |||
| 1 | 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * progmodes/compile.el (compilation-move-to-column): New fun. | 10 | * progmodes/compile.el (compilation-move-to-column): New fun. |
diff --git a/src/ChangeLog b/src/ChangeLog index af86a85bc0a..3e9345ffc40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-11-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * dispextern.h: Extern reseat_at_previous_visible_line_start. | ||
| 4 | |||
| 1 | 2004-11-16 Kenichi Handa <handa@m17n.org> | 5 | 2004-11-16 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * xdisp.c (display_mode_element): Fix previous change (calculate | 7 | * xdisp.c (display_mode_element): Fix previous change (calculate |