aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-06-23 17:46:36 +0000
committerLuc Teirlinck2004-06-23 17:46:36 +0000
commitdce417e7f7508860125b3dcd3ed83fed99df03da (patch)
tree35e950f26cfac2bf574a12ca7d706ea580d27015
parent7cce51513dfc8fbcdfe98215368f236c8598e961 (diff)
downloademacs-dce417e7f7508860125b3dcd3ed83fed99df03da.tar.gz
emacs-dce417e7f7508860125b3dcd3ed83fed99df03da.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog4
-rw-r--r--lispref/ChangeLog14
-rw-r--r--src/ChangeLog5
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 @@
12004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * MORE.STUFF: Delete obsolete URL.
4
12004-06-10 Lars Hansen <larsh@math.ku.dk> 52004-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 @@
12004-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
12004-06-23 Lars Hansen <larsh@math.ku.dk> 152004-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 @@
12004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2
3 * keymap.c (Ftext_char_description): Doc fix.
4 * doc.c (Fsnarf_documentation): Doc fix.
5
12004-06-22 Kim F. Storm <storm@cua.dk> 62004-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.