bc1950667aeb710c4a864566790c9a8e45f3a5a2
[platform/upstream/glib.git] / docs / reference / ChangeLog
1 2001-10-15  Sven Neumann  <sven@gimp.org>
2
3         * glib/tmpl/random_numbers.sgml: fixed typo.
4
5 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
6
7         * glib/tmpl/patterns.sgml: amended documentation.
8
9 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
10
11         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
12
13 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
14
15         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
16
17         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
18
19         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
20         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
21         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
22         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
23
24 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
25         
26         * glib/tmpl/conversions.sgml: Update.
27
28         * glib/tmpl/patterns.sgml: Update.
29
30 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
31
32         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
33         glib/tmpl/macros_misc.sgml: Update. 
34
35         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
36         glib/glib-sections.txt: Document GCompareDataFunc.
37
38 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
39
40         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
41         glib/tmpl/queue.sgml: update docs.
42
43         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
44         references to glib-config.
45
46 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
47
48         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
49         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
50         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
51         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
52         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
53         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
54         More markup fixes and completions.
55
56 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
57
58         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
59         g_string_printfa(). to g_string_append_printf().
60
61 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
62
63         * glib/glib-sections.txt: Move all *_error_quark()
64         functions to the 'Private' sections. (#61472)
65
66 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
67
68         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
69         allowed uses for 'out' parameters.
70
71 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
72
73         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
74         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
75         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
76
77         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
78         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
79         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
80         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
81
82 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
83
84         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
85         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
86         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
87         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
88         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
89         Markup fixes and a few additions.
90
91 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
92
93         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
94         glib/tmpl/scanner.sgml: Additions and markup fixes.
95
96 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
97
98         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
99         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
100         some functions, markup fixes.
101         * glib/tmpl/patterns.sgml: New file.
102         * glib/glib-docs.sgml: Add entity for patterns.sgml.
103         
104 2001-09-26  Matthias Clasen <matthiasc@poet.de>
105
106         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
107
108 2001-09-25  Matthias Clasen <matthiasc@poet.de>
109
110         * glib/glib-sections.txt: Add a missing SECTION 
111         endtag. (#61126)
112
113 2001-09-17  Darin Adler  <darin@bentspoon.com>
114
115         * glib/tmpl/string_utils.sgml: Fix a typo and change
116         documentation for g_ascii_isdigit and g_ascii_isxdigit
117         to reflect the fact that the standard isdigit and
118         isxdigit are already locale-independent.
119
120 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
121
122         * gobject/tmpl/gboxed.sgml: documented some functions.
123
124         * gobject/tmpl/objects.sgml: some fixups.
125
126 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
127
128         * glib/glib-sections.txt: Update.
129
130 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
131
132         * glib/Makefile.am (IGNORE_HFILES): Add 
133         gbsearcharray.h.
134
135         * gobject/Makefile.am (IGNORE_HFILES): Remove
136         gbsearcharray.h.
137
138 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
139
140         * docs/reference/glib/glib-sections.txt: Added
141         declarations for g_io_channel_[set,get]_close_on_unref
142
143 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
144
145         * */Makefile.am: Set GPATH to fix srcdir != builddir  
146         problems with GNU make.
147
148 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
149
150         * gobject/tmpl/value_arrays.sgml: document value arrays.
151
152 2001-08-06  Sven Neumann  <sven@gimp.org>
153
154         * docs/reference/gobject/gobject-sections.txt
155         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
156         g_object_[add|remove]_weak_pointer().
157
158 2001-07-19  Darin Adler  <darin@bentspoon.com>
159
160         reviewed by: <delete if not using a buddy>
161
162         * glib/tmpl/string_utils.sgml:
163
164 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
165  
166         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
167         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
168         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
169         gobject/tmpl/types.sgml: fix some typos.
170  
171 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
172
173         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
174         notes about inclusion of string.h to docs on g_memmove,
175         G_VA_COPY. (#54411)
176
177 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
178
179         * glib/Makefile.am: Fix problem with glibconfig.h
180
181 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
182
183         * glib/tmpl/threads.sgml (example): Corrected.
184
185 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
186
187         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
188
189         * glib/tmpl/threads.sgml: Updated. 
190
191 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
192
193         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
194         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
195         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
196
197 2001-05-19  Havoc Pennington  <hp@pobox.com>
198
199         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
200
201         * glib/tmpl/*.sgml: fix various missing docs
202
203 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
204
205         * glib/glib-overrides.txt, glib/glib-sections.txt,
206         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
207
208 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
209
210         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
211         Updates after some renaming took place.
212
213 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
214
215         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
216
217         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
218
219 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
220
221         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
222         glib/tmpl/scanner.sgml: Changes due to deprecation update.
223
224 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
225
226         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
227         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
228
229 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
230
231         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
232         dist-hook because $(HTML_IMAGES) is empty.
233
234 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
235
236         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
237         explicit path to tmpl files in dependencies.
238
239         * glib/glib.types gobject/gobject.types: empty files
240         to keep generic makefiles happy.
241
242 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
243
244         * glib/glib-sections.txt: Removed
245         g_static_private_(get|set)_for_thread.
246
247         * glib/tmpl/threads.sgml: Updated.
248
249         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
250
251 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
252
253         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
254
255 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
256
257         * gobject/Makefile.am glib/Makefile.am: A couple
258         of small fixes.
259
260 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
261
262         * glib/tmpl/threads.sgml: Spelling corrections.
263
264 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
265
266         * gobject/Makefile.am: Revert Tim's last commit to
267         get rid of 7+ unnecessary / broken changes. Add
268         back the useful part. Also fix problem with grep,
269         add dependency on template files.
270
271         * gobject/gobject-sections.txt: Remove double 
272         value_types names which was screwing up builds.
273
274         * glib/Makefile.am: Propagate changes from 
275         gobject/Makefile.am
276
277 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
278
279         * glib/tmpl/threads.sgml: Fixed stupid typo.
280
281 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
282
283         * glib/tmpl/threads.sgml: Completed.
284
285 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
286
287         * gobject/Makefile.am: shuffled rules to avoid excessive
288         rebuilds.
289
290         * gobject/gobject-sections.txt: updates.
291
292         * gobject/tmpl/*: bunch of updates, added another patch
293         from Eric Lemings <eric.b.lemings@lmco.com>.
294
295 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
296
297         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
298         g_log_domain_gmodule.
299
300 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
301
302         * glib/tmpl/threads.sgml: Big update. Almost ready.
303
304         * glib/tmpl/async_queues.sgml: Typo.
305
306         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
307         g_static_rec_mutex_free, g_static_rw_lock_init,
308         g_static_private_init and g_static_private_free.
309
310         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
311
312 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
313
314         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
315         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
316
317 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
318
319         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
320
321 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
322
323         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
324         documentation for g_static_mutex_init().
325
326 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
327
328         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
329         rules in place caused bogus recursions. main changes:
330         - add to conditionalized section:
331           all-local:
332                 $(MAKE) scan
333                 $(MAKE) templates
334                 $(MAKE) sgml
335                 $(MAKE) html.stamp
336           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
337                 $(MAKE) html
338           DOC_STAMPS= html.stamp sgml.stamp
339         - change:
340           maintainer-clean-local: clean
341           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
342           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
343
344         * glib/Makefile.am (maintainer-clean-local): dito.
345
346 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
347
348         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
349         <eric.b.lemings@lmco.com>, did some more editing.
350
351 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
352
353         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
354         g_static_mutex_free().
355
356 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
357
358         * gobject/tmpl/types.sgml: added some function documentations.
359
360         * gobject/gobject-sections.txt: buncha fixups.
361
362 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
363
364         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
365
366 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
367
368         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
369
370         * glib/tmpl/modules.sgml: Updated.
371
372 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
373
374         * glib/glib-sections.txt: Added g_rand_boolean and
375         g_random_boolean macros.
376
377         * glib/tmpl/random_numbers.sgml: Updated.
378         
379 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
380
381         * glib/Makefile.am glib/mainloop-states*: add images
382
383         * glib/glib-sections.txt: Updated
384
385         * glib/tmpl/main.sgml: More documentation, move function
386         docs to .c file.
387
388 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
389
390         * glib/glib-sections.sgml: Move conversion functions
391         into GConv section.
392         
393         * gobject/gobject-docs.sgml: Fix some malformed sgml.
394
395 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
396
397         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
398         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
399
400 2000-11-05  Havoc Pennington  <hp@pobox.com>
401
402         * glib/tmpl/markup.sgml: Write docs
403
404 2000-11-05  Havoc Pennington  <hp@pobox.com>
405
406         * glib/glib-sections.txt: remove parens from section name,
407         confuses gtk-doc
408
409         * glib/glib-docs.sgml: Add the new files here, doh.
410
411         * glib/tmpl/shell.sgml: add gshell.[hc] docs
412
413 2000-11-05  Havoc Pennington  <hp@pobox.com>
414
415         * glib/tmpl/error_reporting.sgml: fixes
416
417 2000-11-05  Havoc Pennington  <hp@pobox.com>
418
419         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
420         glib/tmpl/fileutils.sgml: Added
421         
422         * glib/Makefile.am: Add new files
423
424         * glib/glib-sections.txt: Add stuff from -unused
425
426 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
427
428         * gobject/gobject-docs.sgml: added &gobject-closures; section.
429
430         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
431
432         * gobject/gobject-sections.txt: added Closure section.
433         
434         * gobject/tmpl/closures.sgml: new file with template description
435         for GClosure functions.
436
437 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
438
439         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
440
441         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
442         documentation for asynchronous queues.
443
444 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
445
446         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
447
448         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
449         parameter names.
450
451         * glib/tmpl/string_utils.sgml: Corrected the documentation of
452         g_strescape and added those of g_strcompress.
453
454 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
455
456         * glib/tmpl/limits.sgml: Added documentation for
457         G_MAXU(INT|SHORT|LONG).
458
459         * glib/tmpl/macros_misc.sgml: Added documentation for
460         G_G(U)INT(16|32|64)_FORMAT.
461
462         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
463         documentation for gu(int|short|long).
464
465         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
466         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
467         and document GEqualFunc in GHashTable.
468
469         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
470         glib/tmpl/relations.sgml : Changed to reflect the changed API
471         (GCompareFunc -> GEqualFunc).
472
473         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
474         fixes.
475         
476 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
477
478         * gobject/tmpl/signals.sgml: start at general description.
479
480         * gobject/gobject-docs.sgml: added introduction.
481
482 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
483
484         * gobject/gobject-sections.txt: opened up a new section on signals.
485
486 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
487
488         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
489
490         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
491         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
492         glib/tmpl/scanner.sgml: Document the recently deprecated functions
493         as such.
494
495 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
496
497         'make distcheck' fixes.
498         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
499         (html): Run 'gtkdoc-fixxref' in $(srcdir).
500         (dist-check-gtkdoc): Add missing quote.
501         (dist-hook): Copy in dependency order, so that none of the
502         makerules are fired in a tarball build.
503
504         * gobject/Makefile.am: Likewise.
505
506 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
507
508         * glib/glib-sections.txt: Added misc items.
509
510         * glib/tmpl/random_numbers.sgml: Documentation for the random
511         number generator.
512
513 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
514
515         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
516         $top_srcdir)/gobject.
517         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
518
519 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
520
521         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
522
523 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
524
525         * Some further makefile improvement.
526          
527         * Restore all the docs that mysteriously vanished earlier.
528
529 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
530
531         * gobject/Makefile.am glib/Makefile.am: Improve 
532         separation of generic non-generic parts and dependencies. 
533
534 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
535
536         * Moved into glib source tree, updated glib-sections.txt
537         and Makefile.am for glib-1.3.x.
538
539 2000-07-01  Damon Chaplin  <damon@helixcode.com>
540
541         * tmpl/string_utils.sgml: updated g_strndup.
542
543 2000-06-11  Damon Chaplin  <damon@helixcode.com>
544
545         * tmpl/messages.sgml: updated a bit more.
546
547 2000-06-11  Damon Chaplin  <damon@helixcode.com>
548
549         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
550
551 2000-04-16  Damon Chaplin  <damon@helixcode.com>
552
553         * tmpl/linked_lists_single.sgml: 
554         * tmpl/linked_lists_double.sgml: 
555         * tmpl/trees-nary.sgml: updated.
556
557         * tmpl/modules.sgml: described g_module_build_path().
558
559         * tmpl/date.sgml: made short description lower case and end in a '.'.
560
561         * glib-sections.txt: rearranged GDate section.
562
563         * tmpl/arrays.sgml: 
564         * tmpl/arrays_byte.sgml: 
565         * tmpl/arrays_pointer.sgml: updated.
566
567 2000-02-21  Damon Chaplin  <damon@helixcode.com>
568
569         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
570         to note that only the first source found is removed.
571
572 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
573
574         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
575          Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
576         GVoidFunc & GFreeFunc.
577
578 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
579
580         * glib-sections.txt, tmpl/threads.sgml: Removed
581         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
582
583         * glib-overrides.txt: New file, that makes most of the thread
584         related macros look like functions.
585
586         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
587
588         * tmpl/threads.sgml: Minor updates.
589         
590 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
591
592         * tmpl/datasets.sgml: Added missing </para>
593         * tmpl/timers.sgml: Added missing </para>
594         * tmpl/misc_utils.sgml: Added missing </para>
595         * tmpl/linked_lists_double.sgml: Added missing </para>
596         * tmpl/linked_lists_single.sgml: Added missing </para>
597         * tmpl/threads.sgml: Removed extra <para>s.
598         * tmpl/main.sgml: Added missing </para>
599
600 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
601
602         * README: Added some simple build instructions.
603
604 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
605
606         * Import into CVS of glib-reference-1.1.3
607           Filled in some basic contents for AUTHORS
608           README, and README.cvs  
609