mit-scheme.git
1991-04-24 Chris HansonEliminate reference to `group-un-clip!'.
1991-04-24 Chris HansonNew procedure group-extract-and-delete-string!.
1991-04-24 Chris HansonChange prompting for prefix chars to be more like that...
1991-04-23 Chris Hanson* Change arguments to string and regexp search procedur...
1991-04-23 Chris Hanson* Change arguments to string and regexp search procedur...
1991-04-23 Chris HansonAlways supply LIMIT argument to search procedures.
1991-04-23 Chris HansonWhen a variable value validity test is failed, signal...
1991-04-23 Chris HansonFix bug in M-x set-visited-file-name -- couldn't unset...
1991-04-23 Chris HansonFix think-o in `set-buffer-pathname!'.
1991-04-21 Chris HansonInitial revision
1991-04-21 Chris HansonDired of a wildcard specification didn't work -- now...
1991-04-21 Chris Hanson* Implement mail sending.
1991-04-21 Chris HansonOptimize drawing of highlighted lines. Previously...
1991-04-21 Chris HansonChange procedures that set point and mark to copy their...
1991-04-20 Chris HansonCan't integrate scode-eval any longer, since it's now...
1991-04-20 Chris HansonCan't integrate scode-eval any longer, since it's now...
1991-04-18 Mark FriedmanAdded hooks for syntax-expression and scode-eval.
1991-04-18 Mark FriedmanAdded hook for syntax-expression.
1991-04-18 Mark FriedmanAdded hook for scode-eval.
1991-04-15 Guillermo J... Rename compile-scode to compile-scode/internal.
1991-04-15 Guillermo J... Add hook/extended-scode-eval so that expressions can...
1991-04-15 Guillermo J... Casts to make it run under SunOS 4.03 when compiled...
1991-04-13 Chris HansonChange interface of `fill-region' procedure to allow...
1991-04-13 Chris HansonChange interface of `os/auto-save-pathname' so that...
1991-04-12 Chris Hanson*** empty log message ***
1991-04-12 Chris HansonAdd third argument to `read-buffer?', which prevents...
1991-04-12 Chris HansonChange `revert-buffer' and `set-visited-file-name'...
1991-04-12 Chris HansonDon't clear buffer-modification flag unless the buffer...
1991-04-12 Chris HansonRewrite directory-listing procedures to use new primiti...
1991-04-12 Chris HansonFix missing argument in `reindent-then-newline-and...
1991-04-12 Chris HansonMake sure that undo recording happens before any change...
1991-04-12 Chris HansonFix name mismatches on two key bindings for C mode...
1991-04-12 Chris HansonChange buffer `auto-save-modified' flag to `auto-save...
1991-04-12 Chris HansonImplement procedure `rename-auto-save-file!'. Implemen...
1991-04-12 Chris HansonAdd new primitives `directory-open-noread' and
1991-04-12 Arthur GlecklerMake CLEAR-POINT, DRAW-LINE-TO, DRAW-POINT, GRAPHICS...
1991-04-11 Chris HansonImplement new I/O port operations READ-SUBSTRING and...
1991-04-11 Chris HansonVarious changes. Requires runtime version 14.115 or...
1991-04-11 Chris HansonImplement cost analysis to estimate when scrolling...
1991-04-11 Chris HansonWhen drawing a new line over an old one that is known...
1991-04-11 Chris HansonChange dired to use an `ls' subprocess rather than...
1991-04-11 Chris HansonChange `shell-command' and `shell-command-region' to...
1991-04-11 Chris HansonRe-enable parenthesis matching in typein window. Chang...
1991-04-08 Chris Hanson*** empty log message ***
1991-04-08 Chris HansonEliminate unused variable.
1991-04-08 Chris HansonCache default display so that the trivial dumb use...
1991-04-06 Guillermo J... Define student-pp that understands old-style arguments.
1991-04-06 Guillermo J... Make pp be bound to student-pp.
1991-04-06 Guillermo J... Patch syntax table so that MAKE-ENVIRONMENT works.
1991-04-06 Guillermo J... Fix bug with making [] extended alphabetic.
1991-04-03 Chris HansonFix bug that prevented override message from being...
1991-04-03 Chris HansonFix bug that made C-u TAB work incorrectly under some...
1991-04-03 Chris HansonCatch errors that happen while reading expressions...
1991-04-03 Chris HansonCatch errors that happen while reading expressions...
1991-04-03 Chris HansonWhen marking buffers for deletion, use D instead of K.
1991-04-03 Chris Hanson*** empty log message ***
1991-04-03 Chris HansonFix bug that prevented the typein window from being...
1991-04-03 Chris HansonFix fencepost error in `scroll-lines-up'.
1991-04-03 Chris Hanson`block/next-continuation-offset', when it found that...
1991-04-03 Chris HansonIn `shell-command-region', if the region is empty,...
1991-04-03 Chris Hanson*** empty log message ***
1991-04-03 Chris HansonFix think-o in `group-delete!'.
1991-04-02 Chris HansonChange mark data structure to store index instead of...
1991-04-02 Chris HansonUpdate description of Edwin mark structure to match...
1991-04-02 Chris HansonIn `block/next-continuation-offset', if the next contin...
1991-04-02 Chris HansonFix bugs associated with continuation lines: when scrol...
1991-04-01 Chris HansonIn `maybe-scroll', if the lines are being scrolled...
1991-04-01 Chris HansonFix bug: lines that were clipped at a window's top...
1991-04-01 Chris Hanson* Redesign redisplay to get line-contents strings from...
1991-04-01 Chris HansonIf a buffer has a `display-start' mark, and the buffer...
1991-04-01 Chris HansonFix bug that prevented "//" at end of pathname string...
1991-04-01 Chris HansonFix bug that caused dired buffer of "/" to have the...
1991-03-29 Guillermo J... Add JMiller's comments and make some edits incorporatin...
1991-03-28 Guillermo J... Make the compiler interface reset itself after restarti...
1991-03-28 Guillermo J... Some patches for the NeXT, and other cacheing 68040s.
1991-03-28 Guillermo J... Change NeXT cache flushing code because "trap #2" does...
1991-03-28 Guillermo J... Eliminate unnecessary parentheses that were confusing...
1991-03-28 Guillermo J... Bump symbol table size for HP C compiler.
1991-03-28 Guillermo J... Fix initialization of aggregate variable to accommodate...
1991-03-28 Guillermo J... The HP compiler can't handle x11base.c unless the symbo...
1991-03-28 Guillermo J... Add jinxscheme that includes the dump-world primitive.
1991-03-28 Guillermo J... Add some site conditionalization so that the same binar...
1991-03-28 Guillermo J... Change #error into #include "error:.." because HP's...
1991-03-28 Guillermo J... Fix non-portable cpp hack in the definition of sighnd_stop.
1991-03-28 Chris HansonDon't use temporary messages to flash matching parenthe...
1991-03-27 Chris HansonFix thinko in `make-comint'.
1991-03-26 Guillermo J... Add handling of floating point in assembly language...
1991-03-26 Guillermo J... Starting loop boundary on heap-clearing loop in allocat...
1991-03-25 Mark FriedmanFixed bug about boa-constructors of record types.
1991-03-24 Guillermo J... Fix bug in CMP and CMPI instructions.
1991-03-24 Guillermo J... Conditionalization and changes for 68040 format closures.
1991-03-24 Guillermo J... Initial revision
1991-03-24 Guillermo J... Choose alternate MC68k closure format that works on...
1991-03-24 Guillermo J... Initial revision
1991-03-24 Guillermo J... read_a_char was not handling \t and \b correctly.
1991-03-24 Guillermo J... Fix a problem with allocate_closure: All words must...
1991-03-24 Guillermo J... Specifying ci_version or ci_processor imply upgrade_cc.
1991-03-24 Guillermo J... Cast pointer to avoid compiler warning.
1991-03-24 Guillermo J... Fix allocate_closure.
1991-03-23 Chris HansonFix typo in `predict-start-line'.
next