diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change) | 13 | 2015-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). |