diff options
| author | Stefan Monnier | 2015-05-03 22:24:20 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2015-05-03 22:24:20 -0400 |
| commit | 4183482f4dd3c1a96c817d1598024952b82a7e59 (patch) | |
| tree | b8e6e28a8ad99f4ce98f59a1703e707e043c0495 /etc | |
| parent | b7bb71c801ecd9afa09f260ca7dbe7a5677cf9e0 (diff) | |
| download | emacs-4183482f4dd3c1a96c817d1598024952b82a7e59.tar.gz emacs-4183482f4dd3c1a96c817d1598024952b82a7e59.zip | |
* lisp/term/screen.el (xterm-screen-extra-capabilities): New custom
(terminal-init-screen): Use it (bug#20356).
* lisp/term/xterm.el: Provide `term/xterm' instead of `xterm'.
(xterm--extra-capabilities-type): New const.
(xterm-extra-capabilities): Use it.
(xterm--version-handler): Lower the pseudo-version for `screen'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -238,6 +238,8 @@ Unicode standards. | |||
| 238 | 238 | ||
| 239 | * Changes in Specialized Modes and Packages in Emacs 25.1 | 239 | * Changes in Specialized Modes and Packages in Emacs 25.1 |
| 240 | 240 | ||
| 241 | ** New `xterm-screen-extra-capabilities' config. | ||
| 242 | |||
| 241 | ** The `save-place' variable is replaced by a `save-place-mode'. | 243 | ** The `save-place' variable is replaced by a `save-place-mode'. |
| 242 | 244 | ||
| 243 | ** Midnight-mode | 245 | ** Midnight-mode |
| @@ -691,6 +693,11 @@ a typographically-correct documents. | |||
| 691 | 693 | ||
| 692 | * Incompatible Lisp Changes in Emacs 25.1 | 694 | * Incompatible Lisp Changes in Emacs 25.1 |
| 693 | 695 | ||
| 696 | ** `indirect-function' does not signal `void-function' any more. | ||
| 697 | This is mostly a bug-fix, since this change was missed back in 24.4 when | ||
| 698 | symbol-function was changed not to signal `void-function' any more. | ||
| 699 | *** As a consequence, the second arg of `indirect-function' is now obsolete. | ||
| 700 | |||
| 694 | ** Comint, term, and compile do not set the EMACS env var any more. | 701 | ** Comint, term, and compile do not set the EMACS env var any more. |
| 695 | Use the INSIDE_EMACS environment variable instead. | 702 | Use the INSIDE_EMACS environment variable instead. |
| 696 | 703 | ||