summaryrefslogtreecommitdiff
path: root/plugins/ChangeLog
blob: a064ffcec003f38be44f2059d3223e243135d274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
2008-12-01  Felix Riemann  <friemann@svn.gnome.org>

	* 2.25.2 version marker.

2008-11-03  Felix Riemann  <friemann@svn.gnome.org>

	* 2.25.1 version marker.

2008-09-22  Felix Riemann  <friemann@svn.gnome.org>

	* 2.24.0 version marker.

2008-09-09  Claudio Saavedra  <csaavedra@igalia.com>

	* 2.23.92 version marker.

2008-09-07  Felix Riemann  <friemann@svn.gnome.org>

	* reload/eog-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  <csaavedra@igalia.com>

	* 2.23.91 version marker.

2008-08-21  Claudio Saavedra  <csaavedra@igalia.com>

	* fullscreen/Makefile.am: Fix a comment.

2008-07-19  Felix Riemann  <friemann@svn.gnome.org>

	* 2.23.90 version marker.

2008-08-19  Claudio Saavedra  <csaavedra@igalia.com>

	* 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  <friemann@svn.gnome.org>

	* 2.23.5 version marker.

2008-06-16  Lucas Rocha  <lucasr@gnome.org>

	* 2.23.4.1 version marker.

2008-06-16  Lucas Rocha  <lucasr@gnome.org>

	* 2.23.4 version marker.

2008-06-12  Felix Riemann  <friemann@svn.gnome.org>

	* fullscreen/Makefile.am:
	* reload/Makefile.am:
	* statusbar-date/Makefile.am:
	Remove libtool versioning scheme from plugins.

2008-06-03  Lucas Rocha  <lucasr@gnome.org>

	* 2.23.3 version marker.

2008-05-12  Felix Riemann  <friemann@svn.gnome.org>

	* 2.23.2 version marker.

2008-04-21  Lucas Rocha  <lucasr@gnome.org>

	* 2.23.1 version marker.

2008-03-20  Claudio Saavedra  <csaavedra@gnome.org>

	* statusbar-date/eog-statusbar-date-plugin.c: (impl_activate): Request
	a wider size, to give place for the human readable date.

2008-03-20  Claudio Saavedra  <csaavedra@gnome.org>

	* statusbar-date/eog-statusbar-date-plugin.c: (impl_deactivate):
	Disconnect the signal handler on plugin deactivation.

2008-03-20  Claudio Saavedra  <csaavedra@gnome.org>

	* statusbar-date/eog-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  <csaavedra@gnome.org>

	* statusbar-date/eog-statusbar-date-plugin.c:
	(selection_changed_cb): Remove unnecessary checks
	for HAVE_EXIF.

2008-03-20  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* Makefile.am: Add statusbar-date plugin conditionally on
	libexif presence.
	* statusbar-date/Makefile.am:
	* statusbar-date/eog-statusbar-date-plugin.c: (free_window_data),
	(selection_changed_cb), (eog_statusbar_date_plugin_init),
	(eog_statusbar_date_plugin_finalize), (impl_activate),
	(impl_deactivate), (impl_update_ui),
	(eog_statusbar_date_plugin_class_init):
	* statusbar-date/eog-statusbar-date-plugin.h:
	* statusbar-date/statusbar-date.eog-plugin.desktop.in:

	Added a plugin to show the EXIF date on the statusbar. This fixes
	bug #466566.