diff --git a/ChangeLog b/ChangeLog index 2fb5b4e..2af54a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -OpenVi 7.0.15 -> OpenVi 7.0.16-dev: Fri Feb 25 18:14:22 2022 +OpenVi 7.0.15 -> OpenVi 7.0.16-dev: Fri Feb 25 22:34:39 2022 + + Modify text `%s/OpenBSD vi/OpenVi/` in `common/recover.c` + Minor updates to documentation and `README.md` + Provide a more helpful message when ex-mode has background screens + Fully redraw screen on refresh with ^L / ^R diff --git a/common/recover.c b/common/recover.c index 5527232..b432033 100644 --- a/common/recover.c +++ b/common/recover.c @@ -385,9 +385,9 @@ rcv_mailfile(SCR *sp, int issync, char *cp_path) VI_FHEADER, t, /* Non-standard. */ VI_PHEADER, cp_path, /* Non-standard. */ "Reply-To: root", - "From: root (OpenBSD vi recovery program)", + "From: root (OpenVi recovery program)", "To: ", pw->pw_name, - "Subject: OpenBSD vi saved the file ", p, + "Subject: OpenVi saved the file ", p, "Precedence: bulk", /* For vacation(1). */ "Auto-Submitted: auto-generated"); if (len > sizeof(buf) - 1)