sl@0
|
1 |
release.txt
|
sl@0
|
2 |
|
sl@0
|
3 |
) Now use TUid's to identify field type
|
sl@0
|
4 |
|
sl@0
|
5 |
) fields are now stored in their own streams using TSwizzle technology etc.
|
sl@0
|
6 |
|
sl@0
|
7 |
) there's now a single concrete header, no more built-in stuff
|
sl@0
|
8 |
|
sl@0
|
9 |
) there's now a field factory mixin which all apps that want to support fields (apart from page numbers in headers and footers) must inherit from.
|
sl@0
|
10 |
|
sl@0
|
11 |
) improvements to storage of fields brings a reduction in in-memory requirements and also in code size.
|
sl@0
|
12 |
|
sl@0
|
13 |
) TRomanNumeral class which converts from denery to Roman Numerals. T_ROMAN testcode tests this
|
sl@0
|
14 |
|
sl@0
|
15 |
) the full set of fields now exists: page number, number of pages, filename, date/time
|