diff options
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 05c4549bee3..94c4c3d87e1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * MORE.STUFF: Delete obsolete URL. | ||
| 4 | |||
| 1 | 2004-06-10 Lars Hansen <larsh@math.ku.dk> | 5 | 2004-06-10 Lars Hansen <larsh@math.ku.dk> |
| 2 | 6 | ||
| 3 | * NEWS: Describe dired-omit-mode. Describe desktop package changes. | 7 | * NEWS: Describe dired-omit-mode. Describe desktop package changes. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 71caf42017b..ea4ade8c30d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * lists.texi, files.texi, processes.texi, macros.texi, hash.texi: | ||
| 4 | * frames.texi, buffers.texi, backups.texi, variables.texi: | ||
| 5 | * loading.texi, eval.texi, functions.texi, control.texi: | ||
| 6 | * symbols.texi, minibuf.texi: Reposition @anchor's. | ||
| 7 | |||
| 8 | * help.texi: Various small changes in addition to the following. | ||
| 9 | (Describing Characters): Describe PREFIX argument to | ||
| 10 | `key-description'. Correct and clarify definition of | ||
| 11 | `text-char-description'. Describe NEED-VECTOR argument to | ||
| 12 | `read-kbd-macro'. | ||
| 13 | (Help Functions): Clarify definition of `apropos'. | ||
| 14 | |||
| 1 | 2004-06-23 Lars Hansen <larsh@math.ku.dk> | 15 | 2004-06-23 Lars Hansen <larsh@math.ku.dk> |
| 2 | 16 | ||
| 3 | * files.texi (Saving Buffers): Correct description of | 17 | * files.texi (Saving Buffers): Correct description of |
diff --git a/src/ChangeLog b/src/ChangeLog index d2951b32bb7..3b87aec95b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * keymap.c (Ftext_char_description): Doc fix. | ||
| 4 | * doc.c (Fsnarf_documentation): Doc fix. | ||
| 5 | |||
| 1 | 2004-06-22 Kim F. Storm <storm@cua.dk> | 6 | 2004-06-22 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * fns.c (Fmapcar, Fmapconcat): GCPRO the args array. | 8 | * fns.c (Fmapcar, Fmapconcat): GCPRO the args array. |