updated po/pot files
[xboard.git] / SHORTLOG
index ab8e983..b505de0 100644 (file)
--- a/SHORTLOG
+++ b/SHORTLOG
@@ -1,9 +1,63 @@
+** Version 4.7.2 **
+
+(git shortlog --no-merges v4.7.1..HEAD)
+
+H.G. Muller (8):
+      Make PGN parser immune to unprotected time stamps
+      Fix book creation
+      Fix GUI book after setup position
+      Allow drops / promotions/ deferrals to be edited into book
+      Allow entry of negative numbers in spin control (WB)
+      Fix grabbing of selected piece
+      Fix initial board sizing WB
+      Fix -zippyVariants option
+
+
+** Version 4.7.1 **
+
+(git shortlog --no-merges v4.7.0..HEAD)
+
+Arun Persaud (4):
+      new version number for developer release
+      updated po/pot files
+      Updated Ukrainian translations
+      Updated German translation
+
+Christoph Moench-Tegeder (1):
+      fix bug #38401: xboard.texi doesn't build with texinfo-5.0 (tiny change)
+
+H.G. Muller (24):
+      Work-around for Xt selection bug
+      Repair WinBoard compile error
+      Add -backupSettingsFile option
+      Make skipping of unknown option smarter
+      Let popping up of WinBoard chatbox for channel open it
+      Fix of argument error
+      Fix vertical sizing of GTK board
+      Fix buffer overflow in feature parsing
+      Accept setup command for non-standard board size
+      Fix fatal error on unsupported board size
+      Fix GTK box popup
+      Let XBoard -autoBox option also affect move type-in
+      Fix spurious popup after batch-mode Analyze Game
+      Fix saving of analyzed game
+      Provide compatibility with Alien Edition setup command
+      Fix quoting of book name in tourney file
+      Fix disappearence of pieces that were moved illegally
+      Fix horrible bug in reading scores from PGN
+      Print score of final position in Analyze Game
+      Fix GTK SetInsertPos
+      Fix scrolling of Chat Box
+      Make Chat Box window obey -topLevel option
+      Fix Xaw file browser
+      Update zippy.README
+
 
 ** Version 4.7.0 **
 
 (git log --pretty=short --cherry-pick --left-only v4.7.x...v4.6.2^   |git shortlog --no-merges)
 
-Arun Persaud (34):
+Arun Persaud (50):
       added some documentation about what's need to be done for a release and a bash-release script
       Merge branch 'v4.6.x' into tmp
       new version number for developer release
@@ -38,6 +92,22 @@ Arun Persaud (34):
       fix configure bug that showed up on OS X (couldn't find X11/Dialog.h)
       Updated German translation
       new version number for release of 4.7.0
+      updated Changelog, NEWS, etc.
+      updated po files for new release (make distcheck)
+      Merge remote-tracking branch 'origin/master' into v4.7.x
+      add test for pkg-config
+      Merge branch 'master' into v4.7.x
+      added rotated shogi pieces for -flipback option and moved them to the themes directory
+      keyboard accelerators for both front ends.
+      add close buttons to gtk windows
+      in debug mode also print the git-version if available during build
+      add keyboard shortcuts back into Xaw version
+      removed some translation calls for messages in the debug log
+      fixed gtk-warning
+      fixed segfault of g_markup_printf_escaped which needs utf-8 strings
+      removed two more translations from debug output
+      fix OK-response in gtk dialogs, see c7f8df124
+      Merge branch 'master' into v4.7.x
 
 Byrial Jensen (10):
       Fix typo (seach) in string. It is already fixed in branch v4.6.x
@@ -57,7 +127,7 @@ Daniel Dugovic (1):
 Daniel Macks (1):
       bug #37210: Mishandling of X11 -I flags (tiny change)
 
-H.G. Muller (348):
+H.G. Muller (381):
       Fix suspected bug in Makefile
       Merge branch 'v4.6.x' of git.sv.gnu.org:/srv/git/xboard
       Fix fall-back on -ncp mode
@@ -406,8 +476,39 @@ H.G. Muller (348):
       Fix warnings of build server
       Put GTK warning in about-box
       Let initial setting of Twice checkbox reflect current state
-
-
+      Draw both coords in a1
+      Add boolean -autoBox option
+      Update NEWS file
+      Add desktop stuff for .xop MIME type.
+      Remove empty-square SVG images from project
+      Revive -flipBlack option
+      Add Xiangqi piece images to project
+      Fix Makefile for install of Xiangqi pieces
+      Connect Ctrl key in WinBoard
+      Better fix of feature timeout
+      Unreserve tourney game on exit during engine load
+      Only perform e.p. capture if there are rights
+      Warn about experimental nature of dual board
+      Make switching between board windows absolute
+      Remove checkbox for 'Move Sound'
+      Don't add PV moves on board clicking in AnalyzeMode
+      Add new vertical pixel fudge
+      Allow display of 50-move counter in zippy mode
+      Add -onlyOwnGames option
+      Fix graying of Revert menu item
+      Cure GTK warning in top-level windows
+      Fix title of top-level windows
+      Print game-list timing messages only in debug mode
+      Fix repairing of arrow damage
+      Remember window params of slave board
+      Fix repositioning of GTK windows
+      Limit debug print to debug mode
+      Better handling of undefined window parameters
+      Fix sizing of slave board GTK
+      Suppress printing of status line in dual-board mode
+      Fix testing for valid window placement Xaw
+      Fix -topLevel option
+      Try to make life more bearable in Xaw menus
 
 ** Version 4.6.2 **