Subject: CVS commit: pkgsrc/editors/biew
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/22/2003 12:27:08
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Jul 22 12:27:08 UTC 2003

Modified Files:
	pkgsrc/editors/biew: Makefile PLIST distinfo
	pkgsrc/editors/biew/patches: patch-aa
Removed Files:
	pkgsrc/editors/biew/patches: patch-ab

Log Message:
Update to 5.5.0:
5.5.0
- fixed bug of non repainting of bottom part of window under some
  vt100 terminals (NK).

5.3.2
- use /struct termdesc/ instead of /int/ for terminal type
- compiler warnings cleanup

5.3.1
- changed default prefix to /usr/local, cosmetic fixes

5.3.0
- BIEW/LINUX: reduce use of system calls, use pwrite if possible,
        keyboard functions reimplemented using async IO,
        added proper pseudographics support on xterms
        (with G1 charset) and console (with null map),
        autodetection of vcsaN number,
        "Save as" codepage conversion fixed.
- BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds
        terminal width - thanks to John Davis for helping me out.
- BIEW/CURSES: added mouse support (ncurses are required for this),
        added acs_map ncurses hack.
- BIEW/VT100: added proper pseudographics support (with G1 charset),
        keyboard functions reimplemented using async IO,
        added mouse support on Linux systems (gpm).
- use getpwuid() to determine home directory when HOME is unavailable
- reduce malloc()/free() calls in vioWriteBuff()
- moved default datadir from /usr/lib/biew to /usr/share/biew


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/editors/biew/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/editors/biew/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/biew/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/editors/biew/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/editors/biew/patches/patch-ab

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