aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog6
-rw-r--r--etc/MH-E-NEWS13
-rw-r--r--etc/NEWS55
3 files changed, 63 insertions, 11 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4e5030d4984..c80b23c0489 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12006-04-28 Bill Wohler <wohler@newt.com>
2
3 Release MH-E version 7.95.
4
5 * NEWS, MH-E-NEWS: Update for MH-E release 7.95.
6
12006-04-21 Bill Wohler <wohler@newt.com> 72006-04-21 Bill Wohler <wohler@newt.com>
2 8
3 Release MH-E version 7.94. 9 Release MH-E version 7.94.
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 4b3074686b1..db9de4b9043 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -6,6 +6,19 @@ Copying and distribution of this file, with or without modification,
6are permitted in any medium without royalty provided the copyright 6are permitted in any medium without royalty provided the copyright
7notice and this notice are preserved. 7notice and this notice are preserved.
8 8
9* Changes in MH-E 7.95
10
11Version 7.95, the second 8.0 release candidate, fixes a single bug.
12It would be good to check this version ASAP since the Emacs pretest is
13coming in days: if no showstopper problems are found in this version
14it will be promoted to 8.0 before the pretest. Thanks for your help!
15
16** Bug Fixes in MH-E 7.95
17
18*** Folder Completion Fails in fcc: Field
19
20This has been fixed (closes SF #1476270).
21
9* Changes in MH-E 7.94 22* Changes in MH-E 7.94
10 23
11Version 7.94, the first 8.0 release candidate, fixes a bunch of bugs, 24Version 7.94, the first 8.0 release candidate, fixes a bunch of bugs,
diff --git a/etc/NEWS b/etc/NEWS
index 3c02fe82a85..378f715b286 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1404,20 +1404,35 @@ changes.
1404There's a new separate package grep.el, with its own submenu and 1404There's a new separate package grep.el, with its own submenu and
1405customization group. 1405customization group.
1406 1406
1407+++
1408*** `grep-find' is now also available under the name `find-grep' where
1409people knowing `find-grep-dired' would probably expect it.
1410
1411+++
1412*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are
1413more user-friendly versions of `grep' and `grep-find', which prompt
1414separately for the regular expression to match, the files to search,
1415and the base directory for the search (rgrep only). Case sensitivitivy
1416of the search is controlled by the current value of `case-fold-search'.
1417
1418These commands build the shell commands based on the new variables
1419`grep-template' (lgrep) and `grep-find-template' (rgrep).
1420
1421The files to search can use aliases defined in `grep-files-aliases'.
1422
1423Subdirectories listed in `grep-find-ignored-directories' such as those
1424typically used by various version control systems, like CVS and arch,
1425are automatically skipped by `rgrep'.
1426
1407--- 1427---
1408*** M-x grep provides highlighting support. 1428*** The grep commands provide highlighting support.
1409 1429
1410Hits are fontified in green, and hits in binary files in orange. Grep buffers 1430Hits are fontified in green, and hits in binary files in orange. Grep buffers
1411can be saved and automatically revisited. 1431can be saved and automatically revisited.
1412 1432
1413+++
1414*** `grep-find' is now also available under the name `find-grep' where
1415people knowing `find-grep-dired' would probably expect it.
1416
1417--- 1433---
1418*** The new variables `grep-window-height', `grep-auto-highlight', and 1434*** The new variables `grep-window-height' and `grep-scroll-output' override
1419`grep-scroll-output' override the corresponding compilation mode 1435the corresponding compilation mode settings, for grep commands only.
1420settings, for grep commands only.
1421 1436
1422+++ 1437+++
1423*** New option `grep-highlight-matches' highlights matches in *grep* 1438*** New option `grep-highlight-matches' highlights matches in *grep*
@@ -1952,6 +1967,21 @@ run most curses applications now.
1952** M-x diff uses Diff mode instead of Compilation mode. 1967** M-x diff uses Diff mode instead of Compilation mode.
1953 1968
1954+++ 1969+++
1970** Diff mode key bindings changed.
1971
1972These are the new bindings:
1973
1974C-c C-e diff-ediff-patch (old M-A)
1975C-c C-n diff-restrict-view (old M-r)
1976C-c C-r diff-reverse-direction (old M-R)
1977C-c C-u diff-context->unified (old M-U)
1978C-c C-w diff-refine-hunk (old C-c C-r)
1979
1980To convert unified to context format, use C-u C-c C-u.
1981In addition, C-c C-u now operates on the region
1982in Transient Mark mode when the mark is active.
1983
1984+++
1955** You can now customize `fill-nobreak-predicate' to control where 1985** You can now customize `fill-nobreak-predicate' to control where
1956filling can break lines. The value is now normally a list of 1986filling can break lines. The value is now normally a list of
1957functions, but it can also be a single function, for compatibility. 1987functions, but it can also be a single function, for compatibility.
@@ -3025,7 +3055,7 @@ See the file GNUS-NEWS or the node "Oort Gnus" in the Gnus manual for details.
3025--- 3055---
3026** MH-E changes. 3056** MH-E changes.
3027 3057
3028Upgraded to MH-E version 7.94. There have been major changes since 3058Upgraded to MH-E version 7.95. There have been major changes since
3029version 5.0.2; see MH-E-NEWS for details. 3059version 5.0.2; see MH-E-NEWS for details.
3030 3060
3031** Calendar changes: 3061** Calendar changes:
@@ -3630,9 +3660,10 @@ This is useful in packages that can be preloaded.
3630If it is non-nil, the function lists only faces matching this regexp. 3660If it is non-nil, the function lists only faces matching this regexp.
3631 3661
3632+++ 3662+++
3633*** New function `string-or-null-p'. 3663*** New functions `string-or-null-p' and `booleanp'.
3634 3664
3635Return t if OBJECT is a string or nil. Otherwise, return nil. 3665`string-or-null-p' returns non-nil iff OBJECT is a string or nil.
3666`booleanp' returns non-nil iff OBJECT is a t or nil.
3636 3667
3637** Lisp code indentation features: 3668** Lisp code indentation features:
3638 3669
@@ -5877,6 +5908,8 @@ Currently, the following actions have been defined:
5877- Mouse-2 on the read-only or modified status in the mode line (`%' or 5908- Mouse-2 on the read-only or modified status in the mode line (`%' or
5878`*') toggles the status. 5909`*') toggles the status.
5879 5910
5911- Mouse-3 on the major mode name displays a major mode menu.
5912
5880- Mouse-3 on the mode name displays a minor-mode menu. 5913- Mouse-3 on the mode name displays a minor-mode menu.
5881 5914
5882** Hourglass pointer 5915** Hourglass pointer