2005-11-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* configure.in, configure: bump patchlevel to 3.0.2

	* tools/install.js.in: build XPI to place and install tclplugin
	* tools/buildkit.tcl:  stardll and plugin pkg in nptcl/ subdir
	next to nptcl NPAPI dll.
	On install, if the global plugins dir is not writable, attempt to
	install in user-specific plugins directory.
	* win/npWin.c, unix/npUnix.c: search for TCL_KIT_DLL in nptcl/
	sibling subdir.

	* generic/npTcl.c (NpInit): inline Plugin_Init, set
	plugin(pkgPath) to pkg location if found.
	Remove TCL_THREADS checks around mutexes, Tcl 8.4+ handles the
	stubs of these functions whether threaded or not.
	* generic/npInterp.c (NpCreateMainInterp): set plugin(sharedlib)
	to the Tcl dll name successfully loaded.

	* library/plugmain.tcl (::plugin::init_extern): simplify to only
	use the open|wish approach.  We don't need remoted.tcl to be on
	the native fs, but we do need the plugin pkg native, so users can
	easily modify configuration/policies after install.

	* library/common.tcl (SetupConsole): fix tkcon init

	* library/tkcon.tcl: update to tkcon rcs,v1.89 2005/09/12

	* library/remoted.tcl: allow plugin(library) to be preset

2005-10-21  Jeff Hobbs  <jeffh@ActiveState.com>

	* configure.in, configure: add PACKAGE_PATCHLEVEL of 3.0.1 with
	package version at 3.0.  Add recogition for Aqua configure.
	Make use of SHLIB_SUFFIX var.

	* library/plugmain.tcl: correct remoted.tcl script discovery when
	running from external wish.

	* generic/npapi.h: Updated to more recent Moz version and tweaked
	to make XP_MACOSX use Carbon/Carbon.h instead of Quickdraw.h.

	* win/npWinPlat.c (ContainerProc): When receiving message for
	unknown hwnd, just pass to DefProc.  This was a panic, but we
	aren't unsubclassing the ContainerProc call always in
	NpPlatformDestroy because someone else has further subclassed us.
	Make use of LongPtr calls for 64-bit compatability.

	* generic/np.h:       Move defining various dl* functions to np.h,
	* unix/npUnix.c:      adding support for HP-UX and correcting the
	* generic/npInterp.c: TCL_KIT_DLL location on unix.  Add XP_MACOSX
	definitions (not functional).

	* Makefile.in (plugkit): ensure tcllib1* modules only.  Add Mac OS
	X object files.  Correct buildkit args to match changes.

	* tools/buildkit.tcl: Allow for unix basekit exe requirement.

	* tools/install.js (removed): renamed to account for the need to
	* tools/install.js.in (new):  preprocess before being zipped.
	Updated to ensure we refreshPlugins, calculate correct size, and
	install the basekit exe if necessary.

2005-10-20  Jeff Hobbs  <jeffh@ActiveState.com>

	* configure, configure.in, tclconfig/tcl.m4: TEA 3.3 update

2005-07-07  Jeff Hobbs  <jeffh@ActiveState.com>

	* unix/npUnix.c: add support/recognition of basekit dll
	* win/npWin.c:

	* tools/buildkit.tcl: script to build plugin basekit.
	* tools/install.js: basic install.js that goes in an xpi, supplied
	by Theado.  This one is valid on Windows (unix will require
	another basekit).
	* Makefile.in (plugkit, xpi): add targets for building plugkit and
	xpi, currently only valid on Windows.

2005-03-29  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/npTcl.c, generic/npInit.c: add use of #ifdef OJI
	* generic/jni.h, generic/jni_md.h (removed): no longer necessary
	* generic/jri.h, generic/jri_md.h (removed):
	* generic/jritypes.h (removed):
	* generic/npapi.h, generic/npupp.h: update from Mozilla source
	base mozilla/modules/plugin/base/public/ dir, with mods to npupp.h
	to not require any java source headers.

	* generic/np.h: include stdlib.h for getenv when available.

2005-03-22  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/np.h: avoid type redef'n issue on AIX.

2005-03-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* Makefile.in (AR): use @AR@
	* configure, configure.in, tclconfig/tcl.m4: update to TEA 3.2

	* library/plugmain.tcl: extra warning info

2005-01-09  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/npWin.c (NpLoadLibrary): add attempt to load plugin from the
	directory of nptcl following TCL_PLUGIN_DLL attempt.

	* configure, configure.in: add shlwapi.lib for Windows build

2005-01-04  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/remoted.tcl (remotedInit): slightly modified args
	* library/plugmain.tcl (::plugin::init_extern): fix out-of-process
	calling and add more comments

	* win/npWin.c (NpLoadLibrary): correct GetModuleFileNameA calling
	and add error info

	* library/common.tcl: remove old tkInit override code

	* win/npWin.c, generic/np.h: 
	* generic/npTcl.c, generic/npToken.c: change all sprintf to snprintf

	* doc/plugin.n: 
	* generic/np.h: remove old refs to TCL_PLUGIN_DIR

	* generic/np.h: bump to v3.0a4 (3.0.0.4)

	* generic/npInit.c: remove v9plugin support (NS v4)

	* generic/npInterp.c: code cleanup

	* win/npdll32.def (removed): made EXPORT file link.exe -export opts

	* Makefile.in:             updated to TEA 3.1
	* configure, configure.in: removed extra defined cruft
	* tclconfig/tcl.m4:

	* aclocal.m4: look in ${APPDATA}/Mozilla on Windows for MOZILLA_DIR

	* win/npWinPlat.c (ContainerProc): add WM_PAINT handling to
	correct repaint issue in newer Firefox builds.  This doesn't
	affect IE (but also isn't necessary there).

	* win/npWinDll.c (removed): 
	* win/npWin.c (DllMain):    moved DllMain into npWin.c

	* library/plugmain.tcl (::plugin::init_extern): restore default
	out-of-process operating mode for plugin on unix.

	* unix/tclTest.c (removed):    removed old cruft files
	* unix/tclAppInit.c (removed): 
	* win/plugin.wse (removed): 
	* win/plugWinMain.c (removed): 

2005-01-03  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/browser.tcl:
	* library/installed.cfg: use plugin(library) instead of	plugin(topdir)

	* library/pkgIndex.tcl: Use plugin::* for package names

	* library/plugmain.tcl: refactor initialization.

	* library/remoted.tcl: change ::Name var usage to ::plugin::NAME.

	* library/common.tcl: move 'tk appname' call from global into
	SetupLogging proc.

	* library/utils/cfg.tcl: 
	* library/utils/rpi.tcl: improved namespace usage

2004-05-24  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/np.h:     remove Np_NPN_* -> NPN_ defines needed for
	* generic/npCmds.c: MAC_TCL (OS 8/9), which is no longer supported

	* confiure:     readd TEA_PROG_WISH as we need to set the wish
	* configure.in: executable on install
	* Makefile.in:

	* tools/pkg_mkIndexDirect.tcl (removed): old file

2004-05-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/safetcl/feature.tcl: code cleanup
	* library/safetcl/network.tcl: 
	* library/safetcl/persist.tcl: 
	* library/safetcl/stream.tcl: 
	* library/safetcl/unsafe.tcl: 
	* library/safetcl/url.tcl: 

	* installer/install.sh, installer/install.tcl,
	* mac/MW_NpHeader.pch, mac/README, mac/Tcl_Plugin.exp,
	* mac/macProjects.sea.bin, mac/npMacResource.r, mac/npconfig.h,
	* mac/npmac.c, mac/npmac.h, mac/npmaccmds.c, mac/npmacplatf.c,
	* mac/tclMacAlloc.c (removed): removed old 2.0 installer and mac
	subdir that were no longer supported.

	* library/common.tcl: remove tkLazyInit - Tk will be loaded.

	* library/installed.cfg: remove plug(sharedLibraryDir) refs

	* library/plugmain.tcl: inline NpExec - it was used to modify
	LD_LIBRARY_PATH at runtime, which is ineffective.

	* library/remoted.tcl: require at least Tcl/Tk 8.2 for the
	external process (may force 8.4).
	Remove vwait at end, it was ineffective since this was launched
	with Tk loaded.

2004-05-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* Makefile.in:        Update to version 3.0.0.3 (3.0a3).
	* configure:          Remove direct Tk linkage, require Tcl 8.4+.
	* configure.in:       Rely on dynamic 'package require Tk' to work
	* generic/np.h:       for loading Tk.
	* generic/npInterp.c: Allow TCL_PLUGIN_DLL env check on Windows.
	* mac/npconfig.h:     Add some support for dll-based kits (needs
	* unix/npUnix.c:      work - not currently functional).
	* win/npWin.c:        

2004-02-12  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/browser.tcl: minor log comment cleanup

	* library/common.tcl:            replace older console with
	* library/console.tcl (removed): tkcon.tcl as the builtin
	* library/tkcon.tcl (new):       InProc console

2004-02-11  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/plugmain.tcl: improve unix fallback for temp dir.

	* library/utils/log.tcl: do not export truncateStr.
	Force flush on writes to the logfile.

	* library/browser.tcl (EventuallyLaunch): add CRLF/CR => LF
	conversion back.  Apparently the browser doesn't do this for us,
	so if we are served a Windows or Mac file, we have to take care of
	it.  This could affect binary data embedded in scripts.
	Remove AddIdleTask and DoIdle that were evidently there to handle
	a time when 'after' couldn't handle binary data.

	* library/console.tcl: correct WWW embedding reference

	* doc/plugin.n:          rename 'log' package 'pluglog' to avoid
	* installer/install.tcl: conflict with other packages.
	* library/browser.tcl, library/common.tcl, library/installed.cfg
	* library/plugmain.tcl, library/remoted.tcl
	* library/safetcl/feature.tcl, library/safetcl/network.tcl
	* library/safetcl/persist.tcl, library/safetcl/stream.tcl
	* library/safetcl/unsafe.tcl, library/safetcl/url.tcl
	* library/utils/cfg.tcl, library/utils/log.tcl,
	* library/utils/pkgIndex.tcl, library/utils/plugtcl.tcl
	* library/utils/plugtk.tcl, library/utils/policy.tcl
	* library/utils/rpi.tcl, library/utils/utils.tcl
	* library/utils/wait.tcl
	* tests/cfg.test, tests/rpi.test, tests/wait.test

2004-02-02  Jeff Hobbs  <jeffh@ActiveState.com>

	* doc/Announce.txt (removed): updated docs to clean up old refs
	* doc/FAQ (removed):
	* doc/INSTALL.unix (removed):
	* doc/README:
	* doc/README.txt:
	* doc/changes:
	* doc/new (removed): renamed to features-2.0.txt
	* doc/plugin.n:

	* library/browser.tcl (WriteStream): add the ability to specify an
	encoding in the embed_args for the incoming stream. (takeshi)

	* generic/np.h: update to 3.0a2

	* doc/plugin.n:
	* generic/npTcl.c (NPP_Initialize): allow TCL_PLUGIN_DLL_LOGFILE
	env var to specify file for dll's logging calls.

	* generic/npInterp.c (NpCreateMainInterp): add more logged error
	handling.

	* unix/npUnix.c (NpLoadLibrary): use defaultLibraryDir
	correct args to be void** to pass handles correctly.
	allow TCL_PLUGIN_DLL to specify libtcl to use on Unix.

	* unix/npUnixPlat.c (NpPlatformMsg): add fflush of stderr

	* win/npWin.c (NpLoadLibrary): use defaultLibraryDir

	* generic/npToken.c (NpUnregisterToken): correct printf token to %p


2003-02-18  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/npWin.c (NpLoadLibrary): try and access HKEY_CURRENT_USER if
	HKEY_LOCAL_MACHINE access fails for ActiveTcl version key.
	[Bug #673454]

	* configure (regen):
	* tclconfig/tcl.m4: update from TEA

2003-02-11  Jeff Hobbs  <jeffh@ActiveState.com>

	* configure:
	* aclocal.m4:
	* generic/np.h:        simplify NpLog to always be defined, but
	* generic/npLog.c:     only functions after NpStartLog is called.
	* mac/MW_NpHeader.pch:
	* unix/tclAppInit.c:

2003-02-09  Jeff Hobbs  <jeffh@ActiveState.com>

	* configure:
	* tclconfig/tcl.m4: regen

	* generic/np.h:       rewrite NpLog definition to be varargs style
	* generic/npCmds.c:
	* generic/npInit.c:
	* generic/npInterp.c:
	* generic/npLog.c:
	* generic/npStream.c:
	* generic/npTcl.c:
	* unix/npUnix.c:
	* unix/npUnixPlat.c:
	* unix/npxtnotify.c:
	* win/npWin.c:
	* win/npWinPlat.c:

2003-01-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* Makefile.in: do not use TCL_DEFS in build

	* win/npWin.c (NpLoadLibrary): added LIB_RUNTIME_DIR check before
	reg key check.  Use extern instead of EXTERN linkage.

	* configure:    Add LIB_RUNTIME_DIR which is compiled in to try
	* configure.in: and find the Tcl/Tk libs by direct path at runtime.
	* Makefile.in:  Only enabled on Unix at the moment.

	* generic/np.h:       Replace NpWinLoadDll with NpLoadLibrary that
	* generic/npInterp.c: returns handle to the Tcl/Tk libs, using a
	* unix/npUnix.c:      platform dependent search mechanism.
	* win/npWin.c:
	* win/npWinPlat.c:

2003-01-16  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/pluginhostctrl.dll: updated ActiveX control that correctly
	handles relative URLs in src=.

	* generic/np.h:
	* win/npWinPlat.c (NpWinLoadDll): add this hack that checks the
	registry for a Tcl dll on Windows in case the user doesn't have
	Tcl on their path (common for Win9*).

	* generic/npTcl.c (NPP_Initialize):
	* generic/npInterp.c (NpCreateMainInterp): use NpPlatformMsg
	instead of NpPanic to more gracefully handle initialization
	failure (don't kill user's browser).

	* generic/np.h:     remove C++-style comments
	* generic/npInit.c:
	* generic/npTcl.c:
	* generic/npupp.h:

2003-01-13  Jeff Hobbs  <jeffh@ActiveState.com>

	* library/utils/pkgIndex.tcl:
	* library/utils/logo.tcl: updated logo

2003-01-10  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/pluginhostctrl.dll: Change ActiveX PluginHostControl ClassID
	* win/README.txt:         from DBB2DE32-61F1-4F7F-BEB8-A37F5BC24EE2
	* tools/README.binary:    to   14E78123-A693-4F27-B6EE-DDDE18F93D3A
	This will allow us to make changes without disturbing the original
	ActiveX Control functionality.
	
	* configure: regen
	* aclocal.m4: make not finding mozilla dir a warning, not an error

2002-12-23  Jeff Hobbs  <jeffh@ActiveState.com>

	* README:                    Updated READMEs with build and install
	* win/README.txt (new):      instructions.
	* tools/README.binary (new):

	* Makefile.in: updated installer to provide fully working NPAPI
	plugin following 'make install'

	* tools/install.tcl: stub for plugin installer (does nothing now).

	* win/pluginhostctrl.dll: precompiled DLL of ActiveX NPAPI host
	control for MS/IE users.

	* generic/npInterp.c (NpCreateMainInterp): up reqs to really
	require Tcl 8.4 or better.

	* configure:    add runtime library path on Unix.  Mozilla
	* configure.in: confounds our ability to use this, but it may
	work for other browsers.

	* library/browser.tcl: use http v2 from the core for url posting

2002-12-20  Jeff Hobbs  <jeffh@ActiveState.com>

	* Makefile.in (install): install runtime libraries correctly, add
	notes about what to do with dll.

	* configure:
	* tclconfig/tcl.m4: better *Config.sh detection

	* library/installed.cfg: add dummy lines for vars that need setting

	* library/browser.tcl: correctly destroy logo splash

	* library/console.tcl: update console megawidget to v2.

2002-12-19  Jeff Hobbs  <jeffh@ActiveState.com>

	Complete revamp of the plugin directory structure for v3.
	The library/ now represents what would be a self-contained
	plugin/ subdirectory for a Tcl installation.

	This has been tested on Linux/Moz1.2, Win/IE 5.5sp1, Win/Moz1.2
	for NPAPI and Win/IE 6 using the ActiveX control for hosting
	NPAPI plugins.  See http://plugindoc.mozdev.org/windows.html,
	the ActiveX plugin.  This appears to have one bug where the
	src= URL must be absolute.

	Linux requires that we run out-of-process (using an external
	wish executable that displays in the Web browser plugin window)
	as the changes in Moz appear to have nixed XtAppContext support.
	The Xt interleaving has been dropped for the moment, but it
	would be nice to rescucitate that soon.

	*** This indicates the beginning of v3.           ***
	*** For v2 plugin sources, use -r plugin-2-branch ***

2002-07-05  Jeff Hobbs  <jeffh@ActiveState.com>

	* win/stdafx.cpp, win/stdafx.h, win/resource.h (removed): 
	* win/res/npdll32.rc2 (removed): 
	* win/npdll32.rc: simplified the resource file

2001-04-16  Jeff Hobbs  <jeffh@ActiveState.com>

	* README: updated URLs and mailto.

	* library/url.tcl: 

	* library/utils.tcl: updated for 8.2+ code

	* library/policy.tcl: removed outdated email and notes

2000-05-19  Jeff Hobbs  <hobbs@scriptics.com>

	* library/url.tcl: added patch that corrects the IE local file
	loading problem due to MSIE's non-standard file:// path.

2000-05-13  David Gravereaux <davygrvy@pobox.com>
	* config/home.cfg:
	* config/inside.cfg:
	* config/javascript.cfg:
	* config/outside.cfg:
	* config/plugin.cfg:
	* config/trusted.cfg:
	* doc/config.n:
	* doc/feature.n:
	* doc/home.n:
	* doc/inside.n:
	* doc/javascript.n:
	* doc/man.macros:
	* doc/network.n:
	* doc/outside.n:
	* doc/persist.n:
	* doc/plugin.n:
	* doc/policy.n:
	* doc/stream.n:
	* doc/trusted.n:
	* doc/unsafe.n:
	* doc/url.n:
	* generic/np.h:
	* generic/npapi.h:
	* generic/npcmd.c:
	* generic/npinterp.c:
	* generic/nplog.c:
	* generic/npstream.c:
	* generic/nptcl.c:
	* generic/nptoken.c:
	* generic/npupp.h:
	* generic/tclMiscUtils.c:
	* generic/tclMiscUtils.h:
	* installer/install.sh:
	* installer/install.tcl:
	* library/cfg.tcl:
	* library/log.tcl:
	* library/logo.tcl:
	* library/plugtcl.tcl:
	* library/plugtk.tcl:
	* library/policy.tcl:
	* library/rpi.tcl:
	* library/trustexpr.tcl:
	* library/url.tcl:
	* library/utils.tcl:
	* library/wait.tcl:
	* license.terms:
	* mac/MW_NpHeader.pch:
	* mac/Tcl_Plugin.exp:
	* mac/npMacResource.r:
	* mac/npconfig.h:
	* mac/npmac.c:
	* mac/npmac.h:
	* mac/npmaccmds.c:
	* mac/npmacplatf.c:
	* mac/tclMacAlloc.c:
	* plugin/browser.tcl:
	* plugin/common.tcl:
	* plugin/console.tcl:
	* plugin/installed.cfg:
	* plugin/plugmain.tcl:
	* plugin/remoted.tcl:
	* safetcl/feature.tcl:
	* safetcl/network.tcl:
	* safetcl/persist.tcl:
	* safetcl/stream.tcl:
	* safetcl/unsafe.tcl:
	* safetcl/url.tcl:
	* tests/all:
	* tests/cfg.test:
	* tests/defs:
	* tests/rpi.test:
	* tests/sectst.tcl:
	* tests/trust.test:
	* tests/url.test:
	* tests/utils.test:
	* tests/wait.test:
	* tools/pkg_mkIndexDirect.tcl:
	* tools/plugin-man2html.tcl:
	* unix/Makefile.in:
	* unix/acconfig.h:
	* unix/configure:
	* unix/configure.in:
	* unix/npconfig.h.in:
	* unix/npconfig.post.in:
	* unix/npunix.c:
	* unix/npunix.h:
	* unix/npunixplatf.c:
	* unix/npunixspec.c:
	* unix/npxt.h:
	* unix/npxtnotify.c:
	* unix/tclAppInit.c:
	* unix/tclTest.c:
	* win/.cvsignore:
	* win/makefile.vc:
	* win/npconfig.h:
	* win/npwin.h:
	* win/npwindll.c:
	* win/npwinplatform.c:
	* win/plugWinMain.c: changed copywrite notices to say Scriptics
	and added RCS style keyword substitutes along-side the previous
	SCCS ones to better reflect what's going on with THIS repository.
	I decided to leave the old ones for reference.
	
	This is the first commit on the main trunk.  I'll branch it
	shortly and take the plugin off in my own direction for the thread
	safety fixes and merge back into the main trunk when I feel happy
	with my	changes.

2000-05-11   David Gravereaux <davygrvy@pobox.com>
	* README:
	* changes:
	* config/home.cfg:
	* config/inside.cfg:
	* config/javascript.cfg:
	* config/outside.cfg:
	* config/plugin.cfg:
	* config/trusted.cfg:
	* doc/FAQ:
	* doc/README:
	* doc/changes:
	* doc/config.n:
	* doc/feature.n:
	* doc/home.n:
	* doc/inside.n:
	* doc/javascript.n:
	* doc/license.terms:
	* doc/man.macros:
	* doc/network.n:
	* doc/new:
	* doc/oldFAQ:
	* doc/outside.n:
	* doc/persist.n:
	* doc/plugin.n:
	* doc/policy.n:
	* doc/principles.txt:
	* doc/stream.n:
	* doc/trusted.n:
	* doc/unsafe.n:
	* doc/url.n:
	* generic/jri.h:
	* generic/jri_md.h:
	* generic/jritypes.h:
	* generic/np.h:
	* generic/npapi.h:
	* generic/npcmd.c:
	* generic/npinterp.c:
	* generic/nplog.c:
	* generic/npstream.c:
	* generic/nptcl.c:
	* generic/nptoken.c:
	* generic/npupp.h:
	* generic/tclMiscUtils.c:
	* generic/tclMiscUtils.h:
	* installer/install.sh:
	* installer/install.tcl:
	* library/cfg.tcl:
	* library/log.tcl:
	* library/logo.tcl:
	* library/pkgIndex.tcl:
	* library/plugtcl.tcl:
	* library/plugtk.tcl:
	* library/policy.tcl:
	* library/rpi.tcl:
	* library/trustexpr.tcl:
	* library/url.tcl:
	* library/utils.tcl:
	* library/wait.tcl:
	* license.terms:
	* mac/MW_NpHeader.pch:
	* mac/Tcl_Plugin.exp:
	* mac/npMacResource.r:
	* mac/npconfig.h:
	* mac/npmac.c:
	* mac/npmac.h:
	* mac/npmacplatf.c:
	* plugin/browser.tcl:
	* plugin/common.tcl:
	* plugin/console.tcl:
	* plugin/installed.cfg:
	* plugin/pkgIndex.tcl:
	* plugin/plugmain.tcl:
	* plugin/remoted.tcl:
	* safetcl/feature.tcl:
	* safetcl/network.tcl:
	* safetcl/persist.tcl:
	* safetcl/pkgIndex.tcl:
	* safetcl/stream.tcl:
	* safetcl/unsafe.tcl:
	* safetcl/url.tcl:
	* tests/all:
	* tests/cfg.test:
	* tests/cfg1.cfg:
	* tests/cfg2.cfg:
	* tests/cfg3.cfg:
	* tests/cfg4.cfg:
	* tests/cfgTest.cfg:
	* tests/defs:
	* tests/mktest:
	* tests/rpi.test:
	* tests/sectst.tcl:
	* tests/tmp:
	* tests/trust.test:
	* tests/url.test:
	* tests/utils.test:
	* tests/wait.test:
	* unix/Makefile.in:
	* unix/acconfig.h:
	* unix/confdefs.h:
	* unix/configure:
	* unix/configure.in:
	* unix/install-sh:
	* unix/npconfig.h.in:
	* unix/npconfig.post.in:
	* unix/npunix.c:
	* unix/npunix.h:
	* unix/npunixplatf.c:
	* unix/npunixspec.c:
	* unix/npxt.h:
	* unix/npxtnotify.c:
	* unix/tclAppInit.c:
	* unix/tclTest.c:
	* win/jri32.def:
	* win/logo.bmp:
	* win/makefile.vc:
	* win/npconfig.h:
	* win/npdll32.def:
	* win/npdll32.rc:
	* win/npwin.cpp:
	* win/npwin.h:
	* win/npwindll.c:
	* win/npwinplatform.c:
	* win/plugWinMain.c:
	* win/plugin.wse:
	* win/res/npdll32.rc2:
	* win/resource.h:
	* win/stdafx.cpp:
	* win/stdafx.h:	Sun release dated 12/9/97 (imported to symbolic
	name: plugin-2-0-b5)

	* README:
	* changes:
	* doc/Announce.txt:
	* doc/FAQ:
	* doc/INSTALL.unix:
	* doc/README.txt:
	* doc/changes:
	* doc/config.n:
	* doc/feature.n:
	* doc/home.n:
	* doc/javascript.n:
	* doc/persist.n:
	* doc/plugin.n:
	* doc/policy.n:
	* doc/trusted.n:
	* doc/unsafe.n:
	* doc/url.n:
	* generic/np.h:
	* generic/npcmd.c:
	* generic/nptcl.c:
	* installer/install.sh:
	* installer/install.tcl:
	* library/pkgIndex.tcl:
	* library/policy.tcl:
	* library/rpi.tcl:
	* library/utils.tcl:
	* mac/MW_NpHeader.pch:
	* mac/README:
	* mac/macProjects.sea.bin:
	* mac/npMacResource.r:
	* mac/npconfig.h:
	* mac/npmac.h:
	* mac/npmaccmds.c:
	* mac/npmacplatf.c:
	* mac/tclMacAlloc.c:
	* plugin/browser.tcl:
	* plugin/common.tcl:
	* plugin/installed.cfg:
	* plugin/pkgIndex.tcl:
	* plugin/plugmain.tcl:
	* plugin/remoted.tcl:
	* safetcl/pkgIndex.tcl:
	* tools/pkg_mkIndexDirect.tcl:
	* tools/plugin-man2html.tcl:
	* unix/Makefile.in:
	* unix/configure:
	* unix/configure.in:
	* unix/npunixplatf.c:
	* unix/npxtnotify.c:
	* win/logo.bmp:
	* win/npconfig.h:
	* win/plugin.wse:
	* win/res/npdll32.rc2: Sun release dated 3/11/98 (imported to
	symbolic name: plugin-2-0-0)

	* config/plugin.cfg:
	* doc/Announce.txt:
	* generic/np.h:
	* generic/npinterp.c:
	* generic/nptcl.c:
	* installer/install.tcl:
	* library/policy.tcl:
	* mac/macProjects.sea.bin:
	* mac/npMacResource.r:
	* mac/npconfig.h:
	* plugin/installed.cfg:
	* unix/Makefile.in:
	* unix/configure:
	* unix/configure.in:
	* unix/npunixspec.c:
	* unix/npxtnotify.c:
	* win/logo.bmp:
	* win/makefile.vc:
	* win/npconfig.h:
	* win/npwinplatform.c:
	* win/plugWinMain.c:
	* win/plugin.wse:
	* win/res/npdll32.rc2: Jan Nijtman's 8.2 Stubs patch dated
	10/12/99 (imported to symbolic name: plugin-2-1-b1)
