~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to wxPython/wx/tools/Editra/plugins/Launch/CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#
7
7
 
8
8
#-----------------------------------------------------------------------------#
 
9
Version 1.12
 
10
Released:
 
11
 
 
12
+Fix bug with handling initialization of color preferences on new installs.
 
13
+Fix issue in class factory causing incorrect data display for handler classes
 
14
that are generated dynamically on the fly.
 
15
 
 
16
#-----------------------------------------------------------------------------#
 
17
Version 1.11
 
18
Released: 05/14/2011
 
19
 
 
20
+Fix bug in handling launch xml file for handlers that have empty command lists.
 
21
+Fix bug in configuration settings management.
 
22
 
 
23
#-----------------------------------------------------------------------------#
 
24
Version 1.10
 
25
 
 
26
Due to a change in the underlying datamodel this update will force any existing
 
27
Launch configuration to be reset.
 
28
 
 
29
+Major framework redesign - Adds support for all file types in Editra.
 
30
+Fix issue in detecting files that are already open from hotspot links.
 
31
+Fix output display truncating on NULL bytes.
 
32
+When an XML configuration is present the handlers defined in it can only be
 
33
edited in the XML file, since XML handlers are now transient.
 
34
+Fix crash that could occur from holding F5 down for a long time
 
35
 
 
36
#-----------------------------------------------------------------------------#
 
37
Version 1.9
 
38
 
 
39
+Add Auto Save buffer before running option.
 
40
+Add default handlers for C/C++ files.
 
41
+Ensure that process exit status is output to a new line in the output buffer
 
42
+Trap and log XML parsing assertions instead of crashing when invalid Launch
 
43
XML is encountered.
 
44
 
 
45
#-----------------------------------------------------------------------------#
 
46
Version 1.8
 
47
 
 
48
+Fix compatibility issue with Python 2.6.4 and later
 
49
+Fix some issues with the Lock File feature not always locking the selected file.
 
50
 
 
51
#-----------------------------------------------------------------------------#
9
52
Version 1.7:
10
53
 
11
54
+Fix crash that could occur when clicking on some hotspots where the pattern
12
55
matching would return None.
 
56
+Add Word Wrap option to output buffer.
 
57
+Add Lock File option to control bar to prevent the notebook synchronization from
 
58
happening.
13
59
 
14
60
#-----------------------------------------------------------------------------#
15
61
Version 1.6: