Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | Preparations for release |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | release_0_9_10 | trunk |
Files: | files | file ages | folders |
SHA1: |
36f2a62a82299a753a7d72628fe3ecce |
User & Date: | dennis 2001-03-03 12:30:10 |
2001-06-11
| ||
19:33 | Add callback function from flist to set path whenever changed check-in: ae02a91c0a user: dennis tags: trunk | |
2001-03-03
| ||
12:30 | Preparations for release check-in: 36f2a62a82 user: dennis tags: release_0_9_10, trunk | |
2001-02-09
| ||
16:15 | Changed so helpdir is used instead of installdir check-in: 1820a43a2b user: dennis tags: trunk | |
Changes to CHANGES.
1 2 3 4 5 6 7 | * Moved helpfiles to separate directory * Removed (Bad KDE support) * Add "Insert Special char" dialog * Add posibility to delete files in filelist window. * Add new common dialog window. * Various bug fixes on the file list. | > > | 1 2 3 4 5 6 7 8 9 | Version 0.9.10 released 01-03-03 * Moved helpfiles to separate directory * Removed (Bad KDE support) * Add "Insert Special char" dialog * Add posibility to delete files in filelist window. * Add new common dialog window. * Various bug fixes on the file list. |
Changes to lib/edit.tcl.
1 2 3 | set debug_messages 0 set tcl_traceExec 0 | | | 1 2 3 4 5 6 7 8 9 10 11 | set debug_messages 0 set tcl_traceExec 0 set prgname "Tcl TextEdit 0.9.10" #?-About #?%2TCL TextEdit v0.9.x% #? #? %ptte.gif% #? #? Created by Dennis Ehlin |