comparison lisp/ChangeLog @ 97158:f88be189ecaa

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 31 Jul 2008 17:20:49 +0000
parents 2ac24d99ed4d
children 118e614dd44f
comparison
equal deleted inserted replaced
97157:5e1a3afd2217 97158:f88be189ecaa
1 2008-07-31 Juri Linkov <juri@jurta.org>
2
3 * dired-aux.el (dired-do-chmod): Set default value to the original
4 mode string using absolute notation like u=rwx,g=rx,o=rx.
5 Use it as a new arg `default' of `dired-mark-read-string'.
6 (dired-mark-read-string): Add new optional arg `default'.
7
8 * files.el (read-file-modes): Set default value to the original
9 mode string using absolute notation like u=rwx,g=rx,o=rx.
10 Use it as the `default' arg of `read-string'.
11
12 * filesets.el (filesets-cmd-isearch-getargs): Check if the
13 variable `files' is bound to avoid warnings.
14
15 * isearch.el (isearch-forward-regexp, isearch-forward-word)
16 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
17 to the command `isearch-forward' instead of displaying "See C-s".
18 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
19 with their interactive specifictions. Move reading the face name to
20 the main body after calls to isearch-done and isearch-clean-overlays.
21
22 * mb-depth.el: Unify all names under one common name prefix
23 `minibuffer-depth-'.
24 (minibuffer-depth-indicator-function): Renamed from
25 `minibuf-depth-indicator-function'.
26 (minibuffer-depth-overlay): Renamed from
27 `minibuf-depth-overlay'.
28 (minibuffer-depth-setup): Renamed from
29 `minibuf-depth-setup-minibuffer'.
30 (minibuffer-depth-indicate-mode): Renamed from
31 `minibuffer-indicate-depth-mode'.
32
1 2008-07-31 Juri Linkov <juri@jurta.org> 33 2008-07-31 Juri Linkov <juri@jurta.org>
2 34
3 * dired-aux.el (dired-isearch-filenames-toggle): New command. 35 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4 (dired-isearch-filenames-setup): Bind "\M-sf" to 36 (dired-isearch-filenames-setup): Bind "\M-sf" to
5 dired-isearch-filenames-toggle in isearch-mode-map. 37 dired-isearch-filenames-toggle in isearch-mode-map.