aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2015-05-03 22:24:20 -0400
committerStefan Monnier2015-05-03 22:24:20 -0400
commit4183482f4dd3c1a96c817d1598024952b82a7e59 (patch)
treeb8e6e28a8ad99f4ce98f59a1703e707e043c0495 /etc
parentb7bb71c801ecd9afa09f260ca7dbe7a5677cf9e0 (diff)
downloademacs-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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 74976527d6f..715295bc6bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
697This is mostly a bug-fix, since this change was missed back in 24.4 when
698symbol-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.
695Use the INSIDE_EMACS environment variable instead. 702Use the INSIDE_EMACS environment variable instead.
696 703