1
0
mirror of synced 2026-03-14 22:38:23 +00:00
Commit Graph

1282 Commits

Author SHA1 Message Date
rmkaplan
63e80819fe TEDIT files keep track of document's charencoding property 2025-10-05 21:40:28 -07:00
rmkaplan
83a6fb7ab1 Merge branch 'master' into rmk122--FONT-next-round 2025-09-29 12:33:23 -07:00
rmkaplan
69832c5db0 COMPILE-FILE? wasn't returning the right value for FILETYPE CL:COMPILE-FILE (#2300) medley-250929-69832c5d 2025-09-29 12:31:15 -07:00
Paolo Amoroso
2cb8b51c94 Remove duplicate line of code (#2295)
Fix issue #2226 to remove a duplicate line of code that's potentially
confusing and ambiguous.
2025-09-25 08:14:56 +02:00
rmkaplan
b0c333e2dd GITFNS translates underscore in /tmp/ filenames 2025-09-23 21:47:27 -07:00
rmkaplan
49d15bdfd3 Revert imagetype TEDIT to imagetype TEXT 2025-09-23 08:21:38 -07:00
rmkaplan
3276822c19 GITFNS uses {DSK}/tmp/ instead of {CORE} for PR file comparison
Doesn't use Medley memory.
2025-09-22 12:57:01 -07:00
rmkaplan
e46a1f32cb PRETTYFILEINDEX: Remove its own underscore/arrow compensation 2025-09-21 10:02:24 -07:00
rmkaplan
d01503c11e LLREAD - removed duplication, added CHARSET.ENCODE. Encode charsets in LOADFULLFONTS 2025-09-20 14:24:21 -07:00
rmkaplan
2dd5b86913 Update TEDIT-STREAM.LCOM for merge 2025-09-20 11:24:45 -07:00
rmkaplan
7b668b0d39 Trying to fix merging--TEDIT-STREAM 2025-09-20 11:23:46 -07:00
rmkaplan
e4afa4a8ba TEDIT-STREAM to avoid conflict
Minor changes for forward compatibility with new hardcopy interface, but still good here
2025-09-20 11:08:19 -07:00
rmkaplan
c7b19e07ec Pushing all of the medleyformat display fonts 2025-09-20 10:43:00 -07:00
rmkaplan
76f09ee3cd Update fontfamily lists, missing translation functions, minor bug 2025-09-20 10:37:27 -07:00
rmkaplan
a0c7fb37b6 You CLOSEF? instead of CLOSEF in COPYFILE resetsave 2025-09-12 12:21:44 -07:00
rmkaplan
5cede04328 More Tedit 2025-09-11 23:53:49 -07:00
rmkaplan
68138c470f Tedit compatibility adjustments and small fixups 2025-09-11 23:53:31 -07:00
rmkaplan
00a8f0eba3 EDITFONT uses FONTFACE subfunction 2025-09-11 23:52:37 -07:00
rmkaplan
3b0b847812 Eliminate finally reference to \COERCEFONTDESC 2025-09-11 23:50:34 -07:00
rmkaplan
4020765fe7 Minor compatibility adjustments 2025-09-11 23:50:13 -07:00
rmkaplan
de0120ac30 Compatibility with new underscore/circumflex assignments 2025-09-11 23:49:27 -07:00
rmkaplan
960d65d80b Hardcopy stuff (includes files from HARDCOPY PR) 2025-09-11 23:48:01 -07:00
rmkaplan
4549ad1e65 MCCS as default format -- see docs/internal/MCCS.TEDIT 2025-09-11 23:45:34 -07:00
rmkaplan
9e7a6b0657 Unicode to MCCS
See new Unicode documentation
2025-09-11 23:43:07 -07:00
rmkaplan
32145e2b6f Basic font files--see documentation
For the most part as described in docs/internal/FONTCODECHANGES and docs/internal/MEDLEYFONTFORMAT
2025-09-11 23:41:42 -07:00
rmkaplan
17515ef441 Make sure TEDIT backing files close on error (#2284)
Make sure backing files close on error
medley-250909-17515ef4 medley-250916-700021a0
2025-09-09 23:44:18 -07:00
rmkaplan
3e322d4828 MCCS.TEDIT -- clarify the filename issue 2025-09-09 10:35:36 -07:00
rmkaplan
d467bb7f57 UNICODE.TEDIT added description of UTF8TOMSTRING 2025-09-09 10:11:16 -07:00
rmkaplan
8b8a868f34 Merge branch 'master' into rmk122--FONT-next-round 2025-09-08 09:27:54 -07:00
rmkaplan
83bbf9e4c0 Update HIPPO18-MRR-C0.DISPLAYFONT (#2278) 2025-09-08 09:27:30 -07:00
rmkaplan
bffd56537a Start out with just the documentation files 2025-09-08 00:15:17 -07:00
rmkaplan
1a8a5ca90e Fix TEDIT object insertion (#2279) 2025-09-07 22:15:47 -07:00
rmkaplan
2961670d7d Qualify record names in MASTERSCOPE COMPAREDIRECTORIES TTYIN (#2270)
To avoid conflicts when creating fuller.database
2025-09-05 08:46:15 -07:00
rmkaplan
0206fb6f43 Rmk120 move press to obsolete (#2274)
* Move PRESS and PRESSFROMNS to obsolete

* Remove PRESS from the loadup

Also moves MULTI-ALIST forward to the beginning of LOADUP-LISP

* BACKGROUNDIMAGES depended on PRESSFILEP, now moved here from PRESS
2025-09-03 23:14:47 -07:00
Paolo Amoroso
95e015329d Update the guidelines for project contributors (#2272)
Update project contributor guidelines

Replace the documentation link to point to the Documentation section of the project site instead of the discontinued Wiki.

Under Working with Medley, advise opening an issue to report errors and unexpected behaviors.

Under Did you write a patch that fixes a bug?, remove the link to Maiko PRs as the project has more repos a contributor may want to open PRs for.

Signed-off-by: Paolo Amoroso <paolo.amoroso@gmail.com>
medley-250901-95e01532
2025-09-01 20:18:01 +02:00
rmkaplan
60e0044870 EDITFONT: Column-major order to match XCCS and Unicode tables (#2271)
* Column major order to match XCCS and Unicode tables

* Compile with exports

* HLDISPLAY added a title argument to EDITBM

* EDITFONT puts the character and font in the title of the EDITBM window

* Put character set in edit window title
2025-08-31 18:17:23 -07:00
Larry Masinter
1df0e1b17e Fix MEDLEYDIR to handle filename if given (#2268) medley-250824-1df0e1b1 2025-08-24 04:02:12 -07:00
rmkaplan
90fdcb9d56 Rmk121 Modernize the EDITBM window (#2265)
* Modernize the EDITBM window

so that it can be moved and resized like other modern windows

* Move lispusers/FASTEDITBM to obsolete/lispusers

It isn't used, doesn't even have an LCOM.  But maybe it would be worth resurrecting at some time in the future.
2025-08-21 10:43:24 -07:00
Frank Halasz
1968021bb4 Update loadup and medley scripts to use "tag" instead of "branch"; add ability to completely delete tagged loadups rather than just thin them (#2249)
* WIP in changing loadups to tagged nomeclature rather that branch and ability to delete tagged branches as well as thin them.

* In loadup and medley scripts, changed the --branch (-br) command line argument to --tag (-tg).  Correspondingly changed the MEDLEYDIR/loadups/branches directory to be MEDLEYDIR/loadups/tagged.  Separately, added a + parameter to the --thinw and --thinl command line arguments which causes ALL files to be deleted, not just the versioned files.  Added a --thin command line argument that is equivalent to --thinw followed by --thinl.  Updated the man page to reflect all these changes.

* Updated medley script man page to reflect the new tag nomenclature instead of branch nomenclature.

* Fix issue#2063 - typo in medley man page

* 1) In loadup script made --help (-h) be a synomym of --man (-z).  2)  In both loadup and medley scripts added an optional parameter (+) to the --man (z) command line argument that when specified will display the man page without paging - i.e., sets the pager to cat.

* Fix Issue#2251 LOADUPSDIRECTORIES settings by the MEDLEYDIR fn now takes into account tagged loadups
2025-08-20 11:00:53 -07:00
rmkaplan
ec16fafeac Fix glitches in Gacha displayfonts (#2255)
Take out the goofy glyph at character 0 in Gacha 12, add underscores at 30Q for Gacha 8 and 10, and also add updated Medleydisplayfont for Gacha 10.
2025-08-20 10:58:24 -07:00
rmkaplan
c3a833e5d0 EDITFONT minor update: apply CHARSET.DECODE to charset argument (#2262) medley-250819-c3a833e5 2025-08-19 15:16:38 -07:00
rmkaplan
fc26d21cc2 Delete DFILE--basically content-free (#2252) 2025-08-18 22:49:35 -07:00
rmkaplan
287b10c9c3 Moving JAPANESE to library adding tiny documentation file (#2253) 2025-08-18 22:49:05 -07:00
rmkaplan
f004d43ef1 Extensions to MULTI-ALIST especially for PLACE (#2261)
* Extensions to MULTI-ALIST especially for PLACE

* Decided to add FETCHMULTI with computed keys parallel to GETMULTI
2025-08-16 13:46:07 -07:00
rmkaplan
74f518ca02 Tedit PLOOKS cleanup plus default paralooks (#2259) 2025-08-16 13:45:28 -07:00
rmkaplan
8fa61304a3 Updated EDITFONT for FONT compatibility and robustness (#2257)
Updated for FONT compatibility and robustness
2025-08-16 13:45:00 -07:00
rmkaplan
4fef217c45 Remove the LEAVETTY from the PF-TEDIT Tedit window (#2260) 2025-08-15 13:42:57 -07:00
rmkaplan
92a3cea0eb Add charset functions in LLREAD, move IOCHAR a little bit earlier (#2256)
CHARSET.DECODE, CHARSET.ENCODE added.  CHARACTER.ENCODE moved here from TEDIT-FNKEYS. Some character names moved here from a few other files.

This anticipates the ability to use names for the charset argument to FONTCREATE.  IOCHAR needed to move a little earlier so that STRING.EQUAL/UPPERCASEARRAY is available before FONTCREATE created the guaranteed displayfont.
2025-08-15 09:49:21 -07:00
rmkaplan
a39e3d9dc5 Updated TMAX to separate window vs textstream properties (#2254)
* Updated TMAX to separate window vs textstream properties

* missed one
2025-08-14 23:48:51 -07:00
Larry Masinter
0469bd2820 change RING to HRING to avoid record name conflicdt (#2258) 2025-08-14 20:01:59 -07:00