From f6a9c1eb5e677eb87fe590de5105b9e222ba78e3 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 23 Jun 2010 12:52:42 +0000 Subject: Changes 3.7: * backspace/DEL means 'n' in replace prompt for better emacs compatibility * Menus are now made up of macros instead of options. * ^T is now a user definable menu system * Treat \ as a quote character for file I/O. Now you can edit files like !test with \!test * Print NULs in default search string. Handle many \s properly. * Allow backslashes in file names * Fix %A to print unicode * Charles Tabony's (vectorshifts's) highlighter stack patch * ! is relace all in replace prompt * Turn off UTF-8 when we enter hex mode * Call ttsig on vfile I/O errors. * Abort cleanly when malloc returns NULL * Add reload command to reload file from disk * Modify configure scrips to use docdir for extra documents and * Don't use bold yellow, it's bad for white screens * Fix TeX highlighter: don't highlight " * Make mail.jsf more forgiving for those of us who still use old UNIX mail * Fix file rename bugs * Improve ubop: can reformat a block of paragraphs again. Reformat of adjacent indented paragraphs working again. * Improve XML highlighter: allow \r in whitespace --- editors/joe/PLIST | 105 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 50 deletions(-) (limited to 'editors/joe/PLIST') diff --git a/editors/joe/PLIST b/editors/joe/PLIST index 06dbd40bbea..ebccfc877c7 100644 --- a/editors/joe/PLIST +++ b/editors/joe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:50:23 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2010/06/23 12:52:43 adam Exp $ bin/jmacs bin/joe bin/jpico @@ -7,59 +7,64 @@ bin/rjoe bin/termidx man/man1/joe.1 man/ru/man1/joe.1 -share/examples/joe/charmaps/klingon -share/examples/joe/doc/ChangeLog -share/examples/joe/doc/HACKING -share/examples/joe/doc/HINTS -share/examples/joe/doc/LIST -share/examples/joe/doc/NEWS -share/examples/joe/doc/README +share/doc/joe/ChangeLog +share/doc/joe/HACKING +share/doc/joe/HINTS +share/doc/joe/LIST +share/doc/joe/NEWS +share/doc/joe/README share/examples/joe/ftyperc share/examples/joe/jicerc.ru share/examples/joe/jmacsrc 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 -share/examples/joe/syntax/ada.jsf -share/examples/joe/syntax/asm.jsf -share/examples/joe/syntax/awk.jsf -share/examples/joe/syntax/c.jsf -share/examples/joe/syntax/cobol.jsf -share/examples/joe/syntax/conf.jsf -share/examples/joe/syntax/csh.jsf -share/examples/joe/syntax/css.jsf -share/examples/joe/syntax/diff.jsf -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 -share/examples/joe/syntax/pascal.jsf -share/examples/joe/syntax/perl.jsf -share/examples/joe/syntax/php.jsf -share/examples/joe/syntax/ps.jsf -share/examples/joe/syntax/python.jsf -share/examples/joe/syntax/rexx.jsf -share/examples/joe/syntax/ruby.jsf -share/examples/joe/syntax/sed.jsf -share/examples/joe/syntax/sh.jsf -share/examples/joe/syntax/skill.jsf -share/examples/joe/syntax/sml.jsf -share/examples/joe/syntax/sql.jsf -share/examples/joe/syntax/tcl.jsf -share/examples/joe/syntax/tex.jsf -share/examples/joe/syntax/troff.jsf -share/examples/joe/syntax/verilog.jsf -share/examples/joe/syntax/vhdl.jsf -share/examples/joe/syntax/xml.jsf +share/joe/charmaps/klingon +share/joe/lang/de.po +share/joe/lang/fr.po +share/joe/lang/ru.po +share/joe/lang/uk.po +share/joe/syntax/4gl.jsf +share/joe/syntax/ada.jsf +share/joe/syntax/asm.jsf +share/joe/syntax/awk.jsf +share/joe/syntax/c.jsf +share/joe/syntax/cobol.jsf +share/joe/syntax/conf.jsf +share/joe/syntax/csh.jsf +share/joe/syntax/css.jsf +share/joe/syntax/diff.jsf +share/joe/syntax/fortran.jsf +share/joe/syntax/haskell.jsf +share/joe/syntax/html.jsf +share/joe/syntax/java.jsf +share/joe/syntax/joerc.jsf +share/joe/syntax/jsf.jsf +share/joe/syntax/jsf_check.jsf +share/joe/syntax/lisp.jsf +share/joe/syntax/lua.jsf +share/joe/syntax/m4.jsf +share/joe/syntax/mail.jsf +share/joe/syntax/mason.jsf +share/joe/syntax/matlab.jsf +share/joe/syntax/ocaml.jsf +share/joe/syntax/pascal.jsf +share/joe/syntax/perl.jsf +share/joe/syntax/php.jsf +share/joe/syntax/ps.jsf +share/joe/syntax/python.jsf +share/joe/syntax/rexx.jsf +share/joe/syntax/ruby.jsf +share/joe/syntax/sed.jsf +share/joe/syntax/sh.jsf +share/joe/syntax/skill.jsf +share/joe/syntax/sml.jsf +share/joe/syntax/spec.jsf +share/joe/syntax/sql.jsf +share/joe/syntax/tcl.jsf +share/joe/syntax/tex.jsf +share/joe/syntax/troff.jsf +share/joe/syntax/verilog.jsf +share/joe/syntax/vhdl.jsf +share/joe/syntax/xml.jsf -- cgit v1.2.3