From 6d9d3032e24eeb856115b6309b2ffbbbb8dbcf38 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 13 Mar 2013 23:44:41 +0400 Subject: [PATCH] Update copyright dates and the changelog --- company-elisp.el | 2 +- company.el | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/company-elisp.el b/company-elisp.el index c45e8736d..ec3161d55 100644 --- a/company-elisp.el +++ b/company-elisp.el @@ -1,6 +1,6 @@ ;;; company-elisp.el --- A company-mode completion back-end for emacs-lisp-mode -;; Copyright (C) 2009, 2011 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2011-2012 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher diff --git a/company.el b/company.el index b3606edab..0e809974e 100644 --- a/company.el +++ b/company.el @@ -1,6 +1,6 @@ ;;; company.el --- Extensible inline text completion mechanism -;; Copyright (C) 2009-2011 Free Software Foundation, Inc. +;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Nikolaj Schumacher ;; Version: 0.5 @@ -65,9 +65,16 @@ ;; ;;; Change Log: ;; +;; Switching tags now works correctly in `company-etags'. +;; Clang completions now include macros and are case-sensitive. ;; Added `company-capf': completion adapter using ;; `completion-at-point-functions'. (Stefan Monnier) -;; Switching tags now works correctly in `company-etags'. +;; `company-elisp' has some improvements. +;; Instead of `overrriding-terminal-local-map', we're now using +;; `emulation-mode-map-alists' (experimental). This largely means that when +;; the completion keymap is active, other minor modes' keymaps are still +;; used, so, for example, it's not as easy to circumvent `paredit-mode' +;; accidentally when it's enabled. ;; ;; 2010-02-24 (0.5) ;; `company-ropemacs' now provides location and docs. (Fernando H. Silva) -- 2.39.2