Changes in version 1.10:

The default right margin has been changed from 72 to 76.

The new command 'C-o k' (capitalize words in block) has been added.
It uppercases the first letter of each word and lowercases the rest.

The new command 'C-s p' (show line position in buffer) has been added.
It shows on the status line the percent position of the current line in
the buffer.

Recursive load now ignores some non-text files by extension; ".a", ".o",
".z", ".Z", ".gz", ".lz", ".mo", ".po", ".ps", ".so", ".xz", ".bz2", ".deb",
".dll", ".dvi", ".gif", ".gmo", ".ico", ".jar", ".jpg", ".pbm", ".pdf",
".pgm", ".png", ".ppm", ".rpm", ".svg", ".tar", ".tgz", ".tif", ".tlz",
".txz", ".wav", ".rpms", ".svgz".

Infinite replacement loops are now detected.

'C-q c' (exit without saving) and 'C-q x' (save and exit) now exit much
faster when editing many files (thousands).

'C-q x' (save and exit) now does not delete any buffer handles until all
modified buffers have been succesfully saved. And shows "Read only"
without asking for a name if a modified unnamed read-only buffer is found.

The UTF-8 decoder now converts some more characters.

Showing the contents of a directory no longer alters the position of the
top line of the buffers menu.

The buffers menu is now shown even if there is only one buffer.

When showing the contents of a directory, ".." is now put always first even
if some file precede it in ASCIIbetical order.

On buffers larger than 1000 lines, bookmarks 1 to 9 are now set at 10% to
90% of the buffer size in lines.

The configure script now accepts appending options to CXXFLAGS using the
syntax 'CXXFLAGS+=OPTIONS'.
