File: ChangeLog

package info (click to toggle)
libtk-objscanner-perl 2.012-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 160 kB
  • ctags: 17
  • sloc: perl: 497; makefile: 4
file content (175 lines) | stat: -rw-r--r-- 5,634 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
2007-10-09  Dominique Dumont  <dominique.dumont at hp.com> v2.012

	* ObjScanner.pm: Added require 5.006
	* Makefile.PL: Added require 5.006 to avoid automatic test 
	  failures from tester.cpan.org

2007-09-20  Dominique Dumont  <dominique.dumont at hp.com> v2.011

	* ObjScanner.pm (Populate): pseudo hashes are disabled for perl >=
	5.009

2004-07-30  domi  <domi at komarr.grenoble.hp.com> v2.010

	* ObjScanner.pm:
	Showing tied info can be disabled by option or menu (exclusive or)
	Removed unnecessary 'ROOT:' word from top level label

2004-07-28  domi  <domi at komarr.grenoble.hp.com> v2.009

	* ObjScanner.pm v2.8: Applied patch from MAREKR at cpan.org (See
	https://rt.cpan.org/Ticket/Display.html?id=5197) to better handle
	pseudo hashes (even though pseudo hashes are still obsolete)

2004-07-27  domi  <domi at komarr.grenoble.hp.com> v2.008

	* ObjScanner.pm : Applied Slaven Rezic's patch which fixes
	image associated to array elements. (See
	https://rt.cpan.org/Ticket/Display.html?id=6831)

2003-11-28  Dominique Dumont  <domi at komarr.grenoble.hp.com>

	* t/basic.t (new): works with Tk804.025 

2003-11-19  Dominique Dumont  <domi at 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 at 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 at komarr.grenoble.hp.com>

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

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

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

2003-01-31  Dominique Dumont  <domi at 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 at 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 at komarr.grenoble.hp.com> v1.021

	* Makefile.PL: fixed Makefile.PL

	* ObjScanner.pm:
	- added pseudo hash viewer

2000-06-07  Dominique Dumont  <domi at 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 at 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 at 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 at 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 at 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 at 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 at 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 at barrayar.grenoble.hp.com>

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

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

	* 0.4 cleanup remaining traces in test.pl

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

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

Thu Feb 12 18:07:00 1998  Dominique Dumont  <domi at 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  at 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 at 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