Skip to content

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrv committed Jun 14, 2017
1 parent d1c2625 commit d042a67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 1.2 (unreleased)
# 1.2 (Jun 14, 2017)

* New `ycmd-eldoc-mode`.
* `ycmd-eldoc` mode retrieves eldoc message asynchronously.
* `ycmd-eldoc` sends a `GetType` request as fallback if the completion
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
Expand Down
2 changes: 1 addition & 1 deletion company-ycmd.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Peter Vasil <mail@petervasil.net>
;; 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.
;;
Expand Down
2 changes: 1 addition & 1 deletion flycheck-ycmd.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Author: Austin Bingham <austin.bingham@gmail.com>
;; 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.
;;
Expand Down
2 changes: 1 addition & 1 deletion ycmd-eldoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Peter Vasil <mail@petervasil.net>
;; 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
Expand Down
4 changes: 2 additions & 2 deletions ycmd.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
;;
;; Authors: Austin Bingham <austin.bingham@gmail.com>
;; Peter Vasil <mail@petervasil.net>
;; 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.
;;
Expand Down

0 comments on commit d042a67

Please sign in to comment.