Commit Briefs


Omar Polo

fix counter in scroll-line-up





Omar Polo

recompute help only when needed


Omar Polo

move in_minibuffer too


Omar Polo

always include compat.h first



Omar Polo

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.


Omar Polo

move help to its own file

in order to do so, we also have to export some internal variables from ui (the width and height of the window). Not the best possible outcome, but are used only in recompute_help, and can be dropped later. Also, move wrap_page to wrap.c.


Omar Polo

misc doc improvements