aboutsummaryrefslogtreecommitdiff
path: root/THANKS.md
AgeCommit message (Collapse)Author
2020-09-04Moved all top-level .md files into docs/ except README.md.mitchell
Also fixed lack of header anchors in generated HTML.
2018-06-12Updated German localization.mitchell
Thanks to Christof Böckler.
2017-08-27Updated Info.plist such that Textadept appears in the "Open With..." menu.mitchell
Thanks to Franck Guadagnini.
2016-09-12Better handling of key bindings on international keyboards.mitchell
Try to ensure the default bindings work on international keyboards (e.g. `Ctrl+я` should be `Ctrl+Z` on a Russian keyboard). Thanks to Heck Fy.
2016-07-24Added `events.TAB_CLICKED` event.mitchell
This allows for the user to override the default switch behavior (e.g. switch to an existing split view that already has the target buffer open). Thanks to Gabriel Dubatti.
2016-02-05Fix building CDK in debug mode.mitchell
In debug mode, inline functions are not inlined, so ensure internal linkage. Thanks to Markus F.X.J. Oberhume.
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.
2015-12-10Do not visit buffers that do not need saving in `io.save_all_files()`.mitchell
This speeds up `io.save_all_files()`, particularly on remote filesystems. Thanks to Ivan Baidakou.
2015-11-16Added support for SNOBOL4.mitchell
Thanks to Michael Richter.
2015-07-28Added Italian translation and updated French translation.mitchell
Thanks to Giovanni Salmeri.
2015-03-17Allow bookmarks to be toggled on specific lines; modules/textadept/bookmarks.luamitchell
Thanks to Lance Larsen.
2015-01-15Fix opening network path files on Win32.mitchell
Thanks to Daniel Wutke.
2014-11-13Added Arabic translation.mitchell
Thanks to Ahed Eid.
2014-06-21Added Polish translation.mitchell
Thanks to Piotr Orzechowski.
2014-06-20More info on sponsorship.mitchell
2014-06-20Added sponsors and sponsorship info; THANKS.mdmitchell
2014-03-12Changed line endings back to UNIX; THANKS.mdmitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-01-14Added Swedish translation from Niklas Wallén.mitchell
2013-05-20Fix caret placement in block comment/uncomment.mitchell
Thanks to Richard Philips.
2013-05-15Fixed misspelling; THANKS.mdmitchell
2013-04-04Support retina displays on OSX.mitchell
Thanks to John Benediktsson.
2012-11-26Do not set DESTDIR and added PREFIX; src/Makefilemitchell
This allows for easier building of packages. Thanks to Pedro Andres Arranda Gutierrez.
2012-09-25Bugfix for `string.iconv()` from Gilles Grégoire.mitchell
Sometimes the converted text will not fit into its allocated buffer.
2012-07-13Updated documentation on compiling.mitchell
Thanks to Bill Meahan for help with compiling on BSD.
2012-03-22Added Spanish translation from Manuel Montenegro.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files.