1996-05-18 |
Chris Hanson | Implement new primitives to support new method for... |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Allow keyboard interrupts while opening sockets. This... |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Implement new procedure, like WITHOUT-INTERRUPTS, excep... |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Allow interrupt delivery during socket system calls. |
commit | commitdiff | tree | snapshot |
1996-05-17 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix thinko. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix bug: GROUP-INSERT-FILE! was depending on the fact... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Eliminate random heuristic buffer-size modulation from... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Eliminate loop in INPUT-BUFFER/READ-SUBSTRING. When... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix thinko: point was not being moved appropriately... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | Force the reader on-line when the user requests re... |
commit | commitdiff | tree | snapshot |
1996-05-15 |
Chris Hanson | In SCREEN-MOVE-CURSOR, forget current position of curso... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | In SCREEN-FORCE-UPDATE, forget the cursor position... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Yet more work on synchronous-subprocess I/O. The simpl... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Guarantee that the presentation space for a window... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Move the cursor only when its position is changed.... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Change DISPLAY-STYLE in order to orthogonalize the... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Change DISPLAY-STYLE in order to orthogonalize the... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Change definition of UPDATE-INFERIOR! in order to centr... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | When doing redisplay in a synchronous subprocess, updat... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Define new operations: CLOSE-INPUT, CLOSE-OUTPUT, INPUT... |
commit | commitdiff | tree | snapshot |
1996-05-14 |
Chris Hanson | Rewrite SYNCHRONOUS-PROCESS-WAIT to reduce the amount... |
commit | commitdiff | tree | snapshot |
1996-05-13 |
Chris Hanson | Define new operations: CLOSE-INPUT, CLOSE-OUTPUT, INPUT... |
commit | commitdiff | tree | snapshot |
1996-05-13 |
Chris Hanson | Fix bug: reading output from a subprocess would occasio... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Change popclient code to use new indicator to allow... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Fix bug in code that writes data to subprocess -- chann... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Wrap debugger extent with CLEANUP-POP-UP-BUFFERS. ... |
commit | commitdiff | tree | snapshot |
1996-05-12 |
Chris Hanson | Add commands to read and write the .newsrc file. |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | When doing certain extended server interactions, do... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Finish changes stared with previous revision: must... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Pop up a buffer showing the "popclient" output so that... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Use new procedure MAYBE-KILL-POP-UP-BUFFER. |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Implement new procedures: MAYBE-KILL-POP-UP-BUFFER... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Change SYNCHRONOUS-PROCESS-WAIT so that it does redispl... |
commit | commitdiff | tree | snapshot |
1996-05-11 |
Chris Hanson | Eliminate CALL-WITH-PROTECTED-CONTINUATION. |
commit | commitdiff | tree | snapshot |
1996-05-10 |
Chris Hanson | Change initialization code to allocate a minimum of... |
commit | commitdiff | tree | snapshot |
1996-05-10 |
Chris Hanson | Fix thinko in process-name allocation. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Add support for sockets and GDBM under OS/2. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Add support for sockets under OS/2. |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Eliminate support for use of "tcp" subprocess in place... |
commit | commitdiff | tree | snapshot |
1996-05-09 |
Chris Hanson | Change release version number from 7.4.3 to 7.5, since... |
commit | commitdiff | tree | snapshot |
1996-05-08 |
Chris Hanson | Fix bug -- inverted meaning of input vs. output for... |
commit | commitdiff | tree | snapshot |
1996-05-08 |
Chris Hanson | Fix bug in handling of top-level indentation. This... |
commit | commitdiff | tree | snapshot |
1996-05-06 |
Chris Hanson | Another round of changes to the News reader. |
commit | commitdiff | tree | snapshot |
1996-05-05 |
Chris Hanson | Make BUFFER-POINT a little smarter. |
commit | commitdiff | tree | snapshot |
1996-05-04 |
Chris Hanson | Fix bug under OS/2: when overwriting a file that has... |
commit | commitdiff | tree | snapshot |
1996-05-04 |
Chris Hanson | Fix bug: encoding times with time-zone information... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix handling of VISIBILITY event so that screen content... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix bug in marking of "ignored" articles from article... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix think-o in INIT-FILE-SPECIFIER->PATHNAME for OS... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Add exports for "win32com". |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Change command names and documentation strings to use... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Change command names and documentation strings to use... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Add code to avoid writing the title-bar string except... |
commit | commitdiff | tree | snapshot |
1996-05-03 |
Chris Hanson | Fix missing variable error. Improve documentation... |
commit | commitdiff | tree | snapshot |
1996-04-26 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-04-26 |
Stephen Adams | Fixed "rtlgen/preservation-state: unknown operation... |
commit | commitdiff | tree | snapshot |
1996-04-25 |
Chris Hanson | Fix bug in open coding of SYSTEM-VECTOR-SIZE that becam... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Fix some minor bugs. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Update copyright. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Many changes subsequent to release. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Integrate generic procedure mechanism into the runtime... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Add support for "gdbm" runtime load option. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Collect the several implementations of protection lists... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Implement new "init-file" procedures for maintaining... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Change OS/FILE-END-OF-LINE-TRANSLATION to use new FILE... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Implement support for time-zone information in decoded... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Implement support for time-zone information in decoded... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Move INT:->FLONUM from "arith" to "fixart" so that... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Numerous changes subsequent to release. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Extensive development of News reader; too many changes... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Change synchronous-process code to use line translation... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Implement new procedure FILE-TIME->LS-STRING, to genera... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Change GROUP-INSERT-FILE! to accept an additional argum... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Change OS/BUFFER-BACKUP-PATHNAME to accept another... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Generalize lisp indentation code to support a new metho... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Change Info to use a list of info directories, rather... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Change OTHER-SCREEN to take a "count" argument. Change... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Modularize the header-generation and mail-mode initiali... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Implement RMAIL label-manipulation commands. |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Add some new procedures for using regular expressions... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Add optional argument to GLOBAL-WINDOW-MODELINE-EVENT... |
commit | commitdiff | tree | snapshot |
1996-04-24 |
Chris Hanson | Updating of character-syntax code, to handle C++-style... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Fix typo. |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Change frame-related key bindings to be compatible... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Change all user-visible references to the noun "screen... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Initial revision |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Add mode for editing Verilog programs. |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Change character syntax interface to use new features... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Add more features to Texinfo mode, to make it more... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Change M-x manual-entry to use same naming convention... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Change binding of M-x comint-bol from C-a to C-c C... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Change CREF program so that it does not rewrite files... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Improve SF-CONDITIONALLY to use same pathname-type... |
commit | commitdiff | tree | snapshot |
1996-04-23 |
Chris Hanson | Update version numbers for post-release changes. |
commit | commitdiff | tree | snapshot |
next |