| Age | Commit message (Expand) | Author |
| 2013-03-25 | add a cd command | Maxime Coste |
| 2013-03-25 | Always use absolute path for file buffer names, compact paths for display | Maxime Coste |
| 2013-03-25 | fix some style problems detected by cppcheck | Maxime Coste |
| 2013-03-22 | {grep,make}.kak: use edit! instead of trying to delete buffer | Maxime Coste |
| 2013-03-22 | open_fifo delete existing buffer if needed | Maxime Coste |
| 2013-03-22 | cpp.kak: alt supports an alt_dirs options for directories to search | Maxime Coste |
| 2013-03-22 | show informations on uncaught std::exceptions | Maxime Coste |
| 2013-03-22 | use canonicalized filenames for buffers | Maxime Coste |
| 2013-03-22 | BufferManager notify the ClientManager when a buffer dies | Maxime Coste |
| 2013-03-22 | kakrc: avoid bash features | Maxime Coste |
| 2013-03-22 | setb can take a -buffer argument | Maxime Coste |
| 2013-03-22 | eval,exec: -restore-selections become -draft, and restore the buffer as well | Maxime Coste |
| 2013-03-22 | add WinDisplay hook | Maxime Coste |
| 2013-03-21 | add a kak_selections env var, which contains all selections separated by a comma | Maxime Coste |
| 2013-03-21 | BufferManager: replace Buffer* get_buffer with Buffer& get_buffer | Maxime Coste |
| 2013-03-20 | utf8 validity is not a buffer concern | Maxime Coste |
| 2013-03-20 | Add a RuntimeError hook called when a runtime_error exception is catched at c... | Maxime Coste |
| 2013-03-20 | user defined hooks can access the hook parameter in shell with $kak_hook_param | Maxime Coste |
| 2013-03-20 | Editor: fix select(Selection&, SelectMode::Replace) | Maxime Coste |
| 2013-03-20 | NCurses: draw a scroll bar | Maxime Coste |
| 2013-03-20 | BufferCompleter: preserve completions when inserting | Maxime Coste |
| 2013-03-19 | CommandManager: fix some crashes | Maxime Coste |
| 2013-03-19 | BufferCompleter: fix backward looping in completion candidates | Maxime Coste |
| 2013-03-19 | Add an 'insert_hide_sel' option, which hides selection when inserting | Maxime Coste |
| 2013-03-19 | clang-complete: do the compilation in the buffer directory | Maxime Coste |
| 2013-03-18 | select_to_{,reverse}: search on other lines if needed | Maxime Coste |
| 2013-03-18 | more robust implementation of expand_unprintable | Maxime Coste |
| 2013-03-18 | DisplayBuffer::split does not check if the split is on a character boundary | Maxime Coste |
| 2013-03-18 | add a reg command to set a register | Maxime Coste |
| 2013-03-18 | add 'r' object alias for [] (range) | Maxime Coste |
| 2013-03-18 | Buffer: optimize do_insert to minimize changes in m_lines vector | Maxime Coste |
| 2013-03-18 | DynamicSelectionList: optimize updating on buffer modification | Maxime Coste |
| 2013-03-18 | Editor: keep selections sorted and use an index for the main one | Maxime Coste |
| 2013-03-15 | Editor: replace selections().back() with main_selection() | Maxime Coste |
| 2013-03-15 | move BufferIterator on_{insert,erase} as DynamicSelectionList implementation ... | Maxime Coste |
| 2013-03-15 | replay_macro: parse keys only once | Maxime Coste |
| 2013-03-15 | Buffer::on_erase: avoid resizing lines more than necessary | Maxime Coste |
| 2013-03-15 | Makefile: fix link with bfd linker | Maxime Coste |
| 2013-03-14 | clang: fix auto completion when cursor is on end of line | Maxime Coste |
| 2013-03-14 | NCurses: hand coded menu implementation | Maxime Coste |
| 2013-03-14 | add clang.kak, providing clang based insert completion | Maxime Coste |
| 2013-03-14 | add str-list option support to decl command | Maxime Coste |
| 2013-03-14 | add support for regex options, make ignored_files one | Maxime Coste |
| 2013-03-14 | move remoting code to remote.cc | Maxime Coste |
| 2013-03-13 | move complete_filename to file.cc | Maxime Coste |
| 2013-03-13 | goto file uses the 'path' string-list option instead of hard coded paths | Maxime Coste |
| 2013-03-13 | find_file: automatically add missing '/' and end of paths | Maxime Coste |
| 2013-03-13 | write_buffer: consider buffer as saved only if we used it's filename | Maxime Coste |
| 2013-03-13 | Editor: fix replace at end of buffer | Maxime Coste |
| 2013-03-13 | Buffer: minor refactoring | Maxime Coste |