aboutsummaryrefslogtreecommitdiffstats
path: root/w3m-session-backup.el
AgeCommit message (Expand)Author
2019-06-02Increase version v0.0.2 -> v0.0.3HEADv0.0.3masterTeddy Wing
2019-06-02Fix void `string-join` function errorTeddy Wing
2018-04-12Increase version v0.0.1 -> v0.0.2v0.0.2Teddy Wing
2018-04-12Include the file path in the minibuffer confirmation messageTeddy Wing
2018-04-12Print a message to the minibuffer when executedTeddy Wing
2018-04-12Add URL header commentv0.0.1Teddy Wing
2018-04-12Delete development commentsTeddy Wing
2018-04-12save-directory: Describe default in doc stringTeddy Wing
2018-04-12Fix filename function referenceTeddy Wing
2018-04-11Add a `provide` call at the end of the packageTeddy Wing
2018-04-11Add "tools" to the "Keywords" listTeddy Wing
2018-04-11Add a version dependency on `w3m`Teddy Wing
2018-04-11Autoload the `M-x` `w3m-session-backup` commandTeddy Wing
2018-04-11Get rid of old commented code and test function callsTeddy Wing
2018-04-11Add missing doc strings to functionsTeddy Wing
2018-04-11Add package headersTeddy Wing
2018-04-11Add a `M-x` command to run the backup operationTeddy Wing
2018-04-11Prefix all functions and variables with `w3m-session-backup-`Teddy Wing
2018-04-11Rename `filename` variable to `filename-function`Teddy Wing
2018-04-11Make the `filename` function user-customisableTeddy Wing
2018-04-11Create a `w3m-session-backup` customisation groupTeddy Wing
2018-04-11Use `defcustom` instead of `setq` for the `save-directory` variableTeddy Wing
2018-04-11Add a reminder to make the filename customisableTeddy Wing
2018-04-11Add seconds to default filename timestampTeddy Wing
2018-04-11Make the save directory configurableTeddy Wing
2018-04-11Replace hard-coded filename with a generated oneTeddy Wing
2018-04-11Wrap page title and URL in single quotes with escapeTeddy Wing
2018-04-11Save YAML to the fileTeddy Wing
2018-04-11save-backup: Unwrap list around page titleTeddy Wing
2018-04-11save-backup: Get rid of commented FORMAT callTeddy Wing
2018-04-11Fix file saving issuesTeddy Wing
2018-04-11Write the session backup to a fileTeddy Wing
2018-04-11Get list of URL and page title pairsTeddy Wing
2018-04-11Get a list of w3m buffers from the saved session fileTeddy Wing