| Age | Commit message (Expand) | Author |
| 2012-08-15 | Buffer::{iterator_at,clamp} takes an optional avoid_eol parameter | Maxime Coste |
| 2012-08-15 | misc cleanups | Maxime Coste |
| 2012-08-15 | CommandManager::parse: fix invalid memory read | Maxime Coste |
| 2012-08-15 | Context: do not store buffer, ask editor for it | Maxime Coste |
| 2012-08-15 | RegexColorizer only cache a range instead of the whole buffer | Maxime Coste |
| 2012-08-15 | colorize_regex become RegexColorizer and maintain a cache of matches | Maxime Coste |
| 2012-08-15 | Buffer: add a timestamp | Maxime Coste |
| 2012-08-14 | rc/grep.kak: style fix | Maxime Coste |
| 2012-08-14 | complete_buffername try regex matching when prefix matching does not work | Maxime Coste |
| 2012-08-14 | Add a writeall (wa) command | Maxime Coste |
| 2012-08-14 | Buffer: stronger invariant, a buffer is never empty and all lines finish by '\n' | Maxime Coste |
| 2012-08-11 | use new reg access syntax in rc files | Maxime Coste |
| 2012-08-11 | CommandManager: support %reg{<reg>} and %opt{<option>} syntax | Maxime Coste |
| 2012-08-11 | commands: code cleanup | Maxime Coste |
| 2012-08-10 | Buffer: move back Modification as an implementation detail | Maxime Coste |
| 2012-08-10 | detect byte order mark in buffers, and write back | Maxime Coste |
| 2012-08-10 | make.kak: quote echo parameter in errjump | Maxime Coste |
| 2012-08-10 | ShellManager: fix option regex, allow caps | Maxime Coste |
| 2012-08-10 | support crlf line ending when reading and writing buffers | Maxime Coste |
| 2012-08-10 | Buffer: fix corner case in insert | Maxime Coste |
| 2012-08-10 | Buffer: add reset_undo_data method | Maxime Coste |
| 2012-08-10 | Window,Buffer: add const overload for {option,hook}_manager | Maxime Coste |
| 2012-08-10 | highlight_range: handle empty ranges | Maxime Coste |
| 2012-08-08 | add rc/asciidoc.kak for asciidoc highlighting | Maxime Coste |
| 2012-08-08 | make.kak: errjump also display the error description in the status line | Maxime Coste |
| 2012-08-08 | exec_keys: use the context editor, no need for a new one | Maxime Coste |
| 2012-08-08 | Refactor BufferManager | Maxime Coste |
| 2012-08-08 | Regex Highlighter: highlight 10 lines above and below displayed range | Maxime Coste |
| 2012-08-08 | BufferIterator: use default operator= | Maxime Coste |
| 2012-08-08 | Makefile: use -MMD to generate deps instead of using separate steps | Maxime Coste |
| 2012-08-07 | rc/{grep,make}.kak: use a scratch buffer to store results | Maxime Coste |
| 2012-08-07 | kakrc: fix string highlighting | Maxime Coste |
| 2012-08-07 | Fix do_pipe | Maxime Coste |
| 2012-08-07 | write command refuse to write a scratch file when no filename is given | Maxime Coste |
| 2012-08-07 | edit commands accept a -scratch flag to edit not to be saved file | Maxime Coste |
| 2012-08-07 | BufferIterator: fix operator+ | Maxime Coste |
| 2012-08-07 | add rc/grep.kak which provides a grep and gjump command | Maxime Coste |
| 2012-08-07 | add rc/make.kak which provides make and errjump commands | Maxime Coste |
| 2012-08-07 | ncurses: refresh at the end of print_status so that the status is immediately... | Maxime Coste |
| 2012-08-07 | define_command: remove unused param from parser definition | Maxime Coste |
| 2012-08-07 | support line and column in command line parameters | Maxime Coste |
| 2012-08-07 | cpp.kak: also try to detect cpp files using the file tool | Maxime Coste |
| 2012-08-07 | kakrc: tweak highlighting | Maxime Coste |
| 2012-08-07 | colorize_regex_factory: transform boost::regex_error in Kakoune::runtime_error | Maxime Coste |
| 2012-08-07 | use new regex highlighter features in rc files | Maxime Coste |
| 2012-08-07 | fix complete_filename | Maxime Coste |
| 2012-08-07 | new regex highlighter parameters syntax, support per capture highlight | Maxime Coste |
| 2012-08-06 | Commands take a mutable context, main_context is gone ! | Maxime Coste |
| 2012-08-06 | Completions functions take a Context parameter | Maxime Coste |
| 2012-08-06 | command_manager: cleanup command execution, lazy exec shell commands | Maxime Coste |