comparison lisp/mh-e/ChangeLog @ 66128:debb27ca9375

* mh-init.el (mh-image-load-path): Remove use of pushnew since it causes a compiler warning. * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting the message to be viewed (closes SF #1306141).
author Satyaki Das <satyaki@theforce.stanford.edu>
date Sun, 16 Oct 2005 20:42:39 +0000
parents 13abee3a9bc6
children aacff8293f4b
comparison
equal deleted inserted replaced
66127:158a650cbb46 66128:debb27ca9375
1 2005-10-16 Satyaki Das <satyaki@theforce.stanford.edu>
2
3 * mh-init.el (mh-image-load-path): Remove use of pushnew since it
4 causes a compiler warning.
5
6 * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
7 the message to be viewed (closes SF #1306141).
8
1 2005-10-16 Masatake YAMATO <jet@gyve.org> 9 2005-10-16 Masatake YAMATO <jet@gyve.org>
2 10
3 * mh-comp.el (mh-complete-word): Pass the common 11 * mh-comp.el (mh-complete-word): Pass the common
4 prefix substring of completion to `display-completion-list'. 12 prefix substring of completion to `display-completion-list'.
5 13