Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-29 | Updated copyright information. | ||
2020-09-14 | More link updates. | ||
2020-09-14 | More small documentation updates. | ||
2020-09-13 | Lots of documentation updates. | ||
Updated header id generation, anchors, links, and header levels. Added dedicated book page and support data. Removed extra module autocompletion and documentation from Lua module. Removed GPG signing and verification, as everything is built and distributed on GitHub. Removed all release links prior to 10.8 since there is no point in uploading the relevant files to GitHub. | |||
2020-08-17 | Updated some documentation and use macOS instead of Mac OSX. | ||
2020-07-28 | Updated for 11.0 alpha 3. | ||
2020-07-16 | Minor LuaDoc updates and spelling corrections. | ||
2020-07-14 | Renamed os.spawn() parameter from 'argv' to 'cmd'. | ||
There should be no confusion that it's a command line string, not a table of strings. | |||
2020-07-04 | Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`. | ||
2020-05-31 | Updated for 11.0 alpha 2. | ||
2020-03-29 | Updated for 11.0 alpha. | ||
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. | ||
2020-03-10 | Core code cleanup, reformat, refactoring, and bugfixes. | ||
`events.FILE_CHANGED` was not emitting a filename. Added tests for key commands, keychains, and key modes. | |||
2020-03-03 | Added test suite and API type checking for more helpful error messages. | ||
2020-02-26 | Small code cleanup. | ||
2020-01-16 | Fixed some Windows terminal version issues and updated to PDCurses 3.9. | ||
`io.popen()` and `os.execute()` change the console mode such that mouse clicks are no longer detected. Make sure it's reset. Also prevent `os.execute()` output from overwriting the window. | |||
2019-12-31 | Updated copyright year. | ||
2019-12-31 | Updated for 10.8. | ||
2019-10-31 | Updated for 10.7. | ||
2019-08-30 | Updated for 10.6. | ||
2019-06-30 | Updated for 10.5. | ||
2019-04-26 | Updated for 10.4. | ||
2019-02-28 | Updated for 10.3. | ||
2019-02-16 | Updated copyright year. | ||
2018-12-29 | Updated for 10.3 beta. | ||
2018-10-31 | Updated for 10.2. | ||
2018-10-15 | Tweaked `os.spawn()` to allow omission of both cwd and env parameters. | ||
2018-10-14 | Experimentally move external lspawn module into Lua os module as a patch. | ||
2018-09-28 | Updated for 10.1. | ||
2018-07-28 | Removed optional '*' prefix in I/O reads. | ||
Lua 5.3 made them optional and LuaJIT support has been dropped. | |||
2018-07-26 | Updated for 10.0. | ||
2018-05-31 | Updated for Textadept 10.0 beta 2. | ||
2018-04-30 | Updated for Textadept 10.0 beta. | ||
2018-04-25 | Removed LuaJIT version of Textadept. | ||
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax. | |||
2018-03-30 | Updated for 10.0 alpha 3. | ||
2018-02-28 | Updated for 10.0 alpha 2. | ||
2018-01-25 | Updated copyright year. | ||
2017-12-31 | Updated for 10.0 alpha. | ||
2017-11-18 | Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0. | ||
2017-10-31 | Updated for 9.6. | ||
2017-08-28 | Updated for 9.5. | ||
2017-06-30 | Updated for 9.5 beta. | ||
2017-04-30 | Updated for 9.4. | ||
2017-03-15 | Updated LuaDoc; core/init.lua | ||
2017-02-28 | Updated for 9.3. | ||
2017-01-02 | Improved LuaJIT compatibility; core/init.lua | ||
Some third-party extensions make use of Lua 5.3's `table.insert()`. | |||
2016-12-31 | Updated copyright information. | ||
2016-12-21 | Updated for 9.2. | ||
2016-12-08 | Updated for 9.1. | ||
2016-10-19 | Updated to Scintilla 3.7.0. | ||