diff options
author | ericm <ericm@noemail.net> | 2000-05-14 23:25:02 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-05-14 23:25:02 (GMT) |
commit | 48c2264924c5f59552b6de950e15887a365e07d0 (patch) | |
tree | 8af676e2dbc9ae13cebab793f841d51a4a46b932 /ChangeLog | |
parent | 29ba50deb33c7d5e0dbb1bba012420b8db82a575 (diff) | |
download | tk-48c2264924c5f59552b6de950e15887a365e07d0.zip tk-48c2264924c5f59552b6de950e15887a365e07d0.tar.gz tk-48c2264924c5f59552b6de950e15887a365e07d0.tar.bz2 |
* doc/clipboard.n: Added documentation for "clipboard get".
* 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".
FossilOrigin-Name: e5e8f13ef0db99cadf54a47aed90fa44daed5435
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2000-05-14 Eric Melski <ericm@scriptics.com> + * doc/clipboard.n: Added documentation for "clipboard get". + + * 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". + * library/entry.tcl: Adjusted Button-1 binding to set focus to the entry when it is readonly or normal. |