diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org> | 10 | 2012-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 |