File: ChangeLog

package info (click to toggle)
tklib 0.4.1-20080501-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,508 kB
  • ctags: 1,527
  • sloc: tcl: 34,008; sh: 2,318; ansic: 792; makefile: 100; exp: 21; sed: 16
file content (78 lines) | stat: -rw-r--r-- 2,492 bytes parent folder | download
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
2008-03-12  Jeff Hobbs  <jeffh@ActiveState.com>

	* pkgIndex.tcl: bump to 1.4.1
	* tooltip.tcl (::tooltip::show): check window exists before any
	other ops. [Bug 1879622]

2007-10-31  Jeff Hobbs  <jeffh@ActiveState.com>

	* tooltip.tcl (::tooltip::clear): Withdraw the tooltip if we clear
	the current contained item. [Bug 1547729]

	* tooltip.tcl: added fading (default on for Win32/Aqua) of tooltip
	* tooltip.man: instead of just withdraw. [Bug 1641071]

2007-09-22  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* tooltip.tcl (::tooltip::show): Left align the tooltip text
	* pkgIndex.tcl:                  (reported by Peter Caffin)
	* tooltip.man:                   Bumped to 1.4
	Generally improved the manual to fix bug #1800296.

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

	* tooltip.man, pkgIndex.tcl: bumped version to 1.3
	* tooltip.tcl (::tooltip::show): Use late-binding msgcat (lazy
	translation) to support programs that allow on-the-fly l10n
	changes.  Requires msgcat package (Tk uses this already). (poser)

2007-02-07  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* tooltip.tcl:  Added support for tooltips on text widget tags
	                (useful for tkchat url links). Fixed menu tooltips.
	* tooltip.man:  Added documentation.
	* pkgIndex.tcl: Incremented version to 1.2

2006-08-02  Jeff Hobbs  <jeffh@ActiveState.com>

	* tooltip.tcl (::tooltip::show): better handle boundary case
	considering Tk's odd multi-monitor screen dimension handling.
	AS bug 48498.

2006-03-31  Andreas Kupries <andreask@activestate.com>

	* tipstack.tcl (::tipstack::clearsub): Superfluous argument to
	  call of 'clear' removed.

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

	* tooltip.tcl (::tooltip::show): focus back to previous item, not
	the widget we are over.

2005-11-10  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4.1 ========================
	* 

2005-11-02  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4 ========================
	* 

2005-08-12  Andreas Kupries <andreask@activestate.com>

	* tooltip.man: Added module/title descriptions to the manpage.

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

	* tooltip.tcl (::tooltip::show): prevent aqua help focus theft

2005-04-29  Andreas Kupries <andreask@activestate.com>

	* tooltip.man: Fixed syntax errors in the documentation.

2005-04-02 Aaron Faupell <afaupell@users.sourceforge.net>

	* initial import