aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-06-15Renamed `ui.SILENT_PRINT` to `ui.silent_print`.mitchell
2016-06-15Changed some of 'lfs_ext' API.mitchell
Renamed `lfs.FILTER` to `lfs.default_filter` and removed `exclude_FILTER` argument from `lfs.dir_foreach()`.
2016-06-15Removed `exclude_FILTER` parameter from `io.quick_open()`.mitchell
It was unnecessarily complicating things. Just construct the proper filter.
2016-06-15Renamed "snapopen" to "quick open" in APIs and menus.mitchell
2016-06-14Fixed API documentation generation bug; doc/markdowndoc.luamitchell
Headers with non-alphanumeric characters were causing trouble.
2016-06-11Updated to Lua 5.3.3.mitchell
2016-04-29Textadept has been around for more than 8 years now; doc/manual.mdmitchell
2016-04-29Updated for 8.7.mitchell
2016-02-29Updated for 8.6.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
2016-01-29Added '-v' and '--version' command line parameters.mitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-31Textadept has been using Lua 5.3 for some time now; doc/manual.mdmitchell
2015-12-22No need to highlight the second edition of the book; doc/index.htmlmitchell
2015-11-11PGP sign packages for added integrity.mitchell
2015-11-07Updated for 8.4.mitchell
2015-10-01Updated for 8.3.mitchell
2015-09-09Fixed copyright date; doc/index.htmlmitchell
2015-08-31Updated for 8.2.mitchell
2015-06-30Updated for 8.1.mitchell
2015-05-01Updated book links for the second edition.mitchell
2015-05-01Updated 7 to 8 migration guide; doc/manual.mdmitchell
2015-04-30Updated for 8.0.mitchell
2015-04-01Added migration guide to 8.0; doc/manual.mdmitchell
2015-04-01Small code cleanup; doc/markdown.luamitchell
2015-03-14Updated compilation information and instructions for BSD; doc/manual.mdmitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
2015-03-10Updated for 7.9.mitchell
2015-03-10Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.mitchell
2015-03-07Updated language module link and location.mitchell
2015-01-31Updated for 7.8.mitchell
2014-12-31Updated copyright year.mitchell
2014-11-26Fixed documentation on terminal colors; doc/manual.mdmitchell
2014-11-24Updated curses compatibility notes; doc/manual.mdmitchell
2014-11-23Patch CDK for basic UTF-8 support.mitchell
The find & replace pane and UI dialogs can now handle UTF-8 characters. The support is functional, but not perfect. Since the patch only targets the widgets Textadept uses, it cannot be submitted to upstream CDK for inclusion. It's kind of a hack anyway.
2014-11-12Updated properties based on Scinterm updates.mitchell
Requires Scinterm r118 (changeset 8a7943225c5a).
2014-10-31Change rectangular selection mouse modifier back to Alt on Linux.mitchell
Enabled tapping Alt key during mouse selection to convert to rectangular selection and mentioned this in the manual.
2014-10-26Document that the terminal version does not support drag and drop; doc/manual.mdmitchell
2014-10-21Enable mouse clicks and movements in the terminal version.mitchell
This requires Scinterm r92 (changset 90ba2dd413c3).
2014-09-29Updated for 7.7.mitchell
2014-09-29State that "Replace in Selection" is for contiguous selections; doc/manual.htmlmitchell
2014-09-17Added terminal key binding to stop the currently running process.mitchell
2014-09-01Updated for 7.6; doc/index.htmlmitchell
2014-08-15Added note about `make deps` when compiling from source; doc/manual.mdmitchell
2014-08-13Separate ^H from Backspace in the terminal version.mitchell
Also have libtermkey take care of saving and restoring termios.
2014-07-18Fixed link; doc/manual.mdmitchell
2014-07-10Updated CHANGELOG.md.mitchell
2014-07-03Updated header links to be relative when possible; doc/.header.mdmitchell
2014-07-02Updated links and homepage.mitchell