62f9bd0b233d505f4eb3860d10b77f3b1684c95d
[platform/upstream/glib.git] / ChangeLog.pre-2-4
1 2003-02-04  Tor Lillqvist  <tml@iki.fi>
2
3         * glib/giowin32.c (g_io_channel_unix_new): Fix typo: Should be
4         SOCKET_ERROR, not SO_ERROR. Noticed by Daniel Kaufmann.
5         
6         Merge from stable branch: 
7
8         Fix for bug #104014, reported by Alex Shaduri:
9         
10         * glib/gspawn-win32.c (protect_argv): New function. Add
11         double-quotes around argv elements that need it, and escape
12         embedded double-quotes with backslash.
13         (do_spawn_with_pipes) Call protect_argv().
14
15         * glib/gspawn-win32-helper.c (WinMain): Call protect_argv().
16
17         * glib/gspawn.c (g_spawn_async_with_pipes): Document argument
18         vector vs. command line details on Win32.
19         (g_spawn_command_line_sync): Improve documentation about
20         backslashes in the command line on Windows.
21
22 Thu Jan 30 16:45:13 2003  Owen Taylor  <otaylor@redhat.com>
23
24         * Makefile.am: Remove references to glib.spec.
25         (#102231)
26
27         * configure.in: Don't generate glib.spec.
28
29 Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
30
31         * m4macros/glib-gettext.m4: If msgfmt isn't found,
32         unset gt_cv_have_gettext. (#102552, Tim Mooney)
33
34 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
35
36         * autogen.sh (have_automake): Fix version in complaint
37         message about automake. (#104366, Rich Burridge)
38
39 2003-01-22  Pablo Saratxaga  <pablo@mandrakesoft.com>
40
41         * configure.in: Added Bengali (bn) to ALL_LINGUAS
42
43 2003-01-21  Christian Rose  <menthos@menthos.com>
44
45         * configure.in: Added "mn" to ALL_LINGUAS.
46
47 2003-01-20  Pablo Saratxaga  <pablo@mandrakesoft.com>
48
49         * configure.in: Added Farsi (fa), Italian (it), Latvian (lv),
50         Macedonian (mk) to ALL_LINGUAS
51
52 2003-01-16  Daniel Yacob <locales@geez.org>
53
54         * configure.in: added am to ALL_LINGUAS
55         
56 2003-01-12  Tor Lillqvist  <tml@iki.fi>
57
58         * glib/glib.def: Add some missing entries. Thanks to Kenichi SUTO.
59
60 2003-01-05  Tor Lillqvist  <tml@iki.fi>
61
62         * README.win32: Updates.
63
64         * configure.in: Don't use -lm in TRIO_LIBS on Windows, with no
65         libm. (Mingw has a dummy libm.a, but the .pc file should be
66         useable by MSVC users, too.)
67
68 2003-01-25  Ron Steinke  <rsteinke@w-link.net>
69
70         (Ancient, binary compatible fixes found sitting in my tree)
71
72         * Added early checks for count == 0 and buf == NULL in g_io_channel_read()
73
74         * Better error message for EFAULT in  g_io_channel_error_from_errno()
75
76 2003-01-04  Tor Lillqvist  <tml@iki.fi>
77
78         * Makefile.am (BUILT_EXTRA_DIST): Don't distribute glib-zip.
79
80         * {glib,gmodule,gobject,gthread}/Makefile.am:
81         [Win32] Install also the .def files, to help users generate
82         import libraries for other compilers. Uninstall, too.
83
84         * glib-zip.in: Include .def files from above.
85
86         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Don't claim
87         broken pipes are unreadable. (Well, they are, but read() handles
88         it, and treats it like EOF.)
89
90 Thu Jan  2 16:19:15 2003  Manish Singh  <yosh@gimp.org>
91
92         * configure.in: use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE for
93         tests for inline keywords. Fixes #101976.
94
95 2003-01-02  Tor Lillqvist  <tml@iki.fi>
96
97         * glib/gwin32.h: Correct the comment telling what headers have
98         the declarations of some POSIXish functions.
99
100         * glib/giowin32.c (g_io_win32_fd_get_flags_internal): Fix braino:
101         The checks for readability/writeability were backwards.
102
103 2003-01-01  Tor Lillqvist  <tml@iki.fi>
104
105         * glib/gmessages.c (ensure_stderr_valid): New function, parallel
106         to ensure_stdout_valid(). #defined as empty on Unix. Move the
107         alloc_console_called static flag inside these two functions.
108         (ensure_stdout_valid, ensure_stderr_valid): Check the C stdout and
109         stderr streams for validity, instead of what GetStdHandle() returns.
110         (mklevel_prefix): Do use either stderr or stdout on Windows,
111         too. Otherwise g_warning() messages (that are just warnings, by
112         definition) will get mixed with proper stdout output. Noticed in
113         GIMP's gimpconfig-dump.
114         (strdup_convert, mklevel_prefix, g_printerr): Call
115         ensure_stderr_valid() before trying to use stderr.
116         (g_logv): [Win32] Convert message to current codepage before
117         display with MessageBox().
118
119 2002-12-28  Tõivo Leedjärv  <toivo@linux.ee>
120
121         * configure.in: Added et to ALL_LINGUAS.
122