Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-12 | New home page along with some documentation content and layout changes. | ||
2014-01-01 | Updated CHANGELOG.md. | ||
2013-12-18 | Renamed "hypertext" lexer to "html". | ||
2013-11-11 | Updated CHANGELOG.md. | ||
2013-11-03 | Link to the book's Table of Contents. | ||
2013-11-02 | Added links to order the book and make donations. | ||
2013-11-01 | Updated CHANGELOG.md. | ||
2013-10-21 | Updated CHANGELOG.md. | ||
2013-09-30 | Updated CHANGELOG.md. | ||
2013-09-27 | Integrated compile and run commands for most languages. | ||
Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns. | |||
2013-09-11 | Updated CHANGELOG.md. | ||
2013-08-10 | Updated CHANGELOG.md. | ||
2013-07-10 | Updated CHANGELOG.md. | ||
2013-07-08 | Renamed Textadept module's "mime_types" to "file_types" and removed config file. | ||
2013-07-08 | Renamed "language-specific" modules to just "language modules" in documentation. | ||
2013-07-01 | Updated CHANGELOG.md. | ||
2013-05-31 | Updated CHANGELOG.md. | ||
2013-05-29 | Fixed crash caused by split views. | ||
This fix is in 6.6. | |||
2013-05-25 | Updated CHANGELOG.md. | ||
2013-04-30 | Updated CHANGELOG.md. | ||
2013-03-31 | Updated CHANGELOG.md. | ||
2013-03-01 | Updated CHANGELOG.md. | ||
2013-02-01 | Updated CHANGELOG.md. | ||
2013-01-01 | Updated CHANGELOG.md. | ||
2012-12-10 | Updated CHANGELOG.md. | ||
2012-10-31 | Updated CHANGELOG.md. | ||
2012-10-01 | Updated CHANGELOG.md. | ||
2012-09-04 | Fixed links and formatting; CHANGELOG.md | ||
2012-08-30 | Updated CHANGELOG.md. | ||
2012-08-29 | Updated CHANGELOG.md. | ||
2012-07-29 | Updated CHANGELOG.md. | ||
2012-06-29 | Correctly cross-compile LuaJIT for Mac OSX. | ||
2012-06-29 | Updated CHANGELOG.md. | ||
2012-06-02 | GCocoaDialog was renamed gtDialog. | ||
2012-05-31 | Updated for Textadept 5.4. | ||
2012-04-30 | Updated CHANGELOG.md. | ||
2012-03-28 | Updated CHANGELOG.md. | ||
2012-03-17 | Fixed link in CHANGELOG.md. | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-11 | Include Atom feed; CHANGELOG.md | ||
2012-03-11 | Added download links; CHANGELOG.md | ||
2012-03-08 | Moved Manual into `doc/` root directory. | ||
2012-03-07 | Fixed links in CHANGELOG.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. |