aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-01-03 17:15:46 +0000
committerLuc Teirlinck2004-01-03 17:15:46 +0000
commitdbcd463f797638c31a3fdd8aa9d7f059061f6f2c (patch)
tree916a68b77e752d148597841136d057976ed58420
parenta0e91642828dd43ae3b096950060d42322b177e9 (diff)
downloademacs-dbcd463f797638c31a3fdd8aa9d7f059061f6f2c.tar.gz
emacs-dbcd463f797638c31a3fdd8aa9d7f059061f6f2c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog14
2 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de4f72cc020..3054e9686e9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,10 @@
12004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2
3 * subr.el (functionp): Doc fix.
4
12004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change) 52004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
2 6
3 * progmodes/idlwave.el (idlwave-make-tags): 7 * progmodes/idlwave.el (idlwave-make-tags):
4 * textmodes/flyspell.el (flyspell-large-region):. 8 * textmodes/flyspell.el (flyspell-large-region):.
5 * progmodes/make-mode.el (makefile-query-by-make-minus-q): 9 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
6 * emulation/viper-util.el (viper-glob-unix-files): 10 * emulation/viper-util.el (viper-glob-unix-files):
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b3b4abf2460..4c2f8660cf5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,17 @@
12004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2
3 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4
5 * functions.texi: Various small changes in addition to the
6 following.
7 (What Is a Function): `functionp' returns nil for macros. Clarify
8 behavior of this and following functions for symbol arguments.
9 (Function Documentation): Add `\' in front of (fn @var{arglist})
10 and explain why.
11 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12 Add anchor.
13 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
14
12004-01-01 Miles Bader <miles@gnu.org> 152004-01-01 Miles Bader <miles@gnu.org>
2 16
3 * display.texi (Buttons): New section. 17 * display.texi (Buttons): New section.