]> code.delx.au - gnu-emacs-elpa/history - company.el
New transformer: company-sort-prefer-same-case-prefix
[gnu-emacs-elpa] / company.el
2015-01-09 Dmitry Gutovcompany-fill-propertize: Don't highlight match beg...
2015-01-09 Dmitry GutovAdd company-complete-common-or-cycle
2015-01-09 Dmitry GutovIntroduce `company-search-toggle-filtering'
2015-01-08 Dmitry GutovPrivatize some search functions (and a var)
2015-01-08 Dmitry Gutovcompany-search-old-map: Remove, unused
2015-01-08 Dmitry GutovDon't repeat search with empty string
2015-01-08 Dmitry Gutovcompany-search-delete-char: New command
2015-01-08 Dmitry Gutovcompany-search-map: Support keypad numbers
2015-01-08 Dmitry Gutovcompany--continue-failed: Don't burp on `stop'
2015-01-02 Dmitry GutovDon't idle-begin when company-candidates is non-nil
2014-12-30 Dmitry Gutov#267 follow-up fixes
2014-12-30 Dmitry Gutovcompany-preview-show-at-point: Handle the pseudo-toolti...
2014-12-14 Dmitry Gutovcompany--insert-candidate: Don't change buffer modifica...
2014-12-10 Dmitry GutovWork around http://debbugs.gnu.org/18384
2014-12-08 Dmitry Gutovcompany--window-width: Make it a defun
2014-12-04 Dmitry Gutovcompany-backends: Add "to this command"
2014-11-24 Dmitry Gutovcompany-backends: Clarify that responding to `match...
2014-11-23 Dmitry Gutovcompany-input-noop: Use a symbol for the dummy event...
2014-11-23 Dmitry GutovReword comment
2014-11-23 Dmitry Gutovcompany-update-candidates: Fix WRT ignore-case
2014-11-23 Dmitry Gutovcompany-update-candidates: Don't be fooled by a few...
2014-11-16 Dmitry GutovSupport multiple-width chars in annotations
2014-11-09 Dmitry GutovBump the version for development
2014-11-09 Dmitry GutovShow numbers in tooltip irrespective of scrolling
2014-11-08 Dmitry Gutovcompany-complete-number: Handle keypad events
2014-10-28 Dmitry GutovBump the version
2014-10-18 Stefan MonnierDo minor cleanup
2014-10-14 Dmitry GutovBump the version
2014-10-08 Dmitry GutovHandle nil company-common, in order not to bind it...
2014-10-08 Dmitry Gutovcompany-fill-propertize: Use `string-width' on `company...
2014-10-08 Dmitry Gutovcompany-call-backend-raw: Use `condition-case-unless...
2014-10-08 Dmitry GutovHandle non-printable and multiple-width chars in comple...
2014-10-04 Dmitry GutovUse `condition-case-unless-debug' more
2014-09-30 Dmitry Gutovcompany-begin-commands: Add `orgtbl-self-insert-command'
2014-09-28 Dmitry GutovUpdate NEWS; do the forgotten version bump
2014-09-28 Dmitry Gutovcompany-post-command: Handle being called after quitting
2014-09-28 Dmitry Gutovcompany-create-match-predicate: Just replace the predicate
2014-09-28 Dmitry Gutovcompany-search-printing-char: Don't update company...
2014-09-22 Dmitry Gutovcompany--insert-candidate: Don't use `insert-before...
2014-09-20 Dmitry GutovMerge pull request #191 from jorgenschaefer/master
2014-09-20 Jorgen SchaeferUse read-kbd-macro instead of kbd as a function.
2014-09-14 Dmitry GutovRelease 0.8.5
2014-09-13 Dmitry Gutovcompany-pseudo-tooltip-guard: Handle wrapped lines
2014-09-13 Dmitry Gutovcompany-pseudo-tooltip-show: Improve tooltip-guard...
2014-09-13 Dmitry Gutovcompany--insert-candidate: Insert before overlays that...
2014-09-13 Dmitry GutovRelease 0.8.4
2014-09-13 Dmitry Gutovcompany--posn-col-row: add comment
2014-09-13 Dmitry Gutovcompany-with-candidate-inserted: restore buffer modific...
2014-09-09 Frank Fischercompany-complete-number: Make interactive, read the...
2014-09-09 Dmitry GutovUse posn-actual-col-row to calculate the row
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
next