diff options
| author | Joakim Verona | 2013-02-17 00:04:23 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-02-17 00:04:23 +0100 |
| commit | bcd8c34aabe11e72a0ce35f654515e2bb9c2964b (patch) | |
| tree | a294d312b78bc7db718819f498df3a3bbf07258f /lisp/ChangeLog | |
| parent | 613fda6799a504feff2d5a930ef7998125498d10 (diff) | |
| parent | ed8d7fcaa2965216d44388fd00a757c8d55e7395 (diff) | |
| download | emacs-bcd8c34aabe11e72a0ce35f654515e2bb9c2964b.tar.gz emacs-bcd8c34aabe11e72a0ce35f654515e2bb9c2964b.zip | |
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 89 |
1 files changed, 80 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99704a0b532..66c18a25803 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,25 +1,96 @@ | |||
| 1 | 2013-02-16 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * image.el (image-animated-types): Remove. | ||
| 4 | (image-multi-frame-p): Rename from image-animated-p, and generalize. | ||
| 5 | (image-animated-p): Make obsolete alias. | ||
| 6 | (image-animate, image-nth-frame, image-animate-timeout): | ||
| 7 | Use image-multi-frame-p. | ||
| 8 | (image-animate-timeout): If no delay, use image-default-frame-delay. | ||
| 9 | * image-mode.el (image-mode, image-toggle-animation): | ||
| 10 | Use image-multi-frame-p. (Bug#763, bug#10739) | ||
| 11 | (image-mode): Adjust startup message for a multi-frame image. | ||
| 12 | |||
| 13 | * image-mode.el (image-mode-map): Give it a menu. | ||
| 14 | |||
| 15 | 2013-02-16 Michael Albinus <michael.albinus@gmx.de> | ||
| 16 | |||
| 17 | * net/tramp-cache.el (tramp-connection-properties): New customer | ||
| 18 | option. | ||
| 19 | (tramp-get-connection-property): Use it. | ||
| 20 | |||
| 21 | * net/tramp-compat.el (top): Require 'trampver. | ||
| 22 | |||
| 23 | * net/tramp-sh.el (tramp-remote-process-environment): Set | ||
| 24 | tramp-autoload cookie. | ||
| 25 | |||
| 26 | 2013-02-16 Kevin Ryde <user42@zip.com.au> | ||
| 27 | |||
| 28 | * info-look.el (info-lookup-select-mode): If major-mode has no | ||
| 29 | info-lookup-alist entry then search up derived-mode-parent (bug#8660). | ||
| 30 | |||
| 31 | 2013-02-16 Jambunathan K <kjambunathan@gmail.com> | ||
| 32 | |||
| 33 | * replace.el (read-regexp): Tighten the regexp that matches tag. | ||
| 34 | When tag is retrieved with `find-tag-default', use regexp that | ||
| 35 | matches tag at point. Also update docstring (Bug#13687). | ||
| 36 | |||
| 37 | 2013-02-16 Eli Zaretskii <eliz@gnu.org> | ||
| 38 | |||
| 39 | * autorevert.el (auto-revert-notify-add-watch): With 'w32notify', | ||
| 40 | add watch for the file, not its parent directory, since w32notify | ||
| 41 | sets up the watch for the directory internally. (Bug#13725) | ||
| 42 | |||
| 43 | 2013-02-16 Glenn Morris <rgm@gnu.org> | ||
| 44 | |||
| 45 | * image.el (image-default-frame-delay): New variable. | ||
| 46 | (image-animated-p): Use image-default-frame-delay. | ||
| 47 | (image-minimum-frame-delay): New constant. | ||
| 48 | (image-animate-timeout): Use image-minimum-frame-delay. | ||
| 49 | |||
| 50 | * image.el (image-nth-frame): New, split from image-animate-timeout. | ||
| 51 | (image-animate-timeout): Use image-nth-frame. | ||
| 52 | * image-mode.el (image-goto-frame, image-next-frame) | ||
| 53 | (image-previous-frame): New commands. | ||
| 54 | (image-mode-map): Add new frame commands. | ||
| 55 | |||
| 56 | 2013-02-16 Jonas Bernoulli <jonas@bernoul.li> | ||
| 57 | |||
| 58 | * emacs-lisp/tabulated-list.el (tabulated-list-print-col): | ||
| 59 | If col-desc already has help-echo, use it. (Bug#13563) | ||
| 60 | |||
| 61 | 2013-02-16 Glenn Morris <rgm@gnu.org> | ||
| 62 | |||
| 63 | * image.el (image-current-frame): New variable. | ||
| 64 | (image-animate-timeout): Set image-current-frame. | ||
| 65 | * image-mode.el (image-mode): For animated images, | ||
| 66 | display a frame counter via mode-line-process. | ||
| 67 | |||
| 68 | * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local. | ||
| 69 | |||
| 70 | 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 71 | |||
| 72 | * simple.el (eval-expression): Let `exp' set the mark (bug#13724). | ||
| 73 | |||
| 1 | 2013-02-15 Alan Mackenzie <acm@muc.de> | 74 | 2013-02-15 Alan Mackenzie <acm@muc.de> |
| 2 | 75 | ||
| 3 | * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a | 76 | * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a |
| 4 | global minor mode has been enabled, call the minor mode function | 77 | global minor mode has been enabled, call the minor mode function |
| 5 | for a new buffer once only, after the major mode hook, whilst | 78 | for a new buffer once only, after the major mode hook, whilst |
| 6 | allowing that hook explicitly to disable the minor mode. | 79 | allowing that hook explicitly to disable the minor mode. |
| 7 | (MODE-disable-in-buffer): new (generated) function. | 80 | (MODE-disable-in-buffer): New (generated) function. |
| 8 | (disable-MODE): new (generated) buffer local variable. | 81 | (disable-MODE): New (generated) buffer local variable. |
| 9 | 82 | ||
| 10 | 2013-02-15 Jambunathan K <kjambunathan@gmail.com> | 83 | 2013-02-15 Jambunathan K <kjambunathan@gmail.com> |
| 11 | 84 | ||
| 12 | * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to | 85 | * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to |
| 13 | `iswitchb-next-match' and `iswitchb-prev-match' resply. | 86 | `iswitchb-next-match' and `iswitchb-prev-match' resply. |
| 14 | |||
| 15 | * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to | 87 | * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to |
| 16 | `ido-next-match' and `ido-prev-match' resply. | 88 | `ido-next-match' and `ido-prev-match' resply. |
| 17 | |||
| 18 | * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'. | 89 | * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'. |
| 19 | Bind `C-.' and `C-,' to `icomplete-forward-completions' and | 90 | Bind `C-.' and `C-,' to `icomplete-forward-completions' and |
| 20 | `icomplete-backward-completions' (Bug#13708). | 91 | `icomplete-backward-completions' (Bug#13708). |
| 21 | 92 | ||
| 22 | 2013-02-15 Michael Albinus <michael.albinus@gmx.de> | 93 | 2013-02-15 Glenn Morris <rgm@gnu.org> |
| 23 | 94 | ||
| 24 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. | 95 | * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. |
| 25 | 96 | ||
| @@ -52,8 +123,8 @@ | |||
| 52 | 123 | ||
| 53 | 2013-02-14 Michael Albinus <michael.albinus@gmx.de> | 124 | 2013-02-14 Michael Albinus <michael.albinus@gmx.de> |
| 54 | 125 | ||
| 55 | * net/tramp.el (tramp-debug-message): Add | 126 | * net/tramp.el (tramp-debug-message): |
| 56 | `tramp-condition-case-unless-debug'. | 127 | Add `tramp-condition-case-unless-debug'. |
| 57 | (tramp-debug-on-error): New defvar. | 128 | (tramp-debug-on-error): New defvar. |
| 58 | (tramp-condition-case-unless-debug): New defun. | 129 | (tramp-condition-case-unless-debug): New defun. |
| 59 | (tramp-file-name-handler): Use it. | 130 | (tramp-file-name-handler): Use it. |
| @@ -207,8 +278,8 @@ | |||
| 207 | * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache' | 278 | * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache' |
| 208 | only if it doesn't exist. | 279 | only if it doesn't exist. |
| 209 | 280 | ||
| 210 | * net/tramp-sh.el (tramp-sh-handle-start-file-process): Set | 281 | * net/tramp-sh.el (tramp-sh-handle-start-file-process): |
| 211 | process marker. | 282 | Set process marker. |
| 212 | 283 | ||
| 213 | 2013-02-12 Tassilo Horn <tsdh@gnu.org> | 284 | 2013-02-12 Tassilo Horn <tsdh@gnu.org> |
| 214 | 285 | ||