Skip to content

Releases: Interlisp/medley

medley-231111-c62c183a

13 Nov 09:12
c62c183

Choose a tag to compare

What's Changed

  • Update ShellOpen to handle versioned files; add ShellOpen into SEE-PDF in place of MacOS-specific open. by @fghalasz in #1410

Full Changelog: medley-231103-328d3f53...medley-231111-c62c183a

medley-231103-328d3f53

06 Nov 09:10
328d3f5

Choose a tag to compare

What's Changed

  • Revert "Merge pull request #1331 from Interlisp/Remake-CMLARITH-filemap" by @fghalasz in #1376
  • Modify CL:CHAR-NAME always to return string from lookup in IL:CHARACTERNAMES by @MattHeffron in #1377
  • COLOROBJ never worked, move to obsolete by @rmkaplan in #1374
  • COMPAREDIRECTORIES, COMPARESOURCES, COMPARETEXT, EXAMINEDEFS by @rmkaplan in #1329
  • Patch to REGIONMANAGER and ADISPLAY for SCREENREGIONS by @rmkaplan in #1387
  • NEARESTCORNER must be onscreen (addresses #1294 by @rmkaplan in #1295

Full Changelog: medley-231029-e2d8c9e5...medley-231103-328d3f53

medley-231030-f49729cb

02 Nov 05:52
f49729c

Choose a tag to compare

What's Changed

Full Changelog: medley-231019-45513f56...medley-231030-f49729cb

medley-230926-dc45d98f

02 Nov 19:11
f49729c

Choose a tag to compare

What's Changed

  • Move exports.all to the loadups directory; add a LOADUPSDIRECTORIES to MEDLEY-INIT-VARS by @fghalasz in #1274
  • GATHEREXPORTS uses standard MAKEFILE machinery by @rmkaplan in #1278
  • FILEBROWSER: FB.COPYFN uses COPYINSERT instead of BKSYSBUF by @rmkaplan in #1277
  • FILEWATCH: Shift select names, plus show PSEUDOFILENAMES by @rmkaplan in #1276
  • SEDIT-WINDOW: Shift-title selection conforms to standard mouse-keyboard conventions by @rmkaplan in #1272
  • don't declare most interpress constants by @masinter in #1193
  • add rooms manual (scanned, no tedit found) by @Anzus in #1100
  • ignore loadups/exports.all (moved) by @masinter in #1279
  • release dribbles and msfuller by @masinter in #1280
  • Simplify EXPORTS.ALL loading commands by @rmkaplan in #1281
  • Fix whitespace typo in buildLoadup.yml by @fghalasz in #1287
  • SPY.POINTERS is always T (no 2-byte atoms) by @masinter in #1293
  • Fix bug in medley.sh wherein it was ignoring sysout argument by @fghalasz in #1298
  • LLREAD uses \INCCODE.EOLC instead of \INCCODE to coerce LF and CRLF to EOL(=CR) by @rmkaplan in #1300
  • Revamp loadup scripts and release-medley script; sync with github workflow buildLoadup.yml by @fghalasz in #1304
  • Fix issue with tmp/logindir remaining after loadup-all and loadup-db scripts by @fghalasz in #1308
  • Moving vncviewer to online.interlisp.org/downloads to bypass issues with sourceforge in buildLoadup.yml by @fghalasz in #1319
  • Fix Issue#1323: buildDocker.yml Github Action is failing due to Ubuntu 22.10 being deprecated by @fghalasz in #1324
  • Change github workflows to provide MacOs full release zip file by @fghalasz in #1290
  • Fix latest issues with docker build (and Release+Docker builds) for Medley by @fghalasz in #1326

Full Changelog: medley-230710-e4b6f69e...medley-230926-dc45d98f

medley-231029-e2d8c9e5

30 Oct 09:04
e2d8c9e

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: medley-231019-45513f56...medley-231029-e2d8c9e5

medley-231019-45513f56

23 Oct 09:14
45513f5

Choose a tag to compare

What's Changed

  • MEDLEYDIR: Pack DSK as the default HOST of (UNIX-GETENV "MEDLEYDIR") by @rmkaplan in #1282
  • FONTPROFILE: specvars declaration for cleanliness by @rmkaplan in #1351
  • GITFNS: preserves casing of pseudohost prefix-paths of medley projects by @rmkaplan in #1344
  • Nhb 1322 closing ufs files by @rmkaplan in #1334
  • pull (non-working) TCP files to obsolete by @masinter in #1283
  • Remove calls to openfile by @rmkaplan in #1333
  • Expose useful subfunctions in REGIONMANAGER by @rmkaplan in #1336
  • Modify launcher to enable --title STRING option to work when STRING has embedded spaces (multiple words). by @MattHeffron in #1356
  • Add copy-full.sh to loadup-full.sh script to copy loadup products into MEDLEYDIR/loadups by @fghalasz in #1359
  • Extend changes made in PR#1356 to handle vnc case and well as without vnc case. by @fghalasz in #1358

Full Changelog: medley-231014-d92aa639...medley-231019-45513f56

medley-231014-d92aa639

16 Oct 09:12
d92aa63

Choose a tag to compare

What's Changed

Full Changelog: medley-231008-cba04e16...medley-231014-d92aa639

medley-231008-cba04e16

09 Oct 09:11
cba04e1

Choose a tag to compare

What's Changed

Full Changelog: medley-230927-de4e5f5c...medley-231008-cba04e16

medley-230927-de4e5f5c

02 Oct 04:36
de4e5f5

Choose a tag to compare

What's Changed

  • Add cygwin build & install script to buildRealease action; remove old Windows docker build / install by @fghalasz in #1337

Full Changelog: medley-230925-ebb5c739...medley-230927-de4e5f5c

medley-230925-ebb5c739

25 Sep 18:46
ebb5c73

Choose a tag to compare

What's Changed

  • Move exports.all to the loadups directory; add a LOADUPSDIRECTORIES to MEDLEY-INIT-VARS by @fghalasz in #1274
  • GATHEREXPORTS uses standard MAKEFILE machinery by @rmkaplan in #1278
  • FILEBROWSER: FB.COPYFN uses COPYINSERT instead of BKSYSBUF by @rmkaplan in #1277
  • FILEWATCH: Shift select names, plus show PSEUDOFILENAMES by @rmkaplan in #1276
  • SEDIT-WINDOW: Shift-title selection conforms to standard mouse-keyboard conventions by @rmkaplan in #1272
  • don't declare most interpress constants by @masinter in #1193
  • add rooms manual (scanned, no tedit found) by @Anzus in #1100
  • ignore loadups/exports.all (moved) by @masinter in #1279
  • release dribbles and msfuller by @masinter in #1280
  • Simplify EXPORTS.ALL loading commands by @rmkaplan in #1281
  • Fix whitespace typo in buildLoadup.yml by @fghalasz in #1287
  • SPY.POINTERS is always T (no 2-byte atoms) by @masinter in #1293
  • Fix bug in medley.sh wherein it was ignoring sysout argument by @fghalasz in #1298
  • LLREAD uses \INCCODE.EOLC instead of \INCCODE to coerce LF and CRLF to EOL(=CR) by @rmkaplan in #1300
  • Revamp loadup scripts and release-medley script; sync with github workflow buildLoadup.yml by @fghalasz in #1304
  • Fix issue with tmp/logindir remaining after loadup-all and loadup-db scripts by @fghalasz in #1308
  • Moving vncviewer to online.interlisp.org/downloads to bypass issues with sourceforge in buildLoadup.yml by @fghalasz in #1319
  • Fix Issue#1323: buildDocker.yml Github Action is failing due to Ubuntu 22.10 being deprecated by @fghalasz in #1324
  • Change github workflows to provide MacOs full release zip file by @fghalasz in #1290
  • Fix latest issues with docker build (and Release+Docker builds) for Medley by @fghalasz in #1326

Full Changelog: medley-230710-e4b6f69e...medley-230925-ebb5c739