1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* mh-e: Created directory. ChangeLog will appear in a week when we

release version 7.2.

* lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
lisp/mail/mh-customize.el, lisp/mail/mh-e.el, lisp/mail/mh-funcs.el,
lisp/mail/mh-identity.el, lisp/mail/mh-index.el,
lisp/mail/mh-loaddefs.el, lisp/mail/mh-mime.el, lisp/mail/mh-pick.el,
lisp/mail/mh-seq.el, lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm and
reply2.xpm, which were created by the MH-E package, were left in mail
since they can probably be used by other mail packages.

* makefile.w32-in (WINS): Added mh-e.

* makefile.nt (WINS): Added mh-e.
This commit is contained in:
Bill Wohler 2003-01-26 02:38:37 +00:00
parent 290682efe6
commit 942da20ceb
17 changed files with 33 additions and 12 deletions

View File

@ -1,3 +1,22 @@
2003-01-25 Bill Wohler <wohler@newt.com>
* mh-e: Created directory. ChangeLog will appear in a week when we
release version 7.2.
* lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
and reply2.xpm, which were created by the MH-E package, were left
in mail since they can probably be used by other mail packages.
* makefile.w32-in (WINS): Added mh-e.
* makefile.nt (WINS): Added mh-e.
2003-01-25 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):

View File

@ -124,6 +124,7 @@ WINS=\
international \
language \
mail \
mh-e \
net \
play \
progmodes \

View File

@ -150,6 +150,7 @@ WINS=\
international \
language \
mail \
mh-e \
net \
obsolete \
play \

View File

@ -30,7 +30,7 @@
;;; Change Log:
;; $Id: mh-comp.el,v 1.164 2003/01/07 21:16:25 satyaki Exp $
;; $Id: mh-comp.el,v 1.26 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -55,7 +55,7 @@
;;; Change Log:
;; $Id: mh-customize.el,v 1.18 2003/01/08 00:45:37 wohler Exp $
;; $Id: mh-customize.el,v 1.1 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -79,7 +79,7 @@
;; Maintenance picked up by Bill Wohler <wohler@newt.com> and the
;; SourceForge Crew <http://mh-e.sourceforge.net/>. 2001.
;; $Id: mh-e.el,v 1.240 2003/01/08 00:46:25 wohler Exp $
;; $Id: mh-e.el,v 1.34 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -32,7 +32,7 @@
;;; Change Log:
;; $Id: mh-funcs.el,v 1.36 2002/12/23 05:52:07 satyaki Exp $
;; $Id: mh-funcs.el,v 1.9 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -37,7 +37,7 @@
;;; Change Log:
;; $Id: mh-identity.el,v 1.17 2002/12/03 15:54:27 psg Exp $
;; $Id: mh-identity.el,v 1.1 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -40,7 +40,7 @@
;;; Change Log:
;; $Id: mh-index.el,v 1.73 2003/01/07 21:15:49 satyaki Exp $
;; $Id: mh-index.el,v 1.2 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -32,7 +32,7 @@
;;; Change Log:
;; $Id: mh-mime.el,v 1.98 2002/12/06 03:33:47 satyaki Exp $
;; $Id: mh-mime.el,v 1.12 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -30,7 +30,7 @@
;;; Change Log:
;; $Id: mh-pick.el,v 1.25 2002/12/04 18:51:50 wohler Exp $
;; $Id: mh-pick.el,v 1.10 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -67,7 +67,7 @@
;;; Change Log:
;; $Id: mh-seq.el,v 1.84 2003/01/07 21:15:33 satyaki Exp $
;; $Id: mh-seq.el,v 1.10 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -31,7 +31,7 @@
;;; Change Log:
;; $Id: mh-speed.el,v 1.34 2003/01/07 21:15:20 satyaki Exp $
;; $Id: mh-speed.el,v 1.2 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -30,7 +30,7 @@
;;; Change Log:
;; $Id: mh-utils.el,v 1.193 2003/01/08 00:27:31 satyaki Exp $
;; $Id: mh-utils.el,v 1.34 2003/01/08 23:21:16 wohler Exp $
;;; Code:

View File

@ -28,7 +28,7 @@
;;; Change Log:
;; $Id: mh-xemacs-compat.el,v 1.13 2002/11/30 01:21:42 wohler Exp $
;; $Id: mh-xemacs-compat.el,v 1.3 2003/01/08 23:21:16 wohler Exp $
;;; Code: