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