aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2014-12-27 20:12:00 -0300
committerFabián Ezequiel Gallina2014-12-27 20:12:00 -0300
commit7d1e62d51b51be27b11a67d7828b77f2df9e1eb1 (patch)
tree8404c3b50203c55b9cbffdbe0e0553311ff7df22 /test/ChangeLog
parent996ad1b846a0865245df008bdb551093278b3c30 (diff)
downloademacs-7d1e62d51b51be27b11a67d7828b77f2df9e1eb1.tar.gz
emacs-7d1e62d51b51be27b11a67d7828b77f2df9e1eb1.zip
python.el: Enhance shell user interaction and deprecate python-shell-get-or-create-process.
* lisp/progmodes/python.el (python-shell-get-process-or-error): New function. (python-shell-with-shell-buffer): Use it. (python-shell-send-string, python-shell-send-region) (python-shell-send-buffer, python-shell-send-defun) (python-shell-send-file, python-shell-switch-to-shell): Use it. Add argument MSG to display user-friendly message when no process is running. (python-shell-switch-to-shell): Call pop-to-buffer with NORECORD. (python-shell-make-comint): Rename argument SHOW from POP. Use display-buffer instead of pop-to-buffer. (run-python): Doc fix. Return process. (python-shell-get-or-create-process): Make obsolete. * test/automated/python-tests.el (python-shell-get-or-create-process-1) (python-shell-get-or-create-process-2) (python-shell-get-or-create-process-3): Remove tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index d541910b630..b7861654328 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,11 @@
12014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 12014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 2
3 * automated/python-tests.el (python-shell-get-or-create-process-1)
4 (python-shell-get-or-create-process-2)
5 (python-shell-get-or-create-process-3): Remove tests.
6
72014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
8
3 (python-shell-buffer-substring-9): New test. 9 (python-shell-buffer-substring-9): New test.
4 10
52014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org> 112014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>