X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=DIFFSTAT;h=a6982390d50758f37a5a0d9cf47878602914d2c5;hb=c0d0ea91773838e5d11c3cd3b407fea251058c34;hp=51df01d45cd666ceb74d38da69538841c4445bce;hpb=f9726eeb5489847e8f005ce503a28dc72af8a4d5;p=xboard.git diff --git a/DIFFSTAT b/DIFFSTAT index 51df01d..a698239 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -1,29 +1,43 @@ -** Version master 20110507 (not an official release, includes changes from 4.5.2) +** Version 4.6.0 ** -(git diff -b --stat --summary -M v4.5.2 HEAD) +(git diff -b --stat --summary -M v4.5.3a HEAD) + .gitignore | 3 + ABOUT-NLS | 1282 ++++++++++ - ChangeLog | 630 +++++- - DIFFSTAT | 124 + - Makefile.am | 16 +- - NEWS | 16 + - SHORTLOG | 108 + - args.h | 97 +- - backend.c | 1571 ++++++++++--- - backend.h | 19 +- - book.c | 192 ++- - common.h | 105 +- + COPYRIGHT | 2 +- + ChangeLog | 3106 ++++++++++++++++++++++-- + DIFFSTAT | 210 ++ + Makefile.am | 56 +- + NEWS | 35 + + SHORTLOG | 435 ++++ + args.h | 139 +- + autogen.sh | 2 +- + backend.c | 3426 ++++++++++++++++++-------- + backend.h | 55 +- + backendz.h | 2 +- + bitmaps/bitmaps.h | 2 +- + book.c | 261 ++- + childio.c | 26 +- + childio.h | 2 +- + common.h | 142 +- config.rpath | 280 ++- - configure.ac | 16 +- - engineoutput.c | 35 +- - filebrowser/dir.c | 6 +- - filebrowser/draw.c | 49 +- - filebrowser/path.c | 29 +- - filebrowser/selfile.c | 59 +- - filebrowser/selfile.h | 19 +- - frontend.h | 8 + - gamelist.c | 1 - + configure.ac | 37 +- + copyright.texi | 2 +- + engineoutput.c | 100 +- + engineoutput.h | 3 +- + evalgraph.c | 85 +- + evalgraph.h | 3 +- + filebrowser/dir.c | 2 +- + filebrowser/draw.c | 42 + + filebrowser/path.c | 19 +- + filebrowser/selfile.c | 66 +- + filebrowser/selfile.h | 2 - + frontend.h | 16 +- + gamelist.c | 137 +- gettext.h | 262 ++- + history.c | 33 +- + lists.c | 41 +- + lists.h | 2 +- m4/gettext.m4 | 383 +++ m4/iconv.m4 | 214 ++ m4/lib-ld.m4 | 110 + @@ -32,66 +46,109 @@ m4/nls.m4 | 32 + m4/po.m4 | 449 ++++ m4/progtest.m4 | 92 + - moves.c | 6 +- - parser.c | 4617 ++++------------------------------- + moves.c | 341 ++-- + moves.h | 8 +- + parser.c | 4644 ++++------------------------------- + parser.h | 2 +- parser.l | 1203 --------- + pgntags.c | 145 +- + pixmaps/board32.xpm | 42 + + pixmaps/board48.xpm | 58 + + pixmaps/cross32.xpm | 42 + + pixmaps/cross48.xpm | 58 + po/LINGUAS | 3 +- - po/Makefile.in.in | 160 +- + po/Makefile.in.in | 162 +- + po/Makevars | 2 +- po/Makevars.template | 41 + - po/POTFILES.in | 5 +- + po/POTFILES.in | 10 +- po/Rules-quot | 47 + po/boldquot.sed | 10 + - po/de.po | 3036 ++++++++++++++++------- + po/da.po | 2977 ++++++++++++++++++++++ + po/de.po | 3464 +++++++++++++++++++------- po/en@boldquot.header | 25 + po/en@quot.header | 22 + - po/es.po | 2456 +++++++++++++++++++ + po/es.po | 2925 ++++++++++++++++++++++ po/insert-header.sin | 23 + - po/it.po | 2456 +++++++++++++++++++ + po/it.po | 2933 ++++++++++++++++++++++ po/lng2po.sh | 96 + po/metascript | 125 + po/normalize.pl | 10 + po/quot.sed | 6 + - po/ru.po | 2529 +++++++++++++++++++ + po/ru.po | 2919 ++++++++++++++++++++++ po/strip-bad-utf8.pl | 14 + - po/tr.po | 2931 ++++++++++++++++------ - po/uk.po | 2529 +++++++++++++++++++ - po/vi.po | 2529 +++++++++++++++++++ - po/xboard.pot | 2611 +++++++++++++++------ - po/zh_CN.po | 2529 +++++++++++++++++++ - po/zh_HK.po | 2456 +++++++++++++++++++ - po/zh_TW.po | 2529 +++++++++++++++++++ - uci.c | 3 +- + po/tr.po | 3306 +++++++++++++++++++------ + po/uk.po | 3002 ++++++++++++++++++++++ + po/vi.po | 2904 ++++++++++++++++++++++ + po/xboard.pot | 2958 +++++++++++++++++------ + po/zh_CN.po | 2917 ++++++++++++++++++++++ + po/zh_HK.po | 2922 ++++++++++++++++++++++ + po/zh_TW.po | 2915 ++++++++++++++++++++++ + uci.c | 7 +- winboard/bitmaps/cross.ico | Bin 0 -> 766 bytes + winboard/bitmaps/ni49o.bmp | Bin 454 -> 0 bytes + winboard/bitmaps/ni49s.bmp | Bin 454 -> 0 bytes + winboard/bitmaps/ni49w.bmp | Bin 454 -> 0 bytes + winboard/bitmaps/ni72o.bmp | Bin 926 -> 0 bytes + winboard/bitmaps/ni72s.bmp | Bin 926 -> 0 bytes + winboard/bitmaps/ni72w.bmp | Bin 926 -> 0 bytes winboard/config.h | 6 +- - winboard/language/chinese(simp).lng | 786 ++++++ - winboard/language/chinese(trad).lng | 784 ++++++ - winboard/language/deutsch.lng | 970 ++++++++ - winboard/language/italiano.lng | 975 ++++++++ - winboard/language/russian.lng | 993 ++++++++ - winboard/language/spanish.lng | 952 ++++++++ - winboard/language/vietnamese.lng | 972 ++++++++ - winboard/makefile.gcc | 7 - + winboard/defaults.h | 3 +- + winboard/help.c | 2 +- + winboard/help/html/24.htm | 2 +- + winboard/jaws.c | 47 +- + winboard/language.txt | 138 +- + 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 | 1216 +++++++++ + 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 | 2 + - winboard/wedittags.c | 13 +- - winboard/wengineoutput.c | 3 +- - winboard/winboard.c | 233 +- - winboard/winboard.h | 3 + - winboard/winboard.rc | 7 +- + winboard/resource.h | 31 + + winboard/wchat.c | 2 +- + winboard/wclipbrd.c | 2 +- + winboard/wclipbrd.h | 2 +- + winboard/wedittags.c | 16 +- + winboard/wengineoutput.c | 10 +- + winboard/wevalgraph.c | 3 +- + winboard/wgamelist.c | 39 +- + winboard/winboard.c | 483 +++-- + winboard/winboard.h | 11 +- + winboard/winboard.rc | 158 +- winboard/winboard.rtf | 1644 +++++++------ - winboard/woptions.c | 43 +- - winboard/wsettings.c | 343 ++- - xboard.c | 732 +++---- - xboard.conf.in | 1 + - xboard.h | 43 + - xboard.texi | 87 +- - xedittags.c | 311 +--- - xengineoutput.c | 28 +- - xevalgraph.c | 22 +- - xgamelist.c | 44 +- - xhistory.c | 466 +--- - xoptions.c | 1042 ++++----- - 89 files changed, 42619 insertions(+), 11105 deletions(-) + winboard/woptions.c | 163 ++- + winboard/woptions.h | 2 +- + winboard/wsettings.c | 437 +++- + winboard/wsockerr.c | 2 +- + winboard/wsockerr.h | 2 +- + xboard-fen-viewer.desktop | 52 + + xboard-pgn-viewer.desktop | 52 + + xboard-tourney.desktop | 52 + + xboard.c | 2653 +++++++++----------- + xboard.conf.in | 16 +- + xboard.h | 26 +- + xboard.png | Bin 15116 -> 1726 bytes + xboard.texi | 1092 +++++++-- + xboard.xml | 61 + + xedittags.c | 316 +--- + xedittags.h | 2 +- + xengineoutput.c | 96 +- + xevalgraph.c | 69 +- + xevalgraph.h | 2 +- + xgamelist.c | 205 +- + xgamelist.h | 3 +- + xhistory.c | 461 +--- + xhistory.h | 4 +- + xoptions.c | 1482 ++++++------ + zic2xpm.c | 67 +- + zic2xpm.man | 2 +- + zippy.c | 54 +- + zippy.h | 2 +- + 146 files changed, 60376 insertions(+), 14197 deletions(-) create mode 100644 ABOUT-NLS create mode 100644 m4/gettext.m4 create mode 100644 m4/iconv.m4 @@ -102,10 +159,15 @@ create mode 100644 m4/po.m4 create mode 100644 m4/progtest.m4 delete mode 100644 parser.l + create mode 100644 pixmaps/board32.xpm + create mode 100644 pixmaps/board48.xpm + create mode 100644 pixmaps/cross32.xpm + create mode 100644 pixmaps/cross48.xpm 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/da.po create mode 100644 po/en@boldquot.header create mode 100644 po/en@quot.header create mode 100644 po/es.po @@ -125,13 +187,82 @@ create mode 100644 po/zh_HK.po create mode 100644 po/zh_TW.po create mode 100644 winboard/bitmaps/cross.ico + delete mode 100644 winboard/bitmaps/ni49o.bmp + delete mode 100644 winboard/bitmaps/ni49s.bmp + delete mode 100644 winboard/bitmaps/ni49w.bmp + delete mode 100644 winboard/bitmaps/ni72o.bmp + delete mode 100644 winboard/bitmaps/ni72s.bmp + delete mode 100644 winboard/bitmaps/ni72w.bmp 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 + create mode 100644 xboard-fen-viewer.desktop + create mode 100644 xboard-pgn-viewer.desktop + create mode 100644 xboard-tourney.desktop + create mode 100644 xboard.xml + + +** 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 **