]> code.delx.au - gnu-emacs-elpa/blob - packages/wisi/NEWS
Merge commit '0cda39255827f283e7578cd469ae42daad9556a2' from js2-mode
[gnu-emacs-elpa] / packages / wisi / NEWS
1 GNU Emacs wisi NEWS -- history of user-visible changes.
2
3 Copyright (C) 2014 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
5
6 Please send wisi bug reports to bug-gnu-emacs@gnu.org, with
7 'wisi' in the subject. If possible, use M-x report-emacs-bug.
8
9 \f
10 * wisi 1.1.2
11 20 Jan 2016
12
13 ** wisi-compile no longer requires semantic.
14
15 ** wisi-parse slightly faster
16
17 ** minor bug fixes
18
19 ** wisi-extend-action now takes two args (first last)
20
21 ** wisi-face-action-1 optional arg no-override is replaced by override-no-error.
22
23 * wisi 1.1.1
24 10 Apr 2015
25
26 ** rename wisi-font-lock-size-threshold to wisi-size-threshold, use
27 for more things in ada-mode
28
29 * wisi 1.1.0
30 18 Nov 2014
31
32 ** change wisi-forward-token to not return text; simpler, faster
33
34 ** remove face from wisi-cache; set font-lock-face property directly.
35
36 ** add support for numeric literal tokens.
37
38 ** change wisi-*-action to take a vector of arguments; faster for
39 external parser, catches more errors.
40
41 ** add wisi-font-lock-size-threshold
42
43 * wisi 1.0.6
44 28 Sep 2014
45
46 ** add face to wisi-cache
47
48 ** wisi-before/after-change : improve checks for invalidate-cache
49
50 ** wisi-motion-action takes class with each token-id
51
52 ** new parse actions: wisi-extend-action, wisi-face-action
53
54 ** new functions: wisi-goto-statement-start, -end.
55
56 ** fix misc bugs
57
58 * wisi 1.0.5
59 12 Jul 2014
60
61 ** wisi-parse-max-parallel-current - new variable for debugging slow parsing issues
62
63 ** wisi-set-end - new algorithm giving significant speedup
64
65 * wisi 1.0.4
66 19 Apr 2014
67
68 ** add support for GNAT Ada bracket hex character notation
69
70 * wisi 1.0.3
71 16 Mar 2014
72
73 ** fix another packaging bug; forgot to add files to ELPA git!
74
75 * wisi 1.0.2
76 14 Mar 2014
77
78 ** Emacs 24.2 supported, via cl-lib in Gnu ELPA
79
80 * wisi 1.0.1
81
82 ** minor fixes for byte compiler warnings
83
84 * wisi 1.0
85 Feb 2 2014
86
87 ** first release in ELPA