diff options
-rw-r--r-- | plugins/ChangeLog | 159 |
1 files changed, 0 insertions, 159 deletions
diff --git a/plugins/ChangeLog b/plugins/ChangeLog deleted file mode 100644 index 39591db..0000000 --- a/plugins/ChangeLog +++ /dev/null @@ -1,159 +0,0 @@ -2009-08-09 Felix Riemann <[email protected]> - - * Makefile.am: - Add support for Automake 1.11's silent build rules. - -2009-07-25 Felix Riemann <[email protected]> - - * Makefile.am: - Merge per-plugin Makefiles into a single one. This makes it possible - to build the plugins in parallel. - -2009-04-10 Felix Riemann <[email protected]> - - * reload/eom-reload-plugin.c: - Make reload action available from the scrollview's context menu. - -2009-04-10 Felix Riemann <[email protected]> - - * reload/eom-reload-plugin.c: (impl_activate), - (eom_reload_plugin_class_init): - Update reload plugin to be independent of the five predefined - menu slots. Also remove unneeded hook. - -2009-03-16 Claudio Saavedra <[email protected]> - - * NEWS: Updates for 2.26.0 - -2009-03-03 Felix Riemann <[email protected]> - - * 2.25.92 version marker. - -2009-02-28 Felix Riemann <[email protected]> - - * reload/eom-reload-plugin.c: Use 'R' as shortcut key. The old one is - needed elsewhere. - -2009-02-16 Felix Riemann <[email protected]> - - * 2.25.91 version marker. - -2009-02-03 Felix Riemann <[email protected]> - - * 2.25.90 version marker. - -2008-12-15 Felix Riemann <[email protected]> - - * 2.25.3 version marker. - -2008-12-01 Felix Riemann <[email protected]> - - * 2.25.2 version marker. - -2008-11-03 Felix Riemann <[email protected]> - - * 2.25.1 version marker. - -2008-09-22 Felix Riemann <[email protected]> - - * 2.24.0 version marker. - -2008-09-09 Claudio Saavedra <[email protected]> - - * 2.23.92 version marker. - -2008-09-07 Felix Riemann <[email protected]> - - * reload/eom-reload-plugin.c: (reload_cb): Adapt reload plugin to the - latest API changes regarding image reloading. This turns this plugin - pretty much into a boilerplate plugin. Part of bug #548392. - -2008-09-02 Claudio Saavedra <[email protected]> - - * 2.23.91 version marker. - -2008-08-21 Claudio Saavedra <[email protected]> - - * fullscreen/Makefile.am: Fix a comment. - -2008-07-19 Felix Riemann <[email protected]> - - * 2.23.90 version marker. - -2008-08-19 Claudio Saavedra <[email protected]> - - * plugins/fullscreen/Makefile.am: - * plugins/reload/Makefile.am: - * plugins/statusbar-date/Makefile.am: - - Use plugin_LDADD to set the appropriate libraries instead of - plugin_LDFLAGS. Fixes bug #548202 (Paul). - -2008-07-21 Felix Riemann <[email protected]> - - * 2.23.5 version marker. - -2008-06-16 Lucas Rocha <[email protected]> - - * 2.23.4.1 version marker. - -2008-06-16 Lucas Rocha <[email protected]> - - * 2.23.4 version marker. - -2008-06-12 Felix Riemann <[email protected]> - - * fullscreen/Makefile.am: - * reload/Makefile.am: - * statusbar-date/Makefile.am: - Remove libtool versioning scheme from plugins. - -2008-06-03 Lucas Rocha <[email protected]> - - * 2.23.3 version marker. - -2008-05-12 Felix Riemann <[email protected]> - - * 2.23.2 version marker. - -2008-04-21 Lucas Rocha <[email protected]> - - * 2.23.1 version marker. - -2008-03-20 Claudio Saavedra <[email protected]> - - * statusbar-date/eom-statusbar-date-plugin.c: (impl_activate): Request - a wider size, to give place for the human readable date. - -2008-03-20 Claudio Saavedra <[email protected]> - - * statusbar-date/eom-statusbar-date-plugin.c: (impl_deactivate): - Disconnect the signal handler on plugin deactivation. - -2008-03-20 Claudio Saavedra <[email protected]> - - * statusbar-date/eom-statusbar-date-plugin.c: (statusbar_set_date), - (selection_changed_cb), (impl_activate), (impl_deactivate): Do some refactoring - to allow to set the date during plugin activation. - -2008-03-20 Claudio Saavedra <[email protected]> - - * statusbar-date/eom-statusbar-date-plugin.c: - (selection_changed_cb): Remove unnecessary checks - for HAVE_EXIF. - -2008-03-20 Claudio Saavedra <[email protected]> - - * Makefile.am: Add statusbar-date plugin conditionally on - libexif presence. - * statusbar-date/Makefile.am: - * statusbar-date/eom-statusbar-date-plugin.c: (free_window_data), - (selection_changed_cb), (eom_statusbar_date_plugin_init), - (eom_statusbar_date_plugin_finalize), (impl_activate), - (impl_deactivate), (impl_update_ui), - (eom_statusbar_date_plugin_class_init): - * statusbar-date/eom-statusbar-date-plugin.h: - * statusbar-date/statusbar-date.eom-plugin.desktop.in: - - Added a plugin to show the EXIF date on the statusbar. This fixes - bug #466566. |