python-qprogedit (3.2.2-ubuntu1) wily; urgency=medium

  * Add more Python built-ins

 -- Sebastiaan Mathot <sebastiaan@mantis>  Thu, 07 Jan 2016 12:01:30 +0100

python-qprogedit (3.2.0-ubuntu2) wily; urgency=medium

  * Add setInvalid() function to manually invalidate lines

 -- Sebastiaan Mathot <sebastiaan@mantis>  Wed, 28 Oct 2015 16:34:08 +0100

python-qprogedit (3.1.0-ubuntu1) vivid; urgency=medium

  * Add a PyFlakes filter to ignore unwanted messages

 -- Sebastiaan Mathot <sebastiaan@mantis>  Wed, 21 Oct 2015 11:05:02 +0200

python-qprogedit (3.0.1release-ubuntu1) vivid; urgency=medium

  * Python 3 support
  * PyQt5 compatibility
  * Monokai color theme 

 -- Sebastiaan Mathot <sebastiaan@mantis>  Mon, 05 Oct 2015 11:04:31 +0200

python-qprogedit (2.1.0-ubuntu2) trusty; urgency=medium

  * Add OpenSesame-script lexer
  * Improve keywords in Python lexer

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Sun, 09 Nov 2014 13:23:03 +0100

python-qprogedit (2.0.5-ubuntu1) trusty; urgency=medium

  * Improve focus behavior
  * Add new colorschemes and add support for bold and italics

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 04 Nov 2014 12:24:13 +0100

python-qprogedit (2.0.4-ubuntu1) trusty; urgency=medium

  * Always rebuild symbol tree when a new symbol tree is set

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Thu, 25 Sep 2014 18:40:11 +0200

python-qprogedit (2.0.3-ubuntu1) trusty; urgency=medium

  * Fix crash when changing language through language menu

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 23 Sep 2014 15:15:40 +0200

python-qprogedit (2.0.2-ubuntu1) trusty; urgency=medium

  * Avoid (more) shortcut clashes when multiple instances are visible

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 09 Sep 2014 17:22:25 +0200

python-qprogedit (2.0.1-ubuntu1) trusty; urgency=medium

  * Catch multiline defs in Python symbols
  * Avoid shortcut clashes when multiple instances are visible

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Mon, 08 Sep 2014 21:08:38 +0200

python-qprogedit (2.0.0-ubuntu1) trusty; urgency=medium

  * Not backwards compatible with 1.X
  * Simplified and more conistent API
  * Compatible with Python 3
  * Add symbol-tree browser
  * Use yamldoc-style docstrings
  * Use signals instead of callback functions
  * Dynamically load UI

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Sat, 16 Aug 2014 18:27:20 +0200

python-qprogedit (1.4.0-ubuntu1) trusty; urgency=medium

  * Add symbol-tree browser
  * Add cursorRowChanged signal

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Fri, 15 Aug 2014 14:27:14 +0200

python-qprogedit (1.3.3-ubuntu1) trusty; urgency=medium

  * Fix a bug that caused interference between QtWebKit and QProgEdit

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Thu, 10 Jul 2014 10:12:07 +0200

python-qprogedit (1.3.2-ubuntu1) trusty; urgency=medium

  * Also update selection highlight when moving or typing

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Wed, 04 Jun 2014 18:37:37 +0200

python-qprogedit (1.3.1-ubuntu1) trusty; urgency=medium

  * Implement tab switching by pressing Alt+Left/ Alt+Right
  * Fix interference between selection highlighting and find/ replace

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Wed, 14 May 2014 14:14:36 +0200

python-qprogedit (1.3.0-ubuntu2) trusty; urgency=medium

  * Improved find/ replace behavior
  * Highlight text that matches selection

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 13 May 2014 16:27:20 +0200

python-qprogedit (1.2.4-ubuntu1) trusty; urgency=medium

  * Place cursor after inserted text when pasting (#11)
  * Improve focus behavior and tab switching

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 29 Apr 2014 11:57:01 +0200

python-qprogedit (1.2.3-ubuntu1) trusty; urgency=medium

  * Set EOL mode to linux to fix problems on OSX

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Fri, 25 Apr 2014 09:55:23 +0200

python-qprogedit (1.2.2-2) unstable; urgency=low

  * Do not accept popup-focus events

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Mon, 31 Mar 2014 14:02:33 +0200

python-qprogedit (1.2.1-ubuntu1) saucy; urgency=low

  * Don't assume that pyflakes accepts builtins keyword (#6)
  * Only call focusOut handler when isModified is True

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 11 Mar 2014 17:08:19 +0100

python-qprogedit (1.2.0-ubuntu1) saucy; urgency=low

  * Zoom on scroll

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Mon, 10 Mar 2014 16:38:20 +0100

python-qprogedit (1.1.0-ubuntu1) saucy; urgency=low

  * Auto-fix space-based indentation
  * Use Python lexer for OpenSesame script

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Mon, 03 Mar 2014 18:59:42 +0100

python-qprogedit (1.0.0-ubuntu1) saucy; urgency=low

  * Better implementation of focus-out handler

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Thu, 02 Jan 2014 17:23:26 +0100

python-qprogedit (0.3.1-ubuntu1) saucy; urgency=low

  * Add missing options to specify Python builtins to pyflakes

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Thu, 12 Dec 2013 17:11:22 +0100

python-qprogedit (0.3.0-ubuntu1) saucy; urgency=low

  * Add content validation using pyflakes
  * Do not get confused by capitalization in source language

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Thu, 12 Dec 2013 16:48:49 +0100

python-qprogedit (0.2.0-ubuntu1) saucy; urgency=low

  * Improved and configurable block (un)commenting

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 10 Dec 2013 12:36:31 +0100

python-qprogedit (0.1.4-ubuntu1) saucy; urgency=low

  * Do not crash when an empty string is specified as colorScheme

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Wed, 13 Nov 2013 18:10:43 +0100

python-qprogedit (0.1.3-ubuntu1) saucy; urgency=low

  * Focus find box when toggled

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Mon, 11 Nov 2013 18:02:01 +0100

python-qprogedit (0.1.2-ubuntu1) saucy; urgency=low

  * Minor bugfixes

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Wed, 30 Oct 2013 14:54:18 +0100

python-qprogedit (0.1.1-ubuntu1) saucy; urgency=low

  * Minor bugfixes

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Tue, 29 Oct 2013 20:50:48 +0100

python-qprogedit (0.1.0-ubuntu2) saucy; urgency=low

  * Initial release.

 -- Sebastiaan Mathot <s.mathot@cogsci.nl>  Sun, 27 Oct 2013 11:05:16 +0100
