diff options
| author | Fabián Ezequiel Gallina | 2015-02-08 01:31:12 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2015-02-08 01:31:12 -0300 |
| commit | dcec731abfc110f719f0890fd0769e099393af7d (patch) | |
| tree | 9a602364cc6c57617b079487ee260e666f266ba7 /lisp/ChangeLog | |
| parent | 67dfbd60573f6df8f0b096e5e2ec7f54fdff94bf (diff) | |
| download | emacs-dcec731abfc110f719f0890fd0769e099393af7d.tar.gz emacs-dcec731abfc110f719f0890fd0769e099393af7d.zip | |
python.el: Fix completion-at-point.
Fixes: debbugs:19667
* lisp/progmodes/python.el
(python-shell-completion-native-get-completions): Force process
buffer.
(python-shell-completion-at-point): Handle case where call is not
in a shell buffer.
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 |