]> code.delx.au - gnu-emacs-elpa/commit
company: Release 0.6.6
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 1 Apr 2013 05:30:58 +0000 (09:30 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 1 Apr 2013 05:30:58 +0000 (09:30 +0400)
commitb77cd0285a6a0fa42e01449ecfe4ed985c6fe5ff
tree9a3f933145ef8a4ffd2fcf014fce00d7d659b634
parent5d28c5b7c60ab2dfe35444c5c511fd7bdbbd85f6
company: Release 0.6.6

## 2013-04-01 (0.6.6)

* `company-elisp` doesn't offer completions when typing the name and
  the arguments of a new function or macro definition, allowing to
  fall back to other back-ends like `company-dabbrev-code`.

## 2013-03-30 (0.6.5)

* Fixed keybindings when running in a terminal.
* `company-elisp-show-locals-first`: new customizable variable.
* `company-elisp` shows more accurate and comprehensive candidates list.

## 2013-03-26 (0.6.4)

* `company-eclim` shows valid completions after an opening paren.
* Expanded template does not get removed until the point leaves it.
  After your input the last argument in a method call expanded by
  `company-eclim`, you can press `<tab>` once more, to jump after the
  closing paren. No other bundled back-ends are affected.

## 2013-03-25 (0.6.3)

* New tooltip face colors used on themes with light background.
* Pseudo-tooltip stays up-to-date when text is inserted after the point.
* Fixed `company-require-match` mechanics.
packages/company/company-eclim.el
packages/company/company-elisp.el
packages/company/company-pkg.el
packages/company/company-template.el
packages/company/company-tests.el
packages/company/company.el