Ignore gio
[platform/upstream/glib.git] / ChangeLog
1 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gmarkup.h:
4         * glib/gmarkup.c: 
5         * glib/gerror.c: Add Since: tags to new API, other doc improvements.
6
7 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
8
9         * glib/gurifuncs.c: Some doc cleanups
10
11 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
12
13         * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
14
15         * glib/gconvert.c: De-doc-commentify static functions to
16         shut up gtk-doc.
17
18         * glib/gutils.c: Fix the glib_gettext doc comment.
19
20 2007-11-28  Tor Lillqvist  <tml@novell.com>
21
22         * config.h.win32.in: Update to match what configure produces.
23
24 2007-11-28  Alexander Larsson  <alexl@redhat.com>
25
26         * glib/gstring.c (g_string_append_uri_escaped):
27         Move this function before g_string_append_c so that
28         we avoid the plt call due to the undefinf of g_string_append_c
29
30 2007-11-28  Emmanuele Bassi  <ebassi@gnome.org>
31
32         * gio/Makefile.am: Remove makegioalias.pl from the marshal files
33         and avoid it being cleaned up when running make clean.
34
35 2007-11-28  Alexander Larsson  <alexl@redhat.com>
36
37         * glib/glib.symbols:
38         Add in the new symbols
39         
40         * glib/gurifuncs.c:
41         Use the aliases framework
42         
43         * glib/glibintl.h:
44         * glib/gutils.c:
45         Make the alias stuff work now that glib_gettext
46         is exported to libgio. 
47
48 2007-11-27  Ryan Lortie  <desrt@desrt.ca>
49
50         * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
51         g_hash_table_insert_internal): insert/replace were identical except
52         for a single line.  Replace both with a common function.
53
54 2007-11-27  Alexander Larsson  <alexl@redhat.com>
55
56         * gio/Makefile.am:
57         * gio/gurifuncs.[ch]:
58         * glib/Makefile.am:
59         * glib/gstring.[ch]:
60         * glib/gurifuncs.[ch]:
61         Moved gurifuncs from gio to glib
62
63 2007-11-27  Alexander Larsson  <alexl@redhat.com>
64
65         * gio/gfileinfo.[ch]:
66         * glib/gfileutils.[ch]:
67         Move g_format_file_size_for_display from gio to glib
68
69 2007-11-27  Alexander Larsson  <alexl@redhat.com>
70
71         * configure.in:
72         Allow configuration of gio-module-dir
73         
74         * gio-2.0.pc.in:
75         Export giomodules location as giomodule variable
76
77 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
78
79         * tests/markup-collect.c: Add some tests for invalid booleans
80
81 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
82  
83         Add new function g_markup_collect_attributes (bug #496847).
84  
85         * glib/glib.symbols: add g_markup_collect_attributes
86  
87         * docs/reference/glib/glib-sections.txt: 
88         * glib/gmarkup.h:
89         * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
90         type GMarkupCollectType.  Add new error code
91         G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
92         collector.
93
94 2007-11-27  Tor Lillqvist  <tml@novell.com>
95
96         * glib/win_iconv.c: Some improvements, being upstreamed.
97         (must_use_null_useddefaultchar): New function, checks for those
98         codepages for which one must pass a NULL lpUsedDefaultChar pointer
99         to WideCharToMultiByte().
100         (kernel_wctomb): Use it.
101         (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
102
103 2007-11-27  Tor Lillqvist  <tml@novell.com>
104
105         * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
106         lib/locale or share/locale depending on which one is in
107         GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
108         on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
109
110         * glib-zip.in: Likewise, look for message catalogs either in
111         lib/locale or share/locale.
112
113 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
114
115         * gio/gfileattribute.c: Fix up a doc comment.
116
117 2007-11-26  Alexander Larsson  <alexl@redhat.com>
118
119         * Makefile.am:
120         * configure.in:
121         * gio-2.0-uninstalled.pc.in:
122         * gio-2.0.pc.in: 
123         * gio-unix-2.0-uninstalled.pc.in:
124         * gio-unix-2.0.pc.in:
125         * gio/
126         * docs/reference/gio
127         Merged gio-standalone into glib.
128         
129         * glib/glibintl.h:
130         * glib/gutils.c:
131         Export glib_gettext so that gio can use it
132         Add P_ (using same domain for now)
133         Add I_ as g_intern_static_string
134
135 2007-11-26  Tor Lillqvist  <tml@novell.com>
136
137         * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
138
139 2007-11-26  Tor Lillqvist  <tml@novell.com>
140
141         Implement #491549: On Windows, always use the native API for
142         character set conversions instead of GNU libiconv. Almost all
143         codesets supported by GNU libiconv exist as Windows codepages.
144         One missing feature is the "C99" and "JAVA" pseudo codesets, but I
145         doubt that is worth worrying about.
146         
147         * glib/win_iconv.c: New file. iconv() implementation for
148         Windows. Placed in the public domain by Yukihiro Nakadaira
149         <yukihiro.nakadaira@gmail.com>. From
150         http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
151         2007-11-17 version.
152
153         * glib/gconvert.c: Include win_iconv.c on Windows.
154
155         * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
156         
157         * configure.in: Bypass iconv checks on Windows. 
158
159 2007-11-25  Tor Lillqvist  <tml@novell.com>
160
161         * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
162         unless G_OS_UNIX for now.
163
164 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
165
166         * configure.in: Require gtk-doc 1.8.
167
168         * glib/gasyncqueue.c:
169         * glib/gdate.c:
170         * glib/gfileutils.c:
171         * glib/gmain.c:
172         * glib/gmarkup.c:
173         * glib/gregex.c:
174         * glib/gtestutils.c:
175         * glib/gutils.c: Use gtk-doc abbreviations for 
176         examples in doc comments.
177
178 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
179
180         * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
181         cleanups.
182
183 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
184
185         * tests/base64-test.c: Fix a memory overrun.
186
187 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
188
189         * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
190
191 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
192
193         * glib/gbase64.c (g_base64_encode): Don't refuse to encode
194         a single byte.  (Milan Crha)
195
196         * tests/base64-test.c: Test encoding short strings.
197
198 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
199
200         * glib/gi18n-lib.h: 
201         * glib/gi18n.h: Define a two-argument macro C_() for marking
202         translatable strings with context and implement C_() and Q_()
203         using g_dpgettext().  (#142676, Morten Welinder)
204
205         * glib/glib.symbols:
206         * glib/gstrfuncs.[hc]: Implement g_dpgettext().
207
208 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
209
210         * glib/goption.c: Use g_print to print out --help text in 
211         locale encoding.  (#469551, Takao Fujiwara)
212
213 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
214
215         * glib/gkeyfile.c: Set length out param in list-returning functions
216         to 0 when returning NULL.  (#498728, Christian Persch)
217
218 2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>
219
220         * Makefile.decl: initialize automake variables EXTRA_DIST and
221         TEST_PROGS for unconditional appending via += in other makefiles.
222         define recursive test targets: test, test-report, perf-report,
223         full-report, as described here:
224       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
225
226         * Makefile.am:
227         * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
228         * build/win32/Makefile.am, build/Makefile.am:
229         * docs/Makefile.am, docs/reference/Makefile.am:
230         * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
231         * gmodule/Makefile.am, tests/Makefile.am:
232         * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
233         * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
234         * glib/tests/Makefile.am, glib/pcre/Makefile.am:
235         * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
236         * gthread/Makefile.am, glib/Makefile.am:
237         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
238
239         * glib/tests/Makefile.am: removed example testing rules.
240
241         * glib/tests/testing.c: conditionalized performance and slow tests.
242
243         * glib/gtestutils.h:
244         * glib/gtestutils.c: work around g_test_config_vars not changing its
245         exported value after value assignments, aparently due to symbol aliases.
246
247         * glib/gtester.c: fixed off-by-one error which produced junk in logs.
248
249         * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
250
251 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
252
253         Renamed gtestframework to gtestutils.
254
255         * glib/glib.h:
256         * glib/Makefile.am: added gtestutils.h to public includes.
257
258         * glib/gtestutils.c: include gtestutils.h.
259
260         * glib/gtestutils.h:
261         * glib/glib.symbols:
262         * glib/tests/testing.c: renamed gtestframework to gtestutils.
263
264         * glib/gtestframework.h: renamed to gtestutils.h.
265
266         * glib/gtestframework.c: renamed to gtestutils.c.
267
268 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
269
270         glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
271
272 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
273
274         gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
275
276 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
277
278         gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
279
280 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
281
282         Added g_test_bug() and related API.
283
284         * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
285
286         * gtestframework.h, gtestframework.c: added test message API and convenience
287         API to send test messages about bug URLs.
288
289 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
290
291         Added API to access test framework configuration.
292
293         * gtestframework.h, gtestframework.c: export testing configuration to test
294         programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
295
296 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
297
298         gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
299
300         * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
301         restart test binaries when tests fail, resuming after the last processed test.
302         support --gtester-selftest to run gtester itself as test program.
303         support --test-arg=<arg> to pass args along to test programs. added
304         main_selftest() which does a simplistic fixture test. fail if exit
305         code of test programs is not 0.
306
307         * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
308
309         * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
310
311         * tests/Makefile.am: added test-report: for demonstration purposes.
312         added gtester-xmllint-check: and hooked it up into check:, this rule calls
313         gtester as test program, running it's selftest, and then uses xmllint to
314         validate the generate XML test log file.
315
316 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
317
318         gtester: implemented XML logging.
319
320         * glib/gtester.c: log test messages to XML output file. beautified normal test
321         result output.
322
323         * glib/gtestframework.c: fixed GTimer leak.
324
325         * glib/tests/Makefile.am: start gtester with --verbose.
326
327 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
328
329         tests/Makefile.am: execute test programs with gtester, add test: to check:
330
331 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
332
333         Fixed PLT symbol exports for gtestframework.h.
334
335         * glib/glib.symbols: added all exported gtestframework.h symbols.
336
337         * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
338
339 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
340
341         glib/gtester.c: fixed debugging flag.
342
343 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
344
345         fixed bogus unistd.h include.
346
347 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
348
349         Implemented test log IPC.
350
351         * gtester.c: read and decode log messages from test binary child processes.
352         fixed GIOChannel and child watch handling to process all messages and avoid
353         hangs. pass --verbose and --quiet on to children, default to --quiet.
354
355         * gtestframework.h: export g_test_log_type_name().
356
357         * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
358         bogus -o-option.
359
360 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
361
362         gtester.c: support test case listing through gtester.
363
364 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
365
366         gtestframework.c: fixed testpath matches for automatic root suite.
367
368 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
369
370         gtester.c: adapted to become a rudimentary test binary launcher.
371
372         * gtester.c: increased read buffer size to match common unix pipe buffer size.
373         added argument parsing and usage. changed io handling to capture and replicate
374         stdout. fixed io handlers to be cleaned up when the child process exits (catch
375         G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
376         structure, to keep running until the child process exits and all io has been
377         processed. launch the test binaries given on the command line. don't quit when
378         a child couldn't be launched but --keep-going was specified.
379
380 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
381
382         Integrated gtester program into build process.
383
384         * Makefile.am: build and install gtester binary.
385
386         * gtester.c: fixed up coding style and removed hard wired test coded.
387
388 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
389
390         glib/gtester.c:Small -Wall fix
391
392 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
393
394         glib/gtester.c:Implemented nonblocking reading properly now
395
396 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
397
398         glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
399
400 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
401
402         glib/gtester.c:Read the output of the child process
403
404 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
405
406         glib/gtester.c:Use g_spawn_async_with_pipes()
407
408 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
409
410         glib/gtester.c:Spawn a process async and quit gtester after the child process exited
411
412 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
413
414         glib/gtester.c:Added a first revision of gtester
415
416 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
417
418         Implemented test log serialization.
419
420         * glib/gtestframework.h: added g_test_log*() API.
421
422         * glib/gtestframework.c: implement test log serialization.
423
424 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
425
426         Implemented test logging basics.
427
428         * glib/gtestframework.c: added --debug-log and --verbose, implemented
429         test information logging.
430
431         * testing.c: test g_test_maximized_result() and g_test_minimized_result().
432
433 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
434
435         Implemented g_test_timer*().
436
437         * gtestframework.c: implemented g_test_timer*().
438
439         * tests/testing.c: added a g_test_timer*() test.
440
441 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
442
443         Implemented support for testpaths.
444
445         * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
446
447         * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
448
449 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
450
451         testing.c: added tests for the g_test_rand*() API.
452
453 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
454
455         Implemented g_test_rand*().
456
457         * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
458         added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
459         doubles and ranges.
460
461         * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
462
463 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
464
465         testing.c: added tests for g_assert_cmphex() and forked test traps.
466
467 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
468
469         Implemented g_test_trap_fork() API.
470
471         * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
472
473         * gtestframework.c: implemented g_test_trap_fork() API.
474
475 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
476
477         * glib/gtestframework.c:
478
479         that match a given test path.
480         (g_test_run_suite): run suite only if it matches the existing test paths.
481
482         * glib/tests/testing.c: minor rename.
483
484 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
485
486         GTest framework started.
487
488         * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
489         includes elaborate assertions, performance report functions, test traps,
490         test timer, test random numbers, teardoiwn garbage collection functions
491         and general test case / test suite management APIs.
492
493         * glib/gtestframework.c: first test framework implementation. already covers
494         some test suite management APIs and assertion message implementations.
495
496         * glib/tests/testing.c: test program for the testing framework.
497
498         * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
499         make test:.
500
501 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
502
503         glib/Makefile.am: build tests/ subdir after building libglib.
504
505 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
506
507         Fixed up internal 'g_test*' names.
508
509         * refcount/signals.c:
510         * refcount/objects.c:
511         * refcount/objects2.c:
512         * refcount/closures.c:
513         * refcount/properties.c:
514         * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
515         to not clash with newly introduced g_test* API in glib.
516
517 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
518
519         Added gtestframework.[hc] and glib/tests/.
520
521 2007-11-20  Sven Neumann  <sven@gimp.org>
522
523         * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
524         g_strjoin() to concatenate two strings.
525
526 2007-11-19  Marco Barisione  <marco@barisione.org>
527
528         * glib/gregex.c: When the compilation of a pattern fails in the error
529         message use the character offset and not the byte offset.
530
531         * glib/gregex.c: Pass an unsigned long instead of an int to
532         pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
533         Sutou)
534
535 2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>
536
537         * configure.in: updated version number to 2.15.0 for development.
538
539 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
540
541         * glib/gbase64.c: Documentation improvements.  (#496518,
542         Stefan Schulze Frielinghaus)
543
544 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
545
546         * configure.in: Check whether assembler supports numerical local
547         labels.  
548
549         * glib/gatomic.c: Fix powerpc implementation of atomic ops for 
550         platforms where the assembler doesn't support numerical local
551         labels.  (#445362)
552
553 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
554
555         * docs/reference/glib/tmpl/markup.sgml:
556         * glib/gmarkup.h:
557         * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
558         parser to prepend location information (ie: "Error on line %d, char
559         %d:") to errors generated by the GMarkupParser callbacks.
560
561         Closes #496046.
562
563 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
564
565         * docs/reference/glib/glib-sections.txt:
566         * glib/glib.symbols:
567         * glib/gerror.h:
568         * glib/gerror.c: new functions g_prefix_error and
569         g_propagate_prefixed_error.
570
571 2007-11-13  Cody Russell  <bratsche@gnome.org>
572
573         * docs/reference/gobject/gobject-docs.sgml:
574         * docs/reference/gobject/tut_gsignal.xml:
575         * docs/reference/gobject/tut_gtype.xml:
576         * docs/reference/gobject/tut_intro.xml:
577         * docs/reference/gobject/tut_tools.xml:
578         * docs/reference/gobject/tut_howto.xml:
579         * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
580         Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
581         NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that 
582         superclass initializers don't run when an object is 
583         instantiated.  Fixed numerous spelling mistakes.  Minor grammar 
584         edits. (#490637, Adam Dingle)
585
586 2007-11-09  Matthias Clasen <mclasen@redhat.com>
587
588         * glib/gkeyfile.c: Coding style cleanups and doc 
589         improvements.  (#491979, #491982, Areg Beketovski)
590
591 2007-11-09  Matthias Clasen <mclasen@redhat.com>
592
593         * glib/giochannel.c: Coding style cleanups and doc 
594         improvements.  (#491975, Areg Beketovski)
595
596 2007-11-09  Matthias Clasen <mclasen@redhat.com>
597
598         * glib/gmain.c (g_main_context_iteration): Improve the
599         docs.  (#491974, Areg Beketovski)
600
601 2007-11-09  Matthias Clasen <mclasen@redhat.com>
602
603         * glib/gdate.c: Coding style fixes.
604
605 2007-11-09  Matthias Clasen <mclasen@redhat.com>
606
607         * configure.in: Add AM_PROG_CC_C_O.
608
609         * Makefile.am: Remove the install-exec-local hook and use
610         configexecincludedir_DATA instead, in an attempt to avoid
611         automake 1.9 <> 1.10 incompatibilities.
612
613         * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
614         automake 1.10 complains.
615
616 2007-11-09  Matthias Clasen <mclasen@redhat.com>
617
618         * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
619         Areg Beketovski)
620
621 2007-11-08  Matthias Clasen <mclasen@redhat.com>
622
623         * glib/gmain.c (g_main_context_release): 
624         (g_main_context_acquire):
625         (g_main_context_new): Fix the doc wording.  (#491957, 
626         #491965, #491966, Areg Beketovski)
627
628 2007-11-08  Matthias Clasen <mclasen@redhat.com>
629
630         * glib/gutils.c (g_set_application_name): Add a missing
631         since tag.  (#464259, Mark Doliner)
632
633 2007-11-08  Matthias Clasen <mclasen@redhat.com>
634
635         * glib/goption.c (g_option_context_new): Improve the docs.
636         (#436293, Vincent Untz)
637
638 2007-11-08  Matthias Clasen <mclasen@redhat.com>
639
640         * glib/gmain.c (g_main_loop_quit): Expand the docs 
641         a bit.  (#317775, Søren Sandmann)
642
643 2007-11-08  Matthias Clasen <mclasen@redhat.com>
644         
645         * autogen.sh: Accept automake 1.10, too
646
647         * mkinstalldirs: Temporarily add this script, to fix building
648         from svn.
649
650         * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
651         ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
652
653 2007-11-08  Matthias Clasen <mclasen@redhat.com>
654
655         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
656
657 2007-11-08  Matthias Clasen <mclasen@redhat.com>
658
659         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
660         shift state with AIX iconv().  (#467537)
661
662 2007-11-08  Matthias Clasen <mclasen@redhat.com>
663
664         * configure.in:
665         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
666         and in AM_PATH_GLIB_2_0 to be consistent with the use of
667         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
668         Loïc Minier)
669
670 2007-11-08  Matthias Clasen <mclasen@redhat.com>
671
672         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
673         out parameters uninitialized.  (#490061, Benjamin Otte)
674
675 2007-11-07  Matthias Clasen <mclasen@redhat.com>
676
677         * glib/gmain.c (g_main_context_unref): Don't leak the
678         condvar.  (#479724, Areg Beketovski)
679
680 2007-11-07  Matthias Clasen <mclasen@redhat.com>
681
682         * glib/glib.symbols:
683         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
684         New function, to get the stack of open elements.  (#452887,
685         Ryan Lortie)
686
687 2007-11-07  Matthias Clasen <mclasen@redhat.com>
688
689         * glib/gkeyfile.[hc]: Make some functions that take
690         a GError return boolean instead of void.  (#375651, Matt Barnes)
691
692 2007-11-07  Matthias Clasen <mclasen@redhat.com>
693         
694         * autogen.sh: Use automake 1.9
695
696         * acinclude.m4:
697         * configure.in: Move some inter-*.m4 includes from
698         configure.in to acinclude.m4 to avoid warnings when
699         using automake 1.9.  (#449937)
700
701 2007-11-07  Matthias Clasen <mclasen@redhat.com>
702
703         === Branch for 2.14 ===