Update for 2.5.2
[platform/upstream/glib.git] / ChangeLog.pre-2-10
1 Wed Aug 25 00:25:08 2004  Matthias Clasen  <maclas@gmx.de>
2
3         * NEWS: Update for 2.5.2
4
5 2004-08-25  Tor Lillqvist  <tml@iki.fi>
6
7         Win32 equivalences of the XDG folders
8         
9         * glib/gutils.c (get_special_folder): New function, calls
10         SHGetSpecialFolderLocation() to get path to places like the My
11         Documents folder.
12         (g_get_any_init): Use CSIDL_PROFILE as HOME if not
13         overridden by env vars.
14         (g_get_user_data_dir): Use CSIDL_PERSONAL.
15         (g_get_user_config_dir): Use CSIDL_APPDATA.
16         (g_get_user_cache_dir): Use CSIDL_INTERNET_CACHE. Debatable...
17         (g_get_system_data_dirs): Use CSIDL_COMMON_APPDATA and
18         CSIDL_COMMON_DOCUMENTS.
19         (g_get_system_config_dirs): Use CSIDL_COMMON_APPDATA.
20
21         * configure.in: Add -lole32 to G_LIBS_EXTRA for mingw.
22
23         * glib/glib.def: Add the new functions.
24
25 Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>
26
27         * glib/goption.c (g_option_group_add_entries): remove unused
28         variable.
29
30 Mon Aug 23 01:35:18 2004  Matthias Clasen  <maclas@gmx.de>
31
32         * glib/gutils.c (g_get_user_cache_dir): 
33         * glib/gutils.c (g_get_user_config_dir): 
34         * glib/gutils.c (g_get_user_data_dir): Don't call g_get_home_dir()
35         while holding the g_utils_global lock, simply use g_home_dir. 
36         (#150695, Jody Goldberg)
37
38 2004-08-21  Tor Lillqvist  <tml@iki.fi>
39
40         * glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
41         break out of its loop. Prevents a thread leak. (#147392, Peter
42         Zelezny)
43
44         * glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
45         return value from strxfrm(). For instance Microsoft's strxfrm()
46         returns INT_MAX on errors. (#141124)
47
48 2004-08-19  Tor Lillqvist  <tml@iki.fi>
49
50         * glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
51         source and destination charset parameter order in g_convert()
52         call. (#150394, possibly also #141124)
53
54 2004-08-20  Jon K Hellan  <hellan@acm.org>
55
56         * glib/goption.h: Remove trailing commas.
57
58 2004-08-17  Matthias Clasen  <mclasen@redhat.com>
59
60         * configure.in: Check for all four values of the
61         visibility attribute; gcc 2.96 seems to miss 
62         "default".  (#150379, Vincent Noel)
63
64 2004-08-16  Christian Rose  <menthos@menthos.com>
65
66         * configure.in: Added "bs" to ALL_LINGUAS.
67
68 2004-08-11  Ray Strode  <rstrode@redhat.com>
69
70         * docs/reference/glib/glib-sections.txt: 
71         * glib/gutils.[ch] (g_get_user_data_dir),
72         (g_get_user_config_dir), (g_get_user_cache_dir),
73         (g_get_system_data_dirs), (g_get_system_config_dirs): 
74         Add new XDG basedir API (bug 139973).
75
76 2004-08-10  Matthias Clasen  <mclasen@redhat.com>
77
78         * glib/gmacros.h: Remove G_GNUC_INTERNAL from here.
79         * configure.in: Check whether the visibility attribute
80         works and define G_HAVE_GNUC_VISIBILITY and 
81         G_GNUC_INTERNAL in glibconfig.h correspondingly.
82
83 Mon Aug  9 17:37:56 2004  Matthias Clasen  <maclas@gmx.de>
84
85         * glib/gmacros.h (G_GNUC_INTERNAL): Define empty if gcc is too old.
86
87 2004-08-06  Hans Breuer  <hans@breuer.org>
88
89         * glib/makefile.msc.in glib/glib.def : updated
90
91         * glib/gutils.c : avoid 'inconsitent dll linkage' by not
92         defining extern char** environ with msvc
93
94 2004-08-06  Matthias Clasen  <mclasen@redhat.com>
95
96         * m4macros/glib-gettext.m4: Require ngettext.  (#123847,
97         Danilo Segan)
98
99 Thu Aug  5 20:53:00 2004  Ray Strode  <rstrode@redhat.com>
100
101         * glib/gutils.h (g_get_codeset): strdup result so caller
102         doesn't free internally managed memory.
103
104 2004-08-04  Tor Lillqvist  <tml@iki.fi>
105
106         * glib/glib.def: Add glib_check_version.
107
108         * config.h.win32.in: Update to match what configure produces. Add
109         the G_ATOMIC_*. Define G_ATOMIC_I486 when compiling with gcc. Move
110         HAVE_INT64_AND_I64 to where the configure script puts it. Add
111         HAVE_INTTYPES_H_WITH_UINTMAX. Define intmax_t as __int64 for MSVC.
112
113 Tue Aug  3 16:19:44 2004  Matthias Clasen  <maclas@gmx.de>
114
115         * glib/goption.c: Mark user visible strings for translation.
116
117 Tue Aug  3 15:50:55 2004  Matthias Clasen  <maclas@gmx.de>
118
119         * glib/goption.[hc]: Pedantically use g types throughout.
120
121 Tue Aug  3 14:58:20 2004  Matthias Clasen  <maclas@gmx.de>
122
123         * glib/gutils.h: 
124         * glib/gutils.c (glib_check_version): New function to
125         check the version of GLib at runtime.  (#149175, Michael Natterer)
126
127 2004-08-03  Anders Carlsson  <andersca@gnome.org>
128
129         * glib/goption.h:
130         * glib/gtypes.h:
131         Move GTranslateFunc to gtypes.h
132         
133 2004-08-02  Anders Carlsson  <andersca@gnome.org>
134
135         * glib/Makefile.am:
136         * glib/glib.h:
137         * glib/goption.c:
138         * glib/goption.h:
139         * tests/.cvsignore:
140         * tests/Makefile.am:
141         * tests/option-test.c: 
142         Add GOption.
143
144 2004-08-02  Matthias Clasen  <mclasen@redhat.com>
145
146         * glib/gmacros.h: Add a G_GNUC_INTERNAL macro to mark function
147         declarations as internal and avoid PLT indirections for 
148         them.  (#145465, Arjan van de Ven)
149
150         * glib/gunicodeprivate.h: 
151         * glib/gthreadinit.h: 
152         * glib/gmessages.h: 
153         * glib/gdebug.h: 
154         * glib/gconvert.c: Use G_GNUC_INTERNAL for _g_charset_get_aliases(),
155         _g_debug_init(), _g_log_fallback_handler(), _g_mem_thread_init(),
156         _g_messages_thread_init(), _g_convert_thread_init(), 
157         _g_rand_thread_init(), _g_main_thread_init(), _g_atomic_thread_init(),
158         _g_mem_thread_private_init(), _g_messages_thread_private_init(),
159         _g_utf8_normalize_wc() and _g_unichar_combining_class().
160
161         * glib/gatomic.c: Include gthreadinit.h here to see the declaration
162         for _g_atomic_thread_init().
163
164 Sun Aug  1 13:19:18 2004  Manish Singh  <yosh@gimp.org>
165
166         * tests/uri-test.c: move newline printing from run_from_uri_tests()
167         to run_roundtrip_tests().
168
169 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
170
171         * Post-release version bump
172
173         * === Released 2.5.1 ===
174
175 Sat Jul 31 23:17:05 2004  Matthias Clasen  <maclas@gmx.de>
176
177         * NEWS: Updates.
178
179 Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>
180
181         * tests/shell-test.c: Include a test involving consecutive
182         backslashes followed by a non-escaped doublequote.
183         
184         * glib/gshell.c (tokenize_command_line): Count consecutive
185         backslashes mod 2 to detect escaped doubleqotes.  (#127306)
186
187 2004-07-30  Matthias Clasen  <mclasen@redhat.com>
188
189         * glib/gconvert.c (g_unescape_uri_string): Don't validate
190         for UTF-8 here.  (#148420, Robert Ögren)
191
192         * tests/uri-test.c (run_roundtrip_tests): Add tests for 
193         roundtrip compatibility. Going from filename to uri and 
194         back should always give you the same filename back. 
195
196 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
197
198         * tests/markups/valid-{9,10,11}.gmarkup: 
199         * tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
200         of whitespace inside tags.
201
202         * glib/gmarkup.c (enum GMarkupParseState): Add 
203         STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
204         (g_markup_parse_context_parse): Accept whitespace between
205         attribute names, '=' and attribute values and between
206         close tag name and '>'. (#148646, Hiroyuki Ikezoe)
207
208 Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>
209
210         * glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
211         as well.
212
213 Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
214
215         * glib/gstrfuncs.c (g_strsplit_set):
216         s/g_strtokenize/g_strsplit_set/ in docs.
217
218 Fri Jul 23 10:37:50 2004  Matthias Clasen  <maclas@gmx.de>
219
220         * tests/type-test.c (main): Actually test G_MAXSIZE with
221         a gsize variable.
222
223 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
224
225         Fix #132858, Sven Neumann, patch by James Henstridge:
226         
227         * glib-gettextize.in: modify so that mkinstalldirs will 
228         get installed into auxdir.
229
230         * Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
231
232 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
233
234         Fix #147651, reported by Oliver Guntermann:
235
236         * glib/gprintfint.h (_g_vasprintf): Don't wrap vasprintf(),
237         _g_gnulib_vasprintf() in a macro, since they behave 
238         differently wrt. to memory allocation.
239
240         * glib/gprintf.c (g_vasprintf): Instead, differentiate 
241         here between the three cases: system vasprintf(), 
242         _g_gnulib_vasprintf(), no vasprintf().  
243
244 2004-07-20  Crispin Flowerday  <gnome@flowerday.cx>
245
246         * NEWS: Fix a typo in my name
247
248 Tue Jul 20 04:31:40 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
249
250         * configure.in: Bump version number
251
252 Sun Jul 18 19:40:30 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
253
254         * === Released 2.5.0 ===
255
256         * Makefile.am (BUILT_EXTRA_DIST): move gtk-doc.make here.
257
258 Sun Jul 18 01:40:28 2004  Matthias Clasen  <maclas@gmx.de>
259
260         * NEWS: Updates for 2.5.0
261
262 Mon Jul 12 00:02:40 2004  Matthias Clasen  <maclas@gmx.de>
263
264         * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
265
266 2004-07-09  Matthias Clasen  <mclasen@redhat.com>
267
268         * glib/gdir.c (g_dir_open): Convert filename to UTF-8 
269         before using it in the error message.  (#146054, Federico
270         Mena Quintero)
271
272 Thu Jul  8 00:54:32 2004  Matthias Clasen  <maclas@gmx.de>
273
274         * glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
275         be built without anyway.  (#135899, Murray Cumming)
276
277 Mon Jul  5 18:50:27 2004  Matthias Clasen  <maclas@gmx.de>
278
279         * glib/gmessages.h (g_debug): Complete the g_log() 
280         family.  (#135730, Sven Herzberg)
281
282 Mon Jul  5 18:42:30 2004  Matthias Clasen  <maclas@gmx.de>
283
284         * glib/gnulib/Makefile.am (INCLUDES): Add top_srcdir to 
285         make srcdir != . work.  (#145166, Kaz Sasayama)
286
287 Sun Jul  4 01:52:18 2004  Matthias Clasen  <maclas@gmx.de>
288
289         * configure.in: Use a small test library instead of
290         libpthread.so for testing RTLD_GLOBAL brokenness.  (#139567,
291         Julio M. Merino Vidal)
292         
293 2004-07-02  Sebastian Wilhelmi  <seppi@seppi.de>
294
295         * glib/gatomic.c: Rename __asm to __asm__ and __volatile to
296         __volatile__ to make the file consistent. Spotted by Benoit
297         Carpentier <gtkool_2kx@yahoo.fr>.
298
299 2004-07-01  John Ehresman  <jpe@wingide.com>
300
301         * glib/giowin32.c (g_io_channel_win32_init, g_io_win32_free)
302         Initialize reset_send & reset_recv fields and don't close
303         sockets unless they were created.  (#145153)
304
305 Fri Jun 11 22:56:46 2004  Matthias Clasen  <maclas@gmx.de>
306
307         * glib/gscanner.c (g_scanner_get_token_ll): Ignore a 
308         missing newline at EOF for single line comments.  
309         (#83674, Sven Neumann)
310
311 Thu Jun 10 23:38:02 2004  Matthias Clasen  <maclas@gmx.de>
312
313         * tests/printf-test.c (TEST): Actually set any_failed on 
314         failure.  (#143552, Philippe Blain)
315
316 2004-06-09  Federico Mena Quintero  <federico@ximian.com>
317
318         * tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
319         for URIs that *should* have been invalid, or viceversa.
320         (from_uri_tests): Likewise.
321
322 2004-06-07  Federico Mena Quintero  <federico@ximian.com>
323
324         Fixes #140532.
325
326         * glib/gconvert.c (is_asciialphanum): Renamed from
327         is_escalphanum(); ensures that this is an ASCII character.
328         (is_asciiescalpha): Renamed from is_escalpha().
329         (hostname_validate): Use the two functions above.
330         (g_filename_to_uri): Don't convert the filename to UTF-8.
331         (g_filename_from_uri): Don't convert the filename from UTF-8.
332
333 Mon Jun  7 22:25:24 2004  Matthias Clasen  <maclas@gmx.de>
334
335         * tests/run-markup-tests.sh: Default to silence, but support
336         a -v argument to get the old output back. 
337
338 2004-06-06  Tor Lillqvist  <tml@iki.fi>
339
340         * glib/gutils.c (g_get_any_init): Check home for being
341         NULL. (#143812, Ivan Wong)
342
343 Sun Jun  6 15:23:00 2004  Pawan Chitrakr  <pawan@nplinu.org>
344
345         * configure.in: Added "ne" (Nepali) in ALL_LINGUAS
346
347 Fri Jun  4 19:26:47 2004  Manish Singh  <yosh@gimp.org>
348
349         * glib/galloca.h: cpp #directives should always have the "#" in the
350         first column of the the line. Do that for "#pragma alloca". Fixes
351         bug #143744.
352
353 Wed Jun  2 00:57:16 2004  Matthias Clasen  <maclas@gmx.de>
354
355         * glib/gtypes.h: Use higher precision for the mathematical
356         constants.  (#141941, Morten Welinder)
357
358 Tue Jun  1 22:01:40 2004  Matthias Clasen  <maclas@gmx.de>
359
360         * glib/gmarkup.c (advance_char): Fix an off-by-one error 
361         in g_markup_parse_context_parse().  (#142794, Morten Welinder)
362
363 Sun May 16 23:23:29 2004  Matthias Clasen  <maclas@gmx.de>
364
365         Merged from 2.4:
366         
367         * glib/gcompletion.c (g_completion_add_items):
368         (g_completion_remove_items): Remove unnecessary 
369         checks.  (#142559, Morten Welinder)
370
371 2004-05-15  Tor Lillqvist  <tml@iki.fi>
372
373         * glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
374         is an absolute path and exists. (#138618)
375
376 2004-05-14  Tor Lillqvist  <tml@iki.fi>
377
378         * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
379         for precision correctly. (#142400)
380
381         For backward compatibility with the Trio implementation, make "ll"
382         format modifer work on Win32, too. Change into "I64" before
383         passing to the system printf. (#142433)
384
385         * tests/printf-test.c (main): Add tests for the above.
386
387 2004-05-10  Matthias Clasen  <mclasen@redhat.com>
388
389         Merge from 2.4:
390         
391         * glib/gmain.c (block_source, unblock_source): Make these 
392         static.  (#142230, Morten Welinder)
393
394 2004-05-10  Tor Lillqvist  <tml@iki.fi>
395
396         * glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
397         lines. Thanks to Benoît Carpentier.
398
399 Sun May  9 02:04:14 2004  Matthias Clasen  <maclas@gmx.de>
400
401         Merge from 2.4:
402         
403         * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
404         memleak.  (#141998, Nikolai Weibull)
405
406 Sat May  8 23:02:26 2004  Matthias Clasen  <maclas@gmx.de>
407
408         Merge from 2.4:
409         
410         * glib/gutils.h: Remove vestigial g_get_codeset().
411         * glib/gutils.c (g_get_codeset): Call g_get_charset().
412         (#137703, Owen Taylor)
413
414 2004-05-06  Matthias Clasen  <mclasen@redhat.com>
415
416         * configure.in: Bump version number to 2.5.0.
417
418 Wed May  5 23:35:44 2004  Matthias Clasen  <maclas@gmx.de>
419
420         * glib/gconvert.c (g_filename_from_uri): Quote the file
421         scheme to mark it as untranslatable. String change.  
422         (#133144, Danilo Segan)
423
424 2004-05-03  Pablo Saratxaga  <pablo@mandrakesoft.com>
425
426         * configure.in: Added Walloon (wa) to ALL_LINGUAS
427
428 Sun May  2 03:51:59 2004  Manish Singh  <yosh@gimp.org>
429
430         * glib/gtypes.h: check for __pentium4__ when deciding whether to
431         use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620.
432
433 2004-05-01  Hans Breuer  <hans@breuer.org>
434
435         * glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
436         fixes #141563, Steve Lhomme
437
438 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
439
440         * === Released 2.4.1 ===
441
442         * configure.in: Version 2.4.1, interface age 1. 
443
444         * NEWS: Updates
445         
446 2004-04-25  Tor Lillqvist  <tml@iki.fi>
447
448         * glib/gwin32.c (g_win32_get_package_installation_subdirectory):
449         Plug memory leak. (#140770, John Ehresman)
450
451 2004-04-23  Matthias Clasen  <mclasen@redhat.com>
452
453         * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases): 
454         Reinstate LIBCHARSET_ALIAS_DIR support which got lost at some
455         point.  (#139134, Piotr Klaban)
456
457         * glib/gconvert.c (open_converter): Don't call g_strerror() here, 
458         since it can lead to infinite recursion.  (#139133, Piotr Klaban)
459
460 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
461
462         * tests/testglib.c (main): Trivial warning fix.  (#140345)
463
464         * tests/queue-test.c (main): Add some tests for off-by-one errors.
465
466         * glib/gqueue.c (g_queue_pop_nth_link): Fix an off-by-one 
467         error.  (#139703, Philippe Blain)
468
469         * tests/testglib.c (main): Add testcases for g_message() involving
470         non-printable and unsafe characters.
471
472         * glib/gmessages.c (escape_string): Don't assume that
473         string->str remains unchanged over g_string_insert() 
474         calls.  (#139030, Christophe Saout)
475
476         * glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a 
477         locale-specific decimal separator directly follows a 
478         number.  (#138424, Nickolay V. Shmyrev)
479
480         * tests/strtod-test.c (main): Add some more testcases.
481
482         * glib/gmain.c (g_main_context_query): Only set time_is_current to 
483         FALSE if context->timeout is not zero.  (#137795, Christian Krause)
484
485 2004-04-21  Matthias Clasen  <mclasen@redhat.com>
486
487         * tests/printf-test.c (main): Comment out a nonessential testcase
488         which fails on HP-UX.  (#136283, Jonas Jonsson)
489
490 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
491
492         * tests/patterntest.c (main): Add tests for the empty pattern.
493
494         * glib/gpattern.c (g_pattern_spec_new): Don't read and write out 
495         of bounds when the pattern is empty.  (#140032, Stanislav Brabec,
496         Stefan Fent)
497
498 2004-04-10  Tor Lillqvist  <tml@iki.fi>
499
500         * glib/gwin32.c (g_win32_getlocale): Add new language and
501         sublanguage codes, from GNU gettext. (#137958)
502         
503         * glib/giowin32.c
504         * glib/gmain.c
505         * glib/gstrfuncs.c
506         * glib/gthread.c: Decorating variable definitions with
507         __declspec(dllexport) causes problems on Cygwin build, and isn't
508         really needed for a native Win32 build with mingw or MSVC, so
509         remove. (#138402, Roger Leigh)
510
511         * glib/libcharset/localcharset.c: Use Win32-specific code also on
512         Cygwin.
513         * tests/uri-test.c: Don't assume that local filenames are in UTF-8
514         on Cygwin, either. (#138412, Roger Leigh)
515
516 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
517
518         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
519
520 2004-04-03  Tor Lillqvist  <tml@iki.fi>
521
522         * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
523         found on Cygwin, they don't work. (#138401, Roger Leigh)
524
525 2004-03-31  Tor Lillqvist  <tml@iki.fi>
526
527         * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
528         Leigh)
529
530         * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
531         on Cygwin. (#138423, Roger Leigh)
532
533 2004-03-30  Adam Weinberger  <adamw@gnome.org>
534
535         * configure.in: Added en_CA to ALL_LINGUAS.
536
537 2004-03-21  Tor Lillqvist  <tml@iki.fi>
538
539         * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some
540         cases where a drive letter is present. For 'a:' or 'a:foo', return
541         'a:.'. This is mostly just for consistency with the behaviour
542         without a drive letter. But very important is to for 'a:\foo' or
543         'a:\', return 'a:\', and not 'a:'. (Ditto for forward slashes
544         instead of backslashes.) (#137316)
545
546         * tests/dirname-test.c (main): More complete testing on Win32. If
547         a test fails, include expected and actual result in error message.
548
549 Fri Mar 19 15:21:09 2004  Owen Taylor  <otaylor@redhat.com>
550
551         * glib/gmain.c: Fix the accidental revert of the
552         fixes from #112222 that happened when the GChildWatch
553         code was added. (Caught by Christian Persch)
554
555 Fri Mar 19 11:07:06 2004  Owen Taylor  <otaylor@redhat.com>
556
557         * tests/atomic-test.c (main): Make computation
558         of "biggest_pointer" vaguely more portable.
559         (#137498, Jonas Jonsson)
560
561 2004-03-16  Tor Lillqvist  <tml@iki.fi>
562
563         * configure.in: Define HAVE_INT64_AND_I64 also in the mingw (gcc
564         on Win32) case, where the 64-bit type is called long long, but the
565         system printf/scanf format modifier for 64-bit integers is still I64.
566
567 2004-03-16  Gareth Owen  <gowen72@yahoo.com>
568
569         * configure.in: Added en_GB to ALL_LINGUAS
570