Blame doc/Announce-1.78

Packit 15a96c
		Announcing minicom 1.78
Packit 15a96c
Packit 15a96c
A short summary of what minicom is:
Packit 15a96c
Packit 15a96c
Minicom is a communications program that resembles the MSDOS Telix
Packit 15a96c
somewhat. It has a dialing directory, color, full ANSI and VT100
Packit 15a96c
emulation, an (external) scripting language and more.
Packit 15a96c
Packit 15a96c
Tested platforms:
Packit 15a96c
Linux 2.0.30
Packit 15a96c
Packit 15a96c
Supported but untested (maybe needs a little tweaking):
Packit 15a96c
DGUX, FreeBSD, NetBSD, Coherent, HP/UX, SysVR4, Apollo Domain/OS, SunOS, SCO.
Packit 15a96c
Packit 15a96c
New in minicom 1.78:
Packit 15a96c
Packit 15a96c
- A logfile is kept of connects, disconnects and file transfers.
Packit 15a96c
When you dial a number from the phone directory and the other end answers,
Packit 15a96c
the connect string from the modem is written to the logfile with the entry
Packit 15a96c
name and phone number. When the carrier drops, the text "Offline" is written.
Packit 15a96c
The command line of file transfers are also written. The file names and sizes
Packit 15a96c
are taken from the external protocol driver output lines beginning with 
Packit 15a96c
"Sending", "Receiving" and "Bytes". I tested this with rz and sz.
Packit 15a96c
All output lines in the logfile are preceded with the system date and time.
Packit 15a96c
If you want to disable logging, you may comment out the LOGFILE macro in 
Packit 15a96c
config.h and recompile the program. If you don't want to compile it, and
Packit 15a96c
you don't care about the logfile, you may create an empty file "minicom.log" 
Packit 15a96c
in your home directory with no write permissions.
Packit 15a96c
Packit 15a96c
- The date and time of the latest call, and a call counter is stored for 
Packit 15a96c
each phone directory entry. They are shown in the phone dir instead of
Packit 15a96c
some things I found less interesting, like the terminal emulation setting
Packit 15a96c
and serial port parameters.
Packit 15a96c
Packit 15a96c
- The DTR drop time with the hangup command is now adjustable. Some modems
Packit 15a96c
need DTR to be down more than just one second before they hang up.
Packit 15a96c
Packit 15a96c
- Character conversion tables for calling systems that use a character set
Packit 15a96c
different from your computer. You may define a conversion table for each 
Packit 15a96c
phone directory entry, and the defined table will be loaded when you call 
Packit 15a96c
that entry, before running the login script. If no table is defined in the
Packit 15a96c
phone dir, the table is not changed. Tables .mciso, .mcpc8 and .mcsf7 are
Packit 15a96c
included to be used when calling systems that use iso-8859-1, pc character
Packit 15a96c
set and the Finnish sf7 coding, respectively. The .mciso actually doesn't
Packit 15a96c
convert anything. Copy the tables to your home directory. There is no
Packit 15a96c
actual restriction of the filenames for the conversion tables (except that
Packit 15a96c
it shouldn't be longer than 16 characters), I just began them all with .mc
Packit 15a96c
to keep them together in the ls listings.
Packit 15a96c
Packit 15a96c
- Added environment variable TERMLIN for runscript. It is the number of
Packit 15a96c
lines on the terminal screen. (That is, LINES - 1 if you use the statusline,
Packit 15a96c
same as LINES if you don't.)
Packit 15a96c
Packit 15a96c
- Fixed a bug that caused runscript to always run the login script of the
Packit 15a96c
first number dialed when several entries were tagged for dialing, regardless
Packit 15a96c
which one of them answered.
Packit 15a96c
Packit 15a96c
- Changed the DTE speed from int to long. Now it should also work on modems 
Packit 15a96c
faster than 32768 bps.
Packit 15a96c
Packit 15a96c
Jukka Lahtinen, walker@clinet.fi