2001-07-31 13:22  evgeny

	* NEWS, ac-tools/configure.in: 2.1.0 release.

2001-07-31 11:34  evgeny

	* ac-tools/: config.guess, config.sub: Updated config.guess and
        config.sub.

2001-07-29 17:20  evgeny

	* lib/Ishmail.hlp.in: More updates to the online help.

2001-07-28 21:26  evgeny

	* lib/Ishmail.help, lib/Ishmail.hlp.in, lib/Ishmail.lang,
	lib/Ishmail.misc, src/IshAppC.C, src/IshAppC.h, src/MainFile.C,
	src/MainWinP.C, src/MainWinP.h, src/SendFile.C, src/SendWinC.C,
	src/SendWinC.h, src/SendWinP.C, src/SendWinP.h: Get rid of the
	"Comments" window & related stuff. Instead, direct user to the SF
        bug/wish tracker system.

2001-07-23 19:48  evgeny

	* src/MainWinP.C: Update message vbox title after new mail check.

2001-07-22 21:07  evgeny

	* src/ImapServerC.C: Avoid use of strcat() in ImapServerC::Fetch().
        This enhances the fetch speed enormously.

2001-07-22 20:07  evgeny

	* ac-tools/configure.in: 2.1.0 release candidate.

2001-07-22 20:01  evgeny

	* src/MainWinP.C: Dbl click on a folder checks for new mail only
        instead of re-scaning the folder.

2001-07-22 19:18  evgeny

	* src/MainWinC.C: Update folder icons at the end of
        MainWinC::DeleteItems().

2001-07-22 19:04  evgeny

	* src/FolderC.C: In FolderC::HasMessagesWithStatus(), if index is
	not up-to-date, call UpdateIndex() instead of Scan(). Hopefully,
        this should fix the doubling bug.

2001-07-22 18:27  evgeny

	* src/FolderC.C: Use F_OK instead of W_OK when checking for
        access(indexFile).

2001-07-22 15:04  evgeny

	* src/SendFile.C: Return value in PerformFcc() was missing.

2001-07-08 18:39  evgeny

	* src/ImapServerC.C: Check for status of SSL_write and re-connect
        of needed.

2001-06-21 13:59  evgeny

	* lib/Ishmail.misc, src/MailPrefC.C: Changed default of sendmail
        location from /usr/lib/sendmail to /usr/sbin/sendmail.

2001-05-31 13:27  evgeny

	* src/ImapServerC.C: Added a cast needed for the new OpenSSL-0.9.6a
        SSL_write() prototype.

2001-05-31 13:26  evgeny

	* ac-tools/configure.in: Require OpenSSL-0.9.6a.

2001-04-04 11:39  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Get rid of some static
        variables by moving them into ImapServerC class.

2001-03-29 13:14  evgeny

	* hgl/: Make.dep, Makefile, rsrc.C, rsrc.h: Get rid of FloatListC,
        since it's unused.

2001-03-29 13:07  evgeny

	* man/man1/ishmail.1: The man page updated: descriptions of
        $MAILCAPS, .ishmail.pem added; other fixes.

2001-03-29 11:54  evgeny

	* src/ImapServerC.C: Try to find out the OpenSSL installation path
        and only then fail back to "/usr/local/ssl".

2001-03-29 11:44  evgeny

	* src/Mailcap.C: $HOME was forgotten to be replaced in the default
        mailcap search path.

2001-03-21 17:15  evgeny

	* src/date.y: Relax on broken time zones - allow any junk
        definition up to 3 words (e.g.  Pacific Standrad Time).

2001-03-12 22:40  evgeny

	* hgl/HalAppC.C: Check that "-D" command line switch is followed by
        an argument.

2001-03-12 22:18  evgeny

	* src/ImapServerC.C: Implemented proper certificate
        validation/storing.

2001-03-12 20:51  evgeny

	* src/date.y: Another hack allowing to parse dates in the ISO form
        (year-month-day).

2001-03-12 20:02  evgeny

	* src/date.y: A workaround for buggy softwares setting the year in
        the "Date" header as '101' etc.

2001-03-07 12:48  evgeny

	* scripts/cvs2cl.pl: Updated cvs2cl.pl.

2001-03-07 12:41  evgeny

	* src/SortPrefWinC.C: Refresh message list after applying new sort
        preferences.

2001-03-07 12:39  evgeny

	* hgl/FieldViewC.C: Redraw FieldView at the end of title/separator
        drag.

2001-02-22 11:03  evgeny

	* man/man1/ishmail.1: Man page updates (by drifta).

2001-01-09 18:23  evgeny

	* src/FolderC.C: Simplified generation of the folder's index
        filename.

2001-01-03 11:57  evgeny

	* src/MsgPartC.C: Create temporarily files for text/html message
	parts with the proper extensions since some broken MUA's don't
        bother putting enclosing <HTML></HTML> tags.

2001-01-03 11:54  evgeny

	* src/: MimeTypes.C, MimeTypes.h: Added text/html to the list of
        internally recognized MIME types.

2001-01-01 17:49  evgeny

	* src/date.y: When parsing date/time, recognize timezone as a
	quoted string, too. Some, apparently broken agents (AspMail) use
        them.

2000-12-31 16:36  evgeny

	* src/: ImapFolderC.C, ImapMsgC.C, ImapServerC.C, ImapServerC.h:
	EnableTLS() now accepts an argument which is OR'ed SSL versions
        that should be supported.

2000-12-25 17:05  evgeny

	* hgl/MimeRichTextSelect.C: Raised debug level for tracing canvas
        click events.

2000-12-13 19:38  evgeny

	* src/Make.dep: Updated deps.

2000-12-13 19:37  evgeny

	* src/ImapServerC.C: Implemented starting in the TLS mode (IMAPS
        protocol).

2000-12-13 19:34  evgeny

	* src/: ImapFolderC.C, ImapFolderC.h: Get rid of the extraneous
	folderName element of the ImapFolderC class.  Parsing of the
        initial folder name, including port, username and protocol.

2000-12-13 19:15  evgeny

	* src/: ImapMisc.h, ImapMisc.C: Added a (draft) implementation of
        the IMAP URL scheme parsing (RFC2192).

2000-12-13 17:47  evgeny

	* src/: Imap.h, ImapServerC.h: Moved general IMAP defines into a
        separate file, Imap.h.

2000-12-13 12:06  evgeny

	* src/LoginWinC.C: Use IMAP server's username as init value for
        login form.

2000-12-13 11:46  evgeny

	* src/ImapFolderC.C: If the folder is INBOX, check that it exists,
        too.

2000-12-13 11:21  evgeny

	* src/: ImapServerC.C, ImapServerC.h: ImapServerC now contains also
	port number, username to be used for connect and the protocol type
        (usual IMAP or IMAPS).

2000-12-13 10:55  evgeny

	* src/Make.dep: Updated dependencies.

2000-12-13 10:53  evgeny

	* src/: AppPrefC.C, IshAppC.C: Removed unneeded IMAP pre-connects.

2000-12-11 10:30  evgeny

	* src/: ImapServerC.C, ImapServerC.h, Makefile: Implemented
        STARTTLS IMAP extension.

2000-12-10 12:18  evgeny

	* ac-tools/: Make.conf.in, aclocal.m4, configure.in: Implemented
	check for OpenSSL version number and header/lib consistency.  Use
        both ssl and crypto libs (in provision for future use for TLS).

2000-11-22 14:38  evgeny

	* src/QuickMenu.C: A missing space to an error message added.

2000-11-19 11:21  evgeny

	* hgl/: RegexC.C, RegexC.h: Check for NULL strings in search(...).

2000-11-15 19:44  evgeny

	* ac-tools/shtool: Updated to shtool-1.5.1+. In particular, fixed
        the default `install' perm.  mode.

2000-11-12 19:45  evgeny

	* src/SendFile.C: Don't add the extraneous blank line at the end of
        body text.

2000-11-12 14:32  evgeny

	* hgl/MimeRichTextEdit.C: Replaced raw <cr> chars with '\r'.
        gcc-2.96 chokes on the former.

2000-11-12 14:29  evgeny

	* ac-tools/configure.in: Started 2.0.1 development cycle.

2000-11-08 18:41  evgeny

	* NEWS: Added NEWS.

2000-11-08 18:19  evgeny

	* COPYRIGHT, lib/Ishmail.hlp.in: Updated list of developers.

2000-11-08 18:07  evgeny

	* ac-tools/: config.guess, config.sub: Updated config.guess and
        config.sub.

2000-11-08 18:05  evgeny

	* Makefile: Log CVS messages from the main trunk only.

2000-10-19 18:55  evgeny

	* src/SendFile.C: Allow to add extra headers to resent messages.

2000-09-19 20:58  evgeny

	* src/MainWinC.C: And yet more refresh fixes...

2000-09-19 19:42  evgeny

	* src/: FolderC.C, ImapMsgC.C, IshAppC.C, MainMsg.C, MsgC.C,
        MsgC.h, ReadFile.C: A bunch of refresh fixes.

2000-09-19 19:19  evgeny

	* src/: MainWinC.C, MainWinC.h: Added MainWinC::Refresh() which
	refresh the folder and the message lists as well as updates the
        title & buttons.

2000-09-19 17:45  evgeny

	* src/MainFolder.C: Update folder's icon on the folder save.

2000-09-19 13:51  evgeny

	* src/MainMsg.C: Update message icon after undeleting.

2000-09-12 20:19  evgeny

	* src/CompPrefC.C: Check for old ishencrypt* user prefs and update
        to the new defaults if needed.

2000-09-12 18:43  evgeny

	* ac-tools/configure.in: Updated version to 2.0.0. I should've done
        this a while ago.

2000-09-12 18:32  evgeny

	* libexec/Makefile: Oops! forgot to remove ishencryptmime from the
        makefile.

2000-09-12 18:30  evgeny

	* libexec/ishencrypt, libexec/ishencryptmime, src/CompPrefC.C,
	src/SendFile.C: Rewritten ishencrypt to work with MIME messages,
        too. The command line flags changed.  Removed ishencryptmime.

2000-09-04 19:31  evgeny

	* libexec/statrun: Use `eval' in "statrun" in order to work
        properly with quoted command arguments.

2000-08-29 17:29  evgeny

	* src/ImapServerC.C: Implemented anonymous authenticator.

2000-08-29 16:07  evgeny

	* src/ImapServerC.C: Oops - a typo fixed.

2000-08-29 16:05  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Recognize LOGINDISABLED
	keyword in the CAPABILITY output and act accordingly.  Don't count
        authentication schemes we can't support.

2000-08-20 16:57  evgeny

	* ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.h.in,
	ac-tools/configure.in, hgl/Base.h, src/Makefile: Renamed
	HAVE_DMALLOC -> WITH_DMALLOC.  Added $(DMALLOC_LIB) makefile
        definition.  Removed $FINAL_LIBS makefile defininition.

2000-08-20 16:31  evgeny

	* src/ImapServerC.C: Implemented CRAM-MD5 authentication scheme
	(using the OpenSSL crypto lib).  AUTHENTICATE LOGIN is marked as
        insecure.

2000-08-20 16:29  evgeny

	* src/Makefile: Added $(CRYPTO_LIB) to the list of libs.

2000-08-20 16:29  evgeny

	* src/Make.dep: Updated deps.

2000-08-20 16:22  evgeny

	* ac-tools/: Make.conf.in, aclocal.m4, config.h.in, configure.in:
        Added checks for OpenSSL crypto lib.

2000-08-17 19:28  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Authenticate() renamed to
	DoLogin().  Login() renamed to Authenticate().	Added RunCommand2()
	- run a command and let the supplied hook function process the
	response, including dealing with continuation requests from the
	server.  Authenticate() re-written using RunCommand2().
	Implemented AUTHENTICATE LOGIN - the first IMAP4 authentication
	scheme. Not much better than the clear text IMAP2's LOGIN, but...
        Others will follow.

2000-08-17 17:58  evgeny

	* src/Base64.C: Undone signed/unsigned changes which broke
        Text64ToText.

2000-08-13 16:25  evgeny

	* hgl/: BoolExpWinC.C, BoolExpWinC.h, FieldViewC.C, ItemDataC.h,
	PListC.meth, WArgList.h: Undone signed/unsigned changes. Too many
        problems created.

2000-08-13 13:42  evgeny

	* src/ImapServerC.C: Return immediately from ImapServerC::Logout()
        if called in the disconnected state.

2000-08-12 08:02  kherron

	* hgl/ItemDataC.h: Clean up signed/unsigned compiler warning.

2000-08-12 07:44  kherron

	* hgl/PListC.meth: Clean up signed/unsigned compiler warnings.

2000-08-12 07:43  kherron

	* hgl/: BoolExpWinC.C, BoolExpWinC.h: Clean up signed/unsigned
	compiler warnings.  Clean up "partially bracketed initializer"
        warnings.

2000-08-11 07:45  kherron

	* hgl/FieldViewC.C: Clean up signed/unsigned compiler warnings.

2000-08-11 07:41  kherron

	* hgl/WArgList.h: Clean up signed/unsigned compiler warning.

2000-08-11 07:40  kherron

	* hgl/StringC.h: Reordered several initializers to match
        declaration order, to clean up         compiler warnings.

2000-08-07 15:36  evgeny

	* hgl/: VBoxC.C, VBoxC.h: Dropped dummy BusyCursor() calls in VBox
        stuff.

2000-08-07 14:05  evgeny

	* src/: AliasPrefWinC.C, ComplexImapFindWinC.C,
	ComplexMsgFindWinC.C, DictEditWinC.C, FileFolderC.C, FolderC.C,
	FolderPrefC.C, ImapFolderC.C, IshAppC.C, IshAppP.C, MainFolder.C,
	MainMsg.C, MainWinC.C, MainWinP.C, MhFolderC.C, MmdfFolderC.C,
	MsgFindWinC.C, PickAliasWinC.C, ReadWinP.C, SaveMgrC.C,
	UndelWinC.C, UndelWinC.h, UnixFolderC.C: Dropped usage of VBox's
	Defer(). Replaced by Refresh() where needed (should be further
        cleaned up).

2000-08-07 13:58  evgeny

	* hgl/: FieldViewC.C, HelpResWinC.C, IconViewC.C, VBoxC.C, VBoxC.h:
	Thrown away defering of VBox redraw. It NO longer redraws
        automatically; Refresh() should be explicitly called.

2000-08-06 15:24  evgeny

	* src/MainWinP.C: Double-click on current folder now causes rescan
        of the folder; before, this activated a new mail check.

2000-08-06 15:04  evgeny

	* src/Make.dep: Updated deps.

2000-08-06 15:03  evgeny

	* src/MainFolder.C: When re-reading an IMAP folder, connect to the
        server first if needed.

2000-08-06 14:13  evgeny

	* src/ImapFolderC.h: Include ImapServerC.h in the ImapFolderC.h
        header.

2000-08-05 16:57  kherron

	* ac-tools/aclocal.m4: Corrected second library test in dmalloc
        check.

2000-08-05 02:44  kherron

	* hgl/Base.h: Support compiling/linking with the dmalloc library
        <http://dmalloc.com/>.

2000-08-05 02:41  kherron

	* src/SafeSystem.C: Don't burn up the CPU waiting for children to
        exit.

2000-08-05 02:40  kherron

	* src/: IshAppC.C, IshAppC.h: Removed two unused members from
	IshAppC object.  Made sure all IshAppC members are initialized in
        constructor.

2000-08-05 02:37  kherron

	* src/Makefile: Use FINAL_LIBS from Make.conf at link time.

2000-08-05 02:37  kherron

	* ac-tools/: aclocal.m4, config.h.in, configure.in: Support
        compiling/linking with the dmalloc library <http://dmalloc.com/>.

2000-08-05 02:32  kherron

	* ac-tools/Make.conf.in: Added another library variable so
        everything doesn't have to go        in GUI_LIBS.

2000-08-04 16:31  kherron

	* ac-tools/: aclocal.m4, configure.in: Improved method to prevent
        g++ from complaining about Solaris's X headers.

2000-08-03 18:44  evgeny

	* src/: IshAppP.C, MainWinP.C: Check for ishApp->systemFolder here
        and there.

2000-08-03 17:40  evgeny

	* src/SendWinP.C: Ask whether to include attachments in the reply
        if the original message contained some.

2000-08-03 17:36  evgeny

	* src/: Query.C, Query.h: Implemented generic Query() function (to
        get Yes/No/Cancel responses).

2000-08-02 20:24  evgeny

	* src/IshAppC.C: Set systemFolder to NULL in IshAppC constructor;
	otherwise, it may be accessed uninitialized via a mapping X request
        (what a mess...).

2000-08-02 20:08  evgeny

	* src/ImapServerC.C: Unset "authenticated" flag in
        ImapServerC::CloseSocket(), for further safety.

2000-08-02 19:29  evgeny

	* src/ImapFolderC.C: Don't operate on IMAP folders if server didn't
        authenticate us.

2000-07-31 20:04  evgeny

	* src/: ImapFolderC.C, ImapServerC.C, ImapServerC.h: Removed
        SHARE_IMAP_SERVER #define.

2000-07-31 19:57  evgeny

	* src/: ImapServerC.C, ImapServerC.h: More authentication types
        recognized.

2000-07-31 19:39  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Renamed GetServerType() to
	Capability(). The method now identifies protocol(s) and
        authentication schemes supported by the server.

2000-07-31 17:23  evgeny

	* hgl/HalAppC.C, src/ImapServerC.C: Removed the socketIO/SIGPIPE
        hack.

2000-07-31 17:18  evgeny

	* src/ImapServerC.C: ImapServerC desctructor returned if connection
        hasn't been established.

2000-07-31 17:07  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Combine the complete
	connection process (connect/get capabilities/authenticate) into
        EstablishSession().  A few auxiliary methods added.

2000-07-30 19:00  evgeny

	* src/: ImapMsgC.C, ImapServerC.C, ImapServerC.h, Make.dep: Added a
	mandatory folder argument to ImapServerC::Fetch(). This solves the
	problem of e.g. replying to a message from a currently unselected
        folder.

2000-07-24 20:09  evgeny

	* src/ImapServerC.C: In ImapServerC::Delete(), if the folder is
	currently open, close it first.  Previously, an attempt to delete
        the current (IMAP) folder silently failed.

2000-07-24 19:47  evgeny

	* src/Make.dep: Updated deps.

2000-07-24 19:44  evgeny

	* src/SendFile.C: Recognize and don't expand IMAP folder names in
        SendWinP::PerformFcc().

2000-07-24 18:32  evgeny

	* src/: ImapServerC.C, ImapServerC.h: A preliminary workaround for
	cases when an IMAP command (typically, flag update) arrives while
	another command being processed currently.  The patch by Brian J.
        Murrell.

2000-07-24 17:28  evgeny

	* src/ImapServerC.C: Better dealing with non-OK IMAP responses.

2000-07-24 17:21  evgeny

	* src/Make.dep: Updated deps.

2000-07-24 16:58  evgeny

	* src/ImapFolderC.C: Understanding the "BYE .." message from the
	IMAP server (when the client has been idle too long) and dealing
        with it rather than barfing.  Patch by Brian J. Murrell.

2000-07-24 16:24  evgeny

	* hgl/StringC.C: Bugfix in StringC::Replace() so that it doesn't
	try to recurse into the string that was just replaced in. - by
        Brian J. Murrell

2000-07-24 14:39  evgeny

	* src/FileChooserWinC.C: In file selection boxes, recognize IMAP
        folder names even if no *default* IMAP server is used.

2000-07-24 14:08  evgeny

	* src/Makefile: Make version.c dependent on the sources, too, so
        ishmail -v also reflects the modification/re-compilation date.

2000-07-23 17:52  evgeny

	* src/ImapServerC.C: Terminate header lines with CRLF; some related
        simplifications. Based on patch by Brian J. Murrell.

2000-07-23 17:12  evgeny

	* src/SaveMgrC.C: A missing space added to the error message in
        SaveMgrC::FinishSaveFile().

2000-07-23 15:52  evgeny

	* src/ImapServerC.C: Safety checks in ImapServerC::Append() - by
        Brian J. Murrell.

2000-07-23 15:18  evgeny

	* src/ImapFolderC.C: Recognize "Answered" flag.  In
	ImapFolderC::AddMessage(), check for return status of
	server->Append() and list the error messages (if any).	The patch
        is by Brian J. Murrell.

2000-07-23 15:04  evgeny

	* src/ImapMsgC.C: Check for possible NULL text returned by
        server->Fetch().

2000-07-23 15:01  evgeny

	* src/: SendFile.C, SendWinP.h: SendWinP::PerformFcc() now returns
	success/failure code.  SendWinP::Send() checks for PerformFcc() and
	returns False if the latter fails.  The patch is by Brian J.
        Murrell.

2000-07-19 15:47  evgeny

	* src/ImapFolderC.C: Run-time check for IMAP_BUG_DUPLICATE_SELECT
        server bug (UW).

2000-07-19 15:44  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Implemented a mechanism (via
	an additional "bugs" flag of the ImapServerC class) for working
	around some specific IMAP server bugs; IMAP_BUG_DUPLICATE_SELECT
        for now only.

2000-07-18 18:51  evgeny

	* src/ImapServerC.C: In ImapServerC::Select(), check of the folder
        has been opened already, and if yes, ::Close() it first.

2000-07-18 17:35  evgeny

	* src/: ImapServerC.C, ImapServerC.h: Added ImapServerC::Close()
        function.

2000-07-17 19:49  evgeny

	* src/ReadWinP.C: Don't display inline attachments with
	"Content-Disposition: inline" set BUT a filename given (a "feature"
        of Communicator's mail).

2000-07-16 18:09  evgeny

	* src/ImapFolderC.C: Make Ishmail understand multiple IMAP access
	messages from an IMAP server capable of it (e.g. Cyrus).  The patch
        is by Brian J. Murrell.

2000-07-16 17:54  evgeny

	* src/ImapServerC.C: Send a "STORE <msgnum> -FLAGS (\Seen)" if the
	IMAP flags are empty - which makes possible changing a message's
	flags to include "unread" actually get sent to the IMAP server so
	that the message is actually flagged not read when one logs off the
        IMAP server and logs back on.  The patch is by Brian J. Murrell.

2000-07-12 03:25  kherron

	* lib/Ishmail.lang, src/SendFile.C: Signature separator should be
        dash-dash-space, not just dash-dash.

2000-07-12 00:01  kherron

	* src/Base64.C: Don't interpret characters above 127 as negative
        numbers.

2000-07-05 19:57  kherron

	* hgl/: CharC.C, StringC.C: More Search() optimization.

2000-07-02 18:07  evgeny

	* ac-tools/aclocal.m4: Include <sys/types.h> in the
	ACX_CHECK_STATFS() check (in particular, this is needed for
        glibc-2.0* installations).

2000-06-30 03:00  kherron

	* hgl/: CharC.C, StringC.C: Optimization:  fewer calls to
        strncmp().

2000-06-30 02:41  kherron

	* src/MhFolderC.C: MH Folders were initialized incorrectly, causing
        an unnecessary rescan       during the first new-mail check.

2000-06-29 16:05  evgeny

	* src/ImapMisc.C: Made IsImapName() smarter: even if IMAP is not
	used as a general place for folder storage, a folder name of the
	"{server}folder" type *does* qualify as an IMAP folder. Very usable
        for only INBOX residing on an IMAP server.

2000-06-29 13:53  evgeny

	* lib/Ishmail.help, lib/Ishmail.hlp.in, lib/Ishmail.lang,
	lib/Ishmail.misc, src/AppPrefC.C, src/AppPrefC.h,
	src/AppPrefWinC.C, src/AppPrefWinC.h, src/FolderC.C,
	src/FolderPrefC.C, src/IshAppC.C, src/IshAppC.h, src/IshAppP.C:
	In-box setting made configurable via "Options/Application"
        preference dialog.

2000-06-29 03:34  kherron

	* ac-tools/aclocal.m4: Cleaned up g++ -fpermissive check.

2000-06-28 22:58  kherron

	* src/SendWinC.C: Reply-to-all on a message with no "To" address
	would cause a crash.  Reply on a message with no "From" address
        would cause a crash.

2000-06-28 17:09  evgeny

	* ac-tools/Make.conf.in, ac-tools/configure.in, src/Makefile:
        Generate VERSION at compile time instead of configure.

2000-06-28 16:47  evgeny

	* lib/Ishmail.hlp.in: Use @ISHVER@ in place of @VERSION@.

2000-06-28 14:41  evgeny

	* src/ReadWinC.C: Restrict the max title string of a reading window
	to MAX_TITLE_STR_LENGTH (80) chars. Otherwise, in some cases like
        very long subject, the whole window became extremely wide.

2000-06-26 01:06  kherron

	* ac-tools/: aclocal.m4, configure.in: G++ 2.95.x emits errors
        about Solaris's X11 headers without -fpermissive.

2000-06-22 16:39  evgeny

	* src/Makefile, utils/Makefile: Strip installed binaries.

2000-06-20 18:50  evgeny

	* ac-tools/: config.guess, config.sub: Updated config.guess and
        config.sub.

2000-06-20 15:19  evgeny

	* libexec/: ishdecrypt, ishencrypt, ishencryptmime: Fixed pgp
	scripts to not depend on the $OS_TYPE variable (used to be defined
        in the old days via the ishmail ishell wrapper) + other fixes.

2000-06-20 15:14  evgeny

	* hgl/CharC.C: Check that _SC_PAGE_SIZE is defined (not the case
        under Solaris-2.5, e.g.).

2000-06-19 17:40  evgeny

	* hgl/RegexC.C: Use memcpy() directly instead of the inline bcopy()
        wrapper.

2000-06-19 16:44  evgeny

	* lib/: Ishmail.help, Ishmail.hlp.in, Ishmail.lang: Help added on
        the fromHeader preference.

2000-06-19 16:32  evgeny

	* src/: MailPrefWinC.C, MailPrefWinC.h: Added the "From:" header to
        the "Outgoing mail pref" dialog.

2000-06-19 15:51  evgeny

	* src/SendFile.C: Add the "From:" header from the fromHeader pref,
        don't build it.

2000-06-19 15:44  evgeny

	* src/: AddrMisc.C, Make.dep: IsMyAddress() now also checks for
        fromHeader preference.

2000-06-19 15:42  evgeny

	* src/: MailPrefC.C, MailPrefC.h: Added the "From:" header to the
        user-settable preferences.

2000-06-14 16:15  evgeny

	* hgl/: VBoxC.C, VBoxC.h: Handle button press via event handler
	instead of the input callback, since Motif-2.* defines a
	translation (ManagerGadgetTraverseCurrent()) for c<Btn1Down> which
        shadowed the respective input event.

2000-06-11 15:02  evgeny

	* src/Makefile: Added libm to the linker stage.

2000-06-11 14:55  evgeny

	* ac-tools/: Make.conf.in, config.h.in, configure.in: Removed
	unused check for setlocale and added libm check (sqrt() is used in
        a few places).

2000-06-11 13:56  evgeny

	* hgl/HalAppC.C: Actually, the fore/background switch happened in
        Motif-2.0.1, not 2.0...

2000-06-07 19:18  evgeny

	* src/Fork.C: Replaced #ifndef NO_UNLINK -> #ifdef HAVE_UNLINK.

2000-06-07 19:10  evgeny

	* src/: Fork.C, SafeSystem.C, ShellExp.C, sun2mime.c: Wrap
	setegid() calls with #ifdef HAVE_SETEGID or else use setresgid
        (HPUX).

2000-06-07 19:08  evgeny

	* ac-tools/: config.h.in, configure.in: Added check for setegid().

2000-06-07 18:38  evgeny

	* src/IshAppC.C: Use #ifdef HAVE_GETDOMAINNAME_DECL around
        getdomainname() call.

2000-06-07 18:37  evgeny

	* ac-tools/: config.h.in, configure.in: Check for getdomainname and
        its declaration.

2000-06-07 16:37  evgeny

	* src/prolog.h: Removed prolog.h (mistakenly imported).

2000-06-06 16:24  evgeny

	* ac-tools/configure.in: Ishmail-1.9.12 release.

2000-06-06 16:22  evgeny

	* ac-tools/aclocal.m4: In ACX_CHECK_STATFS, don't rely upon u_long
        defined...

2000-06-06 15:53  evgeny

	* ac-tools/configure.in: Ishmail-1.9.11 release.

2000-06-06 15:46  evgeny

	* src/: IncludeWinC.C, IncludeWinC.h, MailPrefWinC.C,
	MailPrefWinC.h: Added ISO-8859-13 (Baltic) for the list of
        predefined charsets.  Patch sent by nerijus@sat.lt.

2000-06-06 15:21  evgeny

	* hgl/Makefile, src/Makefile: Added dependencies if sources on
        config.h.

2000-06-06 14:43  evgeny

	* src/FileFolderC.C: Use newly defined HAVE_STATVFS and
        HAVE___VAL_IN_F_FSID instead of the former HAVE_SYS_STATVFS_H.

2000-06-06 14:40  evgeny

	* ac-tools/: config.h.in, configure.in: Use ACX_CHECK_STATFS and
        related AC_DEFINE's.

2000-06-06 14:27  evgeny

	* ac-tools/aclocal.m4: Added ACX_CHECK_STATFS for extended
        stat(v)fs checks.

2000-06-05 20:03  evgeny

	* ac-tools/configure.in: 1.9.10 snapshot.

2000-06-05 20:00  evgeny

	* hgl/: CharC.C, CharC.h, MemMap.C, SortKeyC.h, StringC.C,
        StringC.h: Removed a few remaining #ifdef SVR4.

2000-06-05 19:37  evgeny

	* hgl/HalAppC.C: Put appShell weird geometry settings back, since
        some popups use it (!).

2000-06-05 19:33  evgeny

	* src/main.C: Check for presence of installation directory.

2000-06-05 19:09  evgeny

	* ac-tools/: config.guess, config.sub: Updated config.sub and
        config.guess.

2000-06-05 18:44  evgeny

	* hgl/HalAppC.C: SIGTERM caused the app to go into an infinite
        loop.

2000-06-05 17:50  evgeny

	* lib/Ishmail.misc: Updated X resources of used-to-be RichText
        entries.

2000-06-05 17:46  evgeny

	* src/: MailPrefWinC.C, MailPrefWinC.h, ReplyPrefWinC.C,
	ReplyPrefWinC.h: Replaced a few more RichText entry fields with
        Text or TextInput's.

2000-06-05 16:28  evgeny

	* src/: EntryEditWinC.C, EntryEditWinC.h: valueText is now
	TextField instead of the RichText. This cures the problems with
	Motif-2.1 and Lesstif (the real source of the problems is the
        RichText widget, of course, and will be dealt with later on).

2000-06-04 17:54  evgeny

	* hgl/Makefile: MimeRichTextListC.* are not used; removed from the
        list of files and rules.

2000-06-04 13:19  evgeny

	* COPYRIGHT, lib/Ishmail.hlp.in: Updated copyright notices.

2000-06-04 12:59  evgeny

	* hgl/HalAppC.C: Register EditRes right after the shell creation
        and put a relevant debugging message.

2000-06-01 20:19  evgeny

	* hgl/: HalDialogC.C, HalTopLevelC.C: Removed duplicate EditRes
        handlers.

2000-06-01 19:48  evgeny

	* src/date.y: Removed meaningless #ifdef QNX4.

2000-06-01 19:36  evgeny

	* hgl/: FieldViewC.C, IconViewC.C: Don't create widget-special DnD
        icons (don't work properly, especially weird under Motif-2).

2000-06-01 19:34  evgeny

	* hgl/HalAppC.C: Use different DnD icons with Motif-2, since it
	seems that back/foreground cursor colors meaning is inverted (???).

2000-06-01 19:10  evgeny

	* lib/: Ishmail.misc, Makefile, thumb_down2.xbm, thumb_up2.xbm:
	Added thumb_up2.xbm and thumb_down2.xbm (inverts of thumb_up.xbm
	and thumb_down.xbm) to be used with Motif-2, since it seems
        back/foreground cursor colors meaning is inverted (???).

2000-06-01 16:16  evgeny

	* lib/: Ishmail.help, Ishmail.hlp.in, Ishmail.lang: Updated
        resources related to the fileCommentPB -> helpCommentPB change.

2000-06-01 16:14  evgeny

	* lib/welcome: Updated intro email message.

2000-06-01 16:10  evgeny

	* src/MainWinP.C: Renamed widget fileCommentPB -> helpCommentPB.

2000-05-31 19:22  evgeny

	* src/MainWinP.C: Moved File/Comment -> Help/Comment.

2000-05-31 18:26  evgeny

	* src/: Base64.C, FolderC.C, Misc.C, QuotedP.C: Removed homebrew
        definition of S_ISLNK.

2000-05-31 18:19  evgeny

	* hgl/PixmapC.C: Include xpm.h or X11/xpm.h depending on
        HAVE_X11_XPM_H.

2000-05-31 18:18  evgeny

	* ac-tools/configure.in: Exit configure if Xpm (lib and/or header)
        not found.

2000-05-31 18:18  evgeny

	* ac-tools/config.h.in: Remove HAVE_XPM define - libXpm is a must
        anyway.

2000-05-31 17:17  evgeny

	* ac-tools/config.h.in, src/FileFolderC.C: HAVE_SYS_STATVFS was
        used mistakenly instead of HAVE_SYS_STATVFS_H.

2000-05-31 16:05  evgeny

	* hgl/MimeRichTextInit.C: Use __CHAR_UNSIGNED__ instead of MIPS
        define.

2000-05-31 16:03  evgeny

	* hgl/StrCase.C: #include <string.h> unconditionally.

2000-05-31 16:02  evgeny

	* ac-tools/: config.h.in, configure.in: Added check for signedness
        of char.

2000-05-17 18:12  fnevgeny

	* scripts/makerelease: Added makerelease script.

2000-05-17 17:11  fnevgeny

	* hgl/Makefile, src/Makefile: Don't force rebuilding Make.dep.

2000-05-17 17:03  fnevgeny

	* hgl/Makefile, src/Makefile: Fixed deps for Make.dep :).

2000-05-17 16:42  fnevgeny

	* hgl/.cvsignore, hgl/Make.dep, src/.cvsignore, src/Make.dep: Put
        Make.dep back into cvs...

2000-05-17 16:34  fnevgeny

	* hgl/.cvsignore, src/.cvsignore: Added Make.dep to .cvsignore.

2000-05-17 16:32  fnevgeny

	* hgl/Make.dep, hgl/Makefile, src/Make.dep, src/Makefile,
        utils/Makefile: Changes to Makefiles.

2000-05-17 15:15  fnevgeny

	* lib/.cvsignore: Added .cvsignore with Ishmail.hlp.

2000-05-17 15:14  fnevgeny

	* ac-tools/configure.in, lib/Ishmail.hlp, lib/Ishmail.hlp.in,
	scripts/update-version: The help card file is now created by
        configure.

2000-05-17 14:41  fnevgeny

	* lib/: Ishmail.hlp, Ishmail.lang, Ishmail.misc, welcome: Replaced
        ishmail.com email and http links with sourceforge ones.

2000-05-16 19:05  fnevgeny

	* hgl/HglResources.h: Fixed default DnD icon properties.

2000-05-16 19:05  fnevgeny

	* hgl/HalAppC.C: Added EDITRES support (the app crashes,
        though...).

2000-05-16 15:44  fnevgeny

	* hgl/: FieldViewC.C, IconViewC.C: Use pixmap mask when creating
        DnD icons.

2000-05-08 15:41  fnevgeny

	* hgl/PixmapC.C: Reversed order of icon format trying. Now we check
	for XPM using the Xpm library first, since Motif-2.* can deal with
        xpms itself, but doesn't handle pixmap masks.

2000-05-08 14:29  fnevgeny

	* src/MainWinP.C: MainWinP::NewMailPixmap() now returns PixmapC
        instead of Pixmap.

2000-05-08 14:29  fnevgeny

	* src/: MainWinC.C, MainWinP.h, ReadWinP.C, SendWinP.C: Use also
        mask in creating window icons (for transparent pixmaps).

2000-05-08 14:28  fnevgeny

	* src/MimeIconC.C: background wasn't defined in XGCValues, so
        transparent pixmaps were drawn with a black background.

2000-05-07 16:38  fnevgeny

	* src/Makefile, utils/Makefile: `make clean'  didn't remove
        executables.

2000-05-07 16:37  fnevgeny

	* libexec/: customize.pl, statChk.pl: Don't hardcode perl path.

2000-05-07 16:32  fnevgeny

	* Makefile: Added make rules for configure and ChangeLog.

2000-05-07 16:31  fnevgeny

	* scripts/: mkincl, pstrip: Don't hardcode perl path.

2000-05-07 16:26  fnevgeny

	* scripts/cvs2cl.pl: Added cvs2cl.pl.

2000-05-07 16:20  fnevgeny

	* utils/Makefile: Fixed installation.

2000-05-07 15:26  fnevgeny

	* .cvsignore: Added .cvsignore to the top dir.

2000-05-07 15:26  fnevgeny

	* Make.conf, ac-tools/Make.conf.in, ac-tools/aclocal.m4,
	ac-tools/config.guess, ac-tools/config.h.in, ac-tools/config.sub,
	ac-tools/configure.in, ac-tools/install-sh, ac-tools/shtool,
	hgl/BoolExpC.C, hgl/BoolExpWinC.C, hgl/ButtonBox.c,
	hgl/CallbackC.C, hgl/CharC.C, hgl/ExpElemC.C, hgl/FieldViewC.C,
	hgl/FiltDialogC.C, hgl/FindDialogC.C, hgl/FontChooserC.C,
	hgl/FontDataC.C, hgl/ForceDialog.C, hgl/HalAppC.C,
	hgl/HalDialogC.C, hgl/HalMainWinC.C, hgl/HalShellC.C,
	hgl/HalTopLevelC.C, hgl/HelpC.C, hgl/HelpDbC.C, hgl/HelpResWinC.C,
	hgl/IconC.C, hgl/IconDataC.C, hgl/IconViewC.C, hgl/JoyStickC.C,
	hgl/LgIconViewC.C, hgl/ListBoxC.C, hgl/Makefile, hgl/MemMap.C,
	hgl/MimeRichTextDraw.C, hgl/MimeRichTextEdit.C,
	hgl/MimeRichTextInit.C, hgl/MimeRichTextSelect.C, hgl/PixmapC.C,
	hgl/PtrDictC.C, hgl/PtrList2.C, hgl/RegexC.C, hgl/RichSearchWinC.C,
	hgl/RowCol.c, hgl/RowColC.C, hgl/RowColChildC.C, hgl/RowOrColC.C,
	hgl/Shadow.C, hgl/SignalRegistry.C, hgl/SmIconViewC.C,
	hgl/SortDialogC.C, hgl/SortExpWinC.C, hgl/StrCase.C, hgl/StringC.C,
	hgl/SysErr.C, hgl/System.C, hgl/TBoxC.C, hgl/TextMisc.C,
	hgl/VBoxC.C, hgl/VItemC.C, hgl/ViewC.C, hgl/WorkingBoxC.C,
	hgl/regex.c, hgl/rsrc.C, man/Makefile, scripts/build_dict_c,
	scripts/build_list_c, src/AddrMisc.C, src/AddressC.C,
	src/AlertPrefC.C, src/AlertPrefWinC.C, src/AliasPrefC.C,
	src/AliasPrefWinC.C, src/AppPrefC.C, src/AppPrefWinC.C,
	src/AutoFilePrefC.C, src/AutoFileWinC.C, src/Base64.C,
	src/ButtPrefWinC.C, src/ButtonEditWinC.C, src/ButtonEntryC.C,
	src/ButtonMgrC.C, src/CompPrefC.C, src/CompPrefWinC.C,
	src/ComplexImapFindWinC.C, src/ComplexMsgFindWinC.C,
	src/ConfPrefC.C, src/ConfPrefWinC.C, src/DictEditWinC.C,
	src/EntryEditWinC.C, src/FileChooserWinC.C, src/FileFolderC.C,
	src/FileMisc.C, src/FileMsgC.C, src/FilePartMsgC.C, src/FolderC.C,
	src/FolderPrefC.C, src/FolderPrefWinC.C, src/FontPrefC.C,
	src/FontPrefWinC.C, src/Fork.C, src/HeadPrefC.C,
	src/HeadPrefWinC.C, src/HeaderC.C, src/HeaderValC.C,
	src/IconPrefC.C, src/IconPrefWinC.C, src/ImapFolderC.C,
	src/ImapMisc.C, src/ImapMsgC.C, src/ImapServerC.C,
	src/IncludeWinC.C, src/IshAppC.C, src/IshAppP.C,
	src/LocalTextWinC.C, src/LoginWinC.C, src/MailFile.C,
	src/MailPrefC.C, src/MailPrefWinC.C, src/MailSortKeyC.C,
	src/Mailcap.C, src/MailcapC.C, src/MainButtPrefC.C,
	src/MainButtWinC.C, src/MainFile.C, src/MainFolder.C,
	src/MainMsg.C, src/MainOpt.C, src/MainWinC.C, src/MainWinP.C,
	src/Makefile, src/MhFolderC.C, src/MhMsgC.C, src/MimeEncode.C,
	src/MimeIconC.C, src/MimeTypes.C, src/Misc.C, src/MmdfFolderC.C,
	src/MmdfMsgC.C, src/MsgC.C, src/MsgFindExp.C, src/MsgFindWinC.C,
	src/MsgItemC.C, src/MsgPartC.C, src/OptWinC.C, src/ParamC.C,
	src/PartialMsgC.C, src/PickAliasWinC.C, src/PipeWinC.C,
	src/PrefC.C, src/PrintWinC.C, src/Query.C, src/QuickMenu.C,
	src/QuotedP.C, src/ReadButtPrefC.C, src/ReadButtWinC.C,
	src/ReadFile.C, src/ReadIconC.C, src/ReadOpt.C, src/ReadPart.C,
	src/ReadPrefC.C, src/ReadPrefWinC.C, src/ReadReply.C,
	src/ReadWinC.C, src/ReadWinP.C, src/ReplyPrefC.C,
	src/ReplyPrefWinC.C, src/SafeSystem.C, src/SaveMgrC.C,
	src/SavePrefC.C, src/SavePrefWinC.C, src/SendButtPrefC.C,
	src/SendButtWinC.C, src/SendEdit.C, src/SendFile.C,
	src/SendIconC.C, src/SendInc.C, src/SendMisc.C, src/SendOpt.C,
	src/SendWinC.C, src/SendWinP.C, src/ShellExp.C, src/SigPrefC.C,
	src/SigPrefWinC.C, src/SortMgrC.C, src/SortPrefC.C,
	src/SortPrefWinC.C, src/SumFieldC.C, src/SumPrefC.C,
	src/SumPrefWinC.C, src/UndelWinC.C, src/UnixFolderC.C,
	src/UnixMsgC.C, src/edit.C, src/getadate.c, src/main.C,
        src/sun2mime.c, utils/Makefile: Introduced the autoconf stuff.

2000-05-04 18:08  fnevgeny

	* src/SendWinP.C: A typo fixed.

2000-05-03 20:14  fnevgeny

	* lib/Ishmail.site: Added dummy Ishmail.site.

2000-05-03 19:27  fnevgeny

	* COPYRIGHT: Updated copyright notices from Help/About.

2000-05-03 19:15  fnevgeny

	* src/: ImapServerC.C, ShellExp.C, getadate.c: Introduced
        time-related autoconf #ifdef's.

2000-05-03 19:01  fnevgeny

	* src/FileFolderC.C: I don't know what was wrong here about
        SUN_OS...

2000-05-03 18:35  fnevgeny

	* hgl/HelpC.h: Build editable help subsystem depending whether
        EDIT_OK is set during compilation (on by default).

2000-05-03 18:04  fnevgeny

	* hgl/VItemC.C: Can't see any problem with SetMenu on OSF1, hence
        #ifdef removed.

2000-05-03 17:56  fnevgeny

	* src/ImapServerC.C: Oops. Removed #include <netdb.h> by a mistake.

2000-05-03 17:56  fnevgeny

	* src/main.C: Added void to OutOfMemory() declaration.

2000-05-03 17:10  fnevgeny

	* src/: FileMisc.C, IshAppC.C: Treat automounter stuff similarly
        for all OS - not sure it's of any real use at all.

2000-05-03 17:09  fnevgeny

	* src/ImapServerC.C: sys/select.h -> HAVE_SYS_SELECT_H.

2000-05-03 17:08  fnevgeny

	* src/main.C: main should be int...

2000-05-03 16:48  fnevgeny

	* hgl/regex.c: Include <string.h>.

2000-05-03 16:37  fnevgeny

	* hgl/: LgIconViewC.h, SmIconViewC.h: Added casts to (Drawable) of
        drawto.

2000-05-03 16:08  fnevgeny

	* hgl/PtrList2.C: Removed condition on stdlib.h inclusion.

2000-05-03 16:06  fnevgeny

	* src/Make.dep: Removed unused checksum.c and checksum.h.

2000-05-03 16:01  fnevgeny

	* src/: IshAppP.C, Makefile, checksum.c, checksum.h: Removed unused
        checksum.c and checksum.h.

2000-05-03 15:40  fnevgeny

	* hgl/: rsrc.C, rsrc.h: Rewrote color stuff to remove
	system-dependent direct parsing of rgb.txt.  Removed unused color
        functions.

2000-05-03 15:39  fnevgeny

	* src/main.C: Introduced SetEnvValue(), a wrapper around
        setenv/putenv.

2000-05-03 13:02  fnevgeny

	* src/MainWinP.C, lib/Ishmail.misc: Use hardcoded http link for the
	user's guide (locally installed docs).	userGuideURL resource
        removed.

2000-05-02 22:04  fnevgeny

	* man/Makefile, utils/Makefile: Minor fixes.

2000-05-02 22:00  fnevgeny

	* src/: IshAppC.C, main.C: Moved PATH altering from IshAppC.C to
        main.C.

2000-05-02 21:07  fnevgeny

	* src/MailFile.C: #ifdef HAVE_SYSEXITS_H added.

2000-05-02 21:06  fnevgeny

	* src/AppPrefC.C: Don't define automount dir by default.

2000-05-02 20:42  fnevgeny

	* doc/Makefile, Makefile, hgl/Makefile, lib/Makefile,
	libexec/Makefile, man/Makefile, src/Makefile, utils/Makefile: Added
        "make install" target.

2000-05-02 19:55  fnevgeny

	* lib/mailcap: Replaced lp->lpr.

2000-05-02 19:53  fnevgeny

	* libexec/ishmail: There is no longer a need in the shell wrapper.

2000-05-02 19:52  fnevgeny

	* src/: AliasPrefC.C, AppPrefC.C, FileMisc.C, IshAppC.C, IshAppC.h,
	Mailcap.C, Make.dep, Makefile, main.C: Introduced global variable
	ishHome (which can be re-defined by ISHHOME shell variable); a
	bunch of resources defined previously via shell environment
        variables now use ishHome.

2000-05-02 18:51  fnevgeny

	* src/version.C: version.C was mistakenly imported.

2000-05-02 18:26  fnevgeny

	* src/Makefile: Added dependency on the HGL library.

2000-05-01 21:23  fnevgeny

	* libexec/xtermexec: An evident fix :).

2000-05-01 20:32  fnevgeny

	* lib/: mime-types, mime.types: Replaced mime-types with an updated
        version (from apache).

2000-05-01 18:01  fnevgeny

	* lib/Ishmail, lib/Ishmail-mono, lib/Ishmail.colors,
	lib/Ishmail.colors-mono, lib/Ishmail.fonts, lib/Ishmail.help,
	lib/Ishmail.hlp, lib/Ishmail.lang, lib/Ishmail.misc, lib/audio.xpm,
	lib/binary.xpm, lib/box.xpm, lib/display-0.xbm, lib/edit-0.xpm,
	lib/edit-1.xpm, lib/edit-2.xpm, lib/edit-3.xpm, lib/edit-4.xpm,
	lib/edit-5.xpm, lib/edit-6.xpm, lib/edit-7.xpm, lib/flagdown,
	lib/flagup, lib/gif.xpm, lib/heart-0.xpm, lib/heart-1.xpm,
	lib/ishmail.xpm, lib/jpg.xpm, lib/mailcap, lib/mime-types,
	lib/mpg.xpm, lib/new_mail.xpm, lib/pin-in.xbm, lib/pin-out.xbm,
	lib/postscript.xpm, lib/retrieval-0.xbm, lib/richtext.xpm,
	lib/system-closed-no-mail.xpm, lib/system-open-new-mail.xpm,
	lib/system-open-no-mail.xpm, lib/text.xpm, lib/thumb_down.mask,
	lib/thumb_down.xbm, lib/thumb_up.mask, lib/thumb_up.xbm,
	lib/truck-0.xpm, lib/truck-1.xpm, lib/truck-2.xpm, lib/truck-3.xpm,
	lib/truck-4.xpm, lib/truck-5.xpm, lib/truck-6.xpm, lib/truck-7.xpm,
	lib/truck-8.xpm, lib/welcome, libexec/customize.pl,
	libexec/ishdecrypt, libexec/ishencrypt, libexec/ishencryptmime,
	libexec/ishmail, libexec/showaudio, libexec/showextern,
	libexec/showimage, libexec/showpgp, libexec/showpgpsign,
	libexec/statChk.pl, libexec/statrun, libexec/xtermexec: Imported
        run-time support files.

2000-05-01 17:15  fnevgeny

	* COPYRIGHT: Reasonable chnages.

2000-05-01 16:03  fnevgeny

	* COPYRIGHT: Imported original copyright text.

2000-05-01 16:03  fnevgeny

	* LICENSE: Added GNU license text.

2000-05-01 15:54  fnevgeny

	* utils/.cvsignore: Added .cvsignore.

2000-05-01 15:47  fnevgeny

	* doc/: 0.JlaEBGGWwA0YK.html, 07--uyBk2I9X3cS.extobj.1.gif,
	07--uyBk2I9X3cS.html, 07C1CfBrBM9X3cS.extobj.1.gif,
	07C1CfBrBM9X3cS.html, 0Y-4QLBN0XwA0YK.html, 0lKLpVBzLK9X3cS.html,
	0r-1vFBulI9X3cS.extobj.1.gif, 0r-1vFBulI9X3cS.extobj.2.gif,
	0r-1vFBulI9X3cS.html, 1-Q.uNBGxI9X3cS.extobj.1.gif,
	1-Q.uNBGxI9X3cS.html, 1dJ1QLB-zWwA0YK.extobj.1.gif,
	1dJ1QLB-zWwA0YK.extobj.2.gif, 1dJ1QLB-zWwA0YK.html,
	1j.-uyBk2I9X3cS.extobj.1.gif, 1j.-uyBk2I9X3cS.extobj.2.gif,
	1j.-uyBk2I9X3cS.html, 2EtRqFB0aG9X3cS.extobj.1.gif,
	2EtRqFB0aG9X3cS.html, 3GEI2.BsKL9X3cS.html, 3InsZOBOAH9X3cS.html,
	3NC1CfBrBM9X3cS.html, 3T8YifBdqH9X3cS.extobj.1.gif,
	3T8YifBdqH9X3cS.html, 3W8YifBdqH9X3cS.extobj.1.gif,
	3W8YifBdqH9X3cS.html, 3mAwJVB4NK9X3cS.extobj.1.gif,
	3mAwJVB4NK9X3cS.extobj.2.gif, 3mAwJVB4NK9X3cS.extobj.3.gif,
	3mAwJVB4NK9X3cS.html, 466vpFBcuG9X3cS.html, 4V-4QLBN0XwA0YK.html,
	508NkEBPyK9X3cS.html, 5DeIvFBSQJ9X3cS.html,
	5MI1QLB-zWwA0YK.extobj.1.gif, 5MI1QLB-zWwA0YK.html,
	6MGD9FBBGK9X3cS.html, 6V8YifBdqH9X3cS.html, 6m52wFBX4N9X3cS.html,
	6wXf7fBT.L9X3cS.extobj.1.gif, 6wXf7fBT.L9X3cS.html,
	7HeSlNBpSL9X3cS.extobj.1.gif, 7HeSlNBpSL9X3cS.html,
	7U8YifBdqH9X3cS.extobj.1.gif, 7U8YifBdqH9X3cS.html,
	8lI1QLB-zWwA0YK.extobj.1.gif, 8lI1QLB-zWwA0YK.extobj.2.gif,
	8lI1QLB-zWwA0YK.html, 9DeIvFBSQJ9X3cS.extobj.1.gif,
	9DeIvFBSQJ9X3cS.html, A-7NkEBPyK9X3cS.html,
	AAJ1QLB-zWwA0YK.extobj.1.gif, AAJ1QLB-zWwA0YK.extobj.2.gif,
	AAJ1QLB-zWwA0YK.html, DAB1CfBrBM9X3cS.extobj.1.gif,
	DAB1CfBrBM9X3cS.html, DEtRqFB0aG9X3cS.extobj.1.gif,
	DEtRqFB0aG9X3cS.html, E-7NkEBPyK9X3cS.extobj.1.gif,
	E-7NkEBPyK9X3cS.html, E1tRqFB0aG9X3cS.extobj.1.gif,
	E1tRqFB0aG9X3cS.html, EkbgcQBMGH9X3cS.extobj.1.gif,
	EkbgcQBMGH9X3cS.extobj.2.gif, EkbgcQBMGH9X3cS.html,
	FaEI2.BsKL9X3cS.extobj.1.gif, FaEI2.BsKL9X3cS.extobj.2.gif,
	FaEI2.BsKL9X3cS.extobj.3.gif, FaEI2.BsKL9X3cS.html,
	FcJ1QLB-zWwA0YK.extobj.1.gif, FcJ1QLB-zWwA0YK.extobj.2.gif,
	FcJ1QLB-zWwA0YK.html, GksRqFB0aG9X3cS.html, GnbqgMBPQJ9X3cS.html,
	HKeSlNBpSL9X3cS.extobj.1.gif, HKeSlNBpSL9X3cS.html,
	HeeSlNBpSL9X3cS.html, Iq-1vFBulI9X3cS.extobj.1.gif,
	Iq-1vFBulI9X3cS.html, J-JlaEBGGWwA0YK.html,
	LOH1QLB-zWwA0YK.extobj.1.gif, LOH1QLB-zWwA0YK.html,
	LksRqFB0aG9X3cS.extobj.1.gif, LksRqFB0aG9X3cS.html,
	MR33AUB4IG9X3cS.extobj.1.gif, MR33AUB4IG9X3cS.extobj.2.gif,
	MR33AUB4IG9X3cS.html, Mr-1vFBulI9X3cS.extobj.1.gif,
	Mr-1vFBulI9X3cS.html, OUb3vyBctI9X3cS.extobj.1.gif,
	OUb3vyBctI9X3cS.extobj.2.gif, OUb3vyBctI9X3cS.html,
	OXMN.FBn.L9X3cS.html, OkswbfBjlJ9X3cS.html,
	P6tRqFB0aG9X3cS.extobj.1.gif, P6tRqFB0aG9X3cS.html,
	PeeSlNBpSL9X3cS.html, Q1tRqFB0aG9X3cS.extobj.1.gif,
	Q1tRqFB0aG9X3cS.extobj.2.gif, Q1tRqFB0aG9X3cS.extobj.3.gif,
	Q1tRqFB0aG9X3cS.html, QDeIvFBSQJ9X3cS.html,
	QMeSlNBpSL9X3cS.extobj.1.gif, QMeSlNBpSL9X3cS.html,
	QOrBmMB7OM9X3cS.extobj.1.gif, QOrBmMB7OM9X3cS.extobj.2.gif,
	QOrBmMB7OM9X3cS.extobj.3.gif, QOrBmMB7OM9X3cS.html,
	QlHjaEBxDWwA0YK.html, RFwomgB97L9X3cS.html,
	S633AUB4IG9X3cS.extobj.1.gif, S633AUB4IG9X3cS.extobj.2.gif,
	S633AUB4IG9X3cS.html, SeeSlNBpSL9X3cS.html, UCeSlNBpSL9X3cS.html,
	VNXkYGBySH9X3cS.html, Vj-1vFBulI9X3cS.html, VvEI2.BsKL9X3cS.html,
	WPeSlNBpSL9X3cS.html, X-7NkEBPyK9X3cS.html,
	XBFI2.BsKL9X3cS.extobj.1.gif, XBFI2.BsKL9X3cS.extobj.2.gif,
	XBFI2.BsKL9X3cS.html, XMsHpVB8FK9X3cS.html,
	Xeb3vyBctI9X3cS.extobj.1.gif, Xeb3vyBctI9X3cS.extobj.2.gif,
	Xeb3vyBctI9X3cS.html, Xj52wFBX4N9X3cS.html, XqbqgMBPQJ9X3cS.html,
	YW-4QLBN0XwA0YK.extobj.1.gif, YW-4QLBN0XwA0YK.html,
	YvEI2.BsKL9X3cS.html, ZG3a7fB9yL9X3cS.extobj.1.gif,
	ZG3a7fB9yL9X3cS.extobj.2.gif, ZG3a7fB9yL9X3cS.html,
	b0tRqFB0aG9X3cS.extobj.1.gif, b0tRqFB0aG9X3cS.extobj.2.gif,
	b0tRqFB0aG9X3cS.html, bqbqgMBPQJ9X3cS.extobj.1.gif,
	bqbqgMBPQJ9X3cS.html, bvEI2.BsKL9X3cS.html,
	dU8YifBdqH9X3cS.extobj.1.gif, dU8YifBdqH9X3cS.html,
	f0RXKNB0FN9X3cS.html, f6K1QLB-zWwA0YK.extobj.1.gif,
	f6K1QLB-zWwA0YK.html, f9tRqFB0aG9X3cS.extobj.1.gif,
	f9tRqFB0aG9X3cS.extobj.2.gif, f9tRqFB0aG9X3cS.extobj.3.gif,
	f9tRqFB0aG9X3cS.html, frLtg-BfiI9X3cS.html, fy.-uyBk2I9X3cS.html,
	hAtRqFB0aG9X3cS.extobj.1.gif, hAtRqFB0aG9X3cS.html,
	iT0d.FB11H9X3cS.html, index.html, l85uuyBbYM9X3cS.extobj.1.gif,
	l85uuyBbYM9X3cS.html, lKjomgBQ5L9X3cS.html, lLGD9FBBGK9X3cS.html,
	lQFI2.BsKL9X3cS.extobj.1.gif, lQFI2.BsKL9X3cS.html, mailbox.gif,
	oCeSlNBpSL9X3cS.html, oydhpVBVhL9X3cS.html,
	p.oPvFBlqJ9X3cS.extobj.1.gif, p.oPvFBlqJ9X3cS.html,
	pqbqgMBPQJ9X3cS.html, sHQXKNB0FN9X3cS.html, tkHjaEBxDWwA0YK.html,
	uO2ZgMB8BJ9X3cS.extobj.1.gif, uO2ZgMB8BJ9X3cS.extobj.2.gif,
	uO2ZgMB8BJ9X3cS.extobj.3.gif, uO2ZgMB8BJ9X3cS.html,
	uhFI2.BsKL9X3cS.extobj.1.gif, uhFI2.BsKL9X3cS.extobj.2.gif,
	uhFI2.BsKL9X3cS.html, v.Q.uNBGxI9X3cS.html,
	wmbqgMBPQJ9X3cS.extobj.1.gif, wmbqgMBPQJ9X3cS.html,
	xCeSlNBpSL9X3cS.extobj.1.gif, xCeSlNBpSL9X3cS.html,
	yDeIvFBSQJ9X3cS.html, zOI0FGBvBJ9X3cS.extobj.1.gif,
        zOI0FGBvBJ9X3cS.html, zsPsIGBSYWwA0YK.html: Imported HTML docs.

2000-05-01 15:47  fnevgeny

	* man/man1/ishmail.1: Imported man page.

2000-04-30 18:47  fnevgeny

	* hgl/BoolExpWinC.C, hgl/FieldViewC.C, hgl/HalTopLevelC.C,
	hgl/IconViewC.C, hgl/MimeRichTextSelect.C, hgl/RichSearchWinC.C,
	hgl/SortExpWinC.C, src/ComplexMsgFindWinC.C, src/DictEditWinC.C,
	src/FolderC.C, src/FolderPrefC.C, src/IncludeWinC.C, src/IshAppP.C,
	src/LoginWinC.C, src/MainWinP.C, src/OptWinC.C,
	src/PickAliasWinC.C, src/PipeWinC.C, src/PrintWinC.C, src/Query.C,
	src/ReadPart.C, src/SaveMgrC.C, src/SendEdit.C, src/SendFile.C,
        src/SendInc.C, src/SumPrefWinC.C: Fixed implicit pointer casts.

2000-04-30 17:32  fnevgeny

	* hgl/RowCol.c: Added declarations of some _Xm* functions.

2000-04-30 17:19  fnevgeny

	* hgl/ButtonBox.c: A few cosmetic fixes.

2000-04-30 17:07  fnevgeny

	* hgl/: ButtonBox.c, ButtonBox.h, RowCol.c, RowCol.h, RowColP.h:
        Get rid of _NO_PROTO #ifdef's.

2000-04-27 21:27  fnevgeny

	* src/FileFolderC.C: Slightly simplified stat(v)fs stuff.

2000-04-27 21:22  fnevgeny

	* src/MailFile.C: Nothing special about Linux here.

2000-04-27 21:22  fnevgeny

	* src/SendWinP.C: A strange problem with
        XmRemoveFromPostFromList...

2000-04-27 21:21  fnevgeny

	* src/IshAppP.C: Streamlined gethostname() stuff.

2000-04-27 21:20  fnevgeny

	* src/: Fork.C, SafeSystem.C, ShellExp.C: vfork stuff to be handled
        by HAVE_VFORK_H and #define vfork as needed.

2000-04-27 21:18  fnevgeny

	* src/DictEditWinC.C: What was wrong with LINUX here?

2000-04-27 21:17  fnevgeny

	* hgl/MemMap.C: Seems like there is no need to define something
        special for Linux with regard to mmap() now...

2000-04-27 19:42  fnevgeny

	* hgl/VBoxC.C: Well, there is a problem (not sure it's
        Linux-specific, though...).

2000-04-27 18:16  fnevgeny

	* hgl/CharC.C: Replaced legacy #ifdef's with HAVE_SYSCONF and
        HAVE_GETPAGESIZE.

2000-04-27 18:15  fnevgeny

	* hgl/VBoxC.C: Can't see the problem under Linux with
        XmFontListFree()...

2000-04-27 17:39  fnevgeny

	* src/: FolderC.h, Fork.C, IshAppC.C: Removed legacy #ifdef's.

2000-04-27 17:39  fnevgeny

	* src/date.y: Replaced legacy #ifdef's with HAVE_GETTIMEOFDAY.

2000-04-27 17:38  fnevgeny

	* hgl/: Base.h, HalAppC.C, SignalCallsC.h, SignalRegistry.C,
	SignalRegistry.h, System.C: Signal stuff: replaced legacy #ifdef's
        with RETSIGTYPE.

2000-04-27 17:37  fnevgeny

	* hgl/SysErr.C: Replaced legacy #ifdef's with HAVE_STRERROR.

2000-04-27 17:36  fnevgeny

	* hgl/: StrCase.C, StrCase.h: Removed strncasecmp #ifdef's (the
        solution is postponed ...).

2000-04-27 17:16  fnevgeny

	* hgl/VItemC.C: A cosmetic change.

2000-04-27 16:04  fnevgeny

	* hgl/VBoxC.h, hgl/VItemC.C, hgl/ViewC.C, hgl/ViewC.h,
	src/SendEdit.C, src/SendInc.C, src/SendWinP.C: Fixed order of
        header file inclusions to work with Motif-2.*.

2000-04-25 18:46  fnevgeny

	* src/: IshAppC.C, IshAppC.h, IshAppP.C, IshAppP.h, License.C,
	License.h, MainFile.C, MainFolder.C, MainMsg.C, MainWinP.C,
	Make.dep, Makefile, ReadFile.C, ReadWinC.C, SendEdit.C, SendFile.C,
        SendWinC.C, SendWinP.C: Removed license-checking stuff.

2000-04-25 18:03  fnevgeny

	* Make.conf: Added the first argument ($(HGLSRC)) to all BUILD_*
        variables.

2000-04-25 18:01  fnevgeny

	* scripts/: build_dict_c, build_dict_h, build_list_c, build_list_h:
	All build_* scripts get $(HGLSRC) as their first argument. The
        previous sloppy guess of the directory removed.

2000-04-25 18:00  fnevgeny

	* hgl/.cvsignore: Added .cvsignore.

2000-04-25 17:59  fnevgeny

	* hgl/Makefile: Use $(BUILD_*) instead of $(SCRIPTS)/build_*.

2000-04-25 17:58  fnevgeny

	* hgl/: ODictC.meth, OListC.meth, PDictC.meth, PListC.meth: The GPL
        intro text was badly commented :-)

2000-04-25 17:50  fnevgeny

	* src/.cvsignore: Added .cvsignore.

2000-04-25 17:50  fnevgeny

	* src/: Makefile, date.h: date.h should NOT be generated by yacc...

2000-04-25 17:49  fnevgeny

	* src/date.y: Removed GPL notice (the file has no copyright
        explicitly stated).

2000-04-25 16:49  fnevgeny

	* Make.conf, Makefile, hgl/Base.h, hgl/BoolExpC.C, hgl/BoolExpC.h,
	hgl/BoolExpWinC.C, hgl/BoolExpWinC.h, hgl/ButtonBox.c,
	hgl/ButtonBox.h, hgl/ButtonBoxP.h, hgl/CallbackC.C,
	hgl/CallbackC.h, hgl/CharC.C, hgl/CharC.h, hgl/ColumnC.h,
	hgl/ExpElemC.C, hgl/ExpElemC.h, hgl/FieldC.h, hgl/FieldViewC.C,
	hgl/FieldViewC.h, hgl/FiltDialogC.C, hgl/FiltDialogC.h,
	hgl/FindDialogC.C, hgl/FindDialogC.h, hgl/FontChooserC.C,
	hgl/FontChooserC.h, hgl/FontDataC.C, hgl/FontDataC.h,
	hgl/ForceDialog.C, hgl/ForceDialog.h, hgl/HalAppC.C, hgl/HalAppC.h,
	hgl/HalDialogC.C, hgl/HalDialogC.h, hgl/HalMainWinC.C,
	hgl/HalMainWinC.h, hgl/HalShellC.C, hgl/HalShellC.h,
	hgl/HalTopLevelC.C, hgl/HalTopLevelC.h, hgl/HelpC.C, hgl/HelpC.h,
	hgl/HelpDbC.C, hgl/HelpDbC.h, hgl/HelpResWinC.C, hgl/HelpResWinC.h,
	hgl/HglResources.h, hgl/IconC.C, hgl/IconC.h, hgl/IconDataC.C,
	hgl/IconDataC.h, hgl/IconViewC.C, hgl/IconViewC.h, hgl/Imakefile,
	hgl/ItemDataC.h, hgl/JoyStickC.C, hgl/JoyStickC.h,
	hgl/LabelDataC.h, hgl/LgIconViewC.C, hgl/LgIconViewC.h,
	hgl/ListBoxC.C, hgl/ListBoxC.h, hgl/Make.dep, hgl/Makefile,
	hgl/MatrixC.h, hgl/MemMap.C, hgl/MemMap.h, hgl/MimeRichTextC.h,
	hgl/MimeRichTextDraw.C, hgl/MimeRichTextEdit.C,
	hgl/MimeRichTextInit.C, hgl/MimeRichTextP.h,
	hgl/MimeRichTextSelect.C, hgl/ODictC.clas, hgl/ODictC.h,
	hgl/ODictC.meth, hgl/ODictCEntry.clas, hgl/OListC.clas,
	hgl/OListC.h, hgl/OListC.meth, hgl/PDictC.clas, hgl/PDictC.h,
	hgl/PDictC.meth, hgl/PDictCEntry.clas, hgl/PListC.clas,
	hgl/PListC.h, hgl/PListC.meth, hgl/PixmapC.C, hgl/PixmapC.h,
	hgl/PtrDictC.C, hgl/PtrDictC.h, hgl/PtrList2.C, hgl/PtrList2.h,
	hgl/PtrT.h, hgl/RangeC.h, hgl/RectC.h, hgl/RegexC.C, hgl/RegexC.h,
	hgl/RichSearchWinC.C, hgl/RichSearchWinC.h, hgl/RowCol.c,
	hgl/RowCol.h, hgl/RowColC.C, hgl/RowColC.h, hgl/RowColChildC.C,
	hgl/RowColChildC.h, hgl/RowColP.h, hgl/RowOrColC.C,
	hgl/RowOrColC.h, hgl/Shadow.C, hgl/Shadow.h, hgl/SignalCallsC.h,
	hgl/SignalRegistry.C, hgl/SignalRegistry.h, hgl/SmIconViewC.C,
	hgl/SmIconViewC.h, hgl/SortDialogC.C, hgl/SortDialogC.h,
	hgl/SortElemC.h, hgl/SortExpWinC.C, hgl/SortExpWinC.h,
	hgl/SortKeyC.h, hgl/StrCase.C, hgl/StrCase.h, hgl/StringC.C,
	hgl/StringC.h, hgl/SysErr.C, hgl/SysErr.h, hgl/System.C,
	hgl/System.h, hgl/file.xbm, hgl/gray.xbm, hgl/green.xpm,
	hgl/red.xpm, hgl/sm_file.xbm, hgl/yellow.xpm, hgl/TBoxC.C,
	hgl/TBoxC.h, hgl/TextMisc.C, hgl/TextMisc.h, hgl/VBoxC.C,
	hgl/VBoxC.h, hgl/VItemC.C, hgl/VItemC.h, hgl/ViewC.C, hgl/ViewC.h,
	hgl/WArgList.h, hgl/WXmString.h, hgl/WorkingBoxC.C,
	hgl/WorkingBoxC.h, hgl/WorkingXbm.h, hgl/olias.h, hgl/regex.c,
	hgl/regex.h, hgl/rsrc.C, hgl/rsrc.h, scripts/build_dict_c,
	scripts/build_dict_h, scripts/build_list_c, scripts/build_list_h,
	scripts/mkincl, scripts/pstrip, scripts/update-version,
	src/AddrMisc.C, src/AddrMisc.h, src/AddressC.C, src/AddressC.h,
	src/AlertPrefC.C, src/AlertPrefC.h, src/AlertPrefWinC.C,
	src/AlertPrefWinC.h, src/AliasPrefC.C, src/AliasPrefC.h,
	src/AliasPrefWinC.C, src/AliasPrefWinC.h, src/AppPrefC.C,
	src/AppPrefC.h, src/AppPrefWinC.C, src/AppPrefWinC.h,
	src/AutoFilePrefC.C, src/AutoFilePrefC.h, src/AutoFileWinC.C,
	src/AutoFileWinC.h, src/Base64.C, src/Base64.h, src/ButtPrefWinC.C,
	src/ButtPrefWinC.h, src/ButtonEditWinC.C, src/ButtonEditWinC.h,
	src/ButtonEntryC.C, src/ButtonEntryC.h, src/ButtonMgrC.C,
	src/ButtonMgrC.h, src/CompPrefC.C, src/CompPrefC.h,
	src/CompPrefWinC.C, src/CompPrefWinC.h, src/ComplexImapFindWinC.C,
	src/ComplexImapFindWinC.h, src/ComplexMsgFindWinC.C,
	src/ComplexMsgFindWinC.h, src/ConfPrefC.C, src/ConfPrefC.h,
	src/ConfPrefWinC.C, src/ConfPrefWinC.h, src/DictEditWinC.C,
	src/DictEditWinC.h, src/EntryEditWinC.C, src/EntryEditWinC.h,
	src/FileChooserWinC.C, src/FileChooserWinC.h, src/FileFolderC.C,
	src/FileFolderC.h, src/FileMisc.C, src/FileMisc.h, src/FileMsgC.C,
	src/FileMsgC.h, src/FilePartMsgC.C, src/FilePartMsgC.h,
	src/FolderC.C, src/FolderC.h, src/FolderPrefC.C, src/FolderPrefC.h,
	src/FolderPrefWinC.C, src/FolderPrefWinC.h, src/FontPrefC.C,
	src/FontPrefC.h, src/FontPrefWinC.C, src/FontPrefWinC.h,
	src/Fork.C, src/Fork.h, src/HeadPrefC.C, src/HeadPrefC.h,
	src/HeadPrefWinC.C, src/HeadPrefWinC.h, src/HeaderC.C,
	src/HeaderC.h, src/HeaderValC.C, src/HeaderValC.h, src/IconPrefC.C,
	src/IconPrefC.h, src/IconPrefWinC.C, src/IconPrefWinC.h,
	src/ImapFolderC.C, src/ImapFolderC.h, src/ImapMisc.C,
	src/ImapMisc.h, src/ImapMsgC.C, src/ImapMsgC.h, src/ImapServerC.C,
	src/ImapServerC.h, src/IncludeWinC.C, src/IncludeWinC.h,
	src/IshAppC.C, src/IshAppC.h, src/IshAppP.C, src/IshAppP.h,
	src/License.C, src/License.h, src/LocalTextWinC.C,
	src/LocalTextWinC.h, src/LoginWinC.C, src/LoginWinC.h,
	src/MailFile.C, src/MailFile.h, src/MailPrefC.C, src/MailPrefC.h,
	src/MailPrefWinC.C, src/MailPrefWinC.h, src/MailSortKeyC.C,
	src/MailSortKeyC.h, src/Mailcap.C, src/Mailcap.h, src/MailcapC.C,
	src/MailcapC.h, src/MainButtPrefC.C, src/MainButtPrefC.h,
	src/MainButtWinC.C, src/MainButtWinC.h, src/MainFile.C,
	src/MainFolder.C, src/MainMsg.C, src/MainOpt.C, src/MainWinC.C,
	src/MainWinC.h, src/MainWinP.C, src/MainWinP.h, src/Makefile,
	src/MhFolderC.C, src/MhFolderC.h, src/MhMsgC.C, src/MhMsgC.h,
	src/MimeEncode.C, src/MimeEncode.h, src/MimeIconC.C,
	src/MimeIconC.h, src/MimeTypes.C, src/MimeTypes.h, src/Misc.C,
	src/Misc.h, src/MmdfFolderC.C, src/MmdfFolderC.h, src/MmdfMsgC.C,
	src/MmdfMsgC.h, src/MsgC.C, src/MsgC.h, src/MsgFindExp.C,
	src/MsgFindExp.h, src/MsgFindWinC.C, src/MsgFindWinC.h,
	src/MsgItemC.C, src/MsgItemC.h, src/MsgPartC.C, src/MsgPartC.h,
	src/MsgStatus.h, src/OptWinC.C, src/OptWinC.h, src/ParamC.C,
	src/ParamC.h, src/PartialMsgC.C, src/PartialMsgC.h,
	src/PickAliasWinC.C, src/PickAliasWinC.h, src/PipeWinC.C,
	src/PipeWinC.h, src/PrefC.C, src/PrefC.h, src/PrintWinC.C,
	src/PrintWinC.h, src/Query.C, src/Query.h, src/QuickMenu.C,
	src/QuickMenu.h, src/QuotedP.C, src/QuotedP.h, src/ReadButtPrefC.C,
	src/ReadButtPrefC.h, src/ReadButtWinC.C, src/ReadButtWinC.h,
	src/ReadFile.C, src/ReadIconC.C, src/ReadIconC.h, src/ReadOpt.C,
	src/ReadPart.C, src/ReadPrefC.C, src/ReadPrefC.h,
	src/ReadPrefWinC.C, src/ReadPrefWinC.h, src/ReadReply.C,
	src/ReadWinC.C, src/ReadWinC.h, src/ReadWinP.C, src/ReadWinP.h,
	src/ReplyPrefC.C, src/ReplyPrefC.h, src/ReplyPrefWinC.C,
	src/ReplyPrefWinC.h, src/SafeSystem.C, src/SafeSystem.h,
	src/SaveMgrC.C, src/SaveMgrC.h, src/SavePrefC.C, src/SavePrefC.h,
	src/SavePrefWinC.C, src/SavePrefWinC.h, src/SendButtPrefC.C,
	src/SendButtPrefC.h, src/SendButtWinC.C, src/SendButtWinC.h,
	src/SendEdit.C, src/SendFile.C, src/SendIconC.C, src/SendIconC.h,
	src/SendInc.C, src/SendMisc.C, src/SendMisc.h, src/SendOpt.C,
	src/SendWinC.C, src/SendWinC.h, src/SendWinP.C, src/SendWinP.h,
	src/ShellExp.C, src/ShellExp.h, src/SigPrefC.C, src/SigPrefC.h,
	src/SigPrefWinC.C, src/SigPrefWinC.h, src/SortMgrC.C,
	src/SortMgrC.h, src/SortPrefC.C, src/SortPrefC.h,
	src/SortPrefWinC.C, src/SortPrefWinC.h, src/SumFieldC.C,
	src/SumFieldC.h, src/SumPrefC.C, src/SumPrefC.h, src/SumPrefWinC.C,
	src/SumPrefWinC.h, src/TermFn.h, src/UndelWinC.C, src/UndelWinC.h,
	src/UnixFolderC.C, src/UnixFolderC.h, src/UnixMsgC.C,
	src/UnixMsgC.h, src/checksum.c, src/checksum.h, src/date.y,
	src/sm-system-closed-new-mail.xpm,
	src/sm-system-closed-no-mail.xpm, src/sm-system-open-new-mail.xpm,
	src/sm-user-open-no-mail.xpm, src/system-closed-new-mail.xpm,
	src/system-closed-no-mail.xpm, src/system-open-new-mail.xpm,
	src/system-open-no-mail.xpm, src/user-closed-new-mail.xpm,
	src/user-closed-no-mail.xpm, src/user-open-new-mail.xpm,
	src/user-open-no-mail.xpm, utils/Makefile, utils/et2ps.c,
	utils/paginate.ps.verbose, utils/rt2ps.c, src/Make.dep,
	src/composition.xpm, src/current_mail.xpm, src/current_mime.xpm,
	src/deleted_mail.xpm, src/deleted_mime.xpm, src/edit.C, src/edit.h,
	src/getadate.c, src/ishmail.xpm, src/ishmail_error.xpm,
	src/ishmail_info.xpm, src/ishmail_question.xpm,
	src/ishmail_warning.xpm, src/main.C, src/new_mail.xpm,
	src/new_mime.xpm, src/partial_mime.xpm, src/prolog.h,
	src/read_mail.xpm, src/read_mime.xpm, src/reading.xpm,
	src/saved_mail.xpm, src/saved_mime.xpm,
	src/sm-system-open-no-mail.xpm, src/sm-user-closed-new-mail.xpm,
	src/sm-user-closed-no-mail.xpm, src/sm-user-open-new-mail.xpm,
	src/sun2mime.c, src/sun2mime.h, src/unread_mail.xpm,
        src/unread_mime.xpm, src/version.C: Initial revision

