| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | make: Capitalize help descriptions | Jonas Bernoulli | |
| 2024-08-16 | make release: Don't pass along $VERSION | Jonas Bernoulli | |
| This currently isn't being used. | |||
| 2024-08-16 | make: Ensure documentation is cleaned up and regenerated when needed | Jonas Bernoulli | |
| - Files are not the only inputs to `texi', so we cannot rely on their modification times alone, to determine whether a rebuild is required. The new `redo-docs' always regenerates the texi file and thus all other formats. Use that target before publishing the manual. - Teach `html-dir' to only regenerate if the texi file has actually been touched. - However when `html-dir' does regenerate, we must first remove all existing html files, to avoid files that used to be generated but are not being generated anymore, from sticking around. | |||
| 2024-06-07 | make: Integrate texi target | Jonas Bernoulli | |
| Now that an Org version (9.6), which contains the necessary changes to ox-texinfo, has been released, we assume that users have the necessary tools. | |||
| 2023-12-17 | make: Add redo target | Jonas Bernoulli | |
| 2022-05-09 | make: Remove duplicated help entry | Jonas Bernoulli | |
| 2022-03-20 | Automatically publish statistics | Jonas Bernoulli | |
| 2022-03-20 | Remove AUTHORS.md | Jonas Bernoulli | |
| This is part of my effort to make the Makefiles of packages more similar to each other. Except for Magit, the other packages do not come with such a file. | |||
| 2021-12-16 | make: Cosmetics | Jonas Bernoulli | |
| 2021-12-16 | Add lisp/ and docs/ directories | Jonas Bernoulli | |
| 2021-12-16 | make: Add stats target | Jonas Bernoulli | |
| 2021-11-08 | manual: Use Org macros | Jonas Bernoulli | |
| 2021-10-01 | manual: No longer depend on the ox-extra package | Jonas Bernoulli | |
| Instead of ox-extra's "ignored sections" use ox-texinfo+'s new "dissolvable headlines". | |||
| 2021-05-24 | AUTHORS.md: Update list of contributors | Jonas Bernoulli | |
| 2021-05-24 | make: Update path to ox-extra | Jonas Bernoulli | |
| 2020-09-19 | manual: Use a favicon in html export | Jonas Bernoulli | |
| 2020-05-01 | make: No longer add dash to ORG_LOAD_PATH | Jonas Bernoulli | |
| `ox-texinfo+' no longer depends on `dash'. | |||
| 2020-01-02 | make: Copy indices for htmlified info manuals | Jonas Bernoulli | |
| 2018-10-31 | make: Remove leftover debug statement | Jonas Bernoulli | |
| 2018-03-22 | make: Refactor manual publishingv2.7.2 | Jonas Bernoulli | |
| 2018-03-22 | make: Remove deleted pages when publishing manual | Jonas Bernoulli | |
| 2017-12-17 | make: inject style switcher into generated html manual | Jonas Bernoulli | |
| 2017-10-06 | make: generate CDN invalidation after upload | Jonas Bernoulli | |
| 2017-10-06 | make: remove clean-texi and clean-all targets | Jonas Bernoulli | |
| 2017-10-06 | make: use ox-texinfo+-update-version-strings | Jonas Bernoulli | |
| 2017-10-06 | make: use same export settings as for manual Org exports | Jonas Bernoulli | |
| 2017-10-06 | make: rename and sanitize some variables | Jonas Bernoulli | |
| 2017-10-06 | manual: put local-variables into an ignored section | Jonas Bernoulli | |
| 2017-07-02 | manual: set version in Org source | Jonas Bernoulli | |
| 2016-12-01 | Remove spurious paranthesis from Makefile recipe | Suvayu Ali | |
| 2016-11-26 | manual: adjust for ox-texinfo+ v1v2.5.8 | Jonas Bernoulli | |
| 2016-11-10 | base the Makefile on the same template used for other packages | Jonas Bernoulli | |
| Beside the obvious differences (the package specific values for (`PKG', `DEPS', `DOMAIN' and `MANUAL_HTML_ARGS) this only diverges from the Makefiles of other packages that use the same template in that an additional target `authors' is available and in that `EFLAGS' is non-empty. Compared to the old Makefile the most significant breaking change is that there no longer exists a `bump-versions' target. To bump the versions one still only has to edit one file, but that's now the library, not the Makefile. Furthermore the autoloads file is now being created automatically, and the manual can be exported to more formats and the results can easily be published on the webpage. | |||
| 2016-11-09 | manual: include sub-minor part of version in subtitle | Jonas Bernoulli | |
| Also bump that part in the Makefile, now that it matters. | |||
| 2016-08-21 | release version 2.5.2v2.5.2 | Jonas Bernoulli | |
| 2016-08-21 | make: add bump-versions target | Jonas Bernoulli | |
| 2016-02-26 | make: fix dir target | Jonas Bernoulli | |
| 2016-02-23 | add AUTHORS.md and COPYING | Jonas Bernoulli | |
| Re #1. | |||
| 2016-01-28 | reincarnation releasev2.5.0 | Jonas Bernoulli | |
| `with-editor.el' is no longer part of the Magit repository but its karma is good and so it is reborn as a repository of its own. To help it remember its past life do this: git remote add magit https://github.com/magit/magit.git git config remote.magit.tagopt --no-tags git fetch magit git replace --graft <this> f78f1cd33692e8b544d883d66400ab5c752663f2 See the git-replace(1) manpage for more information. While they were still part of the Magit repository `with-editor.el' and `with-editor.org' were edited by the following people: 88 Jonas Bernoulli 4 Noam Postavsky 2 Rémi Vanicat 1 Barak A. Pearlmutter 1 Lele Gaifax 1 Philippe Vaucher | |||
