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