Timeline

Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 check-ins using file tip/24.tip version 7ded63e010

2004-02-13
15:43
Accepted 5/0 For: DKF, DRH, BW, JH, KBK check-in: a30a12f04a user: dkf tags: trunk
2004-02-12
10:28
Updated email address check-in: 97e1156d57 user: dkf tags: trunk
10:02
Accepted 4/0 For: DKF, DRH, JI, KBK check-in: 4a36543810 user: dkf tags: trunk
10:01
Accepted 4/0 For: DKF, DRH, JI, KBK check-in: ecdbb34c75 user: dkf tags: trunk
2004-02-03
11:58
Created for Sergey Babkin <[email protected]> check-in: 9587a31076 user: dkf tags: trunk
2004-02-02
16:13
Updated title to match new terminology check-in: b8f9cde2f3 user: dgp tags: trunk
13:10
Withdrawn after private discussion with Bhushit Joshipura check-in: d16a93f48f user: dkf tags: trunk
2004-02-01
23:22
Revision through web from Brian Griffin <[email protected]> Change 'slave' to 'peer'. Add 8.4.5 reference implementation. check-in: feb02828ad user: tclhttpd tags: trunk
00:02
Revision through web from Pat Thoyts <[email protected]> check-in: f37ba502bc user: tclhttpd tags: trunk
00:01
Revision through web from Pat Thoyts <[email protected]> check-in: 51414add9c user: tclhttpd tags: trunk
2004-01-31
23:59
Revision through web from Pat Thoyts <[email protected]> Retry - fixing format errors. check-in: dc4cb9704d user: tclhttpd tags: trunk
23:50
Revision through web from Pat Thoyts <[email protected]> Added a chunk summarizing the Tcl Core posts and suggesting some cross-platform aliases. check-in: feba53d0d2 user: tclhttpd tags: trunk
2004-01-29
16:47
Vote called by DKF to end at [clock format 1076587200] check-in: 2584fde939 user: dkf tags: trunk
14:56
Minor style/grammar fixes check-in: 522e2d1011 user: dkf tags: trunk
14:50
Neil requested a title change to better fit the updated text check-in: 0fee0f8580 user: dkf tags: trunk
11:20
Created for Brian Griffin <[email protected]> check-in: f9e66d0cc5 user: dkf tags: trunk
2004-01-28
15:22
Updated to include reference to Lars's implementation patch check-in: 52bf59979d user: dkf tags: trunk
13:25
Spell check check-in: 62f2fc8ed6 user: dkf tags: trunk
11:57
Created for Lars Hellström <[email protected]> check-in: 08726f6d62 user: dkf tags: trunk
2004-01-26
16:24
KBK called for vote. Voting period to close at [clock format 1076432400] check-in: 3f06ad210b user: dkf tags: trunk
2004-01-18
16:30
Implemented by DKF as both a command and as bytecode check-in: bc46ffedd3 user: dkf tags: trunk
2004-01-16
22:20
Accepted 8/0 For: DKF, MDJ, AKu, JI, DRH, KBK, BW, JH Against: nobody! check-in: 8f50810191 user: dkf tags: trunk
2004-01-13
17:34
Revision through web from Brian Griffin <[email protected]> Change option names and default value as per recommendation of Joe English. check-in: 9e9be29b57 user: tclhttpd tags: trunk
2004-01-12
09:43
Changes applied. check-in: a510b128e5 user: dkf tags: trunk
2004-01-07
15:26
Revision through web from Vince Darley <[email protected]> check-in: 3cf21bd2fe user: tclhttpd tags: trunk
14:43
Revision through web from Vince Darley <[email protected]> check-in: d55f9fd486 user: tclhttpd tags: trunk
13:33
Revision through web from Neil McKay <[email protected]> Changed TIP to an enhancement of [winfo toplevel] rather than addition of a [winfo tophierarchy] command. Added an example showing why this would be useful. check-in: 2a4ecc3265 user: tclhttpd tags: trunk
2004-01-04
12:03
DKF called for vote by [clock format 1074254400] check-in: 9a99094636 user: dkf tags: trunk
2003-12-20
00:45
Revision through web from Brian Griffin <[email protected]> Update TIP to reflect implementation (see tk patch 863271) check-in: 6595e37098 user: tclhttpd tags: trunk
2003-12-19
18:22
Revision through web from Don Porter <[email protected]> Changed metavariables in syntax spec from "variable" to "varName" for greater clarity. check-in: f2afcf1052 user: tclhttpd tags: trunk
15:21
Made withdrawal reasons more obvious to casual browsers. Thanks to DGP for his feedback! check-in: 7e34c5798d user: dkf tags: trunk
14:18
Following feedback from the TCT and other Tcl'ers, I'm taking over this TIP and retargetting it to move TclX's [lassign] into the core. Given that TclX is (relatively) well known, no other multi-assignment proposal can really compete. check-in: 4ab507379d user: dkf tags: trunk
14:18
intermediate check-in: 18f02082c8 user: dkf tags: trunk
13:41
This would make porting code between platforms obscenely difficult as there is no way for the subclassing to work the same way on all platforms. Better for people to roll their own, perhaps starting from the foundations of the UNIX file browsing code if they wish. check-in: 21ac039d8b user: dkf tags: trunk
13:39
Insufficiently subtle. 52 will break any code that assumes the current behaviour (and you can bet someone will have that assumption) and 142 doesn't let two namespaces have different search paths (unless the variable is always interpreted locally, which just creates bizarre variable name magic.) check-in: a0f18dbb66 user: dkf tags: trunk
13:35
This would remove useful behaviour that is used rather more often than people think. If people want unfilled polygons with the other style of overlap behaviour, they should use lines. check-in: cfc55aa85f user: dkf tags: trunk
13:35
Perhaps some of the ideas behind these TIPs should be incorporated into some new TIP on making megawidget support better, but none of these TIPs really stand on their own. (38 isn't a good idea, since alteration of the bindtags for all widgets of a class at once is a bad idea, and it is better when rolling your own megawidget classes to put the setting up of the bindtags in there. 39 and 42 just clash with each other as soon as you have two different codebases trying to use a single widget.) check-in: 32b4e793c2 user: dkf tags: trunk
2003-12-16
15:40
Too low a priority for me to ever think of taking on the implementation. :^/ check-in: e0737da5cd user: dkf tags: trunk
08:22
Revision through web from Simon Geard <[email protected]> Updated for tk8.4.5 check-in: 4f6af00f78 user: tclhttpd tags: trunk
2003-12-15
17:22
Revision through web from Vince Darley <[email protected]> check-in: 7d6485bbe4 user: tclhttpd tags: trunk
2003-12-14
18:34
Implemented by DKF check-in: 1ed50dd47a user: dkf tags: trunk
03:18
Revision through web from David Gravereaux <[email protected]> check-in: 759591c254 user: tclhttpd tags: trunk
03:15
Revision through web from David Gravereaux <[email protected]> check-in: 23797b9c5f user: tclhttpd tags: trunk
2003-12-12
15:21
Accepted 2/0 with 2 abstentions For: DKF,JH Present: DGP,AKu check-in: 12f7c40dce user: dkf tags: trunk
15:20
Accepted: 4/0 For: DKF,DGP,AKu,JH check-in: b2c4ea8bb0 user: dkf tags: trunk
10:55
This functionality is better replaced with scripts and the TclVFS extension. (Handling a URL in low-level C has too many pitfalls.) check-in: 41c32fe201 user: dkf tags: trunk
10:45
We have agreement that 145 obsoletes 64 check-in: 9e4da10076 user: dkf tags: trunk
10:08
Apparently the target version was wrong and this is an 8.5 candidate. Cool! check-in: 9ab7eff14c user: dkf tags: trunk
2003-12-11
17:37
TIP 149 Withdrawn by request of Author. check-in: ec72ed5918 user: dgp tags: trunk
09:08
I'll look after the [binary] command too; I seem to have more time for this sort of thing than Jeff or Jan. check-in: c8c985e363 user: dkf tags: trunk