pull/1/head
John Greb 2015-06-02 11:48:07 +01:00
commit b6aade387c
3 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -945,8 +945,16 @@
3114075: Fix socket/getaddrinfo support
=Version 3.22.10=
2015-06-01 David Freese <iam_w1hkj@w1hkj.com>
dfc430f: FTextView styles bug
=Version 3.22.09=
2015-05-28 Kamal Mostafa <kamal@whence.com>
dac5bf4: Fl_Text_Display

Wyświetl plik

@ -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, [22])
m4_define(FLDIGI_PATCH, [.09])
m4_define(FLDIGI_PATCH, [.10])
m4_define(FLARQ_MAJOR, [4])
m4_define(FLARQ_MINOR, [3])
m4_define(FLARQ_PATCH, [.5])

Wyświetl plik

@ -81,10 +81,6 @@ FTextBase::FTextBase(int x, int y, int w, int h, const char *l)
wrap_mode(wrap, wrap_col);
restore_wrap = wrap;
// wrap_restore = true;
// Do we want narrower scrollbars? The default width is 16.
// scrollbar_width((int)floor(scrollbar_width() * 3.0/4.0));
}
void FTextBase::clear()