1
0
mirror of synced 2026-05-12 01:55:40 +00:00

Compare commits

..

11 Commits

Author SHA1 Message Date
rmkaplan
2f2615a3ee Ignore internal/fonts/** 2026-05-11 13:38:18 -07:00
Frank Halasz
46df732486 Fix Issue#2603: Erroneous lock violation detection during "./loadup -db" (#2605)
Fix Issue#2603:  fix handling of the internal use only --ignore_lock command line argument to the loadup script.  Was being processed correctly in loadup but then overridden by a reset in loadup-setup.sh.  Removed the reset in loadup-setup.sh
2026-05-11 13:20:49 -07:00
Larry Masinter
01c90e4590 add BAKTRACE to HCFILES fails. Skip HC of CLTL2 (package errors) and dinfo (not really tedit). (#2598)
* add BAKTRACE to HCFILES fails. Skip HC of CLTL2 (package errors) and dinfo (not really tedit).
* IMNAME.TEDIT isn't really TEDIT it's text. rename it.
* internal/mesatypes.tedit now sources/MESATYPES.TXT move from internal to sources (loaded by sources), also move MESATYPE*
2026-05-11 12:21:24 -07:00
rmkaplan
5aa79ebb06 Rmk175 offline font construction (#2555)
* Medleyfont format updated to version 2, revised and more complete fonts deployed in fonts/medleydisplayfonts/
* Rename AFONT to ACFONT, include STRIKE formats
* FILESETS:  Add MCCSFONTS to loadup
* MCCSFONTS:  New file that isolates all of the legacy font translations previously spread in other files (MCCS)
* Medleyfont display fonts created offline using new file library/IMPORTFONTS
* LLCHAR:  Add \MAXCHARSET=65535, \MAXCHAR etc.
* git ignores internal/fonts/**

* MEDLEYDIR: Define the pseudohost {MEDLEY} whose prefix set to the current value of MEDLEYDIR whenever system restarts
* (MEDLEYDIR xxx) entries in MEDLEY-INIT-VARS removed in favor of {MEDLEY}xxx
* Add cdm command to connect to {MEDLEY} and its subdirectories
2026-05-11 12:08:05 -07:00
Larry Masinter
bbf9f73cda Cleanup the piece datatype, address a few issues (#2597)
mostly propagating a cleanup of the PIECE datatype. It had several fields that were simple combinations of other fields but required extra code to maintain consistency.

Includes minor fixes for #2588 #2585 and also the change to TEDIT.TO.IMAGEFILE mentioned in #2286, for HCFILES, and the fix for line overflow mentioned there.

also has some initial code changes to manage what happens when the mouse leaves the window while a secondary selection is up #2434 and then possibly returns. The behavior here is still suboptimal, but in a
different way than before
2026-05-08 14:57:08 -07:00
rmkaplan
f38e216446 Removed the (AND NIL...) 2026-05-08 12:17:56 -07:00
rmkaplan
d0d9b2329a Cleanup the piece datatype, address a few issues 2026-05-07 20:57:58 -07:00
Matt Heffron
4de89a6e94 Fix library>DATABASEFNS DUMPDB to use get the FILEDATES correctly (#2593)
DUMPDB fixed to use ROOTFILENAME vs. NAMEFIELD (U-CASE vs. actual) to retrieve and dump the source file's FILEDATES, so the .DATABASE can be loaded.
2026-05-07 12:33:11 -07:00
rmkaplan
ceccadacef Minor fix in UNICODE-FORMATS (#2596) 2026-05-07 12:32:48 -07:00
rmkaplan
6159c64b84 man [filename] just opens the corresponding documentation file (#2572)
* man [filename] just opens the corresponding documentation file
* When a particular ENTRY is provided and found in the file, scroll its first occurrence to the top
2026-05-06 11:55:34 -07:00
rmkaplan
eb6ee87170 COMPAREDIRECTORIES implements the ** all-subdirectories convention of .gitignore (#2583)
* COMPAREDIRECTORIES implements the ** all-subdirectories convention of .gitignore
* Can specify exclusions/ignores in gwc command line, after hyphen
2026-05-06 11:54:13 -07:00
407 changed files with 6079 additions and 4848 deletions

6
.gitignore vendored
View File

@@ -34,6 +34,9 @@ loadups/build/
loadups/tagged
loadups/gitinfo
# font-importing working directories
internal/fonts/**
# manual cross-reference files
@@ -46,6 +49,9 @@ loadups/gitinfo
# GITFNS deleted subdirectory
deleted/**
# local font construction
internal/fonts/**
#compiled code -- leave in for now
# *.lcom

0
CLTL2/.skip Normal file
View File

0
docs/dinfo/.skip Normal file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More