aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2007-12-28 22:26:14 +0000
committerMiles Bader2007-12-28 22:26:14 +0000
commitb17f53abc28496125965f36147b76ea5f6a2b4fb (patch)
tree4293e53692f304327ba689dfeea32d1b0b5bc12a /etc
parent2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff)
parentea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff)
downloademacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz
emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.225
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'.
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.