diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index ac4e9242729..1f37898af76 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,81 @@ | |||
| 1 | 2005-10-17 Peter S Galbraith <psg@debian.org> | ||
| 2 | |||
| 3 | * mh-identity.el (mh-identity-field-handler): Use | ||
| 4 | `assoc-ignore-case' to compare against header field for mixed-case | ||
| 5 | "From:". | ||
| 6 | |||
| 7 | 2005-10-17 Bill Wohler <wohler@newt.com> | ||
| 8 | |||
| 9 | * mh-customize.el (mh-folder-tool-bar-map): Renamed image file | ||
| 10 | left_arrow to left-arrow, right_arrow to right-arrow, mail_compose | ||
| 11 | to mail/compose, fld_open to fld-open. | ||
| 12 | (mh-letter-tool-bar-map): Renamed image file mail_send to | ||
| 13 | mail/send. | ||
| 14 | |||
| 15 | 2005-10-16 Bill Wohler <wohler@newt.com> | ||
| 16 | |||
| 17 | * mh-comp.el (mh-display-completion-list-compat): New macro which | ||
| 18 | calls `display-completion-list' correctly in older environments. | ||
| 19 | Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING | ||
| 20 | argument. | ||
| 21 | (mh-complete-word): Use it. | ||
| 22 | |||
| 23 | * mh-init.el (mh-image-load-path): Use locate-library to find | ||
| 24 | MH-E. This simplified the code a lot. Flattened out nested | ||
| 25 | statements even more. | ||
| 26 | |||
| 27 | 2005-10-16 Satyaki Das <satyaki@theforce.stanford.edu> | ||
| 28 | |||
| 29 | * mh-init.el (mh-image-load-path): Remove use of pushnew since it | ||
| 30 | causes a compiler warning. | ||
| 31 | |||
| 32 | * mh-utils.el (mh-display-msg): Do MIME cleanup before inserting | ||
| 33 | the message to be viewed (closes SF #1306141). | ||
| 34 | |||
| 35 | 2005-10-16 Masatake YAMATO <jet@gyve.org> | ||
| 36 | |||
| 37 | * mh-comp.el (mh-complete-word): Pass the common | ||
| 38 | prefix substring of completion to `display-completion-list'. | ||
| 39 | |||
| 40 | 2005-10-15 Satyaki Das <satyaki@theforce.stanford.edu> | ||
| 41 | |||
| 42 | * mh-init.el (mh-image-load-path-called-flag): New variable which | ||
| 43 | is used by mh-image-load-path so that it runs only once. | ||
| 44 | (mh-image-load-path): Modified so that it gets run only once. Also | ||
| 45 | flatten out heavily nested if statements to make it clearer. | ||
| 46 | |||
| 47 | * mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs | ||
| 48 | to find images used in the toolbar. | ||
| 49 | |||
| 50 | * mh-customize.el (:folder): Remove call to mh-image-load-path. | ||
| 51 | |||
| 52 | 2005-10-14 Bill Wohler <wohler@newt.com> | ||
| 53 | |||
| 54 | * mh-e.el (Version, mh-version): Added +cvs to version. | ||
| 55 | |||
| 56 | 2005-10-14 Bill Wohler <wohler@newt.com> | ||
| 57 | |||
| 58 | Released MH-E version 7.85. | ||
| 59 | |||
| 60 | * mh-e.el (Version, mh-version): Updated for release 7.85. | ||
| 61 | |||
| 62 | 2005-10-14 Bill Wohler <wohler@newt.com> | ||
| 63 | |||
| 64 | * mh-e.el, mh-funcs.el, mh-init.el, mh-mime.el, mh-pick.el: | ||
| 65 | * mh-seq.el, mh-utils.el: Ran mh-unit. Continued copyright lines | ||
| 66 | need to be indented. | ||
| 67 | |||
| 68 | * mh-e.el: mh-folder-tick-face had been renamed to mh-folder-tick | ||
| 69 | but the code that invoked the face had not been updated. Tick | ||
| 70 | highlighting working again. | ||
| 71 | |||
| 72 | * mh-seq.el (mh-non-seq-mode-line-annotation): Moved | ||
| 73 | make-variable-buffer-local call to top level to avoid warnings in | ||
| 74 | CVS Emacs. | ||
| 75 | |||
| 76 | * mh-comp.el (mh-insert-letter): Replaced deprecated read-input | ||
| 77 | with read-string. | ||
| 78 | |||
| 1 | 2005-10-09 Bill Wohler <wohler@newt.com> | 79 | 2005-10-09 Bill Wohler <wohler@newt.com> |
| 2 | 80 | ||
| 3 | * mh-init.el (mh-image-load-path): New function that adds the path | 81 | * mh-init.el (mh-image-load-path): New function that adds the path |