| Age | Commit message (Expand) | Author |
| 2014-11-13 | small fix | Maxime Coste |
| 2014-11-11 | fix clang compilation | Maxime Coste |
| 2014-11-10 | Support hinting if an inline info should be above or below the anchor | Maxime Coste |
| 2014-11-08 | For {Menu,Info}Style::Prompt, choose the anchor directly in ncurses code | Maxime Coste |
| 2014-11-08 | Add a MenuDoc style for info box, that will place it next to the menu | Maxime Coste |
| 2014-11-04 | Reuse existing buffer when creating a fifo one | Maxime Coste |
| 2014-11-03 | Open fifo buffers in non block mode | Maxime Coste |
| 2014-11-01 | move more parameters from const String& to StringView | Maxime Coste |
| 2014-10-31 | Change :info -anchor option, take directly a buffer coordinate | Maxime Coste |
| 2014-10-30 | Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it | Maxime Coste |
| 2014-10-30 | Add scoped aliases | Maxime Coste |
| 2014-10-23 | minor code tweaks | Maxime Coste |
| 2014-10-22 | Refactor highlighters, use an interface with virtual methods | Maxime Coste |
| 2014-10-20 | Port more code to StringView instead of const String& | Maxime Coste |
| 2014-10-19 | Add a split function that does not take an escape and returns StringViews | Maxime Coste |
| 2014-10-13 | Refactor regex uses, do not reference boost except in regex.hh | Maxime Coste |
| 2014-09-23 | Add support for mapping keys in goto/view commands | Maxime Coste |
| 2014-09-22 | add a 'buffers' debug command to get info on alive buffers | Maxime Coste |
| 2014-07-31 | Add a -existing switch to edit command | Maxime Coste |
| 2014-07-27 | In non interactive interactive mode, disable user key mappings | Maxime Coste |
| 2014-07-24 | Disable hooks on a per context basis, and propagate that to Insert mode | Maxime Coste |
| 2014-07-21 | Add completion support for rmhooks | Maxime Coste |
| 2014-07-12 | Rename :colalias to :face and update documentation | Maxime Coste |
| 2014-07-11 | Rename ColorPair to Face and ColorRegistry to FaceRegistry | Maxime Coste |
| 2014-07-10 | Change autoinfo option to be an integer, allowing different levels | Maxime Coste |
| 2014-07-10 | :edit! without argument reload current buffer | Maxime Coste |
| 2014-07-08 | Fix :map scope completion | Maxime Coste |
| 2014-07-01 | Add :waq for write all an quit, with slight refactoring | Maxime Coste |
| 2014-06-24 | Rename utf8::utf8_iterator to utf8::iterator | Maxime Coste |
| 2014-06-21 | Only user hooks can be disabled | Maxime Coste |
| 2014-06-16 | Use -group rather than -id in hooks to mirror highlighters closer | Maxime Coste |
| 2014-06-15 | Refactor highlighter command completions | Maxime Coste |
| 2014-06-12 | Remove defhl, use addhl -group | Maxime Coste |
| 2014-06-09 | Merge branch 'master' into remove-buffer-change-listener | Maxime Coste |
| 2014-06-06 | Improve commands documentation | Maxime Coste |
| 2014-06-06 | Remove -env-var-params support in :def command | Maxime Coste |
| 2014-06-06 | Add support for long names for registers | Maxime Coste |
| 2014-06-06 | Merge branch 'master' into remove-buffer-change-listener | Maxime Coste |
| 2014-06-06 | Replace CommandManager::register_command*s* with register_alias | Maxime Coste |
| 2014-05-25 | Merge branch 'master' into remove-buffer-change-listener | Maxime Coste |
| 2014-05-25 | Disable 'interactive' options in :exec/:eval | Maxime Coste |
| 2014-05-18 | Fix filename/colalias/buffer completion when completing with trailing text | Maxime Coste |
| 2014-05-17 | Merge branch 'master' into remove-buffer-change-listener | Maxime Coste |
| 2014-05-13 | SelectionList know its buffer and timestamp | Maxime Coste |
| 2014-05-13 | Fix :delbuf! not forcing buffer deletion | Maxime Coste |
| 2014-05-07 | Improve error reporting when parsing commands | Maxime Coste |
| 2014-05-07 | Refactor LineAndColumn coordinates | Maxime Coste |
| 2014-05-05 | Complete option values with the current value of the option | Maxime Coste |
| 2014-05-03 | Add a -alias switch to the def command for defining an alias | Maxime Coste |
| 2014-05-02 | Add support for non-scrolling fifo buffers | Maxime Coste |