Subject: CVS commit: pkgsrc/editors/joe
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 06/03/2004 08:52:23
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Jun  3 08:52:23 UTC 2004

Modified Files:
	pkgsrc/editors/joe: Makefile PLIST distinfo
Removed Files:
	pkgsrc/editors/joe/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ai

Log Message:
Changes 3.1:
* Regex and incremental search (jmacs ^S) now work for UTF-8
* More and improved syntax highlighting files, including Mason
* Use ^T E to set character set of file (hit <tab> <tab> at the
  prompt for a list of available character sets).
* Can install custom "i18n" style byte oriented character set
  definition files.
* No longer depends on iconv() (easier to compile)
* Fix bug where right arrow was not doing right thing on last line
* Fix UTF-8 codes between 0x10000 - 0x1FFFF
* Now prints <XXXX> for unicode control characters
* Improved smart home, indent, etc.
* TAB completion is now more "bash"-like
* When multiple files are given on command line, they end up in
  same order on the screen in JOE (before they were shuffled).
* Menu size is now variable (40% of window size or smaller if
  it's not filled).
* Added -icase option for case insensitive search by default.
* Added -wrap option, which makes searches wrap
* Added status line sequence %x: shows current context (function
  name if you're editing C).
* Added tab completion at search prompts and ESC-Enter for tab
  completion within text windows.
* Warn if file changed on save.
* Added Ctrl-space block selection method
* Added Ctrl-arrow key block selection method
* ^K E asks if you want to load original version of the file
* jmacs bugs fixes: upperase word, transpose words, ^X ^C is
  more emacs-like., ^X k and ^X ^V more like emacs.
* Much improved compile system ^[ c
* Much improved jpico
* aspell support.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/editors/joe/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/editors/joe/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/editors/joe/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/editors/joe/patches/patch-aa
cvs rdiff -r1.5 -r0 pkgsrc/editors/joe/patches/patch-ab \
    pkgsrc/editors/joe/patches/patch-ac
cvs rdiff -r1.3 -r0 pkgsrc/editors/joe/patches/patch-ad
cvs rdiff -r1.2 -r0 pkgsrc/editors/joe/patches/patch-ae \
    pkgsrc/editors/joe/patches/patch-af pkgsrc/editors/joe/patches/patch-ag \
    pkgsrc/editors/joe/patches/patch-ah
cvs rdiff -r1.1 -r0 pkgsrc/editors/joe/patches/patch-ai

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.