aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2014-05-24Removed Adeptsense in favor of new framework committed in r1735.mitchell
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter functions.
2014-05-23Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.mitchell
The new `textadept.editing.autocomplete()` is a generic function for a new autocompletion framework that will replace Adeptsense. The framework involves individual autocompletion functions, such as one for autocompleting words. Also added new `AUTOCOMPLETE_ALL` setting for searching all buffers for word completions.
2014-04-30Updated CHANGELOG.md.mitchell
2014-04-11Updated CHANGELOG.md.mitchell
2014-04-01Updated CHANGELOG.md.mitchell
2014-03-01Updated CHANGELOG.md.mitchell
2014-02-10Updated CHANGELOG.md.mitchell
2014-01-12New home page along with some documentation content and layout changes.mitchell
2014-01-01Updated CHANGELOG.md.mitchell
2013-12-18Renamed "hypertext" lexer to "html".mitchell
2013-11-11Updated CHANGELOG.md.mitchell
2013-11-03Link to the book's Table of Contents.mitchell
2013-11-02Added links to order the book and make donations.mitchell
2013-11-01Updated CHANGELOG.md.mitchell
2013-10-21Updated CHANGELOG.md.mitchell
2013-09-30Updated CHANGELOG.md.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
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-11Updated CHANGELOG.md.mitchell
2013-08-10Updated CHANGELOG.md.mitchell
2013-07-10Updated CHANGELOG.md.mitchell
2013-07-08Renamed Textadept module's "mime_types" to "file_types" and removed config file.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-07-01Updated CHANGELOG.md.mitchell
2013-05-31Updated CHANGELOG.md.mitchell
2013-05-29Fixed crash caused by split views.mitchell
This fix is in 6.6.
2013-05-25Updated CHANGELOG.md.mitchell
2013-04-30Updated CHANGELOG.md.mitchell
2013-03-31Updated CHANGELOG.md.mitchell
2013-03-01Updated CHANGELOG.md.mitchell
2013-02-01Updated CHANGELOG.md.mitchell
2013-01-01Updated CHANGELOG.md.mitchell
2012-12-10Updated CHANGELOG.md.mitchell
2012-10-31Updated CHANGELOG.md.mitchell
2012-10-01Updated CHANGELOG.md.mitchell
2012-09-04Fixed links and formatting; CHANGELOG.mdmitchell
2012-08-30Updated CHANGELOG.md.mitchell
2012-08-29Updated CHANGELOG.md.mitchell
2012-07-29Updated CHANGELOG.md.mitchell
2012-06-29Correctly cross-compile LuaJIT for Mac OSX.mitchell
2012-06-29Updated CHANGELOG.md.mitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-05-31Updated for Textadept 5.4.mitchell
2012-04-30Updated CHANGELOG.md.mitchell
2012-03-28Updated CHANGELOG.md.mitchell
2012-03-17Fixed link in CHANGELOG.md.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-11Include Atom feed; CHANGELOG.mdmitchell
2012-03-11Added download links; CHANGELOG.mdmitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-07Fixed links in CHANGELOG.md.mitchell