mit-scheme.git
1992-11-18 Chris HansonFix bug in INSERT-INBOX-TEXT: when inbox was empty...
1992-11-18 Guillermo J... Conditionalize according to PROC_TYPE.
1992-11-18 Guillermo J... Conditionalize according to PROC_TYPE.
1992-11-18 Guillermo J... Conditionalize according to CMPINT_USE_STRUCS.
1992-11-18 Guillermo J... #define CMPINT_USE_STRUCS until cmpaux-alpha.m4 is...
1992-11-18 Guillermo J... #define CMPINT_USE_STRUCS until cmpaux-vax.m4 is updated.
1992-11-18 Guillermo J... #define CMPINT_USE_STRUCS until cmpaux-i386.m4 is updated.
1992-11-18 Guillermo J... #define CMPINT_USE_STRUCS until cmpaux-hppa.m4 is updated.
1992-11-18 Guillermo J... #define CMPINT_USE_STRUCS until cmpaux-hppa.m4 is updated.
1992-11-18 Guillermo J... Fix typo in last edit.
1992-11-18 Guillermo J... Move some back-end-dependent stuff to back/asutl.
1992-11-18 Guillermo J... Move some back-end-dependent stuff to back/asutl.
1992-11-18 Guillermo J... Initial revision
1992-11-17 Chris HansonInstall Matt Birkholz's changes.
1992-11-17 Chris HansonDon't allow minor modes to be set in prompt-for-express...
1992-11-17 Chris HansonAdd M-x dabbrev-expand.
1992-11-17 Chris HansonAdd M-x dabbrev-expand.
1992-11-17 Chris HansonInitial revision
1992-11-17 Chris HansonAdd description to output of DEFINE-NAMED-STRUCTURE...
1992-11-17 Chris HansonChange SET-BUFFER-MAJOR-MODE! so it doesn't reset the...
1992-11-17 Chris HansonFixes to last set of changes.
1992-11-17 Chris HansonFixes to last set of changes.
1992-11-17 Chris HansonFixes to last set of changes.
1992-11-17 Chris HansonFixes to last set of changes.
1992-11-17 Chris HansonFixes to last set of changes.
1992-11-17 Chris HansonFixes to last set of changes.
1992-11-16 Chris HansonChange MODE-INITIALIZATION (for both major and minor...
1992-11-16 Guillermo J... Move load-option from top-level to inside the encryptio...
1992-11-16 Brian A. LaMacchiaAdded dired-krypt -- encrypts and decrypts files using...
1992-11-15 Chris HansonRedesign AFTER-FIND-FILE and related procedures to...
1992-11-14 Guillermo J... Add hook for C back end so that generated labels are...
1992-11-14 Chris HansonFix typo in previous change.
1992-11-13 Chris HansonAdd optional argument to pop-up-buffer, which disables...
1992-11-13 Chris HansonMake backup-by-copying of symbolic link be dependent...
1992-11-13 Chris HansonAdd M-x describe-syntax.
1992-11-13 Chris HansonAdd variable manual-command to override the manual...
1992-11-13 Chris HansonChange list of help commands to include describe-syntax.
1992-11-13 Chris HansonRedefine AUTO-FILL-BREAK? to use Emacs definition.
1992-11-13 Chris HansonChange setting of buffer-point to conform to Emacs.
1992-11-13 Chris HansonAdd M-x comint-send-invisible and M-x comint-send-char.
1992-11-13 Chris HansonAdd buffer-menu-mode-hook, and set truncate-lines true...
1992-11-12 Brian A. LaMacchiawriteable -> writable
1992-11-12 Chris HansonFix spelling: "writeable" -> "writable".
1992-11-12 Guillermo J... Fix bug in disk-save/disk-restore by which bands dumped...
1992-11-11 Brian A. LaMacchiaFixed a bug in rmail-make-basic-summary-line.
1992-11-10 Chris HansonDo not set MICROCODE-TERMINATION-PROCEDURES slot of...
1992-11-09 Chris HansonDisregard minibuffers in SAVE-EDITOR-FILES.
1992-11-09 Chris HansonFix two bugs in SAVE-EDITOR-FILES.
1992-11-09 Chris HansonFix two bugs in SAVE-EDITOR-FILES.
1992-11-09 Guillermo J... Add label argument to all interpreter calls for the...
1992-11-09 Brian A. LaMacchiaChanged the way summary lines are constructed.
1992-11-08 Guillermo J... Allow (cd)
1992-11-08 Guillermo J... Re-define string->symbol. The new version now copies...
1992-11-08 Guillermo J... Remove string->symbol from integrable primitives list.
1992-11-08 Guillermo J... Conditionalization for the C back end.
1992-11-07 Guillermo J... Fix bugs in compiler setup:
1992-11-06 Chris HansonExport variables controlling debugging info generation...
1992-11-06 Guillermo J... Fix bug in last set of changes.
1992-11-05 Chris HansonAdd SORT library (from arthur).
1992-11-05 Chris HansonEliminate references to obsolete primitives. Eliminate...
1992-11-05 Chris HansonAdd new editor variable LPR-PROCEDURE to allow complete...
1992-11-05 Brian A. LaMacchiaFixed rmail-cease-edit to remove the cached summary...
1992-11-05 Guillermo J... New version of apply.
1992-11-04 Guillermo J... Fix bugs in the implementation of REDUCE-OPERATOR and...
1992-11-04 Guillermo J... Fix back-out problem in compiled APPLY.
1992-11-03 Guillermo J... Provide a new, faster version of apply.
1992-11-03 Guillermo J... Prevent directory expansion while reading directories.
1992-11-03 Guillermo J... Eliminate a warning from SF.
1992-11-03 Guillermo J... Provide a new, faster version of apply.
1992-11-03 Guillermo J... Initial revision
1992-11-03 Guillermo J... Recode fixnum_remainder because the FREM instruction...
1992-11-01 Arthur GlecklerAdd new sorting package.
1992-11-01 Arthur GlecklerInitial revision
1992-10-31 Guillermo J... Declare expt as an int instead of long so that frexp...
1992-10-31 Guillermo J... Fix bug in remainder. FPREM can return negative values...
1992-10-30 Arthur GlecklerComment out buffer auto-save disabling that doesn't...
1992-10-27 Guillermo J... Add a mechanism for primitives to apply compiled proced...
1992-10-27 Guillermo J... Teach comutil_apply about arity dispatchers.
1992-10-27 Guillermo J... Teach internal_apply about arity dispatchers.
1992-10-26 Chris HansonInitialize process-filter in M-x telnet rather than...
1992-10-24 Guillermo J... The separator in labels is not a constant.
1992-10-24 Guillermo J... Move a few things around to accomodate the C back end.
1992-10-21 Guillermo J... Eliminate old alias.
1992-10-21 Guillermo J... Eliminate fossil primitives.
1992-10-21 Guillermo J... Eliminate fossil primitives.
1992-10-21 Guillermo J... Eliminate extra indirection.
1992-10-21 Guillermo J... Move various primitives from prosenv.c to pruxenv.c...
1992-10-20 Guillermo J... Make ->environment not fail when the file will not...
1992-10-20 Guillermo J... Add xmodef (commented) and comment out key.
1992-10-20 Guillermo J... Change definition of define-command so commands can...
1992-10-20 Guillermo J... Initial revision
1992-10-20 Guillermo J... Re-arrange some stuff to make the DOS load smaller.
1992-10-20 Guillermo J... Microcode Initialize only sets internal variables,...
1992-10-20 Guillermo J... Initialize only sets internal variables, and exit only...
1992-10-20 Guillermo J... Fix bug in background color handling. The attributes...
1992-10-20 Guillermo J... Add asstop.com.
1992-10-19 Guillermo J... Split toplev and move a couple of things around to...
1992-10-19 Guillermo J... Split toplev and move a couple of things around to...
1992-10-19 Guillermo J... Split toplev and move a couple of things around to...
1992-10-19 Guillermo J... Move set-current-branches! from lapgn3.scm to linear...
next