More documentation cleanup and filling in missing information, bringing
[platform/upstream/glib.git] / gio / ChangeLog
1 2007-12-09  A. Walton  <awalton@svn.gnome.org>
2
3         * gdesktopappinfo.c:
4         * gdrive.c:
5         * gdrive.h:
6         * gfile.c:
7         * gfile.h:
8         * gfileattribute.c:
9         * gfileenumerator.c:
10         * gioerror.c:
11         * gioscheduler.c:
12         * gioscheduler.h:
13         * gloadableicon.c:
14         * gmemoryinputstream.c:
15         * gmemoryoutputstream.c:
16         * goutputstream.h:
17         * gsimpleasyncresult.c:
18         More documentation cleanup and filling in missing information, bringing
19         GIO to 99% symbol coverage.
20
21 2007-12-08  Hans Breuer  <hans@breuer.org>
22
23         [gio compiles and links on win32, not sure how much already works]
24         * glocaldirectorymonitor.c : ifdefed out inotify emulation for win32
25         * glocalfile.c : use HAVE_UNISTD_H; implement file system size info 
26         base on win32 API; prefer g_lstat() over lstat(); instead of 
27         localtime_r() use an all GLib implementation on win32;
28         get_mount_info() still needs a win32 specifc implementation
29         * glocalfileinfo.c : use HAVE_*_H; start of implementation of 
30         win32_get_file_user_info to get owner/group info without uid/gid
31         * glocalfileinputstream.c : include <io.h> on win32
32         * glocalfileoutputstream.c : include <io.h> on win32 and some S_IS*
33         definition, use g_win32_ftruncate() for G_OS_WIN32
34         * gwin32appinfo.c : optionalize a bunch on #ifdef AssocQueryString
35         it is available with mingw/w32api but a mess with the M$ Platform SDKs
36         see: http://mail.gnome.org/archives/gtk-devel-list/2007-December/msg00014.html
37         * makefile.msc : updated
38
39 2007-12-07  Alexander Larsson  <alexl@redhat.com>
40
41         * glocalfileenumerator.c (_g_local_file_enumerator_new):
42         Avoid warning spew if error == NULL
43         
44 2007-12-07  Alexander Larsson  <alexl@redhat.com>
45
46         * gfile.c:
47         Update docs wrt etags
48
49 2007-12-06  Alexander Larsson  <alexl@redhat.com>
50
51         * glocalfileinfo.h:
52         Include sys/types.h for dev_t (#501919)
53
54 2007-12-06  Behdad Esfahbod  <behdad@gnome.org>
55
56         * gio.symbols:
57         * pltcheck.sh:
58         Make abicheck and pltcheck pass.
59
60 2007-12-05  Alexander Larsson  <alexl@redhat.com>
61
62         * Makefile.am:
63         * giomodule-priv.h: Added.
64         * glocaldirectorymonitor.c:
65         * glocalfilemonitor.c:
66         * gunionvolumemonitor.c:
67         * gvfs.c:
68         Actually add the declaration of _g_io_modules_ensure_loaded
69
70 2007-12-05  Alexander Larsson  <alexl@redhat.com>
71
72         * gdatainputstream.c:
73         Fix warnings
74         
75         * gio.symbols:
76         * giomodule.[ch]
77         * glocaldirectorymonitor.c:
78         * glocalfilemonitor.c:
79         * gunionvolumemonitor.c:
80         * gvfs.c:
81         Make g_io_modules_ensure_loaded a private function and
82         don't pass in the dirname. This means we can do magic
83         directory finding in the win32 version.
84         Export the actual load-modules-in-directory code so that
85         gvfs can reuse that.
86
87 2007-12-05  Alexander Larsson  <alexl@redhat.com>
88
89         * gbufferedinputstream.c:
90         * gbufferedoutputstream.c:
91         * gdrive.[ch]:
92         * gfile.[ch]:
93         * gfileenumerator.[ch]:
94         * gfileinputstream.c:
95         * gfileoutputstream.[ch]:
96         * gfilterinputstream.c:
97         * gfilteroutputstream.c:
98         * ginputstream.[ch]:
99         * glocalfile.c:
100         * glocalfileenumerator.c:
101         * glocalfileinputstream.c:
102         * glocalfileoutputstream.c:
103         * gmemoryinputstream.c:
104         * gmemoryoutputstream.c:
105         * goutputstream.[ch]:
106         * gseekable.[ch]:
107         * gunixdrive.c:
108         * gunixinputstream.c:
109         * gunixoutputstream.c:
110         Rename all struct members named:
111         read, write, close, truncate, or mount
112         to foo_fn, as these are reserved names
113         and could be defined as macros in libc.
114         (#501645)
115
116 2007-12-04  Alexander Larsson  <alexl@redhat.com>
117
118         * goutputstream.c:
119         (g_output_stream_close):
120         Only call flush if non-null.
121
122 2007-11-30  Dan Winship  <danw@gnome.org>
123
124         * ginputstream.c (g_input_stream_set_pending): Make this take a
125         GError and return a gboolean, and do the "outstanding operation"
126         check (and the "stream is already closed" check) itself.
127         (g_input_stream_clear_pending): Formerly set_pending(FALSE).
128
129         * goutputstream.c (g_output_stream_set_pending)
130         (g_output_stream_clear_pending): Likewise
131
132         * gbufferedinputstream.c: 
133         * gfileinputstream.c: 
134         * gfileoutputstream.c: Update for that
135
136         * gsimpleasyncresult.c (g_simple_async_report_gerror_in_idle):
137         Like g_simple_async_report_error_in_idle, but takes a GError
138         rather than building one.
139
140 2007-11-30  Dan Winship  <danw@gnome.org>
141
142         * goutputstream.c: Don't cheat and unset the "pending" flag around
143         inner calls. Instead, call the class method directly rather than
144         the wrapper function that checks "pending"
145
146 2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
147
148         * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
149
150 2007-12-03  Hans Breuer  <hans@breuer.org>
151
152         [start of port to win32/msvc]
153         * gcancellable.c : HAVE_UNIST_H and _pipe()
154         * gcontenttype.c : only include <dirent.h> in the UNIX branch
155         * gdatainputstream.c : pointer arithmetic on void* is a gcc extension
156         * gdummyfile.c glocalfileinputstream.c gsimpleasyncresult.c : use 
157         HAVE_UNIST_H
158         * glocalfileoutputstream.c : use HAVE_UNIST_H and s/ssize_t/gssize/
159         * glocalvfs.c : use HAVE_PWD_H
160         * gio.symbols : ifdef unix specific functions with G_OS_UNIX
161         * makefile.msc : new file (maybe later converted to makefile.msc.in)
162         * Makefile.am : added to EXTRA_DIST
163
164 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
165
166         * gfile.c (g_file_copy): Add a cross-reference to g_file_dup().
167         (#499783)
168
169 2007-12-03  Alexander Larsson  <alexl@redhat.com>
170
171         * glocalfileinfo.c:
172         Handle OSX style xattrs API (#500506)
173
174 2007-12-03  Alexander Larsson  <alexl@redhat.com>
175
176         * gfile.[ch]:
177         * glocalfile.c:
178         Add G_FILE_COPY_NO_FALLBACK_FOR_MOVE flag
179
180 2007-12-02  A. Walton  <awalton@svn.gnome.org>
181
182         * gfile.c:
183         * gfileattribute.c:
184         Documentation accuracy fixes.
185
186 2007-12-01  Behdad Esfahbod  <behdad@gnome.org>
187
188         * gioenumtypes.c.template: Fix typo.
189
190 2007-12-01  Matthias Clasen <mclasen@redhat.com>
191
192         * gioenumtypes.c.template: Make threadsafe get_type() functions.
193
194 2007-12-01  Matthias Clasen <mclasen@redhat.com>
195
196         * gdirectorymonitor.c:
197         * gfilemonitor.c: Add properties
198
199         * gbufferedoutputstream.c: Don't mark buffer-size property 
200         as construct-only.
201
202 2007-12-01  Matthias Clasen <mclasen@redhat.com>
203
204         * gbufferedoutputstream.c: Add auto-grow property.
205
206 2007-11-30  Matthias Clasen <mclasen@redhat.com>
207
208         * *.c: Unify the capitalization of section headings.
209
210 2007-11-30  Matthias Clasen <mclasen@redhat.com>
211
212         * gmountoperation.c: Add properties
213         
214         * gdatainputstream.c: Turn byte-order and newline-type into
215         properties.
216
217 2007-11-30  Matthias Clasen <mclasen@redhat.com>
218
219         * gioenumtypes.[hc].template: Templates for enum registration
220
221         * Makefile.am: Generate gioenumtypes.[hc]
222
223         * gio.h: Include gioenumtypes.h
224         * gappinfo.h:
225         * gfile.h: Add some explicit nicks.
226
227         * gio.symbols: Add new symbols
228
229         * pltcheck.sh: Adjust
230
231 2007-11-30  Matthias Clasen <mclasen@redhat.com>
232
233         * *.c: Explain etags and link to the explanation
234
235 2007-11-29  Matthias Clasen <mclasen@redhat.com>
236
237         * *.c: Explain I/O priority.
238
239         * *.c: More coding style fixes.
240
241 2007-11-29  Matthias Clasen <mclasen@redhat.com>
242
243         * gasyncresult.c: Add another paragraph to the intro,
244         adjust coding style of example.
245
246 2007-11-29  A. Walton <awalton@svn.gnome.org>
247
248         * gappinfo.c:
249           Fixes unknown meaning in GAppLaunchContext docs.
250         * gfile.c:
251           Clarify asynchronous ops.
252         * gfileattribute.c:
253           Fix entity tag docs.
254         * gicon.c:
255         * gthemedicon.c:
256           Provides missing gtk-doc section, fixes API docs slighly.
257         * gsimpleasyncresult.c:
258           Fill in missing info in docs.
259         * gunixinputstream.c:
260         * gunixoutputstream.c:
261           Be more expressive in short description.
262         * gunixvolume.c:
263           Remove gtk-doc stubs for non-public API.
264
265 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
266
267         * *.c: Coding style fixups
268
269 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
270
271         * inotify/inotify-helper.c: Don't export the lock from libgio.
272
273 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
274
275         * Makefile.am:
276         * abicheck.sh: Fix copy-and-paste leftovers 
277
278 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
279
280         * gfile.h: Add G_FILE_COPY_FLAGS_NONE for consistency.
281
282 2007-11-28  Alexander Larsson  <alexl@redhat.com>
283
284         * Makefile.am:
285         * gdriveprivate.h:
286         Removed unnecessary file
287         
288         * gdesktopappinfo.[ch]:
289         * gdummyfile.[ch]:
290         * gfile.c:
291         * glocaldirectorymonitor.[ch]:
292         * glocalfile.[ch]:
293         * glocalfileenumerator.[ch]:
294         * glocalfileinputstream.[ch]:
295         * glocalfilemonitor.[ch]:
296         * glocalfileoutputstream.[ch]:
297         * glocalvfs.[ch]:
298         * gnativevolumemonitor.c:
299         * gpollfilemonitor.[ch]:
300         * gunionvolumemonitor.[ch]:
301         * gunixdrive.[ch]:
302         * gunixvolume.[ch]:
303         * gunixvolumemonitor.[ch]:
304         * gvfs.c:
305         * gvolumeprivate.h:
306         * inotify/ginotifydirectorymonitor.[ch]:
307         * inotify/ginotifyfilemonitor.[ch]:
308         * inotify/inotify-helper.c:
309         Append _ to all internal functions
310         
311         * gio.symbols:
312         Add missing symbols
313         Export symbols needed for modules
314
315 2007-11-28  Alexander Larsson  <alexl@redhat.com>
316
317         * Makefile.am:
318         * abicheck.sh: Added.
319         * makegioalias.pl: Added.
320         * pltcheck.sh: Added.
321         * gio.symbols: Added.
322         * *.c:
323         * inotify/*.c
324         Initial work on adding symbol handling.
325
326         * gvfs.h:
327         Correct ifdef guard name
328
329         * fam/Makefile.am:
330         * inotify/Makefile.am:
331         * xdgmime/Makefile.am:
332         Include toplevel Makefile.decl
333
334 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
335
336         * gcontenttype.c: Move doc comments to the unix section.
337
338         * *.[hc]: More trivial doc corrections.
339
340 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
341
342         * gpollfilemonitor.c:
343         * gunixmounts.c:
344         * gvfs.c:
345         * gfile.c:
346         * gdesktopappinfo.c:
347         * gwin32appinfo.c:
348         * gvolume.c:
349         * glocalvfs.c:
350         * gvolumemonitor.c:
351         * gdatainputstream.c:
352         * gdatainputstream.h:
353         * gdataoutputstream.c:
354         * gdataoutputstream.h:
355         * gfileinfo.h: Doc cleanups
356
357 2007-11-28  Andre Klapper  <a9016009@gmx.de>
358
359         * gdesktopappinfo.c: Fix a typo.
360
361 2007-11-27  Andre Klapper  <a9016009@gmx.de>
362
363         * glocalfileoutputstream.c: Fix a typo.
364
365 2007-11-27  Alexander Larsson  <alexl@redhat.com>
366
367         * gio.h:
368         Don't include removed headers
369
370 2007-11-27  Alexander Larsson  <alexl@redhat.com>
371
372         * Makefile.am:
373         * gsocketinputstream.[ch]: Removed.
374         * gsocketoutputstream.[ch]: Removed.
375         * gunixinputstream.[ch]: Added.
376         * gunixoutputstream.[ch]: Added.
377         Renamed GSocket*Stream to GUnix*Stream and made
378         it unix-only, since its not really only for sockets
379         and it only works on unix (but is highly useful there).
380
381 2007-11-27  Andrew Walton  <awalton@svn.gnome.org>
382         * gappinfo.c:
383         * gappinfo.h:
384         * gasynchelper.c:
385         * gasyncresult.c:
386         * gasyncresult.h:
387         * gbufferedinputstream.c:
388         * gbufferedinputstream.h:
389         * gbufferedoutputstream.c:
390         * gbufferedoutputstream.h:
391         * gcancellable.c: 
392         * gcancellable.h:
393         * gcontenttype.c:
394         * gdatainputstream.c:
395         * gdatainputstream.h:
396         * gdataoutputstream.c:
397         * gdataoutputstream.h:
398         * gdirectorymonitor.c:
399         * gdirectorymonitor.h:
400         * gdrive.c: 
401         * gdrive.h:
402         * gfile.c:
403         * gfile.h:
404         * gfileattribute.c:
405         * gfileattribute.h:
406         * gfileenumerator.c:
407         * gfileenumerator.h:
408         * gfileicon.c:
409         * gfileicon.h:
410         * gfileinfo.c:
411         * gfileinfo.h:
412         * gfileinputstream.c:
413         * gfileinputstream.h:
414         * gfilemonitor.c:
415         * gfilemonitor.h:
416         * gfilenamecompleter.c:
417         * gfilenamecompleter.h:
418         * gfileoutputstream.c:
419         * gfileoutputstream.h:
420         * gfilterinputstream.c:
421         * gfilterinputstream.h:
422         * gfilteroutputstream.c:
423         * gfilteroutputstream.h:
424         * gicon.c:
425         * gicon.h:
426         * ginputstream.c:
427         * ginputstream.h:
428         * gioerror.c:
429         * gioerror.h:
430         * giomodule.c:
431         * giomodule.h:
432         * gioscheduler.c:
433         * gioscheduler.h:
434         * gloadableicon.c:
435         * gloadableicon.h:
436         * glocalfileoutputstream.c:
437         * gmemoryinputstream.c:
438         * gmemoryinputstream.h:
439         * gmemoryoutputstream.c:
440         * gmemoryoutputstream.h:
441         * gmountoperation.c: 
442         * gmountoperation.h:
443         * goutputstream.c:
444         * goutputstream.h:
445         * gpollfilemonitor.c:
446         * gseekable.c:
447         * gseekable.h:
448         * gsimpleasyncresult.c:
449         * gsimpleasyncresult.h:
450         * gsocketinputstream.c:
451         * gsocketinputstream.h:
452         * gsocketoutputstream.c:
453         * gsocketoutputstream.h:
454         * gthemedicon.c:
455         * gthemedicon.h:
456         * gunixdrive.c:
457         * gunixmounts.c: 
458         * gunixmounts.h:
459         * gunixvolume.c:
460         * gunixvolumemonitor.c:
461         * gurifuncs.c:
462         * gurifuncs.h:
463         * gvfs.c:
464         * gvfs.h:
465         * gvolume.c:
466         * gvolume.h:
467         * gvolumemonitor.c: 
468         * gvolumemonitor.h:
469         Bumps documentation to 93% symbol coverage, touching most 
470         of the public files. Fixes broken function documentation prototypes. 
471         Fixes GCancellable inaccuracies. Removes unnecessary incomplete 
472         gtk-doc headers in private files.
473
474 2007-11-27  JĂ¼rg Billeter  <j@bitron.ch>
475
476         * gbufferedinputstream.c: (g_buffered_input_stream_peek_buffer),
477         (g_buffered_input_stream_read_byte):
478         * gbufferedinputstream.h:
479         New functions for efficient access to buffer and simple single byte
480         reads.
481
482         * gdatainputstream.c: (scan_for_newline), (scan_for_chars),
483         (g_data_input_stream_read_until):
484         * gdatainputstream.h:
485         Use peek_buffer to avoid memcpy in scan_for_newline, implement
486         read_until with multiple stop chars.
487
488 2007-11-27  Alexander Larsson  <alexl@redhat.com>
489
490         * Makefile.am:
491         * fam/Makefile.am:
492         * inotify/Makefile.am:
493         Use the user-specified giomoduledir
494
495 2007-11-27  Alexander Larsson  <alexl@redhat.com>
496
497         * Makefile.am
498         * gio.h:
499         Add catch-all gio.h header
500         Don't install gdummyfile.h
501
502 2007-11-26  Alexander Larsson  <alexl@redhat.com>
503
504         * Makefile.am (gioinclude_HEADERS):
505         Remove trailing whitespace
506         
507 2007-11-26  Alexander Larsson  <alexl@redhat.com>
508
509         Merge gio-standalone into glib
510
511 2007-11-25  Christian Kellner  <gicmo@gnome.org>
512
513         * gio/goutputstream.c:
514         Fix small mistake in the docs.
515
516 2007-11-21  Christian Persch  <chpe@gnome.org>
517
518         * gio/glocalfile.c: (g_local_file_trash):
519         Convert filenames to UTF-8 for GError.
520         Use g_mkdir_with_parent to create the Trash dir, and use mode 0700
521         as per xdg base dir spec.
522
523 2007-11-21  Christian Persch  <chpe@gnome.org>
524
525         * gio/gdesktopappinfo.c:
526         Use that g_key_file_to_data cannot fail.
527         Some misc cleanups.
528         Use stock defines for the key file group and key names.
529         Use bitfields.
530
531 2007-11-21  Alexander Larsson  <alexl@redhat.com>
532
533         * gio/gfile.c:
534         (copy_stream_with_progress):
535         Make sure we do a final progress callback with
536         the full total size.
537
538 2007-11-21  Alexander Larsson  <alexl@redhat.com>
539
540         * gio/gfile.[ch]:
541         Export g_file_copy_attributes
542         Remove padding as its not needed for interfaces
543
544 2007-11-20  Alexander Larsson  <alexl@redhat.com>
545
546         * gio/gfile.c:
547         * gio/gioerror.h:
548         * gio/glocalfile.c:
549         Add G_IO_ERROR_WOULD_MERGE for
550         copy/move dir on dir with overwrite.
551
552 2007-11-20  Alexander Larsson  <alexl@redhat.com>
553
554         * gio/gfileinfo.h:
555         * gio/glocalfileinfo.c:
556         Add COPY_NAME (this is an optional
557         non-modified utf8 version of the name) that
558         can roundtrip.
559
560 2007-11-20  Alexander Larsson  <alexl@redhat.com>
561
562         * gio/glocalfileenumerator.c:
563         Report errors as GIOError, not GFileError
564
565 2007-11-16  Alexander Larsson  <alexl@redhat.com>
566
567         * gio/glocalfileoutputstream.c:
568         * gio/gwin32appinfo.c:
569         Fix typos in strings.
570         Patch from Luca Ferretti <elle.uca@libero.it>
571
572 2007-11-15  Alexander Larsson  <alexl@redhat.com>
573
574         * configure.ac:
575         Post release version bump
576
577 === gio-standalone 0.1.2 ===
578
579 2007-11-15  Alexander Larsson  <alexl@redhat.com>
580
581         * docs/reference/gio/Makefile.am:
582         Fix up distcheck by removing weird
583         non-needed stuff
584
585         * NEWS:
586         Update for release
587
588 2007-11-14  Alexander Larsson  <alexl@redhat.com>
589
590         * gio/gdesktopappinfo.c:
591         * gio/glocaldirectorymonitor.c:
592         * gio/glocalfile.c:
593         * gio/glocalfileinfo.c:
594         * gio/inotify/inotify-sub.c:
595         * programs/gio-cat.c:
596         * programs/gio-copy.c:
597         * programs/gio-info.c:
598         * programs/gio-ls.c:
599         * programs/gio-monitor-dir.c:
600         * programs/gio-monitor-file.c:
601         * programs/gio-mount.c:
602         * programs/gio-move.c:
603         * programs/gio-rm.c:
604         * programs/gio-save.c:
605         * programs/gio-trash.c:
606         Leak fixes from Kjartan Maraas
607
608 2007-11-14  Alexander Larsson  <alexl@redhat.com>
609
610         * gio/fam/fam-helper.c:
611         * gio/gdrive.[ch]:
612         * gio/glocalfileinfo.c:
613         * gio/gunixdrive.c:
614         * gio/gvfs.c:
615         * gio/gvolume.[ch]:
616         * gio/inotify/inotify-diag.c:
617         * gio/inotify/inotify-kernel.c:
618         Various code cleanups from Kjartan Maraas
619
620 2007-11-14  Alexander Larsson  <alexl@redhat.com>
621
622         * gio/gioscheduler.c:
623         (init_scheduler):
624         Set up threadpool so that we cache 2 unused
625         idle threads for at 15 secs. This means we
626         will reuse thread-local data (like dbus connections)
627         for them.
628
629 2007-11-14  Alexander Larsson  <alexl@redhat.com>
630
631         * gio/fam/fam-helper.c:
632         * gio/fam/gfamdirectorymonitor.c:
633         * gio/fam/gfamfilemonitor.c:
634         * gio/gappinfo.c:
635         * gio/gcontenttype.c:
636         * gio/gdatainputstream.c:
637         * gio/gdataoutputstream.c:
638         * gio/gdummyfile.c:
639         * gio/gfile.c:
640         * gio/gfile.h:
641         * gio/gfileattribute.h:
642         * gio/gfileenumerator.c:
643         * gio/gfileinfo.c:
644         * gio/ginputstream.c:
645         * gio/gioerror.h:
646         * gio/glocalfile.c:
647         * gio/glocalfileinfo.c:
648         * gio/goutputstream.c:
649         * gio/gpollfilemonitor.c:
650         * gio/gsimpleasyncresult.c:
651         * gio/gunixmounts.c:
652         * gio/gunixmounts.h:
653         * gio/inotify/ginotifydirectorymonitor.c:
654         * gio/inotify/ginotifyfilemonitor.c:
655         * gio/inotify/inotify-diag.c:
656         * gio/inotify/inotify-kernel.c:
657         * gio/inotify/inotify-path.c:
658         * gio/test-gio.c:
659         * gio/test-streams.c:
660         * programs/gio-info.c:
661         * programs/gio-monitor-dir.c:
662         * programs/gio-monitor-file.c:
663         Various code cleanups from Kjartan Maraas
664
665 2007-11-13  Alexander Larsson  <alexl@redhat.com>
666
667         * gio/gdummyfile.c:
668         Handle the uri-scheme calls for dummy files
669
670 2007-11-13  Marko Anastasov  <marko@marko.anastasov.name>
671
672         * gio/gio/gfileinfo.[ch]: Use a different parameter name instead of
673         'namespace' for in g_file_attribute_matcher_enumerate_namespace()
674         to avoid clash with the C++ keyword.
675
676 2007-11-13  Marko Anastasov  <marko@marko.anastasov.name>
677
678         * gio/glocalfileinfo.c: Build fix, added missing semicolon
679         to an ifdef'ed call to getpwuid() in lookup_uid_data().
680
681 2007-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
682
683         * gio/glocaldirectorymonitor.c:
684         * gio/glocalfilemonitor.c:
685         * gio/gunionvolumemonitor.c:
686         Don't use g_once_init_*() for initializations that could fail and
687         could leave the initialization variable set to 0 but use GOnce.
688         This prevents a deadlock on the second call when trying to create
689         a monitor and no monitor type is available. Thanks to Sven Herzberg
690         for reporting.
691
692 2007-11-11  Sven Herzberg  <sven@imendio.com>
693
694         * gio/glocalfile.c: guard the #include <sys/statfs.h> by the correct
695         #ifdef (make it work on MacOS X again)
696
697 2007-11-09  Andrew Walton  <awalton@svn.gnome.org>
698         * Changelog:
699         Fixes Changelog for last two commits (sorry guys).
700
701 2007-11-07  Andrew Walton  <awalton@svn.gnome.org>
702         * gio/gappinfo.c:
703         * gio/gbufferedinputstream.c:
704         * gio/gdatainputstream.c:
705         * gio/gfile.c:
706         * gio/gfileoutputstream.c:
707         * gio/gfilterinputstream.c:
708         * gio/glocalfileinputstream.c:
709         * gio/gurifuncs.c:
710         * gio/gvfs.c:
711         More consistency fixes in g*stream.c files. 
712         Significant clean of gfile's documentation, filling in of 
713         asynchronous operations documentation.
714
715 2007-11-07  Andrew Walton  <awalton@svn.gnome.org>
716         * gio/gappinfo.c:
717         * gio/gasyncresult.c:
718         * gio/gbufferedinputstream.c:
719         * gio/gbufferedoutputstream.c:
720         * gio/gcancellable.c:
721         * gio/gcontenttype.c:
722         * gio/gdatainputstream.c:
723         * gio/gdataoutputstream.c:
724         * gio/gdesktopappinfo.c:
725         * gio/gdrive.c:
726         * gio/gfile.c:
727         * gio/gfileattribute.c:
728         * gio/gio/gfileenumerator.c:
729         * gio/gfileinfo.c:
730         * gio/gfileinputstream.c:
731         * gio/gfilemonitor.c:
732         * gio/gfileoutputstream.c:
733         * gio/ginputstream.c:
734         * gio/giomodule.c:
735         * gio/gioscheduler.c:
736         * gio/gloadableicon.c:
737         * gio/glocalfileoutputstream.c:
738         * gio/gmemoryoutputstream.c:
739         * gio/gmountoperation.c:
740         * gio/goutputstream.c:
741         * gio/gseekable.c:
742         * gio/gsimpleasyncresult.c:
743         * gio/gunionvolumemonitor.c:
744         * gio/gunixmounts.c:
745         * gio/gunixvolume.c:
746         * gio/gurifuncs.c:
747         * gio/gvfs.c:
748         * gio/gvolume.c:
749         * gio/gvolumemonitor.c:
750         Updated documentation stubs, working towards consistency and 
751         completeness.
752
753 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
754
755         * gio/gmemoryoutputstream.c:
756         * gio/gmemoryoutputstream.h:
757         Change g_memory_output_stream_set_free_on_close() to
758         g_memory_output_stream_set_free_data() as this makes more sense and
759         is more consistent with GMemoryInputStream.
760
761 2007-11-07  Alexander Larsson  <alexl@redhat.com>
762
763         * gio/gfile.c:
764         Fix some docs
765         
766         * gio/glocalvfs.c:
767         * gio/gvfs.[ch]:
768         Change how we find the default vfs so that
769         we can handle a gvfs failing to init
770
771 2007-11-07  Sebastian Dröge  <slomo@circular-chaos.org>
772
773         * gio/gbufferedoutputstream.c:
774         * gio/gdatainputstream.c:
775         * gio/gdataoutputstream.c:
776         * gio/gfileinputstream.c:
777         * gio/gfileoutputstream.c:
778         * gio/gfilterinputstream.c:
779         * gio/gfilteroutputstream.c:
780         * gio/ginputstream.c:
781         * gio/gmemoryinputstream.c:
782         * gio/gmemoryoutputstream.c:
783         * gio/goutputstream.c:
784         * gio/gsimpleasyncresult.c:
785         * gio/gsocketinputstream.c:
786         * gio/gsocketoutputstream.c:
787         Add guards to the remaining public functions, add a TODO for
788         an unimplemented function and remove some useless guards.
789
790 2007-11-07  Alexander Larsson  <alexl@redhat.com>
791
792         * configure.ac:
793         Autoconf checks for the various types of
794         getpwuid_r and getgrgid_r
795         
796         * gio/glocalfileinfo.c:
797         Use the autoconf checks from above
798
799 2007-11-07  Alexander Larsson  <alexl@redhat.com>
800
801         * gio/glocalfile.c:
802         (g_local_file_query_filesystem_info):
803         Some fixes for the statvfs case
804         
805 2007-11-07  Alexander Larsson  <alexl@redhat.com>
806
807         * gio/glocalfile.c:
808         (g_local_file_query_filesystem_info):
809         Pick the "best" of statfs / statvfs for the system
810         if both are availible.
811
812 2007-11-07  Alexander Larsson  <alexl@redhat.com>
813
814         Solaris fixes from Halton.Huo@Sun.COM:
815         
816         * gio/gdrive.c:
817         * gio/gfile.c:
818         * gio/gvolume.c:
819         Don't return void
820         
821         * gio/glocalfileinfo.c:
822         Fix for solaris definition of getpwuid_r
823         
824         * gio/test-streams.c:
825         Use G_GNUC_PRETTY_FUNCTION
826
827 2007-11-07  Alexander Larsson  <alexl@redhat.com>
828
829         * gio/gdesktopappinfo.c:
830         (update_default_list):
831         Remove double semicolon.
832         Patch from Jens Granseuer
833
834 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
835
836         * docs/reference/gio/gio-sections.txt:
837         * gio/gbufferedinputstream.c:
838         * gio/gbufferedinputstream.h:
839         * gio/gdatainputstream.c:
840         * gio/gfileenumerator.c:
841         * gio/gioscheduler.c:
842         * gio/gunionvolumemonitor.c:
843         * gio/gvfs.c:
844         * programs/gio-save.c:
845         Fix typo: availible -> available. Unfortuntely this breaks API
846         and ABI as g_buffered_input_stream_get_available() was renamed.
847         
848         * gio/gunixmounts.c:
849         * gio/gbufferedinputstream.c:
850         Add guards for public functions.
851
852 2007-11-06  Ross Burton  <ross@openedhand.com>
853
854         * docs/reference/gio/Makefile.am:
855         Fix invalid += usage which automake 1.10 doesn't like.
856
857 2007-11-06  Alexander Larsson  <alexl@redhat.com>
858
859         * gio/gappinfo.c:
860         (g_app_launch_context_class_init):
861         Fix warning
862
863         Patch from Ross Burton 
864         
865 2007-11-06  Alexander Larsson  <alexl@redhat.com>
866
867         * configure.ac:
868         Post release version bump
869
870 === gio-standalone 0.1.1 ===
871
872 2007-11-06  Alexander Larsson  <alexl@redhat.com>
873
874         * configure.ac:
875         Bump version to 0.1.1
876         
877         * gio/gsimpleasyncresult.c:
878         (g_simple_async_result_set_from_error):
879         Remove bogus g_return_if_fail
880
881 2007-11-06  Alexander Larsson  <alexl@redhat.com>
882
883         * configure.ac:
884         The name is gio-standalone
885         
886         * gio/Makefile.am:
887         Add top src/builddir to includedir
888
889 2007-11-06  Alexander Larsson  <alexl@redhat.com>
890
891         * docs/reference/gio/gio-sections.txt:
892         * gio/gappinfo.c:
893         * gio/gbufferedinputstream.c:
894         * gio/gbufferedoutputstream.c:
895         * gio/gcancellable.c:
896         * gio/gdatainputstream.h:
897         * gio/gdataoutputstream.c:
898         * gio/gdataoutputstream.h:
899         * gio/gdirectorymonitor.c:
900         * gio/gfile.c:
901         * gio/gfileattribute.c:
902         * gio/gfileattribute.h:
903         * gio/gfileenumerator.c:
904         * gio/gfileenumerator.h:
905         * gio/gfileinfo.c:
906         * gio/gfileinfo.h:
907         * gio/gfileinputstream.h:
908         * gio/gfilemonitor.c:
909         * gio/gfileoutputstream.h:
910         * gio/glocalfilemonitor.h:
911         * gio/glocalfileoutputstream.h:
912         * gio/gmemoryinputstream.c:
913         * gio/gmemoryoutputstream.c:
914         * gio/gmountoperation.c:
915         * gio/goutputstream.c:
916         * gio/goutputstream.h:
917         * gio/gseekable.h:
918         * gio/gsimpleasyncresult.c:
919         * gio/gunixmounts.c:
920         * gio/gunixmounts.h:
921         * gio/gurifuncs.h:
922         * gio/inotify/inotify-helper.c:
923         Fix gtk-doc warnings
924
925         Patch from Ross Burton 
926         
927 2007-11-06  Alexander Larsson  <alexl@redhat.com>
928
929         * gio/gfilenamecompleter.c:
930         (g_filename_completer_get_completions):
931         fix warning
932         
933         * gio/gunixvolume.c:
934         Remove unused function
935
936         Patches from Ross Burton 
937
938 2007-11-06  Alexander Larsson  <alexl@redhat.com>
939
940         * gio/gdrive.h:
941         * gio/gseekable.h:
942         * gio/gvolume.h:
943         Padding not needed for interfaces
944
945 2007-11-06  Alexander Larsson  <alexl@redhat.com>
946
947         * gio/gfilemonitor.c:
948         Remove debug spew
949
950         * gio/Makefile.am:
951         Make giotypes.h an internal file
952         
953         * gio/gappinfo.h:
954         * gio/gbufferedinputstream.h:
955         * gio/gbufferedoutputstream.h:
956         * gio/gcancellable.h:
957         * gio/gdatainputstream.h:
958         * gio/gdataoutputstream.h:
959         * gio/gdirectorymonitor.c:
960         * gio/gdirectorymonitor.h:
961         * gio/gdrive.c:
962         * gio/gdrive.h:
963         * gio/gfile.c:
964         * gio/gfile.h:
965         * gio/gfileattribute.h:
966         * gio/gfileenumerator.h:
967         * gio/gfileicon.c:
968         * gio/gfileicon.h:
969         * gio/gfileinfo.c:
970         * gio/gfileinfo.h:
971         * gio/gfilemonitor.c:
972         * gio/gfilemonitor.h:
973         * gio/gfilenamecompleter.c:
974         * gio/gfilenamecompleter.h:
975         * gio/gfilterinputstream.h:
976         * gio/gfilteroutputstream.h:
977         * gio/ginputstream.h:
978         * gio/gmemoryinputstream.h:
979         * gio/gmemoryoutputstream.h:
980         * gio/gmountoperation.c:
981         * gio/gmountoperation.h:
982         * gio/gnativevolumemonitor.c:
983         * gio/goutputstream.h:
984         * gio/gseekable.c:
985         * gio/gseekable.h:
986         * gio/gsimpleasyncresult.c:
987         * gio/gsimpleasyncresult.h:
988         * gio/gsocketinputstream.h:
989         * gio/gsocketoutputstream.h:
990         * gio/gthemedicon.c:
991         * gio/gthemedicon.h:
992         * gio/gvfs.h:
993         * gio/gvolume.c:
994         * gio/gvolume.h:
995         * gio/gvolumemonitor.c:
996         * gio/gvolumemonitor.h:
997         Add padding in classes where it seems useful
998         Don't include giotypes.h from public headers
999         Move in Class definitions into c file where possible
1000         
1001         * gio/glocalfile.c:
1002         Fix warnings
1003
1004 2007-11-06  Alexander Larsson  <alexl@redhat.com>
1005
1006         * docs/reference/gio/gio-docs.xml:
1007         Better structure for API docs
1008
1009 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
1010
1011         * gio/gfileicon.c:
1012         * gio/gloadableicon.c:
1013         * gio/gsimpleasyncresult.c:
1014         * gio/gthemedicon.c:
1015         Add some more guards to public functions. Only files missing are now
1016         g*stream*.c.
1017
1018 2007-11-06  Alexander Larsson  <alexl@redhat.com>
1019
1020         * docs/reference/gio/gio-docs.xml:
1021         Remove old files, add missing ones
1022
1023 2007-11-06  Alexander Larsson  <alexl@redhat.com>
1024
1025         * docs/reference/gio/gio-sections.txt:
1026         Restructure
1027         Add missing stuff
1028         Hide implementation classes
1029         
1030         * gio/gdriveprivate.h:
1031         * gio/gvolumeprivate.h:
1032         Remove non-existing function declarations
1033
1034 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
1035
1036         * gio/gappinfo.c:
1037         Fix compilation warnings and add guards to the new functions.
1038         
1039         * gio/gasyncresult.c:
1040         * gio/gdummyfile.c:
1041         Add guards to the public functions.
1042         
1043         * gio/gdummyfile.c:
1044         Implement get_path().
1045
1046 2007-11-06  Alexander Larsson  <alexl@redhat.com>
1047
1048         * gio/gfilenamecompleter.c:
1049         Make g_filename_completer_get_completions
1050         return char ** instead of GList for
1051         typesafety.
1052         
1053         * docs/reference/gio/gio-docs.xml:
1054         * docs/reference/gio/gio-sections.txt:
1055         * gio/gappinfo.c:
1056         * gio/gasyncresult.c:
1057         * gio/gbufferedinputstream.c:
1058         * gio/gbufferedoutputstream.c:
1059         * gio/gcancellable.c:
1060         * gio/gcontenttype.c:
1061         * gio/gdatainputstream.c:
1062         * gio/gdataoutputstream.c:
1063         * gio/gdesktopappinfo.c:
1064         * gio/gdirectorymonitor.c:
1065         * gio/gdrive.c:
1066         * gio/gdummyfile.c:
1067         * gio/gfile.c:
1068         * gio/gfileattribute.c:
1069         * gio/gfileenumerator.c:
1070         * gio/gfileicon.c:
1071         * gio/gfileinfo.c:
1072         * gio/gfileinputstream.c:
1073         * gio/gfilemonitor.c:
1074         * gio/gfilenamecompleter.c:
1075         * gio/gfilenamecompleter.h:
1076         * gio/gfileoutputstream.c:
1077         * gio/gfilterinputstream.c:
1078         * gio/gicon.c:
1079         * gio/ginputstream.c:
1080         * gio/giomodule.c:
1081         * gio/gioscheduler.c:
1082         * gio/gloadableicon.c:
1083         * gio/glocaldirectorymonitor.c:
1084         * gio/glocalfile.c:
1085         * gio/glocalfileinputstream.c:
1086         * gio/glocalfilemonitor.c:
1087         * gio/glocalfileoutputstream.c:
1088         * gio/glocalvfs.c:
1089         * gio/gmemoryinputstream.c:
1090         * gio/gmemoryoutputstream.c:
1091         * gio/gmountoperation.c:
1092         * gio/goutputstream.c:
1093         * gio/gpollfilemonitor.c:
1094         * gio/gseekable.c:
1095         * gio/gsimpleasyncresult.c:
1096         * gio/gsocketinputstream.c:
1097         * gio/gsocketoutputstream.c:
1098         * gio/gthemedicon.c:
1099         * gio/gunionvolumemonitor.c:
1100         * gio/gunixdrive.c:
1101         * gio/gunixmounts.c:
1102         * gio/gunixvolume.c:
1103         * gio/gunixvolumemonitor.c:
1104         * gio/gurifuncs.c:
1105         * gio/gvfs.c:
1106         * gio/gvolume.c:
1107         * gio/gvolumemonitor.c:
1108         * gio/gwin32appinfo.c:
1109         Add (mostly stub) doc strings to public functions.
1110         Patch from Andrew Walton (awalton@gmail.com)
1111
1112 2007-11-06  Alexander Larsson  <alexl@redhat.com>
1113
1114         * gio/gappinfo.[ch]:
1115         Added GAppLaunchContext object and pass that to launch.
1116         This allows simple implementation of both
1117         launch-on-screen and startup notification via a gtk+
1118         subclass of GAppLaunchContext
1119         
1120         * gio/gdesktopappinfo.c:
1121         Implement GAppLaunchContext API
1122         
1123         * gio/gwin32appinfo.c:
1124         Update to new APIs
1125
1126 2007-11-05  Sebastian Dröge  <slomo@circular-chaos.org>
1127
1128         * gio/gmountoperation.c:
1129         Add some guards to GMountOperation's public functions.
1130
1131 2007-11-05  Sebastian Dröge  <slomo@circular-chaos.org>
1132
1133
1134         * gio/gappinfo.c:
1135         * gio/gcancellable.c:
1136         * gio/gdirectorymonitor.c:
1137         * gio/gdrive.c:
1138         * gio/gfileenumerator.c:
1139         * gio/gfilemonitor.c:,
1140         * gio/gfilenamecompleter.c:
1141         * gio/gicon.c:
1142         * gio/giomodule.c:
1143         * gio/gioscheduler.c:
1144         * gio/gseekable.c:
1145         * gio/gurifuncs.c:
1146         * gio/gvolume.c:
1147         * gio/gvolumemonitor.c:
1148         Add even more guards to various public functions.
1149
1150 2007-11-05  Sebastian Dröge  <slomo@circular-chaos.org>
1151
1152         * gio/gappinfo.c:
1153         Add guards to the public functions of GAppInfo.
1154
1155 2007-11-05  Sebastian Dröge  <slomo@circular-chaos.org>
1156
1157         * gio/gcontenttype.c:
1158         Add some more guards for public functions.
1159
1160 2007-11-05  Sebastian Dröge  <slomo@circular-chaos.org>
1161
1162         * gio/fam/fam-module.c:
1163         * gio/fam/gfamdirectorymonitor.c:
1164         * gio/fam/gfamdirectorymonitor.h:
1165         * gio/fam/gfamfilemonitor.c:
1166         * gio/fam/gfamfilemonitor.h:
1167         * gio/inotify/ginotifydirectorymonitor.c:
1168         * gio/inotify/ginotifydirectorymonitor.h:
1169         * gio/inotify/ginotifyfilemonitor.c:
1170         * gio/inotify/ginotifyfilemonitor.h:
1171         Add proper copyright information and remove an unused variable
1172         in the GInotifyFileMonitor constructor.
1173
1174         * gio/gcancellable.c:
1175         Add a guard for a public function and an assertion to prevent
1176         an undefined program state.
1177
1178 2007-11-05  Sebastian Dröge  <slomo@circular-chaos.org>
1179
1180         * gio/gfileattribute.c:
1181         Don't run into an assertion if the given attribute value is NULL
1182         in g_file_attribute_value_get_*() but instead return a fallback
1183         value that makes sense in most situations. Passing them a attribute
1184         value with the wrong type will still run into an assertion.
1185
1186 2007-11-02  Sebastian Dröge  <slomo@circular-chaos.org>
1187
1188         * gio/gfileattribute.c:
1189         * gio/gfileinfo.c:
1190         Add even more guards to the public functions. Also fix the refcounting
1191         of GFileAttributeInfoList and GFileAttributeMatcher to be atomic and
1192         let g_file_info_list_attributes() filter the attributes by namespace
1193         instead of simply ignoring the namespace parameter.
1194
1195 2007-11-03  Sven Herzberg  <sven@imendio.com>
1196
1197         * gio/gdesktopappinfo.c: don't use environ. Use the glib API for that.
1198         (This makes gio work on MacOS X again)
1199
1200 2007-11-02  Sebastian Dröge  <slomo@circular-chaos.org>
1201
1202         * Makefile.am:
1203         Build the gio subdirectory before the docs. Otherwise the build will
1204         fail.
1205
1206         * gio/gvfs.c: (g_vfs_get_name), (g_vfs_get_priority),
1207         (g_vfs_get_file_for_path), (g_vfs_get_file_for_uri),
1208         (g_vfs_get_supported_uri_schemes), (g_vfs_parse_name):
1209         Add guards to the public functions.
1210
1211 2007-11-02  Sebastian Dröge  <slomo@circular-chaos.org>
1212
1213         * gio/gfileattribute.c: (g_file_attribute_value_as_string):
1214         Cast parameter to g_type_name_from_instance() to a GTypeInstance *
1215         to prevent a compiler warning.
1216
1217         * gio/glocalfile.c: (get_mount_info), (find_topdir_for):
1218         Set the G_FILE_ATTRIBUTE_FS_READONLY as boolean, not as string and
1219         return something in the non-void function find_topdir_for().
1220
1221 2007-11-01  Christian Kellner  <gicmo@gnome.org>,  Ryan Lortie  <desrt@desrt.ca>
1222
1223         * configure.ac:
1224         * Makefile.am:
1225         * docs/:
1226         Gtkdocify!
1227
1228 2007-11-01  Ryan Lortie  <desrt@desrt.ca>
1229
1230         * gappinfo.c (g_app_info_launch, g_app_info_launch_uris):
1231         * gappinfo.h (g_app_info_launch, g_app_info_launch_uris):
1232         * gwin32appinfo.c (g_win32_app_info_launch):
1233         * gdesktopappinfo.c (expand_macro, equal_up_to_equals,
1234         envp_for_startup_id, g_desktop_app_info_launch,
1235         g_desktop_app_info_launch_uris):
1236
1237         Give an opaque 'startup_id' string instead of 'envp'.
1238         Support empty file lists for launching new windows.
1239         Fix infinite recursion bug when launching URIs.
1240
1241 2007-11-01  Sebastian Dröge  <slomo@circular-chaos.org>
1242
1243         * gio/gfile.c:
1244         Add guard to the new g_file_get_uri_scheme() function.
1245
1246 2007-11-01  Sebastian Dröge  <slomo@circular-chaos.org>
1247
1248         * gio/gfile.c:
1249         Convert a g_return_val_if_fail() to setting the GError instead as
1250         otherwise applications have to verify the parameter before otherwise
1251         and the parameter might come directly from the user.
1252
1253 2007-11-01  Sebastian Dröge  <slomo@circular-chaos.org>
1254
1255         * gio/inotify/ginotify*.[ch]:
1256         Add missing copyright information.
1257
1258 2007-11-01  Sebastian Dröge  <slomo@circular-chaos.org>
1259
1260         * gio/gfile.c:
1261         Add guards in the beginning of public functions to check for valid
1262         parameters and fix a bug in copy_stream_with_progress() that could've
1263         caused writing less bytes than reading.
1264         * gio/glocalfileinfo.c:
1265         Check for a NULL parameter and set the GError accordingly then.
1266         * gio/goutputstream.c:
1267         Fix the same bug as in gfile.c that could've caused writing less bytes
1268         than reading in g_output_stream_real_splice().
1269
1270 2007-11-01  Sebastien Bacher  <seb128@ubuntu.com>
1271
1272         * gio/Makefile.am:
1273         Use the correct gvolumeprivate.h naming
1274
1275 2007-11-01  Christian Kellner  <gicmo@gnome.org>
1276
1277         * gio/Makefile.am:
1278         Remove leftover "$(daemon_sources)" entry.
1279
1280 2007-11-01  Christian Kellner  <gicmo@gnome.org>
1281
1282         * gio/fam/*.[ch]:
1283         * gio/*.[ch]:
1284         * programs/*.[ch]:
1285         Add copyright information to source files.
1286
1287 2007-11-01  Alexander Larsson  <alexl@redhat.com>
1288
1289         * gio/gfile.[ch]:
1290         * gio/glocalfile.c:
1291         Add g_file_get_uri_scheme
1292
1293 2007-11-01  Alexander Larsson  <alexl@redhat.com>
1294
1295         * gio/gappinfo.h:
1296         * gio/gdesktopappinfo.c:
1297         * gio/gwin32appinfo.c:
1298         Add g_app_info_get_default_for_uri_scheme.
1299
1300 2007-11-01  Alexander Larsson  <alexl@redhat.com>
1301
1302         * gio/Makefile.am:
1303         Correct filename for gdriveprivate.h
1304
1305 2007-10-31  Alexander Larsson  <alexl@redhat.com>
1306
1307         * gio/gfileinfo.h:
1308         Rename id:value to id:file
1309         Add id:fs
1310         
1311         * gio/glocalfileinfo.c:
1312         Implement id:fs
1313
1314 2007-10-31  Alexander Larsson  <alexl@redhat.com>
1315
1316         * gio/gunixvolume.c:
1317         * gio/gvolume.[ch]:
1318         Remove g_volume_get_platform_id, as thats not
1319         needed with the simpler union volume monitor
1320
1321 2007-10-31  Alexander Larsson  <alexl@redhat.com>
1322
1323         * gio/Makefile.am:
1324         * gio/guniondrive.[ch]: Removed.
1325         * gio/gunionvolume.[ch]: Removed.
1326         Remove GUnionDrive/Volume
1327
1328         * gio/gunionvolumemonitor.c:
1329         Simplify union volume monitor, now we
1330         only have one native volume monitor and
1331         we use the actual volumes/drives from the
1332         child monitors instead of wrapping them
1333
1334         * gio/gnativevolumemonitor.[ch]:
1335         Base class for native volume monitors.
1336         Includes priority and get_volume_for_mountpoint
1337         
1338         * gio/gfile.[ch]:
1339         Add g_file_find_enclosing_volume
1340
1341         * gio/gfileinfo.h:
1342         Remove volume name fs attribute
1343         Add readonly fs attribute
1344         
1345         * gio/glocalfile.c:
1346         Implement readonly attribute
1347         remove volume name attribute
1348         Implement find_enclosing volume
1349         
1350         * gio/gunixmounts.c:
1351         Add a volume for "/".
1352         
1353         * gio/gunixvolume.[ch]:
1354         Set better name for /
1355         
1356         * gio/gunixvolumemonitor.[ch]:
1357         Derive from GNativeVolumeMonitor
1358         Implement get_volume_for_mountpoint
1359         
1360         * gio/gvolume.h:
1361         GVolume typedef moved to gfile.h
1362         
1363         * gio/gvolumeprivate.h:
1364         Add g_volume_get_for_mount_path
1365
1366 2007-10-31  Alexander Larsson  <alexl@redhat.com>
1367
1368         * gio/gunixmounts.[ch]:
1369         Add cache info to unix mount listers
1370         Make getmntent use threadsafe
1371         Add is_system_internal attribute for GUnixMount
1372         
1373         * gio/gunixvolume.c:
1374         (g_unix_volume_new):
1375         Use is_system_internal instead of own code
1376         
1377         * gio/glocaldirectorymonitor.c:
1378         * gio/gunixvolumemonitor.c:
1379         Update to new gunixmounts API
1380         
1381         * gio/glocalfile.c:
1382         Fix warning
1383
1384 2007-10-30  Alexander Larsson  <alexl@redhat.com>
1385
1386         * gio/gfileinfo.h:
1387         Add volume name fsinfo attribute
1388         
1389         * gio/glocalfile.c:
1390         Read volume name info
1391         
1392         * gio/gunionvolumemonitor.c:
1393         Fix infinite loops when finalizing a union volume monitor
1394
1395 2007-10-30  Alexander Larsson  <alexl@redhat.com>
1396
1397         * gio/goutputstream.[ch]:
1398         Add splice() with default implementation
1399         
1400         * gio/gsocketoutputstream.c:
1401         (g_socket_output_stream_write):
1402         Return error on cancellation correctly.
1403         
1404 2007-10-26  Paolo Borelli  <pborelli@katamail.com>
1405
1406         * gio/glocalfile.c (g_local_file_trash):
1407         Do not leak a string.
1408
1409 2007-10-26  Paolo Borelli  <pborelli@katamail.com>
1410
1411         * gio/gfile.c (g_file_load_contents):
1412         Unref the stream after closing it.
1413
1414 2007-10-25  Alexander Larsson  <alexl@redhat.com>
1415
1416         * gio/gioscheduler.h:
1417         Fix include
1418
1419 2007-10-25  Alexander Larsson  <alexl@redhat.com>
1420
1421         * gio/gfile.[ch]:
1422         * gio/glocalfile.c:
1423         Add g_file_has_uri_scheme and implement for local files
1424
1425 2007-10-25  Paolo Borelli  <pborelli@katamail.com>
1426
1427         * gio/gdesktopappinfo.c: do not leak a string.
1428
1429 2007-10-24  Sebastian Dröge  <slomo@circular-chaos.org>
1430
1431         * gio/glocaldirectorymonitor.c: (_compare_monitor_class_by_prio),
1432         (g_local_directory_monitor_new):
1433         * gio/glocalfilemonitor.c: (_compare_monitor_class_by_prio),
1434         (g_local_file_monitor_new):
1435         Only look for the monitor type that should be used the first time
1436         and use g_qsort_with_data() instead of our own bubble sort
1437         implementation.
1438
1439 2007-10-24  Sebastian Dröge  <slomo@circular-chaos.org>
1440
1441         * gio/Makefile.am:
1442         * gio/fam/Makefile.am:
1443         * gio/fam/fam-helper.c: (_fam_sub_startup), (_fam_sub_add):
1444         * gio/fam/fam-helper.h:
1445         * gio/fam/fam-module.c: (g_io_module_load), (g_io_module_unload):
1446         * gio/fam/gfamdirectorymonitor.c:
1447         * gio/fam/gfamdirectorymonitor.h:
1448         * gio/fam/gfamfilemonitor.c: (g_fam_file_monitor_finalize),
1449         * gio/fam/gfamfilemonitor.h:
1450         * gio/glocaldirectorymonitor.c:
1451         * gio/glocaldirectorymonitor.h:
1452         * gio/glocalfilemonitor.c: (g_local_file_monitor_init),
1453         * gio/glocalfilemonitor.h:
1454         * gio/inotify/Makefile.am:
1455         * gio/inotify/ginotifydirectorymonitor.c:
1456         * gio/inotify/ginotifydirectorymonitor.h:
1457         * gio/inotify/ginotifyfilemonitor.c:
1458         * gio/inotify/ginotifyfilemonitor.h:
1459         Implement the FAM and Inotify monitors as
1460         GLocal(Directory|File)Monitor subclasses and put the FAM monitors into
1461         their own GIO module. GLocal(Directory|File)Monitor will use the
1462         monitor with the highest rank that is supported on that machine.
1463
1464 2007-10-23  Sebastian Dröge  <slomo@circular-chaos.org>
1465
1466         * gio/Makefile.am:
1467         Change GIO module dir to $(libdir)/gio/modules and change
1468         the log domain from GVFS to GIO. Also only export symbols starting
1469         with g_ in the resulting library.
1470         * gio/test-streams.c: (main):
1471         Set log handler for the GIO log domain.
1472
1473 2007-10-22  Alexander Larsson  <alexl@redhat.com>
1474
1475         * gio/gfilenamecompleter.[ch]:
1476         Add g_filename_completer_set_dirs_only
1477
1478 2007-10-22  Alexander Larsson  <alexl@redhat.com>
1479
1480         * gio/Makefile.am:
1481         * gio/gurifuncs.[ch]:
1482         Add some simple URI helpers
1483         
1484         * gio/gfilenamecompleter.[ch]:
1485         Added object for filename (parse name actually) completion
1486         
1487         * gio/glocalvfs.c:
1488         Handle ~ in parse names
1489
1490 2007-10-17  Alexander Larsson  <alexl@redhat.com>
1491
1492         * gio/gfileinfo.h:
1493         * gio/glocalfileinfo.c:
1494         Add and implement id:value attribute
1495
1496 2007-10-17  Alexander Larsson  <alexl@redhat.com>
1497
1498         * gio/gdrive.[ch]:
1499         * gio/guniondrive.c:
1500         * gio/gunixdrive.c:
1501         Add and implement g_drive_has_volumes
1502         
1503 2007-10-17  Alexander Larsson  <alexl@redhat.com>
1504
1505         * gio/gfileinfo.h:
1506         * gio/glocalfileinfo.[ch]:
1507         Add unix:is_mountpoint and implement for local files
1508
1509 2007-10-16  Alexander Larsson  <alexl@redhat.com>
1510
1511         * gio/gunionvolumemonitor.c:
1512         (g_union_volume_monitor_init):
1513         Fix up the unix type getting so that it works with gcc
1514         
1515 2007-10-12  Alexander Larsson  <alexl@redhat.com>
1516
1517         * gio/gfileinfo.h:
1518         * gio/glocalfileinfo.c:
1519         Add thumbnail:failed to file info
1520
1521 2007-10-12  Richard Hult  <richard@imendio.com>
1522
1523         * gio/gvfs.c (get_default_vfs): Make the type volatile to avoid
1524         optimizing away the get_type call (happens with some gcc versions,
1525         like the one shipped with OS X 10.4).
1526
1527 2007-10-12  Alexander Larsson  <alexl@redhat.com>
1528
1529         * gio/glocalfileinfo.c:
1530         (_g_local_file_info_set_attribute):
1531         Fix build if not HAVE_XATTR
1532         Patch from Milosz Derezynski <internalerror@gmail.com>
1533
1534 2007-10-11  Sven Herzberg  <herzi@gnome-de.org>
1535
1536         * gio/gunixmounts.c: small build fix (sorry, Alex, you haven't been
1537         around for review, otherwise I would have asked you before
1538         committing)
1539
1540 2007-10-11  Alexander Larsson  <alexl@redhat.com>
1541
1542         * gio/gfileinfo.h:
1543         Add thumbnail:path attribute
1544         
1545         * gio/glocalfileinfo.c:
1546         Implement thumbnail:path for local files
1547
1548 2007-10-11  Alexander Larsson  <alexl@redhat.com>
1549
1550         * gio/glocalfileinfo.c:
1551         (_g_local_file_info_get):
1552         Avoid duplicate icon names
1553
1554 2007-10-11  Alexander Larsson  <alexl@redhat.com>
1555
1556         * gio/gthemedicon.[ch]:
1557         Change g_themed_icon_get_names return type to const
1558
1559 2007-10-10  Alexander Larsson  <alexl@redhat.com>
1560
1561         * gio/glocalfileinfo.c:
1562         Don't reference freed memory
1563
1564 2007-10-10  Alexander Larsson  <alexl@redhat.com>
1565
1566         * gio/gfileattribute.c:
1567         Handle objects
1568         
1569         * gio/glocalfileinfo.c:
1570         Return icon info
1571
1572 2007-10-10  Alexander Larsson  <alexl@redhat.com>
1573
1574         * gio/gfileinfo.c:
1575         Check for NULL icons
1576
1577         * gio/gfileattribute.c:
1578         Don't dup when getting objects (same as for string attributes)
1579
1580         * gio/gicon.c (g_icon_equal):
1581         Safely handle NULLs in equal
1582
1583 2007-10-10  Alexander Larsson  <alexl@redhat.com>
1584
1585         * gio/gfileinfo.h:
1586         Fix c++ compilation issues
1587         Patch from Milosz Derezynski <internalerror@gmail.com>
1588
1589 2007-10-10  Alexander Larsson  <alexl@redhat.com>
1590
1591         * programs/gio-monitor-dir.c:
1592         Don't crash if dir monitor not supported.
1593
1594 2007-10-09  Alexander Larsson  <alexl@redhat.com>
1595
1596         * gio/gioerror.h:
1597         Add missing G_END_DECLS
1598
1599 2007-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
1600
1601         * gio/gfile.c: (g_file_set_display_name),
1602         (g_file_query_settable_attributes),
1603         (g_file_query_writable_namespaces):
1604         Return NULL not FALSE on errors as the return type is a pointer.
1605
1606 2007-10-09  Sebastian Dröge  <slomo@circular-chaos.org>
1607
1608         * gio/glocalfile.c: (g_local_file_monitor_file):
1609         Don't call monitor_file on the default interface vtable (which
1610         is NULL) but simply return NULL. The caller, GFile, will create a
1611         polling monitor if NULL is returned.
1612
1613 2007-10-09  Alexander Larsson  <alexl@redhat.com>
1614
1615         * Makefile.am:
1616         * configure.ac:
1617         * gio-unix-2.0.pc.in:
1618         Add gio-unix-2.0.pc if OS_UNIX
1619         
1620         * gio/Makefile.am:
1621         Install gunixmounts.h into gio-unix-2.0 if OS_UNIX
1622
1623 2007-10-09  Alexander Larsson  <alexl@redhat.com>
1624
1625         * gio/gunixmounts.[ch]:
1626         Make unix mount monitoring API sane.
1627         Now its just a object with mounts_changed
1628         and mountpoints_changed signals.
1629         
1630         * gio/glocaldirectorymonitor.c:
1631         * gio/gunixvolumemonitor.c:
1632         Use new mount monitor api
1633
1634 2007-10-09  Alexander Larsson  <alexl@redhat.com>
1635
1636         * gio/gunixmounts.[ch]:
1637         Move guess type into one call for mounts and one for mountpoints
1638         
1639         * gio/gunixdrive.c:
1640         * gio/gunixvolume.c:
1641         Update
1642
1643 2007-10-09  Alexander Larsson  <alexl@redhat.com>
1644
1645         * gio/gunixmounts.[ch]:
1646         Remove _ prefix in preparation to make this semi-public
1647         Hide implementation of structs
1648         
1649         * gio/glocaldirectorymonitor.c:
1650         * gio/gunixdrive.c:
1651         * gio/gunixvolume.c:
1652         * gio/gunixvolumemonitor.c:
1653         Update for above API changes
1654
1655 2007-10-08  Alexander Larsson  <alexl@redhat.com>
1656
1657         * gio/gfile.c:
1658         Better polling fallback. This also handles the case where we have
1659         a monitor_file implementation, but it fails.
1660
1661 2007-10-08  Alexander Larsson  <alexl@redhat.com>
1662
1663         * gio/gfile.[ch]:
1664         * gio/glocalfile.c:
1665         * gio/gunixmounts.c:
1666         * programs/gio-monitor-dir.c:
1667         * programs/gio-monitor-file.c:
1668         Added cancellable to file monitoring calls.
1669         These are really sync calls and need this.
1670
1671 2007-10-08  Sebastian Dröge  <slomo@circular-chaos.org>
1672
1673         * gio/glocalvfs.c: (g_local_vfs_get_supported_uri_schemes),
1674         (g_local_vfs_class_init):
1675         * gio/gvfs.c: (g_vfs_get_supported_uri_schemes):
1676         * gio/gvfs.h: Add functions to get a list of supported URI schemes.
1677
1678 2007-10-05  Alexander Larsson  <alexl@redhat.com>
1679
1680         * gio/gdirectorymonitorprivate.h: 
1681         * gio/gfilemonitorprivate.h: 
1682         * gio/gdirectorymonitor.h:
1683         * gio/gfilemonitor.h:
1684         Remove *private.h and move to the public API, so that
1685         we can do implementations outside gio (such as in gvfs)
1686         
1687         * gio/gdirectorymonitor.c:
1688         * gio/gfilemonitor.c:
1689         * gio/glocaldirectorymonitor.c:
1690         * gio/gpollfilemonitor.c:
1691         * gio/inotify/inotify-helper.c:
1692         * gio/fam/fam-helper.c:
1693         Update to the new header names
1694
1695 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
1696
1697         * gio/gdirectorymonitor.c:
1698         * gio/gfilemonitor.c: Mark the GFileMonitor and GDirectoryMonitor
1699         GTypes as abstract.
1700
1701 2007-10-04  Alexander Larsson  <alexl@redhat.com>
1702
1703         * gio/glocalfileinfo.c (get_access_rights):
1704         Set CAN_TRASH when we can move the file.
1705         We should really also check for a parent trash dir.
1706
1707 2007-10-04  Alexander Larsson  <alexl@redhat.com>
1708
1709         * gio/gfileinfo.h (G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH):
1710         Add can_trash access attribute
1711
1712 2007-10-04  Alexander Larsson  <alexl@redhat.com>
1713
1714         * gio/glocalfile.c:
1715         (g_local_file_trash):
1716         Create info file first. This is per-spec and allows
1717         us to actually trash directories.
1718
1719 2007-10-02  Alexander Larsson  <alexl@redhat.com>
1720
1721         * gio/gdesktopappinfo.c:
1722         Implement the new mime support code.
1723         Always set app as handling mimetype when being set as default for it
1724
1725 2007-10-01  Alexander Larsson  <alexl@redhat.com>
1726
1727         * gio/glocalfileinfo.c (_g_local_file_info_set_attribute):
1728         Fix up check for xattrs:
1729
1730 2007-10-01  Alexander Larsson  <alexl@redhat.com>
1731
1732         * gio/gappinfo.c:
1733         (g_app_info_set_as_default_for_extension):
1734         (g_app_info_add_supports_type):
1735         (g_app_info_can_remove_supports_type):
1736         (g_app_info_remove_supports_type):
1737         Make these fail nicely if not implemented
1738
1739 2007-10-01  Paolo Borelli  <pborelli@katamail.com>
1740
1741         * gio/glocalfileoutputstream.c:
1742         * gio/glocalfileoutputstream.h:
1743         * gio/test-gio.c:
1744         * gio/gfile.c:
1745         * gio/gfile.h:
1746         * gio/glocalfile.c:
1747         * programs/gio-save.c: 
1748         Add a GFileCreateFlags argument to operations that can create
1749         a new file.
1750
1751 2007-10-01  Alexander Larsson  <alexl@redhat.com>
1752
1753         * gio/gappinfo.[ch]:
1754         * gio/gdesktopappinfo.c:
1755         Add more (stubbed out) mime API needed for nautilus
1756
1757 2007-10-01  Alexander Larsson  <alexl@redhat.com>
1758
1759         * gio/gappinfo.h:
1760         Add GAppInfoCreateFlags flag to g_app_info_create_from_commandline.
1761         Add g_app_info_set_as_default_for_extension.
1762         
1763         * gio/gdesktopappinfo.c:
1764         Dummy for g_app_info_set_as_default_for_extension
1765         Support flags in g_app_info_create_from_commandline
1766
1767         * gio/gwin32appinfo.c:
1768         * gio/test-gio.c:
1769         Update for API changes
1770         
1771         * gio/gthemedicon.c:
1772         Properly NULL-terminate list of icon names
1773
1774 2007-09-28  Alexander Larsson  <alexl@redhat.com>
1775
1776         * gio/gloadableicon.h:
1777         Correct G_TYPE_LOADABLE_ICON, it was pointing to the GIcon type...
1778
1779 2007-09-28  Alexander Larsson  <alexl@redhat.com>
1780
1781         * gio/Makefile.am:
1782         Install headers in $includedir/gio-standalone/
1783         
1784         * gio-2.0.pc.in: Added.
1785         * gio-standalone.pc.in: Removed.
1786         * configure.ac:
1787         * Makefile.am:
1788         Renamed pkg-config file to match glib (for future move)
1789         Update to the new include dir
1790         
1791         * gio/gappinfo.h:
1792         Add more TODO comments
1793
1794 2007-09-28  Alexander Larsson  <alexl@redhat.com>
1795
1796         * gio/gdesktopappinfo.[ch]:
1797         Expose new_from_filename
1798         Add getter for is_hidden and handle it better
1799
1800 2007-09-28  Alexander Larsson  <alexl@redhat.com>
1801
1802         * gio/gfileinfo.[ch]:
1803         Rename g_file_size_format_for_display to
1804         g_format_file_size_for_display.
1805         Now it doesn't have the g_file prefix, so we
1806         can later move it to glib.
1807
1808 2007-09-28  Alexander Larsson  <alexl@redhat.com>
1809
1810         * gio/gappinfo.[ch]:
1811         Add g_app_info_get_id and g_app_info_get_executable.
1812         Make all getters non-reffing
1813         Make g_app_info_launch take GFile arguments.
1814         Add must_support_uris argument to g_app_info_get_default_for_type.
1815         
1816         * gio/gwin32appinfo.c:
1817         Update to GAppInfo api changes
1818         
1819         * gio/gdesktopappinfo.c:
1820         Update to GAppInfo api changes
1821         Implement supports_xdg_startup_notify
1822         
1823         * gio/gfileicon.c (g_file_icon_get_file):
1824         Make getter non-reffing.
1825         
1826         * gio/test-gio.c:
1827         Update to new API
1828
1829 2007-09-27  Alexander Larsson  <alexl@redhat.com>
1830
1831         * gio/gfileinfo.[ch]: 
1832         Add g_file_size_format_for_display helper
1833         
1834 2007-09-27  Alexander Larsson  <alexl@redhat.com>
1835
1836         * gio/glocalfileinfo.c:
1837         Set UNIX_GID from gid, not from uid
1838
1839 2007-09-27  Alexander Larsson  <alexl@redhat.com>
1840
1841         * gio/gfile.[ch]:
1842         Add g_file_set_attributes_async
1843
1844 2007-09-27  Alexander Larsson  <alexl@redhat.com>
1845
1846         * gio/glocalfile.c (g_local_file_set_display_name):
1847         Fix set_display_name to actually rename to the right place.
1848         Use lstat to look for existing files so we don't overwrite
1849         broken links.
1850
1851 2007-09-26  Alexander Larsson  <alexl@redhat.com>
1852
1853         * gio/gfile.[ch]:
1854         Add g_file_set_display_name_async()
1855
1856 2007-09-26  Alexander Larsson  <alexl@redhat.com>
1857
1858         * gio/gfile.[ch]:
1859         Add load_partial_contents async calls
1860         
1861         * gio/glocalfile.c:
1862         Make internal function static
1863
1864 2007-09-26  Alexander Larsson  <alexl@redhat.com>
1865
1866         * gio/glocalfileinfo.c:
1867         Correctly detect broken symlinks
1868
1869 2007-09-26  Alexander Larsson  <alexl@redhat.com>
1870
1871         * gio/gcancellable.c (g_cancellable_cancel):
1872         Allow cancel on NULL cancellable
1873
1874 2007-09-25  Alexander Larsson  <alexl@redhat.com>
1875
1876         * gio/gsimpleasyncresult.c:
1877         Don't allocate g_error manually.
1878         Fixes g_slice/g_new mixup crash
1879
1880 2007-09-25  Alexander Larsson  <alexl@redhat.com>
1881
1882         * gio/glocaldirectorymonitor.c (g_local_directory_monitor_new):
1883         Actually set active_backend.
1884         This means the monitor will be cancelled correctly.
1885
1886 2007-09-25  Alexander Larsson  <alexl@redhat.com>
1887
1888         * gio/gdirectorymonitor.c:
1889         Set timeout to NULL when destroying
1890
1891 2007-09-25  Alexander Larsson  <alexl@redhat.com>
1892
1893         * gio/gioerror.h:
1894         Rename G_IO_ERROR_NOT_MOUNTABLE to G_IO_ERROR_NOT_MOUNTABLE_FILE as
1895         that is a better description of the error.
1896
1897 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
1898
1899         * gio/gvfs.c: (g_vfs_get_local):
1900         Make the local vfs variable static. The same instance should
1901         always be returned.
1902
1903 2007-09-24  Alexander Larsson  <alexl@redhat.com>
1904
1905         * gio/glocalfileinfo.c:
1906         Pass in actual length read into sniffer, not the length
1907         we tried to read.
1908
1909 2007-09-21  Alexander Larsson  <alexl@redhat.com>
1910
1911         * gio/gfileenumerator.c:
1912         * gio/gfileinfo.c:
1913         * gio/gfileinfo.h:
1914         * gio/gfileinputstream.c:
1915         * gio/gfileoutputstream.c:
1916         * gio/ginputstream.c:
1917         * gio/goutputstream.c:
1918         Don't crash if async callbacks are NULL
1919
1920 2007-09-20  Alexander Larsson  <alexl@redhat.com>
1921
1922         * gio/gfile.[ch]:
1923         Add async enumerate_children method and default
1924         implementation
1925
1926 2007-09-20  Alexander Larsson  <alexl@redhat.com>
1927
1928         * gio/gfile.[ch]
1929         Add g_file_contains_file & g_file_get_relative_path, since they
1930         were needed for nautilus.
1931         Renamed g_file_resolve_relative to g_file_resolve_relative_path
1932         to make it clearer.
1933         
1934         * gio/gdummyfile.c:
1935         * gio/glocalfile.c:
1936         Implement new methods
1937
1938 2007-09-17  Alexander Larsson  <alexl@redhat.com>
1939
1940         * gio/gfile.[ch]:
1941         * gio/gfileinputstream.[ch]:
1942         * gio/gfileoutputstream.[ch]:
1943         * gio/glocalfile.c:
1944         * gio/glocalfileenumerator.[ch]:
1945         * gio/glocalfileinfo.[ch]:
1946         * gio/glocalfileinputstream.c:
1947         * gio/glocalfileoutputstream.c:
1948         * gio/gpollfilemonitor.c:
1949         * programs/gio-copy.c:
1950         * programs/gio-info.c:
1951         * programs/gio-move.c:
1952         Rename get_file_info to query_info() to make it clearer
1953         that these are not simple getters, but do i/o.
1954
1955 2007-09-17  Alexander Larsson  <alexl@redhat.com>
1956
1957         * gio/gdatainputstream.[ch]:
1958         * gio/test-streams.c:
1959         Use _read_XXX instead of _get_XXX for the i/o calls
1960         in GDataInputStream
1961
1962 2007-09-17  Alexander Larsson  <alexl@redhat.com>
1963
1964         * gio/gappinfo.h:
1965         Added needed stuff to TODO comment
1966
1967 2007-09-17  Alexander Larsson  <alexl@redhat.com>
1968
1969         * gio/glocalfileoutputstream.c (g_local_file_output_stream_close):
1970         Don't error out removing the backup copy if it doesn't
1971         already exist.
1972
1973 2007-09-14  Alexander Larsson  <alexl@redhat.com>
1974
1975         * programs/Makefile.am:
1976         * programs/gvfs-*.c: 
1977         * programs/gio-*.c:
1978         Renamed apps from gvfs-xxx to gio-xxx.
1979
1980 2007-09-14  Alexander Larsson  <alexl@redhat.com>
1981
1982         * gio/gfile.c:
1983         * gio/gfileoutputstream.[ch]:
1984         * gio/glocalfileoutputstream.c:
1985         * programs/gvfs-save.c:
1986         g_file_output_stream_get_etag doesn't do i/o, so remove
1987         cancellation and error.
1988
1989 2007-09-14  Alexander Larsson  <alexl@redhat.com>
1990
1991         * gio/gfile.[ch]:
1992         Add new_etag output to replace_contents functions
1993
1994 2007-09-14  Alexander Larsson  <alexl@redhat.com>
1995
1996         * gio/gfileoutputstream.[ch]:
1997         Add async get_file_info and default implementation
1998
1999 2007-09-14  Alexander Larsson  <alexl@redhat.com>
2000
2001         * gio/gfileinputstream.c:
2002         Implement fallback wrapper for async get_file_info
2003
2004 2007-09-14  Alexander Larsson  <alexl@redhat.com>
2005
2006         * gio/gfile.[ch]:
2007         Add etag out argument to load_contents
2008         
2009         * gio/test-gio.c:
2010         Update to new API
2011
2012 2007-09-14  Alexander Larsson  <alexl@redhat.com>
2013
2014         * gio/gcontenttype.c (looks_like_text):
2015         Whitespace like tab, cr and lf do not make the
2016         file binary.
2017
2018 2007-09-14  Alexander Larsson  <alexl@redhat.com>
2019
2020         * gio/gfileinputstream.[ch]:
2021         Add async get_file_info.
2022
2023 2007-09-13  Alexander Larsson  <alexl@redhat.com>
2024
2025         * gio/goutputstream.c (g_output_stream_write_all):
2026         Allow NULL for bytes_written
2027
2028 2007-09-13  Alexander Larsson  <alexl@redhat.com>
2029
2030         * gio/gmemoryinputstream.[ch]:
2031         Add accessors for data
2032
2033 2007-09-13  Alexander Larsson  <alexl@redhat.com>
2034
2035         * gio/gdatainputstream.c (g_data_input_stream_get_until):
2036         Don't crash if length is NULL
2037