diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-11 04:11:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-11 04:11:34 +0000 |
commit | 1795e0aeb0ee918324273148e23455ec9a795185 (patch) | |
tree | ed538264451f9e100068fe7a2e347ef1b476614e /ChangeLog.pre-2-8 | |
parent | de2763c99a35e473351787a7c77765bf5660b51e (diff) |
Take main group options into account when calculating column size.
2005-02-10 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (print_help): Take main group options into
account when calculating column size. (#166921)
(g_option_context_parse): Accept -? as documented. (#166977)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e38e04cca..37c8d9a0f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,10 @@ -2005-02-09 Matthias Clasen <mclasen@redhat.com> +2005-02-10 Matthias Clasen <mclasen@redhat.com> + + * glib/goption.c (print_help): Take main group options into + account when calculating column size. (#166921) + (g_option_context_parse): Accept -? as documented. (#166977) +2005-02-09 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (find_file_in_data_dirs): Don't leak path here. (#166801, Kjartan Maraas) |