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

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

[elpa] branch master updated (0c8e3a1 -> 77719a9)


From: Dmitry Gutov
Subject: [elpa] branch master updated (0c8e3a1 -> 77719a9)
Date: Sat, 19 Apr 2014 10:12:12 +0000

dgutov pushed a change to branch master
in repository elpa.

      from  0c8e3a1   [gnugo] Decruft: Use ‘gnugo-program’ directly as 
executable.
       new  1a4119f   New option company-abort-manual-when-too-short
       new  5e1c9bf   More robust and simpler logic in prefix test
       new  d38e705   Test new prefix behavior, option 
company-abort-manual-when-too-short
       new  3fc9d9e   Minor tweaks
       new  4d6494d   Update NEWS
       new  0e57458   Drop Emacs 23 compatibility
       new  673177c   Drop support for `crop'
       new  91f9557   Use `condition-case-unless-debug'
       new  1b6be7e   Add Package-Requires header
       new  67ec5da   Bump version
       new  52e3218   Initial support for asynchonous backends (#62)
       new  e642d21   Remove `company-locate-dominating-file'
       new  1632308   Implement async operation for grouped backends
       new  5cef935   Make company-clang work asynchronously
       new  62c1757   Merge branch 'clang-async'
       new  0c2e6e5   Update NEWS
       new  0a22202   company--merge-async: tweak
       new  a325331   company--force-sync: change calling convention
       new  75aecd4   Move company-elisp require
       new  17dd51d   Change the summary
       new  bc1b047   Define and use `company-grab-symbol-cons'
       new  90c24b6   company--multi-backend-adapter-candidates: bind backend 
locally
       new  404b6d5   Introduce `company-tooltip-minimum-width'
       new  e9a755e   Lower company-idle-delay
       new  65ca9bf   Make version string compatible with Emacs < 24.4
       new  a0a1e0a   Merge pull request #100 from bbatsov/version-fix
       new  4505ff7   Try to use the more up-to-date snapshot packages
       new  8f2c032   Use cl-lib
       new  1de79de   Merge pull request #101 from bbatsov/master
       new  00d2e9a   Fix the test breakage (probably)
       new  012887a   Introduce company-clang-insert-arguments
       new  b8e192f   `company-other-backend': don't use `company-manual-begin'
       new  66d8567   Always include company-capf in the backends
       new  51c140c   Release 0.8.0
       new  77719a9   Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' 
from company-master

The 35 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/.travis.yml             |   10 +-
 packages/company/Makefile                |    4 +-
 packages/company/NEWS.md                 |   14 +
 packages/company/company-abbrev.el       |    4 +-
 packages/company/company-bbdb.el         |   12 +-
 packages/company/company-capf.el         |   13 +-
 packages/company/company-clang.el        |   75 +++--
 packages/company/company-cmake.el        |    4 +-
 packages/company/company-css.el          |    4 +-
 packages/company/company-dabbrev-code.el |    4 +-
 packages/company/company-dabbrev.el      |   10 +-
 packages/company/company-eclim.el        |   18 +-
 packages/company/company-elisp-tests.el  |  193 ++++++++++++
 packages/company/company-elisp.el        |   14 +-
 packages/company/company-etags.el        |   10 +-
 packages/company/company-files.el        |    8 +-
 packages/company/company-gtags.el        |    6 +-
 packages/company/company-ispell.el       |    4 +-
 packages/company/company-keywords.el     |    4 +-
 packages/company/company-nxml.el         |   10 +-
 packages/company/company-oddmuse.el      |    6 +-
 packages/company/company-pysmell.el      |    8 +-
 packages/company/company-ropemacs.el     |    4 +-
 packages/company/company-semantic.el     |    4 +-
 packages/company/company-template.el     |   16 +-
 packages/company/company-tempo.el        |    4 +-
 packages/company/company-tests.el        |  402 +++++++++++++------------
 packages/company/company-xcode.el        |    4 +-
 packages/company/company-yasnippet.el    |    3 +-
 packages/company/company.el              |  474 ++++++++++++++++++-----------
 30 files changed, 842 insertions(+), 504 deletions(-)
 create mode 100644 packages/company/company-elisp-tests.el



reply via email to

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