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