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 f14a9848521..5911f134488 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 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 completion-at-point. (Bug#19667) | ||
| 4 | |||
| 5 | * progmodes/python.el | ||
| 6 | (python-shell-completion-native-get-completions): Force process | ||
| 7 | buffer. | ||
| 8 | (python-shell-completion-at-point): Handle case where call is not | ||
| 9 | in a shell buffer. | ||
| 10 | |||
| 11 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 12 | |||
| 3 | python.el: Fix shell font-lock multiline input. (Bug#19744) | 13 | python.el: Fix shell font-lock multiline input. (Bug#19744) |
| 4 | 14 | ||
| 5 | * progmodes/python.el | 15 | * progmodes/python.el |