X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=DIFFSTAT;h=7608457d09bbc64a3cf83903a995475cd17cb9a8;hb=259aca883470b6cd7fc47e417475f05120400d3c;hp=8494da5657ee7c4e7e2855113d5b971dfe4198c2;hpb=bf01374578572bde98774c7366d3ab1ce6e0ff70;p=xboard.git diff --git a/DIFFSTAT b/DIFFSTAT index 8494da5..7608457 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -1,3 +1,305 @@ +** Version 4.6.0 ** + +(git diff -b --stat --summary -M v4.5.3a HEAD) + + ABOUT-NLS | 1282 ++++++++++ + ChangeLog | 1596 +++++++++++-- + DIFFSTAT | 194 ++- + Makefile.am | 16 +- + NEWS | 18 +- + SHORTLOG | 267 ++- + args.h | 88 +- + backend.c | 2342 +++++++++++++++---- + backend.h | 30 +- + book.c | 223 ++- + common.h | 128 +- + config.rpath | 280 ++- + configure.ac | 16 +- + engineoutput.c | 45 +- + engineoutput.h | 1 + + evalgraph.c | 38 +- + evalgraph.h | 1 + + filebrowser/dir.c | 2 +- + filebrowser/draw.c | 42 + + filebrowser/path.c | 19 +- + filebrowser/selfile.c | 42 +- + filebrowser/selfile.h | 2 - + frontend.h | 13 +- + gamelist.c | 72 +- + gettext.h | 262 ++- + history.c | 4 +- + m4/gettext.m4 | 383 +++ + m4/iconv.m4 | 214 ++ + m4/lib-ld.m4 | 110 + + m4/lib-link.m4 | 774 ++++++ + m4/lib-prefix.m4 | 224 ++ + m4/nls.m4 | 32 + + m4/po.m4 | 449 ++++ + m4/progtest.m4 | 92 + + moves.c | 143 +- + moves.h | 6 +- + parser.c | 4608 ++++------------------------------- + parser.l | 1203 --------- + po/LINGUAS | 3 +- + po/Makefile.in.in | 160 +- + po/Makevars.template | 41 + + po/POTFILES.in | 5 +- + po/Rules-quot | 47 + + po/boldquot.sed | 10 + + po/de.po | 3150 +++++++++++++++++------- + po/en@boldquot.header | 25 + + po/en@quot.header | 22 + + po/es.po | 2667 ++++++++++++++++++++ + po/insert-header.sin | 23 + + po/it.po | 2675 ++++++++++++++++++++ + po/lng2po.sh | 96 + + po/metascript | 125 + + po/normalize.pl | 10 + + po/quot.sed | 6 + + po/ru.po | 2661 ++++++++++++++++++++ + po/strip-bad-utf8.pl | 14 + + po/tr.po | 3099 +++++++++++++++++------- + po/uk.po | 2666 ++++++++++++++++++++ + po/vi.po | 2646 ++++++++++++++++++++ + po/xboard.pot | 2711 +++++++++++++++------ + po/zh_CN.po | 2659 ++++++++++++++++++++ + po/zh_HK.po | 2664 ++++++++++++++++++++ + po/zh_TW.po | 2657 ++++++++++++++++++++ + uci.c | 2 + + winboard/bitmaps/cross.ico | Bin 0 -> 766 bytes + winboard/config.h | 6 +- + winboard/defaults.h | 1 + + winboard/jaws.c | 37 +- + winboard/language.txt | 120 +- + winboard/language/chinese(simp).lng | 787 ++++++ + winboard/language/chinese(trad).lng | 785 ++++++ + winboard/language/deutsch.lng | 971 ++++++++ + winboard/language/italiano.lng | 976 ++++++++ + winboard/language/nederlands.lng | 1208 +++++++++ + winboard/language/romanian.lng | 1042 ++++++++ + winboard/language/russian.lng | 994 ++++++++ + winboard/language/spanish.lng | 953 ++++++++ + winboard/language/vietnamese.lng | 973 ++++++++ + winboard/makefile.gcc | 15 +- + winboard/makefile.ms | 3 - + winboard/resource.h | 30 + + winboard/wedittags.c | 14 +- + winboard/wengineoutput.c | 8 +- + winboard/wevalgraph.c | 3 +- + winboard/wgamelist.c | 37 +- + winboard/winboard.c | 405 ++-- + winboard/winboard.h | 9 +- + winboard/winboard.rc | 143 +- + winboard/winboard.rtf | 1644 +++++++------ + winboard/woptions.c | 149 +- + winboard/wsettings.c | 407 +++- + xboard.c | 792 +++---- + xboard.conf.in | 1 + + xboard.h | 22 + + xboard.texi | 850 +++++-- + xedittags.c | 300 +--- + xengineoutput.c | 30 +- + xevalgraph.c | 10 +- + xgamelist.c | 135 +- + xgamelist.h | 1 + + xhistory.c | 453 +--- + xhistory.h | 2 - + xoptions.c | 1068 ++++----- + 103 files changed, 49684 insertions(+), 11805 deletions(-) + create mode 100644 ABOUT-NLS + create mode 100644 m4/gettext.m4 + create mode 100644 m4/iconv.m4 + create mode 100644 m4/lib-ld.m4 + create mode 100644 m4/lib-link.m4 + create mode 100644 m4/lib-prefix.m4 + create mode 100644 m4/nls.m4 + create mode 100644 m4/po.m4 + create mode 100644 m4/progtest.m4 + delete mode 100644 parser.l + mode change 100755 => 100644 po/Makefile.in.in + create mode 100644 po/Makevars.template + create mode 100644 po/Rules-quot + create mode 100644 po/boldquot.sed + create mode 100644 po/en@boldquot.header + create mode 100644 po/en@quot.header + create mode 100644 po/es.po + create mode 100644 po/insert-header.sin + create mode 100644 po/it.po + create mode 100755 po/lng2po.sh + create mode 100644 po/metascript + create mode 100755 po/normalize.pl + create mode 100644 po/quot.sed + mode change 100755 => 100644 po/remove-potcdate.sin + create mode 100644 po/ru.po + create mode 100755 po/strip-bad-utf8.pl + create mode 100644 po/uk.po + create mode 100644 po/vi.po + mode change 100755 => 100644 po/xboard.pot + create mode 100644 po/zh_CN.po + create mode 100644 po/zh_HK.po + create mode 100644 po/zh_TW.po + create mode 100644 winboard/bitmaps/cross.ico + create mode 100644 winboard/language/chinese(simp).lng + create mode 100644 winboard/language/chinese(trad).lng + create mode 100644 winboard/language/deutsch.lng + create mode 100644 winboard/language/italiano.lng + create mode 100644 winboard/language/nederlands.lng + create mode 100644 winboard/language/romanian.lng + create mode 100644 winboard/language/russian.lng + create mode 100644 winboard/language/spanish.lng + create mode 100644 winboard/language/vietnamese.lng + + +** Version 4.5.3a ** + +(git diff -b --stat --summary -M v4.5.3 HEAD) + + winboard/makefile.gcc | 2 +- + winboard/winboard.c | 10 +++++----- + winboard/winboard.h | 2 +- + winboard/woptions.c | 2 +- + 4 files changed, 8 insertions(+), 8 deletions(-) + +** Version 4.5.3 ** + +(git diff -b --stat --summary -M v4.5.2a HEAD) + + args.h | 27 +++++++++++++--------- + backend.c | 54 +++++++++++++++++++++++++++++++++++-------- + backend.h | 4 ++- + book.c | 1 + + configure.ac | 2 +- + engineoutput.c | 14 +++++----- + filebrowser/dir.c | 13 +++++----- + filebrowser/draw.c | 7 +----- + filebrowser/path.c | 10 +------- + filebrowser/selfile.c | 17 +++---------- + filebrowser/selfile.h | 17 +++++++++++++ + history.c | 6 +++- + moves.c | 6 ++-- + uci.c | 2 +- + winboard/config.h | 6 ++-- + winboard/jaws.c | 37 +++++++++++++++++++++++++----- + winboard/language.txt | 40 +------------------------------- + winboard/makefile.gcc | 10 ++++++- + winboard/winboard.c | 6 +++- + winboard/winboard.h | 1 + + winboard/winboard.rc | 32 +++++++++++++------------- + winboard/wsettings.c | 33 +++++++++++++++++--------- + xboard.c | 24 ++++++++++++------- + xboard.h | 28 ++++++++++++++++++++++ + xboard.png | Bin 1342 -> 15116 bytes + xboard.svg | 26 ++++++++++++++------ + xedittags.c | 11 --------- + xengineoutput.c | 16 ------------- + xevalgraph.c | 14 ----------- + xgamelist.c | 61 +++++++++++++++++++++++++++++++----------------- + xhistory.c | 6 ----- + xoptions.c | 50 +++++++++++----------------------------- + 32 files changed, 308 insertions(+), 273 deletions(-) + + +** Version 4.5.2a (Winboard only) ** + +(git diff -b --stat --summary -M v4.5.2 HEAD) + + winboard/wsettings.c | 1 - + 1 files changed, 0 insertions(+), 1 deletions(-) + + +** Version 4.5.2 ** + +(git diff -b --stat --summary -M v4.5.1 HEAD) + + ChangeLog | 361 +++++++++ + DIFFSTAT | 31 + + Makefile.am | 92 +++- + NEWS | 20 + + SHORTLOG | 50 ++ + args.h | 13 +- + backend.c | 112 ++-- + backend.h | 7 +- + common.h | 1 + + configure.ac | 6 +- + engineoutput.c | 1 - + filebrowser/dir.c | 13 + + filebrowser/draw.c | 9 +- + filebrowser/path.c | 10 + + filebrowser/selfile.c | 149 ++++- + filebrowser/selfile.h | 6 + + history.c | 1 - + moves.c | 1 + + parser.l | 4 +- + shogipixmaps/add64.xpm | 73 -- + shogipixmaps/adl64.xpm | 73 -- + shogipixmaps/ald64.xpm | 73 -- + shogipixmaps/all64.xpm | 73 -- + shogipixmaps/ddd64.xpm | 73 -- + shogipixmaps/ddl64.xpm | 73 -- + shogipixmaps/dld64.xpm | 73 -- + shogipixmaps/dll64.xpm | 73 -- + shogipixmaps/qdd64.xpm | 2 +- + shogipixmaps/qdl64.xpm | 2 +- + shogipixmaps/qld64.xpm | 2 +- + shogipixmaps/qll64.xpm | 112 ++-- + shogipixmaps/wldd64.xpm | 2 +- + shogipixmaps/wldl64.xpm | 2 +- + uci.c | 4 - + winboard/bitmaps/convert.c | 1 + + winboard/config.h | 6 +- + winboard/wgamelist.c | 9 +- + winboard/winboard.c | 13 +- + winboard/winboard.h | 1 + + winboard/woptions.c | 2 +- + winboard/wsettings.c | 24 +- + xboard.c | 962 ++++++++++-------------- + xboard.conf.in | 37 +- + xboard.h | 2 + + xboard.texi | 467 ++++++++---- + xgamelist.c | 1 + + xoptions.c | 1790 +++++++++++++++++++++++--------------------- + 47 files changed, 2591 insertions(+), 2321 deletions(-) + delete mode 100644 shogipixmaps/add64.xpm + delete mode 100644 shogipixmaps/adl64.xpm + delete mode 100644 shogipixmaps/ald64.xpm + delete mode 100644 shogipixmaps/all64.xpm + delete mode 100644 shogipixmaps/ddd64.xpm + delete mode 100644 shogipixmaps/ddl64.xpm + delete mode 100644 shogipixmaps/dld64.xpm + delete mode 100644 shogipixmaps/dll64.xpm + +** 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)