Subject: CVS commit: pkgsrc/misc/screen
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/16/2002 13:18:36
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sat Feb 16 11:18:36 UTC 2002

Modified Files:
	pkgsrc/misc/screen: Makefile PLIST PLIST.SunOS distinfo
Removed Files:
	pkgsrc/misc/screen/patches: patch-ac patch-af

Log Message:
Update to 3.9.11:
* windowlist, bound to ^A"
* support for other encodings, e.g. big5, koi8r, cp1251
    new commands 'encoding', 'defencoding'
    'register', 'readreg', 'readbuf', 'writebuf' now understand
    an extra encoding parameter
* support for double utf-8 characters
* lots of new string escapes and extensions to existsing ones:
    %LD, %LM, %Lw, %W, %-w, %+w, %H, %f, %F, %l, %=, %<, %>
* new commands: 'source', 'eval', 'deflog', 'ignorecase', 'setsid'
* command key classes: 'bind', 'command' and 'help' understand
  a '-c <class>' parameter. See the man page for examples
* new login state: always - don't remove slot even if screen gets
  detached
* 256 color support (experimental)
* configurable time format string (for ^At)
* config option to use localized month/week names
* new option '-h' for hardcopy: also dump the scrollback buffer

XXX: SunOS PLIST untested.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/misc/screen/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/misc/screen/PLIST pkgsrc/misc/screen/PLIST.SunOS
cvs rdiff -r1.5 -r1.6 pkgsrc/misc/screen/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/misc/screen/patches/patch-ac \
    pkgsrc/misc/screen/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.