]> code.delx.au - gnu-emacs-elpa/history - NEWS.md
Mention company-sort-prefer-same-case-prefix
[gnu-emacs-elpa] / NEWS.md
2016-06-20 Dmitry GutovMention company-sort-prefer-same-case-prefix
2016-06-20 Dmitry GutovMention company-pseudo-tooltip-unless-just-one-frontend...
2016-06-20 Dmitry GutovReplace :sorted with :separate, and sort within each...
2016-05-15 Dmitry GutovRevert "Remove completions without annotations when...
2016-04-29 Dmitry GutovAllow company-dabbrev-ignore-buffers to be a function
2016-02-06 Dmitry GutovMove company-files closer to the front of company-backends
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-17 Dmitry GutovAdd company-semantic-insert-arguments
2016-01-17 Dmitry GutovAdd company-semantic-begin-after-member-access
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 GutovAdd company-tooltip-annotation-selection face
2016-01-02 Dmitry GutovRename company-clang-obc-templatify to company-template...
2015-12-20 Dmitry GutovRemove completions without annotations when considering...
2015-12-08 Dmitry GutovAdd company-etags-everywhere
2015-12-01 Dmitry GutovIgnore trigger key prefixes that are shorter than symbo...
2015-11-29 Dmitry GutovRespect yas-key-syntaxes (#422)
2015-10-07 Dmitry GutovIntroduce company-search-regexp-function
2015-07-06 Dmitry GutovMention the previous change in NEWS [ci skip]
2015-07-03 Dmitry GutovIntroduce company-indent-or-complete-common
2015-06-05 Dmitry GutovAllow including window-start in the doc-buffer return...
2015-05-25 Dmitry GutovUpdate NEWS [ci skip]
2015-04-05 Dmitry GutovUpdate company-clang-objc-templatify in line with the...
2015-04-05 Dmitry GutovDon't replace the default argument values with `argN...
2015-03-21 Dmitry GutovIntroduce company-dabbrev-ignore-invisible
2015-03-10 Dmitry GutovRemove company-ropemacs
2015-03-10 Dmitry GutovRemove company-pysmell
2015-03-06 Dmitry GutovAccept numeric argument in company-select-next and...
2015-03-04 Dmitry GutovMerge branch 'release'
2015-02-24 Dmitry GutovAllow scrolling the doc window with the mouse wheel
2015-02-20 Dmitry GutovAdd `company-diag'
2015-02-02 Dmitry GutovBump the version
2015-02-02 Dmitry GutovUse mode-line format in company-lighter
2015-02-01 Dmitry Gutovcompany-search-map: Add company-complete-number bindings
2015-02-01 Dmitry GutovTrack the current selection better
2015-02-01 Dmitry Gutovcompany-search-map: Include <up> and <down> bindings
2015-01-22 Dmitry GutovAdd company-next-page and company-previous-page
2015-01-13 Dmitry GutovBump the version in NEWS
2015-01-09 Dmitry GutovSimplify NEWS entry
2015-01-09 Dmitry Gutovcompany-search-map: Add M-n and M-p bindings
2015-01-09 Dmitry GutovAdd company-complete-common-or-cycle
2015-01-09 Dmitry GutovUpdate NEWS.md
2015-01-08 Dmitry Gutovcompany-search-delete-char: New command
2014-12-16 Dmitry GutovFix typo
2014-12-16 Dmitry GutovAdd NEWS entry
2014-12-04 Dmitry GutovEdit NEWS
2014-12-03 Dmitry GutovAdd company-bbdb-modes defcustom
2014-11-09 Dmitry GutovShow numbers in tooltip irrespective of scrolling
2014-11-08 Dmitry Gutovcompany-complete-number: Handle keypad events
2014-11-06 Dmitry GutovUpdate NEWS
2014-10-14 Dmitry GutovBump the version
2014-10-12 Dmitry Gutovcompany-template-c-like-templatify: Support generics
2014-10-10 Dmitry GutovExtract regexp for buffers to ignore into a new var
2014-10-08 Dmitry Gutovcompany-dabbrev--search: Ignore "uninteresting" buffers
2014-09-28 Dmitry GutovUpdate NEWS; do the forgotten version bump
2014-09-13 Dmitry GutovRelease 0.8.4
2014-09-13 Dmitry GutovOnly use company-ropemacs when ropemacs-mode is on
2014-09-09 Dmitry Gutovcompany-gtags-modes: Turn into defcustom
2014-09-09 Dmitry GutovDon't use end-of-buffer-workaround
2014-08-30 Dmitry Gutovcompany-begin-commands: include some cc-mode commands
2014-08-27 Dmitry GutovBump the version
2014-08-11 Dmitry GutovTweak wording
2014-08-06 Dmitry GutovUse window-screen-lines when available
2014-08-05 Dmitry GutovMention company-tooltip-search in NEWS
2014-07-31 Dmitry Gutovcompany-dabbrev-minimum-length: change the initvalue...
2014-07-26 Dmitry GutovRelease 0.8.2
2014-07-20 Dmitry Gutovcompany-sort-by-occurrence: allow customizing the weigh...
2014-07-20 Dmitry GutovDeprecate setting company-idle-delay to t
2014-07-01 Dmitry GutovRelease 0.8.1
2014-06-28 Dmitry GutovAvoid requiring match is certain circumstances
2014-06-24 Dmitry GutovDon't assign to company-point in company-abort and...
2014-06-22 Dmitry GutovDefine company-sort-by-backend-importance
2014-06-15 Dmitry GutovIndicate current candidate's backend when it's in a...
2014-06-06 Dmitry Gutovcompany-gtags: add arguments insertion
2014-06-05 Dmitry Gutovcompany-css: add a bunch of CSS3 properties
2014-06-04 Dmitry GutovMerge pull request #129 from bbatsov/c-h
2014-06-04 Bozhidar BatsovBind company-show-doc-buffer to C-h
2014-06-04 Dmitry GutovUpdate NEWS
2014-06-04 Dmitry GutovMerge pull request #126 from ksjogo/gtags
2014-06-04 Dmitry GutovAdd new possible value to `company-dabbrev-code-other...
2014-05-28 Dmitry GutovIntroduce company-tooltip-flip-when-above
2014-05-18 Dmitry GutovNEWS: document the change in clang invocation
2014-04-19 Dmitry GutovRelease 0.8.0
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
next