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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
2013-02-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.15 ========================
*
2012-04-09 Andreas Kupries <andreask@activestate.com>
* uevent.man: Fixed typo in variable name (counter / tcounter).
* uevent.tcl: Bumped version to 0.3.1. Updated documentation.
* pkgIndex.tcl:
2012-03-30 Andreas Kupries <andreask@activestate.com>
* uevent.man: New feature. Version bumped to 0.3.
* uevent.pcx: Get events when tag and/or tag/event combination
* uevent.tcl: begins to be observed, and when observation ends.
* uevent.test: This allows a caller of uevent::generate to
* pkgIndex.tcl: optimize its own behaviour, i.e. initialize
whatever resources are needed only when the tags/events it
generates are actually observed by somebody. Updated all of
documentation, testsuite, and checker definitions.
Refactored the internals a bit. When run under Tcl 8.5 or higher
the API ensemblifies itself.
2011-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.14 ========================
*
2011-01-24 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.13 ========================
*
2009-12-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.12 ========================
*
2008-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11.1 ========================
*
2008-11-04 Andreas Kupries <andreask@activestate.com>
* uevent_onidle.pcx: Added new package 'uevent::onidle' for
* uevent_onidle.tcl: deferal of actions to idle time, merging
* uevent_onidle.man: multiple requests.
* pkgIndex.tcl:
2008-10-16 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.11 ========================
*
2008-06-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* uevent.pcx: New file. Syntax definitions for the public commands
of the uevent package.
2008-03-22 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* uevent.tcl: Added a new command 'uevent::list', in fulfilment of
* uevent.man: [Bug 1804388]. Extended the documentation. Bumped
* pkgIndex.tcl: the package to version 0.2.
* uevent.test: New, a testsuite for the package.
2008-03-09 Michael Schlenker <mic42@users.sourceforge.net>
* uevent.tcl: Fixed wrong variable name tex in unbind.
* pkgIndex.tcl:
* uvent.man:
2007-09-12 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tcllib 1.10 ========================
*
2007-07-20 Andreas Kupries <andreask@activestate.com>
* uevent.tcl: Added missing loading of package logger. Bumped
* pkgIndex.tcl: version to 0.1.2.
* uevent.man:
2007-07-18 Andreas Kupries <andreask@activestate.com>
* uevent.tcl (::uevent::generate): Fixed typo in variable name,
* uevent.man: used non-existing var. Bumped version to 0.1.1.
* pkgIndex.tcl:
2007-07-17 Andreas Kupries <andreask@activestate.com>
* New package 'uevent', handling of user events.
|