diff options
| author | Stefan Monnier | 2013-11-04 14:14:58 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-04 14:14:58 -0500 |
| commit | e5afbcacfab50bb3cceb95bb778a1a4cbb90eda0 (patch) | |
| tree | daf06aab2617a57a43f292be40f91bdecb77eb2d /lisp/ChangeLog | |
| parent | c8b09927b5ae87b19e8880614ac2b23e3c0df6e6 (diff) | |
| download | emacs-e5afbcacfab50bb3cceb95bb778a1a4cbb90eda0.tar.gz emacs-e5afbcacfab50bb3cceb95bb778a1a4cbb90eda0.zip | |
* lisp/progmodes/python.el: Fix up last change.
(python-shell--save-temp-file): New function.
(python-shell-send-string): Use it. Remove `msg' arg. Don't assume
`string' comes from the current buffer.
(python-shell-send-string-no-output): Remove `msg' arg.
(python--use-fake-loc): New var.
(python-shell-buffer-substring): Obey it. Try to compensate for the
extra coding line added by python-shell--save-temp-file.
(python-shell-send-region): Use python-shell--save-temp-file and
python-shell-send-file directly. Add `nomain' argument.
(python-shell-send-buffer): Use python-shell-send-region.
(python-electric-pair-string-delimiter): New function.
(python-mode): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 965a62668ed..f6f3a276afe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/python.el: Fix up last change. | ||
| 4 | (python-shell--save-temp-file): New function. | ||
| 5 | (python-shell-send-string): Use it. Remove `msg' arg. Don't assume | ||
| 6 | `string' comes from the current buffer. | ||
| 7 | (python-shell-send-string-no-output): Remove `msg' arg. | ||
| 8 | (python--use-fake-loc): New var. | ||
| 9 | (python-shell-buffer-substring): Obey it. Try to compensate for the | ||
| 10 | extra coding line added by python-shell--save-temp-file. | ||
| 11 | (python-shell-send-region): Use python-shell--save-temp-file and | ||
| 12 | python-shell-send-file directly. Add `nomain' argument. | ||
| 13 | (python-shell-send-buffer): Use python-shell-send-region. | ||
| 14 | (python-electric-pair-string-delimiter): New function. | ||
| 15 | (python-mode): Use it. | ||
| 16 | |||
| 1 | 2013-11-04 Eli Zaretskii <eliz@gnu.org> | 17 | 2013-11-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 18 | ||
| 3 | * startup.el (normal-top-level): Move setting eol-mnemonic-unix, | 19 | * startup.el (normal-top-level): Move setting eol-mnemonic-unix, |
| @@ -14,8 +30,8 @@ | |||
| 14 | 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com> | 30 | 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com> |
| 15 | 31 | ||
| 16 | * emacs-lisp/package.el (package-menu-mode) | 32 | * emacs-lisp/package.el (package-menu-mode) |
| 17 | (package-menu--print-info, package-menu--archive-predicate): Add | 33 | (package-menu--print-info, package-menu--archive-predicate): |
| 18 | Archive column to package list. | 34 | Add Archive column to package list. |
| 19 | 35 | ||
| 20 | 2013-11-04 Michael Albinus <michael.albinus@gmx.de> | 36 | 2013-11-04 Michael Albinus <michael.albinus@gmx.de> |
| 21 | 37 | ||