Initial commit
[platform/upstream/glib2.0.git] / docs / reference / ChangeLog
1 === ChangeLog discontinued ===
2
3         With the move to git, GLib is switching from a ChangeLog file
4         to relying on commit messages to provide change history. Please
5         see README.commits for guidance on the expected message format.
6
7 2009-03-13  Matthias Clasen  <mclasen@redhat.com>
8
9         * === Released 2.20.0 ===
10
11 2009-03-02  Matthias Clasen <mclasen@redhat.com>
12
13         * === Released 2.19.10 ===
14
15 2009-03-02  Matthias Clasen <mclasen@redhat.com>
16
17         * === Released 2.19.9 ===
18
19 2009-03-01  Matthias Clasen  <mclasen@redhat.com>
20
21         Bug 573128 – A couple of typos in GObject documentation
22
23         * gobject/tut_gobject.xml: Fix some typos. Reported by Dimitri Vorbiev
24
25 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
26
27         * === Released 2.19.8 ===
28
29 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
30
31         * === Released 2.19.7 ===
32
33 2009-02-06  Stefan Kost  <ensonic@users.sf.net>
34
35         * gio/gio-docs.xml:
36         * glib/glib-docs.sgml:
37         * gobject/gobject-docs.sgml:
38           Add online urls for library.gnome.org. This allows other docs to do
39           gtkdoc-rebase --online --html-dir=html
40           before publishing docs and have working xrefs.
41
42 2009-02-02  Matthias Clasen  <mclasen@redhat.com>
43
44         * === Released 2.19.6 ===
45
46 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
47
48         * === Released 2.19.5 ===
49
50 2009-01-13  Matthias Clasen  <mclasen@redhat.com>
51
52         * glib/glib-sections.txt:
53         * glib/tmpl/base64.sgml: Mention g_base64_decode_inplace
54
55 2009-01-05  Matthias Clasen  <mclasen@redhat.com>
56
57         * === Released 2.19.4 ===
58
59 2009-01-02  Matthias Clasen <mclasen@redhat.com>
60
61         * glib/tmpl/string_utils.sgml: Move most function docs inline.
62
63 2009-01-01  Matthias Clasen <mclasen@redhat.com>
64
65         Bug 565831 – error in interface creation sample
66
67         * gobject/tut_howto.xml: Fix an example. Pointed out by
68         Jens Georg.
69
70 2008-12-15  Matthias Clasen <mclasen@redhat.com>
71
72         * === Released 2.19.3 ===
73
74 2008-12-08  Matthias Clasen  <mclasen@redhat.com>
75
76         * gio/gio-sections.txt: Add new functions
77
78 2008-12-07  Behdad Esfahbod  <behdad@gnome.org>
79
80         Bug 563156 – Document printing and scanning gunichar values
81
82         * glib/tmpl/unicode.sgml: Document printing and scanning gunichar
83         values.
84
85 2008-12-07  Behdad Esfahbod  <behdad@gnome.org>
86
87         Bug 563150 – G_GU?INT*_MODIFIER/FORMAT docs
88
89         * glib/tmpl/glib-unused.sgml:
90         * glib/tmpl/macros_misc.sgml:
91         * glib/tmpl/types.sgml:
92         Update docs to mention scanning as well as printing.
93         Cross reference these from their respective types.
94
95 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
96
97         * === Released 2.19.2 ===
98
99 2008-12-01  Matthias Clasen  <mclasen@redhat.com>
100
101         * === Released 2.19.1 ===
102
103 2008-12-01  Alexander Larsson  <alexl@redhat.com>
104
105         Reviewed by NOBODY (OOPS!).
106
107         * gio/gio-sections.txt:
108
109 2008-11-30  Matthias Clasen  <mclasen@redhat.com>
110
111         * glib/running.sgml: Mention all and help special options in
112         debug envvars.
113
114 2008-11-30  Matthias Clasen  <mclasen@redhat.com>
115
116         Bug 562538 – GObject interface tutorial shouldn't finalise with
117         "Please forget everything"
118
119         * gobject/tut_gtype.xml: Remove the questionable closing sentence
120         and all references to private functions. Pointed out by Christian
121         Dywan.
122
123 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
124
125         Bug 559452 – GObject Reference Manual (typo)
126         Bug 559462 – GObject Reference Manual (typo)
127         Bug 559517 – GObject Reference Manual (typo)
128
129         * gobject/tut_howto.xml:
130         * gobject/tut_gsignal.xml: 
131         * gobject/tut_gobject.xml: Fix typos, found by Andrew Feren.
132
133 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
134
135         * gio/gio-sections.txt: Add g_app_info_get_commandline
136
137 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
138
139         * glib/tmpl/keyfile.sgml: Explain locale identifiers in
140         more detail
141
142 2008-11-28  Matthias Clasen  <mclasen@redhat.com>
143
144         Bug 562549 – g_byte_array_free should tell how free data
145
146         * glib/tmpl/arrays_byte.sgml: Improve docs, proposed by
147         Guillaume Desmottes
148
149 2008-11-21  Matthias Clasen  <mclasen@redhat.com>
150
151         * glib/Makefile.am:
152         * gobject/Makefile.am:
153         * gio/Makefile.am: Use a new gtk-doc feature to generate
154         much nicer indices.
155
156 2008-11-14  Matthias Clasen  <mclasen@redhat.com>
157
158         * glib/glib-sections.txt: Add G_STATIC_ASSERT and friends
159
160 2008-11-14  Matthias Clasen  <mclasen@redhat.com>
161
162         * gio/gio-sections.txt: Add G_FILE_ATTRIBUTE_PREVIEW_ICON
163
164 2008-11-10  Behdad Esfahbod  <behdad@gnome.org>
165
166         Bug 559448 – GObject Reference Manual (typo)
167
168         * gobject/tut_gobject.xml: Fix typo.
169
170 2008-11-03 Matthias Clasen  <mclasen@redhat.com>
171
172         Bug 552776 – ac_cv_func_posix_getgrgid_r not mentioned
173
174         * glib/cross.sgml: Mention ac_cv_func_posix_getgrgid_r.
175
176 2008-10-29 16:04:38  Tim Janik  <timj@gtk.org>
177
178         * glib/tmpl/macros_misc.sgml: Clarified/added docs for
179         G_STRINGIFY, G_PASTE and G_STATIC_ASSERT, based on
180         patches from Christian Persch and  Christian Dywan.
181
182 2008-10-21  Alexander Larsson  <alexl@redhat.com>
183
184         * gio/gio-sections.txt:
185         Update with new symbolse
186
187 2008-10-16  Matthias Clasen <mclasen@redhat.com>
188
189         * === Released 2.19.0 ===
190
191         * gio/gio-sections.txt: Add new api
192
193         * gobject/gobject-docs.sgml: 
194         * gio/gio-docs.xml: Add new indexes
195
196 2008-10-16  Matthias Clasen  <mclasen@redhat.com>
197
198         * glib/Makefile.am: Don't specify multiple directories in
199         DOC_SOURCE_DIR. It doesn't work.
200
201 2008-09-26  Dan Winship  <danw@gnome.org>
202
203         * glib/tmpl/testing.sgml: Fix lots of typos, document
204         g_assert_error() and g_assert_no_error()
205
206 2008-09-26`  Matthias Clasen  <mclasen@redhat.com>
207
208         * glib/tmpl/iochannel.sgml: Move more docs inline
209
210 2008-09-17  Matthias Clasen  <mclasen@redhat.com>
211
212         * === Released 2.18.1 ===
213
214 2008-09-15  Matthias Clasen  <mclasen@redhat.com>
215
216         Bug 552359 – g_file_info_get_icon should return GThemedIcon, and
217         g_themed_icon_get_names shold be documented ?
218
219         * gio/gio-sections.txt: Add g_themed_icon_get_names. 
220
221 2008-09-12  Matthias Clasen  <mclasen@redhat.com>
222
223         * glib/tmpl/modules.sgml: Reinstate docs that somehow got lost.
224
225 2008-09-02  Matthias Clasen  <mclasen@redhat.com>
226
227         * === Released 2.18.0 ===
228
229 2008-09-02  Matthias Clasen  <mclasen@redhat.com>
230
231         * gobject/gobject-sections.txt: Add g_object_get_type
232
233 2008-09-02  Matthias Clasen  <mclasen@redhat.com>
234
235         Bug 550056 – Missing documentation for g_emblemed_icon_get_emblems
236
237         * gio/gio-sections.txt: Add some missing GEmblem functions.
238         Noticed by Cosmio Cecchi
239
240 2008-08-27  Matthias Clasen  <mclasen@redhat.com>
241
242         * glib/tmpl/i18n.sgml: Add hint about intltool to NC_() docs.
243
244 2008-08-18  Matthias Clasen  <mclasen@redhat.com>
245
246         * === Released 2.17.7 ===
247
248 2008-08-16  Matthias Clasen  <mclasen@redhat.com>
249         
250         * gio/gio-sections.txt: Fix a typo
251
252 2008-08-15  Tor Lillqvist  <tml@novell.com>
253
254         * glib/tmpl/threads.sgml: Add an exception: g_mem_set_vtable() may
255         be called before g_thread_init().
256
257 2008-08-15  Tor Lillqvist  <tml@novell.com>
258
259         * glib/tmpl/threads.sgml: Warn about the consequences of not
260         calling g_thread_init() first, if it will be called at all. Advice
261         calling it if using random GLib-based libraries.
262
263 2008-08-11  Matthias Clasen  <mclasen@redhat.com>
264
265         Bug 547262 – Missing link in the docs
266
267         * glib/tmpl/gregex.sgml: Fix a reference.
268         Pointed out by Bastien Nocera
269
270 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
271
272         * === Released 2.17.6 ===
273
274 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
275
276         * gio/gio.types:
277         * gio/gio-docs.xml:
278         * gio/gio-sections.txt: Add Gemblem
279
280 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
281
282         * === Released 2.17.5 ===
283
284 2008-08-04  Matthias Clasen  <mclasen@redhat.com>
285
286         * gobject/gobject-docs.sgml: Add a 2.18 index
287
288 2008-08-01  Matthias Clasen  <mclasen@redhat.com>
289
290         * gio/gio-sections.txt: Add some more GEmblemedIcon things.
291
292         * glib/tmpl/testing.sgml: Fix a typo. Noticed by Marek Kasik.
293
294 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
295
296         * glib/glib-sections.txt: Add g_markup_context_get_user_data
297
298 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
299
300         * gio/gio-sections.txt:
301         * gio/gio-docs.xml: Add GEmblemedIcon 
302
303 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
304
305         * === Released 2.17.4 ===
306
307 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
308
309         * gobject/gobject-sections.txt: Add new signal api.
310
311 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
312
313         * glib/glib-sections.txt:
314         * glib/tmpl/i18n.sgml: Add new gettext stuff
315
316 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
317
318         Bug 530759 – update the gobject tutorial to the XXI century
319
320         * gobject/*: Some updates to the tutorial. Patch by Emmanuele
321         Bassi.
322
323 2008-07-18  Matthias Clasen  <mclasen@redhat.com>
324
325         * gio/gio-sections.txt: Add g_content_type_guess_for_tree
326
327 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
328
329         Bug 543220 – Case collision on gio-extension-points.html
330
331         Reported by Ryan Schmidt
332         * gio/overview.xml: Rename id to avoid filename conflict.
333
334 2008-07-16  Matthias Clasen  <mclasen@redhat.com>
335
336         Bug 543168 – Description of G_SLICE=debug-blocks discourages its use
337
338         * glib/running.sgml: Improve docs of G_SLICE=debug-blocks.
339         Patch by Alessandro Vesely.
340
341 2008-07-08  Matthias Clasen  <mclasen@redhat.com>
342
343         * gio/gio-sections.txt: Add new GMount functions
344
345 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
346
347         Bug 521589 – [RFC] gobject documentation should mention Vala
348
349         * gobject/tut_tools.xml: Add a reference to Vala.
350         Patch by Marc-Andre Lureau.
351
352 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
353
354         * glib/glib-sections.txt: Move g_strcmp0 to a more appropriate
355         place in the docs.
356
357 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
358
359         * === Released 2.17.3 ===
360
361 2008-07-02  Matthias Clasen  <mclasen@redhat.com>
362
363         * gio/gio-sections.txt: Add g_desktop_app_info_new_from_keyfile
364         and g_file_monitor
365
366 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
367
368         * gio/gio.types: Add missing types. Pointed out by David Zeuthen.
369
370 2008-06-24  Michael Natterer  <mitch@imendio.com>
371
372         * glib/Makefile.am
373         * gobject/Makefile.am: don't comment out the include of
374         Makefile.decl just because there are no tests. It needs to be
375         included in each Makefile.am or make check will fail.
376
377 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
378
379         * glib/Makefile.am:
380         * gobject/Makefile.am:
381           Unify the Makefiles. In glib only scan glib folders.
382
383 2008-06-16  Ross Burton  <ross@burtonini.com>
384
385         * gio/gio-sections.txt:
386         Add g_file_enumerator_get_container.
387
388 2008-06-14  Matthias Clasen  <mclasen@redhat.com>
389
390         * glib/tmpl/macros_misc.sgml: Document G_GNUC_MAY_ALIAS
391
392         * glib/tmpl/testing.sgml: Move docs around, and add more
393
394         * glib/tmpl/unicode.sgml: Document break types
395
396         * glib/tmpl/hash_tables.sgml: Add docs for GHashTableIter
397
398 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
399         
400         * === Released 2.17.2 ===
401
402 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
403
404         * === Released 2.17.1 ===
405
406 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
407
408         * gio/gio-sections.txt: Add some new symbols
409
410 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
411
412         * glib/running.sgml: Remove mention of G_WIN32_PRETEND_WIN9X
413
414 2008-06-12  Ross Burton  <ross@burtonini.com>
415
416         * gio/gio-sections.txt:
417         Add g_file_make_directory_with_parents.
418
419 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
420
421         * glib/glib-sections.txt: Testing documentation fixups
422
423 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
424
425         * glib/gtester.xml:
426         * glib/gtester.1:
427         * glib/gtester-report.xml:
428         * glib/gtester-report.1:
429         * glib/glib-docs.sgml:
430         * glib/Makefile.am: Add gtester, gtester-report man pages
431
432 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
433
434         * glib/glib-sections.txt: Add g_dgettext() and g_dngettext().
435
436 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
437
438         Bug 535418 – Please document which glib version defines goffset
439
440         * glib/tmpl/types.sgml: Add a Since tag for goffset
441         Proposed by Holger Berndt
442
443 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
444
445         Bug 528715 – Misprint in the description of the interface
446         g_type_class_add_private
447
448         * glib/tmpl/macros_misc.sgml:
449         * gobject/tmpl/gclosure.sgml:
450         * gobject/tmpl/gtype.sgml: Fix typos
451         Noticed by Areg Beketovski
452
453 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
454
455         Bug 528714 – Misprint in the description of the interface 
456         g_param_spec_flags
457
458         * gobject/tmpl/param_value_types.sgml: Fix a typo.
459         Pointed out by Areg Beketovski
460
461 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
462
463         Bug 537260 – Doc bug in G_TYPE_INSTANCE_GET_CLASS()
464
465         * gobject/tmpl/gtype.sgml: Fix unclear parameter descriptions.
466         Pointed out by Behdad Esfahbod
467
468 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
469
470         Bug 530527 – Misprint in the description of the interface
471         g_cclosure_marshal_VOID__FLAGS
472
473         * gobject/tmpl/gclosure.sgml: Fix a duplication.
474         Noticed by Areg Beketovski
475
476 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
477
478         Bug 530526 – Misprint in the description of the fields 'class_init' 
479         and 'class_finalize' of the structure GTypeInfo
480
481         * gobject/tmpl/gtype.sgml: Improve GTypeInfo docs
482         Proposed by Areg Beketovski
483
484 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
485
486         Bug 528719 – Improvement to the documentation of the
487         "g_object_connect" interface
488
489         * gobject/tmpl/objects.sgml: Improve the documentation of
490         g_object_connect. Proposed by Areg Bketovski
491
492 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
493
494         Bug 528172 – gtk_signal_handlers_unblock_* functions return value
495         amount of matched signals, not amount of actually unblocked.
496
497         * gobject/tmpl/signals.sgml: Fix documentation of return value
498         of functions that operate on matched signal handlers.
499
500 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
501
502         Bug 528717 – Misprint in the description of the parameter 
503         'type_id' for the interface g_type_register_fundamental
504
505         * gobject/tmpl/gtype.sgml: Remove references to GTypeFundamentals
506         Pointed out by Areg Beketovski
507
508 2008-06-11  Matthias Clasen  <mclasen@redhat.com>
509
510         Bug 528716 – Misprint in the description of the parameter 
511         'iface_data' for the callback types GInterfaceInitFunc and 
512         GInterfaceFinalizeFunc
513
514         * gobject/tmpl/gtype.sgml: Fix description of parameters
515         for GInterface{Init/Finalize}Func.
516         Pointed out by Areg Beketovski
517
518 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
519
520         * gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK
521
522 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
523
524         * gio/gio-sections.txt: Add g_themed_icon_prepend_name
525
526 2008-06-10 14:06:34  Tim Janik  <timj@imendio.com>
527
528         * gobject/tmpl/gtype.sgml: fixed documentation regarding type checking
529         macros that do and do not issue warnings.
530
531 2008-05-28  Matthias Clasen  <mclasen@redhat.com>
532
533         * glib/glib-docs.sgml:
534         * gio/gio-docs.sgml: Add indexes of 2.18 additions
535
536 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
537
538         * === Released 2.17.0 ===
539
540 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
541
542         * glib/compiling.sgml: Document G_DISABLE_SINGLE_INCLUDES
543
544 2008-05-27  Michael Natterer  <mitch@gimp.org>
545
546         * glib/tmpl/gurifuncs.sgml
547         * glib/tmpl/testing.sgml: new files.
548
549         * glib/tmpl/unicode.sgml
550         * glib/tmpl/macros_misc.sgml
551         * glib/tmpl/checksum.sgml: regenerated.
552
553         * Updated lots of svn:ignore all over the place.
554
555 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
556         
557         Bug 535021 – g_param_spec_internal documentation should 
558         describe purpose of nick and blurb
559
560         * gobject/tmpl/gparamspec.sgml: Explain nicks and blurbs
561         some more.
562
563 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
564
565         * glib/glib-docs.sgml: Add 2.18 index
566
567         * glib/glib-sections.txt: Add g_checksum_reset
568
569 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
570
571         * gobject/tmpl/gclosure.sgml: Fix docs for
572         g_cclosure_marshal_STRING__OBJECT_POINTER. (#534177, Areg Beketovski)
573
574 2008-05-18  Matthias Clasen  <mclasen@redhat.com>
575
576         Bug 527214 – g_timer_elapsed() returns random values.
577
578         * docs/reference/glib/tmpl/timers.sgml:
579         Add notes regarding gthreads dependency. 
580         Patch by Mathias Hasselmann
581
582 2008-05-17  Matthias Clasen  <mclasen@redhat.com>
583
584         * gio/gio-sections.txt: Add new api
585
586 2008-05-17  Matthias Clasen  <mclasen@redhat.com>
587
588         Bug 528648 – Extra >s in Object Construction section...
589
590         * gobject/tut_howto.xml: Fix a formatting glitch
591
592 2008-05-14  Tor Lillqvist  <tml@novell.com>
593
594         * glib/tmpl/spawn.sgml: Don't mention fork()/exec() in the short
595         description. fork()/exec() is an implementation detail on Unix.
596
597 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
598
599         * glib/tmpl/unicode.sgml: Updates for Unicode 5.1
600
601 2008-04-07  Matthias Clasen  <mclasen@redhat.com>
602
603         Bug 526572 – Missing * in declaration of parent_class in Object
604         Destruction section of GObject Reference Manual
605
606         * gobject/tut_howto.xml: Add missing *.
607
608 2008-04-03  Matthias Clasen  <mclasen@redhat.com>
609
610         Bug 525553 – fix typo and nitpicking in GArray documentation
611
612         * glib/tmpl/arrays.sgml: Correct an index in an example,
613         pointed out by Paul Bolle
614
615 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
616         
617         * gio/gio-sections.txt: Add g_file_query_file_type.
618
619 2008-03-30  Matthias Clasen  <mclasen@redhat.com>
620
621         * glib/glib-sections.txt:
622         * glib/tmpl/macros-misc.sgml: Document G_GNUC_ALLOC_SIZE
623         macros
624
625 2008-03-28  A. Walton  <awalton@svn.gnome.org>
626
627         * gio/overview.xml:
628         Document GIO_EXTRA_MODULES, fixes a small typo.
629
630 2008-03-19  Matthias Clasen  <mclasen@redhat.com>
631
632         * gio/overview.xml: Document GVS_DISABLE_FUSE.
633
634 2008-03-12  Benjamin Otte  <otte@gnome.org>
635
636         * gio/gio-sections.txt:
637         g_file_contains_file() doesn't exist anymore
638
639 2008-03-10  Matthias Clasen  <mclasen@redhat.com>
640         
641         * === Released 2.16.1 ===
642
643 2008-03-10  Matthias Clasen  <mclasen@redhat.com>
644
645         * === Released 2.16.0 ===
646
647 2008-03-10  Matthias Clasen  <mclasen@redhat.com>
648
649         * glib/tmpl/linked_lists_double.sgml:
650         * glib/tmpl/linked_lists_single.sgml: Remove docs that have
651         been inlined.
652
653 2008-03-10  Matthias Clasen  <mclasen@redhat.com>
654
655         * glib/tmpl/types.sgml: Add a Since marker for goffset (#521013,
656         Charles Kerr)
657
658 2008-02-29  Matthias Clasen  <mclasen@redhat.com>
659
660         * glib/tmpl/linked_lists_double.sgml: Move docs inline
661
662 2008-02-25  Matthias Clasen  <mclasen@redhat.com>
663
664         * === Released 2.15.6 ===
665
666 2008-02-23  Matthias Clasen  <mclasen@redhat.com>
667
668         * gio/gio-sections.txt: Updates
669
670 2008-02-21  Tor Lillqvist  <tml@novell.com>
671
672         * glib/running.sgml: Clarify character set issues on Windows.
673
674 2008-02-13  Ryan Lortie  <desrt@desrt.ca>
675
676         * gio/gio-sections.txt: add G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
677
678 2008-02-12  Matthias Clasen <mclasen@redhat.com>
679
680         * gio/migration.xml: Add a note about mime monitoring
681
682 2008-02-11  Matthias Clasen <mclasen@redhat.com>
683
684         * === Released 2.15.5 ===
685
686 2008-02-11  Matthias Clasen <mclasen@redhat.com>
687
688         * gio/gio-docs.xml:
689         * gio/gio-sections.txt:
690         * gio/overview.xml: Documentation additions
691
692 2008-02-10  Philip Withnall  <pwithnall@svn.gnome.org>
693
694         * glib/tmpl/modules.sgml: Improve the documentation for
695         the G_MODULE_EXPORT macro. (#514470)
696
697 2008-02-09  Matthias Clasen  <mclasen@redhat.com>
698
699         * glib/tmpl/i18n.sgml: Improve the documentation for the
700         N_() macro.  (#514053, Tommi Vainikainen)
701
702 2008-01-29  Christian Persch  <chpe@gnome.org>
703
704         * glib/tmpl/macros_misc.sgml: G_GNUC_[PRETTY_]FUNCTION are
705         deprecated since 2.16, not 2.14.
706
707 2008-01-28  Matthias Clasen  <mclasen@redhat.com>
708
709         * === Released 2.15.4 ===
710
711 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
712
713         * glib/tmpl/trees-nary.sgml: Move docs inline
714
715 2008-01-27  Matthias Clasen  <mclasen@redhat.com>
716
717         * glib/tmpl/macros_misc.sgml: Document G_GNUC_(PRETTY)_FUNCTION
718         as deprecated.
719
720 2008-01-24  Matthias Clasen  <mclasen@redhat.com>
721
722         * gio/migration.xml: Some more
723
724 2008-01-23  Matthias Clasen  <mclasen@redhat.com>
725
726         * gio/migration.xml: Add something on trash handling
727         and some very sketchy information on gnome_vfs_xfer
728
729 2008-01-23  Matthias Clasen  <mclasen@redhat.com>
730
731         * gio/overview.xml: Document environment
732         variables used by GIO.
733
734 2008-01-21  Matthias Clasen  <mclasen@redhat.com>
735
736         * === Released 2.15.3 ===
737
738 2008-01-20  Matthias Clasen  <mclasen@redhat.com>
739
740         * gio/gio-sections.txt: Additions
741
742 2008-01-14  Matthias Clasen  <mclasen@redhat.com>
743
744         * === Released 2.15.2 ===
745
746 2008-01-11  Matthias Clasen  <mclasen@redhat.com>
747         
748         * glib/*: Hook up gtestutils docs.
749         
750 2008-01-08  Alexander Larsson  <alexl@redhat.com>
751
752         * gio/gio-docs.xml:
753         * gio/migrating.xml:
754         Remove GDirectoryMonitor refernces
755
756 008-01-07  Matthias Clasen  <mclasen@redhat.com>
757
758         * === Released 2.15.1 ===
759
760 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
761
762         * glib/glib-sections.txt:
763         * gio/gio-sections.txt: Update to api changes
764
765 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
766
767         * glib/building.sgml: Document new dependencies and 
768         configure options.
769
770 2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>
771
772         * gio/migrating.xml: Fixed invalid XML entity
773
774 2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>
775
776         * glib/tmpl/macros_misc.sgml: Fixed typo
777
778 2007-12-30  Matthias Clasen  <mclasen@redhat.com>
779
780         * gio/Makefile.am:
781         * gio/gio-sections.txt: Updates
782
783 2007-12-29  Matthias Clasen  <mclasen@redhat.com>
784
785         * glib/tmpl/spawn.sgml: Add a warning about allowed functions
786         between fork() and exec().
787
788 2007-12-24  Benjamin Otte  <otte@gnome.org>
789
790         * glib/tmpl/timers.sgml: Add a warning about g_thread_init
791         invalidating timers. (#491218)
792
793 2007-12-24  Mathias Hasselmann  <mathias@openismus.com>
794
795         Fix typo in g_try_new0 docs (#505195, Felix Riemann).
796
797         * docs/reference/glib/tmpl/memory.sgml: Reference
798         n_structs, instead of non-existant n_counts argument.
799
800 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
801
802         * gobject/tmpl/gtypemodule.sgml: Fix a typo
803
804 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
805
806         * === Released 2.15.0 ===
807
808 2007-12-19  Alexander Larsson  <alexl@redhat.com>
809
810         * gio/migrating.xml:
811         * gio/overview.xml:
812         Some minor fixes and additions.
813         
814 2007-12-17  Matthias Clasen <mclasen@redhat.com>
815
816         * gio: Flesh out the overview and migration docs.
817
818 2007-12-17  Matthias Clasen <mclasen@redhat.com>
819
820         * gio/migration.xml: Stub of a migration chapter
821         * gio/overview.xml: Stub of an overview
822         * gio/gvfs-overview.{odg,png}: Overview diagram taken
823         from Alex Guadec slides.
824
825         * gio/Makefile.am:
826         * gio/gio-docs.xml: Include these
827
828 2007-12-17  Matthias Clasen <mclasen@redhat.com>
829
830         * gio/gio-sections.txt: Updates
831
832 2007-12-14  Matthias Clasen <mclasen@redhat.com>
833
834         * glib/tmpl/hash_tables.sgml:
835         * glib/glib-sections.txt: Add hash iterator functions
836
837 2007-12-10  Matthias Clasen <mclasen@redhat.com>
838
839         * gio/gio-sections.txt:
840         * gio/gio-docs.xml:
841         * gio/gio.types: Add gdesktopappinfo
842
843 2007-12-10  Bastien Nocera  <hadess@hadess.net>
844
845         * glib/tmpl/keyfile.sgml: Mention the difference
846         in handling booleans between GKeyFile and .INI files
847         (Closes: #468882)
848
849 2007-12-10  Alexander Larsson  <alexl@redhat.com>
850
851         * gio/Makefile.am:
852         Remove more internal headers.
853         
854         * gio/gio-sections.txt:
855         Update for changes
856
857 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
858
859         * gio/Makefile.am: Ignore gioalias.h
860         * gio/gio-sections.txt: Updates
861
862 2007-12-07  Behdad Esfahbod  <behdad@gnome.org>
863
864         * glib/tmpl/date.sgml: Fix tiny grammar typo.
865
866 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
867
868         * glib/glib-sections.txt: Add GChecksum public API.
869
870         * glib/tmpl/checksum.sgml:
871         * glib/glib-docs.sgml: Add the checksums API page.
872
873 2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
874
875         Bug 500361 – Improve docs for g_array_free() and g_ptr_array_free()
876
877         * glib/tmpl/arrays.sgml:
878         * glib/tmpl/arrays_pointer.sgml:
879         Document how to free the return value.
880
881 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
882
883         * gio/gio-sections.txt: More cleanup
884
885         * gio/gio.types: Remove internal types
886
887 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
888
889         * gio/gio-sections.txt: Remove nonexisting functions
890
891 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
892
893         * gio/gio-sections.txt: Some additions
894
895 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
896
897         * gio/gio-sections.txt:
898         * gio/gio-docs.xml:
899         * gio/gio.types: Update for api changes
900
901 2007-11-26  Alexander Larsson  <alexl@redhat.com>
902
903         * Makefile.am:
904         * gio/Makefile.am:
905         * gio/gio-docs.xml:
906         * gio/gio-sections.txt:
907         * gio/gio.types:
908         * gio/version.xml.in:
909         Add gio docs
910
911 2007-11-23  Matthias Clasen <mclasen@redhat.com>
912
913         * glib/tmpl/i18n.sgml:
914         * glib/glib-sections.txt: Add g_dpgettext(), C_()
915
916 2007-11-18  Matthias Clasen <mclasen@redhat.com>
917
918         * glib/tmpl/option.sgml: Update the example to demonstrate
919         error handling.  (#497033, Matti Katila)
920
921 2007-11-09  Matthias Clasen <mclasen@redhat.com>
922
923         * glib/tmpl/patterns.sgml: Add a warning about strlen vs
924         g_utf8_strlen.  (#455725, Michael Rasmussen)
925
926         * glib/tmpl/date.sgml: Add a footnote explaining leap years.
927         (#491982, Areg Beketovski)
928
929         * glib/tmpl/date.sgml: Improve g_date_clamp docs.  (#491970,
930         Areg Beketovski)
931
932 2007-11-08  Matthias Clasen <mclasen@redhat.com>
933
934         * glib/tmpl/memory.sgml
935         * glib/tmpl/hooks.sgml: Cleanups and fixes
936
937 2007-11-08  Matthias Clasen <mclasen@redhat.com>
938
939         * glib/tmpl/thread_pools.sgml: Fix the GThreadPool docs. 
940         (#491959, Areg Beketovski)
941
942 2007-11-07  Matthias Clasen <mclasen@redhat.com>
943
944         * glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack
945
946 2007-11-07  Matthias Clasen <mclasen@redhat.com>
947
948         * glib/building.sgml: Fix a typo
949
950 2007-11-07  Matthias Clasen <mclasen@redhat.com>
951
952         * === Released 2.14.3 ===
953
954 2007-11-05  Mathias Hasselmann  <mathias@openismus.com>
955
956         * docs/reference/gobject/tut_gtype.xml: Use correct naming conventions
957         when explaining maman_bar_get_type(). (#493688) Mention G_DEFINE_TYPE.
958
959 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
960
961         * gobject/tmpl/gparamspec.sgml: Small update  (#477704, Ross Burton)
962
963 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
964
965         * === Released 2.14.2 ===
966
967 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
968
969         * gobject/tmpl/param_value_types.sgml: Add some discussion on 
970         g_value_set_object() vs g_value_take_object().  (#477957, Davyd
971         Madeley)
972
973 2007-09-19  Behdad Esfahbod  <behdad@gnome.org>
974
975         * glib/building.sgml: Fix gettext URL. (#478349, kraai ftbfs.org)
976
977 2007-09-19  Matthias Clasen  <mclasen@redhat.com>
978
979         * === Released 2.14.1 ===
980
981 2007-09-16  Matthias Clasen  <mclasen@redhat.com>
982         
983         * glib/Makefile.am: Remove reference to trio
984
985 2007-09-11  Matthias Clasen  <mclasen@redhat.com>
986
987         * glib/tmpl/error_reporting.sgml: Add an example.  (#474229,
988         Rob Bradford)
989
990 2007-09-09  Behdad Esfahbod  <behdad@gnome.org>
991
992         * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899)
993
994 2007-09-05  Behdad Esfahbod  <behdad@gnome.org>
995
996         * glib/tmpl/glib-unused.sgml:
997         * glib/tmpl/macros_misc.sgml:
998         * glib/tmpl/main.sgml:
999         * gobject/tmpl/gparamspec.sgml:
1000
1001 Tue Aug 28 19:04:12 2007  Tim Janik  <timj@gtk.org>
1002
1003         * glib/tmpl/memory_slices.sgml: clarified alignment
1004         expectations for g_slice_alloc().
1005
1006 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
1007
1008         * glib/tmpl/unicode.sgml: Document that GUnicodeScript is
1009         interchangeable with PangoScript.
1010
1011 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
1012
1013         * glib/tmpl/spawn.sgml:
1014         Fix typos (#468694).
1015
1016 2007-08-15  Mikael Hallendal  <micke@imendio.com>
1017
1018         * glib/tmpl/keyfile.sgml: Clearify that only comments can precede
1019         groups in Key-files. (#466768)
1020
1021 2007-08-03  Matthias Clasen  <mclasen@redhat.com>
1022
1023         * === Released 2.14.0 ===
1024
1025 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
1026
1027         * glib/glib-sections.txt: Additions
1028
1029 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
1030         
1031         * glib/tmpl/fileutils.sgml: Fix an inaccuracy in the
1032         G_FILE_TEST_IS_REGULAR docs, pointed out by
1033         Vincent Untz.  (#417068)
1034
1035 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
1036
1037         * glib/tmpl/limits.sgml:
1038         * glib/tmpl/types.sgml:
1039         * glib/glib-sections.txt: Add new functions
1040
1041 2007-07-19  Behdad Esfahbod  <behdad@gnome.org>
1042
1043         * glib/glib-sections.txt:
1044
1045 2007-07-12  Matthias Clasen  <mclasen@redhat.com>
1046
1047         * === Released 2.13.7 ===
1048
1049 Thu Jul 12 18:28:47 2007  Tim Janik  <timj@gtk.org>
1050
1051         * gobject/tmpl/gtype.sgml: fixed g_type_name() docs to forbid passing in
1052         invalid type IDs.
1053
1054 Thu Jul 12 15:45:27 2007  Tim Janik  <timj@imendio.com>
1055
1056         * glib/tmpl/threads.sgml: document major caveat of g_private_set/g_private_get,
1057         i.e. not retaining private data across g_thread_init.
1058
1059 Tue Jul 10 13:11:55 2007  Tim Janik  <timj@imendio.com>
1060
1061         * glib/tmpl/types.sgml: corrected descriptions of gsize and gssize.
1062
1063 Tue Jul 10 13:04:03 2007  Tim Janik  <timj@imendio.com>
1064
1065         * minor docu build fixes.
1066
1067 Tue Jul 10 12:31:04 2007  Tim Janik  <timj@imendio.com>
1068
1069         * glib/tmpl/threads.sgml: document g_once_init_enter and g_once_init_leave.
1070
1071 2007-07-09  Matthias Clasen <mclasen@redhat.com>
1072
1073         * tmpl/modules.sgml: Remove duplicate paragraph.
1074         (#45786, Ruben Vermeersch)
1075
1076         * tmpl/modules.sgml: Remove duplicate code from
1077         an example. (#454785, Ruben Vermeersch)
1078
1079 Mon Jul  9 10:23:53 2007  Tim Janik  <timj@imendio.com>
1080
1081         * gobject/tmpl/gclosure.sgml: GClosure docu fixes from Guillaume
1082         Cottenceau, #383155.
1083
1084 Fri Jun 29 2007  Matthias Clasen  <mclasen@redhat.com>
1085
1086         * === Released 2.13.6 ===
1087
1088 Wed Jun 27 11:43:01 2007  Tim Janik  <timj@gtk.org>
1089
1090         * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459.
1091
1092 2007-06-23  Emmanuele Bassi  <ebassi@gnome.org>
1093
1094         * glib/tmpl/memory.sgml: Add a clarification about pairing the
1095         memory allocation and free functions, and not mix system's
1096         malloc/free with the corresponding GLib ones. (#450216, Hubert
1097         Figuiere)
1098
1099 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
1100
1101         * === Released 2.13.5 ===
1102
1103 2007-06-18  Emmanuele Bassi  <ebassi@gnome.org>
1104
1105         * glib/glib-sections.txt: Add g_timeout_add_seconds_full().
1106
1107 2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
1108
1109         * glib/tmpl/quarks.sgml:
1110
1111 2007-06-16  Emmanuele Bassi  <ebassi@gnome.org>
1112
1113         * glib/tmpl/macros.sgml: Document the undefined behaviour of
1114         CLAMP() if low > high. (#448260)
1115
1116 2007-06-13  Sven Neumann  <sven@gimp.org>
1117
1118         * glib/glib-sections.txt
1119         * glib/tmpl/memory_slices.sgml: document g_slice_copy() and
1120         g_slice_dup().
1121
1122 2007-06-13  Matthias Clasen  <mclasen@redhat.com>
1123
1124         * glib/tmpl/warnings.sgml: Add some verbiage about
1125         intended use cases for the g_return macros, inspired
1126         by a bugzilla comment by Havoc Pennington.
1127
1128 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
1129
1130         * === Released 2.13.4 ===
1131
1132 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
1133         
1134         * === Released 2.13.3 ===
1135
1136 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
1137
1138         * glib/glib-sections.txt:
1139         * glib/tmpl/misc_utils.sgml: Add g_get_special_user_dir()
1140         and GUserDirectory.
1141
1142 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
1143
1144         * glib/tmpl/i18n.sgml: Add some hints about
1145         xgettext invokation.
1146
1147 2007-05-30  Dan Winship  <danw@novell.com>
1148
1149         * glib/glib-sections.txt: 
1150         * glib/tmpl/keyfile.sgml: add G_KEY_FILE_DESKTOP_* macros
1151
1152 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
1153
1154         * gobject/tmpl/objects.sgml: Fix a typo
1155
1156 2007-05-22  Matthias Clasen  <mclasen@redhat.com>
1157
1158         * === Released 2.13.2 ===
1159
1160 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
1161
1162         * glib/tmpl/messages.sgml: Fix a typo (#436547,
1163         Guillaume Desmottes)
1164
1165 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
1166
1167         * glib/running.sgml: Document g_slice_debug_tree_statistics
1168         as debug-only functionality.
1169
1170 2007-05-11  Matthias Clasen  <mclasen@redhat.com>
1171
1172         * glib/tmpl/option.sgml: Document new G_OPTION_ARG_REMAINING
1173         functionality.
1174
1175 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
1176
1177         * glib/glib-sections.txt:
1178         * glib/tmpl/messages.sgml:
1179         Add g_unichar_ismark().
1180
1181 2007-05-03  Matthias Clasen <mclasen@redhat.com>
1182
1183         * === Released 2.13.1 ===
1184
1185 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1186
1187         * glib/glib-sections.txt: Add new regex functions
1188
1189 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
1190
1191         * glib/glib-sections.txt: 
1192         * glib/tmpl/gregex.sgml: Update for the GRegex/GMatchInfo
1193         split.
1194
1195 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
1196
1197         * glib/glib-sections.txt: Add g_option_context_get_help.
1198
1199 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
1200
1201         * glib/glib-sections.txt: Add new hash functions.
1202
1203 2007-04-02  Ryan Lortie  <desrt@desrt.ca>
1204
1205         * gobject/tmpl/objects.sgml: Document ->constructed().
1206
1207 2007-03-18  Matthias Clasen  <mclasen@redhat.com>
1208
1209         * glib/tmpl/thread_pools.sgml:
1210         * glib/tmpl/strings.sgml:
1211         * glib/tmpl/string_chunks.sgml:
1212         * glib/tmpl/spawn.sgml:
1213         * glib/tmpl/patterns.sgml:
1214         * glib/tmpl/modules.sgml:
1215         * glib/tmpl/memory_slices.sgml:
1216         * glib/tmpl/memory.sgml:
1217         * glib/tmpl/gregex.sgml: Trivial cleanups
1218
1219 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
1220
1221         * === Released 2.13.0 ===
1222
1223 Fri Mar 16 16:04:42 2007  Tim Janik  <timj@gtk.org>
1224
1225         * glib/tmpl/scanner.sgml: some fixups, mention that changing scanner 
1226         config during the parsing phase is supported behavior.
1227
1228 2007-03-15  Marco Barisione <marco@barisione.org>
1229
1230         Add GRegex for regular expression matching.  (#50075)
1231
1232         * glib/Makefile.am:
1233         * glib/glib-docs.sgml:
1234         * glib/glib-sections.txt:
1235         * glib/tmpl/glib-unused.sgml:
1236         * glib/regex-syntax.sgml:
1237         * glib/tmpl/gregex-unused.sgml:
1238         * glib/tmpl/gregex.sgml: Add GRegex.
1239
1240         * glib/building.sgml: Document build options for GRegex.
1241
1242 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
1243
1244         * gobject/tmpl/gparamspec.sgml:
1245           Readd docs for G_PARAM_STATIC_NICK and add docs for new
1246           G_PARAM_STATIC_STRINGS (fixes #418021).
1247
1248 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
1249
1250         * glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145)
1251
1252         * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
1253         g_node_first_child().  (#409395, Vincent Untz)
1254
1255 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * gobject/tut_gobject.xml:
1258         * gobject/tut_gsignal.xml:
1259         * gobject/tut_gtype.xml:
1260         * gobject/tut_howto.xml:
1261         * gobject/tut_intro.xml:
1262         * gobject/tut_tools.xml:
1263         Format XML to be more editable. Describe Interfaces better. Add a
1264         footnote at first occurance of 'maman_'.
1265
1266 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * gobject/tut_gobject.xml:
1269         * gobject/tut_gsignal.xml:
1270         * gobject/tut_gtype.xml:
1271         * gobject/tut_howto.xml:
1272         * gobject/tut_tools.xml:
1273         Unify spelling of GObject and GType. Improve some wording. Update the
1274         usage of private data. Make tables use row-spans and add id's to them.
1275
1276 2007-01-30  Matthias Clasen  <mclasen@redhat.com>
1277
1278         * gobject/tmpl/gsignal.sgml: Correct a typo.
1279         (#401994, Mariano Suarez-Alvarez)
1280
1281 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
1282
1283         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL
1284         support for Sun Studio.
1285
1286 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
1287
1288         * gobject/tmpl/objects.sgml: Document 
1289         g_object_class_override_property as 2.4 addition (#399940, 
1290         Ian Turner)
1291
1292 2007-01-17  Behdad Esfahbod  <behdad@gnome.org>
1293
1294         * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY
1295         doc that was removed accidentally.
1296
1297 2007-01-15  Matthias Clasen  <mclasen@redhat.com>
1298
1299         * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK.
1300         (#396564, Vincent Untz)
1301
1302 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
1303
1304         * glib/tmpl/keyfile.sgml: Small clarifications.
1305
1306 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
1307
1308         * glib/glib-sections.txt: Add g_unichar_iszerowidth.
1309
1310         * glib/tmpl/glib-unused.sgml:
1311         * glib/tmpl/keyfile.sgml:
1312         * glib/tmpl/macros_misc.sgml:
1313         * glib/tmpl/messages.sgml:
1314         * glib/tmpl/unicode.sgml:
1315         Template changes.
1316
1317 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
1318         
1319         * glib/running.sgml: Remove C99ism from example.
1320
1321 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
1322
1323         * glib/tmpl/threads.sgml: Fix whitespace.  (#391116)
1324         
1325 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
1326
1327         * gobject/tmpl/gtype.sgml: Updates
1328
1329         * gobject/tmpl/gtypemodule.sgml: Document dynamic type
1330         registration macros.
1331
1332         * gobject/gobject-docs.sgml: Add "Since 2.14" index
1333         * gobject/gobject-sections.txt: Add dynamic type macros
1334
1335 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
1336
1337         * gobject/tmpl/objects.sgml: Clarify a detail about
1338         g_object_set_data_full.  (#343750, Christian Neumair)
1339
1340 Wed Dec 27 15:56:53 2006  Tim Janik  <timj@gtk.org>
1341
1342         * glib/tmpl/memory_slices.sgml: 
1343         * glib/running.sgml: document G_SLICE=debug-blocks.
1344
1345 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1346
1347         * glib/running.sgml:
1348         * glib/tmpl/option.sgml:
1349         * glib/tmpl/date.sgml: Add hints for locale-dependent functions.
1350
1351 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
1352
1353         * glib/tmpl/keyfile.sgml: Small clarification (#369908,
1354         Tapani Pälli)
1355
1356 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
1357
1358         * glib/tmpl/spawn.sgml: Refer to g_child_watch_add() in addition
1359         to waitpid().
1360
1361         * gobject/tmpl/objects.sgml: Expand GObject::notify
1362         documentation.  (#381722, Nickolay V. Shmyrev)
1363
1364         * gobject/tmpl/gparamspec.sgml: Add canonical-parameter-name id.
1365
1366 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
1367
1368         * glib/glib-docs.sgml: Add a "Since 2.14" section.
1369
1370         * glib/glib-sections.txt: Add g_string_chunk_clear.
1371         
1372 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
1373
1374         * gobject/*.xml: s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
1375
1376         * glib/tmpl/keyfile.sgml: Clarify the behaviour
1377         wrt. to duplicate keys and groups.
1378
1379 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
1380
1381         * glib/tmpl/modules.sgml: Point out that valid symbols may be NULL.
1382
1383 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1384
1385         * glib/tmpl/unicode.sgml: Document GUnicodeType.
1386
1387 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
1388
1389         * glib/glib-sections.txt: Add g_unichar_get_script() and
1390         GUnicodeScript.
1391
1392         * glib/tmpl/unicode.sgml: Document GUnicodeScript
1393
1394         * gobject/tmpl/enumerations_flags.sgml: Add a hint about
1395         the requirement that enum and flags values must be static.
1396
1397 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
1398
1399         * glib/tmpl/option.sgml: Improve example.  (#367625, Ross Burton) 
1400
1401 Mon Sep 11 14:57:46 2006  Tim Janik  <timj@imendio.com>
1402
1403         * glib/running.sgml: documented G_DEBUG flags resident-modules
1404         and bind-now-modules, patch by Christian Persch on bug #345099.
1405
1406 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
1407
1408         * glib/glib-sections.txt: Add new functions
1409
1410 2006-08-28  Matthias Clasen  <mclasen@redhat.com>
1411
1412         * glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED.
1413         (#353172, Matt Barnes)
1414
1415 Wed Aug 16 13:55:39 2006  Tim Janik  <timj@imendio.com>
1416
1417         * glib/tmpl/trash_stack.sgml: added notes about complexity.
1418
1419 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
1420
1421         * === Released 2.12.2 ===
1422
1423 2006-08-10  Josh Parsons  <josh.parsons@stonebow.otago.ac.nz>
1424
1425         * gobject/tmpl/gtype.sgml:
1426         * glib/tmpl/threads.sgml: Style and grammar fixes.
1427
1428 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
1429
1430         * glib/tmpl/messages.sgml: Add some hints
1431         about making warnings fatal.  (#348785, Matt
1432         Barnes)
1433
1434 2006-07-22  Matthias Clasen  <mclasen@redhat.com>
1435
1436         * === Released 2.12.1 ===
1437
1438 2006-07-20  Tor Lillqvist  <tml@novell.com>
1439
1440         * glib/tmpl/date.sgml: Improve doc for
1441         g_date_strftime(). (#346197)
1442
1443 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
1444
1445         * glib/tmpl/base64.sgml: Remove bogus reference
1446         to nonexisting function.  (#346660, Mark Drago)
1447         
1448 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
1449
1450         * === Released 2.12.0 ===
1451
1452 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
1453
1454         * === Released 2.11.4 ===
1455
1456 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
1457
1458         * === Released 2.11.3 ===
1459
1460 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
1461
1462         * === Released 2.11.2 ===
1463
1464 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
1465
1466         * glib/glib-sections.txt: Add new hash table functions.
1467         Add new g_source functions.
1468
1469 Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>
1470
1471         * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
1472
1473 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
1474
1475         * glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT.
1476
1477 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
1478
1479         * glib/glib-sections.txt: Add g_ascii_strtoll
1480
1481 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
1482
1483         * === Released 2.11.1 ===
1484
1485 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
1486
1487         * glib/glib-sections.txt: Document new api.
1488
1489 2006-05-11  Bastien Nocera  <hadess@hadess.net>
1490
1491         * glib/tmpl/option.sgml: add documentation for G_OPTION_ARG_INT64
1492
1493 2006-05-10  Matthias Clasen  <mclasen@redhat.com>
1494
1495         * gobject/tmpl/gtype.sgml: Updates
1496
1497 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
1498         
1499         * === Released 2.11.0 ===
1500
1501 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
1502
1503         * gobject/tmpl/gtypemodule.sgml: Document a little
1504         pitfall with the last unref for an object.
1505
1506 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
1507
1508         * glib/tmpl/unicode.sgml: Mention that GLib 2.12 will
1509         support UCD 5.0.
1510
1511 2006-04-21  Matthias Clasen  <mclasen@redhat.com>
1512
1513         * gobject/gobject-sections.txt:
1514         * gobject/tmpl/objects.sgml: 
1515         * gobject/tmpl/gtype.sgml: Additions
1516
1517         * glib/glib-docs.sgml:
1518         * gobject/gobject-docs.sgml: Add 2.12 indices.
1519
1520         * gobject/tmpl/gtype.sgml: Document g_type_register_static_simple
1521
1522 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
1523
1524         * gobject/tmpl/objects.sgml: Add some missing Since: 2.8 tags
1525
1526 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
1527
1528         * glib/glib-sections.txt: Add new keyfile api
1529
1530 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
1531
1532         * gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.  
1533         (#322883, Christophe Fergeau)
1534         
1535 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
1536
1537         * gobject/tmpl/signals.sgml: Document class_offset 0.
1538         and that class_closure may be NULL.
1539
1540 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
1541
1542         * glib/glib-sections.txt:
1543         * glib/glib-docs.sgml: Add Base64 section
1544
1545 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
1546
1547         * gobject/tmpl/objects.sgml: Add some verbiage to 
1548         g_object_ref_sink_docs.  (#336677)
1549
1550 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
1551
1552         * gobject/tmpl/objects.sgml: Update the floating docs wrt
1553         to GInitiallyUnowned.
1554
1555         * gobject/tmpl/param_value_types.sgml: 
1556         * gobject/tmpl/objects.sgml: 
1557         * gobject/tmpl/gtype.sgml: Additions
1558
1559         * glib/tmpl/messages.sgml: Cleanup
1560
1561         * glib/tmpl/memory_slices.sgml: Adapt to a parameter name change
1562
1563         * glib/tmpl/linked_lists_double.sgml: Document g_list_free1
1564
1565 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
1566
1567         * glib/tmpl/option.sgml: Document floating point arguments
1568
1569 Fri Mar 24 15:22:04 2006  Tim Janik  <timj@imendio.com>
1570
1571         * glib/tmpl/atomic_operations.sgml: some wording fixups.
1572
1573 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
1574
1575         * glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated.
1576         (#335294, Richard Laager)
1577
1578 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
1579
1580         * glib/tmpl/option.sgml: Hint that @error should
1581         be set in error cases.  (#334646, Christian Persch)
1582
1583 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
1584
1585         * glib/templ/timers.sgml: Mention that the second
1586         parameter of g_timer_elapsed can be NULL (#333916,
1587         Christian Neumair)
1588
1589 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
1590
1591         * ===  Released 2.10.1 ===
1592
1593 2006-02-24  Matthias Clasen  <mclasen@redhat.com>
1594
1595         * === Released 2.10.0 ===
1596
1597 2006-02-22  Stefan Kost  <ensonic@users.sf.net>
1598
1599         * gobject/tmpl/gtype.sgml:
1600           add @since: for _add_private, _GET_PRIVATE
1601         * gobject/tut_gobject.xml:
1602           fix example to use ->priv and not ->private
1603         * gobject/tut_howto.xml:
1604           fix g_type_class_add_private example
1605
1606 2006-02-14  Tor Lillqvist  <tml@novell.com>
1607
1608         * glib/tmpl/iochannels.sgml: Document some Windows-specific issues.
1609
1610         * glib/glib-sections.txt: Move three Windows-specific functions
1611         that now are documented from being Private to the correct section.
1612
1613 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
1614
1615         * === Released 2.9.6 ===
1616
1617 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
1618
1619         * glib/tmpl/date.sgml: Fix a typo (#329123, Kjartan Maraas)
1620
1621 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
1622
1623         * === Released 2.9.5 ===
1624
1625 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
1626
1627         * glib/glib-sections.txt: 
1628         * glib/tmpl/memory.sgml: Document g_mem_gc_friendly.
1629
1630 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
1631
1632         * gobject/tut_tools.xml: Mention g_trap_object_ref
1633
1634         * glib/running.sgml: Add g_trap variables to the index.
1635         Mention conditional breakpoints as an alternative.
1636
1637 Wed Jan 25 17:32:22 2006  Tim Janik  <timj@gtk.org>
1638
1639         * glib/tmpl/memory_slices.sgml: link to G_DEBUG/G_SLICE where appropriate.
1640
1641 Wed Jan 25 17:12:47 2006  Tim Janik  <timj@gtk.org>
1642
1643         * glib/running.sgml: documented G_SLICE=always-malloc and
1644         G_DEBUG=gc-friendly. added anchors for each env var.
1645
1646 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
1647         
1648         * === Released 2.9.4 ===
1649
1650 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
1651
1652         * glib/tmpl/scanner.sgml: Add a note explaining peculiarities
1653         of peek_token wrt to scope changes.  (#307922)
1654         
1655 2006-01-17  Matthias Clasen  <mclasen@redhat.com>
1656
1657         * glib/tmpl/memory.sgml: Add a note about casting the results
1658         of g_new() and g_new0().
1659
1660 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
1661
1662         * === Released 2.9.3 ===
1663
1664 2006-01-12  Federico Mena Quintero  <federico@ximian.com>
1665
1666         * glib/file-name-encodings.sxd: Replaced with the correct file.
1667
1668         * glib/file-name-encodings.png: Huh?  This was a 6-byte file.
1669         Replaced it with the correct one.
1670
1671 2006-01-07  Stefan Kost  <ensonic@users.sf.net>
1672
1673         * gobject/tut_gtype.xml:
1674           fix internal link, little XXX cleanup
1675
1676 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
1677
1678         * === Released 2.9.2 ===
1679
1680 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
1681
1682         * glib/glib-sections.txt: Add new API 
1683
1684 2006-01-02  Stepan Kasal  <kasal@ucw.cz>
1685
1686         * glib/glib-docs.sgml (glib-Windows-Compatability-Functions): Rename
1687         (glib-Windows-Compatibility-Functions): , ie. s/Compata/Compati/
1688         * glib/glib-sections.txt: s/Compata/Compati/
1689
1690 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
1691
1692         * gobject/gobject-sections.txt:
1693         * gobject/tmpl/param_value_types.sgml: Document GType 
1694         paramspecs
1695
1696 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
1697
1698         * glib/glib-sections.txt: add g_thread_pool_set_sort_function.
1699         
1700 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
1701
1702         * glib/tmpl/*.sgml: Update versioned deprecation
1703
1704         * gobject/tmpl/gboxed.sgml: Document G_TYPE_HASH_TABLE.
1705
1706         * glib/glib-sections.txt: Add g_list_free1
1707
1708         * glib/glib-overrides.txt: Remove G_THREADS_IMPL_SOLARIS
1709
1710 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
1711
1712         * glib/glib-sections.txt: 
1713         * glib/tmpl/atomic_operations.sgml: Document new atomic
1714         operations.
1715
1716 2005-12-14  Federico Mena Quintero  <federico@ximian.com>
1717
1718         * glib/building.sgml: Clarify exactly what happens when you use --enable-gc-friendly.
1719
1720 Mon Dec 12 15:31:41 2005  Tim Janik  <timj@imendio.com>
1721
1722         * gobject/tmpl/objects.sgml: corrected floating reference documentation.
1723
1724 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
1725
1726         * === Released 2.9.1 ===
1727
1728 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
1729
1730         * gobject/tmpl/gparamspec.sgml: 
1731         * gobject/tmpl/gtype.sgml: Document n_preallocs as
1732         ignored.
1733
1734 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
1735
1736         * glib/glib-sections.txt: Updates
1737         
1738         * glib/tmpl/memory_slices.sgml: Fix a small formatting
1739         problem.
1740
1741         * glib/tmpl/trees-nary.sgml: 
1742         * glib/tmpl/linked_lists_single.sgml: 
1743         * glib/tmpl/linked_lists_double.sgml: 
1744         * glib/tmpl/caches.sgml: 
1745         * glib/tmpl/strings.sgml: 
1746         * glib/tmpl/scanner.sgml: 
1747         * glib/tmpl/main.sgml: Add versioned deprecation.
1748
1749 Mon Dec  5 15:53:37 2005  Tim Janik  <timj@imendio.com>
1750
1751         * glib/tmpl/memory_slices.sgml: updates to new g_slice API
1752         and minor fixes.
1753
1754 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
1755
1756         * gobject/tmpl/generic_values.sgml: 
1757         * glib/tmpl/trees-nary.sgml: 
1758         * glib/tmpl/linked_lists_double.sgml: 
1759         * glib/tmpl/linked_lists_single.sgml: 
1760         * glib/tmpl/memory_chunks.sgml: 
1761         * glib/tmpl/allocators.sgml: 
1762         * glib/tmpl/macros_misc.sgml: Updates 
1763
1764         * glib/Makefile.am: Ignore gmirroringtable.h
1765
1766 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
1767
1768         * glib/tmpl/macros_misc.sgml: Document G_GNUC_WARN_UNUSED_RESULT.
1769
1770 2005-12-03  Matthias Clasen  <mclasen@redhat.com>
1771
1772         * glib/tmpl/caches.sgml: Document g_cache_value_foreach
1773         as deprecated; document g_cache_key_foreach more thorougly
1774
1775         * glib/glib-sections.txt:
1776         * glib/tmpl/linked_lists_single.sgml: Add g_slist_free1.
1777
1778         * glib/tmpl/memory_chunks.sgml: Document GMemChunk
1779         as deprecated.
1780
1781         * glib/glib-docs.sgml: 
1782         * glib/glib-sections.txt: 
1783         * glib/tmpl/memory_slices.sgml: Document the slice
1784         allocator.
1785
1786 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
1787
1788         * glib/building.sgml: 
1789         * glib/tmpl/threads.sgml: 
1790         * glib/glib-sections.txt: Remove G_THREADS_IMPL_SOLARIS
1791
1792         * glib/tmpl/types.sgml: Document G_GUINT64_CONSTANT.
1793
1794 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
1795
1796         * gobject/gobject-sections.txt: 
1797         * gobject/tmpl/gboxed.sgml: Add g_object_ref_sink,
1798         g_object_is_floating, g_param_spec_ref_sink, 
1799         G_TYPE_HASH_TABLE
1800
1801 2005-11-22  Matthias Clasen  <mclasen@redhat.com>
1802
1803         * glib/glib-sections.txt: Add g_hash_table_ref
1804         and g_hash_table_unref
1805
1806 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
1807
1808         * === Released 2.9.0 ===
1809
1810 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
1811
1812         * glib/tmpl/date.sgml: 
1813         * glib/glib-sections.txt: Add g_date_set_time_t,
1814         g_date_set_time_val and g_thread_foreach
1815
1816 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
1817
1818         * glib/tmpl/threads.sgml: Improve GOnce docs.
1819         (#320950, Christophe Fergeau)
1820
1821 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
1822
1823         * glib/running.sgml: Document fatal_criticals.
1824
1825 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
1826
1827         * gobject/gobject-sections.txt: 
1828         * gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
1829         (#319885, Milosz Derezynski)
1830
1831 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
1832
1833         * glib/tmpl/unicode.sgml: Add a footnote about surrogate 
1834         pairs.  (#317683, Behdad Esfahbod)
1835
1836 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
1837
1838         * glib/compiling.sgml: Document gmodule-no-export-2.0
1839
1840 2005-10-01  Davyd Madeley  <davyd@fugro-fsi.com.au>
1841
1842         * glib/tmpl/string_utils.sgml: Minor documentation improvements for
1843           g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.
1844
1845 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
1846
1847         * glib/tmpl/quarks.sgml: 
1848         * glib/glib-sections.txt: Add string interning functions.
1849
1850 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
1851
1852         * glib/tmpl/arrays.sgml: 
1853         * glib/tmpl/arrays_pointer.sgml: 
1854         * glib/tmpl/arrays_byte.sgml: Enhance sort() documentation.
1855         (#314839, Behdad Esfahbod)
1856
1857 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1858
1859         * glib/glib-docs.sgml:
1860         * gobject/gobject-docs.sgml: Add indices for new
1861         symbols in 2.10
1862
1863         Improvements pointed out by Behdad Esfahbod (#314460):
1864         
1865         * glib/tmpl/strings.sgml: Fix up some character/byte
1866         sloppyness.
1867
1868         * glib/tmpl/iochannels.sgml: Don't mention deprecated
1869         functions in the introduction.
1870
1871 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
1872
1873         * === Released 2.8.1 ===
1874
1875 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
1876
1877         * glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.
1878
1879 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
1880
1881         * glib/glib-gettexttize.xml:
1882         * gobject/glib-genmarshal.xml:
1883         * gobject/glib-mkenums.xml: Fix some trivial
1884         formatting problems.  (#313099, Stepan Kasal)
1885
1886         * glib/tmpl/modules.sgml: Document that file_name can
1887         be NULL.  (#313143, Gustavo Carneiro)
1888
1889         * glib/tmpl/linked_lists_single.sgml: 
1890         * glib/tmpl/linked_lists_double.sgml: Clarify docs
1891         a little.  (#311727, Tristan van Berkom)
1892
1893 2005-08-12  Matthias Clasen  <mclasen@redhat.com>
1894
1895         * === Released 2.8.0 ===
1896
1897 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
1898
1899         Fix typos: Invokation --> Invocation (in various places)
1900
1901         * glib/tmpl/error_reporting.sgml: Fix a typo.
1902         * gobject/tut_howto.xml: Several typos and stylistic changes.
1903
1904 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
1905
1906         * gobject/tmpl/gparamspec.sgml: 
1907         * glib/tmpl/types.sgml: 
1908         * glib/tmpl/option.sgml: Small fixes.
1909
1910         * gobject/tmpl/generic_values.sgml: Small fixes
1911
1912 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
1913
1914         * === Released 2.7.7 ===
1915
1916 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
1917
1918         * === Released 2.7.6 ===
1919
1920 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
1921
1922         * === Released 2.7.5 ===
1923
1924 Sat Jul 30 23:40:35 2005  Tim Janik  <timj@gtk.org>
1925
1926         * glib/tmpl/datalist.sgml:
1927         * glib/tmpl/datalset.sgml: document non-thread-safety for 
1928         _foreach() functions.
1929
1930 2005-07-26  Matthias Clasen  <mclasen@redhat.com>
1931
1932         * glib/tmpl/arrays.sgml: One more improvement.
1933
1934 2005-07-25  Matthias Clasen  <mclasen@redhat.com>
1935
1936         * glib/tmpl/arrays.sgml: Add some details.  (#311310,
1937         Jochen Baier)
1938
1939 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
1940
1941         * === Released 2.7.4 ===
1942
1943 2005-07-20  Matthias Clasen  <mclasen@redhat.com>
1944
1945         * glib/tmpl/macros_misc.sgml: Add some discouraging
1946         comments to the G_INLINE_FUNC macros.  (#310836,
1947         Callum McKenzie)
1948
1949 2005-07-19  Matthias Clasen  <mclasen@redhat.com>
1950
1951         * glib/tmpl/byte_order.sgml: Add docs for #307047,
1952         Bryan Silverthorn.
1953
1954 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
1955
1956         * === Released 2.7.3 ===
1957         
1958 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
1959
1960         * glib/glib-overrides.txt: Add G_VA_COPY
1961
1962         * glib/tmpl/option.sgml: Document that short names must
1963         be printable ASCII characters != '-'.
1964
1965 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
1966         
1967         * === Released 2.7.2 ===
1968
1969 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
1970
1971         * gobject/gobject-docs.sgml: 
1972         * glib/glib-docs.sgml: Add the "new in 2.8" index.
1973
1974 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
1975
1976         * gobject/tmpl/objects.sgml: Add an example
1977         for using a custom constructor.
1978
1979 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
1980
1981         * === Released 2.7.1 ===
1982
1983 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
1984
1985         * glib/tmpl/threads.sgml: 
1986         * glib/tmpl/option.sgml: 
1987         * glib/tmpl/fileutils.sgml: 
1988         * glib/tmpl/iochannels.sgml: 
1989         * glib/tmpl/hooks.sgml: 
1990         * glib/tmpl/misc_utils.sgml: 
1991         * glib/tmpl/date.sgml: 
1992         * glib/glib-sections.txt: Updates
1993
1994 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
1995
1996         * glib/glib-sections.txt: Add GMappedFile functions.
1997
1998 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
1999
2000         * glib/tmpl/option.sgml (GOptionFlags): document
2001         G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME  (Dan Winship)
2002
2003 2005-06-16  Mathieu Lacage <mathieu@gnome.org>
2004
2005         * gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
2006         
2007 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
2008
2009         * === Released 2.7.0 ===
2010
2011 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
2012
2013         * glib/glib-sections.txt: Add g_chdir
2014
2015         * glib/tmpl/threads.sgml: Document that stack size
2016         will be ignored if the underlying thread implementation
2017         doesn't support stack sizes.
2018
2019 2005-06-07  Matthias Clasen  <mclasen@redhat.com>
2020
2021         * glib/glib-sections.txt: Add g_utf8_collate_key_for_filename.
2022
2023 2005-05-25  Mathieu Lacage <mathieu@gnome.org>
2024
2025         * gobject/tut_*.xml: fix lots of typos, 
2026         some of which were reported by Leonardo Boshell.
2027
2028 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
2029
2030         * glib/tmpl/threads.sgml: Point out exceptions to the
2031         general GLib data structure locking rules.
2032
2033 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
2034
2035         * glib/tmpl/threads.sgml: Add a paragraph about thread
2036         safety of GLib data structures.
2037
2038         * glib/compiling.sgml: Update an example from 1.3 to 2.x
2039
2040 2005-05-13  Matthias Clasen  <mclasen@redhat.com>
2041
2042         * gobject/glib-genmarshal.1: 
2043         * gobject/glib-genmarshal.xml: Mention 64bit integer
2044         types.
2045
2046 2005-05-10  Matthias Clasen  <mclasen@redhat.com>
2047
2048         * glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
2049         Daniel Vaillard.
2050
2051 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
2052
2053         * gobject/tmpl/value_collection.sgml: 
2054         * gobject/tmpl/gboxed.sgml: 
2055         * gobject/tmpl/enumerations_flags.sgml: 
2056         * gobject/tmpl/objects.sgml: Add long descriptions.
2057
2058 2005-05-05  Owen Taylor  <otaylor@redhat.com>
2059
2060         * glib/Makefile.am glib/glib-sections.txt gobject/gobject-sections.txt:
2061         Update
2062
2063         * gobject/tmpl/objects.sgml: Document toggle-references.
2064
2065 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
2066
2067         * glib/tmpl/hash_tables.sgml: Move some docs inline.
2068
2069         * glib/tmpl/windows.sgml: 
2070         * gobject/tmpl/signals.sgml: 
2071         * gobject/tmpl/generic_values.sgml: 
2072         * gobject/tmpl/gtype.sgml: 
2073         * gobject/tmpl/value_arrays.sgml: 
2074         * gobject/tmpl/param_value_types.sgml: 
2075         * gobject/tmpl/gtypemodule.sgml:
2076         * gobject/tmpl/enumerations_flags.sgml: Small additions.
2077
2078 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
2079
2080         * glib/tmpl/completions.sgml: Document
2081         strncmp_func.
2082
2083         glib/glib-sections.txt: Add new API.
2084
2085 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
2086
2087         * gobject/tmpl/gboxed.sgml: 
2088         * gobject/gobject-sections.txt: Add G_TYPE_DATE.
2089
2090 2005-04-23  Stefan Kost  <ensonic@users.sf.net>
2091
2092         * gobject/tut_gtype.xml:
2093         * gobject/tut_howto.xml:
2094         all interface examples use 'interface' instead of 'class'
2095
2096 2005-04-22  Stefan Kost  <ensonic@users.sf.net>
2097
2098         * gobject/Makefile.am:
2099         * gobject/gobject-docs.sgml:
2100         * gobject/tut_gobject.xml:
2101         * gobject/tut_gsignal.xml:
2102         * gobject/tut_gtype.xml:
2103         * gobject/tut_howto.xml:
2104         * gobject/tut_intro.xml:
2105         * gobject/tut_tools.xml:
2106         merged in docs form the gobject tutorial
2107
2108 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
2109
2110         * glib/tmpl/arrays_pointer.sgml: Clarify the docs for
2111         g_ptr_array_free and g_ptr_array_remove_range.  (#170148, 
2112         #170149, Jared Lash)
2113
2114 2005-03-29  Tor Lillqvist  <tml@novell.com>
2115
2116         * glib/tmpl/spawn.sgml: Add Win32 warnings regarding the child
2117         setup function.
2118
2119 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
2120
2121         * glib/glib-sections.txt: 
2122         * glib/tmpl/memory.sgml: Document g_try_new, g_try_new0 
2123         and g_try_renew, g_try_malloc0.
2124
2125 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
2126
2127         * gobject/tmpl/gparamspec.sgml: Document G_PARAM_SPEC_STATIC_
2128         flags.
2129
2130 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
2131
2132         * glib/glib-sections.txt: 
2133         * glib/tmpl/macros_misc.sgml: Document G_GNUC_NULL_TERMINATED.
2134
2135 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
2136
2137         * gobject/tmpl/gtype.sgml:
2138         * gobject/tmpl/param_value_types.sgml:
2139         * gobject/tmpl/gparamspec.sgml: Apply patches by
2140         Stefan Kost to document naming restrictions. (#167614)
2141
2142 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
2143
2144         * glib/tmpl/option.sgml: Fix a typo.  (#166985)
2145
2146 2005-02-07  Matthias Clasen  <mclasen@redhat.com>
2147
2148         * glib/glib-sections.txt: Add g_listenv.
2149
2150 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
2151
2152         * glib/tmpl/linked_lists_double.sgml: 
2153         * glib/tmpl/linked_lists_single.sgml: Add a note 
2154         regarding inefficiency of repeated appends. (#166271,
2155         Olivier Sessink)
2156
2157 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
2158
2159         * glib/tmpl/quarks.sgml: Add a warning against
2160         using g_quark_from_static_string() in dynamically
2161         loaded modules. 
2162
2163 2005-02-02  Matthias Clasen  <mclasen@redhat.com>
2164
2165         * glib/tmpl/misc_utils.sgml: 
2166         * glib/tmpl/hash_tables.sgml: Move some doc 
2167         comments inline.
2168
2169 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
2170
2171         * gobject/tmpl/enumerations_flags.sgml: Fix an
2172         example.  (#164269, Sebastien Bacher)
2173         
2174 2005-01-07  Matthias Clasen  <mclasen@redhat.com>
2175
2176         * === Released 2.6.1 ===
2177
2178 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
2179
2180         * glib/tmpl/keyfile.sgml: Add hint about group name 
2181         case sensitivity.  (#163029, Bastien Nocera)
2182
2183 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
2184
2185         * gobject/tmpl/signals.sgml: Small addition. (#145158,
2186         Mariano Su??rez-Alvarez)
2187
2188 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
2189
2190         * gobject/tmpl/signals.sgml: Fix a typo.  (#161713,
2191         Vincent Untz)
2192
2193 2004-12-17  Matthias Clasen  <mclasen@redhat.com>
2194
2195         * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.  
2196         (#161480, Danny Milo)
2197
2198 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
2199
2200         * glib/tmpl/version.sgml: Improve wording.  (#161484,
2201         Christian Biere)
2202
2203         * === Released 2.6.0 ===
2204         
2205 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
2206
2207         * glib/glib-sections.txt: Add g_rmdir
2208
2209 2004-12-15  Alexander Larsson  <alexl@redhat.com>
2210
2211         * glib/glib-sections.txt:
2212         Add g_filename_display_basename
2213
2214 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
2215
2216         * gobject/tmpl/generic_values.sgml: Document some return
2217         values.  (#161345, Stefan Kost)
2218
2219 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
2220
2221         * === Released 2.5.7 ===
2222         
2223 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
2224
2225         * glib/building.sgml: 
2226         * glib/tmpl/linked_lists_single.sgml: 
2227         * glib/tmpl/linked_lists_double.sgml: 
2228         * glib/tmpl/trees-nary.sgml: Add some warnings regarding
2229         --disable-mem-pools.
2230
2231 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
2232
2233         * glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)
2234
2235 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
2236
2237         * glib/building.sgml: Document --enable-man and --disable-visibility.
2238
2239 2004-11-28  Tor Lillqvist  <tml@iki.fi>
2240
2241         * glib/tmpl/misc_utils.sgml: Document encoding of g_get_user_name(),
2242         g_get_real_name(), g_get_tmp_dir() and g_get_current_dir().
2243
2244 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
2245
2246         * glib/tmpl/macros_misc.sgml: Document G_GNUC_MALLOC.
2247
2248         * glib/glib-sections.txt: Add G_GNUC_MALLOC
2249
2250 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
2251
2252         * === Released 2.5.6 ===
2253         
2254 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
2255
2256         * glib/tmpl/trees-nary.sgml: Document G_TRAVERSE_LEAVES and
2257         G_TRAVERSE_NON_LEAVES
2258
2259         * glib/tmpl/hooks.sgml: 
2260         * glib/tmpl/iochannels.sgml: Updates
2261
2262 2004-11-04  Tor Lillqvist  <tml@iki.fi>
2263
2264         * glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
2265         documentation.
2266
2267         * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
2268
2269 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
2270
2271         * === Released 2.5.5 ===
2272
2273 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
2274
2275         * glib/glib-sections.txt: Add g_get_filename_charsets and
2276         g_filename_display_name.
2277
2278 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
2279
2280         * glib/tmpl/option.sgml: Updates
2281
2282 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
2283
2284         * glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED,
2285         G_WIN32_HAVE_WIDECHAR_API.
2286
2287         * glib/glib-sections.txt: Add g_lstat
2288
2289         * glib/running.sgml: Document G_WIN32_PRETEND_WIN9X.
2290
2291 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
2292
2293         * glib/tmpl/option.sgml: Add an example.
2294
2295         * glib/glib-sections.txt: Add G_OPTION_REMAINING
2296
2297         * glib/tmpl/option.sgml: Add docs.
2298
2299 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
2300
2301         * glib/tmpl/keyfile.sgml: Add some introductory notes.
2302
2303 2004-10-27 Matthias Clasen  <mclasen@redhat.com>
2304
2305         * === Released 2.5.4 ===
2306
2307 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
2308
2309         * glib/tmpl/fileutils.sgml: Add some intro.
2310
2311 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
2312
2313         * gobject/gobject-docs.sgml: Add an index for 2.6 additions.
2314
2315         * gobject/gobject-sections.txt: Additions.
2316
2317         * gobject/Makefile.am (IGNORE_HFILES): Add gobjectalias.h
2318
2319         * glib/tmpl/main.sgml: Document GChildWatchFunc
2320
2321         * glib/tmpl/keyfile.sgml: New template.
2322
2323         * glib/glib-sections.txt: Additions.
2324
2325         * glib/tmpl/macros_misc.sgml: Document some more of
2326         the macros.
2327
2328 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
2329
2330         * glib/glib-docs.sgml:  Add GKeyFile section, add
2331         index for 2.6 additions.
2332
2333 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
2334
2335         * gobject/tmpl/gtype.sgml (GTypeInterfaceCheckData):
2336         Rename first parameter.
2337
2338         * glib/glib-sections.txt: Add GKeyFile section.
2339
2340 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
2341
2342         * glib/tmpl/macros.sgml: 
2343         * glib/glib-sections.txt: Document G_IS_DIR_SEPARATOR. 
2344
2345 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
2346
2347         * gobject/tmpl/objects.sgml: Improve the docs for
2348         g_object_get_property().  (#153424, Stefan Kost)
2349
2350 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
2351
2352         * gobject/tmpl/signals.sgml: Improve docs for 
2353         g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)
2354
2355 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
2356
2357         * glib/tmpl/messages.sgml: Correct the docs for the default log
2358         handler wrt to which messages go to stderr. (#153041, Philippe Blain)
2359
2360 Sun Sep 19 23:15:17 2004  Matthias Clasen  <maclas@gmx.de>
2361
2362         * glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
2363         reversing UTF-8 strings.  (#153091, Adam Hooper)
2364
2365 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
2366
2367         * === Released 2.5.3 ===
2368
2369 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
2370
2371         * glib/Makefile.am: Ignore galias.h
2372
2373         * glib/glib-sections.txt: Updates.
2374
2375 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
2376
2377         * glib/tmpl/misc_utils.sgml: Add a hint about $HOME to the
2378         docs of g_get_home_dir().
2379
2380 Thu Sep  9 00:11:19 2004  Matthias Clasen  <maclas@gmx.de>
2381
2382         * glib/glib-sections.txt: Add g_strv_length().
2383
2384 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
2385
2386         * glib/glib-sections.txt: Add g_get_language_names().
2387
2388 Mon Sep  6 01:56:13 2004  Matthias Clasen  <maclas@gmx.de>
2389
2390         * glib/tmpl/messages.sgml: Remove excess markup and fix a markup
2391         error.
2392
2393 Sun Sep  5 01:44:23 2004  Matthias Clasen  <maclas@gmx.de>
2394
2395         * glib/glib-sections.txt: 
2396         * glib/tmpl/messages.sgml: Document g_log_set_default_handler().
2397
2398 Wed Sep  1 20:27:59 2004  Matthias Clasen  <maclas@gmx.de>
2399
2400         * glib/glib-sections.txt: Add g_date_get_iso8601_week_of_year.
2401
2402 Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>
2403
2404         * glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
2405
2406 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
2407
2408         * glib/tmpl/fileutils.sgml: Add G_FILE_ERROR_NOSYS.
2409
2410 2004-08-25 Matthias Clasen  <mclasen@redhat.com>
2411
2412         * === Released 2.5.2 ===
2413
2414 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
2415
2416         * glib/tmpl/warnings.sgml: Add an example for
2417         g_on_error_query() usage.  (#148716, Christian Persch)
2418
2419 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
2420
2421         * glib/tmpl/threads.sgml: Document the necessity to call
2422         g_thread_init() when using threads 
2423         (even non-gthreads).  (#149490, Vincent Untz)
2424
2425
2426 Tue Aug  3 16:43:22 2004  Matthias Clasen  <maclas@gmx.de>
2427
2428         * glib/glib-sections.txt: Add a section for GOption.
2429         * glib/glib-docs.sgml: Include GOption section.
2430         * glib/tmpl/option.sgml: New template.
2431
2432 Tue Aug  3 15:34:16 2004  Matthias Clasen  <maclas@gmx.de>
2433
2434         * glib/glib-sections.txt: Add a separate section for
2435         version information.
2436         * glib/glib-docs.sgml: Include version section.
2437         * glib/tmpl/version.sgml: New template.
2438
2439 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
2440
2441         * glib/glib-sections.txt: 
2442         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL.
2443
2444 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
2445
2446         * === Released 2.5.1 ===
2447
2448 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
2449
2450         * glib/tmpl/misc_utils.sgml: Clarify docs for 
2451         g_get_real_name().  (#143552, Danek Duvall)
2452
2453 Fri Jul 23 10:38:24 2004  Matthias Clasen  <maclas@gmx.de>
2454
2455         * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE.  (#148262, 
2456         Christophe Fergeau)
2457
2458 Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
2459
2460         * === Released 2.5.0 ===
2461
2462 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
2463
2464         * glib/tmpl/arrays.sgml: Improve g_array_free() docs.  (#146875,
2465         Ed Griffiths)
2466
2467 Tue Jul  6 00:54:38 2004  Matthias Clasen  <maclas@gmx.de>
2468
2469         * gobject/gobject-sections.txt: 
2470         * gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
2471         and g_type_module_register_flags().
2472
2473 Mon Jul  5 18:49:56 2004  Matthias Clasen  <maclas@gmx.de>
2474
2475         * glib/tmpl/messages.sgml: 
2476         * glib/glib-sections.txt: Add g_debug.
2477
2478 2004-06-15  Federico Mena Quintero  <federico@ximian.com>
2479
2480         * glib/tmpl/conversions.sgml: New section on file name encodings.
2481
2482         * glib/file-name-encodings.sxd: New diagram of how file name
2483         encodings work.
2484
2485         * glib/file-name-encodings.png: Same as above, for inclusion in
2486         the generated docs.
2487
2488         * glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png.
2489         (EXTRA_DIST): Add the new images.
2490
2491         * glib/running.sgml: Add ids to the corresponding paragraphs that
2492         describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to
2493         reference them from elsewhere.
2494
2495 Thu Jun 10 21:29:55 2004  Matthias Clasen  <maclas@gmx.de>
2496
2497         * glib/tmpl/modules.sgml: Add an example for GModule
2498         usage.  (#144127, Tommi Komulainen)
2499
2500 Sun Jun  6 23:20:42 2004  Matthias Clasen  <maclas@gmx.de>
2501
2502         * gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
2503         and friends.  (#143800, Crispin Flowerday)
2504
2505 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
2506
2507         * gobject/gobject-docs.sgml: 
2508         * glib/glib-docs.sgml: Add multiple indices.
2509
2510 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
2511
2512         * === Released 2.4.1 ===
2513
2514 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
2515
2516         * glib/running.sgml: Document LIBCHARSET_ALIAS_DIR.
2517
2518 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
2519
2520         * glib/tmpl/types.sgml: Correct the description of the
2521         gfloat and gdouble ranges.
2522
2523 Tue Mar 16 12:06:09 2004  Owen Taylor  <otaylor@redhat.com>
2524
2525         * === Released 2.4.0 ===
2526         
2527 Sun Mar 14 11:00:41 2004  Owen Taylor  <otaylor@redhat.com>
2528
2529         * gobject/tmpl/signals.sgml: Document the fact that
2530         g_signal_connect_object() does *not* remove the signal
2531         when the object is disconnected currently and describe
2532         a workaround to prevent memory leaks.
2533
2534 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
2535
2536         * === Released 2.3.6 ===
2537
2538 Mon Mar  8 08:32:36 2004  Owen Taylor  <otaylor@redhat.com>
2539
2540         * glib/tmpl/main.sgml: Reference g_source_set_callback(),
2541         not g_source_attach(). (Takeshi AIHANA)
2542
2543 2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>
2544
2545         * glib/glib-overrides.txt, glib/glib-sections.txt,
2546         glib/tmpl/atomic_operations.sgml: Updated according to code changes.
2547
2548 Sun Feb 29 02:35:00 2004  Sven Herzberg  <herzi@gnome-de.org>
2549
2550         * glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for
2551         G_MAXDOUBLE (fixes #135723)
2552
2553 Fri Feb 27 22:10:25 2004  Matthias Clasen  <maclas@gmx.de>
2554
2555         * glib/tmpl/modules.sgml: Reformat a bit.
2556
2557 Fri Feb 27 22:05:23 2004  Matthias Clasen  <maclas@gmx.de>
2558
2559         * glib/tmpl/limits.sgml: Document G_MAXSIZE.
2560
2561 2004-02-26  Sebastian Wilhelmi  <seppi@seppi.de>
2562
2563         * glib/tmpl/threads.sgml: Updated to reflect removal of the PID
2564         niceness surrogate for thread priorities.
2565
2566         * glib/glib-overrides.txt, glib/glib-sections.txt,
2567         glib/glib-docs.sgml, glib/tmpl/atomic_operations.sgml: Add docs
2568         for atomic operations.
2569
2570 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
2571
2572         * === Released 2.3.3 ===
2573
2574         * glib/glib-sections.txt: Updates.
2575
2576 Sun Feb 22 00:59:11 2004  Matthias Clasen  <maclas@gmx.de>
2577
2578         * glib/tmpl/trees-nary.sgml: Document GCopyFunc.
2579
2580 Sun Feb 22 00:54:17 2004  Matthias Clasen  <maclas@gmx.de>
2581
2582         * glib/glib-sections.txt: Add GCopyFunc and g_node_copy_deep.
2583
2584 2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
2585
2586         * glib/glib-sections.txt: Add the new g_rand_* functions
2587
2588 Sat Feb 14 01:25:23 2004  Matthias Clasen  <maclas@gmx.de>
2589
2590         * glib/glib-sections.txt: Add GPid, GChildWatchFunc,
2591         g_child_watch_source_new, g_child_watch_add,
2592         g_child_watch_add_full.
2593
2594 Fri Feb 13 23:16:25 2004  Matthias Clasen  <maclas@gmx.de>
2595
2596         * glib/tmpl/macros_misc.sgml: Fix a typo. 
2597
2598 Sat Feb  7 01:02:06 2004  Matthias Clasen  <maclas@gmx.de>
2599
2600         * glib/tmpl/numerical.sgml: Fix some external links.
2601
2602 Thu Feb  5 00:54:43 2004  Matthias Clasen  <maclas@gmx.de>
2603
2604         * glib/glib-sections.txt: Add g_completion_complete_utf8.
2605
2606 Fri Jan 30 23:25:58 2004  Matthias Clasen  <maclas@gmx.de>
2607
2608         * glib/tmpl/iochannels.sgml: 
2609         * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and
2610         GDK functions.  (#130756, Vincent Untz)
2611         
2612 Wed Jan 28 01:39:59 2004  Matthias Clasen  <maclas@gmx.de>
2613
2614         * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann)
2615
2616 Thu Jan 22 14:51:19 2004  Owen Taylor  <otaylor@redhat.com>
2617
2618         * glib/glib-sections.txt glib/tmpl/timers.sgml: Document
2619         g_timer_continue. (Tim-Philipp M??ller)
2620
2621 Sun Jan 11 01:25:44 2004  Matthias Clasen  <maclas@gmx.de>
2622
2623         * gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
2624
2625 Sun Jan 11 01:25:29 2004  Matthias Clasen  <maclas@gmx.de>
2626
2627         * gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED.
2628
2629 Sat Jan 10 02:18:32 2004  Matthias Clasen  <maclas@gmx.de>
2630
2631         * gobject/tmpl/gtype.sgml: Document the new GType boilerplate macros
2632         with an example.
2633
2634 Sat Jan 10 01:36:01 2004  Matthias Clasen  <maclas@gmx.de>
2635
2636         * gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
2637
2638 Sat Jan 10 01:23:58 2004  Matthias Clasen  <maclas@gmx.de>
2639
2640         * gobject/gobject-sections.txt: Add g_type_class_peek_static,
2641         G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
2642         G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
2643
2644
2645 Sat Jan 10 01:23:01 2004  Matthias Clasen  <maclas@gmx.de>
2646
2647         * gobject/tmpl/objects.sgml: Update docs of g_object_connect.
2648
2649 Fri Jan  9 23:40:23 2004  Matthias Clasen  <maclas@gmx.de>
2650
2651         * gobject/tmpl/gboxed.sgml: 
2652         * gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv.
2653
2654 Fri Dec 26 02:04:49 2003  Matthias Clasen  <maclas@gmx.de>
2655
2656         * glib/glib-sections.txt: Add g_ptr_array_foreach().
2657
2658 Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>
2659
2660         * glib/tmpl/misc_utils.sgml: Document the encoding of 
2661         g_get_real_name().
2662
2663 Fri Dec 19 21:40:00 2003  Matthias Clasen  <maclas@gmx.de>
2664
2665         * gobject/tmpl/signals.sgml: Rewording.
2666
2667 Tue Dec  2 02:31:15 2003  Matthias Clasen  <maclas@gmx.de>
2668
2669         * glib/tmpl/limits.sgml:
2670         * glib/glib-sections.txt: Add G_{MIN,MAX,MAXU}INT{8,16,32}.
2671
2672 Thu Nov  6 01:42:36 2003  Matthias Clasen  <maclas@gmx.de>
2673
2674         * glib/glib-sections.txt: Add an i18n section.
2675         * glib/glib-docs.sgml: Include the corresponding entity.
2676         * glib/tmpl/i18n.sgml: Template for i18n section.
2677
2678 Thu Nov  6 00:56:04 2003  Matthias Clasen  <maclas@gmx.de>
2679
2680         * glib/running.sgml: Document G_FILENAME_ENCODING.
2681
2682 Sat Oct 25 01:07:45 2003  Matthias Clasen  <maclas@gmx.de>
2683
2684         * gobject/tmpl/gparamspec.sgml: 
2685         * gobject/tmpl/objects.sgml: Additions.
2686
2687 Thu Oct 23 14:27:54 2003  Owen Taylor  <otaylor@redhat.com>
2688
2689         * gobject/Makefile.am: Add a dist-hook so that the
2690         man pages get distributed.
2691
2692         * glib/Makefile.am: Add a dist-hook so that the
2693         man pages get distributed.
2694
2695         * glib/Makefile.am (content_files): Add cross.sgml.
2696
2697         * gobject/Makefile.am (INCLUDES): Add $(top_srcdir)/glib,
2698         and (for gobject.cI) $(srcdir)
2699
2700 Tue Oct 21 23:29:54 2003  Matthias Clasen  <maclas@gmx.de>
2701
2702         * gobject/tmpl/gtypemodule.sgml: 
2703         * gobject/tmpl/enumerations_flags.sgml: 
2704         * gobject/tmpl/gtype.sgml: Additions.
2705
2706 Tue Oct 21 23:09:15 2003  Matthias Clasen  <maclas@gmx.de>
2707
2708         * gobject/tmpl/gparamspec.sgml: 
2709         * gobject/tmpl/param_value_types.sgml:
2710         * gobject/tmpl/gtype.sgml: 
2711         * gobject/tmpl/signals.sgml: Add "Since 2.4" markers where
2712         appropriate.
2713
2714 Tue Oct 14 17:45:33 2003  Owen Taylor  <otaylor@redhat.com>
2715
2716         * gobject/gobject-sections.txt gobject/tmpl/objects.sgml
2717         gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
2718         Document interface properties and GParamSpecOverride.
2719
2720 Mon Oct 20 22:05:37 2003  Matthias Clasen  <maclas@gmx.de>
2721
2722         * gobject/tmpl/objects.sgml: 
2723         * gobject/tmpl/enumerations_flags.sgml: 
2724         * gobject/tmpl/gtypeplugin.sgml: Additions.
2725
2726 Mon Oct 20 22:04:45 2003  Matthias Clasen  <maclas@gmx.de>
2727
2728         * gobject/gobject-sections.txt: Add GObjectConstructParam.
2729
2730 Mon Oct 20 20:38:06 2003  Matthias Clasen  <maclas@gmx.de>
2731
2732         * gobject/gobject.i: Removed...
2733         * gobject/gobject.cI: ...and readded.
2734         * gobject/gobject.types: Change to the standard file 
2735         extension for included hunks of C code.
2736
2737 Mon Oct 20 20:34:33 2003  Matthias Clasen  <maclas@gmx.de>
2738
2739         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
2740         as an include dir again, this time for real.  
2741
2742 Mon Oct 20 01:12:46 2003  Matthias Clasen  <maclas@gmx.de>
2743
2744         * gobject/tmpl/gtype.sgml: 
2745         * gobject/tmpl/param_value_types.sgml: 
2746         * gobject/tmpl/value_arrays.sgml: Additions.
2747
2748         * gobject/tmpl/gboxed.sgml: 
2749         * gobject/gobject-sections.txt: Remove prematurely added
2750         GStrv documentation.
2751
2752 Sun Oct 19 22:18:28 2003  Matthias Clasen  <maclas@gmx.de>
2753
2754         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
2755         as an include dir.  (#124934, Mariano Su??rez-Alvarez)
2756
2757 Sun Oct 19 00:33:28 2003  Matthias Clasen  <maclas@gmx.de>
2758
2759         * gobject/tmpl/gtype.sgml: 
2760         * gobject/tmpl/generic_values.sgml: 
2761         * gobject/tmpl/objects.sgml: 
2762         * gobject/tmpl/signals.sgml: Additions.
2763
2764 Sat Oct 18 01:30:47 2003  Matthias Clasen  <maclas@gmx.de>
2765
2766         * gobject/tmpl/gboxed.sgml: 
2767         * gobject/tmpl/gtypeplugin.sgml: 
2768         * gobject/tmpl/enumerations_flags.sgml: Additions.
2769
2770 Sat Oct 18 00:04:22 2003  Matthias Clasen  <maclas@gmx.de>
2771
2772         * gobject/gobject.types: List GObject here, since the
2773         documentation misses the notify signal otherwise. Needs
2774         a little bit of a hack to work around a gtkdoc-scangobj
2775         limitation, see the comment in gobject/gobject.i.
2776
2777         * gobject/gobject.i: New file, containing a trivial 
2778         g_object_get_type() function.
2779         
2780 Fri Oct 17 00:23:51 2003  Matthias Clasen  <maclas@gmx.de>
2781
2782         * gobject/Makefile.am (GTKDOC_LIBS): 
2783         (INCLUDES): Add the necessary stuff to compile gobject-scan.
2784
2785         * gobject/gobject.types: Add g_type_module_get_type() and
2786         g_type_plugin_get_type().
2787
2788 Thu Oct 16 01:02:04 2003  Matthias Clasen  <maclas@gmx.de>
2789
2790         * gobject/tmpl/gparamspec.sgml: Additions, document 
2791         GParamSpecPool.
2792
2793 Wed Oct 15 00:56:30 2003  Matthias Clasen  <maclas@gmx.de>
2794
2795         * gobject/tmpl/gclosure.sgml: Improvements from Owen's feedback. 
2796
2797 Tue Oct 14 02:35:45 2003  Matthias Clasen  <maclas@gmx.de>
2798
2799         * gobject/gobject-sections.txt: Move the g_cclosure_marshal_*
2800         functions to a non-private subsection, since these functions
2801         are not private.
2802
2803 Tue Oct 14 02:35:16 2003  Matthias Clasen  <maclas@gmx.de>
2804
2805         * gobject/tmpl/gclosure.sgml: Fill in.
2806
2807 Sun Oct  5 23:23:53 2003  Matthias Clasen  <maclas@gmx.de>
2808
2809         * gobject/glib-sections.txt: 
2810         * gobject/gobject-sections.txt: Fix includes.
2811
2812         * gobject/tmpl/value_collection.sgml: Add docs found in the 
2813         header.
2814
2815 Thu Oct  2 01:22:46 2003  Owen Taylor  <otaylor@redhat.com>
2816
2817         * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml: 
2818         Add g_type_add/remove_interface_check()
2819
2820 2003-09-30  Matthias Clasen  <maclas@gmx.de>
2821
2822         * gobject/tmpl/gparamspec.sgml: 
2823         * gobject/tmpl/signals.sgml: Additions.
2824
2825         * glib/glib-sections.txt: Add g_unichar_get_mirror_char and
2826         g_static_mutex_get_mutex_impl_shortcut.
2827
2828 Mon Sep 29 10:55:23 2003  Owen Taylor  <otaylor@redhat.com>
2829
2830         *  gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
2831         Docs for g_type_default_interface_ref(), etc.
2832
2833 Fri Sep 12 16:29:29 2003  Owen Taylor  <otaylor@redhat.com>
2834
2835         * gobject/tmpl/signals.sgml: Add docs for
2836         g_signal_accumulator_true_handled.
2837
2838 2003-09-12  Matthias Clasen  <maclas@gmx.de>
2839
2840         * gobject/gobject-sections.txt: Add new g_value_take_x() functions.
2841
2842         * gobject/tmpl/param_value_types.sgml: Document new g_value_take_x()
2843         functions.  (#100948)
2844
2845 2003-08-05  Matthias Clasen  <maclas@gmx.de>
2846
2847         * glib/tmpl/string_utils.sgml: Add note about in-place editing to g_strdelimit() doc.
2848         (#118875, Thomas Vander Stichele)
2849
2850 2003-07-30  Matthias Clasen  <maclas@gmx.de>
2851
2852         * glib/tmpl/misc_utils.sgml: Move g_getenv() docs inline.
2853
2854         * glib/tmpl/string_utils.sgml: Small fixes.
2855
2856         * glib/glib-docs.sgml: Add paragraph about multi-threading policy.
2857
2858         * glib/glib-sections.txt: Rename g_read_link to g_file_read_link.
2859
2860 2003-07-29  Matthias Clasen  <maclas@gmx.de>
2861
2862         * glib/tmpl/macros_misc.sgml: Document G_GINT{16,32,64}_MODIFIER, add note about scanning.
2863
2864         * glib/glib-sections.txt: Add G_GINT{16,32,64}_MODIFIER.
2865
2866 2003-07-28  Matthias Clasen  <maclas@gmx.de>
2867
2868         * glib/glib-sections.txt: Add g_setenv(), g_unsetenv() and g_read_link().  (#100763, #72545)
2869
2870 2003-07-26  Matthias Clasen  <maclas@gmx.de>
2871
2872         * glib/tmpl/arrays.sgml: 
2873         * glib/tmpl/arrays_byte.sgml: 
2874         * glib/tmpl/arrays_pointer.sgml: 
2875         * glib/glib-sections.txt: Add g_{,byte,pointer}_array_remove_range.  (#94879, Nalin Dahyabhai)
2876
2877         * glib/tmpl/messages.sgml: Remove the note about the message length restriction.
2878
2879 2003-07-24  Matthias Clasen  <maclas@gmx.de>
2880
2881         * glib/tmpl/messages.sgml: Mention the restriction on message length.  (#118043, Martyn Russell)
2882
2883 2003-07-18  Matthias Clasen  <maclas@gmx.de>
2884
2885         * glib/tmpl/arrays_pointer.sgml: Add a note about double indirection in 
2886         g_ptr_array_sort[_with_data]().  (#113697, Owen Taylor)
2887
2888 2003-07-12  Matthias Clasen  <maclas@gmx.de>
2889
2890         * glib/tmpl/string_utils.sgml: Add a paragraph about string precision, add links to it.
2891         Remove markup which is now handled better by gtk-doc.
2892
2893 2003-07-09  Matthias Clasen  <maclas@gmx.de>
2894
2895         * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
2896
2897         * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
2898
2899 2003-07-02  Matthias Clasen  <maclas@gmx.de>
2900
2901         * glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
2902
2903 2003-06-19  Matthias Clasen  <maclas@gmx.de>
2904
2905         * glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.
2906
2907 2003-06-18  Matthias Clasen  <maclas@gmx.de>
2908
2909 o       * glib/glib-sections.txt: Add g_thread_init_glib to silence gtk-doc.
2910
2911         * gobject/Makefile.am: Add rule to regenerate man pages from 
2912         Docbook.
2913         (man_MANS): Add glib-mkenums.1, glib-genmarshal.1 and gobject-query.1.
2914         (content_files): Add glib-mkenums.xml, glib-genmarshal.xml and 
2915         gobject-query.xml.
2916
2917         * gobject/glib-mkenums.xml: 
2918         * gobject/glib-genmarshal.xml: 
2919         * gobject/gobject-query.xml: New refentries.
2920
2921         * gobject/glib-mkenums.1: 
2922         * gobject/glib-genmarshal.1: 
2923         * gobject/gobject-query.1: Man pages generated from the .xml
2924         sources.
2925
2926         * gobject/gobject-docs.sgml: Include glib-mkenums.xml, 
2927         glib-genmarshal.xml and gobject-query.xml.
2928         
2929 2003-06-17  Matthias Clasen  <maclas@gmx.de>
2930
2931         * glib/Makefile.am: Add rule to regenerate man pages from 
2932         Docbook.
2933         (man_MANS): Add glib-gettextize.1.
2934         (content_files): Add glib-gettextize.xml.
2935
2936         * glib/glib-gettextize.xml: New refentry.
2937
2938         * glib/glib-gettextize.1: Man page generated from the .xml source.
2939
2940         * glib/glib-docs.sgml: Include glib-gettextize.xml.
2941
2942 2003-06-17  Matthias Clasen  <mc2@YAST_ASK>
2943
2944         * gobject/gobject-docs.sgml: 
2945         * glib/glib-docs.sgml: Add an autogenerated index.
2946
2947 2003-06-17  Matthias Clasen  <maclas@gmx.de>
2948
2949         * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
2950
2951 2003-06-11  Matthias Clasen  <maclas@gmx.de>
2952
2953         * gobject/tmpl/objects.sgml: A small addition.
2954
2955 Sun Jun  8 12:28:39 2003  Owen Taylor  <otaylor@redhat.com>
2956
2957         * glib/tmpl/error_reporting.sgml: XML fix.
2958
2959         * glib/glib-sections.txt: Updated.
2960
2961 2003-06-06  Matthias Clasen  <maclas@gmx.de>
2962
2963         * glib/tmpl/limits.sgml: Correct the documentation for
2964         G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
2965
2966         * glib/glib-sections.txt: Add g_vasprintf().
2967
2968         * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to
2969         the g_strdup_printf() docs.
2970
2971 2003-05-28  Matthias Clasen  <maclas@gmx.de>
2972
2973         * glib/tmpl/string_utils.sgml: Document that g_strdup() and
2974         g_strndup() accept NULL.  (#106987, Christian Biere)
2975
2976 2003-05-12  Matthias Clasen  <maclas@gmx.de>
2977
2978         * glib/cross.sgml: Fix a duplicate id left by copy-and-paste.
2979         (#112785, Owen Taylor)
2980
2981 2003-04-18  Matthias Clasen  <maclas@gmx.de>
2982
2983         * gobject/tmpl/signals.sgml: Correct the documentation
2984         GSignalEmissionHook (#110906) and some cleanups.
2985
2986 2003-04-11  Matthias Clasen  <maclas@gmx.de>
2987
2988         * gobject/tmpl/gparamspec.sgml: Fix a few typos.
2989
2990 2003-04-09  Matthias Clasen  <maclas@gmx.de>
2991
2992         * glib/glib-docs.sgml: Move dependencies to building.sgml.
2993
2994         * glib/building.sgml: Move stuff from INSTALL here.
2995
2996 2003-04-08  Matthias Clasen  <maclas@gmx.de>
2997
2998         * glib/cross.sgml: New file; cross-compilation information.
2999         * glib/glib-docs.sgml: Include cross.sgml.
3000
3001 2003-04-07  Matthias Clasen  <maclas@gmx.de>
3002
3003         * gobject/tmpl/enumerations_flags.sgml: Additions.
3004
3005 2003-04-01  Matthias Clasen  <maclas@gmx.de>
3006
3007         * glib/tmpl/error_reporting.sgml: 
3008         * glib/tmpl/random_numbers.sgml: 
3009         * glib/tmpl/arrays_pointer.sgml: 
3010         * glib/tmpl/arrays.sgml: Fix formatting of examples.
3011
3012 2003-04-01  Matthias Clasen  <maclas@gmx.de>
3013
3014         * glib/glib-sections.txt: Add g_string_chunk_insert_len.
3015
3016 2003-03-28  Matthias Clasen  <maclas@gmx.de>
3017
3018         * gobject/tmpl/param_value_types.sgml: Additions.
3019
3020 2003-03-25  Matthias Clasen  <maclas@gmx.de>
3021
3022         * gobject/tmpl/objects.sgml: Additions.
3023
3024 2003-03-24  Matthias Clasen  <maclas@gmx.de>
3025
3026         * gobject/tmpl/objects.sgml: Additions.
3027
3028 Mon Mar 10 11:33:10 2003  Owen Taylor  <otaylor@redhat.com>
3029
3030         * gobject/tmpl/gtype.sgml gobject/gobject-sections.txt: 
3031         Document private instance data.
3032
3033 2003-02-11  Matthias Clasen  <maclas@gmx.de>
3034
3035         * glib/tmpl/string_utils.sgml: Fix an off-by-one error in the
3036         g_strescape() docs.  (#105431, Phillip Vandry)
3037
3038 2003-02-07  Matthias Clasen  <maclas@gmx.de>
3039
3040         * gobject/tmpl/gtypemodule.sgml: 
3041         * gobject/tmpl/gtype.sgml: 
3042         * gobject/tmpl/gclosure.sgml: 
3043         * gobject/tmpl/param_value_types.sgml: 
3044         * gobject/tmpl/gparamspec.sgml: 
3045         * gobject/tmpl/objects.sgml: 
3046         * gobject/tmpl/signals.sgml: Move all docs out-of-line. Boy, what
3047         a waste of time.
3048
3049 2003-01-21  Matthias Clasen  <maclas@gmx.de>
3050
3051         * glib/tmpl/strings.sgml: Document the return value of g_string_free().
3052
3053 2003-01-15  Matthias Clasen  <maclas@gmx.de>
3054
3055         * gobject/tmpl/gtype.sgml: Fix the description of
3056         G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
3057
3058 2003-01-01  Tor Lillqvist  <tml@iki.fi>
3059
3060         * glib/tmpl/messages.sgml: Remove comment that only stdout would
3061         be used on Windows, no longer true.
3062
3063 2002-12-15  Matthias Clasen  <maclas@gmx.de>
3064
3065         * gobject/tmpl/param_value_types.sgml: Move some docs inline.
3066
3067 2002-12-15  Matthias Clasen  <maclas@gmx.de>
3068
3069         * glib/Makefile.am (IGNORE_HFILES): Add gprintfint.h and trio.
3070
3071 2002-12-13  Matthias Clasen  <maclas@gmx.de>
3072
3073         * glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
3074         avoid gtk-doc warnings about doxygen comments.
3075
3076 Tue Dec 10 11:55:28 2002  Owen Taylor  <otaylor@redhat.com>
3077
3078         * glib/tmpl/timers.sgml: Improve docs for return value
3079         and @microseconds out parameter. (Reported by
3080         Dennis Haney, #100841)
3081
3082 2002-12-10  Matthias Clasen  <maclas@gmx.de>
3083
3084         * gobject/tmpl/generic_values.sgml: 
3085         * gobject/tmpl/gtype.sgml: 
3086         * gobject/tmpl/enumerations_flags.sgml: Add docs.
3087
3088 2002-12-09  Matthias Clasen  <maclas@gmx.de>
3089
3090         * gobject/tmpl/gtype.sgml: 
3091         * gobject/tmpl/enumerations_flags.sgml: Add docs.
3092
3093         * gobject/tmpl/gtype.sgml:
3094         * gobject/tmpl/gtypeplugin.sgml:
3095         * gobject/tmpl/gtypemodule.sgml:
3096         * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
3097         and GTypeModuleClass.
3098
3099         * gobject/tmpl/gboxed.sgml:
3100         * gobject/tmpl/enumerations_flags.sgml: 
3101         * gobject/tmpl/gclosure.sgml: 
3102         * gobject/tmpl/param_value_types.sgml: Add docs.
3103
3104 2002-12-06  Matthias Clasen  <maclas@gmx.de>
3105
3106         * gobject/tmpl/gparamspec.sgml: Typo fix.
3107
3108 2002-12-05  Matthias Clasen  <maclas@gmx.de>
3109
3110         * glib/tmpl/strings.sgml: 
3111         * glib/tmpl/scanner.sgml: 
3112         * glib/tmpl/main.sgml: 
3113         * glib/tmpl/macros_misc.sgml: 
3114         * glib/tmpl/hash_tables.sgml: Add Since and Deprecation info
3115         for symbols documented in the templates.
3116
3117 2002-12-04  Matthias Clasen  <maclas@gmx.de>
3118
3119         * gobject/tmpl/gtype.sgml: Add docs.
3120
3121 2002-12-02  Matthias Clasen  <maclas@gmx.de>
3122
3123         * gobject/tmpl/signals.sgml: Add docs.
3124
3125 2002-12-01  Matthias Clasen  <maclas@gmx.de>
3126
3127         * gobject/gobject-sections.txt: Mark g_signal_handlers_destroy as
3128         private.
3129
3130         * gobject/tmpl/signals.sgml: Move some docs inline.
3131
3132 2002-11-29  Matthias Clasen  <maclas@gmx.de>
3133
3134         * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal.
3135
3136         * glib/tmpl/date.sgml: 
3137         * glib/tmpl/string_utils.sgml: Remove redundant docs.
3138
3139         * glib/glib-sections.txt: Add g_ascii_strtoull and 
3140         g_get_application_name.
3141
3142 2002-11-28  Matthias Clasen  <maclas@gmx.de>
3143
3144         * glib/tmpl/strings.sgml: 
3145         * glib/tmpl/string_utils.sgml: 
3146         * glib/tmpl/misc_utils.sgml: Move some docs inline.
3147
3148 2002-11-23  Matthias Clasen  <maclas@gmx.de>
3149
3150         * gobject/tmpl/gclosure.sgml: 
3151         * gobject/tmpl/signals.sgml: 
3152         * gobject/tmpl/gparamspec.sgml: 
3153         * gobject/tmpl/value_collection.sgml: 
3154         * gobject/tmpl/generic_values.sgml: 
3155         * gobject/tmpl/param_value_types.sgml: 
3156         * gobject/tmpl/gboxed.sgml: 
3157         * gobject/tmpl/enumerations_flags.sgml: 
3158         * gobject/tmpl/objects.sgml: 
3159         * gobject/tmpl/gtypemodule.sgml: 
3160         * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, 
3161         standardize them to start with a capital and end without a period. 
3162
3163         * glib/tmpl/arrays.sgml: 
3164         * glib/tmpl/memory_chunks.sgml: 
3165         * glib/tmpl/macros.sgml: Remove periods from titles in examples.
3166
3167         * glib/building.sgml: Explain --enable-include-printf.
3168
3169         * glib/Makefile.am (extra_files): 
3170         * gobject/Makefile.am (extra_files): Add version.xml.in.
3171
3172         * glib/Makefile.am (content_files): 
3173         * gobject/Makefile.am (content_files): Add version.xml.
3174
3175         * glib/version.xml.in: 
3176         * gobject/version.xml.in: New files to let configure dump the version in.
3177
3178         * glib/glib-docs.sgml:
3179         * gobject/gobject-docs.sgml: Add version information.
3180
3181
3182 Thu Nov 21 15:52:04 2002  Owen Taylor  <otaylor@redhat.com>
3183
3184         * glib/tmpl/iochannels.sgml: Add helpful comments about
3185         the encoding of a new iochannel. (Amaury Jacquot,
3186         #96444)
3187
3188 2002-11-21  Matthias Clasen  <maclas@gmx.de>
3189
3190         * glib/tmpl/string_utils.sgml: Add note on including gprintf.h,
3191         move some docs inline.
3192
3193         * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf,
3194         g_vfprintf, g_sprintf, g_vsprintf.
3195
3196 2002-11-20  Matthias Clasen  <maclas@gmx.de>
3197
3198         * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY.
3199
3200         * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.
3201
3202 2002-10-20  Matthias Clasen  <maclas@gmx.de>
3203
3204         * gobject/Makefile.am (SCANOBJ_FILES): 
3205         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
3206
3207 2002-10-15  Matthias Clasen  <maclas@gmx.de>
3208
3209         * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.
3210
3211 2002-10-14  Matthias Clasen  <maclas@gmx.de>
3212
3213         * gobject/Makefile.am (dist-hook): 
3214         * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
3215         sgml/*.sgml.  (#95678, Owen Taylor)
3216
3217 2002-10-14  Matthias Clasen  <maclas@gmx.de>
3218
3219         * gobject/Makefile.am (SCANOBJ_FILES): 
3220         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
3221
3222 2002-09-16  Matthias Clasen  <maclas@gmx.de>
3223
3224         * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by 
3225         G_LOG_FLAG_RECURSION throughout.  (#93390)
3226  
3227 2002-08-12  Matthias Clasen  <maclas@gmx.de>
3228
3229         * glib/glib-sections.txt: Add g_markup_parse_context_get_element
3230         and g_utf8_strreverse.
3231
3232 Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
3233  
3234         * glib/tmpl/threads.sgml: Fix reference to non-existing
3235         @priority parameter. (#88500, Linux Walleij)
3236  
3237 2002-06-03  Matthias Clasen  <maclas@gmx.de>
3238
3239         * gobject/gobject-docs.sgml: 
3240         * glib/glib-docs.sgml: 
3241         * glib/tmpl/macros.sgml: 
3242         * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
3243         and "percent" entities by standard ISO entities "nbsp", "num" and
3244         "percnt". 
3245
3246 2002-05-30  Matthias Clasen  <maclas@gmx.de>
3247
3248         * glib/tmpl/string_utils.sgml: 
3249         * glib/tmpl/threads.sgml: Small formatting fixes.
3250
3251 2002-05-26  Matthias Clasen  <maclas@gmx.de>
3252
3253         * glib/tmpl/conversions.sgml: Add GIConv.
3254
3255         * glib/tmpl/main.sgml: Fix references to nonexisting functions
3256         g_main_loop_destroy(), g_source_add(), g_source_connect().
3257         
3258
3259         * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
3260
3261         * glib/tmpl/linked_lists_single.sgml: 
3262         * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
3263
3264         * glib/glib-docs.sgml: Declare hash entity.
3265
3266         * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
3267
3268 2002-05-25  Matthias Clasen  <maclas@gmx.de>
3269
3270         * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
3271         * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
3272         not SGML.
3273
3274 2002-05-21  Matthias Clasen  <maclas@gmx.de>
3275
3276         * glib/tmpl/markup.sgml: Updates.
3277
3278 Sat May 18 00:44:35 2002  Tim Janik  <timj@gtk.org>
3279
3280         [merged from stable]
3281
3282         * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().
3283
3284 2002-05-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3285
3286         * glib/tmpl/threads.sgml: Clarify recursion issues with
3287         GMutex. (#78171)
3288
3289 2002-04-24  Matthias Clasen  <maclas@gmx.de>
3290
3291         * gobject/gobject-sections.txt: 
3292         * gobject/tmpl/gtype.sgml: Updates.
3293
3294 2002-04-21  Matthias Clasen  <maclas@gmx.de>
3295
3296         * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)
3297
3298 2002-04-18  Matthias Clasen  <maclas@gmx.de>
3299
3300         * glib/tmpl/error_reporting.sgml:
3301         * glib/tmpl/threads.sgml:
3302         * glib/tmpl/arrays_pointer.sgml:
3303         * glib/tmpl/arrays_byte.sgml:
3304         * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the
3305         documentation to bring the produced Docbook closer to XML.
3306
3307 2002-03-25  Sven Neumann  <sven@gimp.org>
3308
3309         * glib/tmpl/scanner.sgml: Fixed documentation about unused struct 
3310         fields and added a note about proper g_scanner_unexp_token() usage.
3311
3312 2002-03-11  Matthias Clasen  <maclas@gmx.de>
3313
3314         * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and 
3315         UTF-8.
3316
3317 2002-02-21  Matthias Clasen  <maclas@gmx.de>
3318
3319         * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
3320
3321         * glib/running.sgml: Document the G_DEBUG environment variable.
3322
3323         * glib/tmpl/threads.sgml: Replace g_thread_wait() by
3324         g_thread_join() in two places.
3325
3326 2002-02-20  Sven Neumann  <sven@gimp.org>
3327
3328         * gobject/gobject-sections.txt
3329         * gobject/tmpl/generic_values.sgml
3330         * gobject/tmpl/param_value_types.sgml: updated for GValue changes.
3331
3332 Tue Feb 19 17:45:43 2002  Tim Janik  <timj@gtk.org>
3333
3334         * gobject/tmpl/generic_values.sgml: added GValue documentation.
3335
3336 Thu Feb  7 12:07:06 2002  Tim Janik  <timj@gtk.org>
3337
3338         * gobject/tmpl/generic_values.sgml: document value transformation.
3339
3340 Mon Feb  4 17:55:39 2002  Tim Janik  <timj@gtk.org>
3341         
3342         * gobject/tmpl/closures.sgml: doc common functions like ref/
3343         sink/unref/invalidate.
3344
3345         * gobject/tmpl/objects.sgml: document g_object_watch_closure() and
3346         qdata functions.
3347
3348 Tue Jan 29 12:00:59 2002  Owen Taylor  <otaylor@redhat.com>
3349
3350         * gobject/gobject-sections.txt: Updated.
3351
3352         * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.
3353
3354 2002-01-28  Ron Steinke  <rsteinke@w-link.net>
3355
3356         * glib/iochannel.sgml: Changed #IOChannelError to
3357         #GIOChannelError in one place
3358
3359 2002-01-16  Matthias Clasen  <matthiasc@poet.de>
3360
3361         * glib/building.sgml, glib/compiling.sgml, 
3362         glib/running.sgml, glib/resources.sgml, 
3363         glib/changes-2.0.sgml: New files.
3364
3365         * glib/Makefile.am (content_files): Add new files.
3366
3367         * glib/glib-docs.sgml: Add an Overview chapter.
3368
3369 2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3370
3371         * glib/tmpl/threads.sgml: Name the right function.
3372
3373 2001-12-23  Matthias Clasen  <matthias@poet.de>
3374
3375         * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
3376         glib/tmpl/strings.sgml: Replace references to deprecated
3377         functions.
3378
3379 2001-12-21  Matthias Clasen  <matthias@poet.de>
3380
3381         * glib/glib-sections.txt: Move g_get_charset() to the
3382         Charset conversion section. (#65630)
3383  
3384 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
3385
3386         * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
3387         SGML fixes.
3388
3389         * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
3390
3391 2001-12-15  Matthias Clasen  <matthias@poet.de>
3392
3393         * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
3394
3395 2001-12-14  Matthias Clasen  <matthias@poet.de>
3396
3397         * glib/tmpl/memory.sgml: Typo fixes.
3398
3399 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
3400
3401         * glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
3402         glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
3403         glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
3404         glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
3405         glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
3406
3407         * glib/tmpl/memory_chunks.sgml,
3408         glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
3409         glib/tmpl/gtype.sgml: Trivial markup fixes.
3410
3411 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
3412
3413         * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.
3414
3415 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
3416
3417         * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, 
3418         glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
3419         glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, 
3420         glib/tmpl/conversions.sgml,
3421         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
3422         glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
3423         glib/tmpl/hash_tables.sgml,
3424         glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
3425         glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
3426         glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, 
3427         glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
3428         glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, 
3429         glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, 
3430         glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
3431         glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
3432         glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, 
3433         glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
3434         glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
3435         glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:        
3436         Improve markup of examples, general consistency improvements.
3437
3438 2001-12-06  Havoc Pennington  <hp@redhat.com>
3439
3440         * glib/tmpl/messages.sgml: improve g_log_set_handler docs
3441
3442 Wed Nov 28 18:50:19 2001  Owen Taylor  <otaylor@redhat.com>
3443
3444         * glib/glib-sections.txt: Update.
3445
3446 2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3447
3448         * glib/tmpl/date.sgml: Fix g_usleep docs.
3449
3450 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
3451
3452         * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
3453
3454 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
3455
3456         Fixes for #61284:
3457
3458         * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
3459
3460         * glib/tmpl/fileutils.sgml: Document GDir.
3461
3462         * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.  
3463
3464 Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>
3465
3466         * gobject/gobject-sections.txt: Update.
3467
3468         * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
3469
3470         * glib/glib-sections.txt: Updated.
3471
3472         * glib/Makefile.am (IGNORE_HFILES): Don't scan
3473         headers in build/
3474
3475 Sat Nov 17 17:24:19 2001  Owen Taylor  <otaylor@redhat.com>
3476
3477         * glib/glib-sections.txt: Remove g_log_domain_glib
3478
3479 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
3480
3481         * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
3482
3483         * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
3484         glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
3485         glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
3486         some missing short and long descriptions.
3487
3488 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
3489
3490         * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
3491
3492         * glib/tmpl/patterns.sgml: Document UTF-8 support.
3493
3494 Wed Nov 14 03:19:49 2001  Tim Janik  <timj@gtk.org>
3495
3496         * gobject/tmpl/param_value_types.sgml: more docs.
3497
3498 Tue Nov 13 21:31:58 2001  Tim Janik  <timj@gtk.org>
3499
3500         * gobject/tmpl/param_value_types.sgml: list parameter and
3501         value types.
3502
3503         * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
3504         functions.
3505         
3506         * gobject/*: section cleanups.
3507
3508 Tue Nov 13 19:49:16 2001  Tim Janik  <timj@gtk.org>
3509
3510         * gobject/tmpl/gparamspec.sgml: param spec updates.
3511
3512 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
3513
3514         * glib/tmpl/markup.sgml: Remove excess listitem from long 
3515         description.
3516  
3517 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
3518
3519         * glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
3520
3521         * glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
3522
3523         * glib/tmpl/error_reporting.sgml: Document GError struct.
3524
3525         * glib/tmpl/main.sgml: Document GMainContext, GSource and 
3526         GSourceCallbackFuncs structs.
3527
3528 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
3529
3530         * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
3531         Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
3532         GUnicodeBreakType.
3533
3534 Fri Oct 26 11:42:50 2001  Owen Taylor  <otaylor@redhat.com>
3535
3536         * */Makefile.am: Remove $(srcdir)/html before building
3537         HTML to prevent stale files. Dist all files in html/
3538
3539 2001-10-25  Havoc Pennington  <hp@pobox.com>
3540
3541         * glib/tmpl/string_utils.sgml: docs on why the deprecated
3542         functions are deprecated.
3543
3544 2001-10-15  Sven Neumann  <sven@gimp.org>
3545
3546         * glib/tmpl/random_numbers.sgml: fixed typo.
3547
3548 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
3549
3550         * glib/tmpl/patterns.sgml: amended documentation.
3551
3552 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
3553
3554         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
3555
3556 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
3557
3558         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
3559
3560         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
3561
3562         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
3563         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
3564         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
3565         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
3566
3567 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
3568         
3569         * glib/tmpl/conversions.sgml: Update.
3570
3571         * glib/tmpl/patterns.sgml: Update.
3572
3573 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
3574
3575         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
3576         glib/tmpl/macros_misc.sgml: Update. 
3577
3578         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
3579         glib/glib-sections.txt: Document GCompareDataFunc.
3580
3581 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
3582
3583         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
3584         glib/tmpl/queue.sgml: update docs.
3585
3586         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
3587         references to glib-config.
3588
3589 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3590
3591         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
3592         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
3593         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
3594         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
3595         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
3596         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
3597         More markup fixes and completions.
3598
3599 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
3600
3601         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
3602         g_string_printfa(). to g_string_append_printf().
3603
3604 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3605
3606         * glib/glib-sections.txt: Move all *_error_quark()
3607         functions to the 'Private' sections. (#61472)
3608
3609 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3610
3611         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
3612         allowed uses for 'out' parameters.
3613
3614 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3615
3616         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
3617         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
3618         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
3619
3620         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
3621         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
3622         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
3623         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
3624
3625 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
3626
3627         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
3628         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
3629         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
3630         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
3631         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
3632         Markup fixes and a few additions.
3633
3634 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
3635
3636         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
3637         glib/tmpl/scanner.sgml: Additions and markup fixes.
3638
3639 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
3640
3641         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
3642         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
3643         some functions, markup fixes.
3644         * glib/tmpl/patterns.sgml: New file.
3645         * glib/glib-docs.sgml: Add entity for patterns.sgml.
3646         
3647 2001-09-26  Matthias Clasen <matthiasc@poet.de>
3648
3649         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
3650
3651 2001-09-25  Matthias Clasen <matthiasc@poet.de>
3652
3653         * glib/glib-sections.txt: Add a missing SECTION 
3654         endtag. (#61126)
3655
3656 2001-09-17  Darin Adler  <darin@bentspoon.com>
3657
3658         * glib/tmpl/string_utils.sgml: Fix a typo and change
3659         documentation for g_ascii_isdigit and g_ascii_isxdigit
3660         to reflect the fact that the standard isdigit and
3661         isxdigit are already locale-independent.
3662
3663 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
3664
3665         * gobject/tmpl/gboxed.sgml: documented some functions.
3666
3667         * gobject/tmpl/objects.sgml: some fixups.
3668
3669 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
3670
3671         * glib/glib-sections.txt: Update.
3672
3673 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
3674
3675         * glib/Makefile.am (IGNORE_HFILES): Add 
3676         gbsearcharray.h.
3677
3678         * gobject/Makefile.am (IGNORE_HFILES): Remove
3679         gbsearcharray.h.
3680
3681 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
3682
3683         * docs/reference/glib/glib-sections.txt: Added
3684         declarations for g_io_channel_[set,get]_close_on_unref
3685
3686 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
3687
3688         * */Makefile.am: Set GPATH to fix srcdir != builddir  
3689         problems with GNU make.
3690
3691 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
3692
3693         * gobject/tmpl/value_arrays.sgml: document value arrays.
3694
3695 2001-08-06  Sven Neumann  <sven@gimp.org>
3696
3697         * docs/reference/gobject/gobject-sections.txt
3698         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
3699         g_object_[add|remove]_weak_pointer().
3700
3701 2001-07-19  Darin Adler  <darin@bentspoon.com>
3702
3703         reviewed by: <delete if not using a buddy>
3704
3705         * glib/tmpl/string_utils.sgml:
3706
3707 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
3708  
3709         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
3710         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
3711         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
3712         gobject/tmpl/types.sgml: fix some typos.
3713  
3714 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
3715
3716         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
3717         notes about inclusion of string.h to docs on g_memmove,
3718         G_VA_COPY. (#54411)
3719
3720 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
3721
3722         * glib/Makefile.am: Fix problem with glibconfig.h
3723
3724 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3725
3726         * glib/tmpl/threads.sgml (example): Corrected.
3727
3728 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3729
3730         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
3731
3732         * glib/tmpl/threads.sgml: Updated. 
3733
3734 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3735
3736         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
3737         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
3738         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
3739
3740 2001-05-19  Havoc Pennington  <hp@pobox.com>
3741
3742         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
3743
3744         * glib/tmpl/*.sgml: fix various missing docs
3745
3746 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3747
3748         * glib/glib-overrides.txt, glib/glib-sections.txt,
3749         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
3750
3751 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3752
3753         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
3754         Updates after some renaming took place.
3755
3756 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3757
3758         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
3759
3760         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
3761
3762 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3763
3764         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
3765         glib/tmpl/scanner.sgml: Changes due to deprecation update.
3766
3767 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
3768
3769         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
3770         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
3771
3772 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
3773
3774         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
3775         dist-hook because $(HTML_IMAGES) is empty.
3776
3777 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3778
3779         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
3780         explicit path to tmpl files in dependencies.
3781
3782         * glib/glib.types gobject/gobject.types: empty files
3783         to keep generic makefiles happy.
3784
3785 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3786
3787         * glib/glib-sections.txt: Removed
3788         g_static_private_(get|set)_for_thread.
3789
3790         * glib/tmpl/threads.sgml: Updated.
3791
3792         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
3793
3794 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
3795
3796         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
3797
3798 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
3799
3800         * gobject/Makefile.am glib/Makefile.am: A couple
3801         of small fixes.
3802
3803 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3804
3805         * glib/tmpl/threads.sgml: Spelling corrections.
3806
3807 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
3808
3809         * gobject/Makefile.am: Revert Tim's last commit to
3810         get rid of 7+ unnecessary / broken changes. Add
3811         back the useful part. Also fix problem with grep,
3812         add dependency on template files.
3813
3814         * gobject/gobject-sections.txt: Remove double 
3815         value_types names which was screwing up builds.
3816
3817         * glib/Makefile.am: Propagate changes from 
3818         gobject/Makefile.am
3819
3820 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3821
3822         * glib/tmpl/threads.sgml: Fixed stupid typo.
3823
3824 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3825
3826         * glib/tmpl/threads.sgml: Completed.
3827
3828 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
3829
3830         * gobject/Makefile.am: shuffled rules to avoid excessive
3831         rebuilds.
3832
3833         * gobject/gobject-sections.txt: updates.
3834
3835         * gobject/tmpl/*: bunch of updates, added another patch
3836         from Eric Lemings <eric.b.lemings@lmco.com>.
3837
3838 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3839
3840         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
3841         g_log_domain_gmodule.
3842
3843 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3844
3845         * glib/tmpl/threads.sgml: Big update. Almost ready.
3846
3847         * glib/tmpl/async_queues.sgml: Typo.
3848
3849         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
3850         g_static_rec_mutex_free, g_static_rw_lock_init,
3851         g_static_private_init and g_static_private_free.
3852
3853         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
3854
3855 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
3856
3857         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
3858         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
3859
3860 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
3861
3862         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
3863
3864 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3865
3866         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
3867         documentation for g_static_mutex_init().
3868
3869 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
3870
3871         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
3872         rules in place caused bogus recursions. main changes:
3873         - add to conditionalized section:
3874           all-local:
3875                 $(MAKE) scan
3876                 $(MAKE) templates
3877                 $(MAKE) sgml
3878                 $(MAKE) html.stamp
3879           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
3880                 $(MAKE) html
3881           DOC_STAMPS= html.stamp sgml.stamp
3882         - change:
3883           maintainer-clean-local: clean
3884           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
3885           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
3886
3887         * glib/Makefile.am (maintainer-clean-local): dito.
3888
3889 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
3890
3891         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
3892         <eric.b.lemings@lmco.com>, did some more editing.
3893
3894 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3895
3896         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
3897         g_static_mutex_free().
3898
3899 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
3900
3901         * gobject/tmpl/types.sgml: added some function documentations.
3902
3903         * gobject/gobject-sections.txt: buncha fixups.
3904
3905 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
3906
3907         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
3908
3909 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3910
3911         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
3912
3913         * glib/tmpl/modules.sgml: Updated.
3914
3915 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3916
3917         * glib/glib-sections.txt: Added g_rand_boolean and
3918         g_random_boolean macros.
3919
3920         * glib/tmpl/random_numbers.sgml: Updated.
3921         
3922 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
3923
3924         * glib/Makefile.am glib/mainloop-states*: add images
3925
3926         * glib/glib-sections.txt: Updated
3927
3928         * glib/tmpl/main.sgml: More documentation, move function
3929         docs to .c file.
3930
3931 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
3932
3933         * glib/glib-sections.sgml: Move conversion functions
3934         into GConv section.
3935         
3936         * gobject/gobject-docs.sgml: Fix some malformed sgml.
3937
3938 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
3939
3940         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
3941         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
3942
3943 2000-11-05  Havoc Pennington  <hp@pobox.com>
3944
3945         * glib/tmpl/markup.sgml: Write docs
3946
3947 2000-11-05  Havoc Pennington  <hp@pobox.com>
3948
3949         * glib/glib-sections.txt: remove parens from section name,
3950         confuses gtk-doc
3951
3952         * glib/glib-docs.sgml: Add the new files here, doh.
3953
3954         * glib/tmpl/shell.sgml: add gshell.[hc] docs
3955
3956 2000-11-05  Havoc Pennington  <hp@pobox.com>
3957
3958         * glib/tmpl/error_reporting.sgml: fixes
3959
3960 2000-11-05  Havoc Pennington  <hp@pobox.com>
3961
3962         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
3963         glib/tmpl/fileutils.sgml: Added
3964         
3965         * glib/Makefile.am: Add new files
3966
3967         * glib/glib-sections.txt: Add stuff from -unused
3968
3969 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
3970
3971         * gobject/gobject-docs.sgml: added &gobject-closures; section.
3972
3973         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
3974
3975         * gobject/gobject-sections.txt: added Closure section.
3976         
3977         * gobject/tmpl/closures.sgml: new file with template description
3978         for GClosure functions.
3979
3980 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3981
3982         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
3983
3984         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
3985         documentation for asynchronous queues.
3986
3987 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3988
3989         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
3990
3991         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
3992         parameter names.
3993
3994         * glib/tmpl/string_utils.sgml: Corrected the documentation of
3995         g_strescape and added those of g_strcompress.
3996
3997 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3998
3999         * glib/tmpl/limits.sgml: Added documentation for
4000         G_MAXU(INT|SHORT|LONG).
4001
4002         * glib/tmpl/macros_misc.sgml: Added documentation for
4003         G_G(U)INT(16|32|64)_FORMAT.
4004
4005         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
4006         documentation for gu(int|short|long).
4007
4008         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
4009         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
4010         and document GEqualFunc in GHashTable.
4011
4012         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
4013         glib/tmpl/relations.sgml : Changed to reflect the changed API
4014         (GCompareFunc -> GEqualFunc).
4015
4016         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
4017         fixes.
4018         
4019 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
4020
4021         * gobject/tmpl/signals.sgml: start at general description.
4022
4023         * gobject/gobject-docs.sgml: added introduction.
4024
4025 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
4026
4027         * gobject/gobject-sections.txt: opened up a new section on signals.
4028
4029 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4030
4031         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
4032
4033         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
4034         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
4035         glib/tmpl/scanner.sgml: Document the recently deprecated functions
4036         as such.
4037
4038 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
4039
4040         'make distcheck' fixes.
4041         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
4042         (html): Run 'gtkdoc-fixxref' in $(srcdir).
4043         (dist-check-gtkdoc): Add missing quote.
4044         (dist-hook): Copy in dependency order, so that none of the
4045         makerules are fired in a tarball build.
4046
4047         * gobject/Makefile.am: Likewise.
4048
4049 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4050
4051         * glib/glib-sections.txt: Added misc items.
4052
4053         * glib/tmpl/random_numbers.sgml: Documentation for the random
4054         number generator.
4055
4056 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
4057
4058         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
4059         $top_srcdir)/gobject.
4060         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
4061
4062 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
4063
4064         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
4065
4066 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
4067
4068         * Some further makefile improvement.
4069          
4070         * Restore all the docs that mysteriously vanished earlier.
4071
4072 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
4073
4074         * gobject/Makefile.am glib/Makefile.am: Improve 
4075         separation of generic non-generic parts and dependencies. 
4076
4077 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
4078
4079         * Moved into glib source tree, updated glib-sections.txt
4080         and Makefile.am for glib-1.3.x.
4081
4082 2000-07-01  Damon Chaplin  <damon@helixcode.com>
4083
4084         * tmpl/string_utils.sgml: updated g_strndup.
4085
4086 2000-06-11  Damon Chaplin  <damon@helixcode.com>
4087
4088         * tmpl/messages.sgml: updated a bit more.
4089
4090 2000-06-11  Damon Chaplin  <damon@helixcode.com>
4091
4092         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
4093
4094 2000-04-16  Damon Chaplin  <damon@helixcode.com>
4095
4096         * tmpl/linked_lists_single.sgml: 
4097         * tmpl/linked_lists_double.sgml: 
4098         * tmpl/trees-nary.sgml: updated.
4099
4100         * tmpl/modules.sgml: described g_module_build_path().
4101
4102         * tmpl/date.sgml: made short description lower case and end in a '.'.
4103
4104         * glib-sections.txt: rearranged GDate section.
4105
4106         * tmpl/arrays.sgml: 
4107         * tmpl/arrays_byte.sgml: 
4108         * tmpl/arrays_pointer.sgml: updated.
4109
4110 2000-02-21  Damon Chaplin  <damon@helixcode.com>
4111
4112         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
4113         to note that only the first source found is removed.
4114
4115 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
4116
4117         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
4118         Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
4119         GVoidFunc & GFreeFunc.
4120
4121 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
4122
4123         * glib-sections.txt, tmpl/threads.sgml: Removed
4124         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
4125
4126         * glib-overrides.txt: New file, that makes most of the thread
4127         related macros look like functions.
4128
4129         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
4130
4131         * tmpl/threads.sgml: Minor updates.
4132         
4133 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
4134
4135         * tmpl/datasets.sgml: Added missing </para>
4136         * tmpl/timers.sgml: Added missing </para>
4137         * tmpl/misc_utils.sgml: Added missing </para>
4138         * tmpl/linked_lists_double.sgml: Added missing </para>
4139         * tmpl/linked_lists_single.sgml: Added missing </para>
4140         * tmpl/threads.sgml: Removed extra <para>s.
4141         * tmpl/main.sgml: Added missing </para>
4142
4143 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
4144
4145         * README: Added some simple build instructions.
4146
4147 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
4148
4149         * Import into CVS of glib-reference-1.1.3
4150           Filled in some basic contents for AUTHORS
4151           README, and README.cvs  
4152