Blame doc/Announce-1.82

Packit 15a96c
		Announcing minicom 1.82
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.34, 
Packit 15a96c
Packit 15a96c
Supported but untested (may need 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.82: 
Packit 15a96c
Packit 15a96c
- call duration in the "Gone offline" and "Hangup" log messages.  
Packit 15a96c
Packit 15a96c
- Old phonedir version (one with shorter entry length than the current
Packit 15a96c
  version), if found, is backed up at program start
Packit 15a96c
Packit 15a96c
- command line option "-C filename" to start capturing at program startup
Packit 15a96c
Packit 15a96c
- the character conversion tables are now also used when writing the
Packit 15a96c
  capture file, unless you unset the capture convert option
Packit 15a96c
Packit 15a96c
- log command added to runscript. Now you can write text from your scripts
Packit 15a96c
  with the command "log this is the log entry"
Packit 15a96c
Packit 15a96c
- the date is now written in the phone directory and the log file with 
Packit 15a96c
  4 numbers in the year
Packit 15a96c
Packit 15a96c
- default value for control key changed back to ^A from Escape(meta)
Packit 15a96c
Packit 15a96c
- notations \u for username and \p for password in the macro strings.
Packit 15a96c
  If you need the \ character in macros, type it double (as \\)
Packit 15a96c
Packit 15a96c
- citation facility in the scrollback buffer: When viewing the scrollback
Packit 15a96c
  buffer, move cursor where you want the citation to start, press c, move
Packit 15a96c
  cursor to the end of text to be citated, and press c again. The marked
Packit 15a96c
  text will be sent to the modem, each line prefixed with >
Packit 15a96c
Packit 15a96c
- Japanese, French and Polish have been added to the language selection
Packit 15a96c
Packit 15a96c
Packit 15a96c
New in Minicom 1.81:
Packit 15a96c
Packit 15a96c
- The filename selection window has been rewritten by James Seymour
Packit 15a96c
  (jseymour@jimsun.LinxNet.com). When you upload files, you can use this
Packit 15a96c
  window to select the filenames from the upload directory. You can also use
Packit 15a96c
  change the upload directory within this window. New setting 'multi' has 
Packit 15a96c
  been added to the file transfer protocol configuration screen to define
Packit 15a96c
  which protocols can send multiple files with one command.
Packit 15a96c
  The program can also be set to prompt for the directory each time you
Packit 15a96c
  download something. (Setting 'O', "Prompt for download directory", in the
Packit 15a96c
  file transfer protocol configuration menu.)
Packit 15a96c
Packit 15a96c
- When you start dialing and the highlighted phone directory entry is not
Packit 15a96c
  tagged, the dialing function starts searching for tagged entries from the
Packit 15a96c
  highlighted one, not from the beginning. Thus, if entries 1, 2 and 5 are
Packit 15a96c
  tagged and entry 3 is highlighted, the dialing starts from entry 5.
Packit 15a96c
Packit 15a96c
- Multiple device support: You can define multiple serial ports in the
Packit 15a96c
  Serial device setting in the Serial port setup configuration menu by
Packit 15a96c
  separating them with commas, if you have more than one modem
Packit 15a96c
  attached. When Minicom starts, it will look for the first available one
Packit 15a96c
  and use it. This feature was also written by Jim Seymour.
Packit 15a96c
Packit 15a96c
New in version 1.80:
Packit 15a96c
Packit 15a96c
- Internationalization. The text strings can be changed to localized ones.
Packit 15a96c
  Set the environment variable LANG to the code for your country. If you
Packit 15a96c
  use bash, you can do that with "export LANG=xx_XX" in your .bash_profile,
Packit 15a96c
  where xx_XX is the code for your country. Currently supported codes are
Packit 15a96c
  pt_BR for Brazilian Portuguese and fi_FI for Finnish.
Packit 15a96c
  You may also have to set LC_CTYPE to indicate the character set used
Packit 15a96c
  in your country (ISO-8859-1 is the right one for many).
Packit 15a96c
Packit 15a96c
New in version 1.79:
Packit 15a96c
Packit 15a96c
- The changes from version 1.78-s, published by Kent Robotti, were included: 
Packit 15a96c
  - history buffer search 
Packit 15a96c
  - The X, Y, Zmodem protocols lrzsz-0.12.16, are included.
Packit 15a96c
  - The program 'modemu.v.0.0.1', is also included, this allows you to use
Packit 15a96c
    minicom over a telnet connection.
Packit 15a96c
Packit 15a96c
- Filename selection window was added, along with the setting 'N', 
Packit 15a96c
  "Use filename selection window", in the File transfer protocols setting
Packit 15a96c
  menu to toggle for using the feature. The window itself has been rewritten
Packit 15a96c
  for version 1.81.
Packit 15a96c
Packit 15a96c
Jukka Lahtinen, walker@clinet.fi