X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=blobdiff_plain;f=DIFFSTAT;h=7b55b4496a81a4ba62ec2b42f8ece8c6dbf1bd7d;hp=d2f3e1edb07d80b3b24e4fce8fee5b3b62f5ea48;hb=HEAD;hpb=56fe2c054e398905de28d55e1e513a0de32b08ac diff --git a/DIFFSTAT b/DIFFSTAT index d2f3e1e..7b55b44 100644 --- a/DIFFSTAT +++ b/DIFFSTAT @@ -1,17 +1,619 @@ +** Version 4.8.0 ** + +(git diff -b --stat --summary -M v4.7.3 HEAD) + + .gitignore | 20 + + ABOUT-NLS | 1282 -------- + ChangeLog | 1623 +++++++++++ + DIFFSTAT | 439 +++ + Makefile.am | 172 +- + NEWS | 89 + + SHORTLOG | 365 +++ + args.h | 108 +- + autogen.sh | 3 +- + backend.c | 1314 +++++++-- + backend.h | 26 +- + board.c | 15 +- + book.c | 12 + + common.h | 66 +- + conf/chu | 42 + + conf/ics | 10 + + conf/judkins | 19 + + conf/judkins.fen | 2 + + conf/mini | 24 + + conf/mini.fen | 2 + + conf/sho | 28 + + conf/sho.fen | 2 + + conf/shogi | 41 + + conf/xiangqi | 30 + + conf/xq | 36 + + config.rpath | 672 ----- + configure.ac | 173 +- + dialogs.c | 713 ++++- + dialogs.h | 17 +- + draw.c | 136 +- + draw.h | 3 +- + engine-intf.html | 182 +- + engineoutput.c | 148 +- + engineoutput.h | 1 + + evalgraph.c | 15 +- + evalgraph.h | 3 +- + frontend.h | 7 +- + gamelist.c | 10 +- + gtk/xboard.c | 341 ++- + gtk/xboard.h | 39 +- + gtk/xengineoutput.c | 21 +- + gtk/xoptions.c | 179 +- + 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 - + menus.c | 152 +- + menus.h | 3 + + moves.c | 1028 +++++-- + moves.h | 12 +- + nengineoutput.c | 14 +- + nevalgraph.c | 17 +- + ngamelist.c | 13 +- + nhistory.c | 2 +- + osxapp/Info.plist.in | 188 ++ + osxapp/OSX-theme/gtk-2.0/assets/handle.png | Bin 0 -> 186 bytes + .../gtk-2.0/assets/l-checkbox-checked-18.png | Bin 0 -> 814 bytes + .../assets/l-checkbox-checked-insensitive-18.png | Bin 0 -> 639 bytes + .../gtk-2.0/assets/l-checkbox-unchecked-18.png | Bin 0 -> 413 bytes + .../assets/l-checkbox-unchecked-insensitive-18.png | Bin 0 -> 356 bytes + .../gtk-2.0/assets/l-radio-selected-18.png | Bin 0 -> 890 bytes + .../assets/l-radio-selected-insensitive-18.png | Bin 0 -> 643 bytes + .../gtk-2.0/assets/l-radio-unselected-18.png | Bin 0 -> 606 bytes + .../assets/l-radio-unselected-insensitive-18.png | Bin 0 -> 546 bytes + .../gtk-2.0/assets/notebook-gap-bottom.png | Bin 0 -> 159 bytes + .../OSX-theme/gtk-2.0/assets/notebook-gap-left.png | Bin 0 -> 85 bytes + .../gtk-2.0/assets/notebook-gap-right.png | Bin 0 -> 84 bytes + .../OSX-theme/gtk-2.0/assets/notebook-gap-top.png | Bin 0 -> 158 bytes + osxapp/OSX-theme/gtk-2.0/assets/notebook.png | Bin 0 -> 227 bytes + osxapp/OSX-theme/gtk-2.0/assets/null.png | Bin 0 -> 1164 bytes + .../OSX-theme/gtk-2.0/assets/scroll-background.png | Bin 0 -> 155 bytes + .../OSX-theme/gtk-2.0/assets/slider-horizontal.png | Bin 0 -> 828 bytes + .../OSX-theme/gtk-2.0/assets/tab-bottom-active.png | Bin 0 -> 924 bytes + osxapp/OSX-theme/gtk-2.0/assets/tab-bottom.png | Bin 0 -> 888 bytes + .../OSX-theme/gtk-2.0/assets/tab-left-active.png | Bin 0 -> 451 bytes + osxapp/OSX-theme/gtk-2.0/assets/tab-left.png | Bin 0 -> 763 bytes + .../OSX-theme/gtk-2.0/assets/tab-right-active.png | Bin 0 -> 453 bytes + osxapp/OSX-theme/gtk-2.0/assets/tab-right.png | Bin 0 -> 787 bytes + osxapp/OSX-theme/gtk-2.0/assets/tab-top-active.png | Bin 0 -> 920 bytes + osxapp/OSX-theme/gtk-2.0/assets/tab-top.png | Bin 0 -> 897 bytes + osxapp/OSX-theme/gtk-2.0/assets/toolbar.png | Bin 0 -> 214 bytes + osxapp/OSX-theme/gtk-2.0/gtkrc | 798 +++++ + osxapp/PkgInfo | 1 + + osxapp/XBoard.gtklauncher | 74 + + osxapp/default/eo_Analyzing.png | Bin 0 -> 462 bytes + osxapp/default/eo_Black.png | Bin 0 -> 292 bytes + osxapp/default/eo_Clear.png | Bin 0 -> 159 bytes + osxapp/default/eo_Ponder.png | Bin 0 -> 607 bytes + osxapp/default/eo_Thinking.png | Bin 0 -> 492 bytes + osxapp/default/eo_Unknown.png | Bin 0 -> 467 bytes + osxapp/default/eo_White.png | Bin 0 -> 400 bytes + osxapp/default/icon_black.png | Bin 0 -> 36898 bytes + osxapp/default/icon_white.png | Bin 0 -> 36619 bytes + osxapp/gtkrc | 4 + + osxapp/icons/XBoard.icns | Bin 0 -> 200555 bytes + osxapp/icons/fen.icns | Bin 0 -> 160673 bytes + osxapp/icons/pgn.icns | Bin 0 -> 165002 bytes + osxapp/icons/trn.icns | Bin 0 -> 161616 bytes + osxapp/icons/xop.icns | Bin 0 -> 167993 bytes + osxapp/info.command | 2 + + osxapp/launcher_rc | 1 + + osxapp/logos/207.99.83.228.png | Bin 0 -> 16710 bytes + osxapp/logos/69.36.243.188.png | Bin 0 -> 7260 bytes + osxapp/logos/dummy.png | Bin 0 -> 9465 bytes + osxapp/logos/winboard.nl.png | Bin 0 -> 28755 bytes + osxapp/man.command | 2 + + osxapp/osx-localization/.DS_Store | Bin 0 -> 6148 bytes + .../da.lproj/GtkosxApplication.strings | Bin 0 -> 1056 bytes + .../de.lproj/GtkosxApplication.strings | Bin 0 -> 1104 bytes + .../en.lproj/GtkosxApplication.strings | Bin 0 -> 1066 bytes + .../es.lproj/GtkosxApplication.strings | Bin 0 -> 1078 bytes + .../it.lproj/GtkosxApplication.strings | Bin 0 -> 1116 bytes + .../nl.lproj/GtkosxApplication.strings | Bin 0 -> 1100 bytes + .../pl.lproj/GtkosxApplication.strings | Bin 0 -> 1084 bytes + .../ru.lproj/GtkosxApplication.strings | Bin 0 -> 1088 bytes + .../tr.lproj/GtkosxApplication.strings | Bin 0 -> 1038 bytes + .../uk.lproj/GtkosxApplication.strings | Bin 0 -> 610 bytes + .../vi.lproj/GtkosxApplication.strings | Bin 0 -> 1064 bytes + .../zh_CN.lproj/GtkosxApplication.strings | Bin 0 -> 944 bytes + .../zh_HK.lproj/GtkosxApplication.strings | Bin 0 -> 934 bytes + .../zh_TW.lproj/GtkosxApplication.strings | Bin 0 -> 944 bytes + osxapp/pango.modules | 5 + + parser.c | 29 +- + pgntags.c | 8 + + pixmaps/ANALYZING_14.xpm | 23 - + pixmaps/BLACK_14.xpm | 23 - + pixmaps/CLEAR_14.xpm | 23 - + pixmaps/PONDER_14.xpm | 23 - + pixmaps/THINKING_14.xpm | 23 - + pixmaps/UNKNOWN_14.xpm | 23 - + pixmaps/WHITE_14.xpm | 23 - + pixmaps/board32.png | Bin 0 -> 291 bytes + pixmaps/board32.xpm | 42 - + pixmaps/board48.png | Bin 0 -> 306 bytes + pixmaps/board48.xpm | 58 - + pixmaps/cross32.png | Bin 0 -> 370 bytes + pixmaps/cross32.xpm | 42 - + pixmaps/cross48.png | Bin 0 -> 390 bytes + pixmaps/cross48.xpm | 58 - + pixmaps/ini32.png | Bin 0 -> 339 bytes + pixmaps/ini32.xpm | 41 - + pixmaps/ini48.png | Bin 0 -> 388 bytes + pixmaps/ini48.xpm | 57 - + png/xqboard.png | Bin 4423 -> 2534 bytes + po/LINGUAS | 2 +- + po/Makefile.in.in | 446 --- + po/Makevars.template | 41 - + po/Rules-quot | 47 - + po/boldquot.sed | 10 - + po/da.po | 1656 ++++++----- + po/de.po | 1851 ++++++------ + po/en@boldquot.header | 25 - + po/en@quot.header | 22 - + po/es.po | 2783 +++++++++--------- + po/insert-header.sin | 23 - + po/it.po | 1612 +++++----- + po/nl.po | 3014 +++++++++++++++++++ + po/pl.po | 3077 ++++++++++++++++++++ + po/quot.sed | 6 - + po/remove-potcdate.sin | 19 - + po/ru.po | 1607 +++++----- + po/tr.po | 1588 +++++----- + po/uk.po | 1682 ++++++----- + po/vi.po | 1596 +++++----- + po/xboard.pot | 1573 +++++----- + po/zh_CN.po | 1604 +++++----- + po/zh_HK.po | 1605 +++++----- + po/zh_TW.po | 1604 +++++----- + sounds/roar.wav | Bin 0 -> 24664 bytes + svg/BlackClaw.svg | 162 ++ + svg/BlackDolphin.svg | 104 + + svg/BlackHCrown.svg | 129 + + svg/BlackHSword.svg | 115 + + svg/BlackLeopard.svg | 168 ++ + svg/BlackLion.svg | 172 ++ + svg/BlackPromoBishop.svg | 92 + + svg/BlackPromoDragon.svg | 109 + + svg/BlackPromoHSword.svg | 110 + + svg/BlackPromoHorse.svg | 88 + + svg/BlackPromoRook.svg | 104 + + svg/BlackPromoSword.svg | 108 + + svg/BlackSword.svg | 113 + + svg/WhiteClaw.svg | 161 + + svg/WhiteDolphin.svg | 105 + + svg/WhiteHCrown.svg | 129 + + svg/WhiteHSword.svg | 107 + + svg/WhiteLeopard.svg | 169 ++ + svg/WhiteLion.svg | 173 ++ + svg/WhitePromoBishop.svg | 84 + + svg/WhitePromoDragon.svg | 100 + + svg/WhitePromoHSword.svg | 102 + + svg/WhitePromoHorse.svg | 80 + + svg/WhitePromoRook.svg | 94 + + svg/WhitePromoSword.svg | 100 + + svg/WhiteSword.svg | 105 + + themes/shogi/BlackAdvisor.svg | 193 +- + themes/shogi/BlackBishop.svg | 149 +- + themes/shogi/BlackCrownedBishop.svg | 120 +- + themes/shogi/BlackCrownedRook.svg | 159 +- + themes/shogi/BlackElephant.svg | 65 + + themes/shogi/BlackGold.svg | 179 +- + themes/shogi/BlackGoldKnight.svg | 95 +- + themes/shogi/BlackGoldLance.svg | 97 +- + themes/shogi/BlackGoldPawn.svg | 87 +- + themes/shogi/BlackGoldSilver.svg | 109 +- + themes/shogi/BlackJewled.svg | 88 + + themes/shogi/BlackKing.svg | 151 +- + themes/shogi/BlackKnight.svg | 164 +- + themes/shogi/BlackLance.svg | 162 +- + themes/shogi/BlackPawn.svg | 136 +- + themes/shogi/BlackPrince.svg | 70 + + themes/shogi/BlackRook.svg | 160 +- + themes/shogi/WhiteAdvisor.svg | 177 +- + themes/shogi/WhiteBishop.svg | 132 +- + themes/shogi/WhiteCrownedBishop.svg | 98 +- + themes/shogi/WhiteCrownedRook.svg | 125 +- + themes/shogi/WhiteElephant.svg | 65 + + themes/shogi/WhiteGold.svg | 165 +- + themes/shogi/WhiteGoldKnight.svg | 81 +- + themes/shogi/WhiteGoldLance.svg | 83 +- + themes/shogi/WhiteGoldPawn.svg | 73 +- + themes/shogi/WhiteGoldSilver.svg | 87 +- + themes/shogi/WhiteJewled.svg | 82 + + themes/shogi/WhiteKing.svg | 142 +- + themes/shogi/WhiteKnight.svg | 150 +- + themes/shogi/WhiteLance.svg | 148 +- + themes/shogi/WhitePawn.svg | 122 +- + themes/shogi/WhitePrince.svg | 70 + + themes/shogi/WhiteRook.svg | 148 +- + usounds.c | 13 +- + usystem.c | 39 +- + usystem.h | 1 + + winboard/bitmaps/ln33o.bmp | Bin 0 -> 326 bytes + winboard/bitmaps/ln33s.bmp | Bin 0 -> 326 bytes + winboard/bitmaps/ln33w.bmp | Bin 0 -> 326 bytes + winboard/bitmaps/ln49o.bmp | Bin 0 -> 454 bytes + winboard/bitmaps/ln49s.bmp | Bin 0 -> 454 bytes + winboard/bitmaps/ln49w.bmp | Bin 0 -> 454 bytes + winboard/bitmaps/ln72o.bmp | Bin 0 -> 926 bytes + winboard/bitmaps/ln72s.bmp | Bin 0 -> 926 bytes + winboard/bitmaps/ln72w.bmp | Bin 0 -> 926 bytes + winboard/config.h | 8 +- + winboard/defaults.h | 2 +- + winboard/resource.h | 13 +- + winboard/wclipbrd.c | 5 +- + winboard/wedittags.c | 53 +- + winboard/wengineoutput.c | 3 +- + winboard/wevalgraph.c | 11 +- + winboard/wgamelist.c | 38 +- + winboard/winboard.c | 159 +- + winboard/winboard.h | 9 + + winboard/winboard.rc | 97 +- + winboard/woptions.c | 66 +- + winboard/wsettings.c | 13 +- + winboard/wsnap.c | 72 +- + xaw/xboard.c | 249 +- + xaw/xboard.h | 2 +- + xaw/xengineoutput.c | 54 +- + xaw/xoptions.c | 71 +- + xboard.conf.in => xboard.conf | 33 +- + xboard.texi | 185 +- + xboard2.h | 2 +- + zic2xpm.c | 597 ---- + zic2xpm.man | 73 - + 268 files changed, 30688 insertions(+), 19408 deletions(-) + delete mode 100644 ABOUT-NLS + create mode 100644 conf/chu + create mode 100644 conf/ics + create mode 100644 conf/judkins + create mode 100644 conf/judkins.fen + create mode 100644 conf/mini + create mode 100644 conf/mini.fen + create mode 100644 conf/sho + create mode 100644 conf/sho.fen + create mode 100644 conf/shogi + create mode 100644 conf/xiangqi + create mode 100644 conf/xq + delete mode 100755 config.rpath + delete mode 100644 m4/gettext.m4 + delete mode 100644 m4/iconv.m4 + delete mode 100644 m4/lib-ld.m4 + delete mode 100644 m4/lib-link.m4 + delete mode 100644 m4/lib-prefix.m4 + delete mode 100644 m4/nls.m4 + delete mode 100644 m4/po.m4 + delete mode 100644 m4/progtest.m4 + create mode 100644 osxapp/Info.plist.in + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/handle.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-checked-18.png + create mode 100644 osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-checked-insensitive-18.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-unchecked-18.png + create mode 100644 osxapp/OSX-theme/gtk-2.0/assets/l-checkbox-unchecked-insensitive-18.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/l-radio-selected-18.png + create mode 100644 osxapp/OSX-theme/gtk-2.0/assets/l-radio-selected-insensitive-18.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/l-radio-unselected-18.png + create mode 100644 osxapp/OSX-theme/gtk-2.0/assets/l-radio-unselected-insensitive-18.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-bottom.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-left.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-right.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/notebook-gap-top.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/notebook.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/null.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/scroll-background.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/slider-horizontal.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-bottom-active.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-bottom.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-left-active.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-left.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-right-active.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-right.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-top-active.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/tab-top.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/assets/toolbar.png + create mode 100755 osxapp/OSX-theme/gtk-2.0/gtkrc + create mode 100644 osxapp/PkgInfo + create mode 100755 osxapp/XBoard.gtklauncher + create mode 100644 osxapp/default/eo_Analyzing.png + create mode 100644 osxapp/default/eo_Black.png + create mode 100644 osxapp/default/eo_Clear.png + create mode 100644 osxapp/default/eo_Ponder.png + create mode 100644 osxapp/default/eo_Thinking.png + create mode 100644 osxapp/default/eo_Unknown.png + create mode 100644 osxapp/default/eo_White.png + create mode 100644 osxapp/default/icon_black.png + create mode 100644 osxapp/default/icon_white.png + create mode 100644 osxapp/gtkrc + create mode 100644 osxapp/icons/XBoard.icns + create mode 100644 osxapp/icons/fen.icns + create mode 100644 osxapp/icons/pgn.icns + create mode 100644 osxapp/icons/trn.icns + create mode 100644 osxapp/icons/xop.icns + create mode 100755 osxapp/info.command + create mode 100644 osxapp/launcher_rc + create mode 100644 osxapp/logos/207.99.83.228.png + create mode 100644 osxapp/logos/69.36.243.188.png + create mode 100644 osxapp/logos/dummy.png + create mode 100644 osxapp/logos/winboard.nl.png + create mode 100755 osxapp/man.command + create mode 100644 osxapp/osx-localization/.DS_Store + create mode 100755 osxapp/osx-localization/da.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/de.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/en.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/es.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/it.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/nl.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/pl.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/ru.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/tr.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/uk.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/vi.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/zh_CN.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/zh_HK.lproj/GtkosxApplication.strings + create mode 100755 osxapp/osx-localization/zh_TW.lproj/GtkosxApplication.strings + create mode 100644 osxapp/pango.modules + delete mode 100644 pixmaps/ANALYZING_14.xpm + delete mode 100644 pixmaps/BLACK_14.xpm + delete mode 100644 pixmaps/CLEAR_14.xpm + delete mode 100644 pixmaps/PONDER_14.xpm + delete mode 100644 pixmaps/THINKING_14.xpm + delete mode 100644 pixmaps/UNKNOWN_14.xpm + delete mode 100644 pixmaps/WHITE_14.xpm + create mode 100644 pixmaps/board32.png + delete mode 100644 pixmaps/board32.xpm + create mode 100644 pixmaps/board48.png + delete mode 100644 pixmaps/board48.xpm + create mode 100644 pixmaps/cross32.png + delete mode 100644 pixmaps/cross32.xpm + create mode 100644 pixmaps/cross48.png + delete mode 100644 pixmaps/cross48.xpm + create mode 100644 pixmaps/ini32.png + delete mode 100644 pixmaps/ini32.xpm + create mode 100644 pixmaps/ini48.png + delete mode 100644 pixmaps/ini48.xpm + delete mode 100644 po/Makefile.in.in + delete mode 100644 po/Makevars.template + delete mode 100644 po/Rules-quot + delete mode 100644 po/boldquot.sed + delete mode 100644 po/en@boldquot.header + delete mode 100644 po/en@quot.header + delete mode 100644 po/insert-header.sin + create mode 100644 po/nl.po + create mode 100644 po/pl.po + delete mode 100644 po/quot.sed + delete mode 100644 po/remove-potcdate.sin + create mode 100644 sounds/roar.wav + create mode 100644 svg/BlackClaw.svg + create mode 100644 svg/BlackDolphin.svg + create mode 100644 svg/BlackHCrown.svg + create mode 100644 svg/BlackHSword.svg + create mode 100644 svg/BlackLeopard.svg + create mode 100644 svg/BlackLion.svg + create mode 100644 svg/BlackPromoBishop.svg + create mode 100644 svg/BlackPromoDragon.svg + create mode 100644 svg/BlackPromoHSword.svg + create mode 100644 svg/BlackPromoHorse.svg + create mode 100644 svg/BlackPromoRook.svg + create mode 100644 svg/BlackPromoSword.svg + create mode 100644 svg/BlackSword.svg + create mode 100644 svg/WhiteClaw.svg + create mode 100644 svg/WhiteDolphin.svg + create mode 100644 svg/WhiteHCrown.svg + create mode 100644 svg/WhiteHSword.svg + create mode 100644 svg/WhiteLeopard.svg + create mode 100644 svg/WhiteLion.svg + create mode 100644 svg/WhitePromoBishop.svg + create mode 100644 svg/WhitePromoDragon.svg + create mode 100644 svg/WhitePromoHSword.svg + create mode 100644 svg/WhitePromoHorse.svg + create mode 100644 svg/WhitePromoRook.svg + create mode 100644 svg/WhitePromoSword.svg + create mode 100644 svg/WhiteSword.svg + create mode 100644 themes/shogi/BlackElephant.svg + create mode 100644 themes/shogi/BlackJewled.svg + create mode 100644 themes/shogi/BlackPrince.svg + create mode 100644 themes/shogi/WhiteElephant.svg + create mode 100644 themes/shogi/WhiteJewled.svg + create mode 100644 themes/shogi/WhitePrince.svg + create mode 100644 winboard/bitmaps/ln33o.bmp + create mode 100644 winboard/bitmaps/ln33s.bmp + create mode 100644 winboard/bitmaps/ln33w.bmp + create mode 100644 winboard/bitmaps/ln49o.bmp + create mode 100644 winboard/bitmaps/ln49s.bmp + create mode 100644 winboard/bitmaps/ln49w.bmp + create mode 100644 winboard/bitmaps/ln72o.bmp + create mode 100644 winboard/bitmaps/ln72s.bmp + create mode 100644 winboard/bitmaps/ln72w.bmp + rename xboard.conf.in => xboard.conf (65%) + delete mode 100644 zic2xpm.c + delete mode 100644 zic2xpm.man + + +** Version 4.7.3 ** + +(git diff -b --stat --summary -M v4.7.2 HEAD) + + COPYRIGHT | 2 +- + README | 1 - + args.h | 10 +- + autogen.sh | 2 +- + backend.c | 27 +++- + backend.h | 42 +----- + backendz.h | 2 +- + board.c | 2 +- + board.h | 2 +- + book.c | 3 + + childio.c | 2 +- + childio.h | 2 +- + cmail.in | 2 +- + common.h | 42 +++++- + configure.ac | 4 +- + copyright.texi | 2 +- + dialogs.c | 14 +- + dialogs.h | 2 +- + doc-maint/release.org | 0 + draw.c | 2 +- + draw.h | 2 +- + engineoutput.c | 4 +- + engineoutput.h | 2 +- + evalgraph.c | 2 +- + evalgraph.h | 2 +- + frontend.h | 4 +- + gamelist.c | 2 +- + gtk/xboard.c | 84 +++++++++--- + gtk/xboard.h | 2 +- + gtk/xengineoutput.c | 2 +- + gtk/xoptions.c | 55 ++++++-- + gtk/xtimer.c | 2 +- + history.c | 2 +- + lists.c | 2 +- + lists.h | 2 +- + menus.c | 4 +- + menus.h | 2 +- + moves.c | 4 +- + moves.h | 2 +- + nengineoutput.c | 2 +- + nevalgraph.c | 2 +- + ngamelist.c | 2 +- + nhistory.c | 2 +- + parser.c | 6 +- + parser.h | 2 +- + pgntags.c | 2 +- + po/da.po | 280 +++++++++++++++++++------------------- + po/de.po | 280 +++++++++++++++++++------------------- + po/es.po | 280 +++++++++++++++++++------------------- + po/it.po | 280 +++++++++++++++++++------------------- + po/lng2po.sh | 2 +- + po/ru.po | 280 +++++++++++++++++++------------------- + po/tr.po | 280 +++++++++++++++++++------------------- + po/uk.po | 282 +++++++++++++++++++-------------------- + po/vi.po | 280 +++++++++++++++++++------------------- + po/xboard.pot | 282 +++++++++++++++++++-------------------- + po/zh_CN.po | 280 +++++++++++++++++++------------------- + po/zh_HK.po | 280 +++++++++++++++++++------------------- + po/zh_TW.po | 280 +++++++++++++++++++------------------- + themes/xiangqi/.DS_Store | Bin 6148 -> 0 bytes + uci.c | 2 +- + usounds.c | 2 +- + usystem.c | 2 +- + usystem.h | 2 +- + winboard/config.h | 6 +- + winboard/defaults.h | 2 +- + winboard/help.c | 2 +- + winboard/help/html/24.htm | 2 +- + winboard/jaws.c | 2 +- + winboard/language.txt | 2 +- + winboard/language/deutsch.lng | 2 +- + winboard/language/italiano.lng | 2 +- + winboard/language/nederlands.lng | 2 +- + winboard/language/romanian.lng | 2 +- + winboard/language/russian.lng | 2 +- + winboard/language/spanish.lng | 2 +- + winboard/language/vietnamese.lng | 2 +- + winboard/makefile.gcc | 5 +- + winboard/wchat.c | 2 +- + winboard/wclipbrd.c | 2 +- + winboard/wclipbrd.h | 2 +- + winboard/wedittags.c | 2 +- + winboard/wengineoutput.c | 2 +- + winboard/wevalgraph.c | 2 + + winboard/wgamelist.c | 2 +- + winboard/whistory.c | 2 + + winboard/winboard.c | 46 +++++-- + winboard/winboard.h | 4 +- + winboard/winboard.rc | 4 +- + winboard/wlayout.c | 14 +- + winboard/woptions.c | 2 +- + winboard/woptions.h | 2 +- + winboard/wsettings.c | 23 ++++ + winboard/wsockerr.c | 2 +- + winboard/wsockerr.h | 2 +- + xaw/xboard.c | 3 +- + xaw/xboard.h | 2 +- + xaw/xengineoutput.c | 3 +- + xaw/xgamelist.c | 2 +- + xaw/xgamelist.h | 2 +- + xaw/xhistory.c | 2 +- + xaw/xhistory.h | 2 +- + xaw/xoptions.c | 14 +- + xboard2.h | 22 +++ + zippy.README | 0 + zippy.c | 2 +- + zippy.h | 2 +- + zippy.lines | 0 + 108 files changed, 2077 insertions(+), 1867 deletions(-) + delete mode 100644 themes/xiangqi/.DS_Store + + +** Version 4.7.2 ** + +(git diff -b --stat --summary -M v4.7.1 HEAD) + + backend.c | 10 ++++++---- + book.c | 4 +++- + parser.c | 4 +++- + winboard/winboard.c | 8 ++++++-- + winboard/wsettings.c | 9 ++++++--- + zippy.c | 2 +- + 6 files changed, 25 insertions(+), 12 deletions(-) + + +** Version 4.7.1 ** + +(git diff -b --stat --summary -M v4.7.0 HEAD) + + args.h | 10 ++- + backend.c | 120 +++++++++++++++++------------ + backend.h | 6 +- + configure.ac | 2 +- + dialogs.c | 19 ++--- + gtk/xboard.c | 40 +++++++--- + gtk/xoptions.c | 16 ++-- + po/da.po | 2 +- + po/de.po | 61 ++++++++++----- + po/es.po | 2 +- + po/it.po | 2 +- + po/ru.po | 2 +- + po/tr.po | 2 +- + po/uk.po | 213 +++++++++++++++++++--------------------------------- + po/vi.po | 2 +- + po/xboard.pot | 4 +- + po/zh_CN.po | 2 +- + po/zh_HK.po | 2 +- + po/zh_TW.po | 2 +- + winboard/config.h | 6 +- + winboard/wchat.c | 11 ++- + xaw/xboard.c | 3 +- + xaw/xengineoutput.c | 4 +- + xaw/xhistory.c | 2 +- + xaw/xoptions.c | 3 +- + xboard.texi | 145 ++++++++++++++++++----------------- + zippy.README | 9 ++- + 27 files changed, 368 insertions(+), 324 deletions(-) + + ** Version 4.7.0 ** (git diff -b --stat --summary -M v4.6.2 HEAD) - AUTHORS | 2117 +----------- + AUTHORS | 2117 +---------- COPYRIGHT | 2 +- - ChangeLog | 375 -- - DIFFSTAT | 112 +- - Makefile.am | 193 +- - NEWS | 43 +- - SHORTLOG | 92 +- - args.h | 96 +- + ChangeLog | 2868 +++++++++++++- + DIFFSTAT | 3076 ++++++++++++++- + Makefile.am | 214 +- + NEWS | 90 +- + SHORTLOG | 442 ++- + args.h | 105 +- autogen.sh | 2 +- - backend.c | 902 ++++- + backend.c | 942 ++++- backend.h | 64 +- backendz.h | 9 +- bitmaps/README.bitmaps | 101 - @@ -395,56 +997,56 @@ bitmaps/ws49s.bm | 27 - bitmaps/ws72o.bm | 48 - bitmaps/ws72s.bm | 48 - - board.c | 1244 +++++++ + board.c | 1244 ++++++ board.h | 98 + book.c | 362 +- childio.c | 2 +- childio.h | 2 +- cmail.in | 2 +- - common.h | 46 +- - configure.ac | 132 +- + common.h | 49 +- + configure.ac | 136 +- copyright.texi | 2 +- - dialogs.c | 2583 ++++++++++++++ - dialogs.h | 195 ++ + dialogs.c | 2588 +++++++++++++ + dialogs.h | 196 + doc-maint/coding-standards.org | 6 + doc-maint/gendocs.sh | 361 ++ doc-maint/make-xboard-release | 186 + doc-maint/release.org | 71 + doc-maint/web-pages.org | 40 + - draw.c | 923 +++++ + draw.c | 927 +++++ draw.h | 76 + engine-intf.html | 45 + - engineoutput.c | 26 +- + engineoutput.c | 28 +- engineoutput.h | 25 +- evalgraph.c | 4 +- evalgraph.h | 12 +- filebrowser/README | 3 - filebrowser/dir.c | 169 - - filebrowser/draw.c | 981 ------ + filebrowser/draw.c | 981 ----- filebrowser/path.c | 905 ----- filebrowser/selfile.c | 902 ----- filebrowser/selfile.h | 170 - filebrowser/xstat.h | 23 - frontend.h | 34 +- - gamelist.c | 3 +- + gamelist.c | 5 +- gettext.h | 6 +- gtk/.dirstamp | 0 - gtk/xboard.c | 2163 ++++++++++++ - gtk/xboard.h | 175 + + gtk/xboard.c | 2126 +++++++++++ + gtk/xboard.h | 177 + gtk/xengineoutput.c | 137 + - gtk/xoptions.c | 1563 +++++++++ + gtk/xoptions.c | 1587 ++++++++ gtk/xtimer.c | 237 ++ history.c | 3 +- install-sh | 0 lists.c | 2 +- lists.h | 18 +- - menus.c | 1222 +++++++ - menus.h | 196 ++ + menus.c | 1213 ++++++ + menus.h | 197 + moves.c | 13 +- moves.h | 2 +- - nengineoutput.c | 194 ++ - nevalgraph.c | 189 ++ - ngamelist.c | 377 +++ + nengineoutput.c | 194 + + nevalgraph.c | 189 + + ngamelist.c | 377 ++ nhistory.c | 124 + parser.c | 6 +- parser.h | 2 +- @@ -706,6 +1308,8 @@ pixmaps/hll33.xpm | 42 - pixmaps/hll49.xpm | 58 - pixmaps/hll72.xpm | 81 - + pixmaps/ini32.xpm | 41 + + pixmaps/ini48.xpm | 57 + pixmaps/kdd108.xpm | 117 - pixmaps/kdd116.xpm | 125 - pixmaps/kdd129.xpm | 138 - @@ -948,7 +1552,7 @@ pixmaps/pdl80.xpm | 88 - pixmaps/pdl87.xpm | 95 - pixmaps/pdl95.xpm | 103 - - pixmaps/pixmaps.h | 1349 -------- + pixmaps/pixmaps.h | 1349 ------- pixmaps/pld108.xpm | 117 - pixmaps/pld116.xpm | 125 - pixmaps/pld129.xpm | 138 - @@ -1187,7 +1791,7 @@ pixmaps/wnll49.xpm | 58 - pixmaps/wnll72.xpm | 81 - pixmaps/wood_d.xpm | 239 -- - pixmaps/wood_l.xpm | 192 -- + pixmaps/wood_l.xpm | 192 - pixmaps/wpdd49.xpm | 58 - pixmaps/wpdd72.xpm | 81 - pixmaps/wpdl49.xpm | 58 - @@ -1205,7 +1809,7 @@ pixmaps/wsll49.xpm | 58 - pixmaps/wsll72.xpm | 81 - pixmaps/xqboard.xpm | 498 --- - pixmaps/xqwood.xpm | 597 ---- + pixmaps/xqwood.xpm | 597 --- png/BlackAdvisor.png | Bin 0 -> 1928 bytes png/BlackArchbishop.png | Bin 0 -> 1856 bytes png/BlackBishop.png | Bin 0 -> 1478 bytes @@ -1266,33 +1870,19 @@ png/xqboard.png | Bin 0 -> 4423 bytes png/xqwood.png | Bin 0 -> 359345 bytes po/POTFILES.in | 25 +- - po/da.po | 3812 +++++++++++---------- - po/de.po | 3798 +++++++++++---------- - po/es.po | 3338 +++++++++--------- - po/it.po | 3330 +++++++++--------- + po/da.po | 3791 ++++++++++--------- + po/de.po | 3806 ++++++++++--------- + po/es.po | 3341 ++++++++-------- + po/it.po | 3331 ++++++++-------- po/lng2po.sh | 2 +- - po/ru.po | 3342 +++++++++--------- - po/tr.po | 3006 ++++++++-------- - po/uk.po | 3795 +++++++++++---------- - po/vi.po | 3115 +++++++++-------- - po/xboard.pot | 2606 +++++++------- - po/zh_CN.po | 3331 +++++++++--------- - po/zh_HK.po | 3313 +++++++++--------- - po/zh_TW.po | 3299 +++++++++--------- - shogi/WhiteAdvisor.svg | 163 + - shogi/WhiteBishop.svg | 119 + - shogi/WhiteCrownedBishop.svg | 83 + - shogi/WhiteCrownedRook.svg | 112 + - shogi/WhiteGold.svg | 153 + - shogi/WhiteGoldKnight.svg | 65 + - shogi/WhiteGoldLance.svg | 65 + - shogi/WhiteGoldPawn.svg | 54 + - shogi/WhiteGoldSilver.svg | 73 + - shogi/WhiteKing.svg | 125 + - shogi/WhiteKnight.svg | 138 + - shogi/WhiteLance.svg | 134 + - shogi/WhitePawn.svg | 108 + - shogi/WhiteRook.svg | 137 + + po/ru.po | 3343 ++++++++-------- + po/tr.po | 3017 ++++++++------- + po/uk.po | 3831 ++++++++++--------- + po/vi.po | 3120 ++++++++------- + po/xboard.pot | 2609 +++++++------ + po/zh_CN.po | 3332 ++++++++-------- + po/zh_HK.po | 3316 ++++++++-------- + po/zh_TW.po | 3302 ++++++++-------- shogipixmaps/bdd64.xpm | 73 - shogipixmaps/bdl64.xpm | 73 - shogipixmaps/bld64.xpm | 74 - @@ -1371,9 +1961,6 @@ svg/BlackQueen.svg | 58 + svg/BlackRook.svg | 78 + svg/BlackUnicorn.svg | 63 + - svg/DarkSquare.svg | 36 + - svg/LightSquare.svg | 36 + - svg/NeutralSquare.svg | 39 + svg/WhiteAdvisor.svg | 65 + svg/WhiteArchbishop.svg | 86 + svg/WhiteBishop.svg | 72 + @@ -1435,9 +2022,6 @@ themes/Mono/BlackQueen.svg | 80 + themes/Mono/BlackRook.svg | 106 + themes/Mono/BlackUnicorn.svg | 81 + - themes/Mono/DarkSquare.svg | 59 + - themes/Mono/LightSquare.svg | 59 + - themes/Mono/NeutralSquare.svg | 93 + themes/Mono/WhiteAdvisor.svg | 89 + themes/Mono/WhiteArchbishop.svg | 112 + themes/Mono/WhiteBishop.svg | 97 + @@ -1487,9 +2071,52 @@ themes/Mono/shogi_rook_promoted.svg | 112 + themes/Mono/shogi_silver.svg | 163 + themes/Mono/shogi_silver_promoted.svg | 73 + + themes/shogi/BlackAdvisor.svg | 187 + + themes/shogi/BlackBishop.svg | 143 + + themes/shogi/BlackCrownedBishop.svg | 107 + + themes/shogi/BlackCrownedRook.svg | 136 + + themes/shogi/BlackGold.svg | 177 + + themes/shogi/BlackGoldKnight.svg | 89 + + themes/shogi/BlackGoldLance.svg | 89 + + themes/shogi/BlackGoldPawn.svg | 78 + + themes/shogi/BlackGoldSilver.svg | 97 + + themes/shogi/BlackKing.svg | 149 + + themes/shogi/BlackKnight.svg | 162 + + themes/shogi/BlackLance.svg | 158 + + themes/shogi/BlackPawn.svg | 132 + + themes/shogi/BlackRook.svg | 161 + + themes/shogi/WhiteAdvisor.svg | 163 + + themes/shogi/WhiteBishop.svg | 119 + + themes/shogi/WhiteCrownedBishop.svg | 83 + + themes/shogi/WhiteCrownedRook.svg | 112 + + themes/shogi/WhiteGold.svg | 153 + + themes/shogi/WhiteGoldKnight.svg | 65 + + themes/shogi/WhiteGoldLance.svg | 65 + + themes/shogi/WhiteGoldPawn.svg | 54 + + themes/shogi/WhiteGoldSilver.svg | 73 + + themes/shogi/WhiteKing.svg | 125 + + themes/shogi/WhiteKnight.svg | 138 + + themes/shogi/WhiteLance.svg | 134 + + themes/shogi/WhitePawn.svg | 108 + + themes/shogi/WhiteRook.svg | 137 + + themes/xiangqi/.DS_Store | Bin 0 -> 6148 bytes + themes/xiangqi/BlackAdvisor.svg | 86 + + themes/xiangqi/BlackCanon.svg | 81 + + themes/xiangqi/BlackElephant.svg | 80 + + themes/xiangqi/BlackGold.svg | 80 + + themes/xiangqi/BlackKnight.svg | 81 + + themes/xiangqi/BlackPawn.svg | 83 + + themes/xiangqi/BlackRook.svg | 80 + + themes/xiangqi/WhiteAdvisor.svg | 90 + + themes/xiangqi/WhiteCanon.svg | 85 + + themes/xiangqi/WhiteElephant.svg | 85 + + themes/xiangqi/WhiteGold.svg | 85 + + themes/xiangqi/WhiteKnight.svg | 85 + + themes/xiangqi/WhitePawn.svg | 85 + + themes/xiangqi/WhiteRook.svg | 86 + uci.c | 2 +- usounds.c | 174 + - usystem.c | 792 +++++ + usystem.c | 792 ++++ usystem.h | 75 + winboard/config.h | 6 +- winboard/defaults.h | 2 +- @@ -1512,7 +2139,7 @@ winboard/wengineoutput.c | 4 +- winboard/wevalgraph.c | 4 +- winboard/wgamelist.c | 23 +- - winboard/winboard.c | 258 +- + winboard/winboard.c | 259 +- winboard/winboard.h | 6 +- winboard/winboard.rc | 28 +- winboard/wlayout.c | 12 +- @@ -1522,35 +2149,36 @@ winboard/wsockerr.c | 2 +- winboard/wsockerr.h | 2 +- xaw/.dirstamp | 0 - xaw/xboard.c | 2530 ++++++++++++++ + xaw/xboard.c | 2600 +++++++++++++ xaw/xboard.h | 176 + xaw/xengineoutput.c | 285 ++ xaw/xgamelist.c | 117 + xaw/xgamelist.h | 31 + xaw/xhistory.c | 111 + xaw/xhistory.h | 30 + - xaw/xoptions.c | 1236 +++++++ - xboard.c | 8845 ------------------------------------------------ - xboard.conf.in | 17 +- + xaw/xoptions.c | 1365 +++++++ + xboard-config.desktop | 52 + + xboard.c | 8845 ------------------------------------------- + xboard.conf.in | 19 +- xboard.h | 177 - - xboard.texi | 261 +- + xboard.texi | 289 +- xboard.xml | 6 + xboard2.h | 9 + xedittags.c | 128 - xedittags.h | 31 - - xengineoutput.c | 617 ---- + xengineoutput.c | 617 --- xevalgraph.c | 443 --- xevalgraph.h | 29 - xgamelist.c | 930 ----- xgamelist.h | 35 - xhistory.c | 168 - xhistory.h | 32 - - xoptions.c | 1912 ----------- + xoptions.c | 1912 ---------- zic2xpm.c | 2 +- zic2xpm.man | 2 +- zippy.c | 12 +- zippy.h | 2 +- - 1548 files changed, 53654 insertions(+), 114094 deletions(-) + 1574 files changed, 63046 insertions(+), 113777 deletions(-) delete mode 100644 bitmaps/README.bitmaps delete mode 100644 bitmaps/a33o.bm delete mode 100644 bitmaps/a33s.bm @@ -2219,6 +2847,8 @@ delete mode 100644 pixmaps/hll33.xpm delete mode 100644 pixmaps/hll49.xpm delete mode 100644 pixmaps/hll72.xpm + create mode 100644 pixmaps/ini32.xpm + create mode 100644 pixmaps/ini48.xpm delete mode 100644 pixmaps/kdd108.xpm delete mode 100644 pixmaps/kdd116.xpm delete mode 100644 pixmaps/kdd129.xpm @@ -2778,20 +3408,6 @@ create mode 100644 png/wood_l.png create mode 100644 png/xqboard.png create mode 100644 png/xqwood.png - create mode 100644 shogi/WhiteAdvisor.svg - create mode 100644 shogi/WhiteBishop.svg - create mode 100644 shogi/WhiteCrownedBishop.svg - create mode 100644 shogi/WhiteCrownedRook.svg - create mode 100644 shogi/WhiteGold.svg - create mode 100644 shogi/WhiteGoldKnight.svg - create mode 100644 shogi/WhiteGoldLance.svg - create mode 100644 shogi/WhiteGoldPawn.svg - create mode 100644 shogi/WhiteGoldSilver.svg - create mode 100644 shogi/WhiteKing.svg - create mode 100644 shogi/WhiteKnight.svg - create mode 100644 shogi/WhiteLance.svg - create mode 100644 shogi/WhitePawn.svg - create mode 100644 shogi/WhiteRook.svg delete mode 100644 shogipixmaps/bdd64.xpm delete mode 100644 shogipixmaps/bdl64.xpm delete mode 100644 shogipixmaps/bld64.xpm @@ -2870,9 +3486,6 @@ create mode 100644 svg/BlackQueen.svg create mode 100644 svg/BlackRook.svg create mode 100644 svg/BlackUnicorn.svg - create mode 100644 svg/DarkSquare.svg - create mode 100644 svg/LightSquare.svg - create mode 100644 svg/NeutralSquare.svg create mode 100644 svg/WhiteAdvisor.svg create mode 100644 svg/WhiteArchbishop.svg create mode 100644 svg/WhiteBishop.svg @@ -2934,9 +3547,6 @@ create mode 100644 themes/Mono/BlackQueen.svg create mode 100644 themes/Mono/BlackRook.svg create mode 100644 themes/Mono/BlackUnicorn.svg - create mode 100644 themes/Mono/DarkSquare.svg - create mode 100644 themes/Mono/LightSquare.svg - create mode 100644 themes/Mono/NeutralSquare.svg create mode 100644 themes/Mono/WhiteAdvisor.svg create mode 100644 themes/Mono/WhiteArchbishop.svg create mode 100644 themes/Mono/WhiteBishop.svg @@ -2986,6 +3596,49 @@ create mode 100644 themes/Mono/shogi_rook_promoted.svg create mode 100644 themes/Mono/shogi_silver.svg create mode 100644 themes/Mono/shogi_silver_promoted.svg + create mode 100644 themes/shogi/BlackAdvisor.svg + create mode 100644 themes/shogi/BlackBishop.svg + create mode 100644 themes/shogi/BlackCrownedBishop.svg + create mode 100644 themes/shogi/BlackCrownedRook.svg + create mode 100644 themes/shogi/BlackGold.svg + create mode 100644 themes/shogi/BlackGoldKnight.svg + create mode 100644 themes/shogi/BlackGoldLance.svg + create mode 100644 themes/shogi/BlackGoldPawn.svg + create mode 100644 themes/shogi/BlackGoldSilver.svg + create mode 100644 themes/shogi/BlackKing.svg + create mode 100644 themes/shogi/BlackKnight.svg + create mode 100644 themes/shogi/BlackLance.svg + create mode 100644 themes/shogi/BlackPawn.svg + create mode 100644 themes/shogi/BlackRook.svg + create mode 100644 themes/shogi/WhiteAdvisor.svg + create mode 100644 themes/shogi/WhiteBishop.svg + create mode 100644 themes/shogi/WhiteCrownedBishop.svg + create mode 100644 themes/shogi/WhiteCrownedRook.svg + create mode 100644 themes/shogi/WhiteGold.svg + create mode 100644 themes/shogi/WhiteGoldKnight.svg + create mode 100644 themes/shogi/WhiteGoldLance.svg + create mode 100644 themes/shogi/WhiteGoldPawn.svg + create mode 100644 themes/shogi/WhiteGoldSilver.svg + create mode 100644 themes/shogi/WhiteKing.svg + create mode 100644 themes/shogi/WhiteKnight.svg + create mode 100644 themes/shogi/WhiteLance.svg + create mode 100644 themes/shogi/WhitePawn.svg + create mode 100644 themes/shogi/WhiteRook.svg + create mode 100644 themes/xiangqi/.DS_Store + create mode 100644 themes/xiangqi/BlackAdvisor.svg + create mode 100644 themes/xiangqi/BlackCanon.svg + create mode 100644 themes/xiangqi/BlackElephant.svg + create mode 100644 themes/xiangqi/BlackGold.svg + create mode 100644 themes/xiangqi/BlackKnight.svg + create mode 100644 themes/xiangqi/BlackPawn.svg + create mode 100644 themes/xiangqi/BlackRook.svg + create mode 100644 themes/xiangqi/WhiteAdvisor.svg + create mode 100644 themes/xiangqi/WhiteCanon.svg + create mode 100644 themes/xiangqi/WhiteElephant.svg + create mode 100644 themes/xiangqi/WhiteGold.svg + create mode 100644 themes/xiangqi/WhiteKnight.svg + create mode 100644 themes/xiangqi/WhitePawn.svg + create mode 100644 themes/xiangqi/WhiteRook.svg create mode 100644 usounds.c create mode 100644 usystem.c create mode 100644 usystem.h @@ -2998,6 +3651,7 @@ create mode 100644 xaw/xhistory.c create mode 100644 xaw/xhistory.h create mode 100644 xaw/xoptions.c + create mode 100644 xboard-config.desktop delete mode 100644 xboard.c delete mode 100644 xboard.h create mode 100644 xboard2.h @@ -3012,7 +3666,6 @@ delete mode 100644 xhistory.h delete mode 100644 xoptions.c - ** Version 4.6.2 ** (git diff -b --stat --summary -M v4.6.1 HEAD)