diff options
| author | Stefan Monnier | 2013-10-29 22:45:53 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-29 22:45:53 -0400 |
| commit | ae4002ce294f21a82979edacef39f82d8e4cd1cc (patch) | |
| tree | d0f2e23db27b13aeb9066c534661f04032fb36d8 /lisp/ChangeLog | |
| parent | 53b39e8977941c6b60deeeca3c0e54da9ec7961a (diff) | |
| download | emacs-ae4002ce294f21a82979edacef39f82d8e4cd1cc.tar.gz emacs-ae4002ce294f21a82979edacef39f82d8e4cd1cc.zip | |
Cleanup namespace of dos-w32.el.
* lisp/dos-w32.el (minibuffer-history-case-insensitive-variables)
(path-separator, null-device, buffer-file-coding-system)
(lpr-headers-switches): Check system-type before modifying them.
(find-buffer-file-type-coding-system): Mark obsolete.
(w32-find-file-not-found-set-buffer-file-coding-system): Rename from
find-file-not-found-set-buffer-file-coding-system.
(w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
(w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
(w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
(w32-direct-print-region-helper, w32-direct-print-region-function)
(w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
* lisp/startup.el (normal-top-level-add-subdirs-to-load-path):
* lisp/ps-print.el (ps-print-region-function):
* lisp/lpr.el (print-region-function): Use new name.
* lisp/simple.el (copy-region-as-kill): Fix call to region-extract-function.
* lisp/emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
(byte-compile-and-folded): New function.
(=, <, >, <=, >=): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2c99e75f56..a0cf681dcea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,26 @@ | |||
| 1 | 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * simple.el (copy-region-as-kill): Fix call to region-extract-function. | ||
| 4 | |||
| 5 | * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler. | ||
| 6 | (byte-compile-and-folded): New function. | ||
| 7 | (=, <, >, <=, >=): Use it. | ||
| 8 | |||
| 9 | * dos-w32.el (minibuffer-history-case-insensitive-variables) | ||
| 10 | (path-separator, null-device, buffer-file-coding-system) | ||
| 11 | (lpr-headers-switches): Check system-type before modifying them. | ||
| 12 | (find-buffer-file-type-coding-system): Mark obsolete. | ||
| 13 | (w32-find-file-not-found-set-buffer-file-coding-system): Rename from | ||
| 14 | find-file-not-found-set-buffer-file-coding-system. | ||
| 15 | (w32-untranslated-filesystem-list, w32-untranslated-canonical-name): | ||
| 16 | (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem) | ||
| 17 | (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p): | ||
| 18 | (w32-direct-print-region-helper, w32-direct-print-region-function) | ||
| 19 | (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix. | ||
| 20 | * startup.el (normal-top-level-add-subdirs-to-load-path): | ||
| 21 | * ps-print.el (ps-print-region-function): | ||
| 22 | * lpr.el (print-region-function): Use new name. | ||
| 23 | |||
| 3 | * subr.el (custom-declare-variable-early): Remove function. | 24 | * subr.el (custom-declare-variable-early): Remove function. |
| 4 | (custom-declare-variable-list): Remove var. | 25 | (custom-declare-variable-list): Remove var. |
| 5 | (error, user-error): Remove `while' loop. | 26 | (error, user-error): Remove `while' loop. |