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