12009-08-29  Felix Riemann  <friemann@gnome.org>
2
3	* plugins/champlain/eog-champlain-plugin.c:
4	* plugins/exif-display/eog-exif-display-plugin.c:
5	Fix various compiler warnings.
6
72009-08-25  Felix Riemann  <friemann@gnome.org>
8
9	* plugins/postr/eog-postr-plugin.c:
10	Use GIO to determine the images' file path. This makes it possible to
11	use files from GIO FUSE mounts. Fixes bug #592984.
12
132009-08-25  Felix Riemann  <friemann@gnome.org>
14
15	* plugins/exif-display/eog-exif-display-plugin.c:
16	Only draw to the GtkDrawingArea when it is realized. Fixes crashes
17	when multiple plugins use the sidebar. Fixes bug #593003.
18
192009-08-24  Felix Riemann  <friemann@gnome.org>
20
21	* NEWS: Prepare for initial release.
22
232009-08-24  Felix Riemann  <friemann@gnome.org>
24
25	* plugins/champlain/eog-champlain-plugin.c (impl_activate):
26	Place the champlain widget inside a GtkFrame instead of a viewport.
27	This is just a temporary workaround until there is a solution for the
28	X errors mentioned in bug 590692.
29
302009-08-24  Felix Riemann  <friemann@gnome.org>
31
32	* configure.ac:
33	* plugins/champlain/eog-champlain-plugin.c:
34	Update champlain plugin to work with libchamplain-0.3 and clutter-1.0.
35	Fixes bug #588397 (Pierre-Luc Beaudoin).
36
372009-08-12  Felix Riemann  <friemann@gnome.org>
38
39	* plugins/exif-display/eog-exif-display-plugin.c (impl_activate),
40	(impl_create_config_dialog):
41	Set translation domain on GtkBuilder instances or else UI strings are
42	only partially translated because the strings are searched for in
43	eog's translations.
44
452009-08-12  Felix Riemann  <friemann@gnome.org>
46
47	* plugins/exif-display/eog-exif-display-plugin.c:
48	* plugins/exif-display/exif-display.ui:
49	Add description tag to the list of displayed exif tags and improve
50	widget alignment (Jonathan Michalon).
51
522009-08-11  Felix Riemann  <friemann@gnome.org>
53
54	* configure.ac:
55	* plugins/*/Makefile.am:
56	Add support for Automake 1.11's silent build rules.
57
582009-07-18  Felix Riemann  <friemann@gnome.org>
59
60	* configure.ac: Raise gtk+ dependency to at least 2.12.
61
622009-07-18  Felix Riemann  <friemann@gnome.org>
63
64	* plugins/champlain/eog-champlain-plugin.c (impl_activate):
65	Make the sidebar's page title translatable.
66
672009-06-27  Felix Riemann  <friemann@gnome.org>
68
69	* plugins/exif-display/eog-exif-display-plugin.c:
70	* plugins/slideshowshuffle/slideshowshuffle.py:
71	Strip trailing whitespaces.
72
732009-06-16  Felix Riemann  <friemann@svn.gnome.org>
74
75	* plugins/exif-display/exif-display-config.ui:
76	Mark empty labels untranslatable.
77
782009-06-16  Felix Riemann  <friemann@svn.gnome.org>
79
80	* plugins/exif-display/Makefile.am:
81	* plugins/exif-display/eog-exif-display-plugin.c:
82	Don't install UI files into the plugins folder directly.
83
842009-06-12  Felix Riemann  <friemann@svn.gnome.org>
85
86	* configure.ac:
87	* plugins/exif-display/eog-exif-display-plugin.c
88	(_eog_util_make_valid_utf8), (eog_exif_set_label):
89	Duplicate eog_util_make_valid_utf8 into the plugin as it is not
90	exported anymore by the current eog version.
91
922009-06-12  Felix Riemann  <friemann@svn.gnome.org>
93
94	* plugins/exif-display/Makefile.am:
95	* plugins/exif-display/eog-exif-display-plugin.c:
96	* plugins/exif-display/eog-exif-display-plugin.h:
97	* plugins/exif-display/exif-display-config.ui:
98	* plugins/exif-display/exif-display.eog-plugin.desktop.in:
99	* plugins/exif-display/exif-display.ui:
100	* configure.ac:
101	Add exif-display plugin by Emmanuel Touzery.
102
1032009-05-05  Felix Riemann  <friemann@svn.gnome.org>
104
105	* configure.ac: Make --with-plugins parameter appear nice with a list
106	of the included plugins.
107
1082009-05-05  Felix Riemann  <friemann@svn.gnome.org>
109
110	* autogen.sh:
111	* configure.ac:
112	Match required build tool version in autogen.sh and configure.ac.
113
1142009-04-27  Felix Riemann  <friemann@svn.gnome.org>
115
116	* plugins/fit-to-width/eog-fit-to-width-plugin.c:
117	* plugins/postr/eog-postr-plugin.c:
118	Remove trailing whitespaces.
119
1202009-04-27  Felix Riemann  <friemann@svn.gnome.org>
121
122	* plugins/fit-to-width/eog-fit-to-width-plugin.c
123	(eog_fit_to_width_plugin_class_init):
124	Remove unused functions from fit-to-width plugin.
125
1262009-04-27  Felix Riemann  <friemann@svn.gnome.org>
127
128	* configure.ac:
129	* plugins/fit-to-width/Makefile.am:
130	* plugins/fit-to-width/eog-fit-to-width-plugin.c:
131	* plugins/fit-to-width/eog-fit-to-width-plugin.h:
132	* plugins/fit-to-width/fit-to-width.eog-plugin.desktop.in:
133	Add fit-to-width plugin which tries to make the image width fit the
134	window. Fixes bug #438642 (Javier Sánchez).
135
1362009-04-12  Felix Riemann  <friemann@svn.gnome.org>
137
138	* configure.ac:
139	* plugins/slideshowshuffle/Makefile.am:
140	* plugins/slideshowshuffle/slideshowshuffle.eog-plugin.desktop.in:
141	* plugins/slideshowshuffle/slideshowshuffle.py:
142	Add plugin to randomize image order during slideshows.
143	Fixes bug #562135 (Johannes Marbach).
144
1452009-02-15  Felix Riemann  <friemann@svn.gnome.org>
146
147	* Makefile.am: Forgot to remove gnome-doc-utils from the Makefile.
148
1492009-02-15  Felix Riemann  <friemann@svn.gnome.org>
150
151	* configure.ac: There is no need for gnome-doc-utils.
152
1532009-02-15  Felix Riemann  <friemann@svn.gnome.org>
154
155	* configure.ac: Add configure bits missing from last commit.
156
1572009-02-15  Felix Riemann  <friemann@svn.gnome.org>
158
159	* Makefile.am:
160	* autogen.sh:
161	Require at least intltool-0.40.0.
162
1632009-02-15  Felix Riemann  <friemann@svn.gnome.org>
164
165	* configure.ac: Fix Bugzilla URI and remove unneeded dependencies
166	on libglade and GnomeVFS.
167
1682009-02-15  Felix Riemann  <friemann@svn.gnome.org>
169
170	* configure.ac:
171	* plugins/pythonconsole/*:
172	Add pythonconsole plugin based on the gedit plugin of the same name.
173	Fixes bug #462338 (Diego Escalante Urrelo, Francisco Rojas).
174
1752008-10-17  Felix Riemann  <friemann@svn.gnome.org>
176
177	* configure.ac:
178	* plugins/champlain/eog-champlain-plugin.c:
179	Update plugin to work with latest libchamplain (Pierre-Luc Beaudoin).
180
1812008-10-12  Lucas Rocha  <lucasr@gnome.org>
182
183	* configure.ac, plugins/champlain/*: new geo tagging plugin based on
184	libchamplain. Patch from Pierre-Luc Beaudoin <pierre-luc@pierlux.com>.
185
1862008-04-08  Lucas Rocha  <lucasr@gnome.org>
187
188	* configure.ac: property check postr program and disable plugin
189	accordingly in case the program is not installed.
190
1912008-03-17  Lucas Rocha  <lucasr@gnome.org>
192
193	* configure.ac, plugins/Makefile.am, plugins/fullscreen/*,
194	plugins/reload/*: moved fullscreen and reload to main eog
195	module as default plugins.
196
1972007-11-13  Lucas Rocha  <lucasr@gnome.org>
198
199	* reload/eog-reload-plugin.c, reload/eog-reload-plugin.h,
200	reload/reload.eog-plugin.desktop.in, reload/Makefile.am, configure.ac:
201	new "Fullscreen with double-click" plugin. Fixes bug #478695.
202
2032007-11-13  Lucas Rocha  <lucasr@gnome.org>
204
205	* reload/eog-reload-plugin.c, reload/eog-reload-plugin.h,
206	reload/reload.eog-plugin.desktop.in, reload/Makefile.am, configure.ac:
207	new "Reload Image" plugin. Fixes bug #470185.
208
2092007-11-13  Lucas Rocha  <lucasr@gnome.org>
210
211	* plugin/postr/eog-postr-plugin.c: remove remaining junk code from
212	plugin.
213
2142007-11-13  Lucas Rocha  <lucasr@gnome.org>
215
216	* plugin/postr/eog-postr-plugin.c,
217	plugins/postr/postr.eog-plugin.desktop.in: general code cleanup and marked
218	strings for proper translation.
219	* MAINTAINERS: change file to official format.
220
2212007-08-06  Lucas Rocha  <lucasr@gnome.org>
222
223	* Initial import.
224