| Age | Commit message (Expand) | Author |
| 2014-04-30 | Fix clang compilation | Maxime Coste |
| 2014-04-29 | Add support for running Kakoune with redirected stdin | Maxime Coste |
| 2014-04-27 | Add -init switch to :prompt to set the initial text | Maxime Coste |
| 2014-04-26 | Fix :map docs and add completion support | Maxime Coste |
| 2014-04-18 | Use StringView for completion functions | Maxime Coste |
| 2014-04-14 | fix exception being thrown in error in decl command | Maxime Coste |
| 2014-04-13 | Add a 'prompt' command | Maxime Coste |
| 2014-04-12 | Extract option descriptions in an shared OptionDesc class | Maxime Coste |
| 2014-04-11 | Add a docstring to options | Maxime Coste |
| 2014-04-07 | the 'def' commands now supports -(buffer|client)-completion switches | Maxime Coste |
| 2014-04-07 | rename BufferManager::complete_buffername to complete_buffer_name | Maxime Coste |
| 2014-04-02 | Fix clang compilation | Maxime Coste |
| 2014-03-31 | debug command now serves as a frontend to get debug informations | Maxime Coste |
| 2014-03-31 | echo command accepts -debug switch to write to the debug buffer | Maxime Coste |
| 2014-03-29 | Add basic support for colalias completion | Maxime Coste |
| 2014-03-20 | Fix support for switches style option in user commands | Maxime Coste |
| 2014-03-20 | exec and eval support the -no-hooks option | Maxime Coste |
| 2014-03-02 | Add -docstring option to the 'def' command | Maxime Coste |
| 2014-03-02 | Add support for -buffer <comma separated names> to eval and exec commands | Maxime Coste |
| 2014-03-02 | tweak docstring | Maxime Coste |
| 2014-03-02 | Declare commands in a CommandDesc structure | Maxime Coste |
| 2014-03-02 | Add a docstring to commands | Maxime Coste |
| 2014-03-02 | Consistently name -foo things 'switches' | Maxime Coste |
| 2014-03-02 | Add command switches information, and automatically display it | Maxime Coste |
| 2014-03-02 | All commands now take directly a parameter parser | Maxime Coste |
| 2014-01-28 | Rename selections first,last to more explicit anchor,cursor | Maxime Coste |
| 2014-01-27 | Fix compilation with clang 3.4 | Maxime Coste |
| 2014-01-27 | Rework command completion to allow partial token completion | Maxime Coste |
| 2014-01-06 | Use a single edition for -itersel | Maxime Coste |
| 2013-12-24 | CommandManager: use aliases for commands rather than duplicating data | Maxime Coste |
| 2013-12-20 | Get rid of Editor for good | Maxime Coste |
| 2013-12-16 | small cleanup in context_wrap | Maxime Coste |
| 2013-12-16 | Window: refactor center_selection/display_selection_at | 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-14 | Remove Editor::select methods, add a non-const selections getter | Maxime Coste |
| 2013-12-14 | Remove Editor::main_selection(|index), directly use the SelectionList method | Maxime Coste |
| 2013-12-07 | eval and exec can use a -try-client option | Maxime Coste |
| 2013-12-04 | Write errors while sourcing a file in the debug buffer | Maxime Coste |
| 2013-12-03 | Add support for defining and referencing highlighters | Maxime Coste |
| 2013-11-28 | Do not pass a window to highlighters factories | Maxime Coste |
| 2013-11-20 | reenable undo support on fifo buffers when the fifo closes | Maxime Coste |
| 2013-11-14 | move Client::m_name to context, no more need for DraftUI | Maxime Coste |
| 2013-11-14 | Extract InputHandler from Client | Maxime Coste |
| 2013-11-12 | Add support for hidden commands, that will not show on completion | Maxime Coste |
| 2013-11-12 | Add support for hidden options, not showed by completion | Maxime Coste |
| 2013-11-05 | Add support for -itersel option in exec/eval | Maxime Coste |
| 2013-11-04 | Allow to ommit the catch part in the try command | Maxime Coste |
| 2013-11-04 | remove filters, use hooks instead | Maxime Coste |
| 2013-11-04 | Add automatic completion display in prompt mode | Maxime Coste |