1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
2002-01-25 Peter S Galbraith <psg@debian.org>
* mh-alias.el (mh-alias-minibuffer-confirm-address):
Really Fixed for Emacs21? The fix is now more generic and assumes
that aliases don't have a colon in them, and that prompts end with
a colon. Recall that the difference between emacs20 and emacs21
is that we are free to move into the prompt in emacs21.
2002-01-24 Peter S Galbraith <psg@debian.org>
* mh-alias.el (mh-alias-minibuffer-confirm-address):
Fixed for Emacs21.
2001-12-16 Bill Wohler <wohler@newt.com>
* Released mh-e-contrib version 1.0.
* Makefile (MH-E-CONTRIB): Added README, mh-alias.el, mh-frame.el,
multi-prompt.el.
(dist): Replaced $(RM) with rm -rf (closes SF #488661).
* README: New file. Describes packages and provides simple
installation instructions.
2001-12-07 Eric Ding <ericding@alum.mit.edu>
* mh-frame.el (mh-frame): use make-frame instead of new-frame
(deprecated, temporary alias)
2001-11-30 Eric Ding <ericding@alum.mit.edu>
* mh-frame.el (mh-frame): rename get-mh-e-frame to
mh-frame-get-mh-frame and move definition out of mh-frame.
2001-11-30 Eric Ding <ericding@alum.mit.edu>
* mh-frame.el: New file (renamed frame-mh-e package).
* frame-mh-e.el: removed.
2001-11-29 Eric Ding <ericding@alum.mit.edu>
* frame-mh-e.el: New file.
2001-11-28 Eric Ding <ericding@alum.mit.edu>
* mh-alias.el: Use eval-after-load rather than requiring mh-comp
package to be loaded
2001-11-21 Peter S Galbraith <psg@debian.org>
* multi-prompt.el: New file. Helper for mh-alias.el.
2001-10-23 Peter S Galbraith <psg@debian.org>
* mh-alias.el (mh-alias): change customization group to mh
(instead of mh-e) for integration with mh-e.
2001-10-19 Peter S Galbraith <psg@debian.org>
* mh-menubar.el: file removed (in CVS' attic) since the
functionality has been merged into mh-e.el, mh-comp.el and
mh-pick.el.
2001-10-12 Peter S Galbraith <psg@debian.org>
* mh-alias.el: updated to V2.14
clean up old code written for emacs19 (buffer-substring ->
match-string)
2001-07-31 Peter S Galbraith <psg@debian.org>
* mh-menubar.el: file added and updated to V1.2.
2001-07-25 Peter S Galbraith <psg@debian.org>
* mh-alias.el: Add file previously known as e-mh-alias.el.
MH mail alias expansion and substitution.
2001-02-19 Bill Wohler <wohler@newt.com>
* Makefile (all): Make `dist' the default target.
(dist): contrib now part of tag identifier. Leave release in
current directory.
|