]> code.delx.au - gnu-emacs-elpa/blob - NEWS.md
Define and use `company-grab-symbol-cons'
[gnu-emacs-elpa] / NEWS.md
1 # History of user-visible changes
2
3 ## Next
4
5 * New function `company-grab-symbol-cons`.
6 * `company-clang` fetches completion candidates asynchronously.
7 * Added support for asynchronous back-ends (experimental).
8 * Support for back-end command `crop` dropped (it was never documented).
9 * Support for Emacs 23 dropped.
10 * New user option `company-abort-manual-when-too-short`.
11
12 ## 2014-03-25 (0.7.3)
13
14 * New user option `company-etags-ignore-case`.
15
16 ## 2014-03-19 (0.7.2)
17
18 * Support for Emacs 22 officially dropped.
19 * `company-clang` supports `indent-tabs-mode` and multibyte chars before point.
20
21 ## 2014-03-18 (0.7.1)
22
23 * Group of back-ends can now contain keyword `:with`, which makes all back-ends
24 after it to be skipped for prefix calculation.
25 * New function `company-version`.
26 * New bundled back-end `company-yasnippet`.
27 * Completion candidates returned from grouped back-ends are tagged to remember
28 which back-end each came from.
29 * New user option `company-tooltip-align-annotations`, off by default.
30 * New bundled back-end `company-bbdb`.
31
32 ## 2014-02-18 (0.7)
33
34 * New back-end command, `match`, for non-prefix completion.
35 * New user option `company-continue-commands`. The default value aborts
36 completion on buffer saving commands.
37 * New back-end command, `annotation`, for text displayed inline in the popup
38 that's not a part of completion candidate.
39 * `company-capf`, `company-clang` and `company-eclim` use `annotation`.
40 * `company-preview*` faces inherit from `company-tooltip-selection` and
41 `company-tooltip-common-selection` on light themes.
42 * New user option `company-transformers`.
43 * First transformer, `company-sort-by-occurrence`.
44 * New user options controlling `company-dabbrev` and `company-dabbrev-code`.
45
46 ## 2014-01-25 (0.6.14)
47
48 * The tooltip front-end is rendered with scrollbar, controlled by the user
49 option `company-tooltip-offset-display`.
50 * The tooltip front-end is rendered with margins, controlled by the user option
51 `company-tooltip-margin`.
52
53 ## 2014-01-14 (0.6.13)
54
55 * Experimental support for non-prefix completion.
56 * Starting with Emacs version 24.4, `company-capf` is included in
57 `company-backends` and replaces `company-elisp`.
58 * `company-capf` supports completion tables that return non-default boundaries.
59 * `company-elisp` is enabled in `inferior-emacs-lisp-mode`.
60
61 ## 2013-09-28 (0.6.12)
62
63 * Default value of `company-begin-commands` changed to `(self-insert-command)`.
64 * Futher improvement in `org-indent-mode` compatibility.
65
66 ## 2013-08-18 (0.6.11)
67
68 * `company-template-c-like-templatify` removes all text after closing paren, for
69 use in backends that display additional info there.
70 * `company-cmake` is now bundled.
71 * Better `linum` compatibility in Emacs <= 24.2.
72 * `company-global-modes`: New option.
73
74 ## 2013-05-26 (0.6.10)
75
76 * Plays nicer with `org-indent-mode`.
77 * Works in horizontally scrolled windows.
78
79 ## 2013-05-10 (0.6.9)
80
81 * `company-capf` respects `:exit-function` completion property.
82 * `company-backends`: `prefix` command can return `t` in the cdr.
83 * `company-clang-begin-after-member-access`: New option.
84 * Mouse click outside the tooltip aborts completion.
85 * `company-clang` uses standard input to pass the contents of current buffer to
86 Clang 2.9+, otherwise saves the buffer and passes the path to the file.
87 * `company-clang-auto-save` option has been removed.
88 * Better interaction with `outline-minor-mode`.
89 * `company-dabbrev-code` supports all `prog-mode` derivatives.
90
91 ## 2013-04-16 (0.6.8)
92
93 * `company-auto-complete` is disabled by default.
94 * `company-auto-complete-chars` default value includes fewer syntax classes.
95 * In expanded function calls, arguments skipped by the user default to "argN".
96 * `company-eclim` and `company-clang` do not strip argument types from fields.
97 * `company-clang` expands function calls for all three modes now.
98 * `company-clang` supports `c++-mode` by default.
99
100 ## 2013-04-05 (0.6.7)
101
102 * Two `company-elisp` tweaks.
103
104 ## 2013-04-01 (0.6.6)
105
106 * `company-elisp` doesn't offer completions when typing the name and the
107 arguments of a new function or macro definition, allowing to fall back to
108 other back-ends like `company-dabbrev-code`.
109
110 ## 2013-03-30 (0.6.5)
111
112 * Fixed keybindings when running in a terminal.
113 * `company-elisp-show-locals-first`: new customizable variable.
114 * `company-elisp` shows more accurate and comprehensive candidates list.
115
116 ## 2013-03-26 (0.6.4)
117
118 * `company-eclim` shows valid completions after an opening paren.
119 * Expanded template does not get removed until the point leaves it. After your
120 input the last argument in a method call expanded by `company-eclim`, you can
121 press `<tab>` once more, to jump after the closing paren. No other bundled
122 back-ends are affected.
123
124 ## 2013-03-25 (0.6.3)
125
126 * New tooltip face colors used on themes with light background.
127 * Pseudo-tooltip stays up-to-date when text is inserted after the point.
128 * Fixed `company-require-match` mechanics.
129
130 ## 2013-03-24 (0.6.2)
131
132 * `global-company-mode` is now autoloaded.
133
134 ## 2013-03-23 (0.6.1)
135
136 * Documented `init` and `post-completion` back-end commands.
137 * `company-eclim` and `company-clang` only expand the template on explicit user
138 action (such as `company-complete-{selection,number,mouse}`).
139 * `company-template` has some breaking changes. When point is at one of the
140 fields, it's displayed at the beginning, not right after it; `<tab>` jumps to
141 the next field, `forward-word` and `subword-forward` remappings are removed;
142 when you jump to the next field, if the current one hasn't been edited, the
143 overlay gets removed but the text remains.
144 * `company-eclim` shows method overloads and expands templates for calls.
145 * `company-clang-objc-templatify` does not insert spaces after colons anymore.
146 * `company-clang` is now only initialized in supported buffers.
147 So, no error messages if you don't have Clang until you open a C file.
148 * `company-clang` recognizes Clang included in recent Xcode.
149 * New commands `company-select-previous-or-abort` and
150 `company-select-next-or-abort`, bound to `<up>` and `<down>`.
151
152 ## 2013-03-19 (0.6)
153
154 * Across-the-board bugfixing.
155 * `company-pysmell` is not used by default anymore.
156 * Loading of `nxml`, `semantic`, `pymacs` and `ropemacs` is now deferred.
157 * Candidates from grouped back-ends are merged more conservatively: only
158 back-ends that return the same prefix at point are used.
159 * `company-clang` now shows meta information, too.
160 * Some performance improvements.
161 * Fixed two old tooltip annoyances.
162 * Instead of `overrriding-terminal-local-map`, we're now using
163 `emulation-mode-map-alists` (experimental). This largely means that when the
164 completion keymap is active, other minor modes' keymaps are still used, so,
165 for example, it's not as easy to accidentally circumvent `paredit-mode`
166 when it's enabled.
167 * `company-elisp` has seen some improvements.
168 * Added `company-capf`: completion adapter using
169 `completion-at-point-functions`. (Stefan Monnier)
170 * Clang completions now include macros and are case-sensitive.
171 * Switching between tag files now works correctly with `company-etags`.
172
173 ## 2010-02-24 (0.5)
174
175 * `company-ropemacs` now provides location and docs. (Fernando H. Silva)
176 * Added `company-with-candidate-inserted` macro.
177 * Added `company-clang` back-end.
178 * Added new mechanism for non-consecutive insertion.
179 (So far only used by clang for ObjC.)
180 * The semantic back-end now shows meta information for local symbols.
181 * Added compatibility for CEDET in Emacs 23.2 and from CVS. (Oleg Andreev)
182
183 ## 2009-05-07 (0.4.3)
184
185 * Added `company-other-backend`.
186 * Idle completion no longer interrupts multi-key command input.
187 * Added `company-ropemacs` and `company-pysmell` back-ends.
188
189 ## 2009-04-25 (0.4.2)
190
191 * In C modes . and -> now count towards `company-minimum-prefix-length`.
192 * Reverted default front-end back to `company-preview-if-just-one-frontend`.
193 * The pseudo tooltip will no longer be clipped at the right window edge.
194 * Added `company-tooltip-minimum`.
195 * Windows compatibility fixes.
196
197 ## 2009-04-19 (0.4.1)
198
199 * Added `global-company-mode`.
200 * Performance enhancements.
201 * Added `company-eclim` back-end.
202 * Added safer workaround for Emacs `posn-col-row` bug.
203
204 ## 2009-04-18 (0.4)
205
206 * Automatic completion is now aborted if the prefix gets too short.
207 * Added option `company-dabbrev-time-limit`.
208 * `company-backends` now supports merging back-ends.
209 * Added back-end `company-dabbrev-code` for generic code.
210 * Fixed `company-begin-with`.
211
212 ## 2009-04-15 (0.3.1)
213
214 * Added 'stop prefix to prevent dabbrev from completing inside of symbols.
215 * Fixed issues with tabbar-mode and line-spacing.
216 * Performance enhancements.
217
218 ## 2009-04-12 (0.3)
219
220 * Added `company-begin-commands` option.
221 * Added abbrev, tempo and Xcode back-ends.
222 * Back-ends are now interactive. You can start them with M-x backend-name.
223 * Added `company-begin-with` for starting company from elisp-code.
224 * Added hooks.
225 * Added `company-require-match` and `company-auto-complete` options.
226
227 ## 2009-04-05 (0.2.1)
228
229 * Improved Emacs Lisp back-end behavior for local variables.
230 * Added `company-elisp-detect-function-context` option.
231 * The mouse can now be used for selection.
232
233 ## 2009-03-22 (0.2)
234
235 * Added `company-show-location`.
236 * Added etags back-end.
237 * Added work-around for end-of-buffer bug.
238 * Added `company-filter-candidates`.
239 * More local Lisp variables are now included in the candidates.
240
241 ## 2009-03-21 (0.1.5)
242
243 * Fixed elisp documentation buffer always showing the same doc.
244 * Added `company-echo-strip-common-frontend`.
245 * Added `company-show-numbers` option and M-0 ... M-9 default bindings.
246 * Don't hide the echo message if it isn't shown.
247
248 ## 2009-03-20 (0.1)
249
250 * Initial release.