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

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

[elpa] branch master updated (a7fe5bb -> 0750e13)


From: Dmitry Gutov
Subject: [elpa] branch master updated (a7fe5bb -> 0750e13)
Date: Tue, 14 Oct 2014 22:22:42 +0000

dgutov pushed a change to branch master
in repository elpa.

      from  a7fe5bb   Merge branch 'master' of 
git+ssh://git.sv.gnu.org/srv/git/emacs/elpa
       new  c861728   Fix company-yasnippet compilation without yasnippet
       new  3ef3f93   Use read-kbd-macro instead of kbd as a function.
       new  6f10d91   Merge pull request #191 from jorgenschaefer/master
       new  143ef48   company-gtags: Don't try to complete in non-file buffers
       new  202e61d   company--insert-candidate: Don't use 
`insert-before-markers'
       new  c151e40   company-search-printing-char: Don't update 
company-search-string when no match
       new  bdf34de   company-create-match-predicate: Just replace the predicate
       new  bb6ca75   company-post-command: Handle being called after quitting
       new  06fed5f   company-files.el: Change regexp prefix
       new  63fc143   Update docstring, change words, bump copyright year
       new  03b1e6e   company-files-complete: Include mtime in the cache key
       new  8ca4152   Update NEWS; do the forgotten version bump
       new  ce7c9bd   Update a comment
       new  8ae2917   company-files.el: Use the "private function" naming 
convention
       new  9d39b74   company-files: Fix cache behavior for when we're 
backspacing
       new  a570268   company-file--keys-match-p: Handle OLD being nil
       new  262aaaa   company-begin-commands: Add `orgtbl-self-insert-command'
       new  0a46a2a   Use `condition-case-unless-debug' more
       new  9770b24   company-clang-arguments: Fix default element value
       new  a0e1a71   Handle non-printable and multiple-width chars in 
completions
       new  25ec988   company-call-backend-raw: Use 
`condition-case-unless-debug', too
       new  b6b2ba5   company-dabbrev--search: Ignore "uninteresting" buffers
       new  39c8325   Make new tests and interactive-only
       new  c4a636e   company-fill-propertize: Use `string-width' on 
`company-common'
       new  bec2600   Handle nil company-common, in order not to bind it in 
tests
       new  96bf7b8   Call `bbdb-search' inside `eval' block
       new  988873e   Extract regexp for buffers to ignore into a new var
       new  c6e9fba   company-template-c-like-templatify: Support generics
       new  60d4c09   Bump the version
       new  0750e13   Merge commit '60d4c09c982a1c562a70cd6aa705f47ab3badcfb' 
from company

The 30 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                 |    9 ++++
 packages/company/company-bbdb.el         |   11 +++--
 packages/company/company-clang.el        |    7 ++-
 packages/company/company-dabbrev-code.el |    8 ++--
 packages/company/company-dabbrev.el      |   15 ++++--
 packages/company/company-files.el        |   51 +++++++++++++--------
 packages/company/company-gtags.el        |    1 +
 packages/company/company-template.el     |   59 +++++++++++++++++-------
 packages/company/company-tests.el        |   36 ++++++++++++++-
 packages/company/company-yasnippet.el    |   12 ++++-
 packages/company/company.el              |   73 ++++++++++++++++++++----------
 11 files changed, 202 insertions(+), 80 deletions(-)



reply via email to

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