simon-git: halibut (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Thu Mar 19 18:29:12 GMT 2015
TL;DR:
a8a18c1 New build script for testing purposes.
8e811a8 Make HTML Help files display a font-size change button on the toolbar.
Repository: git://git.tartarus.org/simon/halibut.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=halibut.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2015-03-19 18:29:12
commit a8a18c1d1f9f46e46a0dcedc6caaabfaf2d9dd33
web diff http://tartarus.org/~simon-git/gitweb/?p=halibut.git;a=commitdiff;h=a8a18c1d1f9f46e46a0dcedc6caaabfaf2d9dd33;hp=0a72bbbdf4b9ff119587782009839440a4869dad
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Mar 19 18:25:25 2015 +0000
New build script for testing purposes.
'bob -s Buildscr.test' builds Halibut, runs it over inputs/test.but to
produce all the supported output formats, and delivers them all into
the output directory. Including Windows HTML Help, for which it has to
do a special run of the HTML back end with extra options and then get
a Windows box to run hhc (hence this having to be a Buildscr).
Buildscr.test | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
commit 8e811a81e880ce78d0499a422e9fbc0dc8a5033f
web diff http://tartarus.org/~simon-git/gitweb/?p=halibut.git;a=commitdiff;h=8e811a81e880ce78d0499a422e9fbc0dc8a5033f;hp=a8a18c1d1f9f46e46a0dcedc6caaabfaf2d9dd33
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Mar 19 18:26:53 2015 +0000
Make HTML Help files display a font-size change button on the toolbar.
I had no idea that was a thing HTML Help could do at all, let alone
that .chm files could enable or disable it via a flag! But Tino
Reichardt sent in a patch which sets one extra bit in a flags word in
the .hhp file, and despite 'chmspec' not mentioning that bit at all,
it does indeed seem to do something useful.
bk_html.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list