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