blob: 09af5986fddcc6117d193305883d8701880fcba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
2010-04-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* ppltotf.ch: Rename PTEX_PLTOTF_HELP => PPLTOTF_HELP.
* ptftopl.ch: Rename PTEX_TFTOPL_HELP => PTFTOPL_HELP.
* ptexhelp.h (removed): Help text now in ../help.h.
* kanji.h: Remove #include "ptexhelp.h" and redefinition of
TEXMFPOOLNAME and TEXMFENGINENAME.
* ptexextra.in (PTEXHELP): Moved to ../texmfmp-help.h from here.
* ptex.defines (inputline3): Moved from pbibtex.defines to here.
(PTEXTFTOPLHELP, PTEXPLTOTFHELP, PDVITYPEHELP): Removed.
* pbibtex.defines (removed): Using ptex.defines.
* ptex-include.ch (removed): Now done in ../texmfmp.h.
* am/ptex.am: Adjusted.
2010-04-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdvitype.ch: New version, used on top of dvitype.ch.
* ptftopl.ch, ptex-base.ch: Remove trailing whitespace.
Avoid compiler warnings.
* ptftopl.ch (organize): Slightly reformulate (uninitialized).
* ppltotf.ch: Handle Pascal Web's char as in ../pltotf.ch.
(todig): Change param type to byte. Don't return uninitialized.
2010-04-15 Peter Breitenlohner <peb@mppmu.mpg.de>
* pbibtex.ch, ptex-base.ch, ptftopl.ch: Use conststringcast, not
stringcast to cast the get_enc_string() value which is now const.
* ptexhelp.h (PDVITYPEHELP): Fixed a typo in help message.
2010-04-14 Peter Breitenlohner <peb@mppmu.mpg.de>
* pbibtex.ch: New version from Akira, used on top of bibtex.ch.
Keep hack0 -- initialization of jump buffer.
* am/ptex.am: Reworked.
* ptexextra.in, ptexhelp.h: Declare based_prog_name as const.
* ppltotf.ch: Fixed a typo.
2010-04-13 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/ptex.am: Fix for 'make dist' and 'make distcheck'.
* ptrip.test: Simplify.
* ptrip.diffs: Expected results from TRIP test for pTeX.
|