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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
Version 0.2
* Generation supported (-g option)
* Version number displayed (-v option)
Version 0.5
* Full intergration of transfer and format modules
Version 0.5.2
* ltproc checks if the transducer accepts the empty string
Version 0.6
* PoolVecUshort problems fixed
Version 0.6.2
* Bilingual problem with accents solved
* Generator inconsistencies writing policy changed
Version 0.6.4
* adflex added
* retflex added
Version 0.6.5
* Problem in format block generation fixed
Version 0.6.6
* Problem with spaces in generation fixed
Version 0.6.7
* g++-2.95 support discarded
Version 0.6.8
* Optional flex optimizations in "gen-*" scripts with flag "-O"
* adflex problem with nonalphabetic characters solved
Version 0.6.9
* adflex and retflex problem with [] blocks patched
Version 0.6.10
* get-case-from transfer module error fixed
Version 0.6.11
* <b> element in the transfer specification rule behavior is changed. If
attribute is nonspecified, then a blank spacing character (ASCII 32) is
generated. The transfer.dtd file is modified accordingly.
Version 0.6.12
* dots in lit-tag 'v' attributes are translated as "><"
Version 0.7
* adflex deleted
* transfer.xsl multi-lexical units treatment added
Version 0.7.1
* skipUntil error fixed
* dix.dtd included as EXTRA_DIST
* "postblank" section type support
Version 0.7.2
* "notdollar" transfer variable redefined
Version 0.7.3
* transfer problem temporarily solved
Version 0.8
* transfer problem definitely solved
Version 0.8.1
* Added support for uppercase first characters of words when post-generation
mark is present
* basename feature added
Version 0.8.2
* Empty blanks support added
Version 0.8.3
* _unlocked standard I/O updated
* getopt_long feature set as optional
Version 0.8.4
* retflex adds a blank behind two elements of a multi-lexical form of a word
* "hay incidencias" problem patched
Version 0.9
* New transfer
Version 0.9.1
* Minor bugfixes in transfer
Version 0.9.2
* Minor bugfixes in transfer
Version 0.9.3
* -n option added to ltproc
* capitalisation problem of generator solved
Version 0.9.5
* Escaped character minor fixes
Version 0.9.6
* <equali> transfer tag introduced
Version 0.9.7
* Line number bug fixed
Version 0.9.9
* "whole" part in transfer is now persistent
* <equali> replaced by <equal caseless="yes">. transfer.dtd edited
accordingly.
Pending:
* Implement the new policy of case propagation of the post-generator
* Solve the problems with '$' and '^' when appearing in the original text
|