In replying to a request for the cursor position, the VTCHAT.STATUS
code attempted to construct the escape-sequence response passing a
string representing the X (and Y) coordinate as text to BOUT rather
than using PRIN1.
They missed the previous global conversion since they were in a subdirectory. The only actual change is in LAFITETEDIT, it had the wrong name for the TEDITDCL file
* TEDITSCREEN, TEDITHCPY: Remove absolute NS charcodes
Also eliminated \MAIKO.DISPLAYLINE. Git got twisted up between branches, stuck in <<<< in some files, I think I unscrambled it. (Had to copy TEDIT again separately). Still says TEDITHCPY.LCOM is conflicted, even though I have completely TCOMPLed it. Git sucks.
* Trying to fix master incompatibilities
Keep the \INITSUBRS in sorted order: move (YIELD 210) to the end of
the list.
Change the output of WRITECALLSUBRS so that the guard wraps the whole
subrs.h include file.
Avoid using literal tabs in the output #defines, pad with spaces and
arrange the minimum field widths so that everything lines up better.
* Duplicate POSTSCRIPT files in LispUsers and LispUsers/POSTSCRIPT
* DICOLOR on LispUsers is old version uncompiled 1985; version on internal library is newer
* missed PS-TTY in the postscript files
* Fix .gitignore no longer need diff filter; remove odd extra ~ file
* Verified POSTSCRIPT lispusers subdirectory redundant (not same hash because of EOL. POSTSCRIPT-old apparently was older version, copyright not venue
* Save postscript-old in obsolete
* move internal/library/DICOLOR to obsolete
* Fix release notes errors + tweaks in SYSEDIT
* releaseone.sh was for the previous setup with combined releases
* single backticks don't work in release notes
* Updated all ISO8859 and Vendor Unicode mappings from current Unicode.org information
* John Cowan says that East Asia is obsolete
* Delete obsolete file
Local BOUTCCODE macro replaced by call to \OUTCHAR etc. Previously it called PRINTCCODE probably because that was the encapsulation of NSIN. Now avoid the user-level function call, so it can be broken, go directly to the generic.
* Start loadup using lisp.venuesysout as the base on which to build new
* Change 'starter.sysout' (taken from recent lisp.sysout)
* Fix problem with GREET ordering
Not related to the LLKEY/LLREAD, but just get it done. The new masterscope showed that a field name wasn't qualified, and a comment was in a value context
Keyaction lists have also been updated so that they contain only character specifications, not a mixture of character codes and specifications.
KEYACTION now tests its KEY argument for validity
New function \KEYNUMBERTONAME, potentially convenient for future keyboard work
* TTYIN: Meta chars defined by Meta charset, not specific value 1
Also, changed \TTYIN.RPEOF to use \FORMATBYTESTREAM generic function so that it does not make assumptions about the stream's external format
* LLKEY: Respecify 535 as "Function,^W" in \ORIGKEYACTIONS
First step in anticipating moving meta and signaling characters to unoccupied parts of the Unicode code space
* Have to commit the build artifacts in order to unstash changes
* CMLSTRING: No change, just upgrade filemap for CL Functions
* LLREAD: A little tighter on CHARCODE.DECODE
Allow hex and unicode in comma-separated specs, but must have 0X or U+ indicator. Don't allow junk characters
* LLKEY: Revert attempt at Meta,x and Function,x
For unknown reason, CHARTABLE isn't declared when LLREAD appears in loadup sequence.
* Unicode: Unicode character-constants weren't properly prefixed
Needed U+ or x0
* THINFILES (again): Add version number for mis-ordered HELP
* ATBL: Change 1,0...1,377 to Meta,0...Meta,377
In anticipation of a future migration of the meta charset.
* TEDITFNKEYS: Convert 1,x 2,x to Meta,x Function,x
In anticipation of eventual deconfliction with Unicode
* FILEBROWSER: remove reference to reader-environment field, add fix-directory-dates
Added a new submenu item under Recompute to make directory dates match the filecreated dates for Medley source/compiled files.
* SEDIT-COMMANDS: 1/2 to Meta/Function in Sedit commands
Codes in the 512+ range are now Function, anticipating eventual code-space translation
* FILEPKG: Consistency of exports.all external format