diff options
author | adam <adam> | 2006-07-07 18:22:00 +0000 |
---|---|---|
committer | adam <adam> | 2006-07-07 18:22:00 +0000 |
commit | 3d17ab8a6cedc3b6519250946996d06693bd6ffe (patch) | |
tree | 2b52f923f983d1433edd5b9710af80ae1af150db /editors/joe/distinfo | |
parent | 36f61e22ce04b824af20b75580d76a21eb09b2a0 (diff) | |
download | pkgsrc-3d17ab8a6cedc3b6519250946996d06693bd6ffe.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/distinfo')
-rw-r--r-- | editors/joe/distinfo | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/joe/distinfo b/editors/joe/distinfo index 45dd1e70681..6bf3a31391f 100644 --- a/editors/joe/distinfo +++ b/editors/joe/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/12/09 15:04:19 joerg Exp $ +$NetBSD: distinfo,v 1.12 2006/07/07 18:22:00 adam Exp $ -SHA1 (joe-3.3.tar.gz) = f961fe68fa7c11a8d2334b15028661fb46a2d773 -RMD160 (joe-3.3.tar.gz) = f85ff66c0e00cbb85c0063601f3b41459bf2b336 -Size (joe-3.3.tar.gz) = 478218 bytes -SHA1 (patch-aa) = 4a67d0c4ff03ae5a1e44698dd24a7b8bc2c26ea8 +SHA1 (joe-3.4.tar.gz) = 8c044130b48dce0768880605ee2b5dac102ebbd1 +RMD160 (joe-3.4.tar.gz) = 0849f34ae239be8281a098532ec6b82d85f61607 +Size (joe-3.4.tar.gz) = 590679 bytes |