| Age | Commit message (Expand) | Author |
| 2013-12-12 | Add DisplayAtom::check_invariant method | Maxime Coste |
| 2013-12-11 | Add experimental region_ref highlighter | Maxime Coste |
| 2013-12-11 | Add BufWritePre and BufWritePost hooks | Maxime Coste |
| 2013-12-11 | Add Buffer::run_hook_in_own_context helper method | Maxime Coste |
| 2013-12-11 | Add cursor_char_column env variable | Maxime Coste |
| 2013-12-07 | ctags.kak: Show message with Information colalias in gentags | Maxime Coste |
| 2013-12-07 | use -try-client in kak files rather than ad-hoc shell logic | Maxime Coste |
| 2013-12-07 | eval and exec can use a -try-client option | Maxime Coste |
| 2013-12-07 | Add Client* ClientManager::get_client_ifp() that can return nullptr | Maxime Coste |
| 2013-12-04 | fix strings in comment being highlighted as strings | Maxime Coste |
| 2013-12-04 | Use a cache for region highlighter | Maxime Coste |
| 2013-12-04 | use region highlighter for cpp | Maxime Coste |
| 2013-12-04 | Add basic region highlighter | Maxime Coste |
| 2013-12-04 | Write errors while sourcing a file in the debug buffer | Maxime Coste |
| 2013-12-03 | Change rc files to use shared highlighters | Maxime Coste |
| 2013-12-03 | Add support for defining and referencing highlighters | Maxime Coste |
| 2013-12-03 | fixup cpp.kak | Maxime Coste |
| 2013-12-03 | indent fixes | Maxime Coste |
| 2013-12-03 | rework cpp indenter, try to make them more readable | Maxime Coste |
| 2013-11-28 | Do not pass a window to highlighters factories | Maxime Coste |
| 2013-11-28 | RegexColorizer maintains a per buffer cache | Maxime Coste |
| 2013-11-28 | Simplify FlagLines, do not try to update the option | Maxime Coste |
| 2013-11-28 | Window: forget timestamp when options changes | Maxime Coste |
| 2013-11-28 | Improve ctags support | Maxime Coste |
| 2013-11-28 | fix prompt completion handling misbehaving with history | Maxime Coste |
| 2013-11-22 | add alt-& for align indent | Maxime Coste |
| 2013-11-20 | reenable undo support on fifo buffers when the fifo closes | Maxime Coste |
| 2013-11-19 | NCursesUI: info_show do not require previous call to info_hide | Maxime Coste |
| 2013-11-19 | NCursesUI: fix redraw when showing a new menu | Maxime Coste |
| 2013-11-18 | rename idvaluemap to id_map, remove Id template param, use String | Maxime Coste |
| 2013-11-18 | Resurect idvaluemap, order of traversal matters | Maxime Coste |
| 2013-11-18 | Fix prompt completion | Maxime Coste |
| 2013-11-18 | Fix insert completion | Maxime Coste |
| 2013-11-18 | fix git blame support in git-tools.kak | Maxime Coste |
| 2013-11-17 | move is_horizontal_blank to unicode.hh | Maxime Coste |
| 2013-11-17 | remove idvaluemap, use unordered_map in place | Maxime Coste |
| 2013-11-17 | write assert failed info to debug buffer | Maxime Coste |
| 2013-11-16 | fix invalid value handling for yes no ask options | Maxime Coste |
| 2013-11-15 | tweak initial debug infos | Maxime Coste |
| 2013-11-14 | extract InputHandler to input_handler.{cc,hh} | 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-14 | Use Q for macro recording and q for replay, document macros in README | Maxime Coste |
| 2013-11-14 | align always insert at selection begin | Maxime Coste |
| 2013-11-14 | deindent now deindent non completely indented lines | Maxime Coste |
| 2013-11-14 | indent cleanup, correct erroneous 3 spaces indent | Maxime Coste |
| 2013-11-14 | tweak style cpp.kak | Maxime Coste |
| 2013-11-14 | Do not use eval for grepcmd, as it will evaluate \ escapes as well | Maxime Coste |
| 2013-11-13 | move cpp indentation to helper hidden commands | Maxime Coste |
| 2013-11-12 | Centralize file mimetype detection in mime.kak | Maxime Coste |