aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-07-21 01:58:27 -0400
committerGlenn Morris2014-07-21 01:58:27 -0400
commitef3b7194838482c4bcb55beb951f3a8e2e0f44ac (patch)
tree8778961d4901c9c754d07cfbdd9c1a35c597a883
parentf6c951e5d2ce79fe673965a1cee55a34048de612 (diff)
downloademacs-ef3b7194838482c4bcb55beb951f3a8e2e0f44ac.tar.gz
emacs-ef3b7194838482c4bcb55beb951f3a8e2e0f44ac.zip
NEWS tweaks
-rw-r--r--etc/NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 19356f7473b..b1524151cc8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -675,13 +675,12 @@ along with the non-SMIE indentation code.
675*** Out of the box support for CPython, iPython and readline based shells. 675*** Out of the box support for CPython, iPython and readline based shells.
676**** `python-shell-completion-module-string-code` is no longer used. 676**** `python-shell-completion-module-string-code` is no longer used.
677 677
678*** Automatic shell prompt detection. 678*** Automatic shell prompt detection. New user options:
679**** New user options: 679**** `python-shell-interpreter-interactive-arg'.
680***** `python-shell-interpreter-interactive-arg`. 680**** `python-shell-prompt-detect-enabled'.
681***** `python-shell-prompt-detect-enabled`. 681**** `python-shell-prompt-detect-failure-warning'.
682***** `python-shell-prompt-detect-failure-warning`. 682**** `python-shell-prompt-input-regexps'.
683***** `python-shell-prompt-input-regexps`. 683**** `python-shell-prompt-output-regexps'.
684***** `python-shell-prompt-output-regexps`.
685 684
686*** Python shell support for remote hosts via tramp. 685*** Python shell support for remote hosts via tramp.
687 686