From 987c5d7327ef2566446f9d7f073049c3420a3db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 2 Nov 2009 22:14:10 +0000 Subject: [PATCH] release 1.2.10 git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2760 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- ChangeLog | 9014 ++++++++++++++++++++++++++++---------------------- NEWS | 14 + configure.ac | 2 +- 3 files changed, 5054 insertions(+), 3976 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e692cf23..15d41d7bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,442 @@ -2009-02-25 19:13 fillods +2009-11-02 08:48 fillods - * NEWS, configure.ac: Update for 1.2.9 release + * configure.ac.ltv2: update + +2009-11-01 22:43 fillods + + * kit/si570avrusb.c: fix warning + +2009-11-01 22:39 fillods + + * src/iofunc.c: fix corner case in port_close() + +2009-11-01 22:37 fillods + + * tentec/jupiter.c: RIG_STATUS_BETA + +2009-11-01 22:35 fillods + + * flexradio/dttsp.c: fix warning (WIP) + +2009-11-01 22:35 fillods + + * tentec/paragon.c: comments + +2009-11-01 22:31 fillods + + * AUTHORS: New entries before 1.2.10 release + +2009-11-01 22:15 fillods + + * tentec/rx320.c: * more get_levels + * rx range for ITU region 1 + * status as STABLE + * bump version + +2009-11-01 22:09 fillods + + * tentec/rx340.c: bump version + +2009-11-01 22:03 fillods + + * bindings/ignore.swg: SPID backend + +2009-11-01 18:48 fillods + + * src/parallel.c, src/rig.c: convert parallel ptt to cwdaemon + interface(STROBE+INIT) + +2009-11-01 14:45 fillods + + * configure.ac, kit/Makefile.am: check CXX presence, compile .cc + files conditionaly (usrp_impl.cc) + +2009-11-01 13:05 fillods + + * icom/ic718.c: IC-718 has no PTT control + +2009-10-31 17:39 fillods + + * icom/ic706.c: IC706MkIIG: range_list for ITU region 1 + +2009-10-30 23:43 fillods + + * flexradio/dttsp.c: UDP interface support besides IPC + +2009-10-30 17:59 n0nb + + * configure.ac, src/Makefile.am: OSX patches from Stelios, M0GLD + +2009-10-28 15:13 aa6e + + * autofixer.sh: repair echo cmd + +2009-10-27 22:57 fillods + + * tentec/tentec.h: duplicated proto + +2009-10-27 22:43 fillods + + * include/hamlib/riglist.h: new RIG_MODEL_ARMSTRONG + +2009-10-17 15:32 fillods + + * icom/ic756.c: * fix ts_sc_list + * IC756PROIII: PARM's, VFO list, MEM_CAP, attenuator list, + OP_TUNE, antennas, filter list + +2009-10-17 15:31 fillods + + * icom/icom.c: * more antennas/formats in icom_set_ant/icom_get_ant + * support for RIG_OP_TUNE + * experimental icom_set_dsp_flt() + +2009-10-17 15:24 fillods + + * icom/ic7800.c: fix special LEVEL_ATT for IC7800 + +2009-10-17 10:48 fillods + + * icom/ic718.c: reverse modes, level list, mem caps, PTT_RIG, freq + range region 1, no ctcss, no rptr + +2009-10-17 10:42 fillods + + * include/hamlib/riglist.h: IC7700, PM-SDR + +2009-09-27 21:22 fillods + + * tuner/v4l.c: fix set_freq, patch from Julian Cable + +2009-09-27 12:02 n0nb + + * tentec/jupiter.c: Patch from Ken Prox, "Added new filters + included in the latest Jupiter + firmware. Fixed array over run in function tt538_filter_number." + +2009-09-22 10:07 fillods + + * include/hamlib/rotlist.h: new GS232 controller (not A or B) + +2009-09-14 21:22 fillods + + * aor/aor.c, aor/ar8000.c: Patch ID:2845171 "Initial changes to get + the AOR8000 working" + by JohnU (johncunderwood) + +2009-09-14 07:49 fillods + + * src/iofunc.c, src/iofunc.h, src/rig.c: factorize + port_open/port_close, fix a bug when setting RTS/DTR + +2009-09-14 07:37 fillods + + * kit/si570avrusb.c: check USB device for vendor name/product, + set/get freq by value with PE0FKO's firmware + +2009-09-14 07:32 fillods + + * include/hamlib/rig.h, src/usb_port.c: allow check of vendor name + and product string when looking for USB device + +2009-09-14 07:30 fillods + + * spid/spid.c: set status as BETA + +2009-09-14 07:30 fillods + + * gs232a/gs232a.c: better error handling + +2009-09-14 07:27 fillods + + * tests/rigmem.1, tests/rigmem.c: check for memory support + +2009-09-14 07:25 fillods + + * src/register.c: fix thinko about rig_check_backend_version + +2009-09-08 07:51 fillods + + * kit/si570avrusb.c: BPF support, PTT fix + +2009-09-05 09:08 fillods + + * kit/si570avrusb.c: fix Hz vs. MHz freq + +2009-09-04 21:52 fillods + + * kit/Makefile.am, kit/kit.c, kit/kit.h, kit/si570avrusb.c, + kit/si570avrusb.h: initial release of SoftRock Si570, based on + usbsoftrock-0.5 by VK6JBL + +2009-09-04 21:30 fillods + + * src/register.c, src/register.h: use define ABI_VERSION when + declaring backends, patch by Stelios Bounanos M0GLD + +2009-08-19 14:17 mrtembry + + * yaesu/newcat.c: changed time delay for mem channels + +2009-08-04 15:21 fillods + + * pcr/pcr.c, pcr/pcr.h, pcr/pcr1000.c, pcr/pcr1500.c: - implemented + RIG_FUNC_AFC + - fixed some PCR1000 filter list, added set/get_powerstat + - wire up RIG_LEVEL_CWPITCH and RIG_FUNC_VSC + - moved some prototypes to pcr.c + +2009-08-03 22:13 fillods + + * tentec/rx340.c: implementation from RX340 manual + +2009-08-03 15:32 fillods + + * rs/esmc.c, rs/rs.c, rs/rs.h: freq, mode, func, some levels, + get_info, still untested + +2009-08-02 16:15 fillods + + * pcr/Makefile.am, pcr/pcr.c, pcr/pcr.h, pcr/pcr1500.c: PCR-1500 + support + +2009-08-02 15:24 fillods + + * include/hamlib/riglist.h: PCR1500 & PCR2500 + +2009-07-02 15:38 nj8j + + * AUTHORS: Change email address for NJ8J + +2009-06-23 21:00 fillods + + * include/Makefile.am, include/num_stdio.h, kenwood/th.c: Wrap + sscanf in order to workaround some locales where the decimal + separator (float format, ...) is not a dot. + +2009-06-23 20:55 fillods + + * kenwood/kenwood.c, kenwood/kenwood.h: * remove 17500 mistakenly + put into kenwood38_ctcss_list + * basic automatic split vfo targeting + +2009-06-23 20:30 fillods + + * src/cal.c, src/event.c, src/iofunc.c, tests/sprintflst.c: + copyright clarification + +2009-06-07 16:48 fillods + + * icom/ic7000.c: fix copy/paste bug on set_mem + +2009-06-03 18:21 n0nb + + * configure.ac: Adding configure.ac back in as Stephane appears to + be working on the + libtool issue. + +2009-06-03 18:01 n0nb + + * README.developer, configure.ac: configure.ac superceded by + configure.ac.ltv2 and configure.ac.ltv2 so + removing to avoid confusion. Updated README.developer to reflect + these + new files when adding a new backend. + +2009-06-03 17:48 n0nb + + * configure.ac.ltv1, configure.ac.ltv2: Add spid backend to fix + build error. + +2009-06-01 17:05 fillods + + * autogen.sh: autodetect libtool v1 vs. v2 invocation + +2009-06-01 17:02 fillods + + * src/serial.c: While we're at it, add support for 150 bps serial + devices + +2009-06-01 16:58 fillods + + * icom/ic7000.c, icom/icom.c, icom/icom.h: * Bug fixed in + icom_set_ctcss_tone and icom_set_ctcss_sql, reported by Joe + KJ0EYT. + * New: icom_set_dcs_code/icom_get_dcs_code + * More declarations for IC-7000 + +2009-06-01 16:51 fillods + + * kenwood/thf7.c, src/tones.c, src/tones.h, yaesu/ft817.c, + yaesu/ft857.c, yaesu/ft897.c: variable common_dcs_list[] with 104 + DCS codes + +2009-06-01 13:58 fillods + + * gs232a/gs232a.c: Bug fix in set_pos about protocol compliance. + Problem seen + with the Alpha SPID BIG-RAS rotator by Magne / LA1BFA. + In get_pos, changed angle parsing in order to do away with + float parsing of an interger only value. + +2009-06-01 10:28 fillods + + * AUTHORS, Makefile.am, configure.ac, include/hamlib/rotlist.h, + spid, spid/Makefile.am, spid/spid.c, spid/spid.h, spid/spid.txt: + Support for the SPID Rot2Prog rotator controller, by Norvald H. + Ryeng, LA6YKA + +2009-05-18 18:39 fillods + + * src/serial.c: Add support for 600 bps serial devices, SF ID: + 2793000, patch by Magne, LA1BFA + +2009-05-17 17:47 y32kn + + * icom/ic910.c: fixed wrong spelling of RIG_VFO_MAIN and + RIG_VFO_SUB + +2009-05-17 10:48 y32kn + + * icom/icom.c: fixed evaluation of parameters for icom_get_dcd() + +2009-05-15 18:21 aa6e + + * autofixer.sh: minor update + +2009-05-15 14:05 y32kn + + * icom/ic910.c: Enable setting of MAIN and SUB vfo from 'V' command + in rigctl/d + +2009-05-14 20:08 aa6e + + * autofixer.sh, autogen.sh.ltv1, autogen.sh.ltv2, + configure.ac.ltv1, configure.ac.ltv2: autofixer.sh supportin + libtool v1 and v2 + +2009-05-14 20:06 aa6e + + * README.developer: Autofixer sets up for libtool v1 or v2 + +2009-04-30 22:38 mrtembry + + * yaesu/newcat.c: Changed delay for memmory channels + +2009-04-29 18:31 fillods + + * autogen.sh, configure.ac: Update libtool support, patch by Priit + ES0PLS + +2009-04-22 20:43 fillods + + * tentec/Makefile.am, tentec/paragon.c, tentec/tentec.c, + tentec/tentec.h: Skeleton for TT-585 Paragon + +2009-04-15 17:34 fillods + + * src/conf.c, src/token.h: make ptt/dcd override accessible trough + set_conf/get_conf + +2009-03-26 12:05 jawatson + + * icom/ic7200.c: Corrected modes in ic7200.c + +2009-03-25 19:33 jawatson + + * icom/Makefile.am, icom/ic7200.c, icom/icom.c, icom/icom.h: Added + ic7200 to icom + +2009-03-25 18:21 fillods + + * yaesu/ft920.c: Data USB in narrow mode patch, by nh7o + +2009-03-23 22:49 fillods + + * bindings/Makefile.am, configure.ac, macros/tcl.m4: Make building + tcl-bindings optional + +2009-03-23 22:39 fillods + + * kenwood/k2.c: fixes and more features (split, ant, levels, ..) + +2009-03-23 22:26 fillods + + * include/hamlib/riglist.h, uniden/Makefile.am, uniden/bc898.c, + uniden/uniden.c, uniden/uniden.h: BC898 cloned after BC895 + +2009-03-23 19:18 fillods + + * macros/Makefile.am: files removed by previous libxml2 and + pkg-config patchs, thanks to Priit Laes + +2009-03-21 18:17 aa6e + + * tentec/orion.c: Init revision - tnx Stephane + +2009-03-21 11:32 fillods + + * configure.ac, macros/pkg.m4: Get rid of included pkg-config + macros and use system one. Patch by Priit Laes + +2009-03-21 11:25 fillods + + * configure.ac: make missing libxml-2.0 non fatal + +2009-03-21 11:19 fillods + + * configure.ac, macros/libxml2.m4, tests/Makefile.am: Use + pkg-config check for libxml2 instead of ancient m4 macro, patch + by Priit Laes + +2009-03-21 11:07 fillods + + * Makefile.am, configure.ac, rs, rs/Makefile.am, rs/esmc.c, + rs/rs.c, rs/rs.h: R&S skelton backend + +2009-03-07 03:30 n0nb + + * README, README.betatester, README.developer, README.release: + Update files for SVN information and commands. + +2009-03-07 02:42 n0nb + + * configure.ac: Bump release version to 1.2.10svn + +2009-03-05 21:08 fillods + + * libltdl/COPYING.LIB, libltdl/Makefile.am, libltdl/Makefile.in, + libltdl/aclocal.m4, libltdl/config-h.in, libltdl/config.guess, + libltdl/config.sub, libltdl/configure, libltdl/configure.ac, + libltdl/install-sh, libltdl/ltdl.c, libltdl/ltdl.h, + libltdl/ltmain.sh, libltdl/missing, ltmain.sh: update to libtool + 1.5.26 Debian 1.5.26-1ubuntu1 (1.1220.2.493 2008/02/01 16:58:18) + +2009-03-05 15:45 fillods + + * bindings/ignore.swg, include/hamlib/riglist.h: add IC-7200 and + R&S ESMC + +2009-03-05 14:14 fillods + + * include/hamlib/rig_dll.h: fix static build and backend loading + for mingw32 + +2009-02-26 23:04 mrtembry + + * yaesu/newcat.c: Adjusted backup, restore delay + +2009-02-25 19:19 fillods + + * src/Makefile.am: get ready for next round + +2009-02-25 19:16 fillods + + * configure.ac: get ready for next round (1.2.10) + +2009-02-25 19:15 fillods + + * ChangeLog, NEWS, configure.ac: Update for 1.2.9 release 2009-02-23 22:03 fillods @@ -13,25 +449,12 @@ 2009-02-23 21:52 fillods * yaesu/newcat.c: old compilers don't like mixed variable - declaration and code - -2009-02-23 21:51 fillods - - * kenwood/th.c: fix warning, possible bug where char is unsigned - -2009-02-23 21:24 fillods - - * kenwood/ts850.c: change timeout down to 30 seconds - -2009-02-20 15:27 fillods - - * kenwood/: Makefile.am, kenwood.c, kenwood.h, trc80.c: add TRC-80 - to kenwood_hamlib_1_2_9_branch + declaration and code 2009-02-20 15:21 fillods * tentec/orion.h, yaesu/ft1000d.c, yaesu/ft757gx.c: increase - version number + version number 2009-02-20 14:20 fillods @@ -44,7 +467,7 @@ 2009-02-20 14:14 fillods * include/hamlib/rig.h, src/rig.c: set/get_split_{freq,mode} - assisted by frontend + assisted by frontend 2009-02-20 12:40 fillods @@ -52,17 +475,21 @@ 2009-02-20 12:39 fillods - * yaesu/: ft2000.h, ft9000.h: add RIG_LEVEL_NOTCHF + * yaesu/ft2000.h, yaesu/ft9000.h: add RIG_LEVEL_NOTCHF 2009-02-20 12:38 fillods - * winradio/: g303.c, g305.c: remove double binding of dll symbol + * winradio/g303.c, winradio/g305.c: remove double binding of dll + symbol 2009-02-20 12:33 fillods - * yaesu/: ft847.c, ft847.h: * big cleanup and error code checking * - implemented: - split operation through SAT mode - - get_dcd/get_ptt - get_level: ALC + * yaesu/ft847.c, yaesu/ft847.h: * big cleanup and error code + checking + * implemented: + - split operation through SAT mode + - get_dcd/get_ptt + - get_level: ALC 2009-02-20 12:28 fillods @@ -79,8 +506,8 @@ 2009-02-20 12:26 fillods * src/locator.c, src/mem.c, src/rotator.c, src/settings.c, - src/tones.c, tests/rigmem.1, tests/rigsmtr.1, tests/rigswr.1: - copyright year + src/tones.c, tests/rigmem.1, tests/rigsmtr.1, tests/rigswr.1: + copyright year 2009-02-20 12:23 fillods @@ -96,7 +523,9 @@ 2009-02-20 10:33 fillods - * kenwood/ts790.c: * split opertation * set/get_channel * scanning + * kenwood/ts790.c: * split opertation + * set/get_channel + * scanning 2009-02-20 09:55 fillods @@ -104,11 +533,13 @@ 2009-02-18 22:51 fillods - * jrc/: Makefile.am, jrc.c, jrc.h, nrd525.c: added NRD-525 + * jrc/Makefile.am, jrc/jrc.c, jrc/jrc.h, jrc/nrd525.c: added + NRD-525 2009-02-18 20:56 fillods - * dummy/: rot_dummy.c, Makefile.am: emulate rotator slowly rotating + * dummy/Makefile.am, dummy/rot_dummy.c: emulate rotator slowly + rotating 2009-02-17 23:01 fillods @@ -132,17 +563,22 @@ 2009-02-14 16:46 fillods - * yaesu/: ft100.c, ft100.h: * big cleanup * implemented: - - ft100_get_ptt - ft100_get_split_vfo - get_level: - RIG_LEVEL_MICGAIN, RIG_LEVEL_SQL - implement width in set_mode + * yaesu/ft100.c, yaesu/ft100.h: * big cleanup + * implemented: + - ft100_get_ptt + - ft100_get_split_vfo + - get_level: RIG_LEVEL_MICGAIN, RIG_LEVEL_SQL + - implement width in set_mode 2009-02-14 00:26 fillods - * yaesu/: Makefile.am, ft100.c, ft100.h, yaesu_tones.h: * redo the - ft100 set_ctcss/set_dcs with appropriate list, yaesu_tones.h no - more needed * change P1 of FT100's Status Update. Returned data - seems longer than documented. * populate FT100's bandplan of ITU - Region 1 * some error code checking + * yaesu/Makefile.am, yaesu/ft100.c, yaesu/ft100.h, + yaesu/yaesu_tones.h: * redo the ft100 set_ctcss/set_dcs with + appropriate list, yaesu_tones.h no more needed + * change P1 of FT100's Status Update. Returned data seems longer + than documented. + * populate FT100's bandplan of ITU Region 1 + * some error code checking 2009-02-13 19:34 azummo @@ -150,7 +586,7 @@ 2009-02-13 19:29 azummo - * kenwood/: kenwood.c, th.c, ts680.c: style fixes + * kenwood/kenwood.c, kenwood/th.c, kenwood/ts680.c: style fixes 2009-02-11 19:26 aa6e @@ -162,21 +598,25 @@ 2009-02-10 22:48 fillods - * kenwood/: kenwood.c, kenwood.h: * implemented RIG_LEVEL_KEYSPD - and RIG_LEVEL_PREAMP * fixed RIG_LEVEL_ATT * fix - kenwood_set_channel prototype + * kenwood/kenwood.c, kenwood/kenwood.h: * implemented + RIG_LEVEL_KEYSPD and RIG_LEVEL_PREAMP + * fixed RIG_LEVEL_ATT + * fix kenwood_set_channel prototype 2009-02-09 20:59 azummo - * kenwood/: kenwood.c, kenwood.h, ts850.c: check ptt status before - set_ptt. enabled on ts850. + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts850.c: check ptt + status before set_ptt. enabled on ts850. 2009-02-09 20:37 azummo * kenwood/kenwood.c: removed comment about switch optimizatons. the - compiler will generate the assembly code in a different order which - is usually based on the case value. other compiler optimizations - might also affect it, so it's useless to optimize the order. + compiler will generate the + assembly code in a different order which is usually based on the + case value. + other compiler optimizations might also affect it, so it's + useless to optimize + the order. 2009-02-09 20:37 azummo @@ -184,7 +624,7 @@ 2009-02-06 17:31 fillods - * pcr/: pcr.c, pcr.h, pcr100.c: support ANL through ext_level + * pcr/pcr.c, pcr/pcr.h, pcr/pcr100.c: support ANL through ext_level 2009-02-06 17:28 fillods @@ -192,8 +632,8 @@ 2009-02-06 17:27 fillods - * dummy/: dummy.c, dummy.h: new RIG_CONF_BUTTON example, renamed - the other ext_levels + * dummy/dummy.c, dummy/dummy.h: new RIG_CONF_BUTTON example, + renamed the other ext_levels 2009-02-06 17:11 fillods @@ -202,8 +642,9 @@ 2009-02-06 14:15 azummo * include/hamlib/rig.h, kenwood/kenwood.c, kenwood/kenwood.h, - kenwood/ts450s.c, kenwood/ts850.c: implemented set/get_ext_param - (voice, fine, xit, rit). enabled on ts450 and ts850 + kenwood/ts450s.c, kenwood/ts850.c: implemented set/get_ext_param + (voice, fine, xit, rit). enabled on ts450 and + ts850 2009-02-05 21:05 azummo @@ -211,22 +652,26 @@ 2009-02-03 23:42 azummo - * kenwood/: kenwood.c, kenwood.h, ts850.c: generic, ts850: - implemented CTCSS TN command (reported not working for ts850, - should now be fixed) + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts850.c: generic, + ts850: implemented CTCSS TN command (reported not working for + ts850, + should now be fixed) 2009-02-03 23:22 azummo - * kenwood/: ic10.c, kenwood.c, th.c, thf7.c, thg71.c, tmv7.c, - ts2000.c, ts2k.c, ts2k_menu.c, ts570.c, ts850.c, ts870s.c: Replace - __FUNCTION__, which is gcc specific and was deprecated a long time - ago, with __func__, which is at least defined in C99. + * kenwood/ic10.c, kenwood/kenwood.c, kenwood/th.c, kenwood/thf7.c, + kenwood/thg71.c, kenwood/tmv7.c, kenwood/ts2000.c, + kenwood/ts2k.c, kenwood/ts2k_menu.c, kenwood/ts570.c, + kenwood/ts850.c, kenwood/ts870s.c: Replace __FUNCTION__, which is + gcc specific and was deprecated + a long time ago, with __func__, which is at least defined in C99. 2009-02-03 22:56 azummo - * kenwood/: ts140.c, ts480.c, ts570.c, ts680.c, ts850.c, ts870s.c: - ts570,ts850,ts870s,ts140,ts480,ts680: use kenwood_simple_cmd where - possible + * kenwood/ts140.c, kenwood/ts480.c, kenwood/ts570.c, + kenwood/ts680.c, kenwood/ts850.c, kenwood/ts870s.c: + ts570,ts850,ts870s,ts140,ts480,ts680: use kenwood_simple_cmd + where possible 2009-02-03 22:47 azummo @@ -234,13 +679,14 @@ 2009-02-03 22:45 azummo - * kenwood/: kenwood.c, kenwood.h, ts450s.c: ts450: implement - set_channel + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts450s.c: ts450: + implement set_channel 2009-02-03 22:42 azummo - * kenwood/: kenwood.c, kenwood.h, thg71.c, tmv7.c, ts450s.c, - ts690.c: thg71,tmv7,ts450s,ts690: verify rig id at rig_open + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/thg71.c, + kenwood/tmv7.c, kenwood/ts450s.c, kenwood/ts690.c: + thg71,tmv7,ts450s,ts690: verify rig id at rig_open 2009-02-03 22:33 azummo @@ -248,14 +694,15 @@ 2009-02-03 22:13 azummo - * kenwood/: ts140.c, ts2000.c, ts480.c, ts570.c, ts680.c, ts850.c, - ts870s.c: ts140,ts2000,ts480,ts570,ts680,ts850,ts870s: remove usage - of fixed ; and EOM + * kenwood/ts140.c, kenwood/ts2000.c, kenwood/ts480.c, + kenwood/ts570.c, kenwood/ts680.c, kenwood/ts850.c, + kenwood/ts870s.c: ts140,ts2000,ts480,ts570,ts680,ts850,ts870s: + remove usage of fixed ; and EOM 2009-02-03 11:25 azummo * kenwood/kenwood.c: remove fixed command terminator (;) from - generic code + generic code 2009-02-02 20:33 azummo @@ -263,36 +710,32 @@ 2009-02-02 20:30 azummo - * kenwood/: kenwood.c, ts850.c: ts450,ts690,ts850: use FL command - to get/set filters in get/set_mode. (code from ts850.c) + * kenwood/kenwood.c, kenwood/ts850.c: ts450,ts690,ts850: use FL + command to get/set filters in get/set_mode. (code from ts850.c) 2009-02-02 20:28 azummo * kenwood/ts450s.c: ts450: remove RIG_FUNC_TONE from has_xx_func if - tone unit is not detected + tone unit is not detected 2009-02-02 07:30 azummo - * kenwood/: kenwood.c, kenwood.h, ts570.c: Make set_ptt behave as - before, fix set_ant for ts570.c + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts570.c: Make + set_ptt behave as before, fix set_ant for ts570.c 2009-02-02 07:29 azummo - * kenwood/: kenwood.c, kenwood.h: Add kenwood_simple_cmd + * kenwood/kenwood.c, kenwood/kenwood.h: Add kenwood_simple_cmd 2009-01-29 22:54 fillods - * include/hamlib/riglist.h, kenwood/kenwood.c, kenwood/kenwood.h, - kenwood/trc80.c, kenwood/Makefile.am: added Kenwood TRC-80 - -2009-01-29 22:54 fillods - - * kenwood/trc80.c: file trc80.c was added on branch - kenwood_hamlib_1_2_9_branch on 2009-02-20 15:27:50 +0000 + * include/hamlib/riglist.h, kenwood/Makefile.am, kenwood/kenwood.c, + kenwood/kenwood.h, kenwood/trc80.c: added Kenwood TRC-80 2009-01-29 19:50 azummo - * pcr/: pcr.c, pcr.h, pcr100.c: Support get/set_powerstat on pcr100 + * pcr/pcr.c, pcr/pcr.h, pcr/pcr100.c: Support get/set_powerstat on + pcr100 2009-01-29 08:41 azummo @@ -300,21 +743,26 @@ 2009-01-28 23:31 azummo - * kenwood/: ts570.c, ts690.c: Call kenwood_init in each and every - driver + * kenwood/ts570.c, kenwood/ts690.c: Call kenwood_init in each and + every driver 2009-01-28 23:30 azummo - * kenwood/: k2.c, k3.c, r5000.c, th.c, thd7.c, thf7.c, thg71.c, - tmd700.c, tmv7.c, ts140.c, ts2000.c, ts440.c, ts480.c, ts50s.c, - ts570.c, ts680.c, ts690.c, ts711.c, ts790.c, ts811.c, ts850.c, - ts870s.c, ts930.c, ts940.c, ts950.c: Remove const from priv_caps to - allow kenwood_init to initialize default values if they're missing + * kenwood/k2.c, kenwood/k3.c, kenwood/r5000.c, kenwood/th.c, + kenwood/thd7.c, kenwood/thf7.c, kenwood/thg71.c, + kenwood/tmd700.c, kenwood/tmv7.c, kenwood/ts140.c, + kenwood/ts2000.c, kenwood/ts440.c, kenwood/ts480.c, + kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts680.c, + kenwood/ts690.c, kenwood/ts711.c, kenwood/ts790.c, + kenwood/ts811.c, kenwood/ts850.c, kenwood/ts870s.c, + kenwood/ts930.c, kenwood/ts940.c, kenwood/ts950.c: Remove const + from priv_caps to allow kenwood_init to initialize default values + if they're missing 2009-01-28 22:53 fillods - * dummy/: dummy.c, dummy.h: * Extra levels and extra parms * dummy - backend now has 2 antennas + * dummy/dummy.c, dummy/dummy.h: * Extra levels and extra parms + * dummy backend now has 2 antennas 2009-01-28 22:49 fillods @@ -322,12 +770,16 @@ 2009-01-27 19:05 fillods - * pcr/: Makefile.am, pcr.c, pcr.h, pcr100.c, pcr1000.c: pcr patch - from Alessandro Zummo, with more reliability and new features: * - CTCSS tone squelch * selectable baud rate (300 - 38400) * ANL - - Automatic Noise Limiter (commented out, until created in frontend) - * simplified and cleaned up code * RIG_LEVEL_STRENGTH * - RIG_LEVEL_RAWSTR + * pcr/Makefile.am, pcr/pcr.c, pcr/pcr.h, pcr/pcr100.c, + pcr/pcr1000.c: pcr patch from Alessandro Zummo, with more + reliability and new features: + * CTCSS tone squelch + * selectable baud rate (300 - 38400) + * ANL - Automatic Noise Limiter (commented out, until created in + frontend) + * simplified and cleaned up code + * RIG_LEVEL_STRENGTH + * RIG_LEVEL_RAWSTR 2009-01-25 16:23 fillods @@ -335,7 +787,8 @@ 2009-01-25 16:14 fillods - * rotorez/: rotorez.c, rotorez.h: enumaration of backend tokens + * rotorez/rotorez.c, rotorez/rotorez.h: enumaration of backend + tokens 2009-01-25 15:39 fillods @@ -344,102 +797,113 @@ 2009-01-25 14:25 fillods * src/conf.c: argument checking in rig_set_conf, patch from Zhang - Bo + edit + Bo + edit 2009-01-24 13:33 fillods * Makefile.am, configure.ac: do not distribute any more the - gnuradio backend (out of date) + gnuradio backend (out of date) 2009-01-23 03:24 n0nb - * kenwood/: ic10.c, k2.c, k3.c, kenwood.c, kenwood.h, r5000.c, - th.c, thd7.c, thf7.c, thg71.c, tmd700.c, tmv7.c, ts140.c, ts2000.c, - ts2k.c, ts440.c, ts450s.c, ts480.c, ts50s.c, ts570.c, ts680.c, - ts690.c, ts711.c, ts790.c, ts811.c, ts850.c, ts870s.c, ts930.c, - ts940.c, ts950.c: Several Kenwood patches from Alessandro Zummo, - azummo-lists@towertech.it - - Among the changes: - - I finally had the time to build the CAT interface for my TS450 and - discovered a couple of new commands. - - MX; MX0; MX1; is used to activate the AIP function - FL; FLXXXYYY; is used to set the filters. - - I made a perl script to try every possible two-letters command. If - amyone is interested, at their own risk, just ask. - - I've then modified and optimized the kenwood driver: - - - moved MD_ defined to .h - - added init/cleanup - - ts450_get_mode -> kenwood_get_mode_if - - support reading memory channel freq within kenwood_get_freq - - added kenwood_safe_transaction as an helper with result len - check - - added kenwood_get_if - - added get_level for RIG_LEVEL_CWPITCH - - set/get for RIG_FUNC_AIP - - replaced ts140/680 get_mode and get_freq - - removed the delay on the ts450. it works just fine without it. - - ============================= the attached patch requires the - first one I sent and addresses a few remaining issues - - - converted 8 spaces to tabs - - added kenwood_mode_table - - added kenwood_simple_transaction helper func - - use kenwood2rmode and rmode2kenwood where possible - - some code cleanup - - use kenwood_safe/simple_transaction where possible - - added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850) - - added kenwood_get_channel (ts450,ts850) - - added FUNC_FINE_STEP (commented out, we have no more func slots) - - added LEVEL_CWPITCH (set) - - no reason to have ts850_set_func, ts850_set_level - - ... ts480_get/set_ant, ts480_set_func - - ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit - - ... ts680_set_func - - ... ts790_get_mode, ts790_get_vfo - - this patch is a bit more extensive and tested only on the TS450. - feedback will be appreciated. - - where I removed code I took care to verify that the generic - code in kenwood.c worked in the same way. + * kenwood/ic10.c, kenwood/k2.c, kenwood/k3.c, kenwood/kenwood.c, + kenwood/kenwood.h, kenwood/r5000.c, kenwood/th.c, kenwood/thd7.c, + kenwood/thf7.c, kenwood/thg71.c, kenwood/tmd700.c, + kenwood/tmv7.c, kenwood/ts140.c, kenwood/ts2000.c, + kenwood/ts2k.c, kenwood/ts440.c, kenwood/ts450s.c, + kenwood/ts480.c, kenwood/ts50s.c, kenwood/ts570.c, + kenwood/ts680.c, kenwood/ts690.c, kenwood/ts711.c, + kenwood/ts790.c, kenwood/ts811.c, kenwood/ts850.c, + kenwood/ts870s.c, kenwood/ts930.c, kenwood/ts940.c, + kenwood/ts950.c: Several Kenwood patches from Alessandro Zummo, + azummo-lists@towertech.it + + Among the changes: + + I finally had the time to build the CAT interface for my TS450 + and + discovered a couple of new commands. + + MX; MX0; MX1; is used to activate the AIP function + FL; FLXXXYYY; is used to set the filters. + + I made a perl script to try every possible two-letters command. + If + amyone is interested, at their own risk, just ask. + + I've then modified and optimized the kenwood driver: + + - moved MD_ defined to .h + - added init/cleanup + - ts450_get_mode -> kenwood_get_mode_if + - support reading memory channel freq within kenwood_get_freq + - added kenwood_safe_transaction as an helper with result len + check + - added kenwood_get_if + - added get_level for RIG_LEVEL_CWPITCH + - set/get for RIG_FUNC_AIP + - replaced ts140/680 get_mode and get_freq + - removed the delay on the ts450. it works just fine without it. + + ============================= + the attached patch requires the first one I sent and + addresses a few remaining issues + + - converted 8 spaces to tabs + - added kenwood_mode_table + - added kenwood_simple_transaction helper func + - use kenwood2rmode and rmode2kenwood where possible + - some code cleanup + - use kenwood_safe/simple_transaction where possible + - added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850) + - added kenwood_get_channel (ts450,ts850) + - added FUNC_FINE_STEP (commented out, we have no more func + slots) + - added LEVEL_CWPITCH (set) + - no reason to have ts850_set_func, ts850_set_level + - ... ts480_get/set_ant, ts480_set_func + - ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit + - ... ts680_set_func + - ... ts790_get_mode, ts790_get_vfo + + this patch is a bit more extensive and tested only on the TS450. + feedback will be appreciated. + + where I removed code I took care to verify that the generic + code in kenwood.c worked in the same way. -2009-01-20 19:42 fillods +2009-01-20 19:44 fillods - * Makefile.am, configure.ac, heathkit/Makefile.am, - heathkit/hd1780.c, heathkit/hd1780.h, include/hamlib/rotlist.h, - bindings/ignore.swg, AUTHORS: Heathkit HD 1780 Intellirotor - backend, by Rob Frohne, KL7NA + * AUTHORS, Makefile.am, bindings/ignore.swg, configure.ac, + heathkit, heathkit/Makefile.am, heathkit/hd1780.c, + heathkit/hd1780.h, include/hamlib/rotlist.h: Heathkit HD 1780 + Intellirotor backend, by Rob Frohne, KL7NA 2009-01-17 14:47 n0nb - * rotorez/: rotorez.c, rotorez.h, rotorez.txt: Update copyright - date. + * rotorez/rotorez.c, rotorez/rotorez.h, rotorez/rotorez.txt: Update + copyright date. 2009-01-17 14:37 n0nb - * rotorez/: rotorez.c, rotorez.h, rotorez.txt: Improved buffer - flush by shortening serial timeout from 5 to 1.5 seconds. - Re-worked rotorez_rot_set_conf to use token values defined in - rotorez.h but will need to wait until tokens are available in - Hamlib for full use. Improved documentation in rotorez.txt of - changes. + * rotorez/rotorez.c, rotorez/rotorez.h, rotorez/rotorez.txt: + Improved buffer flush by shortening serial timeout from 5 to 1.5 + seconds. + Re-worked rotorez_rot_set_conf to use token values defined in + rotorez.h + but will need to wait until tokens are available in Hamlib for + full use. + Improved documentation in rotorez.txt of changes. 2009-01-16 04:21 n0nb - * rotorez/: rotorez.c, rotorez.txt: Fix to flush buffer if RotorEZ - should receive an invalid command in which case it puts a long - string into the buffer. + * rotorez/rotorez.c, rotorez/rotorez.txt: Fix to flush buffer if + RotorEZ should receive an invalid command in + which case it puts a long string into the buffer. 2009-01-15 03:45 n0nb - * tests/: rigctld.8, rotctld.8: Minor documentation updates. + * tests/rigctld.8, tests/rotctld.8: Minor documentation updates. 2009-01-14 11:55 fillods @@ -451,9 +915,9 @@ 2009-01-12 12:29 n0nb - * yaesu/: ft857.c, ft897.c: Commented out filter definitions as - these radios do not support setting of passband. Thanks to Rich - Newsom WA4SXZ for testing. + * yaesu/ft857.c, yaesu/ft897.c: Commented out filter definitions as + these radios do not support setting + of passband. Thanks to Rich Newsom WA4SXZ for testing. 2009-01-12 12:11 mrtembry @@ -473,8 +937,8 @@ 2009-01-11 17:39 mrtembry - * yaesu/: ft2000.c, ft450.c, ft9000.c, ft950.c, newcat.c: removed - NFM NAM + * yaesu/ft2000.c, yaesu/ft450.c, yaesu/ft9000.c, yaesu/ft950.c, + yaesu/newcat.c: removed NFM NAM 2009-01-11 17:36 mrtembry @@ -482,8 +946,8 @@ 2009-01-11 13:21 fillods - * winradio/: Makefile.am, g305.c, winradio.c, winradio.h: Add - Winradio G305 + * winradio/Makefile.am, winradio/g305.c, winradio/winradio.c, + winradio/winradio.h: Add Winradio G305 2009-01-11 13:16 fillods @@ -491,20 +955,22 @@ 2009-01-11 12:42 fillods - * tentec/: Makefile.am, omnivii.c, tentec.c, tentec.h: Add Tentec - Omni VII, cloned after Jupiter + * tentec/Makefile.am, tentec/omnivii.c, tentec/tentec.c, + tentec/tentec.h: Add Tentec Omni VII, cloned after Jupiter 2009-01-11 10:04 mrtembry * yaesu/newcat.c: hanged get_mem and get_channel to leave - channel_num alone on an error. get_mem should always be valid. - get_channel will return 0 Hz in freq on an empty channel. + channel_num + alone on an error. get_mem should always be valid. + get_channel will return 0 Hz in freq on an empty channel. 2009-01-10 14:52 mrtembry - * yaesu/newcat.c: Added backup and restore to Memory Channel. - Added get_cmd and set_cmd. Added get_vfo_mode for showing if rig - is in RIG_VFO_MEM at any time. + * yaesu/newcat.c: Added backup and restore to Memory Channel. + Added get_cmd and set_cmd. Added get_vfo_mode for showing if rig + is + in RIG_VFO_MEM at any time. 2009-01-09 23:03 n0nb @@ -521,7 +987,7 @@ 2009-01-08 12:57 mrtembry * yaesu/newcat.c: Added split_mode and split_freq tracking to - restore_vfo, backup_vfo + restore_vfo, backup_vfo 2009-01-08 07:22 mrtembry @@ -533,29 +999,31 @@ 2009-01-07 20:59 mrtembry - * yaesu/newcat.c: Changed get_split_vfo to use passed vfo Added - split mode to vfo_backup and vfo_restore + * yaesu/newcat.c: Changed get_split_vfo to use passed vfo + Added split mode to vfo_backup and vfo_restore 2009-01-07 00:50 mrtembry * yaesu/newcat.c: Added newcat_backup_vfo, newcat_restore_vfo - Updated FT9000 valid commands Added valid command test to functions - Some code cleanup + Updated FT9000 valid commands + Added valid command test to functions + Some code cleanup 2009-01-05 23:03 mrtembry * yaesu/newcat.c: Changed RIG_LEVEL_BKINDL to tenth_dots per second - Cleanup of set/get_mem and set/get_channel + Cleanup of set/get_mem and set/get_channel 2009-01-05 17:39 aa6e - * tentec/: orion.h, orion.c: Orion: Allow frontend to handle - RIG_LEVEL_STRENGTH + * tentec/orion.c, tentec/orion.h: Orion: Allow frontend to handle + RIG_LEVEL_STRENGTH 2009-01-05 12:16 n0nb * configure.ac: Patch from Thomas Beierlein, DL1JBE, to fix - parallel make, i.e. `make -jN'. + parallel make, i.e. + `make -jN'. 2009-01-05 02:20 mrtembry @@ -564,32 +1032,34 @@ 2009-01-04 23:59 mrtembry * yaesu/newcat.c: Changed RIG_LEVEL_BKINDL math, 1 dot == 2UI (on - time + off time) + time + off time) 2009-01-04 16:03 mrtembry - * yaesu/: ft2000.c, ft2000.h, ft450.c, ft9000.c, ft9000.h, ft950.c: - Adjusted bandwidth filters, Added set/get_channel, set/get_trn + * yaesu/ft2000.c, yaesu/ft2000.h, yaesu/ft450.c, yaesu/ft9000.c, + yaesu/ft9000.h, yaesu/ft950.c: Adjusted bandwidth filters, Added + set/get_channel, set/get_trn 2009-01-04 14:49 fillods - * tests/: rigctl.1, rigctl.c, rigctl_parse.c, rigctld.c, rotctl.1, - rotctl.c, rotctl_parse.c, rotctld.c: flexible command termination - for send_cmd + * tests/rigctl.1, tests/rigctl.c, tests/rigctl_parse.c, + tests/rigctld.c, tests/rotctl.1, tests/rotctl.c, + tests/rotctl_parse.c, tests/rotctld.c: flexible command + termination for send_cmd 2009-01-04 14:23 mrtembry - * tests/: rigctl.1, rigctl_parse.c: Partially implemented - set_channel + * tests/rigctl.1, tests/rigctl_parse.c: Partially implemented + set_channel 2009-01-04 14:01 mrtembry - * yaesu/: newcat.c, newcat.h: Fixed newcat_set_channel bugs + * yaesu/newcat.c, yaesu/newcat.h: Fixed newcat_set_channel bugs 2009-01-04 10:40 fillods - * yaesu/: Makefile.am, ft840.c, ft840.h, yaesu.c, yaesu.h: New - FT-840 backend, as suggested by Thomas - DK6KD + * yaesu/Makefile.am, yaesu/ft840.c, yaesu/ft840.h, yaesu/yaesu.c, + yaesu/yaesu.h: New FT-840 backend, as suggested by Thomas - DK6KD 2009-01-04 01:27 aa6e @@ -597,8 +1067,9 @@ 2009-01-04 00:05 mrtembry - * yaesu/: ft950.c, newcat.c, newcat.h: Added newcat_get_channel, - newcat_set_channel Added RIG_VFO_MEM support + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added + newcat_get_channel, newcat_set_channel + Added RIG_VFO_MEM support 2009-01-03 23:05 aa6e @@ -631,7 +1102,7 @@ 2009-01-01 18:19 fillods * tests/rotctl_parse.c: fix send_cmd bug, patch by Rob Frohne, - KL7NA + KL7NA 2009-01-01 18:18 fillods @@ -648,89 +1119,94 @@ 2009-01-01 17:07 dianora * include/hamlib/rig.h: - Extra comma on RIG_STATUS_BUGGY can cause - a compiler error. + a compiler error. 2008-12-31 18:17 mrtembry * yaesu/newcat.c: Added debugging statements to mW2power and - power2mW Changed _nc_rigid to int because of potential enum bugs + power2mW + Changed _nc_rigid to int because of potential enum bugs 2008-12-31 16:58 fillods - * yaesu/: ft847.c, ft847.h: S-meter readout for FT-847, patch from - Magne / LA1BFA + * yaesu/ft847.c, yaesu/ft847.h: S-meter readout for FT-847, patch + from Magne / LA1BFA 2008-12-30 18:52 mrtembry - * yaesu/: ft950.c, newcat.c, newcat.h: Added newcat_get/set_trn - Changed power2mW mW2power to work with different radio model - versions + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added + newcat_get/set_trn + Changed power2mW mW2power to work with different radio model + versions 2008-12-29 13:12 n0nb * src/locator.c: Correction of short path azimuth calculation by - Dave Freese, W1HKJ in the qrb function. + Dave Freese, W1HKJ + in the qrb function. 2008-12-28 13:53 mrtembry - * yaesu/: ft2000.c, ft450.c, ft9000.c, newcat.c: Added get_ts, - set_ts to rigs Added newcat_is_id for future reference Made Changes - to newcat_valid_command + * yaesu/ft2000.c, yaesu/ft450.c, yaesu/ft9000.c, yaesu/newcat.c: + Added get_ts, set_ts to rigs + Added newcat_is_id for future reference + Made Changes to newcat_valid_command 2008-12-28 04:06 mrtembry * yaesu/newcat.c: Added more METERS to newcat_set_level - RIG_LEVEL_METER + RIG_LEVEL_METER 2008-12-28 02:38 n0nb * yaesu/ft757gx.c: Patch from Stefano Merlo, IZ1IGK that avoids - trying to read the status bytes on the FT-757GX as it has a write - only serial interface. + trying to read the status + bytes on the FT-757GX as it has a write only serial interface. 2008-12-28 00:25 mrtembry - * yaesu/: ft950.c, newcat.c, newcat.h: Added newcat_get_ts, - newcat_set_ts Added newcat_get_faststep, newcat_set_faststep + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added + newcat_get_ts, newcat_set_ts + Added newcat_get_faststep, newcat_set_faststep 2008-12-27 08:08 mrtembry - * yaesu/: ft2000.c, ft450.c, ft950.c, newcat.c, newcat.h: Added - newcat_get_powerstat, newcat_set_powerstat + * yaesu/ft2000.c, yaesu/ft450.c, yaesu/ft950.c, yaesu/newcat.c, + yaesu/newcat.h: Added newcat_get_powerstat, newcat_set_powerstat 2008-12-26 23:57 mrtembry * include/hamlib/rig.h: Added RIG_LEVEL_BKIN_DLYMS - CW Breakin - delay in milliseconds to rig_level_e enum + delay in milliseconds to rig_level_e enum 2008-12-26 11:36 mrtembry - * yaesu/: ft2000.c, ft450.c, ft9000.c: Added functions and - ctcss_list as needed + * yaesu/ft2000.c, yaesu/ft450.c, yaesu/ft9000.c: Added functions + and ctcss_list as needed 2008-12-26 11:34 mrtembry - * yaesu/newcat.c: Fixed newcat_set_ctcss_tone set bug Added null - pointer ctcss_list test Changed newcat_set_mode width sets to after - mode set Changed newcat_power2mW, newcat_mW2power to allow all nc - rigs + * yaesu/newcat.c: Fixed newcat_set_ctcss_tone set bug + Added null pointer ctcss_list test + Changed newcat_set_mode width sets to after mode set + Changed newcat_power2mW, newcat_mW2power to allow all nc rigs 2008-12-26 00:05 mrtembry - * yaesu/: ft950.c, newcat.c, newcat.h: Added newcat_set_ctcss_tone, - newcat_get_ctcss_tone, newcat_set_ctcss_sql, - newcat_get_ctcss_sql + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added + newcat_set_ctcss_tone, newcat_get_ctcss_tone, + newcat_set_ctcss_sql, newcat_get_ctcss_sql -2008-12-25 14:44 mrtembry +2008-12-25 14:45 mrtembry - * yaesu/: ft950.c, newcat.h, newcat.c: Added set_rptr_shift, - get_rptr_shift + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added + set_rptr_shift, get_rptr_shift 2008-12-25 13:32 mrtembry - * yaesu/newcat.c: Added FT450 filter gets and sets Found some - narrow filter settings in FT2000 manual Made up the rest. It is a - starting point. + * yaesu/newcat.c: Added FT450 filter gets and sets + Found some narrow filter settings in FT2000 manual + Made up the rest. It is a starting point. 2008-12-25 13:27 mrtembry @@ -738,7 +1214,8 @@ 2008-12-24 20:17 mrtembry - * yaesu/newcat.c: Added RIG_METER_VDD Did some cleanup + * yaesu/newcat.c: Added RIG_METER_VDD + Did some cleanup 2008-12-24 20:12 mrtembry @@ -746,9 +1223,9 @@ 2008-12-23 22:36 mrtembry - * yaesu/: ft950.c, newcat.c: Adjusted ft950.c filters Added - newcat_get/set_rxbandwidth functions Added FT950 width gets and - sets + * yaesu/ft950.c, yaesu/newcat.c: Adjusted ft950.c filters + Added newcat_get/set_rxbandwidth functions + Added FT950 width gets and sets 2008-12-23 22:32 mrtembry @@ -757,25 +1234,27 @@ 2008-12-21 10:51 mrtembry * yaesu/newcat.c: Added newcat_get_narrow newcat_set_narrow - internal functions. Added divide by zero catch for - RIG_LEVEL_BKINDL + internal functions. + Added divide by zero catch for RIG_LEVEL_BKINDL 2008-12-19 19:30 mrtembry - * yaesu/newcat.c: Changed RIG_LEVEL_BKINDL to tenth_dots Changed - RIG_LEVEL_NR to ratio Added ID and COMP to RIG_LEVEL_METER get - Changed RIG_LEVEL_IF fix out of bounds values Changed RIG_METER_PO - to return RIG_OK for ft950 + * yaesu/newcat.c: Changed RIG_LEVEL_BKINDL to tenth_dots + Changed RIG_LEVEL_NR to ratio + Added ID and COMP to RIG_LEVEL_METER get + Changed RIG_LEVEL_IF fix out of bounds values + Changed RIG_METER_PO to return RIG_OK for ft950 2008-12-18 13:11 mrtembry * yaesu/newcat.c: Changed RIG_LEVEL_VOX delay to spec. of .1 s, - 100ms unit intervals Changed others to bounds check and fix instead - of error + 100ms unit intervals + Changed others to bounds check and fix instead of error 2008-12-17 22:57 mrtembry - * yaesu/: ft450.c, ft450.h, ft950.c, ft950.h: Updated filters + * yaesu/ft450.c, yaesu/ft450.h, yaesu/ft950.c, yaesu/ft950.h: + Updated filters 2008-12-16 22:40 fillods @@ -787,26 +1266,28 @@ 2008-12-16 22:38 fillods - * yaesu/newcat.c: * fix WFM mode misunderstanding * convert some - RIG_EINVAL to RIG_EPROTO + * yaesu/newcat.c: * fix WFM mode misunderstanding + * convert some RIG_EINVAL to RIG_EPROTO 2008-12-16 22:33 fillods - * yaesu/: ft2000.c, ft9000.c: FM narrow, AM filters + * yaesu/ft2000.c, yaesu/ft9000.c: FM narrow, AM filters 2008-12-16 09:01 mrtembry - * yaesu/newcat.c: - Changes to newcat_vfo_op, newcat_get/set_level, newcat_get/set_func - Updated FT9000 CAT manual sure helps. Terry KJ4EED : - ------------------------------------------------------------------- - --- + * yaesu/newcat.c: Changes to newcat_vfo_op, newcat_get/set_level, + newcat_get/set_func + Updated FT9000 CAT manual sure helps. + Terry KJ4EED + : + ---------------------------------------------------------------------- 2008-12-15 21:52 mrtembry * yaesu/newcat.c: Added FT2000/FT9000 main_sub_vfo to - newcat_get/set_mode, newcat_get/set_level, newcat_get/set_func, - newcat_get/set_ant + newcat_get/set_mode, + newcat_get/set_level, newcat_get/set_func, + newcat_get/set_ant 2008-12-14 22:02 fillods @@ -823,13 +1304,15 @@ 2008-12-14 20:05 fillods * yaesu/newcat.c: * newcat_get_mode: RIG_MODE_PKTFM, fill in proper - width * RX antenna (RIG_ANT_5) * namespace cleanup + width + * RX antenna (RIG_ANT_5) + * namespace cleanup 2008-12-14 20:02 fillods * include/hamlib/riglist.h, yaesu/Makefile.am, yaesu/ft2000.c, - yaesu/ft2000.h, yaesu/ft9000.c, yaesu/ft9000.h, yaesu/yaesu.c, - yaesu/yaesu.h: Add FT-2000 and FTDX-9000 + yaesu/ft2000.h, yaesu/ft9000.c, yaesu/ft9000.h, yaesu/yaesu.c, + yaesu/yaesu.h: Add FT-2000 and FTDX-9000 2008-12-14 19:26 fillods @@ -849,48 +1332,63 @@ 2008-12-14 18:51 mrtembry - * yaesu/: ft950.h, newcat.c: newcat.c Added RIG_LEVEL_NOTCHF set - and get ft950.h Added RIG_LEVEL_NOTCHF to SUPPORTED LEVELS Terry - KJ4EED + * yaesu/ft950.h, yaesu/newcat.c: newcat.c + Added RIG_LEVEL_NOTCHF set and get + ft950.h + Added RIG_LEVEL_NOTCHF to SUPPORTED LEVELS + Terry KJ4EED 2008-12-13 22:51 mrtembry * tests/rigctl_parse.c: Changed vfo to txvfo = RIG_VFO_TX in - set_split_freq(), get_split_freq() Changed vfo to txvfo = - RIG_VFO_TX in set_split_mode(), get_split_mode() RIG_VFO_TX is - "split or uplink vfo"; This may/will break code, maybe we want a - vfo option instead? Terry KJ4EED + set_split_freq(), get_split_freq() + Changed vfo to txvfo = RIG_VFO_TX in set_split_mode(), + get_split_mode() + RIG_VFO_TX is "split or uplink vfo"; + This may/will break code, maybe we want a vfo option instead? + Terry KJ4EED 2008-12-13 21:23 mrtembry - * yaesu/: ft950.h, newcat.c: yaesu/newcat.c Added RIG_LEVEL_NR for - FT950 Added newcat_scale_float() for newcat_set_level() floating - point problem Using rigctl on FT950 I was trying to set - RIG_LEVEL_COMP to 12 I kept setting it to 11. I wrote some test - software and found out that 0.12 * 100 = 11. Compilier is gcc - 4.2.4, CPU is AMD X2 This seems to work. Terry KJ4EED - - yaesu/ft950.h Added RIG_LEVEL_NR + * yaesu/ft950.h, yaesu/newcat.c: yaesu/newcat.c + Added RIG_LEVEL_NR for FT950 + Added newcat_scale_float() + for newcat_set_level() floating point problem + Using rigctl on FT950 I was trying to set RIG_LEVEL_COMP to 12 + I kept setting it to 11. I wrote some test software and + found out that 0.12 * 100 = 11. + Compilier is gcc 4.2.4, CPU is AMD X2 + This seems to work. + Terry KJ4EED + + yaesu/ft950.h + Added RIG_LEVEL_NR 2008-12-10 23:53 mrtembry - * yaesu/: ft950.h, newcat.c: Added FT950 "EX117" ANTIVOX - level_set/get. Added FT950 COMP Level_set/get. Added "AB" for - FT950 VFO copy. Changed Command "VV" FT950 to FALSE. Added - RIG_LEVEL_VOX bounds checking. Keep at ms for GRIG2. Added - RIG_LEVEL_BKINDL bounds checking. Keep at ms for GRIG2. Changed - newcat_set/get_freq to not set or change priv->current_vfo *** Want - to NOT ping-pong vfos when changing freq. *** Changed - newcat_get/set_rit logic. Changed newcat_get/set_xit logic. - Changed RIG_LEVEL_IF logic. Found odd compiler problem with %+04d - versus %+.4d Fixed some scale references between FT450 and FT950. - Some code cleanup. Sorry cvs diff -wB Some testing on GRIG2 GUI - and FlDigi. Terry KJ4EED + * yaesu/ft950.h, yaesu/newcat.c: Added FT950 "EX117" ANTIVOX + level_set/get. + Added FT950 COMP Level_set/get. + Added "AB" for FT950 VFO copy. + Changed Command "VV" FT950 to FALSE. + Added RIG_LEVEL_VOX bounds checking. Keep at ms for GRIG2. + Added RIG_LEVEL_BKINDL bounds checking. Keep at ms for GRIG2. + Changed newcat_set/get_freq to not set or change + priv->current_vfo + *** Want to NOT ping-pong vfos when changing freq. *** + Changed newcat_get/set_rit logic. Changed newcat_get/set_xit + logic. + Changed RIG_LEVEL_IF logic. Found odd compiler problem with %+04d + versus %+.4d + Fixed some scale references between FT450 and FT950. + Some code cleanup. Sorry cvs diff -wB + Some testing on GRIG2 GUI and FlDigi. + Terry KJ4EED 2008-12-10 08:37 fillods - * tests/: rigctl.c, rigctl_parse.c, rigctld.c: fix 'vfo_mode stuck - to 0' bug found by Zhang Bo + * tests/rigctl.c, tests/rigctl_parse.c, tests/rigctld.c: fix + 'vfo_mode stuck to 0' bug found by Zhang Bo 2008-12-09 22:07 fillods @@ -899,25 +1397,25 @@ 2008-12-08 19:54 y32kn * configure.ac, lib/dummy.c: Add dummy() function to libmisc.a so - that that library will never be empty. OpenSolaris linker does not - like empty libs. + that that library will never be empty. + OpenSolaris linker does not like empty libs. 2008-12-07 23:16 mrtembry - * yaesu/newcat.c: Fixed RIG_LEVEL_IF set. Fixed RIG_LEVEL_VOXGAIN - scale problem for FT950. + * yaesu/newcat.c: Fixed RIG_LEVEL_IF set. Fixed RIG_LEVEL_VOXGAIN + scale problem for FT950. 2008-12-06 13:29 mrtembry * yaesu/newcat.c: Added newcat_valid_command() call to - newcat_set_xit(). Added newcat_valid_command() call to - newcat_get_xit(). FT450 xit is not supported according to CAT - Manual. + newcat_set_xit(). + Added newcat_valid_command() call to newcat_get_xit(). + FT450 xit is not supported according to CAT Manual. 2008-12-06 13:28 mrtembry * yaesu/ft450.c: Added get_ptt, set_split_vfo, get_split_vfo, - set_rit + set_rit 2008-12-06 13:27 mrtembry @@ -925,30 +1423,38 @@ 2008-12-06 02:37 mrtembry - * yaesu/: ft950.c, ft950.h, newcat.c, newcat.h: yaesu/ft950.h Added - RIG_OP_TOGGLE to FT950_VFO_OPS - - yaesu/ft950.c Changed max_xit to Hz(9999) Added set_split_vfo() and - get_split_vfo() - - yaesu/newcat.h Added newcat_set_split_vfo() and - newcat_get_split_vfo() Moved newcat.c internal function - declarations to newcat.c - - yaesu/newcat.c Fixed PREAMP and ATT SETs in newcat_set_level() - Changed newcat_is_rig_model() to newcat_is_rig() Added - newcat_set_vfo_from_alias() internal function Added - newcat_get_txvfo() and newcat_set_txvfo(), uses "FT" command Added - newcat_get_rxvfo() and newcat_set_rxvfo(), uses "FR" command to - extend newcat_get_vfo() and newcat_set_vfo() for FT9000 Added "SV" - toggle command to newcat_vfo_op() Changed newcat_set_rit() to use - max_rit Changed newcat_set_xit() to use max_xit Changed - newcat_set_rit() and newcat_set_xit() to 0 offset on rit/xit exit - Added newcat_set_split_vfo() and newcat_get_split_vfo(). (*** - Let rig.c backend do split_freq and split_mode) Changed - newcat_set_vfo() to call newcat_set_rxvfo() if "VS" is not - supported Changed newcat_get_vfo() to call newcat_get_rxvfo() if - "VS" is not supported + * yaesu/ft950.c, yaesu/ft950.h, yaesu/newcat.c, yaesu/newcat.h: + yaesu/ft950.h + Added RIG_OP_TOGGLE to FT950_VFO_OPS + + yaesu/ft950.c + Changed max_xit to Hz(9999) + Added set_split_vfo() and get_split_vfo() + + yaesu/newcat.h + Added newcat_set_split_vfo() and newcat_get_split_vfo() + Moved newcat.c internal function declarations to newcat.c + + yaesu/newcat.c + Fixed PREAMP and ATT SETs in newcat_set_level() + Changed newcat_is_rig_model() to newcat_is_rig() + Added newcat_set_vfo_from_alias() internal function + Added newcat_get_txvfo() and newcat_set_txvfo(), uses "FT" + command + Added newcat_get_rxvfo() and newcat_set_rxvfo(), uses "FR" + command + to extend newcat_get_vfo() and newcat_set_vfo() for FT9000 + Added "SV" toggle command to newcat_vfo_op() + Changed newcat_set_rit() to use max_rit + Changed newcat_set_xit() to use max_xit + Changed newcat_set_rit() and newcat_set_xit() to 0 offset on + rit/xit exit + Added newcat_set_split_vfo() and newcat_get_split_vfo(). + (*** Let rig.c backend do split_freq and split_mode) + Changed newcat_set_vfo() to call newcat_set_rxvfo() if "VS" is + not supported + Changed newcat_get_vfo() to call newcat_get_rxvfo() if "VS" is + not supported 2008-12-03 22:36 fillods @@ -957,7 +1463,7 @@ 2008-12-01 15:25 y32kn * macros/acx_pthread.m4: Use newer version, to enable OpenSolaris - to find the correct '-pthreads' switch. + to find the correct '-pthreads' switch. 2008-11-30 15:30 mrtembry @@ -965,20 +1471,21 @@ 2008-11-30 12:42 mrtembry - * yaesu/: ft950.c, newcat.c, newcat.h: Added power2mW mW2power + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added power2mW + mW2power 2008-11-29 19:26 mrtembry - * yaesu/: ft950.c, newcat.c, newcat.h: Added get_rit, set_rit, - get_xit, set_xit + * yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: Added get_rit, + set_rit, get_xit, set_xit -2008-11-28 22:58 mrtembry +2008-11-28 22:59 mrtembry - * yaesu/: newcat.h, newcat.c: Added newcat_is_rig_model + * yaesu/newcat.c, yaesu/newcat.h: Added newcat_is_rig_model 2008-11-27 07:46 mrtembry - * yaesu/: newcat.h, ft950.c: Added Get_Ant Set_Ant + * yaesu/ft950.c, yaesu/newcat.h: Added Get_Ant Set_Ant 2008-11-27 07:45 mrtembry @@ -1002,20 +1509,21 @@ 2008-11-13 20:29 y32kn - * icom/: ic910.c, icom.c, icom.h: Infrastructure change to enable - backend specific coding of mode and bandwidth into rig specific - command tokens. See ic910.c for an example + * icom/ic910.c, icom/icom.c, icom/icom.h: Infrastructure change to + enable backend specific coding of mode and bandwidth into rig + specific command tokens. + See ic910.c for an example 2008-11-09 15:17 y32kn * icom/frame.c: effectivly revert to Revision 1.33, but renamed - filter tokens + filter tokens 2008-11-09 14:26 y32kn * INSTALL, README.developer, icom/frame.c, icom/icom_defs.h, - tests/README, tests/listrigs.c: Made a comment that 'make check' - needs an installed hamlib library. + tests/README, tests/listrigs.c: Made a comment that 'make check' + needs an installed hamlib library. 2008-11-05 23:07 fillods @@ -1023,7 +1531,8 @@ 2008-11-05 23:02 fillods - * src/: network.c, network.h, rig.c, rotator.c: MinGW network fixes + * src/network.c, src/network.h, src/rig.c, src/rotator.c: MinGW + network fixes 2008-11-05 23:00 fillods @@ -1041,7 +1550,7 @@ * yaesu/ft847.c: freq range and caps fixes according to CAT manual -2008-11-02 22:10 fillods +2008-11-02 22:11 fillods * configure.ac, src/Makefile.am: get ready for next round @@ -1049,14 +1558,14 @@ * ChangeLog: Release of 1.2.8 -2008-11-02 21:58 fillods +2008-11-02 22:00 fillods * NEWS, configure.ac: Update for 1.2.8 release 2008-11-02 17:32 fillods - * dummy/: netrigctl.c, netrotctl.c: clean signoff before closing - socket + * dummy/netrigctl.c, dummy/netrotctl.c: clean signoff before + closing socket 2008-11-02 17:05 fillods @@ -1065,7 +1574,7 @@ 2008-11-02 16:26 fillods * icom/frame.c: icom2rig_mode: fix passband widths for the IC-706 - familly + familly 2008-11-02 16:14 y32kn @@ -1093,15 +1602,16 @@ 2008-11-01 22:39 fillods - * yaesu/: ft450.c, ft450.h, ft950.c, ft950.h, newcat.c, newcat.h: * - extended newcat: set_level/get_level, set_func/get_func, - set_mem/get_mem, vfo_op, get_info * updated FT-450/FT950 - accordingly + * yaesu/ft450.c, yaesu/ft450.h, yaesu/ft950.c, yaesu/ft950.h, + yaesu/newcat.c, yaesu/newcat.h: * extended newcat: + set_level/get_level, set_func/get_func, set_mem/get_mem, + vfo_op, get_info + * updated FT-450/FT950 accordingly 2008-11-01 22:33 fillods - * tests/: rigctld.8, rotctld.8: description of error handling in - the protocol + * tests/rigctld.8, tests/rotctld.8: description of error handling + in the protocol 2008-11-01 20:35 fillods @@ -1111,9 +1621,13 @@ * yaesu/yaesu.c: fix warning +2008-11-01 16:30 fillods + + * kenwood/th.c: fix warning + 2008-11-01 16:27 fillods - * kenwood/: th.c, th.c: fix warning + * kenwood/th.c: fix warning 2008-11-01 16:22 fillods @@ -1122,7 +1636,7 @@ 2008-10-31 23:08 fillods * src/rig.c: resolve normal passband where available in - rig_get_mode/rig_get_split_mode + rig_get_mode/rig_get_split_mode 2008-10-31 23:06 fillods @@ -1139,41 +1653,42 @@ 2008-10-31 22:22 fillods * configure.ac: swig 1.3.21 does not work, so raise at least to - 1.3.22, maybe higher + 1.3.22, maybe higher 2008-10-31 22:20 fillods * Makefile.am, configure.ac, include/hamlib/riglist.h: kill - microtune backend + microtune backend 2008-10-31 22:14 fillods * rpcrig/rpcrig_backend.c, rpcrot/rpcrot_backend.c: changed to - RIG_STATUS_BETA + RIG_STATUS_BETA 2008-10-31 22:09 fillods - * yaesu/: ft857.c, ft897.c: patch from Jeff N7YG about MODE_PKTFM - on FT-857, port to the FT-897 and some filters by me (SF) + * yaesu/ft857.c, yaesu/ft897.c: patch from Jeff N7YG about + MODE_PKTFM on FT-857, port to the FT-897 and some filters by me + (SF) 2008-10-31 07:51 fillods * src/network.c: Conditional compiling upon getaddrinfo() - availability. TODO: replacement code + availability. TODO: replacement code 2008-10-31 07:49 fillods - * icom/: ic275.c, ic475.c: memory caps + * icom/ic275.c, icom/ic475.c: memory caps 2008-10-31 07:47 fillods * configure.ac: check for getaddrinfo() availability, new kit rotor - backend + backend 2008-10-31 07:45 fillods * include/hamlib/rotlist.h, kit/Makefile.am, kit/kit.c, kit/kit.h, - kit/pcrotor.c: added PcRotor in a new kit rotor group + kit/pcrotor.c: added PcRotor in a new kit rotor group 2008-10-31 00:17 aa6e @@ -1185,13 +1700,13 @@ 2008-10-29 15:55 y32kn - * icom/: README.icom, ic275.c, ic475.c: Changed State of IC-275 and - IC-475 after tests. + * icom/README.icom, icom/ic275.c, icom/ic475.c: Changed State of + IC-275 and IC-475 after tests. 2008-10-28 05:22 y32kn - * yaesu/: ft890.c, ft920.c: Changed State to STABLE as reported by - Nate Bargmann N0NB. + * yaesu/ft890.c, yaesu/ft920.c: Changed State to STABLE as reported + by Nate Bargmann N0NB. 2008-10-28 05:12 y32kn @@ -1200,9 +1715,10 @@ 2008-10-27 22:23 fillods * dummy/netrigctl.c, dummy/netrotctl.c, include/hamlib/rig.h, - include/hamlib/rotator.h, tests/rigctl.c, tests/rigctl_parse.c, - tests/rigctld.c, tests/rotctl.c, tests/rotctl_parse.c, - tests/rotctld.c: new netrigctl/netrotctl protocol with return value + include/hamlib/rotator.h, tests/rigctl.c, tests/rigctl_parse.c, + tests/rigctld.c, tests/rotctl.c, tests/rotctl_parse.c, + tests/rotctld.c: new netrigctl/netrotctl protocol with return + value 2008-10-27 22:20 fillods @@ -1215,34 +1731,22 @@ 2008-10-27 20:45 y32kn * tests/Makefile.am: Added missing script for build of - distribution. + distribution. 2008-10-26 13:54 y32kn - * winradio/: wr1000.c, wr1500.c, wr1550.c, wr3100.c, wr3150.c, - wr3500.c, wr3700.c: changed RIG_STATUS_NEW into - RIG_STATUS_UNTESTED. - -2008-10-26 13:50 y32kn - - * rotorez/rotorez.c, rpcrot/rpcrot_backend.c, yaesu/ft900.c: - changed RIG_STATUS_NEW into RIG_STATUS_UNTESTED. - -2008-10-26 13:45 y32kn - * icom/ic7000.c, icom/ic707.c, icom/ic728.c, icom/ic736.c, - icom/ic737.c, icom/ic746.c, icom/ic756.c, icom/ic7800.c, - kenwood/tmd700.c, kenwood/ts480.c: changed RIG_STATUS_NEW into - RIG_STATUS_UNTESTED. + icom/ic737.c, icom/ic746.c, icom/ic756.c, icom/ic7800.c, + kenwood/tmd700.c, kenwood/ts480.c, rotorez/rotorez.c, + rpcrot/rpcrot_backend.c, winradio/wr1000.c, winradio/wr1500.c, + winradio/wr1550.c, winradio/wr3100.c, winradio/wr3150.c, + winradio/wr3500.c, winradio/wr3700.c, yaesu/ft900.c: changed + RIG_STATUS_NEW into RIG_STATUS_UNTESTED. 2008-10-26 13:38 y32kn - * gs232a/gs232a.c: changed RIG_STATUS_NEW into RIG_STATUS_UNTESTED. - -2008-10-26 13:35 y32kn - - * flexradio/sdr1k.c, gnuradio/graudio.c: changed RIG_STATUS_NEW - into RIG_STATUS_UNTESTED. + * flexradio/sdr1k.c, gnuradio/graudio.c, gs232a/gs232a.c: changed + RIG_STATUS_NEW into RIG_STATUS_UNTESTED. 2008-10-26 10:47 fillods @@ -1254,29 +1758,32 @@ 2008-10-25 14:37 fillods - * yaesu/: ft450.c, ft950.c, newcat.c, newcat.h: Patch from Dave, - W1HKJ: 1. the FT-450 transceiver does not respond to the "VS;" - command and responds with "?;" which is not a documented - response. That appears to be the "what's that" response. So - the new_cat code needs to recognize that and just keep on going. - 2. the transceiver expects a full 8 digits when setting frequency. - As originally written the transceiver would accept frequences - >= 1000000 but reject all below that value. 3. Code for - get_mode, set_mode, and set_ptt functions. 4. Rig status changed - to RIG_STATUS_BETA. + * yaesu/ft450.c, yaesu/ft950.c, yaesu/newcat.c, yaesu/newcat.h: + Patch from Dave, W1HKJ: + 1. the FT-450 transceiver does not respond to the "VS;" command + and responds + with "?;" which is not a documented response. That appears to be + the "what's that" response. So the new_cat code needs to + recognize that and just keep on going. + 2. the transceiver expects a full 8 digits when setting + frequency. + As originally written the transceiver would accept frequences >= + 1000000 but reject all below that value. + 3. Code for get_mode, set_mode, and set_ptt functions. + 4. Rig status changed to RIG_STATUS_BETA. 2008-10-25 14:00 fillods - * icom/: ic725.c, ic735.c, ic761.c, ic775.c, ic781.c: - serial_rate_max and other misc fixes + * icom/ic725.c, icom/ic735.c, icom/ic761.c, icom/ic775.c, + icom/ic781.c: serial_rate_max and other misc fixes 2008-10-25 11:36 y32kn * include/hamlib/rig.h, src/misc.c: Dropped RIG_STATUS_NEW from - enum of possible backend states in rig.h. - - Mapped all RIG_STATUS_NEW requests from existing applications to - RIG_STATUS_UNTESTED for backward compatibility. + enum of possible backend states in rig.h. + + Mapped all RIG_STATUS_NEW requests from existing applications to + RIG_STATUS_UNTESTED for backward compatibility. 2008-10-25 11:10 fillods @@ -1285,12 +1792,12 @@ 2008-10-25 08:51 y32kn * icom/ic910.c: Changed backend status to RIG_STATUS_BETA to - reflect stable work of the rig for most commands. + reflect stable work of the rig for most commands. 2008-10-22 04:11 roger-linux * uniden/uniden_digital.c: Add additional comments for improved - reading. + reading. 2008-10-21 19:00 roger-linux @@ -1298,43 +1805,43 @@ 2008-10-21 18:45 roger-linux - * uniden/uniden_digital.c: Added MDL & VER command to get_info. - Added many comments, info & fixmes. + * uniden/uniden_digital.c: Added MDL & VER command to get_info. + Added many comments, info & fixmes. 2008-10-21 16:27 roger-linux - * uniden/uniden_digital.c: - Added more error codes. Distinguished NG & ORER error codes from - each other. Commented SQ/SQuelch unused command. + * uniden/uniden_digital.c: Added more error codes. Distinguished NG + & ORER error codes from each other. Commented SQ/SQuelch unused + command. 2008-10-18 06:21 roger-linux - * uniden/: bcd396t.c, bcd996t.c, uniden_digital.c, - uniden_digital.h: - - Copied uniden_transaction to uniden_digital_transaction from - uniden.* - - - Copied uniden_get_info to uniden_digital_get_info from uniden.* - - - Removed uniden.h include from bcd396t.c & bcd996t.c. For now, - might be best keeping experimental code separate from the - working analog scanner code. (Can return in the future if - we find code can be merged.) + * uniden/bcd396t.c, uniden/bcd996t.c, uniden/uniden_digital.c, + uniden/uniden_digital.h: - Copied uniden_transaction to + uniden_digital_transaction from uniden.* + + - Copied uniden_get_info to uniden_digital_get_info from uniden.* + + - Removed uniden.h include from bcd396t.c & bcd996t.c. For now, + might be + best keeping experimental code separate from the working analog + scanner + code. (Can return in the future if we find code can be merged.) 2008-10-17 11:52 roger-linux - * uniden/uniden_digital.c: - Adds some initial notes to uniden_digital.c concerning protocol pdf - files. - - Adds the two known models using compatible protocols. - - Roger + * uniden/uniden_digital.c: Adds some initial notes to + uniden_digital.c concerning protocol pdf files. + + Adds the two known models using compatible protocols. + + Roger 2008-10-07 18:58 fillods - * uniden/: Makefile.am, bcd396t.c, bcd996t.c, uniden.c, uniden.h, - uniden_digital.c, uniden_digital.h: new models: BCD396T/BCD996T + * uniden/Makefile.am, uniden/bcd396t.c, uniden/bcd996t.c, + uniden/uniden.c, uniden/uniden.h, uniden/uniden_digital.c, + uniden/uniden_digital.h: new models: BCD396T/BCD996T 2008-10-07 17:55 fillods @@ -1346,21 +1853,21 @@ 2008-09-23 22:02 fillods - * src/: network.c, network.h, rotator.c, rig.c: accept partial - 'pathname' for PORT_NETWORK + * src/network.c, src/network.h, src/rig.c, src/rotator.c: accept + partial 'pathname' for PORT_NETWORK 2008-09-22 21:34 fillods - * yaesu/: newcat.c, newcat.h: Support table of newcat, patch by - Mark N1VQW + * yaesu/newcat.c, yaesu/newcat.h: Support table of newcat, patch by + Mark N1VQW 2008-09-22 21:32 fillods - * yaesu/: Makefile.am, yaesu.c, yaesu.h: new: FT-950 + * yaesu/Makefile.am, yaesu/yaesu.c, yaesu/yaesu.h: new: FT-950 2008-09-22 21:31 fillods - * yaesu/: ft950.c, ft950.h: cloned after FT-450 + * yaesu/ft950.c, yaesu/ft950.h: cloned after FT-450 2008-09-22 21:30 fillods @@ -1369,17 +1876,17 @@ 2008-09-22 20:51 fillods * yaesu/ft897.c: get_mode for narrow passbands, patch by Stelios, - M0GLD + M0GLD 2008-09-22 20:40 fillods * yaesu/ft857.c: get_mode for narrow passbands, patch by Stelios, - M0GLD + M0GLD 2008-09-21 20:32 fillods - * tests/: rigctld.8, rigctld.c, rotctld.8, rotctld.c: restrict - listening IP address + * tests/rigctld.8, tests/rigctld.c, tests/rotctld.8, + tests/rotctld.c: restrict listening IP address 2008-09-21 19:36 fillods @@ -1392,28 +1899,31 @@ 2008-09-21 19:34 fillods * dummy/Makefile.am, dummy/dummy.c, dummy/dummy.h, - dummy/netrigctl.c, dummy/netrotctl.c, dummy/rot_dummy.c, - dummy/rot_dummy.h, include/hamlib/riglist.h, - include/hamlib/rotlist.h: new backend ala rpcrig/rpcrot, but using - rigctld/rotctld and simpler protocol + dummy/netrigctl.c, dummy/netrotctl.c, dummy/rot_dummy.c, + dummy/rot_dummy.h, include/hamlib/riglist.h, + include/hamlib/rotlist.h: new backend ala rpcrig/rpcrot, but + using rigctld/rotctld and simpler protocol 2008-09-21 19:30 fillods - * src/: Makefile.am, network.c, network.h, rig.c, rotator.c: - implementation of PORT_NETWORK + * src/Makefile.am, src/network.c, src/network.h, src/rig.c, + src/rotator.c: implementation of PORT_NETWORK 2008-09-21 19:27 fillods * tests/rotctl_parse.c: * dump_state for internal use by netrotctl - backend * factorize the "END" marker for rotctld, and proprer - flushing/error handling + backend + * factorize the "END" marker for rotctld, and proprer + flushing/error handling 2008-09-21 19:24 fillods - * tests/: rigctl.1, rigctl_parse.c, rigctld.8: * CTCSS/DCS squelch - accessors * DTMF send/recv and get_dcd * dump_state for internal - use by netrigctl backend * factorize the "END" marker for rigctld, - with proprer flushing/error handling + * tests/rigctl.1, tests/rigctl_parse.c, tests/rigctld.8: * + CTCSS/DCS squelch accessors + * DTMF send/recv and get_dcd + * dump_state for internal use by netrigctl backend + * factorize the "END" marker for rigctld, with proprer + flushing/error handling 2008-09-21 19:10 fillods @@ -1422,7 +1932,7 @@ 2008-09-21 19:10 fillods * src/settings.c: only emulate LEVEL_STRENGTH when - rig->state.str_cal is defined + rig->state.str_cal is defined 2008-09-21 19:09 fillods @@ -1430,13 +1940,13 @@ 2008-09-17 20:36 fillods - * tests/: rigctld.c, rotctld.c: create threads in detached state in - order to prevent zombies + * tests/rigctld.c, tests/rotctld.c: create threads in detached + state in order to prevent zombies 2008-09-17 18:56 fillods - * tests/: rigctld.c, rotctld.c: fix thread-leak and pthread_create - error code checking + * tests/rigctld.c, tests/rotctld.c: fix thread-leak and + pthread_create error code checking 2008-09-16 18:11 fillods @@ -1445,7 +1955,7 @@ 2008-09-15 22:15 fillods * yaesu/ft100.c: disable confusing width setting in ft100_set_mode - for now + for now 2008-09-15 22:03 fillods @@ -1461,37 +1971,41 @@ 2008-09-12 22:55 fillods - * tests/: rotctl.c, rotctl_parse.c, rotctl_parse.h, rotctld.8, - rotctld.c, Makefile.am: initial rotctld release (same idea as - rigctld) + * tests/Makefile.am, tests/rotctl.c, tests/rotctl_parse.c, + tests/rotctl_parse.h, tests/rotctld.8, tests/rotctld.c: initial + rotctld release (same idea as rigctld) 2008-09-12 15:32 fillods - * yaesu/: Makefile.am, ft100.c, ft100.h: FT100: * fixed buffer - overflow in ft100_get_freq, thanks to Tony Corbett G0WFV * better - error code checking * support for MODE_WFM * implemented - ft100_get_level + * yaesu/Makefile.am, yaesu/ft100.c, yaesu/ft100.h: FT100: + * fixed buffer overflow in ft100_get_freq, thanks to Tony Corbett + G0WFV + * better error code checking + * support for MODE_WFM + * implemented ft100_get_level 2008-09-12 12:54 fillods * yaesu/ft757gx.c: SF#2106506: Implement retries to work around - erratic timeouts. Patch from Remi Chateauneu - f4ecw + erratic timeouts. + Patch from Remi Chateauneu - f4ecw 2008-09-12 11:49 fillods * src/rig.c: BUG#2106524: allow backend specific override get_ptt - even if RIG_PTT_SERIAL_DTR (e.g. FT757GXII) + even if RIG_PTT_SERIAL_DTR (e.g. FT757GXII) 2008-09-01 19:01 fillods - * include/hamlib/riglist.h, kenwood/kenwood.h, kenwood/k3.c, - kenwood/kenwood.c, kenwood/Makefile.am: new backend for the - Elekraft K3 + * include/hamlib/riglist.h, kenwood/Makefile.am, kenwood/k3.c, + kenwood/kenwood.c, kenwood/kenwood.h: new backend for the + Elekraft K3 2008-08-06 11:09 n0nb - * yaesu/: ft920.c, ft920.h: Added support for RIG_MODE_PKTLSB, - RIG_MODE_PKTUSB, and RIG_MODE_PKTFM. TNX Jeff Steinkamp N7YG. + * yaesu/ft920.c, yaesu/ft920.h: Added support for RIG_MODE_PKTLSB, + RIG_MODE_PKTUSB, and RIG_MODE_PKTFM. + TNX Jeff Steinkamp N7YG. 2008-07-14 01:31 aa6e @@ -1503,48 +2017,53 @@ 2008-07-12 17:19 aa6e - * icom/: README.icom, ic756.c: Add AF, RF gain and squelch level - capability. + * icom/README.icom, icom/ic756.c: Add AF, RF gain and squelch level + capability. 2008-07-08 20:44 n0nb - * yaesu/: ft757gx.c, ft757gx.h: Minor source cleanup of ft757gx.c - Change FT757GX_DEFAULT_READ_TIMEOUT to be - FT757GX_STATUS_UPDATE_DATA_LENGTH * (5 + (FT757GX_PACING_INTERVAL * - FT757GX_PACING_DEFAULT_VALUE)) by default. Should allow 375 mS for - read timeout at minimum in ft757gx.h + * yaesu/ft757gx.c, yaesu/ft757gx.h: Minor source cleanup of + ft757gx.c + Change FT757GX_DEFAULT_READ_TIMEOUT to be + FT757GX_STATUS_UPDATE_DATA_LENGTH * (5 + (FT757GX_PACING_INTERVAL + * FT757GX_PACING_DEFAULT_VALUE)) + by default. Should allow 375 mS for read timeout at minimum in + ft757gx.h 2008-07-08 16:43 n0nb * tests/rigctl.1: Explain the -P option a bit more clearly and its - side effects. Correct typo in the Diagnostics section. + side effects. + Correct typo in the Diagnostics section. 2008-07-08 16:29 n0nb * yaesu/ft757gx.c: Returned ptt_type in ft757gx2_caps to - RIG_PTT_SERIAL_DTR and tested DTR state follows PTT setting. + RIG_PTT_SERIAL_DTR and tested + DTR state follows PTT setting. 2008-07-08 15:02 n0nb - * yaesu/ft757gx.c: Set PTT type to NONE Corrected get_freq error - off by a factor of 10--bug tracker # 2009215, thanks to F4ECW and - KC0MLS + * yaesu/ft757gx.c: Set PTT type to NONE + Corrected get_freq error off by a factor of 10--bug tracker # + 2009215, + thanks to F4ECW and KC0MLS 2008-06-26 15:23 y32kn * bindings/Makefile.am: fix for gcc warnings: dereferencing - type-punned pointer will break strict-aliasing rules" + type-punned pointer will break strict-aliasing rules" 2008-06-20 03:11 n0nb * Makefile.am, README.developer: Added gs232a to Makefile.am - DIST_SUBDIRS variable Clarified backend additions in - README.developer + DIST_SUBDIRS variable + Clarified backend additions in README.developer 2008-06-19 04:26 aa6e - * tentec/: orion.c, orion.h: Switch back to ASCII freq. setting - because of hardware(?) bug. + * tentec/orion.c, tentec/orion.h: Switch back to ASCII freq. + setting because of hardware(?) bug. 2008-06-11 17:53 aa6e @@ -1553,57 +2072,54 @@ 2008-05-23 14:30 fillods * tests/rigctl_parse.c: * new command dump_conf from within rigctl - * DBTS #258692: '?' show all the possibilities at rigctl prompt + * DBTS #258692: '?' show all the possibilities at rigctl prompt 2008-05-23 14:26 fillods - * tests/: dumpcaps.c, rigctl.1, rigctl.c, rigctl_parse.h, - sprintflst.h: new command dump_conf from rigctl + * tests/dumpcaps.c, tests/rigctl.1, tests/rigctl.c, + tests/rigctl_parse.h, tests/sprintflst.h: new command dump_conf + from rigctl 2008-05-23 14:19 fillods * src/mem.c: in generic save/restore chan, only process decalred - properties from mem_caps + properties from mem_caps 2008-05-23 14:14 fillods - * gs232a/: Makefile.am, gs232a.c, gs232a.h: added GS-232A rotator - controller - -2008-05-23 14:09 fillods - * include/hamlib/rotlist.h: copyright fix -2008-05-23 14:09 fillods +2008-05-23 14:14 fillods - * include/hamlib/rotlist.h, configure.ac, bindings/ignore.swg: - added GS-232A rotator controller + * bindings/ignore.swg, configure.ac, gs232a, gs232a/Makefile.am, + gs232a/gs232a.c, gs232a/gs232a.h, include/hamlib/rotlist.h: added + GS-232A rotator controller 2008-05-17 16:36 fillods * bindings/Makefile.am: allow perl binding to find libhamlib in - src, but nuke LD_RUN_PATH, hence preventing any rpath backdoor + src, but nuke LD_RUN_PATH, hence preventing any rpath backdoor 2008-05-13 13:35 y32kn * tests/rigmatrix.c: adapt path for model to support/model%d.txt in - print_caps_sum() + print_caps_sum() 2008-05-08 16:21 fillods * configure.ac, tests/Makefile.am, tests/rigctld.c: do not make - rigctld conditional anoymore, check for winsock2 so rigctld can - compile on mingw32 + rigctld conditional anoymore, check for winsock2 so rigctld can + compile on mingw32 2008-05-08 12:40 fillods * src/conf.c: check ITU region validity in - rig_set_conf('itu_region') + rig_set_conf('itu_region') 2008-05-08 10:46 fillods * tests/rigctl_parse.c: fix Debian #263478, rigctl: help sheet - doesn't line up + doesn't line up 2008-05-07 22:18 fillods @@ -1612,26 +2128,29 @@ 2008-05-05 21:57 fillods * kenwood/th.c: * fix remaining places not knowing that tuning step - is hexadecimal * get ready for freqs higher than 31 bits * on freq - higher than 470MHz, tuning step of TH-F7 must be at least 10kHz * - fix flexible th_get_mode * added RIG_LEVEL_BALANCE/RIG_LEVEL_ATT * - and yes, we do want to read the transaction's reply, to know if - successful + is hexadecimal + * get ready for freqs higher than 31 bits + * on freq higher than 470MHz, tuning step of TH-F7 must be at + least 10kHz + * fix flexible th_get_mode + * added RIG_LEVEL_BALANCE/RIG_LEVEL_ATT + * and yes, we do want to read the transaction's reply, to know if + successful 2008-05-04 21:47 fillods - * bindings/: pytest.py, tcltest.tcl, perltest.pl: more - tests/examples + * bindings/perltest.pl, bindings/pytest.py, bindings/tcltest.tcl: + more tests/examples 2008-05-04 21:42 fillods - * bindings/rig.swg: * fix/improve memory oriented methods * made - all methods returning strings more handy + * bindings/rig.swg: * fix/improve memory oriented methods + * made all methods returning strings more handy 2008-05-04 21:38 fillods * bindings/hamlib.swg: make locator/qrb/longlat functions to work - from bindings + from bindings 2008-05-04 21:36 fillods @@ -1643,41 +2162,45 @@ 2008-05-04 21:27 fillods - * kenwood/: th.c, th.h, thf7.c: * Added th_set_ant/th_get_ant * - Flexible rmode_t conversion * Made th_get_channel/th_set_channel - more generic, esp. to work with TH-F7E * Major TH-F7E improvements + * kenwood/th.c, kenwood/th.h, kenwood/thf7.c: * Added + th_set_ant/th_get_ant + * Flexible rmode_t conversion + * Made th_get_channel/th_set_channel more generic, esp. to work + with TH-F7E + * Major TH-F7E improvements 2008-05-04 21:23 fillods - * kenwood/: thd7.c, tmd700.c, tmv7.c: chan_list fixes + * kenwood/thd7.c, kenwood/tmd700.c, kenwood/tmv7.c: chan_list fixes 2008-05-04 21:19 fillods - * kenwood/: kenwood.c, kenwood.h: flexible rmode_t conversion, - detect overflow in kenwood_transaction() + * kenwood/kenwood.c, kenwood/kenwood.h: flexible rmode_t + conversion, detect overflow in kenwood_transaction() 2008-05-04 21:16 fillods - * kenwood/: ts140.c, ts680.c: get rid of non portable %lld + * kenwood/ts140.c, kenwood/ts680.c: get rid of non portable %lld 2008-05-04 21:15 fillods * include/hamlib/rig.h, kenwood/thg71.c, src/misc.c: new - RIG_MTYPE_BAND + RIG_MTYPE_BAND 2008-05-04 15:36 fillods - * src/: rig.c, rotator.c: default serial device on BSD systems + * src/rig.c, src/rotator.c: default serial device on BSD systems 2008-05-04 15:33 fillods - * uniden/: bc780.c, Makefile.am, bc250.c, uniden.c, uniden.h: Added - BC780xlt and BC250D + * uniden/Makefile.am, uniden/bc250.c, uniden/bc780.c, + uniden/uniden.c, uniden/uniden.h: Added BC780xlt and BC250D 2008-05-04 14:23 fillods - * uniden/: Makefile.am, bc245.c, bc895.c, pro2052.c, uniden.c, - uniden.h: Added PRO-2052, big improvement of uniden backend + * uniden/Makefile.am, uniden/bc245.c, uniden/bc895.c, + uniden/pro2052.c, uniden/uniden.c, uniden/uniden.h: Added + PRO-2052, big improvement of uniden backend 2008-05-04 14:11 fillods @@ -1698,12 +2221,12 @@ 2008-05-01 12:32 fillods * include/hamlib/rig.h, src/mem.c: allow rig_lookup_mem_caps() to - retrieve a union of all the mem_caps sets + retrieve a union of all the mem_caps sets 2008-05-01 12:19 fillods * include/hamlib/rotator.h: harmless arg name change in order to - ease swig work + ease swig work 2008-04-27 09:57 fillods @@ -1711,13 +2234,13 @@ 2008-04-27 09:56 fillods - * tests/: dumpcaps.c, dumpmem.c, memsave.c: make use of factorized - rig_strmtype/rig_strptrshift + * tests/dumpcaps.c, tests/dumpmem.c, tests/memsave.c: make use of + factorized rig_strmtype/rig_strptrshift 2008-04-27 09:53 fillods * kenwood/thg71.c: * Split edge range chan_list, change MTYPE of - PRIO + PRIO 2008-04-27 09:51 fillods @@ -1726,19 +2249,21 @@ 2008-04-27 09:48 fillods * src/misc.c: * bug fix in rig_strptrshift (+ and - were inversed, - ouch) * added rig_parse_mtype/rig_strmtype + ouch) + * added rig_parse_mtype/rig_strmtype 2008-04-27 09:46 fillods - * include/hamlib/rig.h: * added RIG_MTYPE_PRIO * added - rig_lookup_mem_caps/rig_mem_count and rig_strmtype/rig_parse_mtype - * misc change to RIG_VFO* for Swig to make them available in the - bindings + * include/hamlib/rig.h: * added RIG_MTYPE_PRIO + * added rig_lookup_mem_caps/rig_mem_count and + rig_strmtype/rig_parse_mtype + * misc change to RIG_VFO* for Swig to make them available in the + bindings 2008-04-27 09:31 fillods - * src/misc.c: Patch from Jeff Laughlin - N1YWB Cleanup for invalid - code 'str != ""' all over misc.c + * src/misc.c: Patch from Jeff Laughlin - N1YWB + Cleanup for invalid code 'str != ""' all over misc.c 2008-04-26 09:00 fillods @@ -1763,7 +2288,7 @@ 2008-04-11 18:03 fillods * Makefile.am, configure.ac, include/hamlib/riglist.h, kit/kit.c, - kit/kit.h, kit/miniVNA.c: moved miniVNA to kit subdir + kit/kit.h, kit/miniVNA.c: moved miniVNA to kit subdir 2008-04-11 17:58 fillods @@ -1771,8 +2296,8 @@ 2008-04-11 17:10 fillods - * aor/: aor.c, aor.h, ar2700.c, ar5000.c, ar8000.c, ar8200.c, - ar8600.c: implemented scanning + * aor/aor.c, aor/aor.h, aor/ar2700.c, aor/ar5000.c, aor/ar8000.c, + aor/ar8200.c, aor/ar8600.c: implemented scanning 2008-04-11 14:43 fillods @@ -1792,17 +2317,17 @@ 2008-04-09 21:36 fillods - * src/: conf.c, rot_conf.c: Be careful, rs->rigport.parm is an - union, so serial fields should be accessed only for the - RIG_PORT_SERIAL type. + * src/conf.c, src/rot_conf.c: Be careful, rs->rigport.parm is an + union, so serial fields should be + accessed only for the RIG_PORT_SERIAL type. 2008-03-31 14:22 aa6e - * icom/: icom_defs.h, omni.c: Omni VI memories, rit/xit + * icom/icom_defs.h, icom/omni.c: Omni VI memories, rit/xit 2008-03-31 01:56 aa6e - * icom/: README.icom, TODO.icom: Declutter + * icom/README.icom, icom/TODO.icom: Declutter 2008-03-30 03:37 aa6e @@ -1819,31 +2344,33 @@ 2008-03-29 18:54 aa6e * icom/icom.c, icom/omni.c, tentec/README: TT Omni VI / Plus - improvements + improvements 2008-03-27 02:35 n0nb * yaesu/ft1000mp.h: Fixed enum error in native_cmd related to - January 10 patch of ft1000mp.c PTT patch. + January 10 patch of + ft1000mp.c PTT patch. 2008-03-05 20:32 f4dwv * Makefile.am, configure.ac, include/hamlib/riglist.h: add miniVNA - backend + backend 2008-03-05 20:31 f4dwv - * miniVNA/: Makefile.am, miniVNA.c, miniVNA.h: Initial release + * miniVNA, miniVNA/Makefile.am, miniVNA/miniVNA.c, + miniVNA/miniVNA.h: Initial release 2008-03-01 11:20 fillods - * kenwood/: kenwood.c, kenwood.h, ts2000.c, ts870s.c: - set_ant/get_ant support for ts870s and ts2000 + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts2000.c, + kenwood/ts870s.c: set_ant/get_ant support for ts870s and ts2000 2008-02-24 22:31 fillods * kenwood/ts2000.c: S meter calibration, patch by Patrick Ouellette - KB8PYM. + KB8PYM. 2008-02-18 21:17 fillods @@ -1852,12 +2379,12 @@ 2008-02-18 18:18 dl1nc * include/hamlib/rigclass.h: added missing virtual d'tor for - RigException + RigException 2008-02-15 23:04 aa6e - * tentec/: orion.c, README, orion.h: Better error handling, - reliability for serial I/O. Misc prettification. + * tentec/README, tentec/orion.c, tentec/orion.h: Better error + handling, reliability for serial I/O. Misc prettification. 2008-02-13 23:21 fillods @@ -1881,7 +2408,8 @@ 2008-02-13 22:04 fillods - * icom/: Makefile.am, ic820h.c, icom.c, icom.h: new model IC-820H + * icom/Makefile.am, icom/ic820h.c, icom/icom.c, icom/icom.h: new + model IC-820H 2008-02-13 21:28 fillods @@ -1901,38 +2429,41 @@ 2008-01-12 12:50 n0nb - * tentec/argonaut.c: Fix rig PTT capability. Thanks Ted Albert, - AB8FJ. + * tentec/argonaut.c: Fix rig PTT capability. Thanks Ted Albert, + AB8FJ. 2008-01-12 00:36 n0nb * INSTALL, tests/rigctl.c, tests/rigctl_parse.c, tests/rigctld.c: - Added info about `ldconfig' to INSTALL. Removed unneeded variable - in rigctl_parse.c as the prompt variable already served the role - needed to send the END command. + Added info about `ldconfig' to INSTALL. + Removed unneeded variable in rigctl_parse.c as the prompt + variable + already served the role needed to send the END command. 2008-01-10 14:19 n0nb - * yaesu/: ft757gx.c, ft757gx.h: Fix get_mode and get_freq--had - incorrect offsets and reported frequency is in little endian order. - Fix set_mode as CW Narrow was always selected regardless of - bandwidth. Thanks Myron, KC0MLS. + * yaesu/ft757gx.c, yaesu/ft757gx.h: Fix get_mode and get_freq--had + incorrect offsets and reported frequency + is in little endian order. + Fix set_mode as CW Narrow was always selected regardless of + bandwidth. + Thanks Myron, KC0MLS. 2008-01-10 14:11 n0nb * tests/rigctld.8: Described protocol and command differences for - rigctld. + rigctld. 2008-01-10 12:12 n0nb - * yaesu/ft1000mp.c: Corrected PTT command. Thanks to Glenn K0BO - from the Fldigi mailing list. + * yaesu/ft1000mp.c: Corrected PTT command. Thanks to Glenn K0BO + from the Fldigi mailing list. 2008-01-10 03:42 n0nb - * tests/: rigctl.1, rigctl.c, rigctl_parse.c, rigctld.c, - testctld.pl: Implement and document rigctld protocol and provide a - compatible test. + * tests/rigctl.1, tests/rigctl.c, tests/rigctl_parse.c, + tests/rigctld.c, tests/testctld.pl: Implement and document + rigctld protocol and provide a compatible test. 2008-01-07 21:41 n0nb @@ -1941,7 +2472,7 @@ 2008-01-07 21:10 fillods * include/hamlib/riglist.h: remove auto-load of gnuradio, added - Omni-VII + Omni-VII 2008-01-06 22:48 fillods @@ -1954,22 +2485,23 @@ 2008-01-06 15:46 n0nb * tests/testctld.pl: First cut at a simple Perl script for testing - rigctld + rigctld 2008-01-06 14:38 n0nb - * README.developer: More minor editing. Hopefully clarified a few - issues. + * README.developer: More minor editing. Hopefully clarified a few + issues. 2008-01-05 18:13 fillods - * tests/: dumpcaps.c, rigctl.c, rigctl_parse.c, rigctl_parse.h, - rigctld.c: make dumpcaps also through rigctld + * tests/dumpcaps.c, tests/rigctl.c, tests/rigctl_parse.c, + tests/rigctl_parse.h, tests/rigctld.c: make dumpcaps also through + rigctld 2008-01-05 17:24 y32kn - * kenwood/ts570.c: - incremented backend sub-version and - declared - backend as stable + * kenwood/ts570.c: - incremented backend sub-version and + - declared backend as stable 2008-01-05 17:07 fillods @@ -1977,13 +2509,13 @@ 2008-01-05 16:47 csete - * yaesu/: ft817.c, ft817.h: Fixed RF power reading and added - power2mw and mw2power. + * yaesu/ft817.c, yaesu/ft817.h: Fixed RF power reading and added + power2mw and mw2power. 2008-01-05 15:28 csete * yaesu/ft817.c: Fixed S-meter reading to use calibration table - since frontend always uses RAWSTR. + since frontend always uses RAWSTR. 2008-01-05 15:07 fillods @@ -2003,49 +2535,52 @@ 2008-01-05 11:58 csete - * icom/ic765.c: Max serial rate is 9600. Changed backend status to - stable. + * icom/ic765.c: Max serial rate is 9600. + Changed backend status to stable. 2008-01-04 17:43 n0nb * LICENSE, README, README.betatester, README.developer: Bump - copyright year to 2008. + copyright year to 2008. 2008-01-04 17:30 n0nb * INSTALL, README, README.betatester, src/misc.c: Re-worked - documentation for to/from_bcd functions in misc.c. Re-worked - INSTALL describing `configure' options. Other minor editing. + documentation for to/from_bcd functions in misc.c. + Re-worked INSTALL describing `configure' options. Other minor + editing. 2007-12-13 18:48 y32kn * icom/ic910.c: - ic910_set_freq now works with RIG_VFO_CURR (you - can use girg and rigctl for controlling) - fixed wrong VFOC into - VFOB - added additional bandwidth declarations for narrow filters - and FM + can use girg and rigctl for controlling) + - fixed wrong VFOC into VFOB + - added additional bandwidth declarations for narrow filters and + FM 2007-12-01 22:09 n0nb - * yaesu/: ft920.c, ft920.h, newcat.c, newcat.h: Added support for - getting VFO A/B lock status for FT-920. Mention in comments in - newcat.* that FTDX-9000* and FT-2000 use the new style CAT command - protocol. + * yaesu/ft920.c, yaesu/ft920.h, yaesu/newcat.c, yaesu/newcat.h: + Added support for getting VFO A/B lock status for FT-920. + Mention in comments in newcat.* that FTDX-9000* and FT-2000 + use the new style CAT command protocol. 2007-12-01 00:35 n0nb - * icom/: ic746.c, ic910.c: Enabled PTT in ic746.c, TNX Stelios, - M0GLD, for the test and patch. Enabled split functions in ic910.c, - TNX Karla, KE5FKU for test and patch. + * icom/ic746.c, icom/ic910.c: Enabled PTT in ic746.c, TNX Stelios, + M0GLD, for the test and patch. + Enabled split functions in ic910.c, TNX Karla, KE5FKU for test + and patch. 2007-11-29 20:47 pa4tu - * debian/: changelog, rules: another debian update: use 'make - distclean' in the rules file + * debian/changelog, debian/rules: another debian update: use 'make + distclean' in the rules file 2007-11-27 19:59 pa4tu - * debian/: TODO.Debian, changelog, control, pyversions, rules: sync - with latest, python changes + * debian/TODO.Debian, debian/changelog, debian/control, + debian/pyversions, debian/rules: sync with latest, python changes 2007-11-27 19:55 pa4tu @@ -2053,26 +2588,29 @@ 2007-11-27 01:02 n0nb - * yaesu/: ft920.c, ft920.h: Added support for set_func and get_func - for RIG_FUNC_TUNER. Control status of 0 == off, 1 == inline, 2 == - start tuning. Returns status of 0 == off, 1 == inline, 2 == tuning - in progress. + * yaesu/ft920.c, yaesu/ft920.h: Added support for set_func and + get_func for RIG_FUNC_TUNER. + Control status of 0 == off, 1 == inline, 2 == start tuning. + Returns status of 0 == off, 1 == inline, 2 == tuning in progress. 2007-11-26 20:54 n0nb * include/hamlib/rig.h, src/misc.c, src/rig.c, src/settings.c: - Documentation edits and additions for doxygen generated - documentation. Add missing enum to string definitions in - settings.c + Documentation edits and additions for doxygen generated + documentation. + Add missing enum to string definitions in settings.c 2007-11-26 07:08 pa4tu - * debian/: README.Debian, TODO.Debian, changelog, compat, control, - copyright, libhamlib++-dev.dirs, libhamlib-dev.dirs, - libhamlib-doc.dirs, libhamlib-utils.dirs, libhamlib2++c2.dirs, - libhamlib2-perl.dirs, libhamlib2-tcl.dirs, libhamlib2.dirs, - pycompat, python-libhamlib2.dirs, pyversions, rules, watch: sync - with latest debian release + * debian/README.Debian, debian/TODO.Debian, debian/changelog, + debian/compat, debian/control, debian/copyright, + debian/libhamlib++-dev.dirs, debian/libhamlib-dev.dirs, + debian/libhamlib-doc.dirs, debian/libhamlib-utils.dirs, + debian/libhamlib2++c2.dirs, debian/libhamlib2-perl.dirs, + debian/libhamlib2-tcl.dirs, debian/libhamlib2.dirs, + debian/pycompat, debian/python-libhamlib2.dirs, + debian/pyversions, debian/rules, debian/watch: sync with latest + debian release 2007-11-26 07:01 pa4tu @@ -2080,18 +2618,24 @@ 2007-11-26 07:00 pa4tu - * debian/: hamlib++-dev.dirs, hamlib-dev.dirs, hamlib3++.dirs, - hamlib3-perl.dirs, hamlib3-tcl.dirs, hamlib3.dirs, hamlib-doc.dirs, - python2.3-hamlib3.dirs, shlibs.local: packages renamed + * debian/hamlib++-dev.dirs, debian/hamlib-dev.dirs, + debian/hamlib-doc.dirs, debian/hamlib3++.dirs, + debian/hamlib3-perl.dirs, debian/hamlib3-tcl.dirs, + debian/hamlib3.dirs, debian/python2.3-hamlib3.dirs, + debian/shlibs.local: packages renamed 2007-11-25 04:57 n0nb - * yaesu/: ft920.c, ft920.h: Added support for rig_set_ptt and - rig_get_ptt. FT-920 supports CAT control of PTT even though manual - lacks mention of the command. Moved setting of pacing value to - ft920_open from ft920_get_update_data to avoid sending two commands - for each status update request and set the default pacing value in - ft920.h to 0 mS between characters sent from the FT-920. + * yaesu/ft920.c, yaesu/ft920.h: Added support for rig_set_ptt and + rig_get_ptt. FT-920 supports CAT + control of PTT even though manual lacks mention of the command. + Moved setting of pacing value to ft920_open from + ft920_get_update_data + to avoid sending two commands for each status update request and + set + the default pacing value in ft920.h to 0 mS between characters + sent + from the FT-920. 2007-11-23 18:49 pa4tu @@ -2103,9 +2647,9 @@ 2007-11-23 04:54 aa6e - * tentec/: orion.c, orion.h: Adjust retry & timeout values to help - in case of no response from rig, i.e., if rig power happens to be - off. Prettify some code indents. + * tentec/orion.c, tentec/orion.h: Adjust retry & timeout values to + help in case of no response from rig, i.e., + if rig power happens to be off. Prettify some code indents. 2007-11-23 04:50 aa6e @@ -2113,28 +2657,32 @@ 2007-11-23 03:31 n0nb - * yaesu/: newcat.c, newcat.h, yaesu.c, yaesu.h: Updates and - cleanups to newcat.c to make more use of priv data structure. Set - port read timeout in newcat.h Forgot yaesu.* last night which - caused CVS build to not recognize FT-450 + * yaesu/newcat.c, yaesu/newcat.h, yaesu/yaesu.c, yaesu/yaesu.h: + Updates and cleanups to newcat.c to make more use of priv data + structure. + Set port read timeout in newcat.h + Forgot yaesu.* last night which caused CVS build to not recognize + FT-450 2007-11-22 04:48 n0nb * include/hamlib/riglist.h, yaesu/Makefile.am, yaesu/ft450.c, - yaesu/ft450.h, yaesu/newcat.c, yaesu/newcat.h: New radio model, - FT-450, including support for the new ASCII CAT command syntax now - employed by Yaesu. + yaesu/ft450.h, yaesu/newcat.c, yaesu/newcat.h: New radio model, + FT-450, including support for the new ASCII CAT command + syntax now employed by Yaesu. 2007-11-15 04:10 aa6e * tentec/orion.c: Fix bug that seg faulted when get_info returned - null. (No reward points!) + null. (No reward points!) 2007-11-14 03:15 n0nb * README.betatester, README.developer: Added info on using a - seperate build directory. Added info on CVS snapshots to - README.betatester. Other minor edits to (hopefully) aid clarity. + seperate build directory. Added info on CVS + snapshots to README.betatester. Other minor edits to (hopefully) + aid + clarity. 2007-11-11 23:05 fillods @@ -2151,8 +2699,8 @@ 2007-11-11 23:03 fillods * tests/rigctl_parse.c: code taken from rigctl, to be factorized - among rigctl and rigctld. (optional) pthread support added because - rigctld needs it. + among rigctl and rigctld. + (optional) pthread support added because rigctld needs it. 2007-11-11 23:02 fillods @@ -2160,8 +2708,8 @@ 2007-11-11 22:46 fillods - * configure.ac: * rigctld depends on pthread * enable pthread - CFLAGS for everyone when pthread present + * configure.ac: * rigctld depends on pthread + * enable pthread CFLAGS for everyone when pthread present 2007-11-09 03:16 aa6e @@ -2182,42 +2730,43 @@ 2007-11-07 19:11 fillods * kit/dwt.c: status reported as stable under Windows (Dream DRM - forums) + forums) 2007-11-07 19:09 fillods * flexradio/Makefile.am: new file: flexradio.[ch],dttsp.c, removed - sdr1k.h + sdr1k.h 2007-11-07 19:08 fillods * flexradio/dttsp.c: initial release, inspired by my work on - gnuradio backend + gnuradio backend + +2007-11-07 19:06 fillods + + * flexradio/flexradio.c, flexradio/flexradio.h, flexradio/sdr1k.c: + move backend declaration into flexradio.c 2007-11-07 19:05 fillods * flexradio/sdr1k.h: move backend prototypes into flexradio.h -2007-11-07 19:05 fillods - - * flexradio/: sdr1k.c, flexradio.c, flexradio.h: move backend - declaration into flexradio.c - 2007-11-07 18:38 fillods * include/hamlib/riglist.h: new RIG_MODEL_DTTSP 2007-11-05 18:42 aa6e - * tentec/: README, orion.c, orion.h: Moved firmware detection to - new tt565_open routine, where it is done every time the rig is - opened. + * tentec/README, tentec/orion.c, tentec/orion.h: Moved firmware + detection to new tt565_open routine, where it is done + every time the rig is opened. 2007-11-05 03:53 aa6e - * tentec/: README, orion.c, orion.h: Add autodetect version 1 or 2 - firmware (using rig_get_info). Correct V1 calibration. Make V2 - calibration the default. Signal RIG_LEVEL_STRENGTH supported. + * tentec/README, tentec/orion.c, tentec/orion.h: Add autodetect + version 1 or 2 firmware (using rig_get_info). + Correct V1 calibration. Make V2 calibration the default. + Signal RIG_LEVEL_STRENGTH supported. 2007-11-05 03:48 aa6e @@ -2226,20 +2775,22 @@ 2007-11-01 01:13 n0nb * Makefile.am, configure.ac, include/hamlib/rig.h: Makefile.am and - rig.h minor edits to the comments to (hopefully) improve - readability. configure.ac added AM_PROG_CC_C_O macro to quiet - error message regarding rigmem.c in tests/Makefile.am from autoconf - 2.61 on Debian Stable. + rig.h minor edits to the comments to (hopefully) improve + readability. configure.ac added AM_PROG_CC_C_O macro to quiet + error + message regarding rigmem.c in tests/Makefile.am from autoconf + 2.61 on + Debian Stable. 2007-10-23 21:56 fillods - * kit/: Makefile.am, dds60.c, kit.c, kit.h: initial release of - DDS-60 + * kit/Makefile.am, kit/dds60.c, kit/kit.c, kit/kit.h: initial + release of DDS-60 2007-10-15 00:52 n0nb * README, README.betatester: Match Copyright attributions between - README files. + README files. 2007-10-15 00:50 n0nb @@ -2247,8 +2798,8 @@ 2007-10-07 20:31 fillods - * kit/: Makefile.am, kit.c, kit.h: new backend elektor 5/07 (SDR - USB) + * kit/Makefile.am, kit/kit.c, kit/kit.h: new backend elektor 5/07 + (SDR USB) 2007-10-07 20:30 fillods @@ -2256,17 +2807,23 @@ 2007-10-07 20:12 fillods - * src/usb_port.c: * call missing usb_find_devices() * disable - usb_set_configuration/usb_set_altinterface since they seem to - interfere + * src/usb_port.c: * call missing usb_find_devices() + * disable usb_set_configuration/usb_set_altinterface since they + seem to interfere 2007-10-05 04:19 sconklin * AUTHORS, yaesu/Makefile.am, yaesu/ft767gx.c, yaesu/ft767gx.h, - yaesu/yaesu.c, yaesu/yaesu.h: Added support for the Yaesu FT-767GX. - The following are implemented: get/set frequency get/set mode - get/set vfo get/set CTCSS tone get/set split_mode get/set - split_freq get/set split_mode get ptt + yaesu/yaesu.c, yaesu/yaesu.h: Added support for the Yaesu + FT-767GX. The following are implemented: + get/set frequency + get/set mode + get/set vfo + get/set CTCSS tone + get/set split_mode + get/set split_freq + get/set split_mode + get ptt 2007-09-18 19:34 fillods @@ -2286,8 +2843,8 @@ 2007-09-04 15:01 y32kn - * kenwood/kenwood.c: fixed bug in kenwood_transaction() memset() - missed initializing the answer buffer by one. + * kenwood/kenwood.c: fixed bug in kenwood_transaction() + memset() missed initializing the answer buffer by one. 2007-09-03 03:34 n0nb @@ -2296,16 +2853,18 @@ 2007-08-30 17:12 y32kn * kenwood/ts850.c: Deleted duplicate code (see - kenwood_set/get_level in kenwood.c) Tnx Rob KL7NA, + kenwood_set/get_level in kenwood.c) + Tnx Rob KL7NA, 2007-08-20 17:26 y32kn * kenwood/ts790.c: fixed .get_mode and .get_vfo (tnx for help - CT1DRB) + CT1DRB) 2007-08-19 08:47 y32kn - * kenwood/ts570.c: added DSP Slope tuning. Tnx Rob KL7NA. + * kenwood/ts570.c: added DSP Slope tuning. + Tnx Rob KL7NA. 2007-08-19 08:26 y32kn @@ -2322,16 +2881,19 @@ 2007-08-18 12:55 n0nb * include/hamlib/rig.h, kenwood/kenwood.c, kenwood/ts850.c, - src/settings.c, tests/rigctl.1: Bug fixes and slope tuning support - for the TS-850. Thanks to Rob Frohne, KL7NA + src/settings.c, tests/rigctl.1: Bug fixes and slope tuning + support for the TS-850. + Thanks to Rob Frohne, KL7NA 2007-08-06 05:19 jrinas - * kenwood/ts480.c: * fixed ptt * expanded frequency range - (available after firmware update) according to - http://www.kenwood.com/i/products/info/amateur/ts_480/firmware/pop_ - ts480_e.htm * added tuning steps * added filter list * increased - version info + * kenwood/ts480.c: * fixed ptt + * expanded frequency range (available after firmware update) + according to + http://www.kenwood.com/i/products/info/amateur/ts_480/firmware/pop_ts480_e.htm + * added tuning steps + * added filter list + * increased version info 2007-06-30 12:58 n0nb @@ -2340,12 +2902,12 @@ 2007-05-21 21:41 fillods * include/hamlib/rig_dll.h: cleanup and initial __BORLANDC__ - support + support 2007-05-21 20:35 fillods * tests/Makefile.am: automated generation of _lst.html - files for web site sup-info + files for web site sup-info 2007-05-21 20:35 fillods @@ -2357,7 +2919,7 @@ 2007-05-21 20:02 fillods - * tests/: rigsmtr.1, rigsmtr.c: initial release + * tests/rigsmtr.1, tests/rigsmtr.c: initial release 2007-05-21 19:53 fillods @@ -2366,14 +2928,15 @@ 2007-03-17 17:27 y32kn * kenwood/ts570.c: * get_xit/rit now honours the state of the - RIT/XIT switches (returns 0 if off) * set_xit/rit switches RIT/XIT - on or off if needed * get/set_split_vfo implemented or corrected + RIT/XIT switches (returns 0 if off) + * set_xit/rit switches RIT/XIT on or off if needed + * get/set_split_vfo implemented or corrected 2007-03-05 09:01 y32kn * icom/icom.c: IC910H has different meaning of command 1A, - subcommand 03. So we should not ask for DSP filter settings in - 'icom_get_mode'. + subcommand 03. So we should not ask for DSP filter settings in + 'icom_get_mode'. 2007-03-02 16:29 aa6e @@ -2381,32 +2944,34 @@ 2007-02-28 15:05 aa6e - * tentec/: rx320.c, tentec.c: further rx-320 mods by Ken Prox + * tentec/rx320.c, tentec/tentec.c: further rx-320 mods by Ken Prox 2007-02-28 08:55 mardigras * tests/rigctl.c: Added several letters to the interactive commands - to implement more test functions. + to implement more test functions. -2007-02-28 08:50 mardigras +2007-02-28 08:52 mardigras * icom/ic746.c, icom/ic756.c, icom/icom.c, icom/icom.h, - include/hamlib/rig.h: Several Bug fixes for extra parameter code - and documentation added + include/hamlib/rig.h: Several Bug fixes for extra parameter code + and documentation added 2007-02-24 20:24 n0nb * rpcrig/rpc.rigd.8, rpcrot/rpc.rotd.8, tests/README, - tests/rigctl.1, tests/rigmem.1, tests/rigswr.1, tests/rotctl.1, - tests/rotctl.c: Many man page updates to provide needed information - and (hopefully) improve readability. Also, tried to keep the man - pages as consistent as possible. + tests/rigctl.1, tests/rigmem.1, tests/rigswr.1, tests/rotctl.1, + tests/rotctl.c: Many man page updates to provide needed + information and (hopefully) + improve readability. Also, tried to keep the man pages as + consistent + as possible. 2007-02-24 14:53 n0nb * rpcrig/rpc.rigd.8: Almost complete rewrite including examples and - diagnostic information as well as (hopefully) improving - readability. + diagnostic information as + well as (hopefully) improving readability. 2007-02-24 04:27 n0nb @@ -2414,7 +2979,7 @@ 2007-02-22 16:54 n0nb - * winradio/g313.c: Added S-meter functionality. Thanks to Simone. + * winradio/g313.c: Added S-meter functionality. Thanks to Simone. 2007-02-15 12:50 dianora @@ -2422,13 +2987,13 @@ 2007-02-13 22:41 dianora - * autogen.sh: - document debian/FreeBSD needs for AUTOMAKE etc. - - add in libtoolize which should be there + * autogen.sh: - document debian/FreeBSD needs for AUTOMAKE etc. + - add in libtoolize which should be there 2007-02-13 22:32 dianora * configure.ac: - gt_HEADER_INTTYPES_H is definitely bogus here, - leftover from what? + leftover from what? 2007-02-04 02:36 n0nb @@ -2444,7 +3009,7 @@ 2007-01-29 10:03 dl1nc - * autogen.sh: [no log message] + * autogen.sh: *** empty log message *** 2007-01-28 12:57 n0nb @@ -2452,18 +3017,19 @@ 2007-01-27 23:50 n0nb - * icom/: frame.c, icom.c: icom/frame.c - Look for frame - terminators, and retry if we don't get them. - - icom/icom.c - Initialize ack_len to the size of the response buffer - since it is an input to icom_transaction as well as an output. - - Thanks to David Hagood, N0YKG + * icom/frame.c, icom/icom.c: icom/frame.c - Look for frame + terminators, and retry if we don't get them. + + icom/icom.c - Initialize ack_len to the size of the response + buffer + since it is an input to icom_transaction as well as an output. + + Thanks to David Hagood, N0YKG 2007-01-27 02:14 n0nb * bindings/Makefile.am: Revert change in bindings/Makefile.am that - broke autogen.sh + broke autogen.sh 2007-01-13 16:19 csete @@ -2471,9 +3037,9 @@ 2006-12-27 04:41 dianora - * configure.ac, bindings/Makefile.am: - first cut at fixing - configure to recognise --without-tcl-binding and - --without-python-binding options + * bindings/Makefile.am, configure.ac: - first cut at fixing + configure to recognise --without-tcl-binding + and --without-python-binding options 2006-12-22 14:49 n0nb @@ -2486,7 +3052,7 @@ 2006-12-22 13:52 n0nb * NEWS, configure.ac: Update NEWS and configure.ac for 1.2.6 - release. + release. 2006-12-10 15:27 n0nb @@ -2495,63 +3061,72 @@ 2006-12-10 14:41 n0nb * AUTHORS, README.developer, configure.ac: Welcome DL1JBE, AD7AI, - W1HKJ to the Hamlib developers group. Advise against editing - Changelog directly. Bump to 1.2.6rc1 + W1HKJ to the Hamlib developers group. + Advise against editing Changelog directly. + Bump to 1.2.6rc1 2006-11-29 19:38 y32kn * kenwood/ts570.c: Transferred all improvements for the TS570D/DG - made since 1.24 to the TS570S/SG variant. Both models are in sync - now. + made since 1.24 to the TS570S/SG variant. Both models are in sync + now. 2006-11-27 00:23 n0nb - * include/hamlib/riglist.h: 20061126: Update: Add - G313 to riglist.h. Thanks to Andrea Russo for - pointing this out. + * include/hamlib/riglist.h: 20061126: + Update: + Add G313 to riglist.h. Thanks to Andrea Russo for + pointing this out. 2006-11-19 13:06 n0nb - * winradio/g313.c: 20061119: New: New g313.c for - G313i/G313e RX support. Thanks to Simone Stoeppler - for this support. + * winradio/g313.c: 20061119: + New: + New g313.c for G313i/G313e RX support. Thanks to + Simone Stoeppler for this support. 2006-11-19 03:04 n0nb - * winradio/: Makefile.am, winradio.c, winradio.h: 20061118: - Update: New Winradio backend, G313i/G313e RX, from - Simone Stoeppler. + * winradio/Makefile.am, winradio/winradio.c, winradio/winradio.h: + 20061118: + Update: + New Winradio backend, G313i/G313e RX, from Simone Stoeppler. 2006-11-09 04:32 n0nb - * bindings/Makefile.am: 20061108: Update: - Commented out the commands to the uninstall-perl target - as it's broken and causes a make error and failure. + * bindings/Makefile.am: 20061108: + Update: + Commented out the commands to the uninstall-perl target + as it's broken and causes a make error and failure. 2006-11-07 21:57 n0nb * README.betatester, README.developer, autogen.sh, - tentec/Makefile.am: 20061107: Update: Add - orion.h to Makefile.am and edited README.betatester - and README.developer for clarity (hopefully). Added a - comment to autogen.sh (no command changes). + tentec/Makefile.am: 20061107: + Update: + Add orion.h to Makefile.am and edited README.betatester + and README.developer for clarity (hopefully). Added a + comment to autogen.sh (no command changes). 2006-11-07 12:21 n0nb * icom/Makefile.am, icom/ic7000.c, icom/ic746.c, icom/ic7800.c, - icom/icom.c, icom/icom.h, include/hamlib/rig.h: 20061107: - New: icom/ic7000.c Update: Various - Icom updates from AD7AI + icom/icom.c, icom/icom.h, include/hamlib/rig.h: 20061107: + New: + icom/ic7000.c + Update: + Various Icom updates from AD7AI 2006-11-07 04:28 n0nb - * bindings/: Makefile.PL, Makefile.am: 20061106: Update: - Fix distclean bug in bindings Makefile + * bindings/Makefile.PL, bindings/Makefile.am: 20061106: + Update: + Fix distclean bug in bindings Makefile 2006-11-06 19:35 y32kn - * kenwood/ts570.c: corrected set/get func for RIG_FUNC_NR. Now you - can set/get NR-modes 0..2 + * kenwood/ts570.c: corrected set/get func for RIG_FUNC_NR. + Now you can set/get NR-modes 0..2 2006-11-06 13:43 y32kn @@ -2560,17 +3135,17 @@ 2006-11-02 15:19 aa6e * aor/README.ar5000, aor/aor.c, aor/aor.h, aor/ar5000.c, - include/hamlib/rig.h, include/hamlib/riglist.h, src/misc.c: SM6PPS - mods for AOR 5000a + include/hamlib/rig.h, include/hamlib/riglist.h, src/misc.c: + SM6PPS mods for AOR 5000a -2006-10-30 20:20 aa6e +2006-10-30 20:21 aa6e * doc/hamlib.cfg.in, doc/hamlib.css, doc/index.doxygen, - tentec/tentec.h: documentation + tentec/tentec.h: documentation 2006-10-30 20:17 aa6e - * tentec/: orion.c, orion.h: split orion.c and add doc info + * tentec/orion.c, tentec/orion.h: split orion.c and add doc info 2006-10-28 03:49 aa6e @@ -2602,16 +3177,13 @@ 2006-10-15 00:27 aa6e - * src/: cal.c, conf.c, debug.c, event.c, ext.c, iofunc.c, - locator.c, mem.c, misc.c, parallel.c, register.c, rig.c, - rot_conf.c, rot_reg.c, rotator.c, serial.c, settings.c, tones.c, - usb_port.c: documentation - -2006-10-15 00:24 aa6e - * doc/hamlib.cfg.in, doc/hamlib.css, doc/index.doxygen, - include/hamlib/rig.h, include/hamlib/rotator.h, - include/hamlib/rotlist.h: documentation + include/hamlib/rig.h, include/hamlib/rotator.h, + include/hamlib/rotlist.h, src/cal.c, src/conf.c, src/debug.c, + src/event.c, src/ext.c, src/iofunc.c, src/locator.c, src/mem.c, + src/misc.c, src/parallel.c, src/register.c, src/rig.c, + src/rot_conf.c, src/rot_reg.c, src/rotator.c, src/serial.c, + src/settings.c, src/tones.c, src/usb_port.c: documentation 2006-10-13 18:24 aa6e @@ -2619,8 +3191,8 @@ 2006-10-13 18:24 aa6e - * doc/: footer.html, hamlib.cfg.in, hamlib.css, index.doxygen: doc - improvements + * doc/footer.html, doc/hamlib.cfg.in, doc/hamlib.css, + doc/index.doxygen: doc improvements 2006-10-13 14:33 aa6e @@ -2632,8 +3204,8 @@ 2006-10-12 19:19 aa6e - * doc/: footer.html, hamlib.cfg.in, hamlib.css, index.doxygen: - doxygen formatting + * doc/footer.html, doc/hamlib.cfg.in, doc/hamlib.css, + doc/index.doxygen: doxygen formatting 2006-10-12 18:56 aa6e @@ -2650,190 +3222,189 @@ 2006-10-07 21:33 csete * src/iofunc.c: Cast constant caps to variable caps in order to - avoid compiler warnings. + avoid compiler warnings. 2006-10-07 21:10 csete - * aor/: aor.c, ar3000.c, ar3030.c, ar7030.c: - Fixed type - mismatches and unhandled switch cases. - Incremented backend - version numbers. + * aor/aor.c, aor/ar3000.c, aor/ar3030.c, aor/ar7030.c: - Fixed type + mismatches and unhandled switch cases. + - Incremented backend version numbers. 2006-10-07 20:45 csete - * icom/: frame.c, icom.c, icom.h, icr75.c, optoscan.c: Fixed type - mismatches between signed and unsigned char. There are a few very - suspicious 'if' statements in icom.c and frame.c + * icom/frame.c, icom/icom.c, icom/icom.h, icom/icr75.c, + icom/optoscan.c: Fixed type mismatches between signed and + unsigned char. + There are a few very suspicious 'if' statements in icom.c and + frame.c 2006-10-07 20:13 csete - * icom/: ic756.c, ic746.c: Initialise icom_val to avoid compiler - warning. + * icom/ic746.c, icom/ic756.c: Initialise icom_val to avoid compiler + warning. 2006-10-07 19:56 csete - * tests/: memload.c, memsave.c: Fixed type mismatches that caused - compile warnings. + * tests/memload.c, tests/memsave.c: Fixed type mismatches that + caused compile warnings. 2006-10-07 19:24 csete * tests/rigctl.c: Fixed type mismatches that caused compile - warnings. + warnings. 2006-10-07 19:12 csete * tests/rotctl.c: - Cast unsigned char to char in order to avoid - compiler warnings. - Handle all enum values in switch statements. + compiler warnings. + - Handle all enum values in switch statements. 2006-10-07 19:08 csete - * sartek/sartek.c: - Cast/change unsigned char to char in order to - fix compile warnings. - Incremented backend version numbers. - -2006-10-07 19:04 csete - - * rotorez/rotorez.c: - Cast/change unsigned char to char in order - to fix compile warnings. - Incremented backend version numbers. + * rotorez/rotorez.c, sartek/sartek.c: - Cast/change unsigned char + to char in order to fix compile warnings. + - Incremented backend version numbers. 2006-10-07 19:00 csete - * easycomm/easycomm.c: - Cast/change unsigned char to char in order - to fix compile warnings. - Incremented backend version number. - -2006-10-07 18:55 csete - - * wj/: wj.c, wj8888.c: - Cast/change unsigned char to char in order - to fix compile warnings. - Incremented backend version number. - -2006-10-07 18:52 csete - - * tapr/: dsp10.c, tapr.c: - Cast/change unsigned char to char in - order to fix compile warnings. - Incremented backend version - number. - -2006-10-07 18:48 csete - - * rft/: ekd500.c, rft.c: - Cast/change unsigned char to char in - order to fix compile warnings. - Incremented backend version - number. + * easycomm/easycomm.c, rft/ekd500.c, rft/rft.c, tapr/dsp10.c, + tapr/tapr.c, wj/wj.c, wj/wj8888.c: - Cast/change unsigned char to + char in order to fix compile warnings. + - Incremented backend version number. 2006-10-07 18:01 csete - * lowe/: hf235.c, lowe.c: - Cast/change unsigned char to char in - order to fix compile warnings. - Incremented backend version - numbers. + * lowe/hf235.c, lowe/lowe.c: - Cast/change unsigned char to char in + order to fix compile warnings. + - Incremented backend version numbers. 2006-10-07 17:56 csete - * drake/: drake.c, drake.h: - Cast/change unsigned char to char in - order to fix compile warnings. - Incremented backend version - numbers. + * drake/drake.c, drake/drake.h: - Cast/change unsigned char to char + in order to fix compile warnings. + - Incremented backend version numbers. 2006-10-07 17:51 csete - * jrc/: jrc.c, jrc.h: - Cast/change unsigned char to char in order - to fix compile warnings. - Incremented backend version number. + * jrc/jrc.c, jrc/jrc.h: - Cast/change unsigned char to char in + order to fix compile warnings. + - Incremented backend version number. 2006-10-07 17:42 csete - * kachina/: 505dsp.c, kachina.c: - Cast unsigned char to char in - order to avoid compiler warnings. - Incremented backend version - number. + * kachina/505dsp.c, kachina/kachina.c: - Cast unsigned char to char + in order to avoid compiler warnings. + - Incremented backend version number. 2006-10-07 17:38 csete - * tentec/: jupiter.c, tentec.c, tentec2.c, tt550.c: - Cast unsigned - char to char in order to avoid compiler warnings. - Ensure that - all variables have a value before they are used (tentec.c). + * tentec/jupiter.c, tentec/tentec.c, tentec/tentec2.c, + tentec/tt550.c: - Cast unsigned char to char in order to avoid + compiler warnings. + - Ensure that all variables have a value before they are used + (tentec.c). 2006-10-07 16:55 csete - * alinco/: alinco.c, dx77.c: Cast unsigned char to char in order to - avoid compiler warnings. Incremented backend version number. + * alinco/alinco.c, alinco/dx77.c: Cast unsigned char to char in + order to avoid compiler warnings. Incremented backend version + number. 2006-10-07 16:42 csete - * pcr/: pcr.c, pcr.h, pcr100.c: Use tone_t for pcr1_ctcss_list. - Changed arg 4 of pcr_transaction to unsigned. Cast the other - mismatches to (char *). + * pcr/pcr.c, pcr/pcr.h, pcr/pcr100.c: Use tone_t for + pcr1_ctcss_list. Changed arg 4 of pcr_transaction to unsigned. + Cast the other mismatches to (char *). 2006-10-07 15:51 csete - * yaesu/: frg100.c, frg8800.c, frg9600.c, ft100.c, ft1000mp.c, - ft736.c, ft747.c, ft757gx.c, ft817.c, ft847.c, ft857.c, ft890.c, - ft897.c, ft900.c, ft920.c, ft990.c, vr5000.c, yaesu.c: - Cast - unsigned char to char in order to avoid compiler warnings. - - Ensure that all variables have a value before they are used - (ft920). - Disable unused functions and variables (frg100). - - Incremented backend version numbers. + * yaesu/frg100.c, yaesu/frg8800.c, yaesu/frg9600.c, yaesu/ft100.c, + yaesu/ft1000mp.c, yaesu/ft736.c, yaesu/ft747.c, yaesu/ft757gx.c, + yaesu/ft817.c, yaesu/ft847.c, yaesu/ft857.c, yaesu/ft890.c, + yaesu/ft897.c, yaesu/ft900.c, yaesu/ft920.c, yaesu/ft990.c, + yaesu/vr5000.c, yaesu/yaesu.c: - Cast unsigned char to char in + order to avoid compiler warnings. + - Ensure that all variables have a value before they are used + (ft920). + - Disable unused functions and variables (frg100). + - Incremented backend version numbers. 2006-10-07 13:26 csete * src/mem.c: Cast from const to variable in order to avoid compiler - warnings. + warnings. 2006-10-07 13:08 csete - * src/: rig.c, rotator.c: Cast constant caps to variable caps in - order to avoid compiler warnings. + * src/rig.c, src/rotator.c: Cast constant caps to variable caps in + order to avoid compiler warnings. 2006-09-27 11:38 n0nb - * include/hamlib/rig.h: 20060927: Update: - Update to rig.h from AD7AI + * include/hamlib/rig.h: 20060927: + Update: + Update to rig.h from AD7AI 2006-09-22 19:55 n0nb * ChangeLog, icom/frame.c, icom/frame.h, icom/ic746.c, - icom/ic756.c, icom/icom.c, icom/icom.h, icom/icom_defs.h, - src/ext.c: 20060922: Update: Applied Icom patches - received 4 Sep 2006 from Kent Hill, AD7AI + icom/ic756.c, icom/icom.c, icom/icom.h, icom/icom_defs.h, + src/ext.c: 20060922: + Update: + Applied Icom patches received 4 Sep 2006 from Kent + Hill, AD7AI 2006-09-22 18:27 n0nb - * tentec/tentec2.c: 20060922: Update: Applied - tentec2.c from Dave Freese, W1HKJ + * tentec/tentec2.c: 20060922: + Update: + Applied tentec2.c from Dave Freese, W1HKJ 2006-09-22 14:31 n0nb * ChangeLog, include/hamlib/rig.h, tests/rigctl.c, - tests/rigmatrix.c: 20060922: Update: - Applied July 30, 2006 patches from Kent Hill, AD7AI + tests/rigmatrix.c: 20060922: + Update: + Applied July 30, 2006 patches from Kent Hill, AD7AI 2006-08-20 13:39 y32kn * kenwood/ts570.c: implemented TS570 specific - get/set_memory_channel function + get/set_memory_channel function 2006-07-18 23:06 n0nb - * kylix/hamlib_rigapi.pas: 20060718: Update: - Changed RIG_FUNC_RNF to RIG_FUNC_RF for Icom RTTY filter. - TNX AD7AI + * kylix/hamlib_rigapi.pas: 20060718: + Update: + Changed RIG_FUNC_RNF to RIG_FUNC_RF for Icom RTTY filter. + TNX AD7AI 2006-07-18 22:51 n0nb * ChangeLog, icom/frame.c, icom/frame.h, icom/ic746.c, - icom/ic756.c, icom/ic7800.c, icom/icom.c, icom/icom.h, - icom/icom_defs.h, include/hamlib/rig.h, src/misc.c, - tests/dumpmem.c, tests/rigctl.c: 20060718: Update: - Committing patches received from AD7AI for several Icom - models including IC-746, IC-756, and IC-7800. + icom/ic756.c, icom/ic7800.c, icom/icom.c, icom/icom.h, + icom/icom_defs.h, include/hamlib/rig.h, src/misc.c, + tests/dumpmem.c, tests/rigctl.c: 20060718: + Update: + Committing patches received from AD7AI for several Icom + models including IC-746, IC-756, and IC-7800. 2006-07-10 16:15 n0nb - * README, README.betatester, README.developer: 20060710: - Update: Miscellaneous updates and corrected - spelling. + * README, README.betatester, README.developer: 20060710: + Update: + Miscellaneous updates and corrected spelling. 2006-07-10 04:01 n0nb - * README.developer: 20060709: Update: Corrected - anonymous URL in README.developer + * README.developer: 20060709: + Update: + Corrected anonymous URL in README.developer 2006-07-02 17:05 csete * dummy/dummy.c: Added RIT, XIT and IF shift ranges to dummy - backend. + backend. 2006-04-23 14:16 aa6e @@ -2845,12 +3416,12 @@ 2006-04-13 19:43 pa4tu - * kenwood/: th.c, tmv7.c: long long really needed here? - patch by - diane Bruce + * kenwood/th.c, kenwood/tmv7.c: long long really needed here? - + patch by diane Bruce 2006-04-10 18:01 pa4tu - * kenwood/: ts140.c, ts680.c: updates by matt, GW0VNR + * kenwood/ts140.c, kenwood/ts680.c: updates by matt, GW0VNR 2006-04-10 18:00 pa4tu @@ -2858,7 +3429,7 @@ 2006-04-10 17:27 pa4tu - * bindings/: Makefile.PL, Makefile.am: remove rpath backdoor + * bindings/Makefile.PL, bindings/Makefile.am: remove rpath backdoor 2006-03-26 08:01 pa4tu @@ -2867,7 +3438,7 @@ 2006-03-22 21:31 csete * yaesu/ft817.c: Full RF power scale corresponds to 10 bars, not - 15. + 15. 2006-03-18 10:45 y32kn @@ -2875,18 +3446,18 @@ 2006-03-18 10:42 y32kn - * kenwood/ts570.c: fixed get/set level for RFPOWER and MICGAIN. - (based on range 0..100) + * kenwood/ts570.c: fixed get/set level for RFPOWER and MICGAIN. + (based on range 0..100) 2006-03-18 07:41 y32kn * include/hamlib/rig.h: Must correspond to the following definition - of 'setting_t' + of 'setting_t' 2006-03-16 19:36 pa4tu * kenwood/ts850.c: add RIG_LEVEL_STRENGTH to caps, set post write - delay to 0 and do some cleanups + delay to 0 and do some cleanups 2006-03-14 20:35 pa4tu @@ -2894,29 +3465,31 @@ 2006-03-14 20:29 pa4tu - * kenwood/: ts570.c, ts680.c, ts850.c, ts870s.c: more unsigned - char->char and int->size_t transitions + * kenwood/ts570.c, kenwood/ts680.c, kenwood/ts850.c, + kenwood/ts870s.c: more unsigned char->char and int->size_t + transitions 2006-03-14 20:06 pa4tu - * kenwood/: th.c, thg71.c, tmv7.c, ts140.c, ts450s.c, ts480.c: make - sure we use ack_len=0 for functions that return nothing (set - functions) + * kenwood/th.c, kenwood/thg71.c, kenwood/tmv7.c, kenwood/ts140.c, + kenwood/ts450s.c, kenwood/ts480.c: make sure we use ack_len=0 for + functions that return nothing (set functions) 2006-03-14 08:36 pa4tu * kenwood/kenwood.c: set functions should have ack_len zero, also - need to check other rigs + need to check other rigs 2006-03-12 09:02 pa4tu - * kenwood/: tmv7.c, ts140.c, ts2000.c, ts450s.c, ts480.c: more - unsigned char->char and int->size_t transitions + * kenwood/tmv7.c, kenwood/ts140.c, kenwood/ts2000.c, + kenwood/ts450s.c, kenwood/ts480.c: more unsigned char->char and + int->size_t transitions 2006-03-09 20:12 pa4tu * kenwood/th.c: fix more compilation warnings, int->size_t, - unsigned char->char + unsigned char->char 2006-03-09 19:51 pa4tu @@ -2924,12 +3497,12 @@ 2006-03-09 19:45 pa4tu - * kenwood/: kenwood.c, kenwood.h: more compilation warnings nuked, - use tone_t for ctcss_list + * kenwood/kenwood.c, kenwood/kenwood.h: more compilation warnings + nuked, use tone_t for ctcss_list 2006-03-07 19:48 pa4tu - * kenwood/: ic10.c, kenwood.c: fix compilation warnings + * kenwood/ic10.c, kenwood/kenwood.c: fix compilation warnings 2006-03-07 18:25 pa4tu @@ -2938,24 +3511,24 @@ 2006-03-06 23:02 fillods * c++/Makefile.am, src/Makefile.am: drop the release version from - shared library name + shared library name 2006-02-26 23:28 fillods - * src/: debug.c, mem.c: win32 fixes + * src/debug.c, src/mem.c: win32 fixes 2006-02-26 22:37 fillods * configure.ac, src/Makefile.am: get ready for next round -2006-02-26 19:46 fillods +2006-02-26 19:47 fillods * NEWS, configure.ac: 1.2.5 release 2006-02-26 19:37 fillods - * macros/: gr_doxygen.m4, perl.m4, pkg.m4, tcl.m4: quote - definitions to make automake-1.9 happy + * macros/gr_doxygen.m4, macros/perl.m4, macros/pkg.m4, + macros/tcl.m4: quote definitions to make automake-1.9 happy 2006-02-26 19:33 fillods @@ -2965,15 +3538,15 @@ * AUTHORS: welcome to Lars -2006-02-26 19:29 fillods +2006-02-26 19:30 fillods * src/conf.c, src/locator.c, src/rotator.c, src/settings.c, - src/tones.c, tests/rigctl.1, tests/rigmem.1, tests/rigswr.1, - tests/rotctl.1: bump (c) date + src/tones.c, tests/rigctl.1, tests/rigmem.1, tests/rigswr.1, + tests/rotctl.1: bump (c) date 2006-02-26 19:28 fillods - * src/rig.c: bump (c) date, add delay if RTS/DTR is set + * src/rig.c: bump (c) date, add delay if RTS/DTR is set 2006-02-26 19:24 fillods @@ -2997,25 +3570,30 @@ 2006-02-26 18:48 fillods - * icom/: frame.c, ic751.c: Patch from Lars E. Pettersson, sm6rpz - - The code should work on IC-751 and IC-751A, both with the original - Icom UX-14 board (an option needed to be able to use CI-V) and the - Piexx UX-14px-board. - - The Piexx UX-14px board have the same capabilities as the Icom one, - but adds S-meter reading, and PTT (can not read if the PTT is set - though.) - - The Icom IC-751 had FM as an option, the IC-751A had FM built in. - - I had to add an extra if-statement in frame.c for the CW-narrow to - work. The bandwidth numbers used by Icom seem to be a jungle... + * icom/frame.c, icom/ic751.c: Patch from Lars E. Pettersson, sm6rpz + + The code should work on IC-751 and IC-751A, both with the + original Icom + UX-14 board (an option needed to be able to use CI-V) and the + Piexx + UX-14px-board. + + The Piexx UX-14px board have the same capabilities as the Icom + one, but + adds S-meter reading, and PTT (can not read if the PTT is set + though.) + + The Icom IC-751 had FM as an option, the IC-751A had FM built in. + + I had to add an extra if-statement in frame.c for the CW-narrow + to work. + The bandwidth numbers used by Icom seem to be a jungle... 2006-02-26 06:25 bwulf * yaesu/ft990.c: Fixed bug in ft990_set_mode that caused RTTY - interchanged modes USB/LSB Fixed bugs in ft990_get_channel + interchanged modes USB/LSB + Fixed bugs in ft990_get_channel 2006-02-26 06:17 bwulf @@ -3036,35 +3614,48 @@ 2006-02-20 22:28 fillods * kenwood/ts2000.c: Patch from Patrick Ouellette KB8PYM to get most - of the things that hamlib supports from the get_level call working - on the TS2000. - - Things working in this patch: PREAMP status ATTENUATOR status - VOX level AF level (main receiver) RF GAIN level SQUELCH level - (main receiver) CW PITCH RF POWER level MIC GAIN level KEYER - SPEED COMPRESSION level AGC level CW BREAK IN DELAY METER mode - VOX GAIN RAW SIGNAL STRENGTH (main receiver) SIGNAL STRENGTH - (S-meter for main receiver) + of the things that hamlib + supports from the get_level call working on the TS2000. + + Things working in this patch: + PREAMP status + ATTENUATOR status + VOX level + AF level (main receiver) + RF GAIN level + SQUELCH level (main receiver) + CW PITCH + RF POWER level + MIC GAIN level + KEYER SPEED + COMPRESSION level + AGC level + CW BREAK IN DELAY + METER mode + VOX GAIN + RAW SIGNAL STRENGTH (main receiver) + SIGNAL STRENGTH (S-meter for main receiver) 2006-01-16 21:00 fillods * src/debug.c: added rig_set_debug_callback example in - documentation + documentation 2006-01-15 14:25 fillods * src/mem.c: flesh out rig_[sg]et_mem_all{,_cb} functions, still - some work needed on it though + some work needed on it though 2006-01-15 14:23 fillods * include/hamlib/rig.h: values passed to rig_set_mem_all are - supposed to be constant + supposed to be constant 2006-01-15 14:22 fillods * bindings/Makefile.am: fix problem: build bindings libs as real LT - libs and not convenience libs(ar format) with some automake/libtool + libs and not convenience libs(ar format) with some + automake/libtool 2006-01-09 21:45 fillods @@ -3084,27 +3675,31 @@ 2006-01-09 21:14 fillods - * tentec/: rx320.c, tentec.c, tentec.h: SF Patches item #1397439 - Submitted By: Ken Prox (kprox) - - Initial Comment: Here is a patch for the Ten-Tec RX-320(d). - - 1) IF shift (Pass Band Tuning) like the xclass version. 2) CW beat - frequency adjustment. 3) Inverted AF adjustment such that up is - increasing volume. 4) Recompute and re-send frequency with CWBFO - and PBT adjustment. + * tentec/rx320.c, tentec/tentec.c, tentec/tentec.h: SF Patches item + #1397439 + Submitted By: Ken Prox (kprox) + + Initial Comment: + Here is a patch for the Ten-Tec RX-320(d). + + 1) IF shift (Pass Band Tuning) like the xclass version. + 2) CW beat frequency adjustment. + 3) Inverted AF adjustment such that up is increasing volume. + 4) Recompute and re-send frequency with CWBFO and PBT adjustment. 2005-11-19 14:45 fillods - * easycomm/easycomm.c: Patch from Luc Langehegermann: Changed the - limits to 0..360 for Azimuth and 0..180 for Elevation. That was - -180.0..180.0 and 0..90. The devices I know about don't have - negative azimuth values. - - 2. In rot_set_position, do not wait for a reply from the - controller, as there will not be one, according to the - specifications I found at - http://www.amsat.org/amsat/ftp/software/win32/wisp/easycomm.txt + * easycomm/easycomm.c: Patch from Luc Langehegermann: + Changed the limits to 0..360 for Azimuth and 0..180 for + Elevation. That was + -180.0..180.0 and 0..90. The devices I know about don't have + negative azimuth + values. + + 2. In rot_set_position, do not wait for a reply from the + controller, as there + will not be one, according to the specifications I found at + http://www.amsat.org/amsat/ftp/software/win32/wisp/easycomm.txt 2005-11-19 14:41 fillods @@ -3124,21 +3719,23 @@ 2005-11-01 23:14 fillods - * kit/: Makefile.am, kit.c, kit.h: added DWT and USRP models + * kit/Makefile.am, kit/kit.c, kit/kit.h: added DWT and USRP models 2005-11-01 23:12 fillods - * kit/: dwt.c, usrp.c, usrp_impl.cc, usrp_impl.h: initial release + * kit/dwt.c, kit/usrp.c, kit/usrp_impl.cc, kit/usrp_impl.h: initial + release 2005-11-01 23:05 fillods * include/hamlib/riglist.h: * renamed SDR RIG_MODEL_USRP model as - RIG_MODEL_USRP_G * added DWT, SDR-1000RFE, USRP0, USRP + RIG_MODEL_USRP_G + * added DWT, SDR-1000RFE, USRP0, USRP 2005-11-01 23:02 fillods * include/hamlib/rig.h, src/Makefile.am, src/rig.c, src/usb_port.c, - src/usb_port.h: added usb port type support + src/usb_port.h: added usb port type support 2005-11-01 22:57 fillods @@ -3151,13 +3748,13 @@ 2005-10-27 20:34 fillods * src/parallel.c: Patch is courtesy Petr Salinger, fixing - compilation on the GNU/kFreeBSD + compilation on the GNU/kFreeBSD 2005-09-28 21:17 fillods * kenwood/ts2000.c: The TS-2000 has non standard LEVEL_STRENGTH and - LEVEL_ATT. This patch by Patrick Ouellette (and reworked by me) - fixes it. + LEVEL_ATT. + This patch by Patrick Ouellette (and reworked by me) fixes it. 2005-09-28 21:14 fillods @@ -3166,7 +3763,7 @@ 2005-09-28 21:07 dl1nc * hamlib.m4: added quoting for newer autoconf [supplied by Thomas - Klausner] + Klausner] 2005-09-24 07:48 fillods @@ -3174,17 +3771,22 @@ 2005-09-04 10:44 csete - * yaesu/: ft817.c, ft817.h: Applied Tommi's improvements from the - FT-857 backend with the following changes and additions: - - - Frequency ranges, tuning steps and TX power levels. - Added - ROG_MODE_PKTFM and disabled set WFM since it cannot be explicily - set. - Added narrow CW modes. - Enabled set_powerstat. - Created - private DCS codes list (not all from tone.h are supported). - - Modified CTCSS and DCS code; it is a little different than the 857. - - Added RIG_LEVEL_RAWSTR and RIG_OP_TOGGLE. - Added set_split_vfo - to toggle split ON/OFF (vfo args are silently ignored). - get_split_vfo left out becasue it only works when PTT is ON :o) + * yaesu/ft817.c, yaesu/ft817.h: Applied Tommi's improvements from + the FT-857 backend with the following changes and additions: + + - Frequency ranges, tuning steps and TX power levels. + - Added ROG_MODE_PKTFM and disabled set WFM since it cannot be + explicily set. + - Added narrow CW modes. + - Enabled set_powerstat. + - Created private DCS codes list (not all from tone.h are + supported). + - Modified CTCSS and DCS code; it is a little different than the + 857. + - Added RIG_LEVEL_RAWSTR and RIG_OP_TOGGLE. + - Added set_split_vfo to toggle split ON/OFF (vfo args are + silently ignored). + get_split_vfo left out becasue it only works when PTT is ON :o) 2005-06-20 21:15 fillods @@ -3192,8 +3794,8 @@ 2005-05-04 20:57 fineware - * jrc/: jrc.c, nrd545.c: Added missing manual notch switch for the - NRD-545 + * jrc/jrc.c, jrc/nrd545.c: Added missing manual notch switch for + the NRD-545 2005-05-01 11:09 fineware @@ -3206,12 +3808,12 @@ 2005-04-21 20:19 fillods * aor/aor.c: handle empty channels, bank_num, chop trailing spaces - off memory names, allow aor_get_channel(RIG_VFO_CURR) + off memory names, allow aor_get_channel(RIG_VFO_CURR) 2005-04-20 16:43 fillods * jrc/jrc.c: fix Hold on decode, get out of remote mode for the I - command + command 2005-04-20 16:36 fillods @@ -3223,13 +3825,13 @@ 2005-04-20 14:50 fillods - * aor/: aor.c, ar5000.c, ar8000.c, ar8200.c: make use of save - memory at once API, don't expect and ack in aor_close + * aor/aor.c, aor/ar5000.c, aor/ar8000.c, aor/ar8200.c: make use of + save memory at once API, don't expect and ack in aor_close 2005-04-20 14:48 fillods - * aor/: Makefile.am, aor.h, ar2700.c, ar8600.c: added AR2700 & - AR8600 + * aor/Makefile.am, aor/aor.h, aor/ar2700.c, aor/ar8600.c: added + AR2700 & AR8600 2005-04-20 14:47 fillods @@ -3237,13 +3839,13 @@ 2005-04-20 14:47 fillods - * tests/: memcsv.c, memsave.c: make use of save memory at once API, - and make CSV separator a parameter + * tests/memcsv.c, tests/memsave.c: make use of save memory at once + API, and make CSV separator a parameter 2005-04-20 14:44 fillods - * include/hamlib/rig.h, src/Makefile.am, src/mem.c, hamlib.spec.in: - extend API to support save/load memory at once + * hamlib.spec.in, include/hamlib/rig.h, src/Makefile.am, src/mem.c: + extend API to support save/load memory at once 2005-04-20 13:33 fillods @@ -3264,7 +3866,7 @@ 2005-04-20 13:26 fillods * icom/icom.c: silence error message when RIG_OP_XCHG used to check - split mode + split mode 2005-04-16 11:55 fillods @@ -3272,8 +3874,8 @@ 2005-04-15 21:50 fillods - * aor/: aor.c, aor.h, ar5000.c, ar8200.c: fix get_channel with - empty slots, and first try at bank base problem + * aor/aor.c, aor/aor.h, aor/ar5000.c, aor/ar8200.c: fix get_channel + with empty slots, and first try at bank base problem 2005-04-15 21:14 fillods @@ -3285,8 +3887,8 @@ 2005-04-15 17:48 fillods - * aor/: aor.c, aor.h, ar5000.c, ar8200.c: refactor mode/width - parsing among aor models, and update AR5000 caps + * aor/aor.c, aor/aor.h, aor/ar5000.c, aor/ar8200.c: refactor + mode/width parsing among aor models, and update AR5000 caps 2005-04-15 15:30 aa6e @@ -3294,15 +3896,16 @@ 2005-04-13 22:31 fillods - * jrc/jrc.c: * jrc_transaction made static * do not mask - RIG_ETIMEOUT in jrc_transaction * refactor jrc2rig_mode & - rig2jrc_mode * turned comments into #if 0 / #endif * added support - for RIG_OP_UP/RIG_OP_DOWN + * jrc/jrc.c: * jrc_transaction made static + * do not mask RIG_ETIMEOUT in jrc_transaction + * refactor jrc2rig_mode & rig2jrc_mode + * turned comments into #if 0 / #endif + * added support for RIG_OP_UP/RIG_OP_DOWN 2005-04-13 18:56 fillods - * macros/python.m4, configure.ac, bindings/Makefile.am: check for - Python presence + * bindings/Makefile.am, configure.ac, macros/python.m4: check for + Python presence 2005-04-13 18:20 fillods @@ -3310,14 +3913,15 @@ 2005-04-12 01:47 aa6e - * tentec/orion.c: Support LEVEL_VOX, VOXGAIN, ANTIVOX Support - LEVEL_NR as Orion NB setting (firmware bug), FUNC_NB -> NB=0,4 + * tentec/orion.c: Support LEVEL_VOX, VOXGAIN, ANTIVOX + Support LEVEL_NR as Orion NB setting (firmware bug), FUNC_NB -> + NB=0,4 2005-04-11 22:11 fillods * tests/rigctl.c: added special \send_cmd(w), fixed ARG_IN_LINE - parsing, started coding set_channel(WIP), some tab reformat and - reshuffled test_table for better alignment + parsing, started coding set_channel(WIP), some tab reformat and + reshuffled test_table for better alignment 2005-04-11 14:00 aa6e @@ -3330,8 +3934,8 @@ 2005-04-10 21:57 fillods * alinco/dx77.c, drake/drake.h, drake/r8a.c, drake/r8b.c, - jrc/jrc.h, kenwood/ic10.h, lowe/hf235.c, pcr/pcr.h, rft/ekd500.c, - skanti/trp8000.c: reflect backend change + jrc/jrc.h, kenwood/ic10.h, lowe/hf235.c, pcr/pcr.h, rft/ekd500.c, + skanti/trp8000.c: reflect backend change 2005-04-10 21:55 fillods @@ -3340,32 +3944,33 @@ 2005-04-10 21:49 fillods * tentec/orion.c, wj/wj.c, yaesu/ft857.c, yaesu/ft890.c, - yaesu/ft897.c, yaesu/ft900.c, yaesu/ft920.c: fix error code return - convention, which is negative when failed + yaesu/ft897.c, yaesu/ft900.c, yaesu/ft920.c: fix error code + return convention, which is negative when failed 2005-04-10 21:47 fillods * alinco/alinco.c, aor/ar3000.c, aor/ar3030.c, drake/drake.c, - jrc/jrc.c, kenwood/ic10.c, lowe/lowe.c, pcr/pcr.c, rft/rft.c, - skanti/skanti.c, tentec/tentec.c, tentec/tt550.c, uniden/uniden.c: - fix proprer read_string() return code error handling + jrc/jrc.c, kenwood/ic10.c, lowe/lowe.c, pcr/pcr.c, rft/rft.c, + skanti/skanti.c, tentec/tentec.c, tentec/tt550.c, + uniden/uniden.c: fix proprer read_string() return code error + handling 2005-04-10 20:59 fillods * aor/aor.c: fix read_string return code bug, query only one - channel memory content in aor_get_channel, and parse only declared - fields in mem_caps + channel memory content in aor_get_channel, and parse only + declared fields in mem_caps 2005-04-09 16:33 fillods - * aor/: aor.c, aor.h, ar8200.c: added initial support for - get_channel/set_channel, set_mem/get_mem, set_bank, more VFO to - set_vfo/get_vfo and fixed aor_get_mode + * aor/aor.c, aor/aor.h, aor/ar8200.c: added initial support for + get_channel/set_channel, set_mem/get_mem, set_bank, more VFO to + set_vfo/get_vfo and fixed aor_get_mode 2005-04-09 09:49 fillods - * src/: debug.c, misc.c, Makefile.am: moved debug primitives from - misc.c to proprer debug.c + * src/Makefile.am, src/debug.c, src/misc.c: moved debug primitives + from misc.c to proprer debug.c 2005-04-08 20:15 fillods @@ -3381,13 +3986,12 @@ 2005-04-05 18:54 nj8j - * AUTHORS: - Added NJ8J's email address. + * AUTHORS: Added NJ8J's email address. 2005-04-05 13:52 aa6e - * tentec/orion.c: Added RIG_FUNC_TUNER, RIG_FUNC_LOCK and - RIG_FUNC_VOX, fixed MEM_CAP. + * tentec/orion.c: Added RIG_FUNC_TUNER, RIG_FUNC_LOCK and + RIG_FUNC_VOX, fixed MEM_CAP. 2005-04-04 22:26 fillods @@ -3395,32 +3999,33 @@ 2005-04-04 22:00 fillods - * libltdl/: config-h.in, configure: dummy check-in to make - timestamps past aclocal.m4 + * libltdl/config-h.in, libltdl/configure: dummy check-in to make + timestamps past aclocal.m4 2005-04-04 21:31 fillods - * kenwood/: ts440.c, ts711.c, ts811.c, ts940.c: fix version - composing + * kenwood/ts440.c, kenwood/ts711.c, kenwood/ts811.c, + kenwood/ts940.c: fix version composing 2005-04-04 21:27 fillods * macros/gr_pwin32.m4: fix Solaris build and maybe other missing - getopt_long + getopt_long 2005-04-04 21:24 fillods * src/misc.c: fix mistake -2005-04-04 18:30 fillods +2005-04-04 18:31 fillods - * src/: conf.c, misc.c, parallel.c, register.c, rig.c, rot_conf.c, - rot_reg.c, rotator.c: tab reformat + * src/conf.c, src/misc.c, src/parallel.c, src/register.c, + src/rig.c, src/rot_conf.c, src/rot_reg.c, src/rotator.c: tab + reformat 2005-04-04 18:08 aa6e * tentec/orion.c: Added RIG_LEVEL_CWPITCH, RIG_LEVEL_KEYSPD, - send_morse() + send_morse() 2005-04-03 22:47 fillods @@ -3433,7 +4038,7 @@ 2005-04-03 22:33 fillods * include/hamlib/rig.h, src/mem.c, src/rig.c, src/settings.c, - src/tones.c: fix targetable all + src/tones.c: fix targetable all 2005-04-03 22:10 fillods @@ -3447,16 +4052,16 @@ * libltdl/Makefile.in: libtool post fix -2005-04-03 21:37 fillods +2005-04-03 21:40 fillods * libltdl/Makefile.am, libltdl/Makefile.in, libltdl/aclocal.m4, - libltdl/config.guess, libltdl/config.sub, libltdl/configure, - libltdl/install-sh, libltdl/ltdl.c, libltdl/ltmain.sh, ltmain.sh: - Debian libtool-1.5.6-6 update + libltdl/config.guess, libltdl/config.sub, libltdl/configure, + libltdl/install-sh, libltdl/ltdl.c, libltdl/ltmain.sh, ltmain.sh: + Debian libtool-1.5.6-6 update -2005-04-03 21:23 fillods +2005-04-03 21:25 fillods - * macros/: ltdl.m4, libtool.m4: Debian libtool-1.5.6-6 update + * macros/libtool.m4, macros/ltdl.m4: Debian libtool-1.5.6-6 update 2005-04-03 21:21 fillods @@ -3472,31 +4077,30 @@ 2005-04-03 20:23 fillods - * uniden/: uniden.h, bc245.c, bc895.c: account for improvements - -2005-04-03 20:18 fillods - - * pcr/pcr.h, pcr/pcr100.c, pcr/pcr1000.c, tentec/orion.c: account - for improvements - -2005-04-03 20:14 fillods - - * kenwood/: ic10.h, k2.c, kenwood.h, r5000.c, th.h, thd7.c, thf7.c, - thg71.c, tmd700.c, tmv7.c, ts140.c, ts2000.c, ts440.c, ts450s.c, - ts480.c, ts50s.c, ts570.c, ts680.c, ts690.c, ts711.c, ts790.c, - ts811.c, ts850.c, ts930.c, ts940.c, ts950.c, ts870s.c: account for - improvements + * kenwood/ic10.h, kenwood/k2.c, kenwood/kenwood.h, kenwood/r5000.c, + kenwood/th.h, kenwood/thd7.c, kenwood/thf7.c, kenwood/thg71.c, + kenwood/tmd700.c, kenwood/tmv7.c, kenwood/ts140.c, + kenwood/ts2000.c, kenwood/ts440.c, kenwood/ts450s.c, + kenwood/ts480.c, kenwood/ts50s.c, kenwood/ts570.c, + kenwood/ts680.c, kenwood/ts690.c, kenwood/ts711.c, + kenwood/ts790.c, kenwood/ts811.c, kenwood/ts850.c, + kenwood/ts870s.c, kenwood/ts930.c, kenwood/ts940.c, + kenwood/ts950.c, pcr/pcr.h, pcr/pcr100.c, pcr/pcr1000.c, + tentec/orion.c, uniden/bc245.c, uniden/bc895.c, uniden/uniden.h: + account for improvements 2005-04-03 19:57 fillods - * jrc/: jrc.h, nrd535.c, nrd545.c: account for improvements + * jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: account for improvements 2005-04-03 19:53 fillods - * icom/: ic271.c, ic275.c, ic471.c, ic475.c, ic707.c, ic725.c, - ic726.c, ic728.c, ic735.c, ic736.c, ic737.c, ic751.c, ic761.c, - ic765.c, ic775.c, ic781.c, ic821h.c, ic970.c, icr71.c, icr75.c: - follow backend version + * icom/ic271.c, icom/ic275.c, icom/ic471.c, icom/ic475.c, + icom/ic707.c, icom/ic725.c, icom/ic726.c, icom/ic728.c, + icom/ic735.c, icom/ic736.c, icom/ic737.c, icom/ic751.c, + icom/ic761.c, icom/ic765.c, icom/ic775.c, icom/ic781.c, + icom/ic821h.c, icom/ic970.c, icom/icr71.c, icom/icr75.c: follow + backend version 2005-04-03 19:47 fillods @@ -3504,7 +4108,7 @@ 2005-04-03 19:41 fillods - * aor/: aor.h, ar5000.c: account for aor.c improvements + * aor/aor.h, aor/ar5000.c: account for aor.c improvements 2005-04-03 19:40 fillods @@ -3516,13 +4120,14 @@ 2005-04-03 19:27 fillods - * yaesu/: ft100.c, ft100.h, ft747.h, ft817.c, ft817.h, ft847.h, - ft857.h: unexport functions and make them static + * yaesu/ft100.c, yaesu/ft100.h, yaesu/ft747.h, yaesu/ft817.c, + yaesu/ft817.h, yaesu/ft847.h, yaesu/ft857.h: unexport functions + and make them static 2005-04-03 19:19 fillods * include/hamlib/riglist.h: disable unexistant 'radioshack' - autoload for now + autoload for now 2005-04-03 19:15 fillods @@ -3530,8 +4135,8 @@ 2005-04-03 18:57 fillods - * yaesu/: ft890.c, ft890.h, ft900.c, ft900.h: removed non used - functions, which are emulated by the frontend + * yaesu/ft890.c, yaesu/ft890.h, yaesu/ft900.c, yaesu/ft900.h: + removed non used functions, which are emulated by the frontend 2005-04-03 18:37 fillods @@ -3548,12 +4153,12 @@ 2005-04-03 18:33 fillods * configure.ac: search tcl headers in tcl dir, enter bindings only - if there's someting to do + if there's someting to do 2005-04-03 17:06 fillods - * configure.ac, bindings/Makefile.am: allow to select indivial - bindings to build, patch by Hargobind S. Khalsa + * bindings/Makefile.am, configure.ac: allow to select indivial + bindings to build, patch by Hargobind S. Khalsa 2005-04-03 16:50 fillods @@ -3566,14 +4171,15 @@ 2005-04-03 12:27 fillods * flexradio/sdr1k.c, fodtrack/fodtrack.c, icom/frame.c, - icom/frame.h, icom/optoscan.c, include/hamlib/rotator.h, - kit/drt1.c, kit/elektor304.c, microtune/i2cio_pp.cc, - microtune/i2cio_pp.h, microtune/microtune_4702.h, - microtune/microtune_4937.h, microtune/microtune_eval_board.cc, - microtune/microtune_eval_board.h, src/iofunc.c, src/iofunc.h, - src/parallel.c, src/parallel.h, src/register.c, src/register.h, - src/rig.c, src/rot_reg.c, src/serial.c, src/serial.h, - tests/rig_bench.c, tests/testrig.c: renamed port_t as hamlib_port_t + icom/frame.h, icom/optoscan.c, include/hamlib/rotator.h, + kit/drt1.c, kit/elektor304.c, microtune/i2cio_pp.cc, + microtune/i2cio_pp.h, microtune/microtune_4702.h, + microtune/microtune_4937.h, microtune/microtune_eval_board.cc, + microtune/microtune_eval_board.h, src/iofunc.c, src/iofunc.h, + src/parallel.c, src/parallel.h, src/register.c, src/register.h, + src/rig.c, src/rot_reg.c, src/serial.c, src/serial.h, + tests/rig_bench.c, tests/testrig.c: renamed port_t as + hamlib_port_t 2005-04-01 19:32 aa6e @@ -3583,24 +4189,29 @@ * tentec/orion.c: Fix timeout, add retry, better S-mtr scale +2005-03-28 09:41 fillods + + * include/hamlib/rig.h: Better define to detect MacOSX + 2005-03-28 09:39 fillods - * include/hamlib/: rig.h, rig.h: Better define to detect MacOSX + * include/hamlib/rig.h: Better define to detect MacOSX 2005-03-28 09:37 fillods * rpcrig/rpcrig.x, rpcrot/rpcrot.x: Added missing symbol for - MacOSX, patch by Marv + MacOSX, patch by Marv 2005-03-28 02:33 aa6e * tentec/orion.c: Fix SWR & S-meter, set ATT, set AGC, add rough - STR_CAL func. + STR_CAL func. 2005-03-26 23:33 fillods - * include/hamlib/: rig.h, rotator.h: prepare type rename of port_t - to hamlib_port_t, to solve a name clash under MacOSX C++ + * include/hamlib/rig.h, include/hamlib/rotator.h: prepare type + rename of port_t to hamlib_port_t, to solve a name clash under + MacOSX C++ 2005-03-26 17:57 fillods @@ -3608,18 +4219,18 @@ 2005-03-26 13:03 fillods - * yaesu/: ft897.c, ft897.h: implemented TOGGLE, LEVEL_SWR, - LEVEL_RAWSTR, split. Made ft857 functions unexported + * yaesu/ft897.c, yaesu/ft897.h: implemented TOGGLE, LEVEL_SWR, + LEVEL_RAWSTR, split. Made ft857 functions unexported 2005-03-25 22:27 fillods * README.developer: update wrong CVS host, added section on - contributing + contributing 2005-03-25 20:33 aa6e * tentec/orion.c: specified buffer lengths, added default vfo A - setting + setting 2005-03-18 16:43 fillods @@ -3639,7 +4250,8 @@ 2005-03-13 17:56 fillods - * tests/: rigctl.1, rigmem.1, rigswr.1, rotctl.1: update (c) + * tests/rigctl.1, tests/rigmem.1, tests/rigswr.1, tests/rotctl.1: + update (c) 2005-03-13 17:55 fillods @@ -3648,7 +4260,7 @@ 2005-03-13 17:54 fillods * kenwood/kenwood.c: fix send_morse which needs 24 space padding, - thanks to Rob KL7NA for report + thanks to Rob KL7NA for report 2005-02-26 23:44 fillods @@ -3656,7 +4268,8 @@ 2005-02-26 23:13 fillods - * yaesu/: Makefile.am, yaesu.c: new VR-5000 and FT1000MP's entries + * yaesu/Makefile.am, yaesu/yaesu.c: new VR-5000 and FT1000MP's + entries 2005-02-26 23:13 fillods @@ -3666,6 +4279,10 @@ * yaesu/vr5000.c: initial release +2005-02-26 22:31 fillods + + * include/hamlib/riglist.h, yaesu/yaesu.h: new yeasu entries + 2005-02-26 22:30 fillods * yaesu/frg100.c: fix bug in mode setting @@ -3674,10 +4291,6 @@ * tentec/jupiter.c: don't export local functions, make them static -2005-02-26 22:29 fillods - - * include/hamlib/riglist.h, yaesu/yaesu.h: new yeasu entries - 2005-02-26 22:28 fillods * aor/ar3000.c: changed status @@ -3693,12 +4306,12 @@ 2005-02-24 22:39 fillods * kenwood/ts570.c: Patch by Rob, KL7NA (+fixes): enable tuner, - antenna setting, VFO scan, and send_morse support + antenna setting, VFO scan, and send_morse support 2005-02-24 22:35 fillods - * kenwood/: thg71.c, tmv7.c, ts680.c, ts870s.c: don't export local - functions, make them static + * kenwood/thg71.c, kenwood/tmv7.c, kenwood/ts680.c, + kenwood/ts870s.c: don't export local functions, make them static 2005-02-21 18:56 fillods @@ -3711,7 +4324,7 @@ 2005-02-20 02:38 fillods * configure.ac, src/parallel.c, src/rig.c, src/rotator.c: initial - parallel port support for *BSD + parallel port support for *BSD 2005-02-19 00:37 fillods @@ -3728,7 +4341,7 @@ 2005-02-03 20:22 pa4tu * kenwood/ts870s.c: really add ALC read this time, only change - meter if needed, cleanups + meter if needed, cleanups 2005-02-02 20:23 pa4tu @@ -3737,16 +4350,16 @@ 2005-02-02 20:14 pa4tu * kenwood/ts870s.c: add RIG_LEVEL_COMP, RIG_LEVEL_AGC, copied from - ts850 + ts850 2005-02-02 20:06 pa4tu * kenwood/ts870s.c: add RIG_LEVEL_SWR, copied from ts850 -2005-02-02 20:04 pa4tu +2005-02-02 20:05 pa4tu - * kenwood/: kenwood.c, kenwood.h: export convenience function - get_kenwood_level, so they can be use by other backends + * kenwood/kenwood.c, kenwood/kenwood.h: export convenience function + get_kenwood_level, so they can be use by other backends 2005-02-02 19:32 pa4tu @@ -3758,16 +4371,18 @@ 2005-01-31 16:15 pa4tu - * kenwood/: ts140.c, ts680.c: more functionality, mode and - frequency get by Matt Dawson + * kenwood/ts140.c, kenwood/ts680.c: more functionality, mode and + frequency get by Matt Dawson 2005-01-28 19:14 pa4tu - * debian/: README.Debian, changelog, control, docs, hamlib2++.dirs, - hamlib2-perl.dirs, hamlib2-tcl.dirs, hamlib2.dirs, hamlib3++.dirs, - hamlib3-perl.dirs, hamlib3-tcl.dirs, hamlib3.dirs, - python2.3-hamlib2.dirs, python2.3-hamlib3.dirs, rules: sync with - latest debian release + * debian/README.Debian, debian/changelog, debian/control, + debian/docs, debian/hamlib2++.dirs, debian/hamlib2-perl.dirs, + debian/hamlib2-tcl.dirs, debian/hamlib2.dirs, + debian/hamlib3++.dirs, debian/hamlib3-perl.dirs, + debian/hamlib3-tcl.dirs, debian/hamlib3.dirs, + debian/python2.3-hamlib2.dirs, debian/python2.3-hamlib3.dirs, + debian/rules: sync with latest debian release 2005-01-28 18:51 pa4tu @@ -3797,39 +4412,40 @@ * aor/aor.c: commit fixup -2005-01-25 00:19 fillods +2005-01-25 00:22 fillods * alinco/alinco.c, jrc/jrc.c, kenwood/ic10.c, kenwood/kenwood.c, - kenwood/th.c, kenwood/tmv7.c, pcr/pcr.c, tentec/orion.c, - tests/memsave.c, tests/rigctl.c, tests/rigmem.c, tests/testbcd.c, - tests/testfreq.c, uniden/uniden.c, yaesu/ft100.c, yaesu/ft1000mp.c, - yaesu/ft747.c, yaesu/ft817.c, yaesu/ft847.c, yaesu/ft857.c, - yaesu/ft890.c, yaesu/ft897.c, yaesu/ft900.c, yaesu/ft920.c, - yaesu/ft990.c: second pass at getting rid of "ll" immediate literal - format (64bit int) + kenwood/th.c, kenwood/tmv7.c, pcr/pcr.c, tentec/orion.c, + tests/memsave.c, tests/rigctl.c, tests/rigmem.c, tests/testbcd.c, + tests/testfreq.c, uniden/uniden.c, yaesu/ft100.c, + yaesu/ft1000mp.c, yaesu/ft747.c, yaesu/ft817.c, yaesu/ft847.c, + yaesu/ft857.c, yaesu/ft890.c, yaesu/ft897.c, yaesu/ft900.c, + yaesu/ft920.c, yaesu/ft990.c: second pass at getting rid of "ll" + immediate literal format (64bit int) -2005-01-24 23:03 fillods +2005-01-24 23:04 fillods - * include/hamlib/rig.h, alinco/alinco.c, src/misc.h, aor/aor.c, - aor/ar3000.c, aor/ar3030.c, flexradio/sdr1k.c, jrc/jrc.c, - kenwood/th.c, kenwood/thg71.c, kenwood/tmv7.c, kit/drt1.c, - kit/elektor304.c, tests/memcsv.c, tests/memload.c, tests/rigctl.c, - tests/testbcd.c, tests/testrig.c, tests/testtrn.c, yaesu/ft100.c, - yaesu/ft990.c: * abstract 64bit int format type to cope with - portability issues. introduce PRIll (printf format) and SCNll - (scanf) in misc.h. This needs to have config.h included - beforehand. * do likewise with freq_t type (double) in rig.h - FREQFMT is deprecated. + * alinco/alinco.c, aor/aor.c, aor/ar3000.c, aor/ar3030.c, + flexradio/sdr1k.c, include/hamlib/rig.h, jrc/jrc.c, kenwood/th.c, + kenwood/thg71.c, kenwood/tmv7.c, kit/drt1.c, kit/elektor304.c, + src/misc.h, tests/memcsv.c, tests/memload.c, tests/rigctl.c, + tests/testbcd.c, tests/testrig.c, tests/testtrn.c, yaesu/ft100.c, + yaesu/ft990.c: * abstract 64bit int format type to cope with + portability issues. + introduce PRIll (printf format) and SCNll (scanf) in misc.h. + This needs to have config.h included beforehand. + * do likewise with freq_t type (double) in rig.h + FREQFMT is deprecated. 2005-01-24 22:54 fillods * configure.ac: check for , better check at tcl working - dist + dist 2005-01-19 22:23 pa4tu - * kenwood/: ts140.c, ts680.c: basic functionality by Matt Dawson, - tested with grig and xlog + * kenwood/ts140.c, kenwood/ts680.c: basic functionality by Matt + Dawson, tested with grig and xlog 2005-01-19 17:17 pa4tu @@ -3838,11 +4454,10 @@ 2005-01-18 23:06 n0nb * src/locator.c, yaesu/ft920.c, yaesu/ft920.h: 20050118: - - Update: - src/locator.c -- Applied patch from Dave Hines - M1CXW - yaesu/ft920.* -- Format cleanup + + Update: + src/locator.c -- Applied patch from Dave Hines M1CXW + yaesu/ft920.* -- Format cleanup 2005-01-16 18:19 fillods @@ -3851,7 +4466,7 @@ 2005-01-12 01:55 n2por * src/rig.c: Use RIG_TARGETABLE_MODE in rig_set_mode and - rig_get_mode + rig_get_mode 2004-12-28 12:59 f4dwv @@ -3868,7 +4483,7 @@ 2004-12-27 12:53 f4dwv * kenwood/kenwood.c, tests/memcsv.c, tests/memsave.c: use - RIG_ENAVAIL as return code for empty channels in get_channel + RIG_ENAVAIL as return code for empty channels in get_channel 2004-12-22 16:06 f4dwv @@ -3876,18 +4491,17 @@ 2004-12-22 16:03 f4dwv - * tests/memsave.c: - don't save repeter offset if it's 0 + * tests/memsave.c: don't save repeter offset if it's 0 2004-12-20 22:58 jrinas * kenwood/kenwood.c: * fixed set_func (concerns most kenwood rigs) - * added 115200 to the list of baudrates in probeallrigs_kenwood() + * added 115200 to the list of baudrates in probeallrigs_kenwood() 2004-12-14 07:37 jrinas * kenwood/ts480.c: added a few get_level/set_level - get_function/set_functions. + get_function/set_functions. 2004-12-08 21:13 fillods @@ -3908,7 +4522,7 @@ 2004-11-27 13:40 fillods * kit/drt1.c: set charge pump current to 150uA, and confirm BETA - status + status 2004-11-27 13:27 fillods @@ -3917,8 +4531,8 @@ 2004-11-27 13:19 fillods * include/hamlib/riglist.h, kenwood/Makefile.am, kenwood/kenwood.c, - kenwood/kenwood.h, kenwood/ts480.c: TS-480 initial support from - Jurgen DC3BW + kenwood/kenwood.h, kenwood/ts480.c: TS-480 initial support from + Jurgen DC3BW 2004-11-17 22:12 fillods @@ -3934,16 +4548,16 @@ 2004-11-15 18:51 fillods - * kachina/: 505dsp.c, kachina.c, kachina.h: initial support for raw - S-Meter reading + * kachina/505dsp.c, kachina/kachina.c, kachina/kachina.h: initial + support for raw S-Meter reading 2004-11-15 16:54 fillods * include/hamlib/riglist.h: RIG_MODEL_ICALL is deprecated -2004-11-15 16:51 fillods +2004-11-15 16:53 fillods - * kenwood/: ts690.c, ts450s.c: caps fixes + * kenwood/ts450s.c, kenwood/ts690.c: caps fixes 2004-11-15 16:23 fillods @@ -3952,7 +4566,7 @@ 2004-11-15 15:21 fillods * yaesu/frg100.c: fix a comment, rough guess at str_cal waiting for - real measurement + real measurement 2004-11-15 14:50 fillods @@ -3972,13 +4586,16 @@ 2004-11-11 17:53 f4dwv - * kenwood/tmv7.c: try to be nice with sgcontrol : -add dummy - get_powerstat -add str_val -add tx/rx ranges -fix channel_list + * kenwood/tmv7.c: try to be nice with sgcontrol : + -add dummy get_powerstat + -add str_val + -add tx/rx ranges + -fix channel_list 2004-11-11 17:51 f4dwv - * kenwood/: th.c, th.h: add get_powerstat fix get_mem : restore - previous VFO + * kenwood/th.c, kenwood/th.h: add get_powerstat + fix get_mem : restore previous VFO 2004-11-08 22:46 fillods @@ -3986,7 +4603,7 @@ 2004-11-08 22:05 fillods - * tests/: testbcd.c, testrig.c, testtrn.c: FREQFMT fixes + * tests/testbcd.c, tests/testrig.c, tests/testtrn.c: FREQFMT fixes 2004-11-08 21:52 fillods @@ -3999,16 +4616,18 @@ 2004-10-02 20:37 fillods * flexradio/sdr1k.c, fodtrack/fodtrack.c, microtune/i2cio_pp.h, - src/Makefile.am, src/parallel.c, src/parallel.h, src/rig.c, - src/rotator.c, src/serial.c, src/serial.h: Split parallel port - primitives in separate file from serial + src/Makefile.am, src/parallel.c, src/parallel.h, src/rig.c, + src/rotator.c, src/serial.c, src/serial.h: Split parallel port + primitives in separate file from serial 2004-10-02 20:18 fillods * icom/optoscan.c, src/rig.c, src/serial.c, src/serial.h: * - ser_ptt*/ser_dcd* are gone. Try to not mix low level serial stuff - with high level Hamlib stuff. Added - ser_get_cts,ser_get_dsr,ser_get_car. * better error code cascading + ser_ptt*/ser_dcd* are gone. Try to not mix low level serial stuff + with + high level Hamlib stuff. Added + ser_get_cts,ser_get_dsr,ser_get_car. + * better error code cascading 2004-10-02 10:34 fillods @@ -4020,15 +4639,17 @@ 2004-10-02 10:32 fillods - * src/: cal.c, conf.c, event.c, ext.c, iofunc.c, locator.c, mem.c, - misc.c, register.c, rig.c, rot_conf.c, rot_reg.c, rotator.c, - serial.c, serial.h, settings.c, tones.c: prepare work for Win32 - systems which have 2 possible ABI: _stdcall and _cdecl + * src/cal.c, src/conf.c, src/event.c, src/ext.c, src/iofunc.c, + src/locator.c, src/mem.c, src/misc.c, src/register.c, src/rig.c, + src/rot_conf.c, src/rot_reg.c, src/rotator.c, src/serial.c, + src/serial.h, src/settings.c, src/tones.c: prepare work for Win32 + systems which have 2 possible ABI: _stdcall and _cdecl 2004-10-02 10:09 fillods - * hamlib.spec.in: * New backends: skanti, racal, wj, tuner * New - command: 'rigswr' * typo fixes + * hamlib.spec.in: * New backends: skanti, racal, wj, tuner + * New command: 'rigswr' + * typo fixes 2004-10-02 10:08 fillods @@ -4041,21 +4662,21 @@ 2004-09-26 17:29 fillods * icom/icr8500.c: S-Meter calibration data from Ralf dk5bu, various - dcd(sql) and scan fixes + dcd(sql) and scan fixes -2004-09-26 08:34 fillods +2004-09-26 08:35 fillods * alinco/alinco.c, alinco/dx77.c, icom/ic703.c, icom/ic706.c, - icom/ic718.c, icom/ic756.c, icom/ic7800.c, icom/ic910.c, - icom/icom.c, icom/icom.h, icom/icr10.c, icom/icr7000.c, - icom/icr72.c, icom/icr9000.c, icom/id1.c, icom/optoscan.c, - icom/os456.c, icom/os535.c, jrc/jrc.c, jrc/nrd535.c, jrc/nrd545.c, - kachina/505dsp.c, kenwood/k2.c, kenwood/kenwood.c, kenwood/thd7.c, - kenwood/thf7.c, kenwood/tmd700.c, kenwood/ts2000.c, - kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts950.c, pcr/pcr100.c, - tests/dumpcaps.c, tests/rigctl.1, yaesu/ft857.c, yaesu/ft897.c: - remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in - icom backend + icom/ic718.c, icom/ic756.c, icom/ic7800.c, icom/ic910.c, + icom/icom.c, icom/icom.h, icom/icr10.c, icom/icr7000.c, + icom/icr72.c, icom/icr9000.c, icom/id1.c, icom/optoscan.c, + icom/os456.c, icom/os535.c, jrc/jrc.c, jrc/nrd535.c, + jrc/nrd545.c, kachina/505dsp.c, kenwood/k2.c, kenwood/kenwood.c, + kenwood/thd7.c, kenwood/thf7.c, kenwood/tmd700.c, + kenwood/ts2000.c, kenwood/ts50s.c, kenwood/ts570.c, + kenwood/ts950.c, pcr/pcr100.c, tests/dumpcaps.c, tests/rigctl.1, + yaesu/ft857.c, yaesu/ft897.c: remove deprecated RIG_LEVEL_SQLSTAT + and fix get_dcd, fix str_cal in icom backend 2004-09-25 14:33 fillods @@ -4063,8 +4684,9 @@ 2004-09-25 14:33 fillods - * icom/: ic756.c, ic78.c, ic7800.c, icom.c, icom.h, icr20.c, - Makefile.am: Added IC-78, IC-7800, IC-R20, IC-756PROIII + * icom/Makefile.am, icom/ic756.c, icom/ic78.c, icom/ic7800.c, + icom/icom.c, icom/icom.h, icom/icr20.c: Added IC-78, IC-7800, + IC-R20, IC-756PROIII 2004-09-25 14:32 fillods @@ -4077,77 +4699,80 @@ 2004-09-22 13:56 bwulf * yaesu/ft990.c: ft990_get_mem(): Fixed bug that prevented the - reporting of current channel number when vfo != - RIG_VFO_MEM - - ft990_get_channel(): Revised implementation of the get_channel() - function. Initialisation of the "channel_t chan" - data structure as not every data field is - supported by the FT990 rig. It should be the - responsibility of the frontend to initialize this data - structure prior to passing it to the backend. - - ft990_get_update_data(): Revised the implementation of this local - utility responsible for the retrival of the rig's - data structures. The 3rd argument of this function is - now used to pass the channel number for memory - channel related queries. - - Several bug fixes and source code cleanup + reporting of current channel + number when vfo != RIG_VFO_MEM + + ft990_get_channel(): Revised implementation of the get_channel() + function. + Initialisation of the "channel_t chan" data structure + as not every data field is supported by the FT990 rig. It + should be the responsibility of the frontend to initialize + this data structure prior to passing it to the backend. + + ft990_get_update_data(): Revised the implementation of this local + utility + responsible for the retrival of the rig's data structures. + The 3rd argument of this function is now used to pass + the channel number for memory channel related queries. + + Several bug fixes and source code cleanup 2004-09-14 22:19 fineware - * jrc/: nrd535.c, nrd545.c: Added provisions for a variable - bandwidth control (BWC) + * jrc/nrd535.c, jrc/nrd545.c: Added provisions for a variable + bandwidth control (BWC) 2004-09-14 22:17 fineware * jrc/jrc.c: Added provisions for a variable bandwidth control - Added provisions for a tone control Corrected problems with Squelch - (SQL) and Notch (NOTCHF) controls + Added provisions for a tone control + Corrected problems with Squelch (SQL) and Notch (NOTCHF) controls 2004-09-14 22:15 fineware * include/hamlib/rig.h: Added a provisional variable bandwidth - control to the RIG_LEVEL enumeration + control to the RIG_LEVEL enumeration 2004-09-14 22:14 fineware * src/idx_builtin.h: Added a provisional define for a variable - bandwidth control + bandwidth control -2004-09-12 21:28 fillods +2004-09-12 21:30 fillods - * racal/Makefile.am, racal/ra6790.c, racal/racal.c, racal/racal.h, - wj/Makefile.am, wj/wj.c, wj/wj.h, wj/wj8888.c, tuner/Makefile.am, - tuner/tuner.c, tuner/tuner.h, tuner/v4l.c, tuner/videodev.h: - Initial release + * racal, racal/Makefile.am, racal/ra6790.c, racal/racal.c, + racal/racal.h, tuner, tuner/Makefile.am, tuner/tuner.c, + tuner/tuner.h, tuner/v4l.c, tuner/videodev.h, wj, wj/Makefile.am, + wj/wj.c, wj/wj.h, wj/wj8888.c: Initial release 2004-09-12 21:27 fillods * Makefile.am, configure.ac, include/hamlib/riglist.h: added - racal,wj and tuner backends + racal,wj and tuner backends 2004-09-08 20:51 fillods - * kenwood/ts850.c: * set the serial handshake to use CTS/RTS * mode - some functions static + * kenwood/ts850.c: * set the serial handshake to use CTS/RTS + * mode some functions static 2004-09-07 21:54 fillods - * icom/: ic756.c, icom.c, icom_defs.h: * fixed icom_set_ptt (wrong - opcodes/format) * added RTTYR and CWR to IC-756PROII + * icom/ic756.c, icom/icom.c, icom/icom_defs.h: * fixed icom_set_ptt + (wrong opcodes/format) + * added RTTYR and CWR to IC-756PROII 2004-09-07 20:40 fillods - * aor/: aor.c, aor.h, ar5000.c, ar8000.c, ar8200.c: added support - for: * aor_get_dcd * set_level/get_level: RIG_LEVEL_AGC (only - AR5000), RIG_LEVEL_RAWSTR * set_powerstat: RIG_POWER_ON (only - AR5000) + * aor/aor.c, aor/aor.h, aor/ar5000.c, aor/ar8000.c, aor/ar8200.c: + added support for: + * aor_get_dcd + * set_level/get_level: RIG_LEVEL_AGC (only AR5000), + RIG_LEVEL_RAWSTR + * set_powerstat: RIG_POWER_ON (only AR5000) 2004-09-07 20:37 fillods - * aor/: ar3000.c, ar3030.c: misc: made internal function static + * aor/ar3000.c, aor/ar3030.c: misc: made internal function static 2004-09-06 19:16 fineware @@ -4164,37 +4789,39 @@ 2004-09-05 19:15 fineware * drake/drake.c: Made get_channel aware of untunable blank memory - channel + channel 2004-09-05 00:38 fineware * icom/icr75.c: Updated set/get channel functions -2004-09-05 00:32 fineware +2004-09-05 00:33 fineware * drake/drake.c, drake/drake.h, drake/r8a.c, drake/r8b.c, - jrc/jrc.c, jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: Added set/get - channel functions + jrc/jrc.c, jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: Added set/get + channel functions 2004-09-01 01:08 fineware * drake/drake.c: Correctly detect if in memory mode in get_vfo() - Reduced large decision trees with bitwise math + Reduced large decision trees with bitwise math 2004-08-31 03:47 fineware - * jrc/: jrc.c, jrc.h, nrd535.c, nrd545.c: Added set_vfo command for - vfo/mem switching Corrected handling of "vacant" memory channels + * jrc/jrc.c, jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: Added set_vfo + command for vfo/mem switching + Corrected handling of "vacant" memory channels 2004-08-31 03:45 fineware - * drake/: drake.c, r8a.c, r8b.c: Added memory switching function in - set_vfo Added set memory channel# in radio in set_mem + * drake/drake.c, drake/r8a.c, drake/r8b.c: Added memory switching + function in set_vfo + Added set memory channel# in radio in set_mem 2004-08-30 01:39 fineware * icom/icom.c: fixed get_powerstat to read correctly when memory - channel is blank + channel is blank 2004-08-29 18:21 fineware @@ -4202,19 +4829,19 @@ 2004-08-27 01:49 fineware - * icom/: icom.c, icom_defs.h, icr75.c: Fixed CWPITCH function on - IC-R75 to use 'set mode data' command. Added level granularity - steps + * icom/icom.c, icom/icom_defs.h, icom/icr75.c: Fixed CWPITCH + function on IC-R75 to use 'set mode data' command. Added level + granularity steps 2004-08-26 20:56 fillods * yaesu/frg100.c: quick fix has reported from DReaM user, more to - be done along the line of FT100 + be done along the line of FT100 2004-08-26 20:46 fillods * aor/ar7030.c: fix bug in kHz/Hz conversion, and least significant - nibble squashing in set_freq + nibble squashing in set_freq 2004-08-23 22:01 fillods @@ -4235,27 +4862,28 @@ 2004-08-23 19:48 fillods * winradio/g303.c: correct SignalStrength computation and function - pointer types + pointer types 2004-08-21 23:53 fillods - * icom/: frame.c, icom.c, icom.h, icom_defs.h, icr75.c: IC-R75 - patch from Mark J. Fine + * icom/frame.c, icom/icom.c, icom/icom.h, icom/icom_defs.h, + icom/icr75.c: IC-R75 patch from Mark J. Fine 2004-08-19 21:02 fillods - * kit/: Makefile.am, drt1.c, kit.c, kit.h: initial release of DRT1 + * kit/Makefile.am, kit/drt1.c, kit/kit.c, kit/kit.h: initial + release of DRT1 2004-08-18 18:51 fillods - * skanti/Makefile.am, skanti/skanti.c, skanti/skanti.h, - skanti/trp8000.c, Makefile.am, configure.ac: added skanti initial - support + * Makefile.am, configure.ac, skanti, skanti/Makefile.am, + skanti/skanti.c, skanti/skanti.h, skanti/trp8000.c: added skanti + initial support 2004-08-17 23:01 fineware * README.win32: Updated to reflect recent changes within - v1.2.2cvs-2 + v1.2.2cvs-2 2004-08-17 20:49 fillods @@ -4264,23 +4892,23 @@ 2004-08-17 20:41 fillods * drake/drake.c, jrc/jrc.c: C++ constructs are not permitted by - gcc-2.9x.. + gcc-2.9x.. 2004-08-17 20:07 fillods - * yaesu/: Makefile.am, ft1000d.c, ft990.c, ft990.h, yaesu.c, - yaesu.h: Cloned the FT1000D from the FT990, since they are similar. - Test needed. + * yaesu/Makefile.am, yaesu/ft1000d.c, yaesu/ft990.c, yaesu/ft990.h, + yaesu/yaesu.c, yaesu/yaesu.h: Cloned the FT1000D from the FT990, + since they are similar. Test needed. 2004-08-17 20:05 fillods * bindings/hamlibvb.bas.in: Not sure about Object, Long on 32 bits - arch is ok + arch is ok 2004-08-16 22:34 fillods - * src/: conf.c, locator.c, mem.c, rotator.c, settings.c, tones.c: - (c) date update + * src/conf.c, src/locator.c, src/mem.c, src/rotator.c, + src/settings.c, src/tones.c: (c) date update 2004-08-16 22:33 fillods @@ -4289,17 +4917,17 @@ 2004-08-16 22:32 fillods * macros/Makefile.am, macros/libxml.m4, tests/Makefile.am: Use the - lib XML 2 macro file + lib XML 2 macro file 2004-08-16 22:30 fillods * macros/libxml2.m4: Try linking in case of cross-compile instead - of blind accept (which fails later for Mingw) + of blind accept (which fails later for Mingw) 2004-08-16 22:28 fillods * macros/gr_pwin32.m4: Sleep() needs windows.h/winbase.h for test - to succeed under Cygwin w/ -mno-cygwin + to succeed under Cygwin w/ -mno-cygwin 2004-08-16 21:41 fillods @@ -4312,17 +4940,17 @@ 2004-08-16 20:44 fillods * configure.ac, winradio/winradio.h: Some winradio backends have - only support for Linux module, ie. depend on linux/ioctl.h + only support for Linux module, ie. depend on linux/ioctl.h + +2004-08-12 02:06 fineware + + * drake/r8a.c, jrc/nrd535.c, jrc/nrd545.c: Reconfigured default + filter modes 2004-08-12 02:05 fineware - * drake/r8a.c, jrc/nrd545.c, jrc/nrd535.c: Reconfigured default - filter modes - -2004-08-12 02:04 fineware - - * drake/: drake.c, r8b.c: Added ECSS support to R8B and - reconfigured default filter modes + * drake/drake.c, drake/r8b.c: Added ECSS support to R8B and + reconfigured default filter modes 2004-08-11 17:58 fillods @@ -4332,15 +4960,16 @@ * tests/rigmatrix.c: strstatus has been renamed to rig_strstatus -2004-08-10 21:08 fillods +2004-08-10 21:10 fillods - * yaesu/: frg100.c, frg9600.c, ft736.c, yaesu.c, yaesu.h, - Makefile.am: Initial support for FT736R, FRG100 and FRG9600 + * yaesu/Makefile.am, yaesu/frg100.c, yaesu/frg9600.c, + yaesu/ft736.c, yaesu/yaesu.c, yaesu/yaesu.h: Initial support for + FT736R, FRG100 and FRG9600 2004-08-10 21:03 fillods * yaesu/ft757gx.c: guess at ptt_type, better validity check in - get_level + get_level 2004-08-10 21:02 fillods @@ -4349,8 +4978,8 @@ 2004-08-10 21:00 fillods * include/hamlib/rig.h, src/iofunc.c, src/iofunc.h, yaesu/ft857.c, - yaesu/ft897.c: resolve win32 header compatibility issue: no more - HANDLE/timeval specific types + yaesu/ft897.c: resolve win32 header compatibility issue: no more + HANDLE/timeval specific types 2004-08-10 19:46 fillods @@ -4363,7 +4992,7 @@ 2004-08-09 20:55 fillods * doc/index.doxygen: add some Internet links, fixes Debian - Bug#263287 + Bug#263287 2004-08-09 20:53 fillods @@ -4372,7 +5001,7 @@ 2004-08-09 20:52 fillods * doc/hamlib.cfg.in: copy from hamlib.cfg with tweaks to allow - VPATH build + VPATH build 2004-08-08 21:38 fillods @@ -4380,23 +5009,25 @@ 2004-08-08 20:14 fineware - * drake/: drake.c, r8a.c, r8b.c: Added support for meter strength + * drake/drake.c, drake/r8a.c, drake/r8b.c: Added support for meter + strength -2004-08-08 20:12 fineware +2004-08-08 20:13 fineware - * jrc/: jrc.c, nrd535.c, nrd545.c: Added support for ECSS/FAX and - meter strength + * jrc/jrc.c, jrc/nrd535.c, jrc/nrd545.c: Added support for ECSS/FAX + and meter strength 2004-08-08 19:42 fillods - * include/hamlib/rig.h, src/misc.c, aor/ar3030.c, - bindings/hamlibvb.bas.in, lowe/lowe.c, tests/rigctl.1: added - ECSSUSB/ECSSLSB and FAX modes + * aor/ar3030.c, bindings/hamlibvb.bas.in, include/hamlib/rig.h, + lowe/lowe.c, src/misc.c, tests/rigctl.1: added ECSSUSB/ECSSLSB + and FAX modes 2004-08-08 19:15 fillods - * yaesu/: ft757gx.c, ft757gx.h, yaesu.c, yaesu.h: added FT757GXII - initial support and reworked the FT757GX common backend + * yaesu/ft757gx.c, yaesu/ft757gx.h, yaesu/yaesu.c, yaesu/yaesu.h: + added FT757GXII initial support and reworked the FT757GX common + backend 2004-08-01 23:14 fillods @@ -4405,7 +5036,7 @@ 2004-08-01 23:13 fillods * lib/termios.c, lib/win32termios.h, src/serial.c: Fixes for - BRK/RTS/DTR handling under win32 + BRK/RTS/DTR handling under win32 2004-08-01 23:12 fillods @@ -4433,15 +5064,12 @@ 2004-08-01 21:23 fillods - * jrc/: nrd535.c, nrd545.c: account for backend improvement - -2004-08-01 21:19 fillods - - * alinco/dx77.c: account for backend improvement + * alinco/dx77.c, jrc/nrd535.c, jrc/nrd545.c: account for backend + improvement 2004-08-01 21:18 fillods - * configure.ac, bindings/Makefile.am: VB script + * bindings/Makefile.am, configure.ac: VB script 2004-07-30 23:09 fillods @@ -4453,27 +5081,27 @@ 2004-07-16 11:47 t_mills - * aor/ar3030.c: Fixed getting filter width. Added close function. + * aor/ar3030.c: Fixed getting filter width. + Added close function. 2004-07-11 11:53 pa4tu - * tests/rigctl.1, tests/rigmem.1, hamlib.spec.in: correct spelling + * hamlib.spec.in, tests/rigctl.1, tests/rigmem.1: correct spelling 2004-07-07 00:27 nj8j - * alinco/alinco.c: - Handle setting Keyer speed and CW Pitch + * alinco/alinco.c: Handle setting Keyer speed and CW Pitch 2004-07-05 14:38 t_mills * aor/ar3030.c: Fixed get_freq() no need to multiply by 10. Manual - seems to be wrong. + seems to be wrong. 2004-07-03 15:01 t_mills - * aor/ar3030.c: Fixed ar3030_get_mode() Removed attemped to set WFM - mode (non existent on the radio) and added in setting of AMS mode - in ar3030_set_mode() + * aor/ar3030.c: Fixed ar3030_get_mode() + Removed attemped to set WFM mode (non existent on the radio) and + added in setting of AMS mode in ar3030_set_mode() 2004-06-26 20:01 fineware @@ -4481,14 +5109,16 @@ 2004-06-14 22:23 fillods - * tests/rigswr.1: * add non legacy PTT control support * include - gnuplot example in man page * misc fixes and cleanup + * tests/rigswr.1: * add non legacy PTT control support + * include gnuplot example in man page + * misc fixes and cleanup 2004-06-14 22:22 fillods - * tests/rigswr.c: * add non legacy PTT control support * set - RFPOWER to 25% when transmitting * check rig has set_ptt capability - before going further * misc fixes and cleanup + * tests/rigswr.c: * add non legacy PTT control support + * set RFPOWER to 25% when transmitting + * check rig has set_ptt capability before going further + * misc fixes and cleanup 2004-06-14 21:15 fillods @@ -4500,13 +5130,13 @@ 2004-06-14 21:10 fillods - * aor/: Makefile.am, aor.c, aor.h, ar3030.c: initial support for - AR3030 + * aor/Makefile.am, aor/aor.c, aor/aor.h, aor/ar3030.c: initial + support for AR3030 2004-06-14 21:09 fillods * aor/ar3000.c: fixes, support for get_level/mem/bank, yet no - testing + testing 2004-06-14 21:07 fillods @@ -4522,35 +5152,38 @@ 2004-06-14 20:13 f4dwv - * tests/: Makefile.am, rigswr.1, rigswr.c: add rigswr + * tests/Makefile.am, tests/rigswr.1, tests/rigswr.c: add rigswr 2004-06-14 19:32 f4dwv - * kenwood/ts850.c: fix SWR reading + increase post_write timeout : - seems necessary for SWR reading to work without retry + * kenwood/ts850.c: fix SWR reading + + increase post_write timeout : seems necessary for SWR reading to + work without retry 2004-06-13 12:38 fillods - * kenwood/: ic10.c, ic10.h, r5000.c: * Patch from Mark J. Fine, - plus some tweaks of mine to make it generic: - - > Attached is updated code for the IC-10 interface, which is the - primary - > code for the TS-440S and R-5000. Most of the info is - R-5000-specific, - > therefore I did not attempt to write for the RIT and XIT - commands. - > However, all of the other IC-10 commands are included. + * kenwood/ic10.c, kenwood/ic10.h, kenwood/r5000.c: * Patch from + Mark J. Fine, plus some tweaks of mine to make it generic: + + > Attached is updated code for the IC-10 interface, which is the + primary + > code for the TS-440S and R-5000. Most of the info is + R-5000-specific, + > therefore I did not attempt to write for the RIT and XIT + commands. + > However, all of the other IC-10 commands are included. 2004-06-13 12:36 fillods - * kenwood/: kenwood.h, ts440.c, ts711.c, ts811.c, ts940.c: * ic10: - added if_len field to priv_caps struct + * kenwood/kenwood.h, kenwood/ts440.c, kenwood/ts711.c, + kenwood/ts811.c, kenwood/ts940.c: * ic10: added if_len field to + priv_caps struct 2004-06-13 12:35 fillods - * kenwood/: kenwood.c, thd7.c, thf7.c, thg71.c, tmd700.c, tmv7.c: * - removed useless kenwood_init/kenwood_cleanup + * kenwood/kenwood.c, kenwood/thd7.c, kenwood/thf7.c, + kenwood/thg71.c, kenwood/tmd700.c, kenwood/tmv7.c: * removed + useless kenwood_init/kenwood_cleanup 2004-06-08 21:05 fillods @@ -4558,7 +5191,7 @@ 2004-06-06 21:59 fillods - * tests/: rigctl.1, rigctl.c: powerstat & send_morse commands + * tests/rigctl.1, tests/rigctl.c: powerstat & send_morse commands 2004-06-06 21:58 fillods @@ -4566,15 +5199,16 @@ 2004-06-04 21:48 fillods - * jrc/jrc.c, drake/drake.c, drake/drake.h, drake/r8a.c, - drake/r8b.c, jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: Patch from Mark - J. Fine, Part III: - Added ability in JRCs to get AGC, BEEP and - POWER status. - First-cuts at the Drake R8A and Drake R8B. + * drake/drake.c, drake/drake.h, drake/r8a.c, drake/r8b.c, + jrc/jrc.c, jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: Patch from Mark + J. Fine, Part III: + - Added ability in JRCs to get AGC, BEEP and POWER status. + - First-cuts at the Drake R8A and Drake R8B. 2004-05-26 21:30 fillods - * tentec/: tentec.c, tentec.h: fix: RIG_LEVEL_AGC is an - integer(enum) type, not float. + * tentec/tentec.c, tentec/tentec.h: fix: RIG_LEVEL_AGC is an + integer(enum) type, not float. 2004-05-19 09:25 fillods @@ -4594,27 +5228,28 @@ 2004-05-19 08:57 fillods - * jrc/: jrc.c, jrc.h, nrd535.c, nrd545.c: patch from Mark J. Fine, - plus generic code and fixes of mine + * jrc/jrc.c, jrc/jrc.h, jrc/nrd535.c, jrc/nrd545.c: patch from Mark + J. Fine, plus generic code and fixes of mine 2004-05-18 06:55 fillods - * icom/: Makefile.am, icom.c, ic751.c, icom.h: added IC-751 initial - suppport + * icom/Makefile.am, icom/ic751.c, icom/icom.c, icom/icom.h: added + IC-751 initial suppport 2004-05-17 22:03 fillods * configure.ac, src/Makefile.am: generate .DEF file on Win32 - systems, needed for MSVC import lib + systems, needed for MSVC import lib 2004-05-17 21:09 fillods - * include/hamlib/rig.h, bindings/rig.swg, yaesu/ft1000mp.c, - yaesu/ft847.c, dummy/dummy.c, flexradio/sdr1k.c, gnuradio/demod.h, - gnuradio/gnuradio.cc, src/misc.c, src/misc.h, tentec/tentec2.c, - tests/dumpcaps.c, tests/memcsv.c, tests/memload.c, tests/memsave.c, - tests/rigctl.c, tests/rigmem.c, tests/sprintflst.c: Prefixed misc - str* and parse_* calls with rig_ to export them in rig.h + * bindings/rig.swg, dummy/dummy.c, flexradio/sdr1k.c, + gnuradio/demod.h, gnuradio/gnuradio.cc, include/hamlib/rig.h, + src/misc.c, src/misc.h, tentec/tentec2.c, tests/dumpcaps.c, + tests/memcsv.c, tests/memload.c, tests/memsave.c, tests/rigctl.c, + tests/rigmem.c, tests/sprintflst.c, yaesu/ft1000mp.c, + yaesu/ft847.c: Prefixed misc str* and parse_* calls with rig_ to + export them in rig.h 2004-05-17 21:01 fillods @@ -4626,34 +5261,36 @@ 2004-05-16 07:32 fillods - * yaesu/: Makefile.am, frg8800.c, yaesu.c, yaesu.h: Initial release - of FRG-8800 + * yaesu/Makefile.am, yaesu/frg8800.c, yaesu/yaesu.c, yaesu/yaesu.h: + Initial release of FRG-8800 2004-05-11 17:36 fillods * include/hamlib/rig.h: make new AGC enum compatible with previous - Hamlib version + Hamlib version 2004-05-11 15:48 pa4tu - * debian/: changelog, control, hamlib++-dev.dirs, hamlib2++.dirs, - hamlib2-perl.dirs, hamlib2-tcl.dirs, python2.3-hamlib2.dirs, rules: - sync with latest debian package and add tcl, c++, python and perl - bindings + * debian/changelog, debian/control, debian/hamlib++-dev.dirs, + debian/hamlib2++.dirs, debian/hamlib2-perl.dirs, + debian/hamlib2-tcl.dirs, debian/python2.3-hamlib2.dirs, + debian/rules: sync with latest debian package and add tcl, c++, + python and perl bindings 2004-05-11 15:42 pa4tu - * debian/: hamlib-dev.files, hamlib-utils.files, hamlib2.files: not - needed + * debian/hamlib-dev.files, debian/hamlib-utils.files, + debian/hamlib2.files: not needed 2004-05-03 22:34 fillods - * tentec/: Makefile.am, tentec.c, tentec.h: added RX340, RX350, - Jupiter and Orion + * tentec/Makefile.am, tentec/tentec.c, tentec/tentec.h: added + RX340, RX350, Jupiter and Orion 2004-05-03 22:33 fillods - * tentec/: jupiter.c, orion.c, rx340.c, rx350.c: Initial release + * tentec/jupiter.c, tentec/orion.c, tentec/rx340.c, tentec/rx350.c: + Initial release 2004-05-02 17:18 fillods @@ -4661,18 +5298,20 @@ 2004-05-02 17:17 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h, ts440.c, ts711.c, - ts811.c, ts940.c: improved and separated IC-10 based code - (TS440,TS940,TS711,TS811,R5000) in its own file + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/ts440.c, kenwood/ts711.c, kenwood/ts811.c, + kenwood/ts940.c: improved and separated IC-10 based code + (TS440,TS940,TS711,TS811,R5000) in its own file 2004-05-02 17:13 fillods - * kenwood/: ic10.c, ic10.h, r5000.c: Initial release + * kenwood/ic10.c, kenwood/ic10.h, kenwood/r5000.c: Initial release -2004-04-24 13:00 fillods +2004-04-24 13:01 fillods - * yaesu/: ft757gx.c, Makefile.am, ft757gx.h, yaesu.c, yaesu.h: - Initial FT757GX release, contribution from David L Norris + * yaesu/Makefile.am, yaesu/ft757gx.c, yaesu/ft757gx.h, + yaesu/yaesu.c, yaesu/yaesu.h: Initial FT757GX release, + contribution from David L Norris 2004-04-16 20:34 fillods @@ -4680,12 +5319,13 @@ 2004-04-16 20:31 fillods - * Makefile.am, configure.ac: Added 'kit' backend, enable winradio - build under non-Linux systems + * Makefile.am, configure.ac: Added 'kit' backend, enable winradio + build under non-Linux systems 2004-04-16 20:29 fillods - * kit/: Makefile.am, elektor304.c, kit.c, kit.h: Initial release + * kit, kit/Makefile.am, kit/elektor304.c, kit/kit.c, kit/kit.h: + Initial release 2004-04-16 20:08 fillods @@ -4694,12 +5334,14 @@ 2004-04-16 20:07 fillods * winradio/winradio.c: Add G303 support, allow build on non-Linux - systems + systems 2004-04-16 20:06 fillods - * winradio/: winradio.h, wr1000.c, wr1500.c, wr1550.c, wr3100.c, - wr3150.c, wr3500.c, wr3700.c: Allow build on non-Linux systems + * winradio/winradio.h, winradio/wr1000.c, winradio/wr1500.c, + winradio/wr1550.c, winradio/wr3100.c, winradio/wr3150.c, + winradio/wr3500.c, winradio/wr3700.c: Allow build on non-Linux + systems 2004-04-16 20:05 fillods @@ -4707,8 +5349,8 @@ 2004-04-16 20:04 fillods - * src/: serial.c, serial.h: export ser_set_dtr(), added - ser_set_brk() + * src/serial.c, src/serial.h: export ser_set_dtr(), added + ser_set_brk() 2004-04-16 20:01 fillods @@ -4717,30 +5359,32 @@ 2004-04-16 20:01 fillods * include/hamlib/riglist.h: New backend: kit (Elektor), new - Winradio model (G3) + Winradio model (G3) 2004-04-16 19:58 fillods - * aor/: Makefile.am, aor.c, aor.h, ar7030.c: Added initial AR7030 - support (set_freq) + * aor/Makefile.am, aor/aor.c, aor/aor.h, aor/ar7030.c: Added + initial AR7030 support (set_freq) 2004-04-04 04:57 bwulf * yaesu/ft990.c: ft990_get_ptt() now uses the FT990_SF_XMIT instead - of FT990_SF_PTT. FT990_SF_PTT only returns status of PTT activated - by CAT commands, whereas FT990_SF_XMIT reports the actual status of - the ptt line. + of FT990_SF_PTT. + FT990_SF_PTT only returns status of PTT activated by CAT + commands, + whereas FT990_SF_XMIT reports the actual status of the ptt line. 2004-03-29 20:55 f4dwv * kenwood/ts850.c: ncrease read timeout because of strange CAT - protocol behaviour when spinning dial. + protocol + behaviour when spinning dial. 2004-03-29 20:54 f4dwv * kenwood/kenwood.c: improve get_freq VFO_CURR by using rig state - use retry caps in kenwood_transaction fix termination test in - kenwood_transaction + use retry caps in kenwood_transaction + fix termination test in kenwood_transaction 2004-03-21 18:26 f4dwv @@ -4748,8 +5392,9 @@ 2004-03-21 18:25 f4dwv - * kenwood/: th.c, th.h, thd7.c, thf7.c, thg71.c, tmd700.c: use - level_gran to compute levels in get/set_level + * kenwood/th.c, kenwood/th.h, kenwood/thd7.c, kenwood/thf7.c, + kenwood/thg71.c, kenwood/tmd700.c: use level_gran to compute + levels in get/set_level 2004-03-21 16:58 f4dwv @@ -4757,13 +5402,17 @@ 2004-03-21 16:55 f4dwv - * kenwood/: th.c, th.h: add th_set_func (with TBURST) add AF level - add TO_VFO vfo op add set_powerstat fix get_vfo to return VFO_MEM + * kenwood/th.c, kenwood/th.h: add th_set_func (with TBURST) + add AF level + add TO_VFO vfo op + add set_powerstat + fix get_vfo to return VFO_MEM 2004-03-20 16:48 f4dwv - * kenwood/: th.c, th.h, thd7.c, thg71.c, tmd700.c: generalize - th_set_channel and th_get_channel to all th tm rigs + * kenwood/th.c, kenwood/th.h, kenwood/thd7.c, kenwood/thg71.c, + kenwood/tmd700.c: generalize th_set_channel and th_get_channel to + all th tm rigs 2004-03-20 10:25 fillods @@ -4771,31 +5420,30 @@ 2004-03-20 10:23 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h, tmv7.c: Initial - release - clone from thg71 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/tmv7.c: Initial release - clone from thg71 2004-03-15 04:02 nj8j - * alinco/: alinco.c, alinco.h, dx77.c: - Added checking of return string from rig on set (non-retrieval) - commands. Added code for COMP function. Added alinco_set_parm & - tweaked dx77 capabilities. + * alinco/alinco.c, alinco/alinco.h, alinco/dx77.c: Added checking + of return string from rig on set (non-retrieval) commands. + Added code for COMP function. + Added alinco_set_parm & tweaked dx77 capabilities. 2004-03-15 03:30 nj8j - * rpcrig/rpcrig_backend.c: - Fixed same bug in rigctl_get_parm. + * rpcrig/rpcrig_backend.c: Fixed same bug in rigctl_get_parm. 2004-03-15 03:24 nj8j - * rpcrig/rpcrig_backend.c: - Fixed bug in rpcrig_set_parm (using RIG_LEVEL_IS_FLOAT instead of - RIG_PARM_FLOAT) + * rpcrig/rpcrig_backend.c: Fixed bug in rpcrig_set_parm (using + RIG_LEVEL_IS_FLOAT instead of + RIG_PARM_FLOAT) 2004-03-10 23:33 fillods - * drake/: Makefile.am, drake.c, drake.h, r8b.c: fixed basic - functions, added many more support + * drake/Makefile.am, drake/drake.c, drake/drake.h, drake/r8b.c: + fixed basic functions, added many more support 2004-03-10 23:32 fillods @@ -4803,8 +5451,8 @@ 2004-03-07 15:49 fillods - * icom/: ic761.c, icom.c, Makefile.am, icom.h: Initial IC761 - support + * icom/Makefile.am, icom/ic761.c, icom/icom.c, icom/icom.h: Initial + IC761 support 2004-03-03 20:57 fillods @@ -4840,31 +5488,35 @@ 2004-02-15 11:05 fillods - * tentec/: pegasus.c, tt550.c: 1. A cut and paste error on my part - that left a chunk of reset code in the middle of the CW tx - calculation. Everything worked but it forced the tt550 to reset - everytime you changed frequency in CW mode. - - 2. Bug fixes in the set function code. I obviously missed testing - some of this. - - 3. Added IF-Shift support - - 4. Some minor buffer size changes, not really bugs, just cleanup. - - 5. Removed RIG_LEVEL_LINEOUT support from pegasus.c until after the - next release. Stephane, I know you #ifndef'd this but it's just as - easy to leave out of the LEVEL definition, and has no effect on the - #ifdef in tt550.c. + * tentec/pegasus.c, tentec/tt550.c: 1. A cut and paste error on my + part that left a chunk of reset + code in the middle of the CW tx calculation. Everything worked + but it forced the tt550 to reset everytime you changed frequency + in CW mode. + + 2. Bug fixes in the set function code. I obviously missed testing + some of this. + + 3. Added IF-Shift support + + 4. Some minor buffer size changes, not really bugs, just cleanup. + + 5. Removed RIG_LEVEL_LINEOUT support from pegasus.c until after + the + next release. Stephane, I know you #ifndef'd this but it's just + as + easy to leave out of the LEVEL definition, and has no effect on + the + #ifdef in tt550.c. 2004-02-15 00:30 fillods - * alinco/: alinco.c, dx77.c: patch from Ben NJ8J + * alinco/alinco.c, alinco/dx77.c: patch from Ben NJ8J 2004-02-14 16:50 f4dwv - * kenwood/: kenwood.c, ts850.c, kenwood.h: add - kenwood_set_split_vfo + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts850.c: add + kenwood_set_split_vfo 2004-02-14 15:12 f4dwv @@ -4873,12 +5525,12 @@ 2004-02-12 21:39 bwulf * yaesu/ft990.c: Changed debug message format for freq_t from long - long to double + long to double -2004-02-09 22:10 fillods +2004-02-09 22:11 fillods - * tentec/: Makefile.am, README, pegasus.c, tt550.c, tt550.h: TT550 - patch from Ken, N7IPB + * tentec/Makefile.am, tentec/README, tentec/pegasus.c, + tentec/tt550.c, tentec/tt550.h: TT550 patch from Ken, N7IPB 2004-02-09 22:07 fillods @@ -4898,8 +5550,10 @@ 2004-02-08 20:27 fillods - * gnuradio/: HrAGC.h, am.h, demod.h, gnuradio.cc, gr_priv.h, - graudio.c, nfm.h, ssb.h, testgr.cc, wfm.h: WIP + * gnuradio/HrAGC.h, gnuradio/am.h, gnuradio/demod.h, + gnuradio/gnuradio.cc, gnuradio/gr_priv.h, gnuradio/graudio.c, + gnuradio/nfm.h, gnuradio/ssb.h, gnuradio/testgr.cc, + gnuradio/wfm.h: WIP 2004-02-08 20:25 fillods @@ -4939,12 +5593,13 @@ 2004-02-08 17:28 fillods - * libltdl/: Makefile.in, aclocal.m4, config-h.in, configure, - install-sh, missing: libtool 1.5.2-1 upgrade + * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/config-h.in, + libltdl/configure, libltdl/install-sh, libltdl/missing: libtool + 1.5.2-1 upgrade -2004-02-08 17:18 fillods +2004-02-08 17:21 fillods - * macros/libtool.m4, ltmain.sh, missing: libtool 1.5.2-1 upgrade + * ltmain.sh, macros/libtool.m4, missing: libtool 1.5.2-1 upgrade 2004-02-08 17:16 fillods @@ -4952,18 +5607,19 @@ 2004-02-08 17:15 fillods - * configure.ac: * Kylix binding declared as unmaintained * gnuradio - backend requires version >= 0.9 * bindings also depend on python + * configure.ac: * Kylix binding declared as unmaintained + * gnuradio backend requires version >= 0.9 + * bindings also depend on python 2004-02-08 17:08 fillods - * yaesu/: Makefile.am, ft897.c, ft897.h, yaesu.c, yaesu.h: initial - support for FT-897 (cloned from ft857) + * yaesu/Makefile.am, yaesu/ft897.c, yaesu/ft897.h, yaesu/yaesu.c, + yaesu/yaesu.h: initial support for FT-897 (cloned from ft857) 2004-02-08 17:05 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h, tmd700.c: initial - support for TM-D700 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/tmd700.c: initial support for TM-D700 2004-02-08 17:04 fillods @@ -4972,7 +5628,7 @@ 2004-02-08 17:03 fillods * include/hamlib/riglist.h: new Kenwood TM-D700 and GNU Radio USRP - models + models 2004-02-08 17:01 fillods @@ -4980,13 +5636,13 @@ 2004-02-08 16:59 fillods - * uniden/: Makefile.am, bc245.c, uniden.c, uniden.h: added BC245 - skelton + * uniden/Makefile.am, uniden/bc245.c, uniden/uniden.c, + uniden/uniden.h: added BC245 skelton 2004-02-02 22:15 fillods - * icom/: Makefile.am, ic707.c, ic728.c, icom.c, icom.h: intial - support for IC-707 and IC-728 + * icom/Makefile.am, icom/ic707.c, icom/ic728.c, icom/icom.c, + icom/icom.h: intial support for IC-707 and IC-728 2004-02-01 22:29 fillods @@ -4994,19 +5650,22 @@ 2004-01-30 23:42 pa4tu - * debian/: changelog, control, hamlib1.dirs, hamlib1.files, - hamlib2.dirs, hamlib2.files, rules, shlibs.local: build for - hamlib-1.1.5 + * debian/changelog, debian/control, debian/hamlib1.dirs, + debian/hamlib1.files, debian/hamlib2.dirs, debian/hamlib2.files, + debian/rules, debian/shlibs.local: build for hamlib-1.1.5 2004-01-25 17:42 fillods - * hamlib.spec.in: Fixes from Tomi OH2BNS: - Include a few backends - that were missing - Disable all bindings - Use %configure, - %makeinstall, %{_libdir} etc. macros. This makes sure that - things are installed in the right places in the distro (like - man pages in /usr/share/man, not /usr/man) - Because of the - above, one has to use nobase_ in include/Makefile.am. The - current hack is overwritten by %makeinstall arguments... + * hamlib.spec.in: Fixes from Tomi OH2BNS: + - Include a few backends that were missing + - Disable all bindings + - Use %configure, %makeinstall, %{_libdir} etc. macros. + This makes sure that things are installed in the right + places in the distro (like man pages in /usr/share/man, + not /usr/man) + - Because of the above, one has to use nobase_ in + include/Makefile.am. The current hack is overwritten by + %makeinstall arguments... 2004-01-25 17:38 fillods @@ -5015,17 +5674,17 @@ 2004-01-21 19:52 f4dwv * kenwood/ts850.c: add lots of ts850_ functions, upgrade to BETA - status + status 2004-01-21 19:48 f4dwv * tests/memload.c: fix SIGSEGV when reading tag without split - property + property 2004-01-21 19:47 f4dwv * tests/memsave.c: don't save split and repeater shift properties - when not necessary + when not necessary 2004-01-16 21:19 fillods @@ -5042,12 +5701,12 @@ 2004-01-15 23:17 fillods * rpcrig/rpcrig.x: IMPORTANT: freq_t type changed from integer to - real, and setting_t type reduced from 64bits to 32 bits + real, and setting_t type reduced from 64bits to 32 bits 2004-01-15 23:04 fillods * include/hamlib/rig.h: IMPORTANT: freq_t type changed from integer - to real, and setting_t type reduced from 64bits to 32 bits + to real, and setting_t type reduced from 64bits to 32 bits 2004-01-15 23:03 fillods @@ -5055,12 +5714,9 @@ 2004-01-15 22:59 fillods - * libltdl/: Makefile.in, aclocal.m4, config-h.in, config.guess, - config.sub, configure, ltmain.sh: 1.5-8 update - -2004-01-15 22:55 fillods - - * ltmain.sh: 1.5-8 update + * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/config-h.in, + libltdl/config.guess, libltdl/config.sub, libltdl/configure, + libltdl/ltmain.sh, ltmain.sh: 1.5-8 update 2004-01-15 22:52 fillods @@ -5077,8 +5733,8 @@ 2004-01-15 22:43 fillods * dummy/dummy.c, kenwood/thg71.c, tests/memcsv.c, tests/memload.c, - tests/memsave.c, tests/sprintflst.c, winradio/winradio.c, - yaesu/ft100.c: be freq_t and setting_t type agnostic + tests/memsave.c, tests/sprintflst.c, winradio/winradio.c, + yaesu/ft100.c: be freq_t and setting_t type agnostic 2004-01-15 22:40 fillods @@ -5095,7 +5751,7 @@ 2003-12-24 14:36 bwulf * yaesu/ft990.c: Implemented RIG_MODE_PKTFM and RIG_MODE_PKTLSB - modes + modes 2003-12-24 09:07 fillods @@ -5104,12 +5760,12 @@ 2003-12-23 13:46 bwulf * yaesu/ft990.c: Commented out RIG_MODE_PKTFM overlooked at the - submission of previous code + submission of previous code 2003-12-23 13:32 bwulf - * yaesu/: ft990.c, ft990.h: Implemented set_parm() for BACKLIGHT - operation + * yaesu/ft990.c, yaesu/ft990.h: Implemented set_parm() for + BACKLIGHT operation 2003-12-22 17:56 fillods @@ -5125,23 +5781,12 @@ 2003-12-08 08:46 fillods - * tests/memcsv.c: gcc-2.x fixes - -2003-12-08 08:42 fillods - - * tests/sprintflst.c: gcc-2.x fixes - -2003-12-08 08:37 fillods - - * dummy/dummy.c, alinco/dx77.c, tentec/pegasus.c, tentec/rx320.c, - jrc/nrd535.c, jrc/nrd545.c: gcc-2.x fixes - -2003-12-08 08:33 fillods - - * icom/ic703.c, icom/ic706.c, icom/ic718.c, icom/ic746.c, - icom/ic756.c, icom/ic910.c, icom/icr10.c, icom/icr7000.c, - icom/icr75.c, icom/icr8500.c, icom/icr9000.c, icom/id1.c, - icom/os456.c, icom/os535.c, kenwood/thg71.c: gcc-2.x fixes + * alinco/dx77.c, dummy/dummy.c, icom/ic703.c, icom/ic706.c, + icom/ic718.c, icom/ic746.c, icom/ic756.c, icom/ic910.c, + icom/icr10.c, icom/icr7000.c, icom/icr75.c, icom/icr8500.c, + icom/icr9000.c, icom/id1.c, icom/os456.c, icom/os535.c, + jrc/nrd535.c, jrc/nrd545.c, kenwood/thg71.c, tentec/pegasus.c, + tentec/rx320.c, tests/memcsv.c, tests/sprintflst.c: gcc-2.x fixes 2003-12-05 22:08 f4dwv @@ -5150,10 +5795,12 @@ 2003-12-04 23:27 fillods * icom/icom.c: * added icom_mem_get_split_vfo hack for rigs that - cannot retrieve split mode directly. It works only in VFO_MEM - mode. * Make use of RIG_OP_XCHG when available in set_/get_split - functions, which allow this functions to work in VFO_MEM. * - rig_set_vfo(VFO_CURR) ez case + cannot retrieve split mode + directly. It works only in VFO_MEM mode. + * Make use of RIG_OP_XCHG when available in set_/get_split + functions, + which allow this functions to work in VFO_MEM. + * rig_set_vfo(VFO_CURR) ez case 2003-12-04 23:23 fillods @@ -5162,11 +5809,12 @@ 2003-12-04 23:22 fillods * icom/icom.h: added icom_mem_get_split_vfo hack, IC_MEM_CAP has - chances to be deprecated + chances to be deprecated 2003-12-04 23:18 fillods - * tests/: dumpcaps.c, sprintflst.c: support for printing more caps + * tests/dumpcaps.c, tests/sprintflst.c: support for printing more + caps 2003-12-04 23:16 fillods @@ -5174,16 +5822,16 @@ 2003-12-04 23:15 fillods - * tests/: Makefile.am, README: added rigmem + * tests/Makefile.am, tests/README: added rigmem 2003-12-04 23:15 fillods * macros/Makefile.am: added libxml.m4 for tests/rigmem -2003-12-04 23:14 fillods +2003-12-04 23:15 fillods * macros/libxml.m4, tests/memcsv.c, tests/memload.c, - tests/memsave.c, tests/rigmem.1, tests/rigmem.c: Initial release + tests/memsave.c, tests/rigmem.1, tests/rigmem.c: Initial release 2003-12-04 20:45 f4dwv @@ -5196,13 +5844,11 @@ 2003-12-03 01:32 n0nb * src/misc.c: 2003-12-02: - - Update: - Changed usage of NULL in a string context to "" - (null string) - to correct a segfault in rigctl generated by - passing a NULL - pointer to printf(). + + Update: + Changed usage of NULL in a string context to "" (null string) + to correct a segfault in rigctl generated by passing a NULL + pointer to printf(). 2003-12-02 23:26 f4dwv @@ -5211,8 +5857,9 @@ 2003-12-02 22:47 f4dwv * kenwood/thg71.c: add L/U , priority, call , band vfo to - set/get_channel add ctcss_tone and sql to set/get_channel init - str_cal and level_gran in rig cap + set/get_channel + add ctcss_tone and sql to set/get_channel + init str_cal and level_gran in rig cap 2003-12-02 22:45 f4dwv @@ -5221,11 +5868,11 @@ 2003-12-01 20:54 fillods * yaesu/ft847.c: better handling of RIG_VFO_CURR (still not - complete though) + complete though) 2003-11-30 22:46 fillods - * yaesu/: ft990.c, ft990.h: more work from Berndt + * yaesu/ft990.c, yaesu/ft990.h: more work from Berndt 2003-11-30 20:43 f4dwv @@ -5234,7 +5881,7 @@ 2003-11-30 20:27 f4dwv * kenwood/thg71.c: fix set_channel , imporve get_channel , change - return error code + return error code 2003-11-30 20:23 f4dwv @@ -5247,7 +5894,7 @@ 2003-11-29 13:34 f4dwv * kenwood/th.c: add vfo_op get_dcd set_ptt set_level procs + - numerous mods and fixes + numerous mods and fixes 2003-11-29 13:31 f4dwv @@ -5255,12 +5902,12 @@ 2003-11-28 15:45 fillods - * yaesu/: ft990.c, ft990.h: FT990 support from Berndt + * yaesu/ft990.c, yaesu/ft990.h: FT990 support from Berndt 2003-11-19 07:32 fillods * include/hamlib/rig.h, src/rig.c: added new error codes, as - suggested by Nate + suggested by Nate 2003-11-16 22:32 fillods @@ -5268,14 +5915,15 @@ 2003-11-16 22:19 fillods - * configure.ac: * IMPORTANT: moved to ABI version 2 * many stuff - moved to macros: GR_PWIN32,LF_SET_WARNINGS,ACX_PTHREAD,SWIG_PROG * - microtune only requires C++ + * configure.ac: * IMPORTANT: moved to ABI version 2 + * many stuff moved to macros: + GR_PWIN32,LF_SET_WARNINGS,ACX_PTHREAD,SWIG_PROG + * microtune only requires C++ 2003-11-16 22:15 fillods * lib/gettimeofday.c, lib/usleep.c, lib/win32termios.h, - src/register.h, src/tones.h: gr_pwin32.m4/config.h fixes + src/register.h, src/tones.h: gr_pwin32.m4/config.h fixes 2003-11-16 22:12 fillods @@ -5300,24 +5948,25 @@ 2003-11-16 17:37 fillods * Makefile.am: kylix binding is unmaintained, not distributed for - now + now 2003-11-16 17:36 fillods * include/hamlib/rig.h: * converted RIG_LEVEL_STRENGTH to - RIG_LEVEL_RAWSTR, as discussed on mailing list. - RIG_LEVEL_STRENGTH is then derived from calibration table. * - gran_t has been changed, more precise with min/max. + RIG_LEVEL_RAWSTR, as discussed on mailing list. + RIG_LEVEL_STRENGTH is then derived from calibration table. + * gran_t has been changed, more precise with min/max. 2003-11-16 17:34 fillods * src/misc.c, src/misc.h, tests/Makefile.am, tests/dumpcaps.c, - tests/rigctl.c: moved some sprintf's out of library into dumpcap - application. + tests/rigctl.c: moved some sprintf's out of library into dumpcap + application. 2003-11-16 17:31 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h: added TS140 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h: added + TS140 2003-11-16 17:30 fillods @@ -5333,10 +5982,12 @@ 2003-11-16 17:28 fillods - * icom/: icom.c, icom.h: * new icom models * converted - RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is - then derived from calibration table * added get_ant/set_ant basic - support * moved icr75_set_channel/icr75_get_channel to icr75.c + * icom/icom.c, icom/icom.h: * new icom models + * converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. + RIG_LEVEL_STRENGTH is + then derived from calibration table + * added get_ant/set_ant basic support + * moved icr75_set_channel/icr75_get_channel to icr75.c 2003-11-16 17:25 fillods @@ -5344,9 +5995,10 @@ 2003-11-16 17:24 fillods - * icom/: ic737.c, ic746.c, ic756.c: * converted RIG_LEVEL_STRENGTH - to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is then derived from - calibration table * added support for get_ant/set_ant + * icom/ic737.c, icom/ic746.c, icom/ic756.c: * converted + RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is + then derived from calibration table + * added support for get_ant/set_ant 2003-11-16 17:22 fillods @@ -5363,25 +6015,26 @@ 2003-11-16 17:14 fillods * alinco/alinco.c, alinco/alinco.h, alinco/dx77.c, icom/ic271.c, - icom/ic275.c, icom/ic471.c, icom/ic475.c, icom/ic703.c, - icom/ic706.c, icom/ic718.c, icom/ic725.c, icom/ic726.c, - icom/ic735.c, icom/ic736.c, icom/ic765.c, icom/ic775.c, - icom/ic781.c, icom/ic821h.c, icom/ic910.c, icom/ic970.c, - icom/icr8500.c, icom/omni.c, icom/optoscan.c, icom/os456.c, - icom/os535.c, jrc/jrc.c, jrc/jrc.h, jrc/nrd545.c, kachina/505dsp.c, - kachina/kachina.h, src/cal.h, src/idx_builtin.h, src/rig.c, - src/settings.c, tentec/argonaut.c, tentec/pegasus.c, - tentec/rx320.c, tentec/tentec.c, tentec/tentec.h, tests/rigctl.1, - yaesu/ft1000mp.c: converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. - RIG_LEVEL_STRENGTH is then derived from calibration table + icom/ic275.c, icom/ic471.c, icom/ic475.c, icom/ic703.c, + icom/ic706.c, icom/ic718.c, icom/ic725.c, icom/ic726.c, + icom/ic735.c, icom/ic736.c, icom/ic765.c, icom/ic775.c, + icom/ic781.c, icom/ic821h.c, icom/ic910.c, icom/ic970.c, + icom/icr8500.c, icom/omni.c, icom/optoscan.c, icom/os456.c, + icom/os535.c, jrc/jrc.c, jrc/jrc.h, jrc/nrd545.c, + kachina/505dsp.c, kachina/kachina.h, src/cal.h, + src/idx_builtin.h, src/rig.c, src/settings.c, tentec/argonaut.c, + tentec/pegasus.c, tentec/rx320.c, tentec/tentec.c, + tentec/tentec.h, tests/rigctl.1, yaesu/ft1000mp.c: converted + RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is + then derived from calibration table 2003-11-16 16:58 fillods * icom/icr10.c, icom/icr71.c, icom/icr72.c, icom/icr75.c, - icom/icr9000.c, icom/id1.c, jrc/nrd535.c, kenwood/ts140.c, - macros/acx_pthread.m4, macros/gr_doxygen.m4, macros/gr_swig.m4, - macros/lf_warnings.m4, tests/sprintflst.c, tests/sprintflst.h: - Initial release + icom/icr9000.c, icom/id1.c, jrc/nrd535.c, kenwood/ts140.c, + macros/acx_pthread.m4, macros/gr_doxygen.m4, macros/gr_swig.m4, + macros/lf_warnings.m4, tests/sprintflst.c, tests/sprintflst.h: + Initial release 2003-11-16 11:59 fillods @@ -5389,15 +6042,16 @@ 2003-11-10 16:01 fillods - * icom/: Makefile.am, icom.c, ic271.c, ic471.c, ic726.c, ic765.c, - ic781.c, icom.h: added support for IC-726 IC-765 IC-271 IC-471 - IC-781 + * icom/Makefile.am, icom/ic271.c, icom/ic471.c, icom/ic726.c, + icom/ic765.c, icom/ic781.c, icom/icom.c, icom/icom.h: added + support for IC-726 IC-765 IC-271 IC-471 IC-781 2003-11-10 15:59 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h, ts680.c, ts690.c, - ts711.c, ts811.c, ts940.c: added support for TS-680 TS-690 TS-711 - TS-811 TS-940 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/ts680.c, kenwood/ts690.c, kenwood/ts711.c, + kenwood/ts811.c, kenwood/ts940.c: added support for TS-680 TS-690 + TS-711 TS-811 TS-940 2003-11-10 15:57 fillods @@ -5405,63 +6059,58 @@ 2003-11-05 20:40 fillods - * icom/ic703.c, icom/ic7400.c, include/hamlib/riglist.h, - icom/Makefile.am, icom/icom.c, icom/icom.h: added initial support - for IC-7400 and IC-703 + * icom/Makefile.am, icom/ic703.c, icom/ic7400.c, icom/icom.c, + icom/icom.h, include/hamlib/riglist.h: added initial support for + IC-7400 and IC-703 2003-11-03 16:11 n0nb * AUTHORS: Updated AUTHORS so folks know where to direct bug - reports... + reports... 2003-11-03 15:07 n0nb * src/locator.c: 2003-11-03: - - Update: - locator.c--cruft cleanup and tweak the - documentation - comments. + + Update: + locator.c--cruft cleanup and tweak the documentation + comments. 2003-11-03 04:26 n0nb * include/hamlib/rotator.h, src/locator.c, tests/testloc.c: - 2003-11-02: - - Update: - rotator.h and locator.c--rewrote dec2*() and - *2dec() - functions to use a sign flag. Further tweaked - qrb() - for proper output. - testloc.c--rewrote as necessary to support changes - in - locator.c + 2003-11-02: + + Update: + rotator.h and locator.c--rewrote dec2*() and *2dec() + functions to use a sign flag. Further tweaked qrb() + for proper output. + testloc.c--rewrote as necessary to support changes in + locator.c 2003-10-31 16:45 fillods * rpcrig/Makefile.am, rpcrot/Makefile.am: Finally allow VPATH - building. We need to chdir in source dir, otherwise rpcgen - hardcodes rpcrig.h path of the source .x file. sigh. + building. + We need to chdir in source dir, otherwise rpcgen hardcodes + rpcrig.h path + of the source .x file. sigh. 2003-10-28 01:01 n0nb * src/locator.c, tests/testloc.c: 2003-10-27: - - Update: - src/locator.c -- Improved handling of very tiny - distances - in qrb() as well as a new formula for azimuth. - tests/testloc.c -- extended distance output display - for - very to 6 decimal places which is useful for - showing the - distance of 12 digit locators. + + Update: + src/locator.c -- Improved handling of very tiny distances + in qrb() as well as a new formula for azimuth. + tests/testloc.c -- extended distance output display for + very to 6 decimal places which is useful for showing the + distance of 12 digit locators. 2003-10-24 22:59 fillods - * icom/: Makefile.am, ic746.c, icom.c, icom.h: added initial - support for IC-746 and IC-746PRO + * icom/Makefile.am, icom/ic746.c, icom/icom.c, icom/icom.h: added + initial support for IC-746 and IC-746PRO 2003-10-20 22:34 fillods @@ -5470,18 +6119,20 @@ 2003-10-20 22:15 fillods * alinco/alinco.c, aor/aor.c, aor/ar3000.c, drake/drake.c, - icom/icr7000.c, include/hamlib/rig.h, jrc/jrc.c, kenwood/kenwood.c, - kenwood/th.c, pcr/pcr.c, tentec/tentec2.c, tests/rigctl.c, - uniden/uniden.c: Prepare eventual move from freq_t as a "long long" - to a "double" type. + icom/icr7000.c, include/hamlib/rig.h, jrc/jrc.c, + kenwood/kenwood.c, kenwood/th.c, pcr/pcr.c, tentec/tentec2.c, + tests/rigctl.c, uniden/uniden.c: Prepare eventual move from + freq_t as a "long long" to a "double" type. 2003-10-20 20:34 fillods - * microtune/: Makefile.am, microtune.cc, microtune.h, - microtune_4702.cc, microtune_4702.h, microtune_4937.cc, - microtune_4937.h, microtune_eval_board.h, - microtune_eval_board_defs.h, module_4702.c, module_4937.c: added - Microtune 4702 support (from GNU Radio) + * microtune/Makefile.am, microtune/microtune.cc, + microtune/microtune.h, microtune/microtune_4702.cc, + microtune/microtune_4702.h, microtune/microtune_4937.cc, + microtune/microtune_4937.h, microtune/microtune_eval_board.h, + microtune/microtune_eval_board_defs.h, microtune/module_4702.c, + microtune/module_4937.c: added Microtune 4702 support (from GNU + Radio) 2003-10-20 20:29 fillods @@ -5493,22 +6144,23 @@ 2003-10-20 03:27 fillods - * macros/: libtool.m4, ltdl.m4: upgrade to libtool-1.5-3 + * macros/libtool.m4, macros/ltdl.m4: upgrade to libtool-1.5-3 2003-10-20 03:21 fillods - * libltdl/: aclocal.m4, Makefile.in, configure, ltdl.c, ltmain.sh, - missing: upgrade to libtool-1.5-3 + * libltdl/Makefile.in, libltdl/aclocal.m4, libltdl/configure, + libltdl/ltdl.c, libltdl/ltmain.sh, libltdl/missing: upgrade to + libtool-1.5-3 2003-10-17 22:53 fillods * lib/termios.c, lib/win32termios.h, src/event.c, src/iofunc.c: - various hacks to make win32_serial_select to work (notify read) + various hacks to make win32_serial_select to work (notify read) 2003-10-12 18:04 fillods - * yaesu/: Makefile.am, ft990.c, ft990.h, yaesu.c, yaesu.h: Initial - skelton revision for the FT990 + * yaesu/Makefile.am, yaesu/ft990.c, yaesu/ft990.h, yaesu/yaesu.c, + yaesu/yaesu.h: Initial skelton revision for the FT990 2003-10-08 17:58 pa4tu @@ -5520,10 +6172,10 @@ 2003-10-07 22:15 fillods - * Makefile.am, configure.ac, tapr/Makefile.am, rft/Makefile.am, - rft/ekd500.c, rft/rft.c, rft/rft.h, tapr/dsp10.c, tapr/tapr.c, - tapr/tapr.h: added skelton for new backends: tapr(DSP10) and - rft(EKD500). + * Makefile.am, configure.ac, rft, rft/Makefile.am, rft/ekd500.c, + rft/rft.c, rft/rft.h, tapr, tapr/Makefile.am, tapr/dsp10.c, + tapr/tapr.c, tapr/tapr.h: added skelton for new backends: + tapr(DSP10) and rft(EKD500). 2003-10-07 22:11 fillods @@ -5532,74 +6184,78 @@ 2003-10-01 21:51 fillods * tests/Makefile.am, yaesu/Makefile.am: lib replacement needed for - portability + portability 2003-10-01 19:50 fillods * include/hamlib/rig.h: * remove unused buffered mode stuff (stream - field) * no need to include stdio.h any more (be careful of - implicit include!) * removed some dead wood about sockaddr in the - network port. This will be put back in correctly when this kind - of port is really implemented. + field) + * no need to include stdio.h any more (be careful of implicit + include!) + * removed some dead wood about sockaddr in the network port. This + will + be put back in correctly when this kind of port is really + implemented. 2003-10-01 19:44 fillods - * src/: iofunc.c, iofunc.h, rig.c, rotator.c, serial.c: remove - unused buffered mode stuff + * src/iofunc.c, src/iofunc.h, src/rig.c, src/rotator.c, + src/serial.c: remove unused buffered mode stuff -2003-10-01 19:39 fillods +2003-10-01 19:40 fillods - * icom/: optoscan.c, icom.c: include fixup, stdio.h is not included - by rig.h anymore + * icom/icom.c, icom/optoscan.c: include fixup, stdio.h is not + included by rig.h anymore 2003-10-01 19:38 fillods - * gnuradio/: Makefile.am, ssb.h, wfm.h: added SSB and WFM - demodulator classes + * gnuradio/Makefile.am, gnuradio/ssb.h, gnuradio/wfm.h: added SSB + and WFM demodulator classes 2003-10-01 19:34 fillods - * yaesu/: ft100.c, ft747.c, ft817.c, ft847.c, ft857.c: remove some - dead wood + * yaesu/ft100.c, yaesu/ft747.c, yaesu/ft817.c, yaesu/ft847.c, + yaesu/ft857.c: remove some dead wood -2003-10-01 19:31 fillods +2003-10-01 19:32 fillods * alinco/alinco.c, alinco/dx77.c, aor/aor.c, aor/ar3000.c, - aor/ar5000.c, aor/ar8000.c, aor/ar8200.c, drake/drake.c, - drake/r8b.c, dummy/dummy.c, easycomm/easycomm.c, gnuradio/gr.c, - gnuradio/graudio.c, gnuradio/mc4020.c, icom/ic275.c, icom/ic475.c, - icom/ic706.c, icom/ic718.c, icom/ic725.c, icom/ic735.c, - icom/ic736.c, icom/ic737.c, icom/ic775.c, icom/ic821h.c, - icom/ic910.c, icom/ic970.c, icom/icr7000.c, icom/icr8500.c, - icom/omni.c, icom/os456.c, icom/os535.c, jrc/jrc.c, jrc/nrd545.c, - kachina/505dsp.c, kenwood/kenwood.c, kenwood/th.c, kenwood/thd7.c, - kenwood/thf7.c, kenwood/thg71.c, kenwood/ts2000.c, kenwood/ts440.c, - kenwood/ts450s.c, kenwood/ts570.c, kenwood/ts790.c, - kenwood/ts850.c, kenwood/ts870s.c, kenwood/ts930.c, - kenwood/ts950.c, lowe/hf235.c, lowe/lowe.c, - microtune/module_4937.c, pcr/pcr.c, pcr/pcr100.c, pcr/pcr1000.c, - rotorez/rotorez.c, sartek/sartek.c, src/tones.c, tentec/argonaut.c, - tentec/pegasus.c, tentec/rx320.c, tentec/tentec.c, - tentec/tentec2.c, uniden/bc895.c, uniden/uniden.c, - winradio/wr1000.c, winradio/wr1500.c, winradio/wr1550.c, - winradio/wr3100.c, winradio/wr3150.c, winradio/wr3500.c, - winradio/wr3700.c: include fixup, stdio.h is not included by rig.h - anymore + aor/ar5000.c, aor/ar8000.c, aor/ar8200.c, drake/drake.c, + drake/r8b.c, dummy/dummy.c, easycomm/easycomm.c, gnuradio/gr.c, + gnuradio/graudio.c, gnuradio/mc4020.c, icom/ic275.c, + icom/ic475.c, icom/ic706.c, icom/ic718.c, icom/ic725.c, + icom/ic735.c, icom/ic736.c, icom/ic737.c, icom/ic775.c, + icom/ic821h.c, icom/ic910.c, icom/ic970.c, icom/icr7000.c, + icom/icr8500.c, icom/omni.c, icom/os456.c, icom/os535.c, + jrc/jrc.c, jrc/nrd545.c, kachina/505dsp.c, kenwood/kenwood.c, + kenwood/th.c, kenwood/thd7.c, kenwood/thf7.c, kenwood/thg71.c, + kenwood/ts2000.c, kenwood/ts440.c, kenwood/ts450s.c, + kenwood/ts570.c, kenwood/ts790.c, kenwood/ts850.c, + kenwood/ts870s.c, kenwood/ts930.c, kenwood/ts950.c, lowe/hf235.c, + lowe/lowe.c, microtune/module_4937.c, pcr/pcr.c, pcr/pcr100.c, + pcr/pcr1000.c, rotorez/rotorez.c, sartek/sartek.c, src/tones.c, + tentec/argonaut.c, tentec/pegasus.c, tentec/rx320.c, + tentec/tentec.c, tentec/tentec2.c, uniden/bc895.c, + uniden/uniden.c, winradio/wr1000.c, winradio/wr1500.c, + winradio/wr1550.c, winradio/wr3100.c, winradio/wr3150.c, + winradio/wr3500.c, winradio/wr3700.c: include fixup, stdio.h is + not included by rig.h anymore 2003-10-01 18:08 fillods * macros/python.m4: don't put us into trouble if python is not - installed + installed 2003-09-28 20:51 fillods - * gnuradio/: Makefile.am, am.h, gnuradio.cc, gr_priv.h, nfm.h: WIP, - new demodulator chain class + * gnuradio/Makefile.am, gnuradio/am.h, gnuradio/gnuradio.cc, + gnuradio/gr_priv.h, gnuradio/nfm.h: WIP, new demodulator chain + class 2003-09-28 16:14 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h, thg71.c: added - initial support for the TH-G71 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/thg71.c: added initial support for the TH-G71 2003-09-28 16:00 fillods @@ -5607,21 +6263,24 @@ 2003-09-28 15:59 fillods - * gnuradio/: gnuradio.cc, gnuradio.h, gr_priv.h, graudio.c: * this - is WIP. Some new demodulators copy/pasted from the GNU Radio - project * declared GrAudio I&Q interface + * gnuradio/gnuradio.cc, gnuradio/gnuradio.h, gnuradio/gr_priv.h, + gnuradio/graudio.c: * this is WIP. Some new demodulators + copy/pasted from the GNU Radio project + * declared GrAudio I&Q interface 2003-09-28 15:36 fillods - * flexradio/sdr1k.c: * First working version! still a WIP though.. - * reworked parallel port access: invert logic to make it more - natural * explicit ppdev locking + * flexradio/sdr1k.c: * First working version! still a WIP though.. + * reworked parallel port access: invert logic to make it more + natural + * explicit ppdev locking 2003-09-28 15:34 fillods * fodtrack/fodtrack.c, src/serial.c, src/serial.h: * reworked - parallel port access: invert logic to make it more natural * - explicit ppdev locking * support for inclusion by C++ code + parallel port access: invert logic to make it more natural + * explicit ppdev locking + * support for inclusion by C++ code 2003-09-28 15:30 fillods @@ -5629,13 +6288,17 @@ 2003-09-28 15:28 fillods - * microtune/: Makefile.am, givelp1.cc, i2c.cc, i2c.h, i2cio.h, - i2cio_pp.cc, i2cio_pp.h, microtune.cc, microtune.h, - microtune_4937.cc, microtune_4937.h, microtune_eval_board.cc, - microtune_eval_board.h, module_4937.c, ppio.cc, ppio.h: * upstream - upgrade from GNU Radio project (0.8cvs current 030928) * added AGC - level set * no more raw parallel port access -> use portable Hamlib - // primitives + * microtune/Makefile.am, microtune/givelp1.cc, microtune/i2c.cc, + microtune/i2c.h, microtune/i2cio.h, microtune/i2cio_pp.cc, + microtune/i2cio_pp.h, microtune/microtune.cc, + microtune/microtune.h, microtune/microtune_4937.cc, + microtune/microtune_4937.h, microtune/microtune_eval_board.cc, + microtune/microtune_eval_board.h, microtune/module_4937.c, + microtune/ppio.cc, microtune/ppio.h: * upstream upgrade from GNU + Radio project (0.8cvs current 030928) + * added AGC level set + * no more raw parallel port access -> use portable Hamlib // + primitives 2003-09-23 22:54 fillods @@ -5655,63 +6318,58 @@ 2003-09-21 11:08 fillods - * yaesu/: ft857.c, ft857.h: Patch from Tomi Manninen / OH2BNS: - - ft857-arg-check: - - - remove all checks for rig != NULL, these are done by the front - end - - ft857-squelch: - - - add ft857_get_dcd() and ft857_get_level(RIG_LEVEL_SQLSTAT) - - changed S meter calculation a bit - - the rig rejects ft857_set_ptt() if state isn't changed, - handling this might be needed in other set commands as well - - increased read timeout a bit - - tried ft857_set_powerstat(), didn't work... - - minor cosmetic stuff + * yaesu/ft857.c, yaesu/ft857.h: Patch from Tomi Manninen / OH2BNS: + + ft857-arg-check: + + - remove all checks for rig != NULL, these are done by the front + end + + ft857-squelch: + + - add ft857_get_dcd() and ft857_get_level(RIG_LEVEL_SQLSTAT) + - changed S meter calculation a bit + - the rig rejects ft857_set_ptt() if state isn't changed, + handling this might be needed in other set commands as well + - increased read timeout a bit + - tried ft857_set_powerstat(), didn't work... + - minor cosmetic stuff 2003-09-12 03:15 n0nb * include/hamlib/rotator.h, src/locator.c, tests/testloc.c: - 2003-09-11 - - Updated: - rotator.h -- new declarations dec2dmmm() and - dmmm2dec() - locator.c -- new functions dec2dmm() and dmm2dec() - also - reworked document comments - testloc.c -- support for new dec2dmm() and - dmmm2dec() + 2003-09-11 + + Updated: + rotator.h -- new declarations dec2dmmm() and dmmm2dec() + locator.c -- new functions dec2dmm() and dmm2dec() also + reworked document comments + testloc.c -- support for new dec2dmm() and dmmm2dec() 2003-09-11 01:04 n0nb * include/hamlib/rotator.h, src/locator.c, tests/testloc.c: - 2003-09-10 - - Updated: - locator.c -- fixed "zero bug" in dec2dms() and - dms2dec() - rotator.h -- changed dec2dms() and dms2dec() - parameter, - degrees to float and minutes to double - testloc.c -- modified to support changed parameters + 2003-09-10 + + Updated: + locator.c -- fixed "zero bug" in dec2dms() and dms2dec() + rotator.h -- changed dec2dms() and dms2dec() parameter, + degrees to float and minutes to double + testloc.c -- modified to support changed parameters 2003-09-07 18:30 fillods * icom/optoscan.c, icom/os456.c, icom/os535.c, src/event.c: Patches - for pipelined tuning and OS535 from Michael Smith + for pipelined tuning and OS535 from Michael Smith 2003-09-07 14:07 fillods * winradio/winradio.c: Missing WR-1550 registration, from Juergen - DC3BW + DC3BW 2003-08-27 07:39 fillods - * yaesu/: ft857.c, ft857.h: FT-857 patch from Tomi, OH2BNS + * yaesu/ft857.c, yaesu/ft857.h: FT-857 patch from Tomi, OH2BNS 2003-08-25 22:45 fillods @@ -5720,7 +6378,7 @@ 2003-08-25 22:41 fillods * flexradio/Makefile.am, fodtrack/Makefile.am: Include LIBOBJ - portability replacements + portability replacements 2003-08-25 22:38 fillods @@ -5732,23 +6390,24 @@ 2003-08-25 22:35 fillods - * src/: serial.c, serial.h: * fix a bug with TIOCMBIC/TIOCMBIS and - char arg * added support for Win32 parallel port * added - par_read_status() helper + * src/serial.c, src/serial.h: * fix a bug with TIOCMBIC/TIOCMBIS + and char arg + * added support for Win32 parallel port + * added par_read_status() helper 2003-08-25 22:33 fillods - * src/: rig.c, rotator.c: Default device name (OS dependant) + * src/rig.c, src/rotator.c: Default device name (OS dependant) 2003-08-25 22:32 fillods - * src/: Makefile.am, par_nt.h: Win32 parallel port support, - borrowed from libieee1284 + * src/Makefile.am, src/par_nt.h: Win32 parallel port support, + borrowed from libieee1284 2003-08-25 22:28 fillods * include/hamlib/rig.h, src/misc.c, tests/rigctl.1: added new VFO - OP + OP 2003-08-25 22:26 fillods @@ -5756,74 +6415,67 @@ 2003-08-25 22:26 fillods - * bindings/: Makefile.am, pytest.py: added python binding initial - support + * bindings/Makefile.am, bindings/pytest.py: added python binding + initial support 2003-08-25 22:23 fillods * configure.ac: * fodtrack and flexradio gained systemwise - portability * added python binding intial support * requirement: - gnuradio >= 0.8 + portability + * added python binding intial support + * requirement: gnuradio >= 0.8 2003-08-25 22:20 fillods - * macros/: Makefile.am, python.m4: added python binding support + * macros/Makefile.am, macros/python.m4: added python binding + support 2003-08-21 20:37 n0nb * tests/testloc.c: 2003-08-21 - - Update - testloc.c -- added error checking for - longlat2locator() - return value. + + Update + testloc.c -- added error checking for longlat2locator() + return value. 2003-08-21 20:22 n0nb * include/hamlib/rotator.h, src/locator.c, tests/testloc.c: - 2003-08-21 - - Update: - locator.c -- added argument int pair_count to - longlat2locator() and changed longlat2locator() - from - void to type int return. Changed *seconds argument - in - dms2dec() and dec2dms() from type int to type - double. - - rotator.h -- function prototypes to match above. - - testloc.c -- modified to support changes in - locator.c - Added additional command line parameter, - locator-length - which is expected after the first locator and - before the - optional second locator. + 2003-08-21 + + Update: + locator.c -- added argument int pair_count to + longlat2locator() and changed longlat2locator() from + void to type int return. Changed *seconds argument in + dms2dec() and dec2dms() from type int to type double. + + rotator.h -- function prototypes to match above. + + testloc.c -- modified to support changes in locator.c + Added additional command line parameter, locator-length + which is expected after the first locator and before the + optional second locator. 2003-08-21 03:11 n0nb * src/locator.c, tests/testloc.c: 2003-08-20 - - Update: - locator.c incoporated Dave Hines' code to work - with - extended locators as long as 6 lon/lat pairs. - Changed - locator array to be a nul terminated string as - created - by longlat2locator(). - - testloc.c changed to accomodate nul terminated - string - from longlat2locator(). + + Update: + locator.c incoporated Dave Hines' code to work with + extended locators as long as 6 lon/lat pairs. Changed + locator array to be a nul terminated string as created + by longlat2locator(). + + testloc.c changed to accomodate nul terminated string + from longlat2locator(). 2003-08-20 07:28 fillods - * tests/: rigctl.test/rigctl.exp, Makefile.am, config/unix.exp, - testbcd.test/testbcd.exp, testfreq.test/testfreq.exp, - testloc.test/testloc.exp: DejaGNU tests + * tests/Makefile.am, tests/config, tests/config/unix.exp, + tests/rigctl.test, tests/rigctl.test/rigctl.exp, + tests/testbcd.test, tests/testbcd.test/testbcd.exp, + tests/testfreq.test, tests/testfreq.test/testfreq.exp, + tests/testloc.test, tests/testloc.test/testloc.exp: DejaGNU tests 2003-08-20 07:23 fillods @@ -5832,14 +6484,14 @@ 2003-08-20 07:22 fillods * lib/termios.c, lib/usleep.c, src/event.c, src/iofunc.c, - src/serial.c: mingw/cygwin fixes + src/serial.c: mingw/cygwin fixes 2003-08-19 23:41 n0nb * src/locator.c: 2003-08-19 - - Update: - locator.c--various bug fixes + + Update: + locator.c--various bug fixes 2003-08-19 21:28 fillods @@ -5848,21 +6500,21 @@ 2003-08-17 22:39 fillods * bindings/ignore.swg, icom/Makefile.am, icom/frame.c, icom/icom.h, - icom/optoscan.c, icom/optoscan.h, icom/os456.c, - include/hamlib/rig.h, rpcrig/rpc.rigd.8, rpcrig/rpcrigd.c, - src/event.c, src/event.h, src/misc.c, src/rig.c, src/serial.c, - src/serial.h, tests/dumpcaps.c, tests/rigctl.1, tests/rigctl.c: - Support for pipelined tuning, including DCD on CD line. + icom/optoscan.c, icom/optoscan.h, icom/os456.c, + include/hamlib/rig.h, rpcrig/rpc.rigd.8, rpcrig/rpcrigd.c, + src/event.c, src/event.h, src/misc.c, src/rig.c, src/serial.c, + src/serial.h, tests/dumpcaps.c, tests/rigctl.1, tests/rigctl.c: + Support for pipelined tuning, including DCD on CD line. 2003-08-17 22:33 fillods * configure.ac, lib/Makefile.am, lib/gettimeofday.c: gettimeofday - replacement for WIN32 + replacement for WIN32 2003-08-15 19:17 pa4tu * kenwood/kenwood.c: ts-850 returns ID 009 according to martin, - OK1RR + OK1RR 2003-08-15 01:33 fillods @@ -5871,7 +6523,7 @@ 2003-08-15 01:25 fillods * configure.ac, src/event.c, src/iofunc.c, src/serial.c: termios - replacement for win32 support + replacement for win32 support 2003-08-15 01:16 fillods @@ -5879,8 +6531,8 @@ 2003-08-15 01:15 fillods - * lib/: Makefile.am, termios.c, win32termios.h: added termios - replacement for win32 + * lib/Makefile.am, lib/termios.c, lib/win32termios.h: added termios + replacement for win32 2003-08-15 01:05 fillods @@ -5888,12 +6540,12 @@ 2003-08-15 01:01 fillods - * macros/libtool.m4, macros/ltdl.m4, ltmain.sh, - libltdl/COPYING.LIB, libltdl/Makefile.in, libltdl/aclocal.m4, - libltdl/config.guess, libltdl/config.h, libltdl/config.sub, - libltdl/configure, libltdl/configure.ac, libltdl/install-sh, - libltdl/ltdl.c, libltdl/ltdl.h, libltdl/ltmain.sh: update to - libtool 1.5.0a/Debian + * libltdl/COPYING.LIB, libltdl/Makefile.in, libltdl/aclocal.m4, + libltdl/config.guess, libltdl/config.h, libltdl/config.sub, + libltdl/configure, libltdl/configure.ac, libltdl/install-sh, + libltdl/ltdl.c, libltdl/ltdl.h, libltdl/ltmain.sh, ltmain.sh, + macros/libtool.m4, macros/ltdl.m4: update to libtool + 1.5.0a/Debian 2003-08-11 21:21 fillods @@ -5901,8 +6553,8 @@ 2003-08-11 21:20 fillods - * yaesu/: Makefile.am, ft857.c, ft857.h, yaesu.c, yaesu.h: added - intial support for ft857 + * yaesu/Makefile.am, yaesu/ft857.c, yaesu/ft857.h, yaesu/yaesu.c, + yaesu/yaesu.h: added intial support for ft857 2003-08-11 21:18 fillods @@ -5911,7 +6563,7 @@ 2003-07-03 06:47 fillods * include/hamlib/rig.h: compile warning fixes on NetBSD from - Berndt, VK5ABN + Berndt, VK5ABN 2003-07-03 06:46 fillods @@ -5927,21 +6579,21 @@ 2003-06-23 18:11 pa4tu - * ltmain.sh, kenwood/kenwood.c, kenwood/ts450s.c, kenwood/ts850.c, - libltdl/Makefile.in: correct baudrate for some rigs and add ts-950 - to the id_list + * kenwood/kenwood.c, kenwood/ts450s.c, kenwood/ts850.c, + libltdl/Makefile.in, ltmain.sh: correct baudrate for some rigs + and add ts-950 to the id_list 2003-06-23 17:48 pa4tu - * kenwood/: kenwood.c, ts870s.c, ts950.c: correct baudrate for the - ts-950, use the information field IF for get_vfo by default - (supported by most kenwood rigs), ts870s will use the much shorter - FR command for get_vfo + * kenwood/kenwood.c, kenwood/ts870s.c, kenwood/ts950.c: correct + baudrate for the ts-950, use the information field IF for get_vfo + by default (supported by most kenwood rigs), ts870s will use the + much shorter FR command for get_vfo 2003-06-22 21:37 fillods * src/rig.c: fix previous commit(rig_close) and default parallel - port + port 2003-06-22 20:43 fillods @@ -5969,7 +6621,7 @@ 2003-06-22 19:50 fillods - * src/: serial.c, serial.h: new pp_write data/control helpers + * src/serial.c, src/serial.h: new pp_write data/control helpers 2003-06-22 19:41 fillods @@ -5993,10 +6645,10 @@ 2003-06-22 19:36 fillods - * flexradio/Makefile.am, flexradio/sdr1k.c, flexradio/sdr1k.h, - lowe/Makefile.am, lowe/hf235.c, lowe/lowe.c, lowe/lowe.h, - sartek/Makefile.am, sartek/sartek.c, sartek/sartek.h: Initial - release + * flexradio, flexradio/Makefile.am, flexradio/sdr1k.c, + flexradio/sdr1k.h, lowe, lowe/Makefile.am, lowe/hf235.c, + lowe/lowe.c, lowe/lowe.h, sartek, sartek/Makefile.am, + sartek/sartek.c, sartek/sartek.h: Initial release 2003-06-22 19:34 fillods @@ -6008,8 +6660,8 @@ 2003-05-31 08:55 pa4tu - * debian/: changelog, control, rules, shlibs.local: update the - debian build tree to the latest + * debian/changelog, debian/control, debian/rules, + debian/shlibs.local: update the debian build tree to the latest 2003-05-20 07:01 fillods @@ -6017,10 +6669,11 @@ 2003-05-19 06:57 fillods - * icom/: Makefile.am, icom.h, optoscan.c, os456.c, os535.c: Patch - from Michael Smith adding support for RIG_LEVEL_AF, as well as tape - jack support, 5khz window support, and support for reading various - status bits from the os456. + * icom/Makefile.am, icom/icom.h, icom/optoscan.c, icom/os456.c, + icom/os535.c: Patch from Michael Smith adding support for + RIG_LEVEL_AF, + as well as tape jack support, 5khz window support, and support + for reading various status bits from the os456. 2003-05-16 16:31 fillods @@ -6028,8 +6681,9 @@ 2003-05-12 22:29 fillods - * tentec/: Makefile.am, argonaut.c, tentec.c, tentec.h, tentec2.c, - tentec2.h: added initial support for Argonaut V + * tentec/Makefile.am, tentec/argonaut.c, tentec/tentec.c, + tentec/tentec.h, tentec/tentec2.c, tentec/tentec2.h: added + initial support for Argonaut V 2003-05-12 22:27 fillods @@ -6038,7 +6692,7 @@ 2003-05-05 10:46 fillods * tentec/tentec.c: fix a bug in tentec_set_freq, make get STRENGTH - to work thanks to Maitland AA4HS + to work thanks to Maitland AA4HS 2003-05-03 13:34 fillods @@ -6047,14 +6701,16 @@ 2003-05-03 13:17 fillods * include/hamlib/rig.h, src/conf.c, src/event.c, src/rig.c, - src/token.h, tests/rigctl.1, tests/rigctl.c: Implemented emulation - of rig transceive mode using polling (based on SIGALRM), moved all - transceive and event related functions from rig.c to event.c. + src/token.h, tests/rigctl.1, tests/rigctl.c: Implemented + emulation of rig transceive mode using polling (based on + SIGALRM), + moved all transceive and event related functions from rig.c to + event.c. 2003-05-03 11:24 fillods * yaesu/ft847.c: added explicit CWR support, print full vfo name in - debug messages + debug messages 2003-05-03 11:23 fillods @@ -6062,8 +6718,9 @@ 2003-05-03 11:21 fillods - * configure.ac: Let's start the 1.1.5cvs round: check for - setitimer, fix backend dir dependency in VPATH building. + * configure.ac: Let's start the 1.1.5cvs round: + check for setitimer, fix backend dir dependency in VPATH + building. 2003-04-28 07:12 fillods @@ -6091,8 +6748,8 @@ 2003-04-26 09:54 fillods - * icom/: frame.c, frame.h, icom.c, os456.c: OS456 has no passband - data in set_mode/get_mode + * icom/frame.c, icom/frame.h, icom/icom.c, icom/os456.c: OS456 has + no passband data in set_mode/get_mode 2003-04-23 22:17 fillods @@ -6101,7 +6758,7 @@ 2003-04-23 22:15 fillods * configure.ac: re-enable c++ binding, fix tcl build, bindings - build requires perl *and* tcl + build requires perl *and* tcl 2003-04-23 21:06 fillods @@ -6110,7 +6767,7 @@ 2003-04-23 21:05 fillods * rpcrig/Makefile.am, rpcrot/Makefile.am: Tell rpcgen to generate - code in ANSI C, with conventional stub names + code in ANSI C, with conventional stub names 2003-04-23 20:57 fillods @@ -6126,25 +6783,25 @@ 2003-04-22 19:31 fillods - * rpcrig/: rpcrig.x, rpcrig_backend.c, rpcrig_proc.c: shadowed - struct declaration fixup + * rpcrig/rpcrig.x, rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c: + shadowed struct declaration fixup 2003-04-20 18:39 pa4tu - * debian/: README.Debian, rules, changelog: fix the debian build - script, new maintainer + * debian/README.Debian, debian/changelog, debian/rules: fix the + debian build script, new maintainer 2003-04-19 13:47 fillods - * libltdl/acinclude.m4, libltdl/configure.in, libltdl/stamp-h, - libltdl/stamp-h.in, libltdl/COPYING.LIB, libltdl/Makefile.am, - libltdl/README, libltdl/aclocal.m4, libltdl/config-h.in, - libltdl/config.guess, libltdl/config.sub, libltdl/configure, - libltdl/install-sh, libltdl/ltmain.sh, libltdl/mkinstalldirs, - libltdl/Makefile.in, libltdl/config.h, libltdl/configure.ac, - libltdl/ltdl.c, libltdl/missing, configure.ac, ltmain.sh, - macros/Makefile.am, macros/ltdl.m4, src/rig.c: upgrade to libtool - 1.5 + * configure.ac, libltdl/COPYING.LIB, libltdl/Makefile.am, + libltdl/Makefile.in, libltdl/README, libltdl/acinclude.m4, + libltdl/aclocal.m4, libltdl/config-h.in, libltdl/config.guess, + libltdl/config.h, libltdl/config.sub, libltdl/configure, + libltdl/configure.ac, libltdl/configure.in, libltdl/install-sh, + libltdl/ltdl.c, libltdl/ltmain.sh, libltdl/missing, + libltdl/mkinstalldirs, libltdl/stamp-h, libltdl/stamp-h.in, + ltmain.sh, macros/Makefile.am, macros/ltdl.m4, src/rig.c: upgrade + to libtool 1.5 2003-04-19 11:49 fillods @@ -6161,55 +6818,52 @@ 2003-04-16 22:33 fillods * include/hamlib/rig.h, include/hamlib/rig_dll.h, src/event.c, - src/serial.c, src/tones.c, src/tones.h: * portability fixes * On - some arch (win32), backends cannot use exported global variables as - initializers + src/serial.c, src/tones.c, src/tones.h: * portability fixes + * On some arch (win32), backends cannot use exported global + variables as initializers 2003-04-16 22:30 fillods - * configure.ac, alinco/alinco.c, alinco/alinco.h, aor/aor.c, - src/Makefile.am, src/register.c, src/register.h, src/rot_reg.c, - aor/aor.h, drake/drake.c, drake/drake.h, dummy/dummy.c, - dummy/dummy.h, dummy/rot_dummy.c, dummy/rot_dummy.h, - easycomm/easycomm.c, easycomm/easycomm.h, fodtrack/fodtrack.c, - fodtrack/fodtrack.h, gnuradio/gnuradio.h, icom/icom.c, icom/icom.h, - jrc/jrc.c, jrc/jrc.h, kachina/kachina.c, kachina/kachina.h, - kenwood/kenwood.c, kenwood/kenwood.h, microtune/microtune.h, - microtune/module_4937.c, pcr/pcr.c, pcr/pcr.h, rotorez/rotorez.c, - rotorez/rotorez.h, rpcrig/rpcrig_backend.c, - rpcrig/rpcrig_backend.h, rpcrot/rpcrot_backend.c, tentec/tentec.c, - tentec/tentec.h, uniden/uniden.c, uniden/uniden.h, - winradio/winradio.c, winradio/winradio.h, yaesu/yaesu.c, - yaesu/yaesu.h: * added ABI VERSION to backend entry point symbol - name + * alinco/alinco.c, alinco/alinco.h, aor/aor.c, aor/aor.h, + configure.ac, drake/drake.c, drake/drake.h, dummy/dummy.c, + dummy/dummy.h, dummy/rot_dummy.c, dummy/rot_dummy.h, + easycomm/easycomm.c, easycomm/easycomm.h, fodtrack/fodtrack.c, + fodtrack/fodtrack.h, gnuradio/gnuradio.h, icom/icom.c, + icom/icom.h, jrc/jrc.c, jrc/jrc.h, kachina/kachina.c, + kachina/kachina.h, kenwood/kenwood.c, kenwood/kenwood.h, + microtune/microtune.h, microtune/module_4937.c, pcr/pcr.c, + pcr/pcr.h, rotorez/rotorez.c, rotorez/rotorez.h, + rpcrig/rpcrig_backend.c, rpcrig/rpcrig_backend.h, + rpcrot/rpcrot_backend.c, src/Makefile.am, src/register.c, + src/register.h, src/rot_reg.c, tentec/tentec.c, tentec/tentec.h, + uniden/uniden.c, uniden/uniden.h, winradio/winradio.c, + winradio/winradio.h, yaesu/yaesu.c, yaesu/yaesu.h: * added ABI + VERSION to backend entry point symbol name 2003-04-14 22:17 n0nb - * yaesu/: ft900.c, ft900.h: 2003-04-14: - - Update: - Upload missing ft900.[ch] (sheepish grin) + * yaesu/ft900.c, yaesu/ft900.h: 2003-04-14: + + Update: + Upload missing ft900.[ch] (sheepish grin) 2003-04-14 03:05 n0nb - * yaesu/: Makefile.am, yaesu.c, yaesu.h: 2003-04-13: - - Updated: - Makefile.am, yaesu.h, yaesu.c--addition of FT-900 - backend - New: - ft900.h, ft900.c--basically a carbon copy of the - ft890 - backend. + * yaesu/Makefile.am, yaesu/yaesu.c, yaesu/yaesu.h: 2003-04-13: + + Updated: + Makefile.am, yaesu.h, yaesu.c--addition of FT-900 backend + New: + ft900.h, ft900.c--basically a carbon copy of the ft890 + backend. 2003-04-12 13:00 n0nb - * yaesu/: ft890.c, ft890.h: 2003-04-12: - - Update: - Added suport to ft890 for rig_vfo_op RIG_OP_TUNE - for - tuner start command. + * yaesu/ft890.c, yaesu/ft890.h: 2003-04-12: + + Update: + Added suport to ft890 for rig_vfo_op RIG_OP_TUNE for + tuner start command. 2003-04-10 18:25 fillods @@ -6221,22 +6875,24 @@ 2003-04-09 06:37 fillods - * icom/: icom.h, optoscan.c, os456.c: Patch from Michael Smith for - the OS456: - adds SQL status and signal strength support - fixes - the signal strength scaling - adds code to support - get_ctcss_tone(), get_dcs_code() and rig_recv_dtmf() + * icom/icom.h, icom/optoscan.c, icom/os456.c: Patch from Michael + Smith for the OS456: + - adds SQL status and signal strength support + - fixes the signal strength scaling + - adds code to support get_ctcss_tone(), get_dcs_code() and + rig_recv_dtmf() -2003-04-07 22:41 fillods +2003-04-07 22:42 fillods - * alinco/alinco.c, aor/aor.c, dummy/dummy.c, dummy/rot_dummy.c, - easycomm/easycomm.c, fodtrack/fodtrack.c, icom/frame.c, - icom/icom.c, icom/optoscan.c, jrc/jrc.c, kachina/kachina.c, - kenwood/kenwood.c, kenwood/th.c, pcr/pcr.c, rotorez/rotorez.c, - drake/drake.c, rpcrig/rpcrig_backend.c, rpcrot/rpcrot_backend.c, - src/iofunc.c, tentec/tentec.c, uniden/uniden.c, - winradio/winradio.c, yaesu/ft100.c, yaesu/ft1000mp.c, - yaesu/ft747.c, yaesu/ft817.c, yaesu/ft847.c, yaesu/ft890.c, - yaesu/ft920.c, yaesu/yaesu.c: fix headers + * alinco/alinco.c, aor/aor.c, drake/drake.c, dummy/dummy.c, + dummy/rot_dummy.c, easycomm/easycomm.c, fodtrack/fodtrack.c, + icom/frame.c, icom/icom.c, icom/optoscan.c, jrc/jrc.c, + kachina/kachina.c, kenwood/kenwood.c, kenwood/th.c, pcr/pcr.c, + rotorez/rotorez.c, rpcrig/rpcrig_backend.c, + rpcrot/rpcrot_backend.c, src/iofunc.c, tentec/tentec.c, + uniden/uniden.c, winradio/winradio.c, yaesu/ft100.c, + yaesu/ft1000mp.c, yaesu/ft747.c, yaesu/ft817.c, yaesu/ft847.c, + yaesu/ft890.c, yaesu/ft920.c, yaesu/yaesu.c: fix headers 2003-04-07 20:54 fillods @@ -6256,8 +6912,9 @@ 2003-04-06 18:50 fillods - * gnuradio/: gnuradio.cc, gnuradio.h, gr.c, gr_priv.h, graudio.c, - mc4020.c, testgr.cc: WIP + * gnuradio/gnuradio.cc, gnuradio/gnuradio.h, gnuradio/gr.c, + gnuradio/gr_priv.h, gnuradio/graudio.c, gnuradio/mc4020.c, + gnuradio/testgr.cc: WIP 2003-04-06 18:48 fillods @@ -6278,18 +6935,20 @@ 2003-04-06 18:40 fillods * alinco/alinco.c, alinco/alinco.h, alinco/dx77.c, c++/rigclass.cc, - dummy/dummy.c, icom/ic706.c, icom/ic718.c, icom/ic725.c, - icom/ic736.c, icom/ic737.c, icom/ic756.c, icom/icom.c, icom/icom.h, - include/hamlib/rig.h, include/hamlib/rigclass.h, rpcrig/rpcrig.x, - rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c, src/mem.c, - src/rig.c, tests/dumpcaps.c, tests/rigctl.1, tests/rigctl.c, - yaesu/ft100.c, yaesu/ft100.h, yaesu/ft817.c, yaesu/ft890.c, - yaesu/ft890.h, yaesu/ft920.c, yaesu/ft920.h: Adopt new split_vfo - handling. Basically, rename set_split/get_split to - set_split_vfo/get_split_vfo, and take an extra transmit vfo arg. - Ascending compatibility is retained at the API frontend level. - NOTE: only function name has changed. The backends do not implement - necessarily the new semantic (the extra tx vfo is just ignored). + dummy/dummy.c, icom/ic706.c, icom/ic718.c, icom/ic725.c, + icom/ic736.c, icom/ic737.c, icom/ic756.c, icom/icom.c, + icom/icom.h, include/hamlib/rig.h, include/hamlib/rigclass.h, + rpcrig/rpcrig.x, rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c, + src/mem.c, src/rig.c, tests/dumpcaps.c, tests/rigctl.1, + tests/rigctl.c, yaesu/ft100.c, yaesu/ft100.h, yaesu/ft817.c, + yaesu/ft890.c, yaesu/ft890.h, yaesu/ft920.c, yaesu/ft920.h: Adopt + new split_vfo handling. Basically, rename set_split/get_split + to set_split_vfo/get_split_vfo, and take an extra transmit vfo + arg. + Ascending compatibility is retained at the API frontend level. + NOTE: only function name has changed. The backends do not + implement + necessarily the new semantic (the extra tx vfo is just ignored). 2003-04-06 18:34 fillods @@ -6302,14 +6961,13 @@ 2003-04-05 04:13 n0nb * doc/README.ft890, yaesu/ft890.c, yaesu/ft890.h: 2003-04-04: - - Updated: - Implemented RIT functions, setting and reading PTT - status - as well as (rudimentary) reading S-meter level. - - New: - README.ft890 + + Updated: + Implemented RIT functions, setting and reading PTT status + as well as (rudimentary) reading S-meter level. + + New: + README.ft890 2003-04-02 21:29 fillods @@ -6330,12 +6988,12 @@ 2003-03-27 23:44 fillods * tests/rigctl.c: added ability to specify target vfo for each cmd - when -o option is passed on command line + when -o option is passed on command line 2003-03-24 23:08 fillods - * kenwood/: th.c, th.h, thd7.c, thf7.c: Removed RIG_FUNC_LMP in - favor of RIG_PARM_BACKLIGHT + * kenwood/th.c, kenwood/th.h, kenwood/thd7.c, kenwood/thf7.c: + Removed RIG_FUNC_LMP in favor of RIG_PARM_BACKLIGHT 2003-03-24 23:07 fillods @@ -6344,22 +7002,19 @@ 2003-03-24 23:06 fillods * include/hamlib/rig.h: added RIG_FUNC_TUNER, RIG_OP_TUNE. Removed - RIG_FUNC_LMP in favor of RIG_PARM_BACKLIGHT + RIG_FUNC_LMP in favor of RIG_PARM_BACKLIGHT 2003-03-24 12:18 n0nb * tests/rigctl.c, yaesu/ft890.c, yaesu/ft890.h: 2003-03-24: - - Update: - Fixed a stupid error in ft890_get_freq that caused - returned - freq to be divided by 10. - Added two new functions, set_ptt and get_ptt to set - rig - into and out of TX mode and query PTT status. - Modified ft890_set_freq to check passed vfo against - stored - value and update rig only if passed vfo differs. + + Update: + Fixed a stupid error in ft890_get_freq that caused returned + freq to be divided by 10. + Added two new functions, set_ptt and get_ptt to set rig + into and out of TX mode and query PTT status. + Modified ft890_set_freq to check passed vfo against stored + value and update rig only if passed vfo differs. 2003-03-21 19:56 pa4tu @@ -6368,7 +7023,7 @@ 2003-03-21 19:53 pa4tu * debian/rules: update debian build for rotorez and fodtrack, minor - fixes + fixes 2003-03-19 23:44 fillods @@ -6377,305 +7032,68 @@ 2003-03-19 23:41 fillods * include/hamlib/rig.h: cleanups, converted define's to enum's w/ - initializers bringing in doxygen comments + initializers bringing in doxygen comments 2003-03-15 23:58 fillods - * kenwood/kenwood.c, include/hamlib/riglist.h, kenwood/Makefile.am, - kenwood/kenwood.h, kenwood/ts930.c: added TS-930 + * include/hamlib/riglist.h, kenwood/Makefile.am, kenwood/kenwood.c, + kenwood/kenwood.h, kenwood/ts930.c: added TS-930 2003-03-10 08:40 fillods * include/hamlib/rig.h: reworked rig discovery (probe) API and cast - a vfo_t rewrite + a vfo_t rewrite 2003-03-10 08:26 fillods - * yaesu/: ft100.c, ft817.c, ft847.h: misc fixes of macros should - not be used or incorrect type + * yaesu/ft100.c, yaesu/ft817.c, yaesu/ft847.h: misc fixes of macros + should not be used or incorrect type 2003-03-10 08:26 fillods * drake/drake.c, drake/drake.h, icom/icom.c, icom/icom.h, - kenwood/kenwood.c, kenwood/kenwood.h, src/register.c, src/rig.c: - allow discovery(probe) of more than one rig attached to a port, - fixes + kenwood/kenwood.c, kenwood/kenwood.h, src/register.c, src/rig.c: + allow discovery(probe) of more than one rig attached to a port, + fixes 2003-03-09 04:43 n0nb - * yaesu/: Makefile.am, ft890.c, ft890.h, yaesu.c, yaesu.h: - 2003-03-08 - - Added: - New backend for Yaesu FT-890/FT-890AT - -2003-03-03 20:16 dedmons - - * kenwood/ts2000.txt: Corrected function name from levels() to - func(). Big oops! - -2003-03-02 21:50 dedmons - - * tests/testts2k.c: Got set/get_channel routines working. Still - have some fields to fix, but it'll write and read the memory now. - -2003-03-01 22:06 dedmons - - * include/hamlib/rig_newvfo.h, tests/testts2k.c: 1) Have ts2k.c - passing tests/testts2k again. 2) Working on getting get/set - channel to pass simple test. Added 'channel_t *next' to - rig_newvfo.h so a channel may be a list of one or more - channel_t's (e.g. split and other complex modes). 3) Added channel - test to testts2k. 4) tsctl still don't work with updates from - Hamlib Main branch. I still need to finish the grammar in - tests/rc so the testcmd command line will work for hamlib - commands. (Real cool when it works.) - -2003-02-27 11:45 dedmons - - * include/hamlib/rig_newvfo.h, tests/Makefile.in: Several new - functions available in ts2k.c using ts2k_cmds.c rig calls. Almost - back to original functionality. Added Mem/Vfo split in - rig_newvfo.h to support this mode on TS-2000 eventually. + * yaesu/Makefile.am, yaesu/ft890.c, yaesu/ft890.h, yaesu/yaesu.c, + yaesu/yaesu.h: 2003-03-08 + + Added: + New backend for Yaesu FT-890/FT-890AT 2003-02-27 03:50 n0nb * rotorez/rotorez.h: 2003-02-26: - - Updated: - rotorez.h for rot_set_conf support + + Updated: + rotorez.h for rot_set_conf support 2003-02-27 03:47 n0nb * doc/README.rotorez, rotorez/rotorez.c, tests/rotctl.1, - tests/rotctl.c: 2003-02-26 - - Added: - doc/README.rotorez -- backend to API document - Updated: - Added rot_set_conf support to rotorez.c - Added interactive support for rot_set_conf in - rotctl.c - Updated rotctl.1 for changes. - -2003-02-26 19:00 dedmons - - * libltdl/Makefile.in, tests/Makefile.am: Updates to ts2k.c. - Complete rewrite of module using new ts2k_cmds.c which implement - the entire TS-2000 command set. - -2003-02-25 16:15 dedmons - - * icom/ic725.c: One last file, I hope! - -2003-02-25 15:59 dedmons - - * tests/tree.h: file tree.h was initially added on branch - branch_ts2k. - -2003-02-25 15:59 dedmons - - * tests/lex.rig_yy.c: file lex.rig_yy.c was initially added on - branch branch_ts2k. - -2003-02-25 15:59 dedmons - - * Segfault-award, debian/hamlib-doc.dirs, debian/hamlib-utils.dirs, - debian/hamlib-utils.files, doc/README.ft920, gnuradio/gnuradio.cc, - gnuradio/graudio.c, gnuradio/mc4020.c, icom/ic737.c, - include/bandplan.h, src/idx_builtin.h, tests/lex.rig_yy.c, - tests/tree.h: More syncing branch_ts2k with Main. - -2003-02-25 15:34 dedmons - - * microtune/Makefile.in: file Makefile.in was initially added on - branch branch_ts2k. - -2003-02-25 15:34 dedmons - - * microtune/Makefile.am, microtune/Makefile.in, - microtune/givelp1.cc, microtune/i2c.cc, microtune/i2c.h, - microtune/i2cio.cc, microtune/i2cio.h, microtune/i2cio_pp.cc, - microtune/i2cio_pp.h, microtune/microtune.cc, - microtune/microtune.h, microtune/microtune_4937.cc, - microtune/microtune_4937.h, microtune/microtune_eval_board.cc, - microtune/microtune_eval_board.h, - microtune/microtune_eval_board_defs.h, microtune/module_4937.c, - microtune/ppio.cc, microtune/ppio.h, yaesu/ft1000mp.c, - yaesu/ft1000mp.h, yaesu/ft920.c, yaesu/ft920.h: Bringing more of - branch_ts2k up-to-date with Main. - -2003-02-25 06:31 dedmons - - * macros/: Makefile.am, Makefile.in, aclocal-include.m4, - libtool.m4, perl.m4, pkg.m4, tcl.m4: This directory keeps getting - skipped. Next time I'll remember -R... - -2003-02-25 06:31 dedmons - - * macros/Makefile.in: file Makefile.in was initially added on - branch branch_ts2k. - -2003-02-25 06:00 dedmons - - * bindings/Makefile.in, fodtrack/Makefile.in, rotorez/Makefile.in: - file Makefile.in was initially added on branch branch_ts2k. - -2003-02-25 06:00 dedmons - - * alinco/Makefile.am, alinco/Makefile.in, alinco/alinco.c, - alinco/alinco.h, alinco/dx77.c, aor/Makefile.am, aor/Makefile.in, - aor/aor.c, aor/aor.h, aor/ar5000.c, aor/ar8000.c, aor/ar8200.c, - bindings/Makefile.am, bindings/Makefile.in, bindings/hamlib.swg, - bindings/ignore.swg, bindings/perltest.pl, bindings/rig.swg, - bindings/rotator.swg, bindings/tcltest.tcl, c++/Makefile.in, - c++/rigclass.cc, c++/rotclass.cc, debian/hamlib-dev.dirs, - doc/Makefile.in, doc/hamlib.cfg, doc/index.doxygen, - drake/Makefile.am, drake/Makefile.in, drake/drake.c, drake/drake.h, - drake/r8b.c, dummy/Makefile.am, dummy/Makefile.in, dummy/dummy.c, - dummy/dummy.h, dummy/rot_dummy.c, dummy/rot_dummy.h, - easycomm/Makefile.am, easycomm/Makefile.in, easycomm/easycomm.c, - easycomm/easycomm.h, fodtrack/Makefile.am, fodtrack/Makefile.in, - fodtrack/fodtrack.c, fodtrack/fodtrack.h, gnuradio/Makefile.am, - gnuradio/Makefile.in, gnuradio/gnuradio.h, gnuradio/gr.c, - gnuradio/gr_priv.h, gnuradio/testgr.cc, icom/Makefile.am, - icom/Makefile.in, icom/frame.c, icom/ic275.c, icom/ic475.c, - icom/ic706.c, icom/ic718.c, icom/ic735.c, icom/ic756.c, - icom/ic775.c, icom/ic821h.c, icom/ic910.c, icom/ic970.c, - icom/icall.c, icom/icom.c, icom/icom.h, icom/icr7000.c, - icom/icr8500.c, icom/omni.c, icom/os456.c, icom/os535.c, - include/Makefile.am, include/Makefile.in, include/config.h.in, - include/hamlib/rig.h, include/hamlib/rig_dll.h, - include/hamlib/rigclass.h, include/hamlib/riglist.h, - include/hamlib/rotator.h, include/hamlib/rotlist.h, - jrc/Makefile.am, jrc/Makefile.in, jrc/jrc.c, jrc/jrc.h, - jrc/nrd545.c, kachina/505dsp.c, kachina/Makefile.am, - kachina/Makefile.in, kachina/kachina.c, kachina/kachina.h, - kenwood/k2.c, kenwood/kenwood.c, kenwood/kenwood.h, kenwood/th.c, - kenwood/thd7.c, kenwood/thf7.c, kenwood/ts2000.c, kenwood/ts2000.h, - kenwood/ts440.c, kenwood/ts450s.c, kenwood/ts50s.c, - kenwood/ts570.c, kenwood/ts790.c, kenwood/ts850.c, - kenwood/ts870s.c, kenwood/ts950.c, kylix/Makefile.in, - lib/Makefile.am, lib/Makefile.in, lib/getopt.c, lib/getopt_long.c, - libltdl/Makefile.in, libltdl/acinclude.m4, libltdl/aclocal.m4, - libltdl/config-h.in, libltdl/configure, libltdl/ltdl.c, - pcr/Makefile.am, pcr/Makefile.in, pcr/pcr.c, pcr/pcr.h, - pcr/pcr100.c, pcr/pcr1000.c, perl/Makefile.in, rotorez/Makefile.am, - rotorez/Makefile.in, rotorez/rotorez.c, rotorez/rotorez.h, - rotorez/rotorez.txt, rpcrig/Makefile.am, rpcrig/Makefile.in, - rpcrig/rpc.rigd.8, rpcrig/rpcrig.x, rpcrig/rpcrig_backend.c, - rpcrig/rpcrig_proc.c, rpcrig/rpcrigd.c, rpcrot/Makefile.in, - rpcrot/rpcrot.h, rpcrot/rpcrot.x, rpcrot/rpcrot_backend.c, - rpcrot/rpcrot_backend.h, rpcrot/rpcrot_clnt.c, - rpcrot/rpcrot_proc.c, rpcrot/rpcrot_svc.c, rpcrot/rpcrot_xdr.c, - rpcrot/rpcrotd.c, src/Makefile.in, src/cal.c, src/cal.h, - src/conf.c, src/conf.h, src/event.c, src/ext.c, src/iofunc.c, - src/iofunc.h, src/locator.c, src/misc.c, src/misc.h, - src/register.c, src/rig.c, src/rot_conf.c, src/rot_conf.h, - src/rot_reg.c, src/rotator.c, src/serial.c, src/serial.h, - src/token.h, src/tones.c, src/tones.h, tentec/Makefile.am, - tentec/Makefile.in, tentec/pegasus.c, tentec/rx320.c, - tentec/tentec.c, tentec/tentec.h, tests/Makefile.am, - tests/Makefile.am.ts2k, tests/Makefile.in, tests/dumpcaps.c, - tests/dumpmem.c, tests/listrigs.c, tests/rigctl.1, tests/rigctl.c, - tests/rigmatrix.c, tests/rotctl.1, tests/rotctl.c, tests/testbcd.c, - tests/testcmd.c, tests/testloc.c, tests/testvfo.c, tests/tsctl.c, - uniden/Makefile.am, uniden/Makefile.in, uniden/bc895.c, - uniden/uniden.c, uniden/uniden.h, winradio/Makefile.am, - winradio/Makefile.in, winradio/winradio.c, winradio/winradio.h, - winradio/wr1000.c, winradio/wr1500.c, winradio/wr1550.c, - winradio/wr3100.c, winradio/wr3150.c, winradio/wr3500.c, - winradio/wr3700.c, yaesu/Makefile.am, yaesu/Makefile.in, - yaesu/ft100.c, yaesu/ft100.h, yaesu/ft747.c, yaesu/ft747.h, - yaesu/ft817.c, yaesu/ft817.h, yaesu/ft847.c, yaesu/ft847.h, - yaesu/yaesu.c, yaesu/yaesu.h: Hopefully this is the last. Copied - files missing or outofdate with current hamlib Main. --Dale, - kd7eni - -2003-02-25 05:11 dedmons - - * tests/rigcmd.c: file rigcmd.c was initially added on branch - branch_ts2k. - -2003-02-25 05:11 dedmons - - * tests/lex_hamlib.h: file lex_hamlib.h was initially added on - branch branch_ts2k. - -2003-02-25 05:11 dedmons - - * tests/lex_rigs.h: file lex_rigs.h was initially added on branch - branch_ts2k. - -2003-02-25 05:11 dedmons - - * tests/lex_rotors.h: file lex_rotors.h was initially added on - branch branch_ts2k. - -2003-02-25 05:11 dedmons - - * tests/Makefile.am.ts2k: file Makefile.am.ts2k was initially added - on branch branch_ts2k. - -2003-02-25 05:11 dedmons - - * tests/lex_keywords.h: file lex_keywords.h was initially added on - branch branch_ts2k. - -2003-02-25 05:11 dedmons - - * kenwood/k2.c, tests/Makefile.am, tests/Makefile.am.ts2k, - tests/lex_hamlib.h, tests/lex_keywords.h, tests/lex_rigs.h, - tests/lex_rotors.h, tests/rigcmd.c: New stuff that didn't get - updated. - -2003-02-25 04:48 dedmons - - * hamlib.pc.in: autogen.sh couldn't find hamlib.pc.in. - -2003-02-25 04:24 dedmons - - * Makefile.am, Makefile.in, README.betatester, README.developer, - acinclude.m4, aclocal.m4, autogen.sh, config.guess, config.sub, - configure, configure.ac, depcomp, hamlib.spec.in, install-sh, - ltmain.sh, missing, mkinstalldirs: Hopefully, I've got things - copied over correctly. Much of this stuff won't affect me - regardless of version. I'll check later, but they should closely - match -r Main. - -2003-02-25 04:13 dedmons - - * include/hamlib/: rig.h, rig_dll.h, rig_newvfo.h, rigclass.h, - riglist.h, rotator.h, rotlist.h: rig.h now has hooks into - rig_newvfo.h. This allows selection of old and new style of vfo_t. - The remainder only updates branch_ts2k with current CVS. - -2003-02-25 04:06 dedmons - - * tests/: rig.tab.c, rig.tab.h, rigcmd.h, testts2k.c: See - especially the parser in tests/rc. Still working on satisfactory - and unambiguise grammar. --Dale - -2003-02-25 03:58 dedmons - - * kenwood/: Makefile.am, Makefile.in, README.ts2k, kenwood.c, - kenwood.h, th.c, thd7.c, thf7.c, ts2000.c, ts2000.h, ts2k.c, - ts2k.h, ts2k.status, ts2k_mdata.c, ts2k_menu.c, ts2k_menu.h, - ts440.c, ts450s.c, ts50s.c, ts570.c, ts790.c, ts850.c, ts870s.c, - ts950.c: This should have kenwood/* up-to-date with Main, with - minor changes. + tests/rotctl.c: 2003-02-26 + + Added: + doc/README.rotorez -- backend to API document + Updated: + Added rot_set_conf support to rotorez.c + Added interactive support for rot_set_conf in rotctl.c + Updated rotctl.1 for changes. 2003-02-24 22:27 fillods - * aor/: aor.c, aor.h, ar5000.c: patch from Chuck N2POR fixing - End-of-message and a potential seg fault in get_freq. Added - get_level/set_level support for ATT, and moved mode handling for - AR5000 + * aor/aor.c, aor/aor.h, aor/ar5000.c: patch from Chuck N2POR fixing + End-of-message and a potential seg fault in get_freq. Added + get_level/set_level support for ATT, and moved mode handling for + AR5000 2003-02-24 20:55 fillods - * tests/: Makefile.am, rig_bench.c: added rig_bench app to measure - get_freq/get_mode speed + * tests/Makefile.am, tests/rig_bench.c: added rig_bench app to + measure get_freq/get_mode speed 2003-02-23 22:43 fillods @@ -6684,54 +7102,54 @@ 2003-02-23 22:41 fillods * tests/dumpcaps.c: report tuning_step ANY (free form) and filter - ANY caps + ANY caps 2003-02-23 22:38 fillods - * src/: conf.c, rig.c, token.h: added support for set DTR/RTS - state, useful to power external device from the serial port + * src/conf.c, src/rig.c, src/token.h: added support for set DTR/RTS + state, useful to power external device from the serial port 2003-02-23 22:36 fillods - * src/: serial.c, serial.h: extract set_dtr/set_rts to serve - multiple purposes + * src/serial.c, src/serial.h: extract set_dtr/set_rts to serve + multiple purposes 2003-02-23 22:34 fillods * include/hamlib/rig.h: * made RIG_VFO_CURR different than - RIG_VFO_NONE * added RIG_TS_ANY, RIG_FLT_ANY for free form - tuning_step and filters * added support for set RTS/DTR state of - the serial port + RIG_VFO_NONE + * added RIG_TS_ANY, RIG_FLT_ANY for free form tuning_step and + filters + * added support for set RTS/DTR state of the serial port 2003-02-23 18:43 fillods * configure.ac: * gnuradio backend requires GNU Radio >= 0.7 with - new FIR API * fodtrack backend needs linux/ppdev.h support (2.4+ - kernels) + new FIR API + * fodtrack backend needs linux/ppdev.h support (2.4+ kernels) 2003-02-19 23:56 fillods - * icom/: Makefile.am, ic736.c, icom.c, icom.h: added IC-736 + * icom/Makefile.am, icom/ic736.c, icom/icom.c, icom/icom.h: added + IC-736 2003-02-14 15:23 avflinsch - * yaesu/ft100.c: [no log message] + * yaesu/ft100.c: *** empty log message *** 2003-02-13 22:17 fillods - * aor/: Makefile.am, aor.c, aor.h, ar3000.c: added initial support - for the AR3000A + * aor/Makefile.am, aor/aor.c, aor/aor.h, aor/ar3000.c: added + initial support for the AR3000A -2003-02-13 03:07 n0nb +2003-02-13 03:08 n0nb - * rotorez/: rotorez.c, rotorez.h: 2003-02-12: - - Update: - Fixed read bug where Rotor-EZ is apparently - returning the - azimuth string prepended with a semi-colon. Thanks - to - Orv W6BI for testing the code. + * rotorez/rotorez.c, rotorez/rotorez.h: 2003-02-12: + + Update: + Fixed read bug where Rotor-EZ is apparently returning the + azimuth string prepended with a semi-colon. Thanks to + Orv W6BI for testing the code. 2003-02-09 23:06 fillods @@ -6739,28 +7157,31 @@ 2003-02-09 23:02 fillods - * gnuradio/gnuradio.cc: * 2 demodulators are WIP: (W)FM and SSB * - MultiTask->process runs on its own thread within Hamlib backend, - thus no need to compile GNUradio with -DTHREAD=1. * Appropriate - locking to gurantee GNUradio coherency wrt multithreading. * - support for tuner control through Hamlib! The rig model number - can be set through set_conf * made backend fully vfo targetable * - added set_level/get_level support. setting RIG_LEVEL_RF works! + * gnuradio/gnuradio.cc: * 2 demodulators are WIP: (W)FM and SSB + * MultiTask->process runs on its own thread within Hamlib + backend, + thus no need to compile GNUradio with -DTHREAD=1. + * Appropriate locking to gurantee GNUradio coherency wrt + multithreading. + * support for tuner control through Hamlib! The rig model number + can be set through set_conf + * made backend fully vfo targetable + * added set_level/get_level support. setting RIG_LEVEL_RF works! 2003-02-09 22:54 fillods * gnuradio/gr_priv.h: MultiTask in separate thread, support for - tuner control through Hamlib, per channel modulation data + tuner control through Hamlib, per channel modulation data 2003-02-09 22:50 fillods * include/hamlib/riglist.h: added GRAUDIO model (sound card source - GNUradio) + GNUradio) 2003-02-09 22:49 fillods * gnuradio/gr.c: can do vfo target, has set_level, and some priv - capabilities + capabilities 2003-02-09 22:47 fillods @@ -6769,11 +7190,11 @@ 2003-02-09 22:46 fillods * gnuradio/Makefile.am: added MC4020/graudio sources, gnuradio.cc - now multithreaded, and some testgr fixes + now multithreaded, and some testgr fixes 2003-02-09 22:46 fillods - * gnuradio/: graudio.c, mc4020.c: Initial release + * gnuradio/graudio.c, gnuradio/mc4020.c: Initial release 2003-02-09 22:43 fillods @@ -6781,11 +7202,15 @@ 2003-01-29 23:06 fillods - * microtune/: givelp1.cc, i2c.cc, i2c.h, i2cio.cc, i2cio.h, - Makefile.am, i2cio_pp.cc, i2cio_pp.h, microtune.cc, microtune.h, - microtune_4937.cc, microtune_4937.h, microtune_eval_board.cc, - microtune_eval_board.h, microtune_eval_board_defs.h, module_4937.c, - ppio.cc, ppio.h: Initial release + * microtune, microtune/Makefile.am, microtune/givelp1.cc, + microtune/i2c.cc, microtune/i2c.h, microtune/i2cio.cc, + microtune/i2cio.h, microtune/i2cio_pp.cc, microtune/i2cio_pp.h, + microtune/microtune.cc, microtune/microtune.h, + microtune/microtune_4937.cc, microtune/microtune_4937.h, + microtune/microtune_eval_board.cc, + microtune/microtune_eval_board.h, + microtune/microtune_eval_board_defs.h, microtune/module_4937.c, + microtune/ppio.cc, microtune/ppio.h: Initial release 2003-01-29 23:04 fillods @@ -6793,19 +7218,20 @@ 2003-01-29 23:02 fillods - * configure.ac: * added microtune backend * added - --without-rpc-backends to explicitly disable RPC build (in case - of compilation trouble) + * configure.ac: * added microtune backend + * added --without-rpc-backends to explicitly disable RPC build + (in case + of compilation trouble) 2003-01-29 23:00 fillods * src/rotator.c: fix a potential seg fault on backend open failure, - removed useless rot_get_position in open + removed useless rot_get_position in open 2003-01-29 22:31 fillods * src/rig.c: fix a potential seg fault on backend open failure, - initialize state.current_vfo appropriately + initialize state.current_vfo appropriately 2003-01-29 22:31 fillods @@ -6815,25 +7241,23 @@ * kenwood/kenwood.c: added TS790 ID -2003-01-19 04:47 n0nb +2003-01-19 04:48 n0nb * doc/README.ft920, yaesu/ft920.c, yaesu/ft920.h: 2003-01-18 - - Updated: - More code cleanups. Updated README.ft920 to - reflect - latest backend status. + + Updated: + More code cleanups. Updated README.ft920 to reflect + latest backend status. 2003-01-17 04:43 n0nb - * yaesu/: ft920.c, ft920.h: 2003-01-16 - - Update: - Rewrote most of the backend functions to work with - passed RIG_VFO values. - Wrote three more helper functions to clean up main - code. - Added set/get rit/xit functions. + * yaesu/ft920.c, yaesu/ft920.h: 2003-01-16 + + Update: + Rewrote most of the backend functions to work with passed RIG_VFO + values. + Wrote three more helper functions to clean up main code. + Added set/get rit/xit functions. 2003-01-15 19:42 pa4tu @@ -6849,62 +7273,59 @@ 2003-01-12 17:02 pa4tu - * configure.ac, Makefile.am: add rpm support + * Makefile.am, configure.ac: add rpm support 2003-01-12 14:59 n0nb * rotorez/rotorez.c: 2003-01-12 - - Updated: - Added check for values greater than 359.4999 and - adjust - it to 0 for compatibility with DCU-1 + + Updated: + Added check for values greater than 359.4999 and adjust + it to 0 for compatibility with DCU-1 2003-01-12 14:29 n0nb * include/hamlib/rotlist.h, rotorez/rotorez.c, rotorez/rotorez.h, - rotorez/rotorez.txt: 2003-01-12 - - Updated: - Implemented basic functions for rotorez backend - - Added: - Text file describing extended DCU protocol used by - rotorez backend + rotorez/rotorez.txt: 2003-01-12 + + Updated: + Implemented basic functions for rotorez backend + + Added: + Text file describing extended DCU protocol used by + rotorez backend 2003-01-11 00:48 n0nb * Makefile.am, configure.ac, include/hamlib/rotlist.h: 2003-01-10 - - Update: - Updated build files for rotorez backend. + + Update: + Updated build files for rotorez backend. 2003-01-11 00:47 n0nb - * rotorez/: Makefile.am, rotorez.c, rotorez.h: 2003-01-10 - - New: - Adding files for initial rotorez build. Will - build, - but no functionality. + * rotorez, rotorez/Makefile.am, rotorez/rotorez.c, + rotorez/rotorez.h: 2003-01-10 + + New: + Adding files for initial rotorez build. Will build, + but no functionality. 2003-01-07 03:40 n0nb * yaesu/ft920.c: 2003-01-06 - - Updated: - Bumped version in ft920.c to 0.1.3 + + Updated: + Bumped version in ft920.c to 0.1.3 2003-01-07 03:32 n0nb * doc/README.ft920, yaesu/ft920.c, yaesu/ft920.h: 2003-01-06 - - Updated: - Added set/get_split_freq/mode support to FT-920 - backend. - Added error handling in ft920.c to pass errors from - called - functions to main library. + + Updated: + Added set/get_split_freq/mode support to FT-920 backend. + Added error handling in ft920.c to pass errors from called + functions to main library. 2003-01-06 22:13 fillods @@ -6920,9 +7341,9 @@ 2003-01-06 22:06 fillods - * icom/icom.c: * fix undefined signed char overflow * icom_get_freq - to be more tolerant on freq len (4 or 5), regardless of - civ_731_mode + * icom/icom.c: * fix undefined signed char overflow + * icom_get_freq to be more tolerant on freq len (4 or 5), + regardless of civ_731_mode 2003-01-06 22:04 fillods @@ -6938,8 +7359,8 @@ 2002-12-23 14:20 fillods - * icom/: Makefile.am, ic725.c, icom.c, icom.h: added IC725 initial - support + * icom/Makefile.am, icom/ic725.c, icom/icom.c, icom/icom.h: added + IC725 initial support 2002-12-22 13:52 pa4tu @@ -6999,7 +7420,8 @@ 2002-12-20 10:52 pa4tu - * debian/: rules, control, copyright: various lintian fixes + * debian/control, debian/copyright, debian/rules: various lintian + fixes 2002-12-20 10:39 pa4tu @@ -7016,9 +7438,9 @@ 2002-12-20 09:49 pa4tu * kenwood/ts450s.c: this rig does not have a command for reading IF - bandwidth + bandwidth -2002-12-19 11:00 pa4tu +2002-12-19 11:02 pa4tu * kenwood/kenwood.c, src/misc.c: add CWR and RTTYR @@ -7030,11 +7452,11 @@ * kenwood/ts450s.c: minor bugfix, bump to beta -2002-12-16 22:06 fillods +2002-12-16 22:07 fillods * configure.ac, rpcrig/Makefile.am, rpcrig/rpcrig_backend.c, - rpcrig/rpcrigd.c, rpcrot/Makefile.am, rpcrot/rpcrot_backend.c, - rpcrot/rpcrotd.c: Solaris RPC portability fix + rpcrig/rpcrigd.c, rpcrot/Makefile.am, rpcrot/rpcrot_backend.c, + rpcrot/rpcrotd.c: Solaris RPC portability fix 2002-12-16 22:02 fillods @@ -7047,7 +7469,7 @@ 2002-12-16 15:36 pa4tu * kenwood/ts450s.c: ts450s uses IF command for get_vfo, get_freq - and get_mode + and get_mode 2002-12-15 22:12 fillods @@ -7055,25 +7477,26 @@ 2002-12-01 21:49 fillods - * yaesu/: Makefile.am, ft1000.c, ft1000.h, ft1000mp.c, ft1000mp.h: - renamed ft1000 files to ft1000mp in order to avoid future clash + * yaesu/Makefile.am, yaesu/ft1000.c, yaesu/ft1000.h, + yaesu/ft1000mp.c, yaesu/ft1000mp.h: renamed ft1000 files to + ft1000mp in order to avoid future clash 2002-12-01 03:35 n0nb * README.developer: 2002-11-30 - - Update: - Added sarge to list of tested Debian systems. + + Update: + Added sarge to list of tested Debian systems. 2002-12-01 03:08 n0nb - * yaesu/: ft100.c, ft100.h, ft747.c, ft747.h, ft817.c, ft817.h, - ft847.c, ft847.h, yaesu.c, yaesu.h: 2002-11-30 - - Update: - Changed license boilerplate to LGPL after securing - permission - from Frank Singleton and Chris Karpinsky. + * yaesu/ft100.c, yaesu/ft100.h, yaesu/ft747.c, yaesu/ft747.h, + yaesu/ft817.c, yaesu/ft817.h, yaesu/ft847.c, yaesu/ft847.h, + yaesu/yaesu.c, yaesu/yaesu.h: 2002-11-30 + + Update: + Changed license boilerplate to LGPL after securing permission + from Frank Singleton and Chris Karpinsky. 2002-11-28 22:45 fillods @@ -7081,10 +7504,13 @@ 2002-11-28 22:38 fillods - * include/hamlib/rig.h: - doxygen update - RIG_DEBUG_* are now - enum's - new RIG_PORT_PARALLEL - new RIG_TYPE_TUNER - - RIG_VFO_UPLINK/RIG_VFO_DOWNLINK have been renamed to - RIG_VFO_TX/RIG_VFO_RX - new RIG_ANT_1, RIG_ANT_2, etc. + * include/hamlib/rig.h: - doxygen update + - RIG_DEBUG_* are now enum's + - new RIG_PORT_PARALLEL + - new RIG_TYPE_TUNER + - RIG_VFO_UPLINK/RIG_VFO_DOWNLINK have been renamed to + RIG_VFO_TX/RIG_VFO_RX + - new RIG_ANT_1, RIG_ANT_2, etc. 2002-11-28 22:34 fillods @@ -7092,7 +7518,7 @@ 2002-11-28 22:33 fillods - * src/: rotator.c, serial.c: fixes to allow new RIG_PORT_PARALLEL + * src/rotator.c, src/serial.c: fixes to allow new RIG_PORT_PARALLEL 2002-11-28 22:32 fillods @@ -7104,10 +7530,13 @@ 2002-11-28 22:29 fillods - * yaesu/: ft1000.c, ft1000.h: more work on the MARK-V FT1000MP: - - set_rit/get_rit - set_xit/get_xit - get_level - set_ptt - - to be tested.. + * yaesu/ft1000.c, yaesu/ft1000.h: more work on the MARK-V FT1000MP: + - set_rit/get_rit + - set_xit/get_xit + - get_level + - set_ptt + + to be tested.. 2002-11-28 22:27 fillods @@ -7115,47 +7544,44 @@ 2002-11-28 22:25 fillods - * tests/: rigctl.1, rigctl.c: added set/get xit and ant + * tests/rigctl.1, tests/rigctl.c: added set/get xit and ant 2002-11-28 22:24 fillods - * Makefile.am, configure.ac, fodtrack/Makefile.am, - fodtrack/fodtrack.c, fodtrack/fodtrack.h, include/hamlib/rotlist.h: - added fodtrack rotator initial support + * Makefile.am, configure.ac, fodtrack, fodtrack/Makefile.am, + fodtrack/fodtrack.c, fodtrack/fodtrack.h, + include/hamlib/rotlist.h: added fodtrack rotator initial support 2002-11-25 23:54 fillods - * yaesu/: ft1000.c, ft1000.h: fix get_freq, set_vfo(CURR), and - get_mode + * yaesu/ft1000.c, yaesu/ft1000.h: fix get_freq, set_vfo(CURR), and + get_mode 2002-11-23 14:09 n0nb * doc/README.ft920, yaesu/ft920.c, yaesu/ft920.h: 2002-11-23 - - New: - Added doc/README.ft920 to document FT-920 behavior - with - Hamlib. - - Updated: - Added support for rig_set_split and rig_get_split + + New: + Added doc/README.ft920 to document FT-920 behavior with + Hamlib. + + Updated: + Added support for rig_set_split and rig_get_split 2002-11-22 03:04 n0nb - * yaesu/: ft920.c, ft920.h: 2002-11-21 - - Update: - Corrected problem with "NULL pointer" in - ft920_get_vfo - Updated rx/tx ranges for regions 1 & 2 with - bandplan.h - Changed license in ft920.c/h to LGPL - Bumped backend version to 0.1.2 + * yaesu/ft920.c, yaesu/ft920.h: 2002-11-21 + + Update: + Corrected problem with "NULL pointer" in ft920_get_vfo + Updated rx/tx ranges for regions 1 & 2 with bandplan.h + Changed license in ft920.c/h to LGPL + Bumped backend version to 0.1.2 2002-11-21 23:09 fillods - * yaesu/: Makefile.am, ft1000.c, ft1000.h, yaesu.c, yaesu.h: added - initial support for the MARK-V FT-1000MP + * yaesu/Makefile.am, yaesu/ft1000.c, yaesu/ft1000.h, yaesu/yaesu.c, + yaesu/yaesu.h: added initial support for the MARK-V FT-1000MP 2002-11-21 23:06 fillods @@ -7163,53 +7589,53 @@ 2002-11-16 14:05 fillods - * icom/: Makefile.am, ic737.c, icom.c, icom.h: added IC 737 support + * icom/Makefile.am, icom/ic737.c, icom/icom.c, icom/icom.h: added + IC 737 support 2002-11-16 14:05 fillods - * include/: bandplan.h, Makefile.am: bandplan.h gathers couple - handy macros to declare freq_range's in model capabilities + * include/Makefile.am, include/bandplan.h: bandplan.h gathers + couple handy macros to declare freq_range's in model capabilities 2002-11-16 04:12 n0nb * yaesu/ft920.c: 2002-11-15: - - Update: - Fixed targetable VFO and other typographical - cleanups. - Bumped backend version to 0.1.1 + + Update: + Fixed targetable VFO and other typographical cleanups. + Bumped backend version to 0.1.1 2002-11-15 13:15 n0nb - * yaesu/: ft920.c, ft920.h: 2002-11-15: - - Update: - In ft920.c get_freq, set_freq, get_mode, set_mode, - get_vfo, set_vfo should be complete enough to - consider - them in beta state. - - Advanced ft920 backend version to 0.1.0 + * yaesu/ft920.c, yaesu/ft920.h: 2002-11-15: + + Update: + In ft920.c get_freq, set_freq, get_mode, set_mode, + get_vfo, set_vfo should be complete enough to consider + them in beta state. + + Advanced ft920 backend version to 0.1.0 2002-11-14 19:27 fillods * bindings/rig.swg: make swig 1.3.16 happy wrt preprocessor pass - time + time 2002-11-14 19:27 fillods - * include/hamlib/: rig_dll.h, rigclass.h: gcc 3.x fixes + * include/hamlib/rig_dll.h, include/hamlib/rigclass.h: gcc 3.x + fixes -2002-11-13 20:38 fillods +2002-11-13 20:39 fillods * Makefile.am, alinco/Makefile.am, aor/Makefile.am, - bindings/Makefile.am, c++/Makefile.am, drake/Makefile.am, - dummy/Makefile.am, easycomm/Makefile.am, gnuradio/Makefile.am, - icom/Makefile.am, jrc/Makefile.am, kachina/Makefile.am, - pcr/Makefile.am, rpcrig/Makefile.am, rpcrot/Makefile.am, - src/Makefile.am, tentec/Makefile.am, tests/Makefile.am, - uniden/Makefile.am, winradio/Makefile.am, yaesu/Makefile.am: misc - Makefile fixes + bindings/Makefile.am, c++/Makefile.am, drake/Makefile.am, + dummy/Makefile.am, easycomm/Makefile.am, gnuradio/Makefile.am, + icom/Makefile.am, jrc/Makefile.am, kachina/Makefile.am, + pcr/Makefile.am, rpcrig/Makefile.am, rpcrot/Makefile.am, + src/Makefile.am, tentec/Makefile.am, tests/Makefile.am, + uniden/Makefile.am, winradio/Makefile.am, yaesu/Makefile.am: misc + Makefile fixes 2002-11-13 20:36 fillods @@ -7217,8 +7643,8 @@ 2002-11-13 20:35 fillods - * kenwood/: k2.c, Makefile.am, kenwood.c, kenwood.h: added initial - support for Elecraft K2 + * kenwood/Makefile.am, kenwood/k2.c, kenwood/kenwood.c, + kenwood/kenwood.h: added initial support for Elecraft K2 2002-11-12 00:16 fillods @@ -7226,8 +7652,8 @@ 2002-11-12 00:15 fillods - * include/hamlib/: rig.h, riglist.h: first take at doxygenization, - always enable NET port + * include/hamlib/rig.h, include/hamlib/riglist.h: first take at + doxygenization, always enable NET port 2002-11-12 00:12 fillods @@ -7235,7 +7661,7 @@ 2002-11-12 00:11 fillods - * include/hamlib/: rotator.h, rotlist.h: typo's + * include/hamlib/rotator.h, include/hamlib/rotlist.h: typo's 2002-11-12 00:11 fillods @@ -7247,12 +7673,13 @@ 2002-11-09 13:09 csete - * include/hamlib/: rotator.h, rotlist.h: Added doxygen comments. + * include/hamlib/rotator.h, include/hamlib/rotlist.h: Added doxygen + comments. 2002-11-09 08:11 pa4tu - * debian/: control, rules: remove some build dependencies and don't - call autogen.sh + * debian/control, debian/rules: remove some build dependencies and + don't call autogen.sh 2002-11-08 19:26 pa4tu @@ -7264,7 +7691,8 @@ 2002-11-08 19:22 pa4tu - * debian/: hamlib-doc.dirs, rules: build the documentation package + * debian/hamlib-doc.dirs, debian/rules: build the documentation + package 2002-11-08 19:15 pa4tu @@ -7272,25 +7700,27 @@ 2002-11-08 19:06 pa4tu - * debian/: control, rules: make building easier, call autogen.sh + * debian/control, debian/rules: make building easier, call + autogen.sh 2002-11-08 18:43 pa4tu * debian/control: move hamlib1 to the top so the documentations - gets installed correctly + gets installed correctly 2002-11-08 18:41 pa4tu * debian/rules: don't create shlibs file for drake, jrc and - easycomm libraries + easycomm libraries 2002-11-08 18:34 pa4tu - * debian/: hamlib-dev.dirs, rules: include pkgconfig support + * debian/hamlib-dev.dirs, debian/rules: include pkgconfig support 2002-11-08 18:28 pa4tu - * debian/: hamlib-utils.dirs, rules: include rpc.rigd and rpc.rotd + * debian/hamlib-utils.dirs, debian/rules: include rpc.rigd and + rpc.rotd 2002-11-08 18:24 pa4tu @@ -7307,7 +7737,7 @@ 2002-11-08 16:45 pa4tu * debian/rules: correct the path for copying files in the - apropriate package + apropriate package 2002-11-08 16:30 pa4tu @@ -7315,60 +7745,63 @@ 2002-11-08 16:28 pa4tu - * debian/: hamlib-doc.dirs, hamlib-utils.dirs, hamlib-utils.files: - initial checkin + * debian/hamlib-doc.dirs, debian/hamlib-utils.dirs, + debian/hamlib-utils.files: initial checkin 2002-11-08 16:25 pa4tu - * debian/: conffiles.ex, manpage.1.ex, postinst.ex, postrm.ex, - preinst.ex, prerm.ex, watch.ex: remove template files + * debian/conffiles.ex, debian/manpage.1.ex, debian/postinst.ex, + debian/postrm.ex, debian/preinst.ex, debian/prerm.ex, + debian/watch.ex: remove template files 2002-11-08 16:22 pa4tu - * debian/: changelog, control, docs, rules: getting in sync with - the debian 1.1.2 package + * debian/changelog, debian/control, debian/docs, debian/rules: + getting in sync with the debian 1.1.2 package 2002-11-07 13:21 n0nb * bindings/perltest.pl: 2002-11-07 - - Update: - Fixed path in hint on making perltest.pl work. + + Update: + Fixed path in hint on making perltest.pl work. 2002-11-05 21:54 fillods - * winradio/linradio/: radio_ioctl.h, wrapi.h: updated to - linradio-toolkit-0.7 + * winradio/linradio/radio_ioctl.h, winradio/linradio/wrapi.h: + updated to linradio-toolkit-0.7 -2002-11-05 21:30 fillods +2002-11-05 21:33 fillods - * perl/: Changes, Hamlib.pm, MANIFEST, README, test.pl, typemap, - Hamlib.xs: deprecated, use swig bindings/ instead + * perl/Changes, perl/Hamlib.pm, perl/Hamlib.xs, perl/MANIFEST, + perl/README, perl/test.pl, perl/typemap, tcl: deprecated, use + swig bindings/ instead 2002-11-04 22:40 fillods * alinco/dx77.c, icom/ic275.c, icom/ic475.c, icom/ic706.c, - icom/ic718.c, icom/ic735.c, icom/ic756.c, icom/ic775.c, - icom/ic821h.c, icom/ic910.c, icom/ic970.c, icom/icr7000.c, - jrc/nrd545.c, kenwood/thd7.c, kenwood/thf7.c, kenwood/ts440.c, - kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts790.c, kenwood/ts850.c, - kenwood/ts870s.c, kenwood/ts950.c, uniden/bc895.c: fix to account - for struct chan_list change + icom/ic718.c, icom/ic735.c, icom/ic756.c, icom/ic775.c, + icom/ic821h.c, icom/ic910.c, icom/ic970.c, icom/icr7000.c, + jrc/nrd545.c, kenwood/thd7.c, kenwood/thf7.c, kenwood/ts440.c, + kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts790.c, + kenwood/ts850.c, kenwood/ts870s.c, kenwood/ts950.c, + uniden/bc895.c: fix to account for struct chan_list change 2002-11-04 22:37 fillods - * src/: locator.c, rotator.c: misc doxygen fix + * src/locator.c, src/rotator.c: misc doxygen fix 2002-11-04 22:36 fillods * dummy/dummy.c: added mem_cap, missing filters, and first dummy - level_gran + level_gran 2002-11-04 22:32 fillods * include/hamlib/rig.h: * added VFO_UPLINK and VFO_DOWNLINK - (backend-wise) aliases * added channel_caps * added gran_t for - levels and parm's + (backend-wise) aliases + * added channel_caps + * added gran_t for levels and parm's 2002-11-04 22:28 fillods @@ -7376,8 +7809,8 @@ 2002-11-04 22:27 fillods - * src/: register.c, rot_reg.c: libhamlib-backend.so.x.y.z -> - hamlib-backend.so + * src/register.c, src/rot_reg.c: libhamlib-backend.so.x.y.z -> + hamlib-backend.so 2002-11-04 22:26 fillods @@ -7385,26 +7818,27 @@ 2002-11-04 22:25 fillods - * icom/: icall.c, icom.c: remove icall + * icom/icall.c, icom/icom.c: remove icall 2002-11-04 22:23 fillods * src/idx_builtin.h: initial release -2002-11-04 22:21 fillods +2002-11-04 22:22 fillods - * src/rig.c, src/conf.c, src/mem.c, src/settings.c, src/tones.c, - doc/hamlib.cfg: split rig.c + * doc/hamlib.cfg, src/conf.c, src/mem.c, src/rig.c, src/settings.c, + src/tones.c: split rig.c 2002-11-04 22:19 fillods * alinco/Makefile.am, aor/Makefile.am, drake/Makefile.am, - dummy/Makefile.am, easycomm/Makefile.am, gnuradio/Makefile.am, - icom/Makefile.am, jrc/Makefile.am, kachina/Makefile.am, - kenwood/Makefile.am, pcr/Makefile.am, rpcrig/Makefile.am, - rpcrot/Makefile.am, tentec/Makefile.am, uniden/Makefile.am, - winradio/Makefile.am, yaesu/Makefile.am: libhamlib-backend.so.x.y.z - -> hamlib-backend.so, avoid version info for modules + dummy/Makefile.am, easycomm/Makefile.am, gnuradio/Makefile.am, + icom/Makefile.am, jrc/Makefile.am, kachina/Makefile.am, + kenwood/Makefile.am, pcr/Makefile.am, rpcrig/Makefile.am, + rpcrot/Makefile.am, tentec/Makefile.am, uniden/Makefile.am, + winradio/Makefile.am, yaesu/Makefile.am: + libhamlib-backend.so.x.y.z -> hamlib-backend.so, avoid version + info for modules 2002-11-04 22:18 fillods @@ -7420,44 +7854,41 @@ 2002-11-04 22:14 fillods - * configure.ac: * libhamlib-backend.so.x.y.z -> hamlib-backend.so * - check swig version is at least 1.3.14 * more C99 checks (array - initializer) + * configure.ac: * libhamlib-backend.so.x.y.z -> hamlib-backend.so + * check swig version is at least 1.3.14 + * more C99 checks (array initializer) 2002-11-04 22:11 fillods * src/conf.h: since the move into conf.c, protos in header are - useless + useless 2002-11-04 05:16 n0nb - * yaesu/: ft920.c, ft920.h: 2002-11-03 - - Update: - Miscellaneous formating cleanup. + * yaesu/ft920.c, yaesu/ft920.h: 2002-11-03 + + Update: + Miscellaneous formating cleanup. 2002-11-01 04:39 n0nb - * yaesu/: ft920.c, ft920.h: 2002-10-31 (Spooky release) - - Update: - Completed basic operation of all functions in - ft920.* + * yaesu/ft920.c, yaesu/ft920.h: 2002-10-31 (Spooky release) + + Update: + Completed basic operation of all functions in ft920.* 2002-10-31 01:43 fillods - * rpcrig/Makefile.am, bindings/Makefile.am, rpcrot/Makefile.am: - VPATH and distcheck fixes + * bindings/Makefile.am, rpcrig/Makefile.am, rpcrot/Makefile.am: + VPATH and distcheck fixes 2002-10-31 01:00 n0nb - * yaesu/: ft920.c, ft920.h: 2002-10-30 - - Update: - Merged my changes in ft920.c, .h with Stephane's - get_freq - update. Will get and set frequency and not much - else! + * yaesu/ft920.c, yaesu/ft920.h: 2002-10-30 + + Update: + Merged my changes in ft920.c, .h with Stephane's get_freq + update. Will get and set frequency and not much else! 2002-10-31 00:47 fillods @@ -7466,7 +7897,7 @@ 2002-10-31 00:26 fillods * configure.ac: check for rpcgen, add -no-cpp-precomp on Mac OS X, - cleanup + cleanup 2002-10-31 00:23 fillods @@ -7475,12 +7906,12 @@ 2002-10-31 00:22 fillods * rpcrig/Makefile.am, rpcrot/Makefile.am: do not include - rpcgen'erated files in dist, and make the rules more BSD friendly + rpcgen'erated files in dist, and make the rules more BSD friendly 2002-10-31 00:16 fillods - * lib/: Makefile.am, getopt.c, getopt_long.c: portability fixes, - will have to better fix the getopt_long + * lib/Makefile.am, lib/getopt.c, lib/getopt_long.c: portability + fixes, will have to better fix the getopt_long 2002-10-30 23:39 fillods @@ -7489,12 +7920,12 @@ 2002-10-29 23:53 fillods * yaesu/ft920.h: fix to make get_freq work for the ft920 (different - than ft847) + than ft847) 2002-10-29 23:47 fillods * yaesu/ft920.c: fix to make get_freq work for the ft920 (different - than ft847) + than ft847) 2002-10-29 22:48 fillods @@ -7523,13 +7954,14 @@ 2002-10-29 22:14 fillods * README.betatester, README.developer: more info on autogen.sh, - moved cvs checkout info from README.betatester to README.developer + moved cvs checkout info from README.betatester to + README.developer -2002-10-29 22:10 fillods +2002-10-29 22:13 fillods - * macros/libtool.m4, ltmain.sh, libltdl/acinclude.m4, - libltdl/aclocal.m4, libltdl/config-h.in, libltdl/configure, - libltdl/ltdl.c, libltdl/Makefile.in: updated to libtool-1.4.3 + * libltdl/Makefile.in, libltdl/acinclude.m4, libltdl/aclocal.m4, + libltdl/config-h.in, libltdl/configure, libltdl/ltdl.c, + ltmain.sh, macros/libtool.m4: updated to libtool-1.4.3 2002-10-28 23:11 fillods @@ -7538,35 +7970,27 @@ 2002-10-28 22:00 n0nb * include/config.h.in: 2002-28-02 - - Update: - Goofed by running configure scripts in my main - hamlib - directory. Accidentally changed - include/config.h.in to - a version for my system. This will hopefully roll - back - the change to file version 1.19 last modified by - Stephane - in July 2002. + + Update: + Goofed by running configure scripts in my main hamlib + directory. Accidentally changed include/config.h.in to + a version for my system. This will hopefully roll back + the change to file version 1.19 last modified by Stephane + in July 2002. 2002-10-28 04:53 n0nb * include/config.h.in, yaesu/Makefile.am, yaesu/ft920.c, - yaesu/ft920.h, yaesu/yaesu.c, yaesu/yaesu.h: 2002-10-27 - - New: - ft920.c, ft920.h -- very very immature attempt at - FT-920 - control. Code can send simple query to rig but - cannot - properly decode returned data. Much more work is - needed. - - Updated: - Makefile.am, yaesu.c, yaesu.h -- necessary changes - for - ft920. + yaesu/ft920.h, yaesu/yaesu.c, yaesu/yaesu.h: 2002-10-27 + + New: + ft920.c, ft920.h -- very very immature attempt at FT-920 + control. Code can send simple query to rig but cannot + properly decode returned data. Much more work is needed. + + Updated: + Makefile.am, yaesu.c, yaesu.h -- necessary changes for + ft920. 2002-10-22 20:24 fillods @@ -7574,8 +7998,8 @@ 2002-10-20 20:46 fillods - * drake/: drake.c, drake.h, r8b.c: initial basic support for R8B - (untested) + * drake/drake.c, drake/drake.h, drake/r8b.c: initial basic support + for R8B (untested) 2002-10-08 22:37 fillods @@ -7583,18 +8007,18 @@ 2002-10-08 21:54 fillods - * bindings/: hamlib.swg, perltest.pl, rig.swg: added intial channel - support + * bindings/hamlib.swg, bindings/perltest.pl, bindings/rig.swg: + added intial channel support -2002-10-07 22:02 fillods +2002-10-07 22:03 fillods - * compile, config.guess, depcomp, config.sub: remove auto-generated - files + * compile, config.guess, config.sub, depcomp: remove auto-generated + files 2002-10-07 21:57 fillods - * src/: misc.c, misc.h: fixed a bug with even numbers of digits in - BCD conversion + * src/misc.c, src/misc.h: fixed a bug with even numbers of digits + in BCD conversion 2002-10-07 21:55 fillods @@ -7618,31 +8042,31 @@ 2002-10-07 21:46 fillods - * gnuradio/: Makefile.am, gr_priv.h, testgr.cc: some fixes for - gnuradio 0.5 + * gnuradio/Makefile.am, gnuradio/gr_priv.h, gnuradio/testgr.cc: + some fixes for gnuradio 0.5 2002-10-07 21:44 fillods - * bindings/: Makefile.am, hamlib.swg, ignore.swg, perltest.pl, - rig.swg, rotator.swg, tcltest.tcl: more work on swig bindings, - nearly every calls supported, some chan wrapping missing, and also - lists + * bindings/Makefile.am, bindings/hamlib.swg, bindings/ignore.swg, + bindings/perltest.pl, bindings/rig.swg, bindings/rotator.swg, + bindings/tcltest.tcl: more work on swig bindings, nearly every + calls supported, some chan wrapping missing, and also lists 2002-10-07 21:40 fillods * Makefile.am, configure.ac: tcl and perl subdir are gone in favor - of bindings, added pkg support, fixed from gnuradio stuff + of bindings, added pkg support, fixed from gnuradio stuff + +2002-10-07 21:37 fillods + + * hamlib.pc.in, macros, macros/Makefile.am, + macros/aclocal-include.m4, macros/libtool.m4, macros/perl.m4, + macros/pkg.m4, macros/tcl.m4: initial release 2002-10-07 21:36 fillods * acinclude.m4: updated from macros concatenation -2002-10-07 21:35 fillods - - * macros/Makefile.am, macros/aclocal-include.m4, macros/libtool.m4, - macros/perl.m4, macros/pkg.m4, macros/tcl.m4, hamlib.pc.in: initial - release - 2002-10-03 20:13 fillods * dummy/dummy.c: improved chan support @@ -7666,12 +8090,16 @@ 2002-09-24 21:42 fillods * doc/hamlib.cfg, doc/index.doxygen, src/locator.c, src/rig.c, - src/rotator.c: cleanup doxygen warnings + src/rotator.c: cleanup doxygen warnings 2002-09-23 22:33 fillods * doc/hamlib-doc: removed deprecated script, we're now using - doxygen/DocBook + doxygen/DocBook + +2002-09-23 22:27 fillods + + * doc/html: moved to .. 2002-09-23 22:27 fillods @@ -7680,7 +8108,7 @@ 2002-09-22 11:41 fillods * c++/rigclass.cc, include/hamlib/rigclass.h: misc fix for picky - compilers + compilers 2002-09-22 11:39 fillods @@ -7689,7 +8117,7 @@ 2002-09-22 11:39 fillods * rpcrig/rpc.rigd.8, rpcrot/rpc.rotd.8, tests/rigctl.1: list - verbose levels + verbose levels 2002-09-21 13:54 fillods @@ -7702,7 +8130,7 @@ 2002-09-21 13:52 fillods * kenwood/ts570.c: fix missing initialization, thx goes to Dave - WB5NHL + WB5NHL 2002-09-18 21:19 fillods @@ -7714,8 +8142,8 @@ 2002-09-16 06:50 fillods - * bindings/: hamlib.swg, rig.swg, rotator.swg: added error checking - through exception + * bindings/hamlib.swg, bindings/rig.swg, bindings/rotator.swg: + added error checking through exception 2002-09-15 22:35 pa4tu @@ -7731,23 +8159,25 @@ 2002-09-13 19:00 pa4tu - * kenwood/: ts2000.c, ts440.c, ts450s.c, ts50s.c, ts570.c, ts790.c, - ts850.c, ts870s.c, ts950.c: bump version numbers + * kenwood/ts2000.c, kenwood/ts440.c, kenwood/ts450s.c, + kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts790.c, + kenwood/ts850.c, kenwood/ts870s.c, kenwood/ts950.c: bump version + numbers 2002-09-13 07:01 fillods * rpcrig/rpcrig.x, rpcrot/rpcrot.x: include config.h -2002-09-13 06:58 fillods +2002-09-13 06:59 fillods * rpcrig/rpc.rigd.8, rpcrig/rpcrig_backend.c, rpcrig/rpcrigd.c, - rpcrot/rpc.rotd.8, rpcrot/rpcrot_backend.c, rpcrot/rpcrotd.c: added - ability to change RPC program number + rpcrot/rpc.rotd.8, rpcrot/rpcrot_backend.c, rpcrot/rpcrotd.c: + added ability to change RPC program number 2002-09-11 21:33 fillods * Makefile.am, configure.ac: check for C99 struct intializer - support, and enter bindings/ subdir only if swig is installed + support, and enter bindings/ subdir only if swig is installed 2002-09-11 21:32 fillods @@ -7760,7 +8190,7 @@ 2002-09-11 21:30 fillods * icom/icom.c: fix stupid bug in icom_set_func that was inverting - status + wrong frame len checking, thank goes to Luc LX2GT + status + wrong frame len checking, thank goes to Luc LX2GT 2002-09-10 06:43 fillods @@ -7776,8 +8206,9 @@ 2002-09-08 22:31 fillods - * bindings/: Makefile.am, hamlib.swg, ignore.swg, perltest.pl, - rig.swg, rotator.swg, tcltest.tcl: Initial release + * bindings, bindings/Makefile.am, bindings/hamlib.swg, + bindings/ignore.swg, bindings/perltest.pl, bindings/rig.swg, + bindings/rotator.swg, bindings/tcltest.tcl: Initial release 2002-09-08 22:30 fillods @@ -7786,7 +8217,7 @@ 2002-09-08 22:27 fillods * include/hamlib/rotator.h: function name fix to reflect locator.c - changes + changes 2002-09-07 15:13 fillods @@ -7795,13 +8226,13 @@ 2002-09-06 14:12 fillods * tests/testbcd.c: fixed a bug with long long int, accepts an extra - arg for number of digits + arg for number of digits 2002-09-06 14:07 fillods - * tests/: rigctl.c, Makefile.am, dumpcaps.c, rigctl.1, testcaps.c: - merged testcaps and dumpcaps into rigctl, added -u option - (dumpcaps) to rigctl + * tests/Makefile.am, tests/dumpcaps.c, tests/rigctl.1, + tests/rigctl.c, tests/testcaps.c: merged testcaps and dumpcaps + into rigctl, added -u option (dumpcaps) to rigctl 2002-09-06 14:05 fillods @@ -7809,8 +8240,8 @@ 2002-09-06 10:43 fillods - * tests/: rigctl.c, rotctl.c: added ability to enter long command - names in interactive mode, by prefixing them with a \ + * tests/rigctl.c, tests/rotctl.c: added ability to enter long + command names in interactive mode, by prefixing them with a \ 2002-09-05 18:20 fillods @@ -7818,17 +8249,9 @@ 2002-09-04 17:56 pa4tu - * kenwood/ts950.c: bring rig in sync with other kenwood rigs - -2002-09-04 17:52 pa4tu - - * kenwood/: ts570.c, ts790.c: bring rig in sync with other kenwood - rigs - -2002-09-04 17:47 pa4tu - - * kenwood/: ts450s.c, ts50s.c: bring rig in sync with other kenwood - rigs + * kenwood/ts450s.c, kenwood/ts50s.c, kenwood/ts570.c, + kenwood/ts790.c, kenwood/ts950.c: bring rig in sync with other + kenwood rigs 2002-09-04 17:43 pa4tu @@ -7836,9 +8259,10 @@ 2002-09-04 17:32 pa4tu - * kenwood/: kenwood.c, kenwood.h, ts2000.c, ts440.c, ts450s.c, - ts50s.c, ts570.c, ts790.c, ts850.c, ts870s.c, ts950.c: add xit - capabilities + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts2000.c, + kenwood/ts440.c, kenwood/ts450s.c, kenwood/ts50s.c, + kenwood/ts570.c, kenwood/ts790.c, kenwood/ts850.c, + kenwood/ts870s.c, kenwood/ts950.c: add xit capabilities 2002-09-04 15:10 pa4tu @@ -7864,10 +8288,12 @@ * kenwood/ts440.c: bring comands in sync with other kenwood rigs -2002-09-03 18:53 pa4tu +2002-09-03 18:55 pa4tu - * kenwood/: kenwood.c, kenwood.h, ts450s.c, ts50s.c, ts570.c, - ts790.c, ts850.c, ts870s.c, ts950.c: add rit capabilities + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts450s.c, + kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts790.c, + kenwood/ts850.c, kenwood/ts870s.c, kenwood/ts950.c: add rit + capabilities 2002-09-03 16:12 pa4tu @@ -7877,9 +8303,14 @@ * doc/hamlib.cfg: Modified to use new stylesheet. +2002-09-02 14:41 csete + + * doc/html, doc/html/hamlib.css: Added new stylesheet to make API + docs look better. + 2002-09-01 22:23 fillods - * src/: locator.c, rig.c: fixed typo + * src/locator.c, src/rig.c: fixed typo 2002-09-01 22:21 fillods @@ -7887,7 +8318,7 @@ 2002-08-26 22:33 fillods - * pcr/: pcr.c, pcr.h, pcr1000.c: patch from Darren G0WCW + * pcr/pcr.c, pcr/pcr.h, pcr/pcr1000.c: patch from Darren G0WCW 2002-08-26 22:31 fillods @@ -7896,211 +8327,84 @@ 2002-08-26 21:26 fillods * dummy/dummy.c, gnuradio/gnuradio.cc, src/misc.c, src/misc.h, - tests/rigctl.c: WARNING: renamed strmode to strrmode because the - symbol is already in use on BSD systems + tcl/tclrig.c, tests/rigctl.c: WARNING: renamed strmode to + strrmode because the symbol is already in use on BSD systems -2002-08-24 10:50 fillods +2002-08-24 10:52 fillods * rpcrig/rpcrig.h, rpcrig/rpcrig_clnt.c, rpcrig/rpcrig_svc.c, - rpcrig/rpcrig_xdr.c, rpcrot/rpcrot.h, rpcrot/rpcrot_clnt.c, - rpcrot/rpcrot_svc.c, rpcrot/rpcrot_xdr.c: remove autogenerated - files from cvs rep + rpcrig/rpcrig_xdr.c, rpcrot/rpcrot.h, rpcrot/rpcrot_clnt.c, + rpcrot/rpcrot_svc.c, rpcrot/rpcrot_xdr.c: remove autogenerated + files from cvs rep 2002-08-23 20:01 fillods - * rpcrig/: rpcrig.h, rpcrig.x, rpcrig_backend.c, rpcrig_clnt.c, - rpcrig_proc.c, rpcrig_svc.c, rpcrig_xdr.c: implemented more calls + * rpcrig/rpcrig.h, rpcrig/rpcrig.x, rpcrig/rpcrig_backend.c, + rpcrig/rpcrig_clnt.c, rpcrig/rpcrig_proc.c, rpcrig/rpcrig_svc.c, + rpcrig/rpcrig_xdr.c: implemented more calls 2002-08-23 19:55 fillods - * rpcrig/: rpc.rigd.8, rpcrigd.c: ptt_type and dcd_type options now - accept keywords + * rpcrig/rpc.rigd.8, rpcrig/rpcrigd.c: ptt_type and dcd_type + options now accept keywords 2002-08-22 23:44 fillods - * tests/: rigctl.1, rigctl.c: added transceive Event reporting, - ptt_type and dcd_type options now accept keywords + * tests/rigctl.1, tests/rigctl.c: added transceive Event reporting, + ptt_type and dcd_type options now accept keywords 2002-08-22 23:42 fillods * configure.ac, lib/trunc.c, src/locator.c, tests/testloc.c: fixed - locator and dms conversion and also got rid of trunc usage, fixed - misnamed 'bearing' references + locator and dms conversion and also got rid of trunc usage, fixed + misnamed 'bearing' references 2002-08-19 22:17 fillods * icom/icom.c, icom/icom.h, icom/omni.c, tests/rigctl.c: patch from - Rein PA0RCT implementing icom_set_rit, and ability to call - rig_set_rit from rigctl + Rein PA0RCT implementing icom_set_rit, and ability to call + rig_set_rit from rigctl 2002-08-16 17:43 fillods * alinco/dx77.c, aor/ar5000.c, aor/ar8000.c, aor/ar8200.c, - drake/r8b.c, dummy/dummy.c, dummy/rot_dummy.c, easycomm/easycomm.c, - gnuradio/gr.c, icom/ic275.c, icom/ic475.c, icom/ic706.c, - icom/ic718.c, icom/ic735.c, icom/ic756.c, icom/ic775.c, - icom/ic821h.c, icom/ic910.c, icom/ic970.c, icom/icall.c, - icom/icom.c, icom/icr7000.c, icom/icr8500.c, icom/omni.c, - icom/os456.c, icom/os535.c, jrc/nrd545.c, kachina/505dsp.c, - kenwood/th.c, kenwood/thd7.c, kenwood/thf7.c, kenwood/ts2000.c, - kenwood/ts440.c, kenwood/ts450s.c, kenwood/ts50s.c, - kenwood/ts570.c, kenwood/ts790.c, kenwood/ts850.c, - kenwood/ts870s.c, kenwood/ts950.c, pcr/pcr100.c, pcr/pcr1000.c, - rpcrig/rpcrig_backend.c, rpcrig/rpcrigd.c, rpcrot/rpcrot_backend.c, - rpcrot/rpcrot_proc.c, src/conf.c, src/rot_conf.c, tentec/pegasus.c, - tentec/rx320.c, uniden/bc895.c, winradio/wr1000.c, - winradio/wr1500.c, winradio/wr1550.c, winradio/wr3100.c, - winradio/wr3150.c, winradio/wr3500.c, winradio/wr3700.c, - yaesu/ft100.c, yaesu/ft747.c, yaesu/ft817.c, yaesu/ft847.c: - converted to C99 intialization style - -2002-08-02 10:00 dedmons - - * tests/tsctl.c: Some bugfixes here instead of rigctl.c. - -2002-08-02 10:00 dedmons - - * tests/tsctl.c: file tsctl.c was initially added on branch - branch_ts2k. - -2002-08-02 09:29 dedmons - - * tests/rig.tab.h: file rig.tab.h was initially added on branch - branch_ts2k. - -2002-08-02 09:29 dedmons - - * tests/rig.tab.c: file rig.tab.c was initially added on branch - branch_ts2k. - -2002-08-02 09:29 dedmons - - * tests/rigcmd.h: file rigcmd.h was initially added on branch - branch_ts2k. - -2002-08-02 09:29 dedmons - - * include/hamlib/rig_newvfo.h, kenwood/ts2000.c, kenwood/ts2k.c, - kenwood/ts2k.h, kenwood/ts2k_menu.c, src/misc.c, tests/Makefile.am, - tests/Makefile.in, tests/rig.tab.c, tests/rig.tab.h, - tests/rigcmd.h, tests/rigctl.c, tests/testcmd.c, tests/ts2k.tab.c, - tests/ts2k.tab.h: Updated parser, new base.y for testing, renamed - parser stuff to rig_yy... - -2002-07-26 12:19 dedmons - - * src/misc.c: I believe this is a proper merge. - -2002-07-26 09:56 dedmons - - * tests/: Makefile.am, Makefile.in: Removed test program. It - duplicated rigctl. - -2002-07-26 09:53 dedmons - - * kenwood/ts440.c, src/ext.c: Forgot these two files. No wonder it - wouldn't compile after checkout. - -2002-07-26 09:41 dedmons - - * drake/: Makefile.am, Makefile.in, drake.c, drake.h, r8b.c: - Finally... - -2002-07-26 09:41 dedmons - - * drake/Makefile.in: file Makefile.in was initially added on branch - branch_ts2k. - -2002-07-26 09:09 dedmons - - * tests/testcmd.c: file testcmd.c was initially added on branch - branch_ts2k. - -2002-07-26 09:09 dedmons - - * gnuradio/Makefile.in: file Makefile.in was initially added on - branch branch_ts2k. - -2002-07-26 09:09 dedmons - - * tests/lex.ts2k_yy.c: file lex.ts2k_yy.c was initially added on - branch branch_ts2k. - -2002-07-26 09:09 dedmons - - * include/hamlib/rig_newvfo.h: file rig_newvfo.h was initially - added on branch branch_ts2k. - -2002-07-26 09:09 dedmons - - * kenwood/ts2k_mdata.c: file ts2k_mdata.c was initially added on - branch branch_ts2k. - -2002-07-26 09:09 dedmons - - * tests/ts2k.tab.c: file ts2k.tab.c was initially added on branch - branch_ts2k. - -2002-07-26 09:09 dedmons - - * tests/testptt.c: file testptt.c was initially added on branch - branch_ts2k. - -2002-07-26 09:09 dedmons - - * tests/testts2k.c: file testts2k.c was initially added on branch - branch_ts2k. - -2002-07-26 09:09 dedmons - - * autogen.sh, gnuradio/Makefile.am, gnuradio/Makefile.in, - gnuradio/gnuradio.h, gnuradio/gr.c, gnuradio/gr_priv.h, - gnuradio/testgr.cc, include/hamlib/rig_newvfo.h, kenwood/ts2000.h, - kenwood/ts2k_mdata.c, tests/lex.ts2k_yy.c, tests/testcmd.c, - tests/testptt.c, tests/testts2k.c, tests/ts2k.tab.c, - tests/ts2k.tab.h: actually added files this time - -2002-07-26 09:09 dedmons - - * tests/ts2k.tab.h: file ts2k.tab.h was initially added on branch - branch_ts2k. + drake/r8b.c, dummy/dummy.c, dummy/rot_dummy.c, + easycomm/easycomm.c, gnuradio/gr.c, icom/ic275.c, icom/ic475.c, + icom/ic706.c, icom/ic718.c, icom/ic735.c, icom/ic756.c, + icom/ic775.c, icom/ic821h.c, icom/ic910.c, icom/ic970.c, + icom/icall.c, icom/icom.c, icom/icr7000.c, icom/icr8500.c, + icom/omni.c, icom/os456.c, icom/os535.c, jrc/nrd545.c, + kachina/505dsp.c, kenwood/th.c, kenwood/thd7.c, kenwood/thf7.c, + kenwood/ts2000.c, kenwood/ts440.c, kenwood/ts450s.c, + kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts790.c, + kenwood/ts850.c, kenwood/ts870s.c, kenwood/ts950.c, pcr/pcr100.c, + pcr/pcr1000.c, rpcrig/rpcrig_backend.c, rpcrig/rpcrigd.c, + rpcrot/rpcrot_backend.c, rpcrot/rpcrot_proc.c, src/conf.c, + src/rot_conf.c, tentec/pegasus.c, tentec/rx320.c, uniden/bc895.c, + winradio/wr1000.c, winradio/wr1500.c, winradio/wr1550.c, + winradio/wr3100.c, winradio/wr3150.c, winradio/wr3500.c, + winradio/wr3700.c, yaesu/ft100.c, yaesu/ft747.c, yaesu/ft817.c, + yaesu/ft847.c: converted to C99 intialization style 2002-07-26 08:53 dedmons - * Makefile.am, Makefile.in, aclocal.m4, configure, configure.ac, - alinco/Makefile.in, aor/Makefile.in, c++/Makefile.in, - c++/rigclass.cc, doc/Makefile.in, dummy/Makefile.in, dummy/dummy.c, - dummy/rot_dummy.c, easycomm/Makefile.in, icom/Makefile.in, - icom/ic275.c, icom/ic475.c, icom/ic756.c, icom/icom.c, icom/icom.h, - include/Makefile.in, include/config.h.in, include/hamlib/rig.h, - include/hamlib/rigclass.h, include/hamlib/riglist.h, - jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.am, - kenwood/Makefile.in, kenwood/kenwood.c, kenwood/kenwood.h, - kenwood/th.c, kenwood/ts2000.c, kenwood/ts2k.c, kenwood/ts2k.h, - kenwood/ts2k.status, kenwood/ts2k_menu.c, kenwood/ts2k_menu.h, - kylix/Makefile.in, lib/Makefile.in, libltdl/Makefile.in, - pcr/Makefile.in, perl/Hamlib.xs, perl/Makefile.in, - rpcrig/Makefile.am, rpcrig/Makefile.in, rpcrig/rpcrig_backend.c, - rpcrig/rpcrig_proc.c, rpcrot/Makefile.am, rpcrot/Makefile.in, - src/Makefile.am, src/Makefile.in, src/iofunc.c, src/misc.c, - src/misc.h, src/rig.c, tentec/Makefile.in, tests/Makefile.am, - tests/Makefile.in, tests/dumpcaps.c, tests/dumpmem.c, - tests/listrigs.c, tests/rigctl.c, tests/rigmatrix.c, - tests/rotctl.c, tests/testcaps.c, tests/testrig.c, tests/tests.h, - tests/testtrn.c, uniden/Makefile.in, winradio/Makefile.in, - winradio/linradio/wrapi.h, yaesu/Makefile.in: 1) Updated - branch_ts2k with respect to HEAD. 2) Working ts2k_menu. (only in - RIG_MODEL_TS2K) 3) Split TS-2000 into experimental and standard - versions: RIG_MODEL_TS2000 = standard, RIG_MODEL_TS2K = - experimental. 4) Basic command parser in tests/rc. Will - open/close rig or copy a freq from one rig/vfo to another - rig/vfo. Very cool. Very basic. Very experimental. 5) Added - test programs. a) testcmd - calls parser (no command prompt - yet!) b) testts2k - replacement for testrig (with trivial - modification) c) testptt - testts2k/testrig should not - transmit. TX stuff in testptt. 6) Used crowbar to merge HEAD into - branch_ts2k. Working on clean-up. 7) I'm sure I've forgotten or - neglected to mention some other stuff. + * libltdl/Makefile.in: 1) Updated branch_ts2k with respect to HEAD. + 2) Working ts2k_menu. (only in RIG_MODEL_TS2K) + 3) Split TS-2000 into experimental and standard versions: + RIG_MODEL_TS2000 = standard, RIG_MODEL_TS2K = experimental. + 4) Basic command parser in tests/rc. Will open/close rig or copy + a + freq from one rig/vfo to another rig/vfo. Very cool. Very basic. + Very experimental. + 5) Added test programs. + a) testcmd - calls parser (no command prompt yet!) + b) testts2k - replacement for testrig (with trivial modification) + c) testptt - testts2k/testrig should not transmit. TX stuff in + testptt. + 6) Used crowbar to merge HEAD into branch_ts2k. Working on + clean-up. + 7) I'm sure I've forgotten or neglected to mention some other + stuff. 2002-07-11 22:13 fillods @@ -8108,65 +8412,42 @@ 2002-07-10 21:45 fillods - * kenwood/: kenwood.c, kenwood.h, ts440.c: fix set_vfo/get_vfo for - TS-440 + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts440.c: fix + set_vfo/get_vfo for TS-440 2002-07-10 21:34 fillods - * tests/: dumpmem.c, rigctl.c: fixed support for new vfo param in - get_channel + * tests/dumpmem.c, tests/rigctl.c: fixed support for new vfo param + in get_channel 2002-07-10 21:30 fillods * src/rig.c: fix dangerous typo in case of get_channel emulation -2002-07-10 20:42 dedmons - - * src/: misc.c, rig.c: Added verbose bitmask printing to strvfo. - #define selectable. - -2002-07-10 20:35 dedmons - - * tests/: Makefile.am, Makefile.in, dumpcaps.c, dumpmem.c, - listrigs.c, rigctl.c, rigmatrix.c, rotctl.c, testcaps.c, testrig.c, - tests.h, testtrn.c, testvfo.c: Added test for new vfo_t stuff. - -2002-07-10 20:35 dedmons - - * tests/testvfo.c: file testvfo.c was initially added on branch - branch_ts2k. - -2002-07-10 20:35 dedmons - - * tests/tests.h: file tests.h was initially added on branch - branch_ts2k. - -2002-07-10 20:28 dedmons - - * kenwood/: ts2k.c, ts2k.h: Major revision of ts2k.c. - 2002-07-09 22:18 fillods * src/misc.c: added FUNC_TBURST 2002-07-09 22:17 fillods - * include/hamlib/rig.h, include/hamlib/rigclass.h, src/rig.c, - c++/rigclass.cc: - removed rig_save_channel and rig_restore_channel - from API - rig_set_channel and rig_get_channel can now target VFO, - besides memories - emulation of set_channel and get_channel has - been kept in generic routines. Added in these routines the - support for ext_levels. + * c++/rigclass.cc, include/hamlib/rig.h, include/hamlib/rigclass.h, + src/rig.c: - removed rig_save_channel and rig_restore_channel + from API + - rig_set_channel and rig_get_channel can now target VFO, besides + memories + - emulation of set_channel and get_channel has been kept in + generic routines. + Added in these routines the support for ext_levels. 2002-07-09 20:43 fillods - * icom/: ic756.c, icom.c, icom.h: added IC756PROII caps with basic - "extra" parm support + * icom/ic756.c, icom/icom.c, icom/icom.h: added IC756PROII caps + with basic "extra" parm support 2002-07-09 20:40 fillods * include/hamlib/rig.h, src/Makefile.am, src/rig.c, tests/rigctl.c: - added "extra" level and "extra" parm support + added "extra" level and "extra" parm support 2002-07-09 20:36 fillods @@ -8175,16 +8456,20 @@ 2002-07-08 22:53 fillods * dummy/dummy.c, dummy/rot_dummy.c, kenwood/kenwood.c, - kenwood/th.c, rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c, - src/iofunc.c, winradio/linradio/wrapi.h: gcc3 fixes + kenwood/th.c, rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c, + src/iofunc.c, winradio/linradio/wrapi.h: gcc3 fixes 2002-07-08 22:20 fillods * include/hamlib/rig.h, kenwood/Makefile.am, kenwood/ts2000.c, - src/misc.c: Temporarily roll back ts2k experimental patches, esp. - the VFO bits kept: - indentation - new PARM_KEYLIGHT, SCAN_VFO - - new scan_group field in struct channel - added RIG_CHFLAG's ts2k - stuff in 'branch_ts2k' will be merged later + src/misc.c: Temporarily roll back ts2k experimental patches, esp. + the VFO bits + kept: + - indentation + - new PARM_KEYLIGHT, SCAN_VFO + - new scan_group field in struct channel + - added RIG_CHFLAG's + ts2k stuff in 'branch_ts2k' will be merged later 2002-07-08 22:14 fillods @@ -8192,51 +8477,17 @@ 2002-07-08 22:10 fillods - * drake/: Makefile.am, drake.c, drake.h, r8b.c: Initial release of - skeleton for Drake backend + * drake, drake/Makefile.am, drake/drake.c, drake/drake.h, + drake/r8b.c: Initial release of skeleton for Drake backend 2002-07-08 22:09 fillods * include/hamlib/riglist.h: added Drake R-8B -2002-07-07 00:24 dedmons - - * doc/rig.status: Space format file to fill-in so particular rig's - status is known. (e.g. see kenwood/ts2k.status) Lost - rpcrig.status. Will redo it. - -2002-07-07 00:24 dedmons - - * doc/rig.status: file rig.status was initially added on branch - branch_ts2k. - -2002-07-06 16:53 dedmons - - * rpcrig/README.rpcrig: Quick and dirty HOWTO for rpcrig. It - worked for me last I checked! - -2002-07-06 16:53 dedmons - - * rpcrig/README.rpcrig: file README.rpcrig was initially added on - branch branch_ts2k. - -2002-07-06 16:51 dedmons - - * kenwood/: ts2000.c, ts2k.h, ts2k_menu.c, ts2k_menu.h: Rearranged - headers some. Failed attempt to add menus to ts2k. - -2002-07-06 16:48 dedmons - - * kenwood/ts2k.c: General cleanup + bugfixes. - -2002-07-06 15:50 dedmons - - * kenwood/ts2k.status: Trivial change to check "-r branch_ts2k". - 2002-07-06 09:31 fillods * configure.ac: added gnuradio backend, bumped version number, misc - fix for recent LIBTOOL + fix for recent LIBTOOL 2002-07-06 09:30 fillods @@ -8244,8 +8495,9 @@ 2002-07-06 09:27 fillods - * gnuradio/: Makefile.am, gnuradio.cc, gnuradio.h, gr.c, gr_priv.h, - testgr.cc: Initial alpha release + * gnuradio, gnuradio/Makefile.am, gnuradio/gnuradio.cc, + gnuradio/gnuradio.h, gnuradio/gr.c, gnuradio/gr_priv.h, + gnuradio/testgr.cc: Initial alpha release 2002-07-06 09:26 fillods @@ -8261,8 +8513,8 @@ 2002-07-05 23:22 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h, ts440.c: added TS440 - caps + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/ts440.c: added TS440 caps 2002-07-05 23:20 fillods @@ -8274,19 +8526,20 @@ 2002-07-03 13:50 dl1nc - * autogen.sh: [no log message] + * autogen.sh: *** empty log message *** -2002-07-02 18:02 fillods +2002-07-02 18:03 fillods - * Makefile.in, configure, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - easycomm/Makefile.in, icom/Makefile.in, include/Makefile.in, - jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.in, - kylix/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - perl/Makefile.in, rpcrig/Makefile.in, rpcrot/Makefile.in, - src/Makefile.in, tentec/Makefile.in, tests/Makefile.in, - uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: - removed autogenerated files, use autogen.sh instead + * Makefile.in, alinco/Makefile.in, aor/Makefile.in, + c++/Makefile.in, configure, doc/Makefile.in, dummy/Makefile.in, + easycomm/Makefile.in, icom/Makefile.in, include/Makefile.in, + jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.in, + kylix/Makefile.in, lib/Makefile.in, pcr/Makefile.in, + perl/Makefile.in, rpcrig/Makefile.in, rpcrot/Makefile.in, + src/Makefile.in, tcl/Makefile.in, tentec/Makefile.in, + tests/Makefile.in, uniden/Makefile.in, winradio/Makefile.in, + yaesu/Makefile.in: removed autogenerated files, use autogen.sh + instead 2002-07-01 22:11 fillods @@ -8294,8 +8547,8 @@ 2002-07-01 22:08 fillods - * icom/: ic275.c, ic475.c: update max serial speed the rig can do - (dip-switches inside the rig) + * icom/ic275.c, icom/ic475.c: update max serial speed the rig can + do (dip-switches inside the rig) 2002-06-30 11:32 dedmons @@ -8303,18 +8556,23 @@ 2002-06-30 10:20 dedmons - * kenwood/: ts2000.c, ts2000.h: Changed name back to original. + * kenwood/ts2000.c, kenwood/ts2000.h: Changed name back to + original. 2002-06-30 10:17 dedmons * include/hamlib/rig.h, kenwood/Makefile.am, kenwood/ts2k.c, - kenwood/ts2k.h, kenwood/ts2k_menu.c, src/misc.c: Added working - TS-2000 files. There are some changes left out but this is the - minimum I could commit and have a functional rig. The cost is that - I've broken kylix and others that duplicate rig.h. I'm in the - process of repairing the damage. Please be patient. I hope a day - or so, but am asking for up to a week. E-mail me about *anything* - you find broken. Kylix (and similar) is (are) known to not work. + kenwood/ts2k.h, kenwood/ts2k_menu.c, src/misc.c: Added working + TS-2000 files. There are some changes left out but this + is the minimum I could commit and have a functional rig. The cost + is + that I've broken kylix and others that duplicate rig.h. I'm in + the + process of repairing the damage. Please be patient. I hope a day + or so, + but am asking for up to a week. E-mail me about *anything* you + find + broken. Kylix (and similar) is (are) known to not work. 2002-06-29 09:58 dedmons @@ -8322,13 +8580,14 @@ 2002-06-29 09:54 dedmons - * kenwood/: Makefile.am, Makefile.in, ts2k.c, ts2k.h: Temp kludge - to make ts2k.c compile (keeps Hamlib from compiling!). + * kenwood/Makefile.am, kenwood/Makefile.in, kenwood/ts2k.c, + kenwood/ts2k.h: Temp kludge to make ts2k.c compile (keeps Hamlib + from compiling!). 2002-06-29 09:16 dedmons - * kenwood/Makefile.am: Wouldn't compile. Removed ts2k.c. Haven't - got all new rig.h stuff removed. + * kenwood/Makefile.am: Wouldn't compile. Removed ts2k.c. Haven't + got all new rig.h stuff removed. 2002-06-29 09:04 dedmons @@ -8340,8 +8599,8 @@ 2002-06-29 08:47 dedmons - * kenwood/ts2k.status: Changes often, so added status. Will delete - when things stabilize. + * kenwood/ts2k.status: Changes often, so added status. Will delete + when things stabilize. 2002-06-29 08:42 dedmons @@ -8357,8 +8616,8 @@ 2002-06-29 08:38 dedmons - * kenwood/: ts2k_menu.c, ts2k_menu.h: Start of rig menuing - functions. + * kenwood/ts2k_menu.c, kenwood/ts2k_menu.h: Start of rig menuing + functions. 2002-06-29 08:20 dedmons @@ -8370,18 +8629,19 @@ 2002-06-27 09:16 dedmons - * kenwood/: Makefile.am, ts2000.c.orig: Copied too much stuff, - backed out what I broke. + * kenwood/Makefile.am, kenwood/ts2000.c.orig: Copied too much + stuff, backed out what I broke. 2002-06-27 08:55 dedmons - * kenwood/: Makefile.am, README.ts2k, ts2000.c, ts2000.c.orig, - ts2k.c, ts2k.h: Started TS-2000 update/overhaul --Dale + * kenwood/Makefile.am, kenwood/README.ts2k, kenwood/ts2000.c, + kenwood/ts2000.c.orig, kenwood/ts2k.c, kenwood/ts2k.h: Started + TS-2000 update/overhaul --Dale 2002-06-26 20:44 dedmons * tests/rigctl.c: Added comments to commandline in rigctl (second - time) --Dale + time) --Dale 2002-06-19 17:33 fillods @@ -8394,13 +8654,14 @@ 2002-06-17 20:59 fillods * Makefile.in, THANKS, lib/Makefile.am, src/iofunc.c, src/misc.c, - tests/testtrn.c: misc + tcl/tcltest.tcl, tests/testtrn.c: misc -2002-06-17 20:56 fillods +2002-06-17 20:59 fillods - * libltdl/COPYING.LIB, libltdl/acinclude.m4, libltdl/aclocal.m4, - libltdl/config-h.in, libltdl/configure, libltdl/ltdl.c, ltmain.sh, - acinclude.m4, aclocal.m4, configure: updated to libtool-1.4.2-6 + * acinclude.m4, aclocal.m4, configure, libltdl/COPYING.LIB, + libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/config-h.in, + libltdl/configure, libltdl/ltdl.c, ltmain.sh: updated to + libtool-1.4.2-6 2002-06-17 20:53 fillods @@ -8420,22 +8681,24 @@ 2002-05-31 18:25 fillods - * icom/: Makefile.am, Makefile.in: added OMNI VI+ + * icom/Makefile.am, icom/Makefile.in: added OMNI VI+ 2002-05-30 17:38 fillods - * icom/: icom.c, icom.h, omni.c: added OMNI VI+, basic support only + * icom/icom.c, icom/icom.h, icom/omni.c: added OMNI VI+, basic + support only -2002-05-28 21:45 fillods +2002-05-28 21:46 fillods - * alinco/Makefile.in, aor/Makefile.in, c++/Makefile.in, - doc/Makefile.in, dummy/Makefile.in, easycomm/Makefile.in, - icom/Makefile.in, include/Makefile.in, jrc/Makefile.in, - kachina/Makefile.in, kenwood/Makefile.in, kylix/Makefile.in, - lib/Makefile.in, pcr/Makefile.in, perl/Makefile.in, - rpcrig/Makefile.in, rpcrot/Makefile.in, src/Makefile.in, - tentec/Makefile.in, tests/Makefile.in, uniden/Makefile.in, - winradio/Makefile.in, yaesu/Makefile.in, configure: regenerated + * alinco/Makefile.in, aor/Makefile.in, c++/Makefile.in, configure, + doc/Makefile.in, dummy/Makefile.in, easycomm/Makefile.in, + icom/Makefile.in, include/Makefile.in, jrc/Makefile.in, + kachina/Makefile.in, kenwood/Makefile.in, kylix/Makefile.in, + lib/Makefile.in, pcr/Makefile.in, perl/Makefile.in, + rpcrig/Makefile.in, rpcrot/Makefile.in, src/Makefile.in, + tcl/Makefile.in, tentec/Makefile.in, tests/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated 2002-05-28 21:43 fillods @@ -8464,7 +8727,7 @@ 2002-05-28 21:32 fillods * configure.ac: disabled perl default building, and also changes to - make autoconf-2.53 happy + make autoconf-2.53 happy 2002-05-28 21:28 fillods @@ -8484,8 +8747,8 @@ 2002-04-23 22:01 fillods - * icom/: icall.c, icr8500.c: no support for icr75_get/set_channel - on this model + * icom/icall.c, icom/icr8500.c: no support for + icr75_get/set_channel on this model 2002-04-23 21:59 fillods @@ -8494,7 +8757,7 @@ 2002-04-23 21:56 fillods * yaesu/ft100.c: obvious fix for dcs functions. Please test and - report + report 2002-04-23 21:55 fillods @@ -8507,7 +8770,7 @@ 2002-04-23 21:49 fillods * icom/ic910.c, icom/icom.c, include/hamlib/rig.h: converted - RIG_SCAN_RESUME_ON/OFF to more appropriate RIG_FUNC_RESUME + RIG_SCAN_RESUME_ON/OFF to more appropriate RIG_FUNC_RESUME 2002-04-23 19:47 fillods @@ -8515,30 +8778,24 @@ 2002-04-23 19:46 fillods - * doc/NOTES: [no log message] + * doc/NOTES: *** empty log message *** 2002-03-26 08:05 fillods * pcr/pcr.c: temporary fix: read_block instead of read_string to - make initialization to work, added UK code info + make initialization to work, added UK code info -2002-03-25 00:19 pa4tu +2002-03-25 00:22 pa4tu - * kenwood/: ts570.c, ts790.c, ts850.c, ts950.c: add - RIG_LEVEL_RFPOWER - -2002-03-25 00:16 pa4tu - - * kenwood/: ts2000.c, ts450s.c, ts50s.c: add RIG_LEVEL_RFPOWER - -2002-03-25 00:12 pa4tu - - * kenwood/: kenwood.c, ts870s.c: add RIG_LEVEL_RFPOWER + * kenwood/kenwood.c, kenwood/ts2000.c, kenwood/ts450s.c, + kenwood/ts50s.c, kenwood/ts570.c, kenwood/ts790.c, + kenwood/ts850.c, kenwood/ts870s.c, kenwood/ts950.c: add + RIG_LEVEL_RFPOWER 2002-03-18 23:04 fillods - * icom/: frame.c, frame.h, icom.c: better collision handling, patch - from Chuck N2POR + * icom/frame.c, icom/frame.h, icom/icom.c: better collision + handling, patch from Chuck N2POR 2002-03-18 22:59 fillods @@ -8551,9 +8808,9 @@ 2002-03-15 19:43 fillods * kenwood/kenwood.c: fix needed after previous commit. with new - kenwood_transaction, the max receive buffer size must be passed. - Also included a fix for rig_get_strenght in range expected by - frontend (0 = S9). + kenwood_transaction, the max receive buffer size must be passed. + Also included a fix for rig_get_strenght in range expected by + frontend (0 = S9). 2002-03-15 13:04 fillods @@ -8566,26 +8823,29 @@ 2002-03-14 23:06 fillods * src/rig.c: various fixes associated with get_channel and - set_channel + set_channel 2002-03-13 23:56 fillods * pcr/pcr.c: protocol fix: PCR always send a short ack, whatever - the response can be. So eat it. + the response can be. So eat it. 2002-03-13 23:42 fillods - * kenwood/: kenwood.c, kenwood.h, th.c, th.h, thd7.c, thf7.c, - ts2000.c, ts450s.c, ts50s.c, ts570.c, ts790.c, ts850.c, ts870s.c, - ts950.c: factorized th_transaction with kenwood_transaction, killed - thd7_* functions and share with th breed rigs + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/th.c, kenwood/th.h, + kenwood/thd7.c, kenwood/thf7.c, kenwood/ts2000.c, + kenwood/ts450s.c, kenwood/ts50s.c, kenwood/ts570.c, + kenwood/ts790.c, kenwood/ts850.c, kenwood/ts870s.c, + kenwood/ts950.c: factorized th_transaction with + kenwood_transaction, killed thd7_* functions and share with th + breed rigs 2002-03-13 23:37 fillods * alinco/alinco.c, aor/aor.c, jrc/jrc.c, kachina/kachina.c, - pcr/pcr.c, tentec/tentec.c, uniden/uniden.c: replaced fread_block - in favor of the more intelligent read_string, added some - serial_flush + pcr/pcr.c, tentec/tentec.c, uniden/uniden.c: replaced fread_block + in favor of the more intelligent read_string, added some + serial_flush 2002-03-12 19:28 fillods @@ -8593,28 +8853,26 @@ 2002-03-12 13:27 avflinsch - * yaesu/ft100.h: - added getinfo func hdr + * yaesu/ft100.h: added getinfo func hdr 2002-03-12 13:02 avflinsch - * yaesu/ft100.c: - added get frequency to ft100 code + * yaesu/ft100.c: added get frequency to ft100 code 2002-03-11 23:28 fillods - * icom/: frame.c, frame.h, icom.c: read_icom_block is gone, in - favor of read_string. Thanks to Chuck Hemker. + * icom/frame.c, icom/frame.h, icom/icom.c: read_icom_block is gone, + in favor of read_string. Thanks to Chuck Hemker. 2002-03-10 23:44 fillods - * icom/: frame.c, frame.h, icom.c: reworked rig2icom_mode and - icom2rig_mode to better handle cases with no passband data + * icom/frame.c, icom/frame.h, icom/icom.c: reworked rig2icom_mode + and icom2rig_mode to better handle cases with no passband data 2002-03-10 23:41 fillods * easycomm/easycomm.c, kenwood/th.c, src/iofunc.c, src/iofunc.h: - handle nul char in stopset + handle nul char in stopset 2002-03-10 23:39 fillods @@ -8626,7 +8884,7 @@ 2002-03-10 23:36 fillods - * icom/: Makefile.am, icom.h: added OptoScan 456 + * icom/Makefile.am, icom/icom.h: added OptoScan 456 2002-03-10 23:36 fillods @@ -8634,8 +8892,8 @@ 2002-03-07 22:58 fillods - * icom/: optoscan.c, os535.c: misc fixes as suggested by John R. - Marshall + * icom/optoscan.c, icom/os535.c: misc fixes as suggested by John R. + Marshall 2002-03-07 22:50 fillods @@ -8643,32 +8901,36 @@ 2002-03-07 22:49 fillods - * src/: serial.c, serial.h: split serial_open in open and - serial_setup + * src/serial.c, src/serial.h: split serial_open in open and + serial_setup 2002-03-07 22:48 fillods - * pcr/: pcr.c, pcr.h: bug fixes, added pcr_open and pcr_close + * pcr/pcr.c, pcr/pcr.h: bug fixes, added pcr_open and pcr_close -2002-03-06 22:55 fillods +2002-03-06 22:56 fillods - * yaesu/Makefile.in, perl/Makefile.in: regenerated + * perl/Makefile.in, yaesu/Makefile.in: regenerated 2002-03-06 22:55 fillods * perl/Makefile.am: moved files from Hamlib/ subdir to this - directory, and passed more args to perl Makefile creation to make - VPATH happy + directory, and passed more args to perl Makefile creation to make + VPATH happy 2002-03-06 22:55 fillods * yaesu/Makefile.am: misc build fix +2002-03-06 22:48 fillods + + * perl/Hamlib: moved to .. + 2002-03-06 22:46 fillods - * perl/: Changes, Hamlib.pm, Hamlib.xs, MANIFEST, Makefile.PL, - README, test.pl, typemap: moved from Hamlib/ subdir, to make VPATH - working easier + * perl/Changes, perl/Hamlib.pm, perl/Hamlib.xs, perl/MANIFEST, + perl/Makefile.PL, perl/README, perl/test.pl, perl/typemap: moved + from Hamlib/ subdir, to make VPATH working easier 2002-03-06 21:11 fillods @@ -8680,11 +8942,11 @@ 2002-03-06 21:10 fillods - * icom/: Makefile.am, icom.c, icom.h: added OptoScan535 + * icom/Makefile.am, icom/icom.c, icom/icom.h: added OptoScan535 2002-03-06 21:10 fillods - * icom/: optoscan.c, os535.c: Initial release + * icom/optoscan.c, icom/os535.c: Initial release 2002-03-06 21:09 fillods @@ -8696,8 +8958,8 @@ 2002-03-05 23:31 fillods - * icom/: Makefile.am, icom.c, icom.h: added IC-718, patch from - Chuck Gilkes WD0FCL/4 + * icom/Makefile.am, icom/icom.c, icom/icom.h: added IC-718, patch + from Chuck Gilkes WD0FCL/4 2002-03-05 23:26 fillods @@ -8709,7 +8971,8 @@ 2002-03-05 20:23 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h: added TS-850 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h: added + TS-850 2002-03-05 20:23 fillods @@ -8722,12 +8985,12 @@ 2002-03-05 00:45 fillods * include/hamlib/riglist.h: fixed stupid copy-paste model id - duplicates + duplicates 2002-03-05 00:43 fillods * include/hamlib/rig.h: fixed the kHz/MHz/GHz macros so it works - with doubles and >2GHz integers + with doubles and >2GHz integers 2002-03-05 00:41 fillods @@ -8736,7 +8999,7 @@ 2002-03-05 00:39 fillods * icom/frame.c: flush serial before icom_transaction, added - workarounds for IC-R7000 mode/bandwidth + workarounds for IC-R7000 mode/bandwidth 2002-03-04 20:28 fillods @@ -8744,16 +9007,20 @@ 2002-03-04 20:23 fillods - * icom/: icom.c, icom.h, Makefile.am: added IC-970 + * icom/Makefile.am, icom/icom.c, icom/icom.h: added IC-970 2002-03-04 20:22 fillods * icom/ic970.c: Initial release +2002-03-04 20:08 fillods + + * cgirig: deprecated, by Perl binding + 2002-03-04 13:28 avflinsch * yaesu/yaesu_tones.h: new file, list of tones/codes and sequence - used by various yaesu rigs + used by various yaesu rigs 2002-03-04 13:16 avflinsch @@ -8777,23 +9044,23 @@ 2002-02-28 10:59 fgretief - * icom/: Makefile.am, Makefile.in, ic910.c, icom.c, icom.h, - icom_defs.h: Added IC-910 rig. + * icom/Makefile.am, icom/Makefile.in, icom/ic910.c, icom/icom.c, + icom/icom.h, icom/icom_defs.h: Added IC-910 rig. 2002-02-27 23:34 fillods * src/rig.c: added functions to install event callbacks with its - private data pointer + private data pointer 2002-02-27 23:25 fillods - * jrc/jrc.c, c++/rigclass.cc, kenwood/th.c, tests/testtrn.c: added - a private data pointer argument to event callbacks + * c++/rigclass.cc, jrc/jrc.c, kenwood/th.c, tests/testtrn.c: added + a private data pointer argument to event callbacks 2002-02-27 23:22 fillods - * include/hamlib/: rig.h, rigclass.h: API hazard: added a private - data pointer argument to event callbacks + * include/hamlib/rig.h, include/hamlib/rigclass.h: API hazard: + added a private data pointer argument to event callbacks 2002-02-27 23:19 fillods @@ -8805,15 +9072,15 @@ 2002-02-27 23:17 fillods - * aor/: Makefile.am, aor.c, aor.h: added AR5000 + * aor/ar5000.c, icom/icr7000.c: Initial release 2002-02-27 23:17 fillods - * icom/: Makefile.am, icom.c, icom.h: added IC-R7000 + * aor/Makefile.am, aor/aor.c, aor/aor.h: added AR5000 -2002-02-27 23:15 fillods +2002-02-27 23:17 fillods - * aor/ar5000.c, icom/icr7000.c: Initial release + * icom/Makefile.am, icom/icom.c, icom/icom.h: added IC-R7000 2002-02-27 20:21 pa4tu @@ -8825,9 +9092,9 @@ 2002-02-26 21:23 fillods - * src/: Makefile.am, register.c, rot_reg.c: added HAMLIB_MODULE_DIR - so there's no more need for LD_LIBRARY_PATH setting for backend - module path + * src/Makefile.am, src/register.c, src/rot_reg.c: added + HAMLIB_MODULE_DIR so there's no more need for LD_LIBRARY_PATH + setting for backend module path 2002-02-26 01:20 fillods @@ -8835,42 +9102,58 @@ 2002-02-26 01:20 fillods - * yaesu/: Makefile.am, yaesu.c, yaesu.h: added FT-100 + * yaesu/Makefile.am, yaesu/yaesu.c, yaesu/yaesu.h: added FT-100 2002-02-26 01:18 fillods - * yaesu/: ft100.c, ft100.h: Initial release, cloned from ft817 + * yaesu/ft100.c, yaesu/ft100.h: Initial release, cloned from ft817 2002-02-19 08:34 pa4tu - * kenwood/: ts950.c, ts50s.c: add get_ptt for this rig - -2002-02-19 08:30 pa4tu - - * kenwood/: ts2000.c, ts570.c, ts790.c: add get_ptt for this rig + * kenwood/ts2000.c, kenwood/ts50s.c, kenwood/ts570.c, + kenwood/ts790.c, kenwood/ts950.c: add get_ptt for this rig 2002-02-18 18:27 pa4tu * kenwood/ts870s.c: enable get_ptt for this rig -2002-02-18 18:25 pa4tu +2002-02-18 18:26 pa4tu - * kenwood/: kenwood.c, kenwood.h: first implementation of - kenwood_get_ptt + * kenwood/kenwood.c, kenwood/kenwood.h: first implementation of + kenwood_get_ptt + +2002-02-15 15:09 fillods + + * tcl/tclrig.c: more calls + +2002-02-15 00:14 fillods + + * tcl/tclrig.c: added set_level/get_level, get_func/set_func and + set_parm/get_parm 2002-02-15 00:12 fillods * dummy/dummy.c: fix in get_level/get_level and get_parm/get_parm, - added support for VFOA/VFOB, memory channel and vfo_ops + added support for VFOA/VFOB, memory channel and vfo_ops 2002-02-12 22:15 fillods * src/tones.c: added doxygen header +2002-02-12 22:14 fillods + + * perl/Hamlib/Hamlib.pm, perl/Hamlib/Hamlib.xs, + perl/Hamlib/test.pl, perl/Hamlib/typemap: first working version, + with everyday use basic functions + +2002-02-12 22:12 fillods + + * doc/Makefile.in, perl/Makefile.in: regenerated + 2002-02-12 22:11 fillods * perl/Makefile.am: integration of Perl build with autotools. VPATH - still not okay + still not okay 2002-02-12 22:10 fillods @@ -8880,14 +9163,18 @@ * doc/hamlib.cfg: misc fixes -2002-02-12 22:09 fillods - - * doc/Makefile.in, perl/Makefile.in: regenerated - 2002-02-12 22:08 fillods * doc/Makefile.am: misc fix +2002-02-09 21:59 fillods + + * perl, perl/Hamlib, perl/Hamlib/Changes, perl/Hamlib/Hamlib.pm, + perl/Hamlib/Hamlib.xs, perl/Hamlib/MANIFEST, + perl/Hamlib/Makefile.PL, perl/Hamlib/README, perl/Hamlib/test.pl, + perl/Hamlib/typemap, perl/Makefile.am, perl/Makefile.in: Initial + release + 2002-02-09 21:57 fillods * Makefile.in, configure: regenerated @@ -8896,14 +9183,10 @@ * Makefile.am, configure.ac: added early perl binding -2002-02-09 21:55 fillods - - * perl/: Makefile.am, Makefile.in: Initial release - 2002-01-29 22:05 fillods * tests/rigmatrix.c: many fixes, mainly no need any more to - explicitly list all the FUNC's, LEVEL's and PARM's + explicitly list all the FUNC's, LEVEL's and PARM's 2002-01-29 22:04 fillods @@ -8911,16 +9194,13 @@ 2002-01-29 22:04 fillods - * tests/Makefile.in: regenerated + * aclocal.m4, configure, doc/Makefile.in, include/config.h.in, + lib/Makefile.in, tests/Makefile.in: regenerated 2002-01-29 22:03 fillods * tests/Makefile.am: ignore dumpcaps return value -2002-01-29 22:00 fillods - - * lib/Makefile.in: regenerated - 2002-01-29 21:59 fillods * src/misc.c: misc fixes @@ -8929,10 +9209,6 @@ * doc/hamlib.cfg: added doxygen'ed files -2002-01-29 21:56 fillods - - * doc/Makefile.in, include/config.h.in, configure: regenerated - 2002-01-29 21:55 fillods * doc/Makefile.am: misc cleanup @@ -8940,11 +9216,7 @@ 2002-01-29 21:53 fillods * configure.ac: check for trunc, fixed various AC_CHECK_FUNC and - AC_CHECK_LIB, and continue even if tcl not found - -2002-01-29 21:52 fillods - - * aclocal.m4: regenerated + AC_CHECK_LIB, and continue even if tcl not found 2002-01-29 21:51 fillods @@ -8961,13 +9233,14 @@ 2002-01-27 23:59 fillods * Makefile.in, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - easycomm/Makefile.in, icom/Makefile.in, include/Makefile.in, - jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.in, - kylix/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - rpcrig/Makefile.in, rpcrot/Makefile.in, src/Makefile.in, - tentec/Makefile.in, tests/Makefile.in, uniden/Makefile.in, - winradio/Makefile.in, yaesu/Makefile.in: regenerated + c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, + easycomm/Makefile.in, icom/Makefile.in, include/Makefile.in, + jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.in, + kylix/Makefile.in, lib/Makefile.in, pcr/Makefile.in, + rpcrig/Makefile.in, rpcrot/Makefile.in, src/Makefile.in, + tcl/Makefile.in, tentec/Makefile.in, tests/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated 2002-01-27 23:58 fillods @@ -8975,13 +9248,17 @@ 2002-01-27 23:55 fillods - * tests/: dumpmem.c, testcaps.c: renamed freq_sprintf to - sprintf_freq + * tests/dumpmem.c, tests/testcaps.c: renamed freq_sprintf to + sprintf_freq 2002-01-27 23:54 fillods * tests/dumpcaps.c: code cleanup thanks to factorisation +2002-01-27 23:53 fillods + + * tcl/Makefile.am: added TCL libs and inc dirs + 2002-01-27 23:52 fillods * src/Makefile.am: added MATH_LIBS @@ -8990,28 +9267,28 @@ * rpcrig/Makefile.am, rpcrot/Makefile.am: added NET_LIBS +2002-01-27 23:51 fillods + + * aclocal.m4, configure, include/config.h.in: regenerated + 2002-01-27 23:49 fillods * dummy/dummy.c: renamed freq_sprintf to sprintf_freq -2002-01-27 23:48 fillods - - * aclocal.m4, include/config.h.in, configure: regenerated - 2002-01-27 23:47 fillods - * src/: misc.c, misc.h: added more str and sprintf funcs, renamed - freq_sprintf to sprintf_freq + * src/misc.c, src/misc.h: added more str and sprintf funcs, renamed + freq_sprintf to sprintf_freq 2002-01-27 23:46 fillods * include/hamlib/rig.h: misc fixes, added some more fields to - channel_t + channel_t 2002-01-27 23:43 fillods * configure.ac: optional binding cleanups, --enable-rigmatrix - changed to --with-rigmatrix, autoconf math and net libs + changed to --with-rigmatrix, autoconf math and net libs 2002-01-27 23:41 fillods @@ -9019,8 +9296,8 @@ 2002-01-27 14:55 fillods - * src/: conf.c, conf.h, rig.c, rot_conf.c, rot_conf.h, rotator.c: - token defines moved to token.h + * src/conf.c, src/conf.h, src/rig.c, src/rot_conf.c, + src/rot_conf.h, src/rotator.c: token defines moved to token.h 2002-01-27 14:53 fillods @@ -9045,7 +9322,7 @@ 2002-01-27 14:50 fillods * icom/icom.c: misc fixes, added new tuning step lists and new CI-V - addresses + addresses 2002-01-27 14:48 fillods @@ -9065,7 +9342,7 @@ 2002-01-27 14:45 fillods - * c++/: Makefile.am, testcpp.cc: testcpp moved from ../tests + * c++/Makefile.am, c++/testcpp.cc: testcpp moved from ../tests 2002-01-27 14:45 fillods @@ -9089,7 +9366,8 @@ 2002-01-24 23:36 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h: added TS-790 + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h: added + TS-790 2002-01-24 23:35 fillods @@ -9107,33 +9385,62 @@ * yaesu/ft817.h: increased post write delay to 300 +2002-01-23 02:51 aa1vl + + * cgirig, cgirig/CGILib.cpp, cgirig/CGILib.h, + cgirig/RpcRigClient.cpp, cgirig/RpcRigClient.h, + cgirig/cgirig.cpp: Initial entry of cgirig giving ability to use + hamlib from a web browser. + 2002-01-22 21:18 fillods - * Makefile.in, configure: regenerated + * Makefile.in, configure, tcl/Makefile.in: regenerated 2002-01-22 21:17 fillods - * src/serial.c, include/config.h.in: call cfmakeraw only when - available + * include/config.h.in, src/serial.c: call cfmakeraw only when + available 2002-01-22 21:16 fillods * Makefile.am, configure.ac: prepare the list of bindings to be - flexible + flexible + +2002-01-22 21:12 fillods + + * tcl/Makefile.am: cleanup 2002-01-22 21:11 fillods - * kylix/: Makefile.am, Makefile.in: Initial revision + * kylix/Makefile.am, kylix/Makefile.in: Initial revision + +2002-01-22 01:03 fillods + + * tcl/tcltest.tcl: display returned value 2002-01-22 00:56 fillods * tests/rigctl.c: moved parse funcs to src/misc.c, and fixed a bug - with set_parm/get_parm + with set_parm/get_parm + +2002-01-22 00:53 fillods + + * tcl/Makefile.in: regenerated + +2002-01-22 00:53 fillods + + * tcl/hamlibtcl.c: split rig and rot commands into tclrig.c and + tclrot.c + +2002-01-22 00:51 fillods + + * tcl/Makefile.am: added tclrig.c tclrot.c; some cleanup to be + scheduled 2002-01-22 00:50 fillods - * src/: misc.c, misc.h: added new strvfop/strscan and parse - functions from rigctl + * src/misc.c, src/misc.h: added new strvfop/strscan and parse + functions from rigctl 2002-01-22 00:48 fillods @@ -9142,11 +9449,16 @@ 2002-01-22 00:43 fillods * dummy/dummy.c: be more capable and more verbose, and use - channel_t to store current parameters + channel_t to store current parameters + +2002-01-22 00:34 fillods + + * tcl/tclrig.c, tcl/tclrig.h, tcl/tclrot.c, tcl/tclrot.h: Initial + release 2002-01-21 08:30 fillods - * src/: rig.c, rotator.c: check communication is opened + * src/rig.c, src/rotator.c: check communication is opened 2002-01-20 13:29 fillods @@ -9155,7 +9467,7 @@ 2002-01-19 18:56 fillods * kenwood/kenwood.c: kenwood_set_level first implementation, by - Joop PA4TU + Joop PA4TU 2002-01-19 18:51 fillods @@ -9163,16 +9475,18 @@ 2002-01-17 04:09 n0nb - * doc/sgml/: README.txt, hamlib-doc.dsl, hamlib-doc.sgml, - intro.sgml: 16 January 2002: - - Modified: hamlib-doc.dsl -- tweaked print output hamlib-doc.sgml -- - minor title and revremarks edit intro.sgml -- minor edits to track - hamlib versions better - - Removed: README.txt -- will return as README.docbook - - - N0NB + * doc/sgml/README.txt, doc/sgml/hamlib-doc.dsl, + doc/sgml/hamlib-doc.sgml, doc/sgml/intro.sgml: 16 January 2002: + + Modified: + hamlib-doc.dsl -- tweaked print output + hamlib-doc.sgml -- minor title and revremarks edit + intro.sgml -- minor edits to track hamlib versions better + + Removed: + README.txt -- will return as README.docbook + + - N0NB 2002-01-16 23:44 fillods @@ -9180,13 +9494,13 @@ 2002-01-16 23:37 fillods - * rpcrot/: rpcrot_clnt.c, rpcrot_svc.c, rpcrot_xdr.c: header path - fix + * rpcrot/rpcrot_clnt.c, rpcrot/rpcrot_svc.c, rpcrot/rpcrot_xdr.c: + header path fix 2002-01-16 23:36 fillods * c++/Makefile.in, include/Makefile.in, src/Makefile.in, - tests/Makefile.in: regenerated + tests/Makefile.in: regenerated 2002-01-16 23:34 fillods @@ -9202,12 +9516,12 @@ 2002-01-16 22:58 fillods - * src/: serial.c, serial.h, Makefile.am: non-serial parts of - serial.[ch] moved to iofunc.[ch] + * src/Makefile.am, src/serial.c, src/serial.h: non-serial parts of + serial.[ch] moved to iofunc.[ch] 2002-01-16 22:56 fillods - * src/: iofunc.c, iofunc.h: parts moved from serial.[ch] + * src/iofunc.c, src/iofunc.h: parts moved from serial.[ch] 2002-01-16 22:44 fillods @@ -9219,29 +9533,30 @@ 2002-01-16 19:18 fgretief - * Makefile.in, configure, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - easycomm/Makefile.in, icom/Makefile.in, include/Makefile.in, - jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.in, - lib/Makefile.in, libltdl/config-h.in, pcr/Makefile.in, - rpcrig/Makefile.in, rpcrot/Makefile.in, src/Makefile.in, - tentec/Makefile.in, tests/Makefile.in, uniden/Makefile.in, - winradio/Makefile.in, yaesu/Makefile.in: regenerated + * Makefile.in, alinco/Makefile.in, aor/Makefile.in, + c++/Makefile.in, configure, doc/Makefile.in, dummy/Makefile.in, + easycomm/Makefile.in, icom/Makefile.in, include/Makefile.in, + jrc/Makefile.in, kachina/Makefile.in, kenwood/Makefile.in, + lib/Makefile.in, libltdl/config-h.in, pcr/Makefile.in, + rpcrig/Makefile.in, rpcrot/Makefile.in, src/Makefile.in, + tcl/Makefile.in, tentec/Makefile.in, tests/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated 2002-01-16 19:17 fgretief * Makefile.am, configure.ac, rpcrot/Makefile.am: Fixed circular - dependency for rpc.rigd and rpc.rotd + dependency for rpc.rigd and rpc.rotd 2002-01-16 17:12 fgretief * Makefile.am, Makefile.in, configure, configure.ac: Added easycomm - and rpcrot backends + and rpcrot backends -2002-01-16 17:06 fgretief +2002-01-16 17:08 fgretief * src/rotator.c, tests/rotctl.1, tests/rotctl.c: Added rot_move - function + function 2002-01-16 17:03 fgretief @@ -9249,69 +9564,72 @@ 2002-01-16 16:52 fgretief - * include/hamlib/rotator.h: Added rot_move function - -2002-01-16 16:46 fgretief - - * kylix/hamlib_rotapi.pas, dummy/rot_dummy.c: Added rot_move - function + * dummy/rot_dummy.c, include/hamlib/rotator.h, + kylix/hamlib_rotapi.pas: Added rot_move function 2002-01-16 16:45 fgretief - * rpcrot/: Makefile.am, Makefile.in, rpc.rotd.8, rpcrot.h, - rpcrot.x, rpcrot_backend.c, rpcrot_backend.h, rpcrot_clnt.c, - rpcrot_proc.c, rpcrot_svc.c, rpcrot_xdr.c, rpcrotd.c: New RPC - backend for rotators + * rpcrot, rpcrot/Makefile.am, rpcrot/Makefile.in, + rpcrot/rpc.rotd.8, rpcrot/rpcrot.h, rpcrot/rpcrot.x, + rpcrot/rpcrot_backend.c, rpcrot/rpcrot_backend.h, + rpcrot/rpcrot_clnt.c, rpcrot/rpcrot_proc.c, rpcrot/rpcrot_svc.c, + rpcrot/rpcrot_xdr.c, rpcrot/rpcrotd.c: New RPC backend for + rotators 2002-01-16 16:35 fgretief - * easycomm/: Makefile.am, Makefile.in, easycomm.c, easycomm.h, - easycomm.txt: New backend for rotators + * easycomm, easycomm/Makefile.am, easycomm/Makefile.in, + easycomm/easycomm.c, easycomm/easycomm.h, easycomm/easycomm.txt: + New backend for rotators 2002-01-15 07:40 fillods - * libltdl/: acinclude.m4, aclocal.m4, configure, ltdl.c: upgrade to - libtool-1.4.2a-4 + * libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/configure, + libltdl/ltdl.c: upgrade to libtool-1.4.2a-4 2002-01-15 04:13 n0nb - * doc/sgml/: genindex.sgml, hamlib-doc.dsl, hamlib-doc.sgml, - reference.sgml: 15 January 2002: - - Update hamlib-doc.dsl stylesheet. Update hamlib-doc.sgml for - version 1.1.3 and 2002 copyright. Cut out API content in - reference.sgml as this is now handled by the Doxygen package. - - Added genindex.sgml for Index framework. - - -- N0NB + * doc/sgml/genindex.sgml, doc/sgml/hamlib-doc.dsl, + doc/sgml/hamlib-doc.sgml, doc/sgml/reference.sgml: 15 January + 2002: + + Update hamlib-doc.dsl stylesheet. Update hamlib-doc.sgml for + version 1.1.3 + and 2002 copyright. Cut out API content in reference.sgml as this + is now + handled by the Doxygen package. + + Added genindex.sgml for Index framework. + + -- N0NB 2002-01-14 10:29 fgretief - * kylix/: HamlibComponents.pas, README, hamlib_rigapi.pas, - hamlib_rotapi.pas, tests/DemoProject.dpr, tests/DemoProject.res, - tests/HamlibRadioForm.pas, tests/HamlibRadioForm.xfm, - tests/HamlibSelectionDlg.pas, tests/HamlibSelectionDlg.xfm, - tests/TestForm.pas, tests/TestForm.xfm: Initial commit of Kylix - binding + * kylix, kylix/HamlibComponents.pas, kylix/README, + kylix/hamlib_rigapi.pas, kylix/hamlib_rotapi.pas, kylix/tests, + kylix/tests/DemoProject.dpr, kylix/tests/DemoProject.res, + kylix/tests/HamlibRadioForm.pas, kylix/tests/HamlibRadioForm.xfm, + kylix/tests/HamlibSelectionDlg.pas, + kylix/tests/HamlibSelectionDlg.xfm, kylix/tests/TestForm.pas, + kylix/tests/TestForm.xfm: Initial commit of Kylix binding 2002-01-14 07:00 fillods - * tests/: rotctl.1, rotctl.c: added get_info + * tests/rotctl.1, tests/rotctl.c: added get_info 2002-01-09 23:14 fillods - * kenwood/: kenwood.c, ts870s.c: patch from Joop PA4TU: implemented - set_func and fixed FAGC + * kenwood/kenwood.c, kenwood/ts870s.c: patch from Joop PA4TU: + implemented set_func and fixed FAGC 2002-01-09 23:11 fillods - * aor/: aor.c, aor.h, ar8000.c, ar8200.c: added set_vfo/get_vfo, - vfo_op, get_info and other fixes + * aor/aor.c, aor/aor.h, aor/ar8000.c, aor/ar8200.c: added + set_vfo/get_vfo, vfo_op, get_info and other fixes 2002-01-09 23:09 fillods - * tests/: rigctl.1, rigctl.c: added get_info + * tests/rigctl.1, tests/rigctl.c: added get_info 2002-01-09 23:08 fillods @@ -9327,23 +9645,23 @@ 2002-01-07 17:57 fgretief - * include/hamlib/rig.h: Added a new function: LCD Lamp ON/OFF (for - Kenwood TH-7DA) + * include/hamlib/rig.h: Added a new function: LCD Lamp ON/OFF (for + Kenwood TH-7DA) 2002-01-07 17:54 fgretief * kenwood/kenwood.c: added a kenwood_init and _cleanup routine for - priv caps & priv data. + priv caps & priv data. 2002-01-07 17:51 fgretief * kenwood/kenwood.h: add private caps to store the termination - character of Kenwood rigs commands. + character of Kenwood rigs commands. 2002-01-07 17:48 fgretief - * kenwood/: th.c, th.h: Changed to a new transaction function and - adde quite a few commands. + * kenwood/th.c, kenwood/th.h: Changed to a new transaction function + and adde quite a few commands. 2002-01-07 17:46 fgretief @@ -9356,7 +9674,7 @@ 2002-01-07 17:41 fgretief * src/misc.c: Added code to hexdump to right align ASCII dump - column + column 2002-01-07 17:28 fgretief @@ -9364,8 +9682,8 @@ 2002-01-07 17:14 fgretief - * src/: serial.c, serial.h: Added read_serial function to read - strings from a port. + * src/serial.c, src/serial.h: Added read_serial function to read + strings from a port. 2002-01-06 17:50 fillods @@ -9373,12 +9691,16 @@ 2002-01-06 17:50 fillods - * tentec/Makefile.in: regenerated + * tcl/Makefile.in, tentec/Makefile.in: regenerated 2002-01-06 17:49 fillods - * tentec/: Makefile.am, tentec.c, tentec.h: added Pegasus and - tentec_trx_open + * tentec/Makefile.am, tentec/tentec.c, tentec/tentec.h: added + Pegasus and tentec_trx_open + +2002-01-06 17:49 fillods + + * tcl/Makefile.am: fixed missing hamlib.so dependancy 2002-01-06 17:47 fillods @@ -9390,7 +9712,8 @@ 2002-01-03 21:45 fillods - * kenwood/: ts2000.c, ts450s.c, ts570.c, ts870s.c: rig specs fixes + * kenwood/ts2000.c, kenwood/ts450s.c, kenwood/ts570.c, + kenwood/ts870s.c: rig specs fixes 2002-01-03 21:43 fillods @@ -9398,22 +9721,22 @@ 2002-01-03 21:42 fillods - * kenwood/: Makefile.am, kenwood.c, kenwood.h: added TS-50S and - TS-950SDX + * kenwood/Makefile.am, kenwood/kenwood.c, kenwood/kenwood.h: added + TS-50S and TS-950SDX 2002-01-03 21:41 fillods - * kenwood/: ts50s.c, ts950.c: Initial release + * kenwood/ts50s.c, kenwood/ts950.c: Initial release 2002-01-02 23:41 fillods - * kenwood/: th.c, thd7.c: fixes from Francois to make the TH-D7 to - work + * kenwood/th.c, kenwood/thd7.c: fixes from Francois to make the + TH-D7 to work 2002-01-02 23:41 fillods - * src/: register.c, rot_reg.c: disabled static linked-in backends - until better solution + * src/register.c, src/rot_reg.c: disabled static linked-in backends + until better solution 2002-01-02 23:38 fillods @@ -9441,12 +9764,13 @@ 2001-12-28 20:34 fillods - * tests/: rotctl.1, rotctl.c: Initial release + * dummy/rot_dummy.c, dummy/rot_dummy.h, tests/rotctl.1, + tests/rotctl.c: Initial release 2001-12-28 20:33 fillods * src/locator.c: added doxygen comments, made locator convertion to - work, caution: not very well tested + work, caution: not very well tested 2001-12-28 20:32 fillods @@ -9454,7 +9778,7 @@ 2001-12-28 20:30 fillods - * include/hamlib/: rotator.h, rotlist.h: fixes + * include/hamlib/rotator.h, include/hamlib/rotlist.h: fixes 2001-12-28 20:29 fillods @@ -9464,29 +9788,23 @@ * dummy/Makefile.am: added dummy rotator -2001-12-28 20:29 fillods - - * dummy/: rot_dummy.c, rot_dummy.h: Initial release - 2001-12-28 20:28 fillods - * alinco/alinco.c, alinco/alinco.h, src/register.c, aor/aor.c, - aor/aor.h, dummy/dummy.c, dummy/dummy.h, icom/icom.c, icom/icom.h, - jrc/jrc.c, jrc/jrc.h, kachina/kachina.c, kachina/kachina.h, - kenwood/kenwood.c, kenwood/kenwood.h, pcr/pcr.c, pcr/pcr.h, - rpcrig/rpcrig_backend.c, rpcrig/rpcrig_backend.h, tentec/tentec.c, - tentec/tentec.h, uniden/uniden.c, uniden/uniden.h, - winradio/winradio.c, winradio/winradio.h, yaesu/yaesu.c, - yaesu/yaesu.h: warning: backend module breakage: symbol changed: - init_ -> initrigs_ + * alinco/alinco.c, alinco/alinco.h, aor/aor.c, aor/aor.h, + dummy/dummy.c, dummy/dummy.h, icom/icom.c, icom/icom.h, + jrc/jrc.c, jrc/jrc.h, kachina/kachina.c, kachina/kachina.h, + kenwood/kenwood.c, kenwood/kenwood.h, pcr/pcr.c, pcr/pcr.h, + rpcrig/rpcrig_backend.c, rpcrig/rpcrig_backend.h, src/register.c, + tentec/tentec.c, tentec/tentec.h, uniden/uniden.c, + uniden/uniden.h, winradio/winradio.c, winradio/winradio.h, + yaesu/yaesu.c, yaesu/yaesu.h: warning: backend module breakage: + symbol changed: init_ -> initrigs_ 2001-12-27 22:07 fillods - * configure: regenerated - -2001-12-27 22:03 fillods - - * tests/Makefile.in, include/Makefile.in: regenerated + * configure, include/Makefile.in, rpcrig/rpcrig.h, + rpcrig/rpcrig_clnt.c, rpcrig/rpcrig_svc.c, rpcrig/rpcrig_xdr.c, + src/Makefile.in, tests/Makefile.in: regenerated 2001-12-27 22:02 fillods @@ -9504,23 +9822,10 @@ * src/rig.c: backend init time failure fix and other misc fixes -2001-12-27 21:59 fillods - - * rpcrig/rpcrig.h: regenerated - 2001-12-27 21:56 fillods - * src/Makefile.in, rpcrig/rpcrig_clnt.c, rpcrig/rpcrig_svc.c, - rpcrig/rpcrig_xdr.c: regenerated - -2001-12-27 21:56 fillods - - * rpcrig/: rpcrig_backend.c, rpcrig_proc.c: more data passed by - rigstate_1 - -2001-12-27 21:52 fillods - - * rpcrig/rpcrig.x: more data passed by rigstate_1 + * rpcrig/rpcrig.x, rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c: + more data passed by rigstate_1 2001-12-27 21:50 fillods @@ -9532,8 +9837,8 @@ 2001-12-27 21:46 fillods - * src/: locator.c, rot_conf.c, rot_conf.h, rot_reg.c, rotator.c: - Initial release + * src/locator.c, src/rot_conf.c, src/rot_conf.h, src/rot_reg.c, + src/rotator.c: Initial release 2001-12-27 21:46 fillods @@ -9549,7 +9854,8 @@ 2001-12-27 21:41 fillods - * include/hamlib/: rotator.h, rotlist.h: Initial release + * include/hamlib/rotator.h, include/hamlib/rotlist.h: Initial + release 2001-12-27 21:41 fillods @@ -9569,25 +9875,23 @@ 2001-12-26 23:44 fillods - * rpcrig/: rpcrig_clnt.c, rpcrig_svc.c, rpcrig_xdr.c: regenerated + * Makefile.in, configure, rpcrig/Makefile.in, rpcrig/rpcrig.h, + rpcrig/rpcrig_clnt.c, rpcrig/rpcrig_svc.c, rpcrig/rpcrig_xdr.c, + tests/Makefile.in: regenerated + +2001-12-26 23:44 fillods + + * rpcrig/rpcrig_backend.c, rpcrig/rpcrig_proc.c: implemented many + more wrappers 2001-12-26 23:43 fillods * rpcrig/rpcrig_backend.h: hack, to be refined -2001-12-26 23:42 fillods - - * rpcrig/: rpcrig_backend.c, rpcrig_proc.c: implemented many more - wrappers - 2001-12-26 23:40 fillods * rpcrig/rpcrig.x: major development -2001-12-26 23:39 fillods - - * rpcrig/: Makefile.in, rpcrig.h: regenerated - 2001-12-26 23:39 fillods * rpcrig/Makefile.am: rpc.rigd belongs to sbin @@ -9604,14 +9908,10 @@ * AUTHORS: added Bob and Francois -2001-12-26 23:35 fillods - - * tests/Makefile.in: regenerated - 2001-12-26 23:34 fillods - * tests/: rigctl.1, rigctl.c: added --serial-speed, --show-conf and - --set-conf options, plus misc fixes + * tests/rigctl.1, tests/rigctl.c: added --serial-speed, --show-conf + and --set-conf options, plus misc fixes 2001-12-26 23:33 fillods @@ -9619,12 +9919,8 @@ 2001-12-26 23:33 fillods - * rpcrig/: rpc.rigd.8, rpcrigd.c: added --serial-speed and - --set-conf options, plus misc fixes - -2001-12-26 23:31 fillods - - * Makefile.in, configure: regenerated + * rpcrig/rpc.rigd.8, rpcrig/rpcrigd.c: added --serial-speed and + --set-conf options, plus misc fixes 2001-12-26 23:30 fillods @@ -9640,7 +9936,7 @@ 2001-12-20 23:07 fillods - * icom/: icom.c, icom.h, Makefile.am: added IC-821H + * icom/Makefile.am, icom/icom.c, icom/icom.h: added IC-821H 2001-12-20 23:04 fillods @@ -9648,32 +9944,32 @@ 2001-12-20 23:03 fillods - * jrc/: jrc.c, jrc.h, nrd545.c: added - scan,set_parm/get_parm,decode_event and vfo_op calls + * jrc/jrc.c, jrc/jrc.h, jrc/nrd545.c: added + scan,set_parm/get_parm,decode_event and vfo_op calls 2001-12-20 22:59 fillods * alinco/alinco.c, aor/aor.c, kenwood/kenwood.c, kenwood/th.c, - tests/rigctl.c, tests/testrig.c, tests/testtrn.c, yaesu/ft747.c, - yaesu/ft817.c, yaesu/ft847.c: misc sscanf format fix + tests/rigctl.c, tests/testrig.c, tests/testtrn.c, yaesu/ft747.c, + yaesu/ft817.c, yaesu/ft847.c: misc sscanf format fix 2001-12-20 08:02 fillods - * kachina/: 505dsp.c, kachina.c, kachina.h: cleanups + * kachina/505dsp.c, kachina/kachina.c, kachina/kachina.h: cleanups 2001-12-20 08:02 fillods - * jrc/: jrc.c, jrc.h: removed useless vfo arg to set_trn/get_trn - funcs + * jrc/jrc.c, jrc/jrc.h: removed useless vfo arg to set_trn/get_trn + funcs 2001-12-20 07:51 fillods * tests/rigctl.c: no more obscure numeric parameters, new commands, - ability to set-conf/show-conf + ability to set-conf/show-conf 2001-12-20 07:48 fillods - * src/: misc.c, misc.h: misc adjunction + * src/misc.c, src/misc.h: misc adjunction 2001-12-20 07:47 fillods @@ -9682,24 +9978,25 @@ 2001-12-20 07:46 fillods * c++/rigclass.cc, dummy/dummy.c, include/hamlib/rigclass.h, - kenwood/kenwood.c, kenwood/kenwood.h, rpcrig/rpcrig_backend.c, - src/rig.c, tests/testtrn.c: removed useless vfo arg to - set_trn/get_trn funcs + kenwood/kenwood.c, kenwood/kenwood.h, rpcrig/rpcrig_backend.c, + src/rig.c, tests/testtrn.c: removed useless vfo arg to + set_trn/get_trn funcs 2001-12-20 07:42 fillods * include/hamlib/rig.h: removed useless vfo arg to set_trn/get_trn - funcs, added rig_token_foreach for conf + funcs, added rig_token_foreach for conf -2001-12-19 03:55 fillods +2001-12-19 03:58 fillods - * alinco/Makefile.in, aor/Makefile.in, c++/Makefile.in, - doc/Makefile.in, dummy/Makefile.in, icom/Makefile.in, - include/Makefile.in, jrc/Makefile.in, kachina/Makefile.in, - kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - rpcrig/Makefile.in, src/Makefile.in, tentec/Makefile.in, - tests/Makefile.in, uniden/Makefile.in, winradio/Makefile.in, - yaesu/Makefile.in, Makefile.in: regenerated + * Makefile.in, alinco/Makefile.in, aor/Makefile.in, + c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, + icom/Makefile.in, include/Makefile.in, jrc/Makefile.in, + kachina/Makefile.in, kenwood/Makefile.in, lib/Makefile.in, + pcr/Makefile.in, rpcrig/Makefile.in, src/Makefile.in, + tcl/Makefile.in, tentec/Makefile.in, tests/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated 2001-12-19 03:54 fillods @@ -9712,12 +10009,12 @@ 2001-12-19 03:37 fillods * include/hamlib/rig_dll.h: getting closer to win32 build, not - arrived though + arrived though 2001-12-19 03:35 fillods * alinco/alinco.c, alinco/alinco.h, icom/icom.c, icom/icom.h, - src/rig.c: tones fixes + src/rig.c: tones fixes 2001-12-19 03:33 fillods @@ -9726,21 +10023,25 @@ 2001-12-19 03:31 fillods * alinco/Makefile.am, aor/Makefile.am, c++/Makefile.am, - dummy/Makefile.am, icom/Makefile.am, jrc/Makefile.am, - kachina/Makefile.am, kenwood/Makefile.am, pcr/Makefile.am, - rpcrig/Makefile.am, src/Makefile.am, tentec/Makefile.am, - uniden/Makefile.am, yaesu/Makefile.am: cleaned up static build and - flags, introduced lib version 0:0:0 + dummy/Makefile.am, icom/Makefile.am, jrc/Makefile.am, + kachina/Makefile.am, kenwood/Makefile.am, pcr/Makefile.am, + rpcrig/Makefile.am, src/Makefile.am, tentec/Makefile.am, + uniden/Makefile.am, yaesu/Makefile.am: cleaned up static build + and flags, introduced lib version 0:0:0 2001-12-19 03:29 fillods * lib/Makefile.am: LIBOBJS cleanup and made libmisc a convenience - lib + lib 2001-12-19 03:28 fillods * tests/Makefile.am: build flags cleanup +2001-12-19 03:27 fillods + + * tcl/Makefile.am: cleanup, more to be done + 2001-12-19 03:26 fillods * winradio/Makefile.am: merged in linradio subdir Makefile.am @@ -9752,8 +10053,8 @@ 2001-12-19 03:24 fillods * configure.ac: added maintainer mode, LIBOBJS cleanup and made - libmisc a convenience lib, added -dlopen force to make dlopen work - with static build, and removed some overkill Makefiles + libmisc a convenience lib, added -dlopen force to make dlopen + work with static build, and removed some overkill Makefiles 2001-12-19 03:20 fillods @@ -9761,7 +10062,7 @@ 2001-12-19 03:18 fillods - * src/: tones.c, tones.h: coming from tone_tbl.h + * src/tones.c, src/tones.h: coming from tone_tbl.h 2001-12-19 03:14 fillods @@ -9769,13 +10070,9 @@ 2001-12-19 03:13 fillods - * include/hamlib/: Makefile.am, Makefile.in: removed overkill - Makefiles - -2001-12-19 03:09 fillods - - * winradio/linradio/: Makefile.am, Makefile.in: removed overkill - Makefiles + * include/hamlib/Makefile.am, include/hamlib/Makefile.in, + winradio/linradio/Makefile.am, winradio/linradio/Makefile.in: + removed overkill Makefiles 2001-12-19 03:06 fillods @@ -9807,8 +10104,8 @@ 2001-12-17 22:40 fillods - * jrc/: Makefile.am, Makefile.in, jrc.c, jrc.h, nrd545.c: Initial - release + * jrc, jrc/Makefile.am, jrc/Makefile.in, jrc/jrc.c, jrc/jrc.h, + jrc/nrd545.c: Initial release 2001-12-16 20:02 fillods @@ -9825,54 +10122,55 @@ 2001-12-16 11:24 fillods * dummy/dummy.c: static/dynamic build fixes and make use of str - functions + functions 2001-12-16 11:24 fillods - * src/: misc.c, misc.h: static/dynamic build fixes and added str - functions + * src/misc.c, src/misc.h: static/dynamic build fixes and added str + functions 2001-12-16 11:19 fillods * alinco/Makefile.in, aor/Makefile.in, c++/Makefile.in, - dummy/Makefile.in, icom/Makefile.in, kachina/Makefile.in, - kenwood/Makefile.in, pcr/Makefile.in, rpcrig/Makefile.in, - src/Makefile.in, tentec/Makefile.in, tests/Makefile.in, - uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: - regenerated + dummy/Makefile.in, icom/Makefile.in, kachina/Makefile.in, + kenwood/Makefile.in, pcr/Makefile.in, rpcrig/Makefile.in, + src/Makefile.in, tentec/Makefile.in, tests/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated 2001-12-16 11:18 fillods * c++/rigclass.cc, include/hamlib/rigclass.h: static/dynamic build - fixes and added split wrappers + fixes and added split wrappers 2001-12-16 11:17 fillods * include/hamlib/rig.h, kenwood/thd7.c, kenwood/thf7.c, - kenwood/ts2000.c, kenwood/ts450s.c, kenwood/ts570.c, - kenwood/ts870s.c, src/rig.c, yaesu/ft847.c: finer grained - targetable vfo cap + kenwood/ts2000.c, kenwood/ts450s.c, kenwood/ts570.c, + kenwood/ts870s.c, src/rig.c, yaesu/ft847.c: finer grained + targetable vfo cap 2001-12-16 11:14 fillods * alinco/alinco.c, alinco/alinco.h, aor/aor.c, aor/aor.h, - dummy/dummy.h, icom/icom.c, icom/icom.h, include/hamlib/rig_dll.h, - kenwood/kenwood.c, kenwood/kenwood.h, pcr/pcr.c, pcr/pcr.h, - rpcrig/rpcrig_backend.c, rpcrig/rpcrig_backend.h, - rpcrig/rpcrig_proc.c, src/cal.c, src/conf.c, src/event.c, - src/register.c, src/serial.c, src/tone_tbl.h, tentec/tentec.c, - tentec/tentec.h, uniden/uniden.c, uniden/uniden.h, - winradio/winradio.c, winradio/winradio.h, yaesu/yaesu.c, - yaesu/yaesu.h: static/dynamic build fixes + dummy/dummy.h, icom/icom.c, icom/icom.h, + include/hamlib/rig_dll.h, kenwood/kenwood.c, kenwood/kenwood.h, + pcr/pcr.c, pcr/pcr.h, rpcrig/rpcrig_backend.c, + rpcrig/rpcrig_backend.h, rpcrig/rpcrig_proc.c, src/cal.c, + src/conf.c, src/event.c, src/register.c, src/serial.c, + src/tone_tbl.h, tentec/tentec.c, tentec/tentec.h, + uniden/uniden.c, uniden/uniden.h, winradio/winradio.c, + winradio/winradio.h, yaesu/yaesu.c, yaesu/yaesu.h: static/dynamic + build fixes 2001-12-16 11:07 fillods * alinco/Makefile.am, aor/Makefile.am, c++/Makefile.am, - dummy/Makefile.am, icom/Makefile.am, kachina/Makefile.am, - kenwood/Makefile.am, pcr/Makefile.am, rpcrig/Makefile.am, - src/Makefile.am, tentec/Makefile.am, tests/Makefile.am, - uniden/Makefile.am, winradio/Makefile.am, yaesu/Makefile.am: - static/dynamic build fixes + dummy/Makefile.am, icom/Makefile.am, kachina/Makefile.am, + kenwood/Makefile.am, pcr/Makefile.am, rpcrig/Makefile.am, + src/Makefile.am, tentec/Makefile.am, tests/Makefile.am, + uniden/Makefile.am, winradio/Makefile.am, yaesu/Makefile.am: + static/dynamic build fixes 2001-12-16 11:04 fillods @@ -9888,7 +10186,7 @@ 2001-12-15 03:23 aa1vl - * yaesu/: yaesu.c, yaesu.h: add ft817 + * yaesu/yaesu.c, yaesu/yaesu.h: add ft817 2001-12-15 03:22 aa1vl @@ -9896,13 +10194,13 @@ 2001-12-15 03:19 aa1vl - * yaesu/: ft817.c, ft817.h: initial stab at this for the Yaesu - FT-817 + * yaesu/ft817.c, yaesu/ft817.h: initial stab at this for the Yaesu + FT-817 2001-12-15 03:13 aa1vl - * src/: serial.c, serial.h: add serial_flush() method to clean rx - buffer + * src/serial.c, src/serial.h: add serial_flush() method to clean rx + buffer 2001-12-12 22:03 fillods @@ -9910,12 +10208,12 @@ 2001-12-11 22:04 fillods - * yaesu/: ft747.c, ft847.c: license clarification + * yaesu/ft747.c, yaesu/ft847.c: license clarification 2001-12-11 21:58 fillods - * kenwood/: Makefile.am, Makefile.in, kenwood.c, kenwood.h: added - TS-2000 + * kenwood/Makefile.am, kenwood/Makefile.in, kenwood/kenwood.c, + kenwood/kenwood.h: added TS-2000 2001-12-11 21:58 fillods @@ -9932,27 +10230,27 @@ 2001-12-09 14:11 fillods * acinclude.m4, aclocal.m4: update to autotools-dev 20011108.1 and - libtool-1.4.2a + libtool-1.4.2a -2001-12-09 14:05 fillods +2001-12-09 14:06 fillods * libltdl/Makefile.am, libltdl/Makefile.in, libltdl/acinclude.m4, - libltdl/aclocal.m4, libltdl/config-h.in, libltdl/config.h, - libltdl/configure, libltdl/ltdl.c, ltmain.sh: update to - libtool-1.4.2a + libltdl/aclocal.m4, libltdl/config-h.in, libltdl/config.h, + libltdl/configure, libltdl/ltdl.c, ltmain.sh: update to + libtool-1.4.2a 2001-11-28 22:10 fillods - * icom/: icom.c, icom.h: added IC-275 and IC-475 + * icom/icom.c, icom/icom.h: added IC-275 and IC-475 -2001-11-28 22:02 fillods +2001-11-28 22:04 fillods - * icom/: icom.c, icom.h, Makefile.am, Makefile.in: added IC-275 and - IC-475 + * icom/Makefile.am, icom/Makefile.in, icom/icom.c, icom/icom.h: + added IC-275 and IC-475 2001-11-28 22:00 fillods - * icom/: ic275.c, ic475.c: Initial release + * icom/ic275.c, icom/ic475.c: Initial release 2001-11-19 22:08 f4cfe @@ -9969,11 +10267,11 @@ 2001-11-14 18:31 f4cfe * yaesu/ft847.c: added get_freq and get_mode, fixed set_mode with - passband + passband 2001-11-14 18:30 f4cfe - * yaesu/: Makefile.am, Makefile.in: another misc fix + * yaesu/Makefile.am, yaesu/Makefile.in: another misc fix 2001-11-14 18:29 f4cfe @@ -9981,8 +10279,8 @@ 2001-11-12 22:12 f4cfe - * libltdl/: acinclude.m4, aclocal.m4, configure: back out - mysterious hack for Darwin that is not working so well + * libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/configure: back + out mysterious hack for Darwin that is not working so well 2001-11-12 22:07 f4cfe @@ -9991,7 +10289,7 @@ 2001-11-12 22:02 f4cfe * acinclude.m4: getting closer to have it working on Darwin - systems, still obscure + systems, still obscure 2001-11-12 22:00 f4cfe @@ -9999,7 +10297,7 @@ 2001-11-12 21:59 f4cfe - * yaesu/: Makefile.am, yaesu.h: misc link fixes + * yaesu/Makefile.am, yaesu/yaesu.h: misc link fixes 2001-11-12 21:57 f4cfe @@ -10016,8 +10314,8 @@ 2001-11-10 20:54 f4cfe * acinclude.m4, aclocal.m4, configure: mysterious fix coming from - libtool mailing list, to workaround an obscure problem on Darwin - systems + libtool mailing list, to workaround an obscure problem on Darwin + systems 2001-11-10 20:52 f4cfe @@ -10025,9 +10323,9 @@ 2001-11-10 20:37 f4cfe - * libltdl/: acinclude.m4, aclocal.m4, configure: mysterious fix - coming from libtool mailing list, to workaround an obscure problem - on Darwin systems + * libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/configure: + mysterious fix coming from libtool mailing list, to workaround an + obscure problem on Darwin systems 2001-11-09 15:47 f4cfe @@ -10043,13 +10341,13 @@ 2001-11-09 15:44 f4cfe - * kenwood/: kenwood.c, kenwood.h, thf7.c: added TH-F7E, preliminary - tested ok + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/thf7.c: added + TH-F7E, preliminary tested ok 2001-11-09 15:42 f4cfe - * kenwood/: th.c, th.h: factorised code for TH-D7 and TH-F/TH-F7 - handhelds, initial release + * kenwood/th.c, kenwood/th.h: factorised code for TH-D7 and + TH-F/TH-F7 handhelds, initial release 2001-11-08 07:38 f4cfe @@ -10066,22 +10364,23 @@ 2001-10-22 20:34 f4cfe * alinco/Makefile.in, c++/Makefile.in, doc/Makefile.in, - dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, - kachina/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - tentec/Makefile.in, include/hamlib/Makefile.in, uniden/Makefile.in, - winradio/Makefile.in, winradio/linradio/Makefile.in, - yaesu/Makefile.in: regenerated + dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, + include/hamlib/Makefile.in, kachina/Makefile.in, lib/Makefile.in, + pcr/Makefile.in, tcl/Makefile.in, tentec/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, + winradio/linradio/Makefile.in, yaesu/Makefile.in: regenerated 2001-10-22 20:33 f4cfe * alinco/Makefile.am, c++/Makefile.am, dummy/Makefile.am, - icom/Makefile.am, kachina/Makefile.am, pcr/Makefile.am, - tentec/Makefile.am, uniden/Makefile.am, winradio/Makefile.am, - yaesu/Makefile.am: misc dep update + icom/Makefile.am, kachina/Makefile.am, pcr/Makefile.am, + tentec/Makefile.am, uniden/Makefile.am, winradio/Makefile.am, + yaesu/Makefile.am: misc dep update 2001-10-22 20:23 f4cfe - * aor/: Makefile.am, Makefile.in, aor.c, aor.h: added AR8000 + * aor/Makefile.am, aor/Makefile.in, aor/aor.c, aor/aor.h: added + AR8000 2001-10-22 20:22 f4cfe @@ -10089,8 +10388,8 @@ 2001-10-18 20:43 f4cfe - * kenwood/: Makefile.am, Makefile.in, kenwood.c, kenwood.h: added - TH-D7A + * kenwood/Makefile.am, kenwood/Makefile.in, kenwood/kenwood.c, + kenwood/kenwood.h: added TH-D7A 2001-10-18 20:42 f4cfe @@ -10104,10 +10403,10 @@ * src/Makefile.am: misc dist fix -2001-10-18 20:38 f4cfe +2001-10-18 20:39 f4cfe * configure.ac, include/config.h.in: enable rpcrig only when RPC - are available + are available 2001-10-18 17:51 f4cfe @@ -10125,59 +10424,77 @@ * configure.ac: fix typo +2001-10-16 19:30 f4cfe + + * rpc: moved to ../rpcrig + 2001-10-16 19:29 f4cfe - * rpcrig/: Makefile.am, Makefile.in, rpc.rigd.8, rpcrig.h, - rpcrig.x, rpcrig_backend.c, rpcrig_backend.h, rpcrig_clnt.c, - rpcrig_proc.c, rpcrig_svc.c, rpcrig_xdr.c, rpcrigd.c: moved from - ../rpc + * rpcrig, rpcrig/Makefile.am, rpcrig/Makefile.in, + rpcrig/rpc.rigd.8, rpcrig/rpcrig.h, rpcrig/rpcrig.x, + rpcrig/rpcrig_backend.c, rpcrig/rpcrig_backend.h, + rpcrig/rpcrig_clnt.c, rpcrig/rpcrig_proc.c, rpcrig/rpcrig_svc.c, + rpcrig/rpcrig_xdr.c, rpcrig/rpcrigd.c: moved from ../rpc 2001-10-16 19:26 f4cfe - * Makefile.in, configure, include/config.h.in, tests/Makefile.in, - src/Makefile.in: regenerated + * Makefile.in, configure, include/config.h.in, src/Makefile.in, + tests/Makefile.in: regenerated 2001-10-16 19:25 f4cfe * configure.ac: more flexible management of the list of backends, - prepare work for optional. also fix a bug which would link binaries - against libgd,libz even when not needed. + prepare work for optional. also fix a bug which would link + binaries against libgd,libz even when not needed. 2001-10-16 19:24 f4cfe * Makefile.am, tests/Makefile.am: more flexible management of the - list of backends, prepare work for optional + list of backends, prepare work for optional 2001-10-16 19:19 f4cfe * alinco/alinco.c, alinco/alinco.h, icom/icom.c, icom/icom.h, - include/hamlib/rig.h, src/rig.c: do not export ctcss and dcs data - lists if dll does not support it (eg. win32), and then, workaround - this + include/hamlib/rig.h, src/rig.c: do not export ctcss and dcs data + lists if dll does not support it (eg. win32), and then, + workaround this 2001-10-16 19:15 f4cfe * src/tone_tbl.h: Initial release +2001-10-09 20:07 f4cfe + + * Makefile.in, rpc/Makefile.in: regenerated + 2001-10-09 20:06 f4cfe - * Makefile.in: regenerated + * rpc/Makefile.am: added man page and misc fix + +2001-10-09 19:47 f4cfe + + * rpc/rpc.rigd.8: Initial release 2001-10-07 21:53 f4cfe * Makefile.in, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - icom/Makefile.in, include/Makefile.in, include/hamlib/Makefile.in, - kachina/Makefile.in, kenwood/Makefile.in, lib/Makefile.in, - pcr/Makefile.in, src/Makefile.in, tentec/Makefile.in, - tests/Makefile.in, uniden/Makefile.in, winradio/Makefile.in, - winradio/linradio/Makefile.in, yaesu/Makefile.in: regenerated - (automake 1.5 upgrade) + c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, + icom/Makefile.in, include/Makefile.in, + include/hamlib/Makefile.in, kachina/Makefile.in, + kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, + src/Makefile.in, tcl/Makefile.in, tentec/Makefile.in, + tests/Makefile.in, uniden/Makefile.in, winradio/Makefile.in, + winradio/linradio/Makefile.in, yaesu/Makefile.in: regenerated + (automake 1.5 upgrade) + +2001-10-07 21:52 f4cfe + + * rpc/Makefile.in: Initial release 2001-10-07 21:50 f4cfe * include/hamlib/riglist.h: declared rpc backend, couple of THD7 - and IC-910 + and IC-910 2001-10-07 21:49 f4cfe @@ -10187,10 +10504,10 @@ * icom/icom.c: added IC-910 ID -2001-10-07 21:47 f4cfe +2001-10-07 21:48 f4cfe * aor/ar8200.c, icom/ic706.c, icom/icall.c, icom/icr8500.c: forgot - WFM mode + WFM mode 2001-10-07 21:46 f4cfe @@ -10204,28 +10521,34 @@ * Makefile.am, configure.ac: added rpc backend -2001-10-07 21:38 f4cfe +2001-10-07 21:42 f4cfe - * depcomp: Initial release + * depcomp, rpc, rpc/Makefile.am, rpc/rpcrig.h, rpc/rpcrig.x, + rpc/rpcrig_backend.c, rpc/rpcrig_backend.h, rpc/rpcrig_clnt.c, + rpc/rpcrig_proc.c, rpc/rpcrig_svc.c, rpc/rpcrig_xdr.c, + rpc/rpcrigd.c: Initial release 2001-10-02 08:16 terry * include/hamlib/rigclass.h: Removed apparently spurious #include - eti.h, ref: debian bug #114128 + eti.h, ref: debian bug #114128 2001-09-25 22:05 n0nb - * doc/sgml/: README.txt, hamlib-doc.dsl: 25 Sep 2001 - - Added README.txt hamlib-doc.dsl -- Forgot these on SGML - commit... + * doc/sgml/README.txt, doc/sgml/hamlib-doc.dsl: 25 Sep 2001 + + Added + README.txt + hamlib-doc.dsl -- Forgot these on SGML commit... 2001-09-25 03:53 n0nb - * doc/sgml/: backend.sgml, hamlib-doc.sgml, internals.sgml, - intro.sgml, preface.sgml, reference.sgml, using.sgml: 24 Sep 2001 - - Added Hamlib manual SGML source files to CVS. + * doc/sgml, doc/sgml/backend.sgml, doc/sgml/hamlib-doc.sgml, + doc/sgml/internals.sgml, doc/sgml/intro.sgml, + doc/sgml/preface.sgml, doc/sgml/reference.sgml, + doc/sgml/using.sgml: 24 Sep 2001 + + Added Hamlib manual SGML source files to CVS. 2001-09-23 11:03 f4cfe @@ -10237,16 +10560,12 @@ 2001-09-23 10:40 f4cfe - * TODO: misc update before 1.1.2 + * AUTHORS, TODO: misc update before 1.1.2 2001-09-23 10:37 f4cfe * NEWS: 1.1.2 release -2001-09-23 10:35 f4cfe - - * AUTHORS: misc update before 1.1.2 - 2001-09-22 11:49 f4cfe * tests/rigctl.1: updated manual about civaddr setting @@ -10257,8 +10576,9 @@ 2001-09-20 21:21 f4cfe - * tests/: dumpcaps.c, dumpmem.c, listrigs.c, rigmatrix.c, - testcaps.c, testtrn.c: minor cleanups + * tests/dumpcaps.c, tests/dumpmem.c, tests/listrigs.c, + tests/rigmatrix.c, tests/testcaps.c, tests/testtrn.c: minor + cleanups 2001-09-20 21:20 f4cfe @@ -10282,23 +10602,21 @@ 2001-09-19 22:04 f4cfe - * winradio/linradio/Makefile.in: regenerated - -2001-09-19 22:01 f4cfe - - * configure, Makefile.in, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - include/Makefile.in, include/config.h.in, kachina/Makefile.in, - kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - src/Makefile.in, tentec/Makefile.in, tests/Makefile.in, - include/hamlib/Makefile.in, uniden/Makefile.in, - winradio/Makefile.in, yaesu/Makefile.in, aclocal.m4: regenerated + * Makefile.in, aclocal.m4, alinco/Makefile.in, aor/Makefile.in, + c++/Makefile.in, configure, doc/Makefile.in, dummy/Makefile.in, + include/Makefile.in, include/config.h.in, + include/hamlib/Makefile.in, kachina/Makefile.in, + kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, + src/Makefile.in, tcl/Makefile.in, tentec/Makefile.in, + tests/Makefile.in, uniden/Makefile.in, winradio/Makefile.in, + winradio/linradio/Makefile.in, yaesu/Makefile.in: regenerated 2001-09-19 22:00 f4cfe - * libltdl/: Makefile.am, Makefile.in, acinclude.m4, aclocal.m4, - config-h.in, config.h, configure, ltdl.c, ltdl.h: upgraded to - libtool-1.4.2 + * libltdl/Makefile.am, libltdl/Makefile.in, libltdl/acinclude.m4, + libltdl/aclocal.m4, libltdl/config-h.in, libltdl/config.h, + libltdl/configure, libltdl/ltdl.c, libltdl/ltdl.h: upgraded to + libtool-1.4.2 2001-09-19 21:58 f4cfe @@ -10330,13 +10648,13 @@ 2001-09-18 00:37 f4cfe - * icom/: Makefile.am, Makefile.in, ic756.c, icom.c, icom.h: added - IC-756 and IC-756PRO + * icom/Makefile.am, icom/Makefile.in, icom/ic756.c, icom/icom.c, + icom/icom.h: added IC-756 and IC-756PRO 2001-09-17 05:45 f4cfe - * icom/: Makefile.am, Makefile.in, ic735.c, ic775.c, icom.c, - icom.h: added IC-735 and IC-775 + * icom/Makefile.am, icom/Makefile.in, icom/ic735.c, icom/ic775.c, + icom/icom.c, icom/icom.h: added IC-735 and IC-775 2001-08-22 21:12 f4cfe @@ -10344,36 +10662,29 @@ 2001-08-22 21:10 f4cfe - * src/event.c: added signal/siginfo detection + * configure.ac, src/event.c: added signal/siginfo detection 2001-08-22 21:08 f4cfe * configure, include/config.h.in: regenerated -2001-08-22 21:05 f4cfe - - * configure.ac: added signal/siginfo detection - 2001-08-12 23:32 f4cfe * ltconfig: deprecated by libtool-1.4b 2001-08-12 23:27 f4cfe - * configure, Makefile.in: regenerated + * Makefile.in, configure: regenerated -2001-08-12 23:19 f4cfe +2001-08-12 23:20 f4cfe - * libltdl/config.h, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - include/hamlib/Makefile.in, icom/Makefile.in, include/Makefile.in, - kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - src/Makefile.in, tentec/Makefile.in, uniden/Makefile.in, - yaesu/Makefile.in: regenerated - -2001-08-12 23:15 f4cfe - - * include/config.h.in: regenerated + * alinco/Makefile.in, aor/Makefile.in, c++/Makefile.in, + doc/Makefile.in, dummy/Makefile.in, icom/Makefile.in, + include/Makefile.in, include/config.h.in, + include/hamlib/Makefile.in, kenwood/Makefile.in, lib/Makefile.in, + libltdl/config.h, pcr/Makefile.in, src/Makefile.in, + tcl/Makefile.in, tentec/Makefile.in, uniden/Makefile.in, + yaesu/Makefile.in: regenerated 2001-08-12 23:12 f4cfe @@ -10389,17 +10700,13 @@ 2001-08-12 23:00 f4cfe - * tests/Makefile.am: added kachina backend, winradio no more - optional + * configure.ac, tests/Makefile.am: added kachina backend, winradio + no more optional 2001-08-12 22:59 f4cfe * include/hamlib/riglist.h: added kachina in overall list -2001-08-12 22:56 f4cfe - - * configure.ac: added kachina backend, winradio no more optional - 2001-08-12 22:55 f4cfe * Makefile.am: added kachina backend and hamlib m4 file @@ -10414,14 +10721,15 @@ 2001-08-12 22:52 f4cfe - * winradio/linradio/: radio_ioctl.h, wrapi.h: imported from - Linradio 0.6 + * kachina, kachina/505dsp.c, kachina/Makefile.am, + kachina/Makefile.in, kachina/kachina.c, kachina/kachina.h, + winradio/linradio/Makefile.am, winradio/linradio/Makefile.in: + Initial release -2001-08-12 22:51 f4cfe +2001-08-12 22:52 f4cfe - * winradio/linradio/Makefile.am, winradio/linradio/Makefile.in, - kachina/505dsp.c, kachina/Makefile.am, kachina/Makefile.in, - kachina/kachina.c, kachina/kachina.h: Initial release + * winradio/linradio, winradio/linradio/radio_ioctl.h, + winradio/linradio/wrapi.h: imported from Linradio 0.6 2001-08-08 21:59 f4cfe @@ -10429,14 +10737,14 @@ 2001-08-08 21:47 f4cfe - * libltdl/: Makefile.in, acinclude.m4, aclocal.m4, configure, - ltdl.c, ltdl.h: newer version of libltdl from libtool-1.4b-2 and - autotools-dev-20010804.1 + * libltdl/Makefile.in, libltdl/acinclude.m4, libltdl/aclocal.m4, + libltdl/configure, libltdl/ltdl.c, libltdl/ltdl.h: newer version + of libltdl from libtool-1.4b-2 and autotools-dev-20010804.1 -2001-08-08 21:40 f4cfe +2001-08-08 21:43 f4cfe - * libltdl/: acconfig.h, config.h.in: not needed by newer version of - libltdl + * libltdl/acconfig.h, libltdl/config.h.in: not needed by newer + version of libltdl 2001-08-08 21:40 f4cfe @@ -10444,8 +10752,8 @@ 2001-08-08 21:32 f4cfe - * kenwood/: Makefile.am, Makefile.in, kenwood.c, kenwood.h: added - TS450S + * kenwood/Makefile.am, kenwood/Makefile.in, kenwood/kenwood.c, + kenwood/kenwood.h: added TS450S 2001-08-08 21:31 f4cfe @@ -10457,8 +10765,8 @@ 2001-08-08 06:08 f4cfe - * tests/: dumpcaps.c, listrigs.c, rigmatrix.c: reflect changes of - caps->rig_type + * tests/dumpcaps.c, tests/listrigs.c, tests/rigmatrix.c: reflect + changes of caps->rig_type 2001-08-08 06:07 f4cfe @@ -10471,30 +10779,30 @@ 2001-08-08 06:04 f4cfe * dummy/dummy.c, icom/ic706.c, icom/icall.c, icom/icom.c, - icom/icom.h, icom/icr8500.c, src/rig.c: various cleanup of old - stuff (mv_ctl) + icom/icom.h, icom/icr8500.c, src/rig.c: various cleanup of old + stuff (mv_ctl) 2001-08-08 06:01 f4cfe - * libltdl/: configure.ac, configure.in: moved from old autoconf - style to latest of 2.52 + * libltdl/configure.ac, libltdl/configure.in: moved from old + autoconf style to latest of 2.52 2001-08-05 12:00 terry * include/config.h.in, libltdl/Makefile.am, libltdl/Makefile.in, - libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/configure, - libltdl/ltdl.c, libltdl/ltdl.h: re-ran libtoolize to pick up new - archictures, re: Debian Bug#104602 + libltdl/acinclude.m4, libltdl/aclocal.m4, libltdl/configure, + libltdl/ltdl.c, libltdl/ltdl.h: re-ran libtoolize to pick up new + archictures, re: Debian Bug#104602 2001-08-05 05:43 terry - * Makefile.in, configure, ltconfig, libltdl/aclocal.m4: re-ran - libtoolize to pick up new archictures, re: Debian Bug#104602 + * Makefile.in, configure, libltdl/aclocal.m4, ltconfig: re-ran + libtoolize to pick up new archictures, re: Debian Bug#104602 2001-08-05 01:27 terry * aclocal.m4, config.guess, config.sub, ltmain.sh: re-ran - libtoolize to pick up new archictures, re: Debian Bug#104602 + libtoolize to pick up new archictures, re: Debian Bug#104602 2001-07-25 22:01 f4cfe @@ -10503,8 +10811,8 @@ 2001-07-25 21:59 f4cfe * src/rig.c, src/serial.c, tests/dumpmem.c, tests/rigctl.c, - tests/testrig.c, tests/testtrn.c, winradio/winradio.c: 'path' field - renamed in port_t + tests/testrig.c, tests/testtrn.c, winradio/winradio.c: 'path' + field renamed in port_t 2001-07-25 21:58 f4cfe @@ -10521,47 +10829,47 @@ 2001-07-25 21:55 f4cfe * include/hamlib/rig.h: 'path' field renamed in port_t, misc - cleanup + cleanup -2001-07-21 13:10 f4cfe - - * include/: config.h.in, hamlib/Makefile.in: regenerated - -2001-07-21 13:10 f4cfe - - * debian/: README.Debian, changelog, conffiles.ex, control, - copyright, dirs, docs, hamlib-dev.dirs, hamlib-dev.files, - hamlib1.dirs, hamlib1.files, manpage.1.ex, postinst.ex, postrm.ex, - preinst.ex, prerm.ex, rules, shlibs.local, watch.ex: initial - release - -2001-07-21 13:06 f4cfe +2001-07-21 13:11 f4cfe * Makefile.in, alinco/Makefile.in, aor/Makefile.in, - c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - icom/Makefile.in, include/Makefile.in, kenwood/Makefile.in, - lib/Makefile.in, libltdl/Makefile.in, pcr/Makefile.in, - src/Makefile.in, tentec/Makefile.in, tests/Makefile.in, - uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: - regenerated + c++/Makefile.in, doc/Makefile.in, dummy/Makefile.in, + icom/Makefile.in, include/Makefile.in, include/config.h.in, + include/hamlib/Makefile.in, kenwood/Makefile.in, lib/Makefile.in, + libltdl/Makefile.in, pcr/Makefile.in, src/Makefile.in, + tcl/Makefile.in, tentec/Makefile.in, tests/Makefile.in, + uniden/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated + +2001-07-21 13:10 f4cfe + + * debian, debian/README.Debian, debian/changelog, + debian/conffiles.ex, debian/control, debian/copyright, + debian/dirs, debian/docs, debian/hamlib-dev.dirs, + debian/hamlib-dev.files, debian/hamlib1.dirs, + debian/hamlib1.files, debian/manpage.1.ex, debian/postinst.ex, + debian/postrm.ex, debian/preinst.ex, debian/prerm.ex, + debian/rules, debian/shlibs.local, debian/watch.ex: initial + release 2001-07-21 13:03 f4cfe * alinco/Makefile.am, aor/Makefile.am, c++/Makefile.am, - doc/Makefile.am, dummy/Makefile.am, icom/Makefile.am, - kenwood/Makefile.am, pcr/Makefile.am, tentec/Makefile.am, - uniden/Makefile.am, winradio/Makefile.am, yaesu/Makefile.am: - workaround for automake/libtool install bug? + doc/Makefile.am, dummy/Makefile.am, icom/Makefile.am, + kenwood/Makefile.am, pcr/Makefile.am, tcl/Makefile.am, + tentec/Makefile.am, uniden/Makefile.am, winradio/Makefile.am, + yaesu/Makefile.am: workaround for automake/libtool install bug? 2001-07-21 13:02 f4cfe * tests/Makefile.am: added rigctl man page, workaround for libtool - bug? + bug? 2001-07-21 13:00 f4cfe * icom/ic706.c, icom/icom.c, icom/icom.h, include/hamlib/rig.h, - src/Makefile.am, src/rig.c: added set/get_conf support + src/Makefile.am, src/rig.c: added set/get_conf support 2001-07-21 12:57 f4cfe @@ -10577,7 +10885,7 @@ 2001-07-21 12:55 f4cfe - * src/: conf.c, conf.h: Initial release + * doc/hamlib.cfg, src/conf.c, src/conf.h: Initial release 2001-07-21 12:54 f4cfe @@ -10586,25 +10894,21 @@ 2001-07-21 12:52 f4cfe * configure.ac: cloned and adaptaded for autoconf 2.50 from - configure.in - -2001-07-21 12:50 f4cfe - - * doc/hamlib.cfg: Initial release + configure.in 2001-07-20 11:09 f4cfe * tests/rigctl.c: major rework, start to be usable, maybe will be - for people other than developers. + for people other than developers. + +2001-07-20 11:07 f4cfe + + * hamlib.spec.in, tests/rigctl.1: Initial release 2001-07-20 11:07 f4cfe * include/hamlib/rig.h: misc update -2001-07-20 11:06 f4cfe - - * hamlib.spec.in, tests/rigctl.1: Initial release - 2001-07-14 16:48 f4cfe * alinco/alinco.c: header fixes @@ -10617,17 +10921,17 @@ * Makefile.in, configure, tests/Makefile.in: regenerated +2001-07-14 16:45 f4cfe + + * tentec, tentec/Makefile.am, tentec/Makefile.in, tentec/rx320.c, + tentec/tentec.c, tentec/tentec.h, uniden, uniden/Makefile.am, + uniden/Makefile.in, uniden/bc895.c, uniden/uniden.c, + uniden/uniden.h: Initial release + 2001-07-14 16:45 f4cfe * Makefile.am, configure.in, tests/Makefile.am: added uniden and - tentec backends - -2001-07-14 16:42 f4cfe - - * tentec/Makefile.am, tentec/Makefile.in, tentec/rx320.c, - tentec/tentec.c, tentec/tentec.h, uniden/Makefile.am, - uniden/Makefile.in, uniden/bc895.c, uniden/uniden.c, - uniden/uniden.h: Initial release + tentec backends 2001-07-14 10:16 f4cfe @@ -10640,27 +10944,28 @@ 2001-07-13 19:08 f4cfe * alinco/alinco.c, alinco/alinco.h, alinco/dx77.c, aor/aor.c, - aor/aor.h, aor/ar8200.c, dummy/dummy.c, dummy/dummy.h, - icom/frame.c, icom/frame.h, icom/ic706.c, icom/icall.c, - icom/icom.c, icom/icom.h, icom/icom_defs.h, icom/icr8500.c, - include/hamlib/rig.h, include/hamlib/rigclass.h, - include/hamlib/riglist.h, kenwood/kenwood.c, kenwood/kenwood.h, - kenwood/ts570.c, kenwood/ts870s.c, pcr/pcr.c, pcr/pcr.h, - pcr/pcr100.c, pcr/pcr1000.c, src/cal.c, src/cal.h, src/event.c, - src/event.h, src/misc.c, src/misc.h, src/register.c, src/rig.c, - src/serial.c, src/serial.h, tests/testcaps.c, winradio/winradio.c, - winradio/winradio.h, winradio/wr1000.c, winradio/wr1500.c, - winradio/wr1550.c, winradio/wr3100.c, winradio/wr3150.c, - winradio/wr3500.c, winradio/wr3700.c: converted to LGPL + aor/aor.h, aor/ar8200.c, dummy/dummy.c, dummy/dummy.h, + icom/frame.c, icom/frame.h, icom/ic706.c, icom/icall.c, + icom/icom.c, icom/icom.h, icom/icom_defs.h, icom/icr8500.c, + include/hamlib/rig.h, include/hamlib/rigclass.h, + include/hamlib/riglist.h, kenwood/kenwood.c, kenwood/kenwood.h, + kenwood/ts570.c, kenwood/ts870s.c, pcr/pcr.c, pcr/pcr.h, + pcr/pcr100.c, pcr/pcr1000.c, src/cal.c, src/cal.h, src/event.c, + src/event.h, src/misc.c, src/misc.h, src/register.c, src/rig.c, + src/serial.c, src/serial.h, tcl/hamlibtcl.c, tests/testcaps.c, + winradio/winradio.c, winradio/winradio.h, winradio/wr1000.c, + winradio/wr1500.c, winradio/wr1550.c, winradio/wr3100.c, + winradio/wr3150.c, winradio/wr3500.c, winradio/wr3700.c: + converted to LGPL + +2001-07-11 07:09 f4cfe + + * include/hamlib/Makefile.in, tests/Makefile.in: regenerated 2001-07-11 07:09 f4cfe * tests/Makefile.am: fix dist -2001-07-11 07:08 f4cfe - - * include/hamlib/Makefile.in, tests/Makefile.in: regenerated - 2001-07-11 07:07 f4cfe * include/hamlib/Makefile.am: fix header install dir @@ -10675,18 +10980,18 @@ 2001-07-01 11:46 f4cfe - * include/hamlib/rig.h, alinco/alinco.c, alinco/alinco.h, - alinco/dx77.c, dummy/dummy.c, icom/icall.c, icom/icom.c, - icom/icom.h, kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts570.c, - kenwood/ts870s.c, src/rig.c, tests/dumpcaps.c, tests/dumpmem.c, - tests/rigctl.c, tests/rigmatrix.c: renamed xet_ctcss to - xet_ctcss_tone and xet_dcs to xet_dcs_code to make it less - ambiguous in regards to the squelch functions + * alinco/alinco.c, alinco/alinco.h, alinco/dx77.c, dummy/dummy.c, + icom/icall.c, icom/icom.c, icom/icom.h, include/hamlib/rig.h, + kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts570.c, + kenwood/ts870s.c, src/rig.c, tests/dumpcaps.c, tests/dumpmem.c, + tests/rigctl.c, tests/rigmatrix.c: renamed xet_ctcss to + xet_ctcss_tone and xet_dcs to xet_dcs_code to make it less + ambiguous in regards to the squelch functions 2001-06-30 23:19 f4cfe - * kenwood/: kenwood.c, kenwood.h: added ts570, probe_kenwood and - some other new functions + * kenwood/kenwood.c, kenwood/kenwood.h: added ts570, probe_kenwood + and some other new functions 2001-06-30 23:17 f4cfe @@ -10711,25 +11016,26 @@ 2001-06-30 12:36 f4cfe * src/rig.c: converted from hamlib-doc to doxygen style API - commenting + commenting 2001-06-27 17:32 f4cfe * alinco/alinco.c, alinco/alinco.h, dummy/dummy.c, icom/icom.c, - icom/icom.h, include/hamlib/rig.h, src/rig.c, tests/rigctl.c: - simplified xet_split_freq/xet_split_mode, now handles only tx - freq/mode + icom/icom.h, include/hamlib/rig.h, src/rig.c, tests/rigctl.c: + simplified xet_split_freq/xet_split_mode, now handles only tx + freq/mode 2001-06-26 20:55 f4cfe - * icom/icom.c, include/hamlib/rig.h, src/rig.c, tests/rigctl.c, - icom/ic706.c, icom/icom.h, icom/icom_defs.h: added scan function + * icom/ic706.c, icom/icom.c, icom/icom.h, icom/icom_defs.h, + include/hamlib/rig.h, src/rig.c, tests/rigctl.c: added scan + function 2001-06-20 06:08 f4cfe * alinco/alinco.h, aor/aor.c, dummy/dummy.c, icom/icom.c, - kenwood/kenwood.c, pcr/pcr.c, src/cal.c, winradio/winradio.c, - yaesu/yaesu.c: more win32 efforts + kenwood/kenwood.c, pcr/pcr.c, src/cal.c, winradio/winradio.c, + yaesu/yaesu.c: more win32 efforts 2001-06-20 06:06 f4cfe @@ -10737,21 +11043,26 @@ 2001-06-20 06:03 f4cfe - * tests/: Makefile.am, Makefile.in: misc fix + * tests/Makefile.am, tests/Makefile.in: misc fix + +2001-06-20 06:02 f4cfe + + * tcl, tcl/Makefile.am, tcl/Makefile.in, tcl/hamlibtcl.c, + tcl/tcltest.tcl: initial release + +2001-06-20 05:58 f4cfe + + * Makefile.am, configure.in, include/config.h.in: added tcl + bindings 2001-06-20 05:58 f4cfe * Makefile.in, configure: regenerated -2001-06-20 05:56 f4cfe - - * Makefile.am, configure.in, include/config.h.in: added tcl - bindings - 2001-06-18 20:17 f4cfe * c++/rigclass.cc, include/hamlib/rigclass.h, tests/testcpp.cc: - more work on C++ bindings + more work on C++ bindings 2001-06-17 21:54 f4cfe @@ -10759,25 +11070,26 @@ 2001-06-15 07:16 f4cfe - * include/hamlib/: rig.h, rig_dll.h: further win32 porting + * include/hamlib/rig.h, include/hamlib/rig_dll.h: further win32 + porting 2001-06-15 07:15 f4cfe * alinco/Makefile.in, aor/Makefile.in, doc/Makefile.in, - dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, - kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - src/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: - regenerated + dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, + kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, + src/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: + regenerated 2001-06-15 07:08 f4cfe * alinco/alinco.h, aor/aor.c, aor/aor.h, aor/ar8200.c, - dummy/dummy.c, dummy/dummy.h, icom/frame.h, icom/icom.c, - icom/icom.h, kenwood/kenwood.c, kenwood/kenwood.h, pcr/pcr.c, - pcr/pcr.h, src/cal.h, src/event.c, src/misc.c, src/misc.h, - src/register.c, src/rig.c, src/serial.c, src/serial.h, - winradio/winradio.c, winradio/winradio.h, yaesu/yaesu.c, - yaesu/yaesu.h: further win32 porting + dummy/dummy.c, dummy/dummy.h, icom/frame.h, icom/icom.c, + icom/icom.h, kenwood/kenwood.c, kenwood/kenwood.h, pcr/pcr.c, + pcr/pcr.h, src/cal.h, src/event.c, src/misc.c, src/misc.h, + src/register.c, src/rig.c, src/serial.c, src/serial.h, + winradio/winradio.c, winradio/winradio.h, yaesu/yaesu.c, + yaesu/yaesu.h: further win32 porting 2001-06-15 07:08 f4cfe @@ -10793,45 +11105,43 @@ 2001-06-15 06:59 f4cfe - * include/hamlib/: rig.h, rig_dll.h: further win32 porting + * include/hamlib/rig.h, include/hamlib/rig_dll.h: further win32 + porting 2001-06-15 06:58 f4cfe - * include/hamlib/: Makefile.am, Makefile.in: added C++ bindings + * Makefile.am, configure.in, include/hamlib/Makefile.am, + include/hamlib/Makefile.in: added C++ bindings + +2001-06-15 06:58 f4cfe + + * c++, c++/Makefile.am, c++/Makefile.in, c++/rigclass.cc, + include/hamlib/rigclass.h: Initial release 2001-06-15 06:57 f4cfe * Makefile.in, configure: regenerated -2001-06-15 06:56 f4cfe - - * c++/Makefile.am, c++/Makefile.in, c++/rigclass.cc, - include/hamlib/rigclass.h: Initial release - -2001-06-15 06:55 f4cfe - - * Makefile.am, configure.in: added C++ bindings - 2001-06-13 00:06 f4cfe * include/hamlib/Makefile.in: regenerated 2001-06-13 00:02 f4cfe - * configure, alinco/Makefile.in, aor/Makefile.in, doc/Makefile.in, - dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, - kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, - src/Makefile.in, tests/Makefile.in, winradio/Makefile.in, - yaesu/Makefile.in: * regenerated + * alinco/Makefile.in, aor/Makefile.in, configure, doc/Makefile.in, + dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, + kenwood/Makefile.in, lib/Makefile.in, pcr/Makefile.in, + src/Makefile.in, tests/Makefile.in, winradio/Makefile.in, + yaesu/Makefile.in: * regenerated 2001-06-12 23:59 f4cfe - * configure.in, alinco/Makefile.am, aor/Makefile.am, - dummy/Makefile.am, icom/Makefile.am, include/hamlib/Makefile.am, - include/hamlib/rig.h, include/hamlib/rig_dll.h, - kenwood/Makefile.am, pcr/Makefile.am, src/Makefile.am, src/cal.h, - src/misc.h, src/serial.c, src/serial.h, winradio/Makefile.am, - yaesu/Makefile.am: * more win32 portability stuff + * alinco/Makefile.am, aor/Makefile.am, configure.in, + dummy/Makefile.am, icom/Makefile.am, include/hamlib/Makefile.am, + include/hamlib/rig.h, include/hamlib/rig_dll.h, + kenwood/Makefile.am, pcr/Makefile.am, src/Makefile.am, src/cal.h, + src/misc.h, src/serial.c, src/serial.h, winradio/Makefile.am, + yaesu/Makefile.am: * more win32 portability stuff 2001-06-12 23:55 f4cfe @@ -10844,22 +11154,22 @@ 2001-06-12 07:07 f4cfe * alinco/alinco.c, aor/aor.c, kenwood/kenwood.c, pcr/pcr.c: better - error handling + error handling 2001-06-11 00:43 f4cfe - * Makefile.in, configure, alinco/Makefile.in, aor/Makefile.in, - dummy/Makefile.in, icom/Makefile.in, kenwood/Makefile.in, - pcr/Makefile.in, src/Makefile.in, tests/Makefile.in, - winradio/Makefile.in, yaesu/Makefile.in: regenerated + * Makefile.in, alinco/Makefile.in, aor/Makefile.in, configure, + dummy/Makefile.in, icom/Makefile.in, kenwood/Makefile.in, + pcr/Makefile.in, src/Makefile.in, tests/Makefile.in, + winradio/Makefile.in, yaesu/Makefile.in: regenerated 2001-06-11 00:41 f4cfe - * configure.in, alinco/Makefile.am, aor/Makefile.am, - dummy/Makefile.am, icom/Makefile.am, include/hamlib/rig.h, - kenwood/Makefile.am, pcr/Makefile.am, src/Makefile.am, src/event.c, - src/register.c, src/rig.c, tests/Makefile.am, winradio/Makefile.am, - yaesu/Makefile.am: more portability stuff + * alinco/Makefile.am, aor/Makefile.am, configure.in, + dummy/Makefile.am, icom/Makefile.am, include/hamlib/rig.h, + kenwood/Makefile.am, pcr/Makefile.am, src/Makefile.am, + src/event.c, src/register.c, src/rig.c, tests/Makefile.am, + winradio/Makefile.am, yaesu/Makefile.am: more portability stuff 2001-06-10 22:31 f4cfe @@ -10867,7 +11177,7 @@ 2001-06-10 22:29 f4cfe - * icom/: icom.c, icom.h: probe_icom added, better error handling + * icom/icom.c, icom/icom.h: probe_icom added, better error handling 2001-06-10 22:27 f4cfe @@ -10879,8 +11189,8 @@ 2001-06-10 22:19 f4cfe - * src/: rig.c, serial.c: better error handling in serial comm, fix - a bug in stream openning + * src/rig.c, src/serial.c: better error handling in serial comm, + fix a bug in stream openning 2001-06-10 00:43 f4cfe @@ -10892,16 +11202,17 @@ 2001-06-05 18:08 f4cfe - * src/: rig.c, serial.c, serial.h: misc update for port_t support + * src/rig.c, src/serial.c, src/serial.h: misc update for port_t + support 2001-06-04 21:25 f4cfe - * tests/: Makefile.am, Makefile.in: misc update (yaesu) + * tests/Makefile.am, tests/Makefile.in: misc update (yaesu) 2001-06-04 21:24 f4cfe * Makefile.am, Makefile.in, configure, configure.in: added alinco - subdir + subdir 2001-06-04 21:18 f4cfe @@ -10910,15 +11221,15 @@ 2001-06-04 21:17 f4cfe * include/hamlib/riglist.h, src/register.c, src/rig.c, - tests/dumpcaps.c, tests/dumpmem.c, tests/listrigs.c, - tests/rigctl.c, tests/rigmatrix.c, tests/testcaps.c, - tests/testrig.c, tests/testtrn.c: new automatic backend loading and - sparse rig_model scheme + tests/dumpcaps.c, tests/dumpmem.c, tests/listrigs.c, + tests/rigctl.c, tests/rigmatrix.c, tests/testcaps.c, + tests/testrig.c, tests/testtrn.c: new automatic backend loading + and sparse rig_model scheme 2001-06-04 21:13 f4cfe * include/hamlib/rig.h: fixed rig_probe, ant_t in caps (update - backends!), added some backend jit-loading stuff + backends!), added some backend jit-loading stuff 2001-06-04 21:09 f4cfe @@ -10930,47 +11241,51 @@ 2001-06-04 21:07 f4cfe - * yaesu/: Makefile.am, yaesu.c, yaesu.h: joined ft747&ft847 in new - yaesu backend + * yaesu/Makefile.am, yaesu/yaesu.c, yaesu/yaesu.h: joined + ft747&ft847 in new yaesu backend 2001-06-04 17:05 f4cfe - * libltdl/: config.log, config.status: deadwood + * libltdl/config.log, libltdl/config.status: deadwood 2001-06-04 17:01 f4cfe * alinco/alinco.c, aor/aor.c, dummy/dummy.c, icom/frame.c, - icom/icom.c, include/hamlib/rig.h, kenwood/kenwood.c, pcr/pcr.c, - src/event.c, src/rig.c, src/serial.c, src/serial.h, - tests/dumpmem.c, tests/rigctl.c, tests/testrig.c, tests/testtrn.c, - winradio/winradio.c, yaesu/ft747.c, yaesu/ft847.c: new port_t - design + icom/icom.c, include/hamlib/rig.h, kenwood/kenwood.c, pcr/pcr.c, + src/event.c, src/rig.c, src/serial.c, src/serial.h, + tests/dumpmem.c, tests/rigctl.c, tests/testrig.c, + tests/testtrn.c, winradio/winradio.c, yaesu/ft747.c, + yaesu/ft847.c: new port_t design 2001-06-03 19:54 f4cfe * dummy/dummy.c, icom/ic706.c, icom/icall.c, icom/icom.c, - icom/icom.h, icom/icr8500.c, src/rig.c, tests/dumpcaps.c, - tests/rigctl.c: mv_ctl replaced by vfo_op, added RIG_VFO_MEM - support + icom/icom.h, icom/icr8500.c, src/rig.c, tests/dumpcaps.c, + tests/rigctl.c: mv_ctl replaced by vfo_op, added RIG_VFO_MEM + support 2001-06-03 19:50 f4cfe * include/hamlib/rig.h: mv_ctl reworked to vfo_op, added - RIG_VFO_MEM + RIG_VFO_MEM + +2001-06-03 17:43 f4cfe + + * ft747, ft847: cleanup, see yaesu backend 2001-06-03 17:39 f4cfe - * alinco/: Makefile.am, Makefile.in, alinco.c, alinco.h, dx77.c: - Initial release + * alinco, alinco/Makefile.am, alinco/Makefile.in, alinco/alinco.c, + alinco/alinco.h, alinco/dx77.c: Initial release 2001-06-02 18:11 f4cfe * tests/Makefile.am: maintainance work -2001-06-02 18:10 f4cfe +2001-06-02 18:11 f4cfe * dummy/dummy.c, tests/dumpcaps.c, tests/listrigs.c, - tests/rigmatrix.c: misc update + tests/rigmatrix.c: misc update 2001-06-02 18:09 f4cfe @@ -10982,13 +11297,14 @@ 2001-06-02 18:07 f4cfe - * winradio/: Makefile.am, winradio.h: added new rigs, fix optional - backend + * winradio/Makefile.am, winradio/winradio.h: added new rigs, fix + optional backend 2001-06-02 18:06 f4cfe - * winradio/: wr1000.c, wr1550.c, wr3100.c, wr3150.c, wr3500.c, - wr3700.c: Initial release + * winradio/wr1000.c, winradio/wr1550.c, winradio/wr3100.c, + winradio/wr3150.c, winradio/wr3500.c, winradio/wr3700.c: Initial + release 2001-06-02 18:05 f4cfe @@ -10996,12 +11312,12 @@ 2001-06-02 17:56 f4cfe - * src/: event.c, misc.c, serial.c, serial.h: try to make hamlib - more portable + * src/event.c, src/misc.c, src/serial.c, src/serial.h: try to make + hamlib more portable 2001-06-02 17:54 f4cfe - * src/: Makefile.am, register.c: added libltdl helper + * src/Makefile.am, src/register.c: added libltdl helper 2001-06-02 17:53 f4cfe @@ -11009,7 +11325,7 @@ 2001-06-02 17:52 f4cfe - * pcr/: Makefile.am, pcr.c, pcr.h: added PCR100 rig + * pcr/Makefile.am, pcr/pcr.c, pcr/pcr.h: added PCR100 rig 2001-06-02 17:51 f4cfe @@ -11029,33 +11345,36 @@ 2001-06-02 17:46 f4cfe - * libltdl/: COPYING.LIB, Makefile.am, Makefile.in, acconfig.h, - acinclude.m4, aclocal.m4, config.h, config.h.in, config.log, - config.status, configure, configure.in, ltdl.c, ltdl.h, stamp-h, - stamp-h.in: Initial release (import from libtool-1.4) + * libltdl, libltdl/COPYING.LIB, libltdl/Makefile.am, + libltdl/Makefile.in, libltdl/acconfig.h, libltdl/acinclude.m4, + libltdl/aclocal.m4, libltdl/config.h, libltdl/config.h.in, + libltdl/config.log, libltdl/config.status, libltdl/configure, + libltdl/configure.in, libltdl/ltdl.c, libltdl/ltdl.h, + libltdl/stamp-h, libltdl/stamp-h.in: Initial release (import from + libtool-1.4) 2001-06-02 17:42 f4cfe - * lib/: Makefile.am, Makefile.in, getopt.c, getopt.h, getopt1.c: - initial release + * lib/Makefile.am, lib/Makefile.in, lib/getopt.c, lib/getopt.h, + lib/getopt1.c: initial release 2001-06-02 17:40 f4cfe - * Makefile.in, configure, aor/Makefile.in, doc/Makefile.in, - dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, - include/hamlib/Makefile.in, kenwood/Makefile.in, pcr/Makefile.in, - src/Makefile.in, tests/Makefile.in, winradio/Makefile.in, - yaesu/Makefile.in: regenerated + * Makefile.in, aor/Makefile.in, configure, doc/Makefile.in, + dummy/Makefile.in, icom/Makefile.in, include/Makefile.in, + include/hamlib/Makefile.in, kenwood/Makefile.in, pcr/Makefile.in, + src/Makefile.in, tests/Makefile.in, winradio/Makefile.in, + yaesu/Makefile.in: regenerated 2001-06-02 17:37 f4cfe * configure.in: next will be 1.1.2, winradio cleanup, added - ltdl&libmisc helpers + ltdl&libmisc helpers 2001-06-02 17:35 f4cfe * aclocal.m4, config.guess, config.sub, ltmain.sh: upgraded to - automake 1.4-p2 + automake 1.4-p2 2001-06-02 17:30 f4cfe @@ -11087,7 +11406,8 @@ 2001-05-22 21:59 f4cfe - * kenwood/: kenwood.c, kenwood.h, ts870s.c: mispelling fixes + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts870s.c: + mispelling fixes 2001-05-22 18:05 f4cfe @@ -11099,8 +11419,8 @@ 2001-05-15 22:05 f4cfe - * kenwood/: kenwood.c, kenwood.h, ts870s.c: * further work on the - kenwood backend, still untested\! + * kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts870s.c: * further + work on the kenwood backend, still untested\! 2001-05-08 16:41 f4cfe @@ -11109,7 +11429,7 @@ 2001-05-08 09:11 f4cfe * tests/dumpcaps.c: * ts_sanity_check, parms, report warinings. Use - dumpcaps to debug your backend\! + dumpcaps to debug your backend\! 2001-05-08 09:08 f4cfe @@ -11117,8 +11437,8 @@ 2001-05-06 01:34 javabear - * yaesu/: ft747.c, ft747.h: more of convert rig struct to readable - form + * yaesu/ft747.c, yaesu/ft747.h: more of convert rig struct to + readable form 2001-05-04 22:47 f4cfe @@ -11127,7 +11447,7 @@ 2001-05-04 22:46 f4cfe * tests/testrig.c: * fixed RIG_PASSBAND_OLDTIME, rig model is taken - from arg + from arg 2001-05-04 22:45 f4cfe @@ -11135,15 +11455,17 @@ 2001-05-04 22:44 f4cfe - * tests/: Makefile.am, Makefile.in: * added dumpmem + * tests/Makefile.am, tests/Makefile.in: * added dumpmem 2001-05-04 22:44 f4cfe - * src/rig.c: * added common_ctcss_list table (50 tones) * added - support for XIT * misc updates * started work on - rig_save_channel/rig_restore_channel to emulate - rig_get_channel/rig_set_channel. Seems to work on my IC706MkIIG. - see tests/dumpmem. + * src/rig.c: * added common_ctcss_list table (50 tones) + * added support for XIT + * misc updates + * started work on rig_save_channel/rig_restore_channel + to emulate rig_get_channel/rig_set_channel. Seems to work on my + IC706MkIIG. + see tests/dumpmem. 2001-05-04 22:41 f4cfe @@ -11151,7 +11473,7 @@ 2001-05-04 22:40 f4cfe - * icom/: icom.c, icom.h: * misc updates + * icom/icom.c, icom/icom.h: * misc updates 2001-05-04 22:39 f4cfe @@ -11159,20 +11481,22 @@ 2001-05-04 22:38 f4cfe - * yaesu/: ft747.c, ft847.c: * adaptated to latest caps changes + * yaesu/ft747.c, yaesu/ft847.c: * adaptated to latest caps changes 2001-05-04 22:37 f4cfe * aor/ar8200.c, dummy/dummy.c, icom/ic706.c, icom/icall.c, - icom/icr8500.c, kenwood/ts870s.c, pcr/pcr1000.c, winradio/wr1500.c: - * cleanup and made it more readable + icom/icr8500.c, kenwood/ts870s.c, pcr/pcr1000.c, + winradio/wr1500.c: * cleanup and made it more readable 2001-05-04 22:34 f4cfe * include/hamlib/rig.h: * ann_t is no nore an enum. turned it to - bit oriented type * stuffed channel_t * CAPS CHANGES: removed: - dtmf_digits, chan_qty, vfo_list added: max_xit, - level_gran&parm_gran, announces, set_xit, get_xit + bit oriented type + * stuffed channel_t + * CAPS CHANGES: + removed: dtmf_digits, chan_qty, vfo_list + added: max_xit, level_gran&parm_gran, announces, set_xit, get_xit 2001-05-03 01:47 javabear @@ -11181,12 +11505,13 @@ 2001-04-28 12:49 f4cfe * src/rig.c: * added rig_set_split_mode, rig_get_split_mode, and - rig_send_morse + rig_send_morse 2001-04-28 12:47 f4cfe - * include/hamlib/rig.h: * setting_t is on 64 bits now * CAPS - MODIFICATION: added set_split_mode, get_split_mode, and send_morse + * include/hamlib/rig.h: * setting_t is on 64 bits now + * CAPS MODIFICATION: added set_split_mode, get_split_mode, and + send_morse 2001-04-28 12:43 f4cfe @@ -11202,8 +11527,8 @@ 2001-04-28 12:38 f4cfe - * icom/: ic706.c, icall.c, icom.c, icom.h: * added - set_split_mode/get_split_mode + * icom/ic706.c, icom/icall.c, icom/icom.c, icom/icom.h: * added + set_split_mode/get_split_mode 2001-04-26 21:33 f4cfe @@ -11211,29 +11536,21 @@ 2001-04-26 21:33 f4cfe - * winradio/wr1500.c: * added filter list, misc fixes + * aor/ar8200.c, winradio/wr1500.c: * added filter list, misc fixes 2001-04-26 21:32 f4cfe - * pcr/pcr.c, winradio/winradio.c: * fixed RIG_PASSBAND_OLDTIME + * aor/aor.c, icom/frame.c, icom/frame.h, icom/icom.c, pcr/pcr.c, + winradio/winradio.c: * fixed RIG_PASSBAND_OLDTIME 2001-04-26 21:31 f4cfe * include/hamlib/rig.h: * silly bug on VFO defines -2001-04-26 21:29 f4cfe - - * aor/ar8200.c: * added filter list, misc fixes - -2001-04-26 21:28 f4cfe - - * aor/aor.c, icom/frame.c, icom/frame.h, icom/icom.c: * fixed - RIG_PASSBAND_OLDTIME - 2001-04-24 20:04 f4cfe - * tests/: Makefile.am, Makefile.in, testcaps.c: * new testcaps - released + * tests/Makefile.am, tests/Makefile.in, tests/testcaps.c: * new + testcaps released 2001-04-24 19:56 f4cfe @@ -11245,7 +11562,7 @@ 2001-04-24 19:52 f4cfe - * src/: misc.c, misc.h: * added freq_sprintf helper + * src/misc.c, src/misc.h: * added freq_sprintf helper 2001-04-24 19:51 f4cfe @@ -11274,25 +11591,25 @@ 2001-04-22 14:45 f4cfe * include/hamlib/rig.h: * switched on new VFO defines, caps changed - (freq_range_t) + (freq_range_t) 2001-04-22 13:57 f4cfe * aor/aor.c, icom/frame.c, pcr/pcr.c, winradio/winradio.c, - yaesu/ft747.c, yaesu/ft847.c: * pbwidth_t is now the passband type - in Hz, RIG_PASSBAND_NARROW and RIG_PASSBAND_WIDE are dead now. - Backend maintenairs, please adapt your code\! + yaesu/ft747.c, yaesu/ft847.c: * pbwidth_t is now the passband + type in Hz, RIG_PASSBAND_NARROW and RIG_PASSBAND_WIDE are dead + now. Backend maintenairs, please adapt your code\! 2001-04-22 13:54 f4cfe * include/hamlib/rig.h: * pbwidth_t is now the passband type in Hz, - RIG_PASSBAND_NARROW and RIG_PASSBAND_WIDE are dead now. moved - around some stuff. + RIG_PASSBAND_NARROW and RIG_PASSBAND_WIDE are dead now. moved + around some stuff. 2001-04-22 13:51 f4cfe - * doc/: Makefile.am, Makefile.in: * added rules to generate - man/html/whatever pages from hamlib-doc + * doc/Makefile.am, doc/Makefile.in: * added rules to generate + man/html/whatever pages from hamlib-doc 2001-03-20 22:17 f4cfe @@ -11314,22 +11631,22 @@ * NEWS: * 1.1.1 release in sight -2001-03-04 13:07 f4cfe +2001-03-04 13:08 f4cfe - * kenwood/: kenwood.c, kenwood.h: * added - kenwood_set_trn/kenwood_get_trn (untested) + * kenwood/kenwood.c, kenwood/kenwood.h: * added + kenwood_set_trn/kenwood_get_trn (untested) -2001-03-04 13:04 f4cfe +2001-03-04 13:06 f4cfe - * include/hamlib/rig.h, aor/ar8200.c, kenwood/ts870s.c, - pcr/pcr1000.c, src/event.c, src/rig.c, tests/testtrn.c: * misc - define renamed + * aor/ar8200.c, include/hamlib/rig.h, kenwood/ts870s.c, + pcr/pcr1000.c, src/event.c, src/rig.c, tests/testtrn.c: * misc + define renamed 2001-03-04 13:03 f4cfe - * icom/: ic706.c, icall.c, icom.c, icom.h, icr8500.c: * added model - specific caps->priv support * ss calibration now make use of - src/cal.c + * icom/ic706.c, icom/icall.c, icom/icom.c, icom/icom.h, + icom/icr8500.c: * added model specific caps->priv support + * ss calibration now make use of src/cal.c 2001-03-04 12:55 f4cfe @@ -11341,7 +11658,7 @@ 2001-03-04 12:54 f4cfe - * src/: cal.c, cal.h: * Initial release + * src/cal.c, src/cal.h: * Initial release 2001-03-04 12:45 f4cfe @@ -11357,81 +11674,75 @@ 2001-03-02 18:46 f4cfe - * include/hamlib/rig.h: * CHANGE in caps: * - set_poweron/seT_poweroff gone is favor of set_powerstat and - get_powerstat * added new send_dtmf/recv_dtmf * added new field - max_ifshift, dtmf_digits + * include/hamlib/rig.h: * CHANGE in caps: + * set_poweron/seT_poweroff gone is favor of set_powerstat and + get_powerstat + * added new send_dtmf/recv_dtmf + * added new field max_ifshift, dtmf_digits 2001-03-02 18:44 f4cfe - * winradio/: Makefile.am, Makefile.in: * split caps definition of - the WR1500 in a separate file + * winradio/Makefile.am, winradio/Makefile.in: * split caps + definition of the WR1500 in a separate file 2001-03-02 18:43 f4cfe - * tests/: dumpcaps.c, listrigs.c, rigctl.c, rigmatrix.c: * misc - update + * kenwood/kenwood.c, tests/dumpcaps.c, tests/listrigs.c, + tests/rigctl.c, tests/rigmatrix.c: * misc update 2001-03-02 18:41 f4cfe - * src/rig.c: * set_poweron is gone in favor of set_powerstat * - added send_dtmf and recv_dtmf wrappers - -2001-03-02 18:40 f4cfe - - * kenwood/kenwood.c: * misc update + * src/rig.c: * set_poweron is gone in favor of set_powerstat + * added send_dtmf and recv_dtmf wrappers 2001-03-02 18:39 f4cfe - * icom/icom.h: * added ctcss support * set_poweroff changed to - set_powerstat * new icall model (debug) + * icom/icom.h: * added ctcss support + * set_poweroff changed to set_powerstat + * new icall model (debug) 2001-03-02 18:37 f4cfe - * winradio/: winradio.c, winradio.h, wr1500.c: * split caps - definition of the WR1500 in a separate file + * winradio/winradio.c, winradio/winradio.h, winradio/wr1500.c: * + split caps definition of the WR1500 in a separate file 2001-03-02 18:35 f4cfe * aor/ar8200.c, icom/ic706.c, icom/icr8500.c, kenwood/ts870s.c, - yaesu/ft747.c, yaesu/ft847.c: * added new caps fields: max_ifshift - and dtmf_digits + yaesu/ft747.c, yaesu/ft847.c: * added new caps fields: + max_ifshift and dtmf_digits 2001-03-02 18:33 f4cfe * icom/icom.c: * added set_ctcss/get_ctcss and - set_ctcss_sql/get_ctcss_sql, please test it! * icom_set_poweroff - gone in favor of icom_set_powerstat * register new icall model - (debug) + set_ctcss_sql/get_ctcss_sql, please test it! + * icom_set_poweroff gone in favor of icom_set_powerstat + * register new icall model (debug) 2001-03-02 18:31 f4cfe - * icom/: Makefile.am, Makefile.in: * new icall model (for debug) + * icom/Makefile.am, icom/Makefile.in: * new icall model (for debug) 2001-03-02 18:30 f4cfe - * icom/icall.c: * Initial release + * icom/icall.c, pcr, pcr/Makefile.am, pcr/Makefile.in, pcr/pcr.c, + pcr/pcr.h, pcr/pcr1000.c: * Initial release -2001-03-02 18:29 f4cfe +2001-03-02 18:30 f4cfe * aor/aor.c, aor/aor.h, dummy/dummy.c: * set_poweroff is gone in - favor of set_powerstat + favor of set_powerstat 2001-03-02 18:28 f4cfe * Makefile.am, Makefile.in, configure, configure.in, - tests/Makefile.am, tests/Makefile.in: * added new 'pcr' backend - (Icom PCR1000) - -2001-03-02 18:26 f4cfe - - * pcr/: Makefile.am, Makefile.in, pcr.c, pcr.h, pcr1000.c: * - Initial release + tests/Makefile.am, tests/Makefile.in: * added new 'pcr' backend + (Icom PCR1000) 2001-03-02 18:24 f4cfe * include/hamlib/riglist.h: * added another model (for debug - purpose) + purpose) 2001-03-02 14:58 f4cfe @@ -11441,10 +11752,10 @@ * tests/rigctl.c: * misc fixes -2001-03-01 21:22 f4cfe +2001-03-01 21:23 f4cfe * icom/icom_defs.h, tests/dumpcaps.c, tests/rigmatrix.c: * misc - define renamed + define renamed 2001-03-01 21:22 f4cfe @@ -11452,8 +11763,9 @@ 2001-03-01 21:21 f4cfe - * icom/icom.c: * added icom_get_func, tested OK * fixed - icom_get_level, tested OK * misc changes + * icom/icom.c: * added icom_get_func, tested OK + * fixed icom_get_level, tested OK + * misc changes 2001-03-01 21:18 f4cfe @@ -11462,46 +11774,56 @@ 2001-03-01 21:17 f4cfe * include/hamlib/rig.h: * reshuffled a little bit RIG_LEVEL and - RIG_FUNC defines + RIG_FUNC defines 2001-03-01 00:30 f4cfe * src/rig.c: * added rig_set_parm/rig_get_parm and - rig_has_set_parm/rig_has_get_parm * added full_ctcss_list, - dcs_ctcss_list, supposed to be complete (TBC) + rig_has_set_parm/rig_has_get_parm + * added full_ctcss_list, dcs_ctcss_list, supposed to be complete + (TBC) 2001-03-01 00:28 f4cfe - * icom/: icom.c, icom.h: * added CTCSS table icom_ctcss_list, - hopefully sharable among Icom's rig caps. + * icom/icom.c, icom/icom.h: * added CTCSS table icom_ctcss_list, + hopefully sharable among Icom's rig caps. 2001-03-01 00:26 f4cfe * aor/ar8200.c, dummy/dummy.c, icom/ic706.c, icom/icr8500.c, - kenwood/ts870s.c, winradio/winradio.c, yaesu/ft747.c, - yaesu/ft847.c: * added new fields in caps: ctcss_list, dcs_list, - chan_list (maintainers, please populate them!) + kenwood/ts870s.c, winradio/winradio.c, yaesu/ft747.c, + yaesu/ft847.c: * added new fields in caps: ctcss_list, dcs_list, + chan_list (maintainers, + please populate them!) 2001-03-01 00:23 f4cfe * include/hamlib/rig.h: * CAHNGE in caps: added - has_get_parm/has_set_parm new fields with set_parm/get_parm - caps. added also chan_list array to describe what kind of chan - your rig is equipped with. * set_ann/get_ann are gone. - Welcome set_parm/get_parm. This is a non-VFO specific version of - levels. * misc stuff added: ctcss, dcs, etc. + has_get_parm/has_set_parm new fields + with set_parm/get_parm caps. + added also chan_list array to describe what kind of chan your rig + is equipped with. + * set_ann/get_ann are gone. Welcome set_parm/get_parm. This is a + non-VFO specific version of levels. + * misc stuff added: ctcss, dcs, etc. + +2001-02-28 20:24 f4cfe + + * ft747/test, ft847/test: * cleanup 2001-02-27 23:10 f4cfe - * src/rig.c: * misc rewrite * new fields in caps: vfo_list, priv * - shadowed tuning_steps * coded in - rig_passband_normal,rig_passband_narrow and rig_passband_wide as - examples. Not activated yet. + * src/rig.c: * misc rewrite + * new fields in caps: vfo_list, priv + * shadowed tuning_steps + * coded in rig_passband_normal,rig_passband_narrow and + rig_passband_wide + as examples. Not activated yet. -2001-02-27 23:05 f4cfe +2001-02-27 23:06 f4cfe - * icom/frame.c, icom/icom.c, aor/aor.c, kenwood/kenwood.c: * misc - rewrite + * aor/aor.c, icom/frame.c, icom/icom.c, kenwood/kenwood.c: * misc + rewrite 2001-02-27 23:04 f4cfe @@ -11510,52 +11832,61 @@ 2001-02-27 23:03 f4cfe * aor/ar8200.c, dummy/dummy.c, icom/ic706.c, icom/icr8500.c, - kenwood/ts870s.c, winradio/winradio.c, yaesu/ft747.c, - yaesu/ft847.c: * 2 new fields in caps (vfo_list and priv) + kenwood/ts870s.c, winradio/winradio.c, yaesu/ft747.c, + yaesu/ft847.c: * 2 new fields in caps (vfo_list and priv) 2001-02-27 23:01 f4cfe - * include/hamlib/riglist.h: * added few other rig models REM: this - enum def sucks, you can't rely on stable model "ids" for backends. - It would be much more reasonable to use #define instead, and - having sparse id allocation. For example, all the Yaesu starts - at 1000, the Kenwood at 2000, the Icoms at 3000, etc. This - way, adding a new Yaesu model wouldn't mess up with the - following models. + * include/hamlib/riglist.h: * added few other rig models + REM: this enum def sucks, you can't rely on stable model "ids" + for backends. + It would be much more reasonable to use #define instead, and + having sparse id allocation. For example, all the Yaesu starts at + 1000, + the Kenwood at 2000, the Icoms at 3000, etc. This way, adding a + new + Yaesu model wouldn't mess up with the following models. 2001-02-27 22:56 f4cfe * include/hamlib/rig.h: * CHANGE in caps: added new field vfo_list - to describe available VFOs (work in progress), and priv field to - help with generic backend inits. * tuning_steps field is now - shadowed in rig->state * preamp and attenuator arrays in caps/state - are now of type int * started to code replacement for VFO and - passband definitions * misc changes + to describe available VFOs + (work in progress), and priv field to help with generic backend + inits. + * tuning_steps field is now shadowed in rig->state + * preamp and attenuator arrays in caps/state are now of type int + * started to code replacement for VFO and passband definitions + * misc changes 2001-02-26 23:16 f4cfe - * icom/icom.c: * renamed "rig_s" local variable by "rs" * filled in - icom_set_level, not tested thoroughly though * tuned a little bit - icom_get_level, need testing... + * icom/icom.c: * renamed "rig_s" local variable by "rs" + * filled in icom_set_level, not tested thoroughly though + * tuned a little bit icom_get_level, need testing... 2001-02-25 23:14 f4cfe * tests/rigctl.c: * first attempt at having a combined command line - and interactive utility, that is able to perform single Hamlib - API calls. For maintenance reasons, both interfaces are combined. - Work is not complete yet, but it works! The "dummy" rig backend - proved to be helpful in that regard :-) More API calls are to - come, and also a man page for the command line, and explanations - about the short/long options triggering calls. FIXME: API calls - requesting more than one argument are not working yet (still - have to figure out how getopt can accept more than one arg for one + and interactive utility, + that is able to perform single Hamlib API calls. For maintenance + reasons, + both interfaces are combined. Work is not complete yet, but it + works! + The "dummy" rig backend proved to be helpful in that regard :-) + More API calls are to come, and also a man page for the command + line, + and explanations about the short/long options triggering calls. + FIXME: API calls requesting more than one argument are not + working yet + (still have to figure out how getopt can accept more than one arg + for one option...) 2001-02-25 23:06 f4cfe * include/hamlib/rig.h: * added RIG_LEVEL_IS_FLOAT macro to known - which levels are of float type, and what are the others of - integer type. + which levels are of float type, + and what are the others of integer type. 2001-02-15 00:02 f4cfe @@ -11571,39 +11902,42 @@ 2001-02-15 00:00 f4cfe - * src/: serial.c, serial.h: * enabled dcd state retrieval code + * src/serial.c, src/serial.h: * enabled dcd state retrieval code 2001-02-14 23:59 f4cfe - * src/rig.c: * added rig_get_dcd support * added port_type and - filters proper shadowing + * src/rig.c: * added rig_get_dcd support + * added port_type and filters proper shadowing 2001-02-14 23:57 f4cfe * dummy/dummy.c: * started to be more verbose in API calls, still - much work to do + much work to do 2001-02-14 23:55 f4cfe - * icom/: icom.c, icom.h: * added icom_get_dcd + * icom/icom.c, icom/icom.h: * added icom_get_dcd 2001-02-14 23:54 f4cfe - * aor/ar8200.c, kenwood/ts870s.c, icom/ic706.c, icom/icr8500.c, - winradio/winradio.c, yaesu/ft747.c, yaesu/ft847.c: * update after - API modification (new fields, KHz -> kHz) * backend maintainers: - please populate caps->filters + * aor/ar8200.c, icom/ic706.c, icom/icr8500.c, kenwood/ts870s.c, + winradio/winradio.c, yaesu/ft747.c, yaesu/ft847.c: * update after + API modification (new fields, KHz -> kHz) + * backend maintainers: please populate caps->filters 2001-02-14 23:51 f4cfe * include/hamlib/rig.h: * added rig_get_dcd() support - (RIG_LEVEL_SQLSTAT might disappear) * renamed KHz to kHz * - RIG_MODE_WFM is back, backends not updated yet - - !!! API CHANGE !!! * added new fields 'dcd_type', 'port_type' and - 'get_dcd' * caps has a new field: 'filters'. It holds the list of - installed filters as a table of modes/bandpass tuples. See - hamlib-developer for discussion. + (RIG_LEVEL_SQLSTAT might disappear) + * renamed KHz to kHz + * RIG_MODE_WFM is back, backends not updated yet + + !!! API CHANGE !!! + * added new fields 'dcd_type', 'port_type' and 'get_dcd' + * caps has a new field: 'filters'. It holds the list of installed + filters + as a table of modes/bandpass tuples. See hamlib-developer for + discussion. 2001-02-14 01:13 f4cfe @@ -11611,12 +11945,13 @@ 2001-02-14 01:12 f4cfe - * tests/: listrigs.c, rigmatrix.c: * load 'dummy' backend\n* added - proper support for RIG_TYPE_OTHER rigs + * tests/listrigs.c, tests/rigmatrix.c: * load 'dummy' backend\n* + added proper support for RIG_TYPE_OTHER rigs 2001-02-14 01:11 f4cfe - * tests/dumpcaps.c: * load 'dummy' backend * misc updates + * tests/dumpcaps.c: * load 'dummy' backend + * misc updates 2001-02-14 01:10 f4cfe @@ -11625,22 +11960,24 @@ 2001-02-14 01:09 f4cfe * src/serial.c: * started some wider term control support (termios, - termio, sgtty), still not OK on win32 + termio, sgtty), + still not OK on win32 2001-02-14 01:08 f4cfe - * src/rig.c: * added RIG_PORT_NONE propoer support in rig_open * - added rig_set_ann/rig_get_ann and rig_set_ant/rig_get_ant wrappers + * src/rig.c: * added RIG_PORT_NONE propoer support in rig_open + * added rig_set_ann/rig_get_ann and rig_set_ant/rig_get_ant + wrappers 2001-02-14 01:06 f4cfe * src/register.c: * tried some cygwin porting, still not working - yet + yet 2001-02-14 01:05 f4cfe * include/hamlib/riglist.h: * added new RIG_MODEL_DUMMY; NB - RIG_MODEL_FT847 constant is no more equal to 0 + RIG_MODEL_FT847 constant is no more equal to 0 2001-02-14 01:04 f4cfe @@ -11657,34 +11994,36 @@ 2001-02-14 01:02 f4cfe * Makefile.am: * added new 'dummy' backend, for debugging purpose - mainly + mainly 2001-02-14 01:01 f4cfe * Makefile.in, aor/Makefile.in, doc/Makefile.in, dummy/Makefile.in, - icom/Makefile.in, include/Makefile.in, kenwood/Makefile.in, - src/Makefile.in, tests/Makefile.in, winradio/Makefile.in, - yaesu/Makefile.in, include/hamlib/Makefile.in: * add missing files. - Hopefuly, checkouts should compile fine now. + icom/Makefile.in, include/Makefile.in, + include/hamlib/Makefile.in, kenwood/Makefile.in, src/Makefile.in, + tests/Makefile.in, winradio/Makefile.in, yaesu/Makefile.in: * add + missing files. Hopefuly, checkouts should compile fine now. 2001-02-14 00:59 f4cfe - * dummy/: Makefile.am, dummy.c, dummy.h: * Initial release + * dummy, dummy/Makefile.am, dummy/dummy.c, dummy/dummy.h: * Initial + release 2001-02-11 23:25 f4cfe - * tests/: testbcd.c, testfreq.c: * misc update + * tests/testbcd.c, tests/testfreq.c: * misc update 2001-02-11 23:23 f4cfe * tests/rigmatrix.c: * update after caps changes (see rig.h - changelog) + changelog) 2001-02-11 23:22 f4cfe * tests/rigctl.c: * fixed various things after caps update (see - rig.h changelog) * added support for set_level/get_level and - set_func/get_func. more tests needed, reports welcome! + rig.h changelog) + * added support for set_level/get_level and set_func/get_func. + more tests needed, reports welcome! 2001-02-11 23:20 f4cfe @@ -11692,10 +12031,13 @@ 2001-02-11 23:19 f4cfe - * tests/dumpcaps.c: * added RIG_TYPE_PCRECEIVER * added RIT output - * added preamp and attenuator * added has_get_func list * removed - RIG_LEVEL_ANT and RIG_LEVEL_ANN etc. * as a conclusion, - accomodated with rig.h update + * tests/dumpcaps.c: * added RIG_TYPE_PCRECEIVER + * added RIT output + * added preamp and attenuator + * added has_get_func list + * removed RIG_LEVEL_ANT and RIG_LEVEL_ANN + etc. + * as a conclusion, accomodated with rig.h update 2001-02-11 23:16 f4cfe @@ -11703,17 +12045,17 @@ 2001-02-11 23:15 f4cfe - * src/: event.c, register.c: * include config.h + * src/event.c, src/register.c: * include config.h 2001-02-11 23:14 f4cfe * icom/icom.c: * RIG_LEVEL_ANT and RIG_LEVEL_ANN are no more -2001-02-11 23:11 f4cfe +2001-02-11 23:13 f4cfe * aor/ar8200.c, icom/ic706.c, icom/icr8500.c, kenwood/ts870s.c, - winradio/winradio.c, yaesu/ft747.c, yaesu/ft847.c: * update after - caps changes, see rig.h changelog + winradio/winradio.c, yaesu/ft747.c, yaesu/ft847.c: * update after + caps changes, see rig.h changelog 2001-02-11 23:10 f4cfe @@ -11721,33 +12063,42 @@ 2001-02-11 23:09 f4cfe - * src/rig.c: * updated after caps changes, see rig.h changelog * - fixed a potential divide by zero bug in rig_mW2power * misc updates + * src/rig.c: * updated after caps changes, see rig.h changelog + * fixed a potential divide by zero bug in rig_mW2power + * misc updates 2001-02-11 23:04 f4cfe - * include/hamlib/rig.h: * added RIG_TYPE_PCRECEIVER type * - RIG_LEVEL_ANN and RIG_LEVEL_ANT are no more. Welcome - rig_set_ann/rig_get_ann, and rig_set_ant/rig_get_ant (yet to be - coded..) * cosmetic changes - - Significant caps update: ------------------------ * added copyright - field, for author and copyright, eg "(c) 2001 Joe Bar, GPL" * - has_func and has_level have been renamed to has_set_func and - has_get_level Yes, the purpose was to squash this pit fall. Now - we have has_get_func/ has_set_func and - has_get_level/has_set_level. Make things more clear. * added - preamp[] and attenuator[] arrays, as discussed on hamlib-developer - list * added (almost useless) max_rit field to hold absolute max - RIT * added bank_qty and chan_desc_sz for memory name size * - removed rx_range_list/tx_range_list in favor of - rx_range_list1/tx_range_list1 and rx_range_list2/tx_range_list2 - for ITU region 1 and ITU region 2 resp. Does anyone know if some - rigs out there are for ITU region 3 ? * added set_ann/get_ann and - set_ant/get_ant caps * modified get_func prototype that was not - designed properly - - * updated struct rig_state to shadow capabilities, in the case they + * include/hamlib/rig.h: * added RIG_TYPE_PCRECEIVER type + * RIG_LEVEL_ANN and RIG_LEVEL_ANT are no more. Welcome + rig_set_ann/rig_get_ann, + and rig_set_ant/rig_get_ant (yet to be coded..) + * cosmetic changes + + Significant caps update: + ------------------------ + * added copyright field, for author and copyright, eg "(c) 2001 + Joe Bar, GPL" + * has_func and has_level have been renamed to has_set_func and + has_get_level + Yes, the purpose was to squash this pit fall. Now we have + has_get_func/ + has_set_func and has_get_level/has_set_level. Make things more + clear. + * added preamp[] and attenuator[] arrays, as discussed on + hamlib-developer list + * added (almost useless) max_rit field to hold absolute max RIT + * added bank_qty and chan_desc_sz for memory name size + * removed rx_range_list/tx_range_list in favor of + rx_range_list1/tx_range_list1 + and rx_range_list2/tx_range_list2 for ITU region 1 and ITU region + 2 resp. + Does anyone know if some rigs out there are for ITU region 3 ? + * added set_ann/get_ann and set_ant/get_ant caps + * modified get_func prototype that was not designed properly + + * updated struct rig_state to shadow capabilities, in the case + they are customized 2001-02-11 22:50 f4cfe @@ -11765,43 +12116,49 @@ 2001-02-09 23:11 f4cfe * tests/Makefile.am: * added 'testfreq' to check float to freq_t - conversions + conversions 2001-02-09 23:09 f4cfe * src/serial.h: * Split functions so it'll be easier to add support - for different architectures. New functions are - ser_ptt_open/par_ptt_open ser_ptt_set/par_ptt_set, - ser_ptt_get/par_ptt_get, and ser_ptt_close/ par_ptt_close + for + different architectures. New functions are + ser_ptt_open/par_ptt_open + ser_ptt_set/par_ptt_set, ser_ptt_get/par_ptt_get, and + ser_ptt_close/ + par_ptt_close 2001-02-09 23:08 f4cfe * src/serial.c: * reworked serial/parallel PTT handling. Split - functions so it'll be easier to add support for different - architectures. Add preliminary support for autoconfigured setup. + functions so it'll be + easier to add support for different architectures. + Add preliminary support for autoconfigured setup. 2001-02-09 23:06 f4cfe - * src/rig.c: * added hamlib_version constant * reworked - serial/parallel PTT handling. Split functions so it'll be easier - to add support for different architectures. This has been - tested, and it works at least with my IC706 and PTT signaling on - parallel port (using Data/Packet connector) + * src/rig.c: * added hamlib_version constant + * reworked serial/parallel PTT handling. Split functions so it'll + be + easier to add support for different architectures. + This has been tested, and it works at least with my IC706 and + PTT signaling on parallel port (using Data/Packet connector) 2001-02-09 23:02 f4cfe * include/hamlib/rig.h: * added hamlib_version constant -2001-02-09 23:01 f4cfe +2001-02-09 23:02 f4cfe * aclocal.m4, configure, include/config.h.in: * regenerated 2001-02-09 23:00 f4cfe - * configure.in: * check more stuff (includes, libs, etc.) * added - --enable-rigmatrix option. Now, default behaviour is to NOT - generate rigmatrix tool. autodetection still not perfect. * - shuffled a little bit the autoconf directives + * configure.in: * check more stuff (includes, libs, etc.) + * added --enable-rigmatrix option. Now, default behaviour is to + NOT generate + rigmatrix tool. autodetection still not perfect. + * shuffled a little bit the autoconf directives 2001-02-09 22:56 f4cfe @@ -11809,12 +12166,13 @@ 2001-02-07 23:54 f4cfe - * winradio/: Makefile.am, winradio.c, winradio.h: Initial release + * winradio, winradio/Makefile.am, winradio/winradio.c, + winradio/winradio.h: Initial release 2001-02-07 23:53 f4cfe - * tests/rigctl.c: * load more backends * '?' menu key gives list of - available commands + * tests/rigctl.c: * load more backends + * '?' menu key gives list of available commands 2001-02-07 23:51 f4cfe @@ -11831,17 +12189,17 @@ 2001-02-07 23:48 f4cfe * configure.in: * check if linradio include files are installed and - enable WiNRADiO support accordingly + enable WiNRADiO support accordingly 2001-02-07 23:45 f4cfe - * tests/: dumpcaps.c, listrigs.c, rigmatrix.c: * load winradio - backend + * tests/dumpcaps.c, tests/listrigs.c, tests/rigmatrix.c: * load + winradio backend 2001-02-07 23:44 f4cfe * src/rig.c: * added rig_get_resolution and RIG_PORT_DEVICE support - in rig_open + in rig_open 2001-02-07 23:43 f4cfe @@ -11850,7 +12208,7 @@ 2001-02-07 23:41 f4cfe * include/config.h.in: * regenerated after linradio checking in - configure + configure 2001-02-07 23:40 f4cfe @@ -11871,7 +12229,7 @@ 2001-01-30 22:59 f4cfe * tests/rigmatrix.c: * fixed setfunc links and cosmetic, still at - http://f4cfe.free.fr/ham/hamlib/rigmatrix.html + http://f4cfe.free.fr/ham/hamlib/rigmatrix.html 2001-01-30 22:57 f4cfe @@ -11880,7 +12238,7 @@ 2001-01-28 22:24 f4cfe * tests/rigmatrix.c: * report levels and funcs. Check it out at - http://f4cfe.free.fr/ham/hamlib/rigmatrix.html + http://f4cfe.free.fr/ham/hamlib/rigmatrix.html 2001-01-28 22:21 f4cfe @@ -11888,25 +12246,29 @@ 2001-01-28 22:21 f4cfe - * tests/dumpcaps.c: * load kenwood backend * adjusted - RIG_PTT_SERIAL changes * added new RIG_FUNCs * print out levels + * tests/dumpcaps.c: * load kenwood backend + * adjusted RIG_PTT_SERIAL changes + * added new RIG_FUNCs + * print out levels 2001-01-28 22:19 f4cfe * tests/Makefile.am: * factorized dependencies to help - maintenability + maintenability 2001-01-28 22:18 f4cfe * src/serial.c: * started PTT support through serial port, this is - a WIP + a WIP 2001-01-28 22:17 f4cfe * src/rig.c: * started some work on PTT signaling through - serial/parallel ports. RIG_PTT_SERIAL is no more, it is replaced - by RIG_PTT_SERIAL_RTS and RIG_PTT_SERIAL_DTR. * added comments - for rig_get_level and RIG_LEVEL_STRENGTH + serial/parallel ports. + RIG_PTT_SERIAL is no more, it is replaced by RIG_PTT_SERIAL_RTS + and + RIG_PTT_SERIAL_DTR. + * added comments for rig_get_level and RIG_LEVEL_STRENGTH 2001-01-28 22:14 f4cfe @@ -11926,19 +12288,20 @@ 2001-01-28 22:08 f4cfe - * icom/icom.c: * added S-Meter calibration data * more work on - icom_get_level and return value processing * added icom_set_func - (more testing needed) * added registering of ICR8500 caps + * icom/icom.c: * added S-Meter calibration data + * more work on icom_get_level and return value processing + * added icom_set_func (more testing needed) + * added registering of ICR8500 caps 2001-01-28 22:06 f4cfe - * icom/: ic706.c, icom.h: * added S-Meter calibration data * added - set_func capability + * icom/ic706.c, icom/icom.h: * added S-Meter calibration data + * added set_func capability 2001-01-28 22:03 f4cfe - * icom/: Makefile.am, icr8500.c: * added new support for ICR8500, - untested though + * icom/Makefile.am, icom/icr8500.c: * added new support for + ICR8500, untested though 2001-01-28 22:01 f4cfe @@ -11954,34 +12317,31 @@ 2001-01-07 23:02 javabear - * yaesu/: ft847.c, ft847.h: minor cleanup + * yaesu/ft847.c, yaesu/ft847.h: minor cleanup 2001-01-06 06:49 javabear - * yaesu/: ft747.c, ft847.c: added targetable_vfo value to caps + * yaesu/ft747.c, yaesu/ft847.c: added targetable_vfo value to caps 2001-01-05 18:24 f4cfe * src/rig.c: * added targetable_vfo support in wrappers for rigs - that cannot address directly VFOs + that cannot address directly VFOs 2001-01-05 18:22 f4cfe - * tests/: dumpcaps.c, rigmatrix.c: * added targetable_vfo support + * tests/dumpcaps.c, tests/rigmatrix.c: * added targetable_vfo + support 2001-01-05 18:21 f4cfe - * include/hamlib/rig.h: * added targetable_vfo field in caps + * aor/ar8200.c, icom/ic706.c, include/hamlib/rig.h, + kenwood/ts870s.c: * added targetable_vfo field in caps 2001-01-05 18:20 f4cfe - * icom/: frame.c, icom.c: * icom_set_mode fixup (passband not done - right) - -2001-01-05 18:18 f4cfe - - * aor/ar8200.c, icom/ic706.c, kenwood/ts870s.c: * added - targetable_vfo field in caps + * icom/frame.c, icom/icom.c: * icom_set_mode fixup (passband not + done right) 2001-01-05 02:03 javabear @@ -11989,8 +12349,8 @@ 2001-01-04 07:03 javabear - * yaesu/: ft747.c, ft747.h, ft847.c, ft847.h: Begin to use common - yaesu code + * yaesu/ft747.c, yaesu/ft747.h, yaesu/ft847.c, yaesu/ft847.h: Begin + to use common yaesu code 2001-01-04 05:47 javabear @@ -12002,8 +12362,8 @@ 2001-01-04 05:39 javabear - * yaesu/: ft747.c, ft747.h, ft847.c, ft847.h: Moved from ft747 and - ft847 dirs + * yaesu/ft747.c, yaesu/ft747.h, yaesu/ft847.c, yaesu/ft847.h: Moved + from ft747 and ft847 dirs 2001-01-04 04:42 javabear @@ -12011,8 +12371,8 @@ 2001-01-03 23:14 f4cfe - * configure.in: * bumped version number to 1.1.1 * added kenwood - sub-Makefile + * configure.in: * bumped version number to 1.1.1 + * added kenwood sub-Makefile 2001-01-03 23:10 f4cfe @@ -12020,8 +12380,9 @@ 2000-12-23 08:40 f4cfe - * kenwood/: Makefile.am, README.kenwood, kenwood.c, kenwood.h, - ts870s.c: * Initial release + * kenwood, kenwood/Makefile.am, kenwood/README.kenwood, + kenwood/kenwood.c, kenwood/kenwood.h, kenwood/ts870s.c: * Initial + release 2000-12-22 04:59 javabear @@ -12033,16 +12394,41 @@ 2000-12-22 01:36 javabear - * yaesu/yaesu.h: Initial release, common yaesu declareations etc. + * yaesu, yaesu/yaesu.h: Initial release, common yaesu declareations + etc. + +2000-12-22 01:27 javabear + + * ft847/ft847.c: removed old API functions, general cleanup + tested rig_close and rig_cleanup 2000-12-22 01:16 javabear - * src/: misc.c, misc.h: removed unused calc_ functions. + * src/misc.c, src/misc.h: removed unused calc_ functions. 2000-12-22 00:56 javabear * src/rig.c: rig_cleanup and rig_close not calling backend +2000-12-20 06:33 javabear + + * ft847/ft847.c: Added ft847_send_priv_cmd(), converted some part + of API + to use this. Added _set_mode to work now. + TODO: put _send_priv_cmd into yaesu.[ch] so ft747 + can use also. + Turned on PTT also (stand back).. + +2000-12-18 05:17 javabear + + * ft847/ft847.c, ft847/ft847.h: more table driven stuff for ft847. + cat/ptt/freq being converted. + +2000-12-17 22:14 javabear + + * ft847/ft847.c, ft847/ft847.h: converting ft847 to table driven, + similar to ft747. + 2000-12-16 15:13 f4cfe * Makefile.am: * remove WANTED from dist @@ -12051,28 +12437,67 @@ * tests/testrig.c: Added some new freq/mode combinations. +2000-12-13 01:26 javabear + + * ft747/ft747.c, ft747/ft747.h: Removed static stuff from + functions. + Also, begin to implement table driven command translation + from API to rig native. priv now contains a cmd table + that is used for backend commands towards rig. + +2000-12-11 04:19 javabear + + * ft747/ft747.c, ft747/ft747.h: trying different approach to + storing cmd sequence. + _set_ptt is being converted. Needs tidying up though. + Some sequences are complete, and can be read from + static data. Incomplete sequences will eventually be + copied form static declaration, and completed in priv data. + 2000-12-09 21:50 javabear * tests/testrig.c: added ptt handling example, stand back ! +2000-12-09 21:48 javabear + + * ft747/ft747.c: minor updates to active vfo handling + +2000-12-09 02:03 javabear + + * ft747/ft747.h: some new defines for FT747_VFO_A/B + +2000-12-09 02:01 javabear + + * ft747/ft747.c: minor update to active VFO handling in _set_vfo + +2000-12-07 02:34 javabear + + * ft747/ft747.c, ft747/ft747.h: 1. Added VFO as target for some + set/get cmds. + 2. ./testrig still runs ok using RIG_VFO_CURR. + 2000-12-05 22:04 f4cfe - * tests/: rigctl.c, testrig.c, testtrn.c: * updates since the new - API now requires a target VFO to be specified. Mainly, - RIG_VFO_CURR is used, which should ensure the same behaviour of - the tests programs as before. + * tests/rigctl.c, tests/testrig.c, tests/testtrn.c: * updates since + the new API now requires a target VFO to be specified. + Mainly, RIG_VFO_CURR is used, which should ensure the same + behaviour + of the tests programs as before. 2000-12-05 22:01 f4cfe - * aor/aor.c, aor/aor.h, icom/icom.c, icom/icom.h, src/rig.c, - include/hamlib/rig.h: * all the API functions are now targetted to - a particular VFO. This is a major change in the library - interface, and the implementation is not complete yet - (especially in the backends), but the API should be fine. - Anyway, at this stage of developement, interface design - experimenting matters more than completeness. * added new - shortfreq_t type for frequencies on 31bits (up to 2GHz) for use - by offset/shifts/etc. + * aor/aor.c, aor/aor.h, icom/icom.c, icom/icom.h, + include/hamlib/rig.h, src/rig.c: * all the API functions are now + targetted to a particular VFO. + This is a major change in the library interface, and the + implementation + is not complete yet (especially in the backends), but the API + should + be fine. Anyway, at this stage of developement, interface design + experimenting matters more than completeness. + * added new shortfreq_t type for frequencies on 31bits (up to + 2GHz) + for use by offset/shifts/etc. 2000-12-05 21:52 f4cfe @@ -12085,7 +12510,7 @@ 2000-12-05 19:32 f4cfe * tests/testrig.c: * [sg]et_mode is now responsible for - setting/getting the passband + setting/getting the passband 2000-12-04 23:45 f4cfe @@ -12094,13 +12519,14 @@ 2000-12-04 23:39 f4cfe * aor/aor.c, aor/aor.h, icom/frame.c, icom/frame.h, icom/icom.c, - icom/icom.h, include/hamlib/rig.h, src/rig.c, tests/rigctl.c: * - removed [sg]et_passband in favor of an enhanced [sg]et_mode which - includes the passband, since most rigs tie these parameters - together quite often. For exemple, WFM is - (RIG_MODE_FM,RIG_PASSBAND_WIDE) in Hamlib. Another set of - functions will be needed to fine tune aditional frequency - response/filters. + icom/icom.h, include/hamlib/rig.h, src/rig.c, tests/rigctl.c: * + removed [sg]et_passband in favor of an enhanced [sg]et_mode which + includes the passband, since most rigs tie these parameters + together + quite often. For exemple, WFM is (RIG_MODE_FM,RIG_PASSBAND_WIDE) + in Hamlib. + Another set of functions will be needed to fine tune aditional + frequency response/filters. 2000-12-04 23:28 f4cfe @@ -12120,18 +12546,19 @@ 2000-11-28 22:34 f4cfe - * tests/: dumpcaps.c, rigctl.c: * misc format fixup + * tests/dumpcaps.c, tests/rigctl.c: * misc format fixup 2000-11-28 22:33 f4cfe * src/rig.c: * cleanup, removed "not implemented" misleading - comments * added added squelch primitives of DCS/CTCSS * added - set/get_RIT and rig_get_info wrappers + comments + * added added squelch primitives of DCS/CTCSS + * added set/get_RIT and rig_get_info wrappers 2000-11-28 22:31 f4cfe - * include/hamlib/rig.h: * added squelch primitives of DCS/CTCSS * - added set/get_RIT and rig_get_info() + * include/hamlib/rig.h: * added squelch primitives of DCS/CTCSS + * added set/get_RIT and rig_get_info() 2000-11-28 22:28 f4cfe @@ -12149,6 +12576,15 @@ * tests/testrig.c: more set_freq() examples +2000-11-25 21:49 javabear + + * ft747/ft747.c, ft747/ft747.h: added set/get freq to use generic + bcd etc + +2000-11-25 08:20 javabear + + * ft747/ft747.c, ft747/ft747.h: updated ptt/mode/vfo + 2000-11-17 19:11 f4cfe * NEWS: Initial release @@ -12163,21 +12599,21 @@ 2000-11-01 23:27 f4cfe - * tests/: dumpcaps.c, listrigs.c: * load/know more backends + * tests/dumpcaps.c, tests/listrigs.c: * load/know more backends + +2000-11-01 23:25 f4cfe + + * aor, aor/Makefile.am, aor/README.aor, aor/aor.c, aor/aor.h, + aor/ar8200.c, tests/rigmatrix.c: Initial release 2000-11-01 23:24 f4cfe * tests/Makefile.am: * added rigmatrix -2000-11-01 23:23 f4cfe - - * aor/Makefile.am, aor/README.aor, aor/aor.c, aor/aor.h, - aor/ar8200.c, tests/rigmatrix.c: Initial release - 2000-11-01 23:21 f4cfe - * icom/: frame.c, frame.h: * some cleanup (removed deprecated - make_cmd_frame_freq and make_cmd_frame_chan) + * icom/frame.c, icom/frame.h: * some cleanup (removed deprecated + make_cmd_frame_freq and make_cmd_frame_chan) 2000-11-01 23:20 f4cfe @@ -12198,7 +12634,7 @@ 2000-10-30 21:45 f4cfe * include/hamlib/rig.h: * misc fix of the size of immediate value - (long long) + (long long) 2000-10-29 16:35 f4cfe @@ -12210,7 +12646,8 @@ 2000-10-29 16:30 f4cfe - * src/rig.c: * addded wrapper for rig_set_bank * misc fixups + * src/rig.c: * addded wrapper for rig_set_bank + * misc fixups 2000-10-29 16:29 f4cfe @@ -12222,26 +12659,32 @@ 2000-10-29 16:26 f4cfe - * icom/icom.h: * added icom_set_rptr_offs/icom_get_rptr_offs, - icom_set_split_freq/icom_get_split_freq and - icom_set_split/icom_get_split + * icom/icom.h: * added icom_set_rptr_offs/icom_get_rptr_offs, + icom_set_split_freq/icom_get_split_freq and + icom_set_split/icom_get_split 2000-10-29 16:25 f4cfe - * icom/icom.c: * added icom_set_rptr_offs/icom_get_rptr_offs, - icom_set_split_freq/icom_get_split_freq and - icom_set_split/icom_get_split * also fixed a bug in icom_set_mem, - and icom_set_bank (invalid arg len) + * icom/icom.c: * added icom_set_rptr_offs/icom_get_rptr_offs, + icom_set_split_freq/icom_get_split_freq and + icom_set_split/icom_get_split + * also fixed a bug in icom_set_mem, and icom_set_bank (invalid + arg len) + +2000-10-29 10:18 f4cfe + + * ft747/Makefile.am, ft847/Makefile.am: * include missing header + files in the distribution 2000-10-29 10:17 f4cfe * doc/Makefile.am: * include scripts in the distribution. I don't - know why noinst_SCRIPTS doesn't do it by itself + know why noinst_SCRIPTS doesn't do it by itself 2000-10-29 10:15 f4cfe * configure, configure.in: * Added include paths so 'make - distcheck' works + distcheck' works 2000-10-23 19:59 f4cfe @@ -12250,7 +12693,7 @@ 2000-10-23 19:58 f4cfe * src/serial.c: * coded in a solution to not have active - post_write_delay wait loop + post_write_delay wait loop 2000-10-23 19:56 f4cfe @@ -12259,74 +12702,83 @@ 2000-10-23 19:55 f4cfe * include/hamlib/riglist.h: * try to be more exhaustive in the rig - list. Any volounteers ? * cleanup + list. Any volounteers ? + * cleanup 2000-10-23 19:53 f4cfe - * include/hamlib/rig.h: * added rig_set_bank() to the API * added - struct timeval post_write_date to rig_state, so the - post_write_delay may not be an active wait loop. * cleanup + * include/hamlib/rig.h: * added rig_set_bank() to the API + * added struct timeval post_write_date to rig_state, so the + post_write_delay + may not be an active wait loop. + * cleanup 2000-10-23 19:48 f4cfe - * icom/: ic706.c, icom.c, icom.h, icom_defs.h: * Added some more - capabilities + * icom/ic706.c, icom/icom.c, icom/icom.h, icom/icom_defs.h: * Added + some more capabilities 2000-10-22 16:19 f4cfe - * include/: Makefile.am, hamlib/Makefile.am: Initial release + * include/Makefile.am, include/hamlib/Makefile.am: Initial release 2000-10-22 16:14 f4cfe * tests/dumpcaps.c: * API function names changed: *_rpt_* functions - to *_rptr_* + to *_rptr_* 2000-10-22 16:13 f4cfe * tests/Makefile.am: * Added path to shared libs and modules, - LD_LIBRARY_PATH is history (for now) + LD_LIBRARY_PATH is history (for now) 2000-10-22 16:09 f4cfe * src/Makefile.am: * Added -release option to LDFLAGS so the shared - lib shows the current numbers + lib shows the current numbers 2000-10-22 16:08 f4cfe * src/rig.c: * Added "hamlib-doc" source comments, ala - kernel-doc,gnome-doc. See doc/ subdirectory for more info. The - work is still in progress, the current comments are pretty - shallow rigth now, they're still lacking the valuable - information like semantics, side effects, special cases, error - definitions, etc. that makes a good API documention. Please help - commenting, fixing typos and mispellings! * renamed rig_*_rpt_* - functions to rig_*_rptr_* to be more uniform * made use of - setting_t type in *_has_* functions * removed set_volume, - get_volume, set_squelch, get_squelch, get_squelch_status, - set_ant, get_ant, int et_att, get_att, set_preamp, get_preamp, - set_power, and get_power in favor of set_level/get_level. * - set_func takes one more arg for the status (activate or - desactivate) + kernel-doc,gnome-doc. + See doc/ subdirectory for more info. The work is still in + progress, + the current comments are pretty shallow rigth now, they're still + lacking the valuable information like semantics, side effects, + special cases, error definitions, etc. that makes a good API + documention. + Please help commenting, fixing typos and mispellings! + * renamed rig_*_rpt_* functions to rig_*_rptr_* to be more + uniform + * made use of setting_t type in *_has_* functions + * removed set_volume, get_volume, set_squelch, get_squelch, + get_squelch_status, set_ant, get_ant, int et_att, get_att, + set_preamp, get_preamp, set_power, and get_power + in favor of set_level/get_level. + * set_func takes one more arg for the status (activate or + desactivate) 2000-10-22 16:02 f4cfe * include/hamlib/rig.h: * renamed rig_*_rpt_* functions to - rig_*_rptr_* to be more uniform * made use of setting_t type in - *_has_* functions * removed set_volume, get_volume, set_squelch, - get_squelch, get_squelch_status, set_ant, get_ant, int et_att, - get_att, set_preamp, get_preamp, set_power, and get_power in - favor of set_level/get_level. * set_func takes one more arg for - the status (activate or desactivate) + rig_*_rptr_* to be more uniform + * made use of setting_t type in *_has_* functions + * removed set_volume, get_volume, set_squelch, get_squelch, + get_squelch_status, set_ant, get_ant, int et_att, get_att, + set_preamp, get_preamp, set_power, and get_power + in favor of set_level/get_level. + * set_func takes one more arg for the status (activate or + desactivate) 2000-10-22 15:55 f4cfe - * icom/Makefile.am: * added -avoid-version to LDFLAGS for dlopen - modules + * ft747/Makefile.am, ft847/Makefile.am, icom/Makefile.am: * added + -avoid-version to LDFLAGS for dlopen modules 2000-10-22 15:53 f4cfe - * configure.in: * added DLTOOL check * added automaked include/ and - doc/ subdirectories + * configure.in: * added DLTOOL check + * added automaked include/ and doc/ subdirectories 2000-10-22 15:50 f4cfe @@ -12334,12 +12786,13 @@ 2000-10-22 15:48 f4cfe - * doc/: Makefile.am, hamlib-doc, split-man.pl: Initial release + * doc, doc/Makefile.am, doc/hamlib-doc, doc/split-man.pl: Initial + release 2000-10-16 22:37 f4cfe - * icom/icom_defs.h: * Various defines renamed (S_SET -> S_CTL) * - S_LVL_* added + * icom/icom_defs.h: * Various defines renamed (S_SET -> S_CTL) + * S_LVL_* added 2000-10-16 22:35 f4cfe @@ -12348,23 +12801,29 @@ 2000-10-16 22:34 f4cfe * icom/icom.c: * more CI-V addresses, RIG_MODEL_IC820 still missing - * Added icom_[sg]et_channel (untested, not complete) * Added - icom_[sg]et_level (30% implemented, get_strength tested and OK) + * Added icom_[sg]et_channel (untested, not complete) + * Added icom_[sg]et_level (30% implemented, get_strength tested + and OK) 2000-10-16 22:32 f4cfe - * icom/ic706.c: * Reworked the RIG_MODE_* defines. see rig.h * - Added has_level caps fields + * icom/ic706.c: * Reworked the RIG_MODE_* defines. see rig.h + * Added has_level caps fields 2000-10-16 22:30 f4cfe * icom/frame.c: * Accomodate with new API modes, WFM is FM + Wide - filter + filter 2000-10-16 22:28 f4cfe * icom/Makefile.am: * Listed local include files +2000-10-16 22:27 f4cfe + + * ft747/ft747.c, ft847/ft847.c: Misc changes to accomodate with new + API, pls check modes handling and new has_level caps field + 2000-10-16 22:13 f4cfe * tests/dumpcaps.c: Updated after caps has been reworked @@ -12376,52 +12835,51 @@ 2000-10-16 22:08 f4cfe * src/rig.c: * Added rig_[sg]et_passband to [sg]et - narrow/normal/wide filter. These are a good companions to - rig_[sg]et_mode. Maybe they should be merged? - - * Added rig_[sg]et_rpt_offs to set/get repeater offset - - * Added rig_split functions: rig_[sg]et_split_freq (set RX and TX - freq) and rig_[sg]et_split to activate split mode - - * Added rig_[gs]et_level, however - rig_set_preamp/rig_set_att/rig_set_ant et al. will be removed very - soon. - - * Added Memory/VFO handling routines (actually wrappers, like the - rest) + narrow/normal/wide filter. These are a good companions to + rig_[sg]et_mode. Maybe they should be merged? + + * Added rig_[sg]et_rpt_offs to set/get repeater offset + + * Added rig_split functions: rig_[sg]et_split_freq (set RX and TX + freq) and rig_[sg]et_split to activate split mode + + * Added rig_[gs]et_level, however + rig_set_preamp/rig_set_att/rig_set_ant et al. will be removed + very soon. + + * Added Memory/VFO handling routines (actually wrappers, like the + rest) 2000-10-16 21:58 f4cfe * include/hamlib/rig.h: * Replaced - rig_?et_volume/rig_?et_squelch/rig_get_squelch_status/rig_get_stren - gth/rig_?et_ant/rig_?et_att/rig_?et_preamp by - rig_set_level/rig_get_level. This is a good saving in terms of - namespace, but a potential gain in messy backend implementation. - Feedback welcome. - - * Added rig_has_level/rig_has_set_level (cloned from their *_func - cousins) - - * Reworked the RIG_MODE_* defines. The filter information (narrow, - normal, wide) has been splited for less complexity. Thus adding - rig_[sg]et_passband. - - * Reworked the vfo_t enum. Main is now an alias for VFO A, Sub for - VFO B, Sat for VFO C. I'm almost sure it's a wrong assumption. - Could someone tell if Main is or is not VFO A ? - - * Coded in a Memory/VFO handling proposal. Access is done through - mv_ctl. See mem_vfo_op_e for a list of available operations. - - * Renamed [sg]et_tone to [sg]et_dcs and [sg]et_tonesq to - [sg]et_ctcss. + rig_?et_volume/rig_?et_squelch/rig_get_squelch_status/rig_get_strength/rig_?et_ant/rig_?et_att/rig_?et_preamp + by rig_set_level/rig_get_level. This is a good saving in terms of + namespace, but a potential gain in messy backend implementation. + Feedback welcome. + + * Added rig_has_level/rig_has_set_level (cloned from their *_func + cousins) + + * Reworked the RIG_MODE_* defines. The filter information + (narrow, normal, wide) has been splited for less complexity. Thus + adding rig_[sg]et_passband. + + * Reworked the vfo_t enum. Main is now an alias for VFO A, Sub + for VFO B, Sat for VFO C. I'm almost sure it's a wrong + assumption. Could someone tell if Main is or is not VFO A ? + + * Coded in a Memory/VFO handling proposal. Access is done through + mv_ctl. See mem_vfo_op_e for a list of available operations. + + * Renamed [sg]et_tone to [sg]et_dcs and [sg]et_tonesq to + [sg]et_ctcss. 2000-10-16 21:53 f4cfe - * src/: misc.c, misc.h: * fix in to_bcd(), in case of odd len - numbers * Added to_bcd_be/from_bcd_be for Big endian BCD - representation + * src/misc.c, src/misc.h: * fix in to_bcd(), in case of odd len + numbers + * Added to_bcd_be/from_bcd_be for Big endian BCD representation 2000-10-16 21:50 f4cfe @@ -12431,6 +12889,10 @@ * include/hamlib/riglist.h: * Added RIG_MODEL_MINISCOUT +2000-10-14 03:55 javabear + + * ft747/ft747.c: minor fixes + 2000-10-12 18:37 javabear * TODO: cvs mail update works ok :-) @@ -12439,6 +12901,10 @@ * TODO: cvs mails to hamlib-cvs-digest +2000-10-11 17:46 f4cfe + + * common: files moved to ../src or ../include/hamlib + 2000-10-10 22:17 f4cfe * icom/icom_defs.h: added PTT defs and other @@ -12450,15 +12916,18 @@ 2000-10-10 22:11 f4cfe * src/rig.c: * added support for set_trn to activate on the fly the - transceive mode + transceive mode 2000-10-10 22:09 f4cfe * include/hamlib/rig.h: * added [sg]et_rpt_offs to set repeater - offset * added [sg]et_split_freq to set split frequencies * added - [sg]et_split to activate split operation * added get_squelch_status - to get the open/close status of the squelch * added [sg]et_trn to - activate on the run the transceive mode (PCR1000 can do that) + offset + * added [sg]et_split_freq to set split frequencies + * added [sg]et_split to activate split operation + * added get_squelch_status to get the open/close status of the + squelch + * added [sg]et_trn to activate on the run the transceive mode + (PCR1000 can do that) 2000-10-10 22:05 f4cfe @@ -12466,24 +12935,40 @@ 2000-10-10 21:58 f4cfe - * icom/: icom.c, icom.h: * added tuning step support * added - rptr_shift setting * added ptt control (untested) + * icom/icom.c, icom/icom.h: * added tuning step support + * added rptr_shift setting + * added ptt control (untested) 2000-10-09 01:17 javabear - * aclocal.m4, configure, icom/frame.c, icom/ic706.c, - include/hamlib/rig.h, src/rig.c, src/serial.c, src/serial.h, - tests/dumpcaps.c, tests/testrig.c: added post_write_delay + * aclocal.m4, configure, ft747/ft747.c, ft747/ft747.h, + ft847/ft847.c, ft847/ft847.h, icom/frame.c, icom/ic706.c, + include/hamlib/rig.h, src/rig.c, src/serial.c, src/serial.h, + tests/dumpcaps.c, tests/testrig.c: added post_write_delay + +2000-10-08 23:06 javabear + + * ft747/ft747.c: merge with TRN stuff and add some set/get_mode and + vfo stuff + +2000-10-08 22:58 javabear + + * ft747/ft747.h: API updates - added set/get_mode + +2000-10-08 21:57 f4cfe + + * ft747/ft747.c, ft847/ft847.c: rig.h is in include/hamlib, added + dynamic loading support and set transceive cap to off 2000-10-08 21:48 f4cfe * tests/testrig.c: added dynamic loading support, and - rig_get_strength call + rig_get_strength call 2000-10-08 21:47 f4cfe * tests/Makefile.am: renamed printcaps to dumpcaps, added listrigs, - testtrn rules + testtrn rules 2000-10-08 21:46 f4cfe @@ -12496,16 +12981,18 @@ 2000-10-08 21:45 f4cfe * src/rig.c: * added dynamic loading support with new data struct - for known rig list, * keep track of opened rigs - (add_opened_rig/remove_opened_rig/foreach_opened_rig), * - misunderstanding on RIG_ENIMPL, this is RIG_ENAVAIL in most cases, - * added support for file buffered access (opt.), * added - rig_set_trn to turn on/off transceive support + for known rig list, + * keep track of opened rigs + (add_opened_rig/remove_opened_rig/foreach_opened_rig), + * misunderstanding on RIG_ENIMPL, this is RIG_ENAVAIL in most + cases, + * added support for file buffered access (opt.), + * added rig_set_trn to turn on/off transceive support 2000-10-08 21:43 f4cfe * src/misc.h: added Hold_Decode/Unhold_Decode macros to rule - receiving + receiving 2000-10-08 21:43 f4cfe @@ -12514,7 +13001,7 @@ 2000-10-08 21:41 f4cfe * src/Makefile.am: added register.c (dynamic loading) and event.c - (async notification from rig) + (async notification from rig) 2000-10-08 21:39 f4cfe @@ -12522,61 +13009,74 @@ 2000-10-08 21:38 f4cfe - * icom/icom.c: * added added dynamic loading support, * added CI-V - ID list, * added generic - icom_set_mode,icom_get_mode,icom_set_vfo,icom_get_vfo,icom_get_stre - ngth,icom_decode_event + * icom/icom.c: * added added dynamic loading support, + * added CI-V ID list, + * added generic + icom_set_mode,icom_get_mode,icom_set_vfo,icom_get_vfo,icom_get_strength,icom_decode_event 2000-10-08 21:37 f4cfe - * icom/ic706.c: * headers moved, * added rig transceive cap On, * - made use of MHz,KHz macros, * added get_strength and decode_event - to ic706iig + * icom/ic706.c: * headers moved, + * added rig transceive cap On, + * made use of MHz,KHz macros, + * added get_strength and decode_event to ic706iig 2000-10-08 21:35 f4cfe * icom/frame.h: added - read_icom_frame,icom2hamlib_mode,hamlib2icom_mode + read_icom_frame,icom2hamlib_mode,hamlib2icom_mode 2000-10-08 21:26 f4cfe - * icom/frame.c: * read_icom_block now uses file buffered access, * - added read_icom_frame which read a whole CI-V frame (until - receiving EOM), * added hamlib2icom_modeand icom2hamlib_mode - functions to convert from one representation to another + * icom/frame.c: * read_icom_block now uses file buffered access, + * added read_icom_frame which read a whole CI-V frame (until + receiving EOM), + * added hamlib2icom_modeand icom2hamlib_mode functions to convert + from one representation to another 2000-10-08 21:24 f4cfe * configure.in: include/rig.h moved to include/hamlib/rig.h, added - version defines + version defines 2000-10-08 21:23 f4cfe * configure: regenrated from configure.in (mainly include/rig.h - moved to include/hamlib/rig.h) + moved to include/hamlib/rig.h) -2000-10-08 21:21 f4cfe +2000-10-08 21:22 f4cfe - * tests/: dumpcaps.c, printcaps.c: printcaps renamed to dumpcaps + * tests/dumpcaps.c, tests/printcaps.c: printcaps renamed to + dumpcaps -2000-10-08 21:17 f4cfe +2000-10-08 21:20 f4cfe - * lib/usleep.c, src/event.c, src/event.h, src/register.c, - tests/listrigs.c, tests/testtrn.c: Initial release + * lib, lib/usleep.c, src/event.c, src/event.h, src/register.c, + tests/listrigs.c, tests/testtrn.c: Initial release 2000-10-08 21:16 f4cfe - * include/: rig.h, riglist.h: include files moved again (to - include/hamlib) + * include/rig.h, include/riglist.h: include files moved again (to + include/hamlib) 2000-10-08 21:15 f4cfe - * include/hamlib/: rig.h, riglist.h: include files moved again + * include/hamlib, include/hamlib/rig.h, include/hamlib/riglist.h: + include files moved again 2000-10-07 20:52 javabear * README: updated lib names for backend to libhamlib-xxxxx.so +2000-10-02 00:02 javabear + + * ft747/ft747.c, ft747/ft747.h: added ft747_open and ft747_close + +2000-10-01 23:50 javabear + + * ft847/ft847.c, ft847/ft847.h: added ft847_open and ft847_close to + enable CAT ON/OFF + 2000-10-01 21:38 f4cfe * AUTHORS: Initial release @@ -12585,13 +13085,14 @@ * TODO: Made the list longer -2000-10-01 14:28 f4cfe +2000-10-01 14:30 f4cfe - * icom/Makefile, Makefile: Deprecated by autoconf/automake + * Makefile, ft747/Makefile, ft847/Makefile, icom/Makefile: + Deprecated by autoconf/automake 2000-10-01 14:24 f4cfe - * src/: serial.c, serial.h: Moved from ../common + * src/serial.c, src/serial.h: Moved from ../common 2000-10-01 12:53 f4cfe @@ -12599,17 +13100,15 @@ 2000-10-01 12:52 f4cfe - * tests/: Makefile.am, printcaps.c, testbcd.c: Initial release + * Makefile.am, aclocal.m4, config.guess, config.sub, configure, + configure.in, ft747/Makefile.am, ft847/Makefile.am, + include/config.h.in, install-sh, ltconfig, ltmain.sh, missing, + mkinstalldirs, tests, tests/Makefile.am, tests/printcaps.c, + tests/testbcd.c: Initial release 2000-10-01 12:45 f4cfe - * include/: rig.h, riglist.h: Moved from ../common - -2000-10-01 12:41 f4cfe - - * config.guess, Makefile.am, aclocal.m4, config.sub, configure, - configure.in, install-sh, ltconfig, ltmain.sh, missing, - mkinstalldirs, include/config.h.in: Initial release + * include, include/rig.h, include/riglist.h: Moved from ../common 2000-10-01 12:37 f4cfe @@ -12617,9 +13116,10 @@ 2000-10-01 12:37 f4cfe - * icom/icom.c: Moved frame handling to frame.c Renamed - bcd2freq/freq2bcd to from_bcd/to_bcd Coded and tested icom_get_freq - Made use of generic icom_transaction + * icom/icom.c: Moved frame handling to frame.c + Renamed bcd2freq/freq2bcd to from_bcd/to_bcd + Coded and tested icom_get_freq + Made use of generic icom_transaction 2000-10-01 12:33 f4cfe @@ -12631,14 +13131,15 @@ 2000-10-01 12:31 f4cfe - * icom/: frame.c, frame.h: Initial release, some functions gathered - from icom.c + * icom/frame.c, icom/frame.h: Initial release, some functions + gathered from icom.c 2000-10-01 12:29 f4cfe - * src/rig.c: Moved from ../common Added more wrappers, coded in - mW2power power2mW Added rig_set_debug/rig_need_debug/rig_debug - Various fixes + * src/rig.c: Moved from ../common + Added more wrappers, coded in mW2power power2mW + Added rig_set_debug/rig_need_debug/rig_debug + Various fixes 2000-10-01 12:26 f4cfe @@ -12646,13 +13147,81 @@ 2000-10-01 12:25 f4cfe - * src/: misc.c, misc.h: Initial release, functions gathered from - serial.c and others + * src, src/misc.c, src/misc.h: Initial release, functions gathered + from serial.c and others + +2000-09-29 03:33 javabear + + * common/Makefile: better libhamlib.so version :-) + +2000-09-29 03:29 javabear + + * common/rig.c: added printf's to confirm rig.c (hamlib) is being + called ok + +2000-09-29 03:21 javabear + + * common/rig.c: alternative rig_base declaration removes references + to rig_caps + at compile time. should populate it another way -- FS + +2000-09-29 03:15 javabear + + * common/Makefile, common/Makefile.testrig, common/rig.c: makefile + for testing testrig linking + +2000-09-29 03:12 javabear + + * common/testrig.c: added printf("testrig:main() has been called + \n"); for testing linking + +2000-09-28 00:43 f4cfe + + * common/serial.c: added 2400bauds support + +2000-09-28 00:42 f4cfe + + * common/rig.c: added new wrappers + +2000-09-28 00:41 f4cfe + + * common/rig.h: augmented API 2000-09-25 00:02 javabear * Makefile: removed "make verify". Added reference to - common/Makefile + common/Makefile + +2000-09-24 23:51 javabear + + * common/Makefile: make, make install, and make clean work ok, + using ./lib and ./include directories also. + +2000-09-24 23:49 javabear + + * common/Makefile: make, make install, and make clean work ok, + using ./lib and ./include directories also. + +2000-09-24 23:32 javabear + + * common/Makefile: starting on libhamlib Makefile, added ./lib and + ./include under common + +2000-09-24 23:30 javabear + + * common/rig.h: added VFO types to enum + +2000-09-24 03:37 javabear + + * common/rig.h: added typedef enum ptt_type_e ptt_type_t; + +2000-09-24 03:36 javabear + + * ft747/ft747.h: starting to implement set/get pairs + +2000-09-24 03:35 javabear + + * ft747/ft747.c: started ft747_set_ptt and ft747_set_vfo 2000-09-24 02:19 javabear @@ -12662,9 +13231,61 @@ * README: describe frontend/backend structure +2000-09-23 05:10 javabear + + * common/Makefile: test making a shared lib for the frontend - make + hamlib + +2000-09-23 04:55 javabear + + * common/Makefile: test making a shared lib (at last) for the + frontend - more todo + +2000-09-23 03:49 javabear + + * ft847/ft847.h: *** empty log message *** + +2000-09-23 03:48 javabear + + * ft847/ft847.c: updated rig_caps structure + +2000-09-23 02:46 javabear + + * common/serial.c, common/serial.h: added usleep to read_sleep() + +2000-09-23 02:26 javabear + + * common/Makefile: added testrig to Makefile, no linking yet + +2000-09-23 02:17 javabear + + * common/testrig.c: added some set/get examples with return code + checking + +2000-09-23 00:35 javabear + + * ft747/ft747.c: added extra rig caps + +2000-09-23 00:34 javabear + + * ft747/ft747.h: minor updates + 2000-09-21 06:46 f4cfe - * icom/: ic706.c, icom.c: RIG_E* modified, added tuning_step + * icom/ic706.c, icom/icom.c: RIG_E* modified, added tuning_step + +2000-09-21 06:44 f4cfe + + * common/rig.c, common/rig.h, common/serial.c: RIG_E modified, + added rigerror() and new field tuning_steps available on rig. + +2000-09-20 06:13 f4cfe + + * common/riglist.h: added RIG_MODEL_IC731 + +2000-09-20 06:12 f4cfe + + * common/rig.c, common/rig.h: added rig_has_func() and misc fields 2000-09-19 07:06 f4cfe @@ -12682,15 +13303,108 @@ * THANKS: Initial release +2000-09-19 07:01 f4cfe + + * common/rig.h: added error code def's, ptt_type_e, func support + (AGC, NB, etc.), vfo_comp, + renamed functions, changed way of getting return value of + rig_get_* + +2000-09-19 07:00 f4cfe + + * common/rig.c: added error code returns, vfo compensation + +2000-09-19 06:59 f4cfe + + * common/testrig.c: function calls renamed + +2000-09-19 06:59 f4cfe + + * common/serial.c: added error code returns + +2000-09-19 06:58 f4cfe + + * common/serial.h: write_block2 renamed to write_block + +2000-09-19 01:26 javabear + + * common/rig.c, common/rig.h: still thinking about set/get strategy + +2000-09-19 00:25 javabear + + * common/riglist.h: added extern const struct rig_caps ft747_caps; + +2000-09-19 00:16 javabear + + * common/serial.h: cleanup comments + +2000-09-18 03:59 javabear + + * common/testrig.c: Example of setting rig Main VFO to 439.700 Mhz + FM + +2000-09-18 03:49 javabear + + * common/rig.c, common/rig.h: added 3 more cmd_* for API examples + +2000-09-17 04:43 javabear + + * ft847/ft847.c: converting to frontend/backend style + +2000-09-17 03:21 javabear + + * ft847/ft847.h: changing to frontend/backend style + +2000-09-17 03:03 javabear + + * common/rig.c: fixed typos, added &ft747_caps in rig_caps + +2000-09-17 00:06 javabear + + * common/serial.h: removed open_port() and write_block() + +2000-09-16 23:56 javabear + + * common/serial.c: removed open_port() and write_block() + +2000-09-16 23:16 javabear + + * ft747/ft747.c, ft747/ft747.h: converting to frontend/backend + structure compiles ok + +2000-09-16 21:37 javabear + + * common/rig.h: missing ; in some enums + +2000-09-16 21:23 javabear + + * common/rig.h: fixed some typos, added 3 more candidates for API + +2000-09-16 18:14 javabear + + * common/serial.c: removed old open_port2() using old rig_caps + +2000-09-16 17:58 javabear + + * common/API_Candidates: frontend API clarification + +2000-09-16 02:00 f4cfe + + * ic706: moved to icom/ + +2000-09-16 01:54 f4cfe + + * common/riglist.h: moved in extern defs of rig_caps + 2000-09-16 01:49 f4cfe * icom/icom.c: Icom generic stuff, added in CI-V frame maker - helpers + helpers 2000-09-16 01:46 f4cfe * icom/ic706.c: stripped down and kept only ic706 rig tables and - functions + functions 2000-09-16 01:45 f4cfe @@ -12698,8 +13412,36 @@ 2000-09-16 01:43 f4cfe - * icom/: Makefile, README.icom, TODO.icom, icom.h: moved from - ../ic706, made Icom CI-V generic + * icom, icom/Makefile, icom/README.icom, icom/TODO.icom, + icom/icom.h: moved from ../ic706, made Icom CI-V generic + +2000-09-16 01:37 f4cfe + + * common/rigcaps.h: cut/pasted into rig.h + +2000-09-16 01:32 f4cfe + + * common/testrig.c: now uses the rig_init()/rig_open() sequence + +2000-09-16 01:29 f4cfe + + * common/serial.c, common/serial.h: added serial_open() helper for + the frontend + write_block2()/read_block() handle timeout/write_delay features + +2000-09-16 01:25 f4cfe + + * common/rig.c: now compiles, added (serial) port opening + +2000-09-16 01:23 f4cfe + + * common/rig.h: cut/pasted rigcaps.h, major cleanup, updated some + data structs (rig, rig_state) + +2000-09-16 01:21 f4cfe + + * common/Makefile: remove "-ansi" define which breaks usleep() and + CRTSCTS 2000-09-16 01:09 f4cfe @@ -12707,38 +13449,341 @@ 2000-09-16 01:08 f4cfe - * PLAN: [no log message] + * PLAN: *** empty log message *** + +2000-09-15 05:08 javabear + + * common/API_Candidates: frontend reduction on backend function + namespace - phew !! + +2000-09-14 00:52 f4cfe + + * common/Makefile, common/rig.h: Updated for the new + frontend/backend caps + +2000-09-14 00:50 f4cfe + + * common/API_Candidates, common/rig.c, common/rigcaps.h, + common/riglist.h, common/testrig.c: Initial revision, very alpha + stage 2000-09-14 00:48 f4cfe * API, COPYING, PLAN: file creation, basically scratch notes +2000-09-14 00:44 f4cfe + + * ic706/Makefile, ic706/TODO.ic706, ic706/ic706.c, ic706/ic706.h: + file creation, not in a compilable/working state + +2000-09-14 00:42 f4cfe + + * ic706, ic706/README.icom706: file creation + +2000-09-04 19:58 javabear + + * ft747/ft747.c, ft747/ft747.h, ft747/test/testlibft747.c, + ft847/test/testlibft847.c: adding rig_caps stuff + +2000-09-04 17:51 javabear + + * common/rig.h, common/serial.c, common/serial.h, ft847/ft847.c, + ft847/ft847.h, ft847/test/testlibft847.c: adding rig_caps + functionality + 2000-09-04 15:11 javabear * TODO: add capabilities and preferences +2000-09-04 04:07 javabear + + * ft747/ft747.c: adding rig_caps stuff + +2000-09-04 04:06 javabear + + * ft747/test/testlibft747.c: adding rig_cap stuff + +2000-09-04 03:58 javabear + + * ft747/ft747.h: adding rig_caps stuff + +2000-09-04 03:50 javabear + + * common/rig.h: added GPL stuff and comments + +2000-09-04 03:45 javabear + + * ft847/test/testlibft847.c: starting to add rig_caps stuff. + +2000-09-04 03:44 javabear + + * ft847/test/testlibft847.c: starting to add rig_caps stuff + +2000-09-04 03:38 javabear + + * ft847/ft847.c, ft847/ft847.h: starting to add rig_caps stuff + +2000-09-04 03:19 javabear + + * common/rig.h: initial capabilities stuff + +2000-09-03 23:44 javabear + + * ft847/test/testlibft847.c: adding capabilities + +2000-09-03 23:38 javabear + + * ft747/test/Makefile: added -I$(COMMON_DIR) to find rig.h + +2000-09-03 23:36 javabear + + * ft847/test/Makefile: added -I$(COMMON_DIR) to find rig.h + 2000-08-20 21:52 javabear - * README, README.developer: Updated docs to point to - http://sourceforge.net/projects/hamlib/ and added a C code snippet - on how to use the API. + * README, README.developer: Updated docs to point to + http://sourceforge.net/projects/hamlib/ + and added a C code snippet on how to use the API. 2000-08-19 16:21 javabear * README.license: included full GPL license +2000-08-19 04:07 javabear + + * common/serial.c, common/serial.h, ft747/ft747.c, ft747/ft747.h, + ft747/test/testlibft747.c, ft747/test/testlibft747.h, + ft847/ft847.c, ft847/ft847.h, ft847/test/testlibft847.c, + ft847/test/testlibft847.h: added GPL license info + 2000-08-19 03:14 javabear * README.license: added README.license for GPL +2000-08-09 01:26 javabear + + * ft847/README.ft847: describe faulty yaesu documentation + +2000-08-09 01:25 javabear + + * ft847/ft847.c, ft847/ft847.h: adding dcs tables and repeater + offset in Hz + +2000-08-04 02:49 javabear + + * common/serial.c, common/serial.h: void dump_hex(unsigned char + *ptr, int size, int width); + +2000-07-30 05:09 javabear + + * common/serial.c, ft747/ft747.c, ft747/test/testlibft747.c, + ft847/ft847.c, ft847/ft847.h: cleanup + +2000-07-30 05:04 javabear + + * ft747/test/testlibft747.c, ft847/test/testlibft847.c: cleanup + +2000-07-30 04:38 javabear + + * common/serial.c, common/serial.h: calc_packed_from_char and + calc_char_from_packed now here + +2000-07-30 04:26 javabear + + * ft847/ft847.c: calc_freq_from_packed4 is about to be replaced + +2000-07-30 04:05 javabear + + * ft747/test/testlibft747.c: removed dump_hex from here.. + +2000-07-30 04:02 javabear + + * ft747/ft747.c: removed unwanted debug printf's + +2000-07-30 03:57 javabear + + * common/serial.c: added generic hex dump routine, static void + dump_hex(unsigned char *ptr, int size, int width); + +2000-07-30 02:53 javabear + + * ft847/ft847.c: minor + +2000-07-30 02:03 javabear + + * ft847/ft847.c: added routines for dec <-> packed decimal + conversion + +2000-07-30 02:02 javabear + + * ft847/test/testlibft847.c: trying some cms_set_freq_xxx commands + +2000-07-30 02:00 javabear + + * common/serial.c: dump raw hex data when writing and reading + +2000-07-30 00:29 javabear + + * ft847/ft847.h: fix typo + +2000-07-30 00:28 javabear + + * ft847/ft847.c: now set sat rx and tx freq and mode also + 2000-07-29 23:15 javabear * TODO: add scanning todo +2000-07-29 23:13 javabear + + * ft847/test/testlibft847.c: starting on cmd_set_freq commands now + +2000-07-29 23:12 javabear + + * ft847/ft847.h: starting on cmd_set commands now + +2000-07-29 23:11 javabear + + * ft847/ft847.c: starting with the cmd_set commands now + +2000-07-29 20:31 javabear + + * ft847/test/testlibft847.c: frq = + cmd_get_freq_mode_status_main_vfo(fd, &mode); + +2000-07-29 20:30 javabear + + * ft847/ft847.c: long int cmd_get_freq_mode_status_main_vfo(int fd, + unsigned char *mode) + +2000-07-29 20:26 javabear + + * ft847/ft847.h: long int cmd_get_freq_mode_status_main_vfo(int fd, + unsigned char *mode); + +2000-07-29 02:39 javabear + + * ft847/test/testlibft847.c: playing with test routines + +2000-07-29 02:38 javabear + + * ft847/ft847.c: working out freq conversion, unfinished + +2000-07-29 01:47 javabear + + * ft847/ft847.h: use #defines for MODE_XXX used in case statements + +2000-07-29 00:52 javabear + + * ft747/ft747.h: cannot use const int in case statements ?? + so use #define instead + +2000-07-29 00:50 javabear + + * ft747/test/testlibft747.c: use MODE_xx defines + 2000-07-28 22:11 javabear * README.developer: using CVS instead of RCS directories +2000-07-28 03:09 javabear + + * ft747/ft747.c, ft747/ft747.h, ft747/test/testlibft747.c: removed + cmd_get_update + +2000-07-28 02:04 javabear + + * ft847/ft847.c, ft847/ft847.h, ft847/test/testlibft847.c: had rx + and tx status swapped (document error?) + +2000-07-28 01:20 javabear + + * ft847/ft847.c: using read_sleep from serial.h + +2000-07-28 00:57 javabear + + * ft747/ft747.c: use read_sleep now from serial.h + +2000-07-28 00:49 javabear + + * common/serial.c, common/serial.h: added read_sleep + +2000-07-27 01:01 javabear + + * ft747/ft747.c: use while(1) and break + +2000-07-27 00:52 javabear + + * ft747/test/testlibft747.c: read uses while(1) and break + +2000-07-27 00:49 javabear + + * ft747/test/testlibft747.h: use ft747 on serial port /dev/ttyS0 + +2000-07-27 00:47 javabear + + * ft747/test/Makefile: use common dir for serial stuff + +2000-07-27 00:43 javabear + + * ft747/ft747.c: using rig_open and rig_close and serial.h + +2000-07-27 00:42 javabear + + * ft747/ft747.h: added rig_open and rig_close + +2000-07-27 00:26 javabear + + * ft747/Makefile: added ../common as object path + +2000-07-26 23:36 javabear + + * ft847/ft847.c: all reads use while (1) and break + +2000-07-26 00:37 javabear + + * ft847/test/testlibft847.c: updated test() + +2000-07-26 00:34 javabear + + * ft847/ft847.c: changed cmd_get_rx_status, must do tx also + +2000-07-26 00:09 javabear + + * ft847/test/testlibft847.c: added sat-on and sat_off to test + +2000-07-26 00:00 javabear + + * ft847/ft847.c: fixed cmd_sat_on / off + +2000-07-25 23:14 javabear + + * ft847/ft847.h: added rig_open and rig_close + +2000-07-25 22:55 javabear + + * ft847/test/testlibft847.c: use rig_open and rig_close + +2000-07-25 22:42 javabear + + * ft847/README.ft847: fixed some typos + +2000-07-25 01:23 javabear + + * ft847/test, ft847/test/Makefile, ft847/test/RESULT.example, + ft847/test/testlibft847.c, ft847/test/testlibft847.h: initial + import + +2000-07-25 01:17 javabear + + * ft847, ft847/Makefile, ft847/README.ft847, ft847/TODO.ft847, + ft847/ft847.c, ft847/ft847.h: initial import + +2000-07-25 01:01 javabear + + * common, common/Makefile, common/serial.c, common/serial.h: + initial import + 2000-07-25 00:46 javabear * TODO: add some things @@ -12747,9 +13792,21 @@ * Makefile: initial top level makefile +2000-07-18 23:28 frank + + * ft747/Makefile: *** empty log message *** + +2000-07-18 22:01 frank + + * ft747/Makefile: added build_all ,cleanall and verify targets + +2000-07-18 21:47 frank + + * TODO: *** empty log message *** + 2000-07-18 21:46 frank - * TODO, TODO: [no log message] + * TODO: *** empty log message *** 2000-07-18 21:42 frank @@ -12761,21 +13818,28 @@ 2000-07-18 21:26 frank - * README.developer: [no log message] + * README.developer: *** empty log message *** 2000-07-18 21:19 frank - * README.developer: [no log message] + * README.developer: *** empty log message *** 2000-07-18 21:16 frank - * README.developer: [no log message] + * README.developer: *** empty log message *** 2000-07-18 21:09 frank * README.developer: Initial revision -2000-07-18 20:53 frank +2000-07-18 20:55 frank - * README, TODO.skeleton: Initial revision + * README, TODO.skeleton, ft747, ft747/Makefile, ft747/README.ft747, + ft747/TODO.ft747, ft747/ft747.c, ft747/ft747.h, ft747/test, + ft747/test/Makefile, ft747/test/testlibft747.c, + ft747/test/testlibft747.h: Initial revision + +2000-07-18 20:55 + + * .: New repository initialized by cvs2svn. diff --git a/NEWS b/NEWS index ed54d8420..1e4de2c78 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,20 @@ Copyright (C) 2000-2009 Stephane Fillod, and others Please send Hamlib bug reports to hamlib-developer@lists.sourceforge.net +Version 1.2.10 + 2009-11-02 + * New models: IC-7200, PCR-1500, PCR-2500, RX-340, R&S ESMC, BC898T, + Si570 AVR-USB, Paragon (skeleton) + * New rotator backend: SPID, GS-232 (not A or B) + * Fixes and features: TH-F7E, K2, FT-920, Yaesu NewCAT, IC-7000, IC-7800, + IC-910, IC-718, IC-756PROIII, Tentec Orion, Jupiter, RX320, AOR-8000, + PCR-1000, Video4Linux, all the kenwood backends, GS-232A + * ABI version in backend symbols + * expose PTT/DCD setup through rig_set_conf() + * Parallel port PTT now following cwdaemon (STROBE+INIT) interface + * bindings + * ltdl update + Version 1.2.9 2009-02-25 * New models: FT2000, FT9000, TT-588 Omni VII, FT-840, NRD525, Winradio G305, TRC-80 diff --git a/configure.ac b/configure.ac index 014d9496f..bad9eda73 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) ## Autoconf initialisation. ## ## ------------------------ ## dnl Please do not use '-' in the version number, 'make rpm' will fail -AC_INIT([hamlib],[1.2.10svn],[hamlib-developer@lists.sourceforge.net]) +AC_INIT([hamlib],[1.2.10],[hamlib-developer@lists.sourceforge.net]) AC_CONFIG_SRCDIR([include/hamlib/rig.h]) ## ------------------------ ##