diff options
author | Bill Wohler <wohler@newt.com> | 2006-04-21 17:49:02 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-04-21 17:49:02 +0000 |
commit | 15855f8f789cbe98f2df394904350bfaec71bd53 (patch) | |
tree | dfc3e1d960ed402556432a2c8e628492bafa6dc3 /lisp/mh-e/ChangeLog | |
parent | 6ac3c7bb025ec4b37ca61c632c05d479cbfb6eb2 (diff) | |
download | emacs-15855f8f789cbe98f2df394904350bfaec71bd53.tar.gz |
(mh-insert-letter): If a message number isn't given, throw an error
rather than using a potentially incorrect message number (closes SF
#1473729). In addition, use the cur message if mh-sent-from-msg is
nil (when sending a message, in contrast to replying). Move conversion
of int to string into interactive stanza so body can assume variables
are of proper type.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r-- | lisp/mh-e/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 89ca1dc04aa..0a7c11e00a5 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,13 @@ +2006-04-21 Bill Wohler <wohler@newt.com> + + * mh-letter.el (mh-insert-letter): If a message number isn't + given, throw an error rather than using a potentially incorrect + message number (closes SF #1473729). In addition, use the cur + message if mh-sent-from-msg is nil (when sending a message, in + contrast to replying). Move conversion of int to string into + interactive stanza so body can assume variables are of proper + type. + 2006-04-20 Bill Wohler <wohler@newt.com> * mh-tool-bar.el (image-load-path): Define to shush compiler. |