aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/session.lua
AgeCommit message (Expand)Author
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-19Fixed bug with recent files; modules/textadept/session.luamitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-08-08Add recent file list to session; modules/textadept/session.luamitchell
2011-08-08Do not autosave over explicitly loaded session; modules/textadept/session.luamitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-01-21Code cleanup.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-23Code cleanup.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Code formatting changes.mitchell
2010-06-19Small changes to dynamic args messages and Luadoc.mitchell
2010-06-18Fixed bug with args and sessions.mitchell
2010-06-17Added dynamic command line argument handling.mitchell
2010-06-16Code and documentation cleanup.mitchell
2010-06-14Fixes from Robert Gieseke.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-11Renamed textadept.events to events, renamed 'handle' and 'add_handler'.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
2010-04-17Remove initial 'Untitled' buffer when necessary.mitchell
2010-04-05Code cleanup.mitchell
2010-03-25Added notification for session files not found.mitchell
2010-03-10Removed side pane.mitchell
2010-01-07Updated copyright to 2010.mitchell
2010-01-04Added command line switch for not loading/saving sessions.mitchell
2009-12-11Fix error message for session file not found; modules/textadept/session.luamitchell
2009-10-09Don't clear cmdline files when loading pm session; modules/textadept/session.luamitchell
2009-08-22Close all buffers before loading a session; modules/textadept/session.luamitchell
2009-08-03Fixed bug with reloading PM width from session; modules/textadept/session.luamitchell
2009-07-25Documentation overhaul.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell