update CHANGES, fix make clobber and make install

make clobber also removes the legacy files: help/man, and help/usage.

make install now removes the legacy files: ${HELPDIR}/man and
${HELPDIR}/usage.

Document the GNU readline then for any multi-line copy-and-paste
fix in CHANGES.
This commit is contained in:
Landon Curt Noll
2024-01-05 10:21:26 -08:00
parent 18cd1f9067
commit 9b37e79f21
2 changed files with 23 additions and 2 deletions

15
CHANGES
View File

@@ -1,6 +1,19 @@
The following are the changes from calc version 2.15.0.4 to date:
make clobber now removes the legacy file: have_fpos.h
make clobber now removes the legacy files: have_fpos.h, help/man,
and help/usage. The latter 2 are now managed as help aliases
in help.c.
make install now removes the legacy files: ${HELPDIR}/man
and ${HELPDIR}/usage.
Fixed a problem where, when calc was linked with and uses GNU
readline then for any multi-line copy-and-paste, only the first
line is executed. Thanks to GitHub user @malfisya for reporting
this problem, and thanks to GitHub user @gromit1811 for doing
the research needed to overcome deficiencies in the GNU readline
documentation, and for supplying the work-a-round to allow
multi-line copy-and-paste to work as expected!
The following are the changes from calc version 2.15.0.3 to 2.15.0.4: