aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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):