[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 35/35: Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' fr
From: |
Dmitry Gutov |
Subject: |
[elpa] 35/35: Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' from company-master |
Date: |
Sat, 19 Apr 2014 10:12:22 +0000 |
dgutov pushed a commit to branch master
in repository elpa.
commit 77719a9c033ff72b9d2d6c0d857c77642b26a8b0
Merge: 0c8e3a1 51c140c
Author: Dmitry Gutov <address@hidden>
Date: Sat Apr 19 14:11:04 2014 +0400
Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' from company-master
Conflicts:
packages/company/company-pysmell.el
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(-)
diff --cc packages/company/company-elisp-tests.el
index 0000000,9b7cba3..9b7cba3
mode 000000,100644..100644
--- a/packages/company/company-elisp-tests.el
+++ b/packages/company/company-elisp-tests.el
diff --cc packages/company/company-pysmell.el
index 5c44f06,d9cf86b..2f22bf0
--- a/packages/company/company-pysmell.el
+++ b/packages/company/company-pysmell.el
@@@ -1,6 -1,6 +1,6 @@@
;;; company-pysmell.el --- company-mode completion back-end for pysmell.el
- ;; Copyright (C) 2009-2011, 2013 Free Software Foundation, Inc.
-;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
++;; Copyright (C) 2009-2011, 2013-2014 Free Software Foundation, Inc.
;; Author: Nikolaj Schumacher
@@@ -27,8 -27,8 +27,8 @@@
;;; Code:
- (eval-when-compile (require 'cl))
-(require 'pysmell)
+(if t (require 'pysmell)) ;Don't load during compilation.
+ (require 'cl-lib)
(defvar company-pysmell--available-p 'unknown)
(make-variable-buffer-local 'company-pysmell--available-p)
- [elpa] 11/35: Initial support for asynchonous backends (#62), (continued)
- [elpa] 11/35: Initial support for asynchonous backends (#62), Dmitry Gutov, 2014/04/19
- [elpa] 26/35: Merge pull request #100 from bbatsov/version-fix, Dmitry Gutov, 2014/04/19
- [elpa] 27/35: Try to use the more up-to-date snapshot packages, Dmitry Gutov, 2014/04/19
- [elpa] 29/35: Merge pull request #101 from bbatsov/master, Dmitry Gutov, 2014/04/19
- [elpa] 15/35: Merge branch 'clang-async', Dmitry Gutov, 2014/04/19
- [elpa] 30/35: Fix the test breakage (probably), Dmitry Gutov, 2014/04/19
- [elpa] 31/35: Introduce company-clang-insert-arguments, Dmitry Gutov, 2014/04/19
- [elpa] 05/35: Update NEWS, Dmitry Gutov, 2014/04/19
- [elpa] 34/35: Release 0.8.0, Dmitry Gutov, 2014/04/19
- [elpa] 33/35: Always include company-capf in the backends, Dmitry Gutov, 2014/04/19
- [elpa] 35/35: Merge commit '51c140ca9ee32d27cacc7b2b07d4539bf98ae575' from company-master,
Dmitry Gutov <=
- [elpa] 28/35: Use cl-lib, Dmitry Gutov, 2014/04/19
- [elpa] 32/35: `company-other-backend': don't use `company-manual-begin', Dmitry Gutov, 2014/04/19
- [elpa] 01/35: New option company-abort-manual-when-too-short, Dmitry Gutov, 2014/04/19