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