gbranden pushed a commit to branch master
in repository groff.
commit 9cc884a820dd53be569ab9ba3fa7948cfdd71036
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Aug 19 17:35:17 2024 -0500
[eqn]: Drop support for "cp1047" output device.
* tmac/eqnrc: Drop eqn(1) support for "cp1047" output device.
Continues fixing <https://savannah.gnu.org/bugs/?65724>.
---
ChangeLog | 6 ++++++
src/preproc/eqn/neqn.sh | 4 ++--
tmac/eqnrc | 4 +---
3 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e0063800a..ffff705b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-19 G. Branden Robinson <[email protected]>
+
+ * tmac/eqnrc: Drop eqn(1) support for "cp1047" output device.
+
+ Continues fixing <https://savannah.gnu.org/bugs/?65724>.
+
2024-08-19 G. Branden Robinson <[email protected]>
* tmac/fallbacks.tmac:
diff --git a/src/preproc/eqn/neqn.sh b/src/preproc/eqn/neqn.sh
index edfe9bdfc..8a094d437 100644
--- a/src/preproc/eqn/neqn.sh
+++ b/src/preproc/eqn/neqn.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2014-2020 Free Software Foundation, Inc.
+# Copyright (C) 2014-2024 Free Software Foundation, Inc.
#
# This file is part of groff.
#
@@ -16,7 +16,7 @@
# <http://www.gnu.org/licenses/gpl-2.0.txt>.
# Provision of this shell script should not be taken to imply that use of
-# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8|-Tcp1047 is supported.
+# GNU eqn with groff -Tascii|-Tlatin1|-Tutf8 is supported.
@GROFF_BIN_PATH_SETUP@
PATH="$GROFF_RUNTIME$PATH"
diff --git a/tmac/eqnrc b/tmac/eqnrc
index 84f8cf9b6..8a95b998e 100644
--- a/tmac/eqnrc
+++ b/tmac/eqnrc
@@ -1,6 +1,5 @@
-.\" -*- nroff -*-
-.\"
.\" Startup file for eqn.
+.\"
.do if !d EQ .ds EQ
.do if !d EN .ds EN
.EQ
@@ -56,7 +55,6 @@ ifdef ps|X|html ! set draw_lines 1 !
ifdef ascii ! define n %1% !
ifdef latin1 ! define n %1% !
ifdef utf8 ! define n %1% !
-ifdef cp1047 ! define n %1% !
ifdef n !
set nroff 1
!
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit