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