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