aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
12012-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
12012-07-31 Andreas Schwab <schwab@linux-m68k.org> 132012-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.