/usr/share/pyshared/Editra/CHANGELOG is in editra 0.7.20+dfsg.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | # encoding: utf-8
Editra
Author: Cody Precord
Copyright: (c) Cody Precord 2005-2013
License: wxWindows
Change Log:
#-----------------------------------------------------------------------------#
Changes since last release:
VERSION 0.7.20
DATE 01/05/2013
53rd Alpha Release
NEW: [features/enhancements]
+Extended CSS highlighting support. Near complete support for CSS3.
+Updated FileBrowser plugin to version 2.2 (bug fixes)
BUG FIXES:
+Handle error in style manager when default font face name is unknown.
+Fix unwanted/invalid completion issue in HTML autocompletion for open brackets
on lines with tabs in them.
+Fix PyDeadObject that could occur during reload file request.
+Fix crash that could occur during formatting of log messages.
+Handle PyDeadObject error that could occur when changing tab icons
+Don't handle Shift+Delete as forward delete on OSX (issue 721)
+Fix caret bouncing in TextCtrls on Windows (issue 664)
+Fix PyDeadObject errors related to notebook in multiple windows.
+Fix assertions caused by right clicks in certain areas of tree controls.
+Fix Line End command not working correctly in some cases on OSX.
#-----------------------------------------------------------------------------#
VERSION 0.7.12
DATE 08/12/2012
52nd Alpha Release
NEW: [features/enhancements]
BUG FIXES:
+Fix unable to edit file extension associations on Linux systems (issue 745).
+Fix issue with duplicated @ symbols inserted by generic completer (issue 743).
+Fix some Unicode handling issues in log handler.
+Fix bug in Tango art provider fallback code which could end up looking in
Default theme instead of Tango theme directory for mime icons.
+Fix PyDeadObject errors related to failed destruction calls by AuiManger.
#-----------------------------------------------------------------------------#
VERSION 0.7.08
DATE 07/15/2012
51st Alpha Release
NEW: [features/enhancements]
+New version of FileBrowser Plugin version 2.0. Nearly a complete re-write of
the main part of the plugin to use a new file view. Adds ability to turn editor
tab synchronization on and off. Adds configuration for filtering files out of the
view and new configuration for showing hidden files.
+Choose directory dialog from Find Dialog will now automatically expand to the directory of the
current file.
+Update embedded aui
BUG FIXES:
+Fix major and apparently very long standing issue on Windows systems where
application profiles were not getting updated correctly and settings would get
lost between updates.
+Fix issues with sessions not getting updated properly under some use cases.
+Fix crash condition that could occur when reload of file fails.
+Fix file encoding detection issue that some systems experienced.
+Fix UTF-16 decoding issues / regressions due to change in behavior between
python2.6 and 2.7.
+Fix error caused by empty file names getting into the file history which
could cause startup failures.
+Fix crash in Find in Directory that could occur due to threaded access to GetTranslation.
#-----------------------------------------------------------------------------#
VERSION 0.7.01
DATE 04/23/2012
50th Alpha Release
NEWS:
Update to fix issue with translations.
BUG FIXES:
+Fix localizations not loading correctly.
#-----------------------------------------------------------------------------#
VERSION 0.7.00
DATE 04/22/2012
49th Alpha Release
NEWS:
This is a stabilization and maintenance release targeting bugs that have been reported over the
last several months. Biggest fix is to try to correct some utf-8 handling errors
that were observed by some users of the 0.6.99 release. See release notes below
for specific changes in this release.
NEW: [features/enhancements]
+New version of CodeBrowser plugin (bug fixes for Python / XML / HTML)
+New version of Launch (configurable line buffering, bug fixes)
+Update all translations with current launchpad.
BUG FIXES:
+Fix error that could occur when selecting text in some environments under
certain cases.
+Fix crash that could occur during shutdown during page load.
+Fix crash that could occur when trying to retrieve binary data from clipboard to
update clipboard ring.
+Fix crash that could happen when replace in selection action finds no matches.
+Fix crash that could occur when starting Editra again immediately after closing
another running instance due to zombie IPC thread.
+Fix crash that could occur in vi emulation due to bad command mapping.
+Fix crashes that could occur when loading plugins that throw errors during
creation.
+Fix crash when system fails to return control reference when print is requested.
+Ensure requested locale is available prior to trying to create it.
+Fix incorrect line getting deleted by line delete action with some encodings.
#-----------------------------------------------------------------------------#
For Alpha 0.6 Release Series Changelog see docs/CHANGELOG_7
#-----------------------------------------------------------------------------#
For Alpha 0.5 Release Series Changelog see docs/CHANGELOG_6
#-----------------------------------------------------------------------------#
For Alpha 0.4 Release Series Changelog see docs/CHANGELOG_5
#-----------------------------------------------------------------------------#
For Alpha 0.3 Release Series Changelog see docs/CHANGELOG_4
#-----------------------------------------------------------------------------#
For Alpha 0.2 Release Series Changelog see docs/CHANGELOG_3
#-----------------------------------------------------------------------------#
For Alpha 0.1 Release Series Changelog see docs/CHANGELOG_2
#-----------------------------------------------------------------------------#
For Pre-Alpha Changelog see docs/CHANGELOG_1
|