]> granicus.if.org Git - python/log
python
28 years ago(Fred Drake:) Re-wrote the OptionMenu class to allow access to a real
Guido van Rossum [Mon, 21 Oct 1996 15:16:51 +0000 (15:16 +0000)]
(Fred Drake:) Re-wrote the OptionMenu class to allow access to a real
Menu object via om['menu'] -- this is necessary to use a post-command
with an OptionMenu.  The API has not changed.

28 years agoChanges in description of NeXT options. Fixed reference to newsgroup
Guido van Rossum [Mon, 21 Oct 1996 15:14:27 +0000 (15:14 +0000)]
Changes in description of NeXT options.  Fixed reference to newsgroup
(above instead of below).

28 years agoSupport passing in an empty dictionary of keywords to newinstanceobject.
Guido van Rossum [Mon, 21 Oct 1996 15:12:32 +0000 (15:12 +0000)]
Support passing in an empty dictionary of keywords to newinstanceobject.

28 years agoChanged _Py_EllipsesObject -> _Py_EllipsisObject.
Guido van Rossum [Mon, 21 Oct 1996 15:11:12 +0000 (15:11 +0000)]
Changed _Py_EllipsesObject -> _Py_EllipsisObject.

28 years agoMajor upgrade by Vladimir Marangozov.
Guido van Rossum [Mon, 21 Oct 1996 15:10:39 +0000 (15:10 +0000)]
Major upgrade by Vladimir Marangozov.

28 years agoCheckin before ticking changes off..
Guido van Rossum [Mon, 21 Oct 1996 14:56:23 +0000 (14:56 +0000)]
Checkin before ticking changes off..

28 years agoDon't recommend unzipping in the root.
Guido van Rossum [Mon, 21 Oct 1996 14:54:59 +0000 (14:54 +0000)]
Don't recommend unzipping in the root.

28 years agoChanged _Py_EllipsesObject -> _Py_EllipsisObject.
Guido van Rossum [Mon, 21 Oct 1996 14:53:22 +0000 (14:53 +0000)]
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
Added PyEval_CallObjectWithKeywords.

28 years agoAdd an XXX comment about apparent incompleteness of Borland defines.
Guido van Rossum [Mon, 21 Oct 1996 14:52:24 +0000 (14:52 +0000)]
Add an XXX comment about apparent incompleteness of Borland defines.

28 years agoFrom: "Mark Hammond" <MHammond@skippinet.com.au>
Guido van Rossum [Mon, 21 Oct 1996 14:40:30 +0000 (14:40 +0000)]
From: "Mark Hammond" <MHammond@skippinet.com.au>
Date: Fri, 4 Oct 1996 09:08:19 +1000

A couple of things.  As I mentioned a while back, I have made the
changes to the registry support, in getpath_nt.c.  To recap, there can be:
...\pythonpath = default core Pythonpath
...\pythonpath\Pythonwin = c:\somewhere
etc.

The code simply appends them all.  The order can not be guaranteed
(registry limitation) but the "default" is always at the end.

The main reasons for change were the length of the path, but mainly
so an uninstaller can do the right thing.

28 years agoPorted to CW10
Jack Jansen [Wed, 16 Oct 1996 15:30:24 +0000 (15:30 +0000)]
Ported to CW10

28 years agoAdded a warning about gusi cfm68k "far data"
Jack Jansen [Wed, 16 Oct 1996 15:28:30 +0000 (15:28 +0000)]
Added a warning about gusi cfm68k "far data"

28 years agoForget about Ellipses b/w compatibility.
Guido van Rossum [Wed, 16 Oct 1996 04:18:36 +0000 (04:18 +0000)]
Forget about Ellipses b/w compatibility.

28 years agoChanged Types to types.
Jack Jansen [Tue, 15 Oct 1996 16:32:07 +0000 (16:32 +0000)]
Changed Types to types.

28 years agoFixed xstat to again include resroucefork size, creator, type. Obtain
Jack Jansen [Tue, 15 Oct 1996 16:13:33 +0000 (16:13 +0000)]
Fixed xstat to again include resroucefork size, creator, type. Obtain
thru macstat(), but other values via stat() (so os.stat() and
os.xstat() agree).

28 years agoFixed flashing in ProgressBar update.
Jack Jansen [Tue, 15 Oct 1996 16:11:50 +0000 (16:11 +0000)]
Fixed flashing in ProgressBar update.

28 years agoAdded warning not to import directly.
Guido van Rossum [Tue, 15 Oct 1996 14:40:41 +0000 (14:40 +0000)]
Added warning not to import directly.

28 years agoAllow code objects to be passed to run() and eval().
Guido van Rossum [Tue, 15 Oct 1996 14:40:21 +0000 (14:40 +0000)]
Allow code objects to be passed to run() and eval().

28 years agoPatches for Mac module docs by Jack
Guido van Rossum [Tue, 15 Oct 1996 14:37:31 +0000 (14:37 +0000)]
Patches for Mac module docs by Jack

28 years ago(partparse.py): Small change by Sjoerd to improve handle of X11 extension
Fred Drake [Mon, 14 Oct 1996 16:20:42 +0000 (16:20 +0000)]
(partparse.py):  Small change by Sjoerd to improve handle of X11 extension
documentation.

28 years agoAdded item about bug in Slackware96 libdl.
Guido van Rossum [Sun, 13 Oct 1996 15:48:56 +0000 (15:48 +0000)]
Added item about bug in Slackware96 libdl.

28 years agoDon't close an already closed socket.
Guido van Rossum [Sat, 12 Oct 1996 14:07:22 +0000 (14:07 +0000)]
Don't close an already closed socket.

28 years agoAdded embryonic description of fcntl.lockf(). Added pointer to that
Guido van Rossum [Fri, 11 Oct 1996 17:43:34 +0000 (17:43 +0000)]
Added embryonic description of fcntl.lockf().  Added pointer to that
in posixfile (which is obsolescent).

28 years ago(texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom
Fred Drake [Fri, 11 Oct 1996 16:54:00 +0000 (16:54 +0000)]
(texi2html.py):  Added CLASS=Navigation attribute to DIV around top/bottom
navigation links for HTML 3 version.

Forced a blank line above the footnotes separator for HTML 2; at
least one page did not get this spaced correctly.

28 years ago(libtypes.tex): Correct reversal of two words in description of
Fred Drake [Fri, 11 Oct 1996 16:33:48 +0000 (16:33 +0000)]
(libtypes.tex):  Correct reversal of two words in description of
formatting strings.

28 years agoEllipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum [Fri, 11 Oct 1996 16:25:41 +0000 (16:25 +0000)]
Ellipses -> Ellipsis rename (the dictionary really says that it should
be Ellipsis!).
Bumped the API version because a linker-visible symbol is affected.
Old C code will still compile -- there's a b/w compat macro.
Similarly, old Python code will still run, builtin exports both
Ellipses and Ellipsis.

28 years agoAdded Slice and Ellipses types.
Guido van Rossum [Fri, 11 Oct 1996 16:00:06 +0000 (16:00 +0000)]
Added Slice and Ellipses types.

28 years agoTypos detected by Sjoerd
Guido van Rossum [Fri, 11 Oct 1996 15:57:17 +0000 (15:57 +0000)]
Typos detected by Sjoerd

28 years agoGot rid of almost totally obsolete Demo/www subdir.
Guido van Rossum [Fri, 11 Oct 1996 14:49:19 +0000 (14:49 +0000)]
Got rid of almost totally obsolete Demo/www subdir.

28 years ago'documented' resource-number useage of EditPythonPrefs
Jack Jansen [Fri, 11 Oct 1996 13:19:52 +0000 (13:19 +0000)]
'documented' resource-number useage of EditPythonPrefs

28 years agoMoved resources to 510/511: the numbers above 512 gave problems when
Jack Jansen [Fri, 11 Oct 1996 11:30:26 +0000 (11:30 +0000)]
Moved resources to 510/511: the numbers above 512 gave problems when
editing preferences in applets with their own dialogs

28 years ago(partparse.py): Small fix to do_datadesc(): in some odd cases the name of
Fred Drake [Thu, 10 Oct 1996 20:09:56 +0000 (20:09 +0000)]
(partparse.py):  Small fix to do_datadesc():  in some odd cases the name of
data item was omitted, which also affected the indentation of the
description.

28 years agoAdd a dependency on clobber to the boot target. Now, if you run "make
Guido van Rossum [Thu, 10 Oct 1996 19:12:47 +0000 (19:12 +0000)]
Add a dependency on clobber to the boot target.  Now, if you run "make
-f Makefile.pre.in boot", all traces of previous runs are removed.

28 years agoFix some cases where self.openedurl wasn't set.
Guido van Rossum [Thu, 10 Oct 1996 16:01:16 +0000 (16:01 +0000)]
Fix some cases where self.openedurl wasn't set.

28 years agoDon't add names that start with _
Guido van Rossum [Thu, 10 Oct 1996 16:00:28 +0000 (16:00 +0000)]
Don't add names that start with _

28 years ago(Makefile): Push texi2html.py options into a make variable.
Fred Drake [Wed, 9 Oct 1996 19:33:17 +0000 (19:33 +0000)]
(Makefile):  Push texi2html.py options into a make variable.

28 years ago(texi2html.py): Tightened the generated HTML slightly. Added -p option to
Fred Drake [Wed, 9 Oct 1996 19:05:12 +0000 (19:05 +0000)]
(texi2html.py):  Tightened the generated HTML slightly.  Added -p option to
print section titles even when the debugging output is not enabled.
Added -3 option to generate HTML 3.0 constructs where meaningful.

Removed repititive garbage generation:  the old version added simple
descriptive comments after every datadesc/funcdesc/*desc entry:

function(args) -- function of module xxxx
    Description....

These comments are no longer generated:

function(args)
    Description....

28 years ago(Makefile): Add libformatter.tex to the library document dependencies.
Fred Drake [Wed, 9 Oct 1996 16:15:06 +0000 (16:15 +0000)]
(Makefile):  Add libformatter.tex to the library document dependencies.

28 years ago(libhtmllib.tex, libsgmllib.tex, libformatter.tex):
Fred Drake [Wed, 9 Oct 1996 16:13:22 +0000 (16:13 +0000)]
(libhtmllib.tex, libsgmllib.tex, libformatter.tex):
Improve indexing somewhat.  Add small intros to the "implementations"
sections of the formatter module doc.

28 years ago(partparse.py): Rationalize some behavior around unexpected conditions.
Fred Drake [Wed, 9 Oct 1996 16:11:26 +0000 (16:11 +0000)]
(partparse.py):  Rationalize some behavior around unexpected conditions.

28 years ago(lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib
Fred Drake [Wed, 9 Oct 1996 14:36:54 +0000 (14:36 +0000)]
(lib.tex, libwww.tex):  Include the sgmlib chapter before the htmllib
chapter to better reflect the relationship between the modules.

28 years agoPrepared for Tk windowing implementation
Jack Jansen [Wed, 9 Oct 1996 09:38:46 +0000 (09:38 +0000)]
Prepared for Tk windowing implementation

28 years agotweaked some of the positions of interface elements.
Jack Jansen [Wed, 9 Oct 1996 09:38:06 +0000 (09:38 +0000)]
tweaked some of the positions of interface elements.

28 years ago(formatter.py): Simplify NullFormatter definition of add_hor_rule() to match
Fred Drake [Tue, 8 Oct 1996 21:57:47 +0000 (21:57 +0000)]
(formatter.py):  Simplify NullFormatter definition of add_hor_rule() to match
documentation.

28 years ago(lib.tex): Added entry for formatter module.
Fred Drake [Tue, 8 Oct 1996 21:54:41 +0000 (21:54 +0000)]
(lib.tex):  Added entry for formatter module.

28 years ago(libwww.tex): Added entry for formatter module.
Fred Drake [Tue, 8 Oct 1996 21:54:06 +0000 (21:54 +0000)]
(libwww.tex):  Added entry for formatter module.

28 years ago(libformatter.tex): Added documentation for abstract writer/formatter model
Fred Drake [Tue, 8 Oct 1996 21:53:33 +0000 (21:53 +0000)]
(libformatter.tex):  Added documentation for abstract writer/formatter model
and implementation variants.

28 years ago(libhtmllib.tex): Revised documentation for HTML support.
Fred Drake [Tue, 8 Oct 1996 21:52:23 +0000 (21:52 +0000)]
(libhtmllib.tex):  Revised documentation for HTML support.

28 years ago(libsgmllib.tex): Revised documentation for SGML support.
Fred Drake [Tue, 8 Oct 1996 21:51:49 +0000 (21:51 +0000)]
(libsgmllib.tex):  Revised documentation for SGML support.

28 years agoA first stab at describing what's new in 1.4. Still many XXX'es left.
Guido van Rossum [Tue, 8 Oct 1996 17:29:56 +0000 (17:29 +0000)]
A first stab at describing what's new in 1.4.  Still many XXX'es left.
Also would like to add an "author's note" at the beginning, basically
pointing everyone to the books.

28 years agoNils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee
Guido van Rossum [Tue, 8 Oct 1996 17:22:00 +0000 (17:22 +0000)]
Nils Fischbeck, Tim Hochberg, Terry Reedy, Ka-Ping Yee

28 years agoAdded 'static' target; add variable TARGET replacing python
Guido van Rossum [Tue, 8 Oct 1996 17:21:11 +0000 (17:21 +0000)]
Added 'static' target; add variable TARGET replacing python

28 years agoToss Q 3.10 on posix.listdir on NeXT. Add revived vpApp.
Guido van Rossum [Tue, 8 Oct 1996 17:18:30 +0000 (17:18 +0000)]
Toss Q 3.10 on posix.listdir on NeXT.  Add revived vpApp.

28 years agoToss the outdated QuickRef.
Guido van Rossum [Tue, 8 Oct 1996 17:16:02 +0000 (17:16 +0000)]
Toss the outdated QuickRef.

28 years agoAdd waitflag to down_sema().
Guido van Rossum [Tue, 8 Oct 1996 14:21:49 +0000 (14:21 +0000)]
Add waitflag to down_sema().

28 years agoCheck for NULL pointer returned from localtime()/gmtime().
Guido van Rossum [Tue, 8 Oct 1996 14:19:52 +0000 (14:19 +0000)]
Check for NULL pointer returned from localtime()/gmtime().

28 years agoSpeedup of makeresult() by keeping a filler of (-1, -1) around.
Guido van Rossum [Tue, 8 Oct 1996 14:18:42 +0000 (14:18 +0000)]
Speedup of makeresult() by keeping a filler of (-1, -1) around.

28 years agoSjoerd's thread changes (including down_sema typo fix).
Guido van Rossum [Tue, 8 Oct 1996 14:17:53 +0000 (14:17 +0000)]
Sjoerd's thread changes (including down_sema typo fix).
Note: waitflag not supported on NT.

28 years agoRemove RCS crud... Sigh...
Guido van Rossum [Tue, 8 Oct 1996 14:15:25 +0000 (14:15 +0000)]
Remove RCS crud...  Sigh...

28 years agoRemoved RCS crud from official Python release version.
Guido van Rossum [Tue, 8 Oct 1996 14:14:49 +0000 (14:14 +0000)]
Removed RCS crud from official Python release version.

28 years agoThe usual... Sigh...
Guido van Rossum [Tue, 8 Oct 1996 14:13:43 +0000 (14:13 +0000)]
The usual...  Sigh...

28 years agoRemoved debugging print statement
Guido van Rossum [Tue, 8 Oct 1996 14:10:51 +0000 (14:10 +0000)]
Removed debugging print statement

28 years agoSimple test module for strop.
Guido van Rossum [Tue, 8 Oct 1996 14:07:56 +0000 (14:07 +0000)]
Simple test module for strop.

28 years agoChange to always call list.append with a single argument.
Guido van Rossum [Tue, 8 Oct 1996 14:07:21 +0000 (14:07 +0000)]
Change to always call list.append with a single argument.
This does not mean I still support this code!!!

28 years agoChanges to always call list.append with a single argument.
Guido van Rossum [Tue, 8 Oct 1996 14:06:35 +0000 (14:06 +0000)]
Changes to always call list.append with a single argument.

28 years agoChange to always call list.append with a single argument.
Guido van Rossum [Tue, 8 Oct 1996 14:06:17 +0000 (14:06 +0000)]
Change to always call list.append with a single argument.

28 years agoCreate img modules for cfm68k too.
Jack Jansen [Tue, 8 Oct 1996 09:25:02 +0000 (09:25 +0000)]
Create img modules for cfm68k too.

28 years agoSet the __file__ attribute of the imported module in both versions of
Guido van Rossum [Mon, 7 Oct 1996 23:41:54 +0000 (23:41 +0000)]
Set the __file__ attribute of the imported module in both versions of
load_module(), to mimick the behavior of imp more closely.

28 years agoAdd provisions to set the (to be documented!) instance variable
Guido van Rossum [Mon, 7 Oct 1996 21:29:49 +0000 (21:29 +0000)]
Add provisions to set the (to be documented!) instance variable
'writer' of the NullFormatter to the writter passed in, or to a
NullWriter if none (or None) is passed in.

28 years agoCompromise on test in find_class(): a user-defined function is okay,
Guido van Rossum [Mon, 7 Oct 1996 14:34:20 +0000 (14:34 +0000)]
Compromise on test in find_class(): a user-defined function is okay,
but a built-in function is not.

28 years ago(Tkinter.py): Improve application basename determination to make .py and
Fred Drake [Sun, 6 Oct 1996 17:55:20 +0000 (17:55 +0000)]
(Tkinter.py):  Improve application basename determination to make .py and
.pyc extensions completely equivelent when locating the "profile"
which should be read on startup.

28 years agoAdded getparamnames() to Message class -- return a list of all
Guido van Rossum [Fri, 4 Oct 1996 20:14:02 +0000 (20:14 +0000)]
Added getparamnames() to Message class -- return a list of all
parameters of the content-type header.

28 years agoDon't auto-install on import. This slows down apps that use
Guido van Rossum [Fri, 4 Oct 1996 19:57:11 +0000 (19:57 +0000)]
Don't auto-install on import.  This slows down apps that use
some of our modules for special purposes (e.g. rexec).

28 years ago(Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().
Fred Drake [Fri, 4 Oct 1996 19:23:04 +0000 (19:23 +0000)]
(Tkinter.py):  Fixed dumb typo in Misc.tk_setPalette().

28 years agoUse mac_image (from cmif stuff)
Jack Jansen [Fri, 4 Oct 1996 15:22:37 +0000 (15:22 +0000)]
Use mac_image (from cmif stuff)
Fixed off-by-four error
Keep data around so it won't get reclaimed

28 years agoFixed progressbar cleanup
Jack Jansen [Fri, 4 Oct 1996 15:21:00 +0000 (15:21 +0000)]
Fixed progressbar cleanup

28 years agoReplace all uses of strncmp (in split, find, rfind) with memcmp, so
Guido van Rossum [Fri, 4 Oct 1996 13:39:37 +0000 (13:39 +0000)]
Replace all uses of strncmp (in split, find, rfind) with memcmp, so
embedded \0 in the delimiter is handled properly.  Thanks to Sjoerd
for suggesting this.

28 years agoDon't mix stdout/stderr.
Guido van Rossum [Wed, 2 Oct 1996 14:57:28 +0000 (14:57 +0000)]
Don't mix stdout/stderr.

28 years agoFixed object-handler-install bug
Jack Jansen [Tue, 1 Oct 1996 11:41:14 +0000 (11:41 +0000)]
Fixed object-handler-install bug

28 years agoFixed bug in object-handler install arg handling
Jack Jansen [Tue, 1 Oct 1996 10:48:45 +0000 (10:48 +0000)]
Fixed bug in object-handler install arg handling

28 years agoFixed very nasty null-dereferencing bug in DisposeControl/destroy
Jack Jansen [Tue, 1 Oct 1996 10:46:46 +0000 (10:46 +0000)]
Fixed very nasty null-dereferencing bug in DisposeControl/destroy
object.

28 years agoAdd main program similar to pdb.
Guido van Rossum [Tue, 1 Oct 1996 02:55:54 +0000 (02:55 +0000)]
Add main program similar to pdb.

28 years ago(py-process-filter): Make sure current-buffer is restored, even in the
Barry Warsaw [Mon, 30 Sep 1996 23:00:40 +0000 (23:00 +0000)]
(py-process-filter): Make sure current-buffer is restored, even in the
event of error.  Can't use new Emacs primitive save-current-buffer, so
use unwind-protect instead.

28 years agoAlways open file objects in binary mode.
Guido van Rossum [Mon, 30 Sep 1996 22:02:50 +0000 (22:02 +0000)]
Always open file objects in binary mode.

28 years agoFix subtle bug detected by Jim F.
Guido van Rossum [Mon, 30 Sep 1996 22:00:50 +0000 (22:00 +0000)]
Fix subtle bug detected by Jim F.

28 years agoDon't die if an ok file method (e.g. fileno) doesn't exist.
Guido van Rossum [Mon, 30 Sep 1996 18:50:44 +0000 (18:50 +0000)]
Don't die if an ok file method (e.g. fileno) doesn't exist.

28 years agoAdded DebugStr method to drop into low-level debugger
Jack Jansen [Mon, 30 Sep 1996 14:43:22 +0000 (14:43 +0000)]
Added DebugStr method to drop into low-level debugger

28 years agoAdded VCHECK compile time option that fills allocated and freed blocks
Jack Jansen [Mon, 30 Sep 1996 14:42:28 +0000 (14:42 +0000)]
Added VCHECK compile time option that fills allocated and freed blocks
with garbage.

28 years agoProtect '&' signs with '\' in description of PyNumber_Coerce.
Guido van Rossum [Fri, 27 Sep 1996 17:28:03 +0000 (17:28 +0000)]
Protect '&' signs with '\' in description of PyNumber_Coerce.

28 years agoNits corrected by Fred
Guido van Rossum [Fri, 27 Sep 1996 17:11:24 +0000 (17:11 +0000)]
Nits corrected by Fred

28 years ago(Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updated
Fred Drake [Fri, 27 Sep 1996 14:06:54 +0000 (14:06 +0000)]
(Tkinter.py):  Many revisions for Tk 4.X:  Added clipboard support, updated
selection interface, handle the -displayof option intelligently in
many places.  Added "wm colormapwindows" and "winfo colormapfull"
support.  Removed "focus default" and "focus none" method: these are
not in Tk 4.X.

28 years ago(Canvas.py): Added definition of CanvasItem.cget() as suggested by
Fred Drake [Thu, 26 Sep 1996 20:21:26 +0000 (20:21 +0000)]
(Canvas.py):  Added definition of CanvasItem.cget() as suggested by
Nils Fischbeck.

28 years ago- Simplified inheritance structure (still not good enough)
Jack Jansen [Thu, 26 Sep 1996 16:26:05 +0000 (16:26 +0000)]
- Simplified inheritance structure (still not good enough)
- Added menubar in stead of buttons
- (optionally) switch menubar back and forth to facilitate debugging
  FrameWork applications
- Handle "Open Document" appleevent
- Fixed click in grow-box location
- Allow a new debug session after previous one has finished

28 years agoMenu callbacks can be strings, in which case they will be looked up in
Jack Jansen [Thu, 26 Sep 1996 16:17:08 +0000 (16:17 +0000)]
Menu callbacks can be strings, in which case they will be looked up in
the top window.
The menubar is redrawn in the event loop in stead of for every change.

28 years ago1. Correct typo in FileWrapper.close() (fix by AMK).
Guido van Rossum [Wed, 25 Sep 1996 18:47:39 +0000 (18:47 +0000)]
1. Correct typo in FileWrapper.close() (fix by AMK).
2. New trusted built-in modules cmath, errno, operator, parser.
3. Corrected bogus s_apply() -- the new one actually works (reported by AMK).

28 years agoFixed PM debugging
Jack Jansen [Wed, 25 Sep 1996 14:09:35 +0000 (14:09 +0000)]
Fixed PM debugging
Added different arrow-icons for running/calling/returning/exception

28 years agoDisabled splash screen, added ShowMessage
Jack Jansen [Wed, 25 Sep 1996 14:08:40 +0000 (14:08 +0000)]
Disabled splash screen, added ShowMessage

28 years agoThe Window Independent Tracer (which will probably move elsewhere once
Jack Jansen [Tue, 24 Sep 1996 15:35:50 +0000 (15:35 +0000)]
The Window Independent Tracer (which will probably move elsewhere once
it is truly window-independent:-)

28 years agoChanged about box to come up invisibly (so we can move it to the right
Jack Jansen [Mon, 23 Sep 1996 15:52:48 +0000 (15:52 +0000)]
Changed about box to come up invisibly (so we can move it to the right
location without flashing).

28 years agoAbout boxes should be at 20% of screen height, not halfway
Jack Jansen [Mon, 23 Sep 1996 15:51:06 +0000 (15:51 +0000)]
About boxes should be at 20% of screen height, not halfway