]> code.delx.au - gnu-emacs-elpa/history - company-tests.el
Bump copyright
[gnu-emacs-elpa] / company-tests.el
2015-01-07 Dmitry GutovReorganize tests layout
2015-01-02 Dmitry GutovClear out unused variable warnings
2014-12-30 Dmitry Gutov#267 follow-up fixes
2014-11-23 Dmitry Gutovcompany-update-candidates: Don't be fooled by a few...
2014-11-16 Dmitry GutovSupport multiple-width chars in annotations
2014-10-12 Dmitry Gutovcompany-template-c-like-templatify: Support generics
2014-10-08 Dmitry GutovMake new tests and interactive-only
2014-10-08 Dmitry GutovHandle non-printable and multiple-width chars in comple...
2014-09-09 Dmitry GutovDon't use end-of-buffer-workaround
2014-09-01 Dmitry GutovAdd test for the previous commit
2014-09-01 Dmitry Gutovcompany--posn-col-row: use `posn-col-row'
2014-08-18 Dmitry GutovSkip company-buffer-lines tests in terminal
2014-08-18 Dmitry Gutovcompany-buffer-lines: handle multiline display better
2014-08-18 Dmitry GutovFix the tests
2014-07-28 Dmitry Gutovcompany-fill-propertize: tuncate the common part
2014-07-21 Dmitry GutovFix tests in batch mode
2014-07-21 Dmitry GutovFix company-occurrence-weight-function
2014-07-14 Dmitry GutovFix popup when prefix is split by line continuation
2014-06-28 Dmitry GutovAvoid requiring match is certain circumstances
2014-06-13 Dmitry Gutovcompany-pseudo-tooltip-edit: update company-width
2014-05-17 Dmitry Gutovcompany--multi-backend-adapter-candidates: compare...
2014-05-06 Dmitry Gutovcompany-sort-by-occurrence: include words on the same...
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-04-04 Dmitry Gutovcompany--multi-backend-adapter-candidates: bind backend...
2014-04-02 Dmitry GutovMove company-elisp require
2014-04-02 Dmitry GutovMerge branch 'clang-async'
2014-04-02 Dmitry GutovImplement async operation for grouped backends
2014-04-01 Dmitry GutovInitial support for asynchonous backends (#62)
2014-03-25 Dmitry GutovMinor tweaks
2014-03-25 Ingo LohmarTest new prefix behavior, option company-abort-manual...
2014-03-16 Dmitry GutovSupport the keyword :with
2014-03-11 Dmitry GutovTag candidates from grouped backends
2014-03-03 Dmitry GutovMerge pull request #70 from sadboy/master
2014-03-03 Bo LinFix `args-out-of-bounds' error on formatting annotation...
2014-02-20 Dmitry GutovAdd user option company-tooltip-align-annotations
2014-02-09 Dmitry GutovFix out-of-bounds error on truncated anno fontification
2014-02-09 Dmitry GutovNew user option, company-continue-commands
2014-02-03 Dmitry GutovDisplay annotations
2014-01-24 Dmitry GutovRender scrollbar on the side of the tooltip
2014-01-23 Dmitry GutovRender the popup with margins
2014-01-14 Dmitry GutovFix a broken test, remove a duplicate one
2014-01-14 Dmitry GutovClose #45
2013-12-23 Dmitry GutovFix #43
2013-09-23 Dmitry Gutov* company-untabify: Rename to `company-plainify'.
2013-09-23 Dmitry Gutovcompany--column: Account for line-prefix even at bol
2013-08-17 Dmitry Gutovcompany-template-c-like-templatify: Remove text after...
2013-08-06 Dmitry GutovUse `after-string' instead of `before-string'
2013-05-26 Dmitry Gutovcompany-modify-line: Handle an empty first line with...
2013-05-21 Dmitry GutovRespect line-prefix at bol (#24)
2013-05-21 Dmitry Gutovcompany--column: Account for character composition
2013-05-20 Dmitry GutovCheck in NEWS and tests for the previous commit
2013-05-09 Dmitry GutovMake 'make test' work when the test file is compiled
2013-05-09 Dmitry GutovFix some more compilation warnings
2013-05-09 Dmitry GutovERT window should occupy the whole frame
2013-05-09 Dmitry GutovDecrease company-tooltip-limit in test
2013-05-09 Dmitry GutovFix #21
2013-04-16 Dmitry GutovRevert "company--multi-backend-adapter: Use each respec...
2013-04-16 Dmitry Gutovcompany--multi-backend-adapter: Use each respective...
2013-04-14 Dmitry Gutovcompany-template-c-like-templatify: use "argN" as actua...
2013-04-10 Dmitry GutovFix the template tests
2013-04-04 Dmitry Gutovcompany-elisp--candidates-predicate: Consider bindings...
2013-04-03 Dmitry Gutovcompany-elisp--candidates-predicate: Consider backquote
2013-04-01 Dmitry Gutovcompany-manual-begin: Clear `explicit-action` when...
2013-03-31 Dmitry Gutovcompany-elisp: Don't complete defun name or arglist
2013-03-31 Dmitry Gutovcompany-grab-lisp-symbol -> company-elisp--prefix;...
2013-03-29 Dmitry Gutovcompany-elisp-candidates-predicate: Blacklist specific...
2013-03-29 Dmitry Gutovcompany-elisp-candidates: Deal with duplicates
2013-03-29 Dmitry Gutovcompany-elisp-show-locals-first: New defcustom
2013-03-29 Dmitry Gutovcompany-elisp-locals: Skip current varlist
2013-03-29 Dmitry Gutovcompany-elisp-locals: Differentiate local function...
2013-03-29 Dmitry Gutovcompany-elisp-candidates: Recognize when inside varlist
2013-03-26 Dmitry Gutovcompany-template: Hold off on removing the template...
2013-03-25 Dmitry Gutovcompany-pseudo-tooltip-frontend: Redraw when diplaced
2013-03-24 Dmitry GutovAdd two tests for company-auto-complete
2013-03-24 Dmitry Gutovcompany-calculate-candidates: Instead of company-candid...
2013-03-23 Dmitry Gutovcompany-begin-backend: unset company-backend on error
2013-03-23 Dmitry GutovSupport lambda values in grouped backends list
2013-03-22 Dmitry GutovHandle 'stop prefix directly
2013-03-19 Dmitry Gutovcompany-tests: add copyright boilerplate
2011-06-18 Nikolaj SchumacherMoved tests to ERT.