list-fixed-bugs.py: Wrap at 72 chars

Message ID 06480fc2-9d3d-de72-53c9-df5021e09afa@sourceware.org
State Committed
Headers

Commit Message

Siddhesh Poyarekar Feb. 4, 2020, 5:15 p.m. UTC
  On 04/02/20 02:13, Joseph Myers wrote:
> 
> The logic of 76 is that it matches
> 
> fill-column: 76
> 
> in the NEWS file.  I'd expect the same width to be used for both the bug 
> list and manually-written content.
> 

Ahh yes, I was looking for that one too; it should get trimmed to 72
chars again because that's what email clients seem to default to.  OK if
I push the below fix to NEWS?

I suppose the most optimal route ought to be to generate the NEWS file
from a structured data file but I'm not going to get into that for now.
 Maybe if I end up volunteering for 2.33/34 I'll propose scripts to make
those bits easier for release managers.
  

Comments

Joseph Myers Feb. 6, 2020, 9:16 p.m. UTC | #1
On Tue, 4 Feb 2020, Siddhesh Poyarekar wrote:

> Ahh yes, I was looking for that one too; it should get trimmed to 72
> chars again because that's what email clients seem to default to.  OK if
> I push the below fix to NEWS?

OK.
  

Patch

diff --git a/NEWS b/NEWS
index aeca39be23..e6bed91b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -5883,5 +5883,5 @@  Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
 Local variables:
 version-control: never
-fill-column: 76
+fill-column: 72
 End: