summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-11 04:11:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-11 04:11:34 +0000
commit1795e0aeb0ee918324273148e23455ec9a795185 (patch)
treeed538264451f9e100068fe7a2e347ef1b476614e /ChangeLog.pre-2-8
parentde2763c99a35e473351787a7c77765bf5660b51e (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-87
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)