Commits
- Commit:
9b5d7bfee2b2a3fe36a60d52d59c6173aa626904
- From:
- Omar Polo <op@omarpolo.com>
- Date:
tagged 0.4 --- "La faccia della luna"
- Commit:
bbab3a083e47b97e3fdb5df390faf99fbd50be88
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync
- Commit:
004fe81773b09ee94ce761e464a0b2e92095fb52
- From:
- Omar Polo <op@omarpolo.com>
- Date:
drop {eecmd,ir}_self_insert in favour of sensible_self_insert
- Commit:
85c820b8b345337d2f8da7b663701ea9c2720944
- From:
- Omar Polo <op@omarpolo.com>
- Date:
allow space in sensible_self_insert
- Commit:
05bc942ed5e21c179729488a7f6a843fc311aad2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
changed default tab separator character
Suggested by Gnuserland, thanks!
- Commit:
75fd746bdad45e2d79df0197d626685db74a96d9
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix warning and mention line.help
- Commit:
408b51819656814ce96d28d88005b0dcb27e2be2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add prototypes and use proper type (fn ptr vs void *)
- Commit:
d7352f56a0347b3aea16c30ce69f42162e13745b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
give a name to to the help buffer
- Commit:
9a7d62cb7bc6f71742408245f7aae116112e411f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync
- Commit:
c6be26e477ec817b6c8e56297729595524b7b9c3
- From:
- Omar Polo <op@omarpolo.com>
- Date:
pretty print help lines
- Commit:
1f496e7b32b9d7c16904e37cc30e9429556945f3
- From:
- Omar Polo <op@omarpolo.com>
- Date:
include compat.h before everything else
- Commit:
41b1ed04303fdf8c1ee3ead4a7df286ca6730ff5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix counter in scroll-line-up
- Commit:
bdb21d514710466cc9c09da0db3e866fefe0ad8d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix redraw when side window is visible
- Commit:
5924d8d2a94a93e8440539665b961a7f03e78708
- From:
- Omar Polo <op@omarpolo.com>
- Date:
jump to line in the current buffer!
- Commit:
6534017424b779f625f5fa33b69f2c6428f979d5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add other-window (C-x o) and allow focusing help buffer
- Commit:
7102f5d94d510ebd2af6b36c075d3c338a7dc338
- From:
- Omar Polo <op@omarpolo.com>
- Date:
recompute help only when needed
- Commit:
54ee0a94b6caabb0346274480b28c8dd0920deed
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move in_minibuffer too
- Commit:
786e6deb98e5c4050020215a479330250ed9736e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
always include compat.h first
- Commit:
bccb5b0b993d6c46066bdf5ef3b0d78103c90cf8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move some initializations to minibuffer.c
- Commit:
4bc446b95ba4642c1e00a9b27c9f0a8ed5d4f369
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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.
- Commit:
de27856787c352519320f213681df6c680a3d446
- From:
- Omar Polo <op@omarpolo.com>
- Date:
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.
- Commit:
7ee780fa9ce0c6d6f26912c134489517d47a26c8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
misc doc improvements
- Commit:
662c7431277570f1e9466da3f845c5078834101c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
explain how to customise about: pages
- Commit:
56e7efb45b77fdf3a17848ae698aae27f554af7c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
allow about: pages to be locally overridden
- Commit:
9073042649752b844bd9b22f67aa88db8317b44d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
refactoring tab-close and tab-close-other: introduce free_tab