elpasync pushed a change to branch externals/company.

      from  e488b4ef1b company--search-line: Fall back to text when 
company-format-margin-function is nil
       new  891d0adb6c Remove outdated M-n and M-p bindings
       new  3f5907886d Change company-show-doc-buffer and 
company-show-location's bindings
       new  6d10e3db3f Improve NEWS entry
       new  ec3345050b [ci skip] Phrasing
       new  8eda64605b Plug into tab-always-indent=complete
       new  4d40d1b70a Bind C-M-i to company-complete-common in 
company-active-map
       new  e5637192f2 Support completion in minibuffer
       new  161ce7d279 Don't try to make the overlay based popup work in 
minibuffer
       new  f234bc1784 company-tooltip-search: Inherit from the 'isearch' face
       new  ccd9d8ef50 Change the default for company-search-regexp-function to 
in-any-order
       new  65d1947e34 company-search-flex-regexp: Highlight the chars 
separately
       new  8bc23cac27 New search regexp function: 
company-search-flex-words-in-any-order-regexp
       new  cb4d0df129 If search fails in the natural direction, try searching 
back
       new  0ad6d912d0 Update NEWS
       new  3f7090f051 Make sure minibuffer integration is disabled when 
global-company-mode is off
       new  d77b142899 company-echo-show: Try harder not to resize the 
minibuffer
       new  539ead0205 company-sort-by-occurrence: Don't search before the 
current field
       new  ca541ddcfc Ensure preview overlay goes before 
minibuffer-message-overlay
       new  b4651aed57 company-childframe-show-at-prefix: Adjust for 
after-string overlays, if any
       new  0a1e81d073 company-echo-hide: Do hide any existing message of ours
       new  e439046dfc Set up "no interference" for eldoc after 
company-echo-show
       new  97401e456d company--eldoc-no-inteference-p: Check 
company-candidates as well
       new  2b77317c4c Fix compat with Emacs < 29
       new  b981dcce42 Merge branch 'master' into better-integration
       new  26221c9d51 Whitelist some commands for non-blinky metadata echo
       new  3831545f80 Ensure max-len is >= 0; adjust to multiline minibuffer 
contents too
       new  fbd8d73383 Use with-selected-window too, to be safe when c-e-s is 
called not from minibuffer
       new  bf1d05bdbb company-echo-show: Account for preview overlay and 
multiline contents
       new  db89a0cc0e company-echo-show: Account for eob possibly not being 
visible
       new  5d242374d3 Improve the awkward interaction between echo and preview 
frontend overlays
       new  9acf35b7a9 Fix b-c warning on Emacs < 30
       new  32488c25fb Merge pull request #1534 from 
company-mode/better-integration
       new  50a4c55a98 Merge branch 'master' into 
better-doc-and-location-bindings
       new  5ce1cbaf7f Merge pull request #1537 from 
company-mode/better-doc-and-location-bindings


Summary of changes:
 NEWS.md               |  24 +++++++
 company-capf.el       |   3 +-
 company-childframe.el |  27 ++++++--
 company.el            | 186 +++++++++++++++++++++++++++++++++++++++++---------
 4 files changed, 199 insertions(+), 41 deletions(-)

Reply via email to