mit-scheme.git
2001-09-14 Chris HansonM-x imail-sort-by-subject should do a case-insensitive...
2001-09-14 Chris HansonAdd key binding for M-x imail-sort-by-arrival.
2001-09-14 Chris HansonImplement folder-sorting commands.
2001-09-14 Chris HansonChange names: new functionality is not a permutation...
2001-09-14 Chris HansonAdd mechanism to permute the message order of a folder.
2001-09-10 Chris HansonWork around bug in "Microsoft Outlook IMO, Build 9...
2001-08-22 Chris HansonFix problem with multi-line primitive documentation.
2001-08-20 Chris HansonMore changes to .pkd files: now the information about...
2001-08-20 Chris HansonChange .pkd file to have clearly defined exports and...
2001-08-18 Chris HansonAdd additional information to .pkd file to support...
2001-08-17 Chris HansonRename PACKAGE/SYSTEM-LOADER to LOAD-PACKAGE-SET. ...
2001-08-17 Chris HansonRename PACKAGE/SYSTEM-LOADER to LOAD-PACKAGE-SET. ...
2001-08-17 Chris HansonUpdate for changes to package system.
2001-08-16 Chris HansonChange "parent-name" field of package description to...
2001-08-16 Chris HansonChange "parent-name" field of package description to...
2001-08-16 Chris HansonChange "parent-name" field of package description to...
2001-08-16 Chris HansonNo longer needed.
2001-08-16 Chris HansonEliminate use of ".glo" files; ".pkd" files have all...
2001-08-16 Chris HansonEliminate use of ".glo" files; ".pkd" files have all...
2001-08-16 Chris HansonUpdate to correspond to packaging changes.
2001-08-16 Chris HansonChange "parent-name" field of package description to...
2001-08-16 Chris HansonSynchronize "compiler.sf" on all the back ends.
2001-08-16 Chris HansonDon't use ACCESS to reference CREF/GENERATE-TRIVIAL...
2001-08-15 Chris HansonImplement completely new format for compiled package...
2001-08-15 Chris HansonImplement completely new format for compiled package...
2001-08-15 Chris HansonImplement completely new format for compiled package...
2001-08-14 Chris HansonAdd optimization to link_variables so that it does...
2001-08-10 Chris HansonRedesign compiled-code debugging information so that...
2001-08-10 Chris HansonFix bug: "${S}/*" -> "${S}"/*.
2001-08-10 Chris HansonRedesign compiled-code debugging information so that...
2001-08-10 Chris HansonFix type error.
2001-08-10 Chris HansonMake sure that value of evaluating definition is the...
2001-08-09 Chris HansonReplace usage of ENVIRONMENT-LINK-NAME with new LINK...
2001-08-09 Chris HansonReplace usage of ENVIRONMENT-LINK-NAME with new LINK...
2001-08-09 Chris HansonFix packaging error.
2001-08-09 Chris HansonReplace usage of ENVIRONMENT-LINK-NAME with new LINK...
2001-08-07 Chris HansonImplement primitive to allow linking variables that...
2001-08-06 Chris HansonFix bug: news posting hasn't worked since the MIME...
2001-08-04 Chris HansonFix bugs in unbind_variable.
2001-08-04 Chris HansonFix formatting of environments.
2001-08-03 Chris HansonRewrite interpreter-environment abstraction to account...
2001-08-02 Chris HansonUpdate version to reflect changes to variable reference.
2001-08-02 Chris HansonIn-line code flush_cache, which had one reference.
2001-08-02 Chris HansonImplement unlink_variable and associated primitive...
2001-08-02 Chris HansonEliminate unused TRAP_RECACHE. Add updated comment...
2001-08-01 Chris HansonDon't access a cache value as a cell.
2001-08-01 Chris HansonSimplify logic in a few places.
2001-07-31 Chris HansonCompletely rewrite the variable-reference code. New...
2001-07-29 Chris HansonWhen generating dependencies, pass -DMIT_SCHEME to...
2001-07-21 Chris HansonFix problem: errors during keyboard-macro execution...
2001-07-21 Chris HansonChange UPDATE-IMAP-FOLDER-LENGTH! back to its original...
2001-07-21 Chris HansonChange UPDATE-IMAP-FOLDER-LENGTH! so that it always...
2001-07-19 Chris HansonUpdate for post-release changes.
2001-07-19 Chris HansonUpdate for post-release changes.
2001-07-19 Chris HansonFix bug: when multiple USUAL-INTEGRATIONS declarations...
2001-07-19 Chris HansonFix typo. Supply definition for (surprisingly) missing...
2001-07-19 Chris HansonFix typo.
2001-07-19 Chris HansonA few more tweaks to get this working right.
2001-07-19 Chris HansonFix typo.
2001-07-19 Chris HansonDisable crypto and gdbm support by default, since it...
2001-07-18 Chris HansonAdd code for using Microsoft's assembler.
2001-07-18 Chris HansonUpdate to have hand-written dependencies as does the...
2001-07-18 Chris HansonUpdate references to 7.5.16 in the document body.
2001-07-18 Chris HansonChange version for release 7.5.17.
2001-07-18 Chris HansonRelease notes for 7.5.17.
2001-07-18 Chris HansonDocument the folder browser.
2001-07-17 Chris HansonThe key bindings for toggle- commands have been changed.
2001-07-17 Chris HansonModify to reflect changes to server-socket code, and for
2001-07-17 Chris HansonFix name of WIN32-NAMED-PIPE, which had underscore...
2001-07-16 Chris HansonAdd code to write XML structures.
2001-07-16 Chris HansonAdd code to write XML structures.
2001-07-16 Chris HansonFix a number of bugs that were revealed during testing...
2001-07-16 Chris HansonTweak format of !ELEMENT content type to be a little...
2001-07-16 Chris HansonDelete now-unused entity-reference structures.
2001-07-16 Chris HansonMust unblock all signals at start. A recent example...
2001-07-14 Chris HansonUse new parser/matcher macro environments.
2001-07-14 Chris HansonExport type descriptors for each of the XML data struct...
2001-07-14 Chris HansonAdd environment mechanism so that parser/matcher macros...
2001-07-12 Chris HansonDuh; DEFINE-STRUCTURE has one distinguished expression...
2001-07-12 Chris HansonAdd indentation rule for DEFINE-STRUCTURE. I think...
2001-07-12 Chris HansonA bunch of simple edits resulting from reading over...
2001-07-12 Chris HansonRename RUN-VALIDITY-TESTS to RUN-XML-TESTS, and change...
2001-07-12 Chris HansonFix some bugs.
2001-07-12 Chris HansonUpdate to use new Unicode support in the parser languag...
2001-07-12 Chris HansonFlesh out unicode support. Fix bugs.
2001-07-11 Chris HansonAdd unicode support.
2001-07-11 Chris HansonAdd unicode support.
2001-07-11 Chris HansonNew procedure PARSER-BUFFER-REF.
2001-07-10 Chris HansonReorganize for presentation.
2001-07-10 Chris HansonAnother round of changes. Now passes all of the valid...
2001-07-10 Chris HansonExtensive reworking to get entity references done more...
2001-07-10 Chris HansonAdd COMPLETE keyword.
2001-07-09 Chris HansonRename ELEMENT-TRANSFORM to MAP.
2001-07-08 Chris HansonChange DISCONNECT-FOLDER to close the connection immedi...
2001-07-06 Chris HansonInitial revision.
2001-07-06 Chris HansonWhen file is written for the first time, mark the buffe...
2001-07-06 Chris HansonPackage the code. Move parser macros to their own...
2001-07-05 Chris HansonMove data structures to separate file.
2001-07-05 Chris HansonInitial revision.
2001-07-05 Chris HansonFix typo.
next