diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a34bc016b1b..05463197420 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-02-14 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * cus-start.el (all): Check if symbol is void. | ||
| 4 | |||
| 1 | 2005-02-14 Carsten Dominik <dominik@science.uva.nl> | 5 | 2005-02-14 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single | 7 | * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 9d92484faaf..7da20942eaf 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-02-14 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * elisp.texi (Top): Remove reference to deleted node. | ||
| 4 | |||
| 5 | * lists.texi (Lists): Remove reference to deleted node. | ||
| 6 | (Cons Cells): Fix typo. | ||
| 7 | |||
| 8 | * loading.texi (Where Defined): Fix typo. | ||
| 9 | |||
| 1 | 2005-02-14 Richard M. Stallman <rms@gnu.org> | 10 | 2005-02-14 Richard M. Stallman <rms@gnu.org> |
| 2 | 11 | ||
| 3 | * variables.texi (Creating Buffer-Local): change-major-mode-hook | 12 | * variables.texi (Creating Buffer-Local): change-major-mode-hook |