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