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

Commit

Permalink
2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Clasen committed Nov 15, 2005
1 parent f21752c commit 2565f03
Show file tree
Hide file tree
Showing 81 changed files with 979 additions and 717 deletions.
67 changes: 67 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-11-13 Matthias Clasen <mclasen@redhat.com>

* NEWS: Updates

2005-11-05 Tor Lillqvist <tml@novell.com>

* glib/giowin32.c (g_io_win32_set_flags): Don't call
g_warning(). (#320688)

2005-11-07 Matthias Clasen <mclasen@redhat.com>

* glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
while holding the context lock. (#320886, Andy Wingo)

2005-11-04 Matthias Clasen <mclasen@redhat.com>

* glib/gmain.c (g_child_watch_source_new): Expand
the docs. (#320466, Steffen Gutmann)

* glib/gscanner.h: Include gdataset.h. (#320322)

* glib/gdebug.h: add new GDebugFlag for fatal_criticals
* glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
to help find critical warnings in applications. (#320017,
Vincent Untz)

2005-10-29 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Add some tests for conversions between
UTF-8, UCS-4 and UTF-16.

* glib/gutf8.c (g_utf8_to_ucs4, g_utf8_to_utf16): Fix handling
of len == -1, noticed by Morten Welinder.

2005-10-26 Matthias Clasen <mclasen@redhat.com>

* glib/gutf8.c (g_ucs4_to_utf8): Don't set items_read twice
in the error case, and add some documentation. (#319806, Morten
Welinder)

2005-10-19 Manish Singh <yosh@gimp.org>

* configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
config.h symbol automatically. Fixes bug #313731.

2005-10-19 Tor Lillqvist <tml@novell.com>

* glib/gwin32.c (g_win32_get_package_installation_directory):
Return a g_strdup()ed copy of the value stored in the hash table,
so that it can be g_free()d without leaving a dangling pointer in
the hash table. (#319232)

2005-10-06 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate_key_for_filename): Handle
all-zero sequences correctly. (#317930, Sebastien Bacher)

2005-10-03 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version number

* === Released 2.8.3 ===
* ===
2005-11-13 Matthias Clasen <mclasen@redhat.com>

* NEWS: Updates
Expand Down
67 changes: 67 additions & 0 deletions ChangeLog.pre-2-10
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-11-13 Matthias Clasen <mclasen@redhat.com>

* NEWS: Updates

2005-11-05 Tor Lillqvist <tml@novell.com>

* glib/giowin32.c (g_io_win32_set_flags): Don't call
g_warning(). (#320688)

2005-11-07 Matthias Clasen <mclasen@redhat.com>

* glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
while holding the context lock. (#320886, Andy Wingo)

2005-11-04 Matthias Clasen <mclasen@redhat.com>

* glib/gmain.c (g_child_watch_source_new): Expand
the docs. (#320466, Steffen Gutmann)

* glib/gscanner.h: Include gdataset.h. (#320322)

* glib/gdebug.h: add new GDebugFlag for fatal_criticals
* glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
to help find critical warnings in applications. (#320017,
Vincent Untz)

2005-10-29 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Add some tests for conversions between
UTF-8, UCS-4 and UTF-16.

* glib/gutf8.c (g_utf8_to_ucs4, g_utf8_to_utf16): Fix handling
of len == -1, noticed by Morten Welinder.

2005-10-26 Matthias Clasen <mclasen@redhat.com>

* glib/gutf8.c (g_ucs4_to_utf8): Don't set items_read twice
in the error case, and add some documentation. (#319806, Morten
Welinder)

2005-10-19 Manish Singh <yosh@gimp.org>

* configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
config.h symbol automatically. Fixes bug #313731.

2005-10-19 Tor Lillqvist <tml@novell.com>

* glib/gwin32.c (g_win32_get_package_installation_directory):
Return a g_strdup()ed copy of the value stored in the hash table,
so that it can be g_free()d without leaving a dangling pointer in
the hash table. (#319232)

2005-10-06 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate_key_for_filename): Handle
all-zero sequences correctly. (#317930, Sebastien Bacher)

2005-10-03 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version number

* === Released 2.8.3 ===
* ===
2005-11-13 Matthias Clasen <mclasen@redhat.com>

* NEWS: Updates
Expand Down
67 changes: 67 additions & 0 deletions ChangeLog.pre-2-12
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-11-13 Matthias Clasen <mclasen@redhat.com>

* NEWS: Updates

2005-11-05 Tor Lillqvist <tml@novell.com>

* glib/giowin32.c (g_io_win32_set_flags): Don't call
g_warning(). (#320688)

2005-11-07 Matthias Clasen <mclasen@redhat.com>

* glib/gmain.c (g_main_dispatch): Don't call cb_funcs->unref
while holding the context lock. (#320886, Andy Wingo)

2005-11-04 Matthias Clasen <mclasen@redhat.com>

* glib/gmain.c (g_child_watch_source_new): Expand
the docs. (#320466, Steffen Gutmann)

* glib/gscanner.h: Include gdataset.h. (#320322)

* glib/gdebug.h: add new GDebugFlag for fatal_criticals
* glib/gmessages.c: (_g_debug_init): handle G_DEBUG=fatal_criticals,
to help find critical warnings in applications. (#320017,
Vincent Untz)

2005-10-29 Matthias Clasen <mclasen@redhat.com>

* tests/convert-test.c: Add some tests for conversions between
UTF-8, UCS-4 and UTF-16.

* glib/gutf8.c (g_utf8_to_ucs4, g_utf8_to_utf16): Fix handling
of len == -1, noticed by Morten Welinder.

2005-10-26 Matthias Clasen <mclasen@redhat.com>

* glib/gutf8.c (g_ucs4_to_utf8): Don't set items_read twice
in the error case, and add some documentation. (#319806, Morten
Welinder)

2005-10-19 Manish Singh <yosh@gimp.org>

* configure.in: Use AC_CHECK_FUNCS for _NSGetEnviron, to get the
config.h symbol automatically. Fixes bug #313731.

2005-10-19 Tor Lillqvist <tml@novell.com>

* glib/gwin32.c (g_win32_get_package_installation_directory):
Return a g_strdup()ed copy of the value stored in the hash table,
so that it can be g_free()d without leaving a dangling pointer in
the hash table. (#319232)

2005-10-06 Matthias Clasen <mclasen@redhat.com>

* glib/gunicollate.c (g_utf8_collate_key_for_filename): Handle
all-zero sequences correctly. (#317930, Sebastien Bacher)

2005-10-03 Matthias Clasen <mclasen@redhat.com>

* configure.in: Bump version number

* === Released 2.8.3 ===
* ===
2005-11-13 Matthias Clasen <mclasen@redhat.com>

* NEWS: Updates
Expand Down
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Simple install procedure
========================

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

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
General Information
===================

This is GLib version 2.8.3. GLib is the low-level core
This is GLib version 2.8.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-11-08 Matthias Clasen <mclasen@redhat.com>

* glib/tmpl/threads.sgml: Improve GOnce docs.
Expand Down
4 changes: 4 additions & 0 deletions gmodule/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-10-03 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.3 ===
Expand Down
4 changes: 4 additions & 0 deletions gobject/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-10-03 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.3 ===
Expand Down
4 changes: 4 additions & 0 deletions gthread/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-10-03 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.3 ===
Expand Down
4 changes: 4 additions & 0 deletions po/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-11-15 Matthias Clasen <mclasen@redhat.com>

* === Released 2.8.4 ===

2005-11-06 Theppitak Karoonboonyanan <thep@linux.thai.net>

* th.po: Updated Thai translation.
Expand Down
16 changes: 8 additions & 8 deletions po/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-03 12:16-0400\n"
"POT-Creation-Date: 2005-11-15 09:42-0500\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:606 glib/gconvert.c:995 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:912
#: glib/gutf8.c:1362
#: glib/gutf8.c:1361
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr ""
Expand All @@ -39,8 +39,8 @@ msgstr ""
msgid "Error during conversion: %s"
msgstr ""

#: glib/gconvert.c:647 glib/gutf8.c:908 glib/gutf8.c:1113 glib/gutf8.c:1254
#: glib/gutf8.c:1358
#: glib/gconvert.c:647 glib/gutf8.c:908 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357
#, c-format
msgid "Partial character sequence at end of input"
msgstr ""
Expand Down Expand Up @@ -532,18 +532,18 @@ msgstr ""
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr ""

#: glib/gutf8.c:987
#: glib/gutf8.c:986
#, c-format
msgid "Character out of range for UTF-8"
msgstr ""

#: glib/gutf8.c:1081 glib/gutf8.c:1090 glib/gutf8.c:1222 glib/gutf8.c:1231
#: glib/gutf8.c:1372 glib/gutf8.c:1468
#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: glib/gutf8.c:1371 glib/gutf8.c:1467
#, c-format
msgid "Invalid sequence in conversion input"
msgstr ""

#: glib/gutf8.c:1383 glib/gutf8.c:1479
#: glib/gutf8.c:1382 glib/gutf8.c:1478
#, c-format
msgid "Character out of range for UTF-16"
msgstr ""
Expand Down
16 changes: 8 additions & 8 deletions po/ar.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-10-03 12:16-0400\n"
"POT-Creation-Date: 2005-11-15 09:42-0500\n"
"PO-Revision-Date: 2003-12-19 01:22+0100\n"
"Last-Translator: Arafat Medini <lumina@silverpen.de>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
Expand All @@ -28,7 +28,7 @@ msgstr "لم يمكن فتح المحول من '%s' الى '%s': %s"

#: glib/gconvert.c:606 glib/gconvert.c:995 glib/giochannel.c:1322
#: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:912
#: glib/gutf8.c:1362
#: glib/gutf8.c:1361
#, c-format
msgid "Invalid byte sequence in conversion input"
msgstr "سلسلة بايتات غير سليمة في مدخلات التحويل"
Expand All @@ -39,8 +39,8 @@ msgstr "سلسلة بايتات غير سليمة في مدخلات التحوي
msgid "Error during conversion: %s"
msgstr "خطأ أثناء التحويل: %s"

#: glib/gconvert.c:647 glib/gutf8.c:908 glib/gutf8.c:1113 glib/gutf8.c:1254
#: glib/gutf8.c:1358
#: glib/gconvert.c:647 glib/gutf8.c:908 glib/gutf8.c:1112 glib/gutf8.c:1253
#: glib/gutf8.c:1357
#, c-format
msgid "Partial character sequence at end of input"
msgstr "سلسلة حرفيات جزئي عند نهاية المدخل"
Expand Down Expand Up @@ -551,18 +551,18 @@ msgstr "خطأ غير معروف أثناء تنفيذ العملية الإبن
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "فشلت قراءة بيانات كافية من أنبوب child pid (%s)"

#: glib/gutf8.c:987
#: glib/gutf8.c:986
#, c-format
msgid "Character out of range for UTF-8"
msgstr "الرمز خارج حدود UTF-8"

#: glib/gutf8.c:1081 glib/gutf8.c:1090 glib/gutf8.c:1222 glib/gutf8.c:1231
#: glib/gutf8.c:1372 glib/gutf8.c:1468
#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
#: glib/gutf8.c:1371 glib/gutf8.c:1467
#, c-format
msgid "Invalid sequence in conversion input"
msgstr "سلسلة غير سليمة في مُدخلات التحويل"

#: glib/gutf8.c:1383 glib/gutf8.c:1479
#: glib/gutf8.c:1382 glib/gutf8.c:1478
#, c-format
msgid "Character out of range for UTF-16"
msgstr "الحرف خارج حدود UTF-16"
Expand Down
Loading

0 comments on commit 2565f03

Please sign in to comment.