This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog.t2t
609 lines (476 loc) · 32.4 KB
/
ChangeLog.t2t
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
Txt2tags ChangeLog
%%%
This file generates two versions of the ChangeLog:
TXT: Goes in the root of the txt2tags package (tarball). To improve
readability, URLs, revision/issue numbers and "thank you" messages
are removed.
HTML: The full version, used in the txt2tags website. This file contents
are included by another web/changelog.t2t file, who have some
filters to improve the formatting. That's why you don't see html
filters here.
%%%
%!target: txt
%!encoding: utf-8
% Output file name contains no .txt extension
%!options(txt): -o ChangeLog
% Stars as list bullets are nicer
%!postproc(txt): '^-' '*'
% Remove "thank you" messages
%!preproc(txt): ' <thanks .*' ''
% Remove revision [r123] and issue [#123] numbers
%!preproc(txt): ' ?\[r\d+\]' ''
%!preproc(txt): ' ?\[#\d+\]' ''
% Remove URLs from links: Site Name (http://example.com)
%!postproc(txt): ' \(http://\w.*?\w\)' ''
% ----------------------------------------------------------------------------
= Version 2.6 (2010-11-05) =
% Development cycle: r9-r367
% r42: Rewritten the code to process horizontal lines (bars), both plain and quoted. Now respecting the blanksaroundbar rule ensuring visual separation in text based targets. Now subquotes also respect blanksaroundquote rule.
% r44: Title handling added to BlockMaster, integrating titles with the other blocks. Titles now respect the blanksaroundtitle and blanksaroundnumtitle rules. Obsoleted the breaktitleopen rule.
% /TODO file removed
% test-suite:
% r112: /bugs/unfixed
% r126: runs txt2tags from SVN instead system's installed txt2tags
% r142: /include
% r146: /csv
% r195: /art
% r202: /sample
% r224: /includeconf
% Test-suite now exits with 1 if any error is found. <thanks Rudá Moura>
%
% getTags() new keys: listOpenCompact, listCloseCompact, numlistOpenCompact, numlistCloseCompact, deflistOpenCompact, deflistCloseCompact, _tableCellMulticolOpen, _tableCellMulticolClose
% getRules() new rules: compactlist, labelbeforelink, tablecellmulticol, blanksaroundpara, blanksaroundverb, blanksaroundquote, blanksaroundlist, blanksaroundnumlist, blanksarounddeflist, blanksaroundtable, blanksaroundbar, blanksaroundtitle, blanksaroundnumtitle
- New target: art (ASCII Art). <thanks Florent Gallaire> [r27]
- New target: adoc (AsciiDoc). <thanks Neil Voss> [r69]
- New target: creole (Creole 1.0). <thanks Eric Forgeot> [r169]
- New target: dbk (DocBook). <thanks David Hajage> [r64]
- New target: pmw (PmWiki). <thanks Ritesh Sood> [r70]
- New mark: ``''tagged''`` for inline tagged text. [r12]
- New mark: ``'''`` for blocks of tagged text. [r12]
- New option: ``--targets`` to list all the available targets. [r127][r230]
- New option: ``--slides`` to format output as presentation slides (-t art). <thanks Florent Gallaire> [r188]
- New option: ``--width`` to set the document's width (used by -t art). <thanks Florent Gallaire> [r188]
- New option: ``--height`` to set the document's height (used by -t art). <thanks Florent Gallaire> [r188]
- New option: ``--art-chars`` to set the ASCII Art decorations. <thanks Florent Gallaire> [r27][r155]
- New options (turn off): ``--no-slides``, ``--no-targets``. [r127][r188][r230]
- New command: ``%!csv`` to include an external CSV file as a table. <thanks Florent Gallaire> [r146]
- HTML/XHTML: Removed those random ``<P></P>`` that used to appear on the output. [r47]
- HTML: Headers changed to avoid orphan tags when not using ``--css-sugar``. <thanks Thomas Hafner> [r66]
- HTML: Removed ``id="toc"`` from the toc DIV, but ``class="toc"`` still remains. [r94]
- LaTeX: New compact lists with no paragraph breaks between items. <thanks Mark White> [r59]
% LaTeX new header: \usepackage{paralist} %% needed for compact lists
- LaTeX: Added column span and cell alignment to tables. <thanks Mark White for the patch> [r62]
- LaTeX: UTF-8 encoding is now correctly set as ``utf8`` instead ``utf-8``. <thanks Aad Mathijssen> [r82][#10]
- Lout: Removed list indent to avoid gaps in text. <thanks Barrie Stott> [r63]
- Lout: Now paragraphs are allowed inside lists. <thanks Barrie Stott> [r77]
- Man: Removed indentation in verbatim blocks. [r245]
- i18n: Sample files converted to UTF-8. [r208][r214]
- i18n: Manual Pages converted to UTF-8. [r208][r287][r288][r361][r362]
- i18n: All .po files converted to UTF-8. [r124]
- i18n: Added po/tools folder and po/stats.txt file. [r123][r234]
- i18n: Added Basque translations. <thanks Ales Zabala Alava> [r83]
- i18n: Added Ukrainian translations. <thanks Bunyk Taras> [r182]
- Docs: the Manual Page was rewritten: now a reference not a guide. [r250]
- Docs: Markup Demo, Sample File, Manual Page translated to Basque. <thanks Ales Zabala Alava> [r35][r36][r84]
- Docs: User Guide translated to Chinese (simplified). <thanks Chris Leng> [r78]
- Docs: Sample File translated to Ukrainian. <thanks Bunyk Taras> [r183]
- extras: Added syntax files for JOE, "ne", "le" text editors. <thanks Stefano D'Archino> [r80][r81]
- extras: Added a txt2tags markup set for markItUp! <thanks Florent Gallaire> [r85]
- extras: Added "dynartslides", a script to generate art slides dynamically. <thanks Florent Gallaire> [r282]
- extras: Added the Cookbook to use txt2tags markup in a PmWiki website. <thanks Eric Forgeot> [r329]
- extras: t2tmake.rb: Now compatible with ruby 1.9. <thanks Lucas Buchala> [r177][#26]
- extras: Improved txt2tags.vim, unhtml.vim and txt2tagsrc files. [r79][r93][r322][r325]
- extras: Removed TextMate Bundle, it's already available at TextMate's SVN. [r346]
- PHP Web interface improved: targets in alphabetical order, new $dfttarget. [r323][r324]
- Blank lines were added/removed to improve the generated code of all targets. [r41][r52]
- No more several blank lines at the end of the document. [r204]
- Raw and tagged blocks are allowed inside paragraphs, they don't close it. <thanks Kruzslicz Ferenc> [r15]
- If called with no arguments, don't load the Gui. Must use ``--gui`` to load it. [r118]
- The ":" char is now allowed in the query component of a URI (link). <thanks sphaira, Chris lavabit> [r184][#9]
- Added TOC formatting example in samples/module/module-body.py file. <thanks Jendrik Seipp> [r75]
- Test-suite: 256 tests. New modules: art, csv, include, includeconf, sample. [r142][r146][r195][r202][r224]
- Improved some error messages. <thanks Leo Rosa> [r119][#6]
- Raise error when using ``(target)`` in ``%!target`` and ``%!includeconf``. [r221][#48]
- The program code is now cleaner/safer with the help of ``pychecker``. [r132][r133][r134][r135][r136][r137][r138][r140]
- Removed string module import: using ``foo.upper()`` instead ``string.upper(foo)``. [r11]
- Bugfix: Now ``-C``,``--config-file`` respects ``(target)`` in the config file settings. <thanks Emmanuel Godard> [r229][#23]
- Bugfix: Now inline verbatim, raw and tagged marks are really mutually
exclusive. No marks are interpreted inside them. [r54]
- **IMPORTANT:** This release requires Python 2.2 or newer. The only exception
is the new %!csv command that requires Python 2.3 or newer. [#39]
- New website: http://txt2tags.org - Thanks [Florent Gallaire http://fgallaire.flext.net] for the domain! [r304]
- This release was sponsored by [Rubens Queiroz de Almeida http://www.dicas-l.com.br].
-
= Version 2.5 (2008-07-26) =
% hidden new option: --show-config-key
% --target description now spanning 3 lines (instead 2) on --help
% getTags: keys now cleaner (using split())
% tableColAlign(Left|Right|Center) renamed to _tableColAlign...
% imgAlign(Left|Right|Center) renamed to _imgAlign...
% new rules: breaktitleopen spacedlistitemopen spacednumlistitemopen deflisttextstrip
% lout: autonumberlist:1
% HTML/XHTML: <TABLE~A~ CELLPADDING="4"~B~> changed to <TABLE~A~~B~ CELLPADDING="4">
% tex: added header: \usepackage[normalem]{ulem} %% needed by strike
% mgp: removed: if name == 'numlist': itemopen = itemopen + '\a. '
% extras/t2tconv removed
- New target: wiki (Wikipedia) <thanks Eric Forgeot @ .fr for the idea>
- New target: gwiki (Google Code Wiki)
- New target: doku (DokuWiki) <thanks Joerg Desch @ .de for the patch>
- New mark ``--`` for --strikeout-- text, currently implemented for:
html, xhtml, tex, wiki, gwiki, doku, moin
- New document: [How to add a new target to txt2tags http://txt2tags.org/new-target.html]
- New tools: TextMate bundle, Gedit language file, gensite program
(see 'extras' folder)
- Improved Unicode (UTF-8) support
- PHP Web interface rewrote: now configurable, clean and modular
- Moin target improved: added support for definition list and strong line
- LaTeX target improved: Added support for anchors and local links <thanks Eric Forgeot @ .fr for the info>
- Lout target improved: Added support for anchors in titles <thanks Jonatan Liljedahl for the info>
- Added PreProc sample on the samples/module/module-body.py file <thanks Fred Pacquier @ .fr for requesting>
- i18n: Added Finnish translations <thanks Mikko J Piippo @ .fi for making it>
- Docs: Sample file translated to Finnish <thanks Mikko J Piippo @ .fi for making it>
- Docs: Man Page translated to Chinese <thanks Abby Pan @ .zh for making it>
- Docs: Portuguese Man Page updated
- Bugfix: Fixed title underline length on txt target for UTF-8 files <thanks Jan Rejlek @ .cz for the patch>
- Bugfix: Fixed fatal error on sources files with UTF-8 encoding <thanks Miguel Filho @ .br for the patch>
- **IMPORTANT:** Txt2tags is not compatible with old Python 1.5.2 anymore,
because Unicode strings were added in Python 2.0. If your Python is
older than 2.0, please use txt2tags version 2.4.
- This release was sponsored by [Dmitri Popov http://www.nothickmanuals.info].
-
= Version 2.4 (2006-12-24) =
- New mark ``%%%`` for commented blocks <thanks Leo Rosa @ .br for the patch>
- The Style config now may be used multiple times (i.e. two CSS files) <thanks Cesar Grossman @ .br for requesting>
- Different list types on the same indent now forces previous to close
- Empty anchor is now part of a link (i.e. foo.html#) <thanks Fabiano Engler @ .br for the patch>
- tex: Default headers cleanup, now it's minimalist
- tex: Now limiting the maximum quote depth to six
- tex: User-defined styles now overwrite default formatting on headers <thanks Bob Tennent for requesting>
- (x)html: New header comment showing the CSS file path, when using
``--css-inside``
- i18n: Added Chinese translations <thanks wfifi @ .cn for making it>
- Bugfix: xhtml: Fixed encoding declaration when using ``--css-sugar``
- Bugfix: (x)html: No empty ``<STYLE>`` tag on ``--css-inside`` when CSS file is missing
- Bugfix: (x)html: Removed useless ``<P></P>`` after table followed by blank line
- Bugfix: tex: Now removing ``.sty`` extension of user style files
- Bugfix: Macro at line beginning now closes Quote
- Bugfix: Verbatim and Raw areas are now mutually exclusive
- Bugfix: Fixed protocol adding to uppercased URLs like ""WWW.FOO.COM""
- Bugfix: Fixed fatal error on macro after table (i.e. """| x |\n%%date""")
- Bugfix: Fixed fatal error on table inside deflist (i.e. ": | foo")
- Bugfix: Fixed fatal error on empty table (i.e. "| |") <thanks Stern Andreas @ .at for pointing>
- Bugfix: Fixed fatal error on malformed lists (i.e. ": foo\n- bar") <thanks Daniele Furlan for pointing>
- Raw doesn't close Quote anymore
- Optimization changes made the program execution slightly faster <thanks Campbell Barton for the patch>
- Unknown errors now sent to STDERR and exiting 1
- Gui: Now using a green theme, following the new website colors
- Test-suite with new modules and a total of 152 tests
- Tarball clean up (less files, easier to generate and package)
- Spell check and Capitalization on the code comments :)
-
= Version 2.3 (2005-06-17) =
- New rule to allow COLSPAN in table cells (for HTML, XHTML) <thanks Elias Dorneles @ .br for requesting>
- New option ``--dump-source`` to show source file with t2t includes expanded <thanks Peter Valach @ .net for requesting>
- New options ``--config-file`` and ``-C`` to include an external config file <thanks Tristan Chabredier (wwp) @ .fr for requesting>
- New options (turn off): ``--no-infile``, ``--no-dump-config``, ``--no-dump-source``
- New 'test' folder with the program test-suite
- tex: FitV changed to FitH in hyperref package PDF settings <thanks Guaracy Monteiro @ .br for requesting>
- Docs: New "Markup Rules" document, obsoleting old RULES and Abuse Me docs
- Docs: All documentation translated to French <thanks Claude Hiebel @ .fr for making them>
- Docs: Sample file translated to Hungarian <thanks Adam Schmideg @ .net for making it>
- Docs: Sample file and Markup Demo translated to Chinese <thanks Zoom Quiet @ .cn for making it>
- Docs: Little fixes at the program man page and pt_BR.po potfile <thanks Jose Avila @ .br for pointing>
- Bugfix: Option ``--css-inside`` now working for xhtml target also
- Bugfix: Macros names are case insensitive again (it was broken on v2.1)
- Bugfix: Not dumping traceback when input file is empty
- Bugfix: Now identifying invalid filter replacement (as \1 with no group)
- Bugfix: Outfile buffer \n's expanded *before* postproc filters
- Bugfix: Detection when ``%!includeconf`` is including itself (loop)
- Bugfix: Module: Improved support, samples/module/* updated
- Bugfix: Module: finish_him() has not module-aware <thanks Ulysses Almeida @ .br for pointing>
- Bugfix: Module: Using ``%%mtime`` was dumping error <thanks Ulysses Almeida @ .br for the patch>
= Version 2.2 (2004-12-30) =
- New target: lout (Lout document) <thanks Tamas Ivan @ .hu for requesting>
- New option ``--css-inside`` to include the CSS file contents inside
HTML/XHTML headers
- New T2TCONFIG environment variable to specify RC file location
- The strong bar (===) now is mapped to a page break in paged targets <thanks Sandor Markon @ .com for requesting>
- tex: Now links are blue and clickable on PDF, using 'hyperref' package <thanks Rahul Bhargava for the patch>
- Debug messages revamped: categorized with IDs, background color setting
- The ``--help`` message was improved with metavars (i.e. ``--target=TYPE``)
- The "wrote file" message now shows the full path if -o was used on
the command line
- Module: New samples/module dir with sample Python scripts
- Module: Better interface to use a string as a full marked file <thanks Cesar Gimenes @ .br for requesting>
- Gui: Now all errors are printed *and* placed inside windows <thanks Guaracy Monteiro @ .br for requesting>
- i18n: Added French translations <thanks Claude Hiebel @ .fr for making it>
- i18n: Added German translations <thanks Manfred Schreiweis (manne) @ .de for making it>
- i18n: Added Spanish translations <thanks Ielton Ferreira @ .br for making it>
- Docs: "Markup Demo" translated to portuguese
- Bugfix: outfile location inside %!options now respects infile path
- Bugfix: xhtml: now the enconding is defined on <?xml> tag, not <meta> <thanks Ielton Ferreira @ .br for requesting>
- Bugfix: tex: not escaping the underscore char '_' on image paths anymore <thanks Marcus Aurelius Farias @ .br for requesting>
- Bugfix: Module: now raising exceptions on errors instead print/sys.exit <thanks Marcus Aurelius Farias @ .br for requesting>
= Version 2.1 (2004-11-13) =
- New ``%%toc`` macro to specify the TOC position
- New ``%%infile`` and ``%%outfile`` macros, to get file information <thanks Jose Inacio Coelho @ .br for requesting>
- New ``%%mtime`` macro, for source file modification time <thanks Tamas Ivan @ .hu for the patch>
- New options ``-q`` and ``--quiet`` for quiet operation (no messages) <thanks Hudson Reis @ .br for requesting>
- New extras/gvim-menu.vim file for the gVim text editor <thanks Otavio Correa @ .br for making it>
- Pre/Postproc regexes now compiled once (faster conversion!) <thanks Gustavo Niemeyer and Ruda Moura @ .br for pointing>
- Now an empty item closes the current list
- Option ``--toc-only`` now respecting ``--outfile`` (if any)
- Tables with no "cellpadding" declaration when using ``--css-sugar``
- URL matcher: char "+" added on address and ";$" added for form data
- The hyphen char "-" now can be used in anchors <thanks Stefano Spinucci @ .it for the patch>
- Misspelled option``--css-suggar`` changed to ``--css-sugar`` (both works now) <thanks Marcus Aurelius Farias @ .br for pointing>
- i18n: Added Italian translations <thanks Stefano Spinucci @ .it for making it>
- i18n: Added Hungarian translations <thanks Tamas Ivan @ .hu for making it>
- Docs: New "Markup Demo" document, which obsoleted old RULES file
- Docs: New "Writing Books with Txt2tags" document
- Docs: New "Reference Card" document in portuguese <thanks Jose Inacio Coelho and Leslie Watter @ .br for making it>
- Docs: New "FAQ" document in portuguese <thanks Wilson Freitas @ .br for making it>
- Docs: User Guide revamped: new chapters and now is a PDF
- Docs: Abuseme and sample files translated to Spanish <thanks Luis Cortazar @ .mx for making it>
- Docs: Fixed typo on the program manpage <thanks Christof Boeckler and Stefano Spinucci for pointing>
- Bugfix: Detecting when input file is empty (zero sized) <thanks Paulo Oliveira @ .br for pointing>
- Bugfix: Now deals with user malformed list: sublist before list <thanks Guaracy Monteiro @ .br for pointing>
- Bugfix: Windows RC file directory now pointing to %homepath% <thanks Marcus Widerberg @ .se for pointing>
- Bugfix: Maximize result window on Gui now working <thanks Marcus Aurelius Farias @ .br for the patch>
- Bugfix: A macro right after the headers begins Body
= Version 2.0 (2004-07-25) =
- Program internationalized (i18n) and translated to Portuguese
- New user configuration file ``~/.txt2tagsrc``
- New mark ``"""`` for Raw Text Area
- New ``%!includeconf`` command to insert external file config
- New ``%!include: ""file""`` command to include raw text
- New pre-checking on Pre/Post Proc filters for regex errors
- Graphical interface color configurable via ``%!guicolors``
- The program is now an importable Python module
- Code changes to make pychecker happy (from 123 warnings to 10)
- HTML and XHTML codes approved by w3c validator
- New options: --dump-config, --debug, -v, --verbose, --encoding,
-i, --infile, --rc, --css-suggar
- New options (turn off): --no-style, --no-toc, --no-toc-only,
--no-enum-title, --no-mask-email, --no-rc, --no-css-suggar,
--no-encoding, --no-infile, --no-outfile
- Bugfix: fixed the program description on the documentation <thanks Mahesh T. Pai @ .in for pointing>
- Bugfix: sgml: removed useless <rowsep> from table last row <thanks Rodrigo Sobrinho @ .br for pointing>
- Bugfix: tex: now escaping correctly <, > and | chars <thanks Leo Rosa @ .br for pointing>
- Bugfix: TOC and list errors when inverting order <thanks Leo Rosa @ .br for pointing>
- New optional anchor specification for title: ``=title=[anchor]`` <thanks Jose Inacio Coelho @ .br for requesting>
- New CSS sample files to help CSS beginners <thanks Osvaldo Santana @ .br for making it>
- New target: xhtml (XHTML page) <thanks Peter Valach and Christian Zuckschwerdt for the tags>
- Tex: now using ``--style`` to load ``\usepackage`` modules <thanks Leo Rosa @ .br for requesting>
- User Guide images on the tarball <thanks Guaracy Monteiro @ .br for requesting>
- Man target improved: added support for lists, quote and tables
- Mgp target improved: image is now alignable
- Moin target improved: added support for underline, quote, table
cell align, comment and TOC
- Tex target improved: removed amssymb from headers, not breaking
pages anymore, mapping ``--style`` do \usepackage, using \clearpage,
image tag not using {figure} anymore <thanks Leo Rosa, Leslie Watter and Sandor Markon>
- Graphical and web interfaces improved (blue theme)
- Error messages improved and prefixed by txt2tags string
- New rules for beautifiers: glued and greedy
- Solo centered images now requires spaces on both sides
- Added & to URL filename valid chars (~michaelreaves/D&Dpreface.html)
- User config on source code for i18n, debug and HTML lowered tags
- Old ``--type`` option changed to ``--target``
- Old ``--noheaders`` option changed to ``--no-headers``
- Old ``--enumtitle`` option changed to ``--enum-title``
- Old ``--maskemail`` option changed to ``--mask-email``
- Old ``--toclevel`` option changed to ``--toc-level``
- Old ``--toconly`` option changed to ``--toc-only``
- Old ```pre``` mark changed to ````pre````
- Old ````raw```` mark changed to ``""""raw""""``
- Old ``---`` mark changed to ``````` for Verbatim Area
- Old ``= term:`` mark changed to ``: term`` for definition list term
- Old bolditalic mark removed, use ``**//bold+italic//**`` instead
- Old ``%!cmdline`` config changed to ``%!target`` and ``%!options``
- Old ``%!include: `file.txt``` changed to ``%!include: ``file.txt````
when including a text file
- Old ``%!include: 'file.html'`` changed to ``%!include: ''file.html''``
when including a tagged file
= Version 1.7 (2003-11-30) =
- New ``%!include`` command to insert external files <thanks Guaracy Monteiro @ .br for requesting>
- Command line options errors now more descriptive
- Regex errors now detected on Pre/Post proc filters
- Program man page added to the tarball <thanks Jose Inacio Coelho @ .br for making it>
- Rewritten the Emacs syntax highlight file <thanks Leslie Watter @ .br for making it>
- Bugfix: moin: first level lists must have a leading space
- Bugfix: man: headers using quotes
- Bugfix: Footer composer on Windows was dumping error <thanks Guaracy Monteiro @ .br for pointing>
- Bugfix: Gui + STDOUT not showing ``%!postproc`` edits <thanks Guaracy Monteiro @ .br for pointing>
= Version 1.6 (2003-07-23) =
- New mark ``+`` for explicit numbered titles, +like this+ <thanks Sandor Markon @ .com for requesting>
- New ``%!preproc:`` and ``%!postproc:`` user defined filters <thanks Peter Valach @ .net for requesting>
- New ``%!key(target):`` optional format to apply a config to a target,
as in ``%!encoding(html): iso-8859-1``
- Removed accented letter from Author's name (newer Python complains about it) <thanks Ola Samuelson @ .se for pointing>
- Added separator blank line before and after titles for txt target
- Bugfix: ``--toconly`` now respects ``--toclevel`` setting
- Bugfix: no more double spaced lines on Windows <thanks Guaracy Monteiro @ .br for fixing>
- Bugfix: man: escaping \ with \e
- Bugfix: man: escaping lines that begin with . and '
- Bugfix: tex: solved lots of LaTeX special chars issues: ~ ^ \
- Bugfix: tex: the _ char is now escaped on titles
- Bugfix: html: escaping '--' on comment lines
- Bugfix: html: ``<IMG ALIGN="middle">`` (not "center")
- Bugfix: html: closing ``<A NAME>`` tag with ``</A>`` <thanks Guaracy Monteiro @ .br for requesting>
- Bugfix: tex: now using \section* as the (unnumbered) title tag <thanks Miek Gieben @ .net for requesting>
- Bugfix: tex: now respecting ``--enumtitle`` <thanks Sandor Markon @ .com for requesting>
- Gui: now showing (and checking) ``%!cmdline`` contents (if any) <thanks Guaracy Monteiro @ .br for requesting>
- Gui: refresh checkboxes when a new file is loaded <thanks Guaracy Monteiro @ .br for requesting>
- Gui: accepts extra options when called via command line, example:
``txt2tags --gui -n file.t2t``
= Version 1.5.1 (2003-05-14) =
- Just a patch for v1.5, in which the GUI was broken <thanks Guaracy Monteiro @ .br for pointing>
= Version 1.5 (2003-05-09) =
- New ``%!cmdline:`` setting to specify a default command line <thanks Jose Inacio Coelho @ .br for requesting>
- Target LaTeX now supporting images <thanks Leslie Watter @ .br for making it>
- New option ``-n``, short for ``--enumtitle``
- New option ``-H``, short for ``--noheaders``
- New options ``-o`` and ``--outfile`` to set the output filename
(Note: ``--stdout`` option now is deprecated by ``-o-``) <thanks Lukasz Grabun @ .pl for requesting>
- New ``<!DOCTYPE>`` declaration on HTML target headers <thanks Lukasz Grabun @ .pl for requesting>
- Now the TODO file is public, included on the tarball
- Some improvements on extras/unhtml.vim file
- Syntax: Headers are parsed as plain text, except ``%%date``
- Syntax: Comma added as valid URL form data char <thanks Rodrigo Sobrinho @ .br for requesting>
- Bugfix: Masking of encoding name on tex was not working <thanks Leslie Watter @ .br for pointing>
- Bugfix: \1, \2, \N special chars was not correctly escaped <thanks Thobias Trevisan @ .br for pointing>
- Bugfix: '1linePre' regex was matching empty line as '--- ' <thanks Rodrigo Sobrinho @ .br for pointing>
- Bugfix: Some targets don't support images as links <thanks Rodrigo Sobrinho @ .br for pointing>
- Bugfix: URL special chars was not escaped on Sgml target <thanks Rodrigo Sobrinho @ .br for pointing>
- Bugfix: Marks was being parsed on TOC items on man,pm6,moin,mgp,txt
- Bugfix: Most targets don't support images as definition list term
- Bugfix: Fixed escape char \ issues (now it is masked)
= Version 1.4 (2003-02-18) =
- New table smart align for the full table (left,center)
- New table smart align for each table cell (left,center,right) <thanks Jose Inacio Coelho @ .br for requesting>
- New option ``--style`` and ``%!style:`` setting for doc style (like HTML CSS) <thanks Maksim Ischenko @ .ua for requesting>
- New option ``--toclevel`` to set the maximum TOC deepness
- Syntax: now comment lines doesn't close tables
- If no headers, now the title is left empty (no more "``-NO TITLE-``")
- Bugfix: ``--maskemail`` was not working since v1.2 :/
- Bugfix: \t,\n,\r & friends was parsed as specials inside tables
- Bugfix: Paragraph+comment+blankline+paragraph was parsed as one
paragraph
= Version 1.3 (2002-12-20) =
- New "Txt2tags User Guide" document
- New mark ``""`` for RAW strings (pass-thru txt2tags parsing) <thanks Leslie Watter @ .br for requesting>
- New ``%!encoding:`` command to specify the document charset
- New 'contrib' dir for user contributed stuff
- Improvements on SGML target: now using ``<toc>`` and ``<descrip>``
- Added '$' and '@' chars to the URL matcher, so http://this.is/valid@$99 <thanks Hubert Chan @ .ca for pointing>
- Sanity: Removed from code structures marked as obsoleted on v1.1
- Sanity: Removed ``\email{}`` tag from LaTeX headers. Using ``\url{}``.
- Sanity: ``\usepackage[latin1]{inputenc}`` is not default anymore on
LaTeX headers. If needed, use new //encoding// command.
- Bugfix: LaTeX target added on the Web Interface menu
- Bugfix: \n, \t and other special pairs escaped under ""`inline mono`""
- Bugfix: TOC anchor respecting maximum TOC level
- Bugfix: Beautifiers not parsed on TOC items
- Bugfix: Special chars not double escaped on TOC items
= Version 1.2 (2002-12-03) =
- New target: tex (LaTeX document) <thanks Leslie Watter @ .br for making it>
- Now multiple source files can be specified on the command line
as ``txt2tags -t html *.t2t`` <thanks Maksim Ischenko @ .ua for the idea>
- URL matcher was improved and now gets valid insane paths as
http://this.com/// and http://this.com?var=abc#anchor <thanks Hubert Chan @ .ca for pointing>
- Added a COPYING file on the tarball, with the GPL license
- Added a handy unhtml.vim script to the extras directory, to
convert by brute force an HTML file to a txt2tags file on Vim.
- Bugfix: Special chars escaped on link label
= Version 1.1 (2002-11-06) =
- Images can now point to links, as: ``[[img.gif] www.abc.com]``
- New foldmethod=syntax rules on the Vim syntax file <thanks Peter Valach @ .net for requesting>
- Now any non-table line closes a table (blank line or not)
- Begin of the major code-cleanup (aka complete rewrite) <thanks EVERYBODY ;) for requesting>
- Sanity: New RULE for headers: if the very first line of the file
is blank, this means 'this file has no header information'
- Sanity: New comment char: % at the line beginning (no leading spaces!)
- Sanity: Marks are not parsed on title lines <thanks Maksim Ischenko @ .ua for pointing>
- Sanity: // as comment mark is obsoleted, due conflicts with
italic mark. will be removed on version 1.3
- Sanity: TAB-made tables are marked as obsoleted, will be removed on
version 1.3. Use the PIPE-made tables instead.
- Sanity: Removed support for filename with spaces on the image mark,
due conflicts with named URL mark, ``[like this.gif]``
- New option ``--fixme`` (temporary) to update obsoleted structures and
automatically fix all this Sanity changes
- Bugfix: ``--noheaders`` now act just as 'suppress headers from output',
and not 'treat headers as plain text'
- Bugfix: Trailing . is now part of the URL when it contains anchor
location or form data (as #abc. and ?var=abc.)
- Bugfix: Trailing / added to the URL matcher (as www.abc.com/) <thanks Rubens Queiroz @ .br for requesting>
- Bugfix: Title with \ char now is correctly handled
= Version 1.0 (2002-09-25) =
- New Graphical Tk Interface
- Fixed target file format on Windows and Mac platforms
- TOC deepness now is limited to level 3
- RULES file sync'ed with actual rules (sorry!) <thanks Grigory Bakunov @ .ru for requesting>
- ChangeLog (this file) is now a txt2tags file <thanks Grigory Bakunov @ .ru for suggesting>
- Added underscore char _ to anchor on URL regex
- Bugfix: Closing any open list or table at EOF
- Bugfix: HTML anchor name have no # <thanks Grigory Bakunov @ .ru for pointing>
= Version 0.9 (2002-08-23) =
- Now txt2tags is a 100% pure Python script. The bash part has gone
so now it runs nicely on MS Windows and other Python aware platforms <thanks Ramon Felciano @ .com for requesting>
- New options ``--toc`` and ``--toconly`` to generate Table Of Contents
- Defined ``.t2t`` as the official txt2tags file extension <thanks Leslie Watter @ .br for requesting>
- Txt.vim file renamed to txt2tags.vim, and added instructions
- Now titles are underlined on target txt <thanks Ramon Felciano @ .com for requesting>
- Cmdline used to generate the document is inserted as a comment on it
- Tarball reorganized, adding 'extras' and 'samples' directories
- Bugfix: When all ok, force system exit status to 0 <thanks Marcelo Marcal @ .br for pointing>
= Version 0.8 (2002-07-03) =
- New abuseme.txt complex sample file (test-suite)
- New smart image align feature for HTML (see abuseme.t2t) <thanks Rubens Queiroz @ .br for requesting>
- New option ``--maskemail`` to hide email from SPAM robots <thanks Rubens Queiroz @ .br for requesting>
- Table now can have border or no on HTML
- Improvements on txt.vim syntax file, now colors works on gui also
- Image mark can't accept filename with spaces (conflicts named link)
- Bugfix: Parse more than one ``%%date`` on the same line
- Bugfix: Special chars now escaped inside ``preformatted``
- Bugfix: Closing quote mark was kinda broken
= Version 0.7 (2002-06-20) =
- New Emacs syntax highlight file for txt2tags rules <thanks Leslie Watter @ .br for making it>
- New mark ``:`` for definition lists (<DL> on HTML)
- Now adding protocol to guessed link like www.abc.com
- Explicit link mark changed from ``["label" url]`` to ``[label url]``
in other words, quotes are not necessary anymore
- Image mark now correctly handles filenames with space for html
- Corrected typos on sample.txt file <thanks Rodrigo Stulzer @ .br for pointing>
- Named links now can point to local links as file.html, #anchor
and file.html#anchor <thanks Rubens Queiroz @ .br for requesting>
= Version 0.6 (2002-04-10) =
- Tables are now supported for sgml and moin targets
- New option ``--enumtitle`` to enumerate all titles as 1, 1.1, 1.1.1, etc
- New mark ``+ `` for numbered list type for all targets
- Better pre-formatted font escaping (won't parse marks)
- URL matcher now supports ftp://user:[email protected] login URLs
and [email protected]?subject=test&[email protected] filled emails <thanks Rubens Queiroz @ .br for requesting>
= Version 0.5 (2002-03-22) =
- New handy Web interface to use it online (Internet or Intranet)
- New option ``--noheaders`` to suppress headers information
- Now it can read the marked text from STDIN (specify - as file)
- Adapted to work on python old v1.5 also
= Version 0.4 (2002-03-11) =
- New simple table support (just for HTML by now)
- Fixed lots of bugs on the man target, now it's kinda usable
- The preformatted line mark must have a space after the dashes: '--- '
- The preformatted line now has leading spaces
- New options ``-h``, ``--help``, ``-V`` and ``--version``
- URL matcher is smarter, supporting ``#local_anchors`` and ``?form=data`` <thanks Rubens Queiroz @ .br for requesting>
= Version 0.3 (2001-11-09) =
- New mark ``["my label" http://duh.com]`` for explicit URL/email with label <thanks Mark Stankus @ .edu for requesting>
- Date macro now supports format string like ``%%date(%m/%d/%Y)`` <thanks Mark Stankus @ .edu for requesting>
= Version 0.2 (2001-10-01) =
- New target: man (UNIX man page)
- Nice shell wrapper to deal with files/directories/options.
in fact, the python code is now "embedded" on the sh script.
- New options ``--lang`` and ``--split`` (for sgml2html)
= Version 0.1 (2001-07-26) =
- Initial release