diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-21 22:00:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-21 22:00:55 +0800 |
commit | 58a7c35bd029edfbc7f0587f5a39671811732444 (patch) | |
tree | cacb8a24e2ee1089d8b7504a66fd13880bc35437 /ChangeLog | |
parent | 859c3d8aee57580a1fbf929ba9792878b70f3449 (diff) | |
download | gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.tar gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.tar.gz gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.tar.bz2 gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.tar.lz gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.tar.xz gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.tar.zst gsoc2013-epiphany-58a7c35bd029edfbc7f0587f5a39671811732444.zip |
Add rules to generate the raw python bindings .defs file, and to check
2005-07-21 Christian Persch <chpe@cvs.gnome.org>
* src/Makefile.am:
Add rules to generate the raw python bindings .defs file,
and to check that all headers are either used or ignored.
* src/epiphany.defs:
Reordered to make diffing against the autogenerated file
simpler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-07-21 Christian Persch <chpe@cvs.gnome.org> + + * src/Makefile.am: + + Add rules to generate the raw python bindings .defs file, + and to check that all headers are either used or ignored. + + * src/epiphany.defs: + + Reordered to make diffing against the autogenerated file + simpler. + 2005-07-20 Christian Persch <chpe@cvs.gnome.org> * .cvsignore: |