aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-07Updated contact email address.mitchell
2012-03-07Removed doc/sidebar.md and added Donate section to README.md.mitchell
2012-03-07Renamed manual pages 1-9 to preserve sort order.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.
2012-03-08`_G.timeout()` accepts fractional seconds now; src/textadept.cmitchell
2012-03-06Added keypad keys to KEYSYMS; core/keys.luamitchell
2012-03-04`_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luamitchell
2012-03-03Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadocmitchell
2012-03-03Added documentation on propagation; core/keys.luamitchell
2012-03-03Added note about `modifiers` limitation for events; core/events.luamitchell
2012-03-03Added tag textadept_5.1 for changeset 4d129bfdbcdamitchell
2012-03-01Fixed bug introduced by 1053; core/gui.luamitchell
2012-02-29Updated Lua Adeptsense; modules/lua/apimitchell
2012-02-29Updated for 5.1.mitchell
2012-02-29Added more OSX key commands; modules/textadept/keys.luamitchell
From Robert Gieseke.
2012-02-28Fixed display of `buffer._type` when it has slashes in its name; core/gui.luamitchell
2012-02-26Support multiple '@return' tags in Lua Adeptsense documentation.mitchell
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-02-22Fixed LuaDoc errors.mitchell
2012-02-19Forgot to patch my system's LuaDoc for new formatting; modules/lua/apimitchell
2012-02-13Use compiler flags added to gcocoadialog; src/Makefilemitchell
2012-02-11Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/apimitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-02-10Preserve LuaDoc formatting using a patch to LuaDoc itself; scripts/luadoc.patchmitchell
Thanks to Tymur Gubayev.
2012-02-06Added tag textadept_5.0 for changeset 29ec08f2ccefmitchell
2012-01-31Include LuaJIT binaries in releases; src/Makefilemitchell
2012-01-31Updated Lua Adeptsense.mitchell
2012-01-31Updated for 5.0.mitchell
2012-01-31Added ChucK lexer; modules/textadept/mime_types.confmitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-19Fixed bug with recent files; modules/textadept/session.luamitchell
2012-01-17Use lines() instead of read() for processes; modules/textadept/run.luamitchell
While this does not stop io blocking, there might be another way.
2012-01-17Updated LuaDoc.mitchell
2012-01-16Updated tags.mitchell
2012-01-13Added extension filter and default filter; modules/textadept/snapopen.luamitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell
2012-01-11Added tag textadept_5.0_beta for changeset 6ab28d9a11d8mitchell
2012-01-10Updated Lua Adeptsense.mitchell
2012-01-10Updated for 5.0 beta.mitchell
2012-01-10Fix bug in reset() from upgrade to Lua 5.2; src/textadept.cmitchell
2012-01-06Updated manual.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Renamed editing module's 'current_word' to 'select_word'.mitchell
Also added utils function for deleting the current word.
2012-01-05Do not clear registered images when completing; modules/textadept/adeptsense.luamitchell
2012-01-05Fixed bug introduced in recent code cleanup; modules/textadept/editing.luamitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Change in core/compat.lua to not confuse LuaDoc.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell