aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
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.