diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-03 00:35:20 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-01-03 00:35:20 -0500 |
commit | ba9e5e94e3c0622a0dc5a91dcb0fe671cb35c07c (patch) | |
tree | f1049a0583a3d4dd24521fa5e6fd355c1493c813 /inst/usr/doc/blah/README | |
download | hcalc-ba9e5e94e3c0622a0dc5a91dcb0fe671cb35c07c.tar.gz |
initial commit
Diffstat (limited to 'inst/usr/doc/blah/README')
-rw-r--r-- | inst/usr/doc/blah/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/inst/usr/doc/blah/README b/inst/usr/doc/blah/README new file mode 100644 index 0000000..be32bfd --- /dev/null +++ b/inst/usr/doc/blah/README @@ -0,0 +1,27 @@ +README for Urchlay's fork of hcalc +---------------------------------- + +This is a fork of hcalc with some fixes and enhancements. + +Original hcalc is by DJ Delorie, and can be found here: +https://www.delorie.com/store/hcalc/ +This version dates back to the late 90s, when computer monitors had +lower resolution. It uses a 125x147 window, which is pretty small and +hard to read on a modern display (particularly a 4K one). It's also +harder to click on the tiny buttons. + +Sometime around 2007, Theodore Kilgore forked hcalc and made some +changes: +- Increase the application's window size by 2x (from 125x147 + to 250x294). This helps some with modern displays. +- Make the window manager's close button work. +- Change the build system from make to cmake. +- Add a copy of the GPL as COPYING, since the original version + doesn't have it (though the site states that it's GPL). +This was released as hcalc-1.2, and can be found here: +https://github.com/jlec/hcalc/ +Also, this is the version packaged by Gentoo. + +In 2024, I (B. Watson, urchlay@slackware.uk) have made many further +changes. See CHANGES for the list. See the man page for full +documentation (something that was lacking in the previous releases). |