ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / monikers / ChangeLog
1 2003-04-17  Michael Meeks  <michael@ximian.com>
2
3         * GNOME_VFS_Moniker_std.server.in.in: remove .so suffix.
4
5 2003-02-04  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
6
7         * bonobo-storage-vfs.c (vfs_open_stream): Duplicate the
8         CORBA_Object reference being returned, otherwise the same
9         CORBA_Object is released twice when the client calls
10         bonobo_object_release_unref. This happens when client == server,
11         which is always the case currently.
12         (vfs_open_storage): Fix the same problem as in vfs_open_stream.
13         (vfs_open_storage): Set exception when gnome_vfs_make_directory fails.
14
15 2003-02-03  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
16
17         * bonobo-storage-vfs.c (bonobo_storage_vfs_open): Raise exception
18         if the URI is *not* a directory, as opposed to raising one if it
19         is a directory.
20
21         * bonobo-stream-vfs.c (bonobo_stream_vfs_storageinfo_from_file_info):
22         Look into fi->valid_fields instead of fi->flags to see if a field
23         is defined.
24
25 2002-11-27  Jody Goldberg <jody@gnome.org>
26
27         * Release 2.1.3.1
28
29 2002-04-22  Jody Goldberg <jody@gnome.org>
30
31         * Release 1.9.12
32
33 2002-02-12  Peter Williams  <peterw@ximian.com>
34
35         * Makefile.am (libmoniker_gnome_vfs_std_la_LIBADD): Fix
36         compile when $(srcdir) != $(builddir).
37
38 2002-02-11  Johan Dahlin  <jdahlin@telia.com>
39
40         * Makefile.am: link libmoniker_gnome_vfs.so against
41         libgnome-vfs-2.so. Fixes #71018
42
43 2002-02-06  Michael Meeks  <michael@ximian.com>
44
45         * bonobo-storage-fs.c
46         (bonobo_storage_fs_finalize): chain to parent.
47
48         * bonobo-storage-vfs.c
49         (bonobo_storage_vfs_finalize): ditto.
50
51 2002-01-17  Darin Adler  <darin@bentspoon.com>
52
53         * bonobo-storage-fs.c: Added an include of <string.h>, needed because
54         now gnome-vfs-mime.h doesn't include it.
55
56 2002-01-02  Dave Camp  <dave@ximian.com>
57
58         * bonobo-storage-vfs.c (bonobo_storage_vfs_open): Removed the ununsed
59         mode parameter, changed the flags parameter to take a 
60         Bonobo_Storage_OpenMode, and changed the name of the flags parameter 
61         to mode.
62
63         * bonobo-stream-vfs.c (bonobo_stream_vfs_open): Removed the unused
64         flags parameter, and changed the mode parameter to take a 
65         Bonobo_Storage_OpenMode.
66
67         * bonobo-moniker-vfs.c (bonobo_moniker_vfs_resolve): Reflect changes
68         in bonobo_{storage/stream}_vfs_open().
69
70 2001-10-17  Michael Meeks  <michael@ximian.com>
71
72         * bonobo-storage-fs.c: use the correct type constructor
73         to implement a CORBA interface.
74
75         * bonobo-storage-vfs.c: ditto.
76
77 2001-10-05  jacob berkman  <jacob@ximian.com>
78
79         * Makefile.am: set LDFLAGS to -module -avoid-version
80
81 2001-10-02  Darin Adler  <darin@bentspoon.com>
82
83         * Makefile.am: Change from xml-i18n-tools to intltool.
84
85 2001-09-25  David Kaelbling <drk@sgi.com>
86
87         * bonobo-storage-fs.c (fs_erase): don't do an
88         assignment instead of a comparison; sigh.
89         check for EEXIST as well as ENOTEMPTY.
90
91 2001-08-22  Peter Williams  <peterw@ximian.com>
92
93         * Makefile.am (INCLUDES): Typo fix.
94
95 2001-08-14  Michael Meeks  <michael@ximian.com>
96
97         * Makefile.am: s/oaf/server/, install in
98         $(libdir)/bonobo/servers
99
100 2001-08-03  Darin Adler  <darin@bentspoon.com>
101
102         reviewed by: <delete if not using a buddy>
103
104         * ChangeLog:
105         * Makefile.am:
106         * bonobo-storage-vfs.c:
107         * bonobo-stream-vfs.c:
108         * bonobo-stream-vfs.h:
109
110 2001-08-03  Darin Adler  <darin@bentspoon.com>
111
112         reviewed by: <delete if not using a buddy>
113
114         * Makefile.am:
115         * bonobo-storage-vfs.c:
116         * bonobo-stream-vfs.c:
117         * bonobo-stream-vfs.h:
118
119 2001-08-03  Darin Adler  <darin@bentspoon.com>
120
121         * Makefile.am: Use CFLAGS from gnome-vfs instead of hard-coding
122         things like -Wno-unused which are gcc-specific.
123
124 2001-08-01  Darin Adler  <darin@bentspoon.com>
125
126         * .cvsignore: Add this.
127
128 2001-08-02  Michael Meeks  <michael@ximian.com>
129
130         * bonobo-storage-vfs.c (concat_dir_and_file): impl.
131         (vfs_open_stream, vfs_list_contents, vfs_open_storage),
132         (vfs_erase): use it.
133
134         * bonobo-storage-fs.c (concat_dir_and_file): impl.
135         (fs_get_info, fs_open_stream, fs_open_storage),
136         (fs_rename, fs_list_contents, fs_erase): use it.
137
138 2001-07-30  Michael Meeks  <michael@ximian.com>
139
140         * GNOME_VFS_Moniker_std.oaf.in.in: in library gnome_vfs not
141         vfs_gnome, doh.
142
143 2001-07-29  Seth Nickell  <snickell@stanford.edu>
144
145         * bonobo-storage-fs.c:
146         * bonobo-storage-vfs.c:
147         * bonobo-stream-fs.c:
148         * bonobo-stream-vfs.c:
149
150         Make it actually compile ;-) Still had includes to parts
151         of libgnome.
152         
153 2001-07-29  Michael Meeks  <michael@ximian.com>
154
155         * Makefile.am: re-write.
156
157 2001-07-27  Michael Meeks  <michael@ximian.com>
158
159         * Move into gnome-vfs.
160
161         Reviewed by: Seth <snickell@stanford.edu>
162
163 2001-07-27  Michael Meeks  <michael@ximian.com>
164         
165         * gnome-moniker-std.c: fix the factory name so it is what it
166         says it is.
167
168         * GNOME_Moniker_std.oaf.in.in: fix the shlib factory path.
169
170         * Makefile.am (clean-local): actualy install the monikers.
171         use xml-i18n-tools.
172
173 2001-07-11  Martin Baulig  <baulig@suse.de>
174
175         * bonobo-storage-fs.c, bonobo-moniker-extender-file: Use
176         gnome_vfs_mime_type_from_name(), not gnome_mime_type_from_file().
177
178 2001-07-10  Michael Meeks  <michael@ximian.com>
179
180         * bonobo-moniker-vfs.c: add.
181
182         * bonobo-stream-vfs.c: port to GObject / BonoboObject.
183
184         * bonobo-storage-vfs.c: ditto.
185
186         * GNOME_Moniker_std.oaf.in.in: register the vfs moniker.
187
188 2001-07-10  Michael Meeks  <michael@ximian.com>
189
190         * bonobo-storage-fs.c (fs_open_storage),
191         (fs_open_stream): CORBA_Object_duplicate the return
192         values.
193
194 2001-07-10  Michael Meeks  <michael@ximian.com>
195
196         * bonobo-moniker-file.c (bonobo_moniker_file_resolve):
197         upd. to use it.
198
199         * bonobo-storage-fs.c: port to BonoboObject / GObject.
200
201 2001-07-10  Michael Meeks  <michael@ximian.com>
202
203         * bonobo-moniker-file.c (bonobo_moniker_file_resolve):
204         use bonobo-stream-fs directly, not via the storage plugin
205         architecture.
206
207         * bonobo-stream-fs.c (bonobo_mode_to_fs): port to
208         BonoboObject / GObject.
209
210 2001-07-09  Michael Meeks  <michael@ximian.com>
211
212         * gnome-moniker-std.[ch]: add.
213
214         * bonobo-moniker-extender-file.c: add.
215
216         * bonobo-moniker-file.c: add.
217
218         * Makefile.am (INCLUDES): re-vamp, add file monikers.