diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 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. |