Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/etc/MH-E-NEWS

    r4058 r4073  
    66are permitted in any medium without royalty provided the copyright 
    77notice and this notice are preserved. 
     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 
     22* Changes in MH-E 7.94 
     23 
     24Version 7.94, the first 8.0 release candidate, fixes a bunch of bugs, 
     25incorporates new features introduced in Emacs 22.1, improves folder 
     26completion, and spruces up the tool bar. 
     27 
     28** New Features in MH-E 7.94 
     29 
     30*** Add :package-version Keyword to Options 
     31 
     32This `defcustom', `defgroup', and `defface' keyword was introduced in 
     33Emacs 22.1. MH-E has been extended to take advantage of it. With this 
     34keyword, you can now use `M-x customize-changed-options' to see what 
     35options in MH-E have changed between versions of Emacs. In a future 
     36version of Emacs, you'll be able to see changes between MH-E versions 
     37as well (closes SF #1452724). 
     38 
     39** Bug Fixes in MH-E 7.94 
     40 
     41*** mhparam -components Fails on mailutils 
     42 
     43This error prevented MH-E from loading when using GNU mailutils. GNU 
     44mailutils 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 
     49On XEmacs, subjects that had special characters would prevent `/ s' 
     50from narrowing to the given subject. These characters are now quoted 
     51correctly in XEmacs (closes SF #1447598). 
     52 
     53*** Incorrect Example in mh-folder-list Docstring 
     54 
     55This has been fixed (closes SF #1448498). 
     56 
     57*** Variable mh-send-args Is a String, Not a List 
     58 
     59This was causing errors when sending under GNU mailutils. The internal 
     60variable `mh-send-args' is now a list which fixes the problem (closes 
     61SF #1448604). 
     62 
     63*** Update Icons 
     64 
     65Most 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 
     70If you customized `mh-tool-bar-folder-buttons' or 
     71`mh-tool-bar-letter-buttons', and clicked Set for Current Session, the 
     72tool bar was not updated. This has been fixed (closes SF #1452718). 
     73 
     74*** Strip Build Number From emacs-version in X-Mailer 
     75 
     76This has been done (closes SF #1466481). 
     77 
     78*** mh-folder-completion-function Problems 
     79 
     80One could not longer browse folders outside of the standard MH Mail 
     81directory. This has been fixed. As a beneficial side-effect, you can 
     82once again use SPC to complete folders (closes SF #1470518). 
     83 
     84*** Rename Function and Variable Definers 
     85 
     86If you had ever shown help for an MH-E symbol that was both a function 
     87or variable, you might have found that the hyperlink to the file 
     88brought you to the wrong definition. This has been fixed by renaming 
     89the 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 
     96If you had used `C-c TAB' (`mh-insert-letter') to insert a letter into 
     97your draft, specified a different folder, and chose the default 
     98message number, you got the wrong message. This has been fixed (closes 
     99SF #1473729). 
     100 
     101*** "echo -e" in Makefile Causes Solaris 10 Problem 
     102 
     103This construct has been replaced with printf, which is reputed to be 
     104more portable (closes SF #1467222, #1473908). 
    8105 
    9106* Changes in MH-E 7.93