| | 8 | |
|---|
| | 9 | * Changes in MH-E 7.95 |
|---|
| | 10 | |
|---|
| | 11 | Version 7.95, the second 8.0 release candidate, fixes a single bug. |
|---|
| | 12 | It would be good to check this version ASAP since the Emacs pretest is |
|---|
| | 13 | coming in days: if no showstopper problems are found in this version |
|---|
| | 14 | it 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 | |
|---|
| | 20 | This has been fixed (closes SF #1476270). |
|---|
| | 21 | |
|---|
| | 22 | * Changes in MH-E 7.94 |
|---|
| | 23 | |
|---|
| | 24 | Version 7.94, the first 8.0 release candidate, fixes a bunch of bugs, |
|---|
| | 25 | incorporates new features introduced in Emacs 22.1, improves folder |
|---|
| | 26 | completion, and spruces up the tool bar. |
|---|
| | 27 | |
|---|
| | 28 | ** New Features in MH-E 7.94 |
|---|
| | 29 | |
|---|
| | 30 | *** Add :package-version Keyword to Options |
|---|
| | 31 | |
|---|
| | 32 | This `defcustom', `defgroup', and `defface' keyword was introduced in |
|---|
| | 33 | Emacs 22.1. MH-E has been extended to take advantage of it. With this |
|---|
| | 34 | keyword, you can now use `M-x customize-changed-options' to see what |
|---|
| | 35 | options in MH-E have changed between versions of Emacs. In a future |
|---|
| | 36 | version of Emacs, you'll be able to see changes between MH-E versions |
|---|
| | 37 | as well (closes SF #1452724). |
|---|
| | 38 | |
|---|
| | 39 | ** Bug Fixes in MH-E 7.94 |
|---|
| | 40 | |
|---|
| | 41 | *** mhparam -components Fails on mailutils |
|---|
| | 42 | |
|---|
| | 43 | This error prevented MH-E from loading when using GNU mailutils. GNU |
|---|
| | 44 | mailutils drops the `s' in this argument, so we did too since |
|---|
| | 45 | -component still works in nmh and MH (closes SF #1446985). |
|---|
| | 46 | |
|---|
| | 47 | *** "/ s" Still Has Problems With []'d Mail |
|---|
| | 48 | |
|---|
| | 49 | On XEmacs, subjects that had special characters would prevent `/ s' |
|---|
| | 50 | from narrowing to the given subject. These characters are now quoted |
|---|
| | 51 | correctly in XEmacs (closes SF #1447598). |
|---|
| | 52 | |
|---|
| | 53 | *** Incorrect Example in mh-folder-list Docstring |
|---|
| | 54 | |
|---|
| | 55 | This has been fixed (closes SF #1448498). |
|---|
| | 56 | |
|---|
| | 57 | *** Variable mh-send-args Is a String, Not a List |
|---|
| | 58 | |
|---|
| | 59 | This was causing errors when sending under GNU mailutils. The internal |
|---|
| | 60 | variable `mh-send-args' is now a list which fixes the problem (closes |
|---|
| | 61 | SF #1448604). |
|---|
| | 62 | |
|---|
| | 63 | *** Update Icons |
|---|
| | 64 | |
|---|
| | 65 | Most of the tool bar icons have been replaced by GTK or GNOME 2 icons |
|---|
| | 66 | (closes SF #1452715). |
|---|
| | 67 | |
|---|
| | 68 | *** Can't customize tool bar for current session |
|---|
| | 69 | |
|---|
| | 70 | If you customized `mh-tool-bar-folder-buttons' or |
|---|
| | 71 | `mh-tool-bar-letter-buttons', and clicked Set for Current Session, the |
|---|
| | 72 | tool bar was not updated. This has been fixed (closes SF #1452718). |
|---|
| | 73 | |
|---|
| | 74 | *** Strip Build Number From emacs-version in X-Mailer |
|---|
| | 75 | |
|---|
| | 76 | This has been done (closes SF #1466481). |
|---|
| | 77 | |
|---|
| | 78 | *** mh-folder-completion-function Problems |
|---|
| | 79 | |
|---|
| | 80 | One could not longer browse folders outside of the standard MH Mail |
|---|
| | 81 | directory. This has been fixed. As a beneficial side-effect, you can |
|---|
| | 82 | once again use SPC to complete folders (closes SF #1470518). |
|---|
| | 83 | |
|---|
| | 84 | *** Rename Function and Variable Definers |
|---|
| | 85 | |
|---|
| | 86 | If you had ever shown help for an MH-E symbol that was both a function |
|---|
| | 87 | or variable, you might have found that the hyperlink to the file |
|---|
| | 88 | brought you to the wrong definition. This has been fixed by renaming |
|---|
| | 89 | the macros `mh-defgroup', `mh-defcustom', `mh-defface', |
|---|
| | 90 | `mh-defun-compat', and `mh-defmacro-compat' to `defgroup-mh', |
|---|
| | 91 | `defcustom-mh', `defface-mh', `defun-mh', `defmacro-mh' respectively |
|---|
| | 92 | (closes SF #1472029). |
|---|
| | 93 | |
|---|
| | 94 | *** mh-insert-letter Uses Wrong Default |
|---|
| | 95 | |
|---|
| | 96 | If you had used `C-c TAB' (`mh-insert-letter') to insert a letter into |
|---|
| | 97 | your draft, specified a different folder, and chose the default |
|---|
| | 98 | message number, you got the wrong message. This has been fixed (closes |
|---|
| | 99 | SF #1473729). |
|---|
| | 100 | |
|---|
| | 101 | *** "echo -e" in Makefile Causes Solaris 10 Problem |
|---|
| | 102 | |
|---|
| | 103 | This construct has been replaced with printf, which is reputed to be |
|---|
| | 104 | more portable (closes SF #1467222, #1473908). |
|---|