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