aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2012-11-24 20:13:04 -0800
committerBill Wohler2012-11-24 20:13:04 -0800
commitfb9958d7bc8239666dbb115182be607d7c0a0c77 (patch)
tree27b8f8a740266b2871ed47ddf0b78f32b7666d6b /lisp/mh-e/ChangeLog
parent5244bc019bf7376caff3bb198ff674e0ad9fb0e6 (diff)
downloademacs-fb9958d7bc8239666dbb115182be607d7c0a0c77.tar.gz
emacs-fb9958d7bc8239666dbb115182be607d7c0a0c77.zip
* mh-compat.el (mh-define-obsolete-variable-alias)
(mh-make-obsolete-variable): New macros to fix XEmacs compiler warnings. * mh-letter.el (mh-yank-hooks): Use new mh-make-obsolete-variable macro. * mh-e.el (mh-kill-folder-suppress-prompt-hooks): Use new mh-define-obsolete-variable-alias macro. * mh-compat.el (mh-cl-flet): New alias for cl-flet on Emacs 24 and flet elsewhere. * mh-thread.el (mh-thread-set-tables): Replace flet with new alias mh-cl-flet. * mh-show.el (mh-gnus-article-highlight-citation): Replace flet with new alias mh-cl-flet. * mh-mime.el (mh-display-with-external-viewer, mh-mime-display) (mh-press-button, mh-push-button, mh-display-emphasis): Replace flet with new alias mh-cl-flet. * mh-e.el (mh-invisible-header-fields-internal): Remove trailing whitespace.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog30
1 files changed, 28 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 94ecfa138fe..75a06d39697 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,30 @@
12012-11-25 Bill Wohler <wohler@newt.com>
2
3 * mh-compat.el (mh-define-obsolete-variable-alias)
4 (mh-make-obsolete-variable): New macros to fix XEmacs compiler
5 warnings.
6
7 * mh-letter.el (mh-yank-hooks): Use new mh-make-obsolete-variable
8 macro.
9
10 * mh-e.el (mh-kill-folder-suppress-prompt-hooks): Use
11 new mh-define-obsolete-variable-alias macro.
12
13 * mh-compat.el (mh-cl-flet): New alias for cl-flet on Emacs 24 and
14 flet elsewhere.
15
16 * mh-thread.el (mh-thread-set-tables): Replace flet with new alias
17 mh-cl-flet.
18
19 * mh-show.el (mh-gnus-article-highlight-citation): Replace flet with new alias
20 mh-cl-flet.
21
22 * mh-mime.el (mh-display-with-external-viewer, mh-mime-display)
23 (mh-press-button, mh-push-button, mh-display-emphasis): Replace
24 flet with new alias mh-cl-flet.
25
26 * mh-e.el (mh-invisible-header-fields-internal): Remove trailing whitespace.
27
12012-11-25 Jeffrey C Honig <jch@honig.net> 282012-11-25 Jeffrey C Honig <jch@honig.net>
2 29
3 * mh-comp.el: (mh-edit-again): Use the components file to specify 30 * mh-comp.el: (mh-edit-again): Use the components file to specify
@@ -10,8 +37,7 @@
10 (mh-find-components, mh-send-sub): Move code to locate components 37 (mh-find-components, mh-send-sub): Move code to locate components
11 file into a new function. 38 file into a new function.
12 (mh-insert-auto-fields, mh-modify-header-field): New syntax for 39 (mh-insert-auto-fields, mh-modify-header-field): New syntax for
13 calling mh-regexp-in-field-p. 40 calling mh-regexp-in-field-p (closes SF #1708292).
14 (closes SF #1708292)
15 41
162012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 422012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17 43