gbranden pushed a commit to branch master in repository groff. commit bdc1b6b3cdaa358413479864f5fca1ef073969e1 Author: G. Branden Robinson <g.branden.robin...@gmail.com> AuthorDate: Wed Jul 9 15:56:44 2025 -0500
contrib/*,src/*: Reschedule future executions. --- contrib/mm/m.tmac | 2 +- src/roff/troff/env.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac index 6b540271f..14005d8a9 100644 --- a/contrib/mm/m.tmac +++ b/contrib/mm/m.tmac @@ -3498,7 +3498,7 @@ argument: '\\$2' \\*[debug@dump-args]\\ .if !''\\$1' .ds cov*firm \\$1 .. -.\" Kill this macro off in groff 1.25. +.\" TODO: Kill this off in groff 1.24.0 release + 2 years. .de AST .@warning \\$0: macro is deprecated; define string 'Abstract' instead .ds Abstract "\\$1\" diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp index 766ce6a96..fdf435877 100644 --- a/src/roff/troff/env.cpp +++ b/src/roff/troff/env.cpp @@ -598,7 +598,7 @@ bool environment::set_font(symbol nm) warning(WARN_FONT, "ignoring font selection on interrupted line"); return true; // "no operation" is successful } - // TODO: Kill off in groff 1.25. + // TODO: Kill this off in groff 1.24.0 release + 2 years. if (is_device_ps_or_pdf) warn_if_font_name_deprecated(nm); if (nm == symbol("P") || nm.is_empty()) { @@ -4399,7 +4399,7 @@ void init_env_requests() register_dictionary.define("skw", new variable_reg(&skw_reg_contents)); register_dictionary.define("ssc", new variable_reg(&ssc_reg_contents)); register_dictionary.define("st", new variable_reg(&st_reg_contents)); - // TODO: Kill the following off in groff 1.25. + // TODO: Kill the following off in groff 1.24.0 release + 2 years. deprecated_font_identifiers.push_back("AX"); deprecated_font_identifiers.push_back("KR"); deprecated_font_identifiers.push_back("KI"); _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit