* Fix hamlib_close
The rigcontrol window must not be hidden from hamlib_loop().
The wf->setQSY() call can be made in hamlib_close() so that
no FLTK locking is needed.
* Use rig_caps type in rig_cmp
* hamlib_get_rigs() needs to be called only once
Merge patch by Stephane Fillod <fillods@users.sourceforge.net>:
* gettextsize fldigi
* add initial French translation
Minor additional changes by me (sb):
* Remove bundled intl and associated m4 macros and compiler flags
* Move new m4 macros to m4/intl
* Move gettext.h to src/include and add to src/Makefile.am
* Modify setup_nls():
* Search for message catalogs in $PWD/locale and
$FLDIGI_LOCALE_DIR/locale, in addition to LOCALEDIR
* Do not call setlocale() for LC_NUMERIC, as this can break the
configuration read/write routines when handling floating point
numbers in locales that use a comma as the decimal point
* Fix static initialisation
* Add INTL_LIBS and INTL_CFLAGS configure variables that can be used
to override AM_GNU_GETTEXT
* Update po/Makevars
* Update po files
* Remove po/Makefile.in and po/remove-potcdate.sed
* Increase maximum popup size slightly
* Use index value to scroll browser on popup
* Don't dismiss the popup if nothing has been selected, e.g. when
pressing mouse-1 on the scrollbar and releasing it inside the item list)
* Set index variable in Fl_ComboBox::index(int)
* Make the index zero-based
Fix the show_frequency, show_mode and show_bw functions, which
used REQ with a string passed by value.
Remove shift-click binding from docked list.
Add key binding (Escape) to dismiss list browser.
The same button now shows and hides the list.
Make the frequency list lines narrower.
Remove the "Post 2.09" comment.
Bind RX text mouse-2 to a a handler that enters QSO data into the
log fields. A limited amount of pattern matching is done to
recognise RST reports and IARU locator strings.
A double click on the waterfall inserts a text anchor than can be
clicked to return to that signal. Similarly, an Alt-click on the
waterfall scrolls the RX text to the most recent text anchor that
describes a similar modem and frequency combination.
If the "insert text on click" waterfall option is switched on,
text anchors will be inserted only if the click text box contains
the string "<FREQ>".
This implementation is based on an idea by Leigh, WA5ZNU.