pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/joe



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 19 09:15:54 UTC 2015

Modified Files:
        pkgsrc/editors/joe: Makefile PLIST distinfo

Log Message:
Changes 4.1:
* New or improved syntax files for the following languages:
        * Groovy, R, Clojure, Rust, Coffeescript, Java, Scala, Swift, D,
          AVR, Ruby, Perl
* New translations
        * Chinese (zh_TW)
* UTF-16 support
        * JOE can now edit UTF-16BE and UTF-16LE files.  It does this
          by converting them to UTF-8 during load and back to UTF-16 during
          save.
        * Within JOE, native byte order is called UTF-16 and reversed order
          is called UTF-16R.
        * If you change the encoding (with ^T E) between UTF-8, UTF-16 and UTF-16R,
          JOE will convert the file to the desired encoding on save.
* New regular expression engine
* Unicode improvements
* Code clean up
* Bugs fixed
* Minor enhancements
* jmacs fixes:
* ESC g (grep/find) and ESC c (compile) improvements


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/editors/joe/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/joe/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/editors/joe/distinfo

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




Home | Main Index | Thread Index | Old Index