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