Pyface Changelog
================

Change summary since 4.5.0
--------------------------

Fixes

* fix MANIFEST.in (PR#131).
* Fix incompatibility with Pygments 2.x, which was causing tracebacks
  during syntax highlighting (PR#136).


Change summary since 4.4.0
--------------------------

Enhancements

* Add testing assistants (Qt) (PR#118).
* Support menus in toolbars (Qt) (PR#104).
* keybindings update for other editor area classes (PR#103).
* Change advanced editor area tab switching shortcut to Ctrl+PgUp/Down (PR#99).
* ToolBar: Listen to Action name changes for toolbar actions (PR#90).

Fixes

* Fix reference to attribute (PR#112).
* Fixed wx 2.9 incompatibility bug in ProgressDialog (PR#106).
* Qt CodeEditor pygments monkeypatch conflict with ipython (PR#100).
* Documentation fix (PR#95).

* Tooltip for first editor of SplitEditorAreaPane was broken (PR#108)


Release 4.4.0
-------------

This is a bug fix release. The biggest change in this release is support for the
new adaptation mechanism in Traits 4.4.0.


Change summary since 4.3.0
--------------------------

New features

 * Support Enaml 0.8 (PR#92)

Enhancements

 * Improvements to SplitEditorAreaPane (PR#83).

Fixes

 * Fixed split editor area pane focus (PR#89).
 * Fixed bug when a VSplitter contains an HSplitter (PR#88, issue#87)
