Get them here:
Windows:
https://semware.com/files/tse-pro-install/tse-setup-4.50-rc29.zip
Linux:
https://semware.com/files/tse-pro-install/tse-linux-4.50-rc29.tgz
Changes:
New macro: cmpbuffers - compares buffers or files, and uses a
much better algorithm then cmpfiles for comparing files. Thanks
to Carlo Hogeveen for the macro.
hiliteall - Give a proper warning if writing to file tseload.dat
fails. Updated by Carlo Hogeveen.
sanity1 updated.
New macro: keepblinking - toggle infinite cursor blinking on/off.
Thanks to Carlo Hogeven for the macro.
Carlo Hogeven's and Eliyahu Trigoub's reports regarding
EmptyBuffer(), ReplaceFile() and DetabOnLoad vs. file changed
flag added to bug list, and noted in the help for each command or
variable.
And specific to the linux version:
ExecMacro() behavior changed: If it does not find the file on an
exact case search, it tries again ignoring case differences.
SearchPath() behavior changed: If it does not find the file on an
exact case search, it tries again ignoring case differences.
Thanks to Carlo Hogeveen for the suggestions.
Fred Holmes reported a problem whereby <alt T> if capslock is on
or off reports differently. I cannot reproduce that here,
however, I made the following change in the code:
when the key is alpha, and ctrl or alt is pressed, for the key to
lowercase.
Lots of work on command line handling, so that if you do:
e *.* (without the quotes) the editor can load thousands of
files, e.g., all that bash or whatever terminal programs sends to
the editor. Thanks to Fred Holmes for the original problem
report.
Finally, I'm in a helpful mood - if there is something you'd really like to see
added/updated in the help please let me know.