diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5bee28ab493..b961faf76c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca> | ||
| 2 | |||
| 3 | Shell processes: enhancements to startup and CEDET compatibility. | ||
| 4 | * progmodes/python.el (python-shell-send-setup-max-wait): Delete var. | ||
| 5 | (python-shell-make-comint): accept-process-output at startup. | ||
| 6 | (run-python-internal): Set inferior-python-mode-hook to nil. | ||
| 7 | (python-shell-internal-get-or-create-process): call sit-for. | ||
| 8 | (python-preoutput-result): Add obsolete alias. | ||
| 9 | (python-shell-internal-send-string): Use it. | ||
| 10 | (python-shell-send-setup-code): Remove call to | ||
| 11 | accept-process-output. | ||
| 12 | |||
| 1 | 2012-07-31 Andreas Schwab <schwab@linux-m68k.org> | 13 | 2012-07-31 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 14 | ||
| 3 | * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value. | 15 | * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value. |