[glib] Created tag 2.29.2
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Created tag 2.29.2
- Date: Wed, 13 Apr 2011 12:45:45 +0000 (UTC)
The unsigned tag '2.29.2' was created.
Tagger: Matthias Clasen <mclasen redhat com>
Date: Wed Apr 13 08:45:37 2011 -0400
2.29.2
Changes since the last tag '2.28.0':
Abduxukur Abdurixit (1):
Added UG translation
Alexander Shopov (3):
Updated Bulgarian translation
Updated Bulgarian translation
Updated Bulgarian translation
Andre Klapper (1):
Add missing files to POTFILES.in
Andreas Rottmann (1):
Bug 638185 - GIOCondition should be annotated as "flags"
Aron Xu (2):
Update Simplified Chinese translation.
Update Simplified Chinese translation.
Ask H. Larsen (1):
Updated Danish translation
Benjamin Otte (2):
docs: Fix return value for g_datetime_compare()
doc: Fix typo in previous commit
Bruce Cowan (2):
Updated British English translation
Updated British English translation
Bruno Brouard (2):
Updated French translation
Updated French translation
Changwoo Ryu (2):
Update Korean translation
Updated Korean translation
Chao-Hsiung Liao (1):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Christian Persch (1):
Add G_SIGNAL_MUST_COLLECT
Chun-wei Fan (5):
Visual C++ 2010 Project Files: autotools files
Visual C++ 2010 Project Files
Remove uneeded item form VS10 folder
Fix the VS2010 project generation for GLib
Update config.h.win32.in for VS 2010
Colin Walters (6):
gsettings: Minor typo in previous commit
gdesktopappinfo: Handle g_get_prgname() being NULL
goption: [linux] Look in /proc/self/cmdline for argv0 if not specified
gqsort: Quiet a compiler warning for qsort_r
gsettings: Implement reset-recursively
gsettings-tool fixes: Add missing _apply(), add unset-recursively to man page
Cosimo Cecchi (1):
application: fix a typo in the docs annotation
Damien Lespiau (1):
gtimezone: Rename shadowing variable 'time' to 'time_'
Dan Winship (3):
Fix two leaks seen when using TLS connections
gsettings-tool: warn if setting a value fails
GSocket: clarify g_socket_receive documentation
Daniel Mustieles (4):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Daniel Nylander (4):
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
David Zeuthen (8):
Fix test suite breakage caused by Murray's commit
GDBus: Add mechanism to make lookup on interfaces constant-time
GDBusConnection: Make interface lookups O(1)
GDBusProxy: Make interface lookups O(1)
docs: Add a "Index of new symbols in 2.30" section
GDBusProxy: Drop unexpected signals
GDBusProxy: Also check signature when checking if signal is expected
Silence a bunch of -Wunused-but-set-variable warnings
Duarte Loreto (2):
Updated Portuguese translation
Updated Portuguese translation
Emilio Pozuelo Monfort (1):
Document g_timeout_add_seconds first call latency
Emmanuele Bassi (2):
Revert "Deprecate G_CONST_RETURN"
Revert "Remove all uses of G_CONST_RETURN"
Fran Diéguez (2):
Updated Galician translations
Updated Galician translations
Friedel Wolff (1):
Update translation for Afrikaans (af)
Gabor Kelemen (3):
Updated Hungarian translation
Updated Hungarian translation
Updated Hungarian translation
Gil Forcada (2):
[l10n]Updated Catalan translation
[l10n]Updated Catalan translation
Gintautas Miliauskas (1):
Updated Lithuanian translation.
Jonathan Matthew (1):
introspection: add annotations for g_file_load_contents and friends
Jordi Serratosa (1):
[l10n]Fixes on Catalan translation
Lin Ma (1):
Fixed bugster 7007407. Do not clear stat info until a node is really deleted.
Luca Ferretti (3):
Updated Italian translation
Updated Italian translation
Updated Italian translation
Lucian Adrian Grijincu (4):
Updated Romanian translation
Updated Romanian translation
Updated Romanian translation
Updated Romanian translation
Lupescu Mircea (1):
Updated Romanian translation
Mario Blättermann (1):
[l10n] Updated German translation
Martin Nordholts (1):
Check availability of linux/magic.h
Martin Pitt (1):
[gi] Add missing allow-none annotations to Gio
Matthias Clasen (68):
Bump version
Docs: Mention gettext setup requirements in i18n section
Set up message translation for gdbus
Complete the translation setup for glib-compile-schemas
Fix some problems with message handling
Fix a few string mismatches in the Italian translations
Use g_assert_no_error
Fix the tm.tm_gmtoff check
Cosmetic rearrangement
Improve test coverage
Add schema name in error message
Vary the order of unreffing dest and src
More GValue conversion tests
Add a testcase for bug 640489
Fix bug base in array-test
Fix memory leaks in the gdbus introspection parser
Add a (currently failing) testcase
Don't report standard interfaces more than once
Use glibc qsort_r() for g_qsort_with_data()
Bump micro to .2
Updates
Expand the documentation of g_type_get_qdata()
Document G_VALUE_NOCOPY_CONTENTS
Add a testcase for bug 637738
Be more forgiving when parsing introspection xml
Allow to list keys in all schemas
Treat optional arguments the same for long and short options
GOptionContext: Warn about invalid arg/flag combinations
GHashTable: Clarify g_hash_table_lookup_extended docs
Add some tests for g_hash_table_lookup_extended
GApplications: Tighten up application-id validity checks
Try harder to explain GApplicationCommandline
GApplication: Improve documentation
GApplication: Beef up the local_command_line() docs
GApplication: Clarify docs for @argv
Small doc correction
Fix a typo
GApplication: More documentation tweaks
Add more GApplication docs
Some more details about GApplicationFlags
Forgotten file
Go back to the old logic in set_expiration
Improve preconditions in action-related GApplication api
Add a testcase for g_markup_collect cleanup
Fix cleanup in g_markup_collect
Document which files glib-compile-schemas looks at
Add a warning to the g_dbus_connection_set_exit_on_close docs
Avoid an interaction between GApplication and GOption
Fix another faulty GApplicationCommandline example
Updates
Add 2.30 index to GLib docs
Don't include unistd.h unconditionally
Fix a few parameter mismatches in the docs
Fix duplicate private subsection
Add forgotten apis
Add forgotten apis
GMatchInfo: improve struct packing
GMarkupParseContext: Improve struct packing
GDBusWorker: Improve struct packing
GDBusProxy: Improve struct packing
GFileAttributeMatcher: Improve struct packing
GFilenameCompleter: Improve struct packing
GIOSchedulerJob: Improve struct packing
GLocalDirectoryMonitor: Improve struct packing
Fix a typo in the GSettings docs
More updates
Fix non-srcdir builds
Skip the writable test if the file is not writable
Michael Kotsarinis (1):
l10n: Updated Greek translation for glib
Miroslav NikoliÄ? (1):
Updated Serbian translation
Murray Cumming (6):
GApplication: Check more before warning about a missing signal handler.
g_application_run(): Add (allow-none) introspection annotation.
g_file_info_get/set_attribute_string*(): Document the UTF-8ness.
Docs: Changed can not to cannot.
GDBusMethodInvocation: Improve get_parameters() documentation.
Docs: Change DBus to D-Bus
Nguy�n Thái Ng�c Duy (2):
po/vi.po: import from Damned Lies
Updated Vietnamese translation
OKANO Takayoshi (1):
Updated Japanese translation
Olivier Crête (2):
GDBusProxy: Check if connection is NULL before unreffing
GDBusProxy: Validate properties received from service if possible
Owen W. Taylor (1):
Correct internal definition of C_()
Petr Kovar (1):
Update Czech translation
Piotr DrÄ?g (5):
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Runa Bhattacharjee (1):
Updated Bengali India Translation
Ryan Lortie (33):
GSettings: add paragraph with performance notes
GVariant: support NULL for empty arrays in varargs
Branch away from stable, bump to 2.29.0
GVariant: doc the format of g_variant_parse/print
Bug 642052: add currently-broken test case
Bug 642052 - g_timeout_add(_seconds) overflow
GVariant: add G_VARIANT_TYPE_VARDICT for a{sv}
GVariant docs cleanups
Remove all uses of G_CONST_RETURN
Deprecate G_CONST_RETURN
GVariant parser: fix tuple type checking
GTimeZone: don't add /etc/localtime to the cache
g_time_zone_new_local: cache the result
Add GTimeZoneMonitor
Add 'uint' convenience functions for GSettings
GVariant parser: fix memory error
GVariant parser: match strings without consuming
GVariant parser: parse "inf", "-inf" and "nan"
GVariant test: test parsing of "inf" and "nan"
glib-compile-schemas: min and max are now optional
gschema-test: invert expectation for min/max omit
compile schemas test: open ranges for all types
glib.symbols: add some missing symbols
Improve .gitignore
gio.symbols updates
Don't assert on backend == settings->priv->backend
glib-compile-schemas: check for undefined refs
GSettings: remove more asserts
GApplication: fix leaked object path
GApplication: add G_APPLICATION_NON_UNIQUE
Add test case for G_APPLICATION_NON_UNIQUE
GSettings: make _sync() a no-op if uninitialised
GApplication: g_settings_sync() on exit
Stef Walter (1):
Better documentation for g_value_dup_object().
Sweta Kothari (2):
Updated Gujarati Translations
Updated Gujarati Translations
Tor Lillqvist (2):
Export _glib_get_locale_dir() as it is now used in gio, too
Use g_usleep() for portability, bug #644465
Tristan Van Berkom (1):
GDBusServer: move business logic from _new() function to initable_init()
Vincent Untz (1):
appinfo: Do not override system default handler with less specific one
Will Thompson (4):
GObject: correct documentation typos
GVariant: Correct uint32/64 thinko in text format docs
GVariant: titlecase â??Unicodeâ?? in text format docs
g_value_array_remove(): clarify docstring formatting
Wouter Bolsterlee (1):
Updated Dutch translation by Wouter Bolsterlee
Yaron Shahrabani (2):
Updated Hebrew translation
Updated Hebrew translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]