File: Changes

package info (click to toggle)
perl-tk 1%3A804.036-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,076 kB
  • sloc: ansic: 349,553; perl: 52,292; sh: 17,904; makefile: 5,699; asm: 3,565; ada: 1,681; pascal: 1,089; cpp: 1,006; yacc: 883; cs: 879
file content (36 lines) | stat: -rw-r--r-- 1,087 bytes parent folder | download | duplicates (14)
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
400.202 -> 400.203

o Added the Tix form geometry manager including
  documentation. Attachments specified as '%n' or '&w' have not been
  tested yet.

o Implemented the labeled frame widget (LabFrame)

o Got rid of a nasty bug in Balloon that would cause the Balloon help
  system to fail if it was destroyed.

o The status bar now gets instantly updated when cursor passes over a
  client while the balloon pops up only if cursor pauses over a
  client.

o Added -browsecmd and -listcmd options to BrowseEntry.pm

o Added delete() method for BrowseEntry.pm

o Fixed callbacks for -raisecmd and -createcmd in NoteBook.pm /
  VStack.pm so that they receive the frame representing the page
  as an argument.

o Fixed menu traversal code in NoteBook.pm so that <Alt> keybindings
  work as expected.

Thanks to:

	Slaven Rezic <eserte@cs.tu-berlin.de>
	Stephen Lidie <lusol@turkey.cc.Lehigh.EDU>
	Achim Bohnet <ach@rosat.mpe-garching.mpg.de>

for bug reports, suggestions and testing.

And of course, thanks to Nick Ing-Simmons <nick@ni-s.u-net.com> for
writing Perl/Tk in the first place.