aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-11-16 11:11:49 -0300
committerFabián Ezequiel Gallina2014-11-16 11:11:49 -0300
commitcf100f60a6fbed0446dbc091649df4f17e4f5694 (patch)
tree063c2c185fceb17b2ae0762eeb2e3f08ead7b468 /lisp/ChangeLog
parentc613f4d6c12ad7a8ebbc88dcef48949c6a775996 (diff)
downloademacs-cf100f60a6fbed0446dbc091649df4f17e4f5694.tar.gz
emacs-cf100f60a6fbed0446dbc091649df4f17e4f5694.zip
Prevent resizing the echo area when iPython is enabled
Fixes: debbugs:18794 * lisp/progmodes/python.el (python-eldoc--get-doc-at-point): Strip shell output before returning.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 442b8f69e59..d47a97f73ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 * progmodes/python.el (python-eldoc--get-doc-at-point): Strip
4 shell output before returning. (bug#18794)
5
12014-11-16 Dmitry Gutov <dgutov@yandex.ru> 62014-11-16 Dmitry Gutov <dgutov@yandex.ru>
2 7
3 Fix indentation before `!=' and after `+='. Originally reported 8 Fix indentation before `!=' and after `+='. Originally reported