Commits


fix build out-of-tree The issue with building out-of-tree was that some pages were generated by autoconf in $(builddir) and others were as-in in $(srcdir). While it was possible to use the right combination of $(builddir)/$(srcdir), just move everything as .in and generate every page during the configure step.


sync changelog


add compl_lu completion function for load-url and load-current-url


persist list of visited URLs to the disk Persist a generalized history of visited URL in history_file and try to keep it in sync during telescope usage and shutdown.


kill compile_flags.txt


move some autotools stuff into etc/


ring a bell when remotely opening a link + refactor it a bit move the logic into its own function.


const-ify some tables


mention the dependency on pkg-config see github issue #9


rename images -> extra


add missing changelog entry


sync changelog


initialize each tab loadingev timer event found on freebsd: closing a tab caused the message "event_pending: event has no event_base set" to be print.


remote open: open an url into telescope from outside of it if telescope is started with an url while there is already another instance of it running and the -S flag is not provided, the link will be automagically opened into the running instance of telescope. Telescope now listens on a UNIX domain socket in ~/.telescope/ctl (or ~/.cache/telescope/ctl if XDG is used) for commands.


make imsg_event_add public