diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-04-26 14:27:02 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2008-04-26 14:27:02 +0000 |
commit | 834fdc1f65043704962dcf26b9aa5194338eec91 (patch) | |
tree | 493374b1bcad79cf80b158d57f3908539a8d80b6 /ChangeLog | |
parent | b2c108e4782a25545aa57c9d8add5c4ab01801cc (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |