txt2regex changelog
-------------------

20020304 v0.7:
  - fixed Makefile bug on DESTDIR (tks Martin Butterwecki @ debian)
  - added man page and "Really quit?" message (Martin request again)
  - added --version option (it's classic, so...)
  - added japanese translations provided by Hajime Dei
  - ready-to-use common regexes (date, hour, number) with --make
  - added --prog option to choose which programs to use 
  - groups are now quantifiable

20010905 v0.6:
  - added (group|and|alternation) support
  - added groups balance check -> (((3)))
  - option --history improved and sync'ed with all features
  - added mysql support
  - added german translations provided by Jan Parthey
    <parthey (a) web de>

20010828 v0.5:
  - new command line options: --showmeta, --showinfo
  
20010802 v0.4:
  - updated polish translations
  - added postgres, javascript, vbscript and procmail support
  - test-suite improved and included on the tarball
  - new procmail-re-test utility for procmail cmdline regex test

20010626 v0.3.1:
  - updated indonesian and polish translations
  - took out seq command (not bash), and substituted by the new sek()
    function. pretty cool, just 2 lines.
    and so, last release was NOT 100% bash, /me <- luser
    but now it is. i think. &:)

20010613 v0.3:
  - support to localized POSIX character classes [[:abc:]]
  - support to special user combinations inside lists []
  - a friendly --help output
  - new command line option: --whitebg
  - final human sentence improved with more detailed data
  - added polish translations provided by Chris Piechowicz
    <chris_piechowicz (a) hotmail com>
  - took out clear and stty commands, because they were not bash
    now we have a 100% bash builtins script!

20010424 v0.2:
  - new command line options: --nocolor, --history
  - a new dynamic history for user input: .oO(history)(user_input1userinput2...)
  - added indonesian (bahasa) translations provided by Muhamad Faizal
    <faizal (a) mfaizal net>

20010223 v0.1:
  - initial release (as txt2regexp)
