Chris Hanson [Mon, 19 Mar 2001 19:33:06 +0000 (19:33 +0000)]
Extend use of external-string storage to all file folders. Don't
pre-compute message headers; compute them on the fly from the external
string when needed.
Chris Hanson [Mon, 19 Mar 2001 19:31:12 +0000 (19:31 +0000)]
Generalize IMAIL-UI:PROGRESS-METER to be able to show progress when
total number of items isn't known. Memoize value computed by
COUNT-UNSEEN-MESSAGES, to speed up navigation in very large folders.
Chris Hanson [Sun, 18 Mar 2001 06:47:48 +0000 (06:47 +0000)]
Change implementation of Rmail folders to keep a copy of the Rmail
file in an external string, and to refer to the message bodies using
index pairs into the string. This change should allow Scheme to
handle much larger Rmail folders.
Chris Hanson [Sun, 18 Mar 2001 06:27:49 +0000 (06:27 +0000)]
Change implementation of Rmail folders to keep a copy of the Rmail
file in an external string, and to refer to the message bodies using
index pairs into the string. This change should allow Scheme to
handle much larger Rmail folders.
Chris Hanson [Sun, 18 Mar 2001 06:26:13 +0000 (06:26 +0000)]
Change implementation of Rmail folders to keep a copy of the Rmail
file in an external string, and to refer to the message bodies using
index pairs into the string. This change should allow Scheme to
handle much larger Rmail folders.
Chris Hanson [Fri, 16 Mar 2001 21:54:31 +0000 (21:54 +0000)]
Rewrite to generate the finished message into a temporary file rather
than a buffer. This allows the sending of attachments that are too
large to fit into memory.
Also rework the attachment interface slightly to simplify the choices
presented to the user when the MIME type of a file can't be determined
automatically.
Chris Hanson [Fri, 16 Mar 2001 20:17:51 +0000 (20:17 +0000)]
Rewrite debugging-info directory on option files; they are sometimes
loaded while building the system but must refer to debugging info in
it's installed location.
Chris Hanson [Thu, 8 Mar 2001 18:01:45 +0000 (18:01 +0000)]
Major cleanup: eliminate dead code from HP-UX and AIX; simplify
interfaces; generate meaningful errors when possible using new
error-signalling mechanism.
Chris Hanson [Thu, 8 Mar 2001 06:28:54 +0000 (06:28 +0000)]
Add support for loading crypto code as shared libraries. This allows
a package to be distributed that will work even if the target machine
doesn't have the required libraries installed. It also allows us to
leave MIT Scheme in Debian's "main" section while still providing
crypto support.
Chris Hanson [Mon, 5 Mar 2001 20:49:02 +0000 (20:49 +0000)]
If image directory exists, just use it. This works around a problem
that has been causing the build to fail after the image is built but
before the tar files are written.
Chris Hanson [Sat, 3 Mar 2001 05:28:05 +0000 (05:28 +0000)]
Don't copy precompiled binaries to the output files. Instead unpack
the source archive and build the binaries from source. This is
partially necessary because we want to compile the microcode in a
portable way. The locally-compiled microcode is dynamically linked to
libraries that might not be available on all target systems.
Chris Hanson [Sat, 3 Mar 2001 05:25:41 +0000 (05:25 +0000)]
Make tar and zip copies of all documentation archives. Don't generate
archive for texinfo format; that will now be included in the main
source archive.
Chris Hanson [Sat, 3 Mar 2001 05:17:36 +0000 (05:17 +0000)]
Don't even try to use <termcap.h>. If we're using ncurses, don't
override the definitions in <term.h>, but do supply definitions for
things not defined there. Add abstract speed_t type, which is defined
in recent <termios.h> files.
Chris Hanson [Sat, 3 Mar 2001 02:01:21 +0000 (02:01 +0000)]
Don't use <termcap.h> for ncurses; instead use <curses.h> and <term.h>
as specified in the documentation (doh!). Hopefully this will
eliminate the problem on RH7.
Chris Hanson [Fri, 23 Feb 2001 04:36:46 +0000 (04:36 +0000)]
Change names of Info files so that they have "mit-scheme-" prefix.
This allows them to appear in a common shared directory and not
conflict with other programs.
Chris Hanson [Thu, 8 Feb 2001 17:16:05 +0000 (17:16 +0000)]
Add state to look for line starting with NON-BASE64 character, and
stop decoding there. This works around problem that arises when
mail-processing agents (e.g. mailman) randomly glue text on the end of
a MIME message.