diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f04d5a2f11..9b162f94a6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,50 @@ | |||
| 1 | 2011-04-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * loadup.el: Use `string-to-number', not `string-to-int'. | ||
| 4 | |||
| 5 | 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * progmodes/gud.el (gud-gdb): Use completion-at-point instead of | ||
| 8 | gud-gdb-complete-command. | ||
| 9 | (gud-gdb-completions): New function, from gud-gdb-complete-command. | ||
| 10 | (gud-gdb-completion-at-point): New function. | ||
| 11 | (gud-gdb-completions): Remove. | ||
| 12 | |||
| 13 | 2011-04-14 Michael Albinus <michael.albinus@gmx.de> | ||
| 14 | |||
| 15 | * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case | ||
| 16 | when the scripts fail. Use `tramp-do-file-attributes-with-ls' then. | ||
| 17 | (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer | ||
| 18 | whether `executable-find' is bound. | ||
| 19 | |||
| 20 | * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring. | ||
| 21 | |||
| 22 | 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 23 | |||
| 24 | * minibuffer.el (completion-in-region-mode-predicate) | ||
| 25 | (completion-in-region-mode--predicate): New vars. | ||
| 26 | (completion-in-region, completion-in-region--postch) | ||
| 27 | (completion-in-region-mode): Use them. | ||
| 28 | (completion--capf-wrapper): Also return the hook function. | ||
| 29 | (completion-at-point, completion-help-at-point): | ||
| 30 | Adjust and provide a predicate. | ||
| 31 | |||
| 32 | Preserve arg names for advice of subr and lexical functions (bug#8457). | ||
| 33 | * help-fns.el (help-function-arglist): Consolidate the subr and | ||
| 34 | new-byte-code cases. Add argument `preserve-names' to extract names | ||
| 35 | from the docstring when needed. | ||
| 36 | * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args) | ||
| 37 | (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove. | ||
| 38 | (ad-arglist): Use help-function-arglist's new arg. | ||
| 39 | (ad-definition-type): Use cond. | ||
| 40 | |||
| 1 | 2011-04-13 Juanma Barranquero <lekktu@gmail.com> | 41 | 2011-04-13 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 42 | ||
| 43 | * autorevert.el (auto-revert-handler): | ||
| 44 | Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache', | ||
| 45 | which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de. | ||
| 46 | Don't quote lambda. | ||
| 47 | |||
| 3 | * image-mode.el (image-transform-set-scale): | 48 | * image-mode.el (image-transform-set-scale): |
| 4 | Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com. | 49 | Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com. |
| 5 | 50 | ||