aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Removed doc/sidebar.md and added Donate section to README.md.Gravatar mitchell2012-03-07
* Renamed manual pages 1-9 to preserve sort order.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* `_G.timeout()` accepts fractional seconds now; src/textadept.cGravatar mitchell2012-03-08
* Added keypad keys to KEYSYMS; core/keys.luaGravatar mitchell2012-03-06
* `_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luaGravatar mitchell2012-03-04
* Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadocGravatar mitchell2012-03-03
* Added documentation on propagation; core/keys.luaGravatar mitchell2012-03-03
* Added note about `modifiers` limitation for events; core/events.luaGravatar mitchell2012-03-03
* Added tag textadept_5.1 for changeset 4d129bfdbcdaGravatar mitchell2012-03-03
* Fixed bug introduced by 1053; core/gui.luaGravatar mitchell2012-03-01
* Updated Lua Adeptsense; modules/lua/apiGravatar mitchell2012-02-29
* Updated for 5.1.Gravatar mitchell2012-02-29
* Added more OSX key commands; modules/textadept/keys.luaGravatar mitchell2012-02-29
* Fixed display of `buffer._type` when it has slashes in its name; core/gui.luaGravatar mitchell2012-02-28
* Support multiple '@return' tags in Lua Adeptsense documentation.Gravatar mitchell2012-02-26
* Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.Gravatar mitchell2012-02-22
* Fixed LuaDoc errors.Gravatar mitchell2012-02-22
* Forgot to patch my system's LuaDoc for new formatting; modules/lua/apiGravatar mitchell2012-02-19
* Use compiler flags added to gcocoadialog; src/MakefileGravatar mitchell2012-02-13
* Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/apiGravatar mitchell2012-02-11
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Preserve LuaDoc formatting using a patch to LuaDoc itself; scripts/luadoc.patchGravatar mitchell2012-02-10
* Added tag textadept_5.0 for changeset 29ec08f2ccefGravatar mitchell2012-02-06
* Include LuaJIT binaries in releases; src/MakefileGravatar mitchell2012-01-31
* Updated Lua Adeptsense.Gravatar mitchell2012-01-31
* Updated for 5.0.Gravatar mitchell2012-01-31
* Added ChucK lexer; modules/textadept/mime_types.confGravatar mitchell2012-01-31
* Rename module shortcut variables.Gravatar mitchell2012-01-24
* Fixed bug with recent files; modules/textadept/session.luaGravatar mitchell2012-01-19
* Use lines() instead of read() for processes; modules/textadept/run.luaGravatar mitchell2012-01-17
* Updated LuaDoc.Gravatar mitchell2012-01-17
* Updated tags.Gravatar mitchell2012-01-16
* Added extension filter and default filter; modules/textadept/snapopen.luaGravatar mitchell2012-01-13
* Create separate LuaDoc for module table fields.Gravatar mitchell2012-01-12
* Added tag textadept_5.0_beta for changeset 6ab28d9a11d8Gravatar mitchell2012-01-11
* Updated Lua Adeptsense.Gravatar mitchell2012-01-10
* Updated for 5.0 beta.Gravatar mitchell2012-01-10
* Fix bug in reset() from upgrade to Lua 5.2; src/textadept.cGravatar mitchell2012-01-10
* Updated manual.Gravatar mitchell2012-01-06
* Updated copyright information.Gravatar mitchell2012-01-06
* Code cleanup.Gravatar mitchell2012-01-05
* Renamed editing module's 'current_word' to 'select_word'.Gravatar mitchell2012-01-05
* Do not clear registered images when completing; modules/textadept/adeptsense.luaGravatar mitchell2012-01-05
* Fixed bug introduced in recent code cleanup; modules/textadept/editing.luaGravatar mitchell2012-01-05
* Rename '_m' to '_M'.Gravatar mitchell2012-01-05
* Change in core/compat.lua to not confuse LuaDoc.Gravatar mitchell2012-01-01
* Code cleanup.Gravatar mitchell2012-01-01
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
* Code cleanup.Gravatar mitchell2011-12-31