Changeset 2099

Show
Ignore:
Timestamp:
04/06/06 06:33:38 (3 years ago)
Author:
paul
Message:

Changelog and version bump for dabo-stable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable/ChangeLog

    r2079 r2099  
    11See the Subversion log for all the details. 
     2 
     3Dabo 0.6.4 (2006-04-06) (Revision 2099): 
     4 
     5Added the missing doDefault() call to dSplitter's _initEvents. 
     6 
     7Fixed the problem where entering a unicode character in a dTextBox 
     8set up with a str value doesn't stick. Tracker #0101. 
     9 
     10Added default encoding of "utf-8" to dEditor, and added encoding and 
     11decoding at the I/O boundaries of saveFile() and openFile(). Fixes  
     12tracker # 0107. 
     13 
     14Fixed a couple bugs in dDateTextBox that would occur if you typed a regular key 
     15that isn't otherwise handled. It was basically an old-code problem. 
     16 
     17Fixed a problem where fast CPUs could generate identical names for objects. 
     18Tracker #0104 
     19 
    220 
    321Dabo 0.6.3 (2006-04-03) (Revision 2079): 
  • branches/stable/dabo/__version__.py

    r2079 r2099  
    22import dabo 
    33 
    4 _version = "0.6.3s" 
     4_version = "0.6.4s" 
    55 
    66# If dabo is a subversion working copy, we'll try to get the current revision