Pawan Chitrakar
c5f415c4df
Added ne.po Nepali Translation
...
2004-06-08 Pawan Chitrakar <pawan@nplinux.org>
* ne.po: Added ne.po Nepali Translation
* configure.in: Added "ne" (Nepali) in ALL_LINGUAS
2004-06-08 06:55:31 +00:00
Federico Mena Quintero
06235517b0
Added a note about the changes below.
...
2004-06-07 Federico Mena Quintero <federico@ximian.com>
* README.in: Added a note about the changes below.
Merge from HEAD:
Fixes #140532 .
* glib/gconvert.c (is_asciialphanum): Renamed from
is_escalphanum(); ensures that this is an ASCII character.
(is_asciiescalpha): Renamed from is_escalpha().
(hostname_validate): Use the two functions above.
(g_filename_to_uri): Don't convert the filename to UTF-8.
(g_filename_from_uri): Don't convert the filename from UTF-8.
2004-06-08 03:31:34 +00:00
Matthias Clasen
3f1e8d546d
Make "make check" less noisy.
2004-06-08 02:27:26 +00:00
Matthias Clasen
0a69060630
Fix the docs for G_DEFINE_TYPE() and friends. ( #143800 , Crispin Flowerday)
...
Sun Jun 6 23:20:42 2004 Matthias Clasen <maclas@gmx.de>
* gobject/tmpl/gtype.sgml: Fix the docs for G_DEFINE_TYPE()
and friends. (#143800 , Crispin Flowerday)
2004-06-07 03:25:44 +00:00
Tor Lillqvist
ca5f51ee33
Check home for being NULL. ( #143812 , Ivan Wong)
...
2004-06-06 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_get_any_init): Check home for being
NULL. (#143812 , Ivan Wong)
2004-06-06 17:18:28 +00:00
Manish Singh
66ca6e1ac7
cpp #directives should always have the "#" in the first column of the the
...
2004-06-04 Manish Singh <yosh@gimp.org>
* glib/galloca.h: cpp #directives should always have the "#" in the
first column of the the line. Do that for "#pragma alloca". Fixes
bug #143744 .
2004-06-05 02:25:01 +00:00
Matthias Clasen
14bf57aabb
Post-release version bump.
2004-06-04 14:46:18 +00:00
Matthias Clasen
22400b0094
2.4.2
GLIB_2_4_2
2004-06-04 13:58:58 +00:00
Matthias Clasen
d131dec3eb
Fix an off-by-one error in g_markup_parse_context_parse(). ( #142794 ,
...
Tue Jun 1 21:56:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gmarkup.c (advance_char): Fix an off-by-one error
in g_markup_parse_context_parse(). (#142794 , Morten Welinder)
2004-06-02 02:02:13 +00:00
Matthias Clasen
7d662e34e2
Add gmodule-ar.c. ( #85930 , Tomas Ögren)
...
Mon May 31 00:07:12 2004 Matthias Clasen <maclas@gmx.de>
* Makefile.am (EXTRA_DIST): Add gmodule-ar.c. (#85930 , Tomas Ögren)
2004-05-31 04:08:52 +00:00
Alessio Frusciante
bc3b954f75
Updated Italian translation.
2004-05-25 20:17:22 +00:00
Matthias Clasen
a713b230d9
Remove unnecessary checks. ( #142559 , Morten Welinder)
...
Sun May 16 23:20:33 2004 Matthias Clasen <maclas@gmx.de>
* glib/gcompletion.c (g_completion_add_items):
(g_completion_remove_items): Remove unnecessary
checks. (#142559 , Morten Welinder)
2004-05-17 03:22:34 +00:00
Tor Lillqvist
da2a743f6f
[Win32] Only believe HOME if it is an absolute path and exists. ( #138618 )
...
2004-05-15 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c (g_get_any_init): [Win32] Only believe HOME if it
is an absolute path and exists. (#138618 )
2004-05-15 03:24:44 +00:00
Tor Lillqvist
95f40176af
Handle empty digit string for precision correctly. ( #142400 )
...
2004-05-14 Tor Lillqvist <tml@iki.fi>
* glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
for precision correctly. (#142400 )
For backward compatibility with the Trio implementation, make "ll"
format modifer work on Win32, too. Change into "I64" before
passing to the system printf. (#142433 )
* tests/printf-test.c (main): Add tests for the above.
2004-05-14 05:04:13 +00:00
Matthias Clasen
c5f8adf767
Make it compile on AIX. ( #141159 , Michael Wilson)
...
Tue May 11 23:23:21 2004 Matthias Clasen <maclas@gmx.de>
* gmodule-ar.c (_g_module_open): Make it compile on AIX.
(#141159 , Michael Wilson)
2004-05-12 03:27:08 +00:00
Matthias Clasen
08d3523a70
Make these static. ( #142230 , Morten Welinder)
...
2004-05-10 Matthias Clasen <mclasen@redhat.com>
* glib/gmain.c (block_source, unblock_source): Make these
static. (#142230 , Morten Welinder)
2004-05-10 19:18:31 +00:00
Tor Lillqvist
96eefafad4
Remove two duplicated lines. Thanks to Benoît Carpentier.
...
2004-05-10 Tor Lillqvist <tml@iki.fi>
* glib/giowin32.c (g_win32_print_gioflags): Remove two duplicated
lines. Thanks to Benoît Carpentier.
2004-05-09 23:50:06 +00:00
Christian Neumair
8dac94d915
Updated German translation.
2004-05-09 20:02:58 +00:00
Funda Wang
83564db3bf
Updated Simplified Chinese translation
2004-05-09 17:06:51 +00:00
Changwoo Ryu
ed53712878
Updated Korean translation
2004-05-09 12:49:47 +00:00
Matthias Clasen
57b08913ab
Avoid an unnecessary memleak. ( #141998 , Nikolai Weibull)
...
Sun May 9 02:04:14 2004 Matthias Clasen <maclas@gmx.de>
* glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
memleak. (#141998 , Nikolai Weibull)
2004-05-09 06:05:48 +00:00
Matthias Clasen
02d3e412ab
Add bug reference.
2004-05-09 03:09:10 +00:00
Matthias Clasen
5896c59618
Remove vestigial g_get_codeset(). Call g_get_charset().
...
Sat May 8 23:02:26 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.h: Remove vestigial g_get_codeset().
* glib/gutils.c (g_get_codeset): Call g_get_charset().
2004-05-09 03:08:04 +00:00
Gustavo Noronha Silva
55a07990e6
translation update done by "Raphael Higino" <raphaelh@uai.com.br>
...
* pt_BR.po: translation update done by
"Raphael Higino" <raphaelh@uai.com.br>
2004-05-08 14:28:10 +00:00
Laurent Dhima
cd3ef79218
Updated Albanian translation
...
* sq.po: Updated Albanian translation
2004-05-08 08:22:42 +00:00
Laurent Dhima
3d652db3ed
Updated
2004-05-08 08:20:58 +00:00
Matthias Clasen
d3de98c87e
Bump version number to 2.4.2.
...
2004-05-06 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version number to 2.4.2.
2004-05-06 13:26:14 +00:00
Owen Taylor
00fb6908b9
Move aside ChangeLog for 2.4
glib-2-4-branchpoint
2004-05-04 20:13:47 +00:00
Kjartan Maraas
ccf0e92509
Updated Norwegian translation.
...
2004-05-04 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
2004-05-04 13:38:04 +00:00
Pablo Saratxaga
0cd3252daf
Added Walloon file
2004-05-03 12:36:16 +00:00
Manish Singh
919df0b3bf
check for __pentium4__ when deciding whether to use bswap for
...
Sun May 2 03:51:59 2004 Manish Singh <yosh@gimp.org>
* glib/gtypes.h: check for __pentium4__ when deciding whether to
use bswap for GUINT32_SWAP_LE_BE_IA32(). Fixes bug #141620 .
2004-05-02 10:55:08 +00:00
Hans Breuer
a23e28657d
added makefile.msc to EXTRA_DIST fixes #141563 , Steve Lhomme
...
2004-05-01 Hans Breuer <hans@breuer.org>
* glib/gnulib/Makefile.am : added makefile.msc to EXTRA_DIST
fixes #141563 , Steve Lhomme
2004-05-01 13:48:24 +00:00
Updated ja.po. T.Aihana
c57927c5e6
2004-05-01 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
2004-05-01 02:15:03 +00:00
Matthias Clasen
0ce7180eec
=== Released 2.4.1 ===
...
2004-04-30 Matthias Clasen <mclasen@redhat.com>
* === Released 2.4.1 ===
* glib/libcharset/Makefile.am (INCLUDES): Add -I$(top_srcdir)
to make make distcheck happy.
* configure.in: Version 2.4.1, interface age 1.
* NEWS: Updates
GLIB_2_4_1
2004-04-30 14:45:14 +00:00
Telsa Gwynne
8da2e3a40d
Updated Welsh translation from Rhys Jones.
2004-04-30 14:09:14 +00:00
Yuri Syrota
f09b02af78
Updated Ukrainian translation
2004-04-30 04:59:35 +00:00
Dmitry Mastrukov
52dc183573
ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>.
2004-04-29 04:58:39 +00:00
Danilo Šegan
0436e406e7
Updated Serbian translation (and fixed ChangeLog encoding, argh).
2004-04-28 23:12:56 +00:00
Jordi Mallach
6a08c35b46
Updated Catalan translation.
2004-04-27 11:50:36 +00:00
Vincent van Adrighem
9025146f33
Translation updated by Tino Meinen.
...
2004-04-27 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
2004-04-27 01:18:11 +00:00
Miloslav Trmac
a653079a4f
Updated Czech translation.
...
2004-04-26 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
2004-04-26 13:18:23 +00:00
Gareth Owen
3f1372daff
Updated British English translation
2004-04-26 03:26:11 +00:00
Tor Lillqvist
336ffad2cb
Plug memory leak. ( #140770 , John Ehresman)
...
2004-04-25 Tor Lillqvist <tml@iki.fi>
* glib/gwin32.c (g_win32_get_package_installation_subdirectory):
Plug memory leak. (#140770 , John Ehresman)
2004-04-25 22:51:46 +00:00
Kostas Papadimas
dec4c59814
Updated the Greek translation
2004-04-25 09:02:31 +00:00
Sami Pesonen
3af99897af
Finnish translation updated by Sami Pesonen <sampeson@iki.fi>
2004-04-24 22:43:02 +00:00
Artur Flinta
c94976adf2
Updated Polish translation by GNOME PL Team.
...
2004-04-24 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
2004-04-24 20:13:03 +00:00
Christophe Merlet
e29a9d2f0b
Updated French translation.
2004-04-24 18:30:37 +00:00
Duarte Loreto
12fd304b27
Updated Portuguese translation.
...
2004-04-24 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2004-04-24 15:44:48 +00:00
Francisco Javier F. Serrador
9c5a93fa18
Updated Spanish translation.
...
2004-04-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
2004-04-24 12:04:13 +00:00
Adam Weinberger
979898dc78
Updated Canadian English translation.
...
* en_CA.po: Updated Canadian English translation.
2004-04-24 05:02:47 +00:00