1
0
mirror of synced 2026-03-14 14:33:46 +00:00
Commit Graph

1296 Commits

Author SHA1 Message Date
rmkaplan
b95de7eb07 FONTCODECHANGES.TEDIT - incorporate Herb's comments 2025-10-09 21:18:49 -07:00
rmkaplan
f0525bae85 MULTI-ALIST updated to clarify macro names, carrying along because other files got contaminated while waiting 2025-10-09 21:06:13 -07:00
rmkaplan
312f4f389f TEDIT-LOOKS: Bug fix to MCCS code translator 2025-10-06 21:05:18 -07:00
rmkaplan
1505b91710 FONT: mainly to copy the CHARENCODING and MCCS translation function in font replacement
(But also now trailing some name changes in MULTI-ALIST that got out of step)
2025-10-06 21:04:15 -07:00
rmkaplan
c52a4005de Palatino translation table and function 2025-10-06 21:01:24 -07:00
rmkaplan
eddc006b66 Palatino and Titan medleydisplayfonts updated with right translation table and function 2025-10-06 21:00:35 -07:00
rmkaplan
7c60baac31 Merge branch 'master' into rmk122--FONT-next-round 2025-10-06 19:58:38 -07:00
rmkaplan
f6106d7b0c EDITINTERFACE--ED searches for symbols, no error when declining a loadfns (#2301)
* EDITINTERFACE--ED searches for symbols, no error when declining a loadfns

* Symbol by type menu pops up when the symbol with different package qualifiers have different types
medley-251006-f6106d7b
2025-10-06 19:58:04 -07:00
rmkaplan
67a9dbc57a Merge branch 'master' into rmk122--FONT-next-round 2025-10-06 14:07:27 -07:00
Matt Heffron
43b11b2860 Check that a MENU has ITEMS that is LISTP before trying to display/use it. (#2309)
Checking added to FNS: ADDMENU, CHECK/MENU/IMAGE, UPDATE/MENU/IMAGE, and
MENU.
This resolves #2306
2025-10-06 11:21:50 -07:00
rmkaplan
2af7324fff CLIPBOARD passes file to xclip (windows) (#2297)
* CLIPBOARD passes file to xclip (windows)

* More careful to specify {UNIX} as the host on the Medley side

* Make sure the process stream is closed in the xclip case

* This time using ShellCommand

* Use DSK and UNIX-FILE-NAME

* Added .txt to the tmp file
2025-10-06 10:39:33 -07:00
rmkaplan
c9ed0b8817 Fix bug in SHOWCHARS utility 2025-10-05 21:40:53 -07:00
rmkaplan
63e80819fe TEDIT files keep track of document's charencoding property 2025-10-05 21:40:28 -07:00
rmkaplan
60dcbe2933 Add function COMPILEFILETYPE (#2304) 2025-10-03 22:09:21 -07:00
Matt Heffron
4d6aa38b8b Check that a MENU has ITEMS that is LISTP before trying to display/use it.
Checking added to FNS: ADDMENU, CHECK/MENU/IMAGE, UPDATE/MENU/IMAGE, and MENU.
2025-10-02 18:00:08 -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