diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-08-02 08:29:37 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-02 08:29:37 +0000 |
| commit | b69db173aa177bf13a4e3a2caec87ca8810baee4 (patch) | |
| tree | 9b9d6cfa13f9a6d88c473a4d573a6b5c74af150a /ChangeLog | |
| parent | c5dc87ea088613158d527f5b1b1cd947db8d12b8 (diff) | |
| download | pygobject-b69db173aa177bf13a4e3a2caec87ca8810baee4.tar.gz pygobject-b69db173aa177bf13a4e3a2caec87ca8810baee4.tar.xz pygobject-b69db173aa177bf13a4e3a2caec87ca8810baee4.zip | |
Fix compilation warnings, clean up style and indentation.
2008-08-02 Johan Dahlin <johan@gnome.org>
* glib/glibmodule.c (pyglib_set_prgname):
* glib/pygoptioncontext.c (pyg_option_context_init),
(pyg_option_context_set_help_enabled),
(pyg_option_context_set_ignore_unknown_options),
(pyg_option_context_set_main_group),
(pyg_option_context_add_group):
* glib/pygoptiongroup.c (arg_func), (pyg_option_group_add_entries),
(pyg_option_group_set_translation_domain),
(pyg_option_group_compare), (pyglib_option_group_register_types):
Fix compilation warnings, clean up style and indentation.
svn path=/trunk/; revision=913
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-08-02 Johan Dahlin <johan@gnome.org> + + * glib/glibmodule.c (pyglib_set_prgname): + * glib/pygoptioncontext.c (pyg_option_context_init), + (pyg_option_context_set_help_enabled), + (pyg_option_context_set_ignore_unknown_options), + (pyg_option_context_set_main_group), + (pyg_option_context_add_group): + * glib/pygoptiongroup.c (arg_func), (pyg_option_group_add_entries), + (pyg_option_group_set_translation_domain), + (pyg_option_group_compare), (pyglib_option_group_register_types): + Fix compilation warnings, clean up style and indentation. + 2008-08-02 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 545959 – Wrap GFile.append_to_async |
