diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2000-04-28 19:40:04 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2000-04-28 19:40:04 +0000 |
commit | 5bd9bf949bb83c2e13c1c12eb2ec0b7d57167a86 (patch) | |
tree | a8e9bc899967070f3a05610e3c75d0a72c3e657f /misc/lv | |
parent | d2fd9c1bffd4c6f1b4c9cb94bc3d6c07d0c38426 (diff) | |
download | pkgsrc-5bd9bf949bb83c2e13c1c12eb2ec0b7d57167a86.tar.gz |
Update lv to 4.49.3.
Changes:
ver 4.49.3 (Nov.2nd,1999)
modified import.h to remove needless #ifndef.
added key bindings for PageUp/PageDown to move prev/next page, and
changed Left/Right bindings to moving prev/next half page.
added bzip2 support for *.bz2 files with bzcat(1).
modified ConfFilename() to refer environment variable MAN_PN and
show that instead of "(stdin)" when man(1) passes the variable to lv.
modified iso-8859-7/Unicode mapping table.
fixed a bug that standout sequences remaine when you search a
string before suspend/edit, and after that you immediately cancel
the search.
fixed a bug again, lv blocks stdin stream by itself, before the
first page cache is filled (once fixed in ver 4.2beta2).
ver 4.49.2 (Sep.14th,1999)
added run-time command '=' that acts equally as 'C-g'.
changed LV_FILES_MAX constant to LV_FILES_UNLIMITED for UNIX
version.
ver 4.49.1 (Jul.25th,1999)
Translation of utf-8 and utf-7 into iso-8859-* was mishandled. Since
iso-8859-* are ISO 2022 8bit system and output routine of that was
shared with iso-2022-jp inside lv, so Unicode was converted into JIS
Japanese codeset by mistake. Furthermore, some glyphs in iso-8859-2..9
that iso-8859-1 also contains were incorrectly mapped into iso-8859-1.
Then I changed following points:
Rebuilt iso-8859-* mapping table.
Separated iso-8859-* encoding routine from iso-2022-jp.
This bug report was posted by <elad@tsur1.dhis.org>.
pre ver 4.48.2
some bugfix.
Diffstat (limited to 'misc/lv')
-rw-r--r-- | misc/lv/Makefile | 6 | ||||
-rw-r--r-- | misc/lv/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile index 71e371e4e60..2dc78e96793 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/05/10 04:06:50 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 2000/04/28 19:40:04 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.3 1999/01/08 03:32:06 itojun Exp $ -DISTNAME= lv441 -PKGNAME= lv-4.41 +DISTNAME= lv4493 +PKGNAME= lv-4.49.3 CATEGORIES= misc MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/ diff --git a/misc/lv/files/md5 b/misc/lv/files/md5 index 475706fb189..bdaee1c8646 100644 --- a/misc/lv/files/md5 +++ b/misc/lv/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/05/10 04:06:50 sakamoto Exp $ +$NetBSD: md5,v 1.3 2000/04/28 19:40:05 sakamoto Exp $ -MD5 (lv441.tar.gz) = 4918b8356fcc07ac795b6d1f84f58228 +MD5 (lv4493.tar.gz) = abdbd1891be981492981784bd478c35f |