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