diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac5a6db7508..71d927e9692 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,33 @@ | |||
| 1 | 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | Silence various byte-compiler warnings. | ||
| 4 | * emacs-lisp/byte-run.el (make-obsolete-variable): New argument | ||
| 5 | `access-type' and new obsolescence format. | ||
| 6 | * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to | ||
| 7 | new format. | ||
| 8 | (byte-compile-check-variable): New `access-type' argument. | ||
| 9 | Only warn if the access-type is obsolete. | ||
| 10 | (byte-compile-dynamic-variable-bind, byte-compile-variable-ref) | ||
| 11 | (byte-compile-variable-set): Adjust callers. | ||
| 12 | * help-fns.el (describe-variable): Adjust to new obsolescence format. | ||
| 13 | * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark | ||
| 14 | setting it as obsolete. | ||
| 15 | * simple.el (minibuffer-completing-symbol): | ||
| 16 | * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read | ||
| 17 | access as obsolete. | ||
| 18 | * minibuffer.el (minibuffer-completing-file-name): Don't make it | ||
| 19 | obsolete yet. | ||
| 20 | * international/quail.el (quail-mouse-choose-completion): Remove unused | ||
| 21 | code referring to obsolete var. | ||
| 22 | (quail-choose-completion-string): Remove. | ||
| 23 | * server.el (server-clients-with, server-kill-buffer-query-function) | ||
| 24 | (server-kill-emacs-query-function): Silence "unused `proc'" warnings. | ||
| 25 | * proced.el (proced-send-signal): | ||
| 26 | * emacs-lisp/lisp.el (lisp-complete-symbol): | ||
| 27 | Replace completion-annotate-function with completion-extra-properties. | ||
| 28 | |||
| 29 | 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 30 | |||
| 3 | * simple.el (goto-line): Use read-number. | 31 | * simple.el (goto-line): Use read-number. |
| 4 | (overriding-map-is-bound): Remove. | 32 | (overriding-map-is-bound): Remove. |
| 5 | (saved-overriding-map): Change default. | 33 | (saved-overriding-map): Change default. |