aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2023-07-09Autoload evil-digraphAxel Forsman
2023-07-05Substitute key bindings correctly in manualAxel Forsman
The Sphinx Emacs Lisp extension assumed all \[command] key sequence substitutions in documentation strings are preceded by a \<mapvar> sequence specifying the keymap, unlike substitute-command-keys which is used when accessing docstrings within Emacs. With this commit the actual substitute-command-keys function is used when building docstringdb.json, instead of the Python reimplementation. The drawback is that docstringdb.json now contains partial Sphinx markup.
2023-07-05Generate docstringdb.json at build timeAxel Forsman
Closes #1544. Note that the generated Texinfo file cannot be removed as it is built by Sphinx which is not available during ELPA package builds.
2021-08-08Mention NonGNU ELPAVasilij Schneidermann
2021-05-29Update IRC infoVasilij Schneidermann
2020-10-13Pretty-print JSON in docstring DBEivind Fonn
Better for diffs
2020-03-04Docs: handle default values that must be evaluatedEivind Fonn
Also regenerate
2019-12-31Docs: fix use of \\[...] to display key sequencesEivind Fonn
2019-12-19Script for extracting documentation data to jsonEivind Fonn
2017-02-15Require cl-lib instead of clVasilij Schneidermann
2017-02-09update repository information in docs and scripts directoriesFilipe Correa Lima da Silva
2016-03-07update version to 1.2.111.2.11Frank Fischer
2016-01-18evilupdate: disable auth-source during irc accessFrank Fischer
2015-07-04evilupdate: change url to bitbucket in irc topicFrank Fischer
2015-07-04evil-release-stable: work on mercurial repoFrank Fischer
2015-05-11evilupdate: wait 5 seconds for changing irc channel topicFrank Fischer
2015-05-11evil-release-stable: ensure stable revision is a numberFrank Fischer
2015-04-21evil-release-stable: add explicit rev to `git tag` commandFrank Fischer
2015-04-20evil-release-stable: automatically push stable branchFrank Fischer
2015-04-20evul-release-stable: fix git commandFrank Fischer
2015-04-20evilupdate: use `nonews` instead of `-n` argumentFrank Fischer
2015-04-20evilupdate: automatically set summary for wiki updateFrank Fischer
2015-04-20evilupdate: add support for old `defadvice`Frank Fischer
2015-04-20add `evil-release-stable` script for automatic stable releases1.1.2Frank Fischer
2015-04-20Makefile: add `nversion` target for not posting to the newsgroupFrank Fischer
2015-04-20evilupdate: add -n option for not posting to the newsgroupFrank Fischer
2015-04-08add `evilupdate.el` scriptFrank Fischer