* configure.ac: fix invocation of help2man when it is run by missing
* minibuf.c: fix display bugs
* minibuf.c: make minibuf_clear always clear; make minibuf_refresh
update the content before refreshing the minibuffer.
* basic.c: fix crash on out-of-range goto-char and add a test
* search.c: note inefficiency of re_search_2 on large buffers
* tests: fix an incorrect comment on an interactive test
* file.c: set mark on insert-file.
* search.c: fix docstring of isearch-backward-regexp
Ok aja@
FocusWriter is a simple, distraction-free writing environment. It
utilizes a hide-away interface that you access by moving your mouse to
the edges of the screen, allowing the program to have a familiar look
and feel to it while still getting out of the way so that you can
immerse yourself in your work.
ok sthen@
- colored (fruit salad) display built by default (if
use_default_colors available), available through option --color.
- add --enable-colors to build and have a colored (fruit salad)
display
- allow entering goto "position" and "sector" in hexadecimal or
not
- when prompting, propose previously entered value, and give
ability to modify it
- fix setting mark after scrolling
- some cleanup
While here GROFF is not needed.
Ok aja@
with PIE. We should be using the system malloc anyway for security reasons.
Unfortunately, there are yet more problems with PIE in emacs proper, so disable
it for now until a solution is found.
ok naddy@ sthen@ (on a previous version)
modify and otherwise manipulate text files, both interactively and
via shell scripts. A restricted version of ed, red, can only edit
files in the current directory and cannot execute shell commands.
Ed is the "standard" text editor in the sense that it is the original
editor for Unix, and thus widely available. For most purposes,
however, it is superseded by full-screen editors such as GNU Emacs
or GNU Moe.
ok landry@
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@