Fixed invalid XML entity
[platform/upstream/glib.git] / docs / reference / ChangeLog
1 2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2
3         * gio/migrating.xml: Fixed invalid XML entity
4
5 2007-12-31  Wouter Bolsterlee  <wbolster@svn.gnome.org>
6
7         * glib/tmpl/macros_misc.sgml: Fixed typo
8
9 2007-12-30  Matthias Clasen  <mclasen@redhat.com>
10
11         * gio/Makefile.am:
12         * gio/gio-sections.txt: Updates
13
14 2007-12-29  Matthias Clasen  <mclasen@redhat.com>
15
16         * glib/tmpl/spawn.sgml: Add a warning about allowed functions
17         between fork() and exec().
18
19 2007-12-24  Benjamin Otte  <otte@gnome.org>
20
21         * glib/tmpl/timers.sgml: Add a warning about g_thread_init
22         invalidating timers. (#491218)
23
24 2007-12-24  Mathias Hasselmann  <mathias@openismus.com>
25
26         Fix typo in g_try_new0 docs (#505195, Felix Riemann).
27
28         * docs/reference/glib/tmpl/memory.sgml: Reference
29         n_structs, instead of non-existant n_counts argument.
30
31 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
32
33         * gobject/tmpl/gtypemodule.sgml: Fix a typo
34
35 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
36
37         * === Released 2.15.0 ===
38
39 2007-12-19  Alexander Larsson  <alexl@redhat.com>
40
41         * gio/migrating.xml:
42         * gio/overview.xml:
43         Some minor fixes and additions.
44         
45 2007-12-17  Matthias Clasen <mclasen@redhat.com>
46
47         * gio: Flesh out the overview and migration docs.
48
49 2007-12-17  Matthias Clasen <mclasen@redhat.com>
50
51         * gio/migration.xml: Stub of a migration chapter
52         * gio/overview.xml: Stub of an overview
53         * gio/gvfs-overview.{odg,png}: Overview diagram taken
54         from Alex Guadec slides.
55
56         * gio/Makefile.am:
57         * gio/gio-docs.xml: Include these
58
59 2007-12-17  Matthias Clasen <mclasen@redhat.com>
60
61         * gio/gio-sections.txt: Updates
62
63 2007-12-14  Matthias Clasen <mclasen@redhat.com>
64
65         * glib/tmpl/hash_tables.sgml:
66         * glib/glib-sections.txt: Add hash iterator functions
67
68 2007-12-10  Matthias Clasen <mclasen@redhat.com>
69
70         * gio/gio-sections.txt:
71         * gio/gio-docs.xml:
72         * gio/gio.types: Add gdesktopappinfo
73
74 2007-12-10  Bastien Nocera  <hadess@hadess.net>
75
76         * glib/tmpl/keyfile.sgml: Mention the difference
77         in handling booleans between GKeyFile and .INI files
78         (Closes: #468882)
79
80 2007-12-10  Alexander Larsson  <alexl@redhat.com>
81
82         * gio/Makefile.am:
83         Remove more internal headers.
84         
85         * gio/gio-sections.txt:
86         Update for changes
87
88 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
89
90         * gio/Makefile.am: Ignore gioalias.h
91         * gio/gio-sections.txt: Updates
92
93 2007-12-07  Behdad Esfahbod  <behdad@gnome.org>
94
95         * glib/tmpl/date.sgml: Fix tiny grammar typo.
96
97 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
98
99         * glib/glib-sections.txt: Add GChecksum public API.
100
101         * glib/tmpl/checksum.sgml:
102         * glib/glib-docs.sgml: Add the checksums API page.
103
104 2007-11-29  Behdad Esfahbod  <behdad@gnome.org>
105
106         Bug 500361 – Improve docs for g_array_free() and g_ptr_array_free()
107
108         * glib/tmpl/arrays.sgml:
109         * glib/tmpl/arrays_pointer.sgml:
110         Document how to free the return value.
111
112 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
113
114         * gio/gio-sections.txt: More cleanup
115
116         * gio/gio.types: Remove internal types
117
118 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
119
120         * gio/gio-sections.txt: Remove nonexisting functions
121
122 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
123
124         * gio/gio-sections.txt: Some additions
125
126 2007-11-27  Matthias Clasen  <mclasen@redhat.com>
127
128         * gio/gio-sections.txt:
129         * gio/gio-docs.xml:
130         * gio/gio.types: Update for api changes
131
132 2007-11-26  Alexander Larsson  <alexl@redhat.com>
133
134         * Makefile.am:
135         * gio/Makefile.am:
136         * gio/gio-docs.xml:
137         * gio/gio-sections.txt:
138         * gio/gio.types:
139         * gio/version.xml.in:
140         Add gio docs
141
142 2007-11-23  Matthias Clasen <mclasen@redhat.com>
143
144         * glib/tmpl/i18n.sgml:
145         * glib/glib-sections.txt: Add g_dpgettext(), C_()
146
147 2007-11-18  Matthias Clasen <mclasen@redhat.com>
148
149         * glib/tmpl/option.sgml: Update the example to demonstrate
150         error handling.  (#497033, Matti Katila)
151
152 2007-11-09  Matthias Clasen <mclasen@redhat.com>
153
154         * glib/tmpl/patterns.sgml: Add a warning about strlen vs
155         g_utf8_strlen.  (#455725, Michael Rasmussen)
156
157         * glib/tmpl/date.sgml: Add a footnote explaining leap years.
158         (#491982, Areg Beketovski)
159
160         * glib/tmpl/date.sgml: Improve g_date_clamp docs.  (#491970,
161         Areg Beketovski)
162
163 2007-11-08  Matthias Clasen <mclasen@redhat.com>
164
165         * glib/tmpl/memory.sgml
166         * glib/tmpl/hooks.sgml: Cleanups and fixes
167
168 2007-11-08  Matthias Clasen <mclasen@redhat.com>
169
170         * glib/tmpl/thread_pools.sgml: Fix the GThreadPool docs. 
171         (#491959, Areg Beketovski)
172
173 2007-11-07  Matthias Clasen <mclasen@redhat.com>
174
175         * glib/glib-sections.txt: Add g_markup_parse_context_get_element_stack
176
177 2007-11-07  Matthias Clasen <mclasen@redhat.com>
178
179         * glib/building.sgml: Fix a typo
180
181 2007-11-07  Matthias Clasen <mclasen@redhat.com>
182
183         * === Released 2.14.3 ===
184
185 2007-11-05  Mathias Hasselmann  <mathias@openismus.com>
186
187         * docs/reference/gobject/tut_gtype.xml: Use correct naming conventions
188         when explaining maman_bar_get_type(). (#493688) Mention G_DEFINE_TYPE.
189
190 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
191
192         * gobject/tmpl/gparamspec.sgml: Small update  (#477704, Ross Burton)
193
194 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
195
196         * === Released 2.14.2 ===
197
198 2007-10-16  Matthias Clasen  <mclasen@redhat.com>
199
200         * gobject/tmpl/param_value_types.sgml: Add some discussion on 
201         g_value_set_object() vs g_value_take_object().  (#477957, Davyd
202         Madeley)
203
204 2007-09-19  Behdad Esfahbod  <behdad@gnome.org>
205
206         * glib/building.sgml: Fix gettext URL. (#478349, kraai ftbfs.org)
207
208 2007-09-19  Matthias Clasen  <mclasen@redhat.com>
209
210         * === Released 2.14.1 ===
211
212 2007-09-16  Matthias Clasen  <mclasen@redhat.com>
213         
214         * glib/Makefile.am: Remove reference to trio
215
216 2007-09-11  Matthias Clasen  <mclasen@redhat.com>
217
218         * glib/tmpl/error_reporting.sgml: Add an example.  (#474229,
219         Rob Bradford)
220
221 2007-09-09  Behdad Esfahbod  <behdad@gnome.org>
222
223         * glib/tmpl/warnings.sgml: Improve G_BREAKPOINT docs. (#474899)
224
225 2007-09-05  Behdad Esfahbod  <behdad@gnome.org>
226
227         * glib/tmpl/glib-unused.sgml:
228         * glib/tmpl/macros_misc.sgml:
229         * glib/tmpl/main.sgml:
230         * gobject/tmpl/gparamspec.sgml:
231
232 Tue Aug 28 19:04:12 2007  Tim Janik  <timj@gtk.org>
233
234         * glib/tmpl/memory_slices.sgml: clarified alignment
235         expectations for g_slice_alloc().
236
237 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
238
239         * glib/tmpl/unicode.sgml: Document that GUnicodeScript is
240         interchangeable with PangoScript.
241
242 2007-08-20  Behdad Esfahbod  <behdad@gnome.org>
243
244         * glib/tmpl/spawn.sgml:
245         Fix typos (#468694).
246
247 2007-08-15  Mikael Hallendal  <micke@imendio.com>
248
249         * glib/tmpl/keyfile.sgml: Clearify that only comments can precede
250         groups in Key-files. (#466768)
251
252 2007-08-03  Matthias Clasen  <mclasen@redhat.com>
253
254         * === Released 2.14.0 ===
255
256 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
257
258         * glib/glib-sections.txt: Additions
259
260 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
261         
262         * glib/tmpl/fileutils.sgml: Fix an inaccuracy in the
263         G_FILE_TEST_IS_REGULAR docs, pointed out by
264         Vincent Untz.  (#417068)
265
266 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
267
268         * glib/tmpl/limits.sgml:
269         * glib/tmpl/types.sgml:
270         * glib/glib-sections.txt: Add new functions
271
272 2007-07-19  Behdad Esfahbod  <behdad@gnome.org>
273
274         * glib/glib-sections.txt:
275
276 2007-07-12  Matthias Clasen  <mclasen@redhat.com>
277
278         * === Released 2.13.7 ===
279
280 Thu Jul 12 18:28:47 2007  Tim Janik  <timj@gtk.org>
281
282         * gobject/tmpl/gtype.sgml: fixed g_type_name() docs to forbid passing in
283         invalid type IDs.
284
285 Thu Jul 12 15:45:27 2007  Tim Janik  <timj@imendio.com>
286
287         * glib/tmpl/threads.sgml: document major caveat of g_private_set/g_private_get,
288         i.e. not retaining private data across g_thread_init.
289
290 Tue Jul 10 13:11:55 2007  Tim Janik  <timj@imendio.com>
291
292         * glib/tmpl/types.sgml: corrected descriptions of gsize and gssize.
293
294 Tue Jul 10 13:04:03 2007  Tim Janik  <timj@imendio.com>
295
296         * minor docu build fixes.
297
298 Tue Jul 10 12:31:04 2007  Tim Janik  <timj@imendio.com>
299
300         * glib/tmpl/threads.sgml: document g_once_init_enter and g_once_init_leave.
301
302 2007-07-09  Matthias Clasen <mclasen@redhat.com>
303
304         * tmpl/modules.sgml: Remove duplicate paragraph.
305         (#45786, Ruben Vermeersch)
306
307         * tmpl/modules.sgml: Remove duplicate code from
308         an example. (#454785, Ruben Vermeersch)
309
310 Mon Jul  9 10:23:53 2007  Tim Janik  <timj@imendio.com>
311
312         * gobject/tmpl/gclosure.sgml: GClosure docu fixes from Guillaume
313         Cottenceau, #383155.
314
315 Fri Jun 29 2007  Matthias Clasen  <mclasen@redhat.com>
316
317         * === Released 2.13.6 ===
318
319 Wed Jun 27 11:43:01 2007  Tim Janik  <timj@gtk.org>
320
321         * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459.
322
323 2007-06-23  Emmanuele Bassi  <ebassi@gnome.org>
324
325         * glib/tmpl/memory.sgml: Add a clarification about pairing the
326         memory allocation and free functions, and not mix system's
327         malloc/free with the corresponding GLib ones. (#450216, Hubert
328         Figuiere)
329
330 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
331
332         * === Released 2.13.5 ===
333
334 2007-06-18  Emmanuele Bassi  <ebassi@gnome.org>
335
336         * glib/glib-sections.txt: Add g_timeout_add_seconds_full().
337
338 2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
339
340         * glib/tmpl/quarks.sgml:
341
342 2007-06-16  Emmanuele Bassi  <ebassi@gnome.org>
343
344         * glib/tmpl/macros.sgml: Document the undefined behaviour of
345         CLAMP() if low > high. (#448260)
346
347 2007-06-13  Sven Neumann  <sven@gimp.org>
348
349         * glib/glib-sections.txt
350         * glib/tmpl/memory_slices.sgml: document g_slice_copy() and
351         g_slice_dup().
352
353 2007-06-13  Matthias Clasen  <mclasen@redhat.com>
354
355         * glib/tmpl/warnings.sgml: Add some verbiage about
356         intended use cases for the g_return macros, inspired
357         by a bugzilla comment by Havoc Pennington.
358
359 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
360
361         * === Released 2.13.4 ===
362
363 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
364         
365         * === Released 2.13.3 ===
366
367 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
368
369         * glib/glib-sections.txt:
370         * glib/tmpl/misc_utils.sgml: Add g_get_special_user_dir()
371         and GUserDirectory.
372
373 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
374
375         * glib/tmpl/i18n.sgml: Add some hints about
376         xgettext invokation.
377
378 2007-05-30  Dan Winship  <danw@novell.com>
379
380         * glib/glib-sections.txt: 
381         * glib/tmpl/keyfile.sgml: add G_KEY_FILE_DESKTOP_* macros
382
383 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
384
385         * gobject/tmpl/objects.sgml: Fix a typo
386
387 2007-05-22  Matthias Clasen  <mclasen@redhat.com>
388
389         * === Released 2.13.2 ===
390
391 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
392
393         * glib/tmpl/messages.sgml: Fix a typo (#436547,
394         Guillaume Desmottes)
395
396 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
397
398         * glib/running.sgml: Document g_slice_debug_tree_statistics
399         as debug-only functionality.
400
401 2007-05-11  Matthias Clasen  <mclasen@redhat.com>
402
403         * glib/tmpl/option.sgml: Document new G_OPTION_ARG_REMAINING
404         functionality.
405
406 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
407
408         * glib/glib-sections.txt:
409         * glib/tmpl/messages.sgml:
410         Add g_unichar_ismark().
411
412 2007-05-03  Matthias Clasen <mclasen@redhat.com>
413
414         * === Released 2.13.1 ===
415
416 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
417
418         * glib/glib-sections.txt: Add new regex functions
419
420 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
421
422         * glib/glib-sections.txt: 
423         * glib/tmpl/gregex.sgml: Update for the GRegex/GMatchInfo
424         split.
425
426 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
427
428         * glib/glib-sections.txt: Add g_option_context_get_help.
429
430 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
431
432         * glib/glib-sections.txt: Add new hash functions.
433
434 2007-04-02  Ryan Lortie  <desrt@desrt.ca>
435
436         * gobject/tmpl/objects.sgml: Document ->constructed().
437
438 2007-03-18  Matthias Clasen  <mclasen@redhat.com>
439
440         * glib/tmpl/thread_pools.sgml:
441         * glib/tmpl/strings.sgml:
442         * glib/tmpl/string_chunks.sgml:
443         * glib/tmpl/spawn.sgml:
444         * glib/tmpl/patterns.sgml:
445         * glib/tmpl/modules.sgml:
446         * glib/tmpl/memory_slices.sgml:
447         * glib/tmpl/memory.sgml:
448         * glib/tmpl/gregex.sgml: Trivial cleanups
449
450 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
451
452         * === Released 2.13.0 ===
453
454 Fri Mar 16 16:04:42 2007  Tim Janik  <timj@gtk.org>
455
456         * glib/tmpl/scanner.sgml: some fixups, mention that changing scanner 
457         config during the parsing phase is supported behavior.
458
459 2007-03-15  Marco Barisione <marco@barisione.org>
460
461         Add GRegex for regular expression matching.  (#50075)
462
463         * glib/Makefile.am:
464         * glib/glib-docs.sgml:
465         * glib/glib-sections.txt:
466         * glib/tmpl/glib-unused.sgml:
467         * glib/regex-syntax.sgml:
468         * glib/tmpl/gregex-unused.sgml:
469         * glib/tmpl/gregex.sgml: Add GRegex.
470
471         * glib/building.sgml: Document build options for GRegex.
472
473 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
474
475         * gobject/tmpl/gparamspec.sgml:
476           Readd docs for G_PARAM_STATIC_NICK and add docs for new
477           G_PARAM_STATIC_STRINGS (fixes #418021).
478
479 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
480
481         * glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145)
482
483         * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
484         g_node_first_child().  (#409395, Vincent Untz)
485
486 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
487
488         * gobject/tut_gobject.xml:
489         * gobject/tut_gsignal.xml:
490         * gobject/tut_gtype.xml:
491         * gobject/tut_howto.xml:
492         * gobject/tut_intro.xml:
493         * gobject/tut_tools.xml:
494         Format XML to be more editable. Describe Interfaces better. Add a
495         footnote at first occurance of 'maman_'.
496
497 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
498
499         * gobject/tut_gobject.xml:
500         * gobject/tut_gsignal.xml:
501         * gobject/tut_gtype.xml:
502         * gobject/tut_howto.xml:
503         * gobject/tut_tools.xml:
504         Unify spelling of GObject and GType. Improve some wording. Update the
505         usage of private data. Make tables use row-spans and add id's to them.
506
507 2007-01-30  Matthias Clasen  <mclasen@redhat.com>
508
509         * gobject/tmpl/gsignal.sgml: Correct a typo.
510         (#401994, Mariano Suarez-Alvarez)
511
512 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
513
514         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL
515         support for Sun Studio.
516
517 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
518
519         * gobject/tmpl/objects.sgml: Document 
520         g_object_class_override_property as 2.4 addition (#399940, 
521         Ian Turner)
522
523 2007-01-17  Behdad Esfahbod  <behdad@gnome.org>
524
525         * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY
526         doc that was removed accidentally.
527
528 2007-01-15  Matthias Clasen  <mclasen@redhat.com>
529
530         * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK.
531         (#396564, Vincent Untz)
532
533 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
534
535         * glib/tmpl/keyfile.sgml: Small clarifications.
536
537 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
538
539         * glib/glib-sections.txt: Add g_unichar_iszerowidth.
540
541         * glib/tmpl/glib-unused.sgml:
542         * glib/tmpl/keyfile.sgml:
543         * glib/tmpl/macros_misc.sgml:
544         * glib/tmpl/messages.sgml:
545         * glib/tmpl/unicode.sgml:
546         Template changes.
547
548 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
549         
550         * glib/running.sgml: Remove C99ism from example.
551
552 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
553
554         * glib/tmpl/threads.sgml: Fix whitespace.  (#391116)
555         
556 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
557
558         * gobject/tmpl/gtype.sgml: Updates
559
560         * gobject/tmpl/gtypemodule.sgml: Document dynamic type
561         registration macros.
562
563         * gobject/gobject-docs.sgml: Add "Since 2.14" index
564         * gobject/gobject-sections.txt: Add dynamic type macros
565
566 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
567
568         * gobject/tmpl/objects.sgml: Clarify a detail about
569         g_object_set_data_full.  (#343750, Christian Neumair)
570
571 Wed Dec 27 15:56:53 2006  Tim Janik  <timj@gtk.org>
572
573         * glib/tmpl/memory_slices.sgml: 
574         * glib/running.sgml: document G_SLICE=debug-blocks.
575
576 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
577
578         * glib/running.sgml:
579         * glib/tmpl/option.sgml:
580         * glib/tmpl/date.sgml: Add hints for locale-dependent functions.
581
582 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
583
584         * glib/tmpl/keyfile.sgml: Small clarification (#369908,
585         Tapani Pälli)
586
587 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
588
589         * glib/tmpl/spawn.sgml: Refer to g_child_watch_add() in addition
590         to waitpid().
591
592         * gobject/tmpl/objects.sgml: Expand GObject::notify
593         documentation.  (#381722, Nickolay V. Shmyrev)
594
595         * gobject/tmpl/gparamspec.sgml: Add canonical-parameter-name id.
596
597 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
598
599         * glib/glib-docs.sgml: Add a "Since 2.14" section.
600
601         * glib/glib-sections.txt: Add g_string_chunk_clear.
602         
603 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
604
605         * gobject/*.xml: s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
606
607         * glib/tmpl/keyfile.sgml: Clarify the behaviour
608         wrt. to duplicate keys and groups.
609
610 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
611
612         * glib/tmpl/modules.sgml: Point out that valid symbols may be NULL.
613
614 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
615
616         * glib/tmpl/unicode.sgml: Document GUnicodeType.
617
618 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
619
620         * glib/glib-sections.txt: Add g_unichar_get_script() and
621         GUnicodeScript.
622
623         * glib/tmpl/unicode.sgml: Document GUnicodeScript
624
625         * gobject/tmpl/enumerations_flags.sgml: Add a hint about
626         the requirement that enum and flags values must be static.
627
628 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
629
630         * glib/tmpl/option.sgml: Improve example.  (#367625, Ross Burton) 
631
632 Mon Sep 11 14:57:46 2006  Tim Janik  <timj@imendio.com>
633
634         * glib/running.sgml: documented G_DEBUG flags resident-modules
635         and bind-now-modules, patch by Christian Persch on bug #345099.
636
637 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
638
639         * glib/glib-sections.txt: Add new functions
640
641 2006-08-28  Matthias Clasen  <mclasen@redhat.com>
642
643         * glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED.
644         (#353172, Matt Barnes)
645
646 Wed Aug 16 13:55:39 2006  Tim Janik  <timj@imendio.com>
647
648         * glib/tmpl/trash_stack.sgml: added notes about complexity.
649
650 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
651
652         * === Released 2.12.2 ===
653
654 2006-08-10  Josh Parsons  <josh.parsons@stonebow.otago.ac.nz>
655
656         * gobject/tmpl/gtype.sgml:
657         * glib/tmpl/threads.sgml: Style and grammar fixes.
658
659 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
660
661         * glib/tmpl/messages.sgml: Add some hints
662         about making warnings fatal.  (#348785, Matt
663         Barnes)
664
665 2006-07-22  Matthias Clasen  <mclasen@redhat.com>
666
667         * === Released 2.12.1 ===
668
669 2006-07-20  Tor Lillqvist  <tml@novell.com>
670
671         * glib/tmpl/date.sgml: Improve doc for
672         g_date_strftime(). (#346197)
673
674 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
675
676         * glib/tmpl/base64.sgml: Remove bogus reference
677         to nonexisting function.  (#346660, Mark Drago)
678         
679 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
680
681         * === Released 2.12.0 ===
682
683 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
684
685         * === Released 2.11.4 ===
686
687 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
688
689         * === Released 2.11.3 ===
690
691 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
692
693         * === Released 2.11.2 ===
694
695 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
696
697         * glib/glib-sections.txt: Add new hash table functions.
698         Add new g_source functions.
699
700 Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>
701
702         * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
703
704 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
705
706         * glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT.
707
708 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
709
710         * glib/glib-sections.txt: Add g_ascii_strtoll
711
712 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
713
714         * === Released 2.11.1 ===
715
716 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
717
718         * glib/glib-sections.txt: Document new api.
719
720 2006-05-11  Bastien Nocera  <hadess@hadess.net>
721
722         * glib/tmpl/option.sgml: add documentation for G_OPTION_ARG_INT64
723
724 2006-05-10  Matthias Clasen  <mclasen@redhat.com>
725
726         * gobject/tmpl/gtype.sgml: Updates
727
728 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
729         
730         * === Released 2.11.0 ===
731
732 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
733
734         * gobject/tmpl/gtypemodule.sgml: Document a little
735         pitfall with the last unref for an object.
736
737 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
738
739         * glib/tmpl/unicode.sgml: Mention that GLib 2.12 will
740         support UCD 5.0.
741
742 2006-04-21  Matthias Clasen  <mclasen@redhat.com>
743
744         * gobject/gobject-sections.txt:
745         * gobject/tmpl/objects.sgml: 
746         * gobject/tmpl/gtype.sgml: Additions
747
748         * glib/glib-docs.sgml:
749         * gobject/gobject-docs.sgml: Add 2.12 indices.
750
751         * gobject/tmpl/gtype.sgml: Document g_type_register_static_simple
752
753 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
754
755         * gobject/tmpl/objects.sgml: Add some missing Since: 2.8 tags
756
757 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
758
759         * glib/glib-sections.txt: Add new keyfile api
760
761 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
762
763         * gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.  
764         (#322883, Christophe Fergeau)
765         
766 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
767
768         * gobject/tmpl/signals.sgml: Document class_offset 0.
769         and that class_closure may be NULL.
770
771 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
772
773         * glib/glib-sections.txt:
774         * glib/glib-docs.sgml: Add Base64 section
775
776 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
777
778         * gobject/tmpl/objects.sgml: Add some verbiage to 
779         g_object_ref_sink_docs.  (#336677)
780
781 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
782
783         * gobject/tmpl/objects.sgml: Update the floating docs wrt
784         to GInitiallyUnowned.
785
786         * gobject/tmpl/param_value_types.sgml: 
787         * gobject/tmpl/objects.sgml: 
788         * gobject/tmpl/gtype.sgml: Additions
789
790         * glib/tmpl/messages.sgml: Cleanup
791
792         * glib/tmpl/memory_slices.sgml: Adapt to a parameter name change
793
794         * glib/tmpl/linked_lists_double.sgml: Document g_list_free1
795
796 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
797
798         * glib/tmpl/option.sgml: Document floating point arguments
799
800 Fri Mar 24 15:22:04 2006  Tim Janik  <timj@imendio.com>
801
802         * glib/tmpl/atomic_operations.sgml: some wording fixups.
803
804 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
805
806         * glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated.
807         (#335294, Richard Laager)
808
809 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
810
811         * glib/tmpl/option.sgml: Hint that @error should
812         be set in error cases.  (#334646, Christian Persch)
813
814 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
815
816         * glib/templ/timers.sgml: Mention that the second
817         parameter of g_timer_elapsed can be NULL (#333916,
818         Christian Neumair)
819
820 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
821
822         * ===  Released 2.10.1 ===
823
824 2006-02-24  Matthias Clasen  <mclasen@redhat.com>
825
826         * === Released 2.10.0 ===
827
828 2006-02-22  Stefan Kost  <ensonic@users.sf.net>
829
830         * gobject/tmpl/gtype.sgml:
831           add @since: for _add_private, _GET_PRIVATE
832         * gobject/tut_gobject.xml:
833           fix example to use ->priv and not ->private
834         * gobject/tut_howto.xml:
835           fix g_type_class_add_private example
836
837 2006-02-14  Tor Lillqvist  <tml@novell.com>
838
839         * glib/tmpl/iochannels.sgml: Document some Windows-specific issues.
840
841         * glib/glib-sections.txt: Move three Windows-specific functions
842         that now are documented from being Private to the correct section.
843
844 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
845
846         * === Released 2.9.6 ===
847
848 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
849
850         * glib/tmpl/date.sgml: Fix a typo (#329123, Kjartan Maraas)
851
852 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
853
854         * === Released 2.9.5 ===
855
856 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
857
858         * glib/glib-sections.txt: 
859         * glib/tmpl/memory.sgml: Document g_mem_gc_friendly.
860
861 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
862
863         * gobject/tut_tools.xml: Mention g_trap_object_ref
864
865         * glib/running.sgml: Add g_trap variables to the index.
866         Mention conditional breakpoints as an alternative.
867
868 Wed Jan 25 17:32:22 2006  Tim Janik  <timj@gtk.org>
869
870         * glib/tmpl/memory_slices.sgml: link to G_DEBUG/G_SLICE where appropriate.
871
872 Wed Jan 25 17:12:47 2006  Tim Janik  <timj@gtk.org>
873
874         * glib/running.sgml: documented G_SLICE=always-malloc and
875         G_DEBUG=gc-friendly. added anchors for each env var.
876
877 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
878         
879         * === Released 2.9.4 ===
880
881 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
882
883         * glib/tmpl/scanner.sgml: Add a note explaining peculiarities
884         of peek_token wrt to scope changes.  (#307922)
885         
886 2006-01-17  Matthias Clasen  <mclasen@redhat.com>
887
888         * glib/tmpl/memory.sgml: Add a note about casting the results
889         of g_new() and g_new0().
890
891 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
892
893         * === Released 2.9.3 ===
894
895 2006-01-12  Federico Mena Quintero  <federico@ximian.com>
896
897         * glib/file-name-encodings.sxd: Replaced with the correct file.
898
899         * glib/file-name-encodings.png: Huh?  This was a 6-byte file.
900         Replaced it with the correct one.
901
902 2006-01-07  Stefan Kost  <ensonic@users.sf.net>
903
904         * gobject/tut_gtype.xml:
905           fix internal link, little XXX cleanup
906
907 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
908
909         * === Released 2.9.2 ===
910
911 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
912
913         * glib/glib-sections.txt: Add new API 
914
915 2006-01-02  Stepan Kasal  <kasal@ucw.cz>
916
917         * glib/glib-docs.sgml (glib-Windows-Compatability-Functions): Rename
918         (glib-Windows-Compatibility-Functions): , ie. s/Compata/Compati/
919         * glib/glib-sections.txt: s/Compata/Compati/
920
921 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
922
923         * gobject/gobject-sections.txt:
924         * gobject/tmpl/param_value_types.sgml: Document GType 
925         paramspecs
926
927 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
928
929         * glib/glib-sections.txt: add g_thread_pool_set_sort_function.
930         
931 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
932
933         * glib/tmpl/*.sgml: Update versioned deprecation
934
935         * gobject/tmpl/gboxed.sgml: Document G_TYPE_HASH_TABLE.
936
937         * glib/glib-sections.txt: Add g_list_free1
938
939         * glib/glib-overrides.txt: Remove G_THREADS_IMPL_SOLARIS
940
941 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
942
943         * glib/glib-sections.txt: 
944         * glib/tmpl/atomic_operations.sgml: Document new atomic
945         operations.
946
947 2005-12-14  Federico Mena Quintero  <federico@ximian.com>
948
949         * glib/building.sgml: Clarify exactly what happens when you use --enable-gc-friendly.
950
951 Mon Dec 12 15:31:41 2005  Tim Janik  <timj@imendio.com>
952
953         * gobject/tmpl/objects.sgml: corrected floating reference documentation.
954
955 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
956
957         * === Released 2.9.1 ===
958
959 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
960
961         * gobject/tmpl/gparamspec.sgml: 
962         * gobject/tmpl/gtype.sgml: Document n_preallocs as
963         ignored.
964
965 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
966
967         * glib/glib-sections.txt: Updates
968         
969         * glib/tmpl/memory_slices.sgml: Fix a small formatting
970         problem.
971
972         * glib/tmpl/trees-nary.sgml: 
973         * glib/tmpl/linked_lists_single.sgml: 
974         * glib/tmpl/linked_lists_double.sgml: 
975         * glib/tmpl/caches.sgml: 
976         * glib/tmpl/strings.sgml: 
977         * glib/tmpl/scanner.sgml: 
978         * glib/tmpl/main.sgml: Add versioned deprecation.
979
980 Mon Dec  5 15:53:37 2005  Tim Janik  <timj@imendio.com>
981
982         * glib/tmpl/memory_slices.sgml: updates to new g_slice API
983         and minor fixes.
984
985 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
986
987         * gobject/tmpl/generic_values.sgml: 
988         * glib/tmpl/trees-nary.sgml: 
989         * glib/tmpl/linked_lists_double.sgml: 
990         * glib/tmpl/linked_lists_single.sgml: 
991         * glib/tmpl/memory_chunks.sgml: 
992         * glib/tmpl/allocators.sgml: 
993         * glib/tmpl/macros_misc.sgml: Updates 
994
995         * glib/Makefile.am: Ignore gmirroringtable.h
996
997 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
998
999         * glib/tmpl/macros_misc.sgml: Document G_GNUC_WARN_UNUSED_RESULT.
1000
1001 2005-12-03  Matthias Clasen  <mclasen@redhat.com>
1002
1003         * glib/tmpl/caches.sgml: Document g_cache_value_foreach
1004         as deprecated; document g_cache_key_foreach more thorougly
1005
1006         * glib/glib-sections.txt:
1007         * glib/tmpl/linked_lists_single.sgml: Add g_slist_free1.
1008
1009         * glib/tmpl/memory_chunks.sgml: Document GMemChunk
1010         as deprecated.
1011
1012         * glib/glib-docs.sgml: 
1013         * glib/glib-sections.txt: 
1014         * glib/tmpl/memory_slices.sgml: Document the slice
1015         allocator.
1016
1017 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
1018
1019         * glib/building.sgml: 
1020         * glib/tmpl/threads.sgml: 
1021         * glib/glib-sections.txt: Remove G_THREADS_IMPL_SOLARIS
1022
1023         * glib/tmpl/types.sgml: Document G_GUINT64_CONSTANT.
1024
1025 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
1026
1027         * gobject/gobject-sections.txt: 
1028         * gobject/tmpl/gboxed.sgml: Add g_object_ref_sink,
1029         g_object_is_floating, g_param_spec_ref_sink, 
1030         G_TYPE_HASH_TABLE
1031
1032 2005-11-22  Matthias Clasen  <mclasen@redhat.com>
1033
1034         * glib/glib-sections.txt: Add g_hash_table_ref
1035         and g_hash_table_unref
1036
1037 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
1038
1039         * === Released 2.9.0 ===
1040
1041 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
1042
1043         * glib/tmpl/date.sgml: 
1044         * glib/glib-sections.txt: Add g_date_set_time_t,
1045         g_date_set_time_val and g_thread_foreach
1046
1047 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
1048
1049         * glib/tmpl/threads.sgml: Improve GOnce docs.
1050         (#320950, Christophe Fergeau)
1051
1052 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
1053
1054         * glib/running.sgml: Document fatal_criticals.
1055
1056 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
1057
1058         * gobject/gobject-sections.txt: 
1059         * gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
1060         (#319885, Milosz Derezynski)
1061
1062 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
1063
1064         * glib/tmpl/unicode.sgml: Add a footnote about surrogate 
1065         pairs.  (#317683, Behdad Esfahbod)
1066
1067 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
1068
1069         * glib/compiling.sgml: Document gmodule-no-export-2.0
1070
1071 2005-10-01  Davyd Madeley  <davyd@fugro-fsi.com.au>
1072
1073         * glib/tmpl/string_utils.sgml: Minor documentation improvements for
1074           g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.
1075
1076 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
1077
1078         * glib/tmpl/quarks.sgml: 
1079         * glib/glib-sections.txt: Add string interning functions.
1080
1081 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
1082
1083         * glib/tmpl/arrays.sgml: 
1084         * glib/tmpl/arrays_pointer.sgml: 
1085         * glib/tmpl/arrays_byte.sgml: Enhance sort() documentation.
1086         (#314839, Behdad Esfahbod)
1087
1088 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
1089
1090         * glib/glib-docs.sgml:
1091         * gobject/gobject-docs.sgml: Add indices for new
1092         symbols in 2.10
1093
1094         Improvements pointed out by Behdad Esfahbod (#314460):
1095         
1096         * glib/tmpl/strings.sgml: Fix up some character/byte
1097         sloppyness.
1098
1099         * glib/tmpl/iochannels.sgml: Don't mention deprecated
1100         functions in the introduction.
1101
1102 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
1103
1104         * === Released 2.8.1 ===
1105
1106 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
1107
1108         * glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.
1109
1110 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
1111
1112         * glib/glib-gettexttize.xml:
1113         * gobject/glib-genmarshal.xml:
1114         * gobject/glib-mkenums.xml: Fix some trivial
1115         formatting problems.  (#313099, Stepan Kasal)
1116
1117         * glib/tmpl/modules.sgml: Document that file_name can
1118         be NULL.  (#313143, Gustavo Carneiro)
1119
1120         * glib/tmpl/linked_lists_single.sgml: 
1121         * glib/tmpl/linked_lists_double.sgml: Clarify docs
1122         a little.  (#311727, Tristan van Berkom)
1123
1124 2005-08-12  Matthias Clasen  <mclasen@redhat.com>
1125
1126         * === Released 2.8.0 ===
1127
1128 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
1129
1130         Fix typos: Invokation --> Invocation (in various places)
1131
1132         * glib/tmpl/error_reporting.sgml: Fix a typo.
1133         * gobject/tut_howto.xml: Several typos and stylistic changes.
1134
1135 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
1136
1137         * gobject/tmpl/gparamspec.sgml: 
1138         * glib/tmpl/types.sgml: 
1139         * glib/tmpl/option.sgml: Small fixes.
1140
1141         * gobject/tmpl/generic_values.sgml: Small fixes
1142
1143 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
1144
1145         * === Released 2.7.7 ===
1146
1147 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
1148
1149         * === Released 2.7.6 ===
1150
1151 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
1152
1153         * === Released 2.7.5 ===
1154
1155 Sat Jul 30 23:40:35 2005  Tim Janik  <timj@gtk.org>
1156
1157         * glib/tmpl/datalist.sgml:
1158         * glib/tmpl/datalset.sgml: document non-thread-safety for 
1159         _foreach() functions.
1160
1161 2005-07-26  Matthias Clasen  <mclasen@redhat.com>
1162
1163         * glib/tmpl/arrays.sgml: One more improvement.
1164
1165 2005-07-25  Matthias Clasen  <mclasen@redhat.com>
1166
1167         * glib/tmpl/arrays.sgml: Add some details.  (#311310,
1168         Jochen Baier)
1169
1170 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
1171
1172         * === Released 2.7.4 ===
1173
1174 2005-07-20  Matthias Clasen  <mclasen@redhat.com>
1175
1176         * glib/tmpl/macros_misc.sgml: Add some discouraging
1177         comments to the G_INLINE_FUNC macros.  (#310836,
1178         Callum McKenzie)
1179
1180 2005-07-19  Matthias Clasen  <mclasen@redhat.com>
1181
1182         * glib/tmpl/byte_order.sgml: Add docs for #307047,
1183         Bryan Silverthorn.
1184
1185 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
1186
1187         * === Released 2.7.3 ===
1188         
1189 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
1190
1191         * glib/glib-overrides.txt: Add G_VA_COPY
1192
1193         * glib/tmpl/option.sgml: Document that short names must
1194         be printable ASCII characters != '-'.
1195
1196 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
1197         
1198         * === Released 2.7.2 ===
1199
1200 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
1201
1202         * gobject/gobject-docs.sgml: 
1203         * glib/glib-docs.sgml: Add the "new in 2.8" index.
1204
1205 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
1206
1207         * gobject/tmpl/objects.sgml: Add an example
1208         for using a custom constructor.
1209
1210 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
1211
1212         * === Released 2.7.1 ===
1213
1214 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
1215
1216         * glib/tmpl/threads.sgml: 
1217         * glib/tmpl/option.sgml: 
1218         * glib/tmpl/fileutils.sgml: 
1219         * glib/tmpl/iochannels.sgml: 
1220         * glib/tmpl/hooks.sgml: 
1221         * glib/tmpl/misc_utils.sgml: 
1222         * glib/tmpl/date.sgml: 
1223         * glib/glib-sections.txt: Updates
1224
1225 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
1226
1227         * glib/glib-sections.txt: Add GMappedFile functions.
1228
1229 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
1230
1231         * glib/tmpl/option.sgml (GOptionFlags): document
1232         G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME  (Dan Winship)
1233
1234 2005-06-16  Mathieu Lacage <mathieu@gnome.org>
1235
1236         * gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
1237         
1238 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
1239
1240         * === Released 2.7.0 ===
1241
1242 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
1243
1244         * glib/glib-sections.txt: Add g_chdir
1245
1246         * glib/tmpl/threads.sgml: Document that stack size
1247         will be ignored if the underlying thread implementation
1248         doesn't support stack sizes.
1249
1250 2005-06-07  Matthias Clasen  <mclasen@redhat.com>
1251
1252         * glib/glib-sections.txt: Add g_utf8_collate_key_for_filename.
1253
1254 2005-05-25  Mathieu Lacage <mathieu@gnome.org>
1255
1256         * gobject/tut_*.xml: fix lots of typos, 
1257         some of which were reported by Leonardo Boshell.
1258
1259 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
1260
1261         * glib/tmpl/threads.sgml: Point out exceptions to the
1262         general GLib data structure locking rules.
1263
1264 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
1265
1266         * glib/tmpl/threads.sgml: Add a paragraph about thread
1267         safety of GLib data structures.
1268
1269         * glib/compiling.sgml: Update an example from 1.3 to 2.x
1270
1271 2005-05-13  Matthias Clasen  <mclasen@redhat.com>
1272
1273         * gobject/glib-genmarshal.1: 
1274         * gobject/glib-genmarshal.xml: Mention 64bit integer
1275         types.
1276
1277 2005-05-10  Matthias Clasen  <mclasen@redhat.com>
1278
1279         * glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
1280         Daniel Vaillard.
1281
1282 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
1283
1284         * gobject/tmpl/value_collection.sgml: 
1285         * gobject/tmpl/gboxed.sgml: 
1286         * gobject/tmpl/enumerations_flags.sgml: 
1287         * gobject/tmpl/objects.sgml: Add long descriptions.
1288
1289 2005-05-05  Owen Taylor  <otaylor@redhat.com>
1290
1291         * glib/Makefile.am glib/glib-sections.txt gobject/gobject-sections.txt:
1292         Update
1293
1294         * gobject/tmpl/objects.sgml: Document toggle-references.
1295
1296 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
1297
1298         * glib/tmpl/hash_tables.sgml: Move some docs inline.
1299
1300         * glib/tmpl/windows.sgml: 
1301         * gobject/tmpl/signals.sgml: 
1302         * gobject/tmpl/generic_values.sgml: 
1303         * gobject/tmpl/gtype.sgml: 
1304         * gobject/tmpl/value_arrays.sgml: 
1305         * gobject/tmpl/param_value_types.sgml: 
1306         * gobject/tmpl/gtypemodule.sgml:
1307         * gobject/tmpl/enumerations_flags.sgml: Small additions.
1308
1309 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
1310
1311         * glib/tmpl/completions.sgml: Document
1312         strncmp_func.
1313
1314         glib/glib-sections.txt: Add new API.
1315
1316 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
1317
1318         * gobject/tmpl/gboxed.sgml: 
1319         * gobject/gobject-sections.txt: Add G_TYPE_DATE.
1320
1321 2005-04-23  Stefan Kost  <ensonic@users.sf.net>
1322
1323         * gobject/tut_gtype.xml:
1324         * gobject/tut_howto.xml:
1325         all interface examples use 'interface' instead of 'class'
1326
1327 2005-04-22  Stefan Kost  <ensonic@users.sf.net>
1328
1329         * gobject/Makefile.am:
1330         * gobject/gobject-docs.sgml:
1331         * gobject/tut_gobject.xml:
1332         * gobject/tut_gsignal.xml:
1333         * gobject/tut_gtype.xml:
1334         * gobject/tut_howto.xml:
1335         * gobject/tut_intro.xml:
1336         * gobject/tut_tools.xml:
1337         merged in docs form the gobject tutorial
1338
1339 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
1340
1341         * glib/tmpl/arrays_pointer.sgml: Clarify the docs for
1342         g_ptr_array_free and g_ptr_array_remove_range.  (#170148, 
1343         #170149, Jared Lash)
1344
1345 2005-03-29  Tor Lillqvist  <tml@novell.com>
1346
1347         * glib/tmpl/spawn.sgml: Add Win32 warnings regarding the child
1348         setup function.
1349
1350 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
1351
1352         * glib/glib-sections.txt: 
1353         * glib/tmpl/memory.sgml: Document g_try_new, g_try_new0 
1354         and g_try_renew, g_try_malloc0.
1355
1356 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
1357
1358         * gobject/tmpl/gparamspec.sgml: Document G_PARAM_SPEC_STATIC_
1359         flags.
1360
1361 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
1362
1363         * glib/glib-sections.txt: 
1364         * glib/tmpl/macros_misc.sgml: Document G_GNUC_NULL_TERMINATED.
1365
1366 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1367
1368         * gobject/tmpl/gtype.sgml:
1369         * gobject/tmpl/param_value_types.sgml:
1370         * gobject/tmpl/gparamspec.sgml: Apply patches by
1371         Stefan Kost to document naming restrictions. (#167614)
1372
1373 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
1374
1375         * glib/tmpl/option.sgml: Fix a typo.  (#166985)
1376
1377 2005-02-07  Matthias Clasen  <mclasen@redhat.com>
1378
1379         * glib/glib-sections.txt: Add g_listenv.
1380
1381 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
1382
1383         * glib/tmpl/linked_lists_double.sgml: 
1384         * glib/tmpl/linked_lists_single.sgml: Add a note 
1385         regarding inefficiency of repeated appends. (#166271,
1386         Olivier Sessink)
1387
1388 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
1389
1390         * glib/tmpl/quarks.sgml: Add a warning against
1391         using g_quark_from_static_string() in dynamically
1392         loaded modules. 
1393
1394 2005-02-02  Matthias Clasen  <mclasen@redhat.com>
1395
1396         * glib/tmpl/misc_utils.sgml: 
1397         * glib/tmpl/hash_tables.sgml: Move some doc 
1398         comments inline.
1399
1400 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
1401
1402         * gobject/tmpl/enumerations_flags.sgml: Fix an
1403         example.  (#164269, Sebastien Bacher)
1404         
1405 2005-01-07  Matthias Clasen  <mclasen@redhat.com>
1406
1407         * === Released 2.6.1 ===
1408
1409 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
1410
1411         * glib/tmpl/keyfile.sgml: Add hint about group name 
1412         case sensitivity.  (#163029, Bastien Nocera)
1413
1414 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
1415
1416         * gobject/tmpl/signals.sgml: Small addition. (#145158,
1417         Mariano Su??rez-Alvarez)
1418
1419 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
1420
1421         * gobject/tmpl/signals.sgml: Fix a typo.  (#161713,
1422         Vincent Untz)
1423
1424 2004-12-17  Matthias Clasen  <mclasen@redhat.com>
1425
1426         * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.  
1427         (#161480, Danny Milo)
1428
1429 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
1430
1431         * glib/tmpl/version.sgml: Improve wording.  (#161484,
1432         Christian Biere)
1433
1434         * === Released 2.6.0 ===
1435         
1436 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
1437
1438         * glib/glib-sections.txt: Add g_rmdir
1439
1440 2004-12-15  Alexander Larsson  <alexl@redhat.com>
1441
1442         * glib/glib-sections.txt:
1443         Add g_filename_display_basename
1444
1445 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
1446
1447         * gobject/tmpl/generic_values.sgml: Document some return
1448         values.  (#161345, Stefan Kost)
1449
1450 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
1451
1452         * === Released 2.5.7 ===
1453         
1454 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
1455
1456         * glib/building.sgml: 
1457         * glib/tmpl/linked_lists_single.sgml: 
1458         * glib/tmpl/linked_lists_double.sgml: 
1459         * glib/tmpl/trees-nary.sgml: Add some warnings regarding
1460         --disable-mem-pools.
1461
1462 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
1463
1464         * glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)
1465
1466 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
1467
1468         * glib/building.sgml: Document --enable-man and --disable-visibility.
1469
1470 2004-11-28  Tor Lillqvist  <tml@iki.fi>
1471
1472         * glib/tmpl/misc_utils.sgml: Document encoding of g_get_user_name(),
1473         g_get_real_name(), g_get_tmp_dir() and g_get_current_dir().
1474
1475 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
1476
1477         * glib/tmpl/macros_misc.sgml: Document G_GNUC_MALLOC.
1478
1479         * glib/glib-sections.txt: Add G_GNUC_MALLOC
1480
1481 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
1482
1483         * === Released 2.5.6 ===
1484         
1485 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
1486
1487         * glib/tmpl/trees-nary.sgml: Document G_TRAVERSE_LEAVES and
1488         G_TRAVERSE_NON_LEAVES
1489
1490         * glib/tmpl/hooks.sgml: 
1491         * glib/tmpl/iochannels.sgml: Updates
1492
1493 2004-11-04  Tor Lillqvist  <tml@iki.fi>
1494
1495         * glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
1496         documentation.
1497
1498         * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
1499
1500 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
1501
1502         * === Released 2.5.5 ===
1503
1504 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
1505
1506         * glib/glib-sections.txt: Add g_get_filename_charsets and
1507         g_filename_display_name.
1508
1509 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
1510
1511         * glib/tmpl/option.sgml: Updates
1512
1513 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
1514
1515         * glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED,
1516         G_WIN32_HAVE_WIDECHAR_API.
1517
1518         * glib/glib-sections.txt: Add g_lstat
1519
1520         * glib/running.sgml: Document G_WIN32_PRETEND_WIN9X.
1521
1522 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
1523
1524         * glib/tmpl/option.sgml: Add an example.
1525
1526         * glib/glib-sections.txt: Add G_OPTION_REMAINING
1527
1528         * glib/tmpl/option.sgml: Add docs.
1529
1530 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
1531
1532         * glib/tmpl/keyfile.sgml: Add some introductory notes.
1533
1534 2004-10-27 Matthias Clasen  <mclasen@redhat.com>
1535
1536         * === Released 2.5.4 ===
1537
1538 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
1539
1540         * glib/tmpl/fileutils.sgml: Add some intro.
1541
1542 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
1543
1544         * gobject/gobject-docs.sgml: Add an index for 2.6 additions.
1545
1546         * gobject/gobject-sections.txt: Additions.
1547
1548         * gobject/Makefile.am (IGNORE_HFILES): Add gobjectalias.h
1549
1550         * glib/tmpl/main.sgml: Document GChildWatchFunc
1551
1552         * glib/tmpl/keyfile.sgml: New template.
1553
1554         * glib/glib-sections.txt: Additions.
1555
1556         * glib/tmpl/macros_misc.sgml: Document some more of
1557         the macros.
1558
1559 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
1560
1561         * glib/glib-docs.sgml:  Add GKeyFile section, add
1562         index for 2.6 additions.
1563
1564 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
1565
1566         * gobject/tmpl/gtype.sgml (GTypeInterfaceCheckData):
1567         Rename first parameter.
1568
1569         * glib/glib-sections.txt: Add GKeyFile section.
1570
1571 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
1572
1573         * glib/tmpl/macros.sgml: 
1574         * glib/glib-sections.txt: Document G_IS_DIR_SEPARATOR. 
1575
1576 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
1577
1578         * gobject/tmpl/objects.sgml: Improve the docs for
1579         g_object_get_property().  (#153424, Stefan Kost)
1580
1581 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
1582
1583         * gobject/tmpl/signals.sgml: Improve docs for 
1584         g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)
1585
1586 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
1587
1588         * glib/tmpl/messages.sgml: Correct the docs for the default log
1589         handler wrt to which messages go to stderr. (#153041, Philippe Blain)
1590
1591 Sun Sep 19 23:15:17 2004  Matthias Clasen  <maclas@gmx.de>
1592
1593         * glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
1594         reversing UTF-8 strings.  (#153091, Adam Hooper)
1595
1596 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
1597
1598         * === Released 2.5.3 ===
1599
1600 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
1601
1602         * glib/Makefile.am: Ignore galias.h
1603
1604         * glib/glib-sections.txt: Updates.
1605
1606 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
1607
1608         * glib/tmpl/misc_utils.sgml: Add a hint about $HOME to the
1609         docs of g_get_home_dir().
1610
1611 Thu Sep  9 00:11:19 2004  Matthias Clasen  <maclas@gmx.de>
1612
1613         * glib/glib-sections.txt: Add g_strv_length().
1614
1615 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
1616
1617         * glib/glib-sections.txt: Add g_get_language_names().
1618
1619 Mon Sep  6 01:56:13 2004  Matthias Clasen  <maclas@gmx.de>
1620
1621         * glib/tmpl/messages.sgml: Remove excess markup and fix a markup
1622         error.
1623
1624 Sun Sep  5 01:44:23 2004  Matthias Clasen  <maclas@gmx.de>
1625
1626         * glib/glib-sections.txt: 
1627         * glib/tmpl/messages.sgml: Document g_log_set_default_handler().
1628
1629 Wed Sep  1 20:27:59 2004  Matthias Clasen  <maclas@gmx.de>
1630
1631         * glib/glib-sections.txt: Add g_date_get_iso8601_week_of_year.
1632
1633 Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>
1634
1635         * glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
1636
1637 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
1638
1639         * glib/tmpl/fileutils.sgml: Add G_FILE_ERROR_NOSYS.
1640
1641 2004-08-25 Matthias Clasen  <mclasen@redhat.com>
1642
1643         * === Released 2.5.2 ===
1644
1645 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
1646
1647         * glib/tmpl/warnings.sgml: Add an example for
1648         g_on_error_query() usage.  (#148716, Christian Persch)
1649
1650 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
1651
1652         * glib/tmpl/threads.sgml: Document the necessity to call
1653         g_thread_init() when using threads 
1654         (even non-gthreads).  (#149490, Vincent Untz)
1655
1656
1657 Tue Aug  3 16:43:22 2004  Matthias Clasen  <maclas@gmx.de>
1658
1659         * glib/glib-sections.txt: Add a section for GOption.
1660         * glib/glib-docs.sgml: Include GOption section.
1661         * glib/tmpl/option.sgml: New template.
1662
1663 Tue Aug  3 15:34:16 2004  Matthias Clasen  <maclas@gmx.de>
1664
1665         * glib/glib-sections.txt: Add a separate section for
1666         version information.
1667         * glib/glib-docs.sgml: Include version section.
1668         * glib/tmpl/version.sgml: New template.
1669
1670 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
1671
1672         * glib/glib-sections.txt: 
1673         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL.
1674
1675 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
1676
1677         * === Released 2.5.1 ===
1678
1679 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
1680
1681         * glib/tmpl/misc_utils.sgml: Clarify docs for 
1682         g_get_real_name().  (#143552, Danek Duvall)
1683
1684 Fri Jul 23 10:38:24 2004  Matthias Clasen  <maclas@gmx.de>
1685
1686         * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE.  (#148262, 
1687         Christophe Fergeau)
1688
1689 Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1690
1691         * === Released 2.5.0 ===
1692
1693 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
1694
1695         * glib/tmpl/arrays.sgml: Improve g_array_free() docs.  (#146875,
1696         Ed Griffiths)
1697
1698 Tue Jul  6 00:54:38 2004  Matthias Clasen  <maclas@gmx.de>
1699
1700         * gobject/gobject-sections.txt: 
1701         * gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
1702         and g_type_module_register_flags().
1703
1704 Mon Jul  5 18:49:56 2004  Matthias Clasen  <maclas@gmx.de>
1705
1706         * glib/tmpl/messages.sgml: 
1707         * glib/glib-sections.txt: Add g_debug.
1708
1709 2004-06-15  Federico Mena Quintero  <federico@ximian.com>
1710
1711         * glib/tmpl/conversions.sgml: New section on file name encodings.
1712
1713         * glib/file-name-encodings.sxd: New diagram of how file name
1714         encodings work.
1715
1716         * glib/file-name-encodings.png: Same as above, for inclusion in
1717         the generated docs.
1718
1719         * glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png.
1720         (EXTRA_DIST): Add the new images.
1721
1722         * glib/running.sgml: Add ids to the corresponding paragraphs that
1723         describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to
1724         reference them from elsewhere.
1725
1726 Thu Jun 10 21:29:55 2004  Matthias Clasen  <maclas@gmx.de>
1727
1728         * glib/tmpl/modules.sgml: Add an example for GModule
1729         usage.  (#144127, Tommi Komulainen)
1730
1731 Sun Jun  6 23:20:42 2004  Matthias Clasen  <maclas@gmx.de>
1732
1733         * gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
1734         and friends.  (#143800, Crispin Flowerday)
1735
1736 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
1737
1738         * gobject/gobject-docs.sgml: 
1739         * glib/glib-docs.sgml: Add multiple indices.
1740
1741 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
1742
1743         * === Released 2.4.1 ===
1744
1745 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
1746
1747         * glib/running.sgml: Document LIBCHARSET_ALIAS_DIR.
1748
1749 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
1750
1751         * glib/tmpl/types.sgml: Correct the description of the
1752         gfloat and gdouble ranges.
1753
1754 Tue Mar 16 12:06:09 2004  Owen Taylor  <otaylor@redhat.com>
1755
1756         * === Released 2.4.0 ===
1757         
1758 Sun Mar 14 11:00:41 2004  Owen Taylor  <otaylor@redhat.com>
1759
1760         * gobject/tmpl/signals.sgml: Document the fact that
1761         g_signal_connect_object() does *not* remove the signal
1762         when the object is disconnected currently and describe
1763         a workaround to prevent memory leaks.
1764
1765 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
1766
1767         * === Released 2.3.6 ===
1768
1769 Mon Mar  8 08:32:36 2004  Owen Taylor  <otaylor@redhat.com>
1770
1771         * glib/tmpl/main.sgml: Reference g_source_set_callback(),
1772         not g_source_attach(). (Takeshi AIHANA)
1773
1774 2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>
1775
1776         * glib/glib-overrides.txt, glib/glib-sections.txt,
1777         glib/tmpl/atomic_operations.sgml: Updated according to code changes.
1778
1779 Sun Feb 29 02:35:00 2004  Sven Herzberg  <herzi@gnome-de.org>
1780
1781         * glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for
1782         G_MAXDOUBLE (fixes #135723)
1783
1784 Fri Feb 27 22:10:25 2004  Matthias Clasen  <maclas@gmx.de>
1785
1786         * glib/tmpl/modules.sgml: Reformat a bit.
1787
1788 Fri Feb 27 22:05:23 2004  Matthias Clasen  <maclas@gmx.de>
1789
1790         * glib/tmpl/limits.sgml: Document G_MAXSIZE.
1791
1792 2004-02-26  Sebastian Wilhelmi  <seppi@seppi.de>
1793
1794         * glib/tmpl/threads.sgml: Updated to reflect removal of the PID
1795         niceness surrogate for thread priorities.
1796
1797         * glib/glib-overrides.txt, glib/glib-sections.txt,
1798         glib/glib-docs.sgml, glib/tmpl/atomic_operations.sgml: Add docs
1799         for atomic operations.
1800
1801 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
1802
1803         * === Released 2.3.3 ===
1804
1805         * glib/glib-sections.txt: Updates.
1806
1807 Sun Feb 22 00:59:11 2004  Matthias Clasen  <maclas@gmx.de>
1808
1809         * glib/tmpl/trees-nary.sgml: Document GCopyFunc.
1810
1811 Sun Feb 22 00:54:17 2004  Matthias Clasen  <maclas@gmx.de>
1812
1813         * glib/glib-sections.txt: Add GCopyFunc and g_node_copy_deep.
1814
1815 2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
1816
1817         * glib/glib-sections.txt: Add the new g_rand_* functions
1818
1819 Sat Feb 14 01:25:23 2004  Matthias Clasen  <maclas@gmx.de>
1820
1821         * glib/glib-sections.txt: Add GPid, GChildWatchFunc,
1822         g_child_watch_source_new, g_child_watch_add,
1823         g_child_watch_add_full.
1824
1825 Fri Feb 13 23:16:25 2004  Matthias Clasen  <maclas@gmx.de>
1826
1827         * glib/tmpl/macros_misc.sgml: Fix a typo. 
1828
1829 Sat Feb  7 01:02:06 2004  Matthias Clasen  <maclas@gmx.de>
1830
1831         * glib/tmpl/numerical.sgml: Fix some external links.
1832
1833 Thu Feb  5 00:54:43 2004  Matthias Clasen  <maclas@gmx.de>
1834
1835         * glib/glib-sections.txt: Add g_completion_complete_utf8.
1836
1837 Fri Jan 30 23:25:58 2004  Matthias Clasen  <maclas@gmx.de>
1838
1839         * glib/tmpl/iochannels.sgml: 
1840         * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and
1841         GDK functions.  (#130756, Vincent Untz)
1842         
1843 Wed Jan 28 01:39:59 2004  Matthias Clasen  <maclas@gmx.de>
1844
1845         * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann)
1846
1847 Thu Jan 22 14:51:19 2004  Owen Taylor  <otaylor@redhat.com>
1848
1849         * glib/glib-sections.txt glib/tmpl/timers.sgml: Document
1850         g_timer_continue. (Tim-Philipp M??ller)
1851
1852 Sun Jan 11 01:25:44 2004  Matthias Clasen  <maclas@gmx.de>
1853
1854         * gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
1855
1856 Sun Jan 11 01:25:29 2004  Matthias Clasen  <maclas@gmx.de>
1857
1858         * gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED.
1859
1860 Sat Jan 10 02:18:32 2004  Matthias Clasen  <maclas@gmx.de>
1861
1862         * gobject/tmpl/gtype.sgml: Document the new GType boilerplate macros
1863         with an example.
1864
1865 Sat Jan 10 01:36:01 2004  Matthias Clasen  <maclas@gmx.de>
1866
1867         * gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
1868
1869 Sat Jan 10 01:23:58 2004  Matthias Clasen  <maclas@gmx.de>
1870
1871         * gobject/gobject-sections.txt: Add g_type_class_peek_static,
1872         G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
1873         G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
1874
1875
1876 Sat Jan 10 01:23:01 2004  Matthias Clasen  <maclas@gmx.de>
1877
1878         * gobject/tmpl/objects.sgml: Update docs of g_object_connect.
1879
1880 Fri Jan  9 23:40:23 2004  Matthias Clasen  <maclas@gmx.de>
1881
1882         * gobject/tmpl/gboxed.sgml: 
1883         * gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv.
1884
1885 Fri Dec 26 02:04:49 2003  Matthias Clasen  <maclas@gmx.de>
1886
1887         * glib/glib-sections.txt: Add g_ptr_array_foreach().
1888
1889 Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>
1890
1891         * glib/tmpl/misc_utils.sgml: Document the encoding of 
1892         g_get_real_name().
1893
1894 Fri Dec 19 21:40:00 2003  Matthias Clasen  <maclas@gmx.de>
1895
1896         * gobject/tmpl/signals.sgml: Rewording.
1897
1898 Tue Dec  2 02:31:15 2003  Matthias Clasen  <maclas@gmx.de>
1899
1900         * glib/tmpl/limits.sgml:
1901         * glib/glib-sections.txt: Add G_{MIN,MAX,MAXU}INT{8,16,32}.
1902
1903 Thu Nov  6 01:42:36 2003  Matthias Clasen  <maclas@gmx.de>
1904
1905         * glib/glib-sections.txt: Add an i18n section.
1906         * glib/glib-docs.sgml: Include the corresponding entity.
1907         * glib/tmpl/i18n.sgml: Template for i18n section.
1908
1909 Thu Nov  6 00:56:04 2003  Matthias Clasen  <maclas@gmx.de>
1910
1911         * glib/running.sgml: Document G_FILENAME_ENCODING.
1912
1913 Sat Oct 25 01:07:45 2003  Matthias Clasen  <maclas@gmx.de>
1914
1915         * gobject/tmpl/gparamspec.sgml: 
1916         * gobject/tmpl/objects.sgml: Additions.
1917
1918 Thu Oct 23 14:27:54 2003  Owen Taylor  <otaylor@redhat.com>
1919
1920         * gobject/Makefile.am: Add a dist-hook so that the
1921         man pages get distributed.
1922
1923         * glib/Makefile.am: Add a dist-hook so that the
1924         man pages get distributed.
1925
1926         * glib/Makefile.am (content_files): Add cross.sgml.
1927
1928         * gobject/Makefile.am (INCLUDES): Add $(top_srcdir)/glib,
1929         and (for gobject.cI) $(srcdir)
1930
1931 Tue Oct 21 23:29:54 2003  Matthias Clasen  <maclas@gmx.de>
1932
1933         * gobject/tmpl/gtypemodule.sgml: 
1934         * gobject/tmpl/enumerations_flags.sgml: 
1935         * gobject/tmpl/gtype.sgml: Additions.
1936
1937 Tue Oct 21 23:09:15 2003  Matthias Clasen  <maclas@gmx.de>
1938
1939         * gobject/tmpl/gparamspec.sgml: 
1940         * gobject/tmpl/param_value_types.sgml:
1941         * gobject/tmpl/gtype.sgml: 
1942         * gobject/tmpl/signals.sgml: Add "Since 2.4" markers where
1943         appropriate.
1944
1945 Tue Oct 14 17:45:33 2003  Owen Taylor  <otaylor@redhat.com>
1946
1947         * gobject/gobject-sections.txt gobject/tmpl/objects.sgml
1948         gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
1949         Document interface properties and GParamSpecOverride.
1950
1951 Mon Oct 20 22:05:37 2003  Matthias Clasen  <maclas@gmx.de>
1952
1953         * gobject/tmpl/objects.sgml: 
1954         * gobject/tmpl/enumerations_flags.sgml: 
1955         * gobject/tmpl/gtypeplugin.sgml: Additions.
1956
1957 Mon Oct 20 22:04:45 2003  Matthias Clasen  <maclas@gmx.de>
1958
1959         * gobject/gobject-sections.txt: Add GObjectConstructParam.
1960
1961 Mon Oct 20 20:38:06 2003  Matthias Clasen  <maclas@gmx.de>
1962
1963         * gobject/gobject.i: Removed...
1964         * gobject/gobject.cI: ...and readded.
1965         * gobject/gobject.types: Change to the standard file 
1966         extension for included hunks of C code.
1967
1968 Mon Oct 20 20:34:33 2003  Matthias Clasen  <maclas@gmx.de>
1969
1970         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
1971         as an include dir again, this time for real.  
1972
1973 Mon Oct 20 01:12:46 2003  Matthias Clasen  <maclas@gmx.de>
1974
1975         * gobject/tmpl/gtype.sgml: 
1976         * gobject/tmpl/param_value_types.sgml: 
1977         * gobject/tmpl/value_arrays.sgml: Additions.
1978
1979         * gobject/tmpl/gboxed.sgml: 
1980         * gobject/gobject-sections.txt: Remove prematurely added
1981         GStrv documentation.
1982
1983 Sun Oct 19 22:18:28 2003  Matthias Clasen  <maclas@gmx.de>
1984
1985         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
1986         as an include dir.  (#124934, Mariano Su??rez-Alvarez)
1987
1988 Sun Oct 19 00:33:28 2003  Matthias Clasen  <maclas@gmx.de>
1989
1990         * gobject/tmpl/gtype.sgml: 
1991         * gobject/tmpl/generic_values.sgml: 
1992         * gobject/tmpl/objects.sgml: 
1993         * gobject/tmpl/signals.sgml: Additions.
1994
1995 Sat Oct 18 01:30:47 2003  Matthias Clasen  <maclas@gmx.de>
1996
1997         * gobject/tmpl/gboxed.sgml: 
1998         * gobject/tmpl/gtypeplugin.sgml: 
1999         * gobject/tmpl/enumerations_flags.sgml: Additions.
2000
2001 Sat Oct 18 00:04:22 2003  Matthias Clasen  <maclas@gmx.de>
2002
2003         * gobject/gobject.types: List GObject here, since the
2004         documentation misses the notify signal otherwise. Needs
2005         a little bit of a hack to work around a gtkdoc-scangobj
2006         limitation, see the comment in gobject/gobject.i.
2007
2008         * gobject/gobject.i: New file, containing a trivial 
2009         g_object_get_type() function.
2010         
2011 Fri Oct 17 00:23:51 2003  Matthias Clasen  <maclas@gmx.de>
2012
2013         * gobject/Makefile.am (GTKDOC_LIBS): 
2014         (INCLUDES): Add the necessary stuff to compile gobject-scan.
2015
2016         * gobject/gobject.types: Add g_type_module_get_type() and
2017         g_type_plugin_get_type().
2018
2019 Thu Oct 16 01:02:04 2003  Matthias Clasen  <maclas@gmx.de>
2020
2021         * gobject/tmpl/gparamspec.sgml: Additions, document 
2022         GParamSpecPool.
2023
2024 Wed Oct 15 00:56:30 2003  Matthias Clasen  <maclas@gmx.de>
2025
2026         * gobject/tmpl/gclosure.sgml: Improvements from Owen's feedback. 
2027
2028 Tue Oct 14 02:35:45 2003  Matthias Clasen  <maclas@gmx.de>
2029
2030         * gobject/gobject-sections.txt: Move the g_cclosure_marshal_*
2031         functions to a non-private subsection, since these functions
2032         are not private.
2033
2034 Tue Oct 14 02:35:16 2003  Matthias Clasen  <maclas@gmx.de>
2035
2036         * gobject/tmpl/gclosure.sgml: Fill in.
2037
2038 Sun Oct  5 23:23:53 2003  Matthias Clasen  <maclas@gmx.de>
2039
2040         * gobject/glib-sections.txt: 
2041         * gobject/gobject-sections.txt: Fix includes.
2042
2043         * gobject/tmpl/value_collection.sgml: Add docs found in the 
2044         header.
2045
2046 Thu Oct  2 01:22:46 2003  Owen Taylor  <otaylor@redhat.com>
2047
2048         * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml: 
2049         Add g_type_add/remove_interface_check()
2050
2051 2003-09-30  Matthias Clasen  <maclas@gmx.de>
2052
2053         * gobject/tmpl/gparamspec.sgml: 
2054         * gobject/tmpl/signals.sgml: Additions.
2055
2056         * glib/glib-sections.txt: Add g_unichar_get_mirror_char and
2057         g_static_mutex_get_mutex_impl_shortcut.
2058
2059 Mon Sep 29 10:55:23 2003  Owen Taylor  <otaylor@redhat.com>
2060
2061         *  gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
2062         Docs for g_type_default_interface_ref(), etc.
2063
2064 Fri Sep 12 16:29:29 2003  Owen Taylor  <otaylor@redhat.com>
2065
2066         * gobject/tmpl/signals.sgml: Add docs for
2067         g_signal_accumulator_true_handled.
2068
2069 2003-09-12  Matthias Clasen  <maclas@gmx.de>
2070
2071         * gobject/gobject-sections.txt: Add new g_value_take_x() functions.
2072
2073         * gobject/tmpl/param_value_types.sgml: Document new g_value_take_x()
2074         functions.  (#100948)
2075
2076 2003-08-05  Matthias Clasen  <maclas@gmx.de>
2077
2078         * glib/tmpl/string_utils.sgml: Add note about in-place editing to g_strdelimit() doc.
2079         (#118875, Thomas Vander Stichele)
2080
2081 2003-07-30  Matthias Clasen  <maclas@gmx.de>
2082
2083         * glib/tmpl/misc_utils.sgml: Move g_getenv() docs inline.
2084
2085         * glib/tmpl/string_utils.sgml: Small fixes.
2086
2087         * glib/glib-docs.sgml: Add paragraph about multi-threading policy.
2088
2089         * glib/glib-sections.txt: Rename g_read_link to g_file_read_link.
2090
2091 2003-07-29  Matthias Clasen  <maclas@gmx.de>
2092
2093         * glib/tmpl/macros_misc.sgml: Document G_GINT{16,32,64}_MODIFIER, add note about scanning.
2094
2095         * glib/glib-sections.txt: Add G_GINT{16,32,64}_MODIFIER.
2096
2097 2003-07-28  Matthias Clasen  <maclas@gmx.de>
2098
2099         * glib/glib-sections.txt: Add g_setenv(), g_unsetenv() and g_read_link().  (#100763, #72545)
2100
2101 2003-07-26  Matthias Clasen  <maclas@gmx.de>
2102
2103         * glib/tmpl/arrays.sgml: 
2104         * glib/tmpl/arrays_byte.sgml: 
2105         * glib/tmpl/arrays_pointer.sgml: 
2106         * glib/glib-sections.txt: Add g_{,byte,pointer}_array_remove_range.  (#94879, Nalin Dahyabhai)
2107
2108         * glib/tmpl/messages.sgml: Remove the note about the message length restriction.
2109
2110 2003-07-24  Matthias Clasen  <maclas@gmx.de>
2111
2112         * glib/tmpl/messages.sgml: Mention the restriction on message length.  (#118043, Martyn Russell)
2113
2114 2003-07-18  Matthias Clasen  <maclas@gmx.de>
2115
2116         * glib/tmpl/arrays_pointer.sgml: Add a note about double indirection in 
2117         g_ptr_array_sort[_with_data]().  (#113697, Owen Taylor)
2118
2119 2003-07-12  Matthias Clasen  <maclas@gmx.de>
2120
2121         * glib/tmpl/string_utils.sgml: Add a paragraph about string precision, add links to it.
2122         Remove markup which is now handled better by gtk-doc.
2123
2124 2003-07-09  Matthias Clasen  <maclas@gmx.de>
2125
2126         * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
2127
2128         * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
2129
2130 2003-07-02  Matthias Clasen  <maclas@gmx.de>
2131
2132         * glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
2133
2134 2003-06-19  Matthias Clasen  <maclas@gmx.de>
2135
2136         * glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.
2137
2138 2003-06-18  Matthias Clasen  <maclas@gmx.de>
2139
2140 o       * glib/glib-sections.txt: Add g_thread_init_glib to silence gtk-doc.
2141
2142         * gobject/Makefile.am: Add rule to regenerate man pages from 
2143         Docbook.
2144         (man_MANS): Add glib-mkenums.1, glib-genmarshal.1 and gobject-query.1.
2145         (content_files): Add glib-mkenums.xml, glib-genmarshal.xml and 
2146         gobject-query.xml.
2147
2148         * gobject/glib-mkenums.xml: 
2149         * gobject/glib-genmarshal.xml: 
2150         * gobject/gobject-query.xml: New refentries.
2151
2152         * gobject/glib-mkenums.1: 
2153         * gobject/glib-genmarshal.1: 
2154         * gobject/gobject-query.1: Man pages generated from the .xml
2155         sources.
2156
2157         * gobject/gobject-docs.sgml: Include glib-mkenums.xml, 
2158         glib-genmarshal.xml and gobject-query.xml.
2159         
2160 2003-06-17  Matthias Clasen  <maclas@gmx.de>
2161
2162         * glib/Makefile.am: Add rule to regenerate man pages from 
2163         Docbook.
2164         (man_MANS): Add glib-gettextize.1.
2165         (content_files): Add glib-gettextize.xml.
2166
2167         * glib/glib-gettextize.xml: New refentry.
2168
2169         * glib/glib-gettextize.1: Man page generated from the .xml source.
2170
2171         * glib/glib-docs.sgml: Include glib-gettextize.xml.
2172
2173 2003-06-17  Matthias Clasen  <mc2@YAST_ASK>
2174
2175         * gobject/gobject-docs.sgml: 
2176         * glib/glib-docs.sgml: Add an autogenerated index.
2177
2178 2003-06-17  Matthias Clasen  <maclas@gmx.de>
2179
2180         * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
2181
2182 2003-06-11  Matthias Clasen  <maclas@gmx.de>
2183
2184         * gobject/tmpl/objects.sgml: A small addition.
2185
2186 Sun Jun  8 12:28:39 2003  Owen Taylor  <otaylor@redhat.com>
2187
2188         * glib/tmpl/error_reporting.sgml: XML fix.
2189
2190         * glib/glib-sections.txt: Updated.
2191
2192 2003-06-06  Matthias Clasen  <maclas@gmx.de>
2193
2194         * glib/tmpl/limits.sgml: Correct the documentation for
2195         G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
2196
2197         * glib/glib-sections.txt: Add g_vasprintf().
2198
2199         * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to
2200         the g_strdup_printf() docs.
2201
2202 2003-05-28  Matthias Clasen  <maclas@gmx.de>
2203
2204         * glib/tmpl/string_utils.sgml: Document that g_strdup() and
2205         g_strndup() accept NULL.  (#106987, Christian Biere)
2206
2207 2003-05-12  Matthias Clasen  <maclas@gmx.de>
2208
2209         * glib/cross.sgml: Fix a duplicate id left by copy-and-paste.
2210         (#112785, Owen Taylor)
2211
2212 2003-04-18  Matthias Clasen  <maclas@gmx.de>
2213
2214         * gobject/tmpl/signals.sgml: Correct the documentation
2215         GSignalEmissionHook (#110906) and some cleanups.
2216
2217 2003-04-11  Matthias Clasen  <maclas@gmx.de>
2218
2219         * gobject/tmpl/gparamspec.sgml: Fix a few typos.
2220
2221 2003-04-09  Matthias Clasen  <maclas@gmx.de>
2222
2223         * glib/glib-docs.sgml: Move dependencies to building.sgml.
2224
2225         * glib/building.sgml: Move stuff from INSTALL here.
2226
2227 2003-04-08  Matthias Clasen  <maclas@gmx.de>
2228
2229         * glib/cross.sgml: New file; cross-compilation information.
2230         * glib/glib-docs.sgml: Include cross.sgml.
2231
2232 2003-04-07  Matthias Clasen  <maclas@gmx.de>
2233
2234         * gobject/tmpl/enumerations_flags.sgml: Additions.
2235
2236 2003-04-01  Matthias Clasen  <maclas@gmx.de>
2237
2238         * glib/tmpl/error_reporting.sgml: 
2239         * glib/tmpl/random_numbers.sgml: 
2240         * glib/tmpl/arrays_pointer.sgml: 
2241         * glib/tmpl/arrays.sgml: Fix formatting of examples.
2242
2243 2003-04-01  Matthias Clasen  <maclas@gmx.de>
2244
2245         * glib/glib-sections.txt: Add g_string_chunk_insert_len.
2246
2247 2003-03-28  Matthias Clasen  <maclas@gmx.de>
2248
2249         * gobject/tmpl/param_value_types.sgml: Additions.
2250
2251 2003-03-25  Matthias Clasen  <maclas@gmx.de>
2252
2253         * gobject/tmpl/objects.sgml: Additions.
2254
2255 2003-03-24  Matthias Clasen  <maclas@gmx.de>
2256
2257         * gobject/tmpl/objects.sgml: Additions.
2258
2259 Mon Mar 10 11:33:10 2003  Owen Taylor  <otaylor@redhat.com>
2260
2261         * gobject/tmpl/gtype.sgml gobject/gobject-sections.txt: 
2262         Document private instance data.
2263
2264 2003-02-11  Matthias Clasen  <maclas@gmx.de>
2265
2266         * glib/tmpl/string_utils.sgml: Fix an off-by-one error in the
2267         g_strescape() docs.  (#105431, Phillip Vandry)
2268
2269 2003-02-07  Matthias Clasen  <maclas@gmx.de>
2270
2271         * gobject/tmpl/gtypemodule.sgml: 
2272         * gobject/tmpl/gtype.sgml: 
2273         * gobject/tmpl/gclosure.sgml: 
2274         * gobject/tmpl/param_value_types.sgml: 
2275         * gobject/tmpl/gparamspec.sgml: 
2276         * gobject/tmpl/objects.sgml: 
2277         * gobject/tmpl/signals.sgml: Move all docs out-of-line. Boy, what
2278         a waste of time.
2279
2280 2003-01-21  Matthias Clasen  <maclas@gmx.de>
2281
2282         * glib/tmpl/strings.sgml: Document the return value of g_string_free().
2283
2284 2003-01-15  Matthias Clasen  <maclas@gmx.de>
2285
2286         * gobject/tmpl/gtype.sgml: Fix the description of
2287         G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
2288
2289 2003-01-01  Tor Lillqvist  <tml@iki.fi>
2290
2291         * glib/tmpl/messages.sgml: Remove comment that only stdout would
2292         be used on Windows, no longer true.
2293
2294 2002-12-15  Matthias Clasen  <maclas@gmx.de>
2295
2296         * gobject/tmpl/param_value_types.sgml: Move some docs inline.
2297
2298 2002-12-15  Matthias Clasen  <maclas@gmx.de>
2299
2300         * glib/Makefile.am (IGNORE_HFILES): Add gprintfint.h and trio.
2301
2302 2002-12-13  Matthias Clasen  <maclas@gmx.de>
2303
2304         * glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
2305         avoid gtk-doc warnings about doxygen comments.
2306
2307 Tue Dec 10 11:55:28 2002  Owen Taylor  <otaylor@redhat.com>
2308
2309         * glib/tmpl/timers.sgml: Improve docs for return value
2310         and @microseconds out parameter. (Reported by
2311         Dennis Haney, #100841)
2312
2313 2002-12-10  Matthias Clasen  <maclas@gmx.de>
2314
2315         * gobject/tmpl/generic_values.sgml: 
2316         * gobject/tmpl/gtype.sgml: 
2317         * gobject/tmpl/enumerations_flags.sgml: Add docs.
2318
2319 2002-12-09  Matthias Clasen  <maclas@gmx.de>
2320
2321         * gobject/tmpl/gtype.sgml: 
2322         * gobject/tmpl/enumerations_flags.sgml: Add docs.
2323
2324         * gobject/tmpl/gtype.sgml:
2325         * gobject/tmpl/gtypeplugin.sgml:
2326         * gobject/tmpl/gtypemodule.sgml:
2327         * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
2328         and GTypeModuleClass.
2329
2330         * gobject/tmpl/gboxed.sgml:
2331         * gobject/tmpl/enumerations_flags.sgml: 
2332         * gobject/tmpl/gclosure.sgml: 
2333         * gobject/tmpl/param_value_types.sgml: Add docs.
2334
2335 2002-12-06  Matthias Clasen  <maclas@gmx.de>
2336
2337         * gobject/tmpl/gparamspec.sgml: Typo fix.
2338
2339 2002-12-05  Matthias Clasen  <maclas@gmx.de>
2340
2341         * glib/tmpl/strings.sgml: 
2342         * glib/tmpl/scanner.sgml: 
2343         * glib/tmpl/main.sgml: 
2344         * glib/tmpl/macros_misc.sgml: 
2345         * glib/tmpl/hash_tables.sgml: Add Since and Deprecation info
2346         for symbols documented in the templates.
2347
2348 2002-12-04  Matthias Clasen  <maclas@gmx.de>
2349
2350         * gobject/tmpl/gtype.sgml: Add docs.
2351
2352 2002-12-02  Matthias Clasen  <maclas@gmx.de>
2353
2354         * gobject/tmpl/signals.sgml: Add docs.
2355
2356 2002-12-01  Matthias Clasen  <maclas@gmx.de>
2357
2358         * gobject/gobject-sections.txt: Mark g_signal_handlers_destroy as
2359         private.
2360
2361         * gobject/tmpl/signals.sgml: Move some docs inline.
2362
2363 2002-11-29  Matthias Clasen  <maclas@gmx.de>
2364
2365         * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal.
2366
2367         * glib/tmpl/date.sgml: 
2368         * glib/tmpl/string_utils.sgml: Remove redundant docs.
2369
2370         * glib/glib-sections.txt: Add g_ascii_strtoull and 
2371         g_get_application_name.
2372
2373 2002-11-28  Matthias Clasen  <maclas@gmx.de>
2374
2375         * glib/tmpl/strings.sgml: 
2376         * glib/tmpl/string_utils.sgml: 
2377         * glib/tmpl/misc_utils.sgml: Move some docs inline.
2378
2379 2002-11-23  Matthias Clasen  <maclas@gmx.de>
2380
2381         * gobject/tmpl/gclosure.sgml: 
2382         * gobject/tmpl/signals.sgml: 
2383         * gobject/tmpl/gparamspec.sgml: 
2384         * gobject/tmpl/value_collection.sgml: 
2385         * gobject/tmpl/generic_values.sgml: 
2386         * gobject/tmpl/param_value_types.sgml: 
2387         * gobject/tmpl/gboxed.sgml: 
2388         * gobject/tmpl/enumerations_flags.sgml: 
2389         * gobject/tmpl/objects.sgml: 
2390         * gobject/tmpl/gtypemodule.sgml: 
2391         * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, 
2392         standardize them to start with a capital and end without a period. 
2393
2394         * glib/tmpl/arrays.sgml: 
2395         * glib/tmpl/memory_chunks.sgml: 
2396         * glib/tmpl/macros.sgml: Remove periods from titles in examples.
2397
2398         * glib/building.sgml: Explain --enable-include-printf.
2399
2400         * glib/Makefile.am (extra_files): 
2401         * gobject/Makefile.am (extra_files): Add version.xml.in.
2402
2403         * glib/Makefile.am (content_files): 
2404         * gobject/Makefile.am (content_files): Add version.xml.
2405
2406         * glib/version.xml.in: 
2407         * gobject/version.xml.in: New files to let configure dump the version in.
2408
2409         * glib/glib-docs.sgml:
2410         * gobject/gobject-docs.sgml: Add version information.
2411
2412
2413 Thu Nov 21 15:52:04 2002  Owen Taylor  <otaylor@redhat.com>
2414
2415         * glib/tmpl/iochannels.sgml: Add helpful comments about
2416         the encoding of a new iochannel. (Amaury Jacquot,
2417         #96444)
2418
2419 2002-11-21  Matthias Clasen  <maclas@gmx.de>
2420
2421         * glib/tmpl/string_utils.sgml: Add note on including gprintf.h,
2422         move some docs inline.
2423
2424         * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf,
2425         g_vfprintf, g_sprintf, g_vsprintf.
2426
2427 2002-11-20  Matthias Clasen  <maclas@gmx.de>
2428
2429         * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY.
2430
2431         * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.
2432
2433 2002-10-20  Matthias Clasen  <maclas@gmx.de>
2434
2435         * gobject/Makefile.am (SCANOBJ_FILES): 
2436         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
2437
2438 2002-10-15  Matthias Clasen  <maclas@gmx.de>
2439
2440         * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.
2441
2442 2002-10-14  Matthias Clasen  <maclas@gmx.de>
2443
2444         * gobject/Makefile.am (dist-hook): 
2445         * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
2446         sgml/*.sgml.  (#95678, Owen Taylor)
2447
2448 2002-10-14  Matthias Clasen  <maclas@gmx.de>
2449
2450         * gobject/Makefile.am (SCANOBJ_FILES): 
2451         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
2452
2453 2002-09-16  Matthias Clasen  <maclas@gmx.de>
2454
2455         * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by 
2456         G_LOG_FLAG_RECURSION throughout.  (#93390)
2457  
2458 2002-08-12  Matthias Clasen  <maclas@gmx.de>
2459
2460         * glib/glib-sections.txt: Add g_markup_parse_context_get_element
2461         and g_utf8_strreverse.
2462
2463 Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
2464  
2465         * glib/tmpl/threads.sgml: Fix reference to non-existing
2466         @priority parameter. (#88500, Linux Walleij)
2467  
2468 2002-06-03  Matthias Clasen  <maclas@gmx.de>
2469
2470         * gobject/gobject-docs.sgml: 
2471         * glib/glib-docs.sgml: 
2472         * glib/tmpl/macros.sgml: 
2473         * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
2474         and "percent" entities by standard ISO entities "nbsp", "num" and
2475         "percnt". 
2476
2477 2002-05-30  Matthias Clasen  <maclas@gmx.de>
2478
2479         * glib/tmpl/string_utils.sgml: 
2480         * glib/tmpl/threads.sgml: Small formatting fixes.
2481
2482 2002-05-26  Matthias Clasen  <maclas@gmx.de>
2483
2484         * glib/tmpl/conversions.sgml: Add GIConv.
2485
2486         * glib/tmpl/main.sgml: Fix references to nonexisting functions
2487         g_main_loop_destroy(), g_source_add(), g_source_connect().
2488         
2489
2490         * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
2491
2492         * glib/tmpl/linked_lists_single.sgml: 
2493         * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
2494
2495         * glib/glib-docs.sgml: Declare hash entity.
2496
2497         * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
2498
2499 2002-05-25  Matthias Clasen  <maclas@gmx.de>
2500
2501         * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
2502         * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
2503         not SGML.
2504
2505 2002-05-21  Matthias Clasen  <maclas@gmx.de>
2506
2507         * glib/tmpl/markup.sgml: Updates.
2508
2509 Sat May 18 00:44:35 2002  Tim Janik  <timj@gtk.org>
2510
2511         [merged from stable]
2512
2513         * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().
2514
2515 2002-05-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2516
2517         * glib/tmpl/threads.sgml: Clarify recursion issues with
2518         GMutex. (#78171)
2519
2520 2002-04-24  Matthias Clasen  <maclas@gmx.de>
2521
2522         * gobject/gobject-sections.txt: 
2523         * gobject/tmpl/gtype.sgml: Updates.
2524
2525 2002-04-21  Matthias Clasen  <maclas@gmx.de>
2526
2527         * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)
2528
2529 2002-04-18  Matthias Clasen  <maclas@gmx.de>
2530
2531         * glib/tmpl/error_reporting.sgml:
2532         * glib/tmpl/threads.sgml:
2533         * glib/tmpl/arrays_pointer.sgml:
2534         * glib/tmpl/arrays_byte.sgml:
2535         * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the
2536         documentation to bring the produced Docbook closer to XML.
2537
2538 2002-03-25  Sven Neumann  <sven@gimp.org>
2539
2540         * glib/tmpl/scanner.sgml: Fixed documentation about unused struct 
2541         fields and added a note about proper g_scanner_unexp_token() usage.
2542
2543 2002-03-11  Matthias Clasen  <maclas@gmx.de>
2544
2545         * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and 
2546         UTF-8.
2547
2548 2002-02-21  Matthias Clasen  <maclas@gmx.de>
2549
2550         * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
2551
2552         * glib/running.sgml: Document the G_DEBUG environment variable.
2553
2554         * glib/tmpl/threads.sgml: Replace g_thread_wait() by
2555         g_thread_join() in two places.
2556
2557 2002-02-20  Sven Neumann  <sven@gimp.org>
2558
2559         * gobject/gobject-sections.txt
2560         * gobject/tmpl/generic_values.sgml
2561         * gobject/tmpl/param_value_types.sgml: updated for GValue changes.
2562
2563 Tue Feb 19 17:45:43 2002  Tim Janik  <timj@gtk.org>
2564
2565         * gobject/tmpl/generic_values.sgml: added GValue documentation.
2566
2567 Thu Feb  7 12:07:06 2002  Tim Janik  <timj@gtk.org>
2568
2569         * gobject/tmpl/generic_values.sgml: document value transformation.
2570
2571 Mon Feb  4 17:55:39 2002  Tim Janik  <timj@gtk.org>
2572         
2573         * gobject/tmpl/closures.sgml: doc common functions like ref/
2574         sink/unref/invalidate.
2575
2576         * gobject/tmpl/objects.sgml: document g_object_watch_closure() and
2577         qdata functions.
2578
2579 Tue Jan 29 12:00:59 2002  Owen Taylor  <otaylor@redhat.com>
2580
2581         * gobject/gobject-sections.txt: Updated.
2582
2583         * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.
2584
2585 2002-01-28  Ron Steinke  <rsteinke@w-link.net>
2586
2587         * glib/iochannel.sgml: Changed #IOChannelError to
2588         #GIOChannelError in one place
2589
2590 2002-01-16  Matthias Clasen  <matthiasc@poet.de>
2591
2592         * glib/building.sgml, glib/compiling.sgml, 
2593         glib/running.sgml, glib/resources.sgml, 
2594         glib/changes-2.0.sgml: New files.
2595
2596         * glib/Makefile.am (content_files): Add new files.
2597
2598         * glib/glib-docs.sgml: Add an Overview chapter.
2599
2600 2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2601
2602         * glib/tmpl/threads.sgml: Name the right function.
2603
2604 2001-12-23  Matthias Clasen  <matthias@poet.de>
2605
2606         * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
2607         glib/tmpl/strings.sgml: Replace references to deprecated
2608         functions.
2609
2610 2001-12-21  Matthias Clasen  <matthias@poet.de>
2611
2612         * glib/glib-sections.txt: Move g_get_charset() to the
2613         Charset conversion section. (#65630)
2614  
2615 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
2616
2617         * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
2618         SGML fixes.
2619
2620         * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
2621
2622 2001-12-15  Matthias Clasen  <matthias@poet.de>
2623
2624         * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
2625
2626 2001-12-14  Matthias Clasen  <matthias@poet.de>
2627
2628         * glib/tmpl/memory.sgml: Typo fixes.
2629
2630 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
2631
2632         * glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
2633         glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
2634         glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
2635         glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
2636         glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
2637
2638         * glib/tmpl/memory_chunks.sgml,
2639         glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
2640         glib/tmpl/gtype.sgml: Trivial markup fixes.
2641
2642 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2643
2644         * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.
2645
2646 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2647
2648         * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, 
2649         glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
2650         glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, 
2651         glib/tmpl/conversions.sgml,
2652         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
2653         glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
2654         glib/tmpl/hash_tables.sgml,
2655         glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
2656         glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
2657         glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, 
2658         glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
2659         glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, 
2660         glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, 
2661         glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
2662         glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
2663         glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, 
2664         glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
2665         glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
2666         glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:        
2667         Improve markup of examples, general consistency improvements.
2668
2669 2001-12-06  Havoc Pennington  <hp@redhat.com>
2670
2671         * glib/tmpl/messages.sgml: improve g_log_set_handler docs
2672
2673 Wed Nov 28 18:50:19 2001  Owen Taylor  <otaylor@redhat.com>
2674
2675         * glib/glib-sections.txt: Update.
2676
2677 2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2678
2679         * glib/tmpl/date.sgml: Fix g_usleep docs.
2680
2681 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
2682
2683         * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
2684
2685 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
2686
2687         Fixes for #61284:
2688
2689         * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
2690
2691         * glib/tmpl/fileutils.sgml: Document GDir.
2692
2693         * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.  
2694
2695 Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>
2696
2697         * gobject/gobject-sections.txt: Update.
2698
2699         * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
2700
2701         * glib/glib-sections.txt: Updated.
2702
2703         * glib/Makefile.am (IGNORE_HFILES): Don't scan
2704         headers in build/
2705
2706 Sat Nov 17 17:24:19 2001  Owen Taylor  <otaylor@redhat.com>
2707
2708         * glib/glib-sections.txt: Remove g_log_domain_glib
2709
2710 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
2711
2712         * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
2713
2714         * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
2715         glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
2716         glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
2717         some missing short and long descriptions.
2718
2719 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2720
2721         * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
2722
2723         * glib/tmpl/patterns.sgml: Document UTF-8 support.
2724
2725 Wed Nov 14 03:19:49 2001  Tim Janik  <timj@gtk.org>
2726
2727         * gobject/tmpl/param_value_types.sgml: more docs.
2728
2729 Tue Nov 13 21:31:58 2001  Tim Janik  <timj@gtk.org>
2730
2731         * gobject/tmpl/param_value_types.sgml: list parameter and
2732         value types.
2733
2734         * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
2735         functions.
2736         
2737         * gobject/*: section cleanups.
2738
2739 Tue Nov 13 19:49:16 2001  Tim Janik  <timj@gtk.org>
2740
2741         * gobject/tmpl/gparamspec.sgml: param spec updates.
2742
2743 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
2744
2745         * glib/tmpl/markup.sgml: Remove excess listitem from long 
2746         description.
2747  
2748 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2749
2750         * glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
2751
2752         * glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
2753
2754         * glib/tmpl/error_reporting.sgml: Document GError struct.
2755
2756         * glib/tmpl/main.sgml: Document GMainContext, GSource and 
2757         GSourceCallbackFuncs structs.
2758
2759 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2760
2761         * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
2762         Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
2763         GUnicodeBreakType.
2764
2765 Fri Oct 26 11:42:50 2001  Owen Taylor  <otaylor@redhat.com>
2766
2767         * */Makefile.am: Remove $(srcdir)/html before building
2768         HTML to prevent stale files. Dist all files in html/
2769
2770 2001-10-25  Havoc Pennington  <hp@pobox.com>
2771
2772         * glib/tmpl/string_utils.sgml: docs on why the deprecated
2773         functions are deprecated.
2774
2775 2001-10-15  Sven Neumann  <sven@gimp.org>
2776
2777         * glib/tmpl/random_numbers.sgml: fixed typo.
2778
2779 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
2780
2781         * glib/tmpl/patterns.sgml: amended documentation.
2782
2783 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
2784
2785         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
2786
2787 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2788
2789         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
2790
2791         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
2792
2793         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
2794         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
2795         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
2796         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
2797
2798 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2799         
2800         * glib/tmpl/conversions.sgml: Update.
2801
2802         * glib/tmpl/patterns.sgml: Update.
2803
2804 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2805
2806         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
2807         glib/tmpl/macros_misc.sgml: Update. 
2808
2809         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
2810         glib/glib-sections.txt: Document GCompareDataFunc.
2811
2812 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
2813
2814         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
2815         glib/tmpl/queue.sgml: update docs.
2816
2817         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
2818         references to glib-config.
2819
2820 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2821
2822         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
2823         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
2824         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
2825         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
2826         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
2827         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
2828         More markup fixes and completions.
2829
2830 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
2831
2832         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
2833         g_string_printfa(). to g_string_append_printf().
2834
2835 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2836
2837         * glib/glib-sections.txt: Move all *_error_quark()
2838         functions to the 'Private' sections. (#61472)
2839
2840 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2841
2842         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
2843         allowed uses for 'out' parameters.
2844
2845 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2846
2847         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
2848         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
2849         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
2850
2851         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
2852         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
2853         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
2854         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
2855
2856 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
2857
2858         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
2859         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
2860         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
2861         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
2862         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
2863         Markup fixes and a few additions.
2864
2865 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
2866
2867         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
2868         glib/tmpl/scanner.sgml: Additions and markup fixes.
2869
2870 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
2871
2872         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
2873         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
2874         some functions, markup fixes.
2875         * glib/tmpl/patterns.sgml: New file.
2876         * glib/glib-docs.sgml: Add entity for patterns.sgml.
2877         
2878 2001-09-26  Matthias Clasen <matthiasc@poet.de>
2879
2880         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
2881
2882 2001-09-25  Matthias Clasen <matthiasc@poet.de>
2883
2884         * glib/glib-sections.txt: Add a missing SECTION 
2885         endtag. (#61126)
2886
2887 2001-09-17  Darin Adler  <darin@bentspoon.com>
2888
2889         * glib/tmpl/string_utils.sgml: Fix a typo and change
2890         documentation for g_ascii_isdigit and g_ascii_isxdigit
2891         to reflect the fact that the standard isdigit and
2892         isxdigit are already locale-independent.
2893
2894 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
2895
2896         * gobject/tmpl/gboxed.sgml: documented some functions.
2897
2898         * gobject/tmpl/objects.sgml: some fixups.
2899
2900 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
2901
2902         * glib/glib-sections.txt: Update.
2903
2904 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
2905
2906         * glib/Makefile.am (IGNORE_HFILES): Add 
2907         gbsearcharray.h.
2908
2909         * gobject/Makefile.am (IGNORE_HFILES): Remove
2910         gbsearcharray.h.
2911
2912 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
2913
2914         * docs/reference/glib/glib-sections.txt: Added
2915         declarations for g_io_channel_[set,get]_close_on_unref
2916
2917 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
2918
2919         * */Makefile.am: Set GPATH to fix srcdir != builddir  
2920         problems with GNU make.
2921
2922 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
2923
2924         * gobject/tmpl/value_arrays.sgml: document value arrays.
2925
2926 2001-08-06  Sven Neumann  <sven@gimp.org>
2927
2928         * docs/reference/gobject/gobject-sections.txt
2929         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
2930         g_object_[add|remove]_weak_pointer().
2931
2932 2001-07-19  Darin Adler  <darin@bentspoon.com>
2933
2934         reviewed by: <delete if not using a buddy>
2935
2936         * glib/tmpl/string_utils.sgml:
2937
2938 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
2939  
2940         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
2941         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
2942         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
2943         gobject/tmpl/types.sgml: fix some typos.
2944  
2945 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
2946
2947         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
2948         notes about inclusion of string.h to docs on g_memmove,
2949         G_VA_COPY. (#54411)
2950
2951 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
2952
2953         * glib/Makefile.am: Fix problem with glibconfig.h
2954
2955 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2956
2957         * glib/tmpl/threads.sgml (example): Corrected.
2958
2959 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2960
2961         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
2962
2963         * glib/tmpl/threads.sgml: Updated. 
2964
2965 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2966
2967         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
2968         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
2969         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
2970
2971 2001-05-19  Havoc Pennington  <hp@pobox.com>
2972
2973         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
2974
2975         * glib/tmpl/*.sgml: fix various missing docs
2976
2977 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2978
2979         * glib/glib-overrides.txt, glib/glib-sections.txt,
2980         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
2981
2982 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2983
2984         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
2985         Updates after some renaming took place.
2986
2987 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2988
2989         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
2990
2991         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
2992
2993 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2994
2995         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
2996         glib/tmpl/scanner.sgml: Changes due to deprecation update.
2997
2998 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2999
3000         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
3001         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
3002
3003 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
3004
3005         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
3006         dist-hook because $(HTML_IMAGES) is empty.
3007
3008 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3009
3010         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
3011         explicit path to tmpl files in dependencies.
3012
3013         * glib/glib.types gobject/gobject.types: empty files
3014         to keep generic makefiles happy.
3015
3016 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3017
3018         * glib/glib-sections.txt: Removed
3019         g_static_private_(get|set)_for_thread.
3020
3021         * glib/tmpl/threads.sgml: Updated.
3022
3023         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
3024
3025 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
3026
3027         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
3028
3029 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
3030
3031         * gobject/Makefile.am glib/Makefile.am: A couple
3032         of small fixes.
3033
3034 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3035
3036         * glib/tmpl/threads.sgml: Spelling corrections.
3037
3038 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
3039
3040         * gobject/Makefile.am: Revert Tim's last commit to
3041         get rid of 7+ unnecessary / broken changes. Add
3042         back the useful part. Also fix problem with grep,
3043         add dependency on template files.
3044
3045         * gobject/gobject-sections.txt: Remove double 
3046         value_types names which was screwing up builds.
3047
3048         * glib/Makefile.am: Propagate changes from 
3049         gobject/Makefile.am
3050
3051 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3052
3053         * glib/tmpl/threads.sgml: Fixed stupid typo.
3054
3055 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3056
3057         * glib/tmpl/threads.sgml: Completed.
3058
3059 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
3060
3061         * gobject/Makefile.am: shuffled rules to avoid excessive
3062         rebuilds.
3063
3064         * gobject/gobject-sections.txt: updates.
3065
3066         * gobject/tmpl/*: bunch of updates, added another patch
3067         from Eric Lemings <eric.b.lemings@lmco.com>.
3068
3069 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3070
3071         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
3072         g_log_domain_gmodule.
3073
3074 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3075
3076         * glib/tmpl/threads.sgml: Big update. Almost ready.
3077
3078         * glib/tmpl/async_queues.sgml: Typo.
3079
3080         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
3081         g_static_rec_mutex_free, g_static_rw_lock_init,
3082         g_static_private_init and g_static_private_free.
3083
3084         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
3085
3086 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
3087
3088         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
3089         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
3090
3091 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
3092
3093         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
3094
3095 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3096
3097         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
3098         documentation for g_static_mutex_init().
3099
3100 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
3101
3102         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
3103         rules in place caused bogus recursions. main changes:
3104         - add to conditionalized section:
3105           all-local:
3106                 $(MAKE) scan
3107                 $(MAKE) templates
3108                 $(MAKE) sgml
3109                 $(MAKE) html.stamp
3110           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
3111                 $(MAKE) html
3112           DOC_STAMPS= html.stamp sgml.stamp
3113         - change:
3114           maintainer-clean-local: clean
3115           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
3116           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
3117
3118         * glib/Makefile.am (maintainer-clean-local): dito.
3119
3120 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
3121
3122         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
3123         <eric.b.lemings@lmco.com>, did some more editing.
3124
3125 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3126
3127         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
3128         g_static_mutex_free().
3129
3130 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
3131
3132         * gobject/tmpl/types.sgml: added some function documentations.
3133
3134         * gobject/gobject-sections.txt: buncha fixups.
3135
3136 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
3137
3138         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
3139
3140 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3141
3142         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
3143
3144         * glib/tmpl/modules.sgml: Updated.
3145
3146 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3147
3148         * glib/glib-sections.txt: Added g_rand_boolean and
3149         g_random_boolean macros.
3150
3151         * glib/tmpl/random_numbers.sgml: Updated.
3152         
3153 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
3154
3155         * glib/Makefile.am glib/mainloop-states*: add images
3156
3157         * glib/glib-sections.txt: Updated
3158
3159         * glib/tmpl/main.sgml: More documentation, move function
3160         docs to .c file.
3161
3162 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
3163
3164         * glib/glib-sections.sgml: Move conversion functions
3165         into GConv section.
3166         
3167         * gobject/gobject-docs.sgml: Fix some malformed sgml.
3168
3169 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
3170
3171         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
3172         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
3173
3174 2000-11-05  Havoc Pennington  <hp@pobox.com>
3175
3176         * glib/tmpl/markup.sgml: Write docs
3177
3178 2000-11-05  Havoc Pennington  <hp@pobox.com>
3179
3180         * glib/glib-sections.txt: remove parens from section name,
3181         confuses gtk-doc
3182
3183         * glib/glib-docs.sgml: Add the new files here, doh.
3184
3185         * glib/tmpl/shell.sgml: add gshell.[hc] docs
3186
3187 2000-11-05  Havoc Pennington  <hp@pobox.com>
3188
3189         * glib/tmpl/error_reporting.sgml: fixes
3190
3191 2000-11-05  Havoc Pennington  <hp@pobox.com>
3192
3193         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
3194         glib/tmpl/fileutils.sgml: Added
3195         
3196         * glib/Makefile.am: Add new files
3197
3198         * glib/glib-sections.txt: Add stuff from -unused
3199
3200 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
3201
3202         * gobject/gobject-docs.sgml: added &gobject-closures; section.
3203
3204         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
3205
3206         * gobject/gobject-sections.txt: added Closure section.
3207         
3208         * gobject/tmpl/closures.sgml: new file with template description
3209         for GClosure functions.
3210
3211 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3212
3213         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
3214
3215         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
3216         documentation for asynchronous queues.
3217
3218 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3219
3220         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
3221
3222         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
3223         parameter names.
3224
3225         * glib/tmpl/string_utils.sgml: Corrected the documentation of
3226         g_strescape and added those of g_strcompress.
3227
3228 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3229
3230         * glib/tmpl/limits.sgml: Added documentation for
3231         G_MAXU(INT|SHORT|LONG).
3232
3233         * glib/tmpl/macros_misc.sgml: Added documentation for
3234         G_G(U)INT(16|32|64)_FORMAT.
3235
3236         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
3237         documentation for gu(int|short|long).
3238
3239         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
3240         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
3241         and document GEqualFunc in GHashTable.
3242
3243         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
3244         glib/tmpl/relations.sgml : Changed to reflect the changed API
3245         (GCompareFunc -> GEqualFunc).
3246
3247         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
3248         fixes.
3249         
3250 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
3251
3252         * gobject/tmpl/signals.sgml: start at general description.
3253
3254         * gobject/gobject-docs.sgml: added introduction.
3255
3256 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
3257
3258         * gobject/gobject-sections.txt: opened up a new section on signals.
3259
3260 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3261
3262         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
3263
3264         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
3265         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
3266         glib/tmpl/scanner.sgml: Document the recently deprecated functions
3267         as such.
3268
3269 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
3270
3271         'make distcheck' fixes.
3272         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
3273         (html): Run 'gtkdoc-fixxref' in $(srcdir).
3274         (dist-check-gtkdoc): Add missing quote.
3275         (dist-hook): Copy in dependency order, so that none of the
3276         makerules are fired in a tarball build.
3277
3278         * gobject/Makefile.am: Likewise.
3279
3280 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3281
3282         * glib/glib-sections.txt: Added misc items.
3283
3284         * glib/tmpl/random_numbers.sgml: Documentation for the random
3285         number generator.
3286
3287 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
3288
3289         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
3290         $top_srcdir)/gobject.
3291         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
3292
3293 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
3294
3295         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
3296
3297 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
3298
3299         * Some further makefile improvement.
3300          
3301         * Restore all the docs that mysteriously vanished earlier.
3302
3303 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
3304
3305         * gobject/Makefile.am glib/Makefile.am: Improve 
3306         separation of generic non-generic parts and dependencies. 
3307
3308 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
3309
3310         * Moved into glib source tree, updated glib-sections.txt
3311         and Makefile.am for glib-1.3.x.
3312
3313 2000-07-01  Damon Chaplin  <damon@helixcode.com>
3314
3315         * tmpl/string_utils.sgml: updated g_strndup.
3316
3317 2000-06-11  Damon Chaplin  <damon@helixcode.com>
3318
3319         * tmpl/messages.sgml: updated a bit more.
3320
3321 2000-06-11  Damon Chaplin  <damon@helixcode.com>
3322
3323         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
3324
3325 2000-04-16  Damon Chaplin  <damon@helixcode.com>
3326
3327         * tmpl/linked_lists_single.sgml: 
3328         * tmpl/linked_lists_double.sgml: 
3329         * tmpl/trees-nary.sgml: updated.
3330
3331         * tmpl/modules.sgml: described g_module_build_path().
3332
3333         * tmpl/date.sgml: made short description lower case and end in a '.'.
3334
3335         * glib-sections.txt: rearranged GDate section.
3336
3337         * tmpl/arrays.sgml: 
3338         * tmpl/arrays_byte.sgml: 
3339         * tmpl/arrays_pointer.sgml: updated.
3340
3341 2000-02-21  Damon Chaplin  <damon@helixcode.com>
3342
3343         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
3344         to note that only the first source found is removed.
3345
3346 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3347
3348         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
3349         Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
3350         GVoidFunc & GFreeFunc.
3351
3352 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3353
3354         * glib-sections.txt, tmpl/threads.sgml: Removed
3355         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
3356
3357         * glib-overrides.txt: New file, that makes most of the thread
3358         related macros look like functions.
3359
3360         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
3361
3362         * tmpl/threads.sgml: Minor updates.
3363         
3364 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
3365
3366         * tmpl/datasets.sgml: Added missing </para>
3367         * tmpl/timers.sgml: Added missing </para>
3368         * tmpl/misc_utils.sgml: Added missing </para>
3369         * tmpl/linked_lists_double.sgml: Added missing </para>
3370         * tmpl/linked_lists_single.sgml: Added missing </para>
3371         * tmpl/threads.sgml: Removed extra <para>s.
3372         * tmpl/main.sgml: Added missing </para>
3373
3374 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
3375
3376         * README: Added some simple build instructions.
3377
3378 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
3379
3380         * Import into CVS of glib-reference-1.1.3
3381           Filled in some basic contents for AUTHORS
3382           README, and README.cvs  
3383