diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2007-06-28 15:15:02 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2007-06-28 15:15:02 +0000 |
commit | 118f2e6483b844908f3a497621a47c035cbf0efc (patch) | |
tree | df980a784c110e272c52b356779e5eabba544754 /ChangeLog | |
parent | 3709aee045b0e10bcde1498a7c0e9a5c8d44f182 (diff) | |
download | gtk+-118f2e6483b844908f3a497621a47c035cbf0efc.tar.gz |
Prettify the output by running it through xmllint --format if xmllint is
2007-06-28 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtk-builder-convert (_indent): Prettify the output by
running it through xmllint --format if xmllint is available
which also requires the subprocess module only available
in python 2.4 or later
svn path=/trunk/; revision=18281
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-06-28 Johan Dahlin <jdahlin@async.com.br> + + * gtk/gtk-builder-convert (_indent): Prettify the output by + running it through xmllint --format if xmllint is available + which also requires the subprocess module only available + in python 2.4 or later + 2007-06-28 Christian Persch <chpe@gnome.org> * gtk/gtkvolumebutton.c: (gtk_volume_button_class_init), |