From: Dmitry Gutov Date: Wed, 15 Jan 2014 03:45:16 +0000 (+0200) Subject: Release 0.6.13 X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/8b4d7da0d6aa1e24379fe5ace5bd2705352ea07e?hp=da7ac3d9b11f02adc538244821dd8db66d0eba8e Release 0.6.13 --- diff --git a/NEWS.md b/NEWS.md index beb2cfbc9..314b1eb4e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # History of user-visible changes -## Next +## 2014-01-14 (0.6.13) * Experimental support for non-prefix completion. * Starting with Emacs version 24.4, `company-capf` is included in diff --git a/company-capf.el b/company-capf.el index 8575cd1f5..018c6b775 100644 --- a/company-capf.el +++ b/company-capf.el @@ -1,6 +1,6 @@ ;;; company-capf.el --- company-mode completion-at-point-functions back-end -*- lexical-binding: t -*- -;; Copyright (C) 2013 Free Software Foundation, Inc. +;; Copyright (C) 2013-2014 Free Software Foundation, Inc. ;; Author: Stefan Monnier diff --git a/company.el b/company.el index ae2ec510c..072e65b9f 100644 --- a/company.el +++ b/company.el @@ -1,10 +1,10 @@ ;;; company.el --- Modular in-buffer completion framework -*- lexical-binding: t -*- -;; Copyright (C) 2009-2013 Free Software Foundation, Inc. +;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher ;; Maintainer: Dmitry Gutov -;; Version: 0.6.12 +;; Version: 0.6.13 ;; Keywords: abbrev, convenience, matching ;; URL: http://company-mode.github.io/ ;; Compatibility: GNU Emacs 22.x, GNU Emacs 23.x, GNU Emacs 24.x