summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2002-12-23 11:31:24 +0000
committerRoss Burton <rburton@src.gnome.org>2002-12-23 11:31:24 +0000
commit79d28b470966cd700ed19226577204093d53a0da (patch)
tree7d978b0ed083fd663ac732e6b62a13a2d6122ebb
parent5cf84e6702d4bdd20a27d485ce22971f3307c4b7 (diff)
downloadmetacity-79d28b470966cd700ed19226577204093d53a0da.tar.gz
DTD fixes
-rw-r--r--ChangeLog5
-rw-r--r--doc/metacity-theme.dtd4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c2123b8c..85709831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-19 Ross Burton <ross@burtonini.com>
+
+ * doc/metacity-theme.dtd: Fix a typo and loosen the requirements
+ for the resize element.
+
2002-12-19 Havoc Pennington <hp@pobox.com>
* Reverted visual bell patch, #99886
diff --git a/doc/metacity-theme.dtd b/doc/metacity-theme.dtd
index 4c52a1a4..a84a43e4 100644
--- a/doc/metacity-theme.dtd
+++ b/doc/metacity-theme.dtd
@@ -70,7 +70,7 @@
<!ATTLIST frame
focus (yes|no) #REQUIRED
state (normal|maximized|shaded|maximized_and_shaded) #REQUIRED
- resize (both|horizontal|vertical|none) #REQUIRED
+ resize (both|horizontal|vertical|none) #IMPLIED
style CDATA #REQUIRED
>
@@ -153,7 +153,7 @@
filled %boolean; 'false'
>
-<!ELEMENT arc EMTPY>
+<!ELEMENT arc EMPTY>
<!ATTLIST arc
color CDATA #REQUIRED
%xyrequired;