aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-01 09:09:27 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-07-01 09:09:27 -0400
commit831558f5cfc1a95eb0704e62dbf59aeeef0f481d (patch)
treed649b51a135ff5e7eac4c8e1aa2576471e497609
parent9fc8262abc2b241940fbd17f5d10845ada5f60e3 (diff)
Updated CHANGELOG.md.
-rw-r--r--CHANGELOG.md53
1 files changed, 51 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 517f50b1..44c988a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,63 @@
[Atom Feed]: feed
-## 7.0 alpha (01 Jun 2013)
+## 7.0 alpha 2 (01 Jul 2013)
Please see the [6 to 7 migration guide][] for upgrading from Textadept 6 to
Textadept 7.
Download:
+* [Textadept 7.0 alpha 2 -- Win32][]
+* [Textadept 7.0 alpha 2 -- Mac OSX Intel 10.5+][]
+* [Textadept 7.0 alpha 2 -- Linux][]
+* [Textadept 7.0 alpha 2 -- Linux x86_64][]
+* [Textadept 7.0 alpha 2 -- Modules][]
+
+Bugfixes:
+
+* Fixed bug in user theme loading.
+* Fixed "Enter" key autocompletion in curses.
+* Fixed crash when transposing in an empty buffer.
+* Fixed bug in find and run double-click event handlers.
+
+Changes:
+
+* Makefile improvements. See the [compiling][] page for more information. The
+ source release is no longer necessary.
+* Removed `_G._LEXERPATH` and `_L._EXISTS()`.
+* Renamed Adeptsense image fields.
+* Renamed `_M.textadept.editing.STRIP_WHITESPACE_ON_SAVE` to
+ `STRIP_TRAILING_SPACES`.
+* [`_M.textadept.editing.block_comment()`][] supports block comment delimiters.
+* Block comments for languages is now built-in. The supplemental ones on the
+ wiki are no longer needed.
+* [`gui.set_theme()`][] accepts key-value argument pairs for overriding theme
+ properties.
+* Removed `gui.select_theme()` since selected themes do not persist.
+* Removed `_G.RESETTING` flag.
+* Consolidated `_M.textadept.bookmarks.goto_*()` functionality into
+ [`_M.textadept.bookmarks.goto_mark()`][].
+* Updated to [LuaJIT][] 2.0.2.
+* New [nightly builds][].
+
+[6 to 7 migration guide]: 14_Appendix.html#Textadept.6.to.7
+[Textadept 7.0 alpha 2 -- Win32]: download/textadept_7.0_alpha_2.win32.zip
+[Textadept 7.0 alpha 2 -- Mac OSX Intel 10.5+]: download/textadept_7.0_alpha_2.osx.zip
+[Textadept 7.0 alpha 2 -- Linux]: download/textadept_7.0_alpha_2.i386.tgz
+[Textadept 7.0 alpha 2 -- Linux x86_64]: download/textadept_7.0_alpha_2.x86_64.tgz
+[Textadept 7.0 alpha 2 -- Modules]: download/textadept_7.0_alpha_2.modules.zip
+[compiling]: 12_Compiling.html
+[`_M.textadept.editing.block_comment()`]: api/_M.textadept.editing.html#block_comment
+[`gui.set_theme()`]: api/gui.html#set_theme
+[`_M.textadept.bookmarks.goto_mark()`]: api/_M.textadept.bookmarks.html#goto_mark
+[LuaJIT]: http://luajit.org
+[nightly builds]: README.html#Download
+
+## 7.0 alpha (01 Jun 2013)
+
+Download:
+
* [Textadept 7.0 alpha -- Win32][]
* [Textadept 7.0 alpha -- Mac OSX Intel 10.5+][]
* [Textadept 7.0 alpha -- Linux][]
@@ -28,7 +78,6 @@ Changes:
* New [*properties.lua*][] for custom buffer and view properties.
* Updated to [Scintilla][] 3.3.3.
-[6 to 7 migration guide]: 14_Appendix.html#Textadept.6.to.7
[Textadept 7.0 alpha -- Win32]: download/textadept_7.0_alpha.win32.zip
[Textadept 7.0 alpha -- Mac OSX Intel 10.5+]: download/textadept_7.0_alpha.osx.zip
[Textadept 7.0 alpha -- Linux]: download/textadept_7.0_alpha.i386.tgz