Accept -1 for the data length if the data is a null-terminated string. Bug
[platform/upstream/glib.git] / ChangeLog
1 2008-01-20  Murray Cumming  <murrayc@murrayc.com>
2
3         * glib/gchecksum.c: (g_checksum_update): Accept -1 for the data 
4         length if the data is a null-terminated string. Bug #510855.
5
6 2008-01-21  Alexander Larsson  <alexl@redhat.com>
7
8         * configure.in:
9         Only check for sys/inotify.h (see gio/ChangeLog) 
10
11 2008-01-18 16:51:23  Tim Janik  <timj@imendio.com>
12
13         * glib/gutils.h: don't define __GNUC_PREREQ which is not in the glib
14         namespace. for gcc, define G_INLINE_FUNC to "static inline" as with
15         all other C compilers, because newer GCC versions incompatibly
16         changed "extern inline" semantics.
17
18 2008-01-18  Murray Cumming  <murrayc@murrayc.com>
19
20         * glib/gfileutils.c:
21         * glib/gsequence.c:
22         * glib/gstring.c: Fixed some minor typos in the documentation.
23
24 2008-01-16  Dan Winship  <danw@gnome.org>
25
26         * glib/gchecksum.c (md5_sum_update): Fix another bug (which
27         doesn't affect the results, but may cause it to read bad memory).
28
29 2008-01-15  Alexander Larsson  <alexl@redhat.com>
30
31         * glib/gurifuncs.c:
32         Clarify docs for g_uri_unescape_string() (#508773)
33
34 2008-01-14  Dan Winship  <danw@gnome.org>
35
36         * m4macros/glib-2.0.m4: Support gio in AM_PATH_GLIB_2_0 (#509465)
37
38 2008-01-15  Dan Winship  <danw@gnome.org>
39
40         * glib/gchecksum.c (md5_sum_update): fix this; the previous code
41         gave the wrong md5sum when called in certain ways with buffers
42         larger than 64 bytes.
43         (g_checksum_update): remove the unnecessary "length > 1"
44         restriction
45
46         * tests/checksum-test.c: Rewrite this to be much more exhaustive
47         (and in particular to test the md5_sum_update bugfix).
48
49 2008-01-14  Matthias Clasen  <mclasen@redhat.com>
50
51         * configure.in: Bump version
52
53         * === Released 2.15.2 ===
54
55         * NEWS: Updates
56
57 2008-01-14  Alexander Larsson  <alexl@redhat.com>
58
59         * glib/gurifuncs.c:
60         Clarify docs for g_uri_escape_string (#508773)
61
62 2008-01-12  Andre Klapper  <a9016009@gmx.de>
63
64         * configure.in: ALL_LINGUAS: remove line breaks from previous 
65         commit to get damned-lies stats correct again. Add Sinhala (si).
66
67 2008-01-11  Matthias Clasen  <mclasen@redhat.com>
68
69         * glib/gtestutils.c: Fix a docs typo
70
71 2008-01-11 12:55:19  Tim Janik  <timj@imendio.com>
72
73         * tests/testingbase64.c: added g_base64_encode()/g_base64_decode()
74         test case by Asbjoern Pettersen. fixed up coding style.
75
76 2008-01-11 09:00:28  Tim Janik  <timj@imendio.com>
77
78         * glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
79         file instead of "sed -i" which is not portable enough.
80
81 2008-01-08  Alexander Larsson  <alexl@redhat.com>
82
83         * tests/cxx-test.C:
84         Add gio/gio.h include to check for c++ problems.
85
86 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
87
88         * configure.in: Bump version
89
90         * === Released 2.15.1 ===
91
92 2008-01-07  Alexander Larsson  <alexl@redhat.com>
93
94         * configure.in:
95         Add gio/test/Makefile to AC_CONFIG_FILES
96
97 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
98
99         * NEWS: Updates
100
101 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
102
103         * glib/gregex.c: Add a translator comment (#503051, 
104         Pedro de Medeiros)
105
106 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
107
108         * glib/gutils.h: Cope with gcc 4.3 changed 'extern inline'
109         semantics.  (#315437, patch by Loïc Minier)
110
111 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
112
113         * glib/gspawn.c (fdwalk): Don't set open_max to
114         RLIM_INFINITY.  (#495589, Tommi Komulainen)
115
116 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
117
118         * README.in, INSTALL.in: Document new dependencies.
119
120 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
121
122         * gio-2.0.pc.in, gio-2.0-uninstalled.pc.in: Require glib-2.0
123         (#507628)
124
125 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
126
127         Resolve 64 bit-shift bug in g_markup_collect_attributes.
128         Spotted by Lieven van der Heide.
129
130         * glib/gmarkup.c: Use G_GUINT64_CONSTANT in bit-shift.
131
132 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
133
134         * gio/gunixmount.c (g_unix_mount_unmount, g_unix_mount_eject):
135         These void functions were trying to return a value. It was causing
136         the compilation to fail.
137
138 2008-01-02  Alvaro Lopez Ortega  <alvaro@sun.com>
139
140         * glib/ghash.c (g_hash_table_replace, g_hash_table_insert): These
141         functions prototype defines its output as void, and therefore they
142         should not return any value. This patch fixes a compilation error:
143         the "return" clauses were incompatible with the functions prototype.
144
145 2007-12-31  Matthias Clasen  <mclasen@redhat.com>
146
147         * glib/gslice.c: Remove C99 comments
148
149 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
150
151         * glib/gtestutils.h:
152         * glib/glib.symbols: Mark assertion functions as G_GNUC_NORETURN.
153         (#506461, Sebastian Dröge)
154
155 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
156
157         * glib/gtestutils.c: Include sys/time.h.  (#505258)
158
159 2007-12-22  Mathias Hasselmann  <mathias@openismus.com>
160
161         Do not show empty groups in --help output. Initial patch from Yevgen
162         Muntyan. (#504142)
163
164         * glib/goption.c: Do not show empty groups in --help output.
165         * glib/tests/Makefile.am: Add option-context.c
166         * glib/tests/option-context.c: Test skipping of empty groups.
167
168 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
169
170         * glib/gkeyfile.c: Remove wrong documentation about start group
171         handling.  (#476856, Areg Beketovski)
172
173 2007-12-21 18:02:30  Tim Janik  <timj@imendio.com>
174
175         * glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
176         syntax for install-exec-hook, which seems to be the only "sed -i"
177         variant that is portable across linux and MacOS.
178
179 2007-12-21  Matthias Clasen  <mclasne@redhat.com>
180
181         * glib/gtestutils.h: Bring up to GLib coding standards: remove
182         C99 comments, trailing commas in enumerations and extra ; after
183         G_BEGIN/END_DECLS. Among other things, this makes xulrunner build
184         against GLib 2.15.
185
186         * glib/gtester.c: More of the same
187
188 2007-12-09  Hans Breuer  <hans@breuer.org>
189
190         * tests/gio-ls.c : adapt to recent api changes
191         * tests/testglib.c : variable declaration at the beginning of a block
192         
193         (Lieven van der Heide, #503602)
194         * win32-fixup.pl : process *.rc.in as well; substitute 
195         LT_CURRENT_MINUS_AGE
196         * glib/makefile.msc.in : alphabetic sorting of OBJECTS
197
198 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
199
200         * configure.in: Bump version
201
202         * === Released 2.15.0 ===
203
204         * NEWS: Updates
205
206         * glib/Makefile.am: Fix make dist
207
208 2007-12-20 16:34:04  Tim Janik  <timj@imendio.com>
209
210         * glib/gtester-report: commented class definitions. moved HTML character
211         escaping out of javascript. fixed string->bool conversions. added performance
212         results to test case "Details" window.
213
214 2007-12-20  Matthias Clasen  <mclasen@redhat.com>
215
216         * glib/gchecksum.[hc] (g_checksum_new): Return NULL when 
217         the checksum_type is unknown.  (#501853)
218
219 2007-12-20  Christian Persch  <chpe@gnome.org>
220
221         * glib/gchecksum.c (g_checksum_new): Use g_slice_new0, to fix
222         "conditional jump or move depends on uninitialised value(s)" error
223         from valgrind. Bug #504527.
224
225 2007-12-20 15:17:04  Tim Janik  <timj@imendio.com>
226
227         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
228
229 2007-12-20 15:03:51  Tim Janik  <timj@imendio.com>
230
231         * glib/gtester-report: new python script that generates an HTML
232         unit test report from the XML files generated by gtester.
233
234         * glib/Makefile.am: install gtester-report in $bindir and configure
235         it upon installation (version number and python shebang).
236
237 2007-12-19  Matthias Clasen  <mclasen@redhat.com>
238
239         * glib/glib.symbols: Add g_async_queue_new_full
240
241 2007-12-19 20:30:18  Tim Janik  <timj@imendio.com>
242
243         * glib/gtestutils.c: capture g_log() messages and send to gtester.
244         also, send assertion messages to gtester.
245
246         * glib/gtester.c: add error messages to output log file.
247         force child poll loop to abort if waitpid() signaled child exit,
248         eventhough the child's report file descriptor wasn't closed.
249
250 2007-12-19  Christian Persch  <chpe@gnome.org>
251
252         * glib/gchecksum.c: (g_checksum_type_get_length),
253         (g_checksum_get_digest):
254         * glib/gchecksum.h:
255         * glib/glib.symbols:
256         * tests/checksum-test.c: (test_checksum): Add
257         g_checksum_type_get_length, and change g_checksum_get_digest to use a
258         provided buffer instead of returning allocated memory. Bug #501853.
259
260 2007-12-19  Emmanuele Bassi  <ebassi@gnome.org>
261
262         * glib/gtimer.c (g_time_val_from_iso8601): Fix the date validation
263         check. (#503029)
264
265         * tests/testglib.c (various_string_tests): Add an invalid date
266         for testing the above fix.
267
268 2007-12-19  Alexander Larsson  <alexl@redhat.com>
269
270         * glib/gfileutils.[ch]:
271         * glib/glib.symbols:
272         Rename g_format_file_size_for_display to g_format_size_for_display.
273
274 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
275
276         * docs/reference/glib/glib-sections.txt:
277         * glib/gasyncqueue.c: (g_async_queue_new), (g_async_queue_new_full),
278           (g_async_queue_unref):
279         * glib/gasyncqueue.h: add g_async_queue_new_full() which takes a
280           GDestroyNotify function to free any remaining queue items when the
281           queue is destroyed after the final atomic unref (#367550).
282
283 2007-12-18 13:45:23  Tim Janik  <timj@imendio.com>
284
285         * glib/gtestutils.[hc]: added g_test_trap_assert_stdout_unmatched() and
286         g_test_trap_assert_stderr_unmatched(), based on a suggestion by Mathias
287         Hasselmann. reworked g_test_trap_assertions() to use flags to encode
288         assertion semantics, fixes #504227.
289
290 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
291
292         * glib/gutils.c:
293         Allow NULL strings in g_parse_debug_string. (#503862, Matthew Barnes)
294
295 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
296
297         * glib/glib.symbols:
298         * glib/ghash.[hc]: Add hash table iterators.  (#500507,
299         Jean-Yves Lefort)
300
301         * tests/hash-test.c: Test iterators. 
302
303 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
304
305         Give exmples in error message unsupported case-changing escape
306         sequences. (503222)
307
308         * glib/gregex.c: Add examples to error message for PCRE-ERR37.
309
310 2007-12-13  Bastien Nocera  <hadess@hadess.net>
311
312         * glib/gtimer.c: (g_time_val_from_iso8601):
313         Don't try to parse dates that start with anything but a
314         digit, a plus or a minus sign, as those can't be valid
315         ISO8601 dates (Closes: #503029)
316
317 2007-12-13  Matthias Clasen  <mclasen@redhat.com>
318
319         * glib/gkeyfile.c (g_key_file_clear): Free group_hash.
320         (#503420, Christian Persch)
321
322 2007-12-12 16:06:11  Tim Janik  <timj@imendio.com>
323
324         * tests/testglib.c: split up tests and reworked code to use
325         the new test framework.
326
327         * tests/Makefile.am: added testglib to TEST_PROGS.
328
329 2007-12-11 Rahul Bhalerao <b.rahul.pm@gmail.com>
330
331         * configure.in: Added entry for Marathi Translations
332
333 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
334
335         * glib/glib.h: Include gurifuncs.h
336
337 2007-12-10  Benjamin Otte  <otte@gnome.org>
338
339         * glib/garray.h: use an intermediate cast to void * in g_array_index()
340         to not trigger cast alignment warnings, fixes #502927.
341
342 2007-12-10 15:08:59  Tim Janik  <timj@imendio.com>
343
344         * let g_warn_if_fail replace g_assert as discussed here:
345           http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html
346
347         * fix bug #502498: Test framework assertion failures should follow
348         gcc error format.
349
350         * gmessages.h, gmessages.c: deprecated g_assert_warning() which is
351         unused now. removed g_assert*() definitions whcih are provided by 
352         gtestutils.h now. added g_warn_if_reached() and g_warn_if_fail()  
353         which are recommended as g_assert/g_assert_not_reached replacements
354         for non-test programs.
355         added g_warn_message() to implement g_warn_*() macros.
356         use emacs-next-error friendly formatting for file:line: for warnings.
357
358         * gtestutils.h, gtestutils.c: use emacs-next-error friendly formatting.
359         implement g_assert_not_reached() with g_assertion_message() and
360         g_assert() in terms of g_assertion_message_expr() so we'll be able to
361         provide assertion messages in test logs.
362
363         * gkeyfile.c, gbookmarkfile.c: changed g_assert*() to g_warn_if_fail()
364         or g_return_if_fail() where suitable.
365
366         * gio/: changed g_assert to g_warn_if_fail.
367
368 2007-12-10 13:02:08  Tim Janik  <timj@imendio.com>
369
370         * glib/gtestutils.c (g_assertion_message_cmpnum): applied patch by Tommi
371         Komulainen to fix int64 printouts, fixes #502511.
372
373 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
374
375         * glib/gstrfuncs.h:
376         * glib/gstrfuncs.c (g_dpgettext): Change prototype to take 
377         msgctxtid + offset instead of two strings, to avoid duplication
378         of string constants if the compiler/linker don't perform constant
379         suffix merging.  (#502590, Christian Persch)
380
381         * glib/gi18n.h:
382         * glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().
383
384 2007-12-09  Hans Breuer  <hans@breuer.org>
385
386         * tests/gio-ls.c : (new file) a test program emulating some of 'ls'
387         * tests/makefile.msc.in : build it (currently on win32)
388
389         * **/makefile.msc glib/makefile.msc.in : removed -GD to compile
390         with msvc9 (vs2008) with less complains
391         
392         * glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
393         msv8 (vs2005) and above
394         
395         * glib/gfileutils.c : s/stricmp/_stricmp/
396         * msvc_recommended_pragmas.h : work around Microsoft's premature 
397         attempt to deprecate the C-Library
398
399         * tests/makefile.msc.in : added checksum-test
400
401 2007-12-08  Christian Persch  <chpe@gnome.org>
402
403         * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
404         #ifdef G_OS_WIN32 to fix the build on linux.
405
406 2007-12-08  Hans Breuer  <hans@breuer.org>
407
408         * glib/makefile.msc.in : build gchecksum.obj
409
410 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
411
412         * glib/ghash.c: Call destroy notify when destroying
413         the hash table in g_hash_table_unref.
414
415 2007-12-06 13:29:00  Tim Janik  <timj@imendio.com>
416
417         * glib/gtester.c (child_report_cb): detect non-blocking fd EOF
418         by read()==0 following poll(), needed on MacOS.
419
420 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
421
422         * glib/gunidecomp.c: Mention g_utf8_normalize()
423         returns NULL on invalid string. (#501997)
424
425 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
426
427         * glib/gerror.c: Improve wording for g_propagate_error docs.
428
429 2007-12-06 09:27:42  Tim Janik  <timj@imendio.com>
430
431         * tests/scannerapi.c: added new scanner test from #501654, by
432         Patrick Hulin with various modifications.
433         reworked coding style, adapted to new testing framework, fixed
434         token parser test and use a forked sub process to test
435         g_scanner_error() output messages.
436
437 2007-12-05 17:58:18  Tim Janik  <timj@imendio.com>
438
439         * glib/gtester.c: added -m=thorough support to gtester.
440
441 2007-12-05 17:21:05  Tim Janik  <timj@imendio.com>
442
443         * glib/glib/gtestutils.c: print out random seed for verbose tests,
444         also adapted test result reporting slightly in verbose mode to allow
445         custom debugging output. support "thorough" as test mode alis for "slow".
446
447         * glib/glib/gtestutils.h: added g_test_thorough().
448
449         * glib/glib/gtester.c: print out the last random seed when tests fail.
450         added result attribute to test case status logging to easily spot
451         failing tests in log files. disabled debugging output when skipping tests.
452
453 2007-12-05 11:43:22  Tim Janik  <timj@imendio.com>
454
455         * glib/gtestutils.[hc]: added g_test_add_data_func() to pass data
456         into tests. allow data arguments for fixture tests.
457
458         * glib/gtestutils.c: fixed fatal log flag setup, so tests really abort
459         upon criticals/warnings/errors.
460
461         * glib/tests/testing.c: test test_data arguments.
462
463         * glib/gtester.c: some prototype fixups.
464
465 2007-12-05  Tor Lillqvist  <tml@novell.com>
466
467         * glib/win_iconv.c: Add "shift-jis" as an alternative spelling of
468         "shift_jis".
469
470 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
471
472         * autogen.sh: for the benefit of git users, checkout build/ if it is
473         missing
474         * .gitignore: but after that, ignore it.
475
476 2007-12-05  Ryan Lortie  <desrt@desrt.ca>
477
478         * glib/ghash.c: ungtk-docify some comments for internal functions
479
480 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
481
482         * gio/glocalfileinfo.c: Replace the copy-and-paste MD5 digest
483         generation with GChecksum.
484
485 2007-12-04  Emmanuele Bassi  <ebassi@gnome.org>
486
487         * glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
488         various hashing algorithms. At the moment, the MD5, SHA-1 and
489         SHA-256 algorithms are supported. (#443648)
490
491         * glib/glib.h:
492         * glib/Makefile.am:
493         * glib/glib.symbols: Build glue for GChecksum
494
495         * tests/Makefile.am
496         * tests/checksum-test.c: Add test suite for GChecksum.
497
498 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
499
500         * glib/ghash.c: no code changes; add comments to document the internal
501         functions.
502
503 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
504
505         * glib/ghash.c: no code changes; reorder functions to remove the need
506         for forward declarations.
507
508 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
509
510         * glib/ghash.c (g_hash_table_lookup_node,
511         g_hash_table_lookup_extended, g_hash_table_insert_internal,
512         g_hash_node_new): improve clarity in some functions
513
514 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
515
516         * glib/ghash.c: rename 'node' to 'node_ptr' where appropriate
517
518 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
519
520         * glib/ghash.c: convert G_HASH_TABLE_RESIZE() macro to inline function
521
522 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
523
524         * glib/glib.symbols (glib_gettext): remove stray (duplicate) entry
525         from file to fix the build
526
527 2007-12-03  Behdad Esfahbod  <behdad@gnome.org>
528
529         * glib/gnulib/Makefile.am: Fix EXTRA_DIST automake warnings. (#501107)
530
531 2007-12-03  Hans Breuer  <hans@breuer.org>
532
533         * glib/glib.symbols : added glib_gettext (in use by gio)
534         * makefile.msc : also try building gio
535         
536         * glib/gmarkup.c : use G_GUINT64_CONSTANT() to avoid 
537         'bad suffix on number'
538         * glib/gtestutils.c : declare cariable at the beginning of the block,
539         include <io.h> for G_OS_WIN32
540         * makefile.msc.in : add gurifuncs and gtestutils
541
542 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
543
544         * glib/ghash.c: create a common function for the many places where all
545         nodes in the table are removed (remove_all, steal_all, destroy, unref,
546         etc...)
547
548 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
549
550         * tests/hash-test.c (second_hash_test): fix memory leak, add a few
551         extra sanity tests.
552
553 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
554         
555         * glib/gkeyfile.c: Don't call g_get_language_names() per-key.
556         (#500638, Michael Meeks)
557
558 2007-12-03  Marco Barisione <marco@barisione.org>
559
560         * glib/gregex.c:
561         * glib/gregex.h: Add new error codes for when compilation fails and
562         make compilation error translatable. (#482313, Morten Welinder)
563
564 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
565
566         * glib/gkeyfile.c: Add a hash table to speed up group lookups,
567         which GKeyFile does quite a lot.  
568
569 2007-12-03  Alexander Larsson  <alexl@redhat.com>
570
571         * configure.in:
572         Add xattr checks for OSX style API (#500506)
573
574 2007-12-03  Ryan Lortie  <desrt@desrt.ca>
575
576         * glib/ghash.c: merge more common code into functions.  Vastly
577         simplify loop logic in g_hash_table_foreach_remove_or_steal().
578
579 2007-12-01  Behdad Esfahbod  <behdad@gnome.org>
580
581         * Makefile.am: Don't descend into build/. (#500875)
582
583 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
584
585         * glib/gmarkup.h:
586         * glib/gmarkup.c: 
587         * glib/gerror.c: Add Since: tags to new API, other doc improvements.
588
589 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
590
591         * glib/gurifuncs.c: Some doc cleanups
592
593 2007-11-28  Matthias Clasen  <mclasen@redhat.com>
594
595         * glib/gtestutils.c: Fix up some doc comments, avoid C99 comments
596
597         * glib/gconvert.c: De-doc-commentify static functions to
598         shut up gtk-doc.
599
600         * glib/gutils.c: Fix the glib_gettext doc comment.
601
602 2007-11-28  Tor Lillqvist  <tml@novell.com>
603
604         * config.h.win32.in: Update to match what configure produces.
605
606 2007-11-28  Alexander Larsson  <alexl@redhat.com>
607
608         * glib/gstring.c (g_string_append_uri_escaped):
609         Move this function before g_string_append_c so that
610         we avoid the plt call due to the undefinf of g_string_append_c
611
612 2007-11-28  Emmanuele Bassi  <ebassi@gnome.org>
613
614         * gio/Makefile.am: Remove makegioalias.pl from the marshal files
615         and avoid it being cleaned up when running make clean.
616
617 2007-11-28  Alexander Larsson  <alexl@redhat.com>
618
619         * glib/glib.symbols:
620         Add in the new symbols
621         
622         * glib/gurifuncs.c:
623         Use the aliases framework
624         
625         * glib/glibintl.h:
626         * glib/gutils.c:
627         Make the alias stuff work now that glib_gettext
628         is exported to libgio. 
629
630 2007-11-27  Ryan Lortie  <desrt@desrt.ca>
631
632         * glib/ghash.c (g_hash_table_insert, g_hash_table_replace,
633         g_hash_table_insert_internal): insert/replace were identical except
634         for a single line.  Replace both with a common function.
635
636 2007-11-27  Alexander Larsson  <alexl@redhat.com>
637
638         * gio/Makefile.am:
639         * gio/gurifuncs.[ch]:
640         * glib/Makefile.am:
641         * glib/gstring.[ch]:
642         * glib/gurifuncs.[ch]:
643         Moved gurifuncs from gio to glib
644
645 2007-11-27  Alexander Larsson  <alexl@redhat.com>
646
647         * gio/gfileinfo.[ch]:
648         * glib/gfileutils.[ch]:
649         Move g_format_file_size_for_display from gio to glib
650
651 2007-11-27  Alexander Larsson  <alexl@redhat.com>
652
653         * configure.in:
654         Allow configuration of gio-module-dir
655         
656         * gio-2.0.pc.in:
657         Export giomodules location as giomodule variable
658
659 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
660
661         * tests/markup-collect.c: Add some tests for invalid booleans
662
663 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
664  
665         Add new function g_markup_collect_attributes (bug #496847).
666  
667         * glib/glib.symbols: add g_markup_collect_attributes
668  
669         * docs/reference/glib/glib-sections.txt: 
670         * glib/gmarkup.h:
671         * glib/gmarkup.c: add g_markup_collect_attributes and new enumerated
672         type GMarkupCollectType.  Add new error code
673         G_MARKUP_ERROR_MISSING_ATTRIBUTE that is thrown by the attribute
674         collector.
675
676 2007-11-27  Tor Lillqvist  <tml@novell.com>
677
678         * glib/win_iconv.c: Some improvements, being upstreamed.
679         (must_use_null_useddefaultchar): New function, checks for those
680         codepages for which one must pass a NULL lpUsedDefaultChar pointer
681         to WideCharToMultiByte().
682         (kernel_wctomb): Use it.
683         (kernel_wctomb): Return with E2BIG immediately if bufsize is zero.
684
685 2007-11-27  Tor Lillqvist  <tml@novell.com>
686
687         * glib/gutils.c (_glib_get_locale_dir) [Win32]: Use either
688         lib/locale or share/locale depending on which one is in
689         GLIB_LOCALE_DIR. When the configury recognizes GNU gettext (based
690         on the _nl_msg_cat_cntr variable, eek), share/locale gets used.
691
692         * glib-zip.in: Likewise, look for message catalogs either in
693         lib/locale or share/locale.
694
695 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
696
697         * gio/gfileattribute.c: Fix up a doc comment.
698
699 2007-11-26  Alexander Larsson  <alexl@redhat.com>
700
701         * Makefile.am:
702         * configure.in:
703         * gio-2.0-uninstalled.pc.in:
704         * gio-2.0.pc.in: 
705         * gio-unix-2.0-uninstalled.pc.in:
706         * gio-unix-2.0.pc.in:
707         * gio/
708         * docs/reference/gio
709         Merged gio-standalone into glib.
710         
711         * glib/glibintl.h:
712         * glib/gutils.c:
713         Export glib_gettext so that gio can use it
714         Add P_ (using same domain for now)
715         Add I_ as g_intern_static_string
716
717 2007-11-26  Tor Lillqvist  <tml@novell.com>
718
719         * glib/win_iconv.c: ISO8859-1 is CP28591, not CP1252.
720
721 2007-11-26  Tor Lillqvist  <tml@novell.com>
722
723         Implement #491549: On Windows, always use the native API for
724         character set conversions instead of GNU libiconv. Almost all
725         codesets supported by GNU libiconv exist as Windows codepages.
726         One missing feature is the "C99" and "JAVA" pseudo codesets, but I
727         doubt that is worth worrying about.
728         
729         * glib/win_iconv.c: New file. iconv() implementation for
730         Windows. Placed in the public domain by Yukihiro Nakadaira
731         <yukihiro.nakadaira@gmail.com>. From
732         http://yukihiro.nakadaira.googlepages.com/win_iconv.zip, his
733         2007-11-17 version.
734
735         * glib/gconvert.c: Include win_iconv.c on Windows.
736
737         * glib/Makefile.am: Add win_iconv.c to EXTRA_DIST.
738         
739         * configure.in: Bypass iconv checks on Windows. 
740
741 2007-11-25  Tor Lillqvist  <tml@novell.com>
742
743         * glib/gtestutils.c: Add conditionals for non-Unix. Just g_error()
744         unless G_OS_UNIX for now.
745
746 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
747
748         * configure.in: Require gtk-doc 1.8.
749
750         * glib/gasyncqueue.c:
751         * glib/gdate.c:
752         * glib/gfileutils.c:
753         * glib/gmain.c:
754         * glib/gmarkup.c:
755         * glib/gregex.c:
756         * glib/gtestutils.c:
757         * glib/gutils.c: Use gtk-doc abbreviations for 
758         examples in doc comments.
759
760 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
761
762         * */Makefile.am: Replace INCLUDES by AM_CPPFLAGS, other
763         cleanups.
764
765 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
766
767         * tests/base64-test.c: Fix a memory overrun.
768
769 2007-11-24  Matthias Clasen  <mclasen@redhat.com>
770
771         * glib/gutils.c: Remove leftover ENABLE_NLS #ifdefs.
772
773 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
774
775         * glib/gbase64.c (g_base64_encode): Don't refuse to encode
776         a single byte.  (Milan Crha)
777
778         * tests/base64-test.c: Test encoding short strings.
779
780 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
781
782         * glib/gi18n-lib.h: 
783         * glib/gi18n.h: Define a two-argument macro C_() for marking
784         translatable strings with context and implement C_() and Q_()
785         using g_dpgettext().  (#142676, Morten Welinder)
786
787         * glib/glib.symbols:
788         * glib/gstrfuncs.[hc]: Implement g_dpgettext().
789
790 2007-11-23  Matthias Clasen  <mclasen@redhat.com>
791
792         * glib/goption.c: Use g_print to print out --help text in 
793         locale encoding.  (#469551, Takao Fujiwara)
794
795 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
796
797         * glib/gkeyfile.c: Set length out param in list-returning functions
798         to 0 when returning NULL.  (#498728, Christian Persch)
799
800 2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>
801
802         * Makefile.decl: initialize automake variables EXTRA_DIST and
803         TEST_PROGS for unconditional appending via += in other makefiles.
804         define recursive test targets: test, test-report, perf-report,
805         full-report, as described here:
806       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
807
808         * Makefile.am:
809         * build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
810         * build/win32/Makefile.am, build/Makefile.am:
811         * docs/Makefile.am, docs/reference/Makefile.am:
812         * docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
813         * gmodule/Makefile.am, tests/Makefile.am:
814         * tests/refcount/Makefile.am, tests/gobject/Makefile.am:
815         * glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
816         * glib/tests/Makefile.am, glib/pcre/Makefile.am:
817         * glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
818         * gthread/Makefile.am, glib/Makefile.am:
819         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
820
821         * glib/tests/Makefile.am: removed example testing rules.
822
823         * glib/tests/testing.c: conditionalized performance and slow tests.
824
825         * glib/gtestutils.h:
826         * glib/gtestutils.c: work around g_test_config_vars not changing its
827         exported value after value assignments, aparently due to symbol aliases.
828
829         * glib/gtester.c: fixed off-by-one error which produced junk in logs.
830
831         * configure.in: check for python >= 2.4 and provide $PYTHON for scripts.
832
833 Tue Nov 20 15:59:55 2007 +0100 Tim Janik
834
835         Renamed gtestframework to gtestutils.
836
837         * glib/glib.h:
838         * glib/Makefile.am: added gtestutils.h to public includes.
839
840         * glib/gtestutils.c: include gtestutils.h.
841
842         * glib/gtestutils.h:
843         * glib/glib.symbols:
844         * glib/tests/testing.c: renamed gtestframework to gtestutils.
845
846         * glib/gtestframework.h: renamed to gtestutils.h.
847
848         * glib/gtestframework.c: renamed to gtestutils.c.
849
850 Tue Nov 20 15:29:34 2007 +0100 Tim Janik
851
852         glib/gtestframework.c: g_test_init(): make warnings and criticals fatal for all test programs.
853
854 Wed Nov 14 20:35:05 2007 +0100 Tim Janik
855
856         gtestframework.c: added test API documentation by Sven Herzberg and Tim Janik.
857
858 Wed Nov 14 19:10:28 2007 +0100 Tim Janik
859
860         gtestframework.[hc]: implemented g_test_queue_destroy() and g_test_queue_unref().
861
862 Fri Nov 9 12:28:52 2007 +0100 Tim Janik
863
864         Added g_test_bug() and related API.
865
866         * gtester.c: handle G_TEST_LOG_MESSAGE and test test message API.
867
868         * gtestframework.h, gtestframework.c: added test message API and convenience
869         API to send test messages about bug URLs.
870
871 Fri Nov 9 11:35:11 2007 +0100 Tim Janik
872
873         Added API to access test framework configuration.
874
875         * gtestframework.h, gtestframework.c: export testing configuration to test
876         programs with g_test_quick(), g_test_perf(), g_test_verbose(), g_test_quiet().
877
878 Thu Nov 8 17:55:09 2007 +0100 Tim Janik
879
880         gtester: implemented logic to handle failing tests, self tests, and validate XML reports.
881
882         * gtester.c: terminate when tests failed. keep XML valid when test cases fail.
883         restart test binaries when tests fail, resuming after the last processed test.
884         support --gtester-selftest to run gtester itself as test program.
885         support --test-arg=<arg> to pass args along to test programs. added
886         main_selftest() which does a simplistic fixture test. fail if exit
887         code of test programs is not 0.
888
889         * gtestframework.h: added G_TEST_LOG_SKIP_CASE test log message type.
890
891         * gtestframework.c: support --GTestSkipCount=<n> to skip a number of tests.
892
893         * tests/Makefile.am: added test-report: for demonstration purposes.
894         added gtester-xmllint-check: and hooked it up into check:, this rule calls
895         gtester as test program, running it's selftest, and then uses xmllint to
896         validate the generate XML test log file.
897
898 Thu Nov 8 14:51:37 2007 +0100 Tim Janik
899
900         gtester: implemented XML logging.
901
902         * glib/gtester.c: log test messages to XML output file. beautified normal test
903         result output.
904
905         * glib/gtestframework.c: fixed GTimer leak.
906
907         * glib/tests/Makefile.am: start gtester with --verbose.
908
909 Thu Nov 8 12:33:31 2007 +0100 Tim Janik
910
911         tests/Makefile.am: execute test programs with gtester, add test: to check:
912
913 Thu Nov 8 12:18:51 2007 +0100 Tim Janik
914
915         Fixed PLT symbol exports for gtestframework.h.
916
917         * glib/glib.symbols: added all exported gtestframework.h symbols.
918
919         * glib/gtestframework.c: include galias.h, galiasdef.c, define __G_TESTFRAMEWORK_C__.
920
921 Thu Nov 8 11:31:12 2007 +0100 Tim Janik
922
923         glib/gtester.c: fixed debugging flag.
924
925 Wed Nov 7 17:56:26 2007 +0100 Tim Janik
926
927         fixed bogus unistd.h include.
928
929 Wed Nov 7 17:53:30 2007 +0100 Tim Janik
930
931         Implemented test log IPC.
932
933         * gtester.c: read and decode log messages from test binary child processes.
934         fixed GIOChannel and child watch handling to process all messages and avoid
935         hangs. pass --verbose and --quiet on to children, default to --quiet.
936
937         * gtestframework.h: export g_test_log_type_name().
938
939         * gtestframework.c: send test log to --GTestLogFD=<fd> if given, removed
940         bogus -o-option.
941
942 Tue Nov 6 20:07:44 2007 +0100 Tim Janik
943
944         gtester.c: support test case listing through gtester.
945
946 Tue Nov 6 20:01:06 2007 +0100 Tim Janik
947
948         gtestframework.c: fixed testpath matches for automatic root suite.
949
950 Tue Nov 6 19:50:33 2007 +0100 Tim Janik
951
952         gtester.c: adapted to become a rudimentary test binary launcher.
953
954         * gtester.c: increased read buffer size to match common unix pipe buffer size.
955         added argument parsing and usage. changed io handling to capture and replicate
956         stdout. fixed io handlers to be cleaned up when the child process exits (catch
957         G_IO_ERR | G_IO_HUP). we now use pending/iteration instead of a main loop
958         structure, to keep running until the child process exits and all io has been
959         processed. launch the test binaries given on the command line. don't quit when
960         a child couldn't be launched but --keep-going was specified.
961
962 Tue Nov 6 17:11:37 2007 +0100 Tim Janik
963
964         Integrated gtester program into build process.
965
966         * Makefile.am: build and install gtester binary.
967
968         * gtester.c: fixed up coding style and removed hard wired test coded.
969
970 Tue Nov 6 16:12:32 2007 +0100 Sven Herzberg
971
972         glib/gtester.c:Small -Wall fix
973
974 Tue Nov 6 16:05:06 2007 +0100 Sven Herzberg
975
976         glib/gtester.c:Implemented nonblocking reading properly now
977
978 Mon Nov 5 13:53:23 2007 +0100 Sven Herzberg
979
980         glib/gtester.c:Quit the application when the output is parsed completely, not just the process finished
981
982 Mon Nov 5 12:00:16 2007 +0100 Sven Herzberg
983
984         glib/gtester.c:Read the output of the child process
985
986 Mon Nov 5 11:50:59 2007 +0100 Sven Herzberg
987
988         glib/gtester.c:Use g_spawn_async_with_pipes()
989
990 Mon Nov 5 11:50:08 2007 +0100 Sven Herzberg
991
992         glib/gtester.c:Spawn a process async and quit gtester after the child process exited
993
994 Mon Nov 5 11:30:45 2007 +0100 Sven Herzberg
995
996         glib/gtester.c:Added a first revision of gtester
997
998 Tue Nov 6 16:47:06 2007 +0100 Tim Janik
999
1000         Implemented test log serialization.
1001
1002         * glib/gtestframework.h: added g_test_log*() API.
1003
1004         * glib/gtestframework.c: implement test log serialization.
1005
1006 Tue Nov 6 14:24:54 2007 +0100 Tim Janik
1007
1008         Implemented test logging basics.
1009
1010         * glib/gtestframework.c: added --debug-log and --verbose, implemented
1011         test information logging.
1012
1013         * testing.c: test g_test_maximized_result() and g_test_minimized_result().
1014
1015 Tue Nov 6 11:52:14 2007 +0100 Tim Janik
1016
1017         Implemented g_test_timer*().
1018
1019         * gtestframework.c: implemented g_test_timer*().
1020
1021         * tests/testing.c: added a g_test_timer*() test.
1022
1023 Mon Nov 5 18:28:24 2007 +0100 Tim Janik
1024
1025         Implemented support for testpaths.
1026
1027         * gtestframework.c: implemented g_test_add_vtable() and g_test_add_func().
1028
1029         * tests/testing.c: use g_test_add() and g_test_add_func() to majorly simplify main().
1030
1031 Mon Nov 5 15:56:42 2007 +0100 Tim Janik
1032
1033         testing.c: added tests for the g_test_rand*() API.
1034
1035 Mon Nov 5 15:55:38 2007 +0100 Tim Janik
1036
1037         Implemented g_test_rand*().
1038
1039         * gtestframework.h: fixed g_assert_cmp*() to evaluate arguments only once.
1040         added g_assert_cmpuint(). completed g_test_rand*() to cover bits, ints,
1041         doubles and ranges.
1042
1043         * gtestframework.c: fixed "--seed" option and implemented g_test_rand*().
1044
1045 Mon Nov 5 15:51:43 2007 +0100 Tim Janik
1046
1047         testing.c: added tests for g_assert_cmphex() and forked test traps.
1048
1049 Mon Nov 5 15:10:18 2007 +0100 Tim Janik
1050
1051         Implemented g_test_trap_fork() API.
1052
1053         * gtestframework.h: added g_assert_cmphex(). reworked g_test_trap*() API.
1054
1055         * gtestframework.c: implemented g_test_trap_fork() API.
1056
1057 Thu Nov 1 15:05:07 2007 +0100 Tim Janik
1058
1059         * glib/gtestframework.c:
1060
1061         that match a given test path.
1062         (g_test_run_suite): run suite only if it matches the existing test paths.
1063
1064         * glib/tests/testing.c: minor rename.
1065
1066 Thu Nov 1 13:45:55 2007 +0100 Tim Janik
1067
1068         GTest framework started.
1069
1070         * glib/gtestframework.h: testing framework API as proposed on gtk-devel-list.
1071         includes elaborate assertions, performance report functions, test traps,
1072         test timer, test random numbers, teardoiwn garbage collection functions
1073         and general test case / test suite management APIs.
1074
1075         * glib/gtestframework.c: first test framework implementation. already covers
1076         some test suite management APIs and assertion message implementations.
1077
1078         * glib/tests/testing.c: test program for the testing framework.
1079
1080         * glib/tests/Makefile.am: complie testing.c as test. run all tests as part of
1081         make test:.
1082
1083 Wed Oct 31 15:42:48 2007 +0100 Tim Janik
1084
1085         glib/Makefile.am: build tests/ subdir after building libglib.
1086
1087 Tue Oct 30 16:17:32 2007 +0100 Tim Janik
1088
1089         Fixed up internal 'g_test*' names.
1090
1091         * refcount/signals.c:
1092         * refcount/objects.c:
1093         * refcount/objects2.c:
1094         * refcount/closures.c:
1095         * refcount/properties.c:
1096         * refcount/properties2.c: changed namespace prefix from g_test_* to my_test_*
1097         to not clash with newly introduced g_test* API in glib.
1098
1099 Tue Oct 30 14:41:26 2007 +0100 Tim Janik
1100
1101         Added gtestframework.[hc] and glib/tests/.
1102
1103 2007-11-20  Sven Neumann  <sven@gimp.org>
1104
1105         * glib/gerror.c (g_error_add_prefix): use g_strconcat() instead of
1106         g_strjoin() to concatenate two strings.
1107
1108 2007-11-19  Marco Barisione  <marco@barisione.org>
1109
1110         * glib/gregex.c: When the compilation of a pattern fails in the error
1111         message use the character offset and not the byte offset.
1112
1113         * glib/gregex.c: Pass an unsigned long instead of an int to
1114         pcre_fullinfo() to avoid problems on 64-bit systems (#498113, Kouhei
1115         Sutou)
1116
1117 2007-11-19 10:30:33  Tim Janik  <timj@imendio.com>
1118
1119         * configure.in: updated version number to 2.15.0 for development.
1120
1121 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1122
1123         * glib/gbase64.c: Documentation improvements.  (#496518,
1124         Stefan Schulze Frielinghaus)
1125
1126 2007-11-18  Matthias Clasen  <mclasen@redhat.com>
1127
1128         * configure.in: Check whether assembler supports numerical local
1129         labels.  
1130
1131         * glib/gatomic.c: Fix powerpc implementation of atomic ops for 
1132         platforms where the assembler doesn't support numerical local
1133         labels.  (#445362)
1134
1135 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1136
1137         * docs/reference/glib/tmpl/markup.sgml:
1138         * glib/gmarkup.h:
1139         * glib/gmarkup.c: new flag G_MARKUP_PREFIX_ERROR_POSITION to cause the
1140         parser to prepend location information (ie: "Error on line %d, char
1141         %d:") to errors generated by the GMarkupParser callbacks.
1142
1143         Closes #496046.
1144
1145 2007-11-15  Ryan Lortie  <desrt@desrt.ca>
1146
1147         * docs/reference/glib/glib-sections.txt:
1148         * glib/glib.symbols:
1149         * glib/gerror.h:
1150         * glib/gerror.c: new functions g_prefix_error and
1151         g_propagate_prefixed_error.
1152
1153 2007-11-13  Cody Russell  <bratsche@gnome.org>
1154
1155         * docs/reference/gobject/gobject-docs.sgml:
1156         * docs/reference/gobject/tut_gsignal.xml:
1157         * docs/reference/gobject/tut_gtype.xml:
1158         * docs/reference/gobject/tut_intro.xml:
1159         * docs/reference/gobject/tut_tools.xml:
1160         * docs/reference/gobject/tut_howto.xml:
1161         * docs/reference/gobject/tut_gobject.xml: Documentation fixes.
1162         Recommend macro type names such as NAUTILUS_TYPE_WINDOW (not
1163         NAUTILUS_WINDOW_TYPE).  Fixed text which erroneously stated that 
1164         superclass initializers don't run when an object is 
1165         instantiated.  Fixed numerous spelling mistakes.  Minor grammar 
1166         edits. (#490637, Adam Dingle)
1167
1168 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1169
1170         * glib/gkeyfile.c: Coding style cleanups and doc 
1171         improvements.  (#491979, #491982, Areg Beketovski)
1172
1173 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1174
1175         * glib/giochannel.c: Coding style cleanups and doc 
1176         improvements.  (#491975, Areg Beketovski)
1177
1178 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1179
1180         * glib/gmain.c (g_main_context_iteration): Improve the
1181         docs.  (#491974, Areg Beketovski)
1182
1183 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1184
1185         * glib/gdate.c: Coding style fixes.
1186
1187 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1188
1189         * configure.in: Add AM_PROG_CC_C_O.
1190
1191         * Makefile.am: Remove the install-exec-local hook and use
1192         configexecincludedir_DATA instead, in an attempt to avoid
1193         automake 1.9 <> 1.10 incompatibilities.
1194
1195         * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
1196         automake 1.10 complains.
1197
1198 2007-11-09  Matthias Clasen <mclasen@redhat.com>
1199
1200         * glib/gspawn.c (g_spawn_sync): Improve the docs.  (#491968,
1201         Areg Beketovski)
1202
1203 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1204
1205         * glib/gmain.c (g_main_context_release): 
1206         (g_main_context_acquire):
1207         (g_main_context_new): Fix the doc wording.  (#491957, 
1208         #491965, #491966, Areg Beketovski)
1209
1210 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1211
1212         * glib/gutils.c (g_set_application_name): Add a missing
1213         since tag.  (#464259, Mark Doliner)
1214
1215 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1216
1217         * glib/goption.c (g_option_context_new): Improve the docs.
1218         (#436293, Vincent Untz)
1219
1220 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1221
1222         * glib/gmain.c (g_main_loop_quit): Expand the docs 
1223         a bit.  (#317775, Søren Sandmann)
1224
1225 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1226         
1227         * autogen.sh: Accept automake 1.10, too
1228
1229         * mkinstalldirs: Temporarily add this script, to fix building
1230         from svn.
1231
1232         * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
1233         ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
1234
1235 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1236
1237         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
1238
1239 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1240
1241         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
1242         shift state with AIX iconv().  (#467537)
1243
1244 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1245
1246         * configure.in:
1247         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
1248         and in AM_PATH_GLIB_2_0 to be consistent with the use of
1249         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
1250         Loïc Minier)
1251
1252 2007-11-08  Matthias Clasen <mclasen@redhat.com>
1253
1254         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
1255         out parameters uninitialized.  (#490061, Benjamin Otte)
1256
1257 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1258
1259         * glib/gmain.c (g_main_context_unref): Don't leak the
1260         condvar.  (#479724, Areg Beketovski)
1261
1262 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1263
1264         * glib/glib.symbols:
1265         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
1266         New function, to get the stack of open elements.  (#452887,
1267         Ryan Lortie)
1268
1269 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1270
1271         * glib/gkeyfile.[hc]: Make some functions that take
1272         a GError return boolean instead of void.  (#375651, Matt Barnes)
1273
1274 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1275         
1276         * autogen.sh: Use automake 1.9
1277
1278         * acinclude.m4:
1279         * configure.in: Move some inter-*.m4 includes from
1280         configure.in to acinclude.m4 to avoid warnings when
1281         using automake 1.9.  (#449937)
1282
1283 2007-11-07  Matthias Clasen <mclasen@redhat.com>
1284
1285         === Branch for 2.14 ===