aboutsummaryrefslogtreecommitdiff
path: root/evil-pkg.el
AgeCommit message (Collapse)Author
2024-09-15evil-pkg.el: Remove fileStefan Monnier
This file is auto-generated from headers in `evil.el` anyway. * evil.el: Synchronize metadata with what was in `evil-pkg.el`. * .gitignore: Add `evil-pkg.el`. * Makefile (VERSION): Fetch the info from `evil.el`. (elpa-pkg.el): New rule to (re)generate the file. (elpa): Use it (not sure if EASK needs it, tho).
2024-05-31ci: Use Eask to test macos and windows (#1885)Jen-Chieh Shen
* ci: Use Eask to test macos and windows * ci: Install eask * ci: Fix jump file test * revert spaces * ci: skip find-file test on windows * ci: Revert original test for windows * Delete Cask file * ci: Exclude tests on macos below 28.x
2022-04-25Bump version to 1.15.0Tom Dalziel
2020-10-01Make undo-tree an optional dependencyVasilij Schneidermann
Closes #1074
2020-04-13Bump undo-tree to 0.7.4Vu Quoc Huy
2020-03-04Bump version to 1.14.01.14.0Eivind Fonn
2019-12-18Bump version to 1.13.0Eivind Fonn
Version 1.2.15 was accidentally tagged as 1.12.15, and released as such by MELPA Stable, so now I guess we have to run with it.
2019-12-11Bump version to 1.3.0-snapshotEivind Fonn
2019-12-11Bump version to 1.2.151.2.15Eivind Fonn
2019-01-04Bump version to 1.2.141.2.14Eivind Fonn
2017-10-02update version to 1.2.131.2.13Eivind Fonn
2017-02-15Remove support for Emacs < 24Eivind Fonn
2017-02-15Require cl-lib instead of clVasilij Schneidermann
2016-04-05update version to 1.2.121.2.12Frank Fischer
2016-03-07update version to 1.2.111.2.11Frank Fischer
2016-01-18update version to 1.2.101.2.10Frank Fischer
2016-01-11update version to 1.2.91.2.9Frank Fischer
2015-11-09update version to 1.2.81.2.8Frank Fischer
2015-11-02update version to 1.2.71.2.7Frank Fischer
2015-10-26update version to 1.2.61.2.6Frank Fischer
2015-09-28update version to 1.2.51.2.5Frank Fischer
2015-09-13update version to 1.2.41.2.4Frank Fischer
2015-08-16update version to 1.2.31.2.3Frank Fischer
2015-08-09update version to 1.2.21.2.2Frank Fischer
2015-07-04update version to 1.2.11.2.1Frank Fischer
2015-07-04update version to 1.2.01.2.0Frank Fischer
2015-05-11update version to 1.1.61.1.6Frank Fischer
2015-05-10update version to 1.1.51.1.5Frank Fischer
2015-05-03update version to 1.1.41.1.4Frank Fischer
2015-04-26update version to 1.1.3Frank Fischer
2015-04-20update version to 1.1.2Frank Fischer
2015-04-11update version to 1.1.11.1.1Frank Fischer
2015-04-08update version to 1.1.01.1.0Frank Fischer
2015-04-08add `evilupdate.el` scriptFrank Fischer
2014-04-11merge stable-1.0Frank Fischer
2014-04-11version 1.0.91.0.9Frank Fischer
2013-12-30depend on `goto-chg 1.6` instead of `goto-last-change` (fix #229)Frank Fischer
`goto-chg` also provides the function `goto-last-change-reverse` and is not contained in the marmalade repo, so it is suitable as dependency for stable versions of Evil.
2013-11-26Version 1.0.81.0.8Frank Fischer
2013-11-26Add dependency on `goto-last-change` 1.2Frank Fischer
2013-08-02Bump version to 1.0.71.0.7Frank Fischer
2013-07-06Bump version to 1.0.61.0.6Frank Fischer
2013-06-07Bump version to 1.0.51.0.5Frank Fischer
2013-06-07Bump version to 1.0.41.0.4Frank Fischer
2013-05-23Bump version to 1.0.31.0.3Frank Fischer
2013-05-20Bump version to 1.0.21.0.2Frank Fischer
2013-02-27Bump version to 1.0.11.0.1Frank Fischer
2013-02-04Bump version to 1.0.0.1.0.0Frank Fischer
2013-02-12Remove the comment header from `evil-pkg.el`.Frank Fischer
This header caused the marmalade-repo.org to crash when trying to upload the package. The ELPA package file should therefore contain nothing but the call to `define-package`.
2013-01-18Add version comments to all files.Frank Fischer
2012-07-30Add GPL 3 license information to all source filesFrank Fischer
The headers of all source files are updated to be more standard conform and include the license information. Furthermore the license is put in the COPYING file.