aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorPeter Galbraith2006-02-03 20:27:35 +0000
committerPeter Galbraith2006-02-03 20:27:35 +0000
commite1144ff64efdbb4ffaeae341f1d9482d0f7cea49 (patch)
treeb1d0f51ee98ec17d131bbb558e052686f7a7281c /lisp/mh-e/ChangeLog
parentf169fdd35f6b8d074a2d5b3c650cc62e159ac027 (diff)
downloademacs-e1144ff64efdbb4ffaeae341f1d9482d0f7cea49.tar.gz
emacs-e1144ff64efdbb4ffaeae341f1d9482d0f7cea49.zip
(mh-image-load-path): New variable to optionally hold the directory where
MH-E images are stored. If nil, then the function `mh-image-load-path' will find it. This variable will be used for Debian packaging. (mh-image-load-path function): Use variable `mh-image-load-path' if non-nil and exists.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 85e4ddbfe6b..40517e61922 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,12 @@
12006-02-03 Peter Galbraith <psg@debian.org>
2
3 * mh-utils.el (mh-image-load-path): New variable to optionally
4 hold the directory where MH-E images are stored. If nil, then
5 the function `mh-image-load-path' will find it. This variable
6 will be used for Debian packaging.
7 (mh-image-load-path function): Use variable `mh-image-load-path'
8 if non-nil and exists.
9
12006-02-03 Mark D. Baushke <mdb@gnu.org> 102006-02-03 Mark D. Baushke <mdb@gnu.org>
2 11
3 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar 12 * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar