1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-12-17 23:06:25 -05:00

Update README.md according to latest Makefile changes.

This commit is contained in:
Renaud 2021-07-14 12:32:27 +08:00
parent d067e2dc0d
commit 8a28c7ae77

View File

@ -1,18 +1,31 @@
# README # # README #
µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from kernel.org. µEMACS (ue) on Cygwin/Linux, based on uEmacs/PK (em) from [kernel.org](
https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/).
### Changes compare to uEmacs/PK ### ### Changes compare to uEmacs/PK ###
* Line termination detection with new buffer mode (either Unix or DOS). * Line termination detection with new buffer mode (either Unix or DOS).
* Encoding detection (ASCII, Extended ASCII, UTF-8 or Mixed). * 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 fixes related to size either unchecked or limited (strcpy,
* Reactivation of target 'source' and 'depend' in Makefile. insert-string, filenames, $kill).
* Some defaults changed due to 'finger habits': ue instead of em, ^S in commands mapping...
* 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...
### How to build ### ### How to build ###
* dependencies: gcc, gmake, ncurses-devel. * dependencies: gcc, gmake, ncurses-devel.
* make depend ; make
* make
### Badges ### ### Badges ###
[![Coverity Status](https://scan.coverity.com/projects/4449/badge.svg)](https://scan.coverity.com/projects/4449)
[![Coverity Status](
https://scan.coverity.com/projects/4449/badge.svg)](
https://scan.coverity.com/projects/4449)