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