emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company updated (24aefbd -> 123b604)


From: Dmitry Gutov
Subject: [elpa] externals/company updated (24aefbd -> 123b604)
Date: Wed, 30 Dec 2020 18:32:59 -0500 (EST)

dgutov pushed a change to branch externals/company.

      from  24aefbd   Fix some quoting problems in doc strings
       new  c09e7ff   Remove unused variable
       new  520978c   Change the replacement character for non-printables
       new  1b985d1   Set project-vc-merge-submodules to nil [ci skip]
       new  ca231bf   Remove company-eclim
       new  664dd19   Move company-clang to after company-capf
       new  10d7ee5   Remove company-xcode
       new  5eb7d86   Add some clarifications for the Customize interface
       new  e1d5837   Use 'after-string' to render the popup
       new  be8cf44   Tidy up a little
       new  2158fbd   company-tooltip-width-grow-only: New option
       new  57a6554   company-clang--parse-output: Filter out duplicates
       new  9e153fa   Restore Emacs < 26 compatibility
       new  e393785   Add a FIXME
       new  54f60ef   Print the right buffer-local value
       new  63b0535   Fixed badge url.
       new  4462e7d   Merge pull request #1004 from jcs-PR/fix-badge
       new  d6df27f   Rename auto-complete to auto-commit
       new  c1e8972   company-selection: add company-selection-default to have 
better support for non-selection popup
       new  fb9db07   Merge pull request #999 from 
kiennq/bug/company-selection-default
       new  569ff3e   Copy edits
       new  2de0d9a   More copy edits
       new  e1726c4   Typo
       new  0edc87d   Fix a couple of warnings
       new  805637c   company-cmake: property completion candidates
       new  d591282   Merge pull request #1009 from condy0919/cmake
       new  25f6a27   company-echo-format: Handle company-common being nil
       new  bbff400   Fix tooltip background stretching to EOL
       new  8c22b58   Merge pull request #1020 from hlissner/fix-tooltip-bg
       new  18b7b79   Fix company--face-attribute helper
       new  053c50d   Merge pull request #1023 from hlissner/fix-face-helper
       new  c4d205a   Fix company--face-attribute for text-scaled faces
       new  b16b236   Fall back to unremapped 'default face :background
       new  5f5949b   Merge pull request #1024 from hlissner/fix-face-helper
       new  7c25cf4   company-set-selection: adding offset internally instead 
of via caller
       new  dd92593   Merge pull request #1032 from 
kiennq/bug/company-selection-offset
       new  bea3195   Implement `company-select-first' and `company-select-last'
       new  97cfbc3   Merge pull request #1033 from edwargix/master
       new  01f5d10   Fix company-gtags to work with tramp and multiple 
locations.
       new  13e2ada   Avoid calling executable-find for local buffers.
       new  e6fa6c0   Add connection-local caching for gtags executable.
       new  75acbc5   Merge pull request #1037 from Ergus/master
       new  056d19d   Rename a function and add NEWS entry
       new  3a27fd9   company-gtags--executable: Don't create local values 
unnecessarily
       new  dccd04b   company-gtags--fetch-tags: Revert an earlier change
       new  3644a59   company-gtags--executable: Make sure to return the 
detected value
       new  123b604   Merge branch 'master' of 
https://github.com/company-mode/company-mode into externals/company


Summary of changes:
 .dir-locals.el          |   3 +-
 NEWS.md                 |  25 +++
 README.md               |   2 +-
 company-clang.el        |  21 ++-
 company-cmake.el        |   1 +
 company-eclim.el        | 186 ----------------------
 company-gtags.el        |  29 +++-
 company-tng.el          | 134 +++++++---------
 company-xcode.el        | 123 ---------------
 company-yasnippet.el    |   1 +
 company.el              | 404 +++++++++++++++++++++++++++++-------------------
 test/core-tests.el      | 145 +++++++++++++++--
 test/frontends-tests.el |   2 +-
 13 files changed, 515 insertions(+), 561 deletions(-)
 delete mode 100644 company-eclim.el
 delete mode 100644 company-xcode.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]