Changeset 2420
- Timestamp:
- 11/03/06 07:25:09 (2 years ago)
- Files:
-
- branches/stable/ChangeLog (modified) (1 diff)
- branches/stable/dabo/__version__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable/ChangeLog
r2124 r2420 1 1 See the Subversion log for all the details. 2 2 3 4 ---------------------------------------- 5 Dabo 0.6.6 (2006-11-03) (Revision 2420): 6 ---------------------------------------- 7 Don't get too excited, there are only a couple minor fixes here that 8 likely will not affect you in any way. Do get excited about the 9 impending Dabo-0.7 release though, as there are many new features. 10 11 Anyway, here's what has changed between 0.6.5 and 0.6.6: 12 13 + Fixed dMenu and dMenuItem to work without a Dabo Application object. 14 + Fixed dGrid to not generate double mouse-click events. 15 16 I hereby name this the "Basil Shubin Edition". :) 17 18 19 ---------------------------------------- 3 20 Dabo 0.6.5 (2006-04-18) (Revision 2124): 4 21 ---------------------------------------- 5 22 Fixed showModal() to reactivate the windows previously deactivated when the 6 23 modal window is closed or hidden. branches/stable/dabo/__version__.py
r2124 r2420 2 2 import dabo 3 3 4 _version = "0.6. 5s"4 _version = "0.6.6s" 5 5 6 6 # If dabo is a subversion working copy, we'll try to get the current revision
