2014-04-26  Sebastian Kricner <sebastian.kricner@funwelt.de>

  * src/callinput.c: Fragezeichen für Rufzeichen hinzugefügt
  - Wenn im Eingabefeld ein Fragezeichen eingegeben wird und es kein 
  leeres Feld ist, werden die Buchstaben in CW gesendet, gefolgt von 
  einem Fragezeichen.

2014-05-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addcall.c, src/searchlog.c: Extend searchlog() to show warc bands
  - works only in QSO or DXPED mode where you are allowed to work the WARC bands
  - fix for contest mode if there are some warc qsos in log (will not be shown
  now)  Based on HA2OS initial work on that. Thanks Ervin.

2014-05-04  Thomas Beierlein <tomjbe@gentoo.org>

  * src/bandmap.c, src/focm.c, src/showscore.c: use new IsWarcIndex()

  * src/addcall.c, src/readcalls.c: add statistics info also for warc bands
  - countryscore and zonescore are evaluated only for non-warc bands

  * src/addmult.c, src/tlf.h: prepare for display of WARC bands  
  - add entries to tlf.h
  - complete conversion table 'inxes[]' from band index to band mask
  - add macros IsWarcMask() and IsWarcIndex()

2014-04-29  Thomas Beierlein <tomjbe@gentoo.org>

  * src/splitscreen.c: handle newterm() not being able to allocate a second
  screen  
  - happens for ncurses 5.8 and 5.9 with --enable-sp-funcs 
  - do not change color settings in that case and do not switch to 
    the packetscreen which is NULL resulting in a segfault

2014-05-01  Ervin Hegedus <airween@gmail.com>

  * src/sendspcall.c, tlf.1.in: add hiscall before send "DE" if SEND_DE is used
  in DIGIMODE

  * src/sendbuf.c, tlf.1.in: added new placeholder: ! for exchange of other
  station

2014-04-29  Thomas Beierlein <tomjbe@gentoo.org>

  * tlf.1.in: add documentation for MY_QRA (needed for Stewperry contest)

2014-03-02  Ervin Hegedus <airween@gmail.com>

  * src/gettxinfo.c, src/sendqrg.c: Handle RIG_ENIMPL and RIG_ENAVAIL response
  from hamlib's rig_get_vfo() call  
  - call rig_get_freq() if rig_get_vfo() is not implemented 
  - error codes are reported as negative numbers

2014-04-21  Thomas Beierlein <tomjbe@gentoo.org>

  * config.h.in, configure.ac: Drop test for GNU compatible malloc from
  configure.ac  The test seems to fail sporadically (e.g. reported for OpenSUSE
  13.1). That test only checks that malloc does return a valid pointer for an
  requested memory block of size 0. As we do not use these behaviour we do not
  need to check for it.

2014-02-15  Thomas Beierlein <tomjbe@gentoo.org>

  * src/locator2longlat.c, src/showscore.c: split show_summary for stewperry
  from other display  
  - ARRL FD uses POWERMULT as an real multiplier, but only as integer value. 
    So round it to nearest integer and use it as multiplier. 
  - for STEWPERRY the POWERMULT may be a fractional number and multiplies the
    final score by that multiplier.

2014-02-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/locator2longlat.c, src/main.c, src/qrb.c, src/qrb.h, src/score.c,
  src/showinfo.c: unify QRB calculation  
  - rename old qrb() to qrb_() and change it to use the new qrb() for 
    real work 
  - move calc_qrb() to qrb() 
  - add comments about positive sign for east longitudes to qrb() and
    locator2longlat()

2013-10-14  airween <airween@gmail.com>

  * src/log_to_disk.c: Modified log_to_disk.c for keep the new logfile format:
  column 80 contains the '*'.

2014-02-09  Thomas Beierlein <tomjbe@gentoo.org>

  * src/focm.c, src/main.c, src/score.c, src/setcontest.c, src/showpxmap.c,
  src/showscore.c: rename internal contest identifier to 'focm'

  * src/Makefile.am, src/foc.c, src/foc.h, src/focm.c, src/focm.h, src/score.c,
  src/setcontest.c, src/showpxmap.c, src/showscore.c: renamed file to focm.[ch]
  for FOC Marathon

2013-08-06  Thomas Beierlein <tb@forth-ev.de>

  * src/callinput.c: Fix input of new CW weight factor with Alt-w

2012-05-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/displayit.c, src/keyer.c, src/sendbuf.c: some cleanup for keyer logic 
  - Fix comments - drop unneeded code - leaving keyer switches back to correct
  mode (RUN/S&P)

2014-02-02  Thomas Beierlein <tomjbe@gentoo.org>

  * src/bandmap.c: add missing parentheses

2014-02-08  Thomas Beierlein <tomjbe@gentoo.org>

  * src/background_process.c, src/clusterinfo.c, src/gettxinfo.c,
  src/searchlog.c, src/sendqrg.c: further cleanup of minor problems  
  - make variable static to allow only local access 
  - initialize rigfreq in different files 
  - handle problem if file could not be opened

2014-02-02  Thomas Beierlein <tomjbe@gentoo.org>

  * src/readcalls.c: fix some minor problems  
  - make array index unsigned 
  - leave function if logfile could not be opened

2014-02-05  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c: drop unneeded tests of HAVE_LIBHAMLIB and redundant code
  * src/gettxinfo.c, src/main.c, src/sendqrg.c: make rigfreq local

2014-02-04  Thomas Beierlein <tomjbe@gentoo.org>

  * src/sendqrg.c, src/sendqrg.h, src/startmsg.h: cleanup header files and add
  include guards

2014-02-04  Thomas Beierlein <tb@forth-ev.de>

  * src/sendqrg.c, src/sendqrg.h: drop all remaining native_rig_ functions
  * src/gettxinfo.c: drop all calls to native_rig_ functions from gettxinfo()
  * src/gettxinfo.c, src/sendqrg.c, src/sendqrg.h: drop native_rig_reset_rit()
  * src/main.c, src/sendqrg.c: drop unneeded native_rig_get_mode()
  * src/sendqrg.c, src/sendqrg.h: drop init_ and close_ function for native_rig
  * src/main.c: disabling rig control if no hamlib library compiled in
  * src/main.c, src/parse_logcfg.c, src/sendqrg.c: Drop old logic which allowed
  to have only a rigportnumber  
  - RIGPORT expects a whole portname (e.g. /dev/ttyS0")

  * src/log_to_disk.c: add header file to fix implicit declaration of score2()

2014-01-29  Thomas Beierlein <tomjbe@gentoo.org>

  * share/cabrillo.fmt, share/cty.dat: update files (thanks OK1RR)
  * src/foc.c: score 6banders as 5banders with an additionla bonus

2014-01-28  airween <airween@gmail.com>

  * src/showscore.c, tlf.1.in: Round final score when POWERMULT is float

2014-01-28  Thomas Beierlein <tomjbe@gentoo.org>

  * src/foc.c, src/foc.h, src/showpxmap.c: add list of countries to work  
  - scan initial exchange file and build list of countries 
  - display which countries are worked and which are missing 
  - Call with Alt+M

2014-01-27  airween <airween@gmail.com>

  * src/showscore.c, tlf.1.in: Fixed POWERMULT config keyword
  * src/main.c, src/score.c, src/showscore.c: Handle POWERMULT config variable

2014-01-26  Thomas Beierlein <tomjbe@gentoo.org>

  * src/foc.c: changed display of scoring results

2014-01-19  Thomas Beierlein <tomjbe@gentoo.org>

  * src/keyer.c, src/parse_logcfg.c, src/sendqrg.c, src/sendqrg.h,
  src/speeddown.c, src/speedup.c, src/tlf.h, src/write_keyer.c: drop support
  for ORION_KEYER  
  - A check on the mailing list showed that nobody seems to be interested in 
    that feature. It was also not mentioned in the man page or on Rein's 
    old tlf page.

2014-01-23  airween <airween@gmail.com>

  * src/getexchange.c, src/parse_logcfg.c, src/score.c: Adding POWERMULT
  keyword, and multiple the calculated points with it (Stewperry rules, #7)

2014-01-23  Thomas Beierlein <tomjbe@gentoo.org>

  * src/foc.c, src/foc.h, src/getsummary.c, src/showscore.c, src/showscore.h:
  writecabrillo uses new function 'get_total_score()'  
  - In case we have complex scoring rules these function can redirect 
  to a contest specific calculation

2014-01-21  Thomas Beierlein <tomjbe@gentoo.org>

  * src/readcalls.c: initialize complete call statistics  
  - rescoring works by rereading the logfile and building the whole 
    statistical data from there. Until now band and country data for 
    worked calls got not reinitialized.
    Therefore we got wrong result when deleting the last call and rescoring.

  * src/foc.c: fix scoring for FOC marathon  1 point per QSO 2 points per
  country 5 points per continent 5b qso gets 10 points bonus 6b qso gets 15
  points bonus Gx4FOC joker counts double

  * rules/Makefile.am, rules/foc, rules/focmarathon, share/cabrillo.fmt,
  src/setcontest.c: renamed contest 'foc' to 'focmarathon', added
  keydefinitions  - Thanks OK1RR.

2014-01-18  Thomas Beierlein <tomjbe@gentoo.org>

  * src/globalvars.h, src/main.c, src/makelogline.c: cleanup  
  - move scoring logic to 'makelogline' 
  - refactor padding with spaces and simplify

  * src/makelogline.c: delimit strcat operations  
  - from time to time we have segfaults from copying to long information 
    fields into the logline. Then we are past the next column. If we 
    later try to fill up the space we get a segfault. 
  - Now we delimit all strcat operations which can have a variable
    field length.

2014-01-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/makelogline.c: split contest independent and dependent part of log line

  * src/makelogline.c, src/makelogline.h: start cleanup makelogline  function
  gave segfaults more than once. Needs a serious overhaul.  
  - add include guard
  - move include files to .c 
  - sort out different tasks 
  - sort order of preparing time and qso number

  * src/callinput.c: fix bug in autosend start logic  
  - triggered autostart even if only a frequency for band change was entered 
  - new logic checks if inputfield contains a plain number and does 
    not start autosend if true

2014-01-13  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/Makefile.am, rules/foc: add foc rules file
  * src/foc.c: score continents correctly
  * src/foc.c, src/foc.h, src/showscore.c: implement basic display of contest
  score

2014-01-11  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: fix wrong setting of LAN designator
  * src/foc.c, src/foc.h: fix declaration syntax

2014-01-10  Thomas Beierlein <tomjbe@gentoo.org>

  * src/foc.c, src/foc.h, src/score.c, src/score.h: add basic scoring logic for
  qsos  
  - report 1 one for normal qso 
  - regex match Gx4FOC/xxx and give him 2 points 

  * src/foc.c, src/foc.h, src/main.c, src/setcontest.c: contest recognition and
  initialization

2014-01-09  Thomas Beierlein <tomjbe@gentoo.org>

  * src/foc.c, src/foc.h: added contest files
  * src/Makefile.am: start handling of FOC contest  
  * src/parse_logcfg.c: drop unneeded code dupliction 

2014-01-05  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addcall.c: adapt evaluation of LAN Logline to longer prefixes prepared
  by makelogline

2013-12-31  Thomas Beierlein <tomjbe@gentoo.org>

  * src/gettxinfo.c, src/sendqrg.c: call 'rig_get_vfo' before using
  RIG_VFO_CURR  
  - allows to switch VFO on the rig without loosing control by tlf. 
    Tnx HA2OS for help.

2013-12-28  airween <airween@gmail.com>

  * src/getexchange.c, src/score.c: Fixed Stewperry QRB calculation error

2013-12-23  airween <airween@gmail.com>

  * rules/stewperry: Added rules/stewperry rule file

  * src/getexchange.c, src/locator2longlat.c, src/locator2longlat.h,
  src/parse_logcfg.c: Fixed Stewperry rules: check MYQRA when Tlf starts, and
  check the station's QRA as exchange

2013-12-15  airween <airween@gmail.com>

  * src/Makefile.am, src/getexchange.c, src/globalvars.h,
  src/locator2longlat.c, src/locator2longlat.h, src/main.c, src/parse_logcfg.c,

2013-12-27  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/parse_logcfg.c, tlf.1.in: Drop keyword '2EU3DX_POINTS'  
  - Keyword was not supported for a long time 
  - It got recognized but did nothing.

2013-12-19..12-21  Thomas Beierlein <tomjbe@gentoo.org>

  * src/background_process.c, src/background_process.h, src/logit.c,
  src/logit.h, src/main.c, src/autocq.c, src/main.c, src/sendbuf.c, 
  src/sendbuf.h, src/callinput.c, src/getexchange.c, src/keyer.c,
  src/listmessages.c, src/messagechange.c, src/parse_logcfg.c,
  src/writeparas.c, src/bandmap.c, src/bandmap.h, src/checklogfile.c, 
  src/globalvars.h, src/grabspot.c, src/main.c,
  src/sendbuf.c, src/sendqrg.c, src/showinfo.c, src/splitscreen.c,
  src/time_update.c: Cleanup a lot of inconsistencies (see log messages for
  detail)

2013-12-15  Thomas Beierlein <tomjbe@gentoo.org>

  * src/showscore.c: fix wrong order of tests for mult counting  
  - DX_&_SECTIONS has precedence over MULT_LIST in UNIVERSAL contest 
  - Thanks Ed W3NR and Fred DH5FS for pointing it out

2013-12-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/autocq.c, src/callinput.c, src/getexchange.c, src/keyer.c, 
  src/logit.c, src/sendbuf.c, src/sendbuf.h: send CW/DIGI messages only 
  if not empty
  - avoid turning on and off transmitter in CW and Digimodes if message 
    is empty 
  - Thanks Ervin HA2OS for pointing out.

2013-12-12  dh5fs <dh5fs@users.noreply.github.com>

  * tlf.1.in, share/help.txt, src/parse_logcfg.c, src/lancode.c: Allow 
  portnumbers for LAN-stations via ADDNODE command

2013-11-28  Thomas Beierlein <tomjbe@gentoo.org>

  * help.txt, share/Makefile.am, share/help.txt, src/callinput.c,
  src/changepars.c, src/show_help.c, src/show_help.h: move 'help.txt' to
  <prefix>/share/help.txt  
  - add 'help.txt' to distribution 
  - install 'help.txt' as default hep file 
  - can be overridden by an own 'help.txt' in actual directory 
  - correct description for ':help' command in man page

2013-11-28  dh5fs <dh5fs@freenet.de>

  * src/callinput.c: Update callinput.c  modify CFM message to complete QSO

  * help.txt: Create help.txt  online help file <ALT+h>

2013-11-27  Thomas Beierlein <tomjbe@gentoo.org>

  * src/dxcc.c, src/dxcc.h: add special handling for '*...' prefixes  
  - strip '*' from prefix 
  - remember in describing structure

2013-11-24  Thomas Beierlein <tomjbe@gentoo.org>

  * src/makelogline.c: move zone id in logline a char right  
  - make room for 5 letter prefixes (e.g. HK0/a) 

2013-11-18..11-20  Thomas Beierlein <tb@forth-ev.de>

  * src/Makefile.am, src/cw_utils.c, src/callinput.c, src/clear_display, 
  src/cw_utils.h, src/parse_logcfg.c, src/getexchange.c, src/main.c,
  src/speeddown.c, src/speedup.c, src/tlf.h, src/write_keyer.c, src/autocq.c,
  src/speed_conversion.h: refactor CW speed logic
  - add new 'cw_utils'
  - move speedstr definition to cw_utils  
  - move 'speed_conversion' to cw_utils 
  - add SetCWSpeed and use it in parse_logcfg 
  - add GetCWSpeed and start to use it
  - drop separate handling of 'keyspeed' variable
  - move calculation of CW message length to cw_utils

2013-11-19  airween <airween@gmail.com>

  * share/cty.dat: Added new cty.dat, released 2013-11-18
  * share/callmaster, share/cty.dat: New databases from Ervin HA2OS

2013-11-15  Thomas Beierlein <tomjbe@gentoo.org>

  * src/lancode.c, src/parse_logcfg.c, tlf.1.in: Initialise tlf's 
  node designator (THISNODE=...) to 'A'  
  - Even if you do not use the LAN features and forgot to name your node 
    in logcfg.dat the node designator is used internally for adding a QSO 
    to the bandmap. 
  - Add further check logic to allow only designators 'A'..'H'
  - document default setting for node designator in man page

2013-11-11..12-09  Thomas Beierlein <tomjbe@gentoo.org>
2013-12-06  dh5fs <dh5fs@users.noreply.github.com>

  * src/callinput.c, src/changepars.c, src/keyer.c: implement reworked autosend
  feature
  - starts after 2..5 characters 
  - shorter calls have to be finished with ENTER key 
  - calculates the expected time to send the call from cw speed and switches 
    to sending exchange after that time is reached
  - Allow autosend feature only in RUN mode
  - Adapt ':char' command (accept 0 (off) or 2..5 as number of characters 
    before autosend start. Changing input can be dropped with ESC)
  - SPACE and DOWN no longer starts autosend feature, but jumps to exchange
    field
  - A progress indicator shows the characters already sent.

2013-10-28  Thomas Beierlein <tb@forth-ev.de>

  * src/main.c, src/muf.c, src/muf.h: cleanup use of internal variables  
  - use M_PI from math.h 
  - make some global variables privat

2013-10-27  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/cqww, share/cabrillo.fmt: fix cabrillo definition  
  - use TX identifier at end of line only for cqww contest

2013-10-25  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Fix handling of non existing cabrillo format file

2013-10-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/log_to_disk.c: Change accepted line length from LAN  - Log lines are
  longer since we added the QRG to its end. The LAN code missed that change
  until now. 
  - Thanks airween HA2OS for the patch.

2013-08-27  Thomas Beierlein <tb@forth-ev.de>

  * src/addcall.c, src/addmult.c, src/checklogfile.c, src/editlog.c: close
  opened files if not needed

2013-08-12  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/changepars.c, src/splitscreen.c: Cleanup screen when
  leaving TLF with active cluster  
  - If packet cluster was active when you leaved TLF there was an intermix 
    of tlf's screen content and the screen before tlf where started. 
    Reason was the second terminal for the cluster display which must 
    be closed with endwin() before leaving the program. Added
    the code to cleanup_telnet() and called that routine when leaving tlf.

2013-08-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/changepars.c, src/listmessages.c: Some small fixes  
  - give a short hint to use PgUp or PgDwn for :scv 
  - simplify display of cw messages (:list)


2013-08-06  Thomas Beierlein <tb@forth-ev.de>

  * src/callinput.c: Fix switching on/off the score window

2013-07-23  Thomas Beierlein <tomjbe@gentoo.org>

  * src/clusterinfo.c, src/gettxinfo.c, src/main.c, src/sendqrg.c: Improve 
  handling of problems in rig link  
  - Report any error during startup of hamlib rig link 
  - In case of errors ask if user want to continue without rig control. 
    Otherwise exit tlf. 
  - If get_frequency fails (maybe because rig is switched off) report
    frequency as 0.0. Do not change band settings from tranceiver. 
    (Show and log the actual frequency as 0, meaning no rig control available 
    at the moment)
  - writecabrillo() will insert start-of-band frequency in log calculated from
  band information

2013-07-15  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/keyer.c, src/messagechange.c: CW messages can no
  longer be edited by Shift+Fx key  
  - The quick recall of an Fx message via Shift+Fx for edit got dropped 
    as the recognition of the keys is not reliable for some terminal emulators. 
    So we do no longer rely on that feature. Use :mes or edit 
    the config file instead.

2013-07-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/showpxmap.c: fix display of worked countries for cqww  
  - uses line 1..5 omitting the line with the contest information 
  - clear the lines before und after use

2013-07-10  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/showscore.c: Fix display of contest statistics  
  - Q/M calculates now QSOs per multi (was: points per multi) 
  - display Q/M with one digit after decimal point 
  - display Q/M always 
  - show band rate only for bands with more than ten QSOs

2013-07-07  Nate Bargmann <n0nb@n0nb.us>

  * many files...: Correct GPL boilerplate in sources  
  The license boilerplate in the source files incorrectly referenced the
  Library General Public License.  Given that only 'COPYING' (GPL 2.0) is
  included in the tlf directory, and all other documentation references the
  GPL, the reference to 'Library' is presumed to be incorrect.   With the
  concurrance of Tom and Rein, this patch set removes the word 'Library' from
  the boilerplate in all .c and .h files where it occured.  Include minor Free
  Software Foundation mailing address correction with this patch set.

2013-06-29  Thomas Beierlein <tomjbe@gentoo.org>

  * src/dxcc.c, src/readctydata.c: make parsing cty.dat more robust  
  - ignore country lines which do not have the needed components

2013-06-18  Thomas Beierlein <tomjbe@gentoo.org>

  * src/log_to_disk.c, src/makelogline.c: Move reset of RST to another place  -
  Setting RST to its default value after a QSO is not the job of a routine
  which prepares the log line for the last QSO. 

2013-06-16  Thomas Beierlein <tomjbe@gentoo.org>

  *  rules/arrlfd, src/callinput.c, src/clear_display.c, src/getexchange.c,
  src/log_to_disk.c, src/main.c, src/makelogline.c, src/parse_logcfg.c,
  tlf.1.in: add new configuration switch NO_RST  
  - will be needed for contests which do not record any exchange 
    (e.g. ARRLFD or CW Open)
  - do not add RST into log and do not show RST if NO_RST is set, just 
    add '---' instead  
  - suppress redisplay of RST after PgUp/PgDwn if NO_RST is set, as it 
    does not make sense to change RST if no RST is used.  
  - document NO_RST in man page and add it to arrlfd rule file

2013-06-14  Thomas Beierlein <tomjbe@gentoo.org>

  * share/cabrillo.fmt: ARRL-FD do not use cabrillo. Tnx Nate N0NB

2013-06-10  Thomas Beierlein <tomjbe@gentoo.org>

  * src/makelogline.c: Fix for WYSIWYG_ONCE  
  - points were not written for WYSIWYG_ONCE

  * src/getsummary.c, src/writecabrillo.c: simplify  
  - use get_nr_of_points() and get_nr_of_mults() to calculate claimed score 

2013-06-03  Nate Bargmann <n0nb@n0nb.us>

  * rules/arrlfd: rules/arrlfd: Update to current FD rules  
  - The arrlfd rules file was dated so bring it up to date with 
    changes in Fd and TLF.
  - fix recognition of ARRL Field day rules  (rule file asked for 
    'arrlfd' contest, but parser looked for 'arrl_fd')

2013-05-06  Nate Bargmann <n0nb@n0nb.us>

  * configure.ac: configure.ac: Enable silent make rules  Use Autoconf help
  string formatter for Hamlib option.

2013-05-05  Nate Bargmann <n0nb@n0nb.us>

  * share/arrlsections: arrlsections: Add new Canadian sections  Remove invalid
  sections.

2013-05-30  Thomas Beierlein <tomjbe@gentoo.org>

  * src/showscore.c, src/showscore.h: Refactor calculation of total score  
  - factor out calculation of nr of points and mults

2013-06-02  Thomas Beierlein <tomjbe@gentoo.org>

  * src/showscore.c: factor out common code into 'display_header()'  - gets
  list of bands to show as parameter

  * src/showscore.c: simplify display of headerline and setting of active band 
  - rename bandindex_normal and bandindex_warc to bi_normal/warc 
  - show bands in header line according to the list of band indices in 
    bi_normal or bi_warc
  - simplify highlighting the  actual band (do it now on the fly while 
    printing the line in first place.)

2013-05-30  Thomas Beierlein <tb@forth-ev.de>

  * src/showscore.c: Refactor display algorithm for individual score lines  
  - define the column 'START_COL' where the display of the score should start 
  - use a table for defining the column number where we display the different
    score points for each band 
  - use two further tables to define which bands should be shown for each 
    column 
  - rollup the display of the 6 columns into one loop using the above 
    mentioned tables

2013-05-30  Thomas Beierlein <tomjbe@gentoo.org>

  * src/showscore.c: Change display of score for ARRL SS  
  - Display points and mults (here section) for ARRL SS similar to 
    other contests.

2013-05-29  Thomas Beierlein <tomjbe@gentoo.org>

  * src/showscore.c: simplify showscore()  
  - add some comments 
  - drop unneeded variable initialisation 
  - unify display of summary for different contests 
  - factor out display of summary line

2013-05-25  Thomas Beierlein <tomjbe@gentoo.org>

  * src/edit_last.c: Fix character input in edit_last()  
  - display only visible part of logline

2013-05-22  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Fix frequency output for WARC bands in cabrillo file 
  - Original code missed all cases for QSOs in WARC bands. No frequency
    information for that bands were written to cabrillo file.
  - Even if no WARC bands should be used in contests we add the correct
  frequency output for these bands

2013-05-21  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Fix band output for 12m in ADIF file  
  - Original code missed the case for QSOs in 12m band. The ADIF file 
    got no band output for that band. Fixed.

2013-03-17  Thomas Beierlein <tomjbe@gentoo.org>

  * src/changepars.c: Reread contest rules file after edit of logcfg.dat with
  :SET or :CFG

  * src/changepars.c, src/getsummary.c, src/writecabrillo.c: Refactor  
  - move control of cluster display out to calling context 
  - reuse code to ask for sent exchange 
  - drop unused external variable declarations

  * src/getsummary.c, src/getsummary.h: Rework to support Cabrillo v3.0 format 
  - refactor code to ask for input 
  - write some entries only to cabrillo file if user provided some input

2013-01-16  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getsummary.c, src/getsummary.h, src/writecabrillo.c: Simplify writing
  cabrillo header
  - Until now the cabrillo header was written to a separate file by
    'getsummary()' and finally copied together with the formatted QSO-lines.
    Changed it so that we write the header direct to the final file and
    therefore can drop the copying.

2013-01-12  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/arrlss, share/cabrillo.fmt: Add cabrillo definition for ARRL
  Sweepstake

2013-01-09  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: Fix parsing of CALL in logcfg.dat  - drop trailing
  whitespace - for now keep the trailing NL as a lot of code in other parts of
  tlf rely on that NL cahracter

2013-01-05  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: Fix parsing of CONTEST, LOGFILE, KEYER_DEVICE and
  TELNETHOST  
  - Use g_strchomp to drop NL and trailing whitespaces from keywords 
  - simplify with g_strlcpy

  * src/parse_logcfg.c: Fix parsing controllerport (ignore trailing whitespace)

2013-01-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c, tlf.1.in: Reduce minimal livetime for bandmap entries
  to 30s (requested by DH5YM)

2012-12-12  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c: allow Ctrl-k to start keyer during getexchange()

2012-12-09  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c: Allow editing of exchange field  
  - starts with 'left' key if exchange field is not empty 
  - supports the following keys: 
    - ctrl-A  start of line 
    - ctrl-E  end of line 
    - left    one char left 
    - right   one char right 
    - del     delete key under cursor 
    - backspace  delete char left from cursor 
    - any non control char   insert if string not to long

  * src/getexchange.c, src/getexchange.h: Move prototypes of internal functions
  to hide visibility  - add comments

2012-12-24  Thomas Beierlein <tomjbe@gentoo.org>

  * NEWS, configure.ac: prepare for tlf-1.2.0_pre3 prerelease

2012-12-12  Thomas Beierlein <tomjbe@gentoo.org>

  * doc/README.cabrillo: Add description of new cabrillo handling

2012-12-08  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Make token parsing reentrant.

2012-10-06  Thomas Beierlein <tomjbe@gentoo.org>

  * doc/Makefile.am, doc/README.cab, doc/README.cabrillo, share/cabrillo.fmt,
  src/writecabrillo.c: Add some more tokens to cabrillo handling  
  - Drop old write_cabrillo code  
  - You can now specify EXC1..EXC4 to address first to fourth space delimited 
    token from exchange field  
  - Rename README.cab file and fix spelling errors in cabrillo.fmt

2012-12-05  Thomas Beierlein <tb@forth-ev.de>

  * src/autocq.c: Use stoptx() to stop auto_cq message.  Old code did overwrite
  the right screen border in case of ESC key to stop sending.

2012-11-29  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/getexchange.c: enable F-keys for digimode also in
  exchange field  
  - While in digimode the F-keys only worked in the input field. Changed 
    logic so that they will also be accepted in the exchange field.  
  - Support also F10 and F11 in exchange field.  
  - While using CTCOMPATIBLE 'INS' key always send only a cw message even 
    when in SSB mode. Fixed.

2012-11-25  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/getexchange.c: simplify  
  - drop unneeded cursor positioning 
  - redraw call and comment input field before waiting for a new character 
  - use printcall() and refresh_comment(), but only if needed 
  - unify handling of band up and down 
  - drop unneeded call to time_update()

2012-11-28  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c, src/searchlog.c: fix display of zone and section in
  searchlog window

2012-11-27  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c: Fix memory leak

2012-11-25  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c: Drop not needed duplication of code for handling Fx
  message keys

2012-11-24  Thomas Beierlein <tomjbe@gentoo.org>

  * src/changepars.c: Adapt behaviour of :SCVOLUME command.  
  - Can be set even if sidetone device is console speaker.

2012-11-22  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/parse_logcfg.c, tlf.1.in: Allow setting of SIDETONE_VOLUME
  even if SOUNDCARD is not set.  
  - To allow to turn off cwdaemons sidetone output it is needed to set 
    the volume of the sidetone to 0. Until now that was only possible if 
    SOUNDCARD was se in logcfg.dat which switches to a soundcard for sidetone 
    output. 
  - Fix for recognition of SIDETONE_VOLUME value (drop trailing \n) 
  - Allow volume setting independent of choosen sidetone device. 
  - Add information to man page.

  * src/callinput.c: Cleanup old code

  * src/initial_exchange.c, src/initial_exchange.h, src/main.c: Make errors in
  initial exchange file more verbose. Thanks Mario DH5YM.  
  - make_ie_list() checks format of initial exchange entries (exactly 
    one call <comma> exchange) and complains about errors. It is difficult 
    to find the problematic line for long exchange files. 
  - New code reports the line number and ask for confirmation to continue 
    without initial exchanges in case of error.

2012-10-28  Thomas Beierlein <tomjbe@gentoo.org>

  * tlf.1.in: minor correction to man page

2012-10-26  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c: fix tune logic.  
  - adapt to cwdaemons behaviour. It tunes only for a given time and 
    than automatically stop. 
  - So request some tuning time (6s) and allow for an early stop with 
    any key press. 
  - Change TUNE_UP constant if you want a different time.

2012-10-24  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/getexchange.c, src/time_update.c: stop flickering
  cursor while searchlog is shown  
  - during wait for input in call input or exchange field the searchlog 
    panel is regularly updated. That makes the cursor switch between 
    different places and showing a flickering effect. 
  - New logic dropped the time delay from 'time_update()' (as that function 
    should not determine the speed of the keyboard polling) and added 
    the delay into the polling loop so that the cursor is a long time in 
    the input field.

2012-10-27  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c: convert file back to Unix LF endings

2012-10-26  Thomas Beierlein <tomjbe@gentoo.org>

  * src/set_tone.c: work around bugs in cwdaemon versions  
  - cwdaemon < 0.9.6 always set volume to 70% at change of tone freq 
  - cwdaemon >=0.9.6 do not set volume at all after change of freq 
    resulting in no tone output if you have a freq=0 in between 
  - So... to be sure we set the volume back to our chosen
    value or to 70% (like cwdaemon) if no volume got specified

2012-10-23  Thomas Beierlein <tomjbe@gentoo.org>

  * src/sendspcall.c: use '}' and '{' only for MFJ1278 keyer to switch TX on
  and off

2012-10-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/sendbuf.c: correct parsing of special characters in sendbuf() function 
  - old logic assumes that there is always a trailing newline so it checks 
    only until strlen(text)-1 is reached 
  - new code checks all characters until string end.

  * src/write_keyer.c: shorten macro output in digimode  
  - old implementation had 5 empty lines for each macro output 
    (1 from message eol, 2 from write_keyer routine, 1 from echo, 
    1 from fldigi) 
  - dropped 1 of the lines in output string 
  - used '-n' switch to force echo to not append a further newline 
  - simplify command formatting

2012-10-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c, src/rtty.c: update miniterm also while in getexchange()

  * src/rtty.c: make miniterm output more robust  
  - strncpy may leave non terminated strings, so switch to g_strlcpy i
  - mvprintw needs a format string to avoid interpretation of '%' signs 
    in the received text.

  * src/rtty.c: rework digimode receive routine 'rx_rtty()'  
  - fix buffer overrun in rx_addtext 
  - better logic to skip start of line info from GMFSK and FlDigi 
  - do not skip start of line if serial modem (MFJ or similar)

2012-10-18  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/parse_logcfg.c, src/parse_logcfg.h, src/rules.c: ask for
  confirmation if errors in logcfg.dat or rule file detected  
  - for some time tlf reports errors in both configuration files but gives 
    user only 2 seconds time to read the problem. The changes records that 
    some problems exists and ask the user after processing the files if 
    we should continue or stop the program and fix the problem. That gives 
    them time to read the problems and think it over.

2012-10-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c, src/set_tone.c: fix control of sidetone output  
  - CWTONE drops trailing newline now (was not recognized by cwdaemon 0.9.2 
    if there was a trailing newline) 
  - :tone did not initialize box correctly. Old screen contents showed 
    through the frame.

2012-10-09  Thomas Beierlein <tb@forth-ev.de>

  * src/parse_logcfg.c: Correct wording for some error message

  * rules/arrl10m_dx: fix typo wrt CQ_TU_MSG

2012-09-19  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getsummary.c: cut erase strings which are too long for screen width

2012-09-17  Thomas Beierlein <tb@forth-ev.de>

  * rules/arrl10m_dx, rules/arrldx_dx, rules/arrldx_usa, rules/contest,
  rules/cqww, rules/eusprint, rules/lzdx, rules/pacc_dx, rules/pacc_pa,
  rules/spdx_dx, rules/spdx_sp, rules/template, rules/wpx, share/cabrillo.fmt:
  add some more cabrillo format specifications  
  - rename wpx cabrillo format into UNIVERSAL 
  - complete rule files with information which format to use 
  - new format for EU-SPRINT contest

2012-09-17  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: add handling of EXC_S item containing '#' special
  character  
  - use old 'getsummary' to ask for exchange for now

2012-09-12  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: add handling of TX entry for cqww.m2 and other
  contests

2012-09-10  Thomas Beierlein <tb@forth-ev.de>

  * src/writecabrillo.c: Basic implemention of 'prepare_line' function  
  - format entries according to list of items from QSO: line definition 
  - add entry by entry to linebuffer 
  - !! atm not complete

2012-09-14  Thomas Beierlein <tb@forth-ev.de>

  * src/searchlog.c: Old code segfaults for really long calls in 'searchlog'  
  - happens for long call signs which fill the call field 
  - strchr return NULL if space is not found, so limit string only if 
    a space is really found

2012-09-10  Thomas Beierlein <tomjbe@gentoo.org>

  * share/cabrillo.fmt, src/writecabrillo.c: drop position from cabrillo format
  definitions  
  - Each field in the QSO line is separated by one space from the
    next. 
  - So knowing the length of each field we can determine the position
    from that information if we have the field entries defined in order

2012-09-09  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Parse QSO logline into relevant pieces for
  writecabrillo

2012-09-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Fill in  qso_t structure and start parsing the qso
  line

2012-09-09  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: fix possible segfault due to wrong allocation size

2012-09-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: fix memory leak  The list of split parts of the entry
  needs to be freed after being used.

2012-09-04  Thomas Beierlein <tb@forth-ev.de>

  * src/writecabrillo.c: Parse each item description for QSO: line  
  - convert item name to a enumed tag 
  - parse and convert position and fieldwidth 
  - add all converted items to an array in the format description

2012-08-10  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: First steps to new 'write_cabrillo'  
  - Complete rewrite of main flow for the function. !Not all 
    functionality implemented. 
  - 'read_cabrillo_format' lookup file with needed cabrillo format 
    description in local dir or datadir and parses some keys 
    (atm only 'QSO:') 
  - QSO: key is splitted into separate items each describing one entry 
    in cabrillos QSO: line.
    Be aware !! Keywords have to be case sensitive

  * share/cabrillo.fmt: First simple definition of a cabrillo format file

2012-08-23  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: Second part of reworked parsing logic  
  - All keywords which require a parameter after an '=' use the 
  preparsed fields[1] variable now. 
  - To catch wrong syntax in the config file the macro PARAMETER_NEEDED
  tests if needed that there was such a '=' in the config entry.

2012-08-16  Thomas Beierlein <tb@forth-ev.de>

  * src/parse_logcfg.c: Fixes nasty problem in parsing of preferences from
  logcfg.dat and rules file  
  - David N1EA and Martin OK1RR reports not working CLUSTERLOGIN. 
  - Reason was change in parsing logic done between tlf-1.0.5 and
  tlf-1.1.0. TLF now stopped at keyword CLUSTER mas it was a substring of
  CLUSTERLOGIN. So CLUSTERLOGIN got never called. Thorough inspection showed
  that it may affect also other settings.  
  - New logic starts by splitting the  inputline at a potential '=' sign.
  First part: the keyword, second part (if available): the parameters. 
  The keyword gets stripped on both sides, the parameter only from 
  leading spaces. That allows something like ' CALL =  DL1JBE'. 
  - All keywords in the keyword list were stripped from a trailing '='
  sign. If you need to decide if it got called correctly, than look at the
  second field in the parsed array.

2012-08-23  Thomas Beierlein <tb@forth-ev.de>

  * .gitignore, aclocal.m4: remove unneeded 'aclocal.m4' and add it to
  .gitignore  
  - They will be created automatically if you run 'autoreconf' after
  an checkout. so there is no need to have it in the repository.

2012-08-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/changepars.c, src/main.c, src/parse_logcfg.c: Add tilde expansion for
  config file switch (-f)  
  - -f command line switch allows use of an alternate logfile.
  Until now it does not recognize '~' as abbreviation for the users
  HOME directory (Thanks David N1EA for reporting). 
  - If logfilename starts with ~/ it gets replaced by users home directory. 

  * src/checklogfile.c: fix uninitialized variable

2012-08-13  Thomas Beierlein <tb@forth-ev.de>

  * tlf.1.in: comment CWBANDWIDTH= preference switch  
  - Normally in CW mode tlf sets the (hamlib defined) default bandwidth 
    during each switch of bands. 
  - If you need a different bandwidth you can set it with these switch 
    in logcfg.dat

2012-08-10  Thomas Beierlein <tb@forth-ev.de>

  * config.h.in, configure.ac, configure.in: Prepare for Automake-1.13 which no
  longer accepts a configure.in  
  - move configure.in to configure.ac 
  - regenerate config.h.in

2012-08-10  Thomas Beierlein <tomjbe@gentoo.org>

  * doc/Makefile.am, doc/README.cab, share/Makefile.am, share/cabrillo.fmt,
  tlf.1.in: add rudimental files with description of new cabrillo mechanism and
  format specification (needs to be completed). Document new CABRILLO=
  statement for ruls file.

2012-08-09  Thomas Beierlein <tb@forth-ev.de>

  * src/main.c, src/parse_logcfg.c: add recognition of new keyword CABRILLO= 
  That keyword has to be used to name the cabrillo format definition to be used
  when writing cabrillo logs.

2012-06-26  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: first work for new writecabrillo
2012-07-02  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Use g_strstrip instead home made function

  * src/checklogfile.c, src/checklogfile.h, src/main.c: Implement new logfile
  check and repair operation.
  - all line have to be 
  a) a comment line starting with ';' or 
  b) starts with a valid bandnumber 
  - The length of each logline has to be LOGLINELEN (including \n) 
  
  a) If to long -> cannot handle that file type (possible truncation) 
  b) If some line to short -> maybe old log format, so ask if it should 
     try to repair (fill with needed amount of spaces).

2012-07-01  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c: Add warning if console window is too small for TLF (needs at
  least 25x80)

2012-06-26  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Write QRG to cabrillo file if available in log file

2012-06-12  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: Write QRG to ADIF file if available in log file

2012-01-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/writecabrillo.c: renamed adif and cabrillo file according to OK1RR:
  cabrillo:   <call>.cbr
  adif:       <contest>.adi

2012-06-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/makelogline.c, src/tlf.h: Record the working QRG in the log  i
  ATTENTION!
  New log line format in use! At the moment that is incompatible with old log
  files. Back them up before experimenting. Code to migrate old log to new
  format will follow in next days.  
  - make logline 7 characters longer to accomodate the QRG with one decimal 
    precision. 
  - record QRG at end of logline if you have the rig online

  * src/gettxinfo.c: Fix wrong check for lowest band frequency. rig_get_freq()
  reports frequency in Hz so we have to check against 1800000 Hz for lower
  border of 160m band.  Furthermore simplify switch logic and add an default
  case if rig is not in ham band.

2012-06-06  Thomas Beierlein <tb@forth-ev.de>

  * configure.in: Abort configure if ncurses libs not vailable. Tnx Jens DK2AB
  for pointing it out.

2012-05-19  Thomas Beierlein <tomjbe@gentoo.org>

  * src/note.c: fix note input to add it to the internal recorded log lines and
  to adapt to wider logline length

2012-05-17  Thomas Beierlein <tomjbe@gentoo.org>

  * src/deleteqso.c, src/deleteqso.h: Simplify 
  - Make logic independent of 'logline4'. Use 'qsos' instead. 
  - check for filesize >= LOGLINELEN

  * src/edit_last.c, src/edit_last.h, src/main.c: New implementation of
  edit_last() to enable longer loglines and thus make room for record of QRG 

  Needs a new mechanism to get and store editbuffer.  
  
  Former use of logline_edit field, which was shared with some other code for
  displaying the last 5 qsos, was error prone. Use a separate editbuffer
  instead and get the content from the qsos[] database every time we start to
  edit a line. Write content of editbuffer back to qsos[] and file after
  finishing the edit.  
  
  Furthermore refactor out common code  
  - highlight and unhighlite line 
  - limit len of displayed output line 
  - make number of lines easier to configure 
  - correct handling of empty log file 
  - fix edit of upper line !! Be aware that edit on ';' notes is broken 
  - better handling of <Tab>  to hop from field to field 
  - move definition of logline_edit fields into  main.c

2012-05-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/checklogfile.c, src/deleteqso.c, src/edit_last.c, src/editlog.c,
  src/getmessages.c, src/globalvars.h, src/last10.c, src/main.c,
  src/makelogline.c, src/readcalls.c, src/scroll_log.c, src/searchlog.c,
  src/tlf.h: use LOGLINELEN to specify the size of a logline and the needed
  checks and buffers

2012-04-20  Thomas Beierlein <tomjbe@gentoo.org>

  * src/bandmap.c, src/cleanup.c, src/clear_display.c, src/main.c, src/note.c,
  src/searchlog.c, src/showscore.c, src/tlf.h: Fix some more color settings i
  - use C_ names wherever possible 
  - Drop use of 'DUPECOLOR' and use only 'C_DUPE'. 
  - invert color definition for 'C_DUPE' to avoid the STANDOUT attribute. 
  - change 'attron' to 'attrset' as old color definition required always an 
    'standout' attribute which got not reset by attron

2012-04-18  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/Makefile.am, share/Makefile.am: add forgotten files to Makefile.am
  * ChangeLog, NEWS, configure.in: Prepare TLF-1.1.2 maintenance release (see
  NEWS for details).
  * share/usa_canada_states: remove old 'usa_canada_states' file, use
  arrldx_mults instead
  * rules/arrldx_dx, share/arrldx_mults: add actual mults file for ARRLDX
  contest for DX and adapt path (tnx Fred DH5FS)

2012-03-31  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/arrl10m_dx, share/arrl10m_mults: add ARRL 10m contest 
    (tnx Fred DH5FS)
  * src/parse_logcfg.c, src/score.c: correct naming of functions
  * src/score.c: simplify loop exit logic

2012-03-18  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: fix recognition of COUNTRY_LIST= keyword 
  - multiplier_list was uninitialized. If it was not empty 
    COUNTRY_LIST definitions would not be recognized 
  - use glib for better handling of string termination

2012-03-19  Thomas Beierlein <tb@forth-ev.de>

  * src/main.c, src/parse_logcfg.c, src/score.c: simplify COUNTRYLIST handling
  - renamed 'multiplier_only' to 'countrylist_only' 
  - renamed 'multiplier_points' to 'countrylist_points' 
  - simplify naming scheme for local variables

2012-03-16  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c: rework checkexchange handling 
  - fix out of bounds error resulting in a segfault 
  - better maintainability by automatic calculation of loop boundaries 
    for pattern scanning

2012-02-28  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: better regognition of unknown keywords in logcfg.dat
  and rules file

2012-02-27  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/arrldx_dx, rules/pacc_dx, rules/spdx_dx: fix wrong keyword:
  'RECALL_EXCHANGE' is 'RECALL_MULTS' now

2012-02-19  Thomas Beierlein <tb@forth-ev.de>

  * src/audio.c: Simplify audio recording by factoring out common code

2012-01-18  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c: simplify string handling

2012-01-17  Thomas Beierlein <tomjbe@gentoo.org>

  * src/Makefile.am, src/printfield.c, src/printfield.h, src/showscore.c,
  src/showscore.h: Merge printfield() into showscore.c  - only used for
  showscore() - simplify printfield() function. - drop unneeded include file
  from showscore.c

2012-01-15  Thomas Beierlein <tomjbe@gentoo.org>

  * NEWS: Fix spelling error for G4KNO

2012-01-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/calledit.c: simplify calledit()  
    - drop not working keys for 'home' and 'down' 
    - factor out display code 
    - fix display of background for partials when leaving edit mode

2012-01-12  Thomas Beierlein <tomjbe@gentoo.org>

  * src/changepars.c, src/main.c: Make sure that no packet related functions
  get called if started with 'tlf -n'

2012-01-12  Thomas Beierlein <tb@forth-ev.de>

  * src/makelogline.c, src/makelogline.h: Fix makelogline segfault  if not in 
  contest mode Logline gets not cut back to 68 characters. Results in a buffer
  overflow.  Add description of logline format

2012-01-08  Thomas Beierlein <tomjbe@gentoo.org>

  * doc/Makefile.am, doc/README.ssb: Added README.ssb from Andy, G4KNO. Thanks
  for contributing.

2012-01-03  Thomas Beierlein <tomjbe@gentoo.org>

  * scripts/play_vk: fix spelling of unmute command. Tnx G4KNO

2011-12-22  Thomas Beierlein <tomjbe@gentoo.org>

  * NEWS, doc/README: move tlf's history of changes to NEWS file
  * tlf.1.in: adapt man page to new features

2011-12-21  Thomas Beierlein <tomjbe@gentoo.org>

  * Makefile.am, NEWS, New_Bandmap.txt, doc/Makefile.am, doc/New_Bandmap.txt:
  Move New_Bandmap.txt to doc/

  * NEWS: summarize changes made between tlf-1.0.5 and tlf-1.1.0

  * share/cty.dat: new cty.dat from OK1RR. Thanks

2011-12-17  Thomas Beierlein <tomjbe@gentoo.org>

  * New_Bandmap.txt, share/logcfg.dat: document configuration of bandmap
  filtering

  * src/parse_logcfg.c: fix location of #endif line

  * src/bandmap.c: leave some headroom for grabbing next frequency

  * src/bandmap.c, src/checklogfile.h, src/logit.c, src/netkeyer.c,
  src/printcall.c, src/showscore.c, src/splitscreen.c, src/startmsg.c,
  src/tlf.h: further cleanup  - fix implicit declaration warnings - drop unused
  variables

2011-12-14  Thomas Beierlein <tb@forth-ev.de>

  * src/parse_logcfg.c, src/rules.c: cleanup  - drop unused variable - fix
  wrong initialisation of 'buff'

2011-12-14  Thomas Beierlein <tomjbe@gentoo.org>

  * tlf.1.in: Fix description of LOWBAND_DOUBLE keyword in man page.

2011-12-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: divide livetime by 2 as aging is done every two seconds

  * src/parse_logcfg.c: allow configuration of bandmap filtering in logcfg.dat 

2011-12-12  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c, src/tlf.h: fix recognition of keywords
  - keywords with parameters did not work if keyword was not in first column

2011-12-10  Thomas Beierlein <tomjbe@gentoo.org>

  * src/bandmap.c, src/bandmap.h: dupes will be skipped during ctrl-g 
  - make that feature configurable via bm_config.skipdupes

2011-12-11  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c, src/parse_logcfg.h: better report of unsupported config
  keywords  

2011-11-24  Thomas Beierlein <tb@forth-ev.de>

  * src/dxcc.c, src/grabspot.c, src/grabspot.h: fix prototypes  - fix missing
  '#include <string.h>' - add missing prototype for 'grab_next' - change
  prototype of grabspot to return void

  * src/addmult.c: fix wrong check for empty string in multiplier file

  * src/callinput.c, src/changepars.c, src/main.c, src/printcall.c, src/rtty.c:
  Fix use of 'miniterm' variable  - clean old code - add comments - save and
  restore variable if temporary disabled

  * New_Bandmap.txt: Add some additional informations describing the new
  bandmap functions.

  * src/callinput.c, src/grabspot.c: Fix calculation of zone and prefix for
  grabspot()  - Zone and prefix was not calculated correctly during grab of a
  station from bandmap. It was needed to call 'getctydata()' instead of
  'getctynr()' - Drop clear_display after grab. Now the info line is displayed
  properly.  Thanks Fred DM3F for reporting.

2011-11-16  Thomas Beierlein <tomjbe@gentoo.org>

  * INSTALL, configure.in: prepare for TLF-1.1pre3 release

  * scripts/Makefile.am, scripts/play_vk, src/callinput.c: Use external script
  'play_vk' for playing of SSB voice key messages

  * share/Makefile.am: add list of usa_canada_states to installation files  -
  in distribution since 0.9.11 but forgotten in Makefile.am

2011-11-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c: change parsing of section for ARRL SS  - trailing spaces
  in mults_possible[] and cut out section string deleted - compare only pure
  non-space strings

  * src/getexchange.c: Fix possible segfaults  - old code segfaults if serial
  number >9999 was entered - simplify reading of check value

  * src/getexchange.c, src/searchlog.c, src/searchlog.h: Display parsing
  results for ARRL SS  - displayed on lower line of Search panel again

  * src/searchlog.c: fix display of needed sections  - readcalls cuts always 3
  char to worked mults[] fro some contests - ignore possible trailing spaces in
  compare

  * src/clear_display.c: display contest name on info line

2011-11-10  Thomas Beierlein <tomjbe@gentoo.org>

  * rules/Makefile.am: add forgotten general 'contest' rule file to installable
  files

  * rules/arrlss: Better defaults for CW messages  - exchange has to use serial
  number instead of a fixed '1' - make check consistent between messages

  * src/getexchange.c: Fix recognition of 'U' precedent  - got introduced late
  and was not recognized properly - add some comments to the meaning of the
  searchpatterns

  * src/searchlog.c: some minor optimization  - drop unneeded statement - break
  out of loop as soon as possible

  * src/searchlog.c, src/showscore.c, src/showscore.h: Fix display of section
  in ARRL_SS  - moved display code to searchlog.c - use SearchPanel for display
  - thanks for reporting to Ben NJ8J

2011-11-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/getexchange.c, src/logit.c, src/logit.h: make Ctrl-A
  also work in exchange field  - calls addspot() to add the actual call to the
  bandmap - correct hide of searchlog


2011-11-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/readcalls.c: strip trailing spaces on comments from log file

2011-11-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/changefreq.c, src/changefreq.h: hide cursor during frequnecy change

  * src/callinput.c: Allow edit of old QSO's only if call field is empty

  * src/calledit.c, src/callinput.c, src/getexchange.c: correct display of
  cursor if searchwindow is shown  

2011-11-05  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/searchlog.h: fix display of startup messages

2011-11-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/listmessages.c: correct displayed message name for CQmsg

2011-09-24  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c, src/tlf.h: Report unsupported config keywords during
  startup

  * rules/arrldx_dx, rules/arrldx_usa, rules/arrlfd, rules/arrlss,
  rules/contest, rules/cqww, rules/dxped, rules/eusprint, rules/lzdx,
  rules/pacc_dx, rules/pacc_pa, rules/qso, rules/spdx_dx, rules/spdx_sp,
  rules/ssa_mt, rules/template, rules/wpx, src/parse_logcfg.c: change keywords
  in parse_logcfg.c to correspond to man page  The keywords for CQ_TU_MSG,
  VKCQM and VKSPM were not recognized correctly. Fixed.  Adapt contest rules to
  changed keywords.

2011-11-03  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c: Send VKCQM and VKSPM voice messages after end of QSO  -
  Drop a change made by Rein in tlf-0.9.22 to not send these messages if in SSB
  mode 

2011-11-01  Thomas Beierlein <tomjbe@gentoo.org>

  * src/getexchange.c: '+' and 'INSERT' respect CTCOMPATIBLE mode also during
  getexchange()

2011-10-29  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c: '+' and 'INSERT' respect CTCOMPATIBLE mode now  - if
  callfield not empty both keys are working now only if CTCOMPATIBLE is set in
  logcfg.dat

2011-10-28  Thomas Beierlein <tomjbe@gentoo.org>

  * src/gettxinfo.c: Fix upper boundaries for 160 and 40 meters.  - Thanks Ben
  NJ8J for reporting

2011-10-27  Thomas Beierlein <tomjbe@gentoo.org>

  * aclocal.m4, configure.in: prepare for prerelease 2 of tlf-1.1  - fix
  aclocal.m4

  * src/clear_display.c, src/printfield.c, src/showscore.c: move score display
  in upper right corner of display

  * src/logit.c, src/searchlog.c, src/searchlog.h: Hide searchlog panel at more
  points

2011-10-23  Thomas Beierlein <tomjbe@gentoo.org>

  * src/muf.c: propagation display uses panel code now

  * src/searchlog.c, src/searchlog.h, src/time_update.c: Use panel code for
  show and hide of searchlog

2011-01-30  Thomas Beierlein <tb@forth-ev.de>

  * src/nicebox.c, src/nicebox.h: factorisation to support nicebox for given
  window 

2011-10-20  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c, src/audio.c, src/autocq.c, src/background_process.c,
  src/bandmap.c, src/calledit.c, src/callinput.c, src/changepars.c,
  src/checklogfile.c, src/cleanup.c, src/clear_display.c, src/clusterinfo.c,
  src/deleteqso.c, src/displayit.c, src/edit_last.c, src/editlog.c,
  src/freq_display.c, src/getexchange.c, src/getmessages.c, src/gettxinfo.c,
  src/grabspot.c, src/keyer.c, src/lancode.c, src/listmessages.c,
  src/log_to_disk.c, src/logit.c, src/logview.c, src/main.c,
  src/messagechange.c, src/muf.c, src/netkeyer.c, src/parse_logcfg.c,
  src/printcall.c, src/readcalls.c, src/readctydata.c, src/recall_exchange.c,
  src/rtty.c, src/rules.c, src/searchlog.c, src/sendbuf.c, src/sendqrg.c,
  src/setparameters.c, src/show_help.c, src/showpxmap.c, src/showscore.c,
  src/splitscreen.c, src/startmsg.c, src/writeparas.c: switch all refresh()
  calls for use of curses panels  - add a fake refreshp() function which
  replaces the old refresh() and calls 'update_panels()' followed by
  'doupdate'. - serialize refreshp() calls from different threads

2011-10-23  Thomas Beierlein <tomjbe@gentoo.org>

  * src/bandmap.c: fix delete of first line in bandmap (was one char to short)

2011-01-28  Thomas Beierlein <tb@forth-ev.de>

  * config.h.in, configure.in: Prepare usage curses panel library

2011-10-17  Thomas Beierlein <tomjbe@gentoo.org>

  * src/clusterinfo.c, src/splitscreen.c: proper locking for spot_ptr[] array 

2011-10-16  Thomas Beierlein <tomjbe@gentoo.org>

  * share/logcfg.dat, src/callinput.c, src/changepars.c, src/clusterinfo.c,
  src/main.c, src/parse_logcfg.c, src/setparameters.c, src/tlf.h, tlf.1.in:
  Drop old SPOTLIST display 
  - ALT-a now switches between Nocluster->Cluster->Bandmap-> 
  - 'cluster == MAP' displays the new bandmap and writes the last 8 spots to
  Xplanet's marker file.

2011-10-14  Thomas Beierlein <tomjbe@gentoo.org>

  * src/Makefile.am, src/cluster_bg.c, src/cluster_bg.h: Delete unneeded
  cluster_bg.[ch] files  - functionality is now in clusterinfo.c

  * src/background_process.c, src/background_process.h, src/cluster_bg.c,
  src/clusterinfo.c: Move 'getclusterinfo()' to clusterinfo.c  

  * src/cluster_bg.c, src/cluster_bg.h, src/clusterinfo.c, src/clusterinfo.h:
  Move 'loadbandmap()' to clusterinfo.c

2011-10-13  Thomas Beierlein <tomjbe@gentoo.org>

  * src/cluster_bg.c: change source of data for loadbandmap()

2011-10-11  Thomas Beierlein <tomjbe@gentoo.org>

  * src/callinput.c, src/cluster_bg.c, src/main.c: cleanup unneeded code  -
  drop double extern declarations - drop handling of spotinfo filed as nobody
  uses that information

  * src/cluster_bg.c, src/main.c, src/splitscreen.c: on the fly recognition of
  WWV/WCY announcements 

2011-10-07  Thomas Beierlein <tomjbe@gentoo.org>

  * src/bandmap.c: keep display of frequency memory (#) 

2011-10-06  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c, src/addmult.h, src/globalvars.h, src/readcalls.c: refactor
  registration of worked multiplier and multi initialisation 

  * src/addmult.c, src/addmult.h, src/searchlog.c, src/searchlog.h: move
  'load_multipliers()' to addmult.c

  * src/addmult.c: drop old comment regarding 'wysiwymultsg' variable

2011-10-05  Thomas Beierlein <tb@forth-ev.de>

  * README: Edited README

2011-10-05  Thomas Beierlein <tomjbe@gentoo.org>

  * .gitignore, src/showscore.c: Do not show mults per band in WYSIWYG_ONCE
  mode. 

2011-10-05  Thomas Beierlein <tb@forth-ev.de>

  * src/addmult.c, src/globalvars.h, src/main.c, src/readcalls.c,
  src/showscore.c: Remove 'wysiwygmults' variable 

  * src/addmult.c, src/changepars.c, src/getsummary.c, src/globalvars.h,
  src/readcalls.c, src/showscore.c: Remove 'multcount' variable

2011-10-02  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c: Further simplifications 

2011-10-01  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c, src/changepars.c, src/getexchange.c, src/globalvars.h,
  src/main.c, src/showscore.c: Complete new handling of mults_possible[] length

2011-09-30  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c: Prepare factorization of addmult() and addmult2()  Prepare
  factorization of lookup of possible mults and worked mults

2011-09-24  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c, src/tlf.h: Report unsupported config keywords during
  startup

  * rules/arrldx_dx, rules/arrldx_usa, rules/arrlfd, rules/arrlss,
  rules/contest, rules/cqww, rules/dxped, rules/eusprint, rules/lzdx,
  rules/pacc_dx, rules/pacc_pa, rules/qso, rules/spdx_dx, rules/spdx_sp,
  rules/ssa_mt, rules/template, rules/wpx, src/parse_logcfg.c: change keywords
  in parse_logcfg.c to correspond to man page  The keywords for CQ_TU_MSG,
  VKCQM and VKSPM were not recognized correctly. Fixed.  Adapt contest rules to
  changed keywords.

2011-10-01  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c, src/changepars.c, src/getexchange.c, src/globalvars.h,
  src/main.c, src/showscore.c: Complete new handling of mults_possible[] length

2011-09-30  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c: first steps to a rework multi scoring 

2011-10-01  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/parse_logcfg.c, src/searchlog.c, tlf.1.in: Better handling
  of lines from external multiplier file  - Allow comment lines (starting with
  '#') - strip leading and trailing whitespace - drop empty lines  Furthermore
  drop unneeded string variables and make global ones local.

2011-02-03  Thomas Beierlein <tb@forth-ev.de>

  * rules/arrldx_dx, rules/arrldx_usa, rules/arrlfd, rules/arrlss,
  rules/contest, rules/cqww, rules/dxped, rules/eusprint, rules/lzdx,
  rules/pacc_dx, rules/pacc_pa, rules/qso, rules/spdx_dx, rules/spdx_sp,
  rules/ssa_mt, rules/template, rules/wpx: fix format and drop false comment in
  rule files

2011-09-24  Thomas Beierlein <tomjbe@gentoo.org>

  * share/logcfg.dat, src/main.c, src/parse_logcfg.c, src/showscore.c,
  tlf.1.in: drop MANY_CALLS config statement

  * datastructures: commented use of 'mults_possible' array

2011-09-19  Thomas Beierlein <tomjbe@gentoo.org>

  * src/readcalls.c: Correct rescoring for WYSIWYG_* methods

  * src/addmult.c: strip trailing spaces from comment for WYSIWYG_... handling 

  * src/readcalls.c: Fixed handling of comments for WYSIWYG_ONCE and _MULTI  -
  Old code dropped multi at first space in comment string. Changed to strip
  only trailing spaces. Was so back before tlf-0.9.21

  * src/readcalls.c, src/recall_exchange.c, src/searchcallarray.c: Fix wrong
  use of callarray_nr

2011-09-22  Thomas Beierlein <tomjbe@gentoo.org>

  * src/addmult.c, src/changepars.c, src/getexchange.c, src/globalvars.h,
  src/main.c, src/searchlog.c, src/showscore.c: Switch mults_possible[] to a
  growing array.

2011-09-21  Thomas Beierlein <tomjbe@gentoo.org>

  * src/main.c, src/searchlog.c: add comments and rearrange variable
  definitions

2011-09-20  Thomas Beierlein <tomjbe@gentoo.org>

  * src/parse_logcfg.c: Logcfg.dat now allows >9 points for scoring  Fix
  possible overflows if there are point declaration above 9 points. 

2011-09-15  Thomas Beierlein <tomjbe@gentoo.org>

  * README: Add a summary description to README.  The summary was copied from
  the TLF page on Savannah. It gives a short intro which is shown on GitHubs
  TLF repo page.

2011-07-26  Thomas Beierlein <tb@forth-ev.de>

  * tlf.1.in: Drop ORION exception from RIGMODEL explanation

2011-06-10  Thomas Beierlein <tb@forth-ev.de>

  * src/callinput.c, src/clear_display.c, src/getexchange.c, src/keyer.c,
  src/logit.c, src/main.c, src/sendbuf.c: make curx and cury local variables

2011-06-08  Thomas Beierlein <tb@forth-ev.de>

  * src/getpx.c, src/showinfo.c: Adding comments, small improvements, cleanup

2011-05-31  Thomas Beierlein <tb@forth-ev.de>

  * src/log_to_disk.c, src/log_to_disk.h: add spot to bandmap for stations
  worked in S&P

2011-05-29  Thomas Beierlein <tb@forth-ev.de>

  * config.h.in, configure.in: some modernisation

2011-05-11  Thomas Beierlein <tb@forth-ev.de>

  * src/background_process.c, src/log_to_disk.c, src/log_to_disk.h,
  src/logit.c, src/scroll_log.c: fixed handling of exclusive access to
  log_to_disk

2011-05-02  Thomas Beierlein <tb@forth-ev.de>

  * src/addcall.c, src/getctydata.c: simplify

  * src/set_tone.c: drop unneeded calculation of speedstr

2011-04-29  Thomas Beierlein <tb@forth-ev.de>

  * src/addcall.c, src/readcalls.c, src/searchcallarray.c: Fixed handling of
  callarray entries

2011-04-14  Thomas Beierlein <tb@forth-ev.de>

  * src/addmult.c: use #define instead of fixed value for number of bands

  * src/addspot.c: spot broadcasts to other stations contains the identifier of
  the sending station now

  * src/addcall.c: add_call() remembers worked band now

  * src/readcalls.c: regroup code fragment

2011-03-03  Thomas Beierlein <tb@forth-ev.de>

  * src/searchlog.c: correct position of pfx in bottom line of check window

2011-07-21  Thomas Beierlein <tb@forth-ev.de>

  * Makefile.am, New_Bandmap.txt: add New_Bandmap.txt to EXTRA_DIST  File
  contains description of new bandmap features.

2011-07-23  Thomas Beierlein <tb@forth-ev.de>

  * src/grabspot.c: fix compilation without hamlib

2011-07-06  Thomas Beierlein <tb@forth-ev.de>

  * src/callinput.c, src/grabspot.c: implemented scanning up and down in
  grab_next()  switch keys: ctrl-g is for scanning now as Alt-g gets grabbed
  from the terminal emulator

2011-07-05  Thomas Beierlein <tb@forth-ev.de>

  * src/callinput.c: change meaning of Alt-G to jump to next spot

  * src/bandmap.c, src/bandmap.h, src/grabspot.c: extended 'grab' function to
  switch to next spot up- or downwards

2011-07-04  Thomas Beierlein <tb@forth-ev.de>

  * src/grabspot.c: Grabspot switches to S&P if in run mode and remembers QRG

  * src/bandmap.c, src/bandmap.h, src/grabspot.c, src/main.c, src/main.h:
  started new grabspot implementation

2011-06-28  Thomas Beierlein <tb@forth-ev.de>

  * src/bandmap.c, src/bandmap.h: First work on grabspot

2011-06-27  Thomas Beierlein <tb@forth-ev.de>

  * src/bandmap.c, src/bandmap.h: restructure filtering

2011-06-23  Thomas Beierlein <tb@forth-ev.de>

  * src/bandmap.c: add some comments

  * src/bandmap.c: - rename 'spots' structure to 'allspots' - add mutex to
  protect 'allspots' data structure

2011-06-10  Thomas Beierlein <tb@forth-ev.de>

  * src/cluster_bg.c, src/getctydata.c, src/getctydata.h: implement getctynr
  which does not change any global strings like pfstr, ituzone, countrynr,
  continent and so on ... (port from tlf-1.0.5)

2011-05-16  Thomas Beierlein <tb@forth-ev.de>

  * src/addspot.c, src/bandmap.c: fix display of reporting node

2011-05-02  Thomas Beierlein <tb@forth-ev.de>

  * src/bandmap.c: Fix bandmap_show crashes

2011-04-29  Thomas Beierlein <tb@forth-ev.de>

  * src/addcall.c, src/readcalls.c, src/searchcallarray.c: Fixed handling of
  callarray entries

2011-04-14  Thomas Beierlein <tb@forth-ev.de>

  * src/bandmap.c: bm_isdupe() respects worked band now

  * src/bandmap.c: fix display of dupes in bandmap

  * src/addspot.c: spot broadcasts to other stations contains the identifier of
  the sending station now

  * src/callinput.c: '.' calls new bm_menu() now

  * src/bandmap.c, src/bandmap.h: bm_is_dupe() check implemented

  * src/readcalls.c: regroup code fragment

2011-03-09  Thomas Beierlein <tb@forth-ev.de>

  * src/cluster_bg.c: - drop display of old bandmap - call bm_show() to display
  the new one

2011-03-08  Thomas Beierlein <tb@forth-ev.de>

  * src/tlf.h: new definition of BANDINDEX_xx

2011-03-07  Thomas Beierlein <tb@forth-ev.de>

  * src/Makefile.am, src/bandmap.c, src/bandmap.h, src/cluster_bg.c,
  src/splitscreen.c: First work for new bandmap  - add bandmap.[ch] - call
  according functions - bandmap stores freq in Hz as integers

2011-02-24  Thomas Beierlein <tb@forth-ev.de>

  * src/showinfo.c: - correct display of 1A stations - simplify

2011-02-25  Thomas Beierlein <tb@forth-ev.de>

  * src/bandmap.h: First steps to define the behaviour of the new bandmap

2011-02-23  Thomas Beierlein <tb@forth-ev.de>

  * src/addcall.c, src/cluster_bg.c, src/searchcallarray.c, src/tlf.h: - fix
  wrong false return value from searchcallarray - simplify

2011-02-22  Thomas Beierlein <tb@forth-ev.de>

  * src/main.c, src/makelogline.c, src/score.c: simplify handling of score
  points

  * configure.in, src/Makefile.am, src/addcall.c, src/addspot.c,
  src/callinput.c, src/cluster_bg.c, src/dxcc.c, src/dxcc.h, src/getctydata.c,
  src/getmessages.c, src/getwwv.c, src/globalvars.h, src/main.c,
  src/makelogline.c, src/muf.c, src/readctydata.c, src/score.c,
  src/searchlog.c, src/showinfo.c, src/showpxmap.c, src/tlf.h: switch cty data
  handling to growing arrays  needs GLib, so also add a check to configure.in

2011-06-09  thomas beierlein <tb@forth-ev.de>
	version 1.0.5
	* fixes some nasty racing condition between bandmap code and 
	  checkwindow. In result prefix in lower line of checkwindow
	  got displayed wrong, but country was right.
	  Thanks Martin OK1RR for reporting.

2011-05-22  thomas beierlein <tb@forth-ev.de>
	version 1.0.4
	* fix for wrong handling of recalled exchange - 
	  Thanks Martin OK1RR for reporting.
	  - All calls from initial exchange file will be recognised even
	    if part of a complex call, e.g. DL1CCL in LA/DL1CCL/p 
	  - All calls from former QSO's have to be exact including any
	    pre- or postcombination
	  - Now complete exchange will be recalled (not only first word)

2011-02-07  thomas beierlein <tb@forth-ev.de>
	version 1.0.3
	* fix buffer overflow in 'send_lan_message'
	* fix wrong count of points and qso's for last band entry. 
	  Thanks Martin OK1RR for reporting.

2011-01-31  thomas beierlein <tb@forth-ev.de>
	version 1.0.2
	* fix bug in sendto call. cwdaemon needs a zero terminated string. 
	  Thanks for reporting Andy G4KNO

2011-01-15  thomas beierlein <tb@forth-ev.de>
	version 1.0.1
	* fix calculation of sun up and down time based on longitude
	  from country description in cty.dat

2011-01-13  thomas beierlein <tb@forth-ev.de>
	* fix bug in cty.dat and in the routine which reads in the file

2011-01-08  thomas beierlein <tb@forth-ev.de>
	* fix logfile read error. Last QSO got reead twice.
	* Optimize searchlog() for speed and also optimize partial call
	  lookup.

2010-12-23  thomas beierlein <tb@forth-ev.de>
	version 1.0.0
	* fix some possible buffer overflow in exchange handling for 
	  cqww
	* fix handling of changing RST, especially resetting the values to
	  59/599
	* make Backspace and Delete-Keys the same

2010-12-19  thomas beierlein <tb@forth-ev.de>
	* fix some code problems reported by Stephan F8FCE. Thanks.
	* changed ESC handling in comment and call input field

2010-12-04  thomas beierlein <tb@forth-ev.de>
	* add new cty.dat provided by OK1RR
	* fix typos in man page and clarify CQDELAY handling
	* fix CQDELAY handling in parse_cfg

2010-11-29  thomas beierlein <tb@forth-ev.de>
	* fix parsing for MARKERDOTS and MARKERCALL keywords
	* fix buffer overrun during write of markerfile
	* add new callmaster file provided by OK1RR

2010-10-18  thomas beierlein <tb@forth-ev.de>
	* fix installation commands for 'make distcheck'

2010-09-11  thomas beierlein <tb@forth-ev.de>
	* fix calculation of sunrise and sunset times 
	* fix calculation of QSO Rate
	* some minor fixes of uninitialized variables

2010-01-xx  thomas beierlein <tb@forth-ev.de>
	* better recognition of hamlib install (tnx F8FCE)
	* fix a lot of buffer overrun for string handling (as glibc and gcc
	  use -D_FORTIFY_SOURCE for stricter checking of buffer overuns)
	* rewrote handling of initial exchange file. It now allows empty 
	  and comment lines (#) and spaces around the callsign. Leading 
	  space before comment gets ignored.
	* Fix input handling of notes.
	* Fix autocq handling. First characters gets no longer swallowed.
	* Drop code for old not functional LPT_KEYER and COM1_KEYER.
	* strip autogenerated files from repository.

2007-12-21  rein couperus <rein@couperus.com>

	* changed searchlog.c ('possible calls')

2007-12-18	rein couperus <rein@couperus.com>

	* changed cluster_bg.c to fix possible buffer overflow
	
	* changed searchlog.c -> compare now starts at beginning of callsign.

2003-09-10   dimiter (mitko) kroumov <lz3ny@bfra.org>
        version 0.9.1:
	
	* added an autoRXVTdiscovery and a hack XTERM arrows by putting "linux" native driver 
	as TERMinal in the environment.	

	* Introduced WAZMULT (CQWW like) and ITUMULT switches as contest rule multipliers
	
	* logcfg.dat has been split up. added a new "rules/" directory for the contest rules file.


2002-11-03   rein couperus <rein@couperus.com>

  	version 0.8.6:

	* bug  fixes: various modules

	* fixed getctydata.c to interpret ctydb properly

	* fixed bug in callinput.c allowing input of too many characters in call field

	* added TIME_OFFSET to allow running PC on local time instaead of UTC

	* added arrl sweepstakes contest with flexible exchange input

2002-10-01   rein couperus <rein@couperus.com>

  	version 0.8.1:

	* various modules: added  frequency data, talk data and serialnr data network distribution

	* added :info and :freq displays

2002-09-07  rein couperus <rein@couperus.com>

  	version 0.8.0:

	* lancode.c, lancode.h: added networking module

	* various modules:   major code changes to interface to the networking module
		for log data and packet data distribution


2002-08-30  rein couperus  <rein@couperus.com>

 	version 0.7.3:

	* background_process.c:  added cw simulator mode

	* changeparams.c: added command :simulator

	* logit.c, call_input.c:  added simulator code

	* main.c: added various global variables for cw simulator

	* searchlog.c: fixed bug to enable working more than 20 JA's (now 999)


2002-08-30  rein couperus  <rein@couperus.com>

 	version 0.7.2:

	* configure.in : added --enable-hamlib to switch on Hamlib support

	* sendtxinfo.c, main.c: changed the code to support library switch

2002-08-21  rein couperus  <rein@couperus.com>

	version 0.7.1:

	* parse_logcfg.c:  added RIGPORT parameter

	* clusterinfo.c : added ctrl-g support for spot list

2002-08-21  rein couperus  <rein@couperus.com>

	version 0.7.0:

	* sendqrg.c:	added Hamlib support

	* gettxinfo.c:   added Hamlib support

	* parse_logconfig.c: added Hamlib support

	* added rig.h

2002-08-12  rein couperus  <rein@couperus.com>

	version 0.6.1:

	* splitscreen.c:  telnet client does now display correctly when
		long buffers come in.

	* preliminary fix for bandmap display

	* added FIFO interface to cluster monitor

	* added command to logcfg.dat:
		FIFO_INTERFACE
	  this starts a FIFO called clfile in the working directory for
		added flexibility and backward compatability with previous
		versions

2002-08-08  rein couperus   <rein@couperus.com>

	version 0.6.0:

	* major rewrite of all routines making disk access. 

	* Removed all system calls.

	* included telnet client and tnc terminal based on splitscreen by
		Dave Brown, N2RJT. Now fully integrated with tlf.

	* Added commands to logcfg.com:
		TELNETHOST, TELNETPORT
		TNCPORT (1 or 2)



	* callinput.c: ESCAPE now erases call + exchange

	* show_score.c: Color change in header line

	
2002-07-21  rein couperus   <rein@couperus.com>

	* searchlog.c:		now keeps logdata in ram to speed up dupe check
					removed sys calls and reference to /tmp/tlf

	* store_to disk.c	copy logdata into ram array

	* delete_qso.c	remove qso from ram array

	* edit_last.c		change qso in ram array

	* readcalls.c		read qso data into ram array

	* main.c                     added global qso array (3000 qso's)

2002-07-21  rein couperus   <rein@couperus.com>

	* searchlog.c: 		changed partials routine to run in RAM
				added load_partials function

	* main.c:		added load partials from disk

	* time_update.c		removed disk acces to logfile every 5 secs

	* score.c		changed cqww scoring (2 pts within NA)

2002-07-14  Rein Couperus   <rein@couperus.com>

	* edit_last.c:	added instert and delete

	* removed call to tlf_deletelogline

2002-07-13  Rein Couperus   <rein@couperus.com>

	tlf-0.5.4.3:

	* main.c:  	added   mixedmode parameter

	* searchlog.c		added mixed mode capability to dupe logic

	* writecabrillo.c	added  wysiwyg multiplier format and mixed capability

	* changeparameters.c	added :CWMODE, :SSBMODE and :DIGIMODE commands

	* show_help.c 	added new mode switch commands


2002-07-07  Rein Couperus   <rein@couperus.com>

	tlf-0.5.4.2:

	* readcalls.c: fixed logic for wysiwyg multipliers

	* getexchange.c : added "\" command


2002-06-09  Rein Couperus   <rein@couperus.com>

	tlf-0.5.4.1:  adjustments for bugs in debian floppy version
		(delete last qso, write cabrillo)

	* deleteqso.c:  killed the system call to script tlf_deletelogline, wrote
		inline code to do the job.

	*writecabrillo.c: removed system call to 'sed'

2002-05-31 Rein Couperus   <rein@couperus.com>

	tlf-0.5.4:

	* tlf.h: added definition of EDITOR_E3

	* various: added support for e3 editor (debian floppy )

	* clusterinfo.c: read cl3file only if read successful

2002-05-26 Rein Couperus   <rein@couperus.com>

	tlf-0.5.3:

	* getmessages.c:  don't initialize call and logfile name if present in logcfg.dat

	* getctydata.c: bug fix:  calculate right cty for /P calls

2002-05-26 Rein Couperus   <rein@couperus.com>

	tlf-0.5.3:

	*  score.c:  wpx + cqww: added 2 point mode for NA stations

	* searchlog.c:  added red warning signal in case of call lock (check partials)

	* parse_logcfg.c: added generic parameters 2EU3DX_POINTS, COUNTRY_MULT,
		PORTABLE_MULT2 , SERIAL_EXCHANGE  for
		use in logcfg.dat (e.g. in Region 1 field day..).

	* added new parameters and logic to various files to enable "universal" contest

	* edit_last.c : added new code to edit last qso ("@" command)

2002-05-24 Rein Couperus   <rein@couperus.com>

	tlf-0.5.2a: bug fixes:

	* deleteqso.c:  fixed  call to tlf_deletelogline

	* writecabrillo.c:  changed version to 0.5.2

	New feature:  allow CW logging without external keyer....

	* tlf.h: added #definition NO_KEYER

	* write_keyer.c: check explicitly for presence of keyer

	* parse_logcfg.c:  make default NO_KEYER

	* main.c: initialize keyerport to NO_KEYER

	* keyer.c: bail out if NO_KEYER

	* sendbuf.c: bail out if NO_KEYER

2002-05-24 Rein Couperus   <rein@couperus.com>

	* tlf-0.5.2: Automatic generation of .paras file in working directory

	* changed tlf_cleanup to automatically generate clfile and wwvfile at startup

	* removed .paras, clfile, wwvfile and logfiles from /examples/xxx/

	* added parameter MANY_CALLS to logcfg.dat

	* added parameters POWERMULT to logcfg.dat (for arrlfd)

	* update of scoring routine for arrlfd

	* added larger partial call window



2002-05-19  Rein Couperus  <rein@couperus.com>

	* tlf-0.5.1: Initial version with automake and autoconf.

