aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d850556e9d6..04d6b64c63f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -44,6 +44,11 @@ below. Emacs tries to warn you about these through `bad-packages-alist'.
44 44
45* Changes in Emacs 22.2 45* Changes in Emacs 22.2
46 46
47** `find-name-dired' now uses -iname rather than -name
48for case-insensitive filesystems. The default behavior is determined
49by the value of `read-file-name-completion-ignore-case'; if you don't
50like that, customize the value of the new option `find-name-arg'.
51
47** In Image mode, whenever the displayed image is wider and/or higher 52** In Image mode, whenever the displayed image is wider and/or higher
48than the window, the usual keys for moving the cursor cause the image 53than the window, the usual keys for moving the cursor cause the image
49to be scrolled horizontally or vertically instead. 54to be scrolled horizontally or vertically instead.