summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-02-23 14:45:55 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-02-23 14:45:55 +0000
commitb912cc3536c3006e777dc51d4988102fccb820c1 (patch)
treeb7a88475ef11a3b98ae80c236a6aebf2d0ae7ec8 /ChangeLog
parent6ac71b407ccb08ed53f4251916781bd081f60373 (diff)
downloadpygtk-b912cc3536c3006e777dc51d4988102fccb820c1.tar.gz
added some code to get the option menu creation code working.
1999-02-23 James Henstridge <james@daa.com.au> * pyglade/build.py: added some code to get the option menu creation code working. * pyglade/xmlparse.py: check if xmllib is included in the standard python library, use it for the XML parser -- it is much more complete, and doesn't barf on some valid XML files like the old one does. If xmllib is not found, the old parser is used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91af11ea..f5168a9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1999-02-23 James Henstridge <james@daa.com.au>
+ * pyglade/build.py: added some code to get the option menu creation
+ code working.
+
+ * pyglade/xmlparse.py: check if xmllib is included in the standard
+ python library, use it for the XML parser -- it is much more complete,
+ and doesn't barf on some valid XML files like the old one does. If
+ xmllib is not found, the old parser is used.
+
* README, Makefile.am, pygtk.spec: added references to the MAPPING
file.