|
1 |
| -"Unreleased" |
2 |
| ------------- |
3 |
| -- fixed bug in parse\_equ(): trailing space as '\\ ' could hide interpunction |
4 |
| - (has been solved in release 1.0.1 and re-introduced :-( in release 1.5.6) |
| 1 | +Release 1.6.0 |
| 2 | +------------- |
| 3 | +- functions Macro() and Simple(): new optional argument 'extr'; |
| 4 | + applied for macros \\caption, \\footnote, \\footnotetext |
| 5 | +- on option --repl: respect paragraph boundaries during phrase replacement |
5 | 6 | - added '\\\<tab\>' to spacing macro collection in parms.mathspace,
|
6 | 7 | as well as macros \\thinspace, \\medspace, and \\thickspace
|
| 8 | +- checks.sh: simplified thanks to new argument 'extr' of Macro() |
| 9 | + <br><br> |
| 10 | +- fixed bug in parse\_equ(): trailing space as '\\ ' could hide interpunction |
| 11 | + (has been solved in release 1.0.1 and re-introduced :-( in release 1.5.6) |
7 | 12 | - fixed bug in mysub\_check\_nested(): detection of "dangerous" replacements
|
8 | 13 | was a bit sloppy
|
9 | 14 | - function mysub(): merged arguments 'extract' and 'track\_repl'
|
10 |
| -- functions Macro() and Simple(): new optional argument 'extr'; |
11 |
| - applied for macros \\caption, \\footnote, \\footnotetext |
12 | 15 | - restructured code for script output
|
13 | 16 | - functions like Macro(): in replacements, do not accept r'\\d' references
|
14 | 17 | to optional arguments
|
15 |
| -- on option --repl: respect paragraph boundaries during phrase replacement |
16 | 18 | - fixed bug from [issue #17](../../issues/17): function text\_combine()
|
17 |
| - did not recognise case of falling line numbers |
18 |
| - - fixed uncovered problem with out-of-order replacement for item labels |
19 |
| -- checks.sh: simplified thanks to new argument 'extr' of Macro() |
| 19 | + did not recognise case of falling line numbers; |
| 20 | + fixed now uncovered problem with out-of-order replacement for item labels |
20 | 21 |
|
21 | 22 | Release 1.5.9
|
22 | 23 | -------------
|
|
0 commit comments