Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-21
| ||
12:02 | window/cold.lisp: This reverts CPT, old keyboard support and disables Explorer and Lambda specific hacks. Leaf check-in: e059e201b4 user: ams tags: trunk | |
2024-11-19
| ||
19:40 | window/rh.lisp: Ignore weird DECLARE for SYS:DOWNWARD-FUNCTION. check-in: ce7a849049 user: ams tags: trunk | |
18:00 | sys/sort.lisp: Replace DTP-RPLACD-FORWARD with DTP-HEADER-FORWARD through out. (merge-sort): Use RETURN instead of RETURN-FROM. check-in: 05f8c55551 user: eswenson tags: trunk | |
17:59 | sys/sort.lisp: Update to version #70 (no changes). check-in: f950dca0ba user: ams tags: trunk | |
17:58 | sys/sort.lisp.70: Add file from System 130. check-in: 7b1ceae985 user: ams tags: trunk | |
2024-11-18
| ||
20:25 | window/basstr.lisp: Try to revert sensible changes from #374. (KBD-ESC-TIME): Make comment into docstring. (*default-character-translator*) Delete variable (KBD-PROCESS-MAIN-LOOP-INTERNAL): And don't call *DEFAULT-CHARACTER-TRANSLATOR* -- this was for some cruddy DVORAK support. (KBD-INTERCEPT-ABORT, KBD-INTERCEPT-ABORT-ALL): Use DECLARE to ignore variables, and use UNLESS instead of OR (KBD-ESC-RESUME): Use IF instead of two-branch COND. (KBD-BURY): Use DECLARE to ignore variables. (KBD-STATUS): (commented out function) Use ~C instead of old FORMAT control string. (KBD-VIEW-MAIL): Add doc stringn (KBD-ESC-T): Use MEMQ to test all ARG options. (FIND-INTERESTING-WINDOW): Use MULTIPLE-VALUE-BIND to get value back from FIND-PROCESS-IN-ERROR. check-in: 278a90a4f7 user: ams tags: trunk | |
20:17 | window/mouse.lisp (MOUSE-REG1, MOUSE-REG2, MOUSE-BUTTONS, MOUSE-INITIALIZE): Don't break for CADR. check-in: 65787f2744 user: ams tags: trunk | |
20:15 | window/frame.lisp: Fix up documentation strings. check-in: bef87f1c93 user: ams tags: trunk | |
19:34 | window/menu.lisp: (TEMPORARY-MENU): Slight documentation touch up. (MENU-HIGHLIGHTING-MIXIN) <:SET-HIGHLIGHTED-ITEMS>: Use UNLESS instead of OR. check-in: 5cde52d4a1 user: ams tags: trunk | |
19:31 | window/sheet.lisp (SCREEN) <:AFTER :CHANGE-OF-DEFAULT-FONT>, (SHEET-PREPARE-FOR-EXPOSE), (SHEET) <:EXPOSE>: Ignore weird DECLARE for SYS:DOWNWARD-FUNCTION. check-in: ac8763d552 user: ams tags: trunk | |
19:28 | window/peekfs.lisp (ftp-access) <:peek-file-system>, (peek-ftp-host-unit): Comment out; we don't have TCP/IP yet. check-in: c9cff9223c user: ams tags: trunk | |
19:27 | window/inspct.lisp (INSPECT-COMMAND-LOOP): Rename EH:*ABORT-OBJECT* back to EH:ABORT-OBJECT -- we haven't renamed it just yet. check-in: 1a405cfb8b user: ams tags: trunk | |
19:22 | window/color.lisp (COLOR-DRAW-LINE): Replace a AND with a WHEN. check-in: 56aa161ee7 user: ams tags: trunk | |
19:21 | window/choice.lisp (HANDLE-CHOICE-BUTTON): Ignore weird DECLARE for SYS:DOWNWARD-FUNCTION. check-in: 2b9dd4d7d9 user: ams tags: trunk | |
19:09 | window/shwarm.lisp (WHITE-ON-BLACK, COMPLEMENT-BOW-MODE, GET-BOW-MODE): Use SELECT-PROCESSOR (SI::VIDEO-BOARD-TYPE is not defined in our system.) check-in: 5b3611b584 user: ams tags: trunk | |
19:04 | window/tvdefs.lisp (SHEET-AREA, WHO-LINE-AREA, BLINKER-AREA): Don't pass :VOLATILITY to MAKE-AREA. check-in: 73ac6b6179 user: ams tags: trunk | |
16:06 | window/quest.lisp: Replace (FUNCALL SELF ...) with (SEND SELF ...). check-in: d594ee0313 user: ams tags: trunk | |
14:59 | window/graphics.lisp: Fix dumb typo introduced in [aa1a2b822a]. check-in: bc3d143437 user: ams tags: trunk | |
08:58 | window/tvdefs.lisp: Replace SELECTQ with CASE. check-in: a51c3a2b99 user: ams tags: trunk | |
08:58 | window/tscrol.lisp: Replace SELECTQ with CASE. check-in: c2398f3d18 user: ams tags: trunk | |
08:58 | window/telnet-front-hack.lisp: Replace SELECTQ with CASE. check-in: 4e0346258a user: ams tags: trunk | |
08:58 | window/telnet-code.lisp: Replace SELECTQ with CASE. check-in: 3f736d59ed user: ams tags: trunk | |
08:58 | window/sysmen.lisp: Replace SELECTQ with CASE. check-in: fc1d6d1c30 user: ams tags: trunk | |
08:58 | window/supdup.lisp: Replace SELECTQ with CASE. check-in: 0c2ca0f609 user: ams tags: trunk | |
08:58 | window/stream.lisp: Replace SELECTQ with CASE. check-in: 27d3c8f038 user: ams tags: trunk | |
08:57 | window/scrman.lisp: Replace SELECTQ with CASE. check-in: 8df7fe2756 user: ams tags: trunk | |
08:57 | window/scred.lisp: Replace SELECTQ with CASE. check-in: 218dcc1302 user: ams tags: trunk | |
08:57 | window/quest.lisp: Replace SELECTQ with CASE. check-in: 8521ba693c user: ams tags: trunk | |
08:57 | window/peek.lisp: Replace SELECTQ with CASE. check-in: 23ab558905 user: ams tags: trunk | |
08:57 | window/mouse.lisp: Replace SELECTQ with CASE. check-in: a4e77901bc user: ams tags: trunk | |
08:57 | window/graphics.lisp: Replace SELECTQ with CASE. check-in: aa1a2b822a user: ams tags: trunk | |
08:57 | window/fed.lisp: Replace SELECTQ with CASE. check-in: d0330ec39b user: ams tags: trunk | |
08:57 | window/cold.lisp: Replace SELECTQ with CASE. check-in: 0b713198ac user: ams tags: trunk | |
08:55 | window/choice.lisp: Replace SELECTQ with CASE. check-in: 5782f0186b user: ams tags: trunk | |
08:55 | window/baswin.lisp: Replace SELECTQ with CASE. check-in: 41504bd0a5 user: ams tags: trunk | |
08:55 | window/basstr.lisp: Replace SELECTQ with CASE. check-in: 56ddc0ae51 user: ams tags: trunk | |
08:49 | window/sysmen.lisp: Hash-quote LAMBDA forms. check-in: 35f6ba52c4 user: ams tags: trunk | |
08:49 | window/shwarm.lisp: Hash-quote LAMBDA forms. check-in: c8ea47c46d user: ams tags: trunk | |
08:49 | window/sheet.lisp: Hash-quote LAMBDA forms. check-in: a97c9bcea8 user: ams tags: trunk | |
08:49 | window/rh.lisp: Hash-quote LAMBDA forms. check-in: 0b648a7578 user: ams tags: trunk | |
08:48 | window/peekfs.lisp: Hash-quote LAMBDA forms. check-in: afbe57c1c3 user: ams tags: trunk | |
08:48 | window/peek.lisp: Hash-quote LAMBDA forms. check-in: 60241ed02b user: ams tags: trunk | |
08:48 | window/mouse.lisp: Hash-quote LAMBDA forms. check-in: 4640918bd0 user: ams tags: trunk | |
08:48 | window/menu.lisp: Hash-quote LAMBDA forms. check-in: 9f977cfc3b user: ams tags: trunk | |
08:48 | window/inspct.lisp: Hash-quote LAMBDA forms. check-in: 0b9a82bb27 user: ams tags: trunk | |
08:48 | window/choice.lisp: Hash-quote LAMBDA forms. check-in: ba01553b42 user: ams tags: trunk | |
08:48 | window/baswin.lisp: Hash-quote LAMBDA forms. check-in: 6dabbd85e5 user: ams tags: trunk | |
08:48 | window/basstr.lisp: Hash-quote LAMBDA forms. check-in: 1e2c304969 user: ams tags: trunk | |
08:40 | window/telnet-front-hack.lisp: Replace MULTIPLE-VALUE with MULTIPLE-VALUE-SETQ. check-in: e38a663bb2 user: ams tags: trunk | |
08:40 | window/stream.lisp: Replace MULTIPLE-VALUE with MULTIPLE-VALUE-SETQ. check-in: 2339ade5ac user: ams tags: trunk | |