# HG changeset patch
# User Luc Teirlinck <teirllm@auburn.edu>
# Date 1068009101 0
# Node ID 79178080aec68323c246dd9bed25184db35ac4e0
# Parent  d0f419e4965f2c69664b73f913ced09c888a4e7d
*** empty log message ***

diff -r d0f419e4965f -r 79178080aec6 etc/NEWS
--- a/etc/NEWS	Wed Nov 05 04:31:43 2003 +0000
+++ b/etc/NEWS	Wed Nov 05 05:11:41 2003 +0000
@@ -1695,6 +1695,12 @@
 
 * Lisp Changes in Emacs 21.4
 
++++
+** If optional third argument APPEND to `add-to-list' is non-nil, a
+new element gets added at the end of the list instead of at the
+beginning.  This change actually occurred in Emacs-21.1, but was not
+documented.
+
 ** Major modes can define `eldoc-print-current-symbol-info-function'
 locally to provide Eldoc functionality by some method appropriate to
 the language.
diff -r d0f419e4965f -r 79178080aec6 lispref/ChangeLog
--- a/lispref/ChangeLog	Wed Nov 05 04:31:43 2003 +0000
+++ b/lispref/ChangeLog	Wed Nov 05 05:11:41 2003 +0000
@@ -1,3 +1,21 @@
+2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* variables.texi (Defining Variables): Second argument to
+	`defconst' is not optional.
+	(Setting Variables): Mention optional argument APPEND to
+	`add-to-list'.
+	(Creating Buffer-Local): Expand description of
+	`make-variable-buffer-local'.
+	(Frame-Local Variables): Expand description of
+	`make-variable-frame-local'.
+	(Variable Aliases): Correct description of optional argument
+	DOCSTRING to `defvaralias'.  Mention return value of
+	`defvaralias'.
+	(File Local Variables): Add xref to `File variables' in Emacs
+	Manual.  Correct description of `hack-local-variables'.  Mention
+	`safe-local-variable' property.  Mention optional second argument
+	to `risky-local-variable-p'.
+
 2003-11-03  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* symbols.texi (Symbol Plists): Mention return value of `setplist'.