]> code.delx.au - gnu-emacs-elpa/blob - NEWS.md
company-elisp--candidates-predicate: Consider bindings without values
[gnu-emacs-elpa] / NEWS.md
1 # History of user-visible changes
2
3 ## 2013-04-01 (0.6.7)
4
5 * Two `company-elisp` tweaks.
6
7 ## 2013-04-01 (0.6.6)
8
9 * `company-elisp` doesn't offer completions when typing the name and the
10 arguments of a new function or macro definition, allowing to fall back to
11 other back-ends like `company-dabbrev-code`.
12
13 ## 2013-03-30 (0.6.5)
14
15 * Fixed keybindings when running in a terminal.
16 * `company-elisp-show-locals-first`: new customizable variable.
17 * `company-elisp` shows more accurate and comprehensive candidates list.
18
19 ## 2013-03-26 (0.6.4)
20
21 * `company-eclim` shows valid completions after an opening paren.
22 * Expanded template does not get removed until the point leaves it. After your
23 input the last argument in a method call expanded by `company-eclim`, you can
24 press `<tab>` once more, to jump after the closing paren. No other bundled
25 back-ends are affected.
26
27 ## 2013-03-25 (0.6.3)
28
29 * New tooltip face colors used on themes with light background.
30 * Pseudo-tooltip stays up-to-date when text is inserted after the point.
31 * Fixed `company-require-match` mechanics.
32
33 ## 2013-03-24 (0.6.2)
34
35 * `global-company-mode` is now autoloaded.
36
37 ## 2013-03-23 (0.6.1)
38
39 * Documented `init` and `post-completion` back-end commands.
40 * `company-eclim` and `company-clang` only expand the template on explicit user
41 action (such as `company-complete-{selection,number,mouse}`).
42 * `company-template` has some breaking changes. When point is at one of the
43 fields, it's displayed at the beginning, not right after it; `<tab>` jumps to
44 the next field, `forward-word` and `subword-forward` remappings are removed;
45 when you jump to the next field, if the current one hasn't been edited, the
46 overlay gets removed but the text remains.
47 * `company-eclim` shows method overloads and expands templates for calls.
48 * `company-clang-objc-templatify` does not insert spaces after colons anymore.
49 * `company-clang` is now only initialized in supported buffers.
50 So, no error messages if you don't have Clang until you open a C file.
51 * `company-clang` recognizes Clang included in recent Xcode.
52 * New commands `company-select-previous-or-abort` and
53 `company-select-next-or-abort`, bound to `<up>` and `<down>`.
54
55 ## 2013-03-19 (0.6)
56
57 * Across-the-board bugfixing.
58 * `company-pysmell` is not used by default anymore.
59 * Loading of `nxml`, `semantic`, `pymacs` and `ropemacs` is now deferred.
60 * Candidates from grouped back-ends are merged more conservatively: only
61 back-ends that return the same prefix at point are used.
62 * `company-clang` now shows meta information, too.
63 * Some performance improvements.
64 * Fixed two old tooltip annoyances.
65 * Instead of `overrriding-terminal-local-map`, we're now using
66 `emulation-mode-map-alists` (experimental). This largely means that when the
67 completion keymap is active, other minor modes' keymaps are still used, so,
68 for example, it's not as easy to accidentally circumvent `paredit-mode`
69 when it's enabled.
70 * `company-elisp` has seen some improvements.
71 * Added `company-capf`: completion adapter using
72 `completion-at-point-functions`. (Stefan Monnier)
73 * Clang completions now include macros and are case-sensitive.
74 * Switching between tag files now works correctly with `company-etags`.
75
76 ## 2010-02-24 (0.5)
77
78 * `company-ropemacs` now provides location and docs. (Fernando H. Silva)
79 * Added `company-with-candidate-inserted` macro.
80 * Added `company-clang` back-end.
81 * Added new mechanism for non-consecutive insertion.
82 (So far only used by clang for ObjC.)
83 * The semantic back-end now shows meta information for local symbols.
84 * Added compatibility for CEDET in Emacs 23.2 and from CVS. (Oleg Andreev)
85
86 ## 2009-05-07 (0.4.3)
87
88 * Added `company-other-backend`.
89 * Idle completion no longer interrupts multi-key command input.
90 * Added `company-ropemacs` and `company-pysmell` back-ends.
91
92 ## 2009-04-25 (0.4.2)
93
94 * In C modes . and -> now count towards `company-minimum-prefix-length`.
95 * Reverted default front-end back to `company-preview-if-just-one-frontend`.
96 * The pseudo tooltip will no longer be clipped at the right window edge.
97 * Added `company-tooltip-minimum`.
98 * Windows compatibility fixes.
99
100 ## 2009-04-19 (0.4.1)
101
102 * Added `global-company-mode`.
103 * Performance enhancements.
104 * Added `company-eclim` back-end.
105 * Added safer workaround for Emacs `posn-col-row` bug.
106
107 ## 2009-04-18 (0.4)
108
109 * Automatic completion is now aborted if the prefix gets too short.
110 * Added option `company-dabbrev-time-limit`.
111 * `company-backends` now supports merging back-ends.
112 * Added back-end `company-dabbrev-code` for generic code.
113 * Fixed `company-begin-with`.
114
115 ## 2009-04-15 (0.3.1)
116
117 * Added 'stop prefix to prevent dabbrev from completing inside of symbols.
118 * Fixed issues with tabbar-mode and line-spacing.
119 * Performance enhancements.
120
121 ## 2009-04-12 (0.3)
122
123 * Added `company-begin-commands` option.
124 * Added abbrev, tempo and Xcode back-ends.
125 * Back-ends are now interactive. You can start them with M-x backend-name.
126 * Added `company-begin-with` for starting company from elisp-code.
127 * Added hooks.
128 * Added `company-require-match` and `company-auto-complete` options.
129
130 ## 2009-04-05 (0.2.1)
131
132 * Improved Emacs Lisp back-end behavior for local variables.
133 * Added `company-elisp-detect-function-context` option.
134 * The mouse can now be used for selection.
135
136 ## 2009-03-22 (0.2)
137
138 * Added `company-show-location`.
139 * Added etags back-end.
140 * Added work-around for end-of-buffer bug.
141 * Added `company-filter-candidates`.
142 * More local Lisp variables are now included in the candidates.
143
144 ## 2009-03-21 (0.1.5)
145
146 * Fixed elisp documentation buffer always showing the same doc.
147 * Added `company-echo-strip-common-frontend`.
148 * Added `company-show-numbers` option and M-0 ... M-9 default bindings.
149 * Don't hide the echo message if it isn't shown.
150
151 ## 2009-03-20 (0.1)
152
153 * Initial release.