Fix some C99isms. (#154676, Kjartan Maraas)
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2004-10-06  Matthias Clasen  <mclasen@redhat.com>
2
3         * glib/gfileutils.c: Fix some C99isms.  (#154676, Kjartan Maraas)
4
5 2004-10-05  Anders Carlsson  <andersca@gnome.org>
6
7         * glib/goption.c: (g_option_context_parse):
8         Add check for if argc is 0.
9         
10         * tests/option-test.c: (empty_test3), (main):
11         Add test case.
12         
13 2004-10-05  Matthias Clasen  <mclasen@redhat.com>
14
15         * NEWS: Update
16
17 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
18
19         * glib/gmem.c (g_mem_set_vtable): Only set vtable_set if the
20         vtable is set.  (#154352, Philippe Blain)
21
22 2004-10-03  Anders Carlsson  <andersca@gnome.org>
23
24         * glib/goption.c: (parse_arg):
25         Set arg_data on filenames. (Discovered by Mats-Ola Persson).
26         
27         * tests/option-test.c: (arg_test3), (ignore_test3), (main):
28         Add test for filename args.
29         
30 2004-10-01  Tor Lillqvist  <tml@iki.fi>
31
32         * glib/goption.c (g_option_context_parse): Use
33         g_path_get_basename() instead of strrchr(), so that either slash
34         is accepted on Windows.
35
36 2004-09-30  Matthias Clasen  <mclasen@redhat.com>
37
38         * glib/gfileutils.c: Convert filenames to UTF-8 before 
39         putting them in GErrors.  (#154078, Morten Welinder)
40
41 2004-09-29  Matthias Clasen  <mclasen@redhat.com>
42
43         * glib/glib.symbols: Add g_assert_warning.
44
45         * glib/gmessages.h:
46         * glib/gmessages.c (g_assert_warning): Treat g_assert 
47         in the same way as g_return_if_fail and move the string 
48         constants into a helper function, which also takes 
49         care of removing the "IA__" prefix from internal aliases.
50
51         * glib/gmessages.h: Move the declaration of 
52         g_return_if_fail_warning() out of the ifdefs, so that
53         building with G_DISABLE_ASSERT works.
54
55 2004-09-27  Murray Cumming  <murrayc@murrayc.com>
56
57         * glib/goptions.[h|c], glib/glib.symbols: Rename 
58         g_context_option_error_quark() to g_option_error_quark(), because that 
59         is consistent with normal naming conventions, and what bindings expect.
60
61 .2004-09-26  Matthias Clasen  <mclasen@redhat.com>
62
63         Fix #153649, Hidetaka Iwai:
64         
65         * glib/goption.c (parse_long_option): Don't forget to set parsed
66         to TRUE when parsing a long ARG_NONE option. 
67         (free_changes_list): Fix the memory management for string
68         and filename arrays.
69
70 2004-09-22  Tor Lillqvist  <tml@iki.fi>
71
72         * glib/gmessages.c: [Win32] Don't ever open a console
73         window. (Which we used to do if standard output or standard error
74         are invalid, as they are for GUI applications.) These console
75         windows that open up unexpectedly have caused endless amounts of
76         confusion among end-users. (#141102, #151175)
77
78         Don't output the process id on Windows. Only output the program
79         name. If not set with g_set_prgname(), fetch the application
80         executable's name and use that.
81
82 Mon Sep 20 00:35:14 2004  Matthias Clasen  <maclas@gmx.de>
83
84         * glib/gutf8.c (g_utf16_to_utf8): Add a note explaining how to
85         convert UTF-16 byte stream of ambiguous endianness.  (#152954,
86         Linus Walleij)
87
88 Mon Sep 20 00:17:37 2004  Matthias Clasen  <maclas@gmx.de>
89
90         * tests/option-test.c (error_test3_post_parse): 
91         * tests/option-test.c (error_test2_post_parse): 
92         * tests/option-test.c (error_test1_post_parse): Don't call 
93         g_set_error () with a NULL format.  (#153103, Robert Ögren) 
94
95 Mon Sep 20 00:13:48 2004  Matthias Clasen  <maclas@gmx.de>
96
97         Make GOption remove long options completely. (#153113, Robert Ögren)
98
99         * glib/goption.c (parse_long_option): Fix a wrong index.
100
101         * tests/option-test.c (ignore_test3): Test handling of unknown
102         options some more.
103
104 Sun Sep 19 23:56:15 2004  Matthias Clasen  <maclas@gmx.de>
105
106         * glib/goption.c (g_option_context_parse): Call error_func
107         on error, not post_parse_func again.  (#153107, Robert Ögren)
108
109 Sun Sep 19 23:52:35 2004  Matthias Clasen  <maclas@gmx.de>
110
111         * glib/gmessages.c (mklevel_prefix): 
112         * glib/gmessages.c (g_logv): Fix the types of some variables
113         to be GLogLevelFlags instead of guint.  (#153042, Philippe Blain)
114
115 2004-09-18  Matthias Clasen  <mclasen@redhat.com>
116
117         * Version bump
118
119         * === Released 2.5.3 ===
120
121 2004-09-17  Matthias Clasen  <mclasen@redhat.com>
122
123         * NEWS: More updates.
124
125 Thu Sep 16 18:42:46 2004  Manish Singh  <yosh@gimp.org>
126
127         * glib/abicheck.sh: don't hardcode lengths for cut, instead split on
128         the third field.
129
130 Thu Sep 16 18:15:32 2004  Manish Singh  <yosh@gimp.org>
131
132         * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number
133         of characters, instead of a gsize. Technically this is incorrect,
134         but this makes it match the prototype, and this is a deprecated
135         function anyway.
136
137 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
138
139         * glib/Makefile.am (EXTRA_DIST): Add abicheck.sh
140
141 Thu Sep 16 02:03:15 2004  Matthias Clasen  <maclas@gmx.de>
142
143         Implement the same PLT reduction technique used in GTK+:
144         
145         * glib/glib.symbols: Master list of symbols
146
147         * glib/makegalias.pl: Perl script which creates galias.h
148
149         * glib/abicheck.sh: Compares actual exports against glib.symbols 
150
151         * glib/glib.def: Removed. This file is now generated from
152         glib.symbols
153         
154         * glib/Makefile.am: Add rules to generate galias.h and glib.def,
155         and add abicheck.sh to TESTS. Don't export _-prefixed symbols.
156         
157         * configure.in: Add --disable-visibility to suppress the 
158         use of ELF visibility attributes.
159
160         * glib/*.c: Include galias.h
161
162 2004-09-15  Tor Lillqvist  <tml@iki.fi>
163
164         * glib/gwin32.c (g_win32_error_message): Convert message to
165         UTF-8. Technically this breaks API, but the actual use cases in
166         gdk/win32 have assumed it is UTF-8 anyway. Fix
167         documentation. (#152618, Kazuki Iwamoto)
168
169         * glib/gwin32.h: Don't define ftruncate as a macro. Was never a
170         good idea, and it clashes with newest mingw headers, which have a
171         ftruncate implementation as an inline function. Thanks to Dominik R.
172
173         * glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
174         call _chsize() in the C library.
175
176 2004-09-15  Matthias Clasen  <mclasen@redhat.com>
177
178         * NEWS: Update.
179
180 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
181
182         * glib/gmessages.c (g_return_if_fail_warning): Strip the
183         prefix "IA__" from function names, since that is what
184         GTK+ uses for the PLT-reduction aliases. 
185
186 Thu Sep  9 13:52:26 2004  Owen Taylor  <otaylor@redhat.com>
187
188         * glib/gmessages.c (g_return_if_fail_warning): 
189         Include implementation of g_return_if_fail_internal().
190
191 Thu Sep  9 10:37:41 2004  Owen Taylor  <otaylor@redhat.com>
192
193         * glib/gmessages.h (g_return_[val_]if_fail): Use
194         a helper function to reduce code size; omit FILE/LINE
195         when we have __PRETTY_FUNCTION__.
196
197 2004-09-09  Matthias Clasen  <mclasen@redhat.com>
198
199         * glib/gutils.c (g_get_home_dir): Remove a misleading comment.
200
201 Thu Sep  9 00:10:40 2004  Matthias Clasen  <maclas@gmx.de>
202
203         * glib/gstrfuncs.h: 
204         * glib/gstrfuncs.c (g_strv_length): Add a function to 
205         calculate the length of a NULL-terminated string 
206         array.  (#150455, Tim-Philipp Müller)
207
208         * tests/strfunc-test.c (main): Add a test for g_strv_length().
209
210 2004-09-08  Tor Lillqvist  <tml@iki.fi>
211
212         * glib/gutils.c (guess_category_value): On Win32, as last resort
213         call g_win32_getlocale() to get the current thread locale. There
214         usually aren't any POSIXish LANG or LC_* environment variables
215         present on Windows machines.
216
217         * glib/glib.def: Add g_get_language_names.
218
219 2004-09-07  Matthias Clasen  <mclasen@redhat.com>
220
221         * glib/gutils.h: 
222         * glib/gutils.c (g_get_language_names): Add a function to
223         return a list of applicable locale names.  (#95587, 
224         Hidetoshi Tajima)
225         (guess_category_value, compute_locale_variants):
226         (explode_locale, unalias_lang, read_aliases): Helper 
227         functions for g_get_language_names()
228
229         * tests/testglib.c (main): Show the results of 
230         g_get_language_names()
231
232 Sun Sep  5 01:46:11 2004  Matthias Clasen  <maclas@gmx.de>
233
234         * glib/glib.def: 
235         * glib/gmessages.h: 
236         * glib/gmessages.c (g_log_set_default_handler): New
237         function to install an alternate default log 
238         handler.  (#66387, Darin Adler)
239
240 2004-09-03  Tor Lillqvist  <tml@iki.fi>
241
242         * glib/glib.def: Update.
243
244 Wed Sep  1 20:22:39 2004  Matthias Clasen  <maclas@gmx.de>
245
246         * glib/gdate.h:
247         * glib/gdate.c (g_date_get_iso8601_week_of_year): Add
248         a function to calculate the ISO 8601 week number of 
249         a date.  (#92579, Niklas Lundell)
250
251 2004-09-01  Anders Carlsson  <andersca@gnome.org>
252
253         * glib/goption.c: (g_option_context_parse):
254         Set program name before calling the pre-parse hooks.
255         
256 2004-09-01  Anders Carlsson  <andersca@gnome.org>
257
258         * glib/goption.c: (g_option_context_free), (print_help),
259         (g_option_context_parse):
260         Handle option contexts without a main group.
261         
262         * tests/option-test.c: (empty_test2), (main):
263         Add test case for that.
264         
265 2004-08-30  Anders Carlsson  <andersca@gnome.org>
266
267         * glib/goption.c: (g_option_context_parse):
268         Set prgname to <unknown> if argc and argv are NULL.
269         
270         * tests/option-test.c: (empty_test1), (main):
271         Add test case for that.
272         
273 Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>
274
275         * glib/ghash.c (g_hash_table_lookup): Point to 
276         g_hash_table_lookup_extended() for differentiation between
277         not-found and value-is-NULL.  (#150960, Morten Welinder)
278
279 2004-08-27  Matthias Clasen  <mclasen@redhat.com>
280
281         Fix #151193, Stepan Kasal:
282         
283         * glib/gfileutils.c (g_file_error_from_errno): 
284         * glib/gfileutils.h (enum GFileError): Add G_FILE_ERROR_NOSYS.
285
286 Fri Aug 27 00:45:41 2004  Matthias Clasen  <maclas@gmx.de>
287
288         * glib/goption.c (g_option_context_parse): Set the program name
289         from argv[0], noticed by Masatake YAMATO.
290
291 2004-08-26  Tor Lillqvist  <tml@iki.fi>
292
293         * tests/testglib.c (main): Test the new XDG basedir functions.
294
295 2004-08-25  Tor Lillqvist  <tml@iki.fi>
296
297         * glib/gwin32.c (g_win32_get_windows_version): New
298         function. Returns the Windows version code like GetVersion(),
299         except that one can pretend to be running on Win9x by setting the
300         G_WIN32_PRETEND_WIN9X environment variable. This is mainly for
301         debugging purposed.
302
303         * glib/gwin32.h: Declare it. Define macros G_WIN32_WINDOWS_IS_NT_BASED 
304         and G_WIN32_HAVE_WIDECHAR_API to test Windows features at run-time.
305
306 2004-08-25  Matthias Clasen  <mclasen@redhat.com>
307
308         * configure.in: Post-release version bump.
309
310         * === Released 2.5.2 ===
311
312 Wed Aug 25 00:25:08 2004  Matthias Clasen  <maclas@gmx.de>
313
314         * NEWS: Update for 2.5.2
315
316 2004-08-25  Tor Lillqvist  <tml@iki.fi>
317
318         Win32 equivalences of the XDG folders
319         
320         * glib/gutils.c (get_special_folder): New function, calls
321         SHGetSpecialFolderLocation() to get path to places like the My
322         Documents folder.
323         (g_get_any_init): Use CSIDL_PROFILE as HOME if not
324         overridden by env vars.
325         (g_get_user_data_dir): Use CSIDL_PERSONAL.
326         (g_get_user_config_dir): Use CSIDL_APPDATA.
327         (g_get_user_cache_dir): Use CSIDL_INTERNET_CACHE. Debatable...
328         (g_get_system_data_dirs): Use CSIDL_COMMON_APPDATA and
329         CSIDL_COMMON_DOCUMENTS.
330         (g_get_system_config_dirs): Use CSIDL_COMMON_APPDATA.
331
332         * configure.in: Add -lole32 to G_LIBS_EXTRA for mingw.
333
334         * glib/glib.def: Add the new functions.
335
336 Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>
337
338         * glib/goption.c (g_option_group_add_entries): remove unused
339         variable.
340
341 Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>
342
343         * glib/gutils.c (g_get_user_cache_dir): 
344         * glib/gutils.c (g_get_user_config_dir): 
345         * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
346         while holding the g_utils_global lock, simply use g_home_dir. 
347         (#150695, Jody Goldberg)
348
349 2004-08-21  Tor Lillqvist  <tml@iki.fi>
350
351         * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
352         break out of its loop. Prevents a thread leak. (#147392, Peter
353         Zelezny)
354
355         * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
356         return value from strxfrm(). For instance Microsoft's strxfrm()
357         returns INT_MAX on errors. (#141124)
358
359 2004-08-19  Tor Lillqvist  <tml@iki.fi>
360
361         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
362         source and destination charset parameter order in g_convert()
363         call. (#150394, possibly also #141124)
364
365 2004-08-20  Jon K Hellan  <hellan@acm.org>
366
367         * glib/goption.h: Remove trailing commas.
368
369 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
370
371         * configure.in: Check for all four values of the
372         visibility attribute; gcc 2.96 seems to miss 
373         "default".  (#150379, Vincent Noel)
374
375 2004-08-16  Christian Rose  <menthos@menthos.com>
376
377         * configure.in: Added "bs" to ALL_LINGUAS.
378
379 2004-08-11  Ray Strode  <rstrode@redhat.com>
380
381         * docs/reference/glib/glib-sections.txt: 
382         * glib/gutils.[ch] (g_get_user_data_dir),
383         (g_get_user_config_dir), (g_get_user_cache_dir),
384         (g_get_system_data_dirs), (g_get_system_config_dirs): 
385         Add new XDG basedir API (bug 139973).
386
387 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
388
389         * glib/gmacros.h: Remove G_GNUC_INTERNAL from here.
390         * configure.in: Check whether the visibility attribute
391         works and define G_HAVE_GNUC_VISIBILITY and 
392         G_GNUC_INTERNAL in glibconfig.h correspondingly.
393
394 Mon Aug  9 17:37:56 2004  Matthias Clasen  <maclas@gmx.de>
395
396         * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
397
398 2004-08-06  Hans Breuer  <hans@breuer.org>
399
400         * glib/makefile.msc.in glib/glib.def : updated
401
402         * glib/gutils.c : avoid 'inconsitent dll linkage' by not
403         defining extern char** environ with msvc
404
405 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
406
407         * m4macros/glib-gettext.m4: Require ngettext.  (#123847,
408         Danilo Segan)
409
410 Thu Aug  5 20:53:00 2004  Ray Strode  <rstrode@redhat.com>
411
412         * glib/gutils.h (g_get_codeset): strdup result so caller
413         doesn't free internally managed memory.
414
415 2004-08-04  Tor Lillqvist  <tml@iki.fi>
416
417         * glib/glib.def: Add glib_check_version.
418
419         * config.h.win32.in: Update to match what configure produces. Add
420         the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
421         HAVE_INT64_AND_I64 to where the configure script puts it. Add
422         HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
423
424 Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>
425
426         * glib/goption.c: Mark user visible strings for translation.
427
428 Tue Aug  3 15:50:55 2004  Matthias Clasen  <maclas@gmx.de>
429
430         * glib/goption.[hc]: Pedantically use g types throughout.
431
432 Tue Aug  3 14:58:20 2004  Matthias Clasen  <maclas@gmx.de>
433
434         * glib/gutils.h: 
435         * glib/gutils.c (glib_check_version): New function to
436         check the version of GLib at runtime.  (#149175, Michael Natterer)
437
438 2004-08-03  Anders Carlsson  <andersca@gnome.org>
439
440         * glib/goption.h:
441         * glib/gtypes.h:
442         Move GTranslateFunc to gtypes.h
443         
444 2004-08-02  Anders Carlsson  <andersca@gnome.org>
445
446         * glib/Makefile.am:
447         * glib/glib.h:
448         * glib/goption.c:
449         * glib/goption.h:
450         * tests/.cvsignore:
451         * tests/Makefile.am:
452         * tests/option-test.c: 
453         Add GOption.
454
455 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
456
457         * glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
458         declarations as internal and avoid PLT indirections for 
459         them.  (#145465, Arjan van de Ven)
460
461         * glib/gunicodeprivate.h: 
462         * glib/gthreadinit.h: 
463         * glib/gmessages.h: 
464         * glib/gdebug.h: 
465         * glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
466         _g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
467         _g_messages_thread_init(), _g_convert_thread_init(), 
468         _g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
469         _g_mem_thread_private_init(), _g_messages_thread_private_init(),
470         _g_utf8_normalize_wc() and _g_unichar_combining_class().
471
472         * glib/gatomic.c: Include gthreadinit.h here to see the declaration
473         for _g_atomic_thread_init().
474
475 Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
476
477         * tests/uri-test.c: move newline printing from run_from_uri_tests()
478         to run_roundtrip_tests().
479
480 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
481
482         * Post-release version bump
483
484         * === Released 2.5.1 ===
485
486 Sat Jul 31 23:17:05 2004  Matthias Clasen  <maclas@gmx.de>
487
488         * NEWS: Updates.
489
490 Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>
491
492         * tests/shell-test.c: Include a test involving consecutive
493         backslashes followed by a non-escaped doublequote.
494         
495         * glib/gshell.c (tokenize_command_line): Count consecutive
496         backslashes mod 2 to detect escaped doubleqotes.  (#127306)
497
498 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
499
500         * glib/gconvert.c (g_unescape_uri_string): Don't validate
501         for UTF-8 here.  (#148420, Robert Ögren)
502
503         * tests/uri-test.c (run_roundtrip_tests): Add tests for 
504         roundtrip compatibility. Going from filename to uri and 
505         back should always give you the same filename back. 
506
507 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
508
509         * tests/markups/valid-{9,10,11}.gmarkup: 
510         * tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
511         of whitespace inside tags.
512
513         * glib/gmarkup.c (enum GMarkupParseState): Add 
514         STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
515         (g_markup_parse_context_parse): Accept whitespace between
516         attribute names, '=' and attribute values and between
517         close tag name and '>'. (#148646, Hiroyuki Ikezoe)
518
519 Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>
520
521         * glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
522         as well.
523
524 Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
525
526         * glib/gstrfuncs.c (g_strsplit_set):
527         s/g_strtokenize/g_strsplit_set/ in docs.
528
529 Fri Jul 23 10:37:50 2004  Matthias Clasen  <maclas@gmx.de>
530
531         * tests/type-test.c (main): Actually test G_MAXSIZE with
532         a gsize variable.
533
534 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
535
536         Fix #132858, Sven Neumann, patch by James Henstridge:
537         
538         * glib-gettextize.in: modify so that mkinstalldirs will 
539         get installed into auxdir.
540
541         * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
542
543 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
544
545         Fix #147651, reported by Oliver Guntermann:
546
547         * glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
548         _g_gnulib_vasprintf() in a macro, since they behave 
549         differently wrt. to memory allocation.
550
551         * glib/gprintf.c (g_vasprintf): Instead, differentiate 
552         here between the three cases: system vasprintf(), 
553         _g_gnulib_vasprintf(), no vasprintf().  
554
555 2004-07-20  Crispin Flowerday  <gnome@flowerday.cx>
556
557         * NEWS: Fix a typo in my name
558
559 Tue Jul 20 04:31:40 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
560
561         * configure.in: Bump version number
562
563 Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
564
565         * === Released 2.5.0 ===
566
567         * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
568
569 Sun Jul 18 01:40:28 2004  Matthias Clasen  <maclas@gmx.de>
570
571         * NEWS: Updates for 2.5.0
572
573 Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
574
575         * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
576
577 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
578
579         * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
580         before using it in the error message.  (#146054, Federico
581         Mena Quintero)
582
583 Thu Jul  8 00:54:32 2004  Matthias Clasen  <maclas@gmx.de>
584
585         * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
586         be built without anyway.  (#135899, Murray Cumming)
587
588 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
589
590         * glib/gmessages.h (g_debug): Complete the g_log() 
591         family.  (#135730, Sven Herzberg)
592
593 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
594
595         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
596         make srcdir != . work.  (#145166, Kaz Sasayama)
597
598 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
599
600         * configure.in: Use a small test library instead of
601         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
602         Julio M. Merino Vidal)
603         
604 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
605
606         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
607         __volatile__ to make the file consistent. Spotted by Benoit
608         Carpentier <gtkool_2kx@yahoo.fr>.
609
610 2004-07-01  John Ehresman  <jpe@wingide.com>
611
612         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
613         Initialize reset_send & reset_recv fields and don't close
614         sockets unless they were created.  (#145153)
615
616 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
617
618         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
619         missing newline at EOF for single line comments.  
620         (#83674, Sven Neumann)
621
622 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
623
624         * tests/printf-test.c (TEST): Actually set any_failed on 
625         failure.  (#143552, Philippe Blain)
626
627 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
628
629         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
630         for URIs that *should* have been invalid, or viceversa.
631         (from_uri_tests): Likewise.
632
633 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
634
635         Fixes #140532.
636
637         * glib/gconvert.c (is_asciialphanum): Renamed from
638         is_escalphanum(); ensures that this is an ASCII character.
639         (is_asciiescalpha): Renamed from is_escalpha().
640         (hostname_validate): Use the two functions above.
641         (g_filename_to_uri): Don't convert the filename to UTF-8.
642         (g_filename_from_uri): Don't convert the filename from UTF-8.
643
644 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
645
646         * tests/run-markup-tests.sh: Default to silence, but support
647         a -v argument to get the old output back. 
648
649 2004-06-06  Tor Lillqvist  <tml@iki.fi>
650
651         * glib/gutils.c (g_get_any_init): Check home for being
652         NULL. (#143812, Ivan Wong)
653
654 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
655
656         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
657
658 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
659
660         * glib/galloca.h: cpp #directives should always have the "#" in the
661         first column of the the line. Do that for "#pragma alloca". Fixes
662         bug #143744.
663
664 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
665
666         * glib/gtypes.h: Use higher precision for the mathematical
667         constants.  (#141941, Morten Welinder)
668
669 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
670
671         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
672         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
673
674 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
675
676         Merged from 2.4:
677         
678         * glib/gcompletion.c (g_completion_add_items):
679         (g_completion_remove_items): Remove unnecessary 
680         checks.  (#142559, Morten Welinder)
681
682 2004-05-15  Tor Lillqvist  <tml@iki.fi>
683
684         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
685         is an absolute path and exists. (#138618)
686
687 2004-05-14  Tor Lillqvist  <tml@iki.fi>
688
689         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
690         for precision correctly. (#142400)
691
692         For backward compatibility with the Trio implementation, make "ll"
693         format modifer work on Win32, too. Change into "I64" before
694         passing to the system printf. (#142433)
695
696         * tests/printf-test.c (main): Add tests for the above.
697
698 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
699
700         Merge from 2.4:
701         
702         * glib/gmain.c (block_source, unblock_source): Make these 
703         static.  (#142230, Morten Welinder)
704
705 2004-05-10  Tor Lillqvist  <tml@iki.fi>
706
707         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
708         lines. Thanks to Benoît Carpentier.
709
710 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
711
712         Merge from 2.4:
713         
714         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
715         memleak.  (#141998, Nikolai Weibull)
716
717 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
718
719         Merge from 2.4:
720         
721         * glib/gutils.h: Remove vestigial g_get_codeset().
722         * glib/gutils.c (g_get_codeset): Call g_get_charset().
723         (#137703, Owen Taylor)
724
725 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
726
727         * configure.in: Bump version number to 2.5.0.
728
729 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
730
731         * glib/gconvert.c (g_filename_from_uri): Quote the file
732         scheme to mark it as untranslatable. String change.  
733         (#133144, Danilo Segan)
734
735 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
736
737         * configure.in: Added Walloon (wa) to ALL_LINGUAS
738
739 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
740
741         * glib/gtypes.h: check for __pentium4__ when deciding whether to
742         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
743
744 2004-05-01  Hans Breuer  <hans@breuer.org>
745
746         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
747         fixes #141563, Steve Lhomme
748
749 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
750
751         * === Released 2.4.1 ===
752
753         * configure.in: Version 2.4.1, interface age 1. 
754
755         * NEWS: Updates
756         
757 2004-04-25  Tor Lillqvist  <tml@iki.fi>
758
759         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
760         Plug memory leak. (#140770, John Ehresman)
761
762 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
763
764         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
765         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
766         point.  (#139134, Piotr Klaban)
767
768         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
769         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
770
771 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
772
773         * tests/testglib.c (main): Trivial warning fix.  (#140345)
774
775         * tests/queue-test.c (main): Add some tests for off-by-one errors.
776
777         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
778         error.  (#139703, Philippe Blain)
779
780         * tests/testglib.c (main): Add testcases for g_message() involving
781         non-printable and unsafe characters.
782
783         * glib/gmessages.c (escape_string): Don't assume that
784         string->str remains unchanged over g_string_insert() 
785         calls.  (#139030, Christophe Saout)
786
787         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
788         locale-specific decimal separator directly follows a 
789         number.  (#138424, Nickolay V. Shmyrev)
790
791         * tests/strtod-test.c (main): Add some more testcases.
792
793         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
794         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
795
796 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
797
798         * tests/printf-test.c (main): Comment out a nonessential testcase
799         which fails on HP-UX.  (#136283, Jonas Jonsson)
800
801 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
802
803         * tests/patterntest.c (main): Add tests for the empty pattern.
804
805         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
806         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
807         Stefan Fent)
808
809 2004-04-10  Tor Lillqvist  <tml@iki.fi>
810
811         * glib/gwin32.c (g_win32_getlocale): Add new language and
812         sublanguage codes, from GNU gettext. (#137958)
813         
814         * glib/giowin32.c
815         * glib/gmain.c
816         * glib/gstrfuncs.c
817         * glib/gthread.c: Decorating variable definitions with
818         __declspec(dllexport) causes problems on Cygwin build, and isn't
819         really needed for a native Win32 build with mingw or MSVC, so
820         remove. (#138402, Roger Leigh)
821
822         * glib/libcharset/localcharset.c: Use Win32-specific code also on
823         Cygwin.
824         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
825         on Cygwin, either. (#138412, Roger Leigh)
826
827 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
828
829         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
830
831 2004-04-03  Tor Lillqvist  <tml@iki.fi>
832
833         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
834         found on Cygwin, they don't work. (#138401, Roger Leigh)
835
836 2004-03-31  Tor Lillqvist  <tml@iki.fi>
837
838         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
839         Leigh)
840
841         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
842         on Cygwin. (#138423, Roger Leigh)
843
844 2004-03-30  Adam Weinberger  <adamw@gnome.org>
845
846         * configure.in: Added en_CA to ALL_LINGUAS.
847
848 2004-03-21  Tor Lillqvist  <tml@iki.fi>
849
850         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
851         cases where a drive letter is present. For 'a:' or 'a:foo', return
852         'a:.'. This is mostly just for consistency with the behaviour
853         without a drive letter. But very important is to for 'a:\foo' or
854         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
855         instead of backslashes.) (#137316)
856
857         * tests/dirname-test.c (main): More complete testing on Win32. If
858         a test fails, include expected and actual result in error message.
859
860 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
861
862         * glib/gmain.c: Fix the accidental revert of the
863         fixes from #112222 that happened when the GChildWatch
864         code was added. (Caught by Christian Persch)
865
866 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
867
868         * tests/atomic-test.c (main): Make computation
869         of "biggest_pointer" vaguely more portable.
870         (#137498, Jonas Jonsson)
871
872 2004-03-16  Tor Lillqvist  <tml@iki.fi>
873
874         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
875         on Win32) case, where the 64-bit type is called long long, but the
876         system printf/scanf format modifier for 64-bit integers is still I64.
877
878 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
879
880         * configure.in: Added en_GB to ALL_LINGUAS
881