kopia lustrzana https://github.com/jamescoxon/dl-fldigi
rodzic
37022f7d34
commit
15ffc81a45
|
|
@ -138,6 +138,11 @@ Change Log:
|
|||
54) Added FText country information tooltip. Tooltip is displayed when
|
||||
a mouse over occurs in the Rx pane on a word that qualifies as a
|
||||
call sign.
|
||||
55) Corrected behavior of log fields when changing focus. Enter key in
|
||||
a qso log field restores focus to Tx panel.
|
||||
56) Added option to force qso log "call" to uppercase.
|
||||
57) Fixed RTTY tx character echo when unshift-on-space is selected for tx
|
||||
58) Added check to save modified macros before loading a new macro file.
|
||||
|
||||
3.03
|
||||
1) Changes to socket server to correct shutdown process
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
|
|||
dnl contain other characters or be empty
|
||||
m4_define(FLDIGI_MAJOR, [3])
|
||||
m4_define(FLDIGI_MINOR, [0])
|
||||
m4_define(FLDIGI_PATCH, [4BJ])
|
||||
m4_define(FLDIGI_PATCH, [4BK])
|
||||
|
||||
AC_INIT([fldigi], FLDIGI_MAJOR.FLDIGI_MINOR[FLDIGI_PATCH], [w1hkj AT w1hkj DOT com])
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue