2.13.6
[glib.git] / docs / reference / ChangeLog
blob686b11ef0e2d6788e10819e7fedb328428816491
1 Fri Jun 29 2007  Matthias Clasen  <mclasen@redhat.com>
3         * === Released 2.13.6 ===
5 Wed Jun 27 11:43:01 2007  Tim Janik  <timj@gtk.org>
7         * gobject/tmpl/gtype.sgml (initializers): typo fix, #451459.
9 2007-06-23  Emmanuele Bassi  <ebassi@gnome.org>
11         * glib/tmpl/memory.sgml: Add a clarification about pairing the
12         memory allocation and free functions, and not mix system's
13         malloc/free with the corresponding GLib ones. (#450216, Hubert
14         Figuiere)
16 2007-06-18  Matthias Clasen  <mclasen@redhat.com>
18         * === Released 2.13.5 ===
20 2007-06-18  Emmanuele Bassi  <ebassi@gnome.org>
22         * glib/glib-sections.txt: Add g_timeout_add_seconds_full().
24 2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
26         * glib/tmpl/quarks.sgml:
28 2007-06-16  Emmanuele Bassi  <ebassi@gnome.org>
30         * glib/tmpl/macros.sgml: Document the undefined behaviour of
31         CLAMP() if low > high. (#448260)
33 2007-06-13  Sven Neumann  <sven@gimp.org>
35         * glib/glib-sections.txt
36         * glib/tmpl/memory_slices.sgml: document g_slice_copy() and
37         g_slice_dup().
39 2007-06-13  Matthias Clasen  <mclasen@redhat.com>
41         * glib/tmpl/warnings.sgml: Add some verbiage about
42         intended use cases for the g_return macros, inspired
43         by a bugzilla comment by Havoc Pennington.
45 2007-06-05  Matthias Clasen  <mclasen@redhat.com>
47         * === Released 2.13.4 ===
49 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
50         
51         * === Released 2.13.3 ===
53 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
55         * glib/glib-sections.txt:
56         * glib/tmpl/misc_utils.sgml: Add g_get_special_user_dir()
57         and GUserDirectory.
59 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
61         * glib/tmpl/i18n.sgml: Add some hints about
62         xgettext invokation.
64 2007-05-30  Dan Winship  <danw@novell.com>
66         * glib/glib-sections.txt: 
67         * glib/tmpl/keyfile.sgml: add G_KEY_FILE_DESKTOP_* macros
69 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
71         * gobject/tmpl/objects.sgml: Fix a typo
73 2007-05-22  Matthias Clasen  <mclasen@redhat.com>
75         * === Released 2.13.2 ===
77 2007-05-17  Matthias Clasen  <mclasen@redhat.com>
79         * glib/tmpl/messages.sgml: Fix a typo (#436547,
80         Guillaume Desmottes)
82 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
84         * glib/running.sgml: Document g_slice_debug_tree_statistics
85         as debug-only functionality.
87 2007-05-11  Matthias Clasen  <mclasen@redhat.com>
89         * glib/tmpl/option.sgml: Document new G_OPTION_ARG_REMAINING
90         functionality.
92 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
94         * glib/glib-sections.txt:
95         * glib/tmpl/messages.sgml:
96         Add g_unichar_ismark().
98 2007-05-03  Matthias Clasen <mclasen@redhat.com>
100         * === Released 2.13.1 ===
102 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
104         * glib/glib-sections.txt: Add new regex functions
106 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
108         * glib/glib-sections.txt: 
109         * glib/tmpl/gregex.sgml: Update for the GRegex/GMatchInfo
110         split.
112 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
114         * glib/glib-sections.txt: Add g_option_context_get_help.
116 2007-04-11  Emmanuele Bassi  <ebassi@gnome.org>
118         * glib/glib-sections.txt: Add new hash functions.
120 2007-04-02  Ryan Lortie  <desrt@desrt.ca>
122         * gobject/tmpl/objects.sgml: Document ->constructed().
124 2007-03-18  Matthias Clasen  <mclasen@redhat.com>
126         * glib/tmpl/thread_pools.sgml:
127         * glib/tmpl/strings.sgml:
128         * glib/tmpl/string_chunks.sgml:
129         * glib/tmpl/spawn.sgml:
130         * glib/tmpl/patterns.sgml:
131         * glib/tmpl/modules.sgml:
132         * glib/tmpl/memory_slices.sgml:
133         * glib/tmpl/memory.sgml:
134         * glib/tmpl/gregex.sgml: Trivial cleanups
136 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
138         * === Released 2.13.0 ===
140 Fri Mar 16 16:04:42 2007  Tim Janik  <timj@gtk.org>
142         * glib/tmpl/scanner.sgml: some fixups, mention that changing scanner 
143         config during the parsing phase is supported behavior.
145 2007-03-15  Marco Barisione <marco@barisione.org>
147         Add GRegex for regular expression matching.  (#50075)
149         * glib/Makefile.am:
150         * glib/glib-docs.sgml:
151         * glib/glib-sections.txt:
152         * glib/tmpl/glib-unused.sgml:
153         * glib/regex-syntax.sgml:
154         * glib/tmpl/gregex-unused.sgml:
155         * glib/tmpl/gregex.sgml: Add GRegex.
157         * glib/building.sgml: Document build options for GRegex.
159 2007-03-14  Stefan Kost  <ensonic@users.sf.net>
161         * gobject/tmpl/gparamspec.sgml:
162           Readd docs for G_PARAM_STATIC_NICK and add docs for new
163           G_PARAM_STATIC_STRINGS (fixes #418021).
165 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
167         * glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145)
169         * glib/tmpl/trees-nary.sgml: Fix a typo in the docs for
170         g_node_first_child().  (#409395, Vincent Untz)
172 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
174         * gobject/tut_gobject.xml:
175         * gobject/tut_gsignal.xml:
176         * gobject/tut_gtype.xml:
177         * gobject/tut_howto.xml:
178         * gobject/tut_intro.xml:
179         * gobject/tut_tools.xml:
180         Format XML to be more editable. Describe Interfaces better. Add a
181         footnote at first occurance of 'maman_'.
183 2007-02-08  Stefan Kost  <ensonic@users.sf.net>
185         * gobject/tut_gobject.xml:
186         * gobject/tut_gsignal.xml:
187         * gobject/tut_gtype.xml:
188         * gobject/tut_howto.xml:
189         * gobject/tut_tools.xml:
190         Unify spelling of GObject and GType. Improve some wording. Update the
191         usage of private data. Make tables use row-spans and add id's to them.
193 2007-01-30  Matthias Clasen  <mclasen@redhat.com>
195         * gobject/tmpl/gsignal.sgml: Correct a typo.
196         (#401994, Mariano Suarez-Alvarez)
198 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
200         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL
201         support for Sun Studio.
203 2007-01-23  Matthias Clasen  <mclasen@redhat.com>
205         * gobject/tmpl/objects.sgml: Document 
206         g_object_class_override_property as 2.4 addition (#399940, 
207         Ian Turner)
209 2007-01-17  Behdad Esfahbod  <behdad@gnome.org>
211         * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY
212         doc that was removed accidentally.
214 2007-01-15  Matthias Clasen  <mclasen@redhat.com>
216         * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK.
217         (#396564, Vincent Untz)
219 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
221         * glib/tmpl/keyfile.sgml: Small clarifications.
223 2007-01-03  Behdad Esfahbod  <behdad@gnome.org>
225         * glib/glib-sections.txt: Add g_unichar_iszerowidth.
227         * glib/tmpl/glib-unused.sgml:
228         * glib/tmpl/keyfile.sgml:
229         * glib/tmpl/macros_misc.sgml:
230         * glib/tmpl/messages.sgml:
231         * glib/tmpl/unicode.sgml:
232         Template changes.
234 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
235         
236         * glib/running.sgml: Remove C99ism from example.
238 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
240         * glib/tmpl/threads.sgml: Fix whitespace.  (#391116)
241         
242 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
244         * gobject/tmpl/gtype.sgml: Updates
246         * gobject/tmpl/gtypemodule.sgml: Document dynamic type
247         registration macros.
249         * gobject/gobject-docs.sgml: Add "Since 2.14" index
250         * gobject/gobject-sections.txt: Add dynamic type macros
252 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
254         * gobject/tmpl/objects.sgml: Clarify a detail about
255         g_object_set_data_full.  (#343750, Christian Neumair)
257 Wed Dec 27 15:56:53 2006  Tim Janik  <timj@gtk.org>
259         * glib/tmpl/memory_slices.sgml: 
260         * glib/running.sgml: document G_SLICE=debug-blocks.
262 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
264         * glib/running.sgml:
265         * glib/tmpl/option.sgml:
266         * glib/tmpl/date.sgml: Add hints for locale-dependent functions.
268 2006-12-18  Matthias Clasen  <mclasen@redhat.com>
270         * glib/tmpl/keyfile.sgml: Small clarification (#369908,
271         Tapani Pälli)
273 2006-12-17  Matthias Clasen  <mclasen@redhat.com>
275         * glib/tmpl/spawn.sgml: Refer to g_child_watch_add() in addition
276         to waitpid().
278         * gobject/tmpl/objects.sgml: Expand GObject::notify
279         documentation.  (#381722, Nickolay V. Shmyrev)
281         * gobject/tmpl/gparamspec.sgml: Add canonical-parameter-name id.
283 2006-12-15  Matthias Clasen  <mclasen@redhat.com>
285         * glib/glib-docs.sgml: Add a "Since 2.14" section.
287         * glib/glib-sections.txt: Add g_string_chunk_clear.
288         
289 2006-12-14  Matthias Clasen  <mclasen@redhat.com>
291         * gobject/*.xml: s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
293         * glib/tmpl/keyfile.sgml: Clarify the behaviour
294         wrt. to duplicate keys and groups.
296 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
298         * glib/tmpl/modules.sgml: Point out that valid symbols may be NULL.
300 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
302         * glib/tmpl/unicode.sgml: Document GUnicodeType.
304 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
306         * glib/glib-sections.txt: Add g_unichar_get_script() and
307         GUnicodeScript.
309         * glib/tmpl/unicode.sgml: Document GUnicodeScript
311         * gobject/tmpl/enumerations_flags.sgml: Add a hint about
312         the requirement that enum and flags values must be static.
314 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
316         * glib/tmpl/option.sgml: Improve example.  (#367625, Ross Burton) 
318 Mon Sep 11 14:57:46 2006  Tim Janik  <timj@imendio.com>
320         * glib/running.sgml: documented G_DEBUG flags resident-modules
321         and bind-now-modules, patch by Christian Persch on bug #345099.
323 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
325         * glib/glib-sections.txt: Add new functions
327 2006-08-28  Matthias Clasen  <mclasen@redhat.com>
329         * glib/compiling.sgml: Add a note about G_DISABLE_DEPRECATED.
330         (#353172, Matt Barnes)
332 Wed Aug 16 13:55:39 2006  Tim Janik  <timj@imendio.com>
334         * glib/tmpl/trash_stack.sgml: added notes about complexity.
336 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
338         * === Released 2.12.2 ===
340 2006-08-10  Josh Parsons  <josh.parsons@stonebow.otago.ac.nz>
342         * gobject/tmpl/gtype.sgml:
343         * glib/tmpl/threads.sgml: Style and grammar fixes.
345 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
347         * glib/tmpl/messages.sgml: Add some hints
348         about making warnings fatal.  (#348785, Matt
349         Barnes)
351 2006-07-22  Matthias Clasen  <mclasen@redhat.com>
353         * === Released 2.12.1 ===
355 2006-07-20  Tor Lillqvist  <tml@novell.com>
357         * glib/tmpl/date.sgml: Improve doc for
358         g_date_strftime(). (#346197)
360 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
362         * glib/tmpl/base64.sgml: Remove bogus reference
363         to nonexisting function.  (#346660, Mark Drago)
364         
365 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
367         * === Released 2.12.0 ===
369 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
371         * === Released 2.11.4 ===
373 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
375         * === Released 2.11.3 ===
377 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
379         * === Released 2.11.2 ===
381 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
383         * glib/glib-sections.txt: Add new hash table functions.
384         Add new g_source functions.
386 Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>
388         * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
390 2006-05-28  Matthias Clasen  <mclasen@redhat.com>
392         * glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT.
394 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
396         * glib/glib-sections.txt: Add g_ascii_strtoll
398 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
400         * === Released 2.11.1 ===
402 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
404         * glib/glib-sections.txt: Document new api.
406 2006-05-11  Bastien Nocera  <hadess@hadess.net>
408         * glib/tmpl/option.sgml: add documentation for G_OPTION_ARG_INT64
410 2006-05-10  Matthias Clasen  <mclasen@redhat.com>
412         * gobject/tmpl/gtype.sgml: Updates
414 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
415         
416         * === Released 2.11.0 ===
418 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
420         * gobject/tmpl/gtypemodule.sgml: Document a little
421         pitfall with the last unref for an object.
423 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
425         * glib/tmpl/unicode.sgml: Mention that GLib 2.12 will
426         support UCD 5.0.
428 2006-04-21  Matthias Clasen  <mclasen@redhat.com>
430         * gobject/gobject-sections.txt:
431         * gobject/tmpl/objects.sgml: 
432         * gobject/tmpl/gtype.sgml: Additions
434         * glib/glib-docs.sgml:
435         * gobject/gobject-docs.sgml: Add 2.12 indices.
437         * gobject/tmpl/gtype.sgml: Document g_type_register_static_simple
439 2006-04-19  Matthias Clasen  <mclasen@redhat.com>
441         * gobject/tmpl/objects.sgml: Add some missing Since: 2.8 tags
443 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
445         * glib/glib-sections.txt: Add new keyfile api
447 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
449         * gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.  
450         (#322883, Christophe Fergeau)
451         
452 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
454         * gobject/tmpl/signals.sgml: Document class_offset 0.
455         and that class_closure may be NULL.
457 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
459         * glib/glib-sections.txt:
460         * glib/glib-docs.sgml: Add Base64 section
462 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
464         * gobject/tmpl/objects.sgml: Add some verbiage to 
465         g_object_ref_sink_docs.  (#336677)
467 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
469         * gobject/tmpl/objects.sgml: Update the floating docs wrt
470         to GInitiallyUnowned.
472         * gobject/tmpl/param_value_types.sgml: 
473         * gobject/tmpl/objects.sgml: 
474         * gobject/tmpl/gtype.sgml: Additions
476         * glib/tmpl/messages.sgml: Cleanup
478         * glib/tmpl/memory_slices.sgml: Adapt to a parameter name change
480         * glib/tmpl/linked_lists_double.sgml: Document g_list_free1
482 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
484         * glib/tmpl/option.sgml: Document floating point arguments
486 Fri Mar 24 15:22:04 2006  Tim Janik  <timj@imendio.com>
488         * glib/tmpl/atomic_operations.sgml: some wording fixups.
490 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
492         * glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated.
493         (#335294, Richard Laager)
495 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
497         * glib/tmpl/option.sgml: Hint that @error should
498         be set in error cases.  (#334646, Christian Persch)
500 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
502         * glib/templ/timers.sgml: Mention that the second
503         parameter of g_timer_elapsed can be NULL (#333916,
504         Christian Neumair)
506 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
508         * ===  Released 2.10.1 ===
510 2006-02-24  Matthias Clasen  <mclasen@redhat.com>
512         * === Released 2.10.0 ===
514 2006-02-22  Stefan Kost  <ensonic@users.sf.net>
516         * gobject/tmpl/gtype.sgml:
517           add @since: for _add_private, _GET_PRIVATE
518         * gobject/tut_gobject.xml:
519           fix example to use ->priv and not ->private
520         * gobject/tut_howto.xml:
521           fix g_type_class_add_private example
523 2006-02-14  Tor Lillqvist  <tml@novell.com>
525         * glib/tmpl/iochannels.sgml: Document some Windows-specific issues.
527         * glib/glib-sections.txt: Move three Windows-specific functions
528         that now are documented from being Private to the correct section.
530 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
532         * === Released 2.9.6 ===
534 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
536         * glib/tmpl/date.sgml: Fix a typo (#329123, Kjartan Maraas)
538 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
540         * === Released 2.9.5 ===
542 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
544         * glib/glib-sections.txt: 
545         * glib/tmpl/memory.sgml: Document g_mem_gc_friendly.
547 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
549         * gobject/tut_tools.xml: Mention g_trap_object_ref
551         * glib/running.sgml: Add g_trap variables to the index.
552         Mention conditional breakpoints as an alternative.
554 Wed Jan 25 17:32:22 2006  Tim Janik  <timj@gtk.org>
556         * glib/tmpl/memory_slices.sgml: link to G_DEBUG/G_SLICE where appropriate.
558 Wed Jan 25 17:12:47 2006  Tim Janik  <timj@gtk.org>
560         * glib/running.sgml: documented G_SLICE=always-malloc and
561         G_DEBUG=gc-friendly. added anchors for each env var.
563 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
564         
565         * === Released 2.9.4 ===
567 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
569         * glib/tmpl/scanner.sgml: Add a note explaining peculiarities
570         of peek_token wrt to scope changes.  (#307922)
571         
572 2006-01-17  Matthias Clasen  <mclasen@redhat.com>
574         * glib/tmpl/memory.sgml: Add a note about casting the results
575         of g_new() and g_new0().
577 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
579         * === Released 2.9.3 ===
581 2006-01-12  Federico Mena Quintero  <federico@ximian.com>
583         * glib/file-name-encodings.sxd: Replaced with the correct file.
585         * glib/file-name-encodings.png: Huh?  This was a 6-byte file.
586         Replaced it with the correct one.
588 2006-01-07  Stefan Kost  <ensonic@users.sf.net>
590         * gobject/tut_gtype.xml:
591           fix internal link, little XXX cleanup
593 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
595         * === Released 2.9.2 ===
597 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
599         * glib/glib-sections.txt: Add new API 
601 2006-01-02  Stepan Kasal  <kasal@ucw.cz>
603         * glib/glib-docs.sgml (glib-Windows-Compatability-Functions): Rename
604         (glib-Windows-Compatibility-Functions): , ie. s/Compata/Compati/
605         * glib/glib-sections.txt: s/Compata/Compati/
607 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
609         * gobject/gobject-sections.txt:
610         * gobject/tmpl/param_value_types.sgml: Document GType 
611         paramspecs
613 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
615         * glib/glib-sections.txt: add g_thread_pool_set_sort_function.
616         
617 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
619         * glib/tmpl/*.sgml: Update versioned deprecation
621         * gobject/tmpl/gboxed.sgml: Document G_TYPE_HASH_TABLE.
623         * glib/glib-sections.txt: Add g_list_free1
625         * glib/glib-overrides.txt: Remove G_THREADS_IMPL_SOLARIS
627 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
629         * glib/glib-sections.txt: 
630         * glib/tmpl/atomic_operations.sgml: Document new atomic
631         operations.
633 2005-12-14  Federico Mena Quintero  <federico@ximian.com>
635         * glib/building.sgml: Clarify exactly what happens when you use --enable-gc-friendly.
637 Mon Dec 12 15:31:41 2005  Tim Janik  <timj@imendio.com>
639         * gobject/tmpl/objects.sgml: corrected floating reference documentation.
641 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
643         * === Released 2.9.1 ===
645 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
647         * gobject/tmpl/gparamspec.sgml: 
648         * gobject/tmpl/gtype.sgml: Document n_preallocs as
649         ignored.
651 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
653         * glib/glib-sections.txt: Updates
654         
655         * glib/tmpl/memory_slices.sgml: Fix a small formatting
656         problem.
658         * glib/tmpl/trees-nary.sgml: 
659         * glib/tmpl/linked_lists_single.sgml: 
660         * glib/tmpl/linked_lists_double.sgml: 
661         * glib/tmpl/caches.sgml: 
662         * glib/tmpl/strings.sgml: 
663         * glib/tmpl/scanner.sgml: 
664         * glib/tmpl/main.sgml: Add versioned deprecation.
666 Mon Dec  5 15:53:37 2005  Tim Janik  <timj@imendio.com>
668         * glib/tmpl/memory_slices.sgml: updates to new g_slice API
669         and minor fixes.
671 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
673         * gobject/tmpl/generic_values.sgml: 
674         * glib/tmpl/trees-nary.sgml: 
675         * glib/tmpl/linked_lists_double.sgml: 
676         * glib/tmpl/linked_lists_single.sgml: 
677         * glib/tmpl/memory_chunks.sgml: 
678         * glib/tmpl/allocators.sgml: 
679         * glib/tmpl/macros_misc.sgml: Updates 
681         * glib/Makefile.am: Ignore gmirroringtable.h
683 2005-12-04  Matthias Clasen  <mclasen@redhat.com>
685         * glib/tmpl/macros_misc.sgml: Document G_GNUC_WARN_UNUSED_RESULT.
687 2005-12-03  Matthias Clasen  <mclasen@redhat.com>
689         * glib/tmpl/caches.sgml: Document g_cache_value_foreach
690         as deprecated; document g_cache_key_foreach more thorougly
692         * glib/glib-sections.txt:
693         * glib/tmpl/linked_lists_single.sgml: Add g_slist_free1.
695         * glib/tmpl/memory_chunks.sgml: Document GMemChunk
696         as deprecated.
698         * glib/glib-docs.sgml: 
699         * glib/glib-sections.txt: 
700         * glib/tmpl/memory_slices.sgml: Document the slice
701         allocator.
703 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
705         * glib/building.sgml: 
706         * glib/tmpl/threads.sgml: 
707         * glib/glib-sections.txt: Remove G_THREADS_IMPL_SOLARIS
709         * glib/tmpl/types.sgml: Document G_GUINT64_CONSTANT.
711 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
713         * gobject/gobject-sections.txt: 
714         * gobject/tmpl/gboxed.sgml: Add g_object_ref_sink,
715         g_object_is_floating, g_param_spec_ref_sink, 
716         G_TYPE_HASH_TABLE
718 2005-11-22  Matthias Clasen  <mclasen@redhat.com>
720         * glib/glib-sections.txt: Add g_hash_table_ref
721         and g_hash_table_unref
723 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
725         * === Released 2.9.0 ===
727 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
729         * glib/tmpl/date.sgml: 
730         * glib/glib-sections.txt: Add g_date_set_time_t,
731         g_date_set_time_val and g_thread_foreach
733 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
735         * glib/tmpl/threads.sgml: Improve GOnce docs.
736         (#320950, Christophe Fergeau)
738 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
740         * glib/running.sgml: Document fatal_criticals.
742 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
744         * gobject/gobject-sections.txt: 
745         * gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
746         (#319885, Milosz Derezynski)
748 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
750         * glib/tmpl/unicode.sgml: Add a footnote about surrogate 
751         pairs.  (#317683, Behdad Esfahbod)
753 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
755         * glib/compiling.sgml: Document gmodule-no-export-2.0
757 2005-10-01  Davyd Madeley  <davyd@fugro-fsi.com.au>
759         * glib/tmpl/string_utils.sgml: Minor documentation improvements for
760           g_strchug, g_strchomp and g_strstrip. Brought forward from glib-2-8.
762 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
764         * glib/tmpl/quarks.sgml: 
765         * glib/glib-sections.txt: Add string interning functions.
767 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
769         * glib/tmpl/arrays.sgml: 
770         * glib/tmpl/arrays_pointer.sgml: 
771         * glib/tmpl/arrays_byte.sgml: Enhance sort() documentation.
772         (#314839, Behdad Esfahbod)
774 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
776         * glib/glib-docs.sgml:
777         * gobject/gobject-docs.sgml: Add indices for new
778         symbols in 2.10
780         Improvements pointed out by Behdad Esfahbod (#314460):
781         
782         * glib/tmpl/strings.sgml: Fix up some character/byte
783         sloppyness.
785         * glib/tmpl/iochannels.sgml: Don't mention deprecated
786         functions in the introduction.
788 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
790         * === Released 2.8.1 ===
792 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
794         * glib/tmpl/date.sgml: Point out time_t vs GTime pitfalls.
796 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
798         * glib/glib-gettexttize.xml:
799         * gobject/glib-genmarshal.xml:
800         * gobject/glib-mkenums.xml: Fix some trivial
801         formatting problems.  (#313099, Stepan Kasal)
803         * glib/tmpl/modules.sgml: Document that file_name can
804         be NULL.  (#313143, Gustavo Carneiro)
806         * glib/tmpl/linked_lists_single.sgml: 
807         * glib/tmpl/linked_lists_double.sgml: Clarify docs
808         a little.  (#311727, Tristan van Berkom)
810 2005-08-12  Matthias Clasen  <mclasen@redhat.com>
812         * === Released 2.8.0 ===
814 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
816         Fix typos: Invokation --> Invocation (in various places)
818         * glib/tmpl/error_reporting.sgml: Fix a typo.
819         * gobject/tut_howto.xml: Several typos and stylistic changes.
821 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
823         * gobject/tmpl/gparamspec.sgml: 
824         * glib/tmpl/types.sgml: 
825         * glib/tmpl/option.sgml: Small fixes.
827         * gobject/tmpl/generic_values.sgml: Small fixes
829 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
831         * === Released 2.7.7 ===
833 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
835         * === Released 2.7.6 ===
837 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
839         * === Released 2.7.5 ===
841 Sat Jul 30 23:40:35 2005  Tim Janik  <timj@gtk.org>
843         * glib/tmpl/datalist.sgml:
844         * glib/tmpl/datalset.sgml: document non-thread-safety for 
845         _foreach() functions.
847 2005-07-26  Matthias Clasen  <mclasen@redhat.com>
849         * glib/tmpl/arrays.sgml: One more improvement.
851 2005-07-25  Matthias Clasen  <mclasen@redhat.com>
853         * glib/tmpl/arrays.sgml: Add some details.  (#311310,
854         Jochen Baier)
856 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
858         * === Released 2.7.4 ===
860 2005-07-20  Matthias Clasen  <mclasen@redhat.com>
862         * glib/tmpl/macros_misc.sgml: Add some discouraging
863         comments to the G_INLINE_FUNC macros.  (#310836,
864         Callum McKenzie)
866 2005-07-19  Matthias Clasen  <mclasen@redhat.com>
868         * glib/tmpl/byte_order.sgml: Add docs for #307047,
869         Bryan Silverthorn.
871 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
873         * === Released 2.7.3 ===
874         
875 2005-07-13  Matthias Clasen  <mclasen@redhat.com>
877         * glib/glib-overrides.txt: Add G_VA_COPY
879         * glib/tmpl/option.sgml: Document that short names must
880         be printable ASCII characters != '-'.
882 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
883         
884         * === Released 2.7.2 ===
886 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
888         * gobject/gobject-docs.sgml: 
889         * glib/glib-docs.sgml: Add the "new in 2.8" index.
891 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
893         * gobject/tmpl/objects.sgml: Add an example
894         for using a custom constructor.
896 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
898         * === Released 2.7.1 ===
900 2005-06-29  Matthias Clasen  <mclasen@redhat.com>
902         * glib/tmpl/threads.sgml: 
903         * glib/tmpl/option.sgml: 
904         * glib/tmpl/fileutils.sgml: 
905         * glib/tmpl/iochannels.sgml: 
906         * glib/tmpl/hooks.sgml: 
907         * glib/tmpl/misc_utils.sgml: 
908         * glib/tmpl/date.sgml: 
909         * glib/glib-sections.txt: Updates
911 2005-06-24  Matthias Clasen  <mclasen@redhat.com>
913         * glib/glib-sections.txt: Add GMappedFile functions.
915 2005-06-18  Matthias Clasen  <mclasen@redhat.com>
917         * glib/tmpl/option.sgml (GOptionFlags): document
918         G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME  (Dan Winship)
920 2005-06-16  Mathieu Lacage <mathieu@gnome.org>
922         * gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
923         
924 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
926         * === Released 2.7.0 ===
928 2005-06-09  Matthias Clasen  <mclasen@redhat.com>
930         * glib/glib-sections.txt: Add g_chdir
932         * glib/tmpl/threads.sgml: Document that stack size
933         will be ignored if the underlying thread implementation
934         doesn't support stack sizes.
936 2005-06-07  Matthias Clasen  <mclasen@redhat.com>
938         * glib/glib-sections.txt: Add g_utf8_collate_key_for_filename.
940 2005-05-25  Mathieu Lacage <mathieu@gnome.org>
942         * gobject/tut_*.xml: fix lots of typos, 
943         some of which were reported by Leonardo Boshell.
945 2005-05-23  Matthias Clasen  <mclasen@redhat.com>
947         * glib/tmpl/threads.sgml: Point out exceptions to the
948         general GLib data structure locking rules.
950 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
952         * glib/tmpl/threads.sgml: Add a paragraph about thread
953         safety of GLib data structures.
955         * glib/compiling.sgml: Update an example from 1.3 to 2.x
957 2005-05-13  Matthias Clasen  <mclasen@redhat.com>
959         * gobject/glib-genmarshal.1: 
960         * gobject/glib-genmarshal.xml: Mention 64bit integer
961         types.
963 2005-05-10  Matthias Clasen  <mclasen@redhat.com>
965         * glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
966         Daniel Vaillard.
968 2005-05-09  Matthias Clasen  <mclasen@redhat.com>
970         * gobject/tmpl/value_collection.sgml: 
971         * gobject/tmpl/gboxed.sgml: 
972         * gobject/tmpl/enumerations_flags.sgml: 
973         * gobject/tmpl/objects.sgml: Add long descriptions.
975 2005-05-05  Owen Taylor  <otaylor@redhat.com>
977         * glib/Makefile.am glib/glib-sections.txt gobject/gobject-sections.txt:
978         Update
980         * gobject/tmpl/objects.sgml: Document toggle-references.
982 2005-05-02  Matthias Clasen  <mclasen@redhat.com>
984         * glib/tmpl/hash_tables.sgml: Move some docs inline.
986         * glib/tmpl/windows.sgml: 
987         * gobject/tmpl/signals.sgml: 
988         * gobject/tmpl/generic_values.sgml: 
989         * gobject/tmpl/gtype.sgml: 
990         * gobject/tmpl/value_arrays.sgml: 
991         * gobject/tmpl/param_value_types.sgml: 
992         * gobject/tmpl/gtypemodule.sgml:
993         * gobject/tmpl/enumerations_flags.sgml: Small additions.
995 2005-05-01  Matthias Clasen  <mclasen@redhat.com>
997         * glib/tmpl/completions.sgml: Document
998         strncmp_func.
1000         glib/glib-sections.txt: Add new API.
1002 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
1004         * gobject/tmpl/gboxed.sgml: 
1005         * gobject/gobject-sections.txt: Add G_TYPE_DATE.
1007 2005-04-23  Stefan Kost  <ensonic@users.sf.net>
1009         * gobject/tut_gtype.xml:
1010         * gobject/tut_howto.xml:
1011         all interface examples use 'interface' instead of 'class'
1013 2005-04-22  Stefan Kost  <ensonic@users.sf.net>
1015         * gobject/Makefile.am:
1016         * gobject/gobject-docs.sgml:
1017         * gobject/tut_gobject.xml:
1018         * gobject/tut_gsignal.xml:
1019         * gobject/tut_gtype.xml:
1020         * gobject/tut_howto.xml:
1021         * gobject/tut_intro.xml:
1022         * gobject/tut_tools.xml:
1023         merged in docs form the gobject tutorial
1025 2005-03-29  Matthias Clasen  <mclasen@redhat.com>
1027         * glib/tmpl/arrays_pointer.sgml: Clarify the docs for
1028         g_ptr_array_free and g_ptr_array_remove_range.  (#170148, 
1029         #170149, Jared Lash)
1031 2005-03-29  Tor Lillqvist  <tml@novell.com>
1033         * glib/tmpl/spawn.sgml: Add Win32 warnings regarding the child
1034         setup function.
1036 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
1038         * glib/glib-sections.txt: 
1039         * glib/tmpl/memory.sgml: Document g_try_new, g_try_new0 
1040         and g_try_renew, g_try_malloc0.
1042 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
1044         * gobject/tmpl/gparamspec.sgml: Document G_PARAM_SPEC_STATIC_
1045         flags.
1047 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
1049         * glib/glib-sections.txt: 
1050         * glib/tmpl/macros_misc.sgml: Document G_GNUC_NULL_TERMINATED.
1052 2005-03-07  Matthias Clasen  <mclasen@redhat.com>
1054         * gobject/tmpl/gtype.sgml:
1055         * gobject/tmpl/param_value_types.sgml:
1056         * gobject/tmpl/gparamspec.sgml: Apply patches by
1057         Stefan Kost to document naming restrictions. (#167614)
1059 2005-02-10  Matthias Clasen  <mclasen@redhat.com>
1061         * glib/tmpl/option.sgml: Fix a typo.  (#166985)
1063 2005-02-07  Matthias Clasen  <mclasen@redhat.com>
1065         * glib/glib-sections.txt: Add g_listenv.
1067 2005-02-04  Matthias Clasen  <mclasen@redhat.com>
1069         * glib/tmpl/linked_lists_double.sgml: 
1070         * glib/tmpl/linked_lists_single.sgml: Add a note 
1071         regarding inefficiency of repeated appends. (#166271,
1072         Olivier Sessink)
1074 2005-02-03  Matthias Clasen  <mclasen@redhat.com>
1076         * glib/tmpl/quarks.sgml: Add a warning against
1077         using g_quark_from_static_string() in dynamically
1078         loaded modules. 
1080 2005-02-02  Matthias Clasen  <mclasen@redhat.com>
1082         * glib/tmpl/misc_utils.sgml: 
1083         * glib/tmpl/hash_tables.sgml: Move some doc 
1084         comments inline.
1086 2005-01-16  Matthias Clasen  <mclasen@redhat.com>
1088         * gobject/tmpl/enumerations_flags.sgml: Fix an
1089         example.  (#164269, Sebastien Bacher)
1090         
1091 2005-01-07  Matthias Clasen  <mclasen@redhat.com>
1093         * === Released 2.6.1 ===
1095 2005-01-06  Matthias Clasen  <mclasen@redhat.com>
1097         * glib/tmpl/keyfile.sgml: Add hint about group name 
1098         case sensitivity.  (#163029, Bastien Nocera)
1100 2005-01-04  Matthias Clasen  <mclasen@redhat.com>
1102         * gobject/tmpl/signals.sgml: Small addition. (#145158,
1103         Mariano Su??rez-Alvarez)
1105 2004-12-20  Matthias Clasen  <mclasen@redhat.com>
1107         * gobject/tmpl/signals.sgml: Fix a typo.  (#161713,
1108         Vincent Untz)
1110 2004-12-17  Matthias Clasen  <mclasen@redhat.com>
1112         * glib/tmpl/misc_utils.sgml: Clarify g_get_prgname docs.  
1113         (#161480, Danny Milo)
1115 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
1117         * glib/tmpl/version.sgml: Improve wording.  (#161484,
1118         Christian Biere)
1120         * === Released 2.6.0 ===
1121         
1122 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
1124         * glib/glib-sections.txt: Add g_rmdir
1126 2004-12-15  Alexander Larsson  <alexl@redhat.com>
1128         * glib/glib-sections.txt:
1129         Add g_filename_display_basename
1131 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
1133         * gobject/tmpl/generic_values.sgml: Document some return
1134         values.  (#161345, Stefan Kost)
1136 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
1138         * === Released 2.5.7 ===
1139         
1140 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
1142         * glib/building.sgml: 
1143         * glib/tmpl/linked_lists_single.sgml: 
1144         * glib/tmpl/linked_lists_double.sgml: 
1145         * glib/tmpl/trees-nary.sgml: Add some warnings regarding
1146         --disable-mem-pools.
1148 2004-12-01  Matthias Clasen  <mclasen@redhat.com>
1150         * glib/tmpl/iochannels.sgml: Fix a typo.  (#160162, Tom Copeland)
1152 2004-11-30  Matthias Clasen  <mclasen@redhat.com>
1154         * glib/building.sgml: Document --enable-man and --disable-visibility.
1156 2004-11-28  Tor Lillqvist  <tml@iki.fi>
1158         * glib/tmpl/misc_utils.sgml: Document encoding of g_get_user_name(),
1159         g_get_real_name(), g_get_tmp_dir() and g_get_current_dir().
1161 2004-11-28  Matthias Clasen  <mclasen@redhat.com>
1163         * glib/tmpl/macros_misc.sgml: Document G_GNUC_MALLOC.
1165         * glib/glib-sections.txt: Add G_GNUC_MALLOC
1167 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
1169         * === Released 2.5.6 ===
1170         
1171 2004-11-08  Matthias Clasen  <mclasen@redhat.com>
1173         * glib/tmpl/trees-nary.sgml: Document G_TRAVERSE_LEAVES and
1174         G_TRAVERSE_NON_LEAVES
1176         * glib/tmpl/hooks.sgml: 
1177         * glib/tmpl/iochannels.sgml: Updates
1179 2004-11-04  Tor Lillqvist  <tml@iki.fi>
1181         * glib/tmpl/windows.sgml: Improve G_WIN32_HAVE_WIDECHAR_API
1182         documentation.
1184         * glib/tmpl/option.sgml: Document G_OPTION_FLAG_REVERSE.
1186 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
1188         * === Released 2.5.5 ===
1190 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
1192         * glib/glib-sections.txt: Add g_get_filename_charsets and
1193         g_filename_display_name.
1195 2004-11-01  Matthias Clasen  <mclasen@redhat.com>
1197         * glib/tmpl/option.sgml: Updates
1199 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
1201         * glib/tmpl/windows.sgml: Document G_WIN32_IS_NT_BASED,
1202         G_WIN32_HAVE_WIDECHAR_API.
1204         * glib/glib-sections.txt: Add g_lstat
1206         * glib/running.sgml: Document G_WIN32_PRETEND_WIN9X.
1208 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
1210         * glib/tmpl/option.sgml: Add an example.
1212         * glib/glib-sections.txt: Add G_OPTION_REMAINING
1214         * glib/tmpl/option.sgml: Add docs.
1216 2004-10-28  Matthias Clasen  <mclasen@redhat.com>
1218         * glib/tmpl/keyfile.sgml: Add some introductory notes.
1220 2004-10-27 Matthias Clasen  <mclasen@redhat.com>
1222         * === Released 2.5.4 ===
1224 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
1226         * glib/tmpl/fileutils.sgml: Add some intro.
1228 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
1230         * gobject/gobject-docs.sgml: Add an index for 2.6 additions.
1232         * gobject/gobject-sections.txt: Additions.
1234         * gobject/Makefile.am (IGNORE_HFILES): Add gobjectalias.h
1236         * glib/tmpl/main.sgml: Document GChildWatchFunc
1238         * glib/tmpl/keyfile.sgml: New template.
1240         * glib/glib-sections.txt: Additions.
1242         * glib/tmpl/macros_misc.sgml: Document some more of
1243         the macros.
1245 2004-10-25  Matthias Clasen  <mclasen@redhat.com>
1247         * glib/glib-docs.sgml:  Add GKeyFile section, add
1248         index for 2.6 additions.
1250 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
1252         * gobject/tmpl/gtype.sgml (GTypeInterfaceCheckData):
1253         Rename first parameter.
1255         * glib/glib-sections.txt: Add GKeyFile section.
1257 2004-10-17  Matthias Clasen  <mclasen@redhat.com>
1259         * glib/tmpl/macros.sgml: 
1260         * glib/glib-sections.txt: Document G_IS_DIR_SEPARATOR. 
1262 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
1264         * gobject/tmpl/objects.sgml: Improve the docs for
1265         g_object_get_property().  (#153424, Stefan Kost)
1267 2004-10-03  Matthias Clasen  <mclasen@redhat.com>
1269         * gobject/tmpl/signals.sgml: Improve docs for 
1270         g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)
1272 2004-09-20  Matthias Clasen  <mclasen@redhat.com>
1274         * glib/tmpl/messages.sgml: Correct the docs for the default log
1275         handler wrt to which messages go to stderr. (#153041, Philippe Blain)
1277 Sun Sep 19 23:15:17 2004  Matthias Clasen  <maclas@gmx.de>
1279         * glib/tmpl/patterns.sgml: Point to g_utf8_strreverse() for
1280         reversing UTF-8 strings.  (#153091, Adam Hooper)
1282 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
1284         * === Released 2.5.3 ===
1286 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
1288         * glib/Makefile.am: Ignore galias.h
1290         * glib/glib-sections.txt: Updates.
1292 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
1294         * glib/tmpl/misc_utils.sgml: Add a hint about $HOME to the
1295         docs of g_get_home_dir().
1297 Thu Sep  9 00:11:19 2004  Matthias Clasen  <maclas@gmx.de>
1299         * glib/glib-sections.txt: Add g_strv_length().
1301 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
1303         * glib/glib-sections.txt: Add g_get_language_names().
1305 Mon Sep  6 01:56:13 2004  Matthias Clasen  <maclas@gmx.de>
1307         * glib/tmpl/messages.sgml: Remove excess markup and fix a markup
1308         error.
1310 Sun Sep  5 01:44:23 2004  Matthias Clasen  <maclas@gmx.de>
1312         * glib/glib-sections.txt: 
1313         * glib/tmpl/messages.sgml: Document g_log_set_default_handler().
1315 Wed Sep  1 20:27:59 2004  Matthias Clasen  <maclas@gmx.de>
1317         * glib/glib-sections.txt: Add g_date_get_iso8601_week_of_year.
1319 Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>
1321         * glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
1323 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
1325         * glib/tmpl/fileutils.sgml: Add G_FILE_ERROR_NOSYS.
1327 2004-08-25 Matthias Clasen  <mclasen@redhat.com>
1329         * === Released 2.5.2 ===
1331 2004-08-23  Matthias Clasen  <mclasen@redhat.com>
1333         * glib/tmpl/warnings.sgml: Add an example for
1334         g_on_error_query() usage.  (#148716, Christian Persch)
1336 2004-08-12  Matthias Clasen  <mclasen@redhat.com>
1338         * glib/tmpl/threads.sgml: Document the necessity to call
1339         g_thread_init() when using threads 
1340         (even non-gthreads).  (#149490, Vincent Untz)
1343 Tue Aug  3 16:43:22 2004  Matthias Clasen  <maclas@gmx.de>
1345         * glib/glib-sections.txt: Add a section for GOption.
1346         * glib/glib-docs.sgml: Include GOption section.
1347         * glib/tmpl/option.sgml: New template.
1349 Tue Aug  3 15:34:16 2004  Matthias Clasen  <maclas@gmx.de>
1351         * glib/glib-sections.txt: Add a separate section for
1352         version information.
1353         * glib/glib-docs.sgml: Include version section.
1354         * glib/tmpl/version.sgml: New template.
1356 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
1358         * glib/glib-sections.txt: 
1359         * glib/tmpl/macros_misc.sgml: Document G_GNUC_INTERNAL.
1361 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
1363         * === Released 2.5.1 ===
1365 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
1367         * glib/tmpl/misc_utils.sgml: Clarify docs for 
1368         g_get_real_name().  (#143552, Danek Duvall)
1370 Fri Jul 23 10:38:24 2004  Matthias Clasen  <maclas@gmx.de>
1372         * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE.  (#148262, 
1373         Christophe Fergeau)
1375 Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
1377         * === Released 2.5.0 ===
1379 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
1381         * glib/tmpl/arrays.sgml: Improve g_array_free() docs.  (#146875,
1382         Ed Griffiths)
1384 Tue Jul  6 00:54:38 2004  Matthias Clasen  <maclas@gmx.de>
1386         * gobject/gobject-sections.txt: 
1387         * gobject/tmpl/gtypemodule.sgml: Add g_type_module_register_enum()
1388         and g_type_module_register_flags().
1390 Mon Jul  5 18:49:56 2004  Matthias Clasen  <maclas@gmx.de>
1392         * glib/tmpl/messages.sgml: 
1393         * glib/glib-sections.txt: Add g_debug.
1395 2004-06-15  Federico Mena Quintero  <federico@ximian.com>
1397         * glib/tmpl/conversions.sgml: New section on file name encodings.
1399         * glib/file-name-encodings.sxd: New diagram of how file name
1400         encodings work.
1402         * glib/file-name-encodings.png: Same as above, for inclusion in
1403         the generated docs.
1405         * glib/Makefile.am (HTML_IMAGES): Add file-name-encodings.png.
1406         (EXTRA_DIST): Add the new images.
1408         * glib/running.sgml: Add ids to the corresponding paragraphs that
1409         describe G_FILENAME_ENCODING and G_BROKEN_FILENAMES, to be able to
1410         reference them from elsewhere.
1412 Thu Jun 10 21:29:55 2004  Matthias Clasen  <maclas@gmx.de>
1414         * glib/tmpl/modules.sgml: Add an example for GModule
1415         usage.  (#144127, Tommi Komulainen)
1417 Sun Jun  6 23:20:42 2004  Matthias Clasen  <maclas@gmx.de>
1419         * gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
1420         and friends.  (#143800, Crispin Flowerday)
1422 2004-05-05  Matthias Clasen  <mclasen@redhat.com>
1424         * gobject/gobject-docs.sgml: 
1425         * glib/glib-docs.sgml: Add multiple indices.
1427 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
1429         * === Released 2.4.1 ===
1431 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
1433         * glib/running.sgml: Document LIBCHARSET_ALIAS_DIR.
1435 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
1437         * glib/tmpl/types.sgml: Correct the description of the
1438         gfloat and gdouble ranges.
1440 Tue Mar 16 12:06:09 2004  Owen Taylor  <otaylor@redhat.com>
1442         * === Released 2.4.0 ===
1443         
1444 Sun Mar 14 11:00:41 2004  Owen Taylor  <otaylor@redhat.com>
1446         * gobject/tmpl/signals.sgml: Document the fact that
1447         g_signal_connect_object() does *not* remove the signal
1448         when the object is disconnected currently and describe
1449         a workaround to prevent memory leaks.
1451 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
1453         * === Released 2.3.6 ===
1455 Mon Mar  8 08:32:36 2004  Owen Taylor  <otaylor@redhat.com>
1457         * glib/tmpl/main.sgml: Reference g_source_set_callback(),
1458         not g_source_attach(). (Takeshi AIHANA)
1460 2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>
1462         * glib/glib-overrides.txt, glib/glib-sections.txt,
1463         glib/tmpl/atomic_operations.sgml: Updated according to code changes.
1465 Sun Feb 29 02:35:00 2004  Sven Herzberg  <herzi@gnome-de.org>
1467         * glib/tmpl/limits.sgml: exchange non-existing G_MAX_DOUBLE for
1468         G_MAXDOUBLE (fixes #135723)
1470 Fri Feb 27 22:10:25 2004  Matthias Clasen  <maclas@gmx.de>
1472         * glib/tmpl/modules.sgml: Reformat a bit.
1474 Fri Feb 27 22:05:23 2004  Matthias Clasen  <maclas@gmx.de>
1476         * glib/tmpl/limits.sgml: Document G_MAXSIZE.
1478 2004-02-26  Sebastian Wilhelmi  <seppi@seppi.de>
1480         * glib/tmpl/threads.sgml: Updated to reflect removal of the PID
1481         niceness surrogate for thread priorities.
1483         * glib/glib-overrides.txt, glib/glib-sections.txt,
1484         glib/glib-docs.sgml, glib/tmpl/atomic_operations.sgml: Add docs
1485         for atomic operations.
1487 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
1489         * === Released 2.3.3 ===
1491         * glib/glib-sections.txt: Updates.
1493 Sun Feb 22 00:59:11 2004  Matthias Clasen  <maclas@gmx.de>
1495         * glib/tmpl/trees-nary.sgml: Document GCopyFunc.
1497 Sun Feb 22 00:54:17 2004  Matthias Clasen  <maclas@gmx.de>
1499         * glib/glib-sections.txt: Add GCopyFunc and g_node_copy_deep.
1501 2004-02-18  Sebastian Wilhelmi  <seppi@seppi.de>
1503         * glib/glib-sections.txt: Add the new g_rand_* functions
1505 Sat Feb 14 01:25:23 2004  Matthias Clasen  <maclas@gmx.de>
1507         * glib/glib-sections.txt: Add GPid, GChildWatchFunc,
1508         g_child_watch_source_new, g_child_watch_add,
1509         g_child_watch_add_full.
1511 Fri Feb 13 23:16:25 2004  Matthias Clasen  <maclas@gmx.de>
1513         * glib/tmpl/macros_misc.sgml: Fix a typo. 
1515 Sat Feb  7 01:02:06 2004  Matthias Clasen  <maclas@gmx.de>
1517         * glib/tmpl/numerical.sgml: Fix some external links.
1519 Thu Feb  5 00:54:43 2004  Matthias Clasen  <maclas@gmx.de>
1521         * glib/glib-sections.txt: Add g_completion_complete_utf8.
1523 Fri Jan 30 23:25:58 2004  Matthias Clasen  <maclas@gmx.de>
1525         * glib/tmpl/iochannels.sgml: 
1526         * glib/tmpl/main.sgml: Remove references to deprecated GTK+ and
1527         GDK functions.  (#130756, Vincent Untz)
1528         
1529 Wed Jan 28 01:39:59 2004  Matthias Clasen  <maclas@gmx.de>
1531         * glib/glib-sections.txt: Add g_strsplit_set. (Soeren Sandmann)
1533 Thu Jan 22 14:51:19 2004  Owen Taylor  <otaylor@redhat.com>
1535         * glib/glib-sections.txt glib/tmpl/timers.sgml: Document
1536         g_timer_continue. (Tim-Philipp M??ller)
1538 Sun Jan 11 01:25:44 2004  Matthias Clasen  <maclas@gmx.de>
1540         * gobject/tmpl/gtype.sgml: Improve docs for G_DEFINE_TYPE_* macros.
1542 Sun Jan 11 01:25:29 2004  Matthias Clasen  <maclas@gmx.de>
1544         * gobject/gobject-sections.txt: Add G_DEFINE_TYPE_EXTENDED.
1546 Sat Jan 10 02:18:32 2004  Matthias Clasen  <maclas@gmx.de>
1548         * gobject/tmpl/gtype.sgml: Document the new GType boilerplate macros
1549         with an example.
1551 Sat Jan 10 01:36:01 2004  Matthias Clasen  <maclas@gmx.de>
1553         * gobject/tmpl/gtype.sgml: Document g_type_class_peek_static.
1555 Sat Jan 10 01:23:58 2004  Matthias Clasen  <maclas@gmx.de>
1557         * gobject/gobject-sections.txt: Add g_type_class_peek_static,
1558         G_DEFINE_TYPE, G_DEFINE_TYPE_WITH_CODE, G_DEFINE_ABSTRACT_TYPE,
1559         G_DEFINE_ABSTRACT_TYPE_WITH_CODE, G_IMPLEMENT_INTERFACE.
1562 Sat Jan 10 01:23:01 2004  Matthias Clasen  <maclas@gmx.de>
1564         * gobject/tmpl/objects.sgml: Update docs of g_object_connect.
1566 Fri Jan  9 23:40:23 2004  Matthias Clasen  <maclas@gmx.de>
1568         * gobject/tmpl/gboxed.sgml: 
1569         * gobject/gobject-sections.txt: Add G_TYPE_STRV and GStrv.
1571 Fri Dec 26 02:04:49 2003  Matthias Clasen  <maclas@gmx.de>
1573         * glib/glib-sections.txt: Add g_ptr_array_foreach().
1575 Sun Dec 21 01:01:34 2003  Matthias Clasen  <maclas@gmx.de>
1577         * glib/tmpl/misc_utils.sgml: Document the encoding of 
1578         g_get_real_name().
1580 Fri Dec 19 21:40:00 2003  Matthias Clasen  <maclas@gmx.de>
1582         * gobject/tmpl/signals.sgml: Rewording.
1584 Tue Dec  2 02:31:15 2003  Matthias Clasen  <maclas@gmx.de>
1586         * glib/tmpl/limits.sgml:
1587         * glib/glib-sections.txt: Add G_{MIN,MAX,MAXU}INT{8,16,32}.
1589 Thu Nov  6 01:42:36 2003  Matthias Clasen  <maclas@gmx.de>
1591         * glib/glib-sections.txt: Add an i18n section.
1592         * glib/glib-docs.sgml: Include the corresponding entity.
1593         * glib/tmpl/i18n.sgml: Template for i18n section.
1595 Thu Nov  6 00:56:04 2003  Matthias Clasen  <maclas@gmx.de>
1597         * glib/running.sgml: Document G_FILENAME_ENCODING.
1599 Sat Oct 25 01:07:45 2003  Matthias Clasen  <maclas@gmx.de>
1601         * gobject/tmpl/gparamspec.sgml: 
1602         * gobject/tmpl/objects.sgml: Additions.
1604 Thu Oct 23 14:27:54 2003  Owen Taylor  <otaylor@redhat.com>
1606         * gobject/Makefile.am: Add a dist-hook so that the
1607         man pages get distributed.
1609         * glib/Makefile.am: Add a dist-hook so that the
1610         man pages get distributed.
1612         * glib/Makefile.am (content_files): Add cross.sgml.
1614         * gobject/Makefile.am (INCLUDES): Add $(top_srcdir)/glib,
1615         and (for gobject.cI) $(srcdir)
1617 Tue Oct 21 23:29:54 2003  Matthias Clasen  <maclas@gmx.de>
1619         * gobject/tmpl/gtypemodule.sgml: 
1620         * gobject/tmpl/enumerations_flags.sgml: 
1621         * gobject/tmpl/gtype.sgml: Additions.
1623 Tue Oct 21 23:09:15 2003  Matthias Clasen  <maclas@gmx.de>
1625         * gobject/tmpl/gparamspec.sgml: 
1626         * gobject/tmpl/param_value_types.sgml:
1627         * gobject/tmpl/gtype.sgml: 
1628         * gobject/tmpl/signals.sgml: Add "Since 2.4" markers where
1629         appropriate.
1631 Tue Oct 14 17:45:33 2003  Owen Taylor  <otaylor@redhat.com>
1633         * gobject/gobject-sections.txt gobject/tmpl/objects.sgml
1634         gobject/tmpl/param_value_types.sgml gobject/tmpl/gparamspec.sgml:
1635         Document interface properties and GParamSpecOverride.
1637 Mon Oct 20 22:05:37 2003  Matthias Clasen  <maclas@gmx.de>
1639         * gobject/tmpl/objects.sgml: 
1640         * gobject/tmpl/enumerations_flags.sgml: 
1641         * gobject/tmpl/gtypeplugin.sgml: Additions.
1643 Mon Oct 20 22:04:45 2003  Matthias Clasen  <maclas@gmx.de>
1645         * gobject/gobject-sections.txt: Add GObjectConstructParam.
1647 Mon Oct 20 20:38:06 2003  Matthias Clasen  <maclas@gmx.de>
1649         * gobject/gobject.i: Removed...
1650         * gobject/gobject.cI: ...and readded.
1651         * gobject/gobject.types: Change to the standard file 
1652         extension for included hunks of C code.
1654 Mon Oct 20 20:34:33 2003  Matthias Clasen  <maclas@gmx.de>
1656         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
1657         as an include dir again, this time for real.  
1659 Mon Oct 20 01:12:46 2003  Matthias Clasen  <maclas@gmx.de>
1661         * gobject/tmpl/gtype.sgml: 
1662         * gobject/tmpl/param_value_types.sgml: 
1663         * gobject/tmpl/value_arrays.sgml: Additions.
1665         * gobject/tmpl/gboxed.sgml: 
1666         * gobject/gobject-sections.txt: Remove prematurely added
1667         GStrv documentation.
1669 Sun Oct 19 22:18:28 2003  Matthias Clasen  <maclas@gmx.de>
1671         * gobject/Makefile.am (INCLUDES): Add $(top_builddir)/glib
1672         as an include dir.  (#124934, Mariano Su??rez-Alvarez)
1674 Sun Oct 19 00:33:28 2003  Matthias Clasen  <maclas@gmx.de>
1676         * gobject/tmpl/gtype.sgml: 
1677         * gobject/tmpl/generic_values.sgml: 
1678         * gobject/tmpl/objects.sgml: 
1679         * gobject/tmpl/signals.sgml: Additions.
1681 Sat Oct 18 01:30:47 2003  Matthias Clasen  <maclas@gmx.de>
1683         * gobject/tmpl/gboxed.sgml: 
1684         * gobject/tmpl/gtypeplugin.sgml: 
1685         * gobject/tmpl/enumerations_flags.sgml: Additions.
1687 Sat Oct 18 00:04:22 2003  Matthias Clasen  <maclas@gmx.de>
1689         * gobject/gobject.types: List GObject here, since the
1690         documentation misses the notify signal otherwise. Needs
1691         a little bit of a hack to work around a gtkdoc-scangobj
1692         limitation, see the comment in gobject/gobject.i.
1694         * gobject/gobject.i: New file, containing a trivial 
1695         g_object_get_type() function.
1696         
1697 Fri Oct 17 00:23:51 2003  Matthias Clasen  <maclas@gmx.de>
1699         * gobject/Makefile.am (GTKDOC_LIBS): 
1700         (INCLUDES): Add the necessary stuff to compile gobject-scan.
1702         * gobject/gobject.types: Add g_type_module_get_type() and
1703         g_type_plugin_get_type().
1705 Thu Oct 16 01:02:04 2003  Matthias Clasen  <maclas@gmx.de>
1707         * gobject/tmpl/gparamspec.sgml: Additions, document 
1708         GParamSpecPool.
1710 Wed Oct 15 00:56:30 2003  Matthias Clasen  <maclas@gmx.de>
1712         * gobject/tmpl/gclosure.sgml: Improvements from Owen's feedback. 
1714 Tue Oct 14 02:35:45 2003  Matthias Clasen  <maclas@gmx.de>
1716         * gobject/gobject-sections.txt: Move the g_cclosure_marshal_*
1717         functions to a non-private subsection, since these functions
1718         are not private.
1720 Tue Oct 14 02:35:16 2003  Matthias Clasen  <maclas@gmx.de>
1722         * gobject/tmpl/gclosure.sgml: Fill in.
1724 Sun Oct  5 23:23:53 2003  Matthias Clasen  <maclas@gmx.de>
1726         * gobject/glib-sections.txt: 
1727         * gobject/gobject-sections.txt: Fix includes.
1729         * gobject/tmpl/value_collection.sgml: Add docs found in the 
1730         header.
1732 Thu Oct  2 01:22:46 2003  Owen Taylor  <otaylor@redhat.com>
1734         * gobject/gobject-sections.txt gobject/tmpl/gtype.sgml: 
1735         Add g_type_add/remove_interface_check()
1737 2003-09-30  Matthias Clasen  <maclas@gmx.de>
1739         * gobject/tmpl/gparamspec.sgml: 
1740         * gobject/tmpl/signals.sgml: Additions.
1742         * glib/glib-sections.txt: Add g_unichar_get_mirror_char and
1743         g_static_mutex_get_mutex_impl_shortcut.
1745 Mon Sep 29 10:55:23 2003  Owen Taylor  <otaylor@redhat.com>
1747         *  gobject/gobject-sections.txt gobject/tmpl/gtype.sgml:
1748         Docs for g_type_default_interface_ref(), etc.
1750 Fri Sep 12 16:29:29 2003  Owen Taylor  <otaylor@redhat.com>
1752         * gobject/tmpl/signals.sgml: Add docs for
1753         g_signal_accumulator_true_handled.
1755 2003-09-12  Matthias Clasen  <maclas@gmx.de>
1757         * gobject/gobject-sections.txt: Add new g_value_take_x() functions.
1759         * gobject/tmpl/param_value_types.sgml: Document new g_value_take_x()
1760         functions.  (#100948)
1762 2003-08-05  Matthias Clasen  <maclas@gmx.de>
1764         * glib/tmpl/string_utils.sgml: Add note about in-place editing to g_strdelimit() doc.
1765         (#118875, Thomas Vander Stichele)
1767 2003-07-30  Matthias Clasen  <maclas@gmx.de>
1769         * glib/tmpl/misc_utils.sgml: Move g_getenv() docs inline.
1771         * glib/tmpl/string_utils.sgml: Small fixes.
1773         * glib/glib-docs.sgml: Add paragraph about multi-threading policy.
1775         * glib/glib-sections.txt: Rename g_read_link to g_file_read_link.
1777 2003-07-29  Matthias Clasen  <maclas@gmx.de>
1779         * glib/tmpl/macros_misc.sgml: Document G_GINT{16,32,64}_MODIFIER, add note about scanning.
1781         * glib/glib-sections.txt: Add G_GINT{16,32,64}_MODIFIER.
1783 2003-07-28  Matthias Clasen  <maclas@gmx.de>
1785         * glib/glib-sections.txt: Add g_setenv(), g_unsetenv() and g_read_link().  (#100763, #72545)
1787 2003-07-26  Matthias Clasen  <maclas@gmx.de>
1789         * glib/tmpl/arrays.sgml: 
1790         * glib/tmpl/arrays_byte.sgml: 
1791         * glib/tmpl/arrays_pointer.sgml: 
1792         * glib/glib-sections.txt: Add g_{,byte,pointer}_array_remove_range.  (#94879, Nalin Dahyabhai)
1794         * glib/tmpl/messages.sgml: Remove the note about the message length restriction.
1796 2003-07-24  Matthias Clasen  <maclas@gmx.de>
1798         * glib/tmpl/messages.sgml: Mention the restriction on message length.  (#118043, Martyn Russell)
1800 2003-07-18  Matthias Clasen  <maclas@gmx.de>
1802         * glib/tmpl/arrays_pointer.sgml: Add a note about double indirection in 
1803         g_ptr_array_sort[_with_data]().  (#113697, Owen Taylor)
1805 2003-07-12  Matthias Clasen  <maclas@gmx.de>
1807         * glib/tmpl/string_utils.sgml: Add a paragraph about string precision, add links to it.
1808         Remove markup which is now handled better by gtk-doc.
1810 2003-07-09  Matthias Clasen  <maclas@gmx.de>
1812         * glib/tmpl/threads.sgml: Document GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
1814         * glib/glib-sections.txt: Add GOnce, GOnceStatus, G_ONCE_INIT, g_once and g_once_impl.
1816 2003-07-02  Matthias Clasen  <maclas@gmx.de>
1818         * glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
1820 2003-06-19  Matthias Clasen  <maclas@gmx.de>
1822         * glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.
1824 2003-06-18  Matthias Clasen  <maclas@gmx.de>
1826 o       * glib/glib-sections.txt: Add g_thread_init_glib to silence gtk-doc.
1828         * gobject/Makefile.am: Add rule to regenerate man pages from 
1829         Docbook.
1830         (man_MANS): Add glib-mkenums.1, glib-genmarshal.1 and gobject-query.1.
1831         (content_files): Add glib-mkenums.xml, glib-genmarshal.xml and 
1832         gobject-query.xml.
1834         * gobject/glib-mkenums.xml: 
1835         * gobject/glib-genmarshal.xml: 
1836         * gobject/gobject-query.xml: New refentries.
1838         * gobject/glib-mkenums.1: 
1839         * gobject/glib-genmarshal.1: 
1840         * gobject/gobject-query.1: Man pages generated from the .xml
1841         sources.
1843         * gobject/gobject-docs.sgml: Include glib-mkenums.xml, 
1844         glib-genmarshal.xml and gobject-query.xml.
1845         
1846 2003-06-17  Matthias Clasen  <maclas@gmx.de>
1848         * glib/Makefile.am: Add rule to regenerate man pages from 
1849         Docbook.
1850         (man_MANS): Add glib-gettextize.1.
1851         (content_files): Add glib-gettextize.xml.
1853         * glib/glib-gettextize.xml: New refentry.
1855         * glib/glib-gettextize.1: Man page generated from the .xml source.
1857         * glib/glib-docs.sgml: Include glib-gettextize.xml.
1859 2003-06-17  Matthias Clasen  <mc2@YAST_ASK>
1861         * gobject/gobject-docs.sgml: 
1862         * glib/glib-docs.sgml: Add an autogenerated index.
1864 2003-06-17  Matthias Clasen  <maclas@gmx.de>
1866         * glib/tmpl/macros_misc.sgml: Document G_GNUC_DEPRECATED.
1868 2003-06-11  Matthias Clasen  <maclas@gmx.de>
1870         * gobject/tmpl/objects.sgml: A small addition.
1872 Sun Jun  8 12:28:39 2003  Owen Taylor  <otaylor@redhat.com>
1874         * glib/tmpl/error_reporting.sgml: XML fix.
1876         * glib/glib-sections.txt: Updated.
1878 2003-06-06  Matthias Clasen  <maclas@gmx.de>
1880         * glib/tmpl/limits.sgml: Correct the documentation for
1881         G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
1883         * glib/glib-sections.txt: Add g_vasprintf().
1885         * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to
1886         the g_strdup_printf() docs.
1888 2003-05-28  Matthias Clasen  <maclas@gmx.de>
1890         * glib/tmpl/string_utils.sgml: Document that g_strdup() and
1891         g_strndup() accept NULL.  (#106987, Christian Biere)
1893 2003-05-12  Matthias Clasen  <maclas@gmx.de>
1895         * glib/cross.sgml: Fix a duplicate id left by copy-and-paste.
1896         (#112785, Owen Taylor)
1898 2003-04-18  Matthias Clasen  <maclas@gmx.de>
1900         * gobject/tmpl/signals.sgml: Correct the documentation
1901         GSignalEmissionHook (#110906) and some cleanups.
1903 2003-04-11  Matthias Clasen  <maclas@gmx.de>
1905         * gobject/tmpl/gparamspec.sgml: Fix a few typos.
1907 2003-04-09  Matthias Clasen  <maclas@gmx.de>
1909         * glib/glib-docs.sgml: Move dependencies to building.sgml.
1911         * glib/building.sgml: Move stuff from INSTALL here.
1913 2003-04-08  Matthias Clasen  <maclas@gmx.de>
1915         * glib/cross.sgml: New file; cross-compilation information.
1916         * glib/glib-docs.sgml: Include cross.sgml.
1918 2003-04-07  Matthias Clasen  <maclas@gmx.de>
1920         * gobject/tmpl/enumerations_flags.sgml: Additions.
1922 2003-04-01  Matthias Clasen  <maclas@gmx.de>
1924         * glib/tmpl/error_reporting.sgml: 
1925         * glib/tmpl/random_numbers.sgml: 
1926         * glib/tmpl/arrays_pointer.sgml: 
1927         * glib/tmpl/arrays.sgml: Fix formatting of examples.
1929 2003-04-01  Matthias Clasen  <maclas@gmx.de>
1931         * glib/glib-sections.txt: Add g_string_chunk_insert_len.
1933 2003-03-28  Matthias Clasen  <maclas@gmx.de>
1935         * gobject/tmpl/param_value_types.sgml: Additions.
1937 2003-03-25  Matthias Clasen  <maclas@gmx.de>
1939         * gobject/tmpl/objects.sgml: Additions.
1941 2003-03-24  Matthias Clasen  <maclas@gmx.de>
1943         * gobject/tmpl/objects.sgml: Additions.
1945 Mon Mar 10 11:33:10 2003  Owen Taylor  <otaylor@redhat.com>
1947         * gobject/tmpl/gtype.sgml gobject/gobject-sections.txt: 
1948         Document private instance data.
1950 2003-02-11  Matthias Clasen  <maclas@gmx.de>
1952         * glib/tmpl/string_utils.sgml: Fix an off-by-one error in the
1953         g_strescape() docs.  (#105431, Phillip Vandry)
1955 2003-02-07  Matthias Clasen  <maclas@gmx.de>
1957         * gobject/tmpl/gtypemodule.sgml: 
1958         * gobject/tmpl/gtype.sgml: 
1959         * gobject/tmpl/gclosure.sgml: 
1960         * gobject/tmpl/param_value_types.sgml: 
1961         * gobject/tmpl/gparamspec.sgml: 
1962         * gobject/tmpl/objects.sgml: 
1963         * gobject/tmpl/signals.sgml: Move all docs out-of-line. Boy, what
1964         a waste of time.
1966 2003-01-21  Matthias Clasen  <maclas@gmx.de>
1968         * glib/tmpl/strings.sgml: Document the return value of g_string_free().
1970 2003-01-15  Matthias Clasen  <maclas@gmx.de>
1972         * gobject/tmpl/gtype.sgml: Fix the description of
1973         G_TYPE_FUNDAMENTAL.  (#103119, Josh Parsons)
1975 2003-01-01  Tor Lillqvist  <tml@iki.fi>
1977         * glib/tmpl/messages.sgml: Remove comment that only stdout would
1978         be used on Windows, no longer true.
1980 2002-12-15  Matthias Clasen  <maclas@gmx.de>
1982         * gobject/tmpl/param_value_types.sgml: Move some docs inline.
1984 2002-12-15  Matthias Clasen  <maclas@gmx.de>
1986         * glib/Makefile.am (IGNORE_HFILES): Add gprintfint.h and trio.
1988 2002-12-13  Matthias Clasen  <maclas@gmx.de>
1990         * glib/Makefile.am (MKDB_OPTIONS): Add --ignore-files=trio to
1991         avoid gtk-doc warnings about doxygen comments.
1993 Tue Dec 10 11:55:28 2002  Owen Taylor  <otaylor@redhat.com>
1995         * glib/tmpl/timers.sgml: Improve docs for return value
1996         and @microseconds out parameter. (Reported by
1997         Dennis Haney, #100841)
1999 2002-12-10  Matthias Clasen  <maclas@gmx.de>
2001         * gobject/tmpl/generic_values.sgml: 
2002         * gobject/tmpl/gtype.sgml: 
2003         * gobject/tmpl/enumerations_flags.sgml: Add docs.
2005 2002-12-09  Matthias Clasen  <maclas@gmx.de>
2007         * gobject/tmpl/gtype.sgml: 
2008         * gobject/tmpl/enumerations_flags.sgml: Add docs.
2010         * gobject/tmpl/gtype.sgml:
2011         * gobject/tmpl/gtypeplugin.sgml:
2012         * gobject/tmpl/gtypemodule.sgml:
2013         * gobject/gobject-sections.txt: Add GTypeClass, GTypePluginClass
2014         and GTypeModuleClass.
2016         * gobject/tmpl/gboxed.sgml:
2017         * gobject/tmpl/enumerations_flags.sgml: 
2018         * gobject/tmpl/gclosure.sgml: 
2019         * gobject/tmpl/param_value_types.sgml: Add docs.
2021 2002-12-06  Matthias Clasen  <maclas@gmx.de>
2023         * gobject/tmpl/gparamspec.sgml: Typo fix.
2025 2002-12-05  Matthias Clasen  <maclas@gmx.de>
2027         * glib/tmpl/strings.sgml: 
2028         * glib/tmpl/scanner.sgml: 
2029         * glib/tmpl/main.sgml: 
2030         * glib/tmpl/macros_misc.sgml: 
2031         * glib/tmpl/hash_tables.sgml: Add Since and Deprecation info
2032         for symbols documented in the templates.
2034 2002-12-04  Matthias Clasen  <maclas@gmx.de>
2036         * gobject/tmpl/gtype.sgml: Add docs.
2038 2002-12-02  Matthias Clasen  <maclas@gmx.de>
2040         * gobject/tmpl/signals.sgml: Add docs.
2042 2002-12-01  Matthias Clasen  <maclas@gmx.de>
2044         * gobject/gobject-sections.txt: Mark g_signal_handlers_destroy as
2045         private.
2047         * gobject/tmpl/signals.sgml: Move some docs inline.
2049 2002-11-29  Matthias Clasen  <maclas@gmx.de>
2051         * glib/tmpl/main.sgml: Write something about GSourceDummyMarshal.
2053         * glib/tmpl/date.sgml: 
2054         * glib/tmpl/string_utils.sgml: Remove redundant docs.
2056         * glib/glib-sections.txt: Add g_ascii_strtoull and 
2057         g_get_application_name.
2059 2002-11-28  Matthias Clasen  <maclas@gmx.de>
2061         * glib/tmpl/strings.sgml: 
2062         * glib/tmpl/string_utils.sgml: 
2063         * glib/tmpl/misc_utils.sgml: Move some docs inline.
2065 2002-11-23  Matthias Clasen  <maclas@gmx.de>
2067         * gobject/tmpl/gclosure.sgml: 
2068         * gobject/tmpl/signals.sgml: 
2069         * gobject/tmpl/gparamspec.sgml: 
2070         * gobject/tmpl/value_collection.sgml: 
2071         * gobject/tmpl/generic_values.sgml: 
2072         * gobject/tmpl/param_value_types.sgml: 
2073         * gobject/tmpl/gboxed.sgml: 
2074         * gobject/tmpl/enumerations_flags.sgml: 
2075         * gobject/tmpl/objects.sgml: 
2076         * gobject/tmpl/gtypemodule.sgml: 
2077         * gobject/tmpl/gtypeplugin.sgml: Add missing short descriptions, 
2078         standardize them to start with a capital and end without a period. 
2080         * glib/tmpl/arrays.sgml: 
2081         * glib/tmpl/memory_chunks.sgml: 
2082         * glib/tmpl/macros.sgml: Remove periods from titles in examples.
2084         * glib/building.sgml: Explain --enable-include-printf.
2086         * glib/Makefile.am (extra_files): 
2087         * gobject/Makefile.am (extra_files): Add version.xml.in.
2089         * glib/Makefile.am (content_files): 
2090         * gobject/Makefile.am (content_files): Add version.xml.
2092         * glib/version.xml.in: 
2093         * gobject/version.xml.in: New files to let configure dump the version in.
2095         * glib/glib-docs.sgml:
2096         * gobject/gobject-docs.sgml: Add version information.
2099 Thu Nov 21 15:52:04 2002  Owen Taylor  <otaylor@redhat.com>
2101         * glib/tmpl/iochannels.sgml: Add helpful comments about
2102         the encoding of a new iochannel. (Amaury Jacquot,
2103         #96444)
2105 2002-11-21  Matthias Clasen  <maclas@gmx.de>
2107         * glib/tmpl/string_utils.sgml: Add note on including gprintf.h,
2108         move some docs inline.
2110         * glib/glib-sections.txt: Add g_printf, g_vprintf, g_fprintf,
2111         g_vfprintf, g_sprintf, g_vsprintf.
2113 2002-11-20  Matthias Clasen  <maclas@gmx.de>
2115         * glib/tmpl/macros_misc.sgml: Document G_LIKELY, G_UNLIKELY.
2117         * glib/glib-sections.txt: Add G_LIKELY, G_UNLIKELY.
2119 2002-10-20  Matthias Clasen  <maclas@gmx.de>
2121         * gobject/Makefile.am (SCANOBJ_FILES): 
2122         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).prerequisites.
2124 2002-10-15  Matthias Clasen  <maclas@gmx.de>
2126         * gobject/gobject-sections.txt: Add g_type_interface_prerequisites.
2128 2002-10-14  Matthias Clasen  <maclas@gmx.de>
2130         * gobject/Makefile.am (dist-hook): 
2131         * glib/Makefile.am (dist-hook): Dist the xml/*.xml, not
2132         sgml/*.sgml.  (#95678, Owen Taylor)
2134 2002-10-14  Matthias Clasen  <maclas@gmx.de>
2136         * gobject/Makefile.am (SCANOBJ_FILES): 
2137         * glib/Makefile.am (SCANOBJ_FILES): Add $(DOC_MODULE).interfaces.
2139 2002-09-16  Matthias Clasen  <maclas@gmx.de>
2141         * glib/tmpl/messages.sgml: Replace G_LOG_FLAG_RECURSIVE by 
2142         G_LOG_FLAG_RECURSION throughout.  (#93390)
2144 2002-08-12  Matthias Clasen  <maclas@gmx.de>
2146         * glib/glib-sections.txt: Add g_markup_parse_context_get_element
2147         and g_utf8_strreverse.
2149 Thu Jul 25 18:58:29 2002  Owen Taylor  <otaylor@redhat.com>
2151         * glib/tmpl/threads.sgml: Fix reference to non-existing
2152         @priority parameter. (#88500, Linux Walleij)
2154 2002-06-03  Matthias Clasen  <maclas@gmx.de>
2156         * gobject/gobject-docs.sgml: 
2157         * glib/glib-docs.sgml: 
2158         * glib/tmpl/macros.sgml: 
2159         * glib/tmpl/string_utils.sgml: Replace homegrown "nbsp", "hash"
2160         and "percent" entities by standard ISO entities "nbsp", "num" and
2161         "percnt". 
2163 2002-05-30  Matthias Clasen  <maclas@gmx.de>
2165         * glib/tmpl/string_utils.sgml: 
2166         * glib/tmpl/threads.sgml: Small formatting fixes.
2168 2002-05-26  Matthias Clasen  <maclas@gmx.de>
2170         * glib/tmpl/conversions.sgml: Add GIConv.
2172         * glib/tmpl/main.sgml: Fix references to nonexisting functions
2173         g_main_loop_destroy(), g_source_add(), g_source_connect().
2174         
2176         * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
2178         * glib/tmpl/linked_lists_single.sgml: 
2179         * glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
2181         * glib/glib-docs.sgml: Declare hash entity.
2183         * glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
2185 2002-05-25  Matthias Clasen  <maclas@gmx.de>
2187         * gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
2188         * glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
2189         not SGML.
2191 2002-05-21  Matthias Clasen  <maclas@gmx.de>
2193         * glib/tmpl/markup.sgml: Updates.
2195 Sat May 18 00:44:35 2002  Tim Janik  <timj@gtk.org>
2197         [merged from stable]
2199         * glib/tmpl/scanner.sgml: fix documentation for g_scanner_unexp_token().
2201 2002-05-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2203         * glib/tmpl/threads.sgml: Clarify recursion issues with
2204         GMutex. (#78171)
2206 2002-04-24  Matthias Clasen  <maclas@gmx.de>
2208         * gobject/gobject-sections.txt: 
2209         * gobject/tmpl/gtype.sgml: Updates.
2211 2002-04-21  Matthias Clasen  <maclas@gmx.de>
2213         * glib/tmpl/strings.sgml: Fix the description of g_string_assign. (#78728)
2215 2002-04-18  Matthias Clasen  <maclas@gmx.de>
2217         * glib/tmpl/error_reporting.sgml:
2218         * glib/tmpl/threads.sgml:
2219         * glib/tmpl/arrays_pointer.sgml:
2220         * glib/tmpl/arrays_byte.sgml:
2221         * glib/tmpl/memory_chunks.sgml: s/<!>/<!-- -->/g throughout the
2222         documentation to bring the produced Docbook closer to XML.
2224 2002-03-25  Sven Neumann  <sven@gimp.org>
2226         * glib/tmpl/scanner.sgml: Fixed documentation about unused struct 
2227         fields and added a note about proper g_scanner_unexp_token() usage.
2229 2002-03-11  Matthias Clasen  <maclas@gmx.de>
2231         * glib/tmpl/string_utils.sgml: Add a note about g_strreverse() and 
2232         UTF-8.
2234 2002-02-21  Matthias Clasen  <maclas@gmx.de>
2236         * glib/Makefile.am (IGNORE_HFILES): Add gdebug.h.
2238         * glib/running.sgml: Document the G_DEBUG environment variable.
2240         * glib/tmpl/threads.sgml: Replace g_thread_wait() by
2241         g_thread_join() in two places.
2243 2002-02-20  Sven Neumann  <sven@gimp.org>
2245         * gobject/gobject-sections.txt
2246         * gobject/tmpl/generic_values.sgml
2247         * gobject/tmpl/param_value_types.sgml: updated for GValue changes.
2249 Tue Feb 19 17:45:43 2002  Tim Janik  <timj@gtk.org>
2251         * gobject/tmpl/generic_values.sgml: added GValue documentation.
2253 Thu Feb  7 12:07:06 2002  Tim Janik  <timj@gtk.org>
2255         * gobject/tmpl/generic_values.sgml: document value transformation.
2257 Mon Feb  4 17:55:39 2002  Tim Janik  <timj@gtk.org>
2258         
2259         * gobject/tmpl/closures.sgml: doc common functions like ref/
2260         sink/unref/invalidate.
2262         * gobject/tmpl/objects.sgml: document g_object_watch_closure() and
2263         qdata functions.
2265 Tue Jan 29 12:00:59 2002  Owen Taylor  <otaylor@redhat.com>
2267         * gobject/gobject-sections.txt: Updated.
2269         * glib/running.sgml glib/changes-2.0.sgml: SGML fixes.
2271 2002-01-28  Ron Steinke  <rsteinke@w-link.net>
2273         * glib/iochannel.sgml: Changed #IOChannelError to
2274         #GIOChannelError in one place
2276 2002-01-16  Matthias Clasen  <matthiasc@poet.de>
2278         * glib/building.sgml, glib/compiling.sgml, 
2279         glib/running.sgml, glib/resources.sgml, 
2280         glib/changes-2.0.sgml: New files.
2282         * glib/Makefile.am (content_files): Add new files.
2284         * glib/glib-docs.sgml: Add an Overview chapter.
2286 2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2288         * glib/tmpl/threads.sgml: Name the right function.
2290 2001-12-23  Matthias Clasen  <matthias@poet.de>
2292         * glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,
2293         glib/tmpl/strings.sgml: Replace references to deprecated
2294         functions.
2296 2001-12-21  Matthias Clasen  <matthias@poet.de>
2298         * glib/glib-sections.txt: Move g_get_charset() to the
2299         Charset conversion section. (#65630)
2301 Wed Dec 19 23:07:53 2001  Owen Taylor  <otaylor@redhat.com>
2303         * glib/tmpl/messages.sgml glib/tmpl/string_utils.sgml: 
2304         SGML fixes.
2306         * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
2308 2001-12-15  Matthias Clasen  <matthias@poet.de>
2310         * glib/tmpl/caches.sgml: GCs are cached by GTK, not by GDK.
2312 2001-12-14  Matthias Clasen  <matthias@poet.de>
2314         * glib/tmpl/memory.sgml: Typo fixes.
2316 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
2318         * glib/tmpl/completion.sgml, glib/tmpl/date.sgml,
2319         glib/tmpl/fileutils.sgml, glib/tmpl/iochannels.sgml,
2320         glib/tmpl/macros.sgml, glib/tmpl/memory.sgml,
2321         glib/tmpl/misc_utils.sgml, glib/tmpl/warnings.sgml,
2322         glib/tmpl/windows.sgml: Revert mistaken change: it is UNIX, not Unix.
2324         * glib/tmpl/memory_chunks.sgml,
2325         glib/tmpl/date.sgml, glib/tmpl/threads.sgml,
2326         glib/tmpl/gtype.sgml: Trivial markup fixes.
2328 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2330         * glib/tmpl/string_utils.sgml: Correct docs for g_[v]snprintf.
2332 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
2334         * glib/tmpl/allocators.sgml, glib/tmpl/arrays.sgml, 
2335         glib/tmpl/arrays_byte.sgml, glib/tmpl/arrays_pointer.sgml,
2336         glib/tmpl/caches.sgml, glib/tmpl/completion.sgml, 
2337         glib/tmpl/conversions.sgml,
2338         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
2339         glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
2340         glib/tmpl/hash_tables.sgml,
2341         glib/tmpl/hooks.sgml, glib/tmpl/macros.sgml,
2342         glib/tmpl/macros_misc.sgml, glib/tmpl/main.sgml, glib/tmpl/markup.sgml,
2343         glib/tmpl/memory.sgml, glib/tmpl/memory_chunks.sgml, 
2344         glib/tmpl/messages.sgml, glib/tmpl/misc_utils.sgml,
2345         glib/tmpl/modules.sgml, glib/tmpl/numerical.sgml, 
2346         glib/tmpl/patterns.sgml, glib/tmpl/queue.sgml, 
2347         glib/tmpl/shell.sgml, glib/tmpl/spawn.sgml,
2348         glib/tmpl/string_utils.sgml, glib/tmpl/thread_pools.sgml,
2349         glib/tmpl/threads.sgml, glib/tmpl/timers.sgml, 
2350         glib/tmpl/trees-binary.sgml, glib/tmpl/trees-nary.sgml,
2351         glib/tmpl/type_conversion.sgml, glib/tmpl/unicode.sgml,
2352         glib/tmpl/warnings.sgml, glib/tmpl/windows.sgml:        
2353         Improve markup of examples, general consistency improvements.
2355 2001-12-06  Havoc Pennington  <hp@redhat.com>
2357         * glib/tmpl/messages.sgml: improve g_log_set_handler docs
2359 Wed Nov 28 18:50:19 2001  Owen Taylor  <otaylor@redhat.com>
2361         * glib/glib-sections.txt: Update.
2363 2001-11-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2365         * glib/tmpl/date.sgml: Fix g_usleep docs.
2367 2001-11-26  Matthias Clasen  <matthiasc@poet.de>
2369         * glib/tmpl/trees-binary.sgml: Document G_LEVEL_ORDER better.
2371 2001-11-22  Matthias Clasen  <matthiasc@poet.de>
2373         Fixes for #61284:
2375         * glib/tmpl/windows.sgml: Document G_WIN32_DLLMAIN_FOR_DLL_NAME.
2377         * glib/tmpl/fileutils.sgml: Document GDir.
2379         * glib/tmpl/limits.sgml: Document G_MININT64, G_MAXINT64, G_MAXUINT64.  
2381 Thu Nov 22 12:56:57 2001  Owen Taylor  <otaylor@redhat.com>
2383         * gobject/gobject-sections.txt: Update.
2385         * glib/tmpl/{spawn.sgml,patterns.sgml}: SGML fixes.
2387         * glib/glib-sections.txt: Updated.
2389         * glib/Makefile.am (IGNORE_HFILES): Don't scan
2390         headers in build/
2392 Sat Nov 17 17:24:19 2001  Owen Taylor  <otaylor@redhat.com>
2394         * glib/glib-sections.txt: Remove g_log_domain_glib
2396 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
2398         * glib/tmpl/iochannels.sgml: Document GIOFlags, fix typos.
2400         * glib/tmpl/conversions.sgml, glib/tmpl/unicode.sgml,
2401         glib/tmpl/spawn.sgml, glib/tmpl/fileutils.sgml,
2402         glib/tmpl/shell.sgml, glib/tmpl/windows.sgml: Add
2403         some missing short and long descriptions.
2405 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2407         * glib/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
2409         * glib/tmpl/patterns.sgml: Document UTF-8 support.
2411 Wed Nov 14 03:19:49 2001  Tim Janik  <timj@gtk.org>
2413         * gobject/tmpl/param_value_types.sgml: more docs.
2415 Tue Nov 13 21:31:58 2001  Tim Janik  <timj@gtk.org>
2417         * gobject/tmpl/param_value_types.sgml: list parameter and
2418         value types.
2420         * gobject/tmpl/gparamspec.sgml: more docs for g_param_spec*()
2421         functions.
2422         
2423         * gobject/*: section cleanups.
2425 Tue Nov 13 19:49:16 2001  Tim Janik  <timj@gtk.org>
2427         * gobject/tmpl/gparamspec.sgml: param spec updates.
2429 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
2431         * glib/tmpl/markup.sgml: Remove excess listitem from long 
2432         description.
2434 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2436         * glib/tmpl/unicode.sgml: Document GNormalizeMode enum.
2438         * glib/tmpl/spawn.sgml: Document GSpawnFlags flags.
2440         * glib/tmpl/error_reporting.sgml: Document GError struct.
2442         * glib/tmpl/main.sgml: Document GMainContext, GSource and 
2443         GSourceCallbackFuncs structs.
2445 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2447         * glib/tmpl/messages.sgml, glib/tmpl/unicode.sgml:
2448         Document g_log_domain_glib, gunichar, gunichar2, GUnicodeType,
2449         GUnicodeBreakType.
2451 Fri Oct 26 11:42:50 2001  Owen Taylor  <otaylor@redhat.com>
2453         * */Makefile.am: Remove $(srcdir)/html before building
2454         HTML to prevent stale files. Dist all files in html/
2456 2001-10-25  Havoc Pennington  <hp@pobox.com>
2458         * glib/tmpl/string_utils.sgml: docs on why the deprecated
2459         functions are deprecated.
2461 2001-10-15  Sven Neumann  <sven@gimp.org>
2463         * glib/tmpl/random_numbers.sgml: fixed typo.
2465 Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>
2467         * glib/tmpl/patterns.sgml: amended documentation.
2469 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
2471         * glib/tmpl/patterns.sgml, glib/tmpl/shell.sgml: Updates.
2473 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2475         * glib/tmpl/hooks.sgml: Document G_HOOK_FLAG_USER_SHIFT.
2477         * glib/tmpl/trash_stacks.sgml: Document trash stacks.
2479         * glib/tmpl/async_queues.sgml, glib/tmpl/caches.sgml, 
2480         glib/tmpl/completion.sgml, glib/tmpl/patterns.sgml, 
2481         glib/tmpl/numerical.sgml, glib/tmpl/random_numbers.sgml, 
2482         glib/tmpl/relations.sgml, glib/tmpl/modules.sgml: Update.
2484 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2485         
2486         * glib/tmpl/conversions.sgml: Update.
2488         * glib/tmpl/patterns.sgml: Update.
2490 2001-10-05  Matthias Clasen  <matthiasc@poet.de>
2492         * glib/tmpl/hooks.sgml, glib/tmpl/spawn.sgml,
2493         glib/tmpl/macros_misc.sgml: Update. 
2495         * glib/tmpl/linked_lists_double.sgml, glib/tmpl/trees-binary.sgml,
2496         glib/glib-sections.txt: Document GCompareDataFunc.
2498 2001-10-02  Matthias Clasen  <matthiasc@poet.de>
2500         * glib/tmpl/iochannel.sgml, glib/tmpl/macros_misc.sgml,
2501         glib/tmpl/queue.sgml: update docs.
2503         * glib/tmpl/modules.sgml, glib/tmpl/threads.sgml: Remove 
2504         references to glib-config.
2506 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2508         * glib/tmpl/iochannels.sgml, glib/tmpl/shell.sgml,
2509         glib/tmpl/spawn.sgml, glib/tmpl/memory.sgml,
2510         glib/tmpl/macros.sgml, glib/tmpl/completion.sgml,
2511         glib/tmpl/main.sgml, glib/tmpl/messages.sgml,
2512         glib/tmpl/misc_utils.sgml, glib/tmpl/threads.sgml,
2513         glib/tmpl/trees-nary.sgml, glib/tmpl/string_utils.sgml:
2514         More markup fixes and completions.
2516 Mon Oct  1 15:59:46 2001  Owen Taylor  <otaylor@redhat.com>
2518         * glib/tmpl/strings.sgml docs/glib-sections.txt: Rename
2519         g_string_printfa(). to g_string_append_printf().
2521 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2523         * glib/glib-sections.txt: Move all *_error_quark()
2524         functions to the 'Private' sections. (#61472)
2526 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2528         * glib/tmpl/macros.sgml (G_CONST_RETURN): document
2529         allowed uses for 'out' parameters.
2531 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
2533         * glib/tmpl/caches.sgml, glib/tmpl/datalist.sgml,
2534         glib/tmpl/hash_tables.sgml, glib/tmpl/messages.sgml,
2535         glib/tmpl/misc_utils.sgml: consistently refer to GTK+.
2537         * glib/tmpl/error_reporting.sgml, glib/tmpl/fileutils.sgml,
2538         glib/tmpl/windows.sgml, glib/tmpl/modules.sgml,
2539         glib/tmpl/linked_lists_single.sgml, glib/tmpl/trees-nary.sgml,
2540         glib/tmpl/trees-binary.sgml, glib/tmpl/timers.sgml: Markup fixes.
2542 2001-09-30  Matthias Clasen  <matthiasc@poet.de>
2544         * glib/tmpl/arrays.sgml,glib/tmpl/arrays_byte.sgml
2545         glib/tmpl/arrays_pointer.sgml, glib/tmpl/caches.sgml, 
2546         glib/tmpl/datalist.sgml, glib/tmpl/date.sgml, 
2547         glib/tmpl/datasets.sgml, glib/tmpl/type_conversion.sgml,
2548         glib/tmpl/memory.sgml, glib/tmpl/hash_tables.sgml:
2549         Markup fixes and a few additions.
2551 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
2553         * glib/tmpl/macros.sgml, glib/tmpl/macros_misc.sgml, 
2554         glib/tmpl/scanner.sgml: Additions and markup fixes.
2556 2001-09-27  Matthias Clasen  <matthiasc@poet.de>
2558         * glib/tmpl/warnings.sgml, glib/tmpl/linked_lists_double.sgml,
2559         glib/tmpl/completion.sgml, glib/tmpl/strings.sgml: Documented
2560         some functions, markup fixes.
2561         * glib/tmpl/patterns.sgml: New file.
2562         * glib/glib-docs.sgml: Add entity for patterns.sgml.
2563         
2564 2001-09-26  Matthias Clasen <matthiasc@poet.de>
2566         * glib/glib-sections.txt: Add g_mem_is_system_malloc.
2568 2001-09-25  Matthias Clasen <matthiasc@poet.de>
2570         * glib/glib-sections.txt: Add a missing SECTION 
2571         endtag. (#61126)
2573 2001-09-17  Darin Adler  <darin@bentspoon.com>
2575         * glib/tmpl/string_utils.sgml: Fix a typo and change
2576         documentation for g_ascii_isdigit and g_ascii_isxdigit
2577         to reflect the fact that the standard isdigit and
2578         isxdigit are already locale-independent.
2580 Wed Sep  5 05:24:07 2001  Tim Janik  <timj@gtk.org>
2582         * gobject/tmpl/gboxed.sgml: documented some functions.
2584         * gobject/tmpl/objects.sgml: some fixups.
2586 Mon Sep 10 11:37:02 2001  Owen Taylor  <otaylor@redhat.com>
2588         * glib/glib-sections.txt: Update.
2590 Sat Sep  8 14:13:44 2001  Owen Taylor  <otaylor@redhat.com>
2592         * glib/Makefile.am (IGNORE_HFILES): Add 
2593         gbsearcharray.h.
2595         * gobject/Makefile.am (IGNORE_HFILES): Remove
2596         gbsearcharray.h.
2598 2001-08-15  Ron Stenike  <rsteinke@w-link.net>
2600         * docs/reference/glib/glib-sections.txt: Added
2601         declarations for g_io_channel_[set,get]_close_on_unref
2603 Sun Aug 12 10:03:42 2001  Owen Taylor  <otaylor@redhat.com>
2605         * */Makefile.am: Set GPATH to fix srcdir != builddir  
2606         problems with GNU make.
2608 Sun Aug 12 02:24:36 2001  Tim Janik  <timj@gtk.org>
2610         * gobject/tmpl/value_arrays.sgml: document value arrays.
2612 2001-08-06  Sven Neumann  <sven@gimp.org>
2614         * docs/reference/gobject/gobject-sections.txt
2615         * docs/reference/gobject/tmpl/objects.sgml: added documentation for
2616         g_object_[add|remove]_weak_pointer().
2618 2001-07-19  Darin Adler  <darin@bentspoon.com>
2620         reviewed by: <delete if not using a buddy>
2622         * glib/tmpl/string_utils.sgml:
2624 2001-06-03  Matthias Clasen  <matthiasc@poet.de>
2626         * glib/tmpl/caches.sgml, glib/tmpl/main.sgml, 
2627         gobject/gobject-docs.sgml, gobject/tmpl/generic_values.sgml,
2628         gobject/tmpl/gtypemodule.sgml, gobject/tmpl/signals.sgml,
2629         gobject/tmpl/types.sgml: fix some typos.
2631 Thu Jun 28 17:43:29 2001  Owen Taylor  <otaylor@redhat.com>
2633         * glib/tmpl/memory.sgml glib/tmpl/macros_misc.sgml: Add
2634         notes about inclusion of string.h to docs on g_memmove,
2635         G_VA_COPY. (#54411)
2637 Tue Jun 26 12:28:20 2001  Owen Taylor  <otaylor@redhat.com>
2639         * glib/Makefile.am: Fix problem with glibconfig.h
2641 2001-06-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2643         * glib/tmpl/threads.sgml (example): Corrected.
2645 2001-06-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2647         * glib/glib-sections.txt, glib/tmpl/date.sgml: Add g_time_val_add.
2649         * glib/tmpl/threads.sgml: Updated. 
2651 2001-05-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2653         * glib/tmpl/arrays.sgml, glib/tmpl/arrays_pointers.sgml,
2654         glib/tmpl/arrays_byte.sgml: Corrected documentation for the
2655         ..._sized_new functions. Discovered by noon@users.sourceforge.net.
2657 2001-05-19  Havoc Pennington  <hp@pobox.com>
2659         * glib/Makefile.am (IGNORE_HFILES): add glibintl.h
2661         * glib/tmpl/*.sgml: fix various missing docs
2663 2001-05-18  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2665         * glib/glib-overrides.txt, glib/glib-sections.txt,
2666         glib/tmpl/thread_pools.sgml, glib/tmpl/threads.sgml: Updated.
2668 2001-05-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2670         * glib/tmpl/thread_pools.sgml, glib/tmpl/thread_pools.sgml:
2671         Updates after some renaming took place.
2673 2001-05-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2675         * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated.
2677         * glib/tmpl/threads.sgml: Clarification for g_mutex_trylock.
2679 2001-04-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2681         * glib/tmpl/hash_tables.sgml, glib/tmpl/misc_utils.sgml,
2682         glib/tmpl/scanner.sgml: Changes due to deprecation update.
2684 Mon Apr 16 12:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2686         * {glib,gobject}/Makefile.am (tmpl-build.stamp): More tweaks
2687         from GTK+. Reenable $(HTML_IMAGES) with shell portability fixes.
2689 Wed Apr  4 00:56:00 2001  Tim Janik  <timj@gtk.org>
2691         * gobject/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
2692         dist-hook because $(HTML_IMAGES) is empty.
2694 Tue Apr  3 11:51:02 2001  Owen Taylor  <otaylor@redhat.com>
2696         * {glib,gobject}/Makefile.am (sgml-build.stamp): Add
2697         explicit path to tmpl files in dependencies.
2699         * glib/glib.types gobject/gobject.types: empty files
2700         to keep generic makefiles happy.
2702 2001-04-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2704         * glib/glib-sections.txt: Removed
2705         g_static_private_(get|set)_for_thread.
2707         * glib/tmpl/threads.sgml: Updated.
2709         * glib/tmpl/thread_pools.sgml: Added GThreadPool documentation.
2711 Mon Mar 26 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
2713         * glib/Makefile.am (SCAN_OPTIONS): Add --deprecated-guards
2715 Sat Mar 17 17:51:17 2001  Owen Taylor  <otaylor@redhat.com>
2717         * gobject/Makefile.am glib/Makefile.am: A couple
2718         of small fixes.
2720 2001-03-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2722         * glib/tmpl/threads.sgml: Spelling corrections.
2724 Wed Mar  7 15:02:17 2001  Owen Taylor  <otaylor@redhat.com>
2726         * gobject/Makefile.am: Revert Tim's last commit to
2727         get rid of 7+ unnecessary / broken changes. Add
2728         back the useful part. Also fix problem with grep,
2729         add dependency on template files.
2731         * gobject/gobject-sections.txt: Remove double 
2732         value_types names which was screwing up builds.
2734         * glib/Makefile.am: Propagate changes from 
2735         gobject/Makefile.am
2737 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2739         * glib/tmpl/threads.sgml: Fixed stupid typo.
2741 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2743         * glib/tmpl/threads.sgml: Completed.
2745 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
2747         * gobject/Makefile.am: shuffled rules to avoid excessive
2748         rebuilds.
2750         * gobject/gobject-sections.txt: updates.
2752         * gobject/tmpl/*: bunch of updates, added another patch
2753         from Eric Lemings <eric.b.lemings@lmco.com>.
2755 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2757         * glib/glib-sections.txt, glib/tmpl/messages.sgml: Removed
2758         g_log_domain_gmodule.
2760 2001-02-23  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2762         * glib/tmpl/threads.sgml: Big update. Almost ready.
2764         * glib/tmpl/async_queues.sgml: Typo.
2766         * glib/glib-sections.txt: Added g_static_rec_mutex_init,
2767         g_static_rec_mutex_free, g_static_rw_lock_init,
2768         g_static_private_init and g_static_private_free.
2770         * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit.
2772 Fri Feb 16 06:52:20 2001  Tim Janik  <timj@gtk.org>
2774         * gobject/tmpl/types.sgml: incorporated huge docu patch from Eric
2775         Lemings <eric.b.lemings@lmco.com> with a bunch of editing on my part.
2777 Mon Feb 12 12:42:45 2001  Owen Taylor  <otaylor@redhat.com>
2779         * {glib,gobject}/Makefile.am: The ultimate gtk-doc makefile.
2781 2001-02-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2783         * glib/tmpl/threads.sgml, glib/glib-sections.txt: Added
2784         documentation for g_static_mutex_init().
2786 Wed Jan 31 07:14:22 2001  Tim Janik  <timj@gtk.org>
2788         * gobject/Makefile.am: adapt to work with new CVS gtk-doc, leaving the old
2789         rules in place caused bogus recursions. main changes:
2790         - add to conditionalized section:
2791           all-local:
2792                 $(MAKE) scan
2793                 $(MAKE) templates
2794                 $(MAKE) sgml
2795                 $(MAKE) html.stamp
2796           html.stamp: sgml.stamp $(EXTRA_SGML_FILES)
2797                 $(MAKE) html
2798           DOC_STAMPS= html.stamp sgml.stamp
2799         - change:
2800           maintainer-clean-local: clean
2801           -     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
2802           +     cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_STAMPS)
2804         * glib/Makefile.am (maintainer-clean-local): dito.
2806 Wed Jan 31 06:21:32 2001  Tim Janik  <timj@gtk.org>
2808         * gobject/tmpl/types.sgml: applied docu patch from Eric Lemings
2809         <eric.b.lemings@lmco.com>, did some more editing.
2811 2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2813         * glib/glib-sections.txt, glib/tmpl/threads.sgml: Added
2814         g_static_mutex_free().
2816 Tue Jan  9 03:10:38 2001  Tim Janik  <timj@gtk.org>
2818         * gobject/tmpl/types.sgml: added some function documentations.
2820         * gobject/gobject-sections.txt: buncha fixups.
2822 Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>
2824         * glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
2826 2000-12-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2828         * glib/glib-sections.txt: Added G_MODULE_SUFFIX.
2830         * glib/tmpl/modules.sgml: Updated.
2832 2000-12-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2834         * glib/glib-sections.txt: Added g_rand_boolean and
2835         g_random_boolean macros.
2837         * glib/tmpl/random_numbers.sgml: Updated.
2838         
2839 Tue Dec  5 15:41:23 2000  Owen Taylor  <otaylor@redhat.com>
2841         * glib/Makefile.am glib/mainloop-states*: add images
2843         * glib/glib-sections.txt: Updated
2845         * glib/tmpl/main.sgml: More documentation, move function
2846         docs to .c file.
2848 Mon Nov 13 00:18:55 2000  Owen Taylor  <otaylor@redhat.com>
2850         * glib/glib-sections.sgml: Move conversion functions
2851         into GConv section.
2852         
2853         * gobject/gobject-docs.sgml: Fix some malformed sgml.
2855 Sun Nov  5 13:24:50 2000  Owen Taylor  <otaylor@redhat.com>
2857         * gobject/Makefile.am gobject/gobject-sections.sgml: Updates
2858         * gobject/tmpl/g{boxed,type{plugin,module}}.sgml: added
2860 2000-11-05  Havoc Pennington  <hp@pobox.com>
2862         * glib/tmpl/markup.sgml: Write docs
2864 2000-11-05  Havoc Pennington  <hp@pobox.com>
2866         * glib/glib-sections.txt: remove parens from section name,
2867         confuses gtk-doc
2869         * glib/glib-docs.sgml: Add the new files here, doh.
2871         * glib/tmpl/shell.sgml: add gshell.[hc] docs
2873 2000-11-05  Havoc Pennington  <hp@pobox.com>
2875         * glib/tmpl/error_reporting.sgml: fixes
2877 2000-11-05  Havoc Pennington  <hp@pobox.com>
2879         * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml,
2880         glib/tmpl/fileutils.sgml: Added
2881         
2882         * glib/Makefile.am: Add new files
2884         * glib/glib-sections.txt: Add stuff from -unused
2886 Fri Nov  3 07:33:15 2000  Tim Janik  <timj@gtk.org>
2888         * gobject/gobject-docs.sgml: added &gobject-closures; section.
2890         * gobject/Makefile.am (tmpl_sources): add tmpl/clsoures.sgml
2892         * gobject/gobject-sections.txt: added Closure section.
2893         
2894         * gobject/tmpl/closures.sgml: new file with template description
2895         for GClosure functions.
2897 2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2899         * glib/tmpl/glib-unused.sgml: Remove superfluous GSearchFunc.
2901         * glib/tmpl/async_queues.sgml, glib/glib-sections.txt: Added
2902         documentation for asynchronous queues.
2904 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2906         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
2908         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
2909         parameter names.
2911         * glib/tmpl/string_utils.sgml: Corrected the documentation of
2912         g_strescape and added those of g_strcompress.
2914 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2916         * glib/tmpl/limits.sgml: Added documentation for
2917         G_MAXU(INT|SHORT|LONG).
2919         * glib/tmpl/macros_misc.sgml: Added documentation for
2920         G_G(U)INT(16|32|64)_FORMAT.
2922         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
2923         documentation for gu(int|short|long).
2925         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
2926         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
2927         and document GEqualFunc in GHashTable.
2929         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
2930         glib/tmpl/relations.sgml : Changed to reflect the changed API
2931         (GCompareFunc -> GEqualFunc).
2933         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
2934         fixes.
2935         
2936 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
2938         * gobject/tmpl/signals.sgml: start at general description.
2940         * gobject/gobject-docs.sgml: added introduction.
2942 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
2944         * gobject/gobject-sections.txt: opened up a new section on signals.
2946 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2948         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
2950         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
2951         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
2952         glib/tmpl/scanner.sgml: Document the recently deprecated functions
2953         as such.
2955 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
2957         'make distcheck' fixes.
2958         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
2959         (html): Run 'gtkdoc-fixxref' in $(srcdir).
2960         (dist-check-gtkdoc): Add missing quote.
2961         (dist-hook): Copy in dependency order, so that none of the
2962         makerules are fired in a tarball build.
2964         * gobject/Makefile.am: Likewise.
2966 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2968         * glib/glib-sections.txt: Added misc items.
2970         * glib/tmpl/random_numbers.sgml: Documentation for the random
2971         number generator.
2973 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
2975         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
2976         $top_srcdir)/gobject.
2977         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
2979 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
2981         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
2983 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
2985         * Some further makefile improvement.
2986          
2987         * Restore all the docs that mysteriously vanished earlier.
2989 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
2991         * gobject/Makefile.am glib/Makefile.am: Improve 
2992         separation of generic non-generic parts and dependencies. 
2994 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
2996         * Moved into glib source tree, updated glib-sections.txt
2997         and Makefile.am for glib-1.3.x.
2999 2000-07-01  Damon Chaplin  <damon@helixcode.com>
3001         * tmpl/string_utils.sgml: updated g_strndup.
3003 2000-06-11  Damon Chaplin  <damon@helixcode.com>
3005         * tmpl/messages.sgml: updated a bit more.
3007 2000-06-11  Damon Chaplin  <damon@helixcode.com>
3009         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
3011 2000-04-16  Damon Chaplin  <damon@helixcode.com>
3013         * tmpl/linked_lists_single.sgml: 
3014         * tmpl/linked_lists_double.sgml: 
3015         * tmpl/trees-nary.sgml: updated.
3017         * tmpl/modules.sgml: described g_module_build_path().
3019         * tmpl/date.sgml: made short description lower case and end in a '.'.
3021         * glib-sections.txt: rearranged GDate section.
3023         * tmpl/arrays.sgml: 
3024         * tmpl/arrays_byte.sgml: 
3025         * tmpl/arrays_pointer.sgml: updated.
3027 2000-02-21  Damon Chaplin  <damon@helixcode.com>
3029         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
3030         to note that only the first source found is removed.
3032 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
3034         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
3035          Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
3036         GVoidFunc & GFreeFunc.
3038 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3040         * glib-sections.txt, tmpl/threads.sgml: Removed
3041         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
3043         * glib-overrides.txt: New file, that makes most of the thread
3044         related macros look like functions.
3046         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
3048         * tmpl/threads.sgml: Minor updates.
3049         
3050 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
3052         * tmpl/datasets.sgml: Added missing </para>
3053         * tmpl/timers.sgml: Added missing </para>
3054         * tmpl/misc_utils.sgml: Added missing </para>
3055         * tmpl/linked_lists_double.sgml: Added missing </para>
3056         * tmpl/linked_lists_single.sgml: Added missing </para>
3057         * tmpl/threads.sgml: Removed extra <para>s.
3058         * tmpl/main.sgml: Added missing </para>
3060 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
3062         * README: Added some simple build instructions.
3064 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
3066         * Import into CVS of glib-reference-1.1.3
3067           Filled in some basic contents for AUTHORS
3068           README, and README.cvs