diff options
author | Miles Bader <miles@gnu.org> | 2007-12-28 22:26:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-12-28 22:26:14 +0000 |
commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /etc/NEWS.22 | |
parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
download | emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.bz2 emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.zip |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Diffstat (limited to 'etc/NEWS.22')
-rw-r--r-- | etc/NEWS.22 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index ccabf7d4faf..824da8932ed 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 @@ -44,6 +44,11 @@ below. Emacs tries to warn you about these through `bad-packages-alist'. * 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. |