This time the right fix.
[platform/upstream/glib.git] / docs / reference / ChangeLog
1 2000-10-31  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2
3         * glib/tmpl/linked_lists_single.sgml: This time the right fix.
4
5         * glib/tmpl/scanner.sgml, glib/tmpl/strings.sgml: Changed
6         parameter names.
7
8         * glib/tmpl/string_utils.sgml: Corrected the documentation of
9         g_strescape and added those of g_strcompress.
10
11 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
12
13         * glib/tmpl/limits.sgml: Added documentation for
14         G_MAXU(INT|SHORT|LONG).
15
16         * glib/tmpl/macros_misc.sgml: Added documentation for
17         G_G(U)INT(16|32|64)_FORMAT.
18
19         * glib/tmpl/types.sgml: Mention G_MAXU(INT|SHORT|LONG) in
20         documentation for gu(int|short|long).
21
22         * glib/glib-sections.txt, glib/tmpl/linked_lists_double.sgml,
23         glib/tmpl/caches.sgml: Move GCompareFunc to GList and introduce
24         and document GEqualFunc in GHashTable.
25
26         * glib/tmpl/caches.sgml, glib/tmpl/hash_tables.sgml,
27         glib/tmpl/relations.sgml : Changed to reflect the changed API
28         (GCompareFunc -> GEqualFunc).
29
30         * glib/tmpl/linked_lists_single.sgml, glib/tmpl/threads.sgml: Typo
31         fixes.
32         
33 Mon Oct 30 11:13:12 2000  Tim Janik  <timj@gtk.org>
34
35         * gobject/tmpl/signals.sgml: start at general description.
36
37         * gobject/gobject-docs.sgml: added introduction.
38
39 Mon Oct 30 06:01:43 2000  Tim Janik  <timj@gtk.org>
40
41         * gobject/gobject-sections.txt: opened up a new section on signals.
42
43 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
44
45         * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
46
47         * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
48         glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
49         glib/tmpl/scanner.sgml: Document the recently deprecated functions
50         as such.
51
52 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
53
54         'make distcheck' fixes.
55         * glib/Makefile.am (EXTRA_DIST): Add $(DOC_MODULE)-decl.txt.
56         (html): Run 'gtkdoc-fixxref' in $(srcdir).
57         (dist-check-gtkdoc): Add missing quote.
58         (dist-hook): Copy in dependency order, so that none of the
59         makerules are fired in a tarball build.
60
61         * gobject/Makefile.am: Likewise.
62
63 2000-10-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
64
65         * glib/glib-sections.txt: Added misc items.
66
67         * glib/tmpl/random_numbers.sgml: Documentation for the random
68         number generator.
69
70 2000-10-09  Raja R Harinath  <harinath@cs.umn.edu>
71
72         * gobject/Makefile.am (DOC_SOURCE_DIR): Don't set to 
73         $top_srcdir)/gobject.
74         * glib/Makefile.am (DOC_SOURCE_DIR): Don't set to $(top_srcdir),
75
76 2000-09-29  Jonathan Blandford  <jrb@redhat.com>
77
78         * glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
79
80 Thu Sep  7 12:35:35 2000  Owen Taylor  <otaylor@redhat.com>
81
82         * Some further makefile improvement.
83          
84         * Restore all the docs that mysteriously vanished earlier.
85
86 Wed Sep  6 10:59:45 2000  Owen Taylor  <otaylor@redhat.com>
87
88         * gobject/Makefile.am glib/Makefile.am: Improve 
89         separation of generic non-generic parts and dependencies. 
90
91 Tue Sep  5 20:03:25 2000  Owen Taylor  <otaylor@redhat.com>
92
93         * Moved into glib source tree, updated glib-sections.txt
94         and Makefile.am for glib-1.3.x.
95
96 2000-07-01  Damon Chaplin  <damon@helixcode.com>
97
98         * tmpl/string_utils.sgml: updated g_strndup.
99
100 2000-06-11  Damon Chaplin  <damon@helixcode.com>
101
102         * tmpl/messages.sgml: updated a bit more.
103
104 2000-06-11  Damon Chaplin  <damon@helixcode.com>
105
106         * tmpl/messages.sgml: updated a few bits about log handlers & flags.
107
108 2000-04-16  Damon Chaplin  <damon@helixcode.com>
109
110         * tmpl/linked_lists_single.sgml: 
111         * tmpl/linked_lists_double.sgml: 
112         * tmpl/trees-nary.sgml: updated.
113
114         * tmpl/modules.sgml: described g_module_build_path().
115
116         * tmpl/date.sgml: made short description lower case and end in a '.'.
117
118         * glib-sections.txt: rearranged GDate section.
119
120         * tmpl/arrays.sgml: 
121         * tmpl/arrays_byte.sgml: 
122         * tmpl/arrays_pointer.sgml: updated.
123
124 2000-02-21  Damon Chaplin  <damon@helixcode.com>
125
126         * tmpl/main.sgml: updated the g_source_remove_by_XXX() descriptions
127         to note that only the first source found is removed.
128
129 2000-01-25  Damon Chaplin  <damon@karuna.freeserve.co.uk>
130
131         * tmpl/misc_utils.sgml: g_bit_nth_lsf/msf docs from 
132          Nils Rennebarth <nils@ipe.uni-stuttgart.de>, and updates for
133         GVoidFunc & GFreeFunc.
134
135 1999-12-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
136
137         * glib-sections.txt, tmpl/threads.sgml: Removed
138         G_THREADS_IMPL_NSPR. Shouldn't be used anyway.
139
140         * glib-overrides.txt: New file, that makes most of the thread
141         related macros look like functions.
142
143         * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
144
145         * tmpl/threads.sgml: Minor updates.
146         
147 Tue Aug 17 08:42:17 1999  Owen Taylor  <otaylor@redhat.com>
148
149         * tmpl/datasets.sgml: Added missing </para>
150         * tmpl/timers.sgml: Added missing </para>
151         * tmpl/misc_utils.sgml: Added missing </para>
152         * tmpl/linked_lists_double.sgml: Added missing </para>
153         * tmpl/linked_lists_single.sgml: Added missing </para>
154         * tmpl/threads.sgml: Removed extra <para>s.
155         * tmpl/main.sgml: Added missing </para>
156
157 Wed Aug 18 23:38:52 1999  Owen Taylor  <otaylor@redhat.com>
158
159         * README: Added some simple build instructions.
160
161 Wed Aug 18 23:11:28 1999  Owen Taylor  <otaylor@redhat.com>
162
163         * Import into CVS of glib-reference-1.1.3
164           Filled in some basic contents for AUTHORS
165           README, and README.cvs  
166