# Extracted from upstream homepage: http://laurent.riesterer.free.fr/regexp/

Future
-- I welcome your suggestions !

3.1 (2006-03-07)
-- New version done by Martin Lemburg. Many thanks, Martin.
-- It is now a tcl 8.5a4 starpack.
-- GUI layout changed to be based on a paned window.
-- GUI code looks different, to be more ergonomic.
-- The informational labels (replacements & matches) are now sunken.
-- There are now additional the "first" and "last" navigation buttons.
-- There is a new option to navigate through matches or matches and submatches.
-- The displayed count of matches is changed to display the current and the count of matches used for navigation (probably changes, if the new navigation option is changed).
-- The replace widget is disabled on startup.
-- The tcl console is added to the help menu.
-- The key bindings inside the regexp text widget changed a bit to allow for expanded regexp (-expanded or (?x)) to contain tabs and newlines. Tabs are created with Control-Tab and newlines with Control-Return. Additional with Control-C|V|X (not c|v|x) it is possible to use the clipboard like with Control|Shift-Insert, Shift-Delete.

3.0 (2002-09-01)
-- Bugfix: parsing of command line when file name contained spaces was incorrect.
-- New history windows to get a trace all the expressions tried.
-- New 'Clear' button to clear the Regexp (not cleared automatically after 'Select' anymore).
-- Better navigation (Tab and Shift-Tab to change focus, use Ctrl+Tab to insert actual tab).
-- New bindings: Ctrl+w = insert \w, Ctrl+s = insert \s, ...
-- Allow escaped character (like \n) in the replace area.
-- Rework the keyboard bindings (now the underlined letter is the shortcut (Alt+letter).
-- User can now define its own file with pattern (format = 1 line for name, 1 line for regexp) (try to autoload file called regexp.txt).
-- Suggested reading http://www.regxlib.com.
-- Add popup menu to choose font (with right-click).
-- Memorize location and file name to ease Loading/Saving.
-- New option to change background in matches (useful to see 'invisible' characters such as space or tabs).
-- User can customize the defaults in a file called 'visual_regexp.ini'.
-- A nice tutorial here.
-- Added Previous/Next button to navigate among the matches.
A special thanks to Luciano Espirito Santo for bug report and a lots of ideas.

2.2 (2001-04-12)
-- Bugfix: the line option when not properly handled when using replace.
-- New options to save the sample text (useful for small in place text manipulation).
-- New format (.tar.gz) to show that the program can be run directly.
-- New README file to explain how to use the program.

2.1
-- Make-regexp: construction of an optimized regexp from a list of words.

2.0
-- New GUI.
-- Support for user predefined regexps.

1.2
-- Distribution as gzip-ed file to avoid conversion problems between DOS/UNIX.
-- Support for undo/redo.
-- Support for replace function after matching the sample.
-- Correction of a few typos in the help text.

1.1
-- Correction of a bug in handling non-reperting subexpressions.

1.0
-- Initial release.
