Commit Briefs

745337baea Omar Polo

bump version to 0.10.1 (tags/0.10.1)


96576240de Omar Polo

sync changelog


86d6c3c84e Omar Polo

add note about minor release


a67ab2775f Omar Polo

parser: make parser_set_buf() private


eef198e34b Omar Polo

add some maintainer notes


2eeb2038cc Omar Polo

-current again (for real)


47b8533dc0 Omar Polo

test: simulate the empty documents

This forces the test to issue a parser_parse() with a zero-sized buffer so that we can properly test empty documents as well in the regression test. Would have prevented https://codeberg.org/telescope-browser/telescope/pulls/32


d92ddc8dc4 Omar Polo

parsers: don't error on empty documents

See https://codeberg.org/telescope-browser/telescope/pulls/32


8aa8d06048 Omar Polo

parser: make parser_append() private


c5a3d8755d Thomas Adam

pages: update gemini url

Update the gemini URL to point to telescope-browser.org


d82db283ed Omar Polo

fix official site


93c69e8ecd Omar Polo

-current again


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.