]> code.delx.au - gnu-emacs-elpa/history - NEWS.md
Always include company-capf in the backends
[gnu-emacs-elpa] / NEWS.md
2014-04-19 Dmitry GutovAlways include company-capf in the backends
2014-04-14 Dmitry GutovIntroduce company-clang-insert-arguments
2014-04-08 Dmitry GutovLower company-idle-delay
2014-04-07 Dmitry GutovIntroduce `company-tooltip-minimum-width'
2014-04-04 Dmitry GutovDefine and use `company-grab-symbol-cons'
2014-04-02 Dmitry GutovUpdate NEWS
2014-04-01 Dmitry GutovInitial support for asynchonous backends (#62)
2014-03-30 Dmitry GutovDrop support for `crop'
2014-03-30 Dmitry GutovDrop Emacs 23 compatibility
2014-03-25 Dmitry GutovUpdate NEWS
2014-03-25 Dmitry GutovRelease 0.7.3
2014-03-24 Dmitry Gutovcompany-etags-ignore-case: simplify docstring and type...
2014-03-19 Dmitry GutovRelease 0.7.2
2014-03-18 Dmitry GutovRelease 0.7.1
2014-03-16 Dmitry GutovSupport the keyword :with
2014-03-14 Dmitry GutovDefine company-version
2014-03-11 Dmitry GutovAdd company-yasnippet
2014-03-11 Dmitry GutovTag candidates from grouped backends
2014-02-21 Dmitry GutovTurn off company-tooltip-align-annotations by default
2014-02-20 Dmitry GutovAdd user option company-tooltip-align-annotations
2014-02-20 Dmitry GutovMention it in NEWS
2014-02-18 Dmitry GutovBump the version
2014-02-18 Dmitry Gutovcompany-continue-commands: change the default value
2014-02-18 Dmitry Gutovcommon-part: rename to `match' and document
2014-02-09 Dmitry GutovNew user option, company-continue-commands
2014-02-03 Dmitry GutovDisplay annotations
2014-02-01 Dmitry GutovRemove NEWS entry for 9b0d457, it's a bugfix
2014-02-01 Dmitry Gutovcompany-preview* faces: inherit from company-tooltip...
2014-02-01 Dmitry GutovRender company-preview-frontend after the cursor
2014-01-30 Dmitry GutovAdd company-transformers
2014-01-30 Dmitry GutovMake dabbrev and dabbrev-code more customizable
2014-01-25 Dmitry GutovRelease 0.6.14
2014-01-24 Dmitry GutovRender scrollbar on the side of the tooltip
2014-01-23 Dmitry GutovRender the popup with margins
2014-01-15 Dmitry GutovRelease 0.6.13
2014-01-14 Dmitry GutovClose #45
2014-01-14 Dmitry GutovReplace company-elisp with company-capf
2014-01-05 Dmitry GutovFix http://debbugs.gnu.org/16334
2013-12-05 Dmitry Gutovcompany-elisp: enable in inferior-emacs-lisp-mode
2013-09-28 Dmitry GutovBump the version
2013-09-28 Dmitry GutovChange default `company-begin-commands' value to be...
2013-08-18 Dmitry GutovRelease 0.6.11
2013-08-09 Dmitry GutovBundle company-cmake
2013-08-06 Dmitry GutovUse `after-string' instead of `before-string'
2013-08-06 Dmitry GutovIntroduce company-global-modes
2013-05-26 Dmitry GutovRelease 0.6.10
2013-05-21 Dmitry GutovRespect line-prefix at bol (#24)
2013-05-20 Dmitry GutovCheck in NEWS and tests for the previous commit
2013-05-09 Dmitry GutovRelease 0.6.9
2013-05-06 Dmitry GutovClose #19
2013-05-04 Dmitry GutovFix #20
2013-05-04 Constantincompany-clang: with 2.9+, use stdin
2013-04-26 Dmitry GutovFix #16
2013-04-26 Dmitry Gutov* company-dabbrev-code-modes: Remove espresso-mode...
2013-04-16 Dmitry GutovRelease 0.6.8
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-13 Dmitry GutovUpdate NEWS
2013-04-10 Dmitry GutovSupport c++-mode in company-clang; templatify calls...
2013-04-04 Dmitry Gutovcompany-elisp--candidates-predicate: Consider bindings...
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-30 Dmitry GutovRelease 0.6.5
2013-03-30 Dmitry GutovFix #6
2013-03-29 Dmitry GutovFix NEWS entry
2013-03-29 Dmitry Gutovcompany-elisp-show-locals-first: New defcustom
2013-03-26 Dmitry Gutovcompany-eclim: Get valid completions just after an...
2013-03-26 Dmitry Gutovcompany-template: Hold off on removing the template...
2013-03-25 Dmitry GutovAdd new tooltip face colors
2013-03-25 Dmitry Gutovcompany-pseudo-tooltip-frontend: Redraw when diplaced
2013-03-24 Dmitry Gutovcompany-calculate-candidates: Instead of company-candid...
2013-03-23 Dmitry Gutovglobal-company-mode: extract turn-on function
2013-03-23 Dmitry GutovRelease 0.6.1
2013-03-22 Dmitry GutovDocument 'init and 'post-completion
2013-03-22 Dmitry GutovIntroduce `company--auto-completion', rename 'common...
2013-03-22 Dmitry Gutovcompany-template: Bring closer to yasnippet behavior
2013-03-21 Dmitry Gutovcompany-eclim: Show overloads, insert call templates
2013-03-21 Dmitry GutovAdd experimental backend command 'common
2013-03-21 Dmitry Gutovcompany-clang-objc-templatify: No extra space before...
2013-03-20 Dmitry Gutovcompany-clang: Only initialize in supported major modes
2013-03-20 Dmitry GutovUpdate NEWS
2013-03-20 Dmitry GutovAdd new commands: `company-select-{previous,next}-or...
2013-03-20 Dmitry GutovExtract NEWS.md