Update NEWS for newcat.c refactor
newcat: Refactor repeater offset and ANTIVOX with lookup tables
Merge GitHub PR #1967
newcat: Remove remaining refactor comments
newcat: Remove changelog-style comments
newcat: Refactor repeater offset and ANTIVOX with lookup tables
Update NEWS for FTX-1 improvements
Addtional Yaesu FTX1 capabilities--GitHub PR #1961
Merge GitHub PR #1961
FTX-1: Use RIG_MODEL() macro to set macro_name field
FTX-1: Remove redundant README.ftx1 (info is in ftx1_readme.txt)
FTX-1: Fix currVFO resolution bug across all VFO-dependent commands
FTX-1: Fix MS and PR commands to use VFO parameter per spec
FTX-1: Declare MAIN/SUB VFO ranges for correct vfo_fixup behavior
FTX-1: Fix split frequency cache corruption with GPredict
FTX-1: Implement full virtual split VFO token handling
FTX-1: Implement virtual split for satellite software compatibility
Merge branch 'Hamlib:master' into ftx1-backend
Delete ftx1-github-pr.md
FTX-1: Fix 10 CAT command spec compliance issues
FTX-1: Try AC command for TUNE, remove legacy radio references
FTX-1: Fix clarifier to use CF command, rename functions to rx/tx_clar
FTX-1: Fix DCS to use CN command, remove non-existent DC command
FTX-1: Fix tuner control using EX030104 instead of AC command
FTX-1: Clean up documentation and remove dead code
FTX-1: Expand ext_parm API from 13 to 315 parameters
FTX-1: Move ftx1.c and ftx1.h into ftx1/ subdirectory
FTX-1: Add ftx1_menu.h to Makefile.am
FTX-1: Replace atoi() with strtol() for safer EX menu parsing
FTX-1: Fix capability gaps - DCD, CWPITCH, RPTR_OFFS, BAND_UP/DOWN
FTX-1: Set dcd_type to NONE (no squelch status in CAT protocol)
FTX-1: Add split freq/mode and complete PRESET 2-5 menu items
FTX-1: Add complete EX menu support (~250 menu items)
FTX-1: Code review - VFO-awareness and safety improvements
FTX-1: Fix CW command implementations per CAT manual
FTX-1: Fix CS/CT command conflicts and add proper CW Spot
FTX-1: Code review fixes - per-rig state and safety improvements
FTX-1: Code review fixes and rig_caps enhancements
FTX-1: Use get_conf2 to match other newcat rigs
FTX-1: Remove newcat.c changes (separate PR #1967)
FTX-1: Fix code review issues and add missing function handlers
FTX-1: Remove ftx1-cat-commands.txt from rigs/yaesu/
FTX-1: Move documentation to ftx1/ subdirectory
FTX-1: Remove monolithic build comment from Makefile.am
FTX-1: Remove monolithic build and test scripts
newcat: Refactor repeater offset and ANTIVOX with lookup tables
FTX-1: Update documentation with Jeremy Miller's contributions
FTX-1: Add RIT/XIT and mode-specific tuning steps
FTX-1: Add wait_morse stub and document power level limitations
FTX-1: Refactor multi-file implementation into ftx1/ subdirectory
FTX-1: Update head type detection with power probe method
FTX-1: Add head type auto-detection for battery/12V/SPA-1
Update FTX-1 documentation: consistent command counts and test mappings
Fix: Add ftx1.h to Makefile.am NEWCATSRC list
Add monolithic ftx1_mono.c as alternative to multi-file implementation
Include ftx1.h in ftx1_tx.c and ftx1_ext.c
Code cleanup: consolidate shared definitions into ftx1.h header
Move ftx1_readme.txt to rigs/yaesu/ directory
Debugged commands with bad specs in CAT docs, tested and documented findings.
Improved SPA-1 support and safeguards -- figured out the EX commands
Minor improvements and safeguards added
Adding readme files, and tests (.py & .sh)
Add Yaesu FTX-1 backend driver
Update NEWS for man pages updates
Update date of man pages
Copy command descriptions form rigctl.1 to rigctld.1
Make man pages of rigctl and rigctld more similar
Fix errors
Add missing commands
Merge GitHub PR #1981
Update date of man pages
Copy command descriptions form rigctl.1 to rigctld.1
Make man pages of rigctl and rigctld more similar
Fix errors
Add missing commands
Update driver version
Update driver version
Merge GitHub PR #1980
Update driver version
Update driver version
Add Icom IC-7300MK2
Merge GitHub PR #1977
Add Icom IC-7300MK2
Merge GitHub PR #1976
More cppcheck stuff
Polish Kenwood voice memory handler
Drop old name for hl_stars
Drop a few more cppcheck dings
Update cppcheck to std=c11
Add information on master and Hamlib-4.7 differences
Update NEWS For Skywatcher fix
Handle the firmwares that don't echo the commands
Fix sign of return value
Merge GitHub PR #1970
Handle the firmwares that don't echo the commands
Fix sign of return value
Fix typos
Fix typos
Update NEWS for memory leak fixes
Fix the same leak in rigctltcp.c