| Age | Commit message (Expand) | Author |
| 2014-02-12 | Prompt handles scrolling in the line being edited | Maxime Coste |
| 2014-01-28 | Rename selections first,last to more explicit anchor,cursor | Maxime Coste |
| 2014-01-16 | Word completion use a WordDB stored as a buffer value. | Maxime Coste |
| 2014-01-04 | Add support for the erase key in prompt and insert mode | Maxime Coste |
| 2014-01-02 | InputHandler: selection first item when entering menu mode | Maxime Coste |
| 2013-12-23 | Fix prefix completion in prompt | Maxime Coste |
| 2013-12-20 | Get rid of Editor for good | Maxime Coste |
| 2013-12-15 | Move insert and erase to normal.cc, and move edition management to context | Maxime Coste |
| 2013-12-15 | Add Context::selections method, and use it in priority to the Editor's one | Maxime Coste |
| 2013-12-15 | Remove Editor::move_selections | Maxime Coste |
| 2013-12-14 | Remove Editor::main_selection(|index), directly use the SelectionList method | Maxime Coste |
| 2013-12-14 | Move main selection index to SelectionList | Maxime Coste |
| 2013-11-28 | fix prompt completion handling misbehaving with history | Maxime Coste |
| 2013-11-18 | Fix prompt completion | Maxime Coste |
| 2013-11-18 | Fix insert completion | Maxime Coste |
| 2013-11-14 | extract InputHandler to input_handler.{cc,hh} | Maxime Coste |
| 2013-09-12 | rename InputHandler to Client | Maxime Coste |
| 2013-09-12 | Move Client responsibilities to InputHandler | Maxime Coste |
| 2013-09-11 | Allow :exec mode changes to remains when keys are finished | Maxime Coste |
| 2013-08-29 | support absolute filenames in insert mode filename completion | Maxime Coste |
| 2013-08-06 | Line completion: sort and uniquify lines | Maxime Coste |
| 2013-08-05 | Add line completion | Maxime Coste |
| 2013-08-04 | add support for explicit insert mode completion using C-x prefix | Maxime Coste |
| 2013-08-04 | BufferCompleter refactoring, add support for explicit filename completion wit... | Maxime Coste |
| 2013-08-04 | Move insert mode completion functions into BufferCompleter | Maxime Coste |
| 2013-08-02 | Add support for filename insert mode completion | Maxime Coste |
| 2013-07-26 | Key: always pass by value | Maxime Coste |
| 2013-07-26 | memoryview: always pass by value | Maxime Coste |
| 2013-07-26 | LineAndColumns: always pass by value | Maxime Coste |
| 2013-07-24 | go back to : as set/list separator in options | Maxime Coste |
| 2013-07-24 | DisplayLine no longer map to a single buffer line, but to a buffer range | Maxime Coste |
| 2013-06-12 | Fix input completion on multiple selection | Maxime Coste |
| 2013-06-06 | Buffer: insert and erase go back to taking iterators, and return iterators | Maxime Coste |
| 2013-06-06 | remove BufferIterator conversion to/from BufferCoord | Maxime Coste |
| 2013-06-04 | remove BufferIterator::is_{begin,end} | Maxime Coste |
| 2013-06-04 | Use coord instead of iterators for selections | Maxime Coste |
| 2013-05-30 | Fix insert completion at beginning of buffer | Maxime Coste |
| 2013-05-30 | InputHandler: pass buffer and BufferCoord to completers | Maxime Coste |
| 2013-05-30 | remove BufferIterator::offset | Maxime Coste |
| 2013-05-30 | InputHandler: less iterators, more coords | Maxime Coste |
| 2013-05-21 | insert mode completion for all selection that matches the main one prefix | Maxime Coste |
| 2013-05-20 | Word completion can optionally look for candidates in all buffers | Maxime Coste |
| 2013-05-17 | move line_with_cursor as LineEditor::build_display_line | Maxime Coste |
| 2013-05-17 | revive str_to_int so that the good exception type is thrown on error | Maxime Coste |
| 2013-05-13 | Use more std::* for string handling | Maxime Coste |
| 2013-05-06 | add unordered_set option support, use it for completers | Maxime Coste |
| 2013-05-03 | add a completers option for specifying which completer to use for BufferCompl... | Maxime Coste |
| 2013-05-03 | BufferCompleter: avoid modifying the buffer when not needed | Maxime Coste |
| 2013-04-23 | BufferCompleter: change behaviour to handle non prefix completions | Maxime Coste |
| 2013-04-12 | move normal mode implementation to normal.{cc,hh} | Maxime Coste |