aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2015-02-08 01:31:12 -0300
committerFabián Ezequiel Gallina2015-02-08 01:31:12 -0300
commitdcec731abfc110f719f0890fd0769e099393af7d (patch)
tree9a602364cc6c57617b079487ee260e666f266ba7 /lisp/ChangeLog
parent67dfbd60573f6df8f0b096e5e2ec7f54fdff94bf (diff)
downloademacs-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/ChangeLog10
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 @@
12015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> 12015-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
112015-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