From 8bc8dc6b37fba2139233f0c3574ded067b94ff0d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 27 Jun 2005 23:53:18 +0000 Subject: *** no comment *** --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 965fba6..14c3abc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2005-06-27 John Wiegley + + * chess-ics.el (chess-ics-sought-add): Added this routine to + factor out a lot of duplicated code. + + * chess-plain.el (chess-plain-popup): Pass nil for the `font' + argument to `chess-display-popup-in-frame', since we don't care + what the size of the font is with textual chessboards. + + * chess-input.el (chess-input-shortcut): If a character is typed + that is not a legal start of a move (which only happens if it's + not bound to anything else), just ignore it. + + * chess-images.el (chess-images-determine-size): On Macs and + Windows, reduce the screen height by 80 instead of just 20, to + account for the Start/Status bar. + (chess-images-popup): Pass in a `font' to + `chess-display-popup-in-frame', so that the pixel height for each + graphical piece is computed correctly. + (chess-images-change-size): Foricbly popup the chess buffer when + changing the size of graphical pieces. + + * chess-ics1.el (chess-ics1-popup): Added `font' argument in call + to `chess-display-popup-in-frame'. + + * chess-display.el (chess-display-popup-in-frame): Added a `font' + parameter, so that the font can be set in new chessboard + frames (which is necessary to get the pixel height/width right). + 2004-12-07 Mario Lang * chess-algebraic.el, chess-announce.el, chess-autosave.el, -- cgit v1.2.3