diff options
| -rw-r--r-- | lispref/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 1a47e9934d7..84a84237fce 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2003-11-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * hash.texi (Creating Hash): Clarify description of `eql'. | ||
| 4 | `makehash' is obsolete. | ||
| 5 | (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. | ||
| 6 | |||
| 7 | * positions.texi (Point): Change description of `buffer-end', so | ||
| 8 | that it is also correct for floating point arguments. | ||
| 9 | (List Motion): Correct argument lists of `beginning-of-defun' and | ||
| 10 | `end-of-defun'. | ||
| 11 | (Excursions): Add xref to `Marker Insertion Types'. | ||
| 12 | (Narrowing): Argument to `narrow-to-page' is optional. | ||
| 13 | |||
| 1 | 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> | 14 | 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 15 | ||
| 3 | * streams.texi (Output Streams): Clarify behavior of point for | 16 | * streams.texi (Output Streams): Clarify behavior of point for |