Age | Commit message (Expand) | Author |
2010-10-28 | Updated for version 3.4. |  mitchell |
2010-10-18 | Set Lua locale for string comparisons; core/init.lua |  mitchell |
2010-09-29 | Updated for version 3.3. |  mitchell |
2010-09-01 | Updated files for version 3.2. |  mitchell |
2010-08-21 | Updated files for version 3.1. |  mitchell |
2010-07-01 | Updated files for version 3.0. |  mitchell |
2010-06-20 | Updated version info for 3.0 beta. |  mitchell |
2010-06-17 | Added dynamic command line argument handling. |  mitchell |
2010-06-16 | Code and documentation cleanup. |  mitchell |
2010-06-15 | Removed user_dofile() of keys and snippets. |  mitchell |
2010-06-14 | Create ~/.textadept/init.lua if one does not already exist; core/init.lua |  mitchell |
2010-06-11 | Removed _G.textadept. |  mitchell |
2010-06-11 | Renamed textadept.events to events, renamed 'handle' and 'add_handler'. |  mitchell |
2010-05-18 | Remove initial 'Untitled' buffer when necessary; core/init.lua |  mitchell |
2010-05-10 | Updated files for version 2.2 release. |  mitchell |
2010-04-29 | Modified files for 2.2 beta 2 release. |  mitchell |
2010-04-05 | Code cleanup. |  mitchell |
2010-03-30 | Added About dialog. |  mitchell |
2010-03-29 | Use textadept.user_dofile() for user init.lua. |  mitchell |
2010-03-23 | Added textadept.user_dofile to load user files like key commands and snippets. |  mitchell |
2010-03-10 | Added textadept.buffer_switch() to replace side pane's buffer browser. |  mitchell |
2010-02-23 | Remove trailing '/' from paths; core/init.lua |  mitchell |
2010-01-07 | Updated copyright to 2010. |  mitchell |
2009-11-08 | Search _USERHOME for theme names in addition to _HOME. |  mitchell |
2009-07-12 | No need for package.cpath in core/init.lua anymore. |  mitchell |
2009-07-08 | Replace lua_dialog with gcocoadialog. |  mitchell |
2009-07-08 | Create ~/.textadept/ if it doesn't exist; core/init.lua |  mitchell |
2009-07-07 | Use ~/.textadept/ for user settings, sessions, themes, lexers, etc. |  mitchell |
2009-05-01 | Eliminated redundant LuaDoc. |  mitchell |
2009-02-14 | Read and write in binary mode for everything. |  mitchell |
2009-02-10 | Moved the textadept.locale table into the globals table. |  mitchell |
2009-02-10 | Use a _type field for special _print() buffers' titles instead of 'Untitled'. |  mitchell |
2009-02-08 | Cleaned up code, used argchecks instead of Lua errors, and enhanced stability. |  mitchell |
2009-01-27 | Print messages to a split view instead of switching buffers; core/init.lua |  mitchell |
2009-01-25 | Replaced str:match with str:find where applicable for speed improvements. |  mitchell |
2009-01-24 | Use lexer themes defined in Textadept's themes/, not scintilla-st's themes/. |  mitchell |
2009-01-23 | Look for ~/.ta_theme for setting _THEME; core/init.lua |  mitchell |
2009-01-16 | Created a way to print messages to different kinds of buffers, not just error. |  mitchell |
2009-01-10 | Various improvements to speed and readability of Lua code. |  mitchell |
2009-01-08 | Reformatted all C and Lua code to a single standard for each language. |  mitchell |
2009-01-03 | Added localization support. |  mitchell |
2009-01-01 | Updated copyright dates for 2009. |  mitchell |
2008-12-22 | Fixed bugs in macros and macro browser. |  mitchell |
2008-12-12 | Previous fix for cancelling CocoaDialog was not a fix; core/init.lua |  mitchell |
2008-12-10 | Fix cancelling CocoaDialog bug; core/init.lua |  mitchell |
2008-10-27 | Updated Textadept to compile and run on OSX with native GTK framework. |  mitchell |
2008-09-24 | Added _THEME variable; themes are now directories with view.lua and buffer.lua. |  mitchell |
2008-09-19 | Added preliminary support for Textadept on Windows. |  mitchell |
2008-06-25 | Reverted treating lua_dialog as a program; adds Lua as an unwanted dependency. |  mitchell |
2008-06-25 | Treat lua_dialog.lua as a program, not module; core/init.lua |  mitchell |