mit-scheme.git
23 years agoAdd state to look for line starting with NON-BASE64 character, and
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.

23 years agoForgot to supply buffer in which to do local variable bindings.
Chris Hanson [Tue, 6 Feb 2001 04:30:29 +0000 (04:30 +0000)]
Forgot to supply buffer in which to do local variable bindings.

23 years agoNew code to do Debian changelogs.
Chris Hanson [Tue, 6 Feb 2001 04:19:13 +0000 (04:19 +0000)]
New code to do Debian changelogs.

23 years agoAdd command debian-changelog-mode. Fix bugs; code now appears to work.
Chris Hanson [Mon, 5 Feb 2001 21:48:37 +0000 (21:48 +0000)]
Add command debian-changelog-mode.  Fix bugs; code now appears to work.

23 years agoGrumble. Messing around while debugging problems caused by
Chris Hanson [Mon, 5 Feb 2001 21:47:30 +0000 (21:47 +0000)]
Grumble.  Messing around while debugging problems caused by
incorrectly built bands.

23 years agoReengineer compilation of character set notation.
Chris Hanson [Mon, 5 Feb 2001 20:08:15 +0000 (20:08 +0000)]
Reengineer compilation of character set notation.

23 years agoCHAR-SET:NOT-01 must be first set defined so that error checks on
Chris Hanson [Mon, 5 Feb 2001 19:20:12 +0000 (19:20 +0000)]
CHAR-SET:NOT-01 must be first set defined so that error checks on
other calls will work right.

23 years agoNew code to do Debian changelogs.
Chris Hanson [Mon, 5 Feb 2001 18:55:56 +0000 (18:55 +0000)]
New code to do Debian changelogs.

23 years agoCHAR-SET:NOT-NUMERIC now defined by runtime system.
Chris Hanson [Mon, 5 Feb 2001 18:36:08 +0000 (18:36 +0000)]
CHAR-SET:NOT-NUMERIC now defined by runtime system.

23 years agoCHAR-SET:NOT-GRAPHIC now defined by runtime system.
Chris Hanson [Mon, 5 Feb 2001 18:34:54 +0000 (18:34 +0000)]
CHAR-SET:NOT-GRAPHIC now defined by runtime system.

23 years agoAdd inversions for all standard character sets.
Chris Hanson [Mon, 5 Feb 2001 18:33:19 +0000 (18:33 +0000)]
Add inversions for all standard character sets.

23 years agoUpdate copyright dates.
Chris Hanson [Mon, 5 Feb 2001 18:16:07 +0000 (18:16 +0000)]
Update copyright dates.

23 years agoNew procedure RE-MATCH-EXTRACT-STRING.
Chris Hanson [Mon, 5 Feb 2001 18:14:54 +0000 (18:14 +0000)]
New procedure RE-MATCH-EXTRACT-STRING.

23 years agoAdd procedures to access the user's email-address info.
Chris Hanson [Mon, 5 Feb 2001 17:45:42 +0000 (17:45 +0000)]
Add procedures to access the user's email-address info.

23 years agoAllow names vectors to be sparse. Newer versions of mhash don't use
Chris Hanson [Mon, 29 Jan 2001 19:32:57 +0000 (19:32 +0000)]
Allow names vectors to be sparse.  Newer versions of mhash don't use
the index space densely.

23 years agoKEY<? must be able to handle Edwin variables as well as symbols.
Chris Hanson [Fri, 26 Jan 2001 03:18:51 +0000 (03:18 +0000)]
KEY<? must be able to handle Edwin variables as well as symbols.

23 years agoAllow keys to be Edwin variables too.
Chris Hanson [Thu, 25 Jan 2001 04:44:41 +0000 (04:44 +0000)]
Allow keys to be Edwin variables too.

23 years agoAllow a variable value to be stored in a region as a text property.
Chris Hanson [Thu, 25 Jan 2001 00:16:39 +0000 (00:16 +0000)]
Allow a variable value to be stored in a region as a text property.

23 years agoAdd command imail-toggle-wrap-entity. Change all toggle commands to
Chris Hanson [Thu, 25 Jan 2001 00:15:55 +0000 (00:15 +0000)]
Add command imail-toggle-wrap-entity.  Change all toggle commands to
be under C-c C-t.

23 years agoUse new MIME-BODY-ENCLOSED? and SPECIFIC-PROPERTY-REGION to properly
Chris Hanson [Wed, 24 Jan 2001 22:53:47 +0000 (22:53 +0000)]
Use new MIME-BODY-ENCLOSED? and SPECIFIC-PROPERTY-REGION to properly
compute the buffer region associated with a compound MIME entity.  The
problem is that the IMAIL-MIME-INFO text property associated with
parts of the region will be that of subentities of the entity, so it's
necessary to use the enclosure information to determine this.

23 years agoModify mime-body datatypes to have a pointer to the enclosing entity.
Chris Hanson [Wed, 24 Jan 2001 22:51:43 +0000 (22:51 +0000)]
Modify mime-body datatypes to have a pointer to the enclosing entity.

23 years agoModify mime-body datatypes to have a pointer to the enclosing entity.
Chris Hanson [Wed, 24 Jan 2001 22:51:35 +0000 (22:51 +0000)]
Modify mime-body datatypes to have a pointer to the enclosing entity.

23 years agoGeneralize SPECIFIC-PROPERTY-REGION to allow the user to supply an
Chris Hanson [Wed, 24 Jan 2001 22:42:33 +0000 (22:42 +0000)]
Generalize SPECIFIC-PROPERTY-REGION to allow the user to supply an
equivalence predicate.

23 years agoDon't bind mouse commands to entity regions; just use single global
Chris Hanson [Wed, 24 Jan 2001 19:17:36 +0000 (19:17 +0000)]
Don't bind mouse commands to entity regions; just use single global
binding.

23 years agoWhen attaching MIME info to a region, don't overwrite sub-regions that
Chris Hanson [Wed, 24 Jan 2001 04:29:09 +0000 (04:29 +0000)]
When attaching MIME info to a region, don't overwrite sub-regions that
already have MIME info attached.

23 years agoChange REGION-PUT! to allow it to specify the optional argument to ADD-TEXT-PROPERTY.
Chris Hanson [Wed, 24 Jan 2001 04:28:21 +0000 (04:28 +0000)]
Change REGION-PUT! to allow it to specify the optional argument to ADD-TEXT-PROPERTY.

23 years agoAdd optional argument to ADD-TEXT-PROPERTY that allows it to add the
Chris Hanson [Wed, 24 Jan 2001 04:24:23 +0000 (04:24 +0000)]
Add optional argument to ADD-TEXT-PROPERTY that allows it to add the
property to a region without overwriting any existing sub-regions in
which the property is already bound.  Also: invert sense of predicate
passed to MODIFY-TEXT-PROPERTIES, so that it identifies the intervals
to be modified rather than those not to be modified.

23 years agoFix bug: UW IMAP sometimes returns multiple FETCH responses to a
Chris Hanson [Tue, 23 Jan 2001 05:15:41 +0000 (05:15 +0000)]
Fix bug: UW IMAP sometimes returns multiple FETCH responses to a
FETCH, while we were expecting just one with multiple attributes.  So
if there are multiple responses, merge them.

23 years agoDon't fetch ranges of the form "N:*" when N is greater than the length
Chris Hanson [Mon, 22 Jan 2001 18:38:11 +0000 (18:38 +0000)]
Don't fetch ranges of the form "N:*" when N is greater than the length
of the folder.  This causes an error to be signalled on UW IMAP
(although Cyrus accepts this and returns nothing).

23 years agoChange to add CVS tag to documentation and source files, and to use
Chris Hanson [Mon, 8 Jan 2001 20:52:20 +0000 (20:52 +0000)]
Change to add CVS tag to documentation and source files, and to use
CVS "export" command rather than "checkout".

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.