Commits


fmt (some missing space -> tab conversion)


add some heuristics to interpret user-provided URLs


move more stuff outta telescope.c


replace TAILQ_EMPTY/INSERT_HEAD/TAIL dance with a single TAILQ_INSERT_TAIL Now that all the queues are correctly initialised, there's no need for that dance.


initialize all the queues


fix redirect & history the reload command doesn't push the current url to the history anymore.


initial support for gopher item type 7


set the minibuffer name


drop {eecmd,ir}_self_insert in favour of sensible_self_insert


allow space in sensible_self_insert


jump to line in the current buffer!


move in_minibuffer too


move some initializations to minibuffer.c


reorder minibuffer stuff and while there also rename the bogus completing_read to minibuffer_read. To get a ``completing-read'' one has to call enter_minibuffer with the right parameters.


allow space in sensible_self_insert