]> code.delx.au - gnu-emacs-elpa/commitdiff
Update copyright dates and the changelog
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 13 Mar 2013 19:44:41 +0000 (23:44 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 13 Mar 2013 20:07:49 +0000 (00:07 +0400)
company-elisp.el
company.el

index c45e8736d3b341668ae4cc2fb4bf93fce0aa6a34..ec3161d553220a87954018d13144a0957a547065 100644 (file)
@@ -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
 
index b3606edab044110d0b4ec393fbeb01553a745e68..0e809974ecfbee073d46389c7fec44e4ad8c22da 100644 (file)
@@ -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
 ;;
 ;;; 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)