aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-07-30Document the inability to create buffers during initialization.mitchell
2019-07-30Use CP1252 instead of ISO-8859-1.mitchell
CP1252 is a superset of ISO-8859-1.
2019-06-30Updated for 10.5.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2019-04-30Removed "new" references to the Textadept Quick References book.mitchell
2019-04-26Updated for 10.4.mitchell
2019-02-28Updated for 10.3.mitchell
2019-02-16Updated copyright year.mitchell
2018-11-27Added command line switch to jump to a buffer line.mitchell
This is more convenient than '-e "goto_line(n - 1)"'.
2018-11-01Updated manual and CHANGELOG.md.mitchell
2018-10-31Updated for 10.2.mitchell
2018-09-28Updated for 10.1.mitchell
2018-08-02Corrected ambiguous sentence on home page.mitchell
2018-07-28Updated links to new edition of the Quick Reference book.mitchell
2018-07-26Updated for 10.0.mitchell
2018-05-22Note lack of ability to search for newline characters in regexes.mitchell
2018-05-04Updated migration guide to note that `bit32` has been removed.mitchell
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-04-2564-bit executables require Mac OSX 10.6 or later.mitchell
2018-04-19Experimental move to 64-bit executables on Mac OSX.mitchell
It seems 32-bit executables will not be allowed soon.
2018-04-15Updated Textadept icon.mitchell
2018-03-25Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.mitchell
2018-03-19Clarified `M-` modifier key for the terminal version in the manual.mitchell
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
2018-02-24Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.mitchell
2018-02-16Save to the loaded session on quit and removed `default_session` option.mitchell
2018-02-16Added UTF-16 to the default list of detected encodings.mitchell
2018-01-25Updated copyright year.mitchell
2017-12-31Added Textadept 9 to 10 migration guide.mitchell
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
As a result, no need for a *properties.lua* file anymore. Also, renamed `ui.set_theme()` to `buffer.set_theme()`.
2017-11-06Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.mitchell
2017-10-31Removed accidentally committed link.mitchell
2017-10-31Updated for 9.6.mitchell
2017-08-28Updated for 9.5.mitchell
2017-07-08Just link to donation page and e-book page instead of embedding them.mitchell
2017-07-02Added ability for buffer list to show buffers by z-order.mitchell
2017-06-27Textadept Quick Reference Third Edition is no longer "new".mitchell
2017-06-22Lua command entry improvements.mitchell
Mimic Lua 5.3 interpreter by auto-printing results and making '=' prefix optional, call returned functions implicitly (no calling parentheses required), and pretty print tables.
2017-06-20Updated key binding in manual for cancelling a snippet.mitchell
2017-04-30Updated for 9.4.mitchell
2017-03-16Mac uses `Esc` now instead of `⎋`; doc/manual.mdmitchell
2017-02-28Updated for 9.3.mitchell
2017-02-12Improved build for when dependencies are updated, and added summary to manual.mitchell
2017-01-06Fixed typo; doc/manual.mdmitchell
2016-12-31Added footer link; doc/.footer.mdmitchell
2016-12-31Updated copyright information.mitchell
2016-12-21Updated for 9.2.mitchell
2016-12-08Updated for 9.1.mitchell
2016-11-04Removed MacRoman encoding option, as OSX uses UTF-8 by default.mitchell
2016-09-29Added link to learning Lua; doc/index.htmlmitchell