diff options
| author | Stefan Monnier | 2013-10-29 22:14:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-29 22:14:16 -0400 |
| commit | 53b39e8977941c6b60deeeca3c0e54da9ec7961a (patch) | |
| tree | a8cc06eca243be50e6e018a8df438ac3a85ab7dd /lisp/ChangeLog | |
| parent | 195ee2f0a990771753330ee912581da957eee034 (diff) | |
| download | emacs-53b39e8977941c6b60deeeca3c0e54da9ec7961a.tar.gz emacs-53b39e8977941c6b60deeeca3c0e54da9ec7961a.zip | |
* lisp/subr.el (custom-declare-variable-early): Remove function.
(custom-declare-variable-list): Remove var.
(error, user-error): Remove `while' loop.
(read-quoted-char-radix, read-quoted-char): Move to simple.el.
(user-emacs-directory-warning, locate-user-emacs-file):
Move to files.el.
* lisp/simple.el (read-quoted-char-radix, read-quoted-char):
* lisp/files.el (user-emacs-directory-warning, locate-user-emacs-file):
Move from subr.el.
* lisp/custom.el (custom-declare-variable-list): Don't process
custom-declare-variable-list.
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 85fb2cbb73e..d2c99e75f56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-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 |