X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=DIFFSTAT;h=44711c506f01c4a7407d77edb73c47452c84dd20;hb=a90c45ee54a358b17fa4d006417bab8c6cf8657e;hp=8494da5657ee7c4e7e2855113d5b971dfe4198c2;hpb=bf01374578572bde98774c7366d3ab1ce6e0ff70;p=xboard.git diff --git a/DIFFSTAT b/DIFFSTAT index 8494da5..44711c5 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -1,3 +1,35 @@ +** Version 4.5.1 ** + +(git diff -b --stat --summary -M v4.5.0 HEAD) + + ChangeLog | 142 ++++++++++++++++++++++++++++++++++++++++++++ + DIFFSTAT | 26 ++++++++ + Makefile.am | 2 +- + NEWS | 32 ++++++++++ + SHORTLOG | 27 ++++++++ + backend.c | 11 ++-- + childio.c | 1 + + configure.ac | 40 ++++++------- + filebrowser/dir.c | 18 ++---- + filebrowser/draw.c | 34 ++++++---- + filebrowser/path.c | 99 ++++++++++++++++--------------- + filebrowser/selfile.c | 12 ++++- + moves.c | 5 +- + winboard/config.h | 6 +- + winboard/help.c | 1 + + winboard/help/html/01.htm | 2 +- + winboard/help/html/02.htm | 14 ++++- + winboard/help/winboard.chm | Bin 86507 -> 86883 bytes + winboard/makefile.ms | 4 +- + winboard/wchat.c | 2 +- + winboard/winboard.c | 29 +++++---- + winboard/winboard.dsp | 6 ++- + winboard/woptions.c | 3 +- + winboard/wsettings.c | 5 +- + xboard.c | 5 +- + xboard.texi | 10 ++-- + 26 files changed, 398 insertions(+), 138 deletions(-) + ** Version 4.5.0 ** (git diff -b --stat --summary -M v4.4.4 HEAD)