Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-27 | Updated for 6.6 beta. | ||
2013-04-24 | Renamed `_G.buffer_new()` to `buffer.new()`. | ||
2013-04-17 | Inline LuaJIT compatibility since it is mostly compatible with Lua 5.2. | ||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-03-31 | Updated for 6.5. | ||
2013-03-25 | Added lfs.dir_foreach() for allowing Find in Files to have a filter. | ||
Also moved snapopen module into core as io.snapopen(). | |||
2013-02-27 | Updated for 6.4. | ||
2013-01-29 | Updated for 6.3. | ||
2013-01-20 | Updated copyright date. | ||
2012-12-30 | Updated for 6.2. | ||
2012-12-09 | Updated for 6.1. | ||
2012-12-01 | Updated parameter LuaDoc. | ||
2012-11-19 | Rewrote LuaDoc. | ||
2012-10-29 | Updated for 6.0. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-10-22 | Fix string collation bug in ncurses due to CDK. | ||
CDK would reset locale settings so autocomplete lists would not sort correctly. | |||
2012-09-30 | Updated for 6.0 beta 3. | ||
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-29 | Updated for 6.0 beta 2. | ||
2012-07-26 | Updated for 6.0 beta. | ||
2012-07-21 | Lua code cleanup and API changes. | ||
2012-06-27 | Updated for 5.5 beta. | ||
2012-05-31 | Updated for Textadept 5.4. | ||
2012-04-30 | Updated for Textadept 5.3. | ||
2012-03-26 | Updated for 5.2. | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-07 | Updated contact email address. | ||
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. | |||
2012-02-29 | Updated for 5.1. | ||
2012-02-10 | Update LuaDoc with new formatting. | ||
2012-01-31 | Updated for 5.0. | ||
2012-01-17 | Updated LuaDoc. | ||
2012-01-12 | Create separate LuaDoc for module table fields. | ||
2012-01-10 | Updated for 5.0 beta. | ||
2012-01-06 | Updated copyright information. | ||
2012-01-05 | Rename '_m' to '_M'. | ||
2011-12-31 | Changed 'locale.localize()' to global '_L' table. | ||
2011-12-31 | Code cleanup. | ||
2011-12-22 | Release is alpha, not beta; core/init.lua | ||
2011-12-21 | Updated for 5.0 alpha. | ||
2011-12-20 | Wrap LuaDoc for C tables and functions in long comments. | ||
2011-12-15 | Add support for compiling with LuaJIT. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
2011-11-28 | Updated for 4.3. | ||
2011-11-23 | Added theme utilities, modified light and dark themes, and removed scite theme. | ||
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki. | |||
2011-10-31 | Updated for 4.2. | ||
2011-09-28 | Updated for 4.1. | ||
2011-08-30 | Updated for 4.0. | ||
2011-08-10 | Updated for 4.0 beta 2. | ||
2011-07-30 | Updated for 4.0 beta. | ||