diff options
| author | Fabián Ezequiel Gallina | 2014-12-26 17:59:33 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2014-12-26 17:59:33 -0300 |
| commit | 7284a174abc03c9ccf45aa43c939585beea351b7 (patch) | |
| tree | 21024e515aa72b5280618d3a6a29f8fd0598a5f5 /test/ChangeLog | |
| parent | 8cf42182b8da79bb4a2f2f704fa0d627304f5165 (diff) | |
| download | emacs-7284a174abc03c9ccf45aa43c939585beea351b7.tar.gz emacs-7284a174abc03c9ccf45aa43c939585beea351b7.zip | |
python.el: Generate clearer shell buffer names.
* lisp/progmodes/python.el (python-shell-get-process-name)
(python-shell-internal-get-process-name): Use `buffer-name`.
(python-shell-internal-get-or-create-process): Simplify.
* test/automated/python-tests.el (python-shell-get-process-name-1)
(python-shell-internal-get-process-name-1): Cleanup.
(python-shell-get-process-name-2)
(python-shell-internal-get-process-name-2): New tests.
(python-shell-calculate-command-1)
(python-shell-calculate-process-environment-3)
(python-shell-calculate-exec-path-2, python-shell-make-comint-1)
(python-shell-make-comint-2, python-shell-make-comint-4)
(python-shell-get-process-1, python-util-clone-local-variables-1):
Replace obsolete function and variable references with current.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 7d33014f75c..fda30d9237c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | ||
| 2 | |||
| 3 | * automated/python-tests.el (python-shell-get-process-name-1) | ||
| 4 | (python-shell-internal-get-process-name-1): Cleanup. | ||
| 5 | (python-shell-get-process-name-2) | ||
| 6 | (python-shell-internal-get-process-name-2): New tests. | ||
| 7 | (python-shell-calculate-command-1) | ||
| 8 | (python-shell-calculate-process-environment-3) | ||
| 9 | (python-shell-calculate-exec-path-2, python-shell-make-comint-1) | ||
| 10 | (python-shell-make-comint-2, python-shell-make-comint-4) | ||
| 11 | (python-shell-get-process-1, python-util-clone-local-variables-1): | ||
| 12 | Replace obsolete function and variable references with current. | ||
| 13 | |||
| 1 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> | 14 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> |
| 2 | 15 | ||
| 3 | * automated/let-alist.el: require `cl-lib' | 16 | * automated/let-alist.el: require `cl-lib' |