Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Prepare for release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | release_0_9_9 |
Files: | files | file ages | folders |
SHA1: | 9d8214e5572c0f1f07c26ec4bbcd00f9e8552973 |
User & Date: | dennis 2000-12-25 19:25:31 |
Context
2001-01-22
| ||
23:11 | Various bug fixes check-in: 2dfd3b5084 user: dennis tags: trunk | |
2000-12-25
| ||
19:25 | Prepare for release check-in: 9d8214e557 user: dennis tags: trunk, release_0_9_9 | |
2000-11-21
| ||
18:06 | Logo in File menu Possibility to assign icons to speed buttons Load/Save/New/Close = new default buttons with icons Possibility to resize file list and textshell Parameters to shell script macro files Fixed window resize bug + General bug fix check-in: 683c59d574 user: dennis tags: trunk | |
Changes
Changes to lib/edit.tcl.
1 2 3 4 5 6 7 8 |
set debug_messages 1
set tcl_traceExec 0
set prgname "Tcl TextEdit 0.9.9"
#?-About
#?%2TCL TextEdit v0.9.x%
#?
|
| |
1 2 3 4 5 6 7 8 |
set debug_messages 0
set tcl_traceExec 0
set prgname "Tcl TextEdit 0.9.9"
#?-About
#?%2TCL TextEdit v0.9.x%
#?
|