summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-03-05 23:41:29 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-03-05 23:41:29 +0000
commit67ae4b95a62651c71d1ea250308e6479aca048f7 (patch)
treeb06e3362e3c7965991b1f1abc98fb7a593b1fd55 /ChangeLog
parentc2ae0c55befcb725f4d068c9ef8a8f54101b9047 (diff)
downloadlibcroco-67ae4b95a62651c71d1ea250308e6479aca048f7.tar.gz
applied a patch from Rob BUIS to fix some bugs/memleaks here. Did some
2004-03-06 Dodji Seketeli <dodji@gnome.org> * csslint/csslint.c: applied a patch from Rob BUIS to fix some bugs/memleaks here. Did some cleanups too. * src/cr-sel-eng.c: (cr_sel_eng_get_matched_rulesets_real): handle the case where the sheet is empty (has no rules). That can happen ! (it actually happened to me during some tests). (put_css_properties_in_props_list): handle the !important keyword in the cascading algorithm. Rob BUIS (again) started this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 186afcd..fbe40f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-03-06 Dodji Seketeli <dodji@gnome.org>
+
+ * csslint/csslint.c: applied a patch from Rob BUIS
+ to fix some bugs/memleaks here.
+ Did some cleanups too.
+ * src/cr-sel-eng.c:
+ (cr_sel_eng_get_matched_rulesets_real):
+ handle the case where the sheet is empty (has no rules). That
+ can happen ! (it actually happened to me during some tests).
+ (put_css_properties_in_props_list):
+ handle the !important keyword in the cascading algorithm.
+ Rob BUIS (again) started this.
+
2004-03-05 Dodji Seketeli <dodji@gnome.org>
* csslint/csslint.c: