]> code.delx.au - gnu-emacs-elpa/blob - packages/wisi/NEWS
Merge commit '37c46180280f10fa5120a017acd04f7022d124e4'
[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.1
11 10 Apr 2015
12
13 ** rename wisi-font-lock-size-threshold to wisi-size-threshold, use
14 for more things in ada-mode
15
16 * wisi 1.1.0
17 18 Nov 2014
18
19 ** change wisi-forward-token to not return text; simpler, faster
20
21 ** remove face from wisi-cache; set font-lock-face property directly.
22
23 ** add support for numeric literal tokens.
24
25 ** change wisi-*-action to take a vector of arguments; faster for
26 external parser, catches more errors.
27
28 ** add wisi-font-lock-size-threshold
29
30 * wisi 1.0.6
31 28 Sep 2014
32
33 ** add face to wisi-cache
34
35 ** wisi-before/after-change : improve checks for invalidate-cache
36
37 ** wisi-motion-action takes class with each token-id
38
39 ** new parse actions: wisi-extend-action, wisi-face-action
40
41 ** new functions: wisi-goto-statement-start, -end.
42
43 ** fix misc bugs
44
45 * wisi 1.0.5
46 12 Jul 2014
47
48 ** wisi-parse-max-parallel-current - new variable for debugging slow parsing issues
49
50 ** wisi-set-end - new algorithm giving significant speedup
51
52 * wisi 1.0.4
53 19 Apr 2014
54
55 ** add support for GNAT Ada bracket hex character notation
56
57 * wisi 1.0.3
58 16 Mar 2014
59
60 ** fix another packaging bug; forgot to add files to ELPA git!
61
62 * wisi 1.0.2
63 14 Mar 2014
64
65 ** Emacs 24.2 supported, via cl-lib in Gnu ELPA
66
67 * wisi 1.0.1
68
69 ** minor fixes for byte compiler warnings
70
71 * wisi 1.0
72 Feb 2 2014
73
74 ** first release in ELPA