Mercurial > emacs
changeset 79603:a8106baeaf31
Mention -iname usage in find-dired.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 22 Dec 2007 17:34:14 +0000 |
parents | 5ad75c94788d |
children | 37a6ca546c99 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Dec 22 17:20:55 2007 +0000 +++ b/etc/NEWS Sat Dec 22 17:34:14 2007 +0000 @@ -44,6 +44,11 @@ * Changes in Emacs 22.2 +** `find-name-dired' now uses -iname rather than -name +for case-insensitive filesystems. The default behavior is determined +by the value of `read-file-name-completion-ignore-case'; if you don't +like that, customize the value of the new option `find-name-arg'. + ** In Image mode, whenever the displayed image is wider and/or higher than the window, the usual keys for moving the cursor cause the image to be scrolled horizontally or vertically instead.