summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2003-01-26 02:38:37 +0000
committerBill Wohler <wohler@newt.com>2003-01-26 02:38:37 +0000
commit942da20cebcb20d3ac2b495de0be6865a40a4e67 (patch)
tree2da4379ec14867bf6272cdf2aafbf0732e79187e /lisp
parent290682efe61f5704a60a41ff2a196207e6223652 (diff)
downloademacs-942da20cebcb20d3ac2b495de0be6865a40a4e67.tar.gz
* 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.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog19
-rw-r--r--lisp/makefile.nt1
-rw-r--r--lisp/makefile.w32-in1
-rw-r--r--lisp/mh-e/mh-alias.el (renamed from lisp/mail/mh-alias.el)0
-rw-r--r--lisp/mh-e/mh-comp.el (renamed from lisp/mail/mh-comp.el)2
-rw-r--r--lisp/mh-e/mh-customize.el (renamed from lisp/mail/mh-customize.el)2
-rw-r--r--lisp/mh-e/mh-e.el (renamed from lisp/mail/mh-e.el)2
-rw-r--r--lisp/mh-e/mh-funcs.el (renamed from lisp/mail/mh-funcs.el)2
-rw-r--r--lisp/mh-e/mh-identity.el (renamed from lisp/mail/mh-identity.el)2
-rw-r--r--lisp/mh-e/mh-index.el (renamed from lisp/mail/mh-index.el)2
-rw-r--r--lisp/mh-e/mh-loaddefs.el (renamed from lisp/mail/mh-loaddefs.el)0
-rw-r--r--lisp/mh-e/mh-mime.el (renamed from lisp/mail/mh-mime.el)2
-rw-r--r--lisp/mh-e/mh-pick.el (renamed from lisp/mail/mh-pick.el)2
-rw-r--r--lisp/mh-e/mh-seq.el (renamed from lisp/mail/mh-seq.el)2
-rw-r--r--lisp/mh-e/mh-speed.el (renamed from lisp/mail/mh-speed.el)2
-rw-r--r--lisp/mh-e/mh-utils.el (renamed from lisp/mail/mh-utils.el)2
-rw-r--r--lisp/mh-e/mh-xemacs-compat.el (renamed from lisp/mail/mh-xemacs-compat.el)2
17 files changed, 33 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67a1e37d249..920ca34f3cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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):
diff --git a/lisp/makefile.nt b/lisp/makefile.nt
index 3c94429091e..ac47c64c0b2 100644
--- a/lisp/makefile.nt
+++ b/lisp/makefile.nt
@@ -124,6 +124,7 @@ WINS=\
international \
language \
mail \
+ mh-e \
net \
play \
progmodes \
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index f23b49c4f89..e2c01334771 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -150,6 +150,7 @@ WINS=\
international \
language \
mail \
+ mh-e \
net \
obsolete \
play \
diff --git a/lisp/mail/mh-alias.el b/lisp/mh-e/mh-alias.el
index b9f144fae02..b9f144fae02 100644
--- a/lisp/mail/mh-alias.el
+++ b/lisp/mh-e/mh-alias.el
diff --git a/lisp/mail/mh-comp.el b/lisp/mh-e/mh-comp.el
index c1e28a97011..36c314e6588 100644
--- a/lisp/mail/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -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:
diff --git a/lisp/mail/mh-customize.el b/lisp/mh-e/mh-customize.el
index 92b2b60f505..ccda1a8b192 100644
--- a/lisp/mail/mh-customize.el
+++ b/lisp/mh-e/mh-customize.el
@@ -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:
diff --git a/lisp/mail/mh-e.el b/lisp/mh-e/mh-e.el
index 9a5f8967f2a..8b8d2e11531 100644
--- a/lisp/mail/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -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:
diff --git a/lisp/mail/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index b14039170f1..f2ffeede002 100644
--- a/lisp/mail/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -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:
diff --git a/lisp/mail/mh-identity.el b/lisp/mh-e/mh-identity.el
index 1347225a2ed..494136801ae 100644
--- a/lisp/mail/mh-identity.el
+++ b/lisp/mh-e/mh-identity.el
@@ -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:
diff --git a/lisp/mail/mh-index.el b/lisp/mh-e/mh-index.el
index a04a11b651f..105c3a7113d 100644
--- a/lisp/mail/mh-index.el
+++ b/lisp/mh-e/mh-index.el
@@ -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:
diff --git a/lisp/mail/mh-loaddefs.el b/lisp/mh-e/mh-loaddefs.el
index 20cfb8571bd..20cfb8571bd 100644
--- a/lisp/mail/mh-loaddefs.el
+++ b/lisp/mh-e/mh-loaddefs.el
diff --git a/lisp/mail/mh-mime.el b/lisp/mh-e/mh-mime.el
index 594b63eee9b..16347b3011a 100644
--- a/lisp/mail/mh-mime.el
+++ b/lisp/mh-e/mh-mime.el
@@ -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:
diff --git a/lisp/mail/mh-pick.el b/lisp/mh-e/mh-pick.el
index a2a50f80565..373004fa342 100644
--- a/lisp/mail/mh-pick.el
+++ b/lisp/mh-e/mh-pick.el
@@ -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:
diff --git a/lisp/mail/mh-seq.el b/lisp/mh-e/mh-seq.el
index 1175e420281..d3859821ae1 100644
--- a/lisp/mail/mh-seq.el
+++ b/lisp/mh-e/mh-seq.el
@@ -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:
diff --git a/lisp/mail/mh-speed.el b/lisp/mh-e/mh-speed.el
index beda52778e4..e57660d051a 100644
--- a/lisp/mail/mh-speed.el
+++ b/lisp/mh-e/mh-speed.el
@@ -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:
diff --git a/lisp/mail/mh-utils.el b/lisp/mh-e/mh-utils.el
index 320cdf7cbfd..d4057d92ece 100644
--- a/lisp/mail/mh-utils.el
+++ b/lisp/mh-e/mh-utils.el
@@ -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:
diff --git a/lisp/mail/mh-xemacs-compat.el b/lisp/mh-e/mh-xemacs-compat.el
index 692d792a1bc..d544115e9a2 100644
--- a/lisp/mail/mh-xemacs-compat.el
+++ b/lisp/mh-e/mh-xemacs-compat.el
@@ -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: