Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-13 | Switch back to Scintilla default (4.x), Scinterm, and Scintillua. | ||
Scintilla LongTerm3 maintenance is ending with upcoming Scintilla 5. Textadept now requires a C++17 compiler. Also updated Docker image. | |||
2020-09-04 | Moved all top-level .md files into docs/ except README.md. | ||
Also fixed lack of header anchors in generated HTML. | |||
2020-09-04 | Renamed doc/ to docs/ and removed bombay dependency. | ||
Added some documentation infrastructure for eventual migration to a new build service. Use a simple Lua script for generating documentation offline. | |||
2020-09-04 | Added support for building with Docker and dropped automated Linux i386 builds. | ||
Also tweaked Makefile with basic git support for an eventual migration to a new build service. | |||
2020-08-17 | Initial rewrite of the Manual and updated README. | ||
2020-07-12 | Be more consistent with "key sequences", "key commands", and "key bindings". | ||
Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences. | |||
2019-06-01 | GTK+ was renamed to GTK recently. | ||
2016-09-28 | Updated book links. | ||
2015-11-11 | PGP sign packages for added integrity. | ||
2015-05-01 | Updated book links for the second edition. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-02-12 | Added split views in the terminal version thanks to Chris Emerson. | ||
2014-01-12 | New home page along with some documentation content and layout changes. | ||
2013-12-14 | Updated book information. | ||
2013-11-11 | Updated documentation. | ||
2013-11-02 | Added links to order the book and make donations. | ||
2013-06-22 | Refactored Makefile for release and nightly builds. | ||
2013-06-21 | Removed redundant source release. | ||
2013-06-19 | Added support for nightly Linux x86_64 build. | ||
2013-06-16 | Added links to nightly builds; README.md | ||
2013-06-04 | Added quick download links; README.md | ||
2013-05-20 | Updated README.md. | ||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-03-31 | Updated README.md. | ||
2013-01-07 | Removed donation link; README.txt | ||
2012-10-29 | Updated for 6.0. | ||
2012-09-12 | Documentation overhaul. | ||
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. | |||
2012-08-02 | Updated download link in README.md. | ||
2012-07-15 | Include CDK directly instead of requiring it as a dependency. | ||
2012-06-27 | Updated the manual, README, and FAQ with new ncurses information. | ||
2012-03-10 | Replaced doc/gen_manual.lua with new unversioned tool. | ||
2012-03-08 | Moved Manual into `doc/` root directory. | ||
2012-03-07 | Removed doc/sidebar.md and added Donate section to README.md. | ||
2012-03-07 | Documentation overhaul with Discount (Markdown implementation). | ||
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files. |