Commit Briefs
tagged 0.4 --- "La faccia della luna" (tags/0.4)
changed default tab separator character
Suggested by Gnuserland, thanks!
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.
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.