Ilkka Tuohela [Wed, 18 Feb 2009 15:16:05 +0000 (15:16 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=7881
Alexander Larsson [Wed, 18 Feb 2009 14:49:25 +0000 (14:49 +0000)]
Bug 560564 – Replacing a symlink with its linked file truncates the
2009-02-18 Alexander Larsson <alexl@redhat.com>
Bug 560564 – Replacing a symlink with its linked file truncates the original file
* gioenums.h:
Add G_FILE_CREATE_REPLACE_DESTINATION
* glocalfileoutputstream.c:
(handle_overwrite_open):
(_g_local_file_output_stream_replace):
Handle G_FILE_CREATE_REPLACE_DESTINATION when overwriting files.
* gfile.c:
(file_copy_fallback):
Pass G_FILE_CREATE_REPLACE_DESTINATION to g_file_replace when copying
with overwrite.
svn path=/trunk/; revision=7880
Ryan Lortie [Tue, 17 Feb 2009 23:36:13 +0000 (23:36 +0000)]
unref the destination's attribute matcher before overwriting it.
2009-02-17 Ryan Lortie <desrt@desrt.ca>
* gfileinfo.c: unref the destination's attribute matcher before
overwriting it.
svn path=/trunk/; revision=7879
Matthias Clasen [Tue, 17 Feb 2009 18:48:26 +0000 (18:48 +0000)]
Bump version
svn path=/trunk/; revision=7878
Matthias Clasen [Tue, 17 Feb 2009 18:36:36 +0000 (18:36 +0000)]
2.19.8
svn path=/trunk/; revision=7876
Matthias Clasen [Tue, 17 Feb 2009 16:14:39 +0000 (16:14 +0000)]
Fix strict aliasing warnings and viiolations to make GLib and
GLib users buildable with gcc 4.4. Patch by Jakub Jelinek.
* glib/gatomic.[hc]: Add G_GNUC_MAY_ALIAS to pointer arguments,
fix macro versions to only operate on objects of the same size.
* glib/gdataset.c:
* glib/gthread.[hc]:
* glib/gdatasetprivate.h: Remove unnecessary casts in
g_atomic_pointer_get calls.
svn path=/trunk/; revision=7875
Takeshi AIHANA [Tue, 17 Feb 2009 14:57:43 +0000 (14:57 +0000)]
Fixed wrong translations.
2009-02-17 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Fixed wrong translations.
svn path=/trunk/; revision=7874
Ryan Lortie [Tue, 17 Feb 2009 10:13:52 +0000 (10:13 +0000)]
fix changelog date
svn path=/trunk/; revision=7873
Matthias Clasen [Tue, 17 Feb 2009 06:32:44 +0000 (06:32 +0000)]
Add missing exports
svn path=/trunk/; revision=7872
Matthias Clasen [Tue, 17 Feb 2009 06:26:30 +0000 (06:26 +0000)]
Update
svn path=/trunk/; revision=7871
Matthias Clasen [Tue, 17 Feb 2009 02:51:46 +0000 (02:51 +0000)]
Bump version
svn path=/trunk/; revision=7870
Matthias Clasen [Tue, 17 Feb 2009 02:49:52 +0000 (02:49 +0000)]
2.19.7
svn path=/trunk/; revision=7868
Matthias Clasen [Tue, 17 Feb 2009 01:35:09 +0000 (01:35 +0000)]
Updates
svn path=/trunk/; revision=7867
Matthias Clasen [Tue, 17 Feb 2009 00:02:06 +0000 (00:02 +0000)]
Add an "aborted" signal to abort a mount operation from the backend side.
* gmountoperation.[hc]: Add an "aborted" signal to abort a
mount operation from the backend side.
* gvolume.h: Add docs regarding the "aborted" signal.
svn path=/trunk/; revision=7866
Ryan Lortie [Mon, 16 Feb 2009 14:22:43 +0000 (14:22 +0000)]
Bug 505042 – add file attribute for actually used file size in bytes
2009-02-13 Ryan Lortie <desrt@desrt.ca>
Bug 505042 – add file attribute for actually used file size in bytes
* gfileinfo.h: add G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE define to
"standard::allocated-size"
* gfileattribute.c: document
* glocalfileinfo.c: set the allocated size from st_blocks * 512
svn path=/trunk/; revision=7865
Ryan Lortie [Mon, 16 Feb 2009 09:33:39 +0000 (09:33 +0000)]
Bug 571598 – GAsyncResult with NULL gobject
2009-02-16 Ryan Lortie <desrt@desrt.ca>
Bug 571598 – GAsyncResult with NULL gobject
* gsimpleasyncresult.c: remove various assertions and add some checks
to allow for a NULL source_object in GSimpleAsyncResult.
svn path=/trunk/; revision=7864
Luca Ferretti [Sat, 14 Feb 2009 16:15:44 +0000 (16:15 +0000)]
Updated Italian translation.
2009-02-14 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=7863
Duarte Loreto [Fri, 13 Feb 2009 22:45:17 +0000 (22:45 +0000)]
Updated Portuguese translation.
2009-02-13 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=7862
Mathias Hasselmann [Fri, 13 Feb 2009 14:20:17 +0000 (14:20 +0000)]
Add note about g_utf8_offset_to_pointer() not checking string
boundaries.
* glib/gutf8.c (g_utf8_offset_to_pointer()): See summary.
svn path=/trunk/; revision=7861
Matthias Clasen [Thu, 12 Feb 2009 03:55:38 +0000 (03:55 +0000)]
Bug 523742 – Use noinst for non-installable libraries
* tests/Makefile.am: use noninst_LTLIBRARIES for noninstalled
libraries.Patch by Björn Lindqvist
svn path=/trunk/; revision=7860
Matthias Clasen [Thu, 12 Feb 2009 01:52:17 +0000 (01:52 +0000)]
Cope with EEXIST == ENOTEMPTY. Reported by Nicolas Joseph
* gioerror.c (g_io_error_from_errno): Cope with EEXIST == ENOTEMPTY.
Reported by Nicolas Joseph
svn path=/trunk/; revision=7859
Inaki Larranaga Murgoitio [Tue, 10 Feb 2009 15:10:56 +0000 (15:10 +0000)]
Updated Basque translation.
2009-02-10 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=7858
Clytie Siddall [Sat, 7 Feb 2009 08:58:43 +0000 (08:58 +0000)]
Updated Vietnamese translation
svn path=/trunk/; revision=7857
Murray Cumming [Fri, 6 Feb 2009 14:08:19 +0000 (14:08 +0000)]
Correct the grammar in some property documentation.
2009-02-06 Murray Cumming <murrayc@murrayc.com>
* gio/gfilterinputstream.c:
* gio/gfilteroutputstream.c: Correct the grammar in some property
documentation.
* gio/gdatainputstream.c:
* glib/gregex.c: Correct the spelling of
occurrence in documentation.
svn path=/trunk/; revision=7856
Kjartan Maraas [Fri, 6 Feb 2009 11:57:29 +0000 (11:57 +0000)]
Updated Norwegian bokmål translation.
2009-02-06 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=7855
Theppitak Karoonboonyanan [Fri, 6 Feb 2009 11:14:31 +0000 (11:14 +0000)]
Updated Thai translation.
2009-02-06 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=7854
Stefan Kost [Fri, 6 Feb 2009 08:09:24 +0000 (08:09 +0000)]
Add online urls for library.gnome.org. This allows other docs to do
* gio/gio-docs.xml:
* glib/glib-docs.sgml:
* gobject/gobject-docs.sgml:
Add online urls for library.gnome.org. This allows other docs to do
gtkdoc-rebase --online --html-dir=html
before publishing docs and have working xrefs.
svn path=/trunk/; revision=7853
Takeshi AIHANA [Thu, 5 Feb 2009 13:14:39 +0000 (13:14 +0000)]
Updated Japanese translation.
009-02-05 Takeshi AIHANA <takeshi.aihana@gmail.com>
* ja.po: Updated Japanese translation.
svn path=/trunk/; revision=7852
Wouter Bolsterlee [Wed, 4 Feb 2009 14:57:07 +0000 (14:57 +0000)]
Dutch translation updated by Wouter Bolsterlee.
2009-02-04 Wouter Bolsterlee <wbolster@svn.gnome.org>
* nl.po: Dutch translation updated by Wouter Bolsterlee.
svn path=/trunk/; revision=7851
Sweta Kothari [Wed, 4 Feb 2009 08:50:12 +0000 (08:50 +0000)]
Committed Translation by Sweta Kothari
svn path=/trunk/; revision=7850
Alexander Larsson [Wed, 4 Feb 2009 08:01:42 +0000 (08:01 +0000)]
Bug 566747 - URIs opened with firefox %u load as local files
2009-02-04 Alexander Larsson <alexl@redhat.com>
Bug 566747 - URIs opened with firefox %u load as local files
* gdummyfile.c (g_dummy_file_get_path):
Dummy files are never used for local paths, so always return NULL
in get_path().
svn path=/trunk/; revision=7849
Sweta Kothari [Tue, 3 Feb 2009 11:55:56 +0000 (11:55 +0000)]
Committed Translation by Sweta Kothari
svn path=/trunk/; revision=7848
Matthias Clasen [Mon, 2 Feb 2009 21:42:11 +0000 (21:42 +0000)]
bump version
svn path=/trunk/; revision=7847
Matthias Clasen [Mon, 2 Feb 2009 20:09:08 +0000 (20:09 +0000)]
2.19.6
svn path=/trunk/; revision=7845
Matthias Clasen [Mon, 2 Feb 2009 19:19:53 +0000 (19:19 +0000)]
Bump version
svn path=/trunk/; revision=7844
Matthias Clasen [Mon, 2 Feb 2009 15:40:16 +0000 (15:40 +0000)]
Updates
svn path=/trunk/; revision=7843
Gabor Kelemen [Sun, 1 Feb 2009 10:10:52 +0000 (10:10 +0000)]
Translation updated.
2009-02-01 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=7842
Paolo Borelli [Sat, 31 Jan 2009 20:06:02 +0000 (20:06 +0000)]
plug a tiny mem leak.
2009-01-31 Paolo Borelli <pborelli@katamail.com>
* glocalfileinfo.c: plug a tiny mem leak.
svn path=/trunk/; revision=7841
Matthias Clasen [Sat, 31 Jan 2009 19:19:21 +0000 (19:19 +0000)]
i * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().
Pointed out by Matthias Drochner.
svn path=/trunk/; revision=7840
Jonh Wendell [Fri, 30 Jan 2009 18:58:24 +0000 (18:58 +0000)]
Updated Brazilian Portuguese translation.
2009-01-30 Jonh Wendell <jwendell@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation.
svn path=/trunk/; revision=7839
Alexander Shopov [Fri, 30 Jan 2009 11:11:53 +0000 (11:11 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2009-01-30 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=7838
Chao-Hsiung Liao [Fri, 30 Jan 2009 07:01:42 +0000 (07:01 +0000)]
2.19.5
svn path=/trunk/; revision=7837
Ryan Lortie [Thu, 29 Jan 2009 15:55:11 +0000 (15:55 +0000)]
handle all possible cases of EAGAIN and EWOULDBLOCK being (un)defined and
2009-01-29 Ryan Lortie <desrt@desrt.ca>
* gioerror.c (g_io_error_from_errno): handle all possible cases of
EAGAIN and EWOULDBLOCK being (un)defined and (un)equal.
svn path=/trunk/; revision=7836
Ryan Lortie [Wed, 28 Jan 2009 16:39:39 +0000 (16:39 +0000)]
Bug 568575 – _async functions for GDataInputStream
2009-01-28 Ryan Lortie <desrt@desrt.ca>
Bug 568575 – _async functions for GDataInputStream
* gdatainputstream.h:
* gdatainputstream.c: add _async versions of read_line and read_until.
* gio.symbols:
* ../docs/reference/gio/gio-sections.txt: add new functions
* tests/sleepy-stream.c: new test case for async read line
* tests/Makefile.am: add new test
svn path=/trunk/; revision=7835
Christian Persch [Wed, 28 Jan 2009 14:09:18 +0000 (14:09 +0000)]
Add G_GOFFSET_FORMAT and friends. Bug #563141.
* configure.in:
* docs/reference/glib/glib-sections.txt:
* docs/reference/macros_misc.sgml:
* docs/reference/glib/tmpl/types.sgml: Add
G_GOFFSET_FORMAT and friends. Bug #563141.
svn path=/trunk/; revision=7834
Manoj Kumar Giri [Wed, 28 Jan 2009 09:38:54 +0000 (09:38 +0000)]
Updated Oriya Translation
svn path=/trunk/; revision=7833
Manoj Kumar Giri [Wed, 28 Jan 2009 09:38:35 +0000 (09:38 +0000)]
Updated Oriya Translation
svn path=/trunk/; revision=7832
Ilkka Tuohela [Tue, 27 Jan 2009 03:01:55 +0000 (03:01 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=7831
Daniel Nylander [Sun, 25 Jan 2009 23:20:16 +0000 (23:20 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=7830
Stefan Kost [Fri, 23 Jan 2009 15:10:31 +0000 (15:10 +0000)]
Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix on
* docs/reference/glib/Makefile.am:
Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
on problem with the doc build.
svn path=/trunk/; revision=7829
Ryan Lortie [Thu, 22 Jan 2009 19:18:26 +0000 (19:18 +0000)]
Bug 568723 – g_buffered_input_stream_fill_async doesn't take count == -1
2009-01-22 Ryan Lortie <desrt@desrt.ca>
Bug 568723 – g_buffered_input_stream_fill_async doesn't take count == -1
* gbufferedinputstream.c (g_buffered_input_stream_fill_async,
g_buffered_input_stream_fill): check for count < -1 instead of count <
0 and copy modified check to non-async version for consistency.
document the "count = -1" API.
svn path=/trunk/; revision=7828
Ryan Lortie [Thu, 22 Jan 2009 19:00:05 +0000 (19:00 +0000)]
Bug 568741 – g_buffered_input_stream_fill_async doesn't work
2009-01-22 Ryan Lortie <desrt@desrt.ca>
Bug 568741 – g_buffered_input_stream_fill_async doesn't work
* gbufferedinputstream.c (fill_async_callback): grow the buffer tail
after we have successfully read data from the base stream
svn path=/trunk/; revision=7827
Tor Lillqvist [Wed, 21 Jan 2009 16:18:39 +0000 (16:18 +0000)]
Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).
2009-01-21 Tor Lillqvist <tml@novell.com>
* glib/gwin32.c (g_win32_locale_filename_from_utf8): Drop the code
in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0). Drop
unused variables.
svn path=/trunk/; revision=7826
Ryan Lortie [Wed, 21 Jan 2009 14:09:56 +0000 (14:09 +0000)]
Bug 568394 – dropping the last reference to a stream filter closes the
2009-01-20 Ryan Lortie <desrt@desrt.ca>
Bug 568394 – dropping the last reference to a stream filter closes the
base stream
* gfilterinputstream.h:
* gfilterinputstream.c: add "close-base-stream" property and only
close the base stream if it is true. issue async close callbacks from
correct source object.
* gfilteroutputstream.h:
* gfilteroutputstream.c: add a "close-base-stream" property and only
close the base stream if it is true. issue async close callbacks from
correct source object.
* gbufferedoutputstream: check g_filter_output_stream_get_close_base()
before closing the base stream. fix invalid source tag comparison in
close_async (was comparing to flush_async).
* ../docs/reference/gio/gio-sections.txt:
* gio.symbols: add
g_filter_{in,out}put_stream_{g,s}et_close_base_stream
* tests/filter-streams.c: new test cases
* tests/Makefile.am: add new test
* tests/.gitignore: add new test
svn path=/trunk/; revision=7825
Changwoo Ryu [Tue, 20 Jan 2009 21:24:38 +0000 (21:24 +0000)]
Updated Korean translation
svn path=/trunk/; revision=7824
Matthias Clasen [Tue, 20 Jan 2009 17:05:26 +0000 (17:05 +0000)]
fix a typo
svn path=/trunk/; revision=7823
Matthias Clasen [Mon, 19 Jan 2009 22:58:38 +0000 (22:58 +0000)]
Expand docs
svn path=/trunk/; revision=7822
Matthias Clasen [Mon, 19 Jan 2009 07:46:43 +0000 (07:46 +0000)]
2.19.5
svn path=/trunk/; revision=7820
Matthias Clasen [Mon, 19 Jan 2009 07:05:07 +0000 (07:05 +0000)]
Doc addition
svn path=/trunk/; revision=7819
Matthias Clasen [Mon, 19 Jan 2009 07:01:57 +0000 (07:01 +0000)]
Fix a typo
svn path=/trunk/; revision=7818
Matthias Clasen [Mon, 19 Jan 2009 06:09:11 +0000 (06:09 +0000)]
Some cleanups
svn path=/trunk/; revision=7817
Matthias Clasen [Sun, 18 Jan 2009 07:33:37 +0000 (07:33 +0000)]
Updates
svn path=/trunk/; revision=7816
Matthias Clasen [Sun, 18 Jan 2009 06:53:44 +0000 (06:53 +0000)]
Define an ENABLE_REGEX macro
* configure.in: Define an ENABLE_REGEX macro
* gobject/gboxed.c: Don't refer to g_regex_ref if ENABLE_REGEX
is not defined.
svn path=/trunk/; revision=7815
Matthias Clasen [Sun, 18 Jan 2009 06:44:04 +0000 (06:44 +0000)]
Quell some compiler wanrings
svn path=/trunk/; revision=7814
Matthias Clasen [Sun, 18 Jan 2009 06:32:03 +0000 (06:32 +0000)]
Update PCRE to 7.8
svn path=/trunk/; revision=7813
Matthias Clasen [Sun, 18 Jan 2009 01:08:17 +0000 (01:08 +0000)]
If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULL
* glib/glibintl.h: If !ENABLE_NLS, make textomain() macro
return "messages" in case of a NULL argument. Patch by
Peter Kjellerstedt.
svn path=/trunk/; revision=7812
Matthias Clasen [Sun, 18 Jan 2009 01:03:00 +0000 (01:03 +0000)]
Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed by
* glib/gmacros.h (G_STRUCT_OFFSETOF): Use offsetof instead of
__builtin_offsetof, for icc's sake. Proposed by Hrvoje Niksic.
svn path=/trunk/; revision=7811
Jorge Gonzalez Gonzalez [Sat, 17 Jan 2009 11:26:31 +0000 (11:26 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=7810
Gil Forcada Codinachs [Fri, 16 Jan 2009 14:27:36 +0000 (14:27 +0000)]
Updated Catalan translation
svn path=/trunk/; revision=7809
Luca Ferretti [Wed, 14 Jan 2009 21:01:13 +0000 (21:01 +0000)]
Added missing gio/gemblemedicon.c
2009-01-14 Luca Ferretti <elle.uca@libero.it>
* POTFILES.in: Added missing gio/gemblemedicon.c
svn path=/trunk/; revision=7808
Matthias Clasen [Tue, 13 Jan 2009 19:59:32 +0000 (19:59 +0000)]
Bug 564728 Add function to decode base64 encoded data in place
2009-01-13 Matthias Clasen <mclasen@redhat.com>
Bug 564728 Add function to decode base64 encoded data in place
* glib/glib.symbols:
* glib/gbase64.[hc] (g_base64_decode_inplace): New convenience
API to decode in place, overwriting the input string. Patch by
Sebastian Dröge.
svn path=/trunk/; revision=7807
Tor Lillqvist [Tue, 13 Jan 2009 12:13:55 +0000 (12:13 +0000)]
win32/vs8/README New files. Mention this VS solution and projects are
2009-01-13 Tor Lillqvist <tml@novell.com>
* win32/vs8/README
* win32/vs9/README: New files. Mention this VS solution and
projects are experimental and that https://code.launchpad.net/oah
might be a better choice.
* win32/vs8/Makefile.am
* win32/vs9/Makefile.am (EXTRA_DIST): Add the READMEs and two
missing vcproj files.
svn path=/trunk/; revision=7806
Matthias Clasen [Tue, 13 Jan 2009 02:24:46 +0000 (02:24 +0000)]
Improve docs
svn path=/trunk/; revision=7805
Tor Lillqvist [Mon, 12 Jan 2009 11:45:52 +0000 (11:45 +0000)]
Guard against a mis-written GOptionArgFunc that has returned FALSE but not
2009-01-12 Tor Lillqvist <tml@novell.com>
* glib/goption.c (parse_arg): Guard against a mis-written
GOptionArgFunc that has returned FALSE but not set the GError.
svn path=/trunk/; revision=7804
Matthias Clasen [Sun, 11 Jan 2009 04:58:25 +0000 (04:58 +0000)]
Improve docs
svn path=/trunk/; revision=7802
Matthias Clasen [Sun, 11 Jan 2009 04:53:34 +0000 (04:53 +0000)]
Docs improvement
svn path=/trunk/; revision=7801
Tor Lillqvist [Fri, 9 Jan 2009 10:39:00 +0000 (10:39 +0000)]
Cosmetics.
svn path=/trunk/; revision=7795
Tor Lillqvist [Fri, 9 Jan 2009 10:37:31 +0000 (10:37 +0000)]
Bug 567138 - get_package_directory_from_module() does not free its lock
2009-01-09 Tor Lillqvist <tml@iki.fi>
Bug 567138 - get_package_directory_from_module() does not free its
lock when failing
* glib/gwin32.c (get_package_directory_from_module): Obvious fix.
svn path=/trunk/; revision=7794
Matthias Clasen [Fri, 9 Jan 2009 05:19:17 +0000 (05:19 +0000)]
Don't assume filenames are UTF-8.
* xdgmime/xdgmimecache.c:
* xdgmime/xdgmimeglob.c: Don't assume filenames are UTF-8.
svn path=/trunk/; revision=7784
Matthias Clasen [Fri, 9 Jan 2009 04:53:14 +0000 (04:53 +0000)]
Make tests work with current shared-mime-info
svn path=/trunk/; revision=7783
Matthias Clasen [Thu, 8 Jan 2009 01:32:15 +0000 (01:32 +0000)]
Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code. Requested by Olivier
* gioenums.h: Add a G_IO_ERROR_TOO_MANY_OPEN_FILES error code.
Requested by Olivier Sessink.
* gioerror.c: Translate EMFILE to G_IO_ERROR_TOO_MANY_OPEN_FILES.
* glocalfileenumerator.c: Translate G_FILE_ERROR_MFILE to
G_IO_ERROR_TOO_MANY_OPEN_FILES.
svn path=/trunk/; revision=7782
Daniel Nylander [Thu, 8 Jan 2009 00:00:01 +0000 (00:00 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=7781
Luca Ferretti [Tue, 6 Jan 2009 12:01:43 +0000 (12:01 +0000)]
Updated Italian translation.
2009-01-06 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=7780
Matthias Clasen [Mon, 5 Jan 2009 18:08:25 +0000 (18:08 +0000)]
Bump version
svn path=/trunk/; revision=7779
Matthias Clasen [Mon, 5 Jan 2009 18:06:05 +0000 (18:06 +0000)]
2.19.4
svn path=/trunk/; revision=7777
Matthias Clasen [Mon, 5 Jan 2009 16:58:09 +0000 (16:58 +0000)]
Updates
svn path=/trunk/; revision=7776
Dan Winship [Mon, 5 Jan 2009 16:57:55 +0000 (16:57 +0000)]
cast a "char **" to "const char **" to avoid a warning.
* gdesktopappinfo.c (update_mimeapps_list): cast a "char **" to
"const char **" to avoid a warning.
* gemblem.c (g_emblem_from_tokens):
* gemblemedicon.c (g_emblemed_icon_from_tokens):
* xdgmime/xdgmime.c (xdg_mime_get_icon): remove unused
variables
svn path=/trunk/; revision=7775
Matthias Clasen [Mon, 5 Jan 2009 16:20:40 +0000 (16:20 +0000)]
Try using O_NOATIME when sniffing for mime types. Based on a patch by A.
* glocalfileinfo.c (get_content_type): Try using O_NOATIME when
sniffing for mime types. Based on a patch by A. Walton
svn path=/trunk/; revision=7773
Dan Winship [Mon, 5 Jan 2009 14:56:55 +0000 (14:56 +0000)]
update
* glib/tests/.gitignore: update
* tests/.gitignore: update, sort
* tests/gobject/.gitignore: add
svn path=/trunk/; revision=7772
Kjartan Maraas [Mon, 5 Jan 2009 14:33:35 +0000 (14:33 +0000)]
Updated Norwegian bokmål translation.
2009-01-05 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=7771
Tor Lillqvist [Mon, 5 Jan 2009 10:08:00 +0000 (10:08 +0000)]
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
2009-01-05 Tor Lillqvist <tml@iki.fi>
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
* glib/gfileutils.c: Move the binary compatibility versions of
g_file_test(), g_file_get_contents(), g_mkstemp() and
g_file_open_tmp() last in the file. Remove the restriction that
the XXXXXX is last in the template in the binary compatibility
version of g_mkstemp(). Thanks to Morten Welinder and Jody
Goldberg.
svn path=/trunk/; revision=7770
Ryan Lortie [Mon, 5 Jan 2009 06:58:22 +0000 (06:58 +0000)]
improve add new simple-async-result test new file to test
2009-01-05 Ryan Lortie <desrt@desrt.ca>
* tests/.gitignore: improve
* tests/Makefile.am: add new simple-async-result test
* tests/simple-async-result.c: new file to test GSimpleAsyncResult
svn path=/trunk/; revision=7767
Ryan Lortie [Mon, 5 Jan 2009 06:57:16 +0000 (06:57 +0000)]
Add g_simple_async_result_is_valid(). Implementation by Dan Winship.
2009-01-05 Ryan Lortie <desrt@desrt.ca>
* gio.symbols:
* ../docs/reference/gio/gio-sections.txt:
* gsimpleasyncresult.h:
* gsimpleasyncresult.c: Add g_simple_async_result_is_valid().
Implementation by Dan Winship. Closes #566170.
svn path=/trunk/; revision=7766
Leonardo Ferreira Fontenelle [Mon, 5 Jan 2009 00:42:48 +0000 (00:42 +0000)]
Updated Brazilian Portuguese translation.
2009-01-04 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Updated Brazilian Portuguese translation.
svn path=/trunk/; revision=7765
Lu Gan [Sun, 4 Jan 2009 15:27:20 +0000 (15:27 +0000)]
Update zh_CN.po
svn path=/trunk/; revision=7764
Matthias Clasen [Sat, 3 Jan 2009 07:30:26 +0000 (07:30 +0000)]
Updates
svn path=/trunk/; revision=7763
Matthias Clasen [Sat, 3 Jan 2009 05:10:33 +0000 (05:10 +0000)]
Add docs
svn path=/trunk/; revision=7762
Matthias Clasen [Sat, 3 Jan 2009 04:15:17 +0000 (04:15 +0000)]
Move docs inline
svn path=/trunk/; revision=7761
Matthias Clasen [Sat, 3 Jan 2009 01:00:38 +0000 (01:00 +0000)]
Use visibility attribute for new enough sun cc. Patch by Chris Wang
* configure.in: Use visibility attribute for new enough sun cc.
Patch by Chris Wang
svn path=/trunk/; revision=7760
Behdad Esfahbod [Fri, 2 Jan 2009 06:09:26 +0000 (06:09 +0000)]
Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-doc
2009-01-02 Behdad Esfahbod <behdad@gnome.org>
Bug 565136 – Gobject's "notify" signal parameters are wrong in gtk-doc
Patch from Andrzej Zaborowski
* gobject.c (g_object_do_class_init): Fix param order in docs.
svn path=/trunk/; revision=7759