Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-02 | Updated to Lua 5.3.4. | ||
2016-12-31 | Updated copyright information. | ||
2016-12-30 | Updated to Scintilla 3.7.2. | ||
2016-12-05 | Updated to Scintilla 3.7.1. | ||
2016-11-01 | Improvements and fixes to the `install` rule; src/Makefile | ||
Thanks to Pedro Andres Aranda Gutierrez. | |||
2016-10-31 | Automatically install/uninstall .desktop files as necessary; src/Makefile | ||
2016-10-19 | Updated to Scintilla 3.7.0. | ||
2016-09-15 | Updated to Scintilla 3.6.7 and Scintillua 3.6.7-1. | ||
2016-08-29 | Updated to gtdialog 1.3; src/Makefile | ||
2016-07-04 | Replaced Lua pattern matching with Regex via Scintilla and TRE. | ||
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines. | |||
2016-07-04 | Fixed OSX build; src/Makefile | ||
libgthread.dylib is still required by at least libgtkmacintegration.dylib. | |||
2016-06-11 | Updated to Lua 5.3.3. | ||
2016-06-05 | Updated to Scintilla 3.6.6; src/Makefile | ||
2016-04-26 | Updated Scintilla, Scinterm, and lspawn; src/Makefile | ||
2016-03-26 | Always link to iconv on BSD; src/Makefile | ||
Do not assume GTK+'s pkg-config lib flags give iconv. | |||
2016-03-26 | Support UTF-8 Lua pattern matching. | ||
Makes use of an external luautf8 library, but only a subset of it. | |||
2016-03-18 | Updated to Scintilla and Scintillua 3.6.4; src/Makefile | ||
2016-02-29 | Temporarily use latest version of Scintillua; src/Makefile | ||
2016-02-25 | Updated to lspawn 1.4; src/Makefile | ||
2016-02-03 | Updated to Scinterm 1.7; src/Makefile | ||
2016-02-01 | Use an archived CDK version instead of the latest; src/Makefile | ||
Otherwise building Textadept from the source could break at any time. | |||
2016-01-23 | Updated to Scintillua 3.6.3-1; src/Makefile | ||
2016-01-20 | Updated to Scintilla 3.6.3 and enabled idle styling. | ||
Patched Scintilla to prevent warning on widget destroy. | |||
2015-12-31 | Use the latest hg version of Scintillua; src/Makefile | ||
2015-12-31 | Updated copyright date. | ||
2015-12-06 | Updated to Lua 5.3.2. | ||
2015-11-13 | No need to PGP sign non-source archives; src/Makefile | ||
2015-11-11 | PGP sign packages for added integrity. | ||
2015-11-07 | Updated to Scintilla and Scintillua 3.6.2. | ||
2015-10-14 | Updated to LPeg 1.0; src/Makefile | ||
2015-10-01 | Updated lspawn and Scintillua dependency versions; src/Makefile | ||
2015-09-29 | Added Gherkin lexer. | ||
Requires Scintillua r514 (changeset 8bce8ef421d7). | |||
2015-09-15 | Updated to Scintilla 3.6.1. | ||
2015-08-03 | Updated to Scintillua 3.6.0-1; src/Makefile | ||
2015-08-02 | Updated to Scintilla 3.6.0. | ||
2015-06-30 | Updated for 8.1. | ||
2015-06-23 | Updated to Scintilla 3.5.7. | ||
2015-06-22 | Updated to Lua 5.3.1. | ||
2015-06-01 | Updated to Scintilla 3.5.6; src/Makefile | ||
2015-04-18 | Updated to Scintilla 3.5.5. | ||
2015-04-18 | Updated to Scintillua 3.5.5-1 and Scinterm 1.6; src/Makefile | ||
2015-04-18 | Fixed 'require' bug with lfs and utf8 in LuaJIT version. | ||
2015-04-01 | Updated archives for 8.0 alpha. | ||
2015-03-18 | Updated the location of ncurses on the build server; src/Makefile | ||
2015-03-16 | Fixed CFLAGS and CXXFLAGS passing for automated x86_64 builds; src/Makefile | ||
2015-03-14 | Updated lfs download zip name and link; src/Makefile | ||
On FreeBSD the https link was problematic. | |||
2015-03-14 | Updated lfs download zip name; src/Makefile | ||
2015-03-13 | Fixed build flags; src/Makefile | ||
These flags were causing the nightly builds to fail. Lua 5.3's 64-bit integers use "long long", which is not supported by c++98. However, mingw32 has issues with -std=c++0x and apple-darwin does not support it at all. Instead, resort to disabling the "long long" warning. | |||
2015-03-11 | Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3. | ||
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes. | |||
2015-03-10 | Need latest Scinterm to utilize Scintilla patch from r1949; src/Makefile | ||