X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/c828ee6d19b57256e1fa2321dc830fe5a6cf8af1..23a624ca1d40fa9cefd7229ac6152b79278a6517:/packages/wisi/NEWS diff --git a/packages/wisi/NEWS b/packages/wisi/NEWS index a1da0cf37..3385ac6df 100755 --- a/packages/wisi/NEWS +++ b/packages/wisi/NEWS @@ -7,6 +7,40 @@ Please send wisi bug reports to bug-gnu-emacs@gnu.org, with 'wisi' in the subject. If possible, use M-x report-emacs-bug. +* wisi 1.1.0 +18 Nov 2014 + +** change wisi-forward-token to not return text; simpler, faster + +** remove face from wisi-cache; set font-lock-face property directly. + +** add support for numeric literal tokens. + +** change wisi-*-action to take a vector of arguments; faster for + external parser, catches more errors. + +* wisi 1.0.6 +28 Sep 2014 + +** add face to wisi-cache + +** wisi-before/after-change : improve checks for invalidate-cache + +** wisi-motion-action takes class with each token-id + +** new parse actions: wisi-extend-action, wisi-face-action + +** new functions: wisi-goto-statement-start, -end. + +** fix misc bugs + +* wisi 1.0.5 +12 Jul 2014 + +** wisi-parse-max-parallel-current - new variable for debugging slow parsing issues + +** wisi-set-end - new algorithm giving significant speedup + * wisi 1.0.4 19 Apr 2014