The program "HistOffline.lua" will read the History saved variables file and presents a dialog on your windows desktop.
To use it you need a copy of IUP for lua which you can download from here.

The site page:  http://webserver2.tecgraf.puc-rio.br/iup/
download http://sourceforge.net/projects/iup/files/3.13/



This is a zip archive which contains 2 versions of Lua with the IUP Dlls.
It also contains some exe programs that we don't need.
Unzip it and move stuff around if you want.
The necessary files are in  \IUP\Lua52  All else can be discarded.

Lua52 contains a command line exe (lua52.exe) that has a console--good for debugging and a windows exe, wlua52.exe


===Optional===
Open HistOffline.lua in a text editor.
Review this line at the top.

local dateformat = "%Y-%m-%d, %H:%M"

This formats the date display. That's for YYYY-MM-DD format. Change it as you wish.
==============

Create a shortcut on your desktop for the wlua52.exe.
Edit its properties, change the "Start in" to the Addons/History Folder. You will probably need quotes around it.

Run it and you will get a lua console
Type dofile "HistOffline.lua"

It should work fine. Otherwise it should give  something helpful as an error.

When it works ok, you can edit the shortcut to use wlua52.exe and put HistOffline.lua in the "target" field after wlua52.exe

There is a screenshot of the authors shortcut. My code is in D:,

Feel free to edit. It's not rocket science.


-Dad