]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 5 Nov 2003 05:11:41 +0000 (05:11 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 5 Nov 2003 05:11:41 +0000 (05:11 +0000)
etc/NEWS
lispref/ChangeLog

index 4308708830ca8a710b607df4074266be06c201ff..933346c0ee28beee94e9ec650638dea89b1339dc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1695,6 +1695,12 @@ configuration files.
 \f
 * 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.
index c960b2b23577b187e3af4cbd08b5f1b5784f2e90..e42481cd3c3a86797fb186030eba6737849ae00b 100644 (file)
@@ -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'.