]> code.delx.au - gnu-emacs-elpa/commitdiff
Release 0.6.13
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 15 Jan 2014 03:45:16 +0000 (05:45 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 15 Jan 2014 03:45:16 +0000 (05:45 +0200)
NEWS.md
company-capf.el
company.el

diff --git a/NEWS.md b/NEWS.md
index beb2cfbc917aca8931ec76920b4392613868f26f..314b1eb4eb10ec77a6f9ca492e7c8b982d5f92d3 100644 (file)
--- 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
index 8575cd1f5912ba8b2f4f07526014f28925ff82b2..018c6b775f51b13c006b261e4851f1ccb32b6ac2 100644 (file)
@@ -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 <monnier@iro.umontreal.ca>
 
index ae2ec510ccd31c2077c3badc3b631e75f560efaf..072e65b9f4ff1acbdf9ae141b88f617a146b7852 100644 (file)
@@ -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 <dgutov@yandex.ru>
-;; 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