diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-09 14:38:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-09 14:38:13 +0000 |
commit | 4f402e2489bf504eda8693c92a34538dc341de01 (patch) | |
tree | 4e0f3ab3d2f25d5fd09ac89c8234800ac6512913 /ChangeLog.pre-2-6 | |
parent | 10632e416f52fadc7f1b80ce9c8444085d06b2e2 (diff) |
Don't print help options if the options of a specific group have been
2004-12-09 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (print_help): Don't print help options
if the options of a specific group have been
requested. (#160645, Glynn Foster)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 467eec569..090d0c645 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-12-09 Matthias Clasen <mclasen@redhat.com> + + * glib/goption.c (print_help): Don't print help options + if the options of a specific group have been + requested. (#160645, Glynn Foster) + 2004-12-07 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (g_get_language_names): Update the returned |