On Mon, Aug 27, 2018 at 03:37:07PM +0200, Martin Liška wrote:
> >>> Recently I've noticed that I have wrongly set up my editor and
> >>> I installed quite some changes where my changelog entries
> >>> have 8 spaces instead of a tabular.
> >>>
> >>> I grepped that for all ChangeLog files (ignoring ChangeLog-{year} files)
> >>> and I see:
> >>
> >> Note that some files in your list appear only because they have
> >> 12 spaces indenting the second author in a multi-author change,
> >> which is intentional and probably does not need changing.
> > 
> > That still should be one tab + 4 spaces.
> > 
> >     Jakub
> > 
> 
> So what about this patch? I know it also fixes quite some old
> entries in files that don't have ChangeLog-{$year} variants.
> But it's easier than doing that entry by entry.

Please don't change zlib/ChangeLog, that is not a GNU ChangeLog file,
the rest is obvious.

> --- a/zlib/ChangeLog
> +++ b/zlib/ChangeLog
> @@ -1,5 +1,5 @@
>  
> -                ChangeLog file for zlib
> +             ChangeLog file for zlib
>  
>  Changes in 1.2.11 (15 Jan 2017)
>  - Fix deflate stored bug when pulling last block from window
> @@ -1218,15 +1218,15 @@ Changes in 1.0.6 (19 Jan 1998)
>  - added Makefile.nt (thanks to Stephen Williams)
>  - added the unsupported "contrib" directory:
>     contrib/asm386/ by Gilles Vollant <i...@winimage.com>
> -        386 asm code replacing longest_match().
> +     386 asm code replacing longest_match().
>     contrib/iostream/ by Kevin Ruland <ke...@rodin.wustl.edu>
> -        A C++ I/O streams interface to the zlib gz* functions
> +     A C++ I/O streams interface to the zlib gz* functions
>     contrib/iostream2/  by Tyge L??vset <tyge.lov...@cmr.no>
> -        Another C++ I/O streams interface
> +     Another C++ I/O streams interface
>     contrib/untgz/  by "Pedro A. Aranda Guti\irrez" <p...@tid.es>
> -        A very simple tar.gz file extractor using zlib
> +     A very simple tar.gz file extractor using zlib
>     contrib/visual-basic.txt by Carlos Rios <c_r...@sonda.cl>
> -        How to use compress(), uncompress() and the gz* functions from VB.
> +     How to use compress(), uncompress() and the gz* functions from VB.
>  - pass params -f (filtered data), -h (huffman only), -1 to -9 (compression
>    level) in minigzip (thanks to Tom Lane)
>  
> -- 
> 2.18.0
> 


        Jakub

Reply via email to