diff options
author | ericm <ericm> | 2000-04-28 00:46:03 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-28 00:46:03 (GMT) |
commit | 31a9095e823a5d4886f4351cf3b69fff92dca049 (patch) | |
tree | 98d8d927d4ca025fa21b408cc5c62e37f4c47db6 /generic | |
parent | 5edcfbff1d764a59b6f8fae30ae320b4fb6c9f6e (diff) | |
download | tk-31a9095e823a5d4886f4351cf3b69fff92dca049.zip tk-31a9095e823a5d4886f4351cf3b69fff92dca049.tar.gz tk-31a9095e823a5d4886f4351cf3b69fff92dca049.tar.bz2 |
* doc/Tk_Init.3: Added Tk_SafeInit information [Bug: 1884].
* doc/keysyms.n: Man page enumerating keysyms [RFE: 1645].
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkWindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c index f486234..7fa867f 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWindow.c,v 1.16 2000/03/24 23:13:18 ericm Exp $ + * RCS: @(#) $Id: tkWindow.c,v 1.17 2000/04/28 00:46:04 ericm Exp $ */ #include "tkPort.h" @@ -2665,8 +2665,8 @@ Tk_SafeInit(interp) * - Continuous ringing of the bell is a nuisance. * - Cannot allow access to the clipboard because a malicious script * can replace the contents with the string "rm -r *" and lead to - * surprises when the contents of the clipboard are pasted. We do - * not currently hide the selection command.. Should we? + * surprises when the contents of the clipboard are pasted. Similarly, + * the selection command is blocked. * - Cannot allow send because it can be used to cause unsafe * interpreters to execute commands. The tk command recreates the * send command, so that too must be hidden. |