mit-scheme.git
23 years agoStrip off external-string wrapper before handing it to the microcode.
Chris Hanson [Sat, 6 Jan 2001 19:08:00 +0000 (19:08 +0000)]
Strip off external-string wrapper before handing it to the microcode.

23 years agoUpdate copyright date.
Chris Hanson [Sat, 6 Jan 2001 05:50:05 +0000 (05:50 +0000)]
Update copyright date.

23 years agoImplement new variable imail-summary-auto-select to allow the user to
Chris Hanson [Sat, 6 Jan 2001 05:49:18 +0000 (05:49 +0000)]
Implement new variable imail-summary-auto-select to allow the user to
move around in the summary buffer without automatically selecting
messages.  (Requested by Hal.)

23 years agoImplement new variable imail-summary-auto-select to allow the user to
Chris Hanson [Sat, 6 Jan 2001 05:48:48 +0000 (05:48 +0000)]
Implement new variable imail-summary-auto-select to allow the user to
move around in the summary buffer without automatically selecting
messages.  (Requested by Hal.)

23 years agoIncrement version to reflect recent changes.
Chris Hanson [Sat, 6 Jan 2001 05:46:40 +0000 (05:46 +0000)]
Increment version to reflect recent changes.

23 years agoFix bug: COMTAB-KEY-BINDINGS was signalling error when the given
Chris Hanson [Sat, 6 Jan 2001 05:45:42 +0000 (05:45 +0000)]
Fix bug: COMTAB-KEY-BINDINGS was signalling error when the given
command was bound to a mouse button.  Also, sort the result so that
the simplest kinds of keys appear first; this is usually what's wanted
when reverse-mapping a command for documentation.

23 years agoKludge in support for buttons in place where they might occur for help
Chris Hanson [Sat, 6 Jan 2001 05:37:43 +0000 (05:37 +0000)]
Kludge in support for buttons in place where they might occur for help
commands.  Buttons should really be merged into the special-key
mechanism.

23 years agoTry a different strategy for aliasing upper-case letters to lower-case
Chris Hanson [Sat, 6 Jan 2001 03:00:04 +0000 (03:00 +0000)]
Try a different strategy for aliasing upper-case letters to lower-case
ones: rather than creating explicit aliases, just look up both as
needed.

23 years agoUse new mail-notification mechanism in the notifier. This allows
Chris Hanson [Sat, 6 Jan 2001 02:37:02 +0000 (02:37 +0000)]
Use new mail-notification mechanism in the notifier.  This allows
IMAIL to coexist with the notifier.

23 years agoAdd procedure NOTIFIER:SET-MAIL-STRING! to allow an alternate mail
Chris Hanson [Sat, 6 Jan 2001 02:36:20 +0000 (02:36 +0000)]
Add procedure NOTIFIER:SET-MAIL-STRING! to allow an alternate mail
reader (e.g. IMAIL) to control mail notification.

23 years agoFix typo in ht_delete. Don't unnecessarily try to grow or shrink hash
Chris Hanson [Fri, 5 Jan 2001 20:43:06 +0000 (20:43 +0000)]
Fix typo in ht_delete.  Don't unnecessarily try to grow or shrink hash
table.

23 years agoPass external-string descriptor to substring-move-FOO! rather than
Chris Hanson [Fri, 5 Jan 2001 20:15:29 +0000 (20:15 +0000)]
Pass external-string descriptor to substring-move-FOO! rather than
runtime's wrapper.

23 years agoAdd operations for XSTRING (extended string) objects.
Chris Hanson [Fri, 5 Jan 2001 20:06:57 +0000 (20:06 +0000)]
Add operations for XSTRING (extended string) objects.

23 years agoImplement input port from external string.
Chris Hanson [Thu, 4 Jan 2001 23:24:21 +0000 (23:24 +0000)]
Implement input port from external string.

23 years agoAdd interface to external strings.
Chris Hanson [Thu, 4 Jan 2001 22:27:50 +0000 (22:27 +0000)]
Add interface to external strings.

23 years agoPrimitive names are supposed to be upper-case.
Chris Hanson [Thu, 4 Jan 2001 22:24:15 +0000 (22:24 +0000)]
Primitive names are supposed to be upper-case.

23 years agoImplement external-string mechanism for storing text data outside of
Chris Hanson [Thu, 4 Jan 2001 22:07:45 +0000 (22:07 +0000)]
Implement external-string mechanism for storing text data outside of
Scheme's heap.

23 years agoDocument changes to IMAIL version 1.8.
Chris Hanson [Fri, 29 Dec 2000 04:01:57 +0000 (04:01 +0000)]
Document changes to IMAIL version 1.8.

23 years agoDocument changes to IMAIL version 1.8.
Chris Hanson [Fri, 29 Dec 2000 03:56:18 +0000 (03:56 +0000)]
Document changes to IMAIL version 1.8.

23 years agoReimplement handling of MIME entities. Now all entities are (more or
Chris Hanson [Fri, 29 Dec 2000 03:40:32 +0000 (03:40 +0000)]
Reimplement handling of MIME entities.  Now all entities are (more or
less) well-formed XML, using the keyword "imail-part".  Presentation
of an entity is now consistent, whether it was originally shown inline
or out of line.  New option allows message digests to have their
messages show out of line.  imail-use-original-mime-boundaries
replaced by imail-mime-boundary-style; the latter additionally
supports a boundary that is an SGML comment.

23 years agoReimplement handling of MIME entities. Now all entities are (more or
Chris Hanson [Thu, 28 Dec 2000 05:45:12 +0000 (05:45 +0000)]
Reimplement handling of MIME entities.  Now all entities are (more or
less) well-formed XML, using the keyword "imail-part".  Presentation
of an entity is now consistent, whether it was originally shown inline
or out of line.  New option allows message digests to have their
messages show out of line.  imail-use-original-mime-boundaries
replaced by imail-mime-boundary-style; the latter additionally
supports a boundary that is an SGML comment.

23 years agoNot necessary to delete files before installing them.
Chris Hanson [Wed, 27 Dec 2000 18:26:32 +0000 (18:26 +0000)]
Not necessary to delete files before installing them.

23 years agoUse install rather than cp to copy files.
Chris Hanson [Mon, 25 Dec 2000 06:20:43 +0000 (06:20 +0000)]
Use install rather than cp to copy files.

23 years agoFix problem remaking symbolic links.
Chris Hanson [Mon, 25 Dec 2000 05:43:43 +0000 (05:43 +0000)]
Fix problem remaking symbolic links.

23 years agoFix problem remaking symbolic links.
Chris Hanson [Mon, 25 Dec 2000 05:35:49 +0000 (05:35 +0000)]
Fix problem remaking symbolic links.

23 years agoFix bug: C-g was not acting as interrupt character.
Chris Hanson [Mon, 25 Dec 2000 05:25:31 +0000 (05:25 +0000)]
Fix bug: C-g was not acting as interrupt character.

23 years agoCopy documentation change log into Texinfo source tree.
Chris Hanson [Sun, 24 Dec 2000 04:04:01 +0000 (04:04 +0000)]
Copy documentation change log into Texinfo source tree.

23 years agoUpdate for release 7.5.12.
Chris Hanson [Sun, 24 Dec 2000 03:59:37 +0000 (03:59 +0000)]
Update for release 7.5.12.

23 years agoAdd WIN32 option. Alphabetize options.
Chris Hanson [Sat, 23 Dec 2000 06:22:37 +0000 (06:22 +0000)]
Add WIN32 option.  Alphabetize options.

23 years agoUse "src/etc/optiondb.scm" for distribution, _not_ our hacked one.
Chris Hanson [Sat, 23 Dec 2000 06:04:02 +0000 (06:04 +0000)]
Use "src/etc/optiondb.scm" for distribution, _not_ our hacked one.

23 years agoUpdate for new release.
Chris Hanson [Sat, 23 Dec 2000 06:02:31 +0000 (06:02 +0000)]
Update for new release.

23 years agoUpdate to new GUARDED-SYSTEM-LOADER.
Chris Hanson [Sat, 23 Dec 2000 06:01:15 +0000 (06:01 +0000)]
Update to new GUARDED-SYSTEM-LOADER.

23 years agoUpdate for new release.
Chris Hanson [Sat, 23 Dec 2000 05:52:22 +0000 (05:52 +0000)]
Update for new release.

23 years agoUpdate for new release.
Chris Hanson [Sat, 23 Dec 2000 05:42:57 +0000 (05:42 +0000)]
Update for new release.

23 years agoAdd "install-info-gz" rule.
Chris Hanson [Sat, 23 Dec 2000 05:15:00 +0000 (05:15 +0000)]
Add "install-info-gz" rule.

23 years agoExtend "install-html" rule to install "index.html".
Chris Hanson [Sat, 23 Dec 2000 05:09:39 +0000 (05:09 +0000)]
Extend "install-html" rule to install "index.html".

23 years agoInitial revision.
Chris Hanson [Sat, 23 Dec 2000 05:08:40 +0000 (05:08 +0000)]
Initial revision.

23 years agoUpdate for new release.
Chris Hanson [Sat, 23 Dec 2000 04:36:58 +0000 (04:36 +0000)]
Update for new release.

23 years agoMust include unix-emulation header files. These were inadvertently
Chris Hanson [Sat, 23 Dec 2000 02:45:55 +0000 (02:45 +0000)]
Must include unix-emulation header files.  These were inadvertently
removed with the mktemp changes.

23 years agoCan't use -f test on symbolic links that point to directories.
Chris Hanson [Thu, 21 Dec 2000 22:01:56 +0000 (22:01 +0000)]
Can't use -f test on symbolic links that point to directories.

23 years agoDelete configured makefile in "distclean" rule.
Chris Hanson [Thu, 21 Dec 2000 21:56:23 +0000 (21:56 +0000)]
Delete configured makefile in "distclean" rule.

23 years agoInitial revision.
Chris Hanson [Thu, 21 Dec 2000 21:50:45 +0000 (21:50 +0000)]
Initial revision.

23 years agoDefine per-directory Makefiles with custom "install" rules for those
Chris Hanson [Thu, 21 Dec 2000 18:12:20 +0000 (18:12 +0000)]
Define per-directory Makefiles with custom "install" rules for those
directories that supply things to be installed.

23 years agoDocument a few new features, and finish documenting things that were
Chris Hanson [Thu, 21 Dec 2000 05:49:01 +0000 (05:49 +0000)]
Document a few new features, and finish documenting things that were
left out in the first round.  This is now nearly complete.

23 years agoChange highlighting so that only the date, subject, and author are
Chris Hanson [Thu, 21 Dec 2000 05:46:59 +0000 (05:46 +0000)]
Change highlighting so that only the date, subject, and author are
highlighted.  This makes it easier to see point.

23 years agoSet mode-line-process to a procedure value, so that the new mode line
Chris Hanson [Thu, 21 Dec 2000 05:05:00 +0000 (05:05 +0000)]
Set mode-line-process to a procedure value, so that the new mode line
is computed only by need.

23 years agoFix problems with previous mode-line tweak by setting
Chris Hanson [Thu, 21 Dec 2000 05:00:25 +0000 (05:00 +0000)]
Fix problems with previous mode-line tweak by setting
mode-line-process to a procedure value that is called whenever the
mode line is generated.

23 years agoFix typo.
Chris Hanson [Thu, 21 Dec 2000 04:36:45 +0000 (04:36 +0000)]
Fix typo.

23 years agoChange imail-summary mode line to contain a connection-status
Chris Hanson [Thu, 21 Dec 2000 04:36:01 +0000 (04:36 +0000)]
Change imail-summary mode line to contain a connection-status
indicator.

23 years agoFix bug: make sure that "[New Mail]" marker is removed if the default
Chris Hanson [Thu, 21 Dec 2000 04:28:10 +0000 (04:28 +0000)]
Fix bug: make sure that "[New Mail]" marker is removed if the default
folder is deleted.

23 years agoFix problem with global mail notification: the code that decided
Chris Hanson [Thu, 21 Dec 2000 04:21:36 +0000 (04:21 +0000)]
Fix problem with global mail notification: the code that decided
whether to do this depended on the selected buffer.

23 years agoWrite down assorted things I've been thinking about.
Chris Hanson [Wed, 20 Dec 2000 07:18:25 +0000 (07:18 +0000)]
Write down assorted things I've been thinking about.

23 years agoCompress info files when installing them.
Chris Hanson [Tue, 19 Dec 2000 21:14:40 +0000 (21:14 +0000)]
Compress info files when installing them.

23 years agoMake sure that all cref files are built.
Chris Hanson [Tue, 19 Dec 2000 20:57:10 +0000 (20:57 +0000)]
Make sure that all cref files are built.

23 years agoRemove dependence of "install" on "all". This will eliminate
Chris Hanson [Tue, 19 Dec 2000 20:49:54 +0000 (20:49 +0000)]
Remove dependence of "install" on "all".  This will eliminate
gratuitous rebuilding of bands.

23 years agoMake sure that bands are written to output directory.
Chris Hanson [Tue, 19 Dec 2000 20:47:21 +0000 (20:47 +0000)]
Make sure that bands are written to output directory.

23 years agoIncrement release number.
Chris Hanson [Tue, 19 Dec 2000 18:56:14 +0000 (18:56 +0000)]
Increment release number.

23 years agoIncrement version to reflect recent changes.
Chris Hanson [Tue, 19 Dec 2000 18:55:03 +0000 (18:55 +0000)]
Increment version to reflect recent changes.

23 years agoChange M-x imail-quit again -- this time to reverse the meaning of the
Chris Hanson [Sat, 16 Dec 2000 06:12:42 +0000 (06:12 +0000)]
Change M-x imail-quit again -- this time to reverse the meaning of the
prefix argument.  Now the default is to quit from all folders.

23 years agoAdd prefix argument to M-x imail-quit that says to close _all_
Chris Hanson [Sat, 16 Dec 2000 05:45:34 +0000 (05:45 +0000)]
Add prefix argument to M-x imail-quit that says to close _all_
folders.

23 years agoDon't clean vax disassembler links for "distclean".
Chris Hanson [Sat, 9 Dec 2000 05:10:14 +0000 (05:10 +0000)]
Don't clean vax disassembler links for "distclean".

23 years agoClean up links to "gfdl.texinfo" that are made by configuration.
Chris Hanson [Sat, 9 Dec 2000 03:42:19 +0000 (03:42 +0000)]
Clean up links to "gfdl.texinfo" that are made by configuration.

23 years agoFix some broken formatting commands.
Chris Hanson [Fri, 8 Dec 2000 21:38:54 +0000 (21:38 +0000)]
Fix some broken formatting commands.

23 years agoFix some broken formatting commands.
Chris Hanson [Fri, 8 Dec 2000 21:32:34 +0000 (21:32 +0000)]
Fix some broken formatting commands.

23 years agoRewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 21:15:51 +0000 (21:15 +0000)]
Rewrite makefiles for new regime.

23 years agoRewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 21:01:23 +0000 (21:01 +0000)]
Rewrite makefiles for new regime.

23 years agoRewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 20:17:46 +0000 (20:17 +0000)]
Rewrite makefiles for new regime.

23 years agoRewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 20:14:24 +0000 (20:14 +0000)]
Rewrite makefiles for new regime.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:26:44 +0000 (19:26 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:25:23 +0000 (19:25 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:23:39 +0000 (19:23 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:21:34 +0000 (19:21 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:19:23 +0000 (19:19 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:18:35 +0000 (19:18 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:17:37 +0000 (19:17 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:16:58 +0000 (19:16 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:12:36 +0000 (19:12 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:10:13 +0000 (19:10 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:07:28 +0000 (19:07 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 18:24:09 +0000 (18:24 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 18:15:46 +0000 (18:15 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 18:08:02 +0000 (18:08 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 17:56:34 +0000 (17:56 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 17:53:58 +0000 (17:53 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 17:47:19 +0000 (17:47 +0000)]
Use autoconf for top-level Makefile.

23 years agoUse autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 17:05:45 +0000 (17:05 +0000)]
Use autoconf for top-level Makefile.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 06:19:43 +0000 (06:19 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 06:12:52 +0000 (06:12 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 06:04:32 +0000 (06:04 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 05:53:17 +0000 (05:53 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 05:34:01 +0000 (05:34 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 05:12:15 +0000 (05:12 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoFix typo.
Chris Hanson [Fri, 8 Dec 2000 05:04:37 +0000 (05:04 +0000)]
Fix typo.

23 years agoRedesign the structure for setup and clean rules. New structure uses
Chris Hanson [Fri, 8 Dec 2000 04:52:44 +0000 (04:52 +0000)]
Redesign the structure for setup and clean rules.  New structure uses
shell scripts in each directory, which the makefiles refer to.  This
greatly simplifies the configuration code because it was getting too
painful to put complex shell scripts inside the makefiles.

23 years agoWhen "Makefile.deps" was moved to top level directory, Forgot to
Chris Hanson [Fri, 8 Dec 2000 02:52:14 +0000 (02:52 +0000)]
When "Makefile.deps" was moved to top level directory, Forgot to
change "maintainer-clean" rule.

23 years agoFix typo in previous change.
Chris Hanson [Thu, 7 Dec 2000 23:08:49 +0000 (23:08 +0000)]
Fix typo in previous change.

23 years agoDon't need to create "runtime-check" anymore; using a different
Chris Hanson [Thu, 7 Dec 2000 23:06:27 +0000 (23:06 +0000)]
Don't need to create "runtime-check" anymore; using a different
strategy.

23 years agoInitial revision.
Chris Hanson [Thu, 7 Dec 2000 23:04:36 +0000 (23:04 +0000)]
Initial revision.

23 years agoInitial revision.
Chris Hanson [Thu, 7 Dec 2000 22:59:28 +0000 (22:59 +0000)]
Initial revision.

23 years agoFix spurious errors from deleting non-existent files.
Chris Hanson [Thu, 7 Dec 2000 22:56:18 +0000 (22:56 +0000)]
Fix spurious errors from deleting non-existent files.