1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
2000-11-16 v 0.70
* Built-in G3 fax viewer written in pure Tcl.
No more external programs needed.
* fixed a modem clock reset bug.
2000-08-13 v 0.62
* fixed a bug in fax saving (thanks to Joachim Zaers)
* added some code to find buggy Tcl/Tk (thanks to Maciek Grzywocz).
2000-06-25 v 0.61
* fixed a bug that prevented faxes from being saved.
2000-06-01 v 0.60
* upload of gsm messages
* recording of messages through modem's mic
* changed the init string
* faster start-up: other stats are queried after message stats,
and password is queried JIT
* use of non blocking IO (can be disabled with 'set device(blocking) 1' )
* Fax ID String and voice duration Support.
* bug fix: playing of outgoing/full message was broken
2000-05-08 v 0.50
* more error checking
* new balloon help and little green icon for unreleased messages
2000-01-14 v 0.40
* fixed a bug in multiple page (fax) handling in 'ByteUnstuff'
* new messages are shown before old ones
* support for more modem features (dialup retrieval, fax and voice reception)
* modem's clock is reset after a power failure
* WM's close event now handled
1999-12-23 v 0.30
* faxes are now saved as individual pages
* new 'proc ByteUnstuff' that is 8x faster
1999-12-21 v 0.20
* more comments in the code, added a debug proc
* support for 'Message Professional' modems
1999-12-20 v 0.10
* switched to VTcl
1999-09-17 v 0.06
* message saving in GSM format is perfect
* ring inquiry support
1999-05-20 v 0.05
* simple fax retreiving
1999-05-17 v 0.03
* more info displayed
1998-03-11 v 0.02
* added a popup to stop the playing
1998-03-01 v 0.01
* initial release
|