comparison lisp/ChangeLog @ 44236:ad1e190a9fbc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Mar 2002 14:45:05 +0000
parents 780f3cdf5aa8
children 5e256893da08
comparison
equal deleted inserted replaced
44235:1541aec5edea 44236:ad1e190a9fbc
6 * startup.el (command-line): Recompute auto-save-file-name-transforms 6 * startup.el (command-line): Recompute auto-save-file-name-transforms
7 using the updated value of temporary-file-directory. 7 using the updated value of temporary-file-directory.
8 8
9 2002-03-29 Simon Marshall <simon.marshall@misys.com> 9 2002-03-29 Simon Marshall <simon.marshall@misys.com>
10 10
11 * font-lock.el (save-buffer-state): Use make-symbol to bind 11 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12 `modified'.
13 12
14 2002-03-29 Richard M. Stallman <rms@gnu.org> 13 2002-03-29 Richard M. Stallman <rms@gnu.org>
14
15 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
16 Use FILTER arg in dired-get-marked-files to exclude directories.
17 (dired-nondirectory-p): New function.
18
19 * dired.el (dired-get-marked-files): New arg FILTER
20 allows selection of some files.
15 21
16 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix. 22 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
17 23
18 2002-03-29 Eric M. Ludlam <eric@siege-engine.com> 24 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
19 25