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 85fb2cbb73e..d2c99e75f56 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,17 @@
12013-10-30 Stefan Monnier <monnier@iro.umontreal.ca> 12013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * subr.el (custom-declare-variable-early): Remove function.
4 (custom-declare-variable-list): Remove var.
5 (error, user-error): Remove `while' loop.
6 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7 (user-emacs-directory-warning, locate-user-emacs-file):
8 Move to files.el.
9 * simple.el (read-quoted-char-radix, read-quoted-char):
10 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
11 Move from subr.el.
12 * custom.el (custom-declare-variable-list): Don't process
13 custom-declare-variable-list.
14
3 * progmodes/python.el (python-shell-get-buffer): New function. 15 * progmodes/python.el (python-shell-get-buffer): New function.
4 (python-shell-get-process): Use it. 16 (python-shell-get-process): Use it.
5 (python-shell-send-string): Always use utf-8 and add a cookie to tell 17 (python-shell-send-string): Always use utf-8 and add a cookie to tell