Path to this page:
Subject: CVS commit: pkgsrc/editors/joe
From: Adam Ciarcinski
Date: 2006-07-24 09:50:12
Message id: 20060724075012.62B75211CA@cvs.netbsd.org
Log Message:
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.
Files: