diff --git a/CHANGES.md b/CHANGES.md index f313348..e837735 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# 1.2 (unreleased) +# 1.2 (Jun 14, 2017) * New `ycmd-eldoc-mode`. * `ycmd-eldoc` mode retrieves eldoc message asynchronously. @@ -6,7 +6,7 @@ request has not returned anything. * `ycmd-eldoc` gets automatically disabled if there is not semantic completer support for major mode. This prevents error messages in minibuffer. -* `*ymcd-fixits` buffer can now also show responses from `RefactorRename` +* `*ymcd-fixits*` buffer can now also show responses from `RefactorRename` requests * Add `ycmd-completer` command and new variable `ycmd-completing-read-function` * Require Emacs 24.4 as minimum version diff --git a/company-ycmd.el b/company-ycmd.el index e1e0b96..3468664 100644 --- a/company-ycmd.el +++ b/company-ycmd.el @@ -6,7 +6,7 @@ ;; Peter Vasil ;; version: 0.2 ;; URL: https://github.com/abingham/emacs-ycmd -;; Package-Requires: ((ycmd "1.1") (company "0.9.0") (deferred "0.2.0") (s "1.9.0") (dash "2.12.1") (let-alist "1.0.4") (f "0.18.2")) +;; Package-Requires: ((ycmd "1.2") (company "0.9.3") (deferred "0.5.1") (s "1.11.0") (dash "2.13.0") (let-alist "1.0.5") (f "0.19.0")) ;; ;; This file is not part of GNU Emacs. ;; diff --git a/flycheck-ycmd.el b/flycheck-ycmd.el index 08b6b12..c3bd027 100644 --- a/flycheck-ycmd.el +++ b/flycheck-ycmd.el @@ -4,7 +4,7 @@ ;; Author: Austin Bingham ;; Version: 0.1 ;; URL: https://github.com/abingham/emacs-ycmd -;; Package-Requires: ((emacs "24") (dash "2.12.1") (flycheck "0.22") (ycmd "0.9") (let-alist "1.0.4")) +;; Package-Requires: ((emacs "24") (dash "2.13.0") (flycheck "0.22") (ycmd "1.2") (let-alist "1.0.5")) ;; ;; This file is not part of GNU Emacs. ;; diff --git a/ycmd-eldoc.el b/ycmd-eldoc.el index 01f6ed6..c6895fa 100644 --- a/ycmd-eldoc.el +++ b/ycmd-eldoc.el @@ -5,7 +5,7 @@ ;; Author: Peter Vasil ;; URL: https://github.com/abingham/emacs-ycmd ;; Version: 0.2 -;; Package-Requires: ((ycmd "0.1") (deferred "0.2.0") (s "1.9.0") (dash "2.12.1") (let-alist "1.0.4")) +;; Package-Requires: ((ycmd "1.2") (deferred "0.5.1") (s "1.11.0") (dash "2.13.0") (let-alist "1.0.5")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/ycmd.el b/ycmd.el index 30fb79e..ec2ae72 100644 --- a/ycmd.el +++ b/ycmd.el @@ -4,9 +4,9 @@ ;; ;; Authors: Austin Bingham ;; Peter Vasil -;; Version: 1.2-cvs +;; Version: 1.2 ;; URL: https://github.com/abingham/emacs-ycmd -;; Package-Requires: ((emacs "24.4") (dash "2.12.1") (s "1.10.0") (deferred "0.3.2") (cl-lib "0.5") (let-alist "1.0.4") (request "0.3.0") (request-deferred "0.2.0") (pkg-info "0.4")) +;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (s "1.11.0") (deferred "0.5.1") (cl-lib "0.6.1") (let-alist "1.0.5") (request "0.3.0") (request-deferred "0.3.0") (pkg-info "0.6")) ;; ;; This file is not part of GNU Emacs. ;;