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