*** As a consequence, the second arg of 'indirect-function' is now obsolete.
+++
- ** Although comint, term, and compile still set the EMACS variable,
- this is now considered deprecated and will be removed in a future release.
+ ** M-x shell and M-x compile no longer set the EMACS environment variable.
+ This avoids clashing when other programs use the variable for other purposes.
+ Although M-x term still sets EMACS for compatibility with Bash 4.3 and earlier,
+ this is deprecated and will be phased out when Bash 4.4 or later takes over.
Use the INSIDE_EMACS environment variable instead.
+** 'C-up', 'C-down', 'C-left' and 'C-right' are now defined in term
+mode to send the same escape sequences that xterm does. This makes
+things like forward-word in readline work.
+
+---
+** hideshow mode got four key bindings that are analogous to outline
+mode bindings: 'C-c @ C-a', 'C-c @ C-t', 'C-c @ C-d', and 'C-c @ C-e.'
+
+++
** 'save-excursion' does not save&restore the mark any more.
Use 'save-mark-and-excursion' if you want the old behavior.