home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / tcl / 2345 < prev    next >
Encoding:
Text File  |  1993-01-12  |  10.5 KB  |  291 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!malgudi.oar.net!chemabs!lwv26
  3. From: lwv26@cas.org (Larry W. Virden)
  4. Subject: Differences in the comp.lang.tcl Frequently Asked Questions 
  5. Message-ID: <1993Jan12.140551.15860@cas.org>
  6. Followup-To: comp.lang.tcl
  7. Sender: usenet@cas.org
  8. Reply-To: lvirden@cas.org (Larry W. Virden)
  9. Organization: Nedriv Software and Shoe Shiners, Uninc.
  10. References: <tcl.p1_726847347@cas.org>
  11. Date: Tue, 12 Jan 1993 14:03:52 GMT
  12. Lines: 277
  13.  
  14. Sorry that I didn't have more updates this month - it's been hectic!
  15. I am still looking for folks who would like to champion one of the
  16. 3 portions of the FAQ - become a net hero!  Contact me for details.
  17.  
  18. --- old.tcl-faq.p01    Fri Dec 11 08:38:45 1992
  19. +++ tcl-faq.p01    Tue Jan 12 08:44:41 1993
  20. @@ -2,7 +2,7 @@
  21.  Path: lvirden
  22.  From: lvirden@cas.org (Larry W. Virden)
  23.  Subject: comp.lang.tcl Frequently Asked Questions (1/3)
  24. -     (Last updated: December 11, 1992)
  25. +     (Last updated: January 12, 1992)
  26.  Followup-To: comp.lang.tcl
  27.  Summary: A regular posting of the comp.lang.tcl Frequently Asked Questions 
  28.      (FAQ) and their answers.  This is the first of three parts.
  29. @@ -14,8 +14,8 @@
  30.  Approved: news-answers-request@MIT.Edu
  31.  
  32.  Archive-name: tcl-faq/part1
  33. -Version: 2.6
  34. -Last-modified: December 11, 1992
  35. +Version: 2.7
  36. +Last-modified: January 12, 1992
  37.  
  38.  
  39.  Index of questions:
  40. @@ -59,7 +59,7 @@
  41.  Subject: -1- What is Tcl?  Tk?  Extended Tcl?  How does Tcl compare
  42.          against language XXX?
  43.  
  44. -    Tcl (version 6.4) stands for ``tool command language'' and is
  45. +    Tcl (version 6.5) stands for ``tool command language'' and is
  46.  pronounced ``tickle.'' It is actually two things: a language and a
  47.  library.  First, Tcl is a simple textual language, intended primarily
  48.  for issuing commands to interactive programs such as text editors,
  49. @@ -97,13 +97,13 @@
  50.  forth.  The common Tcl language framework makes it easier for
  51.  applications to communicate with one another.
  52.  
  53. -    Tk 2.3 - an extension to Tcl which provides the programmer with
  54. +    Tk 3.0 - an extension to Tcl which provides the programmer with
  55.  an interface to the X11 windowing system.  Note that many users will
  56.  encounter Tk via the ``wish'' command.  Wish is a simple windowing
  57.  shell which permits the user to write Tcl applications in a prototyping
  58.  environment.
  59.  
  60. -    Extended Tcl (tclX) 6.4c-p1 - This extended set of commands are
  61. +    Extended Tcl (tclX) 6.5c - This extended set of commands are
  62.  provided by NeoSoft, and provide additional Unix system interfaces to
  63.  the Tcl programmer.  Many users will encounter Tcl via the ``tcl''
  64.  command - an interactive Tcl command interpreter.
  65. @@ -116,11 +116,12 @@
  66.  a. Unix
  67.  
  68.      Tcl runs on Suns and SunOS, DECstations running Ultrix, Dec
  69. -VAXen running Ultrix or BSD, 386s running SCO Unix, Xenix, Bell-Tech,
  70. -Silicon Graphics running IRIX, HPs running HP-UX, Sequent Symmetry
  71. -running Dynix.  See the porting section below for info on porting the
  72. -code to VMS as well.
  73. +VAXen running Ultrix or BSD, Alphas running OSF, 386s running SCO Unix,
  74. +Xenix, Bell-Tech, Silicon Graphics running IRIX, HPs running HP-UX,
  75. +Sequent Symmetry running Dynix.
  76.  
  77. +See the porting section below for info on porting the code to VMS as well.
  78. +
  79.      Tk (being based on Tcl) requires X11R4 or better as the only additional
  80.  software requirement.
  81.  
  82. @@ -128,8 +129,7 @@
  83.  
  84.      Contact W. Ross Brown <ross@bnr.ca> for the current status of
  85.  the Tcl MacOS port.  Ross has a mailing list for discussion on that
  86. -topic.  Also, "Eric W. Sink" <e-sink@uiuc.edu> is working on a port
  87. -which includes some tclX extensions as well as some Mac-specific extensions.
  88. +topic.  
  89.  
  90.  c. MS-DOS
  91.  
  92. --- old.tcl-faq.p02    Fri Dec 11 08:38:46 1992
  93. +++ tcl-faq.p02    Tue Jan 12 08:45:10 1993
  94. @@ -2,7 +2,7 @@
  95.  Path: lvirden
  96.  From: lvirden@cas.org (Larry W. Virden)
  97.  Subject: comp.lang.tcl Frequently Asked Questions (2/3)
  98. -     (Last updated: December 11, 1992)
  99. +     (Last updated: January 12, 1993)
  100.  Followup-To: comp.lang.tcl
  101.  Summary: A regular posting of the comp.lang.tcl Frequently Asked Questions 
  102.      (FAQ) and their answers.  This is the second of three parts.
  103. @@ -14,8 +14,8 @@
  104.  Approved: news-answers-request@MIT.Edu
  105.  
  106.  Archive-name: tcl-faq/part2
  107. -Version: 2.6
  108. -Last-modified: December 11, 1992
  109. +Version: 2.7
  110. +Last-modified: January 12, 1993
  111.  
  112.  Please do not be offended if I neglect to acknowledge your contribution
  113.  to this FAQ!  I sometimes forget to put an attribution in.  I especially
  114. @@ -698,7 +698,7 @@
  115.       pack append .\
  116.           .frame   {left frame center fillx filly}
  117.  
  118. -     button .frame.canvas.button$i  \
  119. +     button .frame.canvas.action  \
  120.           -relief raised \
  121.           -text "Action" \
  122.       -command "multi_action"
  123. --- old.tcl-faq.p03    Fri Dec 11 08:38:46 1992
  124. +++ tcl-faq.p03    Tue Jan 12 08:49:26 1993
  125. @@ -2,7 +2,7 @@
  126.  Path: lvirden
  127.  From: lvirden@cas.org (Larry W. Virden)
  128.  Subject: comp.lang.tcl Frequently Asked Questions (3/3)
  129. -     (Last updated: December 11, 1992)
  130. +     (Last updated: January 12, 1993)
  131.  Followup-To: comp.lang.tcl
  132.  Summary: A regular posting of the comp.lang.tcl Frequently Asked Questions
  133.      (FAQ) and their answers.  This is the third of three parts.
  134. @@ -14,8 +14,8 @@
  135.  Approved: news-answers-request@MIT.Edu
  136.  
  137.  Archive-name: tcl-faq/part3
  138. -Version: 2.6
  139. -Last-modified: December 11, 1992
  140. +Version: 2.7
  141. +Last-modified: January 12, 1993
  142.  
  143.  Index of questions:
  144.  
  145. @@ -155,29 +155,19 @@
  146.  compressed tar files ("xxx.tar.Z").  There is some overlap
  147.  between the contents of the various packages.
  148.  
  149. -tk2.3.tar.Z -        This is the latest release of the Tk toolkit, released
  150. +tk3.0.tar.Z -        This is the latest release of the Tk toolkit, released
  151.              in August 1992.  It includes a complete copy of the
  152. -            Tcl 6.4 release (the version of Tcl with which it is
  153. +            Tcl 6.5 release (the version of Tcl with which it is
  154.              compatible) plus a simple windowing shell called
  155.              "wish".  If you retrieve this file you don't need to
  156.              retrieve Tcl separately.
  157.  
  158. -tk2.3.patch.Z -        A patch file to upgrade from the 2.2 release of Tk
  159. -            to 2.3.  Invoke patch in the top-level Tk directory
  160. -            with the "-p" switch and an uncompressed version of
  161. -            this file, e.g. "patch -p < tk2.3.patch".
  162. -
  163. -tcl6.4.tar.Z -        This is the newest release of the Tcl library.
  164. -            It became available in August 1992.  This package
  165. +tcl6.5.tar.Z -        This is the newest release of the Tcl library.
  166. +            It became available in December 1992.  This package
  167.              includes only the Tcl library and its documentation,
  168.              plus a simple main program for testing.
  169.  
  170. -tcl6.4.patch.Z -    A patch file to upgrade from the 6.3 release of Tcl
  171. -            to 6.4.  Invoke patch in the top-level Tcl directory
  172. -            with the "-p" switch and an uncompressed version of
  173. -            this file, e.g. "patch -p < tcl6.4.patch".
  174. -
  175. -tclX6.4c-p1.tar.Z -    Extended Tcl (or NeoSoft Tcl), created by Mark
  176. +tclX6.5c.tar.Z -    Extended Tcl (or NeoSoft Tcl), created by Mark
  177.              Diekhans and Karl Lehenbauer, which adds a number
  178.              of useful facilities to the base Tcl release.
  179.              Among the things in Extended Tcl are a Tcl shell,
  180. @@ -184,10 +174,8 @@
  181.              many new commands for things like UNIX kernel
  182.              call access and math library routines, and an
  183.              on-line help facility.  This file is based on Tcl
  184. -            6.4 and also works with Tk 2.3.
  185. +            6.5 and also works with Tk 3.0.
  186.  
  187. -tclX6.4c.patch1.Z -    Patches to update tclX6.4c.
  188. -
  189.  mx.tar.Z -        Sources and documentation for a mouse-based text
  190.              editor (mx) and terminal emulator (tx) based on
  191.              Tcl.  This is a very old release:  it uses an old
  192. @@ -265,8 +253,7 @@
  193.  retrieve the relevant file(s) with the commands like the following:
  194.          type image (try "type binary" if this command is rejected)
  195.          cd tcl
  196. -        get tcl6.4.tar.Z
  197. -        get tk2.3.tar.Z
  198. +        get tk3.0.tar.Z
  199.  
  200.  Be sure to retrieve files in image mode (type "type image" to FTP)
  201.  in order to make sure that you don't lose bits.
  202. @@ -273,15 +260,15 @@
  203.  
  204.  Any file with a .Z extension is a compressed file, which means you must
  205.  use the "uncompress" program to get back a normal file.  For example, for
  206. -the file tk2.3.tar.Z, you should type
  207. +the file tk3.0.tar.Z, you should type
  208.  
  209. -    uncompress tk2.3.tar.Z
  210. +    uncompress tk3.0.tar.Z
  211.  
  212. -once you've retrieved the file.  This will produce a file named "tk2.3.tar".
  213. +once you've retrieved the file.  This will produce a file named "tk3.0.tar".
  214.  Then you will need to use tar to extract the members.  Typically one
  215.  would use a command such as:
  216.  
  217. -    tar xv tk2.3.tar
  218. +    tar xv tk3.0.tar
  219.  
  220.  to extract the pieces.
  221.  
  222. @@ -345,6 +332,9 @@
  223.  by sending the message "send pub/expect/expect.shar.Z" to
  224.  library@cme.nist.gov .
  225.  
  226. +As of January 11, 1993, expect did not work with Tcl 6.5, but the
  227. +new version was being worked on by the author.
  228. +
  229.  -------------------------------
  230.  Subject: -9d- tcl-mode.el
  231.  
  232. @@ -420,10 +410,10 @@
  233.  Contact: matheus@gte.com (Christopher J. Matheus) and
  234.      weissman@get.com (Mark D. Weissman)
  235.  
  236. -What: Extended Tcl (tclX6.4c.tar.Z)
  237. +What: Extended Tcl (tclX6.5c.tar.Z)
  238.  Where: barkley.berkeley.edu, sprite.berkeley.edu
  239.  Description: an essential package of extensions for Tcl, compatible with 
  240. -    Tcl 6.4 and Tk 2.3.
  241. +    Tcl 6.5 and Tk 3.0.
  242.  Contacts: markd@grizzly.com (Mark Diekhans) and
  243.      karl@neosoft.com (Karl Lehenbauer)
  244.  
  245. @@ -505,9 +495,9 @@
  246.      to the "listserv subscribe servicemail-help your-real-name" service at
  247.      "services@eitech.com".
  248.  
  249. -What: Tcl (version 6.4)
  250. +What: Tcl (version 6.5)
  251.  Where: sprite.berkeley.edu
  252. -Description: the complete base package for Tcl 6.4
  253. +Description: the complete base package for Tcl 6.5
  254.  Contact: "John Ousterhout" <ouster@sprite.berkeley.edu>
  255.  
  256.  What: tclbot
  257. @@ -531,7 +521,7 @@
  258.          uudecode, compress, tar, MacBinary, Apple Single/Double, etc.
  259.  Contact: tickle@ice.com
  260.  
  261. -What: Tk (version 2.3)
  262. +What: Tk (version 3.0)
  263.  Where: sprite.berkeley.edu
  264.  Description: the complete base package for Tcl
  265.  Contact: "John Ousterhout" <ouster@sprite.berkeley.edu>
  266. @@ -609,6 +599,11 @@
  267.  
  268.  What: graph (graph-1.0.tar.Z)
  269.  Where: barkley.berkeley.edu
  270. +Description: XY graphic plot and hypertext widgets for Tk 2.x
  271. +Contact: "George Howlett" <george.howlett@att.com>
  272. +
  273. +What: graph (xygraph-0.9.tar.Z)
  274. +Where: From contact
  275.  Description: XY graphic plot and hypertext widgets for Tk 1.4
  276.  Contact: "George Howlett" <george.howlett@att.com>
  277.  
  278. @@ -662,7 +657,7 @@
  279.  
  280.  What: tclprof (tclprof.shar.Z)
  281.  Where: From the contact, and barkley.berkeley.edu
  282. -Description: Tcl performance profiling facility.  Works with Tcl 6.4 and 6.4.
  283. +Description: Tcl performance profiling facility.  Works with Tcl 6.4.
  284.      Comes as a part of Extended Tcl, but does not require it.
  285.  Contact: markd@grizzly.com (Mark Diekhans)
  286.  
  287. -- 
  288. Larry W. Virden                 UUCP: osu-cis!chemabs!lvirden
  289. Same Mbox: BITNET: lvirden@cas  INET: lvirden@cas.org
  290. Personal: 674 Falls Place,   Reynoldsburg, OH 43068-1614
  291.