Document G_HAVE_GINT64 as deprecated. (#335294, Richard Laager)
[platform/upstream/glib.git] / docs / reference / ChangeLog
1 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated.
4         (#335294, Richard Laager)
5
6 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
7
8         * glib/tmpl/option.sgml: Hint that @error should
9         be set in error cases.  (#334646, Christian Persch)
10
11 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
12
13         * glib/templ/timers.sgml: Mention that the second
14         parameter of g_timer_elapsed can be NULL (#333916,
15         Christian Neumair)
16
17 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
18
19         * ===  Released 2.10.1 ===
20
21 2006-02-24  Matthias Clasen  <mclasen@redhat.com>
22
23         * === Released 2.10.0 ===
24
25 2006-02-22  Stefan Kost  <ensonic@users.sf.net>
26
27         * gobject/tmpl/gtype.sgml:
28           add @since: for _add_private, _GET_PRIVATE
29         * gobject/tut_gobject.xml:
30           fix example to use ->priv and not ->private
31         * gobject/tut_howto.xml:
32           fix g_type_class_add_private example
33
34 2006-02-14  Tor Lillqvist  <tml@novell.com>
35
36         * glib/tmpl/iochannels.sgml: Document some Windows-specific issues.
37
38         * glib/glib-sections.txt: Move three Windows-specific functions
39         that now are documented from being Private to the correct section.
40
41 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
42
43         * === Released 2.9.6 ===
44
45 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
46
47         * glib/tmpl/date.sgml: Fix a typo (#329123, Kjartan Maraas)
48
49 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
50
51         * === Released 2.9.5 ===
52
53 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
54
55         * glib/glib-sections.txt: 
56         * glib/tmpl/memory.sgml: Document g_mem_gc_friendly.
57
58 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
59
60         * gobject/tut_tools.xml: Mention g_trap_object_ref
61
62         * glib/running.sgml: Add g_trap variables to the index.
63         Mention conditional breakpoints as an alternative.
64
65 Wed Jan 25 17:32:22 2006  Tim Janik  <timj@gtk.org>
66
67         * glib/tmpl/memory_slices.sgml: link to G_DEBUG/G_SLICE where appropriate.
68
69 Wed Jan 25 17:12:47 2006  Tim Janik  <timj@gtk.org>
70
71         * glib/running.sgml: documented G_SLICE=always-malloc and
72         G_DEBUG=gc-friendly. added anchors for each env var.
73
74 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
75         
76         * === Released 2.9.4 ===
77
78 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
79
80         * glib/tmpl/scanner.sgml: Add a note explaining peculiarities
81         of peek_token wrt to scope changes.  (#307922)
82         
83 2006-01-17  Matthias Clasen  <mclasen@redhat.com>
84
85         * glib/tmpl/memory.sgml: Add a note about casting the results
86         of g_new() and g_new0().
87
88 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
89
90         * === Released 2.9.3 ===
91
92 2006-01-12  Federico Mena Quintero  <federico@ximian.com>
93
94         * glib/file-name-encodings.sxd: Replaced with the correct file.
95
96         * glib/file-name-encodings.png: Huh?  This was a 6-byte file.
97         Replaced it with the correct one.
98
99 2006-01-07  Stefan Kost  <ensonic@users.sf.net>
100
101         * gobject/tut_gtype.xml:
102           fix internal link, little XXX cleanup
103
104 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
105
106         * === Released 2.9.2 ===
107
108 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
109
110         * glib/glib-sections.txt: Add new API 
111
112 2006-01-02  Stepan Kasal  <kasal@ucw.cz>
113
114         * glib/glib-docs.sgml (glib-Windows-Compatability-Functions): Rename
115         (glib-Windows-Compatibility-Functions): , ie. s/Compata/Compati/
116         * glib/glib-sections.txt: s/Compata/Compati/
117
118 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
119
120         * gobject/gobject-sections.txt:
121         * gobject/tmpl/param_value_types.sgml: Document GType 
122         paramspecs
123
124 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
125
126         * glib/glib-sections.txt: add g_thread_pool_set_sort_function.
127         
128 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
129
130         * glib/tmpl/*.sgml: Update versioned deprecation
131
132         * gobject/tmpl/gboxed.sgml: Document G_TYPE_HASH_TABLE.
133
134         * glib/glib-sections.txt: Add g_list_free1
135
136         * glib/glib-overrides.txt: Remove G_THREADS_IMPL_SOLARIS
137
138 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
139
140         * glib/glib-sections.txt: 
141         * glib/tmpl/atomic_operations.sgml: Document new atomic
142         operations.
143
144 2005-12-14  Federico Mena Quintero  <federico@ximian.com>
145
146         * glib/building.sgml: Clarify exactly what happens when you use --enable-gc-friendly.
147
148 Mon Dec 12 15:31:41 2005  Tim Janik  <timj@imendio.com>
149
150         * gobject/tmpl/objects.sgml: corrected floating reference documentation.
151
152 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
153
154         * === Released 2.9.1 ===
155
156 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
157
158         * gobject/tmpl/gparamspec.sgml: 
159         * gobject/tmpl/gtype.sgml: Document n_preallocs as
160         ignored.
161
162 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
163
164         * glib/glib-sections.txt: Updates
165         
166         * glib/tmpl/memory_slices.sgml: Fix a small formatting
167         problem.
168
169         * glib/tmpl/trees-nary.sgml: 
170         * glib/tmpl/linked_lists_single.sgml: 
171         * glib/tmpl/linked_lists_double.sgml: 
172         * glib/tmpl/caches.sgml: 
173         * glib/tmpl/strings.sgml: 
174         * glib/tmpl/scanner.sgml: 
175         * glib/tmpl/main.sgml: Add versioned deprecation.
176
177 Mon Dec  5 15:53:37 2005  Tim Janik  <timj@imendio.com>
178
179         * glib/tmpl/memory_slices.sgml: updates to new g_slice API
180         and minor fixes.
181
182 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
183
184         * gobject/tmpl/generic_values.sgml: 
185         * glib/tmpl/trees-nary.sgml: 
186         * glib/tmpl/linked_lists_double.sgml: 
187         * glib/tmpl/linked_lists_single.sgml: 
188         * glib/tmpl/memory_chunks.sgml: 
189         * glib/tmpl/allocators.sgml: 
190         * glib/tmpl/macros_misc.sgml: Updates 
191
192         * glib/Makefile.am: Ignore gmirroringtable.h
193
194 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
195
196         * glib/tmpl/macros_misc.sgml: Document G_GNUC_WARN_UNUSED_RESULT.
197
198 2005-12-03  Matthias Clasen  <mclasen@redhat.com>
199
200         * glib/tmpl/caches.sgml: Document g_cache_value_foreach
201         as deprecated; document g_cache_key_foreach more thorougly
202
203         * glib/glib-sections.txt:
204         * glib/tmpl/linked_lists_single.sgml: Add g_slist_free1.
205
206         * glib/tmpl/memory_chunks.sgml: Document GMemChunk
207         as deprecated.
208
209         * glib/glib-docs.sgml: 
210         * glib/glib-sections.txt: 
211         * glib/tmpl/memory_slices.sgml: Document the slice
212         allocator.
213
214 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
215
216         * glib/building.sgml: 
217         * glib/tmpl/threads.sgml: 
218         * glib/glib-sections.txt: Remove G_THREADS_IMPL_SOLARIS
219
220         * glib/tmpl/types.sgml: Document G_GUINT64_CONSTANT.
221
222 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
223
224         * gobject/gobject-sections.txt: 
225         * gobject/tmpl/gboxed.sgml: Add g_object_ref_sink,
226         g_object_is_floating, g_param_spec_ref_sink, 
227         G_TYPE_HASH_TABLE
228
229 2005-11-22  Matthias Clasen  <mclasen@redhat.com>
230
231         * glib/glib-sections.txt: Add g_hash_table_ref
232         and g_hash_table_unref
233
234 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
235
236         * === Released 2.9.0 ===
237
238 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
239
240         * glib/tmpl/date.sgml: 
241         * glib/glib-sections.txt: Add g_date_set_time_t,
242         g_date_set_time_val and g_thread_foreach
243
244 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
245
246         * glib/tmpl/threads.sgml: Improve GOnce docs.
247         (#320950, Christophe Fergeau)
248
249 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
250
251         * glib/running.sgml: Document fatal_criticals.
252
253 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
254
255         * gobject/gobject-sections.txt: 
256         * gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
257         (#319885, Milosz Derezynski)
258
259 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
260
261         * glib/tmpl/unicode.sgml: Add a footnote about surrogate 
262         pairs.  (#317683, Behdad Esfahbod)
263
264 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
265
266         * glib/compiling.sgml: Document gmodule-no-export-2.0
267
268 2005-10-01  Davyd Madeley  <davyd@fugro-fsi.com.au>
269
270         * glib/tmpl/string_utils.sgml: Minor documentation improvements for
271           g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.
272
273 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
274
275         * glib/tmpl/quarks.sgml: 
276         * glib/glib-sections.txt: Add string interning functions.
277
278 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
279
280         * glib/tmpl/arrays.sgml: 
281         * glib/tmpl/arrays_pointer.sgml: 
282         * glib/tmpl/arrays_byte.sgml: Enhance sort() documentation.
283         (#314839, Behdad Esfahbod)
284
285 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
286
287         * glib/glib-docs.sgml:
288         * gobject/gobject-docs.sgml: Add indices for new
289         symbols in 2.10
290
291         Improvements pointed out by Behdad Esfahbod (#314460):
292         
293         * glib/tmpl/strings.sgml: Fix up some character/byte
294         sloppyness.
295
296         * glib/tmpl/iochannels.sgml: Don't mention deprecated
297         functions in the introduction.
298
299 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
300
301         * === Released 2.8.1 ===
302
303 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
304
305         * glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.
306
307 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
308
309         * glib/glib-gettexttize.xml:
310         * gobject/glib-genmarshal.xml:
311         * gobject/glib-mkenums.xml: Fix some trivial
312         formatting problems.  (#313099, Stepan Kasal)
313
314         * glib/tmpl/modules.sgml: Document that file_name can
315         be NULL.  (#313143, Gustavo Carneiro)
316
317         * glib/tmpl/linked_lists_single.sgml: 
318         * glib/tmpl/linked_lists_double.sgml: Clarify docs
319         a little.  (#311727, Tristan van Berkom)
320
321 2005-08-12  Matthias Clasen  <mclasen@redhat.com>
322
323         * === Released 2.8.0 ===
324
325 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
326
327         Fix typos: Invokation --> Invocation (in various places)
328
329         * glib/tmpl/error_reporting.sgml: Fix a typo.
330         * gobject/tut_howto.xml: Several typos and stylistic changes.
331
332 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
333
334         * gobject/tmpl/gparamspec.sgml: 
335         * glib/tmpl/types.sgml: 
336         * glib/tmpl/option.sgml: Small fixes.
337
338         * gobject/tmpl/generic_values.sgml: Small fixes
339
340 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
341
342         * === Released 2.7.7 ===
343
344 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
345
346         * === Released 2.7.6 ===
347
348 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
349
350         * === Released 2.7.5 ===
351
352 Sat Jul 30 23:40:35 2005  Tim Janik  <timj@gtk.org>
353
354         * glib/tmpl/datalist.sgml:
355         * glib/tmpl/datalset.sgml: document non-thread-safety for 
356         _foreach() functions.
357
358 2005-07-26  Matthias Clasen  <mclasen@redhat.com>
359
360         * glib/tmpl/arrays.sgml: One more improvement.
361
362 2005-07-25  Matthias Clasen  <mclasen@redhat.com>
363
364         * glib/tmpl/arrays.sgml: Add some details.  (#311310,
365         Jochen Baier)
366
367 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
368
369         * === Released 2.7.4 ===
370
371 2005-07-20  Matthias Clasen  <mclasen@redhat.com>
372
373         * glib/tmpl/macros_misc.sgml: Add some discouraging
374         comments to the G_INLINE_FUNC macros.  (#310836,
375         Callum McKenzie)
376
377 2005-07-19  Matthias Clasen  <mclasen@redhat.com>
378
379         * glib/tmpl/byte_order.sgml: Add docs for #307047,
380         Bryan Silverthorn.
381
382 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
383
384         * === Released 2.7.3 ===
385         
386 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
387
388         * glib/glib-overrides.txt: Add G_VA_COPY
389
390         * glib/tmpl/option.sgml: Document that short names must
391         be printable ASCII characters != '-'.
392
393 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
394         
395         * === Released 2.7.2 ===
396
397 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
398
399         * gobject/gobject-docs.sgml: 
400         * glib/glib-docs.sgml: Add the "new in 2.8" index.
401
402 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
403
404         * gobject/tmpl/objects.sgml: Add an example
405         for using a custom constructor.
406
407 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
408
409         * === Released 2.7.1 ===
410
411 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
412
413         * glib/tmpl/threads.sgml: 
414         * glib/tmpl/option.sgml: 
415         * glib/tmpl/fileutils.sgml: 
416         * glib/tmpl/iochannels.sgml: 
417         * glib/tmpl/hooks.sgml: 
418         * glib/tmpl/misc_utils.sgml: 
419         * glib/tmpl/date.sgml: 
420         * glib/glib-sections.txt: Updates
421
422 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
423
424         * glib/glib-sections.txt: Add GMappedFile functions.
425
426 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
427
428         * glib/tmpl/option.sgml (GOptionFlags): document
429         G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME  (Dan Winship)
430
431 2005-06-16  Mathieu Lacage <mathieu@gnome.org>
432
433         * gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
434         
435 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
436
437         * === Released 2.7.0 ===
438
439 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
440
441         * glib/glib-sections.txt: Add g_chdir
442
443         * glib/tmpl/threads.sgml: Document that stack size
444         will be ignored if the underlying thread implementation
445         doesn't support stack sizes.
446
447 2005-06-07  Matthias Clasen  <mclasen@redhat.com>
448
449         * glib/glib-sections.txt: Add g_utf8_collate_key_for_filename.
450
451 2005-05-25  Mathieu Lacage <mathieu@gnome.org>
452
453         * gobject/tut_*.xml: fix lots of typos, 
454         some of which were reported by Leonardo Boshell.
455
456 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
457
458         * glib/tmpl/threads.sgml: Point out exceptions to the
459         general GLib data structure locking rules.
460
461 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
462
463         * glib/tmpl/threads.sgml: Add a paragraph about thread
464         safety of GLib data structures.
465
466         * glib/compiling.sgml: Update an example from 1.3 to 2.x
467
468 2005-05-13  Matthias Clasen  <mclasen@redhat.com>
469
470         * gobject/glib-genmarshal.1: 
471         * gobject/glib-genmarshal.xml: Mention 64bit integer
472         types.
473
474 2005-05-10  Matthias Clasen  <mclasen@redhat.com>
475
476         * glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
477         Daniel Vaillard.
478
479 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
480
481         * gobject/tmpl/value_collection.sgml: 
482         * gobject/tmpl/gboxed.sgml: 
483         * gobject/tmpl/enumerations_flags.sgml: 
484         * gobject/tmpl/objects.sgml: Add long descriptions.
485
486 2005-05-05  Owen Taylor  <otaylor@redhat.com>
487
488         * glib/Makefile.am glib/glib-sections.txt gobject/gobject-sections.txt:
489         Update
490
491         * gobject/tmpl/objects.sgml: Document toggle-references.
492
493 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
494
495         * glib/tmpl/hash_tables.sgml: Move some docs inline.
496
497         * glib/tmpl/windows.sgml: 
498         * gobject/tmpl/signals.sgml: 
499         * gobject/tmpl/generic_values.sgml: 
500         * gobject/tmpl/gtype.sgml: 
501         * gobject/tmpl/value_arrays.sgml: 
502         * gobject/tmpl/param_value_types.sgml: 
503         * gobject/tmpl/gtypemodule.sgml:
504         * gobject/tmpl/enumerations_flags.sgml: Small additions.
505
506 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
507
508         * glib/tmpl/completions.sgml: Document
509         strncmp_func.
510
511         glib/glib-sections.txt: Add new API.
512
513 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
514
515         * gobject/tmpl/gboxed.sgml: 
516         * gobject/gobject-sections.txt: Add G_TYPE_DATE.
517
518 2005-04-23  Stefan Kost  <ensonic@users.sf.net>
519
520         * gobject/tut_gtype.xml:
521         * gobject/tut_howto.xml:
522         all interface examples use 'interface' instead of 'class'
523
524 2005-04-22  Stefan Kost  <ensonic@users.sf.net>
525
526         * gobject/Makefile.am:
527         * gobject/gobject-docs.sgml:
528         * gobject/tut_gobject.xml:
529         * gobject/tut_gsignal.xml:
530         * gobject/tut_gtype.xml:
531         * gobject/tut_howto.xml:
532         * gobject/tut_intro.xml:
533         * gobject/tut_tools.xml:
534         merged in docs form the gobject tutorial
535
536 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
537
538         * glib/tmpl/arrays_pointer.sgml: Clarify the docs for
539         g_ptr_array_free and g_ptr_array_remove_range.  (#170148, 
540         #170149, Jared Lash)
541
542 2005-03-29  Tor Lillqvist  <tml@novell.com>
543
544         * glib/tmpl/spawn.sgml: Add Win32 warnings regarding the child
545         setup function.
546
547 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
548
549         * glib/glib-sections.txt: 
550         * glib/tmpl/memory.sgml: Document g_try_new, g_try_new0 
551         and g_try_renew, g_try_malloc0.
552
553 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
554
555         * gobject/tmpl/gparamspec.sgml: Document G_PARAM_SPEC_STATIC_
556         flags.
557
558 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
559
560         * glib/glib-sections.txt: 
561         * glib/tmpl/macros_misc.sgml: Document G_GNUC_NULL_TERMINATED.
562
563 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
564
565         * gobject/tmpl/gtype.sgml:
566         * gobject/tmpl/param_value_types.sgml:
567         * gobject/tmpl/gparamspec.sgml: Apply patches by
568         Stefan Kost to document naming restrictions. (#167614)
569
570 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
571
572         * glib/tmpl/option.sgml: Fix a typo.  (#166985)
573
574 2005-02-07  Matthias Clasen  <mclasen@redhat.com>
575
576         * glib/glib-sections.txt: Add g_listenv.
577
578 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
579
580         * glib/tmpl/linked_lists_double.sgml: 
581         * glib/tmpl/linked_lists_single.sgml: Add a note 
582         regarding inefficiency of repeated appends. (#166271,
583         Olivier Sessink)
584
585 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
586
587         * glib/tmpl/quarks.sgml: Add a warning against
588         using g_quark_from_static_string() in dynamically
589         loaded modules. 
590
591 2005-02-02  Matthias Clasen  <mclasen@redhat.com>
592
593         * glib/tmpl/misc_utils.sgml: 
594         * glib/tmpl/hash_tables.sgml: Move some doc 
595         comments inline.
596
597 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
598
599         * gobject/tmpl/enumerations_flags.sgml: Fix an
600         example.  (#164269, Sebastien Bacher)
601         
602 2005-01-07  Matthias Clasen  <mclasen@redhat.com>
603
604         * === Released 2.6.1 ===
605
606 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
607
608         * glib/tmpl/keyfile.sgml: Add hint about group name 
609         case sensitivity.  (#163029, Bastien Nocera)
610
611 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
612
613         * gobject/tmpl/signals.sgml: Small addition. (#145158,
614         Mariano Su??rez-Alvarez)
615
616 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
617
618         * gobject/tmpl/signals.sgml: Fix a typo.  (#161713,
619         Vincent Untz)
620
621 2004-12-17  Matthias Clasen  <mclasen@redhat.com>
622
623         * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.  
624         (#161480, Danny Milo)
625
626 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
627
628         * glib/tmpl/version.sgml: Improve wording.  (#161484,
629         Christian Biere)
630
631         * === Released 2.6.0 ===
632         
633 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
634
635         * glib/glib-sections.txt: Add g_rmdir
636
637 2004-12-15  Alexander Larsson  <alexl@redhat.com>
638
639         * glib/glib-sections.txt:
640         Add g_filename_display_basename
641
642 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
643
644         * gobject/tmpl/generic_values.sgml: Document some return
645         values.  (#161345, Stefan Kost)
646
647 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
648
649         * === Released 2.5.7 ===
650         
651 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
652
653         * glib/building.sgml: 
654         * glib/tmpl/linked_lists_single.sgml: 
655         * glib/tmpl/linked_lists_double.sgml: 
656         * glib/tmpl/trees-nary.sgml: Add some warnings regarding
657         --disable-mem-pools.
658
659 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
660
661         * glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)
662
663 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
664
665         * glib/building.sgml: Document --enable-man and --disable-visibility.
666
667 2004-11-28  Tor Lillqvist  <tml@iki.fi>
668
669         * glib/tmpl/misc_utils.sgml: Document encoding of g_get_user_name(),
670         g_get_real_name(), g_get_tmp_dir() and g_get_current_dir().
671
672 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
673
674         * glib/tmpl/macros_misc.sgml: Document G_GNUC_MALLOC.
675
676         * glib/glib-sections.txt: Add G_GNUC_MALLOC
677
678 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
679
680         * === Released 2.5.6 ===
681         
682 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
683
684         * glib/tmpl/trees-nary.sgml: Document G_TRAVERSE_LEAVES and
685         G_TRAVERSE_NON_LEAVES
686
687         * glib/tmpl/hooks.sgml: 
688         * glib/tmpl/iochannels.sgml: Updates
689
690 2004-11-04  Tor Lillqvist  <tml@iki.fi>
691
692         * glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
693         documentation.
694
695         * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
696
697 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
698
699         * === Released 2.5.5 ===
700
701 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
702
703         * glib/glib-sections.txt: Add g_get_filename_charsets and
704         g_filename_display_name.
705
706 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
707
708         * glib/tmpl/option.sgml: Updates
709
710 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
711
712         * glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED,
713         G_WIN32_HAVE_WIDECHAR_API.
714
715         * glib/glib-sections.txt: Add g_lstat
716
717         * glib/running.sgml: Document G_WIN32_PRETEND_WIN9X.
718
719 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
720
721         * glib/tmpl/option.sgml: Add an example.
722
723         * glib/glib-sections.txt: Add G_OPTION_REMAINING
724
725         * glib/tmpl/option.sgml: Add docs.
726
727 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
728
729         * glib/tmpl/keyfile.sgml: Add some introductory notes.
730
731 2004-10-27 Matthias Clasen  <mclasen@redhat.com>
732
733         * === Released 2.5.4 ===
734
735 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
736
737         * glib/tmpl/fileutils.sgml: Add some intro.
738
739 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
740
741         * gobject/gobject-docs.sgml: Add an index for 2.6 additions.
742
743         * gobject/gobject-sections.txt: Additions.
744
745         * gobject/Makefile.am (IGNORE_HFILES): Add gobjectalias.h
746
747         * glib/tmpl/main.sgml: Document GChildWatchFunc
748
749         * glib/tmpl/keyfile.sgml: New template.
750
751         * glib/glib-sections.txt: Additions.
752
753         * glib/tmpl/macros_misc.sgml: Document some more of
754         the macros.
755
756 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
757
758         * glib/glib-docs.sgml:  Add GKeyFile section, add
759         index for 2.6 additions.
760
761 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
762
763         * gobject/tmpl/gtype.sgml (GTypeInterfaceCheckData):
764         Rename first parameter.
765
766         * glib/glib-sections.txt: Add GKeyFile section.
767
768 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
769
770         * glib/tmpl/macros.sgml: 
771         * glib/glib-sections.txt: Document G_IS_DIR_SEPARATOR. 
772
773 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
774
775         * gobject/tmpl/objects.sgml: Improve the docs for
776         g_object_get_property().  (#153424, Stefan Kost)
777
778 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
779
780         * gobject/tmpl/signals.sgml: Improve docs for 
781         g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)
782
783 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
784
785         * glib/tmpl/messages.sgml: Correct the docs for the default log
786         handler wrt to which messages go to stderr. (#153041, Philippe Blain)
787
788 Sun Sep 19 23:15:17 2004  Matthias Clasen  <maclas@gmx.de>
789
790         * glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
791         reversing UTF-8 strings.  (#153091, Adam Hooper)
792
793 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
794
795         * === Released 2.5.3 ===
796
797 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
798
799         * glib/Makefile.am: Ignore galias.h
800
801         * glib/glib-sections.txt: Updates.
802
803 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
804
805         * glib/tmpl/misc_utils.sgml: Add a hint about $HOME to the
806         docs of g_get_home_dir().
807
808 Thu Sep  9 00:11:19 2004  Matthias Clasen  <maclas@gmx.de>
809
810         * glib/glib-sections.txt: Add g_strv_length().
811
812 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
813
814         * glib/glib-sections.txt: Add g_get_language_names().
815
816 Mon Sep  6 01:56:13 2004  Matthias Clasen  <maclas@gmx.de>
817
818         * glib/tmpl/messages.sgml: Remove excess markup and fix a markup
819         error.
820
821 Sun Sep  5 01:44:23 2004  Matthias Clasen  <maclas@gmx.de>
822
823         * glib/glib-sections.txt: 
824         * glib/tmpl/messages.sgml: Document g_log_set_default_handler().
825
826 Wed Sep  1 20:27:59 2004  Matthias Clasen  <maclas@gmx.de>
827
828         * glib/glib-sections.txt: Add g_date_get_iso8601_week_of_year.
829
830 Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>
831
832         * glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
833
834 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
835
836         * glib/tmpl/fileutils.sgml: Add G_FILE_ERROR_NOSYS.
837
838 2004-08-25 Matthias Clasen  <mclasen@redhat.com>
839
840         * === Released 2.5.2 ===
841
842 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
843
844         * glib/tmpl/warnings.sgml: Add an example for
845         g_on_error_query() usage.  (#148716, Christian Persch)
846
847 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
848
849         * glib/tmpl/threads.sgml: Document the necessity to call
850         g_thread_init() when using threads 
851         (even non-gthreads).  (#149490, Vincent Untz)
852
853
854 Tue Aug  3 16:43:22 2004  Matthias Clasen  <maclas@gmx.de>
855
856         * glib/glib-sections.txt: Add a section for GOption.
857         * glib/glib-docs.sgml: Include GOption section.
858         * glib/tmpl/option.sgml: New template.
859
860 Tue Aug  3 15:34:16 2004  Matthias Clasen  <maclas@gmx.de>
861
862         * glib/glib-sections.txt: Add a separate section for
863         version information.
864         * glib/glib-docs.sgml: Include version section.
865         * glib/tmpl/version.sgml: New template.
866
867 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
868
869         * glib/glib-sections.txt: 
870         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL.
871
872 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
873
874         * === Released 2.5.1 ===
875
876 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
877
878         * glib/tmpl/misc_utils.sgml: Clarify docs for 
879         g_get_real_name().  (#143552, Danek Duvall)
880
881 Fri Jul 23 10:38:24 2004  Matthias Clasen  <maclas@gmx.de>
882
883         * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE.  (#148262, 
884         Christophe Fergeau)
885
886 Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
887
888         * === Released 2.5.0 ===
889
890 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
891
892         * glib/tmpl/arrays.sgml: Improve g_array_free() docs.  (#146875,
893         Ed Griffiths)
894
895 Tue Jul  6 00:54:38 2004  Matthias Clasen  <maclas@gmx.de>
896
897         * gobject/gobject-sections.txt: 
898         * gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
899         and g_type_module_register_flags().
900
901 Mon Jul  5 18:49:56 2004  Matthias Clasen  <maclas@gmx.de>
902
903         * glib/tmpl/messages.sgml: 
904         * glib/glib-sections.txt: Add g_debug.
905
906 2004-06-15  Federico Mena Quintero  <federico@ximian.com>
907
908         * glib/tmpl/conversions.sgml: New section on file name encodings.
909
910         * glib/file-name-encodings.sxd: New diagram of how file name
911         encodings work.
912
913         * glib/file-name-encodings.png: Same as above, for inclusion in
914         the generated docs.
915
916         * glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png.
917         (EXTRA_DIST): Add the new images.
918
919         * glib/running.sgml: Add ids to the corresponding paragraphs that
920         describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to
921         reference them from elsewhere.
922
923 Thu Jun 10 21:29:55 2004  Matthias Clasen  <maclas@gmx.de>
924
925         * glib/tmpl/modules.sgml: Add an example for GModule
926         usage.  (#144127, Tommi Komulainen)
927
928 Sun Jun  6 23:20:42 2004  Matthias Clasen  <maclas@gmx.de>
929
930         * gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
931         and friends.  (#143800, Crispin Flowerday)
932
933 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
934
935         * gobject/gobject-docs.sgml: 
936         * glib/glib-docs.sgml: Add multiple indices.
937
938 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
939
940         * === Released 2.4.1 ===
941
942 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
943
944         * glib/running.sgml: Document LIBCHARSET_ALIAS_DIR.
945
946 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
947
948         * glib/tmpl/types.sgml: Correct the description of the
949         gfloat and gdouble ranges.
950
951 Tue Mar 16 12:06:09 2004  Owen Taylor  <otaylor@redhat.com>
952
953         * === Released 2.4.0 ===
954         
955 Sun Mar 14 11:00:41 2004  Owen Taylor  <otaylor@redhat.com>
956
957         * gobject/tmpl/signals.sgml: Document the fact that
958         g_signal_connect_object() does *not* remove the signal
959         when the object is disconnected currently and describe
960         a workaround to prevent memory leaks.
961
962 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
963
964         * === Released 2.3.6 ===
965
966 Mon Mar  8 08:32:36 2004  Owen Taylor  <otaylor@redhat.com>
967
968         * glib/tmpl/main.sgml: Reference g_source_set_callback(),
969         not g_source_attach(). (Takeshi AIHANA)
970
971 2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>
972
973         * glib/glib-overrides.txt, glib/glib-sections.txt,
974         glib/tmpl/atomic_operations.sgml: Updated according to code changes.
975
976 Sun Feb 29 02:35:00 2004  Sven Herzberg  <herzi@gnome-de.org>
977
978         * glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for
979         G_MAXDOUBLE (fixes #135723)
980
981 Fri Feb 27 22:10:25 2004  Matthias Clasen  <maclas@gmx.de>
982
983         * glib/tmpl/modules.sgml: Reformat a bit.
984
985 Fri Feb 27 22:05:23 2004  Matthias Clasen  <maclas@gmx.de>
986
987         * glib/tmpl/limits.sgml: Document G_MAXSIZE.
988
989 2004-02-26  Sebastian Wilhelmi  <seppi@seppi.de>
990
991         * glib/tmpl/threads.sgml: Updated to reflect removal of the PID
992         niceness surrogate for thread priorities.
993
994         * glib/glib-overrides.txt, glib/glib-sections.txt,
995         glib/glib-docs.sgml, glib/tmpl/atomic_operations.sgml: Add docs
996         for atomic operations.
997
998 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
999
1000         * === Released 2.3.3 ===
1001
1002         * glib/glib-sections.txt: Updates.
1003
1004 Sun Feb 22 00:59:11 2004  Matthias Clasen  <maclas@gmx.de>
1005
1006         * glib/tmpl/trees-nary.sgml: Document GCopyFunc.
1007
1008 Sun Feb 22 00:54:17 2004  Matthias Clasen  <maclas@gmx.de>
1009
1010         * glib/glib-sections.txt: Add GCopyFunc and g_node_copy_deep.
1011
1012 2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
1013
1014         * glib/glib-sections.txt: Add the new g_rand_* functions
1015
1016 Sat Feb 14 01:25:23 2004  Matthias Clasen  <maclas@gmx.de>
1017
1018         * glib/glib-sections.txt: Add GPid, GChildWatchFunc,
1019         g_child_watch_source_new, g_child_watch_add,
1020         g_child_watch_add_full.
1021
1022 Fri Feb 13 23:16:25 2004  Matthias Clasen  <maclas@gmx.de>
1023
1024         * glib/tmpl/macros_misc.sgml: Fix a typo. 
1025
1026 Sat Feb  7 01:02:06 2004  Matthias Clasen  <maclas@gmx.de>
1027
1028         * glib/tmpl/numerical.sgml: Fix some external links.
1029
1030 Thu Feb  5 00:54:43 2004  Matthias Clasen  <maclas@gmx.de>
1031
1032         * glib/glib-sections.txt: Add g_completion_complete_utf8.
1033
1034 Fri Jan 30 23:25:58 2004  Matthias Clasen  <maclas@gmx.de>
1035
1036         * glib/tmpl/iochannels.sgml: 
1037         * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and
1038         GDK functions.  (#130756, Vincent Untz)
1039         
1040 Wed Jan 28 01:39:59 2004  Matthias Clasen  <maclas@gmx.de>
1041
1042         * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann)
1043
1044 Thu Jan 22 14:51:19 2004  Owen Taylor  <otaylor@redhat.com>
1045
1046         * glib/glib-sections.txt glib/tmpl/timers.sgml: Document
1047         g_timer_continue. (Tim-Philipp M??ller)
1048
1049 Sun Jan 11 01:25:44 2004  Matthias Clasen  <maclas@gmx.de>
1050
1051         * gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
1052
1053 Sun Jan 11 01:25:29 2004  Matthias Clasen  <maclas@gmx.de>
1054
1055         * gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED.
1056
1057 Sat Jan 10 02:18:32 2004  Matthias Clasen  <maclas@gmx.de>
1058
1059         * gobject/tmpl/gtype.sgml: Document the new GType boilerplate macros
1060         with an example.
1061
1062 Sat Jan 10 01:36:01 2004  Matthias Clasen  <maclas@gmx.de>
1063
1064         * gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
1065
1066 Sat Jan 10 01:23:58 2004  Matthias Clasen  <maclas@gmx.de>
1067
1068         * gobject/gobject-sections.txt: Add g_type_class_peek_static,
1069         G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
1070         G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
1071
1072
1073 Sat Jan 10 01:23:01 2004  Matthias Clasen  <maclas@gmx.de>
1074
1075         * gobject/tmpl/objects.sgml: Update docs of g_object_connect.
1076
1077 Fri Jan  9 23:40:23 2004  Matthias Clasen  <maclas@gmx.de>
1078
1079         * gobject/tmpl/gboxed.sgml: 
1080         * gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv.
1081
1082 Fri Dec 26 02:04:49 2003  Matthias Clasen  <maclas@gmx.de>
1083
1084         * glib/glib-sections.txt: Add g_ptr_array_foreach().
1085
1086 Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>
1087
1088         * glib/tmpl/misc_utils.sgml: Document the encoding of 
1089         g_get_real_name().
1090
1091 Fri Dec 19 21:40:00 2003  Matthias Clasen  <maclas@gmx.de>
1092
1093         * gobject/tmpl/signals.sgml: Rewording.
1094
1095 Tue Dec  2 02:31:15 2003  Matthias Clasen  <maclas@gmx.de>
1096
1097         * glib/tmpl/limits.sgml:
1098         * glib/glib-sections.txt: Add G_{MIN,MAX,MAXU}INT{8,16,32}.
1099
1100 Thu Nov  6 01:42:36 2003  Matthias Clasen  <maclas@gmx.de>
1101
1102         * glib/glib-sections.txt: Add an i18n section.
1103         * glib/glib-docs.sgml: Include the corresponding entity.
1104         * glib/tmpl/i18n.sgml: Template for i18n section.
1105
1106 Thu Nov  6 00:56:04 2003  Matthias Clasen  <maclas@gmx.de>
1107
1108         * glib/running.sgml: Document G_FILENAME_ENCODING.
1109
1110 Sat Oct 25 01:07:45 2003  Matthias Clasen  <maclas@gmx.de>
1111
1112         * gobject/tmpl/gparamspec.sgml: 
1113         * gobject/tmpl/objects.sgml: Additions.
1114
1115 Thu Oct 23 14:27:54 2003  Owen Taylor  <otaylor@redhat.com>
1116
1117         * gobject/Makefile.am: Add a dist-hook so that the
1118         man pages get distributed.
1119
1120         * glib/Makefile.am: Add a dist-hook so that the
1121         man pages get distributed.
1122
1123         * glib/Makefile.am (content_files): Add cross.sgml.
1124
1125         * gobject/Makefile.am (INCLUDES): Add $(top_srcdir)/glib,
1126         and (for gobject.cI) $(srcdir)
1127
1128 Tue Oct 21 23:29:54 2003  Matthias Clasen  <maclas@gmx.de>
1129
1130         * gobject/tmpl/gtypemodule.sgml: 
1131         * gobject/tmpl/enumerations_flags.sgml: 
1132         * gobject/tmpl/gtype.sgml: Additions.
1133
1134 Tue Oct 21 23:09:15 2003  Matthias Clasen  <maclas@gmx.de>
1135
1136         * gobject/tmpl/gparamspec.sgml: 
1137         * gobject/tmpl/param_value_types.sgml:
1138         * gobject/tmpl/gtype.sgml: 
1139         * gobject/tmpl/signals.sgml: Add "Since 2.4" markers where
1140         appropriate.
1141
1142 Tue Oct 14 17:45:33 2003  Owen Taylor  <otaylor@redhat.com>
1143
1144         * gobject/gobject-sections.txt gobject/tmpl/objects.sgml
1145         gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
1146         Document interface properties and GParamSpecOverride.
1147
1148 Mon Oct 20 22:05:37 2003  Matthias Clasen  <maclas@gmx.de>
1149
1150         * gobject/tmpl/objects.sgml: 
1151         * gobject/tmpl/enumerations_flags.sgml: 
1152         * gobject/tmpl/gtypeplugin.sgml: Additions.
1153
1154 Mon Oct 20 22:04:45 2003  Matthias Clasen  <maclas@gmx.de>
1155
1156         * gobject/gobject-sections.txt: Add GObjectConstructParam.
1157
1158 Mon Oct 20 20:38:06 2003  Matthias Clasen  <maclas@gmx.de>
1159
1160         * gobject/gobject.i: Removed...
1161         * gobject/gobject.cI: ...and readded.
1162         * gobject/gobject.types: Change to the standard file 
1163         extension for included hunks of C code.
1164
1165 Mon Oct 20 20:34:33 2003  Matthias Clasen  <maclas@gmx.de>
1166
1167         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
1168         as an include dir again, this time for real.  
1169
1170 Mon Oct 20 01:12:46 2003  Matthias Clasen  <maclas@gmx.de>
1171
1172         * gobject/tmpl/gtype.sgml: 
1173         * gobject/tmpl/param_value_types.sgml: 
1174         * gobject/tmpl/value_arrays.sgml: Additions.
1175
1176         * gobject/tmpl/gboxed.sgml: 
1177         * gobject/gobject-sections.txt: Remove prematurely added
1178         GStrv documentation.
1179
1180 Sun Oct 19 22:18:28 2003  Matthias Clasen  <maclas@gmx.de>
1181
1182         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
1183         as an include dir.  (#124934, Mariano Su??rez-Alvarez)
1184
1185 Sun Oct 19 00:33:28 2003  Matthias Clasen  <maclas@gmx.de>
1186
1187         * gobject/tmpl/gtype.sgml: 
1188         * gobject/tmpl/generic_values.sgml: 
1189         * gobject/tmpl/objects.sgml: 
1190         * gobject/tmpl/signals.sgml: Additions.
1191
1192 Sat Oct 18 01:30:47 2003  Matthias Clasen  <maclas@gmx.de>
1193
1194         * gobject/tmpl/gboxed.sgml: 
1195         * gobject/tmpl/gtypeplugin.sgml: 
1196         * gobject/tmpl/enumerations_flags.sgml: Additions.
1197
1198 Sat Oct 18 00:04:22 2003  Matthias Clasen  <maclas@gmx.de>
1199
1200         * gobject/gobject.types: List GObject here, since the
1201         documentation misses the notify signal otherwise. Needs
1202         a little bit of a hack to work around a gtkdoc-scangobj
1203         limitation, see the comment in gobject/gobject.i.
1204
1205         * gobject/gobject.i: New file, containing a trivial 
1206         g_object_get_type() function.
1207         
1208 Fri Oct 17 00:23:51 2003  Matthias Clasen  <maclas@gmx.de>
1209
1210         * gobject/Makefile.am (GTKDOC_LIBS): 
1211         (INCLUDES): Add the necessary stuff to compile gobject-scan.
1212
1213         * gobject/gobject.types: Add g_type_module_get_type() and
1214         g_type_plugin_get_type().
1215
1216 Thu Oct 16 01:02:04 2003  Matthias Clasen  <maclas@gmx.de>
1217
1218         * gobject/tmpl/gparamspec.sgml: Additions, document 
1219         GParamSpecPool.
1220
1221 Wed Oct 15 00:56:30 2003  Matthias Clasen  <maclas@gmx.de>
1222
1223         * gobject/tmpl/gclosure.sgml: Improvements from Owen's feedback. 
1224
1225 Tue Oct 14 02:35:45 2003  Matthias Clasen  <maclas@gmx.de>
1226
1227         * gobject/gobject-sections.txt: Move the g_cclosure_marshal_*
1228         functions to a non-private subsection, since these functions
1229         are not private.
1230
1231 Tue Oct 14 02:35:16 2003  Matthias Clasen  <maclas@gmx.de>
1232
1233         * gobject/tmpl/gclosure.sgml: Fill in.
1234
1235 Sun Oct  5 23:23:53 2003  Matthias Clasen  <maclas@gmx.de>
1236
1237         * gobject/glib-sections.txt: 
1238         * gobject/gobject-sections.txt: Fix includes.
1239
1240         * gobject/tmpl/value_collection.sgml: Add docs found in the 
1241         header.
1242
1243 Thu Oct  2 01:22:46 2003  Owen Taylor  <otaylor@redhat.com>
1244
1245         * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml: 
1246         Add g_type_add/remove_interface_check()
1247
1248 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1249
1250         * gobject/tmpl/gparamspec.sgml: 
1251         * gobject/tmpl/signals.sgml: Additions.
1252
1253         * glib/glib-sections.txt: Add g_unichar_get_mirror_char and
1254         g_static_mutex_get_mutex_impl_shortcut.
1255
1256 Mon Sep 29 10:55:23 2003  Owen Taylor  <otaylor@redhat.com>
1257
1258         *  gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
1259         Docs for g_type_default_interface_ref(), etc.
1260
1261 Fri Sep 12 16:29:29 2003  Owen Taylor  <otaylor@redhat.com>
1262
1263         * gobject/tmpl/signals.sgml: Add docs for
1264         g_signal_accumulator_true_handled.
1265
1266 2003-09-12  Matthias Clasen  <maclas@gmx.de>
1267
1268         * gobject/gobject-sections.txt: Add new g_value_take_x() functions.
1269
1270         * gobject/tmpl/param_value_types.sgml: Document new g_value_take_x()
1271         functions.  (#100948)
1272
1273 2003-08-05  Matthias Clasen  <maclas@gmx.de>
1274
1275         * glib/tmpl/string_utils.sgml: Add note about in-place editing to g_strdelimit() doc.
1276         (#118875, Thomas Vander Stichele)
1277
1278 2003-07-30  Matthias Clasen  <maclas@gmx.de>
1279
1280         * glib/tmpl/misc_utils.sgml: Move g_getenv() docs inline.
1281
1282         * glib/tmpl/string_utils.sgml: Small fixes.
1283
1284         * glib/glib-docs.sgml: Add paragraph about multi-threading policy.
1285
1286         * glib/glib-sections.txt: Rename g_read_link to g_file_read_link.
1287
1288 2003-07-29  Matthias Clasen  <maclas@gmx.de>
1289
1290         * glib/tmpl/macros_misc.sgml: Document G_GINT{16,32,64}_MODIFIER, add note about scanning.
1291
1292         * glib/glib-sections.txt: Add G_GINT{16,32,64}_MODIFIER.
1293
1294 2003-07-28  Matthias Clasen  <maclas@gmx.de>
1295
1296         * glib/glib-sections.txt: Add g_setenv(), g_unsetenv() and g_read_link().  (#100763, #72545)
1297
1298 2003-07-26  Matthias Clasen  <maclas@gmx.de>
1299
1300         * glib/tmpl/arrays.sgml: 
1301         * glib/tmpl/arrays_byte.sgml: 
1302         * glib/tmpl/arrays_pointer.sgml: 
1303         * glib/glib-sections.txt: Add g_{,byte,pointer}_array_remove_range.  (#94879, Nalin Dahyabhai)
1304
1305         * glib/tmpl/messages.sgml: Remove the note about the message length restriction.
1306
1307 2003-07-24  Matthias Clasen  <maclas@gmx.de>
1308
1309         * glib/tmpl/messages.sgml: Mention the restriction on message length.  (#118043, Martyn Russell)
1310
1311 2003-07-18  Matthias Clasen  <maclas@gmx.de>
1312
1313         * glib/tmpl/arrays_pointer.sgml: Add a note about double indirection in 
1314         g_ptr_array_sort[_with_data]().  (#113697, Owen Taylor)
1315
1316 2003-07-12  Matthias Clasen  <maclas@gmx.de>
1317
1318         * glib/tmpl/string_utils.sgml: Add a paragraph about string precision, add links to it.
1319         Remove markup which is now handled better by gtk-doc.
1320
1321 2003-07-09  Matthias Clasen  <maclas@gmx.de>
1322
1323         * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
1324
1325         * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
1326
1327 2003-07-02  Matthias Clasen  <maclas@gmx.de>
1328
1329         * glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
1330
1331 2003-06-19  Matthias Clasen  <maclas@gmx.de>
1332
1333         * glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.
1334
1335 2003-06-18  Matthias Clasen  <maclas@gmx.de>
1336
1337 o       * glib/glib-sections.txt: Add g_thread_init_glib to silence gtk-doc.
1338
1339         * gobject/Makefile.am: Add rule to regenerate man pages from 
1340         Docbook.
1341         (man_MANS): Add glib-mkenums.1, glib-genmarshal.1 and gobject-query.1.
1342         (content_files): Add glib-mkenums.xml, glib-genmarshal.xml and 
1343         gobject-query.xml.
1344
1345         * gobject/glib-mkenums.xml: 
1346         * gobject/glib-genmarshal.xml: 
1347         * gobject/gobject-query.xml: New refentries.
1348
1349         * gobject/glib-mkenums.1: 
1350         * gobject/glib-genmarshal.1: 
1351         * gobject/gobject-query.1: Man pages generated from the .xml
1352         sources.
1353
1354         * gobject/gobject-docs.sgml: Include glib-mkenums.xml, 
1355         glib-genmarshal.xml and gobject-query.xml.
1356         
1357 2003-06-17  Matthias Clasen  <maclas@gmx.de>
1358
1359         * glib/Makefile.am: Add rule to regenerate man pages from 
1360         Docbook.
1361         (man_MANS): Add glib-gettextize.1.
1362         (content_files): Add glib-gettextize.xml.
1363
1364         * glib/glib-gettextize.xml: New refentry.
1365
1366         * glib/glib-gettextize.1: Man page generated from the .xml source.
1367
1368         * glib/glib-docs.sgml: Include glib-gettextize.xml.
1369
1370 2003-06-17  Matthias Clasen  <mc2@YAST_ASK>
1371
1372         * gobject/gobject-docs.sgml: 
1373         * glib/glib-docs.sgml: Add an autogenerated index.
1374
1375 2003-06-17  Matthias Clasen  <maclas@gmx.de>
1376
1377         * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
1378
1379 2003-06-11  Matthias Clasen  <maclas@gmx.de>
1380
1381         * gobject/tmpl/objects.sgml: A small addition.
1382
1383 Sun Jun  8 12:28:39 2003  Owen Taylor  <otaylor@redhat.com>
1384
1385         * glib/tmpl/error_reporting.sgml: XML fix.
1386
1387         * glib/glib-sections.txt: Updated.
1388
1389 2003-06-06  Matthias Clasen  <maclas@gmx.de>
1390
1391         * glib/tmpl/limits.sgml: Correct the documentation for
1392         G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
1393
1394         * glib/glib-sections.txt: Add g_vasprintf().
1395
1396         * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to
1397         the g_strdup_printf() docs.
1398
1399 2003-05-28  Matthias Clasen  <maclas@gmx.de>
1400
1401         * glib/tmpl/string_utils.sgml: Document that g_strdup() and
1402         g_strndup() accept NULL.  (#106987, Christian Biere)
1403
1404 2003-05-12  Matthias Clasen  <maclas@gmx.de>
1405
1406         * glib/cross.sgml: Fix a duplicate id left by copy-and-paste.
1407         (#112785, Owen Taylor)
1408
1409 2003-04-18  Matthias Clasen  <maclas@gmx.de>
1410
1411         * gobject/tmpl/signals.sgml: Correct the documentation
1412         GSignalEmissionHook (#110906) and some cleanups.
1413
1414 2003-04-11  Matthias Clasen  <maclas@gmx.de>
1415
1416         * gobject/tmpl/gparamspec.sgml: Fix a few typos.
1417
1418 2003-04-09  Matthias Clasen  <maclas@gmx.de>
1419
1420         * glib/glib-docs.sgml: Move dependencies to building.sgml.
1421
1422         * glib/building.sgml: Move stuff from INSTALL here.
1423
1424 2003-04-08  Matthias Clasen  <maclas@gmx.de>
1425
1426         * glib/cross.sgml: New file; cross-compilation information.
1427         * glib/glib-docs.sgml: Include cross.sgml.
1428
1429 2003-04-07  Matthias Clasen  <maclas@gmx.de>
1430
1431         * gobject/tmpl/enumerations_flags.sgml: Additions.
1432
1433 2003-04-01  Matthias Clasen  <maclas@gmx.de>
1434
1435         * glib/tmpl/error_reporting.sgml: 
1436         * glib/tmpl/random_numbers.sgml: 
1437         * glib/tmpl/arrays_pointer.sgml: 
1438         * glib/tmpl/arrays.sgml: Fix formatting of examples.
1439
1440 2003-04-01  Matthias Clasen  <maclas@gmx.de>
1441
1442         * glib/glib-sections.txt: Add g_string_chunk_insert_len.
1443
1444 2003-03-28  Matthias Clasen  <maclas@gmx.de>
1445
1446         * gobject/tmpl/param_value_types.sgml: Additions.
1447
1448 2003-03-25  Matthias Clasen  <maclas@gmx.de>
1449
1450         * gobject/tmpl/objects.sgml: Additions.
1451
1452 2003-03-24  Matthias Clasen  <maclas@gmx.de>
1453
1454         * gobject/tmpl/objects.sgml: Additions.
1455
1456 Mon Mar 10 11:33:10 2003  Owen Taylor  <otaylor@redhat.com>
1457
1458         * gobject/tmpl/gtype.sgml gobject/gobject-sections.txt: 
1459         Document private instance data.
1460
1461 2003-02-11  Matthias Clasen  <maclas@gmx.de>
1462
1463         * glib/tmpl/string_utils.sgml: Fix an off-by-one error in the
1464         g_strescape() docs.  (#105431, Phillip Vandry)
1465
1466 2003-02-07  Matthias Clasen  <maclas@gmx.de>
1467
1468         * gobject/tmpl/gtypemodule.sgml: 
1469         * gobject/tmpl/gtype.sgml: 
1470         * gobject/tmpl/gclosure.sgml: 
1471         * gobject/tmpl/param_value_types.sgml: 
1472         * gobject/tmpl/gparamspec.sgml: 
1473         * gobject/tmpl/objects.sgml: 
1474         * gobject/tmpl/signals.sgml: Move all docs out-of-line. Boy, what
1475         a waste of time.
1476
1477 2003-01-21  Matthias Clasen  <maclas@gmx.de>
1478
1479         * glib/tmpl/strings.sgml: Document the return value of g_string_free().
1480
1481 2003-01-15  Matthias Clasen  <maclas@gmx.de>
1482
1483         * gobject/tmpl/gtype.sgml: Fix the description of
1484         G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
1485
1486 2003-01-01  Tor Lillqvist  <tml@iki.fi>
1487
1488         * glib/tmpl/messages.sgml: Remove comment that only stdout would
1489         be used on Windows, no longer true.
1490
1491 2002-12-15  Matthias Clasen  <maclas@gmx.de>
1492
1493         * gobject/tmpl/param_value_types.sgml: Move some docs inline.
1494
1495 2002-12-15  Matthias Clasen  <maclas@gmx.de>
1496
1497         * glib/Makefile.am (IGNORE_HFILES): Add gprintfint.h and trio.
1498
1499 2002-12-13  Matthias Clasen  <maclas@gmx.de>
1500
1501         * glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
1502         avoid gtk-doc warnings about doxygen comments.
1503
1504 Tue Dec 10 11:55:28 2002  Owen Taylor  <otaylor@redhat.com>
1505
1506         * glib/tmpl/timers.sgml: Improve docs for return value
1507         and @microseconds out parameter. (Reported by
1508         Dennis Haney, #100841)
1509
1510 2002-12-10  Matthias Clasen  <maclas@gmx.de>
1511
1512         * gobject/tmpl/generic_values.sgml: 
1513         * gobject/tmpl/gtype.sgml: 
1514         * gobject/tmpl/enumerations_flags.sgml: Add docs.
1515
1516 2002-12-09  Matthias Clasen  <maclas@gmx.de>
1517
1518         * gobject/tmpl/gtype.sgml: 
1519         * gobject/tmpl/enumerations_flags.sgml: Add docs.
1520
1521         * gobject/tmpl/gtype.sgml:
1522         * gobject/tmpl/gtypeplugin.sgml:
1523         * gobject/tmpl/gtypemodule.sgml:
1524         * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
1525         and GTypeModuleClass.
1526
1527         * gobject/tmpl/gboxed.sgml:
1528         * gobject/tmpl/enumerations_flags.sgml: 
1529         * gobject/tmpl/gclosure.sgml: 
1530         * gobject/tmpl/param_value_types.sgml: Add docs.
1531
1532 2002-12-06  Matthias Clasen  <maclas@gmx.de>
1533
1534         * gobject/tmpl/gparamspec.sgml: Typo fix.
1535
1536 2002-12-05  Matthias Clasen  <maclas@gmx.de>
1537
1538         * glib/tmpl/strings.sgml: 
1539         * glib/tmpl/scanner.sgml: 
1540         * glib/tmpl/main.sgml: 
1541         * glib/tmpl/macros_misc.sgml: 
1542         * glib/tmpl/hash_tables.sgml: Add Since and Deprecation info
1543         for symbols documented in the templates.
1544
1545 2002-12-04  Matthias Clasen  <maclas@gmx.de>
1546
1547         * gobject/tmpl/gtype.sgml: Add docs.
1548
1549 2002-12-02  Matthias Clasen  <maclas@gmx.de>
1550
1551         * gobject/tmpl/signals.sgml: Add docs.
1552
1553 2002-12-01  Matthias Clasen  <maclas@gmx.de>
1554
1555         * gobject/gobject-sections.txt: Mark g_signal_handlers_destroy as
1556         private.
1557
1558         * gobject/tmpl/signals.sgml: Move some docs inline.
1559
1560 2002-11-29  Matthias Clasen  <maclas@gmx.de>
1561
1562         * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal.
1563
1564         * glib/tmpl/date.sgml: 
1565         * glib/tmpl/string_utils.sgml: Remove redundant docs.
1566
1567         * glib/glib-sections.txt: Add g_ascii_strtoull and 
1568         g_get_application_name.
1569
1570 2002-11-28  Matthias Clasen  <maclas@gmx.de>
1571
1572         * glib/tmpl/strings.sgml: 
1573         * glib/tmpl/string_utils.sgml: 
1574         * glib/tmpl/misc_utils.sgml: Move some docs inline.
1575
1576 2002-11-23  Matthias Clasen  <maclas@gmx.de>
1577
1578         * gobject/tmpl/gclosure.sgml: 
1579         * gobject/tmpl/signals.sgml: 
1580         * gobject/tmpl/gparamspec.sgml: 
1581         * gobject/tmpl/value_collection.sgml: 
1582         * gobject/tmpl/generic_values.sgml: 
1583         * gobject/tmpl/param_value_types.sgml: 
1584         * gobject/tmpl/gboxed.sgml: 
1585         * gobject/tmpl/enumerations_flags.sgml: 
1586         * gobject/tmpl/objects.sgml: 
1587         * gobject/tmpl/gtypemodule.sgml: 
1588         * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, 
1589         standardize them to start with a capital and end without a period. 
1590
1591         * glib/tmpl/arrays.sgml: 
1592         * glib/tmpl/memory_chunks.sgml: 
1593         * glib/tmpl/macros.sgml: Remove periods from titles in examples.
1594
1595         * glib/building.sgml: Explain --enable-include-printf.
1596
1597         * glib/Makefile.am (extra_files): 
1598         * gobject/Makefile.am (extra_files): Add version.xml.in.
1599
1600         * glib/Makefile.am (content_files): 
1601         * gobject/Makefile.am (content_files): Add version.xml.
1602
1603         * glib/version.xml.in: 
1604         * gobject/version.xml.in: New files to let configure dump the version in.
1605
1606         * glib/glib-docs.sgml:
1607         * gobject/gobject-docs.sgml: Add version information.
1608
1609
1610 Thu Nov 21 15:52:04 2002  Owen Taylor  <otaylor@redhat.com>
1611
1612         * glib/tmpl/iochannels.sgml: Add helpful comments about
1613         the encoding of a new iochannel. (Amaury Jacquot,
1614         #96444)
1615
1616 2002-11-21  Matthias Clasen  <maclas@gmx.de>
1617
1618         * glib/tmpl/string_utils.sgml: Add note on including gprintf.h,
1619         move some docs inline.
1620
1621         * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf,
1622         g_vfprintf, g_sprintf, g_vsprintf.
1623
1624 2002-11-20  Matthias Clasen  <maclas@gmx.de>
1625
1626         * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY.
1627
1628         * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.
1629
1630 2002-10-20  Matthias Clasen  <maclas@gmx.de>
1631
1632         * gobject/Makefile.am (SCANOBJ_FILES): 
1633         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
1634
1635 2002-10-15  Matthias Clasen  <maclas@gmx.de>
1636
1637         * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.
1638
1639 2002-10-14  Matthias Clasen  <maclas@gmx.de>
1640
1641         * gobject/Makefile.am (dist-hook): 
1642         * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
1643         sgml/*.sgml.  (#95678, Owen Taylor)
1644
1645 2002-10-14  Matthias Clasen  <maclas@gmx.de>
1646
1647         * gobject/Makefile.am (SCANOBJ_FILES): 
1648         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
1649
1650 2002-09-16  Matthias Clasen  <maclas@gmx.de>
1651
1652         * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by 
1653         G_LOG_FLAG_RECURSION throughout.  (#93390)
1654  
1655 2002-08-12  Matthias Clasen  <maclas@gmx.de>
1656
1657         * glib/glib-sections.txt: Add g_markup_parse_context_get_element
1658         and g_utf8_strreverse.
1659
1660 Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
1661  
1662         * glib/tmpl/threads.sgml: Fix reference to non-existing
1663         @priority parameter. (#88500, Linux Walleij)
1664  
1665 2002-06-03  Matthias Clasen  <maclas@gmx.de>
1666
1667         * gobject/gobject-docs.sgml: 
1668         * glib/glib-docs.sgml: 
1669         * glib/tmpl/macros.sgml: 
1670         * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
1671         and "percent" entities by standard ISO entities "nbsp", "num" and
1672         "percnt". 
1673
1674 2002-05-30  Matthias Clasen  <maclas@gmx.de>
1675
1676         * glib/tmpl/string_utils.sgml: 
1677         * glib/tmpl/threads.sgml: Small formatting fixes.
1678
1679 2002-05-26  Matthias Clasen  <maclas@gmx.de>
1680
1681         * glib/tmpl/conversions.sgml: Add GIConv.
1682
1683         * glib/tmpl/main.sgml: Fix references to nonexisting functions
1684         g_main_loop_destroy(), g_source_add(), g_source_connect().
1685         
1686
1687         * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
1688
1689         * glib/tmpl/linked_lists_single.sgml: 
1690         * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
1691
1692         * glib/glib-docs.sgml: Declare hash entity.
1693
1694         * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
1695
1696 2002-05-25  Matthias Clasen  <maclas@gmx.de>
1697
1698         * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
1699         * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
1700         not SGML.
1701
1702 2002-05-21  Matthias Clasen  <maclas@gmx.de>
1703
1704         * glib/tmpl/markup.sgml: Updates.
1705
1706 Sat May 18 00:44:35 2002  Tim Janik  <timj@gtk.org>
1707
1708         [merged from stable]
1709
1710         * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().
1711
1712 2002-05-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1713
1714         * glib/tmpl/threads.sgml: Clarify recursion issues with
1715         GMutex. (#78171)
1716
1717 2002-04-24  Matthias Clasen  <maclas@gmx.de>
1718
1719         * gobject/gobject-sections.txt: 
1720         * gobject/tmpl/gtype.sgml: Updates.
1721
1722 2002-04-21  Matthias Clasen  <maclas@gmx.de>
1723
1724         * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)
1725
1726 2002-04-18  Matthias Clasen  <maclas@gmx.de>
1727
1728         * glib/tmpl/error_reporting.sgml:
1729         * glib/tmpl/threads.sgml:
1730         * glib/tmpl/arrays_pointer.sgml:
1731         * glib/tmpl/arrays_byte.sgml:
1732         * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the
1733         documentation to bring the produced Docbook closer to XML.
1734
1735 2002-03-25  Sven Neumann  <sven@gimp.org>
1736
1737         * glib/tmpl/scanner.sgml: Fixed documentation about unused struct 
1738         fields and added a note about proper g_scanner_unexp_token() usage.
1739
1740 2002-03-11  Matthias Clasen  <maclas@gmx.de>
1741
1742         * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and 
1743         UTF-8.
1744
1745 2002-02-21  Matthias Clasen  <maclas@gmx.de>
1746
1747         * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
1748
1749         * glib/running.sgml: Document the G_DEBUG environment variable.
1750
1751         * glib/tmpl/threads.sgml: Replace g_thread_wait() by
1752         g_thread_join() in two places.
1753
1754 2002-02-20  Sven Neumann  <sven@gimp.org>
1755
1756         * gobject/gobject-sections.txt
1757         * gobject/tmpl/generic_values.sgml
1758         * gobject/tmpl/param_value_types.sgml: updated for GValue changes.
1759
1760 Tue Feb 19 17:45:43 2002  Tim Janik  <timj@gtk.org>
1761
1762         * gobject/tmpl/generic_values.sgml: added GValue documentation.
1763
1764 Thu Feb  7 12:07:06 2002  Tim Janik  <timj@gtk.org>
1765
1766         * gobject/tmpl/generic_values.sgml: document value transformation.
1767
1768 Mon Feb  4 17:55:39 2002  Tim Janik  <timj@gtk.org>
1769         
1770         * gobject/tmpl/closures.sgml: doc common functions like ref/
1771         sink/unref/invalidate.
1772
1773         * gobject/tmpl/objects.sgml: document g_object_watch_closure() and
1774         qdata functions.
1775
1776 Tue Jan 29 12:00:59 2002  Owen Taylor  <otaylor@redhat.com>
1777
1778         * gobject/gobject-sections.txt: Updated.
1779
1780         * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.
1781
1782 2002-01-28  Ron Steinke  <rsteinke@w-link.net>
1783
1784         * glib/iochannel.sgml: Changed #IOChannelError to
1785         #GIOChannelError in one place
1786
1787 2002-01-16  Matthias Clasen  <matthiasc@poet.de>
1788
1789         * glib/building.sgml, glib/compiling.sgml, 
1790         glib/running.sgml, glib/resources.sgml, 
1791         glib/changes-2.0.sgml: New files.
1792
1793         * glib/Makefile.am (content_files): Add new files.
1794
1795         * glib/glib-docs.sgml: Add an Overview chapter.
1796
1797 2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1798
1799         * glib/tmpl/threads.sgml: Name the right function.
1800
1801 2001-12-23  Matthias Clasen  <matthias@poet.de>
1802
1803         * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
1804         glib/tmpl/strings.sgml: Replace references to deprecated
1805         functions.
1806
1807 2001-12-21  Matthias Clasen  <matthias@poet.de>
1808
1809         * glib/glib-sections.txt: Move g_get_charset() to the
1810         Charset conversion section. (#65630)
1811  
1812 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
1813
1814         * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
1815         SGML fixes.
1816
1817         * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
1818
1819 2001-12-15  Matthias Clasen  <matthias@poet.de>
1820
1821         * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
1822
1823 2001-12-14  Matthias Clasen  <matthias@poet.de>
1824
1825         * glib/tmpl/memory.sgml: Typo fixes.
1826
1827 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
1828
1829         * glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
1830         glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
1831         glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
1832         glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
1833         glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
1834
1835         * glib/tmpl/memory_chunks.sgml,
1836         glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
1837         glib/tmpl/gtype.sgml: Trivial markup fixes.
1838
1839 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
1840
1841         * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.
1842
1843 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
1844
1845         * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, 
1846         glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
1847         glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, 
1848         glib/tmpl/conversions.sgml,
1849         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
1850         glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
1851         glib/tmpl/hash_tables.sgml,
1852         glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
1853         glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
1854         glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, 
1855         glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
1856         glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, 
1857         glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, 
1858         glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
1859         glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
1860         glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, 
1861         glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
1862         glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
1863         glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:        
1864         Improve markup of examples, general consistency improvements.
1865
1866 2001-12-06  Havoc Pennington  <hp@redhat.com>
1867
1868         * glib/tmpl/messages.sgml: improve g_log_set_handler docs
1869
1870 Wed Nov 28 18:50:19 2001  Owen Taylor  <otaylor@redhat.com>
1871
1872         * glib/glib-sections.txt: Update.
1873
1874 2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1875
1876         * glib/tmpl/date.sgml: Fix g_usleep docs.
1877
1878 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
1879
1880         * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
1881
1882 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
1883
1884         Fixes for #61284:
1885
1886         * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
1887
1888         * glib/tmpl/fileutils.sgml: Document GDir.
1889
1890         * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.  
1891
1892 Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>
1893
1894         * gobject/gobject-sections.txt: Update.
1895
1896         * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
1897
1898         * glib/glib-sections.txt: Updated.
1899
1900         * glib/Makefile.am (IGNORE_HFILES): Don't scan
1901         headers in build/
1902
1903 Sat Nov 17 17:24:19 2001  Owen Taylor  <otaylor@redhat.com>
1904
1905         * glib/glib-sections.txt: Remove g_log_domain_glib
1906
1907 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1908
1909         * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
1910
1911         * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
1912         glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
1913         glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
1914         some missing short and long descriptions.
1915
1916 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
1917
1918         * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
1919
1920         * glib/tmpl/patterns.sgml: Document UTF-8 support.
1921
1922 Wed Nov 14 03:19:49 2001  Tim Janik  <timj@gtk.org>
1923
1924         * gobject/tmpl/param_value_types.sgml: more docs.
1925
1926 Tue Nov 13 21:31:58 2001  Tim Janik  <timj@gtk.org>
1927
1928         * gobject/tmpl/param_value_types.sgml: list parameter and
1929         value types.
1930
1931         * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
1932         functions.
1933         
1934         * gobject/*: section cleanups.
1935
1936 Tue Nov 13 19:49:16 2001  Tim Janik  <timj@gtk.org>
1937
1938         * gobject/tmpl/gparamspec.sgml: param spec updates.
1939
1940 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1941
1942         * glib/tmpl/markup.sgml: Remove excess listitem from long 
1943         description.
1944  
1945 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1946
1947         * glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
1948
1949         * glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
1950
1951         * glib/tmpl/error_reporting.sgml: Document GError struct.
1952
1953         * glib/tmpl/main.sgml: Document GMainContext, GSource and 
1954         GSourceCallbackFuncs structs.
1955
1956 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
1957
1958         * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
1959         Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
1960         GUnicodeBreakType.
1961
1962 Fri Oct 26 11:42:50 2001  Owen Taylor  <otaylor@redhat.com>
1963
1964         * */Makefile.am: Remove $(srcdir)/html before building
1965         HTML to prevent stale files. Dist all files in html/
1966
1967 2001-10-25  Havoc Pennington  <hp@pobox.com>
1968
1969         * glib/tmpl/string_utils.sgml: docs on why the deprecated
1970         functions are deprecated.
1971
1972 2001-10-15  Sven Neumann  <sven@gimp.org>
1973
1974         * glib/tmpl/random_numbers.sgml: fixed typo.
1975
1976 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
1977
1978         * glib/tmpl/patterns.sgml: amended documentation.
1979
1980 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
1981
1982         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
1983
1984 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
1985
1986         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
1987
1988         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
1989
1990         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
1991         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
1992         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
1993         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
1994
1995 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
1996         
1997         * glib/tmpl/conversions.sgml: Update.
1998
1999         * glib/tmpl/patterns.sgml: Update.
2000
2001 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2002
2003         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
2004         glib/tmpl/macros_misc.sgml: Update. 
2005
2006         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
2007         glib/glib-sections.txt: Document GCompareDataFunc.
2008
2009 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
2010
2011         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
2012         glib/tmpl/queue.sgml: update docs.
2013
2014         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
2015         references to glib-config.
2016
2017 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2018
2019         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
2020         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
2021         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
2022         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
2023         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
2024         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
2025         More markup fixes and completions.
2026
2027 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
2028
2029         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
2030         g_string_printfa(). to g_string_append_printf().
2031
2032 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2033
2034         * glib/glib-sections.txt: Move all *_error_quark()
2035         functions to the 'Private' sections. (#61472)
2036
2037 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2038
2039         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
2040         allowed uses for 'out' parameters.
2041
2042 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2043
2044         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
2045         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
2046         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
2047
2048         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
2049         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
2050         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
2051         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
2052
2053 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
2054
2055         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
2056         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
2057         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
2058         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
2059         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
2060         Markup fixes and a few additions.
2061
2062 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
2063
2064         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
2065         glib/tmpl/scanner.sgml: Additions and markup fixes.
2066
2067 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
2068
2069         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
2070         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
2071         some functions, markup fixes.
2072         * glib/tmpl/patterns.sgml: New file.
2073         * glib/glib-docs.sgml: Add entity for patterns.sgml.
2074         
2075 2001-09-26  Matthias Clasen <matthiasc@poet.de>
2076
2077         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
2078
2079 2001-09-25  Matthias Clasen <matthiasc@poet.de>
2080
2081         * glib/glib-sections.txt: Add a missing SECTION 
2082         endtag. (#61126)
2083
2084 2001-09-17  Darin Adler  <darin@bentspoon.com>
2085
2086         * glib/tmpl/string_utils.sgml: Fix a typo and change
2087         documentation for g_ascii_isdigit and g_ascii_isxdigit
2088         to reflect the fact that the standard isdigit and
2089         isxdigit are already locale-independent.
2090
2091 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
2092
2093         * gobject/tmpl/gboxed.sgml: documented some functions.
2094
2095         * gobject/tmpl/objects.sgml: some fixups.
2096
2097 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
2098
2099         * glib/glib-sections.txt: Update.
2100
2101 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
2102
2103         * glib/Makefile.am (IGNORE_HFILES): Add 
2104         gbsearcharray.h.
2105
2106         * gobject/Makefile.am (IGNORE_HFILES): Remove
2107         gbsearcharray.h.
2108
2109 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
2110
2111         * docs/reference/glib/glib-sections.txt: Added
2112         declarations for g_io_channel_[set,get]_close_on_unref
2113
2114 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
2115
2116         * */Makefile.am: Set GPATH to fix srcdir != builddir  
2117         problems with GNU make.
2118
2119 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
2120
2121         * gobject/tmpl/value_arrays.sgml: document value arrays.
2122
2123 2001-08-06  Sven Neumann  <sven@gimp.org>
2124
2125         * docs/reference/gobject/gobject-sections.txt
2126         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
2127         g_object_[add|remove]_weak_pointer().
2128
2129 2001-07-19  Darin Adler  <darin@bentspoon.com>
2130
2131         reviewed by: <delete if not using a buddy>
2132
2133         * glib/tmpl/string_utils.sgml:
2134
2135 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
2136  
2137         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
2138         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
2139         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
2140         gobject/tmpl/types.sgml: fix some typos.
2141  
2142 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
2143
2144         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
2145         notes about inclusion of string.h to docs on g_memmove,
2146         G_VA_COPY. (#54411)
2147
2148 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
2149
2150         * glib/Makefile.am: Fix problem with glibconfig.h
2151
2152 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2153
2154         * glib/tmpl/threads.sgml (example): Corrected.
2155
2156 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2157
2158         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
2159
2160         * glib/tmpl/threads.sgml: Updated. 
2161
2162 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2163
2164         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
2165         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
2166         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
2167
2168 2001-05-19  Havoc Pennington  <hp@pobox.com>
2169
2170         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
2171
2172         * glib/tmpl/*.sgml: fix various missing docs
2173
2174 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2175
2176         * glib/glib-overrides.txt, glib/glib-sections.txt,
2177         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
2178
2179 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2180
2181         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
2182         Updates after some renaming took place.
2183
2184 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2185
2186         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
2187
2188         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
2189
2190 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2191
2192         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
2193         glib/tmpl/scanner.sgml: Changes due to deprecation update.
2194
2195 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2196
2197         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
2198         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
2199
2200 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
2201
2202         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
2203         dist-hook because $(HTML_IMAGES) is empty.
2204
2205 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
2206
2207         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
2208         explicit path to tmpl files in dependencies.
2209
2210         * glib/glib.types gobject/gobject.types: empty files
2211         to keep generic makefiles happy.
2212
2213 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2214
2215         * glib/glib-sections.txt: Removed
2216         g_static_private_(get|set)_for_thread.
2217
2218         * glib/tmpl/threads.sgml: Updated.
2219
2220         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
2221
2222 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
2223
2224         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
2225
2226 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
2227
2228         * gobject/Makefile.am glib/Makefile.am: A couple
2229         of small fixes.
2230
2231 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2232
2233         * glib/tmpl/threads.sgml: Spelling corrections.
2234
2235 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
2236
2237         * gobject/Makefile.am: Revert Tim's last commit to
2238         get rid of 7+ unnecessary / broken changes. Add
2239         back the useful part. Also fix problem with grep,
2240         add dependency on template files.
2241
2242         * gobject/gobject-sections.txt: Remove double 
2243         value_types names which was screwing up builds.
2244
2245         * glib/Makefile.am: Propagate changes from 
2246         gobject/Makefile.am
2247
2248 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2249
2250         * glib/tmpl/threads.sgml: Fixed stupid typo.
2251
2252 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2253
2254         * glib/tmpl/threads.sgml: Completed.
2255
2256 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
2257
2258         * gobject/Makefile.am: shuffled rules to avoid excessive
2259         rebuilds.
2260
2261         * gobject/gobject-sections.txt: updates.
2262
2263         * gobject/tmpl/*: bunch of updates, added another patch
2264         from Eric Lemings <eric.b.lemings@lmco.com>.
2265
2266 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2267
2268         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
2269         g_log_domain_gmodule.
2270
2271 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2272
2273         * glib/tmpl/threads.sgml: Big update. Almost ready.
2274
2275         * glib/tmpl/async_queues.sgml: Typo.
2276
2277         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
2278         g_static_rec_mutex_free, g_static_rw_lock_init,
2279         g_static_private_init and g_static_private_free.
2280
2281         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
2282
2283 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
2284
2285         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
2286         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
2287
2288 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
2289
2290         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
2291
2292 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2293
2294         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
2295         documentation for g_static_mutex_init().
2296
2297 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
2298
2299         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
2300         rules in place caused bogus recursions. main changes:
2301         - add to conditionalized section:
2302           all-local:
2303                 $(MAKE) scan
2304                 $(MAKE) templates
2305                 $(MAKE) sgml
2306                 $(MAKE) html.stamp
2307           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
2308                 $(MAKE) html
2309           DOC_STAMPS= html.stamp sgml.stamp
2310         - change:
2311           maintainer-clean-local: clean
2312           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
2313           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
2314
2315         * glib/Makefile.am (maintainer-clean-local): dito.
2316
2317 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
2318
2319         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
2320         <eric.b.lemings@lmco.com>, did some more editing.
2321
2322 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2323
2324         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
2325         g_static_mutex_free().
2326
2327 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
2328
2329         * gobject/tmpl/types.sgml: added some function documentations.
2330
2331         * gobject/gobject-sections.txt: buncha fixups.
2332
2333 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
2334
2335         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
2336
2337 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2338
2339         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
2340
2341         * glib/tmpl/modules.sgml: Updated.
2342
2343 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2344
2345         * glib/glib-sections.txt: Added g_rand_boolean and
2346         g_random_boolean macros.
2347
2348         * glib/tmpl/random_numbers.sgml: Updated.
2349         
2350 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
2351
2352         * glib/Makefile.am glib/mainloop-states*: add images
2353
2354         * glib/glib-sections.txt: Updated
2355
2356         * glib/tmpl/main.sgml: More documentation, move function
2357         docs to .c file.
2358
2359 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
2360
2361         * glib/glib-sections.sgml: Move conversion functions
2362         into GConv section.
2363         
2364         * gobject/gobject-docs.sgml: Fix some malformed sgml.
2365
2366 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
2367
2368         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
2369         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
2370
2371 2000-11-05  Havoc Pennington  <hp@pobox.com>
2372
2373         * glib/tmpl/markup.sgml: Write docs
2374
2375 2000-11-05  Havoc Pennington  <hp@pobox.com>
2376
2377         * glib/glib-sections.txt: remove parens from section name,
2378         confuses gtk-doc
2379
2380         * glib/glib-docs.sgml: Add the new files here, doh.
2381
2382         * glib/tmpl/shell.sgml: add gshell.[hc] docs
2383
2384 2000-11-05  Havoc Pennington  <hp@pobox.com>
2385
2386         * glib/tmpl/error_reporting.sgml: fixes
2387
2388 2000-11-05  Havoc Pennington  <hp@pobox.com>
2389
2390         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
2391         glib/tmpl/fileutils.sgml: Added
2392         
2393         * glib/Makefile.am: Add new files
2394
2395         * glib/glib-sections.txt: Add stuff from -unused
2396
2397 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
2398
2399         * gobject/gobject-docs.sgml: added &gobject-closures; section.
2400
2401         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
2402
2403         * gobject/gobject-sections.txt: added Closure section.
2404         
2405         * gobject/tmpl/closures.sgml: new file with template description
2406         for GClosure functions.
2407
2408 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2409
2410         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
2411
2412         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
2413         documentation for asynchronous queues.
2414
2415 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2416
2417         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
2418
2419         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
2420         parameter names.
2421
2422         * glib/tmpl/string_utils.sgml: Corrected the documentation of
2423         g_strescape and added those of g_strcompress.
2424
2425 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2426
2427         * glib/tmpl/limits.sgml: Added documentation for
2428         G_MAXU(INT|SHORT|LONG).
2429
2430         * glib/tmpl/macros_misc.sgml: Added documentation for
2431         G_G(U)INT(16|32|64)_FORMAT.
2432
2433         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
2434         documentation for gu(int|short|long).
2435
2436         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
2437         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
2438         and document GEqualFunc in GHashTable.
2439
2440         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
2441         glib/tmpl/relations.sgml : Changed to reflect the changed API
2442         (GCompareFunc -> GEqualFunc).
2443
2444         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
2445         fixes.
2446         
2447 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
2448
2449         * gobject/tmpl/signals.sgml: start at general description.
2450
2451         * gobject/gobject-docs.sgml: added introduction.
2452
2453 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
2454
2455         * gobject/gobject-sections.txt: opened up a new section on signals.
2456
2457 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2458
2459         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
2460
2461         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
2462         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
2463         glib/tmpl/scanner.sgml: Document the recently deprecated functions
2464         as such.
2465
2466 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
2467
2468         'make distcheck' fixes.
2469         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
2470         (html): Run 'gtkdoc-fixxref' in $(srcdir).
2471         (dist-check-gtkdoc): Add missing quote.
2472         (dist-hook): Copy in dependency order, so that none of the
2473         makerules are fired in a tarball build.
2474
2475         * gobject/Makefile.am: Likewise.
2476
2477 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2478
2479         * glib/glib-sections.txt: Added misc items.
2480
2481         * glib/tmpl/random_numbers.sgml: Documentation for the random
2482         number generator.
2483
2484 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
2485
2486         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
2487         $top_srcdir)/gobject.
2488         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
2489
2490 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
2491
2492         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
2493
2494 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
2495
2496         * Some further makefile improvement.
2497          
2498         * Restore all the docs that mysteriously vanished earlier.
2499
2500 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
2501
2502         * gobject/Makefile.am glib/Makefile.am: Improve 
2503         separation of generic non-generic parts and dependencies. 
2504
2505 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
2506
2507         * Moved into glib source tree, updated glib-sections.txt
2508         and Makefile.am for glib-1.3.x.
2509
2510 2000-07-01  Damon Chaplin  <damon@helixcode.com>
2511
2512         * tmpl/string_utils.sgml: updated g_strndup.
2513
2514 2000-06-11  Damon Chaplin  <damon@helixcode.com>
2515
2516         * tmpl/messages.sgml: updated a bit more.
2517
2518 2000-06-11  Damon Chaplin  <damon@helixcode.com>
2519
2520         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
2521
2522 2000-04-16  Damon Chaplin  <damon@helixcode.com>
2523
2524         * tmpl/linked_lists_single.sgml: 
2525         * tmpl/linked_lists_double.sgml: 
2526         * tmpl/trees-nary.sgml: updated.
2527
2528         * tmpl/modules.sgml: described g_module_build_path().
2529
2530         * tmpl/date.sgml: made short description lower case and end in a '.'.
2531
2532         * glib-sections.txt: rearranged GDate section.
2533
2534         * tmpl/arrays.sgml: 
2535         * tmpl/arrays_byte.sgml: 
2536         * tmpl/arrays_pointer.sgml: updated.
2537
2538 2000-02-21  Damon Chaplin  <damon@helixcode.com>
2539
2540         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
2541         to note that only the first source found is removed.
2542
2543 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
2544
2545         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
2546          Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
2547         GVoidFunc & GFreeFunc.
2548
2549 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2550
2551         * glib-sections.txt, tmpl/threads.sgml: Removed
2552         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
2553
2554         * glib-overrides.txt: New file, that makes most of the thread
2555         related macros look like functions.
2556
2557         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
2558
2559         * tmpl/threads.sgml: Minor updates.
2560         
2561 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
2562
2563         * tmpl/datasets.sgml: Added missing </para>
2564         * tmpl/timers.sgml: Added missing </para>
2565         * tmpl/misc_utils.sgml: Added missing </para>
2566         * tmpl/linked_lists_double.sgml: Added missing </para>
2567         * tmpl/linked_lists_single.sgml: Added missing </para>
2568         * tmpl/threads.sgml: Removed extra <para>s.
2569         * tmpl/main.sgml: Added missing </para>
2570
2571 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
2572
2573         * README: Added some simple build instructions.
2574
2575 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
2576
2577         * Import into CVS of glib-reference-1.1.3
2578           Filled in some basic contents for AUTHORS
2579           README, and README.cvs  
2580