uemacs/README.md

32 lines
847 B
Markdown
Raw Normal View History

2014-12-20 09:07:05 +00:00
# README #
µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from [kernel.org](
https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/).
2014-12-25 03:30:41 +00:00
### Changes compare to uEmacs/PK ###
2014-12-25 03:30:41 +00:00
* Line termination detection with new buffer mode (either Unix or DOS).
2015-05-05 04:19:13 +00:00
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed).
* Some fixes related to size either unchecked or limited (strcpy,
insert-string, filenames, $kill).
* Major refactoring of headers and file dependencies, hopefully to
improve maintenance.
* Some defaults changed due to 'finger habits': ue instead of em, ^S in
commands mapping...
2014-12-25 03:30:41 +00:00
### How to build ###
2020-11-03 02:37:39 +00:00
* dependencies: gcc, gmake, ncurses-devel.
* make
2015-05-08 09:10:34 +00:00
### Badges ###
[![Coverity Status](
https://scan.coverity.com/projects/4449/badge.svg)](
https://scan.coverity.com/projects/4449)