aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-10 14:43:53 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-10 14:43:53 -0500
commit4c53e04a821ec2bf02a1557157a0067fe32c34ad (patch)
tree7a3639eca5d78993072a5d0907ffb937ec476e0c
parentacd5c18df89df784035834b8c7660ad208f484e7 (diff)
downloadhcalc-4c53e04a821ec2bf02a1557157a0067fe32c34ad.tar.gz
Update CHANGES.
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 313ac8a..c491f79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,10 +30,11 @@ Version 1.2u1, 2024/01/02:
- Fix a bug: stop allowing hex digits a-f when in decimal mode.
- Add ~/.hcalc.cfg, which holds the state of hcalc. Written on exit,
read on startup. Also add -default arg, to prevent reading this.
-- Add -quiet option to silence the X bell.
+- Add -quiet option to silence the X bell (and keystroke q).
- Allow changing the window size while running (toggle between the 3
sizes).
- Add a 'make install' target, which will install the binary, icons,
man page, and .desktop file (with DESTDIR support for packagers).
- Show "err" for floating point error (e.g. divide by zero), and wait
for the user to press CLR to continue.
+- Add 32-bit two's-complement operation. @ key, or right-click on INV button.