tlf-0.9.30
==========
Bug fixes:
- exchange needed at least 1 character in dxped mode
RTTY miniterm changed to display line feeds (reading formatted texst is easier)
RTTY now sends linefeeds before and after the macro.
tlf-0.9.29
==========
Bug fixes:
- Date display error
- Spurious character error
- Malloc free error in socket.c
I also included Fabian's patch to searchlog.c for testing...I like it.
tlf-0.9.28
==========
Bug fixes (country indication did not work, wrong mults file for arrldx_dx).
Added interface to gMFSK to enable RTTY contesting.
Added new parameters for the logcfg.dat file:
GMFSK (use gMFSK as an output device)
RTTYMODE (start tlf in RTTY mode)
DIGIMODEM=/home/youruser/gmfsk_autofile
GRIG 0.7.2:
- Fixed bug that caused wrong handling of RF gain, IF shift, MIC gain,
and compressor controls (bug #1613622).
- Give volume level control higher priority to avoid jumpy behaviour
(bug #1616926).
GRIG 0.7.1:
- A bug that caused installation to fail has been fixed (#1523367).
GRIG 0.7.0:
- Added receiver and transmitter level controls.
- Fixed bug that caused installation errors when using autoconf 2.59e.
- Pixmaps are now installed to /usr/local/share/pixmaps/grig instead of
/usr/local/share/grig/pixmaps by default (related to the above bug).
GRIG 0.6.0:
- Save and restore RIG state.
- RF power meter scale is now functional with ranges of 5, 10, 50, 100
and 500 watts. There is currently a bug, which causes the meter needle
to jump up when switching between RX/TX.
- Fixed bug, which caused the frequency reading to flicker between the
current value and a previously set value (bug #1388342). Same bug was
found for the PTT and POWER controls, too.
- Fixed bug, which gave the error message "Can not find VFO list for this
rig! Bug in backend?" if the rig did not have any of the rig_set_vfo or
rig_get_vfo functions (bug #1440876).
- Better error messages when a command fails to execute.
- Fixed bug, which blocked the debug handler to properly filter messages
coming from grig (hamlib messages were filtered correctly).
GRIG 0.5.0:
- Requires Gtk+ 2.6 and Hamlib 1.2.5
- Added VFO and SPLIT controls.
- Special rig functions: LOCK, ...
- Use own debug handler for both hamlib and grig messages
and format debug messages so that become easier to analyse.
- New debug message window, which can be used to analyse
previously saved debug messages.
- Modified shutdown procedure to wait until daemon actually
finishes instead of using a fixed length timeout.
- Disable POWER and PTT buttons by default (can be enabled
via the command line).
- Optimisation of the daemon process allowing faster reaction
when PTT is toggled.
- The mode selector combo only shows modes, which are supported
by the rig.
- Fixed erroneous detection of set/get level availability
(bug #1266068).
- Fixed incorrect handling of empty ATT, PREAMP and tuning
step lists in the Radio Info window (bug #1266071).
- Fixed a bug, which caused grig to display WIDE instead of
NORMAL passband when the rig has no wide passband.
- Optimised S-meter dynamics.
- Better detection of frequency ranges and resolutions.
- Corrected various mistakes in the manual page.
- Various minor improvements to the user interface.
- Several minor changes to support wintendo builds.
* Improved TS570 functionality
* Improved Argonaut V functionality
* New models: IC7000, G313i/G313e
* Many Icom, Kenwood, and Tentec fixes.
* Build system fixes
sysutils/iwi-firmware contains the old 2.3 version as used by iwi(4) on
current NetBSD and DragonFly releases.
sysutils/iwi-firmware3 contains the new version 3.0 as updated by skrll@
Changes:
8.1 Thu Dec 7 22:27:25 CET 2006
- ケリスマスプレゼント - zomg!!1, it's too early.
- fix the assumption that chars < 256 are single-width. Now
only assume this for codepoints 32 to 126 (reported by Dai.H.).
- $term->strwidth returned wide chars as width 1, because some jerk
confused min and max. Fixing this also fixes xim-onthespot.
Reported by Takano Akio.
- secondaryScroll is now enabled by default (as per the manpage),
reported by exg.
- correct the description of [percent]color rgba format in the manpage.
- incorporated macosx-clipboard extension by Samuel Ljungkvist.
- ignore (some) useless focus events. (reported by mmc)
- updated compose table to unicode 5.0.0.
8.0 Thu Nov 2 18:35:19 CET 2006
- combining characters cleared the area instead of creating an overlay,
thus losing the ability to draw combining characters properly in most
circumstances (reported by exg).
- specified fonts were incorrectly morphed to bold/italic according to the
basefont, even if explicitly specified (tracked down by tpope).
- fixed urxvt::strwidth to calculate width in the same way as screen.C.
- fix a crash caused by passing negative widths to overlay functions.
- added 'matcher' extension by tpope, replacing the mark-urls extension.
- improve url regex to match anything www.* (tpope).
- fixed bug with outline cursor color being wrong after xft fonts.
- update to libptytty-1.0.
- give proper diagnostic when RXVT_SOCKET is too long instead of
corrupting the stack (patch by exg).
- display current terminal locale in option menu.
- urxvtd no longer crashes when the client sends an inaccessible
working directory (reported by Roland Baer, possibly fixes gentoo
bug #143985).
- fixed many minor issues reported by Roland Baer.
- Leonid Khramov spotted a minor glitch in rxvtfont.C that
should not have any consequences, but was buggy nonetheless.
- manpage fix by exg.