| | 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 | |
|---|