From: Kim F. Storm Date: Tue, 14 Jun 2005 11:11:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~8980 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5c99dc903381b6d96689a12a340d023b8e216cd;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 42699f60c16..b35745ee349 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3064,6 +3064,10 @@ If APPEND is non-nil, the 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 then. ++++ +*** New function `add-to-ordered-list' is like `add-to-list' but +associates a numeric ordering of each symbol element added to the list. + +++ *** New function `copy-tree' makes a copy of a tree. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c24bd01e8aa..7d5e0125a50 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-06-14 Kim F. Storm + + * variables.texi (Setting Variables): Add add-to-ordered-list. + 2005-06-13 Stefan Monnier * syntax.texi (Parsing Expressions): Document aux functions and vars of