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

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

[elpa] branch master updated (9b6551e -> c828ee6)


From: Dmitry Gutov
Subject: [elpa] branch master updated (9b6551e -> c828ee6)
Date: Tue, 01 Jul 2014 11:53:01 +0000

dgutov pushed a change to branch master
in repository elpa.

      from  9b6551e   Release 0.1.
       new  4bf0a33   Don't require pysmell during compile.
       new  9c2eaa9   Fix #103
       new  43283ba   company-clang: don't mistake scoping operator for objc 
args
       new  ee3e77d   company-clang: tweak the objc args recognition
       new  65322e3   Respect tooltip align annotations in company-yasnippet.
       new  b5eac9c   Merge pull request #106 from proofit404/master
       new  0cbd722   Account for the line continuation column in graphical mode
       new  137ee13   company-search-map: bind DEL to company-search-other-char
       new  d10cb4f   company-sort-by-occurrence: include words on the same 
line, too
       new  8d47db5   company--multi-backend-adapter-candidates: compare string 
values of prefix
       new  8a9be86   company-clang--build-complete-args: don't call -cc1 
directly
       new  02a53fd   company-clang--annotation: include method qualifiers in 
the annotation
       new  79a6e5b   NEWS: document the change in clang invocation
       new  83430dd   company--continue: don't pass the new prefix to 
`company-cancel'
       new  d2269a1   company-files-complete: move files in subdirs to the end
       new  660b65e   Introduce company-tooltip-flip-when-above
       new  5453be0   Fix typo
       new  f855e5a   Add new possible value to 
`company-dabbrev-code-other-buffers'
       new  aceed84   extended gtags functionality #90 showing annotations and 
meta
       new  7cc35ff   fixing let in gtags annotation
       new  a0f532a   Merge pull request #126 from ksjogo/gtags
       new  972f6bf   Update NEWS
       new  bbfea2d   Small fixes
       new  548e17b   Merge pull request #127 from bbatsov/doc-fixes
       new  c63e0e2   Some indentation fixes
       new  a00d59a   Backport defvar-local from Emacs 24.2
       new  3ad395b   Merge pull request #128 from bbatsov/defvar-local
       new  08b1bfc   Add package-version property to vars after in 0.7.0
       new  828f02d   Bind company-show-doc-buffer to C-h
       new  4e1e2f5   Merge pull request #129 from bbatsov/c-h
       new  d224ba4   company-css-value-classes: fix border-width infloop
       new  ae063ef   company-css-property-values: port to lexical-binding
       new  2fe2640   company-css: add a bunch of CSS3 properties
       new  5fbef7e   company-gtags: add arguments insertion
       new  43021af   company-css: Add HTML5 tags and more CSS3 properties
       new  fd1ee6a   company-css-property-alist: remove reference to 
font-variant in value for font
       new  8af882a   company-pseudo-tooltip-edit: update company-width
       new  8783c6f   Indicate current candidate's backend when it's in a group
       new  4fb2162   company-update-group-lighter: privatize
       new  8a7120b   Define company-sort-by-backend-importance
       new  b46367c   Improve comment wording
       new  fe4dd57   Don't assign to company-point in company-abort and 
company-finish
       new  9056db1   company--should-idle-begin: use a more careful check
       new  ace0d00   company-keywords-alist: ass js-mode -> javascript-mode 
alias
       new  952a6cd   Bring back this-command check when company-idle-delay is t
       new  81e65de   Never delete the "added newline" twice
       new  f61b8c4   Don't call post-completion methods and hook in 
continue-failed case
       new  e5f2d5c   Avoid requiring match is certain circumstances
       new  bbaa888   company-backends: add better introduction
       new  53a9ff6   company-capf.el: Don't ignore things like semantic-capf
       new  7c14ded   Release 0.8.1
       new  c828ee6   Merge commit '7c14dedc79bf0c6eaad5bf50b80ea80dd721afdc' 
from company

The 52 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                 |   16 ++
 packages/company/company-capf.el         |    4 +-
 packages/company/company-clang.el        |   20 +-
 packages/company/company-css.el          |  153 +++++++++++-
 packages/company/company-dabbrev-code.el |   31 ++-
 packages/company/company-dabbrev.el      |   29 ++-
 packages/company/company-eclim.el        |    6 +-
 packages/company/company-etags.el        |    6 +-
 packages/company/company-files.el        |   14 +-
 packages/company/company-gtags.el        |   57 +++--
 packages/company/company-keywords.el     |    1 +
 packages/company/company-pysmell.el      |    4 +-
 packages/company/company-semantic.el     |    3 +-
 packages/company/company-template.el     |    3 +-
 packages/company/company-tests.el        |   63 +++++-
 packages/company/company-xcode.el        |    3 +-
 packages/company/company-yasnippet.el    |    5 +-
 packages/company/company.el              |  377 ++++++++++++++++++------------
 18 files changed, 549 insertions(+), 246 deletions(-)



reply via email to

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