Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -6/+9 |
| | | | | | argument of Tcl_GetIndexFromObj(Struct) from (char **) to (CONST char **). [TIP 27] [Patch 504705] | ||||
* | * generic/tkInt.h: Removed prototype for Tk_ClipboardCmd, added | ericm | 2000-08-01 | 1 | -144/+165 |
| | | | | | | | | | | | | | prototype for Tk_ClipboardObjCmd. * generic/tkWindow.c: Updated function pointers for clipboard command to use Tcl_Obj version. * tests/clipboard.test: Updated tests to expect standard error messages. * generic/tkClipboard.c (Tk_ClipboardObjCmd): Obj'ified Tk_ClipboardCmd -> Tk_ClipboardObjCmd. | ||||
* | * doc/clipboard.n: Added documentation for "clipboard get". | ericm | 2000-05-14 | 1 | -2/+94 |
| | | | | | | | | * generic/tkClipboard.c (Tk_ClipboardCmd): Added "clipboard get" subcommand [RFE: 4628]. * tests/clipboard.test: Updated to use "clipboard get" instead of "selection get -s CLIPBOARD". | ||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -4/+4 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -9/+10 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+606 |