diff options
author | adam <adam> | 2006-07-24 07:50:12 +0000 |
---|---|---|
committer | adam <adam> | 2006-07-24 07:50:12 +0000 |
commit | 9c1250de9341244ab4faccc0bdeea81d3376ba5a (patch) | |
tree | 6325769b43203c01572fdaf7d5ae1766caa0bd8f /editors | |
parent | 51f98a24ded83ba026b36199de730685ebcea817 (diff) | |
download | pkgsrc-9c1250de9341244ab4faccc0bdeea81d3376ba5a.tar.gz |
Changes 3.5:
- Query windows now expand to multiple lines if necessary
- Single key queries are now internationalized (set local versions in the
.po file)
- Spell check language can be set in the editor
- New syntax files: m4, joerc
- New debug window for highlight file syntax errors.
- Macros can be typed at the ESC X prompt (before it used to accept only
commands).
- Built-in joerc file allows joe to run even if /etc/joe directory is
missing.
- Support for 'long long' allows editing parts of files larger than 4GB.
For example, you can say: joe /dev/hda,0x100000000,0x1000 to edit the 4KB
block at offset 4GB of a hard drive.
- Option which allows you set how many undo records to keep.
- You can give a path to the tags file in the TAGS environment variable.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/joe/Makefile | 4 | ||||
-rw-r--r-- | editors/joe/PLIST | 5 | ||||
-rw-r--r-- | editors/joe/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 47f8904dea6..1d8cee941ae 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2006/07/07 18:22:00 adam Exp $ +# $NetBSD: Makefile,v 1.30 2006/07/24 07:50:12 adam Exp $ -DISTNAME= joe-3.4 +DISTNAME= joe-3.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/} diff --git a/editors/joe/PLIST b/editors/joe/PLIST index d499fbafee9..53d365c9b00 100644 --- a/editors/joe/PLIST +++ b/editors/joe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2006/07/07 18:22:00 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/07/24 07:50:12 adam Exp $ bin/jmacs bin/joe bin/jpico @@ -21,6 +21,7 @@ share/examples/joe/joerc share/examples/joe/jpicorc share/examples/joe/jstarrc share/examples/joe/lang/de.po +share/examples/joe/lang/fr.po share/examples/joe/lang/ru.po share/examples/joe/rjoerc share/examples/joe/syntax/4gl.jsf @@ -37,8 +38,10 @@ share/examples/joe/syntax/fortran.jsf share/examples/joe/syntax/haskell.jsf share/examples/joe/syntax/html.jsf share/examples/joe/syntax/java.jsf +share/examples/joe/syntax/joerc.jsf share/examples/joe/syntax/lisp.jsf share/examples/joe/syntax/lua.jsf +share/examples/joe/syntax/m4.jsf share/examples/joe/syntax/mail.jsf share/examples/joe/syntax/mason.jsf share/examples/joe/syntax/ocaml.jsf diff --git a/editors/joe/distinfo b/editors/joe/distinfo index 331f67c6546..a15a763ef9a 100644 --- a/editors/joe/distinfo +++ b/editors/joe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2006/07/11 00:30:09 joerg Exp $ +$NetBSD: distinfo,v 1.14 2006/07/24 07:50:12 adam Exp $ -SHA1 (joe-3.4.tar.gz) = 8c044130b48dce0768880605ee2b5dac102ebbd1 -RMD160 (joe-3.4.tar.gz) = 0849f34ae239be8281a098532ec6b82d85f61607 -Size (joe-3.4.tar.gz) = 590679 bytes +SHA1 (joe-3.5.tar.gz) = aeee6bb71ed1e9b9c9a2a64d8e078a06245957e5 +RMD160 (joe-3.5.tar.gz) = c58d2bdd4882bf698722d5a8e840f3d7a0221fc6 +Size (joe-3.5.tar.gz) = 613815 bytes SHA1 (patch-aa) = 25d7b96349b20af7e2f3de09dc6c8a229028c9dc |