branch: externals/ivy commit 7a0d554aaf4ebbb2c45f2451d77747df4f7e2742 Author: Basil L. Contovounesios <ba...@contovou.net> Commit: Basil L. Contovounesios <ba...@contovou.net>
Bump version to 0.15.0 * counsel.el: * ivy-avy.el: * ivy-hydra.el: * ivy.el: * swiper.el: * doc/ivy.org (Copying): Bump version to 0.15.0. (Installation): Fix typo. * doc/ivy.texi: Regenerate docs. --- counsel.el | 4 ++-- doc/ivy.org | 4 ++-- doc/ivy.texi | 4 ++-- ivy-avy.el | 4 ++-- ivy-hydra.el | 4 ++-- ivy.el | 2 +- swiper.el | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/counsel.el b/counsel.el index 81db4e6b45..b4269065b2 100644 --- a/counsel.el +++ b/counsel.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.2 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (swiper "0.14.2")) +;; Version: 0.15.0 +;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (swiper "0.15.0")) ;; Keywords: convenience, matching, tools ;; This file is part of GNU Emacs. diff --git a/doc/ivy.org b/doc/ivy.org index d54cdaf1f6..72677bd5c0 100644 --- a/doc/ivy.org +++ b/doc/ivy.org @@ -58,7 +58,7 @@ ivy-ox.el then ~C-c C-e i t~ in the ivy.org buffer. :CUSTOM_ID: copying :END: #+TEXINFO: @ifnottex -Ivy manual, version 0.14.2 +Ivy manual, version 0.15.0 Ivy is an interactive interface for completion in Emacs. Emacs uses completion mechanism in a variety of contexts: code, menus, commands, @@ -152,7 +152,7 @@ Emacs 24.5 is the oldest version to run Ivy. Ivy is installed alongside the =counsel= package, which is available from two different package archives, GNU ELPA and MELPA. For the latest stable version, use the GNU ELPA archive. For the latest -development snaphshot, use the GNU-devel ELPA archive. +development snapshot, use the GNU-devel ELPA archive. Ivy is split into three packages: =ivy=, =swiper= and =counsel=; by installing =counsel=, the other two are brought in as dependencies. diff --git a/doc/ivy.texi b/doc/ivy.texi index cb2a609127..ce3fa0c38f 100644 --- a/doc/ivy.texi +++ b/doc/ivy.texi @@ -8,7 +8,7 @@ @copying @ifnottex -Ivy manual, version 0.14.2 +Ivy manual, version 0.15.0 Ivy is an interactive interface for completion in Emacs. Emacs uses completion mechanism in a variety of contexts: code, menus, commands, @@ -219,7 +219,7 @@ Emacs 24.5 is the oldest version to run Ivy. Ivy is installed alongside the @code{counsel} package, which is available from two different package archives, GNU ELPA and MELPA@. For the latest stable version, use the GNU ELPA archive. For the latest -development snaphshot, use the GNU-devel ELPA archive. +development snapshot, use the GNU-devel ELPA archive. Ivy is split into three packages: @code{ivy}, @code{swiper} and @code{counsel}; by installing @code{counsel}, the other two are brought in as dependencies. diff --git a/ivy-avy.el b/ivy-avy.el index 0d320afdbf..8f0d275ef6 100644 --- a/ivy-avy.el +++ b/ivy-avy.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.2 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (avy "0.5.0")) +;; Version: 0.15.0 +;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (avy "0.5.0")) ;; Keywords: convenience ;; This program is free software; you can redistribute it and/or modify diff --git a/ivy-hydra.el b/ivy-hydra.el index b759a4f0d0..db07f5771e 100644 --- a/ivy-hydra.el +++ b/ivy-hydra.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.2 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.2") (hydra "0.14.0")) +;; Version: 0.15.0 +;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (hydra "0.14.0")) ;; Keywords: convenience ;; This file is part of GNU Emacs. diff --git a/ivy.el b/ivy.el index 66e71ae32c..4c8e9d92cb 100644 --- a/ivy.el +++ b/ivy.el @@ -5,7 +5,7 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.2 +;; Version: 0.15.0 ;; Package-Requires: ((emacs "24.5")) ;; Keywords: matching diff --git a/swiper.el b/swiper.el index d4d369454d..edeee0e995 100644 --- a/swiper.el +++ b/swiper.el @@ -5,8 +5,8 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.14.2 -;; Package-Requires: ((emacs "24.5") (ivy "0.14.2")) +;; Version: 0.15.0 +;; Package-Requires: ((emacs "24.5") (ivy "0.15.0")) ;; Keywords: matching ;; This file is part of GNU Emacs.