X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fchangelog;h=e97872f9d1605acfe48afc0397ec4892ceec933d;hb=d206d968d018eadc5eb7dc41cf01ce6dd06046f6;hp=7c7696015032a2ccc2fbf27e62ba5858430366f7;hpb=b4bd370330817b402aea80ec0e8cded6014a4531;p=sgt-puzzles.git diff --git a/debian/changelog b/debian/changelog index 7c76960..e97872f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +sgt-puzzles (20170923.ff218728-0+iwj2~3.gbpc58e0c) UNRELEASED; urgency=medium + + ** SNAPSHOT build @c58e0c245845ba619c52ed1f63bd6db4388d729a ** + + [ Simon Tatham ] + * Avoid macro-generating a trailing comma in an enum. + + [ Ian Jackson ] + * draw_thick_line: Bound thickness by 1.0 below + * tracks: Scale thickness of "no track here" crosses + * tracks: Roughly double the thickness of the "no track" crosses + * RFH: tracks: Grid line width problems + * draw_thick_line: Bound thickness by 1.0 below + * tracks: Scale thickness of "no track here" crosses + * tracks: Roughly double the thickness of the "no track" crosses + + [ Simon Tatham ] + * Fix a typo in devel.but. + * tracks: thicken the lines of the grid itself. + * Net: reference-count the barriers array. + + [ Ian Jackson ] + * Revert "RFH: tracks: Grid line width problems" + * tracks.c: draw_clue: Introduce bg parameter + * tracks: Greyscale colour initialisation: line up columns + * tracks: Make error clue background white + * midend: Allow "new game" to be undone + + [ Simon Tatham ] + * Net: rewrite the drawing code for better scalability. + * Fix auto-selection of presets in GTK. + * Fix changing puzzle size in a maximised GTK3 window. + + [ Ian Jackson ] + * tracks.c: draw_clue: Introduce bg parameter + * tracks: Greyscale colour initialisation: line up columns + * tracks: Make error clue background white + + [ Simon Tatham ] + * deserialise: use the right one of {,c}params. + * midend_deserialise: keep deserialised data in a struct. + * midend_deserialise: accept an extra validation function. + + [ Ian Jackson ] + * midend: Allow "new game" to be undone + + [ Simon Tatham ] + * Style tweaks to the newgame_undo patch. + * Forbid undo of new-game if it would change the params. + * Make newgame_undo_buf 'char *', not 'void *'. + * Fix an int->pointer cast warning in windows.c. + * New name UI_UPDATE for interpret_move's return "". + * Use a proper union in struct config_item. + * Return error messages as 'const char *', not 'char *'. + * Assorted char * -> const char * API changes. + * Make the code base clean under -Wwrite-strings. + + [ Ian Jackson ] + + -- Ian Jackson Tue, 03 Oct 2017 20:48:57 +0100 + +sgt-puzzles (20170923.ff218728-0+iwj1) unstable; urgency=medium + + * merge from upstream + * remove -pedantic + * revert dependency on newer halibut + + -- Ian Jackson Sun, 24 Sep 2017 14:42:38 +0100 + sgt-puzzles (20161228.7cae89f-1+iwj) unstable; urgency=medium * rebuild for jessie