summaryrefslogtreecommitdiff
path: root/editors/joe/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-07-07 18:22:00 +0000
committeradam <adam@pkgsrc.org>2006-07-07 18:22:00 +0000
commit1b8930c54b5209841cf21a2b1db9d550efc6bcb1 (patch)
tree2b52f923f983d1433edd5b9710af80ae1af150db /editors/joe/Makefile
parente89115bbd944dec9c7e180e969c965aeec1bde5a (diff)
downloadpkgsrc-1b8930c54b5209841cf21a2b1db9d550efc6bcb1.tar.gz
Changes 3.4:
- Paragraph reformatter and word wrap now handle '*' and '-' bullet lists. - Better internationalization (i18n) - Multi-file search and replace - JOE now restores cursor position in previously visited files. - Build and grep window work more like Turbo-C: the messages window is forced onto the screen when you hit ^[ = and ^[ -. - Syntax highlighter definition files (.jsf files) can now have subroutines. This eases highlighter reuse: for example, Mason and PHP can share the HTML highlighter. - I've changed the way JOE handles '-' and redirected input - Many bugs have been fixed. I've tried to address every issue in the bug tracker. Hopefully I didn't create too many new ones :-) - You can now define which characters can indent paragraphs. Also the default list has been reduced so that formatting of TeX/LaTeX files works better. - Highlighting now uses less CPU time and always parses from the beginning of the file (the number of sync lines option is deprecated). Here is a CPU usage comparison for scrolling forwards and backwards through a 35K line C file: - JOE now matches Thomas Dickey's implementation of my xterm patch (but configure xterm with --paste64). - File selection menu/completion-list is now above the prompt (which is more like bash). Also it is transposed, so that it is sorted by columns instead of rows. - "Bufed" (prompt for a buffer to edit), works like other file prompt commands: it's a real prompt with history and completion. - Automatic horizontal left scroll jumps by 5-10 columns. - New syntax files: troff, Haskell, Cadance SKILL, REXX, LUA, RUBY. Many of the existing syntax files have been improved.
Diffstat (limited to 'editors/joe/Makefile')
-rw-r--r--editors/joe/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index cdee0980fcf..47f8904dea6 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2006/02/05 23:08:56 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/07/07 18:22:00 adam Exp $
-DISTNAME= joe-3.3
-PKGREVISION= 1
+DISTNAME= joe-3.4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}