| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trim whitespace at end of entry | 2012-08-17 | 1 | -2/+2 | |
| | | | | | | | * undone/main.scm (add): Trim whitespace from the end of whatever text gets filled in. (default): Place newline after each item. | ||||
| * | Use `,' to denote list | 2012-08-17 | 1 | -3/+8 | |
| | | | | | | * undone/main.scm (add): When encountering a value that starts with `,', assume that it should be turned into a list. | ||||
| * | Use one big file for now | 2012-08-17 | 1 | -1/+19 | |
| | | | | | | | | * undone/main.scm (todo-list-file): Check to see if we should use a file in XDG_DATA_HOME or HOME. (mkdirs): New function. (save): Ensure the directory tree exists by calling `mkdirs' first. | ||||
| * | Don't auto-compile | 2012-08-15 | 1 | -1/+1 | |
| | | | | | Doesn't look nice when your rc file compiles every time. | ||||
| * | Add Makefiles and others | 2012-08-15 | 10 | -3/+757 | |
| | | |||||
| * | Add sorting and don't collect result | 2012-08-14 | 1 | -16/+41 | |
| | | |||||
| * | Simplify macro | 2012-08-14 | 1 | -9/+15 | |
| | | |||||
| * | Improve macro | 2012-08-14 | 1 | -5/+7 | |
| | | |||||
| * | Simplify call to define-view | 2012-08-14 | 1 | -11/+11 | |
| | | |||||
| * | Rename test view to raw | 2012-08-14 | 1 | -1/+1 | |
| | | |||||
| * | Prettier test-view output | 2012-08-14 | 1 | -1/+1 | |
| | | |||||
| * | Oops, should have been more careful | 2012-08-14 | 1 | -2/+2 | |
| | | |||||
| * | Load rc from appropriate location | 2012-08-14 | 1 | -1/+11 | |
| | | |||||
| * | Properly load undonerc | 2012-08-14 | 1 | -1/+1 | |
| | | |||||
| * | Initial commit. | 2012-08-13 | 1 | -0/+105 | |
