updated Changelog, NEWS, etc.
[xboard.git] / DIFFSTAT
index 7608457..81affa3 100644 (file)
--- a/DIFFSTAT
+++ b/DIFFSTAT
@@ -2,32 +2,42 @@
 
 (git diff -b --stat --summary -M v4.5.3a HEAD)
 
+ .gitignore                          |    3 +
  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 +-
+ COPYRIGHT                           |    2 +-
+ ChangeLog                           | 2182 +++++++++++++++--
+ DIFFSTAT                            |  153 ++
+ Makefile.am                         |   44 +-
+ NEWS                                |   35 +
+ SHORTLOG                            |  296 +++
+ args.h                              |  133 +-
+ autogen.sh                          |    2 +-
+ backend.c                           | 3356 ++++++++++++++++++-------
+ backend.h                           |   54 +-
+ backendz.h                          |    2 +-
+ bitmaps/bitmaps.h                   |    2 +-
+ book.c                              |  261 ++-
+ childio.c                           |   26 +-
+ childio.h                           |    2 +-
+ common.h                            |  140 +-
  config.rpath                        |  280 ++-
- configure.ac                        |   16 +-
- engineoutput.c                      |   45 +-
- engineoutput.h                      |    1 +
- evalgraph.c                         |   38 +-
- evalgraph.h                         |    1 +
+ configure.ac                        |   18 +-
+ copyright.texi                      |    2 +-
+ engineoutput.c                      |   94 +-
+ engineoutput.h                      |    3 +-
+ evalgraph.c                         |   85 +-
+ evalgraph.h                         |    3 +-
  filebrowser/dir.c                   |    2 +-
  filebrowser/draw.c                  |   42 +
  filebrowser/path.c                  |   19 +-
- filebrowser/selfile.c               |   42 +-
+ filebrowser/selfile.c               |   66 +-
  filebrowser/selfile.h               |    2 -
- frontend.h                          |   13 +-
- gamelist.c                          |   72 +-
+ frontend.h                          |   15 +-
+ gamelist.c                          |  137 +-
  gettext.h                           |  262 ++-
- history.c                           |    4 +-
+ history.c                           |   33 +-
+ lists.c                             |   41 +-
+ lists.h                             |    2 +-
  m4/gettext.m4                       |  383 +++
  m4/iconv.m4                         |  214 ++
  m4/lib-ld.m4                        |  110 +
  m4/nls.m4                           |   32 +
  m4/po.m4                            |  449 ++++
  m4/progtest.m4                      |   92 +
- moves.c                             |  143 +-
- moves.h                             |    6 +-
- parser.c                            | 4608 ++++-------------------------------
+ moves.c                             |  320 ++--
+ moves.h                             |    8 +-
+ parser.c                            | 4645 ++++-------------------------------
+ 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/Makevars.template                |   41 +
- po/POTFILES.in                      |    5 +-
+ po/POTFILES.in                      |    9 +-
  po/Rules-quot                       |   47 +
  po/boldquot.sed                     |   10 +
- po/de.po                            | 3150 +++++++++++++++++-------
+ po/da.po                            | 2895 ++++++++++++++++++++++
+ po/de.po                            | 3357 +++++++++++++++++++-------
  po/en@boldquot.header               |   25 +
  po/en@quot.header                   |   22 +
- po/es.po                            | 2667 ++++++++++++++++++++
+ po/es.po                            | 2860 +++++++++++++++++++++
  po/insert-header.sin                |   23 +
- po/it.po                            | 2675 ++++++++++++++++++++
+ po/it.po                            | 2868 +++++++++++++++++++++
  po/lng2po.sh                        |   96 +
  po/metascript                       |  125 +
  po/normalize.pl                     |   10 +
  po/quot.sed                         |    6 +
- po/ru.po                            | 2661 ++++++++++++++++++++
+ po/ru.po                            | 2854 +++++++++++++++++++++
  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 +
+ po/tr.po                            | 3249 ++++++++++++++++++------
+ po/uk.po                            | 2857 +++++++++++++++++++++
+ po/vi.po                            | 2839 +++++++++++++++++++++
+ po/xboard.pot                       | 2899 +++++++++++++++++------
+ po/zh_CN.po                         | 2852 +++++++++++++++++++++
+ po/zh_HK.po                         | 2857 +++++++++++++++++++++
+ po/zh_TW.po                         | 2850 +++++++++++++++++++++
+ uci.c                               |    7 +-
  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/defaults.h                 |    3 +-
+ winboard/help.c                     |    2 +-
+ winboard/help/html/24.htm           |    2 +-
+ winboard/jaws.c                     |   47 +-
+ winboard/language.txt               |  130 +-
  winboard/language/chinese(simp).lng |  787 ++++++
  winboard/language/chinese(trad).lng |  785 ++++++
  winboard/language/deutsch.lng       |  971 ++++++++
  winboard/language/nederlands.lng    | 1208 +++++++++
  winboard/language/romanian.lng      | 1042 ++++++++
  winboard/language/russian.lng       |  994 ++++++++
- winboard/language/spanish.lng       |  953 ++++++++
+ 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/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                |   37 +-
- winboard/winboard.c                 |  405 ++--
- winboard/winboard.h                 |    9 +-
- winboard/winboard.rc                |  143 +-
+ winboard/wgamelist.c                |   39 +-
+ winboard/winboard.c                 |  481 +++--
+ winboard/winboard.h                 |   11 +-
+ winboard/winboard.rc                |  156 +-
  winboard/winboard.rtf               | 1644 +++++++------
- winboard/woptions.c                 |  149 +-
- winboard/wsettings.c                |  407 +++-
- xboard.c                            |  792 +++----
+ 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                            | 2469 ++++++++-----------
  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(-)
+ xboard.h                            |   24 +-
+ xboard.png                          |  Bin 15116 -> 1726 bytes
+ xboard.texi                         | 1017 ++++++--
+ xboard.xml                          |   61 +
+ xedittags.c                         |  316 +---
+ xedittags.h                         |    2 +-
+ xengineoutput.c                     |   91 +-
+ xevalgraph.c                        |   69 +-
+ xevalgraph.h                        |    2 +-
+ xgamelist.c                         |  205 +-
+ xgamelist.h                         |    3 +-
+ xhistory.c                          |  461 +---
+ xhistory.h                          |    4 +-
+ xoptions.c                          | 1450 ++++++------
+ zic2xpm.c                           |   67 +-
+ zic2xpm.man                         |    2 +-
+ zippy.c                             |   54 +-
+ zippy.h                             |    2 +-
+ 139 files changed, 58007 insertions(+), 14066 deletions(-)
  create mode 100644 ABOUT-NLS
  create mode 100644 m4/gettext.m4
  create mode 100644 m4/iconv.m4
  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
  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 **