Add g_timer_continue(). (#98536, Tim-Philipp Müller)
[platform/upstream/glib.git] / docs / reference / ChangeLog
1 Thu Jan 22 14:51:19 2004  Owen Taylor  <otaylor@redhat.com>
2
3         * glib/glib-sections.txt glib/tmpl/timers.sgml: Document
4         g_timer_continue. (Tim-Philipp Müller)
5
6 Sun Jan 11 01:25:44 2004  Matthias Clasen  <maclas@gmx.de>
7
8         * gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
9
10 Sun Jan 11 01:25:29 2004  Matthias Clasen  <maclas@gmx.de>
11
12         * gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED.
13
14 Sat Jan 10 02:18:32 2004  Matthias Clasen  <maclas@gmx.de>
15
16         * gobject/tmpl/gtype.sgml: Document the new GType boilerplate macros
17         with an example.
18
19 Sat Jan 10 01:36:01 2004  Matthias Clasen  <maclas@gmx.de>
20
21         * gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
22
23 Sat Jan 10 01:23:58 2004  Matthias Clasen  <maclas@gmx.de>
24
25         * gobject/gobject-sections.txt: Add g_type_class_peek_static,
26         G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
27         G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
28
29
30 Sat Jan 10 01:23:01 2004  Matthias Clasen  <maclas@gmx.de>
31
32         * gobject/tmpl/objects.sgml: Update docs of g_object_connect.
33
34 Fri Jan  9 23:40:23 2004  Matthias Clasen  <maclas@gmx.de>
35
36         * gobject/tmpl/gboxed.sgml: 
37         * gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv.
38
39 Fri Dec 26 02:04:49 2003  Matthias Clasen  <maclas@gmx.de>
40
41         * glib/glib-sections.txt: Add g_ptr_array_foreach().
42
43 Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>
44
45         * glib/tmpl/misc_utils.sgml: Document the encoding of 
46         g_get_real_name().
47
48 Fri Dec 19 21:40:00 2003  Matthias Clasen  <maclas@gmx.de>
49
50         * gobject/tmpl/signals.sgml: Rewording.
51
52 Tue Dec  2 02:31:15 2003  Matthias Clasen  <maclas@gmx.de>
53
54         * glib/tmpl/limits.sgml:
55         * glib/glib-sections.txt: Add G_{MIN,MAX,MAXU}INT{8,16,32}.
56
57 Thu Nov  6 01:42:36 2003  Matthias Clasen  <maclas@gmx.de>
58
59         * glib/glib-sections.txt: Add an i18n section.
60         * glib/glib-docs.sgml: Include the corresponding entity.
61         * glib/tmpl/i18n.sgml: Template for i18n section.
62
63 Thu Nov  6 00:56:04 2003  Matthias Clasen  <maclas@gmx.de>
64
65         * glib/running.sgml: Document G_FILENAME_ENCODING.
66
67 Sat Oct 25 01:07:45 2003  Matthias Clasen  <maclas@gmx.de>
68
69         * gobject/tmpl/gparamspec.sgml: 
70         * gobject/tmpl/objects.sgml: Additions.
71
72 Thu Oct 23 14:27:54 2003  Owen Taylor  <otaylor@redhat.com>
73
74         * gobject/Makefile.am: Add a dist-hook so that the
75         man pages get distributed.
76
77         * glib/Makefile.am: Add a dist-hook so that the
78         man pages get distributed.
79
80         * glib/Makefile.am (content_files): Add cross.sgml.
81
82         * gobject/Makefile.am (INCLUDES): Add $(top_srcdir)/glib,
83         and (for gobject.cI) $(srcdir)
84
85 Tue Oct 21 23:29:54 2003  Matthias Clasen  <maclas@gmx.de>
86
87         * gobject/tmpl/gtypemodule.sgml: 
88         * gobject/tmpl/enumerations_flags.sgml: 
89         * gobject/tmpl/gtype.sgml: Additions.
90
91 Tue Oct 21 23:09:15 2003  Matthias Clasen  <maclas@gmx.de>
92
93         * gobject/tmpl/gparamspec.sgml: 
94         * gobject/tmpl/param_value_types.sgml:
95         * gobject/tmpl/gtype.sgml: 
96         * gobject/tmpl/signals.sgml: Add "Since 2.4" markers where
97         appropriate.
98
99 Tue Oct 14 17:45:33 2003  Owen Taylor  <otaylor@redhat.com>
100
101         * gobject/gobject-sections.txt gobject/tmpl/objects.sgml
102         gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
103         Document interface properties and GParamSpecOverride.
104
105 Mon Oct 20 22:05:37 2003  Matthias Clasen  <maclas@gmx.de>
106
107         * gobject/tmpl/objects.sgml: 
108         * gobject/tmpl/enumerations_flags.sgml: 
109         * gobject/tmpl/gtypeplugin.sgml: Additions.
110
111 Mon Oct 20 22:04:45 2003  Matthias Clasen  <maclas@gmx.de>
112
113         * gobject/gobject-sections.txt: Add GObjectConstructParam.
114
115 Mon Oct 20 20:38:06 2003  Matthias Clasen  <maclas@gmx.de>
116
117         * gobject/gobject.i: Removed...
118         * gobject/gobject.cI: ...and readded.
119         * gobject/gobject.types: Change to the standard file 
120         extension for included hunks of C code.
121
122 Mon Oct 20 20:34:33 2003  Matthias Clasen  <maclas@gmx.de>
123
124         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
125         as an include dir again, this time for real.  
126
127 Mon Oct 20 01:12:46 2003  Matthias Clasen  <maclas@gmx.de>
128
129         * gobject/tmpl/gtype.sgml: 
130         * gobject/tmpl/param_value_types.sgml: 
131         * gobject/tmpl/value_arrays.sgml: Additions.
132
133         * gobject/tmpl/gboxed.sgml: 
134         * gobject/gobject-sections.txt: Remove prematurely added
135         GStrv documentation.
136
137 Sun Oct 19 22:18:28 2003  Matthias Clasen  <maclas@gmx.de>
138
139         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
140         as an include dir.  (#124934, Mariano Suárez-Alvarez)
141
142 Sun Oct 19 00:33:28 2003  Matthias Clasen  <maclas@gmx.de>
143
144         * gobject/tmpl/gtype.sgml: 
145         * gobject/tmpl/generic_values.sgml: 
146         * gobject/tmpl/objects.sgml: 
147         * gobject/tmpl/signals.sgml: Additions.
148
149 Sat Oct 18 01:30:47 2003  Matthias Clasen  <maclas@gmx.de>
150
151         * gobject/tmpl/gboxed.sgml: 
152         * gobject/tmpl/gtypeplugin.sgml: 
153         * gobject/tmpl/enumerations_flags.sgml: Additions.
154
155 Sat Oct 18 00:04:22 2003  Matthias Clasen  <maclas@gmx.de>
156
157         * gobject/gobject.types: List GObject here, since the
158         documentation misses the notify signal otherwise. Needs
159         a little bit of a hack to work around a gtkdoc-scangobj
160         limitation, see the comment in gobject/gobject.i.
161
162         * gobject/gobject.i: New file, containing a trivial 
163         g_object_get_type() function.
164         
165 Fri Oct 17 00:23:51 2003  Matthias Clasen  <maclas@gmx.de>
166
167         * gobject/Makefile.am (GTKDOC_LIBS): 
168         (INCLUDES): Add the necessary stuff to compile gobject-scan.
169
170         * gobject/gobject.types: Add g_type_module_get_type() and
171         g_type_plugin_get_type().
172
173 Thu Oct 16 01:02:04 2003  Matthias Clasen  <maclas@gmx.de>
174
175         * gobject/tmpl/gparamspec.sgml: Additions, document 
176         GParamSpecPool.
177
178 Wed Oct 15 00:56:30 2003  Matthias Clasen  <maclas@gmx.de>
179
180         * gobject/tmpl/gclosure.sgml: Improvements from Owen's feedback. 
181
182 Tue Oct 14 02:35:45 2003  Matthias Clasen  <maclas@gmx.de>
183
184         * gobject/gobject-sections.txt: Move the g_cclosure_marshal_*
185         functions to a non-private subsection, since these functions
186         are not private.
187
188 Tue Oct 14 02:35:16 2003  Matthias Clasen  <maclas@gmx.de>
189
190         * gobject/tmpl/gclosure.sgml: Fill in.
191
192 Sun Oct  5 23:23:53 2003  Matthias Clasen  <maclas@gmx.de>
193
194         * gobject/glib-sections.txt: 
195         * gobject/gobject-sections.txt: Fix includes.
196
197         * gobject/tmpl/value_collection.sgml: Add docs found in the 
198         header.
199
200 Thu Oct  2 01:22:46 2003  Owen Taylor  <otaylor@redhat.com>
201
202         * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml: 
203         Add g_type_add/remove_interface_check()
204
205 2003-09-30  Matthias Clasen  <maclas@gmx.de>
206
207         * gobject/tmpl/gparamspec.sgml: 
208         * gobject/tmpl/signals.sgml: Additions.
209
210         * glib/glib-sections.txt: Add g_unichar_get_mirror_char and
211         g_static_mutex_get_mutex_impl_shortcut.
212
213 Mon Sep 29 10:55:23 2003  Owen Taylor  <otaylor@redhat.com>
214
215         *  gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
216         Docs for g_type_default_interface_ref(), etc.
217
218 Fri Sep 12 16:29:29 2003  Owen Taylor  <otaylor@redhat.com>
219
220         * gobject/tmpl/signals.sgml: Add docs for
221         g_signal_accumulator_true_handled.
222
223 2003-09-12  Matthias Clasen  <maclas@gmx.de>
224
225         * gobject/gobject-sections.txt: Add new g_value_take_x() functions.
226
227         * gobject/tmpl/param_value_types.sgml: Document new g_value_take_x()
228         functions.  (#100948)
229
230 2003-08-05  Matthias Clasen  <maclas@gmx.de>
231
232         * glib/tmpl/string_utils.sgml: Add note about in-place editing to g_strdelimit() doc.
233         (#118875, Thomas Vander Stichele)
234
235 2003-07-30  Matthias Clasen  <maclas@gmx.de>
236
237         * glib/tmpl/misc_utils.sgml: Move g_getenv() docs inline.
238
239         * glib/tmpl/string_utils.sgml: Small fixes.
240
241         * glib/glib-docs.sgml: Add paragraph about multi-threading policy.
242
243         * glib/glib-sections.txt: Rename g_read_link to g_file_read_link.
244
245 2003-07-29  Matthias Clasen  <maclas@gmx.de>
246
247         * glib/tmpl/macros_misc.sgml: Document G_GINT{16,32,64}_MODIFIER, add note about scanning.
248
249         * glib/glib-sections.txt: Add G_GINT{16,32,64}_MODIFIER.
250
251 2003-07-28  Matthias Clasen  <maclas@gmx.de>
252
253         * glib/glib-sections.txt: Add g_setenv(), g_unsetenv() and g_read_link().  (#100763, #72545)
254
255 2003-07-26  Matthias Clasen  <maclas@gmx.de>
256
257         * glib/tmpl/arrays.sgml: 
258         * glib/tmpl/arrays_byte.sgml: 
259         * glib/tmpl/arrays_pointer.sgml: 
260         * glib/glib-sections.txt: Add g_{,byte,pointer}_array_remove_range.  (#94879, Nalin Dahyabhai)
261
262         * glib/tmpl/messages.sgml: Remove the note about the message length restriction.
263
264 2003-07-24  Matthias Clasen  <maclas@gmx.de>
265
266         * glib/tmpl/messages.sgml: Mention the restriction on message length.  (#118043, Martyn Russell)
267
268 2003-07-18  Matthias Clasen  <maclas@gmx.de>
269
270         * glib/tmpl/arrays_pointer.sgml: Add a note about double indirection in 
271         g_ptr_array_sort[_with_data]().  (#113697, Owen Taylor)
272
273 2003-07-12  Matthias Clasen  <maclas@gmx.de>
274
275         * glib/tmpl/string_utils.sgml: Add a paragraph about string precision, add links to it.
276         Remove markup which is now handled better by gtk-doc.
277
278 2003-07-09  Matthias Clasen  <maclas@gmx.de>
279
280         * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
281
282         * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
283
284 2003-07-02  Matthias Clasen  <maclas@gmx.de>
285
286         * glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
287
288 2003-06-19  Matthias Clasen  <maclas@gmx.de>
289
290         * glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.
291
292 2003-06-18  Matthias Clasen  <maclas@gmx.de>
293
294 o       * glib/glib-sections.txt: Add g_thread_init_glib to silence gtk-doc.
295
296         * gobject/Makefile.am: Add rule to regenerate man pages from 
297         Docbook.
298         (man_MANS): Add glib-mkenums.1, glib-genmarshal.1 and gobject-query.1.
299         (content_files): Add glib-mkenums.xml, glib-genmarshal.xml and 
300         gobject-query.xml.
301
302         * gobject/glib-mkenums.xml: 
303         * gobject/glib-genmarshal.xml: 
304         * gobject/gobject-query.xml: New refentries.
305
306         * gobject/glib-mkenums.1: 
307         * gobject/glib-genmarshal.1: 
308         * gobject/gobject-query.1: Man pages generated from the .xml
309         sources.
310
311         * gobject/gobject-docs.sgml: Include glib-mkenums.xml, 
312         glib-genmarshal.xml and gobject-query.xml.
313         
314 2003-06-17  Matthias Clasen  <maclas@gmx.de>
315
316         * glib/Makefile.am: Add rule to regenerate man pages from 
317         Docbook.
318         (man_MANS): Add glib-gettextize.1.
319         (content_files): Add glib-gettextize.xml.
320
321         * glib/glib-gettextize.xml: New refentry.
322
323         * glib/glib-gettextize.1: Man page generated from the .xml source.
324
325         * glib/glib-docs.sgml: Include glib-gettextize.xml.
326
327 2003-06-17  Matthias Clasen  <mc2@YAST_ASK>
328
329         * gobject/gobject-docs.sgml: 
330         * glib/glib-docs.sgml: Add an autogenerated index.
331
332 2003-06-17  Matthias Clasen  <maclas@gmx.de>
333
334         * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
335
336 2003-06-11  Matthias Clasen  <maclas@gmx.de>
337
338         * gobject/tmpl/objects.sgml: A small addition.
339
340 Sun Jun  8 12:28:39 2003  Owen Taylor  <otaylor@redhat.com>
341
342         * glib/tmpl/error_reporting.sgml: XML fix.
343
344         * glib/glib-sections.txt: Updated.
345
346 2003-06-06  Matthias Clasen  <maclas@gmx.de>
347
348         * glib/tmpl/limits.sgml: Correct the documentation for
349         G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
350
351         * glib/glib-sections.txt: Add g_vasprintf().
352
353         * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to
354         the g_strdup_printf() docs.
355
356 2003-05-28  Matthias Clasen  <maclas@gmx.de>
357
358         * glib/tmpl/string_utils.sgml: Document that g_strdup() and
359         g_strndup() accept NULL.  (#106987, Christian Biere)
360
361 2003-05-12  Matthias Clasen  <maclas@gmx.de>
362
363         * glib/cross.sgml: Fix a duplicate id left by copy-and-paste.
364         (#112785, Owen Taylor)
365
366 2003-04-18  Matthias Clasen  <maclas@gmx.de>
367
368         * gobject/tmpl/signals.sgml: Correct the documentation
369         GSignalEmissionHook (#110906) and some cleanups.
370
371 2003-04-11  Matthias Clasen  <maclas@gmx.de>
372
373         * gobject/tmpl/gparamspec.sgml: Fix a few typos.
374
375 2003-04-09  Matthias Clasen  <maclas@gmx.de>
376
377         * glib/glib-docs.sgml: Move dependencies to building.sgml.
378
379         * glib/building.sgml: Move stuff from INSTALL here.
380
381 2003-04-08  Matthias Clasen  <maclas@gmx.de>
382
383         * glib/cross.sgml: New file; cross-compilation information.
384         * glib/glib-docs.sgml: Include cross.sgml.
385
386 2003-04-07  Matthias Clasen  <maclas@gmx.de>
387
388         * gobject/tmpl/enumerations_flags.sgml: Additions.
389
390 2003-04-01  Matthias Clasen  <maclas@gmx.de>
391
392         * glib/tmpl/error_reporting.sgml: 
393         * glib/tmpl/random_numbers.sgml: 
394         * glib/tmpl/arrays_pointer.sgml: 
395         * glib/tmpl/arrays.sgml: Fix formatting of examples.
396
397 2003-04-01  Matthias Clasen  <maclas@gmx.de>
398
399         * glib/glib-sections.txt: Add g_string_chunk_insert_len.
400
401 2003-03-28  Matthias Clasen  <maclas@gmx.de>
402
403         * gobject/tmpl/param_value_types.sgml: Additions.
404
405 2003-03-25  Matthias Clasen  <maclas@gmx.de>
406
407         * gobject/tmpl/objects.sgml: Additions.
408
409 2003-03-24  Matthias Clasen  <maclas@gmx.de>
410
411         * gobject/tmpl/objects.sgml: Additions.
412
413 Mon Mar 10 11:33:10 2003  Owen Taylor  <otaylor@redhat.com>
414
415         * gobject/tmpl/gtype.sgml gobject/gobject-sections.txt: 
416         Document private instance data.
417
418 2003-02-11  Matthias Clasen  <maclas@gmx.de>
419
420         * glib/tmpl/string_utils.sgml: Fix an off-by-one error in the
421         g_strescape() docs.  (#105431, Phillip Vandry)
422
423 2003-02-07  Matthias Clasen  <maclas@gmx.de>
424
425         * gobject/tmpl/gtypemodule.sgml: 
426         * gobject/tmpl/gtype.sgml: 
427         * gobject/tmpl/gclosure.sgml: 
428         * gobject/tmpl/param_value_types.sgml: 
429         * gobject/tmpl/gparamspec.sgml: 
430         * gobject/tmpl/objects.sgml: 
431         * gobject/tmpl/signals.sgml: Move all docs out-of-line. Boy, what
432         a waste of time.
433
434 2003-01-21  Matthias Clasen  <maclas@gmx.de>
435
436         * glib/tmpl/strings.sgml: Document the return value of g_string_free().
437
438 2003-01-15  Matthias Clasen  <maclas@gmx.de>
439
440         * gobject/tmpl/gtype.sgml: Fix the description of
441         G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
442
443 2003-01-01  Tor Lillqvist  <tml@iki.fi>
444
445         * glib/tmpl/messages.sgml: Remove comment that only stdout would
446         be used on Windows, no longer true.
447
448 2002-12-15  Matthias Clasen  <maclas@gmx.de>
449
450         * gobject/tmpl/param_value_types.sgml: Move some docs inline.
451
452 2002-12-15  Matthias Clasen  <maclas@gmx.de>
453
454         * glib/Makefile.am (IGNORE_HFILES): Add gprintfint.h and trio.
455
456 2002-12-13  Matthias Clasen  <maclas@gmx.de>
457
458         * glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
459         avoid gtk-doc warnings about doxygen comments.
460
461 Tue Dec 10 11:55:28 2002  Owen Taylor  <otaylor@redhat.com>
462
463         * glib/tmpl/timers.sgml: Improve docs for return value
464         and @microseconds out parameter. (Reported by
465         Dennis Haney, #100841)
466
467 2002-12-10  Matthias Clasen  <maclas@gmx.de>
468
469         * gobject/tmpl/generic_values.sgml: 
470         * gobject/tmpl/gtype.sgml: 
471         * gobject/tmpl/enumerations_flags.sgml: Add docs.
472
473 2002-12-09  Matthias Clasen  <maclas@gmx.de>
474
475         * gobject/tmpl/gtype.sgml: 
476         * gobject/tmpl/enumerations_flags.sgml: Add docs.
477
478         * gobject/tmpl/gtype.sgml:
479         * gobject/tmpl/gtypeplugin.sgml:
480         * gobject/tmpl/gtypemodule.sgml:
481         * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
482         and GTypeModuleClass.
483
484         * gobject/tmpl/gboxed.sgml:
485         * gobject/tmpl/enumerations_flags.sgml: 
486         * gobject/tmpl/gclosure.sgml: 
487         * gobject/tmpl/param_value_types.sgml: Add docs.
488
489 2002-12-06  Matthias Clasen  <maclas@gmx.de>
490
491         * gobject/tmpl/gparamspec.sgml: Typo fix.
492
493 2002-12-05  Matthias Clasen  <maclas@gmx.de>
494
495         * glib/tmpl/strings.sgml: 
496         * glib/tmpl/scanner.sgml: 
497         * glib/tmpl/main.sgml: 
498         * glib/tmpl/macros_misc.sgml: 
499         * glib/tmpl/hash_tables.sgml: Add Since and Deprecation info
500         for symbols documented in the templates.
501
502 2002-12-04  Matthias Clasen  <maclas@gmx.de>
503
504         * gobject/tmpl/gtype.sgml: Add docs.
505
506 2002-12-02  Matthias Clasen  <maclas@gmx.de>
507
508         * gobject/tmpl/signals.sgml: Add docs.
509
510 2002-12-01  Matthias Clasen  <maclas@gmx.de>
511
512         * gobject/gobject-sections.txt: Mark g_signal_handlers_destroy as
513         private.
514
515         * gobject/tmpl/signals.sgml: Move some docs inline.
516
517 2002-11-29  Matthias Clasen  <maclas@gmx.de>
518
519         * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal.
520
521         * glib/tmpl/date.sgml: 
522         * glib/tmpl/string_utils.sgml: Remove redundant docs.
523
524         * glib/glib-sections.txt: Add g_ascii_strtoull and 
525         g_get_application_name.
526
527 2002-11-28  Matthias Clasen  <maclas@gmx.de>
528
529         * glib/tmpl/strings.sgml: 
530         * glib/tmpl/string_utils.sgml: 
531         * glib/tmpl/misc_utils.sgml: Move some docs inline.
532
533 2002-11-23  Matthias Clasen  <maclas@gmx.de>
534
535         * gobject/tmpl/gclosure.sgml: 
536         * gobject/tmpl/signals.sgml: 
537         * gobject/tmpl/gparamspec.sgml: 
538         * gobject/tmpl/value_collection.sgml: 
539         * gobject/tmpl/generic_values.sgml: 
540         * gobject/tmpl/param_value_types.sgml: 
541         * gobject/tmpl/gboxed.sgml: 
542         * gobject/tmpl/enumerations_flags.sgml: 
543         * gobject/tmpl/objects.sgml: 
544         * gobject/tmpl/gtypemodule.sgml: 
545         * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, 
546         standardize them to start with a capital and end without a period. 
547
548         * glib/tmpl/arrays.sgml: 
549         * glib/tmpl/memory_chunks.sgml: 
550         * glib/tmpl/macros.sgml: Remove periods from titles in examples.
551
552         * glib/building.sgml: Explain --enable-include-printf.
553
554         * glib/Makefile.am (extra_files): 
555         * gobject/Makefile.am (extra_files): Add version.xml.in.
556
557         * glib/Makefile.am (content_files): 
558         * gobject/Makefile.am (content_files): Add version.xml.
559
560         * glib/version.xml.in: 
561         * gobject/version.xml.in: New files to let configure dump the version in.
562
563         * glib/glib-docs.sgml:
564         * gobject/gobject-docs.sgml: Add version information.
565
566
567 Thu Nov 21 15:52:04 2002  Owen Taylor  <otaylor@redhat.com>
568
569         * glib/tmpl/iochannels.sgml: Add helpful comments about
570         the encoding of a new iochannel. (Amaury Jacquot,
571         #96444)
572
573 2002-11-21  Matthias Clasen  <maclas@gmx.de>
574
575         * glib/tmpl/string_utils.sgml: Add note on including gprintf.h,
576         move some docs inline.
577
578         * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf,
579         g_vfprintf, g_sprintf, g_vsprintf.
580
581 2002-11-20  Matthias Clasen  <maclas@gmx.de>
582
583         * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY.
584
585         * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.
586
587 2002-10-20  Matthias Clasen  <maclas@gmx.de>
588
589         * gobject/Makefile.am (SCANOBJ_FILES): 
590         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
591
592 2002-10-15  Matthias Clasen  <maclas@gmx.de>
593
594         * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.
595
596 2002-10-14  Matthias Clasen  <maclas@gmx.de>
597
598         * gobject/Makefile.am (dist-hook): 
599         * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
600         sgml/*.sgml.  (#95678, Owen Taylor)
601
602 2002-10-14  Matthias Clasen  <maclas@gmx.de>
603
604         * gobject/Makefile.am (SCANOBJ_FILES): 
605         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
606
607 2002-09-16  Matthias Clasen  <maclas@gmx.de>
608
609         * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by 
610         G_LOG_FLAG_RECURSION throughout.  (#93390)
611  
612 2002-08-12  Matthias Clasen  <maclas@gmx.de>
613
614         * glib/glib-sections.txt: Add g_markup_parse_context_get_element
615         and g_utf8_strreverse.
616
617 Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
618  
619         * glib/tmpl/threads.sgml: Fix reference to non-existing
620         @priority parameter. (#88500, Linux Walleij)
621  
622 2002-06-03  Matthias Clasen  <maclas@gmx.de>
623
624         * gobject/gobject-docs.sgml: 
625         * glib/glib-docs.sgml: 
626         * glib/tmpl/macros.sgml: 
627         * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
628         and "percent" entities by standard ISO entities "nbsp", "num" and
629         "percnt". 
630
631 2002-05-30  Matthias Clasen  <maclas@gmx.de>
632
633         * glib/tmpl/string_utils.sgml: 
634         * glib/tmpl/threads.sgml: Small formatting fixes.
635
636 2002-05-26  Matthias Clasen  <maclas@gmx.de>
637
638         * glib/tmpl/conversions.sgml: Add GIConv.
639
640         * glib/tmpl/main.sgml: Fix references to nonexisting functions
641         g_main_loop_destroy(), g_source_add(), g_source_connect().
642         
643
644         * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
645
646         * glib/tmpl/linked_lists_single.sgml: 
647         * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
648
649         * glib/glib-docs.sgml: Declare hash entity.
650
651         * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
652
653 2002-05-25  Matthias Clasen  <maclas@gmx.de>
654
655         * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
656         * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
657         not SGML.
658
659 2002-05-21  Matthias Clasen  <maclas@gmx.de>
660
661         * glib/tmpl/markup.sgml: Updates.
662
663 Sat May 18 00:44:35 2002  Tim Janik  <timj@gtk.org>
664
665         [merged from stable]
666
667         * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().
668
669 2002-05-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
670
671         * glib/tmpl/threads.sgml: Clarify recursion issues with
672         GMutex. (#78171)
673
674 2002-04-24  Matthias Clasen  <maclas@gmx.de>
675
676         * gobject/gobject-sections.txt: 
677         * gobject/tmpl/gtype.sgml: Updates.
678
679 2002-04-21  Matthias Clasen  <maclas@gmx.de>
680
681         * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)
682
683 2002-04-18  Matthias Clasen  <maclas@gmx.de>
684
685         * glib/tmpl/error_reporting.sgml:
686         * glib/tmpl/threads.sgml:
687         * glib/tmpl/arrays_pointer.sgml:
688         * glib/tmpl/arrays_byte.sgml:
689         * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the
690         documentation to bring the produced Docbook closer to XML.
691
692 2002-03-25  Sven Neumann  <sven@gimp.org>
693
694         * glib/tmpl/scanner.sgml: Fixed documentation about unused struct 
695         fields and added a note about proper g_scanner_unexp_token() usage.
696
697 2002-03-11  Matthias Clasen  <maclas@gmx.de>
698
699         * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and 
700         UTF-8.
701
702 2002-02-21  Matthias Clasen  <maclas@gmx.de>
703
704         * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
705
706         * glib/running.sgml: Document the G_DEBUG environment variable.
707
708         * glib/tmpl/threads.sgml: Replace g_thread_wait() by
709         g_thread_join() in two places.
710
711 2002-02-20  Sven Neumann  <sven@gimp.org>
712
713         * gobject/gobject-sections.txt
714         * gobject/tmpl/generic_values.sgml
715         * gobject/tmpl/param_value_types.sgml: updated for GValue changes.
716
717 Tue Feb 19 17:45:43 2002  Tim Janik  <timj@gtk.org>
718
719         * gobject/tmpl/generic_values.sgml: added GValue documentation.
720
721 Thu Feb  7 12:07:06 2002  Tim Janik  <timj@gtk.org>
722
723         * gobject/tmpl/generic_values.sgml: document value transformation.
724
725 Mon Feb  4 17:55:39 2002  Tim Janik  <timj@gtk.org>
726         
727         * gobject/tmpl/closures.sgml: doc common functions like ref/
728         sink/unref/invalidate.
729
730         * gobject/tmpl/objects.sgml: document g_object_watch_closure() and
731         qdata functions.
732
733 Tue Jan 29 12:00:59 2002  Owen Taylor  <otaylor@redhat.com>
734
735         * gobject/gobject-sections.txt: Updated.
736
737         * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.
738
739 2002-01-28  Ron Steinke  <rsteinke@w-link.net>
740
741         * glib/iochannel.sgml: Changed #IOChannelError to
742         #GIOChannelError in one place
743
744 2002-01-16  Matthias Clasen  <matthiasc@poet.de>
745
746         * glib/building.sgml, glib/compiling.sgml, 
747         glib/running.sgml, glib/resources.sgml, 
748         glib/changes-2.0.sgml: New files.
749
750         * glib/Makefile.am (content_files): Add new files.
751
752         * glib/glib-docs.sgml: Add an Overview chapter.
753
754 2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
755
756         * glib/tmpl/threads.sgml: Name the right function.
757
758 2001-12-23  Matthias Clasen  <matthias@poet.de>
759
760         * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
761         glib/tmpl/strings.sgml: Replace references to deprecated
762         functions.
763
764 2001-12-21  Matthias Clasen  <matthias@poet.de>
765
766         * glib/glib-sections.txt: Move g_get_charset() to the
767         Charset conversion section. (#65630)
768  
769 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
770
771         * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
772         SGML fixes.
773
774         * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
775
776 2001-12-15  Matthias Clasen  <matthias@poet.de>
777
778         * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
779
780 2001-12-14  Matthias Clasen  <matthias@poet.de>
781
782         * glib/tmpl/memory.sgml: Typo fixes.
783
784 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
785
786         * glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
787         glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
788         glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
789         glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
790         glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
791
792         * glib/tmpl/memory_chunks.sgml,
793         glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
794         glib/tmpl/gtype.sgml: Trivial markup fixes.
795
796 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
797
798         * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.
799
800 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
801
802         * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, 
803         glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
804         glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, 
805         glib/tmpl/conversions.sgml,
806         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
807         glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
808         glib/tmpl/hash_tables.sgml,
809         glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
810         glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
811         glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, 
812         glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
813         glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, 
814         glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, 
815         glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
816         glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
817         glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, 
818         glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
819         glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
820         glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:        
821         Improve markup of examples, general consistency improvements.
822
823 2001-12-06  Havoc Pennington  <hp@redhat.com>
824
825         * glib/tmpl/messages.sgml: improve g_log_set_handler docs
826
827 Wed Nov 28 18:50:19 2001  Owen Taylor  <otaylor@redhat.com>
828
829         * glib/glib-sections.txt: Update.
830
831 2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
832
833         * glib/tmpl/date.sgml: Fix g_usleep docs.
834
835 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
836
837         * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
838
839 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
840
841         Fixes for #61284:
842
843         * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
844
845         * glib/tmpl/fileutils.sgml: Document GDir.
846
847         * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.  
848
849 Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>
850
851         * gobject/gobject-sections.txt: Update.
852
853         * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
854
855         * glib/glib-sections.txt: Updated.
856
857         * glib/Makefile.am (IGNORE_HFILES): Don't scan
858         headers in build/
859
860 Sat Nov 17 17:24:19 2001  Owen Taylor  <otaylor@redhat.com>
861
862         * glib/glib-sections.txt: Remove g_log_domain_glib
863
864 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
865
866         * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
867
868         * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
869         glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
870         glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
871         some missing short and long descriptions.
872
873 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
874
875         * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
876
877         * glib/tmpl/patterns.sgml: Document UTF-8 support.
878
879 Wed Nov 14 03:19:49 2001  Tim Janik  <timj@gtk.org>
880
881         * gobject/tmpl/param_value_types.sgml: more docs.
882
883 Tue Nov 13 21:31:58 2001  Tim Janik  <timj@gtk.org>
884
885         * gobject/tmpl/param_value_types.sgml: list parameter and
886         value types.
887
888         * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
889         functions.
890         
891         * gobject/*: section cleanups.
892
893 Tue Nov 13 19:49:16 2001  Tim Janik  <timj@gtk.org>
894
895         * gobject/tmpl/gparamspec.sgml: param spec updates.
896
897 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
898
899         * glib/tmpl/markup.sgml: Remove excess listitem from long 
900         description.
901  
902 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
903
904         * glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
905
906         * glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
907
908         * glib/tmpl/error_reporting.sgml: Document GError struct.
909
910         * glib/tmpl/main.sgml: Document GMainContext, GSource and 
911         GSourceCallbackFuncs structs.
912
913 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
914
915         * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
916         Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
917         GUnicodeBreakType.
918
919 Fri Oct 26 11:42:50 2001  Owen Taylor  <otaylor@redhat.com>
920
921         * */Makefile.am: Remove $(srcdir)/html before building
922         HTML to prevent stale files. Dist all files in html/
923
924 2001-10-25  Havoc Pennington  <hp@pobox.com>
925
926         * glib/tmpl/string_utils.sgml: docs on why the deprecated
927         functions are deprecated.
928
929 2001-10-15  Sven Neumann  <sven@gimp.org>
930
931         * glib/tmpl/random_numbers.sgml: fixed typo.
932
933 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
934
935         * glib/tmpl/patterns.sgml: amended documentation.
936
937 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
938
939         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
940
941 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
942
943         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
944
945         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
946
947         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
948         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
949         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
950         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
951
952 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
953         
954         * glib/tmpl/conversions.sgml: Update.
955
956         * glib/tmpl/patterns.sgml: Update.
957
958 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
959
960         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
961         glib/tmpl/macros_misc.sgml: Update. 
962
963         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
964         glib/glib-sections.txt: Document GCompareDataFunc.
965
966 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
967
968         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
969         glib/tmpl/queue.sgml: update docs.
970
971         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
972         references to glib-config.
973
974 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
975
976         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
977         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
978         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
979         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
980         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
981         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
982         More markup fixes and completions.
983
984 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
985
986         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
987         g_string_printfa(). to g_string_append_printf().
988
989 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
990
991         * glib/glib-sections.txt: Move all *_error_quark()
992         functions to the 'Private' sections. (#61472)
993
994 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
995
996         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
997         allowed uses for 'out' parameters.
998
999 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
1000
1001         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
1002         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
1003         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
1004
1005         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
1006         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
1007         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
1008         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
1009
1010 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
1011
1012         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
1013         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
1014         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
1015         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
1016         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
1017         Markup fixes and a few additions.
1018
1019 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
1020
1021         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
1022         glib/tmpl/scanner.sgml: Additions and markup fixes.
1023
1024 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
1025
1026         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
1027         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
1028         some functions, markup fixes.
1029         * glib/tmpl/patterns.sgml: New file.
1030         * glib/glib-docs.sgml: Add entity for patterns.sgml.
1031         
1032 2001-09-26  Matthias Clasen <matthiasc@poet.de>
1033
1034         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
1035
1036 2001-09-25  Matthias Clasen <matthiasc@poet.de>
1037
1038         * glib/glib-sections.txt: Add a missing SECTION 
1039         endtag. (#61126)
1040
1041 2001-09-17  Darin Adler  <darin@bentspoon.com>
1042
1043         * glib/tmpl/string_utils.sgml: Fix a typo and change
1044         documentation for g_ascii_isdigit and g_ascii_isxdigit
1045         to reflect the fact that the standard isdigit and
1046         isxdigit are already locale-independent.
1047
1048 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
1049
1050         * gobject/tmpl/gboxed.sgml: documented some functions.
1051
1052         * gobject/tmpl/objects.sgml: some fixups.
1053
1054 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
1055
1056         * glib/glib-sections.txt: Update.
1057
1058 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
1059
1060         * glib/Makefile.am (IGNORE_HFILES): Add 
1061         gbsearcharray.h.
1062
1063         * gobject/Makefile.am (IGNORE_HFILES): Remove
1064         gbsearcharray.h.
1065
1066 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
1067
1068         * docs/reference/glib/glib-sections.txt: Added
1069         declarations for g_io_channel_[set,get]_close_on_unref
1070
1071 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
1072
1073         * */Makefile.am: Set GPATH to fix srcdir != builddir  
1074         problems with GNU make.
1075
1076 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
1077
1078         * gobject/tmpl/value_arrays.sgml: document value arrays.
1079
1080 2001-08-06  Sven Neumann  <sven@gimp.org>
1081
1082         * docs/reference/gobject/gobject-sections.txt
1083         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
1084         g_object_[add|remove]_weak_pointer().
1085
1086 2001-07-19  Darin Adler  <darin@bentspoon.com>
1087
1088         reviewed by: <delete if not using a buddy>
1089
1090         * glib/tmpl/string_utils.sgml:
1091
1092 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
1093  
1094         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
1095         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
1096         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
1097         gobject/tmpl/types.sgml: fix some typos.
1098  
1099 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
1100
1101         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
1102         notes about inclusion of string.h to docs on g_memmove,
1103         G_VA_COPY. (#54411)
1104
1105 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
1106
1107         * glib/Makefile.am: Fix problem with glibconfig.h
1108
1109 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1110
1111         * glib/tmpl/threads.sgml (example): Corrected.
1112
1113 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1114
1115         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
1116
1117         * glib/tmpl/threads.sgml: Updated. 
1118
1119 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1120
1121         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
1122         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
1123         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
1124
1125 2001-05-19  Havoc Pennington  <hp@pobox.com>
1126
1127         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
1128
1129         * glib/tmpl/*.sgml: fix various missing docs
1130
1131 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1132
1133         * glib/glib-overrides.txt, glib/glib-sections.txt,
1134         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
1135
1136 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1137
1138         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
1139         Updates after some renaming took place.
1140
1141 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1142
1143         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
1144
1145         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
1146
1147 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1148
1149         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
1150         glib/tmpl/scanner.sgml: Changes due to deprecation update.
1151
1152 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
1153
1154         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
1155         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
1156
1157 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
1158
1159         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
1160         dist-hook because $(HTML_IMAGES) is empty.
1161
1162 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
1163
1164         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
1165         explicit path to tmpl files in dependencies.
1166
1167         * glib/glib.types gobject/gobject.types: empty files
1168         to keep generic makefiles happy.
1169
1170 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1171
1172         * glib/glib-sections.txt: Removed
1173         g_static_private_(get|set)_for_thread.
1174
1175         * glib/tmpl/threads.sgml: Updated.
1176
1177         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
1178
1179 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
1180
1181         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
1182
1183 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
1184
1185         * gobject/Makefile.am glib/Makefile.am: A couple
1186         of small fixes.
1187
1188 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1189
1190         * glib/tmpl/threads.sgml: Spelling corrections.
1191
1192 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
1193
1194         * gobject/Makefile.am: Revert Tim's last commit to
1195         get rid of 7+ unnecessary / broken changes. Add
1196         back the useful part. Also fix problem with grep,
1197         add dependency on template files.
1198
1199         * gobject/gobject-sections.txt: Remove double 
1200         value_types names which was screwing up builds.
1201
1202         * glib/Makefile.am: Propagate changes from 
1203         gobject/Makefile.am
1204
1205 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1206
1207         * glib/tmpl/threads.sgml: Fixed stupid typo.
1208
1209 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1210
1211         * glib/tmpl/threads.sgml: Completed.
1212
1213 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
1214
1215         * gobject/Makefile.am: shuffled rules to avoid excessive
1216         rebuilds.
1217
1218         * gobject/gobject-sections.txt: updates.
1219
1220         * gobject/tmpl/*: bunch of updates, added another patch
1221         from Eric Lemings <eric.b.lemings@lmco.com>.
1222
1223 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1224
1225         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
1226         g_log_domain_gmodule.
1227
1228 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1229
1230         * glib/tmpl/threads.sgml: Big update. Almost ready.
1231
1232         * glib/tmpl/async_queues.sgml: Typo.
1233
1234         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
1235         g_static_rec_mutex_free, g_static_rw_lock_init,
1236         g_static_private_init and g_static_private_free.
1237
1238         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
1239
1240 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
1241
1242         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
1243         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
1244
1245 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
1246
1247         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
1248
1249 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1250
1251         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
1252         documentation for g_static_mutex_init().
1253
1254 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
1255
1256         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
1257         rules in place caused bogus recursions. main changes:
1258         - add to conditionalized section:
1259           all-local:
1260                 $(MAKE) scan
1261                 $(MAKE) templates
1262                 $(MAKE) sgml
1263                 $(MAKE) html.stamp
1264           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
1265                 $(MAKE) html
1266           DOC_STAMPS= html.stamp sgml.stamp
1267         - change:
1268           maintainer-clean-local: clean
1269           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
1270           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
1271
1272         * glib/Makefile.am (maintainer-clean-local): dito.
1273
1274 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
1275
1276         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
1277         <eric.b.lemings@lmco.com>, did some more editing.
1278
1279 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1280
1281         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
1282         g_static_mutex_free().
1283
1284 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
1285
1286         * gobject/tmpl/types.sgml: added some function documentations.
1287
1288         * gobject/gobject-sections.txt: buncha fixups.
1289
1290 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
1291
1292         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
1293
1294 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1295
1296         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
1297
1298         * glib/tmpl/modules.sgml: Updated.
1299
1300 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1301
1302         * glib/glib-sections.txt: Added g_rand_boolean and
1303         g_random_boolean macros.
1304
1305         * glib/tmpl/random_numbers.sgml: Updated.
1306         
1307 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
1308
1309         * glib/Makefile.am glib/mainloop-states*: add images
1310
1311         * glib/glib-sections.txt: Updated
1312
1313         * glib/tmpl/main.sgml: More documentation, move function
1314         docs to .c file.
1315
1316 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
1317
1318         * glib/glib-sections.sgml: Move conversion functions
1319         into GConv section.
1320         
1321         * gobject/gobject-docs.sgml: Fix some malformed sgml.
1322
1323 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
1324
1325         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
1326         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
1327
1328 2000-11-05  Havoc Pennington  <hp@pobox.com>
1329
1330         * glib/tmpl/markup.sgml: Write docs
1331
1332 2000-11-05  Havoc Pennington  <hp@pobox.com>
1333
1334         * glib/glib-sections.txt: remove parens from section name,
1335         confuses gtk-doc
1336
1337         * glib/glib-docs.sgml: Add the new files here, doh.
1338
1339         * glib/tmpl/shell.sgml: add gshell.[hc] docs
1340
1341 2000-11-05  Havoc Pennington  <hp@pobox.com>
1342
1343         * glib/tmpl/error_reporting.sgml: fixes
1344
1345 2000-11-05  Havoc Pennington  <hp@pobox.com>
1346
1347         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
1348         glib/tmpl/fileutils.sgml: Added
1349         
1350         * glib/Makefile.am: Add new files
1351
1352         * glib/glib-sections.txt: Add stuff from -unused
1353
1354 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
1355
1356         * gobject/gobject-docs.sgml: added &gobject-closures; section.
1357
1358         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
1359
1360         * gobject/gobject-sections.txt: added Closure section.
1361         
1362         * gobject/tmpl/closures.sgml: new file with template description
1363         for GClosure functions.
1364
1365 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1366
1367         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
1368
1369         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
1370         documentation for asynchronous queues.
1371
1372 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1373
1374         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
1375
1376         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
1377         parameter names.
1378
1379         * glib/tmpl/string_utils.sgml: Corrected the documentation of
1380         g_strescape and added those of g_strcompress.
1381
1382 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1383
1384         * glib/tmpl/limits.sgml: Added documentation for
1385         G_MAXU(INT|SHORT|LONG).
1386
1387         * glib/tmpl/macros_misc.sgml: Added documentation for
1388         G_G(U)INT(16|32|64)_FORMAT.
1389
1390         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
1391         documentation for gu(int|short|long).
1392
1393         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
1394         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
1395         and document GEqualFunc in GHashTable.
1396
1397         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
1398         glib/tmpl/relations.sgml : Changed to reflect the changed API
1399         (GCompareFunc -> GEqualFunc).
1400
1401         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
1402         fixes.
1403         
1404 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
1405
1406         * gobject/tmpl/signals.sgml: start at general description.
1407
1408         * gobject/gobject-docs.sgml: added introduction.
1409
1410 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
1411
1412         * gobject/gobject-sections.txt: opened up a new section on signals.
1413
1414 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1415
1416         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
1417
1418         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
1419         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
1420         glib/tmpl/scanner.sgml: Document the recently deprecated functions
1421         as such.
1422
1423 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
1424
1425         'make distcheck' fixes.
1426         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
1427         (html): Run 'gtkdoc-fixxref' in $(srcdir).
1428         (dist-check-gtkdoc): Add missing quote.
1429         (dist-hook): Copy in dependency order, so that none of the
1430         makerules are fired in a tarball build.
1431
1432         * gobject/Makefile.am: Likewise.
1433
1434 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1435
1436         * glib/glib-sections.txt: Added misc items.
1437
1438         * glib/tmpl/random_numbers.sgml: Documentation for the random
1439         number generator.
1440
1441 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
1442
1443         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
1444         $top_srcdir)/gobject.
1445         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
1446
1447 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
1448
1449         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
1450
1451 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
1452
1453         * Some further makefile improvement.
1454          
1455         * Restore all the docs that mysteriously vanished earlier.
1456
1457 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
1458
1459         * gobject/Makefile.am glib/Makefile.am: Improve 
1460         separation of generic non-generic parts and dependencies. 
1461
1462 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
1463
1464         * Moved into glib source tree, updated glib-sections.txt
1465         and Makefile.am for glib-1.3.x.
1466
1467 2000-07-01  Damon Chaplin  <damon@helixcode.com>
1468
1469         * tmpl/string_utils.sgml: updated g_strndup.
1470
1471 2000-06-11  Damon Chaplin  <damon@helixcode.com>
1472
1473         * tmpl/messages.sgml: updated a bit more.
1474
1475 2000-06-11  Damon Chaplin  <damon@helixcode.com>
1476
1477         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
1478
1479 2000-04-16  Damon Chaplin  <damon@helixcode.com>
1480
1481         * tmpl/linked_lists_single.sgml: 
1482         * tmpl/linked_lists_double.sgml: 
1483         * tmpl/trees-nary.sgml: updated.
1484
1485         * tmpl/modules.sgml: described g_module_build_path().
1486
1487         * tmpl/date.sgml: made short description lower case and end in a '.'.
1488
1489         * glib-sections.txt: rearranged GDate section.
1490
1491         * tmpl/arrays.sgml: 
1492         * tmpl/arrays_byte.sgml: 
1493         * tmpl/arrays_pointer.sgml: updated.
1494
1495 2000-02-21  Damon Chaplin  <damon@helixcode.com>
1496
1497         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
1498         to note that only the first source found is removed.
1499
1500 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
1501
1502         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
1503          Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
1504         GVoidFunc & GFreeFunc.
1505
1506 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1507
1508         * glib-sections.txt, tmpl/threads.sgml: Removed
1509         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
1510
1511         * glib-overrides.txt: New file, that makes most of the thread
1512         related macros look like functions.
1513
1514         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
1515
1516         * tmpl/threads.sgml: Minor updates.
1517         
1518 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
1519
1520         * tmpl/datasets.sgml: Added missing </para>
1521         * tmpl/timers.sgml: Added missing </para>
1522         * tmpl/misc_utils.sgml: Added missing </para>
1523         * tmpl/linked_lists_double.sgml: Added missing </para>
1524         * tmpl/linked_lists_single.sgml: Added missing </para>
1525         * tmpl/threads.sgml: Removed extra <para>s.
1526         * tmpl/main.sgml: Added missing </para>
1527
1528 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
1529
1530         * README: Added some simple build instructions.
1531
1532 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
1533
1534         * Import into CVS of glib-reference-1.1.3
1535           Filled in some basic contents for AUTHORS
1536           README, and README.cvs  
1537