diff options
| author | Eli Zaretskii | 2018-12-08 11:12:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-12-08 11:12:38 +0200 |
| commit | 2877471fefc21d157462d766afbcf3b2c47c4ee8 (patch) | |
| tree | 83ea4a4812074498b45cfbb813a811871545bbdc | |
| parent | ddb6efdbc52d9abc09511842988c5220961e1ec8 (diff) | |
| download | emacs-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/NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
| @@ -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. |
| 823 | Previously 'eshell/kill' would fail if provided a kill signal to send to the | 823 | Previously 'eshell/kill' would fail if provided a kill signal to send |
| 824 | process. It now accepts signals specified either by name or by its number. | 824 | to the process. It now accepts signals specified either by name or by |
| 825 | its number. | ||
| 826 | |||
| 827 | --- | ||
| 828 | *** Emacs now follows symlinks in history-related files. | ||
| 829 | The files specified by 'eshell-history-file-name' and | ||
| 830 | 'eshell-last-dir-ring-file-name' can include symlinks; these are now | ||
| 831 | followed when Emacs writes the relevant history variables to the disk. | ||
| 825 | 832 | ||
| 826 | ** Shell | 833 | ** Shell |
| 827 | 834 | ||