aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 437b2225ce1..100d57f3893 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12014-07-20 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 Make python.el work with IPython automatically. (Bug#15510)
4 * progmodes/python.el:
5 (python-shell-completion-setup-code): New value supporting iPython.
6 (python-shell-completion-string-code): New value supporting iPython.
7 (python-shell-completion-get-completions): Use them.
8 (python-shell-completion-module-string-code): Make obsolete.
9 (python-shell-prompt-input-regexps)
10 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
11 (python-shell-output-filter): Fix comment typo.
12
12014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org> 132014-07-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 14
3 Fix Python shell prompts detection for remote hosts. 15 Fix Python shell prompts detection for remote hosts.