rmkaplan
f933eb61af
Merge branch 'master' into rmk175--Offline-font-construction
2026-05-08 15:42:44 -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
rmkaplan
3f876fa13f
Merge branch 'master' into rmk175--Offline-font-construction
2026-05-07 12:34:16 -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
926ceb6d97
Merge branch 'master' into rmk175--Offline-font-construction
2026-05-06 11:56:00 -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
rmkaplan
7ad5b04a0a
EDITFONT just calls FONTCREATE
2026-05-05 12:36:40 -07:00
rmkaplan
4ef73aeb80
Recognition of missing file
2026-05-05 11:19:42 -07:00
rmkaplan
7a6abb7816
Update of all deployed Medley-format display fonts
2026-05-04 15:47:20 -07:00
rmkaplan
93b2c2c292
Documentation and cleanup
2026-05-04 15:43:29 -07:00
rmkaplan
e2c2c10ea5
git ignores internal/fonts/**
2026-05-03 22:02:40 -07:00
rmkaplan
f4dd1076af
Delete UNIXYCD.TXT
2026-05-03 19:22:53 -07:00
rmkaplan
c16e3b4a55
Move UNIXY commands to UNIXUTILS, delete UNIXYCD ( #2587 )
...
* Move UNIXY commands to UNIXUTILS, delete UNIXYCD
* Delete UNIXYCD
medley-260430-c16e3b4a
2026-04-30 23:04:26 -07:00
rmkaplan
55827f53a0
Merge branch 'master' into rmk175--Offline-font-construction
2026-04-30 22:56:02 -07:00
rmkaplan
285e35f2ea
MCCS now includes XCCS external format, separate XCCS file now in Obsolete ( #2590 )
2026-04-30 22:55:46 -07:00
rmkaplan
7d21d630d6
FONTFILENAME take seven
2026-04-30 17:01:43 -07:00
rmkaplan
e589a8b75a
Merge branch 'master' into rmk175--Offline-font-construction
2026-04-29 23:05:35 -07:00
rmkaplan
bfbaeed7ee
Track changes in parallel PR's, plus a few adjustments
2026-04-29 23:02:31 -07:00
rmkaplan
4e761298ea
This was well-formed, but had a bogus slug character showing as a black box ( #2584 )
...
Fix typo
2026-04-29 11:59:27 -07:00
Matt Heffron
cbea9a7c9d
HCFILES added filtering and logging details ( #2567 )
...
* Add reporting of filtering "Why?"
Add reporting of the actual error Condition on files that FAIL.
Change extraction of the "hcfiles-fails.txt" to a perl program since the Condition reporting sometimes is multiple lines.
* Change running of the getFails.pl that extracts FAIL information.
Also check if perl is installed, and report it if not into the fails file.
2026-04-29 11:45:47 -07:00
rmkaplan
efa423e016
For prefix ties, choose the smaller pseudohost, to make it deterministic
2026-04-28 21:40:13 -07:00
rmkaplan
beb6110f14
Delete UNIXYCD.LCOM. No functions
2026-04-28 00:43:45 -07:00
rmkaplan
e5e2829b98
Add cdm command to connect to {MEDLEY} subdirs
2026-04-28 00:37:38 -07:00
rmkaplan
93f8fedd47
Mostly making use of the {MEDLEY} pseudohost regime
2026-04-27 22:19:56 -07:00
rmkaplan
dfde996506
Merge branch 'master' into rmk175--Offline-font-construction
2026-04-27 14:22:32 -07:00
Frank Halasz
47dd8edf60
Fix Issue# 2562 - SEE-PDF fails if there is a space in the given filename ( #2580 )
...
* Fix Issue# 2562 - SEE-PDF fails if there is a space in the given filename
* Remove PRINT debugging code from ShellOpen
* Fix bug introduced into SLASHIT whereby which it would go into an infinite loop if a filename had two or more spaces in it.
medley-260427-47dd8edf
2026-04-27 14:08:14 -07:00
rmkaplan
1d2292aa62
Fixing \DO.PARAMS.AT.OPEN take two ( #2581 )
2026-04-27 12:16:26 -07:00
rmkaplan
8bac119694
Merge branch 'master' into rmk175--Offline-font-construction
2026-04-26 20:55:27 -07:00
Larry Masinter
4499b4d914
Address the \DO.PARAMS.AT.OPEN typos/bugs ( #2574 )
...
Resolves #2568
2026-04-26 20:41:49 -07:00
Larry Masinter
0317fbd882
Fix for Issue #2504 (partial): In GRAPHER when a DISPLAYLINKFN is specified but not defined uses the default DRAWLINK ( #2564 )
...
In GRAPHER when a DISPLAYLINKFN is specified but not defined, uses the
default DRAWLINK function instead and promptprints a message to that
effect.
2026-04-25 13:01:10 -07:00
Matt Heffron
b0c6136bd6
Fixes issues causing crashing during loadups building.
2026-04-21 22:14:05 -07:00
Matt Heffron
d922212de1
Merge branch 'master' into mth68--Fix_DO.PARAMS.AT.OPEN_typos
2026-04-21 22:12:38 -07:00
Matt Heffron
96c609e5f0
Address the concerns stated in Issue #2568
2026-04-20 15:27:43 -07:00
rmkaplan
5bd79f79c3
Make sure SOURCE is a FONTSPEC
2026-04-19 09:57:41 -07:00
rmkaplan
d3434465bc
Extra argument
2026-04-18 21:38:14 -07:00
rmkaplan
5255a0e11a
Updated documentation
2026-04-18 21:25:01 -07:00
rmkaplan
728a278dc0
Previous version was smashed ( #2569 )
medley-260418-728a278d
2026-04-18 16:00:43 -07:00
rmkaplan
f7fb9727a4
LLREAD--make CHARCODE.ENCODE respect OCTALCHARS for both components
...
Also will return "0,12" for 10 instead of "12", which CHARCODE.DECODE doesn't accept.
2026-04-17 22:21:55 -07:00
rmkaplan
ef5012f9dd
Better control over source of fonts
2026-04-17 14:34:36 -07:00
rmkaplan
8e61761434
rename CHINESECHARSETP to UNIHANCHARSETP
2026-04-17 14:32:20 -07:00
rmkaplan
2e9c94b7ec
Fix up mapping tables for bravo fonts
2026-04-17 14:31:21 -07:00
rmkaplan
ec5c1d1e85
LLDISPLAY make sure \GUARANTEEDDISPLAYFONT comes from deployed font directory
2026-04-17 14:03:21 -07:00
rmkaplan
10e07cff82
Fixing CHARACTERNAMES
2026-04-17 14:01:54 -07:00
rmkaplan
184d4d9be5
Copying the {MEDLEY} stuff here so that it can be used in this draft branch, before its PR is merged
2026-04-17 12:16:30 -07:00
rmkaplan
be09f54634
LLREAD and LLBIGNUM: adding more math charnames, moving infinity down with the rest of them
2026-04-17 12:14:10 -07:00
rmkaplan
4643b4181b
Merge branch 'master' into rmk175--Offline-font-construction
2026-04-17 11:29:58 -07:00