The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2003-11-19  Dominique Dumont  <domi@komarr.grenoble.hp.com>

	* ObjScanner.pm v2.6: all configuration options can be called with
	a hyphen (i.e '-title' instead of 'title')
	(scan_object): call pack with hyphenated option (otherwise it
	breaks on Solaris with Tk800.025)

2003-11-14  Dominique Dumont  <domi@komarr.grenoble.hp.com>

	* ObjScanner.pm: v2.5: replaced obsolete WeakRef module by
	Scalar::Util
	Note that pseudo-hashes are deprecated. 

2003-03-21  Dominique Dumont  <domi@komarr.grenoble.hp.com>

	* ObjScanner.pm v 2.4 (analyse_element): 
	- recognize weak references

2003-02-28  Dominique Dumont v2.3  <domi@komarr.grenoble.hp.com>

	* ObjScanner.pm (scan_object): 
	- added autonomous scan popup widget

2003-01-31  Dominique Dumont  <domi@komarr.grenoble.hp.com>

	* ObjScanner.pm v2.1 : 
	External changes:
 	- added view_pseudo parameter
	- can view intern of tied scalar, hash or array by using middle-button
	- text window is removed from scanner and is now displayed in popup
	  window.
	- can deparse code ref and display the deparsed code in popup window

	Internal changes:
	- changed internal data model. This will break classes derived from
	  ObjScanner
	- internal methods are re-organized for easier sub-classing

2001-01-17  Dominique Dumont  <domi@komarr.grenoble.hp.com> v1.022

	* ObjScanner.pm (isPseudoHash): small bug fix
	* Makefile.PL: added Tk in PREREQ_PM

2001-01-12  Dominique Dumont  <domi@komarr.grenoble.hp.com> v1.021

	* Makefile.PL: fixed Makefile.PL

	* ObjScanner.pm:
	- added pseudo hash viewer

2000-06-07  Dominique Dumont  <domi@ISPSERV.grenoble.hp.com> v1.019

	* ObjScanner.pm: 

	1: Use Adjuster so that the user can adjust the relative heights
	of the HList window and the dump window.
	2: Provide 5 options for setting colors and images
	3: Impose the same scrollbar style ('osoe') to HList and ROText.
	4: Set -wideselection 0 for HList.
	5: add 'open folder' image and display it when item has displayed
	   children

2000-04-17  Dominique Dumont  <domi@ispserv.grenoble.hp.com> v1.018

	* ObjScanner.pm: 
	- fixed a bug related to root display
	- added a patch provided by Rudi Farkas to display a watch cursor
	  when displaying a sub-object

1999-07-06  Dominique Dumont  <domi@barrayar.grenoble.hp.com> v1.017

	* ObjScanner.pm (element): bug fix on string display
	* Thanks to Rudi Farkas for contributing test cases with
	Math::BigInt and Filehandle

1999-05-31  Dominique Dumont  <domi@barrayar.grenoble.hp.com> v1.016

	* ObjScanner.pm: 
	- Better support of complex (perl wise) objects
	- added 'destroyable' parameters
	- updated 'CAVEATS' doc

1999-04-29  Dominique Dumont  <domi@barrayar.grenoble.hp.com> v1.014

	* ObjScanner.pm (element): Support REF and SCALAR, and does not
 	choke on GLOB ,CODE.

1999-04-21  Dominique Dumont  <domi@barrayar.grenoble.hp.com> v1.013

	* ObjScanner.pm : Complete re-write. It now uses HList instead of 
	data dumper.

1999-01-20  Dominique Dumont  <domi@barrayar.grenoble.hp.com> v1.11

	* ObjScanner.pm: removed dependance on Tk::Multi, better doc,
          don't wrap lines in Text widget.

v0.5: 1998-08-18  Dominique Dumont  <domi@barrayar.grenoble.hp.com>

	* ObjScanner.pm: simplified and adapted for new Multi::Text

1998-06-25  Dominique Dumont  <domi@barrayar.grenoble.hp.com>

	* 0.4 cleanup remaining traces in test.pl

Tue Mar 17 15:09:42 1998  Dominique Dumont  <domi@marlis.grenoble.hp.com>

	* 0.3 : Accepts '-stuff' parameters (instead of 'stuff')

Thu Feb 12 18:07:00 1998  Dominique Dumont  <domi@marlis.grenoble.hp.com>

	* 0.2 : Patch made by Achim Bohnet (Thanks)

	o removed AutoLoadeer because
	don't use AutoLoader for 3 little function
	defs.  Every 'use AutoLoader' does search auto/mod/ule/autoload.ix
	in @INC.  I think that this is much more expensive than having perl
        compile the 3 subs (Tom C. mentioned that perl can compile ~10000
	lines/sec).

	o use Data::Dumper only when needed:  
	startup gain with replace of 'use Data::Dumper'
	and use 'require Data::Dumper in sub listScan.

	o 2 little POD fixes

	o Makefile.PL: Tk::Multi does not exist. Changed to check for Tk::Multi::Text


Fri Feb  6 18:15:06 1998  Dominique Dumont  <domi@marlis.grenoble.hp.com>

	* 0.1 Beta version. Better AutoLoader usage. Fix minor problem
	to smooth inheriting Tk::ObjScanner

0.02 Mon 1.12.1997
        - bug fix
        - better README

0.01  Wed Jul 23 17:02:08 1997
	- original version; created by h2xs 1.18