Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Oct 27, 2004
1 parent 8a7eecd commit 25dc3ce
Show file tree
Hide file tree
Showing 79 changed files with 1,878 additions and 1,790 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

Introduce the idea of a filename encoding, which is
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.pre-2-10
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

Introduce the idea of a filename encoding, which is
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.pre-2-12
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

Introduce the idea of a filename encoding, which is
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.pre-2-6
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

Introduce the idea of a filename encoding, which is
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.pre-2-8
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

Introduce the idea of a filename encoding, which is
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
@@ -1,8 +1,8 @@
Simple install procedure
========================

% gzip -cd glib-2.5.3.tar.gz | tar xvf - # unpack the sources
% cd glib-2.5.3 # change to the toplevel directory
% gzip -cd glib-2.5.4.tar.gz | tar xvf - # unpack the sources
% cd glib-2.5.4 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GLIB

Expand Down
16 changes: 12 additions & 4 deletions NEWS
@@ -1,19 +1,27 @@
Overview of Changes from GLib 2.5.3 to GLib 2.5.4
=================================================
Add GKeyFile, a parser/editor for the .ini like files used in various
freedesktop.org specifications. [Ray Strode]
Make the handling of filename encodings consistent across all
GLib functions, introduce wrappers for common POSIX
functions which accept the same filename encoding. [Tor Lillqvist,
Owen Taylor]
GOption
- Rename g_context_option_error_quark() to a more language-binding
friendly name [Murray Cumming]
- Accept backslashes in filenames on Win32 [Tor Lillqvist]
* Strip the internal aliasing prefix IA__ from function names in
assertions [Matthias Clasen]
* Add a function to split uri lists. [Matthias]
* Win32 bug fixes
- Don't open console windows [Tor]
* Other bug fixes [Philippe Blain, Robert Ögren, Hidetaka Iwai, Matthias,
Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev]
Morten Welinder, Mats-Ola Persson, Tor, Nickolay V. Shmyrev, Kjartan Maraas,
Anders Carlsson, Tim-Philipp Müller, Lucas Rocha, Andrea Campi, Manish
Singh, Thomas Fitzsimmons, Kazuki IWAMOTO]
* Documentation improvements [Matthias, Linus Walleij, Nickolay, Philippe,
Adam Hooper]
* New and updated translations (cs,en_CA,en_GB,ja,nl)
* Bugs fixed: 153042,153107,153113,153103,152954,141102,151175,153649,154078,154352,134813,154299,153091,153041
Adam Hooper, Gustavo Carneiro]
* New and updated translations (cs,en_CA,en_GB,ja,nb,nl,or,sr,sr@Latn,sq)

Overview of Changes from GLib 2.5.2 to GLib 2.5.3
=================================================
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,7 +1,7 @@
General Information
===================

This is GLib version 2.5.3. GLib is the low-level core
This is GLib version 2.5.4. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/ChangeLog
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

* glib/tmpl/fileutils.sgml: Add some intro.
Expand Down
2 changes: 1 addition & 1 deletion glib/abicheck.sh
@@ -1,5 +1,5 @@
#! /bin/sh

cpp -P -DG_OS_UNIX -DINCLUDE_INTERNAL_SYMBOLS ${srcdir:-.}/glib.symbols | sed -e '/^$/d' | sort > expected-abi
cpp -P -DG_OS_UNIX -DINCLUDE_INTERNAL_SYMBOLS ${srcdir:-.}/glib.symbols | sed -e '/^$/d' -e 's/ PRIVATE$//' | sort > expected-abi
nm -D .libs/libglib-2.0.so | grep " T " | cut -d ' ' -f 3 | sort > actual-abi
diff -u expected-abi actual-abi && rm expected-abi actual-abi
15 changes: 0 additions & 15 deletions glib/gstdio.c
Expand Up @@ -53,21 +53,6 @@
*
* See the C library manual for more details about open().
*
* The point of these wrappers is to make it possible to handle file
* names with any Unicode characters in them on Windows without having
* to use ifdefs and the wide character API in the application code.
*
* The pathname argument should be in the GLib file name encoding. On
* POSIX this is the actual on-disk encoding which might correspond to
* the locale settings of the process (or the
* <envar>G_FILENAME_ENCODING</envar> environment variable), or not.
*
* On Windows the GLib file name encoding is UTF-8. Note that the
* Microsoft C library does not use UTF-8, but has separate APIs for
* current system code page and wide characters (UTF-16). The GLib
* wrappers call the wide character API if present (on modern Windows
* systems), otherwise convert to/from the system code page.
*
* Returns: a new file descriptor, or -1 if an error occurred
*
* Since: 2.6
Expand Down
4 changes: 4 additions & 0 deletions gmodule/ChangeLog
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-09-18 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.3 ===
Expand Down
4 changes: 4 additions & 0 deletions gobject/ChangeLog
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Matthias Clasen <mclasen@redhat.com>

* Makefile.am (gobjectalias.h): Fix srcdir != builddir
Expand Down
4 changes: 4 additions & 0 deletions gthread/ChangeLog
@@ -1,3 +1,7 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-09-18 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.3 ===
Expand Down
18 changes: 11 additions & 7 deletions po/ChangeLog
@@ -1,11 +1,15 @@
2004-10-27 Matthias Clasen <mclasen@redhat.com>

* === Released 2.5.4 ===

2004-10-27 Kjartan Maraas <kmaraas@gnome.org>

* nb.po: Update Norwegian bokmål translation.

2004-10-26 Gora Mohanty <gmohanty@cvs.gnome.org>
* or.po: Updated Oriya translation.

* or.po: Updated Oriya translation.

2004-10-25 Kjartan Maraas <kmaraas@gnome.org>

* nb.po: Update.
Expand All @@ -23,9 +27,9 @@
* nl.po: Translation updated by Tino Meinen.

2004-10-03 David Lodge <dave@cirt.net>
* en_GB.po: Updated British English translation.

* en_GB.po: Updated British English translation.

2004-10-03 Miloslav Trmac <mitr@volny.cz>

* cs.po: Updated Czech translation.
Expand All @@ -48,7 +52,7 @@

2004-09-05 Marius Andreiana <marius galuna.ro>

* ro.po: updated by Misu Moldovan
* ro.po: updated by Misu Moldovan

2004-08-31 Francisco Javier F. Serrador <serrador@cvs.gnome.org>

Expand Down
54 changes: 27 additions & 27 deletions po/am.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-18 16:02-0400\n"
"POT-Creation-Date: 2004-10-27 13:43-0400\n"
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
Expand All @@ -28,7 +28,7 @@ msgstr ""

#: glib/gconvert.c:605 glib/gconvert.c:892 glib/giochannel.c:1316
#: glib/giochannel.c:1358 glib/giochannel.c:2200 glib/gutf8.c:911
#: glib/gutf8.c:1356
#: glib/gutf8.c:1361
msgid "Invalid byte sequence in conversion input"
msgstr ""

Expand All @@ -38,8 +38,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr ""

#: glib/gconvert.c:628 glib/gutf8.c:907 glib/gutf8.c:1107 glib/gutf8.c:1248
#: glib/gutf8.c:1352
#: glib/gconvert.c:628 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357
msgid "Partial character sequence at end of input"
msgstr ""

Expand All @@ -48,96 +48,96 @@ msgstr ""
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""

#: glib/gconvert.c:1498
#: glib/gconvert.c:1573
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""

#: glib/gconvert.c:1508
#: glib/gconvert.c:1583
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""

#: glib/gconvert.c:1525
#: glib/gconvert.c:1600
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s'ን ተቀብሏል"

#: glib/gconvert.c:1537
#: glib/gconvert.c:1612
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""

#: glib/gconvert.c:1553
#: glib/gconvert.c:1628
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""

#: glib/gconvert.c:1623
#: glib/gconvert.c:1698
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""

#: glib/gconvert.c:1633
#: glib/gconvert.c:1708
msgid "Invalid hostname"
msgstr "የእንግዳ ተቀባይ ስም ተቀብሏል"

#: glib/gdir.c:84
#: glib/gdir.c:120 glib/gdir.c:140
#, c-format
msgid "Error opening directory '%s': %s"
msgstr ""

#: glib/gfileutils.c:400 glib/gfileutils.c:465
#: glib/gfileutils.c:502 glib/gfileutils.c:570
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""

#: glib/gfileutils.c:411
#: glib/gfileutils.c:515
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ፋይል '%s'ን ለማንበብ ስህተት አለ፦ %s"

#: glib/gfileutils.c:487
#: glib/gfileutils.c:592
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr ""

#: glib/gfileutils.c:534 glib/gfileutils.c:602
#: glib/gfileutils.c:641 glib/gfileutils.c:726
#, c-format
msgid "Failed to open file '%s': %s"
msgstr ""

#: glib/gfileutils.c:548
#: glib/gfileutils.c:656
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""

#: glib/gfileutils.c:574
#: glib/gfileutils.c:688
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""

#: glib/gfileutils.c:786
#: glib/gfileutils.c:1009
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""

#: glib/gfileutils.c:798
#: glib/gfileutils.c:1021
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr ""

#: glib/gfileutils.c:819
#: glib/gfileutils.c:1042
#, c-format
msgid "Failed to create file '%s': %s"
msgstr ""

#: glib/gfileutils.c:1160
#: glib/gfileutils.c:1418
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""

#: glib/gfileutils.c:1179
#: glib/gfileutils.c:1439
msgid "Symbolic links not supported"
msgstr ""

Expand Down Expand Up @@ -462,12 +462,12 @@ msgstr ""
msgid "Character out of range for UTF-8"
msgstr ""

#: glib/gutf8.c:1075 glib/gutf8.c:1084 glib/gutf8.c:1216 glib/gutf8.c:1225
#: glib/gutf8.c:1366 glib/gutf8.c:1462
#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: glib/gutf8.c:1371 glib/gutf8.c:1467
msgid "Invalid sequence in conversion input"
msgstr ""

#: glib/gutf8.c:1377 glib/gutf8.c:1473
#: glib/gutf8.c:1382 glib/gutf8.c:1478
msgid "Character out of range for UTF-16"
msgstr ""

Expand Down Expand Up @@ -505,7 +505,7 @@ msgstr ""
msgid "Integer value '%s' for %s out of range"
msgstr ""

#: glib/goption.c:1028
#: glib/goption.c:1024
#, c-format
msgid "Unknown option %s"
msgstr ""
Expand Down

0 comments on commit 25dc3ce

Please sign in to comment.