comparison lisp/ChangeLog @ 86216:93c3f233e481

(kill-all-abbrevs, insert-abbrevs, prepare-abbrev-list-buffer): Use dolist. (clear-abbrev-table): Preserve properties.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 18 Nov 2007 19:32:53 +0000
parents 90d3744545c1
children 28fe197622a5
comparison
equal deleted inserted replaced
86215:4b2a5a1e790d 86216:93c3f233e481
1 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
4 (prepare-abbrev-list-buffer): Use dolist.
5 (clear-abbrev-table): Preserve properties.
6
1 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change) 7 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2 8
3 * textmodes/texinfmt.el (texinfo-format-printindex): Collect 9 * textmodes/texinfmt.el (texinfo-format-printindex):
4 combined indexes using texinfo-short-index-format-cmds-alist. 10 Collect combined indexes using texinfo-short-index-format-cmds-alist.
5 Reported on <bug-texinfo@gnu.org>. 11 Reported on <bug-texinfo@gnu.org>.
6 12
7 2007-11-18 Michael Albinus <michael.albinus@gmx.de> 13 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
8 14
9 * net/tramp.el (tramp-completion-reread-directory-timeout): New 15 * net/tramp.el (tramp-completion-reread-directory-timeout):
10 defcustom. 16 New defcustom.
11 (tramp-handle-file-name-all-completions): Flush directory contents 17 (tramp-handle-file-name-all-completions): Flush directory contents
12 from cache regularly. 18 from cache regularly.
13 (tramp-set-auto-save-file-modes): Check also for 19 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
14 `buffer-modified-p'. 20 (tramp-open-connection-setup-interactive-shell):
15 (tramp-open-connection-setup-interactive-shell): Call 21 Call `tramp-cleanup-connection' via funcall.
16 `tramp-cleanup-connection' via funcall.
17 22
18 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already 23 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
19 created when copying. 24 created when copying.
20 25
21 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu> 26 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
22 27
23 * eshell/esh-util.el (eshell-under-xemacs-p): Remove. 28 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
24 * eshell/esh-mode.el (eshell-mode-syntax-table) 29 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
25 (command-running-p):
26 * eshell/esh-ext.el (eshell-external-command): 30 * eshell/esh-ext.el (eshell-external-command):
27 * eshell/esh-cmd.el (require): 31 * eshell/esh-cmd.el (require):
28 * eshell/em-unix.el (eshell-plain-locate-behavior): 32 * eshell/em-unix.el (eshell-plain-locate-behavior):
29 * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace 33 * eshell/em-cmpl.el (eshell-cmpl-initialize):
30 eshell-under-xemacs-p with (featurep 'xemacs). 34 Replace eshell-under-xemacs-p with (featurep 'xemacs).
31 * eshell/esh-mode.el (characterp,char-int): Remove unused 35 * eshell/esh-mode.el (characterp,char-int): Remove unused
32 conditional defaliases. 36 conditional defaliases.
33 37
34 * pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename 38 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
35 from event-matches-key-specifier-p, define unconditionally. 39 Rename from event-matches-key-specifier-p, define unconditionally.
36 (event-basic-type): Remove unused defalias. 40 (event-basic-type): Remove unused defalias.
37 (pcomplete-show-completions): 41 (pcomplete-show-completions):
38 Use pcomplete-event-matches-key-specifier-p. 42 Use pcomplete-event-matches-key-specifier-p.
39 43
40 2007-11-17 Eli Zaretskii <eliz@gnu.org> 44 2007-11-17 Eli Zaretskii <eliz@gnu.org>