gbranden pushed a commit to branch master
in repository groff.
commit 2922d0c0d63f475b90cd52d303a4cfa89e6e687b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Dec 21 17:05:58 2025 -0600
Simplify Savannah ticket URLs.
Omit the "index.php" part of Savannah ticket URLs because (1) it's
unnecessary, and (2) I hope that, someday, Savannah will migrate to a
content management system that isn't based on the awful PHP language.
---
ChangeLog.122 | 22 +++++++++++-----------
contrib/gpinyin/ChangeLog | 2 +-
contrib/hdtbl/ChangeLog | 4 ++--
contrib/mm/ChangeLog | 2 +-
tmac/pdfpic.tmac | 2 +-
5 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/ChangeLog.122 b/ChangeLog.122
index 605ae06bf..49c9ded2b 100644
--- a/ChangeLog.122
+++ b/ChangeLog.122
@@ -141,7 +141,7 @@ Version 1.22.4 released 2018-12-23
prohibiting it before the last character of a word, in
congruence with the TeX-based hyphenation patterns we use.
- Fixes <https://savannah.gnu.org/bugs/index.php?55066>.
+ Fixes <https://savannah.gnu.org/bugs/?55066>.
2018-11-19 Bertrand Garrigues <[email protected]>
@@ -156,7 +156,7 @@ Version 1.22.4 released 2018-12-23
* m4/groff.m4 (GROFF_PAGE): Try /etc/papersize first.
- Fixes <https://savannah.gnu.org/bugs/index.php?53271>.
+ Fixes <https://savannah.gnu.org/bugs/?53271>.
2018-11-12 G. Branden Robinson <[email protected]>
@@ -287,7 +287,7 @@ Version 1.22.4 released 2018-12-23
unusual characters in Makefile variables in other aspects of the
groff build are offered.
- Fixes <https://savannah.gnu.org/bugs/index.php?55004>.
+ Fixes <https://savannah.gnu.org/bugs/?55004>.
2018-11-06 G. Branden Robinson <[email protected]>
@@ -297,7 +297,7 @@ Version 1.22.4 released 2018-12-23
"lookbib -v" now reports a version number, instead of "(null)".
- Fixes <https://savannah.gnu.org/bugs/index.php?54972>.
+ Fixes <https://savannah.gnu.org/bugs/?54972>.
2018-11-06 G. Branden Robinson <[email protected]>
@@ -311,7 +311,7 @@ Version 1.22.4 released 2018-12-23
Example: lookbib:fatal error: no databases
- Fixes <https://savannah.gnu.org/bugs/index.php?54971>.
+ Fixes <https://savannah.gnu.org/bugs/?54971>.
2018-11-05 G. Branden Robinson <[email protected]>
@@ -335,7 +335,7 @@ Version 1.22.4 released 2018-12-23
and the sed section of "Limitations of Usual Tools" in the
GNU Autoconf Manual.
- Invalidates <https://savannah.gnu.org/bugs/index.php?53784>.
+ Invalidates <https://savannah.gnu.org/bugs/?53784>.
2018-11-04 G. Branden Robinson <[email protected]>
@@ -355,7 +355,7 @@ Version 1.22.4 released 2018-12-23
long-form Emacs coding declaration at end of file. Vim's
auto-detection seems to be fine, so did not update its modeline.
- Fixes <https://savannah.gnu.org/bugs/index.php?54530>.
+ Fixes <https://savannah.gnu.org/bugs/?54530>.
2018-11-04 G. Branden Robinson <[email protected]>
@@ -376,7 +376,7 @@ Version 1.22.4 released 2018-12-23
* man/groff.7.man: Similar, but terser.
- Fixes https://savannah.gnu.org/bugs/index.php?54894.
+ Fixes https://savannah.gnu.org/bugs/?54894.
2018-10-04 Deri James <[email protected]>
@@ -562,7 +562,7 @@ Version 1.22.4 released 2018-12-23
part of the footer from overrunning the date, even in dirty
trees on 80-column terminals.
- Fixes https://savannah.gnu.org/bugs/index.php?53721.
+ Fixes https://savannah.gnu.org/bugs/?53721.
2018-04-23 G. Branden Robinson <[email protected]>
@@ -1516,7 +1516,7 @@ Version 1.22.4 released 2018-12-23
* doc/groff.texi: Dp instead of DP used
- https://savannah.gnu.org/bugs/index.php?42251
+ https://savannah.gnu.org/bugs/?42251
2017-04-28 Rich Burridge
@@ -1740,7 +1740,7 @@ Version 1.22.4 released 2018-12-23
See
- https://savannah.gnu.org/bugs/index.php?49272
+ https://savannah.gnu.org/bugs/?49272
and
diff --git a/contrib/gpinyin/ChangeLog b/contrib/gpinyin/ChangeLog
index bb9ce5e52..d0ab48c2e 100644
--- a/contrib/gpinyin/ChangeLog
+++ b/contrib/gpinyin/ChangeLog
@@ -35,7 +35,7 @@
* gpinyin.1.man: Render the tone mark table only if the output
device might be capable.
- Fixes <https://savannah.gnu.org/bugs/index.php?55215>.
+ Fixes <https://savannah.gnu.org/bugs/?55215>.
2021-05-10 G. Branden Robinson <[email protected]>
diff --git a/contrib/hdtbl/ChangeLog b/contrib/hdtbl/ChangeLog
index 789d489f4..0cd0061a8 100644
--- a/contrib/hdtbl/ChangeLog
+++ b/contrib/hdtbl/ChangeLog
@@ -295,7 +295,7 @@
* hdtbl.am (MOSTLYCLEANFILES): Remove 'hdmisc.tmac-s'
and 'hdtbl.tmac-s' (these files are no longer present).
- Fixes https://savannah.gnu.org/bugs/index.php?55083, reported by
+ Fixes https://savannah.gnu.org/bugs/?55083, reported by
Bjarni Ingi Gislason <[email protected]>.
2018-11-13 G. Branden Robinson <[email protected]>
@@ -309,7 +309,7 @@
in-tree builds. Give it its own variable, $(hdtbl_TESTS).
Now it clobbers no more.
- Fixes <https://savannah.gnu.org/bugs/index.php?55020>.
+ Fixes <https://savannah.gnu.org/bugs/?55020>.
2018-11-12 G. Branden Robinson <[email protected]>
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 945019c70..94120650d 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -2114,7 +2114,7 @@
omitted completely". And, regarding the salutation, #60390.
Fixes <https://savannah.gnu.org/bugs/?60373> and
- <https://savannah.gnu.org/bugs/index.php?60390>.
+ <https://savannah.gnu.org/bugs/?60390>.
2021-05-30 Bjarni Ingi Gislason <[email protected]>
diff --git a/tmac/pdfpic.tmac b/tmac/pdfpic.tmac
index 6ae9210cd..5042c3a0b 100644
--- a/tmac/pdfpic.tmac
+++ b/tmac/pdfpic.tmac
@@ -57,7 +57,7 @@
.\" Get image dimensions.
.\"
.\" The following is a circus of portability and escaping constraints.
-.\" See <https://savannah.gnu.org/bugs/index.php?64061>.
+.\" See <https://savannah.gnu.org/bugs/?64061>.
.\"
.\" We therefore shut off roff's escape mechanism _twice_: once while
.\" defining the macro, and once while interpreting part of it, to
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit