aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-09-30 21:53:44 -0300
committerFabián Ezequiel Gallina2012-09-30 21:53:44 -0300
commit0478776bb7f04bfb60ff7a2397546c955a1f3ce2 (patch)
treef862ae9faf3c60ccd1acdb4854ab0cc8e875192e /lisp/ChangeLog
parent07f133bf5d9e1c3da32eca2e2024b47cbfaef26d (diff)
downloademacs-0478776bb7f04bfb60ff7a2397546c955a1f3ce2.tar.gz
emacs-0478776bb7f04bfb60ff7a2397546c955a1f3ce2.zip
Shell output catching a la gud-gdb.
* progmodes/python.el (python-shell-fetch-lines-in-progress) (python-shell-fetch-lines-string, python-shell-fetched-lines): New Vars. (python-shell-fetch-lines-filter): New function. (python-shell-send-string-no-output): Use them.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b5b8c8bef9f..15c8d43b869 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 Shell output catching a la gud-gdb.
4 * progmodes/python.el (python-shell-fetch-lines-in-progress)
5 (python-shell-fetch-lines-string, python-shell-fetched-lines): New
6 Vars.
7 (python-shell-fetch-lines-filter): New function.
8 (python-shell-send-string-no-output): Use them.
9
12012-09-30 Tomohiro Matsuyama <tomo@cx4a.org> 102012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2 11
3 * profiler.el (profiler-sampling-interval): Rename from 12 * profiler.el (profiler-sampling-interval): Rename from