mit-scheme.git
2000-04-27 Chris HansonImplement IMAIL-PRESENT-USER-ALERT.
2000-04-26 Chris HansonChange protocol of authenticator so that it corresponds to
2000-04-25 Chris HansonMake corrections to account for the server port not...
2000-04-25 Chris HansonDelete MAILBOX command which was incorrectly included...
2000-04-25 Chris HansonAdd code to write strings to the IMAP server.
2000-04-23 Chris HansonTweak response representation slightly to clean it up.
2000-04-23 Chris HansonImplement URL-USER-ID.
2000-04-23 Chris HansonTweak response representation slightly to clean it up.
2000-04-23 Chris HansonImplement PREDICATED-PARSER.
2000-04-23 Chris HansonImplement PREDICATED-PARSER.
2000-04-22 Chris HansonInitial registration.
2000-04-22 Chris HansonMany changes due to debugging.
2000-04-22 Chris HansonChange code that handles sections to implement a parser...
2000-04-22 Chris HansonUse PARSE-SUBSTRING.
2000-04-22 Chris HansonModify DECODING-PARSER to accept a parser to parse...
2000-04-22 Chris HansonFirst attempt at a parser for IMAP server responses.
2000-04-22 Chris HansonFirst attempt at a parser for IMAP server responses.
2000-04-20 Chris HansonChanges for release 7.5.7.
2000-04-20 Chris HansonUpdate to reflect a variety of bug fixes since last...
2000-04-20 Chris HansonRelease 7.5.7.
2000-04-20 Chris HansonUpdate version to reflect fix to Windows keyboard handling.
2000-04-20 Chris HansonChange test in `process_keydown' so that it specifies...
2000-04-20 Chris HansonWhen deciding whether a keystroke is interesting enough...
2000-04-19 Chris HansonModify Win32 tracing mechanism so that it is always...
2000-04-19 Chris HansonChange definition of DOS/FS-DRIVE-TYPE so that it can...
2000-04-18 Chris HansonFix typo.
2000-04-18 Chris HansonFix compilation problems.
2000-04-18 Chris HansonInitial registration.
2000-04-18 Chris HansonAdd new files, rearrange package structure.
2000-04-18 Chris HansonMove IMAP syntax into separate file.
2000-04-18 Chris HansonMove parser support into separate file.
2000-04-18 Chris HansonEliminate INSERT-MESSAGE, which isn't supported by...
2000-04-18 Chris HansonSimplify -- we aren't going to support the full IMAP...
2000-04-18 Chris HansonHandle decoding properly -- can't decode entire URL...
2000-04-18 Chris HansonHandle decoding properly -- can't decode entire URL...
2000-04-15 Chris HansonUse MB_OK argument to MessageBeep -- using -1 doesn...
2000-04-14 Chris HansonAdd new files.
2000-04-14 Chris HansonRename "imail-imap" to "imail-imap-url".
2000-04-14 Chris HansonFirst pass implementing parser for IMAP URLs.
2000-04-14 Chris HansonUse new runtime procedures SUBSTRING-MOVE! and
2000-04-14 Chris HansonImplement DECORATED-STRING-APPEND.
2000-04-14 Chris HansonImplement DECORATED-STRING-APPEND.
2000-04-13 Chris HansonUse fixnum arithmetic everywhere. Various other small...
2000-04-13 Chris HansonUse fixnum arithmetic everywhere. Various other small...
2000-04-13 Chris HansonUse fixnum arithmetic everywhere. Various other small...
2000-04-13 Chris HansonFix some bugs caused by STRING? being true of CHAR...
2000-04-13 Chris HansonMove this code into the runtime system's package heirarchy.
2000-04-13 Chris HansonSTRING-MOVE! now in runtime system.
2000-04-13 Chris HansonImplement STRING-MOVE! and SUBSTRING-MOVE!.
2000-04-13 Chris HansonFix infinite recursion.
2000-04-13 Chris HansonFix compiler warnings.
2000-04-13 Chris HansonFix compiler warnings.
2000-04-13 Chris HansonChange all one-arg rexp combinators to accept any numbe...
2000-04-13 Chris HansonChange rexp compiler to be case sensitive, and add...
2000-04-13 Chris HansonChange rexp compiler to be case sensitive, and add...
2000-04-13 Chris HansonChange automatic grouping so that it happens in the...
2000-04-13 Chris HansonChange automatic grouping so that it happens in the...
2000-04-13 Chris HansonWhen ALTERNATIVES appears within SEQUENCE, it must...
2000-04-13 Chris HansonChange to use new rexp abstraction.
2000-04-13 Chris HansonChange REXP-GROUP to take just one argument.
2000-04-13 Chris HansonAdd REXP-SEQUENCE.
2000-04-13 Chris HansonAdd file "rexp.scm" implementing list-based regular...
2000-04-13 Chris HansonEliminate reference to now-obsolete protection lists.
2000-04-13 Chris HansonFix two bugs in CHAR-SET->REGEXP.
2000-04-13 Chris HansonDon't do mhash initialization if the primitives are...
2000-04-12 Chris HansonInitial unfinished pass to generate IMAP URL parser.
2000-04-12 Chris HansonInitial unfinished pass to generate IMAP URL parser.
2000-04-12 Chris HansonDefine URL:REGEXP:HOSTPORT and subsidiaries.
2000-04-12 Chris HansonReconcile the character sets and regexps used here...
2000-04-12 Chris HansonImplement CHAR-SET->REGEXP.
2000-04-12 Chris HansonImplement procedures to encode and decode URLs.
2000-04-12 Chris HansonCHAR-SET-UNION and CHAR-SET-INTERSECTION now take any...
2000-04-12 Chris HansonAllow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take...
2000-04-11 Chris HansonAllow CHAR-SET-UNION and CHAR-SET-INTERSECTION to take...
2000-04-11 Chris HansonChange keygen-type generation so that salt is supplied...
2000-04-11 Chris HansonChange keygen-type generation so that salt is supplied...
2000-04-11 Chris HansonChange MHASH-KEYGEN to accept all of the key-generation...
2000-04-11 Chris HansonChange MHASH-KEYGEN to accept all of the key-generation...
2000-04-11 Chris HansonImprove error message for incorrect salt size.
2000-04-11 Chris HansonAdd "crypto.scm" to the list of known files.
2000-04-11 Chris HansonFix interface to MHASH-KEYGEN so that it is usable.
2000-04-11 Chris HansonDefine RANDOM-BYTE-VECTOR to generate random bytes...
2000-04-10 Chris HansonREMOVE-FROM-GC-FINALIZER! must return the value of...
2000-04-10 Chris HansonAdd new implementation of GC finalizers, a cleaner...
2000-04-10 Chris HansonRepackage new crypto stuff. Use new GC finalizers...
2000-04-10 Chris HansonRepackage new crypto stuff. Use new GC finalizers...
2000-04-10 Chris HansonAdd new implementation of GC finalizers, a cleaner...
2000-04-10 Chris HansonUpdate to match change to MD5 support in runtime system.
2000-04-10 Chris HansonImplement support for the mhash library. Generalize...
2000-04-10 Chris HansonInitial revision.
2000-04-10 Chris HansonInitial revision.
2000-04-10 Chris HansonChange FALSE to #F and TRUE to #T.
2000-04-10 Chris HansonAdd code to detect case where the first visible line...
2000-04-10 Chris HansonAdd code to detect case where the first visible line...
2000-04-07 Chris HansonDon't offer to save the VC log buffer.
2000-04-07 Chris HansonFix bugs in IMAIL-READ-FLAG.
2000-04-07 Chris HansonAdd hook to notice modifications to folders and reflect...
2000-04-07 Chris HansonAdd hook to notice modifications to folders and reflect...
2000-04-07 Chris HansonExport EVENT-DISTRIBUTOR/RECEIVERS.
2000-04-07 Chris HansonDon't allow event receivers to be added twice.
next