diff options
| author | Miles Bader | 2007-12-28 22:26:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:26:14 +0000 |
| commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
| tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /etc | |
| parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-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.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'. | |||
| 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 | ||
| 48 | for case-insensitive filesystems. The default behavior is determined | ||
| 49 | by the value of `read-file-name-completion-ignore-case'; if you don't | ||
| 50 | like 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 |
| 48 | than the window, the usual keys for moving the cursor cause the image | 53 | than the window, the usual keys for moving the cursor cause the image |
| 49 | to be scrolled horizontally or vertically instead. | 54 | to be scrolled horizontally or vertically instead. |