Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | ||
2011-06-30 | Updated for 3.9. | ||
2011-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-06-10 | Updated for 3.8. | ||
2011-04-27 | Updated for 3.7. | ||
2011-03-29 | Updated for version 3.7 beta 3. | ||
2011-02-28 | Updated for version 3.7 beta 2. | ||
2011-02-01 | Updated for version 3.7 beta. | ||
2011-01-21 | Code cleanup. | ||
2010-12-28 | Updated copyright information. | ||
2010-12-28 | Updated for version 3.6. | ||
2010-12-26 | Separated key command manager from key command definitions. | ||
2010-11-30 | Updated for version 3.5. | ||
2010-11-23 | Code cleanup. | ||
Also modified the editing module's enclose() and select_enclosed() functions. | |||
2010-10-28 | Updated for version 3.4. | ||
2010-10-18 | Set Lua locale for string comparisons; core/init.lua | ||
This is needed to sort tables for Scintilla autocompletion lists correctly. | |||
2010-09-29 | Updated for version 3.3. | ||