| 123456789101112131415 | Fix output so that tests for MIME and APPLE flags are not needed allover the place, and actual output is only done in one place. Thisneeds a design. Suggestion: push possible outputs on to a list, thenpick the last-pushed (most specific, one hopes) value at the end, oruse a default if the list is empty.Continue to squash all magic bugs. See Debian BTS for a good source.Store arbitrarily long strings, for example for %s patterns, so thatthey can be printed out. Fixes Debian bug #271672.Add syntax for other sorts of counted string (Debian bug #466032). Useto fix bug #283760.Add syntax for relative offsets after current level (Debian bug #466037).
 |