diff options
author | martti <martti@pkgsrc.org> | 2001-12-19 06:53:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-12-19 06:53:19 +0000 |
commit | f31248832cc2454bb60c810d2b4f12cf967e2c45 (patch) | |
tree | 94afa26fb3a6b99d600c731ca249db9fe27721f5 /editors | |
parent | 7d545c58aabfb4dedc4aab05c4f606138b566694 (diff) | |
download | pkgsrc-f31248832cc2454bb60c810d2b4f12cf967e2c45.tar.gz |
Updated to 1.0.7 (provided by Shell Hung in pkg/14990)
- nano has its own self-contained checks for gettext
- Run signal_init() after doupdate() so ^Y wont suddenly
start suspending after returning from ^Z suspend in Hurd.
- do_spell() : Dont prompt for replace if we don't change
the word in question (Rocco Corsi, fixes bug #67).
- Added better Hurd support for function keys (Alt-V,U,9,@,F).
- signal_init() : Unconditionally disable VDSUSP if it exists,
stops ^Y suspending nano on the Hurd.
- Updated PO files
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 26a0d035c8c..b8afa82e22a 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/11/22 09:23:15 martti Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/19 06:53:19 martti Exp $ -DISTNAME= nano-1.0.6 +DISTNAME= nano-1.0.7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU:=nano/} diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 827e1d526eb..d65bb671c07 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/11/22 09:23:15 martti Exp $ +$NetBSD: distinfo,v 1.4 2001/12/19 06:53:19 martti Exp $ -SHA1 (nano-1.0.6.tar.gz) = bde3ddfdea215e888c79c18cf923388b44b94f3f -Size (nano-1.0.6.tar.gz) = 430318 bytes +SHA1 (nano-1.0.7.tar.gz) = 2bacef082bdf5f974ef7a22ac5cbe664509845bc +Size (nano-1.0.7.tar.gz) = 433383 bytes SHA1 (patch-aa) = 1337fb38f20b04e3ee4f1682f8b608b6c180e99a |