From 72e1e73f3c9da2ad04286e13bfc8fc401626b7a9 Mon Sep 17 00:00:00 2001 From: Guillaume Papin Date: Tue, 5 Sep 2017 22:16:57 +0200 Subject: [PATCH] Release 1.1.0 --- README.md | 5 ++++- irony.el | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ceafe7c..b45e5fae 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `irony-mode` is an Emacs minor-mode that aims at improving the editing experience for the C, C++ and Objective-C languages. It works by using a -combination of an Emacs package and a C++ program (`irony-server`) that uses +combination of an Emacs package and a C++ program (`irony-server`) exposing [libclang][libclang-ref]. **Features:** @@ -18,6 +18,8 @@ combination of an Emacs package and a C++ program (`irony-server`) that uses * `eldoc` integration: [irony-eldoc][irony-eldoc-ref] +* [counsel][counsel-ref] integration: https://oremacs.com/2017/03/28/emacs-cpp-ide/ + ## Dependencies ### Elisp dependencies @@ -193,6 +195,7 @@ you can instruct `irony-server` to use this with something like: [clang_complete-doc-ref]: https://github.com/Rip-Rip/clang_complete/blob/c8673142759b87316265eb0edd1f620196ec1fba/doc/clang_complete.txt#L55 ".clang_complete" [clang_complete-vim-ref]: https://github.com/Rip-Rip/clang_complete "clang_complete Vim plugin" [cmake-ref]: http://www.cmake.org "CMake" +[counsel-ref]: https://github.com/abo-abo/swiper#counsel "Counsel on Github" [company-irony-ref]: https://github.com/Sarcasm/company-irony "Company Irony" [company-ref]: https://github.com/company-mode/company-mode "Company-Mode" [flycheck-irony-ref]: https://github.com/Sarcasm/flycheck-irony "Flycheck Irony" diff --git a/irony.el b/irony.el index 4301d222..007421e3 100644 --- a/irony.el +++ b/irony.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 Guillaume Papin ;; Author: Guillaume Papin -;; Version: 1.0.0 +;; Version: 1.1.0 ;; URL: https://github.com/Sarcasm/irony-mode ;; Compatibility: GNU Emacs 24.x ;; Keywords: c, convenience, tools