Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Thanks to Christof Böckler.
|
|
|
|
Zip them all into a single archive during the build process.
|
|
|
|
|
|
Otherwise, `make deps` and `make deps NIGHTLY=1` may not download the right
ones.
|
|
|
|
|
|
Long filenames are clipped.
|
|
|
|
|
|
|
|
|
|
Thanks to Christof Böckler.
|
|
External modules that have finalizers (__gc metamethod) need to be run now,
or else segfaults can occur when running the gc later with stale data.
|
|
Once the patch submitted upstream is accepted, this patch will not be needed.
|
|
Once the patch submitted upstream is accepted, this patch will not be needed.
|
|
|
|
Include buffer/view constants as well, which should have been there anyway.
|
|
It was failing in a group setting, not individually.
|
|
This also prevents a crash on exit in some circumstances, due to mismatched
metatables.
|
|
|
|
|
|
Previously, LF was expected, so CR (if present) would be in every message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Manuel Montenegro.
|
|
|
|
Removed redundant stats link.
|
|
The compatibility checker is not perfect, and it serves primarily to remind
users to double-check their key shortcuts for Textadept 11.
|
|
|
|
Having the direct links in e-mail notifications seems valuable. It also saves
having to search through release assets in the Web UI.
|
|
This is analagous to `events.FIND_TEXT_CHANGED`.
|
|
Also moved buffer state save/restore into ui module.
|
|
|
|
|
|
|
|
|