]> Pileus Git - ~andy/gtk/blob - gtk/xdgmime/ChangeLog
2.9.3
[~andy/gtk] / gtk / xdgmime / ChangeLog
1 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
2
3         * === Released 2.9.3 ===
4
5 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
6
7         * === Released 2.9.2 ===
8
9 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
10
11         * === Released 2.9.1 ====
12
13 2006-05-04  Matthias Clasen  <mclasen@redhat.com>
14
15         * === Released 2.9.0 ===
16
17 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
18
19         * xdgmime.[hc]: Move xdg_mime_type_unknown to .rodata.
20
21 2006-03-06  Matthias Clasen  <mclasen@redhat.com>
22
23         * xdgmimemagic.c: Remove superfluous extern errno 
24         declaration.  (#333605, Tommi Komulainen)
25
26 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
27
28         * xdgmime.h (xdg_mime_dump): Don't export xdg_mime_dump.
29
30 2005-12-01  Matthias Clasen  <mclasen@redhat.com>
31
32         * Merge upstream changes to handle duplicate glob
33         patterns.
34
35 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
36
37         * xdgmime.c (xdg_mime_list_mime_parents): Prevent
38         a segfault.  
39
40 2005-10-18  Matthias Clasen  <mclasen@redhat.com>
41
42         * xdgmimecache.c: Make magic comparisons work correctly
43         in the cache.
44
45 2005-10-17  Matthias Clasen  <mclasen@redhat.com>
46
47         * xdgmime.c (xdg_mime_get_mime_type_for_file): Remove
48         a debugging printf.
49
50 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
51
52         * xdgmime.h:
53         * xdgmime.c (xdg_mime_get_mime_type_for_file): Take
54         a struct statbuf * as argument.
55
56         * test-mime.c (main): Adjust.
57
58 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
59
60         * === Released 2.8.2 ===
61
62         * === Released 2.8.1 ===
63
64 2005-08-13  Matthias Clasen  <mclasen@redhat.com>
65
66         * === Released 2.8.0 ===
67
68 2005-08-07  Matthias Clasen  <mclasen@redhat.com>
69
70         * Rename caches to _caches, so it doesn't
71         get exported. Also don't export n_caches.
72
73 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
74
75         * === Released 2.7.5 ===
76
77 2005-07-22  Matthias Clasen  <mclasen@redhat.com>
78
79         * === Released 2.7.4 === 
80
81 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
82
83         * === Released 2.7.3 ===
84         
85 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
86         
87         * === Released 2.7.2 ===
88
89 2005-07-01  Matthias Clasen  <mclasen@redhat.com>
90
91         * === Released 2.7.1 ===
92         
93 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
94
95         * xdgmimecache.c: Handle missing MAP_FAILED.  (#308449, Georg
96         Schwarz)
97
98 2005-06-20  Matthias Clasen  <mclasen@redhat.com>
99
100         * === Released 2.7.0 ===
101
102 2005-06-10  Federico Mena Quintero  <federico@ximian.com>
103
104         * xdgmime.c (xdg_mime_init_from_directory): Pass the correct size
105         to realloc().  Fixes https://bugs.freedesktop.org/show_bug.cgi?id=3506.
106
107 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
108
109         * xdgmimemagic.c: Don't declare errno, including errno.h 
110         is enough.  (#304164, Joerg Sonnenberger)
111
112 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
113
114         * xdgmimecache.c (GET_UINT32): Don't rely on C99 
115         types.  (#304924, John Ehresman)
116
117 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
118
119         * Sync to upstream.
120
121 2005-04-08  Matthias Clasen  <mclasen@redhat.com>
122
123         * xdgmimecache.c (cache_magic_matchlet_compare_to_data) 
124         (cache_magic_matchlet_compare): Use cache->buffer, not 
125         cache.  
126
127 Tue Apr  5 16:00:04 2005  Manish Singh  <yosh@gimp.org>
128
129         * Makefile.am: add xdgmimecache.[ch].
130
131 2005-03-28  Matthias Clasen  <mclasen@redhat.com>
132
133         * xdgmimeglob.c: Sync to latest upstream,
134         including fixes for matching against multiple
135         extensions (eg .tar.gz) and for suffix
136         patterns which don't start with a dot.
137
138 Sat Mar 19 23:52:33 2005  Manish Singh  <yosh@gimp.org>
139
140         * xdgmimeglob.c (_xdg_glob_hash_insert_text): cast away the constness
141         in the call to free().
142
143 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
144
145         * xdgmimeglob.c (_xdg_glob_hash_insert_text): Don't 
146         leak node->mime_type if we are reusing an existing
147         node.  (#170774, Kjartan Maraas)
148
149 2005-01-08  Matthias Clasen  <mclasen@redhat.com>
150
151         * === Released 2.6.1 ===
152         
153 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
154
155         * === Released 2.6.0 ===
156
157 2004-12-13  Marco Pesenti Gritti  <marco@gnome.org>
158
159         * xdgmimeglob.c: (_xdg_glob_hash_lookup_file_name):
160
161         Resync with upstream again
162
163 Fri Dec 10 13:58:38 2004  Manish Singh  <yosh@gimp.org>
164
165         * xdgmime.h: wrap new API in XDG_ENTRY().
166
167 2004-12-09  Marco Pesenti Gritti  <marco@gnome.org>
168
169         * xdgmime.c: (xdg_mime_unalias_mime_type),
170         (xdg_mime_mime_type_equal), (xdg_mime_mime_type_subclass),
171         (xdg_mime_get_mime_parents):
172         * xdgmime.h:
173         * xdgmimealias.c: (_xdg_mime_alias_list_lookup):
174         * xdgmimeglob.c: (_xdg_glob_hash_node_lookup_file_name):
175         * xdgmimeint.c: (_xdg_ucs4_to_lower):
176         * xdgmimeint.h:
177         * xdgmimemagic.c: (_xdg_mime_magic_read_from_file):
178         * xdgmimeparent.c: (_xdg_mime_parent_list_lookup):
179
180         Resync with upstream
181
182 2004-12-09  Matthias Clasen  <mclasen@redhat.com>
183
184         * xdgmimealias.c (_xdg_mime_alias_read_from_file): 
185         * xdgmimeparent.c (_xdg_mime_parent_read_from_file): Make
186         repeated calls accumulate the results, don't call qsort()
187         on empty arrays.  (#160838, Mariano Suárez-Alvarez)
188
189 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
190
191         * === Released 2.5.6 ===
192
193 2004-11-29  Matthias Clasen  <mclasen@redhat.com>
194
195         * xdgmimeparent.c (_xdg_mime_parent_list_lookup): 
196         * xdgmimealias.c (_xdg_mime_alias_list_lookup): Protect 
197         against stupid bsearch() implementations.  (#159737,
198         Morten Welinder)
199  
200 2004-11-24  Matthias Clasen  <mclasen@redhat.com>
201
202         * xdgmimeparent.c (_xdg_mime_parent_read_from_file): 
203         Initialize the parent field of the newly allocate list 
204         entry.  (#159330, Alex Larsson)
205
206 Fri Nov 19 15:10:32 2004  Manish Singh  <yosh@gimp.org>
207
208         * xdgmime.c: Don't put /* within a comment.
209
210 2004-11-09  Matthias Clasen  <mclasen@redhat.com>
211
212         * xdgmime.h: Prefix all symbols.
213
214 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
215
216         * xdgmime.c (xdg_mime_mime_type_subclass): Enable matching
217         of supertypes as text/*.
218
219         * Sync from upstream
220
221 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
222
223         * === Released 2.5.4 ===
224
225 2004-09-19  Matthias Clasen  <mclasen@redhat.com>
226
227         * === Released 2.5.3 ===
228
229 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
230
231         * === Released 2.5.2 ===
232
233 Wed Aug 11 20:44:35 2004  Matthias Clasen  <maclas@gmx.de>
234
235         * xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
236         this function as well.
237
238 2004-08-01  Matthias Clasen  <mclasen@redhat.com>
239
240         * === Released 2.5.1 ===
241
242 Tue Jul 20 22:24:35 2004  Matthias Clasen  <maclas@gmx.de>
243
244         * xdgmimeglob.h: Remove trailing commas from 
245         enumerations. (#148035)
246
247 Sun Jul 18 20:17:41 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
248
249         * === Released 2.5.0 ==
250
251 Thu May 27 15:23:17 2004  Jonathan Blandford  <jrb@gnome.org>
252
253         * Sync from upstream
254
255 Fri Apr 30 00:19:11 2004  Matthias Clasen  <maclas@gmx.de>
256
257         * xdgmimemagic.c (_xdg_mime_magic_read_a_number): Make sure
258         the static string is long enough.  (#136323, Morten Welinder)
259
260 2004-03-12  Morten Welinder  <terra@gnome.org>
261
262         * *.c: Make sure to include <config.h>  (#137001)
263
264 Wed Mar 10 22:48:15 2004  Jonathan Blandford  <jrb@gnome.org>
265
266         * Sync from upstream
267
268 Sun Feb  8 19:05:16 2004  Manish Singh  <yosh@gimp.org>
269
270         * xdgmimeint.h: declare _xdg_utf8_skip as extern to prevent multiple
271         definitions.
272
273 Wed Jan 21 09:33:13 2004  Jonathan Blandford  <jrb@gnome.org>
274
275         * libgnomevfs/xdgmimeglob.c:
276         * libgnomevfs/xdgmimemagic.c: Sync from upstream
277
278 Tue Jan 20 13:07:04 2004  Jonathan Blandford  <jrb@gnome.org>
279
280         * xdgmime.c: resync with upstream sources.
281
282 Fri Oct 24 16:54:57 2003  Owen Taylor  <otaylor@redhat.com>
283
284         * Makefile.am (libxdgmime_la_SOURCES): Add .h files to 
285         SOURCES.
286
287 Fri Oct 24 16:02:32 2003  Owen Taylor  <otaylor@redhat.com>
288
289         * *.[ch]: Relicense to be dual AFL/LGPL (and thus also
290         GPL) rather than AFL/GPL. Also update AFL version to 1.2.
291
292 Tue Jul 22 15:37:45 2003  Jonathan Blandford  <jrb@gnome.org>
293
294         * xdgmime/xdgmime.c (xdg_mime_init): use XDG_DATA_HOME instead of
295         XDG_CONFIG_HOME.
296