ChangeLog for kdevplatform v1.3.0
=================================

* Milian Wolff: set version to 1.3.0 for release
* Milian Wolff: remove trailing slash from checkout target directory
* Milian Wolff: more fixes to gcc 4.7 and cvstest in regard to macro handling
* Milian Wolff: Only store katepart session information for the last 20 files
* Milian Wolff: cleanup includes
* Milian Wolff: fix compilation with gcc 4.7: put whitespaces between quotes and macro names
* David nolden: Give a warning and return fals on isTextDocument if the text-document is not properly initialized.
* Lasse Liehu: Translate session picker
* Lambert Clara: Save and reload settings exposed by katepart per file
* Milian Wolff: skip files that are larger than 5MiB during parsing
* David nolden: Activate the new active view through the main-window after switching working-set, to get the correct focus.
* David nolden: Don't disable updates while changing working-sets. There seems to be a bug in Qt which can cause the updates to stay disabled forever, ignoring setUpdatesEnabled(true).
* David nolden: Remove multiple sub-splitters if required. This fixes a possible crash.
* David nolden: Fix a regression caused by the introduced quickopen-timer which led to the previous quickopen-filter being used instead of a blank one.
* David nolden: Make the code a bit prettier
* Milian Wolff: fix serious memory leak of kate documents
* Milian Wolff: additional crash-guard
* David nolden: Calling toString() is very slow, use the native way of filtering empty identifiers.
* Milian Wolff: optimize: .contains && .value can be reduced to a single call to .value()
* Milian Wolff: fallback to document-controller when looking for a mimetype of files without a file extension
* Milian Wolff: optimize: apply quickopen filter after 150ms timeout
* Milian Wolff: delay calls to QuickOpenModel::restart
* Milian Wolff: hide quickopen project items with empty identifier
* David Nolden: Don't crash when re-opening kdevelop if a deleted file was open before. Also unsplit the views when necessary.
