/ChangeLog

http://txt2tags.googlecode.com/ · #! · 567 lines · 446 code · 121 blank · 0 comment · 0 complexity · 9974cac51e7adecf1425b2997409d433 MD5 · raw file

  1. Txt2tags ChangeLog
  2. Version 2.6 (2010-11-05)
  3. ========================
  4. * New target: art (ASCII Art).
  5. * New target: adoc (AsciiDoc).
  6. * New target: creole (Creole 1.0).
  7. * New target: dbk (DocBook).
  8. * New target: pmw (PmWiki).
  9. * New mark: ''tagged'' for inline tagged text.
  10. * New mark: ''' for blocks of tagged text.
  11. * New option: --targets to list all the available targets.
  12. * New option: --slides to format output as presentation slides (-t art).
  13. * New option: --width to set the document's width (used by -t art).
  14. * New option: --height to set the document's height (used by -t art).
  15. * New option: --art-chars to set the ASCII Art decorations.
  16. * New options (turn off): --no-slides, --no-targets.
  17. * New command: %!csv to include an external CSV file as a table.
  18. * HTML/XHTML: Removed those random <P></P> that used to appear on the output.
  19. * HTML: Headers changed to avoid orphan tags when not using --css-sugar.
  20. * HTML: Removed id="toc" from the toc DIV, but class="toc" still remains.
  21. * LaTeX: New compact lists with no paragraph breaks between items.
  22. * LaTeX: Added column span and cell alignment to tables.
  23. * LaTeX: UTF-8 encoding is now correctly set as utf8 instead utf-8.
  24. * Lout: Removed list indent to avoid gaps in text.
  25. * Lout: Now paragraphs are allowed inside lists.
  26. * Man: Removed indentation in verbatim blocks.
  27. * i18n: Sample files converted to UTF-8.
  28. * i18n: Manual Pages converted to UTF-8.
  29. * i18n: All .po files converted to UTF-8.
  30. * i18n: Added po/tools folder and po/stats.txt file.
  31. * i18n: Added Basque translations.
  32. * i18n: Added Ukrainian translations.
  33. * Docs: the Manual Page was rewritten: now a reference not a guide.
  34. * Docs: Markup Demo, Sample File, Manual Page translated to Basque.
  35. * Docs: User Guide translated to Chinese (simplified).
  36. * Docs: Sample File translated to Ukrainian.
  37. * extras: Added syntax files for JOE, "ne", "le" text editors.
  38. * extras: Added a txt2tags markup set for markItUp!
  39. * extras: Added "dynartslides", a script to generate art slides dynamically.
  40. * extras: Added the Cookbook to use txt2tags markup in a PmWiki website.
  41. * extras: t2tmake.rb: Now compatible with ruby 1.9.
  42. * extras: Improved txt2tags.vim, unhtml.vim and txt2tagsrc files.
  43. * extras: Removed TextMate Bundle, it's already available at TextMate's SVN.
  44. * PHP Web interface improved: targets in alphabetical order, new $dfttarget.
  45. * Blank lines were added/removed to improve the generated code of all targets.
  46. * No more several blank lines at the end of the document.
  47. * Raw and tagged blocks are allowed inside paragraphs, they don't close it.
  48. * If called with no arguments, don't load the Gui. Must use --gui to load it.
  49. * The ":" char is now allowed in the query component of a URI (link).
  50. * Added TOC formatting example in samples/module/module-body.py file.
  51. * Test-suite: 256 tests. New modules: art, csv, include, includeconf, sample.
  52. * Improved some error messages.
  53. * Raise error when using (target) in %!target and %!includeconf.
  54. * The program code is now cleaner/safer with the help of pychecker.
  55. * Removed string module import: using foo.upper() instead string.upper(foo).
  56. * Bugfix: Now -C,--config-file respects (target) in the config file settings.
  57. * Bugfix: Now inline verbatim, raw and tagged marks are really mutually
  58. exclusive. No marks are interpreted inside them.
  59. * IMPORTANT: This release requires Python 2.2 or newer. The only exception
  60. is the new %!csv command that requires Python 2.3 or newer.
  61. * New website: http://txt2tags.org - Thanks Florent Gallaire for the domain!
  62. * This release was sponsored by Rubens Queiroz de Almeida.
  63. Version 2.5 (2008-07-26)
  64. ========================
  65. * New target: wiki (Wikipedia)
  66. * New target: gwiki (Google Code Wiki)
  67. * New target: doku (DokuWiki)
  68. * New mark -- for strikeout text, currently implemented for:
  69. html, xhtml, tex, wiki, gwiki, doku, moin
  70. * New document: How to add a new target to txt2tags
  71. * New tools: TextMate bundle, Gedit language file, gensite program
  72. (see 'extras' folder)
  73. * Improved Unicode (UTF-8) support
  74. * PHP Web interface rewrote: now configurable, clean and modular
  75. * Moin target improved: added support for definition list and strong line
  76. * LaTeX target improved: Added support for anchors and local links
  77. * Lout target improved: Added support for anchors in titles
  78. * Added PreProc sample on the samples/module/module-body.py file
  79. * i18n: Added Finnish translations
  80. * Docs: Sample file translated to Finnish
  81. * Docs: Man Page translated to Chinese
  82. * Docs: Portuguese Man Page updated
  83. * Bugfix: Fixed title underline length on txt target for UTF-8 files
  84. * Bugfix: Fixed fatal error on sources files with UTF-8 encoding
  85. * IMPORTANT: Txt2tags is not compatible with old Python 1.5.2 anymore,
  86. because Unicode strings were added in Python 2.0. If your Python is
  87. older than 2.0, please use txt2tags version 2.4.
  88. * This release was sponsored by Dmitri Popov.
  89. Version 2.4 (2006-12-24)
  90. ========================
  91. * New mark %%% for commented blocks
  92. * The Style config now may be used multiple times (i.e. two CSS files)
  93. * Different list types on the same indent now forces previous to close
  94. * Empty anchor is now part of a link (i.e. foo.html#)
  95. * tex: Default headers cleanup, now it's minimalist
  96. * tex: Now limiting the maximum quote depth to six
  97. * tex: User-defined styles now overwrite default formatting on headers
  98. * (x)html: New header comment showing the CSS file path, when using
  99. --css-inside
  100. * i18n: Added Chinese translations
  101. * Bugfix: xhtml: Fixed encoding declaration when using --css-sugar
  102. * Bugfix: (x)html: No empty <STYLE> tag on --css-inside when CSS file is missing
  103. * Bugfix: (x)html: Removed useless <P></P> after table followed by blank line
  104. * Bugfix: tex: Now removing .sty extension of user style files
  105. * Bugfix: Macro at line beginning now closes Quote
  106. * Bugfix: Verbatim and Raw areas are now mutually exclusive
  107. * Bugfix: Fixed protocol adding to uppercased URLs like WWW.FOO.COM
  108. * Bugfix: Fixed fatal error on macro after table (i.e. "| x |\n%%date")
  109. * Bugfix: Fixed fatal error on table inside deflist (i.e. ": | foo")
  110. * Bugfix: Fixed fatal error on empty table (i.e. "| |")
  111. * Bugfix: Fixed fatal error on malformed lists (i.e. ": foo\n- bar")
  112. * Raw doesn't close Quote anymore
  113. * Optimization changes made the program execution slightly faster
  114. * Unknown errors now sent to STDERR and exiting 1
  115. * Gui: Now using a green theme, following the new website colors
  116. * Test-suite with new modules and a total of 152 tests
  117. * Tarball clean up (less files, easier to generate and package)
  118. * Spell check and Capitalization on the code comments :)
  119. Version 2.3 (2005-06-17)
  120. ========================
  121. * New rule to allow COLSPAN in table cells (for HTML, XHTML)
  122. * New option --dump-source to show source file with t2t includes expanded
  123. * New options --config-file and -C to include an external config file
  124. * New options (turn off): --no-infile, --no-dump-config, --no-dump-source
  125. * New 'test' folder with the program test-suite
  126. * tex: FitV changed to FitH in hyperref package PDF settings
  127. * Docs: New "Markup Rules" document, obsoleting old RULES and Abuse Me docs
  128. * Docs: All documentation translated to French
  129. * Docs: Sample file translated to Hungarian
  130. * Docs: Sample file and Markup Demo translated to Chinese
  131. * Docs: Little fixes at the program man page and pt_BR.po potfile
  132. * Bugfix: Option --css-inside now working for xhtml target also
  133. * Bugfix: Macros names are case insensitive again (it was broken on v2.1)
  134. * Bugfix: Not dumping traceback when input file is empty
  135. * Bugfix: Now identifying invalid filter replacement (as \1 with no group)
  136. * Bugfix: Outfile buffer \n's expanded *before* postproc filters
  137. * Bugfix: Detection when %!includeconf is including itself (loop)
  138. * Bugfix: Module: Improved support, samples/module/* updated
  139. * Bugfix: Module: finish_him() has not module-aware
  140. * Bugfix: Module: Using %%mtime was dumping error
  141. Version 2.2 (2004-12-30)
  142. ========================
  143. * New target: lout (Lout document)
  144. * New option --css-inside to include the CSS file contents inside
  145. HTML/XHTML headers
  146. * New T2TCONFIG environment variable to specify RC file location
  147. * The strong bar (===) now is mapped to a page break in paged targets
  148. * tex: Now links are blue and clickable on PDF, using 'hyperref' package
  149. * Debug messages revamped: categorized with IDs, background color setting
  150. * The --help message was improved with metavars (i.e. --target=TYPE)
  151. * The "wrote file" message now shows the full path if -o was used on
  152. the command line
  153. * Module: New samples/module dir with sample Python scripts
  154. * Module: Better interface to use a string as a full marked file
  155. * Gui: Now all errors are printed *and* placed inside windows
  156. * i18n: Added French translations
  157. * i18n: Added German translations
  158. * i18n: Added Spanish translations
  159. * Docs: "Markup Demo" translated to portuguese
  160. * Bugfix: outfile location inside %!options now respects infile path
  161. * Bugfix: xhtml: now the enconding is defined on <?xml> tag, not <meta>
  162. * Bugfix: tex: not escaping the underscore char '_' on image paths anymore
  163. * Bugfix: Module: now raising exceptions on errors instead print/sys.exit
  164. Version 2.1 (2004-11-13)
  165. ========================
  166. * New %%toc macro to specify the TOC position
  167. * New %%infile and %%outfile macros, to get file information
  168. * New %%mtime macro, for source file modification time
  169. * New options -q and --quiet for quiet operation (no messages)
  170. * New extras/gvim-menu.vim file for the gVim text editor
  171. * Pre/Postproc regexes now compiled once (faster conversion!)
  172. * Now an empty item closes the current list
  173. * Option --toc-only now respecting --outfile (if any)
  174. * Tables with no "cellpadding" declaration when using --css-sugar
  175. * URL matcher: char "+" added on address and ";$" added for form data
  176. * The hyphen char "-" now can be used in anchors
  177. * Misspelled option--css-suggar changed to --css-sugar (both works now)
  178. * i18n: Added Italian translations
  179. * i18n: Added Hungarian translations
  180. * Docs: New "Markup Demo" document, which obsoleted old RULES file
  181. * Docs: New "Writing Books with Txt2tags" document
  182. * Docs: New "Reference Card" document in portuguese
  183. * Docs: New "FAQ" document in portuguese
  184. * Docs: User Guide revamped: new chapters and now is a PDF
  185. * Docs: Abuseme and sample files translated to Spanish
  186. * Docs: Fixed typo on the program manpage
  187. * Bugfix: Detecting when input file is empty (zero sized)
  188. * Bugfix: Now deals with user malformed list: sublist before list
  189. * Bugfix: Windows RC file directory now pointing to %homepath%
  190. * Bugfix: Maximize result window on Gui now working
  191. * Bugfix: A macro right after the headers begins Body
  192. Version 2.0 (2004-07-25)
  193. ========================
  194. * Program internationalized (i18n) and translated to Portuguese
  195. * New user configuration file ~/.txt2tagsrc
  196. * New mark """ for Raw Text Area
  197. * New %!includeconf command to insert external file config
  198. * New %!include: ""file"" command to include raw text
  199. * New pre-checking on Pre/Post Proc filters for regex errors
  200. * Graphical interface color configurable via %!guicolors
  201. * The program is now an importable Python module
  202. * Code changes to make pychecker happy (from 123 warnings to 10)
  203. * HTML and XHTML codes approved by w3c validator
  204. * New options: --dump-config, --debug, -v, --verbose, --encoding,
  205. -i, --infile, --rc, --css-suggar
  206. * New options (turn off): --no-style, --no-toc, --no-toc-only,
  207. --no-enum-title, --no-mask-email, --no-rc, --no-css-suggar,
  208. --no-encoding, --no-infile, --no-outfile
  209. * Bugfix: fixed the program description on the documentation
  210. * Bugfix: sgml: removed useless <rowsep> from table last row
  211. * Bugfix: tex: now escaping correctly <, > and | chars
  212. * Bugfix: TOC and list errors when inverting order
  213. * New optional anchor specification for title: =title=[anchor]
  214. * New CSS sample files to help CSS beginners
  215. * New target: xhtml (XHTML page)
  216. * Tex: now using --style to load \usepackage modules
  217. * User Guide images on the tarball
  218. * Man target improved: added support for lists, quote and tables
  219. * Mgp target improved: image is now alignable
  220. * Moin target improved: added support for underline, quote, table
  221. cell align, comment and TOC
  222. * Tex target improved: removed amssymb from headers, not breaking
  223. pages anymore, mapping --style do \usepackage, using \clearpage,
  224. image tag not using {figure} anymore
  225. * Graphical and web interfaces improved (blue theme)
  226. * Error messages improved and prefixed by txt2tags string
  227. * New rules for beautifiers: glued and greedy
  228. * Solo centered images now requires spaces on both sides
  229. * Added & to URL filename valid chars (~michaelreaves/D&Dpreface.html)
  230. * User config on source code for i18n, debug and HTML lowered tags
  231. * Old --type option changed to --target
  232. * Old --noheaders option changed to --no-headers
  233. * Old --enumtitle option changed to --enum-title
  234. * Old --maskemail option changed to --mask-email
  235. * Old --toclevel option changed to --toc-level
  236. * Old --toconly option changed to --toc-only
  237. * Old `pre` mark changed to ``pre``
  238. * Old ``raw`` mark changed to """"raw""""
  239. * Old --- mark changed to ``` for Verbatim Area
  240. * Old = term: mark changed to : term for definition list term
  241. * Old bolditalic mark removed, use **//bold+italic//** instead
  242. * Old %!cmdline config changed to %!target and %!options
  243. * Old %!include: `file.txt` changed to %!include: ``file.txt``
  244. when including a text file
  245. * Old %!include: 'file.html' changed to %!include: ''file.html''
  246. when including a tagged file
  247. Version 1.7 (2003-11-30)
  248. ========================
  249. * New %!include command to insert external files
  250. * Command line options errors now more descriptive
  251. * Regex errors now detected on Pre/Post proc filters
  252. * Program man page added to the tarball
  253. * Rewritten the Emacs syntax highlight file
  254. * Bugfix: moin: first level lists must have a leading space
  255. * Bugfix: man: headers using quotes
  256. * Bugfix: Footer composer on Windows was dumping error
  257. * Bugfix: Gui + STDOUT not showing %!postproc edits
  258. Version 1.6 (2003-07-23)
  259. ========================
  260. * New mark + for explicit numbered titles, +like this+
  261. * New %!preproc: and %!postproc: user defined filters
  262. * New %!key(target): optional format to apply a config to a target,
  263. as in %!encoding(html): iso-8859-1
  264. * Removed accented letter from Author's name (newer Python complains about it)
  265. * Added separator blank line before and after titles for txt target
  266. * Bugfix: --toconly now respects --toclevel setting
  267. * Bugfix: no more double spaced lines on Windows
  268. * Bugfix: man: escaping \ with \e
  269. * Bugfix: man: escaping lines that begin with . and '
  270. * Bugfix: tex: solved lots of LaTeX special chars issues: ~ ^ \
  271. * Bugfix: tex: the _ char is now escaped on titles
  272. * Bugfix: html: escaping '--' on comment lines
  273. * Bugfix: html: <IMG ALIGN="middle"> (not "center")
  274. * Bugfix: html: closing <A NAME> tag with </A>
  275. * Bugfix: tex: now using \section* as the (unnumbered) title tag
  276. * Bugfix: tex: now respecting --enumtitle
  277. * Gui: now showing (and checking) %!cmdline contents (if any)
  278. * Gui: refresh checkboxes when a new file is loaded
  279. * Gui: accepts extra options when called via command line, example:
  280. txt2tags --gui -n file.t2t
  281. Version 1.5.1 (2003-05-14)
  282. ==========================
  283. * Just a patch for v1.5, in which the GUI was broken
  284. Version 1.5 (2003-05-09)
  285. ========================
  286. * New %!cmdline: setting to specify a default command line
  287. * Target LaTeX now supporting images
  288. * New option -n, short for --enumtitle
  289. * New option -H, short for --noheaders
  290. * New options -o and --outfile to set the output filename
  291. (Note: --stdout option now is deprecated by -o-)
  292. * New <!DOCTYPE> declaration on HTML target headers
  293. * Now the TODO file is public, included on the tarball
  294. * Some improvements on extras/unhtml.vim file
  295. * Syntax: Headers are parsed as plain text, except %%date
  296. * Syntax: Comma added as valid URL form data char
  297. * Bugfix: Masking of encoding name on tex was not working
  298. * Bugfix: \1, \2, \N special chars was not correctly escaped
  299. * Bugfix: '1linePre' regex was matching empty line as '--- '
  300. * Bugfix: Some targets don't support images as links
  301. * Bugfix: URL special chars was not escaped on Sgml target
  302. * Bugfix: Marks was being parsed on TOC items on man,pm6,moin,mgp,txt
  303. * Bugfix: Most targets don't support images as definition list term
  304. * Bugfix: Fixed escape char \ issues (now it is masked)
  305. Version 1.4 (2003-02-18)
  306. ========================
  307. * New table smart align for the full table (left,center)
  308. * New table smart align for each table cell (left,center,right)
  309. * New option --style and %!style: setting for doc style (like HTML CSS)
  310. * New option --toclevel to set the maximum TOC deepness
  311. * Syntax: now comment lines doesn't close tables
  312. * If no headers, now the title is left empty (no more "-NO TITLE-")
  313. * Bugfix: --maskemail was not working since v1.2 :/
  314. * Bugfix: \t,\n,\r & friends was parsed as specials inside tables
  315. * Bugfix: Paragraph+comment+blankline+paragraph was parsed as one
  316. paragraph
  317. Version 1.3 (2002-12-20)
  318. ========================
  319. * New "Txt2tags User Guide" document
  320. * New mark "" for RAW strings (pass-thru txt2tags parsing)
  321. * New %!encoding: command to specify the document charset
  322. * New 'contrib' dir for user contributed stuff
  323. * Improvements on SGML target: now using <toc> and <descrip>
  324. * Added '$' and '@' chars to the URL matcher, so http://this.is/valid@$99
  325. * Sanity: Removed from code structures marked as obsoleted on v1.1
  326. * Sanity: Removed \email{} tag from LaTeX headers. Using \url{}.
  327. * Sanity: \usepackage[latin1]{inputenc} is not default anymore on
  328. LaTeX headers. If needed, use new encoding command.
  329. * Bugfix: LaTeX target added on the Web Interface menu
  330. * Bugfix: \n, \t and other special pairs escaped under `inline mono`
  331. * Bugfix: TOC anchor respecting maximum TOC level
  332. * Bugfix: Beautifiers not parsed on TOC items
  333. * Bugfix: Special chars not double escaped on TOC items
  334. Version 1.2 (2002-12-03)
  335. ========================
  336. * New target: tex (LaTeX document)
  337. * Now multiple source files can be specified on the command line
  338. as txt2tags -t html *.t2t
  339. * URL matcher was improved and now gets valid insane paths as
  340. http://this.com/// and http://this.com?var=abc#anchor
  341. * Added a COPYING file on the tarball, with the GPL license
  342. * Added a handy unhtml.vim script to the extras directory, to
  343. convert by brute force an HTML file to a txt2tags file on Vim.
  344. * Bugfix: Special chars escaped on link label
  345. Version 1.1 (2002-11-06)
  346. ========================
  347. * Images can now point to links, as: [[img.gif] www.abc.com]
  348. * New foldmethod=syntax rules on the Vim syntax file
  349. * Now any non-table line closes a table (blank line or not)
  350. * Begin of the major code-cleanup (aka complete rewrite)
  351. * Sanity: New RULE for headers: if the very first line of the file
  352. is blank, this means 'this file has no header information'
  353. * Sanity: New comment char: % at the line beginning (no leading spaces!)
  354. * Sanity: Marks are not parsed on title lines
  355. * Sanity: // as comment mark is obsoleted, due conflicts with
  356. italic mark. will be removed on version 1.3
  357. * Sanity: TAB-made tables are marked as obsoleted, will be removed on
  358. version 1.3. Use the PIPE-made tables instead.
  359. * Sanity: Removed support for filename with spaces on the image mark,
  360. due conflicts with named URL mark, [like this.gif]
  361. * New option --fixme (temporary) to update obsoleted structures and
  362. automatically fix all this Sanity changes
  363. * Bugfix: --noheaders now act just as 'suppress headers from output',
  364. and not 'treat headers as plain text'
  365. * Bugfix: Trailing . is now part of the URL when it contains anchor
  366. location or form data (as #abc. and ?var=abc.)
  367. * Bugfix: Trailing / added to the URL matcher (as www.abc.com/)
  368. * Bugfix: Title with \ char now is correctly handled
  369. Version 1.0 (2002-09-25)
  370. ========================
  371. * New Graphical Tk Interface
  372. * Fixed target file format on Windows and Mac platforms
  373. * TOC deepness now is limited to level 3
  374. * RULES file sync'ed with actual rules (sorry!)
  375. * ChangeLog (this file) is now a txt2tags file
  376. * Added underscore char _ to anchor on URL regex
  377. * Bugfix: Closing any open list or table at EOF
  378. * Bugfix: HTML anchor name have no #
  379. Version 0.9 (2002-08-23)
  380. ========================
  381. * Now txt2tags is a 100% pure Python script. The bash part has gone
  382. so now it runs nicely on MS Windows and other Python aware platforms
  383. * New options --toc and --toconly to generate Table Of Contents
  384. * Defined .t2t as the official txt2tags file extension
  385. * Txt.vim file renamed to txt2tags.vim, and added instructions
  386. * Now titles are underlined on target txt
  387. * Cmdline used to generate the document is inserted as a comment on it
  388. * Tarball reorganized, adding 'extras' and 'samples' directories
  389. * Bugfix: When all ok, force system exit status to 0
  390. Version 0.8 (2002-07-03)
  391. ========================
  392. * New abuseme.txt complex sample file (test-suite)
  393. * New smart image align feature for HTML (see abuseme.t2t)
  394. * New option --maskemail to hide email from SPAM robots
  395. * Table now can have border or no on HTML
  396. * Improvements on txt.vim syntax file, now colors works on gui also
  397. * Image mark can't accept filename with spaces (conflicts named link)
  398. * Bugfix: Parse more than one %%date on the same line
  399. * Bugfix: Special chars now escaped inside preformatted
  400. * Bugfix: Closing quote mark was kinda broken
  401. Version 0.7 (2002-06-20)
  402. ========================
  403. * New Emacs syntax highlight file for txt2tags rules
  404. * New mark : for definition lists (<DL> on HTML)
  405. * Now adding protocol to guessed link like www.abc.com
  406. * Explicit link mark changed from ["label" url] to [label url]
  407. in other words, quotes are not necessary anymore
  408. * Image mark now correctly handles filenames with space for html
  409. * Corrected typos on sample.txt file
  410. * Named links now can point to local links as file.html, #anchor
  411. and file.html#anchor
  412. Version 0.6 (2002-04-10)
  413. ========================
  414. * Tables are now supported for sgml and moin targets
  415. * New option --enumtitle to enumerate all titles as 1, 1.1, 1.1.1, etc
  416. * New mark ``+ `` for numbered list type for all targets
  417. * Better pre-formatted font escaping (won't parse marks)
  418. * URL matcher now supports ftp://user:passwd@domain.com login URLs
  419. and user@domain.com?subject=test&cc=me@domain.com filled emails
  420. Version 0.5 (2002-03-22)
  421. ========================
  422. * New handy Web interface to use it online (Internet or Intranet)
  423. * New option --noheaders to suppress headers information
  424. * Now it can read the marked text from STDIN (specify - as file)
  425. * Adapted to work on python old v1.5 also
  426. Version 0.4 (2002-03-11)
  427. ========================
  428. * New simple table support (just for HTML by now)
  429. * Fixed lots of bugs on the man target, now it's kinda usable
  430. * The preformatted line mark must have a space after the dashes: '--- '
  431. * The preformatted line now has leading spaces
  432. * New options -h, --help, -V and --version
  433. * URL matcher is smarter, supporting #local_anchors and ?form=data
  434. Version 0.3 (2001-11-09)
  435. ========================
  436. * New mark ["my label" http://duh.com] for explicit URL/email with label
  437. * Date macro now supports format string like %%date(%m/%d/%Y)
  438. Version 0.2 (2001-10-01)
  439. ========================
  440. * New target: man (UNIX man page)
  441. * Nice shell wrapper to deal with files/directories/options.
  442. in fact, the python code is now "embedded" on the sh script.
  443. * New options --lang and --split (for sgml2html)
  444. Version 0.1 (2001-07-26)
  445. ========================
  446. * Initial release