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