From ba9e5e94e3c0622a0dc5a91dcb0fe671cb35c07c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Jan 2024 00:35:20 -0500 Subject: initial commit --- inst/usr/doc/blah/README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 inst/usr/doc/blah/README (limited to 'inst/usr/doc/blah/README') 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). -- cgit v1.2.3