Revision history for Perl extension Tk::JComboBox.

1.14 Maintenance/Bug Fixes: (No new features)

1.13 Maintenance/Bug Fixes:

There are no new features in this release. It contains some minor changes to documentation, and test code. In addition it contains one a fix for memory leaks due to the 8.4 version of Listbox.

1.12 Maintenance/Bug Fixes:

This is a maintenance release of Tk-JComboBox that addresses an issue with the -popupcreate callback option. In addition, I've updated some test cases, added an examples directory, and updated some of the Pod files. There is a potential backward compatibility issue with this release (the -popupcreate option), but there is no major new functionality (At least one new option may be coming in the next release...)

1.11 Bug Fixes:

     Resolution: Neal provided a patch to the faulty method, which 
      corrected the problem and doesn't appear to introduct any 
      side-effects that I could observe during testing. Patch gratefully
      accepted, and applied to code.      
     Notes: I vaguely have some recollection of changing this to be white
     because I wanted to ensure default behavior, but in retrospect, 
     this was a big mistake, and meant that default user/env  preferences 
     would be ignored. Glad someone called me on it...
     Resolution: reversed ordering of the two lines in ButtonRelease, and 
      the test code appears to work correctly.

1.10 Bug Fix: corrected -textvariable problems.

1.09 Bug Fix

1.08 Bug Fixes + new Features

1.07 Bug Fixes + new Features

     Notes: I hadn't thought of doing this before, and it was 
     intriguing. It is similar in principle to how Java's swing 
     components implement MVC. Jack suggesed Tk::Trace, however I
     preferred Steve Lidie's Tie::Watch module. After implementing
     most of the functionality, I discovered that Tie::Watch didn't
     support DELETE and EXISTS (which I've come to discover have
     limited usefulness when applied to arrays...). I notified Steve,
     and switched to use Tie::Array instead. I plan to switch back
     to Tie::Watch the next time there is a Tk release that includes
     Steve's updated module. 
     Notes: I originally considering implementing this as another 
     autofind option called -searchanchor, but ultimately decided against 
     it, when James White commented that the option could be made even 
     more flexible by passing a reference to a regular expression. I 
     think that the callback approach should deliver a decent option
     that delivers sufficient flexibility to plug in whichever approach
     is required. I believe this option will rarely be used in any case,
     because I question whether the resulting behavior is user friendly.
     I'm not sure if JComboBox is the best fit for Jack's intended 
     purpose.

1.06 Bug Fix for JComboBox, fixes to Test Code

1.05 Updated Test Code - No changes to any of the Modules!

     Reported that I'd Forgotten PREREQ_PM - (how embarrassing)
       - Modfied Makefile.PL accordingly.  

1.04 Bug Fix - Response to Failed test report

     http://www.nntp.perl.org/group/perl.cpan.testers/187588
     By: Sébastien Aperghis-Tramoni <saper@cpan.org>

1.03 Bug Fix - Bug Submitted by Ken Prows - 01 Mar 05

1.02 Repaired Broken Test file: accidentally left a MainLoop call in test.

No code changed. Versions: 1.01, 0.01, 0.02 removed from CPAN.

1.01 Bug Fix and Refactorings

1.00 Major release with many changes and new features.

0.02 Bug Fix and Refactoring

0.01 Initial Release