mit-scheme.git
24 years agoExtensive redesign of OPERATE-ON-INDIVIDUAL-PARAGRAPHS, to treat
Chris Hanson [Wed, 6 Sep 2000 16:37:15 +0000 (16:37 +0000)]
Extensive redesign of OPERATE-ON-INDIVIDUAL-PARAGRAPHS, to treat
regions with different fill prefixes as separate paragraphs.  This is
similar to what Emacs does but not exactly the same: we are more
strict about noticing prefix changes.

24 years agoTweak adaptive-fill-regexp so that it accepts prefixes of the form "> >".
Chris Hanson [Wed, 6 Sep 2000 15:22:30 +0000 (15:22 +0000)]
Tweak adaptive-fill-regexp so that it accepts prefixes of the form "> >".

24 years agoExtensive redesign of OPERATE-ON-INDIVIDUAL-PARAGRAPHS, to treat
Chris Hanson [Wed, 6 Sep 2000 15:21:39 +0000 (15:21 +0000)]
Extensive redesign of OPERATE-ON-INDIVIDUAL-PARAGRAPHS, to treat
regions with different fill prefixes as separate paragraphs.  This is
similar to what Emacs does but not exactly the same: we are more
strict about noticing prefix changes.

24 years agoChange paragraph-separate and paragraph-start so that they will work
Chris Hanson [Wed, 6 Sep 2000 15:15:46 +0000 (15:15 +0000)]
Change paragraph-separate and paragraph-start so that they will work
when not at a line start.  This is necessary so that they interact
properly with fill prefixes.

24 years agoUndo previous change -- it wasn't equivalent code.
Chris Hanson [Wed, 6 Sep 2000 04:01:05 +0000 (04:01 +0000)]
Undo previous change -- it wasn't equivalent code.

24 years agoSimplify overly-complex logic.
Chris Hanson [Wed, 6 Sep 2000 03:47:55 +0000 (03:47 +0000)]
Simplify overly-complex logic.

24 years agoChange quotation example to reflect exact output from MIT Scheme.
Chris Hanson [Tue, 5 Sep 2000 00:10:45 +0000 (00:10 +0000)]
Change quotation example to reflect exact output from MIT Scheme.

24 years agoChange VC-BACKEND-LOCKING-USER so that it doesn't call
Chris Hanson [Mon, 21 Aug 2000 04:55:34 +0000 (04:55 +0000)]
Change VC-BACKEND-LOCKING-USER so that it doesn't call
VC-WORKFILE-MODIFIED?.  The problem is that the latter can call
VC-BACKEND-DIFF, which requires access to the CVS server.  However,
since VC-BACKEND-LOCKING-USER is called by VC-MODE-LINE, this meant
that every time the mode-line changed, we had to probe the server.
This patch eliminates that requirement.

The patch also tries to notice the results of user-initiated diffs,
and update the mode-line's idea of whether the file is modified.
However, Emacs doesn't seem to behave quite the same way.  Maybe this
is a bad idea and should be reverted.

24 years agoNow need regular expressions.
Chris Hanson [Sun, 20 Aug 2000 04:10:57 +0000 (04:10 +0000)]
Now need regular expressions.

24 years agoAdd code to strip off remote-repository prefix in "CVS/Root" files.
Chris Hanson [Sun, 20 Aug 2000 04:08:56 +0000 (04:08 +0000)]
Add code to strip off remote-repository prefix in "CVS/Root" files.
This assumes that the repository is actually local but is being
accessed using a remote mechanism.

The right thing to do might be to generate the log using cvs and then
merge it, but this is quite a pain.

24 years agoAdd loaders for SOS and IMAIL.
Chris Hanson [Fri, 18 Aug 2000 20:23:03 +0000 (20:23 +0000)]
Add loaders for SOS and IMAIL.

24 years agoEliminate use of absolute pathnames in CVS commands; this precludes
Chris Hanson [Fri, 18 Aug 2000 20:22:38 +0000 (20:22 +0000)]
Eliminate use of absolute pathnames in CVS commands; this precludes
use of remote access methods.

24 years agoMust run "os2pm.scm" before making tags in microcode directory.
Chris Hanson [Fri, 18 Aug 2000 20:03:08 +0000 (20:03 +0000)]
Must run "os2pm.scm" before making tags in microcode directory.

24 years agoAdd imail.
Chris Hanson [Fri, 18 Aug 2000 19:33:24 +0000 (19:33 +0000)]
Add imail.

24 years agoAdd imail.
Chris Hanson [Fri, 18 Aug 2000 19:32:02 +0000 (19:32 +0000)]
Add imail.

24 years agoFix bug: copying messages from IMAP folder to umail folder didn't
Chris Hanson [Fri, 18 Aug 2000 16:55:20 +0000 (16:55 +0000)]
Fix bug: copying messages from IMAP folder to umail folder didn't
work, because that operation depended on being able to get the message
body as a string.  But the operation that provided the message body in
that format was eliminated.

24 years agoDon't use POLLNORM; use POLLIN instead.
Chris Hanson [Fri, 18 Aug 2000 15:51:41 +0000 (15:51 +0000)]
Don't use POLLNORM; use POLLIN instead.

24 years agoFix bug: directory node wasn't being correctly recorded in the info
Chris Hanson [Mon, 7 Aug 2000 02:36:23 +0000 (02:36 +0000)]
Fix bug: directory node wasn't being correctly recorded in the info
history, causing the l command to fail.

24 years agoChanged key binding of imail-summary-select-message to #\e.
Chris Hanson [Mon, 7 Aug 2000 01:37:19 +0000 (01:37 +0000)]
Changed key binding of imail-summary-select-message to #\e.

24 years agoUpdate version to reflect changes to imail-summary keyboard bindings.
Chris Hanson [Mon, 7 Aug 2000 01:36:40 +0000 (01:36 +0000)]
Update version to reflect changes to imail-summary keyboard bindings.

24 years agoFix scrolling in summary buffer to be more like that of Rmail. Move
Chris Hanson [Mon, 7 Aug 2000 01:32:25 +0000 (01:32 +0000)]
Fix scrolling in summary buffer to be more like that of Rmail.  Move
M-x imail-summary-select-message to #\e rather than #\space, since
#\space and #\rubout are needed by the scrolling commands.

24 years agoFix over-long pages.
Chris Hanson [Sat, 5 Aug 2000 02:00:10 +0000 (02:00 +0000)]
Fix over-long pages.

24 years agoAdd new folder operation, PRELOAD-FOLDER-OUTLINES, which is a hint to
Chris Hanson [Sat, 5 Aug 2000 01:53:54 +0000 (01:53 +0000)]
Add new folder operation, PRELOAD-FOLDER-OUTLINES, which is a hint to
the folder implementation that the front end is about to request
header and length information for all messages in the folder.  This
allows the folder to choose a more-optimal download strategy.  The
operation is invoked by the folder-summary code.

Ad-hoc testing indicates that this has a qualitative effect on
performance for folders containing about 100 or more messages.

24 years agoAdditional optimization: load flags with UIDs in initial download.
Chris Hanson [Wed, 2 Aug 2000 13:15:27 +0000 (13:15 +0000)]
Additional optimization: load flags with UIDs in initial download.

24 years agoChange slot reflectors: previously we loaded flags, length, and
Chris Hanson [Wed, 2 Aug 2000 13:13:26 +0000 (13:13 +0000)]
Change slot reflectors: previously we loaded flags, length, and
headers for all messages when opening a folder and displaying it.
This took a long time for medium-sized folders.  Now, load each of
these components separately.  In particular, only the flags are needed
for most messages, so this considerably speeds up the initial load.

24 years agoChange POP-UP-BUFFER in several ways: (1) SELECT? argument is now
Chris Hanson [Fri, 28 Jul 2000 15:25:50 +0000 (15:25 +0000)]
Change POP-UP-BUFFER in several ways: (1) SELECT? argument is now
required; (2) optional argument NOT-CURRENT-WINDOW? has been replaced
by a list of option symbols; (3) when popping into an existing window,
if it's the previously popped-up window, it's returned.

24 years agoChange POP-UP-BUFFER in several ways: (1) SELECT? argument is now
Chris Hanson [Fri, 28 Jul 2000 15:15:38 +0000 (15:15 +0000)]
Change POP-UP-BUFFER in several ways: (1) SELECT? argument is now
required; (2) optional argument NOT-CURRENT-WINDOW? has been replaced
by a list of option symbols; (3) when popping into an existing window,
if it's the previously popped-up window, it's returned.

24 years agoDon't generate .dvi files; do generate .pdf files.
Chris Hanson [Wed, 26 Jul 2000 16:48:19 +0000 (16:48 +0000)]
Don't generate .dvi files; do generate .pdf files.

24 years agoUse "cpx -h" to do copying; some files are now symlinks that should be
Chris Hanson [Wed, 26 Jul 2000 16:46:56 +0000 (16:46 +0000)]
Use "cpx -h" to do copying; some files are now symlinks that should be
dereferenced.

24 years agoFinish last section of Commands chapter. The manual is now
Chris Hanson [Wed, 26 Jul 2000 16:36:56 +0000 (16:36 +0000)]
Finish last section of Commands chapter.  The manual is now
more-or-less complete.

24 years agoFix broken spacing around example.
Chris Hanson [Wed, 26 Jul 2000 03:36:56 +0000 (03:36 +0000)]
Fix broken spacing around example.

24 years agoUse @copyright.
Chris Hanson [Wed, 26 Jul 2000 03:30:14 +0000 (03:30 +0000)]
Use @copyright.

24 years agoNumerous small changes.
Chris Hanson [Wed, 26 Jul 2000 03:27:56 +0000 (03:27 +0000)]
Numerous small changes.

24 years agoFix rules: dependency on gfdl.texinfo shouldn't cause that filename to
Chris Hanson [Wed, 26 Jul 2000 03:02:51 +0000 (03:02 +0000)]
Fix rules: dependency on gfdl.texinfo shouldn't cause that filename to
appear in the command line.

24 years agoWrite section on Message Display.
Chris Hanson [Wed, 26 Jul 2000 02:55:50 +0000 (02:55 +0000)]
Write section on Message Display.

24 years agoAnother pass on the MIME section; all MIME commands are now documented.
Chris Hanson [Wed, 26 Jul 2000 02:29:14 +0000 (02:29 +0000)]
Another pass on the MIME section; all MIME commands are now documented.

24 years agoAdd gfdl.texinfo.
Chris Hanson [Mon, 24 Jul 2000 01:11:55 +0000 (01:11 +0000)]
Add gfdl.texinfo.

24 years agoAdd blank lines, which shouldn't matter, to work around bug in texi2html.
Chris Hanson [Mon, 24 Jul 2000 01:10:09 +0000 (01:10 +0000)]
Add blank lines, which shouldn't matter, to work around bug in texi2html.

24 years agoUpdate for IMAIL user's manual, and for change to top-level files.
Chris Hanson [Mon, 24 Jul 2000 01:04:48 +0000 (01:04 +0000)]
Update for IMAIL user's manual, and for change to top-level files.

24 years agoIntegrate more variables into the Commands chapter. First incomplete
Chris Hanson [Fri, 21 Jul 2000 20:51:37 +0000 (20:51 +0000)]
Integrate more variables into the Commands chapter.  First incomplete
draft of MIME section.

24 years agoFix bug: allow user to specify no confirmation.
Chris Hanson [Fri, 21 Jul 2000 19:22:15 +0000 (19:22 +0000)]
Fix bug: allow user to specify no confirmation.

24 years agoFix some minor formatting problems in the release notes, and use
Chris Hanson [Fri, 21 Jul 2000 18:37:28 +0000 (18:37 +0000)]
Fix some minor formatting problems in the release notes, and use
@acronym where appropriate.

24 years agoAdd GFDL chapter.
Chris Hanson [Fri, 21 Jul 2000 18:26:43 +0000 (18:26 +0000)]
Add GFDL chapter.

24 years agoAdd GFDL chapter.
Chris Hanson [Fri, 21 Jul 2000 18:25:09 +0000 (18:25 +0000)]
Add GFDL chapter.

24 years agoAdd gfdl.texinfo to dependencies.
Chris Hanson [Fri, 21 Jul 2000 18:10:51 +0000 (18:10 +0000)]
Add gfdl.texinfo to dependencies.

24 years agoAdd chapter for GFDL. Split binding and concept indices. Eliminate
Chris Hanson [Fri, 21 Jul 2000 17:59:22 +0000 (17:59 +0000)]
Add chapter for GFDL.  Split binding and concept indices.  Eliminate
antique @deffnexample; there's no point tracking this, and it is just
asking for trouble in the future.

24 years agoChange list in section MODIFICATIONS to be an enumeration. Use
Chris Hanson [Fri, 21 Jul 2000 17:35:47 +0000 (17:35 +0000)]
Change list in section MODIFICATIONS to be an enumeration.  Use
@acronym and @uref where appropriate.

24 years agoMove GFDL to separate file.
Chris Hanson [Fri, 21 Jul 2000 17:24:10 +0000 (17:24 +0000)]
Move GFDL to separate file.

24 years agoInitial registration; this is the version I obtained from RMS.
Chris Hanson [Fri, 21 Jul 2000 17:21:19 +0000 (17:21 +0000)]
Initial registration; this is the version I obtained from RMS.

24 years agoFix node structure from previous change.
Chris Hanson [Thu, 20 Jul 2000 02:57:34 +0000 (02:57 +0000)]
Fix node structure from previous change.

24 years agoIntegrate some more variables into the command documentation. Use
Chris Hanson [Thu, 20 Jul 2000 02:56:28 +0000 (02:56 +0000)]
Integrate some more variables into the command documentation.  Use
Texinfo version of GFDL.

24 years agoMake sure continuation lines of mail-buffer headers are properly
Chris Hanson [Thu, 20 Jul 2000 02:30:03 +0000 (02:30 +0000)]
Make sure continuation lines of mail-buffer headers are properly
indented.

24 years agoWrite Multiple Folders section.
Chris Hanson [Wed, 12 Jul 2000 04:06:30 +0000 (04:06 +0000)]
Write Multiple Folders section.

24 years agoAdd Summaries section.
Chris Hanson [Tue, 11 Jul 2000 22:06:07 +0000 (22:06 +0000)]
Add Summaries section.

24 years agoExtensive editing of Commands chapter. Most of this is blatant theft
Chris Hanson [Tue, 11 Jul 2000 21:04:28 +0000 (21:04 +0000)]
Extensive editing of Commands chapter.  Most of this is blatant theft
of corresponding portions of the Emacs manual.

24 years agoChange key binding of imail-summary-by-flags to be C-M-l for
Chris Hanson [Tue, 11 Jul 2000 20:34:59 +0000 (20:34 +0000)]
Change key binding of imail-summary-by-flags to be C-M-l for
compatibility with Rmail.

24 years agoNew texi2html generates foo.html file rather than foo_toc.html.
Chris Hanson [Tue, 11 Jul 2000 20:17:56 +0000 (20:17 +0000)]
New texi2html generates foo.html file rather than foo_toc.html.

24 years agoNew texi2html generates foo.html file rather than foo_toc.html.
Chris Hanson [Tue, 11 Jul 2000 16:59:56 +0000 (16:59 +0000)]
New texi2html generates foo.html file rather than foo_toc.html.

24 years agoAssorted tweaks.
Chris Hanson [Tue, 11 Jul 2000 02:50:44 +0000 (02:50 +0000)]
Assorted tweaks.

24 years agoAdd section about server connections. Write outline and introductory
Chris Hanson [Tue, 11 Jul 2000 02:29:40 +0000 (02:29 +0000)]
Add section about server connections.  Write outline and introductory
text for Commands chapter.

24 years agoAdd more structure to the Concepts chapter, and move many of the RFC
Chris Hanson [Tue, 11 Jul 2000 01:43:43 +0000 (01:43 +0000)]
Add more structure to the Concepts chapter, and move many of the RFC
references into footnotes.

24 years agoFix thinko.
Chris Hanson [Mon, 10 Jul 2000 22:19:43 +0000 (22:19 +0000)]
Fix thinko.

24 years agoNo longer needed.
Chris Hanson [Mon, 10 Jul 2000 22:19:16 +0000 (22:19 +0000)]
No longer needed.

24 years agoAdd clean rule.
Chris Hanson [Mon, 10 Jul 2000 22:18:56 +0000 (22:18 +0000)]
Add clean rule.

24 years agoAdd PDF and clean rules.
Chris Hanson [Mon, 10 Jul 2000 22:18:37 +0000 (22:18 +0000)]
Add PDF and clean rules.

24 years agoInitial registration.
Chris Hanson [Mon, 10 Jul 2000 22:18:36 +0000 (22:18 +0000)]
Initial registration.

24 years agoFix typo.
Chris Hanson [Mon, 10 Jul 2000 22:16:27 +0000 (22:16 +0000)]
Fix typo.

24 years agoAdd code to install info files.
Chris Hanson [Mon, 10 Jul 2000 22:12:35 +0000 (22:12 +0000)]
Add code to install info files.

24 years agoAdd rule to make PDF file.
Chris Hanson [Mon, 10 Jul 2000 22:12:34 +0000 (22:12 +0000)]
Add rule to make PDF file.

24 years agoFix typo.
Chris Hanson [Mon, 10 Jul 2000 22:08:50 +0000 (22:08 +0000)]
Fix typo.

24 years agoAdd "clean" rule.
Chris Hanson [Mon, 10 Jul 2000 22:07:31 +0000 (22:07 +0000)]
Add "clean" rule.

24 years agoAdd "clean" rule.
Chris Hanson [Mon, 10 Jul 2000 22:07:04 +0000 (22:07 +0000)]
Add "clean" rule.

24 years agoDon't use re-tex. Add rule to generate PDF.
Chris Hanson [Mon, 10 Jul 2000 22:06:59 +0000 (22:06 +0000)]
Don't use re-tex.  Add rule to generate PDF.

24 years agoInitial registration.
Chris Hanson [Mon, 10 Jul 2000 22:06:58 +0000 (22:06 +0000)]
Initial registration.

24 years agoNo longer needed.
Chris Hanson [Mon, 10 Jul 2000 22:05:02 +0000 (22:05 +0000)]
No longer needed.

24 years agoFix out-of-date URLs, and use new @uref command.
Chris Hanson [Mon, 10 Jul 2000 21:56:21 +0000 (21:56 +0000)]
Fix out-of-date URLs, and use new @uref command.

24 years agoWrite second chapter, Concepts. Add URL specifiers where appropriate.
Chris Hanson [Mon, 10 Jul 2000 21:41:31 +0000 (21:41 +0000)]
Write second chapter, Concepts.  Add URL specifiers where appropriate.
(This document now uses @- in most @uref specifiers, which
unfortunately doesn't work right in the versions of texi2html in
Debian 2.1 and 2.2.  It does work right in texi2html 1.64, which I've
locally installed on the Project MAC machines.)

24 years agoAdd release notes for release 7.5.9.
Chris Hanson [Sun, 9 Jul 2000 03:46:14 +0000 (03:46 +0000)]
Add release notes for release 7.5.9.

24 years agoAdd imail documentation.
Chris Hanson [Sun, 9 Jul 2000 01:47:55 +0000 (01:47 +0000)]
Add imail documentation.

24 years agoAnother newline-convention tweak.
Chris Hanson [Sun, 9 Jul 2000 01:44:54 +0000 (01:44 +0000)]
Another newline-convention tweak.

24 years agoAdd imail documentation directory.
Chris Hanson [Sun, 9 Jul 2000 01:44:03 +0000 (01:44 +0000)]
Add imail documentation directory.

24 years agoAdd "clean" rule.
Chris Hanson [Sun, 9 Jul 2000 01:36:12 +0000 (01:36 +0000)]
Add "clean" rule.

24 years agoInitial registration.
Chris Hanson [Sun, 9 Jul 2000 01:23:07 +0000 (01:23 +0000)]
Initial registration.

24 years agoRemoved; use Makefile instead.
Chris Hanson [Sun, 9 Jul 2000 01:15:08 +0000 (01:15 +0000)]
Removed; use Makefile instead.

24 years agoSuppress user name in IMAP URL when it is same as current uname.
Chris Hanson [Sun, 9 Jul 2000 01:10:51 +0000 (01:10 +0000)]
Suppress user name in IMAP URL when it is same as current uname.

24 years agoFix harmless bug in REXP?
Chris Hanson [Sat, 8 Jul 2000 00:41:45 +0000 (00:41 +0000)]
Fix harmless bug in REXP?

24 years agoDelete previous doc-files directory before regenerating.
Chris Hanson [Fri, 7 Jul 2000 21:15:52 +0000 (21:15 +0000)]
Delete previous doc-files directory before regenerating.

24 years agoInitial registration.
Chris Hanson [Fri, 7 Jul 2000 21:15:09 +0000 (21:15 +0000)]
Initial registration.

24 years agoFirst partial draft.
Chris Hanson [Fri, 7 Jul 2000 20:53:07 +0000 (20:53 +0000)]
First partial draft.

24 years agoDon't fire up IMAP connection just to determine container string of
Chris Hanson [Fri, 7 Jul 2000 01:52:18 +0000 (01:52 +0000)]
Don't fire up IMAP connection just to determine container string of
URL.  Instead, use namespace info only if already available.
Consequently restructure code that looks up/creates connections.

24 years agoRead non-text attachments in binary mode.
Chris Hanson [Wed, 5 Jul 2000 22:57:14 +0000 (22:57 +0000)]
Read non-text attachments in binary mode.

24 years agoUse new GLOBAL-MAILER-VERSION-STRING.
Chris Hanson [Wed, 5 Jul 2000 22:38:51 +0000 (22:38 +0000)]
Use new GLOBAL-MAILER-VERSION-STRING.

24 years agoAdd GLOBAL-MAILER-VERSION-STRING.
Chris Hanson [Wed, 5 Jul 2000 22:38:02 +0000 (22:38 +0000)]
Add GLOBAL-MAILER-VERSION-STRING.

24 years agoFix bug in file URL parsing for DOS-style pathnames.
Chris Hanson [Wed, 5 Jul 2000 20:49:36 +0000 (20:49 +0000)]
Fix bug in file URL parsing for DOS-style pathnames.

24 years agoAdd URL encode/decode to file URLs. Fix typo in
Chris Hanson [Wed, 5 Jul 2000 20:03:20 +0000 (20:03 +0000)]
Add URL encode/decode to file URLs.  Fix typo in
HEADER-FIELDS->INTERNAL-TIME.

24 years agoFix bug: code to create new file folders wasn't writing the folders
Chris Hanson [Wed, 5 Jul 2000 20:02:24 +0000 (20:02 +0000)]
Fix bug: code to create new file folders wasn't writing the folders
out.

24 years agoChange file URL syntax to obey RFC 1738.
Chris Hanson [Wed, 5 Jul 2000 19:17:58 +0000 (19:17 +0000)]
Change file URL syntax to obey RFC 1738.

24 years agoChange file URL syntax to obey RFC 1738.
Chris Hanson [Wed, 5 Jul 2000 19:13:11 +0000 (19:13 +0000)]
Change file URL syntax to obey RFC 1738.

24 years agoDefine procedure HOST/TYPE-NAME.
Chris Hanson [Wed, 5 Jul 2000 18:27:33 +0000 (18:27 +0000)]
Define procedure HOST/TYPE-NAME.

24 years agoIn M-x imail-get-new-mail (and M-x imail), move to first unseen
Chris Hanson [Wed, 5 Jul 2000 18:07:04 +0000 (18:07 +0000)]
In M-x imail-get-new-mail (and M-x imail), move to first unseen
message even if the server probe reveals no new mail.  This is
important because the new mail is usually fetched by the background
probe thread.