diff options
author | martti <martti> | 2002-01-26 07:16:59 +0000 |
---|---|---|
committer | martti <martti> | 2002-01-26 07:16:59 +0000 |
commit | 56da289edb90ff5ad671a7c20d02f668c75766b2 (patch) | |
tree | 4468aa1a0227ddbb0eeb201aeac642276d11a2a5 /editors/nano/PLIST | |
parent | 24116d064f509ae2e597d1e5cf86d454466e8a05 (diff) | |
download | pkgsrc-56da289edb90ff5ad671a7c20d02f668c75766b2.tar.gz |
Updated nano tp 1.0.8 (provede by Shell Hung in pkg/15278)
- Better partial word checking code
- Add Meta-A as alternate keyystroke for ^^ for people with
non-US keyboards
- Replace hard coded ALT_G and ALT_H values in the replace
and goto shortcuts with their macro counterparts NANO_ALT_*_KEY
- Call tcsetattr() to restore the old terminal settings, so
tcsh can use ^C after suspend for example
- Move "right" increment to part where new line is created
- New Polish translation, and updates
Diffstat (limited to 'editors/nano/PLIST')
-rw-r--r-- | editors/nano/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nano/PLIST b/editors/nano/PLIST index e1d41a00731..5ee11a028b7 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/22 09:23:15 martti Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/01/26 07:16:59 martti Exp $ bin/nano @unexec install-info --delete --info-dir=%D/info %D/info/nano.info info/nano.info @@ -17,6 +17,7 @@ share/locale/id/LC_MESSAGES/nano.mo share/locale/it/LC_MESSAGES/nano.mo share/locale/nl/LC_MESSAGES/nano.mo share/locale/no/LC_MESSAGES/nano.mo +share/locale/pl/LC_MESSAGES/nano.mo share/locale/ru/LC_MESSAGES/nano.mo share/locale/sv/LC_MESSAGES/nano.mo share/locale/uk/LC_MESSAGES/nano.mo |