Tk Library Source Code
Check-in [4a08f103ed]
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment: * CHANGES.txt: Slightly extended.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:4a08f103ed038c394b19efb42896b572a3a90a35
User & Date: csaba 2013-04-23 19:48:02
Context
2013-04-26
18:23
Fixed inadvertent fork. check-in: 1ffd7f00f7 user: andreask tags: trunk
2013-04-23
19:48
* CHANGES.txt: Slightly extended. check-in: 4a08f103ed user: csaba tags: trunk
2013-04-21
16:01
* CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: check-in: 4330d1da33 user: csaba tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to modules/tablelist/CHANGES.txt.

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
6.  For Tk versions 8.5 or later, most virtual events are now generated
    with the "-data" option set to a suitable event-specific value
    (thanks to Christian Gollwitzer, Andreas Leitgeb, and Nagu for their
    proposals).

7.  Improvements related to the selection mode "extended".

8.  Eliminated a regression introduced in Tablelist version 5.6, related
    to vertical scrolling under Tk 8.5 or later in the presence of
    embedded images or windows (thanks to Patrick Fradin for reporting
    this issue).

9.  Worked around a peculiarity of Tk on Windows, related to deleting an
    embedded window while resizing a text widget interactively (thanks
    to Harald Oehlmann for his bug report and discussions on this
    topic).










10. Further code improvements (thanks to Harald Oehlmann for his
    valuable contribution).

11. Added a "Virtual Events" section to the reference manual (thanks to
    Andreas Leitgeb for his proposal).

What was new in Tablelist 5.7?
------------------------------

1.  Added the "cellbbox" subcommand.








<
<
<
<
<
|




>
>
>
>
>
>
>
>
>
|


|







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
6.  For Tk versions 8.5 or later, most virtual events are now generated
    with the "-data" option set to a suitable event-specific value
    (thanks to Christian Gollwitzer, Andreas Leitgeb, and Nagu for their
    proposals).

7.  Improvements related to the selection mode "extended".






8.  Worked around a peculiarity of Tk on Windows, related to deleting an
    embedded window while resizing a text widget interactively (thanks
    to Harald Oehlmann for his bug report and discussions on this
    topic).

9.  Eliminated a regression introduced in Tablelist version 5.6, related
    to vertical scrolling under Tk 8.5 or later in the presence of
    embedded images or windows (thanks to Patrick Fradin for reporting
    this bug).

10. Fixed a screen refresh problem introduced in Tablelist version 5.6,
    related to wrapped multiline elements (thanks to Rob for his bug
    report).

11. Further code improvements (thanks to Harald Oehlmann for his
    valuable contribution).

12. Added a "Virtual Events" section to the reference manual (thanks to
    Andreas Leitgeb for his proposal).

What was new in Tablelist 5.7?
------------------------------

1.  Added the "cellbbox" subcommand.

Changes to modules/tablelist/ChangeLog.





1
2
3
4
5
6
7




2013-04-20  Csaba Nemethi <csaba.nemethi@t-online.de>

	* CHANGES.txt:               Slightly extended.
	* doc/tablelistWidget.html:

	* scripts/tablelistBind.tcl: Minor improvement.

>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
2013-04-23  Csaba Nemethi <csaba.nemethi@t-online.de>

	* CHANGES.txt: Slightly extended.

2013-04-20  Csaba Nemethi <csaba.nemethi@t-online.de>

	* CHANGES.txt:               Slightly extended.
	* doc/tablelistWidget.html:

	* scripts/tablelistBind.tcl: Minor improvement.