Commits


0.4.1 "buildfix" release Fixed the dist tarball generation


fix for distcheck


use proper path (out-of-tree builds) and include pages/*.gmi


start a new cycle


updated asciinema for 0.4


tagged 0.4 --- "La faccia della luna"


sync


drop {eecmd,ir}_self_insert in favour of sensible_self_insert


allow space in sensible_self_insert


changed default tab separator character Suggested by Gnuserland, thanks!


fix warning and mention line.help


add prototypes and use proper type (fn ptr vs void *)


give a name to to the help buffer


sync


pretty print help lines


include compat.h before everything else


fix counter in scroll-line-up


fix redraw when side window is visible


jump to line in the current buffer!


add other-window (C-x o) and allow focusing help buffer


recompute help only when needed


move in_minibuffer too


always include compat.h first


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.