* Bug fix: running python tidy with settings led to an exception.
* Improvement: focus is moved to the current editor widget automatically when
it is received by the editor tab widget. Issue 350.
* Improvement: 'highilight in project' and 'highlight in filesystem'
editor tab context menu added. Issue 258.
* Improvement: better handling the fact that an editing buffer is changed by
the find-in-files result window. Issue 318.
* New feature: IDE-wide pylintrc support. Issue 344.
* Performance improvement and bug fixes in the file content trees, e.g
file outline browser, project files browser etc.
* Bug fix: files with national characters with not-recognized type could
lead to unpredicted behaviour (up to core dumps). Issue 348
* Bug fix: tab expanding (replace all) did not replace everything.
* Bug fix: main menu -> tools -> pylint for project led to an exception.
Issue 346.
* Sometimes pylint reports absolute paths so it is respected now.
* When completion is called and a temporary rope project is created,
exclude all the subdirectories where there are no __init__.py[3] files.
This mitigate a setup with a network home dir (or network file location)
in a directory where there are lots of subdirectories
* Add a shortcut in the 'Open file' dialog to the directory where the
current tab file (if so) is.
* Add file to the recent files list at the time of closing a tab as well
(not only at the time of opening). Otherwise a file is not there when it
was loaded from a command line and then its tab is closed.
* Do not lose the current editor position when there was an incremental
search on a tab and then another tab is closed.
* Prevent losing selection in case switching between history positions
if nothing has been changed in the required buffer.
* Have the find-in-files dialog interruptible at the stage of building
the list of files to search in.
2012 Oct 31 Sergey Satskiy <sergey.satskiygmail.com>