diff options
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b3b4abf2460..1ef5bca1d46 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2004-01-03 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Frames and Windows): Delete frame-root-window. | ||
| 4 | |||
| 5 | 2004-01-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 6 | |||
| 7 | * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors. | ||
| 8 | |||
| 9 | * functions.texi: Various small changes in addition to the | ||
| 10 | following. | ||
| 11 | (What Is a Function): `functionp' returns nil for macros. Clarify | ||
| 12 | behavior of this and following functions for symbol arguments. | ||
| 13 | (Function Documentation): Add `\' in front of (fn @var{arglist}) | ||
| 14 | and explain why. | ||
| 15 | (Defining Functions): Mention DOCSTRING argument to `defalias'. | ||
| 16 | Add anchor. | ||
| 17 | (Mapping Functions): Add anchor. Unquote nil in mapcar* example. | ||
| 18 | |||
| 1 | 2004-01-01 Miles Bader <miles@gnu.org> | 19 | 2004-01-01 Miles Bader <miles@gnu.org> |
| 2 | 20 | ||
| 3 | * display.texi (Buttons): New section. | 21 | * display.texi (Buttons): New section. |