X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/4c7d97da50790da208f87ddc6ed8112abe130ea9..23a624ca1d40fa9cefd7229ac6152b79278a6517:/packages/wisi/NEWS diff --git a/packages/wisi/NEWS b/packages/wisi/NEWS index 9aa593854..3385ac6df 100755 --- a/packages/wisi/NEWS +++ b/packages/wisi/NEWS @@ -7,6 +7,33 @@ 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