Chris Hanson [Tue, 18 Jan 2000 02:52:40 +0000 (02:52 +0000)]
Fix typo.
Chris Hanson [Sun, 16 Jan 2000 13:24:14 +0000 (13:24 +0000)]
Use ANSI char images for all operating systems. Both OS/2 and X
appear to do the right thing for this.
Chris Hanson [Sun, 16 Jan 2000 03:43:55 +0000 (03:43 +0000)]
Generate GNU/Linux microcode source.
Chris Hanson [Sun, 16 Jan 2000 03:34:50 +0000 (03:34 +0000)]
Initial revision
Chris Hanson [Sat, 15 Jan 2000 20:09:02 +0000 (20:09 +0000)]
Add code to generate tar file.
Chris Hanson [Sat, 15 Jan 2000 20:04:18 +0000 (20:04 +0000)]
Initial revision
Chris Hanson [Sat, 15 Jan 2000 19:16:08 +0000 (19:16 +0000)]
Update release string to 7.5pre2.
Chris Hanson [Sat, 15 Jan 2000 05:25:32 +0000 (05:25 +0000)]
Implement navigation commands.
Chris Hanson [Sat, 15 Jan 2000 05:24:53 +0000 (05:24 +0000)]
Add negative predicates for standard flags.
Chris Hanson [Sat, 15 Jan 2000 04:59:47 +0000 (04:59 +0000)]
Change external representation of message flags. Implement procedures
to map between flags and strings.
Chris Hanson [Fri, 14 Jan 2000 22:43:01 +0000 (22:43 +0000)]
First rough outline using folder interface.
Chris Hanson [Fri, 14 Jan 2000 22:40:35 +0000 (22:40 +0000)]
Add operation MAYBE-REVERT-FOLDER. Add comments describing some
thoughts about how IMAP interactions will occur with online and
disconnected modes.
Chris Hanson [Fri, 14 Jan 2000 22:39:17 +0000 (22:39 +0000)]
Add "imail-top.scm".
Chris Hanson [Fri, 14 Jan 2000 19:20:32 +0000 (19:20 +0000)]
Alphabetize names of standard message flags.
Chris Hanson [Fri, 14 Jan 2000 18:10:08 +0000 (18:10 +0000)]
Add procedures to hide manipulation of standard message flags.
Chris Hanson [Fri, 14 Jan 2000 18:09:29 +0000 (18:09 +0000)]
Update copyright date.
Chris Hanson [Fri, 14 Jan 2000 18:08:08 +0000 (18:08 +0000)]
Don't do newline translation on RMAIL or unix mail files.
Chris Hanson [Fri, 14 Jan 2000 17:04:03 +0000 (17:04 +0000)]
Use SEEN rather than UNSEEN as message flag in imail.
Chris Hanson [Fri, 14 Jan 2000 06:41:34 +0000 (06:41 +0000)]
Redesign the message-reading code so that it can read one message at a
time.
Chris Hanson [Thu, 13 Jan 2000 22:20:48 +0000 (22:20 +0000)]
Implement import and export of messages and folders. Clean up
interface to I/O procedures so that it can be used for this purpose.
Chris Hanson [Thu, 13 Jan 2000 22:14:48 +0000 (22:14 +0000)]
Genericize ->URL. Hold memoized folders with weak pointers. Add new
procedures WRITE-FOLDER and MAYBE-STRIP-IMAIL-HEADERS.
Chris Hanson [Thu, 13 Jan 2000 16:27:52 +0000 (16:27 +0000)]
Fix bug: Symbolic constants for accessing fields of LPARAM described
in documentation do not work as advertised. Instead use explicit
numeric constants.
Chris Hanson [Thu, 13 Jan 2000 05:07:14 +0000 (05:07 +0000)]
Fix bug: code to detect interrupt characters was inadvertently broken
by the recent upheaval in the keyboard handling.
Chris Hanson [Wed, 12 Jan 2000 23:50:54 +0000 (23:50 +0000)]
Fix bug: when used with European keyboards, keys typed with AltGr
always had the control and meta modifiers set. Also add code to clear
out the keyboard modifiers on a language change.
Chris Hanson [Mon, 10 Jan 2000 04:47:54 +0000 (04:47 +0000)]
Complete redesign of keyboard input code. New design adapted from
Emacs 20.5 code.
Chris Hanson [Mon, 10 Jan 2000 04:00:22 +0000 (04:00 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:59:32 +0000 (03:59 +0000)]
Try a different fix; previous one violated the load sequence.
Chris Hanson [Mon, 10 Jan 2000 03:54:28 +0000 (03:54 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:48:33 +0000 (03:48 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:48:20 +0000 (03:48 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:42:30 +0000 (03:42 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:39:30 +0000 (03:39 +0000)]
Move many more newlines to match new convention.
Chris Hanson [Mon, 10 Jan 2000 03:35:47 +0000 (03:35 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:27:00 +0000 (03:27 +0000)]
Move another call to newline.
Chris Hanson [Mon, 10 Jan 2000 03:25:19 +0000 (03:25 +0000)]
Generate set of ANSI character image strings, and make that the
default set to be used under Windows. This is necessary so that Edwin
will work more-or-less right with other languages.
Chris Hanson [Sun, 9 Jan 2000 21:33:46 +0000 (21:33 +0000)]
Change to write newlines after the lines rather than before.
Chris Hanson [Fri, 7 Jan 2000 23:19:44 +0000 (23:19 +0000)]
Add extra load-option statements.
Chris Hanson [Fri, 7 Jan 2000 23:14:07 +0000 (23:14 +0000)]
Change names of tags that identify property type when encoded as
header field.
Chris Hanson [Fri, 7 Jan 2000 23:10:44 +0000 (23:10 +0000)]
Some reorganization. Fix several bugs related to parsing of
continuation lines.
Chris Hanson [Fri, 7 Jan 2000 23:10:02 +0000 (23:10 +0000)]
Final pass; this code now seems to work.
Chris Hanson [Fri, 7 Jan 2000 23:09:17 +0000 (23:09 +0000)]
Fix a handful of small bugs.
Chris Hanson [Fri, 7 Jan 2000 23:09:03 +0000 (23:09 +0000)]
Implement READ-LINES.
Chris Hanson [Fri, 7 Jan 2000 22:50:51 +0000 (22:50 +0000)]
Add code to bind correct load directory.
Chris Hanson [Fri, 7 Jan 2000 18:11:25 +0000 (18:11 +0000)]
Clarify the section on pathname components, and detail how each
component is used for the currently supported file systems.
Chris Hanson [Fri, 7 Jan 2000 02:20:31 +0000 (02:20 +0000)]
Under NT, always use native I/O, independent of the compiler in use.
Chris Hanson [Thu, 6 Jan 2000 04:34:37 +0000 (04:34 +0000)]
Work around a bug in the Watcom runtime library.
Chris Hanson [Thu, 6 Jan 2000 04:22:28 +0000 (04:22 +0000)]
Work around a bug in the Watcom runtime library.
Chris Hanson [Wed, 5 Jan 2000 06:25:53 +0000 (06:25 +0000)]
Change to insert a newline after an expression that is submitted in
the interaction buffer. This is consistent with recent changes to
Edwin.
Chris Hanson [Wed, 5 Jan 2000 03:00:46 +0000 (03:00 +0000)]
Another round of changes for the release.
Chris Hanson [Wed, 5 Jan 2000 02:43:21 +0000 (02:43 +0000)]
Change "writable" to "writeable". Document optional argument to
TEMPORARY-FILE-PATHNAME.
Chris Hanson [Wed, 5 Jan 2000 02:41:55 +0000 (02:41 +0000)]
Change name from FILE-WRITABLE? to FILE-WRITEABLE?.
Chris Hanson [Tue, 4 Jan 2000 22:52:21 +0000 (22:52 +0000)]
Initial revision
Chris Hanson [Tue, 4 Jan 2000 17:24:06 +0000 (17:24 +0000)]
Change interface to string output ports: rename to accumulator output
port and provide separate operation to extract contents. Port is
reset when contents are extracted; previously contents remained in the
port.
Chris Hanson [Tue, 4 Jan 2000 05:25:04 +0000 (05:25 +0000)]
Add definition of new SAFE-ACCESSORS option to DEFINE-STRUCTURE.
Chris Hanson [Tue, 4 Jan 2000 05:14:26 +0000 (05:14 +0000)]
Add option SAFE-ACCESSORS, for situations where safety is more
important than speed.
Chris Hanson [Sat, 1 Jan 2000 17:05:37 +0000 (17:05 +0000)]
Fix Y2K bug!
Chris Hanson [Fri, 31 Dec 1999 04:44:46 +0000 (04:44 +0000)]
Allow BURST-STRING to take a character set as a delimiter.
Chris Hanson [Tue, 28 Dec 1999 20:28:58 +0000 (20:28 +0000)]
Another tweak to REPL mode to get line spacing right.
Chris Hanson [Mon, 27 Dec 1999 21:03:15 +0000 (21:03 +0000)]
Update the OS/2 installation instructions.
Chris Hanson [Mon, 27 Dec 1999 20:44:21 +0000 (20:44 +0000)]
Don't forget that .cmd is an executable file.
Chris Hanson [Mon, 27 Dec 1999 17:47:58 +0000 (17:47 +0000)]
Guarantee reasonable umask.
Chris Hanson [Wed, 22 Dec 1999 20:42:31 +0000 (20:42 +0000)]
Fix text for DECODED-TIME->UNIVERSAL-TIME and DECODED-TIME->FILE-TIME.
The text showed erroneous output, which was not Scheme's fault but was
due to a bug in glibc 2.0.7. This bug doesn't appear in glibc 2.1.2.
Chris Hanson [Wed, 22 Dec 1999 20:33:07 +0000 (20:33 +0000)]
In M-x inferior-repl-flush-output, don't skip forward over newline at
end of input expression if end marker is at line start.
Chris Hanson [Wed, 22 Dec 1999 20:29:26 +0000 (20:29 +0000)]
Do FRESH-LINE at beginning of PP, not NEWLINE.
Chris Hanson [Wed, 22 Dec 1999 02:48:37 +0000 (02:48 +0000)]
Compensate for changed semantics of COPY-FILE.
Chris Hanson [Wed, 22 Dec 1999 02:41:18 +0000 (02:41 +0000)]
Add "/usr/share/info" to INFO-DEFAULT-DIRECTORY-LIST.
Chris Hanson [Tue, 21 Dec 1999 21:00:27 +0000 (21:00 +0000)]
Another round of editing changes in preparation for the upcoming
release.
Chris Hanson [Tue, 21 Dec 1999 19:25:33 +0000 (19:25 +0000)]
Don't delete file that is target of COPY-FILE. This is inconsistent
with action on other operating systems, and is also not a good idea.
Chris Hanson [Tue, 21 Dec 1999 19:21:31 +0000 (19:21 +0000)]
Don't use geteuid to determine the current user; use getuid.
Chris Hanson [Tue, 21 Dec 1999 19:05:20 +0000 (19:05 +0000)]
Implement READ-SUBSTRING!, and change definition of READ-STRING! so
that it no longer takes the substring range arguments.
Chris Hanson [Tue, 21 Dec 1999 18:52:57 +0000 (18:52 +0000)]
Update version for pending release.
Chris Hanson [Tue, 21 Dec 1999 18:50:47 +0000 (18:50 +0000)]
Define new primitive FILE-EXISTS-DIRECT?.
Chris Hanson [Mon, 20 Dec 1999 23:21:58 +0000 (23:21 +0000)]
Change definition of WRITE-LINE so that the newline is emitted after
the object, rather than before it as previously.
Chris Hanson [Mon, 20 Dec 1999 23:18:28 +0000 (23:18 +0000)]
Make sure that evaluation output always starts on a fresh line.
Chris Hanson [Mon, 20 Dec 1999 23:11:37 +0000 (23:11 +0000)]
Change definition of WRITE-LINE so that the newline is emitted after
the object, rather than before it as previously.
Chris Hanson [Mon, 20 Dec 1999 23:11:01 +0000 (23:11 +0000)]
Eliminate instances of WRITE-LINE.
Chris Hanson [Mon, 20 Dec 1999 02:09:43 +0000 (02:09 +0000)]
Fix typo in last change. Change order of arguments to
RE-MATCH-EXTRACT.
Chris Hanson [Thu, 16 Dec 1999 22:24:58 +0000 (22:24 +0000)]
Fix bug: home directory should always be a directory pathname.
Chris Hanson [Thu, 16 Dec 1999 22:06:35 +0000 (22:06 +0000)]
Implement RE-MATCH-EXTRACT.
Chris Hanson [Wed, 15 Dec 1999 01:35:30 +0000 (01:35 +0000)]
Missed a directory in last change.
Chris Hanson [Wed, 15 Dec 1999 01:34:41 +0000 (01:34 +0000)]
Missed a directory in last change.
Chris Hanson [Wed, 15 Dec 1999 01:29:17 +0000 (01:29 +0000)]
Update to reflect changes to directory structure.
Chris Hanson [Fri, 10 Dec 1999 17:56:09 +0000 (17:56 +0000)]
Don't use **** in comments unless it marks an action item.
Chris Hanson [Fri, 10 Dec 1999 17:55:22 +0000 (17:55 +0000)]
Rename procedures that convert between X atoms and Scheme symbols.
Chris Hanson [Fri, 10 Dec 1999 17:52:16 +0000 (17:52 +0000)]
Add workaround for broken X selection clients, such as GTK+.
Chris Hanson [Mon, 6 Dec 1999 21:08:37 +0000 (21:08 +0000)]
Don't pass -c argument to gzip or bzip2. This argument was added in
revision 1.99. Although -c works OK for gzip, it doesn't work with
bzip2. Since this argument isn't needed, and had no effect on the
problem it was supposed to solve, we won't use it.
Chris Hanson [Wed, 24 Nov 1999 04:51:03 +0000 (04:51 +0000)]
Update canonical FTP site URL.
Chris Hanson [Wed, 24 Nov 1999 04:43:49 +0000 (04:43 +0000)]
Edit the release notes, adding some new material, reorganizing, making
phrasing more consistent and easier to read.
Chris Hanson [Fri, 19 Nov 1999 14:12:53 +0000 (14:12 +0000)]
New procedure DIRECTORY-FILE-NAMES for those cases when DIRECTORY-READ
is a pain.
Chris Hanson [Fri, 19 Nov 1999 14:10:49 +0000 (14:10 +0000)]
New procedure DIRECTORY-FILE-NAMES for those cases when DIRECTORY-READ
is a pain.
Chris Hanson [Thu, 11 Nov 1999 20:59:28 +0000 (20:59 +0000)]
Fix bug: don't signal error for filenames with ":" in them, which can
occur on Samba servers.
Chris Hanson [Mon, 8 Nov 1999 18:29:58 +0000 (18:29 +0000)]
Change order of arguments to VECTOR-MAP.
Chris Hanson [Mon, 8 Nov 1999 18:23:39 +0000 (18:23 +0000)]
Change order of arguments to VECTOR-MAP.
Chris Hanson [Fri, 5 Nov 1999 05:48:19 +0000 (05:48 +0000)]
When starting a new REPL, don't associate it with the current buffer;
avoid confusion by letting the user do this manually.
Chris Hanson [Fri, 5 Nov 1999 05:38:15 +0000 (05:38 +0000)]
SPLIT-LIST now implemented in "utils.scm".
Chris Hanson [Fri, 5 Nov 1999 05:37:41 +0000 (05:37 +0000)]
Fix bug: UNDO-LOCAL-BINDINGS! must run the variable assignment daemons
for the impermanent variables, and not the permanent variables. What
it was doing was running it on a subset of the permanent variables,
due to a stupid programming error.
Chris Hanson [Fri, 5 Nov 1999 05:36:14 +0000 (05:36 +0000)]
Implement SPLIT-LIST.
Chris Hanson [Mon, 1 Nov 1999 03:40:23 +0000 (03:40 +0000)]
Eliminate macro DEFINE-NAMED-STRUCTURE.
Chris Hanson [Mon, 1 Nov 1999 03:38:10 +0000 (03:38 +0000)]
Fix typo.
Chris Hanson [Mon, 1 Nov 1999 03:29:06 +0000 (03:29 +0000)]
Eliminate reference to GROUP-INDEX:MODIFIED-TICK.