- Oct 27, 1991
-
-
wlott authored
-
- Oct 26, 1991
-
-
wlott authored
It was comparing NARGS against 1 and 2, when it should have been comparing NARGS against (fixnum 1) and (fixnum 2).
-
- Oct 25, 1991
-
-
ram authored
-
- Oct 24, 1991
- Oct 23, 1991
-
-
ram authored
-
ram authored
the distribution.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
*FREE-FUNCTIONS* in addition to a GLOBAL-VAR. This can happen in block compilation.
-
ram authored
definition comes after the type information. Now "previous" must be in the WHERE string supplied as an argument.
-
chiles authored
Modified INIT-BITMAP-SCREEN-MANAGER to add RAISE-ECHO-AREA-WHEN-MODIFIED to the "Buffer Modified Hook".
-
chiles authored
No mod.
-
chiles authored
There's a new "Buffer Modified Hook" function that raises the "Echo Area" window when it becomes modified. You can control this with the Hemlock variable: "Raise Echo Area When Modified". It isn't good enough to set "Set Window Autoraise" to :echo-only because output appears in the echo area at times when the echo area is not set as the current window. The only malfunction of setting this new variable is sometimes Hemlock clears the echo area, which modifies it, and then does not output any text; in this situation, Hemlock would raise the echo area, but it doesn't need to do so. This cannot be eliminated due to the nature of the "Buffer Modified Hook".
-
wlott authored
with-fixed-allocation. Trapping whenever we don't need to GC is a bad idea.
-
- Oct 22, 1991
-
-
wlott authored
-
wlott authored
-
wlott authored
*internal-gc-trigger* for the RT, and allocators explicitly test against it.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
some rt::'s cause this file is now in the RT package.
-
chiles authored
Modified COMPLETE-FILE to correctly complete files relative to the defaults. It was previously relying on MERGE-PATHNAMES solely, but MERGE-PATHNAMES cannot do what COMPLETE-FILE requires when presented with a partial (non-absolute) pathname that includes some directories. What the user wants is the partial pathname to be merged with the absolute defaults including any directories specified in pathname. MERGE-PATHNAMES cannot do this since partial pathnames have independent uses, and it cannot clobber a non-nil slot in the partial pathname structure. However, COMPLETE-FILE obtains its partial pathnames from users specifying against defaults with the intent of deriving an absolute name, so when the defaults contain an absolute directory slot, the partial directory spec of the supplied pathname (if any) gets tacked onto the end of the defaults directory spec. This fixes a long standing Hemlock problem: you could find files relative to the defaults with subdirectory specs, but you could not complete them. Fixed DIRECTORY to no longer signal errors. It's job is to return a list of files matching its argument, and it should return nil when the spec is in accurate.
-
ram authored
100dpi devices.
-
ram authored
-
ram authored
some of the comments.
-
- Oct 21, 1991
-
-
ram authored
-
- Oct 20, 1991
- Oct 19, 1991
-
-
ram authored
-