diff options
| author | Fabián Ezequiel Gallina | 2015-02-08 00:36:30 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-02-08 00:36:30 -0300 |
| commit | 67dfbd60573f6df8f0b096e5e2ec7f54fdff94bf (patch) | |
| tree | 42ebd4413f321793e2f7bf425c656a836fbf3257 /lisp/ChangeLog | |
| parent | 52df70a887ae8b187decb6c92cad32cf11f4c788 (diff) | |
| download | emacs-67dfbd60573f6df8f0b096e5e2ec7f54fdff94bf.tar.gz emacs-67dfbd60573f6df8f0b096e5e2ec7f54fdff94bf.zip | |
python.el: Fix shell font-lock multiline input.
Fixes: debbugs:19744
* lisp/progmodes/python.el
(python-shell-font-lock-post-command-hook): Handle multiline
input.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b0bdd51885..f14a9848521 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> | 1 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 2 | ||
| 3 | python.el: Fix shell font-lock multiline input. (Bug#19744) | ||
| 4 | |||
| 5 | * progmodes/python.el | ||
| 6 | (python-shell-font-lock-post-command-hook): Handle multiline | ||
| 7 | input. | ||
| 8 | |||
| 9 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 10 | |||
| 3 | python.el: Make shell font-lock respect markers. (Bug#19650) | 11 | python.el: Make shell font-lock respect markers. (Bug#19650) |
| 4 | 12 | ||
| 5 | * progmodes/python.el (python-shell-font-lock-cleanup-buffer): Use | 13 | * progmodes/python.el (python-shell-font-lock-cleanup-buffer): Use |