mit-scheme.git
1991-10-11 Chris Hanson*** empty log message ***
1991-10-11 Chris Hanson*** empty log message ***
1991-10-11 Chris HansonBe more careful about order of events in M-x shell...
1991-10-11 Chris HansonImplement M-x shell-command and M-x shell-command-on...
1991-10-11 Chris HansonImplement M-x shell-command and M-x shell-command-on...
1991-10-11 Chris HansonImplement M-x compare-windows.
1991-10-11 Chris HansonIn M-x visit-tags-table, if the user types something...
1991-10-11 Chris HansonDon't ignore pathname-version when generating buffer...
1991-10-10 Arthur GlecklerMake RMAIL update mode line when SHOW-MESSAGE is called...
1991-10-10 Chris HansonMove to regular Scheme source directories.
1991-10-10 Chris HansonAdjustments to support multiple binary directories.
1991-10-08 Mark FriedmanCached the current working directory to avoid needless...
1991-10-08 Mark FriedmanChanged parse_path_string() to make sure that get_wd...
1991-10-04 Chris HansonImprove performance of m command -- it was very slow...
1991-10-04 Chris HansonFix bug in M-x goto-char -- it was counting characters...
1991-10-04 Chris HansonGuarantee that all buffer-local variables are unbound...
1991-10-03 Chris HansonINDENT-TABS-MODE should be off in Texinfo files.
1991-10-03 Chris HansonFix fencepost error that sometimes caused extra newline...
1991-10-03 Brian A. LaMacchiaMinor change to rmail-make-basic-summary-line so that...
1991-10-03 Arthur GlecklerMake telnet accept port number after hostname.
1991-10-03 Chris HansonAdd directory tracking for popd and pushd shell command...
1991-10-02 Guillermo J... Add phony target world redirecting to xmakefile.
1991-10-02 Guillermo J... Add a call to x-window-set-class-hint when a window...
1991-10-02 Guillermo J... Rename x-graphics-set-class-hint to x-window-set-class...
1991-10-02 Chris HansonDon't unregister a closed channel -- it signals an...
1991-10-02 Chris HansonEliminate duplicate definition of variable.
1991-10-02 Chris HansonAdd simple insertion commands to Texinfo mode.
1991-10-02 Chris HansonFix typo in COMPUTE-HORIZONTAL-SPACE.
1991-10-02 Chris HansonFix INDENT-FOR-TAB-COMMAND so it pays attention to...
1991-10-01 Chris HansonEliminate INTEGRATE-PRIMITIVE-PROCEDURES declaration.
1991-10-01 Chris HansonEliminate explicit load of CREF utility.
1991-09-25 Chris HansonAdd `time_t' and change type of argument to `ctime...
1991-09-25 Chris HansonFix casting bug in __INT_TO_PTR.
1991-09-25 Arthur GlecklerMake previous bug fix slightly faster.
1991-09-25 Arthur GlecklerFix number-of-arguments bug calling RE-SEARCH-FORWARD...
1991-09-24 Chris HansonEliminate incorrect ";" from definition of Declare_Fixe...
1991-09-24 Brian A. LaMacchiaFixed a bug in parse-file-inboxes which used the wrong...
1991-09-20 Arthur GlecklerGet rid of unreferenced variable NAME left over from...
1991-09-20 Arthur GlecklerAdd printer output commands LPR-BUFFER, PRINT-BUFFER...
1991-09-20 Arthur GlecklerInitial revision
1991-09-20 Arthur GlecklerFix major mode description to reflect previous change:
1991-09-20 Arthur GlecklerBind DIRED-FLAG-FILE-FOR-COPY to #\k instead of #\C...
1991-09-20 Chris HansonEliminate use of INTEGRATE-PRIMITIVE-PROCEDURES declara...
1991-09-20 Chris HansonEliminate use of INTEGRATE-PRIMITIVE-PROCEDURES declara...
1991-09-19 Arthur GlecklerFix bug that makes completion on an empty filename...
1991-09-18 Arthur GlecklerMake PROMPT-FOR-INPUT-TRUENAME accept files that are...
1991-09-18 Chris HansonRedefine #!optional and #!rest to be something distinct...
1991-09-18 Arthur GlecklerFix bug in MANUAL-ENTRY that prevents it understanding...
1991-09-18 Arthur GlecklerAdd autoload library to display UNIX manual pages.
1991-09-18 Arthur GlecklerAdd autoload library to display UNIX manual pages.
1991-09-17 Arthur GlecklerFix typo.
1991-09-17 Arthur GlecklerInitial revision
1991-09-17 Brian A. LaMacchiaFixed a bug in rmail-reply. If there was no Subject...
1991-09-17 Arthur GlecklerFix bug preventing INDENT-RIGIDLY from accepting multiplier
1991-09-17 Arthur GlecklerGet rid of unused procedure.
1991-09-17 Arthur GlecklerGet rid of unreferenced variables.
1991-09-17 Arthur GlecklerImprove Edwin debugger:
1991-09-17 Arthur GlecklerChange NORMAL-MODE to evaluate variables in "Edwin...
1991-09-16 Chris HansonRearrange machine names.
1991-09-14 Arthur GlecklerMake RETURN-TO and RETURN-FROM evaluate the previous...
1991-09-12 Arthur GlecklerExport debugger variable EDWIN-VARIABLE$DEBUGGER-CONFIR...
1991-09-12 Arthur GlecklerMake EVALUATE-REGION return the value of the last expre...
1991-09-12 Arthur GlecklerFix braino with last change.
1991-09-12 Arthur GlecklerMake CEILING, FLOOR, ROUND, and TRUNCATE coerce their...
1991-09-12 Arthur GlecklerImport DSTATE/EXPRESSION and INVALID-EXPRESSION? from...
1991-09-11 Arthur GlecklerFix alphabetical order of initialization filenames...
1991-09-11 Arthur GlecklerFix wrong number of arguments bug in LIST-MATCHING...
1991-09-10 Brian A. LaMacchiaRemoved extraneous debugging code.
1991-09-10 Brian A. LaMacchiaFixed bug in rmail-summary-{exit,quit} which appeared
1991-09-10 Guillermo J... dump_free_directly now returns the new value of free_bu...
1991-09-10 Guillermo J... Allow multiple inclusion.
1991-09-09 Arthur GlecklerFixed: #\C-q is not an ASCII char, but #\DC1 is.
1991-09-09 Guillermo J... Integrate Jmiller's latest changes:
1991-09-09 Guillermo J... Fix spelling mistake.
1991-09-09 Guillermo J... Add copyright notice and title.
1991-09-09 Guillermo J... Add copyright notice and title.
1991-09-09 Guillermo J... Fix typos.
1991-09-08 Guillermo J... - Remove without-stepping and stepping-off! from error...
1991-09-08 Guillermo J... Remove without-stepping and stepping-off!, but provide
1991-09-08 Guillermo J... Make gc statistics align.
1991-09-07 Guillermo J... Add more options for bchscheme.
1991-09-07 Guillermo J... Change window size, etc., to be determined from command...
1991-09-07 Guillermo J... Change window size, etc., to be determined from command...
1991-09-07 Guillermo J... Add more options for bchscheme.
1991-09-07 Guillermo J... Bump copyright date.
1991-09-07 Guillermo J... Add more options for bchscheme.
1991-09-07 Guillermo J... Add real time GC statistics gathering and reporting.
1991-09-07 Guillermo J... - Align GC buffers and Scheme spaces so that raw (chara...
1991-09-06 Brian A. LaMacchiaChanged filename-complete-string so that matches which...
1991-09-05 Mark FriedmanAdded utime() to system calls and SET-FILE-TIMES! to...
1991-09-04 Guillermo J... Add a section on debugging, a section on the package...
1991-09-03 Arthur GlecklerCPH: Fix interrupt window in the timer interrupt routin...
1991-09-03 Arthur GlecklerImport WRITE-RESTARTS from the (RUNTIME DEBUGGER) packa...
1991-09-02 Arthur GlecklerAdd copy-multiple-files capability to Dired mode:
1991-09-02 sybokStepping stuff moved here from global.scm
1991-09-02 sybokStepping stuff moved here from global.scm
1991-09-02 sybokStepping stuff moved here from global.scm
1991-09-02 sybokStepping stuff moved here from global.scm
1991-09-02 sybok*** empty log message ***
1991-09-02 sybokThe addition of "without-stepping" as it was changed...
next