Commit Briefs


Omar Polo

support completions in minibuffer + related interactive fns

* cmd.c (cmd_previous_completion): add previous-completion (cmd_next_completion): add next-completion (cmd_insert_current_candidate): add insert-current-candidate * minibuffer.c (enter_minibuffer): support completions in minibuffer





Omar Polo

move utf8 decl. to utf8.h


Omar Polo

move ui decl. to ui.h


Omar Polo

bugfix: allow editing minibuffer history

restore the current line, so the editing operations can actually modify the input buffer, instead of the history string.


Omar Polo

move declarations to minibuffer.h


Omar Polo

move minibuffer-related fns to their own file

and a bit of foreshadowing... :)