added the ability to save history for each buffer
commitb26c3f4aa3a10fbdfe45fdffb52c536f16be6b22
authorPeter Lunicks <plunix@users.sourceforge.net>
Sun, 16 Jan 2011 21:34:55 +0000 (16 15:34 -0600)
committerPeter Lunicks <plunix@users.sourceforge.net>
Sun, 16 Dec 2012 08:07:30 +0000 (16 02:07 -0600)
tree0ca8ed5dea105a81452275af8670807c45454451
parentde7bafda827c346bd1353ad7d00e6c91e66fbecb
added the ability to save history for each buffer

Sessions now store the navigation history of each buffer, rather
than just the URI of the current page. In addition to history,
the title of each page is now saved alongside the URI.

The new session format is incompatible with the old one, but this
module will still read session files in the old format. It is
also possible to save a session in the old format using the command
session-save-old. This command may be removed in the future and
replaced with a more general mechanism to import and export session
files in other formats.
modules/session.js