Mercurial > emacs
comparison etc/MH-E-NEWS @ 66091:02a6c15defdb mh-e-7_85
Released MH-E version 7.85.
* NEWS, MH-E-NEWS: Updated for release 7.85.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 14 Oct 2005 23:53:41 +0000 |
parents | aa8c2e12ee24 |
children | 3ab1d06dcb91 0ca0d9181b5e |
comparison
equal
deleted
inserted
replaced
66090:1627c9a3d115 | 66091:02a6c15defdb |
---|---|
3 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. | 3 Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
4 | 4 |
5 Copying and distribution of this file, with or without modification, | 5 Copying and distribution of this file, with or without modification, |
6 are permitted in any medium without royalty provided the copyright | 6 are permitted in any medium without royalty provided the copyright |
7 notice and this notice are preserved. | 7 notice and this notice are preserved. |
8 | |
9 * Changes in MH-E 7.85 | |
10 | |
11 Version 7.85 heralds a migration of the CVS repository from | |
12 SourceForge to Savannah only for those files that were already part of | |
13 Emacs. As a result, two incompatibilities were introduced with this | |
14 release: the location of MH-E in the load-path has changed, and | |
15 mh-e-autoloads.el was renamed to mh-autoloads.el. While this migration | |
16 will benefit maintainers, it will also benefit users: CVS Emacs users | |
17 will not have to check out MH-E separately and welcome faster MH-E | |
18 updates, and CVS MH-E users will welcome faster MH-E updates from | |
19 Emacs developers. Read section CVS MH-E INSTALL in the README for | |
20 details. | |
21 | |
22 MH-E now works on a Mac. See section INSTALL in the README for details. | |
23 | |
24 ** Bug Fixes in MH-E 7.85 | |
25 | |
26 *** Prompts Now Follow Current Conventions | |
27 | |
28 Instead of "Prompt: [<default>] ", the prompts now look like "Prompt | |
29 (default: <default>): ". | |
30 | |
31 *** Face Variable Names Now Follow Current Conventions | |
32 | |
33 The -face suffix has been dropped from all face names. | |
34 | |
35 *** mh-compose-forward and Default Message Number | |
36 | |
37 mh-compose-forward will now default to the sent message in the sent | |
38 folder and the `cur' message in other folders. It also takes ranges of | |
39 messages and can include multiple messages at a time (closes SF | |
40 #1205890). | |
41 | |
42 *** mh-customize Uses Group mh, Not mh-e | |
43 | |
44 The `mh' customization group alias has been deleted to avoid some | |
45 problems that were found (closes SF #1213716). | |
46 | |
47 *** font-lock Error in mh-letter-mode | |
48 | |
49 An error in MH-E was introduced as a result of a change in CVS Emacs. | |
50 This has been fixed (closes SF #1241017). | |
51 | |
52 | |
8 | 53 |
9 * Changes in MH-E 7.84 | 54 * Changes in MH-E 7.84 |
10 | 55 |
11 Version 7.84 contains no user-visible changes. This version | 56 Version 7.84 contains no user-visible changes. This version |
12 incorporates changes made in CVS Emacs such as the removal of some | 57 incorporates changes made in CVS Emacs such as the removal of some |