diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -197,6 +197,12 @@ their backends. | |||
| 197 | *** Environment variable 'INSIDE_EMACS' is now copied to subprocesses. | 197 | *** Environment variable 'INSIDE_EMACS' is now copied to subprocesses. |
| 198 | Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'. | 198 | Its value equals the result of evaluating '(format "%s,eshell" emacs-version)'. |
| 199 | 199 | ||
| 200 | --- | ||
| 201 | *** Eshell no longer re-initializes its keymap every call. | ||
| 202 | This allows users to use (define-key eshell-mode-map ...) as usual. | ||
| 203 | Some modules have their own minor mode now to account for these | ||
| 204 | changes. | ||
| 205 | |||
| 200 | ** Tramp | 206 | ** Tramp |
| 201 | 207 | ||
| 202 | +++ | 208 | +++ |