comparison lisp/ChangeLog @ 104817:90d1a4410a0c

(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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Sep 2009 02:21:37 +0000
parents 23afd425bd15
children 408195c2a9e5
comparison
equal deleted inserted replaced
104816:4129eea9d003 104817:90d1a4410a0c
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)
4 (tramp-do-file-attributes-with-perl) 12 (tramp-do-file-attributes-with-perl)
5 (tramp-do-file-attributes-with-stat): Rename from 13 (tramp-do-file-attributes-with-stat): Rename from
10 `tramp-handle-directory-files-and-attributes-with-*'. 18 `tramp-handle-directory-files-and-attributes-with-*'.
11 (tramp-handle-directory-files-and-attributes): Use them. 19 (tramp-handle-directory-files-and-attributes): Use them.
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
28 locking mechanism. 34 locking mechanism.
29 (tramp-compat-number-sequence): New defun. 35 (tramp-compat-number-sequence): New defun.
69 75
70 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant 76 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
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
79 * add-log.el (change-log-date-face, change-log-name-face) 84 * add-log.el (change-log-date-face, change-log-name-face)
80 (change-log-email-face, change-log-file-face, change-log-list-face) 85 (change-log-email-face, change-log-file-face, change-log-list-face)
185 190
186 2009-08-31 Glenn Morris <rgm@gnu.org> 191 2009-08-31 Glenn Morris <rgm@gnu.org>
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.
194 Adjust the whitespace so that help-setup-xref works. 200 Adjust the whitespace so that help-setup-xref works.
195 201
231 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete. 237 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
232 238
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
240 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value 246 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
241 with constant argument. 247 with constant argument.