Mercurial > emacs
changeset 97158:f88be189ecaa
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 31 Jul 2008 17:20:49 +0000 |
parents | 5e1a3afd2217 |
children | 4d2d4e50bb02 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 31 17:20:10 2008 +0000 +++ b/lisp/ChangeLog Thu Jul 31 17:20:49 2008 +0000 @@ -1,3 +1,35 @@ +2008-07-31 Juri Linkov <juri@jurta.org> + + * dired-aux.el (dired-do-chmod): Set default value to the original + mode string using absolute notation like u=rwx,g=rx,o=rx. + Use it as a new arg `default' of `dired-mark-read-string'. + (dired-mark-read-string): Add new optional arg `default'. + + * files.el (read-file-modes): Set default value to the original + mode string using absolute notation like u=rwx,g=rx,o=rx. + Use it as the `default' arg of `read-string'. + + * filesets.el (filesets-cmd-isearch-getargs): Check if the + variable `files' is bound to avoid warnings. + + * isearch.el (isearch-forward-regexp, isearch-forward-word) + (isearch-backward, isearch-backward-regexp): Doc fix - make a link + to the command `isearch-forward' instead of displaying "See C-s". + (isearch-highlight-regexp): Remove arguments `regexp' and `face' + with their interactive specifictions. Move reading the face name to + the main body after calls to isearch-done and isearch-clean-overlays. + + * mb-depth.el: Unify all names under one common name prefix + `minibuffer-depth-'. + (minibuffer-depth-indicator-function): Renamed from + `minibuf-depth-indicator-function'. + (minibuffer-depth-overlay): Renamed from + `minibuf-depth-overlay'. + (minibuffer-depth-setup): Renamed from + `minibuf-depth-setup-minibuffer'. + (minibuffer-depth-indicate-mode): Renamed from + `minibuffer-indicate-depth-mode'. + 2008-07-31 Juri Linkov <juri@jurta.org> * dired-aux.el (dired-isearch-filenames-toggle): New command.