aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2018-12-08 11:12:38 +0200
committerEli Zaretskii2018-12-08 11:12:38 +0200
commit2877471fefc21d157462d766afbcf3b2c47c4ee8 (patch)
tree83ea4a4812074498b45cfbb813a811871545bbdc
parentddb6efdbc52d9abc09511842988c5220961e1ec8 (diff)
downloademacs-2877471fefc21d157462d766afbcf3b2c47c4ee8.tar.gz
emacs-2877471fefc21d157462d766afbcf3b2c47c4ee8.zip
Document that Eshell follows symlinks in history file names
* etc/NEWS: Mention that Eshell now follows symlinks in history file names.
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cad44f92338..f6a03aee22f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -820,8 +820,15 @@ To restore the old behavior, use
820'eshell-uniqify-list'. 820'eshell-uniqify-list'.
821 821
822*** The function 'eshell/kill' is now able to handle signal switches. 822*** The function 'eshell/kill' is now able to handle signal switches.
823Previously 'eshell/kill' would fail if provided a kill signal to send to the 823Previously 'eshell/kill' would fail if provided a kill signal to send
824process. It now accepts signals specified either by name or by its number. 824to the process. It now accepts signals specified either by name or by
825its number.
826
827---
828*** Emacs now follows symlinks in history-related files.
829The files specified by 'eshell-history-file-name' and
830'eshell-last-dir-ring-file-name' can include symlinks; these are now
831followed when Emacs writes the relevant history variables to the disk.
825 832
826** Shell 833** Shell
827 834