]> code.delx.au - gnu-emacs-elpa/history - company.el
Bump copyright
[gnu-emacs-elpa] / company.el
2016-06-20 Dmitry GutovMention company-sort-prefer-same-case-prefix
2016-06-20 Dmitry GutovReplace :sorted with :separate, and sort within each...
2016-06-17 Dmitry GutovRemove the [return] binding (#530)
2016-06-15 James NguyenAdd support for auto-complete like behavior (#524)
2016-06-11 Dmitry GutovMerge pull request #531 from juergenhoetzel/master
2016-06-11 Juergen HoetzelNew transformer: company-sort-prefer-same-case-prefix
2016-05-23 Dmitry Gutovcompany--preprocess-candidates: Check that all CANDIDAT...
2016-05-15 Dmitry GutovRevert "Remove completions without annotations when...
2016-04-13 Dmitry GutovMerge pull request #499 from fice-t/autoload
2016-04-13 Fice TAdd autoload cookies
2016-03-25 Dmitry GutovDon't call company-abort right after startup
2016-03-20 Dmitry GutovMerge pull request #491 from akirakyle/patch-1
2016-03-20 Akira KyleFixed lighter for grouped backends
2016-03-18 Dmitry Gutovcompany--fetch-candidates: Bind non-essential
2016-03-11 Dmitry GutovMerge pull request #486 from akirakyle/patch-1
2016-03-11 Akira KyleFixed typo
2016-03-09 Dmitry Gutovcompany-grab-line: Make it work in ERC prompt
2016-02-29 Dmitry GutovClarify where callback must be called from
2016-02-11 Dmitry GutovDelete the cache when async completion aborts
2016-02-06 Dmitry GutovMove company-files closer to the front of company-backends
2016-01-22 Dmitry GutovAdd company-search-flex-regexp
2016-01-20 Stefan MonnierImprove the description of cons prefix
2016-01-20 Dmitry GutovImprove the example in the Commentary
2016-01-15 Dmitry GutovMerge pull request #457 from cpitclaudel/wip-simplify...
2016-01-15 Clément Pit--ClaudelReimplement -electric-do using a pre-command-hook
2016-01-14 Dmitry Gutovcompany-cancel: Call pre/post-completion at the end
2016-01-14 Dmitry GutovRevert "company-cancel: Call frontends' 'hide before...
2016-01-13 Dmitry Gutovcompany--posn-col-row: Fall back to posn-col-row
2016-01-13 Dmitry Gutovcompany-cancel: Call frontends' 'hide before 'post...
2016-01-03 Dmitry GutovBump copyright years
2016-01-03 Dmitry GutovAdd company-tooltip-annotation-selection face
2015-12-28 Dmitry GutovAdd the pre-render backend command
2015-12-28 Dmitry GutovRevert "Add support for company-face"
2015-12-26 Dmitry GutovAdd support for company-face
2015-12-21 Dmitry GutovHandle empty list of candidates
2015-12-20 Dmitry GutovRemove completions without annotations when considering...
2015-11-26 Dmitry GutovDocument some company-grab- functions
2015-10-24 Dmitry GutovFix some compilation warnings
2015-10-08 Dmitry Gutovcompany-search-candidates: Mention company-search-regex...
2015-10-07 Dmitry GutovIntroduce company-search-regexp-function
2015-10-05 Dmitry GutovModernize the Commentary a bit
2015-10-05 Dmitry GutovDouble space
2015-10-05 Dmitry GutovRetouch the docstring further
2015-10-05 Dmitry GutovMerge pull request #402 from vspinu/sorted
2015-10-05 Vitalie SpinuImprovements of the `company-backends` docstring
2015-10-04 Vitalie Spinu[Fix #317] Allow :sorted keyword in grouped backends
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2015-09-20 Dmitry GutovFix #404 by blanking out line-prefix again
2015-07-06 Dmitry GutovDon't start automatically during macro recording
2015-07-03 Dmitry GutovIntroduce company-indent-or-complete-common
2015-07-01 Dmitry GutovFix #362 (arbitrary jumping of point)
2015-06-29 Dmitry GutovFix a bug reference
2015-06-24 Dmitry GutovSupport whitespace-mode newline-mark
2015-06-23 Dmitry GutovDon't cut off the last character from a wrapped line
2015-06-17 Dmitry Gutovcompany--begin-new: Check the value of c
2015-06-17 Dmitry Gutovcompany--begin-new: Reorder statements
2015-06-17 Dmitry Gutovcompany--begin-new: Call `company-cancel' in the unique...
2015-06-16 Dmitry Gutovcompany-mode: Mention the sorting order
2015-06-05 Dmitry GutovAllow including window-start in the doc-buffer return...
2015-05-25 Dmitry GutovDocument ignore-case backend command
2015-05-16 Dmitry GutovDon't use `require-match t' in normal backends
2015-05-16 Dmitry GutovDon't use `sit-for'
2015-04-29 Dmitry Gutovcompany-version: Require find-func
2015-03-26 Dmitry GutovMerge pull request #334 from vermiculus/patch-1
2015-03-26 Sean AllredFix docstring
2015-03-21 Dmitry Gutovcompany--insert-candidate: Don't insert an empty string
2015-03-17 Dmitry GutovClarify the meaning of cdr in the prefix cons
2015-03-16 Dmitry Gutovcompany-lighter: dispatch on whether company-candidates...
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-03-04 Dmitry Gutovcompany--merge-async: Handle mixed sync/async and immed...
2015-03-04 Dmitry GutovBuf was unused
2015-03-02 Dmitry Gutovcompany-diag: Call `annotation' in the right buffer
2015-03-02 Dmitry Gutovcompany-diag: Fix the annotation call
2015-03-01 Dmitry Gutovcompany-diag: Include Emacs and Company versions
2015-02-25 Dmitry Gutovcompany-show-location: Mirror the latest change to...
2015-02-25 Dmitry Gutovcompany-show-doc-buffer: Still call doc-buffer inside...
2015-02-24 Dmitry Gutovcompany-show-doc-buffer: Bind other-window-scroll-buffer
2015-02-24 Dmitry GutovAllow scrolling the doc window with the mouse wheel
2015-02-23 Dmitry Gutovcompany-backends: Make the version check more conservative
2015-02-20 Dmitry GutovAdd `company-diag'
2015-02-04 Dmitry GutovMerge branch 'search-hl-fix'
2015-02-04 Dmitry GutovTruncate out-of-bounds search highlighting
2015-02-02 Dmitry Gutovcompany-clang--start-process: Disable undo in the outpu...
2015-02-02 Dmitry GutovBump the version
2015-02-02 Dmitry GutovPass company-lighter-base to company--group-lighter...
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-28 Dmitry GutovFix version
2015-01-28 Dmitry GutovEnable company-search-map in company-search-mode body
2015-01-22 Dmitry GutovBump the version
2015-01-22 Dmitry GutovAdd company-next-page and company-previous-page
2015-01-16 Dmitry Gutovcompany--create-lines: Handle keep-prefix with multiple...
2015-01-13 Dmitry GutovRelease 0.8.8
2015-01-13 Dmitry GutovImprove duplicates removal
2015-01-12 Dmitry GutovSplit company--process-candidates into -pre and -post
next