aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-04-14Fix download links for PDF and Epub versionsChoan
2023-08-20Misc minor changesStefan Monnier
* README.md: Mention that `undo-fu` is also in NonGNU ELPA and update its repository URL. * evil.el: Update the undo-fu repository URL. * evil-macros.el (evil-define-interactive-code): Move the insertion of quote around `func` to the `cond` so the `quote` is not incorrectly added around lambda forms. * evil-tests.el: Add a FIXME. * evil-commands.el (evil-save-side-windows): Silence spurious warning.
2023-08-13Urgent revert of recent commits while evil is brokenTom Dalziel
Some of these commits can be almost immediately restored, once the time is found to do so. Revert "Fix evil-with-delay with dynamic binding" This reverts commit 1e9b2434264529fe0dd964b68fe89236a4abeac3. Revert "Some cleanups" This reverts commit 0cbd61f2de104fab16602d0418605cd0513b16f3. Revert "Misc minor changes" This reverts commit b291039b0c6ffc3b2f3c9f02b8ad2f0041127b12. Revert "Merge evil-with-delay condition and body lambdas" This reverts commit 1b56ffcc102b4c5f8b015e760b5f9cf5932622af. Revert "(evil-with-delay): New macro, extracted from `evil-delay`" This reverts commit 3d7faadf30016a8c20699a5fb1b5731b8a49dcd2. Revert "Make evil-search-wrap-ring-bell work with evil-search" This reverts commit 5e72cf5b6d57b785ea229236bb5c4638db2c9a05. Revert "Stop the '</'> and '[/'] marks from intertwining" This reverts commit 26db9441a13ebedb2481d7ada4c3b5e60ec22795. Revert "Remove redundant `:group` args" This reverts commit 6e30037fdc6a275d78d6b82d89bd8e47bcf4d4e3. Revert "Avoid eval in evil-test-buffer" This reverts commit 27d81ad406d2d3e07591b927357d2354ef5b5c65. Revert "Use lexical-binding everywhere" This reverts commit 44c7f301468c264a781be4ee8ae879fe1b457e60.
2023-08-12Misc minor changesStefan Monnier
* README.md: Mention that `undo-fu` is also in NonGNU ELPA and update its repository URL. * evil.el: Update the undo-fu repository URL. * evil-macros.el (evil-define-interactive-code): Move the insertion of quote around `func` to the `cond` so the `quote` is not incorrectly added around lambda forms. * evil-tests.el: Add a FIXME. * evil-commands.el (evil-save-side-windows): Silence spurious warning.
2021-08-10Add NonGNU ELPA badgeVasilij Schneidermann
2021-08-08Mention NonGNU ELPAVasilij Schneidermann
2021-06-14Remove travis.yml, add test.yml github workflow (#1474)Tom Dalziel
* Remove travis.yml, add test.yml github workflow * Add workflow status badge
2021-05-29Update IRC infoVasilij Schneidermann
2020-10-12Update readme, redo choices as a sublistduianto
2020-10-01Make undo-tree an optional dependencyVasilij Schneidermann
Closes #1074
2020-01-11Fix package-archives in READMEEivind Fonn
2019-12-21Move FAQ to main documentationEivind Fonn
2019-12-21Update README to point to new docsEivind Fonn
2019-11-19Clone shallow repository in README.md#downloadHikmat Jafarli
2017-11-23also add melpa stable channel badgeninrod
2017-11-22add travis, melpa and GPLv3 badgesninrod
2017-10-01Update README: goto-chg.el URL, emacswiki -> emacs-evil/goto-chg git repoJonathan Lai
2017-08-16Slightly cleaner download and install stepArunav Sanyal
2017-05-10Fix link to CONTRIBUTING.mdVasilij Schneidermann
2017-05-01Add issue template, move bug report sectionVasilij Schneidermann
2017-03-23Add missing mention to goto-cgh in the appropriate README.md sectionFilipe Correa Lima da Silva
2017-01-23Fix broken links in README.mdDiego A. Mundo
Swap a couple link addresses and descriptions.
2017-01-21Fix pdf manual URLMuneeb Shaikh
2017-01-21READMEEivind Fonn