diff options
| author | Chong Yidong | 2010-11-21 12:04:43 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-11-21 12:04:43 -0500 |
| commit | ae3da38afc6269294faf1e6204128b5be2f40c3f (patch) | |
| tree | 46f19e82c04d455aca103cb1b4a37a5c690ef36f /lisp/ChangeLog | |
| parent | 1d851570a67adec22da23bdc7499bb489992d578 (diff) | |
| download | emacs-ae3da38afc6269294faf1e6204128b5be2f40c3f.tar.gz emacs-ae3da38afc6269294faf1e6204128b5be2f40c3f.zip | |
Backport fixes for Bug#5390 and Bug#5694 from trunk.
* progmodes/python.el: Add Ipython support (Bug#5390).
(python-shell-prompt-alist)
(python-shell-continuation-prompt-alist): New options.
(python--set-prompt-regexp): New function.
(inferior-python-mode, run-python, python-shell): Require
ansi-color. Use python--set-prompt-regexp to set the comint
prompt based on the Python interpreter.
(python--prompt-regexp): New var.
(python-check-comint-prompt)
(python-comint-output-filter-function): Use it.
(run-python): Use a pipe (Bug#5694).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4796239b366..add4b50bfbd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * progmodes/python.el: Add Ipython support (Bug#5390). | ||
| 4 | (python-shell-prompt-alist) | ||
| 5 | (python-shell-continuation-prompt-alist): New options. | ||
| 6 | (python--set-prompt-regexp): New function. | ||
| 7 | (inferior-python-mode, run-python, python-shell): Require | ||
| 8 | ansi-color. Use python--set-prompt-regexp to set the comint | ||
| 9 | prompt based on the Python interpreter. | ||
| 10 | (python--prompt-regexp): New var. | ||
| 11 | (python-check-comint-prompt) | ||
| 12 | (python-comint-output-filter-function): Use it. | ||
| 13 | (run-python): Use a pipe (Bug#5694). | ||
| 14 | |||
| 15 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 16 | |||
| 3 | * progmodes/python.el (run-python): Doc fix. | 17 | * progmodes/python.el (run-python): Doc fix. |
| 4 | (python-keep-current-directory-in-path): New var (Bug#7454). | 18 | (python-keep-current-directory-in-path): New var (Bug#7454). |
| 5 | 19 | ||