diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-04 06:41:37 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-04 06:41:37 +0800 |
commit | 8b4d044d4de65fc02692132a1471795ce26dcdc5 (patch) | |
tree | e9ab942c7e26c7bda1c363aed1dd937797a82a1b /ChangeLog | |
parent | 2f10c10cd81abd29f24ace8c128a5b5d3244fbdd (diff) | |
download | gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.tar gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.tar.gz gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.tar.bz2 gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.tar.lz gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.tar.xz gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.tar.zst gsoc2013-epiphany-8b4d044d4de65fc02692132a1471795ce26dcdc5.zip |
Remove unused types.
2003-11-03 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-marshal.list:
Remove unused types.
* embed/ephy-embed.c: (ephy_embed_base_init):
* lib/widgets/ephy-arrow-toolbutton.c:
(ephy_arrow_toolbutton_class_init):
* src/ephy-notebook.c: (ephy_notebook_class_init):
Use g_cclosure_marshal_* instead of our own ephy_marshal_*
where there is a one.
For signals returning a boolean, use the
g_signal_accumulator_true_handled accumulator.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2003-11-03 Christian Persch <chpe@cvs.gnome.org> + + * lib/ephy-marshal.list: + + Remove unused types. + + * embed/ephy-embed.c: (ephy_embed_base_init): + * lib/widgets/ephy-arrow-toolbutton.c: + (ephy_arrow_toolbutton_class_init): + * src/ephy-notebook.c: (ephy_notebook_class_init): + + Use g_cclosure_marshal_* instead of our own ephy_marshal_* + where there is a one. + + For signals returning a boolean, use the + g_signal_accumulator_true_handled accumulator. + 2003-11-02 Xan Lopez <xan@masilla.org> * data/epiphany.schemas.in: |