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
|
2008-09-09 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
The palette window now responds correctly to resizing.
Patch by Dennis Brenzinger.
2008-09-08 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Moved setting of trace on ProgramInfo(cgrep,ExtendedP) until
after creation of GUI so as to prevent errors when this is set in
init file.
Added missing commands to MiscellaneousSlaveCommandList, fixing bug
that created errors in init files that contained settings for them.
Also added missing command SetIciVerboseP
2008-09-06 Bill Poser <poser@khunekcho.khunek.poser.org>
Release of version 8.25.
* redet.tcl (ShowUnicodeRanges):
Updated Unicode ranges to version 5.1.
Updated Unicode character names to version 5.1.
2008-07-03 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (ConstructHistory):
The history window now responds properly to resizing.
2008-07-02 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Corrected copyright statement printed on command line to indicate version 3 of GPL.
2008-03-13 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
If running under Tcl/Tk 8.5 or higher in X11 we use a different
set of default font settings which more-or-less preserve the previous
appearance under the changes between Tk 8.4 and 8.5 in X11.
Fixed embarassing bugs that interfered with running both TRE and Woo-Manber
agrep.
Added safari to browser list.
2007-11-24 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Changed default browser to xdg-open per Debarshi Ray's suggestion.
* Makefile:
Patched as per Debarshi Ray to use -p flag with install to preserve timestamps.
2007-09-04 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (SaveResults):
Fixed bug in which, in certain cases, an error was triggered on
a successful save of results due to an empty message.
Fixed a couple of ommissions from the encoding menu.
Release of version 8.23.
2007-06-13 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (ExecuteMatchGroovy):
Added support for Groovy. Unfortunately, it is terribly slow since Groovy
does not provide for precompilation.
2007-05-21 Bill Poser <poser@localhost>
* redet.tcl (SaveMiscellaneousSettings):
Replaced encoding spinboxes with (pseudo-)menus and added commands
for init file.
(SaveState):
Fixed a typo that prevented saving ProgramInfo(tcl,EmitMatchOnlyP).
Fixed a bug that triggered an error when saving configuration if
no user classes had been defined.
2007-05-18 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (SaveTestInputData):
Completed implementation of encoding choices for comparison data.
If saving results, input, or comparison data in an encoding
other than UTF-8, we now check that the conversion is
possible.
2007-05-13 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Added the ability to set the encoding for saving
of results.
2007-04-29 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Added the ability to set the encoding of comparison
data just like test data.
2007-04-24 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (PopupTestDataEncoding):
It is now possible to set the encoding for test data.
The test data will be converted from the specified encoding
to the internal Unicode encoding automatically, and converted
back to the specified encoding if saved.
2007-04-02 Bill Poser <poser@khunekcho.khunek.poser.org>
Version 8.21 released
* redet.tcl:
Added support for librep.
2007-02-22 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Added support for GNU coreutils function expr.
2007-02-15 Bill Poser <poser@khunekcho.khunek.poser.org>
Version 8.20 released.
* redet.tcl (ExecuteMatchC):
Added support for C with POSIX library.
2007-02-10 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (ShowUnicodeRanges):
Corrected error in Ewellic range in Unicode range chart and filled in
a missing bit of the Private Use Area.
2007-01-26 Bill Poser <poser@khunekcho.khunek.poser.org>
redet.tcl:
Added command line option for specifying name of init file.
2007-01-25 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (ToggleUnicodeRangesByCodepoint):
Fixed toggling of sort of unicode ranges from
key binding.
(ShowUnicodeRanges):
Updated list of Unicode ranges to Unicode 5.0 and added
unofficial Conlang ranges within Private Use Area from
Conscript registry.
2006-12-11 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Deleted obsolete procedure SaveColorConfiguration.
Fixed bug in DumpFeatures (Write Feature List to File) and
added timestamp, OS version, and Redet version to header.
2006-11-15 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Updated accent letter entry widget. This one adds letters and
provides upper-case versions on B3. The number of columns is also
now configurable from the init file.
2006-11-13 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Added command line option -P which lists supported programs.
2006-09-21 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (PopupIPAEntryV):
Replaced with upated version with balloon help for
all vowels.
2006-09-19 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (MoveResultsToTestData):
We now check that there is something in the
result window and abort if not.
2006-09-17 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (PopupIPAEntryC):
Fixed non-functional button for uvular trill.
2006-09-17 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Release of version 8.16
Added character info binding to comparison window
and popup for displaying actual regexp.
2006-09-17 Bill Poser <poser@khunekyaz.khunek.poser.org>
* redet.tcl:
Moved setup of UName array to a late point
so that it doesn't delay informational
command line options.
2006-09-16 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl (SetUnicodeName):
Added the init file command UnicodeName, which allows
the user to set the name of a Unicode codepoint. By
default, the codepoints are assigned their Unicode name.
As the Unicode name is sometimes uninformative or misleading,
it is sometimes desirable to override it. This also allows
the use of names in languages other than English.
2006-09-16 Bill Poser <poser@khunekyaz.khunek.poser.org>
* redet.tcl:
Right-clicking on a character in the test data or
result windows now highlights the character and prints
its hexadecimal character code and unicode name.
2006-09-13 Bill Poser <poser@khunekyaz.khunek.poser.org>
* redet.tcl (ConstructHistory):
Changed font for history list to RegexpFont.
Now make available both LoadRegularExpressionFromClipboard
and LoadRegularExpressionFromPrimarySelection as commands
for which shortcuts can be defined. Which of these
commands is put on the File menu is determined
by whether the window system is X11 or not.
2006-08-20 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
Added the command CopySelectionToRegularExpression window,
bound by default to F5. This copies the PRIMARY selection
to the regular expression window. It is intended to facilitate
cutting and pasting since, at least in X11, ctrl-V pastes the
CLIPBOARD, not the PRIMARY seletion, but ctrl-C copies the
PRIMARY selection.
2006-08-17 Bill Poser <poser@khunekcho.khunek.poser.org>
* redet.tcl:
The actual regular expression is now displayed using the
TextFont. It was previously MainFont, which sometimes rendered
exotic characters unreadable.
Added the init file command DefineCharacterClass.
Added to the character class submenu of the tool menu,
to the regular expression submenu of the file menu,
and to the set of commands for which shortcuts may be defined
a command that saves the regular expression resulting
from expansion of user-defined character classes
to a file.
Gave a title and better colors to the widget for displaying
the actual regular expression.
2006-07-28 Bill Poser <poser@khunekyaz.khunek.poser.org>
version 8.14
* redet.tcl
Fixed a bug that caused seds other than minised and supersed
to appear to have no features.
2006-07-09 Bill Poser <poser@khunekyaz.khunek.poser.org>
Added support for the Arena scripting language.
2006-06-23 Bill Poser <poser@S010600023f310f85.ca.shawcable.net>
* redet.tcl
Added command MoveResultsToTestData to File menu and
made it available as a keyboard shortcut.
Added command ClearUserClasses to Tools->User Classes.
2006-05-12 Bill Poser <poser@S010600023f310f85.ca.shawcable.net>
* redet.tcl (TestFeatures):
Support was added for BusyBox Egrep.
When features are tested, if the program already has a control panel popup
it is relabelled to eliminate the "untested" notation.
2006-05-10 Bill Poser <poser@S010600e0185aee1a.ca.shawcable.net>
* redet.tcl
Set up a list of program/test combinations to skip when running
feature tests instead of hard coding them in TestFeatures.
* redet.tcl
Added wmagrep as a separate program entry, for those users who want to use
both TRE and Wu-Manber agrep. There may not be any, but this is useful for my
testing.
* redet.tcl
Fixed bug in attempting to obtain version info from Wu-Manber agrep.
2006-05-04 Bill Poser <poser@S010600e0185aee1a.ca.shawcable.net>
* redet.tcl
Added test and palette entry for tagged group with single quotes
around tag instead of angle brackets. This is evidently used in .net.
|