| Commit message (Collapse) | Author | Age |
| ... | |
| |
|
|
|
|
|
|
| |
MODULES top-level directory, which is where the Tartarus website
scripts will (hopefully) start reading them from.
[originally from svn r4813]
[this svn revision also touched charset,enigma,filter,putty,puzzles,pycee,sdlgames,timber]
|
| |
|
|
|
|
|
| |
packages of Halibut. I can't conveniently test it, but it's here if
anyone needs it.
[originally from svn r4812]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
into a subdirectory of `halibut'. It wasn't very good anyway (since
it insisted on loading via an unauthenticated svn:// URL). The
Halibut makefile now expects _either_ a subdir `charset', _or_ a
directory called `charset' as a sibling of `halibut', and will work
with the first of those that it finds. A new release script arranges
to provide the former in source tarballs (so that building if you're
an ordinary user is just as simple as it always was).
[originally from svn r4808]
|
| |
|
|
|
|
|
| |
across files (defining a macro in one source file and invoking it in
a later one).
[originally from svn r4803]
|
| |
|
|
|
| |
[originally from svn r4788]
[this svn revision also touched bmbm,caltrap,charset,enigma,filter,fonts,golem,grunge,html,lj,local,misc,polyhedra,putty,putty-website,putty-wishlist,puzzles,pycee,sdlgames,svn-tools,timber,tweak]
|
| |
|
|
| |
[originally from svn r4758]
|
| |
|
|
|
| |
[originally from svn r4701]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
| |
the AFM files in psdata.c. Also fix a couple of bugs that this revealed.
[originally from svn r4588]
|
| |
|
|
|
|
|
|
|
|
| |
Xutf8TextListToTextProperty reveals that the latter supports JIS X
0212 via the escape sequences ESC $ ( D and ESC $ ) D, although this
is not listed in my copy of ctext.ps. It's easy enough to support
it, though, so now we do.
[originally from svn r4581]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
we've got are wrong, things are going to look horrible either way, so
we may as well apply minimal effort.
[originally from svn r4580]
|
| |
|
|
|
|
|
| |
mis-ordered, and initial charset state failed to specify 8859-1 in GR.
[originally from svn r4579]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
internationalised text in selections is a subset of ISO 2022
containing no base character sets which libcharset doesn't already
support. As such, it isn't too hard to add direct compound text
support into libcharset, so here it is. With any luck I should
eventually be able to integrate this into Unix PuTTY, to deal with
the fact that the useful Xutf8 functions we currently use are
specific to XFree86.
[originally from svn r4578]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
in the new font dictionary for the Metrics entry. This is mentioned in the
first edition of the Red Book, but not the second.
[originally from svn r4577]
|
| |
|
|
|
|
|
|
|
|
| |
from Adobe's official AFM files. These are expressed in integer multiples
of 1/1000 pt (well, 1/1000 of the design size of the font, actually, but that's
always a whole number of points), so use that as our internal unit rather
than 1/4096 pt. This doesn't seem to make a significant difference to
Halibut's output.
[originally from svn r4576]
|
| |
|
|
|
|
|
|
|
| |
on the page (in internal units) and squaring it. This was fine except that
fixed penalties weren't scaled by the size of an internal unit, so the page-
breaking changed when the units were changed. Rather than scaling all the
fixed penalties, scale the space into 1/4096 point units before squaring it.
[originally from svn r4575]
|
| |
|
|
|
|
|
| |
"restore". Quite how GhostScript managed not to give an error on this I
don't know.
[originally from svn r4565]
|
| |
|
|
|
|
|
| |
with a macro. halibut.ps and halibut.pdf are identical (modulo dates) over
this change.
[originally from svn r4564]
|
| |
|
|
|
|
|
| |
enforces page independence, avoids leaking VM on level 1 interpreters, and
speeds things up to boot.
[originally from svn r4561]
|
| |
|
|
|
|
|
|
| |
In particular, use the operand stack to hold "x" and "y", and use a dictionary
lookup to switch based on the type of "x". This also seems to give a slight
speed increase.
[originally from svn r4553]
|
| |
|
|
|
|
|
|
|
| |
* Use "/arraytype" etc rather than "[] type" etc. Should be faster and not fill
local VM with empty arrays.
* Use "bind" on the procedure, since it's conventional and will probably
help speed too.
[originally from svn r4552]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
current since 1990. The only obvious change from this is that gv now displays
the document title.
There's a slight bug here at the moment in that the backend emits
%%DocumentNeededResource and %%IncludeResource for each subfont of a
PostScript font, even if that PostScript font has been requested already.
This is wasteful but, as far as I can see, not actually disallowed, and
is easier than de-duping the font list.
[originally from svn r4551]
|
| |
|
|
|
|
| |
isn't GNU Make.
[originally from svn r4548]
|
| |
|
|
|
|
| |
macro expansions.
[originally from svn r4489]
|
| |
|
|
|
|
|
| |
of bk_paper.c 1.29 [r4330] appears to have fixed this.
[originally from svn r4432]
[r4330 == 8aac8532019ac6cee701d48ceb35473280219a0e]
|
| |
|
|
|
|
| |
putty/mkunxarc.sh) - apparently this upsets some older gzips (1.2.4).
[originally from svn r4431]
|
| |
|
|
|
|
|
| |
the practice of using \dt and \dd in anything other than the obvious
interleaving.
[originally from svn r4417]
|
| |
|
|
|
|
|
| |
principles (it may be unnecessary). Perhaps we should do this for
(word)->private_data too.
[originally from svn r4412]
|
| |
|
|
|
|
| |
paragraph by another \[Kk], Bad Things would happen.
[originally from svn r4411]
|
| |
|
|
| |
[originally from svn r4410]
|
| |
|
|
|
|
| |
have any real effect).
[originally from svn r4401]
|
| |
|
|
| |
[originally from svn r4400]
|
| |
|
|
| |
[originally from svn r4399]
|
| |
|
|
|
|
| |
causing segfaults on strange architectures.
[originally from svn r4398]
|
| |
|
|
|
|
| |
of `unsigned long'. Should help Debian build problems (bug#259504).
[originally from svn r4377]
|
| |
|
|
|
|
|
| |
of signal!) was causing massive misplacement of the single line of
text on a one-line page in PS and PDF.
[originally from svn r4330]
|
| |
|
|
|
|
| |
options from being processed in some circumstances.
[originally from svn r4329]
|
| |
|
|
| |
[originally from svn r4328]
|
| |
|
|
|
|
| |
shorthand command \cq{foo}.
[originally from svn r4327]
|
| |
|
|
|
|
|
| |
uninitialised-memory references and a segfault. Quite why this never
happened when I tested it at home, I have no idea!
[originally from svn r4326]
|
| |
|
|
|
|
|
|
|
| |
garbage' when handling a GNU tar archive. Using the -o flag when
building the tar file creates an archive which the user said WinZip
had no trouble with, and GNU tar seems just as happy with that, so
`make release' now uses -o.
[originally from svn r4323]
|
| |
|
|
| |
[originally from svn r4321]
|
| |
|
|
|
|
| |
an integer charset ID.
[originally from svn r4317]
|
| |
|
|
| |
[originally from svn r4316]
|
| |
|
|
| |
[originally from svn r4315]
|
| |
|
|
|
|
| |
HTML backend.
[originally from svn r4314]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
HTML backend. After an argument with James in which it transpired
that we each thought it was absolutely obvious which one
\cfg{html-charset} ought to map to, and each of us was thinking of a
different one, I've decided that this implies it _isn't_ obvious,
and hence there is no single \cfg{html-charset} directive at all.
Instead, we have \cfg{html-restrict-charset} and \cfg{html-output-
charset}, and any naive user who `just wants to change character
set' is just going to have to RTFM and figure out which one they
mean.
[originally from svn r4313]
|
| |
|
|
|
|
| |
hack.
[originally from svn r4311]
|
| |
|
|
| |
[originally from svn r4308]
|
| |
|
|
|
|
|
| |
fiddle with various small aspects of the output so that it actually
validates in all supported flavours.
[originally from svn r4307]
|
| |
|
|
|
|
| |
bibliography entries.
[originally from svn r4305]
|