Initial revision
authorsls <sls>
Mon, 5 Jun 1995 05:15:40 +0000 (05:15 +0000)
committersls <sls>
Mon, 5 Jun 1995 05:15:40 +0000 (05:15 +0000)
Value.html [new file with mode: 0644]
WhatsNew.html [new file with mode: 0644]

diff --git a/Value.html b/Value.html
new file mode 100644 (file)
index 0000000..af22aee
--- /dev/null
@@ -0,0 +1,45 @@
+<html> <head>
+<title>Value Window</title>
+<!-- $Id$ -->
+</head>
+
+<body>
+<center><h1>The Value Window</h1></center>
+
+The value window is an editable <b>Tk</b> <tt>text</tt> window that
+contains the definition of a <a href=Procs.html>proc</a>, the value of
+a <a href=Globals.html>global</a>, or information about a <a
+href=Windows.html>window</a>.<p>
+
+In addition to the standard text bindings, the value window
+understands the following key strokes:
+
+<ul>
+  <li> <tt>Control-x Control-s</tt> sends the value back to the
+       selected interpreter.
+
+  <li> <tt>Control-s</tt> brings up the <b>Find...</b> dialog.
+</ul>
+
+The <b>Value</b> menu item in the main menu bar contains the following
+entries:
+
+<ul>
+  <li> <b>Send Value</b> sends the value back to the selected
+       interpreter.
+  <li> <b>Find...</b> brings up a dialog box that allows searching of
+       the contents of the value window.
+  <li> <b>Save Value...</b> and <b>Load Value...</b> bring up a
+       file selection dialog that allow the value to be saved or
+       loaded from a file.
+  <li> <b>Detach Value</b> creates a new <b>tkinspect</b> window that
+       contains only the main menu, a
+       command/button window, and a value window.  The current value
+       will be copied to the new value window.
+</ul>
+
+<hr>
+<!-- hhmts start -->
+Last modified: Sun Jun  4 22:16:29 1995
+<!-- hhmts end -->
+</body> </html>
diff --git a/WhatsNew.html b/WhatsNew.html
new file mode 100644 (file)
index 0000000..a9ef752
--- /dev/null
@@ -0,0 +1,37 @@
+<html> <head>
+<title>What's New?</title>
+<!-- $Id$ -->
+</head>
+
+<body>
+<center><h1>What's New?</h1></center>
+
+See the <a href=ChangeLog.html>ChangeLog</a> for more details.
+
+<h2>Changes in release 5.1 (June 1995)</h2>
+
+5.1 fills in the missing holes of 5.0, fixes a few bugs, and adds some
+features.
+
+<ul>
+  <li> Fixed the bug (?) that caused no interpreters to show up under
+       Tk 4.0b3.
+  <li> Added this HTML help system (renderer based on code from Angel Li
+       <tt>&lt;angel@flipper.rsmas.miami.edu&gt;</tt>.)
+  <li> Added the command line interface.
+  <li> Cleaned up the menus, added some keyboard bindings.
+  <li> <b>tkinspect</b> nows reads <tt>~/.tkinspect_opts</tt> and
+       <tt>.tkinspect_init</tt> (in the current directory.)
+</ul>
+
+
+<h2>Changes in release 5.0 (February 1995)</h2>
+
+Release 5.0 was a complete rewrite of previous versions of
+<b>tkinspect</b>.  This version runs only with Tk 4.0.
+
+<hr>
+<!-- hhmts start -->
+Last modified: Sun Jun  4 22:15:05 1995
+<!-- hhmts end -->
+</body> </html>