File: ChangeLog

package info (click to toggle)
libexif-gtk 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: ansic: 4,341; makefile: 82; sh: 1
file content (182 lines) | stat: -rw-r--r-- 5,750 bytes parent folder | download | duplicates (3)
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
2013-03-06  Dan Fandrich <dan@coneharvesters.com>

	* Released ver. 0.4.0

2013-03-01  Dan Fandrich <dan@coneharvesters.com>

	* libexif-gtk/gtk-exif-browser.c: Thumbnail save dialog now
	  actually saves

2013-02-28  Dan Fandrich <dan@coneharvesters.com>

	* po/pl.po: Updated Polish translation by Jakub Bogusz
	* po/ru.po: Updated Russian strings from libexif & elsewhere

2013-02-27  Dan Fandrich <dan@coneharvesters.com>

	* tests/.cvsignore: ignore more stuff
	* Makefile.am: Add both gtk pkgconfig templates to the tarball
	* Added some more strings to translate that were missing
	* fixed crash when viewing an enumerated tag with an unsupported value
	* fixed problem with handling the Flash tag in big-endian images

2013-02-25  Dan Fandrich <dan@coneharvesters.com>

	* po/es.po: Updated Spanish translation by Fabián Mandelbaum
	* po/pl.po: Updated Polish translation by Jakub Bogusz

2013-02-23  Dan Fandrich <dan@coneharvesters.com>

	* Removed use of broken-by-design exif_tag_get_name(). This fixes
	  display of GPSLatitude and GPSLatitudeRef tag names. Patch
	  by Stanislav Brabec (bug #2014281)
	* Changed a few fuzzy translations and removed the fuzzyiness

2012-06-14  Dan Fandrich <dan@coneharvesters.com>

	* encoding of source files set to utf8 (somehow this was missed
	  in the last change)

2012-05-08  Valere Monseur <valere.monseur@ymail.com>

	* libexif-gtk made compatible for both gtk2 (min version: 2.4) and gtk3
	* added --with-gtk3 option in configure.ac (default is gtk2)
	* encoding of ru translation file set to utf8
	* fixed bugs linked to gtk_notebook_remove_page action
	* fixed internationalisation bugs in gtk-options.c & configure.ac

2011-12-08  Dan Fandrich <dan@coneharvesters.com>

	* Cleanups in internationalization, whitespace & comments.
	  Patch by Valere Monseur <valere.monseur@ymail.com>
	* po/fr.po: Updated French translation by Valère Monseur
	* Converted ChangeLog into UTF-8

2009-09-24  Dan Fandrich <dan@coneharvesters.com>

	* po/POTFILES.in: added additional files that need translation

2009-09-24  Lutz Mueller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-entry-user-comment.c: Complete information
	  about copyright. Fixes #1673969.

2009-09-23  Dan Fandrich <dan@coneharvesters.com>

	* Added the text of the LGPL V2.1 in COPYING so there isn't any
	  confusion as to the licensing terms of the project. GNU
	  autotools adds a GPL COPYING file by default if this doesn't
	  exist, which is wrong.

2005-08-15  Lutz Mueller <lutz@users.sourceforge.net>

	Patch by Jakub Bogusz <qboosh@pld-linux.org>:

	* po/pl.po: New

2005-03-24  Hans Ulrich Niedermann <gp@n-dimensional.de>

	* autogen.sh, configure.in, */Makefile.am, ...: Updated build system.
	  - doesn't require gettextize any more (using autopoint now)
	  - uses all the built-in magic from autoreconf

2004-10-18  Lutz Mueller <lutz@users.sourceforge.net>

	* configure.in: We are now working on 0.3.6.

2004-10-18  Lutz Mueller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-entry-generic.c:
	* libexif-gtk/gtk-exif-content-list.c:
	* configure.in: Make libexif-gtk work with versions < 0.6.12. We
	  are now working on 0.3.5.

2004-10-17  Lutz Mueller <lutz@users.sourceforge.net>

	* configure.in: We have been working on 0.3.4 all the time.

2004-10-17  Lutz Mueller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-entry-version.c and others: Adapt to new
	  gtk API

2004-10-17  Lutz Mueller <lutz@users.sourceforge.net>

	First part of a patch to get libexif-gtk to compile again against
	current gtk. For now, libexif-gtk does not compile at all.

	* gtk-extensions/gtk-option-menu-option.[c,h]: Removed.
	* libexif-gtk/gtk-exif-browser.c: Redirect EXPOSURE_PROGRAM to 
	  the generic entry.
	* libexif-gtk/gtk-exif-tag-menu.[c,h]: Removed.
	* libexif-gtk/gtk-exif-entry-exposure.[c,h]: Removed. Now covered
	  by the generic entry.
	* configure.in: CURRENT = 5.

2003-08-01  Lutz Mueller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-browser.c: Implement removal of entries.

2003-08-01  Lutz Mueller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-entry-resolution.c: An entry must have a 
	  parent before initialization.

2002-12-11  Lutz Müller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-content-list.c: Split the endless list of tags.
	* libexif-gtk/gtk-exif-entry-user-comment.[c,h]: New.
	* configure.in: Require libexif >= 0.5.9

2002-12-11  Lutz Müller <lutz@users.sourceforge.net>

	* libexif-gtk/gtk-exif-content-list.c: Fix popup.

2002-09-15  Lutz Müller <lutz@users.sourceforge.net>

	* configure.in:
	* po/es.po: Spanish translation by Fabian Mandelbaum
	  <fabman@2vias.com.ar>

2002-07-25  Lutz Müller <lutz@users.sourceforge.net>

	* configure.in: Version 0.3.2. Require libexif-0.5.4 or higher.
	* libexif-gtk/gtk-exif-browser.c: Adapt to new API.

2002-07-23  Lutz Müller <lutz@users.sourceforge.net>

	* configure.in: Version 0.3.1

2002-07-23  Lutz Müller <lutz@users.sourceforge.net>

	Finish gtk+-2.0 port.

2002-07-22  Lutz Müller <lutz@users.sourceforge.net>

	Start of gtk+-2.0 port.

2002-06-14  Lutz Müller <lutz@users.sourceforge.net>

	* configure.in: Correct -version-info.

2002-04-30  Lutz Müller <lutz@users.sourceforge.net>

	Patch by Arnaud Rouanet <rouanet@labri.fr>:

	* libexif-gtk/gtk-exif-entry-version.c: Support version 2.2.

2002-04-04  Hans Ulrich Niedermann <gp@n-dimensional.de>

	* Makefile.am: dded .tar.bz2 packaging to "make dist"

2002-02-13  Lutz Müller <lutz@users.sourceforge.net>

	* configure.in: Version 0.3.0

2002-02-13  Lutz Müller <lutz@users.sourceforge.net>

	* libexif-gtk: Bring in sync with libexif.

2002-02-06  Lutz Müller <lutz@users.sourceforge.net>

	Add support for previews.