index
:
w3m-session-backup
master
Backup the current Emacs-w3m session to a file
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
w3m-session-backup.el
Age
Commit message (
Expand
)
Author
2019-06-02
Increase version v0.0.2 -> v0.0.3
HEAD
v0.0.3
master
Teddy Wing
2019-06-02
Fix void `string-join` function error
Teddy Wing
2018-04-12
Increase version v0.0.1 -> v0.0.2
v0.0.2
Teddy Wing
2018-04-12
Include the file path in the minibuffer confirmation message
Teddy Wing
2018-04-12
Print a message to the minibuffer when executed
Teddy Wing
2018-04-12
Add URL header comment
v0.0.1
Teddy Wing
2018-04-12
Delete development comments
Teddy Wing
2018-04-12
save-directory: Describe default in doc string
Teddy Wing
2018-04-12
Fix filename function reference
Teddy Wing
2018-04-11
Add a `provide` call at the end of the package
Teddy Wing
2018-04-11
Add "tools" to the "Keywords" list
Teddy Wing
2018-04-11
Add a version dependency on `w3m`
Teddy Wing
2018-04-11
Autoload the `M-x` `w3m-session-backup` command
Teddy Wing
2018-04-11
Get rid of old commented code and test function calls
Teddy Wing
2018-04-11
Add missing doc strings to functions
Teddy Wing
2018-04-11
Add package headers
Teddy Wing
2018-04-11
Add a `M-x` command to run the backup operation
Teddy Wing
2018-04-11
Prefix all functions and variables with `w3m-session-backup-`
Teddy Wing
2018-04-11
Rename `filename` variable to `filename-function`
Teddy Wing
2018-04-11
Make the `filename` function user-customisable
Teddy Wing
2018-04-11
Create a `w3m-session-backup` customisation group
Teddy Wing
2018-04-11
Use `defcustom` instead of `setq` for the `save-directory` variable
Teddy Wing
2018-04-11
Add a reminder to make the filename customisable
Teddy Wing
2018-04-11
Add seconds to default filename timestamp
Teddy Wing
2018-04-11
Make the save directory configurable
Teddy Wing
2018-04-11
Replace hard-coded filename with a generated one
Teddy Wing
2018-04-11
Wrap page title and URL in single quotes with escape
Teddy Wing
2018-04-11
Save YAML to the file
Teddy Wing
2018-04-11
save-backup: Unwrap list around page title
Teddy Wing
2018-04-11
save-backup: Get rid of commented FORMAT call
Teddy Wing
2018-04-11
Fix file saving issues
Teddy Wing
2018-04-11
Write the session backup to a file
Teddy Wing
2018-04-11
Get list of URL and page title pairs
Teddy Wing
2018-04-11
Get a list of w3m buffers from the saved session file
Teddy Wing