aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-30 11:07:02 -0500
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-11-30 11:07:02 -0500
commitd66e2d908d6270043de5dd38c45aee72817fd96e (patch)
tree40c1f632bd8079f0c8261591c3c91d9bcc794cc8
parentc352e1e45b98f31fc0fb67c7296c7ada77732777 (diff)
downloadtextadept-d66e2d908d6270043de5dd38c45aee72817fd96e.tar.gz
textadept-d66e2d908d6270043de5dd38c45aee72817fd96e.zip
Updated for 11.0.
-rw-r--r--core/init.lua2
-rw-r--r--docs/api.md2
-rw-r--r--docs/changelog.md32
-rw-r--r--docs/images/languages.pngbin3585 -> 3519 bytes
-rw-r--r--docs/images/loc.pngbin3910 -> 3885 bytes
-rw-r--r--docs/index.html10
-rw-r--r--docs/manual.md2
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc8
9 files changed, 44 insertions, 16 deletions
diff --git a/core/init.lua b/core/init.lua
index e27dae72..d09f339a 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2020 Mitchell. See LICENSE.
-_RELEASE = 'Textadept 11.0 beta 2'
+_RELEASE = 'Textadept 11.0'
_COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\n' ..
'https://orbitalquark.github.io/textadept'
diff --git a/docs/api.md b/docs/api.md
index 47563602..63c4f4bb 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1,4 +1,4 @@
-## Textadept 11.0 beta 2 API Documentation
+## Textadept 11.0 API Documentation
1. [_G](#_G)
1. [_L](#_L)
diff --git a/docs/changelog.md b/docs/changelog.md
index 851a4f3d..f937a2c5 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -8,13 +8,42 @@ development.**
[donate]: https://gum.co/textadept
[book]: book.html
-### 11.0 beta 2 (01 Nov 2020)
+### 11.0 (01 Dec 2020)
Please see the [10 to 11 migration guide][] for upgrading from Textadept 10 to
Textadept 11.
Download:
+* [Textadept 11.0 -- Win32][]
+* [Textadept 11.0 -- Mac OSX 10.7+][]
+* [Textadept 11.0 -- Linux][]
+* [Textadept 11.0 -- Modules][]
+
+Bugfixes:
+
+* Fixed find & replace entry unfocus when window is refocused.
+* Modules: Fixed bug initializing spellcheck module in some instances.
+
+Changes:
+
+* Added optional mode parameter to `ui.command_entry.append_history()`.
+* `keys[`*`lexer`*`]` and `snippets[`*`lexer`*`]` tables are present on init.
+* Added [`events.FIND_RESULT_FOUND`][].
+* Added [`events.UNFOCUS`][].
+
+[10 to 11 migration guide]: manual.html#migrating-from-textadept-10-to-11
+[Textadept 11.0 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.win32.zip
+[Textadept 11.0 -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.macOS.zip
+[Textadept 11.0 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.linux.tgz
+[Textadept 11.0 -- Modules]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.modules.zip
+[`events.FIND_RESULT_FOUND`]: api.html#events.FIND_RESULT_FOUND
+[`events.UNFOCUS`]: api.html#events.UNFOCUS
+
+### 11.0 beta 2 (01 Nov 2020)
+
+Download:
+
* [Textadept 11.0 beta 2 -- Win32][]
* [Textadept 11.0 beta 2 -- Mac OSX 10.7+][]
* [Textadept 11.0 beta 2 -- Linux][]
@@ -52,7 +81,6 @@ Changes:
* Updated to [CDK][] 5.0-20200923.
* Updated to [LuaFileSystem][] 1.8.0.
-[10 to 11 migration guide]: manual.html#migrating-from-textadept-10-to-11
[Textadept 11.0 beta 2 -- Win32]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0_beta_2/textadept_11.0_beta_2.win32.zip
[Textadept 11.0 beta 2 -- Mac OSX 10.7+]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0_beta_2/textadept_11.0_beta_2.macOS.zip
[Textadept 11.0 beta 2 -- Linux]: https://github.com/orbitalquark/textadept/releases/download/textadept_11.0_beta_2/textadept_11.0_beta_2.linux.tgz
diff --git a/docs/images/languages.png b/docs/images/languages.png
index df4bfaa2..7bf09b12 100644
--- a/docs/images/languages.png
+++ b/docs/images/languages.png
Binary files differ
diff --git a/docs/images/loc.png b/docs/images/loc.png
index 4cc2b4a3..850f0112 100644
--- a/docs/images/loc.png
+++ b/docs/images/loc.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 5aa61ce8..166b54a1 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -55,16 +55,16 @@
<div id="left">
<a id="download"></a>
- <h2>Download (v10.8)</h2>
+ <h2>Download (v11.0)</h2>
<a href="https://github.com/orbitalquark/textadept/releases.atom">
<img src="images/feed.png" style="float: right; margin: 0.25em;"
alt="Atom" />
</a>
<ul>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.win32.zip">Win32</a></li>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.macOS.zip">macOS</a></li>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.linux.tgz">Linux</a></li>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_10.8/textadept_10.8.modules.zip">Modules</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.win32.zip">Win32</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.macOS.zip">macOS</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.linux.tgz">Linux</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.0/textadept_11.0.modules.zip">Modules</a></li>
</ul>
<hr style="margin: 0.25em 0.5em 0.25em 0.5em;" />
<ul>
diff --git a/docs/manual.md b/docs/manual.md
index 2bc533ba..39ec09f7 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1,4 +1,4 @@
-## Textadept 11.0 beta 2 Manual
+## Textadept 11.0 Manual
**Contents**
diff --git a/src/Info.plist b/src/Info.plist
index aa849945..19c72c03 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.0beta2</string>
+ <string>11.0</string>
<key>CFBundleShortVersionString</key>
- <string>11.0 beta 2</string>
+ <string>11.0</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index c1bcebaf..4c659c08 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -3,8 +3,8 @@
textadept ICON "../core/images/textadept.ico\0"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 10, 9, 9, 0
-PRODUCTVERSION 10, 9, 9, 0
+FILEVERSION 11, 0, 0, 0
+PRODUCTVERSION 11, 0, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "11.0 beta 2\0"
+ VALUE "FileVersion", "11.0\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2020 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "11.0 beta 2\0"
+ VALUE "ProductVersion", "11.0\0"
END
END
END