From 945136e75283e9409b5a668c6b84b4900a5fcb12 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 28 Aug 2015 11:04:02 +0100 Subject: users/20475: document cdr stores unique entry of most recent use --- ChangeLog | 3 +++ Doc/Zsh/contrib.yo | 10 +++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b326495b0..7f4675d11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-08-28 Peter Stephenson + * users/20475: Doc/Zsh/contrib.yo: mention that cdr mechanism + keeps unique list with most recent use first. + * users/20466: Test/V09datetime.ztst: make test for skipping strftime extention tests one that is known to fail on Solaris. Reason is not yet known, but there's no current diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 4e87d4116..db0940d94 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -339,9 +339,13 @@ previous working directory from a list maintained automatically. It is similar in concept to the directory stack controlled by the tt(pushd), tt(popd) and tt(dirs) builtins, but is more configurable, and as it stores all entries in files it is maintained across sessions and (by default) -between terminal emulators in the current session. (The tt(pushd) -directory stack is not actually modified or used by tt(cdr) unless you -configure it to do so as described in the configuration section below.) +between terminal emulators in the current session. Duplicates are +automatically removed, so that the list reflects the single most recent +use of each directory. + +Note that the tt(pushd) directory stack is not actually modified or used +by tt(cdr) unless you configure it to do so as described in the +configuration section below. subsect(Installation) -- cgit 1.4.1