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

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

[elpa] branch master updated (864af57 -> 7b37238)


From: Dmitry Gutov
Subject: [elpa] branch master updated (864af57 -> 7b37238)
Date: Tue, 18 Mar 2014 05:19:33 +0000

dgutov pushed a change to branch master
in repository elpa.

      from  864af57   Merge branch 'master' of 
git.sv.gnu.org:/srv/git/emacs/elpa
       new  fab3d04   BBDB completion in message-mode
       new  e731d65   Declare bbdb functions, instead of requiring it
       new  1ccc65d   Remove company-bbdb-records, it was unused
       new  41984ec   Mention it in NEWS
       new  6862904   Add user option company-tooltip-align-annotations
       new  8eda398   Hopefully fix the Emacs 23 breakage
       new  050f675   Turn off company-tooltip-align-annotations by default
       new  b5a41ac   Wrap `company-call-backend' in `condition-case'
       new  4dd4385   Reuse `company-auto-begin' in `company-idle-begin'
       new  c3c4c44   company-auto-begin: wrap `company-begin' in 
`condition-case-no-debug'
       new  b9aa881   Remove superfluous statement
       new  b8d4257   Fix `args-out-of-bounds' error on formatting annotations 
when annotation start position is greater than the width of window.
       new  ef048ff   Merge pull request #70 from sadboy/master
       new  657d2a3   Fix indentation
       new  f3ad43c   Clear company-backend in company-auto-begin
       new  f84ee94   Tag candidates from grouped backends
       new  7f3f223   Add company-yasnippet
       new  6183a74   company--multi-backend-adapter: noop when arg is empty
       new  0a9292c   Highlight last annotation character, too
       new  af3be98   Fix company-yasnippet summary
       new  1d49ed7   company-init-backend: don't try to initialize lambdas
       new  663ef3b   company-sort-by-occurrence: do stable sorting
       new  641657f   Define company-version
       new  2fba74a   company-yasnippet: autoload, to make it easy to use 
separately
       new  e2451d3   company-keywords-alist: add missing question mark
       new  02d4d06   Support the keyword :with
       new  4cd5118   company-semantic--current-tags: make buffer-local
       new  6d89269   company-semantic: don't try to fetch doc for tag without 
buffer
       new  a9742a1   Remove leftover debug statement
       new  7be4321   Release 0.7.1
       new  7b37238   Merge commit '7be4321260f0c73ef4c3cadc646f6bb496650253' 
from company

The 31 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/company/NEWS.md              |   11 ++
 packages/company/company-bbdb.el      |   49 ++++++++
 packages/company/company-keywords.el  |    2 +-
 packages/company/company-semantic.el  |   14 ++-
 packages/company/company-tests.el     |   87 +++++++++++++--
 packages/company/company-yasnippet.el |   94 ++++++++++++++++
 packages/company/company.el           |  194 +++++++++++++++++++++++----------
 7 files changed, 381 insertions(+), 70 deletions(-)
 create mode 100644 packages/company/company-bbdb.el
 create mode 100644 packages/company/company-yasnippet.el



reply via email to

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