- Feb 14, 1992
-
-
wlott authored
-
- Jan 24, 1992
-
-
phg authored
-
- Jan 22, 1992
-
-
phg authored
standard. List replaces simple vector of directories, : up and truename used to move up tree. Extra copy of defcommand for Dired Up Directory deleted.
-
- Jan 14, 1992
-
-
ram authored
-
- Jan 06, 1992
-
-
ram authored
SEARCH-ONCE-{FORWARD,BACKWARD}-MACRO so that we don't have to compile this file to compile search2.
-
- Dec 22, 1991
-
-
ram authored
checkpoint file.
-
- Dec 20, 1991
-
-
ram authored
hold onto garbage (in case the vector was in static space, but pointed to dynamic values.) This was a major cause of memory leakage in Hemlock.
-
ram authored
FILE-WRITABLE on the PROBE-FILE result, since it may be that the file found by probe-file is not the one that would be written to.
-
- Dec 18, 1991
- Dec 10, 1991
-
-
ram authored
form before doing funny indentation.
-
- Dec 06, 1991
-
-
wlott authored
so that char-pos will be reset to zero whenever the user presses enter.
-
- Nov 23, 1991
-
-
chiles authored
Added wm-hints for pop-up display windows. This will be necessary to receive input in OpenLook windowing systems, but we also thought this might be be MWM bug that prevents pop-up windows from receiving input. It was unlikely this was the problem since other Hemlock windows could receive input without the new wm-hint we set to get input in OpenLook windowing systems. Delete SET-WINDOW-ROOT-Y since it is no longer used since we installed window groups.
-
chiles authored
Deleted unused definitions that died when the new window group code went in.
-
- Nov 22, 1991
-
-
wlott authored
-
- Nov 18, 1991
-
-
ram authored
"Lisp Indentation Local Definers", and also to recognize LABELS (as well as MACROLET and FLET.)
-
- Nov 14, 1991
-
-
chiles authored
Changed NN-REPLY-CLEANUP-SPLIT-WINDOWS to delete the message-window instead of the reply-window. Split CONNECT-TO-NNTP into two: RAW-CONNECT-TO-NNTP and CONNECT-TO-NNTP. The first is the same as the original with the addition of specifying a timeout value to MAKE-FD-STREAM. The second binds a handler for the IO-TIMEOUT condition and gives the user an error message. Added Hemlock variable "Netnews NNTP Timeout Period" to control how long Netnews will wait (while connecting to NNTP) before timing out. Changed *nntp-server* into Hemlock variable "Netnews NNTP Server". Added command "Netnews Reply to Sender in Other Window". Added functions NN-SETUP-FOR-REPLY-BY-MAIL and NN-REPLY-TO-SENDER to hold common code for "Netnews Forward Message", "Netnews Reply to Sender", and "Netnews Reply to Sender in Other Window". Changed default bindings to use "Netnews Reply to Group in Other Window" and "Netnews Reply to Sender in Other Window"
-
- Nov 12, 1991
-
-
chiles authored
Fixed "Load File" to correspond with the manual by making it regard "Remote Compile File". It was always going through RFS when it should do so conditionally.
-
- Nov 11, 1991
-
-
chiles authored
after-redisplay-method allowed any input to be queued.
-
- Nov 09, 1991
- Nov 08, 1991
-
-
wlott authored
bound before trying to get it's value.
-
- Nov 07, 1991
-
-
wlott authored
translation.
-
wlott authored
-
wlott authored
-
wlott authored
file in...] If we delete the buffer don't try to re-visit the file, 'cause it will be gone.
-
wlott authored
not the working copy should be kept is now a hemlock variable so it can be set on a per-buffer basis (probably in a read-file hook).
-
wlott authored
rcsupdate does the job much better. Added noise to check in and check out to possibly use definition translation stuff on the file so that you don't have to duplicate the entire source tree in your work area.
-
wlott authored
first. This way, you don't have to have 400 different translations for ever conceivable source path.
-
- Oct 30, 1991
- Oct 28, 1991
- Oct 27, 1991
- Oct 25, 1991
-
-
wlott authored
components off the pathname if it wouldn't otherwise fit on the screen.
-
- Oct 23, 1991
-
-
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".
-