unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* MH-E 7.4.4 checked in
@ 2004-07-13  3:26 Bill Wohler
  2004-07-13  5:04 ` Eli Zaretskii
  0 siblings, 1 reply; 89+ messages in thread
From: Bill Wohler @ 2004-07-13  3:26 UTC (permalink / raw)
  Cc: mh-e-devel

MH-E is the Emacs interface to the MH mail system. It offers all the
functionality of MH, the visual orientation and simplicity of use of a
GUI, and full integration with Emacs and XEmacs, including thorough
configuration and online help. Read on for more details.

Project home page at: http://mh-e.sourceforge.net/.

Version 7.4.4 addresses programmatic issues from the FSF and prepares
MH-E for inclusion into an impending GNU Emacs release (21.4). There
are no user-visible changes (unless you are using XEmacs on DOS or
don't have the cl package installed). Filenames are now unique in
their first 8 characters (DOS 8.3 requirement). The runtime dependency
on the cl package has been removed. Desktop saving and restoration
code moved here from desktop.el.

--
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

^ permalink raw reply	[flat|nested] 89+ messages in thread
* Re: Gnus update
@ 2004-07-27 15:37 Bill Wohler
  0 siblings, 0 replies; 89+ messages in thread
From: Bill Wohler @ 2004-07-27 15:37 UTC (permalink / raw)
  Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

Miles Bader <miles@lsi.nec.co.jp> writes:

> I think the best thing might be to have neither, but rather do two-way
> merging very frequently.

Is one of the Gnus maintainers an Emacs committer also? Perhaps the MH-E
model can be applied to Gnus.

Before each MH-E release, I run the import-emacs script (attached, but
specific to MH-E so read, understand, and modify accordingly before
using) which imports the current Emacs MH-E sources into the Emacs
branch in the MH-E CVS repository and then merges the changes into the
mainline (after I double-check them). I then release MH-E and then run
the install-emacs Makefile target which installs the MH-E files into
Emacs which are subsequently checked in.

Now, if I could create a single MH-E package that could be used by both
XEmacs and GNU Emacs, that would be ideal ;-).


[-- Attachment #2: import-emacs --]
[-- Type: application/x-shellscript, Size: 3677 bytes --]

[-- Attachment #3: Type: text/plain, Size: 822 bytes --]


>From the MH-E Makefile:

# Install the source into the Emacs source.
install-emacs:
	cp $(MH-E-ETC) $(EMACS_HOME)/etc
	cp $(MH-E-SRC) $(MH-E-OTHERS) $(EMACS_HOME)/lisp/mh-e
	cp $(MH-E-IMG) $(EMACS_HOME)/lisp/toolbar
	cp $(MH-E-IMG2) $(EMACS_HOME)/lisp/mail

# View the CVS logs for the Emacs versions (to see if they have been modified).
emacs-logs:
	(cd $(EMACS_HOME)/etc; cvs log $(MH-E-ETC))
	(cd $(EMACS_HOME)/lisp/mail; cvs log $(MH-E-SRC) $(MH-E-OTHERS))
	(cd $(EMACS_HOME)/lisp/toolbar; cvs log $(MH-E-IMG))
	(cd $(EMACS_HOME)/lisp/mail; cvs log $(MH-E-IMG2))

# Import Emacs changes.
import-emacs:
	import-emacs


-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 89+ messages in thread

end of thread, other threads:[~2004-08-05 19:48 UTC | newest]

Thread overview: 89+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-13  3:26 MH-E 7.4.4 checked in Bill Wohler
2004-07-13  5:04 ` Eli Zaretskii
2004-07-13  4:24   ` Bill Wohler
2004-07-13 19:55     ` Eli Zaretskii
2004-07-13 21:59       ` Miles Bader
2004-07-14  5:09       ` Bill Wohler
2004-07-14 21:34         ` Eli Zaretskii
2004-07-16 13:28         ` Eli Zaretskii
2004-07-16 12:39           ` Andreas Schwab
2004-07-16 14:31             ` Eli Zaretskii
2004-07-16 14:09               ` Satyaki Das
2004-07-16 15:17                 ` Stefan
2004-07-16 17:00                   ` Satyaki Das
2004-07-16 20:40                     ` Bill Wohler
2004-07-17 11:54                   ` Richard Stallman
2004-07-17 10:34                 ` Eli Zaretskii
2004-07-17 11:21                   ` Andreas Schwab
2004-07-17 12:40                     ` Eli Zaretskii
2004-07-17 17:20                       ` Andreas Schwab
2004-07-17 15:11                   ` Stefan
2004-07-18 15:26                     ` Richard Stallman
2004-07-14  7:38       ` Kai Grossjohann
2004-07-14 10:39         ` Kim F. Storm
2004-07-14 10:51           ` Miles Bader
2004-07-14 13:22             ` Kim F. Storm
2004-07-14 22:04               ` Miles Bader
2004-07-15 14:45                 ` Gnus integration (was: MH-E 7.4.4 checked in) Stefan
2004-07-15 16:07                   ` Stefan Monnier
2004-07-15 16:23                   ` Luc Teirlinck
2004-07-15 16:20                 ` Gnus update " Reiner Steib
2004-07-15 16:58                   ` Andreas Schwab
2004-07-16 16:08                   ` Richard Stallman
2004-07-16 16:46                     ` Stefan Monnier
2004-07-18  7:19                       ` Richard Stallman
2004-07-16 17:38                     ` Gnus update Reiner Steib
2004-07-18  7:18                       ` Richard Stallman
2004-07-18  7:18                       ` Richard Stallman
2004-07-23 14:57                       ` Dave Love
2004-07-23 16:03                         ` Lars Magne Ingebrigtsen
2004-07-23 16:08                         ` Ted Zlatanov
2004-07-19  7:47                     ` Gnus update (was: MH-E 7.4.4 checked in) Juanma Barranquero
2004-07-19 18:44                       ` Richard Stallman
2004-07-20 21:33                         ` Gnus update Reiner Steib
2004-07-22 11:14                         ` Gnus update (was: MH-E 7.4.4 checked in) Juanma Barranquero
2004-07-22 16:27                           ` Andreas Schwab
2004-07-22 16:48                             ` Andreas Schwab
2004-07-23  7:50                               ` Juanma Barranquero
2004-07-24  3:01                             ` Richard Stallman
2004-07-24  3:38                               ` Miles Bader
2004-07-25  3:33                                 ` Richard Stallman
2004-07-26 14:19                                 ` Juanma Barranquero
2004-07-26 18:11                                   ` Richard Stallman
2004-07-24 17:30                               ` Stefan
2004-07-26 19:03                             ` Stefan Monnier
2004-07-26 19:18                               ` Gnus update Andreas Schwab
2004-07-26 21:12                                 ` Stefan Monnier
2004-07-27 18:59                                   ` Reiner Steib
2004-07-27 19:59                                     ` Andreas Schwab
2004-08-02 14:44                                       ` Reiner Steib
2004-08-02 15:38                                         ` Lars Magne Ingebrigtsen
2004-08-03 15:27                                           ` Reiner Steib
2004-07-27 18:59                                 ` Reiner Steib
2004-07-27 19:49                                   ` Andreas Schwab
2004-07-27 21:50                                     ` Reiner Steib
2004-08-02 14:46                                     ` Reiner Steib
2004-08-03 15:37                                       ` Reiner Steib
2004-08-05  4:22                                         ` Richard Stallman
2004-08-05 19:48                                           ` Reiner Steib
2004-08-01 15:22                                 ` Per Abrahamsen
2004-07-15 13:17               ` MH-E 7.4.4 checked in Richard Stallman
2004-07-14 21:35         ` Eli Zaretskii
2004-07-14 22:13           ` Miles Bader
2004-07-15  5:17             ` Kai Grossjohann
2004-07-15 13:38               ` Luc Teirlinck
2004-07-15 14:41                 ` Kai Grossjohann
2004-07-16 16:08                 ` Richard Stallman
2004-07-17 17:34                   ` Kai Grossjohann
2004-07-15 15:58               ` Gnus update (was: MH-E 7.4.4 checked in) Reiner Steib
2004-07-16  1:04                 ` Gnus update Miles Bader
2004-07-16  8:57                   ` David Kastrup
2004-07-16  9:08                     ` Miles Bader
2004-07-16  9:33                       ` Lars Magne Ingebrigtsen
2004-07-16 13:50                         ` Stefan
2004-07-16  9:35                     ` Frank Schmitt
2004-07-16 10:22                       ` David Kastrup
2004-07-18  8:29                       ` Adrian Aichner
2004-07-16  6:54               ` MH-E 7.4.4 checked in Richard Stallman
2004-07-15 13:17         ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2004-07-27 15:37 Gnus update Bill Wohler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).