Skip to content

Commit 974aee7

Browse files
author
Graham Lee
committed
racer is added.
1 parent 0ceaeb1 commit 974aee7

File tree

13,074 files changed

+2687192
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

13,074 files changed

+2687192
-0
lines changed

bin/racer/darwin

3.53 MB
Binary file not shown.

elpa/archives/gnu/archive-contents

Lines changed: 681 additions & 0 deletions
Large diffs are not rendered by default.

elpa/company-0.8.12/.dir-locals.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
((nil . ((indent-tabs-mode . nil)
2+
(fill-column . 80)
3+
(sentence-end-double-space . t)
4+
(emacs-lisp-docstring-fill-column . 75))))

elpa/company-0.8.12/.elpaignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.travis.yml
2+
.gitignore
3+
Makefile
4+
test/
5+
company-tests.el

elpa/company-0.8.12/ChangeLog

Lines changed: 310 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,310 @@
1+
2015-03-04 Dmitry Gutov <[email protected]>
2+
3+
Merge commit 'e085a333867959a1b36015a3ad8e12e5bd6550d9' from company
4+
5+
2015-02-04 Dmitry Gutov <[email protected]>
6+
7+
Merge commit '3e70e12bd942bbd0acac4963b5caca63756ad784' from company
8+
9+
2015-02-02 Dmitry Gutov <[email protected]>
10+
11+
Merge commit 'a015fb350abe50d250e3e7a9c3c762397326977f' from company
12+
13+
2015-01-23 Dmitry Gutov <[email protected]>
14+
15+
Merge commit 'a4ac0dead8e9cb440c1f8aec9141d6c64bad4933' from company
16+
17+
2015-01-15 Stefan Monnier <[email protected]>
18+
19+
* packages/company/test/clang-tests.el: Add copyright notice
20+
21+
2015-01-13 Dmitry Gutov <[email protected]>
22+
23+
Merge commit 'd12ddaa05f582ecc00e74bc42fd46652153ec7a6' from company
24+
25+
2015-01-13 Dmitry Gutov <[email protected]>
26+
27+
Merge commit 'eb0d8d9e687e1364098f9abc6f9281fcbc0d3abd' from company
28+
29+
2014-10-28 Dmitry Gutov <[email protected]>
30+
31+
Merge commit 'd3fcbefcf56d2caad172e22f24de95397c635bf2' from company
32+
33+
2014-10-15 Stefan Monnier <[email protected]>
34+
35+
* packages/company/company-xcode.el (company-xcode-fetch): Avoid
36+
add-to-list on local var.
37+
* packages/company/company.el (company--window-height)
38+
(company--window-width): Move before first use.
39+
40+
2014-10-15 Dmitry Gutov <[email protected]>
41+
42+
Merge commit '60d4c09c982a1c562a70cd6aa705f47ab3badcfb' from company
43+
44+
2014-09-14 Dmitry Gutov <[email protected]>
45+
46+
Merge commit 'fa4ba155a3e22ddc4b8bc33fcbf8cc69ef8f0043' from company
47+
48+
2014-09-13 Dmitry Gutov <[email protected]>
49+
50+
Merge commit '2ef6263c65a109b4d36503e6484fdbf4cb307d0f' from company
51+
52+
2014-08-27 Dmitry Gutov <[email protected]>
53+
54+
Merge commit 'f4ffe2b47cf6854ff3bc3ca1717efe1258c01547' from company
55+
56+
2014-07-26 Dmitry Gutov <[email protected]>
57+
58+
Merge commit 'b1d019a4c815ac8bdc240d69eaa74eb4e34640e8' from
59+
company-master
60+
61+
2014-07-01 Dmitry Gutov <[email protected]>
62+
63+
Merge commit '7c14dedc79bf0c6eaad5bf50b80ea80dd721afdc' from company
64+
65+
Conflicts:
66+
packages/company/company-pysmell.el
67+
68+
2014-06-14 Stefan Monnier <[email protected]>
69+
70+
* company/company-capf.el: Don't ignore things like semantic-capf.
71+
72+
2014-04-19 Dmitry Gutov <[email protected]>
73+
74+
Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' from
75+
company-master
76+
77+
Conflicts:
78+
packages/company/company-pysmell.el
79+
80+
2014-03-25 Dmitry Gutov <[email protected]>
81+
82+
Merge commit '4a7995ff69b25990dc520ed9e466dfbcdb7eafc8' from company
83+
84+
2014-03-19 Dmitry Gutov <[email protected]>
85+
86+
Merge commit 'fec7c0b4a8651160c5d759cc6703b2c45852d5bb'
87+
88+
2014-03-18 Dmitry Gutov <[email protected]>
89+
90+
Merge commit '7be4321260f0c73ef4c3cadc646f6bb496650253' from company
91+
92+
2014-02-18 Dmitry Gutov <[email protected]>
93+
94+
Merge commit '119822078ee3024c2d27017d45ef4578fa36040f' from company
95+
96+
2014-02-03 Dmitry Gutov <[email protected]>
97+
98+
Merge commit '67ab56a5469f16652e73667ec3b4f76ff6befee6' from company
99+
100+
2014-01-25 Dmitry Gutov <[email protected]>
101+
102+
Merge commit '8dc8f9525714db66f659a2a51322345068764bd3' from company
103+
104+
Conflicts:
105+
packages/company/company-capf.el
106+
107+
2014-01-24 Stefan Monnier <[email protected]>
108+
109+
* company-capf.el (company--capf-data): Don't get confused by lambda
110+
exps.
111+
112+
2014-01-20 Dmitry Gutov <[email protected]>
113+
114+
Merge commit '2badcc6227a88e1aba288f442af5f4e1ce55d366' from company
115+
116+
2014-01-15 Dmitry Gutov <[email protected]>
117+
118+
Merge commit '8b4d7da0d6aa1e24379fe5ace5bd2705352ea07e' from company
119+
120+
2014-01-14 Dmitry Gutov <[email protected]>
121+
122+
Merge commit '67a96dbbfe645b64291ed62eab6f1eb391a834e0' from company
123+
124+
Conflicts:
125+
packages/company/company-elisp.el
126+
packages/company/company-oddmuse.el
127+
128+
2014-01-13 Stefan Monnier <[email protected]>
129+
130+
* packages/company/company-etags.el: Require `cl' for `case'.
131+
* packages/company/company-oddmuse.el: Avoid `eval-when' before
132+
requiring `cl'.
133+
* packages/company/company-elisp.el (company-elisp): Simplify.
134+
135+
2013-10-06 Dmitry Gutov <[email protected]>
136+
137+
Sync from company/master
138+
139+
2013-08-29 Stefan Monnier <[email protected]>
140+
141+
* packages/company/company-capf.el (company-capf): Add preliminary
142+
support for doc-buffer, meta, location, and require-match.
143+
144+
2013-08-21 Stefan Monnier <[email protected]>
145+
146+
* packages/company/company-cmake.el: Fix up copyright. Require CL.
147+
* packages/company/company-template.el
148+
(company-template--buffer-templates): Declare before first use.
149+
* packages/company/company-eclim.el (json-array-type): Declare
150+
json-array-type.
151+
(company-eclim--candidates): Remove unused var `project-name'.
152+
153+
2013-08-21 Stefan Monnier <[email protected]>
154+
155+
Sync from company/master
156+
157+
2013-08-14 Stefan Monnier <[email protected]>
158+
159+
Mark merge point of company.
160+
161+
2013-06-27 Stefan Monnier <[email protected]>
162+
163+
* GNUmakefile: Rename from Makefile. Add targets for in-place use.
164+
(all, all-in-place): New targets.
165+
* admin/archive-contents.el (archive--simple-package-p): Ignore
166+
autosave files.
167+
(archive--refresh-pkg-file): New function.
168+
(archive--write-pkg-file): Print with ' and ` shorthands.
169+
* packages/company/company-pysmell.el: Don't require pysmell during
170+
compile.
171+
* packages/muse/htmlize-hack.el: Don't require htmlize during compile.
172+
* packages/shen-mode/shen-mode.el (shen-functions): Define during
173+
compile.
174+
* smart-operator/smart-operator.el (smart-operator-insert-1): Use
175+
pcase.
176+
177+
2013-05-26 Dmitry Gutov <[email protected]>
178+
179+
company: Release 0.6.10
180+
181+
* Plays nicer with `org-indent-mode`.
182+
* Works in horizontally scrolled windows.
183+
184+
Git commit 764d2aa4ba50081adf69408e62d4863905b68b7f
185+
186+
2013-05-10 Dmitry Gutov <[email protected]>
187+
188+
company: Release 0.6.9
189+
190+
* `company-capf` respects `:exit-function` completion property.
191+
* `company-backends`: `prefix` command can return `t` in the cdr.
192+
* `company-clang-begin-after-member-access`: New option.
193+
* Mouse click outside the tooltip aborts completion.
194+
* `company-clang` uses standard input to pass the contents of current
195+
buffer to
196+
Clang 2.9+, otherwise saves the buffer and passes the path to the
197+
file.
198+
* `company-clang-auto-save` option has been removed.
199+
* Better interaction with `outline-minor-mode`.
200+
* `company-dabbrev-code` supports all `prog-mode` derivatives.
201+
202+
Git commit 4c735454d91f9674da0ecea950504888b1e10ff7
203+
204+
2013-04-27 Stefan Monnier <[email protected]>
205+
206+
* company.el (company-capf): Add support for `sorted' and
207+
`post-completion'.
208+
(company--capf-data): New function.
209+
(company-backend): Declare before first use.
210+
(company-require-match-p): Only call company-require-match is needed.
211+
(company--continue-failed): Don't use backward-delete-char
212+
non-interactively.
213+
(company-search-assert-enabled): Demote it, since it comes too late to
214+
be inlined.
215+
(company-begin-with): Use a lexical closure, so the code is
216+
byte-compiled.
217+
(company--replacement-string, company--create-lines)
218+
(company-pseudo-tooltip-edit, company-doc-buffer): Silence the
219+
byte-compiler.
220+
221+
2013-04-16 Dmitry Gutov <[email protected]>
222+
223+
Release 0.6.8
224+
225+
* `company-auto-complete` is disabled by default.
226+
* `company-auto-complete-chars` default value includes fewer syntax
227+
classes.
228+
* In expanded function calls, arguments skipped by the user default to
229+
"argN".
230+
* `company-eclim` and `company-clang` do not strip argument types from
231+
fields.
232+
* `company-clang` expands function calls for all three modes now.
233+
* `company-clang` supports `c++-mode` by default.
234+
235+
Git commit 92ac3d0ef663bca26abbda33cc20a02a58b1c328
236+
237+
2013-04-05 Dmitry Gutov <[email protected]>
238+
239+
company: Release 0.6.7
240+
241+
* Two `company-elisp` tweaks.
242+
243+
Git commit 8dceda389115b397de48becc4b68a64f4dc4bbab
244+
245+
2013-04-01 Dmitry Gutov <[email protected]>
246+
247+
company: Release 0.6.6
248+
249+
## 2013-04-01 (0.6.6)
250+
251+
* `company-elisp` doesn't offer completions when typing the name and
252+
the arguments of a new function or macro definition, allowing to
253+
fall back to other back-ends like `company-dabbrev-code`.
254+
255+
## 2013-03-30 (0.6.5)
256+
257+
* Fixed keybindings when running in a terminal.
258+
* `company-elisp-show-locals-first`: new customizable variable.
259+
* `company-elisp` shows more accurate and comprehensive candidates
260+
list.
261+
262+
## 2013-03-26 (0.6.4)
263+
264+
* `company-eclim` shows valid completions after an opening paren.
265+
* Expanded template does not get removed until the point leaves it.
266+
After your input the last argument in a method call expanded by
267+
`company-eclim`, you can press `<tab>` once more, to jump after the
268+
closing paren. No other bundled back-ends are affected.
269+
270+
## 2013-03-25 (0.6.3)
271+
272+
* New tooltip face colors used on themes with light background.
273+
* Pseudo-tooltip stays up-to-date when text is inserted after the
274+
point.
275+
* Fixed `company-require-match` mechanics.
276+
277+
2013-03-24 Dmitry Gutov <[email protected]>
278+
279+
company: Release 0.6.2
280+
281+
2013-03-23 Dmitry Gutov <[email protected]>
282+
283+
company: Release 0.6.1
284+
285+
2013-03-21 Dmitry Gutov <[email protected]>
286+
287+
company: Remove angle brackets from README
288+
289+
2013-03-19 Dmitry Gutov <[email protected]>
290+
291+
company: Update pkg.el and summary string
292+
293+
2013-03-19 Dmitry Gutov <[email protected]>
294+
295+
company-tests.el: add copyright boilerplate
296+
297+
2013-03-19 Dmitry Gutov <[email protected]>
298+
299+
company-mode: Release 0.6
300+
301+
2011-08-01 Stefan Monnier <[email protected]>
302+
303+
* company/*.el: Fix case misunderstanding. Use checkdoc.
304+
* company/company.el (company-capf): First cut at making Company use
305+
completion-at-point-functions.
306+
307+
2011-06-30 Chong Yidong <[email protected]>
308+
309+
Remove version numbers in packages/ directory
310+

0 commit comments

Comments
 (0)