aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-12-23Clarified "external dependencies" in README.mitchell
2020-12-11Deprecating mailing list in favor of Discussions.mitchell
2020-10-11Updated contact information.mitchell
2020-09-30Document building Textadept using GTK 3.x instead of 2.24.mitchell
2020-09-14More small documentation updates.mitchell
2020-09-13Lots of documentation updates.mitchell
Updated header id generation, anchors, links, and header levels. Added dedicated book page and support data. Removed extra module autocompletion and documentation from Lua module. Removed GPG signing and verification, as everything is built and distributed on GitHub. Removed all release links prior to 10.8 since there is no point in uploading the relevant files to GitHub.
2020-09-13Switch back to Scintilla default (4.x), Scinterm, and Scintillua.mitchell
Scintilla LongTerm3 maintenance is ending with upcoming Scintilla 5. Textadept now requires a C++17 compiler. Also updated Docker image.
2020-09-04Moved all top-level .md files into docs/ except README.md.mitchell
Also fixed lack of header anchors in generated HTML.
2020-09-04Renamed doc/ to docs/ and removed bombay dependency.mitchell
Added some documentation infrastructure for eventual migration to a new build service. Use a simple Lua script for generating documentation offline.
2020-09-04Added support for building with Docker and dropped automated Linux i386 builds.mitchell
Also tweaked Makefile with basic git support for an eventual migration to a new build service.
2020-08-17Initial rewrite of the Manual and updated README.mitchell
2020-07-12Be more consistent with "key sequences", "key commands", and "key bindings".mitchell
Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences.
2019-06-01GTK+ was renamed to GTK recently.mitchell
2016-09-28Updated book links.mitchell
2015-11-11PGP sign packages for added integrity.mitchell
2015-05-01Updated book links for the second edition.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-01-12New home page along with some documentation content and layout changes.mitchell
2013-12-14Updated book information.mitchell
2013-11-11Updated documentation.mitchell
2013-11-02Added links to order the book and make donations.mitchell
2013-06-22Refactored Makefile for release and nightly builds.mitchell
2013-06-21Removed redundant source release.mitchell
2013-06-19Added support for nightly Linux x86_64 build.mitchell
2013-06-16Added links to nightly builds; README.mdmitchell
2013-06-04Added quick download links; README.mdmitchell
2013-05-20Updated README.md.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-31Updated README.md.mitchell
2013-01-07Removed donation link; README.txtmitchell
2012-10-29Updated for 6.0.mitchell
2012-09-12Documentation overhaul.mitchell
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-02Updated download link in README.md.mitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-06-27Updated the manual, README, and FAQ with new ncurses information.mitchell
2012-03-10Replaced doc/gen_manual.lua with new unversioned tool.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-07Removed doc/sidebar.md and added Donate section to README.md.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
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.