]> code.delx.au - gnu-emacs-elpa/history - company-tests.el
Close #45
[gnu-emacs-elpa] / company-tests.el
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.