diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-10-08 Juanma Barranquero <lekktu@gmail.com> | 11 | 2012-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): |