|
From: Petr M. <mi...@ph...> - 2006-08-03 16:35:46
|
>> The enclosed patch moves these lines into the definitions of {M}{CLR}show,
>> so that the postscript body is clean.
>>
>> (I'll commit the patch unless some negative feedback is reported.)
>
> Looks OK to me, except that I think your patch contains a modified
> file prologues.h that doesn't belong in it. (It reverts iso8559-15
> to iso8559-1).
It comes out from running the ps_header.sh script; and that what you see is
that on my system as well as for LC_ALL=C, the order is:
prologue_8859_1_ps
prologue_8859_15_ps
while on that somebody's system who committed it to cvs it was:
prologue_8859_15_ps
prologue_8859_1_ps
I prefer the former order.
---
PM
|