Be -Wextra -pedantic and silence all compiler warnings
[pipeglade.git] / NEWS
blobe24a119f236e2f81336176eea5d0253f6e8f4b13
1 2.0.1 (2015-01-18)
2 ------------------
3   * Bug fix in the echo.sh example script.
5 2.0.0 (2015-01-16)
6 ------------------
7   * Change output of GtkToggleButton, GtkCheckButton, and
8   GtkRadioButton.
10 1.2.1 (2015-01-11)
11 ------------------
12   * Change capitalization of a few error messages.
13   * Bug fix in manual page.
15 1.2.0 (2015-01-08)
16 ------------------
17   * Add a command for firing GUI callbacks synthetically.
19 1.1.0 (2015-01-06)
20 ------------------
21   * Change response of GtkTreeView which now reports an additional
22   'clicked' message and the values of all selected rows.
24 1.0.0 (2015-01-04)
25 ------------------
26   * Change API: commands now look like "name:action data" rather than
27   "name:widget:action data".
29 0.3.1 (2015-01-03)
30 ------------------
31   * Start a NEWS file
32   
33 0.3.0 (2015-01-02)
34 ------------------
35   * Added support GtkColorButton, GtkFontButton, and for graying out
36   and hiding of arbitrary widgets.