diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | tools/tcltk-man2html.tcl | 2 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2006-10-20 Daniel Steffen <das@users.sourceforge.net> + + *** 8.5a5 TAGGED FOR RELEASE *** + + * tools/tcltk-man2html.tcl: add support for alpha & beta versions to + useversion glob pattern. [Bug 1579941] + 2006-10-20 Reinhard Max <max@tclers.tk> * unix/configure.in: Added autodetection for OS-supplied timezone @@ -6,8 +13,6 @@ 2006-10-18 Don Porter <dgp@users.sourceforge.net> - *** 8.5a5 TAGGED FOR RELEASE *** - * changes: 8.5a5 release date set * doc/Encoding.3: Missing doc updates (mostly Table of diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index db24a9a..11e54c7 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -82,7 +82,7 @@ proc parse_command_line {} { set build_tcl 0 set build_tk 0 # Default search version is a glob pattern - set useversion {{,[8-9].[0-9]{,.[0-9]{,[0-9]}}}} + set useversion {{,[8-9].[0-9]{,[.ab][0-9]{,[0-9]}}}} # Handle arguments a la GNU: # --version |