Commits


behold the great emoji-matcher!


bundle data/emoji.txt and don't install README and LICENSE while there also add the ChangeLog to the tarball. The wrong install of README and LICENSE was found by Andrea Feletto, thanks!


finally start this completion-read


move defaults.c decls. to their own header


move pages decl. to their own header


move utf8 decl. to utf8.h


add missing files


reorder


move declarations to minibuffer.h


move minibuffer-related fns to their own file and a bit of foreshadowing... :)


move the list of cmd to its own file


move all cmd_* functions in their own file this detangles definitely the commands from the ui. Various variables and struct from ui.c needed to be exported, aside from that, no functional changes.


link the parser in the build and: * add some flags * document them * move the customizable stuff to defaults.c


moved commands def to their own file and made the cmd_* functions public


generate compile_flags.txt this should help with LSP and clangd