aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2015-02-09 23:44:06 -0300
committerFabián Ezequiel Gallina2015-02-09 23:44:06 -0300
commit859e865e937dcc2bbd1fbbe0df3dadb16f4d5efe (patch)
tree830bdc43d3f0b7f7c06ef4183d62094f245bf764 /lisp/ChangeLog
parent21d1f8b85eec8fc1f87bb30398e449f6b20b6ecc (diff)
downloademacs-859e865e937dcc2bbd1fbbe0df3dadb16f4d5efe.tar.gz
emacs-859e865e937dcc2bbd1fbbe0df3dadb16f4d5efe.zip
python.el: Improved shell font lock respecting markers.
Fixes: debbugs:19650 * lisp/progmodes/python.el (python-shell-font-lock-get-or-create-buffer): Use special buffer name. (python-shell-font-lock-with-font-lock-buffer): Enable font lock. (python-shell-font-lock-post-command-hook): Fontify by copying text properties from fontified buffer to shell, keeping markers unchanged. (python-shell-font-lock-turn-off): Fix typo. (python-util-text-properties-replace-name): Delete function.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 12d4c944f47..f7dcb840bd6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12015-02-10 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 python.el: Improved shell font lock respecting markers. (Bug#19650)
4
5 * progmodes/python.el
6 (python-shell-font-lock-get-or-create-buffer): Use special buffer name.
7 (python-shell-font-lock-with-font-lock-buffer): Enable font lock.
8 (python-shell-font-lock-post-command-hook): Fontify by copying text
9 properties from fontified buffer to shell, keeping markers unchanged.
10 (python-shell-font-lock-turn-off): Fix typo.
11 (python-util-text-properties-replace-name): Delete function.
12
12015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change) 132015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
2 14
3 * textmodes/css-mode.el (css-smie-rules): Fix paren indent (bug#19815). 15 * textmodes/css-mode.el (css-smie-rules): Fix paren indent (bug#19815).