File: Changes

package info (click to toggle)
libtk-tablematrix-perl 1.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,344 kB
  • sloc: ansic: 22,028; perl: 2,751; makefile: 2,132; sh: 16
file content (134 lines) | stat: -rw-r--r-- 3,872 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
Summary of Changes to Tk::TableMatrix

See ChangeLog for detailed changes.

1.29  2022-11-07
* Removed blib/ directory unintentionally present in 1.28 distribution

1.28  2022-11-07

* Specify GitHub issues as bugtracker
* Incorporate change from Perl/Tk's myConfig:
  exit gracefully if libX11 not found
  (should prevent UNKNOWN reports from CPAN testers)
* Fix build failures caused by an include path (possibly containing Tcl/Tk
  headers) which was specified with higher precedence than Perl/Tk headers

1.26  2020-10-26

* Fix RT #133587: improper handling of line endings differing from `$/`
  in pTk.exc files causes build failure (tries compiling
  known-uncompilable files—e.g. tkAppInit.c, tkTablePs.c)
* Add GitHub repository to module metadata
* Apply POD fixes (originally by Debian package maintainer Bart Martens)

1.25  2020-10-19

* add dependencies / RT #133557
* improve POD (incl. RT #75690)

1.24  2020-10-17

* pTk/Makefile.PL: fix RT #133547
* improve indentation of myConfig

1.23  2007-01-09

* Changed TableMatrix::Spreadsheet row/col resize behavior to be more
spreadsheet-like.
 
1.22  2006-03-23

* Misc Bugs fixed in Tk::TableMatrix::SpreadsheetHideRows
 
1.21  2006-03-02

* Updated to make the row/size resize operation (that happens when you
  drag the row/col borders) apply to every row or column that is currently
  selected, instead of just the	row/col border that was dragged.
  
1.2  2005-01-26

* Fixed bug which was causing crashes on perl 5.8.4 on win32 when 
  anything was copied into the clipboard (i.e. when control-c pressed).
  
* Fixed row/col insert/deletes to work more reliably in TableMatrix::Spreadsheet


1.1  2004-02-12

* Updated to be compatible with the new Tk804 series.


1.01  2002-12-06

* Fixed Error where the rowHeight method
  was getting executed like a colWidth. This was introduced in the
  update of TkTable 2.5 to 2.6

1.0  2002-12-02

* Updated core C-code for the changes made from TkTable 2.6 to 2.8.
  (Tk::TableMatrix is derived from the TkTable Tcl/Tk Widget.
    See tktable.sourceforge.net ) 
    
  From the TkTable 2.7 and 2.8 Release Notes:
  
    * Corrected memory leaks in caching.
    * Added the ability to select borders with Button1.
    * Added global -justify option.
  
    * Added -ipadx/-ipady table options and swapped them with
      the old -padx/-pady.  This gives better control over the
      cell padding. **** POTENTIAL INCOMPATABILITY ****
    * -borderwidth now takes up to 4 values to allow you to
      customize edge edge of a cell.
    * Added priorities to tags, so tags can be raised and
      lowered in priority. **** POTENTIAL INCOMPATABILITY ****  
      
* Numerous minor bugs fixed.

0.9  2002-05-22

* Added an experimental widget: SpreadsheetHideRows. This enables
  display of tabular info, with selectable hide/unhide of detail
  data. See demos/SpreadsheetHideRows
  
* Numerous minor bugs fixed.
  
0.8  2001-10-05

* Removed un-needed dependencies on Data::Parse and Date::Format
  for TableMatrix::Spreadsheet
  
* Fixed problem with the selection going nuts when dragging the 
  selection out of the window.

0.71  2001-6-15

* Fixed to compile with the new Tk800.023 release.

0.7  2001-06-07

* Added TableMatrix::Spreadsheet widget. This is a TableMatrix Derived
        widget with Excel-like bindings.

* Reverted back to the cell sorting method implemented in tktable 2.5 (and
	TableMatrix 0.3).  The new cell sorting method didn't sort negative
	row/column indexes correctly, which caused the data from a
	copy/paste operation to be out-of-order, if the selection included
        multiple negative row/col indexes.
	
* Fixed control +/- key bindings for modifying the column with. 
        (Patch from Slaven)
	
0.5  2000-12-20

* Updated to be consistent with tkTable 2.6


0.3  2000-09-16

* Initial Release (based on tkTable 2.5)