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