1# Document  $Id: ChangeLog,v 1.98 2007/02/05 00:36:55 dleidert Exp $
2# Summary   File changelog for the chemical-mime-data project.
3
42007-02-04 Daniel Leidert <daniel.leidert@wgdd.de>
5
6	* NEWS: Final 0.1.94 release.
7
82007-02-04 Daniel Leidert <daniel.leidert@wgdd.de>
9
10	* html_docs/Makefile.am (install-sfnet): Fixed pre-requisite.
11
122007-02-04 Daniel Leidert <daniel.leidert@wgdd.de>
13
14	* src/chemical-mime-database.xml.in (chemical/x-cactvs-binary)
15	(chemical/x-cdx, chemical/x-gamess-output, chemical/x-gcg8-sequence)
16	(chemical/x-kinemage, chemical/x-ncbi-asn1): Improved magic pattern.
17	Newlines abd byte-sequences have been replaced by appropriate code.
18
192007-02-02 Daniel Leidert <daniel.leidert@wgdd.de>
20
21	* THANKS: Updated. Added dedication to CambridgeSoft Technical
22	Support.
23
24	* chemical-mime-data.pc.in: Added some more stuff and a header.
25	(exec_prefix, libdir, includedir, Libs, Cflags): Removed (see
26	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225095). Thanks
27	to Ville Skytt� and Julian Sikorski (closes RH #225095 and sf.net
28	#1616568).
29
30	* configure.ac: Check, if PKG_CHECK_EXISTS is defined and make a safe
31	fallback if not. This fixes a compilation issue with older intltool
32	versions and hardens the configure script. Further define several
33	locations, if they were not defined via autoconf (necessary for the
34	pkg-config file).
35
36	* html_docs/Makefile.am (htmldocsdir, htmldocs_DATA)
37	(dist_htmldocs_DATA): Changed to use htmldir, that can be changed by
38	the user with the --htmldir configure option (autoconf 2.60).
39
40	* po/Makevars: Added builddir variable to make intltool-* tools stop
41	complaining.
42
432007-01-29 Daniel Leidert <daniel.leidert@wgdd.de>
44
45	* html_docs/Makefile.am (EXTRA_DIST, htmldocs_DATA):
46	* icons/pixmaps/Makefile.am (EXTRA_DIST, pixmaps_list)
47	(pixmaps_DATA): Changed to use dist_ prefix. Makes the files smaller.
48
492007-01-29 Daniel Leidert <daniel.leidert@wgdd.de>
50
51	* html_docs/index.html: Improved markup.
52
532007-01-29 Daniel Leidert <daniel.leidert@wgdd.de>
54
55	* html_docs/index.html: Added missing acronym/abbreviation tags.
56
572007-01-29 Daniel Leidert <daniel.leidert@wgdd.de>
58
59	* src/chemical-mime-database.xml.in: Initially added (currently not
60	activated) application/x-chemtool, application/x-ghemical,
61	chemical/x-turbomole-basis, chemical/x-turbomole-control,
62	chemical/x-turbomole-coord, chemical/x-turbomole-grad,
63	chemical/x-turbomole-input, chemical/x-turbomole-jbas,
64	chemical/x-turbomole-scfmo and chemical/x-turbomole-vibrational MIME
65	types.
66	(chemical/x-gaussian-input): Added more specific specification URL.
67	(chemical/x-inchi, chemical/x-inchi-xml): Added specification URL.
68	(chemical/x-inchi-xml): Added some magic.
69	(chemical/x-pdb): Added specification URL and removed a useless one.
70	(chemical/x-xyz): Added some specification URL with a short format
71	explanation.
72
732007-01-28 Daniel Leidert <daniel.leidert@wgdd.de>
74
75	* TODO: Updated.
76
77	* src/chemical-mime-database.xml.in (chemical/x-fasta): Added magic
78	pattern and specification URL.
79	(chemical/x-embl-dl-nucleotide): Added specification URL.
80	(chemical/x-genbank): Fixed detection rules based on specification
81	from www.psc.edu.
82
832007-01-28 Daniel Leidert <daniel.leidert@wgdd.de>
84
85	* src/chemical-mime-database.xml.in (chemical/x-daylight-smiles):
86	Fixed specification URL.
87
882007-01-28 Daniel Leidert <daniel.leidert@wgdd.de>
89
90	* HACKING: Fixed typo.
91
92	* html_docs/Makefile.am (install-sfnet): Fixed typo.
93
942007-01-28 Daniel Leidert <daniel.leidert@wgdd.de>
95
96	* Makefile.am:
97	* html_docs/Makefile.am: Added a target install-sfnet to copy the
98	files to sourceforge.net via scp.
99
100	* freedesktop.org/Makefile.am (vpath, chemical-mime-data.xml):
101	* gnome/Makefile.am (vpath, chemical-mime-data.keys)
102	(chemical-mime-data.mime):
103	* html_docs/Makefile.am (vpath, chemical-mime-data.html):
104	* kde/Makefile.am (vpath, *.desktop): Replaced vpath directives with
105	VPATH variables. Removed GNU make text processing functions to avoid
106	portability warnings. Removed the cmd_common.xsl prerequisite too, to
107	allow the last step.
108
109	* icons/hicolor/Makefile.am (.svgz): Moved over to an old-fashioned
110	suffix rule to avoid portability warnings.
111
112	* src/Makefile.am (check-local): Moved GNU make control functions to
113	simple echo calls to avoid portability warnings.
114
1152007-01-28 Daniel Leidert <daniel.leidert@wgdd.de>
116
117	* README:
118	* html_docs/index.html: Synced both files. Added and completed
119	content.
120
121	* TODO: Removed README related item.
122
1232007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
124
125	* src/chemical-mime-database.xml.in: Initially added (currently not
126	activated) chemical/x-fasta and chemical/x-mopac-vib.
127	(chemical/seq-aa-fasta, chemical/seq-na-fasta): Moved the generic
128	extensions to the chemical/x-fasta MIME type.
129	(chemical/x-cerius): Added missing conflicts to
130	application/x-x509-ca-cert.
131
132	* xsl/cmd_website.xsl: Added a template html.content.references to add
133	references links to the tabled overview.
134	(html.content.head): Added an overview of the different sections for
135	easier navigation.
136	(html.content.table.mime.supported)
137	(html.content.table.mime.unsupported): Added IDs for h2 tags.
138
1392007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
140
141	* src/chemical-mime-database.xml.in: Initially added (currently
142	not activated) chemical/seq-aa-fasta, chemical/seq-aa-genpept,
143	chemical/seq-na-fasta.
144	(chemical/x-genbank): Added alias and specification URL for the alias.
145
146	* xsl/cmd_website.xsl (chemical-mime): Changed to filename without the
147	leading `./'.
148	(html.content.table.mime.unsupported): Fixed sorting.
149
1502007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
151
152	* README: Updated and completed.
153
154	* html_docs/index.html: Ditto. This seems to be a first complete
155	proposal.
156
1572007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
158
159	* HACKING: Completed content.
160
161	* NEWS: Completed for the 0.1.94 release.
162
163	* TODO: Removed HACKING item.
164
1652007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
166
167	* xsl/cmd_common.xsl: Renamed exslt extension prefix accordingly to
168	http://www.exslt.org/exsl/elements/document/index.html.
169	* xsl/cmd_website.xsl: Removed exslt extension (prefix).
170
1712007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
172
173	* src/chemical-mime-database.xml.in (chemical/x-cxf): Improved
174	description wording.
175
1762007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
177
178	* src/chemical-mime-database.xml.in (chemical/x-compass): Improved
179	wording.
180	(chemical/x-csml): Added acronym/expanded-acronym combination for
181	CSML.
182
1832007-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
184
185	* src/chemical-mime-database.xml.in: Removed all empty icon tags after
186	fixing the DTD and the stylesheets. Added the following currently
187	not activated MIME types: chemical/x-chemdraw, chemical/x-compass,
188	chemical/x-crossfire, chemical/x-csml, chemical/x-cxf,
189	chemical/x-embl-dl-nucleotide, chemical/x-galactic-spc,
190	chemical/x-gaussian-checkpoint, chemical/x-gaussian-cube,
191	chemical/x-gcg8-sequence, chemical/x-isostar, chemical/x-kinemage,
192	chemical/x-macmolecule, chemical/x-mif, chemical/x-molconn-Z,
193	chemical/x-rosdal, chemical/x-swissprot, chemical/x-vamas-iso14976 and
194	chemical/x-xtel.
195	(conflicts): Added an fdo attribute for conflicts with the fd.o
196	database.
197	(specification): Renamed the resource attribute to title.
198	(chemical/x-cache, chemical/x-cache-csf): Moved (alphabetical order).
199	(chemical/x-cif, chemical/x-mmcif): Removed unused spec-links.
200	(chemical/x-genbank): Added magic pattern found in spec.
201	(chemical/x-mol2): Added two file extensions found via WWW search.
202	(chemical/x-test): Extended test entry.
203
204	* xsl/cmd_freedesktop_org.xsl (chemical-mime): Fixed XPath expression
205	introduced by the earlier change (revision 1.8), that now lead to a
206	broken (almost empty) shared-mime-info database file.
207
208	* xsl/cmd_website.xsl (specification): Fixed after DTD change.
209	(html.content.table.mime.unsupported): Improved wording.
210
2112007-01-26 Daniel Leidert <daniel.leidert@wgdd.de>
212
213	* html_docs/cmd.css: Added some styling for h2 and tr tags.
214	(table, td, th): Improved border styling.
215	(td, th): Improved space to border.
216
2172007-01-26 Daniel Leidert <daniel.leidert@wgdd.de>
218
219	* AUTHORS: Just fixed the file description.
220
221	* README: Removed a useless space.
222
2232007-01-26 Daniel Leidert <daniel.leidert@wgdd.de>
224
225	* xsl/cmd_common.xsl:
226	* xsl/cmd_freedesktop_org.xsl:
227	* xsl/cmd_gnome-keys.xsl:
228	* xsl/cmd_gnome-mime.xsl:
229	* xsl/cmd_kde.xsl: Added a lot of comments for a better internal
230	documentation.
231
232	* xsl/cmd_common.xsl: (xmlns:xalanredirect)
233	(extension-element-prefixes): Changed xalanredirect namespace and
234	prefix to make the spec at
235	http://xml.apache.org/xalan-j/apidocs/org/apache/xalan/lib/Redirect.html.
236	(header.desktop): Moved to xsl/cmd_kde.xsl (and renamed to
237	kde.desktop.header).
238	(header.text, header.xml): Renamed to common.header.text and
239	common.header.xml.
240	(write.chunk): Renamed to common.write.chunk. Adjusted xalanredirect
241	prefix.
242
243	* xsl/cmd_freedesktop_org.xsl (chemical-mime):
244	* xsl/cmd_gnome-keys.xsl (chemical-mime):
245	* xsl/cmd_gnome-mime.xsl (chemical-mime):
246	* xsl/cmd_kde.xsl (chemical-mime):
247	* xsl/cmd_website.xsl (chemical-mime): Adjusted common template names
248	after changes to xsl/cmd_common.xsl.
249
250	* xsl/cmd_freedesktop_org.xsl (chemical-mime, mime-type):
251	* xsl/cmd_gnome-keys.xsl (chemical-mime, mime-type):
252	* xsl/cmd_gnome-mime.xsl (chemical-mime, mime-type):
253	* xsl/cmd_kde.xsl (chemical-mime, mime-type): Improved selection of
254	"supported" nodes, so this stuff could be removed in the mime-type
255	template.
256
257	* xsl/cmd_gnome-keys.xsl (mime-type):
258	* xsl/cmd_kde.xsl (mime-type): Added a call to gnome.keys.generic.icon
259	respectively kde.desktop.generic.icon and the related template to
260	handle the case, if no icon node was found.
261
262	* xsl/cmd_gnome-keys.xsl (comment):
263	* xsl/cmd_kde.xsl (comment): Improved the template to use a simple
264	xsl:if instead of xsl:choose.
265
266	* xsl/cmd_kde.xsl: Added kde.desktop.header template (formerly:
267	desktop.header template in xsl/cmd_common.xsl).
268	(mime-type, glob): Improved glob template. Instead of xsl:for-each we
269	now use a matching template, that outputs the pattern in alphabetical
270	order.
271
272	* xsl/cmd_website.xsl (mime-type, html.content.table.mime.head): Added
273	some class attributes for CSS styling.
274
2752007-01-15 Daniel Leidert <daniel.leidert@wgdd.de>
276
277	* src/chemical-mime-database.xml.in (chemical/x-cactvs-ascii)
278	(chemical/x-cactvs-binary, chemical/x-cactvs-table): Added
279	acronym/expanded-acronym combination for CACTVS.
280	(chemical/x-cerius): Ditto for MSI.
281	(chemical/x-mdl-rxnfile): Ditto for 2D.
282	(chemical/x-inchi, chemical/x-inchi-xml, chemical/x-ncbi-asn1): Re-
283	ordered acronyms in alphabetical order.
284
2852007-01-15 Daniel Leidert <daniel.leidert@wgdd.de>
286
287	* html_docs/cmd.css: Added style pattern to have a fixed footer for
288	the footnote(s). Reorganized the selectors in alphabetical order.
289
290	* xsl/cmd_website.xsl (html.content): Added container around content
291	and footer to allow introduced styling.
292	(html.content.foot): The border is now realized via CSS. Improved
293	space usage.
294
2952007-01-14 Daniel Leidert <daniel.leidert@wgdd.de>
296
297	* xsl/cmd_website.xsl (html.content.table.mime.head): Improved table
298	header cell content.
299
3002007-01-14 Daniel Leidert <daniel.leidert@wgdd.de>
301
302	* src/chemical-mime-database.xml.in (specification): Added a resource
303	attribute to comment a specification.
304
305	* xsl/cmd_website.xsl: Added documentation to most templates.
306	Reorganized the templates, renamed a lot of them and outsourced
307	several parts to own templates. Added a new html.content.foot template
308	for footnotes.
309	(chemical-mime): Outsourced HTML content creation into new
310	html.content template.
311	(comment): Adjusted after changes to comment.acronym.check (ex:
312	comment.acronym.replace) and comment.acronym.no.replace (ex:
313	comment.acronym.no.replace).
314	(glob, specification): Improved and shorter.
315	(mime-type): Adjusted after renaming mime.type template.
316	(specification): Added support for newly introduced resource
317	attribute.
318	(header.html): Renamed to html.content.head.
319	(table.mime.supported): Renamed to html.content.table.mime.supported.
320	(table.mime.unsupported): Renamed to
321	html.content.table.mime.unsupported.
322	(table.mime.header): Renamed to html.content.table.mime.head. Added
323	alias and sub-class-of headers to table header cell.
324	(comment.acronym.replace): Renamed to comment.acronym.check. Rewritten
325	template - now it always checks the whole comment content for
326	(expanded-)acronam matches and "adds" acronym tags to it's content
327	instead of just giving the right-of-match content to the new template
328	call. So we really check the whole comment content for matches.
329	(comment.acronym.no.replace): Renamed to comment.acronym.output.
330	Adjusted after changes to comment.acronym.check (ex:
331	comment.acronym.replace).
332	(mime.type): Renamed to mimetype.output.
333
3342007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
335
336	* src/chemical-mime-database.xml.in (chemical/x-msi-mdf): Fixed
337	sub-class-of value.
338
3392007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
340
341	* html_docs/Makefile.am (htmldocsdir): Fixed bug.
342
3432007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
344
345	* xsl/cmd_website.xsl (mime.type): Moved processing of alias and
346	sub-class-of into an own matching template.
347
3482007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
349
350	* html_docs/cmd.css: Added span.alias, span.mime-type and
351	span.sub-class-of styling for the newly introduced fields at output.
352	(td.mime-type): Removed in favour of span.mime-type.
353
354	* src/chemical-mime-database.xml.in (chemical/x-inchi-xml): Fixed
355	sub-class of value.
356
357	* xsl/cmd_website.xsl (mime-type): Outsourced mime-type table cell
358	creation to new mime.type template, which also adds support for
359	sub-class-of and alias content.
360
3612007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
362
363	* src/chemical-mime-database.xml.in: Initially added
364	application/x-xdrawchem without activating it. Set pattern priority
365	for most MIME types (except conflicting ones) to 50 (default).
366	(chemical/x-gaussian-input): Commented .com extension for the moment
367	until we have magic pattern.
368	(chemical/x-hin): Improved pattern.
369	(chemical/x-pdb): Commented .ent extension as it conflicts with
370	entitity definition files (and we don't want to open such files with
371	chemical applications).
372
3732007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
374
375	* src/chemical-mime-database.xml.in (chemical/x-cmtx)
376	(chemical/x-shelx): Fixed pattern (forgot to count the newline).
377
3782007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
379
380	* html_docs/cmd.css: Added a border between MIME types. Increased
381	space to table cell borders.
382
383	* src/chemical-mime-database.xml.in: Added (currently unsupported)
384	chemical/x-cmdf, chemical/x-cmmf and chemical/x-cmtx MIME types.
385	(chemical/x-cerius): Fixed description.
386	(chemical/x-shelx): Improved pattern to not conflict with
387	chemical/x-cmtx.
388
389	* xsl/cmd_website.xsl (mime-type): Added a class attribute to the
390	first tr tag, to allow a border.
391
3922007-01-07 Daniel Leidert <daniel.leidert@wgdd.de>
393
394	* NEWS: Prepared for release 0.1.94.
395
396	* src/chemical-mime-database.xml.in (chemical/x-cache)
397	(chemical/x-cache-csf): Added an acronym/expanded-acronym combination
398	for the CAChe acronym.
399
4002007-01-06 Daniel Leidert <daniel.leidert@wgdd.de>
401
402	* src/chemical-mime-database.xml.in: Added chemical/x-cerius and
403	chemical/x-ctx initially, but didn't activate it yet.
404	(chemical/x-cml): Added some magic pattern.
405	(chemical/x-genbank): Added acronym/expanded-acronym combination for
406	GenBank abbreviation.
407	(chemical/x-gulp-input, chemical/x-gulp): Improved wording.
408	(chemical/x-msi-car): Removed .cor extension for the moment. Added
409	magic patter and specification resources.
410	(chemical/x-msi-hessian): Added .hessianx and .xhessian extensions.
411	Added magic patter and specification resources.
412	(chemical/x-msi-mdf): Fixed sub-class-of. Added magic pattern and
413	specification resources.
414	(chemical/x-msi-msi): Added magic patter and specification resources.
415	(chemical/x-vmd): Added specification resource.
416
4172007-01-06 Daniel Leidert <daniel.leidert@wgdd.de>
418
419	* NEWS: Prepared for release 0.1.94.
420
421	* TODO: Updated.
422
4232007-01-06 Daniel Leidert <daniel.leidert@wgdd.de>
424
425	* src/chemical-mime-database.xml.in (chemical/x-inchi)
426	(chemical/x-inchi-xml): Added an acronym/expanded-acronym combination
427	for IUPAC.
428
429	* xsl/cmd_website.xsl (comment.acronym.replace): Added a routine to
430	add an acronym /tag) directly behind a found expanded-acronym
431	substring. Added a few comments to explain, what we do.
432
4332007-01-06 Daniel Leidert <daniel.leidert@wgdd.de>
434
435	* src/chemical-mime-database.xml.in: Added copyright notice. Added a
436	comment for the root-XML element.
437	(chemical/x-cactvs-ascii, chemical/x-ncbi-asn1)
438	(chemical/x-ncbi-asn1-binary, chemical/x-ncbi-asn1-xml): Added some
439	acronym/expanded-acronym combinations for ASCII, ASN.1 and XML
440	acronyms.
441
4422007-01-06 Daniel Leidert <daniel.leidert@wgdd.de>
443
444	* Makefile.am: Updated copyright notice.
445	(SUBDIRS): Added the html_docs directory, that contains the HTML
446	(build) files.
447
448	* configure.ac: Updated copyright notice.
449	(AC_CONFIG_FILES): Added html_docs/Makefile and xsl/cmd_entities.dtd.
450
451	* src/Makefile.am: Updated copyright notice.
452
453	* src/chemical-mime-database.xml.in: Changed mime-type element
454	definition  bit, so that an acronym requires an expanded acronym
455	element. Makes the life easier. Changed the attribute list default of
456	the conflicts element, so that we have less work when writing this
457	element.
458	(chemical/x-genbank): Added pattern and specification found recently.
459	(chemical/x-mol2, chemical/x-ncbi-asn1): Added some specification URLs
460	I found.
461	(chemical/x-gulp-input, chemical/x-mopac-input, chemical/x-msi-car):
462	Changed conflicts element according to it's DTD change.
463
464	* xsl/Makefile.am: Updated copyright notice.
465	(EXTRA_DIST, DISTCLEANFILES): Added newly introduced files
466	cmd_website.xsl and cmd_entities.dtd(.in).
467
468	* xsl/cmd_common.xsl: Updated copyright notice. Changed exsl namespace
469	prefix to exslt. Added missing newline at the end of the file.
470
471	* xsl/cmd_freedesktop_org.xsl: Updated copyright notice.
472
473	* xsl/cmd_gnome-keys.xsl: Ditto. Added missing newline at the end of
474	the file.
475
476	* xsl/cmd_gnome-mime.xsl: Ditto.
477
478	* xsl/cmd_kde.xsl: Ditto.
479
480	* xsl/cmd_website.xsl:
481	* xsl/cmd_entities.dtd.in:
482	* html_docs/Makefile.am:
483	* html_docs/cmd.css:
484	* html_docs/index.html: Added to create the HTML files of the project
485	- the projects homepage and a large table with the information of the
486	database.
487
4882007-01-06 Daniel Leidert <daniel.leidert@wgdd.de>
489
490	* freedesktop.org/Makefile.am: Updated copyright notice.
491	(freedesktopmimedir): Changed to use the variable directly.
492	(install-data-hook, uninstall-hook): Fixed update-mime-database
493	command line. Thanks to Jean Bréfort for reporting this issue.
494
495	* kde/Makefile.am: Updated copyright notice.
496	(kdemimedir): Changed to use the variable directly.
497
498	* gnome/Makefile.am: Ditto.
499	(gnomemimedir): Ditto.
500
501	* icons/pixmaps/Makefile.am: Ditto.
502	(pixmapsdir): Ditto.
503
504	* icons/hicolor/Makefile.am: Ditto.
505	(hicolorthemedir, install-data-local, uninstall-hook): Ditto.
506
5072007-01-05 Daniel Leidert <daniel.leidert@wgdd.de>
508
509	* src/chemical-mime-database.xml.in (chemical/x-gamess-output): Fixed
510	magic pattern. Now all test files work.
511	(chemical/x-gaussian-log): Just added a comment about the limitation
512	of this pattern.
513
5142007-01-05 Daniel Leidert <daniel.leidert@wgdd.de>
515
516	* src/chemical-mime-database.xml.in(chemical/x-gamess-output)
517	(chemical/x-gaussian-log): Removed the .log extension that leads to a
518	conflict with the text/x-log MIME type.
519
5202007-01-03 Daniel Leidert <daniel.leidert@wgdd.de>
521
522	* README: Updated copyright.
523
5242007-01-03 Daniel Leidert <daniel.leidert@wgdd.de>
525
526	* src/chemical-mime-database.xml.in: Added an entry as test case for
527	pattern detection rules.
528
5292007-01-03 Daniel Leidert <daniel.leidert@wgdd.de>
530
531	* AUTHORS: Added some alternative mail addresses.
532
533	* ChangeLog: Fixed my mail address.
534
535	* po/ChangeLog: Ditto.
536
537	* src/chemical-mime-database.xml.in: Cosmetic fix for ID.
538
5392007-01-03 Daniel Leidert <daniel.leidert@wgdd.de>
540
541	* NEWS: Prepared for release 0.1.94.
542
5432007-01-03 Daniel Leidert <daniel.leidert@wgdd.de>
544
545	* src/chemical-mime-database.xml.in: Removed the obsolete comments.
546	(mime-type): Fixed DTD. The freedesktop.org mime-info doctype allows
547	more than one root-XML element. Added currently not activated
548	chemical/x-cache-csf, chemical/x-macromodel-output,
549	chemical/x-qchem-input and chemical/x-qchem-output. Added
550	chemical/x-gamess-output and chemical/x-ncbi-asn1-xml. Cosmetic
551	changes.
552	(chemical/x-cactvs-ascii): Improved magic pattern. Thanks to Wolf-D.
553	Ihlenfeldt.
554	(chemical/x-cdx): Improved magic pattern by adding a second defined 16
555	Byte search string.
556	(chemical/x-cml): Added CML1 namespace.
557	(chemical/x-dmol): Added missing .dmol extension.
558	(chemical/x-gamess-input): Removed .gam extension (belongs to
559	chemical/x-gamess-output MIME type). Added magic pattern.
560	(chemical/x-gaussian-input): Added .com extension (found at
561	OpenBabel). Fixed specification URL.
562	(chemical/x-gaussian-log): Added missing .gxx and .log extensions.
563	Added rarely used MIME type aliases. Added a common magic string.
564	Added specification URL.
565	(chemical/x-gulp): Found one more extension. Currently not activated,
566	because of unknown usage.
567	(chemical/x-hin): Added missing magic priority.
568	(chemical/x-mol2): Added magic pattern.
569	(chemical/x-pdb): Added missing .ent extension.
570	(chemical/x-shelx): Added missing .ins extension. Added magic pattern.
571
5722007-01-02 Daniel Leidert <daniel.leidert@wgdd.de>
573
574	* src/chemical-mime-database.xml.in: Cosmetic changes.
575
5762007-01-02 Daniel Leidert <daniel.leidert@wgdd.de>
577
578	* NEWS: Prepared for release 0.1.94.
579
580	* src/chemical-mime-database.xml.in (chemical/x-mdl-sdfile): Added
581	conflicts element for application/vnd.stardivision.math MIME type.
582	(chemical/x-mopac-input): Added conflicts for audio/x-musepack and
583	video/mpeg MIME types.
584	(chemical/x-msi-car): Added conflicts for application/x-arc MIME type.
585
5862007-01-02 Daniel Leidert <daniel.leidert@wgdd.de>
587
588	* src/chemical-mime-database.xml.in (chemical/x-cactvs-ascii): Support
589	activated. Magic pattern fixed.
590
5912007-01-01 Daniel Leidert <daniel.leidert@wgdd.de>
592
593	* THANKS: Updated.
594
5952007-01-01 Daniel Leidert <daniel.leidert@wgdd.de>
596
597	* src/chemical-mime-database.xml.in: Added chemical/x-cactvs-ascii,
598	chemical/x-cactvs-binary and chemical/x-cactvs-table MIME types.
599	Thanks to Wolf-D. Ihlenfeldt. Added CACTVS applications that support
600	our MIME types (based on
601	http://www2.chemie.uni-erlangen.de/software/cactvs/mime.html). Small
602	cleanups to the database.
603	(chemical/x-ncbi-asn1-binary): Fixed the magic pattern. But I fear,
604	it's still not perfect.
605
6062006-12-30 Daniel Leidert <daniel.leidert@wgdd.de>
607
608	* src/chemical-mime-database.xml.in: Made all acronym and
609	expanded-acronym elements untranslatable. The acronyms used here are
610	only hardly translatable, so we let it be.
611	(chemical/x-cdx, chemical/x-cdxml): Improved MIME type description.
612
6132006-12-30 Daniel Leidert <daniel.leidert@wgdd.de>
614
615	* autogen.sh: Fixed a typo.
616	(AUTOMAKE_FILES): Define list depending on the automake version.
617
618	* configure.ac: Fixed description of `--with-pixmaps' option. Replaced
619	`--with-gnome-theme' with the more appropriate `--with-hicolor-theme'
620	option. The latter also changed all relevant variables. Further
621	removed the `--with-kde-theme' option. This option is obsolete with
622	these changes.
623	(AM_INIT_AUTOMAKE): Fixed macro usage. Providing AC_PACKAGE_ variables
624	to this macro is obsolete.
625	(KDE_CONFIG, with_kde_mime): Improved path search by using
626	`kde-config'.
627	(BOOL_*): Fixed/improved boolean variables.
628	(AC_CONFIG_FILES): Removed icons/crystalsvg/Makefile, that was
629	removed.
630
631	* icons/hicolor/Makefile.am:
632	* icons/pixmaps/Makefile.am: Changed theme related variables
633	accordingly to the changes in configure.ac.
634
635	* icons/Makefile.am (SUBDIRS):
636	* icons/crystalsvg/Makefile.am:
637	* icons/crystalsvg/chemistry.svg:
638	* icons/pixmaps/Makefile.am (pixmaps_list):
639	* icons/pixmaps/chemistry.png: The crystalsvg directory was completely
640	removed from the package. Instead only the desktop-neutral places for
641	theme and on-theme icons are used. So a raster image for the KDE 3
642	.desktop files is installed into non-theme icons for the moment.
643
644	* src/chemical-mime-database.xml.in: Fixed an issue in the mime-type
645	element definition. sub-class-of may not appear. Added
646	chemical/x-cdxml, chemical/x-ncbi-asn1 and
647	chemical/x-ncbi-asn1-binary.
648	(chemical/x-cdx): Added magic pattern based on the format description
649	at cambridgesoft.com.
650	(chemical/x-cif): Added magic pattern based on the CIF 1.1 format
651	specification.
652
6532006-12-15 Daniel Leidert <daniel.leidert@wgdd.de>
654
655	* autogen.sh: Removed automake version check and added it to
656	Makefile.am.
657
658	* Makefile.am (AUTOMAKE_OPTIONS): Added automake version check.
659
6602006-09-05 Daniel Leidert <daniel.leidert@wgdd.de>
661
662	* autogen.sh: Many updates for a better usability.
663
664	* configure.ac: Replaced `echo' calls with the related `AC_MSG_*'
665	macros. Fixed usage of `AC_ARG_*' macros.
666	(ENABLE_UPDATEDB, ENABLE_CONVERT, DIR_FDMIME, DIR_GNOMEMIME)
667	(DIR_PIXMAPS, DIR_GNOMETHEME, DIR_KDEMIME, DIR_KDETHEME): Replaced
668	custom variables with it's automatically assigned equivalent variables
669	`enable_*' and `with_*'. Alle relevant tests have been adjusted.
670	(CONVERT, RSVG, UPDATE_MIME_DATABASE): Changed the return value if
671	determination failed to `no'. All relevant tests have been adjusted.
672
673	* freedesktop.org/Makefile.am (fdomimedir, fdomime_DATA, CLEANFILES):
674	Renamed fdomime{dir,_DATA} to freedesktopmime{dir,_DATA}.
675	(freedesktopmimedir): Changed the variable name, that holds the
676	installation path (see configure.ac changes).
677	(install-data-hook, uninstall-hook): Ditto.
678
679	* gnome/Makefile.am (gnomemimedir): Ditto.
680
681	* icons/crystalsvg/Makefile.am (kdethemedir, install-data-local)
682	(uninstall-hook): Ditto.
683
684	* icons/hicolor/Makefile.am (gnomethemedir, install-data-local)
685	(uninstall-hook): Ditto.
686
687	* icons/pixmaps/Makefile.am (pixmapsdir): Ditto.
688
689	* kde/Makefile.am (kdemimedir): Ditto.
690
691	* src/chemical-mime-database.xml.in: Added chemical/x-gulp support.
692	Added chemical/x-gulp-input, which is not completely supported yet.
693
694	* xsl/cmd_freedesktop_org.xsl: Added missing newline at the end of the
695	file.
696	(mime-type): Cosmetic fix.
697
698	* README: Typo fixed.
699
7002006-06-15 Daniel Leidert <daniel.leidert@wgdd.de>
701
702	* ABOUT-NLS: Removed.
703
7042006-06-15 Daniel Leidert <daniel.leidert@wgdd.de>
705
706	* configure.ac: Fixed usage of AM_PO_SUBDIRS. It is necessary in every
707	case to create po/Makefile.
708
7092006-06-15 Daniel Leidert <daniel.leidert@wgdd.de>
710
711	* Makefile.am (AUTOMAKE_OPTIONS): Added check-news option.
712	(MAINTAINERCLEANFILES): Removing .md5 sums too. Using a shorter
713	expression for the archives.
714	(DISTCHECK_CONFIGURE_FLAGS): Added the --disable-nls option.
715
716	* NEWS: Added an entry for the post release version bump to version
717	0.1.94 to fit new check-news option.
718
719	* configure.ac: intltool fixed several issues in the latest 0.35.0
720	release. Now it uses AM_PO_SUBDIRS instead of AM_GNU_GETTEXT([..])
721	(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365727). Some more
722	changes added because of intltools latest release. Added the
723	AC_CONFIG_SRCDIR macro.
724
725	* freedesktop.org/Makefile.am (install-data-hook)
726	(uninstall-hook): Fixed the path expression, so 'make install' no
727	longer fails in the special case of using the DESTDIR variable as user
728	without the rights to write to $datadir/mime.
729
730	* po/Makevars: Added MSGID_BUGS_ADDRESS variable.
731
732	* xsl/cmd_common.xsl: Just a few cosmetic fixes for the formatting.
733
7342006-05-19 Daniel Leidert <daniel.leidert@wgdd.de>
735
736	* configure.ac (AC_PACKAGE_VERSION): Post-release version bump to
737	0.1.94.
738
739	* Makefile.am (MAINTAINERCLEANFILES): Just a cosmetic change (more
740	general expression).
741
7422006-05-19 Daniel Leidert <daniel.leidert@wgdd.de>
743
744	* NEWS: Released version 0.1.93.
745
746	* chemical-mime-data.pc.in (Requires): Small fix for a better output.
747
748	* configure.ac (CHEMICAL_MIME_DEPS): Ditto.
749
750	* src/chemical-mime-database.xml.in: Added comments to show up in
751	gettext's po files. Added InChI and JCAMP acronym.
752
7532006-05-19 Daniel Leidert <daniel.leidert@wgdd.de>
754
755	* Fixed CVS repository content to get the state before sf.net
756	CVS service crashed.
757
7582006-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
759
760	* src/chemical-mime-database.xml.in (chemical/x-genbank): Added
761	missing conflicts information.
762
7632006-05-08 Daniel Leidert <daniel.leidert@wgdd.de>
764
765	* src/chemical-mime-database.xml.in: Added more comments to the DTD
766	for a better description of their usage.
767
7682006-05-08 Daniel Leidert <daniel.leidert@wgdd.de>
769
770	* src/chemical-mime-database.xml.in: Removing useless spaces and tabs
771	at line-ends.
772	(chemical/x-genbank): Fixed an invalidity, which clashes with the DTD.
773
7742006-05-08 Daniel Leidert <daniel.leidert@wgdd.de>
775
776	* TODO: Removed stuff done by Jerome.
777
778	* ChangeLog: Added missing entry for Jeromes last commit.
779
7802006-05-08 Jerome Pansanel <j.pansanel@pansanel.net>
781
782	* configure.ac (ALL_LINGUAS): Re-Added French to available
783	translations.
784
785	* src/chemical-mime-database.xml.in: Added chemical/x-genbank,
786	chemical/x-inchi, chemical/x-inchi-xml, chemical/x-jcamp-dx,
787	chemical/x-shelx, chemical/x-vmd MIME types (kfile_chemical support).
788	(chemical/x-daylight-smiles): Added one missing pattern.
789	(chemical/x-dmol, chemical/x-mol2): Fixed a typo in the comment.
790
7912006-05-08 Daniel Leidert <daniel.leidert@wgdd.de>
792
793	* TODO: Added note about KDE and GNOME MIME magic databases.
794
7952006-05-06 Daniel Leidert <daniel.leidert@wgdd.de>
796
797	* src/Makefile.am (check-local): Added XMLLINT_FLAGS to command.
798
7992006-05-06 Daniel Leidert <daniel.leidert@wgdd.de>
800
801	* freedesktop.org/Makefile.am (chemical-mime-data.xml): Added
802	cmd_common.xsl to prerequisites and fixed rule.
803
804	* gnome/Makefile.am (chemical-mime-data.keys)
805	(chemical-mime-data.mime): Ditto.
806
807	* kde/Makefile.am (*.desktop): Ditto.
808
8092006-05-06 Daniel Leidert <daniel.leidert@wgdd.de>
810
811	* TODO: Just added a note about viewmol.
812
813	* configure.ac (AM_GNU_GETTEXT, CATOBJEXT): Work around a bug in
814	gettext.m4 leading to non-updateable translations.
815
816	* xsl/cmd_kde.xsl (pattern.list): Fixed the wrong field name.
817
8182006-05-03 Daniel Leidert <daniel.leidert@wgdd.de>
819
820	* HACKING: Added.
821
822	* Makefile.am (EXTRA_DIST): Ditto.
823
824	* TODO: Improved overview and structure.
825
826	* src/chemical-mime-database.xml.in: Changed DTD for application
827	element and adjusted the usage of this element in the whole file.
828
8292006-05-03 Daniel Leidert <daniel.leidert@wgdd.de>
830
831	* xsl/cmd_freedesktop_org.xsl: Use the namespace attribute, not the
832	xmlns attribute, for xsl:element (makes no real difference, but it is
833	IMHO more common).
834
8352006-05-03 Daniel Leidert <daniel.leidert@wgdd.de>
836
837	* TODO: Added information pointer to gdis manual.
838
839	* src/chemical-mime-database.xml.in: Added gdis application elements.
840	(chemical/x-mopac-out): Added magic pattern and "*.out" pattern.
841
8422006-05-03 Daniel Leidert <daniel.leidert@wgdd.de>
843
844	* src/chemical-mime-database.xml.in (chemical/x-cif)
845	(chemical/x-mmcif): Fixed acronym explanation for 'CIF'. Changed
846	Comment.
847	(chemical/x-mdl-molfile, chemical/x-mdl-rdfile, chemical/x-mdl-rxnfile)
848	(chemical/x-mdl-sdfile, chemical/x-mdl-tgf): Added acronym and
849	explanation for 'MDL'.
850
8512006-05-03 Daniel Leidert <daniel.leidert@wgdd.de>
852
853	* NEWS: Added items for next version 0.1.93.
854
855	* src/chemical-mime-database.xml.in: Small DTD change to support a
856	package attribute for the application element. Added support for
857	chemical/x-gamess-input and chemical/x-mopac-out. Added application
858	elements for xdrawchem and molden, where I missed them before, and
859	initially added the application elements for gchem3d-viewer.
860
861	* xsl/cmd_freedesktop_org.xsl: Better use the <xsl:element> element
862	instead of the element to print.
863
8642006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
865
866	* acinclude.m4: Added MP_PROG_XMLLINT macro to make xmllint available
867	for 'check' target.
868
869	* configure.ac: Ditto.
870
871	* src/Makefile.am: Added check target to make sure, that the resulting
872	database follows our own document declaration.
873
8742006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
875
876	* xsl/cmd_kde.xsl: Fixed header.
877
8782006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
879
880	* NEWS: Fixed typo. Added a new entry for the next release.
881
8822006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
883
884	* configure.ac (AC_PACKAGE_VERSION): Post-release version bump to
885	0.1.93.
886
887	* Makefile.am (EXTRA_DIST): Fixed a bug. The resulting .pc file should
888	not be shipped with the 'dist' target.
889
8902006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
891
892	* configure.ac: Bump to version 0.1.92.
893
894	* NEWS: Ditto.
895
8962006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
897
898	* NEWS: Added information about latest release.
899
9002006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
901
902	* TODO: Fixed content. A lot of notes were removed, because I already
903	solved them.
904
9052006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
906
907	* Makefile.am (MAINTAINERCLEANFILES): Added archives created by 'dist'
908	target to 'maintainer-clean' target.
909
910	* configure.ac (AC_PACKAGE_VERSION): Increased version 0.1.91. First
911	RC.
912
913	* src/chemical-mime-database.xml.in: Added almost all MIME types,
914	which are used by jmol, gchempaint, pymol, rasmol, viewmol, xdrawchem
915	(except the x-turbomole* MIME types used by viewmol). Fixed DTD.
916	Removed comments.
917
918	* xsl/cmd_freedesktop_org.xsl (mime-type): Added information, since
919	when the MIME type is supported.
920
921	* xsl/cmd_gnome-keys.xsl (icon): Fixed a bug. Icon name was missing.
922
923	* xsl/cmd_kde.xsl (icon): Ditto. Further fixed the substring-after()
924	usage.
925
926	* xsl/cmd_gnome-mime.xsl (icon): Ditto.
927
9282006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
929
930	* freedesktop.org/Makefile.am: Fixed vpath directive to get the right
931	location for chemical-mime-database.xml. Fixes 'make distcheck' error.
932
933	* gnome/Makefile.am: Ditto.
934
935	* kde/Makefile.am: Ditto.
936
937	* xsl/Makefile.am (EXTRA_DIST): Added missing cmd_kde.xsl stylesheet.
938	Fixes 'make distcheck' error.
939
9402006-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
941
942	* Makefile.am (SUBDIRS): Re-added kde directory.
943
944	* README: Adjusted info-set.
945
946	* THANKS: Added.
947
948	* src/chemical-mime-database.xml.in: Fixed formatting issues and
949	changed element name for chemical-mime-type to mime-type as used by
950	fd.o. Added chemical/x-gamess-input for testing.
951
952	* xsl/cmd_common.xsl: Fixed header.
953	(write.chunk): Removed standalone and added media-type parameter.
954	(header.desktop): Added template to generate the header part of
955	KDE's .desktop files.
956	(header.xml): Fixed. Use xsl:comment instead of xsl:text.
957
958	* xsl/cmd_freedesktop_org.xsl: Fixed header and several parameters.
959	(chemical-mime-type, mime-type): Fixed template to fit changes in
960	src/chemical-mime-database.xml.in.
961	(acronym|alias|comment|expanded-acronym|glob|magic|match|root-XML)
962	(sub-class-of): Small changes.
963
964	* xsl/cmd_gnome-keys.xsl: Ditto.
965	(chemical-mime-type, mime-type): Ditto.
966
967	* xsl/cmd_gnome-mime.xsl: Ditto.
968	(chemical-mime-type, mime-type): Ditto.
969
970	* xsl/cmd_kde.xsl: Added stylesheet for KDE's .desktop files.
971
972	* kde/*.desktop.in: Removed (replaced by new flat database).
973
9742006-04-30 Daniel Leidert <daniel.leidert@wgdd.de>
975
976	* configure.ac (AC_PACKAGE_VERSION): Bump version to 0.1.99 to show,
977	where we want to go.
978
979	* src/chemical-mime-database.xml.in: Fixed just a few formatting
980	issues.
981
9822006-04-30 Daniel Leidert <daniel.leidert@wgdd.de>
983
984	* src/chemical-mime-database.xml.in: Added new flat database.
985
986	* Makefile.am (SUBDIRS): Added new directories.
987
988	* TODO: Moved information to the new flat database. Added a few points
989	which are related to our latest change to a flat database file.
990
991	* acinclude.m4: Added to provide a macro to get the location of
992	xsltproc (and possible options to use).
993
994	* configure.ac: Added new template to get xsltproc.
995	(ALL_LINGUAS): Removed nl and fr for the moment (changes are too
996	heavy, so the files need a complete update).
997	(AC_CONFIG_FILES): Added new directories and Makefiles.
998
999	* freedesktop.org/Makefile.am: Fixed to fit new flat database.
1000
1001	* gnome/Makefile.am: Ditto.
1002
1003	* kde/Makefile.am: Ditto.
1004
1005	* freedesktop.org/chemical-mime-data.xml.in: Removed (replaced by new
1006	flat database).
1007
1008	* gnome/chemical-mime-data.keys.in: Ditto.
1009
1010	* gnome/chemical-mime-data.mime: Ditto.
1011
1012	* src/Makefile.am: Added.
1013
1014	* xsl/Makefile.am: Ditto.
1015
1016	* xsl/cmd_common.xsl: Ditto.
1017
1018	* xsl/cmd_freedesktop_org.xsl: Ditto.
1019
1020	* xsl/cmd_gnome-keys.xsl: Ditto.
1021
1022	* xsl/cmd_gnome-mime.xsl: Ditto.
1023
10242006-02-18 Daniel Leidert <daniel.leidert@wgdd.de>
1025
1026	* configure.ac (IT_PROG_INTLTOOL): Call the AM_GNU_GETTEXT macro from
1027	the gettext suite instead of calling GTK's AM_GLIB_GNU_GETTEXT. Turn
1028	USE_NLS to 'no' to avoid installation of catalog files.
1029
1030	* ABOUT-NLS: Added for AM_GNU_GETTEXT to be satisfied.
1031
1032	* freedesktop.org/Makefile.am (BOOL_FREEDESKTOP_MIME_TRUE): Minor
1033	cleanup.
1034
1035	* gnome/Makefile.am (BOOL_GNOME_MIME_TRUE): Ditto.
1036
1037	* kde/Makefile.am (BOOL_KDE_MIME_TRUE): Ditto.
1038
10392006-02-17 Daniel Leidert <daniel.leidert@wgdd.de>
1040
1041	* Makefile.am (MAINTAINERCLEANFILES): Added config.{sub,guess} which
1042	may be linked/copied by automake.
1043
1044	* configure.ac (PACKAGE_BUGREPORT): Fixed project and bug-tracker URL.
1045	(AC_PROG_INTLTOOL, IT_PROG_INTLTOOL): AC_PROG_INTLTOOL is obsolete.
1046	(CATALOGS): Fixed value to avoid installation of cataloges, which are
1047	useless for us.
1048
10492006-02-17 Daniel Leidert <daniel.leidert@wgdd.de>
1050
1051	* freedesktop.org/Makefile.am: Fixed missing file after 'make dist'
1052	issue caused by condition construct.
1053
1054	* gnome/Makefile.am: Ditto.
1055
1056	* icons/pixmaps/Makefile.am: Ditto.
1057
1058	* kde/Makefile.am: Ditto.
1059
1060	* icons/crystalsvg/Makefile.am: Cleaned.
1061
1062	* icons/hicolor/Makefile.am: Ditto.
1063
10642006-02-17 Daniel Leidert <daniel.leidert@wgdd.de>
1065
1066	* icons/crystalsvg/Makefile.am (EXTRA_DIST, ICONS, SIZES)
1067	(icon_sources, icon_sizes, all-local, all-icons)
1068	(install-data-local, uninstall-hook): Make it much more deterministic
1069	and simple.
1070
1071	* icons/hicolor/Makefile.am (EXTRA_DIST, ICONS, SIZES)
1072	(icon_sources, icon_sizes, all-local, all-icons)
1073	(install-data-local, uninstall-hook): Ditto.
1074
10752006-02-17 Daniel Leidert <daniel.leidert@wgdd.de>
1076
1077	* AUTHORS: Updated project authors information.
1078
1079	* COPYING: Updated FSF address.
1080
1081	* README: Ditto. Updated license and copyright information.
1082
1083	* autogen.sh: Added license and file information.
1084
1085	* Makefile.am: Added license and file information.
1086	(EXTRA_DIST): Remove automatically included files.
1087	(pkgconfig_DATA): Install pkgconfig file in every case.
1088
1089	* chemical-mime-data.pc.in (Description, URL): Added project URL.
1090	Fixed description.
1091
1092	* configure.ac: Added license and file information. Removed
1093	everything, which is put to config.h (we do not need it). Fixed option
1094	descriptions. Fixed result output. Fixed markup issues.
1095	(UPDATE_MIME_DATABASE): Added possibility for custom definition.
1096
1097	* freedesktop.org/Makefile.am: Added license and file information.
1098	Reordered. Added information to if-endif constructs.
1099
1100	* gnome/Makefile.am: Ditto.
1101
1102	* icons/Makefile.am: Ditto.
1103
1104	* icons/crystalsvg/Makefile.am: Ditto.
1105
1106	* icons/hicolor/Makefile.am: Ditto.
1107
1108	* icons/pixmaps/Makefile.am: Ditto.
1109
1110	* kde/Makefile.am: Ditto.
1111
1112	* freedesktop.org/chemical-mime-data.xml.in: Updated FSF address.
1113	(chemical/x-cerius, chemical/x-chemdraw, chemical/x-daylight-smiles)
1114	(chemical/x-genbank, chemical/x-mif): Commented out all MIME types
1115	which cause a conflict with well known MIME types.
1116
1117	* gnome/chemical-mime-data.keys.in: Updated FSF address.
1118
1119	* gnome/chemical-mime-data.mime: Updated FSF address.
1120
1121	* po/POTFILES.in: Fixed alphabetical order.
1122
11232006-02-13 Daniel Leidert <daniel.leidert@wgdd.de>
1124
1125	* po/POTFILES.in: Fixed a minor bug.
1126
11272006-02-13 Daniel Leidert <daniel.leidert@wgdd.de>
1128
1129	* configure.ac (CONVERT, RSVG): Move the stuff related to rsvg and
1130	convert detection to a better place.
1131
1132	* icons/crystalsvg/Makefile.am (all-icons): Adjust the test for RSVG
1133	after changing configure.ac.
1134
1135	* icons/hicolor/Makefile.am (all-icons): Ditto.
1136
11372006-02-13 Daniel Leidert <daniel.leidert@wgdd.de>
1138
1139	* configure.ac: Fix all AC_SUBST() macro calls.
1140	(RSVG, CONVERT): Add possibility for custom definition where to find
1141	the rsvg or convert utility (may help if they are not in PATH).
1142
11432006-02-13 Daniel Leidert <daniel.leidert@wgdd.de>
1144
1145	* Move all files back to sourceforge.net. Fixed all CVS headers,
1146	because sf.net does not know LocalKeyword nor tag. Removed docs/ and
1147	examples/, because they should not be part of the source. See the
1148	ChangeLog for all changes in the past.
1149
11502006-01-29 Daniel Leidert <daniel.leidert@wgdd.de>
1151
1152	* Makefile.am (MAINTAINERCLEANFILES): The maintainer-clean target
1153	should clean the source for CVS works. So everything produced with
1154	autogen.sh is removed with this target.
1155
1156	* gnome/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1157
1158	* icons/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1159
1160	* icons/crystalsvg/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1161
1162	* icons/hicolor/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1163
1164	* icons/pixmaps/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1165
1166	* freedesktop.org/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1167	(CLEANFILES): Use variable.
1168
1169	* kde/Makefile.am (MAINTAINERCLEANFILES): Ditto.
1170	(CLEANFILES): Ditto.
1171
1172	* autogen.sh: Add -c|--copy options to allow to choose between linking
1173	and copying the files.
1174
11752006-01-27 Daniel Leidert <daniel.leidert@wgdd.de>
1176
1177	* configure.ac (PKG_CONFIG, PKG_PROG_PKG_CONFIG): Call the
1178	PKG_PROG_PKG_CONFIG macro to determine PKG_CONFIG.
1179	(PKG_CHECK_EXISTS): Determine the existance of shared-mime-info and
1180	gnome-mime-data-2.0 via PKG_CHECK_EXISTS macro.
1181	(BOOL_UPDATE_DATABASE): Fixed a bug when the fd.o shared-mime-info
1182	stuff should not be installed.
1183
1184	* freedesktop.org/chemical-mime-data.xml.in: Began to fix the db
1185	stuff, whichcurrently prevents the package from working with GNOM 2.12
1186	and above.
1187
1188	* kde/seq-aa-fasta.desktop.in: Bug (typo) fix. Reordering content.
1189
1190	* kde/seq-aa-genpept.desktop.in: Ditto.
1191
1192	* kde/seq-na-fasta.desktop.in: Ditto.
1193
1194	* kde/seq-na-genbank.desktop.in: Ditto.
1195
1196	* kde/x-alchemy.desktop.in: Ditto.
1197
1198	* kde/x-cache-csf.desktop.in: Ditto.
1199
1200	* kde/x-cache.desktop.in: Ditto.
1201
1202	* kde/x-cactvs-ascii.desktop.in: Ditto.
1203
1204	* kde/x-cactvs-binary.desktop.in: Ditto.
1205
1206	* kde/x-cactvs-table.desktop.in: Ditto.
1207
1208	* kde/x-cdx.desktop.in: Ditto.
1209
1210	* kde/x-cerius.desktop.in: Ditto.
1211
1212	* kde/x-chem3d.desktop.in: Ditto.
1213
1214	* kde/x-chemdraw.desktop.in: Ditto.
1215
1216	* kde/x-cif.desktop.in: Ditto.
1217
1218	* kde/x-cmdf.desktop.in: Ditto.
1219
1220	* kde/x-cml.desktop.in: Ditto.
1221
1222	* kde/x-compass.desktop.in: Ditto.
1223
1224	* kde/x-crossfire.desktop.in: Ditto.
1225
1226	* kde/x-csml.desktop.in: Ditto.
1227
1228	* kde/x-ctx.desktop.in: Ditto.
1229
1230	* kde/x-cxf.desktop.in: Ditto.
1231
1232	* kde/x-daylight-smiles.desktop.in: Ditto.
1233
1234	* kde/x-embl-dl-nucleotide.desktop.in: Ditto.
1235
1236	* kde/x-fasta.desktop.in: Ditto.
1237
1238	* kde/x-galactic-spc.desktop.in: Ditto.
1239
1240	* kde/x-gamess-input.desktop.in: Ditto.
1241
1242	* kde/x-gaussian-checkpoint.desktop.in: Ditto.
1243
1244	* kde/x-gaussian-cube.desktop.in: Ditto.
1245
1246	* kde/x-gaussian-input.desktop.in: Ditto.
1247
1248	* kde/x-gaussian-log.desktop.in: Ditto.
1249
1250	* kde/x-gcg8-sequence.desktop.in: Ditto.
1251
1252	* kde/x-genbank.desktop.in: Ditto.
1253
1254	* kde/x-hin.desktop.in: Ditto.
1255
1256	* kde/x-isostart.desktop.in: Ditto.
1257
1258	* kde/x-jcamp-dx.desktop.in: Ditto.
1259
1260	* kde/x-kinemage.desktop.in: Ditto.
1261
1262	* kde/x-macmolecule.desktop.in: Ditto.
1263
1264	* kde/x-macromodel-input.desktop.in: Ditto.
1265
1266	* kde/x-mdl-molfile.desktop.in: Ditto.
1267
1268	* kde/x-mdl-rdfile.desktop.in: Ditto.
1269
1270	* kde/x-mdl-rxnfile.desktop.in: Ditto.
1271
1272	* kde/x-mdl-sdfile.desktop.in: Ditto.
1273
1274	* kde/x-mdl-tgf.desktop.in: Ditto.
1275
1276	* kde/x-mif.desktop.in: Ditto.
1277
1278	* kde/x-mmcif.desktop.in: Ditto.
1279
1280	* kde/x-mol2.desktop.in: Ditto.
1281
1282	* kde/x-molconn-Z.desktop.in: Ditto.
1283
1284	* kde/x-mopac-graph.desktop.in: Ditto.
1285
1286	* kde/x-mopac-input.desktop.in: Ditto.
1287
1288	* kde/x-mopac-out.desktop.in: Ditto.
1289
1290	* kde/x-mopac-vib.desktop.in: Ditto.
1291
1292	* kde/x-ncbi-asn1-ascii.desktop.in: Ditto.
1293
1294	* kde/x-ncbi-asn1-binary.desktop.in: Ditto.
1295
1296	* kde/x-ncbi-asn1-spec.desktop.in: Ditto.
1297
1298	* kde/x-pdb.desktop.in: Ditto.
1299
1300	* kde/x-rosdal.desktop.in: Ditto.
1301
1302	* kde/x-swissprot.desktop.in: Ditto.
1303
1304	* kde/x-vamas-iso14976.desktop.in: Ditto.
1305
1306	* kde/x-vmd.desktop.in: Ditto.
1307
1308	* kde/x-xtel.desktop.in: Ditto.
1309
1310	* kde/x-xyz.desktop.in: Ditto.
1311
1312	* kde/x-cactvs-table.desktop.in: The only without the bug :(. Only
1313	reordering content here.
1314
13152006-01-13 Daniel Leidert <daniel.leidert@wgdd.de>
1316
1317	* TODO: Add some important notes.
1318
1319	* docs/README: Add a few resources and restructure.
1320
13212006-01-02 Daniel Leidert <daniel.leidert@wgdd.de>
1322
1323	* ChangeLog: Changed used CVS keyword to a local one. More useful
1324	summary.
1325
1326	* AUTHORS: Ditto.
1327
1328	* NEWS: Ditto.
1329
1330	* TODO: Ditto.
1331
1332	* autogen.sh: Ditto.
1333
1334	* docs/APPLIST: Ditto.
1335
1336	* docs/README: Ditto.
1337
1338	* examples/README: Ditto.
1339
1340	* README: Ditto. Fixed copyright info.
1341
1342	* freedesktop.org/chemical-mime-data.xml.in: Ditto.
1343
1344	* gnome/chemical-mime-data.keys.in: Ditto.
1345
1346	* gnome/chemical-mime-data.mime: Ditto.
1347
13482005-11-15 Daniel Leidert <daniel.leidert@wgdd.de>
1349
1350	* autogen.sh (autotools): Remove autoheader.
1351
1352	* configure.ac (dnl initialisation): Remove useless (auto)header
1353	stuff.
1354
1355	* ChangeLog: Fixed syntax.
1356
13572005-10-05 Daniel Leidert <daniel.leidert@wgdd.de>
1358
1359	* freedesktop.org/Makefile.am: Run update-mime-database at the right
1360	place $(DIR-FDMIME).
1361
13622005-09-19 Daniel Leidert <daniel.leidert@wgdd.de>
1363
1364	* configure.ac: Added French to ALL_LINGUAS (thanks to Jean Bréfort).
1365
13662005-09-19 Daniel Leidert <daniel.leidert@wgdd.de>
1367
1368	* autogen.sh: Manually link to automake scripts, if running automake
1369	does not copy/link the scripts.
1370
1371	* configure.ac: Fixed a bug found by Jean, which leads to a
1372	unsatisfiable Requires: entry in chemical-mime-data.pc.
1373
13742005-08-22 Daniel Leidert <daniel.leidert@wgdd.de>
1375
1376	* configure.ac, Makefile.am: Do not run update-mime-database for
1377	distcheck target but run it as default during normal installation.
1378
1379	* configure.ac: Added option to choose the application to convert the
1380	verctor graphics and fix the decision-condition.
1381
1382	* icons/crystalsvg/Makefile.am: Ditto.
1383
1384	* icons/hicolor/Makefile.am: Ditto.
1385
13862005-06-30 Daniel Leidert <daniel.leidert@wgdd.de>
1387
1388	* examples/README: Added some infos.
1389
13902005-06-30 Daniel Leidert <daniel.leidert@wgdd.de>
1391
1392	* AUTHORS: Removed obsolete "DocumentId" string.
1393
1394	* ChangeLog: Ditto.
1395
1396	* NEWS: Ditto.
1397
1398	* README: Ditto.
1399
1400	* TODO: Ditto.
1401
1402	* autogen.sh: Ditto.
1403
1404	* docs/APPLIST: Ditto.
1405
1406	* docs/README: Ditto.
1407
1408	* freedesktop.org/chemical-mime-data.xml.in: Ditto.
1409
1410	* gnome/chemical-mime-data.keys.in: Ditto.
1411
1412	* gnome/chemical-mime-data.mime: Ditto.
1413
1414	* ChangeLog: Fixed syntax.
1415
14162005-06-15 Daniel Leidert <daniel.leidert@wgdd.de>
1417
1418	* Makefile.am: Fixed EXTRA_DIST.
1419
14202005-06-14 Daniel Leidert <daniel.leidert@wgdd.de>
1421
1422	* COPYING: Moved whole package to GNU LGPL v.2.1.
1423
1424	* NEWS: Ditto.
1425
1426	* README: Ditto.
1427
1428	* debian/copyright: Ditto.
1429
1430	* freedesktop.org/chemical-mime-data.xml.in: Ditto.
1431
1432	* gnome/chemical-mime-data.keys.in: Ditto.
1433
1434	* gnome/chemical-mime-data.mime: Ditto.
1435
1436	* LICENSE: Removed. COPYING is enough.
1437
14382005-06-14 Daniel Leidert <daniel.leidert@wgdd.de>
1439
1440	* INSTALL: Readded readded with generic instructions.
1441
1442	* AUTHORS: Added some infos. Fixed format issues.
1443
1444	* COPYING: Ditto.
1445
1446	* NEWS: Ditto.
1447
1448	* README: Ditto.
1449
1450	* TODO: Ditto.
1451
14522005-06-14 Daniel Leidert <daniel.leidert@wgdd.de>
1453
1454	* Makefile.am: Added AUTOMAKE_OPTIONS.
1455
1456	* configure.ac: Remove AUTOMAKE_OPTIONS (dist-bzip2).
1457
1458	* INSTALL: Removed temporarily.
1459
14602005-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
1461
1462	* TODO: Fix typo. Added naming scheme note to release list.
1463
14642005-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
1465
1466	* Makefile.am: Commented out disableuninstallcheck. Reordered some
1467	parts.
1468
14692005-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
1470
1471	* INSTALL: Fixed typo.
1472
1473	* NEWS: Added some more notes about done stuff.
1474
1475	* chemical-mime-data.pc.in: Fixed description.
1476
14772005-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
1478
1479	* COPYING: Updated copyright information.
1480
14812005-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
1482
1483	* gnome/chemical-mime-data.keys.in: Fix a format bug.
1484
14852005-05-09 Daniel Leidert <daniel.leidert@wgdd.de>
1486
1487	* configure.ac: Merged informational output.
1488
14892005-05-07 Daniel Leidert <daniel.leidert@wgdd.de>
1490
1491	* kde/Makefile.am: Fix a bug (obsolete file mentioned).
1492
1493	* freedesktop.org/chemical-mime-data.xml.in: Added a bit more info to
1494	the header.
1495
1496	* gnome/chemical-mime-data.keys.in: Ditto.
1497
1498	* gnome/chemical-mime-data.mime: Ditto.
1499
15002005-05-06 Daniel Leidert <daniel.leidert@wgdd.de>
1501
1502	* freedesktop.org/chemical-mime-data.xml.in: Added license information to
1503	top of the file. Changed order of type and value. Set back a lot of
1504	comments for now.
1505
1506	* gnome/chemical-mime-data.keys.in: Added missing types. Changed some
1507	descriptions. Added license information to top of the file.
1508
1509	* gnome/chemical-mime-data.mime: Added missing MIME types. Commented out
1510	conflicting ones. Added license information to top of the file.
1511
1512	* kde/Makefile.am: Added missing files. Fixed a build issue.
1513
1514	* kde/seq-aa-genpept.desktop.in: Fixed comment and added missing
1515	pattern.
1516
1517	* kde/seq-na-genbank.desktop.in: Ditto.
1518
1519	* kde/x-mdl-rdfile.desktop: Ditto.
1520
1521	* kde/x-mif.desktop.in: Ditto.
1522
1523	* kde/x-pdb.desktop.in: Ditto.
1524
1525	* kde/x-rosdal.desktop.in: Ditto.
1526
1527	* kde/x-vamas-iso14976.desktop.in: Ditto.
1528
1529	* kde/seq-aa-fasta.desktop.in: Ditto.
1530
1531	* kde/seq-na-fasta.desktop.in: Ditto.
1532
1533	* kde/x-fasta.desktop.in: Ditto.
1534
1535	* kde/x-ncbi-asn1-ascii.desktop.in: Ditto.
1536
1537	* kde/x-ncbi-asn1-spec.desktop.in: Ditto.
1538
1539	* kde/x-ncbi-asn1.desktop.in: Removed.
1540
1541	* kde/x-ppd.desktop.in: Removed.
1542
15432005-05-05 Daniel Leidert <daniel.leidert@wgdd.de>
1544
1545	* AUTHORS: Updated information.
1546
1547	* INSTALL: Ditto.
1548
1549	* README: Ditto.
1550
1551	* NEWS: Ditto.
1552
1553	* TODO: Ditto.
1554
1555	* autogen.sh: Remove --force option to prevent overwriting INSTALL.
1556
1557	* debian/changelog: Changed from native to non-native package
1558	revision.
1559
1560	* debian/control: Updated depends (removed all autoconf/automake
1561	depends).
1562
1563	* debian/rules: Remove all lines running autoconf/automake parts.
1564
15652005-05-05 Daniel Leidert <daniel.leidert@wgdd.de>
1566
1567	* configure.ac: Added more checks and try to solve possible
1568	"impossible" situations. Added a bit more output, what will be done
1569	and changed some general output.
1570
15712005-05-05 Daniel Leidert <daniel.leidert@wgdd.de>
1572
1573	* configure.ac: Worked on a better structure. Readded possibility to
1574	change path directions, but use $datadir as default. Added a bit more
1575	useful output. Added checks for shared-mime-info and gnome-mime-data.
1576
1577	* freedesktop.org/Makefile.am: Fixed installation path determination
1578	(determined during configure, see above).
1579
1580	* gnome/Makefile.am: Ditto.
1581
1582	* icons/crystalsvg/Makefile.am: Ditto.
1583
1584	* icons/hicolor/Makefile.am: Ditto.
1585
1586	* icons/pixmaps/Makefile.am: Ditto.
1587
1588	* kde/Makefile.am: Ditto.
1589
1590	* TODO: Refined todo list and removed done parts.
1591
15922005-05-03 Daniel Leidert <daniel.leidert@wgdd.de>
1593
1594	* configure.ac: Remove leading space in $CHEMICAL_MIME_DEPS. Added a
1595	bit more info if pkgconfig cannot detect packages.
1596
1597	* chemical-mime-data.pc.in: Fixed description. Added empty 'Libs:' and
1598	'Cflags' fields.
1599
1600	* TODO: Some clean up.
1601
1602	* examples/README: Added basic structure for additional testing. Added
1603	additional infos.
1604
1605	* docs/mime-data-specification.txt: Added additional infos.
1606
1607	* docs/mime-descriptions-guidelines: Ditto.
1608
1609	* docs/README: Ditto.
1610
1611	* docs/APPLIST: Ditto.
1612
16132005-05-02 Daniel Leidert <daniel.leidert@wgdd.de>
1614
1615	* TODO: Added note about conflicting types.
1616
1617	* freedesktop.org/chemical-mime-data.xml.in: Ditto.
1618
1619	* Makefile.am: Fixed clean/distclean target. Added workaround for
1620	distcheck target.
1621
1622	* chemical-mime-data.pc.in: Added dependencies. Added correct
1623	information during parse process.
1624
1625	* configure.ac: Fixed a possible error situation
1626	(update-mime-database). Added a bit more useful output. Added
1627	dependency collection and dist-bzip2 target. Option update-database is
1628	turned off by default.
1629
1630	* icons/hicolor/Makefile.am: More work on flexibility.
1631
1632	* icons/crystalsvg/Makefile.am: Ditto.
1633
1634	* debian/control: Fixed Depends/Suggests/Replaces.
1635
1636	* debian/rules: Add a fix for an autoconf-bug, several targets and
1637	.PHONY (the real solution for 2005-03-03 change).
1638
16392005-05-01 Daniel Leidert <daniel.leidert@wgdd.de>
1640
1641	* Too much changes to point out every file change: Complete rework of
1642	theme-icon installation. Removed all raster images (they are now
1643	created from vector format). Removed the whole check for paths (need
1644	to be reintroduced later again, but in a better way then the old one).
1645	Renamed package and files to chemical-mime-data (IMHO a better name).
1646	Fixed almost all distcheck issues except the one caused by the run of
1647	update-mime-database which seems unsolvable (workaround: set
1648	ENABLE_UPDATEDB default to 'no'). Removed all obsolete files, fixed
1649	the rest.
1650
16512005-03-21 Daniel Leidert <daniel.leidert@wgdd.de>
1652
1653	* freedesktop.org/chemicalMIME.xml.in: Fixed missing end tag.
1654
1655	* kde/Makefile.am: Added a missing MIME type (still not complete).
1656
1657	* TODO: Reordered list.
1658
16592005-03-20 Daniel Leidert <daniel.leidert@wgdd.de>
1660
1661	* chemicalMIME.xml.in: Added a few MIME types, missing patterns,
1662	sub-class-of and alias attributes and more detection stuff
1663	(chemical/x-pdb, chemical/x-hin, chemical/x-cml).
1664
1665	* docs/shared-mime-info-spec.pdf.gz: added spec information.
1666
16672005-03-18 Egon Willighagen <e.willighagen@science.ru.nl>
1668
1669	* Added MIMEs metioned in Taverna.sf.net User Guide.
1670
16712005-03-15 Daniel Leidert <daniel.leidert@wgdd.de>
1672
1673	* icons/*: A lot of rework to cover chemical MIME types with icons.
1674
1675	* kde/x-cactvs-ascii.desktop.in: Added both by dividing
1676	kde/x-cactvs-binary.desktop.in.
1677
1678	* kde/x-cactvs-table.desktop.in: Ditto.
1679
1680	* kde/x-ncbi-asn1-spec.desktop.in: Removed (seem to be obsolete).
1681
1682	* kde/x-ncbi-asn1-ascii.desktop.in: Removed (seem to be obsolete).
1683
1684	* kde/x-ncbi-asn1.desktop.in: Changed description a bit.
1685
1686	* kde/x-ncbi-asn1-binary.desktop.in: Ditto.
1687
1688	* kde/*.desktop.in: Fixed (see above).
1689
1690	* gnome/chemicalmime.mime: Ditto.
1691
1692	* gnome/chemicalmime.keys: Ditto.
1693
1694	* freedesktop.org/chemicalMIME.xml.in: Ditto. Commented out *.dat
1695	extension for chemical/x-mopac-input.
1696
1697	* configure.ac: Cosmetic fix (change option order and PATH-tests).
1698
1699	* TODO: Added comment about ROX MIME handling.
1700
17012005-03-15 Daniel Leidert <daniel.leidert@wgdd.de>
1702
1703	* INSTALL: GNOME icon installation can be done easier by installing
1704	icons into hicolor theme (for GNOME > 2.4). Pixmaps icons are now
1705	represented by one icon (should be extended later - this is for now).
1706	Some variables changed because auf changes in configure.ac. Renamed
1707	options to fit their real need.
1708
1709	* README: Ditto.
1710
1711	* TODO: Ditto.
1712
1713	* configure.ac: Ditto.
1714
1715	* icons/hicolor/*: Ditto.
1716
1717	* icons/crystalsvg/*: Ditto.
1718
1719	* icons/pixmaps: Ditto.
1720
17212005-03-11 Daniel Leidert <daniel.leidert@wgdd.de>
1722
1723	* README: Begin rewriting (adding info about configure options, basic
1724	knowledge about MIME handling).
1725
1726	* TODO: Added note about chemical/x-cdx.
1727
1728	* configure.ac: Added options to handle theme icon install. Clean
1729	up and fix a bug related to intltool.
1730
1731	* Makefile.am: Do not clean up all autotools stuff. Removed VERSION
1732	from EXTRA_DIST. Added po to SUBDIRS.
1733
1734	* icons/Makefile.am: Readded pixmaps subdir.
1735
1736	* icons/pixmaps: Ditto.
1737
1738	* icons/gnome: Added gnome (theme) subdir.
1739
1740	* icons/*/Makefile.am: Fixed renamed theme install path.
1741
1742	* gnome/icons: Moved back to icons/pixmaps.
1743
1744	* gnome/Makefile.am: Fixed renamed booleans, removed pixmaps subdir.
1745
1746	* kde/Makefile.am: Fixed renamed booleans, EXTRA_DIST, CLEANFILES (fix
1747	'make dist' target), non-available x-cdx.desktop(.in).
1748
1749	* debian/chemicalmime.dirs: Removed (obsolete).
1750
17512005-03-10 Daniel Leidert <daniel.leidert@wgdd.de>
1752
1753	* chemicalmime.pc.in: Added pk-config stuff.
1754
1755	* Makefile.am: Ditto.
1756
1757	* configure.ac: Ditto and some clean-up.
1758
1759	* debian/rules: Clean-up autotools run.
1760
1761	* debian/control: Added pkg-config stuff. Fix build dependencies (see
1762	above).
1763
17642005-03-04 Daniel Leidert <daniel.leidert@wgdd.de>
1765
1766	* GNOME 2.4 support rewritten with icons support (still to change,
1767	because theme-icons can be also installed).
1768
17692005-03-03 Daniel Leidert <daniel.leidert@wgdd.de>
1770
1771	* **/Makefile.am: Fixed several bugs and issues.
1772
1773	* debian/rules: Fixed targets (it should not process the build-target
1774	several times).
1775
1776	* freedesktop.org/Makefile.am: Now considers
1777	--without-freedesktop_org-mime.
1778
17792005-03-02 Daniel Leidert <daniel.leidert@wgdd.de>
1780
1781	* Clean up directory by removing unnecessary files.
1782
1783	* Adding options to configure-script to choose, which support should
1784	be installed.
1785
1786	* Fixing all related Makefiles.
1787
1788	* Moving special stuff in subdiretories to get a better overview for
1789	every package part (pixmaps, kde mimelnk files, gnome2.4 mime-info
1790	and freedesktop.org shared mime info).
1791
1792	* Fix building of the Debian package.
1793
1794# UTF-8
1795
1796