diff options
author | Jan Arne Petersen <jpetersen@jpetersen.org> | 2007-04-26 19:02:16 +0000 |
---|---|---|
committer | Jan Arne Petersen <jap@src.gnome.org> | 2007-04-26 19:02:16 +0000 |
commit | 6fa14123d7f70c79544a1a22da98843821b9c9ec (patch) | |
tree | 1f4fec239b55052720081783b3dc80b6518a0575 /ChangeLog | |
parent | 5a83fb2e415e0adcf1eea50dc1d7636629cc3a69 (diff) | |
download | totem-6fa14123d7f70c79544a1a22da98843821b9c9ec.tar.gz |
Move gromit annotation support into a new plugin. (Closes #428290)
2007-04-26 Jan Arne Petersen <jpetersen@jpetersen.org>
* configure.in:
* src/Makefile.am:
* src/plugins/gromit/Makefile.am:
* src/plugins/gromit/gromit.totem-plugin.in:
* src/plugins/gromit/totem-gromit.c:
(totem_gromit_plugin_class_init), (totem_gromit_plugin_init),
(totem_gromit_plugin_finalize), (totem_gromit_available),
(totem_gromit_exit), (totem_gromit_timeout_cb),
(totem_gromit_toggle), (totem_gromit_clear),
(on_window_key_press_event), (impl_activate), (impl_deactivate):
* src/totem-gromit.c:
* src/totem-gromit.h:
* src/totem.c: (totem_action_exit),
(totem_action_handle_key_press): Move gromit annotation support into a
new plugin. (Closes #428290)
svn path=/trunk/; revision=4271
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2007-04-26 Jan Arne Petersen <jpetersen@jpetersen.org> + + * configure.in: + * src/Makefile.am: + * src/plugins/gromit/Makefile.am: + * src/plugins/gromit/gromit.totem-plugin.in: + * src/plugins/gromit/totem-gromit.c: + (totem_gromit_plugin_class_init), (totem_gromit_plugin_init), + (totem_gromit_plugin_finalize), (totem_gromit_available), + (totem_gromit_exit), (totem_gromit_timeout_cb), + (totem_gromit_toggle), (totem_gromit_clear), + (on_window_key_press_event), (impl_activate), (impl_deactivate): + * src/totem-gromit.c: + * src/totem-gromit.h: + * src/totem.c: (totem_action_exit), + (totem_action_handle_key_press): Move gromit annotation support into a + new plugin. (Closes #428290) + 2007-04-26 Bastien Nocera <hadess@hadess.net> * data/totem.schemas.in: Fix typo in the schema |