]> code.delx.au - gnu-emacs-elpa/history - company-capf.el
Bump copyright
[gnu-emacs-elpa] / company-capf.el
2016-03-18 Dmitry Gutovcompany-capf: Look up `face', not `font-lock-face'
2016-01-20 Dmitry GutovMerge pull request #459 from fbergroth/prefix-length-var
2016-01-20 Fredrik BergrothTurn :company-prefix-length property into a value
2016-01-09 Dmitry GutovMerge pull request #450 from fbergroth/capf-prefix...
2016-01-09 Fredrik Bergrothcompany-capf: Add :company-prefix-length property function
2016-01-03 Dmitry GutovBump copyright years
2016-01-02 Dmitry GutovRefine the workaround further
2016-01-02 Dmitry GutovDeclare python-shell-get-process
2015-12-30 Dmitry GutovFix the workaround
2015-12-30 Dmitry GutovAdd workaround for bug#18067
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2015-04-17 Dmitry GutovAccept markers in the data returned by c-a-p-f functions
2014-12-04 Dmitry Gutovcompany-capf: Pass `sole' or 'finished' to exit-functio...
2014-11-05 Dmitry Gutovcompany-capf: Distinguish between `finished' and `exact...
2014-08-24 Dmitry Gutovcompany--capf-data: use caching
2014-07-20 Dmitry Gutovcompany-capf: get rid of caching last capf-data
2014-06-29 Stefan Monniercompany-capf.el: Don't ignore things like semantic...
2014-06-04 Dmitry GutovMerge pull request #128 from bbatsov/defvar-local
2014-06-04 Bozhidar BatsovBackport defvar-local from Emacs 24.2
2014-04-19 Dmitry GutovAlways include company-capf in the backends
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-02-18 Dmitry Gutovcommon-part: rename to `match' and document
2014-02-17 Dmitry Gutovcompany-capf: cache the capf data
2014-02-17 Dmitry Gutovcompany-capf common-part: look up font-lock-face
2014-02-17 Dmitry Gutovcompany--capf-data: Check that the cdr is cons, not...
2014-02-12 Dmitry Gutovcompany-capf: fix when company-point is nil
2014-02-03 Dmitry GutovRemove outdated comment
2014-02-03 Dmitry GutovDisplay annotations
2014-02-03 Dmitry Gutovcompany-capf: strip duplicates
2014-01-25 Stefan Monnier* company-capf.el (company--capf-data): Don't get confu...
2014-01-15 Dmitry GutovRelease 0.6.13
2014-01-15 Dmitry Gutovcompany-capf: Highlight the "common" part
2014-01-15 Dmitry Gutovcompany-capf: Use base-size returned by completion...
2014-01-14 Dmitry GutovClose #45
2014-01-14 Dmitry GutovReplace company-elisp with company-capf
2014-01-06 Dmitry Gutovcompany-capf: Perform sorting before prefix adjustment
2014-01-05 Dmitry GutovFix http://debbugs.gnu.org/16334
2013-09-06 Stefan Monnier* packages/company/company-capf.el (company-capf):...
2013-05-09 Dmitry GutovAdd Stefan's email
2013-05-09 Dmitry Gutovcompany-capf: Change `require-match' comment
2013-05-09 Dmitry GutovMove company-capf to a separate file