]> code.delx.au - gnu-emacs-elpa/history - company.el
Don't use end-of-buffer-workaround
[gnu-emacs-elpa] / company.el
2014-09-09 Dmitry GutovDon't use end-of-buffer-workaround
2014-09-02 Dmitry GutovAdjust for debbugs:18384 being fixed now
2014-09-01 Dmitry Gutovcompany--posn-col-row: incf instead of decf for non...
2014-09-01 Dmitry Gutovcompany--posn-col-row: use `posn-col-row'
2014-08-30 Dmitry Gutovcompany-begin-commands: include some cc-mode commands
2014-08-27 Dmitry GutovBump the version
2014-08-27 Dmitry GutovFix WRT `keep-prefix'
2014-08-23 Dmitry GutovAdd a comment
2014-08-23 Dmitry Gutovcompany-pseudo-tooltip-unhide: fix rendering at eob
2014-08-23 Dmitry Gutovcompany-pseudo-tooltip-unhide: use local vars
2014-08-18 Dmitry Gutovcompany-input-noop still seems to be needed in the...
2014-08-18 Dmitry Gutovcompany-buffer-lines: handle multiline display better
2014-08-18 Dmitry GutovWork around http://debbugs.gnu.org/18285
2014-08-18 Dmitry GutovUse `posn-actual-col-row' to determine the current...
2014-08-06 Dmitry GutovUse window-screen-lines when available
2014-08-04 Dmitry GutovMerge pull request #164 from holomorph/tooltip-search
2014-08-04 Mark OteizaAssign a face for the tooltip search string
2014-08-03 Dmitry Gutovcompany--window-inner-height: remove, use `window-body...
2014-08-03 Dmitry GutovUse `window-body-width' instead of the now-alias `windo...
2014-08-03 Dmitry Gutovcompany--show-inline-p: never ignore case
2014-07-28 Dmitry Gutovcompany-fill-propertize: tuncate the common part
2014-07-26 Dmitry GutovRelease 0.8.2
2014-07-21 Dmitry GutovFix company-occurrence-weight-function
2014-07-20 Dmitry Gutovcompany-sort-by-occurrence: continue search after predi...
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-14 Dmitry Gutov+1 char, -1 line
2014-07-14 Dmitry Gutovcompany-pseudo-tooltip-guard: Stabilize when the popup...
2014-07-14 Dmitry Gutovcompany-pseudo-tooltip-guard: Invalidate after crossing...
2014-07-14 Dmitry Gutovcompany-pseudo-tooltip-frontend: Small rewrite
2014-07-14 Dmitry GutovFix popup when prefix is split by line continuation
2014-07-02 Dmitry Gutovcompany-frontends-set: never modify VALUE destructively
2014-07-01 Dmitry GutovRelease 0.8.1
2014-06-28 Dmitry Gutovcompany-backends: add better introduction
2014-06-28 Dmitry GutovAvoid requiring match is certain circumstances
2014-06-27 Dmitry GutovDon't call post-completion methods and hook in continue...
2014-06-27 Dmitry GutovNever delete the "added newline" twice
2014-06-25 Dmitry GutovBring back this-command check when company-idle-delay...
2014-06-25 Dmitry Gutovcompany--should-idle-begin: use a more careful check
2014-06-24 Dmitry GutovDon't assign to company-point in company-abort and...
2014-06-23 Dmitry GutovImprove comment wording
2014-06-22 Dmitry GutovDefine company-sort-by-backend-importance
2014-06-22 Dmitry Gutovcompany-update-group-lighter: privatize
2014-06-15 Dmitry GutovIndicate current candidate's backend when it's in a...
2014-06-13 Dmitry Gutovcompany-pseudo-tooltip-edit: update company-width
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 GutovAdd package-version property to vars after in 0.7.0
2014-06-04 Dmitry GutovMerge pull request #128 from bbatsov/defvar-local
2014-06-04 Bozhidar BatsovBackport defvar-local from Emacs 24.2
2014-06-04 Dmitry GutovSome indentation fixes
2014-06-04 Dmitry GutovMerge pull request #127 from bbatsov/doc-fixes
2014-06-04 Bozhidar BatsovSmall fixes
2014-05-28 Dmitry GutovFix typo
2014-05-28 Dmitry GutovIntroduce company-tooltip-flip-when-above
2014-05-26 Dmitry Gutovcompany--continue: don't pass the new prefix to `compan...
2014-05-17 Dmitry Gutovcompany--multi-backend-adapter-candidates: compare...
2014-05-06 Dmitry Gutovcompany-sort-by-occurrence: include words on the same...
2014-05-06 Dmitry Gutovcompany-search-map: bind DEL to company-search-other...
2014-04-30 Dmitry GutovAccount for the line continuation column in graphical...
2014-04-25 Dmitry GutovFix #103
2014-04-19 Dmitry GutovRelease 0.8.0
2014-04-19 Dmitry GutovAlways include company-capf in the backends
2014-04-14 Dmitry Gutov`company-other-backend': don't use `company-manual...
2014-04-09 Dmitry GutovFix the test breakage (probably)
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-04-09 Dmitry GutovMerge pull request #100 from bbatsov/version-fix
2014-04-09 Bozhidar BatsovMake version string compatible with Emacs < 24.4
2014-04-08 Dmitry GutovLower company-idle-delay
2014-04-07 Dmitry GutovIntroduce `company-tooltip-minimum-width'
2014-04-04 Dmitry Gutovcompany--multi-backend-adapter-candidates: bind backend...
2014-04-04 Dmitry GutovDefine and use `company-grab-symbol-cons'
2014-04-03 Dmitry GutovChange the summary
2014-04-02 Dmitry Gutovcompany--force-sync: change calling convention
2014-04-02 Dmitry Gutovcompany--merge-async: tweak
2014-04-02 Dmitry GutovMerge branch 'clang-async'
2014-04-02 Dmitry GutovImplement async operation for grouped backends
2014-04-01 Dmitry GutovRemove `company-locate-dominating-file'
2014-04-01 Dmitry GutovInitial support for asynchonous backends (#62)
2014-03-30 Dmitry GutovBump version
2014-03-30 Dmitry GutovAdd Package-Requires header
2014-03-30 Dmitry GutovUse `condition-case-unless-debug'
2014-03-30 Dmitry GutovDrop support for `crop'
2014-03-30 Dmitry GutovDrop Emacs 23 compatibility
2014-03-25 Dmitry GutovMinor tweaks
2014-03-25 Ingo LohmarMore robust and simpler logic in prefix test
2014-03-25 Ingo LohmarNew option company-abort-manual-when-too-short
2014-03-25 Dmitry GutovRelease 0.7.3
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-13 Dmitry Gutovcompany-sort-by-occurrence: do stable sorting
2014-03-13 Dmitry Gutovcompany-init-backend: don't try to initialize lambdas
2014-03-11 Dmitry GutovHighlight last annotation character, too
2014-03-11 Dmitry Gutovcompany--multi-backend-adapter: noop when arg is empty
2014-03-11 Dmitry GutovTag candidates from grouped backends
2014-03-05 Dmitry GutovClear company-backend in company-auto-begin
2014-03-03 Dmitry GutovFix indentation
next