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