aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c55719416d3..e14ab4aed27 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -617,6 +617,12 @@ calling external rgrep.
617+++ 617+++
618*** If a command exits abnormally, the Eshell prompt now shows its exit code. 618*** If a command exits abnormally, the Eshell prompt now shows its exit code.
619 619
620+++
621*** New user option 'eshell-history-append'.
622If non-nil, each Eshell session will save history by appending new
623entries of that session to the history file rather than overwriting
624the file with the whole history of the session. The default is nil.
625
620** Minibuffer and Completions 626** Minibuffer and Completions
621 627
622*** New commands 'previous-line-completion' and 'next-line-completion'. 628*** New commands 'previous-line-completion' and 'next-line-completion'.