mit-scheme.git
1991-06-15 Chris HansonChanges for sony news laptop running news os 5.01.
1991-06-15 Chris HansonFix typo in previous change.
1991-06-14 Chris HansonExport `debugging-info/unknown-expression?' for use...
1991-06-14 Chris HansonChanges for sony news laptop running news os 5.01.
1991-06-14 Chris HansonInitial revision
1991-06-14 Chris HansonChange the front end of the compiler to expand calls to
1991-06-14 Guillermo J... Fix bug in method/combination-save-value. The wrong...
1991-06-13 Chris HansonFor SYSTEM-VECTOR-SIZE, cannot assume that the type...
1991-06-12 Chris HansonFix various bugs in generation of type and range checks.
1991-06-12 Chris HansonFix various bugs in generation of type and range checks.
1991-06-12 Chris HansonEliminate a situation where useless continuation entrie...
1991-06-11 Chris HansonFix a couple of logic errors in PRINT-SUBEXPRESSION.
1991-06-10 Guillermo J... Fix bug in unparse-tail by which (1 quote 2) was printi...
1991-06-10 Guillermo J... Fix typo: set-entity-extra! was setting the wrong field.
1991-06-06 Chris HansonMake changes to correspond to recent changes to "cref...
1991-05-30 Chris HansonUpdate to match current 680x0 sources.
1991-05-28 Guillermo J... Change the value register to d6.
1991-05-28 Guillermo J... Change the value register to d6 on the 68k family.
1991-05-28 Guillermo J... Change the value register to d6 on the 68k family.
1991-05-27 Guillermo J... Give touch-created-file? an initial value so that if...
1991-05-21 Chris HansonModify completion code to work reasonably both in norma...
1991-05-21 Chris HansonFix filename/pathname confusion bug in LOAD-FIND-FILE...
1991-05-21 Chris HansonChange completion code to use new generic support.
1991-05-21 Chris HansonImplement generic support for completions.
1991-05-20 Chris Hanson*** empty log message ***
1991-05-20 Chris Hanson*** empty log message ***
1991-05-20 Chris HansonAdd new command M-x scheme-complete-symbol.
1991-05-20 Chris HansonChange COMINT-LIST-FILENAME-COMPLETIONS -- discard...
1991-05-20 Chris HansonAdd new procedure: forward-prefix-chars.
1991-05-20 Chris HansonAdd new primitive SCAN-FORWARD-PREFIX-CHARS.
1991-05-20 Chris HansonFix bug in FIND-TAG-DEFAULT. This change requires...
1991-05-20 Chris HansonExport command definitions for tags package.
1991-05-18 Chris HansonEliminate last vestiges of "*" convention in variable...
1991-05-18 Chris HansonChange M-x scroll-other-window and M-x
1991-05-18 Chris HansonChange handling of default type INSERTED-DEFAULT -...
1991-05-18 Chris HansonChange Scheme expression prompting to display the defau...
1991-05-18 Chris HansonExport all command and mode definitions from the prompt...
1991-05-18 Chris HansonImprove write-strings-densely. Eliminate several unuse...
1991-05-17 Chris HansonImprove write-strings-densely. Eliminate several unuse...
1991-05-17 Chris HansonFix fencepost error.
1991-05-17 Chris HansonDue to change in push-cmdl, it's now necessary to bind...
1991-05-17 Chris Hanson*** empty log message ***
1991-05-17 Chris HansonAdd check to WINDOW-MARK-VISIBLE? to handle marks that...
1991-05-17 Chris HansonChange modeline to use display limits when computing...
1991-05-17 Chris HansonAdd syntax-table argument to `char->syntax-code' and...
1991-05-17 Chris HansonAdd syntax-table argument to `char->syntax-code' and...
1991-05-17 Chris HansonFix handling of nonincremental search option. Implemen...
1991-05-17 Chris HansonDefine word-search commands. Fix various typos and...
1991-05-17 Chris HansonCreate new entry point, prompt-for-string/prompt, that...
1991-05-17 Chris HansonChange prompt-for-string (and all associated prompt...
1991-05-17 Chris HansonChange M-x execute-extended-command to use name of...
1991-05-17 Chris HansonChange representation of character names to use "M...
1991-05-16 Chris HansonFix a few minor bugs.
1991-05-16 Chris HansonWhen reading a file into a buffer, guarantee that the...
1991-05-16 Chris HansonEliminate incorrect case sensitivity in completion.
1991-05-16 Chris Hanson*** empty log message ***
1991-05-16 Chris HansonAdd detection and handling of file supercession threats.
1991-05-16 Hal AbelsonFix think-o in M-x rmail-reply.
1991-05-15 Chris HansonVarious improvements to the debugger.
1991-05-15 Chris HansonBind a condition handler to catch and ignore errors...
1991-05-15 Chris HansonWhen starting a new CMDL, bind the list of condition...
1991-05-15 Chris HansonImplement variable continuation-browser-output-style...
1991-05-15 Chris HansonAdd CLOSE operation that deallocates the port's output...
1991-05-15 Chris HansonImplement control variable REPL:ALLOW-RESTART-NOTIFICAT...
1991-05-15 Chris HansonFix typo in last change.
1991-05-15 Chris Hanson*** empty log message ***
1991-05-15 Chris Hanson*** empty log message ***
1991-05-15 Chris HansonImprove M-x undigestify-rmail-message so it doesn't...
1991-05-15 Chris HansonChange filename prompting to convert completion result...
1991-05-15 Chris HansonImplement new procedure os/filename->display-string...
1991-05-15 Chris HansonAdd control variable to allow limiting the amount of...
1991-05-15 Chris HansonAdd new commands:
1991-05-15 Chris HansonEliminate duplicated "Saving file..." message.
1991-05-15 Guillermo J... Change generic_flonum_result because of a bug in the...
1991-05-15 Chris HansonFix think-o in M-x visit-tags-table.
1991-05-15 Chris HansonChange prompt-for-pathname and friends to accept a...
1991-05-15 Chris HansonChanges for Emacs 19 autoload mechanism.
1991-05-14 Chris HansonFix bug in M-x untabify: char-search doesn't set the...
1991-05-14 Chris HansonFix definition of M-x newline, which should always...
1991-05-14 Chris HansonWhen DUMP-BAND primitive fails, setup 'RETRY restart...
1991-05-14 Chris Hanson* Change save-some-buffers to accept two required argum...
1991-05-14 Chris HansonWhen an internal error occurs, just display its error...
1991-05-14 Chris HansonHandle errors that occur during auto-save.
1991-05-14 Chris HansonImplement SLEEP-FOR.
1991-05-13 Chris Hanson*** empty log message ***
1991-05-13 Chris HansonExtend list of file primitives to include a few that...
1991-05-10 Chris HansonFix bug -- compiled-code environment manipulation was...
1991-05-10 Chris HansonChange modeline control variables to be per-buffer.
1991-05-10 Chris HansonRename window-minimum- variables to window-min-. Chang...
1991-05-10 Chris HansonRename window-minimum- variables to window-min-.
1991-05-10 Chris HansonChange M-x recenter to treat C-u argument as meaning...
1991-05-10 Chris HansonChange PRESERVING-MATCH-DATA to save permanent marks...
1991-05-10 Chris HansonChange PRESERVING-MATCH-DATA to save permanent marks...
1991-05-10 Chris HansonFix typo in last change.
1991-05-10 Chris HansonDefinition CONDITION/REPORT-STRING.
1991-05-10 Chris Hanson*** empty log message ***
1991-05-10 Chris HansonRename various lisp definition and evaluation commands...
1991-05-10 Chris HansonChange M-x goto-char from 0-based to 1-based indexing...
1991-05-10 Chris HansonChange commands from 0-based to 1-based indexing: what...
1991-05-10 Chris HansonRename M-x describe-command to M-x describe-function...
next