| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-26 | Implement kill-buffer command | Albert Cervin | |
| Can be killed with the command `kill-buffer`, the shortcut `C-x k` or from the buffer menu. | |||
| 2023-05-24 | Formatting changes | Albert Cervin | |
| 2023-05-09 | Start of buflist implementation | Albert Cervin | |
| 2023-05-08 | Implement file reloading | Albert Cervin | |
| When for examplue using formatters or doing vc updates, it is useful if the file is reloaded from disk. | |||
| 2023-05-01 | Implement window handling | Albert Cervin | |
| Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region | |||
