Commit Briefs

536a09a77e Omar Polo

bump version to 0.10 (tags/0.10)


7d876d2fad Omar Polo

keys for next release



8f0d39751f Thomas Adam

Makefile: dist-hook: use $(distdir)

When running "make clean" in libgrapheme, do so in the $(distdir) target, and not the $(topsrc)/libgrapheme target, as by the time dist-hook runs, the files have already been prepared in $(distdir).


55727a5b05 "Omar Polo"

sync changelog


1c09b51b7f Thomas Adam

Makefile: add dist-hook target to clean libgrapheme

Make sure we clean out any unwanted files in libgrapheme/ when creeating a release tarball, as we don't want such files present.


4575b59cd4 Omar Polo

open unknown protocols with the default opener


4660114dd3 Omar Polo

fmt


e944faca75 Thomas Adam

release: include libgrapheme

When making release tarballs, ensure we also include libgrapheme in case that's not available system-wide.


a2212172a3 Thomas Adam

cmd.c: add unistd.h for getpid()


0548291a79 Omar Polo

move exec routines to their own file

This leaves the room open to further improvements and tries to keep it apart from the UI itself.



479b240af6 Omar Polo

minibuffer: augment minibuffer_read with the initial input

fixes a regression where the text inputted via ui_read() can't be edited.



7e435604f2 Omar Polo

minibuffer: assume exit_minibuffer as abortfn