| Age | Commit message (Expand) | Author |
| 2014-09-13 | Add a README | Marc André Tanner |
| 2014-09-13 | Fix 'G' movement to end of file | Marc André Tanner |
| 2014-09-13 | Add movements 'H', 'M', 'L' | Marc André Tanner |
| 2014-09-13 | In normal mode 'r' should also replace new lines | Marc André Tanner |
| 2014-09-12 | Cleanup editor.h | Marc André Tanner |
| 2014-09-12 | Display a few error messages where appropriate | Marc André Tanner |
| 2014-09-12 | Use the new global keypress hook to hide user messages | Marc André Tanner |
| 2014-09-12 | Add a global keypress hook before any keybindings are checked | Marc André Tanner |
| 2014-09-12 | Add facility to display a message to the user | Marc André Tanner |
| 2014-09-12 | Add some more API comments | Marc André Tanner |
| 2014-09-12 | Make sure that the state is consistent after an undo operation | Marc André Tanner |
| 2014-09-12 | Remove outdated comments | Marc André Tanner |
| 2014-09-12 | Fix loading of not yet existing files | Marc André Tanner |
| 2014-09-12 | Introduce text_filename_set | Marc André Tanner |
| 2014-09-12 | Rename text_filename to text_filename_get | Marc André Tanner |
| 2014-09-12 | Restore cursor position after an undo/redo | Marc André Tanner |
| 2014-09-12 | Name modes more consistently | Marc André Tanner |
| 2014-09-12 | Take snapshot when leaving insert/replace mode | Marc André Tanner |
| 2014-09-12 | Make normal mode command 'x' undoable | Marc André Tanner |
| 2014-09-11 | Be stricter on what commands to accept at the ':'- prompt | Marc André Tanner |
| 2014-09-11 | Fix bug when moving to characters with display width > 1 | Marc André Tanner |
| 2014-09-11 | Add :edit command | Marc André Tanner |
| 2014-09-11 | Remove Ctrl+c for quit, since we now have a command prompt | Marc André Tanner |
| 2014-09-11 | Fix ascii art tree of modes | Marc André Tanner |
| 2014-09-11 | Add normal mode command 'X' | Marc André Tanner |
| 2014-09-11 | Avoid segfault if no previous search has been performed | Marc André Tanner |
| 2014-09-11 | Fix warnings about redefinition of typedefed structs | Marc André Tanner |
| 2014-09-11 | Add/cleanup window commands Ctrl-{n,s,q} | Marc André Tanner |
| 2014-09-11 | Add :qall command | Marc André Tanner |
| 2014-09-11 | On the prompt Ctrl-{B,E} should move the cursor to the begin/end of the line | Marc André Tanner |
| 2014-09-11 | In visual mode 'v' should switch to normal mode | Marc André Tanner |
| 2014-09-11 | Add readline Ctrl+U binding | Marc André Tanner |
| 2014-09-10 | Reindent readline key bindings | Marc André Tanner |
| 2014-09-10 | Clean up normal mode key bindings | Marc André Tanner |
| 2014-09-10 | Add normal mode command 's' | Marc André Tanner |
| 2014-09-10 | Add movement 'W' | Marc André Tanner |
| 2014-09-10 | Add normal mode command 'J' | Marc André Tanner |
| 2014-09-10 | Add normal mode commands 'O' and 'o' | Marc André Tanner |
| 2014-09-10 | Make movements to next / previous line available | Marc André Tanner |
| 2014-09-10 | text-motions: add text_line_prev function | Marc André Tanner |
| 2014-09-10 | text-motions: fix no match case of text_find_char_{next,prev} | Marc André Tanner |
| 2014-09-10 | Add normal command 'Y' as a synonym for 'yy' | Marc André Tanner |
| 2014-09-10 | Add normal command 'S' as asynonym for 'cc' | Marc André Tanner |
| 2014-09-10 | Add movements 'B' and 'E' | Marc André Tanner |
| 2014-09-10 | Add normal mode commands 'A', 'C', 'D' and 'I' | Marc André Tanner |
| 2014-09-10 | Add normal mode key binding for 'r' | Marc André Tanner |
| 2014-09-10 | Add a few comments about the subtleties of mode switching | Marc André Tanner |
| 2014-09-10 | Redraw editor content after command execution | Marc André Tanner |
| 2014-09-10 | If text has been created from an empty file, store filename upon first save | Marc André Tanner |
| 2014-09-10 | Keep window focused indication while prompt is shown | Marc André Tanner |