diff options
| author | Bill Wohler | 2003-01-26 02:38:37 +0000 |
|---|---|---|
| committer | Bill Wohler | 2003-01-26 02:38:37 +0000 |
| commit | 942da20cebcb20d3ac2b495de0be6865a40a4e67 (patch) | |
| tree | 2da4379ec14867bf6272cdf2aafbf0732e79187e /lisp | |
| parent | 290682efe61f5704a60a41ff2a196207e6223652 (diff) | |
| download | emacs-942da20cebcb20d3ac2b495de0be6865a40a4e67.tar.gz emacs-942da20cebcb20d3ac2b495de0be6865a40a4e67.zip | |
* 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/ChangeLog | 19 | ||||
| -rw-r--r-- | lisp/makefile.nt | 1 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 1 | ||||
| -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 @@ | |||
| 1 | 2003-01-25 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-e: Created directory. ChangeLog will appear in a week when we | ||
| 4 | release version 7.2. | ||
| 5 | |||
| 6 | * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el, | ||
| 7 | lisp/mail/mh-customize.el, lisp/mail/mh-e.el, | ||
| 8 | lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el, | ||
| 9 | lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el, | ||
| 10 | lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el, | ||
| 11 | lisp/mail/mh-speed.el, lisp/mail/mh-utils.el, | ||
| 12 | lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm | ||
| 13 | and reply2.xpm, which were created by the MH-E package, were left | ||
| 14 | in mail since they can probably be used by other mail packages. | ||
| 15 | |||
| 16 | * makefile.w32-in (WINS): Added mh-e. | ||
| 17 | |||
| 18 | * makefile.nt (WINS): Added mh-e. | ||
| 19 | |||
| 1 | 2003-01-25 Richard M. Stallman <rms@gnu.org> | 20 | 2003-01-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 21 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable): | 22 | * 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=\ | |||
| 124 | international \ | 124 | international \ |
| 125 | language \ | 125 | language \ |
| 126 | mail \ | 126 | mail \ |
| 127 | mh-e \ | ||
| 127 | net \ | 128 | net \ |
| 128 | play \ | 129 | play \ |
| 129 | progmodes \ | 130 | 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=\ | |||
| 150 | international \ | 150 | international \ |
| 151 | language \ | 151 | language \ |
| 152 | mail \ | 152 | mail \ |
| 153 | mh-e \ | ||
| 153 | net \ | 154 | net \ |
| 154 | obsolete \ | 155 | obsolete \ |
| 155 | play \ | 156 | 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 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Change Log: | 31 | ;;; Change Log: |
| 32 | 32 | ||
| 33 | ;; $Id: mh-comp.el,v 1.164 2003/01/07 21:16:25 satyaki Exp $ | 33 | ;; $Id: mh-comp.el,v 1.26 2003/01/08 23:21:16 wohler Exp $ |
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
| 36 | 36 | ||
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 @@ | |||
| 55 | 55 | ||
| 56 | ;;; Change Log: | 56 | ;;; Change Log: |
| 57 | 57 | ||
| 58 | ;; $Id: mh-customize.el,v 1.18 2003/01/08 00:45:37 wohler Exp $ | 58 | ;; $Id: mh-customize.el,v 1.1 2003/01/08 23:21:16 wohler Exp $ |
| 59 | 59 | ||
| 60 | ;;; Code: | 60 | ;;; Code: |
| 61 | 61 | ||
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 @@ | |||
| 79 | ;; Maintenance picked up by Bill Wohler <wohler@newt.com> and the | 79 | ;; Maintenance picked up by Bill Wohler <wohler@newt.com> and the |
| 80 | ;; SourceForge Crew <http://mh-e.sourceforge.net/>. 2001. | 80 | ;; SourceForge Crew <http://mh-e.sourceforge.net/>. 2001. |
| 81 | 81 | ||
| 82 | ;; $Id: mh-e.el,v 1.240 2003/01/08 00:46:25 wohler Exp $ | 82 | ;; $Id: mh-e.el,v 1.34 2003/01/08 23:21:16 wohler Exp $ |
| 83 | 83 | ||
| 84 | ;;; Code: | 84 | ;;; Code: |
| 85 | 85 | ||
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 @@ | |||
| 32 | 32 | ||
| 33 | ;;; Change Log: | 33 | ;;; Change Log: |
| 34 | 34 | ||
| 35 | ;; $Id: mh-funcs.el,v 1.36 2002/12/23 05:52:07 satyaki Exp $ | 35 | ;; $Id: mh-funcs.el,v 1.9 2003/01/08 23:21:16 wohler Exp $ |
| 36 | 36 | ||
| 37 | ;;; Code: | 37 | ;;; Code: |
| 38 | 38 | ||
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 @@ | |||
| 37 | 37 | ||
| 38 | ;;; Change Log: | 38 | ;;; Change Log: |
| 39 | 39 | ||
| 40 | ;; $Id: mh-identity.el,v 1.17 2002/12/03 15:54:27 psg Exp $ | 40 | ;; $Id: mh-identity.el,v 1.1 2003/01/08 23:21:16 wohler Exp $ |
| 41 | 41 | ||
| 42 | ;;; Code: | 42 | ;;; Code: |
| 43 | 43 | ||
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 @@ | |||
| 40 | 40 | ||
| 41 | ;;; Change Log: | 41 | ;;; Change Log: |
| 42 | 42 | ||
| 43 | ;; $Id: mh-index.el,v 1.73 2003/01/07 21:15:49 satyaki Exp $ | 43 | ;; $Id: mh-index.el,v 1.2 2003/01/08 23:21:16 wohler Exp $ |
| 44 | 44 | ||
| 45 | ;;; Code: | 45 | ;;; Code: |
| 46 | 46 | ||
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 @@ | |||
| 32 | 32 | ||
| 33 | ;;; Change Log: | 33 | ;;; Change Log: |
| 34 | 34 | ||
| 35 | ;; $Id: mh-mime.el,v 1.98 2002/12/06 03:33:47 satyaki Exp $ | 35 | ;; $Id: mh-mime.el,v 1.12 2003/01/08 23:21:16 wohler Exp $ |
| 36 | 36 | ||
| 37 | ;;; Code: | 37 | ;;; Code: |
| 38 | 38 | ||
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 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Change Log: | 31 | ;;; Change Log: |
| 32 | 32 | ||
| 33 | ;; $Id: mh-pick.el,v 1.25 2002/12/04 18:51:50 wohler Exp $ | 33 | ;; $Id: mh-pick.el,v 1.10 2003/01/08 23:21:16 wohler Exp $ |
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
| 36 | 36 | ||
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 @@ | |||
| 67 | 67 | ||
| 68 | ;;; Change Log: | 68 | ;;; Change Log: |
| 69 | 69 | ||
| 70 | ;; $Id: mh-seq.el,v 1.84 2003/01/07 21:15:33 satyaki Exp $ | 70 | ;; $Id: mh-seq.el,v 1.10 2003/01/08 23:21:16 wohler Exp $ |
| 71 | 71 | ||
| 72 | ;;; Code: | 72 | ;;; Code: |
| 73 | 73 | ||
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 @@ | |||
| 31 | 31 | ||
| 32 | ;;; Change Log: | 32 | ;;; Change Log: |
| 33 | 33 | ||
| 34 | ;; $Id: mh-speed.el,v 1.34 2003/01/07 21:15:20 satyaki Exp $ | 34 | ;; $Id: mh-speed.el,v 1.2 2003/01/08 23:21:16 wohler Exp $ |
| 35 | 35 | ||
| 36 | ;;; Code: | 36 | ;;; Code: |
| 37 | 37 | ||
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 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Change Log: | 31 | ;;; Change Log: |
| 32 | 32 | ||
| 33 | ;; $Id: mh-utils.el,v 1.193 2003/01/08 00:27:31 satyaki Exp $ | 33 | ;; $Id: mh-utils.el,v 1.34 2003/01/08 23:21:16 wohler Exp $ |
| 34 | 34 | ||
| 35 | ;;; Code: | 35 | ;;; Code: |
| 36 | 36 | ||
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 @@ | |||
| 28 | 28 | ||
| 29 | ;;; Change Log: | 29 | ;;; Change Log: |
| 30 | 30 | ||
| 31 | ;; $Id: mh-xemacs-compat.el,v 1.13 2002/11/30 01:21:42 wohler Exp $ | 31 | ;; $Id: mh-xemacs-compat.el,v 1.3 2003/01/08 23:21:16 wohler Exp $ |
| 32 | 32 | ||
| 33 | ;;; Code: | 33 | ;;; Code: |
| 34 | 34 | ||