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