diff options
| author | Stefan Monnier | 2009-09-03 02:21:37 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-03 02:21:37 +0000 |
| commit | 734db3841680b1eed09eff8e1b902e879298042d (patch) | |
| tree | 427a9806da36e197528a3c92d2452815ec4aa44a /lisp/ChangeLog | |
| parent | 7cef7ce343169850e48de169cf702a0b87886e6a (diff) | |
| download | emacs-734db3841680b1eed09eff8e1b902e879298042d.tar.gz emacs-734db3841680b1eed09eff8e1b902e879298042d.zip | |
(footnote-prefix): Make it a defcustom.
(footnote-mode-map): Move initialization into the declaration.
(footnote-minor-mode-map): Define it rather than changing global-map.
(footnote-mode): Use define-minor-mode.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58139d07651..fb0d97bd3ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2009-09-03 Eduard Wiebe <usenet@pusto.de> | ||
| 2 | Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 3 | |||
| 4 | * mail/footnote.el (footnote-prefix): Make it a defcustom. | ||
| 5 | (footnote-mode-map): Move initialization into the declaration. | ||
| 6 | (footnote-minor-mode-map): Define it rather than changing global-map. | ||
| 7 | (footnote-mode): Use define-minor-mode. | ||
| 8 | |||
| 1 | 2009-09-02 Michael Albinus <michael.albinus@gmx.de> | 9 | 2009-09-02 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * net/tramp.el (tramp-handle-file-attributes-with-ls) | 11 | * net/tramp.el (tramp-handle-file-attributes-with-ls) |
| @@ -12,16 +20,14 @@ | |||
| 12 | (tramp-method-out-of-band-p): Additional parameter SIZE. | 20 | (tramp-method-out-of-band-p): Additional parameter SIZE. |
| 13 | (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy) | 21 | (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy) |
| 14 | (tramp-handle-write-region): Use it. | 22 | (tramp-handle-write-region): Use it. |
| 15 | (tramp-handle-insert-directory): Use "?\ " for compatibility | 23 | (tramp-handle-insert-directory): Use "?\ " for compatibility reasons. |
| 16 | reasons. | ||
| 17 | (tramp-handle-vc-registered): Check, whether the first run did | 24 | (tramp-handle-vc-registered): Check, whether the first run did |
| 18 | return files to be tested. | 25 | return files to be tested. |
| 19 | (tramp-advice-make-auto-save-file-name): Do not call directly | 26 | (tramp-advice-make-auto-save-file-name): Do not call directly |
| 20 | `tramp-handle-make-auto-save-file-name', because this would bypass | 27 | `tramp-handle-make-auto-save-file-name', because this would bypass |
| 21 | the locking mechanism. | 28 | the locking mechanism. |
| 22 | 29 | ||
| 23 | * net/tramp-compat.el (top): Autoload used functions from | 30 | * net/tramp-compat.el (top): Autoload used functions from tramp.el. |
| 24 | tramp.el. | ||
| 25 | (file-remote-p, process-file, start-file-process, set-file-times) | 31 | (file-remote-p, process-file, start-file-process, set-file-times) |
| 26 | (tramp-compat-file-attributes): Compatibility functions shall not | 32 | (tramp-compat-file-attributes): Compatibility functions shall not |
| 27 | call directly `tramp-handle-*', because this would bypass the | 33 | call directly `tramp-handle-*', because this would bypass the |
| @@ -71,8 +77,7 @@ | |||
| 71 | MI command -var-evaluate-expression. | 77 | MI command -var-evaluate-expression. |
| 72 | (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el | 78 | (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el |
| 73 | and tweak for case of string child. | 79 | and tweak for case of string child. |
| 74 | (gdb-var-list-children-handler): Update from handler-1 in | 80 | (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el. |
| 75 | gdb-ui.el. | ||
| 76 | 81 | ||
| 77 | 2009-09-01 Glenn Morris <rgm@gnu.org> | 82 | 2009-09-01 Glenn Morris <rgm@gnu.org> |
| 78 | 83 | ||
| @@ -187,7 +192,8 @@ | |||
| 187 | 192 | ||
| 188 | * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro. | 193 | * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro. |
| 189 | 194 | ||
| 190 | * apropos.el (apropos-symbols-internal): Handle (obsolete) face aliases. | 195 | * apropos.el (apropos-symbols-internal): |
| 196 | Handle (obsolete) face aliases. | ||
| 191 | 197 | ||
| 192 | * faces.el (describe-face): Adjust the output format to be more like | 198 | * faces.el (describe-face): Adjust the output format to be more like |
| 193 | describe-variable, and to mention (obsolete) face aliases. | 199 | describe-variable, and to mention (obsolete) face aliases. |
| @@ -233,7 +239,7 @@ | |||
| 233 | * net/ldap.el (ldap-search-internal): Use with-current-buffer and push. | 239 | * net/ldap.el (ldap-search-internal): Use with-current-buffer and push. |
| 234 | 240 | ||
| 235 | * net/imap.el (imap-send-command): Simplify. | 241 | * net/imap.el (imap-send-command): Simplify. |
| 236 | (imap-wait-for-tag): point-max - buffer-size. | 242 | (imap-wait-for-tag): point-max -> buffer-size. |
| 237 | 243 | ||
| 238 | * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode. | 244 | * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode. |
| 239 | 245 | ||