Commit Briefs

Omar Polo

behold the great emoji-matcher!


Omar Polo

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!





Omar Polo

move utf8 decl. to utf8.h


Omar Polo

add missing files


Omar Polo

reorder


Omar Polo

move declarations to minibuffer.h


Omar Polo

move minibuffer-related fns to their own file

and a bit of foreshadowing... :)



Omar Polo

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.


Omar Polo

link the parser in the build

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


Omar Polo

moved commands def to their own file

and made the cmd_* functions public


Omar Polo

generate compile_flags.txt

this should help with LSP and clangd