Commit Briefs

9b5d7bfee2 Omar Polo

tagged 0.4 --- "La faccia della luna" (tags/0.4)


bbab3a083e Omar Polo

sync



85c820b8b3 Omar Polo

allow space in sensible_self_insert


05bc942ed5 Omar Polo

changed default tab separator character

Suggested by Gnuserland, thanks!


75fd746bda Omar Polo

fix warning and mention line.help



d7352f56a0 Omar Polo

give a name to to the help buffer


9a7d62cb7b Omar Polo

sync


c6be26e477 Omar Polo

pretty print help lines


1f496e7b32 Omar Polo

include compat.h before everything else


41b1ed0430 Omar Polo

fix counter in scroll-line-up


bdb21d5147 Omar Polo

fix redraw when side window is visible


5924d8d2a9 Omar Polo

jump to line in the current buffer!



7102f5d94d Omar Polo

recompute help only when needed


54ee0a94b6 Omar Polo

move in_minibuffer too


786e6deb98 Omar Polo

always include compat.h first


bccb5b0b99 Omar Polo

move some initializations to minibuffer.c


4bc446b95b 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.


de27856787 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.


7ee780fa9c Omar Polo

misc doc improvements


662c743127 Omar Polo

explain how to customise about: pages


56e7efb45b Omar Polo

allow about: pages to be locally overridden