Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | Updated to Scintilla 3.10.4. | ||
2019-03-14 | Updated to lfs 1.7.0 and lpeg 1.0.2. | ||
Also updated LuaDoc. | |||
2019-03-09 | Updated to Scintilla 3.10.3. | ||
2019-02-28 | Removed patch fixed in Scintilla 3.10.2. | ||
2019-02-28 | Updated for 10.3. | ||
2019-02-28 | Updated to Scintilla 3.10.2. | ||
2019-02-16 | Updated copyright year. | ||
2019-02-13 | Use WGET variable in Makefile for fetching dependencies. | ||
This allows other tools like curl to be used. | |||
2018-12-29 | Updated for 10.3 beta. | ||
2018-12-17 | Fixed handling of escaped double-quotes in `os.spawn()` on curses. | ||
2018-11-27 | Fixed Alt+Gr key handling in the Windows terminal version. | ||
2018-11-25 | Hijack `buffer:load_lexer_library()` to allow manual setting of input method. | ||
Apparently Mac OSX 10.14 is causing problems with GTK-OSX's normal input method switching. The input methods available are in Textadept.app's Contents/Resources/etc/gtk- 2.0/gtk.immodules file. Use the first string identifier. | |||
2018-11-10 | Use versioned win32curses.zip. | ||
This allows previous versions of Textadept to compile against PDCurses 3.4 and newer versions to compile against 3.6. | |||
2018-11-10 | Fixed compiling issues with updated PDCurses 3.6. | ||
2018-11-10 | Updated to PDCurses 3.6. | ||
2018-11-04 | Temporarily patched Scintilla to send SC_UPDATE_SELECTION for multiple select. | ||
This only affects `buffer:multiple_select_add_[next|each]()`. Patch submitted upstream. | |||
2018-10-31 | Updated for 10.2. | ||
2018-10-31 | Updated to Scintilla 3.10.1. | ||
2018-10-31 | Fix potential crashes in `string.iconv()` with tiny strings. | ||
2018-10-22 | Fixed Makefile rule for rebuilding lua src directory. | ||
Some lualibs files are read-only. | |||
2018-10-17 | Return spawned process' exit code in `spawn_proc:wait()`. | ||
2018-10-17 | Fixed bug introduced in r2520. | ||
2018-10-16 | Attempt to fix key handling on international keyboards. | ||
Updating to GTK 2.24.32 on Windows seems to have removed the need to translate keys. It is possible that some international layouts do not need it, but some do. | |||
2018-10-16 | Restore Mac-specific spawned process file descriptor monitoring. | ||
Despite the fact GLib no longer aborts when polling file descriptors, it still appears to mostly block while polling, rendering Textadept mostly useless. | |||
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-10-12 | Updated to latest lspawn for proper return values for empty lines and EOF. | ||
This was not being handled correctly in the terminal version. | |||
2018-10-01 | Updated to latest lspawn for proper '\r\n' line handling during line reads. | ||
This is for the curses version. | |||
2018-09-28 | Updated for 10.1. | ||
2018-09-13 | Updated to latest lspawn for proper '\r\n' line handling during line reads. | ||
2018-09-10 | Added ability to save/restore persistent data during reset. | ||
2018-09-10 | Updated to GTK 2.24.32 on Windows. | ||
2018-07-26 | Updated for 10.0. | ||
2018-07-15 | Updated to Lua 5.3.5. | ||
2018-06-30 | Updated to Scintilla 3.10.0. | ||
2018-06-12 | Fixed child lexers that embed themselves into parents and fixed proxy lexers. | ||
Also removed temporary Scintilla patch that has been applied. | |||
2018-05-31 | Updated for Textadept 10.0 beta 2. | ||
2018-05-27 | Refer to Lua's 'package.loaded' table name by constant, not literal. | ||
2018-05-22 | Insert version numbers into manual and API documentation. | ||
This should result in less confusion between stable and unstable release documentation, depending on which version is on the website. | |||
2018-05-11 | Fixed crash on Mac OSX with regex searches. | ||
2018-05-07 | Prefix cdk build objects in order to prevent clashes on icase filesystems. | ||
2018-04-30 | Updated for Textadept 10.0 beta. | ||
2018-04-29 | Fixed potential crash in the terminal version with newer versions of ncurses. | ||
2018-04-26 | Fixed build error introduced in last commit. | ||
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-04-21 | Attempt to fix experimental 64-bit Mac build issues. | ||
2018-04-20 | Updated OSX dylibs. | ||
2018-04-20 | Need pre-compiled 64-bit libluajit.osx.a. | ||
Trying to compile on the 32-bit build server results in a pointer size mismatch, just like with x86_64 Linux build. | |||
2018-04-19 | Experimental move to 64-bit executables on Mac OSX. | ||
It seems 32-bit executables will not be allowed soon. | |||
2018-03-30 | Updated for 10.0 alpha 3. | ||