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