Skip to content
Snippets Groups Projects
  1. Feb 14, 1992
  2. Jan 24, 1992
  3. Jan 22, 1992
  4. Jan 14, 1992
  5. Jan 06, 1992
  6. Dec 22, 1991
  7. Dec 20, 1991
  8. Dec 18, 1991
  9. Dec 10, 1991
  10. Dec 06, 1991
  11. Nov 23, 1991
    • chiles's avatar
      · f3035743
      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.
      f3035743
    • chiles's avatar
      · 2e834202
      chiles authored
      Deleted unused definitions that died when the new window group code went in.
      2e834202
  12. Nov 22, 1991
  13. Nov 18, 1991
  14. Nov 14, 1991
    • chiles's avatar
      · 6d41dccf
      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"
      6d41dccf
  15. Nov 12, 1991
    • chiles's avatar
      · 8d4c1526
      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.
      8d4c1526
  16. Nov 11, 1991
  17. Nov 09, 1991
  18. Nov 08, 1991
  19. Nov 07, 1991
  20. Oct 30, 1991
  21. Oct 28, 1991
    • chiles's avatar
      · 35bd525b
      chiles authored
      Updated things to do deleting some stuff that had been done.
      35bd525b
    • chiles's avatar
      · 6aaecc4b
      chiles authored
      Modified CREATE-WINDOW-WITH-PROPERTIES to supply :input :on to allow silly
      OpenLook pseudo-X11 Sun servers to do the right thing.
      6aaecc4b
  22. Oct 27, 1991
  23. Oct 25, 1991
  24. Oct 23, 1991
    • chiles's avatar
      · fdafb490
      chiles authored
      Modified INIT-BITMAP-SCREEN-MANAGER to add RAISE-ECHO-AREA-WHEN-MODIFIED to the
      "Buffer Modified Hook".
      fdafb490
    • chiles's avatar
      · 2b5b24e9
      chiles authored
      No mod.
      2b5b24e9
    • chiles's avatar
      · 7678b8fa
      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".
      7678b8fa
Loading