Skip to content

Commit d042a67

Browse files
committed
Release version 1.2
1 parent d1c2625 commit d042a67

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 1.2 (unreleased)
1+
# 1.2 (Jun 14, 2017)
22

33
* New `ycmd-eldoc-mode`.
44
* `ycmd-eldoc` mode retrieves eldoc message asynchronously.
55
* `ycmd-eldoc` sends a `GetType` request as fallback if the completion
66
request has not returned anything.
77
* `ycmd-eldoc` gets automatically disabled if there is not semantic completer
88
support for major mode. This prevents error messages in minibuffer.
9-
* `*ymcd-fixits` buffer can now also show responses from `RefactorRename`
9+
* `*ymcd-fixits*` buffer can now also show responses from `RefactorRename`
1010
requests
1111
* Add `ycmd-completer` command and new variable `ycmd-completing-read-function`
1212
* Require Emacs 24.4 as minimum version

company-ycmd.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Peter Vasil <[email protected]>
77
;; version: 0.2
88
;; URL: https://github.com/abingham/emacs-ycmd
9-
;; 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"))
9+
;; 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"))
1010
;;
1111
;; This file is not part of GNU Emacs.
1212
;;

flycheck-ycmd.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; Author: Austin Bingham <[email protected]>
55
;; Version: 0.1
66
;; URL: https://github.com/abingham/emacs-ycmd
7-
;; Package-Requires: ((emacs "24") (dash "2.12.1") (flycheck "0.22") (ycmd "0.9") (let-alist "1.0.4"))
7+
;; Package-Requires: ((emacs "24") (dash "2.13.0") (flycheck "0.22") (ycmd "1.2") (let-alist "1.0.5"))
88
;;
99
;; This file is not part of GNU Emacs.
1010
;;

ycmd-eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Peter Vasil <[email protected]>
66
;; URL: https://github.com/abingham/emacs-ycmd
77
;; Version: 0.2
8-
;; Package-Requires: ((ycmd "0.1") (deferred "0.2.0") (s "1.9.0") (dash "2.12.1") (let-alist "1.0.4"))
8+
;; Package-Requires: ((ycmd "1.2") (deferred "0.5.1") (s "1.11.0") (dash "2.13.0") (let-alist "1.0.5"))
99

1010
;; This program is free software; you can redistribute it and/or modify
1111
;; it under the terms of the GNU General Public License as published by

ycmd.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
;;
55
;; Authors: Austin Bingham <[email protected]>
66
;; Peter Vasil <[email protected]>
7-
;; Version: 1.2-cvs
7+
;; Version: 1.2
88
;; URL: https://github.com/abingham/emacs-ycmd
9-
;; 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"))
9+
;; 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"))
1010
;;
1111
;; This file is not part of GNU Emacs.
1212
;;

0 commit comments

Comments
 (0)