Added Bengali file
[platform/upstream/glib.git] / ChangeLog.pre-2-6
1 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
2
3         * configure.in: Added Bengali (bn) to ALL_LINGUAS
4
5 2003-01-21  Christian Rose  <menthos@menthos.com>
6
7         * configure.in: Added "mn" to ALL_LINGUAS.
8
9 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
10
11         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
12         Macedonian (mk) to ALL_LINGUAS
13
14 2003-01-16  Daniel Yacob <locales@geez.org>
15
16         * configure.in: added am to ALL_LINGUAS
17         
18 2003-01-12  Tor Lillqvist  <tml@iki.fi>
19
20         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
21
22 2003-01-05  Tor Lillqvist  <tml@iki.fi>
23
24         * README.win32: Updates.
25
26         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
27         libm. (Mingw has a dummy libm.a, but the .pc file should be
28         useable by MSVC users, too.)
29
30 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
31
32         (Ancient, binary compatible fixes found sitting in my tree)
33
34         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
35
36         * Better error message for EFAULT in  g_io_channel_error_from_errno()
37
38 2003-01-04  Tor Lillqvist  <tml@iki.fi>
39
40         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
41
42         * {glib,gmodule,gobject,gthread}/Makefile.am:
43         [Win32] Install also the .def files, to help users generate
44         import libraries for other compilers. Uninstall, too.
45
46         * glib-zip.in: Include .def files from above.
47
48         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
49         broken pipes are unreadable. (Well, they are, but read() handles
50         it, and treats it like EOF.)
51
52 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
53
54         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
55         tests for inline keywords. Fixes #101976.
56
57 2003-01-02  Tor Lillqvist  <tml@iki.fi>
58
59         * glib/gwin32.h: Correct the comment telling what headers have
60         the declarations of some POSIXish functions.
61
62         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
63         The checks for readability/writeability were backwards.
64
65 2003-01-01  Tor Lillqvist  <tml@iki.fi>
66
67         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
68         to ensure_stdout_valid(). #defined as empty on Unix. Move the
69         alloc_console_called static flag inside these two functions.
70         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
71         stderr streams for validity, instead of what GetStdHandle() returns.
72         (mklevel_prefix): Do use either stderr or stdout on Windows,
73         too. Otherwise g_warning() messages (that are just warnings, by
74         definition) will get mixed with proper stdout output. Noticed in
75         GIMP's gimpconfig-dump.
76         (strdup_convert, mklevel_prefix, g_printerr): Call
77         ensure_stderr_valid() before trying to use stderr.
78         (g_logv): [Win32] Convert message to current codepage before
79         display with MessageBox().
80
81 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
82
83         * configure.in: Added et to ALL_LINGUAS.
84