~ubuntu-branches/ubuntu/gutsy/horae/gutsy

« back to all changes in this revision

Viewing changes to 0CPAN/Tk-HistEntry-0.42/Changes

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2006-12-28 12:36:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061228123648-9xnjr76wfthd92cq
Tags: 064-1
New upstream release, dropped dependency on libtk-filedialog-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Revision history for Perl extension Tk::HistEntry.
2
 
 
3
 
0.42
4
 
        - fixed a failing test (it was a delegation problem)
5
 
 
6
 
0.41
7
 
        - just a Pod example fix
8
 
 
9
 
0.40
10
 
        - ->class() now returns more meaningful names: SimpleHistEntry
11
 
          and HistEntry 
12
 
        - do not do auto-completion if typing _before_ the cursor
13
 
        - new -history option (like history method, with tests)
14
 
 
15
 
0.37
16
 
        - fixed bug in historyAdd of Browse version of HistEntry
17
 
 
18
 
0.36
19
 
        - new -case option
20
 
        - fixed Control- handling when -match is on
21
 
 
22
 
0.35
23
 
        - insert, delete and get is now delegated to the Entry subwidget
24
 
 
25
 
0.34
26
 
        - fixed test scripts
27
 
        - another example in the pod
28
 
 
29
 
0.33
30
 
        - bug fix: Home, End and Delete did not work in -match mode
31
 
 
32
 
0.32
33
 
        - new methods historySave and historyMergeFromFile
34
 
 
35
 
0.31
36
 
        - bugfix solving disappearing leading characters
37
 
 
38
 
0.30
39
 
        - using auto-completion (code stolen from Dave Collins),
40
 
          if option -match is set
41
 
 
42
 
0.22
43
 
        - bug fix in t/newclass.t
44
 
 
45
 
0.21
46
 
        - bug fixes for Tk::HistEntry::Browse
47
 
        - new bindings M-< and M->
48
 
 
49
 
0.20
50
 
        - split Tk::HistEntry into Tk::HistEntry::Simple and
51
 
          Tk::HistEntry::Browse
52
 
        - new options: -dup, -limit, -bell, -command
53
 
        - new methods: invoke, history
54
 
        - some fixes
55
 
        - POD
56
 
 
57
 
0.10  Mon Dec  8 03:07:00 1997
58
 
        - using Tk::BrowseEntry as base class instead of Tk::Entry
59
 
 
60
 
0.01  Sat Dec  6 17:43:45 1997
61
 
        - original version
62