aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2016-03-07 08:10:01 +0100
committerFrank Fischer <frank-fischer@shadow-soft.de>2016-03-07 08:10:01 +0100
commit6a114be777786b05997777c1b6bbf67eccf0ce12 (patch)
tree791c56ad5e02955a673bf02bf3dd1e0cb6b2beaa
parentb10ee47010b18ec7c8946eefc01814fdb0f57401 (diff)
update version to 1.2.111.2.11
-rw-r--r--evil-command-window.el2
-rw-r--r--evil-commands.el2
-rw-r--r--evil-common.el2
-rw-r--r--evil-core.el2
-rw-r--r--evil-digraphs.el2
-rw-r--r--evil-ex.el2
-rw-r--r--evil-integration.el2
-rw-r--r--evil-macros.el2
-rw-r--r--evil-maps.el2
-rw-r--r--evil-pkg.el2
-rw-r--r--evil-repeat.el2
-rw-r--r--evil-search.el2
-rw-r--r--evil-states.el2
-rw-r--r--evil-tests.el2
-rw-r--r--evil-types.el2
-rw-r--r--evil-vars.el4
-rw-r--r--evil.el2
-rwxr-xr-xscripts/evilupdate2
18 files changed, 19 insertions, 19 deletions
diff --git a/evil-command-window.el b/evil-command-window.el
index e92c0c4..1679cfd 100644
--- a/evil-command-window.el
+++ b/evil-command-window.el
@@ -2,7 +2,7 @@
;; Author: Emanuel Evans <emanuel.evans at gmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-commands.el b/evil-commands.el
index d54cc0f..b384af5 100644
--- a/evil-commands.el
+++ b/evil-commands.el
@@ -2,7 +2,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-common.el b/evil-common.el
index e5de43e..c3a6c6c 100644
--- a/evil-common.el
+++ b/evil-common.el
@@ -2,7 +2,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-core.el b/evil-core.el
index b92645a..474c99a 100644
--- a/evil-core.el
+++ b/evil-core.el
@@ -2,7 +2,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-digraphs.el b/evil-digraphs.el
index 3894605..317fc6c 100644
--- a/evil-digraphs.el
+++ b/evil-digraphs.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-ex.el b/evil-ex.el
index a4347fb..50fabe5 100644
--- a/evil-ex.el
+++ b/evil-ex.el
@@ -3,7 +3,7 @@
;; Author: Frank Fischer <frank fischer at mathematik.tu-chemnitz.de>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-integration.el b/evil-integration.el
index a8bf6e6..572cacb 100644
--- a/evil-integration.el
+++ b/evil-integration.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-macros.el b/evil-macros.el
index d39b4dc..878213d 100644
--- a/evil-macros.el
+++ b/evil-macros.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-maps.el b/evil-maps.el
index 51b8979..e6d0101 100644
--- a/evil-maps.el
+++ b/evil-maps.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-pkg.el b/evil-pkg.el
index 7482956..e4c0752 100644
--- a/evil-pkg.el
+++ b/evil-pkg.el
@@ -1,6 +1,6 @@
(define-package
"evil"
- "1.2.10"
+ "1.2.11"
"Extensible Vi layer for Emacs."
'((undo-tree "0.6.3")
(goto-chg "1.6")))
diff --git a/evil-repeat.el b/evil-repeat.el
index e853348..705a8ba 100644
--- a/evil-repeat.el
+++ b/evil-repeat.el
@@ -3,7 +3,7 @@
;; Author: Frank Fischer <frank.fischer at mathematik.tu-chemnitz.de>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-search.el b/evil-search.el
index ece510b..5d33c94 100644
--- a/evil-search.el
+++ b/evil-search.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-states.el b/evil-states.el
index 868e64b..2b9822e 100644
--- a/evil-states.el
+++ b/evil-states.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-tests.el b/evil-tests.el
index 757b671..5a626c6 100644
--- a/evil-tests.el
+++ b/evil-tests.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-types.el b/evil-types.el
index e4397f0..5aaff30 100644
--- a/evil-types.el
+++ b/evil-types.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
diff --git a/evil-vars.el b/evil-vars.el
index f141a1c..ffd8229 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -3,7 +3,7 @@
;; Author: Vegard Øye <vegard_oye at hotmail.com>
;; Maintainer: Vegard Øye <vegard_oye at hotmail.com>
-;; Version: 1.2.10
+;; Version: 1.2.11
;;
;; This file is NOT part of GNU Emacs.
@@ -1712,7 +1712,7 @@ Otherwise the previous command is assumed as substitute.")
(goto-char (point-min))
(buffer-substring (point-min) (line-end-position)))
;; no repo, use plain version
- (t "1.2.10")))))
+ (t "1.2.11")))))
"The current version of Evil")
(defun evil-version ()
diff --git a/evil.el b/evil.el
index a6fc402..5da5961 100644
--- a/evil.el
+++ b/evil.el
@@ -45,7 +45,7 @@
;; To get in touch, please use the bug tracker or the
;; mailing list (see below).
;; Created: 2011-03-01
-;; Version: 1.2.10
+;; Version: 1.2.11
;; Keywords: emulation, vim
;; URL: http://gitorious.org/evil
;; Repository: git://gitorious.org/evil/evil.git
diff --git a/scripts/evilupdate b/scripts/evilupdate
index 265f5d5..f113a6f 100755
--- a/scripts/evilupdate
+++ b/scripts/evilupdate
@@ -105,7 +105,7 @@
(defun evilupdate-update-emacswiki ()
"Update the version information on the EmacsWiki page."
(setq yaoddmuse-wikis
- '(("EmacsWiki" "http://www.emacswiki.org/emacs" utf-8 "uihnscuskc=1;")))
+ '(("EmacsWiki" "https://www.emacswiki.org/emacs" utf-8 "uihnscuskc=1;")))
(when (featurep 'nadvice)
(advice-add 'yaoddmuse-display-page :after 'evilupdate-wiki-trace))
(yaoddmuse-edit "EmacsWiki" evilupdate-wiki-page t)