summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-04-26 14:27:02 +0000
committerVincent Untz <vuntz@gnome.org>2008-04-26 14:27:02 +0000
commit834fdc1f65043704962dcf26b9aa5194338eec91 (patch)
tree493374b1bcad79cf80b158d57f3908539a8d80b6 /ChangeLog
parentb2c108e4782a25545aa57c9d8add5c4ab01801cc (diff)
make a few more structure static, change the way we store data about the
2008-04-26 Vincent Untz <vuntz@gnome.org> * src/validate.c: make a few more structure static, change the way we store data about the know catgories so that we have more information (like dependencies) (handle_categories_key): updated for the previous change. We now additionally check that categories required by another one are present. Fix bug #15672. * src/validator.c: init warn_kde to FALSE. Fix the "warnings about KDE specific uses are always shown" bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf6ecd6..6e17f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-04-26 Vincent Untz <vuntz@gnome.org>
+ * src/validate.c: make a few more structure static, change the way we
+ store data about the know catgories so that we have more information
+ (like dependencies)
+ (handle_categories_key): updated for the previous change. We now
+ additionally check that categories required by another one are present.
+ Fix bug #15672.
+ * src/validator.c: init warn_kde to FALSE. Fix the "warnings about KDE
+ specific uses are always shown" bug.
+
+2008-04-26 Vincent Untz <vuntz@gnome.org>
+
* src/validate.c: (handle_categories_key): at least one main category
must be included in the Categories. Output an error if it's not the
case.