Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Revert the manual edits to the makefiles from [f6fcbf292b], and only keep the changes made by the src/makemake.tcl script. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tooltip-copyhash |
Files: | files | file ages | folders |
SHA3-256: |
2002a508936a758d659a151ae7c6bb89 |
User & Date: | florian 2019-05-30 11:04:00 |
Wiki: | tooltip-copyhash |
Context
2019-05-30
| ||
11:33 | Add the "data-copylength" attribute to control the length of the copied text. (Rationale: Allow copying just the shortened hash prefixes from elements displaying the full-length hashes, because the short forms are preferred when building command-lines or URLs, and because the full-length hashes are already much easier to copy.) check-in: 2e17a063 user: florian tags: tooltip-copyhash | |
11:04 | Revert the manual edits to the makefiles from [f6fcbf292b], and only keep the changes made by the src/makemake.tcl script. check-in: 2002a508 user: florian tags: tooltip-copyhash | |
2019-05-29
| ||
14:14 | Apply the "hash-digits" setting to limit the length of hash prefixes displayed on tooltips. check-in: 90e4f5ae user: florian tags: tooltip-copyhash | |
Changes
Changes to win/Makefile.mingw.mistachkin.
630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 |
$(SRCDIR)/../skins/rounded1/footer.txt \
$(SRCDIR)/../skins/rounded1/header.txt \
$(SRCDIR)/../skins/xekri/css.txt \
$(SRCDIR)/../skins/xekri/details.txt \
$(SRCDIR)/../skins/xekri/footer.txt \
$(SRCDIR)/../skins/xekri/header.txt \
$(SRCDIR)/ci_edit.js \
$(SRCDIR)/copybtn.js \
$(SRCDIR)/diff.tcl \
$(SRCDIR)/forum.js \
$(SRCDIR)/graph.js \
$(SRCDIR)/href.js \
$(SRCDIR)/login.js \
$(SRCDIR)/markdown.md \
$(SRCDIR)/menu.js \
|
< |
630 631 632 633 634 635 636 637 638 639 640 641 642 643 |
$(SRCDIR)/../skins/rounded1/footer.txt \ $(SRCDIR)/../skins/rounded1/header.txt \ $(SRCDIR)/../skins/xekri/css.txt \ $(SRCDIR)/../skins/xekri/details.txt \ $(SRCDIR)/../skins/xekri/footer.txt \ $(SRCDIR)/../skins/xekri/header.txt \ $(SRCDIR)/ci_edit.js \ $(SRCDIR)/diff.tcl \ $(SRCDIR)/forum.js \ $(SRCDIR)/graph.js \ $(SRCDIR)/href.js \ $(SRCDIR)/login.js \ $(SRCDIR)/markdown.md \ $(SRCDIR)/menu.js \ |