Chris Hanson [Tue, 6 Feb 2001 04:19:13 +0000 (04:19 +0000)]
New code to do Debian changelogs.
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.
Chris Hanson [Mon, 5 Feb 2001 21:47:30 +0000 (21:47 +0000)]
Grumble. Messing around while debugging problems caused by
incorrectly built bands.
Chris Hanson [Mon, 5 Feb 2001 20:08:15 +0000 (20:08 +0000)]
Reengineer compilation of character set notation.
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.
Chris Hanson [Mon, 5 Feb 2001 18:55:56 +0000 (18:55 +0000)]
New code to do Debian changelogs.
Chris Hanson [Mon, 5 Feb 2001 18:36:08 +0000 (18:36 +0000)]
CHAR-SET:NOT-NUMERIC 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.
Chris Hanson [Mon, 5 Feb 2001 18:33:19 +0000 (18:33 +0000)]
Add inversions for all standard character sets.
Chris Hanson [Mon, 5 Feb 2001 18:16:07 +0000 (18:16 +0000)]
Update copyright dates.
Chris Hanson [Mon, 5 Feb 2001 18:14:54 +0000 (18:14 +0000)]
New procedure RE-MATCH-EXTRACT-STRING.
Chris Hanson [Mon, 5 Feb 2001 17:45:42 +0000 (17:45 +0000)]
Add procedures to access the user's email-address info.
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.
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.
Chris Hanson [Thu, 25 Jan 2001 04:44:41 +0000 (04:44 +0000)]
Allow keys to be Edwin variables too.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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).
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".
Chris Hanson [Sat, 6 Jan 2001 19:08:00 +0000 (19:08 +0000)]
Strip off external-string wrapper before handing it to the microcode.
Chris Hanson [Sat, 6 Jan 2001 05:50:05 +0000 (05:50 +0000)]
Update copyright date.
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.)
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.)
Chris Hanson [Sat, 6 Jan 2001 05:46:40 +0000 (05:46 +0000)]
Increment version to reflect recent changes.
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.
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.
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.
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.
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.
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.
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.
Chris Hanson [Fri, 5 Jan 2001 20:06:57 +0000 (20:06 +0000)]
Add operations for XSTRING (extended string) objects.
Chris Hanson [Thu, 4 Jan 2001 23:24:21 +0000 (23:24 +0000)]
Implement input port from external string.
Chris Hanson [Thu, 4 Jan 2001 22:27:50 +0000 (22:27 +0000)]
Add interface to external strings.
Chris Hanson [Thu, 4 Jan 2001 22:24:15 +0000 (22:24 +0000)]
Primitive names are supposed to be upper-case.
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.
Chris Hanson [Fri, 29 Dec 2000 04:01:57 +0000 (04:01 +0000)]
Document 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.
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.
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.
Chris Hanson [Wed, 27 Dec 2000 18:26:32 +0000 (18:26 +0000)]
Not necessary to delete files before installing them.
Chris Hanson [Mon, 25 Dec 2000 06:20:43 +0000 (06:20 +0000)]
Use install rather than cp to copy files.
Chris Hanson [Mon, 25 Dec 2000 05:43:43 +0000 (05:43 +0000)]
Fix problem remaking symbolic links.
Chris Hanson [Mon, 25 Dec 2000 05:35:49 +0000 (05:35 +0000)]
Fix problem remaking symbolic links.
Chris Hanson [Mon, 25 Dec 2000 05:25:31 +0000 (05:25 +0000)]
Fix bug: C-g was not acting as interrupt character.
Chris Hanson [Sun, 24 Dec 2000 04:04:01 +0000 (04:04 +0000)]
Copy documentation change log into Texinfo source tree.
Chris Hanson [Sun, 24 Dec 2000 03:59:37 +0000 (03:59 +0000)]
Update for release 7.5.12.
Chris Hanson [Sat, 23 Dec 2000 06:22:37 +0000 (06:22 +0000)]
Add WIN32 option. Alphabetize options.
Chris Hanson [Sat, 23 Dec 2000 06:04:02 +0000 (06:04 +0000)]
Use "src/etc/optiondb.scm" for distribution, _not_ our hacked one.
Chris Hanson [Sat, 23 Dec 2000 06:02:31 +0000 (06:02 +0000)]
Update for new release.
Chris Hanson [Sat, 23 Dec 2000 06:01:15 +0000 (06:01 +0000)]
Update to new GUARDED-SYSTEM-LOADER.
Chris Hanson [Sat, 23 Dec 2000 05:52:22 +0000 (05:52 +0000)]
Update for new release.
Chris Hanson [Sat, 23 Dec 2000 05:42:57 +0000 (05:42 +0000)]
Update for new release.
Chris Hanson [Sat, 23 Dec 2000 05:15:00 +0000 (05:15 +0000)]
Add "install-info-gz" rule.
Chris Hanson [Sat, 23 Dec 2000 05:09:39 +0000 (05:09 +0000)]
Extend "install-html" rule to install "index.html".
Chris Hanson [Sat, 23 Dec 2000 05:08:40 +0000 (05:08 +0000)]
Initial revision.
Chris Hanson [Sat, 23 Dec 2000 04:36:58 +0000 (04:36 +0000)]
Update for new release.
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.
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.
Chris Hanson [Thu, 21 Dec 2000 21:56:23 +0000 (21:56 +0000)]
Delete configured makefile in "distclean" rule.
Chris Hanson [Thu, 21 Dec 2000 21:50:45 +0000 (21:50 +0000)]
Initial revision.
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.
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.
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.
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.
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.
Chris Hanson [Thu, 21 Dec 2000 04:36:45 +0000 (04:36 +0000)]
Fix typo.
Chris Hanson [Thu, 21 Dec 2000 04:36:01 +0000 (04:36 +0000)]
Change imail-summary mode line to contain a connection-status
indicator.
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.
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.
Chris Hanson [Wed, 20 Dec 2000 07:18:25 +0000 (07:18 +0000)]
Write down assorted things I've been thinking about.
Chris Hanson [Tue, 19 Dec 2000 21:14:40 +0000 (21:14 +0000)]
Compress info files when installing them.
Chris Hanson [Tue, 19 Dec 2000 20:57:10 +0000 (20:57 +0000)]
Make sure that all cref files are built.
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.
Chris Hanson [Tue, 19 Dec 2000 20:47:21 +0000 (20:47 +0000)]
Make sure that bands are written to output directory.
Chris Hanson [Tue, 19 Dec 2000 18:56:14 +0000 (18:56 +0000)]
Increment release number.
Chris Hanson [Tue, 19 Dec 2000 18:55:03 +0000 (18:55 +0000)]
Increment version to reflect recent changes.
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.
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.
Chris Hanson [Sat, 9 Dec 2000 05:10:14 +0000 (05:10 +0000)]
Don't clean vax disassembler links for "distclean".
Chris Hanson [Sat, 9 Dec 2000 03:42:19 +0000 (03:42 +0000)]
Clean up links to "gfdl.texinfo" that are made by configuration.
Chris Hanson [Fri, 8 Dec 2000 21:38:54 +0000 (21:38 +0000)]
Fix some broken formatting commands.
Chris Hanson [Fri, 8 Dec 2000 21:32:34 +0000 (21:32 +0000)]
Fix some broken formatting commands.
Chris Hanson [Fri, 8 Dec 2000 21:15:51 +0000 (21:15 +0000)]
Rewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 21:01:23 +0000 (21:01 +0000)]
Rewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 20:17:46 +0000 (20:17 +0000)]
Rewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 20:14:24 +0000 (20:14 +0000)]
Rewrite makefiles for new regime.
Chris Hanson [Fri, 8 Dec 2000 19:26:44 +0000 (19:26 +0000)]
Use autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:25:23 +0000 (19:25 +0000)]
Use autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:23:39 +0000 (19:23 +0000)]
Use autoconf for top-level Makefile.
Chris Hanson [Fri, 8 Dec 2000 19:21:34 +0000 (19:21 +0000)]
Use autoconf for top-level Makefile.