Explain --enable-include-printf.
[platform/upstream/glib.git] / docs / reference / ChangeLog
1 2002-11-23  Matthias Clasen  <maclas@gmx.de>
2
3         * glib/building.sgml: Explain --enable-include-printf.
4
5         * glib/Makefile.am (extra_files): 
6         * gobject/Makefile.am (extra_files): Add version.xml.in.
7
8         * glib/Makefile.am (content_files): 
9         * gobject/Makefile.am (content_files): Add version.xml.
10
11         * glib/version.xml.in: 
12         * gobject/version.xml.in: New files to let configure dump the version in.
13
14         * glib/glib-docs.sgml:
15         * gobject/gobject-docs.sgml: Add version information.
16
17
18 Thu Nov 21 15:52:04 2002  Owen Taylor  <otaylor@redhat.com>
19
20         * glib/tmpl/iochannels.sgml: Add helpful comments about
21         the encoding of a new iochannel. (Amaury Jacquot,
22         #96444)
23
24 2002-11-21  Matthias Clasen  <maclas@gmx.de>
25
26         * glib/tmpl/string_utils.sgml: Add note on including gprintf.h,
27         move some docs inline.
28
29         * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf,
30         g_vfprintf, g_sprintf, g_vsprintf.
31
32 2002-11-20  Matthias Clasen  <maclas@gmx.de>
33
34         * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY.
35
36         * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.
37
38 2002-10-20  Matthias Clasen  <maclas@gmx.de>
39
40         * gobject/Makefile.am (SCANOBJ_FILES): 
41         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
42
43 2002-10-15  Matthias Clasen  <maclas@gmx.de>
44
45         * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.
46
47 2002-10-14  Matthias Clasen  <maclas@gmx.de>
48
49         * gobject/Makefile.am (dist-hook): 
50         * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
51         sgml/*.sgml.  (#95678, Owen Taylor)
52
53 2002-10-14  Matthias Clasen  <maclas@gmx.de>
54
55         * gobject/Makefile.am (SCANOBJ_FILES): 
56         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
57
58 2002-09-16  Matthias Clasen  <maclas@gmx.de>
59
60         * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by 
61         G_LOG_FLAG_RECURSION throughout.  (#93390)
62  
63 2002-08-12  Matthias Clasen  <maclas@gmx.de>
64
65         * glib/glib-sections.txt: Add g_markup_parse_context_get_element
66         and g_utf8_strreverse.
67
68 Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
69  
70         * glib/tmpl/threads.sgml: Fix reference to non-existing
71         @priority parameter. (#88500, Linux Walleij)
72  
73 2002-06-03  Matthias Clasen  <maclas@gmx.de>
74
75         * gobject/gobject-docs.sgml: 
76         * glib/glib-docs.sgml: 
77         * glib/tmpl/macros.sgml: 
78         * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
79         and "percent" entities by standard ISO entities "nbsp", "num" and
80         "percnt". 
81
82 2002-05-30  Matthias Clasen  <maclas@gmx.de>
83
84         * glib/tmpl/string_utils.sgml: 
85         * glib/tmpl/threads.sgml: Small formatting fixes.
86
87 2002-05-26  Matthias Clasen  <maclas@gmx.de>
88
89         * glib/tmpl/conversions.sgml: Add GIConv.
90
91         * glib/tmpl/main.sgml: Fix references to nonexisting functions
92         g_main_loop_destroy(), g_source_add(), g_source_connect().
93         
94
95         * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
96
97         * glib/tmpl/linked_lists_single.sgml: 
98         * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
99
100         * glib/glib-docs.sgml: Declare hash entity.
101
102         * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
103
104 2002-05-25  Matthias Clasen  <maclas@gmx.de>
105
106         * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
107         * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
108         not SGML.
109
110 2002-05-21  Matthias Clasen  <maclas@gmx.de>
111
112         * glib/tmpl/markup.sgml: Updates.
113
114 Sat May 18 00:44:35 2002  Tim Janik  <timj@gtk.org>
115
116         [merged from stable]
117
118         * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().
119
120 2002-05-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
121
122         * glib/tmpl/threads.sgml: Clarify recursion issues with
123         GMutex. (#78171)
124
125 2002-04-24  Matthias Clasen  <maclas@gmx.de>
126
127         * gobject/gobject-sections.txt: 
128         * gobject/tmpl/gtype.sgml: Updates.
129
130 2002-04-21  Matthias Clasen  <maclas@gmx.de>
131
132         * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)
133
134 2002-04-18  Matthias Clasen  <maclas@gmx.de>
135
136         * glib/tmpl/error_reporting.sgml:
137         * glib/tmpl/threads.sgml:
138         * glib/tmpl/arrays_pointer.sgml:
139         * glib/tmpl/arrays_byte.sgml:
140         * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the
141         documentation to bring the produced Docbook closer to XML.
142
143 2002-03-25  Sven Neumann  <sven@gimp.org>
144
145         * glib/tmpl/scanner.sgml: Fixed documentation about unused struct 
146         fields and added a note about proper g_scanner_unexp_token() usage.
147
148 2002-03-11  Matthias Clasen  <maclas@gmx.de>
149
150         * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and 
151         UTF-8.
152
153 2002-02-21  Matthias Clasen  <maclas@gmx.de>
154
155         * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
156
157         * glib/running.sgml: Document the G_DEBUG environment variable.
158
159         * glib/tmpl/threads.sgml: Replace g_thread_wait() by
160         g_thread_join() in two places.
161
162 2002-02-20  Sven Neumann  <sven@gimp.org>
163
164         * gobject/gobject-sections.txt
165         * gobject/tmpl/generic_values.sgml
166         * gobject/tmpl/param_value_types.sgml: updated for GValue changes.
167
168 Tue Feb 19 17:45:43 2002  Tim Janik  <timj@gtk.org>
169
170         * gobject/tmpl/generic_values.sgml: added GValue documentation.
171
172 Thu Feb  7 12:07:06 2002  Tim Janik  <timj@gtk.org>
173
174         * gobject/tmpl/generic_values.sgml: document value transformation.
175
176 Mon Feb  4 17:55:39 2002  Tim Janik  <timj@gtk.org>
177         
178         * gobject/tmpl/closures.sgml: doc common functions like ref/
179         sink/unref/invalidate.
180
181         * gobject/tmpl/objects.sgml: document g_object_watch_closure() and
182         qdata functions.
183
184 Tue Jan 29 12:00:59 2002  Owen Taylor  <otaylor@redhat.com>
185
186         * gobject/gobject-sections.txt: Updated.
187
188         * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.
189
190 2002-01-28  Ron Steinke  <rsteinke@w-link.net>
191
192         * glib/iochannel.sgml: Changed #IOChannelError to
193         #GIOChannelError in one place
194
195 2002-01-16  Matthias Clasen  <matthiasc@poet.de>
196
197         * glib/building.sgml, glib/compiling.sgml, 
198         glib/running.sgml, glib/resources.sgml, 
199         glib/changes-2.0.sgml: New files.
200
201         * glib/Makefile.am (content_files): Add new files.
202
203         * glib/glib-docs.sgml: Add an Overview chapter.
204
205 2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
206
207         * glib/tmpl/threads.sgml: Name the right function.
208
209 2001-12-23  Matthias Clasen  <matthias@poet.de>
210
211         * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
212         glib/tmpl/strings.sgml: Replace references to deprecated
213         functions.
214
215 2001-12-21  Matthias Clasen  <matthias@poet.de>
216
217         * glib/glib-sections.txt: Move g_get_charset() to the
218         Charset conversion section. (#65630)
219  
220 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
221
222         * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
223         SGML fixes.
224
225         * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
226
227 2001-12-15  Matthias Clasen  <matthias@poet.de>
228
229         * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
230
231 2001-12-14  Matthias Clasen  <matthias@poet.de>
232
233         * glib/tmpl/memory.sgml: Typo fixes.
234
235 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
236
237         * glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
238         glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
239         glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
240         glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
241         glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
242
243         * glib/tmpl/memory_chunks.sgml,
244         glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
245         glib/tmpl/gtype.sgml: Trivial markup fixes.
246
247 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
248
249         * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.
250
251 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
252
253         * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, 
254         glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
255         glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, 
256         glib/tmpl/conversions.sgml,
257         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
258         glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
259         glib/tmpl/hash_tables.sgml,
260         glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
261         glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
262         glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, 
263         glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
264         glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, 
265         glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, 
266         glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
267         glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
268         glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, 
269         glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
270         glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
271         glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:        
272         Improve markup of examples, general consistency improvements.
273
274 2001-12-06  Havoc Pennington  <hp@redhat.com>
275
276         * glib/tmpl/messages.sgml: improve g_log_set_handler docs
277
278 Wed Nov 28 18:50:19 2001  Owen Taylor  <otaylor@redhat.com>
279
280         * glib/glib-sections.txt: Update.
281
282 2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
283
284         * glib/tmpl/date.sgml: Fix g_usleep docs.
285
286 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
287
288         * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
289
290 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
291
292         Fixes for #61284:
293
294         * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
295
296         * glib/tmpl/fileutils.sgml: Document GDir.
297
298         * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.  
299
300 Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>
301
302         * gobject/gobject-sections.txt: Update.
303
304         * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
305
306         * glib/glib-sections.txt: Updated.
307
308         * glib/Makefile.am (IGNORE_HFILES): Don't scan
309         headers in build/
310
311 Sat Nov 17 17:24:19 2001  Owen Taylor  <otaylor@redhat.com>
312
313         * glib/glib-sections.txt: Remove g_log_domain_glib
314
315 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
316
317         * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
318
319         * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
320         glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
321         glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
322         some missing short and long descriptions.
323
324 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
325
326         * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
327
328         * glib/tmpl/patterns.sgml: Document UTF-8 support.
329
330 Wed Nov 14 03:19:49 2001  Tim Janik  <timj@gtk.org>
331
332         * gobject/tmpl/param_value_types.sgml: more docs.
333
334 Tue Nov 13 21:31:58 2001  Tim Janik  <timj@gtk.org>
335
336         * gobject/tmpl/param_value_types.sgml: list parameter and
337         value types.
338
339         * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
340         functions.
341         
342         * gobject/*: section cleanups.
343
344 Tue Nov 13 19:49:16 2001  Tim Janik  <timj@gtk.org>
345
346         * gobject/tmpl/gparamspec.sgml: param spec updates.
347
348 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
349
350         * glib/tmpl/markup.sgml: Remove excess listitem from long 
351         description.
352  
353 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
354
355         * glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
356
357         * glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
358
359         * glib/tmpl/error_reporting.sgml: Document GError struct.
360
361         * glib/tmpl/main.sgml: Document GMainContext, GSource and 
362         GSourceCallbackFuncs structs.
363
364 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
365
366         * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
367         Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
368         GUnicodeBreakType.
369
370 Fri Oct 26 11:42:50 2001  Owen Taylor  <otaylor@redhat.com>
371
372         * */Makefile.am: Remove $(srcdir)/html before building
373         HTML to prevent stale files. Dist all files in html/
374
375 2001-10-25  Havoc Pennington  <hp@pobox.com>
376
377         * glib/tmpl/string_utils.sgml: docs on why the deprecated
378         functions are deprecated.
379
380 2001-10-15  Sven Neumann  <sven@gimp.org>
381
382         * glib/tmpl/random_numbers.sgml: fixed typo.
383
384 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
385
386         * glib/tmpl/patterns.sgml: amended documentation.
387
388 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
389
390         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
391
392 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
393
394         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
395
396         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
397
398         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
399         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
400         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
401         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
402
403 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
404         
405         * glib/tmpl/conversions.sgml: Update.
406
407         * glib/tmpl/patterns.sgml: Update.
408
409 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
410
411         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
412         glib/tmpl/macros_misc.sgml: Update. 
413
414         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
415         glib/glib-sections.txt: Document GCompareDataFunc.
416
417 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
418
419         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
420         glib/tmpl/queue.sgml: update docs.
421
422         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
423         references to glib-config.
424
425 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
426
427         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
428         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
429         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
430         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
431         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
432         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
433         More markup fixes and completions.
434
435 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
436
437         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
438         g_string_printfa(). to g_string_append_printf().
439
440 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
441
442         * glib/glib-sections.txt: Move all *_error_quark()
443         functions to the 'Private' sections. (#61472)
444
445 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
446
447         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
448         allowed uses for 'out' parameters.
449
450 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
451
452         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
453         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
454         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
455
456         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
457         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
458         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
459         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
460
461 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
462
463         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
464         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
465         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
466         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
467         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
468         Markup fixes and a few additions.
469
470 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
471
472         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
473         glib/tmpl/scanner.sgml: Additions and markup fixes.
474
475 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
476
477         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
478         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
479         some functions, markup fixes.
480         * glib/tmpl/patterns.sgml: New file.
481         * glib/glib-docs.sgml: Add entity for patterns.sgml.
482         
483 2001-09-26  Matthias Clasen <matthiasc@poet.de>
484
485         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
486
487 2001-09-25  Matthias Clasen <matthiasc@poet.de>
488
489         * glib/glib-sections.txt: Add a missing SECTION 
490         endtag. (#61126)
491
492 2001-09-17  Darin Adler  <darin@bentspoon.com>
493
494         * glib/tmpl/string_utils.sgml: Fix a typo and change
495         documentation for g_ascii_isdigit and g_ascii_isxdigit
496         to reflect the fact that the standard isdigit and
497         isxdigit are already locale-independent.
498
499 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
500
501         * gobject/tmpl/gboxed.sgml: documented some functions.
502
503         * gobject/tmpl/objects.sgml: some fixups.
504
505 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
506
507         * glib/glib-sections.txt: Update.
508
509 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
510
511         * glib/Makefile.am (IGNORE_HFILES): Add 
512         gbsearcharray.h.
513
514         * gobject/Makefile.am (IGNORE_HFILES): Remove
515         gbsearcharray.h.
516
517 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
518
519         * docs/reference/glib/glib-sections.txt: Added
520         declarations for g_io_channel_[set,get]_close_on_unref
521
522 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
523
524         * */Makefile.am: Set GPATH to fix srcdir != builddir  
525         problems with GNU make.
526
527 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
528
529         * gobject/tmpl/value_arrays.sgml: document value arrays.
530
531 2001-08-06  Sven Neumann  <sven@gimp.org>
532
533         * docs/reference/gobject/gobject-sections.txt
534         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
535         g_object_[add|remove]_weak_pointer().
536
537 2001-07-19  Darin Adler  <darin@bentspoon.com>
538
539         reviewed by: <delete if not using a buddy>
540
541         * glib/tmpl/string_utils.sgml:
542
543 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
544  
545         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
546         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
547         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
548         gobject/tmpl/types.sgml: fix some typos.
549  
550 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
551
552         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
553         notes about inclusion of string.h to docs on g_memmove,
554         G_VA_COPY. (#54411)
555
556 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
557
558         * glib/Makefile.am: Fix problem with glibconfig.h
559
560 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
561
562         * glib/tmpl/threads.sgml (example): Corrected.
563
564 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
565
566         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
567
568         * glib/tmpl/threads.sgml: Updated. 
569
570 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
571
572         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
573         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
574         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
575
576 2001-05-19  Havoc Pennington  <hp@pobox.com>
577
578         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
579
580         * glib/tmpl/*.sgml: fix various missing docs
581
582 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
583
584         * glib/glib-overrides.txt, glib/glib-sections.txt,
585         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
586
587 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
588
589         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
590         Updates after some renaming took place.
591
592 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
593
594         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
595
596         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
597
598 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
599
600         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
601         glib/tmpl/scanner.sgml: Changes due to deprecation update.
602
603 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
604
605         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
606         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
607
608 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
609
610         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
611         dist-hook because $(HTML_IMAGES) is empty.
612
613 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
614
615         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
616         explicit path to tmpl files in dependencies.
617
618         * glib/glib.types gobject/gobject.types: empty files
619         to keep generic makefiles happy.
620
621 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
622
623         * glib/glib-sections.txt: Removed
624         g_static_private_(get|set)_for_thread.
625
626         * glib/tmpl/threads.sgml: Updated.
627
628         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
629
630 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
631
632         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
633
634 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
635
636         * gobject/Makefile.am glib/Makefile.am: A couple
637         of small fixes.
638
639 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
640
641         * glib/tmpl/threads.sgml: Spelling corrections.
642
643 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
644
645         * gobject/Makefile.am: Revert Tim's last commit to
646         get rid of 7+ unnecessary / broken changes. Add
647         back the useful part. Also fix problem with grep,
648         add dependency on template files.
649
650         * gobject/gobject-sections.txt: Remove double 
651         value_types names which was screwing up builds.
652
653         * glib/Makefile.am: Propagate changes from 
654         gobject/Makefile.am
655
656 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
657
658         * glib/tmpl/threads.sgml: Fixed stupid typo.
659
660 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
661
662         * glib/tmpl/threads.sgml: Completed.
663
664 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
665
666         * gobject/Makefile.am: shuffled rules to avoid excessive
667         rebuilds.
668
669         * gobject/gobject-sections.txt: updates.
670
671         * gobject/tmpl/*: bunch of updates, added another patch
672         from Eric Lemings <eric.b.lemings@lmco.com>.
673
674 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
675
676         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
677         g_log_domain_gmodule.
678
679 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
680
681         * glib/tmpl/threads.sgml: Big update. Almost ready.
682
683         * glib/tmpl/async_queues.sgml: Typo.
684
685         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
686         g_static_rec_mutex_free, g_static_rw_lock_init,
687         g_static_private_init and g_static_private_free.
688
689         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
690
691 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
692
693         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
694         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
695
696 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
697
698         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
699
700 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
701
702         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
703         documentation for g_static_mutex_init().
704
705 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
706
707         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
708         rules in place caused bogus recursions. main changes:
709         - add to conditionalized section:
710           all-local:
711                 $(MAKE) scan
712                 $(MAKE) templates
713                 $(MAKE) sgml
714                 $(MAKE) html.stamp
715           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
716                 $(MAKE) html
717           DOC_STAMPS= html.stamp sgml.stamp
718         - change:
719           maintainer-clean-local: clean
720           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
721           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
722
723         * glib/Makefile.am (maintainer-clean-local): dito.
724
725 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
726
727         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
728         <eric.b.lemings@lmco.com>, did some more editing.
729
730 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
731
732         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
733         g_static_mutex_free().
734
735 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
736
737         * gobject/tmpl/types.sgml: added some function documentations.
738
739         * gobject/gobject-sections.txt: buncha fixups.
740
741 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
742
743         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
744
745 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
746
747         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
748
749         * glib/tmpl/modules.sgml: Updated.
750
751 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
752
753         * glib/glib-sections.txt: Added g_rand_boolean and
754         g_random_boolean macros.
755
756         * glib/tmpl/random_numbers.sgml: Updated.
757         
758 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
759
760         * glib/Makefile.am glib/mainloop-states*: add images
761
762         * glib/glib-sections.txt: Updated
763
764         * glib/tmpl/main.sgml: More documentation, move function
765         docs to .c file.
766
767 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
768
769         * glib/glib-sections.sgml: Move conversion functions
770         into GConv section.
771         
772         * gobject/gobject-docs.sgml: Fix some malformed sgml.
773
774 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
775
776         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
777         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
778
779 2000-11-05  Havoc Pennington  <hp@pobox.com>
780
781         * glib/tmpl/markup.sgml: Write docs
782
783 2000-11-05  Havoc Pennington  <hp@pobox.com>
784
785         * glib/glib-sections.txt: remove parens from section name,
786         confuses gtk-doc
787
788         * glib/glib-docs.sgml: Add the new files here, doh.
789
790         * glib/tmpl/shell.sgml: add gshell.[hc] docs
791
792 2000-11-05  Havoc Pennington  <hp@pobox.com>
793
794         * glib/tmpl/error_reporting.sgml: fixes
795
796 2000-11-05  Havoc Pennington  <hp@pobox.com>
797
798         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
799         glib/tmpl/fileutils.sgml: Added
800         
801         * glib/Makefile.am: Add new files
802
803         * glib/glib-sections.txt: Add stuff from -unused
804
805 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
806
807         * gobject/gobject-docs.sgml: added &gobject-closures; section.
808
809         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
810
811         * gobject/gobject-sections.txt: added Closure section.
812         
813         * gobject/tmpl/closures.sgml: new file with template description
814         for GClosure functions.
815
816 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
817
818         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
819
820         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
821         documentation for asynchronous queues.
822
823 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
824
825         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
826
827         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
828         parameter names.
829
830         * glib/tmpl/string_utils.sgml: Corrected the documentation of
831         g_strescape and added those of g_strcompress.
832
833 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
834
835         * glib/tmpl/limits.sgml: Added documentation for
836         G_MAXU(INT|SHORT|LONG).
837
838         * glib/tmpl/macros_misc.sgml: Added documentation for
839         G_G(U)INT(16|32|64)_FORMAT.
840
841         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
842         documentation for gu(int|short|long).
843
844         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
845         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
846         and document GEqualFunc in GHashTable.
847
848         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
849         glib/tmpl/relations.sgml : Changed to reflect the changed API
850         (GCompareFunc -> GEqualFunc).
851
852         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
853         fixes.
854         
855 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
856
857         * gobject/tmpl/signals.sgml: start at general description.
858
859         * gobject/gobject-docs.sgml: added introduction.
860
861 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
862
863         * gobject/gobject-sections.txt: opened up a new section on signals.
864
865 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
866
867         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
868
869         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
870         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
871         glib/tmpl/scanner.sgml: Document the recently deprecated functions
872         as such.
873
874 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
875
876         'make distcheck' fixes.
877         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
878         (html): Run 'gtkdoc-fixxref' in $(srcdir).
879         (dist-check-gtkdoc): Add missing quote.
880         (dist-hook): Copy in dependency order, so that none of the
881         makerules are fired in a tarball build.
882
883         * gobject/Makefile.am: Likewise.
884
885 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
886
887         * glib/glib-sections.txt: Added misc items.
888
889         * glib/tmpl/random_numbers.sgml: Documentation for the random
890         number generator.
891
892 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
893
894         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
895         $top_srcdir)/gobject.
896         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
897
898 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
899
900         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
901
902 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
903
904         * Some further makefile improvement.
905          
906         * Restore all the docs that mysteriously vanished earlier.
907
908 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
909
910         * gobject/Makefile.am glib/Makefile.am: Improve 
911         separation of generic non-generic parts and dependencies. 
912
913 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
914
915         * Moved into glib source tree, updated glib-sections.txt
916         and Makefile.am for glib-1.3.x.
917
918 2000-07-01  Damon Chaplin  <damon@helixcode.com>
919
920         * tmpl/string_utils.sgml: updated g_strndup.
921
922 2000-06-11  Damon Chaplin  <damon@helixcode.com>
923
924         * tmpl/messages.sgml: updated a bit more.
925
926 2000-06-11  Damon Chaplin  <damon@helixcode.com>
927
928         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
929
930 2000-04-16  Damon Chaplin  <damon@helixcode.com>
931
932         * tmpl/linked_lists_single.sgml: 
933         * tmpl/linked_lists_double.sgml: 
934         * tmpl/trees-nary.sgml: updated.
935
936         * tmpl/modules.sgml: described g_module_build_path().
937
938         * tmpl/date.sgml: made short description lower case and end in a '.'.
939
940         * glib-sections.txt: rearranged GDate section.
941
942         * tmpl/arrays.sgml: 
943         * tmpl/arrays_byte.sgml: 
944         * tmpl/arrays_pointer.sgml: updated.
945
946 2000-02-21  Damon Chaplin  <damon@helixcode.com>
947
948         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
949         to note that only the first source found is removed.
950
951 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
952
953         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
954          Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
955         GVoidFunc & GFreeFunc.
956
957 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
958
959         * glib-sections.txt, tmpl/threads.sgml: Removed
960         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
961
962         * glib-overrides.txt: New file, that makes most of the thread
963         related macros look like functions.
964
965         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
966
967         * tmpl/threads.sgml: Minor updates.
968         
969 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
970
971         * tmpl/datasets.sgml: Added missing </para>
972         * tmpl/timers.sgml: Added missing </para>
973         * tmpl/misc_utils.sgml: Added missing </para>
974         * tmpl/linked_lists_double.sgml: Added missing </para>
975         * tmpl/linked_lists_single.sgml: Added missing </para>
976         * tmpl/threads.sgml: Removed extra <para>s.
977         * tmpl/main.sgml: Added missing </para>
978
979 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
980
981         * README: Added some simple build instructions.
982
983 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
984
985         * Import into CVS of glib-reference-1.1.3
986           Filled in some basic contents for AUTHORS
987           README, and README.cvs  
988