Commits


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.