aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-10-08 18:30:36 -0300
committerFabián Ezequiel Gallina2012-10-08 18:30:36 -0300
commita5b773c40ce950ac004be26b9f1bc4fcf985276b (patch)
tree6f49df0073c003ec04969191c72460609823477f /lisp/ChangeLog
parent2b1f11ed71db0344deb3c469bba09bd2cda3f0bd (diff)
downloademacs-a5b773c40ce950ac004be26b9f1bc4fcf985276b.tar.gz
emacs-a5b773c40ce950ac004be26b9f1bc4fcf985276b.zip
Fix shell handling of unbalanced quotes and parens in output.
* progmodes/python.el (python-rx-constituents): Added string-delimiter. (python-syntax-propertize-function): Use it. (python-shell-output-syntax-table): New var. (inferior-python-mode): Prevent unbalanced parens/quotes from previous output mess with current input context.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 06b0f6f9506..1d7d2af60c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 Fix shell handling of unbalanced quotes and parens in output.
4 * progmodes/python.el (python-rx-constituents): Added
5 string-delimiter.
6 (python-syntax-propertize-function): Use it.
7 (python-shell-output-syntax-table): New var.
8 (inferior-python-mode): Prevent unbalanced parens/quotes from
9 previous output mess with current input context.
10
12012-10-08 Juanma Barranquero <lekktu@gmail.com> 112012-10-08 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook): 13 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):