~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-09-23 10:12:15 UTC
  • mto: This revision was merged to the branch mainline in revision 120.
  • Revision ID: package-import@ubuntu.com-20140923101215-kg4894xy8gz996q1
Tags: upstream-2.42.0
Import upstream version 2.42.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit 26a240fd1004c76500c6be104364a3a12bf9a279
 
2
Author:     Ryan Lortie <desrt@desrt.ca>
 
3
AuthorDate: Mon Sep 22 13:15:02 2014 -0400
 
4
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5
CommitDate: Mon Sep 22 13:15:17 2014 -0400
 
6
 
 
7
    GLib 2.42.0
 
8
 
 
9
 NEWS         | 36 ++++++++++++++++++++++++++++++++++++
 
10
 configure.ac |  4 ++--
 
11
 2 files changed, 38 insertions(+), 2 deletions(-)
 
12
 
 
13
commit c8d884da433696b3cc8f19ce83ff3b86b4978472
 
14
Author:     A S Alam <aalam@users.sf.net>
 
15
AuthorDate: Sun Sep 21 08:52:43 2014 -0500
 
16
Commit:     A S Alam <aalam@users.sf.net>
 
17
CommitDate: Sun Sep 21 08:52:43 2014 -0500
 
18
 
 
19
    update Punjabi Translation for 3.14 release
 
20
 
 
21
 po/pa.po | 694
 
22
 ++++++++++++++++++++++++++++++---------------------------------
 
23
 1 file changed, 335 insertions(+), 359 deletions(-)
 
24
 
 
25
commit db41a84239a0adda496f2577a85303f0c679482d
 
26
Author:     Rajesh Ranjan <rajeshkajha@yahoo.com>
 
27
AuthorDate: Sun Sep 21 04:14:06 2014 +0000
 
28
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
29
CommitDate: Sun Sep 21 04:14:06 2014 +0000
 
30
 
 
31
    Updated Hindi translation
 
32
 
 
33
 po/hi.po | 2269
 
34
 +++++++++++++++++++++++++++++++++++---------------------------
 
35
 1 file changed, 1268 insertions(+), 1001 deletions(-)
 
36
 
 
37
commit d3c65dcbba2e23c55a15bb09106b045e5d860b2d
 
38
Author:     YunQiang Su <yqsu@src.gnome.org>
 
39
AuthorDate: Sun Sep 21 10:58:01 2014 +0800
 
40
Commit:     YunQiang Su <yqsu@src.gnome.org>
 
41
CommitDate: Sun Sep 21 10:58:01 2014 +0800
 
42
 
 
43
    Revert "update zh_CN translation"
 
44
 
 
45
    Add wrong po file
 
46
    This reverts commit ee3d55573ff3731b2f92deb5e35decc316d53475.
 
47
 
 
48
 po/zh_CN.po | 5039
 
49
 +++++++++++++++++++++++++++++++++++++++++++++++++++--------
 
50
 1 file changed, 4378 insertions(+), 661 deletions(-)
 
51
 
 
52
commit ee3d55573ff3731b2f92deb5e35decc316d53475
 
53
Author:     YunQiang Su <yqsu@src.gnome.org>
 
54
AuthorDate: Sun Sep 21 10:30:53 2014 +0800
 
55
Commit:     YunQiang Su <yqsu@src.gnome.org>
 
56
CommitDate: Sun Sep 21 10:30:53 2014 +0800
 
57
 
 
58
    update zh_CN translation
 
59
 
 
60
 po/zh_CN.po | 5039
 
61
 ++++++++---------------------------------------------------
 
62
 1 file changed, 661 insertions(+), 4378 deletions(-)
 
63
 
 
64
commit f550be0c6ab978ded5c9e94d98858a26b2682dca
 
65
Author:     Tong Hui <tonghuix@gmail.com>
 
66
AuthorDate: Sun Sep 21 10:24:22 2014 +0800
 
67
Commit:     YunQiang Su <yqsu@src.gnome.org>
 
68
CommitDate: Sun Sep 21 10:24:22 2014 +0800
 
69
 
 
70
    update zh_CN translation
 
71
 
 
72
 po/zh_CN.po | 657
 
73
 ++++++++++++++++++++++++++++++------------------------------
 
74
 1 file changed, 334 insertions(+), 323 deletions(-)
 
75
 
 
76
commit a2d4a612c67951a0c9090b4225ccd1774af414df
 
77
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
78
AuthorDate: Sat Sep 20 17:19:18 2014 +0200
 
79
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
80
CommitDate: Sat Sep 20 17:19:18 2014 +0200
 
81
 
 
82
    Updated Danish translation
 
83
 
 
84
 po/da.po | 654
 
85
 ++++++++++++++++++++++++++++++++-------------------------------
 
86
 1 file changed, 334 insertions(+), 320 deletions(-)
 
87
 
 
88
commit dceff8fc2c354b994793d8792455bee7ed195169
 
89
Author:     Ryan Lortie <desrt@desrt.ca>
 
90
AuthorDate: Tue Sep 16 19:48:06 2014 -0400
 
91
Commit:     Ryan Lortie <desrt@desrt.ca>
 
92
CommitDate: Fri Sep 19 13:39:00 2014 -0400
 
93
 
 
94
    gmain: improve g_source_set_name thread safety
 
95
 
 
96
    Step up thread safety on g_source_set_name() to the same standard
 
97
    as all
 
98
    other GSource functions: after we are attached to a main context, this
 
99
    function should be threadsafe.
 
100
 
 
101
    https://bugzilla.gnome.org/show_bug.cgi?id=736683
 
102
 
 
103
 glib/gmain.c | 23 +++++++++++++++++++----
 
104
 1 file changed, 19 insertions(+), 4 deletions(-)
 
105
 
 
106
commit 1cbdbef77209fe82239bd10f062425491cf256ae
 
107
Author:     Ryan Lortie <desrt@desrt.ca>
 
108
AuthorDate: Tue Sep 16 19:40:30 2014 -0400
 
109
Commit:     Ryan Lortie <desrt@desrt.ca>
 
110
CommitDate: Fri Sep 19 13:39:00 2014 -0400
 
111
 
 
112
    gsource: clarify restrictions on non-existant IDs
 
113
 
 
114
    Document that one must not use the "by id" source APIs with
 
115
    non-existent
 
116
    IDs.  The real justification behind this restriction is that the reuse
 
117
    of source ids makes it unsafe to call these functions unless you're
 
118
    absolutely sure that the source exists and it belongs to you.  If you
 
119
    call one of these functions on a source that may already have been
 
120
    removed then you run the risk of finding someone else's source (with
 
121
    your reused id).
 
122
 
 
123
    This also bails us out of a slightly tricky situation with respect to
 
124
    the threadsafety of g_main_context_find_source_by_id().  The fact that
 
125
    this function doesn't return a reference implies that its return value
 
126
    cannot be safely accessed unless we already know for sure that a
 
127
    reference is being held elsewhere (by example, by the main context
 
128
    itself if we know that the source has not been removed).  The function
 
129
    itself, however, performs an access to the value, which could
 
130
    result in
 
131
    a crash.
 
132
 
 
133
    If we mandate that it is only valid to call this function on
 
134
    known-to-exist source IDs then we dodge this problem.
 
135
 
 
136
    https://bugzilla.gnome.org/show_bug.cgi?id=736683
 
137
 
 
138
 glib/gmain.c | 34 +++++++++++++++++++++++++++++++++-
 
139
 1 file changed, 33 insertions(+), 1 deletion(-)
 
140
 
 
141
commit 7db1baf59078c667ac1ae43f839b2b1866e65a87
 
142
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
143
AuthorDate: Fri Sep 19 15:05:04 2014 +0100
 
144
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
145
CommitDate: Fri Sep 19 16:58:23 2014 +0100
 
146
 
 
147
    GVariant: say that serialized form needs an out-of-band length
 
148
 
 
149
    This confused me for a while, because it isn't the same as D-Bus.
 
150
    Like GVariant, the D-Bus serialization needs an out-of-band
 
151
    endianness and type indicator, but unlike GVariant, serialized
 
152
    D-Bus objects encapsulate their own length (often by starting with
 
153
    a byte-count). This does come at some redundancy cost, so I can see
 
154
    why the more efficient GVariant format does this the way it does;
 
155
    but it's a difference between D-Bus and GVariant that seems worth
 
156
    calling out.
 
157
 
 
158
    It's also relevant for the designers of file or message-framing
 
159
    formats: with D-Bus serialization it would be feasible to say
 
160
    "the file
 
161
    starts with a little-endian D-Bus variant, followed by...",
 
162
    but in GVariant you wouldn't be able to deserialize the variant
 
163
    unless you either assume that it extends to end-of-file, or have
 
164
    an explicit length.
 
165
 
 
166
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=736975
 
167
    Reviewed-by: Ryan Lortie
 
168
 
 
169
 glib/gvariant.c | 12 +++++++-----
 
170
 1 file changed, 7 insertions(+), 5 deletions(-)
 
171
 
 
172
commit 174ebaefcc2b1b94f4a628e60f150b7209230dbf
 
173
Author:     Matthias Clasen <mclasen@redhat.com>
 
174
AuthorDate: Thu Sep 18 15:26:36 2014 -0400
 
175
Commit:     Matthias Clasen <mclasen@redhat.com>
 
176
CommitDate: Thu Sep 18 15:26:36 2014 -0400
 
177
 
 
178
    gresource: Make extract work better
 
179
 
 
180
    When no section is specified, look for the resource to extract
 
181
    in all sections - previously, we would stop after the first
 
182
    section.
 
183
 
 
184
 gio/gresource-tool.c | 22 ++++++++++++----------
 
185
 1 file changed, 12 insertions(+), 10 deletions(-)
 
186
 
 
187
commit 5c951e5b042d80ae2dcb1e17ec07fa8008e07085
 
188
Author:     Matthias Clasen <mclasen@redhat.com>
 
189
AuthorDate: Thu Sep 18 14:51:09 2014 -0400
 
190
Commit:     Matthias Clasen <mclasen@redhat.com>
 
191
CommitDate: Thu Sep 18 14:52:03 2014 -0400
 
192
 
 
193
    gresource: Use GError in more places
 
194
 
 
195
    The API gives us an error message, lets use it.
 
196
 
 
197
 gio/gresource-tool.c | 6 ++++--
 
198
 1 file changed, 4 insertions(+), 2 deletions(-)
 
199
 
 
200
commit dfaaf37338533b2412800c61b342b296fff7c6cf
 
201
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
202
AuthorDate: Thu Sep 18 20:31:52 2014 +0200
 
203
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
204
CommitDate: Thu Sep 18 20:32:43 2014 +0200
 
205
 
 
206
    Update URLs library.gnome.org -> developer.gnome.org
 
207
 
 
208
 INSTALL.in                              | 4 ++--
 
209
 docs/reference/gio/gio-docs.xml         | 2 +-
 
210
 docs/reference/glib/glib-docs.xml       | 2 +-
 
211
 docs/reference/gobject/gobject-docs.xml | 2 +-
 
212
 docs/reference/gobject/tut_tools.xml    | 4 ++--
 
213
 5 files changed, 7 insertions(+), 7 deletions(-)
 
214
 
 
215
commit 4fb9421528777e80beeae1e85eafb46e44f5b408
 
216
Author:     Мирослав Николић
 
217
<miroslavnikolic@rocketmail.com>
 
218
AuthorDate: Wed Sep 17 21:11:50 2014 +0200
 
219
Commit:     Мирослав Николић
 
220
<miroslavnikolic@rocketmail.com>
 
221
CommitDate: Wed Sep 17 21:11:50 2014 +0200
 
222
 
 
223
    Updated Serbian translation
 
224
 
 
225
 po/sr.po       | 694
 
226
 +++++++++++++++++++++++++++------------------------------
 
227
 po/sr@latin.po | 694
 
228
 +++++++++++++++++++++++++++------------------------------
 
229
 2 files changed, 668 insertions(+), 720 deletions(-)
 
230
 
 
231
commit 5486481fab3fc149aa41a440cfe63bcfa8567926
 
232
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
233
AuthorDate: Fri Sep 12 19:01:35 2014 +0530
 
234
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
235
CommitDate: Wed Sep 17 10:30:43 2014 +0530
 
236
 
 
237
    Updated Marathi Translations
 
238
 
 
239
 po/mr.po | 2134
 
240
 +++++++++++++++++++++++++++++++++++---------------------------
 
241
 1 file changed, 1197 insertions(+), 937 deletions(-)
 
242
 
 
243
commit 38a061422532b3d7b8bce0988f3767806ac28f8f
 
244
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
245
AuthorDate: Tue Sep 16 15:41:58 2014 -0600
 
246
Commit:     Ryan Lortie <desrt@desrt.ca>
 
247
CommitDate: Tue Sep 16 17:49:49 2014 -0400
 
248
 
 
249
    GApplication:handle-local-options: document return value
 
250
 
 
251
    The return value for this signal was documented in the prose, but not
 
252
    properly in a Returns: stanza.  Fix that.
 
253
 
 
254
 gio/gapplication.c | 10 +++++-----
 
255
 1 file changed, 5 insertions(+), 5 deletions(-)
 
256
 
 
257
commit 8061694c496094015bfd3959cbece7ab158ef6ef
 
258
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
259
AuthorDate: Tue Sep 16 15:39:59 2014 -0600
 
260
Commit:     Ryan Lortie <desrt@desrt.ca>
 
261
CommitDate: Tue Sep 16 17:49:40 2014 -0400
 
262
 
 
263
    goption: Add G_OPTION_FLAG_NONE
 
264
 
 
265
    This is helpful to better document code, as G_OPTION_FLAG_NONE is more
 
266
    readable than 0.
 
267
 
 
268
 glib/goption.h | 2 ++
 
269
 1 file changed, 2 insertions(+)
 
270
 
 
271
commit 84ec6b4d78928d4b51d64f17b4bde56314e75b1b
 
272
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
273
AuthorDate: Tue Sep 16 15:39:41 2014 -0600
 
274
Commit:     Ryan Lortie <desrt@desrt.ca>
 
275
CommitDate: Tue Sep 16 17:48:49 2014 -0400
 
276
 
 
277
    g_application_add_main_option: fix type signature
 
278
 
 
279
    The flags argument is a GOptionFlags so use that type instead of
 
280
    'int'.
 
281
 
 
282
 gio/gapplication.c | 2 +-
 
283
 gio/gapplication.h | 2 +-
 
284
 2 files changed, 2 insertions(+), 2 deletions(-)
 
285
 
 
286
commit 4482977238ae80f64c2fe318d1500f4662c73980
 
287
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
288
AuthorDate: Tue Sep 16 14:45:34 2014 -0600
 
289
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
290
CommitDate: Tue Sep 16 14:52:21 2014 -0600
 
291
 
 
292
    Fix some introspection warnings
 
293
 
 
294
 gio/gapplication.c    | 2 +-
 
295
 gio/gapplication.h    | 2 +-
 
296
 gio/gdesktopappinfo.c | 3 +++
 
297
 gio/gmenumodel.h      | 2 +-
 
298
 4 files changed, 6 insertions(+), 3 deletions(-)
 
299
 
1
300
commit 0177cece40ab8a31bf8994706ac4cac8d80f8755
2
 
Author: Matthias Clasen <mclasen@redhat.com>
3
 
Date:   Mon Sep 15 14:43:42 2014 -0400
 
301
Author:     Matthias Clasen <mclasen@redhat.com>
 
302
AuthorDate: Mon Sep 15 14:43:42 2014 -0400
 
303
Commit:     Matthias Clasen <mclasen@redhat.com>
 
304
CommitDate: Mon Sep 15 15:52:48 2014 -0400
4
305
 
5
306
    2.41.5
6
307
 
9
310
 2 files changed, 24 insertions(+), 1 deletion(-)
10
311
 
11
312
commit bb6a77afa328f16568a41b26de75f255dcfc9daf
12
 
Author: Sebastian Dröge <sebastian@centricular.com>
13
 
Date:   Sat Sep 13 16:31:03 2014 +0300
 
313
Author:     Sebastian Dröge <sebastian@centricular.com>
 
314
AuthorDate: Sat Sep 13 16:31:03 2014 +0300
 
315
Commit:     Sebastian Dröge <sebastian@centricular.com>
 
316
CommitDate: Mon Sep 15 22:25:08 2014 +0300
14
317
 
15
318
    grand: Only use rand_s() when targetting Visual Studio >= 2005
16
319
 
24
327
 1 file changed, 14 insertions(+)
25
328
 
26
329
commit f2b5edb6527e5bdde6f9e9c6771556308d0ea027
27
 
Author: Shantha kumar <shantha.thamizh@gmail.com>
28
 
Date:   Mon Sep 15 13:39:11 2014 +0000
 
330
Author:     Shantha kumar <shantha.thamizh@gmail.com>
 
331
AuthorDate: Mon Sep 15 13:39:11 2014 +0000
 
332
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
333
CommitDate: Mon Sep 15 13:39:11 2014 +0000
29
334
 
30
335
    Updated Tamil translation
31
336
 
34
339
 1 file changed, 914 insertions(+), 884 deletions(-)
35
340
 
36
341
commit 27405ae878ebabb4361d38ed22be11b6891fd866
37
 
Author: Matej Urbančič <mateju@svn.gnome.org>
38
 
Date:   Sun Sep 14 22:18:09 2014 +0200
 
342
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
343
AuthorDate: Sun Sep 14 22:18:09 2014 +0200
 
344
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
345
CommitDate: Sun Sep 14 22:18:09 2014 +0200
39
346
 
40
347
    Updated Slovenian translation
41
348
 
44
351
 1 file changed, 328 insertions(+), 315 deletions(-)
45
352
 
46
353
commit 25990eb2b6da94e1d03631eab8a952ef84cb9986
47
 
Author: Sébastien Wilmet <swilmet@gnome.org>
48
 
Date:   Tue Sep 9 21:20:34 2014 +0200
 
354
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
355
AuthorDate: Tue Sep 9 21:20:34 2014 +0200
 
356
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
357
CommitDate: Sat Sep 13 16:59:31 2014 +0200
49
358
 
50
359
    docs: various small fixes
51
360
 
59
368
 2 files changed, 5 insertions(+), 3 deletions(-)
60
369
 
61
370
commit fdc5b8f7443ccc0778c8163f47370be1ff65d86d
62
 
Author: Shankar Prasad <prasad.mvs@gmail.com>
63
 
Date:   Fri Sep 12 12:58:11 2014 +0000
 
371
Author:     Shankar Prasad <prasad.mvs@gmail.com>
 
372
AuthorDate: Fri Sep 12 12:58:11 2014 +0000
 
373
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
374
CommitDate: Fri Sep 12 12:58:11 2014 +0000
64
375
 
65
376
    Updated Kannada translation
66
377
 
69
380
 1 file changed, 1584 insertions(+), 1419 deletions(-)
70
381
 
71
382
commit d2f3e1190719d655a0f75a6a08ed6185ea558032
72
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
73
 
Date:   Fri Sep 12 15:51:49 2014 +0800
 
383
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
384
AuthorDate: Fri Sep 12 15:51:49 2014 +0800
 
385
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
386
CommitDate: Fri Sep 12 15:51:49 2014 +0800
74
387
 
75
388
    MSVC Builds: Update "Installation"
76
389
 
87
400
 2 files changed, 473 insertions(+), 750 deletions(-)
88
401
 
89
402
commit 0c5ed58342917d79ff3f6811e6b9a9a6d6a4b675
90
 
Author: Balázs Úr <urbalazs@gmail.com>
91
 
Date:   Thu Sep 11 16:40:14 2014 +0000
 
403
Author:     Balázs Úr <urbalazs@gmail.com>
 
404
AuthorDate: Thu Sep 11 16:40:14 2014 +0000
 
405
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
406
CommitDate: Thu Sep 11 16:40:14 2014 +0000
92
407
 
93
408
    Updated Hungarian translation
94
409
 
97
412
 1 file changed, 339 insertions(+), 362 deletions(-)
98
413
 
99
414
commit bebfd422af0a2fef422489d04f3b1d87bebd8b92
100
 
Author: Sebastian Dröge <sebastian@centricular.com>
101
 
Date:   Tue Sep 9 20:18:20 2014 +0200
 
415
Author:     Sebastian Dröge <sebastian@centricular.com>
 
416
AuthorDate: Tue Sep 9 20:18:20 2014 +0200
 
417
Commit:     Sebastian Dröge <sebastian@centricular.com>
 
418
CommitDate: Thu Sep 11 11:07:48 2014 +0300
102
419
 
103
420
    gutils: Don't use issetugid() on Android
104
421
 
113
430
 1 file changed, 6 insertions(+), 1 deletion(-)
114
431
 
115
432
commit 3b8bc8bacf1fe31cda44fb5293711e87989388ea
116
 
Author: Ryan Lortie <desrt@desrt.ca>
117
 
Date:   Tue Sep 9 13:58:38 2014 -0400
 
433
Author:     Ryan Lortie <desrt@desrt.ca>
 
434
AuthorDate: Tue Sep 9 13:58:38 2014 -0400
 
435
Commit:     Ryan Lortie <desrt@desrt.ca>
 
436
CommitDate: Tue Sep 9 14:11:38 2014 -0400
118
437
 
119
438
    GDesktopAppInfo: avoid inotify on missing dirs
120
439
 
149
468
 1 file changed, 85 insertions(+), 3 deletions(-)
150
469
 
151
470
commit 2f55c66c64d77de9fa7d5524468d424071aecc44
152
 
Author: Ryan Lortie <desrt@desrt.ca>
153
 
Date:   Tue Sep 9 13:58:18 2014 -0400
 
471
Author:     Ryan Lortie <desrt@desrt.ca>
 
472
AuthorDate: Tue Sep 9 13:58:18 2014 -0400
 
473
Commit:     Ryan Lortie <desrt@desrt.ca>
 
474
CommitDate: Tue Sep 9 14:11:38 2014 -0400
154
475
 
155
476
    apps test: add new "monitor" subcommand
156
477
 
162
483
 1 file changed, 24 insertions(+)
163
484
 
164
485
commit 9ac7d51a8086dece5994da4899fb07b223bd2ff7
165
 
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
166
 
Date:   Tue Sep 9 17:04:40 2014 +0400
 
486
Author:     Yuri Myasoedov <ymyasoedov@yandex.ru>
 
487
AuthorDate: Tue Sep 9 17:04:40 2014 +0400
 
488
Commit:     Yuri Myasoedov <ymyasoedov@yandex.ru>
 
489
CommitDate: Tue Sep 9 17:04:40 2014 +0400
167
490
 
168
491
    Updated Russian translation
169
492
 
172
495
 1 file changed, 335 insertions(+), 455 deletions(-)
173
496
 
174
497
commit 8df2cca08a5c06286303b39a34121c7e6925bf15
175
 
Author: Paolo Borelli <pborelli@gnome.org>
176
 
Date:   Sun Sep 7 18:34:26 2014 +0200
 
498
Author:     Paolo Borelli <pborelli@gnome.org>
 
499
AuthorDate: Sun Sep 7 18:34:26 2014 +0200
 
500
Commit:     Paolo Borelli <pborelli@gnome.org>
 
501
CommitDate: Mon Sep 8 08:19:25 2014 +0200
177
502
 
178
503
    Fix minor mem leak in test case
179
504
 
181
506
 1 file changed, 2 insertions(+)
182
507
 
183
508
commit 5bb62d077b7882a105ac2468f4d152bc5e557d7d
184
 
Author: Paolo Borelli <pborelli@gnome.org>
185
 
Date:   Wed Sep 3 08:12:01 2014 +0200
 
509
Author:     Paolo Borelli <pborelli@gnome.org>
 
510
AuthorDate: Wed Sep 3 08:12:01 2014 +0200
 
511
Commit:     Paolo Borelli <pborelli@gnome.org>
 
512
CommitDate: Mon Sep 8 08:19:25 2014 +0200
186
513
 
187
514
    GThreadPool: expand g_thread_pool_new docs
188
515
 
190
517
 1 file changed, 6 insertions(+), 1 deletion(-)
191
518
 
192
519
commit aef0e4b7f3c7a33cd9d6c370fdad2b6f7d725f15
193
 
Author: Matthias Clasen <mclasen@redhat.com>
194
 
Date:   Sun Sep 7 22:50:36 2014 -0400
 
520
Author:     Matthias Clasen <mclasen@redhat.com>
 
521
AuthorDate: Sun Sep 7 22:50:36 2014 -0400
 
522
Commit:     Matthias Clasen <mclasen@redhat.com>
 
523
CommitDate: Sun Sep 7 22:50:36 2014 -0400
195
524
 
196
525
    Fix docs to talk about --enable-coverage
197
526
 
204
533
 1 file changed, 2 insertions(+), 2 deletions(-)
205
534
 
206
535
commit 281fdd372ea65af230074fe95c8dd5d664809f05
207
 
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
208
 
Date:   Sun Sep 7 12:55:20 2014 +0300
 
536
Author:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
537
AuthorDate: Sun Sep 7 12:55:20 2014 +0300
 
538
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
539
CommitDate: Sun Sep 7 12:55:20 2014 +0300
209
540
 
210
541
    Updated Latvian translation
211
542
 
214
545
 1 file changed, 334 insertions(+), 359 deletions(-)
215
546
 
216
547
commit 09979125d816ac726641c93cb735f73ece35cbf5
217
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
218
 
Date:   Thu Sep 4 21:35:07 2014 +0200
 
548
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
549
AuthorDate: Thu Sep 4 21:35:07 2014 +0200
 
550
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
551
CommitDate: Thu Sep 4 21:35:07 2014 +0200
219
552
 
220
553
    Updated Galician translations
221
554
 
224
557
 1 file changed, 135 insertions(+), 126 deletions(-)
225
558
 
226
559
commit 08efbda7333cf1d349719e699bbcbb63b8ef09e4
227
 
Author: Ryan Lortie <desrt@desrt.ca>
228
 
Date:   Thu Sep 4 13:17:27 2014 -0400
 
560
Author:     Ryan Lortie <desrt@desrt.ca>
 
561
AuthorDate: Thu Sep 4 13:17:27 2014 -0400
 
562
Commit:     Ryan Lortie <desrt@desrt.ca>
 
563
CommitDate: Thu Sep 4 14:48:05 2014 -0400
229
564
 
230
565
    GDesktopAppInfo: fix default app logic
231
566
 
243
578
 1 file changed, 1 insertion(+), 1 deletion(-)
244
579
 
245
580
commit e763d93456881cb45a28a4c5c566d53128633aaa
246
 
Author: Patrick Welche <prlw1@cam.ac.uk>
247
 
Date:   Mon Sep 1 18:42:43 2014 +0200
 
581
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
582
AuthorDate: Mon Sep 1 18:42:43 2014 +0200
 
583
Commit:     Dan Winship <danw@gnome.org>
 
584
CommitDate: Thu Sep 4 08:26:27 2014 -0400
248
585
 
249
586
    GCredentials: credentials messages are not correctly supported
250
587
    on NetBSD
255
592
 1 file changed, 1 insertion(+), 1 deletion(-)
256
593
 
257
594
commit 7dd3397820f5dcbcd523432aadf5897b58f6eeb8
258
 
Author: Andika Triwidada <andika@gmail.com>
259
 
Date:   Wed Sep 3 13:49:48 2014 +0000
 
595
Author:     Andika Triwidada <andika@gmail.com>
 
596
AuthorDate: Wed Sep 3 13:49:48 2014 +0000
 
597
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
598
CommitDate: Wed Sep 3 13:49:48 2014 +0000
260
599
 
261
600
    Updated Indonesian translation
262
601
 
265
604
 1 file changed, 348 insertions(+), 334 deletions(-)
266
605
 
267
606
commit 0ba39c1c7a447930009935101e97ada0cc93cb5c
268
 
Author: Piotr Drąg <piotrdrag@gmail.com>
269
 
Date:   Wed Sep 3 03:10:27 2014 +0200
 
607
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
608
AuthorDate: Wed Sep 3 03:10:27 2014 +0200
 
609
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
610
CommitDate: Wed Sep 3 03:10:27 2014 +0200
270
611
 
271
612
    Updated Polish translation
272
613
 
275
616
 1 file changed, 334 insertions(+), 320 deletions(-)
276
617
 
277
618
commit d73886675ec391caa46f2b8004286b1342d1e6f3
278
 
Author: Matthias Clasen <mclasen@redhat.com>
279
 
Date:   Tue Sep 2 11:36:32 2014 -0400
 
619
Author:     Matthias Clasen <mclasen@redhat.com>
 
620
AuthorDate: Tue Sep 2 11:36:32 2014 -0400
 
621
Commit:     Matthias Clasen <mclasen@redhat.com>
 
622
CommitDate: Tue Sep 2 11:36:32 2014 -0400
280
623
 
281
624
    2.41.4
282
625
 
285
628
 2 files changed, 30 insertions(+), 1 deletion(-)
286
629
 
287
630
commit 5fe65ec2719ef842ccb4389d5ed0744965c21220
288
 
Author: Changwoo Ryu <cwryu@debian.org>
289
 
Date:   Tue Sep 2 13:05:58 2014 +0900
 
631
Author:     Changwoo Ryu <cwryu@debian.org>
 
632
AuthorDate: Tue Sep 2 13:05:58 2014 +0900
 
633
Commit:     Changwoo Ryu <cwryu@debian.org>
 
634
CommitDate: Tue Sep 2 13:05:58 2014 +0900
290
635
 
291
636
    Updated Korean translation
292
637
 
295
640
 1 file changed, 364 insertions(+), 349 deletions(-)
296
641
 
297
642
commit 62f0d6143a3ae9203638e5650ab2f6656222d7ce
298
 
Author: Claude Paroz <claude@2xlibre.net>
299
 
Date:   Mon Sep 1 09:30:32 2014 +0200
 
643
Author:     Claude Paroz <claude@2xlibre.net>
 
644
AuthorDate: Mon Sep 1 09:30:32 2014 +0200
 
645
Commit:     Claude Paroz <claude@2xlibre.net>
 
646
CommitDate: Mon Sep 1 09:30:32 2014 +0200
300
647
 
301
648
    Updated French translation
302
649
 
305
652
 1 file changed, 336 insertions(+), 321 deletions(-)
306
653
 
307
654
commit d4298e5ed12afbc4966d3ec61a34eb5f31431729
308
 
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
309
 
Date:   Sun Aug 31 22:00:45 2014 +0000
 
655
Author:     Christian Kirbach <Christian.Kirbach@gmail.com>
 
656
AuthorDate: Sun Aug 31 22:00:45 2014 +0000
 
657
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
658
CommitDate: Sun Aug 31 22:00:45 2014 +0000
310
659
 
311
660
    Updated German translation
312
661
 
315
664
 1 file changed, 1158 insertions(+), 943 deletions(-)
316
665
 
317
666
commit a78443a1e48409d32eb2b24b52dad03ae2231e10
318
 
Author: Matthias Clasen <mclasen@redhat.com>
319
 
Date:   Fri Aug 29 15:12:31 2014 -0400
 
667
Author:     Matthias Clasen <mclasen@redhat.com>
 
668
AuthorDate: Fri Aug 29 15:12:31 2014 -0400
 
669
Commit:     Matthias Clasen <mclasen@redhat.com>
 
670
CommitDate: Fri Aug 29 15:12:31 2014 -0400
320
671
 
321
672
    Don't mark GThread struct as deprecated
322
673
 
329
680
 1 file changed, 4 insertions(+)
330
681
 
331
682
commit 325ffb376c971ab86b709144f35eab5cea1cf482
332
 
Author: Maria  Mavridou <mavridou@gmail.com>
333
 
Date:   Thu Aug 28 21:25:31 2014 +0000
 
683
Author:     Maria  Mavridou <mavridou@gmail.com>
 
684
AuthorDate: Thu Aug 28 21:25:31 2014 +0000
 
685
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
686
CommitDate: Thu Aug 28 21:25:31 2014 +0000
334
687
 
335
688
    Updated Greek translation
336
689
 
339
692
 1 file changed, 361 insertions(+), 344 deletions(-)
340
693
 
341
694
commit 0a37264fd1953845cc386bb4ff207294e691fee8
342
 
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
343
 
Date:   Thu Aug 28 18:11:06 2014 +0300
 
695
Author:     Yosef Or Boczko <yoseforb@src.gnome.org>
 
696
AuthorDate: Thu Aug 28 18:11:06 2014 +0300
 
697
Commit:     Yosef Or Boczko <yoseforb@src.gnome.org>
 
698
CommitDate: Thu Aug 28 18:11:06 2014 +0300
344
699
 
345
700
    Updated Hebrew translation
346
701
 
349
704
 1 file changed, 243 insertions(+), 234 deletions(-)
350
705
 
351
706
commit f16d7f887e48ec3e9eacd6cae6aaa694beaeecad
352
 
Author: Manoj Kumar Giri <mgiri@redhat.com>
353
 
Date:   Wed Aug 27 13:34:53 2014 +0000
 
707
Author:     Manoj Kumar Giri <mgiri@redhat.com>
 
708
AuthorDate: Wed Aug 27 13:34:53 2014 +0000
 
709
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
710
CommitDate: Wed Aug 27 13:34:53 2014 +0000
354
711
 
355
712
    Updated Oriya translation
356
713
 
359
716
 1 file changed, 1211 insertions(+), 941 deletions(-)
360
717
 
361
718
commit 369c8bd566ba76d0c87a92cdb6a1c8abe2599c61
362
 
Author: Patrick Welche <prlw1@cam.ac.uk>
363
 
Date:   Tue Aug 26 17:27:23 2014 +0100
 
719
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
720
AuthorDate: Tue Aug 26 17:27:23 2014 +0100
 
721
Commit:     Alexander Larsson <alexl@redhat.com>
 
722
CommitDate: Wed Aug 27 15:08:38 2014 +0200
364
723
 
365
724
    GUnixMounts: Improve efficiency in polling case
366
725
 
370
729
 1 file changed, 15 insertions(+), 27 deletions(-)
371
730
 
372
731
commit 35eaf037bdfca985abf5d349e7355f1d2ed9c77b
373
 
Author: Thomas Haller <thaller@redhat.com>
374
 
Date:   Fri Aug 1 16:59:36 2014 +0200
 
732
Author:     Thomas Haller <thaller@redhat.com>
 
733
AuthorDate: Fri Aug 1 16:59:36 2014 +0200
 
734
Commit:     Thomas Haller <thaller@redhat.com>
 
735
CommitDate: Fri Aug 22 20:58:11 2014 +0200
375
736
 
376
737
    gmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros for clang
377
738
 
383
744
 1 file changed, 6 insertions(+)
384
745
 
385
746
commit cb320cb5feb78a5a06651d3223914d9099a6f212
386
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
387
 
Date:   Thu Aug 21 19:00:13 2014 +0100
 
747
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
748
AuthorDate: Thu Aug 21 19:00:13 2014 +0100
 
749
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
750
CommitDate: Fri Aug 22 19:11:26 2014 +0100
388
751
 
389
752
    gsocketclient: Handle cancellation between CONNECTING and CONNECTED
390
753
 
408
771
 1 file changed, 6 insertions(+)
409
772
 
410
773
commit 607d5a785891729889f1606e8d38edcc7332dfa1
411
 
Author: Marek Černocký <marek@manet.cz>
412
 
Date:   Fri Aug 22 08:08:51 2014 +0200
 
774
Author:     Marek Černocký <marek@manet.cz>
 
775
AuthorDate: Fri Aug 22 08:08:51 2014 +0200
 
776
Commit:     Marek Černocký <marek@manet.cz>
 
777
CommitDate: Fri Aug 22 08:08:51 2014 +0200
413
778
 
414
779
    Updated Czech translation
415
780
 
418
783
 1 file changed, 211 insertions(+), 202 deletions(-)
419
784
 
420
785
commit c74af7369fb32791973e94bcd3c5f45ddd3f5d0b
421
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
422
 
Date:   Thu Aug 21 17:06:03 2014 +0800
 
786
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
787
AuthorDate: Thu Aug 21 17:06:03 2014 +0800
 
788
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
789
CommitDate: Thu Aug 21 17:06:03 2014 +0800
423
790
 
424
791
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
425
792
 
430
797
 2 files changed, 663 insertions(+), 1118 deletions(-)
431
798
 
432
799
commit bf9c8625048d2adc5cbc5893fa27e7e9a3a9ba3e
433
 
Author: Jonas Danielsson <jonas@threetimestwo.org>
434
 
Date:   Wed Aug 13 07:06:36 2014 -0400
 
800
Author:     Jonas Danielsson <jonas@threetimestwo.org>
 
801
AuthorDate: Wed Aug 13 07:06:36 2014 -0400
 
802
Commit:     Jonas Danielsson <jonas@threetimestwo.org>
 
803
CommitDate: Wed Aug 20 16:02:59 2014 +0200
435
804
 
436
805
    GApplication: Add g_application_add_main_option
437
806
 
452
821
 3 files changed, 75 insertions(+), 2 deletions(-)
453
822
 
454
823
commit 4f775b7b7ff38581b110ce1664451381ca3d88b6
455
 
Author: Patrick Welche <prlw1@cam.ac.uk>
456
 
Date:   Mon Aug 18 21:48:28 2014 +0100
 
824
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
825
AuthorDate: Mon Aug 18 21:48:28 2014 +0100
 
826
Commit:     Alexander Larsson <alexl@redhat.com>
 
827
CommitDate: Tue Aug 19 10:48:12 2014 +0200
457
828
 
458
829
    GUnixMounts: Fall back to polling on systems without mtab
459
830
 
466
837
 1 file changed, 89 insertions(+), 14 deletions(-)
467
838
 
468
839
commit d964c7d6863758fca1e2e5ed18553d0cd76ea3bc
469
 
Author: ngoswami <ngoswami@redhat.com>
470
 
Date:   Mon Aug 18 15:44:42 2014 +0000
 
840
Author:     ngoswami <ngoswami@redhat.com>
 
841
AuthorDate: Mon Aug 18 15:44:42 2014 +0000
 
842
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
843
CommitDate: Mon Aug 18 15:44:42 2014 +0000
471
844
 
472
845
    Updated Assamese translation
473
846
 
476
849
 1 file changed, 937 insertions(+), 908 deletions(-)
477
850
 
478
851
commit e0e52b60ea4c65d1f3660ff6b8c547c82665036b
479
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
480
 
Date:   Mon Aug 18 14:08:41 2014 +0200
 
852
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
853
AuthorDate: Mon Aug 18 14:08:41 2014 +0200
 
854
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
855
CommitDate: Mon Aug 18 14:08:41 2014 +0200
481
856
 
482
857
    docs: Fix broken gtk-doc formatting
483
858
 
500
875
 15 files changed, 47 insertions(+), 47 deletions(-)
501
876
 
502
877
commit 4c8480e6fa9e7e0971bc800fee8a5f0aba67dd9a
503
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
504
 
Date:   Sun Aug 17 22:54:22 2014 +0200
 
878
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
879
AuthorDate: Sun Aug 17 22:54:22 2014 +0200
 
880
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
881
CommitDate: Sun Aug 17 22:54:22 2014 +0200
505
882
 
506
883
    docs: Add index for 2.42 api
507
884
 
510
887
 2 files changed, 8 insertions(+)
511
888
 
512
889
commit 96af008bdfe53be2ea4ef719b8c8f2121c76a504
513
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
514
 
Date:   Sun Aug 17 13:19:46 2014 +0200
 
890
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
891
AuthorDate: Sun Aug 17 13:19:46 2014 +0200
 
892
Commit:     Gil Forcada <gforcada@gnome.org>
 
893
CommitDate: Sun Aug 17 13:19:46 2014 +0200
515
894
 
516
895
    [l10n] Updated Catalan (Valencian) translation
517
896
 
520
899
 1 file changed, 1215 insertions(+), 1264 deletions(-)
521
900
 
522
901
commit 7585cc49c7d8e016da99d9686af1ebdbe061b989
523
 
Author: Gil Forcada <gforcada@gnome.org>
524
 
Date:   Sun Aug 17 13:19:42 2014 +0200
 
902
Author:     Gil Forcada <gforcada@gnome.org>
 
903
AuthorDate: Sun Aug 17 13:19:42 2014 +0200
 
904
Commit:     Gil Forcada <gforcada@gnome.org>
 
905
CommitDate: Sun Aug 17 13:19:42 2014 +0200
525
906
 
526
907
    [l10n] Updated Catalan translation
527
908
 
530
911
 1 file changed, 331 insertions(+), 319 deletions(-)
531
912
 
532
913
commit e03fc7a522fd623bfe521ceb44ff51ca85c598b3
533
 
Author: Matthias Clasen <mclasen@redhat.com>
534
 
Date:   Sat Aug 16 08:59:40 2014 -0400
 
914
Author:     Matthias Clasen <mclasen@redhat.com>
 
915
AuthorDate: Sat Aug 16 08:59:40 2014 -0400
 
916
Commit:     Matthias Clasen <mclasen@redhat.com>
 
917
CommitDate: Sat Aug 16 09:02:12 2014 -0400
535
918
 
536
919
    Updates for 2.41.3
537
920
 
539
922
 1 file changed, 33 insertions(+)
540
923
 
541
924
commit 01fec1f0d58c344eacae265440938eb7759b21db
542
 
Author: Christian Kirbach <christian.kirbach@gmail.com>
543
 
Date:   Fri Aug 15 17:56:35 2014 +0200
 
925
Author:     Christian Kirbach <christian.kirbach@gmail.com>
 
926
AuthorDate: Fri Aug 15 17:56:35 2014 +0200
 
927
Commit:     Christian Kirbach <christian.kirbach@gmail.com>
 
928
CommitDate: Fri Aug 15 17:58:33 2014 +0200
544
929
 
545
930
    Updated German translation
546
931
 
548
933
 1 file changed, 6 insertions(+), 6 deletions(-)
549
934
 
550
935
commit 52b5a06dea63c9489e76862f16895b08118aa63f
551
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
552
 
Date:   Wed Aug 13 09:55:11 2014 +0800
 
936
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
937
AuthorDate: Wed Aug 13 09:55:11 2014 +0800
 
938
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
939
CommitDate: Wed Aug 13 09:55:11 2014 +0800
553
940
 
554
941
    Visual C++ Builds: Update README.txt's
555
942
 
562
949
 2 files changed, 38 insertions(+), 24 deletions(-)
563
950
 
564
951
commit b88fdf0b0f7e6acf109745322e27fe7869e5267e
565
 
Author: Dan Winship <danw@gnome.org>
566
 
Date:   Tue Aug 12 07:50:20 2014 -0400
 
952
Author:     Dan Winship <danw@gnome.org>
 
953
AuthorDate: Tue Aug 12 07:50:20 2014 -0400
 
954
Commit:     Dan Winship <danw@gnome.org>
 
955
CommitDate: Tue Aug 12 07:50:20 2014 -0400
567
956
 
568
957
    docs: hyphenate "High-level" and "Low-level"
569
958
 
571
960
 1 file changed, 2 insertions(+), 2 deletions(-)
572
961
 
573
962
commit 3d89041220a2a783b5706763b35778f9154c0883
574
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
575
 
Date:   Fri Aug 8 17:39:22 2014 +0800
 
963
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
964
AuthorDate: Fri Aug 8 17:39:22 2014 +0800
 
965
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
966
CommitDate: Fri Aug 8 17:39:48 2014 +0800
576
967
 
577
968
    MSVC Builds: Generate glib-mkenums If Possible
578
969
 
598
989
 12 files changed, 167 insertions(+), 56 deletions(-)
599
990
 
600
991
commit 3e2735f4680b9f46548e7d039b0241cd24aee162
601
 
Author: Edward Hervey <bilboed@bilboed.com>
602
 
Date:   Mon Jun 23 11:39:04 2014 +0200
 
992
Author:     Edward Hervey <bilboed@bilboed.com>
 
993
AuthorDate: Mon Jun 23 11:39:04 2014 +0200
 
994
Commit:     Edward Hervey <edward@collabora.com>
 
995
CommitDate: Fri Aug 8 11:13:38 2014 +0200
603
996
 
604
997
    gtype: Fast-path for g_type_is_a
605
998
 
611
1004
 1 file changed, 3 insertions(+)
612
1005
 
613
1006
commit 4b5bdf6cebc4c1b7c6db7e23c678cc2f5003e757
614
 
Author: Andre Moreira Magalhaes (andrunko)
 
1007
Author:     Andre Moreira Magalhaes (andrunko)
615
1008
<andre.magalhaes@collabora.co.uk>
616
 
Date:   Tue Jul 29 21:04:48 2014 -0300
 
1009
AuthorDate: Tue Jul 29 21:04:48 2014 -0300
 
1010
Commit:     Edward Hervey <edward@collabora.com>
 
1011
CommitDate: Fri Aug 8 11:13:01 2014 +0200
617
1012
 
618
1013
    Do not crash when checking whether an instance type is of a given
619
1014
    fundamental.
632
1027
 1 file changed, 3 insertions(+), 1 deletion(-)
633
1028
 
634
1029
commit 5053054c629c3ead90ec3c6fa1fc0fa642476d46
635
 
Author: Matej Urbančič <mateju@svn.gnome.org>
636
 
Date:   Wed Aug 6 14:15:40 2014 +0200
 
1030
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
1031
AuthorDate: Wed Aug 6 14:15:40 2014 +0200
 
1032
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
1033
CommitDate: Wed Aug 6 14:15:40 2014 +0200
637
1034
 
638
1035
    Updated Slovenian translation
639
1036
 
641
1038
 1 file changed, 3 insertions(+), 4 deletions(-)
642
1039
 
643
1040
commit 3c6efd4d5077862adc918c651ab7c49dc133d643
644
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
645
 
Date:   Mon Apr 21 15:00:18 2014 +0000
 
1041
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1042
AuthorDate: Mon Apr 21 15:00:18 2014 +0000
 
1043
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1044
CommitDate: Tue Aug 5 21:49:54 2014 +0000
646
1045
 
647
1046
    Make sure compiled resources only have / as dirsep
648
1047
 
652
1051
 1 file changed, 1 insertion(+), 1 deletion(-)
653
1052
 
654
1053
commit b637714ded46a05a98fb92b7b96e69fe9b215307
655
 
Author: Martin Srebotnjak <miles@filmsi.net>
656
 
Date:   Tue Aug 5 21:03:32 2014 +0200
 
1054
Author:     Martin Srebotnjak <miles@filmsi.net>
 
1055
AuthorDate: Tue Aug 5 21:03:32 2014 +0200
 
1056
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
1057
CommitDate: Tue Aug 5 21:03:32 2014 +0200
657
1058
 
658
1059
    Updated Slovenian translation
659
1060
 
662
1063
 1 file changed, 26 insertions(+), 44 deletions(-)
663
1064
 
664
1065
commit 10504edfaae764c8d32213d40db0438a8d392207
665
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
666
 
Date:   Tue Aug 5 14:02:42 2014 +0200
 
1066
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
1067
AuthorDate: Tue Aug 5 14:02:42 2014 +0200
 
1068
Commit:     dooteo <dooteo@localhost.localdomain>
 
1069
CommitDate: Tue Aug 5 14:02:42 2014 +0200
667
1070
 
668
1071
    Updated Basque language
669
1072
 
672
1075
 1 file changed, 307 insertions(+), 292 deletions(-)
673
1076
 
674
1077
commit 14f2376c8a06f0936d734ec6a7e0e836072acf65
675
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
676
 
Date:   Wed Jul 30 07:15:39 2014 +0000
 
1078
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1079
AuthorDate: Wed Jul 30 07:15:39 2014 +0000
 
1080
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1081
CommitDate: Tue Aug 5 06:44:01 2014 +0000
677
1082
 
678
1083
    Change W32 console detection to look at the window, not stdout
679
1084
 
686
1091
 1 file changed, 1 insertion(+), 1 deletion(-)
687
1092
 
688
1093
commit 4f734873006729d18551c215d9dcf22392dbeaf3
689
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
690
 
Date:   Mon Apr 21 15:44:47 2014 +0000
 
1094
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1095
AuthorDate: Mon Apr 21 15:44:47 2014 +0000
 
1096
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1097
CommitDate: Sat Aug 2 12:41:14 2014 +0000
691
1098
 
692
1099
    Fix tests to compile again - add missing headers to W32, call  correct
693
1100
    process-id-getting function
701
1108
 4 files changed, 7 insertions(+), 4 deletions(-)
702
1109
 
703
1110
commit 7e0cb48dee9a8ecd87d403b7941ad3209eee658c
704
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
705
 
Date:   Sat Aug 2 12:36:37 2014 +0000
 
1111
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1112
AuthorDate: Sat Aug 2 12:36:37 2014 +0000
 
1113
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1114
CommitDate: Sat Aug 2 12:38:39 2014 +0000
706
1115
 
707
1116
    Silence a controversial warning in win_iconv
708
1117
 
712
1121
 1 file changed, 1 insertion(+), 1 deletion(-)
713
1122
 
714
1123
commit 42ddcc6ff22c66f1ded9d7a3879df39988531878
715
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
716
 
Date:   Sat Aug 2 12:35:43 2014 +0000
 
1124
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1125
AuthorDate: Sat Aug 2 12:35:43 2014 +0000
 
1126
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1127
CommitDate: Sat Aug 2 12:38:38 2014 +0000
717
1128
 
718
1129
    Silence some uncontroversial warnings
719
1130
 
725
1136
 3 files changed, 5 insertions(+), 1 deletion(-)
726
1137
 
727
1138
commit 40650e33239994237917322d4cfecc34e4cc4394
728
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
729
 
Date:   Sat Aug 2 12:22:16 2014 +0000
 
1139
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1140
AuthorDate: Sat Aug 2 12:22:16 2014 +0000
 
1141
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1142
CommitDate: Sat Aug 2 12:31:09 2014 +0000
730
1143
 
731
1144
    Fix printf-tests on W32 by ifdefing the expected output
732
1145
 
736
1149
 1 file changed, 15 insertions(+), 4 deletions(-)
737
1150
 
738
1151
commit 6680ff1ee93127b247f8ca32958620ec7db6af48
739
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
740
 
Date:   Mon Apr 21 15:55:59 2014 +0000
 
1152
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1153
AuthorDate: Mon Apr 21 15:55:59 2014 +0000
 
1154
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1155
CommitDate: Sat Aug 2 10:54:01 2014 +0000
741
1156
 
742
1157
    Save errno and pass it along to make sure gettext does not change it
743
1158
 
748
1163
 1 file changed, 41 insertions(+), 17 deletions(-)
749
1164
 
750
1165
commit 786590fe93682c9b28136ccf65d870b23dd807f7
751
 
Author: Ignacio Casal Quinteiro <icq@gnome.org>
752
 
Date:   Tue Jul 29 18:59:21 2014 +0200
 
1166
Author:     Ignacio Casal Quinteiro <icq@gnome.org>
 
1167
AuthorDate: Tue Jul 29 18:59:21 2014 +0200
 
1168
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
1169
CommitDate: Thu Jul 31 13:04:56 2014 +0200
753
1170
 
754
1171
    win32: improve the package installation dir lookup
755
1172
 
766
1183
 1 file changed, 27 insertions(+), 6 deletions(-)
767
1184
 
768
1185
commit 905a8e655c4f50f655cbd90455b26a37b977c563
769
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
770
 
Date:   Thu Jul 31 10:12:59 2014 +0000
 
1186
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1187
AuthorDate: Thu Jul 31 10:12:59 2014 +0000
 
1188
Commit:     Руслан Ижбулатов <lrn1986@gmail.com>
 
1189
CommitDate: Thu Jul 31 10:39:54 2014 +0000
771
1190
 
772
1191
    Ensure critial sections are released before returning
773
1192
 
777
1196
 1 file changed, 7 insertions(+), 2 deletions(-)
778
1197
 
779
1198
commit ad4f7846569980c54c29aac55ace01b20ba9b3d2
780
 
Author: Olav Vitters <olav@vitters.nl>
781
 
Date:   Wed Jul 30 15:41:13 2014 +0200
 
1199
Author:     Olav Vitters <olav@vitters.nl>
 
1200
AuthorDate: Wed Jul 30 15:41:13 2014 +0200
 
1201
Commit:     Olav Vitters <olav@vitters.nl>
 
1202
CommitDate: Wed Jul 30 15:41:22 2014 +0200
782
1203
 
783
1204
    doap category core
784
1205
 
786
1207
 1 file changed, 1 insertion(+), 1 deletion(-)
787
1208
 
788
1209
commit b1dd594a22e3499caafdeccd7fa223a032b9e177
789
 
Author: Alexander Larsson <alexl@redhat.com>
790
 
Date:   Wed Jul 30 12:32:21 2014 +0200
 
1210
Author:     Alexander Larsson <alexl@redhat.com>
 
1211
AuthorDate: Wed Jul 30 12:32:21 2014 +0200
 
1212
Commit:     Alexander Larsson <alexl@redhat.com>
 
1213
CommitDate: Wed Jul 30 15:11:01 2014 +0200
791
1214
 
792
1215
    Remove atomics from g_clear_object/g_clear_pointer
793
1216
 
817
1240
 3 files changed, 11 insertions(+), 21 deletions(-)
818
1241
 
819
1242
commit 2266f6b743a5a4e4d560238ebd085bf0e1ad8934
820
 
Author: Alexander Larsson <alexl@redhat.com>
821
 
Date:   Wed Jul 30 12:09:01 2014 +0200
 
1243
Author:     Alexander Larsson <alexl@redhat.com>
 
1244
AuthorDate: Wed Jul 30 12:09:01 2014 +0200
 
1245
Commit:     Alexander Larsson <alexl@redhat.com>
 
1246
CommitDate: Wed Jul 30 12:10:30 2014 +0200
822
1247
 
823
1248
    tests/gobject/performance: Clean up and add refcount performance test
824
1249
 
827
1252
 1 file changed, 119 insertions(+), 10 deletions(-)
828
1253
 
829
1254
commit 03b510fde17b130dd7273cee6a65e2d54ff85fff
830
 
Author: David King <amigadave@amigadave.com>
831
 
Date:   Wed May 7 10:25:40 2014 +0100
 
1255
Author:     David King <amigadave@amigadave.com>
 
1256
AuthorDate: Wed May 7 10:25:40 2014 +0100
 
1257
Commit:     David King <amigadave@amigadave.com>
 
1258
CommitDate: Mon Jul 28 14:48:23 2014 +0200
832
1259
 
833
1260
    gfile: Fix memory leak in g_file_move()
834
1261
 
838
1265
 1 file changed, 4 insertions(+)
839
1266
 
840
1267
commit e15ba53cdab91587721a38efa4eeea9acf871860
841
 
Author: Ryan Lortie <desrt@desrt.ca>
842
 
Date:   Sun Jul 27 10:08:00 2014 +0200
 
1268
Author:     Ryan Lortie <desrt@desrt.ca>
 
1269
AuthorDate: Sun Jul 27 10:08:00 2014 +0200
 
1270
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1271
CommitDate: Sun Jul 27 10:08:47 2014 +0200
843
1272
 
844
1273
    configure.ac: fix typo in last patch
845
1274
 
850
1279
 1 file changed, 1 insertion(+), 1 deletion(-)
851
1280
 
852
1281
commit d36f4ec593e877b2f077df116f47fb6b0c08a5f8
853
 
Author: Aurimas Černius <aurisc4@gmail.com>
854
 
Date:   Sun Jul 27 01:03:32 2014 +0300
 
1282
Author:     Aurimas Černius <aurisc4@gmail.com>
 
1283
AuthorDate: Sun Jul 27 01:03:32 2014 +0300
 
1284
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
1285
CommitDate: Sun Jul 27 01:03:32 2014 +0300
855
1286
 
856
1287
    Updated Lithuanian translation
857
1288
 
860
1291
 1 file changed, 89 insertions(+), 80 deletions(-)
861
1292
 
862
1293
commit 20e709d8b92e28d162c78b147afe4040e3a48b85
863
 
Author: Alessandro Di Federico <ale+gnomebz@clearmind.me>
864
 
Date:   Fri Jul 25 04:16:00 2014 -0400
 
1294
Author:     Alessandro Di Federico <ale+gnomebz@clearmind.me>
 
1295
AuthorDate: Fri Jul 25 04:16:00 2014 -0400
 
1296
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1297
CommitDate: Sat Jul 26 10:02:32 2014 +0200
865
1298
 
866
1299
    configure: Remove unintentional nested functions
867
1300
 
873
1306
 1 file changed, 4 insertions(+), 4 deletions(-)
874
1307
 
875
1308
commit 2268628565e4fb098252e782e58709d6b525b48a
876
 
Author: Ryan Lortie <desrt@desrt.ca>
877
 
Date:   Thu Jul 24 11:36:57 2014 +0200
 
1309
Author:     Ryan Lortie <desrt@desrt.ca>
 
1310
AuthorDate: Thu Jul 24 11:36:57 2014 +0200
 
1311
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1312
CommitDate: Thu Jul 24 15:51:21 2014 +0200
878
1313
 
879
1314
    gdbus: Properly fix encoding of double arrays
880
1315
 
894
1329
 1 file changed, 3 insertions(+), 7 deletions(-)
895
1330
 
896
1331
commit 7009e317d84f661ec63b85edb436d3a2727be488
897
 
Author: Colin Walters <walters@verbum.org>
898
 
Date:   Tue Jul 22 14:04:44 2014 -0400
 
1332
Author:     Colin Walters <walters@verbum.org>
 
1333
AuthorDate: Tue Jul 22 14:04:44 2014 -0400
 
1334
Commit:     Colin Walters <walters@verbum.org>
 
1335
CommitDate: Wed Jul 23 13:31:02 2014 -0400
899
1336
 
900
1337
    gtlsinteraction: Hoist precondition before allocation
901
1338
 
912
1349
 1 file changed, 8 insertions(+), 6 deletions(-)
913
1350
 
914
1351
commit 627b49b39039d43a784fa9890f473d1ca8d52417
915
 
Author: Stef Walter <stefw@gnome.org>
916
 
Date:   Tue Jul 22 21:29:27 2014 +0200
 
1352
Author:     Stef Walter <stefw@gnome.org>
 
1353
AuthorDate: Tue Jul 22 21:29:27 2014 +0200
 
1354
Commit:     Stef Walter <stefw@gnome.org>
 
1355
CommitDate: Wed Jul 23 15:44:40 2014 +0200
917
1356
 
918
1357
    gio: Fix regression encoding an array of doubles
919
1358
 
927
1366
 1 file changed, 6 insertions(+), 1 deletion(-)
928
1367
 
929
1368
commit b6c1d696a98b7fc4e691e8acc9f88b7bc8d57e9d
930
 
Author: Stef Walter <stefw@gnome.org>
931
 
Date:   Tue Jul 22 21:13:50 2014 +0200
 
1369
Author:     Stef Walter <stefw@gnome.org>
 
1370
AuthorDate: Tue Jul 22 21:13:50 2014 +0200
 
1371
Commit:     Stef Walter <stefw@gnome.org>
 
1372
CommitDate: Wed Jul 23 15:44:40 2014 +0200
932
1373
 
933
1374
    gio: Add regression test for double array encoding
934
1375
 
938
1379
 1 file changed, 35 insertions(+)
939
1380
 
940
1381
commit d0083f7e2dd621c6b78496bdb6ecf5d580c5e110
941
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
942
 
Date:   Wed Jul 23 09:27:31 2014 -0400
 
1382
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
1383
AuthorDate: Wed Jul 23 09:27:31 2014 -0400
 
1384
Commit:     Owen W. Taylor <otaylor@fishsoup.net>
 
1385
CommitDate: Wed Jul 23 09:28:23 2014 -0400
943
1386
 
944
1387
    Revert "gatomic: statically assert that our assumptions hold"
945
1388
 
955
1398
 1 file changed, 6 deletions(-)
956
1399
 
957
1400
commit d40a2df0886cdd5ba5aabee9e81ab3d3859302d6
958
 
Author: Kjartan Maraas <kmaraas@gnome.org>
959
 
Date:   Wed Jul 23 14:57:15 2014 +0200
 
1401
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
1402
AuthorDate: Wed Jul 23 14:57:15 2014 +0200
 
1403
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
1404
CommitDate: Wed Jul 23 14:57:15 2014 +0200
960
1405
 
961
1406
    Updated Norwegian bokmål translation.
962
1407
 
965
1410
 1 file changed, 305 insertions(+), 293 deletions(-)
966
1411
 
967
1412
commit 91821974e1e9e71fb5f2c623f68c0c9e2a6a59a9
968
 
Author: Colin Walters <walters@verbum.org>
969
 
Date:   Tue Jul 22 14:31:25 2014 -0400
 
1413
Author:     Colin Walters <walters@verbum.org>
 
1414
AuthorDate: Tue Jul 22 14:31:25 2014 -0400
 
1415
Commit:     Colin Walters <walters@verbum.org>
 
1416
CommitDate: Wed Jul 23 07:43:41 2014 -0400
970
1417
 
971
1418
    gcredentials: Add assertion to pacify static analysis
972
1419
 
978
1425
 1 file changed, 1 insertion(+)
979
1426
 
980
1427
commit 8ebd287fe6ae7aee11038679d086a880c13845a2
981
 
Author: Colin Walters <walters@verbum.org>
982
 
Date:   Tue Jul 22 14:23:47 2014 -0400
 
1428
Author:     Colin Walters <walters@verbum.org>
 
1429
AuthorDate: Tue Jul 22 14:23:47 2014 -0400
 
1430
Commit:     Colin Walters <walters@verbum.org>
 
1431
CommitDate: Wed Jul 23 07:43:41 2014 -0400
983
1432
 
984
1433
    gkeyfilesettingsbackend: Add assertion for known-true condition
985
1434
 
992
1441
 1 file changed, 1 insertion(+)
993
1442
 
994
1443
commit 7ea4bf3f309232d85b7b60f6ac6295e679a22ed8
995
 
Author: Colin Walters <walters@verbum.org>
996
 
Date:   Tue Jul 22 14:22:23 2014 -0400
 
1444
Author:     Colin Walters <walters@verbum.org>
 
1445
AuthorDate: Tue Jul 22 14:22:23 2014 -0400
 
1446
Commit:     Colin Walters <walters@verbum.org>
 
1447
CommitDate: Wed Jul 23 07:43:41 2014 -0400
997
1448
 
998
1449
    glocalfileinfo: Suppress static analysis return value warning
999
1450
 
1005
1456
 1 file changed, 1 insertion(+), 1 deletion(-)
1006
1457
 
1007
1458
commit 5fe71c7c5c44b429eebba028cca6ecdc1356b50c
1008
 
Author: Colin Walters <walters@verbum.org>
1009
 
Date:   Tue Jul 22 14:21:31 2014 -0400
 
1459
Author:     Colin Walters <walters@verbum.org>
 
1460
AuthorDate: Tue Jul 22 14:21:31 2014 -0400
 
1461
Commit:     Colin Walters <walters@verbum.org>
 
1462
CommitDate: Wed Jul 23 07:43:41 2014 -0400
1010
1463
 
1011
1464
    gsettingsschema: Suppress return value check
1012
1465
 
1019
1472
 1 file changed, 2 insertions(+), 1 deletion(-)
1020
1473
 
1021
1474
commit acdcf5cd50ccbf76fb4d74dbef4e768d5980e46e
1022
 
Author: Colin Walters <walters@verbum.org>
1023
 
Date:   Tue Jul 22 14:14:46 2014 -0400
 
1475
Author:     Colin Walters <walters@verbum.org>
 
1476
AuthorDate: Tue Jul 22 14:14:46 2014 -0400
 
1477
Commit:     Colin Walters <walters@verbum.org>
 
1478
CommitDate: Wed Jul 23 07:43:41 2014 -0400
1024
1479
 
1025
1480
    gapplicationimpl-dbus: Fix leak of fd list object
1026
1481
 
1032
1487
 1 file changed, 1 insertion(+)
1033
1488
 
1034
1489
commit 3fb44c4c713847059aac22c4c71074e14d11aceb
1035
 
Author: Colin Walters <walters@verbum.org>
1036
 
Date:   Tue Jul 22 14:11:25 2014 -0400
 
1490
Author:     Colin Walters <walters@verbum.org>
 
1491
AuthorDate: Tue Jul 22 14:11:25 2014 -0400
 
1492
Commit:     Colin Walters <walters@verbum.org>
 
1493
CommitDate: Wed Jul 23 07:43:41 2014 -0400
1037
1494
 
1038
1495
    gsettingsschema: Close directory
1039
1496
 
1045
1502
 1 file changed, 2 insertions(+)
1046
1503
 
1047
1504
commit e55a953642a9e402f4363f9fa347b6061dd78990
1048
 
Author: Colin Walters <walters@verbum.org>
1049
 
Date:   Tue Jul 22 14:08:00 2014 -0400
 
1505
Author:     Colin Walters <walters@verbum.org>
 
1506
AuthorDate: Tue Jul 22 14:08:00 2014 -0400
 
1507
Commit:     Colin Walters <walters@verbum.org>
 
1508
CommitDate: Wed Jul 23 07:43:41 2014 -0400
1050
1509
 
1051
1510
    gthreadedresolver: Unref unexpected address
1052
1511
 
1061
1520
 1 file changed, 6 insertions(+), 1 deletion(-)
1062
1521
 
1063
1522
commit 49a5d0f6f2aed99cd78f25655f137f4448e47d92
1064
 
Author: Colin Walters <walters@verbum.org>
1065
 
Date:   Tue Jul 22 14:00:23 2014 -0400
 
1523
Author:     Colin Walters <walters@verbum.org>
 
1524
AuthorDate: Tue Jul 22 14:00:23 2014 -0400
 
1525
Commit:     Colin Walters <walters@verbum.org>
 
1526
CommitDate: Wed Jul 23 07:43:41 2014 -0400
1066
1527
 
1067
1528
    gfileutils: Add missing g_free() in error path
1068
1529
 
1074
1535
 1 file changed, 1 insertion(+), 1 deletion(-)
1075
1536
 
1076
1537
commit feec280b7c5c7b9198e34b10b4f5764c9c3c4505
1077
 
Author: Colin Walters <walters@verbum.org>
1078
 
Date:   Tue Jul 22 13:58:53 2014 -0400
 
1538
Author:     Colin Walters <walters@verbum.org>
 
1539
AuthorDate: Tue Jul 22 13:58:53 2014 -0400
 
1540
Commit:     Colin Walters <walters@verbum.org>
 
1541
CommitDate: Wed Jul 23 07:43:41 2014 -0400
1079
1542
 
1080
1543
    gfile: Initialize variable to pacify static analysis
1081
1544
 
1087
1550
 1 file changed, 1 insertion(+), 1 deletion(-)
1088
1551
 
1089
1552
commit 9060a85193a0e15f67568ea6cac3a082fbcab30f
1090
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
1091
 
Date:   Sun Jul 20 12:41:57 2014 +0100
 
1553
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
1554
AuthorDate: Sun Jul 20 12:41:57 2014 +0100
 
1555
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
1556
CommitDate: Wed Jul 23 09:18:43 2014 +0100
1092
1557
 
1093
1558
    glib-init: statically assert that we have 8-bit bytes
1094
1559
 
1101
1566
 2 files changed, 4 insertions(+)
1102
1567
 
1103
1568
commit 7269d75321b9d2a967a59fb35f243397f577eb41
1104
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
1105
 
Date:   Sun Jul 20 12:39:24 2014 +0100
 
1569
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
1570
AuthorDate: Sun Jul 20 12:39:24 2014 +0100
 
1571
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
1572
CommitDate: Wed Jul 23 09:17:48 2014 +0100
1106
1573
 
1107
1574
    gatomic: statically assert that our assumptions hold
1108
1575
 
1116
1583
 1 file changed, 6 insertions(+)
1117
1584
 
1118
1585
commit 19e0cdd7a08af4e9ea8b15f6f82199f93bb4355d
1119
 
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
1120
 
Date:   Tue Jul 22 12:29:34 2014 +0200
 
1586
Author:     Daniel Mustieles <dnaiel.mustieles@gmail.com>
 
1587
AuthorDate: Tue Jul 22 12:29:34 2014 +0200
 
1588
Commit:     Daniel Mustieles <dnaiel.mustieles@gmail.com>
 
1589
CommitDate: Tue Jul 22 12:29:34 2014 +0200
1121
1590
 
1122
1591
    Updated Spanish translation
1123
1592
 
1126
1595
 1 file changed, 252 insertions(+), 244 deletions(-)
1127
1596
 
1128
1597
commit 015db2d2af3d5a3f31909c7ffb5307e5141d8fbd
1129
 
Author: Dan Winship <danw@gnome.org>
1130
 
Date:   Wed May 7 09:17:05 2014 -0400
 
1598
Author:     Dan Winship <danw@gnome.org>
 
1599
AuthorDate: Wed May 7 09:17:05 2014 -0400
 
1600
Commit:     Dan Winship <danw@gnome.org>
 
1601
CommitDate: Mon Jul 21 11:31:27 2014 -0400
1131
1602
 
1132
1603
    gio/tests/socket: add some missing g_assert_no_error()s
1133
1604
 
1135
1606
 1 file changed, 5 insertions(+)
1136
1607
 
1137
1608
commit 634b69219979c084837c59874e5b2aec01a1d3e4
1138
 
Author: Dan Winship <danw@gnome.org>
1139
 
Date:   Thu May 1 09:59:05 2014 -0400
 
1609
Author:     Dan Winship <danw@gnome.org>
 
1610
AuthorDate: Thu May 1 09:59:05 2014 -0400
 
1611
Commit:     Dan Winship <danw@gnome.org>
 
1612
CommitDate: Mon Jul 21 11:31:27 2014 -0400
1140
1613
 
1141
1614
    gsocket: Set SO_NOSIGPIPE on sockets on Darwin
1142
1615
 
1156
1629
 1 file changed, 11 insertions(+), 4 deletions(-)
1157
1630
 
1158
1631
commit 7b34e07ac4576b75bcf932fd8dfeca23242ea1b1
1159
 
Author: Dan Winship <danw@gnome.org>
1160
 
Date:   Thu May 1 09:58:07 2014 -0400
 
1632
Author:     Dan Winship <danw@gnome.org>
 
1633
AuthorDate: Thu May 1 09:58:07 2014 -0400
 
1634
Commit:     Dan Winship <danw@gnome.org>
 
1635
CommitDate: Mon Jul 21 11:31:27 2014 -0400
1161
1636
 
1162
1637
    gsocket: move set_fd_nonblocking() into g_socket_constructed()
1163
1638
 
1166
1641
 1 file changed, 27 insertions(+), 31 deletions(-)
1167
1642
 
1168
1643
commit ccf5959bf490e1124f66e971c9491c07ff86812f
1169
 
Author: Enrico Nicoletto <liverig@gmail.com>
1170
 
Date:   Fri Jul 18 18:49:04 2014 +0000
 
1644
Author:     Enrico Nicoletto <liverig@gmail.com>
 
1645
AuthorDate: Fri Jul 18 18:49:04 2014 +0000
 
1646
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
1647
CommitDate: Fri Jul 18 18:49:04 2014 +0000
1171
1648
 
1172
1649
    Updated Brazilian Portuguese translation
1173
1650
 
1176
1653
 1 file changed, 235 insertions(+), 225 deletions(-)
1177
1654
 
1178
1655
commit ebe47823db6409eda6e391826666b3eb8dedb692
1179
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
1180
 
Date:   Fri Jul 18 08:49:19 2014 +0100
 
1656
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
1657
AuthorDate: Fri Jul 18 08:49:19 2014 +0100
 
1658
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
1659
CommitDate: Fri Jul 18 08:50:18 2014 +0100
1181
1660
 
1182
1661
    ginetaddress: Add a precondition to g_inet_address_new_from_string()
1183
1662
 
1190
1669
 1 file changed, 2 insertions(+)
1191
1670
 
1192
1671
commit 641864bcba5cc85c0a5ab3a62b3781ca90271acb
1193
 
Author: Ignacio Casal Quinteiro <icq@gnome.org>
1194
 
Date:   Thu Jul 17 13:27:54 2014 +0200
 
1672
Author:     Ignacio Casal Quinteiro <icq@gnome.org>
 
1673
AuthorDate: Thu Jul 17 13:27:54 2014 +0200
 
1674
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
1675
CommitDate: Thu Jul 17 13:30:50 2014 +0200
1195
1676
 
1196
1677
    socketservice: minor cleanup
1197
1678
 
1199
1680
 1 file changed, 1 insertion(+), 5 deletions(-)
1200
1681
 
1201
1682
commit 79e63d4e5dfbf42ecb001e8b698c32d0bc73117b
1202
 
Author: Matthias Clasen <mclasen@redhat.com>
1203
 
Date:   Mon Jul 14 10:48:09 2014 -0400
 
1683
Author:     Matthias Clasen <mclasen@redhat.com>
 
1684
AuthorDate: Mon Jul 14 10:48:09 2014 -0400
 
1685
Commit:     Matthias Clasen <mclasen@redhat.com>
 
1686
CommitDate: Mon Jul 14 10:48:09 2014 -0400
1204
1687
 
1205
1688
    Bump version
1206
1689
 
1208
1691
 1 file changed, 1 insertion(+), 1 deletion(-)
1209
1692
 
1210
1693
commit 76ec61dee30b81d5b91df86b3f23060364efded9
1211
 
Author: Matthias Clasen <mclasen@redhat.com>
1212
 
Date:   Mon Jul 14 09:11:46 2014 -0400
 
1694
Author:     Matthias Clasen <mclasen@redhat.com>
 
1695
AuthorDate: Mon Jul 14 09:11:46 2014 -0400
 
1696
Commit:     Matthias Clasen <mclasen@redhat.com>
 
1697
CommitDate: Mon Jul 14 10:23:25 2014 -0400
1213
1698
 
1214
1699
    2.41.2
1215
1700
 
1217
1702
 1 file changed, 44 insertions(+)
1218
1703
 
1219
1704
commit c7c4c3bf5e3fdb5f95f92e881743ef8e7ad779f1
1220
 
Author: Marek Kasik <mkasik@redhat.com>
1221
 
Date:   Mon Jul 14 15:37:06 2014 +0200
 
1705
Author:     Marek Kasik <mkasik@redhat.com>
 
1706
AuthorDate: Mon Jul 14 15:37:06 2014 +0200
 
1707
Commit:     Marek Kasik <mkasik@redhat.com>
 
1708
CommitDate: Mon Jul 14 16:02:35 2014 +0200
1222
1709
 
1223
1710
    Remove redundant checks before free
1224
1711
 
1233
1720
 4 files changed, 4 insertions(+), 9 deletions(-)
1234
1721
 
1235
1722
commit 24d614357a1ab42af8a55db189a8ac05f67c013d
1236
 
Author: Ignacio Casal Quinteiro <icq@gnome.org>
1237
 
Date:   Mon Jul 14 08:54:45 2014 +0200
 
1723
Author:     Ignacio Casal Quinteiro <icq@gnome.org>
 
1724
AuthorDate: Mon Jul 14 08:54:45 2014 +0200
 
1725
Commit:     Matthias Clasen <mclasen@redhat.com>
 
1726
CommitDate: Mon Jul 14 08:43:17 2014 -0400
1238
1727
 
1239
1728
    gspawn-win32: do not rely on __argc and __argv global vars.
1240
1729
 
1250
1739
 1 file changed, 34 insertions(+), 33 deletions(-)
1251
1740
 
1252
1741
commit d67813045dfd6336a6e109c4818990c3fb117ade
1253
 
Author: Gergely POLONKAI <gergely@polonkai.eu>
1254
 
Date:   Sat Jul 12 07:36:00 2014 +0000
 
1742
Author:     Gergely POLONKAI <gergely@polonkai.eu>
 
1743
AuthorDate: Sat Jul 12 07:36:00 2014 +0000
 
1744
Commit:     Matthias Clasen <mclasen@redhat.com>
 
1745
CommitDate: Mon Jul 14 08:39:34 2014 -0400
1255
1746
 
1256
1747
    Fix typos in gbytes_hash and g_time_zone_find_interval docs
1257
1748
 
1262
1753
 2 files changed, 2 insertions(+), 2 deletions(-)
1263
1754
 
1264
1755
commit f62c8fce8e7f9ae102de308941423006e419cdf3
1265
 
Author: SyncEvolution Nightly Testing <syncevolution@syncevolution.org>
1266
 
Date:   Thu Jul 10 09:52:26 2014 +0000
 
1756
Author:     SyncEvolution Nightly Testing
 
1757
<syncevolution@syncevolution.org>
 
1758
AuthorDate: Thu Jul 10 09:52:26 2014 +0000
 
1759
Commit:     Matthias Clasen <mclasen@redhat.com>
 
1760
CommitDate: Mon Jul 14 08:35:11 2014 -0400
1267
1761
 
1268
1762
    gio: avoid g_object_ref(NULL) in g_dbus_object_manager_client_finalize
1269
1763
 
1279
1773
 1 file changed, 2 insertions(+), 1 deletion(-)
1280
1774
 
1281
1775
commit b458d3da325c94308f442cebe897c6648938c119
1282
 
Author: Matthias Clasen <mclasen@redhat.com>
1283
 
Date:   Mon Jul 14 08:27:30 2014 -0400
 
1776
Author:     Matthias Clasen <mclasen@redhat.com>
 
1777
AuthorDate: Mon Jul 14 08:27:30 2014 -0400
 
1778
Commit:     Matthias Clasen <mclasen@redhat.com>
 
1779
CommitDate: Mon Jul 14 08:27:30 2014 -0400
1284
1780
 
1285
1781
    Fix a failing testcase
1286
1782
 
1292
1788
 1 file changed, 8 insertions(+), 3 deletions(-)
1293
1789
 
1294
1790
commit 60fe7b46d2a500bd6a5cd47105dc3172acf9c7a9
1295
 
Author: Javier Jardón <jjardon@gnome.org>
1296
 
Date:   Thu Jul 10 17:09:07 2014 +0100
 
1791
Author:     Javier Jardón <jjardon@gnome.org>
 
1792
AuthorDate: Thu Jul 10 17:09:07 2014 +0100
 
1793
Commit:     Javier Jardón <jjardon@gnome.org>
 
1794
CommitDate: Thu Jul 10 17:09:30 2014 +0100
1297
1795
 
1298
1796
    docs: Use "Returns:" instead "Return:"
1299
1797
 
1302
1800
 2 files changed, 3 insertions(+), 3 deletions(-)
1303
1801
 
1304
1802
commit 02c6e908d7a1ea85ba4fdc39e2c4f8d45d8be739
1305
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
1306
 
Date:   Wed Jul 9 10:48:47 2014 -0500
 
1803
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
1804
AuthorDate: Wed Jul 9 10:48:47 2014 -0500
 
1805
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
1806
CommitDate: Wed Jul 9 10:49:39 2014 -0500
1307
1807
 
1308
1808
    Fix typo
1309
1809
 
1311
1811
 1 file changed, 1 insertion(+), 1 deletion(-)
1312
1812
 
1313
1813
commit 5d0e295fb858cce1cba3f45019a844521b735777
1314
 
Author: Ryan Lortie <desrt@desrt.ca>
1315
 
Date:   Wed Jul 9 11:19:58 2014 -0400
 
1814
Author:     Ryan Lortie <desrt@desrt.ca>
 
1815
AuthorDate: Wed Jul 9 11:19:58 2014 -0400
 
1816
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1817
CommitDate: Wed Jul 9 11:19:58 2014 -0400
1316
1818
 
1317
1819
    GDBusMessage: add some G_UNLIKELY on error paths
1318
1820
 
1322
1824
 1 file changed, 4 insertions(+), 4 deletions(-)
1323
1825
 
1324
1826
commit 636cd00c213995ffecd302369515bc3b36257589
1325
 
Author: Tim-Philipp Müller <tim@centricular.com>
1326
 
Date:   Sat Jul 5 15:03:22 2014 +0100
 
1827
Author:     Tim-Philipp Müller <tim@centricular.com>
 
1828
AuthorDate: Sat Jul 5 15:03:22 2014 +0100
 
1829
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1830
CommitDate: Wed Jul 9 10:59:06 2014 -0400
1327
1831
 
1328
1832
    GCond (linux): fix g_cond_wait_until() return value on timeout
1329
1833
 
1337
1841
 2 files changed, 9 insertions(+), 2 deletions(-)
1338
1842
 
1339
1843
commit ecf1359191b2f796a7d63288652dd1a93525417d
1340
 
Author: Ryan Lortie <desrt@desrt.ca>
1341
 
Date:   Sun Jun 29 17:47:10 2014 -0400
 
1844
Author:     Ryan Lortie <desrt@desrt.ca>
 
1845
AuthorDate: Sun Jun 29 17:47:10 2014 -0400
 
1846
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1847
CommitDate: Wed Jul 9 10:59:06 2014 -0400
1342
1848
 
1343
1849
    GMutex (linux): detect and report some errors
1344
1850
 
1359
1865
 1 file changed, 20 insertions(+), 4 deletions(-)
1360
1866
 
1361
1867
commit 49b59e5ac4428a6a99a85d699c3662f96efc4e9d
1362
 
Author: Ryan Lortie <desrt@desrt.ca>
1363
 
Date:   Tue Jun 10 08:28:32 2014 -0400
 
1868
Author:     Ryan Lortie <desrt@desrt.ca>
 
1869
AuthorDate: Tue Jun 10 08:28:32 2014 -0400
 
1870
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1871
CommitDate: Wed Jul 9 10:59:06 2014 -0400
1364
1872
 
1365
1873
    GLib: implement GMutex natively on Linux
1366
1874
 
1388
1896
 1 file changed, 207 insertions(+), 1 deletion(-)
1389
1897
 
1390
1898
commit be0b921115c319186c678a054958f405b8c90a2b
1391
 
Author: Dan Winship <danw@gnome.org>
1392
 
Date:   Thu Apr 10 11:37:23 2014 -0400
 
1899
Author:     Dan Winship <danw@gnome.org>
 
1900
AuthorDate: Thu Apr 10 11:37:23 2014 -0400
 
1901
Commit:     Dan Winship <danw@gnome.org>
 
1902
CommitDate: Wed Jul 9 10:48:34 2014 -0400
1393
1903
 
1394
1904
    Fix up failure-to-see-expected-message logging
1395
1905
 
1413
1923
 2 files changed, 15 insertions(+), 7 deletions(-)
1414
1924
 
1415
1925
commit 5463c8cedbdf9ea2829f83c53876f21b34f57250
1416
 
Author: Ryan Lortie <desrt@desrt.ca>
1417
 
Date:   Fri Jul 4 15:00:49 2014 -0400
 
1926
Author:     Ryan Lortie <desrt@desrt.ca>
 
1927
AuthorDate: Fri Jul 4 15:00:49 2014 -0400
 
1928
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1929
CommitDate: Wed Jul 9 10:43:26 2014 -0400
1418
1930
 
1419
1931
    GDBusMessage: fast-path decoding of fixed arrays
1420
1932
 
1429
1941
 1 file changed, 114 insertions(+), 31 deletions(-)
1430
1942
 
1431
1943
commit 958da1e9dc82fbb91862501226b8928faf2f9558
1432
 
Author: Ryan Lortie <desrt@desrt.ca>
1433
 
Date:   Fri Jul 4 18:42:14 2014 -0400
 
1944
Author:     Ryan Lortie <desrt@desrt.ca>
 
1945
AuthorDate: Fri Jul 4 18:42:14 2014 -0400
 
1946
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1947
CommitDate: Wed Jul 9 10:43:26 2014 -0400
1434
1948
 
1435
1949
    GDBusMessage: fast-path encoding of fixed arrays
1436
1950
 
1442
1956
 1 file changed, 20 insertions(+), 1 deletion(-)
1443
1957
 
1444
1958
commit f8d42cefbddf4930e40d6866e7002e556186763e
1445
 
Author: Dan Winship <danw@gnome.org>
1446
 
Date:   Wed Jul 9 10:36:57 2014 -0400
 
1959
Author:     Dan Winship <danw@gnome.org>
 
1960
AuthorDate: Wed Jul 9 10:36:57 2014 -0400
 
1961
Commit:     Dan Winship <danw@gnome.org>
 
1962
CommitDate: Wed Jul 9 10:36:57 2014 -0400
1447
1963
 
1448
1964
    gtask: fix leak in example code
1449
1965
 
1451
1967
 1 file changed, 1 insertion(+)
1452
1968
 
1453
1969
commit e608ec7b2e47d29fa189fca6e97f484f41c115a4
1454
 
Author: Tristan Van Berkom <tristan@upstairslabs.com>
1455
 
Date:   Tue Jul 8 13:13:51 2014 -0300
 
1970
Author:     Tristan Van Berkom <tristan@upstairslabs.com>
 
1971
AuthorDate: Tue Jul 8 13:13:51 2014 -0300
 
1972
Commit:     Tristan Van Berkom <tristan@upstairslabs.com>
 
1973
CommitDate: Tue Jul 8 13:13:51 2014 -0300
1456
1974
 
1457
1975
    Added missing "Since:" annotations for g_input_stream_read_bytes()
1458
1976
    APIs.
1461
1979
 1 file changed, 6 insertions(+)
1462
1980
 
1463
1981
commit d108ada4b98cb50fb1517f55c4f09acdaf3de471
1464
 
Author: Ryan Lortie <desrt@desrt.ca>
1465
 
Date:   Fri Jul 4 14:59:17 2014 -0400
 
1982
Author:     Ryan Lortie <desrt@desrt.ca>
 
1983
AuthorDate: Fri Jul 4 14:59:17 2014 -0400
 
1984
Commit:     Ryan Lortie <desrt@desrt.ca>
 
1985
CommitDate: Mon Jul 7 15:02:54 2014 -0400
1466
1986
 
1467
1987
    GDBusMessage: simplify byteswapping
1468
1988
 
1475
1995
 1 file changed, 35 insertions(+), 73 deletions(-)
1476
1996
 
1477
1997
commit 58250555224ffcd22be24b1da9025564090cdba0
1478
 
Author: Ryan Lortie <desrt@desrt.ca>
1479
 
Date:   Fri Jul 4 19:18:40 2014 -0400
 
1998
Author:     Ryan Lortie <desrt@desrt.ca>
 
1999
AuthorDate: Fri Jul 4 19:18:40 2014 -0400
 
2000
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2001
CommitDate: Mon Jul 7 13:40:03 2014 -0400
1480
2002
 
1481
2003
    gapplication tests: test resource base path
1482
2004
 
1490
2012
 1 file changed, 34 insertions(+)
1491
2013
 
1492
2014
commit cea9de93c8838099661f5b54462f9c4b6410bfc9
1493
 
Author: Ryan Lortie <desrt@desrt.ca>
1494
 
Date:   Fri Jul 4 09:53:51 2014 -0400
 
2015
Author:     Ryan Lortie <desrt@desrt.ca>
 
2016
AuthorDate: Fri Jul 4 09:53:51 2014 -0400
 
2017
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2018
CommitDate: Mon Jul 7 13:40:03 2014 -0400
1495
2019
 
1496
2020
    GApplication: add a "resource base path"
1497
2021
 
1513
2037
 3 files changed, 113 insertions(+)
1514
2038
 
1515
2039
commit 60226a0386158e6969ec406e8af5efde4085d15b
1516
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
1517
 
Date:   Fri Jul 4 14:04:17 2014 +0100
 
2040
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2041
AuthorDate: Fri Jul 4 14:04:17 2014 +0100
 
2042
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
2043
CommitDate: Sun Jul 6 12:56:41 2014 +0100
1518
2044
 
1519
2045
    ginetsocketaddress: Explicitly initialise flags for getaddrinfo()
1520
2046
 
1532
2058
 1 file changed, 2 insertions(+)
1533
2059
 
1534
2060
commit 29c48f623fdcf516d6123ee9544087e1f512ed53
1535
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
1536
 
Date:   Sat Jul 5 20:27:58 2014 -0500
 
2061
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2062
AuthorDate: Sat Jul 5 20:27:58 2014 -0500
 
2063
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2064
CommitDate: Sat Jul 5 20:27:58 2014 -0500
1537
2065
 
1538
2066
    Fix typo
1539
2067
 
1541
2069
 1 file changed, 1 insertion(+), 1 deletion(-)
1542
2070
 
1543
2071
commit 46ca06228486ce725bf202d3abb0a55a22250ba2
1544
 
Author: Aurimas Černius <aurisc4@gmail.com>
1545
 
Date:   Sat Jul 5 13:41:58 2014 +0300
 
2072
Author:     Aurimas Černius <aurisc4@gmail.com>
 
2073
AuthorDate: Sat Jul 5 13:41:58 2014 +0300
 
2074
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
2075
CommitDate: Sat Jul 5 13:41:58 2014 +0300
1546
2076
 
1547
2077
    Updated Lithuanian translation
1548
2078
 
1551
2081
 1 file changed, 293 insertions(+), 290 deletions(-)
1552
2082
 
1553
2083
commit 97f34bacce1fa59c6b3ee05bdbc2ab96a8ad9a4e
1554
 
Author: Sébastien Wilmet <swilmet@gnome.org>
1555
 
Date:   Thu Jul 3 19:53:51 2014 +0200
 
2084
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
2085
AuthorDate: Thu Jul 3 19:53:51 2014 +0200
 
2086
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
2087
CommitDate: Fri Jul 4 17:03:50 2014 +0200
1556
2088
 
1557
2089
    doc: small improvement and fixes
1558
2090
 
1568
2100
 2 files changed, 7 insertions(+), 3 deletions(-)
1569
2101
 
1570
2102
commit 48c7d041e2d046462156056d297f609465fce6ab
1571
 
Author: Sébastien Wilmet <swilmet@gnome.org>
1572
 
Date:   Thu Jul 3 18:02:31 2014 +0200
 
2103
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
2104
AuthorDate: Thu Jul 3 18:02:31 2014 +0200
 
2105
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
2106
CommitDate: Fri Jul 4 17:03:50 2014 +0200
1573
2107
 
1574
2108
    doc: improve doc of g_input_stream_read()
1575
2109
 
1586
2120
 1 file changed, 3 insertions(+)
1587
2121
 
1588
2122
commit b0c7221c559693baf0735d6562940e0eec0a798c
1589
 
Author: Sébastien Wilmet <swilmet@gnome.org>
1590
 
Date:   Thu Jul 3 15:45:11 2014 +0200
 
2123
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
2124
AuthorDate: Thu Jul 3 15:45:11 2014 +0200
 
2125
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
2126
CommitDate: Thu Jul 3 20:11:46 2014 +0200
1591
2127
 
1592
2128
    doc: improve doc of g_subprocess_wait()
1593
2129
 
1604
2140
 1 file changed, 3 insertions(+)
1605
2141
 
1606
2142
commit c3842d1969feace4bfb12919be730e75e53877d9
1607
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
1608
 
Date:   Tue Jul 1 23:52:19 2014 -0500
 
2143
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2144
AuthorDate: Tue Jul 1 23:52:19 2014 -0500
 
2145
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2146
CommitDate: Tue Jul 1 23:52:19 2014 -0500
1609
2147
 
1610
2148
    Fix old wiki links
1611
2149
 
1619
2157
 7 files changed, 8 insertions(+), 8 deletions(-)
1620
2158
 
1621
2159
commit 451f732e4f80523a14628375a981566c2d6b0bb8
1622
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
1623
 
Date:   Tue Jul 1 18:01:59 2014 +0200
 
2160
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
2161
AuthorDate: Tue Jul 1 18:01:59 2014 +0200
 
2162
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
2163
CommitDate: Tue Jul 1 18:01:59 2014 +0200
1624
2164
 
1625
2165
    Updated Galician translations
1626
2166
 
1629
2169
 1 file changed, 340 insertions(+), 335 deletions(-)
1630
2170
 
1631
2171
commit 98d37f203e1f60f45a761f3be74a5e6864f5d9d6
1632
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1633
 
Date:   Tue Jul 1 16:08:21 2014 +0800
 
2172
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
2173
AuthorDate: Tue Jul 1 16:08:21 2014 +0800
 
2174
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
2175
CommitDate: Tue Jul 1 16:08:21 2014 +0800
1634
2176
 
1635
2177
    MSVC 2012/2013 Support: Update Property Sheet Creation
1636
2178
 
1644
2186
 1 file changed, 1 insertion(+), 1 deletion(-)
1645
2187
 
1646
2188
commit 46df528adf7ce75be4bbdd3f97349670cb24a018
1647
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
1648
 
Date:   Mon Jun 30 14:46:32 2014 +0200
 
2189
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
2190
AuthorDate: Mon Jun 30 14:46:32 2014 +0200
 
2191
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
2192
CommitDate: Mon Jun 30 14:46:32 2014 +0200
1649
2193
 
1650
2194
    glib: Fix make dist
1651
2195
 
1653
2197
 1 file changed, 2 deletions(-)
1654
2198
 
1655
2199
commit 72de983469ce1db81134ed3b5e2af77b56170bf3
1656
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
1657
 
Date:   Mon Jun 30 17:31:57 2014 +0800
 
2200
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
2201
AuthorDate: Mon Jun 30 17:31:57 2014 +0800
 
2202
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
2203
CommitDate: Mon Jun 30 19:56:05 2014 +0800
1658
2204
 
1659
2205
    valgrind.h: Disable Valgrind features on x64 Visual C++ Builds
1660
2206
 
1672
2218
 1 file changed, 10 insertions(+)
1673
2219
 
1674
2220
commit b39b19ca20159597ad7faece38de53a2939244c5
1675
 
Author: Christian Persch <chpe@gnome.org>
1676
 
Date:   Sun Jun 29 20:17:57 2014 +0200
 
2221
Author:     Christian Persch <chpe@gnome.org>
 
2222
AuthorDate: Sun Jun 29 20:17:57 2014 +0200
 
2223
Commit:     Christian Persch <chpe@gnome.org>
 
2224
CommitDate: Sun Jun 29 20:18:48 2014 +0200
1677
2225
 
1678
2226
    unicode: Update test data files for unicode 7.0.0
1679
2227
 
1685
2233
 2 files changed, 196 insertions(+), 8 deletions(-)
1686
2234
 
1687
2235
commit ffe286e647ce9ba9bb8e1631ba3cf0194038f438
1688
 
Author: Sébastien Wilmet <swilmet@gnome.org>
1689
 
Date:   Fri Jun 27 20:43:39 2014 +0200
 
2236
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
2237
AuthorDate: Fri Jun 27 20:43:39 2014 +0200
 
2238
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
2239
CommitDate: Sun Jun 29 17:57:24 2014 +0200
1690
2240
 
1691
2241
    doc: improve doc of g_file_equal()
1692
2242
 
1706
2256
 1 file changed, 1 deletion(-)
1707
2257
 
1708
2258
commit 82352ab8e7bc0d499a1e1a805ba4c5f896d3ba8c
1709
 
Author: Sébastien Wilmet <swilmet@gnome.org>
1710
 
Date:   Sun May 11 18:51:29 2014 +0200
 
2259
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
2260
AuthorDate: Sun May 11 18:51:29 2014 +0200
 
2261
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
2262
CommitDate: Sun Jun 29 17:57:24 2014 +0200
1711
2263
 
1712
2264
    doc: various improvements
1713
2265
 
1727
2279
 3 files changed, 7 insertions(+), 8 deletions(-)
1728
2280
 
1729
2281
commit 42e04f4effe2a8759392f1485b5f4df85aefe48e
1730
 
Author: Ryan Lortie <desrt@desrt.ca>
1731
 
Date:   Sun Jun 29 11:34:16 2014 -0400
 
2282
Author:     Ryan Lortie <desrt@desrt.ca>
 
2283
AuthorDate: Sun Jun 29 11:34:16 2014 -0400
 
2284
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2285
CommitDate: Sun Jun 29 11:34:16 2014 -0400
1732
2286
 
1733
2287
    GActionEntry: one more docs fix
1734
2288
 
1738
2292
 1 file changed, 5 insertions(+), 4 deletions(-)
1739
2293
 
1740
2294
commit c78037773b574b6f15915c23299eb7a2ff3c1900
1741
 
Author: Ryan Lortie <desrt@desrt.ca>
1742
 
Date:   Sun Jun 29 11:13:25 2014 -0400
 
2295
Author:     Ryan Lortie <desrt@desrt.ca>
 
2296
AuthorDate: Sun Jun 29 11:13:25 2014 -0400
 
2297
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2298
CommitDate: Sun Jun 29 11:14:45 2014 -0400
1743
2299
 
1744
2300
    GActionEntry: improve documentation
1745
2301
 
1758
2314
 1 file changed, 9 insertions(+), 3 deletions(-)
1759
2315
 
1760
2316
commit 1b3deb5f56a6d73fadb4303a02bf52a67bdefaf5
1761
 
Author: Koop Mast <kwm@rainbow-runner.nl>
1762
 
Date:   Sun Feb 23 01:09:45 2014 +0100
 
2317
Author:     Koop Mast <kwm@rainbow-runner.nl>
 
2318
AuthorDate: Sun Feb 23 01:09:45 2014 +0100
 
2319
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2320
CommitDate: Sat Jun 28 14:06:59 2014 -0400
1763
2321
 
1764
2322
    Change gio/data-to-c.pl to /usr/bin/env perl.
1765
2323
 
1772
2330
 1 file changed, 1 insertion(+), 1 deletion(-)
1773
2331
 
1774
2332
commit afce39c228eacfecb45bd9de0f58e7ca767e36ed
1775
 
Author: Patrick Welche <prlw1@cam.ac.uk>
1776
 
Date:   Tue Apr 15 15:09:22 2014 +0100
 
2333
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
2334
AuthorDate: Tue Apr 15 15:09:22 2014 +0100
 
2335
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2336
CommitDate: Sat Jun 28 14:06:36 2014 -0400
1777
2337
 
1778
2338
    gcredentials: add NetBSD support
1779
2339
 
1788
2348
 6 files changed, 65 insertions(+)
1789
2349
 
1790
2350
commit 01098e34c188b4ec93944e14dbece6818d786aec
1791
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
1792
 
Date:   Sun Jun 15 15:42:31 2014 +0200
 
2351
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
2352
AuthorDate: Sun Jun 15 15:42:31 2014 +0200
 
2353
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2354
CommitDate: Sat Jun 28 14:05:23 2014 -0400
1793
2355
 
1794
2356
    GNotification: add priority
1795
2357
 
1805
2367
 6 files changed, 105 insertions(+), 19 deletions(-)
1806
2368
 
1807
2369
commit baef9d18116d55196f00847e0b96c317bab2238b
1808
 
Author: Kang Hu <hukangustc@gmail.com>
1809
 
Date:   Sat May 10 20:47:57 2014 +0800
 
2370
Author:     Kang Hu <hukangustc@gmail.com>
 
2371
AuthorDate: Sat May 10 20:47:57 2014 +0800
 
2372
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2373
CommitDate: Sat Jun 28 14:00:32 2014 -0400
1810
2374
 
1811
2375
    gobject: move _g_type_debug_flags from gtype.h to gtype-private.h
1812
2376
 
1820
2384
 2 files changed, 2 insertions(+), 1 deletion(-)
1821
2385
 
1822
2386
commit 9f5afe3966d31ef6f1e880d950206a0325e6c777
1823
 
Author: Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
1824
 
Date:   Sun Sep 22 23:34:27 2013 +0300
 
2387
Author:     Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
 
2388
AuthorDate: Sun Sep 22 23:34:27 2013 +0300
 
2389
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2390
CommitDate: Sat Jun 28 13:56:07 2014 -0400
1825
2391
 
1826
2392
    glib/tests/mainloop: Acquire the context while asserting its state
1827
2393
 
1833
2399
 1 file changed, 6 insertions(+)
1834
2400
 
1835
2401
commit c0e8f8a8dbd0dc2c92cd7b7b450d624585570d05
1836
 
Author: Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
1837
 
Date:   Tue Sep 17 09:07:07 2013 +0300
 
2402
Author:     Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
 
2403
AuthorDate: Tue Sep 17 09:07:07 2013 +0300
 
2404
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2405
CommitDate: Sat Jun 28 13:56:07 2014 -0400
1838
2406
 
1839
2407
    A simple test for polling on a file-like descriptor
1840
2408
 
1844
2412
 1 file changed, 43 insertions(+)
1845
2413
 
1846
2414
commit 000737612852d76fd1b85b42363901ec6ab12bd9
1847
 
Author: Ryan Lortie <desrt@desrt.ca>
1848
 
Date:   Fri Jun 6 12:16:55 2014 -0400
 
2415
Author:     Ryan Lortie <desrt@desrt.ca>
 
2416
AuthorDate: Fri Jun 6 12:16:55 2014 -0400
 
2417
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2418
CommitDate: Sat Jun 28 13:51:23 2014 -0400
1849
2419
 
1850
2420
    giochannel: avoid setting uninitialised length
1851
2421
 
1870
2440
 1 file changed, 1 insertion(+), 1 deletion(-)
1871
2441
 
1872
2442
commit 88b284c07051ccf5a7561d04236d83c8bb61993a
1873
 
Author: Bastien Nocera <hadess@hadess.net>
1874
 
Date:   Thu Apr 17 09:18:14 2014 +0200
 
2443
Author:     Bastien Nocera <hadess@hadess.net>
 
2444
AuthorDate: Thu Apr 17 09:18:14 2014 +0200
 
2445
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2446
CommitDate: Sat Jun 28 13:46:17 2014 -0400
1875
2447
 
1876
2448
    GDateTime: Add guards to g_date_time_new()
1877
2449
 
1881
2453
 1 file changed, 2 insertions(+)
1882
2454
 
1883
2455
commit f18811f2dcca8e49f001d86541bfd05deb7290a9
1884
 
Author: Florian Pelz <pelzflorian@googlemail.com>
1885
 
Date:   Thu May 8 19:44:30 2014 +0200
 
2456
Author:     Florian Pelz <pelzflorian@googlemail.com>
 
2457
AuthorDate: Thu May 8 19:44:30 2014 +0200
 
2458
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2459
CommitDate: Sat Jun 28 13:43:23 2014 -0400
1886
2460
 
1887
2461
    docs: Fix formatting of g_alloca documentation.
1888
2462
 
1892
2466
 1 file changed, 20 insertions(+), 27 deletions(-)
1893
2467
 
1894
2468
commit cc38cb359fc4966cbd7616cac0bf867a31762235
1895
 
Author: Daniel Macks <dmacks@netspace.org>
1896
 
Date:   Tue Jun 10 13:43:27 2014 -0400
 
2469
Author:     Daniel Macks <dmacks@netspace.org>
 
2470
AuthorDate: Tue Jun 10 13:43:27 2014 -0400
 
2471
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2472
CommitDate: Sat Jun 28 13:19:56 2014 -0400
1897
2473
 
1898
2474
    Convert multiple #if/#endif to single #if/#elif/#endif
1899
2475
 
1903
2479
 1 file changed, 3 insertions(+), 6 deletions(-)
1904
2480
 
1905
2481
commit ab9f63fadd8f769b2b2ae7c32a8cce42fac01451
1906
 
Author: Patrick Welche <prlw1@cam.ac.uk>
1907
 
Date:   Sat Jan 4 17:42:23 2014 +0000
 
2482
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
2483
AuthorDate: Sat Jan 4 17:42:23 2014 +0000
 
2484
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2485
CommitDate: Sat Jun 28 13:17:16 2014 -0400
1908
2486
 
1909
2487
    gmessages: make g_assert_warning compiler friendly
1910
2488
 
1914
2492
 1 file changed, 15 insertions(+), 9 deletions(-)
1915
2493
 
1916
2494
commit dce88768dc9bedaa46eb310a1f64562ea1247b68
1917
 
Author: Ryan Lortie <desrt@desrt.ca>
1918
 
Date:   Sun May 25 12:18:14 2014 +0200
 
2495
Author:     Ryan Lortie <desrt@desrt.ca>
 
2496
AuthorDate: Sun May 25 12:18:14 2014 +0200
 
2497
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2498
CommitDate: Sat Jun 28 13:07:52 2014 -0400
1919
2499
 
1920
2500
    all: remove use of 'register' keyword
1921
2501
 
1945
2525
 18 files changed, 168 insertions(+), 171 deletions(-)
1946
2526
 
1947
2527
commit d217429729aad360f372633f2ec99778c0fc08d5
1948
 
Author: Christian Persch <chpe@gnome.org>
1949
 
Date:   Sat May 3 19:36:18 2014 +0200
 
2528
Author:     Christian Persch <chpe@gnome.org>
 
2529
AuthorDate: Sat May 3 19:36:18 2014 +0200
 
2530
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2531
CommitDate: Sat Jun 28 12:49:38 2014 -0400
1950
2532
 
1951
2533
    unicode: Update to unicode 7.0.0
1952
2534
 
1964
2546
 8 files changed, 8762 insertions(+), 5506 deletions(-)
1965
2547
 
1966
2548
commit 30ed5f53e205e6bfc35126a9d3c62dac8a9c5dad
1967
 
Author: Christian Persch <chpe@gnome.org>
1968
 
Date:   Thu Jun 19 19:29:16 2014 +0200
 
2549
Author:     Christian Persch <chpe@gnome.org>
 
2550
AuthorDate: Thu Jun 19 19:29:16 2014 +0200
 
2551
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2552
CommitDate: Sat Jun 28 12:49:07 2014 -0400
1969
2553
 
1970
2554
    unicode: Switch compose_second_single to gunichar
1971
2555
 
1975
2559
 1 file changed, 1 insertion(+), 4 deletions(-)
1976
2560
 
1977
2561
commit 7e3d32b7053b47ca7feecf185abac96b619770c2
1978
 
Author: Christian Persch <chpe@gnome.org>
1979
 
Date:   Sat May 3 18:49:07 2014 +0200
 
2562
Author:     Christian Persch <chpe@gnome.org>
 
2563
AuthorDate: Sat May 3 18:49:07 2014 +0200
 
2564
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2565
CommitDate: Sat Jun 28 12:49:07 2014 -0400
1980
2566
 
1981
2567
    unicode: Move gscripttable.h generation into main script
1982
2568
 
1991
2577
 3 files changed, 133 insertions(+), 129 deletions(-)
1992
2578
 
1993
2579
commit 33c8a894907cf557c50849d8a3a2447324750414
1994
 
Author: Christian Persch <chpe@gnome.org>
1995
 
Date:   Sat May 3 17:56:07 2014 +0200
 
2580
Author:     Christian Persch <chpe@gnome.org>
 
2581
AuthorDate: Sat May 3 17:56:07 2014 +0200
 
2582
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2583
CommitDate: Sat Jun 28 12:49:07 2014 -0400
1996
2584
 
1997
2585
    unicode: Simplify width table generation
1998
2586
 
2010
2598
 4 files changed, 322 insertions(+), 143 deletions(-)
2011
2599
 
2012
2600
commit 66779064368742f04eb0e45346a3b4fb53a8d6ca
2013
 
Author: Ryan Lortie <desrt@desrt.ca>
2014
 
Date:   Fri Jun 27 13:21:03 2014 -0400
 
2601
Author:     Ryan Lortie <desrt@desrt.ca>
 
2602
AuthorDate: Fri Jun 27 13:21:03 2014 -0400
 
2603
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2604
CommitDate: Fri Jun 27 14:44:36 2014 -0400
2015
2605
 
2016
2606
    GObject: tweak property deprecation warnings
2017
2607
 
2028
2618
 1 file changed, 27 insertions(+), 29 deletions(-)
2029
2619
 
2030
2620
commit 4d327bdcb0fe94901c6d207afa90477a52f88df2
2031
 
Author: Ryan Lortie <desrt@desrt.ca>
2032
 
Date:   Tue Jun 24 21:42:46 2014 -0400
 
2621
Author:     Ryan Lortie <desrt@desrt.ca>
 
2622
AuthorDate: Tue Jun 24 21:42:46 2014 -0400
 
2623
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2624
CommitDate: Fri Jun 27 13:21:15 2014 -0400
2033
2625
 
2034
2626
    GTimeZone: remove some dead code
2035
2627
 
2040
2632
 1 file changed, 2 insertions(+), 37 deletions(-)
2041
2633
 
2042
2634
commit f948a7148340012a20286dfb94912be73c32c1f6
2043
 
Author: Emmanuele Bassi <ebassi@gnome.org>
2044
 
Date:   Wed Jun 25 11:56:12 2014 +0100
 
2635
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
2636
AuthorDate: Wed Jun 25 11:56:12 2014 +0100
 
2637
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
2638
CommitDate: Wed Jun 25 11:56:12 2014 +0100
2045
2639
 
2046
2640
    gtype: Remove unused header
2047
2641
 
2051
2645
 1 file changed, 1 deletion(-)
2052
2646
 
2053
2647
commit 59c9291f5f12492bab5bb303af41a38b930be97b
2054
 
Author: Ryan Lortie <desrt@desrt.ca>
2055
 
Date:   Tue Jun 24 16:56:20 2014 -0400
 
2648
Author:     Ryan Lortie <desrt@desrt.ca>
 
2649
AuthorDate: Tue Jun 24 16:56:20 2014 -0400
 
2650
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2651
CommitDate: Tue Jun 24 16:57:12 2014 -0400
2056
2652
 
2057
2653
    Revert "gsettings: remove long-deprecated "schema" property"
2058
2654
 
2067
2663
 1 file changed, 24 insertions(+)
2068
2664
 
2069
2665
commit d0e706178584d2251b11f71321cdbfee5af04847
2070
 
Author: Ryan Lortie <desrt@desrt.ca>
2071
 
Date:   Tue Jun 24 16:13:30 2014 -0400
 
2666
Author:     Ryan Lortie <desrt@desrt.ca>
 
2667
AuthorDate: Tue Jun 24 16:13:30 2014 -0400
 
2668
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2669
CommitDate: Tue Jun 24 16:18:30 2014 -0400
2072
2670
 
2073
2671
    GObject: warn on use of deprecated properties
2074
2672
 
2088
2686
 1 file changed, 63 insertions(+), 20 deletions(-)
2089
2687
 
2090
2688
commit c5c3c320a2eb32aa9bde5d412ce5bee0fc215ead
2091
 
Author: Edward Hervey <bilboed@bilboed.com>
2092
 
Date:   Thu Jun 19 11:28:48 2014 +0200
 
2689
Author:     Edward Hervey <bilboed@bilboed.com>
 
2690
AuthorDate: Thu Jun 19 11:28:48 2014 +0200
 
2691
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2692
CommitDate: Tue Jun 24 14:21:10 2014 -0400
2093
2693
 
2094
2694
    gvalue: New g_value_init_from_instance
2095
2695
 
2113
2713
 4 files changed, 71 insertions(+), 4 deletions(-)
2114
2714
 
2115
2715
commit f727c820b823178285d90b3f033f7d2a4d3cdf9f
2116
 
Author: Ryan Lortie <desrt@desrt.ca>
2117
 
Date:   Tue Jun 24 10:40:30 2014 -0400
 
2716
Author:     Ryan Lortie <desrt@desrt.ca>
 
2717
AuthorDate: Tue Jun 24 10:40:30 2014 -0400
 
2718
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2719
CommitDate: Tue Jun 24 14:18:29 2014 -0400
2118
2720
 
2119
2721
    gvariant tests: workaround libc/compiler "issue"
2120
2722
 
2140
2742
 1 file changed, 9 insertions(+), 3 deletions(-)
2141
2743
 
2142
2744
commit cf9b162e0d0defaff2ad5c85aeaf7af0899ad22f
2143
 
Author: Ryan Lortie <desrt@desrt.ca>
2144
 
Date:   Mon Jun 23 08:53:26 2014 -0400
 
2745
Author:     Ryan Lortie <desrt@desrt.ca>
 
2746
AuthorDate: Mon Jun 23 08:53:26 2014 -0400
 
2747
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2748
CommitDate: Tue Jun 24 14:18:28 2014 -0400
2145
2749
 
2146
2750
    gsettings: remove long-deprecated "schema" property
2147
2751
 
2156
2760
 1 file changed, 24 deletions(-)
2157
2761
 
2158
2762
commit f2ceb74e91e05e9556622bc2cde7ab57cbc30ea3
2159
 
Author: Ryan Lortie <desrt@desrt.ca>
2160
 
Date:   Mon Jun 23 08:53:06 2014 -0400
 
2763
Author:     Ryan Lortie <desrt@desrt.ca>
 
2764
AuthorDate: Mon Jun 23 08:53:06 2014 -0400
 
2765
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2766
CommitDate: Tue Jun 24 14:18:28 2014 -0400
2161
2767
 
2162
2768
    gsettings test: stop testing long-deprecated API
2163
2769
 
2169
2775
 1 file changed, 2 insertions(+), 2 deletions(-)
2170
2776
 
2171
2777
commit 753e6ef7d78374072141bbf8fc0f3f3d7e1b57db
2172
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
2173
 
Date:   Tue Jun 24 10:49:00 2014 -0500
 
2778
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2779
AuthorDate: Tue Jun 24 10:49:00 2014 -0500
 
2780
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2781
CommitDate: Tue Jun 24 10:49:21 2014 -0500
2174
2782
 
2175
2783
    docs: fix typos
2176
2784
 
2178
2786
 1 file changed, 2 insertions(+), 2 deletions(-)
2179
2787
 
2180
2788
commit bc56512dd77b9b2386d5a2f43c5ec33691bb185e
2181
 
Author: Matthias Clasen <mclasen@redhat.com>
2182
 
Date:   Mon Jun 23 23:14:56 2014 -0400
 
2789
Author:     Matthias Clasen <mclasen@redhat.com>
 
2790
AuthorDate: Mon Jun 23 23:14:56 2014 -0400
 
2791
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2792
CommitDate: Mon Jun 23 23:14:56 2014 -0400
2183
2793
 
2184
2794
    Bump version
2185
2795
 
2187
2797
 1 file changed, 1 insertion(+), 1 deletion(-)
2188
2798
 
2189
2799
commit 1429ff12d8dd7d36c4bdc3cb771d12748f16410a
2190
 
Author: Matthias Clasen <mclasen@redhat.com>
2191
 
Date:   Mon Jun 23 21:58:07 2014 -0400
 
2800
Author:     Matthias Clasen <mclasen@redhat.com>
 
2801
AuthorDate: Mon Jun 23 21:58:07 2014 -0400
 
2802
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2803
CommitDate: Mon Jun 23 21:58:07 2014 -0400
2192
2804
 
2193
2805
    2.41.1
2194
2806
 
2197
2809
 2 files changed, 31 insertions(+), 1 deletion(-)
2198
2810
 
2199
2811
commit f1095de46f5f43edf494ea6adcabbe86685baadf
2200
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
2201
 
Date:   Mon Jun 23 15:01:28 2014 +0100
 
2812
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2813
AuthorDate: Mon Jun 23 15:01:28 2014 +0100
 
2814
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2815
CommitDate: Mon Jun 23 16:53:38 2014 +0100
2202
2816
 
2203
2817
    gsocketlistener: Don’t explicitly close sockets on finalisation
2204
2818
 
2212
2826
 1 file changed, 10 insertions(+), 3 deletions(-)
2213
2827
 
2214
2828
commit 00e733315de2c2588b0b5b95e02fcd29bb259cb1
2215
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
2216
 
Date:   Mon Jun 23 10:12:08 2014 +0100
 
2829
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2830
AuthorDate: Mon Jun 23 10:12:08 2014 +0100
 
2831
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2832
CommitDate: Mon Jun 23 16:24:47 2014 +0100
2217
2833
 
2218
2834
    gsocket: Document that g_socket_create_source() holds a socket ref
2219
2835
 
2229
2845
 1 file changed, 3 insertions(+), 2 deletions(-)
2230
2846
 
2231
2847
commit 248ca727820923c28a39d2e0ee40db54c141adea
2232
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
2233
 
Date:   Mon Jun 23 00:59:39 2014 +0100
 
2848
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2849
AuthorDate: Mon Jun 23 00:59:39 2014 +0100
 
2850
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
2851
CommitDate: Mon Jun 23 12:30:51 2014 +0100
2234
2852
 
2235
2853
    gsignal: Add an example to the g_signal_connect_swapped()
2236
2854
    documentation
2244
2862
 1 file changed, 25 insertions(+), 3 deletions(-)
2245
2863
 
2246
2864
commit 90025254fd0047d61fe5c1de84b905da842c43f0
2247
 
Author: Matthias Clasen <mclasen@redhat.com>
2248
 
Date:   Fri Jun 20 20:54:47 2014 -0400
 
2865
Author:     Matthias Clasen <mclasen@redhat.com>
 
2866
AuthorDate: Fri Jun 20 20:54:47 2014 -0400
 
2867
Commit:     Matthias Clasen <mclasen@redhat.com>
 
2868
CommitDate: Sun Jun 22 14:34:27 2014 -0400
2249
2869
 
2250
2870
    Return folder as icon for directories
2251
2871
 
2259
2879
 1 file changed, 6 insertions(+), 1 deletion(-)
2260
2880
 
2261
2881
commit d80adeaa960ddfa13837900d0391f9bd9c239f78
2262
 
Author: Philip Withnall <philip@tecnocode.co.uk>
2263
 
Date:   Sat Jun 21 23:01:08 2014 +0100
 
2882
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
2883
AuthorDate: Sat Jun 21 23:01:08 2014 +0100
 
2884
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
2885
CommitDate: Sun Jun 22 13:02:18 2014 +0100
2264
2886
 
2265
2887
    gtestdbus: Don’t close stdout for dbus-daemon
2266
2888
 
2281
2903
 1 file changed, 13 insertions(+), 4 deletions(-)
2282
2904
 
2283
2905
commit 0950369899ac04ebe0357d0b1ba834c4dab39219
2284
 
Author: Philip Withnall <philip@tecnocode.co.uk>
2285
 
Date:   Sat Jun 21 12:29:09 2014 +0100
 
2906
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
2907
AuthorDate: Sat Jun 21 12:29:09 2014 +0100
 
2908
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
2909
CommitDate: Sun Jun 22 12:57:57 2014 +0100
2286
2910
 
2287
2911
    gclosure: Remove an unused alloca() and assignment
2288
2912
 
2294
2918
 1 file changed, 3 deletions(-)
2295
2919
 
2296
2920
commit afea86a7ef4f73a6fffd2155f2ddf411bb6fd8c6
2297
 
Author: Philip Withnall <philip@tecnocode.co.uk>
2298
 
Date:   Sat Jun 21 12:28:54 2014 +0100
 
2921
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
2922
AuthorDate: Sat Jun 21 12:28:54 2014 +0100
 
2923
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
2924
CommitDate: Sun Jun 22 12:57:57 2014 +0100
2299
2925
 
2300
2926
    goption: Remove an unused assignment
2301
2927
 
2307
2933
 1 file changed, 2 insertions(+), 2 deletions(-)
2308
2934
 
2309
2935
commit 6b8ae8f21b909102b4279900e90cb294cf542188
2310
 
Author: Philip Withnall <philip@tecnocode.co.uk>
2311
 
Date:   Sat Jun 21 10:48:08 2014 +0100
 
2936
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
2937
AuthorDate: Sat Jun 21 10:48:08 2014 +0100
 
2938
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
2939
CommitDate: Sat Jun 21 17:41:31 2014 +0100
2312
2940
 
2313
2941
    gwakeup: Clarify buffer sizing in g_wakeup_signal()
2314
2942
 
2329
2957
 1 file changed, 9 insertions(+), 2 deletions(-)
2330
2958
 
2331
2959
commit eb6da409fa904d99ec6c62718f366e3a70033881
2332
 
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2333
 
Date:   Fri Jun 20 18:25:03 2014 +0100
 
2960
Author:     Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 
2961
AuthorDate: Fri Jun 20 18:25:03 2014 +0100
 
2962
Commit:     Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 
2963
CommitDate: Sat Jun 21 12:18:58 2014 +0100
2334
2964
 
2335
2965
    docs: Correct param to interface's default_init()
2336
2966
 
2340
2970
 1 file changed, 3 insertions(+), 3 deletions(-)
2341
2971
 
2342
2972
commit d552a1f125eac718b988cdae654e36645c685343
2343
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
2344
 
Date:   Fri Jun 20 16:44:08 2014 -0500
 
2973
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2974
AuthorDate: Fri Jun 20 16:44:08 2014 -0500
 
2975
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
2976
CommitDate: Fri Jun 20 16:44:59 2014 -0500
2345
2977
 
2346
2978
    docs: fix a broken sentence
2347
2979
 
2349
2981
 1 file changed, 2 insertions(+), 2 deletions(-)
2350
2982
 
2351
2983
commit 9362a1b2d987125a8aa0723b916d29aaaece329a
2352
 
Author: Ryan Lortie <desrt@desrt.ca>
2353
 
Date:   Fri Jun 20 14:43:26 2014 -0400
 
2984
Author:     Ryan Lortie <desrt@desrt.ca>
 
2985
AuthorDate: Fri Jun 20 14:43:26 2014 -0400
 
2986
Commit:     Ryan Lortie <desrt@desrt.ca>
 
2987
CommitDate: Fri Jun 20 16:00:48 2014 -0400
2354
2988
 
2355
2989
    configure.ac: fix check for futex and eventfd
2356
2990
 
2377
3011
 1 file changed, 11 deletions(-)
2378
3012
 
2379
3013
commit bef557e55d8ab89b324ff2099b2621254aeb3929
2380
 
Author: Ryan Lortie <desrt@desrt.ca>
2381
 
Date:   Fri Jun 20 14:38:45 2014 -0400
 
3014
Author:     Ryan Lortie <desrt@desrt.ca>
 
3015
AuthorDate: Fri Jun 20 14:38:45 2014 -0400
 
3016
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3017
CommitDate: Fri Jun 20 16:00:48 2014 -0400
2382
3018
 
2383
3019
    gatomic: disable GCC extension atomics for clang
2384
3020
 
2393
3029
 1 file changed, 1 insertion(+), 1 deletion(-)
2394
3030
 
2395
3031
commit 7991178a752a22274950e54dc4f05b55ae54d756
2396
 
Author: Matthias Clasen <mclasen@redhat.com>
2397
 
Date:   Mon Jun 16 15:24:37 2014 -0400
 
3032
Author:     Matthias Clasen <mclasen@redhat.com>
 
3033
AuthorDate: Mon Jun 16 15:24:37 2014 -0400
 
3034
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3035
CommitDate: Mon Jun 16 15:25:42 2014 -0400
2398
3036
 
2399
3037
    Try to make gobject.py work with both pythons
2400
3038
 
2405
3043
 1 file changed, 4 insertions(+), 1 deletion(-)
2406
3044
 
2407
3045
commit 9f69534030f963183ac5398889630a641a71409b
2408
 
Author: Erik van Pienbroek <epienbro@fedoraproject.org>
2409
 
Date:   Sat Jun 14 17:10:17 2014 +0200
 
3046
Author:     Erik van Pienbroek <epienbro@fedoraproject.org>
 
3047
AuthorDate: Sat Jun 14 17:10:17 2014 +0200
 
3048
Commit:     Colin Walters <walters@verbum.org>
 
3049
CommitDate: Sat Jun 14 14:21:37 2014 -0400
2410
3050
 
2411
3051
    Prevent an invalid @CARBON_LIBS@ from appearing in the .pc files
2412
3052
 
2419
3059
 1 file changed, 2 insertions(+)
2420
3060
 
2421
3061
commit 94e13c71c5b722b4d236cc6b4c2a8d6a843aeadd
2422
 
Author: Tim-Philipp Müller <tim@centricular.com>
2423
 
Date:   Fri Jun 13 19:23:13 2014 +0100
 
3062
Author:     Tim-Philipp Müller <tim@centricular.com>
 
3063
AuthorDate: Fri Jun 13 19:23:13 2014 +0100
 
3064
Commit:     Tim-Philipp Müller <tim@centricular.com>
 
3065
CommitDate: Fri Jun 13 19:32:09 2014 +0100
2424
3066
 
2425
3067
    gio/tests/socket: fix minor memleak
2426
3068
 
2428
3070
 1 file changed, 1 insertion(+)
2429
3071
 
2430
3072
commit 09498e52bbc71496cd1b99ad5c8781783a864881
2431
 
Author: Colin Walters <walters@verbum.org>
2432
 
Date:   Thu Jun 12 13:37:16 2014 -0400
 
3073
Author:     Colin Walters <walters@verbum.org>
 
3074
AuthorDate: Thu Jun 12 13:37:16 2014 -0400
 
3075
Commit:     Colin Walters <walters@verbum.org>
 
3076
CommitDate: Thu Jun 12 13:38:27 2014 -0400
2433
3077
 
2434
3078
    gparam: Remove unnecessary conditionals around preconditions
2435
3079
 
2445
3089
 1 file changed, 2 insertions(+), 5 deletions(-)
2446
3090
 
2447
3091
commit f7d7e5ab2f3f9421f9df5d76487f37d4bdc78088
2448
 
Author: Colin Walters <walters@verbum.org>
2449
 
Date:   Thu Jun 12 12:53:18 2014 -0400
 
3092
Author:     Colin Walters <walters@verbum.org>
 
3093
AuthorDate: Thu Jun 12 12:53:18 2014 -0400
 
3094
Commit:     Colin Walters <walters@verbum.org>
 
3095
CommitDate: Thu Jun 12 13:25:06 2014 -0400
2450
3096
 
2451
3097
    gbookmarkfile: Cleaner error handling code to pacify static analysis
2452
3098
 
2464
3110
 1 file changed, 9 insertions(+), 26 deletions(-)
2465
3111
 
2466
3112
commit fcdd25a96eb33c389f381cacce42e6d4f2912c5c
2467
 
Author: Ryan Lortie <desrt@desrt.ca>
2468
 
Date:   Fri Jun 6 14:35:55 2014 -0400
 
3113
Author:     Ryan Lortie <desrt@desrt.ca>
 
3114
AuthorDate: Fri Jun 6 14:35:55 2014 -0400
 
3115
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3116
CommitDate: Tue Jun 10 19:04:35 2014 -0400
2469
3117
 
2470
3118
    gparam: change value of G_PARAM_EXPLICIT_NOTIFY
2471
3119
 
2489
3137
 1 file changed, 3 insertions(+), 3 deletions(-)
2490
3138
 
2491
3139
commit b413f7a285f597e4bcbb8866fcb22bea661fcdcd
2492
 
Author: Daniel Macks <dmacks@netspace.org>
2493
 
Date:   Mon Jun 9 15:17:19 2014 -0400
 
3140
Author:     Daniel Macks <dmacks@netspace.org>
 
3141
AuthorDate: Mon Jun 9 15:17:19 2014 -0400
 
3142
Commit:     Dan Winship <danw@gnome.org>
 
3143
CommitDate: Tue Jun 10 09:24:43 2014 -0400
2494
3144
 
2495
3145
    gnextstepsettingsbackend: Use same token for function-call and
2496
3146
    its availability
2508
3158
 1 file changed, 1 insertion(+), 1 deletion(-)
2509
3159
 
2510
3160
commit 93d0c632326064f3e72f0e88e3dc971bdfc74af0
2511
 
Author: Daniel Macks <dmacks@netspace.org>
2512
 
Date:   Tue Jun 10 06:00:33 2014 -0400
 
3161
Author:     Daniel Macks <dmacks@netspace.org>
 
3162
AuthorDate: Tue Jun 10 06:00:33 2014 -0400
 
3163
Commit:     Dan Winship <danw@gnome.org>
 
3164
CommitDate: Tue Jun 10 08:57:54 2014 -0400
2513
3165
 
2514
3166
    assert-msg-test: Explicitly quit gdb session to avoid zombie
2515
3167
 
2524
3176
 1 file changed, 1 insertion(+)
2525
3177
 
2526
3178
commit 545b44444b365a4e3ba98ec71fab4f12293a229c
2527
 
Author: Ryan Lortie <desrt@desrt.ca>
2528
 
Date:   Fri Jun 6 16:51:40 2014 -0400
 
3179
Author:     Ryan Lortie <desrt@desrt.ca>
 
3180
AuthorDate: Fri Jun 6 16:51:40 2014 -0400
 
3181
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3182
CommitDate: Mon Jun 9 14:18:15 2014 -0400
2529
3183
 
2530
3184
    gtype: remove interface-after-init exceptions
2531
3185
 
2543
3197
 1 file changed, 1 insertion(+), 6 deletions(-)
2544
3198
 
2545
3199
commit 91b9aef0c9988fcab6adb7be3af46953c1c558c9
2546
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2547
 
Date:   Mon Jun 9 10:27:36 2014 +0800
 
3200
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
3201
AuthorDate: Mon Jun 9 10:27:36 2014 +0800
 
3202
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
3203
CommitDate: Mon Jun 9 10:27:36 2014 +0800
2548
3204
 
2549
3205
    MSVC 2010+ Projects: Update "Installation" Process
2550
3206
 
2576
3232
 2 files changed, 46 insertions(+), 22 deletions(-)
2577
3233
 
2578
3234
commit 39d70301c58b0e79f90fc2729eecc10ba5c3caf9
2579
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
2580
 
Date:   Fri Jun 6 19:04:12 2014 -0500
 
3235
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
3236
AuthorDate: Fri Jun 6 19:04:12 2014 -0500
 
3237
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
3238
CommitDate: Fri Jun 6 22:58:48 2014 -0500
2581
3239
 
2582
3240
    trivial: docs: add some missing commas
2583
3241
 
2585
3243
 1 file changed, 1 insertion(+), 1 deletion(-)
2586
3244
 
2587
3245
commit f2f66bfe45f41d18e7437341e5ebf4c70d815958
2588
 
Author: Ryan Lortie <desrt@desrt.ca>
2589
 
Date:   Fri Jun 6 16:42:23 2014 -0400
 
3246
Author:     Ryan Lortie <desrt@desrt.ca>
 
3247
AuthorDate: Fri Jun 6 16:42:23 2014 -0400
 
3248
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3249
CommitDate: Fri Jun 6 16:44:47 2014 -0400
2590
3250
 
2591
3251
    docs: warn about installing properties after init
2592
3252
 
2601
3261
 1 file changed, 12 insertions(+), 3 deletions(-)
2602
3262
 
2603
3263
commit 85e9455f68c6cc6093a1ede1c5f15587bba08b51
2604
 
Author: Ryan Lortie <desrt@desrt.ca>
2605
 
Date:   Fri Jun 6 16:40:15 2014 -0400
 
3264
Author:     Ryan Lortie <desrt@desrt.ca>
 
3265
AuthorDate: Fri Jun 6 16:40:15 2014 -0400
 
3266
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3267
CommitDate: Fri Jun 6 16:44:47 2014 -0400
2606
3268
 
2607
3269
    Revert "GObject: prevent installing properties after init"
2608
3270
 
2619
3281
 3 files changed, 17 deletions(-)
2620
3282
 
2621
3283
commit 256305dea5ce0a7c4512b4842b0703c025853e1c
2622
 
Author: Tim-Philipp Müller <tim@centricular.com>
2623
 
Date:   Sat May 31 14:54:08 2014 +0100
 
3284
Author:     Tim-Philipp Müller <tim@centricular.com>
 
3285
AuthorDate: Sat May 31 14:54:08 2014 +0100
 
3286
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3287
CommitDate: Fri Jun 6 11:41:12 2014 -0400
2624
3288
 
2625
3289
    gthread: use inline keyword for _get_impl() functions
2626
3290
 
2636
3300
 1 file changed, 5 insertions(+), 5 deletions(-)
2637
3301
 
2638
3302
commit db0e43d25a5316f3a6f2f31712a0b8359e247a20
2639
 
Author: Ryan Lortie <desrt@desrt.ca>
2640
 
Date:   Tue May 27 15:28:08 2014 +0200
 
3303
Author:     Ryan Lortie <desrt@desrt.ca>
 
3304
AuthorDate: Tue May 27 15:28:08 2014 +0200
 
3305
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3306
CommitDate: Fri Jun 6 11:41:12 2014 -0400
2641
3307
 
2642
3308
    gatomic: use GCC C11-style atomics, if available
2643
3309
 
2663
3329
 1 file changed, 64 insertions(+), 13 deletions(-)
2664
3330
 
2665
3331
commit 875eeb2ca1d32fc0fdd70518f7d6f4dc8de1a287
2666
 
Author: Ryan Lortie <desrt@desrt.ca>
2667
 
Date:   Tue May 27 15:27:54 2014 +0200
 
3332
Author:     Ryan Lortie <desrt@desrt.ca>
 
3333
AuthorDate: Tue May 27 15:27:54 2014 +0200
 
3334
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3335
CommitDate: Fri Jun 6 11:41:12 2014 -0400
2668
3336
 
2669
3337
    gatomic: whitespace fixes
2670
3338
 
2674
3342
 1 file changed, 16 insertions(+), 16 deletions(-)
2675
3343
 
2676
3344
commit aa0e8735c14ebb3cbfa38d441a6a05bb978e23b2
2677
 
Author: Ryan Lortie <desrt@desrt.ca>
2678
 
Date:   Tue May 27 15:25:37 2014 +0200
 
3345
Author:     Ryan Lortie <desrt@desrt.ca>
 
3346
AuthorDate: Tue May 27 15:25:37 2014 +0200
 
3347
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3348
CommitDate: Fri Jun 6 11:41:12 2014 -0400
2679
3349
 
2680
3350
    gatomic: fix typo in deprecation attribute
2681
3351
 
2685
3355
 1 file changed, 1 insertion(+), 1 deletion(-)
2686
3356
 
2687
3357
commit d558e87c65517e3646f3b8ebc8f11448e25ccbf2
2688
 
Author: Ryan Lortie <desrt@desrt.ca>
2689
 
Date:   Fri Jun 6 10:45:51 2014 -0400
 
3358
Author:     Ryan Lortie <desrt@desrt.ca>
 
3359
AuthorDate: Fri Jun 6 10:45:51 2014 -0400
 
3360
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3361
CommitDate: Fri Jun 6 10:49:29 2014 -0400
2690
3362
 
2691
3363
    gtype: guard uses of new fundamental type check
2692
3364
 
2707
3379
 2 files changed, 8 insertions(+)
2708
3380
 
2709
3381
commit 0208861a13afc30964fb4f409525fa1cdb544cf4
2710
 
Author: Ryan Lortie <desrt@desrt.ca>
2711
 
Date:   Fri Jun 6 10:25:16 2014 -0400
 
3382
Author:     Ryan Lortie <desrt@desrt.ca>
 
3383
AuthorDate: Fri Jun 6 10:25:16 2014 -0400
 
3384
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3385
CommitDate: Fri Jun 6 10:25:48 2014 -0400
2712
3386
 
2713
3387
    test: add test for explicit-notify properties
2714
3388
 
2719
3393
 1 file changed, 60 insertions(+), 2 deletions(-)
2720
3394
 
2721
3395
commit bbdb2345fc7e5a57cb7af90ab0bf8ced437ada24
2722
 
Author: Ryan Lortie <desrt@desrt.ca>
2723
 
Date:   Wed Jun 4 08:59:50 2014 -0400
 
3396
Author:     Ryan Lortie <desrt@desrt.ca>
 
3397
AuthorDate: Wed Jun 4 08:59:50 2014 -0400
 
3398
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3399
CommitDate: Fri Jun 6 10:25:48 2014 -0400
2724
3400
 
2725
3401
    gobject: add 'explicit notify' GParamSpec flag
2726
3402
 
2741
3417
 2 files changed, 13 insertions(+), 5 deletions(-)
2742
3418
 
2743
3419
commit dc496ac7644d11e47b626a879b12813b31ef83b7
2744
 
Author: Matthias Clasen <mclasen@redhat.com>
2745
 
Date:   Thu Jun 5 08:04:19 2014 -0400
 
3420
Author:     Matthias Clasen <mclasen@redhat.com>
 
3421
AuthorDate: Thu Jun 5 08:04:19 2014 -0400
 
3422
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3423
CommitDate: Thu Jun 5 08:04:47 2014 -0400
2746
3424
 
2747
3425
    Add a test for GMenuAttributeIter
2748
3426
 
2751
3429
 1 file changed, 62 insertions(+)
2752
3430
 
2753
3431
commit c4fc3aa5258bee806d19fa587355f0daa093e097
2754
 
Author: David King <amigadave@amigadave.com>
2755
 
Date:   Fri May 16 12:32:49 2014 +0100
 
3432
Author:     David King <amigadave@amigadave.com>
 
3433
AuthorDate: Fri May 16 12:32:49 2014 +0100
 
3434
Commit:     David King <amigadave@amigadave.com>
 
3435
CommitDate: Wed Jun 4 12:49:28 2014 +0100
2756
3436
 
2757
3437
    valgrind.h: Update to latest upstream version
2758
3438
 
2765
3445
 1 file changed, 1623 insertions(+), 519 deletions(-)
2766
3446
 
2767
3447
commit 6eb55b9a33b3b025859e1a08e11c89719d542d41
2768
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
2769
 
Date:   Tue Jun 3 15:50:37 2014 +0800
 
3448
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
3449
AuthorDate: Tue Jun 3 15:50:37 2014 +0800
 
3450
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
3451
CommitDate: Tue Jun 3 15:50:37 2014 +0800
2770
3452
 
2771
3453
    Support Building Using Visual Studio 2013
2772
3454
 
2790
3472
 6 files changed, 91 insertions(+), 8 deletions(-)
2791
3473
 
2792
3474
commit 90671cd3cd0a98e8f706acf6e72d037aba1892e5
2793
 
Author: Matthias Clasen <mclasen@redhat.com>
2794
 
Date:   Sun Jun 1 09:38:49 2014 -0400
 
3475
Author:     Matthias Clasen <mclasen@redhat.com>
 
3476
AuthorDate: Sun Jun 1 09:38:49 2014 -0400
 
3477
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3478
CommitDate: Sun Jun 1 09:38:49 2014 -0400
2795
3479
 
2796
3480
    docs: Add missing language annotations
2797
3481
 
2801
3485
 3 files changed, 5 insertions(+), 5 deletions(-)
2802
3486
 
2803
3487
commit adfaf0e456eceaf531d12d667afef8fce85103c1
2804
 
Author: Matthias Clasen <mclasen@redhat.com>
2805
 
Date:   Sat May 31 20:55:00 2014 -0400
 
3488
Author:     Matthias Clasen <mclasen@redhat.com>
 
3489
AuthorDate: Sat May 31 20:55:00 2014 -0400
 
3490
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3491
CommitDate: Sat May 31 20:55:00 2014 -0400
2806
3492
 
2807
3493
    docs: GType documentation cleanup
2808
3494
 
2814
3500
 2 files changed, 160 insertions(+), 168 deletions(-)
2815
3501
 
2816
3502
commit 24ab95582b03ec947fc512cb85545fe87026baf1
2817
 
Author: Emmanuele Bassi <ebassi@gnome.org>
2818
 
Date:   Sat May 31 19:21:23 2014 +0100
 
3503
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
3504
AuthorDate: Sat May 31 19:21:23 2014 +0100
 
3505
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
3506
CommitDate: Sat May 31 19:22:15 2014 +0100
2819
3507
 
2820
3508
    docs: Replace <function> XML tag with back ticks
2821
3509
 
2826
3514
 2 files changed, 4 insertions(+), 5 deletions(-)
2827
3515
 
2828
3516
commit a0c3fdfae0af260bd90adbb4f784afc21dbb9b24
2829
 
Author: Emmanuele Bassi <ebassi@gnome.org>
2830
 
Date:   Sat May 31 19:20:03 2014 +0100
 
3517
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
3518
AuthorDate: Sat May 31 19:20:03 2014 +0100
 
3519
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
3520
CommitDate: Sat May 31 19:22:15 2014 +0100
2831
3521
 
2832
3522
    docs: Replace <structname> tags with back ticks
2833
3523
 
2841
3531
 5 files changed, 12 insertions(+), 12 deletions(-)
2842
3532
 
2843
3533
commit 903a5d711e7337f4803f42815fe996061bd2a8eb
2844
 
Author: Matthias Clasen <mclasen@redhat.com>
2845
 
Date:   Sat May 31 11:32:55 2014 -0400
 
3534
Author:     Matthias Clasen <mclasen@redhat.com>
 
3535
AuthorDate: Sat May 31 11:32:55 2014 -0400
 
3536
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3537
CommitDate: Sat May 31 11:32:55 2014 -0400
2846
3538
 
2847
3539
    docs: Add an index for 2.40 api
2848
3540
 
2850
3542
 1 file changed, 4 insertions(+)
2851
3543
 
2852
3544
commit ab18d71e6f7a281687dd39b2616ae3a41fdaaf29
2853
 
Author: Matthias Clasen <mclasen@redhat.com>
2854
 
Date:   Sat May 31 09:04:11 2014 -0400
 
3545
Author:     Matthias Clasen <mclasen@redhat.com>
 
3546
AuthorDate: Sat May 31 09:04:11 2014 -0400
 
3547
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3548
CommitDate: Sat May 31 10:54:02 2014 -0400
2855
3549
 
2856
3550
    Minor documentation additions and corrections
2857
3551
 
2872
3566
 11 files changed, 101 insertions(+), 19 deletions(-)
2873
3567
 
2874
3568
commit f38b438c965a8cfc84bc62086f0cec6637aa6f1f
2875
 
Author: Matthias Clasen <mclasen@redhat.com>
2876
 
Date:   Sat May 31 10:38:47 2014 -0400
 
3569
Author:     Matthias Clasen <mclasen@redhat.com>
 
3570
AuthorDate: Sat May 31 10:38:47 2014 -0400
 
3571
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3572
CommitDate: Sat May 31 10:54:02 2014 -0400
2877
3573
 
2878
3574
    docs: Fill in the gspawn long description
2879
3575
 
2881
3577
 1 file changed, 11 insertions(+)
2882
3578
 
2883
3579
commit 06b7786f31a6038e78bcc99c88c076e8f9ff07f0
2884
 
Author: Matthias Clasen <mclasen@redhat.com>
2885
 
Date:   Sat May 31 10:18:07 2014 -0400
 
3580
Author:     Matthias Clasen <mclasen@redhat.com>
 
3581
AuthorDate: Sat May 31 10:18:07 2014 -0400
 
3582
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3583
CommitDate: Sat May 31 10:54:02 2014 -0400
2886
3584
 
2887
3585
    docs: Fill in gshell long description
2888
3586
 
2890
3588
 1 file changed, 9 insertions(+), 1 deletion(-)
2891
3589
 
2892
3590
commit ad5b4bf92e9a2afdea8d817e0d799c4c1ba0d4f7
2893
 
Author: Matthias Clasen <mclasen@redhat.com>
2894
 
Date:   Sat May 31 09:02:27 2014 -0400
 
3591
Author:     Matthias Clasen <mclasen@redhat.com>
 
3592
AuthorDate: Sat May 31 09:02:27 2014 -0400
 
3593
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3594
CommitDate: Sat May 31 10:54:02 2014 -0400
2895
3595
 
2896
3596
    Document g_signal_handlers_destroy
2897
3597
 
2899
3599
 1 file changed, 5 insertions(+), 1 deletion(-)
2900
3600
 
2901
3601
commit a4847190332ec2e9b749e68c5153de9e972d8b4d
2902
 
Author: Matthias Clasen <mclasen@redhat.com>
2903
 
Date:   Sat May 31 08:55:21 2014 -0400
 
3602
Author:     Matthias Clasen <mclasen@redhat.com>
 
3603
AuthorDate: Sat May 31 08:55:21 2014 -0400
 
3604
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3605
CommitDate: Sat May 31 10:54:02 2014 -0400
2904
3606
 
2905
3607
    docs: Fix up varargs documentation
2906
3608
 
2911
3613
 1 file changed, 2 insertions(+), 2 deletions(-)
2912
3614
 
2913
3615
commit abd4df4b55fc447cad9a9d907c61d6254dc1fba1
2914
 
Author: Matthias Clasen <mclasen@redhat.com>
2915
 
Date:   Sat May 31 08:54:52 2014 -0400
 
3616
Author:     Matthias Clasen <mclasen@redhat.com>
 
3617
AuthorDate: Sat May 31 08:54:52 2014 -0400
 
3618
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3619
CommitDate: Sat May 31 10:54:02 2014 -0400
2916
3620
 
2917
3621
    docs: Add some missing apis
2918
3622
 
2920
3624
 1 file changed, 12 insertions(+)
2921
3625
 
2922
3626
commit 5b0183fd23dd58cd995df0b41f9f3eb4432d7f34
2923
 
Author: Matthias Clasen <mclasen@redhat.com>
2924
 
Date:   Sat May 31 08:54:16 2014 -0400
 
3627
Author:     Matthias Clasen <mclasen@redhat.com>
 
3628
AuthorDate: Sat May 31 08:54:16 2014 -0400
 
3629
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3630
CommitDate: Sat May 31 10:54:02 2014 -0400
2925
3631
 
2926
3632
    docs: Add a 2.42 api index
2927
3633
 
2929
3635
 1 file changed, 4 insertions(+)
2930
3636
 
2931
3637
commit f8595a490f15c702578dc6c08bc182806e02681b
2932
 
Author: Edward Hervey <bilboed@bilboed.com>
2933
 
Date:   Fri May 30 12:25:27 2014 +0200
 
3638
Author:     Edward Hervey <bilboed@bilboed.com>
 
3639
AuthorDate: Fri May 30 12:25:27 2014 +0200
 
3640
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3641
CommitDate: Sat May 31 15:46:21 2014 +0200
2934
3642
 
2935
3643
    GParamSpec: Use new fundamental instance check
2936
3644
 
2940
3648
 1 file changed, 1 insertion(+), 1 deletion(-)
2941
3649
 
2942
3650
commit faceb8960bf5a623a1af4ac876c964daa8fbab42
2943
 
Author: Edward Hervey <edward@collabora.com>
2944
 
Date:   Wed May 28 10:59:14 2014 +0200
 
3651
Author:     Edward Hervey <edward@collabora.com>
 
3652
AuthorDate: Wed May 28 10:59:14 2014 +0200
 
3653
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3654
CommitDate: Sat May 31 15:46:21 2014 +0200
2945
3655
 
2946
3656
    gobject: Use fast fundamental instance type check
2947
3657
 
2955
3665
 1 file changed, 1 insertion(+), 1 deletion(-)
2956
3666
 
2957
3667
commit 6072e3650fba8ff57b5c3f135f81488c83f27f0b
2958
 
Author: Edward Hervey <edward@collabora.com>
2959
 
Date:   Wed May 28 10:57:28 2014 +0200
 
3668
Author:     Edward Hervey <edward@collabora.com>
 
3669
AuthorDate: Wed May 28 10:57:28 2014 +0200
 
3670
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3671
CommitDate: Sat May 31 15:45:29 2014 +0200
2960
3672
 
2961
3673
    gtype: Add check for fundamental instance type
2962
3674
 
2972
3684
 3 files changed, 27 insertions(+)
2973
3685
 
2974
3686
commit 03a48e1adea2862635c439f8270a5cc2d969289a
2975
 
Author: Matthias Clasen <mclasen@redhat.com>
2976
 
Date:   Fri May 30 10:21:43 2014 -0400
 
3687
Author:     Matthias Clasen <mclasen@redhat.com>
 
3688
AuthorDate: Fri May 30 10:21:43 2014 -0400
 
3689
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3690
CommitDate: Fri May 30 10:22:35 2014 -0400
2977
3691
 
2978
3692
    Fix the closure test in continuous
2979
3693
 
2985
3699
 1 file changed, 12 insertions(+)
2986
3700
 
2987
3701
commit 367dbdce367fd504804a1256dc393534d6784bfc
2988
 
Author: Matthias Clasen <mclasen@redhat.com>
2989
 
Date:   Fri May 30 10:18:36 2014 -0400
 
3702
Author:     Matthias Clasen <mclasen@redhat.com>
 
3703
AuthorDate: Fri May 30 10:18:36 2014 -0400
 
3704
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3705
CommitDate: Fri May 30 10:22:35 2014 -0400
2990
3706
 
2991
3707
    Fix the mapping test in continuous
2992
3708
 
2999
3715
 1 file changed, 11 insertions(+)
3000
3716
 
3001
3717
commit 79f930f6dc23c05fef7fdcaaeed0df230698453e
3002
 
Author: Thiago Santos <ts.santos@sisa.samsung.com>
3003
 
Date:   Thu May 29 19:13:37 2014 -0300
 
3718
Author:     Thiago Santos <ts.santos@sisa.samsung.com>
 
3719
AuthorDate: Thu May 29 19:13:37 2014 -0300
 
3720
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3721
CommitDate: Fri May 30 13:51:16 2014 +0200
3004
3722
 
3005
3723
    gconvert: mention that the g_convert len should be in bytes
3006
3724
 
3014
3732
 1 file changed, 3 insertions(+), 3 deletions(-)
3015
3733
 
3016
3734
commit 1e28df02642237f776f9b4f42bffd8de675af754
3017
 
Author: Matthias Clasen <mclasen@redhat.com>
3018
 
Date:   Wed May 28 06:14:56 2014 -0400
 
3735
Author:     Matthias Clasen <mclasen@redhat.com>
 
3736
AuthorDate: Wed May 28 06:14:56 2014 -0400
 
3737
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3738
CommitDate: Wed May 28 06:16:11 2014 -0400
3019
3739
 
3020
3740
    Add more debug spew to the mapping-test
3021
3741
 
3023
3743
 1 file changed, 7 insertions(+)
3024
3744
 
3025
3745
commit fd9120dc505773faf3ace728c8ad8c503824ee9f
3026
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3027
 
Date:   Tue May 27 15:50:00 2014 +0100
 
3746
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3747
AuthorDate: Tue May 27 15:50:00 2014 +0100
 
3748
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3749
CommitDate: Wed May 28 10:59:38 2014 +0100
3028
3750
 
3029
3751
    gvariant: Clarify type and format strings in the docs
3030
3752
 
3037
3759
 1 file changed, 5 insertions(+), 2 deletions(-)
3038
3760
 
3039
3761
commit de1c0722b92d101171f7c2ce7eb199727528dff1
3040
 
Author: Matthias Clasen <mclasen@redhat.com>
3041
 
Date:   Tue May 27 22:13:33 2014 -0400
 
3762
Author:     Matthias Clasen <mclasen@redhat.com>
 
3763
AuthorDate: Tue May 27 22:13:33 2014 -0400
 
3764
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3765
CommitDate: Tue May 27 22:13:33 2014 -0400
3042
3766
 
3043
3767
    mapping-test: Add debug spew
3044
3768
 
3048
3772
 1 file changed, 4 insertions(+)
3049
3773
 
3050
3774
commit 84fd73b2fa098ff63656e7cbe1ef211f948123c2
3051
 
Author: Dan Winship <danw@gnome.org>
3052
 
Date:   Tue May 27 09:39:46 2014 -0400
 
3775
Author:     Dan Winship <danw@gnome.org>
 
3776
AuthorDate: Tue May 27 09:39:46 2014 -0400
 
3777
Commit:     Dan Winship <danw@gnome.org>
 
3778
CommitDate: Tue May 27 09:42:50 2014 -0400
3053
3779
 
3054
3780
    gio/tests/network-address: fix when no network is available
3055
3781
 
3064
3790
 1 file changed, 18 insertions(+), 1 deletion(-)
3065
3791
 
3066
3792
commit e93f7be60d6a45ca5ca76fd033be887f10e886a4
3067
 
Author: Ryan Lortie <desrt@desrt.ca>
3068
 
Date:   Mon May 26 17:34:48 2014 +0200
 
3793
Author:     Ryan Lortie <desrt@desrt.ca>
 
3794
AuthorDate: Mon May 26 17:34:48 2014 +0200
 
3795
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3796
CommitDate: Mon May 26 23:01:56 2014 +0200
3069
3797
 
3070
3798
    GLib 2.41.0
3071
3799
 
3074
3802
 1 file changed, 83 insertions(+)
3075
3803
 
3076
3804
commit 6f7dc3a44f966e69a7495cd5af5017ec02b3938c
3077
 
Author: Ryan Lortie <desrt@desrt.ca>
3078
 
Date:   Mon May 26 23:01:25 2014 +0200
 
3805
Author:     Ryan Lortie <desrt@desrt.ca>
 
3806
AuthorDate: Mon May 26 23:01:25 2014 +0200
 
3807
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3808
CommitDate: Mon May 26 23:01:56 2014 +0200
3079
3809
 
3080
3810
    gio tests: rm xdgconfighome on 'make clean'
3081
3811
 
3083
3813
 1 file changed, 1 insertion(+), 1 deletion(-)
3084
3814
 
3085
3815
commit 61a9142cd0936bd67dcb88db5591e1190caf3188
3086
 
Author: Ryan Lortie <desrt@desrt.ca>
3087
 
Date:   Mon May 26 17:33:57 2014 +0200
 
3816
Author:     Ryan Lortie <desrt@desrt.ca>
 
3817
AuthorDate: Mon May 26 17:33:57 2014 +0200
 
3818
Commit:     Ryan Lortie <desrt@desrt.ca>
 
3819
CommitDate: Mon May 26 17:34:54 2014 +0200
3088
3820
 
3089
3821
    Revert "gvariant: Fix confusion between type and format strings in
3090
3822
    the docs"
3099
3831
 1 file changed, 2 insertions(+), 2 deletions(-)
3100
3832
 
3101
3833
commit d3fd88ddd54dd533b09e8782a8ffc0dc9f6f0571
3102
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3103
 
Date:   Fri May 16 23:08:10 2014 +0100
 
3834
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3835
AuthorDate: Fri May 16 23:08:10 2014 +0100
 
3836
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3837
CommitDate: Mon May 26 08:39:40 2014 +0100
3104
3838
 
3105
3839
    gtestutils: Error out if /dev/null stdin redirection fails
3106
3840
 
3110
3844
 1 file changed, 5 insertions(+), 1 deletion(-)
3111
3845
 
3112
3846
commit 570b27b9acbf6e6f31ab0f9a31a4cce60f4d228a
3113
 
Author: Evan Nemerson <evan@nemerson.com>
3114
 
Date:   Wed May 21 00:27:36 2014 -0700
 
3847
Author:     Evan Nemerson <evan@nemerson.com>
 
3848
AuthorDate: Wed May 21 00:27:36 2014 -0700
 
3849
Commit:     Evan Nemerson <evan@nemerson.com>
 
3850
CommitDate: Fri May 23 10:04:06 2014 -0700
3115
3851
 
3116
3852
    gio: port annotations from the Vala metadata.
3117
3853
 
3140
3876
 19 files changed, 79 insertions(+), 71 deletions(-)
3141
3877
 
3142
3878
commit e3db9632e7e8a1e4177f503aa9ffa184a991e8a4
3143
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3144
 
Date:   Fri May 23 10:14:16 2014 +0800
 
3879
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
3880
AuthorDate: Fri May 23 10:14:16 2014 +0800
 
3881
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
3882
CommitDate: Fri May 23 10:14:50 2014 +0800
3145
3883
 
3146
3884
    config.h.win32.in: Define _WIN32_WINNT Conditionally
3147
3885
 
3156
3894
 1 file changed, 2 insertions(+)
3157
3895
 
3158
3896
commit 922dd548d5697556b76f720c985728d110ac6b9d
3159
 
Author: Matthias Clasen <mclasen@redhat.com>
3160
 
Date:   Thu May 22 17:22:56 2014 -0400
 
3897
Author:     Matthias Clasen <mclasen@redhat.com>
 
3898
AuthorDate: Thu May 22 17:22:56 2014 -0400
 
3899
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3900
CommitDate: Thu May 22 17:25:34 2014 -0400
3161
3901
 
3162
3902
    Try to fix mapping-test
3163
3903
 
3170
3910
 1 file changed, 39 insertions(+), 7 deletions(-)
3171
3911
 
3172
3912
commit 2a27b7252243b0eaceeb9fbc6ecba1b3a3b36905
3173
 
Author: Murray Cumming <murrayc@murrayc.com>
3174
 
Date:   Tue Apr 29 13:21:41 2014 +0200
 
3913
Author:     Murray Cumming <murrayc@murrayc.com>
 
3914
AuthorDate: Tue Apr 29 13:21:41 2014 +0200
 
3915
Commit:     Murray Cumming <murrayc@murrayc.com>
 
3916
CommitDate: Thu May 22 12:46:07 2014 +0200
3175
3917
 
3176
3918
    GDBusError enum: Remove trailing comma.
3177
3919
 
3181
3923
 1 file changed, 1 insertion(+), 1 deletion(-)
3182
3924
 
3183
3925
commit 6a8c2685be3992d0aac0c54d12a3fb31dd198624
3184
 
Author: Marek Kasik <mkasik@redhat.com>
3185
 
Date:   Thu May 22 11:00:14 2014 +0200
 
3926
Author:     Marek Kasik <mkasik@redhat.com>
 
3927
AuthorDate: Thu May 22 11:00:14 2014 +0200
 
3928
Commit:     Marek Kasik <mkasik@redhat.com>
 
3929
CommitDate: Thu May 22 11:00:14 2014 +0200
3186
3930
 
3187
3931
    gobject: unref unused class
3188
3932
 
3196
3940
 1 file changed, 5 insertions(+), 1 deletion(-)
3197
3941
 
3198
3942
commit ace7658b28642e8a5b9ffe54838ccb4847b1cc6b
3199
 
Author: Matthias Clasen <mclasen@redhat.com>
3200
 
Date:   Wed May 21 07:40:09 2014 -0400
 
3943
Author:     Matthias Clasen <mclasen@redhat.com>
 
3944
AuthorDate: Wed May 21 07:40:09 2014 -0400
 
3945
Commit:     Matthias Clasen <mclasen@redhat.com>
 
3946
CommitDate: Wed May 21 07:41:08 2014 -0400
3201
3947
 
3202
3948
    Trivial: fix a guard comment
3203
3949
 
3209
3955
 1 file changed, 1 insertion(+), 1 deletion(-)
3210
3956
 
3211
3957
commit cdb9670dc3448e3f582e04c742f3689d619d066d
3212
 
Author: Philip Withnall <philip@tecnocode.co.uk>
3213
 
Date:   Sat May 17 12:08:58 2014 +0100
 
3958
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
3959
AuthorDate: Sat May 17 12:08:58 2014 +0100
 
3960
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3961
CommitDate: Tue May 20 11:03:02 2014 +0100
3214
3962
 
3215
3963
    gdbus-tool: Remove dead variables
3216
3964
 
3222
3970
 1 file changed, 8 deletions(-)
3223
3971
 
3224
3972
commit 03a82ce898ea435efd73a250d989f8dc6249aaf8
3225
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3226
 
Date:   Fri May 16 21:47:24 2014 +0100
 
3973
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3974
AuthorDate: Fri May 16 21:47:24 2014 +0100
 
3975
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3976
CommitDate: Tue May 20 11:01:38 2014 +0100
3227
3977
 
3228
3978
    gthread: Fix use of a local variable after it went out of scope
3229
3979
 
3238
3988
 1 file changed, 6 insertions(+), 6 deletions(-)
3239
3989
 
3240
3990
commit e1243d11f000e18436b439f5655532801a71aeec
3241
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3242
 
Date:   Fri May 16 22:09:29 2014 +0100
 
3991
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3992
AuthorDate: Fri May 16 22:09:29 2014 +0100
 
3993
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
3994
CommitDate: Tue May 20 11:01:37 2014 +0100
3243
3995
 
3244
3996
    gsubprocess: Add a missing va_end() call
3245
3997
 
3252
4004
 2 files changed, 2 insertions(+)
3253
4005
 
3254
4006
commit f4ae0cbf9a464122ed4207a8ee74e424851d9bdf
3255
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3256
 
Date:   Mon May 19 14:49:39 2014 +0800
 
4007
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
4008
AuthorDate: Mon May 19 14:49:39 2014 +0800
 
4009
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
4010
CommitDate: Mon May 19 14:49:39 2014 +0800
3257
4011
 
3258
4012
    Update config.h.win32.in for Newer Windows
3259
4013
 
3273
4027
 1 file changed, 13 insertions(+), 12 deletions(-)
3274
4028
 
3275
4029
commit 4844b4bb564b152812ef6bf2ce5c514877ef323e
3276
 
Author: Marek Černocký <marek@manet.cz>
3277
 
Date:   Sun May 18 08:38:05 2014 +0200
 
4030
Author:     Marek Černocký <marek@manet.cz>
 
4031
AuthorDate: Sun May 18 08:38:05 2014 +0200
 
4032
Commit:     Marek Černocký <marek@manet.cz>
 
4033
CommitDate: Sun May 18 08:38:05 2014 +0200
3278
4034
 
3279
4035
    Updated Czech translation
3280
4036
 
3283
4039
 1 file changed, 212 insertions(+), 258 deletions(-)
3284
4040
 
3285
4041
commit 9c539a86b12430108b3d1951daab117b83e1fb25
3286
 
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
3287
 
Date:   Fri May 16 04:37:21 2014 +0300
 
4042
Author:     Yosef Or Boczko <yoseforb@src.gnome.org>
 
4043
AuthorDate: Fri May 16 04:37:21 2014 +0300
 
4044
Commit:     Yosef Or Boczko <yoseforb@src.gnome.org>
 
4045
CommitDate: Fri May 16 04:37:21 2014 +0300
3288
4046
 
3289
4047
    Updated Hebrew translation
3290
4048
 
3293
4051
 1 file changed, 879 insertions(+), 862 deletions(-)
3294
4052
 
3295
4053
commit 7f5cc2c3c5409a6d5e3acab5d6349ae69fb67922
3296
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3297
 
Date:   Thu May 15 12:16:00 2014 +0100
 
4054
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4055
AuthorDate: Thu May 15 12:16:00 2014 +0100
 
4056
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4057
CommitDate: Thu May 15 14:35:19 2014 +0100
3298
4058
 
3299
4059
    gsocket: Add missing preconditions to g_socket_send_message()
3300
4060
 
3304
4064
 1 file changed, 5 insertions(+)
3305
4065
 
3306
4066
commit 60e459b196947c9c9aaa6fd14ca682ddf9f7a492
3307
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3308
 
Date:   Thu May 15 10:18:38 2014 +0100
 
4067
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4068
AuthorDate: Thu May 15 10:18:38 2014 +0100
 
4069
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4070
CommitDate: Thu May 15 14:35:19 2014 +0100
3309
4071
 
3310
4072
    gresource-tool: Fix an FD leak in an error path
3311
4073
 
3315
4077
 1 file changed, 10 insertions(+), 2 deletions(-)
3316
4078
 
3317
4079
commit 46b7217fbf02b679749cf1d042ecc57504a3b97c
3318
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3319
 
Date:   Thu May 15 10:15:26 2014 +0100
 
4080
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4081
AuthorDate: Thu May 15 10:15:26 2014 +0100
 
4082
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4083
CommitDate: Thu May 15 14:35:19 2014 +0100
3320
4084
 
3321
4085
    gtestutils: Don’t free unassigned variables in an error path
3322
4086
 
3329
4093
 1 file changed, 4 insertions(+), 2 deletions(-)
3330
4094
 
3331
4095
commit 4360756c6903491977886f4b4eee0650469d9ea4
3332
 
Author: Matthias Clasen <mclasen@redhat.com>
3333
 
Date:   Mon May 12 23:05:41 2014 -0400
 
4096
Author:     Matthias Clasen <mclasen@redhat.com>
 
4097
AuthorDate: Mon May 12 23:05:41 2014 -0400
 
4098
Commit:     Matthias Clasen <mclasen@redhat.com>
 
4099
CommitDate: Tue May 13 08:08:38 2014 -0400
3334
4100
 
3335
4101
    Avoid overeager warning about deprecated properties
3336
4102
 
3346
4112
 1 file changed, 10 insertions(+), 3 deletions(-)
3347
4113
 
3348
4114
commit 4dba2eb48625c7d5f72e4737eff28688332143c6
3349
 
Author: Matthias Clasen <mclasen@redhat.com>
3350
 
Date:   Wed May 7 23:08:50 2014 -0400
 
4115
Author:     Matthias Clasen <mclasen@redhat.com>
 
4116
AuthorDate: Wed May 7 23:08:50 2014 -0400
 
4117
Commit:     Matthias Clasen <mclasen@redhat.com>
 
4118
CommitDate: Tue May 13 08:08:37 2014 -0400
3351
4119
 
3352
4120
    Remove some markup from docs
3353
4121
 
3355
4123
 1 file changed, 2 insertions(+), 2 deletions(-)
3356
4124
 
3357
4125
commit c2a828772b30a0c10a8f4b15d7fc841f26b807b8
3358
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
3359
 
Date:   Tue Mar 18 12:54:10 2014 +0800
 
4126
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
4127
AuthorDate: Tue Mar 18 12:54:10 2014 +0800
 
4128
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
4129
CommitDate: Mon May 12 22:14:05 2014 +0800
3360
4130
 
3361
4131
    gio/gtestdbus.c: Fix write_config_file() for Windows
3362
4132
 
3374
4144
 1 file changed, 1 insertion(+), 2 deletions(-)
3375
4145
 
3376
4146
commit 54d1751fd824ded1f1437572b5c16e2db4154db5
3377
 
Author: Sébastien Wilmet <swilmet@gnome.org>
3378
 
Date:   Sun May 11 23:41:23 2014 +0200
 
4147
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
4148
AuthorDate: Sun May 11 23:41:23 2014 +0200
 
4149
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
4150
CommitDate: Mon May 12 00:25:06 2014 +0200
3379
4151
 
3380
4152
    doc: better ordering of GSubprocessLauncher functions
3381
4153
 
3385
4157
 1 file changed, 11 insertions(+), 11 deletions(-)
3386
4158
 
3387
4159
commit 25bd4e79169af27f193d3b7c7b1b3295a7042074
3388
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
3389
 
Date:   Sat May 10 19:43:59 2014 +0200
 
4160
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
4161
AuthorDate: Sat May 10 19:43:59 2014 +0200
 
4162
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
4163
CommitDate: Sat May 10 19:43:59 2014 +0200
3390
4164
 
3391
4165
    Updated Spanish translation
3392
4166
 
3395
4169
 1 file changed, 227 insertions(+), 224 deletions(-)
3396
4170
 
3397
4171
commit 20cda557e5766cc34af8efb3a6eb4cfcea149ea7
3398
 
Author: Tom Tromey <tromey@redhat.com>
3399
 
Date:   Fri Feb 21 19:16:00 2014 +0000
 
4172
Author:     Tom Tromey <tromey@redhat.com>
 
4173
AuthorDate: Fri Feb 21 19:16:00 2014 +0000
 
4174
Commit:     Tim Lunn <tim@feathertop.org>
 
4175
CommitDate: Sat May 10 19:49:22 2014 +1000
3400
4176
 
3401
4177
    gobject.py: Port to gdb 7.7 frame filter API
3402
4178
 
3407
4183
 1 file changed, 48 insertions(+), 44 deletions(-)
3408
4184
 
3409
4185
commit 430e6fd6ad4ecf68ca110e90a626a60fd5d4eca8
3410
 
Author: Sébastien Wilmet <swilmet@gnome.org>
3411
 
Date:   Mon Apr 21 14:50:53 2014 +0200
 
4186
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
4187
AuthorDate: Mon Apr 21 14:50:53 2014 +0200
 
4188
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
4189
CommitDate: Fri May 9 18:47:42 2014 +0200
3412
4190
 
3413
4191
    doc: various improvements
3414
4192
 
3430
4208
 6 files changed, 11 insertions(+), 8 deletions(-)
3431
4209
 
3432
4210
commit 7c205ae90d5ee1dc583b20548fcb65a231af48ff
3433
 
Author: Lukasz Skalski <l.skalski@samsung.com>
3434
 
Date:   Fri May 9 15:06:52 2014 +0200
 
4211
Author:     Lukasz Skalski <l.skalski@samsung.com>
 
4212
AuthorDate: Fri May 9 15:06:52 2014 +0200
 
4213
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4214
CommitDate: Fri May 9 10:21:22 2014 -0400
3435
4215
 
3436
4216
    gio: cleanup gdbusmessage.c file
3437
4217
 
3458
4238
 1 file changed, 67 insertions(+), 120 deletions(-)
3459
4239
 
3460
4240
commit 079d20f012127873335fccd174b104b60d9d7f4f
3461
 
Author: Ryan Lortie <desrt@desrt.ca>
3462
 
Date:   Thu May 8 16:16:35 2014 -0400
 
4241
Author:     Ryan Lortie <desrt@desrt.ca>
 
4242
AuthorDate: Thu May 8 16:16:35 2014 -0400
 
4243
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4244
CommitDate: Thu May 8 16:19:56 2014 -0400
3463
4245
 
3464
4246
    tests: add testcase for {Only,Not}ShowIn
3465
4247
 
3473
4255
 4 files changed, 53 insertions(+), 8 deletions(-)
3474
4256
 
3475
4257
commit 5a5e16e93c4f11e635918ecdb41681f63fd05a39
3476
 
Author: Ryan Lortie <desrt@desrt.ca>
3477
 
Date:   Thu May 8 08:57:50 2014 -0400
 
4258
Author:     Ryan Lortie <desrt@desrt.ca>
 
4259
AuthorDate: Thu May 8 08:57:50 2014 -0400
 
4260
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4261
CommitDate: Thu May 8 16:19:56 2014 -0400
3478
4262
 
3479
4263
    AppInfo: use XDG_CURRENT_DESKTOP for OnlyShowIn
3480
4264
 
3512
4296
 2 files changed, 50 insertions(+), 51 deletions(-)
3513
4297
 
3514
4298
commit 880e8e8cb254e8c0c8a4bb62ebb606404818b52b
3515
 
Author: Ryan Lortie <desrt@desrt.ca>
3516
 
Date:   Fri Nov 15 14:44:33 2013 -0500
 
4299
Author:     Ryan Lortie <desrt@desrt.ca>
 
4300
AuthorDate: Fri Nov 15 14:44:33 2013 -0500
 
4301
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4302
CommitDate: Thu May 8 16:19:55 2014 -0400
3517
4303
 
3518
4304
    tests: add tests for GDesktopAppInfo Implements=
3519
4305
 
3529
4315
 6 files changed, 49 insertions(+), 1 deletion(-)
3530
4316
 
3531
4317
commit 0b277192932f7612906186620a369f7445cd5f41
3532
 
Author: Ryan Lortie <desrt@desrt.ca>
3533
 
Date:   Fri Nov 15 14:44:11 2013 -0500
 
4318
Author:     Ryan Lortie <desrt@desrt.ca>
 
4319
AuthorDate: Fri Nov 15 14:44:11 2013 -0500
 
4320
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4321
CommitDate: Thu May 8 16:19:50 2014 -0400
3534
4322
 
3535
4323
    docs: add two missing symbols on GDesktopAppInfo
3536
4324
 
3540
4328
 1 file changed, 3 insertions(+)
3541
4329
 
3542
4330
commit 9aaf990960c5182602de01fe046379af7bd9627a
3543
 
Author: Ryan Lortie <desrt@desrt.ca>
3544
 
Date:   Fri Nov 15 14:40:37 2013 -0500
 
4331
Author:     Ryan Lortie <desrt@desrt.ca>
 
4332
AuthorDate: Fri Nov 15 14:40:37 2013 -0500
 
4333
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4334
CommitDate: Thu May 8 16:19:05 2014 -0400
3545
4335
 
3546
4336
    Add g_desktop_app_info_get_implementations()
3547
4337
 
3557
4347
 2 files changed, 86 insertions(+)
3558
4348
 
3559
4349
commit 49f5737f00640c60006159041f6e8c7976330ee4
3560
 
Author: Matthias Clasen <mclasen@redhat.com>
3561
 
Date:   Mon May 5 20:30:35 2014 -0400
 
4350
Author:     Matthias Clasen <mclasen@redhat.com>
 
4351
AuthorDate: Mon May 5 20:30:35 2014 -0400
 
4352
Commit:     Matthias Clasen <mclasen@redhat.com>
 
4353
CommitDate: Mon May 5 20:30:35 2014 -0400
3562
4354
 
3563
4355
    Add a testcase for the previous fix
3564
4356
 
3573
4365
 1 file changed, 48 insertions(+)
3574
4366
 
3575
4367
commit 85606f609363092e8f47db57b05762a0728ec80e
3576
 
Author: Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
3577
 
Date:   Mon May 5 14:40:31 2014 +0200
 
4368
Author:     Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
 
4369
AuthorDate: Mon May 5 14:40:31 2014 +0200
 
4370
Commit:     Matthias Clasen <mclasen@redhat.com>
 
4371
CommitDate: Mon May 5 20:29:29 2014 -0400
3578
4372
 
3579
4373
    goption: Don't include parsed option values in G_OPTION_REMAINING
3580
4374
 
3589
4383
 1 file changed, 1 insertion(+)
3590
4384
 
3591
4385
commit 1565a4914494e56275d6ff393b90b8fb1b712708
3592
 
Author: Lionel Landwerlin <llandwerlin@gmail.com>
3593
 
Date:   Tue Jan 21 19:12:08 2014 +0000
 
4386
Author:     Lionel Landwerlin <llandwerlin@gmail.com>
 
4387
AuthorDate: Tue Jan 21 19:12:08 2014 +0000
 
4388
Commit:     Dan Winship <danw@gnome.org>
 
4389
CommitDate: Mon May 5 11:10:09 2014 -0400
3594
4390
 
3595
4391
    gio: iostream: use GTask instead of internal pointer
3596
4392
 
3603
4399
 1 file changed, 25 insertions(+), 24 deletions(-)
3604
4400
 
3605
4401
commit 24fdee7a78f9148fce173781128bd3287ca5ede1
3606
 
Author: Mathieu Bridon <bochecha@fedoraproject.org>
3607
 
Date:   Mon May 5 18:30:56 2014 +0800
 
4402
Author:     Mathieu Bridon <bochecha@fedoraproject.org>
 
4403
AuthorDate: Mon May 5 18:30:56 2014 +0800
 
4404
Commit:     Mathieu Bridon <bochecha@fedoraproject.org>
 
4405
CommitDate: Mon May 5 18:30:56 2014 +0800
3608
4406
 
3609
4407
    Fix some typos in documentation
3610
4408
 
3613
4411
 2 files changed, 2 insertions(+), 2 deletions(-)
3614
4412
 
3615
4413
commit 63737df0e82ca1c74e2a622948eb5c0eb209f9d1
3616
 
Author: Philip Withnall <philip@tecnocode.co.uk>
3617
 
Date:   Fri May 2 09:42:06 2014 +0200
 
4414
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
4415
AuthorDate: Fri May 2 09:42:06 2014 +0200
 
4416
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
4417
CommitDate: Sun May 4 18:22:09 2014 +0100
3618
4418
 
3619
4419
    docs: Add a README.rationale documenting major design decisions
3620
4420
 
3640
4440
 3 files changed, 13 insertions(+), 1 deletion(-)
3641
4441
 
3642
4442
commit 11297fd183b460abfad861cb94f9371fde487ef2
3643
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3644
 
Date:   Thu Nov 28 20:39:56 2013 +0000
 
4443
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4444
AuthorDate: Thu Nov 28 20:39:56 2013 +0000
 
4445
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
4446
CommitDate: Sun May 4 18:21:20 2014 +0100
3645
4447
 
3646
4448
    gstrfuncs: Add missing preconditions to g_str_match_string()
3647
4449
 
3651
4453
 1 file changed, 5 insertions(+)
3652
4454
 
3653
4455
commit 81e0a2f362383b827ae8cd092cb909a0c3c6dc04
3654
 
Author: Dan Winship <danw@gnome.org>
3655
 
Date:   Sat May 3 17:24:48 2014 -0400
 
4456
Author:     Dan Winship <danw@gnome.org>
 
4457
AuthorDate: Sat May 3 17:24:48 2014 -0400
 
4458
Commit:     Dan Winship <danw@gnome.org>
 
4459
CommitDate: Sat May 3 17:27:44 2014 -0400
3656
4460
 
3657
4461
    gio: add a missing property to GDummyTlsConnection
3658
4462
 
3666
4470
 1 file changed, 2 insertions(+)
3667
4471
 
3668
4472
commit b2825257449446313265842920c35262f35d9063
3669
 
Author: Pau Iranzo <paugnu@gmail.com>
3670
 
Date:   Fri May 2 12:41:30 2014 +0200
 
4473
Author:     Pau Iranzo <paugnu@gmail.com>
 
4474
AuthorDate: Fri May 2 12:41:30 2014 +0200
 
4475
Commit:     Gil Forcada <gforcada@gnome.org>
 
4476
CommitDate: Fri May 2 12:41:47 2014 +0200
3671
4477
 
3672
4478
    [l10n] Update Catalan translation
3673
4479
 
3676
4482
 1 file changed, 1128 insertions(+), 930 deletions(-)
3677
4483
 
3678
4484
commit 361a6eb8561649ce1df1eeb2a624fd473fb02dc5
3679
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3680
 
Date:   Wed Apr 30 16:58:21 2014 +0200
 
4485
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4486
AuthorDate: Wed Apr 30 16:58:21 2014 +0200
 
4487
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4488
CommitDate: Thu May 1 15:34:30 2014 +0200
3681
4489
 
3682
4490
    docs: Fix some minor typos in the GVariant documentation
3683
4491
 
3687
4495
 1 file changed, 2 insertions(+), 2 deletions(-)
3688
4496
 
3689
4497
commit fca1b83be74c9840037cfee84015fd8460cc33f9
3690
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3691
 
Date:   Wed Apr 30 16:37:30 2014 +0200
 
4498
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4499
AuthorDate: Wed Apr 30 16:37:30 2014 +0200
 
4500
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4501
CommitDate: Wed Apr 30 16:38:43 2014 +0200
3692
4502
 
3693
4503
    gvariant: Fix confusion between type and format strings in the docs
3694
4504
 
3700
4510
 1 file changed, 2 insertions(+), 2 deletions(-)
3701
4511
 
3702
4512
commit 704852ff097f848dcb89ba553431b460938d8d91
3703
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3704
 
Date:   Tue Apr 29 08:47:14 2014 +0100
 
4513
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4514
AuthorDate: Tue Apr 29 08:47:14 2014 +0100
 
4515
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4516
CommitDate: Tue Apr 29 10:40:20 2014 +0100
3705
4517
 
3706
4518
    gobject: Document that classes/objects/interfaces are zero-filled
3707
4519
 
3720
4532
 3 files changed, 22 insertions(+), 5 deletions(-)
3721
4533
 
3722
4534
commit cb3f6f95477a90e4ea828595401d593298dca1bd
3723
 
Author: Matej Urbančič <mateju@svn.gnome.org>
3724
 
Date:   Mon Apr 28 21:47:39 2014 +0200
 
4535
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
4536
AuthorDate: Mon Apr 28 21:47:39 2014 +0200
 
4537
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
4538
CommitDate: Mon Apr 28 21:47:39 2014 +0200
3725
4539
 
3726
4540
    Updated Slovenian translation
3727
4541
 
3729
4543
 1 file changed, 1 insertion(+), 1 deletion(-)
3730
4544
 
3731
4545
commit 0d51f324a6fe131a8cee5fd51d20e7cfeb76e0db
3732
 
Author: Matej Urbančič <mateju@svn.gnome.org>
3733
 
Date:   Mon Apr 28 21:45:20 2014 +0200
 
4546
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
4547
AuthorDate: Mon Apr 28 21:45:20 2014 +0200
 
4548
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
4549
CommitDate: Mon Apr 28 21:45:20 2014 +0200
3734
4550
 
3735
4551
    Updated Slovenian translation
3736
4552
 
3739
4555
 1 file changed, 1122 insertions(+), 926 deletions(-)
3740
4556
 
3741
4557
commit ca123834016de680827ce8175c39f8d85d0877e7
3742
 
Author: Matej Urbančič <mateju@svn.gnome.org>
3743
 
Date:   Mon Apr 28 21:28:16 2014 +0200
 
4558
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
4559
AuthorDate: Mon Apr 28 21:28:16 2014 +0200
 
4560
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
4561
CommitDate: Mon Apr 28 21:28:16 2014 +0200
3744
4562
 
3745
4563
    Updated Slovenian translation
3746
4564
 
3748
4566
 1 file changed, 1 insertion(+), 1 deletion(-)
3749
4567
 
3750
4568
commit 4ba23522b1b49f62aaf8d68d230d4373e36e21f6
3751
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
3752
 
Date:   Mon Apr 28 09:26:32 2014 +0200
 
4569
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
4570
AuthorDate: Mon Apr 28 09:26:32 2014 +0200
 
4571
Commit:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
4572
CommitDate: Mon Apr 28 09:28:21 2014 +0200
3753
4573
 
3754
4574
    gmenuexporter: fix protocol documentation link
3755
4575
 
3757
4577
 1 file changed, 1 insertion(+), 1 deletion(-)
3758
4578
 
3759
4579
commit da69439753da10874ac6f48a6fd92504adf12fa5
3760
 
Author: Enrico Nicoletto <liverig@gmail.com>
3761
 
Date:   Sun Apr 27 00:19:44 2014 +0000
 
4580
Author:     Enrico Nicoletto <liverig@gmail.com>
 
4581
AuthorDate: Sun Apr 27 00:19:44 2014 +0000
 
4582
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
4583
CommitDate: Sun Apr 27 00:19:44 2014 +0000
3762
4584
 
3763
4585
    Updated Brazilian Portuguese translation
3764
4586
 
3767
4589
 1 file changed, 220 insertions(+), 217 deletions(-)
3768
4590
 
3769
4591
commit 254b8dfcd0138dba835fe5caf535118c74685a3b
3770
 
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
3771
 
Date:   Fri Apr 25 19:35:58 2014 -0300
 
4592
Author:     Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
4593
AuthorDate: Fri Apr 25 19:35:58 2014 -0300
 
4594
Commit:     Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
4595
CommitDate: Fri Apr 25 20:06:41 2014 -0300
3772
4596
 
3773
4597
    Added type check to GPermission public functions.
3774
4598
 
3776
4600
 1 file changed, 13 insertions(+), 1 deletion(-)
3777
4601
 
3778
4602
commit 956921e51facfab7e7706257ba5a976d011f97a5
3779
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3780
 
Date:   Thu Apr 24 09:26:12 2014 +0100
 
4603
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4604
AuthorDate: Thu Apr 24 09:26:12 2014 +0100
 
4605
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4606
CommitDate: Fri Apr 25 09:52:01 2014 +0100
3781
4607
 
3782
4608
    gresolver: Ensure GThreadedResolver always sets an error if resolution
3783
4609
    fails
3798
4624
 1 file changed, 16 insertions(+), 3 deletions(-)
3799
4625
 
3800
4626
commit 14b0c15abb228c1e4c5400595cd7c0ff8d86bfbd
3801
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3802
 
Date:   Thu Apr 24 09:24:48 2014 +0100
 
4627
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4628
AuthorDate: Thu Apr 24 09:24:48 2014 +0100
 
4629
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4630
CommitDate: Fri Apr 25 09:52:01 2014 +0100
3803
4631
 
3804
4632
    gresolver: Document that GResolver lists are non-empty on success
3805
4633
 
3818
4646
 1 file changed, 24 insertions(+), 19 deletions(-)
3819
4647
 
3820
4648
commit c565d645e9aab5065d4141bb7d5c290213fab924
3821
 
Author: Dan Winship <danw@gnome.org>
3822
 
Date:   Thu Apr 24 12:15:55 2014 -0400
 
4649
Author:     Dan Winship <danw@gnome.org>
 
4650
AuthorDate: Thu Apr 24 12:15:55 2014 -0400
 
4651
Commit:     Dan Winship <danw@gnome.org>
 
4652
CommitDate: Thu Apr 24 12:18:36 2014 -0400
3823
4653
 
3824
4654
    gio: remove an unneeded pragma
3825
4655
 
3831
4661
 1 file changed, 5 deletions(-)
3832
4662
 
3833
4663
commit 44415953783f5ea880ce90e21a7eaea280f99f1c
3834
 
Author: Volker Sobek <reklov@live.com>
3835
 
Date:   Wed Apr 16 23:56:02 2014 +0200
 
4664
Author:     Volker Sobek <reklov@live.com>
 
4665
AuthorDate: Wed Apr 16 23:56:02 2014 +0200
 
4666
Commit:     Volker Sobek <reklov@live.com>
 
4667
CommitDate: Thu Apr 24 13:42:37 2014 +0200
3836
4668
 
3837
4669
    docs: Remove <!-- --> comment before plural s
3838
4670
 
3857
4689
 12 files changed, 16 insertions(+), 16 deletions(-)
3858
4690
 
3859
4691
commit 99b67614b796976253bbbdda1b4fd06acda01a90
3860
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3861
 
Date:   Wed Nov 6 10:54:06 2013 +0000
 
4692
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4693
AuthorDate: Wed Nov 6 10:54:06 2013 +0000
 
4694
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4695
CommitDate: Wed Apr 23 13:02:41 2014 +0100
3862
4696
 
3863
4697
    gaction: Minor clarifications in the GAction documentation
3864
4698
 
3868
4702
 1 file changed, 4 insertions(+), 3 deletions(-)
3869
4703
 
3870
4704
commit 58abc1fc198a8579667ea2164c33964b250a0435
3871
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
3872
 
Date:   Wed Apr 16 10:27:09 2014 +0200
 
4705
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
4706
AuthorDate: Wed Apr 16 10:27:09 2014 +0200
 
4707
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
4708
CommitDate: Sun Apr 20 23:16:59 2014 +0200
3873
4709
 
3874
4710
    platform_get_argv0: drop unneeded headers for OpenBSD
3875
4711
 
3882
4718
 1 file changed, 6 insertions(+), 5 deletions(-)
3883
4719
 
3884
4720
commit 9352cdb5f4f7dffa983d411625e874110b81cb35
3885
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3886
 
Date:   Sat Apr 19 18:22:24 2014 +0100
 
4721
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4722
AuthorDate: Sat Apr 19 18:22:24 2014 +0100
 
4723
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4724
CommitDate: Sat Apr 19 18:24:04 2014 +0100
3887
4725
 
3888
4726
    gfile: More explicitly document the context for GFileProgressCallback
3889
4727
 
3896
4734
 1 file changed, 3 insertions(+), 2 deletions(-)
3897
4735
 
3898
4736
commit 157521a5c43fd78884b77b9216e2e5c30d2a944d
3899
 
Author: marablack3 <marablack3@gmail.com>
3900
 
Date:   Fri Apr 18 17:55:02 2014 +0000
 
4737
Author:     marablack3 <marablack3@gmail.com>
 
4738
AuthorDate: Fri Apr 18 17:55:02 2014 +0000
 
4739
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
4740
CommitDate: Fri Apr 18 17:55:02 2014 +0000
3901
4741
 
3902
4742
    Updated Greek translation
3903
4743
 
3906
4746
 1 file changed, 852 insertions(+), 838 deletions(-)
3907
4747
 
3908
4748
commit 2b247e158991c9698c7cb53731395de2b69cb086
3909
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3910
 
Date:   Wed Apr 16 19:03:56 2014 +0100
 
4749
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4750
AuthorDate: Wed Apr 16 19:03:56 2014 +0100
 
4751
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4752
CommitDate: Wed Apr 16 19:04:25 2014 +0100
3911
4753
 
3912
4754
    gio: Document that GSocket is not thread safe
3913
4755
 
3917
4759
 1 file changed, 4 insertions(+)
3918
4760
 
3919
4761
commit 7a86a6690a767b48379c9233049a6a9d2a21a86e
3920
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
3921
 
Date:   Wed Feb 19 18:02:37 2014 +0000
 
4762
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4763
AuthorDate: Wed Feb 19 18:02:37 2014 +0000
 
4764
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
4765
CommitDate: Wed Apr 16 16:20:46 2014 +0100
3922
4766
 
3923
4767
    hmac: Add support for SHA-512 in GHmac
3924
4768
 
3937
4781
 2 files changed, 173 insertions(+), 14 deletions(-)
3938
4782
 
3939
4783
commit d93458d97d74ef12a08de20c1f27ea1cfa54447f
3940
 
Author: Ryan Lortie <desrt@desrt.ca>
3941
 
Date:   Wed Apr 16 07:53:58 2014 -0400
 
4784
Author:     Ryan Lortie <desrt@desrt.ca>
 
4785
AuthorDate: Wed Apr 16 07:53:58 2014 -0400
 
4786
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4787
CommitDate: Wed Apr 16 07:53:58 2014 -0400
3942
4788
 
3943
4789
    Revert "Bug 724590 - GSlice slab_stack corruption"
3944
4790
 
3948
4794
 1 file changed, 1 insertion(+), 2 deletions(-)
3949
4795
 
3950
4796
commit c49ec3c8d7a90589308ce1b87a92bc627335ffd2
3951
 
Author: John Ralls <jralls@ceridwen.us>
3952
 
Date:   Mon Feb 17 15:51:38 2014 -0800
 
4797
Author:     John Ralls <jralls@ceridwen.us>
 
4798
AuthorDate: Mon Feb 17 15:51:38 2014 -0800
 
4799
Commit:     John Ralls <jralls@ceridwen.us>
 
4800
CommitDate: Tue Apr 15 17:27:16 2014 -0700
3953
4801
 
3954
4802
    Bug 724590 - GSlice slab_stack corruption
3955
4803
 
3960
4808
 1 file changed, 2 insertions(+), 1 deletion(-)
3961
4809
 
3962
4810
commit 9f0ad54c8082656c29e4b567bd4d5f4bd849375c
3963
 
Author: Volker Sobek <reklov@live.com>
3964
 
Date:   Tue Apr 15 16:18:59 2014 +0200
 
4811
Author:     Volker Sobek <reklov@live.com>
 
4812
AuthorDate: Tue Apr 15 16:18:59 2014 +0200
 
4813
Commit:     Volker Sobek <reklov@live.com>
 
4814
CommitDate: Tue Apr 15 22:19:07 2014 +0200
3965
4815
 
3966
4816
    docs: Use markdown links in all .c and .h files
3967
4817
 
3985
4835
 13 files changed, 14 insertions(+), 14 deletions(-)
3986
4836
 
3987
4837
commit afaee8dc6ad72281dd1a51ebae58aaabf0efdb05
3988
 
Author: Ryan Lortie <desrt@desrt.ca>
3989
 
Date:   Tue Apr 15 14:10:39 2014 -0400
 
4838
Author:     Ryan Lortie <desrt@desrt.ca>
 
4839
AuthorDate: Tue Apr 15 14:10:39 2014 -0400
 
4840
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4841
CommitDate: Tue Apr 15 14:12:58 2014 -0400
3990
4842
 
3991
4843
    gdesktopappinfo: fix a crasher
3992
4844
 
3999
4851
 1 file changed, 1 insertion(+), 1 deletion(-)
4000
4852
 
4001
4853
commit 7916f6d63614b74d81a5527cef2b0e9c7bbb45f2
4002
 
Author: Alberto Ruiz <aruiz@gnome.org>
4003
 
Date:   Tue Apr 15 18:56:26 2014 +0200
 
4854
Author:     Alberto Ruiz <aruiz@gnome.org>
 
4855
AuthorDate: Tue Apr 15 18:56:26 2014 +0200
 
4856
Commit:     Alberto Ruiz <aruiz@gnome.org>
 
4857
CommitDate: Tue Apr 15 18:56:26 2014 +0200
4004
4858
 
4005
4859
    gio: fix g-i annotations in g_settings_schema_source_list_schemas()
4006
4860
 
4008
4862
 1 file changed, 4 insertions(+), 3 deletions(-)
4009
4863
 
4010
4864
commit 9a5e85c078d5f624d24b24f34cff287a0d6354c5
4011
 
Author: Ryan Lortie <desrt@desrt.ca>
4012
 
Date:   Thu Apr 10 12:00:40 2014 -0400
 
4865
Author:     Ryan Lortie <desrt@desrt.ca>
 
4866
AuthorDate: Thu Apr 10 12:00:40 2014 -0400
 
4867
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4868
CommitDate: Tue Apr 15 11:36:39 2014 -0400
4013
4869
 
4014
4870
    tests: use mimeapps.list over defaults.list
4015
4871
 
4022
4878
 1 file changed, 3 insertions(+), 3 deletions(-)
4023
4879
 
4024
4880
commit 6fd5a8cdaa0dee2217ebe7411adf3ddb37f1827e
4025
 
Author: Ryan Lortie <desrt@desrt.ca>
4026
 
Date:   Wed Apr 9 08:44:18 2014 -0400
 
4881
Author:     Ryan Lortie <desrt@desrt.ca>
 
4882
AuthorDate: Wed Apr 9 08:44:18 2014 -0400
 
4883
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4884
CommitDate: Tue Apr 15 11:36:39 2014 -0400
4027
4885
 
4028
4886
    GDesktopAppInfo: rewrite content type code
4029
4887
 
4065
4923
 2 files changed, 632 insertions(+), 854 deletions(-)
4066
4924
 
4067
4925
commit caf0f1df1c59b0b7e5f68327e3852817d74609a5
4068
 
Author: Ryan Lortie <desrt@desrt.ca>
4069
 
Date:   Thu Apr 10 22:32:28 2014 -0400
 
4926
Author:     Ryan Lortie <desrt@desrt.ca>
 
4927
AuthorDate: Thu Apr 10 22:32:28 2014 -0400
 
4928
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4929
CommitDate: Tue Apr 15 11:36:39 2014 -0400
4070
4930
 
4071
4931
    mimetype tests: don't depend on specific behaviour
4072
4932
 
4085
4945
 1 file changed, 13 insertions(+), 38 deletions(-)
4086
4946
 
4087
4947
commit 54047080e963b2d6c3f966340dcd9d788b73ac9c
4088
 
Author: Ryan Lortie <desrt@desrt.ca>
4089
 
Date:   Thu Apr 10 11:49:21 2014 -0400
 
4948
Author:     Ryan Lortie <desrt@desrt.ca>
 
4949
AuthorDate: Thu Apr 10 11:49:21 2014 -0400
 
4950
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4951
CommitDate: Tue Apr 15 11:36:39 2014 -0400
4090
4952
 
4091
4953
    appmonitor test: avoid /usr/share
4092
4954
 
4102
4964
 1 file changed, 1 insertion(+)
4103
4965
 
4104
4966
commit a366b6f2d5cabcf04bad84ef40589eada2d7d4f6
4105
 
Author: Ryan Lortie <desrt@desrt.ca>
4106
 
Date:   Wed Apr 9 18:59:20 2014 -0400
 
4967
Author:     Ryan Lortie <desrt@desrt.ca>
 
4968
AuthorDate: Wed Apr 9 18:59:20 2014 -0400
 
4969
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4970
CommitDate: Tue Apr 15 11:36:38 2014 -0400
4107
4971
 
4108
4972
    tests: expand 'apps' tool
4109
4973
 
4116
4980
 1 file changed, 46 insertions(+)
4117
4981
 
4118
4982
commit 41761a134df118f64ee0316ad83cb7b7e6035145
4119
 
Author: Ryan Lortie <desrt@desrt.ca>
4120
 
Date:   Wed Apr 9 19:14:37 2014 -0400
 
4983
Author:     Ryan Lortie <desrt@desrt.ca>
 
4984
AuthorDate: Wed Apr 9 19:14:37 2014 -0400
 
4985
Commit:     Ryan Lortie <desrt@desrt.ca>
 
4986
CommitDate: Tue Apr 15 11:36:38 2014 -0400
4121
4987
 
4122
4988
    mimeapps test: fix defaults vs. recommended
4123
4989
 
4136
5002
 1 file changed, 4 insertions(+), 2 deletions(-)
4137
5003
 
4138
5004
commit 84e9829feea8f455357fb875e77d579b2437de4a
4139
 
Author: Ryan Lortie <desrt@desrt.ca>
4140
 
Date:   Wed Apr 9 19:23:27 2014 -0400
 
5005
Author:     Ryan Lortie <desrt@desrt.ca>
 
5006
AuthorDate: Wed Apr 9 19:23:27 2014 -0400
 
5007
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5008
CommitDate: Tue Apr 15 11:36:38 2014 -0400
4141
5009
 
4142
5010
    desktop-app-info test: use g_assert_strcmp()
4143
5011
 
4150
5018
 1 file changed, 7 insertions(+), 7 deletions(-)
4151
5019
 
4152
5020
commit 6c7972a05c2901d67d793be2db64817fec94e8e7
4153
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
4154
 
Date:   Thu Apr 10 11:16:44 2014 +0200
 
5021
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
5022
AuthorDate: Thu Apr 10 11:16:44 2014 +0200
 
5023
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
5024
CommitDate: Tue Apr 15 15:12:08 2014 +0200
4155
5025
 
4156
5026
    build: also unset LIBS when LDFLAGS is unset
4157
5027
 
4166
5036
 1 file changed, 6 insertions(+), 4 deletions(-)
4167
5037
 
4168
5038
commit 2d96503898745dbf88bec9ff57649b2d3853a851
4169
 
Author: Colin Walters <walters@verbum.org>
4170
 
Date:   Sat Apr 12 13:26:29 2014 -0400
 
5039
Author:     Colin Walters <walters@verbum.org>
 
5040
AuthorDate: Sat Apr 12 13:26:29 2014 -0400
 
5041
Commit:     Colin Walters <walters@verbum.org>
 
5042
CommitDate: Sat Apr 12 13:26:29 2014 -0400
4171
5043
 
4172
5044
    gdesktopappinfo: Don't double free sn_id
4173
5045
 
4178
5050
 1 file changed, 1 insertion(+), 4 deletions(-)
4179
5051
 
4180
5052
commit af1772b6422967820d27dbb952f3ef42f2287a8f
4181
 
Author: Colin Walters <walters@verbum.org>
4182
 
Date:   Sat Apr 12 13:21:20 2014 -0400
 
5053
Author:     Colin Walters <walters@verbum.org>
 
5054
AuthorDate: Sat Apr 12 13:21:20 2014 -0400
 
5055
Commit:     Colin Walters <walters@verbum.org>
 
5056
CommitDate: Sat Apr 12 13:21:20 2014 -0400
4183
5057
 
4184
5058
    gdesktopappinfo: Initialize sn_id to NULL
4185
5059
 
4189
5063
 1 file changed, 1 insertion(+), 1 deletion(-)
4190
5064
 
4191
5065
commit 74ec947079e9159c71b28b98439b8a7ad9c415ee
4192
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
4193
 
Date:   Thu Apr 10 10:40:16 2014 +0200
 
5066
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
5067
AuthorDate: Thu Apr 10 10:40:16 2014 +0200
 
5068
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
5069
CommitDate: Sat Apr 12 07:56:09 2014 +0200
4194
5070
 
4195
5071
    openbsd: remove -pthread
4196
5072
 
4201
5077
 1 file changed, 3 deletions(-)
4202
5078
 
4203
5079
commit 94e5dafbc9ae823590aa3a3f3989b8f5978f1a9d
4204
 
Author: Matthias Clasen <mclasen@redhat.com>
4205
 
Date:   Fri Apr 11 15:46:38 2014 -0700
 
5080
Author:     Matthias Clasen <mclasen@redhat.com>
 
5081
AuthorDate: Fri Apr 11 15:46:38 2014 -0700
 
5082
Commit:     Matthias Clasen <mclasen@redhat.com>
 
5083
CommitDate: Fri Apr 11 19:00:12 2014 -0700
4206
5084
 
4207
5085
    Deal with startup notify id being NULL
4208
5086
 
4226
5104
 1 file changed, 7 insertions(+), 2 deletions(-)
4227
5105
 
4228
5106
commit 6c395244a5db7ac96d0c6279c6e846e99c1dc967
4229
 
Author: Emmanuele Bassi <ebassi@gnome.org>
4230
 
Date:   Mon Mar 10 15:16:44 2014 +0000
 
5107
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
5108
AuthorDate: Mon Mar 10 15:16:44 2014 +0000
 
5109
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
5110
CommitDate: Thu Apr 10 20:00:23 2014 +0100
4231
5111
 
4232
5112
    gparam: Add G_PARAM_READWRITE to GParamFlags
4233
5113
 
4241
5121
 1 file changed, 2 insertions(+), 6 deletions(-)
4242
5122
 
4243
5123
commit 9fe9a676a452a73daccdb46246575c4a4c97ee16
4244
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
4245
 
Date:   Wed Apr 9 18:07:38 2014 -0700
 
5124
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
5125
AuthorDate: Wed Apr 9 18:07:38 2014 -0700
 
5126
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
5127
CommitDate: Thu Apr 10 09:16:22 2014 -0700
4246
5128
 
4247
5129
    gapplication-tool: ensure object paths are valid
4248
5130
 
4256
5138
 1 file changed, 6 insertions(+), 2 deletions(-)
4257
5139
 
4258
5140
commit 59d11879efb2a9a847f614faaa85f67644258f70
4259
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
4260
 
Date:   Wed Apr 9 18:07:22 2014 -0700
 
5141
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
5142
AuthorDate: Wed Apr 9 18:07:22 2014 -0700
 
5143
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
5144
CommitDate: Thu Apr 10 09:16:22 2014 -0700
4261
5145
 
4262
5146
    gapplication-tool: fix a typo
4263
5147
 
4269
5153
 1 file changed, 1 insertion(+), 1 deletion(-)
4270
5154
 
4271
5155
commit eec507c15987388ae624eada236032e700bf8c50
4272
 
Author: Dan Winship <danw@gnome.org>
4273
 
Date:   Wed Apr 9 09:57:46 2014 -0400
 
5156
Author:     Dan Winship <danw@gnome.org>
 
5157
AuthorDate: Wed Apr 9 09:57:46 2014 -0400
 
5158
Commit:     Dan Winship <danw@gnome.org>
 
5159
CommitDate: Thu Apr 10 10:10:24 2014 -0400
4274
5160
 
4275
5161
    g_str_has_prefix: don't call strlen(str)
4276
5162
 
4291
5177
 1 file changed, 1 insertion(+), 10 deletions(-)
4292
5178
 
4293
5179
commit 0e44b29340a1e3db140064d7c34070904e3fd8be
4294
 
Author: Debarshi Ray <debarshir@gnome.org>
4295
 
Date:   Thu Apr 10 15:26:45 2014 +0200
 
5180
Author:     Debarshi Ray <debarshir@gnome.org>
 
5181
AuthorDate: Thu Apr 10 15:26:45 2014 +0200
 
5182
Commit:     Debarshi Ray <debarshir@gnome.org>
 
5183
CommitDate: Thu Apr 10 15:27:16 2014 +0200
4296
5184
 
4297
5185
    giomodule: Add a NULL guard to extension_point_get_extension_by_name
4298
5186
 
4304
5192
 1 file changed, 2 insertions(+)
4305
5193
 
4306
5194
commit 2b178c762fbc0706031e9890ba190233e243a602
4307
 
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
4308
 
Date:   Mon Sep 2 13:59:18 2013 -0400
 
5195
Author:     Alexandre Rostovtsev <tetromino@gentoo.org>
 
5196
AuthorDate: Mon Sep 2 13:59:18 2013 -0400
 
5197
Commit:     Alexandre Rostovtsev <tetromino@gentoo.org>
 
5198
CommitDate: Thu Apr 10 01:38:41 2014 -0400
4309
5199
 
4310
5200
    gobject: try to link with -Wl,-z,nodelete
4311
5201
 
4321
5211
 2 files changed, 35 insertions(+)
4322
5212
 
4323
5213
commit 7089cf89672b70711b0ebe10fdd24cd73f6060d5
4324
 
Author: Colin Walters <walters@verbum.org>
4325
 
Date:   Thu Apr 3 14:05:45 2014 -0400
 
5214
Author:     Colin Walters <walters@verbum.org>
 
5215
AuthorDate: Thu Apr 3 14:05:45 2014 -0400
 
5216
Commit:     Colin Walters <walters@verbum.org>
 
5217
CommitDate: Wed Apr 9 20:22:38 2014 -0400
4326
5218
 
4327
5219
    g_file_copy: Don't set GError when we intend to ignore errors
4328
5220
 
4336
5228
 1 file changed, 1 insertion(+), 1 deletion(-)
4337
5229
 
4338
5230
commit 76d6fd01dec6fd3ae4cb21f4bdf1ad7ee521a2c2
4339
 
Author: Stef Walter <stefw@gnome.org>
4340
 
Date:   Wed Apr 9 16:14:11 2014 +0200
 
5231
Author:     Stef Walter <stefw@gnome.org>
 
5232
AuthorDate: Wed Apr 9 16:14:11 2014 +0200
 
5233
Commit:     Stef Walter <stefw@gnome.org>
 
5234
CommitDate: Wed Apr 9 20:48:19 2014 +0200
4341
5235
 
4342
5236
    gio: Add newer dbus UnknownXxxx and PropertyReadOnly errors
4343
5237
 
4361
5255
 3 files changed, 21 insertions(+), 2 deletions(-)
4362
5256
 
4363
5257
commit 65f26691733a8c8b48476d899b52cf17c0cfae88
4364
 
Author: Dan Winship <danw@gnome.org>
4365
 
Date:   Wed Apr 9 10:39:45 2014 -0400
 
5258
Author:     Dan Winship <danw@gnome.org>
 
5259
AuthorDate: Wed Apr 9 10:39:45 2014 -0400
 
5260
Commit:     Dan Winship <danw@gnome.org>
 
5261
CommitDate: Wed Apr 9 10:39:45 2014 -0400
4366
5262
 
4367
5263
    gtlscertificate: fix certificate list parsing with trailing comments
4368
5264
 
4376
5272
 1 file changed, 15 insertions(+), 10 deletions(-)
4377
5273
 
4378
5274
commit 6c31eeb6bfc56e31f3f62de46c0a694d18dc503e
4379
 
Author: Daniel Korostil <ted.korostiled@gmail.com>
4380
 
Date:   Sun Apr 6 16:28:40 2014 +0300
 
5275
Author:     Daniel Korostil <ted.korostiled@gmail.com>
 
5276
AuthorDate: Sun Apr 6 16:28:40 2014 +0300
 
5277
Commit:     Daniel Korostil <ted.korostiled@gmail.com>
 
5278
CommitDate: Sun Apr 6 16:28:40 2014 +0300
4381
5279
 
4382
5280
    Updated Ukrainian translation
4383
5281
 
4386
5284
 1 file changed, 3650 insertions(+), 2790 deletions(-)
4387
5285
 
4388
5286
commit b81c12fcabd0895a861cfd88aa43ac65d8cbea91
4389
 
Author: Marek Kasik <mkasik@redhat.com>
4390
 
Date:   Thu Apr 3 17:35:22 2014 +0200
 
5287
Author:     Marek Kasik <mkasik@redhat.com>
 
5288
AuthorDate: Thu Apr 3 17:35:22 2014 +0200
 
5289
Commit:     Marek Kasik <mkasik@redhat.com>
 
5290
CommitDate: Fri Apr 4 16:04:46 2014 +0200
4391
5291
 
4392
5292
    GApplication: Don't decrease use_count below 0
4393
5293
 
4401
5301
 1 file changed, 1 insertion(+)
4402
5302
 
4403
5303
commit 3cfa44da5a6f07b6416935c0f66d4d49e9398524
4404
 
Author: David King <amigadave@amigadave.com>
4405
 
Date:   Fri Apr 4 10:42:56 2014 +0100
 
5304
Author:     David King <amigadave@amigadave.com>
 
5305
AuthorDate: Fri Apr 4 10:42:56 2014 +0100
 
5306
Commit:     David King <amigadave@amigadave.com>
 
5307
CommitDate: Fri Apr 4 10:43:29 2014 +0100
4406
5308
 
4407
5309
    docs: Fix typo in g_unichar_iswide_cjk() comment
4408
5310
 
4410
5312
 1 file changed, 1 insertion(+), 1 deletion(-)
4411
5313
 
4412
5314
commit 4a4b0443212c27c5386b1f2ebf35883734915464
4413
 
Author: Paolo Borelli <pborelli@gnome.org>
4414
 
Date:   Thu Apr 3 11:33:33 2014 +0200
 
5315
Author:     Paolo Borelli <pborelli@gnome.org>
 
5316
AuthorDate: Thu Apr 3 11:33:33 2014 +0200
 
5317
Commit:     Paolo Borelli <pborelli@gnome.org>
 
5318
CommitDate: Thu Apr 3 11:37:32 2014 +0200
4415
5319
 
4416
5320
    Add a small note to g_cclosure_marshal_generic docs
4417
5321
 
4421
5325
 1 file changed, 3 insertions(+)
4422
5326
 
4423
5327
commit 20feb23569e61b061b507e995b5438a35676ae51
4424
 
Author: Wim Taymans <wtaymans@redhat.com>
4425
 
Date:   Mon Mar 10 16:27:48 2014 +0100
 
5328
Author:     Wim Taymans <wtaymans@redhat.com>
 
5329
AuthorDate: Mon Mar 10 16:27:48 2014 +0100
 
5330
Commit:     Dan Winship <danw@gnome.org>
 
5331
CommitDate: Wed Apr 2 11:23:29 2014 -0400
4426
5332
 
4427
5333
    networkaddress: fix parsing of uri with @ after authority
4428
5334
 
4441
5347
 2 files changed, 11 insertions(+), 3 deletions(-)
4442
5348
 
4443
5349
commit 8d037c678d8d3d0c0e4e1ddb22e47306567ed88a
4444
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
4445
 
Date:   Thu Mar 20 12:32:36 2014 +0000
 
5350
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
5351
AuthorDate: Thu Mar 20 12:32:36 2014 +0000
 
5352
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
5353
CommitDate: Tue Apr 1 19:11:32 2014 +0100
4446
5354
 
4447
5355
    build: Include Cocoa/Carbon in Libs.private if targetting Mac OS X
4448
5356
 
4457
5365
 3 files changed, 11 insertions(+), 7 deletions(-)
4458
5366
 
4459
5367
commit 638993f5ac9be841c4fc932ca768d26840dd6be6
4460
 
Author: Olivier Crête <olivier.crete@collabora.com>
4461
 
Date:   Wed Mar 26 19:45:52 2014 -0400
 
5368
Author:     Olivier Crête <olivier.crete@collabora.com>
 
5369
AuthorDate: Wed Mar 26 19:45:52 2014 -0400
 
5370
Commit:     Olivier Crête <olivier.crete@collabora.com>
 
5371
CommitDate: Mon Mar 31 12:48:04 2014 -0400
4462
5372
 
4463
5373
    networkmonitornetlink: IN6_IS_ADDR_MC_LINKLOCAL is only guaranteed
4464
5374
    to work on struct in6_addr*
4469
5379
 1 file changed, 4 insertions(+), 1 deletion(-)
4470
5380
 
4471
5381
commit 3da5d59078b135ee224dae223b7ebb3e873e980a
4472
 
Author: Dan Winship <danw@gnome.org>
4473
 
Date:   Tue Mar 25 13:52:45 2014 -0400
 
5382
Author:     Dan Winship <danw@gnome.org>
 
5383
AuthorDate: Tue Mar 25 13:52:45 2014 -0400
 
5384
Commit:     Dan Winship <danw@gnome.org>
 
5385
CommitDate: Sun Mar 30 11:55:47 2014 -0400
4474
5386
 
4475
5387
    gio: move Winsock error mapping to g_io_error_from_win32_error()
4476
5388
 
4488
5400
 3 files changed, 51 insertions(+), 36 deletions(-)
4489
5401
 
4490
5402
commit befc111c435be63bdc6a2d59204f697d26688369
4491
 
Author: Dan Winship <danw@gnome.org>
4492
 
Date:   Fri Mar 21 16:57:56 2014 -0400
 
5403
Author:     Dan Winship <danw@gnome.org>
 
5404
AuthorDate: Fri Mar 21 16:57:56 2014 -0400
 
5405
Commit:     Dan Winship <danw@gnome.org>
 
5406
CommitDate: Sun Mar 30 11:06:35 2014 -0400
4493
5407
 
4494
5408
    gio/tests/socket: Update to check the error code
4495
5409
 
4500
5414
 1 file changed, 7 insertions(+), 1 deletion(-)
4501
5415
 
4502
5416
commit 9fc35dbfb6b804c0ead5dd3dba1bbf14773a2f8f
4503
 
Author: Dan Winship <danw@gnome.org>
4504
 
Date:   Fri Mar 21 16:54:04 2014 -0400
 
5417
Author:     Dan Winship <danw@gnome.org>
 
5418
AuthorDate: Fri Mar 21 16:54:04 2014 -0400
 
5419
Commit:     Dan Winship <danw@gnome.org>
 
5420
CommitDate: Sun Mar 30 11:06:35 2014 -0400
4505
5421
 
4506
5422
    gioerror: map some more values to G_IO_ERROR_NOT_SUPPORTED
4507
5423
 
4522
5438
 2 files changed, 40 insertions(+), 21 deletions(-)
4523
5439
 
4524
5440
commit 0afd6d22ebb9ecb5e2b426904a91cac7a445cfe6
4525
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
4526
 
Date:   Sun Mar 30 15:09:59 2014 +0200
 
5441
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
5442
AuthorDate: Sun Mar 30 15:09:59 2014 +0200
 
5443
Commit:     dooteo <dooteo@localhost.localdomain>
 
5444
CommitDate: Sun Mar 30 15:09:59 2014 +0200
4527
5445
 
4528
5446
    Updated Basque language
4529
5447
 
4532
5450
 1 file changed, 1202 insertions(+), 981 deletions(-)
4533
5451
 
4534
5452
commit a0b932ac8bc8a0ee40c32a8f87247baeab78f6ef
4535
 
Author: Volker Sobek <reklov@live.com>
4536
 
Date:   Sun Mar 30 01:01:17 2014 +0100
 
5453
Author:     Volker Sobek <reklov@live.com>
 
5454
AuthorDate: Sun Mar 30 01:01:17 2014 +0100
 
5455
Commit:     Colin Walters <walters@verbum.org>
 
5456
CommitDate: Sun Mar 30 08:37:23 2014 -0400
4537
5457
 
4538
5458
    docs: Remove escaping '\' from literals
4539
5459
 
4552
5472
 5 files changed, 5 insertions(+), 5 deletions(-)
4553
5473
 
4554
5474
commit 31694f9ccbb8a142998252288cd04d9738451a7f
4555
 
Author: Dan Winship <danw@gnome.org>
4556
 
Date:   Tue Mar 25 13:20:13 2014 -0400
 
5475
Author:     Dan Winship <danw@gnome.org>
 
5476
AuthorDate: Tue Mar 25 13:20:13 2014 -0400
 
5477
Commit:     Dan Winship <danw@gnome.org>
 
5478
CommitDate: Sat Mar 29 12:54:29 2014 -0400
4557
5479
 
4558
5480
    Bump version to 2.41.0, add GLIB_VERSION_2_42, etc
4559
5481
 
4563
5485
 3 files changed, 29 insertions(+), 2 deletions(-)
4564
5486
 
4565
5487
commit 8792609e15394967cab526838b83f90acb401663
4566
 
Author: Bastien Nocera <hadess@hadess.net>
4567
 
Date:   Sat Mar 22 13:15:45 2014 +0100
 
5488
Author:     Bastien Nocera <hadess@hadess.net>
 
5489
AuthorDate: Sat Mar 22 13:15:45 2014 +0100
 
5490
Commit:     Bastien Nocera <hadess@hadess.net>
 
5491
CommitDate: Thu Mar 27 12:53:00 2014 +0100
4568
5492
 
4569
5493
    gio: Add names to idles and timeouts
4570
5494
 
4589
5513
 13 files changed, 28 insertions(+), 1 deletion(-)
4590
5514
 
4591
5515
commit e1dee398bf6610f4822b5d2491bf545fdc502f91
4592
 
Author: Volker Sobek <reklov@live.com>
4593
 
Date:   Wed Mar 26 23:10:00 2014 +0100
 
5516
Author:     Volker Sobek <reklov@live.com>
 
5517
AuthorDate: Wed Mar 26 23:10:00 2014 +0100
 
5518
Commit:     Volker Sobek <reklov@live.com>
 
5519
CommitDate: Thu Mar 27 01:04:12 2014 +0100
4594
5520
 
4595
5521
    GNotification: Some small documentation fixes
4596
5522
 
4610
5536
 1 file changed, 10 insertions(+), 14 deletions(-)
4611
5537
 
4612
5538
commit 0c65f7e45a29fa93b0e24488ef881d374d621541
4613
 
Author: Olivier Crête <olivier.crete@collabora.com>
4614
 
Date:   Fri Mar 14 17:46:38 2014 -0400
 
5539
Author:     Olivier Crête <olivier.crete@collabora.com>
 
5540
AuthorDate: Fri Mar 14 17:46:38 2014 -0400
 
5541
Commit:     Olivier Crête <olivier.crete@collabora.com>
 
5542
CommitDate: Sun Mar 23 16:17:09 2014 -0400
4615
5543
 
4616
5544
    GSocket: ignore timed out state when not relevant
4617
5545
 
4623
5551
 1 file changed, 25 insertions(+)
4624
5552
 
4625
5553
commit 1e8c4d2a6e302dde5d8441d5873f4def4f4eb629
4626
 
Author: Dan Winship <danw@gnome.org>
4627
 
Date:   Tue Mar 18 09:56:23 2014 -0400
 
5554
Author:     Dan Winship <danw@gnome.org>
 
5555
AuthorDate: Tue Mar 18 09:56:23 2014 -0400
 
5556
Commit:     Dan Winship <danw@gnome.org>
 
5557
CommitDate: Sun Mar 23 15:00:03 2014 -0400
4628
5558
 
4629
5559
    gio: fix two more g_task_return_error_if_cancelled() leaks
4630
5560
 
4635
5565
 2 files changed, 8 insertions(+), 2 deletions(-)
4636
5566
 
4637
5567
commit 14872d29298b841260a2b5a481e07b0213d506f8
4638
 
Author: Olivier Crête <olivier.crete@collabora.com>
4639
 
Date:   Mon Mar 17 23:50:30 2014 -0400
 
5568
Author:     Olivier Crête <olivier.crete@collabora.com>
 
5569
AuthorDate: Mon Mar 17 23:50:30 2014 -0400
 
5570
Commit:     Dan Winship <danw@gnome.org>
 
5571
CommitDate: Sun Mar 23 15:00:03 2014 -0400
4640
5572
 
4641
5573
    socketclient: Fix leak
4642
5574
 
4646
5578
 1 file changed, 4 insertions(+), 1 deletion(-)
4647
5579
 
4648
5580
commit cef7d9aeb8be347a5a46b752abfeb6770b241e13
4649
 
Author: Petr Kovar <pkovar@redhat.com>
4650
 
Date:   Sun Mar 23 16:12:50 2014 +0100
 
5581
Author:     Petr Kovar <pkovar@redhat.com>
 
5582
AuthorDate: Sun Mar 23 16:12:50 2014 +0100
 
5583
Commit:     Petr Kovar <pkovar@redhat.com>
 
5584
CommitDate: Sun Mar 23 16:12:50 2014 +0100
4651
5585
 
4652
5586
    Update Czech translation
4653
5587
 
4656
5590
 1 file changed, 1174 insertions(+), 935 deletions(-)
4657
5591
 
4658
5592
commit 8af00dc1b2c1a090c0f2130e29aff659f19aee09
4659
 
Author: Gábor Kelemen <kelemeng@gnome.hu>
4660
 
Date:   Fri Mar 21 21:34:26 2014 +0000
 
5593
Author:     Gábor Kelemen <kelemeng@gnome.hu>
 
5594
AuthorDate: Fri Mar 21 21:34:26 2014 +0000
 
5595
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
5596
CommitDate: Fri Mar 21 21:34:26 2014 +0000
4661
5597
 
4662
5598
    Updated Hungarian translation
4663
5599
 
4666
5602
 1 file changed, 1175 insertions(+), 930 deletions(-)
4667
5603
 
4668
5604
commit 98aa80b262ec92b5709bc016e5778bf6bc99ca33
4669
 
Author: Dan Winship <danw@gnome.org>
4670
 
Date:   Sat Feb 1 18:13:50 2014 +0100
 
5605
Author:     Dan Winship <danw@gnome.org>
 
5606
AuthorDate: Sat Feb 1 18:13:50 2014 +0100
 
5607
Commit:     Dan Winship <danw@gnome.org>
 
5608
CommitDate: Fri Mar 21 09:36:52 2014 -0400
4671
5609
 
4672
5610
    gio/tests/socket: skip IPv6 tests on IPv6-less machines
4673
5611
 
4677
5615
 1 file changed, 32 insertions(+)
4678
5616
 
4679
5617
commit c67d23aa2f788b2a49801c2ee26a11d56871ef7a
4680
 
Author: Dan Winship <danw@gnome.org>
4681
 
Date:   Thu Mar 20 09:25:19 2014 -0400
 
5618
Author:     Dan Winship <danw@gnome.org>
 
5619
AuthorDate: Thu Mar 20 09:25:19 2014 -0400
 
5620
Commit:     Dan Winship <danw@gnome.org>
 
5621
CommitDate: Thu Mar 20 09:31:56 2014 -0400
4682
5622
 
4683
5623
    Clarify expectations with error codes like G_IO_ERROR_FAILED
4684
5624
 
4694
5634
 3 files changed, 35 insertions(+), 6 deletions(-)
4695
5635
 
4696
5636
commit 9c19f6dfa18c6ad6155d93413610e83822ca5210
4697
 
Author: Ask H. Larsen <asklarsen@gmail.com>
4698
 
Date:   Wed Mar 19 21:47:30 2014 +0100
 
5637
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
5638
AuthorDate: Wed Mar 19 21:47:30 2014 +0100
 
5639
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
5640
CommitDate: Wed Mar 19 21:47:30 2014 +0100
4699
5641
 
4700
5642
    Updated Danish translation
4701
5643
 
4704
5646
 1 file changed, 1121 insertions(+), 918 deletions(-)
4705
5647
 
4706
5648
commit b643dcfcede4db2fe067d3d248baf97d12e38ba9
4707
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
4708
 
Date:   Tue Mar 18 21:13:19 2014 +0100
 
5649
Author:     Мирослав Николић
 
5650
<miroslavnikolic@rocketmail.com>
 
5651
AuthorDate: Tue Mar 18 21:13:19 2014 +0100
 
5652
Commit:     Мирослав Николић
 
5653
<miroslavnikolic@rocketmail.com>
 
5654
CommitDate: Tue Mar 18 21:13:19 2014 +0100
4709
5655
 
4710
5656
    Updated Serbian translation
4711
5657
 
4716
5662
 2 files changed, 2356 insertions(+), 1876 deletions(-)
4717
5663
 
4718
5664
commit d8c14f1378b9b5362e84220cf52415c316534a9a
4719
 
Author: Dan Winship <danw@gnome.org>
4720
 
Date:   Mon Mar 17 15:11:31 2014 -0400
 
5665
Author:     Dan Winship <danw@gnome.org>
 
5666
AuthorDate: Mon Mar 17 15:11:31 2014 -0400
 
5667
Commit:     Dan Winship <danw@gnome.org>
 
5668
CommitDate: Mon Mar 17 17:43:19 2014 -0400
4721
5669
 
4722
5670
    gbinding: warn on failed value transformation
4723
5671
 
4732
5680
 2 files changed, 31 insertions(+), 7 deletions(-)
4733
5681
 
4734
5682
commit 1a8e3074af0382d2d44ce5cfdddfca52be44aaa2
4735
 
Author: A S Alam <apreet.alam@gmail.com>
4736
 
Date:   Mon Mar 17 16:39:21 2014 -0500
 
5683
Author:     A S Alam <apreet.alam@gmail.com>
 
5684
AuthorDate: Mon Mar 17 16:39:21 2014 -0500
 
5685
Commit:     A S Alam <apreet.alam@gmail.com>
 
5686
CommitDate: Mon Mar 17 16:39:21 2014 -0500
4737
5687
 
4738
5688
    update Punjabi Translation 17March2014: Alam
4739
5689
 
4742
5692
 1 file changed, 1166 insertions(+), 933 deletions(-)
4743
5693
 
4744
5694
commit 599c669b23a56d605fc69d96a93a198d27b08b28
4745
 
Author: Ryan Lortie <desrt@desrt.ca>
4746
 
Date:   Mon Mar 17 17:18:47 2014 -0400
 
5695
Author:     Ryan Lortie <desrt@desrt.ca>
 
5696
AuthorDate: Mon Mar 17 17:18:47 2014 -0400
 
5697
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5698
CommitDate: Mon Mar 17 17:18:47 2014 -0400
4747
5699
 
4748
5700
    GLib 2.39.92
4749
5701
 
4752
5704
 2 files changed, 29 insertions(+), 1 deletion(-)
4753
5705
 
4754
5706
commit b0630a37b8310907e5389bb17eb62a7412747345
4755
 
Author: Claude Paroz <claude@2xlibre.net>
4756
 
Date:   Sat Mar 15 19:45:27 2014 +0000
 
5707
Author:     Claude Paroz <claude@2xlibre.net>
 
5708
AuthorDate: Sat Mar 15 19:45:27 2014 +0000
 
5709
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
5710
CommitDate: Sat Mar 15 19:45:27 2014 +0000
4757
5711
 
4758
5712
    Updated French translation
4759
5713
 
4762
5716
 1 file changed, 1123 insertions(+), 929 deletions(-)
4763
5717
 
4764
5718
commit 3f119b2fd408fb2e0f4eea07ed9618d2faa749ee
4765
 
Author: Ryan Lortie <desrt@desrt.ca>
4766
 
Date:   Tue Mar 11 21:41:36 2014 -0400
 
5719
Author:     Ryan Lortie <desrt@desrt.ca>
 
5720
AuthorDate: Tue Mar 11 21:41:36 2014 -0400
 
5721
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5722
CommitDate: Fri Mar 14 09:46:39 2014 -0400
4767
5723
 
4768
5724
    GSettingsBackend: fix a nasty race condition
4769
5725
 
4817
5773
 1 file changed, 20 insertions(+), 24 deletions(-)
4818
5774
 
4819
5775
commit 698970f1f70f1821df5ac83ffa6d797fa4579881
4820
 
Author: Ryan Lortie <desrt@desrt.ca>
4821
 
Date:   Wed Feb 26 17:09:59 2014 -0500
 
5776
Author:     Ryan Lortie <desrt@desrt.ca>
 
5777
AuthorDate: Wed Feb 26 17:09:59 2014 -0500
 
5778
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5779
CommitDate: Fri Mar 14 09:46:39 2014 -0400
4822
5780
 
4823
5781
    gsettingsbackend: a minor simplification
4824
5782
 
4853
5811
 4 files changed, 31 insertions(+), 55 deletions(-)
4854
5812
 
4855
5813
commit 62206576c34d4ea10d43324144db44970c99dd97
4856
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
4857
 
Date:   Wed Mar 12 17:26:45 2014 +0800
 
5814
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
5815
AuthorDate: Wed Mar 12 17:26:45 2014 +0800
 
5816
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
5817
CommitDate: Wed Mar 12 17:26:45 2014 +0800
4858
5818
 
4859
5819
    Update config.h.win32.in
4860
5820
 
4866
5826
 1 file changed, 16 insertions(+), 20 deletions(-)
4867
5827
 
4868
5828
commit bb43d78aff72d406e64a47d2592919c58152aba3
4869
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
4870
 
Date:   Wed Mar 12 02:10:55 2014 +0000
 
5829
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
5830
AuthorDate: Wed Mar 12 02:10:55 2014 +0000
 
5831
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
5832
CommitDate: Wed Mar 12 02:10:55 2014 +0000
4871
5833
 
4872
5834
    Updated Portuguese translation
4873
5835
 
4876
5838
 1 file changed, 1121 insertions(+), 919 deletions(-)
4877
5839
 
4878
5840
commit ffe4e94e3afa16c4e28d6e299f68d8a7ca408b8c
4879
 
Author: Ryan Lortie <desrt@desrt.ca>
4880
 
Date:   Tue Mar 11 12:19:19 2014 -0400
 
5841
Author:     Ryan Lortie <desrt@desrt.ca>
 
5842
AuthorDate: Tue Mar 11 12:19:19 2014 -0400
 
5843
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5844
CommitDate: Tue Mar 11 21:28:58 2014 -0400
4881
5845
 
4882
5846
    GUnixVolume: implement _finish functions
4883
5847
 
4892
5856
 1 file changed, 6 insertions(+), 2 deletions(-)
4893
5857
 
4894
5858
commit 62fa9c578f4ee3f2ca5127961a4609596a4bdaee
4895
 
Author: Ryan Lortie <desrt@desrt.ca>
4896
 
Date:   Sun Mar 2 21:24:14 2014 -0500
 
5859
Author:     Ryan Lortie <desrt@desrt.ca>
 
5860
AuthorDate: Sun Mar 2 21:24:14 2014 -0500
 
5861
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5862
CommitDate: Tue Mar 11 21:28:58 2014 -0400
4897
5863
 
4898
5864
    GUnixVolume: port to GSubprocess
4899
5865
 
4906
5872
 1 file changed, 37 insertions(+), 137 deletions(-)
4907
5873
 
4908
5874
commit 64ec757d058dae045e275577da8f14f463cc7c44
4909
 
Author: Ryan Lortie <desrt@desrt.ca>
4910
 
Date:   Sun Mar 2 17:39:11 2014 -0500
 
5875
Author:     Ryan Lortie <desrt@desrt.ca>
 
5876
AuthorDate: Sun Mar 2 17:39:11 2014 -0500
 
5877
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5878
CommitDate: Tue Mar 11 21:28:58 2014 -0400
4911
5879
 
4912
5880
    GUnixMount: port unmount to GSubprocess
4913
5881
 
4922
5890
 1 file changed, 32 insertions(+), 126 deletions(-)
4923
5891
 
4924
5892
commit cee80dc8c4a1707f8a2e5540540d220f9ca89de2
4925
 
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
4926
 
Date:   Tue Mar 11 21:21:57 2014 +0400
 
5893
Author:     Yuri Myasoedov <ymyasoedov@yandex.ru>
 
5894
AuthorDate: Tue Mar 11 21:21:57 2014 +0400
 
5895
Commit:     Yuri Myasoedov <ymyasoedov@yandex.ru>
 
5896
CommitDate: Tue Mar 11 21:21:57 2014 +0400
4927
5897
 
4928
5898
    Updated Russian translation
4929
5899
 
4932
5902
 1 file changed, 1624 insertions(+), 1333 deletions(-)
4933
5903
 
4934
5904
commit 8c78fb827b51aa6e48fa20bac3f1ede4c699dd43
4935
 
Author: Lars Uebernickel <lars@uebernic.de>
4936
 
Date:   Mon Mar 10 19:46:23 2014 +0100
 
5905
Author:     Lars Uebernickel <lars@uebernic.de>
 
5906
AuthorDate: Mon Mar 10 19:46:23 2014 +0100
 
5907
Commit:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
5908
CommitDate: Tue Mar 11 11:47:57 2014 +0100
4937
5909
 
4938
5910
    glocalfileinfo: don't special-case directory icons
4939
5911
 
4951
5923
 1 file changed, 2 insertions(+), 8 deletions(-)
4952
5924
 
4953
5925
commit 25f36d8e5efb1312bc684a28158ecfba2dd2ace0
4954
 
Author: David King <amigadave@amigadave.com>
4955
 
Date:   Mon Mar 10 19:16:28 2014 +0000
 
5926
Author:     David King <amigadave@amigadave.com>
 
5927
AuthorDate: Mon Mar 10 19:16:28 2014 +0000
 
5928
Commit:     David King <amigadave@amigadave.com>
 
5929
CommitDate: Mon Mar 10 19:16:28 2014 +0000
4956
5930
 
4957
5931
    Add g_application_command_line_get_options_dict() to docs
4958
5932
 
4960
5934
 1 file changed, 1 insertion(+)
4961
5935
 
4962
5936
commit a9ac71b50361f035163b7611e06d5b470467d125
4963
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
4964
 
Date:   Sun Mar 9 11:39:30 2014 +0800
 
5937
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
5938
AuthorDate: Sun Mar 9 11:39:30 2014 +0800
 
5939
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
5940
CommitDate: Sun Mar 9 11:39:30 2014 +0800
4965
5941
 
4966
5942
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
4967
5943
 
4972
5948
 2 files changed, 1736 insertions(+), 1782 deletions(-)
4973
5949
 
4974
5950
commit 012011538f4513569f92e322c4377efa2cb64378
4975
 
Author: Sebastian Dröge <sebastian@centricular.com>
4976
 
Date:   Sun Feb 9 23:08:21 2014 +0100
 
5951
Author:     Sebastian Dröge <sebastian@centricular.com>
 
5952
AuthorDate: Sun Feb 9 23:08:21 2014 +0100
 
5953
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5954
CommitDate: Sat Mar 8 09:01:52 2014 -0500
4977
5955
 
4978
5956
    gtype – Mark _get_instance_private() function as G_GNUC_UNUSED
4979
5957
 
4985
5963
 1 file changed, 1 insertion(+)
4986
5964
 
4987
5965
commit 1a736f5f51d19904ab82d684674d003b51364c32
4988
 
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
4989
 
Date:   Sat Mar 8 15:58:53 2014 +0200
 
5966
Author:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
5967
AuthorDate: Sat Mar 8 15:58:53 2014 +0200
 
5968
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
5969
CommitDate: Sat Mar 8 15:58:53 2014 +0200
4990
5970
 
4991
5971
    Updated Latvian translation
4992
5972
 
4995
5975
 1 file changed, 1168 insertions(+), 933 deletions(-)
4996
5976
 
4997
5977
commit 0fa3a8dd602fba7149825ec3c030d9ac9e70dd42
4998
 
Author: Wylmer Wang <wantinghard@gmail.com>
4999
 
Date:   Sat Mar 8 12:26:07 2014 +0000
 
5978
Author:     Wylmer Wang <wantinghard@gmail.com>
 
5979
AuthorDate: Sat Mar 8 12:26:07 2014 +0000
 
5980
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
5981
CommitDate: Sat Mar 8 12:26:07 2014 +0000
5000
5982
 
5001
5983
    Updated Chinese (China) translation
5002
5984
 
5005
5987
 1 file changed, 862 insertions(+), 847 deletions(-)
5006
5988
 
5007
5989
commit 66e2ffe97869e13562b13c51d5dbd3ea1a89bd51
5008
 
Author: Ryan Lortie <desrt@desrt.ca>
5009
 
Date:   Fri Mar 7 07:41:50 2014 -0500
 
5990
Author:     Ryan Lortie <desrt@desrt.ca>
 
5991
AuthorDate: Fri Mar 7 07:41:50 2014 -0500
 
5992
Commit:     Ryan Lortie <desrt@desrt.ca>
 
5993
CommitDate: Fri Mar 7 07:47:14 2014 -0500
5010
5994
 
5011
5995
    gio tests: add codegen to BUILT_SOURCES
5012
5996
 
5026
6010
 1 file changed, 1 insertion(+)
5027
6011
 
5028
6012
commit 7a6dfd75d66d274020805b6c770ba683900a3402
5029
 
Author: Matthias Clasen <mclasen@redhat.com>
5030
 
Date:   Fri Mar 7 06:10:36 2014 -0500
 
6013
Author:     Matthias Clasen <mclasen@redhat.com>
 
6014
AuthorDate: Fri Mar 7 06:10:36 2014 -0500
 
6015
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6016
CommitDate: Fri Mar 7 06:10:36 2014 -0500
5031
6017
 
5032
6018
    GObject: Remove more leftover markup from headers
5033
6019
 
5039
6025
 5 files changed, 13 insertions(+), 14 deletions(-)
5040
6026
 
5041
6027
commit fdd7ed94fe7d7427b962c5c0faa66f68b18a3fc1
5042
 
Author: Changwoo Ryu <cwryu@debian.org>
5043
 
Date:   Fri Mar 7 02:02:27 2014 +0900
 
6028
Author:     Changwoo Ryu <cwryu@debian.org>
 
6029
AuthorDate: Fri Mar 7 02:02:27 2014 +0900
 
6030
Commit:     Changwoo Ryu <cwryu@debian.org>
 
6031
CommitDate: Fri Mar 7 02:02:27 2014 +0900
5044
6032
 
5045
6033
    Updated Korean translation
5046
6034
 
5049
6037
 1 file changed, 1109 insertions(+), 926 deletions(-)
5050
6038
 
5051
6039
commit d41dad89681837498202743cd8ee63e62a024f4a
5052
 
Author: Kjartan Maraas <kmaraas@gnome.org>
5053
 
Date:   Wed Mar 5 19:24:18 2014 +0100
 
6040
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
6041
AuthorDate: Wed Mar 5 19:24:18 2014 +0100
 
6042
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
6043
CommitDate: Wed Mar 5 19:24:18 2014 +0100
5054
6044
 
5055
6045
    Updated Norwegian bokmål translation
5056
6046
 
5059
6049
 1 file changed, 30 insertions(+), 31 deletions(-)
5060
6050
 
5061
6051
commit b22f02a94bc4449f1f7741a73e8d4c899b69d627
5062
 
Author: Giovanni Campagna <gcampagna@gnome.org>
5063
 
Date:   Tue Mar 4 15:30:12 2014 +0100
 
6052
Author:     Giovanni Campagna <gcampagna@gnome.org>
 
6053
AuthorDate: Tue Mar 4 15:30:12 2014 +0100
 
6054
Commit:     Giovanni Campagna <gcampagna@gnome.org>
 
6055
CommitDate: Wed Mar 5 17:14:14 2014 +0100
5064
6056
 
5065
6057
    Unskip GVariantDict
5066
6058
 
5073
6065
 1 file changed, 1 insertion(+), 1 deletion(-)
5074
6066
 
5075
6067
commit c9cda16a4f607bf9b6498051d2b83aad99e391e4
5076
 
Author: Ryan Lortie <desrt@desrt.ca>
5077
 
Date:   Wed Mar 5 09:04:00 2014 -0500
 
6068
Author:     Ryan Lortie <desrt@desrt.ca>
 
6069
AuthorDate: Wed Mar 5 09:04:00 2014 -0500
 
6070
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6071
CommitDate: Wed Mar 5 09:05:42 2014 -0500
5078
6072
 
5079
6073
    cond test: remove alarm() usage
5080
6074
 
5091
6085
 1 file changed, 5 deletions(-)
5092
6086
 
5093
6087
commit fd8c1a306725ed7f877c0ec6d5c27f5436c5941f
5094
 
Author: Matthias Clasen <mclasen@redhat.com>
5095
 
Date:   Tue Mar 4 20:20:52 2014 -0500
 
6088
Author:     Matthias Clasen <mclasen@redhat.com>
 
6089
AuthorDate: Tue Mar 4 20:20:52 2014 -0500
 
6090
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6091
CommitDate: Tue Mar 4 20:20:52 2014 -0500
5096
6092
 
5097
6093
    Work around gtk-doc problems
5098
6094
 
5102
6098
 1 file changed, 2 insertions(+), 2 deletions(-)
5103
6099
 
5104
6100
commit 2b11af4f1f336f8e7fda26045fe76375176c8a17
5105
 
Author: Ryan Lortie <desrt@desrt.ca>
5106
 
Date:   Tue Mar 4 09:08:24 2014 -0500
 
6101
Author:     Ryan Lortie <desrt@desrt.ca>
 
6102
AuthorDate: Tue Mar 4 09:08:24 2014 -0500
 
6103
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6104
CommitDate: Tue Mar 4 09:08:24 2014 -0500
5107
6105
 
5108
6106
    gsubprocess: test environment a bit more
5109
6107
 
5119
6117
 2 files changed, 53 insertions(+)
5120
6118
 
5121
6119
commit e767204e0e8108df66893e23209b22b041be893d
5122
 
Author: Ryan Lortie <desrt@desrt.ca>
5123
 
Date:   Tue Mar 4 08:55:00 2014 -0500
 
6120
Author:     Ryan Lortie <desrt@desrt.ca>
 
6121
AuthorDate: Tue Mar 4 08:55:00 2014 -0500
 
6122
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6123
CommitDate: Tue Mar 4 08:55:00 2014 -0500
5124
6124
 
5125
6125
    GSubprocessLauncher: don't get empty environment
5126
6126
 
5133
6133
 1 file changed, 1 insertion(+), 1 deletion(-)
5134
6134
 
5135
6135
commit 9da88a12c52f122e1e2b8faaed6c95ec1bcef104
5136
 
Author: Ryan Lortie <desrt@desrt.ca>
5137
 
Date:   Mon Mar 3 21:25:16 2014 -0500
 
6136
Author:     Ryan Lortie <desrt@desrt.ca>
 
6137
AuthorDate: Mon Mar 3 21:25:16 2014 -0500
 
6138
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6139
CommitDate: Mon Mar 3 21:26:24 2014 -0500
5138
6140
 
5139
6141
    gsubprocess: test empty splices
5140
6142
 
5146
6148
 1 file changed, 29 insertions(+)
5147
6149
 
5148
6150
commit 9f71965becd919a736cb57bbd3501b22e6341fa7
5149
 
Author: Ryan Lortie <desrt@desrt.ca>
5150
 
Date:   Sun Mar 2 21:01:12 2014 -0500
 
6151
Author:     Ryan Lortie <desrt@desrt.ca>
 
6152
AuthorDate: Sun Mar 2 21:01:12 2014 -0500
 
6153
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6154
CommitDate: Mon Mar 3 21:26:24 2014 -0500
5151
6155
 
5152
6156
    gsubprocess: fix communicate() with empty buffers
5153
6157
 
5174
6178
 1 file changed, 1 insertion(+), 1 deletion(-)
5175
6179
 
5176
6180
commit de142c0c5ad9a35e704f1fc9eeeaed3684a30adb
5177
 
Author: Ryan Lortie <desrt@desrt.ca>
5178
 
Date:   Sun Mar 2 22:18:14 2014 -0500
 
6181
Author:     Ryan Lortie <desrt@desrt.ca>
 
6182
AuthorDate: Sun Mar 2 22:18:14 2014 -0500
 
6183
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6184
CommitDate: Mon Mar 3 16:03:00 2014 -0500
5179
6185
 
5180
6186
    GLib 2.39.91
5181
6187
 
5183
6189
 1 file changed, 33 insertions(+)
5184
6190
 
5185
6191
commit 5d5ea495b5dca3965d60556300151c75a44c5653
5186
 
Author: Ryan Lortie <desrt@desrt.ca>
5187
 
Date:   Sun Mar 2 09:38:51 2014 -0500
 
6192
Author:     Ryan Lortie <desrt@desrt.ca>
 
6193
AuthorDate: Sun Mar 2 09:38:51 2014 -0500
 
6194
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6195
CommitDate: Mon Mar 3 16:01:27 2014 -0500
5188
6196
 
5189
6197
    desktopappinfo: add Exec to searchable keys
5190
6198
 
5205
6213
 3 files changed, 38 insertions(+), 8 deletions(-)
5206
6214
 
5207
6215
commit 9ecc859f95d3a2f3faf918c96ca21a447dd33b6a
5208
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
5209
 
Date:   Mon Mar 3 17:27:09 2014 +0700
 
6216
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
6217
AuthorDate: Mon Mar 3 17:27:09 2014 +0700
 
6218
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
6219
CommitDate: Mon Mar 3 17:27:09 2014 +0700
5210
6220
 
5211
6221
    Updated Thai translation
5212
6222
 
5215
6225
 1 file changed, 282 insertions(+), 270 deletions(-)
5216
6226
 
5217
6227
commit 79caa3a7e151897b062f82251eec207bc1514ff3
5218
 
Author: Matthias Clasen <mclasen@redhat.com>
5219
 
Date:   Sun Mar 2 19:10:00 2014 -0500
 
6228
Author:     Matthias Clasen <mclasen@redhat.com>
 
6229
AuthorDate: Sun Mar 2 19:10:00 2014 -0500
 
6230
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6231
CommitDate: Sun Mar 2 19:10:00 2014 -0500
5220
6232
 
5221
6233
    Add a few tests for G_MARKUP_TREAT_CDATA_AS_TEXT
5222
6234
 
5233
6245
 5 files changed, 107 insertions(+), 1 deletion(-)
5234
6246
 
5235
6247
commit b93a13bb796eeb30a45bcdca9a760a9ef4c47a2e
5236
 
Author: Matthias Clasen <mclasen@redhat.com>
5237
 
Date:   Sun Mar 2 19:02:23 2014 -0500
 
6248
Author:     Matthias Clasen <mclasen@redhat.com>
 
6249
AuthorDate: Sun Mar 2 19:02:23 2014 -0500
 
6250
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6251
CommitDate: Sun Mar 2 19:03:15 2014 -0500
5238
6252
 
5239
6253
    Add a way to test different markup parser flags
5240
6254
 
5250
6264
 1 file changed, 57 insertions(+), 24 deletions(-)
5251
6265
 
5252
6266
commit 49cc207e35ef6b6ce7f4954a4c067ab43145f6bf
5253
 
Author: Matthias Clasen <mclasen@redhat.com>
5254
 
Date:   Sun Mar 2 18:20:37 2014 -0500
 
6267
Author:     Matthias Clasen <mclasen@redhat.com>
 
6268
AuthorDate: Sun Mar 2 18:20:37 2014 -0500
 
6269
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6270
CommitDate: Sun Mar 2 18:23:43 2014 -0500
5255
6271
 
5256
6272
    docs: Ditch more markup
5257
6273
 
5273
6289
 12 files changed, 164 insertions(+), 202 deletions(-)
5274
6290
 
5275
6291
commit ad4d81418ecdaf53950de117710be127d53169da
5276
 
Author: Piotr Drąg <piotrdrag@gmail.com>
5277
 
Date:   Sun Mar 2 19:24:01 2014 +0100
 
6292
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
6293
AuthorDate: Sun Mar 2 19:24:01 2014 +0100
 
6294
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
6295
CommitDate: Sun Mar 2 19:24:01 2014 +0100
5278
6296
 
5279
6297
    Updated Polish translation
5280
6298
 
5283
6301
 1 file changed, 1123 insertions(+), 929 deletions(-)
5284
6302
 
5285
6303
commit fdf14e9e6cbd2e373988d7b9e913788a58c63388
5286
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
5287
 
Date:   Wed Feb 19 18:03:37 2014 +0000
 
6304
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
6305
AuthorDate: Wed Feb 19 18:03:37 2014 +0000
 
6306
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
6307
CommitDate: Mon Feb 24 16:38:08 2014 +0000
5288
6308
 
5289
6309
    hmac: Make unit test const-correct
5290
6310
 
5294
6314
 1 file changed, 3 insertions(+), 3 deletions(-)
5295
6315
 
5296
6316
commit 393503ba5bdc7c09cd46b716aaf3d2c63a6c7f9c
5297
 
Author: Ryan Lortie <desrt@desrt.ca>
5298
 
Date:   Sat Feb 8 12:23:46 2014 +0000
 
6317
Author:     Ryan Lortie <desrt@desrt.ca>
 
6318
AuthorDate: Sat Feb 8 12:23:46 2014 +0000
 
6319
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6320
CommitDate: Mon Feb 24 09:28:43 2014 -0500
5299
6321
 
5300
6322
    gmain: simplify g_main_context_find_source_by_id()
5301
6323
 
5309
6331
 1 file changed, 10 insertions(+), 17 deletions(-)
5310
6332
 
5311
6333
commit 9e81709012f27eebe336f40f948e9493c87fc75b
5312
 
Author: Ryan Lortie <desrt@desrt.ca>
5313
 
Date:   Sat Feb 8 12:17:10 2014 +0000
 
6334
Author:     Ryan Lortie <desrt@desrt.ca>
 
6335
AuthorDate: Sat Feb 8 12:17:10 2014 +0000
 
6336
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6337
CommitDate: Mon Feb 24 09:28:43 2014 -0500
5314
6338
 
5315
6339
    gmain: Simplify source id tracking
5316
6340
 
5338
6362
 1 file changed, 18 insertions(+), 59 deletions(-)
5339
6363
 
5340
6364
commit e7bde4acf4499d353780b696435e1a43dee66c54
5341
 
Author: Matthias Clasen <mclasen@redhat.com>
5342
 
Date:   Sun Feb 23 12:03:13 2014 -0500
 
6365
Author:     Matthias Clasen <mclasen@redhat.com>
 
6366
AuthorDate: Sun Feb 23 12:03:13 2014 -0500
 
6367
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6368
CommitDate: Sun Feb 23 12:11:59 2014 -0500
5343
6369
 
5344
6370
    Test content type icons more thoroughly
5345
6371
 
5351
6377
 1 file changed, 71 insertions(+)
5352
6378
 
5353
6379
commit e6af432b39ac9e0123387e5a993737073dce9153
5354
 
Author: John Lindgren <john.lindgren@aol.com>
5355
 
Date:   Sun Feb 23 00:52:31 2014 -0500
 
6380
Author:     John Lindgren <john.lindgren@aol.com>
 
6381
AuthorDate: Sun Feb 23 00:52:31 2014 -0500
 
6382
Commit:     Matthias Clasen <mclasen@redhat.com>
 
6383
CommitDate: Sun Feb 23 12:11:59 2014 -0500
5356
6384
 
5357
6385
    Add non-symbolic fallback icons in g_content_type_get_symbolic_icon().
5358
6386
 
5365
6393
 1 file changed, 19 insertions(+), 25 deletions(-)
5366
6394
 
5367
6395
commit 356fe2cec65ad5b531ff08c78e5c24f37017bb83
5368
 
Author: Ryan Lortie <desrt@desrt.ca>
5369
 
Date:   Sun Feb 23 01:11:50 2014 -0500
 
6396
Author:     Ryan Lortie <desrt@desrt.ca>
 
6397
AuthorDate: Sun Feb 23 01:11:50 2014 -0500
 
6398
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6399
CommitDate: Sun Feb 23 01:14:27 2014 -0500
5370
6400
 
5371
6401
    asyncqueue: fix timeout math on 32bit systems
5372
6402
 
5384
6414
 1 file changed, 2 insertions(+), 4 deletions(-)
5385
6415
 
5386
6416
commit 4af9b8e9cb43cbcb1f889b74b85111325aab57ba
5387
 
Author: Ryan Lortie <desrt@desrt.ca>
5388
 
Date:   Sun Feb 23 00:47:29 2014 -0500
 
6417
Author:     Ryan Lortie <desrt@desrt.ca>
 
6418
AuthorDate: Sun Feb 23 00:47:29 2014 -0500
 
6419
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6420
CommitDate: Sun Feb 23 00:47:29 2014 -0500
5389
6421
 
5390
6422
    mappedfile test: permit ENODEV on /dev/null
5391
6423
 
5398
6430
 1 file changed, 1 insertion(+)
5399
6431
 
5400
6432
commit 4825e819b2ca59409b93f4d6f0f742d630626887
5401
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5402
 
Date:   Thu Feb 20 08:47:54 2014 +0800
 
6433
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
6434
AuthorDate: Thu Feb 20 08:47:54 2014 +0800
 
6435
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
6436
CommitDate: Sun Feb 23 11:48:06 2014 +0800
5403
6437
 
5404
6438
    Fix build of gio/gapplication.c on Visual C++
5405
6439
 
5415
6449
 1 file changed, 2 insertions(+), 1 deletion(-)
5416
6450
 
5417
6451
commit 8da795de4f04dad35029a36c155d0b299d739840
5418
 
Author: Ryan Lortie <desrt@desrt.ca>
5419
 
Date:   Thu Feb 13 17:07:07 2014 -0500
 
6452
Author:     Ryan Lortie <desrt@desrt.ca>
 
6453
AuthorDate: Thu Feb 13 17:07:07 2014 -0500
 
6454
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6455
CommitDate: Sat Feb 22 10:25:42 2014 -0500
5420
6456
 
5421
6457
    gsocket: use check/prepare only on win32
5422
6458
 
5432
6468
 1 file changed, 13 insertions(+), 14 deletions(-)
5433
6469
 
5434
6470
commit e8f26efe0d0ddf64b4be45e61917039b98de83bf
5435
 
Author: Ryan Lortie <desrt@desrt.ca>
5436
 
Date:   Thu Feb 13 16:37:49 2014 -0500
 
6471
Author:     Ryan Lortie <desrt@desrt.ca>
 
6472
AuthorDate: Thu Feb 13 16:37:49 2014 -0500
 
6473
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6474
CommitDate: Sat Feb 22 10:25:42 2014 -0500
5437
6475
 
5438
6476
    gsocket: use _add_unix_fd() instead of _add_poll()
5439
6477
 
5445
6483
 1 file changed, 9 insertions(+), 6 deletions(-)
5446
6484
 
5447
6485
commit 04aee2d9201551810c2f9345b5b64ed7bf4e910e
5448
 
Author: Ryan Lortie <desrt@desrt.ca>
5449
 
Date:   Thu Feb 13 16:59:28 2014 -0500
 
6486
Author:     Ryan Lortie <desrt@desrt.ca>
 
6487
AuthorDate: Thu Feb 13 16:59:28 2014 -0500
 
6488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6489
CommitDate: Sat Feb 22 10:25:42 2014 -0500
5450
6490
 
5451
6491
    gsocket: make use of g_source_set_ready_time()
5452
6492
 
5458
6498
 1 file changed, 12 insertions(+), 27 deletions(-)
5459
6499
 
5460
6500
commit 12d65f250987f6bea25ad38acd7c26b3f47d0ab6
5461
 
Author: Ryan Lortie <desrt@desrt.ca>
5462
 
Date:   Thu Feb 20 19:05:30 2014 -0500
 
6501
Author:     Ryan Lortie <desrt@desrt.ca>
 
6502
AuthorDate: Thu Feb 20 19:05:30 2014 -0500
 
6503
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6504
CommitDate: Sat Feb 22 10:25:06 2014 -0500
5463
6505
 
5464
6506
    GSource: mark some API as "implementation only"
5465
6507
 
5477
6519
 1 file changed, 27 insertions(+)
5478
6520
 
5479
6521
commit 1f7100506a51584e66930851c5243fd2eaee5c35
5480
 
Author: Ryan Lortie <desrt@desrt.ca>
5481
 
Date:   Thu Feb 13 16:58:34 2014 -0500
 
6522
Author:     Ryan Lortie <desrt@desrt.ca>
 
6523
AuthorDate: Thu Feb 13 16:58:34 2014 -0500
 
6524
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6525
CommitDate: Sat Feb 22 10:24:19 2014 -0500
5482
6526
 
5483
6527
    gsocket: don't abuse GPollFD.revents field
5484
6528
 
5493
6537
 1 file changed, 7 insertions(+), 5 deletions(-)
5494
6538
 
5495
6539
commit ff96f88e172d504b5aef2a852880e21341809e1f
5496
 
Author: Ryan Lortie <desrt@desrt.ca>
5497
 
Date:   Thu Feb 13 16:34:29 2014 -0500
 
6540
Author:     Ryan Lortie <desrt@desrt.ca>
 
6541
AuthorDate: Thu Feb 13 16:34:29 2014 -0500
 
6542
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6543
CommitDate: Sat Feb 22 10:24:19 2014 -0500
5498
6544
 
5499
6545
    gsocket: use cancellable child source
5500
6546
 
5509
6555
 1 file changed, 7 insertions(+), 15 deletions(-)
5510
6556
 
5511
6557
commit d8263dd7930fddddc4b8158e720ce0387d445af7
5512
 
Author: Ryan Lortie <desrt@desrt.ca>
5513
 
Date:   Thu Feb 13 16:16:27 2014 -0500
 
6558
Author:     Ryan Lortie <desrt@desrt.ca>
 
6559
AuthorDate: Thu Feb 13 16:16:27 2014 -0500
 
6560
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6561
CommitDate: Sat Feb 22 10:24:19 2014 -0500
5514
6562
 
5515
6563
    gsocket: trivial typo fix
5516
6564
 
5520
6568
 1 file changed, 1 insertion(+), 1 deletion(-)
5521
6569
 
5522
6570
commit 6147d15ea256ff0aabf11fb854ef07cf0e0e3a62
5523
 
Author: Ryan Lortie <desrt@desrt.ca>
5524
 
Date:   Sat Feb 22 09:22:27 2014 -0500
 
6571
Author:     Ryan Lortie <desrt@desrt.ca>
 
6572
AuthorDate: Sat Feb 22 09:22:27 2014 -0500
 
6573
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6574
CommitDate: Sat Feb 22 10:23:40 2014 -0500
5525
6575
 
5526
6576
    gmain: repeat preconditions for emphasis
5527
6577
 
5536
6586
 1 file changed, 19 insertions(+), 7 deletions(-)
5537
6587
 
5538
6588
commit c0aa150cb0d362224480240b2db8ff214717bdd1
5539
 
Author: Ryan Lortie <desrt@desrt.ca>
5540
 
Date:   Fri Feb 21 16:25:09 2014 -0500
 
6589
Author:     Ryan Lortie <desrt@desrt.ca>
 
6590
AuthorDate: Fri Feb 21 16:25:09 2014 -0500
 
6591
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6592
CommitDate: Fri Feb 21 16:42:21 2014 -0500
5541
6593
 
5542
6594
    g_main_context_wait: add a critical to detect use
5543
6595
 
5555
6607
 1 file changed, 12 insertions(+)
5556
6608
 
5557
6609
commit 5103c5d643f7e7de7983619204a25c3c774478e8
5558
 
Author: Ryan Lortie <desrt@desrt.ca>
5559
 
Date:   Fri Feb 21 16:40:16 2014 -0500
 
6610
Author:     Ryan Lortie <desrt@desrt.ca>
 
6611
AuthorDate: Fri Feb 21 16:40:16 2014 -0500
 
6612
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6613
CommitDate: Fri Feb 21 16:42:21 2014 -0500
5560
6614
 
5561
6615
    GCond: check result of pthread_condattr_setclock()
5562
6616
 
5570
6624
 1 file changed, 7 insertions(+), 2 deletions(-)
5571
6625
 
5572
6626
commit 03a43c290e470c67015d01237c5d81ea81a7b129
5573
 
Author: Ryan Lortie <desrt@desrt.ca>
5574
 
Date:   Fri Feb 21 10:20:11 2014 -0500
 
6627
Author:     Ryan Lortie <desrt@desrt.ca>
 
6628
AuthorDate: Fri Feb 21 10:20:11 2014 -0500
 
6629
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6630
CommitDate: Fri Feb 21 16:42:21 2014 -0500
5575
6631
 
5576
6632
    gmain: abort if monotonic time is unsupported
5577
6633
 
5588
6644
 1 file changed, 5 insertions(+), 1 deletion(-)
5589
6645
 
5590
6646
commit 6fcaa7aa96fc4b274a4358f2cec3a4075568d343
5591
 
Author: Xavier Claessens <xavier.claessens@collabora.com>
5592
 
Date:   Fri Feb 21 15:35:36 2014 -0500
 
6647
Author:     Xavier Claessens <xavier.claessens@collabora.com>
 
6648
AuthorDate: Fri Feb 21 15:35:36 2014 -0500
 
6649
Commit:     Xavier Claessens <xavier.claessens@collabora.com>
 
6650
CommitDate: Fri Feb 21 15:39:31 2014 -0500
5593
6651
 
5594
6652
    GHashTable: Explicitly document that _iter_remove() is safe while
5595
6653
    iterating
5600
6658
 1 file changed, 9 insertions(+)
5601
6659
 
5602
6660
commit 59a8ae34c01a9f5e311cb3fb6bb12fbe3e0096b0
5603
 
Author: Aurimas Černius <aurisc4@gmail.com>
5604
 
Date:   Fri Feb 21 22:16:16 2014 +0200
 
6661
Author:     Aurimas Černius <aurisc4@gmail.com>
 
6662
AuthorDate: Fri Feb 21 22:16:16 2014 +0200
 
6663
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
6664
CommitDate: Fri Feb 21 22:16:16 2014 +0200
5605
6665
 
5606
6666
    Updated Lithuanian translation
5607
6667
 
5610
6670
 1 file changed, 864 insertions(+), 886 deletions(-)
5611
6671
 
5612
6672
commit 450363321db007d1c9a6c654b245e701ccc2998a
5613
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5614
 
Date:   Fri Feb 21 17:06:56 2014 +0800
 
6673
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
6674
AuthorDate: Fri Feb 21 17:06:56 2014 +0800
 
6675
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
6676
CommitDate: Fri Feb 21 23:37:31 2014 +0800
5615
6677
 
5616
6678
    glib/Makefile.am: Dist gtranslit-data.h
5617
6679
 
5624
6686
 1 file changed, 1 insertion(+)
5625
6687
 
5626
6688
commit 73060f5e78ea5f208275f4a7cb6183636aeef1da
5627
 
Author: Ryan Lortie <desrt@desrt.ca>
5628
 
Date:   Fri Feb 21 07:56:06 2014 -0500
 
6689
Author:     Ryan Lortie <desrt@desrt.ca>
 
6690
AuthorDate: Fri Feb 21 07:56:06 2014 -0500
 
6691
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6692
CommitDate: Fri Feb 21 07:56:26 2014 -0500
5629
6693
 
5630
6694
    slow-motion post-release version bump
5631
6695
 
5633
6697
 1 file changed, 1 insertion(+), 1 deletion(-)
5634
6698
 
5635
6699
commit 061793a726df038fb8c790984c81020e14feb0bb
5636
 
Author: Ryan Lortie <desrt@desrt.ca>
5637
 
Date:   Thu Feb 20 18:49:37 2014 -0500
 
6700
Author:     Ryan Lortie <desrt@desrt.ca>
 
6701
AuthorDate: Thu Feb 20 18:49:37 2014 -0500
 
6702
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6703
CommitDate: Thu Feb 20 18:52:33 2014 -0500
5638
6704
 
5639
6705
    gconvert: add note to avoid transliteration
5640
6706
 
5645
6711
 1 file changed, 3 insertions(+)
5646
6712
 
5647
6713
commit 0415930b499fa951f1e82d38fc60461a8bd42c4b
5648
 
Author: Ryan Lortie <desrt@desrt.ca>
5649
 
Date:   Thu Feb 13 10:18:03 2014 -0500
 
6714
Author:     Ryan Lortie <desrt@desrt.ca>
 
6715
AuthorDate: Thu Feb 13 10:18:03 2014 -0500
 
6716
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6717
CommitDate: Thu Feb 20 18:32:42 2014 -0500
5650
6718
 
5651
6719
    gsource: document priority of child sources
5652
6720
 
5666
6734
 1 file changed, 5 insertions(+)
5667
6735
 
5668
6736
commit 8491f03581b6ada1d82f29064c99b604e98c7e09
5669
 
Author: Ryan Lortie <desrt@desrt.ca>
5670
 
Date:   Thu Feb 20 18:32:04 2014 -0500
 
6737
Author:     Ryan Lortie <desrt@desrt.ca>
 
6738
AuthorDate: Thu Feb 20 18:32:04 2014 -0500
 
6739
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6740
CommitDate: Thu Feb 20 18:32:42 2014 -0500
5671
6741
 
5672
6742
    g_str_to_ascii(): a couple of minor tweaks
5673
6743
 
5678
6748
 1 file changed, 3 insertions(+), 1 deletion(-)
5679
6749
 
5680
6750
commit a8ea3dc03b203e18825aa4c8473c9ab832fbeddf
5681
 
Author: Ryan Lortie <desrt@desrt.ca>
5682
 
Date:   Mon Feb 17 13:15:55 2014 -0500
 
6751
Author:     Ryan Lortie <desrt@desrt.ca>
 
6752
AuthorDate: Mon Feb 17 13:15:55 2014 -0500
 
6753
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6754
CommitDate: Thu Feb 20 18:27:48 2014 -0500
5683
6755
 
5684
6756
    g_str_tokenize_and_fold: do proper transliteration
5685
6757
 
5692
6764
 1 file changed, 16 insertions(+), 12 deletions(-)
5693
6765
 
5694
6766
commit d7291760df7de8cc878cb418749cb0f6afa6c69d
5695
 
Author: Ryan Lortie <desrt@desrt.ca>
5696
 
Date:   Mon Feb 17 11:55:22 2014 -0500
 
6767
Author:     Ryan Lortie <desrt@desrt.ca>
 
6768
AuthorDate: Mon Feb 17 11:55:22 2014 -0500
 
6769
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6770
CommitDate: Thu Feb 20 18:27:24 2014 -0500
5697
6771
 
5698
6772
    tests: test transliteration API
5699
6773
 
5706
6780
 1 file changed, 107 insertions(+)
5707
6781
 
5708
6782
commit 941b8979d07a7d9bd1a8f581ee744c0c914e12ee
5709
 
Author: Ryan Lortie <desrt@desrt.ca>
5710
 
Date:   Mon Feb 17 11:54:18 2014 -0500
 
6783
Author:     Ryan Lortie <desrt@desrt.ca>
 
6784
AuthorDate: Mon Feb 17 11:54:18 2014 -0500
 
6785
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6786
CommitDate: Thu Feb 20 18:27:24 2014 -0500
5711
6787
 
5712
6788
    Add locale-sensitive ASCII transliteration API
5713
6789
 
5739
6815
 6 files changed, 837 insertions(+)
5740
6816
 
5741
6817
commit 436d77f70ac9aed56d1b5f223e05a29e34378444
5742
 
Author: Ryan Lortie <desrt@desrt.ca>
5743
 
Date:   Tue Feb 18 19:04:24 2014 -0500
 
6818
Author:     Ryan Lortie <desrt@desrt.ca>
 
6819
AuthorDate: Tue Feb 18 19:04:24 2014 -0500
 
6820
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6821
CommitDate: Thu Feb 20 17:57:57 2014 -0500
5744
6822
 
5745
6823
    tests: add a test for g_cond_wait_until()
5746
6824
 
5750
6828
 1 file changed, 38 insertions(+)
5751
6829
 
5752
6830
commit 1de36e775599e77f2fe47b381f0e5b1b62e93f66
5753
 
Author: Ryan Lortie <desrt@desrt.ca>
5754
 
Date:   Tue Feb 18 18:50:18 2014 -0500
 
6831
Author:     Ryan Lortie <desrt@desrt.ca>
 
6832
AuthorDate: Tue Feb 18 18:50:18 2014 -0500
 
6833
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6834
CommitDate: Thu Feb 20 17:55:09 2014 -0500
5755
6835
 
5756
6836
    Fix g_cond_wait_until() vs. monotonic time
5757
6837
 
5780
6860
 2 files changed, 38 insertions(+), 24 deletions(-)
5781
6861
 
5782
6862
commit d61431254636b9ecc250884eb34757c2504e5685
5783
 
Author: Ryan Lortie <desrt@desrt.ca>
5784
 
Date:   Tue Feb 18 14:09:49 2014 -0500
 
6863
Author:     Ryan Lortie <desrt@desrt.ca>
 
6864
AuthorDate: Tue Feb 18 14:09:49 2014 -0500
 
6865
Commit:     Ryan Lortie <desrt@desrt.ca>
 
6866
CommitDate: Thu Feb 20 17:52:49 2014 -0500
5785
6867
 
5786
6868
    gmain: rework g_get_monotonic_time() a bit
5787
6869
 
5813
6895
 2 files changed, 88 insertions(+), 79 deletions(-)
5814
6896
 
5815
6897
commit 20f4d1820b8d4d0fc4447188e33efffd6d4a88d8
5816
 
Author: William Jon McCann <william.jon.mccann@gmail.com>
5817
 
Date:   Wed Feb 19 19:35:23 2014 -0500
 
6898
Author:     William Jon McCann <william.jon.mccann@gmail.com>
 
6899
AuthorDate: Wed Feb 19 19:35:23 2014 -0500
 
6900
Commit:     William Jon McCann <william.jon.mccann@gmail.com>
 
6901
CommitDate: Wed Feb 19 19:41:52 2014 -0500
5818
6902
 
5819
6903
    docs: use "Returns:" consistently
5820
6904
 
5917
7001
 93 files changed, 600 insertions(+), 600 deletions(-)
5918
7002
 
5919
7003
commit 9cb53851be2d90c804e6f31da26a11c51329f33c
5920
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
5921
 
Date:   Wed Feb 19 13:57:18 2014 +0800
 
7004
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
7005
AuthorDate: Wed Feb 19 13:57:18 2014 +0800
 
7006
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
7007
CommitDate: Thu Feb 20 08:36:54 2014 +0800
5922
7008
 
5923
7009
    gio/gresolver.c: Fix build on Windows
5924
7010
 
5936
7022
 1 file changed, 4 insertions(+), 1 deletion(-)
5937
7023
 
5938
7024
commit a5ae016359ffb8634d6a12e5853e89f743eca0b9
5939
 
Author: Kjartan Maraas <kmaraas@gnome.org>
5940
 
Date:   Wed Feb 19 23:57:40 2014 +0100
 
7025
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
7026
AuthorDate: Wed Feb 19 23:57:40 2014 +0100
 
7027
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
7028
CommitDate: Wed Feb 19 23:57:40 2014 +0100
5941
7029
 
5942
7030
    Updated Norwegian bokmål translation
5943
7031
 
5946
7034
 1 file changed, 33 insertions(+), 27 deletions(-)
5947
7035
 
5948
7036
commit 0ffa1ea8ddb9a3c17ab0ad13a0f6685657fb41e2
5949
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
5950
 
Date:   Wed Feb 19 15:51:27 2014 -0500
 
7037
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
7038
AuthorDate: Wed Feb 19 15:51:27 2014 -0500
 
7039
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
7040
CommitDate: Wed Feb 19 15:51:27 2014 -0500
5951
7041
 
5952
7042
    Add G_ÂTYPE_VARIANT_DCT into the doc
5953
7043
 
5955
7045
 1 file changed, 1 insertion(+)
5956
7046
 
5957
7047
commit ec17605d4f62fa6b460846f30a5ea409425bee00
5958
 
Author: Ryan Lortie <desrt@desrt.ca>
5959
 
Date:   Mon Feb 17 18:33:34 2014 -0500
 
7048
Author:     Ryan Lortie <desrt@desrt.ca>
 
7049
AuthorDate: Mon Feb 17 18:33:34 2014 -0500
 
7050
Commit:     Ryan Lortie <desrt@desrt.ca>
 
7051
CommitDate: Mon Feb 17 18:33:34 2014 -0500
5960
7052
 
5961
7053
    GLib 2.39.90
5962
7054
 
5965
7057
 2 files changed, 37 insertions(+), 1 deletion(-)
5966
7058
 
5967
7059
commit c37cd19feee3a609fec8909f01df8755052c59ab
5968
 
Author: Ryan Lortie <desrt@desrt.ca>
5969
 
Date:   Mon Feb 17 18:13:01 2014 -0500
 
7060
Author:     Ryan Lortie <desrt@desrt.ca>
 
7061
AuthorDate: Mon Feb 17 18:13:01 2014 -0500
 
7062
Commit:     Ryan Lortie <desrt@desrt.ca>
 
7063
CommitDate: Mon Feb 17 18:18:20 2014 -0500
5970
7064
 
5971
7065
    Work around test failure in gdbus-names
5972
7066
 
5980
7074
 1 file changed, 3 insertions(+)
5981
7075
 
5982
7076
commit 53d5b17f629a593dc3862f39fdcef9339ca4816d
5983
 
Author: Ryan Lortie <desrt@desrt.ca>
5984
 
Date:   Mon Feb 17 17:43:48 2014 -0500
 
7077
Author:     Ryan Lortie <desrt@desrt.ca>
 
7078
AuthorDate: Mon Feb 17 17:43:48 2014 -0500
 
7079
Commit:     Ryan Lortie <desrt@desrt.ca>
 
7080
CommitDate: Mon Feb 17 17:44:58 2014 -0500
5985
7081
 
5986
7082
    GApplication: disable some more tests
5987
7083
 
5995
7091
 1 file changed, 13 insertions(+), 3 deletions(-)
5996
7092
 
5997
7093
commit c81834c0895766f104bc6fb1579704066df90597
5998
 
Author: Matthias Clasen <mclasen@redhat.com>
5999
 
Date:   Mon Feb 17 16:57:13 2014 -0500
 
7094
Author:     Matthias Clasen <mclasen@redhat.com>
 
7095
AuthorDate: Mon Feb 17 16:57:13 2014 -0500
 
7096
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7097
CommitDate: Mon Feb 17 16:57:13 2014 -0500
6000
7098
 
6001
7099
    Bump gtk-doc dep to 1.20
6002
7100
 
6004
7102
 1 file changed, 1 insertion(+), 1 deletion(-)
6005
7103
 
6006
7104
commit 4139b26f3e2f869191b3d96d912f699470db6cea
6007
 
Author: Dan Winship <danw@gnome.org>
6008
 
Date:   Fri Feb 14 15:35:11 2014 -0500
 
7105
Author:     Dan Winship <danw@gnome.org>
 
7106
AuthorDate: Fri Feb 14 15:35:11 2014 -0500
 
7107
Commit:     Dan Winship <danw@gnome.org>
 
7108
CommitDate: Mon Feb 17 11:38:11 2014 -0500
6009
7109
 
6010
7110
    gsocket: fix g_socket_condition_timed_wait() recovery after EINTR
6011
7111
 
6019
7119
 1 file changed, 1 insertion(+), 1 deletion(-)
6020
7120
 
6021
7121
commit 5a4478664be8bc6523f6452bfd63340718be2aa5
6022
 
Author: Dan Winship <danw@gnome.org>
6023
 
Date:   Fri Feb 14 16:12:50 2014 -0500
 
7122
Author:     Dan Winship <danw@gnome.org>
 
7123
AuthorDate: Fri Feb 14 16:12:50 2014 -0500
 
7124
Commit:     Dan Winship <danw@gnome.org>
 
7125
CommitDate: Mon Feb 17 11:33:37 2014 -0500
6024
7126
 
6025
7127
    gtestutils: make the new assert messages more detailed
6026
7128
 
6036
7138
 1 file changed, 4 insertions(+), 4 deletions(-)
6037
7139
 
6038
7140
commit 299ca6dc1e54797e6fc5264c7b19b08bd726ca83
6039
 
Author: Ross Burton <ross.burton@intel.com>
6040
 
Date:   Tue Feb 4 13:15:08 2014 +0000
 
7141
Author:     Ross Burton <ross.burton@intel.com>
 
7142
AuthorDate: Tue Feb 4 13:15:08 2014 +0000
 
7143
Commit:     Ross Burton <ross.burton@intel.com>
 
7144
CommitDate: Mon Feb 17 10:21:31 2014 +0000
6041
7145
 
6042
7146
    gio/tests: fix race when generating code
6043
7147
 
6067
7171
 1 file changed, 3 insertions(+), 1 deletion(-)
6068
7172
 
6069
7173
commit ed017994c9396f10c87646b5fa3639e1ca1925b8
6070
 
Author: Olivier Crête <olivier.crete@collabora.com>
6071
 
Date:   Sat Feb 15 02:23:29 2014 -0500
 
7174
Author:     Olivier Crête <olivier.crete@collabora.com>
 
7175
AuthorDate: Sat Feb 15 02:23:29 2014 -0500
 
7176
Commit:     Olivier Crête <olivier.crete@collabora.com>
 
7177
CommitDate: Sun Feb 16 19:59:44 2014 -0500
6072
7178
 
6073
7179
    subprocess: Init and clear the mutex
6074
7180
 
6082
7188
 1 file changed, 3 insertions(+)
6083
7189
 
6084
7190
commit a732f2966d114a040a2958084252b697b1f29f29
6085
 
Author: Paolo Borelli <pborelli@gnome.org>
6086
 
Date:   Sun Feb 16 22:06:11 2014 +0100
 
7191
Author:     Paolo Borelli <pborelli@gnome.org>
 
7192
AuthorDate: Sun Feb 16 22:06:11 2014 +0100
 
7193
Commit:     Paolo Borelli <pborelli@gnome.org>
 
7194
CommitDate: Sun Feb 16 22:06:11 2014 +0100
6087
7195
 
6088
7196
    Annotate g_application_add_main_option_entries
6089
7197
 
6091
7199
 1 file changed, 2 insertions(+), 1 deletion(-)
6092
7200
 
6093
7201
commit 89022761018fd87a19b0c4cf5a9c9fe8575a743a
6094
 
Author: Dan Winship <danw@gnome.org>
6095
 
Date:   Sun Feb 16 09:24:04 2014 -0500
 
7202
Author:     Dan Winship <danw@gnome.org>
 
7203
AuthorDate: Sun Feb 16 09:24:04 2014 -0500
 
7204
Commit:     Dan Winship <danw@gnome.org>
 
7205
CommitDate: Sun Feb 16 09:24:04 2014 -0500
6096
7206
 
6097
7207
    g_simple_async_result_is_valid: fix for NULL source tag
6098
7208
 
6109
7219
 2 files changed, 77 insertions(+), 10 deletions(-)
6110
7220
 
6111
7221
commit 9c135707cb0653cc0f7d66ee67921428fa912611
6112
 
Author: Koop Mast <kwm@rainbow-runner.nl>
6113
 
Date:   Sat Feb 15 19:54:21 2014 +0100
 
7222
Author:     Koop Mast <kwm@rainbow-runner.nl>
 
7223
AuthorDate: Sat Feb 15 19:54:21 2014 +0100
 
7224
Commit:     Dan Winship <danw@gnome.org>
 
7225
CommitDate: Sat Feb 15 18:35:57 2014 -0500
6114
7226
 
6115
7227
    Fix the build on FreeBSD by replacing EAI_NODATA with EAI_NONAME.
6116
7228
 
6120
7232
 1 file changed, 1 insertion(+), 1 deletion(-)
6121
7233
 
6122
7234
commit 7cbff954b926d97ce2f3ce08487866b668e7eafb
6123
 
Author: Ryan Lortie <desrt@desrt.ca>
6124
 
Date:   Sun Jan 12 03:14:04 2014 -0500
 
7235
Author:     Ryan Lortie <desrt@desrt.ca>
 
7236
AuthorDate: Sun Jan 12 03:14:04 2014 -0500
 
7237
Commit:     Ryan Lortie <desrt@desrt.ca>
 
7238
CommitDate: Sat Feb 15 16:55:25 2014 -0500
6125
7239
 
6126
7240
    win32: fixup lib.exe invocation
6127
7241
 
6153
7267
 5 files changed, 17 insertions(+), 5 deletions(-)
6154
7268
 
6155
7269
commit 08533cae05dfe6d3af5e02c95af9de65680cdae0
6156
 
Author: Ryan Lortie <desrt@desrt.ca>
6157
 
Date:   Sat Feb 15 08:44:05 2014 -0500
 
7270
Author:     Ryan Lortie <desrt@desrt.ca>
 
7271
AuthorDate: Sat Feb 15 08:44:05 2014 -0500
 
7272
Commit:     Ryan Lortie <desrt@desrt.ca>
 
7273
CommitDate: Sat Feb 15 10:31:52 2014 -0500
6158
7274
 
6159
7275
    only '#pragma GCC' outside of functions
6160
7276
 
6166
7282
 1 file changed, 17 insertions(+), 7 deletions(-)
6167
7283
 
6168
7284
commit 5575a3e9cb8ec3d0f0f373cb64e6fedc4c72c0f5
6169
 
Author: Dan Winship <danw@gnome.org>
6170
 
Date:   Tue Aug 20 21:36:25 2013 -0400
 
7285
Author:     Dan Winship <danw@gnome.org>
 
7286
AuthorDate: Tue Aug 20 21:36:25 2013 -0400
 
7287
Commit:     Dan Winship <danw@gnome.org>
 
7288
CommitDate: Sat Feb 15 10:22:24 2014 -0500
6171
7289
 
6172
7290
    gio: don't accept nonstandard IPv4 "numbers-and-dots" addresses
6173
7291
 
6196
7314
 7 files changed, 256 insertions(+), 37 deletions(-)
6197
7315
 
6198
7316
commit 5cab3fcec13f9b9b13ebb483498e3e50bc1a4b45
6199
 
Author: Dan Winship <danw@gnome.org>
6200
 
Date:   Mon Dec 2 11:59:30 2013 -0500
 
7317
Author:     Dan Winship <danw@gnome.org>
 
7318
AuthorDate: Mon Dec 2 11:59:30 2013 -0500
 
7319
Commit:     Dan Winship <danw@gnome.org>
 
7320
CommitDate: Sat Feb 15 10:20:53 2014 -0500
6201
7321
 
6202
7322
    gobject: re-allow finalization from constructor()
6203
7323
 
6215
7335
 2 files changed, 13 insertions(+), 11 deletions(-)
6216
7336
 
6217
7337
commit 074df396813692c7680c5406224131eda554d474
6218
 
Author: Dan Winship <danw@gnome.org>
6219
 
Date:   Sat Feb 1 14:21:10 2014 +0100
 
7338
Author:     Dan Winship <danw@gnome.org>
 
7339
AuthorDate: Sat Feb 1 14:21:10 2014 +0100
 
7340
Commit:     Dan Winship <danw@gnome.org>
 
7341
CommitDate: Sat Feb 15 10:06:04 2014 -0500
6220
7342
 
6221
7343
    Fix g_socket_get_available() with TCP on Windows
6222
7344
 
6237
7359
 2 files changed, 100 insertions(+), 27 deletions(-)
6238
7360
 
6239
7361
commit d690b3dcd083cfeb004db0c65c7196f558cba1ff
6240
 
Author: Matthias Clasen <mclasen@redhat.com>
6241
 
Date:   Fri Feb 14 21:49:42 2014 -0500
 
7362
Author:     Matthias Clasen <mclasen@redhat.com>
 
7363
AuthorDate: Fri Feb 14 21:49:42 2014 -0500
 
7364
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7365
CommitDate: Fri Feb 14 21:49:42 2014 -0500
6242
7366
 
6243
7367
    docs: Remove a few trailing <literal>s
6244
7368
 
6246
7370
 1 file changed, 8 insertions(+), 10 deletions(-)
6247
7371
 
6248
7372
commit bcab7ba002f052481329f2b70b4c7ea31b544b86
6249
 
Author: Matthias Clasen <mclasen@redhat.com>
6250
 
Date:   Fri Feb 14 21:39:11 2014 -0500
 
7373
Author:     Matthias Clasen <mclasen@redhat.com>
 
7374
AuthorDate: Fri Feb 14 21:39:11 2014 -0500
 
7375
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7376
CommitDate: Fri Feb 14 21:39:11 2014 -0500
6251
7377
 
6252
7378
    docs: Remove some unneeded decorations
6253
7379
 
6258
7384
 1 file changed, 12 insertions(+), 12 deletions(-)
6259
7385
 
6260
7386
commit bc6ee788b4ff6590513da6ab657448885e92b20b
6261
 
Author: Matthias Clasen <mclasen@redhat.com>
6262
 
Date:   Fri Feb 14 21:33:36 2014 -0500
 
7387
Author:     Matthias Clasen <mclasen@redhat.com>
 
7388
AuthorDate: Fri Feb 14 21:33:36 2014 -0500
 
7389
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7390
CommitDate: Fri Feb 14 21:33:36 2014 -0500
6263
7391
 
6264
7392
    docs: let go of &ast;
6265
7393
 
6302
7430
 31 files changed, 162 insertions(+), 175 deletions(-)
6303
7431
 
6304
7432
commit 450e7b1036fc95d41d6cb72d48824cd8b438037c
6305
 
Author: Ryan Lortie <desrt@desrt.ca>
6306
 
Date:   Thu Feb 13 18:26:07 2014 -0500
 
7433
Author:     Ryan Lortie <desrt@desrt.ca>
 
7434
AuthorDate: Thu Feb 13 18:26:07 2014 -0500
 
7435
Commit:     Ryan Lortie <desrt@desrt.ca>
 
7436
CommitDate: Fri Feb 14 10:42:40 2014 -0500
6307
7437
 
6308
7438
    configure.ac: tweak inotify check
6309
7439
 
6332
7462
 3 files changed, 3 insertions(+), 7 deletions(-)
6333
7463
 
6334
7464
commit db83b8ac4ce70c31398121f0bde9ac87d4f42c58
6335
 
Author: Dan Winship <danw@gnome.org>
6336
 
Date:   Thu Feb 13 12:59:20 2014 -0500
 
7465
Author:     Dan Winship <danw@gnome.org>
 
7466
AuthorDate: Thu Feb 13 12:59:20 2014 -0500
 
7467
Commit:     Dan Winship <danw@gnome.org>
 
7468
CommitDate: Thu Feb 13 12:59:29 2014 -0500
6337
7469
 
6338
7470
    gtask: fix trivial doc typo
6339
7471
 
6341
7473
 1 file changed, 1 insertion(+), 1 deletion(-)
6342
7474
 
6343
7475
commit 0f5577de57b83841280dbd925c1b64b77bf4a828
6344
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
6345
 
Date:   Tue Feb 11 15:24:34 2014 +0000
 
7476
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7477
AuthorDate: Tue Feb 11 15:24:34 2014 +0000
 
7478
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7479
CommitDate: Thu Feb 13 14:31:27 2014 +0000
6346
7480
 
6347
7481
    g_test_run: return 0 if all tests are skipped in TAP mode
6348
7482
 
6356
7490
 1 file changed, 9 insertions(+), 1 deletion(-)
6357
7491
 
6358
7492
commit ffa5fab09a504cc6d2ff862b4cff123e27e118e1
6359
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
6360
 
Date:   Tue Feb 11 15:14:33 2014 +0000
 
7493
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7494
AuthorDate: Tue Feb 11 15:14:33 2014 +0000
 
7495
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7496
CommitDate: Thu Feb 13 14:31:09 2014 +0000
6361
7497
 
6362
7498
    glib/tests/collate.c: run to completion when skipping all tests
6363
7499
 
6372
7508
 1 file changed, 12 insertions(+), 2 deletions(-)
6373
7509
 
6374
7510
commit 169846c5ab19abaa5474f5b5f30c3deef645ee03
6375
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
6376
 
Date:   Thu Feb 13 10:58:21 2014 +0000
 
7511
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
7512
AuthorDate: Thu Feb 13 10:58:21 2014 +0000
 
7513
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
7514
CommitDate: Thu Feb 13 14:09:48 2014 +0000
6377
7515
 
6378
7516
    gsocketconnection: Document closing connections with
6379
7517
    g_io_stream_close()
6390
7528
 2 files changed, 7 insertions(+), 3 deletions(-)
6391
7529
 
6392
7530
commit 0017728c8c19ac0e64eee7740e43138d85885ee2
6393
 
Author: Dan Winship <danw@gnome.org>
6394
 
Date:   Thu Feb 13 08:30:24 2014 -0500
 
7531
Author:     Dan Winship <danw@gnome.org>
 
7532
AuthorDate: Thu Feb 13 08:30:24 2014 -0500
 
7533
Commit:     Dan Winship <danw@gnome.org>
 
7534
CommitDate: Thu Feb 13 08:30:59 2014 -0500
6395
7535
 
6396
7536
    gsocketservice: Clarify g_socket_service_stop() documentation
6397
7537
 
6401
7541
 1 file changed, 6 insertions(+)
6402
7542
 
6403
7543
commit 125913e9fe27da29699987d406fe6290ff288ccd
6404
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
6405
 
Date:   Thu Feb 6 17:48:44 2014 +0000
 
7544
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7545
AuthorDate: Thu Feb 6 17:48:44 2014 +0000
 
7546
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7547
CommitDate: Tue Feb 11 15:02:16 2014 +0000
6406
7548
 
6407
7549
    g_child_watch_source_new: POSIX pid must be positive
6408
7550
 
6420
7562
 1 file changed, 24 insertions(+), 7 deletions(-)
6421
7563
 
6422
7564
commit a3cb5ce33b636dd31ac009d5396997dfbb0b032c
6423
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
6424
 
Date:   Thu Feb 6 10:19:47 2014 +0000
 
7565
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7566
AuthorDate: Thu Feb 6 10:19:47 2014 +0000
 
7567
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
7568
CommitDate: Tue Feb 11 15:01:58 2014 +0000
6425
7569
 
6426
7570
    Be more clear that g_return_if_fail is undefined behaviour
6427
7571
 
6439
7583
 2 files changed, 39 insertions(+), 8 deletions(-)
6440
7584
 
6441
7585
commit f5e60984af7ae056c9795d4820834707520866ed
6442
 
Author: Emmanuele Bassi <ebassi@gnome.org>
6443
 
Date:   Mon Feb 10 15:48:17 2014 +0000
 
7586
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
7587
AuthorDate: Mon Feb 10 15:48:17 2014 +0000
 
7588
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
7589
CommitDate: Mon Feb 10 15:48:17 2014 +0000
6444
7590
 
6445
7591
    po/nb.po: Fix mismatched translation
6446
7592
 
6450
7596
 1 file changed, 1 insertion(+), 1 deletion(-)
6451
7597
 
6452
7598
commit bf25c451f5f96ef428b0dbb15881de4699b554f8
6453
 
Author: Kjartan Maraas <kmaraas@gnome.org>
6454
 
Date:   Mon Feb 10 16:16:41 2014 +0100
 
7599
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
7600
AuthorDate: Mon Feb 10 16:16:41 2014 +0100
 
7601
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
7602
CommitDate: Mon Feb 10 16:17:06 2014 +0100
6455
7603
 
6456
7604
    Updated Norwegian bokmål translation
6457
7605
 
6460
7608
 1 file changed, 29 insertions(+), 33 deletions(-)
6461
7609
 
6462
7610
commit 87a7b7763bae1bb8faa5e8244ee12cf05a2180b8
6463
 
Author: Andika Triwidada <andika@gmail.com>
6464
 
Date:   Mon Feb 10 14:55:59 2014 +0000
 
7611
Author:     Andika Triwidada <andika@gmail.com>
 
7612
AuthorDate: Mon Feb 10 14:55:59 2014 +0000
 
7613
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
7614
CommitDate: Mon Feb 10 14:55:59 2014 +0000
6465
7615
 
6466
7616
    Updated Indonesian translation
6467
7617
 
6470
7620
 1 file changed, 1120 insertions(+), 935 deletions(-)
6471
7621
 
6472
7622
commit d173d97c9ba27ac009f756a727a23a3359c5c5fc
6473
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
6474
 
Date:   Mon Feb 10 08:49:52 2014 +0000
 
7623
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
7624
AuthorDate: Mon Feb 10 08:49:52 2014 +0000
 
7625
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
7626
CommitDate: Mon Feb 10 08:50:36 2014 +0000
6475
7627
 
6476
7628
    gsubprocess: Fix ‘Since’ lines in documentation to read 2.40
6477
7629
 
6484
7636
 2 files changed, 2 insertions(+), 2 deletions(-)
6485
7637
 
6486
7638
commit 24536dd030796dc57ca5148b031062da3e0b793e
6487
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
6488
 
Date:   Mon Feb 10 08:21:49 2014 +0000
 
7639
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
7640
AuthorDate: Mon Feb 10 08:21:49 2014 +0000
 
7641
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
7642
CommitDate: Mon Feb 10 08:22:30 2014 +0000
6489
7643
 
6490
7644
    gsubprocess: Fix a broken link in the documentation
6491
7645
 
6495
7649
 1 file changed, 2 insertions(+), 2 deletions(-)
6496
7650
 
6497
7651
commit 28b1d39058d7b45a1bada07ba875263219eb04f8
6498
 
Author: Kjartan Maraas <kmaraas@gnome.org>
6499
 
Date:   Mon Feb 10 08:15:00 2014 +0100
 
7652
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
7653
AuthorDate: Mon Feb 10 08:15:00 2014 +0100
 
7654
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
7655
CommitDate: Mon Feb 10 08:15:00 2014 +0100
6500
7656
 
6501
7657
    Updated Norwegian bokmål translation
6502
7658
 
6505
7661
 1 file changed, 1101 insertions(+), 914 deletions(-)
6506
7662
 
6507
7663
commit ada09a7b625a9c705de4ff5b9d9f11bb1ed42e06
6508
 
Author: Milo Casagrande <milo@ubuntu.com>
6509
 
Date:   Sun Feb 9 12:21:34 2014 +0100
 
7664
Author:     Milo Casagrande <milo@ubuntu.com>
 
7665
AuthorDate: Sun Feb 9 12:21:34 2014 +0100
 
7666
Commit:     Milo Casagrande <milo@ubuntu.com>
 
7667
CommitDate: Sun Feb 9 12:21:34 2014 +0100
6510
7668
 
6511
7669
    [l10n] Updated Italian translation.
6512
7670
 
6515
7673
 1 file changed, 864 insertions(+), 848 deletions(-)
6516
7674
 
6517
7675
commit c158a9cdcbef04a51f64a4cac2db2f5e509b8794
6518
 
Author: Matthias Clasen <mclasen@redhat.com>
6519
 
Date:   Sun Feb 9 02:12:53 2014 -0500
 
7676
Author:     Matthias Clasen <mclasen@redhat.com>
 
7677
AuthorDate: Sun Feb 9 02:12:53 2014 -0500
 
7678
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7679
CommitDate: Sun Feb 9 02:12:53 2014 -0500
6520
7680
 
6521
7681
    Fix a misformatting in GVariant docs
6522
7682
 
6527
7687
 1 file changed, 4 insertions(+), 3 deletions(-)
6528
7688
 
6529
7689
commit 35066ed6c6b51317f49069f2564c547aa309f9f1
6530
 
Author: Matthias Clasen <mclasen@redhat.com>
6531
 
Date:   Sun Feb 9 02:07:26 2014 -0500
 
7690
Author:     Matthias Clasen <mclasen@redhat.com>
 
7691
AuthorDate: Sun Feb 9 02:07:26 2014 -0500
 
7692
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7693
CommitDate: Sun Feb 9 02:07:26 2014 -0500
6532
7694
 
6533
7695
    Docs: Drop entities, switch away from sgml mode
6534
7696
 
6582
7744
 39 files changed, 104 insertions(+), 103 deletions(-)
6583
7745
 
6584
7746
commit a03cee3b27b9c1abfbef4972e67adec6286cc968
6585
 
Author: Matthias Clasen <mclasen@redhat.com>
6586
 
Date:   Sat Feb 8 17:52:21 2014 -0500
 
7747
Author:     Matthias Clasen <mclasen@redhat.com>
 
7748
AuthorDate: Sat Feb 8 17:52:21 2014 -0500
 
7749
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7750
CommitDate: Sat Feb 8 17:52:21 2014 -0500
6587
7751
 
6588
7752
    Convert remaining examples to links
6589
7753
 
6596
7760
 6 files changed, 29 insertions(+), 10 deletions(-)
6597
7761
 
6598
7762
commit 623b58eeac2e6f46fc12a63f948794c4e3d889d1
6599
 
Author: Matthias Clasen <mclasen@redhat.com>
6600
 
Date:   Sat Feb 8 15:59:24 2014 -0500
 
7763
Author:     Matthias Clasen <mclasen@redhat.com>
 
7764
AuthorDate: Sat Feb 8 15:59:24 2014 -0500
 
7765
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7766
CommitDate: Sat Feb 8 15:59:24 2014 -0500
6601
7767
 
6602
7768
    REmove another table
6603
7769
 
6605
7771
 1 file changed, 9 insertions(+), 14 deletions(-)
6606
7772
 
6607
7773
commit 5acd7b01de2f9a1b22d0a06f62e7bb6b8f5e1849
6608
 
Author: Matthias Clasen <mclasen@redhat.com>
6609
 
Date:   Sat Feb 8 15:50:17 2014 -0500
 
7774
Author:     Matthias Clasen <mclasen@redhat.com>
 
7775
AuthorDate: Sat Feb 8 15:50:17 2014 -0500
 
7776
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7777
CommitDate: Sat Feb 8 15:50:17 2014 -0500
6610
7778
 
6611
7779
    Remove some informalexamples
6612
7780
 
6614
7782
 1 file changed, 15 insertions(+), 38 deletions(-)
6615
7783
 
6616
7784
commit a59e3d69b49b82706b24f31a08d5be4b2c211aac
6617
 
Author: Matthias Clasen <mclasen@redhat.com>
6618
 
Date:   Sat Feb 8 15:34:04 2014 -0500
 
7785
Author:     Matthias Clasen <mclasen@redhat.com>
 
7786
AuthorDate: Sat Feb 8 15:34:04 2014 -0500
 
7787
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7788
CommitDate: Sat Feb 8 15:34:04 2014 -0500
6619
7789
 
6620
7790
    Another stray <programlisting>
6621
7791
 
6623
7793
 1 file changed, 2 insertions(+), 2 deletions(-)
6624
7794
 
6625
7795
commit d5e5244c304b1d33105fe94a7edd7ad5140facaa
6626
 
Author: Matthias Clasen <mclasen@redhat.com>
6627
 
Date:   Sat Feb 8 15:28:34 2014 -0500
 
7796
Author:     Matthias Clasen <mclasen@redhat.com>
 
7797
AuthorDate: Sat Feb 8 15:28:34 2014 -0500
 
7798
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7799
CommitDate: Sat Feb 8 15:28:34 2014 -0500
6628
7800
 
6629
7801
    Another stray litreal
6630
7802
 
6632
7804
 1 file changed, 7 insertions(+), 7 deletions(-)
6633
7805
 
6634
7806
commit c4991d24ee58b5f116fc9cbe87c6fbb7ee7a731a
6635
 
Author: Matthias Clasen <mclasen@redhat.com>
6636
 
Date:   Sat Feb 8 15:19:13 2014 -0500
 
7807
Author:     Matthias Clasen <mclasen@redhat.com>
 
7808
AuthorDate: Sat Feb 8 15:19:13 2014 -0500
 
7809
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7810
CommitDate: Sat Feb 8 15:19:24 2014 -0500
6637
7811
 
6638
7812
    Strip out a remaining programlisting
6639
7813
 
6641
7815
 1 file changed, 4 insertions(+), 4 deletions(-)
6642
7816
 
6643
7817
commit cd5cd874f0ae52d21accad24d27b0283352049a3
6644
 
Author: Matthias Clasen <mclasen@redhat.com>
6645
 
Date:   Sat Feb 8 15:18:37 2014 -0500
 
7818
Author:     Matthias Clasen <mclasen@redhat.com>
 
7819
AuthorDate: Sat Feb 8 15:18:37 2014 -0500
 
7820
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7821
CommitDate: Sat Feb 8 15:18:37 2014 -0500
6646
7822
 
6647
7823
    Convert another table to a list
6648
7824
 
6651
7827
 1 file changed, 19 insertions(+), 84 deletions(-)
6652
7828
 
6653
7829
commit 3d0e55dfd5bc96bee16befb24883abfdbc6bd634
6654
 
Author: Matthias Clasen <mclasen@redhat.com>
6655
 
Date:   Sat Feb 8 15:18:06 2014 -0500
 
7830
Author:     Matthias Clasen <mclasen@redhat.com>
 
7831
AuthorDate: Sat Feb 8 15:18:06 2014 -0500
 
7832
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7833
CommitDate: Sat Feb 8 15:18:06 2014 -0500
6656
7834
 
6657
7835
    Convert more xincluded examples to external links
6658
7836
 
6660
7838
 1 file changed, 8 insertions(+), 23 deletions(-)
6661
7839
 
6662
7840
commit ebc4347b2c5adebd656c0977ba3242f1d7850569
6663
 
Author: Matthias Clasen <mclasen@redhat.com>
6664
 
Date:   Sat Feb 8 13:55:27 2014 -0500
 
7841
Author:     Matthias Clasen <mclasen@redhat.com>
 
7842
AuthorDate: Sat Feb 8 13:55:27 2014 -0500
 
7843
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7844
CommitDate: Sat Feb 8 13:55:27 2014 -0500
6665
7845
 
6666
7846
    Docs: Remove an example tag that has snuck back in
6667
7847
 
6669
7849
 1 file changed, 8 insertions(+), 10 deletions(-)
6670
7850
 
6671
7851
commit 03b21a19ec94da5c48fdfb798067d037f381e8b1
6672
 
Author: Matthias Clasen <mclasen@redhat.com>
6673
 
Date:   Sat Feb 8 13:47:02 2014 -0500
 
7852
Author:     Matthias Clasen <mclasen@redhat.com>
 
7853
AuthorDate: Sat Feb 8 13:47:02 2014 -0500
 
7854
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7855
CommitDate: Sat Feb 8 13:47:02 2014 -0500
6674
7856
 
6675
7857
    Docs: convert another table to a list
6676
7858
 
6678
7860
 1 file changed, 5 insertions(+), 15 deletions(-)
6679
7861
 
6680
7862
commit 38b1d63b24d5fd44cb921b4c9af17892c9779e49
6681
 
Author: Matthias Clasen <mclasen@redhat.com>
6682
 
Date:   Sat Feb 8 13:43:16 2014 -0500
 
7863
Author:     Matthias Clasen <mclasen@redhat.com>
 
7864
AuthorDate: Sat Feb 8 13:43:16 2014 -0500
 
7865
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7866
CommitDate: Sat Feb 8 13:43:16 2014 -0500
6683
7867
 
6684
7868
    Convert GVariantType table to a list
6685
7869
 
6688
7872
 1 file changed, 47 insertions(+), 305 deletions(-)
6689
7873
 
6690
7874
commit f04dbac47d1c6cb60f2e78ce46c0b3fef91e49ec
6691
 
Author: Matthias Clasen <mclasen@redhat.com>
6692
 
Date:   Sat Feb 8 13:28:11 2014 -0500
 
7875
Author:     Matthias Clasen <mclasen@redhat.com>
 
7876
AuthorDate: Sat Feb 8 13:28:11 2014 -0500
 
7877
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7878
CommitDate: Sat Feb 8 13:28:11 2014 -0500
6693
7879
 
6694
7880
    Remove a new literal tag that has crept in
6695
7881
 
6697
7883
 1 file changed, 2 insertions(+), 3 deletions(-)
6698
7884
 
6699
7885
commit c43e0c34b0e1197fc20ee091082cae4701d0bb58
6700
 
Author: Matthias Clasen <mclasen@redhat.com>
6701
 
Date:   Sat Feb 8 13:25:04 2014 -0500
 
7886
Author:     Matthias Clasen <mclasen@redhat.com>
 
7887
AuthorDate: Sat Feb 8 13:25:04 2014 -0500
 
7888
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7889
CommitDate: Sat Feb 8 13:25:04 2014 -0500
6702
7890
 
6703
7891
    Remove a few leftover <simplelist>s
6704
7892
 
6706
7894
 1 file changed, 8 insertions(+), 12 deletions(-)
6707
7895
 
6708
7896
commit 3ad5aadb40bd117457c30a7680bc7ef73a7dc6b3
6709
 
Author: Matthias Clasen <mclasen@redhat.com>
6710
 
Date:   Sat Feb 8 13:22:58 2014 -0500
 
7897
Author:     Matthias Clasen <mclasen@redhat.com>
 
7898
AuthorDate: Sat Feb 8 13:22:58 2014 -0500
 
7899
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7900
CommitDate: Sat Feb 8 13:22:58 2014 -0500
6711
7901
 
6712
7902
    Remove a stray <em> tag
6713
7903
 
6715
7905
 1 file changed, 3 insertions(+), 4 deletions(-)
6716
7906
 
6717
7907
commit e16f053aa7571669a76b13fba8b51ae842cffc42
6718
 
Author: Matthias Clasen <mclasen@redhat.com>
6719
 
Date:   Sat Feb 8 13:22:38 2014 -0500
 
7908
Author:     Matthias Clasen <mclasen@redhat.com>
 
7909
AuthorDate: Sat Feb 8 13:22:38 2014 -0500
 
7910
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7911
CommitDate: Sat Feb 8 13:22:38 2014 -0500
6720
7912
 
6721
7913
    Remove tables from GFileAttribute docs
6722
7914
 
6725
7917
 1 file changed, 60 insertions(+), 136 deletions(-)
6726
7918
 
6727
7919
commit e7fd3de86d6004d8dba5f8448eb063c6731546e9
6728
 
Author: Matthias Clasen <mclasen@redhat.com>
6729
 
Date:   Sat Feb 8 12:26:56 2014 -0500
 
7920
Author:     Matthias Clasen <mclasen@redhat.com>
 
7921
AuthorDate: Sat Feb 8 12:26:56 2014 -0500
 
7922
Commit:     Matthias Clasen <mclasen@redhat.com>
 
7923
CommitDate: Sat Feb 8 12:26:56 2014 -0500
6730
7924
 
6731
7925
    Eradicate links and xrefs
6732
7926
 
6806
8000
 70 files changed, 467 insertions(+), 528 deletions(-)
6807
8001
 
6808
8002
commit 1448e619b5aa68d3daade2bedfa86518cb99dd06
6809
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
6810
 
Date:   Fri Feb 7 14:47:16 2014 +0100
 
8003
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
8004
AuthorDate: Fri Feb 7 14:47:16 2014 +0100
 
8005
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
8006
CommitDate: Fri Feb 7 14:47:16 2014 +0100
6811
8007
 
6812
8008
    Updated Spanish translation
6813
8009
 
6816
8012
 1 file changed, 921 insertions(+), 897 deletions(-)
6817
8013
 
6818
8014
commit 6129f2b9e3ea750df51651519592f6321d4d232a
6819
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
6820
 
Date:   Fri Feb 7 01:27:18 2014 +0100
 
8015
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
8016
AuthorDate: Fri Feb 7 01:27:18 2014 +0100
 
8017
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
8018
CommitDate: Fri Feb 7 01:27:18 2014 +0100
6821
8019
 
6822
8020
    Updated Galician translations
6823
8021
 
6826
8024
 1 file changed, 857 insertions(+), 842 deletions(-)
6827
8025
 
6828
8026
commit 63777d0c63d23c201affc8e2ea8a046a7d4390f5
6829
 
Author: Matthias Clasen <mclasen@redhat.com>
6830
 
Date:   Thu Feb 6 16:59:49 2014 -0500
 
8027
Author:     Matthias Clasen <mclasen@redhat.com>
 
8028
AuthorDate: Thu Feb 6 16:59:49 2014 -0500
 
8029
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8030
CommitDate: Thu Feb 6 16:59:49 2014 -0500
6831
8031
 
6832
8032
    Remove a few overlooked literals
6833
8033
 
6836
8036
 2 files changed, 14 insertions(+), 15 deletions(-)
6837
8037
 
6838
8038
commit df990914cf28a4b8417597d5b2208aa2bf34e694
6839
 
Author: Matthias Clasen <mclasen@redhat.com>
6840
 
Date:   Thu Feb 6 16:49:29 2014 -0500
 
8039
Author:     Matthias Clasen <mclasen@redhat.com>
 
8040
AuthorDate: Thu Feb 6 16:49:29 2014 -0500
 
8041
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8042
CommitDate: Thu Feb 6 16:49:29 2014 -0500
6841
8043
 
6842
8044
    Stop using replaceable tags
6843
8045
 
6848
8050
 4 files changed, 22 insertions(+), 28 deletions(-)
6849
8051
 
6850
8052
commit 5baa0f2af590d3febbcd7eba0f38dee7d1621fdc
6851
 
Author: Matthias Clasen <mclasen@redhat.com>
6852
 
Date:   Thu Feb 6 16:48:49 2014 -0500
 
8053
Author:     Matthias Clasen <mclasen@redhat.com>
 
8054
AuthorDate: Thu Feb 6 16:48:49 2014 -0500
 
8055
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8056
CommitDate: Thu Feb 6 16:48:49 2014 -0500
6853
8057
 
6854
8058
    Stop using <para> for ids
6855
8059
 
6864
8068
 6 files changed, 19 insertions(+), 17 deletions(-)
6865
8069
 
6866
8070
commit 4ec314812e3357d061f902f70eb464784590a6c3
6867
 
Author: Enrico Nicoletto <liverig@gmail.com>
6868
 
Date:   Thu Feb 6 18:32:02 2014 +0000
 
8071
Author:     Enrico Nicoletto <liverig@gmail.com>
 
8072
AuthorDate: Thu Feb 6 18:32:02 2014 +0000
 
8073
Commit:     GNOME Translation Robot <gnome-sysadmin@gnome.org>
 
8074
CommitDate: Thu Feb 6 18:32:02 2014 +0000
6869
8075
 
6870
8076
    Updated Brazilian Portuguese translation
6871
8077
 
6874
8080
 1 file changed, 844 insertions(+), 828 deletions(-)
6875
8081
 
6876
8082
commit 323242578524a1b6355d8451015b14ca75aa0afa
6877
 
Author: Matthias Clasen <mclasen@redhat.com>
6878
 
Date:   Thu Feb 6 08:04:52 2014 -0500
 
8083
Author:     Matthias Clasen <mclasen@redhat.com>
 
8084
AuthorDate: Thu Feb 6 08:04:52 2014 -0500
 
8085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8086
CommitDate: Thu Feb 6 08:07:16 2014 -0500
6879
8087
 
6880
8088
    Docs: replace <literal> by `
6881
8089
 
6946
8154
 62 files changed, 371 insertions(+), 406 deletions(-)
6947
8155
 
6948
8156
commit a35d8a4c77fbb9a8dd143742c29c0807ec99412b
6949
 
Author: Matthias Clasen <mclasen@redhat.com>
6950
 
Date:   Wed Feb 5 22:57:27 2014 -0500
 
8157
Author:     Matthias Clasen <mclasen@redhat.com>
 
8158
AuthorDate: Wed Feb 5 22:57:27 2014 -0500
 
8159
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8160
CommitDate: Thu Feb 6 08:07:16 2014 -0500
6951
8161
 
6952
8162
    Docs: use quotes instead of firstterm
6953
8163
 
6961
8171
 7 files changed, 56 insertions(+), 59 deletions(-)
6962
8172
 
6963
8173
commit b766db0878ae686032f73e0c96571dae58595d66
6964
 
Author: Matthias Clasen <mclasen@redhat.com>
6965
 
Date:   Wed Feb 5 22:49:54 2014 -0500
 
8174
Author:     Matthias Clasen <mclasen@redhat.com>
 
8175
AuthorDate: Wed Feb 5 22:49:54 2014 -0500
 
8176
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8177
CommitDate: Thu Feb 6 08:07:15 2014 -0500
6966
8178
 
6967
8179
    Docs: don't use option tags
6968
8180
 
6974
8186
 4 files changed, 48 insertions(+), 55 deletions(-)
6975
8187
 
6976
8188
commit 4569b8ac2d7305fd7e26fd8b6bd1ecedd1fcbb02
6977
 
Author: Matthias Clasen <mclasen@redhat.com>
6978
 
Date:   Wed Feb 5 22:37:54 2014 -0500
 
8189
Author:     Matthias Clasen <mclasen@redhat.com>
 
8190
AuthorDate: Wed Feb 5 22:37:54 2014 -0500
 
8191
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8192
CommitDate: Thu Feb 6 08:07:15 2014 -0500
6979
8193
 
6980
8194
    Stop using starttag elements
6981
8195
 
6984
8198
 2 files changed, 17 insertions(+), 19 deletions(-)
6985
8199
 
6986
8200
commit 73c23d9143ec73fd83923c9a0e144e3683f97452
6987
 
Author: Matthias Clasen <mclasen@redhat.com>
6988
 
Date:   Wed Feb 5 22:02:24 2014 -0500
 
8201
Author:     Matthias Clasen <mclasen@redhat.com>
 
8202
AuthorDate: Wed Feb 5 22:02:24 2014 -0500
 
8203
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8204
CommitDate: Thu Feb 6 08:07:15 2014 -0500
6989
8205
 
6990
8206
    Use markdown for images
6991
8207
 
6996
8212
 4 files changed, 16 insertions(+), 18 deletions(-)
6997
8213
 
6998
8214
commit 49c2223ee610a14a0101958acb634e37f5521ca8
6999
 
Author: Matthias Clasen <mclasen@redhat.com>
7000
 
Date:   Wed Feb 5 22:01:54 2014 -0500
 
8215
Author:     Matthias Clasen <mclasen@redhat.com>
 
8216
AuthorDate: Wed Feb 5 22:01:54 2014 -0500
 
8217
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8218
CommitDate: Thu Feb 6 08:07:15 2014 -0500
7001
8219
 
7002
8220
    Use a code block instead of <screen>
7003
8221
 
7005
8223
 1 file changed, 2 insertions(+), 2 deletions(-)
7006
8224
 
7007
8225
commit 0e671286fc59b4a68e8640b955c07bd874486dd5
7008
 
Author: Ryan Lortie <desrt@desrt.ca>
7009
 
Date:   Sun Jan 12 18:14:30 2014 -0500
 
8226
Author:     Ryan Lortie <desrt@desrt.ca>
 
8227
AuthorDate: Sun Jan 12 18:14:30 2014 -0500
 
8228
Commit:     Ryan Lortie <desrt@desrt.ca>
 
8229
CommitDate: Thu Feb 6 12:02:53 2014 +0000
7010
8230
 
7011
8231
    GApplication: parse command line options
7012
8232
 
7040
8260
 7 files changed, 655 insertions(+), 151 deletions(-)
7041
8261
 
7042
8262
commit 7f36233042691d942982c4e6c4ea16f7e27aeb6b
7043
 
Author: Ryan Lortie <desrt@desrt.ca>
7044
 
Date:   Wed Feb 5 17:11:50 2014 +0000
 
8263
Author:     Ryan Lortie <desrt@desrt.ca>
 
8264
AuthorDate: Wed Feb 5 17:11:50 2014 +0000
 
8265
Commit:     Ryan Lortie <desrt@desrt.ca>
 
8266
CommitDate: Thu Feb 6 12:02:53 2014 +0000
7045
8267
 
7046
8268
    GOption: fix bug in strv mode
7047
8269
 
7054
8276
 1 file changed, 6 insertions(+), 4 deletions(-)
7055
8277
 
7056
8278
commit 6939add283f948864e288390689fc12b9c61cbb1
7057
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
7058
 
Date:   Thu Feb 6 10:24:49 2014 +0700
 
8279
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
8280
AuthorDate: Thu Feb 6 10:24:49 2014 +0700
 
8281
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
8282
CommitDate: Thu Feb 6 10:24:49 2014 +0700
7059
8283
 
7060
8284
    Updated Thai translation
7061
8285
 
7064
8288
 1 file changed, 1018 insertions(+), 824 deletions(-)
7065
8289
 
7066
8290
commit cb588d45320c5a6b767d299ebd85306d45e1773c
7067
 
Author: Matthias Clasen <mclasen@redhat.com>
7068
 
Date:   Wed Feb 5 21:23:28 2014 -0500
 
8291
Author:     Matthias Clasen <mclasen@redhat.com>
 
8292
AuthorDate: Wed Feb 5 21:23:28 2014 -0500
 
8293
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8294
CommitDate: Wed Feb 5 21:23:28 2014 -0500
7069
8295
 
7070
8296
    Convert external links to markdown syntax
7071
8297
 
7118
8344
 45 files changed, 170 insertions(+), 147 deletions(-)
7119
8345
 
7120
8346
commit 0cc20b7e0b8376a1b7c14a1a712d1f22a8c0eac0
7121
 
Author: Matthias Clasen <mclasen@redhat.com>
7122
 
Date:   Wed Feb 5 20:17:46 2014 -0500
 
8347
Author:     Matthias Clasen <mclasen@redhat.com>
 
8348
AuthorDate: Wed Feb 5 20:17:46 2014 -0500
 
8349
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8350
CommitDate: Wed Feb 5 20:17:46 2014 -0500
7123
8351
 
7124
8352
    Don't use <filename> in docs
7125
8353
 
7155
8383
 27 files changed, 106 insertions(+), 116 deletions(-)
7156
8384
 
7157
8385
commit 111803030d54b192ca1edd25bbde90130eaff2a9
7158
 
Author: Matthias Clasen <mclasen@redhat.com>
7159
 
Date:   Wed Feb 5 19:32:41 2014 -0500
 
8386
Author:     Matthias Clasen <mclasen@redhat.com>
 
8387
AuthorDate: Wed Feb 5 19:32:41 2014 -0500
 
8388
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8389
CommitDate: Wed Feb 5 19:32:41 2014 -0500
7160
8390
 
7161
8391
    Don't use <envar> in docs
7162
8392
 
7186
8416
 20 files changed, 151 insertions(+), 153 deletions(-)
7187
8417
 
7188
8418
commit 2fda00af3585b9b589268299cf3b27abd891b80f
7189
 
Author: Shankar Prasad <prasad.mvs@gmail.com>
7190
 
Date:   Wed Feb 5 15:19:25 2014 +0530
 
8419
Author:     Shankar Prasad <prasad.mvs@gmail.com>
 
8420
AuthorDate: Wed Feb 5 15:19:25 2014 +0530
 
8421
Commit:     Shankar Prasad <prasad.mvs@gmail.com>
 
8422
CommitDate: Wed Feb 5 15:19:25 2014 +0530
7191
8423
 
7192
8424
    updated kn.po
7193
8425
 
7196
8428
 1 file changed, 778 insertions(+), 630 deletions(-)
7197
8429
 
7198
8430
commit 2b8edf234c9f1926ca2b24bf431fc1c8dc7c4ecf
7199
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
7200
 
Date:   Thu Nov 21 17:39:16 2013 +0000
 
8431
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
8432
AuthorDate: Thu Nov 21 17:39:16 2013 +0000
 
8433
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
8434
CommitDate: Wed Feb 5 09:40:49 2014 +0000
7201
8435
 
7202
8436
    gvariant: Document the need to cast varargs when constructing
7203
8437
    GVariants
7220
8454
 3 files changed, 36 insertions(+)
7221
8455
 
7222
8456
commit 3f3d2976d1102eb202e58e42793a511d01d10604
7223
 
Author: Ryan Lortie <desrt@desrt.ca>
7224
 
Date:   Tue Feb 4 14:22:55 2014 +0000
 
8457
Author:     Ryan Lortie <desrt@desrt.ca>
 
8458
AuthorDate: Tue Feb 4 14:22:55 2014 +0000
 
8459
Commit:     Ryan Lortie <desrt@desrt.ca>
 
8460
CommitDate: Tue Feb 4 14:23:14 2014 +0000
7225
8461
 
7226
8462
    return_if_fail vs. return_val_if_fail fix
7227
8463
 
7229
8465
 1 file changed, 2 insertions(+), 2 deletions(-)
7230
8466
 
7231
8467
commit 78ec35f7abab5b65cbc8b71bb89441bf691b5fce
7232
 
Author: Ryan Lortie <desrt@desrt.ca>
7233
 
Date:   Tue Jan 28 10:55:44 2014 +0000
 
8468
Author:     Ryan Lortie <desrt@desrt.ca>
 
8469
AuthorDate: Tue Jan 28 10:55:44 2014 +0000
 
8470
Commit:     Ryan Lortie <desrt@desrt.ca>
 
8471
CommitDate: Tue Feb 4 12:24:19 2014 +0000
7234
8472
 
7235
8473
    gobject: box GVariantDict
7236
8474
 
7244
8482
 3 files changed, 13 insertions(+)
7245
8483
 
7246
8484
commit 14e62d1fa29442866f3230e47e736acc54394906
7247
 
Author: Ryan Lortie <desrt@desrt.ca>
7248
 
Date:   Fri Jan 24 09:42:13 2014 -0500
 
8485
Author:     Ryan Lortie <desrt@desrt.ca>
 
8486
AuthorDate: Fri Jan 24 09:42:13 2014 -0500
 
8487
Commit:     Ryan Lortie <desrt@desrt.ca>
 
8488
CommitDate: Tue Feb 4 11:56:06 2014 +0000
7249
8489
 
7250
8490
    add GVariantDict
7251
8491
 
7260
8500
 3 files changed, 573 insertions(+)
7261
8501
 
7262
8502
commit 7a76ab6f48da18faf5a9528a6612c8dbbe0d60a8
7263
 
Author: Matthias Clasen <mclasen@redhat.com>
7264
 
Date:   Mon Feb 3 19:34:15 2014 -0500
 
8503
Author:     Matthias Clasen <mclasen@redhat.com>
 
8504
AuthorDate: Mon Feb 3 19:34:15 2014 -0500
 
8505
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8506
CommitDate: Mon Feb 3 19:34:15 2014 -0500
7265
8507
 
7266
8508
    Bump version
7267
8509
 
7269
8511
 1 file changed, 1 insertion(+), 1 deletion(-)
7270
8512
 
7271
8513
commit e7db49b6e34edae3b02c34ea5acd9699df0c5ef8
7272
 
Author: Matthias Clasen <mclasen@redhat.com>
7273
 
Date:   Mon Feb 3 19:06:53 2014 -0500
 
8514
Author:     Matthias Clasen <mclasen@redhat.com>
 
8515
AuthorDate: Mon Feb 3 19:06:53 2014 -0500
 
8516
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8517
CommitDate: Mon Feb 3 19:06:53 2014 -0500
7274
8518
 
7275
8519
    2.39.4
7276
8520
 
7278
8522
 1 file changed, 1 insertion(+), 1 deletion(-)
7279
8523
 
7280
8524
commit f7a43ba87df15486386fe27727d99b1c9aeb7d34
7281
 
Author: Matthias Clasen <mclasen@redhat.com>
7282
 
Date:   Mon Feb 3 17:37:42 2014 -0500
 
8525
Author:     Matthias Clasen <mclasen@redhat.com>
 
8526
AuthorDate: Mon Feb 3 17:37:42 2014 -0500
 
8527
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8528
CommitDate: Mon Feb 3 17:37:42 2014 -0500
7283
8529
 
7284
8530
    Updates
7285
8531
 
7287
8533
 1 file changed, 31 insertions(+)
7288
8534
 
7289
8535
commit c8476e9f8f1ca99f7d30a0505268abc4049fb0c6
7290
 
Author: Matthias Clasen <mclasen@redhat.com>
7291
 
Date:   Mon Feb 3 17:10:45 2014 -0500
 
8536
Author:     Matthias Clasen <mclasen@redhat.com>
 
8537
AuthorDate: Mon Feb 3 17:10:45 2014 -0500
 
8538
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8539
CommitDate: Mon Feb 3 17:10:45 2014 -0500
7292
8540
 
7293
8541
    Fix a typo
7294
8542
 
7296
8544
 1 file changed, 1 insertion(+), 1 deletion(-)
7297
8545
 
7298
8546
commit 5d71376763744c26005e918d21f3bd26d884388e
7299
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
7300
 
Date:   Fri Jan 31 12:16:15 2014 +0000
 
8547
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
8548
AuthorDate: Fri Jan 31 12:16:15 2014 +0000
 
8549
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
8550
CommitDate: Mon Feb 3 07:55:44 2014 +0000
7301
8551
 
7302
8552
    gmain: Note that g_source_destroy() can be called multiple times
7303
8553
 
7307
8557
 1 file changed, 2 insertions(+), 1 deletion(-)
7308
8558
 
7309
8559
commit e1ea008fc836b5d358419029b2d7c664121ccaf6
7310
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
7311
 
Date:   Sun Feb 2 20:09:16 2014 +0800
 
8560
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
8561
AuthorDate: Sun Feb 2 20:09:16 2014 +0800
 
8562
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
8563
CommitDate: Sun Feb 2 20:09:16 2014 +0800
7312
8564
 
7313
8565
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
7314
8566
 
7319
8571
 2 files changed, 1692 insertions(+), 1238 deletions(-)
7320
8572
 
7321
8573
commit ecadb5a92d8707e60cab9e5db19fb0705846415c
7322
 
Author: Emmanuele Bassi <ebassi@gnome.org>
7323
 
Date:   Sun Feb 2 09:32:09 2014 +0000
 
8574
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
8575
AuthorDate: Sun Feb 2 09:32:09 2014 +0000
 
8576
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
8577
CommitDate: Sun Feb 2 09:35:17 2014 +0000
7324
8578
 
7325
8579
    tests: Remove a compiler warning
7326
8580
 
7328
8582
 1 file changed, 1 insertion(+), 1 deletion(-)
7329
8583
 
7330
8584
commit a2c42b4a799283f5e811acbd99d58b68eaa7bd3e
7331
 
Author: Emmanuele Bassi <ebassi@gnome.org>
7332
 
Date:   Sun Feb 2 09:30:30 2014 +0000
 
8585
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
8586
AuthorDate: Sun Feb 2 09:30:30 2014 +0000
 
8587
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
8588
CommitDate: Sun Feb 2 09:30:30 2014 +0000
7333
8589
 
7334
8590
    array: Remove a compiler warning
7335
8591
 
7341
8597
 1 file changed, 1 deletion(-)
7342
8598
 
7343
8599
commit 017349823c0304b1e10c24c832adfecc3d227107
7344
 
Author: Emmanuele Bassi <ebassi@gnome.org>
7345
 
Date:   Sun Feb 2 09:28:31 2014 +0000
 
8600
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
8601
AuthorDate: Sun Feb 2 09:28:31 2014 +0000
 
8602
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
8603
CommitDate: Sun Feb 2 09:28:31 2014 +0000
7346
8604
 
7347
8605
    array: Fix compilation
7348
8606
 
7350
8608
 1 file changed, 1 insertion(+), 1 deletion(-)
7351
8609
 
7352
8610
commit 7cf221aadb4f9bd6e7f015fb327ae551bb52b08f
7353
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
7354
 
Date:   Tue Jan 21 17:25:35 2014 +0100
 
8611
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
8612
AuthorDate: Tue Jan 21 17:25:35 2014 +0100
 
8613
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
8614
CommitDate: Sun Feb 2 10:08:05 2014 +0100
7355
8615
 
7356
8616
    gio: extend the system_internal lists with BSD paths
7357
8617
 
7359
8619
 1 file changed, 12 insertions(+)
7360
8620
 
7361
8621
commit d8bbc77cb39a9dee1af7f2e97b7b23bafa19fea3
7362
 
Author: Matthias Clasen <mclasen@redhat.com>
7363
 
Date:   Sat Feb 1 21:48:35 2014 -0500
 
8622
Author:     Matthias Clasen <mclasen@redhat.com>
 
8623
AuthorDate: Sat Feb 1 21:48:35 2014 -0500
 
8624
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8625
CommitDate: Sat Feb 1 21:48:35 2014 -0500
7364
8626
 
7365
8627
    GVariant: Convert docs to markdown
7366
8628
 
7371
8633
 1 file changed, 162 insertions(+), 195 deletions(-)
7372
8634
 
7373
8635
commit 9b6cc973a00bfa4bd9dccbfbe38518587e22a614
7374
 
Author: Matthias Clasen <mclasen@redhat.com>
7375
 
Date:   Sat Feb 1 21:41:57 2014 -0500
 
8636
Author:     Matthias Clasen <mclasen@redhat.com>
 
8637
AuthorDate: Sat Feb 1 21:41:57 2014 -0500
 
8638
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8639
CommitDate: Sat Feb 1 21:41:57 2014 -0500
7376
8640
 
7377
8641
    Don't use the varname tag
7378
8642
 
7382
8646
 1 file changed, 8 insertions(+), 8 deletions(-)
7383
8647
 
7384
8648
commit d282bd3929d4d7df9f9833ffc76ec5c1b1b8b89f
7385
 
Author: Matthias Clasen <mclasen@redhat.com>
7386
 
Date:   Sat Feb 1 21:40:10 2014 -0500
 
8649
Author:     Matthias Clasen <mclasen@redhat.com>
 
8650
AuthorDate: Sat Feb 1 21:40:10 2014 -0500
 
8651
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8652
CommitDate: Sat Feb 1 21:40:10 2014 -0500
7387
8653
 
7388
8654
    gmain: Convert docs to markdown
7389
8655
 
7394
8660
 1 file changed, 16 insertions(+), 13 deletions(-)
7395
8661
 
7396
8662
commit ce87d6420c9367b029c9d686cff04f913539b126
7397
 
Author: Matthias Clasen <mclasen@redhat.com>
7398
 
Date:   Sat Feb 1 21:18:29 2014 -0500
 
8663
Author:     Matthias Clasen <mclasen@redhat.com>
 
8664
AuthorDate: Sat Feb 1 21:18:29 2014 -0500
 
8665
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8666
CommitDate: Sat Feb 1 21:19:00 2014 -0500
7399
8667
 
7400
8668
    Don't use the quote tag
7401
8669
 
7406
8674
 2 files changed, 8 insertions(+), 9 deletions(-)
7407
8675
 
7408
8676
commit 2f26bad026057efc7ea7e4433e3ff4635ba36e61
7409
 
Author: Matthias Clasen <mclasen@redhat.com>
7410
 
Date:   Sat Feb 1 20:54:18 2014 -0500
 
8677
Author:     Matthias Clasen <mclasen@redhat.com>
 
8678
AuthorDate: Sat Feb 1 20:54:18 2014 -0500
 
8679
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8680
CommitDate: Sat Feb 1 20:54:18 2014 -0500
7411
8681
 
7412
8682
    Remove an unnecessary paragraph
7413
8683
 
7415
8685
 1 file changed, 4 deletions(-)
7416
8686
 
7417
8687
commit 8945da08ac71267d70c0d062b03070303e5b6286
7418
 
Author: Matthias Clasen <mclasen@redhat.com>
7419
 
Date:   Sat Feb 1 20:53:50 2014 -0500
 
8688
Author:     Matthias Clasen <mclasen@redhat.com>
 
8689
AuthorDate: Sat Feb 1 20:53:50 2014 -0500
 
8690
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8691
CommitDate: Sat Feb 1 20:53:50 2014 -0500
7420
8692
 
7421
8693
    Make gtk-doc find another symbol
7422
8694
 
7424
8696
 1 file changed, 2 insertions(+)
7425
8697
 
7426
8698
commit efae1126db66e74db84b6f054c689aabe32502a8
7427
 
Author: Matthias Clasen <mclasen@redhat.com>
7428
 
Date:   Sat Feb 1 20:53:17 2014 -0500
 
8699
Author:     Matthias Clasen <mclasen@redhat.com>
 
8700
AuthorDate: Sat Feb 1 20:53:17 2014 -0500
 
8701
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8702
CommitDate: Sat Feb 1 20:53:17 2014 -0500
7429
8703
 
7430
8704
    GTree: formatting fixes
7431
8705
 
7433
8707
 1 file changed, 3 insertions(+), 3 deletions(-)
7434
8708
 
7435
8709
commit 26b4f6b41c40a6989af2c7a2da1f78d3e497a652
7436
 
Author: Matthias Clasen <mclasen@redhat.com>
7437
 
Date:   Sat Feb 1 20:51:53 2014 -0500
 
8710
Author:     Matthias Clasen <mclasen@redhat.com>
 
8711
AuthorDate: Sat Feb 1 20:51:53 2014 -0500
 
8712
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8713
CommitDate: Sat Feb 1 20:51:53 2014 -0500
7438
8714
 
7439
8715
    gstrfuncs: Fix up gtk-doc warnings
7440
8716
 
7443
8719
 2 files changed, 22 insertions(+), 23 deletions(-)
7444
8720
 
7445
8721
commit 71d842674faf2cd0a2d85808d64132e9aa206fd2
7446
 
Author: Matthias Clasen <mclasen@redhat.com>
7447
 
Date:   Sat Feb 1 20:50:57 2014 -0500
 
8722
Author:     Matthias Clasen <mclasen@redhat.com>
 
8723
AuthorDate: Sat Feb 1 20:50:57 2014 -0500
 
8724
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8725
CommitDate: Sat Feb 1 20:50:57 2014 -0500
7448
8726
 
7449
8727
    grand: formatting cleanups
7450
8728
 
7453
8731
 1 file changed, 121 insertions(+), 103 deletions(-)
7454
8732
 
7455
8733
commit 3bbd15383f72cd9b856a193d8fd083bcf6547e8f
7456
 
Author: Matthias Clasen <mclasen@redhat.com>
7457
 
Date:   Sat Feb 1 20:50:33 2014 -0500
 
8734
Author:     Matthias Clasen <mclasen@redhat.com>
 
8735
AuthorDate: Sat Feb 1 20:50:33 2014 -0500
 
8736
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8737
CommitDate: Sat Feb 1 20:50:33 2014 -0500
7458
8738
 
7459
8739
    Formatting cleanups
7460
8740
 
7462
8742
 1 file changed, 5 insertions(+), 5 deletions(-)
7463
8743
 
7464
8744
commit ca462d1b5911f1858528e9149929d53123ddc6da
7465
 
Author: Matthias Clasen <mclasen@redhat.com>
7466
 
Date:   Sat Feb 1 20:49:59 2014 -0500
 
8745
Author:     Matthias Clasen <mclasen@redhat.com>
 
8746
AuthorDate: Sat Feb 1 20:49:59 2014 -0500
 
8747
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8748
CommitDate: Sat Feb 1 20:49:59 2014 -0500
7467
8749
 
7468
8750
    Avoid another gtk-doc warning
7469
8751
 
7471
8753
 1 file changed, 1 insertion(+), 1 deletion(-)
7472
8754
 
7473
8755
commit acdd7015fb779ad2484f31b01d463009a42ee1e1
7474
 
Author: Matthias Clasen <mclasen@redhat.com>
7475
 
Date:   Sat Feb 1 20:49:21 2014 -0500
 
8756
Author:     Matthias Clasen <mclasen@redhat.com>
 
8757
AuthorDate: Sat Feb 1 20:49:21 2014 -0500
 
8758
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8759
CommitDate: Sat Feb 1 20:49:21 2014 -0500
7476
8760
 
7477
8761
    Avoid a gtk-doc warning
7478
8762
 
7480
8764
 1 file changed, 1 insertion(+), 1 deletion(-)
7481
8765
 
7482
8766
commit 7548dab9595845096d249ed203a51c61abf9d0d6
7483
 
Author: Matthias Clasen <mclasen@redhat.com>
7484
 
Date:   Sat Feb 1 20:48:52 2014 -0500
 
8767
Author:     Matthias Clasen <mclasen@redhat.com>
 
8768
AuthorDate: Sat Feb 1 20:48:52 2014 -0500
 
8769
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8770
CommitDate: Sat Feb 1 20:48:52 2014 -0500
7485
8771
 
7486
8772
    GIOChannel: Move some docs where they are looked for
7487
8773
 
7489
8775
 1 file changed, 14 insertions(+), 21 deletions(-)
7490
8776
 
7491
8777
commit 23dd2b01a180a6db08e494d9d9ed4927ff27ba0a
7492
 
Author: Matthias Clasen <mclasen@redhat.com>
7493
 
Date:   Sat Feb 1 20:47:23 2014 -0500
 
8778
Author:     Matthias Clasen <mclasen@redhat.com>
 
8779
AuthorDate: Sat Feb 1 20:47:23 2014 -0500
 
8780
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8781
CommitDate: Sat Feb 1 20:47:23 2014 -0500
7494
8782
 
7495
8783
    Avoid some gtk-doc warnings
7496
8784
 
7498
8786
 1 file changed, 2 insertions(+), 2 deletions(-)
7499
8787
 
7500
8788
commit a556afc97003815d95144901ad8833402b0839b4
7501
 
Author: Matthias Clasen <mclasen@redhat.com>
7502
 
Date:   Sat Feb 1 20:46:43 2014 -0500
 
8789
Author:     Matthias Clasen <mclasen@redhat.com>
 
8790
AuthorDate: Sat Feb 1 20:46:43 2014 -0500
 
8791
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8792
CommitDate: Sat Feb 1 20:46:43 2014 -0500
7503
8793
 
7504
8794
    Drop another use of xinclude
7505
8795
 
7507
8797
 1 file changed, 2 insertions(+), 3 deletions(-)
7508
8798
 
7509
8799
commit cbd585495c5e123490edf9804c5e2df26879668a
7510
 
Author: Matthias Clasen <mclasen@redhat.com>
7511
 
Date:   Sat Feb 1 20:45:25 2014 -0500
 
8800
Author:     Matthias Clasen <mclasen@redhat.com>
 
8801
AuthorDate: Sat Feb 1 20:45:25 2014 -0500
 
8802
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8803
CommitDate: Sat Feb 1 20:46:29 2014 -0500
7512
8804
 
7513
8805
    GArray: Documentation cleanups
7514
8806
 
7518
8810
 2 files changed, 145 insertions(+), 141 deletions(-)
7519
8811
 
7520
8812
commit 8f57d6dd1dec74c17086696ca2223814a2dd1818
7521
 
Author: Matthias Clasen <mclasen@redhat.com>
7522
 
Date:   Sat Feb 1 20:43:53 2014 -0500
 
8813
Author:     Matthias Clasen <mclasen@redhat.com>
 
8814
AuthorDate: Sat Feb 1 20:43:53 2014 -0500
 
8815
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8816
CommitDate: Sat Feb 1 20:43:53 2014 -0500
7523
8817
 
7524
8818
    Docs: Avoid a 'returns' at the beginning of the line
7525
8819
 
7529
8823
 1 file changed, 4 insertions(+), 4 deletions(-)
7530
8824
 
7531
8825
commit 1c33c14c044ec3c3c14cb847e2112872f56aed36
7532
 
Author: Matthias Clasen <mclasen@redhat.com>
7533
 
Date:   Sat Feb 1 20:43:01 2014 -0500
 
8826
Author:     Matthias Clasen <mclasen@redhat.com>
 
8827
AuthorDate: Sat Feb 1 20:43:01 2014 -0500
 
8828
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8829
CommitDate: Sat Feb 1 20:43:01 2014 -0500
7534
8830
 
7535
8831
    Add some more deprecation guards to shut up gtk-doc
7536
8832
 
7540
8836
 3 files changed, 11 insertions(+)
7541
8837
 
7542
8838
commit 6566f746f615673b2a6eeaf44d3e9c4373900c5a
7543
 
Author: Matthias Clasen <mclasen@redhat.com>
7544
 
Date:   Sat Feb 1 20:41:47 2014 -0500
 
8839
Author:     Matthias Clasen <mclasen@redhat.com>
 
8840
AuthorDate: Sat Feb 1 20:41:47 2014 -0500
 
8841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8842
CommitDate: Sat Feb 1 20:41:47 2014 -0500
7545
8843
 
7546
8844
    Drop use of xinclude in GTestDBus docs
7547
8845
 
7549
8847
 1 file changed, 3 insertions(+), 7 deletions(-)
7550
8848
 
7551
8849
commit 95aba90d090dea84209982999b81ada074733308
7552
 
Author: Matthias Clasen <mclasen@redhat.com>
7553
 
Date:   Sat Feb 1 20:41:12 2014 -0500
 
8850
Author:     Matthias Clasen <mclasen@redhat.com>
 
8851
AuthorDate: Sat Feb 1 20:41:12 2014 -0500
 
8852
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8853
CommitDate: Sat Feb 1 20:41:12 2014 -0500
7554
8854
 
7555
8855
    Docs: Remove another use of xinclude
7556
8856
 
7558
8858
 1 file changed, 5 insertions(+), 6 deletions(-)
7559
8859
 
7560
8860
commit 0bfb09daf13c570ba863d40518f12390531aee47
7561
 
Author: Matthias Clasen <mclasen@redhat.com>
7562
 
Date:   Sat Feb 1 20:40:41 2014 -0500
 
8861
Author:     Matthias Clasen <mclasen@redhat.com>
 
8862
AuthorDate: Sat Feb 1 20:40:41 2014 -0500
 
8863
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8864
CommitDate: Sat Feb 1 20:40:41 2014 -0500
7563
8865
 
7564
8866
    Fix up missing symbols in glib-sections.txt
7565
8867
 
7567
8869
 1 file changed, 1 insertion(+), 1 deletion(-)
7568
8870
 
7569
8871
commit 306dfb32923ddde09fb72044aa8aa1349c969569
7570
 
Author: Matthias Clasen <mclasen@redhat.com>
7571
 
Date:   Sat Feb 1 15:26:38 2014 -0500
 
8872
Author:     Matthias Clasen <mclasen@redhat.com>
 
8873
AuthorDate: Sat Feb 1 15:26:38 2014 -0500
 
8874
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8875
CommitDate: Sat Feb 1 15:26:38 2014 -0500
7572
8876
 
7573
8877
    Drop use of the command tag
7574
8878
 
7582
8886
 5 files changed, 23 insertions(+), 25 deletions(-)
7583
8887
 
7584
8888
commit 8bdc089ca46f20d08487d5c1b41610459a9b4b51
7585
 
Author: Matthias Clasen <mclasen@redhat.com>
7586
 
Date:   Sat Feb 1 15:25:43 2014 -0500
 
8889
Author:     Matthias Clasen <mclasen@redhat.com>
 
8890
AuthorDate: Sat Feb 1 15:25:43 2014 -0500
 
8891
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8892
CommitDate: Sat Feb 1 15:25:43 2014 -0500
7587
8893
 
7588
8894
    Docs: Drop use of indexterm tags
7589
8895
 
7594
8900
 2 files changed, 13 insertions(+), 13 deletions(-)
7595
8901
 
7596
8902
commit adf892e96af403b8950dff1a370e4270ffaebc62
7597
 
Author: Matthias Clasen <mclasen@redhat.com>
7598
 
Date:   Sat Feb 1 15:11:49 2014 -0500
 
8903
Author:     Matthias Clasen <mclasen@redhat.com>
 
8904
AuthorDate: Sat Feb 1 15:11:49 2014 -0500
 
8905
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8906
CommitDate: Sat Feb 1 15:11:49 2014 -0500
7599
8907
 
7600
8908
    Annotate all examples with their language
7601
8909
 
7653
8961
 49 files changed, 151 insertions(+), 151 deletions(-)
7654
8962
 
7655
8963
commit 701f00f12515dfad2092842f34ccbf11679406e3
7656
 
Author: Matthias Clasen <mclasen@redhat.com>
7657
 
Date:   Sat Feb 1 15:11:00 2014 -0500
 
8964
Author:     Matthias Clasen <mclasen@redhat.com>
 
8965
AuthorDate: Sat Feb 1 15:11:00 2014 -0500
 
8966
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8967
CommitDate: Sat Feb 1 15:11:00 2014 -0500
7658
8968
 
7659
8969
    GApplicationCommandline: Shorten embedded examples
7660
8970
 
7667
8977
 1 file changed, 121 insertions(+), 52 deletions(-)
7668
8978
 
7669
8979
commit 77c4ff80dcf487d0a0f8b82e9c3e721618724bd0
7670
 
Author: Matthias Clasen <mclasen@redhat.com>
7671
 
Date:   Sat Feb 1 12:19:04 2014 -0500
 
8980
Author:     Matthias Clasen <mclasen@redhat.com>
 
8981
AuthorDate: Sat Feb 1 12:19:04 2014 -0500
 
8982
Commit:     Matthias Clasen <mclasen@redhat.com>
 
8983
CommitDate: Sat Feb 1 12:19:04 2014 -0500
7672
8984
 
7673
8985
    docs: Stop using the function tag
7674
8986
 
7685
8997
 9 files changed, 41 insertions(+), 43 deletions(-)
7686
8998
 
7687
8999
commit faa007c8274d786d070884834b080e47a7951fa9
7688
 
Author: Matthias Clasen <mclasen@redhat.com>
7689
 
Date:   Sat Feb 1 12:09:14 2014 -0500
 
9000
Author:     Matthias Clasen <mclasen@redhat.com>
 
9001
AuthorDate: Sat Feb 1 12:09:14 2014 -0500
 
9002
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9003
CommitDate: Sat Feb 1 12:09:14 2014 -0500
7690
9004
 
7691
9005
    Don't use computeroutput tag
7692
9006
 
7696
9010
 1 file changed, 1 insertion(+), 1 deletion(-)
7697
9011
 
7698
9012
commit 42cf80780b4fbbe9063ed3d962bb13f341757b3f
7699
 
Author: Matthias Clasen <mclasen@redhat.com>
7700
 
Date:   Sat Feb 1 11:57:13 2014 -0500
 
9013
Author:     Matthias Clasen <mclasen@redhat.com>
 
9014
AuthorDate: Sat Feb 1 11:57:13 2014 -0500
 
9015
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9016
CommitDate: Sat Feb 1 12:00:30 2014 -0500
7701
9017
 
7702
9018
    Docs: Big entity cleanup
7703
9019
 
7745
9061
 38 files changed, 163 insertions(+), 158 deletions(-)
7746
9062
 
7747
9063
commit 6972264c7daad6688f3a2908c84760892121917d
7748
 
Author: Matthias Clasen <mclasen@redhat.com>
7749
 
Date:   Sat Feb 1 11:08:23 2014 -0500
 
9064
Author:     Matthias Clasen <mclasen@redhat.com>
 
9065
AuthorDate: Sat Feb 1 11:08:23 2014 -0500
 
9066
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9067
CommitDate: Sat Feb 1 11:08:23 2014 -0500
7750
9068
 
7751
9069
    GModule: Move docs away from markup
7752
9070
 
7754
9072
 1 file changed, 9 insertions(+), 13 deletions(-)
7755
9073
 
7756
9074
commit 4ab94a268369481cb4992346ecdc1faae348c5c4
7757
 
Author: Matthias Clasen <mclasen@redhat.com>
7758
 
Date:   Sat Feb 1 10:48:36 2014 -0500
 
9075
Author:     Matthias Clasen <mclasen@redhat.com>
 
9076
AuthorDate: Sat Feb 1 10:48:36 2014 -0500
 
9077
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9078
CommitDate: Sat Feb 1 10:48:36 2014 -0500
7759
9079
 
7760
9080
    gtestdbus: Use markdown for sections
7761
9081
 
7764
9084
 1 file changed, 57 insertions(+), 68 deletions(-)
7765
9085
 
7766
9086
commit eb69bc6aa4cb1d9600337fd19a9109f938606c5a
7767
 
Author: Matthias Clasen <mclasen@redhat.com>
7768
 
Date:   Sat Feb 1 10:48:02 2014 -0500
 
9087
Author:     Matthias Clasen <mclasen@redhat.com>
 
9088
AuthorDate: Sat Feb 1 10:48:02 2014 -0500
 
9089
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9090
CommitDate: Sat Feb 1 10:48:02 2014 -0500
7769
9091
 
7770
9092
    GSettings: use markdown for sections
7771
9093
 
7774
9096
 1 file changed, 36 insertions(+), 42 deletions(-)
7775
9097
 
7776
9098
commit b5fb6b4bbfe5903be06a515449a07cf1f1119c26
7777
 
Author: Matthias Clasen <mclasen@redhat.com>
7778
 
Date:   Sat Feb 1 10:47:09 2014 -0500
 
9099
Author:     Matthias Clasen <mclasen@redhat.com>
 
9100
AuthorDate: Sat Feb 1 10:47:09 2014 -0500
 
9101
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9102
CommitDate: Sat Feb 1 10:47:09 2014 -0500
7779
9103
 
7780
9104
    gconvert: Stop using footnotes
7781
9105
 
7787
9111
 1 file changed, 44 insertions(+), 29 deletions(-)
7788
9112
 
7789
9113
commit 60b623d3fb70c09cb08e6c088b76c59d4316e132
7790
 
Author: Matthias Clasen <mclasen@redhat.com>
7791
 
Date:   Sat Feb 1 10:19:07 2014 -0500
 
9114
Author:     Matthias Clasen <mclasen@redhat.com>
 
9115
AuthorDate: Sat Feb 1 10:19:07 2014 -0500
 
9116
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9117
CommitDate: Sat Feb 1 10:22:45 2014 -0500
7792
9118
 
7793
9119
    GObject: Convert docs to markdown
7794
9120
 
7803
9129
 5 files changed, 72 insertions(+), 150 deletions(-)
7804
9130
 
7805
9131
commit c93c05faa32aa030ff7aa604b5bb01871716cb2c
7806
 
Author: Matthias Clasen <mclasen@redhat.com>
7807
 
Date:   Sat Feb 1 10:18:07 2014 -0500
 
9132
Author:     Matthias Clasen <mclasen@redhat.com>
 
9133
AuthorDate: Sat Feb 1 10:18:07 2014 -0500
 
9134
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9135
CommitDate: Sat Feb 1 10:22:45 2014 -0500
7808
9136
 
7809
9137
    gregex: Convert docs to markdown
7810
9138
 
7814
9142
 1 file changed, 6 insertions(+), 27 deletions(-)
7815
9143
 
7816
9144
commit 8f486ceebb611bb7b2cffbf6b7a247f9b7dedb2e
7817
 
Author: Matthias Clasen <mclasen@redhat.com>
7818
 
Date:   Sat Feb 1 10:17:28 2014 -0500
 
9145
Author:     Matthias Clasen <mclasen@redhat.com>
 
9146
AuthorDate: Sat Feb 1 10:17:28 2014 -0500
 
9147
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9148
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7819
9149
 
7820
9150
    goption: Convert docs to markdown
7821
9151
 
7825
9155
 1 file changed, 13 insertions(+), 13 deletions(-)
7826
9156
 
7827
9157
commit f7a604699815b8189d769e960e5469b67367e0e6
7828
 
Author: Matthias Clasen <mclasen@redhat.com>
7829
 
Date:   Sat Feb 1 10:17:04 2014 -0500
 
9158
Author:     Matthias Clasen <mclasen@redhat.com>
 
9159
AuthorDate: Sat Feb 1 10:17:04 2014 -0500
 
9160
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9161
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7830
9162
 
7831
9163
    gmessages: Convert docs to markdown
7832
9164
 
7836
9168
 1 file changed, 8 insertions(+), 17 deletions(-)
7837
9169
 
7838
9170
commit 99b53a0aaf5432057849fbf98b3666b688974030
7839
 
Author: Matthias Clasen <mclasen@redhat.com>
7840
 
Date:   Sat Feb 1 10:15:52 2014 -0500
 
9171
Author:     Matthias Clasen <mclasen@redhat.com>
 
9172
AuthorDate: Sat Feb 1 10:15:52 2014 -0500
 
9173
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9174
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7841
9175
 
7842
9176
    gmarkup: Convert docs to markdown
7843
9177
 
7847
9181
 1 file changed, 24 insertions(+), 23 deletions(-)
7848
9182
 
7849
9183
commit 85d612a968c1d02a958f57c38d1ce90ceea4afc9
7850
 
Author: Matthias Clasen <mclasen@redhat.com>
7851
 
Date:   Sat Feb 1 10:15:20 2014 -0500
 
9184
Author:     Matthias Clasen <mclasen@redhat.com>
 
9185
AuthorDate: Sat Feb 1 10:15:20 2014 -0500
 
9186
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9187
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7852
9188
 
7853
9189
    gmain: Convert docs to markdown
7854
9190
 
7858
9194
 1 file changed, 9 insertions(+), 18 deletions(-)
7859
9195
 
7860
9196
commit c4da8f426a89f85fa752e262b58ba650d47d38cd
7861
 
Author: Matthias Clasen <mclasen@redhat.com>
7862
 
Date:   Sat Feb 1 10:14:59 2014 -0500
 
9197
Author:     Matthias Clasen <mclasen@redhat.com>
 
9198
AuthorDate: Sat Feb 1 10:14:59 2014 -0500
 
9199
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9200
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7863
9201
 
7864
9202
    GKeyFile: Convert docs to markdown
7865
9203
 
7869
9207
 1 file changed, 15 insertions(+), 14 deletions(-)
7870
9208
 
7871
9209
commit 9f896667f8fc8b9596a50242116782567710c3a7
7872
 
Author: Matthias Clasen <mclasen@redhat.com>
7873
 
Date:   Sat Feb 1 10:14:41 2014 -0500
 
9210
Author:     Matthias Clasen <mclasen@redhat.com>
 
9211
AuthorDate: Sat Feb 1 10:14:41 2014 -0500
 
9212
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9213
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7874
9214
 
7875
9215
    GIOChannel: remove unneeded markup from the docs
7876
9216
 
7879
9219
 1 file changed, 21 insertions(+), 35 deletions(-)
7880
9220
 
7881
9221
commit 22f8e8461cfc9bdc20015129ae221c6f1ed4a125
7882
 
Author: Matthias Clasen <mclasen@redhat.com>
7883
 
Date:   Sat Feb 1 10:14:08 2014 -0500
 
9222
Author:     Matthias Clasen <mclasen@redhat.com>
 
9223
AuthorDate: Sat Feb 1 10:14:08 2014 -0500
 
9224
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9225
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7884
9226
 
7885
9227
    ggettext: Convert docs to markdown
7886
9228
 
7890
9232
 1 file changed, 11 insertions(+), 9 deletions(-)
7891
9233
 
7892
9234
commit fab4f91907447635b648c908a685aeef0c8b0c21
7893
 
Author: Matthias Clasen <mclasen@redhat.com>
7894
 
Date:   Sat Feb 1 10:13:41 2014 -0500
 
9235
Author:     Matthias Clasen <mclasen@redhat.com>
 
9236
AuthorDate: Sat Feb 1 10:13:41 2014 -0500
 
9237
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9238
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7895
9239
 
7896
9240
    fileutils: Convert docs to markdown
7897
9241
 
7901
9245
 1 file changed, 10 insertions(+), 15 deletions(-)
7902
9246
 
7903
9247
commit d76f4455f1248b88473d8acbb19a9152f800c269
7904
 
Author: Matthias Clasen <mclasen@redhat.com>
7905
 
Date:   Sat Feb 1 10:13:17 2014 -0500
 
9248
Author:     Matthias Clasen <mclasen@redhat.com>
 
9249
AuthorDate: Sat Feb 1 10:13:17 2014 -0500
 
9250
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9251
CommitDate: Sat Feb 1 10:22:44 2014 -0500
7906
9252
 
7907
9253
    GError: Convert docs to markdown
7908
9254
 
7913
9259
 1 file changed, 43 insertions(+), 65 deletions(-)
7914
9260
 
7915
9261
commit ef3796d3fd8bed9b4b6ccd0abf7d309634f6c83a
7916
 
Author: Matthias Clasen <mclasen@redhat.com>
7917
 
Date:   Sat Feb 1 10:11:38 2014 -0500
 
9262
Author:     Matthias Clasen <mclasen@redhat.com>
 
9263
AuthorDate: Sat Feb 1 10:11:38 2014 -0500
 
9264
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9265
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7918
9266
 
7919
9267
    GDateTime: Convert docs to markdown
7920
9268
 
7925
9273
 1 file changed, 68 insertions(+), 252 deletions(-)
7926
9274
 
7927
9275
commit 5cf14b0cc25b789be627573f7051f69b5d696a03
7928
 
Author: Matthias Clasen <mclasen@redhat.com>
7929
 
Date:   Sat Feb 1 10:10:19 2014 -0500
 
9276
Author:     Matthias Clasen <mclasen@redhat.com>
 
9277
AuthorDate: Sat Feb 1 10:10:19 2014 -0500
 
9278
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9279
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7930
9280
 
7931
9281
    gconvert: Convert docs to markdown
7932
9282
 
7938
9288
 1 file changed, 63 insertions(+), 80 deletions(-)
7939
9289
 
7940
9290
commit 07506f6c579c309724abe20dd843eb60716c94cc
7941
 
Author: Matthias Clasen <mclasen@redhat.com>
7942
 
Date:   Sat Feb 1 09:50:23 2014 -0500
 
9291
Author:     Matthias Clasen <mclasen@redhat.com>
 
9292
AuthorDate: Sat Feb 1 09:50:23 2014 -0500
 
9293
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9294
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7943
9295
 
7944
9296
    kqueue: Don't use doc comments
7945
9297
 
7951
9303
 1 file changed, 14 insertions(+), 20 deletions(-)
7952
9304
 
7953
9305
commit 293fdc312c0eabd8407e2f60e1135fb08bfcfe03
7954
 
Author: Matthias Clasen <mclasen@redhat.com>
7955
 
Date:   Sat Feb 1 00:27:22 2014 -0500
 
9306
Author:     Matthias Clasen <mclasen@redhat.com>
 
9307
AuthorDate: Sat Feb 1 00:27:22 2014 -0500
 
9308
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9309
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7956
9310
 
7957
9311
    GVariantType: convert docs to markdown
7958
9312
 
7963
9317
 1 file changed, 76 insertions(+), 114 deletions(-)
7964
9318
 
7965
9319
commit fe9e812d7f606fd8df6809ab01e45addaffa1e66
7966
 
Author: Matthias Clasen <mclasen@redhat.com>
7967
 
Date:   Sat Feb 1 00:26:58 2014 -0500
 
9320
Author:     Matthias Clasen <mclasen@redhat.com>
 
9321
AuthorDate: Sat Feb 1 00:26:58 2014 -0500
 
9322
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9323
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7968
9324
 
7969
9325
    GVariant: convert docs to markdown
7970
9326
 
7974
9330
 1 file changed, 9 insertions(+), 12 deletions(-)
7975
9331
 
7976
9332
commit bc982223eb439bec711050db44c20b6c51e3da93
7977
 
Author: Matthias Clasen <mclasen@redhat.com>
7978
 
Date:   Sat Feb 1 00:26:38 2014 -0500
 
9333
Author:     Matthias Clasen <mclasen@redhat.com>
 
9334
AuthorDate: Sat Feb 1 00:26:38 2014 -0500
 
9335
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9336
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7979
9337
 
7980
9338
    gthread: Convert docs to markdown
7981
9339
 
7986
9344
 1 file changed, 34 insertions(+), 41 deletions(-)
7987
9345
 
7988
9346
commit 4308d2be9aa66071c0ccdcb9c5a0cafe722252a5
7989
 
Author: Matthias Clasen <mclasen@redhat.com>
7990
 
Date:   Sat Feb 1 00:26:05 2014 -0500
 
9347
Author:     Matthias Clasen <mclasen@redhat.com>
 
9348
AuthorDate: Sat Feb 1 00:26:05 2014 -0500
 
9349
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9350
CommitDate: Sat Feb 1 10:22:43 2014 -0500
7991
9351
 
7992
9352
    testutils: Convert docs to markdown
7993
9353
 
7998
9358
 1 file changed, 38 insertions(+), 96 deletions(-)
7999
9359
 
8000
9360
commit 77a60147538275710318778335205a796269fad0
8001
 
Author: Matthias Clasen <mclasen@redhat.com>
8002
 
Date:   Fri Jan 31 23:47:57 2014 -0500
 
9361
Author:     Matthias Clasen <mclasen@redhat.com>
 
9362
AuthorDate: Fri Jan 31 23:47:57 2014 -0500
 
9363
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9364
CommitDate: Sat Feb 1 10:22:43 2014 -0500
8003
9365
 
8004
9366
    GApplication: Convert docs to markdown
8005
9367
 
8007
9369
 1 file changed, 24 insertions(+), 14 deletions(-)
8008
9370
 
8009
9371
commit 01be2876893f70eed25f479545e8fb632470c0f5
8010
 
Author: Matthias Clasen <mclasen@redhat.com>
8011
 
Date:   Fri Jan 31 23:47:42 2014 -0500
 
9372
Author:     Matthias Clasen <mclasen@redhat.com>
 
9373
AuthorDate: Fri Jan 31 23:47:42 2014 -0500
 
9374
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9375
CommitDate: Sat Feb 1 10:22:43 2014 -0500
8012
9376
 
8013
9377
    gdbusnameowning: Convert docs to markdown
8014
9378
 
8017
9381
 1 file changed, 63 insertions(+), 64 deletions(-)
8018
9382
 
8019
9383
commit 3247d117042c834bc8d8e3737147d50e804f7f60
8020
 
Author: Matthias Clasen <mclasen@redhat.com>
8021
 
Date:   Fri Jan 31 23:42:40 2014 -0500
 
9384
Author:     Matthias Clasen <mclasen@redhat.com>
 
9385
AuthorDate: Fri Jan 31 23:42:40 2014 -0500
 
9386
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9387
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8022
9388
 
8023
9389
    GDBusConnection: Convert docs to markdown
8024
9390
 
8029
9395
 1 file changed, 368 insertions(+), 356 deletions(-)
8030
9396
 
8031
9397
commit fee9194adeac05d843280c8726641e6004e7bc8a
8032
 
Author: Matthias Clasen <mclasen@redhat.com>
8033
 
Date:   Fri Jan 31 23:01:30 2014 -0500
 
9398
Author:     Matthias Clasen <mclasen@redhat.com>
 
9399
AuthorDate: Fri Jan 31 23:01:30 2014 -0500
 
9400
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9401
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8034
9402
 
8035
9403
    GIcon: Convert docs to markdown
8036
9404
 
8038
9406
 1 file changed, 7 insertions(+), 12 deletions(-)
8039
9407
 
8040
9408
commit 192ddc0792b552ffb653e0ab43f04a25cfd678d9
8041
 
Author: Matthias Clasen <mclasen@redhat.com>
8042
 
Date:   Fri Jan 31 23:01:13 2014 -0500
 
9409
Author:     Matthias Clasen <mclasen@redhat.com>
 
9410
AuthorDate: Fri Jan 31 23:01:13 2014 -0500
 
9411
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9412
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8043
9413
 
8044
9414
    GDBusProxy: Convert docs to markdown
8045
9415
 
8047
9417
 1 file changed, 13 insertions(+), 18 deletions(-)
8048
9418
 
8049
9419
commit 54578e4c34f8ad7dc315afb18923cbac857ff43d
8050
 
Author: Matthias Clasen <mclasen@redhat.com>
8051
 
Date:   Fri Jan 31 23:00:58 2014 -0500
 
9420
Author:     Matthias Clasen <mclasen@redhat.com>
 
9421
AuthorDate: Fri Jan 31 23:00:58 2014 -0500
 
9422
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9423
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8052
9424
 
8053
9425
    GMenuModel: Convert docs to markdown
8054
9426
 
8057
9429
 1 file changed, 22 insertions(+), 34 deletions(-)
8058
9430
 
8059
9431
commit 4a1710862d6c18e4280c595f380f3b210145432c
8060
 
Author: Matthias Clasen <mclasen@redhat.com>
8061
 
Date:   Fri Jan 31 22:49:44 2014 -0500
 
9432
Author:     Matthias Clasen <mclasen@redhat.com>
 
9433
AuthorDate: Fri Jan 31 22:49:44 2014 -0500
 
9434
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9435
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8062
9436
 
8063
9437
    GSimpleProxyResolver: convert docs to markdown
8064
9438
 
8067
9441
 1 file changed, 29 insertions(+), 47 deletions(-)
8068
9442
 
8069
9443
commit d7b9f209904bcd5fdee9a902a1302c08a1ca9552
8070
 
Author: Matthias Clasen <mclasen@redhat.com>
8071
 
Date:   Fri Jan 31 22:42:21 2014 -0500
 
9444
Author:     Matthias Clasen <mclasen@redhat.com>
 
9445
AuthorDate: Fri Jan 31 22:42:21 2014 -0500
 
9446
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9447
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8072
9448
 
8073
9449
    GSocketClient: convert docs to markdown
8074
9450
 
8077
9453
 1 file changed, 34 insertions(+), 74 deletions(-)
8078
9454
 
8079
9455
commit ba307a0c52599097c3d11c5a88eb28d9f0f48e96
8080
 
Author: Matthias Clasen <mclasen@redhat.com>
8081
 
Date:   Fri Jan 31 22:29:13 2014 -0500
 
9456
Author:     Matthias Clasen <mclasen@redhat.com>
 
9457
AuthorDate: Fri Jan 31 22:29:13 2014 -0500
 
9458
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9459
CommitDate: Sat Feb 1 10:22:42 2014 -0500
8082
9460
 
8083
9461
    GTask: convert long desc to markdown
8084
9462
 
8089
9467
 1 file changed, 118 insertions(+), 146 deletions(-)
8090
9468
 
8091
9469
commit ed2bb953301b47bf34ff9c76b5931285d8434654
8092
 
Author: Dan Winship <danw@gnome.org>
8093
 
Date:   Sat Feb 1 13:37:07 2014 +0100
 
9470
Author:     Dan Winship <danw@gnome.org>
 
9471
AuthorDate: Sat Feb 1 13:37:07 2014 +0100
 
9472
Commit:     Dan Winship <danw@gnome.org>
 
9473
CommitDate: Sat Feb 1 13:37:07 2014 +0100
8094
9474
 
8095
9475
    gio/tests/network-address: fix for systems with large ifindexes
8096
9476
 
8108
9488
 1 file changed, 10 insertions(+), 3 deletions(-)
8109
9489
 
8110
9490
commit 76330899a1b0f8f8dea1912e7f24d73eb3adc1c0
8111
 
Author: Dan Winship <danw@gnome.org>
8112
 
Date:   Sat Feb 1 13:27:19 2014 +0100
 
9491
Author:     Dan Winship <danw@gnome.org>
 
9492
AuthorDate: Sat Feb 1 13:27:19 2014 +0100
 
9493
Commit:     Dan Winship <danw@gnome.org>
 
9494
CommitDate: Sat Feb 1 13:27:19 2014 +0100
8113
9495
 
8114
9496
    Unbreak glib/tests/markup-parse after FSF address change patch
8115
9497
 
8117
9499
 1 file changed, 1 insertion(+), 1 deletion(-)
8118
9500
 
8119
9501
commit 243b264fca673d0a4e69cad3d0984474324f86a9
8120
 
Author: Dan Winship <danw@gnome.org>
8121
 
Date:   Tue Jan 28 14:46:37 2014 -0500
 
9502
Author:     Dan Winship <danw@gnome.org>
 
9503
AuthorDate: Tue Jan 28 14:46:37 2014 -0500
 
9504
Commit:     Dan Winship <danw@gnome.org>
 
9505
CommitDate: Sat Feb 1 13:16:28 2014 +0100
8122
9506
 
8123
9507
    gnetworkmonitornetlink: filter out IPv6 LL MC changes
8124
9508
 
8132
9516
 1 file changed, 10 insertions(+)
8133
9517
 
8134
9518
commit cade4d6f19b356eb7eaea9963263cbbe8d95e2de
8135
 
Author: Matthias Clasen <mclasen@redhat.com>
8136
 
Date:   Fri Jan 31 22:14:01 2014 -0500
 
9519
Author:     Matthias Clasen <mclasen@redhat.com>
 
9520
AuthorDate: Fri Jan 31 22:14:01 2014 -0500
 
9521
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9522
CommitDate: Fri Jan 31 22:14:01 2014 -0500
8137
9523
 
8138
9524
    Fix the docs build
8139
9525
 
8142
9528
 2 files changed, 8 insertions(+), 5 deletions(-)
8143
9529
 
8144
9530
commit a4c33c6f8b39c0517d0034d2298a952df4897535
8145
 
Author: Matthias Clasen <mclasen@redhat.com>
8146
 
Date:   Fri Jan 31 22:05:04 2014 -0500
 
9531
Author:     Matthias Clasen <mclasen@redhat.com>
 
9532
AuthorDate: Fri Jan 31 22:05:04 2014 -0500
 
9533
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9534
CommitDate: Fri Jan 31 22:05:04 2014 -0500
8147
9535
 
8148
9536
    Docs: Don't use the code tag
8149
9537
 
8156
9544
 6 files changed, 28 insertions(+), 26 deletions(-)
8157
9545
 
8158
9546
commit 17f51583a8733c312f5ac53478b36c5f3972ab45
8159
 
Author: Matthias Clasen <mclasen@redhat.com>
8160
 
Date:   Fri Jan 31 21:56:33 2014 -0500
 
9547
Author:     Matthias Clasen <mclasen@redhat.com>
 
9548
AuthorDate: Fri Jan 31 21:56:33 2014 -0500
 
9549
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9550
CommitDate: Fri Jan 31 21:56:33 2014 -0500
8161
9551
 
8162
9552
    Docs: Convert examples to |[ ]|
8163
9553
 
8193
9583
 27 files changed, 346 insertions(+), 442 deletions(-)
8194
9584
 
8195
9585
commit 4d12e0d66f1641a6eb2ba9c65579935136f6ef46
8196
 
Author: Matthias Clasen <mclasen@redhat.com>
8197
 
Date:   Fri Jan 31 20:34:33 2014 -0500
 
9586
Author:     Matthias Clasen <mclasen@redhat.com>
 
9587
AuthorDate: Fri Jan 31 20:34:33 2014 -0500
 
9588
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9589
CommitDate: Fri Jan 31 20:34:33 2014 -0500
8198
9590
 
8199
9591
    Docs: Don't use the emphasis tag
8200
9592
 
8241
9633
 36 files changed, 515 insertions(+), 536 deletions(-)
8242
9634
 
8243
9635
commit 64eface479baf3db06f0f42b43f391db55b5ad4d
8244
 
Author: Matthias Clasen <mclasen@redhat.com>
8245
 
Date:   Fri Jan 31 17:38:27 2014 -0500
 
9636
Author:     Matthias Clasen <mclasen@redhat.com>
 
9637
AuthorDate: Fri Jan 31 17:38:27 2014 -0500
 
9638
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9639
CommitDate: Fri Jan 31 18:20:06 2014 -0500
8246
9640
 
8247
9641
    Docs: don't use the warning tag
8248
9642
 
8259
9653
 8 files changed, 46 insertions(+), 53 deletions(-)
8260
9654
 
8261
9655
commit c575d24dfb78d956e66a522524c7b1d82d0adde7
8262
 
Author: Matthias Clasen <mclasen@redhat.com>
8263
 
Date:   Fri Jan 31 14:56:10 2014 -0500
 
9656
Author:     Matthias Clasen <mclasen@redhat.com>
 
9657
AuthorDate: Fri Jan 31 14:56:10 2014 -0500
 
9658
Commit:     Matthias Clasen <mclasen@redhat.com>
 
9659
CommitDate: Fri Jan 31 18:20:06 2014 -0500
8264
9660
 
8265
9661
    Docs: Don't use the note tag
8266
9662
 
8292
9688
 22 files changed, 773 insertions(+), 869 deletions(-)
8293
9689
 
8294
9690
commit 4cbee6a35b4f75dc418cb9e0219dcd3104a5ba17
8295
 
Author: Colin Walters <walters@verbum.org>
8296
 
Date:   Fri Jan 31 09:36:52 2014 -0500
 
9691
Author:     Colin Walters <walters@verbum.org>
 
9692
AuthorDate: Fri Jan 31 09:36:52 2014 -0500
 
9693
Commit:     Colin Walters <walters@verbum.org>
 
9694
CommitDate: Fri Jan 31 09:36:52 2014 -0500
8297
9695
 
8298
9696
    Restore executability for other files
8299
9697
 
8305
9703
 5 files changed, 0 insertions(+), 0 deletions(-)
8306
9704
 
8307
9705
commit a7435d2e69d4757c129e0e5cb36eb2c810f50bf1
8308
 
Author: Colin Walters <walters@verbum.org>
8309
 
Date:   Fri Jan 31 09:23:45 2014 -0500
 
9706
Author:     Colin Walters <walters@verbum.org>
 
9707
AuthorDate: Fri Jan 31 09:23:45 2014 -0500
 
9708
Commit:     Colin Walters <walters@verbum.org>
 
9709
CommitDate: Fri Jan 31 09:23:45 2014 -0500
8310
9710
 
8311
9711
    Restore executability on data-to-c.pl
8312
9712
 
8314
9714
 1 file changed, 0 insertions(+), 0 deletions(-)
8315
9715
 
8316
9716
commit 078dbda148a81af1b3a76fbda72f089b963087f1
8317
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
8318
 
Date:   Thu Jan 23 12:58:29 2014 +0100
 
9717
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
9718
AuthorDate: Thu Jan 23 12:58:29 2014 +0100
 
9719
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
9720
CommitDate: Fri Jan 31 14:31:55 2014 +0100
8319
9721
 
8320
9722
    Updated FSF's address
8321
9723
 
9147
10549
 825 files changed, 825 insertions(+), 2444 deletions(-)
9148
10550
 
9149
10551
commit fc04275a007ff2b450d78cfa002a303ba5e2d9d0
9150
 
Author: Matthias Clasen <mclasen@redhat.com>
9151
 
Date:   Fri Jan 31 05:58:17 2014 -0500
 
10552
Author:     Matthias Clasen <mclasen@redhat.com>
 
10553
AuthorDate: Fri Jan 31 05:58:17 2014 -0500
 
10554
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10555
CommitDate: Fri Jan 31 05:58:17 2014 -0500
9152
10556
 
9153
10557
    Docs: don't use the type tag
9154
10558
 
9166
10570
 8 files changed, 203 insertions(+), 226 deletions(-)
9167
10571
 
9168
10572
commit 3d42934b71f9e3e8ac82b00982a6e0b00ba1b92a
9169
 
Author: Matthias Clasen <mclasen@redhat.com>
9170
 
Date:   Fri Jan 31 00:29:14 2014 -0500
 
10573
Author:     Matthias Clasen <mclasen@redhat.com>
 
10574
AuthorDate: Fri Jan 31 00:29:14 2014 -0500
 
10575
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10576
CommitDate: Fri Jan 31 00:29:14 2014 -0500
9171
10577
 
9172
10578
    Docs: don't use the structname tag
9173
10579
 
9188
10594
 11 files changed, 86 insertions(+), 93 deletions(-)
9189
10595
 
9190
10596
commit 6f3c465535311a028c12cc04d4188ce79eb03560
9191
 
Author: Matthias Clasen <mclasen@redhat.com>
9192
 
Date:   Thu Jan 30 23:59:06 2014 -0500
 
10597
Author:     Matthias Clasen <mclasen@redhat.com>
 
10598
AuthorDate: Thu Jan 30 23:59:06 2014 -0500
 
10599
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10600
CommitDate: Thu Jan 30 23:59:06 2014 -0500
9193
10601
 
9194
10602
    Docs: don't use structfield tags
9195
10603
 
9201
10609
 2 files changed, 4 insertions(+), 6 deletions(-)
9202
10610
 
9203
10611
commit acfb76afe2c7dab67f87878c2a3f5f3aa2d8dbfd
9204
 
Author: Matthias Clasen <mclasen@redhat.com>
9205
 
Date:   Thu Jan 30 23:52:58 2014 -0500
 
10612
Author:     Matthias Clasen <mclasen@redhat.com>
 
10613
AuthorDate: Thu Jan 30 23:52:58 2014 -0500
 
10614
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10615
CommitDate: Thu Jan 30 23:52:58 2014 -0500
9206
10616
 
9207
10617
    Docs: don't use <footnote>
9208
10618
 
9215
10625
 4 files changed, 16 insertions(+), 23 deletions(-)
9216
10626
 
9217
10627
commit 67b0afd5fd21aae4041e897ff3151b84f3c85a65
9218
 
Author: Shantha kumar <shkumar@redhat.com>
9219
 
Date:   Thu Jan 30 15:03:08 2014 +0530
 
10628
Author:     Shantha kumar <shkumar@redhat.com>
 
10629
AuthorDate: Thu Jan 30 15:03:08 2014 +0530
 
10630
Commit:     Shantha kumar <shkumar@redhat.com>
 
10631
CommitDate: Thu Jan 30 15:03:08 2014 +0530
9220
10632
 
9221
10633
    Tamil Translations Updated
9222
10634
 
9225
10637
 1 file changed, 650 insertions(+), 586 deletions(-)
9226
10638
 
9227
10639
commit 8548d16add2ed4b208aca062c230aeeca9103d0a
9228
 
Author: Matthias Clasen <mclasen@redhat.com>
9229
 
Date:   Sat Jan 25 18:18:42 2014 -0500
 
10640
Author:     Matthias Clasen <mclasen@redhat.com>
 
10641
AuthorDate: Sat Jan 25 18:18:42 2014 -0500
 
10642
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10643
CommitDate: Sat Jan 25 18:19:58 2014 -0500
9230
10644
 
9231
10645
    Drop a no-longer-existing example from the docs
9232
10646
 
9240
10654
 1 file changed, 8 deletions(-)
9241
10655
 
9242
10656
commit ee38a1af8020a83174277d83f5b10efe0e498fc1
9243
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
9244
 
Date:   Thu Jan 23 17:22:19 2014 +0100
 
10657
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
10658
AuthorDate: Thu Jan 23 17:22:19 2014 +0100
 
10659
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
10660
CommitDate: Thu Jan 23 17:22:19 2014 +0100
9245
10661
 
9246
10662
    gobject: Add missing transfer annotation to g_boxed_copy
9247
10663
 
9249
10665
 1 file changed, 1 insertion(+), 1 deletion(-)
9250
10666
 
9251
10667
commit 46e13e5d49fa1f64920d088e1e6bbd9fee4c1886
9252
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
9253
 
Date:   Thu Jan 23 17:21:32 2014 +0100
 
10668
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
10669
AuthorDate: Thu Jan 23 17:21:32 2014 +0100
 
10670
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
10671
CommitDate: Thu Jan 23 17:21:32 2014 +0100
9254
10672
 
9255
10673
    gio: Add missing transfer annotation to g_simple_proxy_resolver_new
9256
10674
 
9258
10676
 1 file changed, 1 insertion(+), 1 deletion(-)
9259
10677
 
9260
10678
commit c5e989c6d8d13542fcdd47905e98c980d7d7603d
9261
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9262
 
Date:   Thu Jan 23 17:32:50 2014 +0800
 
10679
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
10680
AuthorDate: Thu Jan 23 17:32:50 2014 +0800
 
10681
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
10682
CommitDate: Thu Jan 23 17:32:50 2014 +0800
9263
10683
 
9264
10684
    glib/goption.c: Fix build on MSVC
9265
10685
 
9270
10690
 1 file changed, 2 insertions(+), 2 deletions(-)
9271
10691
 
9272
10692
commit 1c8035066ea2ce92f5c7c7d8f8715896012fdb02
9273
 
Author: William Jon McCann <william.jon.mccann@gmail.com>
9274
 
Date:   Wed Jan 22 17:51:12 2014 -0500
 
10693
Author:     William Jon McCann <william.jon.mccann@gmail.com>
 
10694
AuthorDate: Wed Jan 22 17:51:12 2014 -0500
 
10695
Commit:     William Jon McCann <william.jon.mccann@gmail.com>
 
10696
CommitDate: Wed Jan 22 17:51:12 2014 -0500
9275
10697
 
9276
10698
    glib: annotate some memory functions with allow-none
9277
10699
 
9279
10701
 1 file changed, 3 insertions(+), 3 deletions(-)
9280
10702
 
9281
10703
commit f37439c1b11230a01460291818eccb6bfec23da6
9282
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
9283
 
Date:   Wed Jan 22 22:25:26 2014 +0530
 
10704
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
10705
AuthorDate: Wed Jan 22 22:25:26 2014 +0530
 
10706
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
10707
CommitDate: Wed Jan 22 22:25:26 2014 +0530
9284
10708
 
9285
10709
    Assamese translation updated
9286
10710
 
9289
10713
 1 file changed, 489 insertions(+), 504 deletions(-)
9290
10714
 
9291
10715
commit 5ca9bee52456b91ab4c0c477db3faf430f7fb72f
9292
 
Author: Rico Tzschichholz <ricotz@t-online.de>
9293
 
Date:   Wed Jan 22 14:21:41 2014 +0100
 
10716
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
10717
AuthorDate: Wed Jan 22 14:21:41 2014 +0100
 
10718
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
10719
CommitDate: Wed Jan 22 14:21:41 2014 +0100
9294
10720
 
9295
10721
    gio: Fix some header/source parameter-naming mismatches
9296
10722
 
9300
10726
 3 files changed, 4 insertions(+), 4 deletions(-)
9301
10727
 
9302
10728
commit cd86c0243c6ca24e3968e8a3ea1d0c8af8c1a690
9303
 
Author: Rico Tzschichholz <ricotz@t-online.de>
9304
 
Date:   Wed Jan 22 14:06:10 2014 +0100
 
10729
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
10730
AuthorDate: Wed Jan 22 14:06:10 2014 +0100
 
10731
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
10732
CommitDate: Wed Jan 22 14:06:10 2014 +0100
9305
10733
 
9306
10734
    gsubprocess: Add missing transfer annotations to get_*_pipe()
9307
10735
 
9309
10737
 1 file changed, 3 insertions(+), 3 deletions(-)
9310
10738
 
9311
10739
commit 829464a3c7b3054ba4d73a9b217a6db466dabc88
9312
 
Author: Ryan Lortie <desrt@desrt.ca>
9313
 
Date:   Sat Jan 18 14:29:16 2014 -0500
 
10740
Author:     Ryan Lortie <desrt@desrt.ca>
 
10741
AuthorDate: Sat Jan 18 14:29:16 2014 -0500
 
10742
Commit:     Ryan Lortie <desrt@desrt.ca>
 
10743
CommitDate: Tue Jan 21 15:15:38 2014 -0500
9314
10744
 
9315
10745
    test default GSimpleAction activation
9316
10746
 
9322
10752
 1 file changed, 29 insertions(+)
9323
10753
 
9324
10754
commit a497ad889e98d261ad5f4bf31c0bfb728e12270d
9325
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
9326
 
Date:   Tue Jan 21 12:08:03 2014 -0500
 
10755
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
10756
AuthorDate: Tue Jan 21 12:08:03 2014 -0500
 
10757
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
10758
CommitDate: Tue Jan 21 12:08:07 2014 -0500
9327
10759
 
9328
10760
    strfuncs: Make g_str_tokenize_and_fold introspectable
9329
10761
 
9331
10763
 1 file changed, 1 insertion(+), 1 deletion(-)
9332
10764
 
9333
10765
commit ea22300620a10affaa3192d8f56c777a81fcd2c6
9334
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
9335
 
Date:   Tue Jan 21 12:00:35 2014 -0500
 
10766
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
10767
AuthorDate: Tue Jan 21 12:00:35 2014 -0500
 
10768
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
10769
CommitDate: Tue Jan 21 12:00:41 2014 -0500
9336
10770
 
9337
10771
    gsettings: Fix annotations
9338
10772
 
9340
10774
 1 file changed, 2 insertions(+), 2 deletions(-)
9341
10775
 
9342
10776
commit 460e3e9d01db5ad272b8b67e1e3e15907d5d7932
9343
 
Author: Emmanuele Bassi <ebassi@gnome.org>
9344
 
Date:   Mon Jan 20 20:03:40 2014 +0000
 
10777
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
10778
AuthorDate: Mon Jan 20 20:03:40 2014 +0000
 
10779
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
10780
CommitDate: Mon Jan 20 20:03:40 2014 +0000
9345
10781
 
9346
10782
    docs: Add missing GTest functions
9347
10783
 
9351
10787
 1 file changed, 3 insertions(+)
9352
10788
 
9353
10789
commit 2cb9b8f99491959e53783d127daa8c99b81e159e
9354
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
9355
 
Date:   Tue Jan 7 13:34:09 2014 +0800
 
10790
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
10791
AuthorDate: Tue Jan 7 13:34:09 2014 +0800
 
10792
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10793
CommitDate: Mon Jan 20 10:22:47 2014 -0500
9356
10794
 
9357
10795
    glib/gtimezone.c: Check the size of tzi.DaylightName
9358
10796
 
9382
10820
 1 file changed, 3 insertions(+)
9383
10821
 
9384
10822
commit 2330f7e65ee22e42016d28c26f554fcfe9518ed5
9385
 
Author: Matthias Clasen <mclasen@redhat.com>
9386
 
Date:   Mon Jan 20 08:43:02 2014 -0500
 
10823
Author:     Matthias Clasen <mclasen@redhat.com>
 
10824
AuthorDate: Mon Jan 20 08:43:02 2014 -0500
 
10825
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10826
CommitDate: Mon Jan 20 08:43:02 2014 -0500
9387
10827
 
9388
10828
    Use __asm__ instead of asm
9389
10829
 
9396
10836
 1 file changed, 12 insertions(+), 12 deletions(-)
9397
10837
 
9398
10838
commit ff9a61eed93ec342c00360e83abb4411647f64a2
9399
 
Author: Matthias Clasen <mclasen@redhat.com>
9400
 
Date:   Mon Jan 20 08:16:09 2014 -0500
 
10839
Author:     Matthias Clasen <mclasen@redhat.com>
 
10840
AuthorDate: Mon Jan 20 08:16:09 2014 -0500
 
10841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10842
CommitDate: Mon Jan 20 08:16:09 2014 -0500
9401
10843
 
9402
10844
    Fix CFLAGS manipulation
9403
10845
 
9410
10852
 1 file changed, 2 insertions(+), 2 deletions(-)
9411
10853
 
9412
10854
commit fc6d6b6e109af2d7c3339b3c64963c6679db1a6e
9413
 
Author: Matthias Clasen <mclasen@redhat.com>
9414
 
Date:   Mon Jan 20 07:37:42 2014 -0500
 
10855
Author:     Matthias Clasen <mclasen@redhat.com>
 
10856
AuthorDate: Mon Jan 20 07:37:42 2014 -0500
 
10857
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10858
CommitDate: Mon Jan 20 07:37:42 2014 -0500
9415
10859
 
9416
10860
    GAction: remove a lie
9417
10861
 
9423
10867
 1 file changed, 1 insertion(+), 1 deletion(-)
9424
10868
 
9425
10869
commit 93cda800f1dab6ecbecb4ac247b8c079ff7fca14
9426
 
Author: Matthias Clasen <mclasen@redhat.com>
9427
 
Date:   Mon Jan 20 07:33:27 2014 -0500
 
10870
Author:     Matthias Clasen <mclasen@redhat.com>
 
10871
AuthorDate: Mon Jan 20 07:33:27 2014 -0500
 
10872
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10873
CommitDate: Mon Jan 20 07:33:27 2014 -0500
9428
10874
 
9429
10875
    Try again to fix the freebsd build
9430
10876
 
9434
10880
 1 file changed, 1 insertion(+), 1 deletion(-)
9435
10881
 
9436
10882
commit 2efc2ef77526fb902f1d603875eaca833b47f0b5
9437
 
Author: Matthias Clasen <mclasen@redhat.com>
9438
 
Date:   Mon Jan 20 00:34:29 2014 -0500
 
10883
Author:     Matthias Clasen <mclasen@redhat.com>
 
10884
AuthorDate: Mon Jan 20 00:34:29 2014 -0500
 
10885
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10886
CommitDate: Mon Jan 20 00:34:29 2014 -0500
9439
10887
 
9440
10888
    Clarify g_strchomp and g_strchug docs
9441
10889
 
9445
10893
 1 file changed, 9 insertions(+), 5 deletions(-)
9446
10894
 
9447
10895
commit deb8a9325b2f3c82f92746583baa7bd2a6552bd1
9448
 
Author: A. Walton <awalton@gnome.org>
9449
 
Date:   Thu Aug 29 23:33:58 2013 -0700
 
10896
Author:     A. Walton <awalton@gnome.org>
 
10897
AuthorDate: Thu Aug 29 23:33:58 2013 -0700
 
10898
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10899
CommitDate: Sun Jan 19 23:51:51 2014 -0500
9450
10900
 
9451
10901
    Clarify type transformability and comparability
9452
10902
 
9460
10910
 1 file changed, 3 insertions(+), 1 deletion(-)
9461
10911
 
9462
10912
commit 647412603a6f888bf9ed6b56a6827fa36d421584
9463
 
Author: Matthias Clasen <mclasen@redhat.com>
9464
 
Date:   Sun Jan 19 23:49:12 2014 -0500
 
10913
Author:     Matthias Clasen <mclasen@redhat.com>
 
10914
AuthorDate: Sun Jan 19 23:49:12 2014 -0500
 
10915
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10916
CommitDate: Sun Jan 19 23:49:12 2014 -0500
9465
10917
 
9466
10918
    More GTree and GNode formatting and documentation fixes
9467
10919
 
9481
10933
 7 files changed, 2741 insertions(+), 306 deletions(-)
9482
10934
 
9483
10935
commit 5459d148d17a82632ad3317f8d4a9977b31cd09c
9484
 
Author: Matthias Clasen <mclasen@redhat.com>
9485
 
Date:   Sun Jan 19 22:23:51 2014 -0500
 
10936
Author:     Matthias Clasen <mclasen@redhat.com>
 
10937
AuthorDate: Sun Jan 19 22:23:51 2014 -0500
 
10938
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10939
CommitDate: Sun Jan 19 22:23:51 2014 -0500
9486
10940
 
9487
10941
    Move GTraverseType to gnode docs
9488
10942
 
9490
10944
 1 file changed, 1 insertion(+), 1 deletion(-)
9491
10945
 
9492
10946
commit 44db9f2a0fc008b38da78e7197fd3f40b8fa0872
9493
 
Author: Matthias Clasen <mclasen@redhat.com>
9494
 
Date:   Sun Jan 19 22:03:40 2014 -0500
 
10947
Author:     Matthias Clasen <mclasen@redhat.com>
 
10948
AuthorDate: Sun Jan 19 22:03:40 2014 -0500
 
10949
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10950
CommitDate: Sun Jan 19 22:03:40 2014 -0500
9495
10951
 
9496
10952
    GQueue: documentation and formatting fixes
9497
10953
 
9500
10956
 1 file changed, 158 insertions(+), 157 deletions(-)
9501
10957
 
9502
10958
commit a918519328df2e79c101a884ec94fe6aca574882
9503
 
Author: Matthias Clasen <mclasen@redhat.com>
9504
 
Date:   Sun Jan 19 21:10:25 2014 -0500
 
10959
Author:     Matthias Clasen <mclasen@redhat.com>
 
10960
AuthorDate: Sun Jan 19 21:10:25 2014 -0500
 
10961
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10962
CommitDate: Sun Jan 19 21:37:28 2014 -0500
9505
10963
 
9506
10964
    GList: Some further documentation and formatting tweaks
9507
10965
 
9510
10968
 1 file changed, 235 insertions(+), 224 deletions(-)
9511
10969
 
9512
10970
commit 86de6f0ebce777f64f60f27565fdd4b91c6fe8b4
9513
 
Author: Olivier Sessink <olivier@bluefish.openoffice.nl>
9514
 
Date:   Wed Sep 5 09:52:23 2012 +0200
 
10971
Author:     Olivier Sessink <olivier@bluefish.openoffice.nl>
 
10972
AuthorDate: Wed Sep 5 09:52:23 2012 +0200
 
10973
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10974
CommitDate: Sun Jan 19 20:43:51 2014 -0500
9515
10975
 
9516
10976
    tag: documentation enhancement for novice application developers
9517
10977
 
9529
10989
 1 file changed, 113 insertions(+), 51 deletions(-)
9530
10990
 
9531
10991
commit 84f3147f434eab1124276ea2fdbee9a1e9a02c45
9532
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
9533
 
Date:   Fri Nov 16 12:53:39 2012 +0000
 
10992
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
10993
AuthorDate: Fri Nov 16 12:53:39 2012 +0000
 
10994
Commit:     Matthias Clasen <mclasen@redhat.com>
 
10995
CommitDate: Sun Jan 19 20:23:43 2014 -0500
9534
10996
 
9535
10997
    glib-init: make static assertions about platform assumptions
9536
10998
 
9547
11009
 1 file changed, 12 insertions(+)
9548
11010
 
9549
11011
commit a4480d5f715a7631b1e98daa08a447f7c6b4bcd1
9550
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
9551
 
Date:   Fri Nov 16 12:51:31 2012 +0000
 
11012
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
11013
AuthorDate: Fri Nov 16 12:51:31 2012 +0000
 
11014
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11015
CommitDate: Sun Jan 19 20:23:43 2014 -0500
9552
11016
 
9553
11017
    GHashTable: statically assert that GHashTableIter works as intended
9554
11018
 
9558
11022
 1 file changed, 4 insertions(+)
9559
11023
 
9560
11024
commit 476aa9ae46098f1090fc52ab2c10859fa8bb5495
9561
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
9562
 
Date:   Fri Nov 16 12:49:15 2012 +0000
 
11025
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
11026
AuthorDate: Fri Nov 16 12:49:15 2012 +0000
 
11027
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11028
CommitDate: Sun Jan 19 20:23:30 2014 -0500
9563
11029
 
9564
11030
    glib-private.h: add _glib_alignof
9565
11031
 
9567
11033
 1 file changed, 6 insertions(+)
9568
11034
 
9569
11035
commit 8f6be404cbfbda7e188bd164bb72465eeaba6980
9570
 
Author: Ryan Lortie <desrt@desrt.ca>
9571
 
Date:   Fri Oct 25 01:47:37 2013 -0400
 
11036
Author:     Ryan Lortie <desrt@desrt.ca>
 
11037
AuthorDate: Fri Oct 25 01:47:37 2013 -0400
 
11038
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11039
CommitDate: Sun Jan 19 17:41:18 2014 -0500
9572
11040
 
9573
11041
    GMainContext: unref pending sources on destroy
9574
11042
 
9586
11054
 2 files changed, 47 insertions(+)
9587
11055
 
9588
11056
commit 2a3ee7ceafad19ecc2bfe435a95226f74d64952f
9589
 
Author: Matthias Clasen <mclasen@redhat.com>
9590
 
Date:   Sun Jan 19 17:13:51 2014 -0500
 
11057
Author:     Matthias Clasen <mclasen@redhat.com>
 
11058
AuthorDate: Sun Jan 19 17:13:51 2014 -0500
 
11059
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11060
CommitDate: Sun Jan 19 17:13:51 2014 -0500
9591
11061
 
9592
11062
    Work around broken FreeBSD headers
9593
11063
 
9600
11070
 1 file changed, 1 insertion(+)
9601
11071
 
9602
11072
commit d102cf2b0fbab27d5787c536311745c4431d05e4
9603
 
Author: Matthias Clasen <mclasen@redhat.com>
9604
 
Date:   Sun Jan 19 08:57:43 2014 -0500
 
11073
Author:     Matthias Clasen <mclasen@redhat.com>
 
11074
AuthorDate: Sun Jan 19 08:57:43 2014 -0500
 
11075
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11076
CommitDate: Sun Jan 19 08:58:28 2014 -0500
9605
11077
 
9606
11078
    Fix the build
9607
11079
 
9612
11084
 1 file changed, 1 insertion(+)
9613
11085
 
9614
11086
commit 38a6ab3e0ef0c842f9134309e033a1019e498448
9615
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
9616
 
Date:   Wed Nov 6 14:02:26 2013 +0100
 
11087
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
11088
AuthorDate: Wed Nov 6 14:02:26 2013 +0100
 
11089
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11090
CommitDate: Sun Jan 19 08:28:31 2014 -0500
9617
11091
 
9618
11092
    win32: silence build warning
9619
11093
 
9633
11107
 1 file changed, 1 insertion(+), 1 deletion(-)
9634
11108
 
9635
11109
commit a8f58fcfec121241be7890f5b340e139f39fd125
9636
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
9637
 
Date:   Wed Nov 6 13:57:07 2013 +0100
 
11110
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
11111
AuthorDate: Wed Nov 6 13:57:07 2013 +0100
 
11112
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11113
CommitDate: Sun Jan 19 08:26:47 2014 -0500
9638
11114
 
9639
11115
    win32: silence build warning
9640
11116
 
9652
11128
 1 file changed, 1 insertion(+), 1 deletion(-)
9653
11129
 
9654
11130
commit 2873b3c20cf6b6ebde5bcaaf395675ba7bc3b696
9655
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
9656
 
Date:   Wed Nov 6 13:54:34 2013 +0100
 
11131
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
11132
AuthorDate: Wed Nov 6 13:54:34 2013 +0100
 
11133
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11134
CommitDate: Sun Jan 19 08:25:33 2014 -0500
9657
11135
 
9658
11136
    win32: silence build warning
9659
11137
 
9675
11153
 3 files changed, 4 insertions(+), 3 deletions(-)
9676
11154
 
9677
11155
commit b4474c0b6bd8aee7140259c9753162b66c954a03
9678
 
Author: Matthias Clasen <mclasen@redhat.com>
9679
 
Date:   Sun Jan 19 08:21:50 2014 -0500
 
11156
Author:     Matthias Clasen <mclasen@redhat.com>
 
11157
AuthorDate: Sun Jan 19 08:21:50 2014 -0500
 
11158
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11159
CommitDate: Sun Jan 19 08:21:50 2014 -0500
9680
11160
 
9681
11161
    Avoid a deprecation warning
9682
11162
 
9686
11166
 1 file changed, 2 insertions(+)
9687
11167
 
9688
11168
commit 7463bc1727cf805b84738902be0d3e51688aeead
9689
 
Author: Christophe Fergeau <cfergeau@redhat.com>
9690
 
Date:   Fri Jan 17 18:42:36 2014 +0100
 
11169
Author:     Christophe Fergeau <cfergeau@redhat.com>
 
11170
AuthorDate: Fri Jan 17 18:42:36 2014 +0100
 
11171
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11172
CommitDate: Sun Jan 19 08:13:03 2014 -0500
9691
11173
 
9692
11174
    Adjust doc to Makefile.decl renaming
9693
11175
 
9701
11183
 1 file changed, 1 insertion(+), 1 deletion(-)
9702
11184
 
9703
11185
commit 9e81c07ad6b02c073c9cc7bf0a1288b884ec8741
9704
 
Author: Ryan Lortie <desrt@desrt.ca>
9705
 
Date:   Sat Jan 18 14:27:26 2014 -0500
 
11186
Author:     Ryan Lortie <desrt@desrt.ca>
 
11187
AuthorDate: Sat Jan 18 14:27:26 2014 -0500
 
11188
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11189
CommitDate: Sat Jan 18 14:27:26 2014 -0500
9706
11190
 
9707
11191
    GSimpleAction: fix mistake in last commit
9708
11192
 
9712
11196
 1 file changed, 1 insertion(+), 1 deletion(-)
9713
11197
 
9714
11198
commit 1ec71144fb8064ffdbdcb56a213cf90a77726f68
9715
 
Author: Ryan Lortie <desrt@desrt.ca>
9716
 
Date:   Sat Jan 18 13:02:47 2014 -0500
 
11199
Author:     Ryan Lortie <desrt@desrt.ca>
 
11200
AuthorDate: Sat Jan 18 13:02:47 2014 -0500
 
11201
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11202
CommitDate: Sat Jan 18 14:19:37 2014 -0500
9717
11203
 
9718
11204
    GSimpleAction: add default activate handler
9719
11205
 
9740
11226
 1 file changed, 30 insertions(+), 1 deletion(-)
9741
11227
 
9742
11228
commit 258ac3b25398547c9ae0434c7c049a88d1e309ed
9743
 
Author: Ryan Lortie <desrt@desrt.ca>
9744
 
Date:   Sun Jan 12 12:47:43 2014 -0500
 
11229
Author:     Ryan Lortie <desrt@desrt.ca>
 
11230
AuthorDate: Sun Jan 12 12:47:43 2014 -0500
 
11231
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11232
CommitDate: Fri Jan 17 20:13:46 2014 -0500
9745
11233
 
9746
11234
    GOptionContext: add some notes about encodings
9747
11235
 
9756
11244
 1 file changed, 51 insertions(+)
9757
11245
 
9758
11246
commit e5f91951a132b4a7daa848887a87ba22f96568bc
9759
 
Author: Ryan Lortie <desrt@desrt.ca>
9760
 
Date:   Sun Jan 12 12:31:38 2014 -0500
 
11247
Author:     Ryan Lortie <desrt@desrt.ca>
 
11248
AuthorDate: Sun Jan 12 12:31:38 2014 -0500
 
11249
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11250
CommitDate: Fri Jan 17 20:06:37 2014 -0500
9761
11251
 
9762
11252
    GApplication: change commandline encoding policy
9763
11253
 
9788
11278
 2 files changed, 27 insertions(+), 12 deletions(-)
9789
11279
 
9790
11280
commit 643f2b348dea7486ef2eaa4f8e4eb858bce5f3e1
9791
 
Author: Ryan Lortie <desrt@desrt.ca>
9792
 
Date:   Thu Jan 16 22:11:18 2014 -0500
 
11281
Author:     Ryan Lortie <desrt@desrt.ca>
 
11282
AuthorDate: Thu Jan 16 22:11:18 2014 -0500
 
11283
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11284
CommitDate: Fri Jan 17 20:05:41 2014 -0500
9793
11285
 
9794
11286
    g_file_new_for_commandline_arg: clarify encoding
9795
11287
 
9807
11299
 1 file changed, 9 insertions(+)
9808
11300
 
9809
11301
commit 673ee54cddab81cf4456b1c2ecf7a668e97e5a0f
9810
 
Author: Ryan Lortie <desrt@desrt.ca>
9811
 
Date:   Sun Jan 12 12:13:42 2014 -0500
 
11302
Author:     Ryan Lortie <desrt@desrt.ca>
 
11303
AuthorDate: Sun Jan 12 12:13:42 2014 -0500
 
11304
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11305
CommitDate: Fri Jan 17 20:04:44 2014 -0500
9812
11306
 
9813
11307
    win32: add g_win32_get_command_line()
9814
11308
 
9828
11322
 3 files changed, 59 insertions(+)
9829
11323
 
9830
11324
commit 3352293ab5b93d8607dc61a99195ea09aa7bf423
9831
 
Author: Ryan Lortie <desrt@desrt.ca>
9832
 
Date:   Sun Jan 12 12:10:19 2014 -0500
 
11325
Author:     Ryan Lortie <desrt@desrt.ca>
 
11326
AuthorDate: Sun Jan 12 12:10:19 2014 -0500
 
11327
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11328
CommitDate: Fri Jan 17 19:33:09 2014 -0500
9833
11329
 
9834
11330
    g_option_context_parse_strv: use UTF-8 on Windows
9835
11331
 
9849
11345
 1 file changed, 33 insertions(+), 4 deletions(-)
9850
11346
 
9851
11347
commit 9592d40613ad02085fb7643cac96df655081dd3b
9852
 
Author: Ryan Lortie <desrt@desrt.ca>
9853
 
Date:   Thu Jan 16 21:47:09 2014 -0500
 
11348
Author:     Ryan Lortie <desrt@desrt.ca>
 
11349
AuthorDate: Thu Jan 16 21:47:09 2014 -0500
 
11350
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11351
CommitDate: Thu Jan 16 22:42:01 2014 -0500
9854
11352
 
9855
11353
    GOption: don't use "rand" in code example
9856
11354
 
9863
11361
 1 file changed, 2 insertions(+), 2 deletions(-)
9864
11362
 
9865
11363
commit d3c729bf0e3320046f309ce64b4ff0189563fe89
9866
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
9867
 
Date:   Thu Jan 16 18:02:18 2014 +0100
 
11364
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
11365
AuthorDate: Thu Jan 16 18:02:18 2014 +0100
 
11366
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11367
CommitDate: Thu Jan 16 20:27:26 2014 -0500
9868
11368
 
9869
11369
    gio: fix small memory leak on local xattr
9870
11370
 
9893
11393
 1 file changed, 1 insertion(+)
9894
11394
 
9895
11395
commit fabdf80c7de57e531fba70052a89ed19d3c24e91
9896
 
Author: Christian Schramm <christian.h.m.schramm@gmail.com>
9897
 
Date:   Thu Jan 16 12:36:09 2014 +0100
 
11396
Author:     Christian Schramm <christian.h.m.schramm@gmail.com>
 
11397
AuthorDate: Thu Jan 16 12:36:09 2014 +0100
 
11398
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11399
CommitDate: Thu Jan 16 20:18:46 2014 -0500
9898
11400
 
9899
11401
    gstringchunk: Use g_slist_free_full() where possible
9900
11402
 
9908
11410
 1 file changed, 2 insertions(+), 14 deletions(-)
9909
11411
 
9910
11412
commit 5c5982709f3814c16a6a4d60030b65955926367b
9911
 
Author: Christian Schramm <christian.h.m.schramm@gmail.com>
9912
 
Date:   Thu Jan 16 12:14:32 2014 +0100
 
11413
Author:     Christian Schramm <christian.h.m.schramm@gmail.com>
 
11414
AuthorDate: Thu Jan 16 12:14:32 2014 +0100
 
11415
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11416
CommitDate: Thu Jan 16 20:15:31 2014 -0500
9913
11417
 
9914
11418
    gbookmarkfile: removed unused include 'gslist.h'
9915
11419
 
9919
11423
 1 file changed, 1 deletion(-)
9920
11424
 
9921
11425
commit c4934c93589420b6c024f893ddb7cafc75279d40
9922
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
9923
 
Date:   Wed Jan 15 10:37:55 2014 -0500
 
11426
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
11427
AuthorDate: Wed Jan 15 10:37:55 2014 -0500
 
11428
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
11429
CommitDate: Wed Jan 15 10:37:59 2014 -0500
9924
11430
 
9925
11431
    Update .gitignore
9926
11432
 
9929
11435
 2 files changed, 10 insertions(+), 1 deletion(-)
9930
11436
 
9931
11437
commit e41dab438cb9b0b9dcc815158da12dd391aa35ed
9932
 
Author: Ryan Lortie <desrt@desrt.ca>
9933
 
Date:   Mon Jan 13 16:12:41 2014 -0500
 
11438
Author:     Ryan Lortie <desrt@desrt.ca>
 
11439
AuthorDate: Mon Jan 13 16:12:41 2014 -0500
 
11440
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11441
CommitDate: Mon Jan 13 17:23:23 2014 -0500
9934
11442
 
9935
11443
    GLib 2.39.3
9936
11444
 
9939
11447
 1 file changed, 85 insertions(+)
9940
11448
 
9941
11449
commit bcd276c2b453517c43c8413ed877f82a9ead1884
9942
 
Author: Ryan Lortie <desrt@desrt.ca>
9943
 
Date:   Mon Jan 13 17:23:14 2014 -0500
 
11450
Author:     Ryan Lortie <desrt@desrt.ca>
 
11451
AuthorDate: Mon Jan 13 17:23:14 2014 -0500
 
11452
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11453
CommitDate: Mon Jan 13 17:23:22 2014 -0500
9944
11454
 
9945
11455
    more distcheck fixes
9946
11456
 
9949
11459
 2 files changed, 4 insertions(+), 2 deletions(-)
9950
11460
 
9951
11461
commit 028856a99fd8ce7dc6a1318a6b57cdbbefbc6bdc
9952
 
Author: Ryan Lortie <desrt@desrt.ca>
9953
 
Date:   Mon Jan 13 16:41:31 2014 -0500
 
11462
Author:     Ryan Lortie <desrt@desrt.ca>
 
11463
AuthorDate: Mon Jan 13 16:41:31 2014 -0500
 
11464
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11465
CommitDate: Mon Jan 13 16:43:12 2014 -0500
9954
11466
 
9955
11467
    build: fix 'make distclean'
9956
11468
 
9961
11473
 1 file changed, 3 insertions(+), 1 deletion(-)
9962
11474
 
9963
11475
commit 4130118a72c1389efe7c646b620932bb33a06530
9964
 
Author: Ryan Lortie <desrt@desrt.ca>
9965
 
Date:   Mon Jan 13 16:12:31 2014 -0500
 
11476
Author:     Ryan Lortie <desrt@desrt.ca>
 
11477
AuthorDate: Mon Jan 13 16:12:31 2014 -0500
 
11478
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11479
CommitDate: Mon Jan 13 16:12:31 2014 -0500
9966
11480
 
9967
11481
    giomodule test: fix again
9968
11482
 
9972
11486
 1 file changed, 4 insertions(+), 4 deletions(-)
9973
11487
 
9974
11488
commit 186965fc9b9105fbaaffec2300a36175f160b1db
9975
 
Author: Ryan Lortie <desrt@desrt.ca>
9976
 
Date:   Mon Jan 13 15:31:38 2014 -0500
 
11489
Author:     Ryan Lortie <desrt@desrt.ca>
 
11490
AuthorDate: Mon Jan 13 15:31:38 2014 -0500
 
11491
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11492
CommitDate: Mon Jan 13 15:31:38 2014 -0500
9977
11493
 
9978
11494
    giomodule test: force shared library build
9979
11495
 
9986
11502
 1 file changed, 5 insertions(+), 2 deletions(-)
9987
11503
 
9988
11504
commit 60cca82c9da99c9dc6b0622d5b0779fd0bdc2ad2
9989
 
Author: Rico Tzschichholz <ricotz@t-online.de>
9990
 
Date:   Mon Jan 13 12:33:35 2014 +0100
 
11505
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
11506
AuthorDate: Mon Jan 13 12:33:35 2014 +0100
 
11507
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
11508
CommitDate: Mon Jan 13 12:33:35 2014 +0100
9991
11509
 
9992
11510
    gdesktopinfo: Fix typo in "Since" annotation of has_key
9993
11511
 
9995
11513
 1 file changed, 1 insertion(+), 1 deletion(-)
9996
11514
 
9997
11515
commit fb087feb4ddb643b8ade424cdbe5e301a3899ba8
9998
 
Author: Dimitris Spingos <dmtrs32@gmail.com>
9999
 
Date:   Mon Jan 13 10:25:01 2014 +0200
 
11516
Author:     Dimitris Spingos <dmtrs32@gmail.com>
 
11517
AuthorDate: Mon Jan 13 10:25:01 2014 +0200
 
11518
Commit:     Dimitris Spingos <dmtrs32@gmail.com>
 
11519
CommitDate: Mon Jan 13 10:25:01 2014 +0200
10000
11520
 
10001
11521
    Updated Greek translation
10002
11522
 
10005
11525
 1 file changed, 498 insertions(+), 536 deletions(-)
10006
11526
 
10007
11527
commit 3d8ec7a7db9d897b01b32d6ff0cb1fbc313643b1
10008
 
Author: Yosef Or Boczko <yoseforb@gmail.com>
10009
 
Date:   Mon Jan 13 08:59:04 2014 +0200
 
11528
Author:     Yosef Or Boczko <yoseforb@gmail.com>
 
11529
AuthorDate: Mon Jan 13 08:59:04 2014 +0200
 
11530
Commit:     Yosef Or Boczko <yoseforb@gmail.com>
 
11531
CommitDate: Mon Jan 13 08:59:04 2014 +0200
10010
11532
 
10011
11533
    Updated Hebrew translation
10012
11534
 
10015
11537
 1 file changed, 827 insertions(+), 631 deletions(-)
10016
11538
 
10017
11539
commit d751e65aff6df64318ab2d95b3098dd155a1e0aa
10018
 
Author: Ryan Lortie <desrt@desrt.ca>
10019
 
Date:   Fri Jan 10 12:28:14 2014 -0500
 
11540
Author:     Ryan Lortie <desrt@desrt.ca>
 
11541
AuthorDate: Fri Jan 10 12:28:14 2014 -0500
 
11542
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11543
CommitDate: Fri Jan 10 12:32:35 2014 -0500
10020
11544
 
10021
11545
    tests: fix leaks in option-context test
10022
11546
 
10033
11557
 1 file changed, 3 insertions(+), 2 deletions(-)
10034
11558
 
10035
11559
commit f062fae4d6d705736c2b1b899c4413b99d4cfc96
10036
 
Author: Ryan Lortie <desrt@desrt.ca>
10037
 
Date:   Fri Jan 10 12:16:24 2014 -0500
 
11560
Author:     Ryan Lortie <desrt@desrt.ca>
 
11561
AuthorDate: Fri Jan 10 12:16:24 2014 -0500
 
11562
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11563
CommitDate: Fri Jan 10 12:32:35 2014 -0500
10038
11564
 
10039
11565
    GOptionContext: add memory-friendly parse mode
10040
11566
 
10055
11581
 3 files changed, 48 insertions(+)
10056
11582
 
10057
11583
commit d3017967d8123e800fd593e22fda1c0d7f40071f
10058
 
Author: Ryan Lortie <desrt@desrt.ca>
10059
 
Date:   Fri Jan 10 11:17:44 2014 -0500
 
11584
Author:     Ryan Lortie <desrt@desrt.ca>
 
11585
AuthorDate: Fri Jan 10 11:17:44 2014 -0500
 
11586
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11587
CommitDate: Fri Jan 10 11:17:44 2014 -0500
10060
11588
 
10061
11589
    GApplication: allow handles_commandline and service
10062
11590
 
10073
11601
 1 file changed, 2 insertions(+), 1 deletion(-)
10074
11602
 
10075
11603
commit e8b7dd32fcfb4be82d3d78561fc36fbc560f3394
10076
 
Author: Ryan Lortie <desrt@desrt.ca>
10077
 
Date:   Sat Oct 26 12:27:20 2013 -0400
 
11604
Author:     Ryan Lortie <desrt@desrt.ca>
 
11605
AuthorDate: Sat Oct 26 12:27:20 2013 -0400
 
11606
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11607
CommitDate: Thu Jan 9 16:15:53 2014 -0500
10078
11608
 
10079
11609
    GApplication: add --gapplication-service switch
10080
11610
 
10100
11630
 1 file changed, 40 insertions(+)
10101
11631
 
10102
11632
commit 8bc63b0ef03ee431eeaaf12191cb2cf983ee7de2
10103
 
Author: Ryan Lortie <desrt@desrt.ca>
10104
 
Date:   Wed Jan 8 11:01:55 2014 -0500
 
11633
Author:     Ryan Lortie <desrt@desrt.ca>
 
11634
AuthorDate: Wed Jan 8 11:01:55 2014 -0500
 
11635
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11636
CommitDate: Wed Jan 8 22:58:06 2014 -0500
10105
11637
 
10106
11638
    gdbus-introspection test: test escaping attributes
10107
11639
 
10113
11645
 1 file changed, 3 insertions(+), 1 deletion(-)
10114
11646
 
10115
11647
commit 04ee78248631e4ae2dc9b7088fee60c57515d3d1
10116
 
Author: Ryan Lortie <desrt@desrt.ca>
10117
 
Date:   Wed Jan 8 10:56:57 2014 -0500
 
11648
Author:     Ryan Lortie <desrt@desrt.ca>
 
11649
AuthorDate: Wed Jan 8 10:56:57 2014 -0500
 
11650
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11651
CommitDate: Wed Jan 8 22:58:06 2014 -0500
10118
11652
 
10119
11653
    gdbus: properly escape introspection annotations
10120
11654
 
10129
11663
 1 file changed, 7 insertions(+), 4 deletions(-)
10130
11664
 
10131
11665
commit 38720494452aa336eb2f168ac4bd2add138c400e
10132
 
Author: Matthias Clasen <mclasen@redhat.com>
10133
 
Date:   Tue Jan 7 22:55:43 2014 -0500
 
11666
Author:     Matthias Clasen <mclasen@redhat.com>
 
11667
AuthorDate: Tue Jan 7 22:55:43 2014 -0500
 
11668
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11669
CommitDate: Tue Jan 7 22:55:43 2014 -0500
10134
11670
 
10135
11671
    Add includes to all gio docs
10136
11672
 
10174
11710
 37 files changed, 46 insertions(+), 8 deletions(-)
10175
11711
 
10176
11712
commit 86497649bbe2c39c61ec34810017af6dc45eaa0c
10177
 
Author: Dan Winship <danw@gnome.org>
10178
 
Date:   Tue Jan 7 11:18:54 2014 -0500
 
11713
Author:     Dan Winship <danw@gnome.org>
 
11714
AuthorDate: Tue Jan 7 11:18:54 2014 -0500
 
11715
Commit:     Dan Winship <danw@gnome.org>
 
11716
CommitDate: Tue Jan 7 12:32:35 2014 -0500
10179
11717
 
10180
11718
    Document g_test_run() order better, and how it changed
10181
11719
 
10189
11727
 2 files changed, 43 insertions(+), 1 deletion(-)
10190
11728
 
10191
11729
commit 0e109fceab05f094baabc10d795c4f489584840c
10192
 
Author: Claudio Saavedra <csaavedra@igalia.com>
10193
 
Date:   Tue Jan 7 11:33:14 2014 +0200
 
11730
Author:     Claudio Saavedra <csaavedra@igalia.com>
 
11731
AuthorDate: Tue Jan 7 11:33:14 2014 +0200
 
11732
Commit:     Claudio Saavedra <csaavedra@igalia.com>
 
11733
CommitDate: Tue Jan 7 11:33:14 2014 +0200
10194
11734
 
10195
11735
    glib/tests: fix build
10196
11736
 
10198
11738
 1 file changed, 1 insertion(+)
10199
11739
 
10200
11740
commit 6bd30a4cb90c406edfd141016e08b36804b98103
10201
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10202
 
Date:   Mon Jan 6 10:05:48 2014 +0800
 
11741
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11742
AuthorDate: Mon Jan 6 10:05:48 2014 +0800
 
11743
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11744
CommitDate: Tue Jan 7 13:36:31 2014 +0800
10203
11745
 
10204
11746
    glib/tests/keyfile.c: Use g_close()
10205
11747
 
10213
11755
 1 file changed, 3 insertions(+), 2 deletions(-)
10214
11756
 
10215
11757
commit 8bb81e7024db1f3e88cde20459ed62981cf372af
10216
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10217
 
Date:   Sat Jan 4 10:52:15 2014 +0800
 
11758
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11759
AuthorDate: Sat Jan 4 10:52:15 2014 +0800
 
11760
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11761
CommitDate: Tue Jan 7 13:35:16 2014 +0800
10218
11762
 
10219
11763
    glib/tests/date.c: Fix the tests on non-English Windows
10220
11764
 
10231
11775
 1 file changed, 8 insertions(+)
10232
11776
 
10233
11777
commit 210f96dfcfec94946ce28e910a5ca2db78335885
10234
 
Author: Ryan Lortie <desrt@desrt.ca>
10235
 
Date:   Mon Jan 6 13:58:41 2014 -0500
 
11778
Author:     Ryan Lortie <desrt@desrt.ca>
 
11779
AuthorDate: Mon Jan 6 13:58:41 2014 -0500
 
11780
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11781
CommitDate: Mon Jan 6 14:00:17 2014 -0500
10236
11782
 
10237
11783
    Fix one-character typo in old NEWS entry
10238
11784
 
10245
11791
 1 file changed, 1 insertion(+), 1 deletion(-)
10246
11792
 
10247
11793
commit eb7ef594defc1b70acb4750a9d785cb42d1057be
10248
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10249
 
Date:   Mon Jan 6 12:31:18 2014 +0800
 
11794
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11795
AuthorDate: Mon Jan 6 12:31:18 2014 +0800
 
11796
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11797
CommitDate: Mon Jan 6 12:31:18 2014 +0800
10250
11798
 
10251
11799
    Fix GLib MSVC Project
10252
11800
 
10258
11806
 2 files changed, 2 insertions(+)
10259
11807
 
10260
11808
commit 940b3c225030494913b2801b05885ae32bb957ac
10261
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10262
 
Date:   Mon Jan 6 12:21:46 2014 +0800
 
11809
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11810
AuthorDate: Mon Jan 6 12:21:46 2014 +0800
 
11811
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11812
CommitDate: Mon Jan 6 12:21:46 2014 +0800
10263
11813
 
10264
11814
    Tidy Up the glib MSVC Project
10265
11815
 
10275
11825
 4 files changed, 247 insertions(+), 165 deletions(-)
10276
11826
 
10277
11827
commit 16c41f0c36e20d63db28bc0938d28bd9e40bf1e4
10278
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10279
 
Date:   Mon Jan 6 11:22:39 2014 +0800
 
11828
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11829
AuthorDate: Mon Jan 6 11:22:39 2014 +0800
 
11830
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11831
CommitDate: Mon Jan 6 11:22:39 2014 +0800
10280
11832
 
10281
11833
    Drop the testglib MSVC Projects
10282
11834
 
10302
11854
 9 files changed, 399 deletions(-)
10303
11855
 
10304
11856
commit 71c9ea42f81efef48e58bcd9223fe11b63ab8489
10305
 
Author: Matthias Clasen <mclasen@redhat.com>
10306
 
Date:   Sat Jan 4 21:09:18 2014 -0500
 
11857
Author:     Matthias Clasen <mclasen@redhat.com>
 
11858
AuthorDate: Sat Jan 4 21:09:18 2014 -0500
 
11859
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11860
CommitDate: Sat Jan 4 21:09:18 2014 -0500
10307
11861
 
10308
11862
    Use tap mode for installed tests too, when using tap
10309
11863
 
10311
11865
 1 file changed, 2 insertions(+), 1 deletion(-)
10312
11866
 
10313
11867
commit b3253fe02521969d4f4299136ae34a7e147adc2a
10314
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
10315
 
Date:   Sat Jan 4 22:04:20 2014 +0100
 
11868
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
11869
AuthorDate: Sat Jan 4 22:04:20 2014 +0100
 
11870
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11871
CommitDate: Sat Jan 4 18:46:52 2014 -0500
10316
11872
 
10317
11873
    glib/tests: Fix non-debug build of slice test
10318
11874
 
10322
11878
 1 file changed, 4 insertions(+)
10323
11879
 
10324
11880
commit 33f81cc509198e65f76a506340eb9863ca7120ce
10325
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
10326
 
Date:   Sat Jan 4 01:40:24 2014 -0500
 
11881
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
11882
AuthorDate: Sat Jan 4 01:40:24 2014 -0500
 
11883
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
11884
CommitDate: Sat Jan 4 01:40:27 2014 -0500
10327
11885
 
10328
11886
    tests/keyfile: Fix build
10329
11887
 
10331
11889
 1 file changed, 2 insertions(+)
10332
11890
 
10333
11891
commit 589aed9383c6008d71ae5fe12356ffdd944802f0
10334
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10335
 
Date:   Fri Jan 3 23:48:04 2014 +0800
 
11892
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11893
AuthorDate: Fri Jan 3 23:48:04 2014 +0800
 
11894
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11895
CommitDate: Sat Jan 4 10:44:17 2014 +0800
10336
11896
 
10337
11897
    gio/tests/giomodule.c: Use G_MODULE_SUFFIX
10338
11898
 
10347
11907
 1 file changed, 1 insertion(+), 1 deletion(-)
10348
11908
 
10349
11909
commit 3fd6edab66244b100c32dc0a8b0720fe61431dcc
10350
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10351
 
Date:   Tue Dec 17 10:58:15 2013 +0800
 
11910
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11911
AuthorDate: Tue Dec 17 10:58:15 2013 +0800
 
11912
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
11913
CommitDate: Sat Jan 4 10:42:28 2014 +0800
10352
11914
 
10353
11915
    Fix the Keyfile Test on Windows
10354
11916
 
10371
11933
 1 file changed, 4 insertions(+), 1 deletion(-)
10372
11934
 
10373
11935
commit 6448f875529bb6c79f64550b62c3e294c3a6efa5
10374
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
10375
 
Date:   Thu Jan 2 19:40:47 2014 -0600
 
11936
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
11937
AuthorDate: Thu Jan 2 19:40:47 2014 -0600
 
11938
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
11939
CommitDate: Thu Jan 2 19:40:47 2014 -0600
10376
11940
 
10377
11941
    docs: fix two typos
10378
11942
 
10380
11944
 1 file changed, 2 insertions(+), 2 deletions(-)
10381
11945
 
10382
11946
commit 1867fc210fa14d68d1b139a04c5d79a0e344c6bc
10383
 
Author: Ryan Lortie <desrt@desrt.ca>
10384
 
Date:   Thu Jan 2 16:43:13 2014 -0500
 
11947
Author:     Ryan Lortie <desrt@desrt.ca>
 
11948
AuthorDate: Thu Jan 2 16:43:13 2014 -0500
 
11949
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11950
CommitDate: Thu Jan 2 20:38:40 2014 -0500
10385
11951
 
10386
11952
    unix signals: stop using atomics
10387
11953
 
10393
11959
 1 file changed, 14 insertions(+), 1 deletion(-)
10394
11960
 
10395
11961
commit 23ec1b9aca13d862e30be69e642d7022f7760fcb
10396
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
10397
 
Date:   Thu Jan 2 22:08:14 2014 -0200
 
11962
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
11963
AuthorDate: Thu Jan 2 22:08:14 2014 -0200
 
11964
Commit:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
11965
CommitDate: Thu Jan 2 22:08:14 2014 -0200
10398
11966
 
10399
11967
    Updated Brazilian Portuguese translation
10400
11968
 
10403
11971
 1 file changed, 522 insertions(+), 500 deletions(-)
10404
11972
 
10405
11973
commit 2b289cc5659276f570e9862ab8fd9d3733b88c22
10406
 
Author: Matthias Clasen <mclasen@redhat.com>
10407
 
Date:   Thu Jan 2 13:25:41 2014 -0500
 
11974
Author:     Matthias Clasen <mclasen@redhat.com>
 
11975
AuthorDate: Thu Jan 2 13:25:41 2014 -0500
 
11976
Commit:     Matthias Clasen <mclasen@redhat.com>
 
11977
CommitDate: Thu Jan 2 13:36:37 2014 -0500
10408
11978
 
10409
11979
    Fix make install with --disable-installed-tests
10410
11980
 
10417
11987
 2 files changed, 18 insertions(+), 5 deletions(-)
10418
11988
 
10419
11989
commit c09cfc1c8a218a320faa7f624e6ac3194fcd8049
10420
 
Author: Ryan Lortie <desrt@desrt.ca>
10421
 
Date:   Thu Jan 2 12:54:12 2014 -0500
 
11990
Author:     Ryan Lortie <desrt@desrt.ca>
 
11991
AuthorDate: Thu Jan 2 12:54:12 2014 -0500
 
11992
Commit:     Ryan Lortie <desrt@desrt.ca>
 
11993
CommitDate: Thu Jan 2 12:54:12 2014 -0500
10422
11994
 
10423
11995
    GFile: fix uninitialised variable
10424
11996
 
10430
12002
 1 file changed, 1 insertion(+), 1 deletion(-)
10431
12003
 
10432
12004
commit 51b3dd73329ddabfd4fd72c23fa220ee948a854f
10433
 
Author: Ryan Lortie <desrt@desrt.ca>
10434
 
Date:   Thu Jan 2 01:38:07 2014 -0500
 
12005
Author:     Ryan Lortie <desrt@desrt.ca>
 
12006
AuthorDate: Thu Jan 2 01:38:07 2014 -0500
 
12007
Commit:     Ryan Lortie <desrt@desrt.ca>
 
12008
CommitDate: Thu Jan 2 10:08:55 2014 -0500
10435
12009
 
10436
12010
    GDBusConnection: don't write to stdout
10437
12011
 
10447
12021
 2 files changed, 7 insertions(+), 7 deletions(-)
10448
12022
 
10449
12023
commit 8976175ba9913219d5469f022ceac03a106b4c54
10450
 
Author: Ryan Lortie <desrt@desrt.ca>
10451
 
Date:   Thu Jan 2 01:55:07 2014 -0500
 
12024
Author:     Ryan Lortie <desrt@desrt.ca>
 
12025
AuthorDate: Thu Jan 2 01:55:07 2014 -0500
 
12026
Commit:     Ryan Lortie <desrt@desrt.ca>
 
12027
CommitDate: Thu Jan 2 01:55:07 2014 -0500
10452
12028
 
10453
12029
    gsettings: tweak test for last commit
10454
12030
 
10459
12035
 1 file changed, 2 insertions(+), 1 deletion(-)
10460
12036
 
10461
12037
commit c7636ce64b8c4bf89fe75e9431d7d583a1573424
10462
 
Author: Ryan Lortie <desrt@desrt.ca>
10463
 
Date:   Sat Dec 21 23:13:57 2013 -0500
 
12038
Author:     Ryan Lortie <desrt@desrt.ca>
 
12039
AuthorDate: Sat Dec 21 23:13:57 2013 -0500
 
12040
Commit:     Ryan Lortie <desrt@desrt.ca>
 
12041
CommitDate: Thu Jan 2 01:50:40 2014 -0500
10464
12042
 
10465
12043
    g_settings_get_child(): inherit backend
10466
12044
 
10476
12054
 1 file changed, 1 insertion(+)
10477
12055
 
10478
12056
commit d25b655bf579ccc7e2e56a9b2185177fde04e058
10479
 
Author: Matthias Clasen <mclasen@redhat.com>
10480
 
Date:   Wed Jan 1 23:28:23 2014 -0500
 
12057
Author:     Matthias Clasen <mclasen@redhat.com>
 
12058
AuthorDate: Wed Jan 1 23:28:23 2014 -0500
 
12059
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12060
CommitDate: Wed Jan 1 23:28:23 2014 -0500
10481
12061
 
10482
12062
    Make symlink test work installed
10483
12063
 
10489
12069
 1 file changed, 11 insertions(+), 4 deletions(-)
10490
12070
 
10491
12071
commit d91023fb4c9ac329aa5eed97e37a3f1b661a2203
10492
 
Author: Matthias Clasen <mclasen@redhat.com>
10493
 
Date:   Wed Jan 1 22:39:32 2014 -0500
 
12072
Author:     Matthias Clasen <mclasen@redhat.com>
 
12073
AuthorDate: Wed Jan 1 22:39:32 2014 -0500
 
12074
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12075
CommitDate: Wed Jan 1 22:39:32 2014 -0500
10494
12076
 
10495
12077
    Drop locale-dependent timeval tests
10496
12078
 
10498
12080
 1 file changed, 2 deletions(-)
10499
12081
 
10500
12082
commit 11ddb843b9a0f7b56cb0c4b166eacd321e3e6dd3
10501
 
Author: Matthias Clasen <mclasen@redhat.com>
10502
 
Date:   Wed Jan 1 22:30:24 2014 -0500
 
12083
Author:     Matthias Clasen <mclasen@redhat.com>
 
12084
AuthorDate: Wed Jan 1 22:30:24 2014 -0500
 
12085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12086
CommitDate: Wed Jan 1 22:30:24 2014 -0500
10503
12087
 
10504
12088
    Make /contenttype/tree test work installed
10505
12089
 
10512
12096
 1 file changed, 3 insertions(+)
10513
12097
 
10514
12098
commit dba1ae12a89e2acc8229db0e2f678109b836c6d0
10515
 
Author: Matthias Clasen <mclasen@redhat.com>
10516
 
Date:   Wed Jan 1 22:01:15 2014 -0500
 
12099
Author:     Matthias Clasen <mclasen@redhat.com>
 
12100
AuthorDate: Wed Jan 1 22:01:15 2014 -0500
 
12101
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12102
CommitDate: Wed Jan 1 22:01:15 2014 -0500
10517
12103
 
10518
12104
    Avoid a compiler warning
10519
12105
 
10521
12107
 1 file changed, 1 insertion(+), 1 deletion(-)
10522
12108
 
10523
12109
commit 6106e38c8e7cbf523fd3a9c638ffc32133d2a7a4
10524
 
Author: Matthias Clasen <mclasen@redhat.com>
10525
 
Date:   Wed Jan 1 21:39:51 2014 -0500
 
12110
Author:     Matthias Clasen <mclasen@redhat.com>
 
12111
AuthorDate: Wed Jan 1 21:39:51 2014 -0500
 
12112
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12113
CommitDate: Wed Jan 1 21:41:16 2014 -0500
10526
12114
 
10527
12115
    Make timeval tests independent of the environment
10528
12116
 
10533
12121
 1 file changed, 4 insertions(+)
10534
12122
 
10535
12123
commit cda4080af079b733d8e8ad50fae3527cbdf11e15
10536
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
10537
 
Date:   Thu Jan 2 09:54:18 2014 +0800
 
12124
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
12125
AuthorDate: Thu Jan 2 09:54:18 2014 +0800
 
12126
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
12127
CommitDate: Thu Jan 2 09:54:18 2014 +0800
10538
12128
 
10539
12129
    MSVC 2012 Projects: Rename a Property Sheet
10540
12130
 
10546
12136
 1 file changed, 1 insertion(+), 1 deletion(-)
10547
12137
 
10548
12138
commit 76584e7ae3c3676e6445637f1ad026e5af857938
10549
 
Author: Ryan Lortie <desrt@desrt.ca>
10550
 
Date:   Tue Oct 29 11:11:28 2013 -0700
 
12139
Author:     Ryan Lortie <desrt@desrt.ca>
 
12140
AuthorDate: Tue Oct 29 11:11:28 2013 -0700
 
12141
Commit:     Colin Walters <walters@verbum.org>
 
12142
CommitDate: Wed Jan 1 19:19:59 2014 -0500
10551
12143
 
10552
12144
    Fix races in unix signal dispatch
10553
12145
 
10577
12169
 1 file changed, 20 insertions(+), 7 deletions(-)
10578
12170
 
10579
12171
commit 97d9138f6c4367bdfe76e3e46871a683c4a2d051
10580
 
Author: Colin Walters <walters@verbum.org>
10581
 
Date:   Wed Jan 1 19:05:34 2014 -0500
 
12172
Author:     Colin Walters <walters@verbum.org>
 
12173
AuthorDate: Wed Jan 1 19:05:34 2014 -0500
 
12174
Commit:     Colin Walters <walters@verbum.org>
 
12175
CommitDate: Wed Jan 1 19:05:34 2014 -0500
10582
12176
 
10583
12177
    gio/tests: Fix usage of BUILT_SOURCES
10584
12178
 
10586
12180
 1 file changed, 1 insertion(+), 1 deletion(-)
10587
12181
 
10588
12182
commit 52cefa239dd5b83b084107a4994d67f719812338
10589
 
Author: Yosef Or Boczko <yoseforb@gmail.com>
10590
 
Date:   Thu Jan 2 01:40:26 2014 +0200
 
12183
Author:     Yosef Or Boczko <yoseforb@gmail.com>
 
12184
AuthorDate: Thu Jan 2 01:40:26 2014 +0200
 
12185
Commit:     Yosef Or Boczko <yoseforb@gmail.com>
 
12186
CommitDate: Thu Jan 2 01:40:26 2014 +0200
10591
12187
 
10592
12188
    Fix doc build
10593
12189
 
10595
12191
 1 file changed, 2 deletions(-)
10596
12192
 
10597
12193
commit f9f7ad2557bac58452f827b7890d8ef246e53ede
10598
 
Author: Matthias Clasen <mclasen@redhat.com>
10599
 
Date:   Wed Jan 1 17:42:33 2014 -0500
 
12194
Author:     Matthias Clasen <mclasen@redhat.com>
 
12195
AuthorDate: Wed Jan 1 17:42:33 2014 -0500
 
12196
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12197
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10600
12198
 
10601
12199
    Improve gutils.c test coverage
10602
12200
 
10604
12202
 1 file changed, 11 insertions(+)
10605
12203
 
10606
12204
commit 3de604d438feb851c7517ab04a823d25bd1997ba
10607
 
Author: Matthias Clasen <mclasen@redhat.com>
10608
 
Date:   Wed Jan 1 17:41:59 2014 -0500
 
12205
Author:     Matthias Clasen <mclasen@redhat.com>
 
12206
AuthorDate: Wed Jan 1 17:41:59 2014 -0500
 
12207
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12208
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10609
12209
 
10610
12210
    Improve GDate test coverage
10611
12211
 
10613
12213
 1 file changed, 35 insertions(+)
10614
12214
 
10615
12215
commit 5e6d86877ddf9961b6dbe37d02a2ce2d31b9d6cf
10616
 
Author: Matthias Clasen <mclasen@redhat.com>
10617
 
Date:   Tue Dec 31 09:19:50 2013 -0500
 
12216
Author:     Matthias Clasen <mclasen@redhat.com>
 
12217
AuthorDate: Tue Dec 31 09:19:50 2013 -0500
 
12218
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12219
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10618
12220
 
10619
12221
    Improve GIOChannel test coverage
10620
12222
 
10622
12224
 1 file changed, 4 insertions(+)
10623
12225
 
10624
12226
commit 5ec36cd02ae2efacf2dd11c218afa2b3ab1dee40
10625
 
Author: Matthias Clasen <mclasen@redhat.com>
10626
 
Date:   Tue Dec 31 09:19:22 2013 -0500
 
12227
Author:     Matthias Clasen <mclasen@redhat.com>
 
12228
AuthorDate: Tue Dec 31 09:19:22 2013 -0500
 
12229
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12230
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10627
12231
 
10628
12232
    Improve hostutils test coverage
10629
12233
 
10631
12235
 1 file changed, 3 insertions(+), 1 deletion(-)
10632
12236
 
10633
12237
commit baceea958207bc6a010bae6bc87805f97611cccf
10634
 
Author: Matthias Clasen <mclasen@redhat.com>
10635
 
Date:   Tue Dec 31 09:18:50 2013 -0500
 
12238
Author:     Matthias Clasen <mclasen@redhat.com>
 
12239
AuthorDate: Tue Dec 31 09:18:50 2013 -0500
 
12240
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12241
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10636
12242
 
10637
12243
    Improve GVariant test coverage
10638
12244
 
10641
12247
 1 file changed, 201 insertions(+), 3 deletions(-)
10642
12248
 
10643
12249
commit ec0d6d7812a655355afeb14d76647fc00c047102
10644
 
Author: Matthias Clasen <mclasen@redhat.com>
10645
 
Date:   Tue Dec 31 09:18:30 2013 -0500
 
12250
Author:     Matthias Clasen <mclasen@redhat.com>
 
12251
AuthorDate: Tue Dec 31 09:18:30 2013 -0500
 
12252
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12253
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10646
12254
 
10647
12255
    Test stdio wrappers
10648
12256
 
10651
12259
 1 file changed, 76 insertions(+), 2 deletions(-)
10652
12260
 
10653
12261
commit 93dad4808e6ea74a3688db7942a630ff857dd0e5
10654
 
Author: Matthias Clasen <mclasen@redhat.com>
10655
 
Date:   Mon Dec 30 20:18:15 2013 -0500
 
12262
Author:     Matthias Clasen <mclasen@redhat.com>
 
12263
AuthorDate: Mon Dec 30 20:18:15 2013 -0500
 
12264
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12265
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10656
12266
 
10657
12267
    Trivial typo fix
10658
12268
 
10661
12271
 2 files changed, 2 insertions(+), 2 deletions(-)
10662
12272
 
10663
12273
commit 90aa4ed0a061ac7dfcf9d92b7cd1acf3ad70e8aa
10664
 
Author: Matthias Clasen <mclasen@redhat.com>
10665
 
Date:   Mon Dec 30 10:55:07 2013 -0500
 
12274
Author:     Matthias Clasen <mclasen@redhat.com>
 
12275
AuthorDate: Mon Dec 30 10:55:07 2013 -0500
 
12276
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12277
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10666
12278
 
10667
12279
    Improve charset test coverage
10668
12280
 
10670
12282
 1 file changed, 16 insertions(+)
10671
12283
 
10672
12284
commit 4f0a13effca82febccb0e84d0017bf378359fb69
10673
 
Author: Matthias Clasen <mclasen@redhat.com>
10674
 
Date:   Mon Dec 30 10:54:46 2013 -0500
 
12285
Author:     Matthias Clasen <mclasen@redhat.com>
 
12286
AuthorDate: Mon Dec 30 10:54:46 2013 -0500
 
12287
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12288
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10675
12289
 
10676
12290
    Add tests for g_malloc
10677
12291
 
10681
12295
 2 files changed, 118 insertions(+)
10682
12296
 
10683
12297
commit 58cdf0b474ddcc94ba0bedc39c778cfa93c518ce
10684
 
Author: Matthias Clasen <mclasen@redhat.com>
10685
 
Date:   Mon Dec 30 10:53:32 2013 -0500
 
12298
Author:     Matthias Clasen <mclasen@redhat.com>
 
12299
AuthorDate: Mon Dec 30 10:53:32 2013 -0500
 
12300
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12301
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10686
12302
 
10687
12303
    Drop memory-related trap variables
10688
12304
 
10696
12312
 2 files changed, 67 deletions(-)
10697
12313
 
10698
12314
commit 6d3b83a8c131e190da5db10d81c0d3cc0e3c6768
10699
 
Author: Matthias Clasen <mclasen@redhat.com>
10700
 
Date:   Mon Dec 30 09:49:30 2013 -0500
 
12315
Author:     Matthias Clasen <mclasen@redhat.com>
 
12316
AuthorDate: Mon Dec 30 09:49:30 2013 -0500
 
12317
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12318
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10701
12319
 
10702
12320
    Improve GAsyncQueue test coverage
10703
12321
 
10705
12323
 1 file changed, 13 insertions(+)
10706
12324
 
10707
12325
commit 9a2c8d89c7b5039475bbe17c043cd9d7c884fc9f
10708
 
Author: Matthias Clasen <mclasen@redhat.com>
10709
 
Date:   Mon Dec 30 09:48:56 2013 -0500
 
12326
Author:     Matthias Clasen <mclasen@redhat.com>
 
12327
AuthorDate: Mon Dec 30 09:48:56 2013 -0500
 
12328
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12329
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10710
12330
 
10711
12331
    Improve test coverage of g_utf8_collate_key_for_filename
10712
12332
 
10719
12339
 1 file changed, 57 insertions(+), 3 deletions(-)
10720
12340
 
10721
12341
commit 32e0499c5623a69575c408944cd56a7e5b755d9e
10722
 
Author: Matthias Clasen <mclasen@redhat.com>
10723
 
Date:   Mon Dec 30 09:48:29 2013 -0500
 
12342
Author:     Matthias Clasen <mclasen@redhat.com>
 
12343
AuthorDate: Mon Dec 30 09:48:29 2013 -0500
 
12344
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12345
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10724
12346
 
10725
12347
    Add tests for g_spaced_primes_closest
10726
12348
 
10728
12350
 1 file changed, 46 insertions(+)
10729
12351
 
10730
12352
commit 4989cb4ddefe9daca94b20ec4e4912e38c7b237e
10731
 
Author: Matthias Clasen <mclasen@redhat.com>
10732
 
Date:   Mon Dec 30 09:48:10 2013 -0500
 
12353
Author:     Matthias Clasen <mclasen@redhat.com>
 
12354
AuthorDate: Mon Dec 30 09:48:10 2013 -0500
 
12355
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12356
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10733
12357
 
10734
12358
    Improve GOptionContext test coverage
10735
12359
 
10738
12362
 1 file changed, 60 insertions(+)
10739
12363
 
10740
12364
commit d6bd36c6992c9b2b4b47391b47d954c8b64e44c3
10741
 
Author: Matthias Clasen <mclasen@redhat.com>
10742
 
Date:   Mon Dec 30 09:47:49 2013 -0500
 
12365
Author:     Matthias Clasen <mclasen@redhat.com>
 
12366
AuthorDate: Mon Dec 30 09:47:49 2013 -0500
 
12367
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12368
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10743
12369
 
10744
12370
    Improve GBookmarkFile test coverage
10745
12371
 
10751
12377
 4 files changed, 266 insertions(+)
10752
12378
 
10753
12379
commit 14359e17c99fdcd9f7492aad0b4795e18795e540
10754
 
Author: Matthias Clasen <mclasen@redhat.com>
10755
 
Date:   Tue Dec 31 12:45:09 2013 -0500
 
12380
Author:     Matthias Clasen <mclasen@redhat.com>
 
12381
AuthorDate: Tue Dec 31 12:45:09 2013 -0500
 
12382
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12383
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10756
12384
 
10757
12385
    GBookmarkFile: Streamline error handling a bit
10758
12386
 
10760
12388
 1 file changed, 4 insertions(+), 17 deletions(-)
10761
12389
 
10762
12390
commit 228a2c82f6c51bda71c36952cba72bafa7344e9f
10763
 
Author: Matthias Clasen <mclasen@redhat.com>
10764
 
Date:   Tue Dec 31 12:48:05 2013 -0500
 
12391
Author:     Matthias Clasen <mclasen@redhat.com>
 
12392
AuthorDate: Tue Dec 31 12:48:05 2013 -0500
 
12393
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12394
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10765
12395
 
10766
12396
    GBookmarkFile: Remove dead code
10767
12397
 
10772
12402
 1 file changed, 20 deletions(-)
10773
12403
 
10774
12404
commit 0f746070d813aa3d7e181a3b29828d7a9ad66953
10775
 
Author: Matthias Clasen <mclasen@redhat.com>
10776
 
Date:   Mon Dec 30 09:45:53 2013 -0500
 
12405
Author:     Matthias Clasen <mclasen@redhat.com>
 
12406
AuthorDate: Mon Dec 30 09:45:53 2013 -0500
 
12407
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12408
CommitDate: Wed Jan 1 17:59:22 2014 -0500
10777
12409
 
10778
12410
    Make a bookmark testfile roundtrippable
10779
12411
 
10783
12415
 1 file changed, 6 insertions(+), 9 deletions(-)
10784
12416
 
10785
12417
commit 95f13ded9243c7ea9e7ded8e013f683a6c1bb2b5
10786
 
Author: Matthias Clasen <mclasen@redhat.com>
10787
 
Date:   Mon Dec 30 08:57:04 2013 -0500
 
12418
Author:     Matthias Clasen <mclasen@redhat.com>
 
12419
AuthorDate: Mon Dec 30 08:57:04 2013 -0500
 
12420
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12421
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10788
12422
 
10789
12423
    Trivial formatting fixes
10790
12424
 
10792
12426
 1 file changed, 6 insertions(+), 6 deletions(-)
10793
12427
 
10794
12428
commit d264d32d3b0a5080bc41186d3ef11dd4373af2b5
10795
 
Author: Matthias Clasen <mclasen@redhat.com>
10796
 
Date:   Sun Dec 29 13:47:43 2013 -0500
 
12429
Author:     Matthias Clasen <mclasen@redhat.com>
 
12430
AuthorDate: Sun Dec 29 13:47:43 2013 -0500
 
12431
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12432
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10797
12433
 
10798
12434
    Improve glib-unix test coverage
10799
12435
 
10801
12437
 1 file changed, 33 insertions(+)
10802
12438
 
10803
12439
commit 6814f7ebd9013a2df439bd81346960421e726a3c
10804
 
Author: Matthias Clasen <mclasen@redhat.com>
10805
 
Date:   Sun Dec 29 13:46:00 2013 -0500
 
12440
Author:     Matthias Clasen <mclasen@redhat.com>
 
12441
AuthorDate: Sun Dec 29 13:46:00 2013 -0500
 
12442
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12443
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10806
12444
 
10807
12445
    Improve GHashTable test coverage
10808
12446
 
10810
12448
 1 file changed, 26 insertions(+), 1 deletion(-)
10811
12449
 
10812
12450
commit 95d4856760d0e5c81c14f60c88a986eaed12cbe2
10813
 
Author: Matthias Clasen <mclasen@redhat.com>
10814
 
Date:   Sun Dec 29 13:45:38 2013 -0500
 
12451
Author:     Matthias Clasen <mclasen@redhat.com>
 
12452
AuthorDate: Sun Dec 29 13:45:38 2013 -0500
 
12453
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12454
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10815
12455
 
10816
12456
    Add a test for g_markup_parse_context_get_element_stack
10817
12457
 
10821
12461
 2 files changed, 99 insertions(+)
10822
12462
 
10823
12463
commit 27e352985bf0734e9209e8052dc966a05e6bfae1
10824
 
Author: Matthias Clasen <mclasen@redhat.com>
10825
 
Date:   Sun Dec 29 13:43:28 2013 -0500
 
12464
Author:     Matthias Clasen <mclasen@redhat.com>
 
12465
AuthorDate: Sun Dec 29 13:43:28 2013 -0500
 
12466
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12467
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10826
12468
 
10827
12469
    Remove broken attempt at parsing date-only
10828
12470
 
10840
12482
 2 files changed, 7 insertions(+), 12 deletions(-)
10841
12483
 
10842
12484
commit 680c348bb4f7b815ff58a48df915f67e175dea4f
10843
 
Author: Matthias Clasen <mclasen@redhat.com>
10844
 
Date:   Sun Dec 29 07:55:14 2013 -0500
 
12485
Author:     Matthias Clasen <mclasen@redhat.com>
 
12486
AuthorDate: Sun Dec 29 07:55:14 2013 -0500
 
12487
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12488
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10845
12489
 
10846
12490
    Add missing includes
10847
12491
 
10852
12496
 2 files changed, 3 insertions(+)
10853
12497
 
10854
12498
commit cc8c1541c9ed420ca8a3a8c21605341e5c6f5939
10855
 
Author: Matthias Clasen <mclasen@redhat.com>
10856
 
Date:   Sun Dec 29 07:23:19 2013 -0500
 
12499
Author:     Matthias Clasen <mclasen@redhat.com>
 
12500
AuthorDate: Sun Dec 29 07:23:19 2013 -0500
 
12501
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12502
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10857
12503
 
10858
12504
    Improve mainloop test coverage
10859
12505
 
10862
12508
 1 file changed, 69 insertions(+)
10863
12509
 
10864
12510
commit 24d992f8a16347e13a4351db63b9e3a0c97b9577
10865
 
Author: Matthias Clasen <mclasen@redhat.com>
10866
 
Date:   Sun Dec 29 07:23:01 2013 -0500
 
12511
Author:     Matthias Clasen <mclasen@redhat.com>
 
12512
AuthorDate: Sun Dec 29 07:23:01 2013 -0500
 
12513
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12514
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10867
12515
 
10868
12516
    Add tests for GTimer and GTimeVal
10869
12517
 
10873
12521
 2 files changed, 214 insertions(+)
10874
12522
 
10875
12523
commit 2ded47e9558c49e5ad281b693a9c1a7f1180355d
10876
 
Author: Matthias Clasen <mclasen@redhat.com>
10877
 
Date:   Wed Dec 25 23:52:15 2013 -0500
 
12524
Author:     Matthias Clasen <mclasen@redhat.com>
 
12525
AuthorDate: Wed Dec 25 23:52:15 2013 -0500
 
12526
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12527
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10878
12528
 
10879
12529
    Improve GTree test coverage
10880
12530
 
10883
12533
 1 file changed, 129 insertions(+), 15 deletions(-)
10884
12534
 
10885
12535
commit 6e23e6c641022f15dfa4fa6da6fddc1f37cd92c6
10886
 
Author: Matthias Clasen <mclasen@redhat.com>
10887
 
Date:   Wed Dec 25 23:51:58 2013 -0500
 
12536
Author:     Matthias Clasen <mclasen@redhat.com>
 
12537
AuthorDate: Wed Dec 25 23:51:58 2013 -0500
 
12538
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12539
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10888
12540
 
10889
12541
    Improve logging test coverage
10890
12542
 
10892
12544
 1 file changed, 21 insertions(+), 11 deletions(-)
10893
12545
 
10894
12546
commit cdb14a194e08eac5e34ac22f0183a478cfc413d7
10895
 
Author: Matthias Clasen <mclasen@redhat.com>
10896
 
Date:   Wed Dec 25 23:51:26 2013 -0500
 
12547
Author:     Matthias Clasen <mclasen@redhat.com>
 
12548
AuthorDate: Wed Dec 25 23:51:26 2013 -0500
 
12549
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12550
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10897
12551
 
10898
12552
    Improve testing test coverage
10899
12553
 
10903
12557
 1 file changed, 41 insertions(+)
10904
12558
 
10905
12559
commit 3343bc3385c54f9098869103a7817a71a7e05ca7
10906
 
Author: Matthias Clasen <mclasen@redhat.com>
10907
 
Date:   Wed Dec 25 23:50:37 2013 -0500
 
12560
Author:     Matthias Clasen <mclasen@redhat.com>
 
12561
AuthorDate: Wed Dec 25 23:50:37 2013 -0500
 
12562
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12563
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10908
12564
 
10909
12565
    Fix g_test_trap_reached_timeout
10910
12566
 
10915
12571
 1 file changed, 1 insertion(+), 1 deletion(-)
10916
12572
 
10917
12573
commit e013cf9cad56e919af2f057eb52d58371483a6f8
10918
 
Author: Matthias Clasen <mclasen@redhat.com>
10919
 
Date:   Tue Dec 24 23:35:31 2013 -0500
 
12574
Author:     Matthias Clasen <mclasen@redhat.com>
 
12575
AuthorDate: Tue Dec 24 23:35:31 2013 -0500
 
12576
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12577
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10920
12578
 
10921
12579
    Improve GSlice test coverage
10922
12580
 
10925
12583
 1 file changed, 150 insertions(+)
10926
12584
 
10927
12585
commit 19ad8dbfa6dd83c015b1d2a74e61417605c53e7d
10928
 
Author: Matthias Clasen <mclasen@redhat.com>
10929
 
Date:   Tue Dec 24 23:33:28 2013 -0500
 
12586
Author:     Matthias Clasen <mclasen@redhat.com>
 
12587
AuthorDate: Tue Dec 24 23:33:28 2013 -0500
 
12588
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12589
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10930
12590
 
10931
12591
    Improve GNode test coverage
10932
12592
 
10935
12595
 1 file changed, 165 insertions(+), 63 deletions(-)
10936
12596
 
10937
12597
commit 6fe85aee8ded23719faff64599299fd6c2ea480b
10938
 
Author: Matthias Clasen <mclasen@redhat.com>
10939
 
Date:   Tue Dec 24 23:26:25 2013 -0500
 
12598
Author:     Matthias Clasen <mclasen@redhat.com>
 
12599
AuthorDate: Tue Dec 24 23:26:25 2013 -0500
 
12600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12601
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10940
12602
 
10941
12603
    Improve fileutils test coverage
10942
12604
 
10946
12608
 1 file changed, 43 insertions(+)
10947
12609
 
10948
12610
commit f16753cfe04006144bdfbd1fb7d3dab20024915b
10949
 
Author: Matthias Clasen <mclasen@redhat.com>
10950
 
Date:   Tue Dec 24 23:24:40 2013 -0500
 
12611
Author:     Matthias Clasen <mclasen@redhat.com>
 
12612
AuthorDate: Tue Dec 24 23:24:40 2013 -0500
 
12613
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12614
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10951
12615
 
10952
12616
    Unify error reporting in gfileutils.c
10953
12617
 
10959
12623
 1 file changed, 88 insertions(+), 130 deletions(-)
10960
12624
 
10961
12625
commit 2299bcd88d7bc99e787b4ee878355e6eddb778ca
10962
 
Author: Matthias Clasen <mclasen@redhat.com>
10963
 
Date:   Tue Dec 24 00:06:00 2013 -0500
 
12626
Author:     Matthias Clasen <mclasen@redhat.com>
 
12627
AuthorDate: Tue Dec 24 00:06:00 2013 -0500
 
12628
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12629
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10964
12630
 
10965
12631
    Improve GResourceFile test coverage
10966
12632
 
10968
12634
 1 file changed, 2 insertions(+)
10969
12635
 
10970
12636
commit 3eeeb7aaa7d601eb6f46005a03638744a890e9f8
10971
 
Author: Matthias Clasen <mclasen@redhat.com>
10972
 
Date:   Tue Dec 24 00:05:36 2013 -0500
 
12637
Author:     Matthias Clasen <mclasen@redhat.com>
 
12638
AuthorDate: Tue Dec 24 00:05:36 2013 -0500
 
12639
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12640
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10973
12641
 
10974
12642
    Improve gsettings test coverage
10975
12643
 
10977
12645
 1 file changed, 9 insertions(+)
10978
12646
 
10979
12647
commit 1041fc21905767fc15cf1ec9a4ff3ecb0fdcd6d9
10980
 
Author: Matthias Clasen <mclasen@redhat.com>
10981
 
Date:   Tue Dec 24 00:05:01 2013 -0500
 
12648
Author:     Matthias Clasen <mclasen@redhat.com>
 
12649
AuthorDate: Tue Dec 24 00:05:01 2013 -0500
 
12650
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12651
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10982
12652
 
10983
12653
    Improve gdbus test coverage
10984
12654
 
10986
12656
 1 file changed, 11 insertions(+)
10987
12657
 
10988
12658
commit df3ac947ac5c9ecb55789f81e8770a44af92a31c
10989
 
Author: Matthias Clasen <mclasen@redhat.com>
10990
 
Date:   Tue Dec 24 00:04:44 2013 -0500
 
12659
Author:     Matthias Clasen <mclasen@redhat.com>
 
12660
AuthorDate: Tue Dec 24 00:04:44 2013 -0500
 
12661
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12662
CommitDate: Wed Jan 1 17:59:21 2014 -0500
10991
12663
 
10992
12664
    Improve converter test coverage
10993
12665
 
10995
12667
 1 file changed, 24 insertions(+)
10996
12668
 
10997
12669
commit 354ae1d61c0a03c245ab1c191780e470c2608679
10998
 
Author: Matthias Clasen <mclasen@redhat.com>
10999
 
Date:   Tue Dec 24 00:04:14 2013 -0500
 
12670
Author:     Matthias Clasen <mclasen@redhat.com>
 
12671
AuthorDate: Tue Dec 24 00:04:14 2013 -0500
 
12672
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12673
CommitDate: Wed Jan 1 17:59:21 2014 -0500
11000
12674
 
11001
12675
    Add tests for remote actions
11002
12676
 
11008
12682
 2 files changed, 151 insertions(+), 2 deletions(-)
11009
12683
 
11010
12684
commit 8aeb391a771302fa6818a37a76e1240c955ce8f5
11011
 
Author: Matthias Clasen <mclasen@redhat.com>
11012
 
Date:   Tue Dec 24 00:03:20 2013 -0500
 
12685
Author:     Matthias Clasen <mclasen@redhat.com>
 
12686
AuthorDate: Tue Dec 24 00:03:20 2013 -0500
 
12687
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12688
CommitDate: Wed Jan 1 17:59:21 2014 -0500
11013
12689
 
11014
12690
    Improve GIOModule test coverage
11015
12691
 
11025
12701
 6 files changed, 281 insertions(+), 2 deletions(-)
11026
12702
 
11027
12703
commit 7bea4bd89ae252b2d69daea362f9ba5c0508d2e1
11028
 
Author: Matthias Clasen <mclasen@redhat.com>
11029
 
Date:   Tue Dec 24 00:01:22 2013 -0500
 
12704
Author:     Matthias Clasen <mclasen@redhat.com>
 
12705
AuthorDate: Tue Dec 24 00:01:22 2013 -0500
 
12706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12707
CommitDate: Wed Jan 1 17:59:21 2014 -0500
11030
12708
 
11031
12709
    Correct a doc comment
11032
12710
 
11034
12712
 1 file changed, 2 insertions(+), 2 deletions(-)
11035
12713
 
11036
12714
commit 5bcbb98f45710ffae796ac4b2b73f68d573a1c75
11037
 
Author: Matthias Clasen <mclasen@redhat.com>
11038
 
Date:   Mon Dec 23 23:59:56 2013 -0500
 
12715
Author:     Matthias Clasen <mclasen@redhat.com>
 
12716
AuthorDate: Mon Dec 23 23:59:56 2013 -0500
 
12717
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12718
CommitDate: Wed Jan 1 17:59:21 2014 -0500
11039
12719
 
11040
12720
    GIOModule: Add some more details to the docs
11041
12721
 
11043
12723
 1 file changed, 18 insertions(+), 14 deletions(-)
11044
12724
 
11045
12725
commit 0356d7f4c34745a0ebce88e08d1cdd6563218c3e
11046
 
Author: Matthias Clasen <mclasen@redhat.com>
11047
 
Date:   Mon Dec 23 23:59:37 2013 -0500
 
12726
Author:     Matthias Clasen <mclasen@redhat.com>
 
12727
AuthorDate: Mon Dec 23 23:59:37 2013 -0500
 
12728
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12729
CommitDate: Wed Jan 1 17:59:21 2014 -0500
11048
12730
 
11049
12731
    Fix a typo in a comment
11050
12732
 
11055
12737
 1 file changed, 1 insertion(+), 1 deletion(-)
11056
12738
 
11057
12739
commit b5ba22f163f884f14724b54d001bd044308f9f63
11058
 
Author: Matthias Clasen <mclasen@redhat.com>
11059
 
Date:   Mon Dec 23 15:47:45 2013 -0500
 
12740
Author:     Matthias Clasen <mclasen@redhat.com>
 
12741
AuthorDate: Mon Dec 23 15:47:45 2013 -0500
 
12742
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12743
CommitDate: Wed Jan 1 17:59:21 2014 -0500
11060
12744
 
11061
12745
    Add a generic property test
11062
12746
 
11070
12754
 2 files changed, 242 insertions(+), 1 deletion(-)
11071
12755
 
11072
12756
commit 290b46cd24d35d6bce7b86e05ce5948b42c45233
11073
 
Author: Matthias Clasen <mclasen@redhat.com>
11074
 
Date:   Mon Dec 23 15:01:20 2013 -0500
 
12757
Author:     Matthias Clasen <mclasen@redhat.com>
 
12758
AuthorDate: Mon Dec 23 15:01:20 2013 -0500
 
12759
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12760
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11075
12761
 
11076
12762
    GTlsPassword: Make declared defaults match
11077
12763
 
11082
12768
 1 file changed, 2 insertions(+), 2 deletions(-)
11083
12769
 
11084
12770
commit 3a37e403e6813305fe0b3dd57b0db1a1eb30a627
11085
 
Author: Matthias Clasen <mclasen@redhat.com>
11086
 
Date:   Mon Dec 23 15:00:55 2013 -0500
 
12771
Author:     Matthias Clasen <mclasen@redhat.com>
 
12772
AuthorDate: Mon Dec 23 15:00:55 2013 -0500
 
12773
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12774
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11087
12775
 
11088
12776
    Make GFileIcon more robust
11089
12777
 
11093
12781
 1 file changed, 2 insertions(+), 1 deletion(-)
11094
12782
 
11095
12783
commit 34de9189f6f29dccbad8224a9605e4eb6d40b94e
11096
 
Author: Matthias Clasen <mclasen@redhat.com>
11097
 
Date:   Mon Dec 23 15:00:18 2013 -0500
 
12784
Author:     Matthias Clasen <mclasen@redhat.com>
 
12785
AuthorDate: Mon Dec 23 15:00:18 2013 -0500
 
12786
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12787
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11098
12788
 
11099
12789
    Make GEmblem more robust
11100
12790
 
11104
12794
 1 file changed, 2 insertions(+), 1 deletion(-)
11105
12795
 
11106
12796
commit 62b28546afc01deae13f155f7a283d45c2fd7395
11107
 
Author: Matthias Clasen <mclasen@redhat.com>
11108
 
Date:   Mon Dec 23 15:00:02 2013 -0500
 
12797
Author:     Matthias Clasen <mclasen@redhat.com>
 
12798
AuthorDate: Mon Dec 23 15:00:02 2013 -0500
 
12799
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12800
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11109
12801
 
11110
12802
    Trivial formatting fixes
11111
12803
 
11113
12805
 1 file changed, 16 insertions(+), 17 deletions(-)
11114
12806
 
11115
12807
commit 6c75ba2b902602c90fe239346e557aa1284eb667
11116
 
Author: Matthias Clasen <mclasen@redhat.com>
11117
 
Date:   Mon Dec 23 12:11:03 2013 -0500
 
12808
Author:     Matthias Clasen <mclasen@redhat.com>
 
12809
AuthorDate: Mon Dec 23 12:11:03 2013 -0500
 
12810
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12811
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11118
12812
 
11119
12813
    Add tests for x-content type sniffing
11120
12814
 
11130
12824
 6 files changed, 38 insertions(+)
11131
12825
 
11132
12826
commit 159459bc2d44de2ed3abc50d64d42a5a9ae0dc91
11133
 
Author: Matthias Clasen <mclasen@redhat.com>
11134
 
Date:   Mon Dec 23 12:09:46 2013 -0500
 
12827
Author:     Matthias Clasen <mclasen@redhat.com>
 
12828
AuthorDate: Mon Dec 23 12:09:46 2013 -0500
 
12829
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12830
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11135
12831
 
11136
12832
    Simplify fileattributematcher tests a bit
11137
12833
 
11141
12837
 1 file changed, 3 insertions(+), 17 deletions(-)
11142
12838
 
11143
12839
commit 3bbfd908802a44fb871a0498c088ac61b7ca50e7
11144
 
Author: Matthias Clasen <mclasen@redhat.com>
11145
 
Date:   Mon Dec 23 12:08:47 2013 -0500
 
12840
Author:     Matthias Clasen <mclasen@redhat.com>
 
12841
AuthorDate: Mon Dec 23 12:08:47 2013 -0500
 
12842
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12843
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11146
12844
 
11147
12845
    Improve GApplicationCommandline test coverage
11148
12846
 
11155
12853
 2 files changed, 252 insertions(+), 33 deletions(-)
11156
12854
 
11157
12855
commit 7846d6154a0c7de3ecd51b484d56396b11ca1ff2
11158
 
Author: Matthias Clasen <mclasen@redhat.com>
11159
 
Date:   Mon Dec 23 12:08:08 2013 -0500
 
12856
Author:     Matthias Clasen <mclasen@redhat.com>
 
12857
AuthorDate: Mon Dec 23 12:08:08 2013 -0500
 
12858
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12859
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11160
12860
 
11161
12861
    Improve GSubprocess test coverage
11162
12862
 
11167
12867
 1 file changed, 133 insertions(+), 6 deletions(-)
11168
12868
 
11169
12869
commit e021bb910176413f18904fce5e677916116bc9bf
11170
 
Author: Matthias Clasen <mclasen@redhat.com>
11171
 
Date:   Mon Dec 23 12:07:11 2013 -0500
 
12870
Author:     Matthias Clasen <mclasen@redhat.com>
 
12871
AuthorDate: Mon Dec 23 12:07:11 2013 -0500
 
12872
Commit:     Matthias Clasen <mclasen@redhat.com>
 
12873
CommitDate: Wed Jan 1 17:59:20 2014 -0500
11172
12874
 
11173
12875
    Improve GInitable test coverage
11174
12876
 
11179
12881
 1 file changed, 1 insertion(+), 1 deletion(-)
11180
12882
 
11181
12883
commit 243bec9d0d52293ed6d6b2b6990f23ecb5309f9b
11182
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
11183
 
Date:   Thu Sep 19 15:41:09 2013 -0400
 
12884
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12885
AuthorDate: Thu Sep 19 15:41:09 2013 -0400
 
12886
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12887
CommitDate: Tue Dec 31 15:40:40 2013 -0500
11184
12888
 
11185
12889
    gobject.py: Simplify or_join_array
11186
12890
 
11188
12892
 1 file changed, 2 insertions(+), 10 deletions(-)
11189
12893
 
11190
12894
commit bfbe7127d539176ca625fbf052cca9cf4cfc42d8
11191
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
11192
 
Date:   Thu Sep 19 15:24:16 2013 -0400
 
12895
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12896
AuthorDate: Thu Sep 19 15:24:16 2013 -0400
 
12897
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12898
CommitDate: Tue Dec 31 15:40:40 2013 -0500
11193
12899
 
11194
12900
    gobject.py: Simplify and reduce code a bit
11195
12901
 
11197
12903
 1 file changed, 12 insertions(+), 13 deletions(-)
11198
12904
 
11199
12905
commit 4e512a1af8ecba7c2fa23945a524f91926026103
11200
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
11201
 
Date:   Thu Sep 19 14:59:44 2013 -0400
 
12906
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12907
AuthorDate: Thu Sep 19 14:59:44 2013 -0400
 
12908
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12909
CommitDate: Tue Dec 31 15:40:10 2013 -0500
11202
12910
 
11203
12911
    gobject.py: Remove old hack for stripping IA__ symbols
11204
12912
 
11209
12917
 1 file changed, 23 deletions(-)
11210
12918
 
11211
12919
commit b4af2d685ec02b575b48d23d2bf51678dbc023c2
11212
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
11213
 
Date:   Thu Sep 19 11:55:47 2013 -0400
 
12920
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12921
AuthorDate: Thu Sep 19 11:55:47 2013 -0400
 
12922
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12923
CommitDate: Tue Dec 31 15:40:10 2013 -0500
11214
12924
 
11215
12925
    gobject.py: Fix indentation
11216
12926
 
11218
12928
 1 file changed, 12 insertions(+), 12 deletions(-)
11219
12929
 
11220
12930
commit 0c87f71521802a323e1fd2136788ad8942ea85eb
11221
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
11222
 
Date:   Tue Dec 31 15:13:06 2013 -0500
 
12931
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12932
AuthorDate: Tue Dec 31 15:13:06 2013 -0500
 
12933
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
12934
CommitDate: Tue Dec 31 15:39:02 2013 -0500
11223
12935
 
11224
12936
    codegen: direction defaults to "in"
11225
12937
 
11227
12939
 1 file changed, 1 insertion(+), 1 deletion(-)
11228
12940
 
11229
12941
commit e9c19583dea2f2dc654df992ea0b952adfa93d81
11230
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
11231
 
Date:   Sun Dec 29 14:20:13 2013 -0600
 
12942
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
12943
AuthorDate: Sun Dec 29 14:20:13 2013 -0600
 
12944
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
12945
CommitDate: Sun Dec 29 14:20:13 2013 -0600
11232
12946
 
11233
12947
    docs: fix a typo
11234
12948
 
11236
12950
 1 file changed, 1 insertion(+), 1 deletion(-)
11237
12951
 
11238
12952
commit ddc29a903644dfcb737c5a17a35081fc76d348e9
11239
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11240
 
Date:   Fri Dec 27 12:25:18 2013 +0800
 
12953
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
12954
AuthorDate: Fri Dec 27 12:25:18 2013 +0800
 
12955
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
12956
CommitDate: Fri Dec 27 12:25:18 2013 +0800
11241
12957
 
11242
12958
    Visual Studio Projects: Cleanup Property Sheets
11243
12959
 
11279
12995
 21 files changed, 593 insertions(+), 309 deletions(-)
11280
12996
 
11281
12997
commit d01a075632150fcc63f4d9f41046a450a3f4915a
11282
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11283
 
Date:   Fri Dec 27 10:50:35 2013 +0800
 
12998
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
12999
AuthorDate: Fri Dec 27 10:50:35 2013 +0800
 
13000
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13001
CommitDate: Fri Dec 27 10:50:35 2013 +0800
11284
13002
 
11285
13003
    Visual Studio Projects: Use Unix Line Endings
11286
13004
 
11342
13060
 27 files changed, 3864 insertions(+), 3864 deletions(-)
11343
13061
 
11344
13062
commit c488aa6785c0865dcaf1748418f05798bab68835
11345
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
11346
 
Date:   Fri Dec 27 10:32:01 2013 +0800
 
13063
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13064
AuthorDate: Fri Dec 27 10:32:01 2013 +0800
 
13065
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13066
CommitDate: Fri Dec 27 10:32:01 2013 +0800
11347
13067
 
11348
13068
    Visual Studio Property Sheets: Use Unix Line Endings
11349
13069
 
11361
13081
 8 files changed, 1139 insertions(+), 1139 deletions(-)
11362
13082
 
11363
13083
commit fb21c8eaab64301591a0e179a42ef25cbd793a6e
11364
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
11365
 
Date:   Thu Dec 26 11:03:45 2013 +0100
 
13084
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
13085
AuthorDate: Thu Dec 26 11:03:45 2013 +0100
 
13086
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
13087
CommitDate: Thu Dec 26 19:57:44 2013 +0100
11366
13088
 
11367
13089
    kqueue: fix a potential deadlock
11368
13090
 
11376
13098
 1 file changed, 1 insertion(+)
11377
13099
 
11378
13100
commit f3c9b17d3c8984fa7281bd6c849aa6a0170b54de
11379
 
Author: Mikhail Gusarov <dottedmag@dottedmag.net>
11380
 
Date:   Thu Dec 26 11:22:05 2013 -0500
 
13101
Author:     Mikhail Gusarov <dottedmag@dottedmag.net>
 
13102
AuthorDate: Thu Dec 26 11:22:05 2013 -0500
 
13103
Commit:     Colin Walters <walters@verbum.org>
 
13104
CommitDate: Thu Dec 26 11:22:05 2013 -0500
11381
13105
 
11382
13106
    gio-2.0.pc: Add -lselinux when linking statically if so configured
11383
13107
 
11387
13111
 1 file changed, 1 insertion(+), 1 deletion(-)
11388
13112
 
11389
13113
commit c26c557908fe3083e9470b2a191cd53dc907138d
11390
 
Author: Morten Welinder <terra@gnome.org>
11391
 
Date:   Thu Dec 26 07:37:17 2013 -0500
 
13114
Author:     Morten Welinder <terra@gnome.org>
 
13115
AuthorDate: Thu Dec 26 07:37:17 2013 -0500
 
13116
Commit:     Colin Walters <walters@verbum.org>
 
13117
CommitDate: Thu Dec 26 07:37:17 2013 -0500
11392
13118
 
11393
13119
    gsubprocesslauncher: Use "env" instead of "environ"
11394
13120
 
11401
13127
 2 files changed, 4 insertions(+), 4 deletions(-)
11402
13128
 
11403
13129
commit 091e466095c47f60ef5b2b0c81459615169216cf
11404
 
Author: Matthias Scheler <tron@zhadum.de>
11405
 
Date:   Wed Dec 25 13:57:56 2013 -0500
 
13130
Author:     Matthias Scheler <tron@zhadum.de>
 
13131
AuthorDate: Wed Dec 25 13:57:56 2013 -0500
 
13132
Commit:     Colin Walters <walters@verbum.org>
 
13133
CommitDate: Wed Dec 25 13:57:56 2013 -0500
11406
13134
 
11407
13135
    gio: Fix return of value from void function
11408
13136
 
11412
13140
 1 file changed, 3 insertions(+), 3 deletions(-)
11413
13141
 
11414
13142
commit d7f885b1f3fcd863dd2e48a12932a609d783ac10
11415
 
Author: Colin Walters <walters@verbum.org>
11416
 
Date:   Mon Nov 18 14:28:15 2013 -0500
 
13143
Author:     Colin Walters <walters@verbum.org>
 
13144
AuthorDate: Mon Nov 18 14:28:15 2013 -0500
 
13145
Commit:     Colin Walters <walters@verbum.org>
 
13146
CommitDate: Mon Dec 23 11:28:26 2013 -0500
11417
13147
 
11418
13148
    Revert "gsettings m4: check for .xml in src/builddir"
11419
13149
 
11433
13163
 1 file changed, 1 insertion(+), 1 deletion(-)
11434
13164
 
11435
13165
commit ee5dab6bb5b84408d88fa7d3bb333311ab3fa263
11436
 
Author: Ryan Lortie <desrt@desrt.ca>
11437
 
Date:   Fri Nov 22 13:06:54 2013 -0500
 
13166
Author:     Ryan Lortie <desrt@desrt.ca>
 
13167
AuthorDate: Fri Nov 22 13:06:54 2013 -0500
 
13168
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13169
CommitDate: Sun Dec 22 11:41:45 2013 -0500
11438
13170
 
11439
13171
    gdbus tool: print GVariant errors in context
11440
13172
 
11451
13183
 1 file changed, 14 insertions(+), 3 deletions(-)
11452
13184
 
11453
13185
commit 94a89f6c2fdbffe562a0ec34a979c01fefc5a9ac
11454
 
Author: Ryan Lortie <desrt@desrt.ca>
11455
 
Date:   Fri Nov 22 12:57:21 2013 -0500
 
13186
Author:     Ryan Lortie <desrt@desrt.ca>
 
13187
AuthorDate: Fri Nov 22 12:57:21 2013 -0500
 
13188
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13189
CommitDate: Sun Dec 22 11:41:44 2013 -0500
11456
13190
 
11457
13191
    gapplication(1): print GVariant errors in context
11458
13192
 
11465
13199
 1 file changed, 5 insertions(+), 1 deletion(-)
11466
13200
 
11467
13201
commit 420f90d849c7670f716b7d9dede81655f794a6da
11468
 
Author: Ryan Lortie <desrt@desrt.ca>
11469
 
Date:   Fri Nov 22 12:55:10 2013 -0500
 
13202
Author:     Ryan Lortie <desrt@desrt.ca>
 
13203
AuthorDate: Fri Nov 22 12:55:10 2013 -0500
 
13204
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13205
CommitDate: Sun Dec 22 11:41:43 2013 -0500
11470
13206
 
11471
13207
    gsettings tool: print GVariant errors in context
11472
13208
 
11479
13215
 1 file changed, 4 insertions(+), 1 deletion(-)
11480
13216
 
11481
13217
commit 56fb675d865d4331037bd95f57ce6f381564fe27
11482
 
Author: Ryan Lortie <desrt@desrt.ca>
11483
 
Date:   Sun Dec 22 11:41:19 2013 -0500
 
13218
Author:     Ryan Lortie <desrt@desrt.ca>
 
13219
AuthorDate: Sun Dec 22 11:41:19 2013 -0500
 
13220
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13221
CommitDate: Sun Dec 22 11:41:19 2013 -0500
11484
13222
 
11485
13223
    GVariant: add way to print context of parse errors
11486
13224
 
11506
13244
 3 files changed, 227 insertions(+)
11507
13245
 
11508
13246
commit 3f41e492851b3e69ceb050986766fe3137cbb1fe
11509
 
Author: Ryan Lortie <desrt@desrt.ca>
11510
 
Date:   Sun Dec 22 11:33:07 2013 -0500
 
13247
Author:     Ryan Lortie <desrt@desrt.ca>
 
13248
AuthorDate: Sun Dec 22 11:33:07 2013 -0500
 
13249
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13250
CommitDate: Sun Dec 22 11:33:07 2013 -0500
11511
13251
 
11512
13252
    Use POSIX-specified <poll.h> over <sys/poll.h>
11513
13253
 
11525
13265
 6 files changed, 7 insertions(+), 24 deletions(-)
11526
13266
 
11527
13267
commit eeac91f866939fd033303f34c7eb9d2b57c769fb
11528
 
Author: Murray Cumming <murrayc@murrayc.com>
11529
 
Date:   Tue Sep 17 11:10:28 2013 +0200
 
13268
Author:     Murray Cumming <murrayc@murrayc.com>
 
13269
AuthorDate: Tue Sep 17 11:10:28 2013 +0200
 
13270
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13271
CommitDate: Sun Dec 22 11:27:16 2013 -0500
11530
13272
 
11531
13273
    GVariant: Add g_variant_parse_error_quark()
11532
13274
 
11546
13288
 3 files changed, 16 insertions(+), 3 deletions(-)
11547
13289
 
11548
13290
commit 864d960d756e3be0a857875337b7e6b520298b78
11549
 
Author: Matthias Clasen <mclasen@redhat.com>
11550
 
Date:   Sun Dec 22 00:44:56 2013 -0500
 
13291
Author:     Matthias Clasen <mclasen@redhat.com>
 
13292
AuthorDate: Sun Dec 22 00:44:56 2013 -0500
 
13293
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13294
CommitDate: Sun Dec 22 00:44:56 2013 -0500
11551
13295
 
11552
13296
    More settings backend tests
11553
13297
 
11558
13302
 1 file changed, 20 insertions(+), 7 deletions(-)
11559
13303
 
11560
13304
commit 41a8296e111595c5902f607cda47c1d5d14ac405
11561
 
Author: Matthias Clasen <mclasen@redhat.com>
11562
 
Date:   Sun Dec 22 00:43:44 2013 -0500
 
13305
Author:     Matthias Clasen <mclasen@redhat.com>
 
13306
AuthorDate: Sun Dec 22 00:43:44 2013 -0500
 
13307
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13308
CommitDate: Sun Dec 22 00:43:44 2013 -0500
11563
13309
 
11564
13310
    GKeyfileSettingsBackend: Use a directory monitor
11565
13311
 
11570
13316
 1 file changed, 4 insertions(+), 3 deletions(-)
11571
13317
 
11572
13318
commit 3c873e7617695e8517deb1cfd1ee886af772135c
11573
 
Author: Matthias Clasen <mclasen@redhat.com>
11574
 
Date:   Sat Dec 21 16:49:52 2013 -0500
 
13319
Author:     Matthias Clasen <mclasen@redhat.com>
 
13320
AuthorDate: Sat Dec 21 16:49:52 2013 -0500
 
13321
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13322
CommitDate: Sat Dec 21 16:49:52 2013 -0500
11575
13323
 
11576
13324
    More test coverage for settings backends
11577
13325
 
11579
13327
 1 file changed, 17 insertions(+)
11580
13328
 
11581
13329
commit 8669f2c915083625f7503b96d1779f7f3773f890
11582
 
Author: Matthias Clasen <mclasen@redhat.com>
11583
 
Date:   Sat Dec 21 16:16:16 2013 -0500
 
13330
Author:     Matthias Clasen <mclasen@redhat.com>
 
13331
AuthorDate: Sat Dec 21 16:16:16 2013 -0500
 
13332
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13333
CommitDate: Sat Dec 21 16:16:28 2013 -0500
11584
13334
 
11585
13335
    Simplify coverage rules
11586
13336
 
11591
13341
 1 file changed, 1 insertion(+), 3 deletions(-)
11592
13342
 
11593
13343
commit a5d8209d75bbae578ab3052173fbe55baac20e7f
11594
 
Author: Matthias Clasen <mclasen@redhat.com>
11595
 
Date:   Sat Dec 21 15:44:51 2013 -0500
 
13344
Author:     Matthias Clasen <mclasen@redhat.com>
 
13345
AuthorDate: Sat Dec 21 15:44:51 2013 -0500
 
13346
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13347
CommitDate: Sat Dec 21 15:44:51 2013 -0500
11596
13348
 
11597
13349
    Fix a typo
11598
13350
 
11600
13352
 1 file changed, 1 insertion(+), 1 deletion(-)
11601
13353
 
11602
13354
commit d6e95cc5f5e777c0f4908beafa74173de139478e
11603
 
Author: Matthias Clasen <mclasen@redhat.com>
11604
 
Date:   Sat Dec 21 13:20:44 2013 -0500
 
13355
Author:     Matthias Clasen <mclasen@redhat.com>
 
13356
AuthorDate: Sat Dec 21 13:20:44 2013 -0500
 
13357
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13358
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11605
13359
 
11606
13360
    Fix a !srcdir problem with installed tests
11607
13361
 
11615
13369
 2 files changed, 3 insertions(+), 2 deletions(-)
11616
13370
 
11617
13371
commit dac1ad66ebe3df38b129d78915db1c29e4d7a30d
11618
 
Author: Matthias Clasen <mclasen@redhat.com>
11619
 
Date:   Sat Dec 21 12:51:22 2013 -0500
 
13372
Author:     Matthias Clasen <mclasen@redhat.com>
 
13373
AuthorDate: Sat Dec 21 12:51:22 2013 -0500
 
13374
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13375
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11620
13376
 
11621
13377
    Improve gsettings test coverage
11622
13378
 
11627
13383
 1 file changed, 51 insertions(+), 1 deletion(-)
11628
13384
 
11629
13385
commit fc828c4de8b8de0e8c8469877f9c148616bb5b96
11630
 
Author: Matthias Clasen <mclasen@redhat.com>
11631
 
Date:   Sat Dec 21 11:56:24 2013 -0500
 
13386
Author:     Matthias Clasen <mclasen@redhat.com>
 
13387
AuthorDate: Sat Dec 21 11:56:24 2013 -0500
 
13388
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13389
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11632
13390
 
11633
13391
    contenttype tests: better assertions
11634
13392
 
11643
13401
 1 file changed, 24 insertions(+), 11 deletions(-)
11644
13402
 
11645
13403
commit 6d8ac1125e326a09dd324543ad3150f5e9159c13
11646
 
Author: Matthias Clasen <mclasen@redhat.com>
11647
 
Date:   Sat Dec 21 10:48:40 2013 -0500
 
13404
Author:     Matthias Clasen <mclasen@redhat.com>
 
13405
AuthorDate: Sat Dec 21 10:48:40 2013 -0500
 
13406
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13407
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11648
13408
 
11649
13409
    Slightly improve coverate for notification tests
11650
13410
 
11652
13412
 1 file changed, 6 insertions(+), 1 deletion(-)
11653
13413
 
11654
13414
commit 5ab9e21d7a595ccc00bef861e57740f0ec2bc14e
11655
 
Author: Matthias Clasen <mclasen@redhat.com>
11656
 
Date:   Sat Dec 21 01:10:59 2013 -0500
 
13415
Author:     Matthias Clasen <mclasen@redhat.com>
 
13416
AuthorDate: Sat Dec 21 01:10:59 2013 -0500
 
13417
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13418
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11657
13419
 
11658
13420
    Improve test coverage for GPropertyAction
11659
13421
 
11661
13423
 1 file changed, 10 insertions(+)
11662
13424
 
11663
13425
commit f9747d07c89e94f920051db0a7ade37ce236a1d2
11664
 
Author: Matthias Clasen <mclasen@redhat.com>
11665
 
Date:   Sat Dec 21 01:00:10 2013 -0500
 
13426
Author:     Matthias Clasen <mclasen@redhat.com>
 
13427
AuthorDate: Sat Dec 21 01:00:10 2013 -0500
 
13428
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13429
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11666
13430
 
11667
13431
    Test some gsettings corner case
11668
13432
 
11672
13436
 1 file changed, 9 insertions(+), 3 deletions(-)
11673
13437
 
11674
13438
commit 2f01b0975e7f774f2536a3cd2b33d486a484da9f
11675
 
Author: Matthias Clasen <mclasen@redhat.com>
11676
 
Date:   Sat Dec 21 00:04:14 2013 -0500
 
13439
Author:     Matthias Clasen <mclasen@redhat.com>
 
13440
AuthorDate: Sat Dec 21 00:04:14 2013 -0500
 
13441
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13442
CommitDate: Sat Dec 21 13:22:00 2013 -0500
11677
13443
 
11678
13444
    Some tweaks to coverage support
11679
13445
 
11685
13451
 2 files changed, 10 insertions(+), 10 deletions(-)
11686
13452
 
11687
13453
commit 65a7e56328b7a169c1eb977cfce545ceb4d29676
11688
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
11689
 
Date:   Thu Dec 19 01:17:25 2013 +0100
 
13454
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
13455
AuthorDate: Thu Dec 19 01:17:25 2013 +0100
 
13456
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
13457
CommitDate: Thu Dec 19 01:17:25 2013 +0100
11690
13458
 
11691
13459
    Updated Galician translations
11692
13460
 
11695
13463
 1 file changed, 399 insertions(+), 395 deletions(-)
11696
13464
 
11697
13465
commit fab0805b81a74dfb76e2bde9373d6439ed2eb64b
11698
 
Author: Dan Winship <danw@gnome.org>
11699
 
Date:   Wed Dec 18 09:59:54 2013 -0500
 
13466
Author:     Dan Winship <danw@gnome.org>
 
13467
AuthorDate: Wed Dec 18 09:59:54 2013 -0500
 
13468
Commit:     Dan Winship <danw@gnome.org>
 
13469
CommitDate: Wed Dec 18 10:09:46 2013 -0500
11700
13470
 
11701
13471
    Make g_test_run() return 77 if all tests are skipped
11702
13472
 
11716
13486
 2 files changed, 93 insertions(+), 2 deletions(-)
11717
13487
 
11718
13488
commit 10d82f9775a91c2c4c1eddb17c2e0d08d79310ec
11719
 
Author: Dan Winship <danw@gnome.org>
11720
 
Date:   Wed Dec 18 09:29:29 2013 -0500
 
13489
Author:     Dan Winship <danw@gnome.org>
 
13490
AuthorDate: Wed Dec 18 09:29:29 2013 -0500
 
13491
Commit:     Dan Winship <danw@gnome.org>
 
13492
CommitDate: Wed Dec 18 10:09:46 2013 -0500
11721
13493
 
11722
13494
    gtestutils: rename test_skip_count to test_startup_skip_count
11723
13495
 
11727
13499
 1 file changed, 4 insertions(+), 4 deletions(-)
11728
13500
 
11729
13501
commit 8c188fc9e55cc9e24000271f6ad8a47ffdcb62d7
11730
 
Author: Dan Winship <danw@gnome.org>
11731
 
Date:   Wed Dec 11 16:32:11 2013 +0100
 
13502
Author:     Dan Winship <danw@gnome.org>
 
13503
AuthorDate: Wed Dec 11 16:32:11 2013 +0100
 
13504
Commit:     Dan Winship <danw@gnome.org>
 
13505
CommitDate: Wed Dec 18 09:26:54 2013 -0500
11732
13506
 
11733
13507
    gtestutils: skipping a test should count as success, not failure
11734
13508
 
11742
13516
 2 files changed, 10 insertions(+), 1 deletion(-)
11743
13517
 
11744
13518
commit c300079f1320b8522a4885987fd2443c171ec629
11745
 
Author: Bastien Nocera <hadess@hadess.net>
11746
 
Date:   Mon Dec 16 17:21:41 2013 +0100
 
13519
Author:     Bastien Nocera <hadess@hadess.net>
 
13520
AuthorDate: Mon Dec 16 17:21:41 2013 +0100
 
13521
Commit:     Bastien Nocera <hadess@hadess.net>
 
13522
CommitDate: Wed Dec 18 10:53:01 2013 +0100
11747
13523
 
11748
13524
    gdbus-codegen: Fix crasher in goa-using apps
11749
13525
 
11762
13538
 1 file changed, 6 insertions(+), 1 deletion(-)
11763
13539
 
11764
13540
commit d33f72097fa21aade43e273d049e2a7105e99ad5
11765
 
Author: Tim Lunn <tim@feathertop.org>
11766
 
Date:   Wed Dec 18 07:14:38 2013 +1100
 
13541
Author:     Tim Lunn <tim@feathertop.org>
 
13542
AuthorDate: Wed Dec 18 07:14:38 2013 +1100
 
13543
Commit:     Tim Lunn <tim@feathertop.org>
 
13544
CommitDate: Wed Dec 18 07:22:16 2013 +1100
11767
13545
 
11768
13546
    Make gdb pretty-printers compatible with Python3
11769
13547
 
11777
13555
 2 files changed, 9 insertions(+)
11778
13556
 
11779
13557
commit 91d4659bbf8cf88d8be905c7e0abbedce931b688
11780
 
Author: Damien Lespiau <damien.lespiau@intel.com>
11781
 
Date:   Tue Mar 23 15:18:12 2010 +0000
 
13558
Author:     Damien Lespiau <damien.lespiau@intel.com>
 
13559
AuthorDate: Tue Mar 23 15:18:12 2010 +0000
 
13560
Commit:     Colin Walters <walters@verbum.org>
 
13561
CommitDate: Tue Dec 17 10:51:48 2013 -0500
11782
13562
 
11783
13563
    gobject.py: Don't install frame filters when GDB does not support them
11784
13564
 
11795
13575
 1 file changed, 20 insertions(+), 10 deletions(-)
11796
13576
 
11797
13577
commit 4846fd923d52108de4243429ada9c3dcab5f83e9
11798
 
Author: Matthias Clasen <mclasen@redhat.com>
11799
 
Date:   Tue Dec 17 00:45:41 2013 -0500
 
13578
Author:     Matthias Clasen <mclasen@redhat.com>
 
13579
AuthorDate: Tue Dec 17 00:45:41 2013 -0500
 
13580
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13581
CommitDate: Tue Dec 17 00:45:41 2013 -0500
11800
13582
 
11801
13583
    Bump version
11802
13584
 
11804
13586
 1 file changed, 1 insertion(+), 1 deletion(-)
11805
13587
 
11806
13588
commit 0cfffd597e204b687577ff2a43015916ee313f4e
11807
 
Author: Matthias Clasen <mclasen@redhat.com>
11808
 
Date:   Tue Dec 17 00:30:08 2013 -0500
 
13589
Author:     Matthias Clasen <mclasen@redhat.com>
 
13590
AuthorDate: Tue Dec 17 00:30:08 2013 -0500
 
13591
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13592
CommitDate: Tue Dec 17 00:30:08 2013 -0500
11809
13593
 
11810
13594
    2.39.2
11811
13595
 
11814
13598
 1 file changed, 78 insertions(+)
11815
13599
 
11816
13600
commit 6c8600b2b86fe42edd6d6e9648a92f32e404457c
11817
 
Author: Ryan Lortie <desrt@desrt.ca>
11818
 
Date:   Wed Nov 20 16:57:26 2013 -0500
 
13601
Author:     Ryan Lortie <desrt@desrt.ca>
 
13602
AuthorDate: Wed Nov 20 16:57:26 2013 -0500
 
13603
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13604
CommitDate: Mon Dec 16 14:55:28 2013 -0500
11819
13605
 
11820
13606
    valgrind.h: add "r0" to the clobber list on PPC
11821
13607
 
11828
13614
 1 file changed, 5 insertions(+), 5 deletions(-)
11829
13615
 
11830
13616
commit 2731b01c73ecc7ca692fefba1ce14c1aa4f5f5a0
11831
 
Author: Ryan Lortie <desrt@desrt.ca>
11832
 
Date:   Tue Dec 10 19:21:33 2013 -0500
 
13617
Author:     Ryan Lortie <desrt@desrt.ca>
 
13618
AuthorDate: Tue Dec 10 19:21:33 2013 -0500
 
13619
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13620
CommitDate: Mon Dec 16 14:55:12 2013 -0500
11833
13621
 
11834
13622
    tests: change test timezone to America/Toronto
11835
13623
 
11841
13629
 1 file changed, 2 insertions(+), 2 deletions(-)
11842
13630
 
11843
13631
commit 5ccdf2b86a7ecb2def51cbf7fcd7318ad20a6cc9
11844
 
Author: Matthias Clasen <mclasen@redhat.com>
11845
 
Date:   Sun Dec 15 21:06:35 2013 -0500
 
13632
Author:     Matthias Clasen <mclasen@redhat.com>
 
13633
AuthorDate: Sun Dec 15 21:06:35 2013 -0500
 
13634
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13635
CommitDate: Sun Dec 15 21:07:12 2013 -0500
11846
13636
 
11847
13637
    Expand the truncate tests
11848
13638
 
11852
13642
 1 file changed, 21 insertions(+), 1 deletion(-)
11853
13643
 
11854
13644
commit 453a69534c1407ccee6b66c1edd71c1e23a0cdae
11855
 
Author: Matthias Clasen <mclasen@redhat.com>
11856
 
Date:   Sun Dec 15 20:06:25 2013 -0500
 
13645
Author:     Matthias Clasen <mclasen@redhat.com>
 
13646
AuthorDate: Sun Dec 15 20:06:25 2013 -0500
 
13647
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13648
CommitDate: Sun Dec 15 21:07:12 2013 -0500
11857
13649
 
11858
13650
    Update tests for new truncate behavior
11859
13651
 
11862
13654
 2 files changed, 2 insertions(+), 2 deletions(-)
11863
13655
 
11864
13656
commit baed90af43add09e1667da6adfb4801936d8bd24
11865
 
Author: Stef Walter <stefw@gnome.org>
11866
 
Date:   Sat Nov 9 20:23:01 2013 +0100
 
13657
Author:     Stef Walter <stefw@gnome.org>
 
13658
AuthorDate: Sat Nov 9 20:23:01 2013 +0100
 
13659
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13660
CommitDate: Sun Dec 15 21:07:11 2013 -0500
11867
13661
 
11868
13662
    gdbus-export: Fix leaks in tests
11869
13663
 
11873
13667
 1 file changed, 11 insertions(+), 5 deletions(-)
11874
13668
 
11875
13669
commit db6a297d9eaf8eec21556689944d792085eed095
11876
 
Author: Stef Walter <stefw@gnome.org>
11877
 
Date:   Sat Nov 9 20:20:50 2013 +0100
 
13670
Author:     Stef Walter <stefw@gnome.org>
 
13671
AuthorDate: Sat Nov 9 20:20:50 2013 +0100
 
13672
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13673
CommitDate: Sun Dec 15 21:07:11 2013 -0500
11878
13674
 
11879
13675
    gdbus-auth: Fix leaks in tests
11880
13676
 
11884
13680
 1 file changed, 4 insertions(+)
11885
13681
 
11886
13682
commit 2ad121ab16992ec5841dd0891710bb2cd37cdbe3
11887
 
Author: Colin Walters <walters@verbum.org>
11888
 
Date:   Sun Dec 15 20:44:20 2013 -0500
 
13683
Author:     Colin Walters <walters@verbum.org>
 
13684
AuthorDate: Sun Dec 15 20:44:20 2013 -0500
 
13685
Commit:     Colin Walters <walters@verbum.org>
 
13686
CommitDate: Sun Dec 15 20:44:53 2013 -0500
11889
13687
 
11890
13688
    gsubprocesslauncher: Annotate g_subprocess_launcher_spawnv()
11891
13689
 
11895
13693
 1 file changed, 1 insertion(+), 1 deletion(-)
11896
13694
 
11897
13695
commit 3f8888d348458a09040a8bdc6c09b4c080a78241
11898
 
Author: Stef Walter <stefw@gnome.org>
11899
 
Date:   Sat Nov 9 20:27:57 2013 +0100
 
13696
Author:     Stef Walter <stefw@gnome.org>
 
13697
AuthorDate: Sat Nov 9 20:27:57 2013 +0100
 
13698
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13699
CommitDate: Sun Dec 15 19:29:26 2013 -0500
11900
13700
 
11901
13701
    sources: Fix leaks in tests
11902
13702
 
11906
13706
 1 file changed, 10 insertions(+), 2 deletions(-)
11907
13707
 
11908
13708
commit 0b486a49e48e309c98fe151650f9903e3c61ff46
11909
 
Author: Matthias Clasen <mclasen@redhat.com>
11910
 
Date:   Sun Dec 15 18:50:49 2013 -0500
 
13709
Author:     Matthias Clasen <mclasen@redhat.com>
 
13710
AuthorDate: Sun Dec 15 18:50:49 2013 -0500
 
13711
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13712
CommitDate: Sun Dec 15 18:50:49 2013 -0500
11911
13713
 
11912
13714
    Fix up gsettings test
11913
13715
 
11915
13717
 1 file changed, 6 deletions(-)
11916
13718
 
11917
13719
commit 3b9ad6e6ef030cd8487f165e8d81174bd82e4fb9
11918
 
Author: Ross Lagerwall <rosslagerwall@gmail.com>
11919
 
Date:   Sun Dec 8 22:41:15 2013 +0200
 
13720
Author:     Ross Lagerwall <rosslagerwall@gmail.com>
 
13721
AuthorDate: Sun Dec 8 22:41:15 2013 +0200
 
13722
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13723
CommitDate: Sun Dec 15 11:54:39 2013 -0500
11920
13724
 
11921
13725
    gio: Update GMemoryOutputStream length after truncate
11922
13726
 
11930
13734
 2 files changed, 7 insertions(+)
11931
13735
 
11932
13736
commit c34cc2348cfd3c461974dea4419001dbd9610202
11933
 
Author: Matthias Clasen <mclasen@redhat.com>
11934
 
Date:   Sun Dec 15 11:20:19 2013 -0500
 
13737
Author:     Matthias Clasen <mclasen@redhat.com>
 
13738
AuthorDate: Sun Dec 15 11:20:19 2013 -0500
 
13739
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13740
CommitDate: Sun Dec 15 11:50:00 2013 -0500
11935
13741
 
11936
13742
    Simplify subprocesses in tests
11937
13743
 
11951
13757
 9 files changed, 176 insertions(+), 219 deletions(-)
11952
13758
 
11953
13759
commit cd2204bb65114e5ac62b014e6167a659aa254361
11954
 
Author: Stef Walter <stefw@gnome.org>
11955
 
Date:   Wed Dec 11 09:31:35 2013 +0100
 
13760
Author:     Stef Walter <stefw@gnome.org>
 
13761
AuthorDate: Wed Dec 11 09:31:35 2013 +0100
 
13762
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13763
CommitDate: Sun Dec 15 11:03:17 2013 -0500
11956
13764
 
11957
13765
    gtestutils: Allow clean simple use of g_test_trap_subprocess()
11958
13766
 
11967
13775
 2 files changed, 41 insertions(+), 34 deletions(-)
11968
13776
 
11969
13777
commit 162852d1b5512873c04e9ccf616e1fa13470e4eb
11970
 
Author: Matthias Clasen <mclasen@redhat.com>
11971
 
Date:   Sat Dec 14 23:54:18 2013 -0500
 
13778
Author:     Matthias Clasen <mclasen@redhat.com>
 
13779
AuthorDate: Sat Dec 14 23:54:18 2013 -0500
 
13780
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13781
CommitDate: Sat Dec 14 23:54:18 2013 -0500
11972
13782
 
11973
13783
    Add a testcase for g_ptr_array_insert
11974
13784
 
11976
13786
 1 file changed, 23 insertions(+)
11977
13787
 
11978
13788
commit 12fbc5ec4a02246a2ad3dc11225f51feb7ed7bdd
11979
 
Author: Matthias Clasen <mclasen@redhat.com>
11980
 
Date:   Sat Dec 14 23:45:36 2013 -0500
 
13789
Author:     Matthias Clasen <mclasen@redhat.com>
 
13790
AuthorDate: Sat Dec 14 23:45:36 2013 -0500
 
13791
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13792
CommitDate: Sat Dec 14 23:45:36 2013 -0500
11981
13793
 
11982
13794
    Add g_ptr_array_insert to the docs
11983
13795
 
11985
13797
 1 file changed, 1 insertion(+)
11986
13798
 
11987
13799
commit 9ed0d0c5096ad1434dfff70503ff6375646d6c8a
11988
 
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
11989
 
Date:   Wed Nov 27 14:34:20 2013 +0900
 
13800
Author:     Tristan Van Berkom <tristan.van.berkom@gmail.com>
 
13801
AuthorDate: Wed Nov 27 14:34:20 2013 +0900
 
13802
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13803
CommitDate: Sat Dec 14 23:41:44 2013 -0500
11990
13804
 
11991
13805
    GPtrArray: Added g_ptr_array_insert()
11992
13806
 
12000
13814
 2 files changed, 40 insertions(+)
12001
13815
 
12002
13816
commit 6011d0a4ae9a8e70e20df3b7ad37f940ddf2f9f8
12003
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12004
 
Date:   Fri Dec 13 16:21:00 2013 +0800
 
13817
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13818
AuthorDate: Fri Dec 13 16:21:00 2013 +0800
 
13819
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13820
CommitDate: Fri Dec 13 16:21:00 2013 +0800
12005
13821
 
12006
13822
    glib/gwin32.c: Silence a Deprecation Warning
12007
13823
 
12013
13829
 1 file changed, 2 insertions(+)
12014
13830
 
12015
13831
commit 3af58d2e9fefe14dc55fd41222a5c92947a08270
12016
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12017
 
Date:   Thu Dec 12 18:00:52 2013 +0800
 
13832
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13833
AuthorDate: Thu Dec 12 18:00:52 2013 +0800
 
13834
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13835
CommitDate: Thu Dec 12 18:00:52 2013 +0800
12018
13836
 
12019
13837
    gio/gdbusaddress: Clean up Win32 code a bit
12020
13838
 
12026
13844
 1 file changed, 1 insertion(+), 5 deletions(-)
12027
13845
 
12028
13846
commit c7c1ad4d0265a2c393adef265c7f2cbe23421361
12029
 
Author: Milo Casagrande <milo@ubuntu.com>
12030
 
Date:   Thu Dec 12 09:50:46 2013 +0100
 
13847
Author:     Milo Casagrande <milo@ubuntu.com>
 
13848
AuthorDate: Thu Dec 12 09:50:46 2013 +0100
 
13849
Commit:     Milo Casagrande <milo@ubuntu.com>
 
13850
CommitDate: Thu Dec 12 09:50:46 2013 +0100
12031
13851
 
12032
13852
    [l10n] Updated Italian translation.
12033
13853
 
12036
13856
 1 file changed, 749 insertions(+), 572 deletions(-)
12037
13857
 
12038
13858
commit d721d41d380ab1494e8d4e08b38fd884b1660fe7
12039
 
Author: Matthias Clasen <mclasen@redhat.com>
12040
 
Date:   Wed Dec 11 10:35:45 2013 -0500
 
13859
Author:     Matthias Clasen <mclasen@redhat.com>
 
13860
AuthorDate: Wed Dec 11 10:35:45 2013 -0500
 
13861
Commit:     Matthias Clasen <mclasen@redhat.com>
 
13862
CommitDate: Wed Dec 11 10:36:26 2013 -0500
12041
13863
 
12042
13864
    Remove an unused define
12043
13865
 
12047
13869
 1 file changed, 3 deletions(-)
12048
13870
 
12049
13871
commit e6c86d58f274b8a1a365627ffb1fa14daacd4335
12050
 
Author: Martin Pitt <martinpitt@gnome.org>
12051
 
Date:   Wed Dec 11 13:17:10 2013 +0100
 
13872
Author:     Martin Pitt <martinpitt@gnome.org>
 
13873
AuthorDate: Wed Dec 11 13:17:10 2013 +0100
 
13874
Commit:     Martin Pitt <martinpitt@gnome.org>
 
13875
CommitDate: Wed Dec 11 13:17:10 2013 +0100
12052
13876
 
12053
13877
    gdesktopappinfo: Add missing annotations
12054
13878
 
12069
13893
 1 file changed, 6 insertions(+), 6 deletions(-)
12070
13894
 
12071
13895
commit aa7f1ba21a8536a147e90bb29e972fcea41e8e3d
12072
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12073
 
Date:   Wed Dec 11 20:09:59 2013 +0800
 
13896
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13897
AuthorDate: Wed Dec 11 20:09:59 2013 +0800
 
13898
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
13899
CommitDate: Wed Dec 11 20:09:59 2013 +0800
12074
13900
 
12075
13901
    Update Visual C++ "Installation" Phase
12076
13902
 
12086
13912
 2 files changed, 4 insertions(+), 4 deletions(-)
12087
13913
 
12088
13914
commit 36ef409591bf3c0f368c39d083c42ed029cea5e6
12089
 
Author: Manuel Bachmann <tarnyko@tarnyko.net>
12090
 
Date:   Wed Dec 11 10:59:28 2013 +0100
 
13915
Author:     Manuel Bachmann <tarnyko@tarnyko.net>
 
13916
AuthorDate: Wed Dec 11 10:59:28 2013 +0100
 
13917
Commit:     Manuel Bachmann <tarnyko@tarnyko.net>
 
13918
CommitDate: Wed Dec 11 11:02:33 2013 +0100
12091
13919
 
12092
13920
    gdbus-codegen: look for deps in correct path under win32
12093
13921
 
12100
13928
 1 file changed, 1 insertion(+), 1 deletion(-)
12101
13929
 
12102
13930
commit e6456bcfb682113b2b623e9ccd9bcec46626e4ed
12103
 
Author: Stef Walter <stefw@gnome.org>
12104
 
Date:   Wed Dec 4 12:48:53 2013 +0100
 
13931
Author:     Stef Walter <stefw@gnome.org>
 
13932
AuthorDate: Wed Dec 4 12:48:53 2013 +0100
 
13933
Commit:     Stef Walter <stefw@gnome.org>
 
13934
CommitDate: Wed Dec 11 07:32:03 2013 +0100
12105
13935
 
12106
13936
    gdbus-connection: Work around race in connection tests
12107
13937
 
12115
13945
 1 file changed, 20 insertions(+), 10 deletions(-)
12116
13946
 
12117
13947
commit a22f77739dd4ec911d7bdc0f0fc61314e5f9f1cf
12118
 
Author: Ryan Lortie <desrt@desrt.ca>
12119
 
Date:   Sun Dec 8 18:18:16 2013 -0500
 
13948
Author:     Ryan Lortie <desrt@desrt.ca>
 
13949
AuthorDate: Sun Dec 8 18:18:16 2013 -0500
 
13950
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13951
CommitDate: Mon Dec 9 12:10:16 2013 -0500
12120
13952
 
12121
13953
    g_get_current_dir(): consult PWD first
12122
13954
 
12129
13961
 1 file changed, 13 insertions(+), 1 deletion(-)
12130
13962
 
12131
13963
commit 0f1579e62cded436c3fbfbeaf3130c8d8ffcb01c
12132
 
Author: Lars Uebernickel <lars@uebernic.de>
12133
 
Date:   Sun Dec 8 17:30:33 2013 +0100
 
13964
Author:     Lars Uebernickel <lars@uebernic.de>
 
13965
AuthorDate: Sun Dec 8 17:30:33 2013 +0100
 
13966
Commit:     Lars Uebernickel <lars@uebernic.de>
 
13967
CommitDate: Mon Dec 9 15:51:56 2013 +0100
12134
13968
 
12135
13969
    g_settings_get: only check for non-copying format string
12136
13970
 
12144
13978
 1 file changed, 2 insertions(+), 2 deletions(-)
12145
13979
 
12146
13980
commit 05f36e7ffcac0e58c1bf578bc37e1dc129f4b8e3
12147
 
Author: Ryan Lortie <desrt@desrt.ca>
12148
 
Date:   Sun Dec 8 16:38:47 2013 -0500
 
13981
Author:     Ryan Lortie <desrt@desrt.ca>
 
13982
AuthorDate: Sun Dec 8 16:38:47 2013 -0500
 
13983
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13984
CommitDate: Sun Dec 8 16:38:47 2013 -0500
12149
13985
 
12150
13986
    clang fixes: tweak last commit
12151
13987
 
12155
13991
 1 file changed, 1 insertion(+), 1 deletion(-)
12156
13992
 
12157
13993
commit ddf82a25761ed6aae17e478ab5d3096275b32b35
12158
 
Author: Ryan Lortie <desrt@desrt.ca>
12159
 
Date:   Sun Dec 8 14:22:51 2013 -0500
 
13994
Author:     Ryan Lortie <desrt@desrt.ca>
 
13995
AuthorDate: Sun Dec 8 14:22:51 2013 -0500
 
13996
Commit:     Ryan Lortie <desrt@desrt.ca>
 
13997
CommitDate: Sun Dec 8 14:22:51 2013 -0500
12160
13998
 
12161
13999
    [PATCH] Fix trivial non literal format uses
12162
14000
 
12170
14008
 3 files changed, 21 insertions(+), 30 deletions(-)
12171
14009
 
12172
14010
commit 904474454146877180f33930a5843545035fdecb
12173
 
Author: keyring <keyring@163.com>
12174
 
Date:   Sat Dec 7 15:05:26 2013 +0800
 
14011
Author:     keyring <keyring@163.com>
 
14012
AuthorDate: Sat Dec 7 15:05:26 2013 +0800
 
14013
Commit:     Wylmer Wang <wantinghard@gmail.com>
 
14014
CommitDate: Sat Dec 7 15:05:26 2013 +0800
12175
14015
 
12176
14016
    Update Chinese simplified translation
12177
14017
 
12180
14020
 1 file changed, 907 insertions(+), 702 deletions(-)
12181
14021
 
12182
14022
commit 396d40af237db00e1014520cf6858cfed30bbc51
12183
 
Author: Lars Uebernickel <lars@uebernic.de>
12184
 
Date:   Fri Dec 6 16:01:48 2013 +0100
 
14023
Author:     Lars Uebernickel <lars@uebernic.de>
 
14024
AuthorDate: Fri Dec 6 16:01:48 2013 +0100
 
14025
Commit:     Lars Uebernickel <lars@uebernic.de>
 
14026
CommitDate: Fri Dec 6 16:48:00 2013 +0100
12185
14027
 
12186
14028
    g_settings_get: check validity of format string
12187
14029
 
12200
14042
 1 file changed, 7 insertions(+)
12201
14043
 
12202
14044
commit c07eccd9c212e1e1642ee8cd359f5066ee8e5295
12203
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12204
 
Date:   Tue Dec 3 08:27:05 2013 +0000
 
14045
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14046
AuthorDate: Tue Dec 3 08:27:05 2013 +0000
 
14047
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14048
CommitDate: Fri Dec 6 09:41:56 2013 +0000
12205
14049
 
12206
14050
    gtestdbus: Add a note about thread safety to the documentation
12207
14051
 
12211
14055
 1 file changed, 6 insertions(+)
12212
14056
 
12213
14057
commit 7e9e7a66a1820478c87d3fadd47869eed88ef6f3
12214
 
Author: Daiki Ueno <ueno@unixuser.org>
12215
 
Date:   Thu Dec 5 18:16:36 2013 +0900
 
14058
Author:     Daiki Ueno <ueno@unixuser.org>
 
14059
AuthorDate: Thu Dec 5 18:16:36 2013 +0900
 
14060
Commit:     Daiki Ueno <ueno@unixuser.org>
 
14061
CommitDate: Fri Dec 6 07:55:27 2013 +0900
12216
14062
 
12217
14063
    Fix documentation typos in GTask and GCancellable examples
12218
14064
 
12223
14069
 2 files changed, 2 insertions(+), 2 deletions(-)
12224
14070
 
12225
14071
commit 8f4dc7012ef832b038777e88e8e37b051f524194
12226
 
Author: Colin Walters <walters@verbum.org>
12227
 
Date:   Tue Dec 3 17:15:14 2013 -0500
 
14072
Author:     Colin Walters <walters@verbum.org>
 
14073
AuthorDate: Tue Dec 3 17:15:14 2013 -0500
 
14074
Commit:     Colin Walters <walters@verbum.org>
 
14075
CommitDate: Tue Dec 3 19:23:49 2013 -0500
12228
14076
 
12229
14077
    gsignal: Signal connection ids are always > 0 if successful
12230
14078
 
12240
14088
 2 files changed, 6 insertions(+), 6 deletions(-)
12241
14089
 
12242
14090
commit b2bf13ccdd08cba7ad33e6ac588120d0cbed54fa
12243
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
12244
 
Date:   Tue Nov 26 17:45:37 2013 +0100
 
14091
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
14092
AuthorDate: Tue Nov 26 17:45:37 2013 +0100
 
14093
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
14094
CommitDate: Tue Dec 3 15:56:47 2013 +0100
12245
14095
 
12246
14096
    gutf8: use g_try_malloc_n
12247
14097
 
12253
14103
 1 file changed, 8 insertions(+), 8 deletions(-)
12254
14104
 
12255
14105
commit bff76bc36ff2b158bb702f9d579e2ff039a252b0
12256
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
12257
 
Date:   Tue Dec 3 15:35:50 2013 +0100
 
14106
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
14107
AuthorDate: Tue Dec 3 15:35:50 2013 +0100
 
14108
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
14109
CommitDate: Tue Dec 3 15:56:47 2013 +0100
12258
14110
 
12259
14111
    gmessages: make _g_log_abort() do only breakpoints again
12260
14112
 
12271
14123
 1 file changed, 4 insertions(+), 3 deletions(-)
12272
14124
 
12273
14125
commit 2baa50ee4fde91f89692e00b1fc4fa39713be799
12274
 
Author: Matthias Clasen <mclasen@redhat.com>
12275
 
Date:   Mon Dec 2 22:26:48 2013 -0500
 
14126
Author:     Matthias Clasen <mclasen@redhat.com>
 
14127
AuthorDate: Mon Dec 2 22:26:48 2013 -0500
 
14128
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14129
CommitDate: Tue Dec 3 06:00:47 2013 -0500
12276
14130
 
12277
14131
    Remove g_trap_instance_signals as well
12278
14132
 
12286
14140
 1 file changed, 2 insertions(+), 32 deletions(-)
12287
14141
 
12288
14142
commit 28c2706da73d7dddb12d336b26a08218e761817c
12289
 
Author: Matthias Clasen <mclasen@redhat.com>
12290
 
Date:   Mon Dec 2 21:48:03 2013 -0500
 
14143
Author:     Matthias Clasen <mclasen@redhat.com>
 
14144
AuthorDate: Mon Dec 2 21:48:03 2013 -0500
 
14145
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14146
CommitDate: Mon Dec 2 21:48:03 2013 -0500
12291
14147
 
12292
14148
    Drop g_trap_object_ref debugging mechanism
12293
14149
 
12302
14158
 2 files changed, 7 insertions(+), 26 deletions(-)
12303
14159
 
12304
14160
commit 0f800cd1a863bc0c3e51c03592e2fb1ffbda8982
12305
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
12306
 
Date:   Mon Dec 2 14:37:23 2013 -0500
 
14161
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
14162
AuthorDate: Mon Dec 2 14:37:23 2013 -0500
 
14163
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
14164
CommitDate: Mon Dec 2 14:45:42 2013 -0500
12307
14165
 
12308
14166
    Document clearly async functions not copying its args
12309
14167
 
12318
14176
 2 files changed, 10 insertions(+)
12319
14177
 
12320
14178
commit c4e9135352c9dc5cef4f6c51432cd4763f849bc4
12321
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
12322
 
Date:   Mon Dec 2 14:40:35 2013 -0500
 
14179
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
14180
AuthorDate: Mon Dec 2 14:40:35 2013 -0500
 
14181
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
14182
CommitDate: Mon Dec 2 14:45:42 2013 -0500
12323
14183
 
12324
14184
    GFile: add GBytes version of _replace_contents_async()
12325
14185
 
12332
14192
 3 files changed, 66 insertions(+), 9 deletions(-)
12333
14193
 
12334
14194
commit 10d2a01c9a47098e91c6782121a820e4b16717ab
12335
 
Author: Colin Walters <walters@verbum.org>
12336
 
Date:   Sun Dec 1 18:52:37 2013 -0500
 
14195
Author:     Colin Walters <walters@verbum.org>
 
14196
AuthorDate: Sun Dec 1 18:52:37 2013 -0500
 
14197
Commit:     Colin Walters <walters@verbum.org>
 
14198
CommitDate: Sun Dec 1 22:00:27 2013 -0500
12337
14199
 
12338
14200
    gsubprocess: Annotate g_subprocess_newv()
12339
14201
 
12343
14205
 1 file changed, 1 insertion(+), 1 deletion(-)
12344
14206
 
12345
14207
commit 4aa6894e82b86246d8343feda0dcca79e7e36d1b
12346
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
12347
 
Date:   Mon Dec 2 09:51:18 2013 +0800
 
14208
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
14209
AuthorDate: Mon Dec 2 09:51:18 2013 +0800
 
14210
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
14211
CommitDate: Mon Dec 2 09:51:18 2013 +0800
12348
14212
 
12349
14213
    build/win32/vs9/gio.vcprojin: Use UNIX Line endings
12350
14214
 
12356
14220
 1 file changed, 174 insertions(+), 174 deletions(-)
12357
14221
 
12358
14222
commit a812e110bf990e890ad15697e369c295520d0f98
12359
 
Author: Matthias Clasen <mclasen@redhat.com>
12360
 
Date:   Sun Dec 1 11:45:41 2013 -0500
 
14223
Author:     Matthias Clasen <mclasen@redhat.com>
 
14224
AuthorDate: Sun Dec 1 11:45:41 2013 -0500
 
14225
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14226
CommitDate: Sun Dec 1 11:47:00 2013 -0500
12361
14227
 
12362
14228
    Install all test data
12363
14229
 
12369
14235
 1 file changed, 1 insertion(+)
12370
14236
 
12371
14237
commit d22e577a030d33d9e79f508f1e296ac1cccd21e5
12372
 
Author: Aurimas Černius <aurisc4@gmail.com>
12373
 
Date:   Sun Dec 1 18:30:19 2013 +0200
 
14238
Author:     Aurimas Černius <aurisc4@gmail.com>
 
14239
AuthorDate: Sun Dec 1 18:30:19 2013 +0200
 
14240
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
14241
CommitDate: Sun Dec 1 18:30:19 2013 +0200
12374
14242
 
12375
14243
    Updated Lithuanian translation
12376
14244
 
12379
14247
 1 file changed, 761 insertions(+), 553 deletions(-)
12380
14248
 
12381
14249
commit 72eae6edddf0d2200a64c1a0a68079ced5ff48a6
12382
 
Author: Matthias Clasen <mclasen@redhat.com>
12383
 
Date:   Sat Nov 30 22:51:03 2013 -0500
 
14250
Author:     Matthias Clasen <mclasen@redhat.com>
 
14251
AuthorDate: Sat Nov 30 22:51:03 2013 -0500
 
14252
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14253
CommitDate: Sat Nov 30 23:10:13 2013 -0500
12384
14254
 
12385
14255
    Improve file measure testcase
12386
14256
 
12393
14263
 1 file changed, 162 insertions(+), 4 deletions(-)
12394
14264
 
12395
14265
commit 9d4cd9c5ae307d40c96d8bc00f419f65795b8090
12396
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12397
 
Date:   Tue Nov 12 13:14:19 2013 +0000
 
14266
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14267
AuthorDate: Tue Nov 12 13:14:19 2013 +0000
 
14268
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14269
CommitDate: Fri Nov 29 08:11:13 2013 +0000
12398
14270
 
12399
14271
    gtestdbus: Minor documentation fixes
12400
14272
 
12404
14276
 1 file changed, 15 insertions(+), 13 deletions(-)
12405
14277
 
12406
14278
commit 46c1aea0e7d77581ced8ebd064b5a886417f7371
12407
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12408
 
Date:   Tue Nov 12 13:10:33 2013 +0000
 
14279
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14280
AuthorDate: Tue Nov 12 13:10:33 2013 +0000
 
14281
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14282
CommitDate: Fri Nov 29 08:11:13 2013 +0000
12409
14283
 
12410
14284
    gtestdbus: Fix non-const use of const variables
12411
14285
 
12417
14291
 1 file changed, 2 insertions(+), 2 deletions(-)
12418
14292
 
12419
14293
commit 598a9c5028eef0f84b8f3830524058f3ab5eb257
12420
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12421
 
Date:   Tue Nov 12 13:09:56 2013 +0000
 
14294
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14295
AuthorDate: Tue Nov 12 13:09:56 2013 +0000
 
14296
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14297
CommitDate: Fri Nov 29 08:11:13 2013 +0000
12422
14298
 
12423
14299
    gtestdbus: Fix variable shadowing
12424
14300
 
12430
14306
 1 file changed, 2 insertions(+), 2 deletions(-)
12431
14307
 
12432
14308
commit b328cae6a975055ad83d99b248f366fe0973ff0e
12433
 
Author: Matthias Clasen <mclasen@redhat.com>
12434
 
Date:   Fri Nov 29 00:11:47 2013 -0500
 
14309
Author:     Matthias Clasen <mclasen@redhat.com>
 
14310
AuthorDate: Fri Nov 29 00:11:47 2013 -0500
 
14311
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14312
CommitDate: Fri Nov 29 00:12:43 2013 -0500
12435
14313
 
12436
14314
    Add a test for g_file_measure_disk_usage
12437
14315
 
12439
14317
 1 file changed, 35 insertions(+)
12440
14318
 
12441
14319
commit 7a90c201f7212a410ed871d7decab23e8b63d0e9
12442
 
Author: Colin Walters <walters@verbum.org>
12443
 
Date:   Fri Nov 29 04:12:26 2013 +0000
 
14320
Author:     Colin Walters <walters@verbum.org>
 
14321
AuthorDate: Fri Nov 29 04:12:26 2013 +0000
 
14322
Commit:     Colin Walters <walters@verbum.org>
 
14323
CommitDate: Fri Nov 29 04:12:26 2013 +0000
12444
14324
 
12445
14325
    tests/gsubprocess: Only compare basename of /tmp
12446
14326
 
12452
14332
 1 file changed, 4 insertions(+), 1 deletion(-)
12453
14333
 
12454
14334
commit 4c3b009992f585ce00cafc8cd38941eb646df8e5
12455
 
Author: Matthias Clasen <mclasen@redhat.com>
12456
 
Date:   Thu Nov 28 21:58:48 2013 -0500
 
14335
Author:     Matthias Clasen <mclasen@redhat.com>
 
14336
AuthorDate: Thu Nov 28 21:58:48 2013 -0500
 
14337
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14338
CommitDate: Thu Nov 28 21:58:48 2013 -0500
12457
14339
 
12458
14340
    Improve GType test coverage
12459
14341
 
12463
14345
 1 file changed, 8 insertions(+)
12464
14346
 
12465
14347
commit d6af3c63c9a95aa86aebf422f14935059a769159
12466
 
Author: Matthias Clasen <mclasen@redhat.com>
12467
 
Date:   Thu Nov 28 21:58:25 2013 -0500
 
14348
Author:     Matthias Clasen <mclasen@redhat.com>
 
14349
AuthorDate: Thu Nov 28 21:58:25 2013 -0500
 
14350
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14351
CommitDate: Thu Nov 28 21:58:25 2013 -0500
12468
14352
 
12469
14353
    Add a test for g_atexit
12470
14354
 
12472
14356
 1 file changed, 22 insertions(+)
12473
14357
 
12474
14358
commit 2cafe37e19561ee1c10960d191dc776d70c19c7f
12475
 
Author: Matthias Clasen <mclasen@redhat.com>
12476
 
Date:   Thu Nov 28 21:57:47 2013 -0500
 
14359
Author:     Matthias Clasen <mclasen@redhat.com>
 
14360
AuthorDate: Thu Nov 28 21:57:47 2013 -0500
 
14361
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14362
CommitDate: Thu Nov 28 21:57:47 2013 -0500
12477
14363
 
12478
14364
    Improve GApplication test coverage
12479
14365
 
12483
14369
 1 file changed, 3 insertions(+)
12484
14370
 
12485
14371
commit 5528a0f408c5fa29e174a9612da9b0dd136be81f
12486
 
Author: Matthias Clasen <mclasen@redhat.com>
12487
 
Date:   Thu Nov 28 21:56:48 2013 -0500
 
14372
Author:     Matthias Clasen <mclasen@redhat.com>
 
14373
AuthorDate: Thu Nov 28 21:56:48 2013 -0500
 
14374
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14375
CommitDate: Thu Nov 28 21:56:48 2013 -0500
12488
14376
 
12489
14377
    Improve GNotification test coverage
12490
14378
 
12492
14380
 1 file changed, 17 insertions(+), 1 deletion(-)
12493
14381
 
12494
14382
commit 97a06b42527b3df1724c0bc61f654f651f3055e4
12495
 
Author: Matthias Clasen <mclasen@redhat.com>
12496
 
Date:   Thu Nov 28 21:53:53 2013 -0500
 
14383
Author:     Matthias Clasen <mclasen@redhat.com>
 
14384
AuthorDate: Thu Nov 28 21:53:53 2013 -0500
 
14385
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14386
CommitDate: Thu Nov 28 21:53:53 2013 -0500
12497
14387
 
12498
14388
    Improve GSimpleActionGroup test coverage
12499
14389
 
12503
14393
 1 file changed, 4 insertions(+)
12504
14394
 
12505
14395
commit 38afb17598c509f2960891b16deb3625ec64b1dc
12506
 
Author: Matthias Clasen <mclasen@redhat.com>
12507
 
Date:   Thu Nov 28 14:50:59 2013 -0500
 
14396
Author:     Matthias Clasen <mclasen@redhat.com>
 
14397
AuthorDate: Thu Nov 28 14:50:59 2013 -0500
 
14398
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14399
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12508
14400
 
12509
14401
    Generate overview images for coverage
12510
14402
 
12515
14407
 1 file changed, 1 insertion(+), 1 deletion(-)
12516
14408
 
12517
14409
commit dbe560ac0106571261b8e8d1ed0335df47c97e97
12518
 
Author: Matthias Clasen <mclasen@redhat.com>
12519
 
Date:   Thu Nov 28 14:33:03 2013 -0500
 
14410
Author:     Matthias Clasen <mclasen@redhat.com>
 
14411
AuthorDate: Thu Nov 28 14:33:03 2013 -0500
 
14412
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14413
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12520
14414
 
12521
14415
    Improve GSettings test coverage
12522
14416
 
12526
14420
 1 file changed, 17 insertions(+), 2 deletions(-)
12527
14421
 
12528
14422
commit 555d40eeed7309d11717c872b2115f4d6a519a86
12529
 
Author: Matthias Clasen <mclasen@redhat.com>
12530
 
Date:   Thu Nov 28 13:54:50 2013 -0500
 
14423
Author:     Matthias Clasen <mclasen@redhat.com>
 
14424
AuthorDate: Thu Nov 28 13:54:50 2013 -0500
 
14425
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14426
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12531
14427
 
12532
14428
    Improve search utils test coverage
12533
14429
 
12537
14433
 1 file changed, 4 insertions(+)
12538
14434
 
12539
14435
commit 00ab7790ce6057390c9c5eb25380051c15610637
12540
 
Author: Matthias Clasen <mclasen@redhat.com>
12541
 
Date:   Thu Nov 28 13:54:17 2013 -0500
 
14436
Author:     Matthias Clasen <mclasen@redhat.com>
 
14437
AuthorDate: Thu Nov 28 13:54:17 2013 -0500
 
14438
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14439
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12542
14440
 
12543
14441
    Improve GNotification test coverage
12544
14442
 
12547
14445
 1 file changed, 63 insertions(+)
12548
14446
 
12549
14447
commit ec393a3009f89439373486c480a8592595b7c06c
12550
 
Author: Matthias Clasen <mclasen@redhat.com>
12551
 
Date:   Thu Nov 28 13:00:03 2013 -0500
 
14448
Author:     Matthias Clasen <mclasen@redhat.com>
 
14449
AuthorDate: Thu Nov 28 13:00:03 2013 -0500
 
14450
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14451
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12552
14452
 
12553
14453
    Improve GKeyFile test coverage
12554
14454
 
12557
14457
 1 file changed, 64 insertions(+), 1 deletion(-)
12558
14458
 
12559
14459
commit 804c4fe1d37fa9c1c32e858052f56012d73163ef
12560
 
Author: Matthias Clasen <mclasen@redhat.com>
12561
 
Date:   Thu Nov 28 12:59:32 2013 -0500
 
14460
Author:     Matthias Clasen <mclasen@redhat.com>
 
14461
AuthorDate: Thu Nov 28 12:59:32 2013 -0500
 
14462
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14463
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12562
14464
 
12563
14465
    Improve test coverage for GHashTable
12564
14466
 
12567
14469
 1 file changed, 78 insertions(+), 1 deletion(-)
12568
14470
 
12569
14471
commit a688b2a9c0192a8373407fb53636d0e2c6d3ecbd
12570
 
Author: Matthias Clasen <mclasen@redhat.com>
12571
 
Date:   Thu Nov 28 12:59:11 2013 -0500
 
14472
Author:     Matthias Clasen <mclasen@redhat.com>
 
14473
AuthorDate: Thu Nov 28 12:59:11 2013 -0500
 
14474
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14475
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12572
14476
 
12573
14477
    Improve test coverage for GSubprocess
12574
14478
 
12577
14481
 2 files changed, 44 insertions(+)
12578
14482
 
12579
14483
commit f18138a9cf4b43c527636688ac87d03385c9664a
12580
 
Author: Matthias Clasen <mclasen@redhat.com>
12581
 
Date:   Thu Nov 28 12:58:44 2013 -0500
 
14484
Author:     Matthias Clasen <mclasen@redhat.com>
 
14485
AuthorDate: Thu Nov 28 12:58:44 2013 -0500
 
14486
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14487
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12582
14488
 
12583
14489
    Improve test coverage for gsettings
12584
14490
 
12586
14492
 1 file changed, 18 insertions(+), 2 deletions(-)
12587
14493
 
12588
14494
commit 9a02cfd9142b9692116f828c402b115592e2256b
12589
 
Author: Matthias Clasen <mclasen@redhat.com>
12590
 
Date:   Thu Nov 28 02:01:48 2013 -0500
 
14495
Author:     Matthias Clasen <mclasen@redhat.com>
 
14496
AuthorDate: Thu Nov 28 02:01:48 2013 -0500
 
14497
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14498
CommitDate: Thu Nov 28 16:01:23 2013 -0500
12591
14499
 
12592
14500
    Test new gsettings api
12593
14501
 
12598
14506
 1 file changed, 35 insertions(+)
12599
14507
 
12600
14508
commit 49ea52e6a69d96bd3eb29ed26c6cb1de592d336f
12601
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12602
 
Date:   Thu Nov 28 20:41:49 2013 +0000
 
14509
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14510
AuthorDate: Thu Nov 28 20:41:49 2013 +0000
 
14511
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14512
CommitDate: Thu Nov 28 20:41:49 2013 +0000
12603
14513
 
12604
14514
    gio: Replace g_clear_object() with if()…g_object_unref()
12605
14515
 
12610
14520
 2 files changed, 4 insertions(+), 2 deletions(-)
12611
14521
 
12612
14522
commit 49fc6d5b7e0714e783565f083aaca1de598256c0
12613
 
Author: djcb <djcb@djcbsoftware.nl>
12614
 
Date:   Thu Nov 28 08:25:20 2013 -0500
 
14523
Author:     djcb <djcb@djcbsoftware.nl>
 
14524
AuthorDate: Thu Nov 28 08:25:20 2013 -0500
 
14525
Commit:     Colin Walters <walters@verbum.org>
 
14526
CommitDate: Thu Nov 28 08:25:20 2013 -0500
12615
14527
 
12616
14528
    gdbus-codegen: Fix leak in property setter
12617
14529
 
12625
14537
 1 file changed, 7 insertions(+), 1 deletion(-)
12626
14538
 
12627
14539
commit 7d82d6dc5b7de75672d4875b2a897b9a29836f32
12628
 
Author: Matthias Clasen <mclasen@redhat.com>
12629
 
Date:   Thu Nov 28 01:36:29 2013 -0500
 
14540
Author:     Matthias Clasen <mclasen@redhat.com>
 
14541
AuthorDate: Thu Nov 28 01:36:29 2013 -0500
 
14542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14543
CommitDate: Thu Nov 28 01:36:29 2013 -0500
12630
14544
 
12631
14545
    Test g_subprocess_launcher_spawn
12632
14546
 
12637
14551
 1 file changed, 1 insertion(+), 1 deletion(-)
12638
14552
 
12639
14553
commit 7ef1eccd7e97baee34e3ff76f1e19cdefc1b9eb8
12640
 
Author: Matthias Clasen <mclasen@redhat.com>
12641
 
Date:   Thu Nov 28 01:34:52 2013 -0500
 
14554
Author:     Matthias Clasen <mclasen@redhat.com>
 
14555
AuthorDate: Thu Nov 28 01:34:52 2013 -0500
 
14556
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14557
CommitDate: Thu Nov 28 01:34:52 2013 -0500
12642
14558
 
12643
14559
    Fix g_subprocess_launcher_spawn
12644
14560
 
12650
14566
 1 file changed, 2 insertions(+)
12651
14567
 
12652
14568
commit 4a687ed7237143be0e6c38c970aef0603793fc71
12653
 
Author: Matthias Clasen <mclasen@redhat.com>
12654
 
Date:   Thu Nov 28 01:12:26 2013 -0500
 
14569
Author:     Matthias Clasen <mclasen@redhat.com>
 
14570
AuthorDate: Thu Nov 28 01:12:26 2013 -0500
 
14571
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14572
CommitDate: Thu Nov 28 01:12:26 2013 -0500
12655
14573
 
12656
14574
    Test some more GSubProcess api
12657
14575
 
12664
14582
 2 files changed, 60 insertions(+)
12665
14583
 
12666
14584
commit bd932aa9f8605a3823bc32428cccb334dc1f5ee0
12667
 
Author: Matthias Clasen <mclasen@redhat.com>
12668
 
Date:   Thu Nov 28 00:19:19 2013 -0500
 
14585
Author:     Matthias Clasen <mclasen@redhat.com>
 
14586
AuthorDate: Thu Nov 28 00:19:19 2013 -0500
 
14587
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14588
CommitDate: Thu Nov 28 00:19:19 2013 -0500
12669
14589
 
12670
14590
    Add a GAppInfoMonitor test
12671
14591
 
12679
14599
 2 files changed, 115 insertions(+)
12680
14600
 
12681
14601
commit 36a42ab0a50c2825a8111007ff59ff2da14ecff9
12682
 
Author: Matthias Clasen <mclasen@redhat.com>
12683
 
Date:   Wed Nov 27 22:48:06 2013 -0500
 
14602
Author:     Matthias Clasen <mclasen@redhat.com>
 
14603
AuthorDate: Wed Nov 27 22:48:06 2013 -0500
 
14604
Commit:     Matthias Clasen <mclasen@redhat.com>
 
14605
CommitDate: Wed Nov 27 22:48:06 2013 -0500
12684
14606
 
12685
14607
    Add tests for new GAction api
12686
14608
 
12692
14614
 1 file changed, 41 insertions(+), 18 deletions(-)
12693
14615
 
12694
14616
commit 1e3fe29fc3707e7844fce8e3761c3f12090d9158
12695
 
Author: Manuel Bachmann <tarnyko@tarnyko.net>
12696
 
Date:   Wed Nov 27 23:18:54 2013 +0100
 
14617
Author:     Manuel Bachmann <tarnyko@tarnyko.net>
 
14618
AuthorDate: Wed Nov 27 23:18:54 2013 +0100
 
14619
Commit:     Manuel Bachmann <tarnyko@tarnyko.net>
 
14620
CommitDate: Wed Nov 27 23:18:54 2013 +0100
12697
14621
 
12698
14622
    Fix g_win32_run_session_bus hook for MinGW-w64
12699
14623
 
12706
14630
 1 file changed, 2 insertions(+)
12707
14631
 
12708
14632
commit 43d19dae11c5d7a62ab11d64feaa43129a24351b
12709
 
Author: Ryan Lortie <desrt@desrt.ca>
12710
 
Date:   Wed Nov 27 12:41:33 2013 -0500
 
14633
Author:     Ryan Lortie <desrt@desrt.ca>
 
14634
AuthorDate: Wed Nov 27 12:41:33 2013 -0500
 
14635
Commit:     Ryan Lortie <desrt@desrt.ca>
 
14636
CommitDate: Wed Nov 27 12:42:32 2013 -0500
12711
14637
 
12712
14638
    gsettings tool: stop using GMainLoop
12713
14639
 
12717
14643
 1 file changed, 2 insertions(+), 1 deletion(-)
12718
14644
 
12719
14645
commit f33a7f9ef2a14ddc8397477920e013f0987df0a4
12720
 
Author: Ryan Lortie <desrt@desrt.ca>
12721
 
Date:   Wed Nov 27 12:40:27 2013 -0500
 
14646
Author:     Ryan Lortie <desrt@desrt.ca>
 
14647
AuthorDate: Wed Nov 27 12:40:27 2013 -0500
 
14648
Commit:     Ryan Lortie <desrt@desrt.ca>
 
14649
CommitDate: Wed Nov 27 12:42:32 2013 -0500
12722
14650
 
12723
14651
    gsettings tool: fix some sed damage
12724
14652
 
12733
14661
 1 file changed, 5 insertions(+), 3 deletions(-)
12734
14662
 
12735
14663
commit e53caad4f139e2df0b34dae5864576796dda514e
12736
 
Author: Dan Winship <danw@gnome.org>
12737
 
Date:   Wed Nov 27 10:57:43 2013 -0500
 
14664
Author:     Dan Winship <danw@gnome.org>
 
14665
AuthorDate: Wed Nov 27 10:57:43 2013 -0500
 
14666
Commit:     Dan Winship <danw@gnome.org>
 
14667
CommitDate: Wed Nov 27 10:57:43 2013 -0500
12738
14668
 
12739
14669
    Fix a warning about _g_log_abort()
12740
14670
 
12745
14675
 1 file changed, 2 insertions(+), 2 deletions(-)
12746
14676
 
12747
14677
commit 695070b52e1c5b849993b0a1bb24e23d59434059
12748
 
Author: Dan Winship <danw@gnome.org>
12749
 
Date:   Wed Nov 27 10:15:44 2013 -0500
 
14678
Author:     Dan Winship <danw@gnome.org>
 
14679
AuthorDate: Wed Nov 27 10:15:44 2013 -0500
 
14680
Commit:     Dan Winship <danw@gnome.org>
 
14681
CommitDate: Wed Nov 27 10:42:32 2013 -0500
12750
14682
 
12751
14683
    Fix the gtestutils core dump prevention again
12752
14684
 
12757
14689
 1 file changed, 8 insertions(+), 11 deletions(-)
12758
14690
 
12759
14691
commit 1300108e0c50e70d5414c195649ad41419074e1a
12760
 
Author: Rui Matos <tiagomatos@gmail.com>
12761
 
Date:   Wed Nov 27 14:32:05 2013 +0100
 
14692
Author:     Rui Matos <tiagomatos@gmail.com>
 
14693
AuthorDate: Wed Nov 27 14:32:05 2013 +0100
 
14694
Commit:     Rui Matos <tiagomatos@gmail.com>
 
14695
CommitDate: Wed Nov 27 16:18:19 2013 +0100
12762
14696
 
12763
14697
    GDBusObjectManagerClient: keep the manager alive while firing signals
12764
14698
 
12771
14705
 1 file changed, 8 insertions(+), 1 deletion(-)
12772
14706
 
12773
14707
commit 30e1ab326296088fd83c046e83b0f0a0b89b9489
12774
 
Author: Ryan Lortie <desrt@desrt.ca>
12775
 
Date:   Wed Nov 27 10:13:10 2013 -0500
 
14708
Author:     Ryan Lortie <desrt@desrt.ca>
 
14709
AuthorDate: Wed Nov 27 10:13:10 2013 -0500
 
14710
Commit:     Ryan Lortie <desrt@desrt.ca>
 
14711
CommitDate: Wed Nov 27 10:17:15 2013 -0500
12776
14712
 
12777
14713
    tests: move /param/implement to -m slow
12778
14714
 
12792
14728
 1 file changed, 3 insertions(+), 1 deletion(-)
12793
14729
 
12794
14730
commit aa337d36741b17e53470fd8b08e672fa56ca59b1
12795
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12796
 
Date:   Mon Nov 25 13:26:45 2013 +0000
 
14731
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14732
AuthorDate: Mon Nov 25 13:26:45 2013 +0000
 
14733
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14734
CommitDate: Wed Nov 27 10:12:27 2013 +0000
12797
14735
 
12798
14736
    gbytes: Clarify the nullability of GBytes->data
12799
14737
 
12806
14744
 1 file changed, 26 insertions(+), 12 deletions(-)
12807
14745
 
12808
14746
commit 33dd6d12d7478df22b7759f0ed26f81187ad2a54
12809
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12810
 
Date:   Mon Nov 25 14:06:01 2013 +0000
 
14747
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14748
AuthorDate: Mon Nov 25 14:06:01 2013 +0000
 
14749
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14750
CommitDate: Wed Nov 27 10:05:56 2013 +0000
12811
14751
 
12812
14752
    gfileutils: Fix a potential integer overflow
12813
14753
 
12828
14768
 1 file changed, 22 insertions(+), 15 deletions(-)
12829
14769
 
12830
14770
commit c1d5db618688a78aa897d269859a1bc6413a9e55
12831
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12832
 
Date:   Mon Nov 25 13:50:20 2013 +0000
 
14771
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14772
AuthorDate: Mon Nov 25 13:50:20 2013 +0000
 
14773
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14774
CommitDate: Wed Nov 27 10:05:56 2013 +0000
12833
14775
 
12834
14776
    gvariant: Fix a potential memcpy(NULL) call
12835
14777
 
12850
14792
 1 file changed, 3 insertions(+), 1 deletion(-)
12851
14793
 
12852
14794
commit c9344fd5135474471dc34e29141a186454e7473e
12853
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12854
 
Date:   Tue Nov 26 11:21:37 2013 +0000
 
14795
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14796
AuthorDate: Tue Nov 26 11:21:37 2013 +0000
 
14797
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14798
CommitDate: Wed Nov 27 10:01:30 2013 +0000
12855
14799
 
12856
14800
    gio/tests: Add a dynamic type check assertion
12857
14801
 
12866
14810
 1 file changed, 1 insertion(+), 1 deletion(-)
12867
14811
 
12868
14812
commit 32118951ea827811d3885568916de89a0e5d1f4e
12869
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12870
 
Date:   Tue Nov 26 11:20:01 2013 +0000
 
14813
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14814
AuthorDate: Tue Nov 26 11:20:01 2013 +0000
 
14815
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14816
CommitDate: Wed Nov 27 10:01:30 2013 +0000
12871
14817
 
12872
14818
    gio/tests: Add a non-NULL assertion to help static analysis
12873
14819
 
12888
14834
 1 file changed, 1 insertion(+), 1 deletion(-)
12889
14835
 
12890
14836
commit c9ccc2af9157b99651507eb078e6cdd8d31d3bd6
12891
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12892
 
Date:   Tue Nov 26 11:18:35 2013 +0000
 
14837
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14838
AuthorDate: Tue Nov 26 11:18:35 2013 +0000
 
14839
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14840
CommitDate: Wed Nov 27 10:01:29 2013 +0000
12893
14841
 
12894
14842
    gio/tests: Add non-NULL assertions to help static analysis
12895
14843
 
12908
14856
 1 file changed, 2 insertions(+)
12909
14857
 
12910
14858
commit fe004445a41d69075fcb542219026d4b8fc343a9
12911
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12912
 
Date:   Tue Nov 26 11:18:01 2013 +0000
 
14859
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14860
AuthorDate: Tue Nov 26 11:18:01 2013 +0000
 
14861
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14862
CommitDate: Wed Nov 27 10:01:29 2013 +0000
12913
14863
 
12914
14864
    gio/tests: Fix a g_return_val_if_fail() in a void function
12915
14865
 
12921
14871
 1 file changed, 1 insertion(+), 1 deletion(-)
12922
14872
 
12923
14873
commit 73e6b900d431f8ef948aa134e45107bd326e8004
12924
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12925
 
Date:   Tue Nov 26 11:16:57 2013 +0000
 
14874
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14875
AuthorDate: Tue Nov 26 11:16:57 2013 +0000
 
14876
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14877
CommitDate: Wed Nov 27 10:01:29 2013 +0000
12926
14878
 
12927
14879
    gunixmounts: Fix a potential strcmp(NULL) call
12928
14880
 
12938
14890
 1 file changed, 1 insertion(+), 1 deletion(-)
12939
14891
 
12940
14892
commit 8b9e8dc53b1efba01d760cde9d2cb01fdee51cf7
12941
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12942
 
Date:   Tue Nov 26 11:12:48 2013 +0000
 
14893
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14894
AuthorDate: Tue Nov 26 11:12:48 2013 +0000
 
14895
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14896
CommitDate: Wed Nov 27 10:01:29 2013 +0000
12943
14897
 
12944
14898
    gcontenttype: Fix a potential NULL pointer dereference
12945
14899
 
12966
14920
 1 file changed, 6 insertions(+), 1 deletion(-)
12967
14921
 
12968
14922
commit aa28ced44e0460fb01406aa17996d863ffe3cbf6
12969
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12970
 
Date:   Tue Nov 26 11:11:21 2013 +0000
 
14923
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14924
AuthorDate: Tue Nov 26 11:11:21 2013 +0000
 
14925
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14926
CommitDate: Wed Nov 27 10:01:29 2013 +0000
12971
14927
 
12972
14928
    gunixfdlist: Fix a potential NULL pointer dereference
12973
14929
 
12984
14940
 1 file changed, 2 insertions(+), 1 deletion(-)
12985
14941
 
12986
14942
commit 956c58c7f202009d769aefc9bc8adaedccec074d
12987
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
12988
 
Date:   Tue Nov 26 11:09:58 2013 +0000
 
14943
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14944
AuthorDate: Tue Nov 26 11:09:58 2013 +0000
 
14945
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14946
CommitDate: Wed Nov 27 10:01:29 2013 +0000
12989
14947
 
12990
14948
    gsocketaddress: Add an assertion to help static analysis
12991
14949
 
13004
14962
 1 file changed, 2 insertions(+)
13005
14963
 
13006
14964
commit c729f416fb07e723a8404e28241a8096ac438838
13007
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
13008
 
Date:   Tue Nov 26 11:08:50 2013 +0000
 
14965
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14966
AuthorDate: Tue Nov 26 11:08:50 2013 +0000
 
14967
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14968
CommitDate: Wed Nov 27 10:01:29 2013 +0000
13009
14969
 
13010
14970
    gdbusserver: Fix a potential g_object_unref(NULL) call
13011
14971
 
13023
14983
 1 file changed, 1 insertion(+), 1 deletion(-)
13024
14984
 
13025
14985
commit 44af12aba114c82e04fa78eb2ad9aaf8aa5137b2
13026
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
13027
 
Date:   Tue Nov 26 11:07:45 2013 +0000
 
14986
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14987
AuthorDate: Tue Nov 26 11:07:45 2013 +0000
 
14988
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
14989
CommitDate: Wed Nov 27 10:01:29 2013 +0000
13028
14990
 
13029
14991
    gcontenttype: Fix a potential g_object_unref(NULL) call
13030
14992
 
13038
15000
 1 file changed, 1 insertion(+), 1 deletion(-)
13039
15001
 
13040
15002
commit b9322bf9abe2e61718b2b1c57aa09b18946a2d35
13041
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13042
 
Date:   Fri Nov 15 13:00:55 2013 +0800
 
15003
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15004
AuthorDate: Fri Nov 15 13:00:55 2013 +0800
 
15005
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15006
CommitDate: Wed Nov 27 08:01:47 2013 +0800
13043
15007
 
13044
15008
    gio/tests/memory-output-stream.c: Avoid an uninitialized variable
13045
15009
 
13057
15021
 1 file changed, 1 insertion(+), 1 deletion(-)
13058
15022
 
13059
15023
commit 29b66e1458113e1786209f5784f919082d22c618
13060
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13061
 
Date:   Tue Nov 26 18:57:04 2013 +0800
 
15024
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15025
AuthorDate: Tue Nov 26 18:57:04 2013 +0800
 
15026
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15027
CommitDate: Wed Nov 27 08:01:46 2013 +0800
13062
15028
 
13063
15029
    glib/tests/enviroment.c: Fix running on Windows
13064
15030
 
13075
15041
 1 file changed, 2 insertions(+), 1 deletion(-)
13076
15042
 
13077
15043
commit 32cfcc87400af61261ecdac29b38962c1de876f1
13078
 
Author: Michael Natterer <mitch@gimp.org>
13079
 
Date:   Tue Nov 26 23:00:52 2013 +0100
 
15044
Author:     Michael Natterer <mitch@gimp.org>
 
15045
AuthorDate: Tue Nov 26 23:00:52 2013 +0100
 
15046
Commit:     Michael Natterer <mitch@gimp.org>
 
15047
CommitDate: Tue Nov 26 23:00:52 2013 +0100
13080
15048
 
13081
15049
    gio: remove precondition checks from g_output_stream_printf()
13082
15050
 
13087
15055
 1 file changed, 5 deletions(-)
13088
15056
 
13089
15057
commit c9cfa7d1d55291503c8adb8a1cca24781e4a8da4
13090
 
Author: Stef Walter <stefw@gnome.org>
13091
 
Date:   Thu Oct 31 23:03:58 2013 +0100
 
15058
Author:     Stef Walter <stefw@gnome.org>
 
15059
AuthorDate: Thu Oct 31 23:03:58 2013 +0100
 
15060
Commit:     Stef Walter <stefw@gnome.org>
 
15061
CommitDate: Tue Nov 26 20:23:48 2013 +0100
13092
15062
 
13093
15063
    gthread-posix: Don't use gslice allocated GRecMutex
13094
15064
 
13101
15071
 1 file changed, 5 insertions(+), 2 deletions(-)
13102
15072
 
13103
15073
commit d86396f21fa164bd3cb5efc111ef50bd7065beec
13104
 
Author: Michael Natterer <mitch@gimp.org>
13105
 
Date:   Mon Nov 25 23:26:21 2013 +0100
 
15074
Author:     Michael Natterer <mitch@gimp.org>
 
15075
AuthorDate: Mon Nov 25 23:26:21 2013 +0100
 
15076
Commit:     Michael Natterer <mitch@gimp.org>
 
15077
CommitDate: Tue Nov 26 11:51:24 2013 +0100
13106
15078
 
13107
15079
    gio: add g_output_string_[v]printf()
13108
15080
 
13114
15086
 2 files changed, 118 insertions(+)
13115
15087
 
13116
15088
commit a997cfe90fae92d13bd1bf7e7f45f2a2381c9f11
13117
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13118
 
Date:   Tue Nov 26 13:16:15 2013 +0800
 
15089
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15090
AuthorDate: Tue Nov 26 13:16:15 2013 +0800
 
15091
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15092
CommitDate: Tue Nov 26 13:16:15 2013 +0800
13119
15093
 
13120
15094
    gio/gdbusauthmechanismsha1.c: Move G_OS_* checks down
13121
15095
 
13127
15101
 1 file changed, 3 insertions(+), 2 deletions(-)
13128
15102
 
13129
15103
commit 03bf43e14aa3d5c22f9365a6c6137e3bb1f67b02
13130
 
Author: Colin Walters <walters@verbum.org>
13131
 
Date:   Mon Nov 25 18:39:46 2013 -0500
 
15104
Author:     Colin Walters <walters@verbum.org>
 
15105
AuthorDate: Mon Nov 25 18:39:46 2013 -0500
 
15106
Commit:     Colin Walters <walters@verbum.org>
 
15107
CommitDate: Mon Nov 25 18:39:46 2013 -0500
13132
15108
 
13133
15109
    gsubprocess: Document g_subprocess_get_identifier()
13134
15110
 
13136
15112
 1 file changed, 7 insertions(+)
13137
15113
 
13138
15114
commit ed1df0ea59fcb316827d709642d023caeebc5078
13139
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
13140
 
Date:   Mon Nov 25 17:27:43 2013 +0100
 
15115
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
15116
AuthorDate: Mon Nov 25 17:27:43 2013 +0100
 
15117
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
15118
CommitDate: Mon Nov 25 17:27:43 2013 +0100
13141
15119
 
13142
15120
    Updated Spanish translation
13143
15121
 
13146
15124
 1 file changed, 379 insertions(+), 410 deletions(-)
13147
15125
 
13148
15126
commit 299bcbfa41db0093bc876c1095f0aab248e3b771
13149
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
13150
 
Date:   Mon Nov 25 13:35:53 2013 +0000
 
15127
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
15128
AuthorDate: Mon Nov 25 13:35:53 2013 +0000
 
15129
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
15130
CommitDate: Mon Nov 25 15:46:51 2013 +0000
13151
15131
 
13152
15132
    gsubprocess: Fix potential strlen(NULL) calls
13153
15133
 
13162
15142
 1 file changed, 16 insertions(+), 8 deletions(-)
13163
15143
 
13164
15144
commit d6a19d2e76654570c056ef328c6fb4fdda939272
13165
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
13166
 
Date:   Wed Nov 6 12:21:58 2013 +0100
 
15145
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
15146
AuthorDate: Wed Nov 6 12:21:58 2013 +0100
 
15147
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
15148
CommitDate: Mon Nov 25 12:07:57 2013 +0100
13167
15149
 
13168
15150
    utf8: report allocation error
13169
15151
 
13187
15169
 2 files changed, 38 insertions(+), 13 deletions(-)
13188
15170
 
13189
15171
commit 0dbe5c43df6d3eb32abe766ed08da525a8c8bfa4
13190
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
13191
 
Date:   Mon Nov 25 15:26:25 2013 +0800
 
15172
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15173
AuthorDate: Mon Nov 25 15:26:25 2013 +0800
 
15174
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
15175
CommitDate: Mon Nov 25 15:26:25 2013 +0800
13192
15176
 
13193
15177
    msvc_recommended_pragmas.h: Treat C4819 warnings as errors
13194
15178
 
13210
15194
 2 files changed, 17 insertions(+)
13211
15195
 
13212
15196
commit 3d70db075005a94d7fd18ac8a8dbd0abb82bff9e
13213
 
Author: Dan Winship <danw@gnome.org>
13214
 
Date:   Sat Nov 23 12:06:05 2013 -0500
 
15197
Author:     Dan Winship <danw@gnome.org>
 
15198
AuthorDate: Sat Nov 23 12:06:05 2013 -0500
 
15199
Commit:     Dan Winship <danw@gnome.org>
 
15200
CommitDate: Sun Nov 24 15:14:13 2013 -0500
13215
15201
 
13216
15202
    Reorganize the "don't dump core from test subprocesses" code.
13217
15203
 
13237
15223
 4 files changed, 35 insertions(+), 60 deletions(-)
13238
15224
 
13239
15225
commit 97fac936708863a52d46cfb0ec3259e1b2c03d29
13240
 
Author: Dan Winship <danw@gnome.org>
13241
 
Date:   Sun Nov 10 15:27:26 2013 -0500
 
15226
Author:     Dan Winship <danw@gnome.org>
 
15227
AuthorDate: Sun Nov 10 15:27:26 2013 -0500
 
15228
Commit:     Dan Winship <danw@gnome.org>
 
15229
CommitDate: Sun Nov 24 14:59:51 2013 -0500
13242
15230
 
13243
15231
    gtestutils: add g_assert_nonnull() to go with g_assert_null()
13244
15232
 
13250
15238
 3 files changed, 21 insertions(+), 1 deletion(-)
13251
15239
 
13252
15240
commit f4c30feb9598e09d1d32805bad96e216c1a21786
13253
 
Author: Dan Winship <danw@gnome.org>
13254
 
Date:   Sun Nov 10 15:44:06 2013 -0500
 
15241
Author:     Dan Winship <danw@gnome.org>
 
15242
AuthorDate: Sun Nov 10 15:44:06 2013 -0500
 
15243
Commit:     Dan Winship <danw@gnome.org>
 
15244
CommitDate: Sun Nov 24 14:59:51 2013 -0500
13255
15245
 
13256
15246
    gtestutils: fix g_test_set_nonfatal_assertions()
13257
15247
 
13273
15263
 3 files changed, 42 insertions(+), 4 deletions(-)
13274
15264
 
13275
15265
commit 910191597a6c2e5d5d460e9ce9efb4f47d9cc63c
13276
 
Author: Matthias Clasen <mclasen@redhat.com>
13277
 
Date:   Sun Nov 24 01:22:44 2013 -0500
 
15266
Author:     Matthias Clasen <mclasen@redhat.com>
 
15267
AuthorDate: Sun Nov 24 01:22:44 2013 -0500
 
15268
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15269
CommitDate: Sun Nov 24 01:22:44 2013 -0500
13278
15270
 
13279
15271
    Add boolean returns to some hash functions
13280
15272
 
13290
15282
 3 files changed, 34 insertions(+), 16 deletions(-)
13291
15283
 
13292
15284
commit 616af3b80e62e283a1d8edba6b5da03f07a6ef0e
13293
 
Author: Matthias Clasen <mclasen@redhat.com>
13294
 
Date:   Sun Nov 24 00:56:26 2013 -0500
 
15285
Author:     Matthias Clasen <mclasen@redhat.com>
 
15286
AuthorDate: Sun Nov 24 00:56:26 2013 -0500
 
15287
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15288
CommitDate: Sun Nov 24 00:59:35 2013 -0500
13295
15289
 
13296
15290
    Avoid a compiler warning
13297
15291
 
13299
15293
 1 file changed, 1 insertion(+), 1 deletion(-)
13300
15294
 
13301
15295
commit 1fb4b3b2bf30b6a74c1b161a0884a424f7211e33
13302
 
Author: Manuel Bachmann <tarnyko@tarnyko.net>
13303
 
Date:   Sun Nov 24 04:51:21 2013 +0100
 
15296
Author:     Manuel Bachmann <tarnyko@tarnyko.net>
 
15297
AuthorDate: Sun Nov 24 04:51:21 2013 +0100
 
15298
Commit:     Manuel Bachmann <tarnyko@tarnyko.net>
 
15299
CommitDate: Sun Nov 24 04:51:21 2013 +0100
13304
15300
 
13305
15301
    Fix G_OS #ifdefs in gbusserver.c
13306
15302
 
13312
15308
 1 file changed, 7 insertions(+), 6 deletions(-)
13313
15309
 
13314
15310
commit 5efc038e0dc77459ee5258b76640da423ded458e
13315
 
Author: Matthias Clasen <mclasen@redhat.com>
13316
 
Date:   Sat Nov 23 22:24:00 2013 -0500
 
15311
Author:     Matthias Clasen <mclasen@redhat.com>
 
15312
AuthorDate: Sat Nov 23 22:24:00 2013 -0500
 
15313
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15314
CommitDate: Sat Nov 23 22:24:51 2013 -0500
13317
15315
 
13318
15316
    Fix up appinfo test
13319
15317
 
13327
15325
 1 file changed, 1 insertion(+), 1 deletion(-)
13328
15326
 
13329
15327
commit 0fc0754e655a0628c4b25da4fe2ddf261208deb3
13330
 
Author: Matthias Clasen <mclasen@redhat.com>
13331
 
Date:   Sat Nov 23 22:21:29 2013 -0500
 
15328
Author:     Matthias Clasen <mclasen@redhat.com>
 
15329
AuthorDate: Sat Nov 23 22:21:29 2013 -0500
 
15330
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15331
CommitDate: Sat Nov 23 22:21:29 2013 -0500
13332
15332
 
13333
15333
    Fix up the appinfo test
13334
15334
 
13343
15343
 1 file changed, 15 insertions(+), 6 deletions(-)
13344
15344
 
13345
15345
commit 0250d185b1780691c02d746d0732ab94aeabd1ed
13346
 
Author: Matthias Clasen <mclasen@redhat.com>
13347
 
Date:   Sat Nov 23 21:28:40 2013 -0500
 
15346
Author:     Matthias Clasen <mclasen@redhat.com>
 
15347
AuthorDate: Sat Nov 23 21:28:40 2013 -0500
 
15348
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15349
CommitDate: Sat Nov 23 21:28:40 2013 -0500
13348
15350
 
13349
15351
    Fix warnings in a the actions test
13350
15352
 
13359
15361
 1 file changed, 13 insertions(+)
13360
15362
 
13361
15363
commit dedc990e28c0755b33ccbaee0c19d22f430563e6
13362
 
Author: Matthias Clasen <mclasen@redhat.com>
13363
 
Date:   Sat Nov 23 21:10:06 2013 -0500
 
15364
Author:     Matthias Clasen <mclasen@redhat.com>
 
15365
AuthorDate: Sat Nov 23 21:10:06 2013 -0500
 
15366
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15367
CommitDate: Sat Nov 23 21:10:06 2013 -0500
13364
15368
 
13365
15369
    Fix array API inconsistency
13366
15370
 
13376
15380
 2 files changed, 12 insertions(+), 8 deletions(-)
13377
15381
 
13378
15382
commit 698393f15d32c6386588cf37b3aea8342ae45bf7
13379
 
Author: Matthias Clasen <mclasen@redhat.com>
13380
 
Date:   Sat Nov 23 21:09:32 2013 -0500
 
15383
Author:     Matthias Clasen <mclasen@redhat.com>
 
15384
AuthorDate: Sat Nov 23 21:09:32 2013 -0500
 
15385
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15386
CommitDate: Sat Nov 23 21:09:32 2013 -0500
13381
15387
 
13382
15388
    Fix the stack direction check again
13383
15389
 
13387
15393
 1 file changed, 1 insertion(+), 1 deletion(-)
13388
15394
 
13389
15395
commit 341c0b1988542f88f6c506145fda2ebd694f3331
13390
 
Author: Matthias Clasen <mclasen@redhat.com>
13391
 
Date:   Sat Nov 23 20:24:49 2013 -0500
 
15396
Author:     Matthias Clasen <mclasen@redhat.com>
 
15397
AuthorDate: Sat Nov 23 20:24:49 2013 -0500
 
15398
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15399
CommitDate: Sat Nov 23 20:27:04 2013 -0500
13392
15400
 
13393
15401
    Improve stack direction detection
13394
15402
 
13403
15411
 1 file changed, 2 insertions(+), 3 deletions(-)
13404
15412
 
13405
15413
commit df71ecfc2dcefdc05f18dda5e6108f75ecbfe491
13406
 
Author: Matthias Clasen <mclasen@redhat.com>
13407
 
Date:   Sat Nov 23 20:12:13 2013 -0500
 
15414
Author:     Matthias Clasen <mclasen@redhat.com>
 
15415
AuthorDate: Sat Nov 23 20:12:13 2013 -0500
 
15416
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15417
CommitDate: Sat Nov 23 20:26:10 2013 -0500
13408
15418
 
13409
15419
    Fix the configure check for growing stack
13410
15420
 
13417
15427
 1 file changed, 2 insertions(+), 2 deletions(-)
13418
15428
 
13419
15429
commit e81e33b35d389f14858015d759c9a3f416420c2d
13420
 
Author: Matthias Clasen <mclasen@redhat.com>
13421
 
Date:   Sat Nov 23 20:06:07 2013 -0500
 
15430
Author:     Matthias Clasen <mclasen@redhat.com>
 
15431
AuthorDate: Sat Nov 23 20:06:07 2013 -0500
 
15432
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15433
CommitDate: Sat Nov 23 20:06:07 2013 -0500
13422
15434
 
13423
15435
    Add a test for g_signal_get_invocation_hint
13424
15436
 
13431
15443
 1 file changed, 47 insertions(+)
13432
15444
 
13433
15445
commit bd8fb391aa71a7693302dfe4f27ca10bab82c68a
13434
 
Author: Christian Persch <chpe@gnome.org>
13435
 
Date:   Thu May 24 19:18:44 2012 +0200
 
15446
Author:     Christian Persch <chpe@gnome.org>
 
15447
AuthorDate: Thu May 24 19:18:44 2012 +0200
 
15448
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15449
CommitDate: Sat Nov 23 18:16:41 2013 -0500
13436
15450
 
13437
15451
    application: Use printerr for runtime errors
13438
15452
 
13446
15460
 1 file changed, 2 insertions(+), 2 deletions(-)
13447
15461
 
13448
15462
commit e45372895dd31033726c0ddfa1f7ff55a52d907c
13449
 
Author: Matthias Clasen <mclasen@redhat.com>
13450
 
Date:   Sat Nov 23 18:15:04 2013 -0500
 
15463
Author:     Matthias Clasen <mclasen@redhat.com>
 
15464
AuthorDate: Sat Nov 23 18:15:04 2013 -0500
 
15465
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15466
CommitDate: Sat Nov 23 18:15:04 2013 -0500
13451
15467
 
13452
15468
    Fix desktop-app-info test
13453
15469
 
13459
15475
 1 file changed, 7 insertions(+), 5 deletions(-)
13460
15476
 
13461
15477
commit baf92d09d69de0d9f9b2d0f77fc62c21fdef4da8
13462
 
Author: Stef Walter <stefw@gnome.org>
13463
 
Date:   Sat Nov 9 20:18:34 2013 +0100
 
15478
Author:     Stef Walter <stefw@gnome.org>
 
15479
AuthorDate: Sat Nov 9 20:18:34 2013 +0100
 
15480
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15481
CommitDate: Sat Nov 23 17:37:58 2013 -0500
13464
15482
 
13465
15483
    gtestdbus: Properly close server connections
13466
15484
 
13473
15491
 1 file changed, 5 insertions(+), 4 deletions(-)
13474
15492
 
13475
15493
commit f16045c9cf221b800766fc0813d12f2a83636468
13476
 
Author: Matthias Clasen <mclasen@redhat.com>
13477
 
Date:   Sat Nov 23 16:58:51 2013 -0500
 
15494
Author:     Matthias Clasen <mclasen@redhat.com>
 
15495
AuthorDate: Sat Nov 23 16:58:51 2013 -0500
 
15496
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15497
CommitDate: Sat Nov 23 16:58:51 2013 -0500
13478
15498
 
13479
15499
    Add a test for notify emission ordering
13480
15500
 
13487
15507
 1 file changed, 39 insertions(+)
13488
15508
 
13489
15509
commit 429010b15c0345d38b8dd711ccc1f45b2bbdbab4
13490
 
Author: Matthias Clasen <mclasen@redhat.com>
13491
 
Date:   Sat Nov 23 16:44:31 2013 -0500
 
15510
Author:     Matthias Clasen <mclasen@redhat.com>
 
15511
AuthorDate: Sat Nov 23 16:44:31 2013 -0500
 
15512
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15513
CommitDate: Sat Nov 23 16:44:31 2013 -0500
13492
15514
 
13493
15515
    Document details of GObject::notify
13494
15516
 
13502
15524
 1 file changed, 11 insertions(+), 1 deletion(-)
13503
15525
 
13504
15526
commit 5a5aaa203ac111add979abeb128ccc582b0cdc5c
13505
 
Author: Stef Walter <stefw@gnome.org>
13506
 
Date:   Sat Nov 9 09:25:02 2013 +0100
 
15527
Author:     Stef Walter <stefw@gnome.org>
 
15528
AuthorDate: Sat Nov 9 09:25:02 2013 +0100
 
15529
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15530
CommitDate: Sat Nov 23 15:20:51 2013 -0500
13507
15531
 
13508
15532
    gdbus-connection: Fix race condition in test
13509
15533
 
13516
15540
 1 file changed, 4 insertions(+), 3 deletions(-)
13517
15541
 
13518
15542
commit 65da592249b3eff7fbb5edb31d94e028cc3c43d0
13519
 
Author: Lars Uebernickel <lars@uebernic.de>
13520
 
Date:   Tue Oct 29 00:01:38 2013 -0700
 
15543
Author:     Lars Uebernickel <lars@uebernic.de>
 
15544
AuthorDate: Tue Oct 29 00:01:38 2013 -0700
 
15545
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15546
CommitDate: Sat Nov 23 15:11:09 2013 -0500
13521
15547
 
13522
15548
    Add basic test for the GNotification gtk backend
13523
15549
 
13532
15558
 5 files changed, 551 insertions(+)
13533
15559
 
13534
15560
commit 797959f05a26409fe143e54cc7d706ec5fa3d713
13535
 
Author: Stef Walter <stefw@gnome.org>
13536
 
Date:   Sat Nov 9 20:17:49 2013 +0100
 
15561
Author:     Stef Walter <stefw@gnome.org>
 
15562
AuthorDate: Sat Nov 9 20:17:49 2013 +0100
 
15563
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15564
CommitDate: Sat Nov 23 13:47:29 2013 -0500
13537
15565
 
13538
15566
    gtestdbus: Don't destroy GSource twice
13539
15567
 
13543
15571
 1 file changed, 4 insertions(+), 2 deletions(-)
13544
15572
 
13545
15573
commit 047d9ce6f2ae840bacb3e4cf42d128d9d247b96e
13546
 
Author: Gergely POLONKAI <gergely@polonkai.eu>
13547
 
Date:   Wed Sep 18 11:01:00 2013 +0000
 
15574
Author:     Gergely POLONKAI <gergely@polonkai.eu>
 
15575
AuthorDate: Wed Sep 18 11:01:00 2013 +0000
 
15576
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15577
CommitDate: Sat Nov 23 13:36:55 2013 -0500
13548
15578
 
13549
15579
    GObject: Introspection annotations for enums
13550
15580
 
13557
15587
 1 file changed, 16 insertions(+), 14 deletions(-)
13558
15588
 
13559
15589
commit aef0adc0dd6e53c28aa3243ee97a202257a4e195
13560
 
Author: Bastien Nocera <hadess@hadess.net>
13561
 
Date:   Thu Nov 14 17:39:06 2013 +0100
 
15590
Author:     Bastien Nocera <hadess@hadess.net>
 
15591
AuthorDate: Thu Nov 14 17:39:06 2013 +0100
 
15592
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15593
CommitDate: Sat Nov 23 13:35:52 2013 -0500
13562
15594
 
13563
15595
    GSettings: More docs for deprecated _list_schemas()
13564
15596
 
13572
15604
 1 file changed, 4 insertions(+), 1 deletion(-)
13573
15605
 
13574
15606
commit 330905587860ee83a1931ad3b6794cdfde35f582
13575
 
Author: Matthias Clasen <mclasen@redhat.com>
13576
 
Date:   Sat Nov 23 13:16:06 2013 -0500
 
15607
Author:     Matthias Clasen <mclasen@redhat.com>
 
15608
AuthorDate: Sat Nov 23 13:16:06 2013 -0500
 
15609
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15610
CommitDate: Sat Nov 23 13:16:06 2013 -0500
13577
15611
 
13578
15612
    GVariantBuilder: small documentation fixes
13579
15613
 
13590
15624
 2 files changed, 17 insertions(+), 17 deletions(-)
13591
15625
 
13592
15626
commit 4382e8b876a3991e1be2827be76630e1b67b8e03
13593
 
Author: Andrew Walton <awalton@vmware.com>
13594
 
Date:   Tue Nov 12 13:04:49 2013 -0800
 
15627
Author:     Andrew Walton <awalton@vmware.com>
 
15628
AuthorDate: Tue Nov 12 13:04:49 2013 -0800
 
15629
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15630
CommitDate: Sat Nov 23 11:01:29 2013 -0500
13595
15631
 
13596
15632
    CLOEXEC fix for older FreeBSDs and OS X.
13597
15633
 
13604
15640
 1 file changed, 10 insertions(+)
13605
15641
 
13606
15642
commit f969f1fc25248d4f53c78568481205b21ef1446b
13607
 
Author: Matthias Clasen <mclasen@redhat.com>
13608
 
Date:   Sat Nov 23 10:49:00 2013 -0500
 
15643
Author:     Matthias Clasen <mclasen@redhat.com>
 
15644
AuthorDate: Sat Nov 23 10:49:00 2013 -0500
 
15645
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15646
CommitDate: Sat Nov 23 10:49:00 2013 -0500
13609
15647
 
13610
15648
    Small documentation clarification
13611
15649
 
13615
15653
 1 file changed, 1 insertion(+), 1 deletion(-)
13616
15654
 
13617
15655
commit e3babb368742f6f8b69ba2c8a2b9a95d6142e8ff
13618
 
Author: Stef Walter <stefw@gnome.org>
13619
 
Date:   Fri Nov 8 14:26:33 2013 +0100
 
15656
Author:     Stef Walter <stefw@gnome.org>
 
15657
AuthorDate: Fri Nov 8 14:26:33 2013 +0100
 
15658
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15659
CommitDate: Sat Nov 23 01:17:03 2013 -0500
13620
15660
 
13621
15661
    giomodule: Allow overriding source directory gio modules are
13622
15662
    loaded from
13631
15671
 2 files changed, 17 insertions(+), 2 deletions(-)
13632
15672
 
13633
15673
commit be231c6be03586f9a428f9ae5c9ae166b2747b75
13634
 
Author: Dan Winship <danw@gnome.org>
13635
 
Date:   Sun Nov 10 13:27:15 2013 -0500
 
15674
Author:     Dan Winship <danw@gnome.org>
 
15675
AuthorDate: Sun Nov 10 13:27:15 2013 -0500
 
15676
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15677
CommitDate: Sat Nov 23 00:43:54 2013 -0500
13636
15678
 
13637
15679
    glib-tap.mk: fix to actually use the TAP driver
13638
15680
 
13651
15693
 3 files changed, 654 insertions(+), 1 deletion(-)
13652
15694
 
13653
15695
commit 8f5b40c04672a150ed6df27d9f83aba8ec8ea29d
13654
 
Author: Dan Winship <danw@gnome.org>
13655
 
Date:   Sun Nov 10 13:26:01 2013 -0500
 
15696
Author:     Dan Winship <danw@gnome.org>
 
15697
AuthorDate: Sun Nov 10 13:26:01 2013 -0500
 
15698
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15699
CommitDate: Sat Nov 23 00:43:54 2013 -0500
13656
15700
 
13657
15701
    gio/tests: fix output of gdbus-proxy-threads and gdbus-threading
13658
15702
 
13667
15711
 2 files changed, 13 insertions(+), 4 deletions(-)
13668
15712
 
13669
15713
commit c762a3a3f60a984edb721dd8879a52bffd134bd4
13670
 
Author: Dan Winship <danw@gnome.org>
13671
 
Date:   Sun Nov 10 13:25:45 2013 -0500
 
15714
Author:     Dan Winship <danw@gnome.org>
 
15715
AuthorDate: Sun Nov 10 13:25:45 2013 -0500
 
15716
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15717
CommitDate: Sat Nov 23 00:43:53 2013 -0500
13672
15718
 
13673
15719
    gio/tests: basic-application is a helper program, not a test
13674
15720
 
13678
15724
 1 file changed, 4 insertions(+), 1 deletion(-)
13679
15725
 
13680
15726
commit 41eacde63071d52bab52ee721efb12a279b14198
13681
 
Author: Dan Winship <danw@gnome.org>
13682
 
Date:   Sun Nov 10 13:23:15 2013 -0500
 
15727
Author:     Dan Winship <danw@gnome.org>
 
15728
AuthorDate: Sun Nov 10 13:23:15 2013 -0500
 
15729
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15730
CommitDate: Sat Nov 23 00:43:45 2013 -0500
13683
15731
 
13684
15732
    gtestutils: add "options" to g_test_init(), make option-argv0
13685
15733
    use gtester
13698
15746
 3 files changed, 18 insertions(+), 13 deletions(-)
13699
15747
 
13700
15748
commit f733075cd13504fa1977a433cbad463f8900828e
13701
 
Author: Dan Winship <danw@gnome.org>
13702
 
Date:   Sun Nov 10 13:22:46 2013 -0500
 
15749
Author:     Dan Winship <danw@gnome.org>
 
15750
AuthorDate: Sun Nov 10 13:22:46 2013 -0500
 
15751
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15752
CommitDate: Sat Nov 23 00:39:07 2013 -0500
13703
15753
 
13704
15754
    glib/tests/include: port to gtester
13705
15755
 
13709
15759
 1 file changed, 11 insertions(+), 3 deletions(-)
13710
15760
 
13711
15761
commit a9d93ca1dfbee4d4b6bb0880493be5ed6efac62c
13712
 
Author: Matthias Clasen <mclasen@redhat.com>
13713
 
Date:   Sat Nov 23 00:22:09 2013 -0500
 
15762
Author:     Matthias Clasen <mclasen@redhat.com>
 
15763
AuthorDate: Sat Nov 23 00:22:09 2013 -0500
 
15764
Commit:     Matthias Clasen <mclasen@redhat.com>
 
15765
CommitDate: Sat Nov 23 00:22:09 2013 -0500
13714
15766
 
13715
15767
    Add some mainloop instrumentation
13716
15768
 
13725
15777
 3 files changed, 34 insertions(+)
13726
15778
 
13727
15779
commit 91dd70cf1715f64ff8dcd1ce2f641a905988f275
13728
 
Author: Dan Winship <danw@gnome.org>
13729
 
Date:   Wed Nov 20 09:41:13 2013 -0500
 
15780
Author:     Dan Winship <danw@gnome.org>
 
15781
AuthorDate: Wed Nov 20 09:41:13 2013 -0500
 
15782
Commit:     Dan Winship <danw@gnome.org>
 
15783
CommitDate: Wed Nov 20 16:30:43 2013 -0500
13730
15784
 
13731
15785
    building: Document C90 and POSIX requirements
13732
15786
 
13737
15791
 2 files changed, 13 insertions(+), 6 deletions(-)
13738
15792
 
13739
15793
commit 9d7235dea7670a059cb4e653f6f9fee63560277f
13740
 
Author: Dan Winship <danw@gnome.org>
13741
 
Date:   Wed Nov 20 09:31:20 2013 -0500
 
15794
Author:     Dan Winship <danw@gnome.org>
 
15795
AuthorDate: Wed Nov 20 09:31:20 2013 -0500
 
15796
Commit:     Dan Winship <danw@gnome.org>
 
15797
CommitDate: Wed Nov 20 16:30:43 2013 -0500
13742
15798
 
13743
15799
    building: belated docs update: GNU make is required, not recommended
13744
15800
 
13749
15805
 2 files changed, 8 insertions(+), 8 deletions(-)
13750
15806
 
13751
15807
commit 158dde050702f83a058962d14156a02234fc9685
13752
 
Author: Dan Winship <danw@gnome.org>
13753
 
Date:   Sat Oct 19 13:04:00 2013 -0400
 
15808
Author:     Dan Winship <danw@gnome.org>
 
15809
AuthorDate: Sat Oct 19 13:04:00 2013 -0400
 
15810
Commit:     Dan Winship <danw@gnome.org>
 
15811
CommitDate: Wed Nov 20 09:25:39 2013 -0500
13754
15812
 
13755
15813
    Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
13756
15814
 
13818
15876
 48 files changed, 66 insertions(+), 152 deletions(-)
13819
15877
 
13820
15878
commit 3981cddbf8659458be9f863151314cd0fd1682bf
13821
 
Author: Dan Winship <danw@gnome.org>
13822
 
Date:   Sat Oct 19 13:03:59 2013 -0400
 
15879
Author:     Dan Winship <danw@gnome.org>
 
15880
AuthorDate: Sat Oct 19 13:03:59 2013 -0400
 
15881
Commit:     Dan Winship <danw@gnome.org>
 
15882
CommitDate: Wed Nov 20 09:17:42 2013 -0500
13823
15883
 
13824
15884
    Require POSIX.1 (1990) compliance on unix
13825
15885
 
13853
15913
 13 files changed, 38 insertions(+), 99 deletions(-)
13854
15914
 
13855
15915
commit 6e4a7fca431f53fdfd89afbe956212229cf52200
13856
 
Author: Dan Winship <danw@gnome.org>
13857
 
Date:   Sat Oct 19 13:03:58 2013 -0400
 
15916
Author:     Dan Winship <danw@gnome.org>
 
15917
AuthorDate: Sat Oct 19 13:03:58 2013 -0400
 
15918
Commit:     Dan Winship <danw@gnome.org>
 
15919
CommitDate: Wed Nov 20 09:16:16 2013 -0500
13858
15920
 
13859
15921
    Require C90 compliance
13860
15922
 
13895
15957
 16 files changed, 80 insertions(+), 286 deletions(-)
13896
15958
 
13897
15959
commit 7f5b2901cf5bea290c11133dad16850176178dad
13898
 
Author: Dan Winship <danw@gnome.org>
13899
 
Date:   Sat Oct 19 13:03:56 2013 -0400
 
15960
Author:     Dan Winship <danw@gnome.org>
 
15961
AuthorDate: Sat Oct 19 13:03:56 2013 -0400
 
15962
Commit:     Dan Winship <danw@gnome.org>
 
15963
CommitDate: Wed Nov 20 09:16:16 2013 -0500
13900
15964
 
13901
15965
    Remove alleged support for last-millennium Unixes
13902
15966
 
13924
15988
 11 files changed, 15 insertions(+), 262 deletions(-)
13925
15989
 
13926
15990
commit 51a917bc1656368e8d94ea7ea3b33d3cc06daa82
13927
 
Author: Dan Winship <danw@gnome.org>
13928
 
Date:   Sat Oct 19 13:03:55 2013 -0400
 
15991
Author:     Dan Winship <danw@gnome.org>
 
15992
AuthorDate: Sat Oct 19 13:03:55 2013 -0400
 
15993
Commit:     Dan Winship <danw@gnome.org>
 
15994
CommitDate: Wed Nov 20 09:16:16 2013 -0500
13929
15995
 
13930
15996
    Remove alleged support for BeOS
13931
15997
 
13963
16029
 12 files changed, 3 insertions(+), 259 deletions(-)
13964
16030
 
13965
16031
commit 57969f4b251d14eaa3d154842f208dde4cc525a7
13966
 
Author: Dan Winship <danw@gnome.org>
13967
 
Date:   Sat Oct 19 13:03:46 2013 -0400
 
16032
Author:     Dan Winship <danw@gnome.org>
 
16033
AuthorDate: Sat Oct 19 13:03:46 2013 -0400
 
16034
Commit:     Dan Winship <danw@gnome.org>
 
16035
CommitDate: Wed Nov 20 09:16:16 2013 -0500
13968
16036
 
13969
16037
    Remove alleged support for OS/2
13970
16038
 
13982
16050
 5 files changed, 151 deletions(-)
13983
16051
 
13984
16052
commit 6f7d8f6294da1c08d918b14cb012e5fa854ff080
13985
 
Author: Stef Walter <stefw@gnome.org>
13986
 
Date:   Tue Oct 29 18:03:29 2013 +0100
 
16053
Author:     Stef Walter <stefw@gnome.org>
 
16054
AuthorDate: Tue Oct 29 18:03:29 2013 +0100
 
16055
Commit:     Stef Walter <stefw@gnome.org>
 
16056
CommitDate: Tue Nov 19 14:53:28 2013 +0100
13987
16057
 
13988
16058
    gbacktrace: Print out gdb exec errors correctly
13989
16059
 
13996
16066
 1 file changed, 10 insertions(+), 1 deletion(-)
13997
16067
 
13998
16068
commit b1af471a3f08c3afa4eb61f0791998aac5da80a8
13999
 
Author: Michael Haubenwallner <michael.haubenwallner@salomon.at>
14000
 
Date:   Thu Nov 14 16:22:10 2013 +0100
 
16069
Author:     Michael Haubenwallner <michael.haubenwallner@salomon.at>
 
16070
AuthorDate: Thu Nov 14 16:22:10 2013 +0100
 
16071
Commit:     Colin Walters <walters@verbum.org>
 
16072
CommitDate: Tue Nov 19 08:11:35 2013 -0500
14001
16073
 
14002
16074
    build: Give internal libraries higher precedence
14003
16075
 
14013
16085
 4 files changed, 28 insertions(+), 25 deletions(-)
14014
16086
 
14015
16087
commit 36f1a4ce7ed6df6aa8d24169508cc33dfc34cd79
14016
 
Author: Stef Walter <stefw@gnome.org>
14017
 
Date:   Tue Oct 29 21:30:06 2013 +0100
 
16088
Author:     Stef Walter <stefw@gnome.org>
 
16089
AuthorDate: Tue Oct 29 21:30:06 2013 +0100
 
16090
Commit:     Stef Walter <stefw@gnome.org>
 
16091
CommitDate: Tue Nov 19 08:08:14 2013 +0100
14018
16092
 
14019
16093
    gmessages: Add g_info macro for G_LOG_LEVEL_INFO
14020
16094
 
14030
16104
 4 files changed, 38 insertions(+), 5 deletions(-)
14031
16105
 
14032
16106
commit a46459b0002af97c035133907706caeba76f7863
14033
 
Author: Colin Walters <walters@verbum.org>
14034
 
Date:   Mon Nov 18 16:15:34 2013 -0500
 
16107
Author:     Colin Walters <walters@verbum.org>
 
16108
AuthorDate: Mon Nov 18 16:15:34 2013 -0500
 
16109
Commit:     Colin Walters <walters@verbum.org>
 
16110
CommitDate: Mon Nov 18 17:13:34 2013 -0500
14035
16111
 
14036
16112
    GSocketClient: For _CONNECTING event, make remote address accessible
14037
16113
 
14050
16126
 3 files changed, 43 insertions(+), 1 deletion(-)
14051
16127
 
14052
16128
commit 1f0573d2e6605d657cdf2884cc4dcd646f8a214f
14053
 
Author: Michael Haubenwallner <michael.haubenwallner@salomon.at>
14054
 
Date:   Thu Nov 14 16:16:59 2013 +0100
 
16129
Author:     Michael Haubenwallner <michael.haubenwallner@salomon.at>
 
16130
AuthorDate: Thu Nov 14 16:16:59 2013 +0100
 
16131
Commit:     Colin Walters <walters@verbum.org>
 
16132
CommitDate: Mon Nov 18 14:48:55 2013 -0500
14055
16133
 
14056
16134
    AIX splice() is something different
14057
16135
 
14064
16142
 1 file changed, 1 insertion(+)
14065
16143
 
14066
16144
commit efb1701bf3baf6f5b05fd1a7a5a4ff990a7dc460
14067
 
Author: Michael Haubenwallner <michael.haubenwallner@salomon.at>
14068
 
Date:   Thu Nov 14 16:12:02 2013 +0100
 
16145
Author:     Michael Haubenwallner <michael.haubenwallner@salomon.at>
 
16146
AuthorDate: Thu Nov 14 16:12:02 2013 +0100
 
16147
Commit:     Colin Walters <walters@verbum.org>
 
16148
CommitDate: Mon Nov 18 14:47:53 2013 -0500
14069
16149
 
14070
16150
    Use AC_HEADER_MAJOR
14071
16151
 
14079
16159
 2 files changed, 8 insertions(+), 4 deletions(-)
14080
16160
 
14081
16161
commit 3c2d52cc965ac6c4d44f3812cb3d52631873ff02
14082
 
Author: Colin Walters <walters@verbum.org>
14083
 
Date:   Tue Nov 12 13:41:47 2013 -0500
 
16162
Author:     Colin Walters <walters@verbum.org>
 
16163
AuthorDate: Tue Nov 12 13:41:47 2013 -0500
 
16164
Commit:     Colin Walters <walters@verbum.org>
 
16165
CommitDate: Mon Nov 18 14:19:19 2013 -0500
14084
16166
 
14085
16167
    gsettings.m4: @GSETTINGS_RULES@: Support srcdir != builddir with
14086
16168
    nonrecursive make
14097
16179
 1 file changed, 1 insertion(+), 1 deletion(-)
14098
16180
 
14099
16181
commit f79e39154d4028dac1366e813aba0cabdd48c9c2
14100
 
Author: Dan Winship <danw@gnome.org>
14101
 
Date:   Sun Nov 17 09:45:20 2013 -0500
 
16182
Author:     Dan Winship <danw@gnome.org>
 
16183
AuthorDate: Sun Nov 17 09:45:20 2013 -0500
 
16184
Commit:     Dan Winship <danw@gnome.org>
 
16185
CommitDate: Sun Nov 17 09:45:20 2013 -0500
14102
16186
 
14103
16187
    GDummyTlsBackend: cache the GDummyTlsDatabase
14104
16188
 
14109
16193
 1 file changed, 26 insertions(+), 3 deletions(-)
14110
16194
 
14111
16195
commit cfc8215fc1dc09acbfd4bb2c2b5ae5d66a4146d4
14112
 
Author: Ray Strode <rstrode@redhat.com>
14113
 
Date:   Fri Nov 15 14:47:09 2013 -0500
 
16196
Author:     Ray Strode <rstrode@redhat.com>
 
16197
AuthorDate: Fri Nov 15 14:47:09 2013 -0500
 
16198
Commit:     Ray Strode <rstrode@redhat.com>
 
16199
CommitDate: Fri Nov 15 15:56:26 2013 -0500
14114
16200
 
14115
16201
    gobject: Box GMappedFile
14116
16202
 
14128
16214
 2 files changed, 12 insertions(+)
14129
16215
 
14130
16216
commit ca830f273396322a29c439f760c06e9bad0399f1
14131
 
Author: Ryan Lortie <desrt@desrt.ca>
14132
 
Date:   Fri Nov 15 15:23:43 2013 -0500
 
16217
Author:     Ryan Lortie <desrt@desrt.ca>
 
16218
AuthorDate: Fri Nov 15 15:23:43 2013 -0500
 
16219
Commit:     Ryan Lortie <desrt@desrt.ca>
 
16220
CommitDate: Fri Nov 15 15:32:09 2013 -0500
14133
16221
 
14134
16222
    Fix GSettings testcase again
14135
16223
 
14144
16232
 4 files changed, 210 insertions(+), 207 deletions(-)
14145
16233
 
14146
16234
commit cb889d95804144c86d9a64aeb6b21a18df035b7e
14147
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
14148
 
Date:   Thu Nov 14 18:06:32 2013 +0000
 
16235
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
16236
AuthorDate: Thu Nov 14 18:06:32 2013 +0000
 
16237
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
16238
CommitDate: Thu Nov 14 18:06:32 2013 +0000
14149
16239
 
14150
16240
    gstrfuncs: Mention nullability in g_ascii_strcasecmp() documentation
14151
16241
 
14157
16247
 1 file changed, 2 insertions(+)
14158
16248
 
14159
16249
commit 2fb8901b647f94f74a79f5017793d6c6ed2af981
14160
 
Author: Florian Müllner <fmuellner@gnome.org>
14161
 
Date:   Thu Nov 7 23:41:21 2013 +0100
 
16250
Author:     Florian Müllner <fmuellner@gnome.org>
 
16251
AuthorDate: Thu Nov 7 23:41:21 2013 +0100
 
16252
Commit:     Florian Müllner <fmuellner@gnome.org>
 
16253
CommitDate: Wed Nov 13 16:54:02 2013 +0100
14162
16254
 
14163
16255
    gdesktopappinfo: Rank Keywords matches higher than GenericName
14164
16256
 
14174
16266
 1 file changed, 4 insertions(+), 2 deletions(-)
14175
16267
 
14176
16268
commit d33f758313f32e123ec70f052216b028a50fc0a6
14177
 
Author: Ryan Lortie <desrt@desrt.ca>
14178
 
Date:   Tue Nov 12 00:19:50 2013 -0500
 
16269
Author:     Ryan Lortie <desrt@desrt.ca>
 
16270
AuthorDate: Tue Nov 12 00:19:50 2013 -0500
 
16271
Commit:     Ryan Lortie <desrt@desrt.ca>
 
16272
CommitDate: Tue Nov 12 00:19:50 2013 -0500
14179
16273
 
14180
16274
    bump version
14181
16275
 
14183
16277
 1 file changed, 1 insertion(+), 1 deletion(-)
14184
16278
 
14185
16279
commit 00d980f6f4e8bfbc5fb36a487890006da7d2f5b3
14186
 
Author: Ryan Lortie <desrt@desrt.ca>
14187
 
Date:   Mon Nov 11 23:09:11 2013 -0500
 
16280
Author:     Ryan Lortie <desrt@desrt.ca>
 
16281
AuthorDate: Mon Nov 11 23:09:11 2013 -0500
 
16282
Commit:     Ryan Lortie <desrt@desrt.ca>
 
16283
CommitDate: Tue Nov 12 00:05:09 2013 -0500
14188
16284
 
14189
16285
    GLib 2.39.1
14190
16286
 
14193
16289
 1 file changed, 135 insertions(+)
14194
16290
 
14195
16291
commit ce35c08c5702b31676ff0db4412864ca55247913
14196
 
Author: Ryan Lortie <desrt@desrt.ca>
14197
 
Date:   Mon Nov 11 23:11:55 2013 -0500
 
16292
Author:     Ryan Lortie <desrt@desrt.ca>
 
16293
AuthorDate: Mon Nov 11 23:11:55 2013 -0500
 
16294
Commit:     Ryan Lortie <desrt@desrt.ca>
 
16295
CommitDate: Tue Nov 12 00:05:09 2013 -0500
14198
16296
 
14199
16297
    Revert "gdbus-connection-loss: Fix leak in test"
14200
16298
 
14206
16304
 1 file changed, 3 deletions(-)
14207
16305
 
14208
16306
commit 5c4f3f4dab47059c81855c383176ab4d88be1a18
14209
 
Author: Ryan Lortie <desrt@desrt.ca>
14210
 
Date:   Mon Nov 11 23:17:32 2013 -0500
 
16307
Author:     Ryan Lortie <desrt@desrt.ca>
 
16308
AuthorDate: Mon Nov 11 23:17:32 2013 -0500
 
16309
Commit:     Ryan Lortie <desrt@desrt.ca>
 
16310
CommitDate: Tue Nov 12 00:05:04 2013 -0500
14211
16311
 
14212
16312
    gsettings test: fix srcdir != builddir
14213
16313
 
14224
16324
 2 files changed, 6 insertions(+), 5 deletions(-)
14225
16325
 
14226
16326
commit 1e5e3b64a8f3caa4c42a49b17b89dbbede892a90
14227
 
Author: Stef Walter <stefw@gnome.org>
14228
 
Date:   Sat Nov 9 08:51:41 2013 +0100
 
16327
Author:     Stef Walter <stefw@gnome.org>
 
16328
AuthorDate: Sat Nov 9 08:51:41 2013 +0100
 
16329
Commit:     Stef Walter <stefw@gnome.org>
 
16330
CommitDate: Mon Nov 11 17:41:39 2013 +0100
14229
16331
 
14230
16332
    gsubprocess: Fix a number of leaks and a segfault
14231
16333
 
14239
16341
 1 file changed, 10 insertions(+), 4 deletions(-)
14240
16342
 
14241
16343
commit d10f35310ffb50edca7efef25071c52f45683160
14242
 
Author: Stef Walter <stefw@gnome.org>
14243
 
Date:   Sat Nov 9 20:53:32 2013 +0100
 
16344
Author:     Stef Walter <stefw@gnome.org>
 
16345
AuthorDate: Sat Nov 9 20:53:32 2013 +0100
 
16346
Commit:     Stef Walter <stefw@gnome.org>
 
16347
CommitDate: Mon Nov 11 17:37:48 2013 +0100
14244
16348
 
14245
16349
    threadpool-test: Fix leaks in tests
14246
16350
 
14250
16354
 1 file changed, 2 insertions(+)
14251
16355
 
14252
16356
commit 3e041ce5adde83a44f6f5156c7463157539ddbc4
14253
 
Author: Stef Walter <stefw@gnome.org>
14254
 
Date:   Sat Nov 9 20:26:31 2013 +0100
 
16357
Author:     Stef Walter <stefw@gnome.org>
 
16358
AuthorDate: Sat Nov 9 20:26:31 2013 +0100
 
16359
Commit:     Stef Walter <stefw@gnome.org>
 
16360
CommitDate: Mon Nov 11 17:35:26 2013 +0100
14255
16361
 
14256
16362
    mainloop-test: Fix uninitialized memory access in tests
14257
16363
 
14261
16367
 1 file changed, 3 insertions(+), 3 deletions(-)
14262
16368
 
14263
16369
commit a638be8a790a67688066229f239a612194cdff70
14264
 
Author: Stef Walter <stefw@gnome.org>
14265
 
Date:   Thu Nov 7 22:56:11 2013 +0100
 
16370
Author:     Stef Walter <stefw@gnome.org>
 
16371
AuthorDate: Thu Nov 7 22:56:11 2013 +0100
 
16372
Commit:     Stef Walter <stefw@gnome.org>
 
16373
CommitDate: Mon Nov 11 17:17:10 2013 +0100
14266
16374
 
14267
16375
    Revert "giomodule: Fix leaks in module loading"
14268
16376
 
14275
16383
 1 file changed, 10 insertions(+), 18 deletions(-)
14276
16384
 
14277
16385
commit aa7ec15091a29c37aa32c117dff94b6b72498b39
14278
 
Author: Stef Walter <stefw@gnome.org>
14279
 
Date:   Mon Nov 11 15:27:24 2013 +0100
 
16386
Author:     Stef Walter <stefw@gnome.org>
 
16387
AuthorDate: Mon Nov 11 15:27:24 2013 +0100
 
16388
Commit:     Stef Walter <stefw@gnome.org>
 
16389
CommitDate: Mon Nov 11 17:06:38 2013 +0100
14280
16390
 
14281
16391
    Revert "defaultiface: Fix leak in test"
14282
16392
 
14289
16399
 1 file changed, 1 insertion(+), 4 deletions(-)
14290
16400
 
14291
16401
commit f038c629a404c49cb8149add55dde286b7ddb079
14292
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14293
 
Date:   Wed Nov 6 16:35:21 2013 +0800
 
16402
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16403
AuthorDate: Wed Nov 6 16:35:21 2013 +0800
 
16404
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16405
CommitDate: Mon Nov 11 22:52:00 2013 +0800
14294
16406
 
14295
16407
    glib/tests/: Avoid GCCisms and fix tests for MSVC
14296
16408
 
14312
16424
 2 files changed, 33 insertions(+), 3 deletions(-)
14313
16425
 
14314
16426
commit 0212ab61824c098ec0a213465e85e2bc2702b4ed
14315
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14316
 
Date:   Wed Nov 6 16:58:00 2013 +0800
 
16427
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16428
AuthorDate: Wed Nov 6 16:58:00 2013 +0800
 
16429
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16430
CommitDate: Mon Nov 11 22:40:57 2013 +0800
14317
16431
 
14318
16432
    Tests: Fix up the expected messages
14319
16433
 
14327
16441
 1 file changed, 2 insertions(+), 2 deletions(-)
14328
16442
 
14329
16443
commit c58a7b8c7454aa82895c8d325e964ac94f79ae3b
14330
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14331
 
Date:   Wed Nov 6 16:45:12 2013 +0800
 
16444
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16445
AuthorDate: Wed Nov 6 16:45:12 2013 +0800
 
16446
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16447
CommitDate: Mon Nov 11 22:39:57 2013 +0800
14332
16448
 
14333
16449
    tests: Fix for non-GCC
14334
16450
 
14344
16460
 2 files changed, 38 insertions(+), 32 deletions(-)
14345
16461
 
14346
16462
commit a7707ec60ba8155c345df58d414060e177f15804
14347
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14348
 
Date:   Wed Nov 6 15:14:06 2013 +0800
 
16463
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16464
AuthorDate: Wed Nov 6 15:14:06 2013 +0800
 
16465
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16466
CommitDate: Mon Nov 11 22:38:36 2013 +0800
14349
16467
 
14350
16468
    glib/tests/spawn-singlethread: Improve test for Windows
14351
16469
 
14369
16487
 3 files changed, 22 insertions(+), 3 deletions(-)
14370
16488
 
14371
16489
commit b27a2d436bad5fcda5fea52bb84a39fd42e66041
14372
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14373
 
Date:   Tue Nov 5 17:33:09 2013 +0800
 
16490
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16491
AuthorDate: Tue Nov 5 17:33:09 2013 +0800
 
16492
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16493
CommitDate: Mon Nov 11 22:38:05 2013 +0800
14374
16494
 
14375
16495
    gio/tests/gsubprocess.c: Fix on Windows
14376
16496
 
14389
16509
 1 file changed, 14 insertions(+), 1 deletion(-)
14390
16510
 
14391
16511
commit fd41363e0213adda7c274c7ac06b411a17d5619f
14392
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14393
 
Date:   Tue Nov 5 16:08:45 2013 +0800
 
16512
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16513
AuthorDate: Tue Nov 5 16:08:45 2013 +0800
 
16514
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16515
CommitDate: Mon Nov 11 22:37:39 2013 +0800
14394
16516
 
14395
16517
    tests/: Include unistd.h on *NIX only
14396
16518
 
14409
16531
 10 files changed, 34 insertions(+), 18 deletions(-)
14410
16532
 
14411
16533
commit 5fd3c63ae8ab3923fa7963832dadde1d065a1e48
14412
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14413
 
Date:   Tue Nov 5 15:51:08 2013 +0800
 
16534
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16535
AuthorDate: Tue Nov 5 15:51:08 2013 +0800
 
16536
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16537
CommitDate: Mon Nov 11 22:37:10 2013 +0800
14414
16538
 
14415
16539
    glib/gspawn-win32-helper.c: Clean up a bit
14416
16540
 
14435
16559
 1 file changed, 18 insertions(+), 29 deletions(-)
14436
16560
 
14437
16561
commit ccba409d349211d0705a8ae1fcf0f88fbb370175
14438
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14439
 
Date:   Tue Nov 5 12:58:40 2013 +0800
 
16562
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16563
AuthorDate: Tue Nov 5 12:58:40 2013 +0800
 
16564
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16565
CommitDate: Mon Nov 11 22:36:32 2013 +0800
14440
16566
 
14441
16567
    tests/: Avoid closing invalid fd's
14442
16568
 
14457
16583
 2 files changed, 18 insertions(+), 15 deletions(-)
14458
16584
 
14459
16585
commit 172aaa3a0135fe14567b33389cfbf25103260967
14460
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
14461
 
Date:   Tue Nov 5 12:45:38 2013 +0800
 
16586
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16587
AuthorDate: Tue Nov 5 12:45:38 2013 +0800
 
16588
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
16589
CommitDate: Mon Nov 11 22:35:40 2013 +0800
14462
16590
 
14463
16591
    glib/gmessages.h: Unify log messages
14464
16592
 
14482
16610
 1 file changed, 4 insertions(+), 50 deletions(-)
14483
16611
 
14484
16612
commit fff14a5b7cf62d176b20bb3bb2fa573f9f7bcd2d
14485
 
Author: Dan Winship <danw@gnome.org>
14486
 
Date:   Sat Nov 2 09:33:26 2013 -0400
 
16613
Author:     Dan Winship <danw@gnome.org>
 
16614
AuthorDate: Sat Nov 2 09:33:26 2013 -0400
 
16615
Commit:     Dan Winship <danw@gnome.org>
 
16616
CommitDate: Mon Nov 11 09:28:07 2013 -0500
14487
16617
 
14488
16618
    gcancellable: don't use g_cancellable_connect() in GCancellableSource
14489
16619
 
14498
16628
 1 file changed, 9 insertions(+), 4 deletions(-)
14499
16629
 
14500
16630
commit b4aee2a759898ce785675a158fc74963cc380317
14501
 
Author: Shantha kumar <shkumar@redhat.com>
14502
 
Date:   Mon Nov 11 14:20:40 2013 +0530
 
16631
Author:     Shantha kumar <shkumar@redhat.com>
 
16632
AuthorDate: Mon Nov 11 14:20:40 2013 +0530
 
16633
Commit:     Shantha kumar <shkumar@redhat.com>
 
16634
CommitDate: Mon Nov 11 14:21:12 2013 +0530
14503
16635
 
14504
16636
    Updated Tamil Translations
14505
16637
 
14508
16640
 1 file changed, 601 insertions(+), 377 deletions(-)
14509
16641
 
14510
16642
commit 670379b26f4a86c7b51b928eb0332b9a654e4c4c
14511
 
Author: Stef Walter <stefw@gnome.org>
14512
 
Date:   Sat Nov 9 20:28:28 2013 +0100
 
16643
Author:     Stef Walter <stefw@gnome.org>
 
16644
AuthorDate: Sat Nov 9 20:28:28 2013 +0100
 
16645
Commit:     Stef Walter <stefw@gnome.org>
 
16646
CommitDate: Mon Nov 11 08:46:45 2013 +0100
14513
16647
 
14514
16648
    gdbus-connection-loss: Fix leak in test
14515
16649
 
14519
16653
 1 file changed, 3 insertions(+)
14520
16654
 
14521
16655
commit 14b27eaab88e8c8860461fb98ede7eb14a510d46
14522
 
Author: Stef Walter <stefw@gnome.org>
14523
 
Date:   Sat Nov 9 20:23:15 2013 +0100
 
16656
Author:     Stef Walter <stefw@gnome.org>
 
16657
AuthorDate: Sat Nov 9 20:23:15 2013 +0100
 
16658
Commit:     Stef Walter <stefw@gnome.org>
 
16659
CommitDate: Mon Nov 11 08:46:33 2013 +0100
14524
16660
 
14525
16661
    gdbus-introspection: Fix leaks in tests
14526
16662
 
14530
16666
 1 file changed, 8 insertions(+), 1 deletion(-)
14531
16667
 
14532
16668
commit e34d74bdb390fce029e7734e93b7ff8154b75e26
14533
 
Author: Stef Walter <stefw@gnome.org>
14534
 
Date:   Thu Nov 7 22:40:40 2013 +0100
 
16669
Author:     Stef Walter <stefw@gnome.org>
 
16670
AuthorDate: Thu Nov 7 22:40:40 2013 +0100
 
16671
Commit:     Stef Walter <stefw@gnome.org>
 
16672
CommitDate: Mon Nov 11 08:20:13 2013 +0100
14535
16673
 
14536
16674
    private: Use threading primitives correctly in private test
14537
16675
 
14544
16682
 1 file changed, 6 insertions(+), 11 deletions(-)
14545
16683
 
14546
16684
commit 177fe9f98ee7a017cff11f739c16c203b671a7e2
14547
 
Author: Stef Walter <stefw@gnome.org>
14548
 
Date:   Sat Nov 9 20:52:16 2013 +0100
 
16685
Author:     Stef Walter <stefw@gnome.org>
 
16686
AuthorDate: Sat Nov 9 20:52:16 2013 +0100
 
16687
Commit:     Stef Walter <stefw@gnome.org>
 
16688
CommitDate: Mon Nov 11 08:14:45 2013 +0100
14549
16689
 
14550
16690
    timeloop: Fix leaks in tests
14551
16691
 
14555
16695
 1 file changed, 3 insertions(+)
14556
16696
 
14557
16697
commit 9e0ade0691b30baf07bab7d5b4b00467b82c21b9
14558
 
Author: Stef Walter <stefw@gnome.org>
14559
 
Date:   Sat Nov 9 20:29:56 2013 +0100
 
16698
Author:     Stef Walter <stefw@gnome.org>
 
16699
AuthorDate: Sat Nov 9 20:29:56 2013 +0100
 
16700
Commit:     Stef Walter <stefw@gnome.org>
 
16701
CommitDate: Mon Nov 11 08:10:51 2013 +0100
14560
16702
 
14561
16703
    file-test: Fix leaks in test
14562
16704
 
14566
16708
 1 file changed, 3 insertions(+), 1 deletion(-)
14567
16709
 
14568
16710
commit dce83add1800c7145d6375626e2129fc51a83267
14569
 
Author: Stef Walter <stefw@gnome.org>
14570
 
Date:   Sun Nov 10 00:15:30 2013 +0100
 
16711
Author:     Stef Walter <stefw@gnome.org>
 
16712
AuthorDate: Sun Nov 10 00:15:30 2013 +0100
 
16713
Commit:     Stef Walter <stefw@gnome.org>
 
16714
CommitDate: Mon Nov 11 07:57:52 2013 +0100
14571
16715
 
14572
16716
    gthreadpool: Don't pass bad data to GThreadPool sorter
14573
16717
 
14579
16723
 1 file changed, 7 insertions(+), 1 deletion(-)
14580
16724
 
14581
16725
commit 81d0ebe29ccd852e969acda7394969e3f13eb136
14582
 
Author: Stef Walter <stefw@gnome.org>
14583
 
Date:   Thu Oct 31 11:43:14 2013 +0100
 
16726
Author:     Stef Walter <stefw@gnome.org>
 
16727
AuthorDate: Thu Oct 31 11:43:14 2013 +0100
 
16728
Commit:     Stef Walter <stefw@gnome.org>
 
16729
CommitDate: Mon Nov 11 07:40:16 2013 +0100
14584
16730
 
14585
16731
    gmain: Fix use of uninitialized memory in sigaction structure
14586
16732
 
14590
16736
 1 file changed, 1 insertion(+)
14591
16737
 
14592
16738
commit fd7b2faa64febab407ffde2506c995544583a9d5
14593
 
Author: Stef Walter <stefw@gnome.org>
14594
 
Date:   Sun Nov 10 15:58:06 2013 +0100
 
16739
Author:     Stef Walter <stefw@gnome.org>
 
16740
AuthorDate: Sun Nov 10 15:58:06 2013 +0100
 
16741
Commit:     Stef Walter <stefw@gnome.org>
 
16742
CommitDate: Mon Nov 11 07:27:22 2013 +0100
14595
16743
 
14596
16744
    defaultiface: Fix leak in test
14597
16745
 
14601
16749
 1 file changed, 4 insertions(+), 1 deletion(-)
14602
16750
 
14603
16751
commit bac4179476d0eee96f8bd73fef760b4289b79c17
14604
 
Author: Stef Walter <stefw@gnome.org>
14605
 
Date:   Sun Nov 10 15:57:12 2013 +0100
 
16752
Author:     Stef Walter <stefw@gnome.org>
 
16753
AuthorDate: Sun Nov 10 15:57:12 2013 +0100
 
16754
Commit:     Stef Walter <stefw@gnome.org>
 
16755
CommitDate: Mon Nov 11 07:27:15 2013 +0100
14606
16756
 
14607
16757
    timeloop-closure: Fix leaks in test
14608
16758
 
14612
16762
 1 file changed, 10 insertions(+), 4 deletions(-)
14613
16763
 
14614
16764
commit d8722441d167694dd943aeeab4e8addd4ce41f6a
14615
 
Author: Stef Walter <stefw@gnome.org>
14616
 
Date:   Sun Nov 10 15:56:59 2013 +0100
 
16765
Author:     Stef Walter <stefw@gnome.org>
 
16766
AuthorDate: Sun Nov 10 15:56:59 2013 +0100
 
16767
Commit:     Stef Walter <stefw@gnome.org>
 
16768
CommitDate: Mon Nov 11 07:27:01 2013 +0100
14617
16769
 
14618
16770
    signals: Fix leak in test
14619
16771
 
14623
16775
 1 file changed, 1 insertion(+)
14624
16776
 
14625
16777
commit 1b9662046f4c98b8aa8aff63a0bbbfde3b6bf3f7
14626
 
Author: Stef Walter <stefw@gnome.org>
14627
 
Date:   Sun Nov 10 15:56:32 2013 +0100
 
16778
Author:     Stef Walter <stefw@gnome.org>
 
16779
AuthorDate: Sun Nov 10 15:56:32 2013 +0100
 
16780
Commit:     Stef Walter <stefw@gnome.org>
 
16781
CommitDate: Mon Nov 11 07:26:53 2013 +0100
14628
16782
 
14629
16783
    paramspec-test: Fix leaks in tests
14630
16784
 
14634
16788
 1 file changed, 3 insertions(+)
14635
16789
 
14636
16790
commit 320f0b32de8458c05793733991e05497d1b5c782
14637
 
Author: Stef Walter <stefw@gnome.org>
14638
 
Date:   Sun Nov 10 15:56:17 2013 +0100
 
16791
Author:     Stef Walter <stefw@gnome.org>
 
16792
AuthorDate: Sun Nov 10 15:56:17 2013 +0100
 
16793
Commit:     Stef Walter <stefw@gnome.org>
 
16794
CommitDate: Mon Nov 11 07:26:37 2013 +0100
14639
16795
 
14640
16796
    override: Fix leaks in test
14641
16797
 
14645
16801
 1 file changed, 3 insertions(+)
14646
16802
 
14647
16803
commit e6de9c6940cc123e9f843e3069f73a75a887487f
14648
 
Author: Stef Walter <stefw@gnome.org>
14649
 
Date:   Sun Nov 10 15:55:56 2013 +0100
 
16804
Author:     Stef Walter <stefw@gnome.org>
 
16805
AuthorDate: Sun Nov 10 15:55:56 2013 +0100
 
16806
Commit:     Stef Walter <stefw@gnome.org>
 
16807
CommitDate: Mon Nov 11 07:26:28 2013 +0100
14650
16808
 
14651
16809
    gvalue-test: Fix leaks in test
14652
16810
 
14656
16814
 1 file changed, 2 insertions(+)
14657
16815
 
14658
16816
commit 83301d8c1f678fbcd26129ba4bc4cc2332e15bdd
14659
 
Author: Stef Walter <stefw@gnome.org>
14660
 
Date:   Sun Nov 10 15:55:35 2013 +0100
 
16817
Author:     Stef Walter <stefw@gnome.org>
 
16818
AuthorDate: Sun Nov 10 15:55:35 2013 +0100
 
16819
Commit:     Stef Walter <stefw@gnome.org>
 
16820
CommitDate: Mon Nov 11 07:26:20 2013 +0100
14661
16821
 
14662
16822
    accumulator: Fix leak in test
14663
16823
 
14667
16827
 1 file changed, 2 insertions(+)
14668
16828
 
14669
16829
commit 5339950e2519933912fe5e3374caf721ad790220
14670
 
Author: Stef Walter <stefw@gnome.org>
14671
 
Date:   Thu Nov 7 22:57:27 2013 +0100
 
16830
Author:     Stef Walter <stefw@gnome.org>
 
16831
AuthorDate: Thu Nov 7 22:57:27 2013 +0100
 
16832
Commit:     Stef Walter <stefw@gnome.org>
 
16833
CommitDate: Mon Nov 11 07:26:04 2013 +0100
14672
16834
 
14673
16835
    threadtests: Fix leaks in tests
14674
16836
 
14678
16840
 1 file changed, 8 insertions(+), 7 deletions(-)
14679
16841
 
14680
16842
commit ac6d35b4df8726f18926b5060f969a6229f96378
14681
 
Author: Stef Walter <stefw@gnome.org>
14682
 
Date:   Thu Nov 7 22:57:13 2013 +0100
 
16843
Author:     Stef Walter <stefw@gnome.org>
 
16844
AuthorDate: Thu Nov 7 22:57:13 2013 +0100
 
16845
Commit:     Stef Walter <stefw@gnome.org>
 
16846
CommitDate: Mon Nov 11 07:25:53 2013 +0100
14683
16847
 
14684
16848
    enums: Fix leaks in tests
14685
16849
 
14689
16853
 1 file changed, 4 insertions(+)
14690
16854
 
14691
16855
commit dc72039c162e1ca6400f28f92dd8e090ce99bd3f
14692
 
Author: Stef Walter <stefw@gnome.org>
14693
 
Date:   Thu Nov 7 23:00:28 2013 +0100
 
16856
Author:     Stef Walter <stefw@gnome.org>
 
16857
AuthorDate: Thu Nov 7 23:00:28 2013 +0100
 
16858
Commit:     Stef Walter <stefw@gnome.org>
 
16859
CommitDate: Mon Nov 11 07:22:48 2013 +0100
14694
16860
 
14695
16861
    giomodule: Fix leaks in module loading
14696
16862
 
14700
16866
 1 file changed, 18 insertions(+), 10 deletions(-)
14701
16867
 
14702
16868
commit b88f992c6ea3b082ac967b852ceb1618c0196783
14703
 
Author: Stef Walter <stefw@gnome.org>
14704
 
Date:   Sun Nov 10 14:48:36 2013 +0100
 
16869
Author:     Stef Walter <stefw@gnome.org>
 
16870
AuthorDate: Sun Nov 10 14:48:36 2013 +0100
 
16871
Commit:     Stef Walter <stefw@gnome.org>
 
16872
CommitDate: Mon Nov 11 07:20:09 2013 +0100
14705
16873
 
14706
16874
    boxed: Fix double free in boxed unit tests
14707
16875
 
14711
16879
 1 file changed, 1 insertion(+), 1 deletion(-)
14712
16880
 
14713
16881
commit 91c8fb82feae5675f20ac0fcb21226a1b516e5df
14714
 
Author: Stef Walter <stefw@gnome.org>
14715
 
Date:   Sat Nov 9 20:21:44 2013 +0100
 
16882
Author:     Stef Walter <stefw@gnome.org>
 
16883
AuthorDate: Sat Nov 9 20:21:44 2013 +0100
 
16884
Commit:     Stef Walter <stefw@gnome.org>
 
16885
CommitDate: Mon Nov 11 07:12:53 2013 +0100
14716
16886
 
14717
16887
    gdbus-connection: Fix leaks in tests
14718
16888
 
14722
16892
 1 file changed, 6 insertions(+), 1 deletion(-)
14723
16893
 
14724
16894
commit f80e2695e1c624484a149fbd5b1c795d6b0ab519
14725
 
Author: Stef Walter <stefw@gnome.org>
14726
 
Date:   Sat Nov 9 20:21:16 2013 +0100
 
16895
Author:     Stef Walter <stefw@gnome.org>
 
16896
AuthorDate: Sat Nov 9 20:21:16 2013 +0100
 
16897
Commit:     Stef Walter <stefw@gnome.org>
 
16898
CommitDate: Mon Nov 11 07:12:37 2013 +0100
14727
16899
 
14728
16900
    gdbus-connection-slow: Fix leak in tests
14729
16901
 
14733
16905
 1 file changed, 6 insertions(+), 1 deletion(-)
14734
16906
 
14735
16907
commit 0d51ff79edfb39d8b9e4d775a399404c1641784d
14736
 
Author: Stef Walter <stefw@gnome.org>
14737
 
Date:   Sat Nov 9 20:28:41 2013 +0100
 
16908
Author:     Stef Walter <stefw@gnome.org>
 
16909
AuthorDate: Sat Nov 9 20:28:41 2013 +0100
 
16910
Commit:     Stef Walter <stefw@gnome.org>
 
16911
CommitDate: Mon Nov 11 07:12:26 2013 +0100
14738
16912
 
14739
16913
    gdbus-connection: Fix use after free in test
14740
16914
 
14744
16918
 1 file changed, 3 deletions(-)
14745
16919
 
14746
16920
commit 95526b5db5adad7f550de06b707f429eb9da0654
14747
 
Author: Stef Walter <stefw@gnome.org>
14748
 
Date:   Sat Nov 9 08:54:28 2013 +0100
 
16921
Author:     Stef Walter <stefw@gnome.org>
 
16922
AuthorDate: Sat Nov 9 08:54:28 2013 +0100
 
16923
Commit:     Stef Walter <stefw@gnome.org>
 
16924
CommitDate: Mon Nov 11 07:12:18 2013 +0100
14749
16925
 
14750
16926
    gsubprocess: Fix leaks in tests
14751
16927
 
14755
16931
 1 file changed, 4 insertions(+)
14756
16932
 
14757
16933
commit fe3c878c53b2c8087c6c0605a36d55d61ddab3f4
14758
 
Author: Stef Walter <stefw@gnome.org>
14759
 
Date:   Sat Nov 9 08:53:13 2013 +0100
 
16934
Author:     Stef Walter <stefw@gnome.org>
 
16935
AuthorDate: Sat Nov 9 08:53:13 2013 +0100
 
16936
Commit:     Stef Walter <stefw@gnome.org>
 
16937
CommitDate: Mon Nov 11 07:12:00 2013 +0100
14760
16938
 
14761
16939
    gsubprocess: Fix error detection logic in tests
14762
16940
 
14770
16948
 1 file changed, 14 insertions(+), 26 deletions(-)
14771
16949
 
14772
16950
commit 78ad171da96e15b370867b69077fa3d149920c83
14773
 
Author: Stef Walter <stefw@gnome.org>
14774
 
Date:   Fri Nov 8 14:28:55 2013 +0100
 
16951
Author:     Stef Walter <stefw@gnome.org>
 
16952
AuthorDate: Fri Nov 8 14:28:55 2013 +0100
 
16953
Commit:     Stef Walter <stefw@gnome.org>
 
16954
CommitDate: Mon Nov 11 07:11:29 2013 +0100
14775
16955
 
14776
16956
    g-icon: Fix memory leak in test
14777
16957
 
14781
16961
 1 file changed, 1 insertion(+)
14782
16962
 
14783
16963
commit faafd4c051febb545838be9b663eabe5f3df254f
14784
 
Author: Stef Walter <stefw@gnome.org>
14785
 
Date:   Fri Nov 8 14:28:23 2013 +0100
 
16964
Author:     Stef Walter <stefw@gnome.org>
 
16965
AuthorDate: Fri Nov 8 14:28:23 2013 +0100
 
16966
Commit:     Stef Walter <stefw@gnome.org>
 
16967
CommitDate: Mon Nov 11 07:11:22 2013 +0100
14786
16968
 
14787
16969
    contexts: Fix memory leak in test
14788
16970
 
14792
16974
 1 file changed, 2 insertions(+), 1 deletion(-)
14793
16975
 
14794
16976
commit 438f7110f92dd290bce205abb61249ed4d564c37
14795
 
Author: Stef Walter <stefw@gnome.org>
14796
 
Date:   Sun Nov 10 16:39:45 2013 +0100
 
16977
Author:     Stef Walter <stefw@gnome.org>
 
16978
AuthorDate: Sun Nov 10 16:39:45 2013 +0100
 
16979
Commit:     Stef Walter <stefw@gnome.org>
 
16980
CommitDate: Mon Nov 11 07:11:14 2013 +0100
14797
16981
 
14798
16982
    data-output-stream: Fix some access after free
14799
16983
 
14805
16989
 1 file changed, 4 insertions(+)
14806
16990
 
14807
16991
commit 72171240cc1d3dfdee27ce460e88fca23308bdba
14808
 
Author: Stef Walter <stefw@gnome.org>
14809
 
Date:   Sun Nov 10 16:39:28 2013 +0100
 
16992
Author:     Stef Walter <stefw@gnome.org>
 
16993
AuthorDate: Sun Nov 10 16:39:28 2013 +0100
 
16994
Commit:     Stef Walter <stefw@gnome.org>
 
16995
CommitDate: Mon Nov 11 07:10:59 2013 +0100
14810
16996
 
14811
16997
    buffered-output-stream: Fix some access after free
14812
16998
 
14818
17004
 1 file changed, 4 insertions(+)
14819
17005
 
14820
17006
commit 419b47e166fce8974e8bc31e966020c57e6fe19f
14821
 
Author: Stef Walter <stefw@gnome.org>
14822
 
Date:   Sat Nov 9 20:19:44 2013 +0100
 
17007
Author:     Stef Walter <stefw@gnome.org>
 
17008
AuthorDate: Sat Nov 9 20:19:44 2013 +0100
 
17009
Commit:     Stef Walter <stefw@gnome.org>
 
17010
CommitDate: Mon Nov 11 06:55:09 2013 +0100
14823
17011
 
14824
17012
    gtestdbus: Fix leak of GMainLoop
14825
17013
 
14829
17017
 1 file changed, 1 insertion(+)
14830
17018
 
14831
17019
commit 6294d730235577b018b1b8df85691a96a5ce4d80
14832
 
Author: Stef Walter <stefw@gnome.org>
14833
 
Date:   Sun Nov 10 10:54:47 2013 +0100
 
17020
Author:     Stef Walter <stefw@gnome.org>
 
17021
AuthorDate: Sun Nov 10 10:54:47 2013 +0100
 
17022
Commit:     Stef Walter <stefw@gnome.org>
 
17023
CommitDate: Sun Nov 10 22:53:42 2013 +0100
14834
17024
 
14835
17025
    module-test: Fix leaks in test
14836
17026
 
14840
17030
 1 file changed, 4 insertions(+), 1 deletion(-)
14841
17031
 
14842
17032
commit fe8862dc1be42a65d0140b4f3d3ef345def638d9
14843
 
Author: Stef Walter <stefw@gnome.org>
14844
 
Date:   Sun Nov 10 14:32:17 2013 +0100
 
17033
Author:     Stef Walter <stefw@gnome.org>
 
17034
AuthorDate: Sun Nov 10 14:32:17 2013 +0100
 
17035
Commit:     Stef Walter <stefw@gnome.org>
 
17036
CommitDate: Sun Nov 10 22:52:47 2013 +0100
14845
17037
 
14846
17038
    utils: Don't free memory owned by glib in test
14847
17039
 
14851
17043
 1 file changed, 1 deletion(-)
14852
17044
 
14853
17045
commit 0a02fd9c526f029808b38d1f7b9758e28675ec9d
14854
 
Author: Stef Walter <stefw@gnome.org>
14855
 
Date:   Sun Nov 10 10:54:26 2013 +0100
 
17046
Author:     Stef Walter <stefw@gnome.org>
 
17047
AuthorDate: Sun Nov 10 10:54:26 2013 +0100
 
17048
Commit:     Stef Walter <stefw@gnome.org>
 
17049
CommitDate: Sun Nov 10 22:45:04 2013 +0100
14856
17050
 
14857
17051
    iochannel-test: Fix leaks in test
14858
17052
 
14862
17056
 1 file changed, 4 insertions(+), 1 deletion(-)
14863
17057
 
14864
17058
commit 44bd2ab07e81016c961a59f0a66f4351ac5822cf
14865
 
Author: Stef Walter <stefw@gnome.org>
14866
 
Date:   Sat Nov 9 20:52:42 2013 +0100
 
17059
Author:     Stef Walter <stefw@gnome.org>
 
17060
AuthorDate: Sat Nov 9 20:52:42 2013 +0100
 
17061
Commit:     Stef Walter <stefw@gnome.org>
 
17062
CommitDate: Sun Nov 10 22:44:39 2013 +0100
14867
17063
 
14868
17064
    unicode-encoding: Fix leaks in test
14869
17065
 
14873
17069
 1 file changed, 3 insertions(+)
14874
17070
 
14875
17071
commit e8cc0966d4a2fb3cf059122b4a4b9479e25604e4
14876
 
Author: Stef Walter <stefw@gnome.org>
14877
 
Date:   Sat Nov 9 20:51:18 2013 +0100
 
17072
Author:     Stef Walter <stefw@gnome.org>
 
17073
AuthorDate: Sat Nov 9 20:51:18 2013 +0100
 
17074
Commit:     Stef Walter <stefw@gnome.org>
 
17075
CommitDate: Sun Nov 10 22:44:12 2013 +0100
14878
17076
 
14879
17077
    thread-test: Fix leaks in tests
14880
17078
 
14887
17085
 1 file changed, 6 insertions(+), 1 deletion(-)
14888
17086
 
14889
17087
commit ae1764b4e0dd33d55fac8a5329b0c5d45c4c66fd
14890
 
Author: Stef Walter <stefw@gnome.org>
14891
 
Date:   Sat Nov 9 20:30:11 2013 +0100
 
17088
Author:     Stef Walter <stefw@gnome.org>
 
17089
AuthorDate: Sat Nov 9 20:30:11 2013 +0100
 
17090
Commit:     Stef Walter <stefw@gnome.org>
 
17091
CommitDate: Sun Nov 10 22:43:25 2013 +0100
14892
17092
 
14893
17093
    mainloop-test: Fix leaks in tests
14894
17094
 
14898
17098
 1 file changed, 4 insertions(+)
14899
17099
 
14900
17100
commit 83a14d13ec22fad898a5be9aaa66b50536d6be17
14901
 
Author: Stef Walter <stefw@gnome.org>
14902
 
Date:   Sat Nov 9 20:29:04 2013 +0100
 
17101
Author:     Stef Walter <stefw@gnome.org>
 
17102
AuthorDate: Sat Nov 9 20:29:04 2013 +0100
 
17103
Commit:     Stef Walter <stefw@gnome.org>
 
17104
CommitDate: Sun Nov 10 22:42:57 2013 +0100
14903
17105
 
14904
17106
    datetime: Fix leak in test
14905
17107
 
14909
17111
 1 file changed, 1 insertion(+)
14910
17112
 
14911
17113
commit 5ae5d438a684118556cc8875277d524d6ce9088b
14912
 
Author: Stef Walter <stefw@gnome.org>
14913
 
Date:   Sat Nov 9 20:26:57 2013 +0100
 
17114
Author:     Stef Walter <stefw@gnome.org>
 
17115
AuthorDate: Sat Nov 9 20:26:57 2013 +0100
 
17116
Commit:     Stef Walter <stefw@gnome.org>
 
17117
CommitDate: Sun Nov 10 22:42:29 2013 +0100
14914
17118
 
14915
17119
    mapping-test: Fix leaks in tests
14916
17120
 
14920
17124
 1 file changed, 11 insertions(+), 2 deletions(-)
14921
17125
 
14922
17126
commit fc4630b7ac089fcd1aff1c8376433e971ab193dd
14923
 
Author: Stef Walter <stefw@gnome.org>
14924
 
Date:   Sat Nov 9 20:26:15 2013 +0100
 
17127
Author:     Stef Walter <stefw@gnome.org>
 
17128
AuthorDate: Sat Nov 9 20:26:15 2013 +0100
 
17129
Commit:     Stef Walter <stefw@gnome.org>
 
17130
CommitDate: Sun Nov 10 22:41:44 2013 +0100
14925
17131
 
14926
17132
    gio-test: Fix leaks in tests
14927
17133
 
14931
17137
 1 file changed, 6 insertions(+)
14932
17138
 
14933
17139
commit ee743674a16f251bb275d6ee59f6da8cbf2b2910
14934
 
Author: Stef Walter <stefw@gnome.org>
14935
 
Date:   Sat Nov 9 20:25:39 2013 +0100
 
17140
Author:     Stef Walter <stefw@gnome.org>
 
17141
AuthorDate: Sat Nov 9 20:25:39 2013 +0100
 
17142
Commit:     Stef Walter <stefw@gnome.org>
 
17143
CommitDate: Sun Nov 10 22:41:29 2013 +0100
14936
17144
 
14937
17145
    completion-test: Fix leaks in tests
14938
17146
 
14942
17150
 1 file changed, 2 insertions(+)
14943
17151
 
14944
17152
commit ba56c7b720a88ba096a3325c03457dab9088b3b8
14945
 
Author: Stef Walter <stefw@gnome.org>
14946
 
Date:   Sat Nov 9 20:25:23 2013 +0100
 
17153
Author:     Stef Walter <stefw@gnome.org>
 
17154
AuthorDate: Sat Nov 9 20:25:23 2013 +0100
 
17155
Commit:     Stef Walter <stefw@gnome.org>
 
17156
CommitDate: Sun Nov 10 22:41:16 2013 +0100
14947
17157
 
14948
17158
    child-test: Fix leak in test
14949
17159
 
14953
17163
 1 file changed, 2 insertions(+)
14954
17164
 
14955
17165
commit 9a67fb903f394fc884fbacd2f54392632db2b898
14956
 
Author: Stef Walter <stefw@gnome.org>
14957
 
Date:   Sat Nov 9 20:25:07 2013 +0100
 
17166
Author:     Stef Walter <stefw@gnome.org>
 
17167
AuthorDate: Sat Nov 9 20:25:07 2013 +0100
 
17168
Commit:     Stef Walter <stefw@gnome.org>
 
17169
CommitDate: Sun Nov 10 22:40:58 2013 +0100
14958
17170
 
14959
17171
    asyncqueue-test: Fix leaks in tests
14960
17172
 
14964
17176
 1 file changed, 4 insertions(+)
14965
17177
 
14966
17178
commit e52558672610fa12c967448dcabb9a8cfd27179e
14967
 
Author: Stef Walter <stefw@gnome.org>
14968
 
Date:   Thu Nov 7 22:40:59 2013 +0100
 
17179
Author:     Stef Walter <stefw@gnome.org>
 
17180
AuthorDate: Thu Nov 7 22:40:59 2013 +0100
 
17181
Commit:     Stef Walter <stefw@gnome.org>
 
17182
CommitDate: Sun Nov 10 22:40:28 2013 +0100
14969
17183
 
14970
17184
    unix: Fix memory leak in unix test
14971
17185
 
14975
17189
 1 file changed, 1 insertion(+)
14976
17190
 
14977
17191
commit ab3c55435af3cecaa4b7805e8f6ffe1719e13ba6
14978
 
Author: Dan Winship <danw@gnome.org>
14979
 
Date:   Thu Nov 7 22:38:52 2013 +0100
 
17192
Author:     Dan Winship <danw@gnome.org>
 
17193
AuthorDate: Thu Nov 7 22:38:52 2013 +0100
 
17194
Commit:     Stef Walter <stefw@gnome.org>
 
17195
CommitDate: Sun Nov 10 22:40:08 2013 +0100
14980
17196
 
14981
17197
    gerror: Don't leak memory when overwrite warning
14982
17198
 
14991
17207
 2 files changed, 8 insertions(+), 5 deletions(-)
14992
17208
 
14993
17209
commit e74b4351a33aa09ed053922cca907c956cbe61cd
14994
 
Author: Stef Walter <stefw@gnome.org>
14995
 
Date:   Thu Oct 31 14:41:34 2013 +0100
 
17210
Author:     Stef Walter <stefw@gnome.org>
 
17211
AuthorDate: Thu Oct 31 14:41:34 2013 +0100
 
17212
Commit:     Stef Walter <stefw@gnome.org>
 
17213
CommitDate: Sun Nov 10 22:39:25 2013 +0100
14996
17214
 
14997
17215
    private: Fix memory leak in tests
14998
17216
 
15004
17222
 1 file changed, 6 insertions(+), 8 deletions(-)
15005
17223
 
15006
17224
commit ae6dbb35cbf11a363b28f1e86b1f6f2bc4036b4c
15007
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
15008
 
Date:   Sat Nov 9 09:33:42 2013 -0600
 
17225
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
17226
AuthorDate: Sat Nov 9 09:33:42 2013 -0600
 
17227
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
17228
CommitDate: Sat Nov 9 09:35:14 2013 -0600
15009
17229
 
15010
17230
    giomodule: small typo in documentation
15011
17231
 
15013
17233
 1 file changed, 1 insertion(+), 1 deletion(-)
15014
17234
 
15015
17235
commit 0cb8454b5c0ba31aa1c8b4915503686bfe5cddeb
15016
 
Author: Matthias Clasen <mclasen@redhat.com>
15017
 
Date:   Fri Nov 8 20:57:04 2013 -0500
 
17236
Author:     Matthias Clasen <mclasen@redhat.com>
 
17237
AuthorDate: Fri Nov 8 20:57:04 2013 -0500
 
17238
Commit:     Matthias Clasen <mclasen@redhat.com>
 
17239
CommitDate: Fri Nov 8 20:57:04 2013 -0500
15018
17240
 
15019
17241
    Small documentation improvement
15020
17242
 
15022
17244
 1 file changed, 2 insertions(+), 2 deletions(-)
15023
17245
 
15024
17246
commit ca22ac794428c70fb0e11be3358f18b68d755ae3
15025
 
Author: Matthias Clasen <mclasen@redhat.com>
15026
 
Date:   Fri Nov 8 20:45:54 2013 -0500
 
17247
Author:     Matthias Clasen <mclasen@redhat.com>
 
17248
AuthorDate: Fri Nov 8 20:45:54 2013 -0500
 
17249
Commit:     Matthias Clasen <mclasen@redhat.com>
 
17250
CommitDate: Fri Nov 8 20:45:54 2013 -0500
15027
17251
 
15028
17252
    Add an index for new api in glib docs
15029
17253
 
15031
17255
 1 file changed, 4 insertions(+)
15032
17256
 
15033
17257
commit 83d427819778315e4d8b2d6cbc6e758d92733174
15034
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
15035
 
Date:   Fri Nov 8 08:15:43 2013 +0100
 
17258
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
17259
AuthorDate: Fri Nov 8 08:15:43 2013 +0100
 
17260
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
17261
CommitDate: Fri Nov 8 08:15:43 2013 +0100
15036
17262
 
15037
17263
    Revert "gio/Makefile: make sure to dist gappinfoprivate.h"
15038
17264
 
15042
17268
 1 file changed, 1 deletion(-)
15043
17269
 
15044
17270
commit 5627452048fb1925a7bfbabd7d7fba553e4458ca
15045
 
Author: Michael Catanzaro <mcatanzaro@gnome.org>
15046
 
Date:   Thu Nov 7 18:39:59 2013 -0600
 
17271
Author:     Michael Catanzaro <mcatanzaro@gnome.org>
 
17272
AuthorDate: Thu Nov 7 18:39:59 2013 -0600
 
17273
Commit:     Michael Catanzaro <mcatanzaro@gnome.org>
 
17274
CommitDate: Thu Nov 7 18:41:29 2013 -0600
15047
17275
 
15048
17276
    gstrfuncs: fix small typo in documentation
15049
17277
 
15051
17279
 1 file changed, 1 insertion(+), 1 deletion(-)
15052
17280
 
15053
17281
commit bda60c3e8b92575520495b8f283ee5ba595da074
15054
 
Author: Ryan Lortie <desrt@desrt.ca>
15055
 
Date:   Thu Nov 7 13:56:56 2013 -0500
 
17282
Author:     Ryan Lortie <desrt@desrt.ca>
 
17283
AuthorDate: Thu Nov 7 13:56:56 2013 -0500
 
17284
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17285
CommitDate: Thu Nov 7 13:56:56 2013 -0500
15056
17286
 
15057
17287
    GAppInfoMonitor: don't try to use NULL hash table
15058
17288
 
15065
17295
 1 file changed, 11 insertions(+), 8 deletions(-)
15066
17296
 
15067
17297
commit ffbf866d3b3dfae234fbdeef8bab683c14d66e30
15068
 
Author: Ryan Lortie <desrt@desrt.ca>
15069
 
Date:   Tue Oct 29 12:02:44 2013 -0700
 
17298
Author:     Ryan Lortie <desrt@desrt.ca>
 
17299
AuthorDate: Tue Oct 29 12:02:44 2013 -0700
 
17300
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17301
CommitDate: Thu Nov 7 13:51:05 2013 -0500
15070
17302
 
15071
17303
    GApplication: fix bogus testcase
15072
17304
 
15086
17318
 3 files changed, 2 insertions(+), 29 deletions(-)
15087
17319
 
15088
17320
commit 6e0bbd8adb861b21de24c1701e0de21bae339e73
15089
 
Author: Ryan Lortie <desrt@desrt.ca>
15090
 
Date:   Thu Oct 10 09:28:30 2013 -0400
 
17321
Author:     Ryan Lortie <desrt@desrt.ca>
 
17322
AuthorDate: Thu Oct 10 09:28:30 2013 -0400
 
17323
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17324
CommitDate: Thu Nov 7 12:41:27 2013 -0500
15091
17325
 
15092
17326
    appinfo: Add some testcases for searching
15093
17327
 
15132
17366
 34 files changed, 1512 insertions(+), 2 deletions(-)
15133
17367
 
15134
17368
commit 3d32d5359aefc0c287265c85278a31c7e2ea9b3d
15135
 
Author: Ryan Lortie <desrt@desrt.ca>
15136
 
Date:   Tue Nov 5 22:51:48 2013 -0500
 
17369
Author:     Ryan Lortie <desrt@desrt.ca>
 
17370
AuthorDate: Tue Nov 5 22:51:48 2013 -0500
 
17371
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17372
CommitDate: Thu Nov 7 12:41:27 2013 -0500
15137
17373
 
15138
17374
    Add g_desktop_app_info_search()
15139
17375
 
15156
17392
 2 files changed, 527 insertions(+)
15157
17393
 
15158
17394
commit c45b26d61f6539dbf4e202aded08d9614b441f81
15159
 
Author: Ryan Lortie <desrt@desrt.ca>
15160
 
Date:   Thu Nov 7 12:11:55 2013 -0500
 
17395
Author:     Ryan Lortie <desrt@desrt.ca>
 
17396
AuthorDate: Thu Nov 7 12:11:55 2013 -0500
 
17397
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17398
CommitDate: Thu Nov 7 12:41:27 2013 -0500
15161
17399
 
15162
17400
    gio/Makefile: make sure to dist gappinfoprivate.h
15163
17401
 
15165
17403
 1 file changed, 1 insertion(+)
15166
17404
 
15167
17405
commit ffb39bff6fc76051901dddbb179afdf83baafc27
15168
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
15169
 
Date:   Thu Nov 7 17:37:13 2013 +0100
 
17406
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
17407
AuthorDate: Thu Nov 7 17:37:13 2013 +0100
 
17408
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
17409
CommitDate: Thu Nov 7 17:37:13 2013 +0100
15170
17410
 
15171
17411
    gio: Add gappinfoprivate.h to Makefile.am
15172
17412
 
15176
17416
 1 file changed, 1 insertion(+)
15177
17417
 
15178
17418
commit a004fc80598c2b14f2e3780fb0f94fc9f6faf263
15179
 
Author: Dimitris Spingos <dmtrs32@gmail.com>
15180
 
Date:   Thu Nov 7 17:19:09 2013 +0200
 
17419
Author:     Dimitris Spingos <dmtrs32@gmail.com>
 
17420
AuthorDate: Thu Nov 7 17:19:09 2013 +0200
 
17421
Commit:     Dimitris Spingos <dmtrs32@gmail.com>
 
17422
CommitDate: Thu Nov 7 17:19:09 2013 +0200
15181
17423
 
15182
17424
    Updated Greek translation
15183
17425
 
15186
17428
 1 file changed, 784 insertions(+), 536 deletions(-)
15187
17429
 
15188
17430
commit 838b49ead77c35d94fa16d48a6d7271bab082a71
15189
 
Author: Patrick Welche <prlw1@cam.ac.uk>
15190
 
Date:   Thu Nov 7 10:58:46 2013 +0000
 
17431
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
17432
AuthorDate: Thu Nov 7 10:58:46 2013 +0000
 
17433
Commit:     Colin Walters <walters@verbum.org>
 
17434
CommitDate: Thu Nov 7 07:28:27 2013 -0500
15191
17435
 
15192
17436
    configure: test(1) uses = to test for string equality
15193
17437
 
15197
17441
 1 file changed, 1 insertion(+), 1 deletion(-)
15198
17442
 
15199
17443
commit 87e6db8deb96565cf4336c187e0dcec8b014cae2
15200
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15201
 
Date:   Tue Oct 29 14:55:27 2013 +0800
 
17444
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17445
AuthorDate: Tue Oct 29 14:55:27 2013 +0800
 
17446
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17447
CommitDate: Thu Nov 7 09:25:54 2013 +0800
15202
17448
 
15203
17449
    codegen.py: Rearrange GLib Version Check
15204
17450
 
15213
17459
 1 file changed, 10 insertions(+), 4 deletions(-)
15214
17460
 
15215
17461
commit e55d33edc1336ddc6d5cdfa0e3003a69a5812d26
15216
 
Author: Ryan Lortie <desrt@desrt.ca>
15217
 
Date:   Wed Sep 25 09:19:43 2013 -0400
 
17462
Author:     Ryan Lortie <desrt@desrt.ca>
 
17463
AuthorDate: Wed Sep 25 09:19:43 2013 -0400
 
17464
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17465
CommitDate: Wed Nov 6 11:26:53 2013 -0500
15218
17466
 
15219
17467
    Add GAppInfoMonitor
15220
17468
 
15235
17483
 7 files changed, 286 insertions(+)
15236
17484
 
15237
17485
commit 86ce3bf48e40756a360b13e18493a15d8d1bf5ae
15238
 
Author: Ryan Lortie <desrt@desrt.ca>
15239
 
Date:   Sat Jul 27 16:04:56 2013 -0400
 
17486
Author:     Ryan Lortie <desrt@desrt.ca>
 
17487
AuthorDate: Sat Jul 27 16:04:56 2013 -0400
 
17488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17489
CommitDate: Wed Nov 6 10:56:25 2013 -0500
15240
17490
 
15241
17491
    gdesktopappinfo: keep a list of files in the dirs
15242
17492
 
15264
17514
 1 file changed, 328 insertions(+), 106 deletions(-)
15265
17515
 
15266
17516
commit 27da0799b8a2762e6ae44d0721014eeed8c36489
15267
 
Author: Stef Walter <stefw@gnome.org>
15268
 
Date:   Thu Oct 31 23:07:10 2013 +0100
 
17517
Author:     Stef Walter <stefw@gnome.org>
 
17518
AuthorDate: Thu Oct 31 23:07:10 2013 +0100
 
17519
Commit:     Stef Walter <stefw@gnome.org>
 
17520
CommitDate: Wed Nov 6 10:14:57 2013 +0100
15269
17521
 
15270
17522
    signals: Fix memory leaks in signals unit tests
15271
17523
 
15275
17527
 1 file changed, 5 insertions(+)
15276
17528
 
15277
17529
commit b49344c1d389035066aed0c4392c18990afe68a4
15278
 
Author: Stef Walter <stefw@gnome.org>
15279
 
Date:   Thu Oct 31 23:06:27 2013 +0100
 
17530
Author:     Stef Walter <stefw@gnome.org>
 
17531
AuthorDate: Thu Oct 31 23:06:27 2013 +0100
 
17532
Commit:     Stef Walter <stefw@gnome.org>
 
17533
CommitDate: Wed Nov 6 10:14:30 2013 +0100
15280
17534
 
15281
17535
    qdata: Fix leak in qdata unit tests
15282
17536
 
15286
17540
 1 file changed, 2 insertions(+)
15287
17541
 
15288
17542
commit 267222873399cadb0feef4009b26fb1109453fcd
15289
 
Author: Stef Walter <stefw@gnome.org>
15290
 
Date:   Thu Oct 31 14:39:05 2013 +0100
 
17543
Author:     Stef Walter <stefw@gnome.org>
 
17544
AuthorDate: Thu Oct 31 14:39:05 2013 +0100
 
17545
Commit:     Stef Walter <stefw@gnome.org>
 
17546
CommitDate: Wed Nov 6 10:14:16 2013 +0100
15291
17547
 
15292
17548
    gerror: Don't leak when warning about overwriting an error
15293
17549
 
15300
17556
 1 file changed, 2 insertions(+), 5 deletions(-)
15301
17557
 
15302
17558
commit 92b71825fd6b62e339b89159b2cfba8e5ca839c4
15303
 
Author: Ryan Lortie <desrt@desrt.ca>
15304
 
Date:   Sun Mar 24 21:55:08 2013 -0400
 
17559
Author:     Ryan Lortie <desrt@desrt.ca>
 
17560
AuthorDate: Sun Mar 24 21:55:08 2013 -0400
 
17561
Commit:     Stef Walter <stefw@gnome.org>
 
17562
CommitDate: Wed Nov 6 10:12:50 2013 +0100
15305
17563
 
15306
17564
    tests: fix leak in mainloop test
15307
17565
 
15315
17573
 1 file changed, 2 insertions(+)
15316
17574
 
15317
17575
commit eef0d3c0b8ca541e48a8a9d7ec39ed40a717db6f
15318
 
Author: Ryan Lortie <desrt@desrt.ca>
15319
 
Date:   Sun Mar 24 21:25:26 2013 -0400
 
17576
Author:     Ryan Lortie <desrt@desrt.ca>
 
17577
AuthorDate: Sun Mar 24 21:25:26 2013 -0400
 
17578
Commit:     Stef Walter <stefw@gnome.org>
 
17579
CommitDate: Wed Nov 6 10:12:40 2013 +0100
15320
17580
 
15321
17581
    grand: restructure a bit
15322
17582
 
15330
17590
 1 file changed, 17 insertions(+), 21 deletions(-)
15331
17591
 
15332
17592
commit 70410b322c6a7cfa047d2a4049d0c810e9a52da8
15333
 
Author: Ryan Lortie <desrt@desrt.ca>
15334
 
Date:   Sun Mar 24 21:18:30 2013 -0400
 
17593
Author:     Ryan Lortie <desrt@desrt.ca>
 
17594
AuthorDate: Sun Mar 24 21:18:30 2013 -0400
 
17595
Commit:     Stef Walter <stefw@gnome.org>
 
17596
CommitDate: Wed Nov 6 10:09:29 2013 +0100
15335
17597
 
15336
17598
    gslice: don't misuse g_mutex_init()
15337
17599
 
15343
17605
 1 file changed, 2 deletions(-)
15344
17606
 
15345
17607
commit 4af135ce49e5c8aa8231e0c9e24f04f5cd917468
15346
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
15347
 
Date:   Tue Nov 5 16:43:26 2013 +0000
 
17608
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
17609
AuthorDate: Tue Nov 5 16:43:26 2013 +0000
 
17610
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
17611
CommitDate: Tue Nov 5 16:43:26 2013 +0000
15348
17612
 
15349
17613
    garray: Note lack of bounds checking in g_ptr_array_index()
15350
17614
    documentation
15353
17617
 1 file changed, 4 insertions(+)
15354
17618
 
15355
17619
commit f4931142806556123ce75dcf8b84e60dc7cd4e3c
15356
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15357
 
Date:   Mon Nov 4 16:32:01 2013 +0800
 
17620
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17621
AuthorDate: Mon Nov 4 16:32:01 2013 +0800
 
17622
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17623
CommitDate: Mon Nov 4 22:55:30 2013 +0800
15358
17624
 
15359
17625
    gio/tests: Clean up inclusion of unistd.h
15360
17626
 
15374
17640
 5 files changed, 19 insertions(+), 6 deletions(-)
15375
17641
 
15376
17642
commit d262b6fe0ca851a47fede2e624cec4aa041f2f14
15377
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15378
 
Date:   Mon Nov 4 13:07:52 2013 +0800
 
17643
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17644
AuthorDate: Mon Nov 4 13:07:52 2013 +0800
 
17645
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17646
CommitDate: Mon Nov 4 22:52:02 2013 +0800
15379
17647
 
15380
17648
    glib/tests: Clean up inclusion of unistd.h
15381
17649
 
15402
17670
 9 files changed, 16 insertions(+), 25 deletions(-)
15403
17671
 
15404
17672
commit 1079d30e1b5b9002ca5d4e5bef398e855a7c115f
15405
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15406
 
Date:   Mon Nov 4 12:23:30 2013 +0800
 
17673
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17674
AuthorDate: Mon Nov 4 12:23:30 2013 +0800
 
17675
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17676
CommitDate: Mon Nov 4 22:51:39 2013 +0800
15407
17677
 
15408
17678
    glib/tests/fileutils.c: Include unistd.h on *NIX only
15409
17679
 
15425
17695
 1 file changed, 10 insertions(+), 1 deletion(-)
15426
17696
 
15427
17697
commit 20f873a0bcafe9d8d929be98ea72a0d0608d076a
15428
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15429
 
Date:   Tue Oct 29 19:12:38 2013 +0800
 
17698
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17699
AuthorDate: Tue Oct 29 19:12:38 2013 +0800
 
17700
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17701
CommitDate: Mon Nov 4 10:31:28 2013 +0800
15430
17702
 
15431
17703
    tests/libmoduletestplugins*.c: Update Prototypes
15432
17704
 
15441
17713
 2 files changed, 11 insertions(+), 11 deletions(-)
15442
17714
 
15443
17715
commit 39a62a064b55eead4142c5585a25b86c57759ec5
15444
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15445
 
Date:   Tue Oct 29 19:17:32 2013 +0800
 
17716
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17717
AuthorDate: Tue Oct 29 19:17:32 2013 +0800
 
17718
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
17719
CommitDate: Mon Nov 4 10:30:57 2013 +0800
15446
17720
 
15447
17721
    gio/test/resources.c: Fix for Windows
15448
17722
 
15464
17738
 1 file changed, 4 insertions(+), 2 deletions(-)
15465
17739
 
15466
17740
commit 64909ff7409968b83b0961e053eac98a03bd30cf
15467
 
Author: Ognyan Tonchev <ognyan@axis.com>
15468
 
Date:   Tue Oct 29 16:39:38 2013 +0100
 
17741
Author:     Ognyan Tonchev <ognyan@axis.com>
 
17742
AuthorDate: Tue Oct 29 16:39:38 2013 +0100
 
17743
Commit:     Dan Winship <danw@gnome.org>
 
17744
CommitDate: Sun Nov 3 18:11:55 2013 -0500
15469
17745
 
15470
17746
    gmain: make g_source_add_child_source() thread safe
15471
17747
 
15483
17759
 1 file changed, 11 insertions(+), 10 deletions(-)
15484
17760
 
15485
17761
commit 89f961583580b16b5b67b2138d609ffd52f59c75
15486
 
Author: Ross Lagerwall <rosslagerwall@gmail.com>
15487
 
Date:   Tue Oct 29 06:02:59 2013 +0200
 
17762
Author:     Ross Lagerwall <rosslagerwall@gmail.com>
 
17763
AuthorDate: Tue Oct 29 06:02:59 2013 +0200
 
17764
Commit:     Ross Lagerwall <rosslagerwall@gmail.com>
 
17765
CommitDate: Sun Nov 3 06:47:33 2013 +0200
15488
17766
 
15489
17767
    gio: Don't allow skipping past the end of GLocalFileInputStream
15490
17768
 
15502
17780
 2 files changed, 31 insertions(+), 4 deletions(-)
15503
17781
 
15504
17782
commit dc172f06162398b51d230511756292154bace423
15505
 
Author: Dan Winship <danw@gnome.org>
15506
 
Date:   Sat Nov 2 12:18:45 2013 -0400
 
17783
Author:     Dan Winship <danw@gnome.org>
 
17784
AuthorDate: Sat Nov 2 12:18:45 2013 -0400
 
17785
Commit:     Dan Winship <danw@gnome.org>
 
17786
CommitDate: Sat Nov 2 12:23:30 2013 -0400
15507
17787
 
15508
17788
    gmacros.h: fix C99 check
15509
17789
 
15515
17795
 1 file changed, 1 insertion(+), 1 deletion(-)
15516
17796
 
15517
17797
commit d0cd2e8ed036f4eff40c6de7a3b4a3361e48295e
15518
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
15519
 
Date:   Fri Nov 1 12:52:43 2013 +0100
 
17798
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
17799
AuthorDate: Fri Nov 1 12:52:43 2013 +0100
 
17800
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
17801
CommitDate: Fri Nov 1 14:51:30 2013 +0100
15520
17802
 
15521
17803
    Updated Galician translations
15522
17804
 
15525
17807
 1 file changed, 117 insertions(+), 120 deletions(-)
15526
17808
 
15527
17809
commit aff483616c950fce2c8b466b5d0e8fbe2374fb8c
15528
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
15529
 
Date:   Mon Oct 28 01:13:41 2013 +0100
 
17810
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
17811
AuthorDate: Mon Oct 28 01:13:41 2013 +0100
 
17812
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
17813
CommitDate: Fri Nov 1 12:50:41 2013 +0100
15530
17814
 
15531
17815
    Updated Galician translations
15532
17816
 
15535
17819
 1 file changed, 488 insertions(+), 297 deletions(-)
15536
17820
 
15537
17821
commit e6d19a27a3242ebf7ac23d3999e325f6a8d9ea39
15538
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
15539
 
Date:   Thu Oct 31 14:36:50 2013 +0100
 
17822
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
17823
AuthorDate: Thu Oct 31 14:36:50 2013 +0100
 
17824
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
17825
CommitDate: Thu Oct 31 14:36:50 2013 +0100
15540
17826
 
15541
17827
    Updated Spanish translation
15542
17828
 
15545
17831
 1 file changed, 524 insertions(+), 301 deletions(-)
15546
17832
 
15547
17833
commit 6ed60a936cf4a220519195c456c3eaa5ddec66b4
15548
 
Author: Murray Cumming <murrayc@murrayc.com>
15549
 
Date:   Thu Oct 31 13:15:01 2013 +0100
 
17834
Author:     Murray Cumming <murrayc@murrayc.com>
 
17835
AuthorDate: Thu Oct 31 13:15:01 2013 +0100
 
17836
Commit:     Murray Cumming <murrayc@murrayc.com>
 
17837
CommitDate: Thu Oct 31 13:15:01 2013 +0100
15550
17838
 
15551
17839
    docs: GDataTime: *_add_*(): Mention that you can subtract.
15552
17840
 
15556
17844
 1 file changed, 9 insertions(+), 6 deletions(-)
15557
17845
 
15558
17846
commit e2fcb77cb04b4b86768d56d8fccfb36f1a5d9451
15559
 
Author: Ross Lagerwall <rosslagerwall@gmail.com>
15560
 
Date:   Wed Oct 30 20:34:14 2013 +0200
 
17847
Author:     Ross Lagerwall <rosslagerwall@gmail.com>
 
17848
AuthorDate: Wed Oct 30 20:34:14 2013 +0200
 
17849
Commit:     Ross Lagerwall <rosslagerwall@gmail.com>
 
17850
CommitDate: Thu Oct 31 06:31:43 2013 +0200
15561
17851
 
15562
17852
    gio: Clean up trashinfo file if trashing fails
15563
17853
 
15567
17857
 1 file changed, 2 insertions(+)
15568
17858
 
15569
17859
commit e94df7cfc279f38563e80e5a2b48a1bbd8d2b71b
15570
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
15571
 
Date:   Mon Oct 28 17:02:44 2013 -0400
 
17860
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
17861
AuthorDate: Mon Oct 28 17:02:44 2013 -0400
 
17862
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
17863
CommitDate: Tue Oct 29 13:42:35 2013 -0400
15572
17864
 
15573
17865
    Tests: It is useless to unset "DBUS_SESSION_BUS_ADDRESS" manually
15574
17866
 
15584
17876
 1 file changed, 4 deletions(-)
15585
17877
 
15586
17878
commit 06fbdb04d5001eaf9abadb872185d7b3e1593e08
15587
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
15588
 
Date:   Mon Oct 28 14:54:22 2013 -0400
 
17879
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
17880
AuthorDate: Mon Oct 28 14:54:22 2013 -0400
 
17881
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
17882
CommitDate: Tue Oct 29 13:42:14 2013 -0400
15589
17883
 
15590
17884
    GTestDBus: Make sure only DBUS_SESSION_BUS_ADDRESS is set by default
15591
17885
 
15598
17892
 1 file changed, 4 insertions(+), 1 deletion(-)
15599
17893
 
15600
17894
commit 940fa98290812789d095d93ff1c550cd86fb2428
15601
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
15602
 
Date:   Mon Oct 28 17:18:54 2013 -0400
 
17895
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
17896
AuthorDate: Mon Oct 28 17:18:54 2013 -0400
 
17897
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
17898
CommitDate: Tue Oct 29 13:30:22 2013 -0400
15603
17899
 
15604
17900
    Tests: add session_bus_run() and use it where possible
15605
17901
 
15619
17915
 7 files changed, 17 insertions(+), 38 deletions(-)
15620
17916
 
15621
17917
commit 5280c03368299bbb4f721f3e47213aa01d9d0142
15622
 
Author: Colin Walters <walters@verbum.org>
15623
 
Date:   Tue Oct 29 09:47:34 2013 -0400
 
17918
Author:     Colin Walters <walters@verbum.org>
 
17919
AuthorDate: Tue Oct 29 09:47:34 2013 -0400
 
17920
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17921
CommitDate: Tue Oct 29 09:37:06 2013 -0700
15624
17922
 
15625
17923
    tests/gdbus-introspection: Add a less trivial test case for
15626
17924
    _IGNORE_QUALIFIED
15633
17931
 1 file changed, 12 insertions(+), 13 deletions(-)
15634
17932
 
15635
17933
commit daff84e23c4870f674293a90f36d79f4587d20cc
15636
 
Author: Ryan Lortie <desrt@desrt.ca>
15637
 
Date:   Tue Oct 29 09:01:32 2013 -0700
 
17934
Author:     Ryan Lortie <desrt@desrt.ca>
 
17935
AuthorDate: Tue Oct 29 09:01:32 2013 -0700
 
17936
Commit:     Ryan Lortie <desrt@desrt.ca>
 
17937
CommitDate: Tue Oct 29 09:37:06 2013 -0700
15638
17938
 
15639
17939
    GMarkup: clear attributes on ignorned tags
15640
17940
 
15654
17954
 1 file changed, 3 insertions(+), 2 deletions(-)
15655
17955
 
15656
17956
commit 425f307b01a41e6cd4922b037105a66293863cce
15657
 
Author: Lars Uebernickel <lars@uebernic.de>
15658
 
Date:   Mon Oct 28 23:55:19 2013 -0700
 
17957
Author:     Lars Uebernickel <lars@uebernic.de>
 
17958
AuthorDate: Mon Oct 28 23:55:19 2013 -0700
 
17959
Commit:     Lars Uebernickel <lars@uebernic.de>
 
17960
CommitDate: Tue Oct 29 09:01:35 2013 -0700
15659
17961
 
15660
17962
    gtk-notification-backend: remove unused variable
15661
17963
 
15669
17971
 1 file changed, 1 insertion(+), 17 deletions(-)
15670
17972
 
15671
17973
commit 1a037b140893433757400267d00a3a4437c3cdb7
15672
 
Author: Ross Lagerwall <rosslagerwall@gmail.com>
15673
 
Date:   Tue Oct 29 14:53:38 2013 +0200
 
17974
Author:     Ross Lagerwall <rosslagerwall@gmail.com>
 
17975
AuthorDate: Tue Oct 29 14:53:38 2013 +0200
 
17976
Commit:     Ross Lagerwall <rosslagerwall@gmail.com>
 
17977
CommitDate: Tue Oct 29 17:00:30 2013 +0200
15674
17978
 
15675
17979
    gio: Clear error properly to prevent crash
15676
17980
 
15680
17984
 1 file changed, 1 insertion(+), 1 deletion(-)
15681
17985
 
15682
17986
commit c8aba61713ec0f674fa0dc986db3b2db3cdd0c41
15683
 
Author: Ryan Lortie <desrt@desrt.ca>
15684
 
Date:   Mon Oct 28 11:44:16 2013 -0700
 
17987
Author:     Ryan Lortie <desrt@desrt.ca>
 
17988
AuthorDate: Mon Oct 28 11:44:16 2013 -0700
 
17989
Commit:     Colin Walters <walters@verbum.org>
 
17990
CommitDate: Tue Oct 29 10:49:48 2013 -0400
15685
17991
 
15686
17992
    GCancellable: drop lock for callback during connect()
15687
17993
 
15699
18005
 1 file changed, 9 insertions(+), 1 deletion(-)
15700
18006
 
15701
18007
commit 61e8e1cd02cc9b9ae8917262ecc17633312b7683
15702
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15703
 
Date:   Tue Oct 29 14:49:13 2013 +0800
 
18008
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
18009
AuthorDate: Tue Oct 29 14:49:13 2013 +0800
 
18010
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
18011
CommitDate: Tue Oct 29 22:44:11 2013 +0800
15704
18012
 
15705
18013
    gio/gsubprocess.c: Use g_snprintf()
15706
18014
 
15713
18021
 1 file changed, 1 insertion(+), 1 deletion(-)
15714
18022
 
15715
18023
commit e08ef9c367c4ad7c7d18b33b26465e8afbc895f3
15716
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
15717
 
Date:   Tue Oct 29 12:46:32 2013 +0800
 
18024
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
18025
AuthorDate: Tue Oct 29 12:46:32 2013 +0800
 
18026
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
18027
CommitDate: Tue Oct 29 12:46:32 2013 +0800
15718
18028
 
15719
18029
    gobject/gvaluetransform.c: Cleanup #ifndef _MSC_VER
15720
18030
 
15726
18036
 1 file changed, 3 deletions(-)
15727
18037
 
15728
18038
commit b227528f3291c8c4cfdfea057917edec63597ff8
15729
 
Author: Ryan Lortie <desrt@desrt.ca>
15730
 
Date:   Mon Oct 28 20:48:53 2013 -0700
 
18039
Author:     Ryan Lortie <desrt@desrt.ca>
 
18040
AuthorDate: Mon Oct 28 20:48:53 2013 -0700
 
18041
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18042
CommitDate: Mon Oct 28 20:50:01 2013 -0700
15731
18043
 
15732
18044
    GSettingsSchemaSource: fix parameter name in header
15733
18045
 
15740
18052
 2 files changed, 10 insertions(+), 11 deletions(-)
15741
18053
 
15742
18054
commit abb9a746f4cc2c67a1dd96fa35e8d20bebe81c4f
15743
 
Author: Ryan Lortie <desrt@desrt.ca>
15744
 
Date:   Mon Oct 28 14:49:14 2013 -0700
 
18055
Author:     Ryan Lortie <desrt@desrt.ca>
 
18056
AuthorDate: Mon Oct 28 14:49:14 2013 -0700
 
18057
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18058
CommitDate: Mon Oct 28 18:11:46 2013 -0700
15745
18059
 
15746
18060
    exporter: give error on Describe of missing action
15747
18061
 
15756
18070
 1 file changed, 1 insertion(+), 1 deletion(-)
15757
18071
 
15758
18072
commit e275b8bc6c48aa7c894cb4f53bd1ee95850eb801
15759
 
Author: Ryan Lortie <desrt@desrt.ca>
15760
 
Date:   Mon Oct 28 14:49:14 2013 -0700
 
18073
Author:     Ryan Lortie <desrt@desrt.ca>
 
18074
AuthorDate: Mon Oct 28 14:49:14 2013 -0700
 
18075
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18076
CommitDate: Mon Oct 28 18:08:21 2013 -0700
15761
18077
 
15762
18078
    exporter: give error on Describe of missing action
15763
18079
 
15772
18088
 1 file changed, 8 insertions(+)
15773
18089
 
15774
18090
commit 83869120bba2aa745a1b23fb415ab0eddd6f9327
15775
 
Author: Ryan Lortie <desrt@desrt.ca>
15776
 
Date:   Mon Oct 28 14:59:26 2013 -0700
 
18091
Author:     Ryan Lortie <desrt@desrt.ca>
 
18092
AuthorDate: Mon Oct 28 14:59:26 2013 -0700
 
18093
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18094
CommitDate: Mon Oct 28 18:08:16 2013 -0700
15777
18095
 
15778
18096
    GSimpleAction: don't allow changing state type
15779
18097
 
15791
18109
 1 file changed, 16 insertions(+), 2 deletions(-)
15792
18110
 
15793
18111
commit 908d7d6d6abb53a00e20bab70df7099ecd66890b
15794
 
Author: Ryan Lortie <desrt@desrt.ca>
15795
 
Date:   Mon Oct 28 15:30:25 2013 -0700
 
18112
Author:     Ryan Lortie <desrt@desrt.ca>
 
18113
AuthorDate: Mon Oct 28 15:30:25 2013 -0700
 
18114
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18115
CommitDate: Mon Oct 28 15:30:25 2013 -0700
15796
18116
 
15797
18117
    glib-compile-schemas: ignore qualified tags/attrs
15798
18118
 
15809
18129
 1 file changed, 2 insertions(+), 1 deletion(-)
15810
18130
 
15811
18131
commit 9933a9f90477bf960f7f9c357253d1e4c78e5db5
15812
 
Author: Ryan Lortie <desrt@desrt.ca>
15813
 
Date:   Mon Oct 28 15:27:29 2013 -0700
 
18132
Author:     Ryan Lortie <desrt@desrt.ca>
 
18133
AuthorDate: Mon Oct 28 15:27:29 2013 -0700
 
18134
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18135
CommitDate: Mon Oct 28 15:28:51 2013 -0700
15814
18136
 
15815
18137
    GDBus: ignore qualified XML tags and attributes
15816
18138
 
15827
18149
 1 file changed, 1 insertion(+), 1 deletion(-)
15828
18150
 
15829
18151
commit 1bc98830c5a3ffe5a43e5e05730064cb149f25bd
15830
 
Author: Ryan Lortie <desrt@desrt.ca>
15831
 
Date:   Mon Oct 28 14:11:05 2013 -0700
 
18152
Author:     Ryan Lortie <desrt@desrt.ca>
 
18153
AuthorDate: Mon Oct 28 14:11:05 2013 -0700
 
18154
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18155
CommitDate: Mon Oct 28 15:24:58 2013 -0700
15832
18156
 
15833
18157
    tests: add a ignore-qualified markup-collect case
15834
18158
 
15841
18165
 1 file changed, 4 insertions(+), 1 deletion(-)
15842
18166
 
15843
18167
commit 474d91566a7db52ee1776933ea5c4b6276b1280a
15844
 
Author: Ryan Lortie <desrt@desrt.ca>
15845
 
Date:   Mon Oct 28 14:05:51 2013 -0700
 
18168
Author:     Ryan Lortie <desrt@desrt.ca>
 
18169
AuthorDate: Mon Oct 28 14:05:51 2013 -0700
 
18170
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18171
CommitDate: Mon Oct 28 15:24:58 2013 -0700
15846
18172
 
15847
18173
    GMarkup: add G_MARKUP_IGNORE_QUALIFIED
15848
18174
 
15860
18186
 2 files changed, 37 insertions(+), 6 deletions(-)
15861
18187
 
15862
18188
commit cbccbaeacfbde66f4b611b37752b0d96e77ca91e
15863
 
Author: Ryan Lortie <desrt@desrt.ca>
15864
 
Date:   Mon Oct 28 13:56:26 2013 -0700
 
18189
Author:     Ryan Lortie <desrt@desrt.ca>
 
18190
AuthorDate: Mon Oct 28 13:56:26 2013 -0700
 
18191
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18192
CommitDate: Mon Oct 28 15:24:58 2013 -0700
15865
18193
 
15866
18194
    GMarkup: share some common code for closing tags
15867
18195
 
15887
18215
 3 files changed, 50 insertions(+), 65 deletions(-)
15888
18216
 
15889
18217
commit 44f13124c9d6d66760bd800d7d1ce68dc53ad5f2
15890
 
Author: Stef Walter <stefw@gnome.org>
15891
 
Date:   Mon Oct 28 10:12:29 2013 +0100
 
18218
Author:     Stef Walter <stefw@gnome.org>
 
18219
AuthorDate: Mon Oct 28 10:12:29 2013 +0100
 
18220
Commit:     Stef Walter <stefw@gnome.org>
 
18221
CommitDate: Mon Oct 28 21:31:34 2013 +0100
15892
18222
 
15893
18223
    test: g_debug messages shouldn't affect g_assert_expected_messages
15894
18224
 
15906
18236
 2 files changed, 23 insertions(+), 3 deletions(-)
15907
18237
 
15908
18238
commit 0d89d38cac5dddeade2c3bd21a27b6d8de997fa0
15909
 
Author: Ryan Lortie <desrt@desrt.ca>
15910
 
Date:   Mon Oct 28 12:10:13 2013 -0700
 
18239
Author:     Ryan Lortie <desrt@desrt.ca>
 
18240
AuthorDate: Mon Oct 28 12:10:13 2013 -0700
 
18241
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18242
CommitDate: Mon Oct 28 12:10:13 2013 -0700
15911
18243
 
15912
18244
    GSettings: fix for loop in 'extends' functionality
15913
18245
 
15917
18249
 1 file changed, 2 insertions(+), 2 deletions(-)
15918
18250
 
15919
18251
commit b30486985bfceeed206fb285b8377596e374602e
15920
 
Author: Ryan Lortie <desrt@desrt.ca>
15921
 
Date:   Mon Oct 28 10:54:08 2013 -0700
 
18252
Author:     Ryan Lortie <desrt@desrt.ca>
 
18253
AuthorDate: Mon Oct 28 10:54:08 2013 -0700
 
18254
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18255
CommitDate: Mon Oct 28 11:49:10 2013 -0700
15922
18256
 
15923
18257
    gsettings(1): stop using deprecated APIs
15924
18258
 
15938
18272
 1 file changed, 41 insertions(+), 64 deletions(-)
15939
18273
 
15940
18274
commit a1a4dbf6ff94204dd61ec7944c854261f8a2dc3b
15941
 
Author: Ryan Lortie <desrt@desrt.ca>
15942
 
Date:   Mon Oct 28 10:23:29 2013 -0700
 
18275
Author:     Ryan Lortie <desrt@desrt.ca>
 
18276
AuthorDate: Mon Oct 28 10:23:29 2013 -0700
 
18277
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18278
CommitDate: Mon Oct 28 11:48:32 2013 -0700
15943
18279
 
15944
18280
    gsettings(1): use global variables
15945
18281
 
15956
18292
 1 file changed, 77 insertions(+), 97 deletions(-)
15957
18293
 
15958
18294
commit bcb030a4745d9d88a6150146a37e732a5c7c5d4f
15959
 
Author: Ryan Lortie <desrt@desrt.ca>
15960
 
Date:   Sun Oct 27 17:03:04 2013 -0700
 
18295
Author:     Ryan Lortie <desrt@desrt.ca>
 
18296
AuthorDate: Sun Oct 27 17:03:04 2013 -0700
 
18297
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18298
CommitDate: Mon Oct 28 11:31:48 2013 -0700
15961
18299
 
15962
18300
    GSettingsSchemaKey: add introspection APIs
15963
18301
 
15978
18316
 6 files changed, 208 insertions(+), 112 deletions(-)
15979
18317
 
15980
18318
commit c0865fbaf25b3666808b0c044c972c3dd76d397e
15981
 
Author: Ryan Lortie <desrt@desrt.ca>
15982
 
Date:   Mon Oct 28 10:23:29 2013 -0700
 
18319
Author:     Ryan Lortie <desrt@desrt.ca>
 
18320
AuthorDate: Mon Oct 28 10:23:29 2013 -0700
 
18321
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18322
CommitDate: Mon Oct 28 10:23:29 2013 -0700
15983
18323
 
15984
18324
    bump version
15985
18325
 
15989
18329
 1 file changed, 1 insertion(+), 1 deletion(-)
15990
18330
 
15991
18331
commit bebdfb8e6264f61ffefce3ce297f860909ee2ea3
15992
 
Author: Ryan Lortie <desrt@desrt.ca>
15993
 
Date:   Sun Oct 27 10:34:01 2013 -0700
 
18332
Author:     Ryan Lortie <desrt@desrt.ca>
 
18333
AuthorDate: Sun Oct 27 10:34:01 2013 -0700
 
18334
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18335
CommitDate: Mon Oct 28 10:19:49 2013 -0700
15994
18336
 
15995
18337
    GSettings: add getters for user/default value
15996
18338
 
16008
18350
 3 files changed, 109 insertions(+)
16009
18351
 
16010
18352
commit 2d06dbeef185d25c8f4af2936d371c8ea717331b
16011
 
Author: Ryan Lortie <desrt@desrt.ca>
16012
 
Date:   Sun Oct 27 10:33:08 2013 -0700
 
18353
Author:     Ryan Lortie <desrt@desrt.ca>
 
18354
AuthorDate: Sun Oct 27 10:33:08 2013 -0700
 
18355
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18356
CommitDate: Mon Oct 28 10:19:49 2013 -0700
16013
18357
 
16014
18358
    GSettings: small internal refactor
16015
18359
 
16023
18367
 1 file changed, 13 insertions(+), 8 deletions(-)
16024
18368
 
16025
18369
commit 84a6e651c208971e810d04c1ab08bed6a5f58905
16026
 
Author: Ryan Lortie <desrt@desrt.ca>
16027
 
Date:   Sun Oct 27 09:42:32 2013 -0700
 
18370
Author:     Ryan Lortie <desrt@desrt.ca>
 
18371
AuthorDate: Sun Oct 27 09:42:32 2013 -0700
 
18372
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18373
CommitDate: Mon Oct 28 10:19:49 2013 -0700
16028
18374
 
16029
18375
    GSettingsBackend: add read_user_value() API
16030
18376
 
16053
18399
 4 files changed, 82 insertions(+), 1 deletion(-)
16054
18400
 
16055
18401
commit d567aa51149186e4675e01a5f11afb0360917da0
16056
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
16057
 
Date:   Mon Oct 28 17:07:49 2013 +0000
 
18402
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
18403
AuthorDate: Mon Oct 28 17:07:49 2013 +0000
 
18404
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
18405
CommitDate: Mon Oct 28 17:07:49 2013 +0000
16058
18406
 
16059
18407
    gio: Remove an unused variable from Makefile.am
16060
18408
 
16065
18413
 1 file changed, 1 insertion(+), 1 deletion(-)
16066
18414
 
16067
18415
commit f2c4eb8cbb20424a5e715b7f423d96ba9a30ac7f
16068
 
Author: Emmanuele Bassi <ebassi@gnome.org>
16069
 
Date:   Mon Oct 14 19:41:54 2013 +0100
 
18416
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
18417
AuthorDate: Mon Oct 14 19:41:54 2013 +0100
 
18418
Commit:     Colin Walters <walters@verbum.org>
 
18419
CommitDate: Mon Oct 28 12:47:16 2013 -0400
16070
18420
 
16071
18421
    docs: Mention that generated code should not be kept
16072
18422
 
16079
18429
 1 file changed, 5 insertions(+)
16080
18430
 
16081
18431
commit e547d14b7043836c59166af1d5497cb8f73caff6
16082
 
Author: Emmanuele Bassi <ebassi@gnome.org>
16083
 
Date:   Mon Oct 14 19:40:53 2013 +0100
 
18432
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
18433
AuthorDate: Mon Oct 14 19:40:53 2013 +0100
 
18434
Commit:     Colin Walters <walters@verbum.org>
 
18435
CommitDate: Mon Oct 28 12:47:16 2013 -0400
16084
18436
 
16085
18437
    gdbus-codegen maintains ABI for type structures
16086
18438
 
16093
18445
 1 file changed, 2 insertions(+), 1 deletion(-)
16094
18446
 
16095
18447
commit 1b08980b48df4bcf973d3e308780dfdb3a62e9fa
16096
 
Author: Emmanuele Bassi <ebassi@gnome.org>
16097
 
Date:   Mon Oct 14 19:30:21 2013 +0100
 
18448
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
18449
AuthorDate: Mon Oct 14 19:30:21 2013 +0100
 
18450
Commit:     Colin Walters <walters@verbum.org>
 
18451
CommitDate: Mon Oct 28 12:47:16 2013 -0400
16098
18452
 
16099
18453
    gdbus-codegen: Take into consideration MAX_ALLOWED for private data
16100
18454
 
16117
18471
 3 files changed, 32 insertions(+), 4 deletions(-)
16118
18472
 
16119
18473
commit 066df98849e890761a39361a4f5267ae3faa12b0
16120
 
Author: Ryan Lortie <desrt@desrt.ca>
16121
 
Date:   Mon Oct 28 09:29:15 2013 -0700
 
18474
Author:     Ryan Lortie <desrt@desrt.ca>
 
18475
AuthorDate: Mon Oct 28 09:29:15 2013 -0700
 
18476
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18477
CommitDate: Mon Oct 28 09:44:05 2013 -0700
16122
18478
 
16123
18479
    g_settings_schema_list: some fixes
16124
18480
 
16140
18496
 1 file changed, 8 insertions(+), 8 deletions(-)
16141
18497
 
16142
18498
commit 5616e03f7a89a7dc83438b82e71d31e6456d2675
16143
 
Author: Matthias Clasen <mclasen@redhat.com>
16144
 
Date:   Mon Oct 28 12:31:31 2013 -0400
 
18499
Author:     Matthias Clasen <mclasen@redhat.com>
 
18500
AuthorDate: Mon Oct 28 12:31:31 2013 -0400
 
18501
Commit:     Matthias Clasen <mclasen@redhat.com>
 
18502
CommitDate: Mon Oct 28 12:32:04 2013 -0400
16145
18503
 
16146
18504
    Fix handling of icons in GNotification
16147
18505
 
16152
18510
 1 file changed, 1 insertion(+), 1 deletion(-)
16153
18511
 
16154
18512
commit 65af7c47fff4ab04f26d6c8e33c6a01e19139613
16155
 
Author: Stef Walter <stefw@gnome.org>
16156
 
Date:   Wed Nov 28 22:01:21 2012 +0100
 
18513
Author:     Stef Walter <stefw@gnome.org>
 
18514
AuthorDate: Wed Nov 28 22:01:21 2012 +0100
 
18515
Commit:     Stef Walter <stefw@gnome.org>
 
18516
CommitDate: Mon Oct 28 09:36:26 2013 +0100
16157
18517
 
16158
18518
    Add a request_certificate virtual method to GTlsInteraction
16159
18519
 
16174
18534
 6 files changed, 867 insertions(+), 101 deletions(-)
16175
18535
 
16176
18536
commit 1fba61981a80c7a536113ba55f5a6acee8cd230c
16177
 
Author: Matthew Barnes <mbarnes@redhat.com>
16178
 
Date:   Sun Oct 27 17:26:33 2013 -0700
 
18537
Author:     Matthew Barnes <mbarnes@redhat.com>
 
18538
AuthorDate: Sun Oct 27 17:26:33 2013 -0700
 
18539
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18540
CommitDate: Sun Oct 27 17:27:44 2013 -0700
16179
18541
 
16180
18542
    GKeyFileSettingsBackend: ignore file deletions
16181
18543
 
16190
18552
 1 file changed, 3 insertions(+), 1 deletion(-)
16191
18553
 
16192
18554
commit ef57996f44d57a3c6f7abda5a447ca8baf9dfbea
16193
 
Author: Christian Persch <chpe@gnome.org>
16194
 
Date:   Sun Oct 27 17:22:38 2013 -0700
 
18555
Author:     Christian Persch <chpe@gnome.org>
 
18556
AuthorDate: Sun Oct 27 17:22:38 2013 -0700
 
18557
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18558
CommitDate: Sun Oct 27 17:23:17 2013 -0700
16195
18559
 
16196
18560
    Add test for extended schemas
16197
18561
 
16205
18569
 2 files changed, 32 insertions(+)
16206
18570
 
16207
18571
commit cbf8cf8598e527a0d3b895cbfedef6b728ab8b82
16208
 
Author: Ryan Lortie <desrt@desrt.ca>
16209
 
Date:   Sun Oct 27 17:18:10 2013 -0700
 
18572
Author:     Ryan Lortie <desrt@desrt.ca>
 
18573
AuthorDate: Sun Oct 27 17:18:10 2013 -0700
 
18574
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18575
CommitDate: Sun Oct 27 17:18:10 2013 -0700
16210
18576
 
16211
18577
    GSettings: properly support 'extends'
16212
18578
 
16233
18599
 1 file changed, 96 insertions(+), 56 deletions(-)
16234
18600
 
16235
18601
commit 3041d0a8dbc9b82d15291061814c4160a5d400ab
16236
 
Author: Ross Lagerwall <rosslagerwall@gmail.com>
16237
 
Date:   Fri Oct 25 10:05:02 2013 +0200
 
18602
Author:     Ross Lagerwall <rosslagerwall@gmail.com>
 
18603
AuthorDate: Fri Oct 25 10:05:02 2013 +0200
 
18604
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18605
CommitDate: Sun Oct 27 17:15:38 2013 -0700
16238
18606
 
16239
18607
    gio: Fix typo in documentation
16240
18608
 
16244
18612
 1 file changed, 1 insertion(+), 1 deletion(-)
16245
18613
 
16246
18614
commit 6f386341bd0b03012c3f379d75d78755ef8cc7b6
16247
 
Author: Ryan Lortie <desrt@desrt.ca>
16248
 
Date:   Sat Oct 26 19:12:46 2013 -0700
 
18615
Author:     Ryan Lortie <desrt@desrt.ca>
 
18616
AuthorDate: Sat Oct 26 19:12:46 2013 -0700
 
18617
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18618
CommitDate: Sun Oct 27 17:12:57 2013 -0700
16249
18619
 
16250
18620
    Add g_settings_schema_source_list_schemas()
16251
18621
 
16266
18636
 4 files changed, 103 insertions(+), 80 deletions(-)
16267
18637
 
16268
18638
commit 13067362d2539f47624e4fb38589bf5281dd3276
16269
 
Author: Colin Walters <walters@verbum.org>
16270
 
Date:   Sun Oct 27 10:34:08 2013 -0400
 
18639
Author:     Colin Walters <walters@verbum.org>
 
18640
AuthorDate: Sun Oct 27 10:34:08 2013 -0400
 
18641
Commit:     Colin Walters <walters@verbum.org>
 
18642
CommitDate: Sun Oct 27 16:02:36 2013 -0400
16271
18643
 
16272
18644
    gsubprocess: Add documentation about default input directions
16273
18645
 
16275
18647
 1 file changed, 5 insertions(+), 1 deletion(-)
16276
18648
 
16277
18649
commit 6bb9d17e40deb230ab14f369304b8feca02230c0
16278
 
Author: Colin Walters <walters@verbum.org>
16279
 
Date:   Sun Oct 27 10:21:13 2013 -0400
 
18650
Author:     Colin Walters <walters@verbum.org>
 
18651
AuthorDate: Sun Oct 27 10:21:13 2013 -0400
 
18652
Commit:     Colin Walters <walters@verbum.org>
 
18653
CommitDate: Sun Oct 27 16:02:36 2013 -0400
16280
18654
 
16281
18655
    gsubprocess: Fall back to plain F_DUPFD+fcntl for OS X <= Snow Lion
16282
18656
 
16288
18662
 1 file changed, 29 insertions(+), 3 deletions(-)
16289
18663
 
16290
18664
commit 00b35c78f861b2413fdb0bcba7d12249e52b0374
16291
 
Author: Ryan Lortie <desrt@desrt.ca>
16292
 
Date:   Sat Oct 26 18:58:06 2013 -0400
 
18665
Author:     Ryan Lortie <desrt@desrt.ca>
 
18666
AuthorDate: Sat Oct 26 18:58:06 2013 -0400
 
18667
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18668
CommitDate: Sun Oct 27 10:42:55 2013 -0700
16293
18669
 
16294
18670
    Add a testcase for summary/description
16295
18671
 
16301
18677
 2 files changed, 56 insertions(+)
16302
18678
 
16303
18679
commit 96a053e025f4b5a7286844df3d691ebb508953ab
16304
 
Author: Ryan Lortie <desrt@desrt.ca>
16305
 
Date:   Sat Oct 26 18:57:55 2013 -0400
 
18680
Author:     Ryan Lortie <desrt@desrt.ca>
 
18681
AuthorDate: Sat Oct 26 18:57:55 2013 -0400
 
18682
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18683
CommitDate: Sun Oct 27 10:42:55 2013 -0700
16306
18684
 
16307
18685
    Add g_settings_schema_key_get_summary/description
16308
18686
 
16332
18710
 3 files changed, 364 insertions(+)
16333
18711
 
16334
18712
commit 84fa07aeb1e3e41deac3508231712967366abfbd
16335
 
Author: Ryan Lortie <desrt@desrt.ca>
16336
 
Date:   Sat Oct 26 18:57:24 2013 -0400
 
18713
Author:     Ryan Lortie <desrt@desrt.ca>
 
18714
AuthorDate: Sat Oct 26 18:57:24 2013 -0400
 
18715
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18716
CommitDate: Sun Oct 27 10:42:50 2013 -0700
16337
18717
 
16338
18718
    Make GSettingsSchemaKey public
16339
18719
 
16354
18734
 4 files changed, 97 insertions(+), 2 deletions(-)
16355
18735
 
16356
18736
commit 0ef43ba743d0b3d1f8c13cd7fc8e3abab5609c49
16357
 
Author: Ryan Lortie <desrt@desrt.ca>
16358
 
Date:   Sat Oct 26 18:50:39 2013 -0400
 
18737
Author:     Ryan Lortie <desrt@desrt.ca>
 
18738
AuthorDate: Sat Oct 26 18:50:39 2013 -0400
 
18739
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18740
CommitDate: Sun Oct 27 09:32:10 2013 -0700
16359
18741
 
16360
18742
    GSettingsSchema: store a backref to the source
16361
18743
 
16369
18751
 1 file changed, 3 insertions(+)
16370
18752
 
16371
18753
commit e462eda3d5c86349bd5daa7db687e582001390d7
16372
 
Author: Ryan Lortie <desrt@desrt.ca>
16373
 
Date:   Sat Oct 26 18:49:58 2013 -0400
 
18754
Author:     Ryan Lortie <desrt@desrt.ca>
 
18755
AuthorDate: Sat Oct 26 18:49:58 2013 -0400
 
18756
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18757
CommitDate: Sun Oct 27 09:32:10 2013 -0700
16374
18758
 
16375
18759
    Clean up GSettingsSchema logic
16376
18760
 
16388
18772
 1 file changed, 20 insertions(+), 35 deletions(-)
16389
18773
 
16390
18774
commit ba3103763d1405c9dfd0f14c435aef307dfb92f6
16391
 
Author: Ryan Lortie <desrt@desrt.ca>
16392
 
Date:   Sun Oct 27 09:24:40 2013 -0700
 
18775
Author:     Ryan Lortie <desrt@desrt.ca>
 
18776
AuthorDate: Sun Oct 27 09:24:40 2013 -0700
 
18777
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18778
CommitDate: Sun Oct 27 09:26:56 2013 -0700
16393
18779
 
16394
18780
    tests: test g_hash_table_get_keys_as_array()
16395
18781
 
16399
18785
 1 file changed, 28 insertions(+)
16400
18786
 
16401
18787
commit 288076770264c7b34d57c985d827c3a3d2710209
16402
 
Author: Ryan Lortie <desrt@desrt.ca>
16403
 
Date:   Sat Oct 26 18:48:42 2013 -0700
 
18788
Author:     Ryan Lortie <desrt@desrt.ca>
 
18789
AuthorDate: Sat Oct 26 18:48:42 2013 -0700
 
18790
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18791
CommitDate: Sun Oct 27 09:26:53 2013 -0700
16404
18792
 
16405
18793
    Add g_hash_table_get_keys_as_array()
16406
18794
 
16419
18807
 3 files changed, 50 insertions(+)
16420
18808
 
16421
18809
commit 415c6d2e2742946606c4db5b1157a946767afdb7
16422
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
16423
 
Date:   Fri Oct 25 18:02:16 2013 +0200
 
18810
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
18811
AuthorDate: Fri Oct 25 18:02:16 2013 +0200
 
18812
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
18813
CommitDate: Sat Oct 26 14:55:18 2013 +0200
16424
18814
 
16425
18815
    gapplication: don't emit warnings for DBus calls
16426
18816
 
16434
18824
 1 file changed, 16 insertions(+)
16435
18825
 
16436
18826
commit 3e48e3be40ffb38067dc8cce4e5830cdd9c08aa5
16437
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
16438
 
Date:   Fri Oct 25 18:01:51 2013 +0200
 
18827
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
18828
AuthorDate: Fri Oct 25 18:01:51 2013 +0200
 
18829
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
18830
CommitDate: Sat Oct 26 14:55:18 2013 +0200
16439
18831
 
16440
18832
    gapplication: fix memory leak
16441
18833
 
16448
18840
 1 file changed, 8 insertions(+), 2 deletions(-)
16449
18841
 
16450
18842
commit 0e1924a66c642d4aa4a30b97cff509903f972435
16451
 
Author: Ryan Lortie <desrt@desrt.ca>
16452
 
Date:   Fri Oct 25 12:22:42 2013 -0400
 
18843
Author:     Ryan Lortie <desrt@desrt.ca>
 
18844
AuthorDate: Fri Oct 25 12:22:42 2013 -0400
 
18845
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18846
CommitDate: Fri Oct 25 18:17:35 2013 -0400
16453
18847
 
16454
18848
    win32: use real random data for seed on win32
16455
18849
 
16461
18855
 1 file changed, 11 insertions(+), 10 deletions(-)
16462
18856
 
16463
18857
commit 2bf492e97dd2f90c730ff5eecbde99c8f55265ee
16464
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
16465
 
Date:   Fri Oct 25 12:44:48 2013 +0530
 
18858
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
18859
AuthorDate: Fri Oct 25 12:44:48 2013 +0530
 
18860
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
18861
CommitDate: Fri Oct 25 12:44:48 2013 +0530
16466
18862
 
16467
18863
    Assamese translation updated
16468
18864
 
16471
18867
 1 file changed, 184 insertions(+), 161 deletions(-)
16472
18868
 
16473
18869
commit 8973a8bea710c085e6e357d5bf869000f91a1dc9
16474
 
Author: Ryan Lortie <desrt@desrt.ca>
16475
 
Date:   Wed Oct 23 15:09:07 2013 -0400
 
18870
Author:     Ryan Lortie <desrt@desrt.ca>
 
18871
AuthorDate: Wed Oct 23 15:09:07 2013 -0400
 
18872
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18873
CommitDate: Thu Oct 24 15:31:45 2013 -0400
16476
18874
 
16477
18875
    GLib 2.39.0
16478
18876
 
16481
18879
 1 file changed, 213 insertions(+)
16482
18880
 
16483
18881
commit e52ff015522db55d5ec71cd9afa55863247bb74f
16484
 
Author: Ryan Lortie <desrt@desrt.ca>
16485
 
Date:   Thu Oct 24 14:24:04 2013 -0400
 
18882
Author:     Ryan Lortie <desrt@desrt.ca>
 
18883
AuthorDate: Thu Oct 24 14:24:04 2013 -0400
 
18884
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18885
CommitDate: Thu Oct 24 15:31:45 2013 -0400
16486
18886
 
16487
18887
    docs: dist manpage gapplication.xml
16488
18888
 
16490
18890
 1 file changed, 1 insertion(+)
16491
18891
 
16492
18892
commit fcd2f7e63923853e113500e48005d269291cf391
16493
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
16494
 
Date:   Thu Oct 24 12:09:27 2013 +0100
 
18893
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
18894
AuthorDate: Thu Oct 24 12:09:27 2013 +0100
 
18895
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18896
CommitDate: Thu Oct 24 13:55:33 2013 -0400
16495
18897
 
16496
18898
    tests: Add tests for the thumbnail verification code in GIO
16497
18899
 
16533
18935
 14 files changed, 141 insertions(+)
16534
18936
 
16535
18937
commit ed6ca39d3bb3e23c332a5de2b2efbde0d8db21f0
16536
 
Author: Colin Walters <walters@verbum.org>
16537
 
Date:   Thu Oct 17 16:57:10 2013 -0400
 
18938
Author:     Colin Walters <walters@verbum.org>
 
18939
AuthorDate: Thu Oct 17 16:57:10 2013 -0400
 
18940
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18941
CommitDate: Thu Oct 24 09:53:55 2013 -0400
16538
18942
 
16539
18943
    Revert "Use g_return_val_if_fail() for developer-only messages"
16540
18944
 
16548
18952
 2 files changed, 74 insertions(+), 9 deletions(-)
16549
18953
 
16550
18954
commit d5e2a57741ec13196360b073a04f7929ebdb642e
16551
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
16552
 
Date:   Thu Aug 29 01:05:29 2013 +0900
 
18955
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
18956
AuthorDate: Thu Aug 29 01:05:29 2013 +0900
 
18957
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18958
CommitDate: Thu Oct 24 09:53:55 2013 -0400
16553
18959
 
16554
18960
    gsettings-tool: Add --version into general usage
16555
18961
 
16559
18965
 1 file changed, 1 insertion(+)
16560
18966
 
16561
18967
commit 6568843624e9f46a3c51cd8c1a6670896a48f1fb
16562
 
Author: Ryan Lortie <desrt@desrt.ca>
16563
 
Date:   Wed Oct 23 16:42:12 2013 -0400
 
18968
Author:     Ryan Lortie <desrt@desrt.ca>
 
18969
AuthorDate: Wed Oct 23 16:42:12 2013 -0400
 
18970
Commit:     Ryan Lortie <desrt@desrt.ca>
 
18971
CommitDate: Thu Oct 24 09:53:55 2013 -0400
16564
18972
 
16565
18973
    GSettings: verify path validity on constructors
16566
18974
 
16572
18980
 1 file changed, 25 insertions(+), 2 deletions(-)
16573
18981
 
16574
18982
commit 0a7d1084a5917815eef34cf9a0bc2d140fcaa190
16575
 
Author: Olivier Brunel <jjk@jjacky.com>
16576
 
Date:   Tue Oct 8 16:11:44 2013 +0200
 
18983
Author:     Olivier Brunel <jjk@jjacky.com>
 
18984
AuthorDate: Tue Oct 8 16:11:44 2013 +0200
 
18985
Commit:     Matthias Clasen <mclasen@redhat.com>
 
18986
CommitDate: Thu Oct 24 08:09:48 2013 -0400
16577
18987
 
16578
18988
    gthemedicon: Fallback to non-symbolic icons
16579
18989
 
16593
19003
 1 file changed, 7 insertions(+), 4 deletions(-)
16594
19004
 
16595
19005
commit 1e1e2d1ff7debb3941a8841c4ec501dbd6edd1fd
16596
 
Author: Colin Walters <walters@verbum.org>
16597
 
Date:   Wed Oct 23 16:41:09 2013 -0400
 
19006
Author:     Colin Walters <walters@verbum.org>
 
19007
AuthorDate: Wed Oct 23 16:41:09 2013 -0400
 
19008
Commit:     Colin Walters <walters@verbum.org>
 
19009
CommitDate: Wed Oct 23 16:41:09 2013 -0400
16598
19010
 
16599
19011
    grand: Document this is not for cryptographic purposes
16600
19012
 
16607
19019
 1 file changed, 16 insertions(+), 4 deletions(-)
16608
19020
 
16609
19021
commit 856d90156942d340513942126c2536339e00d04a
16610
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
16611
 
Date:   Wed Oct 23 15:45:15 2013 +0100
 
19022
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
19023
AuthorDate: Wed Oct 23 15:45:15 2013 +0100
 
19024
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
19025
CommitDate: Wed Oct 23 20:55:00 2013 +0100
16612
19026
 
16613
19027
    gdbus: Ensure message matching always succeeds against
16614
19028
    path_namespace='/'
16625
19039
 1 file changed, 11 insertions(+), 2 deletions(-)
16626
19040
 
16627
19041
commit a4bcd3e65aa580fb23bca6e1b09f62dff5837237
16628
 
Author: Ryan Lortie <desrt@desrt.ca>
16629
 
Date:   Wed Oct 23 14:17:48 2013 -0400
 
19042
Author:     Ryan Lortie <desrt@desrt.ca>
 
19043
AuthorDate: Wed Oct 23 14:17:48 2013 -0400
 
19044
Commit:     Dan Winship <danw@gnome.org>
 
19045
CommitDate: Wed Oct 23 15:28:06 2013 -0400
16630
19046
 
16631
19047
    gtester: only remove source if not already dead
16632
19048
 
16640
19056
 1 file changed, 3 insertions(+), 1 deletion(-)
16641
19057
 
16642
19058
commit f7beb90193236c1863fb62eaad607615f5695431
16643
 
Author: Ryan Lortie <desrt@desrt.ca>
16644
 
Date:   Wed Oct 23 11:10:00 2013 -0400
 
19059
Author:     Ryan Lortie <desrt@desrt.ca>
 
19060
AuthorDate: Wed Oct 23 11:10:00 2013 -0400
 
19061
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19062
CommitDate: Wed Oct 23 12:00:44 2013 -0400
16645
19063
 
16646
19064
    tests: expect critical on failure to remove source
16647
19065
 
16656
19074
 1 file changed, 4 insertions(+)
16657
19075
 
16658
19076
commit b9de6f04890eecb1dc9c3b70efbcde35008ba182
16659
 
Author: Ryan Lortie <desrt@desrt.ca>
16660
 
Date:   Wed Oct 23 11:04:01 2013 -0400
 
19077
Author:     Ryan Lortie <desrt@desrt.ca>
 
19078
AuthorDate: Wed Oct 23 11:04:01 2013 -0400
 
19079
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19080
CommitDate: Wed Oct 23 12:00:44 2013 -0400
16661
19081
 
16662
19082
    gmain: test g_source_remove() with invalid ID
16663
19083
 
16669
19089
 1 file changed, 9 insertions(+)
16670
19090
 
16671
19091
commit a919be3d39150328874ff647fb2c2be7af3df996
16672
 
Author: Bastien Nocera <hadess@hadess.net>
16673
 
Date:   Wed Oct 23 15:38:58 2013 +0200
 
19092
Author:     Bastien Nocera <hadess@hadess.net>
 
19093
AuthorDate: Wed Oct 23 15:38:58 2013 +0200
 
19094
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19095
CommitDate: Wed Oct 23 12:00:43 2013 -0400
16674
19096
 
16675
19097
    gmain: Warn when g_source_remove() fails
16676
19098
 
16688
19110
 1 file changed, 14 insertions(+), 9 deletions(-)
16689
19111
 
16690
19112
commit fe7069749fe39a006985ec266260a3c02ee8c855
16691
 
Author: Ryan Lortie <desrt@desrt.ca>
16692
 
Date:   Fri Oct 11 11:22:31 2013 +0100
 
19113
Author:     Ryan Lortie <desrt@desrt.ca>
 
19114
AuthorDate: Fri Oct 11 11:22:31 2013 +0100
 
19115
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19116
CommitDate: Wed Oct 23 11:56:28 2013 -0400
16693
19117
 
16694
19118
    file-info: Add a G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID attribute
16695
19119
 
16728
19152
 10 files changed, 335 insertions(+), 11 deletions(-)
16729
19153
 
16730
19154
commit 38dc8d4cd302082c4e308d0b7032160c98736244
16731
 
Author: Ryan Lortie <desrt@desrt.ca>
16732
 
Date:   Tue Oct 22 15:51:15 2013 -0400
 
19155
Author:     Ryan Lortie <desrt@desrt.ca>
 
19156
AuthorDate: Tue Oct 22 15:51:15 2013 -0400
 
19157
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19158
CommitDate: Wed Oct 23 11:32:13 2013 -0400
16733
19159
 
16734
19160
    GMemoryOutputStream: docs and whitespace fixes
16735
19161
 
16743
19169
 1 file changed, 64 insertions(+), 34 deletions(-)
16744
19170
 
16745
19171
commit 1d1c17d9ee69ece6c28da0544d12a29b1c3e4dc9
16746
 
Author: Ryan Lortie <desrt@desrt.ca>
16747
 
Date:   Tue Oct 22 16:15:29 2013 -0400
 
19172
Author:     Ryan Lortie <desrt@desrt.ca>
 
19173
AuthorDate: Tue Oct 22 16:15:29 2013 -0400
 
19174
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19175
CommitDate: Wed Oct 23 11:32:13 2013 -0400
16748
19176
 
16749
19177
    GMemoryOutputStream: improve seek tests
16750
19178
 
16758
19186
 1 file changed, 94 insertions(+), 3 deletions(-)
16759
19187
 
16760
19188
commit fdc5cd8d9fcf9ac8c0ebe27cf6cd3c8648690a8b
16761
 
Author: Ryan Lortie <desrt@desrt.ca>
16762
 
Date:   Wed Oct 23 11:25:56 2013 -0400
 
19189
Author:     Ryan Lortie <desrt@desrt.ca>
 
19190
AuthorDate: Wed Oct 23 11:25:56 2013 -0400
 
19191
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19192
CommitDate: Wed Oct 23 11:31:27 2013 -0400
16763
19193
 
16764
19194
    Change semantics of seek on memory output stream
16765
19195
 
16802
19232
 3 files changed, 18 insertions(+), 5 deletions(-)
16803
19233
 
16804
19234
commit 38ef509cf3558bffb326f7c6d511bcd77e98981b
16805
 
Author: Ryan Lortie <desrt@desrt.ca>
16806
 
Date:   Tue Oct 22 15:01:16 2013 -0400
 
19235
Author:     Ryan Lortie <desrt@desrt.ca>
 
19236
AuthorDate: Tue Oct 22 15:01:16 2013 -0400
 
19237
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19238
CommitDate: Wed Oct 23 11:19:27 2013 -0400
16807
19239
 
16808
19240
    GSeekable: document seek-past-end semantics
16809
19241
 
16821
19253
 1 file changed, 26 insertions(+), 6 deletions(-)
16822
19254
 
16823
19255
commit 3b28df1e008101341504f82c8e65f3109aca10cc
16824
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
16825
 
Date:   Wed Oct 23 15:07:46 2013 +0100
 
19256
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
19257
AuthorDate: Wed Oct 23 15:07:46 2013 +0100
 
19258
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
19259
CommitDate: Wed Oct 23 15:36:23 2013 +0100
16826
19260
 
16827
19261
    gdbus: Work around a D-Bus bug with path_namespace='/' match rules
16828
19262
 
16847
19281
 1 file changed, 17 insertions(+), 5 deletions(-)
16848
19282
 
16849
19283
commit 5a3fd63246d2cf7d4d8e2e559320ea0e3658beee
16850
 
Author: Bastien Nocera <hadess@hadess.net>
16851
 
Date:   Fri Oct 18 14:37:31 2013 +0200
 
19284
Author:     Bastien Nocera <hadess@hadess.net>
 
19285
AuthorDate: Fri Oct 18 14:37:31 2013 +0200
 
19286
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19287
CommitDate: Wed Oct 23 00:22:21 2013 -0400
16852
19288
 
16853
19289
    g_file_error_from_errno: Remove unneeded breaks
16854
19290
 
16860
19296
 1 file changed, 25 deletions(-)
16861
19297
 
16862
19298
commit 1b592524ff461c8905b43f4fe04ae3bc47d61592
16863
 
Author: Ryan Lortie <desrt@desrt.ca>
16864
 
Date:   Tue Oct 22 16:24:41 2013 -0400
 
19299
Author:     Ryan Lortie <desrt@desrt.ca>
 
19300
AuthorDate: Tue Oct 22 16:24:41 2013 -0400
 
19301
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19302
CommitDate: Tue Oct 22 16:24:41 2013 -0400
16865
19303
 
16866
19304
    GKeyfile: don't leak on failed get_(u)int64
16867
19305
 
16876
19314
 1 file changed, 2 insertions(+)
16877
19315
 
16878
19316
commit efecfe0fac83fc305fd5e2c3f377ee70e1c987db
16879
 
Author: Dan Winship <danw@gnome.org>
16880
 
Date:   Sun Oct 20 09:27:11 2013 -0400
 
19317
Author:     Dan Winship <danw@gnome.org>
 
19318
AuthorDate: Sun Oct 20 09:27:11 2013 -0400
 
19319
Commit:     Dan Winship <danw@gnome.org>
 
19320
CommitDate: Tue Oct 22 11:01:15 2013 -0400
16881
19321
 
16882
19322
    gobject: simplify object-in-construction handling
16883
19323
 
16892
19332
 1 file changed, 19 insertions(+), 49 deletions(-)
16893
19333
 
16894
19334
commit 0d62eb467f8fbf7a59454bec3498bcdd3c7889e0
16895
 
Author: Dan Winship <danw@gnome.org>
16896
 
Date:   Mon Apr 29 13:04:11 2013 -0400
 
19335
Author:     Dan Winship <danw@gnome.org>
 
19336
AuthorDate: Mon Apr 29 13:04:11 2013 -0400
 
19337
Commit:     Dan Winship <danw@gnome.org>
 
19338
CommitDate: Tue Oct 22 11:01:15 2013 -0400
16897
19339
 
16898
19340
    gobject: forbid finalization-during-construction
16899
19341
 
16915
19357
 4 files changed, 169 insertions(+), 10 deletions(-)
16916
19358
 
16917
19359
commit a7bd6c47db8330fa0b88201ff4d9abf72fb10ef5
16918
 
Author: Matthias Clasen <mclasen@redhat.com>
16919
 
Date:   Mon Oct 21 18:46:48 2013 -0400
 
19360
Author:     Matthias Clasen <mclasen@redhat.com>
 
19361
AuthorDate: Mon Oct 21 18:46:48 2013 -0400
 
19362
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19363
CommitDate: Mon Oct 21 18:46:48 2013 -0400
16920
19364
 
16921
19365
    Clarify the g_application_withdraw_notification docs
16922
19366
 
16926
19370
 1 file changed, 4 insertions(+)
16927
19371
 
16928
19372
commit 1f0e69f73438fb4f6dfbd7676a0ef4d60e9b529c
16929
 
Author: Ryan Lortie <desrt@desrt.ca>
16930
 
Date:   Mon Oct 21 14:55:52 2013 -0400
 
19373
Author:     Ryan Lortie <desrt@desrt.ca>
 
19374
AuthorDate: Mon Oct 21 14:55:52 2013 -0400
 
19375
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19376
CommitDate: Mon Oct 21 15:24:55 2013 -0400
16931
19377
 
16932
19378
    Don't build gapplication(1) on win32
16933
19379
 
16937
19383
 1 file changed, 2 insertions(+)
16938
19384
 
16939
19385
commit 358588ed2ad70e68df3d4de2837b0f0e2073910f
16940
 
Author: Ryan Lortie <desrt@desrt.ca>
16941
 
Date:   Mon Oct 21 14:55:21 2013 -0400
 
19386
Author:     Ryan Lortie <desrt@desrt.ca>
 
19387
AuthorDate: Mon Oct 21 14:55:21 2013 -0400
 
19388
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19389
CommitDate: Mon Oct 21 15:24:55 2013 -0400
16942
19390
 
16943
19391
    GSubprocess win32 fixups
16944
19392
 
16956
19404
 5 files changed, 64 insertions(+), 11 deletions(-)
16957
19405
 
16958
19406
commit b21c86b6a01453b522c1a428fc5961d3a4204649
16959
 
Author: Colin Walters <walters@verbum.org>
16960
 
Date:   Mon Oct 21 15:05:45 2013 -0400
 
19407
Author:     Colin Walters <walters@verbum.org>
 
19408
AuthorDate: Mon Oct 21 15:05:45 2013 -0400
 
19409
Commit:     Colin Walters <walters@verbum.org>
 
19410
CommitDate: Mon Oct 21 15:05:45 2013 -0400
16961
19411
 
16962
19412
    GNotification: Don't install private headers, avoid duplicated
16963
19413
    prototype
16970
19420
 2 files changed, 2 insertions(+), 4 deletions(-)
16971
19421
 
16972
19422
commit 8dfb0703298bf8f25f3440967fca348ec71e4253
16973
 
Author: Ryan Lortie <desrt@desrt.ca>
16974
 
Date:   Fri Oct 18 20:40:57 2013 -0400
 
19423
Author:     Ryan Lortie <desrt@desrt.ca>
 
19424
AuthorDate: Fri Oct 18 20:40:57 2013 -0400
 
19425
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19426
CommitDate: Mon Oct 21 14:33:06 2013 -0400
16975
19427
 
16976
19428
    Don't g_test_assert_expected_messages for g_error
16977
19429
 
16986
19438
 2 files changed, 11 insertions(+)
16987
19439
 
16988
19440
commit 6957004007fb2a5faf0013e6ec44926d841404b5
16989
 
Author: Ryan Lortie <desrt@desrt.ca>
16990
 
Date:   Mon Oct 21 14:29:44 2013 -0400
 
19441
Author:     Ryan Lortie <desrt@desrt.ca>
 
19442
AuthorDate: Mon Oct 21 14:29:44 2013 -0400
 
19443
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19444
CommitDate: Mon Oct 21 14:30:30 2013 -0400
16991
19445
 
16992
19446
    GNotification: finish documentation
16993
19447
 
17005
19459
 5 files changed, 75 insertions(+), 6 deletions(-)
17006
19460
 
17007
19461
commit 51fac60a92278483892d007323b48dbc375d2645
17008
 
Author: Ryan Lortie <desrt@desrt.ca>
17009
 
Date:   Mon Oct 21 12:54:19 2013 -0400
 
19462
Author:     Ryan Lortie <desrt@desrt.ca>
 
19463
AuthorDate: Mon Oct 21 12:54:19 2013 -0400
 
19464
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19465
CommitDate: Mon Oct 21 14:30:30 2013 -0400
17010
19466
 
17011
19467
    GNotification: some final cleanups
17012
19468
 
17024
19480
 4 files changed, 28 insertions(+), 61 deletions(-)
17025
19481
 
17026
19482
commit 766f5584cea0f78921c9288ba7c1c489e6252dd4
17027
 
Author: Lars Uebernickel <lars@uebernic.de>
17028
 
Date:   Tue Oct 15 12:19:09 2013 -0400
 
19483
Author:     Lars Uebernickel <lars@uebernic.de>
 
19484
AuthorDate: Tue Oct 15 12:19:09 2013 -0400
 
19485
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19486
CommitDate: Mon Oct 21 14:30:26 2013 -0400
17029
19487
 
17030
19488
    Add gtk notification backend
17031
19489
 
17043
19501
 8 files changed, 261 insertions(+), 29 deletions(-)
17044
19502
 
17045
19503
commit 639bd3626b683a0be273462d47e6bc30351a77d1
17046
 
Author: Lars Uebernickel <lars@uebernic.de>
17047
 
Date:   Tue Oct 15 11:21:10 2013 -0400
 
19504
Author:     Lars Uebernickel <lars@uebernic.de>
 
19505
AuthorDate: Tue Oct 15 11:21:10 2013 -0400
 
19506
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19507
CommitDate: Mon Oct 21 14:30:26 2013 -0400
17048
19508
 
17049
19509
    Add GNotification
17050
19510
 
17066
19526
 12 files changed, 1512 insertions(+)
17067
19527
 
17068
19528
commit 1b04954cd0712f6bb1e5f575d015a781fdc2135b
17069
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
17070
 
Date:   Mon Oct 21 15:09:13 2013 +0100
 
19529
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
19530
AuthorDate: Mon Oct 21 15:09:13 2013 +0100
 
19531
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
19532
CommitDate: Mon Oct 21 15:30:47 2013 +0100
17071
19533
 
17072
19534
    gmessages: Clarify new-line behaviour of message functions
17073
19535
 
17080
19542
 2 files changed, 47 insertions(+), 3 deletions(-)
17081
19543
 
17082
19544
commit 0e4d6664471cd3d6157595d868542708323a97f7
17083
 
Author: Djalal Harouni <tixxdz@opendz.org>
17084
 
Date:   Sun Oct 20 14:15:25 2013 +0100
 
19545
Author:     Djalal Harouni <tixxdz@opendz.org>
 
19546
AuthorDate: Sun Oct 20 14:15:25 2013 +0100
 
19547
Commit:     Dan Winship <danw@gnome.org>
 
19548
CommitDate: Sun Oct 20 15:42:45 2013 -0400
17085
19549
 
17086
19550
    glib-init: fix redundant-decls of g_mem_gc_friendly
17087
19551
 
17106
19570
 2 files changed, 1 insertion(+), 1 deletion(-)
17107
19571
 
17108
19572
commit fef69bc65516ad23615aaa0272f4aa2cb5fe30bf
17109
 
Author: Djalal Harouni <tixxdz@opendz.org>
17110
 
Date:   Sun Oct 20 13:42:09 2013 +0100
 
19573
Author:     Djalal Harouni <tixxdz@opendz.org>
 
19574
AuthorDate: Sun Oct 20 13:42:09 2013 +0100
 
19575
Commit:     Dan Winship <danw@gnome.org>
 
19576
CommitDate: Sun Oct 20 15:42:45 2013 -0400
17111
19577
 
17112
19578
    gmem: remove glib-init.h inclusion
17113
19579
 
17123
19589
 1 file changed, 2 deletions(-)
17124
19590
 
17125
19591
commit 58c26d388307b52b6ef2f9e4ea621c7ea582c584
17126
 
Author: Enrico Nicoletto <liverig@gmail.com>
17127
 
Date:   Sat Oct 19 12:39:22 2013 -0300
 
19592
Author:     Enrico Nicoletto <liverig@gmail.com>
 
19593
AuthorDate: Sat Oct 19 12:39:22 2013 -0300
 
19594
Commit:     Enrico Nicoletto <enriconlto@src.gnome.org>
 
19595
CommitDate: Sat Oct 19 12:46:27 2013 -0300
17128
19596
 
17129
19597
    Updated Brazilian Portuguese translation
17130
19598
 
17133
19601
 1 file changed, 448 insertions(+), 276 deletions(-)
17134
19602
 
17135
19603
commit d308ede4912213ab64ca98f47a6710091f3ca27f
17136
 
Author: Djalal Harouni <tixxdz@opendz.org>
17137
 
Date:   Thu Oct 17 02:04:20 2013 +0100
 
19604
Author:     Djalal Harouni <tixxdz@opendz.org>
 
19605
AuthorDate: Thu Oct 17 02:04:20 2013 +0100
 
19606
Commit:     Dan Winship <danw@gnome.org>
 
19607
CommitDate: Sat Oct 19 12:18:55 2013 -0400
17138
19608
 
17139
19609
    gio/gbufferedinputstream: fix redundant-decls of
17140
19610
    g_buffered_input_stream_finalize()
17151
19621
 1 file changed, 2 deletions(-)
17152
19622
 
17153
19623
commit fe4967f9f131554f4f7ed380b3868104711814f7
17154
 
Author: Djalal Harouni <tixxdz@opendz.org>
17155
 
Date:   Thu Oct 17 01:54:11 2013 +0100
 
19624
Author:     Djalal Harouni <tixxdz@opendz.org>
 
19625
AuthorDate: Thu Oct 17 01:54:11 2013 +0100
 
19626
Commit:     Dan Winship <danw@gnome.org>
 
19627
CommitDate: Sat Oct 19 12:18:55 2013 -0400
17156
19628
 
17157
19629
    gutils: fix redundant-decls of g_init_user_config_dir()
17158
19630
 
17168
19640
 1 file changed, 1 deletion(-)
17169
19641
 
17170
19642
commit 97cbfd7901d6d354aa088c6c4a83f53d25780ef6
17171
 
Author: Djalal Harouni <tixxdz@opendz.org>
17172
 
Date:   Thu Oct 17 00:54:44 2013 +0100
 
19643
Author:     Djalal Harouni <tixxdz@opendz.org>
 
19644
AuthorDate: Thu Oct 17 00:54:44 2013 +0100
 
19645
Commit:     Dan Winship <danw@gnome.org>
 
19646
CommitDate: Sat Oct 19 12:18:55 2013 -0400
17173
19647
 
17174
19648
    gconvert: fix redundant-decls of _g_charset_get_aliases()
17175
19649
 
17185
19659
 1 file changed, 3 deletions(-)
17186
19660
 
17187
19661
commit d94d6ecd3f4928d2ea0755841a9f1b381a1c7d99
17188
 
Author: Dan Winship <danw@gnome.org>
17189
 
Date:   Sat Oct 19 11:31:06 2013 -0400
 
19662
Author:     Dan Winship <danw@gnome.org>
 
19663
AuthorDate: Sat Oct 19 11:31:06 2013 -0400
 
19664
Commit:     Dan Winship <danw@gnome.org>
 
19665
CommitDate: Sat Oct 19 11:33:25 2013 -0400
17190
19666
 
17191
19667
    genviron: fix g_setenv(var, NULL) and some other stuff
17192
19668
 
17204
19680
 1 file changed, 8 insertions(+), 18 deletions(-)
17205
19681
 
17206
19682
commit 2907d4cc718658556ff0cf56ffec35b419409abf
17207
 
Author: Jehan <jehan@girinstud.io>
17208
 
Date:   Sat Oct 19 20:59:41 2013 +1300
 
19683
Author:     Jehan <jehan@girinstud.io>
 
19684
AuthorDate: Sat Oct 19 20:59:41 2013 +1300
 
19685
Commit:     Colin Walters <walters@verbum.org>
 
19686
CommitDate: Sat Oct 19 09:09:12 2013 -0400
17209
19687
 
17210
19688
    gconvert: Clarify g_locale_to/from_utf8 docs
17211
19689
 
17218
19696
 1 file changed, 4 insertions(+), 2 deletions(-)
17219
19697
 
17220
19698
commit d55180c73bfaac3930f412ddc3d1a2fd31f678b1
17221
 
Author: Ross Lagerwall <rosslagerwall@gmail.com>
17222
 
Date:   Sat Oct 12 08:13:18 2013 +0200
 
19699
Author:     Ross Lagerwall <rosslagerwall@gmail.com>
 
19700
AuthorDate: Sat Oct 12 08:13:18 2013 +0200
 
19701
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19702
CommitDate: Fri Oct 18 10:32:18 2013 -0400
17223
19703
 
17224
19704
    docs: Remove comment about calling g_type_init()
17225
19705
 
17229
19709
 1 file changed, 6 deletions(-)
17230
19710
 
17231
19711
commit d157e7fdd7085838b3f690b5b20d98b643a3777a
17232
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
17233
 
Date:   Fri Oct 18 19:14:51 2013 +0530
 
19712
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
19713
AuthorDate: Fri Oct 18 19:14:51 2013 +0530
 
19714
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
19715
CommitDate: Fri Oct 18 19:14:51 2013 +0530
17234
19716
 
17235
19717
    Assamese translation updated
17236
19718
 
17239
19721
 1 file changed, 328 insertions(+), 150 deletions(-)
17240
19722
 
17241
19723
commit fd90101f4af4ca7d257d3c071f81a56bcb261c3b
17242
 
Author: Matthias Clasen <mclasen@redhat.com>
17243
 
Date:   Thu Oct 17 21:03:18 2013 -0400
 
19724
Author:     Matthias Clasen <mclasen@redhat.com>
 
19725
AuthorDate: Thu Oct 17 21:03:18 2013 -0400
 
19726
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19727
CommitDate: Thu Oct 17 21:03:18 2013 -0400
17244
19728
 
17245
19729
    Include gapplication(1) in the tools section
17246
19730
 
17248
19732
 1 file changed, 1 insertion(+)
17249
19733
 
17250
19734
commit c848323948b01c69d76ea5e065a12b6e34df4b6b
17251
 
Author: Matthias Clasen <mclasen@redhat.com>
17252
 
Date:   Thu Oct 17 20:55:53 2013 -0400
 
19735
Author:     Matthias Clasen <mclasen@redhat.com>
 
19736
AuthorDate: Thu Oct 17 20:55:53 2013 -0400
 
19737
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19738
CommitDate: Thu Oct 17 20:55:53 2013 -0400
17253
19739
 
17254
19740
    Fix up subprocess docs
17255
19741
 
17262
19748
 3 files changed, 14 insertions(+), 8 deletions(-)
17263
19749
 
17264
19750
commit 71534d9d629a416874dfe82cd64432db53eaf512
17265
 
Author: Matthias Clasen <mclasen@redhat.com>
17266
 
Date:   Thu Oct 17 20:45:32 2013 -0400
 
19751
Author:     Matthias Clasen <mclasen@redhat.com>
 
19752
AuthorDate: Thu Oct 17 20:45:32 2013 -0400
 
19753
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19754
CommitDate: Thu Oct 17 20:45:32 2013 -0400
17267
19755
 
17268
19756
    Fix up gio-sections.txt
17269
19757
 
17271
19759
 1 file changed, 2 insertions(+)
17272
19760
 
17273
19761
commit ea52ce07d8adf3b5bbb3e4f6cc8fe06571006c0d
17274
 
Author: Matthias Clasen <mclasen@redhat.com>
17275
 
Date:   Thu Oct 17 20:38:15 2013 -0400
 
19762
Author:     Matthias Clasen <mclasen@redhat.com>
 
19763
AuthorDate: Thu Oct 17 20:38:15 2013 -0400
 
19764
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19765
CommitDate: Thu Oct 17 20:38:15 2013 -0400
17276
19766
 
17277
19767
    Generate introspected docs for GSimpleProxyResolver
17278
19768
 
17280
19770
 1 file changed, 1 insertion(+)
17281
19771
 
17282
19772
commit 8520c9cdf4180cc7b33779b2d507301c8942b34e
17283
 
Author: Matthias Clasen <mclasen@redhat.com>
17284
 
Date:   Thu Oct 17 20:37:57 2013 -0400
 
19773
Author:     Matthias Clasen <mclasen@redhat.com>
 
19774
AuthorDate: Thu Oct 17 20:37:57 2013 -0400
 
19775
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19776
CommitDate: Thu Oct 17 20:37:57 2013 -0400
17285
19777
 
17286
19778
    Add some missing argument docs
17287
19779
 
17289
19781
 1 file changed, 7 insertions(+)
17290
19782
 
17291
19783
commit 4cae0703f7fb4cb7ed706c1955c6b8978580d34e
17292
 
Author: Matthias Clasen <mclasen@redhat.com>
17293
 
Date:   Thu Oct 17 20:16:13 2013 -0400
 
19784
Author:     Matthias Clasen <mclasen@redhat.com>
 
19785
AuthorDate: Thu Oct 17 20:16:13 2013 -0400
 
19786
Commit:     Matthias Clasen <mclasen@redhat.com>
 
19787
CommitDate: Thu Oct 17 20:16:13 2013 -0400
17294
19788
 
17295
19789
    Add index for 2.40 api additions
17296
19790
 
17298
19792
 1 file changed, 4 insertions(+)
17299
19793
 
17300
19794
commit ebd098155b45d87cbf5ca1d3abdac526a51cc1c2
17301
 
Author: Colin Walters <walters@verbum.org>
17302
 
Date:   Thu Oct 17 22:39:48 2013 +0100
 
19795
Author:     Colin Walters <walters@verbum.org>
 
19796
AuthorDate: Thu Oct 17 22:39:48 2013 +0100
 
19797
Commit:     Colin Walters <walters@verbum.org>
 
19798
CommitDate: Thu Oct 17 22:39:48 2013 +0100
17303
19799
 
17304
19800
    tests/gsubprocess: Locate test child binary for installed tests too
17305
19801
 
17310
19806
 1 file changed, 3 insertions(+), 7 deletions(-)
17311
19807
 
17312
19808
commit f7e2190e74ea217c7cfb132b1c4dc01d13bda203
17313
 
Author: Piotr Drąg <piotrdrag@gmail.com>
17314
 
Date:   Thu Oct 17 21:56:55 2013 +0200
 
19809
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
19810
AuthorDate: Thu Oct 17 21:56:55 2013 +0200
 
19811
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
19812
CommitDate: Thu Oct 17 21:56:55 2013 +0200
17315
19813
 
17316
19814
    Updated POTFILES.in
17317
19815
 
17319
19817
 1 file changed, 2 insertions(+)
17320
19818
 
17321
19819
commit 00f0795a84d23f2e2654a86f8bd3a233c8af3771
17322
 
Author: Ihar Hrachyshka <Ihar_Hrachyshka@epam.com>
17323
 
Date:   Fri Oct 11 23:54:56 2013 +0400
 
19820
Author:     Ihar Hrachyshka <Ihar_Hrachyshka@epam.com>
 
19821
AuthorDate: Fri Oct 11 23:54:56 2013 +0400
 
19822
Commit:     Colin Walters <walters@verbum.org>
 
19823
CommitDate: Thu Oct 17 15:11:51 2013 -0400
17324
19824
 
17325
19825
    Use g_return_val_if_fail() for developer-only messages
17326
19826
 
17337
19837
 2 files changed, 9 insertions(+), 74 deletions(-)
17338
19838
 
17339
19839
commit 542ad4db031273b2ce6416f8909fbff933113ec6
17340
 
Author: Ryan Lortie <desrt@desrt.ca>
17341
 
Date:   Thu Oct 17 15:01:42 2013 -0400
 
19840
Author:     Ryan Lortie <desrt@desrt.ca>
 
19841
AuthorDate: Thu Oct 17 15:01:42 2013 -0400
 
19842
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19843
CommitDate: Thu Oct 17 15:01:42 2013 -0400
17342
19844
 
17343
19845
    Fixup GSubprocess documentation bits
17344
19846
 
17351
19853
 5 files changed, 277 insertions(+), 144 deletions(-)
17352
19854
 
17353
19855
commit 9318d5a4292544f2f7f8f9bc2d805974b3b52c7e
17354
 
Author: Colin Walters <walters@verbum.org>
17355
 
Date:   Tue Oct 15 15:04:54 2013 +0100
 
19856
Author:     Colin Walters <walters@verbum.org>
 
19857
AuthorDate: Tue Oct 15 15:04:54 2013 +0100
 
19858
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19859
CommitDate: Thu Oct 17 14:32:44 2013 -0400
17356
19860
 
17357
19861
    gsubprocess: Add UTF-8 variants of communicate()
17358
19862
 
17375
19879
 3 files changed, 296 insertions(+), 11 deletions(-)
17376
19880
 
17377
19881
commit 0e1a3ee3450d1a091234292fde6109bf3c778bab
17378
 
Author: Colin Walters <walters@verbum.org>
17379
 
Date:   Tue Oct 15 00:12:22 2013 +0100
 
19882
Author:     Colin Walters <walters@verbum.org>
 
19883
AuthorDate: Tue Oct 15 00:12:22 2013 +0100
 
19884
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19885
CommitDate: Thu Oct 17 14:32:44 2013 -0400
17380
19886
 
17381
19887
    gsubprocess: Fix up communicate
17382
19888
 
17411
19917
 5 files changed, 197 insertions(+), 343 deletions(-)
17412
19918
 
17413
19919
commit 5b48dc40cc13567d276883ee826fe9e78bc7f46a
17414
 
Author: Colin Walters <walters@verbum.org>
17415
 
Date:   Thu May 17 14:37:17 2012 -0400
 
19920
Author:     Colin Walters <walters@verbum.org>
 
19921
AuthorDate: Thu May 17 14:37:17 2012 -0400
 
19922
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19923
CommitDate: Thu Oct 17 14:32:44 2013 -0400
17416
19924
 
17417
19925
    GSubprocess: New class for spawning child processes
17418
19926
 
17452
19960
 17 files changed, 3959 insertions(+), 56 deletions(-)
17453
19961
 
17454
19962
commit e30bbca6679605487e52e52f810c54a0464b6d37
17455
 
Author: Ryan Lortie <desrt@desrt.ca>
17456
 
Date:   Sat Nov 10 13:16:29 2012 -0500
 
19963
Author:     Ryan Lortie <desrt@desrt.ca>
 
19964
AuthorDate: Sat Nov 10 13:16:29 2012 -0500
 
19965
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19966
CommitDate: Thu Oct 17 14:32:41 2013 -0400
17457
19967
 
17458
19968
    gspawn: support creating pipes with O_CLOEXEC
17459
19969
 
17465
19975
 2 files changed, 15 insertions(+), 27 deletions(-)
17466
19976
 
17467
19977
commit c515c3ed111a721047d014832c2fc24bd1adb4a0
17468
 
Author: Colin Walters <walters@verbum.org>
17469
 
Date:   Tue May 22 16:06:10 2012 -0400
 
19978
Author:     Colin Walters <walters@verbum.org>
 
19979
AuthorDate: Tue May 22 16:06:10 2012 -0400
 
19980
Commit:     Ryan Lortie <desrt@desrt.ca>
 
19981
CommitDate: Thu Oct 17 14:27:07 2013 -0400
17470
19982
 
17471
19983
    gio: Add private API to create win32 streams from fds
17472
19984
 
17483
19995
 4 files changed, 119 insertions(+), 22 deletions(-)
17484
19996
 
17485
19997
commit aaddd823bcce4c5f751cb694c7c7d5064978213b
17486
 
Author: Ihar Hrachyshka <Ihar_Hrachyshka@epam.com>
17487
 
Date:   Thu Oct 10 17:23:00 2013 +0400
 
19998
Author:     Ihar Hrachyshka <Ihar_Hrachyshka@epam.com>
 
19999
AuthorDate: Thu Oct 10 17:23:00 2013 +0400
 
20000
Commit:     Colin Walters <walters@verbum.org>
 
20001
CommitDate: Thu Oct 17 13:20:14 2013 -0400
17488
20002
 
17489
20003
    Removed obsolete makefile rules
17490
20004
 
17504
20018
 2 files changed, 2 insertions(+), 58 deletions(-)
17505
20019
 
17506
20020
commit a2f6f0d2f6c8fa0a9ee5ab483af6cea5d5766dfe
17507
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
17508
 
Date:   Thu Oct 17 13:02:11 2013 -0400
 
20021
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
20022
AuthorDate: Thu Oct 17 13:02:11 2013 -0400
 
20023
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
20024
CommitDate: Thu Oct 17 13:04:06 2013 -0400
17509
20025
 
17510
20026
    gtask: Fix invalid name in documentation
17511
20027
 
17513
20029
 1 file changed, 1 insertion(+), 1 deletion(-)
17514
20030
 
17515
20031
commit 9defb6b1b1de18b6005148e036941e89b400dbd2
17516
 
Author: Ryan Lortie <desrt@desrt.ca>
17517
 
Date:   Sun Jul 14 19:43:19 2013 -0400
 
20032
Author:     Ryan Lortie <desrt@desrt.ca>
 
20033
AuthorDate: Sun Jul 14 19:43:19 2013 -0400
 
20034
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20035
CommitDate: Thu Oct 17 10:12:27 2013 -0400
17518
20036
 
17519
20037
    New gapplication(1) tool
17520
20038
 
17537
20055
 6 files changed, 881 insertions(+)
17538
20056
 
17539
20057
commit 4e1e36a7f0d3254bad01aaf3ba94dc70b230ef62
17540
 
Author: Ryan Lortie <desrt@desrt.ca>
17541
 
Date:   Thu Oct 17 08:22:11 2013 -0400
 
20058
Author:     Ryan Lortie <desrt@desrt.ca>
 
20059
AuthorDate: Thu Oct 17 08:22:11 2013 -0400
 
20060
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20061
CommitDate: Thu Oct 17 08:22:11 2013 -0400
17542
20062
 
17543
20063
    Revert "gapplication: don't rely on cmdline being finalized
17544
20064
    immediately"
17549
20069
 1 file changed, 3 insertions(+), 23 deletions(-)
17550
20070
 
17551
20071
commit c5748328bee08e322997cc4703c372f6866a1693
17552
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
17553
 
Date:   Fri Sep 13 11:38:47 2013 -0700
 
20072
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
20073
AuthorDate: Fri Sep 13 11:38:47 2013 -0700
 
20074
Commit:     Matthias Clasen <mclasen@redhat.com>
 
20075
CommitDate: Wed Oct 16 23:06:13 2013 -0400
17554
20076
 
17555
20077
    gapplication: don't rely on cmdline being finalized immediately
17556
20078
 
17579
20101
 1 file changed, 23 insertions(+), 3 deletions(-)
17580
20102
 
17581
20103
commit be2656f13952dd22d348ff5e3f43240700cdef5a
17582
 
Author: Colin Walters <walters@verbum.org>
17583
 
Date:   Wed Oct 16 10:10:22 2013 -0400
 
20104
Author:     Colin Walters <walters@verbum.org>
 
20105
AuthorDate: Wed Oct 16 10:10:22 2013 -0400
 
20106
Commit:     Colin Walters <walters@verbum.org>
 
20107
CommitDate: Wed Oct 16 13:33:14 2013 -0400
17584
20108
 
17585
20109
    g_file_copy: Fall back to pathname queryinfo to help gvfs backends
17586
20110
 
17594
20118
 1 file changed, 22 insertions(+), 1 deletion(-)
17595
20119
 
17596
20120
commit 4fea5c0029bdb8d800c5857bfba983147fe53445
17597
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
17598
 
Date:   Tue Oct 15 11:02:40 2013 -0400
 
20121
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
20122
AuthorDate: Tue Oct 15 11:02:40 2013 -0400
 
20123
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
20124
CommitDate: Tue Oct 15 11:02:40 2013 -0400
17599
20125
 
17600
20126
    Fix wrong function names in g_str_match_string() documentation
17601
20127
 
17603
20129
 1 file changed, 4 insertions(+), 4 deletions(-)
17604
20130
 
17605
20131
commit b2c15f18b2f35d2363922469e3497e5a10459e52
17606
 
Author: Ihar Hrachyshka <Ihar_Hrachyshka@epam.com>
17607
 
Date:   Sat Oct 12 16:43:16 2013 +0400
 
20132
Author:     Ihar Hrachyshka <Ihar_Hrachyshka@epam.com>
 
20133
AuthorDate: Sat Oct 12 16:43:16 2013 +0400
 
20134
Commit:     Colin Walters <walters@verbum.org>
 
20135
CommitDate: Tue Oct 15 10:11:12 2013 -0400
17608
20136
 
17609
20137
    Updated reference to README.commits
17610
20138
 
17617
20145
 1 file changed, 1 insertion(+), 1 deletion(-)
17618
20146
 
17619
20147
commit c6d7e1ede766ea0227d2a594a3129445d03a6dfe
17620
 
Author: Andika Triwidada <andika@gmail.com>
17621
 
Date:   Tue Oct 15 11:54:59 2013 +0700
 
20148
Author:     Andika Triwidada <andika@gmail.com>
 
20149
AuthorDate: Tue Oct 15 11:54:59 2013 +0700
 
20150
Commit:     Andika Triwidada <andika@gmail.com>
 
20151
CommitDate: Tue Oct 15 11:54:59 2013 +0700
17622
20152
 
17623
20153
    Updated Indonesian translation
17624
20154
 
17627
20157
 1 file changed, 124 insertions(+), 120 deletions(-)
17628
20158
 
17629
20159
commit 04202954308471196817318b12df64665656fcda
17630
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
17631
 
Date:   Wed Oct 9 14:32:58 2013 -0400
 
20160
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
20161
AuthorDate: Wed Oct 9 14:32:58 2013 -0400
 
20162
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20163
CommitDate: Mon Oct 14 16:48:47 2013 -0400
17632
20164
 
17633
20165
    Add testcase for search utilities functions
17634
20166
 
17641
20173
 3 files changed, 78 insertions(+)
17642
20174
 
17643
20175
commit 38dfce5992db803de0a179705ab93109012faa3c
17644
 
Author: Ryan Lortie <desrt@desrt.ca>
17645
 
Date:   Mon Oct 14 14:37:10 2013 -0400
 
20176
Author:     Ryan Lortie <desrt@desrt.ca>
 
20177
AuthorDate: Mon Oct 14 14:37:10 2013 -0400
 
20178
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20179
CommitDate: Mon Oct 14 16:48:42 2013 -0400
17646
20180
 
17647
20181
    Add simple string "search" function
17648
20182
 
17663
20197
 3 files changed, 251 insertions(+)
17664
20198
 
17665
20199
commit 4c510801cfc8120d7dea7ae8121832e8d17d2453
17666
 
Author: Ryan Lortie <desrt@desrt.ca>
17667
 
Date:   Mon Oct 14 14:36:34 2013 -0400
 
20200
Author:     Ryan Lortie <desrt@desrt.ca>
 
20201
AuthorDate: Mon Oct 14 14:36:34 2013 -0400
 
20202
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20203
CommitDate: Mon Oct 14 16:48:37 2013 -0400
17668
20204
 
17669
20205
    Add g_str_is_ascii()
17670
20206
 
17678
20214
 3 files changed, 26 insertions(+)
17679
20215
 
17680
20216
commit c4c3ee6087d36603b29a8a1201c7171d2f99c0b1
17681
 
Author: Noah Massey <gnome@walterwelp.net>
17682
 
Date:   Sun Oct 13 10:25:39 2013 -0400
 
20217
Author:     Noah Massey <gnome@walterwelp.net>
 
20218
AuthorDate: Sun Oct 13 10:25:39 2013 -0400
 
20219
Commit:     Colin Walters <walters@verbum.org>
 
20220
CommitDate: Sun Oct 13 10:25:39 2013 -0400
17683
20221
 
17684
20222
    gmain: mark newest id used when source id overflows
17685
20223
 
17694
20232
 1 file changed, 1 insertion(+)
17695
20233
 
17696
20234
commit e2d5282636bcbf4c8ac64a599bb020d33cd59897
17697
 
Author: Colin Walters <walters@verbum.org>
17698
 
Date:   Tue Oct 8 12:17:16 2013 -0400
 
20235
Author:     Colin Walters <walters@verbum.org>
 
20236
AuthorDate: Tue Oct 8 12:17:16 2013 -0400
 
20237
Commit:     Colin Walters <walters@verbum.org>
 
20238
CommitDate: Tue Oct 8 12:19:11 2013 -0400
17699
20239
 
17700
20240
    GMemoryOutputStream: Don't return -1 as a gboolean in precondition
17701
20241
 
17708
20248
 1 file changed, 1 insertion(+), 1 deletion(-)
17709
20249
 
17710
20250
commit 30772e74bf42cf7be67041df21316d305027f0fc
17711
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
17712
 
Date:   Mon Oct 7 12:56:28 2013 +0530
 
20251
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
20252
AuthorDate: Mon Oct 7 12:56:28 2013 +0530
 
20253
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
20254
CommitDate: Mon Oct 7 12:56:28 2013 +0530
17713
20255
 
17714
20256
    Assamese translation updated
17715
20257
 
17718
20260
 1 file changed, 125 insertions(+), 121 deletions(-)
17719
20261
 
17720
20262
commit 8e17040c159bf0a7cf060f12e467a0ad1f5b6741
17721
 
Author: Dan Winship <danw@gnome.org>
17722
 
Date:   Fri Oct 4 12:58:48 2013 -0400
 
20263
Author:     Dan Winship <danw@gnome.org>
 
20264
AuthorDate: Fri Oct 4 12:58:48 2013 -0400
 
20265
Commit:     Dan Winship <danw@gnome.org>
 
20266
CommitDate: Sun Oct 6 14:24:43 2013 -0400
17723
20267
 
17724
20268
    Fix overloading of "source" and "target" terminology in GBinding
17725
20269
 
17745
20289
 3 files changed, 44 insertions(+), 41 deletions(-)
17746
20290
 
17747
20291
commit be7f40185fb2ce884112c1f8a4b196ea65350466
17748
 
Author: Kalev Lember <kalevlember@gmail.com>
17749
 
Date:   Sat Sep 21 13:52:09 2013 +0200
 
20292
Author:     Kalev Lember <kalevlember@gmail.com>
 
20293
AuthorDate: Sat Sep 21 13:52:09 2013 +0200
 
20294
Commit:     Kalev Lember <kalevlember@gmail.com>
 
20295
CommitDate: Fri Oct 4 22:08:36 2013 +0200
17750
20296
 
17751
20297
    xdgmime: Fix an invalid read
17752
20298
 
17780
20326
 2 files changed, 28 insertions(+), 10 deletions(-)
17781
20327
 
17782
20328
commit 5aead642c29d2fcd4cc4152449eb434b52edc6af
17783
 
Author: John Ralls <jralls@ceridwen.us>
17784
 
Date:   Fri Oct 4 11:45:47 2013 -0700
 
20329
Author:     John Ralls <jralls@ceridwen.us>
 
20330
AuthorDate: Fri Oct 4 11:45:47 2013 -0700
 
20331
Commit:     John Ralls <jralls@ceridwen.us>
 
20332
CommitDate: Fri Oct 4 11:47:46 2013 -0700
17785
20333
 
17786
20334
    Restore gl_GLIBC21 to configure; needed for libcharset
17787
20335
 
17789
20337
 1 file changed, 1 insertion(+)
17790
20338
 
17791
20339
commit e0ffd5c184bd1c0e6d602c406f53ed5f6b765f88
17792
 
Author: Ryan Lortie <desrt@desrt.ca>
17793
 
Date:   Thu Oct 3 10:02:08 2013 -0400
 
20340
Author:     Ryan Lortie <desrt@desrt.ca>
 
20341
AuthorDate: Thu Oct 3 10:02:08 2013 -0400
 
20342
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20343
CommitDate: Fri Oct 4 12:19:03 2013 -0400
17794
20344
 
17795
20345
    appinfo: Don't try DBusActivatable with load_from_keyfile
17796
20346
 
17804
20354
 1 file changed, 4 insertions(+), 1 deletion(-)
17805
20355
 
17806
20356
commit 5d7a7df867543644a4dc55ba980833743ffa1859
17807
 
Author: Ryan Lortie <desrt@desrt.ca>
17808
 
Date:   Thu Oct 3 12:39:53 2013 -0400
 
20357
Author:     Ryan Lortie <desrt@desrt.ca>
 
20358
AuthorDate: Thu Oct 3 12:39:53 2013 -0400
 
20359
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20360
CommitDate: Fri Oct 4 12:18:20 2013 -0400
17809
20361
 
17810
20362
    Add g_key_file_save_to_file()
17811
20363
 
17820
20372
 3 files changed, 43 insertions(+)
17821
20373
 
17822
20374
commit 5a269e5a90181a5cafce90e7e5d7bc4f42f47f52
17823
 
Author: Dan Winship <danw@gnome.org>
17824
 
Date:   Thu Sep 19 16:09:38 2013 -0400
 
20375
Author:     Dan Winship <danw@gnome.org>
 
20376
AuthorDate: Thu Sep 19 16:09:38 2013 -0400
 
20377
Commit:     Dan Winship <danw@gnome.org>
 
20378
CommitDate: Fri Oct 4 09:51:31 2013 -0400
17825
20379
 
17826
20380
    gcredentials: add Solaris support
17827
20381
 
17839
20393
 6 files changed, 112 insertions(+), 12 deletions(-)
17840
20394
 
17841
20395
commit 66edac7fb9f44009cdcac68c102c77d880e139a3
17842
 
Author: Dan Winship <danw@gnome.org>
17843
 
Date:   Thu Sep 19 12:56:56 2013 -0400
 
20396
Author:     Dan Winship <danw@gnome.org>
 
20397
AuthorDate: Thu Sep 19 12:56:56 2013 -0400
 
20398
Commit:     Dan Winship <danw@gnome.org>
 
20399
CommitDate: Fri Oct 4 09:51:31 2013 -0400
17844
20400
 
17845
20401
    gcredentials: add Hurd support
17846
20402
 
17853
20409
 2 files changed, 4 insertions(+), 3 deletions(-)
17854
20410
 
17855
20411
commit cedd697bf80faf18d0d42b3e4d8bef5a5cf8ef9f
17856
 
Author: Dan Winship <danw@gnome.org>
17857
 
Date:   Wed Sep 18 13:40:09 2013 -0400
 
20412
Author:     Dan Winship <danw@gnome.org>
 
20413
AuthorDate: Wed Sep 18 13:40:09 2013 -0400
 
20414
Commit:     Dan Winship <danw@gnome.org>
 
20415
CommitDate: Fri Oct 4 09:51:31 2013 -0400
17858
20416
 
17859
20417
    gcredentials: add internal macros to simplify all the #ifdefs
17860
20418
 
17875
20433
 7 files changed, 238 insertions(+), 265 deletions(-)
17876
20434
 
17877
20435
commit 32d2539295308711ec97b37feb104e1be04ba454
17878
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
17879
 
Date:   Thu Oct 3 20:26:18 2013 +0200
 
20436
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
20437
AuthorDate: Thu Oct 3 20:26:18 2013 +0200
 
20438
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
20439
CommitDate: Fri Oct 4 02:38:17 2013 +0200
17880
20440
 
17881
20441
    GDBusProxy: add flag to control autostarting at construction time
17882
20442
 
17892
20452
 2 files changed, 14 insertions(+), 8 deletions(-)
17893
20453
 
17894
20454
commit c8e1dbb106e27653176a1692f05c287cd8ca0bfd
17895
 
Author: Ryan Lortie <desrt@desrt.ca>
17896
 
Date:   Sat Jul 27 15:08:58 2013 -0400
 
20455
Author:     Ryan Lortie <desrt@desrt.ca>
 
20456
AuthorDate: Sat Jul 27 15:08:58 2013 -0400
 
20457
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20458
CommitDate: Thu Oct 3 10:40:25 2013 -0400
17897
20459
 
17898
20460
    gdesktopappinfo: Large-scale whitespace fixup
17899
20461
 
17907
20469
 1 file changed, 626 insertions(+), 582 deletions(-)
17908
20470
 
17909
20471
commit b0601e75583600d0ea54e67f98ba91a7580df07c
17910
 
Author: Ryan Lortie <desrt@desrt.ca>
17911
 
Date:   Wed Jul 24 17:48:37 2013 -0400
 
20472
Author:     Ryan Lortie <desrt@desrt.ca>
 
20473
AuthorDate: Wed Jul 24 17:48:37 2013 -0400
 
20474
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20475
CommitDate: Thu Oct 3 10:40:25 2013 -0400
17912
20476
 
17913
20477
    gdesktopappinfo: rework search path
17914
20478
 
17924
20488
 1 file changed, 53 insertions(+), 42 deletions(-)
17925
20489
 
17926
20490
commit 5e59ab8e8cb953bf9212ed47e8a41d34611a10de
17927
 
Author: Ryan Lortie <desrt@desrt.ca>
17928
 
Date:   Wed Jul 24 17:28:43 2013 -0400
 
20491
Author:     Ryan Lortie <desrt@desrt.ca>
 
20492
AuthorDate: Wed Jul 24 17:28:43 2013 -0400
 
20493
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20494
CommitDate: Thu Oct 3 10:40:25 2013 -0400
17929
20495
 
17930
20496
    gdesktopappinfo: remove global_defaults_cache
17931
20497
 
17937
20503
 1 file changed, 3 insertions(+), 25 deletions(-)
17938
20504
 
17939
20505
commit b95ef4aad457d502973ae6396e3bf45e3ba12753
17940
 
Author: Ryan Lortie <desrt@desrt.ca>
17941
 
Date:   Wed Jul 24 17:26:45 2013 -0400
 
20506
Author:     Ryan Lortie <desrt@desrt.ca>
 
20507
AuthorDate: Wed Jul 24 17:26:45 2013 -0400
 
20508
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20509
CommitDate: Thu Oct 3 10:40:25 2013 -0400
17942
20510
 
17943
20511
    gdesktopappinfo: remove should_ping_mime_monitor
17944
20512
 
17948
20516
 1 file changed, 1 insertion(+), 17 deletions(-)
17949
20517
 
17950
20518
commit 33762a417381db8cdd3229f12959ed01c0389165
17951
 
Author: Ryan Lortie <desrt@desrt.ca>
17952
 
Date:   Thu Jul 25 14:05:36 2013 -0400
 
20519
Author:     Ryan Lortie <desrt@desrt.ca>
 
20520
AuthorDate: Thu Jul 25 14:05:36 2013 -0400
 
20521
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20522
CommitDate: Thu Oct 3 10:37:47 2013 -0400
17953
20523
 
17954
20524
    glocalfile: add private worker monitor APIs
17955
20525
 
18000
20570
 5 files changed, 48 insertions(+), 8 deletions(-)
18001
20571
 
18002
20572
commit 5409d7827e1e51d8efd078e3f36eddc3c0405804
18003
 
Author: Ryan Lortie <desrt@desrt.ca>
18004
 
Date:   Thu Jul 25 14:17:09 2013 -0400
 
20573
Author:     Ryan Lortie <desrt@desrt.ca>
 
20574
AuthorDate: Thu Jul 25 14:17:09 2013 -0400
 
20575
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20576
CommitDate: Thu Oct 3 10:37:35 2013 -0400
18005
20577
 
18006
20578
    GFileMonitor: support specifying a context
18007
20579
 
18014
20586
 1 file changed, 16 insertions(+), 2 deletions(-)
18015
20587
 
18016
20588
commit 700677de512e19060337121692058627fe717d24
18017
 
Author: Ryan Lortie <desrt@desrt.ca>
18018
 
Date:   Thu Jul 25 13:48:50 2013 -0400
 
20589
Author:     Ryan Lortie <desrt@desrt.ca>
 
20590
AuthorDate: Thu Jul 25 13:48:50 2013 -0400
 
20591
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20592
CommitDate: Thu Oct 3 10:37:30 2013 -0400
18019
20593
 
18020
20594
    inotify: stop using constructor()
18021
20595
 
18032
20606
 2 files changed, 28 insertions(+), 70 deletions(-)
18033
20607
 
18034
20608
commit b050dc3c0a2236887719ddc7d1f53866bf4d5267
18035
 
Author: Ryan Lortie <desrt@desrt.ca>
18036
 
Date:   Thu Jul 25 13:29:16 2013 -0400
 
20609
Author:     Ryan Lortie <desrt@desrt.ca>
 
20610
AuthorDate: Thu Jul 25 13:29:16 2013 -0400
 
20611
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20612
CommitDate: Thu Oct 3 10:37:19 2013 -0400
18037
20613
 
18038
20614
    local monitors: make more idiomatic use of GObject
18039
20615
 
18057
20633
 4 files changed, 48 insertions(+), 96 deletions(-)
18058
20634
 
18059
20635
commit 1ddfd9d98ebb772534eba27bdf275cc0507a5b09
18060
 
Author: Ryan Lortie <desrt@desrt.ca>
18061
 
Date:   Thu Jul 25 13:19:56 2013 -0400
 
20636
Author:     Ryan Lortie <desrt@desrt.ca>
 
20637
AuthorDate: Thu Jul 25 13:19:56 2013 -0400
 
20638
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20639
CommitDate: Thu Oct 3 10:35:22 2013 -0400
18062
20640
 
18063
20641
    directory monitor: use the right 'mount_notify'
18064
20642
 
18082
20660
 2 files changed, 2 insertions(+), 1 deletion(-)
18083
20661
 
18084
20662
commit dd4c3695b4e4559179c2a10b7e1a6a13f8f8293e
18085
 
Author: Colin Walters <walters@verbum.org>
18086
 
Date:   Wed Oct 2 10:32:03 2013 -0400
 
20663
Author:     Colin Walters <walters@verbum.org>
 
20664
AuthorDate: Wed Oct 2 10:32:03 2013 -0400
 
20665
Commit:     Colin Walters <walters@verbum.org>
 
20666
CommitDate: Wed Oct 2 11:23:01 2013 -0400
18087
20667
 
18088
20668
    goutputstream: Add clear warning about short writes to _write_bytes()
18089
20669
    and async version
18099
20679
 1 file changed, 21 insertions(+), 41 deletions(-)
18100
20680
 
18101
20681
commit 27898916d42f0e827cf2e99c12ab7bcd0a3712a9
18102
 
Author: Ryan Lortie <desrt@desrt.ca>
18103
 
Date:   Thu Aug 8 18:50:21 2013 +0200
 
20682
Author:     Ryan Lortie <desrt@desrt.ca>
 
20683
AuthorDate: Thu Aug 8 18:50:21 2013 +0200
 
20684
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20685
CommitDate: Wed Oct 2 12:37:09 2013 -0400
18104
20686
 
18105
20687
    g_settings_list_children: only list viable schemas
18106
20688
 
18116
20698
 1 file changed, 55 insertions(+), 1 deletion(-)
18117
20699
 
18118
20700
commit d1e4f3dd1a67a646314918d90119e352d34315cb
18119
 
Author: Christian Persch <chpe@gnome.org>
18120
 
Date:   Tue Oct 1 15:40:43 2013 +0200
 
20701
Author:     Christian Persch <chpe@gnome.org>
 
20702
AuthorDate: Tue Oct 1 15:40:43 2013 +0200
 
20703
Commit:     Christian Persch <chpe@gnome.org>
 
20704
CommitDate: Wed Oct 2 18:22:16 2013 +0200
18121
20705
 
18122
20706
    unicode: Update to unicode 6.3.0
18123
20707
 
18136
20720
 3 files changed, 37 insertions(+), 39 deletions(-)
18137
20721
 
18138
20722
commit 2f57139b282f2ddf110966d4d0e80c6409230f67
18139
 
Author: Simon Feltman <sfeltman@src.gnome.org>
18140
 
Date:   Tue Oct 1 03:38:24 2013 -0700
 
20723
Author:     Simon Feltman <sfeltman@src.gnome.org>
 
20724
AuthorDate: Tue Oct 1 03:38:24 2013 -0700
 
20725
Commit:     Simon Feltman <sfeltman@src.gnome.org>
 
20726
CommitDate: Tue Oct 1 18:31:17 2013 -0700
18141
20727
 
18142
20728
    Fix crashes in various GParamSpec creation functions
18143
20729
 
18154
20740
 1 file changed, 52 insertions(+)
18155
20741
 
18156
20742
commit 75bb906e5ea7927f8d411085e8e7539c5b85c313
18157
 
Author: Michael Forney <mforney@mforney.org>
18158
 
Date:   Tue Oct 1 05:19:55 2013 -0700
 
20743
Author:     Michael Forney <mforney@mforney.org>
 
20744
AuthorDate: Tue Oct 1 05:19:55 2013 -0700
 
20745
Commit:     Colin Walters <walters@verbum.org>
 
20746
CommitDate: Tue Oct 1 09:00:10 2013 -0400
18159
20747
 
18160
20748
    Add missing string.h include
18161
20749
 
18165
20753
 1 file changed, 1 insertion(+)
18166
20754
 
18167
20755
commit 713614608d38ba5e16ffd54796ed60ac5dc2e004
18168
 
Author: Ryan Lortie <desrt@desrt.ca>
18169
 
Date:   Mon Sep 30 13:06:30 2013 -0400
 
20756
Author:     Ryan Lortie <desrt@desrt.ca>
 
20757
AuthorDate: Mon Sep 30 13:06:30 2013 -0400
 
20758
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20759
CommitDate: Mon Sep 30 13:06:30 2013 -0400
18170
20760
 
18171
20761
    Fix a careless mistake in the last commit
18172
20762
 
18176
20766
 1 file changed, 1 insertion(+)
18177
20767
 
18178
20768
commit 5ad7893b51d8652561dff72c70d6cb53416a31bf
18179
 
Author: Ryan Lortie <desrt@desrt.ca>
18180
 
Date:   Wed Jun 12 14:57:09 2013 -0400
 
20769
Author:     Ryan Lortie <desrt@desrt.ca>
 
20770
AuthorDate: Wed Jun 12 14:57:09 2013 -0400
 
20771
Commit:     Ryan Lortie <desrt@desrt.ca>
 
20772
CommitDate: Mon Sep 30 12:41:06 2013 -0400
18181
20773
 
18182
20774
    gmain: Remove dispatching source stack
18183
20775
 
18196
20788
 1 file changed, 14 insertions(+), 23 deletions(-)
18197
20789
 
18198
20790
commit 4e9e7d0cba53a711bd650e9a5e28452b93f0d849
18199
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
18200
 
Date:   Mon Feb 18 08:12:50 2013 -0600
 
20791
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
20792
AuthorDate: Mon Feb 18 08:12:50 2013 -0600
 
20793
Commit:     Dan Winship <danw@gnome.org>
 
20794
CommitDate: Sun Sep 29 17:48:41 2013 -0400
18201
20795
 
18202
20796
    GOutputStream: Use async read/write of streams in splice_async()
18203
20797
 
18221
20815
 1 file changed, 175 insertions(+), 5 deletions(-)
18222
20816
 
18223
20817
commit 87e5617a65883c49eab9291db4a644a520362ed0
18224
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
18225
 
Date:   Mon Feb 18 07:58:58 2013 -0600
 
20818
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
20819
AuthorDate: Mon Feb 18 07:58:58 2013 -0600
 
20820
Commit:     Dan Winship <danw@gnome.org>
 
20821
CommitDate: Sun Sep 29 17:48:41 2013 -0400
18226
20822
 
18227
20823
    GOutputStream: Split _close_async for internal use
18228
20824
 
18238
20834
 1 file changed, 68 insertions(+), 8 deletions(-)
18239
20835
 
18240
20836
commit 416ca8ad5729bfe92c1e32e1f9464849870a5ede
18241
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
18242
 
Date:   Sun Feb 24 09:09:05 2013 -0600
 
20837
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
20838
AuthorDate: Sun Feb 24 09:09:05 2013 -0600
 
20839
Commit:     Dan Winship <danw@gnome.org>
 
20840
CommitDate: Sun Sep 29 17:48:41 2013 -0400
18243
20841
 
18244
20842
    GOutputStream: Rename _g_output_stream_close_internal() for
18245
20843
    consistency
18250
20848
 1 file changed, 6 insertions(+), 6 deletions(-)
18251
20849
 
18252
20850
commit e967a76728700d27719388653946c9190e95063b
18253
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
18254
 
Date:   Sat Feb 23 15:13:53 2013 -0600
 
20851
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
20852
AuthorDate: Sat Feb 23 15:13:53 2013 -0600
 
20853
Commit:     Dan Winship <danw@gnome.org>
 
20854
CommitDate: Sun Sep 29 17:48:40 2013 -0400
18255
20855
 
18256
20856
    tests: Add testcases for g_output_stream_splice_async()
18257
20857
 
18269
20869
 3 files changed, 207 insertions(+)
18270
20870
 
18271
20871
commit dec3bfeebc20d8fee9d6ddd6a7187ac762887f2d
18272
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
18273
 
Date:   Sat Feb 23 17:42:49 2013 -0600
 
20872
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
20873
AuthorDate: Sat Feb 23 17:42:49 2013 -0600
 
20874
Commit:     Dan Winship <danw@gnome.org>
 
20875
CommitDate: Sun Sep 29 17:48:40 2013 -0400
18274
20876
 
18275
20877
    GOutputStream: Add g_output_stream_async_write_is_via_threads()
18276
20878
 
18290
20892
 2 files changed, 26 insertions(+), 2 deletions(-)
18291
20893
 
18292
20894
commit 94a232a4ed6245d0189f7de182f10a7c3825dc73
18293
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
18294
 
Date:   Sat Feb 23 17:32:31 2013 -0600
 
20895
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
20896
AuthorDate: Sat Feb 23 17:32:31 2013 -0600
 
20897
Commit:     Dan Winship <danw@gnome.org>
 
20898
CommitDate: Sun Sep 29 17:48:40 2013 -0400
18295
20899
 
18296
20900
    GInputStream: Add g_input_stream_async_read_is_via_threads()
18297
20901
 
18312
20916
 3 files changed, 58 insertions(+), 7 deletions(-)
18313
20917
 
18314
20918
commit ab5aa2aa3a43cbd94aa6d7f3d683f9875df7249a
18315
 
Author: John Ralls <jralls@ceridwen.us>
18316
 
Date:   Sun Sep 29 11:33:30 2013 -0700
 
20919
Author:     John Ralls <jralls@ceridwen.us>
 
20920
AuthorDate: Sun Sep 29 11:33:30 2013 -0700
 
20921
Commit:     John Ralls <jralls@ceridwen.us>
 
20922
CommitDate: Sun Sep 29 11:33:30 2013 -0700
18317
20923
 
18318
20924
    Fix the -Werror=format-nonliteral fixes for older GCCs
18319
20925
 
18328
20934
 6 files changed, 27 insertions(+), 20 deletions(-)
18329
20935
 
18330
20936
commit 09d83640a8e79bff71cddf90d39b40ef411d30c9
18331
 
Author: John Ralls <jralls@ceridwen.us>
18332
 
Date:   Sat Sep 28 16:44:32 2013 -0700
 
20937
Author:     John Ralls <jralls@ceridwen.us>
 
20938
AuthorDate: Sat Sep 28 16:44:32 2013 -0700
 
20939
Commit:     Colin Walters <walters@verbum.org>
 
20940
CommitDate: Sun Sep 29 11:03:16 2013 -0400
18333
20941
 
18334
20942
    More -Werror=format-nonliteral fixes
18335
20943
 
18345
20953
 5 files changed, 18 insertions(+), 3 deletions(-)
18346
20954
 
18347
20955
commit 38d1658b879c036f086b9dd5195d95bde8e08785
18348
 
Author: Colin Walters <walters@verbum.org>
18349
 
Date:   Mon Jun 17 17:49:12 2013 -0400
 
20956
Author:     Colin Walters <walters@verbum.org>
 
20957
AuthorDate: Mon Jun 17 17:49:12 2013 -0400
 
20958
Commit:     Colin Walters <walters@verbum.org>
 
20959
CommitDate: Sun Sep 29 11:02:30 2013 -0400
18350
20960
 
18351
20961
    gfileutils: Make -Werror=format-nonliteral happy
18352
20962
 
18359
20969
 1 file changed, 36 insertions(+), 14 deletions(-)
18360
20970
 
18361
20971
commit b5ce635a423c8fbf226d46b3e7cdd106561fecbb
18362
 
Author: Dan Winship <danw@gnome.org>
18363
 
Date:   Sat Sep 28 12:31:52 2013 -0400
 
20972
Author:     Dan Winship <danw@gnome.org>
 
20973
AuthorDate: Sat Sep 28 12:31:52 2013 -0400
 
20974
Commit:     Dan Winship <danw@gnome.org>
 
20975
CommitDate: Sat Sep 28 12:31:52 2013 -0400
18364
20976
 
18365
20977
    gmessages: fix clang annotations to work with older versions
18366
20978
 
18370
20982
 1 file changed, 5 insertions(+), 2 deletions(-)
18371
20983
 
18372
20984
commit 4a953af8a53552931b7a5e32849f1ddca6658c4e
18373
 
Author: Dan Winship <danw@gnome.org>
18374
 
Date:   Sat Sep 28 12:18:14 2013 -0400
 
20985
Author:     Dan Winship <danw@gnome.org>
 
20986
AuthorDate: Sat Sep 28 12:18:14 2013 -0400
 
20987
Commit:     Dan Winship <danw@gnome.org>
 
20988
CommitDate: Sat Sep 28 12:18:14 2013 -0400
18375
20989
 
18376
20990
    gio: make gnetworking.h nodist
18377
20991
 
18381
20995
 1 file changed, 4 insertions(+), 1 deletion(-)
18382
20996
 
18383
20997
commit c9ac45a023dda81d232e4efc8e9642e2b849a973
18384
 
Author: Dan Winship <danw@gnome.org>
18385
 
Date:   Sat Sep 28 10:39:01 2013 -0400
 
20998
Author:     Dan Winship <danw@gnome.org>
 
20999
AuthorDate: Sat Sep 28 10:39:01 2013 -0400
 
21000
Commit:     Dan Winship <danw@gnome.org>
 
21001
CommitDate: Sat Sep 28 10:39:01 2013 -0400
18386
21002
 
18387
21003
    .gitignore: add "signals"
18388
21004
 
18390
21006
 1 file changed, 1 insertion(+)
18391
21007
 
18392
21008
commit e3fa9c9ab6a2b1f9955c457f413ddc81d0c1f3ff
18393
 
Author: Patrick Welche <prlw1@cam.ac.uk>
18394
 
Date:   Fri Sep 27 10:09:32 2013 +0100
 
21009
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
21010
AuthorDate: Fri Sep 27 10:09:32 2013 +0100
 
21011
Commit:     Patrick Welche <prlw1@cam.ac.uk>
 
21012
CommitDate: Fri Sep 27 17:14:43 2013 +0100
18395
21013
 
18396
21014
    Only use SA_RESTART if it exists
18397
21015
 
18404
21022
 1 file changed, 4 insertions(+)
18405
21023
 
18406
21024
commit 2d8e5ef81e8116eeb8fea18292360dd3166b4b4e
18407
 
Author: Bastien Nocera <hadess@hadess.net>
18408
 
Date:   Wed Sep 25 16:14:17 2013 +0200
 
21025
Author:     Bastien Nocera <hadess@hadess.net>
 
21026
AuthorDate: Wed Sep 25 16:14:17 2013 +0200
 
21027
Commit:     Alexander Larsson <alexl@redhat.com>
 
21028
CommitDate: Fri Sep 27 09:52:57 2013 +0200
18409
21029
 
18410
21030
    gdesktopappinfo: Call g_file_get_path() on demand
18411
21031
 
18419
21039
 1 file changed, 6 insertions(+), 3 deletions(-)
18420
21040
 
18421
21041
commit 458c1c0f16566e9ddfabe3c211adcb7815730e28
18422
 
Author: Robert Ancell <robert.ancell@canonical.com>
18423
 
Date:   Fri Sep 27 14:52:51 2013 +1200
 
21042
Author:     Robert Ancell <robert.ancell@canonical.com>
 
21043
AuthorDate: Fri Sep 27 14:52:51 2013 +1200
 
21044
Commit:     Robert Ancell <robert.ancell@canonical.com>
 
21045
CommitDate: Fri Sep 27 14:52:51 2013 +1200
18424
21046
 
18425
21047
    gio: Fix documentation for GSocketControlMessage that refers to a
18426
21048
    'file description' instead of a 'file descriptor'
18429
21051
 1 file changed, 1 insertion(+), 1 deletion(-)
18430
21052
 
18431
21053
commit 0167c3340d8201dca8e9031b61703bbc5ed6ce33
18432
 
Author: Jan Schmidt <thaytan@noraisin.net>
18433
 
Date:   Wed Sep 25 19:22:26 2013 +1000
 
21054
Author:     Jan Schmidt <thaytan@noraisin.net>
 
21055
AuthorDate: Wed Sep 25 19:22:26 2013 +1000
 
21056
Commit:     Jan Schmidt <thaytan@noraisin.net>
 
21057
CommitDate: Fri Sep 27 10:52:50 2013 +1000
18434
21058
 
18435
21059
    gio: Fix -Werror format string errors from mismatched ints.
18436
21060
 
18439
21063
 2 files changed, 6 insertions(+), 6 deletions(-)
18440
21064
 
18441
21065
commit 7eb1e5fc5bc5aa6744bd516463ca2d65104c5a4e
18442
 
Author: William Orr <will@worrbase.com>
18443
 
Date:   Thu Sep 26 11:02:06 2013 -0700
 
21066
Author:     William Orr <will@worrbase.com>
 
21067
AuthorDate: Thu Sep 26 11:02:06 2013 -0700
 
21068
Commit:     Colin Walters <walters@verbum.org>
 
21069
CommitDate: Thu Sep 26 15:22:51 2013 -0400
18444
21070
 
18445
21071
    glocalfile: Only use O_DIRECTORY if available
18446
21072
 
18453
21079
 2 files changed, 17 insertions(+), 1 deletion(-)
18454
21080
 
18455
21081
commit e631507c50330157e09fe07a781c004ab1e6b456
18456
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
18457
 
Date:   Wed Sep 25 23:11:08 2013 +0400
 
21082
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
21083
AuthorDate: Wed Sep 25 23:11:08 2013 +0400
 
21084
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
21085
CommitDate: Wed Sep 25 23:11:29 2013 +0400
18458
21086
 
18459
21087
    Updated Russian translation
18460
21088
 
18463
21091
 1 file changed, 679 insertions(+), 727 deletions(-)
18464
21092
 
18465
21093
commit 3c5aad358c3de1c27dcd86100bc47891d20d80ed
18466
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
18467
 
Date:   Wed Sep 25 09:39:20 2013 +0200
 
21094
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
21095
AuthorDate: Wed Sep 25 09:39:20 2013 +0200
 
21096
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
21097
CommitDate: Wed Sep 25 09:39:20 2013 +0200
18468
21098
 
18469
21099
    Fix typo in GLIB_VERSION_2_40 docs.
18470
21100
 
18474
21104
 1 file changed, 1 insertion(+), 1 deletion(-)
18475
21105
 
18476
21106
commit 93101f1b8938eb7a679514c96c0ef5aeafa7c3a6
18477
 
Author: Shantha kumar <shkumar@redhat.com>
18478
 
Date:   Wed Sep 25 12:28:53 2013 +0530
 
21107
Author:     Shantha kumar <shkumar@redhat.com>
 
21108
AuthorDate: Wed Sep 25 12:28:53 2013 +0530
 
21109
Commit:     Shantha kumar <shkumar@redhat.com>
 
21110
CommitDate: Wed Sep 25 12:28:53 2013 +0530
18479
21111
 
18480
21112
    Tamil Translations Updated
18481
21113
 
18484
21116
 1 file changed, 72 insertions(+), 67 deletions(-)
18485
21117
 
18486
21118
commit 74314de4d8c13b817fe433a8ff4c5a249cd1d722
18487
 
Author: James Strandboge <jamie@strandboge.com>
18488
 
Date:   Tue Sep 24 13:19:20 2013 +0100
 
21119
Author:     James Strandboge <jamie@strandboge.com>
 
21120
AuthorDate: Tue Sep 24 13:19:20 2013 +0100
 
21121
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21122
CommitDate: Tue Sep 24 09:25:51 2013 -0400
18489
21123
 
18490
21124
    gio: Fix typo in the /org/freedesktop/DBus path
18491
21125
 
18495
21129
 1 file changed, 2 insertions(+), 2 deletions(-)
18496
21130
 
18497
21131
commit 1d4bb3f5d0e88754aedb04d0a7df0e0c2788e363
18498
 
Author: Svante Signell <svante.signell@gmail.com>
18499
 
Date:   Wed Sep 18 16:39:09 2013 +0200
 
21132
Author:     Svante Signell <svante.signell@gmail.com>
 
21133
AuthorDate: Wed Sep 18 16:39:09 2013 +0200
 
21134
Commit:     Dan Winship <danw@gnome.org>
 
21135
CommitDate: Tue Sep 24 08:59:38 2013 -0400
18500
21136
 
18501
21137
    gio/gsocket.c: Fix error code checks when SOCK_CLOEXEC is defined but
18502
21138
    not supported on GNU/Hurd.
18507
21143
 1 file changed, 1 insertion(+), 1 deletion(-)
18508
21144
 
18509
21145
commit 04e784e0c2675e104cc1d39c3e4e649c3a326e2c
18510
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
18511
 
Date:   Tue Sep 24 19:01:24 2013 +0800
 
21146
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
21147
AuthorDate: Tue Sep 24 19:01:24 2013 +0800
 
21148
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
21149
CommitDate: Tue Sep 24 19:01:24 2013 +0800
18512
21150
 
18513
21151
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
18514
21152
 
18517
21155
 2 files changed, 13 insertions(+), 13 deletions(-)
18518
21156
 
18519
21157
commit d974d2ec8f7b4c8231a4b7b388d93737ebbec9b6
18520
 
Author: Ryan Lortie <desrt@desrt.ca>
18521
 
Date:   Mon Sep 23 17:47:49 2013 -0400
 
21158
Author:     Ryan Lortie <desrt@desrt.ca>
 
21159
AuthorDate: Mon Sep 23 17:47:49 2013 -0400
 
21160
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21161
CommitDate: Mon Sep 23 17:47:49 2013 -0400
18522
21162
 
18523
21163
    Bump version to 2.39.0
18524
21164
 
18526
21166
 1 file changed, 1 insertion(+), 1 deletion(-)
18527
21167
 
18528
21168
commit fbe3ce89a8a3696393d504fdd4372b86837eac6a
18529
 
Author: Ryan Lortie <desrt@desrt.ca>
18530
 
Date:   Mon Sep 23 17:46:58 2013 -0400
 
21169
Author:     Ryan Lortie <desrt@desrt.ca>
 
21170
AuthorDate: Mon Sep 23 17:46:58 2013 -0400
 
21171
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21172
CommitDate: Mon Sep 23 17:46:58 2013 -0400
18531
21173
 
18532
21174
    Introduce version macros for 2.40
18533
21175
 
18535
21177
 1 file changed, 24 insertions(+)
18536
21178
 
18537
21179
commit c8de2b11bbbf5705ee20bf68d0c11e455b441312
18538
 
Author: Ryan Lortie <desrt@desrt.ca>
18539
 
Date:   Mon Sep 23 16:14:57 2013 -0400
 
21180
Author:     Ryan Lortie <desrt@desrt.ca>
 
21181
AuthorDate: Mon Sep 23 16:14:57 2013 -0400
 
21182
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21183
CommitDate: Mon Sep 23 17:07:33 2013 -0400
18540
21184
 
18541
21185
    GLib 2.38.0
18542
21186
 
18546
21190
 2 files changed, 131 insertions(+), 2 deletions(-)
18547
21191
 
18548
21192
commit 9da87f597cb81965f697c09a71e7d1dada010561
18549
 
Author: Ryan Lortie <desrt@desrt.ca>
18550
 
Date:   Mon Sep 23 17:04:53 2013 -0400
 
21193
Author:     Ryan Lortie <desrt@desrt.ca>
 
21194
AuthorDate: Mon Sep 23 17:04:53 2013 -0400
 
21195
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21196
CommitDate: Mon Sep 23 17:07:33 2013 -0400
18551
21197
 
18552
21198
    fix up refcount/properties test case
18553
21199
 
18566
21212
 1 file changed, 13 insertions(+), 30 deletions(-)
18567
21213
 
18568
21214
commit 748c86e45f976639657284a40834484c1724732a
18569
 
Author: Ryan Lortie <desrt@desrt.ca>
18570
 
Date:   Mon Sep 23 16:38:49 2013 -0400
 
21215
Author:     Ryan Lortie <desrt@desrt.ca>
 
21216
AuthorDate: Mon Sep 23 16:38:49 2013 -0400
 
21217
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21218
CommitDate: Mon Sep 23 17:07:33 2013 -0400
18571
21219
 
18572
21220
    gio docs: add some missing functions
18573
21221
 
18575
21223
 1 file changed, 6 insertions(+), 4 deletions(-)
18576
21224
 
18577
21225
commit abf505fd0e6ae5c353de24621adbf56a083d4e66
18578
 
Author: Ryan Lortie <desrt@desrt.ca>
18579
 
Date:   Mon Sep 23 16:29:24 2013 -0400
 
21226
Author:     Ryan Lortie <desrt@desrt.ca>
 
21227
AuthorDate: Mon Sep 23 16:29:24 2013 -0400
 
21228
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21229
CommitDate: Mon Sep 23 16:31:40 2013 -0400
18580
21230
 
18581
21231
    More gio-du win32 fixes
18582
21232
 
18589
21239
 2 files changed, 5 insertions(+), 5 deletions(-)
18590
21240
 
18591
21241
commit 6d08d1191bfe17364c1d3b4634b86d6150c6db3f
18592
 
Author: Ryan Lortie <desrt@desrt.ca>
18593
 
Date:   Mon Sep 23 16:15:34 2013 -0400
 
21242
Author:     Ryan Lortie <desrt@desrt.ca>
 
21243
AuthorDate: Mon Sep 23 16:15:34 2013 -0400
 
21244
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21245
CommitDate: Mon Sep 23 16:15:52 2013 -0400
18594
21246
 
18595
21247
    Revert "gcancellable: allow g_cancellable_disconnect from "cancelled"
18596
21248
    handler on same thread"
18602
21254
 1 file changed, 12 insertions(+), 20 deletions(-)
18603
21255
 
18604
21256
commit 140fa7ee4669adb3827e3ddea5be57f51ee7af3e
18605
 
Author: Alexander Larsson <alexl@redhat.com>
18606
 
Date:   Mon Sep 23 09:11:04 2013 +0200
 
21257
Author:     Alexander Larsson <alexl@redhat.com>
 
21258
AuthorDate: Mon Sep 23 09:11:04 2013 +0200
 
21259
Commit:     Alexander Larsson <alexl@redhat.com>
 
21260
CommitDate: Mon Sep 23 09:11:04 2013 +0200
18607
21261
 
18608
21262
    cancellable: Minor fix to docs
18609
21263
 
18613
21267
 1 file changed, 1 insertion(+), 1 deletion(-)
18614
21268
 
18615
21269
commit 83605e2d0a7b0d39987715cfd046f7b8ef6de94e
18616
 
Author: Ray Strode <rstrode@redhat.com>
18617
 
Date:   Tue Sep 10 15:32:12 2013 -0400
 
21270
Author:     Ray Strode <rstrode@redhat.com>
 
21271
AuthorDate: Tue Sep 10 15:32:12 2013 -0400
 
21272
Commit:     Alexander Larsson <alexl@redhat.com>
 
21273
CommitDate: Mon Sep 23 09:09:48 2013 +0200
18618
21274
 
18619
21275
    gcancellable: allow g_cancellable_disconnect from "cancelled"
18620
21276
    handler on same thread
18653
21309
 1 file changed, 19 insertions(+), 11 deletions(-)
18654
21310
 
18655
21311
commit 795a36142d447cf8e45668dc999e29612bc4a796
18656
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
18657
 
Date:   Mon Sep 23 00:16:05 2013 +0100
 
21312
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
21313
AuthorDate: Mon Sep 23 00:16:05 2013 +0100
 
21314
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
21315
CommitDate: Mon Sep 23 00:16:05 2013 +0100
18658
21316
 
18659
21317
    Updated Portuguese translation
18660
21318
 
18663
21321
 1 file changed, 456 insertions(+), 445 deletions(-)
18664
21322
 
18665
21323
commit bbd8102ee5e553a9c8471bc9863e99b2843caed5
18666
 
Author: Claude Paroz <claude@2xlibre.net>
18667
 
Date:   Sun Sep 22 20:01:57 2013 +0200
 
21324
Author:     Claude Paroz <claude@2xlibre.net>
 
21325
AuthorDate: Sun Sep 22 20:01:57 2013 +0200
 
21326
Commit:     Claude Paroz <claude@2xlibre.net>
 
21327
CommitDate: Sun Sep 22 20:01:57 2013 +0200
18668
21328
 
18669
21329
    Updated French translation
18670
21330
 
18673
21333
 1 file changed, 440 insertions(+), 437 deletions(-)
18674
21334
 
18675
21335
commit 29ef8217665fa1cd000e4668e01dbd638ab61f5e
18676
 
Author: Ray Strode <rstrode@redhat.com>
18677
 
Date:   Fri Sep 20 15:20:39 2013 -0400
 
21336
Author:     Ray Strode <rstrode@redhat.com>
 
21337
AuthorDate: Fri Sep 20 15:20:39 2013 -0400
 
21338
Commit:     Ray Strode <rstrode@redhat.com>
 
21339
CommitDate: Fri Sep 20 16:06:02 2013 -0400
18678
21340
 
18679
21341
    tests: add signal disconnection test
18680
21342
 
18688
21350
 2 files changed, 137 insertions(+)
18689
21351
 
18690
21352
commit cb7059e17f48c77eeb2e8354ddb64c149a312262
18691
 
Author: Ray Strode <rstrode@redhat.com>
18692
 
Date:   Fri Sep 20 15:41:29 2013 -0400
 
21353
Author:     Ray Strode <rstrode@redhat.com>
 
21354
AuthorDate: Fri Sep 20 15:41:29 2013 -0400
 
21355
Commit:     Ray Strode <rstrode@redhat.com>
 
21356
CommitDate: Fri Sep 20 16:06:02 2013 -0400
18693
21357
 
18694
21358
    tests: free properties test object from main thread instead of
18695
21359
    helper thread
18703
21367
 1 file changed, 2 insertions(+), 2 deletions(-)
18704
21368
 
18705
21369
commit d5c72b334b717584f0ed03ee7cfc5047af9f9e3d
18706
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
18707
 
Date:   Fri Sep 20 21:07:28 2013 +0200
 
21370
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
21371
AuthorDate: Fri Sep 20 21:07:28 2013 +0200
 
21372
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
21373
CommitDate: Fri Sep 20 21:08:20 2013 +0200
18708
21374
 
18709
21375
    docs: fix GSourceFuncs docs
18710
21376
 
18718
21384
 1 file changed, 6 insertions(+), 6 deletions(-)
18719
21385
 
18720
21386
commit e31ce1cfe392c71263ac6b81b4c50c35b923952e
18721
 
Author: Murray Cumming <murrayc@murrayc.com>
18722
 
Date:   Fri Sep 20 09:27:53 2013 +0200
 
21387
Author:     Murray Cumming <murrayc@murrayc.com>
 
21388
AuthorDate: Fri Sep 20 09:27:53 2013 +0200
 
21389
Commit:     Murray Cumming <murrayc@murrayc.com>
 
21390
CommitDate: Fri Sep 20 09:27:53 2013 +0200
18723
21391
 
18724
21392
    gsettings: Correct a GLIB_AVAILABLE_IN_*
18725
21393
 
18727
21395
 1 file changed, 2 insertions(+), 2 deletions(-)
18728
21396
 
18729
21397
commit 54e79d7dcb4c0d36ab867e1814ff26b97b4617d9
18730
 
Author: Misty De Meo <mistydemeo@gmail.com>
18731
 
Date:   Wed Sep 18 23:41:22 2013 -0700
 
21398
Author:     Misty De Meo <mistydemeo@gmail.com>
 
21399
AuthorDate: Wed Sep 18 23:41:22 2013 -0700
 
21400
Commit:     Colin Walters <walters@verbum.org>
 
21401
CommitDate: Thu Sep 19 08:39:18 2013 -0400
18732
21402
 
18733
21403
    gobject: Fix compilation on OS X/ppc64
18734
21404
 
18744
21414
 1 file changed, 4 insertions(+), 1 deletion(-)
18745
21415
 
18746
21416
commit 85be7acb95dd57243003d3115268a6cbc3ebc8ba
18747
 
Author: A S Alam <apreet.alam@gmail.com>
18748
 
Date:   Wed Sep 18 08:49:53 2013 -0500
 
21417
Author:     A S Alam <apreet.alam@gmail.com>
 
21418
AuthorDate: Wed Sep 18 08:49:53 2013 -0500
 
21419
Commit:     A S Alam <apreet.alam@gmail.com>
 
21420
CommitDate: Wed Sep 18 08:54:02 2013 -0500
18749
21421
 
18750
21422
    Punjabi Translation updated by Aman
18751
21423
 
18754
21426
 1 file changed, 456 insertions(+), 440 deletions(-)
18755
21427
 
18756
21428
commit 0ff1a89f5462106b7121362ef42c4987a18a976a
18757
 
Author: Ask H. Larsen <asklarsen@gmail.com>
18758
 
Date:   Tue Sep 17 18:28:19 2013 +0200
 
21429
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
21430
AuthorDate: Tue Sep 17 18:28:19 2013 +0200
 
21431
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
21432
CommitDate: Tue Sep 17 18:28:19 2013 +0200
18759
21433
 
18760
21434
    Updated Danish translation
18761
21435
 
18764
21438
 1 file changed, 451 insertions(+), 439 deletions(-)
18765
21439
 
18766
21440
commit c0ecae37f639ad03548ef76eaa5d30c203ea7963
18767
 
Author: Ryan Lortie <desrt@desrt.ca>
18768
 
Date:   Tue Sep 17 11:39:56 2013 -0400
 
21441
Author:     Ryan Lortie <desrt@desrt.ca>
 
21442
AuthorDate: Tue Sep 17 11:39:56 2013 -0400
 
21443
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21444
CommitDate: Tue Sep 17 11:39:56 2013 -0400
18769
21445
 
18770
21446
    GLib 2.37.93
18771
21447
 
18773
21449
 1 file changed, 7 insertions(+)
18774
21450
 
18775
21451
commit b72c466653c6e4a493874b35e4e7acdcadda7e67
18776
 
Author: Ryan Lortie <desrt@desrt.ca>
18777
 
Date:   Tue Sep 17 09:53:18 2013 -0400
 
21452
Author:     Ryan Lortie <desrt@desrt.ca>
 
21453
AuthorDate: Tue Sep 17 09:53:18 2013 -0400
 
21454
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21455
CommitDate: Tue Sep 17 09:53:18 2013 -0400
18778
21456
 
18779
21457
    measure_disk_usage: properly report results
18780
21458
 
18786
21464
 1 file changed, 11 insertions(+), 5 deletions(-)
18787
21465
 
18788
21466
commit dbf95a5ae94441dc235d8dcf003f05cb5c6bd84b
18789
 
Author: Ryan Lortie <desrt@desrt.ca>
18790
 
Date:   Tue Sep 17 09:40:04 2013 -0400
 
21467
Author:     Ryan Lortie <desrt@desrt.ca>
 
21468
AuthorDate: Tue Sep 17 09:40:04 2013 -0400
 
21469
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21470
CommitDate: Tue Sep 17 09:44:23 2013 -0400
18791
21471
 
18792
21472
    measure_disk_usage: skip progress on NULL callback
18793
21473
 
18813
21493
 1 file changed, 1 insertion(+), 1 deletion(-)
18814
21494
 
18815
21495
commit 1a9b739c3176f0fd89aaadb10d90680c345c2d53
18816
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
18817
 
Date:   Tue Sep 17 19:35:13 2013 +0800
 
21496
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
21497
AuthorDate: Tue Sep 17 19:35:13 2013 +0800
 
21498
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
21499
CommitDate: Tue Sep 17 19:35:13 2013 +0800
18818
21500
 
18819
21501
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
18820
21502
 
18825
21507
 2 files changed, 220 insertions(+), 210 deletions(-)
18826
21508
 
18827
21509
commit 373980f545639d577fd00bd0998a5acbe72b00c4
18828
 
Author: Ryan Lortie <desrt@desrt.ca>
18829
 
Date:   Mon Sep 16 14:14:07 2013 -0400
 
21510
Author:     Ryan Lortie <desrt@desrt.ca>
 
21511
AuthorDate: Mon Sep 16 14:14:07 2013 -0400
 
21512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21513
CommitDate: Mon Sep 16 14:14:07 2013 -0400
18830
21514
 
18831
21515
    bump
18832
21516
 
18834
21518
 1 file changed, 1 insertion(+), 1 deletion(-)
18835
21519
 
18836
21520
commit f4c3e56f198e28e17694cc2939dd39ac2ed7bdca
18837
 
Author: Ryan Lortie <desrt@desrt.ca>
18838
 
Date:   Mon Sep 16 13:47:04 2013 -0400
 
21521
Author:     Ryan Lortie <desrt@desrt.ca>
 
21522
AuthorDate: Mon Sep 16 13:47:04 2013 -0400
 
21523
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21524
CommitDate: Mon Sep 16 13:47:04 2013 -0400
18839
21525
 
18840
21526
    GLib 2.37.92
18841
21527
 
18844
21530
 2 files changed, 28 insertions(+), 1 deletion(-)
18845
21531
 
18846
21532
commit 348764269d0d2af3371caeb96cae65976891022c
18847
 
Author: Ryan Lortie <desrt@desrt.ca>
18848
 
Date:   Mon Sep 16 13:42:02 2013 -0400
 
21533
Author:     Ryan Lortie <desrt@desrt.ca>
 
21534
AuthorDate: Mon Sep 16 13:42:02 2013 -0400
 
21535
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21536
CommitDate: Mon Sep 16 13:42:02 2013 -0400
18849
21537
 
18850
21538
    gio-du: show the correct filename in progress
18851
21539
 
18856
21544
 1 file changed, 2 insertions(+), 2 deletions(-)
18857
21545
 
18858
21546
commit 2684dec44786b8463f27ec14547cfafab80c28a1
18859
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
18860
 
Date:   Fri Sep 13 17:42:44 2013 +0800
 
21547
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
21548
AuthorDate: Fri Sep 13 17:42:44 2013 +0800
 
21549
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21550
CommitDate: Mon Sep 16 13:40:14 2013 -0400
18861
21551
 
18862
21552
    gio-du: Improve test program on Windows
18863
21553
 
18876
21566
 1 file changed, 56 insertions(+), 22 deletions(-)
18877
21567
 
18878
21568
commit 084e5b0122d52f66d9320fb9b147ca4c62d3e9ac
18879
 
Author: Ryan Lortie <desrt@desrt.ca>
18880
 
Date:   Thu Sep 12 11:44:11 2013 -0400
 
21569
Author:     Ryan Lortie <desrt@desrt.ca>
 
21570
AuthorDate: Thu Sep 12 11:44:11 2013 -0400
 
21571
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21572
CommitDate: Mon Sep 16 13:38:40 2013 -0400
18881
21573
 
18882
21574
    GLocalFile: use GDir for g_file_measure_disk_usage
18883
21575
 
18903
21595
 1 file changed, 32 insertions(+), 25 deletions(-)
18904
21596
 
18905
21597
commit 725125aba3875ccd86dc51b8e4f301fe3c8de3a4
18906
 
Author: Ryan Lortie <desrt@desrt.ca>
18907
 
Date:   Thu Sep 12 17:00:29 2013 +0800
 
21598
Author:     Ryan Lortie <desrt@desrt.ca>
 
21599
AuthorDate: Thu Sep 12 17:00:29 2013 +0800
 
21600
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21601
CommitDate: Mon Sep 16 13:38:40 2013 -0400
18908
21602
 
18909
21603
    GDir: add some glib-private APIs
18910
21604
 
18934
21628
 4 files changed, 115 insertions(+), 55 deletions(-)
18935
21629
 
18936
21630
commit 0e71110d17af3b82081a2d5487459280fb8dd902
18937
 
Author: Benjamin Steinwender <b@stbe.at>
18938
 
Date:   Mon Sep 16 19:05:54 2013 +0200
 
21631
Author:     Benjamin Steinwender <b@stbe.at>
 
21632
AuthorDate: Mon Sep 16 19:05:54 2013 +0200
 
21633
Commit:     Benjamin Steinwender <b@stbe.at>
 
21634
CommitDate: Mon Sep 16 19:05:54 2013 +0200
18939
21635
 
18940
21636
    Updated German translation
18941
21637
 
18944
21640
 1 file changed, 192 insertions(+), 179 deletions(-)
18945
21641
 
18946
21642
commit 67dd31e60fe6dbec95d043920a51aa152dbe6cac
18947
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
18948
 
Date:   Mon Sep 16 13:07:12 2013 +0200
 
21643
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
21644
AuthorDate: Mon Sep 16 13:07:12 2013 +0200
 
21645
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
21646
CommitDate: Mon Sep 16 13:07:12 2013 +0200
18949
21647
 
18950
21648
    Updated Hungarian translation
18951
21649
 
18954
21652
 1 file changed, 92 insertions(+), 95 deletions(-)
18955
21653
 
18956
21654
commit 799af7a0d92cc5b56fd8f07b5527c0973759fce7
18957
 
Author: Changwoo Ryu <cwryu@debian.org>
18958
 
Date:   Sat Sep 14 22:46:15 2013 +0900
 
21655
Author:     Changwoo Ryu <cwryu@debian.org>
 
21656
AuthorDate: Sat Sep 14 22:46:15 2013 +0900
 
21657
Commit:     Changwoo Ryu <cwryu@debian.org>
 
21658
CommitDate: Sat Sep 14 22:46:15 2013 +0900
18959
21659
 
18960
21660
    Updated Korean translation
18961
21661
 
18964
21664
 1 file changed, 73 insertions(+), 71 deletions(-)
18965
21665
 
18966
21666
commit 89800d0ad4b4b6872c7913fd1a66c5ca8b6a040e
18967
 
Author: Andika Triwidada <andika@gmail.com>
18968
 
Date:   Sat Sep 14 15:42:05 2013 +0700
 
21667
Author:     Andika Triwidada <andika@gmail.com>
 
21668
AuthorDate: Sat Sep 14 15:42:05 2013 +0700
 
21669
Commit:     Andika Triwidada <andika@gmail.com>
 
21670
CommitDate: Sat Sep 14 15:42:05 2013 +0700
18969
21671
 
18970
21672
    Updated Indonesian translation
18971
21673
 
18974
21676
 1 file changed, 784 insertions(+), 768 deletions(-)
18975
21677
 
18976
21678
commit 90b32fcc474208730d08b350cd1f2a7d4e1be723
18977
 
Author: Gil Forcada <gforcada@gnome.org>
18978
 
Date:   Sat Sep 14 00:06:21 2013 +0200
 
21679
Author:     Gil Forcada <gforcada@gnome.org>
 
21680
AuthorDate: Sat Sep 14 00:06:21 2013 +0200
 
21681
Commit:     Gil Forcada <gforcada@gnome.org>
 
21682
CommitDate: Sat Sep 14 00:07:12 2013 +0200
18979
21683
 
18980
21684
    [l10n] Update Catalan translation
18981
21685
 
18984
21688
 1 file changed, 71 insertions(+), 66 deletions(-)
18985
21689
 
18986
21690
commit 35d5b60b093762f4a5c7bb58051622f81e092ace
18987
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
18988
 
Date:   Fri Sep 13 21:16:14 2013 +0200
 
21691
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
21692
AuthorDate: Fri Sep 13 21:16:14 2013 +0200
 
21693
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
21694
CommitDate: Fri Sep 13 21:16:14 2013 +0200
18989
21695
 
18990
21696
    gmodule: Two minor g-i annotations fixes
18991
21697
 
18993
21699
 1 file changed, 2 insertions(+), 2 deletions(-)
18994
21700
 
18995
21701
commit b671cc96b1de4c80cc7170399f4b94729b7a7c97
18996
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
18997
 
Date:   Fri Sep 13 18:25:03 2013 +0530
 
21702
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
21703
AuthorDate: Fri Sep 13 18:25:03 2013 +0530
 
21704
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
21705
CommitDate: Fri Sep 13 18:25:03 2013 +0530
18998
21706
 
18999
21707
    Assamese Translation Updated
19000
21708
 
19003
21711
 1 file changed, 110 insertions(+), 105 deletions(-)
19004
21712
 
19005
21713
commit 7a91a6c9a56c70a7b80a71376d3299e7f81fd7cb
19006
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19007
 
Date:   Tue Sep 10 00:49:39 2013 +0800
 
21714
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
21715
AuthorDate: Tue Sep 10 00:49:39 2013 +0800
 
21716
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
21717
CommitDate: Fri Sep 13 11:31:05 2013 +0800
19008
21718
 
19009
21719
    gio/tests/gio-du.c: Avoid Using Unintialized Variable
19010
21720
 
19014
21724
 1 file changed, 1 insertion(+), 1 deletion(-)
19015
21725
 
19016
21726
commit 054270e4eb12fd62d584535af947244ba8fe6c25
19017
 
Author: Aurimas Černius <aurisc4@gmail.com>
19018
 
Date:   Thu Sep 12 23:16:04 2013 +0300
 
21727
Author:     Aurimas Černius <aurisc4@gmail.com>
 
21728
AuthorDate: Thu Sep 12 23:16:04 2013 +0300
 
21729
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
21730
CommitDate: Thu Sep 12 23:19:04 2013 +0300
19019
21731
 
19020
21732
    Updated Lithuanian translation
19021
21733
 
19024
21736
 1 file changed, 95 insertions(+), 97 deletions(-)
19025
21737
 
19026
21738
commit 5a11019034f68dc5522935d447d71593140f5210
19027
 
Author: Ryan Lortie <desrt@desrt.ca>
19028
 
Date:   Thu Sep 12 14:38:08 2013 -0400
 
21739
Author:     Ryan Lortie <desrt@desrt.ca>
 
21740
AuthorDate: Thu Sep 12 14:38:08 2013 -0400
 
21741
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21742
CommitDate: Thu Sep 12 14:40:24 2013 -0400
19029
21743
 
19030
21744
    tests: remove assertion for '!uncertain' on .txt
19031
21745
 
19043
21757
 1 file changed, 1 deletion(-)
19044
21758
 
19045
21759
commit ac8b7ba9250a55f0fe8fcad16cb6e9e4f60c6946
19046
 
Author: Ryan Lortie <desrt@desrt.ca>
19047
 
Date:   Thu Sep 12 14:22:56 2013 -0400
 
21760
Author:     Ryan Lortie <desrt@desrt.ca>
 
21761
AuthorDate: Thu Sep 12 14:22:56 2013 -0400
 
21762
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21763
CommitDate: Thu Sep 12 14:40:24 2013 -0400
19048
21764
 
19049
21765
    tests: properly set locale to C
19050
21766
 
19060
21776
 1 file changed, 1 insertion(+), 1 deletion(-)
19061
21777
 
19062
21778
commit 8ab1b58ffd75314ceb8d67af12935a7cccc12904
19063
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
19064
 
Date:   Thu Sep 12 19:20:01 2013 +0300
 
21779
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
21780
AuthorDate: Thu Sep 12 19:20:01 2013 +0300
 
21781
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
21782
CommitDate: Thu Sep 12 19:20:01 2013 +0300
19065
21783
 
19066
21784
    Updated Belarusian translation.
19067
21785
 
19070
21788
 1 file changed, 440 insertions(+), 432 deletions(-)
19071
21789
 
19072
21790
commit 49a0cf08f759cf0e1621e3ef6318c7a3e8d487fb
19073
 
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
19074
 
Date:   Wed Sep 11 22:36:52 2013 +0300
 
21791
Author:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
21792
AuthorDate: Wed Sep 11 22:36:52 2013 +0300
 
21793
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
21794
CommitDate: Wed Sep 11 22:36:52 2013 +0300
19075
21795
 
19076
21796
    Updated Latvian translation
19077
21797
 
19080
21800
 1 file changed, 458 insertions(+), 446 deletions(-)
19081
21801
 
19082
21802
commit 5f6290e4f96cc3110168b056532c5af28aa15687
19083
 
Author: Marek Černocký <marek@manet.cz>
19084
 
Date:   Tue Sep 10 21:01:15 2013 +0200
 
21803
Author:     Marek Černocký <marek@manet.cz>
 
21804
AuthorDate: Tue Sep 10 21:01:15 2013 +0200
 
21805
Commit:     Marek Černocký <marek@manet.cz>
 
21806
CommitDate: Tue Sep 10 21:01:15 2013 +0200
19085
21807
 
19086
21808
    Updated Czech translation
19087
21809
 
19089
21811
 1 file changed, 1 insertion(+), 1 deletion(-)
19090
21812
 
19091
21813
commit 0acb99c933e515ee81c364290599c87210ee2b9f
19092
 
Author: Marek Černocký <marek@manet.cz>
19093
 
Date:   Tue Sep 10 21:00:16 2013 +0200
 
21814
Author:     Marek Černocký <marek@manet.cz>
 
21815
AuthorDate: Tue Sep 10 21:00:16 2013 +0200
 
21816
Commit:     Marek Černocký <marek@manet.cz>
 
21817
CommitDate: Tue Sep 10 21:00:16 2013 +0200
19094
21818
 
19095
21819
    Updated Czech translation
19096
21820
 
19099
21823
 1 file changed, 110 insertions(+), 106 deletions(-)
19100
21824
 
19101
21825
commit f4e4c1bbbd03e52beed565bd31487c7e5d3506ed
19102
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
19103
 
Date:   Tue Sep 10 15:53:23 2013 +0200
 
21826
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
21827
AuthorDate: Tue Sep 10 15:53:23 2013 +0200
 
21828
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
21829
CommitDate: Tue Sep 10 15:53:23 2013 +0200
19104
21830
 
19105
21831
    Updated Galician translations
19106
21832
 
19109
21835
 1 file changed, 109 insertions(+), 104 deletions(-)
19110
21836
 
19111
21837
commit b301828b1507ae943ed8a755e87754b7412b8773
19112
 
Author: Milo Casagrande <milo@ubuntu.com>
19113
 
Date:   Tue Sep 10 10:03:24 2013 +0200
 
21838
Author:     Milo Casagrande <milo@ubuntu.com>
 
21839
AuthorDate: Tue Sep 10 10:03:24 2013 +0200
 
21840
Commit:     Milo Casagrande <milo@ubuntu.com>
 
21841
CommitDate: Tue Sep 10 10:03:24 2013 +0200
19114
21842
 
19115
21843
    [l10n] Updated Italian translation.
19116
21844
 
19119
21847
 1 file changed, 94 insertions(+), 89 deletions(-)
19120
21848
 
19121
21849
commit df5a70057f9c3f275e59e97f500ae66c499fe853
19122
 
Author: Enrico Nicoletto <liverig@gmail.com>
19123
 
Date:   Mon Sep 9 20:31:50 2013 -0300
 
21850
Author:     Enrico Nicoletto <liverig@gmail.com>
 
21851
AuthorDate: Mon Sep 9 20:31:50 2013 -0300
 
21852
Commit:     Enrico Nicoletto <enriconlto@src.gnome.org>
 
21853
CommitDate: Mon Sep 9 20:31:50 2013 -0300
19124
21854
 
19125
21855
    Updated Brazilian Portuguese translation
19126
21856
 
19129
21859
 1 file changed, 111 insertions(+), 106 deletions(-)
19130
21860
 
19131
21861
commit c0299d32ea80ddbbc3d272c58d0f9ebc46497281
19132
 
Author: Piotr Drąg <piotrdrag@gmail.com>
19133
 
Date:   Tue Sep 10 00:56:17 2013 +0200
 
21862
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
21863
AuthorDate: Tue Sep 10 00:56:17 2013 +0200
 
21864
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
21865
CommitDate: Tue Sep 10 00:56:17 2013 +0200
19134
21866
 
19135
21867
    Updated Polish translation
19136
21868
 
19139
21871
 1 file changed, 93 insertions(+), 88 deletions(-)
19140
21872
 
19141
21873
commit 49bbebc0b9fac28f009a1d43d10565dc1173f646
19142
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
19143
 
Date:   Mon Sep 9 23:34:01 2013 +0200
 
21874
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
21875
AuthorDate: Mon Sep 9 23:34:01 2013 +0200
 
21876
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
21877
CommitDate: Mon Sep 9 23:57:30 2013 +0200
19144
21878
 
19145
21879
    gio/tests/network-address: fix SCOPE_ID_TEST_INDEX fallback
19146
21880
 
19148
21882
 1 file changed, 1 insertion(+), 1 deletion(-)
19149
21883
 
19150
21884
commit b82ace52e00b703cc9c9e81162333a7eec9d6b96
19151
 
Author: Kalev Lember <kalevlember@gmail.com>
19152
 
Date:   Mon Sep 9 23:35:25 2013 +0200
 
21885
Author:     Kalev Lember <kalevlember@gmail.com>
 
21886
AuthorDate: Mon Sep 9 23:35:25 2013 +0200
 
21887
Commit:     Kalev Lember <kalevlember@gmail.com>
 
21888
CommitDate: Mon Sep 9 23:35:25 2013 +0200
19153
21889
 
19154
21890
    Trivial typo fix
19155
21891
 
19157
21893
 1 file changed, 1 insertion(+), 1 deletion(-)
19158
21894
 
19159
21895
commit 322f687f5f7aabf8e8c41628615f9b926a0127d2
19160
 
Author: Matej Urbančič <mateju@svn.gnome.org>
19161
 
Date:   Mon Sep 9 20:35:43 2013 +0200
 
21896
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
21897
AuthorDate: Mon Sep 9 20:35:43 2013 +0200
 
21898
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
21899
CommitDate: Mon Sep 9 20:35:43 2013 +0200
19162
21900
 
19163
21901
    Updated Slovenian translation
19164
21902
 
19167
21905
 1 file changed, 93 insertions(+), 88 deletions(-)
19168
21906
 
19169
21907
commit 83d55492d488d7c5765d28ffe2222926b234c842
19170
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
19171
 
Date:   Mon Sep 9 16:46:32 2013 +0200
 
21908
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
21909
AuthorDate: Mon Sep 9 16:46:32 2013 +0200
 
21910
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
21911
CommitDate: Mon Sep 9 16:46:32 2013 +0200
19172
21912
 
19173
21913
    Updated Spanish translation
19174
21914
 
19177
21917
 1 file changed, 110 insertions(+), 105 deletions(-)
19178
21918
 
19179
21919
commit a61c9f489a3da4b25b399a599c11dcfb4c4fd3a7
19180
 
Author: Ryan Lortie <desrt@desrt.ca>
19181
 
Date:   Sun Jul 28 14:46:14 2013 -0400
 
21920
Author:     Ryan Lortie <desrt@desrt.ca>
 
21921
AuthorDate: Sun Jul 28 14:46:14 2013 -0400
 
21922
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21923
CommitDate: Mon Sep 9 10:41:17 2013 -0400
19182
21924
 
19183
21925
    tests/: add gio-du
19184
21926
 
19194
21936
 2 files changed, 147 insertions(+)
19195
21937
 
19196
21938
commit 6ec2bb17c393c411a2182e865aa0979165dfbac5
19197
 
Author: Ryan Lortie <desrt@desrt.ca>
19198
 
Date:   Sun Jul 28 13:41:17 2013 -0400
 
21939
Author:     Ryan Lortie <desrt@desrt.ca>
 
21940
AuthorDate: Sun Jul 28 13:41:17 2013 -0400
 
21941
Commit:     Ryan Lortie <desrt@desrt.ca>
 
21942
CommitDate: Fri Sep 6 13:16:17 2013 -0400
19199
21943
 
19200
21944
    GFile: add new g_file_measure_disk_usage() API
19201
21945
 
19218
21962
 6 files changed, 713 insertions(+)
19219
21963
 
19220
21964
commit 242a735fe02462f7e6e8b2b2dc8c55d380d4fd96
19221
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
19222
 
Date:   Thu Sep 5 08:05:45 2013 +0200
 
21965
Author:     Мирослав Николић
 
21966
<miroslavnikolic@rocketmail.com>
 
21967
AuthorDate: Thu Sep 5 08:05:45 2013 +0200
 
21968
Commit:     Мирослав Николић
 
21969
<miroslavnikolic@rocketmail.com>
 
21970
CommitDate: Thu Sep 5 08:05:45 2013 +0200
19223
21971
 
19224
21972
    Updated Serbian translation
19225
21973
 
19230
21978
 2 files changed, 946 insertions(+), 902 deletions(-)
19231
21979
 
19232
21980
commit 52251a5237579946f5afa2c3319bbd5504b2b92e
19233
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19234
 
Date:   Thu Sep 5 13:58:24 2013 +0800
 
21981
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
21982
AuthorDate: Thu Sep 5 13:58:24 2013 +0800
 
21983
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
21984
CommitDate: Thu Sep 5 13:59:02 2013 +0800
19235
21985
 
19236
21986
    Visual C++ Builds: Fix "install" Projects
19237
21987
 
19251
22001
 2 files changed, 8 insertions(+), 4 deletions(-)
19252
22002
 
19253
22003
commit 268f3ce0ff0eff2a858a91a049a87aefd23f2f93
19254
 
Author: Changwoo Ryu <cwryu@debian.org>
19255
 
Date:   Wed Sep 4 00:29:58 2013 +0900
 
22004
Author:     Changwoo Ryu <cwryu@debian.org>
 
22005
AuthorDate: Wed Sep 4 00:29:58 2013 +0900
 
22006
Commit:     Changwoo Ryu <cwryu@debian.org>
 
22007
CommitDate: Wed Sep 4 00:29:58 2013 +0900
19256
22008
 
19257
22009
    Updated Korean translation
19258
22010
 
19261
22013
 1 file changed, 460 insertions(+), 444 deletions(-)
19262
22014
 
19263
22015
commit 801a5c8bb23bdcc26a3900d479f4139f4d38fb7e
19264
 
Author: Matthias Clasen <mclasen@redhat.com>
19265
 
Date:   Mon Sep 2 12:12:58 2013 -0400
 
22016
Author:     Matthias Clasen <mclasen@redhat.com>
 
22017
AuthorDate: Mon Sep 2 12:12:58 2013 -0400
 
22018
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22019
CommitDate: Mon Sep 2 12:12:58 2013 -0400
19266
22020
 
19267
22021
    bump version
19268
22022
 
19270
22024
 1 file changed, 1 insertion(+), 1 deletion(-)
19271
22025
 
19272
22026
commit b6a52f0a917576282545ab6dc769efd02e548757
19273
 
Author: Matthias Clasen <mclasen@redhat.com>
19274
 
Date:   Mon Sep 2 11:25:57 2013 -0400
 
22027
Author:     Matthias Clasen <mclasen@redhat.com>
 
22028
AuthorDate: Mon Sep 2 11:25:57 2013 -0400
 
22029
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22030
CommitDate: Mon Sep 2 11:25:57 2013 -0400
19275
22031
 
19276
22032
    2.37.7
19277
22033
 
19279
22035
 1 file changed, 26 insertions(+)
19280
22036
 
19281
22037
commit ed1e3816adaf43021924a7096bb7dc4d834a9a69
19282
 
Author: Martin Pitt <martinpitt@gnome.org>
19283
 
Date:   Mon Sep 2 12:04:43 2013 +0200
 
22038
Author:     Martin Pitt <martinpitt@gnome.org>
 
22039
AuthorDate: Mon Sep 2 12:04:43 2013 +0200
 
22040
Commit:     Martin Pitt <martinpitt@gnome.org>
 
22041
CommitDate: Mon Sep 2 12:04:43 2013 +0200
19284
22042
 
19285
22043
    gobject-2.0: Annotate another GSignal function taking instances
19286
22044
 
19291
22049
 1 file changed, 4 insertions(+)
19292
22050
 
19293
22051
commit a72983a5db5d25e6face815c6eba5775175e4aa4
19294
 
Author: Emmanuele Bassi <ebassi@gnome.org>
19295
 
Date:   Tue Aug 27 14:11:47 2013 +0200
 
22052
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
22053
AuthorDate: Tue Aug 27 14:11:47 2013 +0200
 
22054
Commit:     Martin Pitt <martinpitt@gnome.org>
 
22055
CommitDate: Mon Sep 2 08:25:56 2013 +0200
19296
22056
 
19297
22057
    gobject-2.0: Annotate GSignal functions taking instances
19298
22058
 
19304
22064
 1 file changed, 19 insertions(+), 19 deletions(-)
19305
22065
 
19306
22066
commit c81773da9cd21f1122da6e049d111cac8d6b6a3e
19307
 
Author: Matthias Clasen <mclasen@redhat.com>
19308
 
Date:   Sun Sep 1 14:54:33 2013 -0400
 
22067
Author:     Matthias Clasen <mclasen@redhat.com>
 
22068
AuthorDate: Sun Sep 1 14:54:33 2013 -0400
 
22069
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22070
CommitDate: Sun Sep 1 14:56:23 2013 -0400
19309
22071
 
19310
22072
    Add Since tag for g_close
19311
22073
 
19317
22079
 1 file changed, 2 insertions(+)
19318
22080
 
19319
22081
commit 8c50dfcc5a9d2f3166dcb03770bd6a0886a3fcdb
19320
 
Author: Gil Forcada <gforcada@gnome.org>
19321
 
Date:   Sat Aug 31 22:45:44 2013 +0200
 
22082
Author:     Gil Forcada <gforcada@gnome.org>
 
22083
AuthorDate: Sat Aug 31 22:45:44 2013 +0200
 
22084
Commit:     Gil Forcada <gforcada@gnome.org>
 
22085
CommitDate: Sat Aug 31 22:45:44 2013 +0200
19322
22086
 
19323
22087
    [l10n] Update Catalan translation
19324
22088
 
19327
22091
 1 file changed, 437 insertions(+), 701 deletions(-)
19328
22092
 
19329
22093
commit f8bb08305cf819502934036e1fcfb7d7c7776097
19330
 
Author: Dan Winship <danw@gnome.org>
19331
 
Date:   Sat Aug 31 11:51:07 2013 -0400
 
22094
Author:     Dan Winship <danw@gnome.org>
 
22095
AuthorDate: Sat Aug 31 11:51:07 2013 -0400
 
22096
Commit:     Dan Winship <danw@gnome.org>
 
22097
CommitDate: Sat Aug 31 11:51:07 2013 -0400
19332
22098
 
19333
22099
    gmessages: fix g_test_expect_message() with NULL domains
19334
22100
 
19341
22107
 2 files changed, 15 insertions(+), 3 deletions(-)
19342
22108
 
19343
22109
commit cde9f4598ba0e34d7c5fcbe4fcddaf67c15bd5e3
19344
 
Author: Dan Winship <danw@gnome.org>
19345
 
Date:   Sat Aug 24 17:47:57 2013 -0400
 
22110
Author:     Dan Winship <danw@gnome.org>
 
22111
AuthorDate: Sat Aug 24 17:47:57 2013 -0400
 
22112
Commit:     Dan Winship <danw@gnome.org>
 
22113
CommitDate: Sat Aug 31 11:40:44 2013 -0400
19346
22114
 
19347
22115
    gio/tests/socket: fix warning building on win32
19348
22116
 
19353
22121
 1 file changed, 1 insertion(+), 5 deletions(-)
19354
22122
 
19355
22123
commit 02393e6faf409c0cae952e94ecbc2c8fad75a3ee
19356
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
19357
 
Date:   Wed Oct 24 14:25:01 2012 +0200
 
22124
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
22125
AuthorDate: Wed Oct 24 14:25:01 2012 +0200
 
22126
Commit:     Dan Winship <danw@gnome.org>
 
22127
CommitDate: Sat Aug 31 11:40:44 2013 -0400
19358
22128
 
19359
22129
    gio/tests/socket: add test for g_socket_get_available_bytes()
19360
22130
 
19365
22135
 1 file changed, 76 insertions(+)
19366
22136
 
19367
22137
commit 9fd0927e5888458c9b1061f3cdf3a1aaa4924e36
19368
 
Author: Dan Winship <danw@gnome.org>
19369
 
Date:   Sat Aug 24 13:55:06 2013 -0400
 
22138
Author:     Dan Winship <danw@gnome.org>
 
22139
AuthorDate: Sat Aug 24 13:55:06 2013 -0400
 
22140
Commit:     Dan Winship <danw@gnome.org>
 
22141
CommitDate: Sat Aug 31 11:40:44 2013 -0400
19370
22142
 
19371
22143
    gsocket: Fix g_socket_get_available_bytes() on Windows and OS X
19372
22144
 
19385
22157
 1 file changed, 26 insertions(+), 6 deletions(-)
19386
22158
 
19387
22159
commit 8d62c2495a1c74a51eb9c752b3d2e0f4b93feefc
19388
 
Author: Kalev Lember <kalevlember@gmail.com>
19389
 
Date:   Fri Aug 30 21:58:49 2013 +0200
 
22160
Author:     Kalev Lember <kalevlember@gmail.com>
 
22161
AuthorDate: Fri Aug 30 21:58:49 2013 +0200
 
22162
Commit:     Kalev Lember <kalevlember@gmail.com>
 
22163
CommitDate: Sat Aug 31 13:34:41 2013 +0200
19390
22164
 
19391
22165
    Add tests for new '%z' g_date_time_format extensions
19392
22166
 
19396
22170
 1 file changed, 38 insertions(+)
19397
22171
 
19398
22172
commit 8fd7f58aeef89f60ca16b8350e6dd0bd34ab5ed1
19399
 
Author: Kalev Lember <kalevlember@gmail.com>
19400
 
Date:   Fri Aug 30 21:24:56 2013 +0200
 
22173
Author:     Kalev Lember <kalevlember@gmail.com>
 
22174
AuthorDate: Fri Aug 30 21:24:56 2013 +0200
 
22175
Commit:     Kalev Lember <kalevlember@gmail.com>
 
22176
CommitDate: Sat Aug 31 13:34:41 2013 +0200
19401
22177
 
19402
22178
    gdatetime: Extend the '%z' timezone format
19403
22179
 
19420
22196
 1 file changed, 87 insertions(+), 12 deletions(-)
19421
22197
 
19422
22198
commit dac5e5e755b684582bf42ba443fa283e3cc40a14
19423
 
Author: Shantha kumar <shkumar@redhat.com>
19424
 
Date:   Fri Aug 30 15:36:22 2013 +0530
 
22199
Author:     Shantha kumar <shkumar@redhat.com>
 
22200
AuthorDate: Fri Aug 30 15:36:22 2013 +0530
 
22201
Commit:     Shantha kumar <shkumar@redhat.com>
 
22202
CommitDate: Fri Aug 30 15:36:22 2013 +0530
19425
22203
 
19426
22204
    Tamil Translations Updated
19427
22205
 
19430
22208
 1 file changed, 157 insertions(+), 256 deletions(-)
19431
22209
 
19432
22210
commit 11254b3c7d0e95748a9e6e7988948cb1ba686a7e
19433
 
Author: Dan Winship <danw@gnome.org>
19434
 
Date:   Thu Aug 29 09:25:42 2013 -0400
 
22211
Author:     Dan Winship <danw@gnome.org>
 
22212
AuthorDate: Thu Aug 29 09:25:42 2013 -0400
 
22213
Commit:     Dan Winship <danw@gnome.org>
 
22214
CommitDate: Thu Aug 29 09:25:42 2013 -0400
19435
22215
 
19436
22216
    gsocket: make GSocketSource trigger on G_IO_NVAL
19437
22217
 
19443
22223
 1 file changed, 1 insertion(+), 1 deletion(-)
19444
22224
 
19445
22225
commit 996edb0c46356d8a326f886b91a77a6af9a2de3e
19446
 
Author: Antoine Jacoutot <antoine@mtier.org>
19447
 
Date:   Wed Aug 28 09:35:27 2013 +0200
 
22226
Author:     Antoine Jacoutot <antoine@mtier.org>
 
22227
AuthorDate: Wed Aug 28 09:35:27 2013 +0200
 
22228
Commit:     Antoine Jacoutot <antoine@mtier.org>
 
22229
CommitDate: Wed Aug 28 12:01:44 2013 +0200
19448
22230
 
19449
22231
    fix atomic ops detection
19450
22232
 
19458
22240
 1 file changed, 3 insertions(+), 3 deletions(-)
19459
22241
 
19460
22242
commit 34e1a537956e85d9d2db2127cd723a6c7456f793
19461
 
Author: Dan Winship <danw@gnome.org>
19462
 
Date:   Tue Aug 27 09:40:18 2013 -0400
 
22243
Author:     Dan Winship <danw@gnome.org>
 
22244
AuthorDate: Tue Aug 27 09:40:18 2013 -0400
 
22245
Commit:     Dan Winship <danw@gnome.org>
 
22246
CommitDate: Tue Aug 27 09:42:14 2013 -0400
19463
22247
 
19464
22248
    gtype: fix a no-op assertion
19465
22249
 
19478
22262
 1 file changed, 7 insertions(+), 4 deletions(-)
19479
22263
 
19480
22264
commit ca4f6ba855fe0a18d8135e8379bec03e60b88f89
19481
 
Author: Balázs Úr <urbalazs@src.gnome.org>
19482
 
Date:   Mon Aug 26 19:39:25 2013 +0200
 
22265
Author:     Balázs Úr <urbalazs@src.gnome.org>
 
22266
AuthorDate: Mon Aug 26 19:39:25 2013 +0200
 
22267
Commit:     Balázs Úr <urbalazs@src.gnome.org>
 
22268
CommitDate: Mon Aug 26 19:39:25 2013 +0200
19483
22269
 
19484
22270
    Updated Hungarian translation
19485
22271
 
19488
22274
 1 file changed, 448 insertions(+), 437 deletions(-)
19489
22275
 
19490
22276
commit 666b0bed9c4c9aec830edaf5539f0daf4d28f83b
19491
 
Author: Jonas Danielsson <jonas@threetimestwo.org>
19492
 
Date:   Sat Aug 24 13:12:45 2013 +0200
 
22277
Author:     Jonas Danielsson <jonas@threetimestwo.org>
 
22278
AuthorDate: Sat Aug 24 13:12:45 2013 +0200
 
22279
Commit:     Colin Walters <walters@verbum.org>
 
22280
CommitDate: Sat Aug 24 08:53:30 2013 -0400
19493
22281
 
19494
22282
    gloadableicon: Fix gir bindings for load_finish
19495
22283
 
19502
22290
 1 file changed, 2 insertions(+), 1 deletion(-)
19503
22291
 
19504
22292
commit 9bcb6d3f007358deb77294b828ea5d706de04aab
19505
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
19506
 
Date:   Thu Aug 22 20:52:17 2013 +0200
 
22293
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
22294
AuthorDate: Thu Aug 22 20:52:17 2013 +0200
 
22295
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
22296
CommitDate: Thu Aug 22 20:52:17 2013 +0200
19507
22297
 
19508
22298
    Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
19509
22299
 
19513
22303
 1 file changed, 1 insertion(+), 1 deletion(-)
19514
22304
 
19515
22305
commit f6c4dee67aa5a670e8aeafdee7adae9261b8d1ab
19516
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
19517
 
Date:   Fri Aug 23 00:41:24 2013 +0900
 
22306
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
22307
AuthorDate: Fri Aug 23 00:41:24 2013 +0900
 
22308
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
22309
CommitDate: Fri Aug 23 00:41:24 2013 +0900
19518
22310
 
19519
22311
    l10n: Update Japanese translation
19520
22312
 
19523
22315
 1 file changed, 448 insertions(+), 438 deletions(-)
19524
22316
 
19525
22317
commit ab6b7dbc2efc506e43616941ac70f14fc20de574
19526
 
Author: Sebastian Dröge <slomo@circular-chaos.org>
19527
 
Date:   Sun Jul 28 16:43:44 2013 +0200
 
22318
Author:     Sebastian Dröge <slomo@circular-chaos.org>
 
22319
AuthorDate: Sun Jul 28 16:43:44 2013 +0200
 
22320
Commit:     Sebastian Dröge <slomo@circular-chaos.org>
 
22321
CommitDate: Thu Aug 22 16:14:56 2013 +0200
19528
22322
 
19529
22323
    GSocket – GSocketSource finalizing not threadsafe on Windows
19530
22324
 
19542
22336
 1 file changed, 7 insertions(+)
19543
22337
 
19544
22338
commit b3b6aab007e8cf0c5a88cba8deb484269ad7eab1
19545
 
Author: Ján Kyselica <kyselica.jan@gmail.com>
19546
 
Date:   Wed Aug 21 21:12:28 2013 +0200
 
22339
Author:     Ján Kyselica <kyselica.jan@gmail.com>
 
22340
AuthorDate: Wed Aug 21 21:12:28 2013 +0200
 
22341
Commit:     Peter Mráz <etkinator@gmail.com>
 
22342
CommitDate: Wed Aug 21 21:12:28 2013 +0200
19547
22343
 
19548
22344
    Updated slovak translation
19549
22345
 
19552
22348
 1 file changed, 455 insertions(+), 437 deletions(-)
19553
22349
 
19554
22350
commit bb7b0a8ca01c0f463fbd7a66cab686b9160ff59a
19555
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19556
 
Date:   Thu Aug 15 21:27:02 2013 +0800
 
22351
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22352
AuthorDate: Thu Aug 15 21:27:02 2013 +0800
 
22353
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22354
CommitDate: Wed Aug 21 20:28:26 2013 +0800
19557
22355
 
19558
22356
    gio/gdbusaddress.c: Silence RunDLL errors
19559
22357
 
19575
22373
 1 file changed, 8 insertions(+)
19576
22374
 
19577
22375
commit 2ff85ca47c4aa4ea67314bfade58ea087df6fb20
19578
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19579
 
Date:   Wed Aug 21 17:54:32 2013 +0800
 
22376
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22377
AuthorDate: Wed Aug 21 17:54:32 2013 +0800
 
22378
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22379
CommitDate: Wed Aug 21 17:54:32 2013 +0800
19580
22380
 
19581
22381
    Fix typo in last commit
19582
22382
 
19588
22388
 2 files changed, 20 insertions(+), 20 deletions(-)
19589
22389
 
19590
22390
commit 113793a4429b7a8f7d0eb7271a3ad6a6853932e5
19591
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19592
 
Date:   Wed Aug 21 16:57:11 2013 +0800
 
22391
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22392
AuthorDate: Wed Aug 21 16:57:11 2013 +0800
 
22393
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22394
CommitDate: Wed Aug 21 16:57:11 2013 +0800
19593
22395
 
19594
22396
    MSVC 2010 Project Files: Split up the Property Sheets
19595
22397
 
19637
22439
 25 files changed, 859 insertions(+), 757 deletions(-)
19638
22440
 
19639
22441
commit 3c4ee831f74e760b65e9239bec3ad5b5ac60e6a6
19640
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19641
 
Date:   Wed Aug 21 16:05:47 2013 +0800
 
22442
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22443
AuthorDate: Wed Aug 21 16:05:47 2013 +0800
 
22444
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22445
CommitDate: Wed Aug 21 16:05:47 2013 +0800
19642
22446
 
19643
22447
    MSVC 2008 Projects: Split the Property Sheets
19644
22448
 
19681
22485
 22 files changed, 550 insertions(+), 486 deletions(-)
19682
22486
 
19683
22487
commit 716ec71ece2a583d48e7c09e2d8562cf5eb96809
19684
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19685
 
Date:   Wed Aug 21 13:55:52 2013 +0800
 
22488
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22489
AuthorDate: Wed Aug 21 13:55:52 2013 +0800
 
22490
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22491
CommitDate: Wed Aug 21 13:55:52 2013 +0800
19686
22492
 
19687
22493
    GLib MSVC Projects: Consolidate PCRE items
19688
22494
 
19697
22503
 4 files changed, 16 insertions(+), 8 deletions(-)
19698
22504
 
19699
22505
commit 18f498c3fa6469662c3ab0050eb12d9731b8174a
19700
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19701
 
Date:   Wed Aug 21 13:34:42 2013 +0800
 
22506
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22507
AuthorDate: Wed Aug 21 13:34:42 2013 +0800
 
22508
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22509
CommitDate: Wed Aug 21 13:34:42 2013 +0800
19702
22510
 
19703
22511
    GIO MSVC Projects: Drop Unneeded Defines
19704
22512
 
19711
22519
 2 files changed, 8 insertions(+), 8 deletions(-)
19712
22520
 
19713
22521
commit 7145f06941c3909108d248f11bd992bc221048d7
19714
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19715
 
Date:   Wed Aug 21 11:16:19 2013 +0800
 
22522
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22523
AuthorDate: Wed Aug 21 11:16:19 2013 +0800
 
22524
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22525
CommitDate: Wed Aug 21 11:16:19 2013 +0800
19716
22526
 
19717
22527
    GIO MSVC Project: Link to iphlpapi.lib
19718
22528
 
19733
22543
 2 files changed, 8 insertions(+), 8 deletions(-)
19734
22544
 
19735
22545
commit e05abaed0467fa4231bd0665973aa6b42384a12c
19736
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
19737
 
Date:   Wed Aug 21 11:04:37 2013 +0800
 
22546
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22547
AuthorDate: Wed Aug 21 11:04:37 2013 +0800
 
22548
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
22549
CommitDate: Wed Aug 21 11:04:37 2013 +0800
19738
22550
 
19739
22551
    Update config.h.win32.in
19740
22552
 
19745
22557
 1 file changed, 6 insertions(+), 5 deletions(-)
19746
22558
 
19747
22559
commit dacc0ad2d16277550d806fcb8e9d398546675eab
19748
 
Author: Piotr Drąg <piotrdrag@gmail.com>
19749
 
Date:   Tue Aug 20 23:29:38 2013 +0200
 
22560
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
22561
AuthorDate: Tue Aug 20 23:29:38 2013 +0200
 
22562
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
22563
CommitDate: Tue Aug 20 23:29:38 2013 +0200
19750
22564
 
19751
22565
    Updated Polish translation
19752
22566
 
19754
22568
 1 file changed, 5 insertions(+), 5 deletions(-)
19755
22569
 
19756
22570
commit 130aaddd20e58e2f58ed10ac78807f8aed742ea5
19757
 
Author: Piotr Drąg <piotrdrag@gmail.com>
19758
 
Date:   Tue Aug 20 20:33:47 2013 +0200
 
22571
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
22572
AuthorDate: Tue Aug 20 20:33:47 2013 +0200
 
22573
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
22574
CommitDate: Tue Aug 20 20:33:47 2013 +0200
19759
22575
 
19760
22576
    Updated Polish translation
19761
22577
 
19764
22580
 1 file changed, 362 insertions(+), 351 deletions(-)
19765
22581
 
19766
22582
commit a4363582b0f1bcf55af9e49f2bd3897cc5d64438
19767
 
Author: Matthias Clasen <mclasen@redhat.com>
19768
 
Date:   Mon Aug 19 23:54:43 2013 -0400
 
22583
Author:     Matthias Clasen <mclasen@redhat.com>
 
22584
AuthorDate: Mon Aug 19 23:54:43 2013 -0400
 
22585
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22586
CommitDate: Mon Aug 19 23:54:43 2013 -0400
19769
22587
 
19770
22588
    post-release bump
19771
22589
 
19773
22591
 1 file changed, 1 insertion(+), 1 deletion(-)
19774
22592
 
19775
22593
commit c512d16570d8b355525a019d71ea66be27fe1d01
19776
 
Author: Matthias Clasen <mclasen@redhat.com>
19777
 
Date:   Mon Aug 19 23:31:40 2013 -0400
 
22594
Author:     Matthias Clasen <mclasen@redhat.com>
 
22595
AuthorDate: Mon Aug 19 23:31:40 2013 -0400
 
22596
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22597
CommitDate: Mon Aug 19 23:31:53 2013 -0400
19778
22598
 
19779
22599
    2.37.6
19780
22600
 
19782
22602
 1 file changed, 45 insertions(+)
19783
22603
 
19784
22604
commit 739874c5dad77d5a5f0e88cc45d2199d9fa4b40e
19785
 
Author: Matthias Clasen <mclasen@redhat.com>
19786
 
Date:   Mon Aug 19 23:29:54 2013 -0400
 
22605
Author:     Matthias Clasen <mclasen@redhat.com>
 
22606
AuthorDate: Mon Aug 19 23:29:54 2013 -0400
 
22607
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22608
CommitDate: Mon Aug 19 23:29:54 2013 -0400
19787
22609
 
19788
22610
    Set up test environment properly
19789
22611
 
19795
22617
 1 file changed, 6 insertions(+)
19796
22618
 
19797
22619
commit 820406931b0fccc46fd3a4ebae0bb3a8629d9f57
19798
 
Author: Matthias Clasen <mclasen@redhat.com>
19799
 
Date:   Mon Aug 19 22:31:56 2013 -0400
 
22620
Author:     Matthias Clasen <mclasen@redhat.com>
 
22621
AuthorDate: Mon Aug 19 22:31:56 2013 -0400
 
22622
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22623
CommitDate: Mon Aug 19 22:32:21 2013 -0400
19800
22624
 
19801
22625
    Dist tap-test script
19802
22626
 
19807
22631
 1 file changed, 1 insertion(+)
19808
22632
 
19809
22633
commit 49cf439ce7432203688a32c5087ce50591f90329
19810
 
Author: Matthias Clasen <mclasen@redhat.com>
19811
 
Date:   Mon Aug 19 20:00:25 2013 -0400
 
22634
Author:     Matthias Clasen <mclasen@redhat.com>
 
22635
AuthorDate: Mon Aug 19 20:00:25 2013 -0400
 
22636
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22637
CommitDate: Mon Aug 19 20:57:44 2013 -0400
19812
22638
 
19813
22639
    Fix make check
19814
22640
 
19821
22647
 2 files changed, 3 insertions(+), 1 deletion(-)
19822
22648
 
19823
22649
commit 01156b122c1c57bb27b664c6b973a35418b1f86d
19824
 
Author: Sebastian Dröge <slomo@circular-chaos.org>
19825
 
Date:   Wed Jul 31 14:11:55 2013 +0200
 
22650
Author:     Sebastian Dröge <slomo@circular-chaos.org>
 
22651
AuthorDate: Wed Jul 31 14:11:55 2013 +0200
 
22652
Commit:     Dan Winship <danw@gnome.org>
 
22653
CommitDate: Mon Aug 19 12:28:20 2013 -0400
19826
22654
 
19827
22655
    GSocket – Implement multicast interface selection on Windows
19828
22656
 
19836
22664
 4 files changed, 62 insertions(+), 1 deletion(-)
19837
22665
 
19838
22666
commit c069c51db5767ae0973e3bbbfd9f3a1d2b2320a3
19839
 
Author: Dan Winship <danw@gnome.org>
19840
 
Date:   Mon Aug 19 12:14:27 2013 -0400
 
22667
Author:     Dan Winship <danw@gnome.org>
 
22668
AuthorDate: Mon Aug 19 12:14:27 2013 -0400
 
22669
Commit:     Dan Winship <danw@gnome.org>
 
22670
CommitDate: Mon Aug 19 12:15:36 2013 -0400
19841
22671
 
19842
22672
    gnetworkaddress: allow IPv6 scope ids in URIs
19843
22673
 
19854
22684
 3 files changed, 143 insertions(+), 63 deletions(-)
19855
22685
 
19856
22686
commit e1f92431c1bc430362d27f9bce2f14bf8176aa5b
19857
 
Author: Dan Winship <danw@gnome.org>
19858
 
Date:   Mon Aug 19 12:09:59 2013 -0400
 
22687
Author:     Dan Winship <danw@gnome.org>
 
22688
AuthorDate: Mon Aug 19 12:09:59 2013 -0400
 
22689
Commit:     Dan Winship <danw@gnome.org>
 
22690
CommitDate: Mon Aug 19 12:15:36 2013 -0400
19859
22691
 
19860
22692
    gnetworkaddress: fix parsing of URIs with IPv6 literal and port
19861
22693
 
19868
22700
 2 files changed, 60 insertions(+), 50 deletions(-)
19869
22701
 
19870
22702
commit 635196b1ffc5e810431b5746d52138d2c3bcb1db
19871
 
Author: Matthias Clasen <mclasen@redhat.com>
19872
 
Date:   Sun Aug 18 18:13:02 2013 -0400
 
22703
Author:     Matthias Clasen <mclasen@redhat.com>
 
22704
AuthorDate: Sun Aug 18 18:13:02 2013 -0400
 
22705
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22706
CommitDate: Sun Aug 18 18:13:02 2013 -0400
19873
22707
 
19874
22708
    Expand docs for thread names
19875
22709
 
19880
22714
 1 file changed, 3 insertions(+), 2 deletions(-)
19881
22715
 
19882
22716
commit 3c040f8534d87782d2ffefd88dfe87cd00393271
19883
 
Author: Milo Casagrande <milo@ubuntu.com>
19884
 
Date:   Sun Aug 18 14:29:29 2013 +0200
 
22717
Author:     Milo Casagrande <milo@ubuntu.com>
 
22718
AuthorDate: Sun Aug 18 14:29:29 2013 +0200
 
22719
Commit:     Milo Casagrande <milo@ubuntu.com>
 
22720
CommitDate: Sun Aug 18 14:29:29 2013 +0200
19885
22721
 
19886
22722
    [l10n] Updated Italian translation.
19887
22723
 
19890
22726
 1 file changed, 281 insertions(+), 276 deletions(-)
19891
22727
 
19892
22728
commit b0e6a38d952f9c123e5966f382e77395daff2586
19893
 
Author: William Jon McCann <jmccann@redhat.com>
19894
 
Date:   Wed Jan 16 15:07:54 2013 -0500
 
22729
Author:     William Jon McCann <jmccann@redhat.com>
 
22730
AuthorDate: Wed Jan 16 15:07:54 2013 -0500
 
22731
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22732
CommitDate: Sat Aug 17 21:53:33 2013 -0400
19895
22733
 
19896
22734
    Remove legacy icon name support
19897
22735
 
19901
22739
 1 file changed, 7 insertions(+), 14 deletions(-)
19902
22740
 
19903
22741
commit 6ed46cd2a493e405623b8e46d3c1eca89cba5929
19904
 
Author: Matej Urbančič <mateju@svn.gnome.org>
19905
 
Date:   Sun Aug 18 01:59:54 2013 +0200
 
22742
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
22743
AuthorDate: Sun Aug 18 01:59:54 2013 +0200
 
22744
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
22745
CommitDate: Sun Aug 18 01:59:54 2013 +0200
19906
22746
 
19907
22747
    Updated Slovenian translation
19908
22748
 
19911
22751
 1 file changed, 349 insertions(+), 346 deletions(-)
19912
22752
 
19913
22753
commit 0e9f9867fab2e17f4723e739125d764bc40c9791
19914
 
Author: Matthias Clasen <mclasen@redhat.com>
19915
 
Date:   Sat Aug 17 15:46:00 2013 -0400
 
22754
Author:     Matthias Clasen <mclasen@redhat.com>
 
22755
AuthorDate: Sat Aug 17 15:46:00 2013 -0400
 
22756
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22757
CommitDate: Sat Aug 17 17:25:58 2013 -0400
19916
22758
 
19917
22759
    Start using TAP
19918
22760
 
19935
22777
 5 files changed, 137 insertions(+), 3 deletions(-)
19936
22778
 
19937
22779
commit 1ea340529737a0a020ac67353e24661eaf3678b1
19938
 
Author: Matthias Clasen <mclasen@redhat.com>
19939
 
Date:   Sat Aug 17 15:23:41 2013 -0400
 
22780
Author:     Matthias Clasen <mclasen@redhat.com>
 
22781
AuthorDate: Sat Aug 17 15:23:41 2013 -0400
 
22782
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22783
CommitDate: Sat Aug 17 17:25:58 2013 -0400
19940
22784
 
19941
22785
    Update the documentation for assertion macros
19942
22786
 
19951
22795
 1 file changed, 35 insertions(+), 21 deletions(-)
19952
22796
 
19953
22797
commit a6a87506877939fee54bdc7eca70d47fc7d893d4
19954
 
Author: Matthias Clasen <mclasen@redhat.com>
19955
 
Date:   Sat Aug 17 15:18:29 2013 -0400
 
22798
Author:     Matthias Clasen <mclasen@redhat.com>
 
22799
AuthorDate: Sat Aug 17 15:18:29 2013 -0400
 
22800
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22801
CommitDate: Sat Aug 17 17:25:57 2013 -0400
19956
22802
 
19957
22803
    Add a way to make assertions non-fatal
19958
22804
 
19975
22821
 2 files changed, 33 insertions(+), 4 deletions(-)
19976
22822
 
19977
22823
commit b63739e60ea03364a7a06e0c697b5c6c4690d0b6
19978
 
Author: Matthias Clasen <mclasen@redhat.com>
19979
 
Date:   Sat Feb 2 12:53:05 2013 -0500
 
22824
Author:     Matthias Clasen <mclasen@redhat.com>
 
22825
AuthorDate: Sat Feb 2 12:53:05 2013 -0500
 
22826
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22827
CommitDate: Sat Aug 17 17:25:57 2013 -0400
19980
22828
 
19981
22829
    Add g_assert_true, g_assert_false and g_assert_null
19982
22830
 
19991
22839
 2 files changed, 41 insertions(+), 1 deletion(-)
19992
22840
 
19993
22841
commit a32c9c7e9c9500f151ccae602d92f88e43d8df45
19994
 
Author: Matthias Clasen <mclasen@redhat.com>
19995
 
Date:   Sat Feb 2 12:47:54 2013 -0500
 
22842
Author:     Matthias Clasen <mclasen@redhat.com>
 
22843
AuthorDate: Sat Feb 2 12:47:54 2013 -0500
 
22844
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22845
CommitDate: Sat Aug 17 17:25:57 2013 -0400
19996
22846
 
19997
22847
    Make g_assert and g_assert_not_reached use the same entry point
19998
22848
 
20008
22858
 2 files changed, 6 insertions(+), 2 deletions(-)
20009
22859
 
20010
22860
commit 19aafc4ca4dba2b63d24f01d23890ff30ef9b133
20011
 
Author: Matthias Clasen <mclasen@redhat.com>
20012
 
Date:   Sat Aug 17 14:16:37 2013 -0400
 
22861
Author:     Matthias Clasen <mclasen@redhat.com>
 
22862
AuthorDate: Sat Aug 17 14:16:37 2013 -0400
 
22863
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22864
CommitDate: Sat Aug 17 17:25:57 2013 -0400
20013
22865
 
20014
22866
    Support TAP as an output format
20015
22867
 
20025
22877
 1 file changed, 51 insertions(+), 8 deletions(-)
20026
22878
 
20027
22879
commit 69582bf63565c187a64daa1b9b22fc5a4d322db3
20028
 
Author: Matthias Clasen <mclasen@redhat.com>
20029
 
Date:   Sat Aug 17 14:14:20 2013 -0400
 
22880
Author:     Matthias Clasen <mclasen@redhat.com>
 
22881
AuthorDate: Sat Aug 17 14:14:20 2013 -0400
 
22882
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22883
CommitDate: Sat Aug 17 17:25:57 2013 -0400
20030
22884
 
20031
22885
    Add a function to check test status from the inside
20032
22886
 
20041
22895
 2 files changed, 26 insertions(+)
20042
22896
 
20043
22897
commit 88eaefb9d5f52bedf34a359b21c62f3c2cb95f20
20044
 
Author: Matthias Clasen <mclasen@redhat.com>
20045
 
Date:   Sat Aug 17 14:11:24 2013 -0400
 
22898
Author:     Matthias Clasen <mclasen@redhat.com>
 
22899
AuthorDate: Sat Aug 17 14:11:24 2013 -0400
 
22900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22901
CommitDate: Sat Aug 17 17:25:56 2013 -0400
20046
22902
 
20047
22903
    Add functions to mark tests as skipped or incomplete
20048
22904
 
20058
22914
 2 files changed, 60 insertions(+), 3 deletions(-)
20059
22915
 
20060
22916
commit 4e6d25f00501c0b9b3660d62409ea002ad24ca0a
20061
 
Author: Matthias Clasen <mclasen@redhat.com>
20062
 
Date:   Sat Aug 17 14:04:58 2013 -0400
 
22917
Author:     Matthias Clasen <mclasen@redhat.com>
 
22918
AuthorDate: Sat Aug 17 14:04:58 2013 -0400
 
22919
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22920
CommitDate: Sat Aug 17 17:25:56 2013 -0400
20063
22921
 
20064
22922
    Add a GTestResult enumeration
20065
22923
 
20072
22930
 1 file changed, 12 insertions(+), 7 deletions(-)
20073
22931
 
20074
22932
commit 8253f98a18043cba76cc7524f752b3586e63b747
20075
 
Author: Matthias Clasen <mclasen@redhat.com>
20076
 
Date:   Sun Jan 20 03:23:38 2013 -0500
 
22933
Author:     Matthias Clasen <mclasen@redhat.com>
 
22934
AuthorDate: Sun Jan 20 03:23:38 2013 -0500
 
22935
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22936
CommitDate: Sat Aug 17 17:25:56 2013 -0400
20077
22937
 
20078
22938
    Add start/stop suite log messages
20079
22939
 
20090
22950
 4 files changed, 19 insertions(+), 1 deletion(-)
20091
22951
 
20092
22952
commit de9cf58f6578e3c801a1b86d141502a8c147925e
20093
 
Author: Matthias Clasen <mclasen@redhat.com>
20094
 
Date:   Sat Aug 17 17:25:25 2013 -0400
 
22953
Author:     Matthias Clasen <mclasen@redhat.com>
 
22954
AuthorDate: Sat Aug 17 17:25:25 2013 -0400
 
22955
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22956
CommitDate: Sat Aug 17 17:25:56 2013 -0400
20095
22957
 
20096
22958
    GApplication: Stop using deprecated api
20097
22959
 
20099
22961
 1 file changed, 6 insertions(+), 6 deletions(-)
20100
22962
 
20101
22963
commit 18accd43f79bc27cb68767cfcf1e3899b5349d57
20102
 
Author: Matthias Clasen <mclasen@redhat.com>
20103
 
Date:   Sat Aug 17 17:22:05 2013 -0400
 
22964
Author:     Matthias Clasen <mclasen@redhat.com>
 
22965
AuthorDate: Sat Aug 17 17:22:05 2013 -0400
 
22966
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22967
CommitDate: Sat Aug 17 17:25:56 2013 -0400
20104
22968
 
20105
22969
    Quell a few compiler warnings
20106
22970
 
20108
22972
 1 file changed, 2 insertions(+), 2 deletions(-)
20109
22973
 
20110
22974
commit 5cd169810edb711964930f20b42796edce355ce5
20111
 
Author: Matthias Clasen <mclasen@redhat.com>
20112
 
Date:   Sat Aug 17 13:45:34 2013 -0400
 
22975
Author:     Matthias Clasen <mclasen@redhat.com>
 
22976
AuthorDate: Sat Aug 17 13:45:34 2013 -0400
 
22977
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22978
CommitDate: Sat Aug 17 13:45:34 2013 -0400
20113
22979
 
20114
22980
    Take out an unused line from gdatetime tests
20115
22981
 
20123
22989
 1 file changed, 3 deletions(-)
20124
22990
 
20125
22991
commit 409a6db3492e8d5e81f5e248e9e9abe100506ff5
20126
 
Author: Stef Walter <stefw@gnome.org>
20127
 
Date:   Tue May 14 08:49:55 2013 +0200
 
22992
Author:     Stef Walter <stefw@gnome.org>
 
22993
AuthorDate: Tue May 14 08:49:55 2013 +0200
 
22994
Commit:     Matthias Clasen <mclasen@redhat.com>
 
22995
CommitDate: Sat Aug 17 13:40:06 2013 -0400
20128
22996
 
20129
22997
    Mark up warnings/critical functions for clang analyzer
20130
22998
 
20140
23008
 2 files changed, 20 insertions(+), 6 deletions(-)
20141
23009
 
20142
23010
commit 547df5937cc3b821498e27eb55cebc1f414ce597
20143
 
Author: Dan Winship <danw@gnome.org>
20144
 
Date:   Sun Feb 17 15:11:18 2013 -0500
 
23011
Author:     Dan Winship <danw@gnome.org>
 
23012
AuthorDate: Sun Feb 17 15:11:18 2013 -0500
 
23013
Commit:     Dan Winship <danw@gnome.org>
 
23014
CommitDate: Sat Aug 17 13:26:42 2013 -0400
20145
23015
 
20146
23016
    GSocket: fix g_socket_bind() allow_reuse semantics
20147
23017
 
20162
23032
 2 files changed, 126 insertions(+), 20 deletions(-)
20163
23033
 
20164
23034
commit 2ea4af6f019632b810ea6f7c0f0c44498cf5dddf
20165
 
Author: Dan Winship <danw@gnome.org>
20166
 
Date:   Sun Feb 17 09:41:55 2013 -0500
 
23035
Author:     Dan Winship <danw@gnome.org>
 
23036
AuthorDate: Sun Feb 17 09:41:55 2013 -0500
 
23037
Commit:     Dan Winship <danw@gnome.org>
 
23038
CommitDate: Sat Aug 17 13:26:42 2013 -0400
20167
23039
 
20168
23040
    GSocket: fix broadcast documentation
20169
23041
 
20174
23046
 1 file changed, 7 insertions(+), 7 deletions(-)
20175
23047
 
20176
23048
commit 37849277645d05c1e1cd9c5e585d7231f75ffa2f
20177
 
Author: Robert Ancell <robert.ancell@canonical.com>
20178
 
Date:   Fri May 31 11:07:55 2013 +1200
 
23049
Author:     Robert Ancell <robert.ancell@canonical.com>
 
23050
AuthorDate: Fri May 31 11:07:55 2013 +1200
 
23051
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23052
CommitDate: Sat Aug 17 13:02:25 2013 -0400
20179
23053
 
20180
23054
    Add G_SPAWN_DEFAULT to GSpawnFlags
20181
23055
 
20189
23063
 2 files changed, 3 insertions(+), 1 deletion(-)
20190
23064
 
20191
23065
commit 8b3d779d1ece535680724812fddffbdc940f328c
20192
 
Author: Matthias Clasen <mclasen@redhat.com>
20193
 
Date:   Sat Aug 17 12:35:33 2013 -0400
 
23066
Author:     Matthias Clasen <mclasen@redhat.com>
 
23067
AuthorDate: Sat Aug 17 12:35:33 2013 -0400
 
23068
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23069
CommitDate: Sat Aug 17 12:35:33 2013 -0400
20194
23070
 
20195
23071
    Make g_date_time_new check its arguments
20196
23072
 
20210
23086
 2 files changed, 21 insertions(+), 1 deletion(-)
20211
23087
 
20212
23088
commit e70250bbd5e786240fee7ad373ee16657518acf7
20213
 
Author: Ryan Lortie <desrt@desrt.ca>
20214
 
Date:   Fri Jun 7 11:41:41 2013 -0400
 
23089
Author:     Ryan Lortie <desrt@desrt.ca>
 
23090
AuthorDate: Fri Jun 7 11:41:41 2013 -0400
 
23091
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23092
CommitDate: Sat Aug 17 12:10:23 2013 -0400
20215
23093
 
20216
23094
    Export __glib_assert_msg
20217
23095
 
20229
23107
 1 file changed, 1 insertion(+)
20230
23108
 
20231
23109
commit f550c0dc9dafc582d323735d9e220e441a337f9a
20232
 
Author: Dan Winship <danw@gnome.org>
20233
 
Date:   Sat Aug 17 10:35:13 2013 -0400
 
23110
Author:     Dan Winship <danw@gnome.org>
 
23111
AuthorDate: Sat Aug 17 10:35:13 2013 -0400
 
23112
Commit:     Dan Winship <danw@gnome.org>
 
23113
CommitDate: Sat Aug 17 10:35:13 2013 -0400
20234
23114
 
20235
23115
    update .gitignores
20236
23116
 
20239
23119
 2 files changed, 3 insertions(+)
20240
23120
 
20241
23121
commit fd5b1939bddf4b935c7e8dea21496483d15c4ece
20242
 
Author: Dan Winship <danw@gnome.org>
20243
 
Date:   Thu Feb 7 10:02:55 2013 -0500
 
23122
Author:     Dan Winship <danw@gnome.org>
 
23123
AuthorDate: Thu Feb 7 10:02:55 2013 -0500
 
23124
Commit:     Dan Winship <danw@gnome.org>
 
23125
CommitDate: Sat Aug 17 10:34:32 2013 -0400
20244
23126
 
20245
23127
    build: fix dtrace-related warnings
20246
23128
 
20257
23139
 2 files changed, 20 insertions(+), 10 deletions(-)
20258
23140
 
20259
23141
commit 5415537edb383fedfc5d4edc17dcf2bd2b8a38af
20260
 
Author: Dan Winship <danw@gnome.org>
20261
 
Date:   Sun Jun 2 19:59:09 2013 -0300
 
23142
Author:     Dan Winship <danw@gnome.org>
 
23143
AuthorDate: Sun Jun 2 19:59:09 2013 -0300
 
23144
Commit:     Dan Winship <danw@gnome.org>
 
23145
CommitDate: Sat Aug 17 10:25:26 2013 -0400
20262
23146
 
20263
23147
    glib/tests/gdatetime: use UTC time in test_GDateTime_diff()
20264
23148
 
20278
23162
 1 file changed, 2 insertions(+), 2 deletions(-)
20279
23163
 
20280
23164
commit 74a5e920767eb350979595c3bc51f126158608d9
20281
 
Author: Wouter Bolsterlee <uws@xs4all.nl>
20282
 
Date:   Sat Aug 17 14:58:12 2013 +0200
 
23165
Author:     Wouter Bolsterlee <uws@xs4all.nl>
 
23166
AuthorDate: Sat Aug 17 14:58:12 2013 +0200
 
23167
Commit:     Wouter Bolsterlee <uws@xs4all.nl>
 
23168
CommitDate: Sat Aug 17 14:58:12 2013 +0200
20283
23169
 
20284
23170
    Updated Dutch translation
20285
23171
 
20287
23173
 1 file changed, 1 insertion(+), 1 deletion(-)
20288
23174
 
20289
23175
commit a7f2765dbabf889df065e601fc072644dda625e4
20290
 
Author: Daiki Ueno <ueno@unixuser.org>
20291
 
Date:   Fri Aug 16 17:44:14 2013 +0200
 
23176
Author:     Daiki Ueno <ueno@unixuser.org>
 
23177
AuthorDate: Fri Aug 16 17:44:14 2013 +0200
 
23178
Commit:     Daiki Ueno <ueno@unixuser.org>
 
23179
CommitDate: Sat Aug 17 06:42:02 2013 +0200
20292
23180
 
20293
23181
    codegen: Treat input file as binary
20294
23182
 
20302
23190
 1 file changed, 1 insertion(+), 1 deletion(-)
20303
23191
 
20304
23192
commit 1e945933d4709131730294df0f9076a4424e6e1c
20305
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20306
 
Date:   Fri Aug 16 10:35:19 2013 +0800
 
23193
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23194
AuthorDate: Fri Aug 16 10:35:19 2013 +0800
 
23195
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23196
CommitDate: Fri Aug 16 10:35:19 2013 +0800
20307
23197
 
20308
23198
    config.h.win32.in: Drop unneeded item
20309
23199
 
20313
23203
 1 file changed, 3 deletions(-)
20314
23204
 
20315
23205
commit 2ab9e544778b040c26d422138bea307f69064958
20316
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20317
 
Date:   Fri Aug 16 10:29:41 2013 +0800
 
23206
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23207
AuthorDate: Fri Aug 16 10:29:41 2013 +0800
 
23208
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23209
CommitDate: Fri Aug 16 10:29:41 2013 +0800
20318
23210
 
20319
23211
    Update config.h.win32.in
20320
23212
 
20327
23219
 1 file changed, 59 insertions(+), 7 deletions(-)
20328
23220
 
20329
23221
commit 4cea6625cb377daa1a0088189447750427a146c3
20330
 
Author: Colin Walters <walters@verbum.org>
20331
 
Date:   Thu Aug 15 18:24:45 2013 -0400
 
23222
Author:     Colin Walters <walters@verbum.org>
 
23223
AuthorDate: Thu Aug 15 18:24:45 2013 -0400
 
23224
Commit:     Colin Walters <walters@verbum.org>
 
23225
CommitDate: Thu Aug 15 19:45:34 2013 -0400
20332
23226
 
20333
23227
    giochannel: Add an out annotation for g_io_channel_read_unichar()
20334
23228
 
20340
23234
 1 file changed, 1 insertion(+), 1 deletion(-)
20341
23235
 
20342
23236
commit a93d373812e37dbac3b749457cedf290227ef441
20343
 
Author: Dan Winship <danw@gnome.org>
20344
 
Date:   Thu Aug 15 11:30:59 2013 -0400
 
23237
Author:     Dan Winship <danw@gnome.org>
 
23238
AuthorDate: Thu Aug 15 11:30:59 2013 -0400
 
23239
Commit:     Dan Winship <danw@gnome.org>
 
23240
CommitDate: Thu Aug 15 12:43:57 2013 -0400
20345
23241
 
20346
23242
    gio/tests/task: fix a race condition in test_run_in_thread()
20347
23243
 
20358
23254
 1 file changed, 38 insertions(+), 7 deletions(-)
20359
23255
 
20360
23256
commit 4b334ef8f1393c997a2d83de4ffe0976dff238c3
20361
 
Author: Nick Schermer <nick@xfce.org>
20362
 
Date:   Wed Aug 7 21:01:00 2013 +0200
 
23257
Author:     Nick Schermer <nick@xfce.org>
 
23258
AuthorDate: Wed Aug 7 21:01:00 2013 +0200
 
23259
Commit:     Colin Walters <walters@verbum.org>
 
23260
CommitDate: Wed Aug 14 18:11:05 2013 +0100
20363
23261
 
20364
23262
    gobject: Handle ref_count==0 in notify_by_pspec
20365
23263
 
20377
23275
 2 files changed, 10 insertions(+)
20378
23276
 
20379
23277
commit 62f173f1f3e5da028fd11cb827a54418e1ca8ec2
20380
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
20381
 
Date:   Wed Aug 14 17:07:38 2013 +0700
 
23278
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
23279
AuthorDate: Wed Aug 14 17:07:38 2013 +0700
 
23280
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
23281
CommitDate: Wed Aug 14 17:07:38 2013 +0700
20382
23282
 
20383
23283
    Updated Thai translation.
20384
23284
 
20387
23287
 1 file changed, 442 insertions(+), 438 deletions(-)
20388
23288
 
20389
23289
commit 844589b03e39ac07af3b63b234d03221ac11e766
20390
 
Author: Matthias Clasen <mclasen@redhat.com>
20391
 
Date:   Tue Aug 13 16:48:51 2013 -0400
 
23290
Author:     Matthias Clasen <mclasen@redhat.com>
 
23291
AuthorDate: Tue Aug 13 16:48:51 2013 -0400
 
23292
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23293
CommitDate: Tue Aug 13 16:48:51 2013 -0400
20392
23294
 
20393
23295
    GSimpleActionGroup: Deprecated redundant API
20394
23296
 
20399
23301
 2 files changed, 12 insertions(+), 4 deletions(-)
20400
23302
 
20401
23303
commit a5fd296cc8583de6ac10c5a6adc84751495ad7e1
20402
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
20403
 
Date:   Tue Aug 13 15:16:48 2013 +0200
 
23304
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
23305
AuthorDate: Tue Aug 13 15:16:48 2013 +0200
 
23306
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
23307
CommitDate: Tue Aug 13 17:19:24 2013 +0200
20404
23308
 
20405
23309
    themedicon: correctly fallback to symbolic icons
20406
23310
 
20420
23324
 1 file changed, 29 insertions(+), 6 deletions(-)
20421
23325
 
20422
23326
commit aa4b9429b43e125a05c4c1c0d7b168c13efbb2ad
20423
 
Author: Aurimas Černius <aurisc4@gmail.com>
20424
 
Date:   Sun Aug 11 21:01:50 2013 +0300
 
23327
Author:     Aurimas Černius <aurisc4@gmail.com>
 
23328
AuthorDate: Sun Aug 11 21:01:50 2013 +0300
 
23329
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
23330
CommitDate: Sun Aug 11 21:01:50 2013 +0300
20425
23331
 
20426
23332
    Updated Lithuanian translation
20427
23333
 
20430
23336
 1 file changed, 437 insertions(+), 430 deletions(-)
20431
23337
 
20432
23338
commit 0dcb1db7a0ec73a67b37a911c6b52b135365e37e
20433
 
Author: Kjartan Maraas <kmaraas@gnome.org>
20434
 
Date:   Thu Aug 8 22:14:04 2013 +0200
 
23339
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
23340
AuthorDate: Thu Aug 8 22:14:04 2013 +0200
 
23341
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
23342
CommitDate: Thu Aug 8 22:14:04 2013 +0200
20435
23343
 
20436
23344
    Updated Norwegian bokmål translation
20437
23345
 
20440
23348
 1 file changed, 278 insertions(+), 273 deletions(-)
20441
23349
 
20442
23350
commit 4ab30c0770f21444682a1671f017293b8631900c
20443
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
20444
 
Date:   Thu Aug 8 11:14:31 2013 +0200
 
23351
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
23352
AuthorDate: Thu Aug 8 11:14:31 2013 +0200
 
23353
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
23354
CommitDate: Thu Aug 8 11:14:31 2013 +0200
20445
23355
 
20446
23356
    Updated Spanish translation
20447
23357
 
20450
23360
 1 file changed, 41 insertions(+), 39 deletions(-)
20451
23361
 
20452
23362
commit c2352409051df49a08d9dced5b69ede434e90723
20453
 
Author: Ryan Lortie <desrt@desrt.ca>
20454
 
Date:   Mon Jul 29 10:00:20 2013 -0400
 
23363
Author:     Ryan Lortie <desrt@desrt.ca>
 
23364
AuthorDate: Mon Jul 29 10:00:20 2013 -0400
 
23365
Commit:     Ryan Lortie <desrt@desrt.ca>
 
23366
CommitDate: Sun Aug 4 17:26:05 2013 +0200
20455
23367
 
20456
23368
    g_get_tmp_dir(): Clean up envars
20457
23369
 
20469
23381
 1 file changed, 18 insertions(+), 22 deletions(-)
20470
23382
 
20471
23383
commit 05d6175ded6ce5f1f7721e2ea90792d348505d89
20472
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
20473
 
Date:   Sun Aug 4 10:31:19 2013 +0300
 
23384
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
23385
AuthorDate: Sun Aug 4 10:31:19 2013 +0300
 
23386
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
23387
CommitDate: Sun Aug 4 10:31:19 2013 +0300
20474
23388
 
20475
23389
    Updated Hebrew translation.
20476
23390
 
20479
23393
 1 file changed, 846 insertions(+), 874 deletions(-)
20480
23394
 
20481
23395
commit 66233f1d1b70a4c220b1dc98e5338e8469a82ff1
20482
 
Author: Emanuele Aina <emanuele.aina@collabora.com>
20483
 
Date:   Sat Aug 3 11:51:00 2013 +0200
 
23396
Author:     Emanuele Aina <emanuele.aina@collabora.com>
 
23397
AuthorDate: Sat Aug 3 11:51:00 2013 +0200
 
23398
Commit:     Emanuele Aina <emanuele.aina@collabora.com>
 
23399
CommitDate: Sun Aug 4 08:15:30 2013 +0200
20484
23400
 
20485
23401
    gtype: Fix typo in g_type_class_add_private() error message
20486
23402
 
20490
23406
 1 file changed, 1 insertion(+), 1 deletion(-)
20491
23407
 
20492
23408
commit 9edd65ad99194ed549a2cdac7c40898451be13ab
20493
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
20494
 
Date:   Sun Aug 4 09:44:21 2013 +0400
 
23409
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
23410
AuthorDate: Sun Aug 4 09:44:21 2013 +0400
 
23411
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
23412
CommitDate: Sun Aug 4 09:44:21 2013 +0400
20495
23413
 
20496
23414
    Updated Russian translation
20497
23415
 
20500
23418
 1 file changed, 433 insertions(+), 414 deletions(-)
20501
23419
 
20502
23420
commit 29b2d3b74bf97b3f950bda666dfc208a1c34c8d7
20503
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
20504
 
Date:   Sun Aug 4 08:57:37 2013 +0530
 
23421
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
23422
AuthorDate: Sun Aug 4 08:57:37 2013 +0530
 
23423
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
23424
CommitDate: Sun Aug 4 08:57:37 2013 +0530
20505
23425
 
20506
23426
    Updated Marathi Translations
20507
23427
 
20510
23430
 1 file changed, 312 insertions(+), 312 deletions(-)
20511
23431
 
20512
23432
commit 13759f9ce8c691f0ac7b9c7afe9da896ec9377a3
20513
 
Author: Marek Černocký <marek@manet.cz>
20514
 
Date:   Sat Aug 3 20:05:34 2013 +0200
 
23433
Author:     Marek Černocký <marek@manet.cz>
 
23434
AuthorDate: Sat Aug 3 20:05:34 2013 +0200
 
23435
Commit:     Marek Černocký <marek@manet.cz>
 
23436
CommitDate: Sat Aug 3 20:05:34 2013 +0200
20515
23437
 
20516
23438
    Updated Czech translation
20517
23439
 
20520
23442
 1 file changed, 50 insertions(+), 51 deletions(-)
20521
23443
 
20522
23444
commit 0d99699ee447745c4e1a622282542be1cbff0d3f
20523
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
20524
 
Date:   Sat Aug 3 21:06:46 2013 +0800
 
23445
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
23446
AuthorDate: Sat Aug 3 21:06:46 2013 +0800
 
23447
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
23448
CommitDate: Sat Aug 3 21:06:46 2013 +0800
20525
23449
 
20526
23450
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
20527
23451
 
20532
23456
 2 files changed, 872 insertions(+), 854 deletions(-)
20533
23457
 
20534
23458
commit 8c170c565b700099d738ea06eab0ed8c8c1aa565
20535
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
20536
 
Date:   Fri Aug 2 23:15:58 2013 -0300
 
23459
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
23460
AuthorDate: Fri Aug 2 23:15:58 2013 -0300
 
23461
Commit:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
23462
CommitDate: Fri Aug 2 23:15:58 2013 -0300
20537
23463
 
20538
23464
    Updated Brazilian Portuguese translation proofread by Enrico Nicoletto
20539
23465
 
20542
23468
 1 file changed, 450 insertions(+), 439 deletions(-)
20543
23469
 
20544
23470
commit 3d15261a5c90822587e91a49074f3224b8e8cd6e
20545
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
20546
 
Date:   Fri Aug 2 12:16:30 2013 +0200
 
23471
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
23472
AuthorDate: Fri Aug 2 12:16:30 2013 +0200
 
23473
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
23474
CommitDate: Fri Aug 2 12:16:30 2013 +0200
20547
23475
 
20548
23476
    Updated Galician translations
20549
23477
 
20552
23480
 1 file changed, 269 insertions(+), 264 deletions(-)
20553
23481
 
20554
23482
commit 7c0d527fa63f9b84ba8bd084b742676d3d5ebb82
20555
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
20556
 
Date:   Thu Aug 1 20:41:50 2013 +0200
 
23483
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
23484
AuthorDate: Thu Aug 1 20:41:50 2013 +0200
 
23485
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
23486
CommitDate: Thu Aug 1 20:41:50 2013 +0200
20557
23487
 
20558
23488
    GMenuModel: Fix typo in annotation
20559
23489
 
20561
23491
 1 file changed, 1 insertion(+), 1 deletion(-)
20562
23492
 
20563
23493
commit 5451265cf40b58678e60662bccaa92e3dcb2a8ec
20564
 
Author: Sweta Kothari <swkothar@redhat.com>
20565
 
Date:   Thu Aug 1 13:46:52 2013 +0530
 
23494
Author:     Sweta Kothari <swkothar@redhat.com>
 
23495
AuthorDate: Thu Aug 1 13:46:52 2013 +0530
 
23496
Commit:     Sweta Kothari <swkothar@redhat.com>
 
23497
CommitDate: Thu Aug 1 13:47:53 2013 +0530
20566
23498
 
20567
23499
    Updated Gujarati Translations
20568
23500
 
20570
23502
 1 file changed, 25 insertions(+), 23 deletions(-)
20571
23503
 
20572
23504
commit 8a1b55372857fa628eb3a1f27d63891374d13bef
20573
 
Author: Daniel Svensson <dsvensson@gmail.com>
20574
 
Date:   Tue Jul 30 18:20:44 2013 -0400
 
23505
Author:     Daniel Svensson <dsvensson@gmail.com>
 
23506
AuthorDate: Tue Jul 30 18:20:44 2013 -0400
 
23507
Commit:     Colin Walters <walters@verbum.org>
 
23508
CommitDate: Tue Jul 30 18:20:44 2013 -0400
20575
23509
 
20576
23510
    gdesktopappinfo: Add missing return value
20577
23511
 
20579
23513
 1 file changed, 1 insertion(+), 1 deletion(-)
20580
23514
 
20581
23515
commit 097ba61b33cd69b81260520ec1a891f3c0ccfb8c
20582
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
20583
 
Date:   Tue Jul 30 22:40:49 2013 +0530
 
23516
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
23517
AuthorDate: Tue Jul 30 22:40:49 2013 +0530
 
23518
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
23519
CommitDate: Tue Jul 30 22:41:25 2013 +0530
20584
23520
 
20585
23521
    Assamese translation updated
20586
23522
 
20588
23524
 1 file changed, 25 insertions(+), 22 deletions(-)
20589
23525
 
20590
23526
commit 54a76e24b3ac2d03851ac4825482f915cfcdc470
20591
 
Author: Dan Winship <danw@gnome.org>
20592
 
Date:   Tue Jul 30 09:12:48 2013 -0400
 
23527
Author:     Dan Winship <danw@gnome.org>
 
23528
AuthorDate: Tue Jul 30 09:12:48 2013 -0400
 
23529
Commit:     Dan Winship <danw@gnome.org>
 
23530
CommitDate: Tue Jul 30 09:13:18 2013 -0400
20593
23531
 
20594
23532
    gsocket: fix a cut-and-pasted error message
20595
23533
 
20597
23535
 1 file changed, 1 insertion(+), 1 deletion(-)
20598
23536
 
20599
23537
commit 0f46a48ee3f8eaa9aaf7c4b2bd3ccff5eff061e3
20600
 
Author: Matthias Clasen <mclasen@redhat.com>
20601
 
Date:   Mon Jul 29 18:07:32 2013 -0400
 
23538
Author:     Matthias Clasen <mclasen@redhat.com>
 
23539
AuthorDate: Mon Jul 29 18:07:32 2013 -0400
 
23540
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23541
CommitDate: Mon Jul 29 18:07:32 2013 -0400
20602
23542
 
20603
23543
    post-release version bump
20604
23544
 
20606
23546
 1 file changed, 1 insertion(+), 1 deletion(-)
20607
23547
 
20608
23548
commit 1a78bea7cac2f49815b2a57039b27dc9993f6d1e
20609
 
Author: Matthias Clasen <mclasen@redhat.com>
20610
 
Date:   Mon Jul 29 17:18:06 2013 -0400
 
23549
Author:     Matthias Clasen <mclasen@redhat.com>
 
23550
AuthorDate: Mon Jul 29 17:18:06 2013 -0400
 
23551
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23552
CommitDate: Mon Jul 29 17:19:06 2013 -0400
20611
23553
 
20612
23554
    2.37.5
20613
23555
 
20615
23557
 1 file changed, 57 insertions(+)
20616
23558
 
20617
23559
commit 7a31a5010c548237bb107f2bf6a73d336f374bb2
20618
 
Author: Ryan Lortie <desrt@desrt.ca>
20619
 
Date:   Mon Jul 29 17:15:19 2013 -0400
 
23560
Author:     Ryan Lortie <desrt@desrt.ca>
 
23561
AuthorDate: Mon Jul 29 17:15:19 2013 -0400
 
23562
Commit:     Ryan Lortie <desrt@desrt.ca>
 
23563
CommitDate: Mon Jul 29 17:15:19 2013 -0400
20620
23564
 
20621
23565
    GMenuModel: add annotations to virtual functions
20622
23566
 
20628
23572
 1 file changed, 16 insertions(+)
20629
23573
 
20630
23574
commit 9551a811981d14f897d100508dbcff07db1fc503
20631
 
Author: Sébastien Wilmet <swilmet@gnome.org>
20632
 
Date:   Mon Jul 29 17:29:05 2013 +0200
 
23575
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
23576
AuthorDate: Mon Jul 29 17:29:05 2013 +0200
 
23577
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
23578
CommitDate: Mon Jul 29 17:29:05 2013 +0200
20633
23579
 
20634
23580
    Fix G_ADD_PRIVATE_DYNAMIC()
20635
23581
 
20637
23583
 1 file changed, 1 insertion(+), 1 deletion(-)
20638
23584
 
20639
23585
commit d0b4f59e8cffc9da8d6e2a856687d34ed2765c3a
20640
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20641
 
Date:   Fri Jul 19 19:10:41 2013 +0800
 
23586
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23587
AuthorDate: Fri Jul 19 19:10:41 2013 +0800
 
23588
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23589
CommitDate: Mon Jul 29 10:26:01 2013 +0800
20642
23590
 
20643
23591
    Add MSVC implementations of G_GNUC_*_IGNORE_DEPRECATIONS
20644
23592
 
20655
23603
 1 file changed, 6 insertions(+)
20656
23604
 
20657
23605
commit 90da4ed628cf9e311c4730d529b5d53159035676
20658
 
Author: Matthias Clasen <mclasen@redhat.com>
20659
 
Date:   Sun Jul 28 22:06:57 2013 -0400
 
23606
Author:     Matthias Clasen <mclasen@redhat.com>
 
23607
AuthorDate: Sun Jul 28 22:06:57 2013 -0400
 
23608
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23609
CommitDate: Sun Jul 28 22:06:57 2013 -0400
20660
23610
 
20661
23611
    Trivial typo fix
20662
23612
 
20664
23614
 1 file changed, 1 insertion(+), 1 deletion(-)
20665
23615
 
20666
23616
commit 3bdd8a2c882ed3cd8d7aab48d2f3180a543d21a2
20667
 
Author: Matthias Clasen <mclasen@redhat.com>
20668
 
Date:   Sun Jul 28 18:44:41 2013 -0400
 
23617
Author:     Matthias Clasen <mclasen@redhat.com>
 
23618
AuthorDate: Sun Jul 28 18:44:41 2013 -0400
 
23619
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23620
CommitDate: Sun Jul 28 18:44:41 2013 -0400
20669
23621
 
20670
23622
    Use GLIB_PRIVATE_CALL macro
20671
23623
 
20677
23629
 2 files changed, 4 insertions(+), 4 deletions(-)
20678
23630
 
20679
23631
commit d9359765acea796473ec9de328d023e5bdc7e96a
20680
 
Author: Matthias Clasen <mclasen@redhat.com>
20681
 
Date:   Sun Jul 28 18:39:51 2013 -0400
 
23632
Author:     Matthias Clasen <mclasen@redhat.com>
 
23633
AuthorDate: Sun Jul 28 18:39:51 2013 -0400
 
23634
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23635
CommitDate: Sun Jul 28 18:39:51 2013 -0400
20682
23636
 
20683
23637
    Use better assertion macros
20684
23638
 
20690
23644
 1 file changed, 66 insertions(+), 66 deletions(-)
20691
23645
 
20692
23646
commit 39460701d4ed32e1c437358875280a410fe8b82f
20693
 
Author: Matthias Clasen <mclasen@redhat.com>
20694
 
Date:   Sun Jul 28 18:39:42 2013 -0400
 
23647
Author:     Matthias Clasen <mclasen@redhat.com>
 
23648
AuthorDate: Sun Jul 28 18:39:42 2013 -0400
 
23649
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23650
CommitDate: Sun Jul 28 18:39:42 2013 -0400
20695
23651
 
20696
23652
    Avoid an unused variable warning
20697
23653
 
20699
23655
 1 file changed, 1 insertion(+), 1 deletion(-)
20700
23656
 
20701
23657
commit 331e93c3f1ad95cb4add48213613e8eeee8cb386
20702
 
Author: Colin Walters <walters@verbum.org>
20703
 
Date:   Sun Jul 28 00:21:00 2013 +0100
 
23658
Author:     Colin Walters <walters@verbum.org>
 
23659
AuthorDate: Sun Jul 28 00:21:00 2013 +0100
 
23660
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23661
CommitDate: Sun Jul 28 18:37:47 2013 -0400
20704
23662
 
20705
23663
    Drop iconv caching code
20706
23664
 
20720
23678
 2 files changed, 324 deletions(-)
20721
23679
 
20722
23680
commit abbb22573813405215c11bff9fb6b110880fd711
20723
 
Author: Ryan Lortie <desrt@desrt.ca>
20724
 
Date:   Thu Jul 25 10:28:42 2013 -0400
 
23681
Author:     Ryan Lortie <desrt@desrt.ca>
 
23682
AuthorDate: Thu Jul 25 10:28:42 2013 -0400
 
23683
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23684
CommitDate: Sun Jul 28 17:19:38 2013 -0400
20725
23685
 
20726
23686
    inotify: don't assume mainloop is running
20727
23687
 
20748
23708
 2 files changed, 23 insertions(+), 5 deletions(-)
20749
23709
 
20750
23710
commit 5843582604c9b1b0d459dc7f15182c966d112d9e
20751
 
Author: Matthias Clasen <mclasen@redhat.com>
20752
 
Date:   Sun Jul 28 17:04:56 2013 -0400
 
23711
Author:     Matthias Clasen <mclasen@redhat.com>
 
23712
AuthorDate: Sun Jul 28 17:04:56 2013 -0400
 
23713
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23714
CommitDate: Sun Jul 28 17:04:56 2013 -0400
20753
23715
 
20754
23716
    Fix build with statvfs
20755
23717
 
20762
23724
 1 file changed, 1 insertion(+)
20763
23725
 
20764
23726
commit 023e3b31a5352460f415944e166d413c2c747886
20765
 
Author: Rico Tzschichholz <ricotz@ubuntu.com>
20766
 
Date:   Sat Jul 27 09:02:58 2013 +0200
 
23727
Author:     Rico Tzschichholz <ricotz@ubuntu.com>
 
23728
AuthorDate: Sat Jul 27 09:02:58 2013 +0200
 
23729
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
23730
CommitDate: Sat Jul 27 09:02:58 2013 +0200
20767
23731
 
20768
23732
    Fix a typo
20769
23733
 
20773
23737
 1 file changed, 2 insertions(+), 2 deletions(-)
20774
23738
 
20775
23739
commit ca6b93d0936e6864d374d3e8f2a795c1702b28b3
20776
 
Author: Emmanuele Bassi <ebassi@gnome.org>
20777
 
Date:   Fri Jul 26 16:45:48 2013 +0100
 
23740
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
23741
AuthorDate: Fri Jul 26 16:45:48 2013 +0100
 
23742
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23743
CommitDate: Fri Jul 26 20:56:54 2013 -0400
20778
23744
 
20779
23745
    Add macros and symbols for private data on dynamic types
20780
23746
 
20793
23759
 1 file changed, 12 insertions(+), 3 deletions(-)
20794
23760
 
20795
23761
commit d2bb019533bbcbd1cee3891822ac7ba6ff55ad3d
20796
 
Author: Colin Walters <walters@verbum.org>
20797
 
Date:   Fri Jul 26 12:39:51 2013 +0100
 
23762
Author:     Colin Walters <walters@verbum.org>
 
23763
AuthorDate: Fri Jul 26 12:39:51 2013 +0100
 
23764
Commit:     Colin Walters <walters@verbum.org>
 
23765
CommitDate: Fri Jul 26 19:46:21 2013 +0100
20798
23766
 
20799
23767
    configure: Use AC_USE_SYSTEM_EXTENSIONS
20800
23768
 
20808
23776
 1 file changed, 1 insertion(+), 5 deletions(-)
20809
23777
 
20810
23778
commit 3b01cbe8a8a9ee2d1169f072624069877b91097c
20811
 
Author: Matthias Clasen <mclasen@redhat.com>
20812
 
Date:   Fri Jul 26 14:40:10 2013 -0400
 
23779
Author:     Matthias Clasen <mclasen@redhat.com>
 
23780
AuthorDate: Fri Jul 26 14:40:10 2013 -0400
 
23781
Commit:     Matthias Clasen <mclasen@redhat.com>
 
23782
CommitDate: Fri Jul 26 14:42:22 2013 -0400
20813
23783
 
20814
23784
    Document restrictions on private names
20815
23785
 
20821
23791
 1 file changed, 6 insertions(+)
20822
23792
 
20823
23793
commit 40f56d9d351f36d3ba2d4797c8f65caa38c78488
20824
 
Author: Sweta Kothari <swkothar@redhat.com>
20825
 
Date:   Fri Jul 26 14:50:22 2013 +0530
 
23794
Author:     Sweta Kothari <swkothar@redhat.com>
 
23795
AuthorDate: Fri Jul 26 14:50:22 2013 +0530
 
23796
Commit:     Sweta Kothari <swkothar@redhat.com>
 
23797
CommitDate: Fri Jul 26 14:50:22 2013 +0530
20826
23798
 
20827
23799
    updated Gujarati translations
20828
23800
 
20831
23803
 1 file changed, 290 insertions(+), 284 deletions(-)
20832
23804
 
20833
23805
commit dc2d3f77811c1247f8c46030557e4f76804bdf9e
20834
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
20835
 
Date:   Thu Jul 25 13:18:58 2013 +0530
 
23806
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
23807
AuthorDate: Thu Jul 25 13:18:58 2013 +0530
 
23808
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
23809
CommitDate: Thu Jul 25 13:18:58 2013 +0530
20836
23810
 
20837
23811
    Assamese translation updated
20838
23812
 
20841
23815
 1 file changed, 247 insertions(+), 248 deletions(-)
20842
23816
 
20843
23817
commit 2127654da5ec64db93653e7b0ac02b0b17abe191
20844
 
Author: Dan Winship <danw@gnome.org>
20845
 
Date:   Wed Jul 24 10:02:38 2013 -0400
 
23818
Author:     Dan Winship <danw@gnome.org>
 
23819
AuthorDate: Wed Jul 24 10:02:38 2013 -0400
 
23820
Commit:     Dan Winship <danw@gnome.org>
 
23821
CommitDate: Wed Jul 24 14:22:23 2013 -0400
20846
23822
 
20847
23823
    mainloop: redo child source tests to not use timeouts
20848
23824
 
20857
23833
 1 file changed, 89 insertions(+), 20 deletions(-)
20858
23834
 
20859
23835
commit 8c748efce1b441cf8aa05f22a24c27a940a29cf7
20860
 
Author: Dan Winship <danw@gnome.org>
20861
 
Date:   Wed Jul 24 10:45:36 2013 -0400
 
23836
Author:     Dan Winship <danw@gnome.org>
 
23837
AuthorDate: Wed Jul 24 10:45:36 2013 -0400
 
23838
Commit:     Dan Winship <danw@gnome.org>
 
23839
CommitDate: Wed Jul 24 10:45:36 2013 -0400
20862
23840
 
20863
23841
    gnetworkaddress: tweak to make Solaris happy
20864
23842
 
20868
23846
 1 file changed, 1 insertion(+)
20869
23847
 
20870
23848
commit 5a287a0be58c7b54208143367e3d6e011f961544
20871
 
Author: Shantha kumar <shkumar@redhat.com>
20872
 
Date:   Wed Jul 24 14:57:30 2013 +0530
 
23849
Author:     Shantha kumar <shkumar@redhat.com>
 
23850
AuthorDate: Wed Jul 24 14:57:30 2013 +0530
 
23851
Commit:     Shantha kumar <shkumar@redhat.com>
 
23852
CommitDate: Wed Jul 24 14:57:30 2013 +0530
20873
23853
 
20874
23854
    Tamil Translation Updated
20875
23855
 
20878
23858
 1 file changed, 317 insertions(+), 320 deletions(-)
20879
23859
 
20880
23860
commit baf7f1e23e4c924049e75fe11ea029846c03706d
20881
 
Author: Colin Walters <walters@verbum.org>
20882
 
Date:   Mon Jul 22 19:31:35 2013 +0100
 
23861
Author:     Colin Walters <walters@verbum.org>
 
23862
AuthorDate: Mon Jul 22 19:31:35 2013 +0100
 
23863
Commit:     Colin Walters <walters@verbum.org>
 
23864
CommitDate: Tue Jul 23 14:43:38 2013 -0400
20883
23865
 
20884
23866
    tests/unix: Don't error immediately on timeout
20885
23867
 
20898
23880
 1 file changed, 6 insertions(+), 5 deletions(-)
20899
23881
 
20900
23882
commit 2e471acfcabef4bbf50ce29dc9cd157263e646f0
20901
 
Author: Colin Walters <walters@verbum.org>
20902
 
Date:   Mon Jul 22 19:06:31 2013 +0100
 
23883
Author:     Colin Walters <walters@verbum.org>
 
23884
AuthorDate: Mon Jul 22 19:06:31 2013 +0100
 
23885
Commit:     Colin Walters <walters@verbum.org>
 
23886
CommitDate: Tue Jul 23 14:43:15 2013 -0400
20903
23887
 
20904
23888
    gmain: Reset signal handlers to default when source is destroyed
20905
23889
 
20923
23907
 2 files changed, 35 insertions(+), 27 deletions(-)
20924
23908
 
20925
23909
commit 6fbb1463429748bed7ab6593779430ee1c0664f5
20926
 
Author: Sébastien Wilmet <swilmet@gnome.org>
20927
 
Date:   Mon Jul 15 13:52:14 2013 +0200
 
23910
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
23911
AuthorDate: Mon Jul 15 13:52:14 2013 +0200
 
23912
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
23913
CommitDate: Tue Jul 23 15:43:22 2013 +0200
20928
23914
 
20929
23915
    GRegex: add g_regex_get_max_lookbehind()
20930
23916
 
20941
23927
 4 files changed, 45 insertions(+)
20942
23928
 
20943
23929
commit d9e01e0c37eb7928a99aeaa3d51007198991928d
20944
 
Author: Colin Walters <walters@verbum.org>
20945
 
Date:   Mon Jul 22 15:11:13 2013 +0100
 
23930
Author:     Colin Walters <walters@verbum.org>
 
23931
AuthorDate: Mon Jul 22 15:11:13 2013 +0100
 
23932
Commit:     Colin Walters <walters@verbum.org>
 
23933
CommitDate: Mon Jul 22 15:14:34 2013 +0100
20946
23934
 
20947
23935
    tests/closure: Send SIGUSR1 only to our pid
20948
23936
 
20954
23942
 1 file changed, 1 insertion(+), 1 deletion(-)
20955
23943
 
20956
23944
commit 00f5c63621d8a0e67562deaf529b6a9c9362e2d7
20957
 
Author: Colin Walters <walters@verbum.org>
20958
 
Date:   Mon Jul 22 12:51:00 2013 +0100
 
23945
Author:     Colin Walters <walters@verbum.org>
 
23946
AuthorDate: Mon Jul 22 12:51:00 2013 +0100
 
23947
Commit:     Colin Walters <walters@verbum.org>
 
23948
CommitDate: Mon Jul 22 09:34:24 2013 -0400
20959
23949
 
20960
23950
    tests/closure: Use correct prototype for signal callback
20961
23951
 
20969
23959
 1 file changed, 11 insertions(+), 1 deletion(-)
20970
23960
 
20971
23961
commit a65a85a4fd334a2dbd6739955aa652efc83a360f
20972
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
20973
 
Date:   Mon Jul 22 13:48:58 2013 +0200
 
23962
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
23963
AuthorDate: Mon Jul 22 13:48:58 2013 +0200
 
23964
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
23965
CommitDate: Mon Jul 22 13:48:58 2013 +0200
20974
23966
 
20975
23967
    Updated Spanish translation
20976
23968
 
20979
23971
 1 file changed, 276 insertions(+), 273 deletions(-)
20980
23972
 
20981
23973
commit 64041ca498a6115eb3a6f32c0fb2a3bec3c9fd88
20982
 
Author: Milan Crha <mcrha@redhat.com>
20983
 
Date:   Mon Jul 22 09:54:33 2013 +0200
 
23974
Author:     Milan Crha <mcrha@redhat.com>
 
23975
AuthorDate: Mon Jul 22 09:54:33 2013 +0200
 
23976
Commit:     Milan Crha <mcrha@redhat.com>
 
23977
CommitDate: Mon Jul 22 09:54:33 2013 +0200
20984
23978
 
20985
23979
    g_thread_create_full() can dereference NULL pointer
20986
23980
 
20994
23988
 1 file changed, 1 insertion(+), 1 deletion(-)
20995
23989
 
20996
23990
commit 114b1ccf78849988567011c36dd5e868a66a3431
20997
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
20998
 
Date:   Thu Jul 18 17:22:53 2013 +0800
 
23991
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
23992
AuthorDate: Thu Jul 18 17:22:53 2013 +0800
 
23993
Commit:     Colin Walters <walters@verbum.org>
 
23994
CommitDate: Sun Jul 21 20:50:34 2013 +0100
20999
23995
 
21000
23996
    gsourceclosure.c: Fix build on Windows
21001
23997
 
21010
24006
 1 file changed, 6 insertions(+)
21011
24007
 
21012
24008
commit 88ab63155de12a995c53711c65cc25026912171e
21013
 
Author: Dan Winship <danw@gnome.org>
21014
 
Date:   Thu Jul 18 08:11:35 2013 -0400
 
24009
Author:     Dan Winship <danw@gnome.org>
 
24010
AuthorDate: Thu Jul 18 08:11:35 2013 -0400
 
24011
Commit:     Colin Walters <walters@verbum.org>
 
24012
CommitDate: Sun Jul 21 20:50:11 2013 +0100
21015
24013
 
21016
24014
    gobject/tests/closure: fix on win32
21017
24015
 
21024
24022
 1 file changed, 1 insertion(+), 1 deletion(-)
21025
24023
 
21026
24024
commit 35e331b86912813a7d18b0ca3fb951f5759c11e8
21027
 
Author: Colin Walters <walters@verbum.org>
21028
 
Date:   Sun Jul 21 19:42:34 2013 +0100
 
24025
Author:     Colin Walters <walters@verbum.org>
 
24026
AuthorDate: Sun Jul 21 19:42:34 2013 +0100
 
24027
Commit:     Colin Walters <walters@verbum.org>
 
24028
CommitDate: Sun Jul 21 19:42:34 2013 +0100
21029
24029
 
21030
24030
    tests/closure: Fix invalid unref
21031
24031
 
21036
24036
 1 file changed, 1 deletion(-)
21037
24037
 
21038
24038
commit 1543baddee0b18531325aa9728529777c38c94d7
21039
 
Author: Marek Černocký <marek@manet.cz>
21040
 
Date:   Sun Jul 21 11:00:38 2013 +0200
 
24039
Author:     Marek Černocký <marek@manet.cz>
 
24040
AuthorDate: Sun Jul 21 11:00:38 2013 +0200
 
24041
Commit:     Marek Černocký <marek@manet.cz>
 
24042
CommitDate: Sun Jul 21 11:00:38 2013 +0200
21041
24043
 
21042
24044
    Updated Czech translation
21043
24045
 
21046
24048
 1 file changed, 230 insertions(+), 224 deletions(-)
21047
24049
 
21048
24050
commit 4f327d6379c3eb8f9dcd5127349c06f1d34b1155
21049
 
Author: Sébastien Wilmet <swilmet@gnome.org>
21050
 
Date:   Fri Jul 12 16:44:13 2013 +0200
 
24051
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
24052
AuthorDate: Fri Jul 12 16:44:13 2013 +0200
 
24053
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
24054
CommitDate: Sat Jul 20 11:07:46 2013 +0200
21051
24055
 
21052
24056
    GRegex: update documentation for partial matching
21053
24057
 
21073
24077
 1 file changed, 4 insertions(+), 12 deletions(-)
21074
24078
 
21075
24079
commit b3968fb1501bb2950e6c15aad95083e6f01973ba
21076
 
Author: Sébastien Wilmet <swilmet@gnome.org>
21077
 
Date:   Fri Jul 5 13:23:11 2013 +0200
 
24080
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
24081
AuthorDate: Fri Jul 5 13:23:11 2013 +0200
 
24082
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
24083
CommitDate: Sat Jul 20 11:07:46 2013 +0200
21078
24084
 
21079
24085
    Improve documentation
21080
24086
 
21094
24100
 4 files changed, 5 insertions(+), 4 deletions(-)
21095
24101
 
21096
24102
commit 8753df9d700dcc132f77432d76863884ab21fa87
21097
 
Author: Matthias Clasen <mclasen@redhat.com>
21098
 
Date:   Fri Jul 19 19:41:24 2013 -0400
 
24103
Author:     Matthias Clasen <mclasen@redhat.com>
 
24104
AuthorDate: Fri Jul 19 19:41:24 2013 -0400
 
24105
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24106
CommitDate: Fri Jul 19 19:43:48 2013 -0400
21099
24107
 
21100
24108
    gsettings tool: report failure to write
21101
24109
 
21108
24116
 1 file changed, 5 insertions(+), 1 deletion(-)
21109
24117
 
21110
24118
commit dc87c453fbdcf568990c0e7587fa4607f5e148b9
21111
 
Author: Igor Pashev <pashev.igor@gmail.com>
21112
 
Date:   Fri Jul 19 18:23:29 2013 -0400
 
24119
Author:     Igor Pashev <pashev.igor@gmail.com>
 
24120
AuthorDate: Fri Jul 19 18:23:29 2013 -0400
 
24121
Commit:     Colin Walters <walters@verbum.org>
 
24122
CommitDate: Fri Jul 19 18:23:29 2013 -0400
21113
24123
 
21114
24124
    tests/gvariant: Canonicalize to lower case to work on Illumos
21115
24125
    (OpenSolaris)
21122
24132
 1 file changed, 5 insertions(+), 1 deletion(-)
21123
24133
 
21124
24134
commit 31aee73285729b1d0d2210cb728b4b2d52711678
21125
 
Author: Colin Walters <walters@verbum.org>
21126
 
Date:   Fri Jul 19 11:50:35 2013 -0400
 
24135
Author:     Colin Walters <walters@verbum.org>
 
24136
AuthorDate: Fri Jul 19 11:50:35 2013 -0400
 
24137
Commit:     Colin Walters <walters@verbum.org>
 
24138
CommitDate: Fri Jul 19 17:49:47 2013 -0400
21127
24139
 
21128
24140
    gdbusnameowning: Don't spew an error if we're releasing a name due
21129
24141
    to closing
21147
24159
 1 file changed, 3 insertions(+), 1 deletion(-)
21148
24160
 
21149
24161
commit be2c7b83c4a9c9d3aa76b1499c27ab19e0f4e470
21150
 
Author: Giovanni Campagna <gcampagn@redhat.com>
21151
 
Date:   Tue Jul 16 15:26:02 2013 +0200
 
24162
Author:     Giovanni Campagna <gcampagn@redhat.com>
 
24163
AuthorDate: Tue Jul 16 15:26:02 2013 +0200
 
24164
Commit:     Giovanni Campagna <gcampagn@redhat.com>
 
24165
CommitDate: Fri Jul 19 09:34:47 2013 +0200
21152
24166
 
21153
24167
    glib-unix: fix handling of multiple signal source for the same signal
21154
24168
 
21170
24184
 2 files changed, 71 insertions(+), 5 deletions(-)
21171
24185
 
21172
24186
commit 72a7e824d65b725a5f64224ee274fe5e3d7933fc
21173
 
Author: Dan Winship <danw@gnome.org>
21174
 
Date:   Wed Jul 17 18:58:18 2013 -0400
 
24187
Author:     Dan Winship <danw@gnome.org>
 
24188
AuthorDate: Wed Jul 17 18:58:18 2013 -0400
 
24189
Commit:     Dan Winship <danw@gnome.org>
 
24190
CommitDate: Wed Jul 17 21:41:45 2013 -0400
21175
24191
 
21176
24192
    gsourceclosure: fix idle/timeout/signal closures, add child watch
21177
24193
    support
21188
24204
 4 files changed, 270 insertions(+), 3 deletions(-)
21189
24205
 
21190
24206
commit d06400cbaf4d3f6741a463668b2c8a56f695d124
21191
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
21192
 
Date:   Wed Jul 17 16:54:35 2013 +0800
 
24207
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
24208
AuthorDate: Wed Jul 17 16:54:35 2013 +0800
 
24209
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
24210
CommitDate: Wed Jul 17 16:54:35 2013 +0800
21193
24211
 
21194
24212
    Visual Studio Builds: Update property sheets
21195
24213
 
21201
24219
 2 files changed, 3 insertions(+)
21202
24220
 
21203
24221
commit 95f7dc949135181dcefd69e6773f1488c02a79a9
21204
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
21205
 
Date:   Wed Jul 17 16:45:50 2013 +0800
 
24222
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
24223
AuthorDate: Wed Jul 17 16:45:50 2013 +0800
 
24224
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
24225
CommitDate: Wed Jul 17 16:45:50 2013 +0800
21206
24226
 
21207
24227
    Visual Studio Builds: "Install" gdbus-codegen
21208
24228
 
21211
24231
 2 files changed, 11 insertions(+)
21212
24232
 
21213
24233
commit 371fb88362f372644bc1503594f8885ffd65f52e
21214
 
Author: Matthias Clasen <mclasen@redhat.com>
21215
 
Date:   Tue Jul 16 19:21:31 2013 -0400
 
24234
Author:     Matthias Clasen <mclasen@redhat.com>
 
24235
AuthorDate: Tue Jul 16 19:21:31 2013 -0400
 
24236
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24237
CommitDate: Tue Jul 16 19:21:31 2013 -0400
21216
24238
 
21217
24239
    gsettings tool: Improve documentation
21218
24240
 
21222
24244
 1 file changed, 4 insertions(+)
21223
24245
 
21224
24246
commit 8ead9055b9139a8e8849e8d34ba0bd4b245618db
21225
 
Author: Ryan Lortie <desrt@desrt.ca>
21226
 
Date:   Sun Jul 14 17:11:59 2013 -0400
 
24247
Author:     Ryan Lortie <desrt@desrt.ca>
 
24248
AuthorDate: Sun Jul 14 17:11:59 2013 -0400
 
24249
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24250
CommitDate: Sun Jul 14 19:48:01 2013 -0400
21227
24251
 
21228
24252
    GApplication: reply to ActivateAction
21229
24253
 
21234
24258
 1 file changed, 2 insertions(+)
21235
24259
 
21236
24260
commit 06b968b6db73c88e16a791328be1ba57fe287d6a
21237
 
Author: Matthias Clasen <mclasen@redhat.com>
21238
 
Date:   Sun Jul 14 11:35:56 2013 -0400
 
24261
Author:     Matthias Clasen <mclasen@redhat.com>
 
24262
AuthorDate: Sun Jul 14 11:35:56 2013 -0400
 
24263
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24264
CommitDate: Sun Jul 14 11:36:45 2013 -0400
21239
24265
 
21240
24266
    Make a test desktop file a little less invalid
21241
24267
 
21250
24276
 1 file changed, 2 insertions(+), 1 deletion(-)
21251
24277
 
21252
24278
commit ff68fca9e9fc7b534af86f2928d80830b331716f
21253
 
Author: Colin Walters <walters@verbum.org>
21254
 
Date:   Thu Jul 11 11:07:17 2013 -0400
 
24279
Author:     Colin Walters <walters@verbum.org>
 
24280
AuthorDate: Thu Jul 11 11:07:17 2013 -0400
 
24281
Commit:     Colin Walters <walters@verbum.org>
 
24282
CommitDate: Sun Jul 14 14:46:43 2013 +0100
21255
24283
 
21256
24284
    tests/mainloop: Fix assertions to really avoid race conditions
21257
24285
 
21267
24295
 1 file changed, 9 insertions(+), 5 deletions(-)
21268
24296
 
21269
24297
commit 405936632a4ed8a83cb1a5472944e35e8159566a
21270
 
Author: Christian Kirbach <christian.kirbach@gmail.com>
21271
 
Date:   Sun Jul 14 12:24:07 2013 +0200
 
24298
Author:     Christian Kirbach <christian.kirbach@gmail.com>
 
24299
AuthorDate: Sun Jul 14 12:24:07 2013 +0200
 
24300
Commit:     Christian Kirbach <christian.kirbach@gmail.com>
 
24301
CommitDate: Sun Jul 14 12:24:07 2013 +0200
21272
24302
 
21273
24303
    Updated German translation
21274
24304
 
21277
24307
 1 file changed, 483 insertions(+), 464 deletions(-)
21278
24308
 
21279
24309
commit 8d0e0c6fcca845659ae54f8a4c1508826ed36963
21280
 
Author: Dan Winship <danw@gnome.org>
21281
 
Date:   Mon Jun 3 08:13:50 2013 -0300
 
24310
Author:     Dan Winship <danw@gnome.org>
 
24311
AuthorDate: Mon Jun 3 08:13:50 2013 -0300
 
24312
Commit:     Dan Winship <danw@gnome.org>
 
24313
CommitDate: Sat Jul 13 16:38:55 2013 -0400
21282
24314
 
21283
24315
    gcancellable: update GCancellableSource, fix a race condition
21284
24316
 
21299
24331
 1 file changed, 13 insertions(+), 27 deletions(-)
21300
24332
 
21301
24333
commit 8f80fbb2a7bbd140657247b328d6f010ed4d9157
21302
 
Author: Dan Winship <danw@gnome.org>
21303
 
Date:   Mon Jun 3 08:10:31 2013 -0300
 
24334
Author:     Dan Winship <danw@gnome.org>
 
24335
AuthorDate: Mon Jun 3 08:10:31 2013 -0300
 
24336
Commit:     Dan Winship <danw@gnome.org>
 
24337
CommitDate: Sat Jul 13 16:38:55 2013 -0400
21304
24338
 
21305
24339
    Remove some unnecessary source prepare/check functions
21306
24340
 
21315
24349
 2 files changed, 4 insertions(+), 31 deletions(-)
21316
24350
 
21317
24351
commit 6d328a0d5d0c4762d9d942f2632763075b12dcb8
21318
 
Author: Dan Winship <danw@gnome.org>
21319
 
Date:   Sat Jun 1 15:24:13 2013 -0300
 
24352
Author:     Dan Winship <danw@gnome.org>
 
24353
AuthorDate: Sat Jun 1 15:24:13 2013 -0300
 
24354
Commit:     Dan Winship <danw@gnome.org>
 
24355
CommitDate: Sat Jul 13 16:38:55 2013 -0400
21320
24356
 
21321
24357
    gio: port unix streams to GUnixFDSource
21322
24358
 
21334
24370
 4 files changed, 22 insertions(+), 121 deletions(-)
21335
24371
 
21336
24372
commit 8a899265329f6bbbb066991fdc036045d7031b37
21337
 
Author: Dan Winship <danw@gnome.org>
21338
 
Date:   Sat Jun 1 15:23:15 2013 -0300
 
24373
Author:     Dan Winship <danw@gnome.org>
 
24374
AuthorDate: Sat Jun 1 15:23:15 2013 -0300
 
24375
Commit:     Dan Winship <danw@gnome.org>
 
24376
CommitDate: Sat Jul 13 16:38:55 2013 -0400
21339
24377
 
21340
24378
    gsourceclosure: Add support for GUnixSignalWatchSource and
21341
24379
    GUnixFDSource
21350
24388
 4 files changed, 54 insertions(+), 5 deletions(-)
21351
24389
 
21352
24390
commit 1da47d5ede3384105c035638fb4eb533d8989e20
21353
 
Author: Dan Winship <danw@gnome.org>
21354
 
Date:   Sun Jun 2 19:59:23 2013 -0300
 
24391
Author:     Dan Winship <danw@gnome.org>
 
24392
AuthorDate: Sun Jun 2 19:59:23 2013 -0300
 
24393
Commit:     Dan Winship <danw@gnome.org>
 
24394
CommitDate: Sat Jul 13 16:38:55 2013 -0400
21355
24395
 
21356
24396
    gsourceclosure: use g_cclosure_marshal_generic
21357
24397
 
21370
24410
 5 files changed, 2 insertions(+), 61 deletions(-)
21371
24411
 
21372
24412
commit cdff4a331ef5ba986afb3707db6cc019b71654d4
21373
 
Author: Ryan Lortie <desrt@desrt.ca>
21374
 
Date:   Sat Jul 13 15:48:39 2013 -0400
 
24413
Author:     Ryan Lortie <desrt@desrt.ca>
 
24414
AuthorDate: Sat Jul 13 15:48:39 2013 -0400
 
24415
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24416
CommitDate: Sat Jul 13 15:48:39 2013 -0400
21375
24417
 
21376
24418
    Fix g_return_if_fail vs. return_val_if_fail
21377
24419
 
21379
24421
 1 file changed, 2 insertions(+), 2 deletions(-)
21380
24422
 
21381
24423
commit c04a063b781fa4a8c84ed067eaa31241fea18f86
21382
 
Author: Ryan Lortie <desrt@desrt.ca>
21383
 
Date:   Thu Jul 4 16:24:38 2013 -0400
 
24424
Author:     Ryan Lortie <desrt@desrt.ca>
 
24425
AuthorDate: Thu Jul 4 16:24:38 2013 -0400
 
24426
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24427
CommitDate: Sat Jul 13 13:41:03 2013 -0400
21384
24428
 
21385
24429
    GAction: add function for printing detailed names
21386
24430
 
21402
24446
 3 files changed, 105 insertions(+), 7 deletions(-)
21403
24447
 
21404
24448
commit c08ef6c165c6935f257d3fb98c049be50e3816da
21405
 
Author: Dan Winship <danw@gnome.org>
21406
 
Date:   Tue Jun 4 17:29:55 2013 -0300
 
24449
Author:     Dan Winship <danw@gnome.org>
 
24450
AuthorDate: Tue Jun 4 17:29:55 2013 -0300
 
24451
Commit:     Dan Winship <danw@gnome.org>
 
24452
CommitDate: Fri Jul 12 11:59:50 2013 -0400
21407
24453
 
21408
24454
    gnetworkmonitornetlink: handle default route via device
21409
24455
 
21423
24469
 1 file changed, 9 insertions(+), 9 deletions(-)
21424
24470
 
21425
24471
commit 973464781cf90c3b1a55c88cd1772a25aba153ca
21426
 
Author: Ryan Lortie <desrt@desrt.ca>
21427
 
Date:   Thu Jul 11 15:57:05 2013 -0400
 
24472
Author:     Ryan Lortie <desrt@desrt.ca>
 
24473
AuthorDate: Thu Jul 11 15:57:05 2013 -0400
 
24474
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24475
CommitDate: Thu Jul 11 15:57:59 2013 -0400
21428
24476
 
21429
24477
    Fix a typo in a filename in Makefile.am
21430
24478
 
21432
24480
 1 file changed, 1 insertion(+), 1 deletion(-)
21433
24481
 
21434
24482
commit 3b1b04433cdc1f1685af2e9c5437e3ac41f3a94a
21435
 
Author: Ryan Lortie <desrt@desrt.ca>
21436
 
Date:   Sat Jun 8 17:31:09 2013 -0400
 
24483
Author:     Ryan Lortie <desrt@desrt.ca>
 
24484
AuthorDate: Sat Jun 8 17:31:09 2013 -0400
 
24485
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24486
CommitDate: Thu Jul 11 15:49:28 2013 -0400
21437
24487
 
21438
24488
    Add a testcase for DBusActivatable=true
21439
24489
 
21452
24502
 4 files changed, 311 insertions(+)
21453
24503
 
21454
24504
commit 2a4dbbc73a65a9a8faa895eda88d0e7339ae9475
21455
 
Author: Piotr Drąg <piotrdrag@gmail.com>
21456
 
Date:   Thu Jul 11 21:09:15 2013 +0200
 
24505
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
24506
AuthorDate: Thu Jul 11 21:09:15 2013 +0200
 
24507
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
24508
CommitDate: Thu Jul 11 21:09:15 2013 +0200
21457
24509
 
21458
24510
    Updated POTFILES.in
21459
24511
 
21461
24513
 1 file changed, 1 insertion(+)
21462
24514
 
21463
24515
commit d07d96e13549439ea42af0f9348afc5aa044bc9f
21464
 
Author: Ryan Lortie <desrt@desrt.ca>
21465
 
Date:   Thu Jul 11 13:54:47 2013 -0400
 
24516
Author:     Ryan Lortie <desrt@desrt.ca>
 
24517
AuthorDate: Thu Jul 11 13:54:47 2013 -0400
 
24518
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24519
CommitDate: Thu Jul 11 13:54:47 2013 -0400
21466
24520
 
21467
24521
    Deal with new automake test stuff
21468
24522
 
21475
24529
 2 files changed, 4 insertions(+), 1 deletion(-)
21476
24530
 
21477
24531
commit 985e95e831b340adb57b848590bc20c4e163100a
21478
 
Author: Ryan Lortie <desrt@desrt.ca>
21479
 
Date:   Thu Jul 11 13:47:45 2013 -0400
 
24532
Author:     Ryan Lortie <desrt@desrt.ca>
 
24533
AuthorDate: Thu Jul 11 13:47:45 2013 -0400
 
24534
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24535
CommitDate: Thu Jul 11 13:49:20 2013 -0400
21480
24536
 
21481
24537
    Add missing file
21482
24538
 
21486
24542
 1 file changed, 16 insertions(+)
21487
24543
 
21488
24544
commit 9ec8ab62b29ca9a5499fd906231a1c3bb758f321
21489
 
Author: Ryan Lortie <desrt@desrt.ca>
21490
 
Date:   Thu Jul 11 13:04:23 2013 -0400
 
24545
Author:     Ryan Lortie <desrt@desrt.ca>
 
24546
AuthorDate: Thu Jul 11 13:04:23 2013 -0400
 
24547
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24548
CommitDate: Thu Jul 11 13:04:23 2013 -0400
21491
24549
 
21492
24550
    GDesktopAppInfo: remove note about OnlyShowIn
21493
24551
 
21500
24558
 1 file changed, 5 deletions(-)
21501
24559
 
21502
24560
commit 6dc5c118e4e52d6a6abaed4d6191fe655917ee4d
21503
 
Author: Ryan Lortie <desrt@desrt.ca>
21504
 
Date:   Thu Jul 11 12:46:59 2013 -0400
 
24561
Author:     Ryan Lortie <desrt@desrt.ca>
 
24562
AuthorDate: Thu Jul 11 12:46:59 2013 -0400
 
24563
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24564
CommitDate: Thu Jul 11 12:48:08 2013 -0400
21505
24565
 
21506
24566
    Implement the Desktop Action specification
21507
24567
 
21535
24595
 6 files changed, 291 insertions(+), 24 deletions(-)
21536
24596
 
21537
24597
commit f77e1216500986ae60b42a77e25717e1710c6013
21538
 
Author: Ryan Lortie <desrt@desrt.ca>
21539
 
Date:   Fri Jun 28 11:41:43 2013 -0400
 
24598
Author:     Ryan Lortie <desrt@desrt.ca>
 
24599
AuthorDate: Fri Jun 28 11:41:43 2013 -0400
 
24600
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24601
CommitDate: Thu Jul 11 12:35:45 2013 -0400
21540
24602
 
21541
24603
    add GPropertyAction
21542
24604
 
21559
24621
 8 files changed, 797 insertions(+), 1 deletion(-)
21560
24622
 
21561
24623
commit 662e3c4891a63498d9720d7c9a3d782f30374d3a
21562
 
Author: Ryan Lortie <desrt@desrt.ca>
21563
 
Date:   Thu Jul 11 12:26:33 2013 -0400
 
24624
Author:     Ryan Lortie <desrt@desrt.ca>
 
24625
AuthorDate: Thu Jul 11 12:26:33 2013 -0400
 
24626
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24627
CommitDate: Thu Jul 11 12:26:33 2013 -0400
21564
24628
 
21565
24629
    GVariant: fix two small/theoretical leaks
21566
24630
 
21578
24642
 1 file changed, 2 insertions(+)
21579
24643
 
21580
24644
commit 1c586e44befe07812ac1e4473ef9e3a76330b78e
21581
 
Author: Ryan Lortie <desrt@desrt.ca>
21582
 
Date:   Thu Jul 11 12:16:44 2013 -0400
 
24645
Author:     Ryan Lortie <desrt@desrt.ca>
 
24646
AuthorDate: Thu Jul 11 12:16:44 2013 -0400
 
24647
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24648
CommitDate: Thu Jul 11 12:16:44 2013 -0400
21583
24649
 
21584
24650
    Add g_variant_new_printf
21585
24651
 
21593
24659
 4 files changed, 63 insertions(+)
21594
24660
 
21595
24661
commit 542099b5adfad9ee0641242b837e0e3d705d973a
21596
 
Author: Matthias Clasen <mclasen@redhat.com>
21597
 
Date:   Tue Jul 9 14:28:19 2013 -0400
 
24662
Author:     Matthias Clasen <mclasen@redhat.com>
 
24663
AuthorDate: Tue Jul 9 14:28:19 2013 -0400
 
24664
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24665
CommitDate: Tue Jul 9 14:28:19 2013 -0400
21598
24666
 
21599
24667
    bump version
21600
24668
 
21602
24670
 1 file changed, 1 insertion(+), 1 deletion(-)
21603
24671
 
21604
24672
commit d5c5dcfab92a34e286e830520622a45b9e8fd39d
21605
 
Author: Matthias Clasen <mclasen@redhat.com>
21606
 
Date:   Tue Jul 9 12:54:00 2013 -0400
 
24673
Author:     Matthias Clasen <mclasen@redhat.com>
 
24674
AuthorDate: Tue Jul 9 12:54:00 2013 -0400
 
24675
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24676
CommitDate: Tue Jul 9 13:31:04 2013 -0400
21607
24677
 
21608
24678
    2.37.4
21609
24679
 
21611
24681
 1 file changed, 15 insertions(+)
21612
24682
 
21613
24683
commit 89f9f227d6d968516e999c038d9115351879d9da
21614
 
Author: Matthias Clasen <mclasen@redhat.com>
21615
 
Date:   Tue Jul 9 13:30:49 2013 -0400
 
24684
Author:     Matthias Clasen <mclasen@redhat.com>
 
24685
AuthorDate: Tue Jul 9 13:30:49 2013 -0400
 
24686
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24687
CommitDate: Tue Jul 9 13:31:04 2013 -0400
21616
24688
 
21617
24689
    Add G_TYPE_CHECKSUM to the docs
21618
24690
 
21620
24692
 1 file changed, 1 insertion(+)
21621
24693
 
21622
24694
commit e38ee2f468bbbed0d354a95bbace3e9e19e8e695
21623
 
Author: Matthias Clasen <mclasen@redhat.com>
21624
 
Date:   Tue Jul 9 13:28:07 2013 -0400
 
24695
Author:     Matthias Clasen <mclasen@redhat.com>
 
24696
AuthorDate: Tue Jul 9 13:28:07 2013 -0400
 
24697
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24698
CommitDate: Tue Jul 9 13:28:23 2013 -0400
21625
24699
 
21626
24700
    Document g_simple_proxy_resolver_set_ignore_hosts
21627
24701
 
21629
24703
 1 file changed, 15 insertions(+), 2 deletions(-)
21630
24704
 
21631
24705
commit 1c1255772bcdba846e31a00b1b5495b4da8ce607
21632
 
Author: Matthias Clasen <mclasen@redhat.com>
21633
 
Date:   Tue Jul 9 13:23:12 2013 -0400
 
24706
Author:     Matthias Clasen <mclasen@redhat.com>
 
24707
AuthorDate: Tue Jul 9 13:23:12 2013 -0400
 
24708
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24709
CommitDate: Tue Jul 9 13:23:22 2013 -0400
21634
24710
 
21635
24711
    Minor doc tweak
21636
24712
 
21638
24714
 1 file changed, 2 insertions(+), 2 deletions(-)
21639
24715
 
21640
24716
commit 9675bcc5e7bd3e7ce2d23ad4ffecf332f09192d2
21641
 
Author: Gil Forcada <gforcada@gnome.org>
21642
 
Date:   Fri Jul 5 02:23:48 2013 +0200
 
24717
Author:     Gil Forcada <gforcada@gnome.org>
 
24718
AuthorDate: Fri Jul 5 02:23:48 2013 +0200
 
24719
Commit:     Gil Forcada <gforcada@gnome.org>
 
24720
CommitDate: Fri Jul 5 02:23:48 2013 +0200
21643
24721
 
21644
24722
    [l10n] Update Catalan translation
21645
24723
 
21648
24726
 1 file changed, 257 insertions(+), 257 deletions(-)
21649
24727
 
21650
24728
commit dbdfcb69ce4a7f14bac784c2684c1a66bfe6a2c9
21651
 
Author: Sebastian Dröge <slomo@circular-chaos.org>
21652
 
Date:   Thu Jul 4 10:27:02 2013 +0200
 
24729
Author:     Sebastian Dröge <slomo@circular-chaos.org>
 
24730
AuthorDate: Thu Jul 4 10:27:02 2013 +0200
 
24731
Commit:     Sebastian Dröge <slomo@circular-chaos.org>
 
24732
CommitDate: Thu Jul 4 10:41:59 2013 +0200
21653
24733
 
21654
24734
    gthread: Use pthread_cond_timedwait_monotonic() if available
21655
24735
 
21664
24744
 2 files changed, 27 insertions(+)
21665
24745
 
21666
24746
commit a4c352cd99738095ba34e04a86a2ffa9cc659cfe
21667
 
Author: Emmanuele Bassi <ebassi@gnome.org>
21668
 
Date:   Thu Jun 27 15:15:40 2013 +0100
 
24747
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
24748
AuthorDate: Thu Jun 27 15:15:40 2013 +0100
 
24749
Commit:     Colin Walters <walters@verbum.org>
 
24750
CommitDate: Wed Jul 3 09:37:03 2013 -0400
21669
24751
 
21670
24752
    Ensure that MAX_ALLOWED keeps working with the type macros
21671
24753
 
21683
24765
 1 file changed, 25 insertions(+), 7 deletions(-)
21684
24766
 
21685
24767
commit 4cd7bcaf00f26e60b7f76c7db91fcdefb9c0ae95
21686
 
Author: Martin Ejdestig <marejde@gmail.com>
21687
 
Date:   Tue Jul 2 19:53:04 2013 +0200
 
24768
Author:     Martin Ejdestig <marejde@gmail.com>
 
24769
AuthorDate: Tue Jul 2 19:53:04 2013 +0200
 
24770
Commit:     Colin Walters <walters@verbum.org>
 
24771
CommitDate: Wed Jul 3 09:03:20 2013 -0400
21688
24772
 
21689
24773
    Add missing G_BEGIN/END_DECLS to gsettingsschema.h.
21690
24774
 
21698
24782
 1 file changed, 4 insertions(+)
21699
24783
 
21700
24784
commit cb4469600c5146a48501a31e9a3fb9bfc261477d
21701
 
Author: Ryan Lortie <desrt@desrt.ca>
21702
 
Date:   Mon Jul 1 17:42:43 2013 -0400
 
24785
Author:     Ryan Lortie <desrt@desrt.ca>
 
24786
AuthorDate: Mon Jul 1 17:42:43 2013 -0400
 
24787
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24788
CommitDate: Mon Jul 1 23:36:30 2013 -0400
21703
24789
 
21704
24790
    GDBusConnection: be more careful with async GetAll
21705
24791
 
21726
24812
 2 files changed, 47 insertions(+), 4 deletions(-)
21727
24813
 
21728
24814
commit 3cefb7248affdf92c878520f54bcaa3993d9b2fc
21729
 
Author: Ryan Lortie <desrt@desrt.ca>
21730
 
Date:   Mon Jul 1 23:30:31 2013 -0400
 
24815
Author:     Ryan Lortie <desrt@desrt.ca>
 
24816
AuthorDate: Mon Jul 1 23:30:31 2013 -0400
 
24817
Commit:     Ryan Lortie <desrt@desrt.ca>
 
24818
CommitDate: Mon Jul 1 23:30:47 2013 -0400
21731
24819
 
21732
24820
    Revert two errant commits to GMutex, etc.
21733
24821
 
21745
24833
 2 files changed, 1 insertion(+), 6 deletions(-)
21746
24834
 
21747
24835
commit e55ccf7338f2eb68f08d648855a4a92a091df690
21748
 
Author: Paul Barbieri <paul.barbieri@baesystems.com>
21749
 
Date:   Mon Jul 1 21:10:28 2013 +0100
 
24836
Author:     Paul Barbieri <paul.barbieri@baesystems.com>
 
24837
AuthorDate: Mon Jul 1 21:10:28 2013 +0100
 
24838
Commit:     Colin Walters <walters@verbum.org>
 
24839
CommitDate: Mon Jul 1 21:10:28 2013 +0100
21750
24840
 
21751
24841
    gspawn: Fix leak of internal pipe with G_SPAWN_LEAVE_DESCRIPTORS_OPEN
21752
24842
 
21762
24852
 1 file changed, 1 insertion(+)
21763
24853
 
21764
24854
commit 1891eafd1da6f31e6b8876b2882800a5c2b92148
21765
 
Author: Bastien Nocera <hadess@hadess.net>
21766
 
Date:   Fri Jun 21 20:07:58 2013 +0200
 
24855
Author:     Bastien Nocera <hadess@hadess.net>
 
24856
AuthorDate: Fri Jun 21 20:07:58 2013 +0200
 
24857
Commit:     Bastien Nocera <hadess@hadess.net>
 
24858
CommitDate: Mon Jul 1 08:40:40 2013 +0200
21767
24859
 
21768
24860
    Fix typo in documentation
21769
24861
 
21773
24865
 1 file changed, 1 insertion(+), 1 deletion(-)
21774
24866
 
21775
24867
commit dfbac178bdcbcb042be928dcbeaa87742b511836
21776
 
Author: Jeffrey Stedfast <fejj@gnome.org>
21777
 
Date:   Sun Jun 30 14:01:34 2013 -0400
 
24868
Author:     Jeffrey Stedfast <fejj@gnome.org>
 
24869
AuthorDate: Sun Jun 30 14:01:34 2013 -0400
 
24870
Commit:     Jeffrey Stedfast <fejj@gnome.org>
 
24871
CommitDate: Sun Jun 30 14:02:38 2013 -0400
21778
24872
 
21779
24873
    Finish the previous fix for GMutex, GRecMutex, GRWLock and GCond
21780
24874
 
21783
24877
 2 files changed, 4 insertions(+)
21784
24878
 
21785
24879
commit 56348210f38209a11902e54b2db41833aab36414
21786
 
Author: Jeffrey Stedfast <fejj@gnome.org>
21787
 
Date:   Sun Jun 30 13:46:28 2013 -0400
 
24880
Author:     Jeffrey Stedfast <fejj@gnome.org>
 
24881
AuthorDate: Sun Jun 30 13:46:28 2013 -0400
 
24882
Commit:     Jeffrey Stedfast <fejj@gnome.org>
 
24883
CommitDate: Sun Jun 30 13:46:28 2013 -0400
21788
24884
 
21789
24885
    Fixed g_mutex_clear() to fully undo g_mutex_init()
21790
24886
 
21797
24893
 1 file changed, 2 insertions(+), 1 deletion(-)
21798
24894
 
21799
24895
commit b05bf77223cffb025b8a24963d6149a755da43c0
21800
 
Author: Sébastien Wilmet <swilmet@gnome.org>
21801
 
Date:   Tue Jun 25 22:11:54 2013 +0200
 
24896
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
24897
AuthorDate: Tue Jun 25 22:11:54 2013 +0200
 
24898
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
24899
CommitDate: Sun Jun 30 10:32:18 2013 +0200
21802
24900
 
21803
24901
    Doc: small fixes
21804
24902
 
21814
24912
 4 files changed, 6 insertions(+), 5 deletions(-)
21815
24913
 
21816
24914
commit b7b38384010be4385ba9a1872dc3eb7a0134cbe0
21817
 
Author: Dan Winship <danw@gnome.org>
21818
 
Date:   Fri Jun 14 11:19:31 2013 -0300
 
24915
Author:     Dan Winship <danw@gnome.org>
 
24916
AuthorDate: Fri Jun 14 11:19:31 2013 -0300
 
24917
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24918
CommitDate: Sat Jun 29 23:23:36 2013 -0400
21819
24919
 
21820
24920
    Make G_STRFUNC consistent across platforms
21821
24921
 
21834
24934
 1 file changed, 2 insertions(+), 2 deletions(-)
21835
24935
 
21836
24936
commit a3182e3b9a229292be5370542915ae4cc8cc6e25
21837
 
Author: Matthias Clasen <mclasen@redhat.com>
21838
 
Date:   Sat Jun 29 22:51:31 2013 -0400
 
24937
Author:     Matthias Clasen <mclasen@redhat.com>
 
24938
AuthorDate: Sat Jun 29 22:51:31 2013 -0400
 
24939
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24940
CommitDate: Sat Jun 29 22:51:31 2013 -0400
21839
24941
 
21840
24942
    Improve various section headings in the docs
21841
24943
 
21853
24955
 6 files changed, 6 insertions(+), 6 deletions(-)
21854
24956
 
21855
24957
commit d30a2d92f3450ee420c49781c889b5fd3c46aba9
21856
 
Author: Matthias Clasen <mclasen@redhat.com>
21857
 
Date:   Sat Jun 29 22:46:38 2013 -0400
 
24958
Author:     Matthias Clasen <mclasen@redhat.com>
 
24959
AuthorDate: Sat Jun 29 22:46:38 2013 -0400
 
24960
Commit:     Matthias Clasen <mclasen@redhat.com>
 
24961
CommitDate: Sat Jun 29 22:46:38 2013 -0400
21858
24962
 
21859
24963
    docs: minor formatting fixes to the gresource man page
21860
24964
 
21864
24968
 1 file changed, 2 insertions(+), 2 deletions(-)
21865
24969
 
21866
24970
commit 5989651bee6bf8d8c50b180fa6295d824caa37de
21867
 
Author: Dan Winship <danw@gnome.org>
21868
 
Date:   Tue Jun 25 09:34:29 2013 -0400
 
24971
Author:     Dan Winship <danw@gnome.org>
 
24972
AuthorDate: Tue Jun 25 09:34:29 2013 -0400
 
24973
Commit:     Dan Winship <danw@gnome.org>
 
24974
CommitDate: Tue Jun 25 09:35:05 2013 -0400
21869
24975
 
21870
24976
    tests: add a test for the previous commit
21871
24977
 
21874
24980
 1 file changed, 50 insertions(+), 1 deletion(-)
21875
24981
 
21876
24982
commit 1d5c815ecd3a5ac6032e7931491296e693b51ccd
21877
 
Author: Wim Taymans <wim.taymans@collabora.co.uk>
21878
 
Date:   Thu May 30 16:46:02 2013 +0200
 
24983
Author:     Wim Taymans <wim.taymans@collabora.co.uk>
 
24984
AuthorDate: Thu May 30 16:46:02 2013 +0200
 
24985
Commit:     Dan Winship <danw@gnome.org>
 
24986
CommitDate: Tue Jun 25 09:25:57 2013 -0400
21879
24987
 
21880
24988
    gmain: handle blocked source in g_source_add_child_source()
21881
24989
 
21899
25007
 1 file changed, 20 insertions(+), 14 deletions(-)
21900
25008
 
21901
25009
commit 5841267a6c046744979fc11ec856265c18c6338c
21902
 
Author: Ryan Lortie <desrt@desrt.ca>
21903
 
Date:   Mon Jun 24 12:13:30 2013 -0400
 
25010
Author:     Ryan Lortie <desrt@desrt.ca>
 
25011
AuthorDate: Mon Jun 24 12:13:30 2013 -0400
 
25012
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25013
CommitDate: Mon Jun 24 12:13:30 2013 -0400
21904
25014
 
21905
25015
    version bump
21906
25016
 
21908
25018
 1 file changed, 1 insertion(+), 1 deletion(-)
21909
25019
 
21910
25020
commit 1b12e9511cd9a002dc20b578e4064ce95c9c18d4
21911
 
Author: Ryan Lortie <desrt@desrt.ca>
21912
 
Date:   Mon Jun 24 11:05:20 2013 -0400
 
25021
Author:     Ryan Lortie <desrt@desrt.ca>
 
25022
AuthorDate: Mon Jun 24 11:05:20 2013 -0400
 
25023
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25024
CommitDate: Mon Jun 24 11:19:25 2013 -0400
21913
25025
 
21914
25026
    GLib 2.37.3
21915
25027
 
21917
25029
 1 file changed, 24 insertions(+)
21918
25030
 
21919
25031
commit a61f718e5e801657691a35fb402258531a2dbcd9
21920
 
Author: Ryan Lortie <desrt@desrt.ca>
21921
 
Date:   Mon Jun 24 11:19:06 2013 -0400
 
25032
Author:     Ryan Lortie <desrt@desrt.ca>
 
25033
AuthorDate: Mon Jun 24 11:19:06 2013 -0400
 
25034
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25035
CommitDate: Mon Jun 24 11:19:25 2013 -0400
21922
25036
 
21923
25037
    small docs xml fixup
21924
25038
 
21926
25040
 1 file changed, 1 insertion(+)
21927
25041
 
21928
25042
commit 54cc43630ddf724722ebdfc1d6906dc1986b773d
21929
 
Author: Emmanuele Bassi <ebassi@gnome.org>
21930
 
Date:   Mon Jun 24 15:43:04 2013 +0100
 
25043
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25044
AuthorDate: Mon Jun 24 15:43:04 2013 +0100
 
25045
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25046
CommitDate: Mon Jun 24 15:43:04 2013 +0100
21931
25047
 
21932
25048
    Rename the generated private data getter function
21933
25049
 
22019
25135
 79 files changed, 101 insertions(+), 101 deletions(-)
22020
25136
 
22021
25137
commit 6000bc9ea8a1d6da53304db8dd6a4880d52cb2d2
22022
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22023
 
Date:   Mon Jun 24 15:43:00 2013 +0100
 
25138
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25139
AuthorDate: Mon Jun 24 15:43:00 2013 +0100
 
25140
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25141
CommitDate: Mon Jun 24 15:43:00 2013 +0100
22024
25142
 
22025
25143
    gio: Missing G_ADD_PRIVATE in GFileInputStream
22026
25144
 
22028
25146
 1 file changed, 5 insertions(+), 4 deletions(-)
22029
25147
 
22030
25148
commit 1f6f7e1c4d38a8eab41af3280fcfcdd23b270102
22031
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22032
 
Date:   Wed Jun 12 15:18:29 2013 +0100
 
25149
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25150
AuthorDate: Wed Jun 12 15:18:29 2013 +0100
 
25151
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25152
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22033
25153
 
22034
25154
    docs: Clean up the GObject tutorial a bit
22035
25155
 
22044
25164
 1 file changed, 142 insertions(+), 161 deletions(-)
22045
25165
 
22046
25166
commit f870d5abdb2f38d751665e820a4c13a4fdeca6fe
22047
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22048
 
Date:   Mon Jun 10 22:21:02 2013 +0100
 
25167
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25168
AuthorDate: Mon Jun 10 22:21:02 2013 +0100
 
25169
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25170
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22049
25171
 
22050
25172
    docs: Include newly added functions and macros
22051
25173
 
22057
25179
 1 file changed, 8 insertions(+)
22058
25180
 
22059
25181
commit 32747def4bb4cce7cfc4f0f8ba8560392ec9ad3d
22060
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22061
 
Date:   Tue Jun 11 00:29:58 2013 +0100
 
25182
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25183
AuthorDate: Tue Jun 11 00:29:58 2013 +0100
 
25184
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25185
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22062
25186
 
22063
25187
    gio: Use the new private instance data declaration
22064
25188
 
22147
25271
 76 files changed, 370 insertions(+), 713 deletions(-)
22148
25272
 
22149
25273
commit aba80eea6c2965ee253a675610bd31c3dc256419
22150
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22151
 
Date:   Tue Jun 11 00:29:22 2013 +0100
 
25274
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25275
AuthorDate: Tue Jun 11 00:29:22 2013 +0100
 
25276
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25277
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22152
25278
 
22153
25279
    gparam: Use the new private instance data API
22154
25280
 
22158
25284
 1 file changed, 10 insertions(+), 5 deletions(-)
22159
25285
 
22160
25286
commit 39ba7c81428cf660381266337990b16c31e9630f
22161
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22162
 
Date:   Sun Jun 23 14:50:49 2013 +0100
 
25287
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25288
AuthorDate: Sun Jun 23 14:50:49 2013 +0100
 
25289
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25290
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22163
25291
 
22164
25292
    gobject: Add private field access macros
22165
25293
 
22173
25301
 1 file changed, 37 insertions(+)
22174
25302
 
22175
25303
commit d91d114a54bb89d987acb47a6d78fcd5c3ecd2fc
22176
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22177
 
Date:   Wed Jun 19 20:41:02 2013 +0100
 
25304
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25305
AuthorDate: Wed Jun 19 20:41:02 2013 +0100
 
25306
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25307
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22178
25308
 
22179
25309
    Add G_PRIVATE_OFFSET
22180
25310
 
22187
25317
 1 file changed, 17 insertions(+)
22188
25318
 
22189
25319
commit d3dec6ec80e9243bdc14d47f6e51c381eb46cda2
22190
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22191
 
Date:   Thu May 9 14:41:26 2013 -0700
 
25320
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25321
AuthorDate: Thu May 9 14:41:26 2013 -0700
 
25322
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25323
CommitDate: Mon Jun 24 14:18:01 2013 +0100
22192
25324
 
22193
25325
    Allow registering instance private data during get_type()
22194
25326
 
22235
25367
 5 files changed, 457 insertions(+)
22236
25368
 
22237
25369
commit ebdbbd9b62efa40542a467862a5401e0a8b4e07e
22238
 
Author: Matthias Clasen <mclasen@redhat.com>
22239
 
Date:   Sun Jun 23 19:35:15 2013 -0400
 
25370
Author:     Matthias Clasen <mclasen@redhat.com>
 
25371
AuthorDate: Sun Jun 23 19:35:15 2013 -0400
 
25372
Commit:     Matthias Clasen <mclasen@redhat.com>
 
25373
CommitDate: Sun Jun 23 19:35:50 2013 -0400
22240
25374
 
22241
25375
    Define GTESTER_REPORT for non-GLIB too
22242
25376
 
22244
25378
 1 file changed, 1 insertion(+)
22245
25379
 
22246
25380
commit fdc9379132dbdd3b02a04eab3a3cbd4c9e7cef3f
22247
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
22248
 
Date:   Sun Jun 23 14:15:05 2013 +0200
 
25381
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
25382
AuthorDate: Sun Jun 23 14:15:05 2013 +0200
 
25383
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
25384
CommitDate: Sun Jun 23 14:15:05 2013 +0200
22249
25385
 
22250
25386
    docs: fix GTK-Doc build
22251
25387
 
22259
25395
 1 file changed, 1 insertion(+), 1 deletion(-)
22260
25396
 
22261
25397
commit edf16aace4033967dd2bcf9e05beff1c62190451
22262
 
Author: Ryan Lortie <desrt@desrt.ca>
22263
 
Date:   Sat Jun 22 13:41:12 2013 -0400
 
25398
Author:     Ryan Lortie <desrt@desrt.ca>
 
25399
AuthorDate: Sat Jun 22 13:41:12 2013 -0400
 
25400
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25401
CommitDate: Sat Jun 22 13:41:12 2013 -0400
22264
25402
 
22265
25403
    GDBusMethodInvocation: add missing 'goto out'
22266
25404
 
22275
25413
 1 file changed, 2 insertions(+)
22276
25414
 
22277
25415
commit 317e8c132d1fd6373a698846932a10c443979726
22278
 
Author: Ryan Lortie <desrt@desrt.ca>
22279
 
Date:   Wed Apr 17 09:45:23 2013 -0400
 
25416
Author:     Ryan Lortie <desrt@desrt.ca>
 
25417
AuthorDate: Wed Apr 17 09:45:23 2013 -0400
 
25418
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25419
CommitDate: Sat Jun 22 13:38:32 2013 -0400
22280
25420
 
22281
25421
    GDBusMethodInvocation: add property return checks
22282
25422
 
22292
25432
 1 file changed, 59 insertions(+)
22293
25433
 
22294
25434
commit f754c4e85b666686a374aa31f7d05fff739e9cde
22295
 
Author: Ryan Lortie <desrt@desrt.ca>
22296
 
Date:   Wed Apr 17 09:30:15 2013 -0400
 
25435
Author:     Ryan Lortie <desrt@desrt.ca>
 
25436
AuthorDate: Wed Apr 17 09:30:15 2013 -0400
 
25437
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25438
CommitDate: Sat Jun 22 13:38:31 2013 -0400
22297
25439
 
22298
25440
    GDBusConnection: allow async property handling
22299
25441
 
22330
25472
 4 files changed, 268 insertions(+), 15 deletions(-)
22331
25473
 
22332
25474
commit c691f7b6ca664fc33100b29d1d920c2a94779a6e
22333
 
Author: Ryan Lortie <desrt@desrt.ca>
22334
 
Date:   Wed Apr 17 09:28:05 2013 -0400
 
25475
Author:     Ryan Lortie <desrt@desrt.ca>
 
25476
AuthorDate: Wed Apr 17 09:28:05 2013 -0400
 
25477
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25478
CommitDate: Sat Jun 22 13:38:31 2013 -0400
22335
25479
 
22336
25480
    GDBusMethodInvocation: add 'property_info'
22337
25481
 
22349
25493
 4 files changed, 47 insertions(+), 19 deletions(-)
22350
25494
 
22351
25495
commit 14dc0280039a08c4b85ab9a5fbcbb17bf491afa8
22352
 
Author: Ryan Lortie <desrt@desrt.ca>
22353
 
Date:   Wed Apr 17 09:24:36 2013 -0400
 
25496
Author:     Ryan Lortie <desrt@desrt.ca>
 
25497
AuthorDate: Wed Apr 17 09:24:36 2013 -0400
 
25498
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25499
CommitDate: Sat Jun 22 13:38:30 2013 -0400
22354
25500
 
22355
25501
    GDBusConnection: some straight-up refactoring
22356
25502
 
22367
25513
 1 file changed, 58 insertions(+), 28 deletions(-)
22368
25514
 
22369
25515
commit 02f5cdd98320d330d9b94ccfb15a0f6986534930
22370
 
Author: Ryan Lortie <desrt@desrt.ca>
22371
 
Date:   Sat Jun 22 13:37:54 2013 -0400
 
25516
Author:     Ryan Lortie <desrt@desrt.ca>
 
25517
AuthorDate: Sat Jun 22 13:37:54 2013 -0400
 
25518
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25519
CommitDate: Sat Jun 22 13:37:54 2013 -0400
22372
25520
 
22373
25521
    GDBusConnection: move 'Set' typecheck to worker
22374
25522
 
22404
25552
 1 file changed, 25 insertions(+), 15 deletions(-)
22405
25553
 
22406
25554
commit 0d29b17af7c5a79e143c31208cc0b37f7c09d481
22407
 
Author: Ryan Lortie <desrt@desrt.ca>
22408
 
Date:   Wed Apr 17 12:52:59 2013 +0200
 
25555
Author:     Ryan Lortie <desrt@desrt.ca>
 
25556
AuthorDate: Wed Apr 17 12:52:59 2013 +0200
 
25557
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25558
CommitDate: Sat Jun 22 13:36:51 2013 -0400
22409
25559
 
22410
25560
    GDBusConnection: remove an unused g_variant_get()
22411
25561
 
22415
25565
 1 file changed, 5 deletions(-)
22416
25566
 
22417
25567
commit 15477ebd4216a6d71556eb381974b0dd93019dda
22418
 
Author: Ryan Lortie <desrt@desrt.ca>
22419
 
Date:   Wed Jun 5 18:46:29 2013 -0400
 
25568
Author:     Ryan Lortie <desrt@desrt.ca>
 
25569
AuthorDate: Wed Jun 5 18:46:29 2013 -0400
 
25570
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25571
CommitDate: Sat Jun 22 09:28:55 2013 -0400
22420
25572
 
22421
25573
    Makefile.am: move gtk-doc.make back to EXTRA_DIST
22422
25574
 
22446
25598
 1 file changed, 4 insertions(+), 2 deletions(-)
22447
25599
 
22448
25600
commit 4829e02c09c9faa5a312bac04bbaaccb82fa7981
22449
 
Author: Colin Walters <walters@verbum.org>
22450
 
Date:   Thu Jun 20 13:13:29 2013 -0400
 
25601
Author:     Colin Walters <walters@verbum.org>
 
25602
AuthorDate: Thu Jun 20 13:13:29 2013 -0400
 
25603
Commit:     Colin Walters <walters@verbum.org>
 
25604
CommitDate: Thu Jun 20 16:49:49 2013 -0400
22451
25605
 
22452
25606
    Revert "g_file_set_contents(): don't fsync on ext3/4"
22453
25607
 
22463
25617
 1 file changed, 1 insertion(+), 8 deletions(-)
22464
25618
 
22465
25619
commit 69afaf6905bf6d9e6808a1f18d410ea810e37435
22466
 
Author: Kjartan Maraas <kmaraas@gnome.org>
22467
 
Date:   Thu Jun 20 11:46:58 2013 +0200
 
25620
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
25621
AuthorDate: Thu Jun 20 11:46:58 2013 +0200
 
25622
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
25623
CommitDate: Thu Jun 20 11:46:58 2013 +0200
22468
25624
 
22469
25625
    Updated Norwegian bokmål translation
22470
25626
 
22473
25629
 1 file changed, 136 insertions(+), 150 deletions(-)
22474
25630
 
22475
25631
commit 97b82d8d21bc77fdc3aa27a851662d642a89bc5c
22476
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
22477
 
Date:   Thu Jun 20 15:48:32 2013 +0800
 
25632
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
25633
AuthorDate: Thu Jun 20 15:48:32 2013 +0800
 
25634
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
25635
CommitDate: Thu Jun 20 15:48:32 2013 +0800
22478
25636
 
22479
25637
    Add MSVC Projects for Utility Programs
22480
25638
 
22505
25663
 14 files changed, 811 insertions(+)
22506
25664
 
22507
25665
commit ffaf57b936c22e95d13f90257425555716e6036e
22508
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
22509
 
Date:   Thu Jun 20 15:43:32 2013 +0800
 
25666
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
25667
AuthorDate: Thu Jun 20 15:43:32 2013 +0800
 
25668
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
25669
CommitDate: Thu Jun 20 15:43:32 2013 +0800
22510
25670
 
22511
25671
    Update Visual Studio Projects
22512
25672
 
22527
25687
 10 files changed, 20 insertions(+), 20 deletions(-)
22528
25688
 
22529
25689
commit 19e20084abb681a74254ad485c64e34b540cdc46
22530
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
22531
 
Date:   Mon Jun 10 12:37:42 2013 +0800
 
25690
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
25691
AuthorDate: Mon Jun 10 12:37:42 2013 +0800
 
25692
Commit:     Vadim Rutkovsky <vrutkovs@redhat.com>
 
25693
CommitDate: Wed Jun 19 17:26:45 2013 +0200
22532
25694
 
22533
25695
    g_uri_unescape_string: Mention (allow-none)/%NULL in documentation
22534
25696
 
22538
25700
 1 file changed, 2 insertions(+), 1 deletion(-)
22539
25701
 
22540
25702
commit 8d29a5a357425892e0fa7e2bc79b7f8b23c7ebd0
22541
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
22542
 
Date:   Sat Jun 1 14:47:27 2013 +0800
 
25703
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
25704
AuthorDate: Sat Jun 1 14:47:27 2013 +0800
 
25705
Commit:     Vadim Rutkovsky <vrutkovs@redhat.com>
 
25706
CommitDate: Wed Jun 19 17:26:45 2013 +0200
22543
25707
 
22544
25708
    g_uri_escape_string: Add missing allow-none annotation
22545
25709
 
22549
25713
 1 file changed, 2 insertions(+), 2 deletions(-)
22550
25714
 
22551
25715
commit 87d5985718bafbebb9e64c614acaf75ee3e28e0a
22552
 
Author: Milo Casagrande <milo@ubuntu.com>
22553
 
Date:   Wed Jun 19 10:37:13 2013 +0200
 
25716
Author:     Milo Casagrande <milo@ubuntu.com>
 
25717
AuthorDate: Wed Jun 19 10:37:13 2013 +0200
 
25718
Commit:     Milo Casagrande <milo@ubuntu.com>
 
25719
CommitDate: Wed Jun 19 10:37:13 2013 +0200
22554
25720
 
22555
25721
    [l10n] Updated Italian translation.
22556
25722
 
22559
25725
 1 file changed, 136 insertions(+), 150 deletions(-)
22560
25726
 
22561
25727
commit 18702168e125b8423d19d0e6fa7350e8956e0c81
22562
 
Author: Colin Walters <walters@verbum.org>
22563
 
Date:   Mon Jun 17 13:05:11 2013 -0400
 
25728
Author:     Colin Walters <walters@verbum.org>
 
25729
AuthorDate: Mon Jun 17 13:05:11 2013 -0400
 
25730
Commit:     Colin Walters <walters@verbum.org>
 
25731
CommitDate: Mon Jun 17 13:05:11 2013 -0400
22564
25732
 
22565
25733
    gobject/tests: Add missing build dependency
22566
25734
 
22568
25736
 1 file changed, 1 insertion(+), 1 deletion(-)
22569
25737
 
22570
25738
commit f9e47f1f2f971a3d0709d692704de892729df1d8
22571
 
Author: Matthias Clasen <mclasen@redhat.com>
22572
 
Date:   Mon Jun 17 12:56:40 2013 -0400
 
25739
Author:     Matthias Clasen <mclasen@redhat.com>
 
25740
AuthorDate: Mon Jun 17 12:56:40 2013 -0400
 
25741
Commit:     Matthias Clasen <mclasen@redhat.com>
 
25742
CommitDate: Mon Jun 17 12:56:40 2013 -0400
22573
25743
 
22574
25744
    Bump version
22575
25745
 
22577
25747
 1 file changed, 1 insertion(+), 1 deletion(-)
22578
25748
 
22579
25749
commit 544816bf6ec4bc8dd2296624bd77ca0fe08a59e0
22580
 
Author: Matthias Clasen <mclasen@redhat.com>
22581
 
Date:   Mon Jun 17 08:40:33 2013 -0400
 
25750
Author:     Matthias Clasen <mclasen@redhat.com>
 
25751
AuthorDate: Mon Jun 17 08:40:33 2013 -0400
 
25752
Commit:     Matthias Clasen <mclasen@redhat.com>
 
25753
CommitDate: Mon Jun 17 12:40:47 2013 -0400
22582
25754
 
22583
25755
    2.37.2
22584
25756
 
22586
25758
 1 file changed, 44 insertions(+)
22587
25759
 
22588
25760
commit d929eb64eeac8947e966e817e3afc7f7aff8672b
22589
 
Author: Matthias Clasen <mclasen@redhat.com>
22590
 
Date:   Mon Jun 17 12:39:56 2013 -0400
 
25761
Author:     Matthias Clasen <mclasen@redhat.com>
 
25762
AuthorDate: Mon Jun 17 12:39:56 2013 -0400
 
25763
Commit:     Matthias Clasen <mclasen@redhat.com>
 
25764
CommitDate: Mon Jun 17 12:40:47 2013 -0400
22591
25765
 
22592
25766
    Try to make the testgdate test hobble along a little longer
22593
25767
 
22595
25769
 1 file changed, 23 insertions(+), 21 deletions(-)
22596
25770
 
22597
25771
commit 1eefcb4d66479ece8a7e6932cf65dee60d0c5984
22598
 
Author: Matthias Clasen <mclasen@redhat.com>
22599
 
Date:   Sun Jun 16 09:28:59 2013 -0400
 
25772
Author:     Matthias Clasen <mclasen@redhat.com>
 
25773
AuthorDate: Sun Jun 16 09:28:59 2013 -0400
 
25774
Commit:     Matthias Clasen <mclasen@redhat.com>
 
25775
CommitDate: Sun Jun 16 09:28:59 2013 -0400
22600
25776
 
22601
25777
    Plug a small memory leak
22602
25778
 
22606
25782
 1 file changed, 1 insertion(+)
22607
25783
 
22608
25784
commit 910732ea7e6e4eaf42a33c32d25899b10afefa81
22609
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22610
 
Date:   Fri May 3 16:44:36 2013 -0700
 
25785
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25786
AuthorDate: Fri May 3 16:44:36 2013 -0700
 
25787
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25788
CommitDate: Wed Jun 12 11:24:55 2013 +0100
22611
25789
 
22612
25790
    tests/binding: Ensure that the binding goes away
22613
25791
 
22620
25798
 1 file changed, 15 insertions(+), 2 deletions(-)
22621
25799
 
22622
25800
commit d1959e4faae93bbe22bb95c99850b515611cb578
22623
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22624
 
Date:   Thu May 16 22:34:55 2013 +0100
 
25801
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25802
AuthorDate: Thu May 16 22:34:55 2013 +0100
 
25803
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25804
CommitDate: Wed Jun 12 11:24:55 2013 +0100
22625
25805
 
22626
25806
    binding: Use hash table as a set
22627
25807
 
22629
25809
 1 file changed, 4 insertions(+), 3 deletions(-)
22630
25810
 
22631
25811
commit 25a3c8720cb13944eb051775b89838540d4c5760
22632
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22633
 
Date:   Thu May 16 22:28:54 2013 +0100
 
25812
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25813
AuthorDate: Thu May 16 22:28:54 2013 +0100
 
25814
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25815
CommitDate: Wed Jun 12 11:24:55 2013 +0100
22634
25816
 
22635
25817
    binding: Make unbind() release the reference on GBinding
22636
25818
 
22653
25835
 2 files changed, 48 insertions(+), 37 deletions(-)
22654
25836
 
22655
25837
commit 270d73a1e08162de9099f6058b20ffe4d026d4e6
22656
 
Author: Emmanuele Bassi <ebassi@gnome.org>
22657
 
Date:   Fri May 3 15:51:43 2013 -0700
 
25838
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
25839
AuthorDate: Fri May 3 15:51:43 2013 -0700
 
25840
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
25841
CommitDate: Wed Jun 12 11:24:55 2013 +0100
22658
25842
 
22659
25843
    docs: Fix g_binding_unbind() in the API reference
22660
25844
 
22662
25846
 1 file changed, 1 insertion(+), 1 deletion(-)
22663
25847
 
22664
25848
commit 236ee6556188d3b1f3055d7d2ff65ea6cc824655
22665
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
22666
 
Date:   Tue Jun 11 14:23:53 2013 +0530
 
25849
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
25850
AuthorDate: Tue Jun 11 14:23:53 2013 +0530
 
25851
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
25852
CommitDate: Tue Jun 11 14:23:53 2013 +0530
22667
25853
 
22668
25854
    Updated Telugu Translations
22669
25855
 
22672
25858
 1 file changed, 150 insertions(+), 151 deletions(-)
22673
25859
 
22674
25860
commit f1f7c97e084c8cecd10a5d05ea2022bf20deeada
22675
 
Author: Shankar Prasad <svenkate@redhat.com>
22676
 
Date:   Tue Jun 11 11:52:33 2013 +0530
 
25861
Author:     Shankar Prasad <svenkate@redhat.com>
 
25862
AuthorDate: Tue Jun 11 11:52:33 2013 +0530
 
25863
Commit:     Shankar Prasad <svenkate@redhat.com>
 
25864
CommitDate: Tue Jun 11 11:52:33 2013 +0530
22677
25865
 
22678
25866
    updated kn translations
22679
25867
 
22682
25870
 1 file changed, 116 insertions(+), 119 deletions(-)
22683
25871
 
22684
25872
commit 9d9532bdd358a38c1b878be91702af5a8b82a5aa
22685
 
Author: Colin Walters <walters@verbum.org>
22686
 
Date:   Mon Jun 10 13:17:08 2013 -0400
 
25873
Author:     Colin Walters <walters@verbum.org>
 
25874
AuthorDate: Mon Jun 10 13:17:08 2013 -0400
 
25875
Commit:     Benjamin Otte <otte@redhat.com>
 
25876
CommitDate: Tue Jun 11 01:46:08 2013 +0200
22687
25877
 
22688
25878
    gmain: Document more use cases of g_main_context_wakeup()
22689
25879
 
22693
25883
 1 file changed, 28 insertions(+), 2 deletions(-)
22694
25884
 
22695
25885
commit 8a37af7f0ec434c8e283d3b8da4e4833e767574e
22696
 
Author: Benjamin Otte <otte@redhat.com>
22697
 
Date:   Sat Jun 8 21:59:59 2013 +0200
 
25886
Author:     Benjamin Otte <otte@redhat.com>
 
25887
AuthorDate: Sat Jun 8 21:59:59 2013 +0200
 
25888
Commit:     Benjamin Otte <otte@redhat.com>
 
25889
CommitDate: Tue Jun 11 01:46:08 2013 +0200
22698
25890
 
22699
25891
    tests: Add a test for a specific invariant
22700
25892
 
22707
25899
 1 file changed, 29 insertions(+)
22708
25900
 
22709
25901
commit 8474ad7f6ac9ee3ea8bbadf162abb2493bce2af9
22710
 
Author: Marek Černocký <marek@manet.cz>
22711
 
Date:   Mon Jun 10 21:31:36 2013 +0200
 
25902
Author:     Marek Černocký <marek@manet.cz>
 
25903
AuthorDate: Mon Jun 10 21:31:36 2013 +0200
 
25904
Commit:     Marek Černocký <marek@manet.cz>
 
25905
CommitDate: Mon Jun 10 21:31:36 2013 +0200
22712
25906
 
22713
25907
    Updated Czech translation
22714
25908
 
22717
25911
 1 file changed, 263 insertions(+), 305 deletions(-)
22718
25912
 
22719
25913
commit 57eca445ca1080be8278e1d8ab432dde3bdab648
22720
 
Author: Piotr Drąg <piotrdrag@gmail.com>
22721
 
Date:   Mon Jun 10 20:32:57 2013 +0200
 
25914
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
25915
AuthorDate: Mon Jun 10 20:32:57 2013 +0200
 
25916
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
25917
CommitDate: Mon Jun 10 20:33:26 2013 +0200
22722
25918
 
22723
25919
    Updated Polish translation
22724
25920
 
22727
25923
 1 file changed, 114 insertions(+), 132 deletions(-)
22728
25924
 
22729
25925
commit c1e32a5c59cf43d86c6e1b50ba570e01a549c026
22730
 
Author: Ryan Lortie <desrt@desrt.ca>
22731
 
Date:   Mon Jun 10 11:14:17 2013 -0400
 
25926
Author:     Ryan Lortie <desrt@desrt.ca>
 
25927
AuthorDate: Mon Jun 10 11:14:17 2013 -0400
 
25928
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25929
CommitDate: Mon Jun 10 11:18:06 2013 -0400
22732
25930
 
22733
25931
    GObject: turn add-property-after-init to a warning
22734
25932
 
22754
25952
 1 file changed, 2 insertions(+), 2 deletions(-)
22755
25953
 
22756
25954
commit bbf9f5e97c49f0f24476bfb7e457f7f60789ea89
22757
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
22758
 
Date:   Mon Jun 10 14:58:13 2013 +0530
 
25955
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
25956
AuthorDate: Mon Jun 10 14:58:13 2013 +0530
 
25957
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
25958
CommitDate: Mon Jun 10 14:58:53 2013 +0530
22759
25959
 
22760
25960
    Assamese translation updated
22761
25961
 
22764
25964
 1 file changed, 130 insertions(+), 135 deletions(-)
22765
25965
 
22766
25966
commit 3fdbfe7c0a7585c9c2dd0dc4976883e324c6e957
22767
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
22768
 
Date:   Mon Jun 10 10:31:01 2013 +0200
 
25967
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
25968
AuthorDate: Mon Jun 10 10:31:01 2013 +0200
 
25969
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
25970
CommitDate: Mon Jun 10 10:31:01 2013 +0200
22769
25971
 
22770
25972
    Updated Galician translations
22771
25973
 
22774
25976
 1 file changed, 108 insertions(+), 114 deletions(-)
22775
25977
 
22776
25978
commit 12958ed5cc08e3222054edbdb203fdfe4b2f5d1f
22777
 
Author: Ryan Lortie <desrt@desrt.ca>
22778
 
Date:   Sat Jun 8 17:01:56 2013 -0400
 
25979
Author:     Ryan Lortie <desrt@desrt.ca>
 
25980
AuthorDate: Sat Jun 8 17:01:56 2013 -0400
 
25981
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25982
CommitDate: Sat Jun 8 17:01:56 2013 -0400
22779
25983
 
22780
25984
    gio/tests: sort tests in the Makefile.am
22781
25985
 
22788
25992
 1 file changed, 69 insertions(+), 69 deletions(-)
22789
25993
 
22790
25994
commit afc8b1020aaa3a8acd7e8328d148748d3a5adfe6
22791
 
Author: Ryan Lortie <desrt@desrt.ca>
22792
 
Date:   Mon Apr 29 13:37:55 2013 -0700
 
25995
Author:     Ryan Lortie <desrt@desrt.ca>
 
25996
AuthorDate: Mon Apr 29 13:37:55 2013 -0700
 
25997
Commit:     Ryan Lortie <desrt@desrt.ca>
 
25998
CommitDate: Fri Jun 7 18:36:55 2013 -0400
22793
25999
 
22794
26000
    GDesktopAppInfo: support DBusActivatable
22795
26001
 
22805
26011
 2 files changed, 172 insertions(+), 48 deletions(-)
22806
26012
 
22807
26013
commit 0aaac55d1474dde49a5ac664dda16f0f6deca9b6
22808
 
Author: Matthias Clasen <mclasen@redhat.com>
22809
 
Date:   Thu Jun 6 00:05:41 2013 -0400
 
26014
Author:     Matthias Clasen <mclasen@redhat.com>
 
26015
AuthorDate: Thu Jun 6 00:05:41 2013 -0400
 
26016
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26017
CommitDate: Thu Jun 6 00:06:46 2013 -0400
22810
26018
 
22811
26019
    Update link to documentation
22812
26020
 
22814
26022
 1 file changed, 1 insertion(+), 1 deletion(-)
22815
26023
 
22816
26024
commit 6965b721b1c7ec571f54065ddd1ef4ee1f7a4c3d
22817
 
Author: Dan Winship <danw@gnome.org>
22818
 
Date:   Wed Jun 5 23:49:31 2013 -0300
 
26025
Author:     Dan Winship <danw@gnome.org>
 
26026
AuthorDate: Wed Jun 5 23:49:31 2013 -0300
 
26027
Commit:     Dan Winship <danw@gnome.org>
 
26028
CommitDate: Wed Jun 5 23:49:56 2013 -0300
22819
26029
 
22820
26030
    tests: fix and re-add the broken test
22821
26031
 
22823
26033
 1 file changed, 2 insertions(+)
22824
26034
 
22825
26035
commit 1dac271ace5f4ca690ac2ce13864b444359c54ce
22826
 
Author: Matthias Clasen <mclasen@redhat.com>
22827
 
Date:   Wed Jun 5 21:50:52 2013 -0400
 
26036
Author:     Matthias Clasen <mclasen@redhat.com>
 
26037
AuthorDate: Wed Jun 5 21:50:52 2013 -0400
 
26038
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26039
CommitDate: Wed Jun 5 21:50:52 2013 -0400
22828
26040
 
22829
26041
    Remove a failing testcase
22830
26042
 
22834
26046
 1 file changed, 2 deletions(-)
22835
26047
 
22836
26048
commit 76a10a572c67387533fa1e34796e39e3b7e70c30
22837
 
Author: Colin Walters <walters@verbum.org>
22838
 
Date:   Wed Jun 5 18:05:12 2013 -0400
 
26049
Author:     Colin Walters <walters@verbum.org>
 
26050
AuthorDate: Wed Jun 5 18:05:12 2013 -0400
 
26051
Commit:     Colin Walters <walters@verbum.org>
 
26052
CommitDate: Wed Jun 5 18:52:14 2013 -0400
22839
26053
 
22840
26054
    GFileEnumerator: Add some documentation about ordering
22841
26055
 
22847
26061
 1 file changed, 17 insertions(+)
22848
26062
 
22849
26063
commit 74a034028a964a25cc11318caf0b3c6d9a47bbcc
22850
 
Author: Ryan Lortie <desrt@desrt.ca>
22851
 
Date:   Wed Jun 5 15:51:13 2013 -0400
 
26064
Author:     Ryan Lortie <desrt@desrt.ca>
 
26065
AuthorDate: Wed Jun 5 15:51:13 2013 -0400
 
26066
Commit:     Dan Winship <danw@gnome.org>
 
26067
CommitDate: Wed Jun 5 19:48:29 2013 -0300
22852
26068
 
22853
26069
    tests: add a few more invalid IPv6 address tests
22854
26070
 
22858
26074
 1 file changed, 10 insertions(+)
22859
26075
 
22860
26076
commit 59ed934b055229ff2da96f96c772a060dc0f4092
22861
 
Author: Dan Winship <danw@gnome.org>
22862
 
Date:   Sun Jun 2 18:32:21 2013 -0300
 
26077
Author:     Dan Winship <danw@gnome.org>
 
26078
AuthorDate: Sun Jun 2 18:32:21 2013 -0300
 
26079
Commit:     Dan Winship <danw@gnome.org>
 
26080
CommitDate: Wed Jun 5 19:48:19 2013 -0300
22863
26081
 
22864
26082
    ginetaddress: fix addr/string conversions on windows
22865
26083
 
22880
26098
 1 file changed, 21 insertions(+), 8 deletions(-)
22881
26099
 
22882
26100
commit 9f1a0b57cdca9eb2f9d8a8ecd414369df739fb8d
22883
 
Author: Colin Walters <walters@verbum.org>
22884
 
Date:   Sun May 12 07:28:01 2013 +0100
 
26101
Author:     Colin Walters <walters@verbum.org>
 
26102
AuthorDate: Sun May 12 07:28:01 2013 +0100
 
26103
Commit:     Colin Walters <walters@verbum.org>
 
26104
CommitDate: Wed Jun 5 19:00:20 2013 +0100
22885
26105
 
22886
26106
    Ensure g_file_copy() does not temporarily expose private files
22887
26107
 
22914
26134
 5 files changed, 63 insertions(+), 24 deletions(-)
22915
26135
 
22916
26136
commit 02aaef5a4dd92fe3a3f3a7c4ccebf22ca1ba2644
22917
 
Author: Colin Walters <walters@verbum.org>
22918
 
Date:   Thu May 9 00:01:59 2013 +0100
 
26137
Author:     Colin Walters <walters@verbum.org>
 
26138
AuthorDate: Thu May 9 00:01:59 2013 +0100
 
26139
Commit:     Colin Walters <walters@verbum.org>
 
26140
CommitDate: Wed Jun 5 18:56:53 2013 +0100
22919
26141
 
22920
26142
    g_file_copy(): Clean up logic for info query
22921
26143
 
22935
26157
 1 file changed, 88 insertions(+), 40 deletions(-)
22936
26158
 
22937
26159
commit b4df86fa193d54c7604bf90aa88824e220b92683
22938
 
Author: Ryan Lortie <desrt@desrt.ca>
22939
 
Date:   Mon Apr 29 13:30:02 2013 -0700
 
26160
Author:     Ryan Lortie <desrt@desrt.ca>
 
26161
AuthorDate: Mon Apr 29 13:30:02 2013 -0700
 
26162
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26163
CommitDate: Wed Jun 5 12:50:50 2013 -0400
22940
26164
 
22941
26165
    GApplication: implement fd.o application spec
22942
26166
 
22956
26180
 1 file changed, 76 insertions(+), 2 deletions(-)
22957
26181
 
22958
26182
commit 7baea0aee559c70139e03421487d5aa213a547c0
22959
 
Author: Ryan Lortie <desrt@desrt.ca>
22960
 
Date:   Thu May 9 09:30:38 2013 -0400
 
26183
Author:     Ryan Lortie <desrt@desrt.ca>
 
26184
AuthorDate: Thu May 9 09:30:38 2013 -0400
 
26185
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26186
CommitDate: Wed Jun 5 12:50:50 2013 -0400
22961
26187
 
22962
26188
    GApplication: set prgname to appid for services
22963
26189
 
22993
26219
 1 file changed, 19 insertions(+), 5 deletions(-)
22994
26220
 
22995
26221
commit 25d6560588bee636466ad62127f306a5d68bb872
22996
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
22997
 
Date:   Wed Jun 5 18:28:48 2013 +0200
 
26222
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
26223
AuthorDate: Wed Jun 5 18:28:48 2013 +0200
 
26224
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
26225
CommitDate: Wed Jun 5 18:28:48 2013 +0200
22998
26226
 
22999
26227
    Updated Spanish translation
23000
26228
 
23002
26230
 1 file changed, 22 insertions(+), 29 deletions(-)
23003
26231
 
23004
26232
commit 27c2864843f40d6a89eb9b0609f47216dd44058c
23005
 
Author: ManojKumar Giri <mgiri@redhat.com>
23006
 
Date:   Wed Jun 5 13:08:46 2013 +0530
 
26233
Author:     ManojKumar Giri <mgiri@redhat.com>
 
26234
AuthorDate: Wed Jun 5 13:08:46 2013 +0530
 
26235
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
26236
CommitDate: Wed Jun 5 13:08:46 2013 +0530
23007
26237
 
23008
26238
    Updated Odia Translation.
23009
26239
 
23011
26241
 1 file changed, 22 insertions(+), 29 deletions(-)
23012
26242
 
23013
26243
commit 5b872bb4fdc5118ea19172d3654131918ad676b4
23014
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
23015
 
Date:   Wed Jun 5 12:28:00 2013 +0530
 
26244
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
26245
AuthorDate: Wed Jun 5 12:28:00 2013 +0530
 
26246
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
26247
CommitDate: Wed Jun 5 12:28:00 2013 +0530
23016
26248
 
23017
26249
    Updated Marathi Translations
23018
26250
 
23021
26253
 1 file changed, 233 insertions(+), 237 deletions(-)
23022
26254
 
23023
26255
commit 78ebab5bea1982a49cadadb36aa9ab0b3485d2fa
23024
 
Author: Sweta Kothari <swkothar@redhat.com>
23025
 
Date:   Wed Jun 5 10:48:55 2013 +0530
 
26256
Author:     Sweta Kothari <swkothar@redhat.com>
 
26257
AuthorDate: Wed Jun 5 10:48:55 2013 +0530
 
26258
Commit:     Sweta Kothari <swkothar@redhat.com>
 
26259
CommitDate: Wed Jun 5 10:49:24 2013 +0530
23026
26260
 
23027
26261
    Updated Gujarati Translations
23028
26262
 
23030
26264
 1 file changed, 22 insertions(+), 29 deletions(-)
23031
26265
 
23032
26266
commit 9d0c17b50102267a5029b58b1f44efbad82d8f03
23033
 
Author: Ryan Lortie <desrt@desrt.ca>
23034
 
Date:   Tue Jun 4 09:48:12 2013 -0400
 
26267
Author:     Ryan Lortie <desrt@desrt.ca>
 
26268
AuthorDate: Tue Jun 4 09:48:12 2013 -0400
 
26269
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26270
CommitDate: Tue Jun 4 09:52:10 2013 -0400
23035
26271
 
23036
26272
    g_file_set_contents(): don't fsync on ext3/4
23037
26273
 
23055
26291
 1 file changed, 8 insertions(+), 1 deletion(-)
23056
26292
 
23057
26293
commit 16b26231ca7d807a5bb52228eb4f2cae4427edde
23058
 
Author: Dan Winship <danw@gnome.org>
23059
 
Date:   Sat May 25 11:09:43 2013 -0300
 
26294
Author:     Dan Winship <danw@gnome.org>
 
26295
AuthorDate: Sat May 25 11:09:43 2013 -0300
 
26296
Commit:     Dan Winship <danw@gnome.org>
 
26297
CommitDate: Tue Jun 4 09:24:47 2013 -0300
23060
26298
 
23061
26299
    gio/tests/inet-address: fix to work on OS X
23062
26300
 
23071
26309
 2 files changed, 25 insertions(+), 5 deletions(-)
23072
26310
 
23073
26311
commit c828aef014082c06f6a697ef4d0b92054d82b727
23074
 
Author: Ryan Lortie <desrt@desrt.ca>
23075
 
Date:   Mon Jun 3 22:55:20 2013 -0400
 
26312
Author:     Ryan Lortie <desrt@desrt.ca>
 
26313
AuthorDate: Mon Jun 3 22:55:20 2013 -0400
 
26314
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26315
CommitDate: Mon Jun 3 22:55:20 2013 -0400
23076
26316
 
23077
26317
    g_file_set_contents: change {posix_ => }fallocate
23078
26318
 
23086
26326
 2 files changed, 3 insertions(+), 3 deletions(-)
23087
26327
 
23088
26328
commit fc98c13fdec0e5ea7d8827be0eb1f1add31ad946
23089
 
Author: Ryan Lortie <desrt@desrt.ca>
23090
 
Date:   Mon Jun 3 17:59:29 2013 -0400
 
26329
Author:     Ryan Lortie <desrt@desrt.ca>
 
26330
AuthorDate: Mon Jun 3 17:59:29 2013 -0400
 
26331
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26332
CommitDate: Mon Jun 3 17:59:29 2013 -0400
23091
26333
 
23092
26334
    g_file_set_contents(): fix simple logic error
23093
26335
 
23097
26339
 1 file changed, 1 insertion(+), 1 deletion(-)
23098
26340
 
23099
26341
commit e40435e834b4da4e791dd6c67ffc8bf285b777fd
23100
 
Author: Ryan Lortie <desrt@desrt.ca>
23101
 
Date:   Mon Jun 3 17:49:06 2013 -0400
 
26342
Author:     Ryan Lortie <desrt@desrt.ca>
 
26343
AuthorDate: Mon Jun 3 17:49:06 2013 -0400
 
26344
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26345
CommitDate: Mon Jun 3 17:49:06 2013 -0400
23102
26346
 
23103
26347
    g_file_set_contents(): use unistd instead of stdio
23104
26348
 
23116
26360
 1 file changed, 19 insertions(+), 33 deletions(-)
23117
26361
 
23118
26362
commit c152ceba090840be100ae6eeb90b639b85420ec7
23119
 
Author: Ryan Lortie <desrt@desrt.ca>
23120
 
Date:   Mon Jun 3 16:16:25 2013 -0400
 
26363
Author:     Ryan Lortie <desrt@desrt.ca>
 
26364
AuthorDate: Mon Jun 3 16:16:25 2013 -0400
 
26365
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26366
CommitDate: Mon Jun 3 17:43:36 2013 -0400
23121
26367
 
23122
26368
    g_file_set_contents(): don't allocate display name
23123
26369
 
23137
26383
 1 file changed, 46 insertions(+), 78 deletions(-)
23138
26384
 
23139
26385
commit d3be43fcc5165b7680c9073438ad60a3652c1703
23140
 
Author: Ryan Lortie <desrt@desrt.ca>
23141
 
Date:   Mon Jun 3 15:43:01 2013 -0400
 
26386
Author:     Ryan Lortie <desrt@desrt.ca>
 
26387
AuthorDate: Mon Jun 3 15:43:01 2013 -0400
 
26388
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26389
CommitDate: Mon Jun 3 16:12:04 2013 -0400
23142
26390
 
23143
26391
    g_file_set_contents(): use posix_fallocate()
23144
26392
 
23155
26403
 2 files changed, 8 insertions(+), 1 deletion(-)
23156
26404
 
23157
26405
commit b9350597384502e51e800d9bcfea32d719b7b41b
23158
 
Author: Matej Urbančič <mateju@svn.gnome.org>
23159
 
Date:   Mon Jun 3 21:37:49 2013 +0200
 
26406
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
26407
AuthorDate: Mon Jun 3 21:37:49 2013 +0200
 
26408
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
26409
CommitDate: Mon Jun 3 21:37:49 2013 +0200
23160
26410
 
23161
26411
    Updated Slovenian translation
23162
26412
 
23164
26414
 1 file changed, 5 insertions(+), 5 deletions(-)
23165
26415
 
23166
26416
commit 771c841b3d2ff10e36cfd103479ca57dc698be5e
23167
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
23168
 
Date:   Mon Jun 3 11:27:44 2013 +0200
 
26417
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
26418
AuthorDate: Mon Jun 3 11:27:44 2013 +0200
 
26419
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
26420
CommitDate: Mon Jun 3 11:27:44 2013 +0200
23169
26421
 
23170
26422
    Updated Spanish translation
23171
26423
 
23173
26425
 1 file changed, 24 insertions(+), 24 deletions(-)
23174
26426
 
23175
26427
commit ebea942d955c383ab179db1473d58cee6b2dee54
23176
 
Author: ManojKumar Giri <mgiri@redhat.com>
23177
 
Date:   Mon Jun 3 13:48:33 2013 +0530
 
26428
Author:     ManojKumar Giri <mgiri@redhat.com>
 
26429
AuthorDate: Mon Jun 3 13:48:33 2013 +0530
 
26430
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
26431
CommitDate: Mon Jun 3 13:48:33 2013 +0530
23178
26432
 
23179
26433
    Updated Odia Translation.
23180
26434
 
23182
26436
 1 file changed, 7 insertions(+), 7 deletions(-)
23183
26437
 
23184
26438
commit 72af6b0d5baa291210d603c366d232185ceae91f
23185
 
Author: Sweta Kothari <swkothar@redhat.com>
23186
 
Date:   Mon Jun 3 13:30:48 2013 +0530
 
26439
Author:     Sweta Kothari <swkothar@redhat.com>
 
26440
AuthorDate: Mon Jun 3 13:30:48 2013 +0530
 
26441
Commit:     Sweta Kothari <swkothar@redhat.com>
 
26442
CommitDate: Mon Jun 3 13:31:25 2013 +0530
23187
26443
 
23188
26444
    Updated Gujarati Translations
23189
26445
 
23191
26447
 1 file changed, 24 insertions(+), 24 deletions(-)
23192
26448
 
23193
26449
commit 9acc480d72e9140ec1fa34d780c6d924c7a71aec
23194
 
Author: Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
23195
 
Date:   Sun Jun 2 20:21:33 2013 +0200
 
26450
Author:     Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
 
26451
AuthorDate: Sun Jun 2 20:21:33 2013 +0200
 
26452
Commit:     Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
 
26453
CommitDate: Mon Jun 3 09:37:01 2013 +0200
23196
26454
 
23197
26455
    Remove extra comma in gtestutils.h
23198
26456
 
23202
26460
 1 file changed, 1 insertion(+), 1 deletion(-)
23203
26461
 
23204
26462
commit d0301080ee78c2f67ce04486da2ee3e7e123eece
23205
 
Author: Matthias Clasen <mclasen@redhat.com>
23206
 
Date:   Sun Jun 2 20:00:21 2013 -0400
 
26463
Author:     Matthias Clasen <mclasen@redhat.com>
 
26464
AuthorDate: Sun Jun 2 20:00:21 2013 -0400
 
26465
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26466
CommitDate: Sun Jun 2 20:02:06 2013 -0400
23207
26467
 
23208
26468
    Improve GSettings test coverage
23209
26469
 
23212
26472
 1 file changed, 100 insertions(+)
23213
26473
 
23214
26474
commit b9406904a5d8a50a0608864160029e7bb07d04e2
23215
 
Author: Matthias Clasen <mclasen@redhat.com>
23216
 
Date:   Sun Jun 2 19:59:48 2013 -0400
 
26475
Author:     Matthias Clasen <mclasen@redhat.com>
 
26476
AuthorDate: Sun Jun 2 19:59:48 2013 -0400
 
26477
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26478
CommitDate: Sun Jun 2 20:02:06 2013 -0400
23217
26479
 
23218
26480
    Add a directory monitoring test
23219
26481
 
23223
26485
 2 files changed, 185 insertions(+)
23224
26486
 
23225
26487
commit e546eb016a15646be75b73c1eacf6c2b6d5f120b
23226
 
Author: Matthias Clasen <mclasen@redhat.com>
23227
 
Date:   Sun Jun 2 14:37:19 2013 -0400
 
26488
Author:     Matthias Clasen <mclasen@redhat.com>
 
26489
AuthorDate: Sun Jun 2 14:37:19 2013 -0400
 
26490
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26491
CommitDate: Sun Jun 2 20:01:56 2013 -0400
23228
26492
 
23229
26493
    Remove some unused inotify code
23230
26494
 
23234
26498
 2 files changed, 20 insertions(+), 137 deletions(-)
23235
26499
 
23236
26500
commit a62079e2e3270f6196a0744c532e72d38ab311b1
23237
 
Author: Ryan Lortie <desrt@desrt.ca>
23238
 
Date:   Sun Jun 2 09:53:06 2013 -0400
 
26501
Author:     Ryan Lortie <desrt@desrt.ca>
 
26502
AuthorDate: Sun Jun 2 09:53:06 2013 -0400
 
26503
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26504
CommitDate: Sun Jun 2 09:53:24 2013 -0400
23239
26505
 
23240
26506
    tests: Remove a leftover debug printf
23241
26507
 
23245
26511
 1 file changed, 1 deletion(-)
23246
26512
 
23247
26513
commit fc35c3487eb926417261035cfc834b0b716530e1
23248
 
Author: Matthias Clasen <mclasen@redhat.com>
23249
 
Date:   Sun Jun 2 01:47:19 2013 -0400
 
26514
Author:     Matthias Clasen <mclasen@redhat.com>
 
26515
AuthorDate: Sun Jun 2 01:47:19 2013 -0400
 
26516
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26517
CommitDate: Sun Jun 2 01:47:19 2013 -0400
23250
26518
 
23251
26519
    Improve unix stream test coverage
23252
26520
 
23254
26522
 1 file changed, 4 insertions(+)
23255
26523
 
23256
26524
commit 8f655149e9d0bb48fc7ebb2c29bba13924f13056
23257
 
Author: Matthias Clasen <mclasen@redhat.com>
23258
 
Date:   Sun Jun 2 01:46:21 2013 -0400
 
26525
Author:     Matthias Clasen <mclasen@redhat.com>
 
26526
AuthorDate: Sun Jun 2 01:46:21 2013 -0400
 
26527
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26528
CommitDate: Sun Jun 2 01:46:21 2013 -0400
23259
26529
 
23260
26530
    Improve GAppInfo test coverage
23261
26531
 
23263
26533
 1 file changed, 14 insertions(+)
23264
26534
 
23265
26535
commit 0326f146fd3bbff74e7ca1e77bef814601c1a981
23266
 
Author: Matthias Clasen <mclasen@redhat.com>
23267
 
Date:   Sun Jun 2 01:44:49 2013 -0400
 
26536
Author:     Matthias Clasen <mclasen@redhat.com>
 
26537
AuthorDate: Sun Jun 2 01:44:49 2013 -0400
 
26538
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26539
CommitDate: Sun Jun 2 01:44:49 2013 -0400
23268
26540
 
23269
26541
    Improve GMemoryInputStream test coverage
23270
26542
 
23272
26544
 1 file changed, 23 insertions(+)
23273
26545
 
23274
26546
commit dcf5dea9225efd3ef60a23a5a0fcbbb1e95cc794
23275
 
Author: Matthias Clasen <mclasen@redhat.com>
23276
 
Date:   Sun Jun 2 01:44:15 2013 -0400
 
26547
Author:     Matthias Clasen <mclasen@redhat.com>
 
26548
AuthorDate: Sun Jun 2 01:44:15 2013 -0400
 
26549
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26550
CommitDate: Sun Jun 2 01:44:15 2013 -0400
23277
26551
 
23278
26552
    Improve GMenuModel test coverage
23279
26553
 
23281
26555
 1 file changed, 19 insertions(+)
23282
26556
 
23283
26557
commit c40e0b59da5dba6af74f7778e77b01e7f7f48e15
23284
 
Author: Matthias Clasen <mclasen@redhat.com>
23285
 
Date:   Sun Jun 2 01:43:13 2013 -0400
 
26558
Author:     Matthias Clasen <mclasen@redhat.com>
 
26559
AuthorDate: Sun Jun 2 01:43:13 2013 -0400
 
26560
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26561
CommitDate: Sun Jun 2 01:43:13 2013 -0400
23286
26562
 
23287
26563
    Improve GFileAttributeMatcher test coverage
23288
26564
 
23290
26566
 1 file changed, 21 insertions(+), 3 deletions(-)
23291
26567
 
23292
26568
commit 0753ae1235a3765339b4637db0ca0c89a66fb0e4
23293
 
Author: Matthias Clasen <mclasen@redhat.com>
23294
 
Date:   Sun Jun 2 01:42:28 2013 -0400
 
26569
Author:     Matthias Clasen <mclasen@redhat.com>
 
26570
AuthorDate: Sun Jun 2 01:42:28 2013 -0400
 
26571
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26572
CommitDate: Sun Jun 2 01:42:28 2013 -0400
23295
26573
 
23296
26574
    Improve GIcon test coverage
23297
26575
 
23300
26578
 1 file changed, 107 insertions(+), 11 deletions(-)
23301
26579
 
23302
26580
commit 49d39633d15427436a18e160f06aab12dce6f378
23303
 
Author: Matthias Clasen <mclasen@redhat.com>
23304
 
Date:   Sun Jun 2 01:41:50 2013 -0400
 
26581
Author:     Matthias Clasen <mclasen@redhat.com>
 
26582
AuthorDate: Sun Jun 2 01:41:50 2013 -0400
 
26583
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26584
CommitDate: Sun Jun 2 01:41:50 2013 -0400
23305
26585
 
23306
26586
    Improve test coverage for GZipCompressor
23307
26587
 
23309
26589
 1 file changed, 11 insertions(+), 1 deletion(-)
23310
26590
 
23311
26591
commit 2f3f270fccaf92ae423864b5d35e61572137fda3
23312
 
Author: Matthias Clasen <mclasen@redhat.com>
23313
 
Date:   Sun Jun 2 01:41:09 2013 -0400
 
26592
Author:     Matthias Clasen <mclasen@redhat.com>
 
26593
AuthorDate: Sun Jun 2 01:41:09 2013 -0400
 
26594
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26595
CommitDate: Sun Jun 2 01:41:09 2013 -0400
23314
26596
 
23315
26597
    Improve test coverage for GBufferedOutputStream
23316
26598
 
23318
26600
 1 file changed, 6 insertions(+)
23319
26601
 
23320
26602
commit 6a487eae569198c88ef799b637891a4ed53effae
23321
 
Author: Matthias Clasen <mclasen@redhat.com>
23322
 
Date:   Sun Jun 2 01:40:39 2013 -0400
 
26603
Author:     Matthias Clasen <mclasen@redhat.com>
 
26604
AuthorDate: Sun Jun 2 01:40:39 2013 -0400
 
26605
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26606
CommitDate: Sun Jun 2 01:40:39 2013 -0400
23323
26607
 
23324
26608
    Trivial formatting fix
23325
26609
 
23327
26611
 1 file changed, 1 insertion(+), 1 deletion(-)
23328
26612
 
23329
26613
commit 7977bb15de1f19e4f11484779c581a6c08ebdd03
23330
 
Author: Matthias Clasen <mclasen@redhat.com>
23331
 
Date:   Sat Jun 1 18:54:57 2013 -0400
 
26614
Author:     Matthias Clasen <mclasen@redhat.com>
 
26615
AuthorDate: Sat Jun 1 18:54:57 2013 -0400
 
26616
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26617
CommitDate: Sat Jun 1 18:54:57 2013 -0400
23332
26618
 
23333
26619
    Skip spawn tests when collecting coverage
23334
26620
 
23339
26625
 1 file changed, 5 insertions(+)
23340
26626
 
23341
26627
commit fed8ae38c3b43c8da693c624bb552c50d269af84
23342
 
Author: Matthias Clasen <mclasen@redhat.com>
23343
 
Date:   Sat Jun 1 00:36:16 2013 -0400
 
26628
Author:     Matthias Clasen <mclasen@redhat.com>
 
26629
AuthorDate: Sat Jun 1 00:36:16 2013 -0400
 
26630
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26631
CommitDate: Sat Jun 1 18:51:25 2013 -0400
23344
26632
 
23345
26633
    Improve test coverage a bit
23346
26634
 
23349
26637
 2 files changed, 30 insertions(+)
23350
26638
 
23351
26639
commit c0f96bb27636de407a29c8ee30bb44a03c74a0fb
23352
 
Author: Matthias Clasen <mclasen@redhat.com>
23353
 
Date:   Sat Jun 1 00:35:39 2013 -0400
 
26640
Author:     Matthias Clasen <mclasen@redhat.com>
 
26641
AuthorDate: Sat Jun 1 00:35:39 2013 -0400
 
26642
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26643
CommitDate: Sat Jun 1 18:51:25 2013 -0400
23354
26644
 
23355
26645
    mem-overflow: test malloc and realloc corner cases
23356
26646
 
23358
26648
 1 file changed, 25 insertions(+)
23359
26649
 
23360
26650
commit 81be95fffbb8aed746fe6ceaa820fde10773e026
23361
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
23362
 
Date:   Sun Jun 2 00:25:33 2013 +0200
 
26651
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
26652
AuthorDate: Sun Jun 2 00:25:33 2013 +0200
 
26653
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
26654
CommitDate: Sun Jun 2 00:25:33 2013 +0200
23363
26655
 
23364
26656
    Updated Galician translations
23365
26657
 
23368
26660
 1 file changed, 204 insertions(+), 197 deletions(-)
23369
26661
 
23370
26662
commit 79972d22ac7085c252b6714d7dffd10fb470db6b
23371
 
Author: Ryan Lortie <desrt@desrt.ca>
23372
 
Date:   Sat Jun 1 11:38:10 2013 -0400
 
26663
Author:     Ryan Lortie <desrt@desrt.ca>
 
26664
AuthorDate: Sat Jun 1 11:38:10 2013 -0400
 
26665
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26666
CommitDate: Sat Jun 1 11:38:10 2013 -0400
23373
26667
 
23374
26668
    Fix failure to build exit-on-close gdbus test
23375
26669
 
23382
26676
 1 file changed, 2 insertions(+), 3 deletions(-)
23383
26677
 
23384
26678
commit 16ec6295806131103e1ba08f8b23f5b9bbe05adb
23385
 
Author: Ryan Lortie <desrt@desrt.ca>
23386
 
Date:   Sat Jun 1 10:07:33 2013 -0400
 
26679
Author:     Ryan Lortie <desrt@desrt.ca>
 
26680
AuthorDate: Sat Jun 1 10:07:33 2013 -0400
 
26681
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26682
CommitDate: Sat Jun 1 10:08:24 2013 -0400
23387
26683
 
23388
26684
    glib.mk: Rework win32 test support
23389
26685
 
23397
26693
 1 file changed, 5 insertions(+), 4 deletions(-)
23398
26694
 
23399
26695
commit 601a00fa2ac31da0595cfe572b04edcdded3ae86
23400
 
Author: Ryan Lortie <desrt@desrt.ca>
23401
 
Date:   Sat Jun 1 09:55:13 2013 -0400
 
26696
Author:     Ryan Lortie <desrt@desrt.ca>
 
26697
AuthorDate: Sat Jun 1 09:55:13 2013 -0400
 
26698
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26699
CommitDate: Sat Jun 1 09:55:13 2013 -0400
23402
26700
 
23403
26701
    Change a pair of TESTS = to TEST +=
23404
26702
 
23407
26705
 2 files changed, 2 insertions(+), 2 deletions(-)
23408
26706
 
23409
26707
commit e042db0f83d73801a206cbaed1a49783355e0dd5
23410
 
Author: Ryan Lortie <desrt@desrt.ca>
23411
 
Date:   Fri May 31 22:33:22 2013 -0400
 
26708
Author:     Ryan Lortie <desrt@desrt.ca>
 
26709
AuthorDate: Fri May 31 22:33:22 2013 -0400
 
26710
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26711
CommitDate: Fri May 31 23:16:00 2013 -0400
23412
26712
 
23413
26713
    GSettings tests: reverse installed test complexity
23414
26714
 
23432
26732
 2 files changed, 17 insertions(+), 38 deletions(-)
23433
26733
 
23434
26734
commit f9eb9eed10b7123ef000e49be1290755b2d6ae8f
23435
 
Author: Ryan Lortie <desrt@desrt.ca>
23436
 
Date:   Thu May 30 00:07:32 2013 -0400
 
26735
Author:     Ryan Lortie <desrt@desrt.ca>
 
26736
AuthorDate: Thu May 30 00:07:32 2013 -0400
 
26737
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26738
CommitDate: Fri May 31 23:12:15 2013 -0400
23437
26739
 
23438
26740
    Rework the build system for a new tests approach
23439
26741
 
23516
26818
 38 files changed, 974 insertions(+), 1119 deletions(-)
23517
26819
 
23518
26820
commit 210b1f8b4230b881d1c2e4a9e7dac571c967e091
23519
 
Author: Ryan Lortie <desrt@desrt.ca>
23520
 
Date:   Thu May 30 00:04:05 2013 -0400
 
26821
Author:     Ryan Lortie <desrt@desrt.ca>
 
26822
AuthorDate: Thu May 30 00:04:05 2013 -0400
 
26823
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26824
CommitDate: Fri May 31 23:03:19 2013 -0400
23521
26825
 
23522
26826
    Remove a bunch of lingering g_thread_init()
23523
26827
 
23539
26843
 8 files changed, 1 insertion(+), 18 deletions(-)
23540
26844
 
23541
26845
commit e66abbe2ef574b1ff5c36588bbac7267f04e5abe
23542
 
Author: Ryan Lortie <desrt@desrt.ca>
23543
 
Date:   Wed May 29 23:49:30 2013 -0400
 
26846
Author:     Ryan Lortie <desrt@desrt.ca>
 
26847
AuthorDate: Wed May 29 23:49:30 2013 -0400
 
26848
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26849
CommitDate: Fri May 31 23:03:19 2013 -0400
23544
26850
 
23545
26851
    Some final g_test_build_filename() porting
23546
26852
 
23562
26868
 8 files changed, 20 insertions(+), 38 deletions(-)
23563
26869
 
23564
26870
commit d7b3e558cfc91b1eaee80b156ad358774ded1c34
23565
 
Author: Ryan Lortie <desrt@desrt.ca>
23566
 
Date:   Wed May 29 23:43:26 2013 -0400
 
26871
Author:     Ryan Lortie <desrt@desrt.ca>
 
26872
AuthorDate: Wed May 29 23:43:26 2013 -0400
 
26873
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26874
CommitDate: Fri May 31 23:03:19 2013 -0400
23567
26875
 
23568
26876
    Move a pair of gobject tests to tests/gobject/
23569
26877
 
23585
26893
 6 files changed, 656 insertions(+), 655 deletions(-)
23586
26894
 
23587
26895
commit a114e98d09248f843c87b99c15534db4cf6367aa
23588
 
Author: Matthias Clasen <mclasen@redhat.com>
23589
 
Date:   Fri May 31 21:24:21 2013 -0400
 
26896
Author:     Matthias Clasen <mclasen@redhat.com>
 
26897
AuthorDate: Fri May 31 21:24:21 2013 -0400
 
26898
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26899
CommitDate: Fri May 31 21:24:21 2013 -0400
23590
26900
 
23591
26901
    Split off the gdbus-overflow test
23592
26902
 
23600
26910
 3 files changed, 255 insertions(+), 126 deletions(-)
23601
26911
 
23602
26912
commit eb16c5a4fea60e7969640972c8bc70dcc8673857
23603
 
Author: Matthias Clasen <mclasen@redhat.com>
23604
 
Date:   Fri May 31 17:23:29 2013 -0400
 
26913
Author:     Matthias Clasen <mclasen@redhat.com>
 
26914
AuthorDate: Fri May 31 17:23:29 2013 -0400
 
26915
Commit:     Matthias Clasen <mclasen@redhat.com>
 
26916
CommitDate: Fri May 31 17:24:14 2013 -0400
23605
26917
 
23606
26918
    Fix a typo
23607
26919
 
23609
26921
 1 file changed, 1 insertion(+), 1 deletion(-)
23610
26922
 
23611
26923
commit 9cfac6e76c19b40a9b07b92d34afb06b13b1876e
23612
 
Author: Ryan Lortie <desrt@desrt.ca>
23613
 
Date:   Thu May 30 13:50:17 2013 -0400
 
26924
Author:     Ryan Lortie <desrt@desrt.ca>
 
26925
AuthorDate: Thu May 30 13:50:17 2013 -0400
 
26926
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26927
CommitDate: Thu May 30 13:50:42 2013 -0400
23614
26928
 
23615
26929
    Bump version.
23616
26930
 
23618
26932
 1 file changed, 1 insertion(+), 1 deletion(-)
23619
26933
 
23620
26934
commit a681e11f928e79d40d4d1e994dd5b65378f911a7
23621
 
Author: William Jon McCann <jmccann@redhat.com>
23622
 
Date:   Wed Jan 30 00:46:43 2013 +0100
 
26935
Author:     William Jon McCann <jmccann@redhat.com>
 
26936
AuthorDate: Wed Jan 30 00:46:43 2013 +0100
 
26937
Commit:     William Jon McCann <william.jon.mccann@gmail.com>
 
26938
CommitDate: Thu May 30 10:25:29 2013 -0400
23623
26939
 
23624
26940
    Fix property example in gobject tutorial
23625
26941
 
23629
26945
 1 file changed, 4 insertions(+), 6 deletions(-)
23630
26946
 
23631
26947
commit ccc039c70578b3fdf146d8e4d97588debf3d7c89
23632
 
Author: Ryan Lortie <desrt@desrt.ca>
23633
 
Date:   Wed May 29 23:30:46 2013 -0400
 
26948
Author:     Ryan Lortie <desrt@desrt.ca>
 
26949
AuthorDate: Wed May 29 23:30:46 2013 -0400
 
26950
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26951
CommitDate: Wed May 29 23:31:19 2013 -0400
23634
26952
 
23635
26953
    Remove org.gtk.test.gschema
23636
26954
 
23643
26961
 2 files changed, 40 deletions(-)
23644
26962
 
23645
26963
commit c235087ba44cd090623510d50371f4444538a49c
23646
 
Author: Ryan Lortie <desrt@desrt.ca>
23647
 
Date:   Wed May 29 21:49:53 2013 -0400
 
26964
Author:     Ryan Lortie <desrt@desrt.ca>
 
26965
AuthorDate: Wed May 29 21:49:53 2013 -0400
 
26966
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26967
CommitDate: Wed May 29 21:49:53 2013 -0400
23648
26968
 
23649
26969
    icon deserialisation: fix uninitialised variable
23650
26970
 
23655
26975
 1 file changed, 2 insertions(+)
23656
26976
 
23657
26977
commit c7e965f4ee26b95b10b80756f24589019f9d3857
23658
 
Author: Ryan Lortie <desrt@desrt.ca>
23659
 
Date:   Wed May 29 21:33:04 2013 -0400
 
26978
Author:     Ryan Lortie <desrt@desrt.ca>
 
26979
AuthorDate: Wed May 29 21:33:04 2013 -0400
 
26980
Commit:     Ryan Lortie <desrt@desrt.ca>
 
26981
CommitDate: Wed May 29 21:36:50 2013 -0400
23660
26982
 
23661
26983
    docs/: ignore gtester Makefile targets
23662
26984
 
23679
27001
 6 files changed, 3 insertions(+), 8 deletions(-)
23680
27002
 
23681
27003
commit a8a9afe17c0ee484b65c6f75e0d22ad1ae2cd9b6
23682
 
Author: Ryan Lortie <desrt@desrt.ca>
23683
 
Date:   Mon Apr 22 17:37:18 2013 -0400
 
27004
Author:     Ryan Lortie <desrt@desrt.ca>
 
27005
AuthorDate: Mon Apr 22 17:37:18 2013 -0400
 
27006
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27007
CommitDate: Wed May 29 09:25:25 2013 -0400
23684
27008
 
23685
27009
    GObject: prevent installing properties after init
23686
27010
 
23705
27029
 3 files changed, 18 insertions(+), 2 deletions(-)
23706
27030
 
23707
27031
commit 8df1bb3486417bc67a5b38fb8fa81f333b18da22
23708
 
Author: Ryan Lortie <desrt@desrt.ca>
23709
 
Date:   Wed May 29 08:49:16 2013 -0400
 
27032
Author:     Ryan Lortie <desrt@desrt.ca>
 
27033
AuthorDate: Wed May 29 08:49:16 2013 -0400
 
27034
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27035
CommitDate: Wed May 29 09:03:32 2013 -0400
23710
27036
 
23711
27037
    Rename G_TEST_DISTED to G_TEST_DIST
23712
27038
 
23737
27063
 14 files changed, 77 insertions(+), 63 deletions(-)
23738
27064
 
23739
27065
commit da478acd3c948536cd117e4347fcc554d93a7dc8
23740
 
Author: Ryan Lortie <desrt@desrt.ca>
23741
 
Date:   Tue May 28 17:48:06 2013 -0400
 
27066
Author:     Ryan Lortie <desrt@desrt.ca>
 
27067
AuthorDate: Tue May 28 17:48:06 2013 -0400
 
27068
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27069
CommitDate: Wed May 29 09:03:32 2013 -0400
23742
27070
 
23743
27071
    Remove G_TEST_DATA= from installed .test files
23744
27072
 
23752
27080
 3 files changed, 3 insertions(+), 3 deletions(-)
23753
27081
 
23754
27082
commit ddd7e941f4e7199832b508d7f892680ca31937de
23755
 
Author: Ryan Lortie <desrt@desrt.ca>
23756
 
Date:   Tue May 28 18:03:17 2013 -0400
 
27083
Author:     Ryan Lortie <desrt@desrt.ca>
 
27084
AuthorDate: Tue May 28 18:03:17 2013 -0400
 
27085
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27086
CommitDate: Wed May 29 09:03:32 2013 -0400
23757
27087
 
23758
27088
    Test data file API: port two more testcases
23759
27089
 
23769
27099
 2 files changed, 31 insertions(+), 59 deletions(-)
23770
27100
 
23771
27101
commit 17ded322c5cb2cdb230233a9a020e1acdab9c0ab
23772
 
Author: Ryan Lortie <desrt@desrt.ca>
23773
 
Date:   Tue May 28 14:24:47 2013 -0400
 
27102
Author:     Ryan Lortie <desrt@desrt.ca>
 
27103
AuthorDate: Tue May 28 14:24:47 2013 -0400
 
27104
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27105
CommitDate: Wed May 29 09:03:32 2013 -0400
23774
27106
 
23775
27107
    tests: move tests to new _get_filename() API
23776
27108
 
23795
27127
 12 files changed, 56 insertions(+), 145 deletions(-)
23796
27128
 
23797
27129
commit 575a9da718e8c84da052f50f1435914a94197696
23798
 
Author: Ryan Lortie <desrt@desrt.ca>
23799
 
Date:   Tue May 28 13:22:59 2013 -0400
 
27130
Author:     Ryan Lortie <desrt@desrt.ca>
 
27131
AuthorDate: Tue May 28 13:22:59 2013 -0400
 
27132
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27133
CommitDate: Wed May 29 09:03:32 2013 -0400
23800
27134
 
23801
27135
    gtest: Add more path building API
23802
27136
 
23824
27158
 3 files changed, 118 insertions(+), 15 deletions(-)
23825
27159
 
23826
27160
commit 58c6ca32aac6e0735d7325ce0b876025c722bae3
23827
 
Author: Ryan Lortie <desrt@desrt.ca>
23828
 
Date:   Tue May 28 12:48:37 2013 -0400
 
27161
Author:     Ryan Lortie <desrt@desrt.ca>
 
27162
AuthorDate: Tue May 28 12:48:37 2013 -0400
 
27163
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27164
CommitDate: Wed May 29 09:03:31 2013 -0400
23829
27165
 
23830
27166
    tests: use new g_test_build_filename() API
23831
27167
 
23856
27192
 19 files changed, 62 insertions(+), 200 deletions(-)
23857
27193
 
23858
27194
commit 0c4806733cb30f56325b0f1c4e95a400e4998c14
23859
 
Author: Ryan Lortie <desrt@desrt.ca>
23860
 
Date:   Tue May 28 12:44:41 2013 -0400
 
27195
Author:     Ryan Lortie <desrt@desrt.ca>
 
27196
AuthorDate: Tue May 28 12:44:41 2013 -0400
 
27197
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27198
CommitDate: Wed May 29 09:03:31 2013 -0400
23861
27199
 
23862
27200
    Add g_test_build_filename()
23863
27201
 
23875
27213
 4 files changed, 115 insertions(+), 3 deletions(-)
23876
27214
 
23877
27215
commit 2afd39a90dbde31159a78b780bacdd636badb34e
23878
 
Author: Matthias Clasen <mclasen@redhat.com>
23879
 
Date:   Tue May 28 22:23:58 2013 -0400
 
27216
Author:     Matthias Clasen <mclasen@redhat.com>
 
27217
AuthorDate: Tue May 28 22:23:58 2013 -0400
 
27218
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27219
CommitDate: Wed May 29 08:38:03 2013 -0400
23880
27220
 
23881
27221
    Trivial doc typo fix
23882
27222
 
23884
27224
 1 file changed, 5 insertions(+), 5 deletions(-)
23885
27225
 
23886
27226
commit 2349635ebe1a757107d864bac603d7f2189b7418
23887
 
Author: Matthias Clasen <mclasen@redhat.com>
23888
 
Date:   Wed May 29 00:07:26 2013 -0400
 
27227
Author:     Matthias Clasen <mclasen@redhat.com>
 
27228
AuthorDate: Wed May 29 00:07:26 2013 -0400
 
27229
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27230
CommitDate: Wed May 29 08:37:57 2013 -0400
23889
27231
 
23890
27232
    Trivial documentation typos
23891
27233
 
23893
27235
 1 file changed, 2 insertions(+), 2 deletions(-)
23894
27236
 
23895
27237
commit b5463f4cf44eb74e667491ddd96476f51b9a8ed6
23896
 
Author: Matthias Clasen <mclasen@redhat.com>
23897
 
Date:   Wed May 29 00:14:55 2013 -0400
 
27238
Author:     Matthias Clasen <mclasen@redhat.com>
 
27239
AuthorDate: Wed May 29 00:14:55 2013 -0400
 
27240
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27241
CommitDate: Wed May 29 08:37:50 2013 -0400
23898
27242
 
23899
27243
    Work with ltp 1.10
23900
27244
 
23902
27246
 1 file changed, 1 insertion(+), 1 deletion(-)
23903
27247
 
23904
27248
commit db1c83a5163dab40673b1c5cdf23fdff771ebaf3
23905
 
Author: Matthias Clasen <mclasen@redhat.com>
23906
 
Date:   Wed May 29 08:34:24 2013 -0400
 
27249
Author:     Matthias Clasen <mclasen@redhat.com>
 
27250
AuthorDate: Wed May 29 08:34:24 2013 -0400
 
27251
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27252
CommitDate: Wed May 29 08:37:28 2013 -0400
23907
27253
 
23908
27254
    Improve gtype test coverage
23909
27255
 
23914
27260
 4 files changed, 11 insertions(+)
23915
27261
 
23916
27262
commit 07168724d74cb656938df7abaa42dacff94c62cf
23917
 
Author: Matthias Clasen <mclasen@redhat.com>
23918
 
Date:   Wed May 29 08:33:55 2013 -0400
 
27263
Author:     Matthias Clasen <mclasen@redhat.com>
 
27264
AuthorDate: Wed May 29 08:33:55 2013 -0400
 
27265
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27266
CommitDate: Wed May 29 08:37:19 2013 -0400
23919
27267
 
23920
27268
    Improve signal test coverage
23921
27269
 
23924
27272
 1 file changed, 205 insertions(+), 1 deletion(-)
23925
27273
 
23926
27274
commit a9abbb31924f8ae9f51c1064f88efedde7c34117
23927
 
Author: Matthias Clasen <mclasen@redhat.com>
23928
 
Date:   Wed May 29 00:15:55 2013 -0400
 
27275
Author:     Matthias Clasen <mclasen@redhat.com>
 
27276
AuthorDate: Wed May 29 00:15:55 2013 -0400
 
27277
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27278
CommitDate: Wed May 29 08:37:08 2013 -0400
23929
27279
 
23930
27280
    Improve test coverage in gobject/
23931
27281
 
23940
27290
 4 files changed, 300 insertions(+), 1 deletion(-)
23941
27291
 
23942
27292
commit 3382ac99be3141e084fea888c428f5d5bf725ab7
23943
 
Author: Emanuele Aina <emanuele.aina@collabora.com>
23944
 
Date:   Mon May 20 15:53:40 2013 +0100
 
27293
Author:     Emanuele Aina <emanuele.aina@collabora.com>
 
27294
AuthorDate: Mon May 20 15:53:40 2013 +0100
 
27295
Commit:     Emanuele Aina <emanuele.aina@collabora.com>
 
27296
CommitDate: Tue May 28 22:59:24 2013 +0200
23945
27297
 
23946
27298
    GIcon: NULLify the `type' out param in the sync methods too
23947
27299
 
23958
27310
 2 files changed, 6 insertions(+)
23959
27311
 
23960
27312
commit 7a861ab4c9b4a8e379b1c5b7ec0385c5ef0c5d3d
23961
 
Author: Matej Urbančič <mateju@svn.gnome.org>
23962
 
Date:   Tue May 28 22:26:50 2013 +0200
 
27313
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
27314
AuthorDate: Tue May 28 22:26:50 2013 +0200
 
27315
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
27316
CommitDate: Tue May 28 22:26:50 2013 +0200
23963
27317
 
23964
27318
    Updated Slovenian translation
23965
27319
 
23968
27322
 1 file changed, 59 insertions(+), 54 deletions(-)
23969
27323
 
23970
27324
commit 9d7429509cbb6adbe6be86a55183acceccfd7167
23971
 
Author: Shankar Prasad <svenkate@redhat.com>
23972
 
Date:   Tue May 28 18:28:09 2013 +0530
 
27325
Author:     Shankar Prasad <svenkate@redhat.com>
 
27326
AuthorDate: Tue May 28 18:28:09 2013 +0530
 
27327
Commit:     Shankar Prasad <svenkate@redhat.com>
 
27328
CommitDate: Tue May 28 18:28:09 2013 +0530
23973
27329
 
23974
27330
    updated kn translations
23975
27331
 
23978
27334
 1 file changed, 63 insertions(+), 60 deletions(-)
23979
27335
 
23980
27336
commit 26df5e0d949b0ada2e5c939359dfccca71735cb4
23981
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
23982
 
Date:   Tue May 28 12:55:56 2013 +0800
 
27337
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27338
AuthorDate: Tue May 28 12:55:56 2013 +0800
 
27339
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27340
CommitDate: Tue May 28 12:56:28 2013 +0800
23983
27341
 
23984
27342
    Update Visual Studio Project Sheets
23985
27343
 
23990
27348
 2 files changed, 3 insertions(+)
23991
27349
 
23992
27350
commit 762842b9943145c3645f4ded065d6737fccf3692
23993
 
Author: Ryan Lortie <desrt@desrt.ca>
23994
 
Date:   Mon May 27 17:34:21 2013 -0400
 
27351
Author:     Ryan Lortie <desrt@desrt.ca>
 
27352
AuthorDate: Mon May 27 17:34:21 2013 -0400
 
27353
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27354
CommitDate: Mon May 27 23:36:06 2013 -0400
23995
27355
 
23996
27356
    GLib 2.37.1
23997
27357
 
23999
27359
 1 file changed, 48 insertions(+)
24000
27360
 
24001
27361
commit 4c9a7b65eb028f78ad4e68c177e4ee634124b694
24002
 
Author: Matthias Clasen <mclasen@redhat.com>
24003
 
Date:   Mon May 27 22:05:19 2013 -0400
 
27362
Author:     Matthias Clasen <mclasen@redhat.com>
 
27363
AuthorDate: Mon May 27 22:05:19 2013 -0400
 
27364
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27365
CommitDate: Mon May 27 22:05:19 2013 -0400
24004
27366
 
24005
27367
    More test fixes for builddir != srcdir
24006
27368
 
24011
27373
 4 files changed, 4 insertions(+), 3 deletions(-)
24012
27374
 
24013
27375
commit 98a921045cf16cb927eae2fd13a5f025cfb76365
24014
 
Author: Matthias Clasen <mclasen@redhat.com>
24015
 
Date:   Mon May 27 21:20:10 2013 -0400
 
27376
Author:     Matthias Clasen <mclasen@redhat.com>
 
27377
AuthorDate: Mon May 27 21:20:10 2013 -0400
 
27378
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27379
CommitDate: Mon May 27 21:21:55 2013 -0400
24016
27380
 
24017
27381
    Fix make check with builddir != srcdir
24018
27382
 
24032
27396
 10 files changed, 32 insertions(+), 22 deletions(-)
24033
27397
 
24034
27398
commit 4ec32e6fa827a97c4d7fd8a8b00126d52a604319
24035
 
Author: Colin Walters <walters@verbum.org>
24036
 
Date:   Mon May 27 19:30:31 2013 -0400
 
27399
Author:     Colin Walters <walters@verbum.org>
 
27400
AuthorDate: Mon May 27 19:30:31 2013 -0400
 
27401
Commit:     Colin Walters <walters@verbum.org>
 
27402
CommitDate: Mon May 27 19:30:31 2013 -0400
24037
27403
 
24038
27404
    gio/tests: Make gdbus-proxy-well-known-name handle srcdir != builddir
24039
27405
 
24041
27407
 1 file changed, 5 insertions(+), 5 deletions(-)
24042
27408
 
24043
27409
commit 7336a1e745907104ec7fab9f2086c2fc93ef8b9d
24044
 
Author: Ryan Lortie <desrt@desrt.ca>
24045
 
Date:   Mon May 27 18:34:33 2013 -0400
 
27410
Author:     Ryan Lortie <desrt@desrt.ca>
 
27411
AuthorDate: Mon May 27 18:34:33 2013 -0400
 
27412
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27413
CommitDate: Mon May 27 18:34:53 2013 -0400
24046
27414
 
24047
27415
    Fix yet more test regressions...
24048
27416
 
24051
27419
 2 files changed, 10 insertions(+), 10 deletions(-)
24052
27420
 
24053
27421
commit 42139d463721aff623041eb3e016aae263b01a8b
24054
 
Author: Ryan Lortie <desrt@desrt.ca>
24055
 
Date:   Mon May 27 18:30:53 2013 -0400
 
27422
Author:     Ryan Lortie <desrt@desrt.ca>
 
27423
AuthorDate: Mon May 27 18:30:53 2013 -0400
 
27424
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27425
CommitDate: Mon May 27 18:34:53 2013 -0400
24056
27426
 
24057
27427
    One more broken test....
24058
27428
 
24060
27430
 1 file changed, 4 insertions(+), 4 deletions(-)
24061
27431
 
24062
27432
commit 8f87d428a6c8c91aaa47daaaff2d843b6536a88c
24063
 
Author: Ryan Lortie <desrt@desrt.ca>
24064
 
Date:   Mon May 27 18:27:14 2013 -0400
 
27433
Author:     Ryan Lortie <desrt@desrt.ca>
 
27434
AuthorDate: Mon May 27 18:27:14 2013 -0400
 
27435
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27436
CommitDate: Mon May 27 18:27:26 2013 -0400
24065
27437
 
24066
27438
    More srcdir != destdir tests fallout
24067
27439
 
24069
27441
 1 file changed, 10 insertions(+), 4 deletions(-)
24070
27442
 
24071
27443
commit aa3db2c91b254250a84b8c8e07eb3da96fbf74aa
24072
 
Author: Ryan Lortie <desrt@desrt.ca>
24073
 
Date:   Mon May 27 18:05:09 2013 -0400
 
27444
Author:     Ryan Lortie <desrt@desrt.ca>
 
27445
AuthorDate: Mon May 27 18:05:09 2013 -0400
 
27446
Commit:     Ryan Lortie <desrt@desrt.ca>
 
27447
CommitDate: Mon May 27 18:12:54 2013 -0400
24074
27448
 
24075
27449
    tests: fix a srcdir vs. destdir issue
24076
27450
 
24082
27456
 1 file changed, 1 insertion(+), 5 deletions(-)
24083
27457
 
24084
27458
commit ad2716bb1aa202bd6d25ab8bdafb09fd3bcc8c22
24085
 
Author: ManojKumar Giri <mgiri@redhat.com>
24086
 
Date:   Mon May 27 18:09:17 2013 +0530
 
27459
Author:     ManojKumar Giri <mgiri@redhat.com>
 
27460
AuthorDate: Mon May 27 18:09:17 2013 +0530
 
27461
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
27462
CommitDate: Mon May 27 18:09:17 2013 +0530
24087
27463
 
24088
27464
    Updated Odia Translation.
24089
27465
 
24092
27468
 1 file changed, 65 insertions(+), 62 deletions(-)
24093
27469
 
24094
27470
commit 676a3d6ede64b6383d25706d514e7f4498474c96
24095
 
Author: Shantha kumar <shkumar@redhat.com>
24096
 
Date:   Mon May 27 15:31:22 2013 +0530
 
27471
Author:     Shantha kumar <shkumar@redhat.com>
 
27472
AuthorDate: Mon May 27 15:31:22 2013 +0530
 
27473
Commit:     Shantha kumar <shkumar@redhat.com>
 
27474
CommitDate: Mon May 27 15:31:22 2013 +0530
24097
27475
 
24098
27476
    Tamil Translation Updated
24099
27477
 
24102
27480
 1 file changed, 65 insertions(+), 62 deletions(-)
24103
27481
 
24104
27482
commit 0d55c4aaf8c6671387dee287da7574ae25fb9983
24105
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
24106
 
Date:   Mon May 27 15:57:54 2013 +0800
 
27483
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27484
AuthorDate: Mon May 27 15:57:54 2013 +0800
 
27485
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27486
CommitDate: Mon May 27 15:58:54 2013 +0800
24107
27487
 
24108
27488
    Fix the GObject Visual Studio Projects
24109
27489
 
24117
27497
 2 files changed, 8 insertions(+), 8 deletions(-)
24118
27498
 
24119
27499
commit 524470d8e02c7da867cf61dff86de1105067bebb
24120
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
24121
 
Date:   Mon May 27 13:23:58 2013 +0800
 
27500
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27501
AuthorDate: Mon May 27 13:23:58 2013 +0800
 
27502
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27503
CommitDate: Mon May 27 13:23:58 2013 +0800
24122
27504
 
24123
27505
    Fix the GLib Visual Studio Projects
24124
27506
 
24131
27513
 2 files changed, 16 insertions(+), 16 deletions(-)
24132
27514
 
24133
27515
commit 80985d1c05e58f63252b1b108e8637808a2f3e4c
24134
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
24135
 
Date:   Mon May 27 12:49:47 2013 +0800
 
27516
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27517
AuthorDate: Mon May 27 12:49:47 2013 +0800
 
27518
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
27519
CommitDate: Mon May 27 12:50:37 2013 +0800
24136
27520
 
24137
27521
    Update config.h.win32(.in)
24138
27522
 
24143
27527
 1 file changed, 12 insertions(+), 13 deletions(-)
24144
27528
 
24145
27529
commit b382c6f63339397c338aa68ad939894665368ada
24146
 
Author: Matthias Clasen <mclasen@redhat.com>
24147
 
Date:   Sat May 25 23:07:03 2013 -0400
 
27530
Author:     Matthias Clasen <mclasen@redhat.com>
 
27531
AuthorDate: Sat May 25 23:07:03 2013 -0400
 
27532
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27533
CommitDate: Sat May 25 23:15:36 2013 -0400
24148
27534
 
24149
27535
    Avoid a segfault in gdbus tool
24150
27536
 
24155
27541
 1 file changed, 5 insertions(+), 2 deletions(-)
24156
27542
 
24157
27543
commit 0b167b0ae964fcd999ccf8a9fdc41804df936a28
24158
 
Author: Colin Walters <walters@verbum.org>
24159
 
Date:   Fri May 24 22:16:44 2013 +0100
 
27544
Author:     Colin Walters <walters@verbum.org>
 
27545
AuthorDate: Fri May 24 22:16:44 2013 +0100
 
27546
Commit:     Colin Walters <walters@verbum.org>
 
27547
CommitDate: Fri May 24 22:16:44 2013 +0100
24160
27548
 
24161
27549
    build: Fix usage of %.test again
24162
27550
 
24172
27560
 5 files changed, 5 insertions(+), 5 deletions(-)
24173
27561
 
24174
27562
commit 5088c705ac5ce118502d0c6ea74aca1cec26b575
24175
 
Author: Colin Walters <walters@verbum.org>
24176
 
Date:   Fri May 24 15:42:12 2013 -0400
 
27563
Author:     Colin Walters <walters@verbum.org>
 
27564
AuthorDate: Fri May 24 15:42:12 2013 -0400
 
27565
Commit:     Colin Walters <walters@verbum.org>
 
27566
CommitDate: Fri May 24 16:30:21 2013 -0400
24177
27567
 
24178
27568
    tests: Drop unnecessary % from .test pattern match rule
24179
27569
 
24189
27579
 5 files changed, 5 insertions(+), 5 deletions(-)
24190
27580
 
24191
27581
commit b85e8e5bfb3f0cb86411cc5d8b038c5af1404f1c
24192
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
24193
 
Date:   Fri May 24 13:57:47 2013 +0200
 
27582
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
27583
AuthorDate: Fri May 24 13:57:47 2013 +0200
 
27584
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
27585
CommitDate: Fri May 24 13:57:47 2013 +0200
24194
27586
 
24195
27587
    Updated Spanish translation
24196
27588
 
24199
27591
 1 file changed, 145 insertions(+), 141 deletions(-)
24200
27592
 
24201
27593
commit a2a6122bb62f3536f59156170f334df4f8741842
24202
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
24203
 
Date:   Fri May 24 17:28:12 2013 +0530
 
27594
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
27595
AuthorDate: Fri May 24 17:28:12 2013 +0530
 
27596
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
27597
CommitDate: Fri May 24 17:28:12 2013 +0530
24204
27598
 
24205
27599
    Assamese translation updated
24206
27600
 
24209
27603
 1 file changed, 147 insertions(+), 143 deletions(-)
24210
27604
 
24211
27605
commit fc6f6a4330e72bd4155ca0b491136ff61b477294
24212
 
Author: Sweta Kothari <swkothar@redhat.com>
24213
 
Date:   Fri May 24 13:21:27 2013 +0530
 
27606
Author:     Sweta Kothari <swkothar@redhat.com>
 
27607
AuthorDate: Fri May 24 13:21:27 2013 +0530
 
27608
Commit:     Sweta Kothari <swkothar@redhat.com>
 
27609
CommitDate: Fri May 24 13:21:27 2013 +0530
24214
27610
 
24215
27611
    Updated Gujarati Translations
24216
27612
 
24219
27615
 1 file changed, 147 insertions(+), 143 deletions(-)
24220
27616
 
24221
27617
commit ec61deb79116c8b2364ef070f98ac9a222249f0c
24222
 
Author: Simon Kågedal Reimer <skagedal@gmail.com>
24223
 
Date:   Mon May 6 22:04:32 2013 +0200
 
27618
Author:     Simon Kågedal Reimer <skagedal@gmail.com>
 
27619
AuthorDate: Mon May 6 22:04:32 2013 +0200
 
27620
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27621
CommitDate: Thu May 23 22:14:59 2013 -0400
24224
27622
 
24225
27623
    G_GNUC_FORMAT: documentation error
24226
27624
 
24233
27631
 1 file changed, 1 insertion(+), 1 deletion(-)
24234
27632
 
24235
27633
commit 47d96381a2f52587f8706ffa115b2379d6ca731e
24236
 
Author: Jason L. Quinn <jason.lee.quinn@gmail.com>
24237
 
Date:   Thu Apr 11 23:43:17 2013 -0400
 
27634
Author:     Jason L. Quinn <jason.lee.quinn@gmail.com>
 
27635
AuthorDate: Thu Apr 11 23:43:17 2013 -0400
 
27636
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27637
CommitDate: Thu May 23 22:11:50 2013 -0400
24238
27638
 
24239
27639
    spelling fixes of 'runtine' and 'adresses' in cross.xml and
24240
27640
    running.xml, respectively
24246
27646
 2 files changed, 2 insertions(+), 2 deletions(-)
24247
27647
 
24248
27648
commit 3d1d49177bc577e4c0d4ec2d73b96db09e4d5be3
24249
 
Author: Ryan Lortie <desrt@desrt.ca>
24250
 
Date:   Thu Feb 21 17:48:04 2013 +0000
 
27649
Author:     Ryan Lortie <desrt@desrt.ca>
 
27650
AuthorDate: Thu Feb 21 17:48:04 2013 +0000
 
27651
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27652
CommitDate: Thu May 23 21:50:54 2013 -0400
24251
27653
 
24252
27654
    gsignal: remove some pointless locking
24253
27655
 
24280
27682
 1 file changed, 1 insertion(+), 3 deletions(-)
24281
27683
 
24282
27684
commit 8bb6a4aec5dbc7535244a0fa2b96b728eebe75cc
24283
 
Author: Ryan Lortie <desrt@desrt.ca>
24284
 
Date:   Thu Feb 21 17:47:08 2013 +0000
 
27685
Author:     Ryan Lortie <desrt@desrt.ca>
 
27686
AuthorDate: Thu Feb 21 17:47:08 2013 +0000
 
27687
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27688
CommitDate: Thu May 23 21:50:53 2013 -0400
24285
27689
 
24286
27690
    performance test: add signal test with args
24287
27691
 
24297
27701
 1 file changed, 45 insertions(+)
24298
27702
 
24299
27703
commit 4b72bbf9b18a698555bb2aa914b9ab5fd0a4e5f3
24300
 
Author: Ryan Lortie <desrt@desrt.ca>
24301
 
Date:   Thu Feb 21 17:44:56 2013 +0000
 
27704
Author:     Ryan Lortie <desrt@desrt.ca>
 
27705
AuthorDate: Thu Feb 21 17:44:56 2013 +0000
 
27706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27707
CommitDate: Thu May 23 21:50:52 2013 -0400
24302
27708
 
24303
27709
    performance test: share some code
24304
27710
 
24312
27718
 1 file changed, 25 insertions(+), 37 deletions(-)
24313
27719
 
24314
27720
commit 7427e2295812b7512478d76a4424b32ec977523a
24315
 
Author: Elisabeth Henry <liz.henry@ouvaton.org>
24316
 
Date:   Mon Apr 1 04:11:01 2013 +0200
 
27721
Author:     Elisabeth Henry <liz.henry@ouvaton.org>
 
27722
AuthorDate: Mon Apr 1 04:11:01 2013 +0200
 
27723
Commit:     Matthias Clasen <mclasen@redhat.com>
 
27724
CommitDate: Thu May 23 21:48:28 2013 -0400
24317
27725
 
24318
27726
    gunixconnection: added ngettext to support plural forms
24319
27727
 
24327
27735
 1 file changed, 11 insertions(+), 3 deletions(-)
24328
27736
 
24329
27737
commit 7fc2ab9493dbb480e2b6815813af9cf8bbfc081e
24330
 
Author: Colin Walters <walters@verbum.org>
24331
 
Date:   Thu May 9 18:47:50 2013 +0100
 
27738
Author:     Colin Walters <walters@verbum.org>
 
27739
AuthorDate: Thu May 9 18:47:50 2013 +0100
 
27740
Commit:     Colin Walters <walters@verbum.org>
 
27741
CommitDate: Thu May 23 23:11:58 2013 +0100
24332
27742
 
24333
27743
    GLocalFileOutputStream: Further deduplicate error code path
24334
27744
 
24341
27751
 1 file changed, 24 insertions(+), 32 deletions(-)
24342
27752
 
24343
27753
commit 5e65cd4e5153b340a25a8ffb580cf5f23f54d649
24344
 
Author: Colin Walters <walters@verbum.org>
24345
 
Date:   Thu May 9 18:39:50 2013 +0100
 
27754
Author:     Colin Walters <walters@verbum.org>
 
27755
AuthorDate: Thu May 9 18:39:50 2013 +0100
 
27756
Commit:     Colin Walters <walters@verbum.org>
 
27757
CommitDate: Thu May 23 23:10:44 2013 +0100
24346
27758
 
24347
27759
    GLocalFileOutputStream: Deduplicate stream creation code
24348
27760
 
24356
27768
 1 file changed, 31 insertions(+), 72 deletions(-)
24357
27769
 
24358
27770
commit 49030c8797d5a415e2cb94a3c658f67206cb8bf5
24359
 
Author: Colin Walters <walters@verbum.org>
24360
 
Date:   Wed May 22 17:41:32 2013 +0100
 
27771
Author:     Colin Walters <walters@verbum.org>
 
27772
AuthorDate: Wed May 22 17:41:32 2013 +0100
 
27773
Commit:     Colin Walters <walters@verbum.org>
 
27774
CommitDate: Thu May 23 10:11:21 2013 -0400
24361
27775
 
24362
27776
    gdbus-peer: Drop some usage of g_thread_yield()
24363
27777
 
24372
27786
 1 file changed, 43 insertions(+), 23 deletions(-)
24373
27787
 
24374
27788
commit ff8f37ac05490c67fc3be5e87ff5756f1a275da3
24375
 
Author: Colin Walters <walters@verbum.org>
24376
 
Date:   Thu May 23 01:07:13 2013 +0100
 
27789
Author:     Colin Walters <walters@verbum.org>
 
27790
AuthorDate: Thu May 23 01:07:13 2013 +0100
 
27791
Commit:     Colin Walters <walters@verbum.org>
 
27792
CommitDate: Thu May 23 01:11:26 2013 +0100
24377
27793
 
24378
27794
    glib/tests/cond: Fix race condition
24379
27795
 
24385
27801
 1 file changed, 3 insertions(+), 2 deletions(-)
24386
27802
 
24387
27803
commit 9115dd0a7ce31f69f78aca0b0b32d7d2e4670be3
24388
 
Author: Dan Winship <danw@gnome.org>
24389
 
Date:   Wed May 22 14:20:08 2013 -0300
 
27804
Author:     Dan Winship <danw@gnome.org>
 
27805
AuthorDate: Wed May 22 14:20:08 2013 -0300
 
27806
Commit:     Dan Winship <danw@gnome.org>
 
27807
CommitDate: Wed May 22 14:25:50 2013 -0300
24390
27808
 
24391
27809
    gtestutils: Use stdio rather than write() to be Windows-friendly
24392
27810
 
24398
27816
 1 file changed, 6 insertions(+), 9 deletions(-)
24399
27817
 
24400
27818
commit c9cc0beb3a8c298b843efdb71822a71cc078a8ac
24401
 
Author: Josep Puigdemont <josep.puigdemont@enea.com>
24402
 
Date:   Tue May 21 16:46:25 2013 +0200
 
27819
Author:     Josep Puigdemont <josep.puigdemont@enea.com>
 
27820
AuthorDate: Tue May 21 16:46:25 2013 +0200
 
27821
Commit:     Colin Walters <walters@verbum.org>
 
27822
CommitDate: Tue May 21 11:18:08 2013 -0400
24403
27823
 
24404
27824
    Timeout the test if dbus sevice has not appeared in due time.
24405
27825
 
24418
27838
 1 file changed, 20 insertions(+), 1 deletion(-)
24419
27839
 
24420
27840
commit 4edc2f1a9330006a5d615bc16264b5328da6fe66
24421
 
Author: Dan Winship <danw@gnome.org>
24422
 
Date:   Tue May 21 09:52:32 2013 -0300
 
27841
Author:     Dan Winship <danw@gnome.org>
 
27842
AuthorDate: Tue May 21 09:52:32 2013 -0300
 
27843
Commit:     Dan Winship <danw@gnome.org>
 
27844
CommitDate: Tue May 21 11:39:11 2013 -0300
24423
27845
 
24424
27846
    po: update for quote changes
24425
27847
 
24535
27957
 96 files changed, 8511 insertions(+), 8585 deletions(-)
24536
27958
 
24537
27959
commit 4b94c0831e449374ce769cb4938a28b3dca59a43
24538
 
Author: Dan Winship <danw@gnome.org>
24539
 
Date:   Mon May 20 17:54:48 2013 -0300
 
27960
Author:     Dan Winship <danw@gnome.org>
 
27961
AuthorDate: Mon May 20 17:54:48 2013 -0300
 
27962
Commit:     Dan Winship <danw@gnome.org>
 
27963
CommitDate: Tue May 21 11:23:22 2013 -0300
24540
27964
 
24541
27965
    Use 'dumb quotes' rather than `really dumb quotes'
24542
27966
 
24618
28042
 57 files changed, 488 insertions(+), 488 deletions(-)
24619
28043
 
24620
28044
commit 52f6a7d16250d2b180c83cce8929f3e14972e1a9
24621
 
Author: Dan Winship <danw@gnome.org>
24622
 
Date:   Tue May 21 11:21:36 2013 -0300
 
28045
Author:     Dan Winship <danw@gnome.org>
 
28046
AuthorDate: Tue May 21 11:21:36 2013 -0300
 
28047
Commit:     Dan Winship <danw@gnome.org>
 
28048
CommitDate: Tue May 21 11:21:36 2013 -0300
24623
28049
 
24624
28050
    tests: fix a few recently-broken tests
24625
28051
 
24629
28055
 3 files changed, 3 insertions(+), 5 deletions(-)
24630
28056
 
24631
28057
commit bb1a5ca9a8488bbbfc06f961e2275c36b354ed3b
24632
 
Author: Colin Walters <walters@verbum.org>
24633
 
Date:   Tue May 21 09:21:21 2013 -0400
 
28058
Author:     Colin Walters <walters@verbum.org>
 
28059
AuthorDate: Tue May 21 09:21:21 2013 -0400
 
28060
Commit:     Colin Walters <walters@verbum.org>
 
28061
CommitDate: Tue May 21 09:21:21 2013 -0400
24634
28062
 
24635
28063
    gio/tests: Fix gdbus-connection when run from "make check"
24636
28064
 
24639
28067
 2 files changed, 9 insertions(+), 4 deletions(-)
24640
28068
 
24641
28069
commit 7ff5c082213c13c893f583f2bce77fa63a146af2
24642
 
Author: Matthias Clasen <mclasen@redhat.com>
24643
 
Date:   Mon May 20 21:05:56 2013 -0400
 
28070
Author:     Matthias Clasen <mclasen@redhat.com>
 
28071
AuthorDate: Mon May 20 21:05:56 2013 -0400
 
28072
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28073
CommitDate: Mon May 20 23:41:49 2013 -0400
24644
28074
 
24645
28075
    Convert more tests to installed tests
24646
28076
 
24656
28086
 6 files changed, 62 insertions(+), 19 deletions(-)
24657
28087
 
24658
28088
commit 1808888a1f543276f83d65ef41a5cadb5f31c388
24659
 
Author: Matthias Clasen <mclasen@redhat.com>
24660
 
Date:   Mon May 20 21:05:56 2013 -0400
 
28089
Author:     Matthias Clasen <mclasen@redhat.com>
 
28090
AuthorDate: Mon May 20 21:05:56 2013 -0400
 
28091
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28092
CommitDate: Mon May 20 21:05:56 2013 -0400
24661
28093
 
24662
28094
    Convert more tests to installed tests
24663
28095
 
24665
28097
 1 file changed, 16 insertions(+)
24666
28098
 
24667
28099
commit c26e253b1090d529097ccd3c744f865977d3703f
24668
 
Author: Colin Walters <walters@verbum.org>
24669
 
Date:   Tue May 21 00:12:31 2013 +0100
 
28100
Author:     Colin Walters <walters@verbum.org>
 
28101
AuthorDate: Tue May 21 00:12:31 2013 +0100
 
28102
Commit:     Colin Walters <walters@verbum.org>
 
28103
CommitDate: Tue May 21 00:12:31 2013 +0100
24670
28104
 
24671
28105
    gio/tests: gsettings is a developer-only test
24672
28106
 
24681
28115
 1 file changed, 2 insertions(+), 1 deletion(-)
24682
28116
 
24683
28117
commit f2a9a6142c7187b6dd700728ecfa5ea094ad6096
24684
 
Author: Colin Walters <walters@verbum.org>
24685
 
Date:   Tue May 21 00:07:18 2013 +0100
 
28118
Author:     Colin Walters <walters@verbum.org>
 
28119
AuthorDate: Tue May 21 00:07:18 2013 +0100
 
28120
Commit:     Colin Walters <walters@verbum.org>
 
28121
CommitDate: Tue May 21 00:07:18 2013 +0100
24686
28122
 
24687
28123
    gmessages: Fix up testing commit to handle fatal masquerading
24688
28124
 
24692
28128
 1 file changed, 1 insertion(+), 1 deletion(-)
24693
28129
 
24694
28130
commit c12538a9c0693d9204bee0ef43dc505a52c55ba2
24695
 
Author: Colin Walters <walters@verbum.org>
24696
 
Date:   Tue May 21 00:02:39 2013 +0100
 
28131
Author:     Colin Walters <walters@verbum.org>
 
28132
AuthorDate: Tue May 21 00:02:39 2013 +0100
 
28133
Commit:     Colin Walters <walters@verbum.org>
 
28134
CommitDate: Tue May 21 00:02:39 2013 +0100
24697
28135
 
24698
28136
    gio/tests: Disable desktop-app-info test in installed mode for now
24699
28137
 
24705
28143
 1 file changed, 2 insertions(+), 1 deletion(-)
24706
28144
 
24707
28145
commit 3d7fcc23c154824a0377ceea07a1d3b18bcd3874
24708
 
Author: Colin Walters <walters@verbum.org>
24709
 
Date:   Mon May 20 21:50:28 2013 +0100
 
28146
Author:     Colin Walters <walters@verbum.org>
 
28147
AuthorDate: Mon May 20 21:50:28 2013 +0100
 
28148
Commit:     Colin Walters <walters@verbum.org>
 
28149
CommitDate: Mon May 20 21:50:28 2013 +0100
24710
28150
 
24711
28151
    gio/tests: Make gdbus-peer work in installed mode
24712
28152
 
24716
28156
 1 file changed, 12 insertions(+), 2 deletions(-)
24717
28157
 
24718
28158
commit 7ee44da5cf7fc5c7bee18c29287d8f062f045c67
24719
 
Author: Colin Walters <walters@verbum.org>
24720
 
Date:   Mon May 20 21:43:52 2013 +0100
 
28159
Author:     Colin Walters <walters@verbum.org>
 
28160
AuthorDate: Mon May 20 21:43:52 2013 +0100
 
28161
Commit:     Colin Walters <walters@verbum.org>
 
28162
CommitDate: Mon May 20 21:43:52 2013 +0100
24721
28163
 
24722
28164
    gio/tests: Fix gapplication test in installed mode
24723
28165
 
24725
28167
 1 file changed, 22 insertions(+), 6 deletions(-)
24726
28168
 
24727
28169
commit 1a398b2e564e4ba8a42ca4865d49233b5b4a0c95
24728
 
Author: Colin Walters <walters@verbum.org>
24729
 
Date:   Mon May 20 21:33:00 2013 +0100
 
28170
Author:     Colin Walters <walters@verbum.org>
 
28171
AuthorDate: Mon May 20 21:33:00 2013 +0100
 
28172
Commit:     Colin Walters <walters@verbum.org>
 
28173
CommitDate: Mon May 20 21:33:00 2013 +0100
24730
28174
 
24731
28175
    gio/tests: Some more fixes for installed tests
24732
28176
 
24739
28183
 3 files changed, 35 insertions(+), 7 deletions(-)
24740
28184
 
24741
28185
commit bdf383dcd6c3adc657c35ef499f4739509da6eb1
24742
 
Author: Colin Walters <walters@verbum.org>
24743
 
Date:   Mon May 20 20:15:43 2013 +0100
 
28186
Author:     Colin Walters <walters@verbum.org>
 
28187
AuthorDate: Mon May 20 20:15:43 2013 +0100
 
28188
Commit:     Colin Walters <walters@verbum.org>
 
28189
CommitDate: Mon May 20 20:15:43 2013 +0100
24744
28190
 
24745
28191
    gio/tests: Deduplicate Makefile.am a bit
24746
28192
 
24750
28196
 1 file changed, 1 insertion(+), 7 deletions(-)
24751
28197
 
24752
28198
commit 714cbbea52f0d08b6a4a4588329128a5172e8e92
24753
 
Author: Colin Walters <walters@verbum.org>
24754
 
Date:   Mon May 20 14:31:48 2013 +0100
 
28199
Author:     Colin Walters <walters@verbum.org>
 
28200
AuthorDate: Mon May 20 14:31:48 2013 +0100
 
28201
Commit:     Colin Walters <walters@verbum.org>
 
28202
CommitDate: Mon May 20 19:07:55 2013 +0100
24755
28203
 
24756
28204
    gtestutils: Ensure test subprocesses don't dump core
24757
28205
 
24771
28219
 4 files changed, 77 insertions(+), 4 deletions(-)
24772
28220
 
24773
28221
commit 9038e2263827a4323be81a8f199afb87eef07587
24774
 
Author: Kjartan Maraas <kmaraas@gnome.org>
24775
 
Date:   Mon May 20 14:51:04 2013 +0200
 
28222
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
28223
AuthorDate: Mon May 20 14:51:04 2013 +0200
 
28224
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
28225
CommitDate: Mon May 20 14:51:04 2013 +0200
24776
28226
 
24777
28227
    Updated Norwegian bokmål translation
24778
28228
 
24781
28231
 1 file changed, 150 insertions(+), 142 deletions(-)
24782
28232
 
24783
28233
commit 142d78214d42905fd9af195265b9bda85f6a36a8
24784
 
Author: Matthias Clasen <mclasen@redhat.com>
24785
 
Date:   Mon May 20 08:46:21 2013 -0400
 
28234
Author:     Matthias Clasen <mclasen@redhat.com>
 
28235
AuthorDate: Mon May 20 08:46:21 2013 -0400
 
28236
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28237
CommitDate: Mon May 20 08:46:21 2013 -0400
24786
28238
 
24787
28239
    Convert remaining gio tests to installed
24788
28240
 
24799
28251
 9 files changed, 194 insertions(+), 43 deletions(-)
24800
28252
 
24801
28253
commit 5e1f9173c397a04eca97a11d962fce824a2234a3
24802
 
Author: Matthias Clasen <mclasen@redhat.com>
24803
 
Date:   Mon May 20 06:38:41 2013 -0400
 
28254
Author:     Matthias Clasen <mclasen@redhat.com>
 
28255
AuthorDate: Mon May 20 06:38:41 2013 -0400
 
28256
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28257
CommitDate: Mon May 20 06:38:41 2013 -0400
24804
28258
 
24805
28259
    Convert some gio tests to installed tests
24806
28260
 
24833
28287
 25 files changed, 510 insertions(+), 344 deletions(-)
24834
28288
 
24835
28289
commit f66016261a3db69fd14b8f3821123aad82d651e2
24836
 
Author: Matthias Clasen <mclasen@redhat.com>
24837
 
Date:   Sun May 19 21:49:51 2013 -0400
 
28290
Author:     Matthias Clasen <mclasen@redhat.com>
 
28291
AuthorDate: Sun May 19 21:49:51 2013 -0400
 
28292
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28293
CommitDate: Sun May 19 21:49:51 2013 -0400
24838
28294
 
24839
28295
    Make gobject tests installable
24840
28296
 
24845
28301
 1 file changed, 16 insertions(+)
24846
28302
 
24847
28303
commit 6c3cf6dc18d9fc0a80e732406ac31a71acab09a6
24848
 
Author: Milo Casagrande <milo@ubuntu.com>
24849
 
Date:   Sun May 19 13:30:46 2013 +0200
 
28304
Author:     Milo Casagrande <milo@ubuntu.com>
 
28305
AuthorDate: Sun May 19 13:30:46 2013 +0200
 
28306
Commit:     Milo Casagrande <milo@ubuntu.com>
 
28307
CommitDate: Sun May 19 13:30:46 2013 +0200
24850
28308
 
24851
28309
    [l10n] Updated Italian translation.
24852
28310
 
24855
28313
 1 file changed, 120 insertions(+), 116 deletions(-)
24856
28314
 
24857
28315
commit ad7959c5b7d484c7d819a15f61cad46b6fab8cfd
24858
 
Author: Colin Walters <walters@verbum.org>
24859
 
Date:   Mon May 6 09:47:00 2013 -0400
 
28316
Author:     Colin Walters <walters@verbum.org>
 
28317
AuthorDate: Mon May 6 09:47:00 2013 -0400
 
28318
Commit:     Colin Walters <walters@verbum.org>
 
28319
CommitDate: Thu May 16 08:51:57 2013 -0400
24860
28320
 
24861
28321
    Add --enable-installed-tests configure option
24862
28322
 
24886
28346
 8 files changed, 111 insertions(+), 22 deletions(-)
24887
28347
 
24888
28348
commit 91d7c8de6bfa4290006da992ea0ef604ff24b009
24889
 
Author: Colin Walters <walters@verbum.org>
24890
 
Date:   Mon May 6 09:24:25 2013 -0400
 
28349
Author:     Colin Walters <walters@verbum.org>
 
28350
AuthorDate: Mon May 6 09:24:25 2013 -0400
 
28351
Commit:     Colin Walters <walters@verbum.org>
 
28352
CommitDate: Thu May 16 08:51:57 2013 -0400
24891
28353
 
24892
28354
    glib/tests: Drop unnecessary SRCDIR definitions
24893
28355
 
24904
28366
 4 files changed, 1 insertion(+), 16 deletions(-)
24905
28367
 
24906
28368
commit 225d8fb97d4400a3417c32ee16ba3d1da570a010
24907
 
Author: Colin Walters <walters@verbum.org>
24908
 
Date:   Fri May 3 18:36:43 2013 -0400
 
28369
Author:     Colin Walters <walters@verbum.org>
 
28370
AuthorDate: Fri May 3 18:36:43 2013 -0400
 
28371
Commit:     Colin Walters <walters@verbum.org>
 
28372
CommitDate: Thu May 16 08:51:57 2013 -0400
24909
28373
 
24910
28374
    glib/tests: Use explicit file listings
24911
28375
 
24922
28386
 4 files changed, 117 insertions(+), 18 deletions(-)
24923
28387
 
24924
28388
commit 6e64bbe8de27ab72aa84dbe90c34f3a01eaadc15
24925
 
Author: Colin Walters <walters@verbum.org>
24926
 
Date:   Fri May 3 18:13:51 2013 -0400
 
28389
Author:     Colin Walters <walters@verbum.org>
 
28390
AuthorDate: Fri May 3 18:13:51 2013 -0400
 
28391
Commit:     Colin Walters <walters@verbum.org>
 
28392
CommitDate: Thu May 16 08:51:57 2013 -0400
24927
28393
 
24928
28394
    glib/tests/mappedfile: Copy test file before writing to it
24929
28395
 
24937
28403
 1 file changed, 35 insertions(+), 18 deletions(-)
24938
28404
 
24939
28405
commit 23f5d8b238bc104672e0ad967c916ca258acef06
24940
 
Author: Jorge Pérez Pérez <jorgtum@gmail.com>
24941
 
Date:   Wed May 15 23:05:10 2013 +0200
 
28406
Author:     Jorge Pérez Pérez <jorgtum@gmail.com>
 
28407
AuthorDate: Wed May 15 23:05:10 2013 +0200
 
28408
Commit:     Daniel Martinez <dmartinez@src.gnome.org>
 
28409
CommitDate: Wed May 15 23:05:10 2013 +0200
24942
28410
 
24943
28411
    Added Aragonese translation
24944
28412
 
24948
28416
 2 files changed, 4473 insertions(+)
24949
28417
 
24950
28418
commit c81a9556fffea3578aff3d53b4f1bc61c905c748
24951
 
Author: Adrian Bunk <bunk@stusta.de>
24952
 
Date:   Tue May 14 01:48:37 2013 +0300
 
28419
Author:     Adrian Bunk <bunk@stusta.de>
 
28420
AuthorDate: Tue May 14 01:48:37 2013 +0300
 
28421
Commit:     Colin Walters <walters@verbum.org>
 
28422
CommitDate: Wed May 15 15:43:50 2013 -0400
24953
28423
 
24954
28424
    m4macros/glib-gettext.m4: Don't use AC_HEADER_STDC
24955
28425
 
24962
28432
 1 file changed, 1 deletion(-)
24963
28433
 
24964
28434
commit 216725f0ae31f193c57244df3c4d11dcb46d790b
24965
 
Author: Shankar Prasad <svenkate@redhat.com>
24966
 
Date:   Tue May 14 15:26:07 2013 +0530
 
28435
Author:     Shankar Prasad <svenkate@redhat.com>
 
28436
AuthorDate: Tue May 14 15:26:07 2013 +0530
 
28437
Commit:     Shankar Prasad <svenkate@redhat.com>
 
28438
CommitDate: Tue May 14 15:26:07 2013 +0530
24967
28439
 
24968
28440
    updated kn translations
24969
28441
 
24972
28444
 1 file changed, 192 insertions(+), 203 deletions(-)
24973
28445
 
24974
28446
commit e195490a879e6fcdd5b861629fadd6b7e652237b
24975
 
Author: Dan Winship <danw@gnome.org>
24976
 
Date:   Mon May 13 11:47:12 2013 -0400
 
28447
Author:     Dan Winship <danw@gnome.org>
 
28448
AuthorDate: Mon May 13 11:47:12 2013 -0400
 
28449
Commit:     Dan Winship <danw@gnome.org>
 
28450
CommitDate: Mon May 13 12:10:53 2013 -0400
24977
28451
 
24978
28452
    tests/slice: use G_GNUC_BEGIN_IGNORE_DEPRECATIONS
24979
28453
 
24983
28457
 1 file changed, 1 insertion(+), 1 deletion(-)
24984
28458
 
24985
28459
commit eebb3c1c8e09d122f049edb762c9a13199f3b1e9
24986
 
Author: Dan Winship <danw@gnome.org>
24987
 
Date:   Mon May 13 11:38:53 2013 -0400
 
28460
Author:     Dan Winship <danw@gnome.org>
 
28461
AuthorDate: Mon May 13 11:38:53 2013 -0400
 
28462
Commit:     Dan Winship <danw@gnome.org>
 
28463
CommitDate: Mon May 13 12:10:53 2013 -0400
24988
28464
 
24989
28465
    gtestutils: use g_clear_pointer
24990
28466
 
24992
28468
 1 file changed, 3 insertions(+), 6 deletions(-)
24993
28469
 
24994
28470
commit e9284ed29731365415992d8c9ed72f10e67cf056
24995
 
Author: Dan Winship <danw@gnome.org>
24996
 
Date:   Wed Dec 5 11:28:53 2012 -0500
 
28471
Author:     Dan Winship <danw@gnome.org>
 
28472
AuthorDate: Wed Dec 5 11:28:53 2012 -0500
 
28473
Commit:     Dan Winship <danw@gnome.org>
 
28474
CommitDate: Mon May 13 12:10:53 2013 -0400
24997
28475
 
24998
28476
    gtestutils: deprecate g_test_trap_fork()
24999
28477
 
25006
28484
 4 files changed, 14 insertions(+), 3 deletions(-)
25007
28485
 
25008
28486
commit e3d1869ee3b6e269b80723173dc4f85c7cc3eaea
25009
 
Author: Dan Winship <danw@gnome.org>
25010
 
Date:   Sat Nov 24 15:58:36 2012 -0500
 
28487
Author:     Dan Winship <danw@gnome.org>
 
28488
AuthorDate: Sat Nov 24 15:58:36 2012 -0500
 
28489
Commit:     Dan Winship <danw@gnome.org>
 
28490
CommitDate: Mon May 13 12:10:52 2013 -0400
25011
28491
 
25012
28492
    tests: port from g_test_trap_subprocess() to g_test_trap_fork()
25013
28493
 
25038
28518
 20 files changed, 1263 insertions(+), 913 deletions(-)
25039
28519
 
25040
28520
commit 467f9ea1bc41bdb343644fc0d13760799542cc4e
25041
 
Author: Dan Winship <danw@gnome.org>
25042
 
Date:   Sun Nov 25 11:50:09 2012 -0500
 
28521
Author:     Dan Winship <danw@gnome.org>
 
28522
AuthorDate: Sun Nov 25 11:50:09 2012 -0500
 
28523
Commit:     Dan Winship <danw@gnome.org>
 
28524
CommitDate: Mon May 13 12:10:52 2013 -0400
25043
28525
 
25044
28526
    tests/protocol: redo a bit
25045
28527
 
25053
28535
 1 file changed, 9 insertions(+), 9 deletions(-)
25054
28536
 
25055
28537
commit 960f5500e22d505a5dccbff51ccbc8ab969f0851
25056
 
Author: Dan Winship <danw@gnome.org>
25057
 
Date:   Sat Nov 24 15:58:27 2012 -0500
 
28538
Author:     Dan Winship <danw@gnome.org>
 
28539
AuthorDate: Sat Nov 24 15:58:27 2012 -0500
 
28540
Commit:     Dan Winship <danw@gnome.org>
 
28541
CommitDate: Mon May 13 12:10:52 2013 -0400
25058
28542
 
25059
28543
    gtestutils: add g_test_trap_subprocess()
25060
28544
 
25083
28567
 5 files changed, 712 insertions(+), 246 deletions(-)
25084
28568
 
25085
28569
commit 38859e8e2930f12bc5885c1ce9191aa3f73b8110
25086
 
Author: Dan Winship <danw@gnome.org>
25087
 
Date:   Wed Dec 19 15:59:55 2012 -0500
 
28570
Author:     Dan Winship <danw@gnome.org>
 
28571
AuthorDate: Wed Dec 19 15:59:55 2012 -0500
 
28572
Commit:     Dan Winship <danw@gnome.org>
 
28573
CommitDate: Mon May 13 12:10:52 2013 -0400
25088
28574
 
25089
28575
    g_test_trap_fork: don't blow away the SIGCHLD handler
25090
28576
 
25098
28584
 1 file changed, 1 deletion(-)
25099
28585
 
25100
28586
commit 4c356443b85d8deb97107cfebc8c329446a9d6c9
25101
 
Author: Dan Winship <danw@gnome.org>
25102
 
Date:   Sun Nov 25 13:52:20 2012 -0500
 
28587
Author:     Dan Winship <danw@gnome.org>
 
28588
AuthorDate: Sun Nov 25 13:52:20 2012 -0500
 
28589
Commit:     Dan Winship <danw@gnome.org>
 
28590
CommitDate: Mon May 13 12:10:52 2013 -0400
25103
28591
 
25104
28592
    tests/spawn-*.c: fix on Windows
25105
28593
 
25113
28601
 3 files changed, 5 insertions(+), 4 deletions(-)
25114
28602
 
25115
28603
commit 1d310cf5dbe3ef224f5af505f33cc7263a5801e9
25116
 
Author: Christian Persch <chpe@gnome.org>
25117
 
Date:   Sun May 12 21:52:54 2013 +0200
 
28604
Author:     Christian Persch <chpe@gnome.org>
 
28605
AuthorDate: Sun May 12 21:52:54 2013 +0200
 
28606
Commit:     Christian Persch <chpe@gnome.org>
 
28607
CommitDate: Mon May 13 13:45:11 2013 +0200
25118
28608
 
25119
28609
    app: Document when floating variants are consumed
25120
28610
 
25125
28615
 2 files changed, 4 insertions(+)
25126
28616
 
25127
28617
commit b7550999cdee5281cdece52b4ca2d35fa70dd868
25128
 
Author: ManojKumar Giri <mgiri@redhat.com>
25129
 
Date:   Fri May 10 12:08:27 2013 +0530
 
28618
Author:     ManojKumar Giri <mgiri@redhat.com>
 
28619
AuthorDate: Fri May 10 12:08:27 2013 +0530
 
28620
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
28621
CommitDate: Fri May 10 12:08:27 2013 +0530
25130
28622
 
25131
28623
    Updated Odia Translation.
25132
28624
 
25135
28627
 1 file changed, 150 insertions(+), 156 deletions(-)
25136
28628
 
25137
28629
commit 6fe6b0300b382fd000f75edd3ad968d29b276a0d
25138
 
Author: Matthias Clasen <mclasen@redhat.com>
25139
 
Date:   Thu May 9 16:02:52 2013 -0400
 
28630
Author:     Matthias Clasen <mclasen@redhat.com>
 
28631
AuthorDate: Thu May 9 16:02:52 2013 -0400
 
28632
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28633
CommitDate: Thu May 9 16:04:54 2013 -0400
25140
28634
 
25141
28635
    Clarify GValueArray docs
25142
28636
 
25147
28641
 1 file changed, 4 insertions(+), 2 deletions(-)
25148
28642
 
25149
28643
commit 8d13a3e4e175697f00d5963542ea2ff0aa37662f
25150
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
25151
 
Date:   Thu May 9 18:03:09 2013 +0530
 
28644
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
28645
AuthorDate: Thu May 9 18:03:09 2013 +0530
 
28646
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
28647
CommitDate: Thu May 9 18:03:09 2013 +0530
25152
28648
 
25153
28649
    Updated Telugu Translations
25154
28650
 
25157
28653
 1 file changed, 150 insertions(+), 156 deletions(-)
25158
28654
 
25159
28655
commit c2d6aaa540240c1842b6204cafc8dca404e4ba87
25160
 
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
25161
 
Date:   Tue Mar 20 22:40:32 2012 +0200
 
28656
Author:     Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 
28657
AuthorDate: Tue Mar 20 22:40:32 2012 +0200
 
28658
Commit:     Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
 
28659
CommitDate: Wed May 8 03:55:39 2013 +0300
25162
28660
 
25163
28661
    Fix minor typos in GSocketConnectable example code
25164
28662
 
25166
28664
 1 file changed, 1 insertion(+), 1 deletion(-)
25167
28665
 
25168
28666
commit 25fa94eb82a8b55fd9279f5faa67c02c4738b8d8
25169
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
25170
 
Date:   Mon May 6 16:06:48 2013 +0200
 
28667
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
28668
AuthorDate: Mon May 6 16:06:48 2013 +0200
 
28669
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
28670
CommitDate: Mon May 6 16:06:48 2013 +0200
25171
28671
 
25172
28672
    Declare res_init() for builds against Android's Bionic
25173
28673
 
25178
28678
 1 file changed, 4 insertions(+)
25179
28679
 
25180
28680
commit f4a188234105cb363aecaefd31e06e1f976200c0
25181
 
Author: Dan Winship <danw@gnome.org>
25182
 
Date:   Sun May 5 16:50:43 2013 -0400
 
28681
Author:     Dan Winship <danw@gnome.org>
 
28682
AuthorDate: Sun May 5 16:50:43 2013 -0400
 
28683
Commit:     Dan Winship <danw@gnome.org>
 
28684
CommitDate: Sun May 5 16:50:43 2013 -0400
25183
28685
 
25184
28686
    GProxyAddressEnumerator: add default-port property
25185
28687
 
25196
28698
 2 files changed, 194 insertions(+), 92 deletions(-)
25197
28699
 
25198
28700
commit 6104230bce3607f62d47165dbee5ccbe73953b5a
25199
 
Author: Matthias Clasen <mclasen@redhat.com>
25200
 
Date:   Sat May 4 21:10:43 2013 -0400
 
28701
Author:     Matthias Clasen <mclasen@redhat.com>
 
28702
AuthorDate: Sat May 4 21:10:43 2013 -0400
 
28703
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28704
CommitDate: Sat May 4 21:10:43 2013 -0400
25201
28705
 
25202
28706
    Document all gtester-report options
25203
28707
 
25207
28711
 1 file changed, 7 insertions(+)
25208
28712
 
25209
28713
commit 794401c0a2165ec6d9e0e29b61c0a2cdb59acdb2
25210
 
Author: Matthias Clasen <mclasen@redhat.com>
25211
 
Date:   Sat May 4 21:08:18 2013 -0400
 
28714
Author:     Matthias Clasen <mclasen@redhat.com>
 
28715
AuthorDate: Sat May 4 21:08:18 2013 -0400
 
28716
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28717
CommitDate: Sat May 4 21:08:18 2013 -0400
25212
28718
 
25213
28719
    Document all glib-mkenums placeholders
25214
28720
 
25218
28724
 1 file changed, 7 insertions(+)
25219
28725
 
25220
28726
commit f10dc91ceedaef63d3a6b0421d4ae0b28f5e1473
25221
 
Author: Matthias Clasen <mclasen@redhat.com>
25222
 
Date:   Sat May 4 21:05:24 2013 -0400
 
28727
Author:     Matthias Clasen <mclasen@redhat.com>
 
28728
AuthorDate: Sat May 4 21:05:24 2013 -0400
 
28729
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28730
CommitDate: Sat May 4 21:05:24 2013 -0400
25223
28731
 
25224
28732
    Document all glib-genmarshal options
25225
28733
 
25229
28737
 1 file changed, 8 insertions(+)
25230
28738
 
25231
28739
commit 8d99b24a03adf1c5b950336c3bd649baeb953a9e
25232
 
Author: Matthias Clasen <mclasen@redhat.com>
25233
 
Date:   Sat May 4 21:03:00 2013 -0400
 
28740
Author:     Matthias Clasen <mclasen@redhat.com>
 
28741
AuthorDate: Sat May 4 21:03:00 2013 -0400
 
28742
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28743
CommitDate: Sat May 4 21:03:00 2013 -0400
25234
28744
 
25235
28745
    Fix a typo
25236
28746
 
25238
28748
 1 file changed, 1 insertion(+), 1 deletion(-)
25239
28749
 
25240
28750
commit 7b60a469b751b655cbce04fb44b40e42a7d42391
25241
 
Author: Matthias Clasen <mclasen@redhat.com>
25242
 
Date:   Sat May 4 21:01:35 2013 -0400
 
28751
Author:     Matthias Clasen <mclasen@redhat.com>
 
28752
AuthorDate: Sat May 4 21:01:35 2013 -0400
 
28753
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28754
CommitDate: Sat May 4 21:01:35 2013 -0400
25243
28755
 
25244
28756
    Document all gdbus-codegen options
25245
28757
 
25249
28761
 1 file changed, 20 insertions(+)
25250
28762
 
25251
28763
commit 13958ee4292947e0a074ebf4a0e697462ba58e79
25252
 
Author: Dan Winship <danw@gnome.org>
25253
 
Date:   Thu May 2 10:14:57 2013 -0400
 
28764
Author:     Dan Winship <danw@gnome.org>
 
28765
AuthorDate: Thu May 2 10:14:57 2013 -0400
 
28766
Commit:     Dan Winship <danw@gnome.org>
 
28767
CommitDate: Sat May 4 10:09:39 2013 -0400
25254
28768
 
25255
28769
    gbitlock: fix this to not unconditionally use futex emulation
25256
28770
 
25266
28780
 1 file changed, 1 insertion(+), 1 deletion(-)
25267
28781
 
25268
28782
commit 9d69c274e0e13294bbfd6488c220ab523d3e881a
25269
 
Author: Matthias Clasen <mclasen@redhat.com>
25270
 
Date:   Thu May 2 21:00:57 2013 -0400
 
28783
Author:     Matthias Clasen <mclasen@redhat.com>
 
28784
AuthorDate: Thu May 2 21:00:57 2013 -0400
 
28785
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28786
CommitDate: Thu May 2 21:02:37 2013 -0400
25271
28787
 
25272
28788
    Silently handle icon being NULL
25273
28789
 
25279
28795
 1 file changed, 1 insertion(+), 1 deletion(-)
25280
28796
 
25281
28797
commit a360b314aad5dcbc575948a401d22d47a36e4328
25282
 
Author: Emmanuele Bassi <ebassi@gnome.org>
25283
 
Date:   Sun Apr 14 21:04:41 2013 +0100
 
28798
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
28799
AuthorDate: Sun Apr 14 21:04:41 2013 +0100
 
28800
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
28801
CommitDate: Thu May 2 15:50:21 2013 -0700
25284
28802
 
25285
28803
    binding: Add an explicit unbind()
25286
28804
 
25299
28817
 4 files changed, 95 insertions(+), 29 deletions(-)
25300
28818
 
25301
28819
commit f61daa6ed275f1794a6552d3343e313d1d243933
25302
 
Author: Colin Walters <walters@verbum.org>
25303
 
Date:   Thu May 2 11:39:11 2013 -0400
 
28820
Author:     Colin Walters <walters@verbum.org>
 
28821
AuthorDate: Thu May 2 11:39:11 2013 -0400
 
28822
Commit:     Colin Walters <walters@verbum.org>
 
28823
CommitDate: Thu May 2 14:04:41 2013 -0400
25304
28824
 
25305
28825
    tests/mappedfile: Also handle ENOMEM
25306
28826
 
25312
28832
 1 file changed, 2 insertions(+), 1 deletion(-)
25313
28833
 
25314
28834
commit c0e0c6a4201c879b5d8d7f5314d42f268a317f4c
25315
 
Author: Dan Winship <danw@gnome.org>
25316
 
Date:   Thu May 2 13:58:25 2013 -0400
 
28835
Author:     Dan Winship <danw@gnome.org>
 
28836
AuthorDate: Thu May 2 13:58:25 2013 -0400
 
28837
Commit:     Dan Winship <danw@gnome.org>
 
28838
CommitDate: Thu May 2 13:58:25 2013 -0400
25317
28839
 
25318
28840
    gobject: rename an unused parameter to make AIX happy
25319
28841
 
25321
28843
 1 file changed, 2 insertions(+), 2 deletions(-)
25322
28844
 
25323
28845
commit 769e3edbe0f658ecaf22d7352486aad176095328
25324
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
25325
 
Date:   Thu May 2 16:50:01 2013 +0100
 
28846
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
28847
AuthorDate: Thu May 2 16:50:01 2013 +0100
 
28848
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
28849
CommitDate: Thu May 2 18:37:25 2013 +0100
25326
28850
 
25327
28851
    GSocks5Proxy: don't crash if parsing negotiation reply fails
25328
28852
 
25336
28860
 1 file changed, 1 insertion(+), 1 deletion(-)
25337
28861
 
25338
28862
commit eda37dbc3f547d785e4e8941abd320d1292e93e7
25339
 
Author: Rajesh Ranjan <rranjan@redhat.com>
25340
 
Date:   Thu May 2 13:45:46 2013 +0530
 
28863
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
28864
AuthorDate: Thu May 2 13:45:46 2013 +0530
 
28865
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
28866
CommitDate: Thu May 2 13:45:46 2013 +0530
25341
28867
 
25342
28868
    hindi update
25343
28869
 
25346
28872
 1 file changed, 153 insertions(+), 158 deletions(-)
25347
28873
 
25348
28874
commit b24f73700d3779187b763178d4e462cdfa3e43c5
25349
 
Author: Matej Urbančič <mateju@svn.gnome.org>
25350
 
Date:   Wed May 1 20:32:44 2013 +0200
 
28875
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
28876
AuthorDate: Wed May 1 20:32:44 2013 +0200
 
28877
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
28878
CommitDate: Wed May 1 20:32:44 2013 +0200
25351
28879
 
25352
28880
    Updated Slovenian translation
25353
28881
 
25356
28884
 1 file changed, 702 insertions(+), 694 deletions(-)
25357
28885
 
25358
28886
commit 631cf195c8fa718d78354688de4d88057c7e68ad
25359
 
Author: Matthias Clasen <mclasen@redhat.com>
25360
 
Date:   Wed May 1 05:20:02 2013 -0400
 
28887
Author:     Matthias Clasen <mclasen@redhat.com>
 
28888
AuthorDate: Wed May 1 05:20:02 2013 -0400
 
28889
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28890
CommitDate: Wed May 1 05:20:02 2013 -0400
25361
28891
 
25362
28892
    Bump version to 2.37.1
25363
28893
 
25365
28895
 1 file changed, 1 insertion(+), 1 deletion(-)
25366
28896
 
25367
28897
commit 20012ec9a96c3b12315be0f516fbea9088e67d93
25368
 
Author: Matthias Clasen <mclasen@redhat.com>
25369
 
Date:   Wed May 1 00:16:25 2013 -0400
 
28898
Author:     Matthias Clasen <mclasen@redhat.com>
 
28899
AuthorDate: Wed May 1 00:16:25 2013 -0400
 
28900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28901
CommitDate: Wed May 1 00:16:25 2013 -0400
25370
28902
 
25371
28903
    Add 2.38 indexes to the docs
25372
28904
 
25376
28908
 3 files changed, 12 insertions(+)
25377
28909
 
25378
28910
commit 83e74d5e3e5b6b142daceb12497608312820c1ae
25379
 
Author: Matthias Clasen <mclasen@redhat.com>
25380
 
Date:   Wed May 1 00:15:06 2013 -0400
 
28911
Author:     Matthias Clasen <mclasen@redhat.com>
 
28912
AuthorDate: Wed May 1 00:15:06 2013 -0400
 
28913
Commit:     Matthias Clasen <mclasen@redhat.com>
 
28914
CommitDate: Wed May 1 00:15:06 2013 -0400
25381
28915
 
25382
28916
    Updates
25383
28917
 
25386
28920
 1 file changed, 68 insertions(+)
25387
28921
 
25388
28922
commit daf7f56491517f048e119a12661999a103875c06
25389
 
Author: Tim Lunn <tim@feathertop.org>
25390
 
Date:   Wed May 1 10:39:26 2013 +1000
 
28923
Author:     Tim Lunn <tim@feathertop.org>
 
28924
AuthorDate: Wed May 1 10:39:26 2013 +1000
 
28925
Commit:     Tim Lunn <tim@feathertop.org>
 
28926
CommitDate: Wed May 1 11:15:13 2013 +1000
25391
28927
 
25392
28928
    gio: fix small leak
25393
28929
 
25397
28933
 1 file changed, 1 insertion(+)
25398
28934
 
25399
28935
commit 0646e00e2522490b41f39fc25a4093bb61e8a4dc
25400
 
Author: Ryan Lortie <desrt@desrt.ca>
25401
 
Date:   Sun Apr 21 10:55:40 2013 -0400
 
28936
Author:     Ryan Lortie <desrt@desrt.ca>
 
28937
AuthorDate: Sun Apr 21 10:55:40 2013 -0400
 
28938
Commit:     Ryan Lortie <desrt@desrt.ca>
 
28939
CommitDate: Mon Apr 29 13:39:55 2013 -0700
25402
28940
 
25403
28941
    GApplication: don't leak 'hint' on remote Open
25404
28942
 
25409
28947
 1 file changed, 1 insertion(+), 1 deletion(-)
25410
28948
 
25411
28949
commit 706e636ab83de76c22ed7f2e56df9a1bcb49b39a
25412
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
25413
 
Date:   Fri Apr 26 17:11:02 2013 -0400
 
28950
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
28951
AuthorDate: Fri Apr 26 17:11:02 2013 -0400
 
28952
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
28953
CommitDate: Fri Apr 26 17:12:39 2013 -0400
25414
28954
 
25415
28955
    bytesicon: don't use g_object_unref() on GBytes
25416
28956
 
25422
28962
 1 file changed, 1 insertion(+), 1 deletion(-)
25423
28963
 
25424
28964
commit 463022cc09c3ebab18c4d3a6f2f80752339dc5f0
25425
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
25426
 
Date:   Fri Apr 26 17:07:41 2013 -0400
 
28965
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
28966
AuthorDate: Fri Apr 26 17:07:41 2013 -0400
 
28967
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
28968
CommitDate: Fri Apr 26 17:08:06 2013 -0400
25427
28969
 
25428
28970
    bytesicon: fix a memory leak
25429
28971
 
25433
28975
 1 file changed, 1 insertion(+)
25434
28976
 
25435
28977
commit 518e3104bf6cdb5d8e6b43d3b721805db5951139
25436
 
Author: Colin Walters <walters@verbum.org>
25437
 
Date:   Fri Apr 26 08:12:01 2013 -0400
 
28978
Author:     Colin Walters <walters@verbum.org>
 
28979
AuthorDate: Fri Apr 26 08:12:01 2013 -0400
 
28980
Commit:     Colin Walters <walters@verbum.org>
 
28981
CommitDate: Fri Apr 26 16:23:42 2013 -0400
25438
28982
 
25439
28983
    configure: Assume C90 compatible malloc() prototype
25440
28984
 
25454
28998
 2 files changed, 13 insertions(+), 109 deletions(-)
25455
28999
 
25456
29000
commit 7d61da0c078fcc10fada292811401b127e330555
25457
 
Author: Ryan Lortie <desrt@desrt.ca>
25458
 
Date:   Fri Apr 26 11:27:51 2013 -0400
 
29001
Author:     Ryan Lortie <desrt@desrt.ca>
 
29002
AuthorDate: Fri Apr 26 11:27:51 2013 -0400
 
29003
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29004
CommitDate: Fri Apr 26 11:34:27 2013 -0400
25459
29005
 
25460
29006
    g_object_new: check for NULL from _constructor()
25461
29007
 
25497
29043
 1 file changed, 12 insertions(+)
25498
29044
 
25499
29045
commit c98c65fffc4319c5caca164df09af9c8415a46bd
25500
 
Author: Shantha kumar <shkumar@redhat.com>
25501
 
Date:   Fri Apr 26 11:40:25 2013 +0530
 
29046
Author:     Shantha kumar <shkumar@redhat.com>
 
29047
AuthorDate: Fri Apr 26 11:40:25 2013 +0530
 
29048
Commit:     Shantha kumar <shkumar@redhat.com>
 
29049
CommitDate: Fri Apr 26 11:40:25 2013 +0530
25502
29050
 
25503
29051
    Tamil Translation Updated
25504
29052
 
25507
29055
 1 file changed, 373 insertions(+), 257 deletions(-)
25508
29056
 
25509
29057
commit c027e88a30fc3c332c8955fdeef1bf5e15cc63fc
25510
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
25511
 
Date:   Thu Apr 25 02:24:53 2013 -0500
 
29058
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
29059
AuthorDate: Thu Apr 25 02:24:53 2013 -0500
 
29060
Commit:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
29061
CommitDate: Thu Apr 25 02:54:14 2013 -0500
25512
29062
 
25513
29063
    gio/tests: Find "true" in PATH opposed to hardcoding the location
25514
29064
 
25523
29073
 1 file changed, 1 insertion(+), 1 deletion(-)
25524
29074
 
25525
29075
commit 8a6ae995ee53f09da60b60f853b597b23f9dc4c0
25526
 
Author: Milo Casagrande <milo@ubuntu.com>
25527
 
Date:   Thu Apr 25 09:01:11 2013 +0200
 
29076
Author:     Milo Casagrande <milo@ubuntu.com>
 
29077
AuthorDate: Thu Apr 25 09:01:11 2013 +0200
 
29078
Commit:     Milo Casagrande <milo@ubuntu.com>
 
29079
CommitDate: Thu Apr 25 09:01:21 2013 +0200
25528
29080
 
25529
29081
    [l10n] Updated Italian translation.
25530
29082
 
25533
29085
 1 file changed, 63 insertions(+), 58 deletions(-)
25534
29086
 
25535
29087
commit 03dd6cf1b55fbef243e90ee3253dacecae06cf61
25536
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
25537
 
Date:   Wed Apr 24 11:58:47 2013 -0400
 
29088
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
29089
AuthorDate: Wed Apr 24 11:58:47 2013 -0400
 
29090
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
29091
CommitDate: Wed Apr 24 11:58:47 2013 -0400
25538
29092
 
25539
29093
    docs: fix docs for g_icon_[de]serialize()
25540
29094
 
25543
29097
 2 files changed, 26 insertions(+)
25544
29098
 
25545
29099
commit 755f4f0bf66ea6b9e735bf685a5ae2a2c404d6d2
25546
 
Author: Piotr Drąg <piotrdrag@gmail.com>
25547
 
Date:   Wed Apr 24 00:01:48 2013 +0200
 
29100
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
29101
AuthorDate: Wed Apr 24 00:01:48 2013 +0200
 
29102
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
29103
CommitDate: Wed Apr 24 00:03:37 2013 +0200
25548
29104
 
25549
29105
    Updated Polish translation
25550
29106
 
25553
29109
 1 file changed, 62 insertions(+), 57 deletions(-)
25554
29110
 
25555
29111
commit bfa8bef7b9985b3ab8bc6165ed5e915f70d464d8
25556
 
Author: Ryan Lortie <desrt@desrt.ca>
25557
 
Date:   Wed Mar 27 23:34:30 2013 -0400
 
29112
Author:     Ryan Lortie <desrt@desrt.ca>
 
29113
AuthorDate: Wed Mar 27 23:34:30 2013 -0400
 
29114
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29115
CommitDate: Tue Apr 23 14:39:09 2013 -0400
25558
29116
 
25559
29117
    GObject: substantially rework g_object_new()
25560
29118
 
25613
29171
 1 file changed, 340 insertions(+), 187 deletions(-)
25614
29172
 
25615
29173
commit c18462b5803a3dd57d3ccb67153ad7851cc8ce08
25616
 
Author: Ryan Lortie <desrt@desrt.ca>
25617
 
Date:   Tue Apr 23 11:11:20 2013 -0400
 
29174
Author:     Ryan Lortie <desrt@desrt.ca>
 
29175
AuthorDate: Tue Apr 23 11:11:20 2013 -0400
 
29176
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29177
CommitDate: Tue Apr 23 14:39:09 2013 -0400
25618
29178
 
25619
29179
    GParamSpec: add g_param_spec_get_default_value()
25620
29180
 
25649
29209
 4 files changed, 81 insertions(+), 1 deletion(-)
25650
29210
 
25651
29211
commit c30c0bb34d80013489897c49bef36cc56972d5d9
25652
 
Author: Ryan Lortie <desrt@desrt.ca>
25653
 
Date:   Tue Apr 23 10:38:23 2013 -0400
 
29212
Author:     Ryan Lortie <desrt@desrt.ca>
 
29213
AuthorDate: Tue Apr 23 10:38:23 2013 -0400
 
29214
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29215
CommitDate: Tue Apr 23 14:39:09 2013 -0400
25654
29216
 
25655
29217
    GType: add accessor for instance private offset
25656
29218
 
25671
29233
 3 files changed, 51 insertions(+)
25672
29234
 
25673
29235
commit eb860fd898a6a2bd86c11d245294cd0e8cd4304b
25674
 
Author: Ryan Lortie <desrt@desrt.ca>
25675
 
Date:   Tue Apr 23 13:26:48 2013 -0400
 
29236
Author:     Ryan Lortie <desrt@desrt.ca>
 
29237
AuthorDate: Tue Apr 23 13:26:48 2013 -0400
 
29238
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29239
CommitDate: Tue Apr 23 14:39:09 2013 -0400
25676
29240
 
25677
29241
    Partially revert "Merge waitpid() from g_spawn_sync into gmain()"
25678
29242
 
25697
29261
 1 file changed, 36 insertions(+), 40 deletions(-)
25698
29262
 
25699
29263
commit c91af2ab44c20556f3d3493edff686cf77137fda
25700
 
Author: Ryan Lortie <desrt@desrt.ca>
25701
 
Date:   Tue Apr 23 14:30:42 2013 -0400
 
29264
Author:     Ryan Lortie <desrt@desrt.ca>
 
29265
AuthorDate: Tue Apr 23 14:30:42 2013 -0400
 
29266
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29267
CommitDate: Tue Apr 23 14:36:07 2013 -0400
25702
29268
 
25703
29269
    Test GUnixSocketAddress construction
25704
29270
 
25713
29279
 3 files changed, 81 insertions(+)
25714
29280
 
25715
29281
commit 9c243beea25f08b506eab9e1e877d6ffe2b20531
25716
 
Author: Ryan Lortie <desrt@desrt.ca>
25717
 
Date:   Tue Apr 23 13:38:33 2013 -0400
 
29282
Author:     Ryan Lortie <desrt@desrt.ca>
 
29283
AuthorDate: Tue Apr 23 13:38:33 2013 -0400
 
29284
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29285
CommitDate: Tue Apr 23 14:36:07 2013 -0400
25718
29286
 
25719
29287
    GUnixSocketAddress: fix construct parameter issue
25720
29288
 
25744
29312
 1 file changed, 6 insertions(+), 17 deletions(-)
25745
29313
 
25746
29314
commit 7409ac0d14e197f0c2ef1ae86fa15ddaeea5a434
25747
 
Author: Ryan Lortie <desrt@desrt.ca>
25748
 
Date:   Tue Apr 23 11:59:09 2013 -0400
 
29315
Author:     Ryan Lortie <desrt@desrt.ca>
 
29316
AuthorDate: Tue Apr 23 11:59:09 2013 -0400
 
29317
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29318
CommitDate: Tue Apr 23 12:01:17 2013 -0400
25749
29319
 
25750
29320
    gtype: tweak valgrind hints
25751
29321
 
25756
29326
 1 file changed, 12 insertions(+), 5 deletions(-)
25757
29327
 
25758
29328
commit e8438f98e2d274b57008eddcb86df3f63e166933
25759
 
Author: Ryan Lortie <desrt@desrt.ca>
25760
 
Date:   Mon Apr 22 18:32:05 2013 -0400
 
29329
Author:     Ryan Lortie <desrt@desrt.ca>
 
29330
AuthorDate: Mon Apr 22 18:32:05 2013 -0400
 
29331
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29332
CommitDate: Mon Apr 22 18:32:49 2013 -0400
25761
29333
 
25762
29334
    Revert "GObject: prevent installing properties after init"
25763
29335
 
25772
29344
 3 files changed, 2 insertions(+), 18 deletions(-)
25773
29345
 
25774
29346
commit ddb0ce14215cd62c7a2497d6cf9f2ea63c40ebb5
25775
 
Author: Ryan Lortie <desrt@desrt.ca>
25776
 
Date:   Mon Apr 22 17:37:18 2013 -0400
 
29347
Author:     Ryan Lortie <desrt@desrt.ca>
 
29348
AuthorDate: Mon Apr 22 17:37:18 2013 -0400
 
29349
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29350
CommitDate: Mon Apr 22 17:40:51 2013 -0400
25777
29351
 
25778
29352
    GObject: prevent installing properties after init
25779
29353
 
25796
29370
 3 files changed, 18 insertions(+), 2 deletions(-)
25797
29371
 
25798
29372
commit 31fde567a95ff8f50b6b0e75d4010da9b73514ed
25799
 
Author: Ryan Lortie <desrt@desrt.ca>
25800
 
Date:   Mon Apr 22 12:33:30 2013 -0400
 
29373
Author:     Ryan Lortie <desrt@desrt.ca>
 
29374
AuthorDate: Mon Apr 22 12:33:30 2013 -0400
 
29375
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29376
CommitDate: Mon Apr 22 16:16:23 2013 -0400
25801
29377
 
25802
29378
    gtype: put private data before the instance
25803
29379
 
25862
29438
 1 file changed, 72 insertions(+), 149 deletions(-)
25863
29439
 
25864
29440
commit 00fbc2f0ce2fb65da1027485707fbac59b91a1ef
25865
 
Author: Ryan Lortie <desrt@desrt.ca>
25866
 
Date:   Mon Apr 22 12:28:44 2013 -0400
 
29441
Author:     Ryan Lortie <desrt@desrt.ca>
 
29442
AuthorDate: Mon Apr 22 12:28:44 2013 -0400
 
29443
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29444
CommitDate: Mon Apr 22 16:15:31 2013 -0400
25867
29445
 
25868
29446
    gslice: disable by default under valgrind
25869
29447
 
25898
29476
 1 file changed, 13 insertions(+)
25899
29477
 
25900
29478
commit c8d56d7cf79b107d0e9a64812734fe877b332093
25901
 
Author: Ryan Lortie <desrt@desrt.ca>
25902
 
Date:   Mon Apr 22 12:10:35 2013 -0400
 
29479
Author:     Ryan Lortie <desrt@desrt.ca>
 
29480
AuthorDate: Mon Apr 22 12:10:35 2013 -0400
 
29481
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29482
CommitDate: Mon Apr 22 16:15:16 2013 -0400
25903
29483
 
25904
29484
    Add a copy of valgrind.h to glib/
25905
29485
 
25917
29497
 2 files changed, 4842 insertions(+), 1 deletion(-)
25918
29498
 
25919
29499
commit c1c1b33f883d6afd2e27bb2506ab6490ed916052
25920
 
Author: Ryan Lortie <desrt@desrt.ca>
25921
 
Date:   Sat Apr 20 18:55:03 2013 -0400
 
29500
Author:     Ryan Lortie <desrt@desrt.ca>
 
29501
AuthorDate: Sat Apr 20 18:55:03 2013 -0400
 
29502
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29503
CommitDate: Mon Apr 22 16:12:42 2013 -0400
25922
29504
 
25923
29505
    GMenu: add g_menu_item_set_icon() convenience
25924
29506
 
25939
29521
 4 files changed, 63 insertions(+), 1 deletion(-)
25940
29522
 
25941
29523
commit 63a0cc3f8d97da612d445babfe367fb3d603e658
25942
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
25943
 
Date:   Mon Apr 22 13:12:12 2013 -0400
 
29524
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
29525
AuthorDate: Mon Apr 22 13:12:12 2013 -0400
 
29526
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
29527
CommitDate: Mon Apr 22 13:12:20 2013 -0400
25944
29528
 
25945
29529
    tests: Fix appinfo test
25946
29530
 
25948
29532
 1 file changed, 2 insertions(+), 2 deletions(-)
25949
29533
 
25950
29534
commit 709ade0e45bce4d43ef227c9442f599389482dce
25951
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
25952
 
Date:   Mon Apr 22 17:49:06 2013 +0200
 
29535
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
29536
AuthorDate: Mon Apr 22 17:49:06 2013 +0200
 
29537
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
29538
CommitDate: Mon Apr 22 17:49:06 2013 +0200
25953
29539
 
25954
29540
    Updated Spanish translation
25955
29541
 
25958
29544
 1 file changed, 72 insertions(+), 70 deletions(-)
25959
29545
 
25960
29546
commit 93349e6ea36fa5dd48ee2fa2cd9b8328414cf3c5
25961
 
Author: Sweta Kothari <swkothar@redhat.com>
25962
 
Date:   Mon Apr 22 15:53:10 2013 +0530
 
29547
Author:     Sweta Kothari <swkothar@redhat.com>
 
29548
AuthorDate: Mon Apr 22 15:53:10 2013 +0530
 
29549
Commit:     Sweta Kothari <swkothar@redhat.com>
 
29550
CommitDate: Mon Apr 22 15:54:09 2013 +0530
25963
29551
 
25964
29552
    Updated gujarati file
25965
29553
 
25968
29556
 1 file changed, 54 insertions(+), 56 deletions(-)
25969
29557
 
25970
29558
commit 454691a4b4957846ed81e1611eb8ee142258008f
25971
 
Author: Piotr Drąg <piotrdrag@gmail.com>
25972
 
Date:   Mon Apr 22 00:37:20 2013 +0200
 
29559
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
29560
AuthorDate: Mon Apr 22 00:37:20 2013 +0200
 
29561
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
29562
CommitDate: Mon Apr 22 00:37:20 2013 +0200
25973
29563
 
25974
29564
    Updated POTFILES.in
25975
29565
 
25977
29567
 1 file changed, 1 insertion(+)
25978
29568
 
25979
29569
commit c16f914b40c749b938490a4e10a3c54ec1855c42
25980
 
Author: Ryan Lortie <desrt@desrt.ca>
25981
 
Date:   Sat Apr 20 18:50:21 2013 -0400
 
29570
Author:     Ryan Lortie <desrt@desrt.ca>
 
29571
AuthorDate: Sat Apr 20 18:50:21 2013 -0400
 
29572
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29573
CommitDate: Sun Apr 21 16:31:14 2013 -0400
25982
29574
 
25983
29575
    GIcon: add g_icon_[de]serialize()
25984
29576
 
26020
29612
 9 files changed, 439 insertions(+), 8 deletions(-)
26021
29613
 
26022
29614
commit 9cc222c0bfc65034143753a64b081b7811ee48f1
26023
 
Author: Ryan Lortie <desrt@desrt.ca>
26024
 
Date:   Sat Apr 20 17:23:31 2013 -0400
 
29615
Author:     Ryan Lortie <desrt@desrt.ca>
 
29616
AuthorDate: Sat Apr 20 17:23:31 2013 -0400
 
29617
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29618
CommitDate: Sun Apr 21 16:25:15 2013 -0400
26025
29619
 
26026
29620
    Introduce GBytesIcon
26027
29621
 
26046
29640
 7 files changed, 326 insertions(+)
26047
29641
 
26048
29642
commit 519e989ea8d33924f5d6f5d57f100e65359275af
26049
 
Author: Ryan Lortie <desrt@desrt.ca>
26050
 
Date:   Sat Apr 20 16:41:09 2013 -0400
 
29643
Author:     Ryan Lortie <desrt@desrt.ca>
 
29644
AuthorDate: Sat Apr 20 16:41:09 2013 -0400
 
29645
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29646
CommitDate: Sun Apr 21 16:25:13 2013 -0400
26051
29647
 
26052
29648
    GIcon: pure re-factor of _from_string()
26053
29649
 
26063
29659
 1 file changed, 43 insertions(+), 34 deletions(-)
26064
29660
 
26065
29661
commit c0af442909e1304b799a4b6c145f8444c752e3da
26066
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
26067
 
Date:   Sat Apr 20 15:13:42 2013 -0400
 
29662
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
29663
AuthorDate: Sat Apr 20 15:13:42 2013 -0400
 
29664
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
29665
CommitDate: Sun Apr 21 00:09:47 2013 -0400
26068
29666
 
26069
29667
    gdesktopappinfo: Allow getting the desktop ID from the filename
26070
29668
 
26072
29670
 1 file changed, 2 insertions(+)
26073
29671
 
26074
29672
commit 390115f3851de49f93918cda9266ab857382cc3e
26075
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
26076
 
Date:   Sat Apr 20 18:58:14 2013 -0400
 
29673
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
29674
AuthorDate: Sat Apr 20 18:58:14 2013 -0400
 
29675
Commit:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
29676
CommitDate: Sat Apr 20 22:10:36 2013 -0400
26077
29677
 
26078
29678
    gactionmap: don't require GActionGroup
26079
29679
 
26083
29683
 1 file changed, 1 insertion(+), 2 deletions(-)
26084
29684
 
26085
29685
commit ac1379e22cc6d97f1336eee0f846900950e978b5
26086
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
26087
 
Date:   Sat Apr 20 11:44:21 2013 -0400
 
29686
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
29687
AuthorDate: Sat Apr 20 11:44:21 2013 -0400
 
29688
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29689
CommitDate: Sat Apr 20 19:24:47 2013 -0400
26088
29690
 
26089
29691
    g_variant_get_data_as_bytes: return a sub-bytes if necessary
26090
29692
 
26095
29697
 2 files changed, 25 insertions(+), 1 deletion(-)
26096
29698
 
26097
29699
commit dbb65b54651a88b9691b156bf19b53fbe4a4bd5a
26098
 
Author: Ryan Lortie <desrt@desrt.ca>
26099
 
Date:   Sat Apr 20 11:44:53 2013 -0400
 
29700
Author:     Ryan Lortie <desrt@desrt.ca>
 
29701
AuthorDate: Sat Apr 20 11:44:53 2013 -0400
 
29702
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29703
CommitDate: Sat Apr 20 18:58:24 2013 -0400
26100
29704
 
26101
29705
    GVariant: add new g_variant_new_take_string() API
26102
29706
 
26125
29729
 3 files changed, 39 insertions(+)
26126
29730
 
26127
29731
commit a2a44a9617098ef061b1fd026ea44d381aa5ccec
26128
 
Author: Sébastien Wilmet <swilmet@gnome.org>
26129
 
Date:   Wed Apr 17 16:37:55 2013 +0200
 
29732
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
29733
AuthorDate: Wed Apr 17 16:37:55 2013 +0200
 
29734
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
29735
CommitDate: Fri Apr 19 21:38:13 2013 +0200
26130
29736
 
26131
29737
    Add async version of g_file_make_directory()
26132
29738
 
26139
29745
 3 files changed, 134 insertions(+), 4 deletions(-)
26140
29746
 
26141
29747
commit bd57c3f171d0775d8b1f0944f45a196b59fc79fd
26142
 
Author: Sébastien Wilmet <swilmet@gnome.org>
26143
 
Date:   Wed Apr 17 15:07:03 2013 +0200
 
29748
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
29749
AuthorDate: Wed Apr 17 15:07:03 2013 +0200
 
29750
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
29751
CommitDate: Fri Apr 19 21:38:13 2013 +0200
26144
29752
 
26145
29753
    GFile: fix the *_async_thread()
26146
29754
 
26159
29767
 1 file changed, 8 insertions(+), 57 deletions(-)
26160
29768
 
26161
29769
commit 1de0625103e98710689d65cecfc288e15a5d240d
26162
 
Author: Ryan Lortie <desrt@desrt.ca>
26163
 
Date:   Mon Apr 8 15:27:16 2013 -0400
 
29770
Author:     Ryan Lortie <desrt@desrt.ca>
 
29771
AuthorDate: Mon Apr 8 15:27:16 2013 -0400
 
29772
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29773
CommitDate: Fri Apr 19 14:52:51 2013 -0400
26164
29774
 
26165
29775
    GMenu: add g_menu_remove_all() API
26166
29776
 
26176
29786
 3 files changed, 27 insertions(+)
26177
29787
 
26178
29788
commit 57cd876321f563bade0f6230108b1fce18d9b0c6
26179
 
Author: Ryan Lortie <desrt@desrt.ca>
26180
 
Date:   Wed Apr 17 12:12:20 2013 -0400
 
29789
Author:     Ryan Lortie <desrt@desrt.ca>
 
29790
AuthorDate: Wed Apr 17 12:12:20 2013 -0400
 
29791
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29792
CommitDate: Fri Apr 19 11:40:04 2013 -0400
26181
29793
 
26182
29794
    GVariant parser: tweak lexer for format strings
26183
29795
 
26188
29800
 1 file changed, 2 insertions(+), 1 deletion(-)
26189
29801
 
26190
29802
commit 1d87c6c7f818eef758a2bd6afd07f6feabc5f45d
26191
 
Author: Ryan Lortie <desrt@desrt.ca>
26192
 
Date:   Wed Apr 17 12:08:00 2013 -0400
 
29803
Author:     Ryan Lortie <desrt@desrt.ca>
 
29804
AuthorDate: Wed Apr 17 12:08:00 2013 -0400
 
29805
Commit:     Ryan Lortie <desrt@desrt.ca>
 
29806
CommitDate: Fri Apr 19 11:40:04 2013 -0400
26193
29807
 
26194
29808
    GVariant parser: turn two asserts into soft errors
26195
29809
 
26202
29816
 1 file changed, 5 insertions(+), 2 deletions(-)
26203
29817
 
26204
29818
commit c70b4978598a3b4e3d712e89cacf21b5369ed53e
26205
 
Author: Robert Bragg <robert@linux.intel.com>
26206
 
Date:   Wed Apr 17 04:35:50 2013 -0400
 
29819
Author:     Robert Bragg <robert@linux.intel.com>
 
29820
AuthorDate: Wed Apr 17 04:35:50 2013 -0400
 
29821
Commit:     Colin Walters <walters@verbum.org>
 
29822
CommitDate: Wed Apr 17 04:36:24 2013 -0400
26207
29823
 
26208
29824
    utils: avoid redundant set/endpwent around getpwuid
26209
29825
 
26220
29836
 1 file changed, 6 deletions(-)
26221
29837
 
26222
29838
commit d171e833478dcb067a543082ff69c237c97c6fe4
26223
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
26224
 
Date:   Fri Apr 12 17:25:15 2013 +0200
 
29839
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
29840
AuthorDate: Fri Apr 12 17:25:15 2013 +0200
 
29841
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
29842
CommitDate: Tue Apr 16 15:57:19 2013 +0200
26225
29843
 
26226
29844
    GVariant: fix transfer annotation
26227
29845
 
26234
29852
 1 file changed, 1 insertion(+), 1 deletion(-)
26235
29853
 
26236
29854
commit ad12142943e0f20ed9583c9d6bf50f6262110c74
26237
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
26238
 
Date:   Sat Apr 13 12:02:24 2013 +0200
 
29855
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
29856
AuthorDate: Sat Apr 13 12:02:24 2013 +0200
 
29857
Commit:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
29858
CommitDate: Tue Apr 16 15:44:27 2013 +0200
26239
29859
 
26240
29860
    check-abis.sh: allow _ftext as that's leaked on mips
26241
29861
 
26245
29865
 1 file changed, 2 insertions(+), 2 deletions(-)
26246
29866
 
26247
29867
commit bcbaf1bef01c669715860299fe8603bc21b0e137
26248
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
26249
 
Date:   Wed Nov 28 16:55:54 2012 +0100
 
29868
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
29869
AuthorDate: Wed Nov 28 16:55:54 2012 +0100
 
29870
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
29871
CommitDate: Tue Apr 16 13:24:26 2013 +0200
26250
29872
 
26251
29873
    Fix compilation on Android with the bionic C library
26252
29874
 
26267
29889
 11 files changed, 349 insertions(+), 27 deletions(-)
26268
29890
 
26269
29891
commit 5e2cad9de96a569e72466a4ff748c579d6d6708e
26270
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
26271
 
Date:   Wed Mar 27 16:41:44 2013 -0400
 
29892
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
29893
AuthorDate: Wed Mar 27 16:41:44 2013 -0400
 
29894
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
29895
CommitDate: Fri Apr 12 16:41:57 2013 -0400
26272
29896
 
26273
29897
    bookmarkfile: Fix annotations on GBookmarkFile
26274
29898
 
26276
29900
 1 file changed, 12 insertions(+), 12 deletions(-)
26277
29901
 
26278
29902
commit 3c614be04acaea3a84b07cd3732af0567bb0c376
26279
 
Author: Marek Kasik <mkasik@redhat.com>
26280
 
Date:   Wed Apr 10 13:48:49 2013 +0200
 
29903
Author:     Marek Kasik <mkasik@redhat.com>
 
29904
AuthorDate: Wed Apr 10 13:48:49 2013 +0200
 
29905
Commit:     Marek Kasik <mkasik@redhat.com>
 
29906
CommitDate: Fri Apr 12 17:04:06 2013 +0200
26281
29907
 
26282
29908
    tests: Add test for disabled help options
26283
29909
 
26291
29917
 1 file changed, 60 insertions(+)
26292
29918
 
26293
29919
commit d20336130d08978c5e7e7f12df29d6cb6f7bbef5
26294
 
Author: Marek Kasik <mkasik@redhat.com>
26295
 
Date:   Tue Apr 9 18:03:53 2013 +0200
 
29920
Author:     Marek Kasik <mkasik@redhat.com>
 
29921
AuthorDate: Tue Apr 9 18:03:53 2013 +0200
 
29922
Commit:     Marek Kasik <mkasik@redhat.com>
 
29923
CommitDate: Fri Apr 12 17:04:02 2013 +0200
26296
29924
 
26297
29925
    Don't show help options when help is disabled
26298
29926
 
26305
29933
 1 file changed, 16 insertions(+), 10 deletions(-)
26306
29934
 
26307
29935
commit a12157b1f8515bbd9304ecd03c646a34ca7e975d
26308
 
Author: Jason Quinn <jason_quinn@yahoo.com>
26309
 
Date:   Thu Apr 11 05:00:38 2013 -0400
 
29936
Author:     Jason Quinn <jason_quinn@yahoo.com>
 
29937
AuthorDate: Thu Apr 11 05:00:38 2013 -0400
 
29938
Commit:     Colin Walters <walters@verbum.org>
 
29939
CommitDate: Thu Apr 11 05:00:59 2013 -0400
26310
29940
 
26311
29941
    building.xml: Fix a typo of "fo" to "of"
26312
29942
 
26316
29946
 1 file changed, 1 insertion(+), 1 deletion(-)
26317
29947
 
26318
29948
commit f5806a208cab3a460e29d8ef56611257efe81ed8
26319
 
Author: Balázs Úr <urbalazs@src.gnome.org>
26320
 
Date:   Wed Apr 10 23:33:20 2013 +0200
 
29949
Author:     Balázs Úr <urbalazs@src.gnome.org>
 
29950
AuthorDate: Wed Apr 10 23:33:20 2013 +0200
 
29951
Commit:     Balázs Úr <urbalazs@src.gnome.org>
 
29952
CommitDate: Wed Apr 10 23:33:20 2013 +0200
26321
29953
 
26322
29954
    Updated Hungarian translation
26323
29955
 
26326
29958
 1 file changed, 59 insertions(+), 52 deletions(-)
26327
29959
 
26328
29960
commit 733bf962023d9b227bc9d8f5a1366b222b796946
26329
 
Author: Sébastien Wilmet <swilmet@gnome.org>
26330
 
Date:   Thu Jan 31 18:45:32 2013 +0100
 
29961
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
29962
AuthorDate: Thu Jan 31 18:45:32 2013 +0100
 
29963
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
29964
CommitDate: Wed Apr 10 22:32:33 2013 +0200
26331
29965
 
26332
29966
    Add async version of g_file_trash()
26333
29967
 
26340
29974
 3 files changed, 136 insertions(+), 4 deletions(-)
26341
29975
 
26342
29976
commit c35b73a90f8489f69e14b5029479d5f5304176bb
26343
 
Author: Sébastien Wilmet <swilmet@gnome.org>
26344
 
Date:   Thu Jan 31 18:44:24 2013 +0100
 
29977
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
29978
AuthorDate: Thu Jan 31 18:44:24 2013 +0100
 
29979
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
29980
CommitDate: Wed Apr 10 20:31:44 2013 +0200
26345
29981
 
26346
29982
    Add missing details in GFile documentation
26347
29983
 
26351
29987
 1 file changed, 2 insertions(+)
26352
29988
 
26353
29989
commit 0513c855cba69b96e4c9d2200719249a8a0c586e
26354
 
Author: Dan Winship <danw@gnome.org>
26355
 
Date:   Wed Apr 10 11:39:12 2013 -0400
 
29990
Author:     Dan Winship <danw@gnome.org>
 
29991
AuthorDate: Wed Apr 10 11:39:12 2013 -0400
 
29992
Commit:     Dan Winship <danw@gnome.org>
 
29993
CommitDate: Wed Apr 10 11:39:12 2013 -0400
26356
29994
 
26357
29995
    gmain: fix double-unlock in g_main_context_unref()
26358
29996
 
26366
30004
 1 file changed, 5 insertions(+), 1 deletion(-)
26367
30005
 
26368
30006
commit 74ed1cf5b0538f71ae566219c14b6a1b954c1a74
26369
 
Author: Lionel Landwerlin <llandwerlin@gmail.com>
26370
 
Date:   Fri Apr 5 15:21:23 2013 +0100
 
30007
Author:     Lionel Landwerlin <llandwerlin@gmail.com>
 
30008
AuthorDate: Fri Apr 5 15:21:23 2013 +0100
 
30009
Commit:     Lionel Landwerlin <llandwerlin@gmail.com>
 
30010
CommitDate: Wed Apr 10 11:07:12 2013 +0100
26371
30011
 
26372
30012
    gunixmounts: remove warning on unused variable
26373
30013
 
26377
30017
 1 file changed, 1 insertion(+), 1 deletion(-)
26378
30018
 
26379
30019
commit 907a931082f442ab15bc4508284bf4bf90fa4aa4
26380
 
Author: Robert Ancell <robert.ancell@canonical.com>
26381
 
Date:   Wed Apr 10 15:53:14 2013 +1200
 
30020
Author:     Robert Ancell <robert.ancell@canonical.com>
 
30021
AuthorDate: Wed Apr 10 15:53:14 2013 +1200
 
30022
Commit:     Robert Ancell <robert.ancell@canonical.com>
 
30023
CommitDate: Wed Apr 10 15:55:37 2013 +1200
26382
30024
 
26383
30025
    Fix deprecation warning for g_io_channel_read
26384
30026
 
26386
30028
 1 file changed, 1 insertion(+), 1 deletion(-)
26387
30029
 
26388
30030
commit 2ca9dda72aa85756010dfc9b73aa0d891e61bf29
26389
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
26390
 
Date:   Tue Apr 9 14:09:33 2013 +0200
 
30031
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
30032
AuthorDate: Tue Apr 9 14:09:33 2013 +0200
 
30033
Commit:     Alexander Larsson <alexl@redhat.com>
 
30034
CommitDate: Tue Apr 9 14:10:13 2013 +0200
26391
30035
 
26392
30036
    win32: Allow POSIX threads to be used if --with-threads=posix
26393
30037
 
26403
30047
 4 files changed, 16 insertions(+), 1 deletion(-)
26404
30048
 
26405
30049
commit 0a130c8bb0bbbbe392c3c10b92a09906ce8a07f3
26406
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
26407
 
Date:   Tue Apr 9 14:02:54 2013 +0200
 
30050
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
30051
AuthorDate: Tue Apr 9 14:02:54 2013 +0200
 
30052
Commit:     Alexander Larsson <alexl@redhat.com>
 
30053
CommitDate: Tue Apr 9 14:02:54 2013 +0200
26408
30054
 
26409
30055
    win32: Fix warning
26410
30056
 
26412
30058
 1 file changed, 1 insertion(+), 1 deletion(-)
26413
30059
 
26414
30060
commit c237338b04954803f482571d57dbe5cd927e7ae3
26415
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
26416
 
Date:   Sat Dec 3 07:08:26 2011 +0400
 
30061
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
30062
AuthorDate: Sat Dec 3 07:08:26 2011 +0400
 
30063
Commit:     Alexander Larsson <alexl@redhat.com>
 
30064
CommitDate: Tue Apr 9 11:55:42 2013 +0200
26417
30065
 
26418
30066
    Use AC_LINK_IFELSE instead of AC_TRY_COMPILE
26419
30067
 
26423
30071
 1 file changed, 10 insertions(+), 7 deletions(-)
26424
30072
 
26425
30073
commit 00f6d78125a02c014bcfb31e47b082ff30ede1d6
26426
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
26427
 
Date:   Mon Apr 8 08:13:10 2013 +0200
 
30074
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
30075
AuthorDate: Mon Apr 8 08:13:10 2013 +0200
 
30076
Commit:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
30077
CommitDate: Mon Apr 8 15:59:39 2013 +0200
26428
30078
 
26429
30079
    g_dbus_connection_signal_subscribe: add path and namespace matching
26430
30080
 
26437
30087
 3 files changed, 167 insertions(+), 13 deletions(-)
26438
30088
 
26439
30089
commit 690d6b97f83149770ef2aa4477c1cb28159678c2
26440
 
Author: James Turner <james@calminferno.net>
26441
 
Date:   Fri Apr 5 15:29:55 2013 -0400
 
30090
Author:     James Turner <james@calminferno.net>
 
30091
AuthorDate: Fri Apr 5 15:29:55 2013 -0400
 
30092
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
30093
CommitDate: Mon Apr 8 14:15:22 2013 +0200
26442
30094
 
26443
30095
    g_atomic_int_get, g_atomic_pointer_get: accept const arguments
26444
30096
 
26448
30100
 1 file changed, 3 insertions(+), 3 deletions(-)
26449
30101
 
26450
30102
commit aba02c5248ef1a8911588e38f56d011f81e21345
26451
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
26452
 
Date:   Tue Mar 26 12:34:51 2013 +0100
 
30103
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
30104
AuthorDate: Tue Mar 26 12:34:51 2013 +0100
 
30105
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
30106
CommitDate: Sun Apr 7 09:09:59 2013 +0200
26453
30107
 
26454
30108
    simpler regex match on the shebang
26455
30109
 
26460
30114
 1 file changed, 1 insertion(+), 1 deletion(-)
26461
30115
 
26462
30116
commit d474309c3f439fbe8c4af8cd9acac70235cf67a3
26463
 
Author: Lionel Landwerlin <llandwerlin@gmail.com>
26464
 
Date:   Fri Apr 5 15:18:28 2013 +0100
 
30117
Author:     Lionel Landwerlin <llandwerlin@gmail.com>
 
30118
AuthorDate: Fri Apr 5 15:18:28 2013 +0100
 
30119
Commit:     Lionel Landwerlin <llandwerlin@gmail.com>
 
30120
CommitDate: Sun Apr 7 07:11:30 2013 +0100
26465
30121
 
26466
30122
    gunixmounts: correctly flag hasmntopt usage
26467
30123
 
26471
30127
 1 file changed, 2 insertions(+)
26472
30128
 
26473
30129
commit 3d03c9cb13d8d5f23fa4b118c46e24d2d12996b1
26474
 
Author: Shankar Prasad <svenkate@redhat.com>
26475
 
Date:   Fri Apr 5 17:23:01 2013 +0530
 
30130
Author:     Shankar Prasad <svenkate@redhat.com>
 
30131
AuthorDate: Fri Apr 5 17:23:01 2013 +0530
 
30132
Commit:     Shankar Prasad <svenkate@redhat.com>
 
30133
CommitDate: Fri Apr 5 17:23:01 2013 +0530
26476
30134
 
26477
30135
    Updated kn translations
26478
30136
 
26481
30139
 1 file changed, 86 insertions(+), 40 deletions(-)
26482
30140
 
26483
30141
commit a04596417037227329cb4bdbcf3786a60a4f9a52
26484
 
Author: Shankar Prasad <svenkate@redhat.com>
26485
 
Date:   Fri Apr 5 16:20:28 2013 +0530
 
30142
Author:     Shankar Prasad <svenkate@redhat.com>
 
30143
AuthorDate: Fri Apr 5 16:20:28 2013 +0530
 
30144
Commit:     Shankar Prasad <svenkate@redhat.com>
 
30145
CommitDate: Fri Apr 5 16:20:28 2013 +0530
26486
30146
 
26487
30147
    Updated kn translations
26488
30148
 
26491
30151
 1 file changed, 189 insertions(+), 132 deletions(-)
26492
30152
 
26493
30153
commit 1517cdb813253a550334b6cb614fa49dde9d1ac9
26494
 
Author: Shankar Prasad <svenkate@redhat.com>
26495
 
Date:   Fri Apr 5 12:36:07 2013 +0530
 
30154
Author:     Shankar Prasad <svenkate@redhat.com>
 
30155
AuthorDate: Fri Apr 5 12:36:07 2013 +0530
 
30156
Commit:     Shankar Prasad <svenkate@redhat.com>
 
30157
CommitDate: Fri Apr 5 12:36:29 2013 +0530
26496
30158
 
26497
30159
    Updated kn translations
26498
30160
 
26501
30163
 1 file changed, 557 insertions(+), 465 deletions(-)
26502
30164
 
26503
30165
commit fb1ad873a6d29e40681e2ffd555e88a1d08428c1
26504
 
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
26505
 
Date:   Fri Apr 5 08:01:17 2013 +0200
 
30166
Author:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
30167
AuthorDate: Fri Apr 5 08:01:17 2013 +0200
 
30168
Commit:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
30169
CommitDate: Fri Apr 5 08:01:17 2013 +0200
26506
30170
 
26507
30171
    GDateTime to GTimeZone in opaque structure doc
26508
30172
 
26510
30174
 1 file changed, 1 insertion(+), 1 deletion(-)
26511
30175
 
26512
30176
commit 3b4c9f5fcc6dcd519f106406c489b5492f31dba1
26513
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
26514
 
Date:   Thu Apr 4 13:15:00 2013 -0400
 
30177
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
30178
AuthorDate: Thu Apr 4 13:15:00 2013 -0400
 
30179
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
30180
CommitDate: Thu Apr 4 13:15:00 2013 -0400
26515
30181
 
26516
30182
    gversionmacros: fix a typo
26517
30183
 
26519
30185
 1 file changed, 2 insertions(+), 2 deletions(-)
26520
30186
 
26521
30187
commit db325cd6a3ed3e95d497d7a4087c0f37f155ef01
26522
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
26523
 
Date:   Wed Apr 3 14:12:03 2013 -0400
 
30188
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
30189
AuthorDate: Wed Apr 3 14:12:03 2013 -0400
 
30190
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
30191
CommitDate: Thu Apr 4 13:13:53 2013 -0400
26524
30192
 
26525
30193
    application: introduce methods to mark the application as busy
26526
30194
 
26549
30217
 5 files changed, 124 insertions(+)
26550
30218
 
26551
30219
commit 96f7e6d70b7b7aa915e471d5ee5f5bc2a6637af9
26552
 
Author: Ryan Lortie <desrt@desrt.ca>
26553
 
Date:   Thu Apr 4 11:12:42 2013 -0400
 
30220
Author:     Ryan Lortie <desrt@desrt.ca>
 
30221
AuthorDate: Thu Apr 4 11:12:42 2013 -0400
 
30222
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30223
CommitDate: Thu Apr 4 11:41:19 2013 -0400
26554
30224
 
26555
30225
    gtype: interface-after-init exception for gtk#
26556
30226
 
26564
30234
 1 file changed, 4 insertions(+), 2 deletions(-)
26565
30235
 
26566
30236
commit c5307e4cba67fadf1749c9a5c127bf1000c1dc89
26567
 
Author: Ryan Lortie <desrt@desrt.ca>
26568
 
Date:   Thu Apr 4 09:31:11 2013 -0400
 
30237
Author:     Ryan Lortie <desrt@desrt.ca>
 
30238
AuthorDate: Thu Apr 4 09:31:11 2013 -0400
 
30239
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30240
CommitDate: Thu Apr 4 11:10:17 2013 -0400
26569
30241
 
26570
30242
    gtype: interface-after-init exception for glibmm
26571
30243
 
26583
30255
 1 file changed, 4 insertions(+), 1 deletion(-)
26584
30256
 
26585
30257
commit 859e4239c575a0e597f32d017d6012be7b4d3ab8
26586
 
Author: Andres G. Aragoneses <knocte@gmail.com>
26587
 
Date:   Thu Apr 4 12:10:28 2013 +0100
 
30258
Author:     Andres G. Aragoneses <knocte@gmail.com>
 
30259
AuthorDate: Thu Apr 4 12:10:28 2013 +0100
 
30260
Commit:     Andres G. Aragoneses <knocte@gmail.com>
 
30261
CommitDate: Thu Apr 4 12:11:06 2013 +0100
26588
30262
 
26589
30263
    gobject: fix G_DEFINE_TYPE_EXTENDED docs so code snippet actually
26590
30264
    compiles
26603
30277
 1 file changed, 1 insertion(+), 1 deletion(-)
26604
30278
 
26605
30279
commit cef5ce20122ab9f2e62cd582eea751f1efd2c246
26606
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
26607
 
Date:   Thu Apr 4 13:26:59 2013 +0530
 
30280
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
30281
AuthorDate: Thu Apr 4 13:26:59 2013 +0530
 
30282
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
30283
CommitDate: Thu Apr 4 13:27:35 2013 +0530
26608
30284
 
26609
30285
    Assamese translation updated
26610
30286
 
26613
30289
 1 file changed, 72 insertions(+), 70 deletions(-)
26614
30290
 
26615
30291
commit bfb6ff0dbd587841366cc4fa04d1da549dc3e9d7
26616
 
Author: David Gomes <davidrafagomes@gmail.com>
26617
 
Date:   Wed Apr 3 20:15:49 2013 +0100
 
30292
Author:     David Gomes <davidrafagomes@gmail.com>
 
30293
AuthorDate: Wed Apr 3 20:15:49 2013 +0100
 
30294
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30295
CommitDate: Wed Apr 3 21:35:57 2013 -0400
26618
30296
 
26619
30297
    gsettings: implemented --version command
26620
30298
 
26626
30304
 2 files changed, 19 insertions(+), 1 deletion(-)
26627
30305
 
26628
30306
commit 4214078f3353d19c65f997eca236726b9e7a3503
26629
 
Author: Kjartan Maraas <kmaraas@gnome.org>
26630
 
Date:   Wed Apr 3 11:51:27 2013 +0200
 
30307
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
30308
AuthorDate: Wed Apr 3 11:51:27 2013 +0200
 
30309
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
30310
CommitDate: Wed Apr 3 11:51:27 2013 +0200
26631
30311
 
26632
30312
    Updated Norwegian bokmål translation
26633
30313
 
26636
30316
 1 file changed, 101 insertions(+), 95 deletions(-)
26637
30317
 
26638
30318
commit d1bbab5689064e23732a132aa53de360d3e59383
26639
 
Author: Colin Walters <walters@verbum.org>
26640
 
Date:   Wed Apr 3 00:31:28 2013 -0400
 
30319
Author:     Colin Walters <walters@verbum.org>
 
30320
AuthorDate: Wed Apr 3 00:31:28 2013 -0400
 
30321
Commit:     Colin Walters <walters@verbum.org>
 
30322
CommitDate: Wed Apr 3 00:33:45 2013 -0400
26641
30323
 
26642
30324
    gmacros: Mark G_UNAVAILABLE() functions as deprecated (gcc <= 4.4)
26643
30325
 
26655
30337
 1 file changed, 1 insertion(+), 1 deletion(-)
26656
30338
 
26657
30339
commit 3456152f23a9507f10c868ff4bc1cca91a486b21
26658
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
26659
 
Date:   Fri Mar 29 15:39:26 2013 +0100
 
30340
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
30341
AuthorDate: Fri Mar 29 15:39:26 2013 +0100
 
30342
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
30343
CommitDate: Tue Apr 2 23:04:15 2013 +0200
26660
30344
 
26661
30345
    GThreadedResolver: set an error if no records could be found
26662
30346
 
26671
30355
 1 file changed, 17 insertions(+), 1 deletion(-)
26672
30356
 
26673
30357
commit 31c00c1fbeba76e046ade5792b9b3b3638d9f11c
26674
 
Author: Guido Günther <agx@sigxcpu.org>
26675
 
Date:   Sun Mar 24 17:11:49 2013 +0100
 
30358
Author:     Guido Günther <agx@sigxcpu.org>
 
30359
AuthorDate: Sun Mar 24 17:11:49 2013 +0100
 
30360
Commit:     Guido Günther <agx@sigxcpu.org>
 
30361
CommitDate: Tue Apr 2 21:49:59 2013 +0200
26676
30362
 
26677
30363
    codegen: move G_DEFINE_INTERFACE{,_WITH_CODE} before _default_init
26678
30364
 
26694
30380
 1 file changed, 7 insertions(+), 8 deletions(-)
26695
30381
 
26696
30382
commit 576e2ce1db9b6b2ea5f19c45909c6ddbd871e744
26697
 
Author: Guido Günther <agx@sigxcpu.org>
26698
 
Date:   Mon Mar 18 22:31:36 2013 +0100
 
30383
Author:     Guido Günther <agx@sigxcpu.org>
 
30384
AuthorDate: Mon Mar 18 22:31:36 2013 +0100
 
30385
Commit:     Guido Günther <agx@sigxcpu.org>
 
30386
CommitDate: Tue Apr 2 21:49:54 2013 +0200
26699
30387
 
26700
30388
    codegen: Avoid warnings when the generated client code is built
26701
30389
    with -Wunused-parameter
26707
30395
 1 file changed, 26 insertions(+), 26 deletions(-)
26708
30396
 
26709
30397
commit e359130e3ec840b72628253d0bde44144225fa1a
26710
 
Author: Colin Walters <walters@verbum.org>
26711
 
Date:   Tue Apr 2 14:10:15 2013 -0400
 
30398
Author:     Colin Walters <walters@verbum.org>
 
30399
AuthorDate: Tue Apr 2 14:10:15 2013 -0400
 
30400
Commit:     Colin Walters <walters@verbum.org>
 
30401
CommitDate: Tue Apr 2 14:14:42 2013 -0400
26712
30402
 
26713
30403
    ghash: Suppress -Wmaybe-uninitialized from GCC 4.4
26714
30404
 
26721
30411
 1 file changed, 2 insertions(+), 2 deletions(-)
26722
30412
 
26723
30413
commit 8cddb54659582042eaede0da158c3ab40105bada
26724
 
Author: Ryan Lortie <desrt@desrt.ca>
26725
 
Date:   Mon Apr 1 15:01:20 2013 -0400
 
30414
Author:     Ryan Lortie <desrt@desrt.ca>
 
30415
AuthorDate: Mon Apr 1 15:01:20 2013 -0400
 
30416
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30417
CommitDate: Mon Apr 1 16:53:54 2013 -0400
26726
30418
 
26727
30419
    gaction: add parser for detailed action names
26728
30420
 
26744
30436
 5 files changed, 196 insertions(+), 21 deletions(-)
26745
30437
 
26746
30438
commit e1fdd59f08b3072464b5374b62146fd69014ef77
26747
 
Author: Ryan Lortie <desrt@desrt.ca>
26748
 
Date:   Mon Apr 1 16:53:33 2013 -0400
 
30439
Author:     Ryan Lortie <desrt@desrt.ca>
 
30440
AuthorDate: Mon Apr 1 16:53:33 2013 -0400
 
30441
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30442
CommitDate: Mon Apr 1 16:53:53 2013 -0400
26749
30443
 
26750
30444
    Add GLib 2.38 version macros
26751
30445
 
26753
30447
 1 file changed, 24 insertions(+)
26754
30448
 
26755
30449
commit 1011e4269f2c1bb16ad0a72b4b92abaf625c6b56
26756
 
Author: Hib Eris <hib@hiberis.nl>
26757
 
Date:   Sun Mar 31 16:40:34 2013 +0200
 
30450
Author:     Hib Eris <hib@hiberis.nl>
 
30451
AuthorDate: Sun Mar 31 16:40:34 2013 +0200
 
30452
Commit:     Hib Eris <hib@hiberis.nl>
 
30453
CommitDate: Mon Apr 1 08:48:36 2013 +0200
26758
30454
 
26759
30455
    Fix compile error in gdbusmessage.c for win64
26760
30456
 
26764
30460
 1 file changed, 1 insertion(+), 1 deletion(-)
26765
30461
 
26766
30462
commit 2c8008a905df7a67e18ec9642ac7d7905da3f3ce
26767
 
Author: Xan Lopez <xan@igalia.com>
26768
 
Date:   Tue Mar 26 19:19:41 2013 +0100
 
30463
Author:     Xan Lopez <xan@igalia.com>
 
30464
AuthorDate: Tue Mar 26 19:19:41 2013 +0100
 
30465
Commit:     Xan Lopez <xan@igalia.com>
 
30466
CommitDate: Tue Mar 26 19:19:41 2013 +0100
26769
30467
 
26770
30468
    gtask: free error on finalize if it's set
26771
30469
 
26775
30473
 1 file changed, 3 insertions(+)
26776
30474
 
26777
30475
commit fdd3cf921cf32ac5d281df025b45f888cb93d9ff
26778
 
Author: Murray Cumming <murrayc@murrayc.com>
26779
 
Date:   Tue Mar 26 10:51:48 2013 +0100
 
30476
Author:     Murray Cumming <murrayc@murrayc.com>
 
30477
AuthorDate: Tue Mar 26 10:51:48 2013 +0100
 
30478
Commit:     Murray Cumming <murrayc@murrayc.com>
 
30479
CommitDate: Tue Mar 26 10:51:48 2013 +0100
26780
30480
 
26781
30481
    Fix tiny docs typo.
26782
30482
 
26784
30484
 1 file changed, 1 insertion(+), 1 deletion(-)
26785
30485
 
26786
30486
commit 812bb6cff04f1451c76924b257dcac7c8a1d531c
26787
 
Author: Ryan Lortie <desrt@desrt.ca>
26788
 
Date:   Mon Mar 25 17:49:20 2013 -0400
 
30487
Author:     Ryan Lortie <desrt@desrt.ca>
 
30488
AuthorDate: Mon Mar 25 17:49:20 2013 -0400
 
30489
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30490
CommitDate: Mon Mar 25 17:49:20 2013 -0400
26789
30491
 
26790
30492
    bump version for start of unstable branch
26791
30493
 
26793
30495
 1 file changed, 1 insertion(+), 1 deletion(-)
26794
30496
 
26795
30497
commit bea56fc270883a6705b377f9c933a3080b901362
26796
 
Author: Ryan Lortie <desrt@desrt.ca>
26797
 
Date:   Mon Mar 25 17:39:21 2013 -0400
 
30498
Author:     Ryan Lortie <desrt@desrt.ca>
 
30499
AuthorDate: Mon Mar 25 17:39:21 2013 -0400
 
30500
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30501
CommitDate: Mon Mar 25 17:39:21 2013 -0400
26798
30502
 
26799
30503
    GLib 2.36.0
26800
30504
 
26803
30507
 2 files changed, 34 insertions(+), 2 deletions(-)
26804
30508
 
26805
30509
commit 978571d854922d12050e17d618e747ebdb4ff0a8
26806
 
Author: Colin Walters <walters@verbum.org>
26807
 
Date:   Sun Mar 17 18:33:59 2013 -0400
 
30510
Author:     Colin Walters <walters@verbum.org>
 
30511
AuthorDate: Sun Mar 17 18:33:59 2013 -0400
 
30512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30513
CommitDate: Mon Mar 25 16:32:39 2013 -0400
26808
30514
 
26809
30515
    g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissions
26810
30516
 
26826
30532
 2 files changed, 67 insertions(+), 7 deletions(-)
26827
30533
 
26828
30534
commit ef2aa88a4f5febd34e89b0101872d513c78ca7f5
26829
 
Author: Ani Peter <apeter@redhat.com>
26830
 
Date:   Mon Mar 25 23:08:52 2013 +0530
 
30535
Author:     Ani Peter <apeter@redhat.com>
 
30536
AuthorDate: Mon Mar 25 23:08:52 2013 +0530
 
30537
Commit:     Ani Peter <apeter@redhat.com>
 
30538
CommitDate: Mon Mar 25 23:11:43 2013 +0530
26831
30539
 
26832
30540
    Completed for Malayalam
26833
30541
 
26836
30544
 1 file changed, 3377 insertions(+), 2738 deletions(-)
26837
30545
 
26838
30546
commit d428084e4e3ab30fe56b77579c817fa2f8cf7c13
26839
 
Author: A S Alam <aalam@users.sf.net>
26840
 
Date:   Mon Mar 25 22:50:00 2013 +0530
 
30547
Author:     A S Alam <aalam@users.sf.net>
 
30548
AuthorDate: Mon Mar 25 22:50:00 2013 +0530
 
30549
Commit:     A S Alam <aalam@users.sf.net>
 
30550
CommitDate: Mon Mar 25 22:50:00 2013 +0530
26841
30551
 
26842
30552
    Punjabi: Translation updated (aalam)
26843
30553
 
26846
30556
 1 file changed, 195 insertions(+), 198 deletions(-)
26847
30557
 
26848
30558
commit 9d1a4343b1427ce5f70c5b27dd3b77b4b6451182
26849
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
26850
 
Date:   Mon Mar 25 15:26:55 2013 +0530
 
30559
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
30560
AuthorDate: Mon Mar 25 15:26:55 2013 +0530
 
30561
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
30562
CommitDate: Mon Mar 25 15:27:44 2013 +0530
26851
30563
 
26852
30564
    Updated Telugu Translations
26853
30565
 
26856
30568
 1 file changed, 440 insertions(+), 415 deletions(-)
26857
30569
 
26858
30570
commit 21c99744ff723cd58133eb62e81637d5b7983e72
26859
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
26860
 
Date:   Wed Nov 28 16:06:58 2012 +0530
 
30571
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
30572
AuthorDate: Wed Nov 28 16:06:58 2012 +0530
 
30573
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
30574
CommitDate: Mon Mar 25 15:27:43 2013 +0530
26861
30575
 
26862
30576
    Updated Telugu Translations
26863
30577
 
26866
30580
 1 file changed, 417 insertions(+), 405 deletions(-)
26867
30581
 
26868
30582
commit 09fcd1a2dfcb961cc5030377f71cd4febce0fed7
26869
 
Author: Murray Cumming <murrayc@murrayc.com>
26870
 
Date:   Mon Mar 25 10:16:49 2013 +0100
 
30583
Author:     Murray Cumming <murrayc@murrayc.com>
 
30584
AuthorDate: Mon Mar 25 10:16:49 2013 +0100
 
30585
Commit:     Murray Cumming <murrayc@murrayc.com>
 
30586
CommitDate: Mon Mar 25 10:16:49 2013 +0100
26871
30587
 
26872
30588
    Corrected some GLIB_AVAILABLE_IN_*
26873
30589
 
26875
30591
 1 file changed, 5 insertions(+), 5 deletions(-)
26876
30592
 
26877
30593
commit c63d7ce89f60b67eed8e723cfd14d3bb1378244e
26878
 
Author: Petr Kovar <pkovar@redhat.com>
26879
 
Date:   Sun Mar 24 20:20:55 2013 +0100
 
30594
Author:     Petr Kovar <pkovar@redhat.com>
 
30595
AuthorDate: Sun Mar 24 20:20:55 2013 +0100
 
30596
Commit:     Petr Kovar <pkovar@redhat.com>
 
30597
CommitDate: Sun Mar 24 20:20:55 2013 +0100
26880
30598
 
26881
30599
    Update Czech translation
26882
30600
 
26885
30603
 1 file changed, 701 insertions(+), 694 deletions(-)
26886
30604
 
26887
30605
commit beae47d838d7e7912ea7716ba4177f286c95a270
26888
 
Author: Guido Günther <agx@sigxcpu.org>
26889
 
Date:   Sat Mar 23 12:41:15 2013 +0100
 
30606
Author:     Guido Günther <agx@sigxcpu.org>
 
30607
AuthorDate: Sat Mar 23 12:41:15 2013 +0100
 
30608
Commit:     Guido Günther <agx@sigxcpu.org>
 
30609
CommitDate: Sun Mar 24 16:27:01 2013 +0100
26890
30610
 
26891
30611
    Init padding to NULL to avoid a missing initializer warning
26892
30612
 
26905
30625
 1 file changed, 2 insertions(+), 1 deletion(-)
26906
30626
 
26907
30627
commit 82f29a0204b07e92889f49a7ed215c2ffd0c2755
26908
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
26909
 
Date:   Sat Mar 23 21:12:04 2013 +0400
 
30628
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
30629
AuthorDate: Sat Mar 23 21:12:04 2013 +0400
 
30630
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
30631
CommitDate: Sat Mar 23 21:12:04 2013 +0400
26910
30632
 
26911
30633
    Updated Russian translation
26912
30634
 
26915
30637
 1 file changed, 688 insertions(+), 659 deletions(-)
26916
30638
 
26917
30639
commit 159e923d168ed23153e5ef3b2c5ac423e4f8563f
26918
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
26919
 
Date:   Sat Mar 23 19:10:01 2013 +0900
 
30640
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
30641
AuthorDate: Sat Mar 23 19:10:01 2013 +0900
 
30642
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
30643
CommitDate: Sat Mar 23 19:10:01 2013 +0900
26920
30644
 
26921
30645
    [l10n] Update Japanese translation
26922
30646
 
26925
30649
 1 file changed, 72 insertions(+), 76 deletions(-)
26926
30650
 
26927
30651
commit 05b3787cda1afb14946929e2aef64b62bce08225
26928
 
Author: ManojKumar Giri <mgiri@redhat.com>
26929
 
Date:   Fri Mar 22 18:26:42 2013 +0530
 
30652
Author:     ManojKumar Giri <mgiri@redhat.com>
 
30653
AuthorDate: Fri Mar 22 18:26:42 2013 +0530
 
30654
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
30655
CommitDate: Fri Mar 22 18:26:42 2013 +0530
26930
30656
 
26931
30657
    Updated Odia Language along with FUEL implementation
26932
30658
 
26934
30660
 1 file changed, 3 insertions(+), 3 deletions(-)
26935
30661
 
26936
30662
commit fe6e7f7bc6bd9cff32efe00d0c288ac15e37bb82
26937
 
Author: ManojKumar Giri <mgiri@redhat.com>
26938
 
Date:   Fri Mar 22 18:22:51 2013 +0530
 
30663
Author:     ManojKumar Giri <mgiri@redhat.com>
 
30664
AuthorDate: Fri Mar 22 18:22:51 2013 +0530
 
30665
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
30666
CommitDate: Fri Mar 22 18:22:51 2013 +0530
26939
30667
 
26940
30668
    Updated Odia Language along with FUEL implementation
26941
30669
 
26943
30671
 1 file changed, 6 insertions(+), 6 deletions(-)
26944
30672
 
26945
30673
commit 8431ae42b46eb68267f001a9f2c628e09c8c09c8
26946
 
Author: ManojKumar Giri <mgiri@redhat.com>
26947
 
Date:   Fri Mar 22 18:11:16 2013 +0530
 
30674
Author:     ManojKumar Giri <mgiri@redhat.com>
 
30675
AuthorDate: Fri Mar 22 18:11:16 2013 +0530
 
30676
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
30677
CommitDate: Fri Mar 22 18:11:16 2013 +0530
26948
30678
 
26949
30679
    Updated Odia Language along with FUEL implementation
26950
30680
 
26953
30683
 1 file changed, 717 insertions(+), 736 deletions(-)
26954
30684
 
26955
30685
commit 7f7154ac495012e0022e18ba2dbfabec6a3ee998
26956
 
Author: Sweta Kothari <swkothar@redhat.com>
26957
 
Date:   Fri Mar 22 16:26:24 2013 +0530
 
30686
Author:     Sweta Kothari <swkothar@redhat.com>
 
30687
AuthorDate: Fri Mar 22 16:26:24 2013 +0530
 
30688
Commit:     Sweta Kothari <swkothar@redhat.com>
 
30689
CommitDate: Fri Mar 22 16:27:08 2013 +0530
26958
30690
 
26959
30691
    Updated gujarati file
26960
30692
 
26963
30695
 1 file changed, 42 insertions(+), 70 deletions(-)
26964
30696
 
26965
30697
commit 48e4d01473760d15501097a49b844e9bd69d7fff
26966
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
26967
 
Date:   Fri Mar 22 15:46:01 2013 +0530
 
30698
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
30699
AuthorDate: Fri Mar 22 15:46:01 2013 +0530
 
30700
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
30701
CommitDate: Fri Mar 22 15:46:01 2013 +0530
26968
30702
 
26969
30703
    Updated Marathi Translations
26970
30704
 
26973
30707
 1 file changed, 693 insertions(+), 656 deletions(-)
26974
30708
 
26975
30709
commit 14fe1ae7b387e6af9ad6a876c3f53ef598bb7dd6
26976
 
Author: Shantha kumar <shkumar@redhat.com>
26977
 
Date:   Fri Mar 22 15:17:35 2013 +0530
 
30710
Author:     Shantha kumar <shkumar@redhat.com>
 
30711
AuthorDate: Fri Mar 22 15:17:35 2013 +0530
 
30712
Commit:     Shantha kumar <shkumar@redhat.com>
 
30713
CommitDate: Fri Mar 22 15:17:35 2013 +0530
26978
30714
 
26979
30715
    Tamil Translations Updated
26980
30716
 
26983
30719
 1 file changed, 353 insertions(+), 330 deletions(-)
26984
30720
 
26985
30721
commit e4eaa14a8eb9ad3f720bb794f8dfef2ae56a2285
26986
 
Author: Murray Cumming <murrayc@murrayc.com>
26987
 
Date:   Thu Mar 21 13:10:36 2013 +0100
 
30722
Author:     Murray Cumming <murrayc@murrayc.com>
 
30723
AuthorDate: Thu Mar 21 13:10:36 2013 +0100
 
30724
Commit:     Murray Cumming <murrayc@murrayc.com>
 
30725
CommitDate: Thu Mar 21 13:11:03 2013 +0100
26988
30726
 
26989
30727
    Corrected a GLIB_AVAILABLE_IN_*
26990
30728
 
26992
30730
 1 file changed, 1 insertion(+), 1 deletion(-)
26993
30731
 
26994
30732
commit a3de65afee7c9eb4519efd51cf0c256d41e6be47
26995
 
Author: Rajesh Ranjan <rranjan@redhat.com>
26996
 
Date:   Thu Mar 21 14:58:09 2013 +0530
 
30733
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
30734
AuthorDate: Thu Mar 21 14:58:09 2013 +0530
 
30735
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
30736
CommitDate: Thu Mar 21 14:58:09 2013 +0530
26997
30737
 
26998
30738
    hindi translation
26999
30739
 
27002
30742
 1 file changed, 698 insertions(+), 702 deletions(-)
27003
30743
 
27004
30744
commit dd0ea5dcc2f7de16d23603ddee93db6c0367d689
27005
 
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
27006
 
Date:   Wed Jan 16 16:26:08 2013 +0900
 
30745
Author:     Tristan Van Berkom <tristan.van.berkom@gmail.com>
 
30746
AuthorDate: Wed Jan 16 16:26:08 2013 +0900
 
30747
Commit:     Tristan Van Berkom <tristan.van.berkom@gmail.com>
 
30748
CommitDate: Thu Mar 21 16:37:21 2013 +0900
27007
30749
 
27008
30750
    Added examples to GTestDBus documentation
27009
30751
 
27014
30756
 3 files changed, 114 insertions(+), 51 deletions(-)
27015
30757
 
27016
30758
commit 7081635b7fe372d2aad418724a99591307cd4bfb
27017
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
27018
 
Date:   Thu Mar 21 00:22:58 2013 +0100
 
30759
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
30760
AuthorDate: Thu Mar 21 00:22:58 2013 +0100
 
30761
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
30762
CommitDate: Thu Mar 21 00:22:58 2013 +0100
27019
30763
 
27020
30764
    Updated Hungarian translation
27021
30765
 
27024
30768
 1 file changed, 797 insertions(+), 752 deletions(-)
27025
30769
 
27026
30770
commit ed95b01d896196ca1ee63a9354238ea6c5320d00
27027
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
27028
 
Date:   Wed Mar 20 09:35:28 2013 +0100
 
30771
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
30772
AuthorDate: Wed Mar 20 09:35:28 2013 +0100
 
30773
Commit:     dooteo <dooteo@deb01.zundan.com>
 
30774
CommitDate: Wed Mar 20 09:35:28 2013 +0100
27029
30775
 
27030
30776
    Updated Basque language
27031
30777
 
27034
30780
 1 file changed, 1107 insertions(+), 902 deletions(-)
27035
30781
 
27036
30782
commit 9f758c29b2f396f43324437ad23cbfd30d19afd4
27037
 
Author: Victor Ibragimov <victor.ibragimov@gmail.com>
27038
 
Date:   Tue Mar 19 22:30:07 2013 +0100
 
30783
Author:     Victor Ibragimov <victor.ibragimov@gmail.com>
 
30784
AuthorDate: Tue Mar 19 22:30:07 2013 +0100
 
30785
Commit:     Gil Forcada <gforcada@gnome.org>
 
30786
CommitDate: Tue Mar 19 22:30:20 2013 +0100
27039
30787
 
27040
30788
    [l10n] Added Tadjik translation
27041
30789
 
27045
30793
 2 files changed, 4163 insertions(+)
27046
30794
 
27047
30795
commit 4c6c093b3600d5bc7f649a7dcc89486e38bd31e8
27048
 
Author: Ryan Lortie <desrt@desrt.ca>
27049
 
Date:   Mon Mar 18 23:28:27 2013 -0400
 
30796
Author:     Ryan Lortie <desrt@desrt.ca>
 
30797
AuthorDate: Mon Mar 18 23:28:27 2013 -0400
 
30798
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30799
CommitDate: Mon Mar 18 23:28:27 2013 -0400
27050
30800
 
27051
30801
    More clean up for Unicode corrigendum #9
27052
30802
 
27056
30806
 1 file changed, 2 insertions(+), 12 deletions(-)
27057
30807
 
27058
30808
commit 11bb67bbdac1fe4eaacbc1211d637e3276a0e3eb
27059
 
Author: Ryan Lortie <desrt@desrt.ca>
27060
 
Date:   Mon Mar 18 23:01:08 2013 -0400
 
30809
Author:     Ryan Lortie <desrt@desrt.ca>
 
30810
AuthorDate: Mon Mar 18 23:01:08 2013 -0400
 
30811
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30812
CommitDate: Mon Mar 18 23:01:08 2013 -0400
27061
30813
 
27062
30814
    Small NEWS change
27063
30815
 
27065
30817
 1 file changed, 1 insertion(+), 1 deletion(-)
27066
30818
 
27067
30819
commit a8939a67dea9af04cd2735fd05944da764857d7b
27068
 
Author: Ryan Lortie <desrt@desrt.ca>
27069
 
Date:   Mon Mar 18 22:57:55 2013 -0400
 
30820
Author:     Ryan Lortie <desrt@desrt.ca>
 
30821
AuthorDate: Mon Mar 18 22:57:55 2013 -0400
 
30822
Commit:     Ryan Lortie <desrt@desrt.ca>
 
30823
CommitDate: Mon Mar 18 22:57:55 2013 -0400
27070
30824
 
27071
30825
    tests: remove a pair of testcases that fail in en_CA
27072
30826
 
27077
30831
 1 file changed, 12 deletions(-)
27078
30832
 
27079
30833
commit 366b0481be429a0c9f6038a2c15dd2d135beef68
27080
 
Author: Ján Kyselica <kyselica.jan@gmail.com>
27081
 
Date:   Mon Mar 18 21:22:18 2013 +0100
 
30834
Author:     Ján Kyselica <kyselica.jan@gmail.com>
 
30835
AuthorDate: Mon Mar 18 21:22:18 2013 +0100
 
30836
Commit:     Peter Mráz <etkinator@gmail.com>
 
30837
CommitDate: Mon Mar 18 21:22:18 2013 +0100
27082
30838
 
27083
30839
    Updated slovak translation
27084
30840
 
27087
30843
 1 file changed, 45 insertions(+), 37 deletions(-)
27088
30844
 
27089
30845
commit 3e41aba011c4d47fa8cdf4b685baf95179a94ae5
27090
 
Author: Matthias Clasen <mclasen@redhat.com>
27091
 
Date:   Mon Mar 18 15:23:07 2013 -0400
 
30846
Author:     Matthias Clasen <mclasen@redhat.com>
 
30847
AuthorDate: Mon Mar 18 15:23:07 2013 -0400
 
30848
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30849
CommitDate: Mon Mar 18 15:23:07 2013 -0400
27092
30850
 
27093
30851
    Another update
27094
30852
 
27096
30854
 1 file changed, 34 insertions(+)
27097
30855
 
27098
30856
commit 9863cce079e8ece11cce61902d6ea08c6780467a
27099
 
Author: Christian Persch <chpe@gnome.org>
27100
 
Date:   Mon Mar 18 14:01:28 2013 +0100
 
30857
Author:     Christian Persch <chpe@gnome.org>
 
30858
AuthorDate: Mon Mar 18 14:01:28 2013 +0100
 
30859
Commit:     Christian Persch <chpe@gnome.org>
 
30860
CommitDate: Mon Mar 18 14:11:05 2013 +0100
27101
30861
 
27102
30862
    goption: g_option_context_new allows NULL for parameter_string
27103
30863
 
27105
30865
 1 file changed, 1 insertion(+), 1 deletion(-)
27106
30866
 
27107
30867
commit cc092232aaedd24ad4757c22803e91e65e61e46d
27108
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
27109
 
Date:   Mon Mar 18 16:52:36 2013 +0800
 
30868
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
30869
AuthorDate: Mon Mar 18 16:52:36 2013 +0800
 
30870
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
30871
CommitDate: Mon Mar 18 16:52:36 2013 +0800
27110
30872
 
27111
30873
    Update Visual Studio property sheets
27112
30874
 
27117
30879
 2 files changed, 3 insertions(+)
27118
30880
 
27119
30881
commit 5825dd864b965d4bf32f87cd042d5bb60850eaa7
27120
 
Author: Matthias Clasen <mclasen@redhat.com>
27121
 
Date:   Sun Mar 17 23:30:34 2013 -0400
 
30882
Author:     Matthias Clasen <mclasen@redhat.com>
 
30883
AuthorDate: Sun Mar 17 23:30:34 2013 -0400
 
30884
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30885
CommitDate: Sun Mar 17 23:30:34 2013 -0400
27122
30886
 
27123
30887
    g_hash_table_get_keys: Improve docs slightly
27124
30888
 
27128
30892
 1 file changed, 2 insertions(+), 2 deletions(-)
27129
30893
 
27130
30894
commit d59acb701e8ab80f51f19dc9ec9d5145fc4fc2e7
27131
 
Author: Matthias Clasen <mclasen@redhat.com>
27132
 
Date:   Sun Mar 17 23:01:21 2013 -0400
 
30895
Author:     Matthias Clasen <mclasen@redhat.com>
 
30896
AuthorDate: Sun Mar 17 23:01:21 2013 -0400
 
30897
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30898
CommitDate: Sun Mar 17 23:01:21 2013 -0400
27133
30899
 
27134
30900
    Small cleanup to tutorial headings
27135
30901
 
27140
30906
 1 file changed, 2 insertions(+), 2 deletions(-)
27141
30907
 
27142
30908
commit 0a13464df86ac2c68c52686451ce250f2e454d3a
27143
 
Author: David King <amigadave@amigadave.com>
27144
 
Date:   Fri Feb 17 14:54:31 2012 +0000
 
30909
Author:     David King <amigadave@amigadave.com>
 
30910
AuthorDate: Fri Feb 17 14:54:31 2012 +0000
 
30911
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30912
CommitDate: Sun Mar 17 22:58:03 2013 -0400
27145
30913
 
27146
30914
    docs: Elaborate replacement for g_strncasecmp
27147
30915
 
27151
30919
 1 file changed, 3 insertions(+), 2 deletions(-)
27152
30920
 
27153
30921
commit 9a08d81b0d58d78e7f2353a088690d8d243d4425
27154
 
Author: David Schleef <ds@schleef.org>
27155
 
Date:   Sun Mar 17 15:56:17 2013 -0700
 
30922
Author:     David Schleef <ds@schleef.org>
 
30923
AuthorDate: Sun Mar 17 15:56:17 2013 -0700
 
30924
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30925
CommitDate: Sun Mar 17 22:48:53 2013 -0400
27156
30926
 
27157
30927
    Add warning to g_base64_decode()
27158
30928
 
27162
30932
 1 file changed, 3 insertions(+), 1 deletion(-)
27163
30933
 
27164
30934
commit a8811fb86477d162379694eb8a4480a11ee8cc71
27165
 
Author: Patrick Ohly <patrick.ohly@intel.com>
27166
 
Date:   Thu Mar 7 18:44:44 2013 +0100
 
30935
Author:     Patrick Ohly <patrick.ohly@intel.com>
 
30936
AuthorDate: Thu Mar 7 18:44:44 2013 +0100
 
30937
Commit:     Matthias Clasen <mclasen@redhat.com>
 
30938
CommitDate: Sun Mar 17 22:46:20 2013 -0400
27167
30939
 
27168
30940
    GDBusMethodInvocation: leak and potential crash
27169
30941
 
27184
30956
 1 file changed, 5 insertions(+), 2 deletions(-)
27185
30957
 
27186
30958
commit 1a9567139d56d648eb1fa7b07a660488b6b50435
27187
 
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
27188
 
Date:   Sun Mar 17 20:08:27 2013 +0200
 
30959
Author:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
30960
AuthorDate: Sun Mar 17 20:08:27 2013 +0200
 
30961
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
30962
CommitDate: Sun Mar 17 20:08:27 2013 +0200
27189
30963
 
27190
30964
    Updated Latvian translation
27191
30965
 
27194
30968
 1 file changed, 698 insertions(+), 656 deletions(-)
27195
30969
 
27196
30970
commit a484b6205d079cf1bdfef99fd6c52efb0c0e31c9
27197
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
27198
 
Date:   Sun Mar 17 16:40:46 2013 +0300
 
30971
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
30972
AuthorDate: Sun Mar 17 16:40:46 2013 +0300
 
30973
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
30974
CommitDate: Sun Mar 17 16:40:46 2013 +0300
27199
30975
 
27200
30976
    Updated Belarusian translation.
27201
30977
 
27203
30979
 1 file changed, 6 insertions(+), 1 deletion(-)
27204
30980
 
27205
30981
commit 9a8bae80360a12f7641b0bf33f0e46f30bad1b1b
27206
 
Author: Gheyret Kenji <gheyret@gmail.com>
27207
 
Date:   Sun Mar 17 13:54:19 2013 +0900
 
30982
Author:     Gheyret Kenji <gheyret@gmail.com>
 
30983
AuthorDate: Sun Mar 17 13:54:19 2013 +0900
 
30984
Commit:     Gheyret Kenji <gheyret@gmail.com>
 
30985
CommitDate: Sun Mar 17 13:54:19 2013 +0900
27208
30986
 
27209
30987
    Updated Uyghur translation
27210
30988
 
27214
30992
 1 file changed, 6 insertions(+), 9 deletions(-)
27215
30993
 
27216
30994
commit 255c65f83c1515a7e3fc4609b36e72acc08a79e4
27217
 
Author: Stephan Bergmann <sbergman@redhat.com>
27218
 
Date:   Fri Mar 15 17:30:24 2013 +0100
 
30995
Author:     Stephan Bergmann <sbergman@redhat.com>
 
30996
AuthorDate: Fri Mar 15 17:30:24 2013 +0100
 
30997
Commit:     Colin Walters <walters@verbum.org>
 
30998
CommitDate: Fri Mar 15 12:51:49 2013 -0400
27219
30999
 
27220
31000
    gmacros: Ensure GUINT32/64_SWAP_LE_BE macros parenthesize arguments
27221
31001
 
27237
31017
 1 file changed, 2 insertions(+), 2 deletions(-)
27238
31018
 
27239
31019
commit 55a235d377f8da416834156b89c7f5b98b02583b
27240
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
27241
 
Date:   Fri Mar 15 12:55:57 2013 +0000
 
31020
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
31021
AuthorDate: Fri Mar 15 12:55:57 2013 +0000
 
31022
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
31023
CommitDate: Fri Mar 15 12:55:57 2013 +0000
27242
31024
 
27243
31025
    Updated Portuguese translation and converted to New Spelling (Novo AO)
27244
31026
 
27247
31029
 1 file changed, 802 insertions(+), 777 deletions(-)
27248
31030
 
27249
31031
commit e3c2d030922d1cab1eab45d3695622ccf0a736e6
27250
 
Author: Sébastien Wilmet <swilmet@gnome.org>
27251
 
Date:   Thu Mar 14 23:24:18 2013 +0100
 
31032
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
31033
AuthorDate: Thu Mar 14 23:24:18 2013 +0100
 
31034
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
31035
CommitDate: Fri Mar 15 09:07:30 2013 +0100
27252
31036
 
27253
31037
    Doc: clarify set_property() vfunc
27254
31038
 
27261
31045
 1 file changed, 4 insertions(+), 3 deletions(-)
27262
31046
 
27263
31047
commit e5690794146d7a0db7683ecd783b621b33cf2c52
27264
 
Author: Sébastien Wilmet <swilmet@gnome.org>
27265
 
Date:   Thu Mar 14 22:56:54 2013 +0100
 
31048
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
31049
AuthorDate: Thu Mar 14 22:56:54 2013 +0100
 
31050
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
31051
CommitDate: Fri Mar 15 09:07:29 2013 +0100
27266
31052
 
27267
31053
    Doc: clarify a bit g_signal_connect_object()
27268
31054
 
27275
31061
 1 file changed, 1 insertion(+), 1 deletion(-)
27276
31062
 
27277
31063
commit 2c566aa09ebffb379e34136b33bcaf7f87ec331c
27278
 
Author: Martin Srebotnjak <miles@filmsi.net>
27279
 
Date:   Thu Mar 14 23:17:33 2013 +0100
 
31064
Author:     Martin Srebotnjak <miles@filmsi.net>
 
31065
AuthorDate: Thu Mar 14 23:17:33 2013 +0100
 
31066
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
31067
CommitDate: Thu Mar 14 23:17:33 2013 +0100
27280
31068
 
27281
31069
    Updated Slovenian translation
27282
31070
 
27285
31073
 1 file changed, 601 insertions(+), 608 deletions(-)
27286
31074
 
27287
31075
commit 2d1456b0ed8014a55f806b6cab106c0969794486
27288
 
Author: Sweta Kothari <swkothar@redhat.com>
27289
 
Date:   Thu Mar 14 16:28:11 2013 +0530
 
31076
Author:     Sweta Kothari <swkothar@redhat.com>
 
31077
AuthorDate: Thu Mar 14 16:28:11 2013 +0530
 
31078
Commit:     Sweta Kothari <swkothar@redhat.com>
 
31079
CommitDate: Thu Mar 14 16:28:11 2013 +0530
27290
31080
 
27291
31081
    Updated gujarati file
27292
31082
 
27295
31085
 1 file changed, 208 insertions(+), 165 deletions(-)
27296
31086
 
27297
31087
commit a0a68efc1e7d3e4ec81e1cd97a6337d77a15afff
27298
 
Author: Sweta Kothari <swkothar@redhat.com>
27299
 
Date:   Thu Mar 14 15:24:20 2013 +0530
 
31088
Author:     Sweta Kothari <swkothar@redhat.com>
 
31089
AuthorDate: Thu Mar 14 15:24:20 2013 +0530
 
31090
Commit:     Sweta Kothari <swkothar@redhat.com>
 
31091
CommitDate: Thu Mar 14 15:24:20 2013 +0530
27300
31092
 
27301
31093
    Updated gujarati file
27302
31094
 
27305
31097
 1 file changed, 734 insertions(+), 674 deletions(-)
27306
31098
 
27307
31099
commit 605c4ca24ef0cbfdee5775526399f217f659faea
27308
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
27309
 
Date:   Mon Mar 4 20:03:26 2013 +0100
 
31100
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
31101
AuthorDate: Mon Mar 4 20:03:26 2013 +0100
 
31102
Commit:     Ryan Lortie <desrt@desrt.ca>
 
31103
CommitDate: Wed Mar 13 09:41:09 2013 -0400
27310
31104
 
27311
31105
    live-g-file: test hidden files
27312
31106
 
27319
31113
 1 file changed, 36 insertions(+)
27320
31114
 
27321
31115
commit 3902006a5b043ad418ff5ee1542d54c678280db8
27322
 
Author: Ryan Lortie <desrt@desrt.ca>
27323
 
Date:   Tue Mar 12 12:53:42 2013 -0400
 
31116
Author:     Ryan Lortie <desrt@desrt.ca>
 
31117
AuthorDate: Tue Mar 12 12:53:42 2013 -0400
 
31118
Commit:     Ryan Lortie <desrt@desrt.ca>
 
31119
CommitDate: Wed Mar 13 09:41:03 2013 -0400
27324
31120
 
27325
31121
    glocalfileinfo: Stop using PATH_MAX for .hidden
27326
31122
 
27344
31140
 1 file changed, 13 insertions(+), 19 deletions(-)
27345
31141
 
27346
31142
commit 8028f54c9c66b7e483ff658e082062ad5275f264
27347
 
Author: Gheyret Kenji <gheyret@gmail.com>
27348
 
Date:   Wed Mar 13 20:48:15 2013 +0900
 
31143
Author:     Gheyret Kenji <gheyret@gmail.com>
 
31144
AuthorDate: Wed Mar 13 20:48:15 2013 +0900
 
31145
Commit:     Gheyret Kenji <gheyret@gmail.com>
 
31146
CommitDate: Wed Mar 13 20:48:15 2013 +0900
27349
31147
 
27350
31148
    Updated Uyghur translation
27351
31149
 
27355
31153
 1 file changed, 4 insertions(+), 4 deletions(-)
27356
31154
 
27357
31155
commit 498d907bcbc36fe5c1ac55e1a93b08594852c434
27358
 
Author: Gheyret Kenji <gheyret@gmail.com>
27359
 
Date:   Wed Mar 13 20:39:02 2013 +0900
 
31156
Author:     Gheyret Kenji <gheyret@gmail.com>
 
31157
AuthorDate: Wed Mar 13 20:39:02 2013 +0900
 
31158
Commit:     Gheyret Kenji <gheyret@gmail.com>
 
31159
CommitDate: Wed Mar 13 20:39:02 2013 +0900
27360
31160
 
27361
31161
    Updated Uyghur translation
27362
31162
 
27367
31167
 1 file changed, 283 insertions(+), 238 deletions(-)
27368
31168
 
27369
31169
commit 4db7e5ea0d73e895db442501e3cf07e2e600d03f
27370
 
Author: Joe Hansen <joedalton2@yahoo.dk>
27371
 
Date:   Tue Mar 12 23:14:39 2013 +0100
 
31170
Author:     Joe Hansen <joedalton2@yahoo.dk>
 
31171
AuthorDate: Tue Mar 12 23:14:39 2013 +0100
 
31172
Commit:     KennethNielsen <k.nielsen81@gmail.com>
 
31173
CommitDate: Tue Mar 12 23:14:39 2013 +0100
27372
31174
 
27373
31175
    Updated Danish translation
27374
31176
 
27377
31179
 1 file changed, 674 insertions(+), 645 deletions(-)
27378
31180
 
27379
31181
commit ee8d54b0cfc75f828b250504cfc9092e6ccf2a00
27380
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
27381
 
Date:   Tue Mar 12 23:02:33 2013 +0100
 
31182
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
31183
AuthorDate: Tue Mar 12 23:02:33 2013 +0100
 
31184
Commit:     Gil Forcada <gforcada@gnome.org>
 
31185
CommitDate: Tue Mar 12 23:02:33 2013 +0100
27382
31186
 
27383
31187
    [l10n] Updated Catalan (Valencian) translation
27384
31188
 
27387
31191
 1 file changed, 687 insertions(+), 659 deletions(-)
27388
31192
 
27389
31193
commit 7b7cf945773c532770f7895724405c795f5f94c7
27390
 
Author: Gil Forcada <gforcada@gnome.org>
27391
 
Date:   Tue Mar 12 23:02:24 2013 +0100
 
31194
Author:     Gil Forcada <gforcada@gnome.org>
 
31195
AuthorDate: Tue Mar 12 23:02:24 2013 +0100
 
31196
Commit:     Gil Forcada <gforcada@gnome.org>
 
31197
CommitDate: Tue Mar 12 23:02:24 2013 +0100
27392
31198
 
27393
31199
    [l10n] Updated Catalan translation
27394
31200
 
27397
31203
 1 file changed, 686 insertions(+), 658 deletions(-)
27398
31204
 
27399
31205
commit 5131421c09706658d1b33e9e5fc39210dcbfd0a9
27400
 
Author: Claude Paroz <claude@2xlibre.net>
27401
 
Date:   Tue Mar 12 18:17:12 2013 +0100
 
31206
Author:     Claude Paroz <claude@2xlibre.net>
 
31207
AuthorDate: Tue Mar 12 18:17:12 2013 +0100
 
31208
Commit:     Claude Paroz <claude@2xlibre.net>
 
31209
CommitDate: Tue Mar 12 18:17:12 2013 +0100
27402
31210
 
27403
31211
    Updated French translation
27404
31212
 
27407
31215
 1 file changed, 676 insertions(+), 656 deletions(-)
27408
31216
 
27409
31217
commit e359bc09c2dc2f4feca1f4aec2ca6602aef870d1
27410
 
Author: Ryan Lortie <desrt@desrt.ca>
27411
 
Date:   Tue Mar 12 12:32:16 2013 -0400
 
31218
Author:     Ryan Lortie <desrt@desrt.ca>
 
31219
AuthorDate: Tue Mar 12 12:32:16 2013 -0400
 
31220
Commit:     Ryan Lortie <desrt@desrt.ca>
 
31221
CommitDate: Tue Mar 12 12:46:18 2013 -0400
27412
31222
 
27413
31223
    tests: clean up for Unicode corrigendum #9
27414
31224
 
27429
31239
 1 file changed, 2 insertions(+), 4 deletions(-)
27430
31240
 
27431
31241
commit a839dc5df6e16dd060490091ed00c4c7781f5ddd
27432
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
27433
 
Date:   Tue Mar 12 18:23:29 2013 +0530
 
31242
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
31243
AuthorDate: Tue Mar 12 18:23:29 2013 +0530
 
31244
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
31245
CommitDate: Tue Mar 12 18:24:22 2013 +0530
27434
31246
 
27435
31247
    Assamese translation updated for gnome 3.8
27436
31248
 
27439
31251
 1 file changed, 306 insertions(+), 299 deletions(-)
27440
31252
 
27441
31253
commit 97050e503fc012239b61bef70df4e8f7586e3b7c
27442
 
Author: Martin Pitt <martinpitt@gnome.org>
27443
 
Date:   Mon Mar 11 09:29:34 2013 +0100
 
31254
Author:     Martin Pitt <martinpitt@gnome.org>
 
31255
AuthorDate: Mon Mar 11 09:29:34 2013 +0100
 
31256
Commit:     Martin Pitt <martinpitt@gnome.org>
 
31257
CommitDate: Tue Mar 12 07:07:07 2013 +0100
27444
31258
 
27445
31259
    Fix /appinfo/mime tests
27446
31260
 
27460
31274
 1 file changed, 31 insertions(+), 5 deletions(-)
27461
31275
 
27462
31276
commit 48b18041c119cfa28488663d044158f1502ee379
27463
 
Author: Milo Casagrande <milo@ubuntu.com>
27464
 
Date:   Mon Mar 11 22:08:36 2013 +0100
 
31277
Author:     Milo Casagrande <milo@ubuntu.com>
 
31278
AuthorDate: Mon Mar 11 22:08:36 2013 +0100
 
31279
Commit:     Milo Casagrande <milo@ubuntu.com>
 
31280
CommitDate: Mon Mar 11 22:08:36 2013 +0100
27465
31281
 
27466
31282
    [l10n] Updated Italian translation.
27467
31283
 
27470
31286
 1 file changed, 51 insertions(+), 46 deletions(-)
27471
31287
 
27472
31288
commit 40026bce914d7525f4b8e9f0e60058fcaee97077
27473
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
27474
 
Date:   Mon Mar 11 21:54:50 2013 +0100
 
31289
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
31290
AuthorDate: Mon Mar 11 21:54:50 2013 +0100
 
31291
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
31292
CommitDate: Mon Mar 11 21:54:50 2013 +0100
27475
31293
 
27476
31294
    Updated Galician translations
27477
31295
 
27479
31297
 1 file changed, 7 insertions(+), 2 deletions(-)
27480
31298
 
27481
31299
commit 1c10773d681e92c1e44a97c8ff9e0e2e977b578a
27482
 
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
27483
 
Date:   Tue Mar 12 02:22:06 2013 +0900
 
31300
Author:     Seong-ho Cho <darkcircle.0426@gmail.com>
 
31301
AuthorDate: Tue Mar 12 02:22:06 2013 +0900
 
31302
Commit:     Changwoo Ryu <cwryu@debian.org>
 
31303
CommitDate: Tue Mar 12 02:22:43 2013 +0900
27484
31304
 
27485
31305
    Updated Korean translation
27486
31306
 
27489
31309
 1 file changed, 702 insertions(+), 698 deletions(-)
27490
31310
 
27491
31311
commit 77798c227841487de7b7fbcfbd115e1492054310
27492
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
27493
 
Date:   Mon Mar 11 18:09:07 2013 +0100
 
31312
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
31313
AuthorDate: Mon Mar 11 18:09:07 2013 +0100
 
31314
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
31315
CommitDate: Mon Mar 11 18:09:07 2013 +0100
27494
31316
 
27495
31317
    Updated Spanish translation
27496
31318
 
27499
31321
 1 file changed, 195 insertions(+), 189 deletions(-)
27500
31322
 
27501
31323
commit f240872cf85a34c29bac18754c6cb1ee562cf3a0
27502
 
Author: Dimitris Spingos <dmtrs32@gmail.com>
27503
 
Date:   Mon Mar 11 17:26:39 2013 +0200
 
31324
Author:     Dimitris Spingos <dmtrs32@gmail.com>
 
31325
AuthorDate: Mon Mar 11 17:26:39 2013 +0200
 
31326
Commit:     Dimitris Spingos <dmtrs32@gmail.com>
 
31327
CommitDate: Mon Mar 11 17:26:39 2013 +0200
27504
31328
 
27505
31329
    Updated Greek translation
27506
31330
 
27508
31332
 1 file changed, 13 insertions(+), 11 deletions(-)
27509
31333
 
27510
31334
commit 5e20ba457de0902175f04fbc68d4035a7c174391
27511
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
27512
 
Date:   Mon Mar 11 11:29:28 2013 +0100
 
31335
Author:     Мирослав Николић
 
31336
<miroslavnikolic@rocketmail.com>
 
31337
AuthorDate: Mon Mar 11 11:29:28 2013 +0100
 
31338
Commit:     Мирослав Николић
 
31339
<miroslavnikolic@rocketmail.com>
 
31340
CommitDate: Mon Mar 11 11:29:28 2013 +0100
27513
31341
 
27514
31342
    Updated Serbian translation
27515
31343
 
27520
31348
 2 files changed, 392 insertions(+), 380 deletions(-)
27521
31349
 
27522
31350
commit 8a8f423629c89f6c7a066bfa5f0e1270508b4999
27523
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
27524
 
Date:   Sun Mar 10 17:06:47 2013 +0100
 
31351
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31352
AuthorDate: Sun Mar 10 17:06:47 2013 +0100
 
31353
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31354
CommitDate: Sun Mar 10 17:06:47 2013 +0100
27525
31355
 
27526
31356
    [l10n] Updated German translation
27527
31357
 
27529
31359
 1 file changed, 8 insertions(+), 2 deletions(-)
27530
31360
 
27531
31361
commit 1da401d7b8a7f3fb0dfd2048980d61482724c415
27532
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
27533
 
Date:   Sun Mar 10 21:55:53 2013 +0900
 
31362
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
31363
AuthorDate: Sun Mar 10 21:55:53 2013 +0900
 
31364
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
31365
CommitDate: Sun Mar 10 21:55:53 2013 +0900
27534
31366
 
27535
31367
    [l10n] Update Japanese translation
27536
31368
 
27539
31371
 1 file changed, 796 insertions(+), 752 deletions(-)
27540
31372
 
27541
31373
commit d72e609ff6eb37e0cfb7fb783dd7d626497aac36
27542
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
27543
 
Date:   Sat Mar 9 15:43:20 2013 -0300
 
31374
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31375
AuthorDate: Sat Mar 9 15:43:20 2013 -0300
 
31376
Commit:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31377
CommitDate: Sat Mar 9 15:43:20 2013 -0300
27544
31378
 
27545
31379
    Updated Brazilian Portuguese translation
27546
31380
 
27548
31382
 1 file changed, 8 insertions(+), 2 deletions(-)
27549
31383
 
27550
31384
commit 9da2125f4906b6bedc1d66dac73865a052af430e
27551
 
Author: Piotr Drąg <piotrdrag@gmail.com>
27552
 
Date:   Sat Mar 9 19:41:07 2013 +0100
 
31385
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
31386
AuthorDate: Sat Mar 9 19:41:07 2013 +0100
 
31387
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
31388
CommitDate: Sat Mar 9 19:41:07 2013 +0100
27553
31389
 
27554
31390
    Updated Polish translation
27555
31391
 
27557
31393
 1 file changed, 7 insertions(+), 2 deletions(-)
27558
31394
 
27559
31395
commit 92de11e7e78bb50581cbbb7f06e5f1620a0dcc1d
27560
 
Author: Aurimas Černius <aurisc4@gmail.com>
27561
 
Date:   Sat Mar 9 17:20:42 2013 +0200
 
31396
Author:     Aurimas Černius <aurisc4@gmail.com>
 
31397
AuthorDate: Sat Mar 9 17:20:42 2013 +0200
 
31398
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
31399
CommitDate: Sat Mar 9 17:20:42 2013 +0200
27562
31400
 
27563
31401
    Updated Lithuanian translation
27564
31402
 
27567
31405
 1 file changed, 198 insertions(+), 198 deletions(-)
27568
31406
 
27569
31407
commit 2549c33451c9460c25030baa6d25bc0002532b2a
27570
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
27571
 
Date:   Sat Mar 9 23:56:02 2013 +0900
 
31408
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
31409
AuthorDate: Sat Mar 9 23:56:02 2013 +0900
 
31410
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
31411
CommitDate: Sat Mar 9 23:56:02 2013 +0900
27572
31412
 
27573
31413
    gsettings-tool: Make a string translatable
27574
31414
 
27578
31418
 1 file changed, 1 insertion(+), 1 deletion(-)
27579
31419
 
27580
31420
commit 74e92836d0624e056c7747cec6da17461cfaab6b
27581
 
Author: Matej Urbančič <mateju@svn.gnome.org>
27582
 
Date:   Sat Mar 9 13:50:59 2013 +0100
 
31421
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
31422
AuthorDate: Sat Mar 9 13:50:59 2013 +0100
 
31423
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
31424
CommitDate: Sat Mar 9 13:50:59 2013 +0100
27583
31425
 
27584
31426
    Updated Slovenian translation
27585
31427
 
27588
31430
 1 file changed, 191 insertions(+), 190 deletions(-)
27589
31431
 
27590
31432
commit 9c3d69eaa78d89e58580fcd0ab3e364b1c4833eb
27591
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
27592
 
Date:   Sat Mar 9 14:01:43 2013 +0300
 
31433
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
31434
AuthorDate: Sat Mar 9 14:01:43 2013 +0300
 
31435
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
31436
CommitDate: Sat Mar 9 14:01:43 2013 +0300
27593
31437
 
27594
31438
    Updated Belarusian translation.
27595
31439
 
27597
31441
 1 file changed, 26 insertions(+), 22 deletions(-)
27598
31442
 
27599
31443
commit eaaa5ef6fb445172f0e24ee0271e4e72aa8911a3
27600
 
Author: Dimitris Spingos <dmtrs32@gmail.com>
27601
 
Date:   Sat Mar 9 11:37:03 2013 +0200
 
31444
Author:     Dimitris Spingos <dmtrs32@gmail.com>
 
31445
AuthorDate: Sat Mar 9 11:37:03 2013 +0200
 
31446
Commit:     Dimitris Spingos <dmtrs32@gmail.com>
 
31447
CommitDate: Sat Mar 9 11:37:03 2013 +0200
27602
31448
 
27603
31449
    Updated Greek translation
27604
31450
 
27607
31453
 1 file changed, 314 insertions(+), 305 deletions(-)
27608
31454
 
27609
31455
commit af6192631284c283ce511d02522d3c60a436d1d2
27610
 
Author: Piotr Drąg <piotrdrag@gmail.com>
27611
 
Date:   Fri Mar 8 20:46:44 2013 +0100
 
31456
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
31457
AuthorDate: Fri Mar 8 20:46:44 2013 +0100
 
31458
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
31459
CommitDate: Fri Mar 8 20:46:44 2013 +0100
27612
31460
 
27613
31461
    Updated Polish translation
27614
31462
 
27617
31465
 1 file changed, 40 insertions(+), 40 deletions(-)
27618
31466
 
27619
31467
commit 85b8f23d627ebf50a461a9b6d305482f1bbdeb2e
27620
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
27621
 
Date:   Fri Mar 8 17:06:53 2013 +0100
 
31468
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31469
AuthorDate: Fri Mar 8 17:06:53 2013 +0100
 
31470
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31471
CommitDate: Fri Mar 8 17:06:53 2013 +0100
27622
31472
 
27623
31473
    [l10n] Updated German translation
27624
31474
 
27626
31476
 1 file changed, 19 insertions(+), 19 deletions(-)
27627
31477
 
27628
31478
commit 7d468ad538a2c35a6d061602508e71d55ea356ab
27629
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
27630
 
Date:   Fri Mar 8 10:37:54 2013 -0300
 
31479
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31480
AuthorDate: Fri Mar 8 10:37:54 2013 -0300
 
31481
Commit:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31482
CommitDate: Fri Mar 8 10:37:54 2013 -0300
27631
31483
 
27632
31484
    Updated Brazilian Portuguese translation
27633
31485
 
27635
31487
 1 file changed, 4 insertions(+), 4 deletions(-)
27636
31488
 
27637
31489
commit 33fb5227ad7953cf3336a8ce48b00e6300e86dce
27638
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
27639
 
Date:   Fri Mar 8 15:46:25 2013 +0700
 
31490
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
31491
AuthorDate: Fri Mar 8 15:46:25 2013 +0700
 
31492
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
31493
CommitDate: Fri Mar 8 15:46:25 2013 +0700
27640
31494
 
27641
31495
    Updated Thai translation
27642
31496
 
27645
31499
 1 file changed, 3313 insertions(+), 2744 deletions(-)
27646
31500
 
27647
31501
commit f67a9905ff310b124f91f4d232b785553eafbd2b
27648
 
Author: Behdad Esfahbod <behdad@behdad.org>
27649
 
Date:   Thu Mar 7 20:14:08 2013 -0500
 
31502
Author:     Behdad Esfahbod <behdad@behdad.org>
 
31503
AuthorDate: Thu Mar 7 20:14:08 2013 -0500
 
31504
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
31505
CommitDate: Thu Mar 7 20:21:12 2013 -0500
27650
31506
 
27651
31507
    [win32] Remove MemoryBarrier() fallback implementation
27652
31508
 
27662
31518
 1 file changed, 4 insertions(+), 16 deletions(-)
27663
31519
 
27664
31520
commit 75d424977e132b6f3ec33eb8d3b27339b3120862
27665
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
27666
 
Date:   Fri Mar 8 00:49:41 2013 +0100
 
31521
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
31522
AuthorDate: Fri Mar 8 00:49:41 2013 +0100
 
31523
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
31524
CommitDate: Fri Mar 8 00:49:41 2013 +0100
27667
31525
 
27668
31526
    Updated Galician translations
27669
31527
 
27672
31530
 1 file changed, 46 insertions(+), 46 deletions(-)
27673
31531
 
27674
31532
commit f1173dd7251d51f1c8895fceb89f4ccdda912b47
27675
 
Author: Matthias Clasen <mclasen@redhat.com>
27676
 
Date:   Thu Mar 7 16:44:36 2013 -0500
 
31533
Author:     Matthias Clasen <mclasen@redhat.com>
 
31534
AuthorDate: Thu Mar 7 16:44:36 2013 -0500
 
31535
Commit:     Matthias Clasen <mclasen@redhat.com>
 
31536
CommitDate: Thu Mar 7 16:45:50 2013 -0500
27677
31537
 
27678
31538
    Fix a mixup of singular and plural
27679
31539
 
27683
31543
 1 file changed, 1 insertion(+), 1 deletion(-)
27684
31544
 
27685
31545
commit b3dc7e734dbd62b761f41ef1260e39c8c58794d7
27686
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
27687
 
Date:   Thu Mar 7 16:20:49 2013 +0300
 
31546
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
31547
AuthorDate: Thu Mar 7 16:20:49 2013 +0300
 
31548
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
31549
CommitDate: Thu Mar 7 16:20:49 2013 +0300
27688
31550
 
27689
31551
    Updated Belarusian translation.
27690
31552
 
27693
31555
 1 file changed, 656 insertions(+), 645 deletions(-)
27694
31556
 
27695
31557
commit 865316dfb847a539f1b51e6931d46b05aa1d1fc2
27696
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
27697
 
Date:   Thu Mar 7 00:31:42 2013 -0300
 
31558
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31559
AuthorDate: Thu Mar 7 00:31:42 2013 -0300
 
31560
Commit:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31561
CommitDate: Thu Mar 7 00:31:42 2013 -0300
27698
31562
 
27699
31563
    Updated Brazilian Portuguese translation
27700
31564
 
27703
31567
 1 file changed, 1166 insertions(+), 935 deletions(-)
27704
31568
 
27705
31569
commit 155f599b206f67642970e0bc35b3ba5e1386b884
27706
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
27707
 
Date:   Wed Mar 6 20:32:14 2013 -0500
 
31570
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
31571
AuthorDate: Wed Mar 6 20:32:14 2013 -0500
 
31572
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
31573
CommitDate: Wed Mar 6 20:32:53 2013 -0500
27708
31574
 
27709
31575
    tests/appinfo: Fix a typo
27710
31576
 
27715
31581
 1 file changed, 1 insertion(+), 1 deletion(-)
27716
31582
 
27717
31583
commit 717e933e72605c9b83c3007d9613f25e788dc622
27718
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
27719
 
Date:   Tue Mar 5 22:33:18 2013 +0100
 
31584
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31585
AuthorDate: Tue Mar 5 22:33:18 2013 +0100
 
31586
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31587
CommitDate: Tue Mar 5 22:33:48 2013 +0100
27720
31588
 
27721
31589
    [l10n] Updated German translation
27722
31590
 
27724
31592
 1 file changed, 6 insertions(+), 6 deletions(-)
27725
31593
 
27726
31594
commit f91ef4ef15d220f6899c97aaf5b1c0a8f68cfe9a
27727
 
Author: Christian Persch <chpe@gnome.org>
27728
 
Date:   Mon Feb 25 14:48:14 2013 +0100
 
31595
Author:     Christian Persch <chpe@gnome.org>
 
31596
AuthorDate: Mon Feb 25 14:48:14 2013 +0100
 
31597
Commit:     Christian Persch <chpe@gnome.org>
 
31598
CommitDate: Tue Mar 5 17:27:53 2013 +0100
27729
31599
 
27730
31600
    unicode: Allow noncharacters
27731
31601
 
27738
31608
 2 files changed, 4 insertions(+), 12 deletions(-)
27739
31609
 
27740
31610
commit 06a59f889a8d3c8a63622af64d253632a0530017
27741
 
Author: Ognyan Tonchev <ognyan@axis.com>
27742
 
Date:   Thu Feb 28 18:27:14 2013 +0100
 
31611
Author:     Ognyan Tonchev <ognyan@axis.com>
 
31612
AuthorDate: Thu Feb 28 18:27:14 2013 +0100
 
31613
Commit:     Colin Walters <walters@verbum.org>
 
31614
CommitDate: Tue Mar 5 10:55:29 2013 -0500
27743
31615
 
27744
31616
    base64: Fix g_base64_decode_step ()
27745
31617
 
27753
31625
 2 files changed, 12 insertions(+), 4 deletions(-)
27754
31626
 
27755
31627
commit 27b19cee1bb5007f9dd123e171bcf3f978263f15
27756
 
Author: Colin Walters <walters@verbum.org>
27757
 
Date:   Fri Mar 1 13:29:29 2013 -0500
 
31628
Author:     Colin Walters <walters@verbum.org>
 
31629
AuthorDate: Fri Mar 1 13:29:29 2013 -0500
 
31630
Commit:     Colin Walters <walters@verbum.org>
 
31631
CommitDate: Tue Mar 5 10:55:21 2013 -0500
27758
31632
 
27759
31633
    base64: Add tests for incremental decoding with very small block size
27760
31634
 
27768
31642
 1 file changed, 53 insertions(+)
27769
31643
 
27770
31644
commit f641699299ed2713cf247e3465bb1a21612b36f7
27771
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
27772
 
Date:   Fri May 4 17:51:35 2012 -0400
 
31645
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
31646
AuthorDate: Fri May 4 17:51:35 2012 -0400
 
31647
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
31648
CommitDate: Mon Mar 4 14:40:36 2013 -0500
27773
31649
 
27774
31650
    desktopappinfo: check whether the specified executable is valid
27775
31651
 
27783
31659
 1 file changed, 32 insertions(+), 1 deletion(-)
27784
31660
 
27785
31661
commit fd04d6860fd6a964b7e1dde05cd5b12ba1b7994e
27786
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
27787
 
Date:   Sun Mar 3 22:11:21 2013 +0100
 
31662
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31663
AuthorDate: Sun Mar 3 22:11:21 2013 +0100
 
31664
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
31665
CommitDate: Sun Mar 3 22:11:21 2013 +0100
27788
31666
 
27789
31667
    [l10n] Updated German translation
27790
31668
 
27793
31671
 1 file changed, 668 insertions(+), 645 deletions(-)
27794
31672
 
27795
31673
commit a9a6c4ae81eec7b2ac0ceecaff9a63bb7ec6bc50
27796
 
Author: Matthias Clasen <mclasen@redhat.com>
27797
 
Date:   Sat Mar 2 09:25:48 2013 -0500
 
31674
Author:     Matthias Clasen <mclasen@redhat.com>
 
31675
AuthorDate: Sat Mar 2 09:25:48 2013 -0500
 
31676
Commit:     Matthias Clasen <mclasen@redhat.com>
 
31677
CommitDate: Sat Mar 2 09:30:41 2013 -0500
27798
31678
 
27799
31679
    Update for 2.37.9
27800
31680
 
27802
31682
 1 file changed, 26 insertions(+)
27803
31683
 
27804
31684
commit 7be9de786a4cb1d0ab63a412ee0af2de0d250e61
27805
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
27806
 
Date:   Sat Mar 2 20:42:13 2013 +0700
 
31685
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
31686
AuthorDate: Sat Mar 2 20:42:13 2013 +0700
 
31687
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
31688
CommitDate: Sat Mar 2 20:42:13 2013 +0700
27807
31689
 
27808
31690
    Updated Vietnamese translation
27809
31691
 
27811
31693
 1 file changed, 18 insertions(+), 33 deletions(-)
27812
31694
 
27813
31695
commit 773297519eeb532b8989337333a95bc960e97765
27814
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
27815
 
Date:   Sat Mar 2 20:37:35 2013 +0700
 
31696
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
31697
AuthorDate: Sat Mar 2 20:37:35 2013 +0700
 
31698
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
31699
CommitDate: Sat Mar 2 20:37:35 2013 +0700
27816
31700
 
27817
31701
    po/vi: import from Damned Lies
27818
31702
 
27821
31705
 1 file changed, 717 insertions(+), 676 deletions(-)
27822
31706
 
27823
31707
commit 14768e97f8c87c0f4a32a7f946017fd853a67512
27824
 
Author: Matthias Clasen <mclasen@redhat.com>
27825
 
Date:   Fri Mar 1 19:11:11 2013 -0500
 
31708
Author:     Matthias Clasen <mclasen@redhat.com>
 
31709
AuthorDate: Fri Mar 1 19:11:11 2013 -0500
 
31710
Commit:     Matthias Clasen <mclasen@redhat.com>
 
31711
CommitDate: Fri Mar 1 19:11:11 2013 -0500
27826
31712
 
27827
31713
    Make GList more robust
27828
31714
 
27834
31720
 1 file changed, 3 insertions(+)
27835
31721
 
27836
31722
commit 10630eed3066907a880816592bb35965d203f02c
27837
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
27838
 
Date:   Fri Mar 1 22:23:13 2013 +0800
 
31723
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
31724
AuthorDate: Fri Mar 1 22:23:13 2013 +0800
 
31725
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
31726
CommitDate: Fri Mar 1 22:23:13 2013 +0800
27839
31727
 
27840
31728
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
27841
31729
 
27846
31734
 2 files changed, 1330 insertions(+), 1284 deletions(-)
27847
31735
 
27848
31736
commit fe10e864712d00191d1d3234e7a5ca643fd7ac6b
27849
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
27850
 
Date:   Fri Mar 1 06:35:30 2013 -0300
 
31737
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31738
AuthorDate: Fri Mar 1 06:35:30 2013 -0300
 
31739
Commit:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
31740
CommitDate: Fri Mar 1 06:35:30 2013 -0300
27851
31741
 
27852
31742
    Updated Brazilian Portuguese translation
27853
31743
 
27856
31746
 1 file changed, 687 insertions(+), 894 deletions(-)
27857
31747
 
27858
31748
commit c7996825ce999a99f2d73722419c0d11d0b52238
27859
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
27860
 
Date:   Tue Feb 26 12:38:57 2013 +0800
 
31749
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
31750
AuthorDate: Tue Feb 26 12:38:57 2013 +0800
 
31751
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
31752
CommitDate: Fri Mar 1 16:12:37 2013 +0800
27861
31753
 
27862
31754
    Fix gspawn-win32-helper.c with newer Microsoft CRTs
27863
31755
 
27881
31773
 1 file changed, 72 insertions(+), 7 deletions(-)
27882
31774
 
27883
31775
commit 872d3634a78b417612d90c3472d5cd7078ef2440
27884
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
27885
 
Date:   Fri Mar 1 16:11:24 2013 +0800
 
31776
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
31777
AuthorDate: Fri Mar 1 16:11:24 2013 +0800
 
31778
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
31779
CommitDate: Fri Mar 1 16:12:36 2013 +0800
27886
31780
 
27887
31781
    Update config.h.win32.in
27888
31782
 
27900
31794
 1 file changed, 3 insertions(+)
27901
31795
 
27902
31796
commit 3f678afa0547f0bacf0579c82a8939c25f022643
27903
 
Author: Wylmer Wang <wantinghard@gmail.com>
27904
 
Date:   Thu Feb 28 21:07:02 2013 +0800
 
31797
Author:     Wylmer Wang <wantinghard@gmail.com>
 
31798
AuthorDate: Thu Feb 28 21:07:02 2013 +0800
 
31799
Commit:     Aron Xu <aronxu@gnome.org>
 
31800
CommitDate: Thu Feb 28 21:07:02 2013 +0800
27905
31801
 
27906
31802
    Update Simplified Chinese translation
27907
31803
 
27910
31806
 1 file changed, 1082 insertions(+), 887 deletions(-)
27911
31807
 
27912
31808
commit 156b14cde5423c5bdaf8f28f1a8a5a0b54fbe455
27913
 
Author: Colin Walters <walters@verbum.org>
27914
 
Date:   Tue Feb 26 11:19:51 2013 -0500
 
31809
Author:     Colin Walters <walters@verbum.org>
 
31810
AuthorDate: Tue Feb 26 11:19:51 2013 -0500
 
31811
Commit:     Colin Walters <walters@verbum.org>
 
31812
CommitDate: Wed Feb 27 08:34:01 2013 -0500
27915
31813
 
27916
31814
    build: Add --disable-compile-warnings
27917
31815
 
27933
31831
 9 files changed, 28 insertions(+), 7 deletions(-)
27934
31832
 
27935
31833
commit e3582c617cf00f3c90b6448d11cf253933a28802
27936
 
Author: Behdad Esfahbod <behdad@behdad.org>
27937
 
Date:   Mon Feb 25 23:08:43 2013 -0500
 
31834
Author:     Behdad Esfahbod <behdad@behdad.org>
 
31835
AuthorDate: Mon Feb 25 23:08:43 2013 -0500
 
31836
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
31837
CommitDate: Mon Feb 25 23:08:43 2013 -0500
27938
31838
 
27939
31839
    Minor
27940
31840
 
27942
31842
 1 file changed, 1 insertion(+), 1 deletion(-)
27943
31843
 
27944
31844
commit 547221b486473ed9b7f85634ce162f937e5912b1
27945
 
Author: Behdad Esfahbod <behdad@behdad.org>
27946
 
Date:   Mon Feb 25 22:48:03 2013 -0500
 
31845
Author:     Behdad Esfahbod <behdad@behdad.org>
 
31846
AuthorDate: Mon Feb 25 22:48:03 2013 -0500
 
31847
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
31848
CommitDate: Mon Feb 25 22:48:03 2013 -0500
27947
31849
 
27948
31850
    [win32] Fix atomic ops on mingw*
27949
31851
 
27954
31856
 1 file changed, 38 insertions(+), 25 deletions(-)
27955
31857
 
27956
31858
commit e1ccae841658854a5db0d907edb2b1f2c0a68ef5
27957
 
Author: Behdad Esfahbod <behdad@behdad.org>
27958
 
Date:   Mon Feb 25 22:01:11 2013 -0500
 
31859
Author:     Behdad Esfahbod <behdad@behdad.org>
 
31860
AuthorDate: Mon Feb 25 22:01:11 2013 -0500
 
31861
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
31862
CommitDate: Mon Feb 25 22:11:30 2013 -0500
27959
31863
 
27960
31864
    [win32] Add fallback implementations for gatomic.c on mingw32
27961
31865
 
27966
31870
 1 file changed, 67 insertions(+), 5 deletions(-)
27967
31871
 
27968
31872
commit 8efe198d2e7f2c02d2d11831e6f99313960ca1c3
27969
 
Author: A S Alam <aalam@users.sf.net>
27970
 
Date:   Tue Feb 26 07:18:28 2013 +0530
 
31873
Author:     A S Alam <aalam@users.sf.net>
 
31874
AuthorDate: Tue Feb 26 07:18:28 2013 +0530
 
31875
Commit:     A S Alam <aalam@users.sf.net>
 
31876
CommitDate: Tue Feb 26 07:18:28 2013 +0530
27971
31877
 
27972
31878
    Punjabi: Translation updated (aalam)
27973
31879
 
27976
31882
 1 file changed, 647 insertions(+), 616 deletions(-)
27977
31883
 
27978
31884
commit 921593b022491ce3dbd61739cc9808a715f25b9f
27979
 
Author: Matthias Clasen <mclasen@redhat.com>
27980
 
Date:   Sun Feb 24 22:54:09 2013 +0100
 
31885
Author:     Matthias Clasen <mclasen@redhat.com>
 
31886
AuthorDate: Sun Feb 24 22:54:09 2013 +0100
 
31887
Commit:     Matthias Clasen <mclasen@redhat.com>
 
31888
CommitDate: Sun Feb 24 22:56:35 2013 +0100
27981
31889
 
27982
31890
    GList: be more robust
27983
31891
 
27994
31902
 2 files changed, 62 insertions(+), 34 deletions(-)
27995
31903
 
27996
31904
commit 6833267a07cb3251bc1fa89c99cc3fe6c47001e2
27997
 
Author: Dan Winship <danw@gnome.org>
27998
 
Date:   Sun Feb 24 15:02:10 2013 +0100
 
31905
Author:     Dan Winship <danw@gnome.org>
 
31906
AuthorDate: Sun Feb 24 15:02:10 2013 +0100
 
31907
Commit:     Dan Winship <danw@gnome.org>
 
31908
CommitDate: Sun Feb 24 15:02:57 2013 +0100
27999
31909
 
28000
31910
    gtestutils: fix two GLIB_AVAILABLE flags
28001
31911
 
28006
31916
 1 file changed, 2 insertions(+), 2 deletions(-)
28007
31917
 
28008
31918
commit cbd070d8b8589dda6d70f09e8fbff12610aa4b3f
28009
 
Author: Ján Kyselica <kyselica.jan@gmail.com>
28010
 
Date:   Fri Feb 22 22:27:10 2013 +0000
 
31919
Author:     Ján Kyselica <kyselica.jan@gmail.com>
 
31920
AuthorDate: Fri Feb 22 22:27:10 2013 +0000
 
31921
Commit:     Pavol Klačanský <pavol@klacansky.com>
 
31922
CommitDate: Fri Feb 22 22:27:10 2013 +0000
28011
31923
 
28012
31924
    Updated Slovak translation
28013
31925
 
28016
31928
 1 file changed, 332 insertions(+), 323 deletions(-)
28017
31929
 
28018
31930
commit 0a39acc0579d89fc9bfbcf31596f336568a795c2
28019
 
Author: Gheyret Kenji <gheyret@gmail.com>
28020
 
Date:   Fri Feb 22 22:52:26 2013 +0900
 
31931
Author:     Gheyret Kenji <gheyret@gmail.com>
 
31932
AuthorDate: Fri Feb 22 22:52:26 2013 +0900
 
31933
Commit:     Gheyret Kenji <gheyret@gmail.com>
 
31934
CommitDate: Fri Feb 22 22:52:26 2013 +0900
28021
31935
 
28022
31936
    Updated Uyghur translation
28023
31937
 
28028
31942
 1 file changed, 75 insertions(+), 118 deletions(-)
28029
31943
 
28030
31944
commit f5d40bd8138991287bbdc2e249bd35cf82caf123
28031
 
Author: Ryan Lortie <desrt@desrt.ca>
28032
 
Date:   Thu Feb 21 11:25:26 2013 +0000
 
31945
Author:     Ryan Lortie <desrt@desrt.ca>
 
31946
AuthorDate: Thu Feb 21 11:25:26 2013 +0000
 
31947
Commit:     Ryan Lortie <desrt@desrt.ca>
 
31948
CommitDate: Fri Feb 22 00:54:50 2013 +0000
28033
31949
 
28034
31950
    gsignal: improve warning output
28035
31951
 
28047
31963
 1 file changed, 18 insertions(+), 8 deletions(-)
28048
31964
 
28049
31965
commit aede77464259e6d50e724113c16f301367201a72
28050
 
Author: Alexander Larsson <alexl@redhat.com>
28051
 
Date:   Thu Feb 21 16:10:36 2013 +0100
 
31966
Author:     Alexander Larsson <alexl@redhat.com>
 
31967
AuthorDate: Thu Feb 21 16:10:36 2013 +0100
 
31968
Commit:     Alexander Larsson <alexl@redhat.com>
 
31969
CommitDate: Thu Feb 21 16:54:44 2013 +0100
28052
31970
 
28053
31971
    signals: Ensure we ref handler in emission fast path
28054
31972
 
28066
31984
 1 file changed, 11 insertions(+), 1 deletion(-)
28067
31985
 
28068
31986
commit 3e274423bacfa1b702fea93fba9d6d44c650db44
28069
 
Author: Alexander Larsson <alexl@redhat.com>
28070
 
Date:   Thu Feb 21 16:06:24 2013 +0100
 
31987
Author:     Alexander Larsson <alexl@redhat.com>
 
31988
AuthorDate: Thu Feb 21 16:06:24 2013 +0100
 
31989
Commit:     Alexander Larsson <alexl@redhat.com>
 
31990
CommitDate: Thu Feb 21 16:54:44 2013 +0100
28071
31991
 
28072
31992
    signals: No need to use atomics for Handler refcount
28073
31993
 
28086
32006
 1 file changed, 4 insertions(+), 6 deletions(-)
28087
32007
 
28088
32008
commit 5bbca5fa0c96904542f286b55329820a9567a9c9
28089
 
Author: Ryan Lortie <desrt@desrt.ca>
28090
 
Date:   Thu Feb 21 14:58:32 2013 +0000
 
32009
Author:     Ryan Lortie <desrt@desrt.ca>
 
32010
AuthorDate: Thu Feb 21 14:58:32 2013 +0000
 
32011
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32012
CommitDate: Thu Feb 21 14:59:53 2013 +0000
28091
32013
 
28092
32014
    GApplication: document IS_SERVICE timeout properly
28093
32015
 
28105
32027
 2 files changed, 9 insertions(+), 5 deletions(-)
28106
32028
 
28107
32029
commit ce0ff7c9da6d159669e4aad2e964a56fc915cc7c
28108
 
Author: Ryan Lortie <desrt@desrt.ca>
28109
 
Date:   Thu Feb 21 10:19:27 2013 +0000
 
32030
Author:     Ryan Lortie <desrt@desrt.ca>
 
32031
AuthorDate: Thu Feb 21 10:19:27 2013 +0000
 
32032
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32033
CommitDate: Thu Feb 21 10:19:27 2013 +0000
28110
32034
 
28111
32035
    threads: don't do rlimit test when running as root
28112
32036
 
28117
32041
 1 file changed, 6 insertions(+)
28118
32042
 
28119
32043
commit 9670d06a660cd27a30a339798f4af1ce4c5abb29
28120
 
Author: Dan Winship <danw@gnome.org>
28121
 
Date:   Tue Feb 19 16:12:30 2013 -0500
 
32044
Author:     Dan Winship <danw@gnome.org>
 
32045
AuthorDate: Tue Feb 19 16:12:30 2013 -0500
 
32046
Commit:     Dan Winship <danw@gnome.org>
 
32047
CommitDate: Wed Feb 20 07:33:58 2013 -0500
28122
32048
 
28123
32049
    GNetworkMonitorBase: implement can_reach_async
28124
32050
 
28133
32059
 1 file changed, 112 insertions(+), 18 deletions(-)
28134
32060
 
28135
32061
commit 4ca3d80ff3d5d076c0bfc187b4efa9fa51cbcca2
28136
 
Author: Matthew Barnes <mbarnes@redhat.com>
28137
 
Date:   Tue Feb 19 11:18:11 2013 -0500
 
32062
Author:     Matthew Barnes <mbarnes@redhat.com>
 
32063
AuthorDate: Tue Feb 19 11:18:11 2013 -0500
 
32064
Commit:     Dan Winship <danw@gnome.org>
 
32065
CommitDate: Wed Feb 20 07:33:58 2013 -0500
28138
32066
 
28139
32067
    g_network_monitor_base_can_reach: Check for default route after
28140
32068
    enumerating.
28150
32078
 1 file changed, 8 insertions(+), 4 deletions(-)
28151
32079
 
28152
32080
commit c6c11665668c47841011258e5dbca07ad3d8aba0
28153
 
Author: Dan Winship <danw@gnome.org>
28154
 
Date:   Tue Feb 19 15:19:22 2013 -0500
 
32081
Author:     Dan Winship <danw@gnome.org>
 
32082
AuthorDate: Tue Feb 19 15:19:22 2013 -0500
 
32083
Commit:     Dan Winship <danw@gnome.org>
 
32084
CommitDate: Wed Feb 20 07:33:58 2013 -0500
28155
32085
 
28156
32086
    GNetworkAddress: drop cached addresses on resolver reload
28157
32087
 
28170
32100
 3 files changed, 67 insertions(+), 19 deletions(-)
28171
32101
 
28172
32102
commit cfafad5aefeeab1a4ee208cefa15e01d31932611
28173
 
Author: Ryan Lortie <desrt@desrt.ca>
28174
 
Date:   Mon Feb 4 14:41:25 2013 +0100
 
32103
Author:     Ryan Lortie <desrt@desrt.ca>
 
32104
AuthorDate: Mon Feb 4 14:41:25 2013 +0100
 
32105
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32106
CommitDate: Wed Feb 20 11:09:30 2013 +0000
28175
32107
 
28176
32108
    gutils: stop g_get_home_dir() from reading passwd
28177
32109
 
28214
32146
 1 file changed, 213 insertions(+), 186 deletions(-)
28215
32147
 
28216
32148
commit 167c73faf461cf84accffe190813ce0ab5ef6cdc
28217
 
Author: Ryan Lortie <desrt@desrt.ca>
28218
 
Date:   Mon Feb 4 14:40:03 2013 +0100
 
32149
Author:     Ryan Lortie <desrt@desrt.ca>
 
32150
AuthorDate: Mon Feb 4 14:40:03 2013 +0100
 
32151
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32152
CommitDate: Wed Feb 20 11:09:29 2013 +0000
28219
32153
 
28220
32154
    gutils: replace direct references to g_home_dir
28221
32155
 
28230
32164
 1 file changed, 15 insertions(+), 22 deletions(-)
28231
32165
 
28232
32166
commit 9879c7f5fa640d994dc1209ef333d4be706670f0
28233
 
Author: Ryan Lortie <desrt@desrt.ca>
28234
 
Date:   Mon Feb 4 14:17:08 2013 +0100
 
32167
Author:     Ryan Lortie <desrt@desrt.ca>
 
32168
AuthorDate: Mon Feb 4 14:17:08 2013 +0100
 
32169
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32170
CommitDate: Wed Feb 20 11:09:29 2013 +0000
28235
32171
 
28236
32172
    gutils: split out g_get_tmp_dir()
28237
32173
 
28245
32181
 1 file changed, 55 insertions(+), 70 deletions(-)
28246
32182
 
28247
32183
commit 3c9691f7f8b3b66905ab689a5dddc6157182b50e
28248
 
Author: Ryan Lortie <desrt@desrt.ca>
28249
 
Date:   Mon Feb 4 13:49:06 2013 +0100
 
32184
Author:     Ryan Lortie <desrt@desrt.ca>
 
32185
AuthorDate: Mon Feb 4 13:49:06 2013 +0100
 
32186
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32187
CommitDate: Wed Feb 20 11:09:29 2013 +0000
28250
32188
 
28251
32189
    gutils: split out g_get_host_name()
28252
32190
 
28259
32197
 1 file changed, 18 insertions(+), 15 deletions(-)
28260
32198
 
28261
32199
commit 8c42a663f8182f8281c083390aa761e8e9badc63
28262
 
Author: Ryan Lortie <desrt@desrt.ca>
28263
 
Date:   Mon Feb 4 14:04:05 2013 +0100
 
32200
Author:     Ryan Lortie <desrt@desrt.ca>
 
32201
AuthorDate: Mon Feb 4 14:04:05 2013 +0100
 
32202
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32203
CommitDate: Wed Feb 20 11:09:29 2013 +0000
28264
32204
 
28265
32205
    win32: Drop old codepage ABI from gutils.c
28266
32206
 
28308
32248
 2 files changed, 12 insertions(+), 78 deletions(-)
28309
32249
 
28310
32250
commit b029135ed49b33d8f301d79a9ca27df6894d8b22
28311
 
Author: Mike Ruprecht <mike.ruprecht@collabora.co.uk>
28312
 
Date:   Mon Feb 18 07:56:05 2013 -0600
 
32251
Author:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
32252
AuthorDate: Mon Feb 18 07:56:05 2013 -0600
 
32253
Commit:     Mike Ruprecht <mike.ruprecht@collabora.co.uk>
 
32254
CommitDate: Tue Feb 19 08:47:45 2013 -0600
28313
32255
 
28314
32256
    GOutputStream: Remove unused SpliceUserData struct
28315
32257
 
28317
32259
 1 file changed, 6 deletions(-)
28318
32260
 
28319
32261
commit 90f726f6b96c274c35358dc178cc0e85a18fdc99
28320
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
28321
 
Date:   Tue Feb 19 18:26:30 2013 +0800
 
32262
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
32263
AuthorDate: Tue Feb 19 18:26:30 2013 +0800
 
32264
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
32265
CommitDate: Tue Feb 19 18:26:30 2013 +0800
28322
32266
 
28323
32267
    Update Visual Studio property sheets
28324
32268
 
28329
32273
 2 files changed, 3 insertions(+)
28330
32274
 
28331
32275
commit d21699a272bd046d43faaeb107770bef16c47dd7
28332
 
Author: Ryan Lortie <desrt@desrt.ca>
28333
 
Date:   Tue Feb 19 10:06:55 2013 +0000
 
32276
Author:     Ryan Lortie <desrt@desrt.ca>
 
32277
AuthorDate: Tue Feb 19 10:06:55 2013 +0000
 
32278
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32279
CommitDate: Tue Feb 19 10:06:55 2013 +0000
28334
32280
 
28335
32281
    *bump*
28336
32282
 
28338
32284
 1 file changed, 1 insertion(+), 1 deletion(-)
28339
32285
 
28340
32286
commit 766dec9670a40035cee456e8776947085fc50814
28341
 
Author: Ryan Lortie <desrt@desrt.ca>
28342
 
Date:   Tue Feb 19 09:29:28 2013 +0000
 
32287
Author:     Ryan Lortie <desrt@desrt.ca>
 
32288
AuthorDate: Tue Feb 19 09:29:28 2013 +0000
 
32289
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32290
CommitDate: Tue Feb 19 09:29:28 2013 +0000
28343
32291
 
28344
32292
    GLib 2.35.8
28345
32293
 
28348
32296
 2 files changed, 36 insertions(+), 1 deletion(-)
28349
32297
 
28350
32298
commit 4e975bfc9e3268ec271480bed89091ad2d4290db
28351
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
28352
 
Date:   Mon Feb 18 10:43:49 2013 +0100
 
32299
Author:     Мирослав Николић
 
32300
<miroslavnikolic@rocketmail.com>
 
32301
AuthorDate: Mon Feb 18 10:43:49 2013 +0100
 
32302
Commit:     Мирослав Николић
 
32303
<miroslavnikolic@rocketmail.com>
 
32304
CommitDate: Mon Feb 18 10:43:49 2013 +0100
28353
32305
 
28354
32306
    Updated Serbian translation
28355
32307
 
28358
32310
 2 files changed, 2 insertions(+), 2 deletions(-)
28359
32311
 
28360
32312
commit 7c3b4617cfb58cc51e78e9f9a729b6e89130818b
28361
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
28362
 
Date:   Mon Feb 18 10:38:38 2013 +0100
 
32313
Author:     Мирослав Николић
 
32314
<miroslavnikolic@rocketmail.com>
 
32315
AuthorDate: Mon Feb 18 10:38:38 2013 +0100
 
32316
Commit:     Мирослав Николић
 
32317
<miroslavnikolic@rocketmail.com>
 
32318
CommitDate: Mon Feb 18 10:38:38 2013 +0100
28363
32319
 
28364
32320
    Updated Serbian translation
28365
32321
 
28370
32326
 2 files changed, 272 insertions(+), 278 deletions(-)
28371
32327
 
28372
32328
commit c910c3e7a319db88749418cedbebe05fbe1b9324
28373
 
Author: Alexander Larsson <alexl@redhat.com>
28374
 
Date:   Mon Feb 18 10:30:29 2013 +0100
 
32329
Author:     Alexander Larsson <alexl@redhat.com>
 
32330
AuthorDate: Mon Feb 18 10:30:29 2013 +0100
 
32331
Commit:     Alexander Larsson <alexl@redhat.com>
 
32332
CommitDate: Mon Feb 18 10:30:29 2013 +0100
28375
32333
 
28376
32334
    GNetworkAddress: Build if AI_NUMERICSERV not defined
28377
32335
 
28382
32340
 1 file changed, 5 insertions(+), 1 deletion(-)
28383
32341
 
28384
32342
commit d175fae8d5226cd2f24454c1fa6cc3ca6ba317ce
28385
 
Author: Piotr Drąg <piotrdrag@gmail.com>
28386
 
Date:   Sun Feb 17 16:49:40 2013 +0100
 
32343
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
32344
AuthorDate: Sun Feb 17 16:49:40 2013 +0100
 
32345
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
32346
CommitDate: Sun Feb 17 16:49:40 2013 +0100
28387
32347
 
28388
32348
    Updated Polish translation
28389
32349
 
28391
32351
 1 file changed, 28 insertions(+), 28 deletions(-)
28392
32352
 
28393
32353
commit 4061a96cc182453bb8c6f0c958d2461f64db8a11
28394
 
Author: Dan Winship <danw@gnome.org>
28395
 
Date:   Sun Feb 17 09:54:11 2013 -0500
 
32354
Author:     Dan Winship <danw@gnome.org>
 
32355
AuthorDate: Sun Feb 17 09:54:11 2013 -0500
 
32356
Commit:     Dan Winship <danw@gnome.org>
 
32357
CommitDate: Sun Feb 17 09:54:58 2013 -0500
28396
32358
 
28397
32359
    GSimpleProxyResolver: add missing include
28398
32360
 
28403
32365
 1 file changed, 1 insertion(+)
28404
32366
 
28405
32367
commit c78d0e9ac4d9f08b37af946486c3e6db894ac168
28406
 
Author: Dan Winship <danw@gnome.org>
28407
 
Date:   Fri Feb 15 10:39:19 2013 -0500
 
32368
Author:     Dan Winship <danw@gnome.org>
 
32369
AuthorDate: Fri Feb 15 10:39:19 2013 -0500
 
32370
Commit:     Dan Winship <danw@gnome.org>
 
32371
CommitDate: Fri Feb 15 10:39:19 2013 -0500
28408
32372
 
28409
32373
    GSocketClient: add missing NULL to g_object_set() call
28410
32374
 
28412
32376
 1 file changed, 6 insertions(+), 4 deletions(-)
28413
32377
 
28414
32378
commit e4695bd6f547a05f335f43038787873242f264cb
28415
 
Author: Thomas Perl <m@thp.io>
28416
 
Date:   Sun Feb 10 00:16:49 2013 +0100
 
32379
Author:     Thomas Perl <m@thp.io>
 
32380
AuthorDate: Sun Feb 10 00:16:49 2013 +0100
 
32381
Commit:     Dan Winship <danw@gnome.org>
 
32382
CommitDate: Fri Feb 15 10:12:36 2013 -0500
28417
32383
 
28418
32384
    docs/reference/glib/cross.xml: Fix typo: yes/np -> yes/no
28419
32385
 
28423
32389
 1 file changed, 1 insertion(+), 1 deletion(-)
28424
32390
 
28425
32391
commit 8a77f7bb181f3341a6866cd0e64779c35b3a3f61
28426
 
Author: Dan Winship <danw@gnome.org>
28427
 
Date:   Wed Dec 12 16:12:09 2012 +0100
 
32392
Author:     Dan Winship <danw@gnome.org>
 
32393
AuthorDate: Wed Dec 12 16:12:09 2012 +0100
 
32394
Commit:     Dan Winship <danw@gnome.org>
 
32395
CommitDate: Fri Feb 15 09:10:00 2013 -0500
28428
32396
 
28429
32397
    gnetworkaddress: preserve IPv6 scope ID in IP literals
28430
32398
 
28440
32408
 2 files changed, 100 insertions(+), 26 deletions(-)
28441
32409
 
28442
32410
commit a44a3cc15091a2f6ba13bfede5dbdfc4215715cb
28443
 
Author: Dan Winship <danw@gnome.org>
28444
 
Date:   Thu Feb 14 18:06:41 2013 -0500
 
32411
Author:     Dan Winship <danw@gnome.org>
 
32412
AuthorDate: Thu Feb 14 18:06:41 2013 -0500
 
32413
Commit:     Dan Winship <danw@gnome.org>
 
32414
CommitDate: Fri Feb 15 09:03:48 2013 -0500
28445
32415
 
28446
32416
    GSimpleProxyResolver: fix for the case where the default proxy is NULL
28447
32417
 
28449
32419
 1 file changed, 2 insertions(+)
28450
32420
 
28451
32421
commit afc0a7257584467394bd3fb8c04918646ac34a88
28452
 
Author: Piotr Drąg <piotrdrag@gmail.com>
28453
 
Date:   Fri Feb 15 13:45:35 2013 +0100
 
32422
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
32423
AuthorDate: Fri Feb 15 13:45:35 2013 +0100
 
32424
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
32425
CommitDate: Fri Feb 15 13:45:35 2013 +0100
28454
32426
 
28455
32427
    Updated POTFILES.in
28456
32428
 
28458
32430
 1 file changed, 1 insertion(+)
28459
32431
 
28460
32432
commit cb40853eaebe0adcad8ca9baa8c7f1d0a3d75721
28461
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
28462
 
Date:   Fri Feb 15 05:39:20 2013 -0500
 
32433
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
32434
AuthorDate: Fri Feb 15 05:39:20 2013 -0500
 
32435
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
32436
CommitDate: Fri Feb 15 05:39:20 2013 -0500
28463
32437
 
28464
32438
    More doc fixes
28465
32439
 
28468
32442
 2 files changed, 3 insertions(+), 3 deletions(-)
28469
32443
 
28470
32444
commit 3522567519facaaea24c4dc3414bb69cecb2b0ec
28471
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
28472
 
Date:   Fri Feb 15 05:35:05 2013 -0500
 
32445
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
32446
AuthorDate: Fri Feb 15 05:35:05 2013 -0500
 
32447
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
32448
CommitDate: Fri Feb 15 05:35:29 2013 -0500
28473
32449
 
28474
32450
    gmenumodel: Fix documentation
28475
32451
 
28477
32453
 1 file changed, 1 insertion(+), 1 deletion(-)
28478
32454
 
28479
32455
commit ee17a54c289b8be286a54c594cff5c2d46345054
28480
 
Author: Dan Winship <danw@gnome.org>
28481
 
Date:   Sat Jan 26 09:54:03 2013 -0500
 
32456
Author:     Dan Winship <danw@gnome.org>
 
32457
AuthorDate: Sat Jan 26 09:54:03 2013 -0500
 
32458
Commit:     Dan Winship <danw@gnome.org>
 
32459
CommitDate: Thu Feb 14 10:24:14 2013 -0500
28482
32460
 
28483
32461
    GSimpleProxyResolver: new simple GProxyResolver class
28484
32462
 
28502
32480
 10 files changed, 950 insertions(+), 3 deletions(-)
28503
32481
 
28504
32482
commit 7c49869eaef4d49c57bbdf4e95989e4d8f864623
28505
 
Author: Dan Winship <danw@gnome.org>
28506
 
Date:   Sun Jan 27 13:53:36 2013 -0500
 
32483
Author:     Dan Winship <danw@gnome.org>
 
32484
AuthorDate: Sun Jan 27 13:53:36 2013 -0500
 
32485
Commit:     Dan Winship <danw@gnome.org>
 
32486
CommitDate: Thu Feb 14 10:24:14 2013 -0500
28507
32487
 
28508
32488
    GSocketClient: add proxy-resolver property
28509
32489
 
28522
32502
 5 files changed, 302 insertions(+), 15 deletions(-)
28523
32503
 
28524
32504
commit d200208d2b8bad7babdd56f4ec6fcae1589e142b
28525
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
28526
 
Date:   Wed Feb 13 20:42:58 2013 +0000
 
32505
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
32506
AuthorDate: Wed Feb 13 20:42:58 2013 +0000
 
32507
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
32508
CommitDate: Wed Feb 13 20:42:58 2013 +0000
28527
32509
 
28528
32510
    g_dbus_address_escape_value: add
28529
32511
 
28544
32526
 3 files changed, 74 insertions(+)
28545
32527
 
28546
32528
commit 035cd81477ca9dc3061ff056c269fee28aab89c3
28547
 
Author: Stef Walter <stefw@gnome.org>
28548
 
Date:   Wed Feb 13 07:20:43 2013 +0100
 
32529
Author:     Stef Walter <stefw@gnome.org>
 
32530
AuthorDate: Wed Feb 13 07:20:43 2013 +0100
 
32531
Commit:     Stef Walter <stefw@gnome.org>
 
32532
CommitDate: Wed Feb 13 07:23:13 2013 +0100
28549
32533
 
28550
32534
    gio: Fix annotations on g_[async_]initable_new() and friends
28551
32535
 
28558
32542
 2 files changed, 8 insertions(+), 5 deletions(-)
28559
32543
 
28560
32544
commit 23d6d1769bc95eba6029dae4593755154c320cf4
28561
 
Author: Matthias Clasen <mclasen@redhat.com>
28562
 
Date:   Sun Feb 10 11:42:58 2013 -0500
 
32545
Author:     Matthias Clasen <mclasen@redhat.com>
 
32546
AuthorDate: Sun Feb 10 11:42:58 2013 -0500
 
32547
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32548
CommitDate: Sun Feb 10 12:23:02 2013 -0500
28563
32549
 
28564
32550
    Fix the build on Solaris
28565
32551
 
28573
32559
 2 files changed, 3 insertions(+), 4 deletions(-)
28574
32560
 
28575
32561
commit 27ecab75538a47ed89b78b4c212d870a9be60bac
28576
 
Author: Aleksander Morgado <aleksander@lanedo.com>
28577
 
Date:   Thu Feb 7 10:54:24 2013 +0100
 
32562
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
32563
AuthorDate: Thu Feb 7 10:54:24 2013 +0100
 
32564
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
32565
CommitDate: Sat Feb 9 20:34:52 2013 +0100
28578
32566
 
28579
32567
    gdbusobjectmanagerclient: always connect to proxy's 'g-signal'
28580
32568
 
28590
32578
 1 file changed, 5 insertions(+), 4 deletions(-)
28591
32579
 
28592
32580
commit f9d6dcac0b0bdd30a19cb81dfde96264570bc815
28593
 
Author: Wouter Bolsterlee <uws@xs4all.nl>
28594
 
Date:   Sat Feb 9 17:50:16 2013 +0100
 
32581
Author:     Wouter Bolsterlee <uws@xs4all.nl>
 
32582
AuthorDate: Sat Feb 9 17:50:16 2013 +0100
 
32583
Commit:     Wouter Bolsterlee <uws@xs4all.nl>
 
32584
CommitDate: Sat Feb 9 17:50:16 2013 +0100
28595
32585
 
28596
32586
    Updated Dutch translation
28597
32587
 
28600
32590
 1 file changed, 28 insertions(+), 66 deletions(-)
28601
32591
 
28602
32592
commit ff9b0875d04267d7a42db9f3885bcea42faef421
28603
 
Author: Rachid <rachidbm@ubuntu.com>
28604
 
Date:   Sat Feb 9 17:41:59 2013 +0100
 
32593
Author:     Rachid <rachidbm@ubuntu.com>
 
32594
AuthorDate: Sat Feb 9 17:41:59 2013 +0100
 
32595
Commit:     Wouter Bolsterlee <uws@xs4all.nl>
 
32596
CommitDate: Sat Feb 9 17:41:59 2013 +0100
28605
32597
 
28606
32598
    Updated Dutch translation
28607
32599
 
28610
32602
 1 file changed, 3442 insertions(+), 2876 deletions(-)
28611
32603
 
28612
32604
commit d7c8eda18676dbb1e6743ef46b3bbfe00cdbb578
28613
 
Author: Ryan Lortie <desrt@desrt.ca>
28614
 
Date:   Thu Feb 7 14:05:28 2013 -0500
 
32605
Author:     Ryan Lortie <desrt@desrt.ca>
 
32606
AuthorDate: Thu Feb 7 14:05:28 2013 -0500
 
32607
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32608
CommitDate: Thu Feb 7 14:15:45 2013 -0500
28615
32609
 
28616
32610
    tests: comment out asserts in dynamic type tests
28617
32611
 
28627
32621
 2 files changed, 10 insertions(+)
28628
32622
 
28629
32623
commit 72df62600d1ab473125b6e8beb998e71aa63701e
28630
 
Author: Ryan Lortie <desrt@desrt.ca>
28631
 
Date:   Thu Feb 7 13:50:16 2013 -0500
 
32624
Author:     Ryan Lortie <desrt@desrt.ca>
 
32625
AuthorDate: Thu Feb 7 13:50:16 2013 -0500
 
32626
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32627
CommitDate: Thu Feb 7 14:15:45 2013 -0500
28632
32628
 
28633
32629
    disable support for unloading of dynamic types
28634
32630
 
28646
32642
 1 file changed, 8 insertions(+)
28647
32643
 
28648
32644
commit 2f61a877d8e8e1311d905ab374e421ed0f37c3b7
28649
 
Author: Dan Winship <danw@gnome.org>
28650
 
Date:   Thu Feb 7 08:41:00 2013 -0500
 
32645
Author:     Dan Winship <danw@gnome.org>
 
32646
AuthorDate: Thu Feb 7 08:41:00 2013 -0500
 
32647
Commit:     Dan Winship <danw@gnome.org>
 
32648
CommitDate: Thu Feb 7 08:41:00 2013 -0500
28651
32649
 
28652
32650
    build: fix configure arpa/nameser.h test for Solaris
28653
32651
 
28657
32655
 1 file changed, 4 insertions(+), 2 deletions(-)
28658
32656
 
28659
32657
commit 5b2c87538d09422c2aad61bb42400907c521ec4e
28660
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
28661
 
Date:   Wed Feb 6 18:20:41 2013 +0100
 
32658
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
32659
AuthorDate: Wed Feb 6 18:20:41 2013 +0100
 
32660
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
32661
CommitDate: Wed Feb 6 18:20:41 2013 +0100
28662
32662
 
28663
32663
    Updated Galician translations
28664
32664
 
28667
32667
 1 file changed, 259 insertions(+), 259 deletions(-)
28668
32668
 
28669
32669
commit 7bcd03b570c8dd1e9c9f1607cd3ec29f2895f526
28670
 
Author: Ryan Lortie <desrt@desrt.ca>
28671
 
Date:   Tue Feb 5 18:48:37 2013 +0100
 
32670
Author:     Ryan Lortie <desrt@desrt.ca>
 
32671
AuthorDate: Tue Feb 5 18:48:37 2013 +0100
 
32672
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32673
CommitDate: Tue Feb 5 15:50:19 2013 -0500
28672
32674
 
28673
32675
    GLib 2.35.7
28674
32676
 
28676
32678
 1 file changed, 24 insertions(+)
28677
32679
 
28678
32680
commit 87d9b0b1fd18f7e5e543b69476e44811af809cf6
28679
 
Author: Milo Casagrande <milo@ubuntu.com>
28680
 
Date:   Tue Feb 5 19:22:03 2013 +0100
 
32681
Author:     Milo Casagrande <milo@ubuntu.com>
 
32682
AuthorDate: Tue Feb 5 19:22:03 2013 +0100
 
32683
Commit:     Milo Casagrande <milo@ubuntu.com>
 
32684
CommitDate: Tue Feb 5 19:22:03 2013 +0100
28681
32685
 
28682
32686
    [l10n] Updated Italian translation.
28683
32687
 
28686
32690
 1 file changed, 655 insertions(+), 649 deletions(-)
28687
32691
 
28688
32692
commit 7788bb3a915cc0818186bb2c04a51e195579d13e
28689
 
Author: Matthias Clasen <mclasen@redhat.com>
28690
 
Date:   Mon Feb 4 22:46:24 2013 -0500
 
32693
Author:     Matthias Clasen <mclasen@redhat.com>
 
32694
AuthorDate: Mon Feb 4 22:46:24 2013 -0500
 
32695
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32696
CommitDate: Mon Feb 4 22:46:24 2013 -0500
28691
32697
 
28692
32698
    Make G_IO_FLAG_IS_WRITEABLE and enum value
28693
32699
 
28698
32704
 1 file changed, 1 insertion(+), 3 deletions(-)
28699
32705
 
28700
32706
commit 262ebcd3fa0aff41e7e8e7e70ac1d493f41f2470
28701
 
Author: Matthias Clasen <mclasen@redhat.com>
28702
 
Date:   Mon Feb 4 22:35:29 2013 -0500
 
32707
Author:     Matthias Clasen <mclasen@redhat.com>
 
32708
AuthorDate: Mon Feb 4 22:35:29 2013 -0500
 
32709
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32710
CommitDate: Mon Feb 4 22:35:29 2013 -0500
28703
32711
 
28704
32712
    docs: Add 2 missing :
28705
32713
 
28712
32720
 1 file changed, 2 insertions(+), 2 deletions(-)
28713
32721
 
28714
32722
commit 7f9af8071ca6b9f2ba9e1b60ae41aeeb7274e491
28715
 
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
28716
 
Date:   Sat Nov 10 16:27:56 2012 +0100
 
32723
Author:     Andoni Morales Alastruey <ylatuya@gmail.com>
 
32724
AuthorDate: Sat Nov 10 16:27:56 2012 +0100
 
32725
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32726
CommitDate: Mon Feb 4 21:58:10 2013 -0500
28717
32727
 
28718
32728
    configure: fix check for atomic operations
28719
32729
 
28729
32739
 1 file changed, 13 insertions(+), 2 deletions(-)
28730
32740
 
28731
32741
commit 6b3ec827325cdca7eb2728b07eda4c6b21833b65
28732
 
Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
28733
 
Date:   Sun Feb 3 19:52:58 2013 +0100
 
32742
Author:     Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
 
32743
AuthorDate: Sun Feb 3 19:52:58 2013 +0100
 
32744
Commit:     Ryan Lortie <desrt@desrt.ca>
 
32745
CommitDate: Sun Feb 3 23:59:21 2013 +0100
28734
32746
 
28735
32747
    Compile private test with -pthread on UNIX
28736
32748
 
28743
32755
 1 file changed, 2 insertions(+)
28744
32756
 
28745
32757
commit 6bcb1c0ed6d1fc0ccade1a1b1bd2167b226ec39c
28746
 
Author: Matthias Clasen <mclasen@redhat.com>
28747
 
Date:   Sun Feb 3 15:14:57 2013 -0500
 
32758
Author:     Matthias Clasen <mclasen@redhat.com>
 
32759
AuthorDate: Sun Feb 3 15:14:57 2013 -0500
 
32760
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32761
CommitDate: Sun Feb 3 15:14:57 2013 -0500
28748
32762
 
28749
32763
    Post-release version bump
28750
32764
 
28752
32766
 1 file changed, 1 insertion(+), 1 deletion(-)
28753
32767
 
28754
32768
commit 3fe8ed04c7ae7a34af03056e73962c2beea53486
28755
 
Author: Matthias Clasen <mclasen@redhat.com>
28756
 
Date:   Sun Feb 3 14:25:09 2013 -0500
 
32769
Author:     Matthias Clasen <mclasen@redhat.com>
 
32770
AuthorDate: Sun Feb 3 14:25:09 2013 -0500
 
32771
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32772
CommitDate: Sun Feb 3 14:25:09 2013 -0500
28757
32773
 
28758
32774
    2.35.6
28759
32775
 
28763
32779
 2 files changed, 65 insertions(+), 1 deletion(-)
28764
32780
 
28765
32781
commit 844527c037717d6d086eed1cf750732032d7585c
28766
 
Author: Matthias Clasen <mclasen@redhat.com>
28767
 
Date:   Sun Feb 3 14:08:02 2013 -0500
 
32782
Author:     Matthias Clasen <mclasen@redhat.com>
 
32783
AuthorDate: Sun Feb 3 14:08:02 2013 -0500
 
32784
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32785
CommitDate: Sun Feb 3 14:08:02 2013 -0500
28768
32786
 
28769
32787
    Document GIO_USE_FILE_MONITOR
28770
32788
 
28772
32790
 1 file changed, 13 insertions(+)
28773
32791
 
28774
32792
commit 435abb174d6a1c17ef9f85e7d83cf27c419ce790
28775
 
Author: Matthias Clasen <mclasen@redhat.com>
28776
 
Date:   Sun Feb 3 13:50:36 2013 -0500
 
32793
Author:     Matthias Clasen <mclasen@redhat.com>
 
32794
AuthorDate: Sun Feb 3 13:50:36 2013 -0500
 
32795
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32796
CommitDate: Sun Feb 3 13:50:36 2013 -0500
28777
32797
 
28778
32798
    Fix a doc comment mismatch
28779
32799
 
28781
32801
 1 file changed, 1 insertion(+), 1 deletion(-)
28782
32802
 
28783
32803
commit c5ec4831fa8d96de37d04dcd97abb249872b7a44
28784
 
Author: Matthias Clasen <mclasen@redhat.com>
28785
 
Date:   Sun Feb 3 13:46:50 2013 -0500
 
32804
Author:     Matthias Clasen <mclasen@redhat.com>
 
32805
AuthorDate: Sun Feb 3 13:46:50 2013 -0500
 
32806
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32807
CommitDate: Sun Feb 3 13:46:50 2013 -0500
28786
32808
 
28787
32809
    Trivial doc comment formatting fix
28788
32810
 
28791
32813
 2 files changed, 11 insertions(+), 1 deletion(-)
28792
32814
 
28793
32815
commit 9c72b5776af287447cd79bfee8c848797402755a
28794
 
Author: Matthias Clasen <mclasen@redhat.com>
28795
 
Date:   Sun Feb 3 13:26:36 2013 -0500
 
32816
Author:     Matthias Clasen <mclasen@redhat.com>
 
32817
AuthorDate: Sun Feb 3 13:26:36 2013 -0500
 
32818
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32819
CommitDate: Sun Feb 3 13:26:36 2013 -0500
28796
32820
 
28797
32821
    add 2.36 index to gobject docs
28798
32822
 
28800
32824
 1 file changed, 4 insertions(+)
28801
32825
 
28802
32826
commit 349e6018641d846cd3854d2df223e8a8cf20149b
28803
 
Author: Matthias Clasen <mclasen@redhat.com>
28804
 
Date:   Sun Feb 3 13:25:56 2013 -0500
 
32827
Author:     Matthias Clasen <mclasen@redhat.com>
 
32828
AuthorDate: Sun Feb 3 13:25:56 2013 -0500
 
32829
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32830
CommitDate: Sun Feb 3 13:25:56 2013 -0500
28805
32831
 
28806
32832
    Add 2.36 index to glib docs
28807
32833
 
28809
32835
 1 file changed, 4 insertions(+)
28810
32836
 
28811
32837
commit f302c655842149faa4f01af46e95693ebfcd737b
28812
 
Author: Matthias Clasen <mclasen@redhat.com>
28813
 
Date:   Sun Feb 3 13:24:59 2013 -0500
 
32838
Author:     Matthias Clasen <mclasen@redhat.com>
 
32839
AuthorDate: Sun Feb 3 13:24:59 2013 -0500
 
32840
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32841
CommitDate: Sun Feb 3 13:24:59 2013 -0500
28814
32842
 
28815
32843
    Add a 2.36 index to gio docs
28816
32844
 
28818
32846
 1 file changed, 4 insertions(+)
28819
32847
 
28820
32848
commit 1e4b5a3267161b69975ec5af31c30165c0c555ab
28821
 
Author: Matthias Clasen <mclasen@redhat.com>
28822
 
Date:   Sun Feb 3 13:22:28 2013 -0500
 
32849
Author:     Matthias Clasen <mclasen@redhat.com>
 
32850
AuthorDate: Sun Feb 3 13:22:28 2013 -0500
 
32851
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32852
CommitDate: Sun Feb 3 13:22:28 2013 -0500
28823
32853
 
28824
32854
    Minor doc build cleanups
28825
32855
 
28827
32857
 1 file changed, 2 insertions(+)
28828
32858
 
28829
32859
commit 79d7a138af288e74c564b6382ac17582fc01e323
28830
 
Author: Matthias Clasen <mclasen@redhat.com>
28831
 
Date:   Sun Feb 3 13:17:59 2013 -0500
 
32860
Author:     Matthias Clasen <mclasen@redhat.com>
 
32861
AuthorDate: Sun Feb 3 13:17:59 2013 -0500
 
32862
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32863
CommitDate: Sun Feb 3 13:17:59 2013 -0500
28832
32864
 
28833
32865
    Make GUnixFDSourceFunc show up in the docs
28834
32866
 
28836
32868
 1 file changed, 1 insertion(+), 1 deletion(-)
28837
32869
 
28838
32870
commit 50850cdf98ba4e65d35a4c8e88f301b5c2551b7e
28839
 
Author: Matthias Clasen <mclasen@redhat.com>
28840
 
Date:   Sun Feb 3 10:21:20 2013 -0500
 
32871
Author:     Matthias Clasen <mclasen@redhat.com>
 
32872
AuthorDate: Sun Feb 3 10:21:20 2013 -0500
 
32873
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32874
CommitDate: Sun Feb 3 10:21:20 2013 -0500
28841
32875
 
28842
32876
    Use g_timeout_add_seconds for some long timeouts
28843
32877
 
28848
32882
 2 files changed, 7 insertions(+), 7 deletions(-)
28849
32883
 
28850
32884
commit 1a7b4b42a89ea9736e6447a54e0d2a678356ff64
28851
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
28852
 
Date:   Thu Jan 31 11:44:32 2013 +0100
 
32885
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
32886
AuthorDate: Thu Jan 31 11:44:32 2013 +0100
 
32887
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32888
CommitDate: Sun Feb 3 09:59:09 2013 -0500
28853
32889
 
28854
32890
    gmenumodel: add G_MENU_ATTRIBUTE_ACTION_NAMESPACE
28855
32891
 
28859
32895
 1 file changed, 10 insertions(+)
28860
32896
 
28861
32897
commit 7fb922365bcf635f46b7989ccf08a17c7dd43f91
28862
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
28863
 
Date:   Thu Jan 31 11:35:49 2013 +0100
 
32898
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
32899
AuthorDate: Thu Jan 31 11:35:49 2013 +0100
 
32900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32901
CommitDate: Sun Feb 3 09:59:08 2013 -0500
28864
32902
 
28865
32903
    gmenumodel: document G_MENU_{ATTRIBUTE,LINK}_*
28866
32904
 
28871
32909
 1 file changed, 52 insertions(+)
28872
32910
 
28873
32911
commit aeafab17c72ae19e77c2711183ace8a022e773aa
28874
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
28875
 
Date:   Thu Jan 31 11:03:14 2013 +0100
 
32912
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
32913
AuthorDate: Thu Jan 31 11:03:14 2013 +0100
 
32914
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32915
CommitDate: Sun Feb 3 09:59:07 2013 -0500
28876
32916
 
28877
32917
    gmenuexporter: fix typo in docstring
28878
32918
 
28882
32922
 1 file changed, 1 insertion(+), 1 deletion(-)
28883
32923
 
28884
32924
commit f802f467a5bc5454f7ca5c685fe6e1f3f05a2ae5
28885
 
Author: Matthias Clasen <mclasen@redhat.com>
28886
 
Date:   Sun Feb 3 09:50:48 2013 -0500
 
32925
Author:     Matthias Clasen <mclasen@redhat.com>
 
32926
AuthorDate: Sun Feb 3 09:50:48 2013 -0500
 
32927
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32928
CommitDate: Sun Feb 3 09:50:48 2013 -0500
28887
32929
 
28888
32930
    Avoid a portability problem in the checksum test
28889
32931
 
28894
32936
 1 file changed, 2 insertions(+), 2 deletions(-)
28895
32937
 
28896
32938
commit abbb54cdd6da757f9833d57126551ce934f4970d
28897
 
Author: Matthias Clasen <mclasen@redhat.com>
28898
 
Date:   Sun Feb 3 01:28:50 2013 -0500
 
32939
Author:     Matthias Clasen <mclasen@redhat.com>
 
32940
AuthorDate: Sun Feb 3 01:28:50 2013 -0500
 
32941
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32942
CommitDate: Sun Feb 3 01:30:05 2013 -0500
28899
32943
 
28900
32944
    Fix deprecation note for g_static_mutex_free
28901
32945
 
28907
32951
 2 files changed, 2 insertions(+), 2 deletions(-)
28908
32952
 
28909
32953
commit d632713a7716db10eca4524e7438cbc52f0ea230
28910
 
Author: Matthias Clasen <mclasen@redhat.com>
28911
 
Date:   Sun Feb 3 01:11:02 2013 -0500
 
32954
Author:     Matthias Clasen <mclasen@redhat.com>
 
32955
AuthorDate: Sun Feb 3 01:11:02 2013 -0500
 
32956
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32957
CommitDate: Sun Feb 3 01:11:02 2013 -0500
28912
32958
 
28913
32959
    Make G_DISABLE_DEPRECATED work again for wholly deprecated headers
28914
32960
 
28920
32966
 1 file changed, 2 insertions(+)
28921
32967
 
28922
32968
commit 39a528b9fdf7b16c81bf5338a4b7dd4fd5318dea
28923
 
Author: Dan Winship <danw@gnome.org>
28924
 
Date:   Thu Aug 23 12:39:26 2012 -0400
 
32969
Author:     Dan Winship <danw@gnome.org>
 
32970
AuthorDate: Thu Aug 23 12:39:26 2012 -0400
 
32971
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32972
CommitDate: Sun Feb 3 00:46:52 2013 -0500
28925
32973
 
28926
32974
    g_option_context_help: don't modify the input data
28927
32975
 
28935
32983
 1 file changed, 30 insertions(+), 12 deletions(-)
28936
32984
 
28937
32985
commit ab328469f5cab5681e5564893938a48fe5c2222f
28938
 
Author: Matthias Clasen <mclasen@redhat.com>
28939
 
Date:   Sat Feb 2 22:54:15 2013 -0500
 
32986
Author:     Matthias Clasen <mclasen@redhat.com>
 
32987
AuthorDate: Sat Feb 2 22:54:15 2013 -0500
 
32988
Commit:     Matthias Clasen <mclasen@redhat.com>
 
32989
CommitDate: Sat Feb 2 22:54:15 2013 -0500
28940
32990
 
28941
32991
    Silence automake
28942
32992
 
28957
33007
 11 files changed, 31 insertions(+), 25 deletions(-)
28958
33008
 
28959
33009
commit 0336eb67a23a434ecb08b1fcafb087b869f45239
28960
 
Author: Matthias Clasen <mclasen@redhat.com>
28961
 
Date:   Sat Feb 2 16:53:45 2013 -0500
 
33010
Author:     Matthias Clasen <mclasen@redhat.com>
 
33011
AuthorDate: Sat Feb 2 16:53:45 2013 -0500
 
33012
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33013
CommitDate: Sat Feb 2 18:27:22 2013 -0500
28962
33014
 
28963
33015
    Log errors the same way as messages
28964
33016
 
28969
33021
 1 file changed, 1 insertion(+)
28970
33022
 
28971
33023
commit f5f151cb85b217516ad375d085f379ec4ea97d88
28972
 
Author: Matthias Clasen <mclasen@redhat.com>
28973
 
Date:   Sat Feb 2 16:26:17 2013 -0500
 
33024
Author:     Matthias Clasen <mclasen@redhat.com>
 
33025
AuthorDate: Sat Feb 2 16:26:17 2013 -0500
 
33026
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33027
CommitDate: Sat Feb 2 18:27:22 2013 -0500
28974
33028
 
28975
33029
    Simplify glib/glib/tests setup
28976
33030
 
28981
33035
 1 file changed, 87 insertions(+), 259 deletions(-)
28982
33036
 
28983
33037
commit 8455702a8d55436f2ca37b801052d41cfb0ee2c9
28984
 
Author: Matthias Clasen <mclasen@redhat.com>
28985
 
Date:   Sat Feb 2 16:23:03 2013 -0500
 
33038
Author:     Matthias Clasen <mclasen@redhat.com>
 
33039
AuthorDate: Sat Feb 2 16:23:03 2013 -0500
 
33040
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33041
CommitDate: Sat Feb 2 18:27:22 2013 -0500
28986
33042
 
28987
33043
    Make the logging test more robust
28988
33044
 
28998
33054
 1 file changed, 9 insertions(+)
28999
33055
 
29000
33056
commit 067d822968719e87adde7745541e8fa82cfcf9ab
29001
 
Author: Piotr Drąg <piotrdrag@gmail.com>
29002
 
Date:   Sun Feb 3 00:24:14 2013 +0100
 
33057
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
33058
AuthorDate: Sun Feb 3 00:24:14 2013 +0100
 
33059
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
33060
CommitDate: Sun Feb 3 00:24:14 2013 +0100
29003
33061
 
29004
33062
    Updated Polish translation
29005
33063
 
29008
33066
 1 file changed, 258 insertions(+), 245 deletions(-)
29009
33067
 
29010
33068
commit 278fe4a20f133b95694b413cc42789c3d85fdef1
29011
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
29012
 
Date:   Sat Feb 2 11:23:56 2013 +0200
 
33069
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
33070
AuthorDate: Sat Feb 2 11:23:56 2013 +0200
 
33071
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
33072
CommitDate: Sat Feb 2 11:23:56 2013 +0200
29013
33073
 
29014
33074
    Updated Hebrew translation.
29015
33075
 
29018
33078
 1 file changed, 316 insertions(+), 304 deletions(-)
29019
33079
 
29020
33080
commit a809650a06cc91aa3f7acbe4ac3d7c4018798c2e
29021
 
Author: Will Thompson <will.thompson@collabora.co.uk>
29022
 
Date:   Tue Jan 29 16:09:40 2013 +0000
 
33081
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
33082
AuthorDate: Tue Jan 29 16:09:40 2013 +0000
 
33083
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33084
CommitDate: Sat Feb 2 00:34:06 2013 -0500
29023
33085
 
29024
33086
    Test for g_hash_table_insert() corrupting sets
29025
33087
 
29029
33091
 1 file changed, 50 insertions(+)
29030
33092
 
29031
33093
commit bb1df4d01b25e6e12ff30adcd3b07b37c4837bc0
29032
 
Author: Ryan Lortie <desrt@desrt.ca>
29033
 
Date:   Wed Jan 30 01:23:48 2013 +0100
 
33094
Author:     Ryan Lortie <desrt@desrt.ca>
 
33095
AuthorDate: Wed Jan 30 01:23:48 2013 +0100
 
33096
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33097
CommitDate: Sat Feb 2 00:34:01 2013 -0500
29034
33098
 
29035
33099
    hashtable: properly handle insert() de-set-ifying
29036
33100
 
29054
33118
 1 file changed, 56 insertions(+), 18 deletions(-)
29055
33119
 
29056
33120
commit b1e02c7e32b40bd9e202fd4e14f046041ae0258b
29057
 
Author: Руслан Ижбулатов <lrn1986@gmail.com>
29058
 
Date:   Sat Jan 19 11:50:28 2013 +0400
 
33121
Author:     Руслан Ижбулатов <lrn1986@gmail.com>
 
33122
AuthorDate: Sat Jan 19 11:50:28 2013 +0400
 
33123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33124
CommitDate: Sat Feb 2 00:25:27 2013 -0500
29059
33125
 
29060
33126
    Fix gio tests makefile for W32
29061
33127
 
29074
33140
 1 file changed, 4 insertions(+)
29075
33141
 
29076
33142
commit 59372663f2ed57b60de7cbf2a3241cf9d7adbbea
29077
 
Author: Matthias Clasen <mclasen@redhat.com>
29078
 
Date:   Sat Feb 2 00:19:15 2013 -0500
 
33143
Author:     Matthias Clasen <mclasen@redhat.com>
 
33144
AuthorDate: Sat Feb 2 00:19:15 2013 -0500
 
33145
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33146
CommitDate: Sat Feb 2 00:19:15 2013 -0500
29079
33147
 
29080
33148
    Don't try to find nfs mounts on Windows
29081
33149
 
29086
33154
 1 file changed, 11 insertions(+)
29087
33155
 
29088
33156
commit 477490786b05c25614620a47a4b7d6632aa6e480
29089
 
Author: Ryan Lortie <desrt@desrt.ca>
29090
 
Date:   Fri Feb 1 04:56:23 2013 +0100
 
33157
Author:     Ryan Lortie <desrt@desrt.ca>
 
33158
AuthorDate: Fri Feb 1 04:56:23 2013 +0100
 
33159
Commit:     Ryan Lortie <desrt@desrt.ca>
 
33160
CommitDate: Fri Feb 1 04:56:23 2013 +0100
29091
33161
 
29092
33162
    gmain: equivocate a bit on _set_ready_time()
29093
33163
 
29104
33174
 1 file changed, 6 insertions(+)
29105
33175
 
29106
33176
commit 3202978060b8352633ad484199ce51d4b81ffdc3
29107
 
Author: Stef Walter <stefw@gnome.org>
29108
 
Date:   Wed Jan 30 11:13:38 2013 +0100
 
33177
Author:     Stef Walter <stefw@gnome.org>
 
33178
AuthorDate: Wed Jan 30 11:13:38 2013 +0100
 
33179
Commit:     Stef Walter <stefw@gnome.org>
 
33180
CommitDate: Thu Jan 31 10:00:55 2013 +0100
29109
33181
 
29110
33182
    gdbus: Don't output invalid nested <para> docbook tags
29111
33183
 
29118
33190
 1 file changed, 13 insertions(+), 7 deletions(-)
29119
33191
 
29120
33192
commit 11e208f9d61156c1bbe4ff9f3ca3f24827246976
29121
 
Author: Stef Walter <stefw@gnome.org>
29122
 
Date:   Wed Jan 30 11:07:52 2013 +0100
 
33193
Author:     Stef Walter <stefw@gnome.org>
 
33194
AuthorDate: Wed Jan 30 11:07:52 2013 +0100
 
33195
Commit:     Stef Walter <stefw@gnome.org>
 
33196
CommitDate: Thu Jan 31 10:00:55 2013 +0100
29123
33197
 
29124
33198
    gdbus: Don't output invalid empty <variablelist> tags
29125
33199
 
29134
33208
 1 file changed, 21 insertions(+), 19 deletions(-)
29135
33209
 
29136
33210
commit a60014f1b6fe9b62fa37b738dfc9a97d3046a1dc
29137
 
Author: Dan Winship <danw@gnome.org>
29138
 
Date:   Wed Dec 12 16:00:26 2012 +0100
 
33211
Author:     Dan Winship <danw@gnome.org>
 
33212
AuthorDate: Wed Dec 12 16:00:26 2012 +0100
 
33213
Commit:     Dan Winship <danw@gnome.org>
 
33214
CommitDate: Wed Jan 30 16:46:02 2013 -0500
29139
33215
 
29140
33216
    GInetSocketAddress: fix the byte order of flowinfo and scope_id
29141
33217
 
29158
33234
 4 files changed, 12 insertions(+), 6 deletions(-)
29159
33235
 
29160
33236
commit 0ea7abaed5cff685f4d825f13588979e5dcb8e5b
29161
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
29162
 
Date:   Wed Jan 30 17:59:09 2013 +0100
 
33237
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
33238
AuthorDate: Wed Jan 30 17:59:09 2013 +0100
 
33239
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
33240
CommitDate: Wed Jan 30 17:59:09 2013 +0100
29163
33241
 
29164
33242
    gmacros: add G_GNUC_UNUSED to G_STATIC_ASSERT
29165
33243
 
29169
33247
 1 file changed, 2 insertions(+), 2 deletions(-)
29170
33248
 
29171
33249
commit 7986d834c03490104a06e6adfa6156a52688f7c2
29172
 
Author: Kjartan Maraas <kmaraas@gnome.org>
29173
 
Date:   Tue Jan 29 19:36:58 2013 +0100
 
33250
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
33251
AuthorDate: Tue Jan 29 19:36:58 2013 +0100
 
33252
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
33253
CommitDate: Tue Jan 29 19:36:58 2013 +0100
29174
33254
 
29175
33255
    Updated Norwegian bokmål translation
29176
33256
 
29179
33259
 1 file changed, 162 insertions(+), 162 deletions(-)
29180
33260
 
29181
33261
commit f398bec5bcc0d924e2401c76a6b94133e9490835
29182
 
Author: Colin Walters <walters@verbum.org>
29183
 
Date:   Fri Jan 25 12:05:26 2013 -0500
 
33262
Author:     Colin Walters <walters@verbum.org>
 
33263
AuthorDate: Fri Jan 25 12:05:26 2013 -0500
 
33264
Commit:     Colin Walters <walters@verbum.org>
 
33265
CommitDate: Tue Jan 29 09:46:04 2013 -0500
29184
33266
 
29185
33267
    Add g_close(), use it
29186
33268
 
29219
33301
 15 files changed, 115 insertions(+), 67 deletions(-)
29220
33302
 
29221
33303
commit cf68300d27784ab5baaf6ef4761cead0ec404b1f
29222
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
29223
 
Date:   Sat Jan 26 17:37:33 2013 +0000
 
33304
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
33305
AuthorDate: Sat Jan 26 17:37:33 2013 +0000
 
33306
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
33307
CommitDate: Mon Jan 28 11:37:53 2013 +0000
29224
33308
 
29225
33309
    g_atomic_int_get, g_atomic_pointer_get: accept const arguments
29226
33310
 
29234
33318
 3 files changed, 19 insertions(+), 8 deletions(-)
29235
33319
 
29236
33320
commit f7b31301d5cc8f3810a747fb598b3cb683dfb337
29237
 
Author: Matej Urbančič <mateju@svn.gnome.org>
29238
 
Date:   Sun Jan 27 22:03:12 2013 +0100
 
33321
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
33322
AuthorDate: Sun Jan 27 22:03:12 2013 +0100
 
33323
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
33324
CommitDate: Sun Jan 27 22:29:37 2013 +0100
29239
33325
 
29240
33326
    Updated Slovenian translation
29241
33327
 
29244
33330
 1 file changed, 137 insertions(+), 138 deletions(-)
29245
33331
 
29246
33332
commit 166766a89fcd173dcd6ffda11f902029928f7f28
29247
 
Author: Colin Walters <walters@verbum.org>
29248
 
Date:   Fri Jan 25 10:40:45 2013 -0500
 
33333
Author:     Colin Walters <walters@verbum.org>
 
33334
AuthorDate: Fri Jan 25 10:40:45 2013 -0500
 
33335
Commit:     Colin Walters <walters@verbum.org>
 
33336
CommitDate: Sun Jan 27 11:04:48 2013 -0500
29249
33337
 
29250
33338
    GFile: Clean up file_copy_fallback to fix SEGV with btrfs
29251
33339
 
29262
33350
 1 file changed, 76 insertions(+), 64 deletions(-)
29263
33351
 
29264
33352
commit 1818e0a2f80fc578d80b8dbc73163bf81b7d792b
29265
 
Author: Aurimas Černius <aurisc4@gmail.com>
29266
 
Date:   Sat Jan 26 20:24:32 2013 +0200
 
33353
Author:     Aurimas Černius <aurisc4@gmail.com>
 
33354
AuthorDate: Sat Jan 26 20:24:32 2013 +0200
 
33355
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
33356
CommitDate: Sat Jan 26 20:24:32 2013 +0200
29267
33357
 
29268
33358
    Updated Lithuanian translation
29269
33359
 
29272
33362
 1 file changed, 1043 insertions(+), 1023 deletions(-)
29273
33363
 
29274
33364
commit 67694fb35e88dd4254173871ebfd5ef814a2ba59
29275
 
Author: Rui Matos <tiagomatos@gmail.com>
29276
 
Date:   Sat Jan 26 19:08:08 2013 +0100
 
33365
Author:     Rui Matos <tiagomatos@gmail.com>
 
33366
AuthorDate: Sat Jan 26 19:08:08 2013 +0100
 
33367
Commit:     Rui Matos <tiagomatos@gmail.com>
 
33368
CommitDate: Sat Jan 26 19:12:10 2013 +0100
29277
33369
 
29278
33370
    gsequence: Fix g_sequence_lookup() return value documentation
29279
33371
 
29284
33376
 1 file changed, 3 insertions(+), 2 deletions(-)
29285
33377
 
29286
33378
commit 82f2ee90fea41238d1936fc38a404cdb268c1b89
29287
 
Author: Dan Winship <danw@gnome.org>
29288
 
Date:   Sat Jan 26 10:09:33 2013 -0500
 
33379
Author:     Dan Winship <danw@gnome.org>
 
33380
AuthorDate: Sat Jan 26 10:09:33 2013 -0500
 
33381
Commit:     Dan Winship <danw@gnome.org>
 
33382
CommitDate: Sat Jan 26 10:09:33 2013 -0500
29289
33383
 
29290
33384
    .gitignore updates
29291
33385
 
29294
33388
 2 files changed, 5 insertions(+)
29295
33389
 
29296
33390
commit 1eb5c7ceddd88bb198a01384684e52e7080921a9
29297
 
Author: Matthias Clasen <mclasen@redhat.com>
29298
 
Date:   Fri Jan 25 20:09:26 2013 -0500
 
33391
Author:     Matthias Clasen <mclasen@redhat.com>
 
33392
AuthorDate: Fri Jan 25 20:09:26 2013 -0500
 
33393
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33394
CommitDate: Fri Jan 25 20:09:26 2013 -0500
29299
33395
 
29300
33396
    Plug a small memleak in gdbus-export test
29301
33397
 
29303
33399
 1 file changed, 1 insertion(+)
29304
33400
 
29305
33401
commit 48fd50701229de084947ea94406c1ff2c7c397f5
29306
 
Author: Colin Walters <walters@verbum.org>
29307
 
Date:   Fri Jan 25 12:32:39 2013 -0500
 
33402
Author:     Colin Walters <walters@verbum.org>
 
33403
AuthorDate: Fri Jan 25 12:32:39 2013 -0500
 
33404
Commit:     Colin Walters <walters@verbum.org>
 
33405
CommitDate: Fri Jan 25 13:45:07 2013 -0500
29308
33406
 
29309
33407
    gfile: Ensure we create internal pipe with FD_CLOEXEC
29310
33408
 
29316
33414
 1 file changed, 5 insertions(+), 6 deletions(-)
29317
33415
 
29318
33416
commit cbd7225e7072e6c886e7370f999299d25906a14b
29319
 
Author: Colin Walters <walters@verbum.org>
29320
 
Date:   Fri Jan 25 12:06:04 2013 -0500
 
33417
Author:     Colin Walters <walters@verbum.org>
 
33418
AuthorDate: Fri Jan 25 12:06:04 2013 -0500
 
33419
Commit:     Colin Walters <walters@verbum.org>
 
33420
CommitDate: Fri Jan 25 12:06:04 2013 -0500
29321
33421
 
29322
33422
    gwakeup: Fix uninitialized variable from previous commit
29323
33423
 
29327
33427
 1 file changed, 1 insertion(+), 1 deletion(-)
29328
33428
 
29329
33429
commit 090f874626312e83d053a51aeb59670b2a9655d7
29330
 
Author: Colin Walters <walters@verbum.org>
29331
 
Date:   Wed Aug 29 11:44:01 2012 -0400
 
33430
Author:     Colin Walters <walters@verbum.org>
 
33431
AuthorDate: Wed Aug 29 11:44:01 2012 -0400
 
33432
Commit:     Colin Walters <walters@verbum.org>
 
33433
CommitDate: Fri Jan 25 11:23:48 2013 -0500
29332
33434
 
29333
33435
    Handle EINTR for a few more write() calls
29334
33436
 
29339
33441
 2 files changed, 15 insertions(+), 3 deletions(-)
29340
33442
 
29341
33443
commit 2ab5ed84b2154146c75dcd3876315a4beda48752
29342
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
29343
 
Date:   Fri Jan 25 12:54:09 2013 +0100
 
33444
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
33445
AuthorDate: Fri Jan 25 12:54:09 2013 +0100
 
33446
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
33447
CommitDate: Fri Jan 25 12:54:09 2013 +0100
29344
33448
 
29345
33449
    Updated Spanish translation
29346
33450
 
29349
33453
 1 file changed, 129 insertions(+), 128 deletions(-)
29350
33454
 
29351
33455
commit 7261294ec163234e52f0edeb24df0b18f5e77395
29352
 
Author: Akira TAGOH <akira@tagoh.org>
29353
 
Date:   Thu Jan 24 12:33:39 2013 +0900
 
33456
Author:     Akira TAGOH <akira@tagoh.org>
 
33457
AuthorDate: Thu Jan 24 12:33:39 2013 +0900
 
33458
Commit:     Akira TAGOH <akira@tagoh.org>
 
33459
CommitDate: Fri Jan 25 13:39:53 2013 +0900
29354
33460
 
29355
33461
    gcontenttype: Duplicate the string inside Mutex lock for thread-safety
29356
33462
 
29360
33466
 1 file changed, 2 insertions(+), 1 deletion(-)
29361
33467
 
29362
33468
commit c67a2ebda387331793563dafa57dbb19aa136b9d
29363
 
Author: Gil Forcada <gforcada@gnome.org>
29364
 
Date:   Fri Jan 25 00:17:18 2013 +0100
 
33469
Author:     Gil Forcada <gforcada@gnome.org>
 
33470
AuthorDate: Fri Jan 25 00:17:18 2013 +0100
 
33471
Commit:     Gil Forcada <gforcada@gnome.org>
 
33472
CommitDate: Fri Jan 25 00:17:18 2013 +0100
29365
33473
 
29366
33474
    Incorrect string formatters, fixes #692229
29367
33475
 
29369
33477
 1 file changed, 2 insertions(+), 2 deletions(-)
29370
33478
 
29371
33479
commit b0d5ce16782cc06712456ffa6b8a7521a70bcd1e
29372
 
Author: Alexander Larsson <alexl@redhat.com>
29373
 
Date:   Wed Jan 23 12:07:10 2013 +0100
 
33480
Author:     Alexander Larsson <alexl@redhat.com>
 
33481
AuthorDate: Wed Jan 23 12:07:10 2013 +0100
 
33482
Commit:     Alexander Larsson <alexl@redhat.com>
 
33483
CommitDate: Thu Jan 24 10:07:03 2013 +0100
29374
33484
 
29375
33485
    Ignore fstab entries that are bind mounts
29376
33486
 
29384
33494
 1 file changed, 4 insertions(+)
29385
33495
 
29386
33496
commit 455afd3545a29393aec66f5d87dde7920db9d87b
29387
 
Author: Dan Winship <danw@gnome.org>
29388
 
Date:   Mon Jan 21 11:25:26 2013 -0500
 
33497
Author:     Dan Winship <danw@gnome.org>
 
33498
AuthorDate: Mon Jan 21 11:25:26 2013 -0500
 
33499
Commit:     Dan Winship <danw@gnome.org>
 
33500
CommitDate: Wed Jan 23 12:49:29 2013 -0500
29389
33501
 
29390
33502
    build: fix a srcdir != builddir problem with gnetworking.h
29391
33503
 
29404
33516
 2 files changed, 3 insertions(+), 5 deletions(-)
29405
33517
 
29406
33518
commit d8874e58a78889815f004f62681cd99b5f5d36f7
29407
 
Author: Colin Walters <walters@verbum.org>
29408
 
Date:   Wed Jan 23 11:51:48 2013 -0500
 
33519
Author:     Colin Walters <walters@verbum.org>
 
33520
AuthorDate: Wed Jan 23 11:51:48 2013 -0500
 
33521
Commit:     Colin Walters <walters@verbum.org>
 
33522
CommitDate: Wed Jan 23 12:23:51 2013 -0500
29409
33523
 
29410
33524
    gtester: Use FD_CLOEXEC when creating pipes
29411
33525
 
29418
33532
 1 file changed, 5 insertions(+), 3 deletions(-)
29419
33533
 
29420
33534
commit 5932e16acda9434cd4e9d76cf6faba4b8217357f
29421
 
Author: Dan Winship <danw@gnome.org>
29422
 
Date:   Tue Jan 22 16:39:49 2013 -0500
 
33535
Author:     Dan Winship <danw@gnome.org>
 
33536
AuthorDate: Tue Jan 22 16:39:49 2013 -0500
 
33537
Commit:     Dan Winship <danw@gnome.org>
 
33538
CommitDate: Wed Jan 23 08:48:32 2013 -0500
29423
33539
 
29424
33540
    GNetworkMonitorNetlink: make the netlink socket cloexec
29425
33541
 
29436
33552
 3 files changed, 57 insertions(+), 36 deletions(-)
29437
33553
 
29438
33554
commit 2476dd24d7c30dbc04a37fbac6a2fa7e2551ede9
29439
 
Author: Shankar Prasad <svenkate@redhat.com>
29440
 
Date:   Wed Jan 23 12:59:13 2013 +0530
 
33555
Author:     Shankar Prasad <svenkate@redhat.com>
 
33556
AuthorDate: Wed Jan 23 12:59:13 2013 +0530
 
33557
Commit:     Shankar Prasad <svenkate@redhat.com>
 
33558
CommitDate: Wed Jan 23 12:59:13 2013 +0530
29441
33559
 
29442
33560
    Updated kn translations
29443
33561
 
29446
33564
 1 file changed, 351 insertions(+), 338 deletions(-)
29447
33565
 
29448
33566
commit bfc9536617721535eb0403496d9983542f2175e4
29449
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
29450
 
Date:   Tue Jan 22 14:14:27 2013 +0800
 
33567
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33568
AuthorDate: Tue Jan 22 14:14:27 2013 +0800
 
33569
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33570
CommitDate: Tue Jan 22 14:14:27 2013 +0800
29451
33571
 
29452
33572
    build/Makefile-newvs.am: Make description comment clearer
29453
33573
 
29455
33575
 1 file changed, 2 insertions(+), 2 deletions(-)
29456
33576
 
29457
33577
commit e908b50371a5052d7a9690b3409ae028d46540b4
29458
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
29459
 
Date:   Sun Jan 20 14:00:50 2013 -0500
 
33578
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
33579
AuthorDate: Sun Jan 20 14:00:50 2013 -0500
 
33580
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
33581
CommitDate: Mon Jan 21 10:36:42 2013 -0500
29460
33582
 
29461
33583
    gfile: don't report completion twice on g_file_load_contents error
29462
33584
 
29476
33598
 1 file changed, 5 insertions(+), 4 deletions(-)
29477
33599
 
29478
33600
commit 40f8e15c1b07f46d36b16cf8bcf9fce7f1a73c54
29479
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
29480
 
Date:   Sun Jan 20 13:12:49 2013 -0500
 
33601
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
33602
AuthorDate: Sun Jan 20 13:12:49 2013 -0500
 
33603
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
33604
CommitDate: Mon Jan 21 09:51:09 2013 -0500
29481
33605
 
29482
33606
    inotify: fix a memleak
29483
33607
 
29487
33611
 1 file changed, 1 insertion(+)
29488
33612
 
29489
33613
commit 09342300074f8cff5b91bb777d99f63bcda2666c
29490
 
Author: Kjartan Maraas <kmaraas@gnome.org>
29491
 
Date:   Mon Jan 21 12:25:16 2013 +0100
 
33614
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
33615
AuthorDate: Mon Jan 21 12:25:16 2013 +0100
 
33616
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
33617
CommitDate: Mon Jan 21 12:25:16 2013 +0100
29492
33618
 
29493
33619
    Updated Norwegian bokmål translation
29494
33620
 
29497
33623
 1 file changed, 138 insertions(+), 126 deletions(-)
29498
33624
 
29499
33625
commit 1ce415b45bde895c31dd32e2f7ab7e7ab79e735e
29500
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
29501
 
Date:   Thu Jan 3 22:53:06 2013 +0100
 
33626
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
33627
AuthorDate: Thu Jan 3 22:53:06 2013 +0100
 
33628
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
33629
CommitDate: Sun Jan 20 16:23:32 2013 +0100
29502
33630
 
29503
33631
    Install an invalidation notifier for GClosure in
29504
33632
    g_source_set_closure()
29516
33644
 1 file changed, 9 insertions(+)
29517
33645
 
29518
33646
commit e68402e330b977fb6324af6eca7ccf612b0e8b9c
29519
 
Author: Gheyret Kenji <gheyret@gmail.com>
29520
 
Date:   Sun Jan 20 19:47:16 2013 +0900
 
33647
Author:     Gheyret Kenji <gheyret@gmail.com>
 
33648
AuthorDate: Sun Jan 20 19:47:16 2013 +0900
 
33649
Commit:     Gheyret Kenji <gheyret@gmail.com>
 
33650
CommitDate: Sun Jan 20 19:47:16 2013 +0900
29521
33651
 
29522
33652
    Updated Uyghur translation
29523
33653
 
29528
33658
 1 file changed, 1275 insertions(+), 1102 deletions(-)
29529
33659
 
29530
33660
commit 287849a1ee1f927e055f6daa5d298ba568529fb2
29531
 
Author: Matthias Clasen <mclasen@redhat.com>
29532
 
Date:   Sun Jan 20 03:16:47 2013 -0500
 
33661
Author:     Matthias Clasen <mclasen@redhat.com>
 
33662
AuthorDate: Sun Jan 20 03:16:47 2013 -0500
 
33663
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33664
CommitDate: Sun Jan 20 03:16:47 2013 -0500
29533
33665
 
29534
33666
    Fix a typo
29535
33667
 
29537
33669
 1 file changed, 1 insertion(+), 1 deletion(-)
29538
33670
 
29539
33671
commit 89aa9dbd9871d6f6cffc25ae8cb02e3b764a25b6
29540
 
Author: Matthias Clasen <mclasen@redhat.com>
29541
 
Date:   Sun Jan 20 03:14:24 2013 -0500
 
33672
Author:     Matthias Clasen <mclasen@redhat.com>
 
33673
AuthorDate: Sun Jan 20 03:14:24 2013 -0500
 
33674
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33675
CommitDate: Sun Jan 20 03:14:24 2013 -0500
29542
33676
 
29543
33677
    Fix g_test_add_vtable
29544
33678
 
29550
33684
 1 file changed, 21 insertions(+), 2 deletions(-)
29551
33685
 
29552
33686
commit 1cd0cf37974f8bae221bf9b988376066c683f69e
29553
 
Author: Matthias Clasen <mclasen@redhat.com>
29554
 
Date:   Sun Jan 20 03:12:09 2013 -0500
 
33687
Author:     Matthias Clasen <mclasen@redhat.com>
 
33688
AuthorDate: Sun Jan 20 03:12:09 2013 -0500
 
33689
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33690
CommitDate: Sun Jan 20 03:12:09 2013 -0500
29555
33691
 
29556
33692
    Fix annotation for g_test_fail
29557
33693
 
29562
33698
 1 file changed, 1 insertion(+), 1 deletion(-)
29563
33699
 
29564
33700
commit 9e9d028b96b3e19902a40b930418a0ec3e30ccfc
29565
 
Author: Matthias Clasen <mclasen@redhat.com>
29566
 
Date:   Sat Jan 19 14:30:05 2013 -0500
 
33701
Author:     Matthias Clasen <mclasen@redhat.com>
 
33702
AuthorDate: Sat Jan 19 14:30:05 2013 -0500
 
33703
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33704
CommitDate: Sat Jan 19 14:30:05 2013 -0500
29567
33705
 
29568
33706
    Fix build with -Werror=format
29569
33707
 
29577
33715
 1 file changed, 3 insertions(+), 3 deletions(-)
29578
33716
 
29579
33717
commit 6af88940032ab12179af5a9531915344e3e3db98
29580
 
Author: Ryan Lortie <desrt@desrt.ca>
29581
 
Date:   Fri Jan 18 18:48:31 2013 -0500
 
33718
Author:     Ryan Lortie <desrt@desrt.ca>
 
33719
AuthorDate: Fri Jan 18 18:48:31 2013 -0500
 
33720
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33721
CommitDate: Sat Jan 19 14:04:49 2013 -0500
29582
33722
 
29583
33723
    fam: implement gio-nfs-{file,directory}-monitor
29584
33724
 
29594
33734
 3 files changed, 10 insertions(+)
29595
33735
 
29596
33736
commit 6be54e9f56e9344ecd55a8952dff957573a136b7
29597
 
Author: Ryan Lortie <desrt@desrt.ca>
29598
 
Date:   Fri Jan 18 18:44:11 2013 -0500
 
33737
Author:     Ryan Lortie <desrt@desrt.ca>
 
33738
AuthorDate: Fri Jan 18 18:44:11 2013 -0500
 
33739
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33740
CommitDate: Sat Jan 19 14:04:49 2013 -0500
29599
33741
 
29600
33742
    localfile: add support for monitoring on NFS
29601
33743
 
29620
33762
 6 files changed, 105 insertions(+), 12 deletions(-)
29621
33763
 
29622
33764
commit c83600e8ae419df7c30b16d267d71d706a29936f
29623
 
Author: Ryan Lortie <desrt@desrt.ca>
29624
 
Date:   Fri Jan 18 18:30:36 2013 -0500
 
33765
Author:     Ryan Lortie <desrt@desrt.ca>
 
33766
AuthorDate: Fri Jan 18 18:30:36 2013 -0500
 
33767
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33768
CommitDate: Sat Jan 19 14:04:49 2013 -0500
29625
33769
 
29626
33770
    file monitors: use new giomodule function
29627
33771
 
29643
33787
 2 files changed, 8 insertions(+), 112 deletions(-)
29644
33788
 
29645
33789
commit 3a7b44c007c2d80d9adfa883eca82124ec39deee
29646
 
Author: Ryan Lortie <desrt@desrt.ca>
29647
 
Date:   Fri Jan 18 18:27:57 2013 -0500
 
33790
Author:     Ryan Lortie <desrt@desrt.ca>
 
33791
AuthorDate: Fri Jan 18 18:27:57 2013 -0500
 
33792
Commit:     Matthias Clasen <mclasen@redhat.com>
 
33793
CommitDate: Sat Jan 19 14:04:49 2013 -0500
29648
33794
 
29649
33795
    giomodule: add a new "get default" function
29650
33796
 
29669
33815
 2 files changed, 122 insertions(+), 2 deletions(-)
29670
33816
 
29671
33817
commit ca58dae277896d9e431b54069e5f28cf1bd49d2a
29672
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
29673
 
Date:   Sat Jan 19 12:05:12 2013 +0800
 
33818
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33819
AuthorDate: Sat Jan 19 12:05:12 2013 +0800
 
33820
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33821
CommitDate: Sat Jan 19 12:05:12 2013 +0800
29674
33822
 
29675
33823
    Update Visual C++ 2010 property sheet
29676
33824
 
29680
33828
 1 file changed, 18 deletions(-)
29681
33829
 
29682
33830
commit 6c7539fe592849f5639eebd277763319f6fc9cb8
29683
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
29684
 
Date:   Sat Jan 19 12:02:45 2013 +0800
 
33831
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33832
AuthorDate: Sat Jan 19 12:02:45 2013 +0800
 
33833
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33834
CommitDate: Sat Jan 19 12:02:45 2013 +0800
29685
33835
 
29686
33836
    Clean up Visual C++ property sheets
29687
33837
 
29697
33847
 2 files changed, 31 deletions(-)
29698
33848
 
29699
33849
commit bdb7c2d956a95ca6a66812c1218dc085f8f2f8fe
29700
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
29701
 
Date:   Sat Jan 19 11:58:47 2013 +0800
 
33850
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33851
AuthorDate: Sat Jan 19 11:58:47 2013 +0800
 
33852
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
33853
CommitDate: Sat Jan 19 11:58:47 2013 +0800
29702
33854
 
29703
33855
    Bug 688681: Stop using the .def file for GThread Visual C++ builds
29704
33856
 
29722
33874
 7 files changed, 2 insertions(+), 48 deletions(-)
29723
33875
 
29724
33876
commit 13966e0fadc40a6fabb0de216e8b2c3b6d457a79
29725
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
29726
 
Date:   Fri Jan 18 17:22:52 2013 -0500
 
33877
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
33878
AuthorDate: Fri Jan 18 17:22:52 2013 -0500
 
33879
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
33880
CommitDate: Fri Jan 18 17:22:52 2013 -0500
29727
33881
 
29728
33882
    timezone: plug a memleak
29729
33883
 
29731
33885
 1 file changed, 9 insertions(+), 1 deletion(-)
29732
33886
 
29733
33887
commit f24594122c3e3c66702ff537d3468ed251838007
29734
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
29735
 
Date:   Fri Jan 18 17:02:35 2013 -0500
 
33888
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
33889
AuthorDate: Fri Jan 18 17:02:35 2013 -0500
 
33890
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
33891
CommitDate: Fri Jan 18 17:09:31 2013 -0500
29736
33892
 
29737
33893
    timezone: avoid a double GBytes unref
29738
33894
 
29743
33899
 1 file changed, 1 deletion(-)
29744
33900
 
29745
33901
commit 4d3bb3caf7a1076960e148216e4f6d20eedd5ad1
29746
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
29747
 
Date:   Fri Jan 18 23:01:19 2013 +0100
 
33902
Author:     Мирослав Николић
 
33903
<miroslavnikolic@rocketmail.com>
 
33904
AuthorDate: Fri Jan 18 23:01:19 2013 +0100
 
33905
Commit:     Мирослав Николић
 
33906
<miroslavnikolic@rocketmail.com>
 
33907
CommitDate: Fri Jan 18 23:01:19 2013 +0100
29748
33908
 
29749
33909
    Updated Serbian translation
29750
33910
 
29755
33915
 2 files changed, 1120 insertions(+), 1120 deletions(-)
29756
33916
 
29757
33917
commit 998c6e65cf18aee626b9982347c29b4b09f2c097
29758
 
Author: Ryan Lortie <desrt@desrt.ca>
29759
 
Date:   Fri Jan 18 16:11:20 2013 -0500
 
33918
Author:     Ryan Lortie <desrt@desrt.ca>
 
33919
AuthorDate: Fri Jan 18 16:11:20 2013 -0500
 
33920
Commit:     Ryan Lortie <desrt@desrt.ca>
 
33921
CommitDate: Fri Jan 18 16:27:13 2013 -0500
29760
33922
 
29761
33923
    GVariant: fix normal-form checking for tuples
29762
33924
 
29814
33976
 1 file changed, 4 insertions(+)
29815
33977
 
29816
33978
commit 00ee6de4e29f7f8c5338f1f9083717d5ec1d9246
29817
 
Author: Ryan Lortie <desrt@desrt.ca>
29818
 
Date:   Fri Jan 18 14:33:16 2013 -0500
 
33979
Author:     Ryan Lortie <desrt@desrt.ca>
 
33980
AuthorDate: Fri Jan 18 14:33:16 2013 -0500
 
33981
Commit:     Ryan Lortie <desrt@desrt.ca>
 
33982
CommitDate: Fri Jan 18 14:33:16 2013 -0500
29819
33983
 
29820
33984
    gobject/: Remove abicheck.sh from DIST_EXTRA
29821
33985
 
29823
33987
 1 file changed, 1 insertion(+), 2 deletions(-)
29824
33988
 
29825
33989
commit 614f6c5e7073737cf1f531120287688859f88bd7
29826
 
Author: Ryan Lortie <desrt@desrt.ca>
29827
 
Date:   Fri Jan 18 13:56:10 2013 -0500
 
33990
Author:     Ryan Lortie <desrt@desrt.ca>
 
33991
AuthorDate: Fri Jan 18 13:56:10 2013 -0500
 
33992
Commit:     Ryan Lortie <desrt@desrt.ca>
 
33993
CommitDate: Fri Jan 18 13:57:07 2013 -0500
29828
33994
 
29829
33995
    Add new API checking utility
29830
33996
 
29839
34005
 2 files changed, 29 insertions(+), 1 deletion(-)
29840
34006
 
29841
34007
commit 52a81a7d86102604729ba07824f1ae6a45b51cea
29842
 
Author: Ryan Lortie <desrt@desrt.ca>
29843
 
Date:   Fri Jan 18 13:27:16 2013 -0500
 
34008
Author:     Ryan Lortie <desrt@desrt.ca>
 
34009
AuthorDate: Fri Jan 18 13:27:16 2013 -0500
 
34010
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34011
CommitDate: Fri Jan 18 13:28:43 2013 -0500
29844
34012
 
29845
34013
    Remove a few more G_GNUC_INTERNAL users
29846
34014
 
29852
34020
 5 files changed, 10 insertions(+), 10 deletions(-)
29853
34021
 
29854
34022
commit 346aa683de6b84da4bb53a63693ec04858cbf952
29855
 
Author: Ryan Lortie <desrt@desrt.ca>
29856
 
Date:   Fri Jan 18 13:23:40 2013 -0500
 
34023
Author:     Ryan Lortie <desrt@desrt.ca>
 
34024
AuthorDate: Fri Jan 18 13:23:40 2013 -0500
 
34025
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34026
CommitDate: Fri Jan 18 13:23:40 2013 -0500
29857
34027
 
29858
34028
    Fix visibility for glib/ and gio/ submodules
29859
34029
 
29885
34055
 8 files changed, 8 insertions(+)
29886
34056
 
29887
34057
commit 6f8f1f7097cbef698b4c7be5816bc9d3864ec744
29888
 
Author: Colin Walters <walters@verbum.org>
29889
 
Date:   Wed Nov 28 12:00:40 2012 -0500
 
34058
Author:     Colin Walters <walters@verbum.org>
 
34059
AuthorDate: Wed Nov 28 12:00:40 2012 -0500
 
34060
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34061
CommitDate: Fri Jan 18 13:03:28 2013 -0500
29890
34062
 
29891
34063
    Remove most use of G_GNUC_INTERNAL
29892
34064
 
29916
34088
 18 files changed, 16 insertions(+), 78 deletions(-)
29917
34089
 
29918
34090
commit dbf447292d83b54be321c33025aea2e4d448d4f5
29919
 
Author: Ryan Lortie <desrt@desrt.ca>
29920
 
Date:   Sun Jan 13 23:31:45 2013 -0500
 
34091
Author:     Ryan Lortie <desrt@desrt.ca>
 
34092
AuthorDate: Sun Jan 13 23:31:45 2013 -0500
 
34093
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34094
CommitDate: Thu Jan 17 10:50:18 2013 -0500
29921
34095
 
29922
34096
    Remove ABI checking scripts
29923
34097
 
29942
34116
 11 files changed, 1 insertion(+), 4007 deletions(-)
29943
34117
 
29944
34118
commit 304950a7ac9866dca990dcabb02ec5297c735ce8
29945
 
Author: Ryan Lortie <desrt@desrt.ca>
29946
 
Date:   Sun Jan 13 23:12:23 2013 -0500
 
34119
Author:     Ryan Lortie <desrt@desrt.ca>
 
34120
AuthorDate: Sun Jan 13 23:12:23 2013 -0500
 
34121
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34122
CommitDate: Thu Jan 17 10:49:37 2013 -0500
29947
34123
 
29948
34124
    Remove regexp-based export control
29949
34125
 
29955
34131
 5 files changed, 4 insertions(+), 21 deletions(-)
29956
34132
 
29957
34133
commit d89fb7bf10bc1f9de10a275625d4c18a1d4ff89d
29958
 
Author: Ryan Lortie <desrt@desrt.ca>
29959
 
Date:   Wed Jan 16 22:55:27 2013 -0500
 
34134
Author:     Ryan Lortie <desrt@desrt.ca>
 
34135
AuthorDate: Wed Jan 16 22:55:27 2013 -0500
 
34136
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34137
CommitDate: Wed Jan 16 23:04:11 2013 -0500
29960
34138
 
29961
34139
    gsignal: fix closure invalidation code
29962
34140
 
30010
34188
 1 file changed, 6 insertions(+), 5 deletions(-)
30011
34189
 
30012
34190
commit 578b657f950e66376f31f8c09151c85d39e8219c
30013
 
Author: Dan Winship <danw@gnome.org>
30014
 
Date:   Wed Jan 16 10:09:10 2013 -0500
 
34191
Author:     Dan Winship <danw@gnome.org>
 
34192
AuthorDate: Wed Jan 16 10:09:10 2013 -0500
 
34193
Commit:     Dan Winship <danw@gnome.org>
 
34194
CommitDate: Wed Jan 16 10:17:15 2013 -0500
30015
34195
 
30016
34196
    gio/tests: add some more async stream tests
30017
34197
 
30035
34215
 3 files changed, 394 insertions(+), 48 deletions(-)
30036
34216
 
30037
34217
commit acfa6e233780a79664a62e5d4f1bf822b446017e
30038
 
Author: Alban Browaeys <prahal@yahoo.com>
30039
 
Date:   Wed Jan 16 00:04:58 2013 +0100
 
34218
Author:     Alban Browaeys <prahal@yahoo.com>
 
34219
AuthorDate: Wed Jan 16 00:04:58 2013 +0100
 
34220
Commit:     Dan Winship <danw@gnome.org>
 
34221
CommitDate: Wed Jan 16 10:12:46 2013 -0500
30040
34222
 
30041
34223
    gio: callback_data is the task not the task data.
30042
34224
 
30052
34234
 1 file changed, 2 insertions(+), 2 deletions(-)
30053
34235
 
30054
34236
commit e1517ca82da834dccf8a862bd84cdd17e36e1124
30055
 
Author: Ryan Lortie <desrt@desrt.ca>
30056
 
Date:   Tue Jan 15 15:40:14 2013 -0500
 
34237
Author:     Ryan Lortie <desrt@desrt.ca>
 
34238
AuthorDate: Tue Jan 15 15:40:14 2013 -0500
 
34239
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34240
CommitDate: Tue Jan 15 15:40:14 2013 -0500
30057
34241
 
30058
34242
    mainloop test: fix a silly memory error
30059
34243
 
30061
34245
 1 file changed, 1 insertion(+), 1 deletion(-)
30062
34246
 
30063
34247
commit 46b15bb58148d84b3681d1a728ca0e6e96d65122
30064
 
Author: Ryan Lortie <desrt@desrt.ca>
30065
 
Date:   Tue Jan 15 15:40:09 2013 -0500
 
34248
Author:     Ryan Lortie <desrt@desrt.ca>
 
34249
AuthorDate: Tue Jan 15 15:40:09 2013 -0500
 
34250
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34251
CommitDate: Tue Jan 15 15:40:09 2013 -0500
30066
34252
 
30067
34253
    mainloop test: use atomic for cross-thread access
30068
34254
 
30070
34256
 1 file changed, 5 insertions(+), 5 deletions(-)
30071
34257
 
30072
34258
commit 42c2c4f67da404330960ca307393ad71e68c167d
30073
 
Author: Ryan Lortie <desrt@desrt.ca>
30074
 
Date:   Tue Jan 15 15:22:35 2013 -0500
 
34259
Author:     Ryan Lortie <desrt@desrt.ca>
 
34260
AuthorDate: Tue Jan 15 15:22:35 2013 -0500
 
34261
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34262
CommitDate: Tue Jan 15 15:22:35 2013 -0500
30075
34263
 
30076
34264
    mainloop test: fix a small typo
30077
34265
 
30081
34269
 1 file changed, 1 insertion(+), 1 deletion(-)
30082
34270
 
30083
34271
commit 83e5d169d6f0fd3d0427bc3599df8e777b275d9f
30084
 
Author: Ryan Lortie <desrt@desrt.ca>
30085
 
Date:   Mon Jan 14 23:05:31 2013 -0500
 
34272
Author:     Ryan Lortie <desrt@desrt.ca>
 
34273
AuthorDate: Mon Jan 14 23:05:31 2013 -0500
 
34274
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34275
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30086
34276
 
30087
34277
    tests for the new MainContext/GSource API
30088
34278
 
30091
34281
 1 file changed, 492 insertions(+)
30092
34282
 
30093
34283
commit 6d1a6636090b498d43354d5503ac39fb10ac908c
30094
 
Author: Ryan Lortie <desrt@desrt.ca>
30095
 
Date:   Mon Jan 14 14:47:16 2013 -0500
 
34284
Author:     Ryan Lortie <desrt@desrt.ca>
 
34285
AuthorDate: Mon Jan 14 14:47:16 2013 -0500
 
34286
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34287
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30096
34288
 
30097
34289
    Add a UNIX fd source
30098
34290
 
30106
34298
 4 files changed, 184 insertions(+), 1 deletion(-)
30107
34299
 
30108
34300
commit cbf68cb22d9f17721654283e97c2320025f03bc7
30109
 
Author: Ryan Lortie <desrt@desrt.ca>
30110
 
Date:   Mon Jan 14 16:53:06 2013 -0500
 
34301
Author:     Ryan Lortie <desrt@desrt.ca>
 
34302
AuthorDate: Mon Jan 14 16:53:06 2013 -0500
 
34303
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34304
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30111
34305
 
30112
34306
    gsource: Add support for file descriptors on UNIX
30113
34307
 
30137
34331
 4 files changed, 246 insertions(+), 4 deletions(-)
30138
34332
 
30139
34333
commit db7d5306cce36ace71e6f7765a7669fc335747e8
30140
 
Author: Ryan Lortie <desrt@desrt.ca>
30141
 
Date:   Tue Aug 30 19:14:17 2011 -0400
 
34334
Author:     Ryan Lortie <desrt@desrt.ca>
 
34335
AuthorDate: Tue Aug 30 19:14:17 2011 -0400
 
34336
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34337
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30142
34338
 
30143
34339
    GTimeoutSource: simplify
30144
34340
 
30152
34348
 1 file changed, 11 insertions(+), 39 deletions(-)
30153
34349
 
30154
34350
commit 768574635dcb69e91a2b749467ef3c75ed16579f
30155
 
Author: Ryan Lortie <desrt@desrt.ca>
30156
 
Date:   Mon Jan 14 16:51:51 2013 -0500
 
34351
Author:     Ryan Lortie <desrt@desrt.ca>
 
34352
AuthorDate: Mon Jan 14 16:51:51 2013 -0500
 
34353
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34354
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30157
34355
 
30158
34356
    GSource: new API g_source_set_ready_time()
30159
34357
 
30170
34368
 4 files changed, 121 insertions(+), 1 deletion(-)
30171
34369
 
30172
34370
commit 6d25e349988d4c40b066d548383fce3b126a7a43
30173
 
Author: Ryan Lortie <desrt@desrt.ca>
30174
 
Date:   Mon Oct 29 18:26:05 2012 +0100
 
34371
Author:     Ryan Lortie <desrt@desrt.ca>
 
34372
AuthorDate: Mon Oct 29 18:26:05 2012 +0100
 
34373
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34374
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30175
34375
 
30176
34376
    gsource: allow NULL check and prepare functions
30177
34377
 
30188
34388
 2 files changed, 40 insertions(+), 22 deletions(-)
30189
34389
 
30190
34390
commit 8f7f7f6c4209900ca1a77c7e2015ff3e9c252097
30191
 
Author: Ryan Lortie <desrt@desrt.ca>
30192
 
Date:   Mon Oct 29 16:33:18 2012 +0100
 
34391
Author:     Ryan Lortie <desrt@desrt.ca>
 
34392
AuthorDate: Mon Oct 29 16:33:18 2012 +0100
 
34393
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34394
CommitDate: Tue Jan 15 14:08:02 2013 -0500
30193
34395
 
30194
34396
    move GIOCondition to gmain.h from giochannel.h
30195
34397
 
30202
34404
 2 files changed, 11 insertions(+), 10 deletions(-)
30203
34405
 
30204
34406
commit ed8ec635eb37099d36581b4b66dd24148940ebfa
30205
 
Author: Ryan Lortie <desrt@desrt.ca>
30206
 
Date:   Mon Oct 29 16:31:46 2012 +0100
 
34407
Author:     Ryan Lortie <desrt@desrt.ca>
 
34408
AuthorDate: Mon Oct 29 16:31:46 2012 +0100
 
34409
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34410
CommitDate: Tue Jan 15 14:08:01 2013 -0500
30207
34411
 
30208
34412
    gsource: Make GSource->source_funcs const
30209
34413
 
30219
34423
 1 file changed, 1 insertion(+), 1 deletion(-)
30220
34424
 
30221
34425
commit e1bee17e947b98f72d3764081333f339099b086a
30222
 
Author: Yuri Sedunov <aris@altlinux.ru>
30223
 
Date:   Tue Jan 15 11:05:43 2013 -0500
 
34426
Author:     Yuri Sedunov <aris@altlinux.ru>
 
34427
AuthorDate: Tue Jan 15 11:05:43 2013 -0500
 
34428
Commit:     Colin Walters <walters@verbum.org>
 
34429
CommitDate: Tue Jan 15 11:05:43 2013 -0500
30224
34430
 
30225
34431
    gtester: Add #include config.h
30226
34432
 
30233
34439
 1 file changed, 2 insertions(+)
30234
34440
 
30235
34441
commit 38229d47d1996fd046258f09d705d8247bf176ae
30236
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
30237
 
Date:   Tue Jan 15 15:47:17 2013 +0800
 
34442
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
34443
AuthorDate: Tue Jan 15 15:47:17 2013 +0800
 
34444
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
34445
CommitDate: Tue Jan 15 19:35:52 2013 +0800
30238
34446
 
30239
34447
    Revert "Improvde #include order consistency"
30240
34448
 
30252
34460
 1 file changed, 4 insertions(+), 4 deletions(-)
30253
34461
 
30254
34462
commit 4ba56f3653df55c187bd29ac6e4ebb4d33f4ba61
30255
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
30256
 
Date:   Tue Jan 15 15:23:05 2013 +0800
 
34463
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
34464
AuthorDate: Tue Jan 15 15:23:05 2013 +0800
 
34465
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
34466
CommitDate: Tue Jan 15 15:23:05 2013 +0800
30257
34467
 
30258
34468
    Bug 688681: Stop using .def files in Visual Studio builds
30259
34469
 
30285
34495
 9 files changed, 16 insertions(+), 361 deletions(-)
30286
34496
 
30287
34497
commit c4d8eafd00eaed4d712fc7ec206f26d3bb9c1a54
30288
 
Author: Matthias Clasen <mclasen@redhat.com>
30289
 
Date:   Tue Jan 15 00:24:27 2013 -0500
 
34498
Author:     Matthias Clasen <mclasen@redhat.com>
 
34499
AuthorDate: Tue Jan 15 00:24:27 2013 -0500
 
34500
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34501
CommitDate: Tue Jan 15 00:24:27 2013 -0500
30290
34502
 
30291
34503
    Bump version
30292
34504
 
30294
34506
 1 file changed, 1 insertion(+), 1 deletion(-)
30295
34507
 
30296
34508
commit 61539f735a92a40597e7575b9ae870973257fccd
30297
 
Author: Matthias Clasen <mclasen@redhat.com>
30298
 
Date:   Mon Jan 14 23:52:10 2013 -0500
 
34509
Author:     Matthias Clasen <mclasen@redhat.com>
 
34510
AuthorDate: Mon Jan 14 23:52:10 2013 -0500
 
34511
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34512
CommitDate: Mon Jan 14 23:52:10 2013 -0500
30299
34513
 
30300
34514
    2.35.4
30301
34515
 
30304
34518
 1 file changed, 64 insertions(+), 5 deletions(-)
30305
34519
 
30306
34520
commit a605b332c5a918006de8f50e9741dd0f33aa1e31
30307
 
Author: Matthias Clasen <mclasen@redhat.com>
30308
 
Date:   Mon Jan 14 23:25:05 2013 -0500
 
34521
Author:     Matthias Clasen <mclasen@redhat.com>
 
34522
AuthorDate: Mon Jan 14 23:25:05 2013 -0500
 
34523
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34524
CommitDate: Mon Jan 14 23:48:33 2013 -0500
30309
34525
 
30310
34526
    Dist assert-msg-test.gdb
30311
34527
 
30317
34533
 2 files changed, 3 insertions(+), 3 deletions(-)
30318
34534
 
30319
34535
commit 5d42fdd068bddaaf7e42b7aaca2c15e931ebf3c5
30320
 
Author: Ryan Lortie <desrt@desrt.ca>
30321
 
Date:   Mon Jan 14 23:24:53 2013 -0500
 
34536
Author:     Ryan Lortie <desrt@desrt.ca>
 
34537
AuthorDate: Mon Jan 14 23:24:53 2013 -0500
 
34538
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34539
CommitDate: Mon Jan 14 23:31:59 2013 -0500
30322
34540
 
30323
34541
    visibility: Use a separate CFLAGS variable
30324
34542
 
30358
34576
 10 files changed, 30 insertions(+), 35 deletions(-)
30359
34577
 
30360
34578
commit 7e00f381916cab6ba13f1d430310802cf6b9c726
30361
 
Author: Matthias Clasen <mclasen@redhat.com>
30362
 
Date:   Mon Jan 14 22:47:02 2013 -0500
 
34579
Author:     Matthias Clasen <mclasen@redhat.com>
 
34580
AuthorDate: Mon Jan 14 22:47:02 2013 -0500
 
34581
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34582
CommitDate: Mon Jan 14 22:47:02 2013 -0500
30363
34583
 
30364
34584
    Fix module-test in a better way
30365
34585
 
30372
34592
 2 files changed, 4 insertions(+), 2 deletions(-)
30373
34593
 
30374
34594
commit d4f0ae2c692f95046e381a2825b839b4816aea86
30375
 
Author: Matthias Clasen <mclasen@redhat.com>
30376
 
Date:   Mon Jan 14 22:22:41 2013 -0500
 
34595
Author:     Matthias Clasen <mclasen@redhat.com>
 
34596
AuthorDate: Mon Jan 14 22:22:41 2013 -0500
 
34597
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34598
CommitDate: Mon Jan 14 22:22:41 2013 -0500
30377
34599
 
30378
34600
    Fix distcheck
30379
34601
 
30390
34612
 7 files changed, 9 insertions(+), 9 deletions(-)
30391
34613
 
30392
34614
commit b96499690b0da7f2713e4d5d75b4e375ef01ed2b
30393
 
Author: Matthias Clasen <mclasen@redhat.com>
30394
 
Date:   Mon Jan 14 21:31:47 2013 -0500
 
34615
Author:     Matthias Clasen <mclasen@redhat.com>
 
34616
AuthorDate: Mon Jan 14 21:31:47 2013 -0500
 
34617
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34618
CommitDate: Mon Jan 14 21:31:47 2013 -0500
30395
34619
 
30396
34620
    Fix up visibility fallout in module-test
30397
34621
 
30401
34625
 3 files changed, 25 insertions(+), 18 deletions(-)
30402
34626
 
30403
34627
commit d1c25d3191214ce6cd289f0756e6027c35cc2075
30404
 
Author: Matthias Clasen <mclasen@redhat.com>
30405
 
Date:   Mon Jan 14 17:21:52 2013 -0500
 
34628
Author:     Matthias Clasen <mclasen@redhat.com>
 
34629
AuthorDate: Mon Jan 14 17:21:52 2013 -0500
 
34630
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34631
CommitDate: Mon Jan 14 17:35:47 2013 -0500
30406
34632
 
30407
34633
    Fix the assert-msg test
30408
34634
 
30413
34639
 2 files changed, 5 insertions(+), 1 deletion(-)
30414
34640
 
30415
34641
commit ba4a3849c6cd5f14060a540398b0c498ae906bee
30416
 
Author: Matthias Clasen <mclasen@redhat.com>
30417
 
Date:   Mon Jan 14 15:53:37 2013 -0500
 
34642
Author:     Matthias Clasen <mclasen@redhat.com>
 
34643
AuthorDate: Mon Jan 14 15:53:37 2013 -0500
 
34644
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34645
CommitDate: Mon Jan 14 16:14:28 2013 -0500
30418
34646
 
30419
34647
    Remove an unused function
30420
34648
 
30422
34650
 1 file changed, 9 deletions(-)
30423
34651
 
30424
34652
commit 57041baf58dd4a3aad5ffee804ef8fc9fa15d6af
30425
 
Author: Matthias Clasen <mclasen@redhat.com>
30426
 
Date:   Mon Jan 14 15:53:13 2013 -0500
 
34653
Author:     Matthias Clasen <mclasen@redhat.com>
 
34654
AuthorDate: Mon Jan 14 15:53:13 2013 -0500
 
34655
Commit:     Matthias Clasen <mclasen@redhat.com>
 
34656
CommitDate: Mon Jan 14 16:14:28 2013 -0500
30427
34657
 
30428
34658
    Make the build more quiet
30429
34659
 
30431
34661
 1 file changed, 1 insertion(+), 1 deletion(-)
30432
34662
 
30433
34663
commit 456d6bb3e14402df58d26c64dadb5317dbf065e6
30434
 
Author: Ryan Lortie <desrt@desrt.ca>
30435
 
Date:   Mon Jan 14 11:17:52 2013 -0500
 
34664
Author:     Ryan Lortie <desrt@desrt.ca>
 
34665
AuthorDate: Mon Jan 14 11:17:52 2013 -0500
 
34666
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34667
CommitDate: Mon Jan 14 11:17:52 2013 -0500
30436
34668
 
30437
34669
    win32: hide g_win32_app_info_get_type()
30438
34670
 
30446
34678
 1 file changed, 1 deletion(-)
30447
34679
 
30448
34680
commit b7e749fc68eeedf0abc392c00acb8d0bde2352dd
30449
 
Author: Ryan Lortie <desrt@desrt.ca>
30450
 
Date:   Mon Jan 14 11:14:53 2013 -0500
 
34681
Author:     Ryan Lortie <desrt@desrt.ca>
 
34682
AuthorDate: Mon Jan 14 11:14:53 2013 -0500
 
34683
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34684
CommitDate: Mon Jan 14 11:17:01 2013 -0500
30451
34685
 
30452
34686
    glocal*monitor: export ABI only on UNIX
30453
34687
 
30466
34700
 2 files changed, 4 insertions(+)
30467
34701
 
30468
34702
commit 963243e6b52a7083c1ae152ce92948cbfcd5945f
30469
 
Author: Ryan Lortie <desrt@desrt.ca>
30470
 
Date:   Mon Jan 14 11:11:00 2013 -0500
 
34703
Author:     Ryan Lortie <desrt@desrt.ca>
 
34704
AuthorDate: Mon Jan 14 11:11:00 2013 -0500
 
34705
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34706
CommitDate: Mon Jan 14 11:11:00 2013 -0500
30471
34707
 
30472
34708
    win32: hide _glib_get_dll_directory again
30473
34709
 
30480
34716
 1 file changed, 1 deletion(-)
30481
34717
 
30482
34718
commit aac826723391950c873682e2b7fb2ee7617a57f8
30483
 
Author: Martin Pitt <martinpitt@gnome.org>
30484
 
Date:   Mon Jan 14 11:26:30 2013 +0100
 
34719
Author:     Martin Pitt <martinpitt@gnome.org>
 
34720
AuthorDate: Mon Jan 14 11:26:30 2013 +0100
 
34721
Commit:     Martin Pitt <martinpitt@gnome.org>
 
34722
CommitDate: Mon Jan 14 11:36:14 2013 +0100
30485
34723
 
30486
34724
    GParamSpec: Make constructors introspectable
30487
34725
 
30498
34736
 1 file changed, 44 insertions(+), 44 deletions(-)
30499
34737
 
30500
34738
commit 2c13657b0f1d9bd3bb2f6658adc6a410b13f355d
30501
 
Author: Ryan Lortie <desrt@desrt.ca>
30502
 
Date:   Mon Jan 14 00:13:00 2013 -0500
 
34739
Author:     Ryan Lortie <desrt@desrt.ca>
 
34740
AuthorDate: Mon Jan 14 00:13:00 2013 -0500
 
34741
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34742
CommitDate: Mon Jan 14 00:13:00 2013 -0500
30503
34743
 
30504
34744
    tests: introduce a small hack for visibility
30505
34745
 
30516
34756
 1 file changed, 5 insertions(+), 3 deletions(-)
30517
34757
 
30518
34758
commit f8756694cf3883b45d88eca99c013511f7ed0c10
30519
 
Author: Ryan Lortie <desrt@desrt.ca>
30520
 
Date:   Mon Jan 14 00:06:26 2013 -0500
 
34759
Author:     Ryan Lortie <desrt@desrt.ca>
 
34760
AuthorDate: Mon Jan 14 00:06:26 2013 -0500
 
34761
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34762
CommitDate: Mon Jan 14 00:06:26 2013 -0500
30521
34763
 
30522
34764
    gthread-impl.c: add missing #include "config.h"
30523
34765
 
30535
34777
 1 file changed, 2 insertions(+)
30536
34778
 
30537
34779
commit 59e46c4928243f63072996f6e98dab24d765df05
30538
 
Author: Ryan Lortie <desrt@desrt.ca>
30539
 
Date:   Sun Jan 13 23:43:44 2013 -0500
 
34780
Author:     Ryan Lortie <desrt@desrt.ca>
 
34781
AuthorDate: Sun Jan 13 23:43:44 2013 -0500
 
34782
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34783
CommitDate: Sun Jan 13 23:48:23 2013 -0500
30540
34784
 
30541
34785
    kqueue: Reduce G_GNUC_INTERNAL + G_LOCK abuse
30542
34786
 
30553
34797
 3 files changed, 4 insertions(+), 6 deletions(-)
30554
34798
 
30555
34799
commit 64e1a9ca50cca461e7c6e2a4eb20a457269b6701
30556
 
Author: Ryan Lortie <desrt@desrt.ca>
30557
 
Date:   Sun Jan 13 23:30:49 2013 -0500
 
34800
Author:     Ryan Lortie <desrt@desrt.ca>
 
34801
AuthorDate: Sun Jan 13 23:30:49 2013 -0500
 
34802
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34803
CommitDate: Sun Jan 13 23:32:07 2013 -0500
30558
34804
 
30559
34805
    gio: remove export tags from two private headers
30560
34806
 
30566
34812
 2 files changed, 5 deletions(-)
30567
34813
 
30568
34814
commit 068a119f7401efe68c0fdbfaea86c5e55c0ed7d5
30569
 
Author: Ryan Lortie <desrt@desrt.ca>
30570
 
Date:   Sun Jan 13 15:41:03 2013 -0500
 
34815
Author:     Ryan Lortie <desrt@desrt.ca>
 
34816
AuthorDate: Sun Jan 13 15:41:03 2013 -0500
 
34817
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34818
CommitDate: Sun Jan 13 22:59:40 2013 -0500
30571
34819
 
30572
34820
    win32: build: stop using .def files
30573
34821
 
30600
34848
 4 files changed, 9 insertions(+), 71 deletions(-)
30601
34849
 
30602
34850
commit 2e7669f5cc46927602108c328fbbeb846bd09218
30603
 
Author: Ryan Lortie <desrt@desrt.ca>
30604
 
Date:   Thu Dec 6 13:42:06 2012 -0500
 
34851
Author:     Ryan Lortie <desrt@desrt.ca>
 
34852
AuthorDate: Thu Dec 6 13:42:06 2012 -0500
 
34853
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34854
CommitDate: Sun Jan 13 22:59:40 2013 -0500
30605
34855
 
30606
34856
    configure.ac: change our visibility policy
30607
34857
 
30632
34882
 1 file changed, 31 insertions(+)
30633
34883
 
30634
34884
commit f13d3c075fce46a361ea98fb0c487aa21d4d1673
30635
 
Author: Ryan Lortie <desrt@desrt.ca>
30636
 
Date:   Sun Jan 13 15:34:27 2013 -0500
 
34885
Author:     Ryan Lortie <desrt@desrt.ca>
 
34886
AuthorDate: Sun Jan 13 15:34:27 2013 -0500
 
34887
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34888
CommitDate: Sun Jan 13 22:59:40 2013 -0500
30637
34889
 
30638
34890
    win32: visibility fixups
30639
34891
 
30646
34898
 3 files changed, 13 insertions(+), 5 deletions(-)
30647
34899
 
30648
34900
commit 38359d1796d8bce43fb77c74adaaf664bcf82c21
30649
 
Author: Ryan Lortie <desrt@desrt.ca>
30650
 
Date:   Sun Jan 13 22:57:27 2013 -0500
 
34901
Author:     Ryan Lortie <desrt@desrt.ca>
 
34902
AuthorDate: Sun Jan 13 22:57:27 2013 -0500
 
34903
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34904
CommitDate: Sun Jan 13 22:59:40 2013 -0500
30651
34905
 
30652
34906
    gio: hide another leaked symbol
30653
34907
 
30658
34912
 2 files changed, 1 insertion(+), 2 deletions(-)
30659
34913
 
30660
34914
commit 47c9b1e315824501843880dd20785d97792cb500
30661
 
Author: Rico Tzschichholz <ricotz@t-online.de>
30662
 
Date:   Sun Jan 13 20:49:15 2013 +0100
 
34915
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
34916
AuthorDate: Sun Jan 13 20:49:15 2013 +0100
 
34917
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
34918
CommitDate: Sun Jan 13 20:49:15 2013 +0100
30663
34919
 
30664
34920
    gio: add some missing array annotations with their element-type
30665
34921
 
30669
34925
 3 files changed, 12 insertions(+), 9 deletions(-)
30670
34926
 
30671
34927
commit 85997d9eeb0581110c7df9a0fd7febeb27a3ee4d
30672
 
Author: Rico Tzschichholz <ricotz@t-online.de>
30673
 
Date:   Sun Jan 13 20:05:17 2013 +0100
 
34928
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
34929
AuthorDate: Sun Jan 13 20:05:17 2013 +0100
 
34930
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
34931
CommitDate: Sun Jan 13 20:05:17 2013 +0100
30674
34932
 
30675
34933
    gio: add missing element-type annotation
30676
34934
 
30678
34936
 1 file changed, 2 insertions(+), 2 deletions(-)
30679
34937
 
30680
34938
commit 3bd09b5fa602962b9f0445295984f7e17f8995d5
30681
 
Author: Ryan Lortie <desrt@desrt.ca>
30682
 
Date:   Thu Dec 6 14:01:46 2012 -0500
 
34939
Author:     Ryan Lortie <desrt@desrt.ca>
 
34940
AuthorDate: Thu Dec 6 14:01:46 2012 -0500
 
34941
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34942
CommitDate: Sun Jan 13 13:13:55 2013 -0500
30683
34943
 
30684
34944
    gmarshal.h: replace "extern" with GLIB_AVAILABLE_IN_ALL
30685
34945
 
30695
34955
 1 file changed, 330 insertions(+), 286 deletions(-)
30696
34956
 
30697
34957
commit 4625c138e96bca942c9215132df14d194c884802
30698
 
Author: Ryan Lortie <desrt@desrt.ca>
30699
 
Date:   Thu Dec 6 14:03:22 2012 -0500
 
34958
Author:     Ryan Lortie <desrt@desrt.ca>
 
34959
AuthorDate: Thu Dec 6 14:03:22 2012 -0500
 
34960
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34961
CommitDate: Sun Jan 13 13:13:43 2013 -0500
30700
34962
 
30701
34963
    gbacktrace.c: special treatment for a weird symbol
30702
34964
 
30712
34974
 1 file changed, 2 insertions(+), 1 deletion(-)
30713
34975
 
30714
34976
commit b91c47682749b7e1455305ec5f99d5f950574a36
30715
 
Author: Ryan Lortie <desrt@desrt.ca>
30716
 
Date:   Thu Dec 6 13:37:45 2012 -0500
 
34977
Author:     Ryan Lortie <desrt@desrt.ca>
 
34978
AuthorDate: Thu Dec 6 13:37:45 2012 -0500
 
34979
Commit:     Ryan Lortie <desrt@desrt.ca>
 
34980
CommitDate: Sun Jan 13 13:13:36 2013 -0500
30717
34981
 
30718
34982
    Add a new _GLIB_EXTERN macro for "extern"
30719
34983
 
30752
35016
 5 files changed, 33 insertions(+), 29 deletions(-)
30753
35017
 
30754
35018
commit ba1bdd0708b154396c0e0d0609353db21ab5e6e9
30755
 
Author: Ryan Lortie <desrt@desrt.ca>
30756
 
Date:   Sun Jan 13 13:13:03 2013 -0500
 
35019
Author:     Ryan Lortie <desrt@desrt.ca>
 
35020
AuthorDate: Sun Jan 13 13:13:03 2013 -0500
 
35021
Commit:     Ryan Lortie <desrt@desrt.ca>
 
35022
CommitDate: Sun Jan 13 13:13:03 2013 -0500
30757
35023
 
30758
35024
    add a missing AVAILABLE_IN_2_36 annotation
30759
35025
 
30761
35027
 1 file changed, 1 insertion(+)
30762
35028
 
30763
35029
commit 0156092a4203d1c40dcd0df7515fc7eeaebba9ac
30764
 
Author: Ryan Lortie <desrt@desrt.ca>
30765
 
Date:   Thu Dec 6 14:04:59 2012 -0500
 
35030
Author:     Ryan Lortie <desrt@desrt.ca>
 
35031
AuthorDate: Thu Dec 6 14:04:59 2012 -0500
 
35032
Commit:     Ryan Lortie <desrt@desrt.ca>
 
35033
CommitDate: Sun Jan 13 13:11:57 2013 -0500
30766
35034
 
30767
35035
    various: add GLIB_AVAILABLE_IN_ALL everywhere else
30768
35036
 
31002
35270
 221 files changed, 3186 insertions(+)
31003
35271
 
31004
35272
commit 0dba77d0f4a28671d77222129f219b5961748562
31005
 
Author: Ryan Lortie <desrt@desrt.ca>
31006
 
Date:   Thu Dec 6 13:59:35 2012 -0500
 
35273
Author:     Ryan Lortie <desrt@desrt.ca>
 
35274
AuthorDate: Thu Dec 6 13:59:35 2012 -0500
 
35275
Commit:     Ryan Lortie <desrt@desrt.ca>
 
35276
CommitDate: Sun Jan 13 13:05:15 2013 -0500
31007
35277
 
31008
35278
    gioenumtypes.h.template: use GLIB_AVAILABLE_IN_ALL
31009
35279
 
31017
35287
 1 file changed, 1 insertion(+), 1 deletion(-)
31018
35288
 
31019
35289
commit 0a2b58625998680568623e69fd7fcedfd33d04da
31020
 
Author: Ryan Lortie <desrt@desrt.ca>
31021
 
Date:   Thu Dec 6 13:34:55 2012 -0500
 
35290
Author:     Ryan Lortie <desrt@desrt.ca>
 
35291
AuthorDate: Thu Dec 6 13:34:55 2012 -0500
 
35292
Commit:     Ryan Lortie <desrt@desrt.ca>
 
35293
CommitDate: Sun Jan 13 13:05:09 2013 -0500
31022
35294
 
31023
35295
    gversionmacros.h: add GLIB_AVAILABLE_IN_ALL
31024
35296
 
31036
35308
 1 file changed, 1 insertion(+)
31037
35309
 
31038
35310
commit c219181cb20a57988ed8426be2a5da8acf6aa07c
31039
 
Author: Henrique Dante de Almeida <hdante@gmail.com>
31040
 
Date:   Sun Jan 13 14:05:14 2013 -0200
 
35311
Author:     Henrique Dante de Almeida <hdante@gmail.com>
 
35312
AuthorDate: Sun Jan 13 14:05:14 2013 -0200
 
35313
Commit:     Colin Walters <walters@verbum.org>
 
35314
CommitDate: Sun Jan 13 12:32:40 2013 -0500
31041
35315
 
31042
35316
    Add G_GNUC_PRINTF on all functions with format strings
31043
35317
 
31071
35345
 21 files changed, 39 insertions(+), 19 deletions(-)
31072
35346
 
31073
35347
commit 120834db5b1cc735530d2452440ffd8a3b6e48f7
31074
 
Author: Benjamin Otte <otte@redhat.com>
31075
 
Date:   Sun Jan 13 18:14:11 2013 +0100
 
35348
Author:     Benjamin Otte <otte@redhat.com>
 
35349
AuthorDate: Sun Jan 13 18:14:11 2013 +0100
 
35350
Commit:     Benjamin Otte <otte@redhat.com>
 
35351
CommitDate: Sun Jan 13 18:14:11 2013 +0100
31076
35352
 
31077
35353
    API: Constify g_get_prgname()
31078
35354
 
31085
35361
 2 files changed, 2 insertions(+), 2 deletions(-)
31086
35362
 
31087
35363
commit 52bfa084c4221d4283b2e1eb7aab8dca246d6921
31088
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
31089
 
Date:   Sun Jan 13 17:39:08 2013 +0100
 
35364
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
35365
AuthorDate: Sun Jan 13 17:39:08 2013 +0100
 
35366
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
35367
CommitDate: Sun Jan 13 17:39:08 2013 +0100
31090
35368
 
31091
35369
    Updated Galician translations
31092
35370
 
31095
35373
 1 file changed, 88 insertions(+), 76 deletions(-)
31096
35374
 
31097
35375
commit 0864e3bd6fc17bab3f60b6f0e240efb44b6b5d43
31098
 
Author: Henrique Dante de Almeida <hdante@gmail.com>
31099
 
Date:   Sun Jan 13 12:58:12 2013 -0200
 
35376
Author:     Henrique Dante de Almeida <hdante@gmail.com>
 
35377
AuthorDate: Sun Jan 13 12:58:12 2013 -0200
 
35378
Commit:     Colin Walters <walters@verbum.org>
 
35379
CommitDate: Sun Jan 13 10:47:25 2013 -0500
31100
35380
 
31101
35381
    build: Ensure user-set CFLAGS override defaults
31102
35382
 
31109
35389
 1 file changed, 1 insertion(+), 1 deletion(-)
31110
35390
 
31111
35391
commit 1738d5f1ef7ade40445aeb296911f9ef59da8a19
31112
 
Author: Dan Winship <danw@gnome.org>
31113
 
Date:   Sat Jan 12 17:39:37 2013 -0500
 
35392
Author:     Dan Winship <danw@gnome.org>
 
35393
AuthorDate: Sat Jan 12 17:39:37 2013 -0500
 
35394
Commit:     Dan Winship <danw@gnome.org>
 
35395
CommitDate: Sun Jan 13 09:55:48 2013 -0500
31114
35396
 
31115
35397
    GInputStream: fix default g_input_stream_skip_async() logic
31116
35398
 
31129
35411
 1 file changed, 8 insertions(+), 7 deletions(-)
31130
35412
 
31131
35413
commit e9661331babcdb19e52c094d94948ce1292b145e
31132
 
Author: Matej Urbančič <mateju@svn.gnome.org>
31133
 
Date:   Sun Jan 13 12:02:42 2013 +0100
 
35414
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
35415
AuthorDate: Sun Jan 13 12:02:42 2013 +0100
 
35416
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
35417
CommitDate: Sun Jan 13 12:02:42 2013 +0100
31134
35418
 
31135
35419
    Updated Slovenian translation
31136
35420
 
31139
35423
 1 file changed, 134 insertions(+), 118 deletions(-)
31140
35424
 
31141
35425
commit 12168bd6615f7e5aa7d1ad388a6b4fc0c522015c
31142
 
Author: Alexander Shopov <ash@kambanaria.org>
31143
 
Date:   Sat Jan 12 20:18:05 2013 +0200
 
35426
Author:     Alexander Shopov <ash@kambanaria.org>
 
35427
AuthorDate: Sat Jan 12 20:18:05 2013 +0200
 
35428
Commit:     Alexander Shopov <ash@kambanaria.org>
 
35429
CommitDate: Sat Jan 12 20:18:43 2013 +0200
31144
35430
 
31145
35431
    Updated Bulgarian translation
31146
35432
 
31149
35435
 1 file changed, 620 insertions(+), 606 deletions(-)
31150
35436
 
31151
35437
commit be04560f96b533a1ac591f466a2ad5b428348069
31152
 
Author: Matthias Clasen <mclasen@redhat.com>
31153
 
Date:   Sat Jan 12 13:02:31 2013 -0500
 
35438
Author:     Matthias Clasen <mclasen@redhat.com>
 
35439
AuthorDate: Sat Jan 12 13:02:31 2013 -0500
 
35440
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35441
CommitDate: Sat Jan 12 13:02:31 2013 -0500
31154
35442
 
31155
35443
    Expand g_type_init release notes
31156
35444
 
31161
35449
 1 file changed, 5 insertions(+)
31162
35450
 
31163
35451
commit 8fe8dcda1e6c3d799a0409ef983811d9c659a3cf
31164
 
Author: Colin Walters <walters@verbum.org>
31165
 
Date:   Fri Jan 11 11:10:15 2013 -0500
 
35452
Author:     Colin Walters <walters@verbum.org>
 
35453
AuthorDate: Fri Jan 11 11:10:15 2013 -0500
 
35454
Commit:     Colin Walters <walters@verbum.org>
 
35455
CommitDate: Fri Jan 11 11:14:12 2013 -0500
31166
35456
 
31167
35457
    glocalfile: Only check for .hidden files if standard::is-hidden
31168
35458
    is requested
31182
35472
 1 file changed, 8 insertions(+), 4 deletions(-)
31183
35473
 
31184
35474
commit a1f40adf733b64500b09e0d02d51967b43df9ee5
31185
 
Author: Colin Walters <walters@verbum.org>
31186
 
Date:   Thu Jan 10 16:25:15 2013 -0500
 
35475
Author:     Colin Walters <walters@verbum.org>
 
35476
AuthorDate: Thu Jan 10 16:25:15 2013 -0500
 
35477
Commit:     Colin Walters <walters@verbum.org>
 
35478
CommitDate: Thu Jan 10 22:24:00 2013 -0500
31187
35479
 
31188
35480
    gio-querymodules: Ensure we're linked to GObject
31189
35481
 
31197
35489
 1 file changed, 3 insertions(+)
31198
35490
 
31199
35491
commit f2a5b33270389b741e6ed756bf4d12730f8b392f
31200
 
Author: Will Thompson <will.thompson@collabora.co.uk>
31201
 
Date:   Thu Jan 10 11:16:47 2013 +0000
 
35492
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
35493
AuthorDate: Thu Jan 10 11:16:47 2013 +0000
 
35494
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
35495
CommitDate: Thu Jan 10 11:17:01 2013 +0000
31202
35496
 
31203
35497
    G_IO_ERROR_INVALID_DATA: fix docstring typo
31204
35498
 
31206
35500
 1 file changed, 1 insertion(+), 1 deletion(-)
31207
35501
 
31208
35502
commit cb1876b4a7e2d1c91fcf461515d5a7933c62c6ff
31209
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
31210
 
Date:   Wed Jan 9 16:29:29 2013 +0100
 
35503
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
35504
AuthorDate: Wed Jan 9 16:29:29 2013 +0100
 
35505
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
35506
CommitDate: Wed Jan 9 16:29:29 2013 +0100
31211
35507
 
31212
35508
    ipv6_v4mapped: force pass even if we don't speak IPv4
31213
35509
 
31222
35518
 1 file changed, 12 insertions(+)
31223
35519
 
31224
35520
commit 615b44c7ca77273b76b986edad16a56752c00bed
31225
 
Author: Dan Winship <danw@gnome.org>
31226
 
Date:   Wed Jan 9 10:06:53 2013 -0500
 
35521
Author:     Dan Winship <danw@gnome.org>
 
35522
AuthorDate: Wed Jan 9 10:06:53 2013 -0500
 
35523
Commit:     Dan Winship <danw@gnome.org>
 
35524
CommitDate: Wed Jan 9 10:12:12 2013 -0500
31227
35525
 
31228
35526
    glib-compile-resources: avoid warnings with
31229
35527
    -Wmissing-field-initializers
31235
35533
 1 file changed, 1 insertion(+), 1 deletion(-)
31236
35534
 
31237
35535
commit fb1fa6747dbb00b57889058abc27869c7a40c555
31238
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
31239
 
Date:   Tue Jan 8 14:43:21 2013 +0100
 
35536
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
35537
AuthorDate: Tue Jan 8 14:43:21 2013 +0100
 
35538
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
35539
CommitDate: Tue Jan 8 14:43:21 2013 +0100
31240
35540
 
31241
35541
    Updated Spanish translation
31242
35542
 
31245
35545
 1 file changed, 128 insertions(+), 122 deletions(-)
31246
35546
 
31247
35547
commit 6513e656c00550d99235faaa4714db33f12a444c
31248
 
Author: Javier Jardón <jjardon@gnome.org>
31249
 
Date:   Mon Jan 7 15:41:19 2013 +0000
 
35548
Author:     Javier Jardón <jjardon@gnome.org>
 
35549
AuthorDate: Mon Jan 7 15:41:19 2013 +0000
 
35550
Commit:     Javier Jardón <jjardon@gnome.org>
 
35551
CommitDate: Mon Jan 7 15:41:19 2013 +0000
31250
35552
 
31251
35553
    configure.ac: replace obsolete AC_CONFIG_HEADER with with
31252
35554
    AC_CONFIG_HEADERS
31258
35560
 1 file changed, 1 insertion(+), 1 deletion(-)
31259
35561
 
31260
35562
commit 7e5390b870c5c6fd2b27d52b8a675efc551d9b7e
31261
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
31262
 
Date:   Mon Jan 7 17:44:23 2013 +0530
 
35563
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
35564
AuthorDate: Mon Jan 7 17:44:23 2013 +0530
 
35565
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
35566
CommitDate: Mon Jan 7 17:44:39 2013 +0530
31263
35567
 
31264
35568
    Assamese translation updated
31265
35569
 
31268
35572
 1 file changed, 73 insertions(+), 62 deletions(-)
31269
35573
 
31270
35574
commit b3ce0deb6d81bad318fee2f15e73cc4df20d945f
31271
 
Author: Dan Winship <danw@gnome.org>
31272
 
Date:   Sun Jan 6 18:56:39 2013 -0500
 
35575
Author:     Dan Winship <danw@gnome.org>
 
35576
AuthorDate: Sun Jan 6 18:56:39 2013 -0500
 
35577
Commit:     Dan Winship <danw@gnome.org>
 
35578
CommitDate: Sun Jan 6 18:56:39 2013 -0500
31273
35579
 
31274
35580
    tests/gdatetime: add a missing ; on windows
31275
35581
 
31277
35583
 1 file changed, 1 insertion(+), 1 deletion(-)
31278
35584
 
31279
35585
commit 1d0687aa814e55def9ffb618310d7e0ae4f591cc
31280
 
Author: Dan Winship <danw@gnome.org>
31281
 
Date:   Sun Jan 6 17:12:15 2013 -0500
 
35586
Author:     Dan Winship <danw@gnome.org>
 
35587
AuthorDate: Sun Jan 6 17:12:15 2013 -0500
 
35588
Commit:     Dan Winship <danw@gnome.org>
 
35589
CommitDate: Sun Jan 6 17:13:11 2013 -0500
31282
35590
 
31283
35591
    gio/tests: fix a few more gdbus-testserver.py references
31284
35592
 
31289
35597
 2 files changed, 5 insertions(+), 5 deletions(-)
31290
35598
 
31291
35599
commit 5eba9784979e0b723c05a45cf767046607e4e759
31292
 
Author: Nirbheek Chauhan <nirbheek.chauhan@collabora.co.uk>
31293
 
Date:   Sat Jan 5 12:52:31 2013 +0530
 
35600
Author:     Nirbheek Chauhan <nirbheek.chauhan@collabora.co.uk>
 
35601
AuthorDate: Sat Jan 5 12:52:31 2013 +0530
 
35602
Commit:     Colin Walters <walters@verbum.org>
 
35603
CommitDate: Sat Jan 5 14:21:25 2013 -0500
31294
35604
 
31295
35605
    GFile: Add Btrfs clone ioctl support
31296
35606
 
31317
35627
 2 files changed, 96 insertions(+), 9 deletions(-)
31318
35628
 
31319
35629
commit f42347d82e3724958d36922a6171c2eb262336cb
31320
 
Author: Dan Winship <danw@gnome.org>
31321
 
Date:   Sat Jan 5 13:26:23 2013 -0500
 
35630
Author:     Dan Winship <danw@gnome.org>
 
35631
AuthorDate: Sat Jan 5 13:26:23 2013 -0500
 
35632
Commit:     Dan Winship <danw@gnome.org>
 
35633
CommitDate: Sat Jan 5 13:29:01 2013 -0500
31322
35634
 
31323
35635
    GMemoryInputStream: fix skip_async()
31324
35636
 
31339
35651
 2 files changed, 48 insertions(+), 3 deletions(-)
31340
35652
 
31341
35653
commit 330c6c116e31628fcd46ee95e7bff51c60be5bab
31342
 
Author: Rico Tzschichholz <ricotz@t-online.de>
31343
 
Date:   Fri Jan 4 21:36:37 2013 +0100
 
35654
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
35655
AuthorDate: Fri Jan 4 21:36:37 2013 +0100
 
35656
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
35657
CommitDate: Fri Jan 4 21:36:37 2013 +0100
31344
35658
 
31345
35659
    gio/tests: Drop superfluous dbus-1 dependencies of gdbus-auth
31346
35660
 
31349
35663
 2 files changed, 1 insertion(+), 3 deletions(-)
31350
35664
 
31351
35665
commit c2055f22f4399a23d1c02a94f8b029212e37e162
31352
 
Author: Ryan Lortie <desrt@desrt.ca>
31353
 
Date:   Mon Nov 5 11:07:16 2012 -0500
 
35666
Author:     Ryan Lortie <desrt@desrt.ca>
 
35667
AuthorDate: Mon Nov 5 11:07:16 2012 -0500
 
35668
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
35669
CommitDate: Fri Jan 4 21:20:04 2013 +0100
31354
35670
 
31355
35671
    gtype: disallow adding interfaces after the fact
31356
35672
 
31373
35689
 3 files changed, 18 insertions(+), 11 deletions(-)
31374
35690
 
31375
35691
commit 125833d4277046efc77aeabe43282514b9f5bc73
31376
 
Author: Rico Tzschichholz <ricotz@t-online.de>
31377
 
Date:   Fri Jan 4 20:37:27 2013 +0100
 
35692
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
35693
AuthorDate: Fri Jan 4 20:37:27 2013 +0100
 
35694
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
35695
CommitDate: Fri Jan 4 20:37:27 2013 +0100
31378
35696
 
31379
35697
    gio/tests: Fix make dist
31380
35698
 
31384
35702
 1 file changed, 1 insertion(+), 1 deletion(-)
31385
35703
 
31386
35704
commit efa7b5f1e7d28e10d2c4413fc1626305f46706f5
31387
 
Author: Rico Tzschichholz <ricotz@t-online.de>
31388
 
Date:   Fri Jan 4 20:25:46 2013 +0100
 
35705
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
35706
AuthorDate: Fri Jan 4 20:25:46 2013 +0100
 
35707
Commit:     Rico Tzschichholz <ricotz@ubuntu.com>
 
35708
CommitDate: Fri Jan 4 20:25:46 2013 +0100
31389
35709
 
31390
35710
    Revert "gtype: disallow adding interfaces after the fact"
31391
35711
 
31397
35717
 3 files changed, 11 insertions(+), 18 deletions(-)
31398
35718
 
31399
35719
commit e478b65ea5fe20ea714a4e78be051a8aa7583ece
31400
 
Author: Matthias Clasen <mclasen@redhat.com>
31401
 
Date:   Fri Jan 4 08:27:00 2013 -0500
 
35720
Author:     Matthias Clasen <mclasen@redhat.com>
 
35721
AuthorDate: Fri Jan 4 08:27:00 2013 -0500
 
35722
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35723
CommitDate: Fri Jan 4 08:28:13 2013 -0500
31402
35724
 
31403
35725
    Improve g_cond_wait docs
31404
35726
 
31409
35731
 1 file changed, 2 insertions(+)
31410
35732
 
31411
35733
commit 5fbdd3aa27a4a0445708a453ffbd935e6905ee2a
31412
 
Author: Marko Lindqvist <cazfi74@gmail.com>
31413
 
Date:   Thu Jan 3 19:21:35 2013 -0500
 
35734
Author:     Marko Lindqvist <cazfi74@gmail.com>
 
35735
AuthorDate: Thu Jan 3 19:21:35 2013 -0500
 
35736
Commit:     Colin Walters <walters@verbum.org>
 
35737
CommitDate: Thu Jan 3 19:22:16 2013 -0500
31414
35738
 
31415
35739
    Remove deprecated AM_PROG_CC_STDC
31416
35740
 
31422
35746
 1 file changed, 1 deletion(-)
31423
35747
 
31424
35748
commit 101ddfe22f0313c5159bda754697a59b559e7718
31425
 
Author: David Zeuthen <zeuthen@gmail.com>
31426
 
Date:   Thu Jan 3 13:34:21 2013 -0500
 
35749
Author:     David Zeuthen <zeuthen@gmail.com>
 
35750
AuthorDate: Thu Jan 3 13:34:21 2013 -0500
 
35751
Commit:     David Zeuthen <zeuthen@gmail.com>
 
35752
CommitDate: Thu Jan 3 13:35:10 2013 -0500
31427
35753
 
31428
35754
    In gdbus-auth test, use g_unsetenv(), not g_setenv() with a NULL value
31429
35755
 
31433
35759
 1 file changed, 2 insertions(+), 2 deletions(-)
31434
35760
 
31435
35761
commit 361fe28fb9ebf6841830b7f193671a378554bc9e
31436
 
Author: Matthias Clasen <mclasen@redhat.com>
31437
 
Date:   Thu Jan 3 13:13:50 2013 -0500
 
35762
Author:     Matthias Clasen <mclasen@redhat.com>
 
35763
AuthorDate: Thu Jan 3 13:13:50 2013 -0500
 
35764
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35765
CommitDate: Thu Jan 3 13:16:22 2013 -0500
31438
35766
 
31439
35767
    Drop gdbus-testserver.py
31440
35768
 
31448
35776
 2 files changed, 300 deletions(-)
31449
35777
 
31450
35778
commit 663ed23bc5614fb4f40df04a9e949f63cf554e06
31451
 
Author: Matthias Clasen <mclasen@redhat.com>
31452
 
Date:   Thu Jan 3 13:12:58 2013 -0500
 
35779
Author:     Matthias Clasen <mclasen@redhat.com>
 
35780
AuthorDate: Thu Jan 3 13:12:58 2013 -0500
 
35781
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35782
CommitDate: Thu Jan 3 13:15:15 2013 -0500
31453
35783
 
31454
35784
    Use the C gdbus-testserver in tests
31455
35785
 
31463
35793
 7 files changed, 7 insertions(+), 7 deletions(-)
31464
35794
 
31465
35795
commit 416fa3b9efb7b75c781ea26e004ad6183ea16e24
31466
 
Author: Matthias Clasen <mclasen@redhat.com>
31467
 
Date:   Thu Jan 3 13:11:58 2013 -0500
 
35796
Author:     Matthias Clasen <mclasen@redhat.com>
 
35797
AuthorDate: Thu Jan 3 13:11:58 2013 -0500
 
35798
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35799
CommitDate: Thu Jan 3 13:14:26 2013 -0500
31468
35800
 
31469
35801
    Add a C version of gdbus-testserver.py
31470
35802
 
31479
35811
 2 files changed, 892 insertions(+)
31480
35812
 
31481
35813
commit 2652dc13573471a1a20070fdeef0c44eb0aa4f9a
31482
 
Author: David Zeuthen <zeuthen@gmail.com>
31483
 
Date:   Thu Jan 3 11:57:21 2013 -0500
 
35814
Author:     David Zeuthen <zeuthen@gmail.com>
 
35815
AuthorDate: Thu Jan 3 11:57:21 2013 -0500
 
35816
Commit:     David Zeuthen <zeuthen@gmail.com>
 
35817
CommitDate: Thu Jan 3 12:12:55 2013 -0500
31484
35818
 
31485
35819
    GDBus: Avoid use of libdbus-1 in authentication tests
31486
35820
 
31518
35852
 2 files changed, 165 insertions(+), 141 deletions(-)
31519
35853
 
31520
35854
commit 03e84f936fd6f4acbcdf671cc6be5b0690ee7ea6
31521
 
Author: Dan Winship <danw@gnome.org>
31522
 
Date:   Wed Jan 2 13:00:48 2013 -0500
 
35855
Author:     Dan Winship <danw@gnome.org>
 
35856
AuthorDate: Wed Jan 2 13:00:48 2013 -0500
 
35857
Commit:     Dan Winship <danw@gnome.org>
 
35858
CommitDate: Wed Jan 2 13:02:51 2013 -0500
31523
35859
 
31524
35860
    GValueArray: clarify the deprecation warnings
31525
35861
 
31535
35871
 1 file changed, 11 insertions(+), 11 deletions(-)
31536
35872
 
31537
35873
commit af27baaaef3510e32104af6fa196336f13dbc5a9
31538
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
31539
 
Date:   Wed Jan 2 13:10:31 2013 +0100
 
35874
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
35875
AuthorDate: Wed Jan 2 13:10:31 2013 +0100
 
35876
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
35877
CommitDate: Wed Jan 2 13:10:31 2013 +0100
31540
35878
 
31541
35879
    Fix build with --enable-gtk-doc
31542
35880
 
31546
35884
 1 file changed, 1 insertion(+)
31547
35885
 
31548
35886
commit 3e5068c18631afdc3c6a50a82f6e3499ac9bf3ed
31549
 
Author: Matthias Clasen <mclasen@redhat.com>
31550
 
Date:   Tue Jan 1 15:49:06 2013 -0500
 
35887
Author:     Matthias Clasen <mclasen@redhat.com>
 
35888
AuthorDate: Tue Jan 1 15:49:06 2013 -0500
 
35889
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35890
CommitDate: Tue Jan 1 15:49:06 2013 -0500
31551
35891
 
31552
35892
    Add a --with-python option
31553
35893
 
31560
35900
 2 files changed, 18 insertions(+), 1 deletion(-)
31561
35901
 
31562
35902
commit 86610b059463472e01c0001b83ed052a3edca2e0
31563
 
Author: Matthias Clasen <mclasen@redhat.com>
31564
 
Date:   Tue Jan 1 14:06:20 2013 -0500
 
35903
Author:     Matthias Clasen <mclasen@redhat.com>
 
35904
AuthorDate: Tue Jan 1 14:06:20 2013 -0500
 
35905
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35906
CommitDate: Tue Jan 1 14:06:20 2013 -0500
31565
35907
 
31566
35908
    Move testgobject to tests/
31567
35909
 
31576
35918
 4 files changed, 433 insertions(+), 434 deletions(-)
31577
35919
 
31578
35920
commit f2e00a07f49d6ad0e8d790396bcdea913592ce33
31579
 
Author: Matthias Clasen <mclasen@redhat.com>
31580
 
Date:   Tue Jan 1 13:54:54 2013 -0500
 
35921
Author:     Matthias Clasen <mclasen@redhat.com>
 
35922
AuthorDate: Tue Jan 1 13:54:54 2013 -0500
 
35923
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35924
CommitDate: Tue Jan 1 13:54:54 2013 -0500
31581
35925
 
31582
35926
    Improvde #include order consistency
31583
35927
 
31591
35935
 4 files changed, 9 insertions(+), 8 deletions(-)
31592
35936
 
31593
35937
commit 7acfdb04ac1af34af26353a2af388adb7e4db844
31594
 
Author: Paolo Borelli <pborelli@gnome.org>
31595
 
Date:   Thu Dec 27 20:55:30 2012 +0100
 
35938
Author:     Paolo Borelli <pborelli@gnome.org>
 
35939
AuthorDate: Thu Dec 27 20:55:30 2012 +0100
 
35940
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35941
CommitDate: Tue Jan 1 11:20:25 2013 -0500
31596
35942
 
31597
35943
    Annotate GApplication::local_command_line
31598
35944
 
31603
35949
 1 file changed, 20 insertions(+)
31604
35950
 
31605
35951
commit 5e62827efdf8a6efbf48e5ed88e02ec4e3a40329
31606
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
31607
 
Date:   Tue Jul 3 15:14:18 2012 -0400
 
35952
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
35953
AuthorDate: Tue Jul 3 15:14:18 2012 -0400
 
35954
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35955
CommitDate: Tue Jan 1 11:03:19 2013 -0500
31608
35956
 
31609
35957
    gmarkup: Make GMarkupParseContext a boxed type
31610
35958
 
31625
35973
 8 files changed, 66 insertions(+)
31626
35974
 
31627
35975
commit 157f80c2440dcc4ff581b2829bc2ce14071a69e2
31628
 
Author: Matthias Clasen <mclasen@redhat.com>
31629
 
Date:   Tue Jan 1 10:25:07 2013 -0500
 
35976
Author:     Matthias Clasen <mclasen@redhat.com>
 
35977
AuthorDate: Tue Jan 1 10:25:07 2013 -0500
 
35978
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35979
CommitDate: Tue Jan 1 10:25:07 2013 -0500
31630
35980
 
31631
35981
    Drop a broken link
31632
35982
 
31638
35988
 1 file changed, 1 insertion(+), 2 deletions(-)
31639
35989
 
31640
35990
commit 0d3da350c608483a12c89334638317d57449e968
31641
 
Author: Michael Henning <drawoc@darkrefraction.com>
31642
 
Date:   Sat Dec 29 23:57:23 2012 -0500
 
35991
Author:     Michael Henning <drawoc@darkrefraction.com>
 
35992
AuthorDate: Sat Dec 29 23:57:23 2012 -0500
 
35993
Commit:     Matthias Clasen <mclasen@redhat.com>
 
35994
CommitDate: Mon Dec 31 16:13:29 2012 -0500
31643
35995
 
31644
35996
    gutils: move G_END_DECLS to the end of gutils.h
31645
35997
 
31653
36005
 1 file changed, 2 insertions(+), 2 deletions(-)
31654
36006
 
31655
36007
commit 81c1fd22bd92454b0f7c97715e11c77eb0451abf
31656
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
31657
 
Date:   Mon Dec 31 12:20:07 2012 +0100
 
36008
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
36009
AuthorDate: Mon Dec 31 12:20:07 2012 +0100
 
36010
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
36011
CommitDate: Mon Dec 31 12:20:07 2012 +0100
31658
36012
 
31659
36013
    Updated Spanish translation
31660
36014
 
31663
36017
 1 file changed, 92 insertions(+), 88 deletions(-)
31664
36018
 
31665
36019
commit a9f363733ba796b8c2365fc45a616f94bd6463e3
31666
 
Author: Matthias Clasen <mclasen@redhat.com>
31667
 
Date:   Sat Dec 29 00:22:34 2012 -0500
 
36020
Author:     Matthias Clasen <mclasen@redhat.com>
 
36021
AuthorDate: Sat Dec 29 00:22:34 2012 -0500
 
36022
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36023
CommitDate: Sat Dec 29 00:22:34 2012 -0500
31668
36024
 
31669
36025
    Fix up the gschema.dtd
31670
36026
 
31677
36033
 1 file changed, 4 insertions(+), 4 deletions(-)
31678
36034
 
31679
36035
commit 12ad403a43763aa4a99a6055c3cccd2677252430
31680
 
Author: Matthias Clasen <mclasen@redhat.com>
31681
 
Date:   Sat Dec 29 00:03:09 2012 -0500
 
36036
Author:     Matthias Clasen <mclasen@redhat.com>
 
36037
AuthorDate: Sat Dec 29 00:03:09 2012 -0500
 
36038
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36039
CommitDate: Sat Dec 29 00:03:09 2012 -0500
31682
36040
 
31683
36041
    Remove a failing test
31684
36042
 
31689
36047
 1 file changed, 4 deletions(-)
31690
36048
 
31691
36049
commit 32c925427785895ce156f4bb428082e1952d2407
31692
 
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
31693
 
Date:   Thu Dec 20 15:34:22 2012 +0900
 
36050
Author:     Tristan Van Berkom <tristan.van.berkom@gmail.com>
 
36051
AuthorDate: Thu Dec 20 15:34:22 2012 +0900
 
36052
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36053
CommitDate: Fri Dec 28 21:28:28 2012 -0500
31694
36054
 
31695
36055
    Adding test coverage for GTestDBus activating in-tree services.
31696
36056
 
31705
36065
 5 files changed, 136 insertions(+), 1 deletion(-)
31706
36066
 
31707
36067
commit e1b99b2ddcf21f5dab26ad74afa6935eaf70028e
31708
 
Author: Matthias Clasen <mclasen@redhat.com>
31709
 
Date:   Thu Dec 27 23:43:14 2012 -0500
 
36068
Author:     Matthias Clasen <mclasen@redhat.com>
 
36069
AuthorDate: Thu Dec 27 23:43:14 2012 -0500
 
36070
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36071
CommitDate: Thu Dec 27 23:43:14 2012 -0500
31710
36072
 
31711
36073
    Move single-include guards inside include guards
31712
36074
 
31933
36295
 216 files changed, 648 insertions(+), 648 deletions(-)
31934
36296
 
31935
36297
commit 89d48d7800a21db1b94c09644bc68b84cda1940b
31936
 
Author: Ryan Lortie <desrt@desrt.ca>
31937
 
Date:   Wed Jan 18 14:37:37 2012 -0500
 
36298
Author:     Ryan Lortie <desrt@desrt.ca>
 
36299
AuthorDate: Wed Jan 18 14:37:37 2012 -0500
 
36300
Commit:     Ryan Lortie <desrt@desrt.ca>
 
36301
CommitDate: Thu Dec 27 11:00:49 2012 -0500
31938
36302
 
31939
36303
    Add g_application_command_line_get_stdin()
31940
36304
 
31955
36319
 4 files changed, 119 insertions(+), 14 deletions(-)
31956
36320
 
31957
36321
commit 3e97776276a3648fac9706d7a82715ab230bfb5d
31958
 
Author: Mattias Põldaru <mahfiaz@gmail.com>
31959
 
Date:   Thu Dec 27 16:37:24 2012 +0200
 
36322
Author:     Mattias Põldaru <mahfiaz@gmail.com>
 
36323
AuthorDate: Thu Dec 27 16:37:24 2012 +0200
 
36324
Commit:     Priit Laes <plaes@plaes.org>
 
36325
CommitDate: Thu Dec 27 16:37:24 2012 +0200
31960
36326
 
31961
36327
    [l10n] Updated Estonian translation
31962
36328
 
31965
36331
 1 file changed, 2285 insertions(+), 2711 deletions(-)
31966
36332
 
31967
36333
commit 3a7c1594d126d20510eb4f6b769dedc8a68e3834
31968
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
31969
 
Date:   Mon Dec 24 22:53:03 2012 +0100
 
36334
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
36335
AuthorDate: Mon Dec 24 22:53:03 2012 +0100
 
36336
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
36337
CommitDate: Mon Dec 24 22:53:03 2012 +0100
31970
36338
 
31971
36339
    Updated Galician translations
31972
36340
 
31975
36343
 1 file changed, 92 insertions(+), 89 deletions(-)
31976
36344
 
31977
36345
commit 53bbf26c17cf0876cdd18ddb77f6f985999a24d4
31978
 
Author: Dimitris Spingos <dmtrs32@gmail.com>
31979
 
Date:   Mon Dec 24 17:23:17 2012 +0200
 
36346
Author:     Dimitris Spingos <dmtrs32@gmail.com>
 
36347
AuthorDate: Mon Dec 24 17:23:17 2012 +0200
 
36348
Commit:     Dimitris Spingos <dmtrs32@gmail.com>
 
36349
CommitDate: Mon Dec 24 17:23:17 2012 +0200
31980
36350
 
31981
36351
    Updated Greek translation
31982
36352
 
31985
36355
 1 file changed, 606 insertions(+), 582 deletions(-)
31986
36356
 
31987
36357
commit 74cc23405883ed33d7c42e05044265086d3fb420
31988
 
Author: Kjartan Maraas <kmaraas@gnome.org>
31989
 
Date:   Sun Dec 23 17:38:45 2012 +0100
 
36358
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
36359
AuthorDate: Sun Dec 23 17:38:45 2012 +0100
 
36360
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
36361
CommitDate: Sun Dec 23 17:39:50 2012 +0100
31990
36362
 
31991
36363
    Updated Norwegian bokmål translation
31992
36364
 
31995
36367
 1 file changed, 564 insertions(+), 566 deletions(-)
31996
36368
 
31997
36369
commit f1a1cccd5a3354407d32e458324ae416cb527925
31998
 
Author: Peter Mráz <etkinator@gmail.com>
31999
 
Date:   Sun Dec 23 14:32:58 2012 +0100
 
36370
Author:     Peter Mráz <etkinator@gmail.com>
 
36371
AuthorDate: Sun Dec 23 14:32:58 2012 +0100
 
36372
Commit:     Pavol Klačanský <pavol@klacansky.com>
 
36373
CommitDate: Sun Dec 23 14:32:58 2012 +0100
32000
36374
 
32001
36375
    Updated Slovak translation
32002
36376
 
32005
36379
 1 file changed, 663 insertions(+), 699 deletions(-)
32006
36380
 
32007
36381
commit a9578b0bb7b5f81bb64ae6f969293c4ad3afc48a
32008
 
Author: Piotr Drąg <piotrdrag@gmail.com>
32009
 
Date:   Sun Dec 23 04:28:23 2012 +0100
 
36382
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
36383
AuthorDate: Sun Dec 23 04:28:23 2012 +0100
 
36384
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
36385
CommitDate: Sun Dec 23 04:28:23 2012 +0100
32010
36386
 
32011
36387
    Updated Polish translation
32012
36388
 
32015
36391
 1 file changed, 93 insertions(+), 89 deletions(-)
32016
36392
 
32017
36393
commit f3ecba5e122ecd535066dd65473488498ee8fa22
32018
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
32019
 
Date:   Thu Dec 20 14:24:17 2012 +0200
 
36394
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
36395
AuthorDate: Thu Dec 20 14:24:17 2012 +0200
 
36396
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
36397
CommitDate: Thu Dec 20 14:24:17 2012 +0200
32020
36398
 
32021
36399
    Updated Hebrew translation.
32022
36400
 
32025
36403
 1 file changed, 314 insertions(+), 311 deletions(-)
32026
36404
 
32027
36405
commit c284d1c4ad38281f070060da221311f23f4c0eca
32028
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
32029
 
Date:   Thu Dec 20 11:08:39 2012 +0100
 
36406
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
36407
AuthorDate: Thu Dec 20 11:08:39 2012 +0100
 
36408
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
36409
CommitDate: Thu Dec 20 11:08:39 2012 +0100
32030
36410
 
32031
36411
    Updated Spanish translation
32032
36412
 
32035
36415
 1 file changed, 146 insertions(+), 150 deletions(-)
32036
36416
 
32037
36417
commit 5445b4aeecf87233d54e27fee442359273a3f081
32038
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
32039
 
Date:   Thu Dec 20 13:48:11 2012 +0530
 
36418
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
36419
AuthorDate: Thu Dec 20 13:48:11 2012 +0530
 
36420
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
36421
CommitDate: Thu Dec 20 13:48:35 2012 +0530
32040
36422
 
32041
36423
    Assamese translation updated
32042
36424
 
32045
36427
 1 file changed, 254 insertions(+), 253 deletions(-)
32046
36428
 
32047
36429
commit 08dce819ccaa63cbc572253da034634b21ddffca
32048
 
Author: Matthias Clasen <mclasen@redhat.com>
32049
 
Date:   Wed Dec 19 15:20:45 2012 -0500
 
36430
Author:     Matthias Clasen <mclasen@redhat.com>
 
36431
AuthorDate: Wed Dec 19 15:20:45 2012 -0500
 
36432
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36433
CommitDate: Wed Dec 19 15:20:45 2012 -0500
32050
36434
 
32051
36435
    Revert "gtestutils: add g_test_trap_subprocess(), deprecate
32052
36436
    g_test_trap_fork()"
32063
36447
 6 files changed, 77 insertions(+), 487 deletions(-)
32064
36448
 
32065
36449
commit 0178402c6d5aee998934db6d4b49fff95dc50c48
32066
 
Author: Matthias Clasen <mclasen@redhat.com>
32067
 
Date:   Wed Dec 19 15:20:37 2012 -0500
 
36450
Author:     Matthias Clasen <mclasen@redhat.com>
 
36451
AuthorDate: Wed Dec 19 15:20:37 2012 -0500
 
36452
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36453
CommitDate: Wed Dec 19 15:20:37 2012 -0500
32068
36454
 
32069
36455
    Revert "tests: port from g_test_trap_subprocess() to
32070
36456
    g_test_trap_fork()"
32094
36480
 19 files changed, 884 insertions(+), 1275 deletions(-)
32095
36481
 
32096
36482
commit 6f15db8c3d3b8c6f800e1408d05f57a133d0e7a1
32097
 
Author: Matthias Clasen <mclasen@redhat.com>
32098
 
Date:   Wed Dec 19 15:20:31 2012 -0500
 
36483
Author:     Matthias Clasen <mclasen@redhat.com>
 
36484
AuthorDate: Wed Dec 19 15:20:31 2012 -0500
 
36485
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36486
CommitDate: Wed Dec 19 15:20:31 2012 -0500
32099
36487
 
32100
36488
    Revert "gtestutils: fix "-p" logic"
32101
36489
 
32107
36495
 2 files changed, 1 insertion(+), 126 deletions(-)
32108
36496
 
32109
36497
commit 50850fe08c92caafe99f8a1130479b6a63440e44
32110
 
Author: Matthias Clasen <mclasen@redhat.com>
32111
 
Date:   Wed Dec 19 15:20:20 2012 -0500
 
36498
Author:     Matthias Clasen <mclasen@redhat.com>
 
36499
AuthorDate: Wed Dec 19 15:20:20 2012 -0500
 
36500
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36501
CommitDate: Wed Dec 19 15:20:20 2012 -0500
32112
36502
 
32113
36503
    Revert "tests/option-context: fix under --verbose"
32114
36504
 
32118
36508
 1 file changed, 5 insertions(+), 2 deletions(-)
32119
36509
 
32120
36510
commit f64d6640d4e08bc0a82aa2b13482f48efc1c1229
32121
 
Author: Matthias Clasen <mclasen@redhat.com>
32122
 
Date:   Wed Dec 19 15:20:13 2012 -0500
 
36511
Author:     Matthias Clasen <mclasen@redhat.com>
 
36512
AuthorDate: Wed Dec 19 15:20:13 2012 -0500
 
36513
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36514
CommitDate: Wed Dec 19 15:20:13 2012 -0500
32123
36515
 
32124
36516
    Revert "tests/protocol: redo a bit"
32125
36517
 
32130
36522
 1 file changed, 29 insertions(+), 20 deletions(-)
32131
36523
 
32132
36524
commit 53a436221fe603686bf40feb49d79a048db44943
32133
 
Author: Matthias Clasen <mclasen@redhat.com>
32134
 
Date:   Wed Dec 19 15:20:05 2012 -0500
 
36525
Author:     Matthias Clasen <mclasen@redhat.com>
 
36526
AuthorDate: Wed Dec 19 15:20:05 2012 -0500
 
36527
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36528
CommitDate: Wed Dec 19 15:20:05 2012 -0500
32135
36529
 
32136
36530
    Revert "tests/spawn-*.c: fix on Windows"
32137
36531
 
32143
36537
 3 files changed, 4 insertions(+), 6 deletions(-)
32144
36538
 
32145
36539
commit 2fe36a22388216a04dfd74a59a72d8636c1098e4
32146
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
32147
 
Date:   Thu Nov 8 14:09:23 2012 +0000
 
36540
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
36541
AuthorDate: Thu Nov 8 14:09:23 2012 +0000
 
36542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36543
CommitDate: Wed Dec 19 15:14:35 2012 -0500
32148
36544
 
32149
36545
    Check that credentials pass through D-Bus on supported platforms
32150
36546
 
32154
36550
 1 file changed, 21 insertions(+)
32155
36551
 
32156
36552
commit 32bfd46c7b193de9eb6794d436f797c49b6a9f68
32157
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
32158
 
Date:   Thu Nov 8 14:08:44 2012 +0000
 
36553
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
36554
AuthorDate: Thu Nov 8 14:08:44 2012 +0000
 
36555
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36556
CommitDate: Wed Dec 19 15:14:27 2012 -0500
32159
36557
 
32160
36558
    GCredentials: add a regression test
32161
36559
 
32167
36565
 2 files changed, 132 insertions(+)
32168
36566
 
32169
36567
commit 8f65536504a0902f1e90696eb18f8c2bd5bc1782
32170
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
32171
 
Date:   Thu Nov 8 14:08:24 2012 +0000
 
36568
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
36569
AuthorDate: Thu Nov 8 14:08:24 2012 +0000
 
36570
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36571
CommitDate: Wed Dec 19 15:08:09 2012 -0500
32172
36572
 
32173
36573
    GCredentials: add getter/setter for the Unix process ID
32174
36574
 
32182
36582
 4 files changed, 48 insertions(+)
32183
36583
 
32184
36584
commit 602714a8dae08e395c8834aa059375de7dd877c0
32185
 
Author: Dan Winship <danw@gnome.org>
32186
 
Date:   Sun Nov 25 13:52:20 2012 -0500
 
36585
Author:     Dan Winship <danw@gnome.org>
 
36586
AuthorDate: Sun Nov 25 13:52:20 2012 -0500
 
36587
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36588
CommitDate: Wed Dec 19 14:35:13 2012 -0500
32187
36589
 
32188
36590
    tests/spawn-*.c: fix on Windows
32189
36591
 
32197
36599
 3 files changed, 6 insertions(+), 4 deletions(-)
32198
36600
 
32199
36601
commit 8d9969fe15f2afc0c13b5d20a3103df666d68934
32200
 
Author: Dan Winship <danw@gnome.org>
32201
 
Date:   Sun Nov 25 11:50:09 2012 -0500
 
36602
Author:     Dan Winship <danw@gnome.org>
 
36603
AuthorDate: Sun Nov 25 11:50:09 2012 -0500
 
36604
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36605
CommitDate: Wed Dec 19 14:35:12 2012 -0500
32202
36606
 
32203
36607
    tests/protocol: redo a bit
32204
36608
 
32213
36617
 1 file changed, 20 insertions(+), 29 deletions(-)
32214
36618
 
32215
36619
commit 80253cd71007975946a084697ccec9891102a3e7
32216
 
Author: Dan Winship <danw@gnome.org>
32217
 
Date:   Sun Nov 25 11:42:59 2012 -0500
 
36620
Author:     Dan Winship <danw@gnome.org>
 
36621
AuthorDate: Sun Nov 25 11:42:59 2012 -0500
 
36622
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36623
CommitDate: Wed Dec 19 14:35:12 2012 -0500
32218
36624
 
32219
36625
    tests/option-context: fix under --verbose
32220
36626
 
32227
36633
 1 file changed, 2 insertions(+), 5 deletions(-)
32228
36634
 
32229
36635
commit 723a8f55880f1e7bf1b475901ce40e6cd443b72d
32230
 
Author: Dan Winship <danw@gnome.org>
32231
 
Date:   Sat Aug 25 11:54:31 2012 -0400
 
36636
Author:     Dan Winship <danw@gnome.org>
 
36637
AuthorDate: Sat Aug 25 11:54:31 2012 -0400
 
36638
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36639
CommitDate: Wed Dec 19 14:35:11 2012 -0500
32232
36640
 
32233
36641
    gtestutils: fix "-p" logic
32234
36642
 
32244
36652
 2 files changed, 126 insertions(+), 1 deletion(-)
32245
36653
 
32246
36654
commit ea06ec80634ff8f22882f3bc92effb10ac294e41
32247
 
Author: Dan Winship <danw@gnome.org>
32248
 
Date:   Sat Nov 24 16:34:13 2012 -0500
 
36655
Author:     Dan Winship <danw@gnome.org>
 
36656
AuthorDate: Sat Nov 24 16:34:13 2012 -0500
 
36657
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36658
CommitDate: Wed Dec 19 14:35:10 2012 -0500
32249
36659
 
32250
36660
    tests: port from g_test_trap_subprocess() to g_test_trap_fork()
32251
36661
 
32276
36686
 19 files changed, 1275 insertions(+), 884 deletions(-)
32277
36687
 
32278
36688
commit e3a29184d56b3a65664eb8859e61afbc804497c8
32279
 
Author: Dan Winship <danw@gnome.org>
32280
 
Date:   Sat Nov 24 15:58:27 2012 -0500
 
36689
Author:     Dan Winship <danw@gnome.org>
 
36690
AuthorDate: Sat Nov 24 15:58:27 2012 -0500
 
36691
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36692
CommitDate: Wed Dec 19 14:35:08 2012 -0500
32281
36693
 
32282
36694
    gtestutils: add g_test_trap_subprocess(), deprecate g_test_trap_fork()
32283
36695
 
32302
36714
 6 files changed, 487 insertions(+), 77 deletions(-)
32303
36715
 
32304
36716
commit 79fab3e647b77f948d2e946d630dedec9ce19f5f
32305
 
Author: Daniel Macks <dmacks@netspace.org>
32306
 
Date:   Sat Dec 1 14:23:01 2012 -0500
 
36717
Author:     Daniel Macks <dmacks@netspace.org>
 
36718
AuthorDate: Sat Dec 1 14:23:01 2012 -0500
 
36719
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36720
CommitDate: Wed Dec 19 14:32:24 2012 -0500
32307
36721
 
32308
36722
    Add missing autoconf test for sysctlbyname()
32309
36723
 
32316
36730
 1 file changed, 1 insertion(+)
32317
36731
 
32318
36732
commit 1fec9ac47d157ca28c4efc1c18e5dd98bc39332b
32319
 
Author: Daniel Macks <dmacks@netspace.org>
32320
 
Date:   Thu Nov 29 10:33:47 2012 -0500
 
36733
Author:     Daniel Macks <dmacks@netspace.org>
 
36734
AuthorDate: Thu Nov 29 10:33:47 2012 -0500
 
36735
Commit:     Matthias Clasen <mclasen@redhat.com>
 
36736
CommitDate: Wed Dec 19 14:29:08 2012 -0500
32321
36737
 
32322
36738
    Fix constant type to match assigned variable type
32323
36739
 
32333
36749
 1 file changed, 2 insertions(+), 2 deletions(-)
32334
36750
 
32335
36751
commit 69ad5010e3044d5329d19b0b3099ff0c5e9e1ddc
32336
 
Author: Dan Winship <danw@gnome.org>
32337
 
Date:   Wed Dec 19 09:10:01 2012 -0500
 
36752
Author:     Dan Winship <danw@gnome.org>
 
36753
AuthorDate: Wed Dec 19 09:10:01 2012 -0500
 
36754
Commit:     Dan Winship <danw@gnome.org>
 
36755
CommitDate: Wed Dec 19 09:10:12 2012 -0500
32338
36756
 
32339
36757
    inotify: fix compile
32340
36758
 
32342
36760
 1 file changed, 1 insertion(+), 1 deletion(-)
32343
36761
 
32344
36762
commit 5f1f9cb7d8886a6d8f06e2f67e9674758cd550bd
32345
 
Author: Emmanuele Bassi <ebassi@gnome.org>
32346
 
Date:   Wed Dec 19 11:03:24 2012 +0000
 
36763
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
36764
AuthorDate: Wed Dec 19 11:03:24 2012 +0000
 
36765
Commit:     Emmanuele Bassi <ebassi@gnome.org>
 
36766
CommitDate: Wed Dec 19 13:48:31 2012 +0000
32347
36767
 
32348
36768
    timezone: Fix byte arithmetic
32349
36769
 
32355
36775
 1 file changed, 9 insertions(+), 9 deletions(-)
32356
36776
 
32357
36777
commit 1d7985aa0adf7c22060470de727484e92f0a0eb9
32358
 
Author: Dan Winship <danw@gnome.org>
32359
 
Date:   Mon Nov 19 16:18:55 2012 -0500
 
36778
Author:     Dan Winship <danw@gnome.org>
 
36779
AuthorDate: Mon Nov 19 16:18:55 2012 -0500
 
36780
Commit:     Dan Winship <danw@gnome.org>
 
36781
CommitDate: Wed Dec 19 08:32:42 2012 -0500
32360
36782
 
32361
36783
    tests: multiple fixes to run-assert-msg-test.sh
32362
36784
 
32374
36796
 1 file changed, 9 insertions(+), 6 deletions(-)
32375
36797
 
32376
36798
commit 3a7244bd0ca5e30b1c3199c7995f924cfd231855
32377
 
Author: Dan Winship <danw@gnome.org>
32378
 
Date:   Wed Dec 19 08:22:23 2012 -0500
 
36799
Author:     Dan Winship <danw@gnome.org>
 
36800
AuthorDate: Wed Dec 19 08:22:23 2012 -0500
 
36801
Commit:     Dan Winship <danw@gnome.org>
 
36802
CommitDate: Wed Dec 19 08:22:23 2012 -0500
32379
36803
 
32380
36804
    Add "Since 2.36" to G_FILE_MONITOR_WATCH_HARD_LINKS doc
32381
36805
 
32383
36807
 1 file changed, 1 insertion(+), 1 deletion(-)
32384
36808
 
32385
36809
commit 707bc4a40f48f1a361071a8b8b13d96743e89561
32386
 
Author: Ryan Lortie <desrt@desrt.ca>
32387
 
Date:   Wed Nov 18 17:59:14 2009 -0600
 
36810
Author:     Ryan Lortie <desrt@desrt.ca>
 
36811
AuthorDate: Wed Nov 18 17:59:14 2009 -0600
 
36812
Commit:     Dan Winship <danw@gnome.org>
 
36813
CommitDate: Wed Dec 19 08:19:18 2012 -0500
32388
36814
 
32389
36815
    gio + inotify support for hard links
32390
36816
 
32409
36835
 9 files changed, 327 insertions(+), 66 deletions(-)
32410
36836
 
32411
36837
commit e6d45972fc0f75345b7ba19ac3d554cf801ba86a
32412
 
Author: John Ralls <jralls@ceridwen.us>
32413
 
Date:   Wed Dec 19 00:40:08 2012 +0000
 
36838
Author:     John Ralls <jralls@ceridwen.us>
 
36839
AuthorDate: Wed Dec 19 00:40:08 2012 +0000
 
36840
Commit:     John Ralls <jralls@ceridwen.us>
 
36841
CommitDate: Wed Dec 19 00:40:08 2012 +0000
32414
36842
 
32415
36843
    Bug 633117: glib fails tests if /etc/localtime is not properly set
32416
36844
 
32418
36846
 1 file changed, 5 insertions(+), 1 deletion(-)
32419
36847
 
32420
36848
commit c9939b0fc7d831e97e653ace5ca9751d17d3c405
32421
 
Author: John Ralls <jralls@ceridwen.us>
32422
 
Date:   Tue Dec 18 15:41:09 2012 -0800
 
36849
Author:     John Ralls <jralls@ceridwen.us>
 
36850
AuthorDate: Tue Dec 18 15:41:09 2012 -0800
 
36851
Commit:     John Ralls <jralls@ceridwen.us>
 
36852
CommitDate: Tue Dec 18 15:43:41 2012 -0800
32423
36853
 
32424
36854
    GTimeZone interval_info: Fix interval 0 per IANA tzfile instructions
32425
36855
 
32431
36861
 1 file changed, 18 insertions(+), 4 deletions(-)
32432
36862
 
32433
36863
commit 0f0404af21a6702f394c065ca0de33eb89a5fc48
32434
 
Author: John Ralls <jralls@ceridwen.us>
32435
 
Date:   Tue Dec 18 15:40:43 2012 -0800
 
36864
Author:     John Ralls <jralls@ceridwen.us>
 
36865
AuthorDate: Tue Dec 18 15:40:43 2012 -0800
 
36866
Commit:     John Ralls <jralls@ceridwen.us>
 
36867
CommitDate: Tue Dec 18 15:43:41 2012 -0800
32436
36868
 
32437
36869
    test_posix_parse: PST8PDT passes on Unix because it names an IANA
32438
36870
    zone.
32441
36873
 1 file changed, 4 insertions(+), 10 deletions(-)
32442
36874
 
32443
36875
commit bdab372379790a9cca07c60ce5fa979a7dfc92ae
32444
 
Author: John Ralls <jralls@ceridwen.us>
32445
 
Date:   Mon Dec 17 13:35:10 2012 -0800
 
36876
Author:     John Ralls <jralls@ceridwen.us>
 
36877
AuthorDate: Mon Dec 17 13:35:10 2012 -0800
 
36878
Commit:     John Ralls <jralls@ceridwen.us>
 
36879
CommitDate: Tue Dec 18 15:43:41 2012 -0800
32446
36880
 
32447
36881
    MSWindows TimeZone Support: Refactor and rewrite TZ variable parsing
32448
36882
 
32451
36885
 1 file changed, 300 insertions(+), 319 deletions(-)
32452
36886
 
32453
36887
commit 1af37768a533f1f5d039869f329d5a8bcd53d5f2
32454
 
Author: John Ralls <jralls@ceridwen.us>
32455
 
Date:   Tue Dec 11 13:42:05 2012 -0800
 
36888
Author:     John Ralls <jralls@ceridwen.us>
 
36889
AuthorDate: Tue Dec 11 13:42:05 2012 -0800
 
36890
Commit:     John Ralls <jralls@ceridwen.us>
 
36891
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32456
36892
 
32457
36893
    Test the TZ-variable parsing functions
32458
36894
 
32461
36897
 1 file changed, 185 insertions(+)
32462
36898
 
32463
36899
commit 7d1ae24e19b4eb35c6cea810284fadda58e6d40e
32464
 
Author: John Ralls <jralls@ceridwen.us>
32465
 
Date:   Thu Dec 6 17:16:50 2012 -0800
 
36900
Author:     John Ralls <jralls@ceridwen.us>
 
36901
AuthorDate: Thu Dec 6 17:16:50 2012 -0800
 
36902
Commit:     John Ralls <jralls@ceridwen.us>
 
36903
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32466
36904
 
32467
36905
    Implement and test time zone name/abbrev setting for Windows.
32468
36906
 
32471
36909
 2 files changed, 23 insertions(+)
32472
36910
 
32473
36911
commit d12bb7ef7284b49ccdeb81d7ef80b572eb1195d8
32474
 
Author: John Ralls <jralls@ceridwen.us>
32475
 
Date:   Tue Dec 4 10:51:48 2012 -0800
 
36912
Author:     John Ralls <jralls@ceridwen.us>
 
36913
AuthorDate: Tue Dec 4 10:51:48 2012 -0800
 
36914
Commit:     John Ralls <jralls@ceridwen.us>
 
36915
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32476
36916
 
32477
36917
    Win32 TimeZone Support: General refactoring
32478
36918
 
32483
36923
 1 file changed, 259 insertions(+), 271 deletions(-)
32484
36924
 
32485
36925
commit 1ef6933cbefe9ceed75b59e9dc4ece49aa6da247
32486
 
Author: John Ralls <jralls@ceridwen.us>
32487
 
Date:   Tue Dec 4 11:13:04 2012 -0800
 
36926
Author:     John Ralls <jralls@ceridwen.us>
 
36927
AuthorDate: Tue Dec 4 11:13:04 2012 -0800
 
36928
Commit:     John Ralls <jralls@ceridwen.us>
 
36929
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32488
36930
 
32489
36931
    Add MSWindows timezone names to test new windows support.
32490
36932
 
32492
36934
 1 file changed, 20 insertions(+)
32493
36935
 
32494
36936
commit 1ccd4d60fc6566ca4fcdbf6e961b1cb1cddc7127
32495
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
32496
 
Date:   Sat Oct 20 11:06:28 2012 +0800
 
36937
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
36938
AuthorDate: Sat Oct 20 11:06:28 2012 +0800
 
36939
Commit:     John Ralls <jralls@ceridwen.us>
 
36940
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32497
36941
 
32498
36942
    GTimeZone: Fix time zones in Windows
32499
36943
 
32507
36951
 1 file changed, 49 insertions(+), 3 deletions(-)
32508
36952
 
32509
36953
commit 206ba07bd99b3d0cb0620e04ed51e4529d1ba6eb
32510
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
32511
 
Date:   Mon Oct 15 11:07:16 2012 +0800
 
36954
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
36955
AuthorDate: Mon Oct 15 11:07:16 2012 +0800
 
36956
Commit:     John Ralls <jralls@ceridwen.us>
 
36957
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32512
36958
 
32513
36959
    GTimeZone: Parse Windows format for TZ
32514
36960
 
32522
36968
 1 file changed, 265 insertions(+)
32523
36969
 
32524
36970
commit 87436e6b3d8a6218578e6ffd63a35e60ebc8a207
32525
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
32526
 
Date:   Sat Oct 20 14:10:43 2012 +0800
 
36971
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
36972
AuthorDate: Sat Oct 20 14:10:43 2012 +0800
 
36973
Commit:     John Ralls <jralls@ceridwen.us>
 
36974
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32527
36975
 
32528
36976
    GTimeZone: Parse POSIX format for TZ
32529
36977
 
32537
36985
 1 file changed, 336 insertions(+), 5 deletions(-)
32538
36986
 
32539
36987
commit 9a4a53c03daf20b7a2f61db87af3b698dac80784
32540
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
32541
 
Date:   Sun Oct 21 11:26:21 2012 +0800
 
36988
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
36989
AuthorDate: Sun Oct 21 11:26:21 2012 +0800
 
36990
Commit:     John Ralls <jralls@ceridwen.us>
 
36991
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32542
36992
 
32543
36993
    GTimeZone: Add initialization functions for rules
32544
36994
 
32549
36999
 1 file changed, 277 insertions(+)
32550
37000
 
32551
37001
commit 9fae921c3e3ecf312e7481f764894ef84add0d76
32552
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
32553
 
Date:   Mon Oct 15 10:57:09 2012 +0800
 
37002
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
37003
AuthorDate: Mon Oct 15 10:57:09 2012 +0800
 
37004
Commit:     John Ralls <jralls@ceridwen.us>
 
37005
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32554
37006
 
32555
37007
    GTimeZone: Parse more offset formats
32556
37008
 
32564
37016
 1 file changed, 37 insertions(+), 9 deletions(-)
32565
37017
 
32566
37018
commit 59f2da17490bca084a988092986d6b28d0342bf3
32567
 
Author: John Ralls <jralls@ceridwen.us>
32568
 
Date:   Mon Oct 15 14:32:58 2012 -0700
 
37019
Author:     John Ralls <jralls@ceridwen.us>
 
37020
AuthorDate: Mon Oct 15 14:32:58 2012 -0700
 
37021
Commit:     John Ralls <jralls@ceridwen.us>
 
37022
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32569
37023
 
32570
37024
    Replace zoneinfo pointers with structs
32571
37025
 
32579
37033
 1 file changed, 211 insertions(+), 138 deletions(-)
32580
37034
 
32581
37035
commit 489e031f22611720b0259b937c81827b82ba00d6
32582
 
Author: John Ralls <jralls@ceridwen.us>
32583
 
Date:   Mon Oct 15 14:19:53 2012 -0700
 
37036
Author:     John Ralls <jralls@ceridwen.us>
 
37037
AuthorDate: Mon Oct 15 14:19:53 2012 -0700
 
37038
Commit:     John Ralls <jralls@ceridwen.us>
 
37039
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32584
37040
 
32585
37041
    Extract function init_zone_from_iana_info
32586
37042
 
32589
37045
 1 file changed, 46 insertions(+), 43 deletions(-)
32590
37046
 
32591
37047
commit 47de8646e2ef6490d930dbb8d1da99687682dcf3
32592
 
Author: John Ralls <jralls@ceridwen.us>
32593
 
Date:   Mon Oct 15 14:11:14 2012 -0700
 
37048
Author:     John Ralls <jralls@ceridwen.us>
 
37049
AuthorDate: Mon Oct 15 14:11:14 2012 -0700
 
37050
Commit:     John Ralls <jralls@ceridwen.us>
 
37051
CommitDate: Tue Dec 18 15:43:40 2012 -0800
32594
37052
 
32595
37053
    Extract function zone_info_unix
32596
37054
 
32599
37057
 1 file changed, 45 insertions(+), 37 deletions(-)
32600
37058
 
32601
37059
commit 5df1edaf70ad3abe45cb599de934b9531b7388a2
32602
 
Author: Ryan Lortie <desrt@desrt.ca>
32603
 
Date:   Mon Nov 5 11:07:16 2012 -0500
 
37060
Author:     Ryan Lortie <desrt@desrt.ca>
 
37061
AuthorDate: Mon Nov 5 11:07:16 2012 -0500
 
37062
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
37063
CommitDate: Tue Dec 18 21:37:07 2012 +0100
32604
37064
 
32605
37065
    gtype: disallow adding interfaces after the fact
32606
37066
 
32623
37083
 3 files changed, 18 insertions(+), 11 deletions(-)
32624
37084
 
32625
37085
commit d04faab3274ae06a318a87b08c499df7a797d39d
32626
 
Author: Rico Tzschichholz <ricotz@t-online.de>
32627
 
Date:   Tue Dec 18 21:32:01 2012 +0100
 
37086
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
37087
AuthorDate: Tue Dec 18 21:32:01 2012 +0100
 
37088
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
37089
CommitDate: Tue Dec 18 21:32:01 2012 +0100
32628
37090
 
32629
37091
    gio: Fix build with -Werror=format-security
32630
37092
 
32632
37094
 1 file changed, 1 insertion(+), 1 deletion(-)
32633
37095
 
32634
37096
commit d1ab41c940aa357c4cd04dd3c66284de3a15e5c4
32635
 
Author: Rico Tzschichholz <ricotz@t-online.de>
32636
 
Date:   Tue Dec 18 21:23:13 2012 +0100
 
37097
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
37098
AuthorDate: Tue Dec 18 21:23:13 2012 +0100
 
37099
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
37100
CommitDate: Tue Dec 18 21:23:13 2012 +0100
32637
37101
 
32638
37102
    Revert "gtype: disallow adding interfaces after the fact"
32639
37103
 
32645
37109
 3 files changed, 11 insertions(+), 18 deletions(-)
32646
37110
 
32647
37111
commit f0f6c8d231b415e5d69575c0c757e10abefdca2b
32648
 
Author: PHO <pho@cielonegro.org>
32649
 
Date:   Tue Dec 18 08:33:50 2012 +0900
 
37112
Author:     PHO <pho@cielonegro.org>
 
37113
AuthorDate: Tue Dec 18 08:33:50 2012 +0900
 
37114
Commit:     Dan Winship <danw@gnome.org>
 
37115
CommitDate: Tue Dec 18 13:31:02 2012 -0500
32650
37116
 
32651
37117
    gsocket: Work around broken CMSG_FIRSTHDR()
32652
37118
 
32662
37128
 1 file changed, 30 insertions(+), 27 deletions(-)
32663
37129
 
32664
37130
commit 780871d2738091f425afa1573bc1bce6969f85e6
32665
 
Author: Colin Walters <walters@verbum.org>
32666
 
Date:   Sat Dec 15 09:55:39 2012 -0500
 
37131
Author:     Colin Walters <walters@verbum.org>
 
37132
AuthorDate: Sat Dec 15 09:55:39 2012 -0500
 
37133
Commit:     Colin Walters <walters@verbum.org>
 
37134
CommitDate: Tue Dec 18 13:21:24 2012 -0500
32667
37135
 
32668
37136
    GOutputStream: Fix a compiler warning
32669
37137
 
32671
37139
 1 file changed, 2 insertions(+), 2 deletions(-)
32672
37140
 
32673
37141
commit 07bb8097e535eea27c5130c523f70759fb2ff45d
32674
 
Author: Dan Winship <danw@gnome.org>
32675
 
Date:   Sat Dec 15 11:44:59 2012 -0500
 
37142
Author:     Dan Winship <danw@gnome.org>
 
37143
AuthorDate: Sat Dec 15 11:44:59 2012 -0500
 
37144
Commit:     Dan Winship <danw@gnome.org>
 
37145
CommitDate: Tue Dec 18 13:19:08 2012 -0500
32676
37146
 
32677
37147
    gtask: don't deadlock when tasks block on other tasks
32678
37148
 
32691
37161
 2 files changed, 114 insertions(+), 10 deletions(-)
32692
37162
 
32693
37163
commit 2149b29468bb99af3c29d5de61f75aad735082dc
32694
 
Author: Colin Walters <walters@verbum.org>
32695
 
Date:   Mon Dec 17 10:47:53 2012 -0500
 
37164
Author:     Colin Walters <walters@verbum.org>
 
37165
AuthorDate: Mon Dec 17 10:47:53 2012 -0500
 
37166
Commit:     Colin Walters <walters@verbum.org>
 
37167
CommitDate: Tue Dec 18 13:13:15 2012 -0500
32696
37168
 
32697
37169
    Add g_get_num_processors()
32698
37170
 
32713
37185
 5 files changed, 69 insertions(+), 4 deletions(-)
32714
37186
 
32715
37187
commit ed5accf16c03cc3ec5d54a457163a747d580b49d
32716
 
Author: Dan Winship <danw@gnome.org>
32717
 
Date:   Thu Aug 2 15:50:35 2012 -0400
 
37188
Author:     Dan Winship <danw@gnome.org>
 
37189
AuthorDate: Thu Aug 2 15:50:35 2012 -0400
 
37190
Commit:     Dan Winship <danw@gnome.org>
 
37191
CommitDate: Tue Dec 18 09:07:24 2012 -0500
32718
37192
 
32719
37193
    gio: port file/vfs-related classes from GSimpleAsyncResult to GTask
32720
37194
 
32736
37210
 12 files changed, 723 insertions(+), 1125 deletions(-)
32737
37211
 
32738
37212
commit 669505e354a843efb2e198d4b56e310fa6a69b9a
32739
 
Author: Dan Winship <danw@gnome.org>
32740
 
Date:   Thu Aug 2 15:49:59 2012 -0400
 
37213
Author:     Dan Winship <danw@gnome.org>
 
37214
AuthorDate: Thu Aug 2 15:49:59 2012 -0400
 
37215
Commit:     Dan Winship <danw@gnome.org>
 
37216
CommitDate: Tue Dec 18 09:07:19 2012 -0500
32741
37217
 
32742
37218
    gio: port basic I/O classes from GSimpleAsyncResult to GTask
32743
37219
 
32757
37233
 10 files changed, 771 insertions(+), 1150 deletions(-)
32758
37234
 
32759
37235
commit 586adb9790a60ed6a8168da351719a93bc0c2e1a
32760
 
Author: Shantha kumar <shkumar@redhat.com>
32761
 
Date:   Tue Dec 18 16:48:21 2012 +0530
 
37236
Author:     Shantha kumar <shkumar@redhat.com>
 
37237
AuthorDate: Tue Dec 18 16:48:21 2012 +0530
 
37238
Commit:     Shantha kumar <shkumar@redhat.com>
 
37239
CommitDate: Tue Dec 18 16:48:21 2012 +0530
32762
37240
 
32763
37241
    Tamil translation updated
32764
37242
 
32766
37244
 1 file changed, 3 insertions(+), 3 deletions(-)
32767
37245
 
32768
37246
commit 8a4567aaeba8fb9efc7d968b0d99dff00dc439eb
32769
 
Author: Shantha kumar <shkumar@redhat.com>
32770
 
Date:   Tue Dec 18 16:35:48 2012 +0530
 
37247
Author:     Shantha kumar <shkumar@redhat.com>
 
37248
AuthorDate: Tue Dec 18 16:35:48 2012 +0530
 
37249
Commit:     Shantha kumar <shkumar@redhat.com>
 
37250
CommitDate: Tue Dec 18 16:35:48 2012 +0530
32771
37251
 
32772
37252
    Tamil translation updated
32773
37253
 
32775
37255
 1 file changed, 1 insertion(+), 1 deletion(-)
32776
37256
 
32777
37257
commit 5eb2e087cee184e48fe0563c3950f6827be35bdd
32778
 
Author: Shantha kumar <shkumar@redhat.com>
32779
 
Date:   Tue Dec 18 16:29:08 2012 +0530
 
37258
Author:     Shantha kumar <shkumar@redhat.com>
 
37259
AuthorDate: Tue Dec 18 16:29:08 2012 +0530
 
37260
Commit:     Shantha kumar <shkumar@redhat.com>
 
37261
CommitDate: Tue Dec 18 16:29:08 2012 +0530
32780
37262
 
32781
37263
    Tamil translation updated
32782
37264
 
32784
37266
 1 file changed, 7 insertions(+), 8 deletions(-)
32785
37267
 
32786
37268
commit e3d6bb41c5682fca47fdcd498cbc8a356f84e81f
32787
 
Author: Shantha kumar <shkumar@redhat.com>
32788
 
Date:   Tue Dec 18 16:07:10 2012 +0530
 
37269
Author:     Shantha kumar <shkumar@redhat.com>
 
37270
AuthorDate: Tue Dec 18 16:07:10 2012 +0530
 
37271
Commit:     Shantha kumar <shkumar@redhat.com>
 
37272
CommitDate: Tue Dec 18 16:07:10 2012 +0530
32789
37273
 
32790
37274
    Tamil translation updated
32791
37275
 
32794
37278
 1 file changed, 39 insertions(+), 68 deletions(-)
32795
37279
 
32796
37280
commit b1eb481e47a135d11aba67047631ce9dd1927d23
32797
 
Author: Shantha kumar <shkumar@redhat.com>
32798
 
Date:   Tue Dec 18 16:01:25 2012 +0530
 
37281
Author:     Shantha kumar <shkumar@redhat.com>
 
37282
AuthorDate: Tue Dec 18 16:01:25 2012 +0530
 
37283
Commit:     Shantha kumar <shkumar@redhat.com>
 
37284
CommitDate: Tue Dec 18 16:01:25 2012 +0530
32799
37285
 
32800
37286
    Tamil translation updated
32801
37287
 
32804
37290
 1 file changed, 3409 insertions(+), 2941 deletions(-)
32805
37291
 
32806
37292
commit 99d92b1f534a4a607558f26eef9818ec013ea64e
32807
 
Author: Matej Urbančič <mateju@svn.gnome.org>
32808
 
Date:   Tue Dec 18 08:40:39 2012 +0100
 
37293
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
37294
AuthorDate: Tue Dec 18 08:40:39 2012 +0100
 
37295
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
37296
CommitDate: Tue Dec 18 08:40:39 2012 +0100
32809
37297
 
32810
37298
    Updated Slovenian translation
32811
37299
 
32814
37302
 1 file changed, 953 insertions(+), 948 deletions(-)
32815
37303
 
32816
37304
commit 9061d916058d706c3ff04f633e0158444adfec28
32817
 
Author: Matthias Clasen <mclasen@redhat.com>
32818
 
Date:   Mon Dec 17 19:18:13 2012 -0500
 
37305
Author:     Matthias Clasen <mclasen@redhat.com>
 
37306
AuthorDate: Mon Dec 17 19:18:13 2012 -0500
 
37307
Commit:     Matthias Clasen <mclasen@redhat.com>
 
37308
CommitDate: Mon Dec 17 19:18:13 2012 -0500
32819
37309
 
32820
37310
    bump version
32821
37311
 
32823
37313
 1 file changed, 1 insertion(+), 1 deletion(-)
32824
37314
 
32825
37315
commit 6262a48678c2104617a9d329668e878bbbf1fb7f
32826
 
Author: Matthias Clasen <mclasen@redhat.com>
32827
 
Date:   Mon Dec 17 14:39:24 2012 -0500
 
37316
Author:     Matthias Clasen <mclasen@redhat.com>
 
37317
AuthorDate: Mon Dec 17 14:39:24 2012 -0500
 
37318
Commit:     Matthias Clasen <mclasen@redhat.com>
 
37319
CommitDate: Mon Dec 17 19:15:29 2012 -0500
32828
37320
 
32829
37321
    2.35.3
32830
37322
 
32834
37326
 2 files changed, 66 insertions(+), 5 deletions(-)
32835
37327
 
32836
37328
commit c23122b5e9e1933d09389a3e88d8d42de89f6727
32837
 
Author: Matthias Clasen <mclasen@redhat.com>
32838
 
Date:   Mon Dec 17 19:14:22 2012 -0500
 
37329
Author:     Matthias Clasen <mclasen@redhat.com>
 
37330
AuthorDate: Mon Dec 17 19:14:22 2012 -0500
 
37331
Commit:     Matthias Clasen <mclasen@redhat.com>
 
37332
CommitDate: Mon Dec 17 19:15:29 2012 -0500
32839
37333
 
32840
37334
    Fix distcheck
32841
37335
 
32845
37339
 3 files changed, 8 insertions(+), 2 deletions(-)
32846
37340
 
32847
37341
commit b055c828152b01d4e00182b24dc841136f50b4e1
32848
 
Author: Christophe Fergeau <cfergeau@redhat.com>
32849
 
Date:   Mon Dec 17 14:58:04 2012 +0100
 
37342
Author:     Christophe Fergeau <cfergeau@redhat.com>
 
37343
AuthorDate: Mon Dec 17 14:58:04 2012 +0100
 
37344
Commit:     Christophe Fergeau <cfergeau@redhat.com>
 
37345
CommitDate: Mon Dec 17 15:51:07 2012 +0100
32850
37346
 
32851
37347
    Fix g_type_add_class_private() name in g_warning
32852
37348
 
32861
37357
 1 file changed, 1 insertion(+), 1 deletion(-)
32862
37358
 
32863
37359
commit df334d6e00917d2ba8d8e722f9192da65c09827e
32864
 
Author: Dan Winship <danw@gnome.org>
32865
 
Date:   Wed Dec 12 16:39:02 2012 +0100
 
37360
Author:     Dan Winship <danw@gnome.org>
 
37361
AuthorDate: Wed Dec 12 16:39:02 2012 +0100
 
37362
Commit:     Dan Winship <danw@gnome.org>
 
37363
CommitDate: Mon Dec 17 09:01:05 2012 -0500
32866
37364
 
32867
37365
    gsocket: improve sockopt handling for IPv4-wrapped-IPv6 sockets
32868
37366
 
32880
37378
 1 file changed, 9 insertions(+), 4 deletions(-)
32881
37379
 
32882
37380
commit 72d7d23402ff33c1bb92069829749dba0c509328
32883
 
Author: PHO <pho@cielonegro.org>
32884
 
Date:   Mon Dec 17 22:26:38 2012 +0900
 
37381
Author:     PHO <pho@cielonegro.org>
 
37382
AuthorDate: Mon Dec 17 22:26:38 2012 +0900
 
37383
Commit:     Dan Winship <danw@gnome.org>
 
37384
CommitDate: Mon Dec 17 08:54:12 2012 -0500
32885
37385
 
32886
37386
    Remove an unneeded escaping in NAMESER_COMPAT_INCLUDE
32887
37387
 
32898
37398
 1 file changed, 1 insertion(+), 1 deletion(-)
32899
37399
 
32900
37400
commit 0eb28063a837b25a1ef388410fa656472f1d687d
32901
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
32902
 
Date:   Sun Dec 16 20:47:11 2012 +0100
 
37401
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
37402
AuthorDate: Sun Dec 16 20:47:11 2012 +0100
 
37403
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
37404
CommitDate: Sun Dec 16 20:47:11 2012 +0100
32903
37405
 
32904
37406
    Updated Spanish translation
32905
37407
 
32908
37410
 1 file changed, 191 insertions(+), 193 deletions(-)
32909
37411
 
32910
37412
commit bb4ced01f69aa4e1e9f49452d0fb37ab9236efc1
32911
 
Author: Piotr Drąg <piotrdrag@gmail.com>
32912
 
Date:   Sun Dec 16 03:44:09 2012 +0100
 
37413
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
37414
AuthorDate: Sun Dec 16 03:44:09 2012 +0100
 
37415
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
37416
CommitDate: Sun Dec 16 03:44:09 2012 +0100
32913
37417
 
32914
37418
    Updated Polish translation
32915
37419
 
32918
37422
 1 file changed, 515 insertions(+), 519 deletions(-)
32919
37423
 
32920
37424
commit 14ee3bc44849ebec5c87f40ef8d6431e0ddf7733
32921
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
32922
 
Date:   Sat Dec 15 00:41:54 2012 +0100
 
37425
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
37426
AuthorDate: Sat Dec 15 00:41:54 2012 +0100
 
37427
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
37428
CommitDate: Sat Dec 15 00:41:54 2012 +0100
32923
37429
 
32924
37430
    Updated Galician translations
32925
37431
 
32927
37433
 1 file changed, 2 insertions(+), 2 deletions(-)
32928
37434
 
32929
37435
commit b0efb4523455abe6deb0ec6fb05b8baca0b6a56a
32930
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
32931
 
Date:   Sat Dec 15 00:40:16 2012 +0100
 
37436
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
37437
AuthorDate: Sat Dec 15 00:40:16 2012 +0100
 
37438
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
37439
CommitDate: Sat Dec 15 00:40:16 2012 +0100
32932
37440
 
32933
37441
    Updated Galician translations
32934
37442
 
32937
37445
 1 file changed, 464 insertions(+), 457 deletions(-)
32938
37446
 
32939
37447
commit 0b2919a93a8deba7d233ccad6222e9eb92d7ccf5
32940
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
32941
 
Date:   Sat Dec 15 00:28:30 2012 +0800
 
37448
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
37449
AuthorDate: Sat Dec 15 00:28:30 2012 +0800
 
37450
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
37451
CommitDate: Sat Dec 15 00:28:30 2012 +0800
32942
37452
 
32943
37453
    Update Visual C++ property sheets
32944
37454
 
32958
37468
 2 files changed, 6 insertions(+), 6 deletions(-)
32959
37469
 
32960
37470
commit 4b859e4e7a23e4aaa325770e891b6a73d44cc9fc
32961
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
32962
 
Date:   Thu Dec 13 23:45:04 2012 +0800
 
37471
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
37472
AuthorDate: Thu Dec 13 23:45:04 2012 +0800
 
37473
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
37474
CommitDate: Sat Dec 15 00:22:37 2012 +0800
32963
37475
 
32964
37476
    Add a preconfigured gio/gnetworking.h for Windows
32965
37477
 
32977
37489
 2 files changed, 83 insertions(+)
32978
37490
 
32979
37491
commit cc3171f6802c909097f9633f3bde7705d39efaa9
32980
 
Author: Tomas Bzatek <tbzatek@redhat.com>
32981
 
Date:   Fri Dec 14 16:54:09 2012 +0100
 
37492
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
37493
AuthorDate: Fri Dec 14 16:54:09 2012 +0100
 
37494
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
37495
CommitDate: Fri Dec 14 16:54:09 2012 +0100
32982
37496
 
32983
37497
    docs: Fix return value of g_file_set_attributes_from_info()
32984
37498
 
32990
37504
 1 file changed, 1 insertion(+), 1 deletion(-)
32991
37505
 
32992
37506
commit 3c87ab97ffd8735bff78c177e163826484776cd2
32993
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
32994
 
Date:   Wed Dec 12 04:49:28 2012 -0500
 
37507
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
37508
AuthorDate: Wed Dec 12 04:49:28 2012 -0500
 
37509
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
37510
CommitDate: Thu Dec 13 21:38:18 2012 -0500
32995
37511
 
32996
37512
    gfileenumerator: Add a g_file_enumerator_get_child method
32997
37513
 
33009
37525
 5 files changed, 38 insertions(+), 2 deletions(-)
33010
37526
 
33011
37527
commit 6cce4790b7639656c7701a4ed8495ba50abd7c6e
33012
 
Author: Piotr Drąg <piotrdrag@gmail.com>
33013
 
Date:   Wed Dec 12 22:21:17 2012 +0100
 
37528
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
37529
AuthorDate: Wed Dec 12 22:21:17 2012 +0100
 
37530
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
37531
CommitDate: Wed Dec 12 22:21:17 2012 +0100
33014
37532
 
33015
37533
    Updated POTFILES.in
33016
37534
 
33018
37536
 1 file changed, 1 insertion(+)
33019
37537
 
33020
37538
commit 211ed1775dfc514077984d0fea5d2529dcc5036e
33021
 
Author: Dan Winship <danw@gnome.org>
33022
 
Date:   Mon Feb 13 21:12:34 2012 -0500
 
37539
Author:     Dan Winship <danw@gnome.org>
 
37540
AuthorDate: Mon Feb 13 21:12:34 2012 -0500
 
37541
Commit:     Dan Winship <danw@gnome.org>
 
37542
CommitDate: Wed Dec 12 15:20:22 2012 +0100
33023
37543
 
33024
37544
    gsocket: add getsockopt/setsockopt wrappers
33025
37545
 
33040
37560
 7 files changed, 288 insertions(+), 208 deletions(-)
33041
37561
 
33042
37562
commit b377e69685c99150cf7661e1aa77d60934e00521
33043
 
Author: Dan Winship <danw@gnome.org>
33044
 
Date:   Thu Nov 11 09:57:25 2010 -0500
 
37563
Author:     Dan Winship <danw@gnome.org>
 
37564
AuthorDate: Thu Nov 11 09:57:25 2010 -0500
 
37565
Commit:     Dan Winship <danw@gnome.org>
 
37566
CommitDate: Wed Dec 12 15:20:22 2012 +0100
33045
37567
 
33046
37568
    Add gnetworking.h
33047
37569
 
33086
37608
 22 files changed, 220 insertions(+), 120 deletions(-)
33087
37609
 
33088
37610
commit 9e90575502e663e5adde201f214c811df08bdf29
33089
 
Author: Dan Winship <danw@gnome.org>
33090
 
Date:   Thu Dec 29 11:25:07 2011 -0500
 
37611
Author:     Dan Winship <danw@gnome.org>
 
37612
AuthorDate: Thu Dec 29 11:25:07 2011 -0500
 
37613
Commit:     Dan Winship <danw@gnome.org>
 
37614
CommitDate: Wed Dec 12 15:20:22 2012 +0100
33091
37615
 
33092
37616
    gio: move resolver utils from gresolver.c to gthreadedresolver.c
33093
37617
 
33104
37628
 3 files changed, 474 insertions(+), 614 deletions(-)
33105
37629
 
33106
37630
commit c70072180557c0a897da0d96ef2cf4f5398ddd3b
33107
 
Author: Colin Walters <walters@verbum.org>
33108
 
Date:   Tue Dec 11 16:53:48 2012 -0500
 
37631
Author:     Colin Walters <walters@verbum.org>
 
37632
AuthorDate: Tue Dec 11 16:53:48 2012 -0500
 
37633
Commit:     Colin Walters <walters@verbum.org>
 
37634
CommitDate: Tue Dec 11 17:12:19 2012 -0500
33109
37635
 
33110
37636
    g_unix_open_pipe: Add missing F_SETFD
33111
37637
 
33120
37646
 1 file changed, 6 insertions(+), 2 deletions(-)
33121
37647
 
33122
37648
commit 5baa26be724db9e8bb16e52568a0caca31a0b74b
33123
 
Author: Colin Walters <walters@verbum.org>
33124
 
Date:   Mon Dec 10 20:30:44 2012 -0500
 
37649
Author:     Colin Walters <walters@verbum.org>
 
37650
AuthorDate: Mon Dec 10 20:30:44 2012 -0500
 
37651
Commit:     Colin Walters <walters@verbum.org>
 
37652
CommitDate: Mon Dec 10 20:30:44 2012 -0500
33125
37653
 
33126
37654
    gobject.symbols: Update for g_checksum_get_type()
33127
37655
 
33131
37659
 1 file changed, 1 insertion(+)
33132
37660
 
33133
37661
commit bf1e63c2aaa0ff3dad75a006576ba8b5daac6559
33134
 
Author: Colin Walters <walters@verbum.org>
33135
 
Date:   Mon Dec 10 10:50:30 2012 -0500
 
37662
Author:     Colin Walters <walters@verbum.org>
 
37663
AuthorDate: Mon Dec 10 10:50:30 2012 -0500
 
37664
Commit:     Colin Walters <walters@verbum.org>
 
37665
CommitDate: Mon Dec 10 20:08:09 2012 -0500
33136
37666
 
33137
37667
    Make GChecksum more fully introspectable
33138
37668
 
33148
37678
 3 files changed, 16 insertions(+), 4 deletions(-)
33149
37679
 
33150
37680
commit afdb2abb13896a3d5caecabd2f7158e8047f9956
33151
 
Author: Dan Winship <danw@gnome.org>
33152
 
Date:   Wed Nov 7 10:36:05 2012 -0500
 
37681
Author:     Dan Winship <danw@gnome.org>
 
37682
AuthorDate: Wed Nov 7 10:36:05 2012 -0500
 
37683
Commit:     Dan Winship <danw@gnome.org>
 
37684
CommitDate: Mon Dec 10 17:04:05 2012 +0100
33153
37685
 
33154
37686
    gio: Don't leak the temp file when g_file_replace() fails or is
33155
37687
    cancelled
33165
37697
 2 files changed, 113 insertions(+), 28 deletions(-)
33166
37698
 
33167
37699
commit e218b96a6bf687842834fbfe133e77495049f251
33168
 
Author: Alexander Larsson <alexl@redhat.com>
33169
 
Date:   Fri Dec 7 17:34:52 2012 +0100
 
37700
Author:     Alexander Larsson <alexl@redhat.com>
 
37701
AuthorDate: Fri Dec 7 17:34:52 2012 +0100
 
37702
Commit:     Alexander Larsson <alexl@redhat.com>
 
37703
CommitDate: Mon Dec 10 12:55:28 2012 +0100
33170
37704
 
33171
37705
    Add g_type_get_type_registration_serial()
33172
37706
 
33184
37718
 4 files changed, 28 insertions(+)
33185
37719
 
33186
37720
commit d77948eadf39ff4fdc001f679c7628e84e3af461
33187
 
Author: David Zeuthen <zeuthen@gmail.com>
33188
 
Date:   Thu Dec 6 16:21:58 2012 -0500
 
37721
Author:     David Zeuthen <zeuthen@gmail.com>
 
37722
AuthorDate: Thu Dec 6 16:21:58 2012 -0500
 
37723
Commit:     David Zeuthen <zeuthen@gmail.com>
 
37724
CommitDate: Thu Dec 6 16:21:58 2012 -0500
33189
37725
 
33190
37726
    fileinfo: mark lost+found/ root directory as hidden
33191
37727
 
33201
37737
 3 files changed, 49 insertions(+)
33202
37738
 
33203
37739
commit 510ba9b4efe1813e24c6dfa7405c3547bf9efdd7
33204
 
Author: Timothy Arceri <t_arceri@yahoo.com.au>
33205
 
Date:   Thu Nov 29 10:50:55 2012 +1100
 
37740
Author:     Timothy Arceri <t_arceri@yahoo.com.au>
 
37741
AuthorDate: Thu Nov 29 10:50:55 2012 +1100
 
37742
Commit:     David Zeuthen <zeuthen@gmail.com>
 
37743
CommitDate: Thu Dec 6 16:18:19 2012 -0500
33206
37744
 
33207
37745
    Support for .hidden files
33208
37746
 
33213
37751
 1 file changed, 115 insertions(+), 1 deletion(-)
33214
37752
 
33215
37753
commit 6869454103471d383216dc39db09279d61aa2bba
33216
 
Author: Ryan Lortie <desrt@desrt.ca>
33217
 
Date:   Thu Dec 6 13:56:39 2012 -0500
 
37754
Author:     Ryan Lortie <desrt@desrt.ca>
 
37755
AuthorDate: Thu Dec 6 13:56:39 2012 -0500
 
37756
Commit:     Ryan Lortie <desrt@desrt.ca>
 
37757
CommitDate: Thu Dec 6 13:58:42 2012 -0500
33218
37758
 
33219
37759
    add two missing version macros
33220
37760
 
33223
37763
 2 files changed, 2 insertions(+)
33224
37764
 
33225
37765
commit 7c9884476085ceb3fc91cd2eb0374543e79a6e56
33226
 
Author: Ryan Lortie <desrt@desrt.ca>
33227
 
Date:   Thu Dec 6 13:29:31 2012 -0500
 
37766
Author:     Ryan Lortie <desrt@desrt.ca>
 
37767
AuthorDate: Thu Dec 6 13:29:31 2012 -0500
 
37768
Commit:     Ryan Lortie <desrt@desrt.ca>
 
37769
CommitDate: Thu Dec 6 13:30:31 2012 -0500
33228
37770
 
33229
37771
    various: add missing cases of #include "config.h"
33230
37772
 
33241
37783
 10 files changed, 20 insertions(+)
33242
37784
 
33243
37785
commit 7523c04b54485f3343a3fb55ada4a8f3d8290860
33244
 
Author: Ryan Lortie <desrt@desrt.ca>
33245
 
Date:   Sun Dec 2 12:07:24 2012 -0500
 
37786
Author:     Ryan Lortie <desrt@desrt.ca>
 
37787
AuthorDate: Sun Dec 2 12:07:24 2012 -0500
 
37788
Commit:     Ryan Lortie <desrt@desrt.ca>
 
37789
CommitDate: Thu Dec 6 11:41:46 2012 -0500
33246
37790
 
33247
37791
    g_get_home_dir(): honour $HOME
33248
37792
 
33281
37825
 2 files changed, 46 insertions(+), 37 deletions(-)
33282
37826
 
33283
37827
commit 28f88cf111eb0c8ac109d8a99560c39eaa71ce01
33284
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
33285
 
Date:   Wed Dec 5 20:08:15 2012 +0100
 
37828
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
37829
AuthorDate: Wed Dec 5 20:08:15 2012 +0100
 
37830
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
37831
CommitDate: Wed Dec 5 20:08:15 2012 +0100
33286
37832
 
33287
37833
    Updated Spanish translation
33288
37834
 
33291
37837
 1 file changed, 147 insertions(+), 143 deletions(-)
33292
37838
 
33293
37839
commit 1e74e46a00bc4495f620b3c0e639f6c05d7d2389
33294
 
Author: Colin Walters <walters@verbum.org>
33295
 
Date:   Fri Nov 30 15:18:01 2012 -0500
 
37840
Author:     Colin Walters <walters@verbum.org>
 
37841
AuthorDate: Fri Nov 30 15:18:01 2012 -0500
 
37842
Commit:     Colin Walters <walters@verbum.org>
 
37843
CommitDate: Wed Dec 5 13:30:15 2012 -0500
33296
37844
 
33297
37845
    gdbusobjectskeleton: Fix compiler warnings
33298
37846
 
33306
37854
 1 file changed, 2 insertions(+), 2 deletions(-)
33307
37855
 
33308
37856
commit 33de093b5abf26c42e9b6ead38088afd21e61991
33309
 
Author: Colin Walters <walters@verbum.org>
33310
 
Date:   Fri Nov 30 15:22:54 2012 -0500
 
37857
Author:     Colin Walters <walters@verbum.org>
 
37858
AuthorDate: Fri Nov 30 15:22:54 2012 -0500
 
37859
Commit:     Colin Walters <walters@verbum.org>
 
37860
CommitDate: Wed Dec 5 13:30:14 2012 -0500
33311
37861
 
33312
37862
    gobject: Use local variable names in macros less likely to clash
33313
37863
 
33325
37875
 1 file changed, 7 insertions(+), 7 deletions(-)
33326
37876
 
33327
37877
commit e97a2f4195fb5bd8d7777651232dc10487a1ed92
33328
 
Author: Dan Winship <danw@gnome.org>
33329
 
Date:   Thu Nov 15 22:26:54 2012 -0500
 
37878
Author:     Dan Winship <danw@gnome.org>
 
37879
AuthorDate: Thu Nov 15 22:26:54 2012 -0500
 
37880
Commit:     Dan Winship <danw@gnome.org>
 
37881
CommitDate: Wed Dec 5 11:15:19 2012 -0500
33330
37882
 
33331
37883
    win32: suppress fatal error dialog box when running tests
33332
37884
 
33343
37895
 4 files changed, 21 insertions(+), 5 deletions(-)
33344
37896
 
33345
37897
commit ac025007cc571cd767fac8cbd6f937d01773ce28
33346
 
Author: Aleksander Morgado <aleksander@lanedo.com>
33347
 
Date:   Mon Dec 3 15:59:06 2012 +0100
 
37898
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
37899
AuthorDate: Mon Dec 3 15:59:06 2012 +0100
 
37900
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
37901
CommitDate: Mon Dec 3 15:59:06 2012 +0100
33348
37902
 
33349
37903
    gsocketlistener: set source object tag before completing the GTask
33350
37904
 
33356
37910
 1 file changed, 1 insertion(+), 1 deletion(-)
33357
37911
 
33358
37912
commit 80c24d36f2525d83e458ebbdf62fdbd085945a02
33359
 
Author: Kalev Lember <kalevlember@gmail.com>
33360
 
Date:   Sun Dec 2 15:34:37 2012 +0100
 
37913
Author:     Kalev Lember <kalevlember@gmail.com>
 
37914
AuthorDate: Sun Dec 2 15:34:37 2012 +0100
 
37915
Commit:     Kalev Lember <kalevlember@gmail.com>
 
37916
CommitDate: Sun Dec 2 18:19:31 2012 +0100
33361
37917
 
33362
37918
    win32: Fix GDBusDaemon build when glib is built as a static lib
33363
37919
 
33377
37933
 1 file changed, 6 insertions(+), 2 deletions(-)
33378
37934
 
33379
37935
commit 4a506290a701a890b4609ac979f8e1d11935a39e
33380
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
33381
 
Date:   Fri Sep 14 08:58:04 2012 +0800
 
37936
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
37937
AuthorDate: Fri Sep 14 08:58:04 2012 +0800
 
37938
Commit:     Kalev Lember <kalevlember@gmail.com>
 
37939
CommitDate: Sun Dec 2 18:12:57 2012 +0100
33382
37940
 
33383
37941
    win32: Use AC_CHECK_TOOL to find dlltool
33384
37942
 
33389
37947
 2 files changed, 2 insertions(+), 1 deletion(-)
33390
37948
 
33391
37949
commit e261b9c0308495ef03a5171fec734323748b599d
33392
 
Author: Evan Nemerson <evan@coeus-group.com>
33393
 
Date:   Thu Nov 15 11:52:28 2012 -0800
 
37950
Author:     Evan Nemerson <evan@coeus-group.com>
 
37951
AuthorDate: Thu Nov 15 11:52:28 2012 -0800
 
37952
Commit:     Evan Nemerson <evan@coeus-group.com>
 
37953
CommitDate: Sat Dec 1 22:40:08 2012 -0800
33394
37954
 
33395
37955
    gtask: annotate source_object arguments and return values as GObject
33396
37956
 
33400
37960
 1 file changed, 10 insertions(+), 7 deletions(-)
33401
37961
 
33402
37962
commit fe0b77fea8c9e5e5d1dd1cada4c18f17b6c9085a
33403
 
Author: Mike Gorse <mgorse@suse.com>
33404
 
Date:   Thu Nov 29 16:51:59 2012 -0600
 
37963
Author:     Mike Gorse <mgorse@suse.com>
 
37964
AuthorDate: Thu Nov 29 16:51:59 2012 -0600
 
37965
Commit:     Mike Gorse <mgorse@suse.com>
 
37966
CommitDate: Fri Nov 30 15:51:47 2012 -0600
33405
37967
 
33406
37968
    Optimize reading strings when deserializing gdbus messages
33407
37969
 
33414
37976
 1 file changed, 26 insertions(+), 70 deletions(-)
33415
37977
 
33416
37978
commit a5f57bad20754b337357e1fba099773b34ed841d
33417
 
Author: Matthias Clasen <mclasen@redhat.com>
33418
 
Date:   Fri Nov 30 09:03:20 2012 -0500
 
37979
Author:     Matthias Clasen <mclasen@redhat.com>
 
37980
AuthorDate: Fri Nov 30 09:03:20 2012 -0500
 
37981
Commit:     Matthias Clasen <mclasen@redhat.com>
 
37982
CommitDate: Fri Nov 30 09:05:41 2012 -0500
33419
37983
 
33420
37984
    g_file_enumerate_children: Fix reference to wrong error code
33421
37985
 
33426
37990
 1 file changed, 1 insertion(+), 1 deletion(-)
33427
37991
 
33428
37992
commit 30cff2a8e07a818a2bd8800549b264b6dec73b89
33429
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
33430
 
Date:   Fri Nov 30 17:23:29 2012 +0530
 
37993
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
37994
AuthorDate: Fri Nov 30 17:23:29 2012 +0530
 
37995
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
37996
CommitDate: Fri Nov 30 17:23:48 2012 +0530
33431
37997
 
33432
37998
    Assamese translation updated
33433
37999
 
33436
38002
 1 file changed, 87 insertions(+), 89 deletions(-)
33437
38003
 
33438
38004
commit d64691c1fdd0fcf39e106507d30fb69aa672df04
33439
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
33440
 
Date:   Fri Nov 30 11:01:53 2012 +0200
 
38005
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
38006
AuthorDate: Fri Nov 30 11:01:53 2012 +0200
 
38007
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
38008
CommitDate: Fri Nov 30 11:01:53 2012 +0200
33441
38009
 
33442
38010
    Updated Hebrew translation.
33443
38011
 
33446
38014
 1 file changed, 81 insertions(+), 80 deletions(-)
33447
38015
 
33448
38016
commit e2241c62eebbab6a169fe7ceb4413e8cc778bed7
33449
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
33450
 
Date:   Fri Nov 23 10:11:32 2012 +0200
 
38017
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
38018
AuthorDate: Fri Nov 23 10:11:32 2012 +0200
 
38019
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
38020
CommitDate: Fri Nov 30 11:00:44 2012 +0200
33451
38021
 
33452
38022
    Updated Hebrew translation.
33453
38023
 
33456
38026
 1 file changed, 514 insertions(+), 505 deletions(-)
33457
38027
 
33458
38028
commit 936254c386b57ee61ccbba3fac659fc631a9cc9a
33459
 
Author: Alexander Larsson <alexl@redhat.com>
33460
 
Date:   Fri Nov 30 09:39:13 2012 +0100
 
38029
Author:     Alexander Larsson <alexl@redhat.com>
 
38030
AuthorDate: Fri Nov 30 09:39:13 2012 +0100
 
38031
Commit:     Alexander Larsson <alexl@redhat.com>
 
38032
CommitDate: Fri Nov 30 09:39:52 2012 +0100
33461
38033
 
33462
38034
    Don't look for icons called "(null)" if no xdg mime icon
33463
38035
 
33465
38037
 1 file changed, 5 insertions(+), 2 deletions(-)
33466
38038
 
33467
38039
commit edf94ba2631b8c4d32e798eaec69ceb89d6b32a8
33468
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
33469
 
Date:   Thu Nov 29 17:48:35 2012 +0100
 
38040
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
38041
AuthorDate: Thu Nov 29 17:48:35 2012 +0100
 
38042
Commit:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
38043
CommitDate: Fri Nov 30 00:07:58 2012 +0100
33470
38044
 
33471
38045
    Fix race condition in gapplication/basic test
33472
38046
 
33482
38056
 1 file changed, 9 insertions(+), 6 deletions(-)
33483
38057
 
33484
38058
commit 3e5214c15c2a19b64d74e7142b6cd0d520dddf04
33485
 
Author: Mike Gorse <mgorse@suse.com>
33486
 
Date:   Wed Oct 31 19:44:03 2012 -0500
 
38059
Author:     Mike Gorse <mgorse@suse.com>
 
38060
AuthorDate: Wed Oct 31 19:44:03 2012 -0500
 
38061
Commit:     Mike Gorse <mgorse@suse.com>
 
38062
CommitDate: Thu Nov 29 14:15:34 2012 -0600
33487
38063
 
33488
38064
    Use a simple struct when reading and writing gdbus messages
33489
38065
 
33500
38076
 1 file changed, 600 insertions(+), 218 deletions(-)
33501
38077
 
33502
38078
commit ccd1fb682050f4ccd9e0b5d1024d02199b7c862b
33503
 
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
33504
 
Date:   Thu Nov 29 16:12:25 2012 -0300
 
38079
Author:     Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
38080
AuthorDate: Thu Nov 29 16:12:25 2012 -0300
 
38081
Commit:     Juan Pablo Ugarte <juanpablougarte@gmail.com>
 
38082
CommitDate: Thu Nov 29 16:29:47 2012 -0300
33505
38083
 
33506
38084
    Added G_IO_ERROR_BROKEN_PIPE
33507
38085
 
33510
38088
 2 files changed, 9 insertions(+), 1 deletion(-)
33511
38089
 
33512
38090
commit 52c608dd0d2f8a2818c6b1fc36040eeed8f301ab
33513
 
Author: Ryan Lortie <desrt@desrt.ca>
33514
 
Date:   Thu Nov 29 09:03:32 2012 -0500
 
38091
Author:     Ryan Lortie <desrt@desrt.ca>
 
38092
AuthorDate: Thu Nov 29 09:03:32 2012 -0500
 
38093
Commit:     Colin Walters <walters@verbum.org>
 
38094
CommitDate: Thu Nov 29 14:07:27 2012 -0500
33515
38095
 
33516
38096
    gio: GLIB_AVAILABLE_IN to more APIs
33517
38097
 
33533
38113
 11 files changed, 76 insertions(+)
33534
38114
 
33535
38115
commit ce586ba991967b1a663a9082312a45725da6fe5b
33536
 
Author: Kalev Lember <kalevlember@gmail.com>
33537
 
Date:   Wed Nov 28 23:25:52 2012 +0100
 
38116
Author:     Kalev Lember <kalevlember@gmail.com>
 
38117
AuthorDate: Wed Nov 28 23:25:52 2012 +0100
 
38118
Commit:     Kalev Lember <kalevlember@gmail.com>
 
38119
CommitDate: Wed Nov 28 23:25:52 2012 +0100
33538
38120
 
33539
38121
    Unconditionally use g_content_type_get_symbolic_icon()
33540
38122
 
33547
38129
 2 files changed, 4 deletions(-)
33548
38130
 
33549
38131
commit c9affa778e14e7dc44221fa678963e09df744f32
33550
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
33551
 
Date:   Wed Nov 28 16:55:12 2012 +0100
 
38132
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38133
AuthorDate: Wed Nov 28 16:55:12 2012 +0100
 
38134
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38135
CommitDate: Wed Nov 28 16:55:12 2012 +0100
33552
38136
 
33553
38137
    Revert "Fix compilation on Android with the bionic C library"
33554
38138
 
33568
38152
 8 files changed, 2 insertions(+), 182 deletions(-)
33569
38153
 
33570
38154
commit 97385dbbe82a628a9997ed85e6c9f58dddf334d0
33571
 
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
33572
 
Date:   Wed Nov 28 16:34:18 2012 +0100
 
38155
Author:     Andoni Morales Alastruey <ylatuya@gmail.com>
 
38156
AuthorDate: Wed Nov 28 16:34:18 2012 +0100
 
38157
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38158
CommitDate: Wed Nov 28 16:34:18 2012 +0100
33573
38159
 
33574
38160
    Fix duplicated case value for mingw runtimes defining EOVERLFOW
33575
38161
    as EFBIG
33578
38164
 1 file changed, 2 insertions(+)
33579
38165
 
33580
38166
commit cb0ed84d4022e0fba6aaa9e99e258d8d507a90e5
33581
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
33582
 
Date:   Wed Nov 28 16:28:28 2012 +0100
 
38167
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38168
AuthorDate: Wed Nov 28 16:28:28 2012 +0100
 
38169
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38170
CommitDate: Wed Nov 28 16:32:48 2012 +0100
33583
38171
 
33584
38172
    Fix compilation on Android with the bionic C library
33585
38173
 
33595
38183
 8 files changed, 182 insertions(+), 2 deletions(-)
33596
38184
 
33597
38185
commit 058fa6393e368a2134f18df3296c09eb33d8e951
33598
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
33599
 
Date:   Wed Nov 28 16:25:43 2012 +0100
 
38186
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38187
AuthorDate: Wed Nov 28 16:25:43 2012 +0100
 
38188
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38189
CommitDate: Wed Nov 28 16:25:43 2012 +0100
33600
38190
 
33601
38191
    Protect against strcmp() on NULL strings
33602
38192
 
33604
38194
 1 file changed, 3 insertions(+), 2 deletions(-)
33605
38195
 
33606
38196
commit fca30c3e165df732360e26c685496729dbcfe8b9
33607
 
Author: Martin Pitt <martinpitt@gnome.org>
33608
 
Date:   Wed Nov 28 12:09:17 2012 +0100
 
38197
Author:     Martin Pitt <martinpitt@gnome.org>
 
38198
AuthorDate: Wed Nov 28 12:09:17 2012 +0100
 
38199
Commit:     Martin Pitt <martinpitt@gnome.org>
 
38200
CommitDate: Wed Nov 28 12:10:52 2012 +0100
33609
38201
 
33610
38202
    g_unix_signal_add_full(): Annotate to shadow g_unix_signal_add()
33611
38203
 
33619
38211
 1 file changed, 1 insertion(+)
33620
38212
 
33621
38213
commit 2b6be7544c5f5a8937f9e62eb796d0489cb46a67
33622
 
Author: Matthias Clasen <mclasen@redhat.com>
33623
 
Date:   Wed Nov 28 00:04:45 2012 -0500
 
38214
Author:     Matthias Clasen <mclasen@redhat.com>
 
38215
AuthorDate: Wed Nov 28 00:04:45 2012 -0500
 
38216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38217
CommitDate: Wed Nov 28 00:58:03 2012 -0500
33624
38218
 
33625
38219
    Add new api to the docs
33626
38220
 
33628
38222
 1 file changed, 1 insertion(+)
33629
38223
 
33630
38224
commit 65740f62bfa41836a738267d09fc676744af8edc
33631
 
Author: Matthias Clasen <mclasen@redhat.com>
33632
 
Date:   Wed Nov 28 00:01:11 2012 -0500
 
38225
Author:     Matthias Clasen <mclasen@redhat.com>
 
38226
AuthorDate: Wed Nov 28 00:01:11 2012 -0500
 
38227
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38228
CommitDate: Wed Nov 28 00:58:03 2012 -0500
33633
38229
 
33634
38230
    Fix suprisingly hard-to-spot typo
33635
38231
 
33639
38235
 3 files changed, 3 insertions(+), 3 deletions(-)
33640
38236
 
33641
38237
commit ed5c17e11f3b37b0725e1ca2f62511338fa23f1b
33642
 
Author: Colin Walters <walters@verbum.org>
33643
 
Date:   Thu Nov 22 08:23:27 2012 -0500
 
38238
Author:     Colin Walters <walters@verbum.org>
 
38239
AuthorDate: Thu Nov 22 08:23:27 2012 -0500
 
38240
Commit:     Colin Walters <walters@verbum.org>
 
38241
CommitDate: Tue Nov 27 20:45:21 2012 -0500
33644
38242
 
33645
38243
    GMemoryOutputStream: Add new _resizable() constructor usable from
33646
38244
    bindings
33668
38266
 5 files changed, 20 insertions(+), 2 deletions(-)
33669
38267
 
33670
38268
commit 7a5dd54f472790c7ba366d267c637eb203797c14
33671
 
Author: Bastien Nocera <hadess@hadess.net>
33672
 
Date:   Tue Nov 27 17:23:08 2012 +0100
 
38269
Author:     Bastien Nocera <hadess@hadess.net>
 
38270
AuthorDate: Tue Nov 27 17:23:08 2012 +0100
 
38271
Commit:     Bastien Nocera <hadess@hadess.net>
 
38272
CommitDate: Tue Nov 27 17:23:08 2012 +0100
33673
38273
 
33674
38274
    fileinfo: Add missing AVAILABLE macro
33675
38275
 
33679
38279
 1 file changed, 1 insertion(+)
33680
38280
 
33681
38281
commit f635f1fd16d72ba4dc1fe2f1dc1413c773595393
33682
 
Author: Bastien Nocera <hadess@hadess.net>
33683
 
Date:   Tue Nov 27 16:59:28 2012 +0100
 
38282
Author:     Bastien Nocera <hadess@hadess.net>
 
38283
AuthorDate: Tue Nov 27 16:59:28 2012 +0100
 
38284
Commit:     Bastien Nocera <hadess@hadess.net>
 
38285
CommitDate: Tue Nov 27 16:59:28 2012 +0100
33684
38286
 
33685
38287
    fileinfo: Add _get_deletion_date() helper
33686
38288
 
33693
38295
 3 files changed, 38 insertions(+)
33694
38296
 
33695
38297
commit 3baf256a2c55ffcf2664e72a39821fddb59370e1
33696
 
Author: Ryan Lortie <desrt@desrt.ca>
33697
 
Date:   Sun Nov 25 14:25:59 2012 -0500
 
38298
Author:     Ryan Lortie <desrt@desrt.ca>
 
38299
AuthorDate: Sun Nov 25 14:25:59 2012 -0500
 
38300
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38301
CommitDate: Tue Nov 27 10:10:37 2012 -0500
33698
38302
 
33699
38303
    gio: New API for GFile from remote commandline arg
33700
38304
 
33715
38319
 6 files changed, 103 insertions(+), 16 deletions(-)
33716
38320
 
33717
38321
commit 4e7161ce20364a61db1b6188654c19d9ff83b9d9
33718
 
Author: ManojKumar Giri <mgiri@redhat.com>
33719
 
Date:   Tue Nov 27 19:21:43 2012 +0530
 
38322
Author:     ManojKumar Giri <mgiri@redhat.com>
 
38323
AuthorDate: Tue Nov 27 19:21:43 2012 +0530
 
38324
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
38325
CommitDate: Tue Nov 27 19:21:43 2012 +0530
33720
38326
 
33721
38327
    Updated Odia Translation with FUEL implementation.
33722
38328
 
33725
38331
 1 file changed, 190 insertions(+), 135 deletions(-)
33726
38332
 
33727
38333
commit b55e1820a9faff5557d99f78bd0a205659afc60d
33728
 
Author: Dan Winship <danw@gnome.org>
33729
 
Date:   Sat Nov 24 15:47:45 2012 -0500
 
38334
Author:     Dan Winship <danw@gnome.org>
 
38335
AuthorDate: Sat Nov 24 15:47:45 2012 -0500
 
38336
Commit:     Dan Winship <danw@gnome.org>
 
38337
CommitDate: Mon Nov 26 10:47:34 2012 -0500
33730
38338
 
33731
38339
    g_test_expect_message: fix pattern syntax in example code
33732
38340
 
33734
38342
 1 file changed, 1 insertion(+), 1 deletion(-)
33735
38343
 
33736
38344
commit 37f369a41eebcebe331f614b12c07cb954f3144c
33737
 
Author: Ryan Lortie <desrt@desrt.ca>
33738
 
Date:   Sun Nov 25 14:47:53 2012 -0500
 
38345
Author:     Ryan Lortie <desrt@desrt.ca>
 
38346
AuthorDate: Sun Nov 25 14:47:53 2012 -0500
 
38347
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38348
CommitDate: Sun Nov 25 14:51:04 2012 -0500
33739
38349
 
33740
38350
    stop using libgthread internally
33741
38351
 
33749
38359
 2 files changed, 4 insertions(+), 9 deletions(-)
33750
38360
 
33751
38361
commit 1f005d93853f882cfeac3805644286e4d8a99124
33752
 
Author: John Ralls <jralls@ceridwen.us>
33753
 
Date:   Sun Nov 25 16:35:08 2012 +0900
 
38362
Author:     John Ralls <jralls@ceridwen.us>
 
38363
AuthorDate: Sun Nov 25 16:35:08 2012 +0900
 
38364
Commit:     John Ralls <jralls@ceridwen.us>
 
38365
CommitDate: Sun Nov 25 16:44:06 2012 +0900
33754
38366
 
33755
38367
    Bug 681685: Transcoding fails on OSX
33756
38368
 
33768
38380
 2 files changed, 40 insertions(+)
33769
38381
 
33770
38382
commit ee8080cc0bda9141e323c01b12e812b1ab748e18
33771
 
Author: Paolo Borelli <pborelli@gnome.org>
33772
 
Date:   Sat Nov 24 19:12:13 2012 +0100
 
38383
Author:     Paolo Borelli <pborelli@gnome.org>
 
38384
AuthorDate: Sat Nov 24 19:12:13 2012 +0100
 
38385
Commit:     Paolo Borelli <pborelli@gnome.org>
 
38386
CommitDate: Sat Nov 24 19:21:54 2012 +0100
33773
38387
 
33774
38388
    Add GApplication local_command_line test
33775
38389
 
33781
38395
 1 file changed, 56 insertions(+)
33782
38396
 
33783
38397
commit 543bbd8752cf6370897c711afed3caa0663a4850
33784
 
Author: Ryan Lortie <desrt@desrt.ca>
33785
 
Date:   Sat Nov 24 13:20:29 2012 -0500
 
38398
Author:     Ryan Lortie <desrt@desrt.ca>
 
38399
AuthorDate: Sat Nov 24 13:20:29 2012 -0500
 
38400
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38401
CommitDate: Sat Nov 24 13:20:29 2012 -0500
33786
38402
 
33787
38403
    GApplication: don't shutdown() on failure to start
33788
38404
 
33794
38410
 1 file changed, 1 insertion(+), 1 deletion(-)
33795
38411
 
33796
38412
commit be008ea6e2fd4d6fa38d00b16365b20e7fc2f876
33797
 
Author: Ryan Lortie <desrt@desrt.ca>
33798
 
Date:   Sat Nov 24 11:23:22 2012 -0500
 
38413
Author:     Ryan Lortie <desrt@desrt.ca>
 
38414
AuthorDate: Sat Nov 24 11:23:22 2012 -0500
 
38415
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38416
CommitDate: Sat Nov 24 11:23:22 2012 -0500
33799
38417
 
33800
38418
    gdatetime: Fix some docs sed damage
33801
38419
 
33803
38421
 1 file changed, 1 insertion(+), 1 deletion(-)
33804
38422
 
33805
38423
commit afc2294fa84992784945842048a3e8799d73f1a8
33806
 
Author: Rajesh Ranjan <rranjan@redhat.com>
33807
 
Date:   Fri Nov 23 14:22:25 2012 +0530
 
38424
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
38425
AuthorDate: Fri Nov 23 14:22:25 2012 +0530
 
38426
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
38427
CommitDate: Fri Nov 23 14:22:25 2012 +0530
33808
38428
 
33809
38429
    hindi translation update
33810
38430
 
33813
38433
 1 file changed, 451 insertions(+), 422 deletions(-)
33814
38434
 
33815
38435
commit 7ed88ac25cbd93e5e15047a42570e1bb3003458d
33816
 
Author: Rajesh Ranjan <rranjan@redhat.com>
33817
 
Date:   Fri Nov 23 14:04:34 2012 +0530
 
38436
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
38437
AuthorDate: Fri Nov 23 14:04:34 2012 +0530
 
38438
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
38439
CommitDate: Fri Nov 23 14:04:34 2012 +0530
33818
38440
 
33819
38441
    hindi translation update
33820
38442
 
33822
38444
 1 file changed, 9 insertions(+), 10 deletions(-)
33823
38445
 
33824
38446
commit 6290d5218100bd12d4cf3fdc4087ba0fbb0afa94
33825
 
Author: Rajesh Ranjan <rranjan@redhat.com>
33826
 
Date:   Fri Nov 23 14:02:05 2012 +0530
 
38447
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
38448
AuthorDate: Fri Nov 23 14:02:05 2012 +0530
 
38449
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
38450
CommitDate: Fri Nov 23 14:02:05 2012 +0530
33827
38451
 
33828
38452
    hindi translation update
33829
38453
 
33832
38456
 1 file changed, 424 insertions(+), 452 deletions(-)
33833
38457
 
33834
38458
commit 2b7c2107a5478660630666e57d53251c7602135a
33835
 
Author: Sébastien Wilmet <swilmet@gnome.org>
33836
 
Date:   Thu Nov 22 19:41:19 2012 +0100
 
38459
Author:     Sébastien Wilmet <swilmet@gnome.org>
 
38460
AuthorDate: Thu Nov 22 19:41:19 2012 +0100
 
38461
Commit:     Sébastien Wilmet <swilmet@gnome.org>
 
38462
CommitDate: Thu Nov 22 23:08:54 2012 +0100
33837
38463
 
33838
38464
    Improve i18n documentation
33839
38465
 
33846
38472
 1 file changed, 9 insertions(+), 4 deletions(-)
33847
38473
 
33848
38474
commit 276cf6ceeea9489ef1ed23788c3c42dee5fcd72d
33849
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
33850
 
Date:   Thu Nov 22 16:56:52 2012 +0100
 
38475
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
38476
AuthorDate: Thu Nov 22 16:56:52 2012 +0100
 
38477
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
38478
CommitDate: Thu Nov 22 17:33:04 2012 +0100
33851
38479
 
33852
38480
    configure: Make GNUC visibility attribute test more reliable.
33853
38481
 
33860
38488
 1 file changed, 1 insertion(+), 1 deletion(-)
33861
38489
 
33862
38490
commit 73d230bc2500a17f9d7eb605c8c86fad3a878014
33863
 
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
33864
 
Date:   Thu Nov 22 21:59:15 2012 +0530
 
38491
Author:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
38492
AuthorDate: Thu Nov 22 21:59:15 2012 +0530
 
38493
Commit:     Nilamdyuti Goswami <ngoswami@redhat.com>
 
38494
CommitDate: Thu Nov 22 21:59:15 2012 +0530
33865
38495
 
33866
38496
    Assamese translation updated
33867
38497
 
33870
38500
 1 file changed, 548 insertions(+), 469 deletions(-)
33871
38501
 
33872
38502
commit 7944195b7acadc6061c1e4fac0aad3be11a5bb16
33873
 
Author: ManojKumar Giri <mgiri@redhat.com>
33874
 
Date:   Thu Nov 22 20:20:05 2012 +0530
 
38503
Author:     ManojKumar Giri <mgiri@redhat.com>
 
38504
AuthorDate: Thu Nov 22 20:20:05 2012 +0530
 
38505
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
38506
CommitDate: Thu Nov 22 20:20:05 2012 +0530
33875
38507
 
33876
38508
    Updated Odia Translation with FUEL implementation.
33877
38509
 
33879
38511
 1 file changed, 1 insertion(+), 1 deletion(-)
33880
38512
 
33881
38513
commit 5089ebefe97447c9cf1dbc6779de24568cd624d2
33882
 
Author: ManojKumar Giri <mgiri@redhat.com>
33883
 
Date:   Thu Nov 22 20:18:15 2012 +0530
 
38514
Author:     ManojKumar Giri <mgiri@redhat.com>
 
38515
AuthorDate: Thu Nov 22 20:18:15 2012 +0530
 
38516
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
38517
CommitDate: Thu Nov 22 20:18:15 2012 +0530
33884
38518
 
33885
38519
    Updated Odia Translation with FUEL implementation.
33886
38520
 
33889
38523
 1 file changed, 1072 insertions(+), 825 deletions(-)
33890
38524
 
33891
38525
commit 5ff99924d89896541212c93b0ac80229e7fc6a20
33892
 
Author: Will Thompson <will.thompson@collabora.co.uk>
33893
 
Date:   Wed Nov 14 14:59:42 2012 +0000
 
38526
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
38527
AuthorDate: Wed Nov 14 14:59:42 2012 +0000
 
38528
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
38529
CommitDate: Thu Nov 22 09:37:22 2012 +0000
33894
38530
 
33895
38531
    gthread: add AVAILABLE_IN_2_32 annotations
33896
38532
 
33900
38536
 1 file changed, 23 insertions(+)
33901
38537
 
33902
38538
commit 4ffa4724383cbb93c4c2fd0fb8d46027a54acde0
33903
 
Author: Matthias Clasen <mclasen@redhat.com>
33904
 
Date:   Wed Nov 21 17:39:19 2012 -0500
 
38539
Author:     Matthias Clasen <mclasen@redhat.com>
 
38540
AuthorDate: Wed Nov 21 17:39:19 2012 -0500
 
38541
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38542
CommitDate: Wed Nov 21 21:20:25 2012 -0500
33905
38543
 
33906
38544
    Add a test for the GAppLaunchContext::launched signal
33907
38545
 
33910
38548
 1 file changed, 50 insertions(+)
33911
38549
 
33912
38550
commit bace1822d792cd8767156508834237d550888177
33913
 
Author: Matthias Clasen <mclasen@redhat.com>
33914
 
Date:   Fri Nov 16 18:24:21 2012 -0500
 
38551
Author:     Matthias Clasen <mclasen@redhat.com>
 
38552
AuthorDate: Fri Nov 16 18:24:21 2012 -0500
 
38553
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38554
CommitDate: Wed Nov 21 21:20:25 2012 -0500
33915
38555
 
33916
38556
    GAppLaunchContext: make it possible ot get the effective startup id
33917
38557
 
33930
38570
 3 files changed, 66 insertions(+), 7 deletions(-)
33931
38571
 
33932
38572
commit 7b0c93554be9db2db2cba2cd59bcbebad5077d47
33933
 
Author: Matthias Clasen <mclasen@redhat.com>
33934
 
Date:   Wed Nov 21 21:14:26 2012 -0500
 
38573
Author:     Matthias Clasen <mclasen@redhat.com>
 
38574
AuthorDate: Wed Nov 21 21:14:26 2012 -0500
 
38575
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38576
CommitDate: Wed Nov 21 21:20:25 2012 -0500
33935
38577
 
33936
38578
    Add new api to exported symbols
33937
38579
 
33939
38581
 1 file changed, 3 insertions(+)
33940
38582
 
33941
38583
commit 419a1e404007ac7d63788e700ed30b54a5efa711
33942
 
Author: Matthias Clasen <mclasen@redhat.com>
33943
 
Date:   Wed Nov 21 21:13:40 2012 -0500
 
38584
Author:     Matthias Clasen <mclasen@redhat.com>
 
38585
AuthorDate: Wed Nov 21 21:13:40 2012 -0500
 
38586
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38587
CommitDate: Wed Nov 21 21:20:25 2012 -0500
33944
38588
 
33945
38589
    Add new API to the docs
33946
38590
 
33948
38592
 1 file changed, 3 insertions(+)
33949
38593
 
33950
38594
commit ace7b0fd86430774fc5de2eaee8d6b1b15930c59
33951
 
Author: Matthias Clasen <mclasen@redhat.com>
33952
 
Date:   Wed Nov 21 16:15:14 2012 -0500
 
38595
Author:     Matthias Clasen <mclasen@redhat.com>
 
38596
AuthorDate: Wed Nov 21 16:15:14 2012 -0500
 
38597
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38598
CommitDate: Wed Nov 21 21:13:01 2012 -0500
33953
38599
 
33954
38600
    Add a test for new GDesktopAppInfo getters
33955
38601
 
33957
38603
 1 file changed, 24 insertions(+)
33958
38604
 
33959
38605
commit 4adbc7aa42d75c072cf6946240a82f56247416f6
33960
 
Author: Matthias Clasen <mclasen@redhat.com>
33961
 
Date:   Fri Nov 16 18:22:45 2012 -0500
 
38606
Author:     Matthias Clasen <mclasen@redhat.com>
 
38607
AuthorDate: Fri Nov 16 18:22:45 2012 -0500
 
38608
Commit:     Matthias Clasen <mclasen@redhat.com>
 
38609
CommitDate: Wed Nov 21 21:12:45 2012 -0500
33962
38610
 
33963
38611
    GDesktopAppInfo: add enough api to make autostart implementable
33964
38612
 
33974
38622
 2 files changed, 101 insertions(+), 11 deletions(-)
33975
38623
 
33976
38624
commit 563ee093bccca5727908a7c20da2a42f59cb004b
33977
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
33978
 
Date:   Thu Nov 22 08:59:02 2012 +0800
 
38625
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
38626
AuthorDate: Thu Nov 22 08:59:02 2012 +0800
 
38627
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
38628
CommitDate: Thu Nov 22 08:59:02 2012 +0800
33979
38629
 
33980
38630
    build/win32/Makefile.am: Also go into the vs11 subdirectory
33981
38631
 
33983
38633
 1 file changed, 2 insertions(+), 1 deletion(-)
33984
38634
 
33985
38635
commit 76cecf061b377d30e5422cdddb1fb9d19c52421d
33986
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
33987
 
Date:   Mon Nov 19 12:58:55 2012 +0800
 
38636
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
38637
AuthorDate: Mon Nov 19 12:58:55 2012 +0800
 
38638
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
38639
CommitDate: Thu Nov 22 08:56:51 2012 +0800
33988
38640
 
33989
38641
    Add autotools scripts to create VS2012 projects
33990
38642
 
34011
38663
 4 files changed, 99 insertions(+)
34012
38664
 
34013
38665
commit 269f890474de12f31548ddb66ff9a856b18a9894
34014
 
Author: Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
34015
 
Date:   Mon Nov 12 17:07:39 2012 +0100
 
38666
Author:     Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
 
38667
AuthorDate: Mon Nov 12 17:07:39 2012 +0100
 
38668
Commit:     Colin Walters <walters@verbum.org>
 
38669
CommitDate: Wed Nov 21 18:09:46 2012 -0500
34016
38670
 
34017
38671
    GObject: Fix code snippet in description of floating reference.
34018
38672
 
34022
38676
 1 file changed, 2 insertions(+), 1 deletion(-)
34023
38677
 
34024
38678
commit 5900d60d0640af59961e87f5315eb1d2f11fad9c
34025
 
Author: Olivier Blin <olivier.blin@softathome.com>
34026
 
Date:   Wed Nov 14 19:08:10 2012 +0100
 
38679
Author:     Olivier Blin <olivier.blin@softathome.com>
 
38680
AuthorDate: Wed Nov 14 19:08:10 2012 +0100
 
38681
Commit:     Colin Walters <walters@verbum.org>
 
38682
CommitDate: Wed Nov 21 17:56:12 2012 -0500
34027
38683
 
34028
38684
    configure: add missing square bracket in AS_IF for memmove
34029
38685
 
34037
38693
 1 file changed, 1 insertion(+), 1 deletion(-)
34038
38694
 
34039
38695
commit 6e2046207a2fe1c013bbf348b87d54a1375dea7a
34040
 
Author: Eduardo Lima Mitev <elima@igalia.com>
34041
 
Date:   Fri Nov 16 18:20:09 2012 +0100
 
38696
Author:     Eduardo Lima Mitev <elima@igalia.com>
 
38697
AuthorDate: Fri Nov 16 18:20:09 2012 +0100
 
38698
Commit:     Julian Andres Klode <jak@debian.org>
 
38699
CommitDate: Wed Nov 21 21:50:26 2012 +0100
34042
38700
 
34043
38701
    gchecksum: Adds SHA512 support
34044
38702
 
34051
38709
 3 files changed, 511 insertions(+), 2 deletions(-)
34052
38710
 
34053
38711
commit 5c94a3e89cae9946bab07478c992172eda9c8ca9
34054
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
34055
 
Date:   Tue Nov 20 15:50:54 2012 +0100
 
38712
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
38713
AuthorDate: Tue Nov 20 15:50:54 2012 +0100
 
38714
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
38715
CommitDate: Tue Nov 20 15:50:54 2012 +0100
34056
38716
 
34057
38717
    Updated Spanish translation
34058
38718
 
34061
38721
 1 file changed, 414 insertions(+), 401 deletions(-)
34062
38722
 
34063
38723
commit 46a92a760b8fc83015ec5016cd0bc8b3ab343325
34064
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
34065
 
Date:   Tue Nov 20 08:58:30 2012 +0100
 
38724
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38725
AuthorDate: Tue Nov 20 08:58:30 2012 +0100
 
38726
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
38727
CommitDate: Tue Nov 20 15:03:06 2012 +0100
34066
38728
 
34067
38729
    Add boxed GType for GThread
34068
38730
 
34075
38737
 4 files changed, 15 insertions(+)
34076
38738
 
34077
38739
commit ca8062a389d88b879da1018c5d2f7429113b9e9e
34078
 
Author: Shankar Prasad <svenkate@redhat.com>
34079
 
Date:   Tue Nov 20 11:42:27 2012 +0530
 
38740
Author:     Shankar Prasad <svenkate@redhat.com>
 
38741
AuthorDate: Tue Nov 20 11:42:27 2012 +0530
 
38742
Commit:     Shankar Prasad <svenkate@redhat.com>
 
38743
CommitDate: Tue Nov 20 11:42:58 2012 +0530
34080
38744
 
34081
38745
    Updated Kannada Translations
34082
38746
 
34085
38749
 1 file changed, 157 insertions(+), 215 deletions(-)
34086
38750
 
34087
38751
commit 51d083010286cb4bdc0d7b0b2323e25a94115087
34088
 
Author: Debarshi Ray <debarshir@gnome.org>
34089
 
Date:   Tue Nov 20 00:11:56 2012 +0100
 
38752
Author:     Debarshi Ray <debarshir@gnome.org>
 
38753
AuthorDate: Tue Nov 20 00:11:56 2012 +0100
 
38754
Commit:     Debarshi Ray <debarshir@gnome.org>
 
38755
CommitDate: Tue Nov 20 00:24:52 2012 +0100
34090
38756
 
34091
38757
    file-info: Don't leak the filename if thumbnailing failed
34092
38758
 
34096
38762
 1 file changed, 1 insertion(+)
34097
38763
 
34098
38764
commit cdc95d31e61d6ff9425011af7904cb342e4a3a86
34099
 
Author: Ryan Lortie <desrt@desrt.ca>
34100
 
Date:   Mon Nov 19 18:20:41 2012 -0500
 
38765
Author:     Ryan Lortie <desrt@desrt.ca>
 
38766
AuthorDate: Mon Nov 19 18:20:41 2012 -0500
 
38767
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38768
CommitDate: Mon Nov 19 18:20:41 2012 -0500
34101
38769
 
34102
38770
    *bump*
34103
38771
 
34105
38773
 1 file changed, 1 insertion(+), 1 deletion(-)
34106
38774
 
34107
38775
commit 779ed3f0a530f402d522b1eb23c2dd06f70e6413
34108
 
Author: Ryan Lortie <desrt@desrt.ca>
34109
 
Date:   Mon Nov 19 16:14:05 2012 -0500
 
38776
Author:     Ryan Lortie <desrt@desrt.ca>
 
38777
AuthorDate: Mon Nov 19 16:14:05 2012 -0500
 
38778
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38779
CommitDate: Mon Nov 19 16:18:20 2012 -0500
34110
38780
 
34111
38781
    NEWS
34112
38782
 
34115
38785
 1 file changed, 84 insertions(+)
34116
38786
 
34117
38787
commit 824bc48adb464d5360237975fc5369f0b634d9b9
34118
 
Author: Ryan Lortie <desrt@desrt.ca>
34119
 
Date:   Mon Nov 19 16:10:55 2012 -0500
 
38788
Author:     Ryan Lortie <desrt@desrt.ca>
 
38789
AuthorDate: Mon Nov 19 16:10:55 2012 -0500
 
38790
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38791
CommitDate: Mon Nov 19 16:14:16 2012 -0500
34120
38792
 
34121
38793
    Remove two accidentally-exported symbols
34122
38794
 
34142
38814
 2 files changed, 2 insertions(+), 8 deletions(-)
34143
38815
 
34144
38816
commit 5272bc4d67ff6c100ba02b02869db80f51d37c26
34145
 
Author: Ryan Lortie <desrt@desrt.ca>
34146
 
Date:   Mon Nov 19 10:28:55 2012 -0500
 
38817
Author:     Ryan Lortie <desrt@desrt.ca>
 
38818
AuthorDate: Mon Nov 19 10:28:55 2012 -0500
 
38819
Commit:     Ryan Lortie <desrt@desrt.ca>
 
38820
CommitDate: Mon Nov 19 10:30:47 2012 -0500
34147
38821
 
34148
38822
    Revert "[gobject] set all properties before constructed()"
34149
38823
 
34159
38833
 1 file changed, 4 insertions(+), 4 deletions(-)
34160
38834
 
34161
38835
commit 39150f90e5c34e5402c1a31ed9e71d2e21cfd4c0
34162
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
34163
 
Date:   Mon Nov 19 12:38:28 2012 +0800
 
38836
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
38837
AuthorDate: Mon Nov 19 12:38:28 2012 +0800
 
38838
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
38839
CommitDate: Mon Nov 19 12:38:28 2012 +0800
34164
38840
 
34165
38841
    Update config.h.win32.in
34166
38842
 
34171
38847
 1 file changed, 20 insertions(+), 9 deletions(-)
34172
38848
 
34173
38849
commit 596f96b08db1b99c820e397cb2030fa27e79ff96
34174
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
34175
 
Date:   Sat Nov 17 09:44:48 2012 +0100
 
38850
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
38851
AuthorDate: Sat Nov 17 09:44:48 2012 +0100
 
38852
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
38853
CommitDate: Sat Nov 17 16:32:23 2012 +0100
34176
38854
 
34177
38855
    gio-kqueue: use O_EVTONLY on MacOS
34178
38856
 
34189
38867
 2 files changed, 9 insertions(+)
34190
38868
 
34191
38869
commit ef8510be09a746dcbc8d470376688820b225c40f
34192
 
Author: Michael Natterer <mitch@gimp.org>
34193
 
Date:   Fri Nov 16 18:48:09 2012 +0100
 
38870
Author:     Michael Natterer <mitch@gimp.org>
 
38871
AuthorDate: Fri Nov 16 18:48:09 2012 +0100
 
38872
Commit:     Michael Natterer <mitch@gimp.org>
 
38873
CommitDate: Fri Nov 16 18:51:41 2012 +0100
34194
38874
 
34195
38875
    Bug 673047 - gunicollate is broken on OS X
34196
38876
 
34203
38883
 1 file changed, 14 insertions(+), 15 deletions(-)
34204
38884
 
34205
38885
commit 11e306a759f6c90f4b1da67dbdf5a98ca5809670
34206
 
Author: Kalev Lember <kalevlember@gmail.com>
34207
 
Date:   Fri Nov 16 17:33:14 2012 +0100
 
38886
Author:     Kalev Lember <kalevlember@gmail.com>
 
38887
AuthorDate: Fri Nov 16 17:33:14 2012 +0100
 
38888
Commit:     Kalev Lember <kalevlember@gmail.com>
 
38889
CommitDate: Fri Nov 16 17:33:14 2012 +0100
34208
38890
 
34209
38891
    Fix a broken link in GConf migration guide
34210
38892
 
34214
38896
 1 file changed, 1 insertion(+), 1 deletion(-)
34215
38897
 
34216
38898
commit 03ef7ba5abab928c17142f553f86b97d28ecf946
34217
 
Author: Dan Winship <danw@gnome.org>
34218
 
Date:   Thu Nov 15 18:18:54 2012 -0500
 
38899
Author:     Dan Winship <danw@gnome.org>
 
38900
AuthorDate: Thu Nov 15 18:18:54 2012 -0500
 
38901
Commit:     Dan Winship <danw@gnome.org>
 
38902
CommitDate: Fri Nov 16 08:22:06 2012 -0500
34219
38903
 
34220
38904
    win32: re-fix the _utf8 compat function situation
34221
38905
 
34245
38929
 14 files changed, 149 insertions(+), 187 deletions(-)
34246
38930
 
34247
38931
commit 834e6e96b355d7b313f59eef3c90a68bc5463365
34248
 
Author: Paul Menzel <paulepanter@users.sourceforge.net>
34249
 
Date:   Wed Nov 14 18:49:50 2012 +0100
 
38932
Author:     Paul Menzel <paulepanter@users.sourceforge.net>
 
38933
AuthorDate: Wed Nov 14 18:49:50 2012 +0100
 
38934
Commit:     David King <amigadave@amigadave.com>
 
38935
CommitDate: Fri Nov 16 08:44:23 2012 +0000
34250
38936
 
34251
38937
    docs: Fix spelling of "exceed" in gobject/gtype.c
34252
38938
 
34256
38942
 1 file changed, 1 insertion(+), 1 deletion(-)
34257
38943
 
34258
38944
commit 8bf295bcd8d870997bb067adbddc5636f8bae9cf
34259
 
Author: Aleksander Morgado <aleksander@lanedo.com>
34260
 
Date:   Thu Nov 15 09:31:14 2012 +0100
 
38945
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
38946
AuthorDate: Thu Nov 15 09:31:14 2012 +0100
 
38947
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
38948
CommitDate: Thu Nov 15 22:24:54 2012 +0100
34261
38949
 
34262
38950
    gdbus: improve documentation of the GDBusError section
34263
38951
 
34267
38955
 1 file changed, 4 insertions(+), 1 deletion(-)
34268
38956
 
34269
38957
commit 2628dc2c09ea7658aebf810d9db90070e3be301d
34270
 
Author: Dan Winship <danw@gnome.org>
34271
 
Date:   Sun Nov 11 13:07:30 2012 -0500
 
38958
Author:     Dan Winship <danw@gnome.org>
 
38959
AuthorDate: Sun Nov 11 13:07:30 2012 -0500
 
38960
Commit:     Dan Winship <danw@gnome.org>
 
38961
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34272
38962
 
34273
38963
    gtestutils: don't try to print long doubles
34274
38964
 
34283
38973
 1 file changed, 9 insertions(+), 3 deletions(-)
34284
38974
 
34285
38975
commit aa1418c427ea904e22c9bfe812a569f4aee1e3f7
34286
 
Author: Dan Winship <danw@gnome.org>
34287
 
Date:   Sun Nov 11 13:05:16 2012 -0500
 
38976
Author:     Dan Winship <danw@gnome.org>
 
38977
AuthorDate: Sun Nov 11 13:05:16 2012 -0500
 
38978
Commit:     Dan Winship <danw@gnome.org>
 
38979
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34288
38980
 
34289
38981
    win32: work around broken winsock prototypes
34290
38982
 
34300
38992
 1 file changed, 16 insertions(+), 2 deletions(-)
34301
38993
 
34302
38994
commit fc3acd88baad368b70f6b263e74c945e15fdc8ef
34303
 
Author: Dan Winship <danw@gnome.org>
34304
 
Date:   Sun Nov 11 11:29:16 2012 -0500
 
38995
Author:     Dan Winship <danw@gnome.org>
 
38996
AuthorDate: Sun Nov 11 11:29:16 2012 -0500
 
38997
Commit:     Dan Winship <danw@gnome.org>
 
38998
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34305
38999
 
34306
39000
    win32: avoid printf format warnings on nonstandard formats
34307
39001
 
34315
39009
 1 file changed, 28 insertions(+)
34316
39010
 
34317
39011
commit d9e8feae7cb60e2e2cb62f0a948f025c09ca8553
34318
 
Author: Dan Winship <danw@gnome.org>
34319
 
Date:   Sun Nov 11 11:21:07 2012 -0500
 
39012
Author:     Dan Winship <danw@gnome.org>
 
39013
AuthorDate: Sun Nov 11 11:21:07 2012 -0500
 
39014
Commit:     Dan Winship <danw@gnome.org>
 
39015
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34320
39016
 
34321
39017
    win32: make gio/tests/gdbus-proxy.c compile
34322
39018
 
34330
39026
 1 file changed, 4 insertions(+)
34331
39027
 
34332
39028
commit 75d2c1823c56f01db1b2e97bd9287fd70fdcd84d
34333
 
Author: Dan Winship <danw@gnome.org>
34334
 
Date:   Sat Nov 10 11:13:24 2012 -0500
 
39029
Author:     Dan Winship <danw@gnome.org>
 
39030
AuthorDate: Sat Nov 10 11:13:24 2012 -0500
 
39031
Commit:     Dan Winship <danw@gnome.org>
 
39032
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34335
39033
 
34336
39034
    gvariant-internal.h: fix the include hack
34337
39035
 
34347
39045
 1 file changed, 4 insertions(+), 3 deletions(-)
34348
39046
 
34349
39047
commit 468a166711ab78986b3404909c6d9c0cf3633bea
34350
 
Author: Dan Winship <danw@gnome.org>
34351
 
Date:   Sat Nov 10 11:09:18 2012 -0500
 
39048
Author:     Dan Winship <danw@gnome.org>
 
39049
AuthorDate: Sat Nov 10 11:09:18 2012 -0500
 
39050
Commit:     Dan Winship <danw@gnome.org>
 
39051
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34352
39052
 
34353
39053
    GLocalFile: canonicalize the initial directory separator
34354
39054
 
34364
39064
 1 file changed, 5 insertions(+)
34365
39065
 
34366
39066
commit f80d8f1e4d583167234d79ace0a3ef7081826317
34367
 
Author: Dan Winship <danw@gnome.org>
34368
 
Date:   Sat Nov 10 11:06:57 2012 -0500
 
39067
Author:     Dan Winship <danw@gnome.org>
 
39068
AuthorDate: Sat Nov 10 11:06:57 2012 -0500
 
39069
Commit:     Dan Winship <danw@gnome.org>
 
39070
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34369
39071
 
34370
39072
    win32: various fixes to test programs
34371
39073
 
34384
39086
 6 files changed, 50 insertions(+), 16 deletions(-)
34385
39087
 
34386
39088
commit b8c13a01b6bd5601eb3519dd3b20daed4bbc2e72
34387
 
Author: Dan Winship <danw@gnome.org>
34388
 
Date:   Sat Nov 10 10:58:19 2012 -0500
 
39089
Author:     Dan Winship <danw@gnome.org>
 
39090
AuthorDate: Sat Nov 10 10:58:19 2012 -0500
 
39091
Commit:     Dan Winship <danw@gnome.org>
 
39092
CommitDate: Thu Nov 15 14:19:06 2012 -0500
34389
39093
 
34390
39094
    win32: misc warning fixes
34391
39095
 
34420
39124
 25 files changed, 81 insertions(+), 80 deletions(-)
34421
39125
 
34422
39126
commit f248c86b0aac6c64bd2cb8e2a0e8814719a4bb0a
34423
 
Author: Dan Winship <danw@gnome.org>
34424
 
Date:   Sun Nov 11 11:32:40 2012 -0500
 
39127
Author:     Dan Winship <danw@gnome.org>
 
39128
AuthorDate: Sun Nov 11 11:32:40 2012 -0500
 
39129
Commit:     Dan Winship <danw@gnome.org>
 
39130
CommitDate: Thu Nov 15 14:19:05 2012 -0500
34425
39131
 
34426
39132
    win32: move some code into #ifdef G_OS_UNIX
34427
39133
 
34437
39143
 4 files changed, 16 insertions(+), 7 deletions(-)
34438
39144
 
34439
39145
commit 731b46990896665a8107535080bb075a6e18b6f7
34440
 
Author: Dan Winship <danw@gnome.org>
34441
 
Date:   Sat Nov 10 10:54:43 2012 -0500
 
39146
Author:     Dan Winship <danw@gnome.org>
 
39147
AuthorDate: Sat Nov 10 10:54:43 2012 -0500
 
39148
Commit:     Dan Winship <danw@gnome.org>
 
39149
CommitDate: Thu Nov 15 14:19:05 2012 -0500
34442
39150
 
34443
39151
    win32: define _WIN32_WINNT globally
34444
39152
 
34461
39169
 8 files changed, 2 insertions(+), 10 deletions(-)
34462
39170
 
34463
39171
commit 3ac6cfaeaadc82ce7d8b9dba7134d5ea7272c70c
34464
 
Author: Dan Winship <danw@gnome.org>
34465
 
Date:   Sat Nov 10 10:51:18 2012 -0500
 
39172
Author:     Dan Winship <danw@gnome.org>
 
39173
AuthorDate: Sat Nov 10 10:51:18 2012 -0500
 
39174
Commit:     Dan Winship <danw@gnome.org>
 
39175
CommitDate: Thu Nov 15 14:19:05 2012 -0500
34466
39176
 
34467
39177
    win32: prototype _glib_get_dll_directory() and _glib_get_locale_dir()
34468
39178
 
34484
39194
 8 files changed, 31 insertions(+), 7 deletions(-)
34485
39195
 
34486
39196
commit 08f4f92fedff4821b1cdbab1763f5e3df59ce458
34487
 
Author: Dan Winship <danw@gnome.org>
34488
 
Date:   Thu Nov 15 12:24:57 2012 -0500
 
39197
Author:     Dan Winship <danw@gnome.org>
 
39198
AuthorDate: Thu Nov 15 12:24:57 2012 -0500
 
39199
Commit:     Dan Winship <danw@gnome.org>
 
39200
CommitDate: Thu Nov 15 14:19:05 2012 -0500
34489
39201
 
34490
39202
    win32: add gwin32compat.h, for utf8-renaming compatibility defines
34491
39203
 
34516
39228
 15 files changed, 198 insertions(+), 84 deletions(-)
34517
39229
 
34518
39230
commit c2acbc018269a052eb7546950088a0860e3b1545
34519
 
Author: Wim Taymans <wim.taymans@collabora.co.uk>
34520
 
Date:   Thu Nov 15 11:37:20 2012 +0100
 
39231
Author:     Wim Taymans <wim.taymans@collabora.co.uk>
 
39232
AuthorDate: Thu Nov 15 11:37:20 2012 +0100
 
39233
Commit:     Dan Winship <danw@gnome.org>
 
39234
CommitDate: Thu Nov 15 11:09:00 2012 -0500
34521
39235
 
34522
39236
    gsocket: fix joining/leaving multicast groups
34523
39237
 
34530
39244
 1 file changed, 2 insertions(+)
34531
39245
 
34532
39246
commit 49db979922283364238a5c208671591f713ecd78
34533
 
Author: Michael Natterer <mitch@gimp.org>
34534
 
Date:   Thu Nov 15 15:23:07 2012 +0100
 
39247
Author:     Michael Natterer <mitch@gimp.org>
 
39248
AuthorDate: Thu Nov 15 15:23:07 2012 +0100
 
39249
Commit:     Michael Natterer <mitch@gimp.org>
 
39250
CommitDate: Thu Nov 15 15:33:38 2012 +0100
34535
39251
 
34536
39252
    Revert "gmain: Add private API to create Unix child watch that
34537
39253
    uses waitid()"
34546
39262
 4 files changed, 45 insertions(+), 141 deletions(-)
34547
39263
 
34548
39264
commit 6dee874b68548981ae567b553be3c010766e4a25
34549
 
Author: Michael Natterer <mitch@gimp.org>
34550
 
Date:   Thu Nov 15 15:22:52 2012 +0100
 
39265
Author:     Michael Natterer <mitch@gimp.org>
 
39266
AuthorDate: Thu Nov 15 15:22:52 2012 +0100
 
39267
Commit:     Michael Natterer <mitch@gimp.org>
 
39268
CommitDate: Thu Nov 15 15:33:38 2012 +0100
34551
39269
 
34552
39270
    Revert "gio: Add private API to create win32 streams from fds"
34553
39271
 
34562
39280
 4 files changed, 22 insertions(+), 122 deletions(-)
34563
39281
 
34564
39282
commit 75de24ca667b0acd82ef736cac1808add81fa637
34565
 
Author: Michael Natterer <mitch@gimp.org>
34566
 
Date:   Thu Nov 15 15:22:37 2012 +0100
 
39283
Author:     Michael Natterer <mitch@gimp.org>
 
39284
AuthorDate: Thu Nov 15 15:22:37 2012 +0100
 
39285
Commit:     Michael Natterer <mitch@gimp.org>
 
39286
CommitDate: Thu Nov 15 15:33:38 2012 +0100
34567
39287
 
34568
39288
    Revert "gspawn: support creating pipes with O_CLOEXEC"
34569
39289
 
34574
39294
 2 files changed, 27 insertions(+), 15 deletions(-)
34575
39295
 
34576
39296
commit 2aa97e2847246d95cae32c9c061162bfb4af838a
34577
 
Author: Colin Walters <walters@verbum.org>
34578
 
Date:   Thu Nov 15 08:42:36 2012 -0500
 
39297
Author:     Colin Walters <walters@verbum.org>
 
39298
AuthorDate: Thu Nov 15 08:42:36 2012 -0500
 
39299
Commit:     Colin Walters <walters@verbum.org>
 
39300
CommitDate: Thu Nov 15 08:42:36 2012 -0500
34579
39301
 
34580
39302
    gdbus: Fix some compiler warnings
34581
39303
 
34587
39309
 2 files changed, 4 insertions(+), 4 deletions(-)
34588
39310
 
34589
39311
commit a335fd1de8fc2ab4b26c5fe6055014ea15043fb9
34590
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
34591
 
Date:   Wed Nov 14 12:57:42 2012 +0100
 
39312
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
39313
AuthorDate: Wed Nov 14 12:57:42 2012 +0100
 
39314
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
39315
CommitDate: Thu Nov 15 08:13:30 2012 +0100
34592
39316
 
34593
39317
    GFileMonitor: Add kqueue(3) support to GIO
34594
39318
 
34633
39357
 22 files changed, 2903 insertions(+)
34634
39358
 
34635
39359
commit 2054ccad95cfdcf5eccd2ef6847c12039c9678e8
34636
 
Author: Ryan Lortie <desrt@desrt.ca>
34637
 
Date:   Sat Nov 10 13:16:29 2012 -0500
 
39360
Author:     Ryan Lortie <desrt@desrt.ca>
 
39361
AuthorDate: Sat Nov 10 13:16:29 2012 -0500
 
39362
Commit:     Colin Walters <walters@verbum.org>
 
39363
CommitDate: Wed Nov 14 14:12:15 2012 -0500
34638
39364
 
34639
39365
    gspawn: support creating pipes with O_CLOEXEC
34640
39366
 
34648
39374
 2 files changed, 15 insertions(+), 27 deletions(-)
34649
39375
 
34650
39376
commit 292de8cc5259eb66c40d9a74d85389650ef67747
34651
 
Author: Colin Walters <walters@verbum.org>
34652
 
Date:   Tue May 22 16:06:10 2012 -0400
 
39377
Author:     Colin Walters <walters@verbum.org>
 
39378
AuthorDate: Tue May 22 16:06:10 2012 -0400
 
39379
Commit:     Colin Walters <walters@verbum.org>
 
39380
CommitDate: Wed Nov 14 14:12:05 2012 -0500
34653
39381
 
34654
39382
    gio: Add private API to create win32 streams from fds
34655
39383
 
34666
39394
 4 files changed, 122 insertions(+), 22 deletions(-)
34667
39395
 
34668
39396
commit 93bf37ce1507380f74d4cb4cab6640fc7d2eb7d1
34669
 
Author: Colin Walters <walters@verbum.org>
34670
 
Date:   Mon May 21 17:09:06 2012 -0400
 
39397
Author:     Colin Walters <walters@verbum.org>
 
39398
AuthorDate: Mon May 21 17:09:06 2012 -0400
 
39399
Commit:     Colin Walters <walters@verbum.org>
 
39400
CommitDate: Wed Nov 14 14:11:57 2012 -0500
34671
39401
 
34672
39402
    gmain: Add private API to create Unix child watch that uses waitid()
34673
39403
 
34692
39422
 4 files changed, 141 insertions(+), 45 deletions(-)
34693
39423
 
34694
39424
commit e744a4aa7a5b6e7b0fb3bd9e553b152ce424992c
34695
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
34696
 
Date:   Tue Nov 13 14:25:21 2012 +0000
 
39425
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
39426
AuthorDate: Tue Nov 13 14:25:21 2012 +0000
 
39427
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
39428
CommitDate: Wed Nov 14 13:26:57 2012 +0000
34697
39429
 
34698
39430
    Remove trailing spaces from expected GMarkup error messages
34699
39431
 
34710
39442
 3 files changed, 3 insertions(+), 3 deletions(-)
34711
39443
 
34712
39444
commit b98a1c8df30f9e24588a48331dacf01e49760549
34713
 
Author: Colin Walters <walters@verbum.org>
34714
 
Date:   Thu Nov 8 09:12:25 2012 -0500
 
39445
Author:     Colin Walters <walters@verbum.org>
 
39446
AuthorDate: Thu Nov 8 09:12:25 2012 -0500
 
39447
Commit:     Colin Walters <walters@verbum.org>
 
39448
CommitDate: Tue Nov 13 11:32:57 2012 -0500
34715
39449
 
34716
39450
    gmain: Handle case where source id overflows
34717
39451
 
34729
39463
 4 files changed, 165 insertions(+), 6 deletions(-)
34730
39464
 
34731
39465
commit 606aa26acf8382ac0abb008838a0bcde12246c63
34732
 
Author: Paul Menzel <paulepanter@users.sourceforge.net>
34733
 
Date:   Sun Nov 11 14:48:15 2012 +0100
 
39466
Author:     Paul Menzel <paulepanter@users.sourceforge.net>
 
39467
AuthorDate: Sun Nov 11 14:48:15 2012 +0100
 
39468
Commit:     David King <amigadave@amigadave.com>
 
39469
CommitDate: Tue Nov 13 13:54:40 2012 +0000
34734
39470
 
34735
39471
    gio/*: Fix spelling of determining
34736
39472
 
34754
39490
 2 files changed, 2 insertions(+), 2 deletions(-)
34755
39491
 
34756
39492
commit 9fb3082070a47a19663c3abf0c059639f9893b10
34757
 
Author: Dan Winship <danw@gnome.org>
34758
 
Date:   Sun Nov 11 14:14:04 2012 -0500
 
39493
Author:     Dan Winship <danw@gnome.org>
 
39494
AuthorDate: Sun Nov 11 14:14:04 2012 -0500
 
39495
Commit:     Dan Winship <danw@gnome.org>
 
39496
CommitDate: Sun Nov 11 14:14:04 2012 -0500
34759
39497
 
34760
39498
    Revert "Return correct value for g_socket_get_available_bytes()
34761
39499
    on Windows and OSX"
34770
39508
 2 files changed, 4 insertions(+), 64 deletions(-)
34771
39509
 
34772
39510
commit 4651ec772520c892bf586710ac8e8ed38c515698
34773
 
Author: Dan Winship <danw@gnome.org>
34774
 
Date:   Sat Nov 10 10:37:00 2012 -0500
 
39511
Author:     Dan Winship <danw@gnome.org>
 
39512
AuthorDate: Sat Nov 10 10:37:00 2012 -0500
 
39513
Commit:     Dan Winship <danw@gnome.org>
 
39514
CommitDate: Sun Nov 11 13:33:36 2012 -0500
34775
39515
 
34776
39516
    .gitignore: ignore .def files (win32 build)
34777
39517
 
34779
39519
 1 file changed, 1 insertion(+)
34780
39520
 
34781
39521
commit 2bba1da30674686960571603961e8daed973e5d0
34782
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
34783
 
Date:   Fri Nov 9 15:28:36 2012 +0100
 
39522
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
39523
AuthorDate: Fri Nov 9 15:28:36 2012 +0100
 
39524
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
39525
CommitDate: Sun Nov 11 17:32:38 2012 +0100
34784
39526
 
34785
39527
    Add caching for the receiver addresses for g_socket_receive_from()
34786
39528
 
34791
39533
 1 file changed, 76 insertions(+), 9 deletions(-)
34792
39534
 
34793
39535
commit df1e0497928e96fbf6bd0a4d69b60fd19385d4be
34794
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
34795
 
Date:   Sun Nov 11 11:36:03 2012 +0100
 
39536
Author:     Мирослав Николић
 
39537
<miroslavnikolic@rocketmail.com>
 
39538
AuthorDate: Sun Nov 11 11:36:03 2012 +0100
 
39539
Commit:     Мирослав Николић
 
39540
<miroslavnikolic@rocketmail.com>
 
39541
CommitDate: Sun Nov 11 11:36:03 2012 +0100
34796
39542
 
34797
39543
    Updated Serbian translation
34798
39544
 
34803
39549
 2 files changed, 416 insertions(+), 384 deletions(-)
34804
39550
 
34805
39551
commit 4a20aa31b1091462aa9ef842809d53cbd9b285bf
34806
 
Author: Aurimas Černius <aurisc4@gmail.com>
34807
 
Date:   Sat Nov 10 14:12:30 2012 +0200
 
39552
Author:     Aurimas Černius <aurisc4@gmail.com>
 
39553
AuthorDate: Sat Nov 10 14:12:30 2012 +0200
 
39554
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
39555
CommitDate: Sat Nov 10 14:12:30 2012 +0200
34808
39556
 
34809
39557
    Updated Lithuanian translation
34810
39558
 
34813
39561
 1 file changed, 730 insertions(+), 730 deletions(-)
34814
39562
 
34815
39563
commit 1b3e65d5025d2d15a877edc4fb3caf105b6775ee
34816
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
34817
 
Date:   Sat Nov 10 10:56:26 2012 +0100
 
39564
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
39565
AuthorDate: Sat Nov 10 10:56:26 2012 +0100
 
39566
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
39567
CommitDate: Sat Nov 10 11:07:09 2012 +0100
34818
39568
 
34819
39569
    Updated Galician translations
34820
39570
 
34823
39573
 1 file changed, 191 insertions(+), 190 deletions(-)
34824
39574
 
34825
39575
commit a8db7314fb194110eb4d9f7964a3eff5516c96c5
34826
 
Author: Matej Urbančič <mateju@svn.gnome.org>
34827
 
Date:   Sat Nov 10 08:58:41 2012 +0100
 
39576
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
39577
AuthorDate: Sat Nov 10 08:58:41 2012 +0100
 
39578
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
39579
CommitDate: Sat Nov 10 08:58:41 2012 +0100
34828
39580
 
34829
39581
    Updated Slovenian translation
34830
39582
 
34832
39584
 1 file changed, 1 insertion(+), 1 deletion(-)
34833
39585
 
34834
39586
commit de298366e51d58c99ea5f9046eecde886558fb1d
34835
 
Author: Matej Urbančič <mateju@svn.gnome.org>
34836
 
Date:   Sat Nov 10 08:56:38 2012 +0100
 
39587
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
39588
AuthorDate: Sat Nov 10 08:56:38 2012 +0100
 
39589
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
39590
CommitDate: Sat Nov 10 08:56:38 2012 +0100
34837
39591
 
34838
39592
    Updated Slovenian translation
34839
39593
 
34842
39596
 1 file changed, 211 insertions(+), 201 deletions(-)
34843
39597
 
34844
39598
commit 8caf39b59b96396a12d516b553f79f5eade4b096
34845
 
Author: Matthias Clasen <mclasen@redhat.com>
34846
 
Date:   Fri Nov 9 22:14:39 2012 -0500
 
39599
Author:     Matthias Clasen <mclasen@redhat.com>
 
39600
AuthorDate: Fri Nov 9 22:14:39 2012 -0500
 
39601
Commit:     Matthias Clasen <mclasen@redhat.com>
 
39602
CommitDate: Fri Nov 9 22:14:39 2012 -0500
34847
39603
 
34848
39604
    Add an option to make glib-compile-resources use G_GNUC_INTERNAL
34849
39605
 
34855
39611
 2 files changed, 29 insertions(+), 10 deletions(-)
34856
39612
 
34857
39613
commit 138f4c1e2f3fdea3168f91fc72cde9fb0b0e602b
34858
 
Author: Matthias Clasen <mclasen@redhat.com>
34859
 
Date:   Fri Nov 9 22:12:57 2012 -0500
 
39614
Author:     Matthias Clasen <mclasen@redhat.com>
 
39615
AuthorDate: Fri Nov 9 22:12:57 2012 -0500
 
39616
Commit:     Matthias Clasen <mclasen@redhat.com>
 
39617
CommitDate: Fri Nov 9 22:12:57 2012 -0500
34860
39618
 
34861
39619
    Remove trailing space from some translated strings
34862
39620
 
34867
39625
 2 files changed, 3 insertions(+), 3 deletions(-)
34868
39626
 
34869
39627
commit 7fd15ee4aee6ec21eb85f8836a5fd66f598a86f4
34870
 
Author: Matthias Clasen <mclasen@redhat.com>
34871
 
Date:   Fri Nov 9 22:10:10 2012 -0500
 
39628
Author:     Matthias Clasen <mclasen@redhat.com>
 
39629
AuthorDate: Fri Nov 9 22:10:10 2012 -0500
 
39630
Commit:     Matthias Clasen <mclasen@redhat.com>
 
39631
CommitDate: Fri Nov 9 22:10:10 2012 -0500
34872
39632
 
34873
39633
    Add plural forms for some translations
34874
39634
 
34878
39638
 1 file changed, 2 insertions(+), 2 deletions(-)
34879
39639
 
34880
39640
commit 1e598600a16d885a3ca859fe951a5bdd198fd6e7
34881
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
34882
 
Date:   Wed Oct 24 14:25:01 2012 +0200
 
39641
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
39642
AuthorDate: Wed Oct 24 14:25:01 2012 +0200
 
39643
Commit:     Matthias Clasen <mclasen@redhat.com>
 
39644
CommitDate: Fri Nov 9 21:57:50 2012 -0500
34883
39645
 
34884
39646
    Return correct value for g_socket_get_available_bytes() on Windows
34885
39647
    and OSX
34892
39654
 2 files changed, 64 insertions(+), 4 deletions(-)
34893
39655
 
34894
39656
commit b65dac802e4c1bad3b3dd681f35eff52129b6d9e
34895
 
Author: John Ralls <jralls@ceridwen.us>
34896
 
Date:   Fri Nov 9 09:22:19 2012 -0800
 
39657
Author:     John Ralls <jralls@ceridwen.us>
 
39658
AuthorDate: Fri Nov 9 09:22:19 2012 -0800
 
39659
Commit:     John Ralls <jralls@ceridwen.us>
 
39660
CommitDate: Fri Nov 9 09:23:01 2012 -0800
34897
39661
 
34898
39662
    Fix poll able streams for Darwin (and probably BSD)
34899
39663
 
34914
39678
 5 files changed, 12 insertions(+)
34915
39679
 
34916
39680
commit 5588d47985073563749066ed18a981b1ff437f14
34917
 
Author: John Ralls <jralls@ceridwen.us>
34918
 
Date:   Thu Nov 8 09:52:28 2012 -0800
 
39681
Author:     John Ralls <jralls@ceridwen.us>
 
39682
AuthorDate: Thu Nov 8 09:52:28 2012 -0800
 
39683
Commit:     John Ralls <jralls@ceridwen.us>
 
39684
CommitDate: Fri Nov 9 09:23:01 2012 -0800
34919
39685
 
34920
39686
    Fix compile error about missing prototype
34921
39687
 
34925
39691
 1 file changed, 2 insertions(+)
34926
39692
 
34927
39693
commit f1b34cab8af395087e13d1a733bca1959487158f
34928
 
Author: Dan Winship <danw@gnome.org>
34929
 
Date:   Fri Nov 9 11:38:08 2012 -0500
 
39694
Author:     Dan Winship <danw@gnome.org>
 
39695
AuthorDate: Fri Nov 9 11:38:08 2012 -0500
 
39696
Commit:     Dan Winship <danw@gnome.org>
 
39697
CommitDate: Fri Nov 9 11:41:01 2012 -0500
34930
39698
 
34931
39699
    gthreadedresolver: fix a bug in the GTask porting of lookup_records
34932
39700
 
34940
39708
 1 file changed, 14 insertions(+), 9 deletions(-)
34941
39709
 
34942
39710
commit edeffe0c870d0716ab0f5a5b8d435ef585c71448
34943
 
Author: Timothy Arceri <t_arceri@yahoo.com.au>
34944
 
Date:   Fri Nov 9 23:48:38 2012 +1100
 
39711
Author:     Timothy Arceri <t_arceri@yahoo.com.au>
 
39712
AuthorDate: Fri Nov 9 23:48:38 2012 +1100
 
39713
Commit:     Ryan Lortie <desrt@desrt.ca>
 
39714
CommitDate: Fri Nov 9 08:40:43 2012 -0500
34945
39715
 
34946
39716
    Use url encoding for trash fileinfo path as per freedesktop trash
34947
39717
    specification
34952
39722
 1 file changed, 1 insertion(+), 28 deletions(-)
34953
39723
 
34954
39724
commit a07a5f82aafca64872691313e233295e591e7632
34955
 
Author: Martin Pitt <martinpitt@gnome.org>
34956
 
Date:   Fri Nov 9 09:32:03 2012 +0100
 
39725
Author:     Martin Pitt <martinpitt@gnome.org>
 
39726
AuthorDate: Fri Nov 9 09:32:03 2012 +0100
 
39727
Commit:     Martin Pitt <martinpitt@gnome.org>
 
39728
CommitDate: Fri Nov 9 09:32:03 2012 +0100
34957
39729
 
34958
39730
    GByteArray: Add missing transfer annotations
34959
39731
 
34967
39739
 1 file changed, 2 insertions(+), 2 deletions(-)
34968
39740
 
34969
39741
commit e06268d72e49dd487038043674aa1ee2f419118c
34970
 
Author: Martin Pitt <martinpitt@gnome.org>
34971
 
Date:   Fri Nov 9 09:02:22 2012 +0100
 
39742
Author:     Martin Pitt <martinpitt@gnome.org>
 
39743
AuthorDate: Fri Nov 9 09:02:22 2012 +0100
 
39744
Commit:     Martin Pitt <martinpitt@gnome.org>
 
39745
CommitDate: Fri Nov 9 09:09:39 2012 +0100
34972
39746
 
34973
39747
    GBytes: Add missing annotations
34974
39748
 
34985
39759
 1 file changed, 9 insertions(+), 5 deletions(-)
34986
39760
 
34987
39761
commit 8dd70a261df853d86f4944481dc6a18d4c8a62af
34988
 
Author: John Ralls <jralls@ceridwen.us>
34989
 
Date:   Thu Nov 8 08:35:23 2012 -0800
 
39762
Author:     John Ralls <jralls@ceridwen.us>
 
39763
AuthorDate: Thu Nov 8 08:35:23 2012 -0800
 
39764
Commit:     John Ralls <jralls@ceridwen.us>
 
39765
CommitDate: Thu Nov 8 08:37:54 2012 -0800
34990
39766
 
34991
39767
    Bug 686185: GDateTime Transcoding fails on OSX
34992
39768
 
34998
39774
 1 file changed, 1 insertion(+), 1 deletion(-)
34999
39775
 
35000
39776
commit a9eb1907a6451cdfe68f5924b138cfbeebc4dcf1
35001
 
Author: Emmanuel Pacaud <emmanuel@gnome.org>
35002
 
Date:   Wed Nov 7 09:58:45 2012 +0100
 
39777
Author:     Emmanuel Pacaud <emmanuel@gnome.org>
 
39778
AuthorDate: Wed Nov 7 09:58:45 2012 +0100
 
39779
Commit:     Emmanuel Pacaud <emmanuel@gnome.org>
 
39780
CommitDate: Thu Nov 8 08:19:43 2012 +0100
35003
39781
 
35004
39782
    Check for PR_GET_NAME
35005
39783
 
35009
39787
 1 file changed, 2 insertions(+)
35010
39788
 
35011
39789
commit 753494a25e35bd1f2413bd741f73d60226fcfd14
35012
 
Author: Colin Walters <walters@verbum.org>
35013
 
Date:   Tue Nov 6 15:04:47 2012 -0500
 
39790
Author:     Colin Walters <walters@verbum.org>
 
39791
AuthorDate: Tue Nov 6 15:04:47 2012 -0500
 
39792
Commit:     Colin Walters <walters@verbum.org>
 
39793
CommitDate: Wed Nov 7 09:51:20 2012 -0500
35014
39794
 
35015
39795
    tests/buffered-input-stream: Fix size of parameter passed
35016
39796
 
35024
39804
 1 file changed, 3 insertions(+), 2 deletions(-)
35025
39805
 
35026
39806
commit d5df0a10f142db8216cb41e38ec23d5729956650
35027
 
Author: John Ralls <jralls@ceridwen.us>
35028
 
Date:   Thu Oct 18 10:47:18 2012 -0700
 
39807
Author:     John Ralls <jralls@ceridwen.us>
 
39808
AuthorDate: Thu Oct 18 10:47:18 2012 -0700
 
39809
Commit:     John Ralls <jralls@ceridwen.us>
 
39810
CommitDate: Tue Nov 6 16:50:09 2012 -0800
35029
39811
 
35030
39812
    Skip test_non_utf8_printf() if EUC-JP is aliased to UTF-8
35031
39813
 
35038
39820
 1 file changed, 8 insertions(+)
35039
39821
 
35040
39822
commit b26fb3ae5cc18fa51cd6169f1b3b5c4dd74dab29
35041
 
Author: Ryan Lortie <desrt@desrt.ca>
35042
 
Date:   Mon Nov 5 12:22:49 2012 -0500
 
39823
Author:     Ryan Lortie <desrt@desrt.ca>
 
39824
AuthorDate: Mon Nov 5 12:22:49 2012 -0500
 
39825
Commit:     Ryan Lortie <desrt@desrt.ca>
 
39826
CommitDate: Tue Nov 6 14:40:36 2012 -0500
35043
39827
 
35044
39828
    Don't call varargs open() through non-varargs type
35045
39829
 
35057
39841
 1 file changed, 32 insertions(+), 10 deletions(-)
35058
39842
 
35059
39843
commit 77032ea390cfbb1165f57fc6a61b8e4d2055934a
35060
 
Author: Ryan Lortie <desrt@desrt.ca>
35061
 
Date:   Tue Nov 6 07:41:13 2012 -0500
 
39844
Author:     Ryan Lortie <desrt@desrt.ca>
 
39845
AuthorDate: Tue Nov 6 07:41:13 2012 -0500
 
39846
Commit:     Ryan Lortie <desrt@desrt.ca>
 
39847
CommitDate: Tue Nov 6 07:41:13 2012 -0500
35062
39848
 
35063
39849
    belated version bump
35064
39850
 
35066
39852
 1 file changed, 1 insertion(+), 1 deletion(-)
35067
39853
 
35068
39854
commit d6a075b0d8dfe4e4a41f6624ad7032d2163d420c
35069
 
Author: Ryan Lortie <desrt@desrt.ca>
35070
 
Date:   Mon Nov 5 11:07:16 2012 -0500
 
39855
Author:     Ryan Lortie <desrt@desrt.ca>
 
39856
AuthorDate: Mon Nov 5 11:07:16 2012 -0500
 
39857
Commit:     Ryan Lortie <desrt@desrt.ca>
 
39858
CommitDate: Mon Nov 5 13:20:28 2012 -0500
35071
39859
 
35072
39860
    gtype: disallow adding interfaces after the fact
35073
39861
 
35090
39878
 3 files changed, 18 insertions(+), 11 deletions(-)
35091
39879
 
35092
39880
commit 1af1b2b2bb10b5db27cd43af02f199ebc3f466d7
35093
 
Author: Martin Pitt <martinpitt@gnome.org>
35094
 
Date:   Wed Oct 24 16:30:37 2012 +0200
 
39881
Author:     Martin Pitt <martinpitt@gnome.org>
 
39882
AuthorDate: Wed Oct 24 16:30:37 2012 +0200
 
39883
Commit:     Martin Pitt <martinpitt@gnome.org>
 
39884
CommitDate: Mon Nov 5 14:41:31 2012 +0100
35095
39885
 
35096
39886
    Box GPollFD to make it introspectable
35097
39887
 
35104
39894
 4 files changed, 24 insertions(+)
35105
39895
 
35106
39896
commit 81b27ffc1cbba85e322fd731e30dfdaad86cbd5e
35107
 
Author: Ryan Lortie <desrt@desrt.ca>
35108
 
Date:   Mon Nov 5 08:24:30 2012 -0500
 
39897
Author:     Ryan Lortie <desrt@desrt.ca>
 
39898
AuthorDate: Mon Nov 5 08:24:30 2012 -0500
 
39899
Commit:     Ryan Lortie <desrt@desrt.ca>
 
39900
CommitDate: Mon Nov 5 08:24:30 2012 -0500
35109
39901
 
35110
39902
    Add a translator comment about 'KB'
35111
39903
 
35124
39916
 1 file changed, 5 insertions(+)
35125
39917
 
35126
39918
commit 2b17e797a43944e38babcac1ba02296cfd81623d
35127
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35128
 
Date:   Mon Nov 5 17:22:38 2012 +0800
 
39919
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
39920
AuthorDate: Mon Nov 5 17:22:38 2012 +0800
 
39921
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
39922
CommitDate: Mon Nov 5 17:22:38 2012 +0800
35129
39923
 
35130
39924
    gio/gthreadedresolver.c: Fix non-UNIX build
35131
39925
 
35137
39931
 1 file changed, 1 insertion(+), 1 deletion(-)
35138
39932
 
35139
39933
commit 8a530463add643890e4a4ec57f80531f5ef39101
35140
 
Author: Sweta Kothari <swkothar@redhat.com>
35141
 
Date:   Mon Nov 5 11:33:04 2012 +0530
 
39934
Author:     Sweta Kothari <swkothar@redhat.com>
 
39935
AuthorDate: Mon Nov 5 11:33:04 2012 +0530
 
39936
Commit:     Sweta Kothari <swkothar@redhat.com>
 
39937
CommitDate: Mon Nov 5 11:33:39 2012 +0530
35142
39938
 
35143
39939
    Updated gujarati file
35144
39940
 
35147
39943
 1 file changed, 158 insertions(+), 153 deletions(-)
35148
39944
 
35149
39945
commit c5b9a47facb1cbffafae0c401d6596e2618238d1
35150
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
35151
 
Date:   Mon Nov 5 12:31:44 2012 +0800
 
39946
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
39947
AuthorDate: Mon Nov 5 12:31:44 2012 +0800
 
39948
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
39949
CommitDate: Mon Nov 5 12:31:44 2012 +0800
35152
39950
 
35153
39951
    Visual C++ 2010 projects: Prepare support for VS2012
35154
39952
 
35193
39991
 14 files changed, 1621 insertions(+), 1561 deletions(-)
35194
39992
 
35195
39993
commit 8e9279861293384a99778bb55e75ae7e8fa598d8
35196
 
Author: Simon Feltman <sfeltman@src.gnome.org>
35197
 
Date:   Sat Nov 3 18:59:25 2012 -0700
 
39994
Author:     Simon Feltman <sfeltman@src.gnome.org>
 
39995
AuthorDate: Sat Nov 3 18:59:25 2012 -0700
 
39996
Commit:     Martin Pitt <martinpitt@gnome.org>
 
39997
CommitDate: Sun Nov 4 13:51:15 2012 +0100
35198
39998
 
35199
39999
    Add array length annotation to GSignalQuery param_types field
35200
40000
 
35204
40004
 1 file changed, 2 insertions(+), 2 deletions(-)
35205
40005
 
35206
40006
commit 05034c0ff1e008ec668197fb4bb01e64b6734849
35207
 
Author: Peter Mráz <etkinator@gmail.com>
35208
 
Date:   Sat Nov 3 15:53:48 2012 +0000
 
40007
Author:     Peter Mráz <etkinator@gmail.com>
 
40008
AuthorDate: Sat Nov 3 15:53:48 2012 +0000
 
40009
Commit:     Pavol Klačanský <pavol@klacansky.com>
 
40010
CommitDate: Sat Nov 3 15:53:48 2012 +0000
35209
40011
 
35210
40012
    Updated Slovak translation
35211
40013
 
35213
40015
 1 file changed, 2 insertions(+), 2 deletions(-)
35214
40016
 
35215
40017
commit f508fbbbd7032a80532b34c74874a764553fb73d
35216
 
Author: Peter Mráz <etkinator@gmail.com>
35217
 
Date:   Sat Nov 3 15:52:03 2012 +0000
 
40018
Author:     Peter Mráz <etkinator@gmail.com>
 
40019
AuthorDate: Sat Nov 3 15:52:03 2012 +0000
 
40020
Commit:     Pavol Klačanský <pavol@klacansky.com>
 
40021
CommitDate: Sat Nov 3 15:52:03 2012 +0000
35218
40022
 
35219
40023
    Updated Slovak translation
35220
40024
 
35223
40027
 1 file changed, 3488 insertions(+), 2994 deletions(-)
35224
40028
 
35225
40029
commit 13ae0f1f922defaf21c3a5dbe8d299cddc71170a
35226
 
Author: Martin Pitt <martinpitt@gnome.org>
35227
 
Date:   Sat Nov 3 13:52:29 2012 +0100
 
40030
Author:     Martin Pitt <martinpitt@gnome.org>
 
40031
AuthorDate: Sat Nov 3 13:52:29 2012 +0100
 
40032
Commit:     Martin Pitt <martinpitt@gnome.org>
 
40033
CommitDate: Sat Nov 3 14:00:45 2012 +0100
35228
40034
 
35229
40035
    Annotate g_filename_to_utf8()
35230
40036
 
35238
40044
 1 file changed, 5 insertions(+), 4 deletions(-)
35239
40045
 
35240
40046
commit 837db1a026a451f2785be18593bf3fa631acabd6
35241
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
35242
 
Date:   Fri Nov 2 15:45:14 2012 +0000
 
40047
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40048
AuthorDate: Fri Nov 2 15:45:14 2012 +0000
 
40049
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40050
CommitDate: Fri Nov 2 16:27:19 2012 +0000
35243
40051
 
35244
40052
    Fix more warning-addition fallout
35245
40053
 
35260
40068
 8 files changed, 33 insertions(+), 24 deletions(-)
35261
40069
 
35262
40070
commit 733acc23164e4845b6c990c0881290da568d3730
35263
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
35264
 
Date:   Fri Nov 2 15:19:32 2012 +0000
 
40071
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40072
AuthorDate: Fri Nov 2 15:19:32 2012 +0000
 
40073
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40074
CommitDate: Fri Nov 2 16:14:11 2012 +0000
35265
40075
 
35266
40076
    Fix more void prototypes in tests
35267
40077
 
35273
40083
 2 files changed, 3 insertions(+), 3 deletions(-)
35274
40084
 
35275
40085
commit eb7dc2bcc61d28ad06e4e7fce781d1f467ce0592
35276
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
35277
 
Date:   Fri Nov 2 15:19:20 2012 +0000
 
40086
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40087
AuthorDate: Fri Nov 2 15:19:20 2012 +0000
 
40088
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40089
CommitDate: Fri Nov 2 16:14:09 2012 +0000
35278
40090
 
35279
40091
    Predeclare more things in tests
35280
40092
 
35292
40104
 8 files changed, 27 insertions(+), 6 deletions(-)
35293
40105
 
35294
40106
commit 85976cf91deae6ac7cf1639a187a424ff7296968
35295
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
35296
 
Date:   Fri Nov 2 14:54:19 2012 +0000
 
40107
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40108
AuthorDate: Fri Nov 2 14:54:19 2012 +0000
 
40109
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40110
CommitDate: Fri Nov 2 16:13:57 2012 +0000
35297
40111
 
35298
40112
    Bring back a couple of private-but-extern symbols
35299
40113
 
35309
40123
 1 file changed, 6 insertions(+), 2 deletions(-)
35310
40124
 
35311
40125
commit 7b1f8c582a699305bdbeadebb5628f54112c7220
35312
 
Author: Dan Winship <danw@gnome.org>
35313
 
Date:   Tue Oct 30 15:10:40 2012 -0400
 
40126
Author:     Dan Winship <danw@gnome.org>
 
40127
AuthorDate: Tue Oct 30 15:10:40 2012 -0400
 
40128
Commit:     Dan Winship <danw@gnome.org>
 
40129
CommitDate: Fri Nov 2 10:19:06 2012 -0400
35314
40130
 
35315
40131
    gtask: bump the max thread pool size up to 100 to avoid
35316
40132
    stalls/deadlocks
35324
40140
 2 files changed, 2 insertions(+), 2 deletions(-)
35325
40141
 
35326
40142
commit 1afaea333b2f2775d4e5fc6f4de8f9f83f994fd7
35327
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
35328
 
Date:   Sun Oct 21 23:38:31 2012 +0100
 
40143
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40144
AuthorDate: Sun Oct 21 23:38:31 2012 +0100
 
40145
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
40146
CommitDate: Fri Nov 2 13:55:40 2012 +0000
35329
40147
 
35330
40148
    Use the FreeBSD credentials-passing code on Debian GNU/kFreeBSD
35331
40149
 
35346
40164
 2 files changed, 15 insertions(+), 15 deletions(-)
35347
40165
 
35348
40166
commit ce0022933c255313e010b27f977f4ae02aad1e7e
35349
 
Author: Colin Walters <walters@verbum.org>
35350
 
Date:   Mon Oct 29 15:44:16 2012 -0400
 
40167
Author:     Colin Walters <walters@verbum.org>
 
40168
AuthorDate: Mon Oct 29 15:44:16 2012 -0400
 
40169
Commit:     Colin Walters <walters@verbum.org>
 
40170
CommitDate: Fri Nov 2 09:19:13 2012 -0400
35351
40171
 
35352
40172
    Merge waitpid() from g_spawn_sync into gmain()
35353
40173
 
35371
40191
 2 files changed, 56 insertions(+), 40 deletions(-)
35372
40192
 
35373
40193
commit 0bdf7fecaf1ffc7263d2bc48a87c99f4705138fc
35374
 
Author: Tim-Philipp Müller <tim@centricular.net>
35375
 
Date:   Fri Nov 2 13:14:58 2012 +0000
 
40194
Author:     Tim-Philipp Müller <tim@centricular.net>
 
40195
AuthorDate: Fri Nov 2 13:14:58 2012 +0000
 
40196
Commit:     Tim-Philipp Müller <tim@centricular.net>
 
40197
CommitDate: Fri Nov 2 13:14:58 2012 +0000
35376
40198
 
35377
40199
    tests: fix compiler warning in gvariant test
35378
40200
 
35383
40205
 1 file changed, 1 insertion(+), 1 deletion(-)
35384
40206
 
35385
40207
commit 28b30caecb8d53c0d41e6a46ef9ba01d2f08e051
35386
 
Author: Colin Walters <walters@verbum.org>
35387
 
Date:   Thu Nov 1 19:39:20 2012 -0400
 
40208
Author:     Colin Walters <walters@verbum.org>
 
40209
AuthorDate: Thu Nov 1 19:39:20 2012 -0400
 
40210
Commit:     Colin Walters <walters@verbum.org>
 
40211
CommitDate: Fri Nov 2 09:03:52 2012 -0400
35388
40212
 
35389
40213
    configure: Enable set of standard -Werror=foo flags
35390
40214
 
35412
40236
 2 files changed, 297 insertions(+), 7 deletions(-)
35413
40237
 
35414
40238
commit 055aa2b55e192a9c44fb0af07d8c1b3d8ef20b99
35415
 
Author: Colin Walters <walters@verbum.org>
35416
 
Date:   Thu Nov 1 20:10:46 2012 -0400
 
40239
Author:     Colin Walters <walters@verbum.org>
 
40240
AuthorDate: Thu Nov 1 20:10:46 2012 -0400
 
40241
Commit:     Colin Walters <walters@verbum.org>
 
40242
CommitDate: Fri Nov 2 09:03:52 2012 -0400
35417
40243
 
35418
40244
    gdateparser: Delete unused debug print function
35419
40245
 
35423
40249
 1 file changed, 16 deletions(-)
35424
40250
 
35425
40251
commit 94ef8dff0d5da861389f12dee592c42936c4dba9
35426
 
Author: Colin Walters <walters@verbum.org>
35427
 
Date:   Thu Nov 1 19:43:02 2012 -0400
 
40252
Author:     Colin Walters <walters@verbum.org>
 
40253
AuthorDate: Thu Nov 1 19:43:02 2012 -0400
 
40254
Commit:     Colin Walters <walters@verbum.org>
 
40255
CommitDate: Fri Nov 2 09:03:52 2012 -0400
35428
40256
 
35429
40257
    gdbusactiongroup: Add prototype for g_dbus_action_group_sync()
35430
40258
 
35442
40270
 5 files changed, 41 insertions(+), 9 deletions(-)
35443
40271
 
35444
40272
commit dc4922af219397b18ca4d9d0ba53f0a99b43f3d4
35445
 
Author: Colin Walters <walters@verbum.org>
35446
 
Date:   Thu Nov 1 19:40:07 2012 -0400
 
40273
Author:     Colin Walters <walters@verbum.org>
 
40274
AuthorDate: Thu Nov 1 19:40:07 2012 -0400
 
40275
Commit:     Colin Walters <walters@verbum.org>
 
40276
CommitDate: Fri Nov 2 09:03:52 2012 -0400
35447
40277
 
35448
40278
    test-pipe-unix: Add missing include
35449
40279
 
35455
40285
 1 file changed, 1 insertion(+)
35456
40286
 
35457
40287
commit 3686aa0e18cf68167b14ec630bec8ba90a20d720
35458
 
Author: Colin Walters <walters@verbum.org>
35459
 
Date:   Thu Nov 1 19:39:09 2012 -0400
 
40288
Author:     Colin Walters <walters@verbum.org>
 
40289
AuthorDate: Thu Nov 1 19:39:09 2012 -0400
 
40290
Commit:     Colin Walters <walters@verbum.org>
 
40291
CommitDate: Fri Nov 2 09:03:52 2012 -0400
35460
40292
 
35461
40293
    gettext: Add missing include
35462
40294
 
35468
40300
 1 file changed, 1 insertion(+)
35469
40301
 
35470
40302
commit 4c2a6595889eff44fa5f610e6c69016702100e95
35471
 
Author: Colin Walters <walters@verbum.org>
35472
 
Date:   Thu Nov 1 19:38:44 2012 -0400
 
40303
Author:     Colin Walters <walters@verbum.org>
 
40304
AuthorDate: Thu Nov 1 19:38:44 2012 -0400
 
40305
Commit:     Colin Walters <walters@verbum.org>
 
40306
CommitDate: Fri Nov 2 09:03:52 2012 -0400
35473
40307
 
35474
40308
    gcharset: Add header file for private API
35475
40309
 
35484
40318
 4 files changed, 36 insertions(+), 2 deletions(-)
35485
40319
 
35486
40320
commit 488cdb13f60273a944a6b9f0c22e233f43c7e00f
35487
 
Author: Colin Walters <walters@verbum.org>
35488
 
Date:   Thu Nov 1 19:38:09 2012 -0400
 
40321
Author:     Colin Walters <walters@verbum.org>
 
40322
AuthorDate: Thu Nov 1 19:38:09 2012 -0400
 
40323
Commit:     Colin Walters <walters@verbum.org>
 
40324
CommitDate: Fri Nov 2 09:03:51 2012 -0400
35489
40325
 
35490
40326
    gslice: Prototype G_ENABLE_DEBUG function that's part of ABI
35491
40327
 
35499
40335
 1 file changed, 4 insertions(+)
35500
40336
 
35501
40337
commit bd8387f25affe2f5780b57daf4fd3f01daf0c43d
35502
 
Author: Colin Walters <walters@verbum.org>
35503
 
Date:   Thu Nov 1 19:37:57 2012 -0400
 
40338
Author:     Colin Walters <walters@verbum.org>
 
40339
AuthorDate: Thu Nov 1 19:37:57 2012 -0400
 
40340
Commit:     Colin Walters <walters@verbum.org>
 
40341
CommitDate: Fri Nov 2 09:03:35 2012 -0400
35504
40342
 
35505
40343
    g_check_setuid: Include glib-private.h
35506
40344
 
35512
40350
 1 file changed, 2 insertions(+), 1 deletion(-)
35513
40351
 
35514
40352
commit 139892734ebdc012b7a0c4897d89d16b3706fd5f
35515
 
Author: Colin Walters <walters@verbum.org>
35516
 
Date:   Thu Nov 1 19:37:38 2012 -0400
 
40353
Author:     Colin Walters <walters@verbum.org>
 
40354
AuthorDate: Thu Nov 1 19:37:38 2012 -0400
 
40355
Commit:     Colin Walters <walters@verbum.org>
 
40356
CommitDate: Thu Nov 1 20:12:02 2012 -0400
35517
40357
 
35518
40358
    tests/1bitmutex: Hack to build with -Werror=missing-prototypes
35519
40359
 
35525
40365
 1 file changed, 6 insertions(+)
35526
40366
 
35527
40367
commit 8e59d8602ca5921d78245f5d2b405b517a5e7cf9
35528
 
Author: Colin Walters <walters@verbum.org>
35529
 
Date:   Thu Nov 1 19:36:52 2012 -0400
 
40368
Author:     Colin Walters <walters@verbum.org>
 
40369
AuthorDate: Thu Nov 1 19:36:52 2012 -0400
 
40370
Commit:     Colin Walters <walters@verbum.org>
 
40371
CommitDate: Thu Nov 1 20:12:02 2012 -0400
35530
40372
 
35531
40373
    Use (void) for no parameters, not ()
35532
40374
 
35540
40382
 3 files changed, 3 insertions(+), 3 deletions(-)
35541
40383
 
35542
40384
commit 84475e4320347e637ac2fc84c9dc28b1668c8772
35543
 
Author: Colin Walters <walters@verbum.org>
35544
 
Date:   Thu Nov 1 19:36:15 2012 -0400
 
40385
Author:     Colin Walters <walters@verbum.org>
 
40386
AuthorDate: Thu Nov 1 19:36:15 2012 -0400
 
40387
Commit:     Colin Walters <walters@verbum.org>
 
40388
CommitDate: Thu Nov 1 20:12:02 2012 -0400
35545
40389
 
35546
40390
    build: Prototype GType accessors for private classes
35547
40391
 
35560
40404
 8 files changed, 16 insertions(+)
35561
40405
 
35562
40406
commit 6d88a2f82294ffd6f75436e3f8e72b30fd591a03
35563
 
Author: Colin Walters <walters@verbum.org>
35564
 
Date:   Thu Nov 1 19:35:38 2012 -0400
 
40407
Author:     Colin Walters <walters@verbum.org>
 
40408
AuthorDate: Thu Nov 1 19:35:38 2012 -0400
 
40409
Commit:     Colin Walters <walters@verbum.org>
 
40410
CommitDate: Thu Nov 1 20:12:01 2012 -0400
35565
40411
 
35566
40412
    build: Add missing "static" keyword where it should be used
35567
40413
 
35582
40428
 10 files changed, 25 insertions(+), 9 deletions(-)
35583
40429
 
35584
40430
commit f6da43f56c8d884c477594a787d2d025f67b0784
35585
 
Author: Colin Walters <walters@verbum.org>
35586
 
Date:   Thu Nov 1 19:36:41 2012 -0400
 
40431
Author:     Colin Walters <walters@verbum.org>
 
40432
AuthorDate: Thu Nov 1 19:36:41 2012 -0400
 
40433
Commit:     Colin Walters <walters@verbum.org>
 
40434
CommitDate: Thu Nov 1 20:12:01 2012 -0400
35587
40435
 
35588
40436
    build: Ensure we #include header files for glib-genmarshal code
35589
40437
 
35596
40444
 2 files changed, 3 insertions(+), 3 deletions(-)
35597
40445
 
35598
40446
commit 67466b41afc6c5605b441c4955fba372e28975d3
35599
 
Author: Colin Walters <walters@verbum.org>
35600
 
Date:   Thu Nov 1 19:40:41 2012 -0400
 
40447
Author:     Colin Walters <walters@verbum.org>
 
40448
AuthorDate: Thu Nov 1 19:40:41 2012 -0400
 
40449
Commit:     Colin Walters <walters@verbum.org>
 
40450
CommitDate: Thu Nov 1 20:12:01 2012 -0400
35601
40451
 
35602
40452
    build: Don't use C99 declarations
35603
40453
 
35613
40463
 4 files changed, 17 insertions(+), 14 deletions(-)
35614
40464
 
35615
40465
commit 59a24ab5a3ffff7d2cd36a1b392b49cc4024c29d
35616
 
Author: Robert Ancell <robert.ancell@canonical.com>
35617
 
Date:   Wed Oct 31 14:56:00 2012 +1300
 
40466
Author:     Robert Ancell <robert.ancell@canonical.com>
 
40467
AuthorDate: Wed Oct 31 14:56:00 2012 +1300
 
40468
Commit:     Robert Ancell <robert.ancell@canonical.com>
 
40469
CommitDate: Thu Nov 1 14:47:25 2012 +1300
35618
40470
 
35619
40471
    Use "Returns:" instead of the invalid "@returns" for annotating
35620
40472
    return values.
35645
40497
 20 files changed, 200 insertions(+), 109 deletions(-)
35646
40498
 
35647
40499
commit 4447d5ce1117f261e7a2a935cd9a62340d436a74
35648
 
Author: Colin Walters <walters@verbum.org>
35649
 
Date:   Thu Oct 25 15:34:29 2012 -0400
 
40500
Author:     Colin Walters <walters@verbum.org>
 
40501
AuthorDate: Thu Oct 25 15:34:29 2012 -0400
 
40502
Commit:     Colin Walters <walters@verbum.org>
 
40503
CommitDate: Wed Oct 31 17:45:21 2012 -0400
35650
40504
 
35651
40505
    tests/signals: Disable large enumeration value test that is failing
35652
40506
    on PPC64
35670
40524
 1 file changed, 4 insertions(+), 1 deletion(-)
35671
40525
 
35672
40526
commit 531be87f24ecb8ad5d8753a79d8fdd894d0e094a
35673
 
Author: Rico Tzschichholz <ricotz@t-online.de>
35674
 
Date:   Wed Oct 31 13:14:06 2012 +0100
 
40527
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
40528
AuthorDate: Wed Oct 31 13:14:06 2012 +0100
 
40529
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
40530
CommitDate: Wed Oct 31 13:14:06 2012 +0100
35675
40531
 
35676
40532
    po: Fix Makefile.in.in syntax
35677
40533
 
35681
40537
 1 file changed, 1 insertion(+), 1 deletion(-)
35682
40538
 
35683
40539
commit a773a615b6fc11964ea81356aa2348e1bf116c9e
35684
 
Author: Will Thompson <will.thompson@collabora.co.uk>
35685
 
Date:   Tue Oct 30 17:16:33 2012 +0000
 
40540
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
40541
AuthorDate: Tue Oct 30 17:16:33 2012 +0000
 
40542
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
40543
CommitDate: Tue Oct 30 17:17:23 2012 +0000
35686
40544
 
35687
40545
    GNetworkMonitor: add missing apostrophe to docstring
35688
40546
 
35690
40548
 1 file changed, 1 insertion(+), 1 deletion(-)
35691
40549
 
35692
40550
commit 529bf6bd89757eb7046e8a538349ca59a90e2136
35693
 
Author: Vincent Untz <vuntz@gnome.org>
35694
 
Date:   Tue Mar 27 16:52:24 2012 +0200
 
40551
Author:     Vincent Untz <vuntz@gnome.org>
 
40552
AuthorDate: Tue Mar 27 16:52:24 2012 +0200
 
40553
Commit:     Colin Walters <walters@verbum.org>
 
40554
CommitDate: Tue Oct 30 09:27:20 2012 -0400
35695
40555
 
35696
40556
    Add annotations for g_filename_from_uri()
35697
40557
 
35701
40561
 1 file changed, 3 insertions(+), 3 deletions(-)
35702
40562
 
35703
40563
commit 0d22609fe981aab877dc9f3bbfa3f97a7c4152f2
35704
 
Author: Aleksander Morgado <aleksander@lanedo.com>
35705
 
Date:   Tue Oct 30 13:15:23 2012 +0100
 
40564
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
40565
AuthorDate: Tue Oct 30 13:15:23 2012 +0100
 
40566
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
40567
CommitDate: Tue Oct 30 13:15:23 2012 +0100
35706
40568
 
35707
40569
    gmessages: fix minor typo in documentation
35708
40570
 
35710
40572
 1 file changed, 1 insertion(+), 1 deletion(-)
35711
40573
 
35712
40574
commit 15a21bd3cd1065a1c9e5378f0cefd99716235e9f
35713
 
Author: Sweta Kothari <swkothar@redhat.com>
35714
 
Date:   Tue Oct 30 16:21:42 2012 +0530
 
40575
Author:     Sweta Kothari <swkothar@redhat.com>
 
40576
AuthorDate: Tue Oct 30 16:21:42 2012 +0530
 
40577
Commit:     Sweta Kothari <swkothar@redhat.com>
 
40578
CommitDate: Tue Oct 30 16:22:14 2012 +0530
35715
40579
 
35716
40580
    Updated gujarati file
35717
40581
 
35720
40584
 1 file changed, 500 insertions(+), 521 deletions(-)
35721
40585
 
35722
40586
commit 311e18abdded1f525725ea6e2c346fb402b2af02
35723
 
Author: Ryan Lortie <desrt@desrt.ca>
35724
 
Date:   Mon Oct 29 10:13:40 2012 +0100
 
40587
Author:     Ryan Lortie <desrt@desrt.ca>
 
40588
AuthorDate: Mon Oct 29 10:13:40 2012 +0100
 
40589
Commit:     Ryan Lortie <desrt@desrt.ca>
 
40590
CommitDate: Mon Oct 29 16:18:10 2012 +0100
35725
40591
 
35726
40592
    gthread-posix: always use atomic pointer ops
35727
40593
 
35739
40605
 1 file changed, 5 insertions(+), 5 deletions(-)
35740
40606
 
35741
40607
commit f20ae7fcfdaf9adeac3f73242adb798f1a80ddff
35742
 
Author: Ryan Lortie <desrt@desrt.ca>
35743
 
Date:   Mon Oct 29 09:09:49 2012 +0100
 
40608
Author:     Ryan Lortie <desrt@desrt.ca>
 
40609
AuthorDate: Mon Oct 29 09:09:49 2012 +0100
 
40610
Commit:     Ryan Lortie <desrt@desrt.ca>
 
40611
CommitDate: Mon Oct 29 16:18:10 2012 +0100
35744
40612
 
35745
40613
    g_dbus_connection_export_menu_model(): fix a crash
35746
40614
 
35763
40631
 1 file changed, 10 insertions(+), 1 deletion(-)
35764
40632
 
35765
40633
commit 00f4c12bf97432a50e49749895d2c8174e204907
35766
 
Author: Paul Eggert <eggert@cs.ucla.edu>
35767
 
Date:   Mon Oct 29 10:19:20 2012 -0400
 
40634
Author:     Paul Eggert <eggert@cs.ucla.edu>
 
40635
AuthorDate: Mon Oct 29 10:19:20 2012 -0400
 
40636
Commit:     Colin Walters <walters@verbum.org>
 
40637
CommitDate: Mon Oct 29 10:19:20 2012 -0400
35768
40638
 
35769
40639
    gmain: Document constraints on waitpid
35770
40640
 
35785
40655
 2 files changed, 5 insertions(+), 5 deletions(-)
35786
40656
 
35787
40657
commit cff536c99ed22f83a09a1030c720f1555240390b
35788
 
Author: Colin Walters <walters@verbum.org>
35789
 
Date:   Sun Oct 28 09:46:35 2012 -0400
 
40658
Author:     Colin Walters <walters@verbum.org>
 
40659
AuthorDate: Sun Oct 28 09:46:35 2012 -0400
 
40660
Commit:     Colin Walters <walters@verbum.org>
 
40661
CommitDate: Mon Oct 29 09:39:36 2012 -0400
35790
40662
 
35791
40663
    mkinstalldirs: Delete from version control
35792
40664
 
35804
40676
 3 files changed, 4 insertions(+), 183 deletions(-)
35805
40677
 
35806
40678
commit d04ac162c10f3a855dbbaea6efe06de9d85aea02
35807
 
Author: Colin Walters <walters@verbum.org>
35808
 
Date:   Sat Oct 27 12:28:14 2012 -0400
 
40679
Author:     Colin Walters <walters@verbum.org>
 
40680
AuthorDate: Sat Oct 27 12:28:14 2012 -0400
 
40681
Commit:     Colin Walters <walters@verbum.org>
 
40682
CommitDate: Sat Oct 27 12:29:02 2012 -0400
35809
40683
 
35810
40684
    README.in: Note undefined behavior with new g_type_init() ->
35811
40685
    ctor change
35816
40690
 1 file changed, 4 insertions(+), 1 deletion(-)
35817
40691
 
35818
40692
commit 8911cee350575f7c0b534d97fd10787181c0e542
35819
 
Author: Rico Tzschichholz <ricotz@t-online.de>
35820
 
Date:   Sat Oct 27 12:12:29 2012 +0200
 
40693
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
40694
AuthorDate: Sat Oct 27 12:12:29 2012 +0200
 
40695
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
40696
CommitDate: Sat Oct 27 12:12:29 2012 +0200
35821
40697
 
35822
40698
    gio/tests: Fix build with -Werror=format-security
35823
40699
 
35825
40701
 1 file changed, 1 insertion(+), 1 deletion(-)
35826
40702
 
35827
40703
commit fa523734c7c438944fc3b6f09a40b79d855475ee
35828
 
Author: Rico Tzschichholz <ricotz@t-online.de>
35829
 
Date:   Sat Oct 27 12:10:44 2012 +0200
 
40704
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
40705
AuthorDate: Sat Oct 27 12:10:44 2012 +0200
 
40706
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
40707
CommitDate: Sat Oct 27 12:10:44 2012 +0200
35830
40708
 
35831
40709
    gio/tests: Fix linker failure
35832
40710
 
35836
40714
 1 file changed, 1 insertion(+)
35837
40715
 
35838
40716
commit d68b4e1d02a06417bfe29494708a29a3d944cf41
35839
 
Author: Stef Walter <stefw@gnome.org>
35840
 
Date:   Fri Oct 26 11:12:46 2012 +0200
 
40717
Author:     Stef Walter <stefw@gnome.org>
 
40718
AuthorDate: Fri Oct 26 11:12:46 2012 +0200
 
40719
Commit:     Stef Walter <stefw@gnome.org>
 
40720
CommitDate: Fri Oct 26 21:25:55 2012 +0200
35841
40721
 
35842
40722
    gio: No need to specify SOURCES when name matches executable
35843
40723
 
35850
40730
 1 file changed, 121 deletions(-)
35851
40731
 
35852
40732
commit 8c320d0c34ad5b3a31ac4f9024dba358a46ac725
35853
 
Author: Stef Walter <stefw@gnome.org>
35854
 
Date:   Fri Oct 26 10:42:17 2012 +0200
 
40733
Author:     Stef Walter <stefw@gnome.org>
 
40734
AuthorDate: Fri Oct 26 10:42:17 2012 +0200
 
40735
Commit:     Stef Walter <stefw@gnome.org>
 
40736
CommitDate: Fri Oct 26 21:25:55 2012 +0200
35855
40737
 
35856
40738
    gio: Remove LDADD repetition from gio/tests Makefile
35857
40739
 
35864
40746
 1 file changed, 16 insertions(+), 106 deletions(-)
35865
40747
 
35866
40748
commit fb2d3aacb5998397586ce4523f987dff60a9ca85
35867
 
Author: Stef Walter <stefw@gnome.org>
35868
 
Date:   Fri Oct 26 10:30:29 2012 +0200
 
40749
Author:     Stef Walter <stefw@gnome.org>
 
40750
AuthorDate: Fri Oct 26 10:30:29 2012 +0200
 
40751
Commit:     Stef Walter <stefw@gnome.org>
 
40752
CommitDate: Fri Oct 26 21:20:04 2012 +0200
35869
40753
 
35870
40754
    gdbus: Allow GDBusObjectManagerClient to work on peer connections
35871
40755
 
35883
40767
 4 files changed, 406 insertions(+), 32 deletions(-)
35884
40768
 
35885
40769
commit 7db2ac7b88a4d2211894153212e92ea9db5cacbb
35886
 
Author: Matthew Barnes <mbarnes@redhat.com>
35887
 
Date:   Fri Oct 26 13:20:29 2012 -0400
 
40770
Author:     Matthew Barnes <mbarnes@redhat.com>
 
40771
AuthorDate: Fri Oct 26 13:20:29 2012 -0400
 
40772
Commit:     Matthew Barnes <mbarnes@redhat.com>
 
40773
CommitDate: Fri Oct 26 13:20:29 2012 -0400
35888
40774
 
35889
40775
    Fix typo in G_TEST_DBUS.
35890
40776
 
35892
40778
 1 file changed, 1 insertion(+), 1 deletion(-)
35893
40779
 
35894
40780
commit d681b581ff059fdf258b6f91b62cf1e474f2cc71
35895
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
35896
 
Date:   Mon Apr 30 22:39:57 2012 -0400
 
40781
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
40782
AuthorDate: Mon Apr 30 22:39:57 2012 -0400
 
40783
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
40784
CommitDate: Fri Oct 26 10:48:09 2012 -0400
35897
40785
 
35898
40786
    file-info: catch thumbnail files in large directory as well
35899
40787
 
35918
40806
 1 file changed, 14 insertions(+), 5 deletions(-)
35919
40807
 
35920
40808
commit 36bf25371ce77d8cea4336f52e7db09e05f23ca5
35921
 
Author: Colin Walters <walters@verbum.org>
35922
 
Date:   Thu Oct 25 18:21:59 2012 -0400
 
40809
Author:     Colin Walters <walters@verbum.org>
 
40810
AuthorDate: Thu Oct 25 18:21:59 2012 -0400
 
40811
Commit:     Colin Walters <walters@verbum.org>
 
40812
CommitDate: Fri Oct 26 09:28:01 2012 -0400
35923
40813
 
35924
40814
    g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
35925
40815
 
35932
40822
 1 file changed, 11 insertions(+), 6 deletions(-)
35933
40823
 
35934
40824
commit 1775c46e7a3c45da936bbff97fa241e196910964
35935
 
Author: Martin Pitt <martinpitt@gnome.org>
35936
 
Date:   Thu Oct 25 14:55:30 2012 +0200
 
40825
Author:     Martin Pitt <martinpitt@gnome.org>
 
40826
AuthorDate: Thu Oct 25 14:55:30 2012 +0200
 
40827
Commit:     Martin Pitt <martinpitt@gnome.org>
 
40828
CommitDate: Thu Oct 25 14:55:30 2012 +0200
35937
40829
 
35938
40830
    GIOChannel: Add missing annotations
35939
40831
 
35947
40839
 1 file changed, 15 insertions(+), 14 deletions(-)
35948
40840
 
35949
40841
commit a5c5730085cf7739215af1624ebdf403b5c11232
35950
 
Author: Martin Pitt <martinpitt@gnome.org>
35951
 
Date:   Thu Oct 25 11:27:39 2012 +0200
 
40842
Author:     Martin Pitt <martinpitt@gnome.org>
 
40843
AuthorDate: Thu Oct 25 11:27:39 2012 +0200
 
40844
Commit:     Martin Pitt <martinpitt@gnome.org>
 
40845
CommitDate: Thu Oct 25 11:27:39 2012 +0200
35952
40846
 
35953
40847
    Revert "Box GPollFD to make it introspectable"
35954
40848
 
35967
40861
 4 files changed, 24 deletions(-)
35968
40862
 
35969
40863
commit 932f4250b88a50059330a9df8224feeab6b0ffd7
35970
 
Author: Martin Pitt <martinpitt@gnome.org>
35971
 
Date:   Wed Oct 24 16:30:37 2012 +0200
 
40864
Author:     Martin Pitt <martinpitt@gnome.org>
 
40865
AuthorDate: Wed Oct 24 16:30:37 2012 +0200
 
40866
Commit:     Martin Pitt <martinpitt@gnome.org>
 
40867
CommitDate: Thu Oct 25 07:58:09 2012 +0200
35972
40868
 
35973
40869
    Box GPollFD to make it introspectable
35974
40870
 
35981
40877
 4 files changed, 24 insertions(+)
35982
40878
 
35983
40879
commit c3f52eae0e283f82a51d84ef3252dd10e36a0657
35984
 
Author: Martin Pitt <martinpitt@gnome.org>
35985
 
Date:   Thu Oct 25 07:51:40 2012 +0200
 
40880
Author:     Martin Pitt <martinpitt@gnome.org>
 
40881
AuthorDate: Thu Oct 25 07:51:40 2012 +0200
 
40882
Commit:     Martin Pitt <martinpitt@gnome.org>
 
40883
CommitDate: Thu Oct 25 07:52:43 2012 +0200
35986
40884
 
35987
40885
    GIOChannel: Add missing (allow-none) annotations
35988
40886
 
35994
40892
 1 file changed, 5 insertions(+), 5 deletions(-)
35995
40893
 
35996
40894
commit 4fb2d737ac69b60d9aef4f06884bb6a69752c607
35997
 
Author: Colin Walters <walters@verbum.org>
35998
 
Date:   Tue Oct 23 16:11:33 2012 +0200
 
40895
Author:     Colin Walters <walters@verbum.org>
 
40896
AuthorDate: Tue Oct 23 16:11:33 2012 +0200
 
40897
Commit:     Ryan Lortie <desrt@desrt.ca>
 
40898
CommitDate: Tue Oct 23 16:25:49 2012 +0200
35999
40899
 
36000
40900
    gvariant: Make g_variant_new_from_bytes() public
36001
40901
 
36017
40917
 6 files changed, 73 insertions(+), 6 deletions(-)
36018
40918
 
36019
40919
commit 7d17fd6f61781e73c4304016d09be091d5045145
36020
 
Author: Ryan Lortie <desrt@desrt.ca>
36021
 
Date:   Mon Oct 22 22:20:47 2012 +0200
 
40920
Author:     Ryan Lortie <desrt@desrt.ca>
 
40921
AuthorDate: Mon Oct 22 22:20:47 2012 +0200
 
40922
Commit:     Ryan Lortie <desrt@desrt.ca>
 
40923
CommitDate: Mon Oct 22 22:20:47 2012 +0200
36022
40924
 
36023
40925
    Release GLib 2.35.1
36024
40926
 
36028
40930
 2 files changed, 62 insertions(+), 1 deletion(-)
36029
40931
 
36030
40932
commit 05756f84187c6ceef2c24ad7535284c691ec4c8a
36031
 
Author: Murray Cumming <murrayc@murrayc.com>
36032
 
Date:   Sun Oct 21 13:08:01 2012 +0200
 
40933
Author:     Murray Cumming <murrayc@murrayc.com>
 
40934
AuthorDate: Sun Oct 21 13:08:01 2012 +0200
 
40935
Commit:     Murray Cumming <murrayc@murrayc.com>
 
40936
CommitDate: Sun Oct 21 13:08:01 2012 +0200
36033
40937
 
36034
40938
    Fix this cost -> the cost typos
36035
40939
 
36037
40941
 1 file changed, 5 insertions(+), 5 deletions(-)
36038
40942
 
36039
40943
commit c2a2c4a00bd1b0ab8210e3e1dfc4acaeb56a3e5a
36040
 
Author: Matej Urbančič <mateju@svn.gnome.org>
36041
 
Date:   Sat Oct 20 00:14:37 2012 +0200
 
40944
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
40945
AuthorDate: Sat Oct 20 00:14:37 2012 +0200
 
40946
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
40947
CommitDate: Sat Oct 20 00:14:37 2012 +0200
36042
40948
 
36043
40949
    Updated Slovenian translation
36044
40950
 
36046
40952
 1 file changed, 3 insertions(+), 3 deletions(-)
36047
40953
 
36048
40954
commit 475edeb2edad68b4bef818deb7ee7db92598397f
36049
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
36050
 
Date:   Fri Oct 19 14:34:18 2012 +0200
 
40955
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
40956
AuthorDate: Fri Oct 19 14:34:18 2012 +0200
 
40957
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
40958
CommitDate: Fri Oct 19 14:34:18 2012 +0200
36051
40959
 
36052
40960
    Allow slightly too big poll duration in /socket/timed_wait test
36053
40961
 
36065
40973
 1 file changed, 1 insertion(+), 1 deletion(-)
36066
40974
 
36067
40975
commit d906f84a441ad70e42fd6d5eac8837a8a8639aaa
36068
 
Author: Matthias Clasen <mclasen@redhat.com>
36069
 
Date:   Tue Oct 16 21:07:13 2012 -0400
 
40976
Author:     Matthias Clasen <mclasen@redhat.com>
 
40977
AuthorDate: Tue Oct 16 21:07:13 2012 -0400
 
40978
Commit:     Matthias Clasen <mclasen@redhat.com>
 
40979
CommitDate: Tue Oct 16 21:21:25 2012 -0400
36070
40980
 
36071
40981
    GBytes: deal with a corner-case
36072
40982
 
36078
40988
 1 file changed, 1 insertion(+), 1 deletion(-)
36079
40989
 
36080
40990
commit a0a364382333083ddc6376edc4d3cfb8dce0ccff
36081
 
Author: Matthias Clasen <mclasen@redhat.com>
36082
 
Date:   Tue Oct 16 21:16:50 2012 -0400
 
40991
Author:     Matthias Clasen <mclasen@redhat.com>
 
40992
AuthorDate: Tue Oct 16 21:16:50 2012 -0400
 
40993
Commit:     Matthias Clasen <mclasen@redhat.com>
 
40994
CommitDate: Tue Oct 16 21:21:25 2012 -0400
36083
40995
 
36084
40996
    Add a test for the previous fix
36085
40997
 
36090
41002
 1 file changed, 16 insertions(+)
36091
41003
 
36092
41004
commit 654bfcb7ce3b99d6b71ae86f1e0aee33056f70b1
36093
 
Author: Ryan Lortie <desrt@desrt.ca>
36094
 
Date:   Tue Oct 16 12:29:22 2012 -0400
 
41005
Author:     Ryan Lortie <desrt@desrt.ca>
 
41006
AuthorDate: Tue Oct 16 12:29:22 2012 -0400
 
41007
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41008
CommitDate: Tue Oct 16 12:40:21 2012 -0400
36095
41009
 
36096
41010
    GBusNameVanishedCallback: document NULL connection
36097
41011
 
36104
41018
 1 file changed, 6 insertions(+), 1 deletion(-)
36105
41019
 
36106
41020
commit 212ffcc574d929ca0715960b4f29a4aab909a251
36107
 
Author: Ryan Lortie <desrt@desrt.ca>
36108
 
Date:   Tue Oct 16 12:27:12 2012 -0400
 
41021
Author:     Ryan Lortie <desrt@desrt.ca>
 
41022
AuthorDate: Tue Oct 16 12:27:12 2012 -0400
 
41023
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41024
CommitDate: Tue Oct 16 12:31:23 2012 -0400
36109
41025
 
36110
41026
    GMenuExporter: allow NULL bus on _name_vanished
36111
41027
 
36120
41036
 1 file changed, 2 insertions(+), 1 deletion(-)
36121
41037
 
36122
41038
commit 2002479c02fa6e468fc3f67ddc663657a52ebde8
36123
 
Author: Ryan Lortie <desrt@desrt.ca>
36124
 
Date:   Tue Oct 16 09:40:45 2012 -0400
 
41039
Author:     Ryan Lortie <desrt@desrt.ca>
 
41040
AuthorDate: Tue Oct 16 09:40:45 2012 -0400
 
41041
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41042
CommitDate: Tue Oct 16 09:40:45 2012 -0400
36125
41043
 
36126
41044
    Add note about g_type_init() to README
36127
41045
 
36129
41047
 1 file changed, 5 insertions(+)
36130
41048
 
36131
41049
commit df02fa1e4cc61a2c7f3aafdf1a6534a831f1c0d6
36132
 
Author: Ryan Lortie <desrt@desrt.ca>
36133
 
Date:   Mon Oct 15 12:01:01 2012 -0400
 
41050
Author:     Ryan Lortie <desrt@desrt.ca>
 
41051
AuthorDate: Mon Oct 15 12:01:01 2012 -0400
 
41052
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41053
CommitDate: Tue Oct 16 09:39:24 2012 -0400
36134
41054
 
36135
41055
    Properly deprecate g_type_init()
36136
41056
 
36143
41063
 2 files changed, 14 insertions(+), 6 deletions(-)
36144
41064
 
36145
41065
commit 1dc774a653e992e1153fbed16f90097fa8db467f
36146
 
Author: Ryan Lortie <desrt@desrt.ca>
36147
 
Date:   Mon Oct 15 12:00:51 2012 -0400
 
41066
Author:     Ryan Lortie <desrt@desrt.ca>
 
41067
AuthorDate: Mon Oct 15 12:00:51 2012 -0400
 
41068
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41069
CommitDate: Tue Oct 16 09:39:24 2012 -0400
36148
41070
 
36149
41071
    Remove g_type_init() calls
36150
41072
 
36294
41216
 136 files changed, 3 insertions(+), 189 deletions(-)
36295
41217
 
36296
41218
commit 7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec
36297
 
Author: Ryan Lortie <desrt@desrt.ca>
36298
 
Date:   Mon Oct 15 11:53:25 2012 -0400
 
41219
Author:     Ryan Lortie <desrt@desrt.ca>
 
41220
AuthorDate: Mon Oct 15 11:53:25 2012 -0400
 
41221
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41222
CommitDate: Tue Oct 16 09:39:24 2012 -0400
36299
41223
 
36300
41224
    Convert g_type_init() to a ctor
36301
41225
 
36316
41240
 3 files changed, 50 insertions(+), 59 deletions(-)
36317
41241
 
36318
41242
commit 691c0b053e0d290db407b539ff63849423e60907
36319
 
Author: Matthias Clasen <mclasen@redhat.com>
36320
 
Date:   Mon Oct 15 19:48:44 2012 -0400
 
41243
Author:     Matthias Clasen <mclasen@redhat.com>
 
41244
AuthorDate: Mon Oct 15 19:48:44 2012 -0400
 
41245
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41246
CommitDate: Mon Oct 15 19:48:44 2012 -0400
36321
41247
 
36322
41248
    Add missing semicolons to gobject_probes.d
36323
41249
 
36328
41254
 1 file changed, 3 insertions(+), 3 deletions(-)
36329
41255
 
36330
41256
commit f923fb330bbf73c3aff8fb2b942e15f8e2246a25
36331
 
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
36332
 
Date:   Sat Oct 6 14:56:36 2012 +0200
 
41257
Author:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
41258
AuthorDate: Sat Oct 6 14:56:36 2012 +0200
 
41259
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41260
CommitDate: Mon Oct 15 19:37:04 2012 -0400
36333
41261
 
36334
41262
    gdbus-testserver: port to pygi
36335
41263
 
36341
41269
 1 file changed, 3 insertions(+), 3 deletions(-)
36342
41270
 
36343
41271
commit e16f82854a64fd3d21656818f39a78ce6e8084af
36344
 
Author: Matthias Clasen <mclasen@redhat.com>
36345
 
Date:   Mon Oct 15 19:34:36 2012 -0400
 
41272
Author:     Matthias Clasen <mclasen@redhat.com>
 
41273
AuthorDate: Mon Oct 15 19:34:36 2012 -0400
 
41274
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41275
CommitDate: Mon Oct 15 19:34:36 2012 -0400
36346
41276
 
36347
41277
    Add return-if-fail checks to g_application_hold/release
36348
41278
 
36353
41283
 1 file changed, 4 insertions(+)
36354
41284
 
36355
41285
commit 1a20d56a894040e35153591c2d86513d5dddb409
36356
 
Author: Ryan Lortie <desrt@desrt.ca>
36357
 
Date:   Mon Oct 15 19:28:28 2012 -0400
 
41286
Author:     Ryan Lortie <desrt@desrt.ca>
 
41287
AuthorDate: Mon Oct 15 19:28:28 2012 -0400
 
41288
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41289
CommitDate: Mon Oct 15 19:28:28 2012 -0400
36358
41290
 
36359
41291
    g_settings_bind: use canonical property name
36360
41292
 
36379
41311
 1 file changed, 6 insertions(+), 6 deletions(-)
36380
41312
 
36381
41313
commit dace477c92ea3a9111cef73159a6a1fcaaf0f497
36382
 
Author: Matthias Clasen <mclasen@redhat.com>
36383
 
Date:   Mon Oct 15 19:22:50 2012 -0400
 
41314
Author:     Matthias Clasen <mclasen@redhat.com>
 
41315
AuthorDate: Mon Oct 15 19:22:50 2012 -0400
 
41316
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41317
CommitDate: Mon Oct 15 19:22:50 2012 -0400
36384
41318
 
36385
41319
    Add Win32 versions of some new content type APIs
36386
41320
 
36393
41327
 1 file changed, 12 insertions(+)
36394
41328
 
36395
41329
commit 93bdc5b3d9989549c60739a8493f6142044daeb6
36396
 
Author: Ask H. Larsen <asklarsen@gmail.com>
36397
 
Date:   Mon Oct 15 06:33:25 2012 +0200
 
41330
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
41331
AuthorDate: Mon Oct 15 06:33:25 2012 +0200
 
41332
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
41333
CommitDate: Mon Oct 15 06:33:25 2012 +0200
36398
41334
 
36399
41335
    Updated Danish translation
36400
41336
 
36403
41339
 1 file changed, 67 insertions(+), 66 deletions(-)
36404
41340
 
36405
41341
commit a36028f386708bb10d7c3817b5da5201777dc16c
36406
 
Author: Ryan Lortie <desrt@desrt.ca>
36407
 
Date:   Sat Oct 13 12:16:32 2012 -0400
 
41342
Author:     Ryan Lortie <desrt@desrt.ca>
 
41343
AuthorDate: Sat Oct 13 12:16:32 2012 -0400
 
41344
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41345
CommitDate: Sat Oct 13 12:16:32 2012 -0400
36408
41346
 
36409
41347
    gsignal: really fix closure invalidation
36410
41348
 
36416
41354
 1 file changed, 1 insertion(+)
36417
41355
 
36418
41356
commit a1e6ecdfebb213c0b2b6c4c89ea6e5a7521fc6d1
36419
 
Author: Arnel A. Borja <kyoushuu@yahoo.com>
36420
 
Date:   Fri Oct 12 09:58:05 2012 -0700
 
41357
Author:     Arnel A. Borja <kyoushuu@yahoo.com>
 
41358
AuthorDate: Fri Oct 12 09:58:05 2012 -0700
 
41359
Commit:     John Ralls <jralls@ceridwen.us>
 
41360
CommitDate: Fri Oct 12 09:58:55 2012 -0700
36421
41361
 
36422
41362
    gtimezone: Indentation adn comment fixes
36423
41363
 
36425
41365
 1 file changed, 10 insertions(+), 10 deletions(-)
36426
41366
 
36427
41367
commit 86a8ec047e43e5767604bea5d0b31b65165a8c94
36428
 
Author: John Ralls <jralls@ceridwen.us>
36429
 
Date:   Mon Sep 24 10:54:38 2012 -0700
 
41368
Author:     John Ralls <jralls@ceridwen.us>
 
41369
AuthorDate: Mon Sep 24 10:54:38 2012 -0700
 
41370
Commit:     John Ralls <jralls@ceridwen.us>
 
41371
CommitDate: Fri Oct 12 09:43:57 2012 -0700
36430
41372
 
36431
41373
    Bug 631382 - GTimeZone support for zoneinfo version 1
36432
41374
 
36435
41377
 1 file changed, 42 insertions(+), 20 deletions(-)
36436
41378
 
36437
41379
commit 6005f1d016244c6c3ca13e36032acd77c04d2640
36438
 
Author: Kjartan Maraas <kmaraas@gnome.org>
36439
 
Date:   Thu Oct 11 20:27:30 2012 +0200
 
41380
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
41381
AuthorDate: Thu Oct 11 20:27:30 2012 +0200
 
41382
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
41383
CommitDate: Thu Oct 11 20:27:30 2012 +0200
36440
41384
 
36441
41385
    Updated Norwegian bokmål translation.
36442
41386
 
36445
41389
 1 file changed, 114 insertions(+), 109 deletions(-)
36446
41390
 
36447
41391
commit a342be71388d8b0248c74ef68dace3744d687cfa
36448
 
Author: Will Thompson <will.thompson@collabora.co.uk>
36449
 
Date:   Tue Oct 9 09:30:06 2012 +0100
 
41392
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
41393
AuthorDate: Tue Oct 9 09:30:06 2012 +0100
 
41394
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
41395
CommitDate: Thu Oct 11 16:12:47 2012 +0100
36450
41396
 
36451
41397
    gtestdbus: correct documentation typos
36452
41398
 
36456
41402
 1 file changed, 3 insertions(+), 2 deletions(-)
36457
41403
 
36458
41404
commit e162fab4c0257997c08e29072b36b9db3992778d
36459
 
Author: Dan Winship <danw@gnome.org>
36460
 
Date:   Thu Aug 2 15:45:24 2012 -0400
 
41405
Author:     Dan Winship <danw@gnome.org>
 
41406
AuthorDate: Thu Aug 2 15:45:24 2012 -0400
 
41407
Commit:     Dan Winship <danw@gnome.org>
 
41408
CommitDate: Wed Oct 10 10:29:37 2012 -0400
36461
41409
 
36462
41410
    gio/tests: port from GSimpleAsyncResult to GTask
36463
41411
 
36472
41420
 4 files changed, 99 insertions(+), 116 deletions(-)
36473
41421
 
36474
41422
commit d21309464cbbe3970a08a10d1a1a91ebf279dadb
36475
 
Author: Dan Winship <danw@gnome.org>
36476
 
Date:   Thu Aug 2 15:48:22 2012 -0400
 
41423
Author:     Dan Winship <danw@gnome.org>
 
41424
AuthorDate: Thu Aug 2 15:48:22 2012 -0400
 
41425
Commit:     Dan Winship <danw@gnome.org>
 
41426
CommitDate: Wed Oct 10 10:29:37 2012 -0400
36477
41427
 
36478
41428
    gio: port networking classes from GSimpleAsyncResult to GTask
36479
41429
 
36501
41451
 18 files changed, 563 insertions(+), 862 deletions(-)
36502
41452
 
36503
41453
commit 130d0fdac0645116adf3e731fd63e6b3f50d6d7b
36504
 
Author: Dan Winship <danw@gnome.org>
36505
 
Date:   Thu Aug 2 15:51:37 2012 -0400
 
41454
Author:     Dan Winship <danw@gnome.org>
 
41455
AuthorDate: Thu Aug 2 15:51:37 2012 -0400
 
41456
Commit:     Dan Winship <danw@gnome.org>
 
41457
CommitDate: Wed Oct 10 10:29:36 2012 -0400
36506
41458
 
36507
41459
    gio: port GAsyncInitable from GSimpleAsyncResult to GTask
36508
41460
 
36512
41464
 1 file changed, 22 insertions(+), 14 deletions(-)
36513
41465
 
36514
41466
commit 55e7ca6e1b2c85af72ae5dd70be80abf07f3fa46
36515
 
Author: Dan Winship <danw@gnome.org>
36516
 
Date:   Mon Nov 21 09:19:56 2011 -0500
 
41467
Author:     Dan Winship <danw@gnome.org>
 
41468
AuthorDate: Mon Nov 21 09:19:56 2011 -0500
 
41469
Commit:     Dan Winship <danw@gnome.org>
 
41470
CommitDate: Wed Oct 10 10:29:36 2012 -0400
36517
41471
 
36518
41472
    gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResult
36519
41473
 
36537
41491
 9 files changed, 125 insertions(+), 197 deletions(-)
36538
41492
 
36539
41493
commit b20eec329484d99cdceafab80aa68164709c7868
36540
 
Author: Dan Winship <danw@gnome.org>
36541
 
Date:   Tue Oct 11 14:57:35 2011 -0400
 
41494
Author:     Dan Winship <danw@gnome.org>
 
41495
AuthorDate: Tue Oct 11 14:57:35 2011 -0400
 
41496
Commit:     Dan Winship <danw@gnome.org>
 
41497
CommitDate: Wed Oct 10 10:29:36 2012 -0400
36542
41498
 
36543
41499
    gio: port GThreadedResolver from GSimpleAsyncResult to GTask
36544
41500
 
36549
41505
 1 file changed, 131 insertions(+), 442 deletions(-)
36550
41506
 
36551
41507
commit 4aeefa70a10b89b53a3bd1ed305d451f3cc6d2ad
36552
 
Author: Dan Winship <danw@gnome.org>
36553
 
Date:   Wed Oct 5 10:05:50 2011 -0400
 
41508
Author:     Dan Winship <danw@gnome.org>
 
41509
AuthorDate: Wed Oct 5 10:05:50 2011 -0400
 
41510
Commit:     Dan Winship <danw@gnome.org>
 
41511
CommitDate: Wed Oct 10 10:29:36 2012 -0400
36554
41512
 
36555
41513
    GTask: new GAsyncResult implementation / threaded task manager
36556
41514
 
36577
41535
 12 files changed, 3728 insertions(+)
36578
41536
 
36579
41537
commit 132c4cee4fa445b7de29711719090d61cd5903c3
36580
 
Author: Dan Winship <danw@gnome.org>
36581
 
Date:   Wed Oct 10 10:02:39 2012 -0400
 
41538
Author:     Dan Winship <danw@gnome.org>
 
41539
AuthorDate: Wed Oct 10 10:02:39 2012 -0400
 
41540
Commit:     Dan Winship <danw@gnome.org>
 
41541
CommitDate: Wed Oct 10 10:03:15 2012 -0400
36582
41542
 
36583
41543
    ghash.c: fix docs
36584
41544
 
36588
41548
 1 file changed, 5 insertions(+), 10 deletions(-)
36589
41549
 
36590
41550
commit 66b0d95f0ba1939882368b47b01f93289c42ae07
36591
 
Author: Ryan Lortie <desrt@desrt.ca>
36592
 
Date:   Mon Oct 8 18:20:24 2012 -0400
 
41551
Author:     Ryan Lortie <desrt@desrt.ca>
 
41552
AuthorDate: Mon Oct 8 18:20:24 2012 -0400
 
41553
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41554
CommitDate: Tue Oct 9 11:40:45 2012 -0400
36593
41555
 
36594
41556
    [gsignal] Fix closure invalidation
36595
41557
 
36608
41570
 1 file changed, 37 insertions(+)
36609
41571
 
36610
41572
commit fd29b2f356913e05d97cf372b3576bf7c32836e7
36611
 
Author: Aleksander Morgado <aleksander@lanedo.com>
36612
 
Date:   Mon Oct 8 10:03:43 2012 +0200
 
41573
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
41574
AuthorDate: Mon Oct 8 10:03:43 2012 +0200
 
41575
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
41576
CommitDate: Tue Oct 9 07:22:41 2012 +0200
36613
41577
 
36614
41578
    gdbus: minor documentation fix in
36615
41579
    g_dbus_interface_skeleton_has_connection()
36620
41584
 1 file changed, 1 insertion(+), 1 deletion(-)
36621
41585
 
36622
41586
commit 028d4a03f2baa7ca9243a2819f30ffb0d5e137d7
36623
 
Author: Ryan Lortie <desrt@desrt.ca>
36624
 
Date:   Mon Oct 8 11:40:00 2012 -0400
 
41587
Author:     Ryan Lortie <desrt@desrt.ca>
 
41588
AuthorDate: Mon Oct 8 11:40:00 2012 -0400
 
41589
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41590
CommitDate: Mon Oct 8 11:40:00 2012 -0400
36625
41591
 
36626
41592
    [gobject] set all properties before constructed()
36627
41593
 
36638
41604
 1 file changed, 4 insertions(+), 4 deletions(-)
36639
41605
 
36640
41606
commit 8fd75705f4bf7e9c84683bff2569757cccddd8c3
36641
 
Author: Ryan Lortie <desrt@desrt.ca>
36642
 
Date:   Mon Oct 8 11:20:07 2012 -0400
 
41607
Author:     Ryan Lortie <desrt@desrt.ca>
 
41608
AuthorDate: Mon Oct 8 11:20:07 2012 -0400
 
41609
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41610
CommitDate: Mon Oct 8 11:22:04 2012 -0400
36643
41611
 
36644
41612
    fix g_signal_connect_object() documentation
36645
41613
 
36653
41621
 1 file changed, 4 insertions(+), 18 deletions(-)
36654
41622
 
36655
41623
commit c15769d30411db7e8de766d7004c90d267ebcabc
36656
 
Author: Ryan Lortie <desrt@desrt.ca>
36657
 
Date:   Mon Oct 8 11:18:00 2012 -0400
 
41624
Author:     Ryan Lortie <desrt@desrt.ca>
 
41625
AuthorDate: Mon Oct 8 11:18:00 2012 -0400
 
41626
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41627
CommitDate: Mon Oct 8 11:21:58 2012 -0400
36658
41628
 
36659
41629
    [gsignal] fix up a crasher in previous commit
36660
41630
 
36668
41638
 1 file changed, 1 insertion(+)
36669
41639
 
36670
41640
commit d03d26feabc5861fe43d503f5e06d73cee9c6fe8
36671
 
Author: Matthias Clasen <maclas@gmx.de>
36672
 
Date:   Wed Jun 23 01:49:24 2004 -0400
 
41641
Author:     Matthias Clasen <maclas@gmx.de>
 
41642
AuthorDate: Wed Jun 23 01:49:24 2004 -0400
 
41643
Commit:     Ryan Lortie <desrt@desrt.ca>
 
41644
CommitDate: Mon Oct 8 11:21:48 2012 -0400
36673
41645
 
36674
41646
    [gsignal] disconnect invalidated closures
36675
41647
 
36709
41681
 1 file changed, 58 insertions(+), 8 deletions(-)
36710
41682
 
36711
41683
commit d9730f0e319472750f5b7b8b62743ded86e5eaeb
36712
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
36713
 
Date:   Sun Oct 7 20:10:36 2012 -0300
 
41684
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
41685
AuthorDate: Sun Oct 7 20:10:36 2012 -0300
 
41686
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
41687
CommitDate: Sun Oct 7 20:12:03 2012 -0300
36714
41688
 
36715
41689
    ghash: Add documentation
36716
41690
 
36718
41692
 1 file changed, 3 insertions(+), 34 deletions(-)
36719
41693
 
36720
41694
commit f15b2b316662c0092f0b7cd567be29cdcacd0c71
36721
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
36722
 
Date:   Wed Sep 26 11:36:30 2012 -0300
 
41695
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
41696
AuthorDate: Wed Sep 26 11:36:30 2012 -0300
 
41697
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
41698
CommitDate: Sun Oct 7 20:12:02 2012 -0300
36723
41699
 
36724
41700
    glib.py: Remove old debugging code
36725
41701
 
36729
41705
 1 file changed, 4 deletions(-)
36730
41706
 
36731
41707
commit 7e6fa556ec2c98db583baa29870530bf67d45c7c
36732
 
Author: Dan Winship <danw@gnome.org>
36733
 
Date:   Fri Oct 5 09:32:24 2012 -0400
 
41708
Author:     Dan Winship <danw@gnome.org>
 
41709
AuthorDate: Fri Oct 5 09:32:24 2012 -0400
 
41710
Commit:     Dan Winship <danw@gnome.org>
 
41711
CommitDate: Sat Oct 6 10:40:53 2012 -0400
36734
41712
 
36735
41713
    GFileMonitor: thread-safety fix for non-default-main-context monitors
36736
41714
 
36743
41721
 1 file changed, 9 insertions(+), 1 deletion(-)
36744
41722
 
36745
41723
commit 05461e5709f81a98547c70c07a48af783e4fd54e
36746
 
Author: Colin Walters <walters@verbum.org>
36747
 
Date:   Thu Sep 27 20:11:27 2012 -0400
 
41724
Author:     Colin Walters <walters@verbum.org>
 
41725
AuthorDate: Thu Sep 27 20:11:27 2012 -0400
 
41726
Commit:     Colin Walters <walters@verbum.org>
 
41727
CommitDate: Fri Oct 5 17:00:13 2012 -0400
36748
41728
 
36749
41729
    codegen: Install Python files in $(datadir)/glib-2.0, rather than
36750
41730
    $(libdir)
36762
41742
 2 files changed, 3 insertions(+), 3 deletions(-)
36763
41743
 
36764
41744
commit ce06987449660eb4ca0b3ad7ecc5801b4ae2164f
36765
 
Author: Colin Walters <walters@verbum.org>
36766
 
Date:   Wed Sep 26 15:44:33 2012 -0400
 
41745
Author:     Colin Walters <walters@verbum.org>
 
41746
AuthorDate: Wed Sep 26 15:44:33 2012 -0400
 
41747
Commit:     Colin Walters <walters@verbum.org>
 
41748
CommitDate: Fri Oct 5 16:50:48 2012 -0400
36767
41749
 
36768
41750
    codegen: Explicitly close output
36769
41751
 
36776
41758
 1 file changed, 2 insertions(+)
36777
41759
 
36778
41760
commit eb2f5c1e0f0ffef490334434469fe9fe33d68cf6
36779
 
Author: Dan Winship <danw@gnome.org>
36780
 
Date:   Wed Sep 5 09:44:24 2012 -0400
 
41761
Author:     Dan Winship <danw@gnome.org>
 
41762
AuthorDate: Wed Sep 5 09:44:24 2012 -0400
 
41763
Commit:     Dan Winship <danw@gnome.org>
 
41764
CommitDate: Wed Oct 3 16:36:38 2012 -0400
36781
41765
 
36782
41766
    Add GLIB_VERSION_2_36 and related
36783
41767
 
36786
41770
 2 files changed, 26 insertions(+)
36787
41771
 
36788
41772
commit a8a416181c7ceaf44501e84a7fb790b520606a5e
36789
 
Author: David Zeuthen <zeuthen@gmail.com>
36790
 
Date:   Wed Oct 3 11:20:51 2012 -0400
 
41773
Author:     David Zeuthen <zeuthen@gmail.com>
 
41774
AuthorDate: Wed Oct 3 11:20:51 2012 -0400
 
41775
Commit:     David Zeuthen <zeuthen@gmail.com>
 
41776
CommitDate: Wed Oct 3 11:23:04 2012 -0400
36791
41777
 
36792
41778
    gdbus-codegen: Update tests for new inheritance-semantics for Since
36793
41779
 
36797
41783
 1 file changed, 2 deletions(-)
36798
41784
 
36799
41785
commit fa6a6846303817feb9bbd3f6aa136852c10cd072
36800
 
Author: David Zeuthen <zeuthen@gmail.com>
36801
 
Date:   Wed Oct 3 11:07:57 2012 -0400
 
41786
Author:     David Zeuthen <zeuthen@gmail.com>
 
41787
AuthorDate: Wed Oct 3 11:07:57 2012 -0400
 
41788
Commit:     David Zeuthen <zeuthen@gmail.com>
 
41789
CommitDate: Wed Oct 3 11:13:12 2012 -0400
36802
41790
 
36803
41791
    gdbus-codegen: make members of an interface inherit the "Since"
36804
41792
    annotation
36817
41805
 3 files changed, 31 insertions(+), 6 deletions(-)
36818
41806
 
36819
41807
commit 242dfd617bc1f6ac03363f9bcde7c1edf02fd38a
36820
 
Author: Christian Persch <chpe@gnome.org>
36821
 
Date:   Sun Jul 8 00:24:58 2012 +0200
 
41808
Author:     Christian Persch <chpe@gnome.org>
 
41809
AuthorDate: Sun Jul 8 00:24:58 2012 +0200
 
41810
Commit:     Christian Persch <chpe@gnome.org>
 
41811
CommitDate: Wed Oct 3 13:58:20 2012 +0200
36822
41812
 
36823
41813
    unicode: Add new tests for unicode 6.2
36824
41814
 
36826
41816
 1 file changed, 3 insertions(+), 1 deletion(-)
36827
41817
 
36828
41818
commit 9524c620bb9a05cb014eaf1d3d66fe47fd7e369e
36829
 
Author: Christian Persch <chpe@gnome.org>
36830
 
Date:   Sat Jul 7 23:56:18 2012 +0200
 
41819
Author:     Christian Persch <chpe@gnome.org>
 
41820
AuthorDate: Sat Jul 7 23:56:18 2012 +0200
 
41821
Commit:     Christian Persch <chpe@gnome.org>
 
41822
CommitDate: Wed Oct 3 13:58:19 2012 +0200
36831
41823
 
36832
41824
    unicode: Update to unicode 6.2.0 beta
36833
41825
 
36841
41833
 6 files changed, 4375 insertions(+), 4168 deletions(-)
36842
41834
 
36843
41835
commit 95acb7c0d1411477660fe4d073c7278c59adc019
36844
 
Author: Christian Persch <chpe@gnome.org>
36845
 
Date:   Sat Jul 7 23:53:23 2012 +0200
 
41836
Author:     Christian Persch <chpe@gnome.org>
 
41837
AuthorDate: Sat Jul 7 23:53:23 2012 +0200
 
41838
Commit:     Christian Persch <chpe@gnome.org>
 
41839
CommitDate: Wed Oct 3 13:58:19 2012 +0200
36846
41840
 
36847
41841
    unicode: Add new line breaking class from unicode 6.2
36848
41842
 
36855
41849
 2 files changed, 6 insertions(+), 5 deletions(-)
36856
41850
 
36857
41851
commit b0ef1c1fbbbff44d78d4935d84f0a4f2b250dcba
36858
 
Author: Christian Persch <chpe@gnome.org>
36859
 
Date:   Sun Jul 8 00:21:59 2012 +0200
 
41852
Author:     Christian Persch <chpe@gnome.org>
 
41853
AuthorDate: Sun Jul 8 00:21:59 2012 +0200
 
41854
Commit:     Christian Persch <chpe@gnome.org>
 
41855
CommitDate: Wed Oct 3 13:58:19 2012 +0200
36860
41856
 
36861
41857
    unicode: Use g_assert_cmp{int,uint,hex} in tests
36862
41858
 
36867
41863
 1 file changed, 30 insertions(+), 27 deletions(-)
36868
41864
 
36869
41865
commit 47bc95c0db1d67b1b9d5e06430bb6060d96d67cd
36870
 
Author: Christian Persch <chpe@gnome.org>
36871
 
Date:   Wed Oct 3 13:58:04 2012 +0200
 
41866
Author:     Christian Persch <chpe@gnome.org>
 
41867
AuthorDate: Wed Oct 3 13:58:04 2012 +0200
 
41868
Commit:     Christian Persch <chpe@gnome.org>
 
41869
CommitDate: Wed Oct 3 13:58:19 2012 +0200
36872
41870
 
36873
41871
    build: Post branch version bump
36874
41872
 
36876
41874
 1 file changed, 2 insertions(+), 2 deletions(-)
36877
41875
 
36878
41876
commit ec82f610655f09bda21e9da1ce629762f72570df
36879
 
Author: Matthias Clasen <mclasen@redhat.com>
36880
 
Date:   Sun Sep 30 19:24:13 2012 -0400
 
41877
Author:     Matthias Clasen <mclasen@redhat.com>
 
41878
AuthorDate: Sun Sep 30 19:24:13 2012 -0400
 
41879
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41880
CommitDate: Sun Sep 30 19:24:13 2012 -0400
36881
41881
 
36882
41882
    Really fix the leak
36883
41883
 
36887
41887
 1 file changed, 2 insertions(+), 2 deletions(-)
36888
41888
 
36889
41889
commit 7f325939bae0a82f4d0f926f73f1002dbd4a0a11
36890
 
Author: Matthias Clasen <mclasen@redhat.com>
36891
 
Date:   Sun Sep 30 14:07:37 2012 -0400
 
41890
Author:     Matthias Clasen <mclasen@redhat.com>
 
41891
AuthorDate: Sun Sep 30 14:07:37 2012 -0400
 
41892
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41893
CommitDate: Sun Sep 30 14:07:37 2012 -0400
36892
41894
 
36893
41895
    Fix memory leaks in glib-compile resources
36894
41896
 
36899
41901
 1 file changed, 5 insertions(+), 3 deletions(-)
36900
41902
 
36901
41903
commit 7c045e34238b9c9280bc77529f952ae5b8b581f2
36902
 
Author: Matthias Clasen <mclasen@redhat.com>
36903
 
Date:   Sun Sep 30 13:37:39 2012 -0400
 
41904
Author:     Matthias Clasen <mclasen@redhat.com>
 
41905
AuthorDate: Sun Sep 30 13:37:39 2012 -0400
 
41906
Commit:     Matthias Clasen <mclasen@redhat.com>
 
41907
CommitDate: Sun Sep 30 13:40:48 2012 -0400
36904
41908
 
36905
41909
    Correct to docs for g_strcmp0
36906
41910
 
36912
41916
 1 file changed, 2 insertions(+), 2 deletions(-)
36913
41917
 
36914
41918
commit f3f3f4a4120f2b828715933797220d3c594af0d1
36915
 
Author: Žygimantas Beručka <uid0@akl.lt>
36916
 
Date:   Sun Sep 30 13:01:14 2012 +0300
 
41919
Author:     Žygimantas Beručka <uid0@akl.lt>
 
41920
AuthorDate: Sun Sep 30 13:01:14 2012 +0300
 
41921
Commit:     Žygimantas Beručka <uid0@akl.lt>
 
41922
CommitDate: Sun Sep 30 13:01:14 2012 +0300
36917
41923
 
36918
41924
    Updated Lithuanian translation
36919
41925
 
36922
41928
 1 file changed, 637 insertions(+), 626 deletions(-)
36923
41929
 
36924
41930
commit 685259dfea99c16bdd97f596af6548f83cb5669a
36925
 
Author: Benjamin Otte <otte@redhat.com>
36926
 
Date:   Thu Sep 27 15:31:46 2012 +0200
 
41931
Author:     Benjamin Otte <otte@redhat.com>
 
41932
AuthorDate: Thu Sep 27 15:31:46 2012 +0200
 
41933
Commit:     Benjamin Otte <otte@redhat.com>
 
41934
CommitDate: Thu Sep 27 15:31:46 2012 +0200
36927
41935
 
36928
41936
    Fix gdb script for new quark variable names
36929
41937
 
36938
41946
 1 file changed, 9 insertions(+), 2 deletions(-)
36939
41947
 
36940
41948
commit 3d45854a580f35e191f89a567328b03009baf22a
36941
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
36942
 
Date:   Wed Sep 26 17:47:52 2012 +0800
 
41949
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
41950
AuthorDate: Wed Sep 26 17:47:52 2012 +0800
 
41951
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
41952
CommitDate: Wed Sep 26 17:47:52 2012 +0800
36943
41953
 
36944
41954
    Update config.h.win32(.in) and glibconfig.h.win32(.in)
36945
41955
 
36954
41964
 2 files changed, 29 insertions(+), 4 deletions(-)
36955
41965
 
36956
41966
commit 03658b1d123c69abdbde324b6ce43528e9a9e9cf
36957
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
36958
 
Date:   Wed Sep 26 15:42:53 2012 +0800
 
41967
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
41968
AuthorDate: Wed Sep 26 15:42:53 2012 +0800
 
41969
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
41970
CommitDate: Wed Sep 26 15:42:53 2012 +0800
36959
41971
 
36960
41972
    Visual C++ property sheet updates
36961
41973
 
36966
41978
 2 files changed, 6 insertions(+)
36967
41979
 
36968
41980
commit d9b15f85a773fd93fa10b07ef1a08cf314ce4d09
36969
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
36970
 
Date:   Wed Sep 26 01:50:49 2012 +0200
 
41981
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
41982
AuthorDate: Wed Sep 26 01:50:49 2012 +0200
 
41983
Commit:     Gil Forcada <gforcada@gnome.org>
 
41984
CommitDate: Wed Sep 26 01:50:49 2012 +0200
36971
41985
 
36972
41986
    [l10n] Updated Catalan (Valencian) translation
36973
41987
 
36976
41990
 1 file changed, 399 insertions(+), 396 deletions(-)
36977
41991
 
36978
41992
commit 51d32b23a4f048f6a380938f081d1504fa8484c7
36979
 
Author: Luca Ferretti <lferrett@gnome.org>
36980
 
Date:   Tue Sep 25 08:34:44 2012 +0200
 
41993
Author:     Luca Ferretti <lferrett@gnome.org>
 
41994
AuthorDate: Tue Sep 25 08:34:44 2012 +0200
 
41995
Commit:     Milo Casagrande <milo@ubuntu.com>
 
41996
CommitDate: Tue Sep 25 08:34:44 2012 +0200
36981
41997
 
36982
41998
    [l10n] Updated Italian translation.
36983
41999
 
36986
42002
 1 file changed, 801 insertions(+), 710 deletions(-)
36987
42003
 
36988
42004
commit 89fa960677ec918d8b731ebf8732ab930bfecc5e
36989
 
Author: Petr Kovar <pkovar@redhat.com>
36990
 
Date:   Mon Sep 24 18:23:18 2012 +0200
 
42005
Author:     Petr Kovar <pkovar@redhat.com>
 
42006
AuthorDate: Mon Sep 24 18:23:18 2012 +0200
 
42007
Commit:     Petr Kovar <pkovar@redhat.com>
 
42008
CommitDate: Mon Sep 24 18:23:18 2012 +0200
36991
42009
 
36992
42010
    Update Czech translation
36993
42011
 
36996
42014
 1 file changed, 795 insertions(+), 648 deletions(-)
36997
42015
 
36998
42016
commit 9fa86cf2173ed7e1c3cee7865167ef8870d4661b
36999
 
Author: Matthias Clasen <mclasen@redhat.com>
37000
 
Date:   Sun Sep 23 22:39:20 2012 -0400
 
42017
Author:     Matthias Clasen <mclasen@redhat.com>
 
42018
AuthorDate: Sun Sep 23 22:39:20 2012 -0400
 
42019
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42020
CommitDate: Sun Sep 23 22:39:20 2012 -0400
37001
42021
 
37002
42022
    Bump version
37003
42023
 
37005
42025
 1 file changed, 1 insertion(+), 1 deletion(-)
37006
42026
 
37007
42027
commit b470097b8baedeb2d021adb1141007edc805e90b
37008
 
Author: Matthias Clasen <mclasen@redhat.com>
37009
 
Date:   Sun Sep 23 22:33:21 2012 -0400
 
42028
Author:     Matthias Clasen <mclasen@redhat.com>
 
42029
AuthorDate: Sun Sep 23 22:33:21 2012 -0400
 
42030
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42031
CommitDate: Sun Sep 23 22:34:05 2012 -0400
37010
42032
 
37011
42033
    2.34.0
37012
42034
 
37016
42038
 3 files changed, 14 insertions(+), 5 deletions(-)
37017
42039
 
37018
42040
commit 096b0883fc121ac51e6d95c63faacb78b22e5745
37019
 
Author: Matthias Clasen <mclasen@redhat.com>
37020
 
Date:   Sun Sep 23 21:20:06 2012 -0400
 
42041
Author:     Matthias Clasen <mclasen@redhat.com>
 
42042
AuthorDate: Sun Sep 23 21:20:06 2012 -0400
 
42043
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42044
CommitDate: Sun Sep 23 21:20:06 2012 -0400
37021
42045
 
37022
42046
    More updates
37023
42047
 
37025
42049
 1 file changed, 5 insertions(+), 1 deletion(-)
37026
42050
 
37027
42051
commit c44f8f5b9f8ce041b24b6e0851eeded933295c4c
37028
 
Author: Matthias Clasen <mclasen@redhat.com>
37029
 
Date:   Sun Sep 23 20:14:27 2012 -0400
 
42052
Author:     Matthias Clasen <mclasen@redhat.com>
 
42053
AuthorDate: Sun Sep 23 20:14:27 2012 -0400
 
42054
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42055
CommitDate: Sun Sep 23 20:14:27 2012 -0400
37030
42056
 
37031
42057
    Document g_test_dbus_get_flags
37032
42058
 
37034
42060
 1 file changed, 2 insertions(+)
37035
42061
 
37036
42062
commit 3ff9645a4d5129c18f46ee1fad5f493d976e3510
37037
 
Author: Matthias Clasen <mclasen@redhat.com>
37038
 
Date:   Sun Sep 23 19:55:40 2012 -0400
 
42063
Author:     Matthias Clasen <mclasen@redhat.com>
 
42064
AuthorDate: Sun Sep 23 19:55:40 2012 -0400
 
42065
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42066
CommitDate: Sun Sep 23 19:55:40 2012 -0400
37039
42067
 
37040
42068
    Typo fix
37041
42069
 
37043
42071
 1 file changed, 1 insertion(+), 1 deletion(-)
37044
42072
 
37045
42073
commit 580b58c3c0be3422c39925912e2282a917c96c8b
37046
 
Author: Matthias Clasen <mclasen@redhat.com>
37047
 
Date:   Sun Sep 23 11:23:29 2012 -0400
 
42074
Author:     Matthias Clasen <mclasen@redhat.com>
 
42075
AuthorDate: Sun Sep 23 11:23:29 2012 -0400
 
42076
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42077
CommitDate: Sun Sep 23 11:23:29 2012 -0400
37048
42078
 
37049
42079
    Update GConf migration guide
37050
42080
 
37055
42085
 1 file changed, 6 insertions(+), 8 deletions(-)
37056
42086
 
37057
42087
commit 6270b3f384e67e2bb0ea2d000e9a1054a64b4569
37058
 
Author: Matthias Clasen <mclasen@redhat.com>
37059
 
Date:   Sun Sep 23 11:16:26 2012 -0400
 
42088
Author:     Matthias Clasen <mclasen@redhat.com>
 
42089
AuthorDate: Sun Sep 23 11:16:26 2012 -0400
 
42090
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42091
CommitDate: Sun Sep 23 11:16:26 2012 -0400
37060
42092
 
37061
42093
    Fix g_ptr_array_ref_docs
37062
42094
 
37066
42098
 1 file changed, 5 insertions(+), 5 deletions(-)
37067
42099
 
37068
42100
commit 26ecc52073285b4ee66da392e12b9a626116da7b
37069
 
Author: Matthias Clasen <mclasen@redhat.com>
37070
 
Date:   Sun Sep 23 11:13:57 2012 -0400
 
42101
Author:     Matthias Clasen <mclasen@redhat.com>
 
42102
AuthorDate: Sun Sep 23 11:13:57 2012 -0400
 
42103
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42104
CommitDate: Sun Sep 23 11:13:57 2012 -0400
37071
42105
 
37072
42106
    Clarify g_type_init docs
37073
42107
 
37078
42112
 1 file changed, 4 insertions(+), 1 deletion(-)
37079
42113
 
37080
42114
commit 1ea6c0d6d44b7ad8eacbc43d16da2e0f32c5aa61
37081
 
Author: Matthias Clasen <mclasen@redhat.com>
37082
 
Date:   Sun Sep 23 10:44:57 2012 -0400
 
42115
Author:     Matthias Clasen <mclasen@redhat.com>
 
42116
AuthorDate: Sun Sep 23 10:44:57 2012 -0400
 
42117
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42118
CommitDate: Sun Sep 23 10:47:22 2012 -0400
37083
42119
 
37084
42120
    Update to latest version
37085
42121
 
37091
42127
 1 file changed, 2 insertions(+), 2 deletions(-)
37092
42128
 
37093
42129
commit 91ff013e7fcd289645b82cf641606893e2d8c81b
37094
 
Author: Anita Reitere <nitalynx@gmail.com>
37095
 
Date:   Sun Sep 23 17:44:20 2012 +0300
 
42130
Author:     Anita Reitere <nitalynx@gmail.com>
 
42131
AuthorDate: Sun Sep 23 17:44:20 2012 +0300
 
42132
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
42133
CommitDate: Sun Sep 23 17:44:20 2012 +0300
37096
42134
 
37097
42135
    Updated Latvian translation
37098
42136
 
37100
42138
 1 file changed, 2 insertions(+), 2 deletions(-)
37101
42139
 
37102
42140
commit 3632d0000d55f8309409b93fb65a03ce33d8b3b1
37103
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
37104
 
Date:   Sun Sep 23 14:43:07 2012 +0200
 
42141
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
42142
AuthorDate: Sun Sep 23 14:43:07 2012 +0200
 
42143
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
42144
CommitDate: Sun Sep 23 14:43:07 2012 +0200
37105
42145
 
37106
42146
    [l10n] Updated German translation
37107
42147
 
37110
42150
 1 file changed, 756 insertions(+), 679 deletions(-)
37111
42151
 
37112
42152
commit 344066e0c196a9396ea1e9c6db4797ce35c7e726
37113
 
Author: Matthias Clasen <mclasen@redhat.com>
37114
 
Date:   Sun Sep 23 02:18:56 2012 -0400
 
42153
Author:     Matthias Clasen <mclasen@redhat.com>
 
42154
AuthorDate: Sun Sep 23 02:18:56 2012 -0400
 
42155
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42156
CommitDate: Sun Sep 23 02:18:56 2012 -0400
37115
42157
 
37116
42158
    Fix gio docs
37117
42159
 
37124
42166
 6 files changed, 20 insertions(+), 19 deletions(-)
37125
42167
 
37126
42168
commit a12c277acb836591c1df625c25a6107756facce2
37127
 
Author: Matthias Clasen <mclasen@redhat.com>
37128
 
Date:   Sun Sep 23 01:59:37 2012 -0400
 
42169
Author:     Matthias Clasen <mclasen@redhat.com>
 
42170
AuthorDate: Sun Sep 23 01:59:37 2012 -0400
 
42171
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42172
CommitDate: Sun Sep 23 02:00:03 2012 -0400
37129
42173
 
37130
42174
    Fix GRegex docs
37131
42175
 
37133
42177
 1 file changed, 4 insertions(+), 4 deletions(-)
37134
42178
 
37135
42179
commit 6283f801b0eb1e189295a794f1a2945cb460f2a7
37136
 
Author: Matthias Clasen <mclasen@redhat.com>
37137
 
Date:   Sun Sep 23 01:58:44 2012 -0400
 
42180
Author:     Matthias Clasen <mclasen@redhat.com>
 
42181
AuthorDate: Sun Sep 23 01:58:44 2012 -0400
 
42182
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42183
CommitDate: Sun Sep 23 02:00:03 2012 -0400
37138
42184
 
37139
42185
    Fix up g_tree_foreach docs
37140
42186
 
37142
42188
 1 file changed, 3 insertions(+), 3 deletions(-)
37143
42189
 
37144
42190
commit d9f8381aa8f396fd27a5c8faaebb440982bc351c
37145
 
Author: Matthias Clasen <mclasen@redhat.com>
37146
 
Date:   Sun Sep 23 01:46:34 2012 -0400
 
42191
Author:     Matthias Clasen <mclasen@redhat.com>
 
42192
AuthorDate: Sun Sep 23 01:46:34 2012 -0400
 
42193
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42194
CommitDate: Sun Sep 23 01:59:57 2012 -0400
37147
42195
 
37148
42196
    Fix up docs for GDuplicateFunc
37149
42197
 
37152
42200
 2 files changed, 3 insertions(+), 2 deletions(-)
37153
42201
 
37154
42202
commit cc2b1839f59f9b0da3b5a4887fa10f1012968845
37155
 
Author: Matthias Clasen <mclasen@redhat.com>
37156
 
Date:   Sun Sep 23 01:18:53 2012 -0400
 
42203
Author:     Matthias Clasen <mclasen@redhat.com>
 
42204
AuthorDate: Sun Sep 23 01:18:53 2012 -0400
 
42205
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42206
CommitDate: Sun Sep 23 01:18:53 2012 -0400
37157
42207
 
37158
42208
    Updates
37159
42209
 
37161
42211
 1 file changed, 22 insertions(+)
37162
42212
 
37163
42213
commit 1820aa55ab1d4a46cced484e57816b5e7e56920c
37164
 
Author: Shankar Prasad <svenkate@redhat.com>
37165
 
Date:   Sun Sep 23 02:27:03 2012 +0530
 
42214
Author:     Shankar Prasad <svenkate@redhat.com>
 
42215
AuthorDate: Sun Sep 23 02:27:03 2012 +0530
 
42216
Commit:     Shankar Prasad <svenkate@redhat.com>
 
42217
CommitDate: Sun Sep 23 02:27:15 2012 +0530
37166
42218
 
37167
42219
    Updated kn translation
37168
42220
 
37171
42223
 1 file changed, 70 insertions(+), 71 deletions(-)
37172
42224
 
37173
42225
commit 814679b61e5c3a2a1e7c1e458ae1ef4c3c012c10
37174
 
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
37175
 
Date:   Sat Sep 22 20:02:44 2012 +0300
 
42226
Author:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
42227
AuthorDate: Sat Sep 22 20:02:44 2012 +0300
 
42228
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
42229
CommitDate: Sat Sep 22 20:02:44 2012 +0300
37176
42230
 
37177
42231
    Updated Latvian translation
37178
42232
 
37181
42235
 1 file changed, 72 insertions(+), 67 deletions(-)
37182
42236
 
37183
42237
commit 3e328a63b8516ae6e0b5dcd43f8dd645a6c37a28
37184
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
37185
 
Date:   Sat Sep 22 16:44:50 2012 +0200
 
42238
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
42239
AuthorDate: Sat Sep 22 16:44:50 2012 +0200
 
42240
Commit:     Gil Forcada <gforcada@gnome.org>
 
42241
CommitDate: Sat Sep 22 16:45:48 2012 +0200
37186
42242
 
37187
42243
    [l10n]Updated Catalan (Valencian) translation
37188
42244
 
37191
42247
 1 file changed, 694 insertions(+), 517 deletions(-)
37192
42248
 
37193
42249
commit 378be2a14106f75ad0a0291099dcdc512a322f45
37194
 
Author: Gil Forcada <gforcada@gnome.org>
37195
 
Date:   Sat Sep 22 16:44:39 2012 +0200
 
42250
Author:     Gil Forcada <gforcada@gnome.org>
 
42251
AuthorDate: Sat Sep 22 16:44:39 2012 +0200
 
42252
Commit:     Gil Forcada <gforcada@gnome.org>
 
42253
CommitDate: Sat Sep 22 16:45:48 2012 +0200
37196
42254
 
37197
42255
    [l10n] Updated Catalan translation
37198
42256
 
37201
42259
 1 file changed, 949 insertions(+), 758 deletions(-)
37202
42260
 
37203
42261
commit 0d2383999da05444bf55faad56223de3e8f1b236
37204
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
37205
 
Date:   Sat Sep 22 15:24:19 2012 +0300
 
42262
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
42263
AuthorDate: Sat Sep 22 15:24:19 2012 +0300
 
42264
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
42265
CommitDate: Sat Sep 22 15:24:19 2012 +0300
37206
42266
 
37207
42267
    Updated Hebrew translation.
37208
42268
 
37211
42271
 1 file changed, 63 insertions(+), 58 deletions(-)
37212
42272
 
37213
42273
commit 8a08fde54b70d96b31841382c857b44a6fb6bf9c
37214
 
Author: Alexander Shopov <ash@kambanaria.org>
37215
 
Date:   Sat Sep 22 13:00:25 2012 +0300
 
42274
Author:     Alexander Shopov <ash@kambanaria.org>
 
42275
AuthorDate: Sat Sep 22 13:00:25 2012 +0300
 
42276
Commit:     Alexander Shopov <ash@kambanaria.org>
 
42277
CommitDate: Sat Sep 22 13:00:25 2012 +0300
37216
42278
 
37217
42279
    Updated Bulgarian translation
37218
42280
 
37221
42283
 1 file changed, 511 insertions(+), 478 deletions(-)
37222
42284
 
37223
42285
commit 5b8b7419a8f79ab351c67f65523998e21cdff491
37224
 
Author: Shankar Prasad <svenkate@redhat.com>
37225
 
Date:   Sat Sep 22 00:21:21 2012 +0530
 
42286
Author:     Shankar Prasad <svenkate@redhat.com>
 
42287
AuthorDate: Sat Sep 22 00:21:21 2012 +0530
 
42288
Commit:     Shankar Prasad <svenkate@redhat.com>
 
42289
CommitDate: Sat Sep 22 00:21:35 2012 +0530
37226
42290
 
37227
42291
    Updated kn translation
37228
42292
 
37231
42295
 1 file changed, 963 insertions(+), 760 deletions(-)
37232
42296
 
37233
42297
commit 65e2a235af87c59cbfd13707086bc044ff167da1
37234
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
37235
 
Date:   Fri Sep 21 15:41:12 2012 -0300
 
42298
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
42299
AuthorDate: Fri Sep 21 15:41:12 2012 -0300
 
42300
Commit:     Djavan Fagundes <djavanf@gnome.org>
 
42301
CommitDate: Fri Sep 21 15:41:12 2012 -0300
37236
42302
 
37237
42303
    Updated Brazilian Portuguese Translation
37238
42304
 
37241
42307
 1 file changed, 28 insertions(+), 30 deletions(-)
37242
42308
 
37243
42309
commit af3557a74c29c5a8b5d0e0d2a122a8212633f634
37244
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
37245
 
Date:   Thu Sep 20 16:14:21 2012 +0530
 
42310
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
42311
AuthorDate: Thu Sep 20 16:14:21 2012 +0530
 
42312
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
42313
CommitDate: Thu Sep 20 16:15:01 2012 +0530
37246
42314
 
37247
42315
    Updated Telugu Translations
37248
42316
 
37251
42319
 1 file changed, 374 insertions(+), 360 deletions(-)
37252
42320
 
37253
42321
commit 3dd65859a7610b6adfd247c9c6828ed6c614e97f
37254
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
37255
 
Date:   Tue Sep 18 17:05:49 2012 +0800
 
42322
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
42323
AuthorDate: Tue Sep 18 17:05:49 2012 +0800
 
42324
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
42325
CommitDate: Wed Sep 19 10:32:05 2012 +0800
37256
42326
 
37257
42327
    gio: Fix build on Windows
37258
42328
 
37271
42341
 2 files changed, 4 insertions(+)
37272
42342
 
37273
42343
commit 18143b7aef8b105a75ec6ad695f50895353dd0f6
37274
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
37275
 
Date:   Wed Sep 19 02:27:16 2012 +0200
 
42344
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
42345
AuthorDate: Wed Sep 19 02:27:16 2012 +0200
 
42346
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
42347
CommitDate: Wed Sep 19 02:27:16 2012 +0200
37276
42348
 
37277
42349
    Updated Galician translations
37278
42350
 
37280
42352
 1 file changed, 3 insertions(+), 3 deletions(-)
37281
42353
 
37282
42354
commit 01d10600ed14f734d1b0ef8e42eb3f32dd880fee
37283
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
37284
 
Date:   Tue Sep 18 18:35:04 2012 +0100
 
42355
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
42356
AuthorDate: Tue Sep 18 18:35:04 2012 +0100
 
42357
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
42358
CommitDate: Tue Sep 18 18:35:04 2012 +0100
37285
42359
 
37286
42360
    Updated British English translation
37287
42361
 
37290
42364
 1 file changed, 39 insertions(+), 34 deletions(-)
37291
42365
 
37292
42366
commit 3d6c6ff6af46edc6c45ca25f8e6887f3ef14809a
37293
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
37294
 
Date:   Tue Sep 18 16:35:15 2012 +0200
 
42367
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
42368
AuthorDate: Tue Sep 18 16:35:15 2012 +0200
 
42369
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
42370
CommitDate: Tue Sep 18 16:35:15 2012 +0200
37295
42371
 
37296
42372
    Updated Spanish translation
37297
42373
 
37300
42376
 1 file changed, 88 insertions(+), 83 deletions(-)
37301
42377
 
37302
42378
commit ce3dddb62200fdcc97cc0aa4ec47400e94d99d36
37303
 
Author: Ryan Lortie <desrt@desrt.ca>
37304
 
Date:   Tue Sep 18 10:14:35 2012 -0400
 
42379
Author:     Ryan Lortie <desrt@desrt.ca>
 
42380
AuthorDate: Tue Sep 18 10:14:35 2012 -0400
 
42381
Commit:     Ryan Lortie <desrt@desrt.ca>
 
42382
CommitDate: Tue Sep 18 10:14:35 2012 -0400
37305
42383
 
37306
42384
    GApplication: document differences from libunique
37307
42385
 
37314
42392
 1 file changed, 13 insertions(+)
37315
42393
 
37316
42394
commit 2cffb96088918f1d955fa20399b1819322635511
37317
 
Author: Ryan Lortie <desrt@desrt.ca>
37318
 
Date:   Tue Sep 18 08:38:04 2012 -0400
 
42395
Author:     Ryan Lortie <desrt@desrt.ca>
 
42396
AuthorDate: Tue Sep 18 08:38:04 2012 -0400
 
42397
Commit:     Ryan Lortie <desrt@desrt.ca>
 
42398
CommitDate: Tue Sep 18 08:38:04 2012 -0400
37319
42399
 
37320
42400
    bump version
37321
42401
 
37323
42403
 1 file changed, 1 insertion(+), 1 deletion(-)
37324
42404
 
37325
42405
commit f6463bf095f455426c2e384f8033ba7cbf25a033
37326
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
37327
 
Date:   Tue Sep 18 13:13:52 2012 +0530
 
42406
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
42407
AuthorDate: Tue Sep 18 13:13:52 2012 +0530
 
42408
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
42409
CommitDate: Tue Sep 18 13:13:52 2012 +0530
37328
42410
 
37329
42411
    Updated Marathi Translations
37330
42412
 
37333
42415
 1 file changed, 40 insertions(+), 35 deletions(-)
37334
42416
 
37335
42417
commit a336201bf4c5f8b65c4c10261c3b9ee1a9748dfc
37336
 
Author: Rajesh Ranjan <rranjan@redhat.com>
37337
 
Date:   Tue Sep 18 13:11:18 2012 +0530
 
42418
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
42419
AuthorDate: Tue Sep 18 13:11:18 2012 +0530
 
42420
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
42421
CommitDate: Tue Sep 18 13:11:18 2012 +0530
37338
42422
 
37339
42423
    hindi update
37340
42424
 
37343
42427
 1 file changed, 894 insertions(+), 681 deletions(-)
37344
42428
 
37345
42429
commit b004390600189e9b21db2e3ce536b692c224b1aa
37346
 
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
37347
 
Date:   Mon Sep 17 23:35:57 2012 -0300
 
42430
Author:     Rafael Ferreira <rafael.f.f1@gmail.com>
 
42431
AuthorDate: Mon Sep 17 23:35:57 2012 -0300
 
42432
Commit:     Djavan Fagundes <djavanf@gnome.org>
 
42433
CommitDate: Mon Sep 17 23:35:57 2012 -0300
37348
42434
 
37349
42435
    Updated Brazilian Portuguese translation
37350
42436
 
37353
42439
 1 file changed, 816 insertions(+), 650 deletions(-)
37354
42440
 
37355
42441
commit b28911499102ec1ca3f6f7f0b31585271634dc5a
37356
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
37357
 
Date:   Tue Sep 18 01:21:04 2012 +0200
 
42442
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
42443
AuthorDate: Tue Sep 18 01:21:04 2012 +0200
 
42444
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
42445
CommitDate: Tue Sep 18 01:21:04 2012 +0200
37358
42446
 
37359
42447
    Updated Hungarian translation
37360
42448
 
37363
42451
 1 file changed, 904 insertions(+), 763 deletions(-)
37364
42452
 
37365
42453
commit a47761a36e0b23b11e4aa991948da17e4f6b17b0
37366
 
Author: Ryan Lortie <desrt@desrt.ca>
37367
 
Date:   Mon Sep 17 17:53:58 2012 -0400
 
42454
Author:     Ryan Lortie <desrt@desrt.ca>
 
42455
AuthorDate: Mon Sep 17 17:53:58 2012 -0400
 
42456
Commit:     Ryan Lortie <desrt@desrt.ca>
 
42457
CommitDate: Mon Sep 17 17:53:58 2012 -0400
37368
42458
 
37369
42459
    GLib 2.33.14
37370
42460
 
37374
42464
 2 files changed, 58 insertions(+), 1 deletion(-)
37375
42465
 
37376
42466
commit c4a20dd6c767b0f91ab1e0a87e3570dbb2ccd47f
37377
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
37378
 
Date:   Mon Sep 17 20:29:36 2012 +0400
 
42467
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
42468
AuthorDate: Mon Sep 17 20:29:36 2012 +0400
 
42469
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
42470
CommitDate: Mon Sep 17 20:29:36 2012 +0400
37379
42471
 
37380
42472
    Updated Russian translation
37381
42473
 
37384
42476
 1 file changed, 62 insertions(+), 53 deletions(-)
37385
42477
 
37386
42478
commit db2210203883544d38fb93e80ebf4cccaa2c26a9
37387
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
37388
 
Date:   Thu Sep 13 12:13:36 2012 +0200
 
42479
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
42480
AuthorDate: Thu Sep 13 12:13:36 2012 +0200
 
42481
Commit:     Alexander Larsson <alexl@redhat.com>
 
42482
CommitDate: Mon Sep 17 15:29:59 2012 +0200
37389
42483
 
37390
42484
    gresource tests: fix VPATH builds emitting errors during dependency
37391
42485
    generation
37404
42498
 1 file changed, 4 insertions(+), 4 deletions(-)
37405
42499
 
37406
42500
commit 2edbee58f613abfb6ef2bb47529dca178924067d
37407
 
Author: Aurimas Černius <aurisc4@gmail.com>
37408
 
Date:   Sun Sep 16 23:11:25 2012 +0300
 
42501
Author:     Aurimas Černius <aurisc4@gmail.com>
 
42502
AuthorDate: Sun Sep 16 23:11:25 2012 +0300
 
42503
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
42504
CommitDate: Sun Sep 16 23:11:25 2012 +0300
37409
42505
 
37410
42506
    Updated Lithuanian translation
37411
42507
 
37414
42510
 1 file changed, 108 insertions(+), 103 deletions(-)
37415
42511
 
37416
42512
commit 1b4e2169ec581378029d357916fe77b4f7173a10
37417
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
37418
 
Date:   Sun Sep 16 12:20:45 2012 +0800
 
42513
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
42514
AuthorDate: Sun Sep 16 12:20:45 2012 +0800
 
42515
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
42516
CommitDate: Sun Sep 16 12:20:45 2012 +0800
37419
42517
 
37420
42518
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
37421
42519
 
37426
42524
 2 files changed, 80 insertions(+), 68 deletions(-)
37427
42525
 
37428
42526
commit 262d7cbc7a282850949c117b433e0a1a4a59b9ab
37429
 
Author: Ask H. Larsen <asklarsen@gmail.com>
37430
 
Date:   Sun Sep 16 02:09:14 2012 +0200
 
42527
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
42528
AuthorDate: Sun Sep 16 02:09:14 2012 +0200
 
42529
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
42530
CommitDate: Sun Sep 16 02:09:14 2012 +0200
37431
42531
 
37432
42532
    Updated Danish translation
37433
42533
 
37436
42536
 1 file changed, 884 insertions(+), 705 deletions(-)
37437
42537
 
37438
42538
commit b726ec71811c05b55a64e3677ab4dd3d18767fd4
37439
 
Author: Matej Urbančič <mateju@svn.gnome.org>
37440
 
Date:   Sat Sep 15 20:49:54 2012 +0200
 
42539
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
42540
AuthorDate: Sat Sep 15 20:49:54 2012 +0200
 
42541
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
42542
CommitDate: Sat Sep 15 20:49:54 2012 +0200
37441
42543
 
37442
42544
    Updated Slovenian translation
37443
42545
 
37446
42548
 1 file changed, 46 insertions(+), 77 deletions(-)
37447
42549
 
37448
42550
commit d0b695e2370c440b61503bfc87e513b40195084e
37449
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
37450
 
Date:   Sat Sep 15 19:29:25 2012 +0100
 
42551
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
42552
AuthorDate: Sat Sep 15 19:29:25 2012 +0100
 
42553
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
42554
CommitDate: Sat Sep 15 19:29:25 2012 +0100
37451
42555
 
37452
42556
    Updated Portuguese translation
37453
42557
 
37456
42560
 1 file changed, 39 insertions(+), 34 deletions(-)
37457
42561
 
37458
42562
commit ac7dcd810b65054e2796e8581eb7073a2b5d73dd
37459
 
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
37460
 
Date:   Sat Sep 15 15:06:39 2012 +0900
 
42563
Author:     Seong-ho Cho <darkcircle.0426@gmail.com>
 
42564
AuthorDate: Sat Sep 15 15:06:39 2012 +0900
 
42565
Commit:     Changwoo Ryu <cwryu@debian.org>
 
42566
CommitDate: Sat Sep 15 15:07:04 2012 +0900
37461
42567
 
37462
42568
    Updated Korean translation
37463
42569
 
37466
42572
 1 file changed, 1011 insertions(+), 865 deletions(-)
37467
42573
 
37468
42574
commit 87eceb200107ea5437c3a1e5a808c16887ba20e2
37469
 
Author: Andika Triwidada <andika@gmail.com>
37470
 
Date:   Sat Sep 15 11:51:46 2012 +0700
 
42575
Author:     Andika Triwidada <andika@gmail.com>
 
42576
AuthorDate: Sat Sep 15 11:51:46 2012 +0700
 
42577
Commit:     Andika Triwidada <andika@gmail.com>
 
42578
CommitDate: Sat Sep 15 11:51:46 2012 +0700
37471
42579
 
37472
42580
    Updated Indonesian translation
37473
42581
 
37476
42584
 1 file changed, 43 insertions(+), 37 deletions(-)
37477
42585
 
37478
42586
commit d2526f509dbbfdcd1e12b0526ab15f235a373436
37479
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
37480
 
Date:   Sat Sep 15 01:43:08 2012 +0200
 
42587
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
42588
AuthorDate: Sat Sep 15 01:43:08 2012 +0200
 
42589
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
42590
CommitDate: Sat Sep 15 01:43:08 2012 +0200
37481
42591
 
37482
42592
    Updated Galician translations
37483
42593
 
37486
42596
 1 file changed, 58 insertions(+), 56 deletions(-)
37487
42597
 
37488
42598
commit 80105f173a45690c2332fa64c35b06874ef177d7
37489
 
Author: Matthias Clasen <mclasen@redhat.com>
37490
 
Date:   Fri Sep 14 19:40:24 2012 -0400
 
42599
Author:     Matthias Clasen <mclasen@redhat.com>
 
42600
AuthorDate: Fri Sep 14 19:40:24 2012 -0400
 
42601
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42602
CommitDate: Fri Sep 14 19:40:24 2012 -0400
37491
42603
 
37492
42604
    Fix the doc build
37493
42605
 
37496
42608
 2 files changed, 2 insertions(+), 1 deletion(-)
37497
42609
 
37498
42610
commit e21847d9bbdabe8e494360a3181ca58c25bf9261
37499
 
Author: Tom Tryfonidis <tomtryf@gmail.com>
37500
 
Date:   Fri Sep 14 19:50:21 2012 +0300
 
42611
Author:     Tom Tryfonidis <tomtryf@gmail.com>
 
42612
AuthorDate: Fri Sep 14 19:50:21 2012 +0300
 
42613
Commit:     Tom Tryfonidis <tomtryf@gmail.com>
 
42614
CommitDate: Fri Sep 14 19:50:21 2012 +0300
37501
42615
 
37502
42616
    Updated Greek translation
37503
42617
 
37506
42620
 1 file changed, 56 insertions(+), 51 deletions(-)
37507
42621
 
37508
42622
commit 552d6b4db29ca2b0e3decdd02a7fbe7dd6c64e5e
37509
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
37510
 
Date:   Fri Sep 14 13:26:34 2012 +0300
 
42623
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
42624
AuthorDate: Fri Sep 14 13:26:34 2012 +0300
 
42625
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
42626
CommitDate: Fri Sep 14 13:26:34 2012 +0300
37511
42627
 
37512
42628
    Updated Belarusian translation.
37513
42629
 
37516
42632
 1 file changed, 42 insertions(+), 35 deletions(-)
37517
42633
 
37518
42634
commit 2e01c0da3ce20eaedd661cdb730a2bd3e6cc3fbe
37519
 
Author: Alexandre Franke <alexandre.franke@gmail.com>
37520
 
Date:   Fri Sep 14 09:44:48 2012 +0200
 
42635
Author:     Alexandre Franke <alexandre.franke@gmail.com>
 
42636
AuthorDate: Fri Sep 14 09:44:48 2012 +0200
 
42637
Commit:     Alexandre Franke <alexandre.franke@gmail.com>
 
42638
CommitDate: Fri Sep 14 09:44:48 2012 +0200
37521
42639
 
37522
42640
    Update French translation
37523
42641
 
37526
42644
 1 file changed, 41 insertions(+), 34 deletions(-)
37527
42645
 
37528
42646
commit 7c6ce77dd3bc0ffa4ee7a0d532ba4bffcc812ad2
37529
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
37530
 
Date:   Fri Sep 14 09:23:53 2012 +0200
 
42647
Author:     Мирослав Николић
 
42648
<miroslavnikolic@rocketmail.com>
 
42649
AuthorDate: Fri Sep 14 09:23:53 2012 +0200
 
42650
Commit:     Мирослав Николић
 
42651
<miroslavnikolic@rocketmail.com>
 
42652
CommitDate: Fri Sep 14 09:23:53 2012 +0200
37531
42653
 
37532
42654
    Updated Serbian translation
37533
42655
 
37538
42660
 2 files changed, 80 insertions(+), 70 deletions(-)
37539
42661
 
37540
42662
commit 25e304724125ff4b2fcc29c9a0ee40688620b3f9
37541
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
37542
 
Date:   Fri Sep 14 11:53:11 2012 +0530
 
42663
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
42664
AuthorDate: Fri Sep 14 11:53:11 2012 +0530
 
42665
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
42666
CommitDate: Fri Sep 14 11:53:39 2012 +0530
37543
42667
 
37544
42668
    Assamese translation updated
37545
42669
 
37548
42672
 1 file changed, 40 insertions(+), 35 deletions(-)
37549
42673
 
37550
42674
commit d47e83676a9c2fb63fd66ca5998902b98469b91f
37551
 
Author: A S Alam <aalam@users.sf.net>
37552
 
Date:   Fri Sep 14 07:30:04 2012 +0530
 
42675
Author:     A S Alam <aalam@users.sf.net>
 
42676
AuthorDate: Fri Sep 14 07:30:04 2012 +0530
 
42677
Commit:     A S Alam <aalam@users.sf.net>
 
42678
CommitDate: Fri Sep 14 07:30:04 2012 +0530
37553
42679
 
37554
42680
    update Punjabi Translation
37555
42681
 
37558
42684
 1 file changed, 373 insertions(+), 401 deletions(-)
37559
42685
 
37560
42686
commit 1a8f413555304d137f1fbb602fe1b912954c0c46
37561
 
Author: Piotr Drąg <piotrdrag@gmail.com>
37562
 
Date:   Fri Sep 14 00:53:20 2012 +0200
 
42687
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
42688
AuthorDate: Fri Sep 14 00:53:20 2012 +0200
 
42689
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
42690
CommitDate: Fri Sep 14 00:53:20 2012 +0200
37563
42691
 
37564
42692
    Updated Polish translation
37565
42693
 
37568
42696
 1 file changed, 55 insertions(+), 50 deletions(-)
37569
42697
 
37570
42698
commit d6cbb29f598d677d5fc1c974cba6d9f646cff491
37571
 
Author: Colin Walters <walters@verbum.org>
37572
 
Date:   Wed Aug 22 14:26:11 2012 -0400
 
42699
Author:     Colin Walters <walters@verbum.org>
 
42700
AuthorDate: Wed Aug 22 14:26:11 2012 -0400
 
42701
Commit:     Colin Walters <walters@verbum.org>
 
42702
CommitDate: Thu Sep 13 18:34:29 2012 -0400
37573
42703
 
37574
42704
    CVE-2012-3524: Hardening for being run in a setuid environment
37575
42705
 
37627
42757
 7 files changed, 90 insertions(+), 3 deletions(-)
37628
42758
 
37629
42759
commit cc3238a9c9f11740cf78f2e7914c93eb8dc7c0e1
37630
 
Author: William Jon McCann <jmccann@redhat.com>
37631
 
Date:   Mon Sep 10 15:16:58 2012 -0400
 
42760
Author:     William Jon McCann <jmccann@redhat.com>
 
42761
AuthorDate: Mon Sep 10 15:16:58 2012 -0400
 
42762
Commit:     William Jon McCann <jmccann@redhat.com>
 
42763
CommitDate: Thu Sep 13 12:50:02 2012 -0400
37632
42764
 
37633
42765
    Add api to get the generic icon name for a mime type
37634
42766
 
37642
42774
 4 files changed, 57 insertions(+), 19 deletions(-)
37643
42775
 
37644
42776
commit 8d362a14e423fa7293cc6abc58178db98c5427c1
37645
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
37646
 
Date:   Thu Sep 13 11:05:59 2012 +0200
 
42777
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
42778
AuthorDate: Thu Sep 13 11:05:59 2012 +0200
 
42779
Commit:     Christian Kirbach <Christian.Kirbach@googlemail.com>
 
42780
CommitDate: Thu Sep 13 11:05:59 2012 +0200
37647
42781
 
37648
42782
    Updated German translation
37649
42783
 
37652
42786
 1 file changed, 1271 insertions(+), 1213 deletions(-)
37653
42787
 
37654
42788
commit c99acf51d0405500592c36b739faa6bfcdb8181a
37655
 
Author: Alexander Larsson <alexl@redhat.com>
37656
 
Date:   Thu Sep 13 10:13:04 2012 +0200
 
42789
Author:     Alexander Larsson <alexl@redhat.com>
 
42790
AuthorDate: Thu Sep 13 10:13:04 2012 +0200
 
42791
Commit:     Alexander Larsson <alexl@redhat.com>
 
42792
CommitDate: Thu Sep 13 10:20:27 2012 +0200
37657
42793
 
37658
42794
    Fix regression in g_shell_parse_argv()
37659
42795
 
37670
42806
 2 files changed, 6 insertions(+), 5 deletions(-)
37671
42807
 
37672
42808
commit d6b9df69492deb7f35e5454668dd59ddd0999e2d
37673
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
37674
 
Date:   Wed Sep 12 15:49:27 2012 +0530
 
42809
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
42810
AuthorDate: Wed Sep 12 15:49:27 2012 +0530
 
42811
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
42812
CommitDate: Wed Sep 12 15:49:27 2012 +0530
37675
42813
 
37676
42814
    Updated Marathi Translations
37677
42815
 
37680
42818
 1 file changed, 339 insertions(+), 371 deletions(-)
37681
42819
 
37682
42820
commit 47a3b76ac5d35abd9af49b1bcc12b2bf4d239ef7
37683
 
Author: Matthias Clasen <mclasen@redhat.com>
37684
 
Date:   Tue Sep 11 23:14:39 2012 -0400
 
42821
Author:     Matthias Clasen <mclasen@redhat.com>
 
42822
AuthorDate: Tue Sep 11 23:14:39 2012 -0400
 
42823
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42824
CommitDate: Tue Sep 11 23:15:03 2012 -0400
37685
42825
 
37686
42826
    Move GIO-specific information to the GIO docs
37687
42827
 
37691
42831
 2 files changed, 101 insertions(+), 62 deletions(-)
37692
42832
 
37693
42833
commit fc7dc331130a6c0c31fd29cc02fa508033cc9c74
37694
 
Author: Matthias Clasen <mclasen@redhat.com>
37695
 
Date:   Tue Sep 11 22:41:18 2012 -0400
 
42834
Author:     Matthias Clasen <mclasen@redhat.com>
 
42835
AuthorDate: Tue Sep 11 22:41:18 2012 -0400
 
42836
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42837
CommitDate: Tue Sep 11 22:41:18 2012 -0400
37696
42838
 
37697
42839
    Add a section about writing GLib applications
37698
42840
 
37704
42846
 2 files changed, 124 insertions(+), 8 deletions(-)
37705
42847
 
37706
42848
commit 6a50dc511ba994b49244b10f232ed1fcb6bfdccb
37707
 
Author: Matthias Clasen <mclasen@redhat.com>
37708
 
Date:   Tue Sep 11 20:22:26 2012 -0400
 
42849
Author:     Matthias Clasen <mclasen@redhat.com>
 
42850
AuthorDate: Tue Sep 11 20:22:26 2012 -0400
 
42851
Commit:     Matthias Clasen <mclasen@redhat.com>
 
42852
CommitDate: Tue Sep 11 20:24:30 2012 -0400
37709
42853
 
37710
42854
    Drop GVFS_INOTIFY_DIAG debug feature
37711
42855
 
37720
42864
 5 files changed, 118 deletions(-)
37721
42865
 
37722
42866
commit 7a0c47843f9319fc247b911540c2f6ba6e0d7bab
37723
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
37724
 
Date:   Tue Sep 11 18:55:26 2012 +0530
 
42867
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
42868
AuthorDate: Tue Sep 11 18:55:26 2012 +0530
 
42869
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
42870
CommitDate: Tue Sep 11 18:55:54 2012 +0530
37725
42871
 
37726
42872
    Assamese translation updated
37727
42873
 
37730
42876
 1 file changed, 336 insertions(+), 349 deletions(-)
37731
42877
 
37732
42878
commit c9a3cd6d8b3a0ad35b289a862b23e14a9bc59ed5
37733
 
Author: Thomas Bechtold <thomasbechtold@jpberlin.de>
37734
 
Date:   Tue Sep 11 07:45:24 2012 +0200
 
42879
Author:     Thomas Bechtold <thomasbechtold@jpberlin.de>
 
42880
AuthorDate: Tue Sep 11 07:45:24 2012 +0200
 
42881
Commit:     Richard Hughes <richard@hughsie.com>
 
42882
CommitDate: Tue Sep 11 13:16:32 2012 +0100
37735
42883
 
37736
42884
    Fix gdbus connection annotations
37737
42885
 
37747
42895
 1 file changed, 4 insertions(+), 2 deletions(-)
37748
42896
 
37749
42897
commit 3a7d89a4143c650bd56188ae154fa805462f5e89
37750
 
Author: Claude Paroz <claude@2xlibre.net>
37751
 
Date:   Mon Sep 10 11:01:39 2012 +0200
 
42898
Author:     Claude Paroz <claude@2xlibre.net>
 
42899
AuthorDate: Mon Sep 10 11:01:39 2012 +0200
 
42900
Commit:     Claude Paroz <claude@2xlibre.net>
 
42901
CommitDate: Mon Sep 10 11:01:39 2012 +0200
37752
42902
 
37753
42903
    Updated French translation by Alexandre Franke and Claude Paroz
37754
42904
 
37757
42907
 1 file changed, 790 insertions(+), 676 deletions(-)
37758
42908
 
37759
42909
commit 59ad2acfc548d216e17c76d68c504cfd7dabecea
37760
 
Author: LRN <lrn1986@gmail.com>
37761
 
Date:   Sun Sep 9 10:49:06 2012 -0400
 
42910
Author:     LRN <lrn1986@gmail.com>
 
42911
AuthorDate: Sun Sep 9 10:49:06 2012 -0400
 
42912
Commit:     Colin Walters <walters@verbum.org>
 
42913
CommitDate: Sun Sep 9 10:49:45 2012 -0400
37762
42914
 
37763
42915
    gwin32mount.c: Fix syntax error
37764
42916
 
37770
42922
 1 file changed, 2 insertions(+), 2 deletions(-)
37771
42923
 
37772
42924
commit 1a99d0eb997f33c7915779555af2f95b67a77943
37773
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
37774
 
Date:   Sun Sep 9 01:30:24 2012 +0100
 
42925
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
42926
AuthorDate: Sun Sep 9 01:30:24 2012 +0100
 
42927
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
42928
CommitDate: Sun Sep 9 01:30:24 2012 +0100
37775
42929
 
37776
42930
    Updated Portuguese translation
37777
42931
 
37780
42934
 1 file changed, 330 insertions(+), 321 deletions(-)
37781
42935
 
37782
42936
commit a9720d149781aa6826eb14c7c5b7d409a5cd9237
37783
 
Author: Martin Srebotnjak <miles@filmsi.net>
37784
 
Date:   Sat Sep 8 20:40:24 2012 +0200
 
42937
Author:     Martin Srebotnjak <miles@filmsi.net>
 
42938
AuthorDate: Sat Sep 8 20:40:24 2012 +0200
 
42939
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
42940
CommitDate: Sat Sep 8 20:40:24 2012 +0200
37785
42941
 
37786
42942
    Updated Slovenian translation
37787
42943
 
37790
42946
 1 file changed, 922 insertions(+), 807 deletions(-)
37791
42947
 
37792
42948
commit 73a100d2ef0c4bf4b201e04e31c90d35a8082a12
37793
 
Author: Ryan Lortie <desrt@desrt.ca>
37794
 
Date:   Tue Sep 4 20:54:33 2012 -0400
 
42949
Author:     Ryan Lortie <desrt@desrt.ca>
 
42950
AuthorDate: Tue Sep 4 20:54:33 2012 -0400
 
42951
Commit:     Ryan Lortie <desrt@desrt.ca>
 
42952
CommitDate: Sat Sep 8 14:08:01 2012 -0400
37795
42953
 
37796
42954
    G_DEFINE_QUARK: fix up some implementation issues
37797
42955
 
37801
42959
 1 file changed, 6 insertions(+), 7 deletions(-)
37802
42960
 
37803
42961
commit 986405c37adcfdfd6d6afd0138ccedf462d51cfd
37804
 
Author: Marek Černocký <marek@manet.cz>
37805
 
Date:   Sat Sep 8 11:17:27 2012 +0200
 
42962
Author:     Marek Černocký <marek@manet.cz>
 
42963
AuthorDate: Sat Sep 8 11:17:27 2012 +0200
 
42964
Commit:     Marek Černocký <marek@manet.cz>
 
42965
CommitDate: Sat Sep 8 11:17:27 2012 +0200
37806
42966
 
37807
42967
    Updated Czech translation
37808
42968
 
37810
42970
 1 file changed, 7 insertions(+), 7 deletions(-)
37811
42971
 
37812
42972
commit fcbc30451ea4e64e0dbe5f5ed356007d0ddbbff1
37813
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
37814
 
Date:   Fri Sep 7 18:27:47 2012 +0300
 
42973
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
42974
AuthorDate: Fri Sep 7 18:27:47 2012 +0300
 
42975
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
42976
CommitDate: Fri Sep 7 18:27:47 2012 +0300
37815
42977
 
37816
42978
    Updated Belarusian translation.
37817
42979
 
37820
42982
 1 file changed, 424 insertions(+), 408 deletions(-)
37821
42983
 
37822
42984
commit 0c582a0cfcbe39e2d604d11b9a32896999463bc7
37823
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
37824
 
Date:   Fri Sep 7 16:52:28 2012 +0300
 
42985
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
42986
AuthorDate: Fri Sep 7 16:52:28 2012 +0300
 
42987
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
42988
CommitDate: Fri Sep 7 16:52:28 2012 +0300
37825
42989
 
37826
42990
    Updated Hebrew translation.
37827
42991
 
37830
42994
 1 file changed, 529 insertions(+), 518 deletions(-)
37831
42995
 
37832
42996
commit e2ca8f1df1a3dd9c817f759925def39c777881e1
37833
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
37834
 
Date:   Thu Sep 6 22:34:36 2012 +0200
 
42997
Author:     Мирослав Николић
 
42998
<miroslavnikolic@rocketmail.com>
 
42999
AuthorDate: Thu Sep 6 22:34:36 2012 +0200
 
43000
Commit:     Мирослав Николић
 
43001
<miroslavnikolic@rocketmail.com>
 
43002
CommitDate: Thu Sep 6 22:34:36 2012 +0200
37835
43003
 
37836
43004
    Updated Serbian translation
37837
43005
 
37842
43010
 2 files changed, 670 insertions(+), 694 deletions(-)
37843
43011
 
37844
43012
commit e6df67abe60654bc65317e05881be317ccbdc03b
37845
 
Author: Colin Walters <walters@verbum.org>
37846
 
Date:   Wed Sep 5 09:04:58 2012 -0400
 
43013
Author:     Colin Walters <walters@verbum.org>
 
43014
AuthorDate: Wed Sep 5 09:04:58 2012 -0400
 
43015
Commit:     Colin Walters <walters@verbum.org>
 
43016
CommitDate: Thu Sep 6 09:23:06 2012 -0400
37847
43017
 
37848
43018
    tests/gvariant: Fix test on big endian architectures
37849
43019
 
37856
43026
 1 file changed, 7 insertions(+)
37857
43027
 
37858
43028
commit 02f143c2d9fa793f872df65441f86bc958d5c731
37859
 
Author: Martin Pitt <martinpitt@gnome.org>
37860
 
Date:   Mon Sep 3 21:43:50 2012 +0200
 
43029
Author:     Martin Pitt <martinpitt@gnome.org>
 
43030
AuthorDate: Mon Sep 3 21:43:50 2012 +0200
 
43031
Commit:     Martin Pitt <martinpitt@gnome.org>
 
43032
CommitDate: Thu Sep 6 06:18:42 2012 +0200
37861
43033
 
37862
43034
    Box GTimeZone to make it introspectable
37863
43035
 
37870
43042
 4 files changed, 14 insertions(+)
37871
43043
 
37872
43044
commit f4980c6295c73aa218532cfb6de0e210eac9a3f3
37873
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
37874
 
Date:   Wed Sep 5 13:13:54 2012 +0100
 
43045
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
43046
AuthorDate: Wed Sep 5 13:13:54 2012 +0100
 
43047
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
43048
CommitDate: Wed Sep 5 13:13:54 2012 +0100
37875
43049
 
37876
43050
    Updated British English translation
37877
43051
 
37880
43054
 1 file changed, 829 insertions(+), 661 deletions(-)
37881
43055
 
37882
43056
commit 54fa6a0bcfbb175ad30e6285d061336da60befcf
37883
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
37884
 
Date:   Wed Sep 5 19:52:32 2012 +0800
 
43057
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
43058
AuthorDate: Wed Sep 5 19:52:32 2012 +0800
 
43059
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
43060
CommitDate: Wed Sep 5 19:52:32 2012 +0800
37885
43061
 
37886
43062
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
37887
43063
 
37892
43068
 2 files changed, 662 insertions(+), 648 deletions(-)
37893
43069
 
37894
43070
commit 9ecbb2dfd3bc022065689c40e6b2930765711bb3
37895
 
Author: Dirgita <dirgitadevina@yahoo.co.id>
37896
 
Date:   Tue Sep 4 19:47:46 2012 +0700
 
43071
Author:     Dirgita <dirgitadevina@yahoo.co.id>
 
43072
AuthorDate: Tue Sep 4 19:47:46 2012 +0700
 
43073
Commit:     Andika Triwidada <andika@gmail.com>
 
43074
CommitDate: Tue Sep 4 19:47:46 2012 +0700
37897
43075
 
37898
43076
    Updated Indonesian translation
37899
43077
 
37902
43080
 1 file changed, 333 insertions(+), 326 deletions(-)
37903
43081
 
37904
43082
commit dad25c48190b3a2817b6586dba8c043f6d8354d5
37905
 
Author: Matthias Clasen <mclasen@redhat.com>
37906
 
Date:   Mon Sep 3 16:27:19 2012 -0400
 
43083
Author:     Matthias Clasen <mclasen@redhat.com>
 
43084
AuthorDate: Mon Sep 3 16:27:19 2012 -0400
 
43085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43086
CommitDate: Mon Sep 3 16:27:19 2012 -0400
37907
43087
 
37908
43088
    Bump version
37909
43089
 
37911
43091
 1 file changed, 1 insertion(+), 1 deletion(-)
37912
43092
 
37913
43093
commit 626abfdc108154c3ae149e82580779669fb63881
37914
 
Author: Matthias Clasen <mclasen@redhat.com>
37915
 
Date:   Mon Sep 3 15:14:18 2012 -0400
 
43094
Author:     Matthias Clasen <mclasen@redhat.com>
 
43095
AuthorDate: Mon Sep 3 15:14:18 2012 -0400
 
43096
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43097
CommitDate: Mon Sep 3 15:14:18 2012 -0400
37916
43098
 
37917
43099
    2.33.10
37918
43100
 
37921
43103
 2 files changed, 52 insertions(+), 2 deletions(-)
37922
43104
 
37923
43105
commit 5d915a4a779e566431d0f268b63904d82e62f5bd
37924
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
37925
 
Date:   Mon Sep 3 16:18:23 2012 +0200
 
43106
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
43107
AuthorDate: Mon Sep 3 16:18:23 2012 +0200
 
43108
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
43109
CommitDate: Mon Sep 3 16:18:23 2012 +0200
37926
43110
 
37927
43111
    Revert "Updated Spanish translation"
37928
43112
 
37933
43117
 1 file changed, 791 insertions(+), 780 deletions(-)
37934
43118
 
37935
43119
commit bc036bf9789556f37b2872baaee3c126af7e6e3f
37936
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
37937
 
Date:   Mon Sep 3 16:15:35 2012 +0200
 
43120
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
43121
AuthorDate: Mon Sep 3 16:15:35 2012 +0200
 
43122
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
43123
CommitDate: Mon Sep 3 16:15:35 2012 +0200
37938
43124
 
37939
43125
    Updated Spanish translation
37940
43126
 
37943
43129
 1 file changed, 780 insertions(+), 791 deletions(-)
37944
43130
 
37945
43131
commit d68609f9fd22e0e498f13fc7340075022f94ed48
37946
 
Author: Dan Winship <danw@gnome.org>
37947
 
Date:   Mon Sep 3 10:06:13 2012 -0400
 
43132
Author:     Dan Winship <danw@gnome.org>
 
43133
AuthorDate: Mon Sep 3 10:06:13 2012 -0400
 
43134
Commit:     Dan Winship <danw@gnome.org>
 
43135
CommitDate: Mon Sep 3 10:07:31 2012 -0400
37948
43136
 
37949
43137
    Revert "xdgmime: plug a small leak"
37950
43138
 
37959
43147
 1 file changed, 1 deletion(-)
37960
43148
 
37961
43149
commit 857ac29c1fd785626281709051e4b3850493418c
37962
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
37963
 
Date:   Mon Sep 3 16:06:57 2012 +0200
 
43150
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
43151
AuthorDate: Mon Sep 3 16:06:57 2012 +0200
 
43152
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
43153
CommitDate: Mon Sep 3 16:06:57 2012 +0200
37964
43154
 
37965
43155
    Updated Spanish translation
37966
43156
 
37969
43159
 1 file changed, 356 insertions(+), 375 deletions(-)
37970
43160
 
37971
43161
commit 4d1b0d46dbf3f735a8808d66bc2d30baa9bd3947
37972
 
Author: Dan Winship <danw@gnome.org>
37973
 
Date:   Mon Sep 3 08:56:10 2012 -0400
 
43162
Author:     Dan Winship <danw@gnome.org>
 
43163
AuthorDate: Mon Sep 3 08:56:10 2012 -0400
 
43164
Commit:     Dan Winship <danw@gnome.org>
 
43165
CommitDate: Mon Sep 3 08:56:10 2012 -0400
37974
43166
 
37975
43167
    update .gitignore
37976
43168
 
37978
43170
 1 file changed, 1 insertion(+)
37979
43171
 
37980
43172
commit beb0f9c15058e2249ffed73747f11298e6949b84
37981
 
Author: Dan Winship <danw@gnome.org>
37982
 
Date:   Fri Aug 24 20:43:54 2012 -0400
 
43173
Author:     Dan Winship <danw@gnome.org>
 
43174
AuthorDate: Fri Aug 24 20:43:54 2012 -0400
 
43175
Commit:     Dan Winship <danw@gnome.org>
 
43176
CommitDate: Mon Sep 3 08:41:23 2012 -0400
37983
43177
 
37984
43178
    gio/tests: fix leaks
37985
43179
 
37999
43193
 11 files changed, 94 insertions(+), 16 deletions(-)
38000
43194
 
38001
43195
commit 17bb9d542cea2eeb3cb54cb583f671cf5e005631
38002
 
Author: Dan Winship <danw@gnome.org>
38003
 
Date:   Fri Aug 24 17:11:38 2012 -0400
 
43196
Author:     Dan Winship <danw@gnome.org>
 
43197
AuthorDate: Fri Aug 24 17:11:38 2012 -0400
 
43198
Commit:     Dan Winship <danw@gnome.org>
 
43199
CommitDate: Mon Sep 3 08:40:14 2012 -0400
38004
43200
 
38005
43201
    gio/tests/cancellable: fix to still work when running slowly
38006
43202
 
38014
43210
 1 file changed, 6 insertions(+), 3 deletions(-)
38015
43211
 
38016
43212
commit 568f7377088ea7836217f0bec917cc77e1210742
38017
 
Author: Dan Winship <danw@gnome.org>
38018
 
Date:   Fri Aug 24 17:11:17 2012 -0400
 
43213
Author:     Dan Winship <danw@gnome.org>
 
43214
AuthorDate: Fri Aug 24 17:11:17 2012 -0400
 
43215
Commit:     Dan Winship <danw@gnome.org>
 
43216
CommitDate: Mon Sep 3 08:40:14 2012 -0400
38019
43217
 
38020
43218
    gio/tests: port some stuff to g_test_expect_message()
38021
43219
 
38029
43227
 4 files changed, 85 insertions(+), 97 deletions(-)
38030
43228
 
38031
43229
commit 039ecf2bc613ea5687d1052a87c982163e506451
38032
 
Author: Dan Winship <danw@gnome.org>
38033
 
Date:   Fri Aug 24 17:08:38 2012 -0400
 
43230
Author:     Dan Winship <danw@gnome.org>
 
43231
AuthorDate: Fri Aug 24 17:08:38 2012 -0400
 
43232
Commit:     Dan Winship <danw@gnome.org>
 
43233
CommitDate: Mon Sep 3 08:40:14 2012 -0400
38034
43234
 
38035
43235
    g_file_copy: plug a leak
38036
43236
 
38043
43243
 1 file changed, 1 insertion(+)
38044
43244
 
38045
43245
commit fa58cef826d8f3b6b3eb0cad230b0421ee35f8a2
38046
 
Author: Dan Winship <danw@gnome.org>
38047
 
Date:   Fri Aug 24 17:06:46 2012 -0400
 
43246
Author:     Dan Winship <danw@gnome.org>
 
43247
AuthorDate: Fri Aug 24 17:06:46 2012 -0400
 
43248
Commit:     Dan Winship <danw@gnome.org>
 
43249
CommitDate: Mon Sep 3 08:36:10 2012 -0400
38048
43250
 
38049
43251
    GDesktopAppInfo: fix leaks
38050
43252
 
38059
43261
 1 file changed, 2 insertions(+), 1 deletion(-)
38060
43262
 
38061
43263
commit 4e7031f073db2df7297feab35c9d353b0b3977d8
38062
 
Author: Dan Winship <danw@gnome.org>
38063
 
Date:   Fri Aug 24 17:03:35 2012 -0400
 
43264
Author:     Dan Winship <danw@gnome.org>
 
43265
AuthorDate: Fri Aug 24 17:03:35 2012 -0400
 
43266
Commit:     Dan Winship <danw@gnome.org>
 
43267
CommitDate: Mon Sep 3 08:36:10 2012 -0400
38064
43268
 
38065
43269
    xdgmime: plug a small leak
38066
43270
 
38070
43274
 1 file changed, 1 insertion(+)
38071
43275
 
38072
43276
commit 03be681e08dc9e706d2d22df01fd4edb004a7577
38073
 
Author: Dan Winship <danw@gnome.org>
38074
 
Date:   Thu Aug 23 16:53:13 2012 -0400
 
43277
Author:     Dan Winship <danw@gnome.org>
 
43278
AuthorDate: Thu Aug 23 16:53:13 2012 -0400
 
43279
Commit:     Dan Winship <danw@gnome.org>
 
43280
CommitDate: Mon Sep 3 08:36:10 2012 -0400
38075
43281
 
38076
43282
    gobject/tests: plug leaks
38077
43283
 
38082
43288
 2 files changed, 13 insertions(+), 3 deletions(-)
38083
43289
 
38084
43290
commit e0cba35d4116c61035a0cbb403d89a04bbdb8963
38085
 
Author: Dan Winship <danw@gnome.org>
38086
 
Date:   Mon Aug 27 07:45:08 2012 -0400
 
43291
Author:     Dan Winship <danw@gnome.org>
 
43292
AuthorDate: Mon Aug 27 07:45:08 2012 -0400
 
43293
Commit:     Dan Winship <danw@gnome.org>
 
43294
CommitDate: Mon Sep 3 08:36:10 2012 -0400
38087
43295
 
38088
43296
    gobject/tests: use g_test_expect_messages()
38089
43297
 
38095
43303
 3 files changed, 17 insertions(+), 17 deletions(-)
38096
43304
 
38097
43305
commit 7972485ca10ef7b45389832f3d8afcf1372c8991
38098
 
Author: Yuri Kozlov <yuray@komyakino.ru>
38099
 
Date:   Mon Sep 3 10:16:21 2012 +0400
 
43306
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
43307
AuthorDate: Mon Sep 3 10:16:21 2012 +0400
 
43308
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
43309
CommitDate: Mon Sep 3 10:16:21 2012 +0400
38100
43310
 
38101
43311
    Updated Russian translation
38102
43312
 
38105
43315
 1 file changed, 824 insertions(+), 698 deletions(-)
38106
43316
 
38107
43317
commit 7662dbe82b2a4010418586434756ad75169318b3
38108
 
Author: Piotr Drąg <piotrdrag@gmail.com>
38109
 
Date:   Mon Sep 3 01:20:56 2012 +0200
 
43318
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
43319
AuthorDate: Mon Sep 3 01:20:56 2012 +0200
 
43320
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
43321
CommitDate: Mon Sep 3 01:20:56 2012 +0200
38110
43322
 
38111
43323
    Updated Polish translation
38112
43324
 
38114
43326
 1 file changed, 9 insertions(+), 2 deletions(-)
38115
43327
 
38116
43328
commit a30f6a6eb82e896d5b1dc0921d1d8256ed7ec546
38117
 
Author: Matthias Clasen <mclasen@redhat.com>
38118
 
Date:   Wed Aug 29 00:01:15 2012 -0400
 
43329
Author:     Matthias Clasen <mclasen@redhat.com>
 
43330
AuthorDate: Wed Aug 29 00:01:15 2012 -0400
 
43331
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43332
CommitDate: Sun Sep 2 15:10:20 2012 -0400
38119
43333
 
38120
43334
    Add new api to symbol lists and docs
38121
43335
 
38128
43342
 4 files changed, 13 insertions(+)
38129
43343
 
38130
43344
commit d80d70458ad1711f9c1935a58df3eb9e04853464
38131
 
Author: Matthias Clasen <mclasen@redhat.com>
38132
 
Date:   Sat Sep 1 00:20:22 2012 -0400
 
43345
Author:     Matthias Clasen <mclasen@redhat.com>
 
43346
AuthorDate: Sat Sep 1 00:20:22 2012 -0400
 
43347
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43348
CommitDate: Sun Sep 2 15:10:20 2012 -0400
38133
43349
 
38134
43350
    Add a threaded test for g_object_replace_data
38135
43351
 
38142
43358
 2 files changed, 94 insertions(+)
38143
43359
 
38144
43360
commit 2fa77fb76c452755fe5f2a1ebe10f27583959250
38145
 
Author: Matthias Clasen <mclasen@redhat.com>
38146
 
Date:   Tue Aug 28 23:56:01 2012 -0400
 
43361
Author:     Matthias Clasen <mclasen@redhat.com>
 
43362
AuthorDate: Tue Aug 28 23:56:01 2012 -0400
 
43363
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43364
CommitDate: Sun Sep 2 15:09:13 2012 -0400
38147
43365
 
38148
43366
    Add some tests for new object data api
38149
43367
 
38156
43374
 1 file changed, 121 insertions(+)
38157
43375
 
38158
43376
commit 1254ca716bf64ce97f6b47882493411883a41865
38159
 
Author: Matthias Clasen <mclasen@redhat.com>
38160
 
Date:   Tue Aug 28 06:45:30 2012 -0400
 
43377
Author:     Matthias Clasen <mclasen@redhat.com>
 
43378
AuthorDate: Tue Aug 28 06:45:30 2012 -0400
 
43379
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43380
CommitDate: Sun Sep 2 15:09:13 2012 -0400
38161
43381
 
38162
43382
    Add an atomic compare-and-exchange operation for object data
38163
43383
 
38171
43391
 2 files changed, 204 insertions(+), 1 deletion(-)
38172
43392
 
38173
43393
commit 06e3a1d71afb66d573b20f17a575c345fb4b697f
38174
 
Author: Matthias Clasen <mclasen@redhat.com>
38175
 
Date:   Tue Aug 28 06:44:00 2012 -0400
 
43394
Author:     Matthias Clasen <mclasen@redhat.com>
 
43395
AuthorDate: Tue Aug 28 06:44:00 2012 -0400
 
43396
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43397
CommitDate: Sun Sep 2 15:09:12 2012 -0400
38176
43398
 
38177
43399
    Add compare-and exchange for data lists
38178
43400
 
38188
43410
 2 files changed, 214 insertions(+), 26 deletions(-)
38189
43411
 
38190
43412
commit 18e49c30f02da6d0e10a4dc72760cf3f05303588
38191
 
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
38192
 
Date:   Sun Sep 2 16:02:50 2012 +0300
 
43413
Author:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
43414
AuthorDate: Sun Sep 2 16:02:50 2012 +0300
 
43415
Commit:     Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
43416
CommitDate: Sun Sep 2 16:04:37 2012 +0300
38193
43417
 
38194
43418
    Updated Latvian translation
38195
43419
 
38198
43422
 1 file changed, 1281 insertions(+), 1186 deletions(-)
38199
43423
 
38200
43424
commit b3beac08f592dcdf57181fcbdffd51fd8b9811f7
38201
 
Author: Aurimas Černius <aurisc4@gmail.com>
38202
 
Date:   Sun Sep 2 15:39:16 2012 +0300
 
43425
Author:     Aurimas Černius <aurisc4@gmail.com>
 
43426
AuthorDate: Sun Sep 2 15:39:16 2012 +0300
 
43427
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
43428
CommitDate: Sun Sep 2 15:39:16 2012 +0300
38203
43429
 
38204
43430
    Updated Lithuanian translation
38205
43431
 
38208
43434
 1 file changed, 388 insertions(+), 421 deletions(-)
38209
43435
 
38210
43436
commit 2d85894bc5e45b2a50e5a5784a99e4c31beea7ec
38211
 
Author: Paolo Borelli <pborelli@gnome.org>
38212
 
Date:   Sun Sep 2 12:25:50 2012 +0200
 
43437
Author:     Paolo Borelli <pborelli@gnome.org>
 
43438
AuthorDate: Sun Sep 2 12:25:50 2012 +0200
 
43439
Commit:     Paolo Borelli <pborelli@gnome.org>
 
43440
CommitDate: Sun Sep 2 12:25:50 2012 +0200
38213
43441
 
38214
43442
    Fix gtk-doc for g_app_info_get_supported_types
38215
43443
 
38217
43445
 1 file changed, 1 insertion(+), 1 deletion(-)
38218
43446
 
38219
43447
commit 724c8a18464cd3e2fb3547235cf1f82400bbf91e
38220
 
Author: Aleksander Morgado <aleksander@lanedo.com>
38221
 
Date:   Fri Aug 31 11:41:53 2012 +0200
 
43448
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
43449
AuthorDate: Fri Aug 31 11:41:53 2012 +0200
 
43450
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43451
CommitDate: Sat Sep 1 11:53:19 2012 -0400
38222
43452
 
38223
43453
    gdbus-codegen: avoid error when wrong interface is provided to
38224
43454
    --annotate
38249
43479
 1 file changed, 1 insertion(+)
38250
43480
 
38251
43481
commit c270b833a631ef5469d0dce787244ecf56386c5d
38252
 
Author: Matthias Clasen <mclasen@redhat.com>
38253
 
Date:   Fri Aug 31 23:22:16 2012 -0400
 
43482
Author:     Matthias Clasen <mclasen@redhat.com>
 
43483
AuthorDate: Fri Aug 31 23:22:16 2012 -0400
 
43484
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43485
CommitDate: Sat Sep 1 11:08:27 2012 -0400
38254
43486
 
38255
43487
    Fix shell tests
38256
43488
 
38258
43490
 1 file changed, 2 insertions(+), 1 deletion(-)
38259
43491
 
38260
43492
commit e81ba25d396dd5596e242e22c06bbd71d9e17168
38261
 
Author: Kjartan Maraas <kmaraas@gnome.org>
38262
 
Date:   Sat Sep 1 10:42:05 2012 +0200
 
43493
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
43494
AuthorDate: Sat Sep 1 10:42:05 2012 +0200
 
43495
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
43496
CommitDate: Sat Sep 1 10:42:05 2012 +0200
38263
43497
 
38264
43498
    Updated Norwegian bokmål translation
38265
43499
 
38268
43502
 1 file changed, 326 insertions(+), 317 deletions(-)
38269
43503
 
38270
43504
commit e2596ba2432a6417df35faa4410f07698c4fbb8a
38271
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
38272
 
Date:   Sat Sep 1 13:17:05 2012 +0700
 
43505
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
43506
AuthorDate: Sat Sep 1 13:17:05 2012 +0700
 
43507
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
43508
CommitDate: Sat Sep 1 13:17:05 2012 +0700
38273
43509
 
38274
43510
    Updated Vietnamese translation
38275
43511
 
38277
43513
 1 file changed, 3 insertions(+), 3 deletions(-)
38278
43514
 
38279
43515
commit 22eaa16b7f9e7fc5c9eee4b58449fbc6639f6ece
38280
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
38281
 
Date:   Sat Sep 1 13:16:36 2012 +0700
 
43516
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
43517
AuthorDate: Sat Sep 1 13:16:36 2012 +0700
 
43518
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
43519
CommitDate: Sat Sep 1 13:16:36 2012 +0700
38282
43520
 
38283
43521
    po/vi: import from Damned Lies
38284
43522
 
38287
43525
 1 file changed, 302 insertions(+), 328 deletions(-)
38288
43526
 
38289
43527
commit aefcd5922fff0800460570c6521a7456778c93b4
38290
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
38291
 
Date:   Fri Aug 31 21:00:52 2012 +0200
 
43528
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
43529
AuthorDate: Fri Aug 31 21:00:52 2012 +0200
 
43530
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
43531
CommitDate: Fri Aug 31 21:00:52 2012 +0200
38292
43532
 
38293
43533
    Updated Galician translations
38294
43534
 
38297
43537
 1 file changed, 337 insertions(+), 328 deletions(-)
38298
43538
 
38299
43539
commit 55f7061097c3a7e6a381089dab65b9eed642408c
38300
 
Author: Martin Pitt <martinpitt@gnome.org>
38301
 
Date:   Mon Aug 20 06:02:31 2012 +0200
 
43540
Author:     Martin Pitt <martinpitt@gnome.org>
 
43541
AuthorDate: Mon Aug 20 06:02:31 2012 +0200
 
43542
Commit:     Martin Pitt <martinpitt@gnome.org>
 
43543
CommitDate: Fri Aug 31 18:03:26 2012 +0200
38302
43544
 
38303
43545
    Bump max time in test_method_calls_on_proxy() test
38304
43546
 
38318
43560
 1 file changed, 1 insertion(+), 1 deletion(-)
38319
43561
 
38320
43562
commit 8297e8a3a0d63a69fd923219031438698a118759
38321
 
Author: Tom Tryfonidis <tomtryf@gmail.com>
38322
 
Date:   Fri Aug 31 11:08:42 2012 +0300
 
43563
Author:     Tom Tryfonidis <tomtryf@gmail.com>
 
43564
AuthorDate: Fri Aug 31 11:08:42 2012 +0300
 
43565
Commit:     Tom Tryfonidis <tomtryf@gmail.com>
 
43566
CommitDate: Fri Aug 31 11:08:42 2012 +0300
38323
43567
 
38324
43568
    Updated Greek translation
38325
43569
 
38328
43572
 1 file changed, 1017 insertions(+), 929 deletions(-)
38329
43573
 
38330
43574
commit eec52a18c029fc4f494e92a59f3cd6665f0f1bbd
38331
 
Author: Piotr Drąg <piotrdrag@gmail.com>
38332
 
Date:   Thu Aug 30 17:59:33 2012 +0200
 
43575
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
43576
AuthorDate: Thu Aug 30 17:59:33 2012 +0200
 
43577
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
43578
CommitDate: Thu Aug 30 17:59:33 2012 +0200
38333
43579
 
38334
43580
    Updated Polish translation
38335
43581
 
38338
43584
 1 file changed, 323 insertions(+), 316 deletions(-)
38339
43585
 
38340
43586
commit 40b4fae42e8c8ad306a1fab93a1e263354fef3d5
38341
 
Author: William Jon McCann <jmccann@redhat.com>
38342
 
Date:   Tue Aug 28 19:22:01 2012 -0400
 
43587
Author:     William Jon McCann <jmccann@redhat.com>
 
43588
AuthorDate: Tue Aug 28 19:22:01 2012 -0400
 
43589
Commit:     William Jon McCann <jmccann@redhat.com>
 
43590
CommitDate: Thu Aug 30 11:04:43 2012 -0400
38343
43591
 
38344
43592
    Add ability to get symbolic icon for content type
38345
43593
 
38355
43603
 5 files changed, 110 insertions(+), 47 deletions(-)
38356
43604
 
38357
43605
commit a15a071f35f2743451aa98b2b069b7eca975c7ea
38358
 
Author: William Jon McCann <jmccann@redhat.com>
38359
 
Date:   Tue Aug 28 18:56:53 2012 -0400
 
43606
Author:     William Jon McCann <jmccann@redhat.com>
 
43607
AuthorDate: Tue Aug 28 18:56:53 2012 -0400
 
43608
Commit:     William Jon McCann <jmccann@redhat.com>
 
43609
CommitDate: Thu Aug 30 11:04:43 2012 -0400
38360
43610
 
38361
43611
    Add symbolic icon support to gfileinfo
38362
43612
 
38372
43622
 6 files changed, 154 insertions(+), 21 deletions(-)
38373
43623
 
38374
43624
commit a2dca48bf75efcc684cfc670b4552a2c5c77d1a2
38375
 
Author: William Jon McCann <jmccann@redhat.com>
38376
 
Date:   Tue Aug 28 15:37:43 2012 -0400
 
43625
Author:     William Jon McCann <jmccann@redhat.com>
 
43626
AuthorDate: Tue Aug 28 15:37:43 2012 -0400
 
43627
Commit:     William Jon McCann <jmccann@redhat.com>
 
43628
CommitDate: Thu Aug 30 11:04:43 2012 -0400
38377
43629
 
38378
43630
    Add symbolic icon support to drive, volume, and mount
38379
43631
 
38398
43650
 13 files changed, 217 insertions(+), 30 deletions(-)
38399
43651
 
38400
43652
commit 88d181ef18b50018d4645870bc6d0a1283177f68
38401
 
Author: Rui Matos <tiagomatos@gmail.com>
38402
 
Date:   Wed Aug 29 19:18:45 2012 +0200
 
43653
Author:     Rui Matos <tiagomatos@gmail.com>
 
43654
AuthorDate: Wed Aug 29 19:18:45 2012 +0200
 
43655
Commit:     Rui Matos <tiagomatos@gmail.com>
 
43656
CommitDate: Thu Aug 30 11:51:49 2012 +0200
38403
43657
 
38404
43658
    gdbus-tool: Check return value of strrchr()
38405
43659
 
38413
43667
 1 file changed, 6 insertions(+)
38414
43668
 
38415
43669
commit 5328f760ee80ced5dc44ed9c0e388ee00d7bf42d
38416
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
38417
 
Date:   Thu Aug 30 17:14:13 2012 +0800
 
43670
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
43671
AuthorDate: Thu Aug 30 17:14:13 2012 +0800
 
43672
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
43673
CommitDate: Thu Aug 30 17:14:13 2012 +0800
38418
43674
 
38419
43675
    Update gspawn-win*helper* Visual C++ projects
38420
43676
 
38427
43683
 4 files changed, 16 insertions(+), 16 deletions(-)
38428
43684
 
38429
43685
commit 6e4acf44b3a943906432a2bf55223ac107d8e0c2
38430
 
Author: Dominique Leuenberger <dimstar@opensuse.org>
38431
 
Date:   Fri Aug 17 11:10:41 2012 +0200
 
43686
Author:     Dominique Leuenberger <dimstar@opensuse.org>
 
43687
AuthorDate: Fri Aug 17 11:10:41 2012 +0200
 
43688
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43689
CommitDate: Wed Aug 29 20:42:25 2012 -0400
38432
43690
 
38433
43691
    gshell: Fix parsing of comments in command lines.
38434
43692
 
38439
43697
 2 files changed, 20 insertions(+)
38440
43698
 
38441
43699
commit 9bca5bb49f0fc0585335abf476b7082e654878b6
38442
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
38443
 
Date:   Wed Aug 29 14:46:11 2012 -0400
 
43700
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
43701
AuthorDate: Wed Aug 29 14:46:11 2012 -0400
 
43702
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
43703
CommitDate: Wed Aug 29 14:46:11 2012 -0400
38444
43704
 
38445
43705
    appinfo: fix annotations for g_app_info_launch and
38446
43706
    g_app_info_launch_uris
38453
43713
 1 file changed, 2 insertions(+), 2 deletions(-)
38454
43714
 
38455
43715
commit 6e64ba58b90d1d834a6b5f61acec6755e4b80072
38456
 
Author: Colin Walters <walters@verbum.org>
38457
 
Date:   Mon Aug 27 18:30:06 2012 -0400
 
43716
Author:     Colin Walters <walters@verbum.org>
 
43717
AuthorDate: Mon Aug 27 18:30:06 2012 -0400
 
43718
Commit:     Colin Walters <walters@verbum.org>
 
43719
CommitDate: Tue Aug 28 13:56:59 2012 -0400
38458
43720
 
38459
43721
    Switch all open() calls to use g_open()
38460
43722
 
38476
43738
 9 files changed, 17 insertions(+), 16 deletions(-)
38477
43739
 
38478
43740
commit 2542b6f60492fadfb21f2c4a29976c3494c7e6c5
38479
 
Author: Colin Walters <walters@verbum.org>
38480
 
Date:   Mon Aug 27 18:22:26 2012 -0400
 
43741
Author:     Colin Walters <walters@verbum.org>
 
43742
AuthorDate: Mon Aug 27 18:22:26 2012 -0400
 
43743
Commit:     Colin Walters <walters@verbum.org>
 
43744
CommitDate: Tue Aug 28 13:56:58 2012 -0400
38481
43745
 
38482
43746
    xdgmime: Handle EINTR in open()
38483
43747
 
38487
43751
 1 file changed, 4 insertions(+), 1 deletion(-)
38488
43752
 
38489
43753
commit 62570a52b179fc521209444926d7945fc31210a4
38490
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
38491
 
Date:   Tue Aug 28 13:15:29 2012 -0400
 
43754
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
43755
AuthorDate: Tue Aug 28 13:15:29 2012 -0400
 
43756
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
43757
CommitDate: Tue Aug 28 13:16:25 2012 -0400
38492
43758
 
38493
43759
    gio: don't quote quark names for G_DEFINE_QUARK
38494
43760
 
38499
43765
 4 files changed, 4 insertions(+), 4 deletions(-)
38500
43766
 
38501
43767
commit 4b602940e2c46d9f91acf91f67a6cd0b6ea05e13
38502
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
38503
 
Date:   Tue Aug 28 13:15:56 2012 -0400
 
43768
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
43769
AuthorDate: Tue Aug 28 13:15:56 2012 -0400
 
43770
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
43771
CommitDate: Tue Aug 28 13:16:24 2012 -0400
38504
43772
 
38505
43773
    glib: don't quote quark names for G_DEFINE_QUARK
38506
43774
 
38521
43789
 14 files changed, 16 insertions(+), 16 deletions(-)
38522
43790
 
38523
43791
commit daae12710a890b974e57cc806b275248760ce131
38524
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
38525
 
Date:   Tue Aug 28 13:14:35 2012 -0400
 
43792
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
43793
AuthorDate: Tue Aug 28 13:14:35 2012 -0400
 
43794
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
43795
CommitDate: Tue Aug 28 13:16:23 2012 -0400
38526
43796
 
38527
43797
    gquark: clarify G_DEFINE_QUARK docs about the use of quotes
38528
43798
 
38534
43804
 1 file changed, 4 insertions(+), 2 deletions(-)
38535
43805
 
38536
43806
commit 369c7689c24154ac04ac1dd528f99164fafb0541
38537
 
Author: Matthias Clasen <mclasen@redhat.com>
38538
 
Date:   Tue Aug 28 05:52:24 2012 -0400
 
43807
Author:     Matthias Clasen <mclasen@redhat.com>
 
43808
AuthorDate: Tue Aug 28 05:52:24 2012 -0400
 
43809
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43810
CommitDate: Tue Aug 28 05:57:17 2012 -0400
38539
43811
 
38540
43812
    Add missing includes
38541
43813
 
38547
43819
 5 files changed, 5 insertions(+)
38548
43820
 
38549
43821
commit 60d2cb665ef4bc751b4a4a940ec2f336f57b5535
38550
 
Author: Matthias Clasen <mclasen@redhat.com>
38551
 
Date:   Mon Aug 27 23:42:12 2012 -0400
 
43822
Author:     Matthias Clasen <mclasen@redhat.com>
 
43823
AuthorDate: Mon Aug 27 23:42:12 2012 -0400
 
43824
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43825
CommitDate: Tue Aug 28 00:08:08 2012 -0400
38552
43826
 
38553
43827
    Use G_DEFINE_QUARK for quarks in GIO
38554
43828
 
38559
43833
 4 files changed, 5 insertions(+), 23 deletions(-)
38560
43834
 
38561
43835
commit b7d1518ce9f337a7ede1a659de31ff81dafcbac5
38562
 
Author: Matthias Clasen <mclasen@redhat.com>
38563
 
Date:   Mon Aug 27 23:37:41 2012 -0400
 
43836
Author:     Matthias Clasen <mclasen@redhat.com>
 
43837
AuthorDate: Mon Aug 27 23:37:41 2012 -0400
 
43838
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43839
CommitDate: Tue Aug 28 00:08:07 2012 -0400
38564
43840
 
38565
43841
    Fix a typo in a doc comment
38566
43842
 
38568
43844
 1 file changed, 1 insertion(+), 1 deletion(-)
38569
43845
 
38570
43846
commit 4f12f7c029d8a4e7eaca633cb7e71c82a08be28d
38571
 
Author: Matthias Clasen <mclasen@redhat.com>
38572
 
Date:   Mon Aug 27 23:36:42 2012 -0400
 
43847
Author:     Matthias Clasen <mclasen@redhat.com>
 
43848
AuthorDate: Mon Aug 27 23:36:42 2012 -0400
 
43849
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43850
CommitDate: Tue Aug 28 00:08:07 2012 -0400
38573
43851
 
38574
43852
    Use G_DEFINE_QUARK for GLib's own quarks
38575
43853
 
38593
43871
 14 files changed, 17 insertions(+), 98 deletions(-)
38594
43872
 
38595
43873
commit 702b44886572c657d552f3ec15e9794acd4265e5
38596
 
Author: Matthias Clasen <mclasen@redhat.com>
38597
 
Date:   Mon Aug 27 23:34:30 2012 -0400
 
43874
Author:     Matthias Clasen <mclasen@redhat.com>
 
43875
AuthorDate: Mon Aug 27 23:34:30 2012 -0400
 
43876
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43877
CommitDate: Tue Aug 28 00:08:07 2012 -0400
38598
43878
 
38599
43879
    Add a G_DEFINE_QUARK macro
38600
43880
 
38606
43886
 3 files changed, 26 insertions(+)
38607
43887
 
38608
43888
commit a1ff18582da002c93150d48f70aeab8b340f73ff
38609
 
Author: Matthias Clasen <mclasen@redhat.com>
38610
 
Date:   Mon Aug 27 23:16:25 2012 -0400
 
43889
Author:     Matthias Clasen <mclasen@redhat.com>
 
43890
AuthorDate: Mon Aug 27 23:16:25 2012 -0400
 
43891
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43892
CommitDate: Tue Aug 28 00:08:06 2012 -0400
38611
43893
 
38612
43894
    Put quarks in their own source file
38613
43895
 
38621
43903
 3 files changed, 349 insertions(+), 298 deletions(-)
38622
43904
 
38623
43905
commit 030ebfb93b4c4c4525341ef81f9c548fcc6d8921
38624
 
Author: Daiki Ueno <ueno@unixuser.org>
38625
 
Date:   Fri Aug 24 15:43:02 2012 +0900
 
43906
Author:     Daiki Ueno <ueno@unixuser.org>
 
43907
AuthorDate: Fri Aug 24 15:43:02 2012 +0900
 
43908
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43909
CommitDate: Tue Aug 28 00:08:06 2012 -0400
38626
43910
 
38627
43911
    gsettings-tool: make list-recursively really recurse
38628
43912
 
38632
43916
 1 file changed, 3 insertions(+), 8 deletions(-)
38633
43917
 
38634
43918
commit a55298941072697324ac34990ebf455271f1b35b
38635
 
Author: Matthias Clasen <mclasen@redhat.com>
38636
 
Date:   Sun Aug 19 23:50:09 2012 -0400
 
43919
Author:     Matthias Clasen <mclasen@redhat.com>
 
43920
AuthorDate: Sun Aug 19 23:50:09 2012 -0400
 
43921
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43922
CommitDate: Tue Aug 28 00:08:05 2012 -0400
38637
43923
 
38638
43924
    GFile: Cosmetic doc changes
38639
43925
 
38642
43928
 1 file changed, 2589 insertions(+), 2442 deletions(-)
38643
43929
 
38644
43930
commit 0149f44f4a3c8874b8327eddcd58561f5707220a
38645
 
Author: Matthias Clasen <mclasen@redhat.com>
38646
 
Date:   Sun Aug 19 18:36:18 2012 -0400
 
43931
Author:     Matthias Clasen <mclasen@redhat.com>
 
43932
AuthorDate: Sun Aug 19 18:36:18 2012 -0400
 
43933
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43934
CommitDate: Tue Aug 28 00:08:05 2012 -0400
38647
43935
 
38648
43936
    Fix the GDBusProxy async test
38649
43937
 
38654
43942
 1 file changed, 2 deletions(-)
38655
43943
 
38656
43944
commit 7e07ea8189547f7e044c418c914c4bc26f9cf6a2
38657
 
Author: Matthias Clasen <mclasen@redhat.com>
38658
 
Date:   Sun Aug 19 18:35:56 2012 -0400
 
43945
Author:     Matthias Clasen <mclasen@redhat.com>
 
43946
AuthorDate: Sun Aug 19 18:35:56 2012 -0400
 
43947
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43948
CommitDate: Tue Aug 28 00:08:05 2012 -0400
38659
43949
 
38660
43950
    Make async permission tests work
38661
43951
 
38663
43953
 1 file changed, 14 insertions(+), 2 deletions(-)
38664
43954
 
38665
43955
commit 375943ea215871c0fe6d1d02e970cb2d71c8445c
38666
 
Author: Mike Gorse <mgorse@suse.com>
38667
 
Date:   Thu Apr 26 16:06:34 2012 -0500
 
43956
Author:     Mike Gorse <mgorse@suse.com>
 
43957
AuthorDate: Thu Apr 26 16:06:34 2012 -0500
 
43958
Commit:     Matthias Clasen <mclasen@redhat.com>
 
43959
CommitDate: Tue Aug 28 00:08:04 2012 -0400
38668
43960
 
38669
43961
    Fix the gdbus-proxy async test
38670
43962
 
38684
43976
 1 file changed, 41 insertions(+), 6 deletions(-)
38685
43977
 
38686
43978
commit ce976bcac7294e72b3e94dda17fe5dfb157770d4
38687
 
Author: Colin Walters <walters@verbum.org>
38688
 
Date:   Mon Aug 27 14:37:21 2012 -0400
 
43979
Author:     Colin Walters <walters@verbum.org>
 
43980
AuthorDate: Mon Aug 27 14:37:21 2012 -0400
 
43981
Commit:     Colin Walters <walters@verbum.org>
 
43982
CommitDate: Mon Aug 27 18:10:12 2012 -0400
38689
43983
 
38690
43984
    gstdio: Harden g_open() against EINTR
38691
43985
 
38698
43992
 1 file changed, 6 insertions(+), 1 deletion(-)
38699
43993
 
38700
43994
commit d54e10632a575963790d50661ae75692bb159b37
38701
 
Author: Colin Walters <walters@verbum.org>
38702
 
Date:   Wed Mar 28 13:53:37 2012 -0400
 
43995
Author:     Colin Walters <walters@verbum.org>
 
43996
AuthorDate: Wed Mar 28 13:53:37 2012 -0400
 
43997
Commit:     Colin Walters <walters@verbum.org>
 
43998
CommitDate: Mon Aug 27 17:02:00 2012 -0400
38703
43999
 
38704
44000
    gvariant: Add tests for exact SHA256 checksums
38705
44001
 
38717
44013
 1 file changed, 74 insertions(+)
38718
44014
 
38719
44015
commit 7936af693477f5b8dfeef4e0d90e6fa4531cf395
38720
 
Author: Ryan Lortie <desrt@desrt.ca>
38721
 
Date:   Mon Aug 27 16:12:30 2012 -0400
 
44016
Author:     Ryan Lortie <desrt@desrt.ca>
 
44017
AuthorDate: Mon Aug 27 16:12:30 2012 -0400
 
44018
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44019
CommitDate: Mon Aug 27 16:12:30 2012 -0400
38722
44020
 
38723
44021
    GVariantType: gut g_variant_type_check()
38724
44022
 
38737
44035
 1 file changed, 2 insertions(+), 5 deletions(-)
38738
44036
 
38739
44037
commit b53e95f3eb98fc7ba1527e225c32bb4ee2892746
38740
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
38741
 
Date:   Mon Aug 27 23:39:52 2012 +0530
 
44038
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
44039
AuthorDate: Mon Aug 27 23:39:52 2012 +0530
 
44040
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
44041
CommitDate: Mon Aug 27 23:40:28 2012 +0530
38742
44042
 
38743
44043
    Implemented FUEL entries to Assamese translation
38744
44044
 
38747
44047
 1 file changed, 130 insertions(+), 130 deletions(-)
38748
44048
 
38749
44049
commit 1a2c5e155deacb7ebeb8d0ca2c800a97a90a7ab9
38750
 
Author: Dan Winship <danw@gnome.org>
38751
 
Date:   Thu Aug 23 12:48:49 2012 -0400
 
44050
Author:     Dan Winship <danw@gnome.org>
 
44051
AuthorDate: Thu Aug 23 12:48:49 2012 -0400
 
44052
Commit:     Dan Winship <danw@gnome.org>
 
44053
CommitDate: Mon Aug 27 07:38:27 2012 -0400
38752
44054
 
38753
44055
    glib/tests: fix leaks
38754
44056
 
38777
44079
 19 files changed, 596 insertions(+), 494 deletions(-)
38778
44080
 
38779
44081
commit 0c0cdfd9c4a9d57aae0fb50b5e18cab6ba9e1a76
38780
 
Author: Dan Winship <danw@gnome.org>
38781
 
Date:   Thu Aug 23 12:29:36 2012 -0400
 
44082
Author:     Dan Winship <danw@gnome.org>
 
44083
AuthorDate: Thu Aug 23 12:29:36 2012 -0400
 
44084
Commit:     Dan Winship <danw@gnome.org>
 
44085
CommitDate: Mon Aug 27 07:31:13 2012 -0400
38782
44086
 
38783
44087
    gtestutils: add g_test_add_data_func_full()
38784
44088
 
38794
44098
 4 files changed, 37 insertions(+)
38795
44099
 
38796
44100
commit 242737822357c9a686df69bdb888b0d42caf1d5c
38797
 
Author: Dan Winship <danw@gnome.org>
38798
 
Date:   Thu Aug 23 12:38:17 2012 -0400
 
44101
Author:     Dan Winship <danw@gnome.org>
 
44102
AuthorDate: Thu Aug 23 12:38:17 2012 -0400
 
44103
Commit:     Dan Winship <danw@gnome.org>
 
44104
CommitDate: Mon Aug 27 07:24:15 2012 -0400
38799
44105
 
38800
44106
    gmain: remove unix signal watch if its GSourceFunc returns FALSE
38801
44107
 
38808
44114
 1 file changed, 3 insertions(+), 2 deletions(-)
38809
44115
 
38810
44116
commit 99c7c951d99c180a5f5832d922b4f3f58380a1cd
38811
 
Author: Dan Winship <danw@gnome.org>
38812
 
Date:   Thu Aug 23 12:35:20 2012 -0400
 
44117
Author:     Dan Winship <danw@gnome.org>
 
44118
AuthorDate: Thu Aug 23 12:35:20 2012 -0400
 
44119
Commit:     Dan Winship <danw@gnome.org>
 
44120
CommitDate: Mon Aug 27 07:24:07 2012 -0400
38813
44121
 
38814
44122
    gmain: don't leak child sources that are destroyed before their
38815
44123
    parents
38824
44132
 1 file changed, 22 insertions(+), 22 deletions(-)
38825
44133
 
38826
44134
commit 48a9887eae1058b055994c832b26a8ab9876db57
38827
 
Author: Dan Winship <danw@gnome.org>
38828
 
Date:   Thu Aug 23 12:33:43 2012 -0400
 
44135
Author:     Dan Winship <danw@gnome.org>
 
44136
AuthorDate: Thu Aug 23 12:33:43 2012 -0400
 
44137
Commit:     Dan Winship <danw@gnome.org>
 
44138
CommitDate: Mon Aug 27 07:23:59 2012 -0400
38829
44139
 
38830
44140
    gmain: free source_lists when freeing GMainContext
38831
44141
 
38839
44149
 1 file changed, 8 insertions(+)
38840
44150
 
38841
44151
commit b901aaf6731d836b036aa1cee63087aa3fdc0768
38842
 
Author: Dan Winship <danw@gnome.org>
38843
 
Date:   Sun Aug 26 14:40:13 2012 -0400
 
44152
Author:     Dan Winship <danw@gnome.org>
 
44153
AuthorDate: Sun Aug 26 14:40:13 2012 -0400
 
44154
Commit:     Dan Winship <danw@gnome.org>
 
44155
CommitDate: Sun Aug 26 14:40:22 2012 -0400
38844
44156
 
38845
44157
    Update .gitignores
38846
44158
 
38849
44161
 2 files changed, 3 insertions(+)
38850
44162
 
38851
44163
commit ac7c050d377f6815534074b855cdf74f02cf96b2
38852
 
Author: Colin Walters <walters@verbum.org>
38853
 
Date:   Sat Aug 25 17:13:43 2012 -0400
 
44164
Author:     Colin Walters <walters@verbum.org>
 
44165
AuthorDate: Sat Aug 25 17:13:43 2012 -0400
 
44166
Commit:     Colin Walters <walters@verbum.org>
 
44167
CommitDate: Sat Aug 25 17:13:43 2012 -0400
38854
44168
 
38855
44169
    docs: Ensure CLEANFILES is set before we use +=
38856
44170
 
38863
44177
 3 files changed, 3 insertions(+)
38864
44178
 
38865
44179
commit dbad8304ff123f7fe242bdd8a8cfcb7eef8afce6
38866
 
Author: William Jon McCann <jmccann@redhat.com>
38867
 
Date:   Fri Aug 24 13:32:25 2012 -0400
 
44180
Author:     William Jon McCann <jmccann@redhat.com>
 
44181
AuthorDate: Fri Aug 24 13:32:25 2012 -0400
 
44182
Commit:     William Jon McCann <jmccann@redhat.com>
 
44183
CommitDate: Fri Aug 24 13:36:26 2012 -0400
38868
44184
 
38869
44185
    Don't crash if set_app_info is called before adding metadata
38870
44186
 
38876
44192
 1 file changed, 3 insertions(+)
38877
44193
 
38878
44194
commit dbf9f7a2882c240fe48ab441de7e015638686ccc
38879
 
Author: OKANO Takayoshi <kano@na.rim.or.jp>
38880
 
Date:   Thu Aug 23 19:15:09 2012 +0900
 
44195
Author:     OKANO Takayoshi <kano@na.rim.or.jp>
 
44196
AuthorDate: Thu Aug 23 19:15:09 2012 +0900
 
44197
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
44198
CommitDate: Thu Aug 23 19:15:09 2012 +0900
38881
44199
 
38882
44200
    [l10n] Update Japanese translation
38883
44201
 
38886
44204
 1 file changed, 680 insertions(+), 494 deletions(-)
38887
44205
 
38888
44206
commit 462c48acad4efe9db5afd3c7d8e3e0342a591bea
38889
 
Author: A S Alam <aalam@users.sf.net>
38890
 
Date:   Thu Aug 23 07:57:51 2012 +0530
 
44207
Author:     A S Alam <aalam@users.sf.net>
 
44208
AuthorDate: Thu Aug 23 07:57:51 2012 +0530
 
44209
Commit:     A S Alam <aalam@users.sf.net>
 
44210
CommitDate: Thu Aug 23 07:57:51 2012 +0530
38891
44211
 
38892
44212
    update Punjabi Translation
38893
44213
 
38896
44216
 1 file changed, 764 insertions(+), 637 deletions(-)
38897
44217
 
38898
44218
commit 12494f697ffd2117ec607d62a04c5a97e32e8482
38899
 
Author: Piotr Drąg <piotrdrag@gmail.com>
38900
 
Date:   Wed Aug 22 22:36:15 2012 +0200
 
44219
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
44220
AuthorDate: Wed Aug 22 22:36:15 2012 +0200
 
44221
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
44222
CommitDate: Wed Aug 22 22:36:15 2012 +0200
38901
44223
 
38902
44224
    Updated Polish translation
38903
44225
 
38906
44228
 1 file changed, 585 insertions(+), 454 deletions(-)
38907
44229
 
38908
44230
commit 0b6fdff05cc10f5e639a39dd4b79e01a025ad2d5
38909
 
Author: Colin Walters <walters@verbum.org>
38910
 
Date:   Wed Aug 22 14:48:41 2012 -0400
 
44231
Author:     Colin Walters <walters@verbum.org>
 
44232
AuthorDate: Wed Aug 22 14:48:41 2012 -0400
 
44233
Commit:     Colin Walters <walters@verbum.org>
 
44234
CommitDate: Wed Aug 22 14:48:41 2012 -0400
38911
44235
 
38912
44236
    Fix regression when TMPDIR/TMP are unset
38913
44237
 
38920
44244
 1 file changed, 1 insertion(+), 1 deletion(-)
38921
44245
 
38922
44246
commit ad20e074c4aa6492c5334870515f48c3a23e051c
38923
 
Author: Kjartan Maraas <kmaraas@gnome.org>
38924
 
Date:   Wed Aug 22 10:29:16 2012 +0200
 
44247
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
44248
AuthorDate: Wed Aug 22 10:29:16 2012 +0200
 
44249
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
44250
CommitDate: Wed Aug 22 10:29:16 2012 +0200
38925
44251
 
38926
44252
    Updated Norwegian bokmål translation
38927
44253
 
38930
44256
 1 file changed, 116 insertions(+), 109 deletions(-)
38931
44257
 
38932
44258
commit e77f3ea0d8194e421fc7dd18032622f8b8a85c2e
38933
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
38934
 
Date:   Wed Aug 22 09:15:00 2012 +0700
 
44259
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
44260
AuthorDate: Wed Aug 22 09:15:00 2012 +0700
 
44261
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
44262
CommitDate: Wed Aug 22 09:15:00 2012 +0700
38935
44263
 
38936
44264
    Updated Vietnamese translation
38937
44265
 
38940
44268
 1 file changed, 37 insertions(+), 53 deletions(-)
38941
44269
 
38942
44270
commit eab38232de82ae19cc3c12a67861e0f1d82191ca
38943
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
38944
 
Date:   Wed Aug 22 08:51:44 2012 +0700
 
44271
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
44272
AuthorDate: Wed Aug 22 08:51:44 2012 +0700
 
44273
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
44274
CommitDate: Wed Aug 22 08:51:44 2012 +0700
38945
44275
 
38946
44276
    po/vi: imported from Damned Lies
38947
44277
 
38950
44280
 1 file changed, 543 insertions(+), 409 deletions(-)
38951
44281
 
38952
44282
commit 4a89e2ee7d7a46a52272a6b4197cb3af998d0a49
38953
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
38954
 
Date:   Wed Aug 22 00:54:09 2012 +0100
 
44283
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
44284
AuthorDate: Wed Aug 22 00:54:09 2012 +0100
 
44285
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
44286
CommitDate: Wed Aug 22 00:54:09 2012 +0100
38955
44287
 
38956
44288
    Updated Portuguese translation
38957
44289
 
38960
44292
 1 file changed, 715 insertions(+), 545 deletions(-)
38961
44293
 
38962
44294
commit 221bbd8d76670d00f7b574ac77ca49ef9a9fb4dd
38963
 
Author: Ryan Lortie <desrt@desrt.ca>
38964
 
Date:   Tue Aug 21 16:32:17 2012 -0400
 
44295
Author:     Ryan Lortie <desrt@desrt.ca>
 
44296
AuthorDate: Tue Aug 21 16:32:17 2012 -0400
 
44297
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44298
CommitDate: Tue Aug 21 16:32:17 2012 -0400
38965
44299
 
38966
44300
    *bump*
38967
44301
 
38971
44305
 1 file changed, 1 insertion(+), 1 deletion(-)
38972
44306
 
38973
44307
commit a3655be2111ee38839fe2a1fd001923d1d4ad7be
38974
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
38975
 
Date:   Tue Aug 21 21:10:16 2012 +0200
 
44308
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
44309
AuthorDate: Tue Aug 21 21:10:16 2012 +0200
 
44310
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
44311
CommitDate: Tue Aug 21 21:15:45 2012 +0200
38976
44312
 
38977
44313
    win32: fix tests/sources.c
38978
44314
 
38988
44324
 1 file changed, 34 insertions(+), 44 deletions(-)
38989
44325
 
38990
44326
commit 7518f7a674723ded4cbb32d780c594c5d515af70
38991
 
Author: Stef Walter <stefw@gnome.org>
38992
 
Date:   Tue Aug 21 13:26:27 2012 +0200
 
44327
Author:     Stef Walter <stefw@gnome.org>
 
44328
AuthorDate: Tue Aug 21 13:26:27 2012 +0200
 
44329
Commit:     Stef Walter <stefw@gnome.org>
 
44330
CommitDate: Tue Aug 21 13:30:02 2012 +0200
38993
44331
 
38994
44332
    Revert "gtlscertificate: Add certificate-bytes and private-key-bytes
38995
44333
    props"
39012
44350
 3 files changed, 11 insertions(+), 58 deletions(-)
39013
44351
 
39014
44352
commit a8c784df58b7af490d0b08e74bd6f1085da692df
39015
 
Author: Stef Walter <stefw@gnome.org>
39016
 
Date:   Fri Aug 17 10:55:10 2012 +0200
 
44353
Author:     Stef Walter <stefw@gnome.org>
 
44354
AuthorDate: Fri Aug 17 10:55:10 2012 +0200
 
44355
Commit:     Stef Walter <stefw@gnome.org>
 
44356
CommitDate: Tue Aug 21 13:21:26 2012 +0200
39017
44357
 
39018
44358
    gdbus: Fix double free and use after free of object path
39019
44359
 
39026
44366
 1 file changed, 1 insertion(+), 1 deletion(-)
39027
44367
 
39028
44368
commit 2222b657ded5b0c59999f63ff74534726235d7eb
39029
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
39030
 
Date:   Tue Aug 21 19:16:27 2012 +0800
 
44369
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
44370
AuthorDate: Tue Aug 21 19:16:27 2012 +0800
 
44371
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
44372
CommitDate: Tue Aug 21 19:16:27 2012 +0800
39031
44373
 
39032
44374
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
39033
44375
 
39038
44380
 2 files changed, 78 insertions(+), 84 deletions(-)
39039
44381
 
39040
44382
commit 0d8a81b722e18092062f83b7fd8c0b3a5f4d613a
39041
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
39042
 
Date:   Mon Aug 20 19:46:33 2012 +0200
 
44383
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
44384
AuthorDate: Mon Aug 20 19:46:33 2012 +0200
 
44385
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
44386
CommitDate: Tue Aug 21 10:55:28 2012 +0200
39043
44387
 
39044
44388
    mount-op: use gint64 instead of guint64 for time_left and bytes_left
39045
44389
 
39052
44396
 2 files changed, 7 insertions(+), 6 deletions(-)
39053
44397
 
39054
44398
commit ac8c13d25c86e62f04bbfb7ac21fc9fb6eb02337
39055
 
Author: Andika Triwidada <andika@gmail.com>
39056
 
Date:   Tue Aug 21 13:53:46 2012 +0700
 
44399
Author:     Andika Triwidada <andika@gmail.com>
 
44400
AuthorDate: Tue Aug 21 13:53:46 2012 +0700
 
44401
Commit:     Andika Triwidada <andika@gmail.com>
 
44402
CommitDate: Tue Aug 21 13:53:46 2012 +0700
39057
44403
 
39058
44404
    Updated Indonesian translation
39059
44405
 
39062
44408
 1 file changed, 46 insertions(+), 44 deletions(-)
39063
44409
 
39064
44410
commit ed40bf6715763045457cd6123b3882222c818cde
39065
 
Author: Ryan Lortie <desrt@desrt.ca>
39066
 
Date:   Mon Aug 20 18:32:25 2012 -0400
 
44411
Author:     Ryan Lortie <desrt@desrt.ca>
 
44412
AuthorDate: Mon Aug 20 18:32:25 2012 -0400
 
44413
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44414
CommitDate: Mon Aug 20 18:36:51 2012 -0400
39067
44415
 
39068
44416
    NEWS, versions, etc.
39069
44417
 
39073
44421
 2 files changed, 59 insertions(+), 1 deletion(-)
39074
44422
 
39075
44423
commit 59394b3e1e3b3907b4dc18de4067e5476b4c1649
39076
 
Author: Ryan Lortie <desrt@desrt.ca>
39077
 
Date:   Mon Aug 20 18:32:46 2012 -0400
 
44424
Author:     Ryan Lortie <desrt@desrt.ca>
 
44425
AuthorDate: Mon Aug 20 18:32:46 2012 -0400
 
44426
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44427
CommitDate: Mon Aug 20 18:34:13 2012 -0400
39078
44428
 
39079
44429
    Revert the GMarkup attribute collect changes
39080
44430
 
39095
44445
 6 files changed, 165 insertions(+), 289 deletions(-)
39096
44446
 
39097
44447
commit 850680d751812e3d7fbc4052a8c56ad90e20a3fa
39098
 
Author: Ryan Lortie <desrt@desrt.ca>
39099
 
Date:   Mon Aug 20 17:57:13 2012 -0400
 
44448
Author:     Ryan Lortie <desrt@desrt.ca>
 
44449
AuthorDate: Mon Aug 20 17:57:13 2012 -0400
 
44450
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44451
CommitDate: Mon Aug 20 17:57:13 2012 -0400
39100
44452
 
39101
44453
    gmarkup test: fix use of message expect API
39102
44454
 
39104
44456
 1 file changed, 1 insertion(+), 1 deletion(-)
39105
44457
 
39106
44458
commit 56210220a2c86b099ca7757b67a3ef7fb2366d3d
39107
 
Author: Dan Winship <danw@gnome.org>
39108
 
Date:   Mon Aug 20 17:26:45 2012 -0400
 
44459
Author:     Dan Winship <danw@gnome.org>
 
44460
AuthorDate: Mon Aug 20 17:26:45 2012 -0400
 
44461
Commit:     Dan Winship <danw@gnome.org>
 
44462
CommitDate: Mon Aug 20 17:26:45 2012 -0400
39109
44463
 
39110
44464
    tests/protocol: update the messages to reflect G_LOG_DOMAIN being
39111
44465
    set now
39114
44468
 1 file changed, 5 insertions(+), 5 deletions(-)
39115
44469
 
39116
44470
commit d06c7a911ea28d9d8019b901f71bd12cfa2dd64d
39117
 
Author: Ryan Lortie <desrt@desrt.ca>
39118
 
Date:   Mon Aug 20 16:25:09 2012 -0400
 
44471
Author:     Ryan Lortie <desrt@desrt.ca>
 
44472
AuthorDate: Mon Aug 20 16:25:09 2012 -0400
 
44473
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44474
CommitDate: Mon Aug 20 16:26:25 2012 -0400
39119
44475
 
39120
44476
    g_test_expect_message: add some g_return_if_fail
39121
44477
 
39127
44483
 1 file changed, 4 insertions(+)
39128
44484
 
39129
44485
commit 07fadc7932713145ec429394c9ebf2a87bd09b75
39130
 
Author: Lars Uebernickel <lars.uebernickel@canonical.com>
39131
 
Date:   Mon Aug 20 14:32:14 2012 +0200
 
44486
Author:     Lars Uebernickel <lars.uebernickel@canonical.com>
 
44487
AuthorDate: Mon Aug 20 14:32:14 2012 +0200
 
44488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44489
CommitDate: Mon Aug 20 16:26:25 2012 -0400
39132
44490
 
39133
44491
    GMenuModel: add test for the new GMenuItem API
39134
44492
 
39137
44495
 1 file changed, 68 insertions(+)
39138
44496
 
39139
44497
commit 6798fcdd0f3c1b96c3c0e8561ea81e9a05f2005f
39140
 
Author: Ryan Lortie <desrt@desrt.ca>
39141
 
Date:   Sat Aug 18 14:24:46 2012 -0400
 
44498
Author:     Ryan Lortie <desrt@desrt.ca>
 
44499
AuthorDate: Sat Aug 18 14:24:46 2012 -0400
 
44500
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44501
CommitDate: Mon Aug 20 16:26:25 2012 -0400
39142
44502
 
39143
44503
    GMenuItem: add constructor to copy from model
39144
44504
 
39154
44514
 4 files changed, 93 insertions(+)
39155
44515
 
39156
44516
commit 99478dd893fab44f3672cbacce3c87b6dec3bb58
39157
 
Author: Ryan Lortie <desrt@desrt.ca>
39158
 
Date:   Sat Aug 18 14:20:59 2012 -0400
 
44517
Author:     Ryan Lortie <desrt@desrt.ca>
 
44518
AuthorDate: Sat Aug 18 14:20:59 2012 -0400
 
44519
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44520
CommitDate: Mon Aug 20 16:26:25 2012 -0400
39159
44521
 
39160
44522
    GMenuItem: add getter APIs
39161
44523
 
39170
44532
 4 files changed, 137 insertions(+)
39171
44533
 
39172
44534
commit ad79b0f8efdb72e9c4b337dffa62521e7fa2a89a
39173
 
Author: Ryan Lortie <desrt@desrt.ca>
39174
 
Date:   Sat Aug 18 14:14:21 2012 -0400
 
44535
Author:     Ryan Lortie <desrt@desrt.ca>
 
44536
AuthorDate: Sat Aug 18 14:14:21 2012 -0400
 
44537
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44538
CommitDate: Mon Aug 20 16:26:25 2012 -0400
39175
44539
 
39176
44540
    GMenuModel: remove a type safety bug
39177
44541
 
39185
44549
 1 file changed, 13 insertions(+), 3 deletions(-)
39186
44550
 
39187
44551
commit 34653169e5653b95d61c461f088e6016f042d08a
39188
 
Author: Ryan Lortie <desrt@desrt.ca>
39189
 
Date:   Sat Aug 18 14:12:55 2012 -0400
 
44552
Author:     Ryan Lortie <desrt@desrt.ca>
 
44553
AuthorDate: Sat Aug 18 14:12:55 2012 -0400
 
44554
Commit:     Ryan Lortie <desrt@desrt.ca>
 
44555
CommitDate: Mon Aug 20 16:26:25 2012 -0400
39190
44556
 
39191
44557
    GVariant: add g_variant_check_format_string()
39192
44558
 
39206
44572
 5 files changed, 163 insertions(+), 1 deletion(-)
39207
44573
 
39208
44574
commit 6a6b64ef4d9f2985eaf1cb727398019359b4b4f4
39209
 
Author: Aurimas Černius <aurisc4@gmail.com>
39210
 
Date:   Mon Aug 20 23:10:25 2012 +0300
 
44575
Author:     Aurimas Černius <aurisc4@gmail.com>
 
44576
AuthorDate: Mon Aug 20 23:10:25 2012 +0300
 
44577
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
44578
CommitDate: Mon Aug 20 23:10:25 2012 +0300
39211
44579
 
39212
44580
    Updated Lithuanian translation
39213
44581
 
39216
44584
 1 file changed, 847 insertions(+), 847 deletions(-)
39217
44585
 
39218
44586
commit cc24dac3c8edbe2068ba15522bb5d937602082dc
39219
 
Author: Dan Winship <danw@gnome.org>
39220
 
Date:   Mon Jul 30 16:38:30 2012 -0400
 
44587
Author:     Dan Winship <danw@gnome.org>
 
44588
AuthorDate: Mon Jul 30 16:38:30 2012 -0400
 
44589
Commit:     Dan Winship <danw@gnome.org>
 
44590
CommitDate: Mon Aug 20 13:54:52 2012 -0400
39221
44591
 
39222
44592
    glib/tests: use g_test_expect_message()
39223
44593
 
39236
44606
 6 files changed, 159 insertions(+), 137 deletions(-)
39237
44607
 
39238
44608
commit 25ac137c0a47ccc5214dabeaa41da18dac2b0cee
39239
 
Author: Dan Winship <danw@gnome.org>
39240
 
Date:   Mon Jul 30 16:05:08 2012 -0400
 
44609
Author:     Dan Winship <danw@gnome.org>
 
44610
AuthorDate: Mon Jul 30 16:05:08 2012 -0400
 
44611
Commit:     Dan Winship <danw@gnome.org>
 
44612
CommitDate: Mon Aug 20 13:54:52 2012 -0400
39241
44613
 
39242
44614
    gtestutils: add g_text_expect_message()
39243
44615
 
39255
44627
 5 files changed, 397 insertions(+), 171 deletions(-)
39256
44628
 
39257
44629
commit 78a8aecbb339f620e87711389f56308c219d443f
39258
 
Author: Dan Winship <danw@gnome.org>
39259
 
Date:   Mon Jul 30 15:32:31 2012 -0400
 
44630
Author:     Dan Winship <danw@gnome.org>
 
44631
AuthorDate: Mon Jul 30 15:32:31 2012 -0400
 
44632
Commit:     Dan Winship <danw@gnome.org>
 
44633
CommitDate: Mon Aug 20 13:49:06 2012 -0400
39260
44634
 
39261
44635
    g_logv: only expand the message once
39262
44636
 
39270
44644
 1 file changed, 24 insertions(+), 36 deletions(-)
39271
44645
 
39272
44646
commit f78931c4abf217fce0eca890da411c1c1c983d45
39273
 
Author: Dan Winship <danw@gnome.org>
39274
 
Date:   Wed Aug 1 09:49:10 2012 -0400
 
44647
Author:     Dan Winship <danw@gnome.org>
 
44648
AuthorDate: Wed Aug 1 09:49:10 2012 -0400
 
44649
Commit:     Dan Winship <danw@gnome.org>
 
44650
CommitDate: Mon Aug 20 13:49:06 2012 -0400
39275
44651
 
39276
44652
    glib/tests/testing, logging: don't use g_test_undefined()
39277
44653
 
39286
44662
 2 files changed, 31 insertions(+), 55 deletions(-)
39287
44663
 
39288
44664
commit d9f6314f57cad9940938165421c1efc09636147b
39289
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
39290
 
Date:   Tue Jul 3 02:04:08 2012 +0200
 
44665
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44666
AuthorDate: Tue Jul 3 02:04:08 2012 +0200
 
44667
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44668
CommitDate: Mon Aug 20 17:10:31 2012 +0200
39291
44669
 
39292
44670
    win32: add pipe-io-cancel-test
39293
44671
 
39301
44679
 1 file changed, 56 insertions(+)
39302
44680
 
39303
44681
commit b9b2cf6a666af907d775a871d76b5b6871b4a6bd
39304
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
39305
 
Date:   Wed Aug 8 01:02:40 2012 +0200
 
44682
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44683
AuthorDate: Wed Aug 8 01:02:40 2012 +0200
 
44684
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44685
CommitDate: Mon Aug 20 17:10:31 2012 +0200
39306
44686
 
39307
44687
    win32: add pipe-io-concurrent
39308
44688
 
39322
44702
 1 file changed, 98 insertions(+)
39323
44703
 
39324
44704
commit 1c1ba8b5122295651400eed3f3fb3b9f69f0ac47
39325
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
39326
 
Date:   Mon Aug 20 15:47:15 2012 +0200
 
44705
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44706
AuthorDate: Mon Aug 20 15:47:15 2012 +0200
 
44707
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44708
CommitDate: Mon Aug 20 17:10:31 2012 +0200
39327
44709
 
39328
44710
    win32: add pipe-io-overlap-test
39329
44711
 
39332
44714
 1 file changed, 92 insertions(+)
39333
44715
 
39334
44716
commit b9d7b80897d79cb43c4a795c7d9d3d9a24e140cc
39335
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
39336
 
Date:   Fri Jul 6 00:46:32 2012 +0200
 
44717
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44718
AuthorDate: Fri Jul 6 00:46:32 2012 +0200
 
44719
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44720
CommitDate: Mon Aug 20 17:10:31 2012 +0200
39337
44721
 
39338
44722
    win32: make gio stream cancellable
39339
44723
 
39350
44734
 1 file changed, 25 insertions(+), 4 deletions(-)
39351
44735
 
39352
44736
commit 4b5d762d5d73af90de49801ecc1da52d4cd86d6f
39353
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
39354
 
Date:   Wed Aug 8 01:08:15 2012 +0200
 
44737
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44738
AuthorDate: Wed Aug 8 01:08:15 2012 +0200
 
44739
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44740
CommitDate: Mon Aug 20 17:10:31 2012 +0200
39355
44741
 
39356
44742
    win32: handle ERROR_MORE_DATA
39357
44743
 
39371
44757
 1 file changed, 11 insertions(+), 2 deletions(-)
39372
44758
 
39373
44759
commit 23d80a04da43c08f4ea626283607a7546d7a56db
39374
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
39375
 
Date:   Mon Jul 2 21:45:41 2012 +0200
 
44760
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44761
AuthorDate: Mon Jul 2 21:45:41 2012 +0200
 
44762
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
44763
CommitDate: Mon Aug 20 17:10:31 2012 +0200
39376
44764
 
39377
44765
    win32: use overlapped events for streams
39378
44766
 
39407
44795
 4 files changed, 123 insertions(+), 27 deletions(-)
39408
44796
 
39409
44797
commit 96a0c589eec8e66f0d879c2a0979df6fd2c23dde
39410
 
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
39411
 
Date:   Mon Aug 20 16:41:42 2012 +0200
 
44798
Author:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
44799
AuthorDate: Mon Aug 20 16:41:42 2012 +0200
 
44800
Commit:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
44801
CommitDate: Mon Aug 20 16:41:42 2012 +0200
39412
44802
 
39413
44803
    gmem.c: array is only paritally filled by memcpy
39414
44804
 
39427
44817
 1 file changed, 1 insertion(+), 1 deletion(-)
39428
44818
 
39429
44819
commit 248cc2c8858a2c60b9aaaa7706ef3a7f5bce84cc
39430
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
39431
 
Date:   Mon Aug 20 14:15:39 2012 +0200
 
44820
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
44821
AuthorDate: Mon Aug 20 14:15:39 2012 +0200
 
44822
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
44823
CommitDate: Mon Aug 20 14:15:39 2012 +0200
39432
44824
 
39433
44825
    Updated Spanish translation
39434
44826
 
39437
44829
 1 file changed, 190 insertions(+), 158 deletions(-)
39438
44830
 
39439
44831
commit cbf346ce53887e7e40f38c0945f94ff672fa114e
39440
 
Author: Matthias Clasen <mclasen@redhat.com>
39441
 
Date:   Sun Aug 19 02:27:04 2012 -0400
 
44832
Author:     Matthias Clasen <mclasen@redhat.com>
 
44833
AuthorDate: Sun Aug 19 02:27:04 2012 -0400
 
44834
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44835
CommitDate: Sun Aug 19 02:27:04 2012 -0400
39442
44836
 
39443
44837
    Remove some more 'the the'
39444
44838
 
39446
44840
 1 file changed, 2 insertions(+), 2 deletions(-)
39447
44841
 
39448
44842
commit efd822bb07c50e68d3cbe4c7f7a3d816a0ab7808
39449
 
Author: Matthias Clasen <mclasen@redhat.com>
39450
 
Date:   Sun Aug 19 02:26:42 2012 -0400
 
44843
Author:     Matthias Clasen <mclasen@redhat.com>
 
44844
AuthorDate: Sun Aug 19 02:26:42 2012 -0400
 
44845
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44846
CommitDate: Sun Aug 19 02:26:42 2012 -0400
39451
44847
 
39452
44848
    Improve test coverage for GSocketConnection
39453
44849
 
39455
44851
 1 file changed, 5 insertions(+)
39456
44852
 
39457
44853
commit cc5d7ccdba6e46548a1e895db1d8dab3409278b8
39458
 
Author: Matthias Clasen <mclasen@redhat.com>
39459
 
Date:   Sun Aug 19 02:26:05 2012 -0400
 
44854
Author:     Matthias Clasen <mclasen@redhat.com>
 
44855
AuthorDate: Sun Aug 19 02:26:05 2012 -0400
 
44856
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44857
CommitDate: Sun Aug 19 02:26:05 2012 -0400
39460
44858
 
39461
44859
    Improve test coverage for unix socket addresses
39462
44860
 
39464
44862
 1 file changed, 4 insertions(+)
39465
44863
 
39466
44864
commit 63eaeb223b9b773e055acc1a8fc7637e4a676b82
39467
 
Author: Matthias Clasen <mclasen@redhat.com>
39468
 
Date:   Sun Aug 19 02:25:37 2012 -0400
 
44865
Author:     Matthias Clasen <mclasen@redhat.com>
 
44866
AuthorDate: Sun Aug 19 02:25:37 2012 -0400
 
44867
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44868
CommitDate: Sun Aug 19 02:25:37 2012 -0400
39469
44869
 
39470
44870
    Improve test coverage for resources
39471
44871
 
39474
44874
 1 file changed, 61 insertions(+)
39475
44875
 
39476
44876
commit beea8c5c847a7bf46ae77d834ed7cc3fb6822c5c
39477
 
Author: Matthias Clasen <mclasen@redhat.com>
39478
 
Date:   Sun Aug 19 02:25:21 2012 -0400
 
44877
Author:     Matthias Clasen <mclasen@redhat.com>
 
44878
AuthorDate: Sun Aug 19 02:25:21 2012 -0400
 
44879
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44880
CommitDate: Sun Aug 19 02:25:21 2012 -0400
39479
44881
 
39480
44882
    Improve test coverage for filter streams
39481
44883
 
39483
44885
 1 file changed, 21 insertions(+), 1 deletion(-)
39484
44886
 
39485
44887
commit b22f4a2dd2c05038f45485b850f3ba04bf28afb9
39486
 
Author: Matthias Clasen <mclasen@redhat.com>
39487
 
Date:   Sun Aug 19 02:25:02 2012 -0400
 
44888
Author:     Matthias Clasen <mclasen@redhat.com>
 
44889
AuthorDate: Sun Aug 19 02:25:02 2012 -0400
 
44890
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44891
CommitDate: Sun Aug 19 02:25:02 2012 -0400
39488
44892
 
39489
44893
    Improve test coverage for unix streams
39490
44894
 
39492
44896
 1 file changed, 38 insertions(+)
39493
44897
 
39494
44898
commit 3afec2b87282b25233add6bcdfb9af4657f40ddd
39495
 
Author: Matthias Clasen <mclasen@redhat.com>
39496
 
Date:   Sun Aug 19 02:24:44 2012 -0400
 
44899
Author:     Matthias Clasen <mclasen@redhat.com>
 
44900
AuthorDate: Sun Aug 19 02:24:44 2012 -0400
 
44901
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44902
CommitDate: Sun Aug 19 02:24:44 2012 -0400
39497
44903
 
39498
44904
    Improve test coverage for pollable streams
39499
44905
 
39501
44907
 1 file changed, 29 insertions(+)
39502
44908
 
39503
44909
commit eeb4951c47d6a869d50590a9a81afbb99f63b5f3
39504
 
Author: Matthias Clasen <mclasen@redhat.com>
39505
 
Date:   Sun Aug 19 02:24:04 2012 -0400
 
44910
Author:     Matthias Clasen <mclasen@redhat.com>
 
44911
AuthorDate: Sun Aug 19 02:24:04 2012 -0400
 
44912
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44913
CommitDate: Sun Aug 19 02:24:04 2012 -0400
39506
44914
 
39507
44915
    Improve GSettings test coverage
39508
44916
 
39512
44920
 2 files changed, 83 insertions(+), 1 deletion(-)
39513
44921
 
39514
44922
commit f89e9deaec3bf279eac5073a30d6d3d7b2a1568b
39515
 
Author: Matthias Clasen <mclasen@redhat.com>
39516
 
Date:   Sun Aug 19 02:23:32 2012 -0400
 
44923
Author:     Matthias Clasen <mclasen@redhat.com>
 
44924
AuthorDate: Sun Aug 19 02:23:32 2012 -0400
 
44925
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44926
CommitDate: Sun Aug 19 02:23:32 2012 -0400
39517
44927
 
39518
44928
    Improve GAppInfo test coverage
39519
44929
 
39524
44934
 3 files changed, 83 insertions(+), 6 deletions(-)
39525
44935
 
39526
44936
commit 35bf77445bcce900fa6007290ac8226107763b94
39527
 
Author: Matthias Clasen <mclasen@redhat.com>
39528
 
Date:   Sun Aug 19 02:22:59 2012 -0400
 
44937
Author:     Matthias Clasen <mclasen@redhat.com>
 
44938
AuthorDate: Sun Aug 19 02:22:59 2012 -0400
 
44939
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44940
CommitDate: Sun Aug 19 02:22:59 2012 -0400
39529
44941
 
39530
44942
    Add some GInetAddress tests
39531
44943
 
39535
44947
 2 files changed, 369 insertions(+)
39536
44948
 
39537
44949
commit 867ad1cebc002d881e9e113277e8ea2e03cdaaf1
39538
 
Author: Matthias Clasen <mclasen@redhat.com>
39539
 
Date:   Sun Aug 19 02:22:33 2012 -0400
 
44950
Author:     Matthias Clasen <mclasen@redhat.com>
 
44951
AuthorDate: Sun Aug 19 02:22:33 2012 -0400
 
44952
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44953
CommitDate: Sun Aug 19 02:22:33 2012 -0400
39540
44954
 
39541
44955
    Add some GPermission tests
39542
44956
 
39546
44960
 2 files changed, 110 insertions(+)
39547
44961
 
39548
44962
commit 2687d921e15e4aead3af4867fcd6220088085d7a
39549
 
Author: Matthias Clasen <mclasen@redhat.com>
39550
 
Date:   Sun Aug 19 02:21:02 2012 -0400
 
44963
Author:     Matthias Clasen <mclasen@redhat.com>
 
44964
AuthorDate: Sun Aug 19 02:21:02 2012 -0400
 
44965
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44966
CommitDate: Sun Aug 19 02:21:02 2012 -0400
39551
44967
 
39552
44968
    Cosmetic change
39553
44969
 
39559
44975
 2 files changed, 2 insertions(+), 2 deletions(-)
39560
44976
 
39561
44977
commit 4dbcd27eeea8181810c8ddefd116ce474bea8496
39562
 
Author: Matthias Clasen <mclasen@redhat.com>
39563
 
Date:   Sun Aug 19 02:19:27 2012 -0400
 
44978
Author:     Matthias Clasen <mclasen@redhat.com>
 
44979
AuthorDate: Sun Aug 19 02:19:27 2012 -0400
 
44980
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44981
CommitDate: Sun Aug 19 02:19:27 2012 -0400
39564
44982
 
39565
44983
    Make GPermission more forgiving
39566
44984
 
39573
44991
 1 file changed, 50 insertions(+), 3 deletions(-)
39574
44992
 
39575
44993
commit 4a8740d0d23077cf9be99dfd3cf583ba33595279
39576
 
Author: Matthias Clasen <mclasen@redhat.com>
39577
 
Date:   Sat Aug 18 23:17:47 2012 -0400
 
44994
Author:     Matthias Clasen <mclasen@redhat.com>
 
44995
AuthorDate: Sat Aug 18 23:17:47 2012 -0400
 
44996
Commit:     Matthias Clasen <mclasen@redhat.com>
 
44997
CommitDate: Sat Aug 18 23:17:47 2012 -0400
39578
44998
 
39579
44999
    It is 'registered', not 'registred'
39580
45000
 
39583
45003
 2 files changed, 7 insertions(+), 7 deletions(-)
39584
45004
 
39585
45005
commit e27367f341e56bd951ea4b6fb42ef23cd0598c65
39586
 
Author: Matthias Clasen <mclasen@redhat.com>
39587
 
Date:   Sat Aug 18 23:15:58 2012 -0400
 
45006
Author:     Matthias Clasen <mclasen@redhat.com>
 
45007
AuthorDate: Sat Aug 18 23:15:58 2012 -0400
 
45008
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45009
CommitDate: Sat Aug 18 23:15:58 2012 -0400
39588
45010
 
39589
45011
    Exterminate 'the the'
39590
45012
 
39599
45021
 8 files changed, 16 insertions(+), 16 deletions(-)
39600
45022
 
39601
45023
commit 96ed9e41f436412dbc0628cf45ecd460e9823089
39602
 
Author: Matthias Clasen <mclasen@redhat.com>
39603
 
Date:   Sat Aug 18 14:42:10 2012 -0400
 
45024
Author:     Matthias Clasen <mclasen@redhat.com>
 
45025
AuthorDate: Sat Aug 18 14:42:10 2012 -0400
 
45026
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45027
CommitDate: Sat Aug 18 14:42:10 2012 -0400
39604
45028
 
39605
45029
    Improve utils test coverage
39606
45030
 
39608
45032
 1 file changed, 25 insertions(+), 1 deletion(-)
39609
45033
 
39610
45034
commit cb8f88ca9fc87a65c7df69164e0ea8a905fc224b
39611
 
Author: Matthias Clasen <mclasen@redhat.com>
39612
 
Date:   Sat Aug 18 14:41:48 2012 -0400
 
45035
Author:     Matthias Clasen <mclasen@redhat.com>
 
45036
AuthorDate: Sat Aug 18 14:41:48 2012 -0400
 
45037
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45038
CommitDate: Sat Aug 18 14:41:48 2012 -0400
39613
45039
 
39614
45040
    Improve uri test coverage
39615
45041
 
39617
45043
 1 file changed, 3 insertions(+)
39618
45044
 
39619
45045
commit 2c338e21d6f86bad96283d5388991dc4c4b34361
39620
 
Author: Matthias Clasen <mclasen@redhat.com>
39621
 
Date:   Sat Aug 18 14:41:35 2012 -0400
 
45046
Author:     Matthias Clasen <mclasen@redhat.com>
 
45047
AuthorDate: Sat Aug 18 14:41:35 2012 -0400
 
45048
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45049
CommitDate: Sat Aug 18 14:41:35 2012 -0400
39622
45050
 
39623
45051
    Improve strfuncs tests coverage
39624
45052
 
39626
45054
 1 file changed, 8 insertions(+)
39627
45055
 
39628
45056
commit 58c7747c50c98331769bc4d68f341652c42063c3
39629
 
Author: Matthias Clasen <mclasen@redhat.com>
39630
 
Date:   Sat Aug 18 14:41:23 2012 -0400
 
45057
Author:     Matthias Clasen <mclasen@redhat.com>
 
45058
AuthorDate: Sat Aug 18 14:41:23 2012 -0400
 
45059
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45060
CommitDate: Sat Aug 18 14:41:23 2012 -0400
39631
45061
 
39632
45062
    Improve GRegex test coverage
39633
45063
 
39635
45065
 1 file changed, 10 insertions(+), 1 deletion(-)
39636
45066
 
39637
45067
commit a7e10fa0b6c1772b8be49f17bb3e1eeb3477c26c
39638
 
Author: Matthias Clasen <mclasen@redhat.com>
39639
 
Date:   Sat Aug 18 14:41:07 2012 -0400
 
45068
Author:     Matthias Clasen <mclasen@redhat.com>
 
45069
AuthorDate: Sat Aug 18 14:41:07 2012 -0400
 
45070
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45071
CommitDate: Sat Aug 18 14:41:07 2012 -0400
39640
45072
 
39641
45073
    Improve GPrivate test coverage
39642
45074
 
39644
45076
 1 file changed, 5 insertions(+), 1 deletion(-)
39645
45077
 
39646
45078
commit aad40b89fe0539eede3a66e2fe2fc8b9c8f5c420
39647
 
Author: Matthias Clasen <mclasen@redhat.com>
39648
 
Date:   Sat Aug 18 14:40:33 2012 -0400
 
45079
Author:     Matthias Clasen <mclasen@redhat.com>
 
45080
AuthorDate: Sat Aug 18 14:40:33 2012 -0400
 
45081
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45082
CommitDate: Sat Aug 18 14:40:33 2012 -0400
39649
45083
 
39650
45084
    Improve file utils test coverage
39651
45085
 
39654
45088
 1 file changed, 148 insertions(+), 1 deletion(-)
39655
45089
 
39656
45090
commit 6e1d205ad30e9a3c031d0660f909dbed8665dee4
39657
 
Author: Matthias Clasen <mclasen@redhat.com>
39658
 
Date:   Sat Aug 18 14:40:15 2012 -0400
 
45091
Author:     Matthias Clasen <mclasen@redhat.com>
 
45092
AuthorDate: Sat Aug 18 14:40:15 2012 -0400
 
45093
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45094
CommitDate: Sat Aug 18 14:40:15 2012 -0400
39659
45095
 
39660
45096
    Improve GError test coverage
39661
45097
 
39663
45099
 1 file changed, 18 insertions(+)
39664
45100
 
39665
45101
commit e181234fe5bbf80be3973d4803bce68887a771c6
39666
 
Author: Matthias Clasen <mclasen@redhat.com>
39667
 
Date:   Sat Aug 18 14:39:52 2012 -0400
 
45102
Author:     Matthias Clasen <mclasen@redhat.com>
 
45103
AuthorDate: Sat Aug 18 14:39:52 2012 -0400
 
45104
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45105
CommitDate: Sat Aug 18 14:39:52 2012 -0400
39668
45106
 
39669
45107
    Improve atomic ops test coverage
39670
45108
 
39672
45110
 1 file changed, 5 insertions(+)
39673
45111
 
39674
45112
commit 06d837b6a3ac59f8e997d9f745136d48b85ecb38
39675
 
Author: Matthias Clasen <mclasen@redhat.com>
39676
 
Date:   Sat Aug 18 14:39:28 2012 -0400
 
45113
Author:     Matthias Clasen <mclasen@redhat.com>
 
45114
AuthorDate: Sat Aug 18 14:39:28 2012 -0400
 
45115
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45116
CommitDate: Sat Aug 18 14:39:28 2012 -0400
39677
45117
 
39678
45118
    Improve array test coverage
39679
45119
 
39681
45121
 1 file changed, 8 insertions(+), 4 deletions(-)
39682
45122
 
39683
45123
commit 373dcaea567281b977e76d812a73d2ee201d2745
39684
 
Author: Matthias Clasen <mclasen@redhat.com>
39685
 
Date:   Sat Aug 18 14:38:53 2012 -0400
 
45124
Author:     Matthias Clasen <mclasen@redhat.com>
 
45125
AuthorDate: Sat Aug 18 14:38:53 2012 -0400
 
45126
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45127
CommitDate: Sat Aug 18 14:38:53 2012 -0400
39686
45128
 
39687
45129
    Improve threadpool test coverage
39688
45130
 
39690
45132
 1 file changed, 5 insertions(+), 1 deletion(-)
39691
45133
 
39692
45134
commit a946892b1e80aabcf33eb9783ce1cacaf6162e97
39693
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
39694
 
Date:   Fri Aug 17 23:17:51 2012 +0200
 
45135
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
45136
AuthorDate: Fri Aug 17 23:17:51 2012 +0200
 
45137
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
45138
CommitDate: Fri Aug 17 23:17:51 2012 +0200
39695
45139
 
39696
45140
    Updated Galician translations
39697
45141
 
39700
45144
 1 file changed, 276 insertions(+), 274 deletions(-)
39701
45145
 
39702
45146
commit 2360d04e50d744a6db42a0a24418ecd272b45a8e
39703
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
39704
 
Date:   Thu Aug 16 22:06:45 2012 -0400
 
45147
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
45148
AuthorDate: Thu Aug 16 22:06:45 2012 -0400
 
45149
Commit:     Owen W. Taylor <otaylor@fishsoup.net>
 
45150
CommitDate: Fri Aug 17 13:41:34 2012 -0400
39705
45151
 
39706
45152
    Fix problems with CLEANFILES and automake-1.11.1
39707
45153
 
39717
45163
 2 files changed, 5 insertions(+), 2 deletions(-)
39718
45164
 
39719
45165
commit fdcdcf4f2f7a382d8b8d00842524bbd9aa82d3e0
39720
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
39721
 
Date:   Fri Aug 17 19:43:40 2012 +0530
 
45166
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
45167
AuthorDate: Fri Aug 17 19:43:40 2012 +0530
 
45168
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
45169
CommitDate: Fri Aug 17 19:43:40 2012 +0530
39722
45170
 
39723
45171
    Updated Telugu Translations
39724
45172
 
39727
45175
 1 file changed, 47 insertions(+), 57 deletions(-)
39728
45176
 
39729
45177
commit a53ccea814fa052a7d2aaa543cf2483b4f455cb4
39730
 
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
39731
 
Date:   Fri Aug 17 19:22:00 2012 +0530
 
45178
Author:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
45179
AuthorDate: Fri Aug 17 19:22:00 2012 +0530
 
45180
Commit:     Krishnababu Krothapalli <kkrothap@redhat.com>
 
45181
CommitDate: Fri Aug 17 19:22:00 2012 +0530
39732
45182
 
39733
45183
    Updated Telugu Translations
39734
45184
 
39737
45187
 1 file changed, 628 insertions(+), 449 deletions(-)
39738
45188
 
39739
45189
commit 2954f70d39198e67ff6a364a4f5c275381af1a75
39740
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
39741
 
Date:   Fri Aug 17 19:22:43 2012 +0800
 
45190
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
45191
AuthorDate: Fri Aug 17 19:22:43 2012 +0800
 
45192
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
45193
CommitDate: Fri Aug 17 19:22:43 2012 +0800
39742
45194
 
39743
45195
    Fix build on Visual C++
39744
45196
 
39752
45204
 2 files changed, 4 insertions(+), 1 deletion(-)
39753
45205
 
39754
45206
commit 69124b2dc4587f9c978648e38c548c50352ef930
39755
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
39756
 
Date:   Fri Aug 17 12:59:44 2012 +0200
 
45207
Author:     Мирослав Николић
 
45208
<miroslavnikolic@rocketmail.com>
 
45209
AuthorDate: Fri Aug 17 12:59:44 2012 +0200
 
45210
Commit:     Мирослав Николић
 
45211
<miroslavnikolic@rocketmail.com>
 
45212
CommitDate: Fri Aug 17 12:59:44 2012 +0200
39757
45213
 
39758
45214
    Updated Serbian translation
39759
45215
 
39764
45220
 2 files changed, 278 insertions(+), 228 deletions(-)
39765
45221
 
39766
45222
commit f116437c7e73035a72ce45cb47c4518df604711a
39767
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
39768
 
Date:   Fri Aug 17 14:22:32 2012 +0530
 
45223
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
45224
AuthorDate: Fri Aug 17 14:22:32 2012 +0530
 
45225
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
45226
CommitDate: Fri Aug 17 14:23:19 2012 +0530
39769
45227
 
39770
45228
    Assamese translation updated
39771
45229
 
39774
45232
 1 file changed, 171 insertions(+), 147 deletions(-)
39775
45233
 
39776
45234
commit 56e9f896c691cb99ebd4f4d20a507760c0f445fa
39777
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
39778
 
Date:   Fri Aug 17 12:24:15 2012 +0530
 
45235
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
45236
AuthorDate: Fri Aug 17 12:24:15 2012 +0530
 
45237
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
45238
CommitDate: Fri Aug 17 12:24:15 2012 +0530
39779
45239
 
39780
45240
    Updated Marathi Translations
39781
45241
 
39784
45244
 1 file changed, 780 insertions(+), 592 deletions(-)
39785
45245
 
39786
45246
commit 86a4fd6fa98de29f7ee05ba655a00e4c42f11756
39787
 
Author: David King <amigadave@amigadave.com>
39788
 
Date:   Fri Feb 17 11:15:08 2012 +0000
 
45247
Author:     David King <amigadave@amigadave.com>
 
45248
AuthorDate: Fri Feb 17 11:15:08 2012 +0000
 
45249
Commit:     David King <amigadave@amigadave.com>
 
45250
CommitDate: Fri Aug 17 07:16:50 2012 +0100
39789
45251
 
39790
45252
    docs: Describe GCompletion item memory management
39791
45253
 
39795
45257
 1 file changed, 13 insertions(+), 7 deletions(-)
39796
45258
 
39797
45259
commit b13a79aeb45e0630482202372e136ea264a24e5f
39798
 
Author: Matthias Clasen <mclasen@redhat.com>
39799
 
Date:   Fri Aug 17 01:14:51 2012 -0400
 
45260
Author:     Matthias Clasen <mclasen@redhat.com>
 
45261
AuthorDate: Fri Aug 17 01:14:51 2012 -0400
 
45262
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45263
CommitDate: Fri Aug 17 01:15:08 2012 -0400
39800
45264
 
39801
45265
    Adapt schema tests to changed error messages
39802
45266
 
39804
45268
 1 file changed, 3 insertions(+), 3 deletions(-)
39805
45269
 
39806
45270
commit 056d39c9f7e058397beaed7b4f5637857510b4e2
39807
 
Author: Colin Walters <walters@verbum.org>
39808
 
Date:   Tue May 29 18:54:58 2012 -0400
 
45271
Author:     Colin Walters <walters@verbum.org>
 
45272
AuthorDate: Tue May 29 18:54:58 2012 -0400
 
45273
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45274
CommitDate: Fri Aug 17 00:48:40 2012 -0400
39809
45275
 
39810
45276
    GMappedFile: Add g_mapped_file_get_bytes()
39811
45277
 
39822
45288
 5 files changed, 47 insertions(+)
39823
45289
 
39824
45290
commit b0d8498ee31ab9e3a0ad4c747d1816dd6d4758f5
39825
 
Author: Matthias Clasen <mclasen@redhat.com>
39826
 
Date:   Fri Aug 17 00:27:10 2012 -0400
 
45291
Author:     Matthias Clasen <mclasen@redhat.com>
 
45292
AuthorDate: Fri Aug 17 00:27:10 2012 -0400
 
45293
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45294
CommitDate: Fri Aug 17 00:27:10 2012 -0400
39827
45295
 
39828
45296
    GDateTime: pack the struct better
39829
45297
 
39833
45301
 1 file changed, 3 insertions(+), 3 deletions(-)
39834
45302
 
39835
45303
commit 86329ba44fc7662c0bad37955f0ec980a24be495
39836
 
Author: Matthias Clasen <mclasen@redhat.com>
39837
 
Date:   Thu Aug 16 23:41:19 2012 -0400
 
45304
Author:     Matthias Clasen <mclasen@redhat.com>
 
45305
AuthorDate: Thu Aug 16 23:41:19 2012 -0400
 
45306
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45307
CommitDate: Thu Aug 16 23:41:19 2012 -0400
39838
45308
 
39839
45309
    gdbus: Use g_markup_collect_known_attributes() in GDBus introspection
39840
45310
 
39849
45319
 1 file changed, 47 insertions(+), 53 deletions(-)
39850
45320
 
39851
45321
commit 8d40389d15544bdc612989157f80380badce52f7
39852
 
Author: Matthias Clasen <mclasen@redhat.com>
39853
 
Date:   Thu Aug 16 23:40:08 2012 -0400
 
45322
Author:     Matthias Clasen <mclasen@redhat.com>
 
45323
AuthorDate: Thu Aug 16 23:40:08 2012 -0400
 
45324
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45325
CommitDate: Thu Aug 16 23:40:08 2012 -0400
39854
45326
 
39855
45327
    gmarkup: Add g_markup_collect_known_attributes()
39856
45328
 
39872
45344
 5 files changed, 242 insertions(+), 112 deletions(-)
39873
45345
 
39874
45346
commit 21aff13d22257ae786bbf39bd68f24f448205bfc
39875
 
Author: Matthias Clasen <mclasen@redhat.com>
39876
 
Date:   Thu Aug 16 23:23:16 2012 -0400
 
45347
Author:     Matthias Clasen <mclasen@redhat.com>
 
45348
AuthorDate: Thu Aug 16 23:23:16 2012 -0400
 
45349
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45350
CommitDate: Thu Aug 16 23:23:16 2012 -0400
39877
45351
 
39878
45352
    Fix 'make report'
39879
45353
 
39884
45358
 1 file changed, 1 insertion(+)
39885
45359
 
39886
45360
commit 6bee6dbce53310935dce7cb1de73e0b0be36f988
39887
 
Author: Matthias Clasen <mclasen@redhat.com>
39888
 
Date:   Thu Aug 16 23:02:41 2012 -0400
 
45361
Author:     Matthias Clasen <mclasen@redhat.com>
 
45362
AuthorDate: Thu Aug 16 23:02:41 2012 -0400
 
45363
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45364
CommitDate: Thu Aug 16 23:02:41 2012 -0400
39889
45365
 
39890
45366
    Miscellaneous string fixes
39891
45367
 
39904
45380
 8 files changed, 19 insertions(+), 19 deletions(-)
39905
45381
 
39906
45382
commit e4dc223e9d1778f21c8267171dd6562ba82634c3
39907
 
Author: Matthias Clasen <mclasen@redhat.com>
39908
 
Date:   Thu Aug 16 22:47:43 2012 -0400
 
45383
Author:     Matthias Clasen <mclasen@redhat.com>
 
45384
AuthorDate: Thu Aug 16 22:47:43 2012 -0400
 
45385
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45386
CommitDate: Thu Aug 16 22:47:43 2012 -0400
39909
45387
 
39910
45388
    Make capitalisation of "UNIX" consistent in translatable strings
39911
45389
 
39916
45394
 1 file changed, 2 insertions(+), 2 deletions(-)
39917
45395
 
39918
45396
commit 191f09b04409202fc88fc88f5e05c16d4cdfa86c
39919
 
Author: Matthias Clasen <mclasen@redhat.com>
39920
 
Date:   Thu Aug 16 22:23:20 2012 -0400
 
45397
Author:     Matthias Clasen <mclasen@redhat.com>
 
45398
AuthorDate: Thu Aug 16 22:23:20 2012 -0400
 
45399
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45400
CommitDate: Thu Aug 16 22:23:20 2012 -0400
39921
45401
 
39922
45402
    Change "dash" to "hyphen" in translatable strings
39923
45403
 
39929
45409
 1 file changed, 3 insertions(+), 3 deletions(-)
39930
45410
 
39931
45411
commit 4e55bebb7aaaf2bdd635db691ad6524dd9e893f8
39932
 
Author: Matthias Clasen <mclasen@redhat.com>
39933
 
Date:   Thu Aug 16 22:17:46 2012 -0400
 
45412
Author:     Matthias Clasen <mclasen@redhat.com>
 
45413
AuthorDate: Thu Aug 16 22:17:46 2012 -0400
 
45414
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45415
CommitDate: Thu Aug 16 22:17:46 2012 -0400
39934
45416
 
39935
45417
    Fix leak in GWinHttpVfs
39936
45418
 
39941
45423
 1 file changed, 2 insertions(+)
39942
45424
 
39943
45425
commit 6ef1e56479db644cff6717a838a8e63a54ce54da
39944
 
Author: Matthias Clasen <mclasen@redhat.com>
39945
 
Date:   Thu Aug 16 22:15:54 2012 -0400
 
45426
Author:     Matthias Clasen <mclasen@redhat.com>
 
45427
AuthorDate: Thu Aug 16 22:15:54 2012 -0400
 
45428
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45429
CommitDate: Thu Aug 16 22:15:54 2012 -0400
39946
45430
 
39947
45431
    Fix leak in GFileAttributeInfoList
39948
45432
 
39953
45437
 1 file changed, 1 insertion(+)
39954
45438
 
39955
45439
commit bf3262dd935ecbe72374311447de1f1c70a43fcc
39956
 
Author: Matthias Clasen <mclasen@redhat.com>
39957
 
Date:   Thu Aug 16 20:18:37 2012 -0400
 
45440
Author:     Matthias Clasen <mclasen@redhat.com>
 
45441
AuthorDate: Thu Aug 16 20:18:37 2012 -0400
 
45442
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45443
CommitDate: Thu Aug 16 21:33:04 2012 -0400
39958
45444
 
39959
45445
    GTest: Improve --help output
39960
45446
 
39966
45452
 2 files changed, 41 insertions(+), 53 deletions(-)
39967
45453
 
39968
45454
commit 55ca95c2203cb483439aae9b1f282b93f32f621c
39969
 
Author: David King <amigadave@amigadave.com>
39970
 
Date:   Fri Feb 17 14:42:58 2012 +0000
 
45455
Author:     David King <amigadave@amigadave.com>
 
45456
AuthorDate: Fri Feb 17 14:42:58 2012 +0000
 
45457
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45458
CommitDate: Thu Aug 16 19:17:41 2012 -0400
39971
45459
 
39972
45460
    docs: Improve G_GNUC_* documentation
39973
45461
 
39981
45469
 1 file changed, 77 insertions(+), 17 deletions(-)
39982
45470
 
39983
45471
commit 2ccf64ba59cfcc472a658b036b8a919aa081ea7f
39984
 
Author: Matthias Clasen <mclasen@redhat.com>
39985
 
Date:   Thu Aug 16 18:44:41 2012 -0400
 
45472
Author:     Matthias Clasen <mclasen@redhat.com>
 
45473
AuthorDate: Thu Aug 16 18:44:41 2012 -0400
 
45474
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45475
CommitDate: Thu Aug 16 18:46:17 2012 -0400
39986
45476
 
39987
45477
    Improve glib-genmarshal man page
39988
45478
 
39995
45485
 1 file changed, 14 insertions(+), 7 deletions(-)
39996
45486
 
39997
45487
commit aa50b8aec31df6951070ed9674ab3b14dc6d2759
39998
 
Author: Colin Walters <walters@verbum.org>
39999
 
Date:   Thu Aug 16 18:31:02 2012 -0400
 
45488
Author:     Colin Walters <walters@verbum.org>
 
45489
AuthorDate: Thu Aug 16 18:31:02 2012 -0400
 
45490
Commit:     Colin Walters <walters@verbum.org>
 
45491
CommitDate: Thu Aug 16 18:31:02 2012 -0400
40000
45492
 
40001
45493
    build: Fix the --disable-man case
40002
45494
 
40008
45500
 3 files changed, 15 insertions(+), 8 deletions(-)
40009
45501
 
40010
45502
commit d7e1d51fc94b79dfa4243f3b9aa6eafbe169ed6f
40011
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
40012
 
Date:   Tue Aug 14 12:57:43 2012 -0400
 
45503
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
45504
AuthorDate: Tue Aug 14 12:57:43 2012 -0400
 
45505
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45506
CommitDate: Thu Aug 16 18:08:08 2012 -0400
40013
45507
 
40014
45508
    Add tests for g_file_make_directory_with_parents()
40015
45509
 
40023
45517
 1 file changed, 93 insertions(+)
40024
45518
 
40025
45519
commit f899358156a34d1b5258d1fcdeb289e7b2bbf233
40026
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
40027
 
Date:   Tue Aug 14 11:25:56 2012 -0400
 
45520
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
45521
AuthorDate: Tue Aug 14 11:25:56 2012 -0400
 
45522
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45523
CommitDate: Thu Aug 16 18:08:06 2012 -0400
40028
45524
 
40029
45525
    g_file_make_directory_with_parents: clean up logic
40030
45526
 
40037
45533
 1 file changed, 10 insertions(+), 12 deletions(-)
40038
45534
 
40039
45535
commit 5291190f46614c9e1491599af345f9c41c74967e
40040
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
40041
 
Date:   Tue Aug 14 11:20:16 2012 -0400
 
45536
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
45537
AuthorDate: Tue Aug 14 11:20:16 2012 -0400
 
45538
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45539
CommitDate: Thu Aug 16 18:08:05 2012 -0400
40042
45540
 
40043
45541
    g_file_make_directory_with_parents(): fix a corner case
40044
45542
 
40051
45549
 1 file changed, 3 insertions(+), 2 deletions(-)
40052
45550
 
40053
45551
commit 732470a3594351ffc3d085a755271844c462e9c8
40054
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
40055
 
Date:   Tue Aug 14 11:00:14 2012 -0400
 
45552
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
45553
AuthorDate: Tue Aug 14 11:00:14 2012 -0400
 
45554
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45555
CommitDate: Thu Aug 16 18:08:03 2012 -0400
40056
45556
 
40057
45557
    g_file_make_directory_with_parents: refix error propagation
40058
45558
 
40069
45569
 1 file changed, 1 insertion(+), 4 deletions(-)
40070
45570
 
40071
45571
commit b60168a5f5b4bcfa8f8ed175cd18a0cfaea96063
40072
 
Author: Matthias Clasen <mclasen@redhat.com>
40073
 
Date:   Wed Aug 8 10:01:47 2012 -0400
 
45572
Author:     Matthias Clasen <mclasen@redhat.com>
 
45573
AuthorDate: Wed Aug 8 10:01:47 2012 -0400
 
45574
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45575
CommitDate: Thu Aug 16 18:06:11 2012 -0400
40074
45576
 
40075
45577
    Remove man page placeholder generation
40076
45578
 
40086
45588
 3 files changed, 3 insertions(+), 42 deletions(-)
40087
45589
 
40088
45590
commit 4cd5a63f12357b6ed6314cfed237965dba0aaeae
40089
 
Author: Matthias Clasen <mclasen@redhat.com>
40090
 
Date:   Wed Aug 8 09:57:48 2012 -0400
 
45591
Author:     Matthias Clasen <mclasen@redhat.com>
 
45592
AuthorDate: Wed Aug 8 09:57:48 2012 -0400
 
45593
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45594
CommitDate: Thu Aug 16 18:06:08 2012 -0400
40091
45595
 
40092
45596
    Clean up man pages on 'clean'
40093
45597
 
40102
45606
 3 files changed, 3 insertions(+), 3 deletions(-)
40103
45607
 
40104
45608
commit ce531302cd3b562a284da24ef425108d3466a7fb
40105
 
Author: Matthias Clasen <mclasen@redhat.com>
40106
 
Date:   Wed Aug 8 09:55:29 2012 -0400
 
45609
Author:     Matthias Clasen <mclasen@redhat.com>
 
45610
AuthorDate: Wed Aug 8 09:55:29 2012 -0400
 
45611
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45612
CommitDate: Thu Aug 16 18:06:05 2012 -0400
40107
45613
 
40108
45614
    Make --enable-man and --enable-gtk-doc independent
40109
45615
 
40118
45624
 1 file changed, 2 deletions(-)
40119
45625
 
40120
45626
commit 317d91d06bc3bcdef91f98a7a75489977aa154e4
40121
 
Author: Matthias Clasen <mclasen@redhat.com>
40122
 
Date:   Thu Aug 16 17:21:03 2012 -0400
 
45627
Author:     Matthias Clasen <mclasen@redhat.com>
 
45628
AuthorDate: Thu Aug 16 17:21:03 2012 -0400
 
45629
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45630
CommitDate: Thu Aug 16 17:21:03 2012 -0400
40123
45631
 
40124
45632
    Fix an example
40125
45633
 
40130
45638
 1 file changed, 1 insertion(+), 1 deletion(-)
40131
45639
 
40132
45640
commit f8a5fc2e2e548e72526b4d69f1c04a78030e47d4
40133
 
Author: Javier Jardón <jjardon@gnome.org>
40134
 
Date:   Wed Aug 15 02:45:10 2012 +0900
 
45641
Author:     Javier Jardón <jjardon@gnome.org>
 
45642
AuthorDate: Wed Aug 15 02:45:10 2012 +0900
 
45643
Commit:     Javier Jardón <jjardon@gnome.org>
 
45644
CommitDate: Wed Aug 15 02:46:16 2012 +0900
40135
45645
 
40136
45646
    Revert "Use upstream gettext instead the glib one"
40137
45647
 
40148
45658
 6 files changed, 293 insertions(+), 74 deletions(-)
40149
45659
 
40150
45660
commit 6b201748b5f71f74af02ba8c01fd4c53750f910a
40151
 
Author: Sebastian Geiger <sbastig@gmx.net>
40152
 
Date:   Thu Aug 9 23:01:29 2012 +0200
 
45661
Author:     Sebastian Geiger <sbastig@gmx.net>
 
45662
AuthorDate: Thu Aug 9 23:01:29 2012 +0200
 
45663
Commit:     Javier Jardón <jjardon@gnome.org>
 
45664
CommitDate: Wed Aug 15 02:34:50 2012 +0900
40153
45665
 
40154
45666
    compiling.xml: Add note and fix gcc example
40155
45667
 
40164
45676
 1 file changed, 6 insertions(+), 1 deletion(-)
40165
45677
 
40166
45678
commit e930e3b3aac2fe4d62996d8033121a40153f2da3
40167
 
Author: Javier Jardón <jjardon@gnome.org>
40168
 
Date:   Mon May 16 13:23:47 2011 +0100
 
45679
Author:     Javier Jardón <jjardon@gnome.org>
 
45680
AuthorDate: Mon May 16 13:23:47 2011 +0100
 
45681
Commit:     Javier Jardón <jjardon@gnome.org>
 
45682
CommitDate: Wed Aug 15 01:41:11 2012 +0900
40169
45683
 
40170
45684
    Use upstream gettext instead the glib one
40171
45685
 
40179
45693
 6 files changed, 74 insertions(+), 293 deletions(-)
40180
45694
 
40181
45695
commit f92a3525f79ecb53d470c00797b71c12860eb05b
40182
 
Author: Dirgita <dirgitadevina@yahoo.co.id>
40183
 
Date:   Mon Aug 13 06:04:31 2012 +0700
 
45696
Author:     Dirgita <dirgitadevina@yahoo.co.id>
 
45697
AuthorDate: Mon Aug 13 06:04:31 2012 +0700
 
45698
Commit:     Andika Triwidada <andika@gmail.com>
 
45699
CommitDate: Mon Aug 13 06:04:31 2012 +0700
40184
45700
 
40185
45701
    Updated Indonesian translation
40186
45702
 
40189
45705
 1 file changed, 3358 insertions(+), 2673 deletions(-)
40190
45706
 
40191
45707
commit ddfcfa66ae602c11ce9c4bfc426a79d668653278
40192
 
Author: Colin Walters <walters@verbum.org>
40193
 
Date:   Tue Aug 7 17:26:43 2012 -0400
 
45708
Author:     Colin Walters <walters@verbum.org>
 
45709
AuthorDate: Tue Aug 7 17:26:43 2012 -0400
 
45710
Commit:     Colin Walters <walters@verbum.org>
 
45711
CommitDate: Wed Aug 8 10:37:39 2012 -0400
40194
45712
 
40195
45713
    build: Switch back to using AS_IF for conditionals
40196
45714
 
40202
45720
 1 file changed, 21 insertions(+), 21 deletions(-)
40203
45721
 
40204
45722
commit e5ad42c6127e0c4c3c5c6567e137305fbeee4fbc
40205
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
40206
 
Date:   Tue Aug 7 13:36:35 2012 +0800
 
45723
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
45724
AuthorDate: Tue Aug 7 13:36:35 2012 +0800
 
45725
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
45726
CommitDate: Tue Aug 7 13:36:35 2012 +0800
40207
45727
 
40208
45728
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
40209
45729
 
40214
45734
 2 files changed, 180 insertions(+), 186 deletions(-)
40215
45735
 
40216
45736
commit 541c985869fe9f2c0a858c0a91b4eb60f99d19f0
40217
 
Author: Stef Walter <stefw@gnome.org>
40218
 
Date:   Mon Aug 6 18:20:48 2012 +0200
 
45737
Author:     Stef Walter <stefw@gnome.org>
 
45738
AuthorDate: Mon Aug 6 18:20:48 2012 +0200
 
45739
Commit:     Stef Walter <stefw@gnome.org>
 
45740
CommitDate: Mon Aug 6 22:23:20 2012 +0200
40219
45741
 
40220
45742
    gtlscertificate: Add certificate-bytes and private-key-bytes props
40221
45743
 
40231
45753
 3 files changed, 58 insertions(+), 11 deletions(-)
40232
45754
 
40233
45755
commit 69dd29296e2ff691f7d305ad7686d9c2e0d6e158
40234
 
Author: Ryan Lortie <desrt@desrt.ca>
40235
 
Date:   Mon Aug 6 16:20:36 2012 -0400
 
45756
Author:     Ryan Lortie <desrt@desrt.ca>
 
45757
AuthorDate: Mon Aug 6 16:20:36 2012 -0400
 
45758
Commit:     Ryan Lortie <desrt@desrt.ca>
 
45759
CommitDate: Mon Aug 6 16:20:36 2012 -0400
40236
45760
 
40237
45761
    bump version
40238
45762
 
40240
45764
 1 file changed, 1 insertion(+), 1 deletion(-)
40241
45765
 
40242
45766
commit 6b43310ef41cde26978c261cf1c0e2715adf732d
40243
 
Author: Ryan Lortie <desrt@desrt.ca>
40244
 
Date:   Mon Aug 6 15:56:26 2012 -0400
 
45767
Author:     Ryan Lortie <desrt@desrt.ca>
 
45768
AuthorDate: Mon Aug 6 15:56:26 2012 -0400
 
45769
Commit:     Ryan Lortie <desrt@desrt.ca>
 
45770
CommitDate: Mon Aug 6 15:56:26 2012 -0400
40245
45771
 
40246
45772
    GLib 2.33.8
40247
45773
 
40249
45775
 1 file changed, 1 insertion(+), 1 deletion(-)
40250
45776
 
40251
45777
commit b55a2a2005cd45932bda56810aecbc5ac784fb4d
40252
 
Author: Matthias Clasen <mclasen@redhat.com>
40253
 
Date:   Mon Aug 6 12:08:21 2012 -0400
 
45778
Author:     Matthias Clasen <mclasen@redhat.com>
 
45779
AuthorDate: Mon Aug 6 12:08:21 2012 -0400
 
45780
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45781
CommitDate: Mon Aug 6 12:08:21 2012 -0400
40254
45782
 
40255
45783
    Don't use GIO in GTestDBus setup
40256
45784
 
40263
45791
 1 file changed, 9 insertions(+), 12 deletions(-)
40264
45792
 
40265
45793
commit 197ebb3be4fe01ac5da536157a9b6951f2871d01
40266
 
Author: Matthias Clasen <mclasen@redhat.com>
40267
 
Date:   Mon Aug 6 12:08:04 2012 -0400
 
45794
Author:     Matthias Clasen <mclasen@redhat.com>
 
45795
AuthorDate: Mon Aug 6 12:08:04 2012 -0400
 
45796
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45797
CommitDate: Mon Aug 6 12:08:04 2012 -0400
40268
45798
 
40269
45799
    More updates
40270
45800
 
40272
45802
 1 file changed, 12 insertions(+)
40273
45803
 
40274
45804
commit cc80ae321fdfdcc90596940c8161861d25b20eed
40275
 
Author: Matthias Clasen <mclasen@redhat.com>
40276
 
Date:   Mon Aug 6 11:55:59 2012 -0400
 
45805
Author:     Matthias Clasen <mclasen@redhat.com>
 
45806
AuthorDate: Mon Aug 6 11:55:59 2012 -0400
 
45807
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45808
CommitDate: Mon Aug 6 11:55:59 2012 -0400
40277
45809
 
40278
45810
    Solaris build fix for GIO
40279
45811
 
40288
45820
 2 files changed, 5 insertions(+), 1 deletion(-)
40289
45821
 
40290
45822
commit bd883f8dc75f056c2b25e941fb09422dc5786bbe
40291
 
Author: Dan Winship <danw@gnome.org>
40292
 
Date:   Fri Feb 3 13:03:38 2012 -0500
 
45823
Author:     Dan Winship <danw@gnome.org>
 
45824
AuthorDate: Fri Feb 3 13:03:38 2012 -0500
 
45825
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45826
CommitDate: Mon Aug 6 11:31:52 2012 -0400
40293
45827
 
40294
45828
    gio/tests/g-icon.c: fix some path checks on win32
40295
45829
 
40302
45836
 1 file changed, 3 insertions(+), 3 deletions(-)
40303
45837
 
40304
45838
commit 291853bea3881a7eeb0f2c56946d3a1c0ef38c95
40305
 
Author: Dan Winship <danw@gnome.org>
40306
 
Date:   Fri Feb 3 12:42:10 2012 -0500
 
45839
Author:     Dan Winship <danw@gnome.org>
 
45840
AuthorDate: Fri Feb 3 12:42:10 2012 -0500
 
45841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45842
CommitDate: Mon Aug 6 11:27:39 2012 -0400
40307
45843
 
40308
45844
    gicon: make g_icon_new_for_string() recognize win32 paths
40309
45845
 
40316
45852
 1 file changed, 1 insertion(+), 1 deletion(-)
40317
45853
 
40318
45854
commit 26f1e0938eeb61c7f93b651aa316e33f3b0d6292
40319
 
Author: Dan Winship <danw@gnome.org>
40320
 
Date:   Fri Feb 3 11:35:26 2012 -0500
 
45855
Author:     Dan Winship <danw@gnome.org>
 
45856
AuthorDate: Fri Feb 3 11:35:26 2012 -0500
 
45857
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45858
CommitDate: Mon Aug 6 11:27:38 2012 -0400
40321
45859
 
40322
45860
    gio/tests/file: skip the file monitor tests if using GPollFileMonitor
40323
45861
 
40333
45871
 1 file changed, 14 insertions(+), 1 deletion(-)
40334
45872
 
40335
45873
commit 2793b39ea3de4fdac5cf154c7a12ac7ba82657d2
40336
 
Author: Dan Winship <danw@gnome.org>
40337
 
Date:   Fri Feb 3 11:12:02 2012 -0500
 
45874
Author:     Dan Winship <danw@gnome.org>
 
45875
AuthorDate: Fri Feb 3 11:12:02 2012 -0500
 
45876
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45877
CommitDate: Mon Aug 6 11:27:37 2012 -0400
40338
45878
 
40339
45879
    gio/tests/g-file.c: fix some path checks on win32
40340
45880
 
40347
45887
 1 file changed, 12 insertions(+), 12 deletions(-)
40348
45888
 
40349
45889
commit 5c91af7e41443252857cdcf6fe0f0dabdc0b5250
40350
 
Author: Dan Winship <danw@gnome.org>
40351
 
Date:   Fri Feb 3 11:10:50 2012 -0500
 
45890
Author:     Dan Winship <danw@gnome.org>
 
45891
AuthorDate: Fri Feb 3 11:10:50 2012 -0500
 
45892
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45893
CommitDate: Mon Aug 6 11:27:36 2012 -0400
40352
45894
 
40353
45895
    glocalfile: fix g_file_get_parse_name() on win32
40354
45896
 
40361
45903
 1 file changed, 20 insertions(+), 1 deletion(-)
40362
45904
 
40363
45905
commit b2ddbd8f556c41f4d076c4cc4788684a9c84e7a2
40364
 
Author: Matthias Clasen <mclasen@redhat.com>
40365
 
Date:   Mon Aug 6 11:03:42 2012 -0400
 
45906
Author:     Matthias Clasen <mclasen@redhat.com>
 
45907
AuthorDate: Mon Aug 6 11:03:42 2012 -0400
 
45908
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45909
CommitDate: Mon Aug 6 11:03:42 2012 -0400
40366
45910
 
40367
45911
    Plug a minor memory leak in GDBusObjectProxy
40368
45912
 
40373
45917
 1 file changed, 2 insertions(+)
40374
45918
 
40375
45919
commit be7095980e90a8d8e76e678dc085423d2717c3bd
40376
 
Author: David Rothlisberger <david@rothlis.net>
40377
 
Date:   Mon Jul 16 13:12:15 2012 +0100
 
45920
Author:     David Rothlisberger <david@rothlis.net>
 
45921
AuthorDate: Mon Jul 16 13:12:15 2012 +0100
 
45922
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45923
CommitDate: Mon Aug 6 10:26:45 2012 -0400
40378
45924
 
40379
45925
    gobject docs: Remove confusing acronym
40380
45926
 
40391
45937
 1 file changed, 1 insertion(+), 1 deletion(-)
40392
45938
 
40393
45939
commit bcda26a504c58d5ef5c13032c6c29cf3c56c226e
40394
 
Author: David Rothlisberger <david@rothlis.net>
40395
 
Date:   Mon Jul 16 10:57:46 2012 +0100
 
45940
Author:     David Rothlisberger <david@rothlis.net>
 
45941
AuthorDate: Mon Jul 16 10:57:46 2012 +0100
 
45942
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45943
CommitDate: Mon Aug 6 10:26:44 2012 -0400
40396
45944
 
40397
45945
    gobject docs: Remove incorrect reference to signals docs
40398
45946
 
40405
45953
 1 file changed, 3 insertions(+), 3 deletions(-)
40406
45954
 
40407
45955
commit 10474aca34f8adf7258294d678e56525b7570c70
40408
 
Author: Brian Koning <gnome.brkoning@gmail.com>
40409
 
Date:   Mon Jul 23 11:04:45 2012 -0400
 
45956
Author:     Brian Koning <gnome.brkoning@gmail.com>
 
45957
AuthorDate: Mon Jul 23 11:04:45 2012 -0400
 
45958
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45959
CommitDate: Mon Aug 6 10:17:30 2012 -0400
40410
45960
 
40411
45961
    Remove extra newline chars in local
40412
45962
    g_application_command_line_print/err
40423
45973
 1 file changed, 2 insertions(+), 2 deletions(-)
40424
45974
 
40425
45975
commit 151b198b93764ac69b5c067afe9fbf7c6c4acea4
40426
 
Author: Pavel Vasin <rat4vier@gmail.com>
40427
 
Date:   Mon Jul 16 15:57:26 2012 +0400
 
45976
Author:     Pavel Vasin <rat4vier@gmail.com>
 
45977
AuthorDate: Mon Jul 16 15:57:26 2012 +0400
 
45978
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45979
CommitDate: Mon Aug 6 10:08:13 2012 -0400
40428
45980
 
40429
45981
    GDBusActionGroup: hold ref until async init done
40430
45982
 
40436
45988
 1 file changed, 3 insertions(+), 1 deletion(-)
40437
45989
 
40438
45990
commit b2d848e3cb83fb096d6337be701cf834defa56b9
40439
 
Author: Pavel Vasin <rat4vier@gmail.com>
40440
 
Date:   Sun Jul 15 14:34:53 2012 +0400
 
45991
Author:     Pavel Vasin <rat4vier@gmail.com>
 
45992
AuthorDate: Sun Jul 15 14:34:53 2012 +0400
 
45993
Commit:     Matthias Clasen <mclasen@redhat.com>
 
45994
CommitDate: Mon Aug 6 10:08:11 2012 -0400
40441
45995
 
40442
45996
    gio/tests/actions: test for bug679509
40443
45997
 
40445
45999
 1 file changed, 26 insertions(+)
40446
46000
 
40447
46001
commit a74749d354a9d5458f664eb67691901e13bfe738
40448
 
Author: Matthias Clasen <mclasen@redhat.com>
40449
 
Date:   Mon Aug 6 08:51:40 2012 -0400
 
46002
Author:     Matthias Clasen <mclasen@redhat.com>
 
46003
AuthorDate: Mon Aug 6 08:51:40 2012 -0400
 
46004
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46005
CommitDate: Mon Aug 6 08:52:58 2012 -0400
40450
46006
 
40451
46007
    Deprecated GSlice config API
40452
46008
 
40461
46017
 2 files changed, 7 insertions(+)
40462
46018
 
40463
46019
commit 0b8662635df3e35aacb7d2e7cef517c47869c6ec
40464
 
Author: Matthias Clasen <mclasen@redhat.com>
40465
 
Date:   Mon Aug 6 08:49:30 2012 -0400
 
46020
Author:     Matthias Clasen <mclasen@redhat.com>
 
46021
AuthorDate: Mon Aug 6 08:49:30 2012 -0400
 
46022
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46023
CommitDate: Mon Aug 6 08:52:58 2012 -0400
40466
46024
 
40467
46025
    configure.ac: Use AS_HELP_STRING throughout
40468
46026
 
40472
46030
 1 file changed, 18 insertions(+), 18 deletions(-)
40473
46031
 
40474
46032
commit 49b35f093034af6ff14df4df2073a6111614c9d0
40475
 
Author: Stef Walter <stefw@gnome.org>
40476
 
Date:   Fri Aug 3 21:51:08 2012 +0200
 
46033
Author:     Stef Walter <stefw@gnome.org>
 
46034
AuthorDate: Fri Aug 3 21:51:08 2012 +0200
 
46035
Commit:     Stef Walter <stefw@gnome.org>
 
46036
CommitDate: Mon Aug 6 10:44:52 2012 +0200
40477
46037
 
40478
46038
    gtlscertificate: Don't confuse certificate and public key in docs
40479
46039
 
40489
46049
 1 file changed, 7 insertions(+), 8 deletions(-)
40490
46050
 
40491
46051
commit 278fe0c67f1d3a8731356fdda0e0adfb633cd7c4
40492
 
Author: Stef Walter <stefw@gnome.org>
40493
 
Date:   Tue Jul 31 16:47:45 2012 +0200
 
46052
Author:     Stef Walter <stefw@gnome.org>
 
46053
AuthorDate: Tue Jul 31 16:47:45 2012 +0200
 
46054
Commit:     Stef Walter <stefw@gnome.org>
 
46055
CommitDate: Mon Aug 6 10:38:39 2012 +0200
40494
46056
 
40495
46057
    gchecksum: Add g_compute_checksum_for_bytes()
40496
46058
 
40508
46070
 5 files changed, 78 insertions(+), 4 deletions(-)
40509
46071
 
40510
46072
commit dd2ecf7488190d7ffd7912f6bf81da3560ad3976
40511
 
Author: Stef Walter <stefw@gnome.org>
40512
 
Date:   Fri Aug 3 18:19:36 2012 +0200
 
46073
Author:     Stef Walter <stefw@gnome.org>
 
46074
AuthorDate: Fri Aug 3 18:19:36 2012 +0200
 
46075
Commit:     Stef Walter <stefw@gnome.org>
 
46076
CommitDate: Mon Aug 6 10:32:49 2012 +0200
40513
46077
 
40514
46078
    checksum: Use functions instead of macros when building tests
40515
46079
 
40522
46086
 1 file changed, 37 insertions(+), 28 deletions(-)
40523
46087
 
40524
46088
commit 0f6a092cc5a1cc82a02b23e9daa15159319f929c
40525
 
Author: Javier Jardón <jjardon@gnome.org>
40526
 
Date:   Tue Apr 17 12:59:11 2012 +0100
 
46089
Author:     Javier Jardón <jjardon@gnome.org>
 
46090
AuthorDate: Tue Apr 17 12:59:11 2012 +0100
 
46091
Commit:     Javier Jardón <jjardon@gnome.org>
 
46092
CommitDate: Sun Aug 5 22:29:28 2012 +0900
40527
46093
 
40528
46094
    Make gtk-doc not a hard dependency of GLib
40529
46095
 
40535
46101
 3 files changed, 14 insertions(+), 5 deletions(-)
40536
46102
 
40537
46103
commit 10fc00b38515bc322d5e497d61a50165b04c3c8d
40538
 
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
40539
 
Date:   Wed Apr 25 14:21:06 2012 +0200
 
46104
Author:     Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
46105
AuthorDate: Wed Apr 25 14:21:06 2012 +0200
 
46106
Commit:     Tim-Philipp Müller <tim@centricular.net>
 
46107
CommitDate: Sun Aug 5 12:52:38 2012 +0100
40540
46108
 
40541
46109
    gclosure: do not copy and leak when generically marshalling return
40542
46110
    value
40547
46115
 1 file changed, 5 insertions(+), 5 deletions(-)
40548
46116
 
40549
46117
commit 24b9f61ee4b8b7bc755b84398207112c18b4121f
40550
 
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
40551
 
Date:   Thu Jul 19 16:38:59 2012 +0200
 
46118
Author:     Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
46119
AuthorDate: Thu Jul 19 16:38:59 2012 +0200
 
46120
Commit:     Tim-Philipp Müller <tim@centricular.net>
 
46121
CommitDate: Sun Aug 5 12:52:33 2012 +0100
40552
46122
 
40553
46123
    tests: add check for leaking signal return value
40554
46124
 
40559
46129
 2 files changed, 30 insertions(+), 1 deletion(-)
40560
46130
 
40561
46131
commit 13a1154b4cf664e486df9fa6a76d279b8090c49e
40562
 
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
40563
 
Date:   Thu Jul 19 16:38:06 2012 +0200
 
46132
Author:     Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
 
46133
AuthorDate: Thu Jul 19 16:38:06 2012 +0200
 
46134
Commit:     Tim-Philipp Müller <tim@centricular.net>
 
46135
CommitDate: Sun Aug 5 12:26:03 2012 +0100
40564
46136
 
40565
46137
    tests: make refcount signals test slightly valgrind cleaner
40566
46138
 
40568
46140
 1 file changed, 4 insertions(+)
40569
46141
 
40570
46142
commit f1a13b895d71fb9523c65591a7ebb7a8bad0a4d9
40571
 
Author: Matthias Clasen <mclasen@redhat.com>
40572
 
Date:   Sat Aug 4 17:49:53 2012 -0400
 
46143
Author:     Matthias Clasen <mclasen@redhat.com>
 
46144
AuthorDate: Sat Aug 4 17:49:53 2012 -0400
 
46145
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46146
CommitDate: Sat Aug 4 17:49:53 2012 -0400
40573
46147
 
40574
46148
    NEWS updates for 2.33.8
40575
46149
 
40577
46151
 1 file changed, 33 insertions(+)
40578
46152
 
40579
46153
commit 08dd0f246a17c5e1fd78ae19c18f52905c47fdbc
40580
 
Author: Matthias Clasen <mclasen@redhat.com>
40581
 
Date:   Fri Aug 3 00:36:25 2012 +0200
 
46154
Author:     Matthias Clasen <mclasen@redhat.com>
 
46155
AuthorDate: Fri Aug 3 00:36:25 2012 +0200
 
46156
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46157
CommitDate: Fri Aug 3 23:36:45 2012 -0400
40582
46158
 
40583
46159
    docs: Improve man page consistency
40584
46160
 
40603
46179
 13 files changed, 506 insertions(+), 371 deletions(-)
40604
46180
 
40605
46181
commit d241978412144650e73e9b635cf1869f8d4da2b9
40606
 
Author: Matthias Clasen <mclasen@redhat.com>
40607
 
Date:   Fri Aug 3 00:33:34 2012 +0200
 
46182
Author:     Matthias Clasen <mclasen@redhat.com>
 
46183
AuthorDate: Fri Aug 3 00:33:34 2012 +0200
 
46184
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46185
CommitDate: Fri Aug 3 23:36:45 2012 -0400
40608
46186
 
40609
46187
    docs: Improve man page generation
40610
46188
 
40618
46196
 3 files changed, 27 insertions(+), 3 deletions(-)
40619
46197
 
40620
46198
commit 9f9ab640306da52127935bd8eab82a1a8dcaaf89
40621
 
Author: Matthias Clasen <mclasen@redhat.com>
40622
 
Date:   Thu Aug 2 23:52:46 2012 +0200
 
46199
Author:     Matthias Clasen <mclasen@redhat.com>
 
46200
AuthorDate: Thu Aug 2 23:52:46 2012 +0200
 
46201
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46202
CommitDate: Fri Aug 3 23:36:45 2012 -0400
40623
46203
 
40624
46204
    Rework the man page configury
40625
46205
 
40631
46211
 1 file changed, 37 insertions(+), 12 deletions(-)
40632
46212
 
40633
46213
commit e2470ec6db5230c183a4879b5f0c687b699614e9
40634
 
Author: Matthias Clasen <mclasen@redhat.com>
40635
 
Date:   Thu Aug 2 23:51:52 2012 +0200
 
46214
Author:     Matthias Clasen <mclasen@redhat.com>
 
46215
AuthorDate: Thu Aug 2 23:51:52 2012 +0200
 
46216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46217
CommitDate: Fri Aug 3 23:36:45 2012 -0400
40636
46218
 
40637
46219
    docs: Don't put links in section titles
40638
46220
 
40640
46222
 1 file changed, 2 insertions(+), 2 deletions(-)
40641
46223
 
40642
46224
commit 6ddf40f301439c01bec24344694074bd9ba5f016
40643
 
Author: Stef Walter <stefw@gnome.org>
40644
 
Date:   Wed Aug 1 10:41:02 2012 +0200
 
46225
Author:     Stef Walter <stefw@gnome.org>
 
46226
AuthorDate: Wed Aug 1 10:41:02 2012 +0200
 
46227
Commit:     Stef Walter <stefw@gnome.org>
 
46228
CommitDate: Fri Aug 3 18:58:30 2012 +0200
40645
46229
 
40646
46230
    gtlscertificate: Add g_tls_certificate_is_same() function
40647
46231
 
40658
46242
 4 files changed, 43 insertions(+)
40659
46243
 
40660
46244
commit b913b0c29ed7269a1684ec15f27b59a8ad2ef5e4
40661
 
Author: Stef Walter <stefw@gnome.org>
40662
 
Date:   Wed Aug 1 14:22:53 2012 +0200
 
46245
Author:     Stef Walter <stefw@gnome.org>
 
46246
AuthorDate: Wed Aug 1 14:22:53 2012 +0200
 
46247
Commit:     Stef Walter <stefw@gnome.org>
 
46248
CommitDate: Fri Aug 3 17:39:10 2012 +0200
40663
46249
 
40664
46250
    gtlsdatabase: Don't complain if no callbacks for async functions
40665
46251
 
40669
46255
 1 file changed, 7 deletions(-)
40670
46256
 
40671
46257
commit aaf6ac8321065b9a81f96070d629bd72b589dfde
40672
 
Author: Sweta Kothari <swkothar@redhat.com>
40673
 
Date:   Fri Aug 3 13:35:05 2012 +0530
 
46258
Author:     Sweta Kothari <swkothar@redhat.com>
 
46259
AuthorDate: Fri Aug 3 13:35:05 2012 +0530
 
46260
Commit:     Sweta Kothari <swkothar@redhat.com>
 
46261
CommitDate: Fri Aug 3 13:35:05 2012 +0530
40674
46262
 
40675
46263
    Updated gujarati file
40676
46264
 
40678
46266
 1 file changed, 1 insertion(+), 1 deletion(-)
40679
46267
 
40680
46268
commit c0b3a656c78c1f14c146464aa50697990db8b88b
40681
 
Author: Sweta Kothari <swkothar@redhat.com>
40682
 
Date:   Fri Aug 3 13:32:12 2012 +0530
 
46269
Author:     Sweta Kothari <swkothar@redhat.com>
 
46270
AuthorDate: Fri Aug 3 13:32:12 2012 +0530
 
46271
Commit:     Sweta Kothari <swkothar@redhat.com>
 
46272
CommitDate: Fri Aug 3 13:32:12 2012 +0530
40683
46273
 
40684
46274
    Updated gujarati file
40685
46275
 
40688
46278
 1 file changed, 3285 insertions(+), 2740 deletions(-)
40689
46279
 
40690
46280
commit 800ca21e555e5e9fe1f07a4a8473d6d24ada6301
40691
 
Author: David Zeuthen <zeuthen@gmail.com>
40692
 
Date:   Wed Aug 1 11:57:22 2012 -0400
 
46281
Author:     David Zeuthen <zeuthen@gmail.com>
 
46282
AuthorDate: Wed Aug 1 11:57:22 2012 -0400
 
46283
Commit:     David Zeuthen <zeuthen@gmail.com>
 
46284
CommitDate: Wed Aug 1 11:57:22 2012 -0400
40693
46285
 
40694
46286
    GDBusError: Fix up G_STATIC_ASSERT guidance
40695
46287
 
40703
46295
 1 file changed, 4 insertions(+), 1 deletion(-)
40704
46296
 
40705
46297
commit b3f96373372771744a5ade73b2e897ec32365182
40706
 
Author: Dan Winship <danw@gnome.org>
40707
 
Date:   Wed Jul 25 14:41:04 2012 -0400
 
46298
Author:     Dan Winship <danw@gnome.org>
 
46299
AuthorDate: Wed Jul 25 14:41:04 2012 -0400
 
46300
Commit:     Dan Winship <danw@gnome.org>
 
46301
CommitDate: Tue Jul 31 14:37:56 2012 -0400
40708
46302
 
40709
46303
    gthreadpool: set default max_unused_threads and max_idle_time values
40710
46304
 
40725
46319
 2 files changed, 5 insertions(+), 10 deletions(-)
40726
46320
 
40727
46321
commit 26056558be4656ee6e891a4fae5d4198de7519cf
40728
 
Author: Dan Winship <danw@gnome.org>
40729
 
Date:   Mon Jul 30 08:06:57 2012 -0400
 
46322
Author:     Dan Winship <danw@gnome.org>
 
46323
AuthorDate: Mon Jul 30 08:06:57 2012 -0400
 
46324
Commit:     Dan Winship <danw@gnome.org>
 
46325
CommitDate: Mon Jul 30 12:48:10 2012 -0400
40730
46326
 
40731
46327
    gmain: allow g_source_get_context() on destroyed sources
40732
46328
 
40757
46353
 2 files changed, 24 insertions(+), 5 deletions(-)
40758
46354
 
40759
46355
commit 6881e743ee37eff154326ef5e0510651c0a14ac4
40760
 
Author: Dan Winship <danw@gnome.org>
40761
 
Date:   Sun Jul 29 13:06:53 2012 -0400
 
46356
Author:     Dan Winship <danw@gnome.org>
 
46357
AuthorDate: Sun Jul 29 13:06:53 2012 -0400
 
46358
Commit:     Dan Winship <danw@gnome.org>
 
46359
CommitDate: Mon Jul 30 12:48:10 2012 -0400
40762
46360
 
40763
46361
    glib/tests/mainloop: test g_source_get_time()
40764
46362
 
40780
46378
 1 file changed, 105 insertions(+)
40781
46379
 
40782
46380
commit b0bce4ad41937dabf7e5c94dcce3caf4e88f3f97
40783
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
40784
 
Date:   Mon Jul 30 13:33:05 2012 +0200
 
46381
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
46382
AuthorDate: Mon Jul 30 13:33:05 2012 +0200
 
46383
Commit:     Owen W. Taylor <otaylor@fishsoup.net>
 
46384
CommitDate: Mon Jul 30 18:29:26 2012 +0200
40785
46385
 
40786
46386
    g_file_make_directory_with_parents: Fix error propagation
40787
46387
 
40799
46399
 1 file changed, 4 insertions(+), 2 deletions(-)
40800
46400
 
40801
46401
commit d7829ced532a5ffba4c56772a7a4b24e3e228651
40802
 
Author: Colin Walters <walters@verbum.org>
40803
 
Date:   Mon Jul 30 05:11:08 2012 -0400
 
46402
Author:     Colin Walters <walters@verbum.org>
 
46403
AuthorDate: Mon Jul 30 05:11:08 2012 -0400
 
46404
Commit:     Colin Walters <walters@verbum.org>
 
46405
CommitDate: Mon Jul 30 05:11:08 2012 -0400
40804
46406
 
40805
46407
    GFile: Note semantics of g_file_delete()
40806
46408
 
40811
46413
 1 file changed, 3 insertions(+), 2 deletions(-)
40812
46414
 
40813
46415
commit 14a1c20177eab4d584b29cbd6fe5933f4b2af4de
40814
 
Author: Colin Walters <walters@verbum.org>
40815
 
Date:   Sat Jul 28 09:30:22 2012 -0400
 
46416
Author:     Colin Walters <walters@verbum.org>
 
46417
AuthorDate: Sat Jul 28 09:30:22 2012 -0400
 
46418
Commit:     Colin Walters <walters@verbum.org>
 
46419
CommitDate: Mon Jul 30 05:01:06 2012 -0400
40816
46420
 
40817
46421
    GFile: Add g_file_delete_async()
40818
46422
 
40834
46438
 5 files changed, 188 insertions(+), 4 deletions(-)
40835
46439
 
40836
46440
commit 6b6bef753f2e8f01e01fc8e8f099edcebc9ff8b6
40837
 
Author: Colin Walters <walters@verbum.org>
40838
 
Date:   Sun Jul 29 09:29:03 2012 -0400
 
46441
Author:     Colin Walters <walters@verbum.org>
 
46442
AuthorDate: Sun Jul 29 09:29:03 2012 -0400
 
46443
Commit:     Colin Walters <walters@verbum.org>
 
46444
CommitDate: Mon Jul 30 04:09:08 2012 -0400
40839
46445
 
40840
46446
    Add .dir-locals.el to tell Emacs users not to use tabs for C
40841
46447
 
40847
46453
 1 file changed, 1 insertion(+)
40848
46454
 
40849
46455
commit c3154cc48eab8bb3ee6afc661d04cc919d6f9543
40850
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
40851
 
Date:   Mon Jul 30 02:42:30 2012 +0200
 
46456
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
46457
AuthorDate: Mon Jul 30 02:42:30 2012 +0200
 
46458
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
46459
CommitDate: Mon Jul 30 02:42:30 2012 +0200
40852
46460
 
40853
46461
    Updated Galician translations
40854
46462
 
40857
46465
 1 file changed, 180 insertions(+), 164 deletions(-)
40858
46466
 
40859
46467
commit 8abfe528b75c6aab3a46ec02c4dcca05fceca83b
40860
 
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
40861
 
Date:   Sun Jul 29 13:11:18 2012 +0200
 
46468
Author:     Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
46469
AuthorDate: Sun Jul 29 13:11:18 2012 +0200
 
46470
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
46471
CommitDate: Sun Jul 29 13:11:18 2012 +0200
40862
46472
 
40863
46473
    Updated Slovenian translation
40864
46474
 
40866
46476
 1 file changed, 3 insertions(+), 3 deletions(-)
40867
46477
 
40868
46478
commit ad4f780cb427c1c37c0b0d87fac867285926eb16
40869
 
Author: Lionel Landwerlin <llandwerlin@gmail.com>
40870
 
Date:   Fri Jul 27 14:52:17 2012 +0200
 
46479
Author:     Lionel Landwerlin <llandwerlin@gmail.com>
 
46480
AuthorDate: Fri Jul 27 14:52:17 2012 +0200
 
46481
Commit:     Lionel Landwerlin <llandwerlin@gmail.com>
 
46482
CommitDate: Fri Jul 27 19:41:05 2012 +0200
40871
46483
 
40872
46484
    glib: fix locale detection on android
40873
46485
 
40881
46493
 1 file changed, 3 insertions(+)
40882
46494
 
40883
46495
commit 3339a395c298a64a9a6056b80230cc1381a6406a
40884
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
40885
 
Date:   Wed Jul 25 10:33:27 2012 +0200
 
46496
Author:     Мирослав Николић
 
46497
<miroslavnikolic@rocketmail.com>
 
46498
AuthorDate: Wed Jul 25 10:33:27 2012 +0200
 
46499
Commit:     Мирослав Николић
 
46500
<miroslavnikolic@rocketmail.com>
 
46501
CommitDate: Wed Jul 25 10:33:27 2012 +0200
40886
46502
 
40887
46503
    Updated Serbian translation
40888
46504
 
40893
46509
 2 files changed, 1191 insertions(+), 1341 deletions(-)
40894
46510
 
40895
46511
commit 72824f2af2a6ae01ede471ef987ee60b9f7cd047
40896
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
40897
 
Date:   Tue Jul 24 22:39:15 2012 +0300
 
46512
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
46513
AuthorDate: Tue Jul 24 22:39:15 2012 +0300
 
46514
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
46515
CommitDate: Tue Jul 24 22:39:15 2012 +0300
40898
46516
 
40899
46517
    Updated Hebrew translation.
40900
46518
 
40903
46521
 1 file changed, 611 insertions(+), 509 deletions(-)
40904
46522
 
40905
46523
commit 3bb53b14530116eeac1e6bcaabf7a28edb74e877
40906
 
Author: Tobias Endrigkeit <tobiasendrigkeit@googlemail.com>
40907
 
Date:   Mon Jul 23 22:11:53 2012 +0200
 
46524
Author:     Tobias Endrigkeit <tobiasendrigkeit@googlemail.com>
 
46525
AuthorDate: Mon Jul 23 22:11:53 2012 +0200
 
46526
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
46527
CommitDate: Mon Jul 23 22:11:53 2012 +0200
40908
46528
 
40909
46529
    [l10n] Updated German translation
40910
46530
 
40913
46533
 1 file changed, 160 insertions(+), 140 deletions(-)
40914
46534
 
40915
46535
commit 0830e10e6f6dab02afdc39b61d9611d7330edad1
40916
 
Author: Kjartan Maraas <kmaraas@gnome.org>
40917
 
Date:   Mon Jul 23 11:42:22 2012 +0200
 
46536
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
46537
AuthorDate: Mon Jul 23 11:42:22 2012 +0200
 
46538
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
46539
CommitDate: Mon Jul 23 11:42:22 2012 +0200
40918
46540
 
40919
46541
    Updated Norwegian bokmål translation
40920
46542
 
40923
46545
 1 file changed, 196 insertions(+), 192 deletions(-)
40924
46546
 
40925
46547
commit 003e7a70e80d508458c7a9d4cc76b84a1eb35f94
40926
 
Author: Colin Walters <walters@verbum.org>
40927
 
Date:   Fri Jul 20 10:40:56 2012 -0400
 
46548
Author:     Colin Walters <walters@verbum.org>
 
46549
AuthorDate: Fri Jul 20 10:40:56 2012 -0400
 
46550
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46551
CommitDate: Fri Jul 20 14:07:39 2012 -0400
40928
46552
 
40929
46553
    Revert unintential IAPI break for g_key_file_load_from_data()
40930
46554
 
40944
46568
 1 file changed, 1 insertion(+), 1 deletion(-)
40945
46569
 
40946
46570
commit 1ae7c7d982b3f461dcab178b3d20a04aaa9d9d72
40947
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
40948
 
Date:   Thu Jul 19 23:15:59 2012 +0800
 
46571
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
46572
AuthorDate: Thu Jul 19 23:15:59 2012 +0800
 
46573
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
46574
CommitDate: Thu Jul 19 23:15:59 2012 +0800
40949
46575
 
40950
46576
    gio/Makefile.am: Filter out gcontenttype.c for MSVC builds
40951
46577
 
40962
46588
 1 file changed, 3 insertions(+), 3 deletions(-)
40963
46589
 
40964
46590
commit 23a2136fb5dd860a57a9bd46e61099ea4da99447
40965
 
Author: Matthias Clasen <mclasen@redhat.com>
40966
 
Date:   Thu Jul 19 06:37:59 2012 -0400
 
46591
Author:     Matthias Clasen <mclasen@redhat.com>
 
46592
AuthorDate: Thu Jul 19 06:37:59 2012 -0400
 
46593
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46594
CommitDate: Thu Jul 19 06:37:59 2012 -0400
40967
46595
 
40968
46596
    Check for PR_SET_NAME
40969
46597
 
40974
46602
 1 file changed, 2 insertions(+)
40975
46603
 
40976
46604
commit 4c255d4602b4c6f65031588ff30342c36e250567
40977
 
Author: Matthias Clasen <mclasen@redhat.com>
40978
 
Date:   Thu Jul 19 06:32:29 2012 -0400
 
46605
Author:     Matthias Clasen <mclasen@redhat.com>
 
46606
AuthorDate: Thu Jul 19 06:32:29 2012 -0400
 
46607
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46608
CommitDate: Thu Jul 19 06:32:29 2012 -0400
40979
46609
 
40980
46610
    Be more careful when using xlocale
40981
46611
 
40989
46619
 1 file changed, 15 insertions(+), 7 deletions(-)
40990
46620
 
40991
46621
commit dd098405ad4f7ad2a0029cbfc340ca2e7e2b5633
40992
 
Author: Matthias Clasen <mclasen@redhat.com>
40993
 
Date:   Thu Jul 19 06:20:10 2012 -0400
 
46622
Author:     Matthias Clasen <mclasen@redhat.com>
 
46623
AuthorDate: Thu Jul 19 06:20:10 2012 -0400
 
46624
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46625
CommitDate: Thu Jul 19 06:20:41 2012 -0400
40994
46626
 
40995
46627
    Cosmetic: Fix up line endings
40996
46628
 
41000
46632
 1 file changed, 3 insertions(+), 3 deletions(-)
41001
46633
 
41002
46634
commit 2357f67b1b7a9448d78e8606f10b472c595c7c90
41003
 
Author: Dan Winship <danw@gnome.org>
41004
 
Date:   Wed Jul 18 15:08:44 2012 -0400
 
46635
Author:     Dan Winship <danw@gnome.org>
 
46636
AuthorDate: Wed Jul 18 15:08:44 2012 -0400
 
46637
Commit:     Dan Winship <danw@gnome.org>
 
46638
CommitDate: Wed Jul 18 15:08:44 2012 -0400
41005
46639
 
41006
46640
    gmain: handle child sources being destroyed before parent
41007
46641
 
41014
46648
 2 files changed, 78 insertions(+), 10 deletions(-)
41015
46649
 
41016
46650
commit ee6e66cb4483d82fcb0657d13faebf844258c70b
41017
 
Author: Dan Winship <danw@gnome.org>
41018
 
Date:   Wed Jul 18 14:19:36 2012 -0400
 
46651
Author:     Dan Winship <danw@gnome.org>
 
46652
AuthorDate: Wed Jul 18 14:19:36 2012 -0400
 
46653
Commit:     Dan Winship <danw@gnome.org>
 
46654
CommitDate: Wed Jul 18 14:19:36 2012 -0400
41019
46655
 
41020
46656
    g_source_add_child_source: sync blocked state
41021
46657
 
41027
46663
 1 file changed, 4 insertions(+)
41028
46664
 
41029
46665
commit 2855b827da44144c76b72d8cfec9599a835df4ea
41030
 
Author: Dan Winship <danw@gnome.org>
41031
 
Date:   Tue Jul 17 16:21:03 2012 -0400
 
46666
Author:     Dan Winship <danw@gnome.org>
 
46667
AuthorDate: Tue Jul 17 16:21:03 2012 -0400
 
46668
Commit:     Dan Winship <danw@gnome.org>
 
46669
CommitDate: Tue Jul 17 16:21:03 2012 -0400
41032
46670
 
41033
46671
    gio/tests/converter-stream: add a new test, rename an old one
41034
46672
 
41046
46684
 1 file changed, 83 insertions(+), 29 deletions(-)
41047
46685
 
41048
46686
commit 09c18537f4e8b3ede066339cc23b76df8a4fc2cc
41049
 
Author: Dan Winship <danw@gnome.org>
41050
 
Date:   Tue Jul 17 13:17:01 2012 -0400
 
46687
Author:     Dan Winship <danw@gnome.org>
 
46688
AuthorDate: Tue Jul 17 13:17:01 2012 -0400
 
46689
Commit:     Dan Winship <danw@gnome.org>
 
46690
CommitDate: Tue Jul 17 15:32:48 2012 -0400
41051
46691
 
41052
46692
    g_cancellable_source_new: don't use a file descriptor
41053
46693
 
41062
46702
 1 file changed, 19 insertions(+), 5 deletions(-)
41063
46703
 
41064
46704
commit 0e37822e10626859bcc6cb0452f1c0832e6990fa
41065
 
Author: Matthias Clasen <mclasen@redhat.com>
41066
 
Date:   Tue Jul 17 14:23:08 2012 -0400
 
46705
Author:     Matthias Clasen <mclasen@redhat.com>
 
46706
AuthorDate: Tue Jul 17 14:23:08 2012 -0400
 
46707
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46708
CommitDate: Tue Jul 17 14:23:08 2012 -0400
41067
46709
 
41068
46710
    Bump version
41069
46711
 
41071
46713
 1 file changed, 1 insertion(+), 1 deletion(-)
41072
46714
 
41073
46715
commit ffefa544d68972cf5cc7099eb015c35630c5314d
41074
 
Author: Matthias Clasen <mclasen@redhat.com>
41075
 
Date:   Tue Jul 17 13:50:58 2012 -0400
 
46716
Author:     Matthias Clasen <mclasen@redhat.com>
 
46717
AuthorDate: Tue Jul 17 13:50:58 2012 -0400
 
46718
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46719
CommitDate: Tue Jul 17 13:50:58 2012 -0400
41076
46720
 
41077
46721
    More updates
41078
46722
 
41080
46724
 1 file changed, 1 insertion(+)
41081
46725
 
41082
46726
commit a0b71839ee27eec27d8b9da24d25c153d6273f42
41083
 
Author: Stef Walter <stefw@gnome.org>
41084
 
Date:   Tue Jul 17 18:34:16 2012 +0200
 
46727
Author:     Stef Walter <stefw@gnome.org>
 
46728
AuthorDate: Tue Jul 17 18:34:16 2012 +0200
 
46729
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46730
CommitDate: Tue Jul 17 13:47:26 2012 -0400
41085
46731
 
41086
46732
    GIOScheduler: Fix access after free in "cancelled" handler
41087
46733
 
41096
46742
 1 file changed, 1 insertion(+), 1 deletion(-)
41097
46743
 
41098
46744
commit e97a4c7e5ef205dea08928f64ee5ba7e222e3b9b
41099
 
Author: Matthias Clasen <mclasen@redhat.com>
41100
 
Date:   Tue Jul 17 13:00:00 2012 -0400
 
46745
Author:     Matthias Clasen <mclasen@redhat.com>
 
46746
AuthorDate: Tue Jul 17 13:00:00 2012 -0400
 
46747
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46748
CommitDate: Tue Jul 17 13:47:26 2012 -0400
41101
46749
 
41102
46750
    2.33.6
41103
46751
 
41108
46756
 2 files changed, 15 insertions(+), 1 deletion(-)
41109
46757
 
41110
46758
commit d90ad1805552aab969f316a1de687efdb71e27fe
41111
 
Author: Dan Winship <danw@gnome.org>
41112
 
Date:   Tue Jul 17 09:12:39 2012 -0400
 
46759
Author:     Dan Winship <danw@gnome.org>
 
46760
AuthorDate: Tue Jul 17 09:12:39 2012 -0400
 
46761
Commit:     Dan Winship <danw@gnome.org>
 
46762
CommitDate: Tue Jul 17 09:15:44 2012 -0400
41113
46763
 
41114
46764
    GAsyncInitable: partially revert the init_finish changes
41115
46765
 
41123
46773
 1 file changed, 9 insertions(+), 8 deletions(-)
41124
46774
 
41125
46775
commit cd8ec3359b4b8afd5cce48bf218ecd793f8064eb
41126
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
41127
 
Date:   Sun Jul 15 19:10:43 2012 +0200
 
46776
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
46777
AuthorDate: Sun Jul 15 19:10:43 2012 +0200
 
46778
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
46779
CommitDate: Mon Jul 16 17:58:22 2012 +0200
41128
46780
 
41129
46781
    GVariantType: Add (constructor) annotation for some constructors.
41130
46782
 
41137
46789
 1 file changed, 3 insertions(+), 3 deletions(-)
41138
46790
 
41139
46791
commit 1b3578ec0beb19639e21c08e560a4fdb010a438a
41140
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
41141
 
Date:   Mon Jul 16 16:42:49 2012 +0200
 
46792
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
46793
AuthorDate: Mon Jul 16 16:42:49 2012 +0200
 
46794
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
46795
CommitDate: Mon Jul 16 16:42:49 2012 +0200
41142
46796
 
41143
46797
    Updated Spanish translation
41144
46798
 
41147
46801
 1 file changed, 231 insertions(+), 210 deletions(-)
41148
46802
 
41149
46803
commit bfbfbec91e10ea7f34e43a5d263031abb914dec6
41150
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
41151
 
Date:   Mon Jul 9 04:12:02 2012 +0200
 
46804
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
46805
AuthorDate: Mon Jul 9 04:12:02 2012 +0200
 
46806
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
46807
CommitDate: Mon Jul 16 12:49:25 2012 +0200
41152
46808
 
41153
46809
    win32: g_getenv() should return "" if variable exists and empty
41154
46810
 
41163
46819
 1 file changed, 5 insertions(+), 1 deletion(-)
41164
46820
 
41165
46821
commit 6007a4b0b109855f8521ba93ed10b3a1d2bf77f2
41166
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
41167
 
Date:   Mon Jul 9 03:54:55 2012 +0200
 
46822
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
46823
AuthorDate: Mon Jul 9 03:54:55 2012 +0200
 
46824
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
46825
CommitDate: Mon Jul 16 12:49:24 2012 +0200
41168
46826
 
41169
46827
    win32: fix g_get_environ()
41170
46828
 
41178
46836
 1 file changed, 9 insertions(+), 4 deletions(-)
41179
46837
 
41180
46838
commit 11819933e2d0b8833dfd7a0173f66be989a5a914
41181
 
Author: Matthias Clasen <mclasen@redhat.com>
41182
 
Date:   Mon Jul 16 06:01:55 2012 -0400
 
46839
Author:     Matthias Clasen <mclasen@redhat.com>
 
46840
AuthorDate: Mon Jul 16 06:01:55 2012 -0400
 
46841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46842
CommitDate: Mon Jul 16 06:01:55 2012 -0400
41183
46843
 
41184
46844
    Bump version
41185
46845
 
41187
46847
 1 file changed, 1 insertion(+), 1 deletion(-)
41188
46848
 
41189
46849
commit d48bd70853496c5a835e0d3a83136ef23ea778c9
41190
 
Author: Matthias Clasen <mclasen@redhat.com>
41191
 
Date:   Sun Jul 15 20:36:10 2012 -0400
 
46850
Author:     Matthias Clasen <mclasen@redhat.com>
 
46851
AuthorDate: Sun Jul 15 20:36:10 2012 -0400
 
46852
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46853
CommitDate: Sun Jul 15 20:36:10 2012 -0400
41192
46854
 
41193
46855
    More updates
41194
46856
 
41196
46858
 1 file changed, 6 insertions(+), 3 deletions(-)
41197
46859
 
41198
46860
commit f81c2c753ab0f6cc71866cd3e387a2e2dc857d60
41199
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
41200
 
Date:   Sun Jul 15 12:27:03 2012 +0300
 
46861
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
46862
AuthorDate: Sun Jul 15 12:27:03 2012 +0300
 
46863
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
46864
CommitDate: Sun Jul 15 12:27:03 2012 +0300
41201
46865
 
41202
46866
    Updated Belarusian translation.
41203
46867
 
41206
46870
 1 file changed, 620 insertions(+), 486 deletions(-)
41207
46871
 
41208
46872
commit ef4bbecce76505abc5ba143f57bae4cba0a76f16
41209
 
Author: Piotr Drąg <piotrdrag@gmail.com>
41210
 
Date:   Sun Jul 15 01:23:25 2012 +0200
 
46873
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
46874
AuthorDate: Sun Jul 15 01:23:25 2012 +0200
 
46875
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
46876
CommitDate: Sun Jul 15 01:26:12 2012 +0200
41211
46877
 
41212
46878
    Updated Polish translation
41213
46879
 
41216
46882
 1 file changed, 101 insertions(+), 91 deletions(-)
41217
46883
 
41218
46884
commit 160da82e3943e2a42685d72f54dddb11db80458c
41219
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
41220
 
Date:   Sat Jul 14 13:51:12 2012 +0800
 
46885
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
46886
AuthorDate: Sat Jul 14 13:51:12 2012 +0800
 
46887
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
46888
CommitDate: Sat Jul 14 13:51:12 2012 +0800
41221
46889
 
41222
46890
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
41223
46891
 
41228
46896
 2 files changed, 1298 insertions(+), 956 deletions(-)
41229
46897
 
41230
46898
commit c182ee1f7189ea2f547e1af6498b27bd501397fc
41231
 
Author: Matthias Clasen <mclasen@redhat.com>
41232
 
Date:   Fri Jul 13 17:37:37 2012 -0400
 
46899
Author:     Matthias Clasen <mclasen@redhat.com>
 
46900
AuthorDate: Fri Jul 13 17:37:37 2012 -0400
 
46901
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46902
CommitDate: Fri Jul 13 17:37:37 2012 -0400
41233
46903
 
41234
46904
    Fix GModule documentation a bit
41235
46905
 
41243
46913
 2 files changed, 15 insertions(+), 3 deletions(-)
41244
46914
 
41245
46915
commit 34b2125edff9d4ce1dc6e2e84e5a816ee14b4791
41246
 
Author: Matthias Clasen <mclasen@redhat.com>
41247
 
Date:   Fri Jul 13 17:37:12 2012 -0400
 
46916
Author:     Matthias Clasen <mclasen@redhat.com>
 
46917
AuthorDate: Fri Jul 13 17:37:12 2012 -0400
 
46918
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46919
CommitDate: Fri Jul 13 17:37:12 2012 -0400
41248
46920
 
41249
46921
    Fix doc build
41250
46922
 
41252
46924
 1 file changed, 1 insertion(+), 1 deletion(-)
41253
46925
 
41254
46926
commit 3201bcd1b278f335669972cbd991c3a6778a040e
41255
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
41256
 
Date:   Fri Jul 13 17:53:45 2012 +0530
 
46927
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
46928
AuthorDate: Fri Jul 13 17:53:45 2012 +0530
 
46929
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
46930
CommitDate: Fri Jul 13 17:54:20 2012 +0530
41257
46931
 
41258
46932
    Assamese translation updated
41259
46933
 
41262
46936
 1 file changed, 227 insertions(+), 220 deletions(-)
41263
46937
 
41264
46938
commit 97676046f2764ace8d0ac65df092046044841ac0
41265
 
Author: Matthias Clasen <mclasen@redhat.com>
41266
 
Date:   Thu Jul 12 23:40:43 2012 -0400
 
46939
Author:     Matthias Clasen <mclasen@redhat.com>
 
46940
AuthorDate: Thu Jul 12 23:40:43 2012 -0400
 
46941
Commit:     Matthias Clasen <mclasen@redhat.com>
 
46942
CommitDate: Thu Jul 12 23:51:08 2012 -0400
41267
46943
 
41268
46944
    Update NEWS
41269
46945
 
41271
46947
 1 file changed, 54 insertions(+)
41272
46948
 
41273
46949
commit d9af4259f779a4e88d9d47a9e99944ad785f4190
41274
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
41275
 
Date:   Wed Jul 11 19:41:58 2012 +0200
 
46950
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
46951
AuthorDate: Wed Jul 11 19:41:58 2012 +0200
 
46952
Commit:     Colin Walters <walters@verbum.org>
 
46953
CommitDate: Thu Jul 12 23:19:52 2012 -0400
41276
46954
 
41277
46955
    win32: fix build g_spawn_check_exit_status() with mingw
41278
46956
 
41286
46964
 2 files changed, 25 insertions(+), 10 deletions(-)
41287
46965
 
41288
46966
commit ce1b50bf2afbbcfd6c560feed00de2df50b7dfba
41289
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
41290
 
Date:   Thu Jul 12 16:09:57 2012 +0200
 
46967
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
46968
AuthorDate: Thu Jul 12 16:09:57 2012 +0200
 
46969
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
46970
CommitDate: Thu Jul 12 16:09:57 2012 +0200
41291
46971
 
41292
46972
    GRegex, GConvert: Add some missing annotations.
41293
46973
 
41300
46980
 2 files changed, 12 insertions(+), 9 deletions(-)
41301
46981
 
41302
46982
commit 99f26ab08f777040230fdd81423d1220722cef2f
41303
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
41304
 
Date:   Wed Jul 11 20:25:59 2012 -0400
 
46983
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
46984
AuthorDate: Wed Jul 11 20:25:59 2012 -0400
 
46985
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
46986
CommitDate: Wed Jul 11 20:26:16 2012 -0400
41305
46987
 
41306
46988
    mount-operation: add a Since tag to the show-unmount-progress signal
41307
46989
 
41309
46991
 1 file changed, 2 insertions(+)
41310
46992
 
41311
46993
commit 44375ad7c595884c091056a1955d08a1975c5516
41312
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
41313
 
Date:   Fri Jul 6 15:41:47 2012 -0400
 
46994
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
46995
AuthorDate: Fri Jul 6 15:41:47 2012 -0400
 
46996
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
46997
CommitDate: Wed Jul 11 19:57:42 2012 -0400
41314
46998
 
41315
46999
    mount-operation: add show-unmount-progress signal
41316
47000
 
41323
47007
 2 files changed, 51 insertions(+), 1 deletion(-)
41324
47008
 
41325
47009
commit 37fbd702d54a471781e853acaf805e0f508fbd3a
41326
 
Author: Tom Tryfonidis <tomtryf@gmail.com>
41327
 
Date:   Thu Jul 12 02:38:20 2012 +0300
 
47010
Author:     Tom Tryfonidis <tomtryf@gmail.com>
 
47011
AuthorDate: Thu Jul 12 02:38:20 2012 +0300
 
47012
Commit:     Tom Tryfonidis <tomtryf@gmail.com>
 
47013
CommitDate: Thu Jul 12 02:38:20 2012 +0300
41328
47014
 
41329
47015
    Updated Greek translation
41330
47016
 
41333
47019
 1 file changed, 456 insertions(+), 363 deletions(-)
41334
47020
 
41335
47021
commit eda1735029e01d6391fe8a4cde6c5688727c8183
41336
 
Author: Rui Matos <tiagomatos@gmail.com>
41337
 
Date:   Tue Jul 10 11:38:34 2012 +0200
 
47022
Author:     Rui Matos <tiagomatos@gmail.com>
 
47023
AuthorDate: Tue Jul 10 11:38:34 2012 +0200
 
47024
Commit:     Rui Matos <tiagomatos@gmail.com>
 
47025
CommitDate: Wed Jul 11 03:27:29 2012 +0200
41338
47026
 
41339
47027
    GDBusNodeInfo: remove a spurious for loop
41340
47028
 
41344
47032
 1 file changed, 2 insertions(+), 5 deletions(-)
41345
47033
 
41346
47034
commit 6f23c33831f69ef111d22491586d1dfdd8ca3693
41347
 
Author: Rui Matos <tiagomatos@gmail.com>
41348
 
Date:   Tue Jul 10 11:37:56 2012 +0200
 
47035
Author:     Rui Matos <tiagomatos@gmail.com>
 
47036
AuthorDate: Tue Jul 10 11:37:56 2012 +0200
 
47037
Commit:     Rui Matos <tiagomatos@gmail.com>
 
47038
CommitDate: Wed Jul 11 03:27:29 2012 +0200
41349
47039
 
41350
47040
    GDBusNodeInfo: the XML string must contain exactly one node element
41351
47041
 
41357
47047
 1 file changed, 3 insertions(+)
41358
47048
 
41359
47049
commit f7abd3ce130ae3a6da8502c2dce8d773d7514464
41360
 
Author: Colin Walters <walters@verbum.org>
41361
 
Date:   Tue Jul 10 11:27:22 2012 -0400
 
47050
Author:     Colin Walters <walters@verbum.org>
 
47051
AuthorDate: Tue Jul 10 11:27:22 2012 -0400
 
47052
Commit:     Colin Walters <walters@verbum.org>
 
47053
CommitDate: Tue Jul 10 18:03:56 2012 -0400
41362
47054
 
41363
47055
    Add g_spawn_check_exit_status()
41364
47056
 
41390
47082
 11 files changed, 158 insertions(+), 64 deletions(-)
41391
47083
 
41392
47084
commit 82d914d808c616d14d489c0272c6d5afc4bfbd5a
41393
 
Author: Dan Winship <danw@gnome.org>
41394
 
Date:   Thu May 10 11:09:52 2012 -0400
 
47085
Author:     Dan Winship <danw@gnome.org>
 
47086
AuthorDate: Thu May 10 11:09:52 2012 -0400
 
47087
Commit:     Dan Winship <danw@gnome.org>
 
47088
CommitDate: Tue Jul 10 10:49:20 2012 -0400
41395
47089
 
41396
47090
    gio: add g_async_result_is_tagged()
41397
47091
 
41417
47111
 11 files changed, 69 insertions(+), 73 deletions(-)
41418
47112
 
41419
47113
commit f8532a13e2054e649f75ca2a58e01604be05549e
41420
 
Author: Dan Winship <danw@gnome.org>
41421
 
Date:   Thu May 10 09:00:45 2012 -0400
 
47114
Author:     Dan Winship <danw@gnome.org>
 
47115
AuthorDate: Thu May 10 09:00:45 2012 -0400
 
47116
Commit:     Dan Winship <danw@gnome.org>
 
47117
CommitDate: Tue Jul 10 10:49:14 2012 -0400
41422
47118
 
41423
47119
    gio: Add g_async_result_legacy_propagate_error()
41424
47120
 
41458
47154
 19 files changed, 180 insertions(+), 311 deletions(-)
41459
47155
 
41460
47156
commit 538b2f106de78b7dfeac2a98f3d5594ed0ed2ade
41461
 
Author: Dan Winship <danw@gnome.org>
41462
 
Date:   Mon Jun 11 13:44:19 2012 -0400
 
47157
Author:     Dan Winship <danw@gnome.org>
 
47158
AuthorDate: Mon Jun 11 13:44:19 2012 -0400
 
47159
Commit:     Dan Winship <danw@gnome.org>
 
47160
CommitDate: Tue Jul 10 10:47:55 2012 -0400
41463
47161
 
41464
47162
    gio: handle GSimpleAsyncResult errors in _finish vmethods
41465
47163
 
41487
47185
 10 files changed, 104 insertions(+), 14 deletions(-)
41488
47186
 
41489
47187
commit a98d26c9bbd40b5d00d5a1536402c9196534087c
41490
 
Author: Dan Winship <danw@gnome.org>
41491
 
Date:   Tue Apr 17 09:55:33 2012 -0400
 
47188
Author:     Dan Winship <danw@gnome.org>
 
47189
AuthorDate: Tue Apr 17 09:55:33 2012 -0400
 
47190
Commit:     Dan Winship <danw@gnome.org>
 
47191
CommitDate: Tue Jul 10 10:47:49 2012 -0400
41492
47192
 
41493
47193
    GFile: remove some unnecessary code
41494
47194
 
41503
47203
 1 file changed, 15 deletions(-)
41504
47204
 
41505
47205
commit 4749878f9102d40d072bb5c838f2dd2e8d61d417
41506
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
41507
 
Date:   Mon Jul 9 18:17:01 2012 +0200
 
47206
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
47207
AuthorDate: Mon Jul 9 18:17:01 2012 +0200
 
47208
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
47209
CommitDate: Tue Jul 10 15:14:52 2012 +0200
41508
47210
 
41509
47211
    goptions: use G_N_ELEMENTS instead of nitems
41510
47212
 
41512
47214
 1 file changed, 1 insertion(+), 5 deletions(-)
41513
47215
 
41514
47216
commit 5a85fe0e37504cea13fe8a587691f72373b18830
41515
 
Author: Ryan Lortie <desrt@desrt.ca>
41516
 
Date:   Mon Jul 9 12:43:50 2012 -0400
 
47217
Author:     Ryan Lortie <desrt@desrt.ca>
 
47218
AuthorDate: Mon Jul 9 12:43:50 2012 -0400
 
47219
Commit:     Ryan Lortie <desrt@desrt.ca>
 
47220
CommitDate: Mon Jul 9 12:47:31 2012 -0400
41517
47221
 
41518
47222
    GVariant: fix string validation
41519
47223
 
41533
47237
 2 files changed, 11 insertions(+), 1 deletion(-)
41534
47238
 
41535
47239
commit 3b0f1cc432b546c538d82036bd1a655489d11f35
41536
 
Author: Stef Walter <stefw@gnome.org>
41537
 
Date:   Sat May 5 12:51:16 2012 +0200
 
47240
Author:     Stef Walter <stefw@gnome.org>
 
47241
AuthorDate: Sat May 5 12:51:16 2012 +0200
 
47242
Commit:     Stef Walter <stefw@gnome.org>
 
47243
CommitDate: Mon Jul 9 17:47:39 2012 +0200
41538
47244
 
41539
47245
    Fix up GObject interface documentation
41540
47246
 
41558
47264
 2 files changed, 309 insertions(+), 137 deletions(-)
41559
47265
 
41560
47266
commit 2cf9608d4892690c16332c27b3f5de0276d2f569
41561
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
41562
 
Date:   Mon Jul 9 15:05:04 2012 +0200
 
47267
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
47268
AuthorDate: Mon Jul 9 15:05:04 2012 +0200
 
47269
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
47270
CommitDate: Mon Jul 9 15:05:04 2012 +0200
41563
47271
 
41564
47272
    Updated Galician translations
41565
47273
 
41568
47276
 1 file changed, 238 insertions(+), 165 deletions(-)
41569
47277
 
41570
47278
commit f9a6a97470583417a26619b5da3d56097a15c6dd
41571
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
41572
 
Date:   Sun Jul 8 19:23:18 2012 +0200
 
47279
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
47280
AuthorDate: Sun Jul 8 19:23:18 2012 +0200
 
47281
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
47282
CommitDate: Sun Jul 8 19:23:18 2012 +0200
41573
47283
 
41574
47284
    OpenBSD: explicitely define nitems
41575
47285
 
41581
47291
 1 file changed, 4 insertions(+)
41582
47292
 
41583
47293
commit a511a706de048dcc779eb09d85f3d2e9329d68cd
41584
 
Author: Torsten Schönfeld <kaffeetisch@gmx.de>
41585
 
Date:   Mon May 3 20:33:50 2010 +0200
 
47294
Author:     Torsten Schönfeld <kaffeetisch@gmx.de>
 
47295
AuthorDate: Mon May 3 20:33:50 2010 +0200
 
47296
Commit:     Torsten Schönfeld <kaffeetisch@gmx.de>
 
47297
CommitDate: Sun Jul 8 00:47:01 2012 +0200
41586
47298
 
41587
47299
    gio: Add type macros for GFileAttributeInfoList and
41588
47300
    GFileAttributeMatcher
41594
47306
 2 files changed, 6 insertions(+), 2 deletions(-)
41595
47307
 
41596
47308
commit c09bf3e6b935d5e5ef0ecf2bb88788537c3ebecd
41597
 
Author: David Zeuthen <zeuthen@gmail.com>
41598
 
Date:   Sat Jul 7 17:10:46 2012 -0400
 
47309
Author:     David Zeuthen <zeuthen@gmail.com>
 
47310
AuthorDate: Sat Jul 7 17:10:46 2012 -0400
 
47311
Commit:     David Zeuthen <zeuthen@gmail.com>
 
47312
CommitDate: Sat Jul 7 17:10:46 2012 -0400
41599
47313
 
41600
47314
    gdbus-codegen: improve casting a tiny wee bit
41601
47315
 
41609
47323
 1 file changed, 7 insertions(+), 7 deletions(-)
41610
47324
 
41611
47325
commit 53b3175cfabe78b6ce3403f38d59addb218cb61b
41612
 
Author: Christian Persch <chpe@gnome.org>
41613
 
Date:   Thu Jun 28 23:20:39 2012 +0200
 
47326
Author:     Christian Persch <chpe@gnome.org>
 
47327
AuthorDate: Thu Jun 28 23:20:39 2012 +0200
 
47328
Commit:     Christian Persch <chpe@gnome.org>
 
47329
CommitDate: Sat Jul 7 22:08:08 2012 +0200
41614
47330
 
41615
47331
    regex: Add new GRegexError code from PCRE 8.31
41616
47332
 
41620
47336
 3 files changed, 9 insertions(+), 2 deletions(-)
41621
47337
 
41622
47338
commit 2188a5e59c512668dc3c76607fb8ccad4910cc3c
41623
 
Author: Christian Persch <chpe@gnome.org>
41624
 
Date:   Thu Jun 28 23:21:16 2012 +0200
 
47339
Author:     Christian Persch <chpe@gnome.org>
 
47340
AuthorDate: Thu Jun 28 23:21:16 2012 +0200
 
47341
Commit:     Christian Persch <chpe@gnome.org>
 
47342
CommitDate: Sat Jul 7 22:08:08 2012 +0200
41625
47343
 
41626
47344
    regex: Enable fixed test
41627
47345
 
41631
47349
 1 file changed, 1 insertion(+), 3 deletions(-)
41632
47350
 
41633
47351
commit 94578330109eb7fb1588c0d0d0bb526bfb0ce9b6
41634
 
Author: Christian Persch <chpe@gnome.org>
41635
 
Date:   Thu Jun 14 22:15:27 2012 +0200
 
47352
Author:     Christian Persch <chpe@gnome.org>
 
47353
AuthorDate: Thu Jun 14 22:15:27 2012 +0200
 
47354
Commit:     Christian Persch <chpe@gnome.org>
 
47355
CommitDate: Sat Jul 7 22:08:02 2012 +0200
41636
47356
 
41637
47357
    regex: Import PCRE 8.31
41638
47358
 
41654
47374
 12 files changed, 2087 insertions(+), 1124 deletions(-)
41655
47375
 
41656
47376
commit f66052fc87caada2552f651e9a21f1daac86b2a1
41657
 
Author: Ryan Lortie <desrt@desrt.ca>
41658
 
Date:   Fri Jul 6 17:27:54 2012 -0400
 
47377
Author:     Ryan Lortie <desrt@desrt.ca>
 
47378
AuthorDate: Fri Jul 6 17:27:54 2012 -0400
 
47379
Commit:     Ryan Lortie <desrt@desrt.ca>
 
47380
CommitDate: Fri Jul 6 17:29:30 2012 -0400
41659
47381
 
41660
47382
    GVariant: support comparing booleans
41661
47383
 
41669
47391
 2 files changed, 9 insertions(+)
41670
47392
 
41671
47393
commit b79fbc5c3fc8d7093919dde2dc244d26a97596c3
41672
 
Author: David Zeuthen <zeuthen@gmail.com>
41673
 
Date:   Fri Jul 6 13:45:09 2012 -0400
 
47394
Author:     David Zeuthen <zeuthen@gmail.com>
 
47395
AuthorDate: Fri Jul 6 13:45:09 2012 -0400
 
47396
Commit:     David Zeuthen <zeuthen@gmail.com>
 
47397
CommitDate: Fri Jul 6 13:49:28 2012 -0400
41674
47398
 
41675
47399
    gdbus-codegen: neuter warnings when using -Wstrict-aliasing
41676
47400
 
41680
47404
 1 file changed, 6 insertions(+), 6 deletions(-)
41681
47405
 
41682
47406
commit d728eae85fbcefb66f9bfc41a52cf315ef84d667
41683
 
Author: David Zeuthen <zeuthen@gmail.com>
41684
 
Date:   Fri Jul 6 13:43:05 2012 -0400
 
47407
Author:     David Zeuthen <zeuthen@gmail.com>
 
47408
AuthorDate: Fri Jul 6 13:43:05 2012 -0400
 
47409
Commit:     David Zeuthen <zeuthen@gmail.com>
 
47410
CommitDate: Fri Jul 6 13:49:28 2012 -0400
41685
47411
 
41686
47412
    gdbus-codegen: don't shadow variable
41687
47413
 
41693
47419
 1 file changed, 3 insertions(+), 3 deletions(-)
41694
47420
 
41695
47421
commit ed492a5de2a217c08bccd4032b1122fba2f25c6f
41696
 
Author: Ryan Lortie <desrt@desrt.ca>
41697
 
Date:   Fri Jul 6 13:43:17 2012 -0400
 
47422
Author:     Ryan Lortie <desrt@desrt.ca>
 
47423
AuthorDate: Fri Jul 6 13:43:17 2012 -0400
 
47424
Commit:     Ryan Lortie <desrt@desrt.ca>
 
47425
CommitDate: Fri Jul 6 13:44:17 2012 -0400
41698
47426
 
41699
47427
    GSettings: be more careful about keys names with /
41700
47428
 
41708
47436
 2 files changed, 17 insertions(+), 5 deletions(-)
41709
47437
 
41710
47438
commit 52a6d7022af6dfc597bae97fdabcaf2d24855126
41711
 
Author: Kjartan Maraas <kmaraas@gnome.org>
41712
 
Date:   Fri Jul 6 19:11:26 2012 +0200
 
47439
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
47440
AuthorDate: Fri Jul 6 19:11:26 2012 +0200
 
47441
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
47442
CommitDate: Fri Jul 6 19:11:26 2012 +0200
41713
47443
 
41714
47444
    Updated Norwegian bokmål translation
41715
47445
 
41718
47448
 1 file changed, 414 insertions(+), 336 deletions(-)
41719
47449
 
41720
47450
commit ee9aae5dcfe8dd1956e78a52c4e8c53c0f7861fe
41721
 
Author: Dan Winship <danw@gnome.org>
41722
 
Date:   Thu Apr 26 14:08:22 2012 -0400
 
47451
Author:     Dan Winship <danw@gnome.org>
 
47452
AuthorDate: Thu Apr 26 14:08:22 2012 -0400
 
47453
Commit:     Dan Winship <danw@gnome.org>
 
47454
CommitDate: Fri Jul 6 12:10:42 2012 -0400
41723
47455
 
41724
47456
    Clarify the GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED docs
41725
47457
 
41729
47461
 1 file changed, 15 insertions(+), 8 deletions(-)
41730
47462
 
41731
47463
commit 40f0f66151c09a02b6355c7da02af081c30dd586
41732
 
Author: Dan Winship <danw@gnome.org>
41733
 
Date:   Thu Apr 26 11:08:23 2012 -0400
 
47464
Author:     Dan Winship <danw@gnome.org>
 
47465
AuthorDate: Thu Apr 26 11:08:23 2012 -0400
 
47466
Commit:     Dan Winship <danw@gnome.org>
 
47467
CommitDate: Fri Jul 6 12:10:42 2012 -0400
41734
47468
 
41735
47469
    Deal with GLIB_VERSION_MIN_REQUIRED/MAX_ALLOWED being a "future" value
41736
47470
 
41744
47478
 1 file changed, 13 insertions(+), 2 deletions(-)
41745
47479
 
41746
47480
commit 4ac0d78d5ddde773b7abf05e4c5e128a8acb835d
41747
 
Author: Colin Walters <walters@verbum.org>
41748
 
Date:   Tue May 29 17:58:41 2012 -0400
 
47481
Author:     Colin Walters <walters@verbum.org>
 
47482
AuthorDate: Tue May 29 17:58:41 2012 -0400
 
47483
Commit:     Colin Walters <walters@verbum.org>
 
47484
CommitDate: Fri Jul 6 10:19:12 2012 -0400
41749
47485
 
41750
47486
    GString: Tweak documentation, add g_string_free_to_bytes()
41751
47487
 
41769
47505
 5 files changed, 68 insertions(+), 6 deletions(-)
41770
47506
 
41771
47507
commit d72116d8b7c802895be6b02093342fd9e770813d
41772
 
Author: David Zeuthen <zeuthen@gmail.com>
41773
 
Date:   Fri Jul 6 09:19:48 2012 -0400
 
47508
Author:     David Zeuthen <zeuthen@gmail.com>
 
47509
AuthorDate: Fri Jul 6 09:19:48 2012 -0400
 
47510
Commit:     David Zeuthen <zeuthen@gmail.com>
 
47511
CommitDate: Fri Jul 6 09:26:41 2012 -0400
41774
47512
 
41775
47513
    gdbus-codegen: Don't generate invalid GObject property names
41776
47514
 
41805
47543
 3 files changed, 34 insertions(+), 1 deletion(-)
41806
47544
 
41807
47545
commit 2a87010831db5d4c18905103e9e7d804546552bf
41808
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
41809
 
Date:   Wed Mar 7 12:54:04 2012 +0000
 
47546
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
47547
AuthorDate: Wed Mar 7 12:54:04 2012 +0000
 
47548
Commit:     Matthias Clasen <mclasen@redhat.com>
 
47549
CommitDate: Thu Jul 5 23:27:35 2012 -0400
41810
47550
 
41811
47551
    Constify collect and lcopy strings in GTypeValueTable
41812
47552
 
41833
47573
 2 files changed, 5 insertions(+), 5 deletions(-)
41834
47574
 
41835
47575
commit ab4cc22ba5d7a1a9ee72eaccd171ac1fc82bfb5c
41836
 
Author: Matthias Clasen <mclasen@redhat.com>
41837
 
Date:   Thu Jul 5 22:25:49 2012 -0400
 
47576
Author:     Matthias Clasen <mclasen@redhat.com>
 
47577
AuthorDate: Thu Jul 5 22:25:49 2012 -0400
 
47578
Commit:     Matthias Clasen <mclasen@redhat.com>
 
47579
CommitDate: Thu Jul 5 22:25:49 2012 -0400
41838
47580
 
41839
47581
    Improve the g_dir_read_name documentation
41840
47582
 
41846
47588
 1 file changed, 6 insertions(+), 2 deletions(-)
41847
47589
 
41848
47590
commit f416ece1039f65ce77df6983a872950c82877e37
41849
 
Author: Piotr Drąg <piotrdrag@gmail.com>
41850
 
Date:   Wed Jul 4 04:25:41 2012 +0200
 
47591
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
47592
AuthorDate: Wed Jul 4 04:25:41 2012 +0200
 
47593
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
47594
CommitDate: Wed Jul 4 04:25:41 2012 +0200
41851
47595
 
41852
47596
    Updated POTFILES.in
41853
47597
 
41855
47599
 1 file changed, 1 insertion(+)
41856
47600
 
41857
47601
commit 04af05fd1f648aca3e2aa805df5a376a992a04d3
41858
 
Author: Matthias Clasen <mclasen@redhat.com>
41859
 
Date:   Tue Jul 3 21:14:41 2012 -0400
 
47602
Author:     Matthias Clasen <mclasen@redhat.com>
 
47603
AuthorDate: Tue Jul 3 21:14:41 2012 -0400
 
47604
Commit:     Matthias Clasen <mclasen@redhat.com>
 
47605
CommitDate: Tue Jul 3 21:14:41 2012 -0400
41860
47606
 
41861
47607
    Drop unneeded includes
41862
47608
 
41866
47612
 3 files changed, 1 insertion(+), 3 deletions(-)
41867
47613
 
41868
47614
commit 32192ee9e4210a12b76ee5cbfbb8b6f2d957d3e9
41869
 
Author: Matthias Clasen <mclasen@redhat.com>
41870
 
Date:   Tue Jul 3 21:13:32 2012 -0400
 
47615
Author:     Matthias Clasen <mclasen@redhat.com>
 
47616
AuthorDate: Tue Jul 3 21:13:32 2012 -0400
 
47617
Commit:     Matthias Clasen <mclasen@redhat.com>
 
47618
CommitDate: Tue Jul 3 21:13:32 2012 -0400
41871
47619
 
41872
47620
    Split gcontenttype.c
41873
47621
 
41882
47630
 3 files changed, 382 insertions(+), 354 deletions(-)
41883
47631
 
41884
47632
commit af3b1674cd65e1d650fb82bc93483391b99feb50
41885
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
41886
 
Date:   Tue Jul 3 20:04:05 2012 +0200
 
47633
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
47634
AuthorDate: Tue Jul 3 20:04:05 2012 +0200
 
47635
Commit:     Matthias Clasen <mclasen@redhat.com>
 
47636
CommitDate: Tue Jul 3 21:01:31 2012 -0400
41887
47637
 
41888
47638
    win32: fix build after bug 674452
41889
47639
 
41891
47641
 1 file changed, 1 insertion(+), 1 deletion(-)
41892
47642
 
41893
47643
commit 5d7fa1c7839dfeb482f549ca9bb3ab7027e9994a
41894
 
Author: Ryan Lortie <desrt@desrt.ca>
41895
 
Date:   Tue Jul 3 15:40:35 2012 -0400
 
47644
Author:     Ryan Lortie <desrt@desrt.ca>
 
47645
AuthorDate: Tue Jul 3 15:40:35 2012 -0400
 
47646
Commit:     Ryan Lortie <desrt@desrt.ca>
 
47647
CommitDate: Tue Jul 3 15:40:44 2012 -0400
41896
47648
 
41897
47649
    GObject docs fixup
41898
47650
 
41902
47654
 2 files changed, 30 insertions(+)
41903
47655
 
41904
47656
commit 72660997bc0b0ee81095b85911992db3c644e5da
41905
 
Author: Rico Tzschichholz <ricotz@t-online.de>
41906
 
Date:   Tue Jul 3 21:22:16 2012 +0200
 
47657
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
47658
AuthorDate: Tue Jul 3 21:22:16 2012 +0200
 
47659
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
47660
CommitDate: Tue Jul 3 21:22:16 2012 +0200
41907
47661
 
41908
47662
    glib/deprecated: Fix some version typos
41909
47663
 
41911
47665
 1 file changed, 4 insertions(+), 4 deletions(-)
41912
47666
 
41913
47667
commit be249ac6ae461b2f8c3995d7311033f82738827a
41914
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
41915
 
Date:   Tue Jul 3 21:01:17 2012 +0530
 
47668
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
47669
AuthorDate: Tue Jul 3 21:01:17 2012 +0530
 
47670
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
47671
CommitDate: Tue Jul 3 21:01:59 2012 +0530
41916
47672
 
41917
47673
    Assamese translation updated
41918
47674
 
41921
47677
 1 file changed, 238 insertions(+), 150 deletions(-)
41922
47678
 
41923
47679
commit 45c48bffdd3e684470be38a03dea466f78e184bd
41924
 
Author: Alexander Shopov <ash@kambanaria.org>
41925
 
Date:   Tue Jul 3 16:55:12 2012 +0300
 
47680
Author:     Alexander Shopov <ash@kambanaria.org>
 
47681
AuthorDate: Tue Jul 3 16:55:12 2012 +0300
 
47682
Commit:     Alexander Shopov <ash@kambanaria.org>
 
47683
CommitDate: Tue Jul 3 16:55:12 2012 +0300
41926
47684
 
41927
47685
    Updated Bulgarian translation
41928
47686
 
41931
47689
 1 file changed, 187 insertions(+), 129 deletions(-)
41932
47690
 
41933
47691
commit 489b947c3be8ea892d415ac1b623e5bfc3445439
41934
 
Author: Neil Roberts <neil@linux.intel.com>
41935
 
Date:   Mon Jul 2 13:41:32 2012 +0100
 
47692
Author:     Neil Roberts <neil@linux.intel.com>
 
47693
AuthorDate: Mon Jul 2 13:41:32 2012 +0100
 
47694
Commit:     Neil Roberts <neil@linux.intel.com>
 
47695
CommitDate: Mon Jul 2 18:44:49 2012 +0100
41936
47696
 
41937
47697
    Fix the 'Since' tag for G_SOURCE_{REMOVE,CONTINUE}
41938
47698
 
41946
47706
 1 file changed, 2 insertions(+), 2 deletions(-)
41947
47707
 
41948
47708
commit 938c28b36bf7090c654802d877d76f404d783799
41949
 
Author: Christian Persch <chpe@gnome.org>
41950
 
Date:   Mon Jul 2 17:56:54 2012 +0200
 
47709
Author:     Christian Persch <chpe@gnome.org>
 
47710
AuthorDate: Mon Jul 2 17:56:54 2012 +0200
 
47711
Commit:     Christian Persch <chpe@gnome.org>
 
47712
CommitDate: Mon Jul 2 18:02:15 2012 +0200
41951
47713
 
41952
47714
    regex: Require PCRE 8.13
41953
47715
 
41958
47720
 1 file changed, 1 insertion(+), 1 deletion(-)
41959
47721
 
41960
47722
commit b5b1179d3fc04d4ec4fd03e4df852ac7c02d4e00
41961
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
41962
 
Date:   Mon Jul 2 17:34:59 2012 +0200
 
47723
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
47724
AuthorDate: Mon Jul 2 17:34:59 2012 +0200
 
47725
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
47726
CommitDate: Mon Jul 2 17:34:59 2012 +0200
41963
47727
 
41964
47728
    Updated Spanish translation
41965
47729
 
41967
47731
 1 file changed, 4 insertions(+), 16 deletions(-)
41968
47732
 
41969
47733
commit 4b787aa31d8e71d108cbf0a61db3dd7805cf2205
41970
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
41971
 
Date:   Mon Jul 2 17:29:02 2012 +0200
 
47734
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
47735
AuthorDate: Mon Jul 2 17:29:02 2012 +0200
 
47736
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
47737
CommitDate: Mon Jul 2 17:29:02 2012 +0200
41972
47738
 
41973
47739
    Updated Spanish translation
41974
47740
 
41977
47743
 1 file changed, 229 insertions(+), 144 deletions(-)
41978
47744
 
41979
47745
commit 1519d6b894c95968fdd13a2004cf0c9d97efe7bd
41980
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
41981
 
Date:   Mon Jul 2 17:24:45 2012 +0200
 
47746
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
47747
AuthorDate: Mon Jul 2 17:24:45 2012 +0200
 
47748
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
47749
CommitDate: Mon Jul 2 17:24:45 2012 +0200
41982
47750
 
41983
47751
    Fixed a a «big bug» in a string ;-)
41984
47752
 
41986
47754
 1 file changed, 1 insertion(+), 1 deletion(-)
41987
47755
 
41988
47756
commit 7483315f83cac1f54fd72c331e6eff0781b8560f
41989
 
Author: Christian Persch <chpe@gnome.org>
41990
 
Date:   Sun Jun 17 22:51:44 2012 +0200
 
47757
Author:     Christian Persch <chpe@gnome.org>
 
47758
AuthorDate: Sun Jun 17 22:51:44 2012 +0200
 
47759
Commit:     Christian Persch <chpe@gnome.org>
 
47760
CommitDate: Mon Jul 2 15:59:39 2012 +0200
41991
47761
 
41992
47762
    regex: Fix unicode othercasing
41993
47763
 
42001
47771
 2 files changed, 8 insertions(+), 2 deletions(-)
42002
47772
 
42003
47773
commit a2f54a3408fcf45cae991b6886f4495fdae1f5ac
42004
 
Author: Christian Persch <chpe@gnome.org>
42005
 
Date:   Thu Jun 14 22:04:05 2012 +0200
 
47774
Author:     Christian Persch <chpe@gnome.org>
 
47775
AuthorDate: Thu Jun 14 22:04:05 2012 +0200
 
47776
Commit:     Christian Persch <chpe@gnome.org>
 
47777
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42006
47778
 
42007
47779
    regex: Add FIRSTLINE compile flag
42008
47780
 
42014
47786
 3 files changed, 9 insertions(+), 1 deletion(-)
42015
47787
 
42016
47788
commit e99e34f65f6cf66feaccde29e480965d525586ae
42017
 
Author: Christian Persch <chpe@gnome.org>
42018
 
Date:   Thu Jun 7 23:24:07 2012 +0200
 
47789
Author:     Christian Persch <chpe@gnome.org>
 
47790
AuthorDate: Thu Jun 7 23:24:07 2012 +0200
 
47791
Commit:     Christian Persch <chpe@gnome.org>
 
47792
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42019
47793
 
42020
47794
    regex: Add NOTEMPTY_ATSTART match option
42021
47795
 
42030
47804
 3 files changed, 48 insertions(+), 31 deletions(-)
42031
47805
 
42032
47806
commit 1171215014bb9406ff8ae1ea91b1c251b4e7d71b
42033
 
Author: Christian Persch <chpe@gnome.org>
42034
 
Date:   Thu Jun 7 22:50:52 2012 +0200
 
47807
Author:     Christian Persch <chpe@gnome.org>
 
47808
AuthorDate: Thu Jun 7 22:50:52 2012 +0200
 
47809
Commit:     Christian Persch <chpe@gnome.org>
 
47810
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42035
47811
 
42036
47812
    regex: Add PARTIAL_HARD match option
42037
47813
 
42044
47820
 3 files changed, 34 insertions(+), 7 deletions(-)
42045
47821
 
42046
47822
commit 0a2967030af2a5cce9fd6ae916a535f26239bcd3
42047
 
Author: Christian Persch <chpe@gnome.org>
42048
 
Date:   Thu Jun 7 20:12:11 2012 +0200
 
47823
Author:     Christian Persch <chpe@gnome.org>
 
47824
AuthorDate: Thu Jun 7 20:12:11 2012 +0200
 
47825
Commit:     Christian Persch <chpe@gnome.org>
 
47826
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42049
47827
 
42050
47828
    regex: Add JavaScript compat mode
42051
47829
 
42059
47837
 3 files changed, 40 insertions(+), 21 deletions(-)
42060
47838
 
42061
47839
commit e5550a24db48ce6f67b0f3b8df9dc467087c941b
42062
 
Author: Christian Persch <chpe@gnome.org>
42063
 
Date:   Thu Jun 7 18:11:49 2012 +0200
 
47840
Author:     Christian Persch <chpe@gnome.org>
 
47841
AuthorDate: Thu Jun 7 18:11:49 2012 +0200
 
47842
Commit:     Christian Persch <chpe@gnome.org>
 
47843
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42064
47844
 
42065
47845
    regex: Don't leak internal PCRE options
42066
47846
 
42075
47855
 2 files changed, 78 insertions(+), 31 deletions(-)
42076
47856
 
42077
47857
commit 26d91ddc08b41533a6952014fd9c19c80865e840
42078
 
Author: Christian Persch <chpe@gnome.org>
42079
 
Date:   Thu Jun 7 16:44:52 2012 +0200
 
47858
Author:     Christian Persch <chpe@gnome.org>
 
47859
AuthorDate: Thu Jun 7 16:44:52 2012 +0200
 
47860
Commit:     Christian Persch <chpe@gnome.org>
 
47861
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42080
47862
 
42081
47863
    regex: Add BSR_ANYCRLF and BSR_ANY match options
42082
47864
 
42091
47873
 2 files changed, 17 insertions(+), 2 deletions(-)
42092
47874
 
42093
47875
commit 88ac3839f5d3d8d05ea7ea391209dff378866f57
42094
 
Author: Christian Persch <chpe@gnome.org>
42095
 
Date:   Thu Jun 7 16:44:10 2012 +0200
 
47876
Author:     Christian Persch <chpe@gnome.org>
 
47877
AuthorDate: Thu Jun 7 16:44:10 2012 +0200
 
47878
Commit:     Christian Persch <chpe@gnome.org>
 
47879
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42096
47880
 
42097
47881
    regex: Add BSR_ANYCRLF compile option
42098
47882
 
42103
47887
 2 files changed, 9 insertions(+), 2 deletions(-)
42104
47888
 
42105
47889
commit 86a04a05e6b697361c58b1577c52b4a713bf18d3
42106
 
Author: Christian Persch <chpe@gnome.org>
42107
 
Date:   Thu Jun 7 16:42:50 2012 +0200
 
47890
Author:     Christian Persch <chpe@gnome.org>
 
47891
AuthorDate: Thu Jun 7 16:42:50 2012 +0200
 
47892
Commit:     Christian Persch <chpe@gnome.org>
 
47893
CommitDate: Mon Jul 2 15:59:39 2012 +0200
42108
47894
 
42109
47895
    regex: Fix newline definition for system PCRE
42110
47896
 
42117
47903
 2 files changed, 8 insertions(+), 1 deletion(-)
42118
47904
 
42119
47905
commit 91ba8ae1560d4132e4ed2631b8e69684c3c863d3
42120
 
Author: Christian Persch <chpe@gnome.org>
42121
 
Date:   Thu Jun 7 16:07:04 2012 +0200
 
47906
Author:     Christian Persch <chpe@gnome.org>
 
47907
AuthorDate: Thu Jun 7 16:07:04 2012 +0200
 
47908
Commit:     Christian Persch <chpe@gnome.org>
 
47909
CommitDate: Mon Jul 2 15:59:38 2012 +0200
42122
47910
 
42123
47911
    regex: Don't return from inside a g_once_init_enter/leave block
42124
47912
 
42132
47920
 1 file changed, 16 insertions(+), 20 deletions(-)
42133
47921
 
42134
47922
commit 69a12e3275c6e068929d2ed69ba1af87df0f851b
42135
 
Author: Christian Persch <chpe@gnome.org>
42136
 
Date:   Thu Jun 7 15:57:15 2012 +0200
 
47923
Author:     Christian Persch <chpe@gnome.org>
 
47924
AuthorDate: Thu Jun 7 15:57:15 2012 +0200
 
47925
Commit:     Christian Persch <chpe@gnome.org>
 
47926
CommitDate: Mon Jul 2 15:59:34 2012 +0200
42137
47927
 
42138
47928
    regex: Add accessor for PCRE_INFO_HASCRORLF
42139
47929
 
42148
47938
 5 files changed, 35 insertions(+)
42149
47939
 
42150
47940
commit 7ada9765160ce8a41fae0a0e0435ad00a8037601
42151
 
Author: Christian Persch <chpe@gnome.org>
42152
 
Date:   Thu Jun 7 15:36:11 2012 +0200
 
47941
Author:     Christian Persch <chpe@gnome.org>
 
47942
AuthorDate: Thu Jun 7 15:36:11 2012 +0200
 
47943
Commit:     Christian Persch <chpe@gnome.org>
 
47944
CommitDate: Mon Jul 2 14:17:34 2012 +0200
42153
47945
 
42154
47946
    regex: Remove message for unused error code
42155
47947
 
42160
47952
 1 file changed, 2 deletions(-)
42161
47953
 
42162
47954
commit 592531019ede1c6d48304ba8babce0a5470d16d7
42163
 
Author: Christian Persch <chpe@gnome.org>
42164
 
Date:   Thu Jun 7 15:26:02 2012 +0200
 
47955
Author:     Christian Persch <chpe@gnome.org>
 
47956
AuthorDate: Thu Jun 7 15:26:02 2012 +0200
 
47957
Commit:     Christian Persch <chpe@gnome.org>
 
47958
CommitDate: Mon Jul 2 14:17:34 2012 +0200
42165
47959
 
42166
47960
    regex: Add NEWLINE_ANYCRLF match option
42167
47961
 
42172
47966
 2 files changed, 39 insertions(+), 30 deletions(-)
42173
47967
 
42174
47968
commit c8c049b177dc40c0242409389ddccfa59ba88953
42175
 
Author: Christian Persch <chpe@gnome.org>
42176
 
Date:   Thu Jun 7 15:23:37 2012 +0200
 
47969
Author:     Christian Persch <chpe@gnome.org>
 
47970
AuthorDate: Thu Jun 7 15:23:37 2012 +0200
 
47971
Commit:     Christian Persch <chpe@gnome.org>
 
47972
CommitDate: Mon Jul 2 14:17:34 2012 +0200
42177
47973
 
42178
47974
    regex: Add NEWLINE_ANYCRLF compile option
42179
47975
 
42187
47983
 3 files changed, 17 insertions(+), 10 deletions(-)
42188
47984
 
42189
47985
commit 7e8b5ea442f235f5e272b0fe7a4768bf897b6aad
42190
 
Author: Christian Persch <chpe@gnome.org>
42191
 
Date:   Thu Jun 7 14:48:51 2012 +0200
 
47986
Author:     Christian Persch <chpe@gnome.org>
 
47987
AuthorDate: Thu Jun 7 14:48:51 2012 +0200
 
47988
Commit:     Christian Persch <chpe@gnome.org>
 
47989
CommitDate: Mon Jul 2 14:17:34 2012 +0200
42192
47990
 
42193
47991
    regex: Assert that our flags values are the same as PCRE's
42194
47992
 
42200
47998
 1 file changed, 24 insertions(+)
42201
47999
 
42202
48000
commit 03611f7c0670ea14eedbc121972aed7ce60bb9ee
42203
 
Author: Simon Feltman <s.feltman@gmail.com>
42204
 
Date:   Wed Jun 13 23:20:17 2012 -0700
 
48001
Author:     Simon Feltman <s.feltman@gmail.com>
 
48002
AuthorDate: Wed Jun 13 23:20:17 2012 -0700
 
48003
Commit:     Colin Walters <walters@verbum.org>
 
48004
CommitDate: Sun Jul 1 11:14:54 2012 -0400
42205
48005
 
42206
48006
    Updated codegen to work with python3.
42207
48007
 
42221
48021
 5 files changed, 26 insertions(+), 40 deletions(-)
42222
48022
 
42223
48023
commit 6d5484b2962c2a365983e8a37295f298909bca00
42224
 
Author: Christian Persch <chpe@gnome.org>
42225
 
Date:   Fri Jun 8 01:08:10 2012 +0200
 
48024
Author:     Christian Persch <chpe@gnome.org>
 
48025
AuthorDate: Fri Jun 8 01:08:10 2012 +0200
 
48026
Commit:     Christian Persch <chpe@gnome.org>
 
48027
CommitDate: Sun Jul 1 14:00:11 2012 +0200
42226
48028
 
42227
48029
    regex: Handle PCRE_ERROR_RECURSIONLOOP
42228
48030
 
42232
48034
 1 file changed, 2 insertions(+)
42233
48035
 
42234
48036
commit 7e5615138af8a5044bb5adac0804a59073d4cb69
42235
 
Author: Christian Persch <chpe@gnome.org>
42236
 
Date:   Wed Jun 6 21:55:01 2012 +0200
 
48037
Author:     Christian Persch <chpe@gnome.org>
 
48038
AuthorDate: Wed Jun 6 21:55:01 2012 +0200
 
48039
Commit:     Christian Persch <chpe@gnome.org>
 
48040
CommitDate: Sun Jul 1 14:00:11 2012 +0200
42237
48041
 
42238
48042
    regex: Update GRegexError with newer PCRE error codes
42239
48043
 
42248
48052
 3 files changed, 181 insertions(+), 55 deletions(-)
42249
48053
 
42250
48054
commit 3be1d864d838a9015866656764c0a615f63f63ec
42251
 
Author: Christian Persch <chpe@gnome.org>
42252
 
Date:   Thu Jun 7 18:22:44 2012 +0200
 
48055
Author:     Christian Persch <chpe@gnome.org>
 
48056
AuthorDate: Thu Jun 7 18:22:44 2012 +0200
 
48057
Commit:     Christian Persch <chpe@gnome.org>
 
48058
CommitDate: Sun Jul 1 14:00:11 2012 +0200
42253
48059
 
42254
48060
    regex: Simplify regex compile tests
42255
48061
 
42260
48066
 1 file changed, 22 insertions(+), 84 deletions(-)
42261
48067
 
42262
48068
commit 20ab7e2aea955e4a70be43cbb6e4237afd98bf7b
42263
 
Author: Christian Persch <chpe@gnome.org>
42264
 
Date:   Thu Jun 7 19:53:17 2012 +0200
 
48069
Author:     Christian Persch <chpe@gnome.org>
 
48070
AuthorDate: Thu Jun 7 19:53:17 2012 +0200
 
48071
Commit:     Christian Persch <chpe@gnome.org>
 
48072
CommitDate: Sun Jul 1 14:00:11 2012 +0200
42265
48073
 
42266
48074
    regex: Deprecate an obsolete error code
42267
48075
 
42272
48080
 2 files changed, 1 insertion(+), 4 deletions(-)
42273
48081
 
42274
48082
commit d9e8d3e0f0fc00435b161dd3dfb1b8727922ba00
42275
 
Author: Christian Persch <chpe@gnome.org>
42276
 
Date:   Wed Jun 6 21:54:08 2012 +0200
 
48083
Author:     Christian Persch <chpe@gnome.org>
 
48084
AuthorDate: Wed Jun 6 21:54:08 2012 +0200
 
48085
Commit:     Christian Persch <chpe@gnome.org>
 
48086
CommitDate: Sun Jul 1 14:00:11 2012 +0200
42277
48087
 
42278
48088
    regex: Fix PCRE error code conversion
42279
48089
 
42285
48095
 1 file changed, 9 insertions(+), 9 deletions(-)
42286
48096
 
42287
48097
commit 3173fca9cc520785f82e602fe830c220c2d1820f
42288
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
42289
 
Date:   Sat Jun 30 09:55:26 2012 +0700
 
48098
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
48099
AuthorDate: Sat Jun 30 09:55:26 2012 +0700
 
48100
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
48101
CommitDate: Sat Jun 30 09:55:26 2012 +0700
42290
48102
 
42291
48103
    Updated Vietnamese translation
42292
48104
 
42295
48107
 1 file changed, 64 insertions(+), 39 deletions(-)
42296
48108
 
42297
48109
commit 7ddefe3f4b2221147bd77f362760e8fb00f7e624
42298
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
42299
 
Date:   Sat Jun 30 09:42:53 2012 +0700
 
48110
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
48111
AuthorDate: Sat Jun 30 09:42:53 2012 +0700
 
48112
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
48113
CommitDate: Sat Jun 30 09:42:53 2012 +0700
42300
48114
 
42301
48115
    po/vi: import from Damned Lies
42302
48116
 
42305
48119
 1 file changed, 362 insertions(+), 299 deletions(-)
42306
48120
 
42307
48121
commit 64bfbc2cf074de087c4e195d6409af9c24dc2f28
42308
 
Author: Matthias Clasen <mclasen@redhat.com>
42309
 
Date:   Fri Jun 29 13:47:15 2012 -0400
 
48122
Author:     Matthias Clasen <mclasen@redhat.com>
 
48123
AuthorDate: Fri Jun 29 13:47:15 2012 -0400
 
48124
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48125
CommitDate: Fri Jun 29 14:16:55 2012 -0400
42310
48126
 
42311
48127
    GOptionContext: Don't show headings without options
42312
48128
 
42318
48134
 2 files changed, 28 insertions(+), 1 deletion(-)
42319
48135
 
42320
48136
commit 08cfcdc81add6f6f2247b1cc82d2c15ad27001f0
42321
 
Author: Johan Dahlin <johan@gnome.org>
42322
 
Date:   Fri Jun 29 11:59:23 2012 -0300
 
48137
Author:     Johan Dahlin <johan@gnome.org>
 
48138
AuthorDate: Fri Jun 29 11:59:23 2012 -0300
 
48139
Commit:     Johan Dahlin <johan@gnome.org>
 
48140
CommitDate: Fri Jun 29 11:59:33 2012 -0300
42323
48141
 
42324
48142
    Use the same Python as we found in configure
42325
48143
 
42331
48149
 2 files changed, 2 insertions(+), 2 deletions(-)
42332
48150
 
42333
48151
commit df319ca49ca1e8caff1a4f17e8e53628b33b8d56
42334
 
Author: Tom Tryfonidis <tomtryf@gmail.com>
42335
 
Date:   Thu Jun 28 17:44:14 2012 +0300
 
48152
Author:     Tom Tryfonidis <tomtryf@gmail.com>
 
48153
AuthorDate: Thu Jun 28 17:44:14 2012 +0300
 
48154
Commit:     Tom Tryfonidis <tomtryf@gmail.com>
 
48155
CommitDate: Thu Jun 28 17:44:14 2012 +0300
42336
48156
 
42337
48157
    Updated Greek translation
42338
48158
 
42341
48161
 1 file changed, 49 insertions(+), 45 deletions(-)
42342
48162
 
42343
48163
commit d023b81a7a261782f2c88df7751f3476bd802b99
42344
 
Author: Martin Pitt <martinpitt@gnome.org>
42345
 
Date:   Wed Jun 27 16:30:38 2012 +0200
 
48164
Author:     Martin Pitt <martinpitt@gnome.org>
 
48165
AuthorDate: Wed Jun 27 16:30:38 2012 +0200
 
48166
Commit:     Martin Pitt <martinpitt@gnome.org>
 
48167
CommitDate: Thu Jun 28 15:57:22 2012 +0200
42346
48168
 
42347
48169
    Fix /contenttype/guess test
42348
48170
 
42368
48190
 1 file changed, 18 insertions(+), 1 deletion(-)
42369
48191
 
42370
48192
commit c35106fcc4a736a2cdd3566042da15216dea415b
42371
 
Author: Alexander Larsson <alexl@redhat.com>
42372
 
Date:   Thu Jun 28 15:38:06 2012 +0200
 
48193
Author:     Alexander Larsson <alexl@redhat.com>
 
48194
AuthorDate: Thu Jun 28 15:38:06 2012 +0200
 
48195
Commit:     Alexander Larsson <alexl@redhat.com>
 
48196
CommitDate: Thu Jun 28 15:38:06 2012 +0200
42373
48197
 
42374
48198
    Fix the mimetype default fix
42375
48199
 
42382
48206
 1 file changed, 8 insertions(+), 2 deletions(-)
42383
48207
 
42384
48208
commit f14c0112d07832b0ae4c75fd8d348e8f15d131d1
42385
 
Author: Alexander Larsson <alexl@redhat.com>
42386
 
Date:   Thu Jun 28 14:50:37 2012 +0200
 
48209
Author:     Alexander Larsson <alexl@redhat.com>
 
48210
AuthorDate: Thu Jun 28 14:50:37 2012 +0200
 
48211
Commit:     Alexander Larsson <alexl@redhat.com>
 
48212
CommitDate: Thu Jun 28 15:05:03 2012 +0200
42387
48213
 
42388
48214
    Fix default app lookup wrt parent types and defaults.list
42389
48215
 
42404
48230
 1 file changed, 1 insertion(+), 1 deletion(-)
42405
48231
 
42406
48232
commit 1ae30806403e556c8297a16a25a18687d9e80f89
42407
 
Author: Stef Walter <stefw@gnome.org>
42408
 
Date:   Thu Jun 28 14:41:39 2012 +0200
 
48233
Author:     Stef Walter <stefw@gnome.org>
 
48234
AuthorDate: Thu Jun 28 14:41:39 2012 +0200
 
48235
Commit:     Stef Walter <stefw@gnome.org>
 
48236
CommitDate: Thu Jun 28 14:43:12 2012 +0200
42409
48237
 
42410
48238
    GTlsInteraction: Fix incorrect locking of mutex
42411
48239
 
42418
48246
 1 file changed, 7 insertions(+), 2 deletions(-)
42419
48247
 
42420
48248
commit 139c1ce9884a91be167ab9d48d3c4b0df89dd112
42421
 
Author: Martin Pitt <martinpitt@gnome.org>
42422
 
Date:   Wed Jun 27 09:25:37 2012 +0200
 
48249
Author:     Martin Pitt <martinpitt@gnome.org>
 
48250
AuthorDate: Wed Jun 27 09:25:37 2012 +0200
 
48251
Commit:     Martin Pitt <martinpitt@gnome.org>
 
48252
CommitDate: Wed Jun 27 16:00:27 2012 +0200
42423
48253
 
42424
48254
    gio/tests/contenttype: Call g_content_type_guess() with valid data len
42425
48255
 
42438
48268
 2 files changed, 10 insertions(+), 2 deletions(-)
42439
48269
 
42440
48270
commit 95f29687e14423ca541cac1c00137375b935168d
42441
 
Author: Martin Pitt <martinpitt@gnome.org>
42442
 
Date:   Wed Jun 27 11:46:28 2012 +0200
 
48271
Author:     Martin Pitt <martinpitt@gnome.org>
 
48272
AuthorDate: Wed Jun 27 11:46:28 2012 +0200
 
48273
Commit:     Martin Pitt <martinpitt@gnome.org>
 
48274
CommitDate: Wed Jun 27 15:32:38 2012 +0200
42443
48275
 
42444
48276
    /mainloop/timeouts test: Reduce race condition
42445
48277
 
42458
48290
 1 file changed, 4 insertions(+), 1 deletion(-)
42459
48291
 
42460
48292
commit 240ef2b9e830f2aa92356368902bec813f3c1ef8
42461
 
Author: Philipp Kern <pkern@debian.org>
42462
 
Date:   Wed Jun 27 10:57:50 2012 +0200
 
48293
Author:     Philipp Kern <pkern@debian.org>
 
48294
AuthorDate: Wed Jun 27 10:57:50 2012 +0200
 
48295
Commit:     Martin Pitt <martinpitt@gnome.org>
 
48296
CommitDate: Wed Jun 27 10:59:29 2012 +0200
42463
48297
 
42464
48298
    valuetransform: Fix definition of ulong_bool
42465
48299
 
42474
48308
 1 file changed, 1 insertion(+), 1 deletion(-)
42475
48309
 
42476
48310
commit c5e5e95a217dc43a70bd998fce16ed93225e0cfd
42477
 
Author: Alexander Shopov <ash@kambanaria.org>
42478
 
Date:   Wed Jun 27 07:17:40 2012 +0300
 
48311
Author:     Alexander Shopov <ash@kambanaria.org>
 
48312
AuthorDate: Wed Jun 27 07:17:40 2012 +0300
 
48313
Commit:     Alexander Shopov <ash@kambanaria.org>
 
48314
CommitDate: Wed Jun 27 07:17:40 2012 +0300
42479
48315
 
42480
48316
    Updated Bulgarian translation
42481
48317
 
42484
48320
 1 file changed, 203 insertions(+), 188 deletions(-)
42485
48321
 
42486
48322
commit 72af44cb1249f02cbe56376a751e3ae6d3b39ea8
42487
 
Author: Martin Pitt <martinpitt@gnome.org>
42488
 
Date:   Tue Jun 26 18:32:29 2012 +0200
 
48323
Author:     Martin Pitt <martinpitt@gnome.org>
 
48324
AuthorDate: Tue Jun 26 18:32:29 2012 +0200
 
48325
Commit:     Martin Pitt <martinpitt@gnome.org>
 
48326
CommitDate: Tue Jun 26 18:34:08 2012 +0200
42489
48327
 
42490
48328
    Allow slightly too small poll duration in /socket/timed_wait test
42491
48329
 
42507
48345
 1 file changed, 1 insertion(+), 1 deletion(-)
42508
48346
 
42509
48347
commit d6aa3b3bdd9f0fe1d9f2d2eed1d881bc189bcfe8
42510
 
Author: Colin Walters <walters@verbum.org>
42511
 
Date:   Mon Jun 25 20:46:28 2012 -0400
 
48348
Author:     Colin Walters <walters@verbum.org>
 
48349
AuthorDate: Mon Jun 25 20:46:28 2012 -0400
 
48350
Commit:     Colin Walters <walters@verbum.org>
 
48351
CommitDate: Tue Jun 26 12:26:05 2012 -0400
42512
48352
 
42513
48353
    GTestDBus: Don't call into gvfs
42514
48354
 
42518
48358
 1 file changed, 5 insertions(+), 3 deletions(-)
42519
48359
 
42520
48360
commit 55bac5da0ada8f46824a4d565cdd8ea7e3774a47
42521
 
Author: Dan Winship <danw@gnome.org>
42522
 
Date:   Wed Apr 11 13:08:13 2012 -0400
 
48361
Author:     Dan Winship <danw@gnome.org>
 
48362
AuthorDate: Wed Apr 11 13:08:13 2012 -0400
 
48363
Commit:     Dan Winship <danw@gnome.org>
 
48364
CommitDate: Tue Jun 26 08:40:32 2012 -0400
42523
48365
 
42524
48366
    GMainContext: reorganize source list to avoid O(n) behavior
42525
48367
 
42535
48377
 1 file changed, 126 insertions(+), 28 deletions(-)
42536
48378
 
42537
48379
commit aaaaab91de10445a178e8183a95d98189249e868
42538
 
Author: Dan Winship <danw@gnome.org>
42539
 
Date:   Fri Jun 22 22:21:05 2012 -0400
 
48380
Author:     Dan Winship <danw@gnome.org>
 
48381
AuthorDate: Fri Jun 22 22:21:05 2012 -0400
 
48382
Commit:     Dan Winship <danw@gnome.org>
 
48383
CommitDate: Tue Jun 26 08:40:31 2012 -0400
42540
48384
 
42541
48385
    gmain: add GSourceIter
42542
48386
 
42549
48393
 1 file changed, 92 insertions(+), 62 deletions(-)
42550
48394
 
42551
48395
commit 8e65c304315a7f54addd9c2771d20eca007f9d6a
42552
 
Author: Dan Winship <danw@gnome.org>
42553
 
Date:   Sat Jun 23 12:01:40 2012 -0400
 
48396
Author:     Dan Winship <danw@gnome.org>
 
48397
AuthorDate: Sat Jun 23 12:01:40 2012 -0400
 
48398
Commit:     Dan Winship <danw@gnome.org>
 
48399
CommitDate: Tue Jun 26 08:40:31 2012 -0400
42554
48400
 
42555
48401
    gmain: rename some variables for clarity
42556
48402
 
42560
48406
 1 file changed, 14 insertions(+), 14 deletions(-)
42561
48407
 
42562
48408
commit 532f463eaf48d6a560977fd64479cfa05433162e
42563
 
Author: Dan Winship <danw@gnome.org>
42564
 
Date:   Wed Apr 11 10:22:45 2012 -0400
 
48409
Author:     Dan Winship <danw@gnome.org>
 
48410
AuthorDate: Wed Apr 11 10:22:45 2012 -0400
 
48411
Commit:     Dan Winship <danw@gnome.org>
 
48412
CommitDate: Tue Jun 26 08:40:31 2012 -0400
42565
48413
 
42566
48414
    gmain: child sources must always have same priority as parent
42567
48415
 
42575
48423
 1 file changed, 3 insertions(+)
42576
48424
 
42577
48425
commit d981d79a4291f76373f7f0e3abec762977133e27
42578
 
Author: Ryan Lortie <desrt@desrt.ca>
42579
 
Date:   Tue Aug 30 12:15:04 2011 -0400
 
48426
Author:     Ryan Lortie <desrt@desrt.ca>
 
48427
AuthorDate: Tue Aug 30 12:15:04 2011 -0400
 
48428
Commit:     Dan Winship <danw@gnome.org>
 
48429
CommitDate: Tue Jun 26 08:40:31 2012 -0400
42580
48430
 
42581
48431
    GSource: initialise ->priv on construct
42582
48432
 
42589
48439
 1 file changed, 14 insertions(+), 25 deletions(-)
42590
48440
 
42591
48441
commit 56de38da7dc4ffd1c60c336211806e345dbcaf42
42592
 
Author: Dan Winship <danw@gnome.org>
42593
 
Date:   Sun Jun 24 09:48:10 2012 -0400
 
48442
Author:     Dan Winship <danw@gnome.org>
 
48443
AuthorDate: Sun Jun 24 09:48:10 2012 -0400
 
48444
Commit:     Dan Winship <danw@gnome.org>
 
48445
CommitDate: Tue Jun 26 08:40:31 2012 -0400
42594
48446
 
42595
48447
    tests: add a timing test for adding lots of GSources
42596
48448
 
42603
48455
 3 files changed, 192 insertions(+)
42604
48456
 
42605
48457
commit 4780ee5d4a6057312abee9a8fcaad45a9897fe0e
42606
 
Author: Ryan Lortie <desrt@desrt.ca>
42607
 
Date:   Mon Jun 25 23:23:36 2012 -0400
 
48458
Author:     Ryan Lortie <desrt@desrt.ca>
 
48459
AuthorDate: Mon Jun 25 23:23:36 2012 -0400
 
48460
Commit:     Ryan Lortie <desrt@desrt.ca>
 
48461
CommitDate: Mon Jun 25 23:23:58 2012 -0400
42608
48462
 
42609
48463
    glib/: gtk-doc cleanup
42610
48464
 
42615
48469
 4 files changed, 10 insertions(+), 2 deletions(-)
42616
48470
 
42617
48471
commit 130c249eacfba3b77ec110880661386e7945b898
42618
 
Author: Colin Walters <walters@verbum.org>
42619
 
Date:   Mon Jun 25 19:37:05 2012 -0400
 
48472
Author:     Colin Walters <walters@verbum.org>
 
48473
AuthorDate: Mon Jun 25 19:37:05 2012 -0400
 
48474
Commit:     Colin Walters <walters@verbum.org>
 
48475
CommitDate: Mon Jun 25 19:37:05 2012 -0400
42620
48476
 
42621
48477
    Fix previous commit
42622
48478
 
42624
48480
 1 file changed, 1 insertion(+), 1 deletion(-)
42625
48481
 
42626
48482
commit b837cdde69fa39ed10aaf8791ab656ad41dedeb0
42627
 
Author: Colin Walters <walters@verbum.org>
42628
 
Date:   Mon Jun 25 18:14:10 2012 -0400
 
48483
Author:     Colin Walters <walters@verbum.org>
 
48484
AuthorDate: Mon Jun 25 18:14:10 2012 -0400
 
48485
Commit:     Colin Walters <walters@verbum.org>
 
48486
CommitDate: Mon Jun 25 18:14:10 2012 -0400
42629
48487
 
42630
48488
    gio/tests/actions: Plug a memory leak
42631
48489
 
42633
48491
 1 file changed, 1 insertion(+)
42634
48492
 
42635
48493
commit b65194e8dfd3d9c3fabb16a189c0b326c175f9d5
42636
 
Author: Colin Walters <walters@verbum.org>
42637
 
Date:   Mon Jun 25 17:05:45 2012 -0400
 
48494
Author:     Colin Walters <walters@verbum.org>
 
48495
AuthorDate: Mon Jun 25 17:05:45 2012 -0400
 
48496
Commit:     Ryan Lortie <desrt@desrt.ca>
 
48497
CommitDate: Mon Jun 25 17:07:16 2012 -0400
42638
48498
 
42639
48499
    GIOScheduler: Disconnect from cancellable after job completes
42640
48500
 
42647
48507
 1 file changed, 22 insertions(+), 27 deletions(-)
42648
48508
 
42649
48509
commit 03f2f3b0027e9239fc501539b1c16aefaee863d6
42650
 
Author: Ryan Lortie <desrt@desrt.ca>
42651
 
Date:   Mon Jun 25 16:55:31 2012 -0400
 
48510
Author:     Ryan Lortie <desrt@desrt.ca>
 
48511
AuthorDate: Mon Jun 25 16:55:31 2012 -0400
 
48512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
48513
CommitDate: Mon Jun 25 16:55:31 2012 -0400
42652
48514
 
42653
48515
    *bump*
42654
48516
 
42656
48518
 1 file changed, 1 insertion(+), 1 deletion(-)
42657
48519
 
42658
48520
commit a5ed95c9ad973e30c1c1938c55ffe60f4a14dab7
42659
 
Author: Ryan Lortie <desrt@desrt.ca>
42660
 
Date:   Mon Jun 25 16:29:53 2012 -0400
 
48521
Author:     Ryan Lortie <desrt@desrt.ca>
 
48522
AuthorDate: Mon Jun 25 16:29:53 2012 -0400
 
48523
Commit:     Ryan Lortie <desrt@desrt.ca>
 
48524
CommitDate: Mon Jun 25 16:29:53 2012 -0400
42661
48525
 
42662
48526
    GLib 2.33.3
42663
48527
 
42666
48530
 2 files changed, 45 insertions(+), 1 deletion(-)
42667
48531
 
42668
48532
commit 115ca3d8970ca32d824a201a9cc8f1fb24f3155e
42669
 
Author: Ryan Lortie <desrt@desrt.ca>
42670
 
Date:   Mon Jun 25 10:37:51 2012 -0400
 
48533
Author:     Ryan Lortie <desrt@desrt.ca>
 
48534
AuthorDate: Mon Jun 25 10:37:51 2012 -0400
 
48535
Commit:     Ryan Lortie <desrt@desrt.ca>
 
48536
CommitDate: Mon Jun 25 16:19:03 2012 -0400
42671
48537
 
42672
48538
    Revert "GIOScheduler: Avoid constant iteration over pending job list"
42673
48539
 
42683
48549
 1 file changed, 26 insertions(+), 15 deletions(-)
42684
48550
 
42685
48551
commit 1354ef25402e0d340aa52521a5f51b1fb387705c
42686
 
Author: Lars Uebernickel <lars@uebernic.de>
42687
 
Date:   Mon Jun 25 18:29:01 2012 +0200
 
48552
Author:     Lars Uebernickel <lars@uebernic.de>
 
48553
AuthorDate: Mon Jun 25 18:29:01 2012 +0200
 
48554
Commit:     Lars Uebernickel <lars@uebernic.de>
 
48555
CommitDate: Mon Jun 25 18:29:01 2012 +0200
42688
48556
 
42689
48557
    GDbusActionGroup: always set strict when _query_action fails
42690
48558
 
42692
48560
 1 file changed, 1 insertion(+)
42693
48561
 
42694
48562
commit 4b66dc1ca6657171d7d9b45568b3479653a525f8
42695
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
42696
 
Date:   Mon Jun 25 00:01:07 2012 +0200
 
48563
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
48564
AuthorDate: Mon Jun 25 00:01:07 2012 +0200
 
48565
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
48566
CommitDate: Mon Jun 25 00:01:07 2012 +0200
42697
48567
 
42698
48568
    Updated Galician translations
42699
48569
 
42702
48572
 1 file changed, 191 insertions(+), 176 deletions(-)
42703
48573
 
42704
48574
commit bea994199379f4e09091b030c46fd922b304d0d2
42705
 
Author: Matthias Clasen <mclasen@redhat.com>
42706
 
Date:   Sat Jun 23 20:55:51 2012 -0400
 
48575
Author:     Matthias Clasen <mclasen@redhat.com>
 
48576
AuthorDate: Sat Jun 23 20:55:51 2012 -0400
 
48577
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48578
CommitDate: Sat Jun 23 21:01:33 2012 -0400
42707
48579
 
42708
48580
    Mark utf8 performance tests as such
42709
48581
 
42711
48583
 1 file changed, 12 insertions(+), 14 deletions(-)
42712
48584
 
42713
48585
commit c5561ff6992bfbf2b92af401bc6f96317514b4a3
42714
 
Author: Matthias Clasen <mclasen@redhat.com>
42715
 
Date:   Sat Jun 23 17:58:51 2012 -0400
 
48586
Author:     Matthias Clasen <mclasen@redhat.com>
 
48587
AuthorDate: Sat Jun 23 17:58:51 2012 -0400
 
48588
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48589
CommitDate: Sat Jun 23 17:59:37 2012 -0400
42716
48590
 
42717
48591
    Remove a few redundant ;s
42718
48592
 
42721
48595
 2 files changed, 2 insertions(+), 2 deletions(-)
42722
48596
 
42723
48597
commit 02eed18a4e745b4b4a0f0d5d2892faaecbd2c23d
42724
 
Author: Phil Clayton <phil.clayton@lineone.net>
42725
 
Date:   Tue Jun 12 16:09:19 2012 +0100
 
48598
Author:     Phil Clayton <phil.clayton@lineone.net>
 
48599
AuthorDate: Tue Jun 12 16:09:19 2012 +0100
 
48600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48601
CommitDate: Sat Jun 23 17:54:33 2012 -0400
42726
48602
 
42727
48603
    Add missing annotation to GDBusConnection::closed
42728
48604
 
42734
48610
 1 file changed, 1 insertion(+), 1 deletion(-)
42735
48611
 
42736
48612
commit 90f70099d86dbf6c249137f9fbaead1df8002f6e
42737
 
Author: Emmanuele Bassi <ebassi@gnome.org>
42738
 
Date:   Thu May 31 23:48:35 2012 +0100
 
48613
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
48614
AuthorDate: Thu May 31 23:48:35 2012 +0100
 
48615
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48616
CommitDate: Sat Jun 23 17:53:22 2012 -0400
42739
48617
 
42740
48618
    Update the comment in gmarshal.list
42741
48619
 
42749
48627
 1 file changed, 5 insertions(+), 2 deletions(-)
42750
48628
 
42751
48629
commit 1c6070a6792b78f44df9746ee96116cbbcc4dd40
42752
 
Author: Matthias Clasen <mclasen@redhat.com>
42753
 
Date:   Sat Jun 23 17:51:11 2012 -0400
 
48630
Author:     Matthias Clasen <mclasen@redhat.com>
 
48631
AuthorDate: Sat Jun 23 17:51:11 2012 -0400
 
48632
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48633
CommitDate: Sat Jun 23 17:51:11 2012 -0400
42754
48634
 
42755
48635
    Add a test for G_USER_DIRECTOR_DESKTOP
42756
48636
 
42761
48641
 1 file changed, 14 insertions(+)
42762
48642
 
42763
48643
commit 53b48dfd3bce21fc6b52128859b01329efa10d52
42764
 
Author: Christian Persch <chpe@gnome.org>
42765
 
Date:   Sun Jun 17 22:51:44 2012 +0200
 
48644
Author:     Christian Persch <chpe@gnome.org>
 
48645
AuthorDate: Sun Jun 17 22:51:44 2012 +0200
 
48646
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48647
CommitDate: Sat Jun 23 17:32:15 2012 -0400
42766
48648
 
42767
48649
    regex: Fix unicode othercasing
42768
48650
 
42785
48667
 1 file changed, 7 insertions(+), 10 deletions(-)
42786
48668
 
42787
48669
commit 22e9f72a8e23c9469c2891e48e082be664429dac
42788
 
Author: Matthias Clasen <mclasen@redhat.com>
42789
 
Date:   Sat Jun 23 17:30:10 2012 -0400
 
48670
Author:     Matthias Clasen <mclasen@redhat.com>
 
48671
AuthorDate: Sat Jun 23 17:30:10 2012 -0400
 
48672
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48673
CommitDate: Sat Jun 23 17:30:10 2012 -0400
42790
48674
 
42791
48675
    Add a note of caution to the g_slist_delete_link() docs
42792
48676
 
42794
48678
 1 file changed, 12 insertions(+)
42795
48679
 
42796
48680
commit 905184b3ef04ea6068bd115111354cebe34d3bbc
42797
 
Author: Sasi Bhushan Boddepalli <sasi@swecha.net>
42798
 
Date:   Sat Jun 23 10:16:28 2012 +0530
 
48681
Author:     Sasi Bhushan Boddepalli <sasi@swecha.net>
 
48682
AuthorDate: Sat Jun 23 10:16:28 2012 +0530
 
48683
Commit:     Sasi Bhushan Boddepalli <sasi@swecha.net>
 
48684
CommitDate: Sat Jun 23 10:16:28 2012 +0530
42799
48685
 
42800
48686
    Updated Telugu Translation
42801
48687
 
42804
48690
 1 file changed, 305 insertions(+), 235 deletions(-)
42805
48691
 
42806
48692
commit 991d07d66a8b111131181a8db15abbb042ee7c6d
42807
 
Author: Colin Walters <walters@verbum.org>
42808
 
Date:   Thu Jun 21 11:10:00 2012 -0400
 
48693
Author:     Colin Walters <walters@verbum.org>
 
48694
AuthorDate: Thu Jun 21 11:10:00 2012 -0400
 
48695
Commit:     Colin Walters <walters@verbum.org>
 
48696
CommitDate: Fri Jun 22 11:46:06 2012 -0400
42809
48697
 
42810
48698
    GIOScheduler: Use a GList, not GSList for jobs
42811
48699
 
42822
48710
 1 file changed, 8 insertions(+), 8 deletions(-)
42823
48711
 
42824
48712
commit 2839297686a9305b4fa909b93c337ef1d1a5e94b
42825
 
Author: Colin Walters <walters@verbum.org>
42826
 
Date:   Thu Jun 21 10:20:20 2012 -0400
 
48713
Author:     Colin Walters <walters@verbum.org>
 
48714
AuthorDate: Thu Jun 21 10:20:20 2012 -0400
 
48715
Commit:     Colin Walters <walters@verbum.org>
 
48716
CommitDate: Fri Jun 22 11:46:06 2012 -0400
42827
48717
 
42828
48718
    GIOScheduler: Avoid constant iteration over pending job list
42829
48719
 
42837
48727
 1 file changed, 15 insertions(+), 26 deletions(-)
42838
48728
 
42839
48729
commit a8ddd52a45ccf1e9a6aa6b5d873e12eda3a205df
42840
 
Author: Colin Walters <walters@verbum.org>
42841
 
Date:   Thu Jun 21 15:44:16 2012 -0400
 
48730
Author:     Colin Walters <walters@verbum.org>
 
48731
AuthorDate: Thu Jun 21 15:44:16 2012 -0400
 
48732
Commit:     Colin Walters <walters@verbum.org>
 
48733
CommitDate: Fri Jun 22 10:34:46 2012 -0400
42842
48734
 
42843
48735
    GRand: Check return value of fopen directly
42844
48736
 
42849
48741
 1 file changed, 2 insertions(+), 3 deletions(-)
42850
48742
 
42851
48743
commit 01d8d43d0b66f349a38075a3ebfd82fc9bed084a
42852
 
Author: Colin Walters <walters@verbum.org>
42853
 
Date:   Thu Jun 21 15:37:39 2012 -0400
 
48744
Author:     Colin Walters <walters@verbum.org>
 
48745
AuthorDate: Thu Jun 21 15:37:39 2012 -0400
 
48746
Commit:     Colin Walters <walters@verbum.org>
 
48747
CommitDate: Fri Jun 22 10:34:03 2012 -0400
42854
48748
 
42855
48749
    gspawn: Abort if we can't open /dev/null
42856
48750
 
42862
48756
 1 file changed, 2 insertions(+)
42863
48757
 
42864
48758
commit 7d622157f055d9fb0ae3686f2b7a4fd1952af258
42865
 
Author: Colin Walters <walters@verbum.org>
42866
 
Date:   Thu Jun 21 15:33:51 2012 -0400
 
48759
Author:     Colin Walters <walters@verbum.org>
 
48760
AuthorDate: Thu Jun 21 15:33:51 2012 -0400
 
48761
Commit:     Colin Walters <walters@verbum.org>
 
48762
CommitDate: Fri Jun 22 10:32:26 2012 -0400
42867
48763
 
42868
48764
    tests/unix: Ensure buffer is NUL terminated
42869
48765
 
42871
48767
 1 file changed, 1 insertion(+)
42872
48768
 
42873
48769
commit 56411bb67807cb5306f495d41276fe6855cdcee7
42874
 
Author: Colin Walters <walters@verbum.org>
42875
 
Date:   Thu Jun 21 12:12:53 2012 -0400
 
48770
Author:     Colin Walters <walters@verbum.org>
 
48771
AuthorDate: Thu Jun 21 12:12:53 2012 -0400
 
48772
Commit:     Colin Walters <walters@verbum.org>
 
48773
CommitDate: Fri Jun 22 10:32:25 2012 -0400
42876
48774
 
42877
48775
    gsignal: Properly handle NULL nodes
42878
48776
 
42880
48778
 1 file changed, 7 insertions(+), 3 deletions(-)
42881
48779
 
42882
48780
commit ccd30d6816564db42b2ce13afc6bdf32274206e8
42883
 
Author: Colin Walters <walters@verbum.org>
42884
 
Date:   Thu Jun 21 12:12:33 2012 -0400
 
48781
Author:     Colin Walters <walters@verbum.org>
 
48782
AuthorDate: Thu Jun 21 12:12:33 2012 -0400
 
48783
Commit:     Colin Walters <walters@verbum.org>
 
48784
CommitDate: Fri Jun 22 10:32:25 2012 -0400
42885
48785
 
42886
48786
    gresourcefile.c: Remove stray semicolon
42887
48787
 
42889
48789
 1 file changed, 1 insertion(+), 1 deletion(-)
42890
48790
 
42891
48791
commit c1ada372e968db4c5ccdc684d21b2a3e53514b85
42892
 
Author: Colin Walters <walters@verbum.org>
42893
 
Date:   Thu Jun 21 12:08:05 2012 -0400
 
48792
Author:     Colin Walters <walters@verbum.org>
 
48793
AuthorDate: Thu Jun 21 12:08:05 2012 -0400
 
48794
Commit:     Colin Walters <walters@verbum.org>
 
48795
CommitDate: Fri Jun 22 10:32:25 2012 -0400
42894
48796
 
42895
48797
    gmenu: Remove stray semicolon in g_menu_clear_item()
42896
48798
 
42898
48800
 1 file changed, 1 insertion(+), 1 deletion(-)
42899
48801
 
42900
48802
commit 598c3d233a560c10133b9a8a426ae87288a98584
42901
 
Author: Colin Walters <walters@verbum.org>
42902
 
Date:   Thu Jun 21 12:06:34 2012 -0400
 
48803
Author:     Colin Walters <walters@verbum.org>
 
48804
AuthorDate: Thu Jun 21 12:06:34 2012 -0400
 
48805
Commit:     Colin Walters <walters@verbum.org>
 
48806
CommitDate: Fri Jun 22 10:32:25 2012 -0400
42903
48807
 
42904
48808
    tests: Add missing initializer for return value
42905
48809
 
42907
48811
 1 file changed, 1 insertion(+), 1 deletion(-)
42908
48812
 
42909
48813
commit f626cb3c16e415a78e21c7b1009e0fb9851fa3b4
42910
 
Author: Colin Walters <walters@verbum.org>
42911
 
Date:   Thu Jun 21 12:05:39 2012 -0400
 
48814
Author:     Colin Walters <walters@verbum.org>
 
48815
AuthorDate: Thu Jun 21 12:05:39 2012 -0400
 
48816
Commit:     Colin Walters <walters@verbum.org>
 
48817
CommitDate: Fri Jun 22 10:32:25 2012 -0400
42912
48818
 
42913
48819
    tests: Add missing va_end()
42914
48820
 
42916
48822
 1 file changed, 2 insertions(+)
42917
48823
 
42918
48824
commit eef6f0add83c9a82b7544b519f292a90d9356a74
42919
 
Author: Colin Walters <walters@verbum.org>
42920
 
Date:   Thu Jun 21 12:00:04 2012 -0400
 
48825
Author:     Colin Walters <walters@verbum.org>
 
48826
AuthorDate: Thu Jun 21 12:00:04 2012 -0400
 
48827
Commit:     Colin Walters <walters@verbum.org>
 
48828
CommitDate: Fri Jun 22 10:32:25 2012 -0400
42921
48829
 
42922
48830
    gfileutils: Remove extra fclose()
42923
48831
 
42932
48840
 1 file changed, 1 deletion(-)
42933
48841
 
42934
48842
commit e756bef2e3b93a09b38a4f793a7b7265584457c8
42935
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
42936
 
Date:   Fri Jun 22 13:44:29 2012 +0200
 
48843
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
48844
AuthorDate: Fri Jun 22 13:44:29 2012 +0200
 
48845
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
48846
CommitDate: Fri Jun 22 13:44:29 2012 +0200
42937
48847
 
42938
48848
    Updated Spanish translation
42939
48849
 
42942
48852
 1 file changed, 32 insertions(+), 29 deletions(-)
42943
48853
 
42944
48854
commit 8ed955ceba9868bff43bdd591a36c12294735ab2
42945
 
Author: Stef Walter <stefw@gnome.org>
42946
 
Date:   Sun May 13 07:44:57 2012 +0200
 
48855
Author:     Stef Walter <stefw@gnome.org>
 
48856
AuthorDate: Sun May 13 07:44:57 2012 +0200
 
48857
Commit:     Stef Walter <stefw@gnome.org>
 
48858
CommitDate: Fri Jun 22 08:29:51 2012 +0200
42947
48859
 
42948
48860
    gresolver: More robust parsing of DNS responses
42949
48861
 
42956
48868
 1 file changed, 134 insertions(+), 65 deletions(-)
42957
48869
 
42958
48870
commit 49e50757076b589bd21274221b3f69f7b2b785f3
42959
 
Author: Matthew Barnes <mbarnes@redhat.com>
42960
 
Date:   Thu Jun 21 23:39:14 2012 -0400
 
48871
Author:     Matthew Barnes <mbarnes@redhat.com>
 
48872
AuthorDate: Thu Jun 21 23:39:14 2012 -0400
 
48873
Commit:     Matthew Barnes <mbarnes@redhat.com>
 
48874
CommitDate: Thu Jun 21 23:41:54 2012 -0400
42961
48875
 
42962
48876
    Add g_dbus_object_manager_server_is_exported()
42963
48877
 
42974
48888
 4 files changed, 38 insertions(+)
42975
48889
 
42976
48890
commit aae1633d0f0c75b7d9c2dd7b8c10eb279f70fc0d
42977
 
Author: Colin Walters <walters@verbum.org>
42978
 
Date:   Thu Jun 21 18:32:06 2012 -0400
 
48891
Author:     Colin Walters <walters@verbum.org>
 
48892
AuthorDate: Thu Jun 21 18:32:06 2012 -0400
 
48893
Commit:     Colin Walters <walters@verbum.org>
 
48894
CommitDate: Thu Jun 21 18:32:23 2012 -0400
42979
48895
 
42980
48896
    GUnixVolumeMonitor: Make use of new g_list_copy_deep()
42981
48897
 
42983
48899
 1 file changed, 2 insertions(+), 10 deletions(-)
42984
48900
 
42985
48901
commit 2fd6eb7e1cfc878d011ec0b7e58c5e696186516e
42986
 
Author: Jonh Wendell <jwendell@gnome.org>
42987
 
Date:   Thu Jun 21 12:23:23 2012 -0300
 
48902
Author:     Jonh Wendell <jwendell@gnome.org>
 
48903
AuthorDate: Thu Jun 21 12:23:23 2012 -0300
 
48904
Commit:     Jonh Wendell <jwendell@gnome.org>
 
48905
CommitDate: Thu Jun 21 17:21:30 2012 -0300
42988
48906
 
42989
48907
    Adds g_list_copy_deep and g_slist_copy_deep
42990
48908
 
43014
48932
 7 files changed, 136 insertions(+), 6 deletions(-)
43015
48933
 
43016
48934
commit e0f4b2b03b877e0360f56836ebfe454aa3a9dca5
43017
 
Author: Dan Winship <danw@gnome.org>
43018
 
Date:   Thu Jun 21 15:13:06 2012 -0400
 
48935
Author:     Dan Winship <danw@gnome.org>
 
48936
AuthorDate: Thu Jun 21 15:13:06 2012 -0400
 
48937
Commit:     Dan Winship <danw@gnome.org>
 
48938
CommitDate: Thu Jun 21 15:13:06 2012 -0400
43019
48939
 
43020
48940
    gio/tests/proxy-test: fix cleanup
43021
48941
 
43027
48947
 1 file changed, 6 insertions(+), 2 deletions(-)
43028
48948
 
43029
48949
commit e9ec1ad0689dfbb1121e1c5fe5b1aedbe2de568f
43030
 
Author: Matthias Clasen <mclasen@redhat.com>
43031
 
Date:   Thu Jun 21 06:11:58 2012 -0400
 
48950
Author:     Matthias Clasen <mclasen@redhat.com>
 
48951
AuthorDate: Thu Jun 21 06:11:58 2012 -0400
 
48952
Commit:     Matthias Clasen <mclasen@redhat.com>
 
48953
CommitDate: Thu Jun 21 06:11:58 2012 -0400
43032
48954
 
43033
48955
    Install bash completion files in /usr/share/
43034
48956
 
43051
48973
 7 files changed, 179 insertions(+), 179 deletions(-)
43052
48974
 
43053
48975
commit 80b6074aa27815e3c824f1e01ccb2431b03feec4
43054
 
Author: Dan Winship <danw@gnome.org>
43055
 
Date:   Wed Jun 20 10:14:01 2012 -0400
 
48976
Author:     Dan Winship <danw@gnome.org>
 
48977
AuthorDate: Wed Jun 20 10:14:01 2012 -0400
 
48978
Commit:     Dan Winship <danw@gnome.org>
 
48979
CommitDate: Wed Jun 20 10:14:01 2012 -0400
43056
48980
 
43057
48981
    gio/tests/pollable: add can_poll() assertions
43058
48982
 
43065
48989
 1 file changed, 18 insertions(+), 1 deletion(-)
43066
48990
 
43067
48991
commit 7d0db042234165678f5dfafef3dd96d3af97b56c
43068
 
Author: Dan Winship <danw@gnome.org>
43069
 
Date:   Mon Jun 18 15:31:47 2012 -0400
 
48992
Author:     Dan Winship <danw@gnome.org>
 
48993
AuthorDate: Mon Jun 18 15:31:47 2012 -0400
 
48994
Commit:     Dan Winship <danw@gnome.org>
 
48995
CommitDate: Wed Jun 20 08:20:50 2012 -0400
43070
48996
 
43071
48997
    gdbus: fix generated code to not warn under -Wfloat-equal
43072
48998
 
43077
49003
 2 files changed, 40 insertions(+), 2 deletions(-)
43078
49004
 
43079
49005
commit 599d1a430e787f7cda929b8b0188a01f39453e66
43080
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
43081
 
Date:   Wed Jun 20 10:19:14 2012 +0800
 
49006
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49007
AuthorDate: Wed Jun 20 10:19:14 2012 +0800
 
49008
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49009
CommitDate: Wed Jun 20 10:19:14 2012 +0800
43082
49010
 
43083
49011
    msvc_recommended_pragmas.h: Re-enable C4819 warnings
43084
49012
 
43094
49022
 3 files changed, 14 insertions(+), 3 deletions(-)
43095
49023
 
43096
49024
commit 7cf38c6ad76f5b343614bba9d31f683b7edb0620
43097
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
43098
 
Date:   Tue Jun 19 18:51:26 2012 +0530
 
49025
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
49026
AuthorDate: Tue Jun 19 18:51:26 2012 +0530
 
49027
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
49028
CommitDate: Tue Jun 19 18:51:26 2012 +0530
43099
49029
 
43100
49030
    Assamese translation reviewed
43101
49031
 
43104
49034
 1 file changed, 717 insertions(+), 680 deletions(-)
43105
49035
 
43106
49036
commit 98f201b73b4ba5b5dfd86ebcd524ea8f73855174
43107
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
43108
 
Date:   Tue Jun 19 16:35:26 2012 +0800
 
49037
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49038
AuthorDate: Tue Jun 19 16:35:26 2012 +0800
 
49039
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49040
CommitDate: Tue Jun 19 16:35:26 2012 +0800
43109
49041
 
43110
49042
    Bug 678332-gio/gconverterinputstream.c: Fix build
43111
49043
 
43116
49048
 1 file changed, 1 insertion(+), 1 deletion(-)
43117
49049
 
43118
49050
commit 875854411a4ea5fdd1d9217d7856858d89090cb9
43119
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
43120
 
Date:   Tue Jun 19 12:04:28 2012 +0800
 
49051
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49052
AuthorDate: Tue Jun 19 12:04:28 2012 +0800
 
49053
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49054
CommitDate: Tue Jun 19 12:04:28 2012 +0800
43121
49055
 
43122
49056
    Bug 678332-GIO: Fix build on Windows/non-GCC
43123
49057
 
43135
49069
 2 files changed, 4 insertions(+), 2 deletions(-)
43136
49070
 
43137
49071
commit 08a6f8d27f8d6c059f4c074680218f6bc66f8174
43138
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
43139
 
Date:   Mon Jun 18 17:09:56 2012 +0800
 
49072
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49073
AuthorDate: Mon Jun 18 17:09:56 2012 +0800
 
49074
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
49075
CommitDate: Mon Jun 18 17:09:56 2012 +0800
43140
49076
 
43141
49077
    build/win32/vs9/glib.vsprops: Cosmetics
43142
49078
 
43148
49084
 1 file changed, 259 insertions(+), 255 deletions(-)
43149
49085
 
43150
49086
commit b81d7886525ea7d53a0bf7f8e845827eea5cf912
43151
 
Author: Martin Pitt <martinpitt@gnome.org>
43152
 
Date:   Mon Jun 18 07:39:23 2012 +0200
 
49087
Author:     Martin Pitt <martinpitt@gnome.org>
 
49088
AuthorDate: Mon Jun 18 07:39:23 2012 +0200
 
49089
Commit:     Martin Pitt <martinpitt@gnome.org>
 
49090
CommitDate: Mon Jun 18 07:39:23 2012 +0200
43153
49091
 
43154
49092
    Fix g_utf8_validate() out argument transfer mode
43155
49093
 
43165
49103
 1 file changed, 1 insertion(+), 1 deletion(-)
43166
49104
 
43167
49105
commit a1da843cb48de1ef080c20b1c8ebc9bc88688ce6
43168
 
Author: Dan Winship <danw@gnome.org>
43169
 
Date:   Sat Jun 16 10:38:45 2012 -0400
 
49106
Author:     Dan Winship <danw@gnome.org>
 
49107
AuthorDate: Sat Jun 16 10:38:45 2012 -0400
 
49108
Commit:     Dan Winship <danw@gnome.org>
 
49109
CommitDate: Sat Jun 16 10:38:50 2012 -0400
43170
49110
 
43171
49111
    docs: fix an example
43172
49112
 
43174
49114
 1 file changed, 2 insertions(+), 1 deletion(-)
43175
49115
 
43176
49116
commit defa25f3d00619947720be0bcda2357bd43e718f
43177
 
Author: Matthias Clasen <mclasen@redhat.com>
43178
 
Date:   Fri Jun 15 18:53:09 2012 -0400
 
49117
Author:     Matthias Clasen <mclasen@redhat.com>
 
49118
AuthorDate: Fri Jun 15 18:53:09 2012 -0400
 
49119
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49120
CommitDate: Fri Jun 15 18:53:09 2012 -0400
43179
49121
 
43180
49122
    GKeyFile: Deal better with blank lines
43181
49123
 
43193
49135
 2 files changed, 29 insertions(+), 9 deletions(-)
43194
49136
 
43195
49137
commit d0c8895a073625ce87bf1604b9ab72cc7e15c616
43196
 
Author: Matthias Clasen <mclasen@redhat.com>
43197
 
Date:   Fri Jun 15 15:16:13 2012 -0400
 
49138
Author:     Matthias Clasen <mclasen@redhat.com>
 
49139
AuthorDate: Fri Jun 15 15:16:13 2012 -0400
 
49140
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49141
CommitDate: Fri Jun 15 15:16:13 2012 -0400
43198
49142
 
43199
49143
    GWakeup: Avoid extraneous wakeups
43200
49144
 
43205
49149
 1 file changed, 1 insertion(+), 1 deletion(-)
43206
49150
 
43207
49151
commit 6a5b3729ab447dd93ba337fa916067d5af2419dc
43208
 
Author: Paolo Borelli <pborelli@gnome.org>
43209
 
Date:   Fri Jun 15 14:41:20 2012 +0200
 
49152
Author:     Paolo Borelli <pborelli@gnome.org>
 
49153
AuthorDate: Fri Jun 15 14:41:20 2012 +0200
 
49154
Commit:     Paolo Borelli <paolo.borelli@nice-software.com>
 
49155
CommitDate: Fri Jun 15 14:47:04 2012 +0200
43210
49156
 
43211
49157
    Improve g_find_program_in_path documentation
43212
49158
 
43216
49162
 1 file changed, 1 insertion(+), 1 deletion(-)
43217
49163
 
43218
49164
commit 3647a3dcaaf0c877d0ea9398bbf5d9846a3cacfb
43219
 
Author: Tom Tryfonidis <tomtryf@gmail.com>
43220
 
Date:   Fri Jun 15 13:15:48 2012 +0300
 
49165
Author:     Tom Tryfonidis <tomtryf@gmail.com>
 
49166
AuthorDate: Fri Jun 15 13:15:48 2012 +0300
 
49167
Commit:     Tom Tryfonidis <tomtryf@gmail.com>
 
49168
CommitDate: Fri Jun 15 13:15:48 2012 +0300
43221
49169
 
43222
49170
    Updated Greek translation
43223
49171
 
43226
49174
 1 file changed, 733 insertions(+), 800 deletions(-)
43227
49175
 
43228
49176
commit 211d50ac7418cd05d8a7828fca388c127e02308a
43229
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
43230
 
Date:   Thu Jun 14 13:48:29 2012 +0200
 
49177
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
49178
AuthorDate: Thu Jun 14 13:48:29 2012 +0200
 
49179
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
49180
CommitDate: Thu Jun 14 13:48:29 2012 +0200
43231
49181
 
43232
49182
    Updated Spanish translation
43233
49183
 
43236
49186
 1 file changed, 77 insertions(+), 65 deletions(-)
43237
49187
 
43238
49188
commit a090a3680b093e7473cc5e760bdf3454f8ca9e9e
43239
 
Author: Khaled Hosny <khaledhosny@eglug.org>
43240
 
Date:   Wed Jun 13 21:00:44 2012 +0200
 
49189
Author:     Khaled Hosny <khaledhosny@eglug.org>
 
49190
AuthorDate: Wed Jun 13 21:00:44 2012 +0200
 
49191
Commit:     Khaled Hosny <khaledhosny@eglug.org>
 
49192
CommitDate: Wed Jun 13 21:00:44 2012 +0200
43241
49193
 
43242
49194
    Updated Arabic translation
43243
49195
 
43246
49198
 1 file changed, 2991 insertions(+), 2648 deletions(-)
43247
49199
 
43248
49200
commit ee19ddcb1423814edc76aa03dd3c2252e9f722b4
43249
 
Author: William Jon McCann <jmccann@redhat.com>
43250
 
Date:   Mon Apr 30 12:51:25 2012 -0400
 
49201
Author:     William Jon McCann <jmccann@redhat.com>
 
49202
AuthorDate: Mon Apr 30 12:51:25 2012 -0400
 
49203
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49204
CommitDate: Wed Jun 13 14:46:13 2012 -0400
43251
49205
 
43252
49206
    Update to use XDG cache home for thumbnails
43253
49207
 
43257
49211
 1 file changed, 4 insertions(+), 4 deletions(-)
43258
49212
 
43259
49213
commit e5d4af10a344eaa5eee72390858ee3cf374f35ad
43260
 
Author: Matthias Clasen <mclasen@redhat.com>
43261
 
Date:   Wed Jun 13 14:43:29 2012 -0400
 
49214
Author:     Matthias Clasen <mclasen@redhat.com>
 
49215
AuthorDate: Wed Jun 13 14:43:29 2012 -0400
 
49216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49217
CommitDate: Wed Jun 13 14:44:20 2012 -0400
43262
49218
 
43263
49219
    Improve GTimeZone test coverage
43264
49220
 
43266
49222
 1 file changed, 17 insertions(+), 2 deletions(-)
43267
49223
 
43268
49224
commit 5ff95679b805f7cc78f0579546700b6d48a35e0d
43269
 
Author: Benjamin Otte <otte@redhat.com>
43270
 
Date:   Wed Jun 13 17:33:01 2012 +0200
 
49225
Author:     Benjamin Otte <otte@redhat.com>
 
49226
AuthorDate: Wed Jun 13 17:33:01 2012 +0200
 
49227
Commit:     Benjamin Otte <otte@redhat.com>
 
49228
CommitDate: Wed Jun 13 18:54:54 2012 +0200
43271
49229
 
43272
49230
    glib-compile-resources: Forward errors from spawned processes
43273
49231
 
43278
49236
 1 file changed, 12 insertions(+), 10 deletions(-)
43279
49237
 
43280
49238
commit 6c1276eb5fcc19921d0a0584aee140bccc3f8488
43281
 
Author: Stefan Sauer <ensonic@users.sf.net>
43282
 
Date:   Tue Jun 12 20:22:39 2012 +0200
 
49239
Author:     Stefan Sauer <ensonic@users.sf.net>
 
49240
AuthorDate: Tue Jun 12 20:22:39 2012 +0200
 
49241
Commit:     Stefan Sauer <ensonic@users.sf.net>
 
49242
CommitDate: Tue Jun 12 20:45:29 2012 +0200
43283
49243
 
43284
49244
    gtype: make these cases fatal.
43285
49245
 
43293
49253
 1 file changed, 2 insertions(+), 4 deletions(-)
43294
49254
 
43295
49255
commit 0866e1ede967e513f09bfb47166d76005e0486b2
43296
 
Author: Dan Winship <danw@gnome.org>
43297
 
Date:   Tue Jun 12 07:09:53 2012 -0400
 
49256
Author:     Dan Winship <danw@gnome.org>
 
49257
AuthorDate: Tue Jun 12 07:09:53 2012 -0400
 
49258
Commit:     Dan Winship <danw@gnome.org>
 
49259
CommitDate: Tue Jun 12 07:09:53 2012 -0400
43298
49260
 
43299
49261
    update .gitignore
43300
49262
 
43302
49264
 1 file changed, 1 insertion(+)
43303
49265
 
43304
49266
commit 14eb3d3590b5c08626c4901b16e9695747d43188
43305
 
Author: Dan Winship <danw@gnome.org>
43306
 
Date:   Tue Jun 12 07:08:26 2012 -0400
 
49267
Author:     Dan Winship <danw@gnome.org>
 
49268
AuthorDate: Tue Jun 12 07:08:26 2012 -0400
 
49269
Commit:     Dan Winship <danw@gnome.org>
 
49270
CommitDate: Tue Jun 12 07:08:26 2012 -0400
43307
49271
 
43308
49272
    gunixoutputstream: add missing can_poll() implementation
43309
49273
 
43313
49277
 1 file changed, 8 insertions(+)
43314
49278
 
43315
49279
commit b9ec5699cd27334fdc605875bb0eeb818de64d4a
43316
 
Author: Murray Cumming <murrayc@murrayc.com>
43317
 
Date:   Tue Jun 12 10:35:52 2012 +0200
 
49280
Author:     Murray Cumming <murrayc@murrayc.com>
 
49281
AuthorDate: Tue Jun 12 10:35:52 2012 +0200
 
49282
Commit:     Murray Cumming <murrayc@murrayc.com>
 
49283
CommitDate: Tue Jun 12 10:35:52 2012 +0200
43318
49284
 
43319
49285
    Remove trailing commas from enums
43320
49286
 
43323
49289
 2 files changed, 2 insertions(+), 2 deletions(-)
43324
49290
 
43325
49291
commit 6f1c4f7f056eddcbf884659ff68240c0784003c6
43326
 
Author: Matthias Clasen <mclasen@redhat.com>
43327
 
Date:   Mon Jun 11 10:24:03 2012 -0400
 
49292
Author:     Matthias Clasen <mclasen@redhat.com>
 
49293
AuthorDate: Mon Jun 11 10:24:03 2012 -0400
 
49294
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49295
CommitDate: Mon Jun 11 10:25:24 2012 -0400
43328
49296
 
43329
49297
    Correct the docs for g_time_zone_adjust_time
43330
49298
 
43335
49303
 1 file changed, 1 insertion(+), 1 deletion(-)
43336
49304
 
43337
49305
commit f47de7ec2c9f79edbb3e03f3112aa8cd1d286309
43338
 
Author: Matthias Clasen <mclasen@redhat.com>
43339
 
Date:   Mon Jun 11 10:23:42 2012 -0400
 
49306
Author:     Matthias Clasen <mclasen@redhat.com>
 
49307
AuthorDate: Mon Jun 11 10:23:42 2012 -0400
 
49308
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49309
CommitDate: Mon Jun 11 10:25:24 2012 -0400
43340
49310
 
43341
49311
    Improve GTimeZone test coverage
43342
49312
 
43345
49315
 1 file changed, 66 insertions(+)
43346
49316
 
43347
49317
commit d4f885478542ad7356b44e2a9965dc1081ea80dc
43348
 
Author: Matthias Clasen <mclasen@redhat.com>
43349
 
Date:   Mon Jun 11 07:19:42 2012 -0400
 
49318
Author:     Matthias Clasen <mclasen@redhat.com>
 
49319
AuthorDate: Mon Jun 11 07:19:42 2012 -0400
 
49320
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49321
CommitDate: Mon Jun 11 10:25:24 2012 -0400
43350
49322
 
43351
49323
    Cosmetic changes
43352
49324
 
43355
49327
 2 files changed, 11 insertions(+), 32 deletions(-)
43356
49328
 
43357
49329
commit 6ee10762b5194076a7a9db80d41dbb3aa14fe287
43358
 
Author: Matthias Clasen <mclasen@redhat.com>
43359
 
Date:   Mon Jun 11 07:19:14 2012 -0400
 
49330
Author:     Matthias Clasen <mclasen@redhat.com>
 
49331
AuthorDate: Mon Jun 11 07:19:14 2012 -0400
 
49332
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49333
CommitDate: Mon Jun 11 10:25:19 2012 -0400
43360
49334
 
43361
49335
    Improve GOptionContext test coverage
43362
49336
 
43365
49339
 1 file changed, 109 insertions(+), 2 deletions(-)
43366
49340
 
43367
49341
commit c5dabac47a3613e742ebfc0c4dec4f91ab796ae8
43368
 
Author: Matthias Clasen <mclasen@redhat.com>
43369
 
Date:   Mon Jun 11 07:18:29 2012 -0400
 
49342
Author:     Matthias Clasen <mclasen@redhat.com>
 
49343
AuthorDate: Mon Jun 11 07:18:29 2012 -0400
 
49344
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49345
CommitDate: Mon Jun 11 07:18:29 2012 -0400
43370
49346
 
43371
49347
    Fix a typo
43372
49348
 
43376
49352
 1 file changed, 2 insertions(+), 2 deletions(-)
43377
49353
 
43378
49354
commit 3e706ef88b3b433f777e552c85339b901314deaa
43379
 
Author: David Zeuthen <zeuthen@gmail.com>
43380
 
Date:   Fri Jun 8 13:30:48 2012 -0400
 
49355
Author:     David Zeuthen <zeuthen@gmail.com>
 
49356
AuthorDate: Fri Jun 8 13:30:48 2012 -0400
 
49357
Commit:     David Zeuthen <zeuthen@gmail.com>
 
49358
CommitDate: Fri Jun 8 13:30:48 2012 -0400
43381
49359
 
43382
49360
    GDBusProxy: Treat org.freedesktop.systemd1.Masked error as non-fatal
43383
49361
 
43392
49370
 1 file changed, 26 insertions(+), 8 deletions(-)
43393
49371
 
43394
49372
commit ea826d7facabbcd05b8343554acc808275881009
43395
 
Author: Daniel Macks <dmacks@netspace.org>
43396
 
Date:   Wed Jun 6 22:40:26 2012 -0400
 
49373
Author:     Daniel Macks <dmacks@netspace.org>
 
49374
AuthorDate: Wed Jun 6 22:40:26 2012 -0400
 
49375
Commit:     Colin Walters <walters@verbum.org>
 
49376
CommitDate: Thu Jun 7 07:00:44 2012 -0400
43397
49377
 
43398
49378
    Fix path to aclocal in output message
43399
49379
 
43409
49389
 1 file changed, 1 insertion(+), 1 deletion(-)
43410
49390
 
43411
49391
commit 9e1d4da14d8e69fb60da1a9733ac1d58d0dcd8b2
43412
 
Author: Martin Jansa <Martin.Jansa@gmail.com>
43413
 
Date:   Wed Jun 6 21:38:28 2012 -0400
 
49392
Author:     Martin Jansa <Martin.Jansa@gmail.com>
 
49393
AuthorDate: Wed Jun 6 21:38:28 2012 -0400
 
49394
Commit:     Colin Walters <walters@verbum.org>
 
49395
CommitDate: Wed Jun 6 21:55:07 2012 -0400
43414
49396
 
43415
49397
    configure: Add --disable-libelf option
43416
49398
 
43423
49405
 1 file changed, 6 insertions(+), 4 deletions(-)
43424
49406
 
43425
49407
commit 032e8dabd15133952c7c4f9da05605380b17f79f
43426
 
Author: Tomas Bzatek <tbzatek@redhat.com>
43427
 
Date:   Wed Jun 6 19:44:39 2012 +0200
 
49408
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
49409
AuthorDate: Wed Jun 6 19:44:39 2012 +0200
 
49410
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
49411
CommitDate: Wed Jun 6 19:44:39 2012 +0200
43428
49412
 
43429
49413
    gdbus: Implement g_dbus_connection_get_last_serial()
43430
49414
 
43442
49426
 5 files changed, 145 insertions(+)
43443
49427
 
43444
49428
commit 7ccfa9ce4b2352277448f66a138cc028f5fe57c8
43445
 
Author: Colin Walters <walters@verbum.org>
43446
 
Date:   Wed Jun 6 07:15:48 2012 -0400
 
49429
Author:     Colin Walters <walters@verbum.org>
 
49430
AuthorDate: Wed Jun 6 07:15:48 2012 -0400
 
49431
Commit:     Colin Walters <walters@verbum.org>
 
49432
CommitDate: Wed Jun 6 07:15:48 2012 -0400
43447
49433
 
43448
49434
    tests/spawn-multithreaded: Decrease parallelism to avoid crashing
43449
49435
    on OS X
43454
49440
 1 file changed, 1 insertion(+), 1 deletion(-)
43455
49441
 
43456
49442
commit f3ff037bd147b7d86f23108660a2fe71df5268a6
43457
 
Author: Daniel Macks <dmacks@netspace.org>
43458
 
Date:   Tue Jun 5 19:20:13 2012 -0400
 
49443
Author:     Daniel Macks <dmacks@netspace.org>
 
49444
AuthorDate: Tue Jun 5 19:20:13 2012 -0400
 
49445
Commit:     Colin Walters <walters@verbum.org>
 
49446
CommitDate: Tue Jun 5 21:26:58 2012 -0400
43459
49447
 
43460
49448
    Pass -framework sub-flag without embedded whitespace
43461
49449
 
43471
49459
 2 files changed, 3 insertions(+), 3 deletions(-)
43472
49460
 
43473
49461
commit 4690d85607da879e50746db64ea99a273823c25e
43474
 
Author: Daniel Macks <dmacks@netspace.org>
43475
 
Date:   Tue Jun 5 14:16:24 2012 -0400
 
49462
Author:     Daniel Macks <dmacks@netspace.org>
 
49463
AuthorDate: Tue Jun 5 14:16:24 2012 -0400
 
49464
Commit:     Colin Walters <walters@verbum.org>
 
49465
CommitDate: Tue Jun 5 14:16:27 2012 -0400
43476
49466
 
43477
49467
    configure: Require libelf 0.8.12
43478
49468
 
43486
49476
 1 file changed, 1 insertion(+), 1 deletion(-)
43487
49477
 
43488
49478
commit e4a8f12e770e9483e2b7bf965711a22fad134444
43489
 
Author: Martin Pitt <martinpitt@gnome.org>
43490
 
Date:   Tue Jun 5 18:50:36 2012 +0200
 
49479
Author:     Martin Pitt <martinpitt@gnome.org>
 
49480
AuthorDate: Tue Jun 5 18:50:36 2012 +0200
 
49481
Commit:     Martin Pitt <martinpitt@gnome.org>
 
49482
CommitDate: Tue Jun 5 18:50:36 2012 +0200
43491
49483
 
43492
49484
    g_dbus_gvariant_to_gvalue(): Add missing out annotation
43493
49485
 
43495
49487
 1 file changed, 1 insertion(+), 1 deletion(-)
43496
49488
 
43497
49489
commit bdf1660e2856a22aeca6b5927b5756119d6526ec
43498
 
Author: Ryan Lortie <desrt@desrt.ca>
43499
 
Date:   Mon Jun 4 13:17:47 2012 -0400
 
49490
Author:     Ryan Lortie <desrt@desrt.ca>
 
49491
AuthorDate: Mon Jun 4 13:17:47 2012 -0400
 
49492
Commit:     Ryan Lortie <desrt@desrt.ca>
 
49493
CommitDate: Mon Jun 4 13:17:47 2012 -0400
43500
49494
 
43501
49495
    GLib 2.33.2
43502
49496
 
43504
49498
 1 file changed, 1 insertion(+), 1 deletion(-)
43505
49499
 
43506
49500
commit e8c5bd2bb0047677223849c2d516df8bd37606e4
43507
 
Author: Matthias Clasen <mclasen@redhat.com>
43508
 
Date:   Sun Jun 3 13:18:39 2012 -0400
 
49501
Author:     Matthias Clasen <mclasen@redhat.com>
 
49502
AuthorDate: Sun Jun 3 13:18:39 2012 -0400
 
49503
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49504
CommitDate: Mon Jun 4 06:04:30 2012 -0400
43509
49505
 
43510
49506
    Updates for 2.33.2
43511
49507
 
43513
49509
 1 file changed, 46 insertions(+)
43514
49510
 
43515
49511
commit 3e1b972c933bc4a01e8d05f1bb6c6df1ad816579
43516
 
Author: Matthias Clasen <mclasen@redhat.com>
43517
 
Date:   Mon Jun 4 06:00:45 2012 -0400
 
49512
Author:     Matthias Clasen <mclasen@redhat.com>
 
49513
AuthorDate: Mon Jun 4 06:00:45 2012 -0400
 
49514
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49515
CommitDate: Mon Jun 4 06:04:29 2012 -0400
43518
49516
 
43519
49517
    Improve GResource test coverage
43520
49518
 
43523
49521
 1 file changed, 109 insertions(+), 3 deletions(-)
43524
49522
 
43525
49523
commit c7de2dd0e39bf9ef5641490b25c8a6eb17b7863a
43526
 
Author: Matthias Clasen <mclasen@redhat.com>
43527
 
Date:   Mon Jun 4 06:00:03 2012 -0400
 
49524
Author:     Matthias Clasen <mclasen@redhat.com>
 
49525
AuthorDate: Mon Jun 4 06:00:03 2012 -0400
 
49526
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49527
CommitDate: Mon Jun 4 06:04:29 2012 -0400
43528
49528
 
43529
49529
    Improve GSocketAddress test coverage
43530
49530
 
43532
49532
 1 file changed, 18 insertions(+), 2 deletions(-)
43533
49533
 
43534
49534
commit 721366d0883c39ad31027f0f406ffca9485408ed
43535
 
Author: Matthias Clasen <mclasen@redhat.com>
43536
 
Date:   Mon Jun 4 05:59:46 2012 -0400
 
49535
Author:     Matthias Clasen <mclasen@redhat.com>
 
49536
AuthorDate: Mon Jun 4 05:59:46 2012 -0400
 
49537
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49538
CommitDate: Mon Jun 4 06:04:29 2012 -0400
43537
49539
 
43538
49540
    Improve GNetworkMonitor test coverage
43539
49541
 
43542
49544
 1 file changed, 103 insertions(+), 47 deletions(-)
43543
49545
 
43544
49546
commit 4ad5210b353b685dce0aae9bd7331838f6cc5f92
43545
 
Author: Matthias Clasen <mclasen@redhat.com>
43546
 
Date:   Mon Jun 4 05:59:27 2012 -0400
 
49547
Author:     Matthias Clasen <mclasen@redhat.com>
 
49548
AuthorDate: Mon Jun 4 05:59:27 2012 -0400
 
49549
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49550
CommitDate: Mon Jun 4 06:04:29 2012 -0400
43547
49551
 
43548
49552
    Improve GIcon test coverage
43549
49553
 
43551
49555
 1 file changed, 6 insertions(+)
43552
49556
 
43553
49557
commit 3129bac14c6ac5e991127f8cc51810c28306bbad
43554
 
Author: Matthias Clasen <mclasen@redhat.com>
43555
 
Date:   Sun Jun 3 21:37:32 2012 -0400
 
49558
Author:     Matthias Clasen <mclasen@redhat.com>
 
49559
AuthorDate: Sun Jun 3 21:37:32 2012 -0400
 
49560
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49561
CommitDate: Mon Jun 4 06:04:28 2012 -0400
43556
49562
 
43557
49563
    Formatting cleanups
43558
49564
 
43561
49567
 1 file changed, 49 insertions(+), 47 deletions(-)
43562
49568
 
43563
49569
commit eeb5140ad2b318fd5f6a7c02efbd0b33859975c2
43564
 
Author: Matthias Clasen <mclasen@redhat.com>
43565
 
Date:   Sun Jun 3 19:51:47 2012 -0400
 
49570
Author:     Matthias Clasen <mclasen@redhat.com>
 
49571
AuthorDate: Sun Jun 3 19:51:47 2012 -0400
 
49572
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49573
CommitDate: Mon Jun 4 06:04:28 2012 -0400
43566
49574
 
43567
49575
    Improve GMenu test coverage
43568
49576
 
43571
49579
 1 file changed, 57 insertions(+), 7 deletions(-)
43572
49580
 
43573
49581
commit 0a1079d171439d89cd1c825d20c7d766ab3573b5
43574
 
Author: Matthias Clasen <mclasen@redhat.com>
43575
 
Date:   Sun Jun 3 19:51:20 2012 -0400
 
49582
Author:     Matthias Clasen <mclasen@redhat.com>
 
49583
AuthorDate: Sun Jun 3 19:51:20 2012 -0400
 
49584
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49585
CommitDate: Mon Jun 4 06:04:28 2012 -0400
43576
49586
 
43577
49587
    Improve GApplication test coverage
43578
49588
 
43582
49592
 2 files changed, 44 insertions(+), 2 deletions(-)
43583
49593
 
43584
49594
commit 642e89f35678c687d45c204ad095b58f785d6c91
43585
 
Author: Matthias Clasen <mclasen@redhat.com>
43586
 
Date:   Sun Jun 3 19:51:05 2012 -0400
 
49595
Author:     Matthias Clasen <mclasen@redhat.com>
 
49596
AuthorDate: Sun Jun 3 19:51:05 2012 -0400
 
49597
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49598
CommitDate: Mon Jun 4 06:04:27 2012 -0400
43587
49599
 
43588
49600
    Improve GActionGroup test coverage
43589
49601
 
43592
49604
 1 file changed, 123 insertions(+), 11 deletions(-)
43593
49605
 
43594
49606
commit a53a1b65b59577e6332509789a062c6038a085a8
43595
 
Author: Matthias Clasen <mclasen@redhat.com>
43596
 
Date:   Sun Jun 3 19:50:54 2012 -0400
 
49607
Author:     Matthias Clasen <mclasen@redhat.com>
 
49608
AuthorDate: Sun Jun 3 19:50:54 2012 -0400
 
49609
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49610
CommitDate: Mon Jun 4 06:04:27 2012 -0400
43597
49611
 
43598
49612
    Improve GIcon test coverage
43599
49613
 
43601
49615
 1 file changed, 9 insertions(+)
43602
49616
 
43603
49617
commit 26a1056bde7f6ef97963b1a4b42d3da3027f555f
43604
 
Author: Matthias Clasen <mclasen@redhat.com>
43605
 
Date:   Sun Jun 3 16:30:58 2012 -0400
 
49618
Author:     Matthias Clasen <mclasen@redhat.com>
 
49619
AuthorDate: Sun Jun 3 16:30:58 2012 -0400
 
49620
Commit:     Matthias Clasen <mclasen@redhat.com>
 
49621
CommitDate: Mon Jun 4 06:04:26 2012 -0400
43606
49622
 
43607
49623
    Expand GAppInfo tests
43608
49624
 
43610
49626
 1 file changed, 15 insertions(+)
43611
49627
 
43612
49628
commit 51e6edf08b34120e1bb88a28785f3b5e59e1a2b3
43613
 
Author: Bruno Brouard <annoa.b@gmail.com>
43614
 
Date:   Sun Jun 3 13:36:14 2012 +0200
 
49629
Author:     Bruno Brouard <annoa.b@gmail.com>
 
49630
AuthorDate: Sun Jun 3 13:36:14 2012 +0200
 
49631
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
49632
CommitDate: Sun Jun 3 13:36:14 2012 +0200
43615
49633
 
43616
49634
    Updated French translation
43617
49635
 
43620
49638
 1 file changed, 182 insertions(+), 142 deletions(-)
43621
49639
 
43622
49640
commit ce5bd68e26d0e67c24313076b7f634f1dcac81b9
43623
 
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
43624
 
Date:   Tue May 22 21:56:10 2012 +0200
 
49641
Author:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
49642
AuthorDate: Tue May 22 21:56:10 2012 +0200
 
49643
Commit:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
49644
CommitDate: Fri Jun 1 10:46:00 2012 +0200
43625
49645
 
43626
49646
    glib: fix g_reload_user_special_dirs_cache
43627
49647
 
43637
49657
 1 file changed, 10 insertions(+), 6 deletions(-)
43638
49658
 
43639
49659
commit 2e31166f6a005d2af724942ec3e8f58cecb3a756
43640
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
43641
 
Date:   Thu May 31 15:29:31 2012 +0200
 
49660
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
49661
AuthorDate: Thu May 31 15:29:31 2012 +0200
 
49662
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
49663
CommitDate: Thu May 31 15:29:31 2012 +0200
43642
49664
 
43643
49665
    Updated Spanish translation
43644
49666
 
43646
49668
 1 file changed, 25 insertions(+), 25 deletions(-)
43647
49669
 
43648
49670
commit 4f04247a1964457a7493f23d786486df449b3e08
43649
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
43650
 
Date:   Thu May 31 13:19:37 2012 +0200
 
49671
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
49672
AuthorDate: Thu May 31 13:19:37 2012 +0200
 
49673
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
49674
CommitDate: Thu May 31 13:19:37 2012 +0200
43651
49675
 
43652
49676
    Updated Spanish translation
43653
49677
 
43656
49680
 1 file changed, 102 insertions(+), 105 deletions(-)
43657
49681
 
43658
49682
commit 69e12cd3d56ae43b188a278b807e517961627ada
43659
 
Author: Dan Winship <danw@gnome.org>
43660
 
Date:   Wed May 30 08:30:27 2012 -0400
 
49683
Author:     Dan Winship <danw@gnome.org>
 
49684
AuthorDate: Wed May 30 08:30:27 2012 -0400
 
49685
Commit:     Dan Winship <danw@gnome.org>
 
49686
CommitDate: Wed May 30 09:02:33 2012 -0400
43661
49687
 
43662
49688
    GConverterInputStream: fix an edge case
43663
49689
 
43686
49712
 2 files changed, 164 insertions(+)
43687
49713
 
43688
49714
commit 0fd9863abe218c002327ea993089476a793a99e6
43689
 
Author: Christian Persch <chpe@gnome.org>
43690
 
Date:   Tue May 29 19:10:57 2012 +0200
 
49715
Author:     Christian Persch <chpe@gnome.org>
 
49716
AuthorDate: Tue May 29 19:10:57 2012 +0200
 
49717
Commit:     Christian Persch <chpe@gnome.org>
 
49718
CommitDate: Tue May 29 19:10:57 2012 +0200
43691
49719
 
43692
49720
    build: Add missing AM_V_GEN to silence the build
43693
49721
 
43695
49723
 1 file changed, 1 insertion(+), 1 deletion(-)
43696
49724
 
43697
49725
commit 4979c1d075e08bcdc7a6569afae2052dac5eea81
43698
 
Author: Christian Persch <chpe@gnome.org>
43699
 
Date:   Sat May 5 16:52:28 2012 +0200
 
49726
Author:     Christian Persch <chpe@gnome.org>
 
49727
AuthorDate: Sat May 5 16:52:28 2012 +0200
 
49728
Commit:     Christian Persch <chpe@gnome.org>
 
49729
CommitDate: Tue May 29 19:01:42 2012 +0200
43700
49730
 
43701
49731
    application: Add dbus register/unregister hooks
43702
49732
 
43720
49750
 5 files changed, 162 insertions(+), 2 deletions(-)
43721
49751
 
43722
49752
commit f642209ef4c7f13f5ff03ca3c315cd237f8f26bb
43723
 
Author: Philip Withnall <philip@tecnocode.co.uk>
43724
 
Date:   Sun May 27 22:40:44 2012 +0100
 
49753
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
49754
AuthorDate: Sun May 27 22:40:44 2012 +0100
 
49755
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
49756
CommitDate: Mon May 28 15:47:07 2012 +0100
43725
49757
 
43726
49758
    gobject: Document notify signal deduplication with freeze/thaw
43727
49759
 
43737
49769
 1 file changed, 7 insertions(+), 2 deletions(-)
43738
49770
 
43739
49771
commit 1637f08ed146bca89049301495a49d8873c2957e
43740
 
Author: Matej Urbančič <mateju@svn.gnome.org>
43741
 
Date:   Mon May 28 14:57:02 2012 +0200
 
49772
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
49773
AuthorDate: Mon May 28 14:57:02 2012 +0200
 
49774
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
49775
CommitDate: Mon May 28 14:57:02 2012 +0200
43742
49776
 
43743
49777
    Updated Slovenian translation
43744
49778
 
43747
49781
 1 file changed, 164 insertions(+), 149 deletions(-)
43748
49782
 
43749
49783
commit ae421c9f6ca58ba18494619dc89ed1d2b60948eb
43750
 
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
43751
 
Date:   Fri Apr 27 10:02:54 2012 +0200
 
49784
Author:     Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
49785
AuthorDate: Fri Apr 27 10:02:54 2012 +0200
 
49786
Commit:     Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
49787
CommitDate: Mon May 28 10:54:59 2012 +0200
43752
49788
 
43753
49789
    Link to gvariant-format-strings-pointers in getter API
43754
49790
 
43758
49794
 1 file changed, 29 insertions(+), 1 deletion(-)
43759
49795
 
43760
49796
commit 175864b83c076f6b74a822e75990ab3a15ab73bc
43761
 
Author: Colin Walters <walters@verbum.org>
43762
 
Date:   Sat May 26 11:53:14 2012 -0400
 
49797
Author:     Colin Walters <walters@verbum.org>
 
49798
AuthorDate: Sat May 26 11:53:14 2012 -0400
 
49799
Commit:     Colin Walters <walters@verbum.org>
 
49800
CommitDate: Sat May 26 11:53:14 2012 -0400
43763
49801
 
43764
49802
    gappinfo: Fix uninitialized-variable gcc warning
43765
49803
 
43767
49805
 1 file changed, 1 insertion(+), 1 deletion(-)
43768
49806
 
43769
49807
commit 151e37816bea6101523cf7dddab4ea1ce55ec909
43770
 
Author: Colin Walters <walters@verbum.org>
43771
 
Date:   Fri May 25 09:22:06 2012 -0400
 
49808
Author:     Colin Walters <walters@verbum.org>
 
49809
AuthorDate: Fri May 25 09:22:06 2012 -0400
 
49810
Commit:     Colin Walters <walters@verbum.org>
 
49811
CommitDate: Sat May 26 10:13:30 2012 -0400
43772
49812
 
43773
49813
    Annotate API introduced for 2.34 with GLIB_AVAILABLE_IN_2_34
43774
49814
 
43779
49819
 2 files changed, 4 insertions(+)
43780
49820
 
43781
49821
commit 1cc7162c9560796829db457f7ea5fdd218a0ae46
43782
 
Author: Colin Walters <walters@verbum.org>
43783
 
Date:   Fri May 25 08:59:09 2012 -0400
 
49822
Author:     Colin Walters <walters@verbum.org>
 
49823
AuthorDate: Fri May 25 08:59:09 2012 -0400
 
49824
Commit:     Colin Walters <walters@verbum.org>
 
49825
CommitDate: Sat May 26 10:13:30 2012 -0400
43784
49826
 
43785
49827
    Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32
43786
49828
 
43815
49857
 26 files changed, 78 insertions(+), 2 deletions(-)
43816
49858
 
43817
49859
commit a9637126465fba06c1fc73cc70eb5f683ad4e4b3
43818
 
Author: Colin Walters <walters@verbum.org>
43819
 
Date:   Fri May 25 08:42:50 2012 -0400
 
49860
Author:     Colin Walters <walters@verbum.org>
 
49861
AuthorDate: Fri May 25 08:42:50 2012 -0400
 
49862
Commit:     Colin Walters <walters@verbum.org>
 
49863
CommitDate: Sat May 26 10:13:30 2012 -0400
43820
49864
 
43821
49865
    Annotate API introduced for 2.30 with GLIB_AVAILABLE_IN_2_30
43822
49866
 
43845
49889
 12 files changed, 38 insertions(+)
43846
49890
 
43847
49891
commit 9c86e1168cad8ae2c2642ffd487d4f6319e1dc04
43848
 
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
43849
 
Date:   Sat May 26 10:34:53 2012 +0200
 
49892
Author:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
49893
AuthorDate: Sat May 26 10:34:53 2012 +0200
 
49894
Commit:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
49895
CommitDate: Sat May 26 10:35:05 2012 +0200
43850
49896
 
43851
49897
    gio: fix symbol name
43852
49898
 
43856
49902
 1 file changed, 1 insertion(+), 1 deletion(-)
43857
49903
 
43858
49904
commit 800d6ff1115b27bf0e9cce818a0511048e2f1cc5
43859
 
Author: Dan Winship <danw@gnome.org>
43860
 
Date:   Thu Apr 5 09:19:17 2012 -0400
 
49905
Author:     Dan Winship <danw@gnome.org>
 
49906
AuthorDate: Thu Apr 5 09:19:17 2012 -0400
 
49907
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
49908
CommitDate: Thu May 24 17:48:13 2012 -0400
43861
49909
 
43862
49910
    gio: add GBytes-based input/output stream methods
43863
49911
 
43885
49933
 8 files changed, 428 insertions(+)
43886
49934
 
43887
49935
commit 4b456635e422ea620bfb3feeddac12a7045bd43b
43888
 
Author: Christian Persch <chpe@gnome.org>
43889
 
Date:   Thu May 24 17:51:35 2012 +0200
 
49936
Author:     Christian Persch <chpe@gnome.org>
 
49937
AuthorDate: Thu May 24 17:51:35 2012 +0200
 
49938
Commit:     Christian Persch <chpe@gnome.org>
 
49939
CommitDate: Thu May 24 17:51:35 2012 +0200
43890
49940
 
43891
49941
    Revert "application: Don't print a critical warning here"
43892
49942
 
43896
49946
 1 file changed, 1 insertion(+), 1 deletion(-)
43897
49947
 
43898
49948
commit ee1965b888d070428b88bbcde989e98ce63a5fe4
43899
 
Author: Christian Persch <chpe@gnome.org>
43900
 
Date:   Sat May 5 17:29:44 2012 +0200
 
49949
Author:     Christian Persch <chpe@gnome.org>
 
49950
AuthorDate: Sat May 5 17:29:44 2012 +0200
 
49951
Commit:     Christian Persch <chpe@gnome.org>
 
49952
CommitDate: Thu May 24 17:34:08 2012 +0200
43901
49953
 
43902
49954
    application: Save a few bytes in the library
43903
49955
 
43908
49960
 1 file changed, 24 insertions(+), 24 deletions(-)
43909
49961
 
43910
49962
commit 1541478bac6fed26bcb77ebae5e50bb7a76954f7
43911
 
Author: Christian Persch <chpe@gnome.org>
43912
 
Date:   Sat May 5 17:26:34 2012 +0200
 
49963
Author:     Christian Persch <chpe@gnome.org>
 
49964
AuthorDate: Sat May 5 17:26:34 2012 +0200
 
49965
Commit:     Christian Persch <chpe@gnome.org>
 
49966
CommitDate: Thu May 24 17:33:37 2012 +0200
43913
49967
 
43914
49968
    application: Don't print a critical warning here
43915
49969
 
43919
49973
 1 file changed, 1 insertion(+), 1 deletion(-)
43920
49974
 
43921
49975
commit 9217309a5cd1eb59c7881939cdb58bd48e27097e
43922
 
Author: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
43923
 
Date:   Tue May 22 20:38:52 2012 +0200
 
49976
Author:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
49977
AuthorDate: Tue May 22 20:38:52 2012 +0200
 
49978
Commit:     Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
49979
CommitDate: Tue May 22 20:38:52 2012 +0200
43924
49980
 
43925
49981
    glib: fix build
43926
49982
 
43930
49986
 1 file changed, 1 insertion(+), 4 deletions(-)
43931
49987
 
43932
49988
commit 481191f118a8f8e6505917a985e531137796d8ac
43933
 
Author: Christian Persch <chpe@gnome.org>
43934
 
Date:   Sun May 20 00:01:35 2012 +0200
 
49989
Author:     Christian Persch <chpe@gnome.org>
 
49990
AuthorDate: Sun May 20 00:01:35 2012 +0200
 
49991
Commit:     Christian Persch <chpe@gnome.org>
 
49992
CommitDate: Tue May 22 19:47:28 2012 +0200
43935
49993
 
43936
49994
    gspawn: Add GSpawnFlag to use the PATH from envp
43937
49995
 
43949
50007
 2 files changed, 41 insertions(+), 13 deletions(-)
43950
50008
 
43951
50009
commit 6969b63827a302604a0566c8889feed33a25d842
43952
 
Author: Christian Persch <chpe@gnome.org>
43953
 
Date:   Sat May 19 23:59:01 2012 +0200
 
50010
Author:     Christian Persch <chpe@gnome.org>
 
50011
AuthorDate: Sat May 19 23:59:01 2012 +0200
 
50012
Commit:     Christian Persch <chpe@gnome.org>
 
50013
CommitDate: Tue May 22 19:47:22 2012 +0200
43954
50014
 
43955
50015
    environ: Allow NULL envp
43956
50016
 
43961
50021
 2 files changed, 40 insertions(+), 11 deletions(-)
43962
50022
 
43963
50023
commit 44d4990442532dd067ca670a3a4b18109ee6b02c
43964
 
Author: Colin Walters <walters@verbum.org>
43965
 
Date:   Fri May 18 10:39:05 2012 -0400
 
50024
Author:     Colin Walters <walters@verbum.org>
 
50025
AuthorDate: Fri May 18 10:39:05 2012 -0400
 
50026
Commit:     Colin Walters <walters@verbum.org>
 
50027
CommitDate: Mon May 21 13:45:15 2012 -0400
43966
50028
 
43967
50029
    GMemoryOutputStream: Add API to return data as a GBytes
43968
50030
 
43978
50040
 4 files changed, 70 insertions(+)
43979
50041
 
43980
50042
commit 1bedf248794fe5cf9dad5e40c18329e79f9d855e
43981
 
Author: Colin Walters <walters@verbum.org>
43982
 
Date:   Thu May 17 14:36:15 2012 -0400
 
50043
Author:     Colin Walters <walters@verbum.org>
 
50044
AuthorDate: Thu May 17 14:36:15 2012 -0400
 
50045
Commit:     Colin Walters <walters@verbum.org>
 
50046
CommitDate: Mon May 21 13:45:15 2012 -0400
43983
50047
 
43984
50048
    GMemoryInputStream: Add API to accept GBytes
43985
50049
 
43995
50059
 3 files changed, 76 insertions(+), 39 deletions(-)
43996
50060
 
43997
50061
commit 6e32f0a6018ab26b2a14c184752913d6f2ecad40
43998
 
Author: Debarshi Ray <debarshir@gnome.org>
43999
 
Date:   Thu May 17 06:43:54 2012 +0200
 
50062
Author:     Debarshi Ray <debarshir@gnome.org>
 
50063
AuthorDate: Thu May 17 06:43:54 2012 +0200
 
50064
Commit:     Debarshi Ray <debarshir@gnome.org>
 
50065
CommitDate: Mon May 21 17:54:25 2012 +0200
44000
50066
 
44001
50067
    gio: The tmpl parameter to g_file_new_tmp can be NULL
44002
50068
 
44006
50072
 1 file changed, 1 deletion(-)
44007
50073
 
44008
50074
commit 7cadf4f15f952457b5a5440d24d1a93e0a99cdde
44009
 
Author: Dan Winship <danw@gnome.org>
44010
 
Date:   Wed Mar 21 09:22:38 2012 -0400
 
50075
Author:     Dan Winship <danw@gnome.org>
 
50076
AuthorDate: Wed Mar 21 09:22:38 2012 -0400
 
50077
Commit:     Dan Winship <danw@gnome.org>
 
50078
CommitDate: Fri May 18 12:36:12 2012 -0400
44011
50079
 
44012
50080
    g_utf8_validate: @str shouldn't end up annotated as utf8
44013
50081
 
44021
50089
 1 file changed, 1 insertion(+), 1 deletion(-)
44022
50090
 
44023
50091
commit 8df2b96a6910aa557a6db2b1b5e618f3ace70f11
44024
 
Author: Dan Winship <danw@gnome.org>
44025
 
Date:   Fri May 18 12:18:23 2012 -0400
 
50092
Author:     Dan Winship <danw@gnome.org>
 
50093
AuthorDate: Fri May 18 12:18:23 2012 -0400
 
50094
Commit:     Dan Winship <danw@gnome.org>
 
50095
CommitDate: Fri May 18 12:18:23 2012 -0400
44026
50096
 
44027
50097
    proxy-test: work even when the upstream DNS lies
44028
50098
 
44035
50105
 1 file changed, 60 insertions(+)
44036
50106
 
44037
50107
commit 555cd1923fae52a145d527904f4efc0fc6298585
44038
 
Author: Dan Winship <danw@gnome.org>
44039
 
Date:   Fri May 18 08:49:05 2012 -0400
 
50108
Author:     Dan Winship <danw@gnome.org>
 
50109
AuthorDate: Fri May 18 08:49:05 2012 -0400
 
50110
Commit:     Dan Winship <danw@gnome.org>
 
50111
CommitDate: Fri May 18 12:17:28 2012 -0400
44040
50112
 
44041
50113
    g_app_info_launch_default_for_uri: don't use GFile if we don't have to
44042
50114
 
44051
50123
 1 file changed, 26 insertions(+), 10 deletions(-)
44052
50124
 
44053
50125
commit 0e6d9df35c948d5e65eae0edb6652a9cce88f557
44054
 
Author: Holger Berndt <hb@gnome.org>
44055
 
Date:   Thu May 17 22:24:10 2012 +0200
 
50126
Author:     Holger Berndt <hb@gnome.org>
 
50127
AuthorDate: Thu May 17 22:24:10 2012 +0200
 
50128
Commit:     Holger Berndt <hb@gnome.org>
 
50129
CommitDate: Fri May 18 15:20:40 2012 +0200
44056
50130
 
44057
50131
    Document that g_app_info_create_from_commandline() does unquoting
44058
50132
    according to fd.o
44063
50137
 1 file changed, 6 insertions(+)
44064
50138
 
44065
50139
commit 17e95c59c9f7b1cd023aabb3645c70b9f1f37577
44066
 
Author: Dan Winship <danw@gnome.org>
44067
 
Date:   Thu May 17 13:48:21 2012 -0400
 
50140
Author:     Dan Winship <danw@gnome.org>
 
50141
AuthorDate: Thu May 17 13:48:21 2012 -0400
 
50142
Commit:     Dan Winship <danw@gnome.org>
 
50143
CommitDate: Thu May 17 13:48:56 2012 -0400
44068
50144
 
44069
50145
    gnetworkmonitornetlink: don't leak the list of networks
44070
50146
 
44074
50150
 1 file changed, 1 insertion(+), 1 deletion(-)
44075
50151
 
44076
50152
commit 0ecbb0a4045877936d872fb8aaedd49baa4d89ef
44077
 
Author: Dan Winship <danw@gnome.org>
44078
 
Date:   Thu May 10 13:29:39 2012 -0400
 
50153
Author:     Dan Winship <danw@gnome.org>
 
50154
AuthorDate: Thu May 10 13:29:39 2012 -0400
 
50155
Commit:     Dan Winship <danw@gnome.org>
 
50156
CommitDate: Thu May 17 10:47:05 2012 -0400
44079
50157
 
44080
50158
    g_clear_pointer: work around gcc helpfulness
44081
50159
 
44090
50168
 1 file changed, 3 insertions(+), 1 deletion(-)
44091
50169
 
44092
50170
commit 787f8087836804c903f8271699e576544426e023
44093
 
Author: Matthias Clasen <mclasen@redhat.com>
44094
 
Date:   Thu May 17 00:44:36 2012 -0400
 
50171
Author:     Matthias Clasen <mclasen@redhat.com>
 
50172
AuthorDate: Thu May 17 00:44:36 2012 -0400
 
50173
Commit:     Matthias Clasen <mclasen@redhat.com>
 
50174
CommitDate: Thu May 17 00:44:36 2012 -0400
44095
50175
 
44096
50176
    gsettings: add reset-recursively to bash completion
44097
50177
 
44101
50181
 1 file changed, 3 insertions(+), 3 deletions(-)
44102
50182
 
44103
50183
commit 431d3adacdd640141f83a6c3496760adc6aba5eb
44104
 
Author: Matthias Clasen <mclasen@redhat.com>
44105
 
Date:   Thu May 17 00:41:33 2012 -0400
 
50184
Author:     Matthias Clasen <mclasen@redhat.com>
 
50185
AuthorDate: Thu May 17 00:41:33 2012 -0400
 
50186
Commit:     Matthias Clasen <mclasen@redhat.com>
 
50187
CommitDate: Thu May 17 00:41:52 2012 -0400
44106
50188
 
44107
50189
    Improve libelf configure check
44108
50190
 
44113
50195
 1 file changed, 4 insertions(+), 4 deletions(-)
44114
50196
 
44115
50197
commit aded15c9d10dbf3ec218e25793e3467240585511
44116
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
44117
 
Date:   Mon Mar 19 21:17:32 2012 +0530
 
50198
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
50199
AuthorDate: Mon Mar 19 21:17:32 2012 +0530
 
50200
Commit:     Matthias Clasen <mclasen@redhat.com>
 
50201
CommitDate: Thu May 17 00:38:43 2012 -0400
44118
50202
 
44119
50203
    glib: fix memory leaks in gutils, protocol, and strfuncs tests
44120
50204
 
44128
50212
 3 files changed, 58 insertions(+), 16 deletions(-)
44129
50213
 
44130
50214
commit 447a25ea50af2349d313c10c46b61104ce4c0391
44131
 
Author: Dan Winship <danw@gnome.org>
44132
 
Date:   Wed May 16 12:00:44 2012 -0400
 
50215
Author:     Dan Winship <danw@gnome.org>
 
50216
AuthorDate: Wed May 16 12:00:44 2012 -0400
 
50217
Commit:     Dan Winship <danw@gnome.org>
 
50218
CommitDate: Wed May 16 12:00:44 2012 -0400
44133
50219
 
44134
50220
    update .gitignore
44135
50221
 
44137
50223
 1 file changed, 1 insertion(+)
44138
50224
 
44139
50225
commit 0417ddab6fbd2f1cddbb9218e0e300e04da2eda5
44140
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
44141
 
Date:   Sat Apr 14 19:34:00 2012 +0200
 
50226
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
50227
AuthorDate: Sat Apr 14 19:34:00 2012 +0200
 
50228
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
50229
CommitDate: Wed May 16 12:42:12 2012 +0200
44142
50230
 
44143
50231
    GAppInfo: add a mechanism to query supported content types
44144
50232
 
44160
50248
 7 files changed, 67 insertions(+)
44161
50249
 
44162
50250
commit e011d2c92162d25a6e6d5f67d462edfeb4af3d7a
44163
 
Author: Dan Winship <danw@gnome.org>
44164
 
Date:   Sun Jan 3 14:47:56 2010 -0500
 
50251
Author:     Dan Winship <danw@gnome.org>
 
50252
AuthorDate: Sun Jan 3 14:47:56 2010 -0500
 
50253
Commit:     Dan Winship <danw@gnome.org>
 
50254
CommitDate: Tue May 15 13:46:38 2012 -0400
44165
50255
 
44166
50256
    Add g_type_ensure() and use it rather than playing games with volatile
44167
50257
 
44184
50274
 12 files changed, 72 insertions(+), 55 deletions(-)
44185
50275
 
44186
50276
commit 2a4235d0f3fe3b3fb007385ee59082c0987158ce
44187
 
Author: Paolo Borelli <pborelli@gnome.org>
44188
 
Date:   Tue May 15 17:38:44 2012 +0200
 
50277
Author:     Paolo Borelli <pborelli@gnome.org>
 
50278
AuthorDate: Tue May 15 17:38:44 2012 +0200
 
50279
Commit:     Paolo Borelli <pborelli@gnome.org>
 
50280
CommitDate: Tue May 15 17:39:38 2012 +0200
44189
50281
 
44190
50282
    gfile: add g_return_if_fail to g_file_make_directory_with_parents()
44191
50283
 
44193
50285
 1 file changed, 2 insertions(+)
44194
50286
 
44195
50287
commit 5a57144d5749efaf3b5e752db9b041597d4b062f
44196
 
Author: Colin Walters <walters@verbum.org>
44197
 
Date:   Fri May 4 10:03:12 2012 -0400
 
50288
Author:     Colin Walters <walters@verbum.org>
 
50289
AuthorDate: Fri May 4 10:03:12 2012 -0400
 
50290
Commit:     Colin Walters <walters@verbum.org>
 
50291
CommitDate: Tue May 15 11:07:33 2012 -0400
44198
50292
 
44199
50293
    gfile: Plug memory leak in g_file_make_directory_with_parents()
44200
50294
 
44209
50303
 1 file changed, 16 insertions(+), 7 deletions(-)
44210
50304
 
44211
50305
commit d5d3c7b3a4830a12e155e949345cfc9109236786
44212
 
Author: Matthias Clasen <mclasen@redhat.com>
44213
 
Date:   Mon May 14 16:18:26 2012 -0400
 
50306
Author:     Matthias Clasen <mclasen@redhat.com>
 
50307
AuthorDate: Mon May 14 16:18:26 2012 -0400
 
50308
Commit:     Matthias Clasen <mclasen@redhat.com>
 
50309
CommitDate: Mon May 14 17:57:42 2012 -0400
44214
50310
 
44215
50311
    Cover some malloc corner cases in tests
44216
50312
 
44218
50314
 1 file changed, 19 insertions(+)
44219
50315
 
44220
50316
commit 215844b3a64fae95b24e464fe87ab6c3b5cd8daa
44221
 
Author: Matthias Clasen <mclasen@redhat.com>
44222
 
Date:   Sun May 13 01:52:37 2012 -0400
 
50317
Author:     Matthias Clasen <mclasen@redhat.com>
 
50318
AuthorDate: Sun May 13 01:52:37 2012 -0400
 
50319
Commit:     Matthias Clasen <mclasen@redhat.com>
 
50320
CommitDate: Mon May 14 17:57:42 2012 -0400
44223
50321
 
44224
50322
    Add a test for g_clear_pointer
44225
50323
 
44227
50325
 1 file changed, 15 insertions(+)
44228
50326
 
44229
50327
commit e153c8c58b7643d8d823b7a199c3efb19fea3985
44230
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
44231
 
Date:   Sun May 13 19:22:24 2012 +0900
 
50328
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
50329
AuthorDate: Sun May 13 19:22:24 2012 +0900
 
50330
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
50331
CommitDate: Sun May 13 19:25:42 2012 +0900
44232
50332
 
44233
50333
    [l10n] Update Japanese translation
44234
50334
 
44237
50337
 1 file changed, 155 insertions(+), 482 deletions(-)
44238
50338
 
44239
50339
commit e3eb137bbb2ebeede6156424e3e0a1aeb8973614
44240
 
Author: Matthias Clasen <mclasen@redhat.com>
44241
 
Date:   Sun May 13 00:46:39 2012 -0400
 
50340
Author:     Matthias Clasen <mclasen@redhat.com>
 
50341
AuthorDate: Sun May 13 00:46:39 2012 -0400
 
50342
Commit:     Matthias Clasen <mclasen@redhat.com>
 
50343
CommitDate: Sun May 13 01:14:17 2012 -0400
44242
50344
 
44243
50345
    Use non-deprecated api in tests
44244
50346
 
44249
50351
 2 files changed, 5 insertions(+), 5 deletions(-)
44250
50352
 
44251
50353
commit 77695437b319c8e1a918c8b3ab892ba8a63fbf63
44252
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
44253
 
Date:   Wed May 2 12:53:27 2012 -0400
 
50354
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
50355
AuthorDate: Wed May 2 12:53:27 2012 -0400
 
50356
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
50357
CommitDate: Fri May 11 19:31:52 2012 -0300
44254
50358
 
44255
50359
    gkeyfile: Fix annotations for g_key_file_load_from_data
44256
50360
 
44260
50364
 1 file changed, 1 insertion(+), 1 deletion(-)
44261
50365
 
44262
50366
commit ebc3b928a39e8895719a5795a14e13c2cdf3c8bd
44263
 
Author: Lars Uebernickel <lars@uebernic.de>
44264
 
Date:   Thu May 10 09:35:03 2012 -0700
 
50367
Author:     Lars Uebernickel <lars@uebernic.de>
 
50368
AuthorDate: Thu May 10 09:35:03 2012 -0700
 
50369
Commit:     Lars Uebernickel <lars@uebernic.de>
 
50370
CommitDate: Thu May 10 09:35:03 2012 -0700
44265
50371
 
44266
50372
    docs: reference g_menu_item_new in gmenu convenience menuitem API
44267
50373
 
44269
50375
 1 file changed, 3 insertions(+), 3 deletions(-)
44270
50376
 
44271
50377
commit 748f44b12f25717a45477a6e2e74bf6abc7951ba
44272
 
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
44273
 
Date:   Tue May 8 19:16:14 2012 +0200
 
50378
Author:     Christian Kirbach <Christian.Kirbach@googlemail.com>
 
50379
AuthorDate: Tue May 8 19:16:14 2012 +0200
 
50380
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
50381
CommitDate: Tue May 8 19:16:14 2012 +0200
44274
50382
 
44275
50383
    [l10n] Updated German translation
44276
50384
 
44279
50387
 1 file changed, 95 insertions(+), 82 deletions(-)
44280
50388
 
44281
50389
commit 1b29ea3663501a407b82d83792d47d0941df13b2
44282
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
44283
 
Date:   Tue May 8 16:49:53 2012 +0200
 
50390
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
50391
AuthorDate: Tue May 8 16:49:53 2012 +0200
 
50392
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
50393
CommitDate: Tue May 8 16:49:53 2012 +0200
44284
50394
 
44285
50395
    Set GLIB_VERSION_MAX_ALLOWED to GLIB_VERSION_CUR_STABLE by default
44286
50396
 
44288
50398
 1 file changed, 1 insertion(+), 5 deletions(-)
44289
50399
 
44290
50400
commit 744f36bb0685e35aac5fcfcf37cb1e1c9c45786e
44291
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
44292
 
Date:   Tue May 8 15:12:42 2012 +0100
 
50401
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
50402
AuthorDate: Tue May 8 15:12:42 2012 +0100
 
50403
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
50404
CommitDate: Tue May 8 15:12:42 2012 +0100
44293
50405
 
44294
50406
    version macros: Make MIN_REQUIRED the current stable version
44295
50407
 
44300
50412
 1 file changed, 1 insertion(+), 1 deletion(-)
44301
50413
 
44302
50414
commit fb63c73bbe213f5c1ac7ecafdf298c3cb8de23c3
44303
 
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
44304
 
Date:   Tue May 8 20:24:53 2012 +0900
 
50415
Author:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
50416
AuthorDate: Tue May 8 20:24:53 2012 +0900
 
50417
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
50418
CommitDate: Tue May 8 20:26:18 2012 +0900
44305
50419
 
44306
50420
    [l10n] Update Japanese translation
44307
50421
 
44310
50424
 1 file changed, 3275 insertions(+), 2880 deletions(-)
44311
50425
 
44312
50426
commit a365684bf086742763b098feddaf5525bc9581c0
44313
 
Author: Michael Olbrich <m.olbrich@pengutronix.de>
44314
 
Date:   Mon May 7 10:33:44 2012 +0200
 
50427
Author:     Michael Olbrich <m.olbrich@pengutronix.de>
 
50428
AuthorDate: Mon May 7 10:33:44 2012 +0200
 
50429
Commit:     Colin Walters <walters@verbum.org>
 
50430
CommitDate: Mon May 7 17:18:06 2012 -0400
44315
50431
 
44316
50432
    configure.ac: more AS_IF
44317
50433
 
44325
50441
 1 file changed, 2 insertions(+), 2 deletions(-)
44326
50442
 
44327
50443
commit 54e31ab4f172bbb28434eafc34c9345a93c9ccf5
44328
 
Author: Colin Walters <walters@verbum.org>
44329
 
Date:   Thu May 3 15:18:11 2012 -0400
 
50444
Author:     Colin Walters <walters@verbum.org>
 
50445
AuthorDate: Thu May 3 15:18:11 2012 -0400
 
50446
Commit:     Colin Walters <walters@verbum.org>
 
50447
CommitDate: Mon May 7 17:18:04 2012 -0400
44330
50448
 
44331
50449
    configure: Use AS_IF almost everywhere
44332
50450
 
44341
50459
 1 file changed, 118 insertions(+), 128 deletions(-)
44342
50460
 
44343
50461
commit e30823d93ff643c82d4037c2cf0f509e347f49de
44344
 
Author: Michael Olbrich <m.olbrich@pengutronix.de>
44345
 
Date:   Thu May 3 08:44:12 2012 +0200
 
50462
Author:     Michael Olbrich <m.olbrich@pengutronix.de>
 
50463
AuthorDate: Thu May 3 08:44:12 2012 +0200
 
50464
Commit:     Colin Walters <walters@verbum.org>
 
50465
CommitDate: Mon May 7 17:18:03 2012 -0400
44346
50466
 
44347
50467
    configure.ac: use AS_IF
44348
50468
 
44358
50478
 1 file changed, 2 insertions(+), 2 deletions(-)
44359
50479
 
44360
50480
commit 7ba899701566c5941ba93bcd31e0b7ae70a7e69d
44361
 
Author: Yuri Kozlov <yuray@komyakino.ru>
44362
 
Date:   Sun May 6 11:35:01 2012 +0400
 
50481
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
50482
AuthorDate: Sun May 6 11:35:01 2012 +0400
 
50483
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
50484
CommitDate: Sun May 6 11:35:01 2012 +0400
44363
50485
 
44364
50486
    Updated Russian translation
44365
50487
 
44367
50489
 1 file changed, 35 insertions(+), 22 deletions(-)
44368
50490
 
44369
50491
commit ed1f10bc1c149ac6c317b80b3ba46fda6b545a4e
44370
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
44371
 
Date:   Thu May 3 15:00:14 2012 +0200
 
50492
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
50493
AuthorDate: Thu May 3 15:00:14 2012 +0200
 
50494
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
50495
CommitDate: Fri May 4 09:31:25 2012 +0200
44372
50496
 
44373
50497
    docs: Fix typo in G_DEFINE_DYNAMIC_TYPE_EXTENDED example.
44374
50498
 
44376
50500
 1 file changed, 1 insertion(+), 1 deletion(-)
44377
50501
 
44378
50502
commit 5aa38ae9fb8eed894dcd37baa154967aae7f6c45
44379
 
Author: Marek Černocký <marek@manet.cz>
44380
 
Date:   Fri May 4 09:30:06 2012 +0200
 
50503
Author:     Marek Černocký <marek@manet.cz>
 
50504
AuthorDate: Fri May 4 09:30:06 2012 +0200
 
50505
Commit:     Marek Černocký <marek@manet.cz>
 
50506
CommitDate: Fri May 4 09:30:06 2012 +0200
44381
50507
 
44382
50508
    Updated Czech translation
44383
50509
 
44386
50512
 1 file changed, 140 insertions(+), 83 deletions(-)
44387
50513
 
44388
50514
commit 486d563049a789b0a2f45f1b5564eaf66294f083
44389
 
Author: Christian Persch <chpe@gnome.org>
44390
 
Date:   Wed May 2 20:14:52 2012 +0200
 
50515
Author:     Christian Persch <chpe@gnome.org>
 
50516
AuthorDate: Wed May 2 20:14:52 2012 +0200
 
50517
Commit:     Christian Persch <chpe@gnome.org>
 
50518
CommitDate: Wed May 2 20:15:39 2012 +0200
44391
50519
 
44392
50520
    application: Clarification about 'primary instance'
44393
50521
 
44398
50526
 1 file changed, 3 insertions(+), 2 deletions(-)
44399
50527
 
44400
50528
commit f7b61c72b4f2fef3ab21b51b9660973452d22f8d
44401
 
Author: Dimitris Spingos <dmtrs32@gmail.com>
44402
 
Date:   Wed May 2 12:00:03 2012 +0300
 
50529
Author:     Dimitris Spingos <dmtrs32@gmail.com>
 
50530
AuthorDate: Wed May 2 12:00:03 2012 +0300
 
50531
Commit:     Kostas Papadimas <pkst@gnome.org>
 
50532
CommitDate: Wed May 2 12:00:03 2012 +0300
44403
50533
 
44404
50534
    Updated Greek translation
44405
50535
 
44408
50538
 1 file changed, 3408 insertions(+), 3025 deletions(-)
44409
50539
 
44410
50540
commit 874355de53e7ea7009860c0b67094d919a5daa6f
44411
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
44412
 
Date:   Wed May 2 11:10:23 2012 +0800
 
50541
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
50542
AuthorDate: Wed May 2 11:10:23 2012 +0800
 
50543
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
50544
CommitDate: Wed May 2 11:10:23 2012 +0800
44413
50545
 
44414
50546
    Fix GIO/GObject Visual C++ projects
44415
50547
 
44430
50562
 4 files changed, 16 insertions(+), 16 deletions(-)
44431
50563
 
44432
50564
commit 83f04afa0b8b66d200ccdc17ac6f5cd0e17b1c15
44433
 
Author: Ryan Lortie <desrt@desrt.ca>
44434
 
Date:   Tue May 1 12:57:00 2012 -0400
 
50565
Author:     Ryan Lortie <desrt@desrt.ca>
 
50566
AuthorDate: Tue May 1 12:57:00 2012 -0400
 
50567
Commit:     Ryan Lortie <desrt@desrt.ca>
 
50568
CommitDate: Tue May 1 15:16:05 2012 -0700
44435
50569
 
44436
50570
    GLib 2.33.1
44437
50571
 
44440
50574
 1 file changed, 78 insertions(+)
44441
50575
 
44442
50576
commit 774074f99bcc6237290e5252faf24581d7fe9932
44443
 
Author: Ryan Lortie <desrt@desrt.ca>
44444
 
Date:   Tue May 1 13:48:52 2012 -0700
 
50577
Author:     Ryan Lortie <desrt@desrt.ca>
 
50578
AuthorDate: Tue May 1 13:48:52 2012 -0700
 
50579
Commit:     Ryan Lortie <desrt@desrt.ca>
 
50580
CommitDate: Tue May 1 15:16:05 2012 -0700
44445
50581
 
44446
50582
    slice-color test: don't use non-existent macro
44447
50583
 
44452
50588
 1 file changed, 1 insertion(+), 1 deletion(-)
44453
50589
 
44454
50590
commit b31d872081a70817dc036043fef05cd950c4e86f
44455
 
Author: Ryan Lortie <desrt@desrt.ca>
44456
 
Date:   Tue May 1 13:23:09 2012 -0700
 
50591
Author:     Ryan Lortie <desrt@desrt.ca>
 
50592
AuthorDate: Tue May 1 13:23:09 2012 -0700
 
50593
Commit:     Ryan Lortie <desrt@desrt.ca>
 
50594
CommitDate: Tue May 1 15:16:05 2012 -0700
44457
50595
 
44458
50596
    tests: temporarily disable GDBus async proxy test
44459
50597
 
44467
50605
 1 file changed, 2 insertions(+)
44468
50606
 
44469
50607
commit 56ca8add1088385a874fdb371a6d490926109710
44470
 
Author: Ryan Lortie <desrt@desrt.ca>
44471
 
Date:   Tue May 1 15:40:15 2012 -0400
 
50608
Author:     Ryan Lortie <desrt@desrt.ca>
 
50609
AuthorDate: Tue May 1 15:40:15 2012 -0400
 
50610
Commit:     Ryan Lortie <desrt@desrt.ca>
 
50611
CommitDate: Tue May 1 15:16:05 2012 -0700
44472
50612
 
44473
50613
    contenttype test: don't pass -1 as length
44474
50614
 
44480
50620
 1 file changed, 6 insertions(+), 5 deletions(-)
44481
50621
 
44482
50622
commit 8db824e00b69302dafed9ceddd6f34abf5202516
44483
 
Author: Michael Biebl <biebl@debian.org>
44484
 
Date:   Tue May 1 18:42:12 2012 +0200
 
50623
Author:     Michael Biebl <biebl@debian.org>
 
50624
AuthorDate: Tue May 1 18:42:12 2012 +0200
 
50625
Commit:     Michael Biebl <biebl@debian.org>
 
50626
CommitDate: Tue May 1 19:57:44 2012 +0200
44485
50627
 
44486
50628
    configure: Reset LIBS after ELF check
44487
50629
 
44495
50637
 1 file changed, 2 insertions(+)
44496
50638
 
44497
50639
commit eb5381b8622eda26b6bd86dbac39bd9ed86bf730
44498
 
Author: Ryan Lortie <desrt@desrt.ca>
44499
 
Date:   Mon Apr 30 12:20:54 2012 -0400
 
50640
Author:     Ryan Lortie <desrt@desrt.ca>
 
50641
AuthorDate: Mon Apr 30 12:20:54 2012 -0400
 
50642
Commit:     Ryan Lortie <desrt@desrt.ca>
 
50643
CommitDate: Mon Apr 30 17:43:06 2012 -0400
44500
50644
 
44501
50645
    GApplication: add accessor for DBus information
44502
50646
 
44516
50660
 6 files changed, 91 insertions(+), 1 deletion(-)
44517
50661
 
44518
50662
commit 16f92a33aca1161aab3669f39b32f5c8f09fb433
44519
 
Author: Ryan Lortie <desrt@desrt.ca>
44520
 
Date:   Sat Mar 3 11:31:05 2012 -0500
 
50663
Author:     Ryan Lortie <desrt@desrt.ca>
 
50664
AuthorDate: Sat Mar 3 11:31:05 2012 -0500
 
50665
Commit:     Ryan Lortie <desrt@desrt.ca>
 
50666
CommitDate: Mon Apr 30 17:38:15 2012 -0400
44521
50667
 
44522
50668
    GApplication: allow null application_id
44523
50669
 
44533
50679
 3 files changed, 45 insertions(+), 27 deletions(-)
44534
50680
 
44535
50681
commit d959ace72cd07bebe0d87d483613b3285bb3c4f4
44536
 
Author: Bruno Brouard <annoa.b@gmail.com>
44537
 
Date:   Mon Apr 30 21:54:22 2012 +0200
 
50682
Author:     Bruno Brouard <annoa.b@gmail.com>
 
50683
AuthorDate: Mon Apr 30 21:54:22 2012 +0200
 
50684
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
50685
CommitDate: Mon Apr 30 21:56:22 2012 +0200
44538
50686
 
44539
50687
    Updated French translation
44540
50688
 
44543
50691
 1 file changed, 93 insertions(+), 78 deletions(-)
44544
50692
 
44545
50693
commit cbf06d8fa94672496d170c65ed9c328816e7eee0
44546
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
44547
 
Date:   Mon Apr 30 17:02:06 2012 +0200
 
50694
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
50695
AuthorDate: Mon Apr 30 17:02:06 2012 +0200
 
50696
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
50697
CommitDate: Mon Apr 30 17:03:31 2012 +0200
44548
50698
 
44549
50699
    g_clear_pointer: use the same static checks than g_clear_object
44550
50700
    in glib-2-32
44553
50703
 1 file changed, 3 insertions(+), 2 deletions(-)
44554
50704
 
44555
50705
commit 19ac408650ffbbff55fa01fe0968242abb7eacc3
44556
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
44557
 
Date:   Mon Apr 30 16:14:24 2012 +0200
 
50706
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
50707
AuthorDate: Mon Apr 30 16:14:24 2012 +0200
 
50708
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
50709
CommitDate: Mon Apr 30 16:14:24 2012 +0200
44558
50710
 
44559
50711
    Updated Galician translations
44560
50712
 
44562
50714
 1 file changed, 19 insertions(+), 19 deletions(-)
44563
50715
 
44564
50716
commit cf4582fb81108b879f5d017a7b25f26ec2328b6a
44565
 
Author: Luca Ferretti <lferrett@gnome.org>
44566
 
Date:   Mon Apr 30 15:41:08 2012 +0200
 
50717
Author:     Luca Ferretti <lferrett@gnome.org>
 
50718
AuthorDate: Mon Apr 30 15:41:08 2012 +0200
 
50719
Commit:     Luca Ferretti <lferrett@gnome.org>
 
50720
CommitDate: Mon Apr 30 15:41:50 2012 +0200
44567
50721
 
44568
50722
    l10n: Updated Italian translation
44569
50723
 
44572
50726
 1 file changed, 169 insertions(+), 150 deletions(-)
44573
50727
 
44574
50728
commit 7d4d0668b37476a1dc0f088574e7292fdac7c17c
44575
 
Author: Dan Winship <danw@gnome.org>
44576
 
Date:   Mon Apr 30 06:54:05 2012 -0400
 
50729
Author:     Dan Winship <danw@gnome.org>
 
50730
AuthorDate: Mon Apr 30 06:54:05 2012 -0400
 
50731
Commit:     Dan Winship <danw@gnome.org>
 
50732
CommitDate: Mon Apr 30 09:28:42 2012 -0400
44577
50733
 
44578
50734
    Update gio/tests/.gitignore
44579
50735
 
44581
50737
 1 file changed, 2 insertions(+)
44582
50738
 
44583
50739
commit c37273dccb183c98ee45f164117f515e4efbff06
44584
 
Author: Dan Winship <danw@gnome.org>
44585
 
Date:   Mon Apr 30 06:31:20 2012 -0400
 
50740
Author:     Dan Winship <danw@gnome.org>
 
50741
AuthorDate: Mon Apr 30 06:31:20 2012 -0400
 
50742
Commit:     Dan Winship <danw@gnome.org>
 
50743
CommitDate: Mon Apr 30 09:28:42 2012 -0400
44586
50744
 
44587
50745
    fix warnings
44588
50746
 
44599
50757
 10 files changed, 22 insertions(+), 17 deletions(-)
44600
50758
 
44601
50759
commit c5285b3abafe2d28f99e0dd0981deee49fa401f1
44602
 
Author: Kjartan Maraas <kmaraas@gnome.org>
44603
 
Date:   Mon Apr 30 10:16:16 2012 +0200
 
50760
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
50761
AuthorDate: Mon Apr 30 10:16:16 2012 +0200
 
50762
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
50763
CommitDate: Mon Apr 30 10:16:16 2012 +0200
44604
50764
 
44605
50765
    Updated Norwegian bokmål translation
44606
50766
 
44609
50769
 1 file changed, 98 insertions(+), 45 deletions(-)
44610
50770
 
44611
50771
commit a7bde137c3b66ca1857332fd3a702e80d457731d
44612
 
Author: Jonh Wendell <jwendell@gnome.org>
44613
 
Date:   Sat Apr 28 10:11:25 2012 -0300
 
50772
Author:     Jonh Wendell <jwendell@gnome.org>
 
50773
AuthorDate: Sat Apr 28 10:11:25 2012 -0300
 
50774
Commit:     Jonh Wendell <jwendell@gnome.org>
 
50775
CommitDate: Sat Apr 28 10:12:03 2012 -0300
44614
50776
 
44615
50777
    Updated Brazilian Portuguese translation
44616
50778
 
44619
50781
 1 file changed, 197 insertions(+), 178 deletions(-)
44620
50782
 
44621
50783
commit fd3ec4df87ce05f364799b7eb8b0219420d755c4
44622
 
Author: Dan Winship <danw@gnome.org>
44623
 
Date:   Fri Apr 27 09:27:38 2012 -0400
 
50784
Author:     Dan Winship <danw@gnome.org>
 
50785
AuthorDate: Fri Apr 27 09:27:38 2012 -0400
 
50786
Commit:     Dan Winship <danw@gnome.org>
 
50787
CommitDate: Fri Apr 27 09:27:38 2012 -0400
44624
50788
 
44625
50789
    Fix several recently-introduced bugs in g_output_stream_write_async()
44626
50790
 
44637
50801
 2 files changed, 23 insertions(+), 4 deletions(-)
44638
50802
 
44639
50803
commit 00285b7517a63a243a5b61b738de5eea957ae767
44640
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
44641
 
Date:   Mon Apr 23 17:57:56 2012 +0200
 
50804
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
50805
AuthorDate: Mon Apr 23 17:57:56 2012 +0200
 
50806
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
50807
CommitDate: Fri Apr 27 09:42:29 2012 +0200
44642
50808
 
44643
50809
    Add g_clear_pointer()
44644
50810
 
44656
50822
 6 files changed, 61 insertions(+), 25 deletions(-)
44657
50823
 
44658
50824
commit 3f816dc5d14ce64f89c5e8b16ac7d8c1f3542b0d
44659
 
Author: Debarshi Ray <debarshir@gnome.org>
44660
 
Date:   Mon Apr 16 23:00:01 2012 +0200
 
50825
Author:     Debarshi Ray <debarshir@gnome.org>
 
50826
AuthorDate: Mon Apr 16 23:00:01 2012 +0200
 
50827
Commit:     Debarshi Ray <debarshir@gnome.org>
 
50828
CommitDate: Thu Apr 26 23:10:41 2012 +0200
44661
50829
 
44662
50830
    GAppInfo: overwrite the DISPLAY only if it is set in the launch
44663
50831
    context
44677
50845
 1 file changed, 2 insertions(+), 1 deletion(-)
44678
50846
 
44679
50847
commit 6219767f61fe7b402c9db8fbdaf57ab8ffb25681
44680
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
44681
 
Date:   Thu Apr 26 15:29:12 2012 +0300
 
50848
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
50849
AuthorDate: Thu Apr 26 15:29:12 2012 +0300
 
50850
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
50851
CommitDate: Thu Apr 26 15:29:12 2012 +0300
44682
50852
 
44683
50853
    Updated Hebrew translation.
44684
50854
 
44686
50856
 1 file changed, 20 insertions(+), 5 deletions(-)
44687
50857
 
44688
50858
commit 79724bf80c414a06f3caf1f2ff614bb3c44a8ba3
44689
 
Author: Alexander Larsson <alexl@redhat.com>
44690
 
Date:   Thu Apr 26 10:05:41 2012 +0200
 
50859
Author:     Alexander Larsson <alexl@redhat.com>
 
50860
AuthorDate: Thu Apr 26 10:05:41 2012 +0200
 
50861
Commit:     Alexander Larsson <alexl@redhat.com>
 
50862
CommitDate: Thu Apr 26 10:06:18 2012 +0200
44691
50863
 
44692
50864
    Dist gio/dbus-daemon.xml and fix dependency for builddir != srcdir
44693
50865
 
44695
50867
 1 file changed, 3 insertions(+), 3 deletions(-)
44696
50868
 
44697
50869
commit 063ec9a75d6f70b45a8e51653608a6e40f948b3c
44698
 
Author: Colin Walters <walters@verbum.org>
44699
 
Date:   Wed Apr 25 14:47:01 2012 -0400
 
50870
Author:     Colin Walters <walters@verbum.org>
 
50871
AuthorDate: Wed Apr 25 14:47:01 2012 -0400
 
50872
Commit:     Colin Walters <walters@verbum.org>
 
50873
CommitDate: Wed Apr 25 15:41:48 2012 -0400
44700
50874
 
44701
50875
    build: Fix 'make dist' regression
44702
50876
 
44715
50889
 3 files changed, 1 insertion(+), 11 deletions(-)
44716
50890
 
44717
50891
commit 87cc77a1985efa18bcd8fc3318c90d8557ae9129
44718
 
Author: Dan Winship <danw@gnome.org>
44719
 
Date:   Wed Apr 25 10:44:55 2012 -0400
 
50892
Author:     Dan Winship <danw@gnome.org>
 
50893
AuthorDate: Wed Apr 25 10:44:55 2012 -0400
 
50894
Commit:     Dan Winship <danw@gnome.org>
 
50895
CommitDate: Wed Apr 25 10:46:44 2012 -0400
44720
50896
 
44721
50897
    gsocket: test if family is <= 0, not < 0
44722
50898
 
44732
50908
 1 file changed, 1 insertion(+), 1 deletion(-)
44733
50909
 
44734
50910
commit 56bcba11dd2d2b679efeebcf78f0f5736ba311e1
44735
 
Author: Michael Olbrich <m.olbrich@pengutronix.de>
44736
 
Date:   Wed Apr 25 09:46:35 2012 +0200
 
50911
Author:     Michael Olbrich <m.olbrich@pengutronix.de>
 
50912
AuthorDate: Wed Apr 25 09:46:35 2012 +0200
 
50913
Commit:     Colin Walters <walters@verbum.org>
 
50914
CommitDate: Wed Apr 25 09:36:29 2012 -0400
44737
50915
 
44738
50916
    make sure configure fails if AC_CHECK_ALIGNOF cannot detect the
44739
50917
    alignment
44753
50931
 1 file changed, 3 insertions(+)
44754
50932
 
44755
50933
commit b053f990c91eff334aec8db9519846a041a98999
44756
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
44757
 
Date:   Tue Apr 24 16:39:21 2012 +0200
 
50934
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
50935
AuthorDate: Tue Apr 24 16:39:21 2012 +0200
 
50936
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
50937
CommitDate: Tue Apr 24 16:39:21 2012 +0200
44758
50938
 
44759
50939
    win32: More srcdir != builddir fixing
44760
50940
 
44762
50942
 1 file changed, 1 insertion(+), 1 deletion(-)
44763
50943
 
44764
50944
commit 62905cda0b42163bbd582278260f659f94e4d2bf
44765
 
Author: Alexander Larsson <alexl@redhat.com>
44766
 
Date:   Tue Apr 24 14:53:49 2012 +0200
 
50945
Author:     Alexander Larsson <alexl@redhat.com>
 
50946
AuthorDate: Tue Apr 24 14:53:49 2012 +0200
 
50947
Commit:     Alexander Larsson <alexl@redhat.com>
 
50948
CommitDate: Tue Apr 24 14:53:49 2012 +0200
44767
50949
 
44768
50950
    win32: Fix build with srcdir != builddir
44769
50951
 
44773
50955
 1 file changed, 1 insertion(+), 1 deletion(-)
44774
50956
 
44775
50957
commit 88bfc9b289e2b40bd7bff94dcdb06eb0b7b53f67
44776
 
Author: Alexander Larsson <alexl@redhat.com>
44777
 
Date:   Tue Apr 24 14:03:38 2012 +0200
 
50958
Author:     Alexander Larsson <alexl@redhat.com>
 
50959
AuthorDate: Tue Apr 24 14:03:38 2012 +0200
 
50960
Commit:     Alexander Larsson <alexl@redhat.com>
 
50961
CommitDate: Tue Apr 24 14:09:54 2012 +0200
44778
50962
 
44779
50963
    win32: Fix build of gdbus-daemon-generated.[ch]
44780
50964
 
44800
50984
 1 file changed, 2 insertions(+), 2 deletions(-)
44801
50985
 
44802
50986
commit 2c0756ea0e118deece4b797d15c2462db48191ed
44803
 
Author: Alexander Shopov <ash@kambanaria.org>
44804
 
Date:   Tue Apr 24 07:28:43 2012 +0300
 
50987
Author:     Alexander Shopov <ash@kambanaria.org>
 
50988
AuthorDate: Tue Apr 24 07:28:43 2012 +0300
 
50989
Commit:     Alexander Shopov <ash@kambanaria.org>
 
50990
CommitDate: Tue Apr 24 07:28:43 2012 +0300
44805
50991
 
44806
50992
    Updated Bulgarian translation
44807
50993
 
44809
50995
 1 file changed, 17 insertions(+), 4 deletions(-)
44810
50996
 
44811
50997
commit 02be039a6cc41bc0e65a336ad76b4c5b14e00e22
44812
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
44813
 
Date:   Tue Apr 24 00:29:07 2012 +0200
 
50998
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
50999
AuthorDate: Tue Apr 24 00:29:07 2012 +0200
 
51000
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51001
CommitDate: Tue Apr 24 00:29:07 2012 +0200
44814
51002
 
44815
51003
    Updated Galician translations
44816
51004
 
44818
51006
 1 file changed, 17 insertions(+), 4 deletions(-)
44819
51007
 
44820
51008
commit 810a296d4244f061f037445f39b8900fb67ba3e8
44821
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
44822
 
Date:   Tue Apr 24 00:03:33 2012 +0800
 
51009
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
51010
AuthorDate: Tue Apr 24 00:03:33 2012 +0800
 
51011
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
51012
CommitDate: Tue Apr 24 00:03:33 2012 +0800
44823
51013
 
44824
51014
    Visual C++ projects: Clean/fix up
44825
51015
 
44858
51048
 16 files changed, 64 insertions(+), 64 deletions(-)
44859
51049
 
44860
51050
commit 58f0173149d5be9a7fc0810e4bcf7a2fafde1a7f
44861
 
Author: Matthias Clasen <mclasen@redhat.com>
44862
 
Date:   Mon Apr 23 08:19:29 2012 -0400
 
51051
Author:     Matthias Clasen <mclasen@redhat.com>
 
51052
AuthorDate: Mon Apr 23 08:19:29 2012 -0400
 
51053
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51054
CommitDate: Mon Apr 23 08:20:22 2012 -0400
44863
51055
 
44864
51056
    Add tests for signal convenience api
44865
51057
 
44867
51059
 1 file changed, 36 insertions(+), 1 deletion(-)
44868
51060
 
44869
51061
commit e62102dbc5bd9f6fe905775fc19aea894ef7f8d4
44870
 
Author: Matthias Clasen <mclasen@redhat.com>
44871
 
Date:   Mon Apr 23 08:19:06 2012 -0400
 
51062
Author:     Matthias Clasen <mclasen@redhat.com>
 
51063
AuthorDate: Mon Apr 23 08:19:06 2012 -0400
 
51064
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51065
CommitDate: Mon Apr 23 08:20:22 2012 -0400
44872
51066
 
44873
51067
    Add tests for toggle reference and qdata
44874
51068
 
44877
51071
 1 file changed, 148 insertions(+)
44878
51072
 
44879
51073
commit 8b618eb7f1eec1632c164053097f3e41150782ce
44880
 
Author: Matthias Clasen <mclasen@redhat.com>
44881
 
Date:   Mon Apr 23 08:17:40 2012 -0400
 
51074
Author:     Matthias Clasen <mclasen@redhat.com>
 
51075
AuthorDate: Mon Apr 23 08:17:40 2012 -0400
 
51076
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51077
CommitDate: Mon Apr 23 08:20:21 2012 -0400
44882
51078
 
44883
51079
    Improve test coverage in gobject/tests
44884
51080
 
44889
51085
 2 files changed, 12 insertions(+)
44890
51086
 
44891
51087
commit 87832242023e593751b20f6fa90235b32cfe5d4c
44892
 
Author: Matthias Clasen <mclasen@redhat.com>
44893
 
Date:   Mon Apr 23 08:16:50 2012 -0400
 
51088
Author:     Matthias Clasen <mclasen@redhat.com>
 
51089
AuthorDate: Mon Apr 23 08:16:50 2012 -0400
 
51090
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51091
CommitDate: Mon Apr 23 08:20:21 2012 -0400
44894
51092
 
44895
51093
    Add some directory getter tests
44896
51094
 
44899
51097
 1 file changed, 94 insertions(+)
44900
51098
 
44901
51099
commit 1089a0a9f6987b7b1aa8f3f9e4def1b92cdfd11c
44902
 
Author: Matthias Clasen <mclasen@redhat.com>
44903
 
Date:   Mon Apr 23 08:16:23 2012 -0400
 
51100
Author:     Matthias Clasen <mclasen@redhat.com>
 
51101
AuthorDate: Mon Apr 23 08:16:23 2012 -0400
 
51102
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51103
CommitDate: Mon Apr 23 08:20:21 2012 -0400
44904
51104
 
44905
51105
    Improve GOptionContext test coverage
44906
51106
 
44908
51108
 1 file changed, 14 insertions(+), 1 deletion(-)
44909
51109
 
44910
51110
commit 6214977260f22b41f0e2e407c7fa2a5a3bed5084
44911
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
44912
 
Date:   Mon Apr 23 11:40:33 2012 +0200
 
51111
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
51112
AuthorDate: Mon Apr 23 11:40:33 2012 +0200
 
51113
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
51114
CommitDate: Mon Apr 23 11:40:33 2012 +0200
44913
51115
 
44914
51116
    Updated Spanish translation
44915
51117
 
44918
51120
 1 file changed, 74 insertions(+), 67 deletions(-)
44919
51121
 
44920
51122
commit a44e80198340d7169197fe7627868383dc4df06c
44921
 
Author: Maciej Piechotka <uzytkownik2@gmail.com>
44922
 
Date:   Thu Mar 29 02:08:41 2012 +0200
 
51123
Author:     Maciej Piechotka <uzytkownik2@gmail.com>
 
51124
AuthorDate: Thu Mar 29 02:08:41 2012 +0200
 
51125
Commit:     Alexander Larsson <alexl@redhat.com>
 
51126
CommitDate: Mon Apr 23 10:57:12 2012 +0200
44923
51127
 
44924
51128
    Make GDataOutputStream implement GSeekable
44925
51129
 
44931
51135
 2 files changed, 299 insertions(+), 3 deletions(-)
44932
51136
 
44933
51137
commit 43895e3089ec1ac7af2f77530fe91678b58a3501
44934
 
Author: Maciej Piechotka <uzytkownik2@gmail.com>
44935
 
Date:   Thu Mar 29 01:50:41 2012 +0200
 
51138
Author:     Maciej Piechotka <uzytkownik2@gmail.com>
 
51139
AuthorDate: Thu Mar 29 01:50:41 2012 +0200
 
51140
Commit:     Alexander Larsson <alexl@redhat.com>
 
51141
CommitDate: Mon Apr 23 10:57:07 2012 +0200
44936
51142
 
44937
51143
    Make GBufferedOutputStream implement GSeekable
44938
51144
 
44944
51150
 2 files changed, 324 insertions(+), 3 deletions(-)
44945
51151
 
44946
51152
commit 90739baec071f4bba19558a3e08a9f330f78070e
44947
 
Author: Maciej Piechotka <uzytkownik2@gmail.com>
44948
 
Date:   Wed Mar 28 14:12:44 2012 +0200
 
51153
Author:     Maciej Piechotka <uzytkownik2@gmail.com>
 
51154
AuthorDate: Wed Mar 28 14:12:44 2012 +0200
 
51155
Commit:     Alexander Larsson <alexl@redhat.com>
 
51156
CommitDate: Mon Apr 23 10:57:01 2012 +0200
44949
51157
 
44950
51158
    Make GBufferedInputStream implement GSeekable
44951
51159
 
44957
51165
 2 files changed, 220 insertions(+), 4 deletions(-)
44958
51166
 
44959
51167
commit 86abe5163fb2fe08ae886b2decc18ba9318b974c
44960
 
Author: Yuri Kozlov <yuray@komyakino.ru>
44961
 
Date:   Mon Apr 23 12:12:27 2012 +0400
 
51168
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
51169
AuthorDate: Mon Apr 23 12:12:27 2012 +0400
 
51170
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
51171
CommitDate: Mon Apr 23 12:12:27 2012 +0400
44962
51172
 
44963
51173
    Updated Russian translation
44964
51174
 
44967
51177
 1 file changed, 779 insertions(+), 701 deletions(-)
44968
51178
 
44969
51179
commit a151c97106948c6bd21b0e2a71b7c18b1f106ce9
44970
 
Author: Matthias Clasen <mclasen@redhat.com>
44971
 
Date:   Mon Apr 23 00:35:37 2012 -0400
 
51180
Author:     Matthias Clasen <mclasen@redhat.com>
 
51181
AuthorDate: Mon Apr 23 00:35:37 2012 -0400
 
51182
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51183
CommitDate: Mon Apr 23 00:35:37 2012 -0400
44972
51184
 
44973
51185
    Make the child source test work
44974
51186
 
44980
51192
 1 file changed, 13 insertions(+), 3 deletions(-)
44981
51193
 
44982
51194
commit d18a9caf0310c2c6f98e04e15c7a8ca8280846e1
44983
 
Author: Javier Jardón <jjardon@gnome.org>
44984
 
Date:   Mon Apr 23 02:45:08 2012 +0100
 
51195
Author:     Javier Jardón <jjardon@gnome.org>
 
51196
AuthorDate: Mon Apr 23 02:45:08 2012 +0100
 
51197
Commit:     Javier Jardón <jjardon@gnome.org>
 
51198
CommitDate: Mon Apr 23 02:46:18 2012 +0100
44985
51199
 
44986
51200
    docs: Use latest docbook dtd: 4.5
44987
51201
 
45018
51232
 15 files changed, 30 insertions(+), 30 deletions(-)
45019
51233
 
45020
51234
commit ee44211f1a44e58bb7c3d93aed6eeee4863d5263
45021
 
Author: Javier Jardón <jjardon@gnome.org>
45022
 
Date:   Sun Apr 22 21:56:07 2012 +0100
 
51235
Author:     Javier Jardón <jjardon@gnome.org>
 
51236
AuthorDate: Sun Apr 22 21:56:07 2012 +0100
 
51237
Commit:     Javier Jardón <jjardon@gnome.org>
 
51238
CommitDate: Mon Apr 23 02:31:32 2012 +0100
45023
51239
 
45024
51240
    docs: rename *-docs.sgml to *-docs.xml
45025
51241
 
45051
51267
 21 files changed, 4470 insertions(+), 4470 deletions(-)
45052
51268
 
45053
51269
commit 3ea31fc0f1d81affaf655f550899fa16cb59201a
45054
 
Author: Javier Jardón <jjardon@gnome.org>
45055
 
Date:   Mon Apr 23 01:36:49 2012 +0100
 
51270
Author:     Javier Jardón <jjardon@gnome.org>
 
51271
AuthorDate: Mon Apr 23 01:36:49 2012 +0100
 
51272
Commit:     Javier Jardón <jjardon@gnome.org>
 
51273
CommitDate: Mon Apr 23 02:23:31 2012 +0100
45056
51274
 
45057
51275
    docs: Add index to new api added in 2.34
45058
51276
 
45062
51280
 3 files changed, 12 insertions(+)
45063
51281
 
45064
51282
commit 14a7781873317e24b55984173e2bedf6eaaf0917
45065
 
Author: Javier Jardón <jjardon@gnome.org>
45066
 
Date:   Mon Apr 23 01:15:26 2012 +0100
 
51283
Author:     Javier Jardón <jjardon@gnome.org>
 
51284
AuthorDate: Mon Apr 23 01:15:26 2012 +0100
 
51285
Commit:     Javier Jardón <jjardon@gnome.org>
 
51286
CommitDate: Mon Apr 23 02:23:31 2012 +0100
45067
51287
 
45068
51288
    docs: Fix "Since" markup
45069
51289
 
45071
51291
 1 file changed, 2 insertions(+), 2 deletions(-)
45072
51292
 
45073
51293
commit 2a37bc0dc6cc013d01836b45c2eea6b1bd6d80e5
45074
 
Author: Dan Winship <danw@gnome.org>
45075
 
Date:   Sun Apr 22 15:18:50 2012 -0400
 
51294
Author:     Dan Winship <danw@gnome.org>
 
51295
AuthorDate: Sun Apr 22 15:18:50 2012 -0400
 
51296
Commit:     Dan Winship <danw@gnome.org>
 
51297
CommitDate: Sun Apr 22 15:24:36 2012 -0400
45076
51298
 
45077
51299
    gio: add a proxy test program
45078
51300
 
45086
51308
 2 files changed, 1081 insertions(+)
45087
51309
 
45088
51310
commit bcaa0a3820dae0ce10fc8329b10b7c963447e6d3
45089
 
Author: Dan Winship <danw@gnome.org>
45090
 
Date:   Sat Apr 21 00:25:53 2012 -0400
 
51311
Author:     Dan Winship <danw@gnome.org>
 
51312
AuthorDate: Sat Apr 21 00:25:53 2012 -0400
 
51313
Commit:     Dan Winship <danw@gnome.org>
 
51314
CommitDate: Sun Apr 22 15:24:29 2012 -0400
45091
51315
 
45092
51316
    gio: Add more information to GProxyAddress
45093
51317
 
45105
51329
 5 files changed, 152 insertions(+), 27 deletions(-)
45106
51330
 
45107
51331
commit 8c7025e72320775f915cdd776e09c7cbecd648ac
45108
 
Author: Dan Winship <danw@gnome.org>
45109
 
Date:   Sun Apr 22 15:20:14 2012 -0400
 
51332
Author:     Dan Winship <danw@gnome.org>
 
51333
AuthorDate: Sun Apr 22 15:20:14 2012 -0400
 
51334
Commit:     Dan Winship <danw@gnome.org>
 
51335
CommitDate: Sun Apr 22 15:23:40 2012 -0400
45110
51336
 
45111
51337
    gio: fix error handling in async case of GProxyAddressEnumerator
45112
51338
 
45120
51346
 1 file changed, 58 insertions(+), 37 deletions(-)
45121
51347
 
45122
51348
commit 3cf987e660d0b32e44b2be67352db65f14342f6a
45123
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
45124
 
Date:   Sun Apr 22 15:34:12 2012 +0200
 
51349
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51350
AuthorDate: Sun Apr 22 15:34:12 2012 +0200
 
51351
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51352
CommitDate: Sun Apr 22 15:34:12 2012 +0200
45125
51353
 
45126
51354
    Updated Galician translations
45127
51355
 
45129
51357
 1 file changed, 4 insertions(+), 4 deletions(-)
45130
51358
 
45131
51359
commit 2a5763c412b624cb70fdc858431b5292ff5312e0
45132
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
45133
 
Date:   Sun Apr 22 11:13:21 2012 +0200
 
51360
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
51361
AuthorDate: Sun Apr 22 11:13:21 2012 +0200
 
51362
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
51363
CommitDate: Sun Apr 22 11:13:21 2012 +0200
45134
51364
 
45135
51365
    Updated Spanish translation
45136
51366
 
45139
51369
 1 file changed, 90 insertions(+), 57 deletions(-)
45140
51370
 
45141
51371
commit 1e73a200a6fd13b36c52cf783521ac5a256cec56
45142
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
45143
 
Date:   Sun Apr 22 11:41:51 2012 +0300
 
51372
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
51373
AuthorDate: Sun Apr 22 11:41:51 2012 +0300
 
51374
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
51375
CommitDate: Sun Apr 22 11:41:51 2012 +0300
45144
51376
 
45145
51377
    Updated Hebrew translation.
45146
51378
 
45149
51381
 1 file changed, 207 insertions(+), 164 deletions(-)
45150
51382
 
45151
51383
commit ecdaf357fe230baefefd45ebd3000ab7c37869ac
45152
 
Author: Alexander Shopov <ash@kambanaria.org>
45153
 
Date:   Sun Apr 22 09:07:34 2012 +0300
 
51384
Author:     Alexander Shopov <ash@kambanaria.org>
 
51385
AuthorDate: Sun Apr 22 09:07:34 2012 +0300
 
51386
Commit:     Alexander Shopov <ash@kambanaria.org>
 
51387
CommitDate: Sun Apr 22 09:07:34 2012 +0300
45154
51388
 
45155
51389
    Updated Bulgarian translation
45156
51390
 
45159
51393
 1 file changed, 94 insertions(+), 53 deletions(-)
45160
51394
 
45161
51395
commit 2adf6b3d6b975130f41fcbbd66ea348d8a10c0e6
45162
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
45163
 
Date:   Sat Apr 21 16:30:59 2012 +0200
 
51396
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51397
AuthorDate: Sat Apr 21 16:30:59 2012 +0200
 
51398
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51399
CommitDate: Sat Apr 21 16:30:59 2012 +0200
45164
51400
 
45165
51401
    Updated Galician translations
45166
51402
 
45168
51404
 1 file changed, 27 insertions(+), 2 deletions(-)
45169
51405
 
45170
51406
commit 8ebea8263402dd4a5778c2febbd4ef891eddd88c
45171
 
Author: Matej Urbančič <mateju@svn.gnome.org>
45172
 
Date:   Sat Apr 21 12:46:49 2012 +0200
 
51407
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
51408
AuthorDate: Sat Apr 21 12:46:49 2012 +0200
 
51409
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
51410
CommitDate: Sat Apr 21 12:46:49 2012 +0200
45173
51411
 
45174
51412
    Updated Slovenian translation
45175
51413
 
45177
51415
 1 file changed, 1 insertion(+), 1 deletion(-)
45178
51416
 
45179
51417
commit 68629ceb4fab5393448ab4688320eace56d11790
45180
 
Author: Matej Urbančič <mateju@svn.gnome.org>
45181
 
Date:   Sat Apr 21 12:39:22 2012 +0200
 
51418
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
51419
AuthorDate: Sat Apr 21 12:39:22 2012 +0200
 
51420
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
51421
CommitDate: Sat Apr 21 12:39:22 2012 +0200
45182
51422
 
45183
51423
    Updated Slovenian translation
45184
51424
 
45187
51427
 1 file changed, 110 insertions(+), 70 deletions(-)
45188
51428
 
45189
51429
commit 5d7e9bfbbd7f993922b09577d775822f63ea5640
45190
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
45191
 
Date:   Sat Apr 21 09:26:24 2012 +0200
 
51430
Author:     Мирослав Николић
 
51431
<miroslavnikolic@rocketmail.com>
 
51432
AuthorDate: Sat Apr 21 09:26:24 2012 +0200
 
51433
Commit:     Мирослав Николић
 
51434
<miroslavnikolic@rocketmail.com>
 
51435
CommitDate: Sat Apr 21 09:26:24 2012 +0200
45192
51436
 
45193
51437
    Updated Serbian translation
45194
51438
 
45199
51443
 2 files changed, 392 insertions(+), 306 deletions(-)
45200
51444
 
45201
51445
commit 88f73eef540d107210a0f52de81cb1a2c87cb5d6
45202
 
Author: Piotr Drąg <piotrdrag@gmail.com>
45203
 
Date:   Fri Apr 20 20:50:26 2012 +0200
 
51446
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
51447
AuthorDate: Fri Apr 20 20:50:26 2012 +0200
 
51448
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
51449
CommitDate: Fri Apr 20 20:50:26 2012 +0200
45204
51450
 
45205
51451
    Updated POTFILES.in
45206
51452
 
45208
51454
 1 file changed, 2 insertions(+)
45209
51455
 
45210
51456
commit 755c1311958f256d60daeb548d1ba4d235d2783b
45211
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
45212
 
Date:   Fri Apr 20 17:22:55 2012 +0200
 
51457
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
51458
AuthorDate: Fri Apr 20 17:22:55 2012 +0200
 
51459
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
51460
CommitDate: Fri Apr 20 17:22:55 2012 +0200
45213
51461
 
45214
51462
    Updated Spanish translation
45215
51463
 
45218
51466
 1 file changed, 73 insertions(+), 57 deletions(-)
45219
51467
 
45220
51468
commit 515a454c39b81f61565f7b41ff26aad7a133f853
45221
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
45222
 
Date:   Fri Apr 20 15:12:48 2012 +0200
 
51469
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51470
AuthorDate: Fri Apr 20 15:12:48 2012 +0200
 
51471
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
51472
CommitDate: Fri Apr 20 15:12:48 2012 +0200
45223
51473
 
45224
51474
    Updated Galician translations
45225
51475
 
45228
51478
 1 file changed, 67 insertions(+), 53 deletions(-)
45229
51479
 
45230
51480
commit 5fb44f70dcac16ff6f13d3d36c330ddd617a5d97
45231
 
Author: Alexander Larsson <alexl@redhat.com>
45232
 
Date:   Fri Apr 20 10:23:34 2012 +0200
 
51481
Author:     Alexander Larsson <alexl@redhat.com>
 
51482
AuthorDate: Fri Apr 20 10:23:34 2012 +0200
 
51483
Commit:     Alexander Larsson <alexl@redhat.com>
 
51484
CommitDate: Fri Apr 20 15:02:48 2012 +0200
45233
51485
 
45234
51486
    win32: Implement _g_dbus_get_machine_id using machine guid
45235
51487
 
45239
51491
 1 file changed, 42 insertions(+)
45240
51492
 
45241
51493
commit dccce383670592f12510019e92ea91a618a1810c
45242
 
Author: Alexander Larsson <alexl@redhat.com>
45243
 
Date:   Wed Apr 18 17:09:37 2012 +0200
 
51494
Author:     Alexander Larsson <alexl@redhat.com>
 
51495
AuthorDate: Wed Apr 18 17:09:37 2012 +0200
 
51496
Commit:     Alexander Larsson <alexl@redhat.com>
 
51497
CommitDate: Fri Apr 20 15:02:48 2012 +0200
45244
51498
 
45245
51499
    win32: Support autolaunching dbus daemon
45246
51500
 
45250
51504
 2 files changed, 312 insertions(+), 2 deletions(-)
45251
51505
 
45252
51506
commit bd148e127a5863de4aef260cd879e0eda370c711
45253
 
Author: Alexander Larsson <alexl@redhat.com>
45254
 
Date:   Wed Apr 18 16:25:29 2012 +0200
 
51507
Author:     Alexander Larsson <alexl@redhat.com>
 
51508
AuthorDate: Wed Apr 18 16:25:29 2012 +0200
 
51509
Commit:     Alexander Larsson <alexl@redhat.com>
 
51510
CommitDate: Fri Apr 20 15:02:48 2012 +0200
45255
51511
 
45256
51512
    Add _g_io_win32_get_module to get the gio HMODULE
45257
51513
 
45260
51516
 2 files changed, 10 insertions(+)
45261
51517
 
45262
51518
commit 74214e2997e51fd96842aac2eee049e6b81a4595
45263
 
Author: Alexander Larsson <alexl@redhat.com>
45264
 
Date:   Thu Apr 19 11:01:24 2012 +0200
 
51519
Author:     Alexander Larsson <alexl@redhat.com>
 
51520
AuthorDate: Thu Apr 19 11:01:24 2012 +0200
 
51521
Commit:     Alexander Larsson <alexl@redhat.com>
 
51522
CommitDate: Fri Apr 20 15:02:48 2012 +0200
45265
51523
 
45266
51524
    GTestDBus: Allow to specify the dbus-daemon binary
45267
51525
 
45272
51530
 1 file changed, 3 insertions(+)
45273
51531
 
45274
51532
commit 0d8b1b14d2d56c92b2b783798a9552eb75d77a29
45275
 
Author: Alexander Larsson <alexl@redhat.com>
45276
 
Date:   Mon Apr 16 10:16:47 2012 +0200
 
51533
Author:     Alexander Larsson <alexl@redhat.com>
 
51534
AuthorDate: Mon Apr 16 10:16:47 2012 +0200
 
51535
Commit:     Alexander Larsson <alexl@redhat.com>
 
51536
CommitDate: Fri Apr 20 15:02:48 2012 +0200
45277
51537
 
45278
51538
    Add gdbus-daemon test app
45279
51539
 
45283
51543
 2 files changed, 76 insertions(+)
45284
51544
 
45285
51545
commit 25581738a8d5ee7db2a6d9ebd908d59b2837cd70
45286
 
Author: Alexander Larsson <alexl@redhat.com>
45287
 
Date:   Mon Apr 16 10:16:04 2012 +0200
 
51546
Author:     Alexander Larsson <alexl@redhat.com>
 
51547
AuthorDate: Mon Apr 16 10:16:04 2012 +0200
 
51548
Commit:     Alexander Larsson <alexl@redhat.com>
 
51549
CommitDate: Fri Apr 20 15:02:48 2012 +0200
45288
51550
 
45289
51551
    Add GDBusDAaemon, an implementation of a message bus
45290
51552
 
45305
51567
 5 files changed, 1864 insertions(+), 1 deletion(-)
45306
51568
 
45307
51569
commit b38f1c7aff0bb7388993973f4d8516b95ad593ba
45308
 
Author: Benjamin Otte <otte@redhat.com>
45309
 
Date:   Fri Apr 20 14:31:05 2012 +0200
 
51570
Author:     Benjamin Otte <otte@redhat.com>
 
51571
AuthorDate: Fri Apr 20 14:31:05 2012 +0200
 
51572
Commit:     Benjamin Otte <otte@redhat.com>
 
51573
CommitDate: Fri Apr 20 14:32:41 2012 +0200
45310
51574
 
45311
51575
    resourcefile: Set display name
45312
51576
 
45318
51582
 1 file changed, 1 insertion(+)
45319
51583
 
45320
51584
commit 289e3b9143fe9bd27657ed277dd7ea2e1a690aa3
45321
 
Author: Matthias Clasen <mclasen@redhat.com>
45322
 
Date:   Thu Apr 19 17:13:52 2012 -0400
 
51585
Author:     Matthias Clasen <mclasen@redhat.com>
 
51586
AuthorDate: Thu Apr 19 17:13:52 2012 -0400
 
51587
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51588
CommitDate: Thu Apr 19 17:15:14 2012 -0400
45323
51589
 
45324
51590
    More beautiful fix
45325
51591
 
45329
51595
 1 file changed, 3 insertions(+), 4 deletions(-)
45330
51596
 
45331
51597
commit bf8a4ed099b53dc1b952b7c3b2ef38c45dbd359e
45332
 
Author: Matthias Clasen <mclasen@redhat.com>
45333
 
Date:   Thu Apr 19 17:06:49 2012 -0400
 
51598
Author:     Matthias Clasen <mclasen@redhat.com>
 
51599
AuthorDate: Thu Apr 19 17:06:49 2012 -0400
 
51600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51601
CommitDate: Thu Apr 19 17:14:25 2012 -0400
45334
51602
 
45335
51603
    Bump version to 2.33.1
45336
51604
 
45340
51608
 1 file changed, 3 insertions(+), 3 deletions(-)
45341
51609
 
45342
51610
commit bb78753a661f7149fc0ac85cfdbf10f9f7e9fc42
45343
 
Author: Alexander Larsson <alexl@redhat.com>
45344
 
Date:   Thu Apr 19 20:46:08 2012 +0200
 
51611
Author:     Alexander Larsson <alexl@redhat.com>
 
51612
AuthorDate: Thu Apr 19 20:46:08 2012 +0200
 
51613
Commit:     Alexander Larsson <alexl@redhat.com>
 
51614
CommitDate: Thu Apr 19 20:46:08 2012 +0200
45345
51615
 
45346
51616
    Fix non-win32 build error in my recent commit
45347
51617
 
45349
51619
 1 file changed, 2 insertions(+), 1 deletion(-)
45350
51620
 
45351
51621
commit 6d51527ba0fe7cece9d1f61466076d332bc7fbac
45352
 
Author: Matthias Clasen <mclasen@redhat.com>
45353
 
Date:   Thu Apr 19 13:25:26 2012 -0400
 
51622
Author:     Matthias Clasen <mclasen@redhat.com>
 
51623
AuthorDate: Thu Apr 19 13:25:26 2012 -0400
 
51624
Commit:     Matthias Clasen <mclasen@redhat.com>
 
51625
CommitDate: Thu Apr 19 13:25:26 2012 -0400
45354
51626
 
45355
51627
    Revert "tests: fix test on windows"
45356
51628
 
45367
51639
 1 file changed, 1 insertion(+), 1 deletion(-)
45368
51640
 
45369
51641
commit 21e049b2539d492cd4e959e5c962245d33adf8ca
45370
 
Author: Alexander Larsson <alexl@redhat.com>
45371
 
Date:   Thu Apr 19 18:12:23 2012 +0200
 
51642
Author:     Alexander Larsson <alexl@redhat.com>
 
51643
AuthorDate: Thu Apr 19 18:12:23 2012 +0200
 
51644
Commit:     Alexander Larsson <alexl@redhat.com>
 
51645
CommitDate: Thu Apr 19 18:19:10 2012 +0200
45372
51646
 
45373
51647
    Tests: Move dbus specific tests to if HAVE_DBUS_DAEMON
45374
51648
 
45380
51654
 2 files changed, 14 insertions(+), 5 deletions(-)
45381
51655
 
45382
51656
commit 234ddf131b43b0f99ce26489993dd0a13abb50ab
45383
 
Author: Alexander Larsson <alexl@redhat.com>
45384
 
Date:   Thu Apr 19 18:11:47 2012 +0200
 
51657
Author:     Alexander Larsson <alexl@redhat.com>
 
51658
AuthorDate: Thu Apr 19 18:11:47 2012 +0200
 
51659
Commit:     Alexander Larsson <alexl@redhat.com>
 
51660
CommitDate: Thu Apr 19 18:19:10 2012 +0200
45385
51661
 
45386
51662
    Fix test building on win32
45387
51663
 
45389
51665
 1 file changed, 4 insertions(+)
45390
51666
 
45391
51667
commit 58e613bfc7cf566a391c62245e4c5e895fcc7873
45392
 
Author: Alexander Larsson <alexl@redhat.com>
45393
 
Date:   Thu Apr 19 13:49:52 2012 +0200
 
51668
Author:     Alexander Larsson <alexl@redhat.com>
 
51669
AuthorDate: Thu Apr 19 13:49:52 2012 +0200
 
51670
Commit:     Alexander Larsson <alexl@redhat.com>
 
51671
CommitDate: Thu Apr 19 18:19:01 2012 +0200
45394
51672
 
45395
51673
    GTestDBus: Make work on win32
45396
51674
 
45403
51681
 1 file changed, 62 insertions(+), 2 deletions(-)
45404
51682
 
45405
51683
commit 79361eede240e9591891290c22cd072ccddb78a3
45406
 
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
45407
 
Date:   Thu Apr 19 15:02:34 2012 +0200
 
51684
Author:     Andoni Morales Alastruey <ylatuya@gmail.com>
 
51685
AuthorDate: Thu Apr 19 15:02:34 2012 +0200
 
51686
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
51687
CommitDate: Thu Apr 19 15:20:43 2012 +0200
45408
51688
 
45409
51689
    tests: fix test on windows
45410
51690
 
45412
51692
 1 file changed, 1 insertion(+), 1 deletion(-)
45413
51693
 
45414
51694
commit af7dc168f65453305e2cd8f63b0daaa3c441927c
45415
 
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
45416
 
Date:   Thu Apr 19 15:12:48 2012 +0200
 
51695
Author:     Andoni Morales Alastruey <ylatuya@gmail.com>
 
51696
AuthorDate: Thu Apr 19 15:12:48 2012 +0200
 
51697
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
51698
CommitDate: Thu Apr 19 15:20:31 2012 +0200
45417
51699
 
45418
51700
    test: only check for defined errors
45419
51701
 
45421
51703
 1 file changed, 44 insertions(+)
45422
51704
 
45423
51705
commit 0d9a7f2117ff821d576ec54dee724b69907fa7a0
45424
 
Author: Alexander Larsson <alexl@redhat.com>
45425
 
Date:   Wed Apr 18 16:24:44 2012 +0200
 
51706
Author:     Alexander Larsson <alexl@redhat.com>
 
51707
AuthorDate: Wed Apr 18 16:24:44 2012 +0200
 
51708
Commit:     Alexander Larsson <alexl@redhat.com>
 
51709
CommitDate: Thu Apr 19 10:24:08 2012 +0200
45426
51710
 
45427
51711
    Remove ununsed include
45428
51712
 
45430
51714
 1 file changed, 1 deletion(-)
45431
51715
 
45432
51716
commit 82aecce30131e275dff73f23ee91e7c40a9b3f03
45433
 
Author: Alexander Larsson <alexl@redhat.com>
45434
 
Date:   Tue Apr 17 15:50:53 2012 +0200
 
51717
Author:     Alexander Larsson <alexl@redhat.com>
 
51718
AuthorDate: Tue Apr 17 15:50:53 2012 +0200
 
51719
Commit:     Alexander Larsson <alexl@redhat.com>
 
51720
CommitDate: Thu Apr 19 10:24:08 2012 +0200
45435
51721
 
45436
51722
    gdbus: Escape nonce files in dbus addressess
45437
51723
 
45441
51727
 1 file changed, 4 insertions(+), 1 deletion(-)
45442
51728
 
45443
51729
commit 2414d7d6a197e0c4b184607160d6cd8a378df177
45444
 
Author: Alexander Larsson <alexl@redhat.com>
45445
 
Date:   Tue Apr 17 15:50:01 2012 +0200
 
51730
Author:     Alexander Larsson <alexl@redhat.com>
 
51731
AuthorDate: Tue Apr 17 15:50:01 2012 +0200
 
51732
Commit:     Alexander Larsson <alexl@redhat.com>
 
51733
CommitDate: Thu Apr 19 10:24:08 2012 +0200
45446
51734
 
45447
51735
    Fix build on win32
45448
51736
 
45452
51740
 1 file changed, 2 insertions(+)
45453
51741
 
45454
51742
commit b77af49b0a921a8695a8b856264df3152a9c3689
45455
 
Author: Alexander Larsson <alexl@redhat.com>
45456
 
Date:   Mon Apr 16 10:18:44 2012 +0200
 
51743
Author:     Alexander Larsson <alexl@redhat.com>
 
51744
AuthorDate: Mon Apr 16 10:18:44 2012 +0200
 
51745
Commit:     Alexander Larsson <alexl@redhat.com>
 
51746
CommitDate: Thu Apr 19 10:24:08 2012 +0200
45457
51747
 
45458
51748
    Fix race in gdbus-connection test
45459
51749
 
45465
51755
 1 file changed, 13 insertions(+), 12 deletions(-)
45466
51756
 
45467
51757
commit ff92fe95935b38eaacedb287f6600df000ed1c1a
45468
 
Author: Alexander Larsson <alexl@redhat.com>
45469
 
Date:   Mon Apr 16 09:55:29 2012 +0200
 
51758
Author:     Alexander Larsson <alexl@redhat.com>
 
51759
AuthorDate: Mon Apr 16 09:55:29 2012 +0200
 
51760
Commit:     Alexander Larsson <alexl@redhat.com>
 
51761
CommitDate: Thu Apr 19 10:24:08 2012 +0200
45470
51762
 
45471
51763
    Support initial underscores in dbus codegen namespace
45472
51764
 
45476
51768
 1 file changed, 7 insertions(+)
45477
51769
 
45478
51770
commit 415a8d81f6fc52d7314517f36bd03f0cbad27dd5
45479
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
45480
 
Date:   Wed Apr 18 23:28:17 2012 +0200
 
51771
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51772
AuthorDate: Wed Apr 18 23:28:17 2012 +0200
 
51773
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51774
CommitDate: Thu Apr 19 10:07:39 2012 +0200
45481
51775
 
45482
51776
    Use GTestDBus in all GDBus unit tests
45483
51777
 
45512
51806
 22 files changed, 65 insertions(+), 609 deletions(-)
45513
51807
 
45514
51808
commit 95bf3d1194a42aa0933e2d1dba26ba57395613fc
45515
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
45516
 
Date:   Wed Apr 18 23:21:13 2012 +0200
 
51809
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51810
AuthorDate: Wed Apr 18 23:21:13 2012 +0200
 
51811
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51812
CommitDate: Thu Apr 19 10:06:26 2012 +0200
45517
51813
 
45518
51814
    Add GTestDBus object
45519
51815
 
45535
51831
 10 files changed, 818 insertions(+)
45536
51832
 
45537
51833
commit 2e3d50631ff05d28ed5bdae97d1becc4c6b5e078
45538
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
45539
 
Date:   Fri Apr 6 14:51:09 2012 +0200
 
51834
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51835
AuthorDate: Fri Apr 6 14:51:09 2012 +0200
 
51836
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51837
CommitDate: Thu Apr 19 10:06:21 2012 +0200
45540
51838
 
45541
51839
    Add private _g_bus_get_singleton_if_exists() function
45542
51840
 
45551
51849
 2 files changed, 22 insertions(+)
45552
51850
 
45553
51851
commit 98569e53e3678ab906bfcd3a8c624ea3d74d643f
45554
 
Author: David Zeuthen <davidz@redhat.com>
45555
 
Date:   Wed Apr 18 13:48:27 2012 -0400
 
51852
Author:     David Zeuthen <davidz@redhat.com>
 
51853
AuthorDate: Wed Apr 18 13:48:27 2012 -0400
 
51854
Commit:     David Zeuthen <davidz@redhat.com>
 
51855
CommitDate: Wed Apr 18 13:48:27 2012 -0400
45556
51856
 
45557
51857
    Revert "Add a private copy of gio/tests/gdbus-tests.c,h to gio/"
45558
51858
 
45565
51865
 3 files changed, 414 deletions(-)
45566
51866
 
45567
51867
commit 26d4da2352bea3024a90b7fe0d1b1ed4c1b5e979
45568
 
Author: David Zeuthen <davidz@redhat.com>
45569
 
Date:   Wed Apr 18 13:48:09 2012 -0400
 
51868
Author:     David Zeuthen <davidz@redhat.com>
 
51869
AuthorDate: Wed Apr 18 13:48:09 2012 -0400
 
51870
Commit:     David Zeuthen <davidz@redhat.com>
 
51871
CommitDate: Wed Apr 18 13:48:09 2012 -0400
45570
51872
 
45571
51873
    Revert "Add private _g_bus_get_singleton_if_exists() function"
45572
51874
 
45577
51879
 2 files changed, 22 deletions(-)
45578
51880
 
45579
51881
commit a6f83d73e59cc2ab0353ff3edf38d27185852581
45580
 
Author: David Zeuthen <davidz@redhat.com>
45581
 
Date:   Wed Apr 18 13:47:51 2012 -0400
 
51882
Author:     David Zeuthen <davidz@redhat.com>
 
51883
AuthorDate: Wed Apr 18 13:47:51 2012 -0400
 
51884
Commit:     David Zeuthen <davidz@redhat.com>
 
51885
CommitDate: Wed Apr 18 13:47:51 2012 -0400
45582
51886
 
45583
51887
    Revert "Add GTestDBus object"
45584
51888
 
45618
51922
 30 files changed, 469 insertions(+), 838 deletions(-)
45619
51923
 
45620
51924
commit 9dce93514eb80cd54c2c02db3abf50f2d5a34fb0
45621
 
Author: David Zeuthen <davidz@redhat.com>
45622
 
Date:   Wed Apr 18 13:33:00 2012 -0400
 
51925
Author:     David Zeuthen <davidz@redhat.com>
 
51926
AuthorDate: Wed Apr 18 13:33:00 2012 -0400
 
51927
Commit:     David Zeuthen <davidz@redhat.com>
 
51928
CommitDate: Wed Apr 18 13:33:00 2012 -0400
45623
51929
 
45624
51930
    GMenuModel: Don't leak GDBusConnection in test
45625
51931
 
45631
51937
 1 file changed, 1 insertion(+)
45632
51938
 
45633
51939
commit 1b5f70b5b035019ba28da6a5db6eff8122e17ae7
45634
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
45635
 
Date:   Wed Apr 18 08:50:07 2012 +0200
 
51940
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51941
AuthorDate: Wed Apr 18 08:50:07 2012 +0200
 
51942
Commit:     David Zeuthen <davidz@redhat.com>
 
51943
CommitDate: Wed Apr 18 11:19:13 2012 -0400
45636
51944
 
45637
51945
    Add GTestDBus object
45638
51946
 
45677
51985
 30 files changed, 838 insertions(+), 469 deletions(-)
45678
51986
 
45679
51987
commit f8a8e9039889c090fb3323e195730b9e460396e4
45680
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
45681
 
Date:   Fri Apr 6 14:51:09 2012 +0200
 
51988
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
51989
AuthorDate: Fri Apr 6 14:51:09 2012 +0200
 
51990
Commit:     David Zeuthen <davidz@redhat.com>
 
51991
CommitDate: Wed Apr 18 11:19:13 2012 -0400
45682
51992
 
45683
51993
    Add private _g_bus_get_singleton_if_exists() function
45684
51994
 
45693
52003
 2 files changed, 22 insertions(+)
45694
52004
 
45695
52005
commit 07bbc87615c6c0d6a525f40c2bffad2c11e400d2
45696
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
45697
 
Date:   Tue Apr 17 19:33:11 2012 +0200
 
52006
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
52007
AuthorDate: Tue Apr 17 19:33:11 2012 +0200
 
52008
Commit:     David Zeuthen <davidz@redhat.com>
 
52009
CommitDate: Wed Apr 18 11:19:13 2012 -0400
45698
52010
 
45699
52011
    Add a private copy of gio/tests/gdbus-tests.c,h to gio/
45700
52012
 
45707
52019
 3 files changed, 414 insertions(+)
45708
52020
 
45709
52021
commit c70a4030dd55fae4555e374bd7fe421fd36f3e22
45710
 
Author: Kjartan Maraas <kmaraas@gnome.org>
45711
 
Date:   Wed Apr 18 09:27:04 2012 +0200
 
52022
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
52023
AuthorDate: Wed Apr 18 09:27:04 2012 +0200
 
52024
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
52025
CommitDate: Wed Apr 18 09:27:04 2012 +0200
45712
52026
 
45713
52027
    Updated Norwegian bokmål translation
45714
52028
 
45717
52031
 1 file changed, 88 insertions(+), 89 deletions(-)
45718
52032
 
45719
52033
commit b3f814883f460ec9b309552a501652ecdecfb2dc
45720
 
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
45721
 
Date:   Sun Apr 15 22:57:25 2012 -0400
 
52034
Author:     Alexandre Rostovtsev <tetromino@gentoo.org>
 
52035
AuthorDate: Sun Apr 15 22:57:25 2012 -0400
 
52036
Commit:     William Hua <william@attente.ca>
 
52037
CommitDate: Wed Apr 18 00:00:29 2012 -0400
45722
52038
 
45723
52039
    Do not detect GNUstep as Cocoa
45724
52040
 
45732
52048
 1 file changed, 3 insertions(+)
45733
52049
 
45734
52050
commit a147004b83ee48265e266e33da7656a3a09c7edb
45735
 
Author: William Hua <william@attente.ca>
45736
 
Date:   Tue Apr 17 23:49:47 2012 -0400
 
52051
Author:     William Hua <william@attente.ca>
 
52052
AuthorDate: Tue Apr 17 23:49:47 2012 -0400
 
52053
Commit:     William Hua <william@attente.ca>
 
52054
CommitDate: Tue Apr 17 23:49:47 2012 -0400
45737
52055
 
45738
52056
    Use Cocoa header for Cocoa test instead of Foundation.
45739
52057
 
45741
52059
 1 file changed, 1 insertion(+), 1 deletion(-)
45742
52060
 
45743
52061
commit 7f5f47ae15268a1dd96fabd360eb25e712724ac4
45744
 
Author: David Zeuthen <davidz@redhat.com>
45745
 
Date:   Tue Apr 17 17:51:01 2012 -0400
 
52062
Author:     David Zeuthen <davidz@redhat.com>
 
52063
AuthorDate: Tue Apr 17 17:51:01 2012 -0400
 
52064
Commit:     David Zeuthen <davidz@redhat.com>
 
52065
CommitDate: Tue Apr 17 17:51:55 2012 -0400
45746
52066
 
45747
52067
    gdbus-codegen: Don't leak stuff in tests
45748
52068
 
45753
52073
 1 file changed, 67 insertions(+), 41 deletions(-)
45754
52074
 
45755
52075
commit eedb6d8366a9cf4e638fe34ebdca17b387e41ce5
45756
 
Author: David Zeuthen <davidz@redhat.com>
45757
 
Date:   Tue Apr 17 17:50:40 2012 -0400
 
52076
Author:     David Zeuthen <davidz@redhat.com>
 
52077
AuthorDate: Tue Apr 17 17:50:40 2012 -0400
 
52078
Commit:     David Zeuthen <davidz@redhat.com>
 
52079
CommitDate: Tue Apr 17 17:51:55 2012 -0400
45758
52080
 
45759
52081
    GDBusObjectProxy: Don't leak connection
45760
52082
 
45764
52086
 1 file changed, 2 insertions(+)
45765
52087
 
45766
52088
commit 3964e708e9a4eb7c23c0aa651ccf8bc7a57cbbf0
45767
 
Author: David Zeuthen <davidz@redhat.com>
45768
 
Date:   Tue Apr 17 17:48:08 2012 -0400
 
52089
Author:     David Zeuthen <davidz@redhat.com>
 
52090
AuthorDate: Tue Apr 17 17:48:08 2012 -0400
 
52091
Commit:     David Zeuthen <davidz@redhat.com>
 
52092
CommitDate: Tue Apr 17 17:51:55 2012 -0400
45769
52093
 
45770
52094
    GDBusObjectManagerClient: Don't leak object proxy when handling
45771
52095
    D-Bus signal
45780
52104
 1 file changed, 1 insertion(+), 2 deletions(-)
45781
52105
 
45782
52106
commit 3b9791cca63f78e39fdbcb8596c4b8a4e84fa937
45783
 
Author: Piotr Drąg <piotrdrag@gmail.com>
45784
 
Date:   Tue Apr 17 19:48:59 2012 +0200
 
52107
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
52108
AuthorDate: Tue Apr 17 19:48:59 2012 +0200
 
52109
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
52110
CommitDate: Tue Apr 17 19:48:59 2012 +0200
45785
52111
 
45786
52112
    Updated POTFILES.in
45787
52113
 
45789
52115
 1 file changed, 2 insertions(+)
45790
52116
 
45791
52117
commit 00ee06e6a332d1415baf5533e34f05a83d64cb02
45792
 
Author: Dan Winship <danw@gnome.org>
45793
 
Date:   Sat Feb 4 16:46:29 2012 -0500
 
52118
Author:     Dan Winship <danw@gnome.org>
 
52119
AuthorDate: Sat Feb 4 16:46:29 2012 -0500
 
52120
Commit:     Dan Winship <danw@gnome.org>
 
52121
CommitDate: Tue Apr 17 12:33:12 2012 -0400
45794
52122
 
45795
52123
    gio: use GPollable* to implement fallback read_async/write_async
45796
52124
 
45820
52148
 10 files changed, 150 insertions(+), 889 deletions(-)
45821
52149
 
45822
52150
commit 82ec4dcaed8107d436f76c45ec30645715b6dbef
45823
 
Author: Dan Winship <danw@gnome.org>
45824
 
Date:   Mon Feb 6 15:08:08 2012 -0500
 
52151
Author:     Dan Winship <danw@gnome.org>
 
52152
AuthorDate: Mon Feb 6 15:08:08 2012 -0500
 
52153
Commit:     Dan Winship <danw@gnome.org>
 
52154
CommitDate: Tue Apr 17 12:33:12 2012 -0400
45825
52155
 
45826
52156
    gio: implement GPollableInput/OutputStream in more stream types
45827
52157
 
45840
52170
 5 files changed, 508 insertions(+), 36 deletions(-)
45841
52171
 
45842
52172
commit 111ba203c2440a5d7d8a14b043213b78d54752ae
45843
 
Author: Dan Winship <danw@gnome.org>
45844
 
Date:   Sat Feb 11 17:22:49 2012 -0500
 
52173
Author:     Dan Winship <danw@gnome.org>
 
52174
AuthorDate: Sat Feb 11 17:22:49 2012 -0500
 
52175
Commit:     Dan Winship <danw@gnome.org>
 
52176
CommitDate: Tue Apr 17 12:33:12 2012 -0400
45845
52177
 
45846
52178
    gpollableutils: utility functions for pollable stream implementations
45847
52179
 
45864
52196
 9 files changed, 435 insertions(+), 110 deletions(-)
45865
52197
 
45866
52198
commit 7e95777a6a46ef40b1a175e95136942b4eed4d75
45867
 
Author: Dan Winship <danw@gnome.org>
45868
 
Date:   Sun Apr 1 14:47:19 2012 -0400
 
52199
Author:     Dan Winship <danw@gnome.org>
 
52200
AuthorDate: Sun Apr 1 14:47:19 2012 -0400
 
52201
Commit:     Dan Winship <danw@gnome.org>
 
52202
CommitDate: Tue Apr 17 12:33:12 2012 -0400
45869
52203
 
45870
52204
    gio: minor GPollableInputStream / GPollableOutputStream fixes
45871
52205
 
45889
52223
 4 files changed, 74 insertions(+), 24 deletions(-)
45890
52224
 
45891
52225
commit adea9fb25210f2d04bcf2453c18847fb965927f7
45892
 
Author: Dan Winship <danw@gnome.org>
45893
 
Date:   Tue Apr 17 11:46:50 2012 -0400
 
52226
Author:     Dan Winship <danw@gnome.org>
 
52227
AuthorDate: Tue Apr 17 11:46:50 2012 -0400
 
52228
Commit:     Dan Winship <danw@gnome.org>
 
52229
CommitDate: Tue Apr 17 12:33:12 2012 -0400
45894
52230
 
45895
52231
    GConverterInputStream: fix an infinite loop when fill_buffer returns
45896
52232
    an error
45903
52239
 1 file changed, 6 insertions(+), 6 deletions(-)
45904
52240
 
45905
52241
commit 2ef1a8ef05410ee724f7ad577db57bd11e6c51c2
45906
 
Author: Hannes Mueller <h.c.f.mueller@gmx.de>
45907
 
Date:   Sat Feb 4 10:06:35 2012 +0100
 
52242
Author:     Hannes Mueller <h.c.f.mueller@gmx.de>
 
52243
AuthorDate: Sat Feb 4 10:06:35 2012 +0100
 
52244
Commit:     Benjamin Otte <otte@redhat.com>
 
52245
CommitDate: Tue Apr 17 18:24:41 2012 +0200
45908
52246
 
45909
52247
    avoid warning in gutils.h when using gcc with -Wconversion
45910
52248
 
45919
52257
 1 file changed, 1 insertion(+), 1 deletion(-)
45920
52258
 
45921
52259
commit be6955a008396cd234f53361459c9fcf91576fdc
45922
 
Author: Sasi Bhushan <sasi@swecha.net>
45923
 
Date:   Tue Apr 17 15:45:05 2012 +0530
 
52260
Author:     Sasi Bhushan <sasi@swecha.net>
 
52261
AuthorDate: Tue Apr 17 15:45:05 2012 +0530
 
52262
Commit:     Sasi Bhushan Boddepalli <sasi@swecha.net>
 
52263
CommitDate: Tue Apr 17 15:45:05 2012 +0530
45924
52264
 
45925
52265
    Updated Telugu Translation
45926
52266
 
45929
52269
 1 file changed, 108 insertions(+), 106 deletions(-)
45930
52270
 
45931
52271
commit bb6807ae254936ef95679e6b18b87e19ae90da1f
45932
 
Author: Alexander Shopov <ash@kambanaria.org>
45933
 
Date:   Tue Apr 17 06:28:41 2012 +0300
 
52272
Author:     Alexander Shopov <ash@kambanaria.org>
 
52273
AuthorDate: Tue Apr 17 06:28:41 2012 +0300
 
52274
Commit:     Alexander Shopov <ash@kambanaria.org>
 
52275
CommitDate: Tue Apr 17 06:28:41 2012 +0300
45934
52276
 
45935
52277
    Updated Bulgarian translation
45936
52278
 
45939
52281
 1 file changed, 90 insertions(+), 90 deletions(-)
45940
52282
 
45941
52283
commit f93c999706ed2dcb24ff7f942cf25c4f4a8ea786
45942
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
45943
 
Date:   Tue Apr 17 01:11:08 2012 +0200
 
52284
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
52285
AuthorDate: Tue Apr 17 01:11:08 2012 +0200
 
52286
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
52287
CommitDate: Tue Apr 17 01:11:08 2012 +0200
45944
52288
 
45945
52289
    Updated Galician translations
45946
52290
 
45949
52293
 1 file changed, 93 insertions(+), 90 deletions(-)
45950
52294
 
45951
52295
commit 8869de3857210a243419589a4a1c8357b40c7b02
45952
 
Author: Christian Persch <chpe@gnome.org>
45953
 
Date:   Thu Nov 17 15:18:50 2011 +0100
 
52296
Author:     Christian Persch <chpe@gnome.org>
 
52297
AuthorDate: Thu Nov 17 15:18:50 2011 +0100
 
52298
Commit:     Christian Persch <chpe@gnome.org>
 
52299
CommitDate: Mon Apr 16 22:39:34 2012 +0200
45954
52300
 
45955
52301
    gdbus-codegen: Avoid warnings in generated code
45956
52302
 
45964
52310
 1 file changed, 10 insertions(+), 10 deletions(-)
45965
52311
 
45966
52312
commit 5ef34e5f11b4f71a66615b6506108ee540cc3420
45967
 
Author: Christian Persch <chpe@gnome.org>
45968
 
Date:   Mon Apr 9 15:34:10 2012 +0200
 
52313
Author:     Christian Persch <chpe@gnome.org>
 
52314
AuthorDate: Mon Apr 9 15:34:10 2012 +0200
 
52315
Commit:     Christian Persch <chpe@gnome.org>
 
52316
CommitDate: Mon Apr 16 22:39:34 2012 +0200
45969
52317
 
45970
52318
    resources: compiler: Fix resources on big endian architectures
45971
52319
 
45985
52333
 1 file changed, 4 insertions(+), 1 deletion(-)
45986
52334
 
45987
52335
commit cf619cffb77b6792f344b517bb4fc46afe0690f5
45988
 
Author: Wolfgang Stöggl <c72578@yahoo.de>
45989
 
Date:   Mon Apr 16 22:37:30 2012 +0200
 
52336
Author:     Wolfgang Stöggl <c72578@yahoo.de>
 
52337
AuthorDate: Mon Apr 16 22:37:30 2012 +0200
 
52338
Commit:     Wolfgang Stöggl <c72578@yahoo.de>
 
52339
CommitDate: Mon Apr 16 22:37:30 2012 +0200
45990
52340
 
45991
52341
    [l10n] Updated German translation
45992
52342
 
45995
52345
 1 file changed, 45 insertions(+), 42 deletions(-)
45996
52346
 
45997
52347
commit 8da60fa91adca38a0f3c792397bbf89e179b2634
45998
 
Author: Matej Urbančič <mateju@svn.gnome.org>
45999
 
Date:   Mon Apr 16 22:24:41 2012 +0200
 
52348
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
52349
AuthorDate: Mon Apr 16 22:24:41 2012 +0200
 
52350
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
52351
CommitDate: Mon Apr 16 22:24:41 2012 +0200
46000
52352
 
46001
52353
    Updated Slovenian translation
46002
52354
 
46005
52357
 1 file changed, 124 insertions(+), 121 deletions(-)
46006
52358
 
46007
52359
commit 4553caa37a9f4bf73a2af364e592d3d128b32474
46008
 
Author: Piotr Drąg <piotrdrag@gmail.com>
46009
 
Date:   Mon Apr 16 21:19:23 2012 +0200
 
52360
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
52361
AuthorDate: Mon Apr 16 21:19:23 2012 +0200
 
52362
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
52363
CommitDate: Mon Apr 16 21:19:48 2012 +0200
46010
52364
 
46011
52365
    Updated Polish translation
46012
52366
 
46015
52369
 1 file changed, 52 insertions(+), 52 deletions(-)
46016
52370
 
46017
52371
commit 3ac2930e1aabeca7dac7a2570cba24591d97e0d2
46018
 
Author: Colin Walters <walters@verbum.org>
46019
 
Date:   Mon Apr 16 13:55:02 2012 -0400
 
52372
Author:     Colin Walters <walters@verbum.org>
 
52373
AuthorDate: Mon Apr 16 13:55:02 2012 -0400
 
52374
Commit:     Colin Walters <walters@verbum.org>
 
52375
CommitDate: Mon Apr 16 14:14:29 2012 -0400
46020
52376
 
46021
52377
    tests: Fix race conditions in mainloop/invoke test
46022
52378
 
46033
52389
 1 file changed, 6 insertions(+), 3 deletions(-)
46034
52390
 
46035
52391
commit 3054ecf10943575381dfea2513936567be51dd73
46036
 
Author: Colin Walters <walters@verbum.org>
46037
 
Date:   Mon Apr 16 11:50:05 2012 -0400
 
52392
Author:     Colin Walters <walters@verbum.org>
 
52393
AuthorDate: Mon Apr 16 11:50:05 2012 -0400
 
52394
Commit:     Dan Winship <danw@gnome.org>
 
52395
CommitDate: Mon Apr 16 13:47:27 2012 -0400
46038
52396
 
46039
52397
    tests/mainloop: Add a test for recursive child sources
46040
52398
 
46045
52403
 1 file changed, 57 insertions(+)
46046
52404
 
46047
52405
commit bdbb5313408013d0877aa76352fa4a14015841c5
46048
 
Author: Dan Winship <danw@gnome.org>
46049
 
Date:   Fri Apr 13 11:44:34 2012 -0400
 
52406
Author:     Dan Winship <danw@gnome.org>
 
52407
AuthorDate: Fri Apr 13 11:44:34 2012 -0400
 
52408
Commit:     Dan Winship <danw@gnome.org>
 
52409
CommitDate: Mon Apr 16 13:47:27 2012 -0400
46050
52410
 
46051
52411
    tests/mainloop: add a test for child sources
46052
52412
 
46057
52417
 1 file changed, 98 insertions(+)
46058
52418
 
46059
52419
commit a49568ceccb133c5a99524f3fdb842f0c05eb0b3
46060
 
Author: Dan Winship <danw@gnome.org>
46061
 
Date:   Wed Apr 11 15:21:17 2012 -0400
 
52420
Author:     Dan Winship <danw@gnome.org>
 
52421
AuthorDate: Wed Apr 11 15:21:17 2012 -0400
 
52422
Commit:     Dan Winship <danw@gnome.org>
 
52423
CommitDate: Mon Apr 16 13:47:27 2012 -0400
46062
52424
 
46063
52425
    gmain: block child sources when blocking the parent
46064
52426
 
46072
52434
 1 file changed, 29 insertions(+), 6 deletions(-)
46073
52435
 
46074
52436
commit b3b32be1e1a7dab2467456b73bf8cbf5f64f2cbf
46075
 
Author: Kalev Lember <kalevlember@gmail.com>
46076
 
Date:   Sat Apr 14 15:48:13 2012 +0300
 
52437
Author:     Kalev Lember <kalevlember@gmail.com>
 
52438
AuthorDate: Sat Apr 14 15:48:13 2012 +0300
 
52439
Commit:     Kalev Lember <kalevlember@gmail.com>
 
52440
CommitDate: Mon Apr 16 18:46:12 2012 +0300
46077
52441
 
46078
52442
    Only build gmenumodel test on unix
46079
52443
 
46083
52447
 1 file changed, 1 insertion(+), 1 deletion(-)
46084
52448
 
46085
52449
commit aacd3469a595f32627691f1a7d5baf1ffbcc9527
46086
 
Author: Kalev Lember <kalevlember@gmail.com>
46087
 
Date:   Sat Apr 14 15:40:17 2012 +0300
 
52450
Author:     Kalev Lember <kalevlember@gmail.com>
 
52451
AuthorDate: Sat Apr 14 15:40:17 2012 +0300
 
52452
Commit:     Kalev Lember <kalevlember@gmail.com>
 
52453
CommitDate: Mon Apr 16 18:46:12 2012 +0300
46088
52454
 
46089
52455
    tests/fileutils: Fix Windows build
46090
52456
 
46092
52458
 1 file changed, 2 insertions(+)
46093
52459
 
46094
52460
commit 6bbfa4ee141e89c0961b6d12aa54876e49482fcd
46095
 
Author: Chandan Kumar (ciypro) <chandankumar.093047@gmail.com>
46096
 
Date:   Mon Apr 16 20:50:21 2012 +0530
 
52461
Author:     Chandan Kumar (ciypro) <chandankumar.093047@gmail.com>
 
52462
AuthorDate: Mon Apr 16 20:50:21 2012 +0530
 
52463
Commit:     chandankumar <chandankumar.093047@gmail.com>
 
52464
CommitDate: Mon Apr 16 20:52:20 2012 +0530
46097
52465
 
46098
52466
    Updated HINDI translation
46099
52467
 
46102
52470
 1 file changed, 145 insertions(+), 164 deletions(-)
46103
52471
 
46104
52472
commit 0f57e5c70ce33d8ee21a2ae8565bd980689ab0c2
46105
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
46106
 
Date:   Mon Apr 16 10:45:12 2012 -0400
 
52473
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
52474
AuthorDate: Mon Apr 16 10:45:12 2012 -0400
 
52475
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
52476
CommitDate: Mon Apr 16 10:53:43 2012 -0400
46107
52477
 
46108
52478
    tests/date: force English locale running the GDateTime tests
46109
52479
 
46115
52485
 1 file changed, 1 insertion(+)
46116
52486
 
46117
52487
commit 01c5cdb50d73ffe205cd42b6e096d249d6428b14
46118
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
46119
 
Date:   Mon Apr 16 16:31:29 2012 +0200
 
52488
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
52489
AuthorDate: Mon Apr 16 16:31:29 2012 +0200
 
52490
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
52491
CommitDate: Mon Apr 16 16:31:29 2012 +0200
46120
52492
 
46121
52493
    Updated Spanish translation
46122
52494
 
46125
52497
 1 file changed, 106 insertions(+), 104 deletions(-)
46126
52498
 
46127
52499
commit db4a635963480d27eb2b87264b12b50afb6266d7
46128
 
Author: Petr Kovar <pkovar@redhat.com>
46129
 
Date:   Mon Apr 16 15:57:21 2012 +0200
 
52500
Author:     Petr Kovar <pkovar@redhat.com>
 
52501
AuthorDate: Mon Apr 16 15:57:21 2012 +0200
 
52502
Commit:     Petr Kovar <pkovar@redhat.com>
 
52503
CommitDate: Mon Apr 16 15:57:21 2012 +0200
46130
52504
 
46131
52505
    Update Czech translation
46132
52506
 
46135
52509
 1 file changed, 85 insertions(+), 84 deletions(-)
46136
52510
 
46137
52511
commit 666374c16f3d8118fe3422839d22ca32af69e4d0
46138
 
Author: Stef Walter <stefw@gnome.org>
46139
 
Date:   Wed Apr 4 17:13:10 2012 +0200
 
52512
Author:     Stef Walter <stefw@gnome.org>
 
52513
AuthorDate: Wed Apr 4 17:13:10 2012 +0200
 
52514
Commit:     Stef Walter <stefw@gnome.org>
 
52515
CommitDate: Mon Apr 16 15:51:39 2012 +0200
46140
52516
 
46141
52517
    Add support for MX, TXT, NS and SOA records to GResolver
46142
52518
 
46162
52538
 8 files changed, 862 insertions(+), 102 deletions(-)
46163
52539
 
46164
52540
commit cec17df59810b6f321d0b43027f3b90e4b1ba18c
46165
 
Author: Petr Kovar <pkovar@redhat.com>
46166
 
Date:   Mon Apr 16 15:21:17 2012 +0200
 
52541
Author:     Petr Kovar <pkovar@redhat.com>
 
52542
AuthorDate: Mon Apr 16 15:21:17 2012 +0200
 
52543
Commit:     Petr Kovar <pkovar@redhat.com>
 
52544
CommitDate: Mon Apr 16 15:21:17 2012 +0200
46167
52545
 
46168
52546
    Update Czech translation
46169
52547
 
46172
52550
 1 file changed, 143 insertions(+), 218 deletions(-)
46173
52551
 
46174
52552
commit b17085dcb9cbf13a55a11ad4bff718e8d3c5d54e
46175
 
Author: Yinghua Wang <wantinghard@gmail.com>
46176
 
Date:   Mon Apr 16 14:06:56 2012 +0800
 
52553
Author:     Yinghua Wang <wantinghard@gmail.com>
 
52554
AuthorDate: Mon Apr 16 14:06:56 2012 +0800
 
52555
Commit:     YunQiang Su <yqsu@src.gnome.org>
 
52556
CommitDate: Mon Apr 16 14:06:56 2012 +0800
46177
52557
 
46178
52558
    update Simplified Chinese (zh_CN) translation
46179
52559
 
46182
52562
 1 file changed, 162 insertions(+), 158 deletions(-)
46183
52563
 
46184
52564
commit 6d19f11c89db11cd5bb3637c83261b6316b150df
46185
 
Author: Rafał Mużyło <galtgendo@o2.pl>
46186
 
Date:   Sun Apr 15 11:17:07 2012 -0400
 
52565
Author:     Rafał Mużyło <galtgendo@o2.pl>
 
52566
AuthorDate: Sun Apr 15 11:17:07 2012 -0400
 
52567
Commit:     Colin Walters <walters@verbum.org>
 
52568
CommitDate: Sun Apr 15 11:17:28 2012 -0400
46187
52569
 
46188
52570
    configure: Fix typo in ELF check
46189
52571
 
46193
52575
 1 file changed, 1 insertion(+), 1 deletion(-)
46194
52576
 
46195
52577
commit 4b98c512df9102086f9c6babb04fed3533b73925
46196
 
Author: Colin Walters <walters@verbum.org>
46197
 
Date:   Thu Apr 12 13:54:55 2012 -0400
 
52578
Author:     Colin Walters <walters@verbum.org>
 
52579
AuthorDate: Thu Apr 12 13:54:55 2012 -0400
 
52580
Commit:     Colin Walters <walters@verbum.org>
 
52581
CommitDate: Sun Apr 15 11:15:54 2012 -0400
46198
52582
 
46199
52583
    build: When cross compiling, don't require host binaries if tests
46200
52584
    are not enabled
46209
52593
 1 file changed, 1 insertion(+), 1 deletion(-)
46210
52594
 
46211
52595
commit f084b603771f78126bc0b07229a1574b76e776bb
46212
 
Author: Colin Walters <walters@verbum.org>
46213
 
Date:   Fri Jan 13 10:09:10 2012 -0500
 
52596
Author:     Colin Walters <walters@verbum.org>
 
52597
AuthorDate: Fri Jan 13 10:09:10 2012 -0500
 
52598
Commit:     Colin Walters <walters@verbum.org>
 
52599
CommitDate: Sun Apr 15 11:15:54 2012 -0400
46214
52600
 
46215
52601
    build: Add --disable-modular-tests build option
46216
52602
 
46237
52623
 5 files changed, 39 insertions(+), 10 deletions(-)
46238
52624
 
46239
52625
commit 366c39b6420c4cd23653a0e7d798d5f34e556392
46240
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
46241
 
Date:   Sun Apr 15 00:27:04 2012 +0400
 
52626
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
52627
AuthorDate: Sun Apr 15 00:27:04 2012 +0400
 
52628
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
52629
CommitDate: Sun Apr 15 00:27:04 2012 +0400
46242
52630
 
46243
52631
    Updated Russian translation
46244
52632
 
46247
52635
 1 file changed, 678 insertions(+), 710 deletions(-)
46248
52636
 
46249
52637
commit 1e2ca7646400f5f3a4464bbac3f50852dbf4e4cf
46250
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
46251
 
Date:   Fri Apr 13 16:06:16 2012 -0400
 
52638
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
52639
AuthorDate: Fri Apr 13 16:06:16 2012 -0400
 
52640
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
52641
CommitDate: Sat Apr 14 13:09:33 2012 -0400
46252
52642
 
46253
52643
    fileinfo: document the correct type for trash::orig-path
46254
52644
 
46262
52652
 1 file changed, 2 insertions(+), 2 deletions(-)
46263
52653
 
46264
52654
commit 6a9341d851030eac3cd20eb5b91a02d1db3c7006
46265
 
Author: David Zeuthen <davidz@redhat.com>
46266
 
Date:   Sat Apr 14 12:40:57 2012 -0400
 
52655
Author:     David Zeuthen <davidz@redhat.com>
 
52656
AuthorDate: Sat Apr 14 12:40:57 2012 -0400
 
52657
Commit:     David Zeuthen <davidz@redhat.com>
 
52658
CommitDate: Sat Apr 14 12:40:57 2012 -0400
46267
52659
 
46268
52660
    GDBusAuth: Handle when no there is no auth observer present
46269
52661
 
46275
52667
 1 file changed, 1 insertion(+), 1 deletion(-)
46276
52668
 
46277
52669
commit b9d1fe7db23c14440c64a3878c9461162b948826
46278
 
Author: David Zeuthen <davidz@redhat.com>
46279
 
Date:   Wed Apr 11 23:34:08 2012 -0400
 
52670
Author:     David Zeuthen <davidz@redhat.com>
 
52671
AuthorDate: Wed Apr 11 23:34:08 2012 -0400
 
52672
Commit:     David Zeuthen <davidz@redhat.com>
 
52673
CommitDate: Sat Apr 14 12:33:14 2012 -0400
46280
52674
 
46281
52675
    Check that auth methods work and interoperate with libdbus-1
46282
52676
 
46290
52684
 2 files changed, 299 insertions(+)
46291
52685
 
46292
52686
commit 9496565a4cf3cc175929a3d184cb5dc6023f62ec
46293
 
Author: David Zeuthen <davidz@redhat.com>
46294
 
Date:   Sat Apr 14 12:29:30 2012 -0400
 
52687
Author:     David Zeuthen <davidz@redhat.com>
 
52688
AuthorDate: Sat Apr 14 12:29:30 2012 -0400
 
52689
Commit:     David Zeuthen <davidz@redhat.com>
 
52690
CommitDate: Sat Apr 14 12:32:23 2012 -0400
46295
52691
 
46296
52692
    GSocketControlMessage: Don't warn about unknown messages
46297
52693
 
46303
52699
 1 file changed, 9 insertions(+), 2 deletions(-)
46304
52700
 
46305
52701
commit ce81bd87c5fdd54126ceb81c17fea7c914833c3e
46306
 
Author: David Zeuthen <davidz@redhat.com>
46307
 
Date:   Wed Apr 11 23:30:48 2012 -0400
 
52702
Author:     David Zeuthen <davidz@redhat.com>
 
52703
AuthorDate: Wed Apr 11 23:30:48 2012 -0400
 
52704
Commit:     David Zeuthen <davidz@redhat.com>
 
52705
CommitDate: Sat Apr 14 11:52:20 2012 -0400
46308
52706
 
46309
52707
    GDBusAuthObserver: Add a way to control what authentication mechanisms
46310
52708
    to use
46323
52721
 7 files changed, 97 insertions(+), 12 deletions(-)
46324
52722
 
46325
52723
commit bb7f3e0cbd89d0a55630e02dba562303c038a445
46326
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
46327
 
Date:   Thu Apr 5 23:26:12 2012 +0200
 
52724
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
52725
AuthorDate: Thu Apr 5 23:26:12 2012 +0200
 
52726
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
52727
CommitDate: Sat Apr 14 02:44:25 2012 +0200
46328
52728
 
46329
52729
    GDesktopAppInfo: add an accessor for StartupWMClass
46330
52730
 
46342
52742
 6 files changed, 46 insertions(+), 1 deletion(-)
46343
52743
 
46344
52744
commit 79013634abe3a627d867f7054aaedb453b83d831
46345
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
46346
 
Date:   Mon Apr 9 20:27:24 2012 +0200
 
52745
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
52746
AuthorDate: Mon Apr 9 20:27:24 2012 +0200
 
52747
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
52748
CommitDate: Sat Apr 14 02:22:36 2012 +0200
46347
52749
 
46348
52750
    Add version macros for 2.34
46349
52751
 
46356
52758
 1 file changed, 24 insertions(+)
46357
52759
 
46358
52760
commit 55bbb9fc69856fff853e4f464ac0813e247e78d2
46359
 
Author: Matthias Clasen <mclasen@redhat.com>
46360
 
Date:   Fri Apr 13 19:54:42 2012 -0400
 
52761
Author:     Matthias Clasen <mclasen@redhat.com>
 
52762
AuthorDate: Fri Apr 13 19:54:42 2012 -0400
 
52763
Commit:     Matthias Clasen <mclasen@redhat.com>
 
52764
CommitDate: Fri Apr 13 19:54:42 2012 -0400
46361
52765
 
46362
52766
    Bump version
46363
52767
 
46365
52769
 1 file changed, 2 insertions(+), 2 deletions(-)
46366
52770
 
46367
52771
commit 2b6cf583d264c101c72f4f7554925a0612b58e08
46368
 
Author: Matthias Clasen <mclasen@redhat.com>
46369
 
Date:   Fri Apr 13 19:53:42 2012 -0400
 
52772
Author:     Matthias Clasen <mclasen@redhat.com>
 
52773
AuthorDate: Fri Apr 13 19:53:42 2012 -0400
 
52774
Commit:     Matthias Clasen <mclasen@redhat.com>
 
52775
CommitDate: Fri Apr 13 19:53:42 2012 -0400
46370
52776
 
46371
52777
    2.32.1
46372
52778
 
46374
52780
 1 file changed, 9 insertions(+)
46375
52781
 
46376
52782
commit c1a83a4ac8b0e45bd176ff1334f58ae2d5c33ad2
46377
 
Author: Matthias Clasen <mclasen@redhat.com>
46378
 
Date:   Fri Apr 13 18:51:23 2012 -0400
 
52783
Author:     Matthias Clasen <mclasen@redhat.com>
 
52784
AuthorDate: Fri Apr 13 18:51:23 2012 -0400
 
52785
Commit:     Matthias Clasen <mclasen@redhat.com>
 
52786
CommitDate: Fri Apr 13 19:53:07 2012 -0400
46379
52787
 
46380
52788
    Fix distcheck
46381
52789
 
46387
52795
 2 files changed, 6 insertions(+), 2 deletions(-)
46388
52796
 
46389
52797
commit 9375212311382679344649b66d5161b25af02724
46390
 
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
46391
 
Date:   Fri Apr 13 19:39:19 2012 +0200
 
52798
Author:     Christian Kirbach <Christian.Kirbach@googlemail.com>
 
52799
AuthorDate: Fri Apr 13 19:39:19 2012 +0200
 
52800
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
52801
CommitDate: Fri Apr 13 19:39:19 2012 +0200
46392
52802
 
46393
52803
    [l10n] Updated German translation
46394
52804
 
46397
52807
 1 file changed, 152 insertions(+), 150 deletions(-)
46398
52808
 
46399
52809
commit baf0ebf7b233f05359f59dbee8d73fa15ef09407
46400
 
Author: Dan Winship <danw@gnome.org>
46401
 
Date:   Fri Apr 13 11:43:09 2012 -0400
 
52810
Author:     Dan Winship <danw@gnome.org>
 
52811
AuthorDate: Fri Apr 13 11:43:09 2012 -0400
 
52812
Commit:     Dan Winship <danw@gnome.org>
 
52813
CommitDate: Fri Apr 13 12:15:15 2012 -0400
46402
52814
 
46403
52815
    tests/mainloop: fix a race condition
46404
52816
 
46409
52821
 1 file changed, 9 insertions(+), 1 deletion(-)
46410
52822
 
46411
52823
commit e0aa0ae8a2b8a8989447673a7323434040ec7bd0
46412
 
Author: Dan Winship <danw@gnome.org>
46413
 
Date:   Fri Apr 13 11:42:39 2012 -0400
 
52824
Author:     Dan Winship <danw@gnome.org>
 
52825
AuthorDate: Fri Apr 13 11:42:39 2012 -0400
 
52826
Commit:     Dan Winship <danw@gnome.org>
 
52827
CommitDate: Fri Apr 13 12:15:11 2012 -0400
46414
52828
 
46415
52829
    tests/mainloop: use g_assert_cmpint(), for better error messages
46416
52830
 
46418
52832
 1 file changed, 16 insertions(+), 16 deletions(-)
46419
52833
 
46420
52834
commit 50aed1cc8f5cfc18d389c5e1c059368482fba56d
46421
 
Author: Matthias Clasen <mclasen@redhat.com>
46422
 
Date:   Fri Apr 13 09:31:08 2012 -0400
 
52835
Author:     Matthias Clasen <mclasen@redhat.com>
 
52836
AuthorDate: Fri Apr 13 09:31:08 2012 -0400
 
52837
Commit:     Matthias Clasen <mclasen@redhat.com>
 
52838
CommitDate: Fri Apr 13 09:39:48 2012 -0400
46423
52839
 
46424
52840
    Make the markup-parse test independent of the locale
46425
52841
 
46434
52850
 1 file changed, 1 insertion(+)
46435
52851
 
46436
52852
commit 5e0be9e9e2a3ed3b84fe3ce8d4d560220bd78811
46437
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
46438
 
Date:   Fri Apr 13 13:27:39 2012 +0100
 
52853
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
52854
AuthorDate: Fri Apr 13 13:27:39 2012 +0100
 
52855
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
52856
CommitDate: Fri Apr 13 13:27:39 2012 +0100
46439
52857
 
46440
52858
    Updated British English translation
46441
52859
 
46444
52862
 1 file changed, 147 insertions(+), 142 deletions(-)
46445
52863
 
46446
52864
commit e13fc585354508cb28dd08b7d3f44f5744cfa461
46447
 
Author: Kalev Lember <kalevlember@gmail.com>
46448
 
Date:   Fri Apr 13 13:22:46 2012 +0300
 
52865
Author:     Kalev Lember <kalevlember@gmail.com>
 
52866
AuthorDate: Fri Apr 13 13:22:46 2012 +0300
 
52867
Commit:     Kalev Lember <kalevlember@gmail.com>
 
52868
CommitDate: Fri Apr 13 13:22:46 2012 +0300
46449
52869
 
46450
52870
    GResource docs: fix typo
46451
52871
 
46453
52873
 1 file changed, 1 insertion(+), 1 deletion(-)
46454
52874
 
46455
52875
commit 192892b52cbd13d4d3a09c1ca09c5ccdfe76d359
46456
 
Author: Ryan Lortie <desrt@desrt.ca>
46457
 
Date:   Thu Apr 12 20:04:32 2012 -0400
 
52876
Author:     Ryan Lortie <desrt@desrt.ca>
 
52877
AuthorDate: Thu Apr 12 20:04:32 2012 -0400
 
52878
Commit:     Ryan Lortie <desrt@desrt.ca>
 
52879
CommitDate: Thu Apr 12 20:04:32 2012 -0400
46458
52880
 
46459
52881
    GSettings docs: clarify what is a good path
46460
52882
 
46465
52887
 1 file changed, 9 insertions(+), 1 deletion(-)
46466
52888
 
46467
52889
commit 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa
46468
 
Author: Ryan Lortie <desrt@desrt.ca>
46469
 
Date:   Thu Apr 12 19:55:34 2012 -0400
 
52890
Author:     Ryan Lortie <desrt@desrt.ca>
 
52891
AuthorDate: Thu Apr 12 19:55:34 2012 -0400
 
52892
Commit:     Ryan Lortie <desrt@desrt.ca>
 
52893
CommitDate: Thu Apr 12 19:55:34 2012 -0400
46470
52894
 
46471
52895
    glib-compile-schemas: warn about bad dconf paths
46472
52896
 
46483
52907
 1 file changed, 6 insertions(+)
46484
52908
 
46485
52909
commit 386f0f29fd3dc8e39f49b50ae496c6b1feb3b0a1
46486
 
Author: Alexander Larsson <alexl@redhat.com>
46487
 
Date:   Thu Apr 12 16:50:20 2012 +0200
 
52910
Author:     Alexander Larsson <alexl@redhat.com>
 
52911
AuthorDate: Thu Apr 12 16:50:20 2012 +0200
 
52912
Commit:     Alexander Larsson <alexl@redhat.com>
 
52913
CommitDate: Thu Apr 12 16:50:20 2012 +0200
46488
52914
 
46489
52915
    Fall back to SO_PEERCRED if credentials passing fails
46490
52916
 
46500
52926
 1 file changed, 3 insertions(+), 1 deletion(-)
46501
52927
 
46502
52928
commit ec91ed00f14c70cca9749347b8ebc19d72d9885b
46503
 
Author: Alexander Larsson <alexl@redhat.com>
46504
 
Date:   Thu Apr 12 16:43:49 2012 +0200
 
52929
Author:     Alexander Larsson <alexl@redhat.com>
 
52930
AuthorDate: Thu Apr 12 16:43:49 2012 +0200
 
52931
Commit:     Alexander Larsson <alexl@redhat.com>
 
52932
CommitDate: Thu Apr 12 16:43:49 2012 +0200
46505
52933
 
46506
52934
    Detect "empty" socket credentials on Linux
46507
52935
 
46528
52956
 1 file changed, 7 insertions(+)
46529
52957
 
46530
52958
commit 69d929e67fd44d9a20c64064cc7e06f5d3cead82
46531
 
Author: William Hua <william@attente.ca>
46532
 
Date:   Wed Apr 11 23:25:09 2012 -0400
 
52959
Author:     William Hua <william@attente.ca>
 
52960
AuthorDate: Wed Apr 11 23:25:09 2012 -0400
 
52961
Commit:     William Hua <william@attente.ca>
 
52962
CommitDate: Wed Apr 11 23:25:09 2012 -0400
46533
52963
 
46534
52964
    Be more precise about Carbon v. Cocoa.
46535
52965
 
46540
52970
 4 files changed, 18 insertions(+), 7 deletions(-)
46541
52971
 
46542
52972
commit ebe30ef463f5fd2f011a3386c8e95aff7a42ab22
46543
 
Author: OKANO Takayoshi <kano@na.rim.or.jp>
46544
 
Date:   Thu Apr 12 09:30:05 2012 +0900
 
52973
Author:     OKANO Takayoshi <kano@na.rim.or.jp>
 
52974
AuthorDate: Thu Apr 12 09:30:05 2012 +0900
 
52975
Commit:     Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
52976
CommitDate: Thu Apr 12 09:31:51 2012 +0900
46545
52977
 
46546
52978
    [l10n] Update Japanese translation
46547
52979
 
46550
52982
 1 file changed, 215 insertions(+), 215 deletions(-)
46551
52983
 
46552
52984
commit 47692845c0a062a76f99b5de125c5eafa4556847
46553
 
Author: Kalev Lember <kalevlember@gmail.com>
46554
 
Date:   Wed Apr 11 16:41:48 2012 +0300
 
52985
Author:     Kalev Lember <kalevlember@gmail.com>
 
52986
AuthorDate: Wed Apr 11 16:41:48 2012 +0300
 
52987
Commit:     Kalev Lember <kalevlember@gmail.com>
 
52988
CommitDate: Wed Apr 11 20:01:44 2012 +0300
46555
52989
 
46556
52990
    gio-2.0.pc: Avoid full path to executables
46557
52991
 
46578
53012
 1 file changed, 3 insertions(+), 3 deletions(-)
46579
53013
 
46580
53014
commit 5739d896f8d3bf9883d4f5e4b7553a617a1c751a
46581
 
Author: Jeremy Huddleston <jeremyhu@apple.com>
46582
 
Date:   Wed Apr 11 02:05:00 2012 -0400
 
53015
Author:     Jeremy Huddleston <jeremyhu@apple.com>
 
53016
AuthorDate: Wed Apr 11 02:05:00 2012 -0400
 
53017
Commit:     William Hua <william@attente.ca>
 
53018
CommitDate: Wed Apr 11 10:31:59 2012 -0400
46583
53019
 
46584
53020
    Don't use fast enumeration in old version of Mac OS.
46585
53021
 
46589
53025
 1 file changed, 12 insertions(+), 2 deletions(-)
46590
53026
 
46591
53027
commit 51a2661da647d6ad5610a98bbdb8c805f822265b
46592
 
Author: Jeremy Huddleston <jeremyhu@apple.com>
46593
 
Date:   Wed Apr 11 01:44:29 2012 -0400
 
53028
Author:     Jeremy Huddleston <jeremyhu@apple.com>
 
53029
AuthorDate: Wed Apr 11 01:44:29 2012 -0400
 
53030
Commit:     William Hua <william@attente.ca>
 
53031
CommitDate: Wed Apr 11 10:31:59 2012 -0400
46594
53032
 
46595
53033
    Link with Foundation framework on OSX.
46596
53034
 
46600
53038
 1 file changed, 7 insertions(+), 4 deletions(-)
46601
53039
 
46602
53040
commit 92654b5035966e36a3b17d4a8a7db74d857f3acf
46603
 
Author: Bruno Brouard <annoa.b@gmail.com>
46604
 
Date:   Wed Apr 11 14:53:22 2012 +0200
 
53041
Author:     Bruno Brouard <annoa.b@gmail.com>
 
53042
AuthorDate: Wed Apr 11 14:53:22 2012 +0200
 
53043
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
53044
CommitDate: Wed Apr 11 14:53:22 2012 +0200
46605
53045
 
46606
53046
    Updated French translation
46607
53047
 
46610
53050
 1 file changed, 90 insertions(+), 86 deletions(-)
46611
53051
 
46612
53052
commit 708f82735ddade84ebd82106aa921fcb04c8c01f
46613
 
Author: Chandan Kumar (ciypro) <chandankumar.093047@gmail.com>
46614
 
Date:   Wed Apr 11 16:25:22 2012 +0530
 
53053
Author:     Chandan Kumar (ciypro) <chandankumar.093047@gmail.com>
 
53054
AuthorDate: Wed Apr 11 16:25:22 2012 +0530
 
53055
Commit:     chandankumar <chandankumar.093047@gmail.com>
 
53056
CommitDate: Wed Apr 11 16:27:42 2012 +0530
46615
53057
 
46616
53058
    Updated HINDI translation
46617
53059
 
46620
53062
 1 file changed, 586 insertions(+), 465 deletions(-)
46621
53063
 
46622
53064
commit 53accb95c017f21761d550dddc92c8d8bf5f2d58
46623
 
Author: Kjartan Maraas <kmaraas@gnome.org>
46624
 
Date:   Wed Apr 11 12:41:51 2012 +0200
 
53065
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
53066
AuthorDate: Wed Apr 11 12:41:51 2012 +0200
 
53067
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
53068
CommitDate: Wed Apr 11 12:41:51 2012 +0200
46625
53069
 
46626
53070
    Updated Norwegian bokmål translation
46627
53071
 
46630
53074
 1 file changed, 116 insertions(+), 112 deletions(-)
46631
53075
 
46632
53076
commit e1cabfd3f2c294d5fc7c79135d1bb284b456c0d1
46633
 
Author: Matthias Clasen <mclasen@redhat.com>
46634
 
Date:   Tue Apr 10 23:52:30 2012 -0400
 
53077
Author:     Matthias Clasen <mclasen@redhat.com>
 
53078
AuthorDate: Tue Apr 10 23:52:30 2012 -0400
 
53079
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53080
CommitDate: Tue Apr 10 23:52:30 2012 -0400
46635
53081
 
46636
53082
    Updates
46637
53083
 
46639
53085
 1 file changed, 35 insertions(+)
46640
53086
 
46641
53087
commit e448f206e6473b5eb17b2296d90a5876eb5f34a0
46642
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
46643
 
Date:   Tue Apr 10 23:12:29 2012 +0200
 
53088
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
53089
AuthorDate: Tue Apr 10 23:12:29 2012 +0200
 
53090
Commit:     Gil Forcada <gforcada@gnome.org>
 
53091
CommitDate: Tue Apr 10 23:12:29 2012 +0200
46644
53092
 
46645
53093
    [l10n]Updated Catalan (Valencian) translation
46646
53094
 
46649
53097
 1 file changed, 96 insertions(+), 91 deletions(-)
46650
53098
 
46651
53099
commit 1083b28fb98daed0318eadbc26fdde3201c7ca0a
46652
 
Author: Jordi Serratosa <jordis@softcatala.cat>
46653
 
Date:   Tue Apr 10 23:12:23 2012 +0200
 
53100
Author:     Jordi Serratosa <jordis@softcatala.cat>
 
53101
AuthorDate: Tue Apr 10 23:12:23 2012 +0200
 
53102
Commit:     Gil Forcada <gforcada@gnome.org>
 
53103
CommitDate: Tue Apr 10 23:12:23 2012 +0200
46654
53104
 
46655
53105
    [l10n] Fixes on Catalan translation
46656
53106
 
46659
53109
 1 file changed, 122 insertions(+), 127 deletions(-)
46660
53110
 
46661
53111
commit c037879bd1424dce4e897635d829327b21e86e69
46662
 
Author: Will Thompson <will.thompson@collabora.co.uk>
46663
 
Date:   Fri Apr 6 10:03:29 2012 +0100
 
53112
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
53113
AuthorDate: Fri Apr 6 10:03:29 2012 +0100
 
53114
Commit:     David Zeuthen <davidz@redhat.com>
 
53115
CommitDate: Tue Apr 10 16:39:49 2012 -0400
46664
53116
 
46665
53117
    gdbus: test case for 673612
46666
53118
 
46676
53128
 1 file changed, 59 insertions(+), 1 deletion(-)
46677
53129
 
46678
53130
commit 113f4abb67620696f63d61d1f22a5be635332b7c
46679
 
Author: Will Thompson <will.thompson@collabora.co.uk>
46680
 
Date:   Tue Apr 10 13:20:09 2012 +0100
 
53131
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
53132
AuthorDate: Tue Apr 10 13:20:09 2012 +0100
 
53133
Commit:     David Zeuthen <davidz@redhat.com>
 
53134
CommitDate: Tue Apr 10 16:39:47 2012 -0400
46681
53135
 
46682
53136
    GDBusMessage: do not align for grandchildren of empty arrays.
46683
53137
 
46719
53173
 1 file changed, 72 insertions(+), 79 deletions(-)
46720
53174
 
46721
53175
commit e28d3ef92197eb2e2a6a3a5627dcfaf475021e7e
46722
 
Author: Will Thompson <will.thompson@collabora.co.uk>
46723
 
Date:   Tue Apr 10 12:58:52 2012 +0100
 
53176
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
53177
AuthorDate: Tue Apr 10 12:58:52 2012 +0100
 
53178
Commit:     David Zeuthen <davidz@redhat.com>
 
53179
CommitDate: Tue Apr 10 16:39:45 2012 -0400
46724
53180
 
46725
53181
    GDBusMessage: print more debug info about alignment
46726
53182
 
46730
53186
 1 file changed, 2 insertions(+), 2 deletions(-)
46731
53187
 
46732
53188
commit ce5710121961d0a7dfc1b5f83577e485560fa8c8
46733
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
46734
 
Date:   Tue Apr 10 20:06:51 2012 +0300
 
53189
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
53190
AuthorDate: Tue Apr 10 20:06:51 2012 +0300
 
53191
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
53192
CommitDate: Tue Apr 10 20:06:51 2012 +0300
46735
53193
 
46736
53194
    Updated Hebrew translation.
46737
53195
 
46740
53198
 1 file changed, 129 insertions(+), 125 deletions(-)
46741
53199
 
46742
53200
commit 6620b305a7eae8b59303b3858c25b3f9b9e5fc2d
46743
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
46744
 
Date:   Tue Apr 10 11:06:03 2012 +0200
 
53201
Author:     Мирослав Николић
 
53202
<miroslavnikolic@rocketmail.com>
 
53203
AuthorDate: Tue Apr 10 11:06:03 2012 +0200
 
53204
Commit:     Мирослав Николић
 
53205
<miroslavnikolic@rocketmail.com>
 
53206
CommitDate: Tue Apr 10 11:06:03 2012 +0200
46745
53207
 
46746
53208
    Updated Serbian translation
46747
53209
 
46752
53214
 2 files changed, 184 insertions(+), 182 deletions(-)
46753
53215
 
46754
53216
commit 825fdfdc9a7ad9a64ca2ea9184b7c7db397d37f8
46755
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
46756
 
Date:   Mon Apr 9 20:07:13 2012 -0300
 
53217
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
53218
AuthorDate: Mon Apr 9 20:07:13 2012 -0300
 
53219
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
53220
CommitDate: Mon Apr 9 23:41:00 2012 -0400
46757
53221
 
46758
53222
    gclosure: Support return values of GVariants
46759
53223
 
46763
53227
 1 file changed, 3 insertions(+)
46764
53228
 
46765
53229
commit c39d6954d3219472b3e9187bb86931051d313582
46766
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
46767
 
Date:   Mon Apr 9 15:47:29 2012 -0400
 
53230
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
53231
AuthorDate: Mon Apr 9 15:47:29 2012 -0400
 
53232
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
53233
CommitDate: Mon Apr 9 15:47:29 2012 -0400
46768
53234
 
46769
53235
    tests: always use four digit years for date parsing tests
46770
53236
 
46777
53243
 1 file changed, 4 insertions(+), 4 deletions(-)
46778
53244
 
46779
53245
commit 3b079daf9de2a293ad272ca997cd9dd06f072d8e
46780
 
Author: Aurimas Černius <aurisc4@gmail.com>
46781
 
Date:   Mon Apr 9 21:52:10 2012 +0300
 
53246
Author:     Aurimas Černius <aurisc4@gmail.com>
 
53247
AuthorDate: Mon Apr 9 21:52:10 2012 +0300
 
53248
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
53249
CommitDate: Mon Apr 9 21:52:10 2012 +0300
46782
53250
 
46783
53251
    Updated Lithuanian translation
46784
53252
 
46787
53255
 1 file changed, 99 insertions(+), 97 deletions(-)
46788
53256
 
46789
53257
commit 390f02fca0a3f79e7349bf12bdf30cba5ceae448
46790
 
Author: Piotr Drąg <piotrdrag@gmail.com>
46791
 
Date:   Mon Apr 9 17:24:00 2012 +0200
 
53258
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
53259
AuthorDate: Mon Apr 9 17:24:00 2012 +0200
 
53260
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
53261
CommitDate: Mon Apr 9 17:24:00 2012 +0200
46792
53262
 
46793
53263
    Updated POTFILES.skip
46794
53264
 
46796
53266
 1 file changed, 1 insertion(+)
46797
53267
 
46798
53268
commit 72aca9db1de2fc897e85d47ada1674af9b96c9b4
46799
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
46800
 
Date:   Sun Apr 8 21:56:22 2012 +0200
 
53269
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
53270
AuthorDate: Sun Apr 8 21:56:22 2012 +0200
 
53271
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
53272
CommitDate: Sun Apr 8 21:56:22 2012 +0200
46801
53273
 
46802
53274
    Updated Galician translations
46803
53275
 
46806
53278
 1 file changed, 107 insertions(+), 103 deletions(-)
46807
53279
 
46808
53280
commit ee29e496841d3b56689e826eba9ec0e7ca7f91bc
46809
 
Author: Matthias Clasen <mclasen@redhat.com>
46810
 
Date:   Sun Apr 8 10:23:16 2012 -0400
 
53281
Author:     Matthias Clasen <mclasen@redhat.com>
 
53282
AuthorDate: Sun Apr 8 10:23:16 2012 -0400
 
53283
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53284
CommitDate: Sun Apr 8 10:24:52 2012 -0400
46811
53285
 
46812
53286
    binding: Improve test coverage
46813
53287
 
46815
53289
 1 file changed, 3 insertions(+)
46816
53290
 
46817
53291
commit fb0951e67aa8f650f76d6e9bddf4f93c42c57735
46818
 
Author: Matthias Clasen <mclasen@redhat.com>
46819
 
Date:   Sun Apr 8 10:21:50 2012 -0400
 
53292
Author:     Matthias Clasen <mclasen@redhat.com>
 
53293
AuthorDate: Sun Apr 8 10:21:50 2012 -0400
 
53294
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53295
CommitDate: Sun Apr 8 10:24:52 2012 -0400
46820
53296
 
46821
53297
    spawn: Improve test coverage
46822
53298
 
46830
53306
 2 files changed, 33 insertions(+)
46831
53307
 
46832
53308
commit b87e7ca7291929d405deaec23368165638255504
46833
 
Author: Matthias Clasen <mclasen@redhat.com>
46834
 
Date:   Sun Apr 8 10:21:27 2012 -0400
 
53309
Author:     Matthias Clasen <mclasen@redhat.com>
 
53310
AuthorDate: Sun Apr 8 10:21:27 2012 -0400
 
53311
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53312
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46835
53313
 
46836
53314
    mainloop: Improve test coverage
46837
53315
 
46839
53317
 1 file changed, 10 insertions(+)
46840
53318
 
46841
53319
commit 43806fca693cb2b12d6f50b0ec38f5e2ed8022c5
46842
 
Author: Matthias Clasen <mclasen@redhat.com>
46843
 
Date:   Sun Apr 8 10:20:46 2012 -0400
 
53320
Author:     Matthias Clasen <mclasen@redhat.com>
 
53321
AuthorDate: Sun Apr 8 10:20:46 2012 -0400
 
53322
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53323
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46844
53324
 
46845
53325
    settings: Improve test coverage
46846
53326
 
46848
53328
 1 file changed, 11 insertions(+)
46849
53329
 
46850
53330
commit 3072e7afee287a32d44b1113fd341f7ae64b77e3
46851
 
Author: Matthias Clasen <mclasen@redhat.com>
46852
 
Date:   Sun Apr 8 10:20:10 2012 -0400
 
53331
Author:     Matthias Clasen <mclasen@redhat.com>
 
53332
AuthorDate: Sun Apr 8 10:20:10 2012 -0400
 
53333
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53334
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46853
53335
 
46854
53336
    gdbusserver: Improve test coverage
46855
53337
 
46857
53339
 1 file changed, 23 insertions(+), 1 deletion(-)
46858
53340
 
46859
53341
commit 26145b97088428444182bcd3c1371c9e27bcb375
46860
 
Author: Matthias Clasen <mclasen@redhat.com>
46861
 
Date:   Sun Apr 8 10:19:20 2012 -0400
 
53342
Author:     Matthias Clasen <mclasen@redhat.com>
 
53343
AuthorDate: Sun Apr 8 10:19:20 2012 -0400
 
53344
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53345
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46862
53346
 
46863
53347
    icon: Improve test coverage
46864
53348
 
46866
53350
 1 file changed, 8 insertions(+)
46867
53351
 
46868
53352
commit a8c869e9458087220df7e0194c3981032e8caed4
46869
 
Author: Matthias Clasen <mclasen@redhat.com>
46870
 
Date:   Sun Apr 8 10:17:32 2012 -0400
 
53353
Author:     Matthias Clasen <mclasen@redhat.com>
 
53354
AuthorDate: Sun Apr 8 10:17:32 2012 -0400
 
53355
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53356
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46871
53357
 
46872
53358
    contenttype: Improve test coverage
46873
53359
 
46879
53365
 1 file changed, 70 insertions(+)
46880
53366
 
46881
53367
commit 1e2cf010e7de9041c38a2ea4bb29807086720f76
46882
 
Author: Matthias Clasen <mclasen@redhat.com>
46883
 
Date:   Sun Apr 8 10:17:04 2012 -0400
 
53368
Author:     Matthias Clasen <mclasen@redhat.com>
 
53369
AuthorDate: Sun Apr 8 10:17:04 2012 -0400
 
53370
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53371
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46884
53372
 
46885
53373
    networkaddress: Improve test coverage
46886
53374
 
46888
53376
 1 file changed, 36 insertions(+), 1 deletion(-)
46889
53377
 
46890
53378
commit 5632e9fc9cc588d4846cb40e88194d025f758412
46891
 
Author: Matthias Clasen <mclasen@redhat.com>
46892
 
Date:   Sun Apr 8 10:15:29 2012 -0400
 
53379
Author:     Matthias Clasen <mclasen@redhat.com>
 
53380
AuthorDate: Sun Apr 8 10:15:29 2012 -0400
 
53381
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53382
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46893
53383
 
46894
53384
    networkaddress: Fix userinfo parsing in uris
46895
53385
 
46901
53391
 1 file changed, 5 insertions(+), 5 deletions(-)
46902
53392
 
46903
53393
commit 2a1ea40920b3a65420e085c3828da9e406e7afa0
46904
 
Author: Matthias Clasen <mclasen@redhat.com>
46905
 
Date:   Sat Apr 7 11:32:36 2012 -0400
 
53394
Author:     Matthias Clasen <mclasen@redhat.com>
 
53395
AuthorDate: Sat Apr 7 11:32:36 2012 -0400
 
53396
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53397
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46906
53398
 
46907
53399
    utils: Improve test coverage
46908
53400
 
46912
53404
 1 file changed, 19 insertions(+)
46913
53405
 
46914
53406
commit 5951295937feffcb9b9671c20f3f07a6df4fd984
46915
 
Author: Matthias Clasen <mclasen@redhat.com>
46916
 
Date:   Sat Apr 7 11:28:42 2012 -0400
 
53407
Author:     Matthias Clasen <mclasen@redhat.com>
 
53408
AuthorDate: Sat Apr 7 11:28:42 2012 -0400
 
53409
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53410
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46917
53411
 
46918
53412
    fileutils: Improve test coverage
46919
53413
 
46925
53419
 1 file changed, 56 insertions(+), 3 deletions(-)
46926
53420
 
46927
53421
commit 550b69b963dd63360b762172073490b49167ff70
46928
 
Author: Matthias Clasen <mclasen@redhat.com>
46929
 
Date:   Sat Apr 7 11:28:04 2012 -0400
 
53422
Author:     Matthias Clasen <mclasen@redhat.com>
 
53423
AuthorDate: Sat Apr 7 11:28:04 2012 -0400
 
53424
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53425
CommitDate: Sun Apr 8 10:24:51 2012 -0400
46930
53426
 
46931
53427
    sort: Improve test coverage
46932
53428
 
46936
53432
 1 file changed, 32 insertions(+), 1 deletion(-)
46937
53433
 
46938
53434
commit 06015064b8766bbc3efbc38ed2a62703322ca173
46939
 
Author: Matthias Clasen <mclasen@redhat.com>
46940
 
Date:   Sat Apr 7 11:27:15 2012 -0400
 
53435
Author:     Matthias Clasen <mclasen@redhat.com>
 
53436
AuthorDate: Sat Apr 7 11:27:15 2012 -0400
 
53437
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53438
CommitDate: Sun Apr 8 10:24:50 2012 -0400
46941
53439
 
46942
53440
    date: Improve test coverage
46943
53441
 
46948
53446
 1 file changed, 49 insertions(+)
46949
53447
 
46950
53448
commit cbeecdc4ae5e25e94e694f0503e42386572c5a25
46951
 
Author: Matthias Clasen <mclasen@redhat.com>
46952
 
Date:   Sat Apr 7 11:23:47 2012 -0400
 
53449
Author:     Matthias Clasen <mclasen@redhat.com>
 
53450
AuthorDate: Sat Apr 7 11:23:47 2012 -0400
 
53451
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53452
CommitDate: Sun Apr 8 10:24:50 2012 -0400
46953
53453
 
46954
53454
    convert: Improve test coverage
46955
53455
 
46961
53461
 1 file changed, 17 insertions(+)
46962
53462
 
46963
53463
commit 7d489acecc4d3e293660d59a942e686776d6b2b4
46964
 
Author: Matthias Clasen <mclasen@redhat.com>
46965
 
Date:   Sat Apr 7 11:22:13 2012 -0400
 
53464
Author:     Matthias Clasen <mclasen@redhat.com>
 
53465
AuthorDate: Sat Apr 7 11:22:13 2012 -0400
 
53466
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53467
CommitDate: Sun Apr 8 10:24:50 2012 -0400
46966
53468
 
46967
53469
    collate: Improve test coverage
46968
53470
 
46973
53475
 1 file changed, 3 insertions(+)
46974
53476
 
46975
53477
commit 6a57bf12433e241a82a7646cde33b5297bc86d3a
46976
 
Author: Matthias Clasen <mclasen@redhat.com>
46977
 
Date:   Sat Apr 7 11:21:09 2012 -0400
 
53478
Author:     Matthias Clasen <mclasen@redhat.com>
 
53479
AuthorDate: Sat Apr 7 11:21:09 2012 -0400
 
53480
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53481
CommitDate: Sun Apr 8 10:24:50 2012 -0400
46978
53482
 
46979
53483
    Make the dbus menu tests independent from the session bus
46980
53484
 
46987
53491
 2 files changed, 15 insertions(+), 2 deletions(-)
46988
53492
 
46989
53493
commit d036960d3058825625bc595896306f53e787e408
46990
 
Author: Matthias Clasen <mclasen@redhat.com>
46991
 
Date:   Sat Apr 7 11:20:01 2012 -0400
 
53494
Author:     Matthias Clasen <mclasen@redhat.com>
 
53495
AuthorDate: Sat Apr 7 11:20:01 2012 -0400
 
53496
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53497
CommitDate: Sun Apr 8 10:24:50 2012 -0400
46992
53498
 
46993
53499
    ifdef out some unused code
46994
53500
 
46999
53505
 1 file changed, 15 insertions(+), 11 deletions(-)
47000
53506
 
47001
53507
commit fca9c7a2c73a0c12154b28dff71b90b09f0e0c22
47002
 
Author: Piotr Drąg <piotrdrag@gmail.com>
47003
 
Date:   Sun Apr 8 13:13:53 2012 +0200
 
53508
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
53509
AuthorDate: Sun Apr 8 13:13:53 2012 +0200
 
53510
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
53511
CommitDate: Sun Apr 8 13:13:53 2012 +0200
47004
53512
 
47005
53513
    Updated Polish translation
47006
53514
 
47009
53517
 1 file changed, 99 insertions(+), 95 deletions(-)
47010
53518
 
47011
53519
commit 4becf835b7a2739e727aa0bf272a8b5c0b67b36c
47012
 
Author: Alexander Shopov <ash@kambanaria.org>
47013
 
Date:   Sat Apr 7 20:58:19 2012 +0300
 
53520
Author:     Alexander Shopov <ash@kambanaria.org>
 
53521
AuthorDate: Sat Apr 7 20:58:19 2012 +0300
 
53522
Commit:     Alexander Shopov <ash@kambanaria.org>
 
53523
CommitDate: Sat Apr 7 20:58:19 2012 +0300
47014
53524
 
47015
53525
    Updated Bulgarian translation
47016
53526
 
47019
53529
 1 file changed, 106 insertions(+), 102 deletions(-)
47020
53530
 
47021
53531
commit 5ce66bed3df43b8fe0a2b2b973f7b1b097ee80ac
47022
 
Author: Matthias Clasen <mclasen@redhat.com>
47023
 
Date:   Fri Apr 6 21:22:17 2012 -0400
 
53532
Author:     Matthias Clasen <mclasen@redhat.com>
 
53533
AuthorDate: Fri Apr 6 21:22:17 2012 -0400
 
53534
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53535
CommitDate: Fri Apr 6 21:22:17 2012 -0400
47024
53536
 
47025
53537
    Formatting cleanup
47026
53538
 
47029
53541
 1 file changed, 202 insertions(+), 203 deletions(-)
47030
53542
 
47031
53543
commit 8db4b949b8fa4577ecff0289776a5c098c575cc5
47032
 
Author: Matthias Clasen <mclasen@redhat.com>
47033
 
Date:   Fri Apr 6 20:50:34 2012 -0400
 
53544
Author:     Matthias Clasen <mclasen@redhat.com>
 
53545
AuthorDate: Fri Apr 6 20:50:34 2012 -0400
 
53546
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53547
CommitDate: Fri Apr 6 20:52:15 2012 -0400
47034
53548
 
47035
53549
    Always use '/' in test paths
47036
53550
 
47044
53558
 1 file changed, 3 insertions(+), 3 deletions(-)
47045
53559
 
47046
53560
commit e52cf810426600fde8b92dc44482b9e19680dc43
47047
 
Author: Matthias Clasen <mclasen@redhat.com>
47048
 
Date:   Fri Apr 6 20:41:19 2012 -0400
 
53561
Author:     Matthias Clasen <mclasen@redhat.com>
 
53562
AuthorDate: Fri Apr 6 20:41:19 2012 -0400
 
53563
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53564
CommitDate: Fri Apr 6 20:41:19 2012 -0400
47049
53565
 
47050
53566
    Don't return values from void functions
47051
53567
 
47055
53571
 1 file changed, 2 insertions(+), 4 deletions(-)
47056
53572
 
47057
53573
commit d0b429af482d759f33b82002362ecd8630edc943
47058
 
Author: Matthias Clasen <mclasen@redhat.com>
47059
 
Date:   Fri Apr 6 19:15:53 2012 -0400
 
53574
Author:     Matthias Clasen <mclasen@redhat.com>
 
53575
AuthorDate: Fri Apr 6 19:15:53 2012 -0400
 
53576
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53577
CommitDate: Fri Apr 6 19:15:53 2012 -0400
47060
53578
 
47061
53579
    Revert "GDesktopAppInfo: add an accessor for StartupWMClass"
47062
53580
 
47071
53589
 6 files changed, 1 insertion(+), 42 deletions(-)
47072
53590
 
47073
53591
commit 3ccc4cf91d4ee20df4207f04d3344ee33f1b5c94
47074
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
47075
 
Date:   Thu Apr 5 23:26:12 2012 +0200
 
53592
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
53593
AuthorDate: Thu Apr 5 23:26:12 2012 +0200
 
53594
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
53595
CommitDate: Sat Apr 7 00:22:02 2012 +0200
47076
53596
 
47077
53597
    GDesktopAppInfo: add an accessor for StartupWMClass
47078
53598
 
47090
53610
 6 files changed, 42 insertions(+), 1 deletion(-)
47091
53611
 
47092
53612
commit a81a0622027a21b71ba11677933f07b646cca151
47093
 
Author: Dan Winship <danw@gnome.org>
47094
 
Date:   Wed Apr 4 10:21:24 2012 -0400
 
53613
Author:     Dan Winship <danw@gnome.org>
 
53614
AuthorDate: Wed Apr 4 10:21:24 2012 -0400
 
53615
Commit:     Dan Winship <danw@gnome.org>
 
53616
CommitDate: Thu Apr 5 12:57:56 2012 -0400
47095
53617
 
47096
53618
    gchecksum: fix strict-aliasing warnings in the MD5 code
47097
53619
 
47101
53623
 1 file changed, 21 insertions(+), 18 deletions(-)
47102
53624
 
47103
53625
commit 0c14f2b8a77f93489255147258f3bf9439c6f06d
47104
 
Author: Sasi Bhushan <sasi@swecha.net>
47105
 
Date:   Thu Apr 5 19:23:08 2012 +0530
 
53626
Author:     Sasi Bhushan <sasi@swecha.net>
 
53627
AuthorDate: Thu Apr 5 19:23:08 2012 +0530
 
53628
Commit:     Sasi Bhushan Boddepalli <sasi@swecha.net>
 
53629
CommitDate: Thu Apr 5 19:23:08 2012 +0530
47106
53630
 
47107
53631
    Updated Telugu Translation
47108
53632
 
47111
53635
 1 file changed, 147 insertions(+), 223 deletions(-)
47112
53636
 
47113
53637
commit 265526288958bfe576b02e4d3a2a5cf7d4ea60a5
47114
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47115
 
Date:   Tue Apr 3 13:20:01 2012 +0200
 
53638
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53639
AuthorDate: Tue Apr 3 13:20:01 2012 +0200
 
53640
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53641
CommitDate: Thu Apr 5 10:23:46 2012 -0300
47116
53642
 
47117
53643
    Fix malformed GTK-Doc comment blocks: remove repeated comment blocks.
47118
53644
 
47144
53670
 7 files changed, 3 insertions(+), 62 deletions(-)
47145
53671
 
47146
53672
commit ce7f1a07890e081675f1522595e7a1b519bb6f5e
47147
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47148
 
Date:   Tue Apr 3 10:56:29 2012 +0200
 
53673
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53674
AuthorDate: Tue Apr 3 10:56:29 2012 +0200
 
53675
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53676
CommitDate: Thu Apr 5 10:23:45 2012 -0300
47149
53677
 
47150
53678
    Fix malformed GTK-Doc comment blocks: don't confuse GTK-Doc parsers.
47151
53679
 
47161
53689
 3 files changed, 15 insertions(+), 15 deletions(-)
47162
53690
 
47163
53691
commit 0183c1f8a158834e5bfb601d4a207a8cff0b2b62
47164
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47165
 
Date:   Tue Apr 3 20:17:00 2012 +0200
 
53692
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53693
AuthorDate: Tue Apr 3 20:17:00 2012 +0200
 
53694
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53695
CommitDate: Thu Apr 5 10:23:42 2012 -0300
47166
53696
 
47167
53697
    Fix malformed GTK-Doc comment blocks: invalid parameters and tags.
47168
53698
 
47179
53709
 4 files changed, 4 insertions(+), 5 deletions(-)
47180
53710
 
47181
53711
commit fefe5d9a20756d58f4207ae26553d65d54037b20
47182
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47183
 
Date:   Mon Apr 2 17:03:56 2012 +0200
 
53712
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53713
AuthorDate: Mon Apr 2 17:03:56 2012 +0200
 
53714
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53715
CommitDate: Thu Apr 5 10:23:42 2012 -0300
47184
53716
 
47185
53717
    Fix malformed GTK-Doc comment blocks: correct struct name.
47186
53718
 
47194
53726
 1 file changed, 1 insertion(+), 1 deletion(-)
47195
53727
 
47196
53728
commit a058c1c13e379d4dbe17741231ec9d3f482daf55
47197
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47198
 
Date:   Mon Apr 2 17:02:15 2012 +0200
 
53729
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53730
AuthorDate: Mon Apr 2 17:02:15 2012 +0200
 
53731
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53732
CommitDate: Thu Apr 5 10:23:41 2012 -0300
47199
53733
 
47200
53734
    Fix malformed GTK-Doc comment blocks: mutliline annotations are
47201
53735
    invalid.
47210
53744
 1 file changed, 2 insertions(+), 2 deletions(-)
47211
53745
 
47212
53746
commit 60fb0f5ea8e05174971dfca0e6c1dae35f816b9e
47213
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47214
 
Date:   Mon Apr 2 17:01:32 2012 +0200
 
53747
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53748
AuthorDate: Mon Apr 2 17:01:32 2012 +0200
 
53749
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53750
CommitDate: Thu Apr 5 10:23:40 2012 -0300
47215
53751
 
47216
53752
    Fix malformed GTK-Doc comment blocks: unmark non GTK-Doc comment
47217
53753
    block.
47226
53762
 1 file changed, 1 insertion(+), 1 deletion(-)
47227
53763
 
47228
53764
commit 8e740f726faf659df912c0c496eb5de80f1695ad
47229
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
47230
 
Date:   Mon Apr 2 17:16:35 2012 +0200
 
53765
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
53766
AuthorDate: Mon Apr 2 17:16:35 2012 +0200
 
53767
Commit:     Johan Dahlin <jdahlin@litl.com>
 
53768
CommitDate: Thu Apr 5 10:23:39 2012 -0300
47231
53769
 
47232
53770
    Fix malformed GTK-Doc comment blocks: add missing colons.
47233
53771
 
47250
53788
 10 files changed, 14 insertions(+), 14 deletions(-)
47251
53789
 
47252
53790
commit 6bd47498a043ed52db0ecb2989e9d9157924c82c
47253
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
47254
 
Date:   Thu Apr 5 15:25:42 2012 +0300
 
53791
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
53792
AuthorDate: Thu Apr 5 15:25:42 2012 +0300
 
53793
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
53794
CommitDate: Thu Apr 5 15:25:42 2012 +0300
47255
53795
 
47256
53796
    Updated Belarusian translation.
47257
53797
 
47260
53800
 1 file changed, 103 insertions(+), 98 deletions(-)
47261
53801
 
47262
53802
commit 24fa2ee53c62a22b7e9f5504f7242a5d847ba87b
47263
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
47264
 
Date:   Thu Apr 5 15:46:34 2012 +0800
 
53803
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
53804
AuthorDate: Thu Apr 5 15:46:34 2012 +0800
 
53805
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
53806
CommitDate: Thu Apr 5 15:46:34 2012 +0800
47265
53807
 
47266
53808
    gobject/tests/signals.c: Remove C99ism
47267
53809
 
47271
53813
 1 file changed, 4 insertions(+), 2 deletions(-)
47272
53814
 
47273
53815
commit 63673da5eb5ba313f92ee06daf9df8aff6aa0a11
47274
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
47275
 
Date:   Thu Apr 5 15:45:38 2012 +0800
 
53816
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
53817
AuthorDate: Thu Apr 5 15:45:38 2012 +0800
 
53818
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
53819
CommitDate: Thu Apr 5 15:45:38 2012 +0800
47276
53820
 
47277
53821
    Update GLib Visual C++ projects
47278
53822
 
47289
53833
 3 files changed, 69 deletions(-)
47290
53834
 
47291
53835
commit 88781d59066a185337dee76969fb49dabc4a6f15
47292
 
Author: Dan Winship <danw@gnome.org>
47293
 
Date:   Wed Apr 4 15:22:15 2012 -0400
 
53836
Author:     Dan Winship <danw@gnome.org>
 
53837
AuthorDate: Wed Apr 4 15:22:15 2012 -0400
 
53838
Commit:     Dan Winship <danw@gnome.org>
 
53839
CommitDate: Wed Apr 4 15:23:31 2012 -0400
47294
53840
 
47295
53841
    Fix some gtk-doc stuff
47296
53842
 
47299
53845
 2 files changed, 8 insertions(+), 8 deletions(-)
47300
53846
 
47301
53847
commit 69d698799563a0276550c339157a01d10d9e95dc
47302
 
Author: Matthias Clasen <mclasen@redhat.com>
47303
 
Date:   Wed Apr 4 14:56:17 2012 -0400
 
53848
Author:     Matthias Clasen <mclasen@redhat.com>
 
53849
AuthorDate: Wed Apr 4 14:56:17 2012 -0400
 
53850
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53851
CommitDate: Wed Apr 4 15:02:48 2012 -0400
47304
53852
 
47305
53853
    Switch to using a mainloop when waiting for connection close
47306
53854
 
47313
53861
 1 file changed, 1 insertion(+), 1 deletion(-)
47314
53862
 
47315
53863
commit f1d4d3a4a5734e21dd1f0ea7afc352e475df0c27
47316
 
Author: Matthias Clasen <mclasen@redhat.com>
47317
 
Date:   Wed Apr 4 14:39:17 2012 -0400
 
53864
Author:     Matthias Clasen <mclasen@redhat.com>
 
53865
AuthorDate: Wed Apr 4 14:39:17 2012 -0400
 
53866
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53867
CommitDate: Wed Apr 4 15:02:48 2012 -0400
47318
53868
 
47319
53869
    Improve GApplication tests
47320
53870
 
47326
53876
 2 files changed, 48 insertions(+), 11 deletions(-)
47327
53877
 
47328
53878
commit a52c0a06c8789f27b94a74c6a5811f12949f792e
47329
 
Author: Matthias Clasen <mclasen@redhat.com>
47330
 
Date:   Wed Apr 4 06:38:36 2012 -0400
 
53879
Author:     Matthias Clasen <mclasen@redhat.com>
 
53880
AuthorDate: Wed Apr 4 06:38:36 2012 -0400
 
53881
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53882
CommitDate: Wed Apr 4 15:02:48 2012 -0400
47331
53883
 
47332
53884
    Make basic-application test more robust
47333
53885
 
47339
53891
 1 file changed, 2 insertions(+), 1 deletion(-)
47340
53892
 
47341
53893
commit 9171894a59d217bf3f01a10674d774bb51f68a06
47342
 
Author: Matthias Clasen <mclasen@redhat.com>
47343
 
Date:   Wed Apr 4 06:36:45 2012 -0400
 
53894
Author:     Matthias Clasen <mclasen@redhat.com>
 
53895
AuthorDate: Wed Apr 4 06:36:45 2012 -0400
 
53896
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53897
CommitDate: Wed Apr 4 15:02:48 2012 -0400
47344
53898
 
47345
53899
    GActionMap: correct critical warnings
47346
53900
 
47351
53905
 1 file changed, 2 insertions(+), 2 deletions(-)
47352
53906
 
47353
53907
commit 4259587fec70248f4d61ce06fc468bb72a0f9991
47354
 
Author: Matthias Clasen <mclasen@redhat.com>
47355
 
Date:   Tue Apr 3 21:52:45 2012 -0400
 
53908
Author:     Matthias Clasen <mclasen@redhat.com>
 
53909
AuthorDate: Tue Apr 3 21:52:45 2012 -0400
 
53910
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53911
CommitDate: Wed Apr 4 15:02:48 2012 -0400
47356
53912
 
47357
53913
    Add tests for action-related gapplication api
47358
53914
 
47361
53917
 1 file changed, 51 insertions(+)
47362
53918
 
47363
53919
commit 8a4744f7fd0bf3780a1299bfb7ba7087f87229a4
47364
 
Author: Matthias Clasen <mclasen@redhat.com>
47365
 
Date:   Tue Apr 3 21:39:06 2012 -0400
 
53920
Author:     Matthias Clasen <mclasen@redhat.com>
 
53921
AuthorDate: Tue Apr 3 21:39:06 2012 -0400
 
53922
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53923
CommitDate: Wed Apr 4 15:02:48 2012 -0400
47366
53924
 
47367
53925
    Add a  test for g_application_quit
47368
53926
 
47370
53928
 1 file changed, 37 insertions(+)
47371
53929
 
47372
53930
commit 588c2bacf7753dc17c95a8ec56f2f457e205026e
47373
 
Author: Matthias Clasen <mclasen@redhat.com>
47374
 
Date:   Tue Apr 3 01:43:45 2012 -0400
 
53931
Author:     Matthias Clasen <mclasen@redhat.com>
 
53932
AuthorDate: Tue Apr 3 01:43:45 2012 -0400
 
53933
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53934
CommitDate: Wed Apr 4 15:01:48 2012 -0400
47375
53935
 
47376
53936
    Improve keyfile test coverage
47377
53937
 
47380
53940
 1 file changed, 61 insertions(+)
47381
53941
 
47382
53942
commit 3eec7eeeaa09a1af7d08f4d172b481747293f9c7
47383
 
Author: Matthias Clasen <mclasen@redhat.com>
47384
 
Date:   Tue Apr 3 01:42:21 2012 -0400
 
53943
Author:     Matthias Clasen <mclasen@redhat.com>
 
53944
AuthorDate: Tue Apr 3 01:42:21 2012 -0400
 
53945
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53946
CommitDate: Wed Apr 4 15:01:48 2012 -0400
47385
53947
 
47386
53948
    Remove a bit of unused code
47387
53949
 
47392
53954
 1 file changed, 9 insertions(+), 29 deletions(-)
47393
53955
 
47394
53956
commit 84a1b8aac8478428fdc8085400674be52278c6eb
47395
 
Author: Matthias Clasen <mclasen@redhat.com>
47396
 
Date:   Tue Apr 3 01:09:39 2012 -0400
 
53957
Author:     Matthias Clasen <mclasen@redhat.com>
 
53958
AuthorDate: Tue Apr 3 01:09:39 2012 -0400
 
53959
Commit:     Matthias Clasen <mclasen@redhat.com>
 
53960
CommitDate: Wed Apr 4 15:01:48 2012 -0400
47397
53961
 
47398
53962
    Improve test coverage
47399
53963
 
47403
53967
 1 file changed, 11 insertions(+)
47404
53968
 
47405
53969
commit 51609ec943f9d51a8c8863badd79d2a9293ae4c7
47406
 
Author: Dan Winship <danw@gnome.org>
47407
 
Date:   Wed Apr 4 14:38:18 2012 -0400
 
53970
Author:     Dan Winship <danw@gnome.org>
 
53971
AuthorDate: Wed Apr 4 14:38:18 2012 -0400
 
53972
Commit:     Dan Winship <danw@gnome.org>
 
53973
CommitDate: Wed Apr 4 14:49:15 2012 -0400
47408
53974
 
47409
53975
    tests/gdatetime: fix new_from_unix test
47410
53976
 
47420
53986
 1 file changed, 1 insertion(+)
47421
53987
 
47422
53988
commit f0a3241eab5ba61ebe4aa6fbe7f1cb0ec696d8c9
47423
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
47424
 
Date:   Wed Apr 4 17:18:59 2012 +0200
 
53989
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
53990
AuthorDate: Wed Apr 4 17:18:59 2012 +0200
 
53991
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
53992
CommitDate: Wed Apr 4 17:18:59 2012 +0200
47425
53993
 
47426
53994
    Updated Spanish translation
47427
53995
 
47430
53998
 1 file changed, 4519 insertions(+), 4513 deletions(-)
47431
53999
 
47432
54000
commit e133f31896f7cfe1034332244e728f0aa384b844
47433
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
47434
 
Date:   Wed Apr 4 17:02:04 2012 +0200
 
54001
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
54002
AuthorDate: Wed Apr 4 17:02:04 2012 +0200
 
54003
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
54004
CommitDate: Wed Apr 4 17:02:04 2012 +0200
47435
54005
 
47436
54006
    Updated Hungarian translation
47437
54007
 
47440
54010
 1 file changed, 170 insertions(+), 300 deletions(-)
47441
54011
 
47442
54012
commit 47adef84da73e71a9ecafc56e8313997fb685394
47443
 
Author: Dan Winship <danw@gnome.org>
47444
 
Date:   Wed Apr 4 10:47:04 2012 -0400
 
54013
Author:     Dan Winship <danw@gnome.org>
 
54014
AuthorDate: Wed Apr 4 10:47:04 2012 -0400
 
54015
Commit:     Dan Winship <danw@gnome.org>
 
54016
CommitDate: Wed Apr 4 10:47:04 2012 -0400
47445
54017
 
47446
54018
    Fix warnings caused by an ifdeffed-out test case
47447
54019
 
47449
54021
 1 file changed, 9 insertions(+), 8 deletions(-)
47450
54022
 
47451
54023
commit 142b0455ff2bd0d376632107de7c943be74c585b
47452
 
Author: Matej Urbančič <mateju@svn.gnome.org>
47453
 
Date:   Wed Apr 4 13:42:44 2012 +0200
 
54024
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
54025
AuthorDate: Wed Apr 4 13:42:44 2012 +0200
 
54026
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
54027
CommitDate: Wed Apr 4 13:42:44 2012 +0200
47454
54028
 
47455
54029
    Updated Slovenian translation
47456
54030
 
47459
54033
 1 file changed, 104 insertions(+), 100 deletions(-)
47460
54034
 
47461
54035
commit 9aa19e1d9615924ab25c63918d09d334a0277b8e
47462
 
Author: Rodrigo Moya <rodrigo@gnome-db.org>
47463
 
Date:   Wed Apr 4 11:55:40 2012 +0200
 
54036
Author:     Rodrigo Moya <rodrigo@gnome-db.org>
 
54037
AuthorDate: Wed Apr 4 11:55:40 2012 +0200
 
54038
Commit:     Rodrigo Moya <rodrigo@gnome-db.org>
 
54039
CommitDate: Wed Apr 4 11:55:40 2012 +0200
47464
54040
 
47465
54041
    Use 'if test' for checking auto* variables' values
47466
54042
 
47468
54044
 1 file changed, 1 insertion(+), 1 deletion(-)
47469
54045
 
47470
54046
commit 118c42e7471155d444b9df38d9538f344cb7f89c
47471
 
Author: Rodrigo Moya <rodrigo@gnome-db.org>
47472
 
Date:   Wed Apr 4 11:39:03 2012 +0200
 
54047
Author:     Rodrigo Moya <rodrigo@gnome-db.org>
 
54048
AuthorDate: Wed Apr 4 11:39:03 2012 +0200
 
54049
Commit:     Rodrigo Moya <rodrigo@gnome-db.org>
 
54050
CommitDate: Wed Apr 4 11:39:03 2012 +0200
47473
54051
 
47474
54052
    Always include G_SOCKET_FAMILY_UNIX value in GSocketFamily
47475
54053
 
47483
54061
 3 files changed, 18 insertions(+), 3 deletions(-)
47484
54062
 
47485
54063
commit 091d652120e068518ed4b7d8a835018f30ed63e8
47486
 
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
47487
 
Date:   Tue Apr 3 16:37:22 2012 +0200
 
54064
Author:     Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
54065
AuthorDate: Tue Apr 3 16:37:22 2012 +0200
 
54066
Commit:     Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
54067
CommitDate: Tue Apr 3 16:46:13 2012 +0200
47488
54068
 
47489
54069
    use GLIB_DEPRECATED_IN_2_32_FOR to deprecate g_value_{g,s}et_schar
47490
54070
 
47494
54074
 1 file changed, 2 insertions(+), 2 deletions(-)
47495
54075
 
47496
54076
commit f2c77ee718b0bfdcf5f1d6eaba151122b8c5eb36
47497
 
Author: Will Thompson <will.thompson@collabora.co.uk>
47498
 
Date:   Fri Mar 30 14:44:05 2012 +0100
 
54077
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
54078
AuthorDate: Fri Mar 30 14:44:05 2012 +0100
 
54079
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
54080
CommitDate: Mon Apr 2 18:10:35 2012 +0100
47499
54081
 
47500
54082
    g_input_stream_read[_finish]: document returning 0 on EOF
47501
54083
 
47513
54095
 1 file changed, 2 insertions(+), 2 deletions(-)
47514
54096
 
47515
54097
commit 27d95bd81fabd41367cf000566ee2ccf3651652c
47516
 
Author: Matthias Clasen <mclasen@redhat.com>
47517
 
Date:   Mon Apr 2 08:53:20 2012 -0400
 
54098
Author:     Matthias Clasen <mclasen@redhat.com>
 
54099
AuthorDate: Mon Apr 2 08:53:20 2012 -0400
 
54100
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54101
CommitDate: Mon Apr 2 09:09:11 2012 -0400
47518
54102
 
47519
54103
    Rework the libelf configure checks one more time
47520
54104
 
47529
54113
 1 file changed, 14 insertions(+), 4 deletions(-)
47530
54114
 
47531
54115
commit e51c3b4cfe9f24ccf21ee3bd04186fe5c38d95f8
47532
 
Author: Matthias Clasen <mclasen@redhat.com>
47533
 
Date:   Mon Apr 2 08:00:48 2012 -0400
 
54116
Author:     Matthias Clasen <mclasen@redhat.com>
 
54117
AuthorDate: Mon Apr 2 08:00:48 2012 -0400
 
54118
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54119
CommitDate: Mon Apr 2 09:09:11 2012 -0400
47534
54120
 
47535
54121
    Use new hashset api in the hash set tests
47536
54122
 
47538
54124
 1 file changed, 5 insertions(+), 1 deletion(-)
47539
54125
 
47540
54126
commit c2318a18f91ee098efd8239ae6d9ec0bd3826423
47541
 
Author: Matthias Clasen <mclasen@redhat.com>
47542
 
Date:   Mon Apr 2 07:59:55 2012 -0400
 
54127
Author:     Matthias Clasen <mclasen@redhat.com>
 
54128
AuthorDate: Mon Apr 2 07:59:55 2012 -0400
 
54129
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54130
CommitDate: Mon Apr 2 09:09:11 2012 -0400
47543
54131
 
47544
54132
    Dispose test object
47545
54133
 
47550
54138
 1 file changed, 2 insertions(+)
47551
54139
 
47552
54140
commit c173c0beb4e0f664faf616bd6475b6c5c1aa50fb
47553
 
Author: Matthias Clasen <mclasen@redhat.com>
47554
 
Date:   Mon Apr 2 07:59:23 2012 -0400
 
54141
Author:     Matthias Clasen <mclasen@redhat.com>
 
54142
AuthorDate: Mon Apr 2 07:59:23 2012 -0400
 
54143
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54144
CommitDate: Mon Apr 2 09:09:11 2012 -0400
47555
54145
 
47556
54146
    Drop g_thread_init from tests
47557
54147
 
47568
54158
 8 files changed, 2 insertions(+), 14 deletions(-)
47569
54159
 
47570
54160
commit 9ea9471d26084d787858024838d08fc666a7b18b
47571
 
Author: Matthias Clasen <mclasen@redhat.com>
47572
 
Date:   Mon Apr 2 07:37:55 2012 -0400
 
54161
Author:     Matthias Clasen <mclasen@redhat.com>
 
54162
AuthorDate: Mon Apr 2 07:37:55 2012 -0400
 
54163
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54164
CommitDate: Mon Apr 2 09:09:10 2012 -0400
47573
54165
 
47574
54166
    Improve GBusObjectManager test coverage
47575
54167
 
47578
54170
 1 file changed, 56 insertions(+), 1 deletion(-)
47579
54171
 
47580
54172
commit 548337b042fa71ab8b2d93452232ed8930ddbc93
47581
 
Author: David King <amigadave@amigadave.com>
47582
 
Date:   Mon Apr 2 10:22:56 2012 +0100
 
54173
Author:     David King <amigadave@amigadave.com>
 
54174
AuthorDate: Mon Apr 2 10:22:56 2012 +0100
 
54175
Commit:     David King <amigadave@amigadave.com>
 
54176
CommitDate: Mon Apr 2 10:22:56 2012 +0100
47583
54177
 
47584
54178
    docs: Fix typo in glib-compile-schemas man page
47585
54179
 
47587
54181
 1 file changed, 1 insertion(+), 1 deletion(-)
47588
54182
 
47589
54183
commit bebbc69081a952d0ff2e411a086c11b74330b292
47590
 
Author: Matthias Clasen <mclasen@redhat.com>
47591
 
Date:   Sun Apr 1 23:04:59 2012 -0400
 
54184
Author:     Matthias Clasen <mclasen@redhat.com>
 
54185
AuthorDate: Sun Apr 1 23:04:59 2012 -0400
 
54186
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54187
CommitDate: Sun Apr 1 23:08:42 2012 -0400
47592
54188
 
47593
54189
    Improve boxed test coverage
47594
54190
 
47600
54196
 1 file changed, 143 insertions(+)
47601
54197
 
47602
54198
commit e7c0f10ee0baebc4768ab250e1306201fa5d7e20
47603
 
Author: Matthias Clasen <mclasen@redhat.com>
47604
 
Date:   Sun Apr 1 22:04:08 2012 -0400
 
54199
Author:     Matthias Clasen <mclasen@redhat.com>
 
54200
AuthorDate: Sun Apr 1 22:04:08 2012 -0400
 
54201
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54202
CommitDate: Sun Apr 1 23:08:42 2012 -0400
47605
54203
 
47606
54204
    Drop some unused PCRE sources
47607
54205
 
47618
54216
 5 files changed, 481 deletions(-)
47619
54217
 
47620
54218
commit 0f469c26319b4b0aeee63be75ba6041b978e01b4
47621
 
Author: Daniel Nylander <po@danielnylander.se>
47622
 
Date:   Sun Apr 1 13:11:33 2012 +0200
 
54219
Author:     Daniel Nylander <po@danielnylander.se>
 
54220
AuthorDate: Sun Apr 1 13:11:33 2012 +0200
 
54221
Commit:     Daniel Nylander <po@danielnylander.se>
 
54222
CommitDate: Sun Apr 1 13:11:33 2012 +0200
47623
54223
 
47624
54224
    Updated Swedish translation
47625
54225
 
47628
54228
 1 file changed, 72 insertions(+), 56 deletions(-)
47629
54229
 
47630
54230
commit 829db4cec3fa59e1ec905e226851ae719858c8d4
47631
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
47632
 
Date:   Sat Mar 31 22:48:42 2012 +0200
 
54231
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
54232
AuthorDate: Sat Mar 31 22:48:42 2012 +0200
 
54233
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
54234
CommitDate: Sat Mar 31 22:48:42 2012 +0200
47633
54235
 
47634
54236
    gthread-posix: fix typo in error message
47635
54237
 
47637
54239
 1 file changed, 1 insertion(+), 1 deletion(-)
47638
54240
 
47639
54241
commit 14945449580d394b5e1e009f71792ccac51fc41e
47640
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
47641
 
Date:   Sat Mar 31 20:20:19 2012 +0200
 
54242
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
54243
AuthorDate: Sat Mar 31 20:20:19 2012 +0200
 
54244
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
54245
CommitDate: Sat Mar 31 20:22:51 2012 +0200
47642
54246
 
47643
54247
    gresource: libelf, try pkg-config first then fall-back to AC_CHECK_LIB
47644
54248
 
47651
54255
 2 files changed, 6 insertions(+), 4 deletions(-)
47652
54256
 
47653
54257
commit 4143842eb47c1f38b2b4742b0928e4049e38afb9
47654
 
Author: Robert Ancell <robert.ancell@canonical.com>
47655
 
Date:   Sat Mar 24 23:58:45 2012 +1100
 
54258
Author:     Robert Ancell <robert.ancell@canonical.com>
 
54259
AuthorDate: Sat Mar 24 23:58:45 2012 +1100
 
54260
Commit:     Robert Ancell <robert.ancell@canonical.com>
 
54261
CommitDate: Sat Mar 31 20:34:28 2012 +1100
47656
54262
 
47657
54263
    Add missing allow-none annotations for function parameters.
47658
54264
 
47722
54328
 58 files changed, 232 insertions(+), 232 deletions(-)
47723
54329
 
47724
54330
commit 4cf5d2531608b4433fb3348d679f099bd3d29716
47725
 
Author: Matthias Clasen <mclasen@redhat.com>
47726
 
Date:   Fri Mar 30 17:34:37 2012 -0400
 
54331
Author:     Matthias Clasen <mclasen@redhat.com>
 
54332
AuthorDate: Fri Mar 30 17:34:37 2012 -0400
 
54333
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54334
CommitDate: Fri Mar 30 17:34:37 2012 -0400
47727
54335
 
47728
54336
    Fix a link
47729
54337
 
47734
54342
 1 file changed, 1 insertion(+), 1 deletion(-)
47735
54343
 
47736
54344
commit 5f0ff457ce5e8fc9aa5ca121cf429888bcf4e51f
47737
 
Author: ManojKumar Giri <mgiri@redhat.com>
47738
 
Date:   Fri Mar 30 18:08:23 2012 +0530
 
54345
Author:     ManojKumar Giri <mgiri@redhat.com>
 
54346
AuthorDate: Fri Mar 30 18:08:23 2012 +0530
 
54347
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
54348
CommitDate: Fri Mar 30 18:10:03 2012 +0530
47739
54349
 
47740
54350
    Updated Odia Translation
47741
54351
 
47744
54354
 1 file changed, 122 insertions(+), 125 deletions(-)
47745
54355
 
47746
54356
commit e3cc48f28998782da46292b53b5b540e82094d2a
47747
 
Author: Christian Persch <chpe@gnome.org>
47748
 
Date:   Thu Mar 22 14:01:40 2012 +0100
 
54357
Author:     Christian Persch <chpe@gnome.org>
 
54358
AuthorDate: Thu Mar 22 14:01:40 2012 +0100
 
54359
Commit:     Christian Persch <chpe@gnome.org>
 
54360
CommitDate: Thu Mar 29 17:43:43 2012 +0200
47749
54361
 
47750
54362
    resources: compiler: Respect absolute paths
47751
54363
 
47759
54371
 1 file changed, 3 insertions(+)
47760
54372
 
47761
54373
commit 8f8fc836709cff58bd666b87937542088cfc19db
47762
 
Author: Kalev Lember <kalevlember@gmail.com>
47763
 
Date:   Wed Mar 28 12:42:49 2012 +0300
 
54374
Author:     Kalev Lember <kalevlember@gmail.com>
 
54375
AuthorDate: Wed Mar 28 12:42:49 2012 +0300
 
54376
Commit:     Kalev Lember <kalevlember@gmail.com>
 
54377
CommitDate: Wed Mar 28 12:42:49 2012 +0300
47764
54378
 
47765
54379
    configure: Fix alignment tests when cross compiling
47766
54380
 
47777
54391
 1 file changed, 4 insertions(+), 2 deletions(-)
47778
54392
 
47779
54393
commit 92b84e88ab9bdd6db869574020843101ddb3a0de
47780
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
47781
 
Date:   Wed Mar 28 15:12:04 2012 +0800
 
54394
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54395
AuthorDate: Wed Mar 28 15:12:04 2012 +0800
 
54396
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54397
CommitDate: Wed Mar 28 15:12:04 2012 +0800
47782
54398
 
47783
54399
    Fix gspawn-win32-helper Visual C++ projects
47784
54400
 
47791
54407
 2 files changed, 3 insertions(+), 6 deletions(-)
47792
54408
 
47793
54409
commit 0463fa1cb0ab991bc9d8a1986a5a8511e39825b5
47794
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
47795
 
Date:   Wed Mar 28 14:57:12 2012 +0800
 
54410
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54411
AuthorDate: Wed Mar 28 14:57:12 2012 +0800
 
54412
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54413
CommitDate: Wed Mar 28 14:57:12 2012 +0800
47796
54414
 
47797
54415
    Fix VS property sheets
47798
54416
 
47805
54423
 2 files changed, 2 insertions(+), 2 deletions(-)
47806
54424
 
47807
54425
commit 50a8fa5efda293898ea378f82ba29ca54124c5fb
47808
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
47809
 
Date:   Tue Mar 27 21:24:37 2012 +0200
 
54426
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
54427
AuthorDate: Tue Mar 27 21:24:37 2012 +0200
 
54428
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
54429
CommitDate: Tue Mar 27 21:24:37 2012 +0200
47810
54430
 
47811
54431
    Updated Spanish translation
47812
54432
 
47815
54435
 1 file changed, 4514 insertions(+), 4526 deletions(-)
47816
54436
 
47817
54437
commit cbb95038cf23ce8061961984bd52ad565b219a6e
47818
 
Author: Dan Winship <danw@gnome.org>
47819
 
Date:   Tue Mar 27 12:45:27 2012 -0400
 
54438
Author:     Dan Winship <danw@gnome.org>
 
54439
AuthorDate: Tue Mar 27 12:45:27 2012 -0400
 
54440
Commit:     Dan Winship <danw@gnome.org>
 
54441
CommitDate: Tue Mar 27 12:45:27 2012 -0400
47820
54442
 
47821
54443
    GFileMonitor: fix docs bug
47822
54444
 
47824
54446
 1 file changed, 1 insertion(+), 1 deletion(-)
47825
54447
 
47826
54448
commit 5a68f59e5b32d826902279f2b54fddcae6ee7b4b
47827
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
47828
 
Date:   Tue Mar 27 15:04:14 2012 +0530
 
54449
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
54450
AuthorDate: Tue Mar 27 15:04:14 2012 +0530
 
54451
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
54452
CommitDate: Tue Mar 27 15:04:14 2012 +0530
47829
54453
 
47830
54454
    Updated Marathi Translations
47831
54455
 
47834
54458
 1 file changed, 261 insertions(+), 161 deletions(-)
47835
54459
 
47836
54460
commit 9b0734a09c7ed357fbb21db52ce8fbc42b8f014c
47837
 
Author: Bastien Nocera <hadess@hadess.net>
47838
 
Date:   Tue Mar 27 11:01:00 2012 +0200
 
54461
Author:     Bastien Nocera <hadess@hadess.net>
 
54462
AuthorDate: Tue Mar 27 11:01:00 2012 +0200
 
54463
Commit:     Bastien Nocera <hadess@hadess.net>
 
54464
CommitDate: Tue Mar 27 11:01:00 2012 +0200
47839
54465
 
47840
54466
    all: s/availible/available/
47841
54467
 
47844
54470
 2 files changed, 4 insertions(+), 4 deletions(-)
47845
54471
 
47846
54472
commit ec55b19da59b939c0de67ce172b3176b692399fa
47847
 
Author: Rajesh Ranjan <rranjan@redhat.com>
47848
 
Date:   Tue Mar 27 12:22:39 2012 +0530
 
54473
Author:     Rajesh Ranjan <rranjan@redhat.com>
 
54474
AuthorDate: Tue Mar 27 12:22:39 2012 +0530
 
54475
Commit:     Rajesh Ranjan <rranjan@redhat.com>
 
54476
CommitDate: Tue Mar 27 12:22:39 2012 +0530
47849
54477
 
47850
54478
    hindi translation by Chandan Kumar
47851
54479
 
47854
54482
 1 file changed, 3095 insertions(+), 2718 deletions(-)
47855
54483
 
47856
54484
commit 569357dcc3fe85f78d204ba94e477bac97350a4f
47857
 
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
47858
 
Date:   Mon Mar 26 19:48:20 2012 +0530
 
54485
Author:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
54486
AuthorDate: Mon Mar 26 19:48:20 2012 +0530
 
54487
Commit:     Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
54488
CommitDate: Mon Mar 26 19:48:20 2012 +0530
47859
54489
 
47860
54490
    Updated Marathi Translations
47861
54491
 
47864
54494
 1 file changed, 3160 insertions(+), 2765 deletions(-)
47865
54495
 
47866
54496
commit bf20906ad4952611f992c3fa79bd074838a9279e
47867
 
Author: ManojKumar Giri <mgiri@redhat.com>
47868
 
Date:   Mon Mar 26 18:42:41 2012 +0530
 
54497
Author:     ManojKumar Giri <mgiri@redhat.com>
 
54498
AuthorDate: Mon Mar 26 18:42:41 2012 +0530
 
54499
Commit:     ManojKumar Giri <mgiri@redhat.com>
 
54500
CommitDate: Mon Mar 26 18:42:41 2012 +0530
47869
54501
 
47870
54502
    Updated Odia Translation
47871
54503
 
47874
54506
 1 file changed, 3169 insertions(+), 2800 deletions(-)
47875
54507
 
47876
54508
commit 72c11eda584849bb55e85d06fea87476c423d258
47877
 
Author: Marek Černocký <marek@manet.cz>
47878
 
Date:   Mon Mar 26 14:49:18 2012 +0200
 
54509
Author:     Marek Černocký <marek@manet.cz>
 
54510
AuthorDate: Mon Mar 26 14:49:18 2012 +0200
 
54511
Commit:     Marek Černocký <marek@manet.cz>
 
54512
CommitDate: Mon Mar 26 14:49:18 2012 +0200
47879
54513
 
47880
54514
    Updated Czech translation
47881
54515
 
47884
54518
 1 file changed, 3254 insertions(+), 2889 deletions(-)
47885
54519
 
47886
54520
commit 56c2c297cd7fc2af00a40bcb29a000b676f9949a
47887
 
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
47888
 
Date:   Sun Mar 25 15:05:26 2012 +0300
 
54521
Author:     Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
54522
AuthorDate: Sun Mar 25 15:05:26 2012 +0300
 
54523
Commit:     Peteris Krisjanis <pecisk@gmail.com>
 
54524
CommitDate: Sun Mar 25 15:05:26 2012 +0300
47889
54525
 
47890
54526
    Updated Latvian translation.
47891
54527
 
47894
54530
 1 file changed, 3325 insertions(+), 2915 deletions(-)
47895
54531
 
47896
54532
commit c80eeae316fb3a351947502788eeb29c12f0a88f
47897
 
Author: Luca Ferretti <lferrett@gnome.org>
47898
 
Date:   Sun Mar 25 13:14:47 2012 +0200
 
54533
Author:     Luca Ferretti <lferrett@gnome.org>
 
54534
AuthorDate: Sun Mar 25 13:14:47 2012 +0200
 
54535
Commit:     Milo Casagrande <milo@ubuntu.com>
 
54536
CommitDate: Sun Mar 25 13:14:47 2012 +0200
47899
54537
 
47900
54538
    [l10n] Updated Italian translation
47901
54539
 
47904
54542
 1 file changed, 141 insertions(+), 195 deletions(-)
47905
54543
 
47906
54544
commit f8ddba0b8a2969f9d539019bdb961b2273690c72
47907
 
Author: Shankar Prasad <svenkate@redhat.com>
47908
 
Date:   Sun Mar 25 13:26:17 2012 +0530
 
54545
Author:     Shankar Prasad <svenkate@redhat.com>
 
54546
AuthorDate: Sun Mar 25 13:26:17 2012 +0530
 
54547
Commit:     Shankar Prasad <svenkate@redhat.com>
 
54548
CommitDate: Sun Mar 25 13:26:17 2012 +0530
47909
54549
 
47910
54550
    Updated Kannada Translation
47911
54551
 
47913
54553
 1 file changed, 2 insertions(+), 2 deletions(-)
47914
54554
 
47915
54555
commit 6bd8fecfa178a08b4adfbb4c4cf981e3721df66d
47916
 
Author: Shankar Prasad <svenkate@redhat.com>
47917
 
Date:   Sun Mar 25 13:24:31 2012 +0530
 
54556
Author:     Shankar Prasad <svenkate@redhat.com>
 
54557
AuthorDate: Sun Mar 25 13:24:31 2012 +0530
 
54558
Commit:     Shankar Prasad <svenkate@redhat.com>
 
54559
CommitDate: Sun Mar 25 13:24:31 2012 +0530
47918
54560
 
47919
54561
    Updated Kannada Translation
47920
54562
 
47923
54565
 1 file changed, 46 insertions(+), 46 deletions(-)
47924
54566
 
47925
54567
commit 41cccb467f354cf843877fe73db539a1e332a41d
47926
 
Author: Shankar Prasad <svenkate@redhat.com>
47927
 
Date:   Sun Mar 25 13:03:57 2012 +0530
 
54568
Author:     Shankar Prasad <svenkate@redhat.com>
 
54569
AuthorDate: Sun Mar 25 13:03:57 2012 +0530
 
54570
Commit:     Shankar Prasad <svenkate@redhat.com>
 
54571
CommitDate: Sun Mar 25 13:03:57 2012 +0530
47928
54572
 
47929
54573
    Updated Kannada Translation
47930
54574
 
47932
54576
 1 file changed, 7 insertions(+), 11 deletions(-)
47933
54577
 
47934
54578
commit 22885b1de447c1a8398b03978e60a0042eabc016
47935
 
Author: Shankar Prasad <svenkate@redhat.com>
47936
 
Date:   Sun Mar 25 12:42:30 2012 +0530
 
54579
Author:     Shankar Prasad <svenkate@redhat.com>
 
54580
AuthorDate: Sun Mar 25 12:42:30 2012 +0530
 
54581
Commit:     Shankar Prasad <svenkate@redhat.com>
 
54582
CommitDate: Sun Mar 25 12:42:50 2012 +0530
47937
54583
 
47938
54584
    Updated Kannada Translation
47939
54585
 
47942
54588
 1 file changed, 40 insertions(+), 38 deletions(-)
47943
54589
 
47944
54590
commit e927df7b7ab089f5e7de452a509130c06e13e4f9
47945
 
Author: Matthias Clasen <mclasen@redhat.com>
47946
 
Date:   Sat Mar 24 23:00:15 2012 -0400
 
54591
Author:     Matthias Clasen <mclasen@redhat.com>
 
54592
AuthorDate: Sat Mar 24 23:00:15 2012 -0400
 
54593
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54594
CommitDate: Sat Mar 24 23:00:15 2012 -0400
47947
54595
 
47948
54596
    Add a forgotten include guard
47949
54597
 
47953
54601
 1 file changed, 4 insertions(+)
47954
54602
 
47955
54603
commit de64aa8bd70fe42c613a948ce670a27b8d5c12cc
47956
 
Author: Shankar Prasad <svenkate@redhat.com>
47957
 
Date:   Sun Mar 25 00:33:10 2012 +0530
 
54604
Author:     Shankar Prasad <svenkate@redhat.com>
 
54605
AuthorDate: Sun Mar 25 00:33:10 2012 +0530
 
54606
Commit:     Shankar Prasad <svenkate@redhat.com>
 
54607
CommitDate: Sun Mar 25 00:33:10 2012 +0530
47958
54608
 
47959
54609
    Updated Kannada Translation
47960
54610
 
47963
54613
 1 file changed, 3071 insertions(+), 2698 deletions(-)
47964
54614
 
47965
54615
commit 257e6c4e4e291955b99bf43440eef55fad977520
47966
 
Author: Daniel Nylander <po@danielnylander.se>
47967
 
Date:   Sat Mar 24 16:58:42 2012 +0100
 
54616
Author:     Daniel Nylander <po@danielnylander.se>
 
54617
AuthorDate: Sat Mar 24 16:58:42 2012 +0100
 
54618
Commit:     Daniel Nylander <po@danielnylander.se>
 
54619
CommitDate: Sat Mar 24 16:58:42 2012 +0100
47968
54620
 
47969
54621
    Updated Swedish translation
47970
54622
 
47973
54625
 1 file changed, 3223 insertions(+), 2922 deletions(-)
47974
54626
 
47975
54627
commit d793287b3a5ede547cbd1b72de46c499f8ab8c35
47976
 
Author: Matthias Clasen <mclasen@redhat.com>
47977
 
Date:   Sat Mar 24 11:31:01 2012 -0400
 
54628
Author:     Matthias Clasen <mclasen@redhat.com>
 
54629
AuthorDate: Sat Mar 24 11:31:01 2012 -0400
 
54630
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54631
CommitDate: Sat Mar 24 11:31:01 2012 -0400
47978
54632
 
47979
54633
    Bump version
47980
54634
 
47982
54636
 1 file changed, 2 insertions(+), 2 deletions(-)
47983
54637
 
47984
54638
commit 816554c62bf227498cb539924e6ee2050030b4b9
47985
 
Author: Matthias Clasen <mclasen@redhat.com>
47986
 
Date:   Sat Mar 24 11:28:35 2012 -0400
 
54639
Author:     Matthias Clasen <mclasen@redhat.com>
 
54640
AuthorDate: Sat Mar 24 11:28:35 2012 -0400
 
54641
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54642
CommitDate: Sat Mar 24 11:28:35 2012 -0400
47987
54643
 
47988
54644
    2.32.0
47989
54645
 
47992
54648
 2 files changed, 14 insertions(+), 2 deletions(-)
47993
54649
 
47994
54650
commit 97cc0d0179e20c9a83d049b9a999f7fab40eacfb
47995
 
Author: Matthias Clasen <mclasen@redhat.com>
47996
 
Date:   Sat Mar 24 10:33:38 2012 -0400
 
54651
Author:     Matthias Clasen <mclasen@redhat.com>
 
54652
AuthorDate: Sat Mar 24 10:33:38 2012 -0400
 
54653
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54654
CommitDate: Sat Mar 24 10:33:38 2012 -0400
47997
54655
 
47998
54656
    Release notes tweaks
47999
54657
 
48005
54663
 1 file changed, 47 insertions(+), 49 deletions(-)
48006
54664
 
48007
54665
commit d2b7ee62f9d4df0aa5925ea123da7db6753d03ac
48008
 
Author: Raphael Kubo da Costa <kubo@profusion.mobi>
48009
 
Date:   Mon Mar 19 14:20:08 2012 -0300
 
54666
Author:     Raphael Kubo da Costa <kubo@profusion.mobi>
 
54667
AuthorDate: Mon Mar 19 14:20:08 2012 -0300
 
54668
Commit:     Colin Walters <walters@verbum.org>
 
54669
CommitDate: Thu Mar 22 11:02:07 2012 -0400
48010
54670
 
48011
54671
    Make the `include' glib test case build on FreeBSD.
48012
54672
 
48024
54684
 1 file changed, 1 insertion(+), 1 deletion(-)
48025
54685
 
48026
54686
commit fd8b01ead613788ad136cc61e1b744dfd811e0ec
48027
 
Author: Krishnababu Krothapalli <email>
48028
 
Date:   Thu Mar 22 19:56:06 2012 +0530
 
54687
Author:     Krishnababu Krothapalli <email>
 
54688
AuthorDate: Thu Mar 22 19:56:06 2012 +0530
 
54689
Commit:     Krishnababu Krothapalli <email>
 
54690
CommitDate: Thu Mar 22 19:56:06 2012 +0530
48029
54691
 
48030
54692
    Updated Telugu Translations
48031
54693
 
48034
54696
 1 file changed, 317 insertions(+), 232 deletions(-)
48035
54697
 
48036
54698
commit b08b3012235b089cc3c8d015c47f703da01a4d81
48037
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48038
 
Date:   Tue Mar 20 13:19:11 2012 +0800
 
54699
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54700
AuthorDate: Tue Mar 20 13:19:11 2012 +0800
 
54701
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54702
CommitDate: Tue Mar 20 22:29:50 2012 -0400
48039
54703
 
48040
54704
    glib/gqsort.c: Fix C99ism/GCCism
48041
54705
 
48051
54715
 1 file changed, 3 insertions(+), 3 deletions(-)
48052
54716
 
48053
54717
commit f23e7c3ef988a251c42a8a8f7e60566e0bab76fb
48054
 
Author: Alexander Larsson <alexl@redhat.com>
48055
 
Date:   Tue Mar 20 10:20:18 2012 +0100
 
54718
Author:     Alexander Larsson <alexl@redhat.com>
 
54719
AuthorDate: Tue Mar 20 10:20:18 2012 +0100
 
54720
Commit:     Alexander Larsson <alexl@redhat.com>
 
54721
CommitDate: Tue Mar 20 10:20:18 2012 +0100
48056
54722
 
48057
54723
    Fix the tests on win32
48058
54724
 
48063
54729
 1 file changed, 3 insertions(+), 2 deletions(-)
48064
54730
 
48065
54731
commit d0635dac52b4a4dae535dd22940ed2adb6a89074
48066
 
Author: Alexander Larsson <alexl@redhat.com>
48067
 
Date:   Tue Mar 20 10:19:42 2012 +0100
 
54732
Author:     Alexander Larsson <alexl@redhat.com>
 
54733
AuthorDate: Tue Mar 20 10:19:42 2012 +0100
 
54734
Commit:     Alexander Larsson <alexl@redhat.com>
 
54735
CommitDate: Tue Mar 20 10:19:42 2012 +0100
48068
54736
 
48069
54737
    Use g_unsetenv, not unsetenv
48070
54738
 
48074
54742
 1 file changed, 1 insertion(+), 1 deletion(-)
48075
54743
 
48076
54744
commit aed6d01d1454293ddaba84a5bd1a666385f44f62
48077
 
Author: Alexander Larsson <alexl@redhat.com>
48078
 
Date:   Tue Mar 20 10:18:32 2012 +0100
 
54745
Author:     Alexander Larsson <alexl@redhat.com>
 
54746
AuthorDate: Tue Mar 20 10:18:32 2012 +0100
 
54747
Commit:     Alexander Larsson <alexl@redhat.com>
 
54748
CommitDate: Tue Mar 20 10:18:32 2012 +0100
48079
54749
 
48080
54750
    Only build actions test on unix
48081
54751
 
48085
54755
 1 file changed, 1 insertion(+), 2 deletions(-)
48086
54756
 
48087
54757
commit 322c6e93444e74ae99b73f1ae7e3b55563470431
48088
 
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>
48089
 
Date:   Mon Mar 19 20:13:24 2012 +0100
 
54758
Author:     Marco Trevisan (Treviño) <mail@3v1n0.net>
 
54759
AuthorDate: Mon Mar 19 20:13:24 2012 +0100
 
54760
Commit:     David Zeuthen <davidz@redhat.com>
 
54761
CommitDate: Mon Mar 19 17:12:00 2012 -0400
48090
54762
 
48091
54763
    GDBusConnection: Avoid dereferencing vtable for unregistered objects
48092
54764
 
48098
54770
 1 file changed, 3 insertions(+), 3 deletions(-)
48099
54771
 
48100
54772
commit 617c0cb6a0776c3c090c54d10eda21768d76890c
48101
 
Author: Matthias Clasen <mclasen@redhat.com>
48102
 
Date:   Mon Mar 19 16:59:54 2012 -0400
 
54773
Author:     Matthias Clasen <mclasen@redhat.com>
 
54774
AuthorDate: Mon Mar 19 16:59:54 2012 -0400
 
54775
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54776
CommitDate: Mon Mar 19 16:59:54 2012 -0400
48103
54777
 
48104
54778
    bump version
48105
54779
 
48107
54781
 1 file changed, 1 insertion(+), 1 deletion(-)
48108
54782
 
48109
54783
commit 2826ece6fc91944a3469ba8f1b7b81143b11ccaa
48110
 
Author: Matthias Clasen <mclasen@redhat.com>
48111
 
Date:   Mon Mar 19 16:58:48 2012 -0400
 
54784
Author:     Matthias Clasen <mclasen@redhat.com>
 
54785
AuthorDate: Mon Mar 19 16:58:48 2012 -0400
 
54786
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54787
CommitDate: Mon Mar 19 16:58:48 2012 -0400
48112
54788
 
48113
54789
    Fix distcheck
48114
54790
 
48119
54795
 2 files changed, 8 insertions(+), 1 deletion(-)
48120
54796
 
48121
54797
commit 166595c4d58ce1b0e7d297b4bbb599e7ddd5cf8d
48122
 
Author: Matthias Clasen <mclasen@redhat.com>
48123
 
Date:   Mon Mar 19 14:27:20 2012 -0400
 
54798
Author:     Matthias Clasen <mclasen@redhat.com>
 
54799
AuthorDate: Mon Mar 19 14:27:20 2012 -0400
 
54800
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54801
CommitDate: Mon Mar 19 14:27:20 2012 -0400
48124
54802
 
48125
54803
    2.31.22
48126
54804
 
48128
54806
 1 file changed, 1 insertion(+), 1 deletion(-)
48129
54807
 
48130
54808
commit 9f92d2110cf8b4225725e161f29e8f7add590c64
48131
 
Author: Matthias Clasen <mclasen@redhat.com>
48132
 
Date:   Mon Mar 19 13:43:31 2012 -0400
 
54809
Author:     Matthias Clasen <mclasen@redhat.com>
 
54810
AuthorDate: Mon Mar 19 13:43:31 2012 -0400
 
54811
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54812
CommitDate: Mon Mar 19 13:43:31 2012 -0400
48133
54813
 
48134
54814
    Updates
48135
54815
 
48137
54817
 1 file changed, 41 insertions(+)
48138
54818
 
48139
54819
commit 6dfb50adf7eb004b9fe79f9314e27856d80a4de8
48140
 
Author: Matthias Clasen <mclasen@redhat.com>
48141
 
Date:   Mon Mar 19 13:28:14 2012 -0400
 
54820
Author:     Matthias Clasen <mclasen@redhat.com>
 
54821
AuthorDate: Mon Mar 19 13:28:14 2012 -0400
 
54822
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54823
CommitDate: Mon Mar 19 13:28:14 2012 -0400
48142
54824
 
48143
54825
    Don't return from a void function
48144
54826
 
48146
54828
 1 file changed, 1 insertion(+), 1 deletion(-)
48147
54829
 
48148
54830
commit cb45176110a85c3e8228499edb2ce36da85f3670
48149
 
Author: Matthias Clasen <mclasen@redhat.com>
48150
 
Date:   Mon Mar 19 13:26:19 2012 -0400
 
54831
Author:     Matthias Clasen <mclasen@redhat.com>
 
54832
AuthorDate: Mon Mar 19 13:26:19 2012 -0400
 
54833
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54834
CommitDate: Mon Mar 19 13:26:19 2012 -0400
48151
54835
 
48152
54836
    Fix a C99ism
48153
54837
 
48155
54839
 1 file changed, 4 insertions(+), 4 deletions(-)
48156
54840
 
48157
54841
commit bd3063c742f654a2233620ad2e666e5f0bc9e9bf
48158
 
Author: Matthias Clasen <mclasen@redhat.com>
48159
 
Date:   Mon Mar 19 13:22:04 2012 -0400
 
54842
Author:     Matthias Clasen <mclasen@redhat.com>
 
54843
AuthorDate: Mon Mar 19 13:22:04 2012 -0400
 
54844
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54845
CommitDate: Mon Mar 19 13:22:04 2012 -0400
48160
54846
 
48161
54847
    Silence a compiler warning
48162
54848
 
48164
54850
 1 file changed, 1 insertion(+), 1 deletion(-)
48165
54851
 
48166
54852
commit 2afbc425eb24f21c598636e5037782cb8a1870ea
48167
 
Author: Ryan Lortie <desrt@desrt.ca>
48168
 
Date:   Fri Mar 16 13:32:38 2012 -0400
 
54853
Author:     Ryan Lortie <desrt@desrt.ca>
 
54854
AuthorDate: Fri Mar 16 13:32:38 2012 -0400
 
54855
Commit:     Ryan Lortie <desrt@desrt.ca>
 
54856
CommitDate: Mon Mar 19 12:41:23 2012 -0400
48169
54857
 
48170
54858
    GDBus: set no-reply flag on calls with no callback
48171
54859
 
48180
54868
 2 files changed, 82 insertions(+), 35 deletions(-)
48181
54869
 
48182
54870
commit c3125ee36d47e71d27906b88eed68b0b9c9b9e0c
48183
 
Author: Ryan Lortie <desrt@desrt.ca>
48184
 
Date:   Fri Mar 16 13:15:46 2012 -0400
 
54871
Author:     Ryan Lortie <desrt@desrt.ca>
 
54872
AuthorDate: Fri Mar 16 13:15:46 2012 -0400
 
54873
Commit:     Ryan Lortie <desrt@desrt.ca>
 
54874
CommitDate: Mon Mar 19 12:41:18 2012 -0400
48185
54875
 
48186
54876
    GDBusProxy: report an error instead of leaking it
48187
54877
 
48199
54889
 2 files changed, 45 insertions(+), 1 deletion(-)
48200
54890
 
48201
54891
commit 190891042d9830fb095bf50220555384cae7f823
48202
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48203
 
Date:   Mon Mar 19 16:02:37 2012 +0800
 
54892
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54893
AuthorDate: Mon Mar 19 16:02:37 2012 +0800
 
54894
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54895
CommitDate: Mon Mar 19 16:02:37 2012 +0800
48204
54896
 
48205
54897
    Update config.h.win32(.in)
48206
54898
 
48216
54908
 1 file changed, 3 insertions(+), 3 deletions(-)
48217
54909
 
48218
54910
commit bac0294c73b3ff9c33885d0af6f3e20af7062739
48219
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48220
 
Date:   Mon Mar 19 15:55:20 2012 +0800
 
54911
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54912
AuthorDate: Mon Mar 19 15:55:20 2012 +0800
 
54913
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
54914
CommitDate: Mon Mar 19 15:55:20 2012 +0800
48221
54915
 
48222
54916
    Update glibconfig.h.win32(.in)
48223
54917
 
48231
54925
 1 file changed, 4 insertions(+)
48232
54926
 
48233
54927
commit 06384094689efbdc00cc39dcb9eb2929dec92933
48234
 
Author: Bruno Brouard <annoa.b@gmail.com>
48235
 
Date:   Sun Mar 18 10:34:15 2012 +0100
 
54928
Author:     Bruno Brouard <annoa.b@gmail.com>
 
54929
AuthorDate: Sun Mar 18 10:34:15 2012 +0100
 
54930
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
54931
CommitDate: Sun Mar 18 10:34:15 2012 +0100
48236
54932
 
48237
54933
    Updated French translation
48238
54934
 
48241
54937
 1 file changed, 794 insertions(+), 606 deletions(-)
48242
54938
 
48243
54939
commit 8c2434f01a60865e22c579c4092c3588827e883b
48244
 
Author: Matthias Clasen <mclasen@redhat.com>
48245
 
Date:   Sat Mar 17 23:43:52 2012 -0400
 
54940
Author:     Matthias Clasen <mclasen@redhat.com>
 
54941
AuthorDate: Sat Mar 17 23:43:52 2012 -0400
 
54942
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54943
CommitDate: Sat Mar 17 23:43:52 2012 -0400
48246
54944
 
48247
54945
    Make inf testcase more forgiving
48248
54946
 
48254
54952
 1 file changed, 1 insertion(+), 1 deletion(-)
48255
54953
 
48256
54954
commit 57878d6042366070e80a109bf113ac03abb86cfd
48257
 
Author: Sebastian Dröge <slomo@circular-chaos.org>
48258
 
Date:   Sat Mar 17 23:28:48 2012 -0400
 
54955
Author:     Sebastian Dröge <slomo@circular-chaos.org>
 
54956
AuthorDate: Sat Mar 17 23:28:48 2012 -0400
 
54957
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54958
CommitDate: Sat Mar 17 23:28:48 2012 -0400
48259
54959
 
48260
54960
    Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building with GCC
48261
54961
 
48266
54966
 2 files changed, 54 insertions(+), 8 deletions(-)
48267
54967
 
48268
54968
commit e2b47ae9e0ff4402253c5ca854b3a5229513a12e
48269
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
48270
 
Date:   Sat Mar 17 23:10:01 2012 -0400
 
54969
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
54970
AuthorDate: Sat Mar 17 23:10:01 2012 -0400
 
54971
Commit:     Matthias Clasen <mclasen@redhat.com>
 
54972
CommitDate: Sat Mar 17 23:10:01 2012 -0400
48271
54973
 
48272
54974
    Fix out of tree build for MinGW/MSYS
48273
54975
 
48288
54990
 4 files changed, 21 insertions(+), 27 deletions(-)
48289
54991
 
48290
54992
commit 65d758859c8155362f8ffaebf5614a10d025f5a6
48291
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
48292
 
Date:   Sun Mar 18 00:45:43 2012 +0000
 
54993
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
54994
AuthorDate: Sun Mar 18 00:45:43 2012 +0000
 
54995
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
54996
CommitDate: Sun Mar 18 00:45:43 2012 +0000
48293
54997
 
48294
54998
    Updated Portuguese translation
48295
54999
 
48298
55002
 1 file changed, 3230 insertions(+), 2898 deletions(-)
48299
55003
 
48300
55004
commit 7f856e3a09386c7d87ee0562a2ab85b463cac20f
48301
 
Author: Aurimas Černius <aurisc4@gmail.com>
48302
 
Date:   Sat Mar 17 18:49:25 2012 +0200
 
55005
Author:     Aurimas Černius <aurisc4@gmail.com>
 
55006
AuthorDate: Sat Mar 17 18:49:25 2012 +0200
 
55007
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
55008
CommitDate: Sat Mar 17 18:49:25 2012 +0200
48303
55009
 
48304
55010
    Updated Lithuanian translation
48305
55011
 
48308
55014
 1 file changed, 66 insertions(+), 104 deletions(-)
48309
55015
 
48310
55016
commit 1b08ad61cdd19899f51ec44242913b18576861e1
48311
 
Author: Ryan Lortie <desrt@desrt.ca>
48312
 
Date:   Sat Mar 17 12:39:23 2012 -0400
 
55017
Author:     Ryan Lortie <desrt@desrt.ca>
 
55018
AuthorDate: Sat Mar 17 12:39:23 2012 -0400
 
55019
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55020
CommitDate: Sat Mar 17 12:41:36 2012 -0400
48313
55021
 
48314
55022
    man pages: document the order of schema overrides
48315
55023
 
48321
55029
 1 file changed, 7 insertions(+)
48322
55030
 
48323
55031
commit e8122f6f98b853bccfb6aebcfb1714eb6f82971e
48324
 
Author: Yuri Kozlov <yuray@komyakino.ru>
48325
 
Date:   Sat Mar 17 12:57:44 2012 +0400
 
55032
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
55033
AuthorDate: Sat Mar 17 12:57:44 2012 +0400
 
55034
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
55035
CommitDate: Sat Mar 17 12:58:12 2012 +0400
48326
55036
 
48327
55037
    Updated Russian translation
48328
55038
 
48331
55041
 1 file changed, 3306 insertions(+), 2909 deletions(-)
48332
55042
 
48333
55043
commit 6833385c5a7a35e22bb549ad0e7f390031952945
48334
 
Author: Colin Walters <walters@verbum.org>
48335
 
Date:   Tue Mar 13 14:49:04 2012 -0400
 
55044
Author:     Colin Walters <walters@verbum.org>
 
55045
AuthorDate: Tue Mar 13 14:49:04 2012 -0400
 
55046
Commit:     Colin Walters <walters@verbum.org>
 
55047
CommitDate: Fri Mar 16 16:15:16 2012 -0400
48336
55048
 
48337
55049
    gmain: Use sig_atomic_t for list of pending Unix signals
48338
55050
 
48345
55057
 2 files changed, 19 insertions(+), 2 deletions(-)
48346
55058
 
48347
55059
commit f3fca56b7ef94e70e78597afca69b157e07cd339
48348
 
Author: Tomas Bzatek <tbzatek@redhat.com>
48349
 
Date:   Fri Mar 16 18:54:09 2012 +0100
 
55060
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
55061
AuthorDate: Fri Mar 16 18:54:09 2012 +0100
 
55062
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
55063
CommitDate: Fri Mar 16 18:54:09 2012 +0100
48350
55064
 
48351
55065
    gio: Only show mounts in /run/media/$USER
48352
55066
 
48358
55072
 1 file changed, 9 insertions(+), 2 deletions(-)
48359
55073
 
48360
55074
commit b0739f22231b7555c9fcfd5b9fcb5f93b5a46149
48361
 
Author: David Benjamin <davidben@mit.edu>
48362
 
Date:   Thu Mar 15 19:16:02 2012 -0400
 
55075
Author:     David Benjamin <davidben@mit.edu>
 
55076
AuthorDate: Thu Mar 15 19:16:02 2012 -0400
 
55077
Commit:     Colin Walters <walters@verbum.org>
 
55078
CommitDate: Fri Mar 16 11:49:30 2012 -0400
48363
55079
 
48364
55080
    Continue searching in PATH on ENODEV and ETIMEDOUT
48365
55081
 
48372
55088
 1 file changed, 8 insertions(+)
48373
55089
 
48374
55090
commit cf912785b6aa4cd7acd1cf2b041b25fae76df5f7
48375
 
Author: Colin Walters <walters@verbum.org>
48376
 
Date:   Thu Mar 15 17:59:01 2012 -0400
 
55091
Author:     Colin Walters <walters@verbum.org>
 
55092
AuthorDate: Thu Mar 15 17:59:01 2012 -0400
 
55093
Commit:     Colin Walters <walters@verbum.org>
 
55094
CommitDate: Fri Mar 16 11:49:30 2012 -0400
48377
55095
 
48378
55096
    gtype: Note idempotency of g_type_init()
48379
55097
 
48381
55099
 1 file changed, 4 insertions(+)
48382
55100
 
48383
55101
commit 8ae5bd399ed94fe74172f1331fbe716b4f68249c
48384
 
Author: Alexander Larsson <alexl@redhat.com>
48385
 
Date:   Fri Mar 16 12:51:33 2012 +0100
 
55102
Author:     Alexander Larsson <alexl@redhat.com>
 
55103
AuthorDate: Fri Mar 16 12:51:33 2012 +0100
 
55104
Commit:     Alexander Larsson <alexl@redhat.com>
 
55105
CommitDate: Fri Mar 16 16:04:36 2012 +0100
48386
55106
 
48387
55107
    Remove now unused qsort_r checks
48388
55108
 
48392
55112
 1 file changed, 45 deletions(-)
48393
55113
 
48394
55114
commit a43dd7435af92d70fa0ef5a2c48e77156b0ad304
48395
 
Author: Alexander Larsson <alexl@redhat.com>
48396
 
Date:   Wed Mar 14 21:17:47 2012 +0100
 
55115
Author:     Alexander Larsson <alexl@redhat.com>
 
55116
AuthorDate: Wed Mar 14 21:17:47 2012 +0100
 
55117
Commit:     Alexander Larsson <alexl@redhat.com>
 
55118
CommitDate: Fri Mar 16 16:04:36 2012 +0100
48397
55119
 
48398
55120
    Make g_array_sort* methods use a stable sort
48399
55121
 
48408
55130
 1 file changed, 23 insertions(+), 19 deletions(-)
48409
55131
 
48410
55132
commit 839957f275875b6f8fd033d67379bce0fde1c58f
48411
 
Author: Alexander Larsson <alexl@redhat.com>
48412
 
Date:   Wed Mar 14 21:17:23 2012 +0100
 
55133
Author:     Alexander Larsson <alexl@redhat.com>
 
55134
AuthorDate: Wed Mar 14 21:17:23 2012 +0100
 
55135
Commit:     Alexander Larsson <alexl@redhat.com>
 
55136
CommitDate: Fri Mar 16 16:04:36 2012 +0100
48413
55137
 
48414
55138
    Make g_qsort_with_data stable, based on glibc msort
48415
55139
 
48428
55152
 3 files changed, 320 insertions(+), 244 deletions(-)
48429
55153
 
48430
55154
commit 8da947892022ba966893e5ceb1c5235c5da4665f
48431
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
48432
 
Date:   Fri Mar 16 11:12:56 2012 +0100
 
55155
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
55156
AuthorDate: Fri Mar 16 11:12:56 2012 +0100
 
55157
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
55158
CommitDate: Fri Mar 16 11:12:56 2012 +0100
48433
55159
 
48434
55160
    Updated Hungarian translation
48435
55161
 
48438
55164
 1 file changed, 3347 insertions(+), 2928 deletions(-)
48439
55165
 
48440
55166
commit 5a108c918355b7344daad1acdcd87bc3765aeaca
48441
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
48442
 
Date:   Thu Mar 15 23:33:50 2012 +0100
 
55167
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
55168
AuthorDate: Thu Mar 15 23:33:50 2012 +0100
 
55169
Commit:     Gil Forcada <gforcada@gnome.org>
 
55170
CommitDate: Thu Mar 15 23:33:50 2012 +0100
48443
55171
 
48444
55172
    [l10n]Updated Catalan (Valencian) translation
48445
55173
 
48448
55176
 1 file changed, 3313 insertions(+), 3001 deletions(-)
48449
55177
 
48450
55178
commit 93b9d65d12e74dc23162a23b53f8d166e5e17fd4
48451
 
Author: Gil Forcada <gforcada@gnome.org>
48452
 
Date:   Thu Mar 15 23:33:43 2012 +0100
 
55179
Author:     Gil Forcada <gforcada@gnome.org>
 
55180
AuthorDate: Thu Mar 15 23:33:43 2012 +0100
 
55181
Commit:     Gil Forcada <gforcada@gnome.org>
 
55182
CommitDate: Thu Mar 15 23:33:43 2012 +0100
48453
55183
 
48454
55184
    [l10n]Updated Catalan translation
48455
55185
 
48458
55188
 1 file changed, 3352 insertions(+), 3012 deletions(-)
48459
55189
 
48460
55190
commit f025c9c4f4803dd09dba12ca8f35692a0ea8050a
48461
 
Author: David Zeuthen <davidz@redhat.com>
48462
 
Date:   Thu Mar 15 14:04:39 2012 -0400
 
55191
Author:     David Zeuthen <davidz@redhat.com>
 
55192
AuthorDate: Thu Mar 15 14:04:39 2012 -0400
 
55193
Commit:     David Zeuthen <davidz@redhat.com>
 
55194
CommitDate: Thu Mar 15 14:04:39 2012 -0400
48463
55195
 
48464
55196
    GDBusConnection: Don't store GCancellable in qdata
48465
55197
 
48475
55207
 1 file changed, 1 insertion(+), 15 deletions(-)
48476
55208
 
48477
55209
commit e3c7fdd7a47264c584f3f16e37d903a7d1f36f76
48478
 
Author: Ryan Lortie <desrt@desrt.ca>
48479
 
Date:   Tue Mar 13 16:41:57 2012 -0400
 
55210
Author:     Ryan Lortie <desrt@desrt.ca>
 
55211
AuthorDate: Tue Mar 13 16:41:57 2012 -0400
 
55212
Commit:     David Zeuthen <davidz@redhat.com>
 
55213
CommitDate: Thu Mar 15 14:01:35 2012 -0400
48480
55214
 
48481
55215
    GDBus: make use of reliable async cancellation
48482
55216
 
48499
55233
 4 files changed, 10 insertions(+)
48500
55234
 
48501
55235
commit 1c42b6b09213b3c5275a71bbcd7def9a19767b59
48502
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48503
 
Date:   Thu Mar 15 16:39:52 2012 +0800
 
55236
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55237
AuthorDate: Thu Mar 15 16:39:52 2012 +0800
 
55238
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55239
CommitDate: Thu Mar 15 16:39:52 2012 +0800
48504
55240
 
48505
55241
    Fix "install" paths in VS property sheets
48506
55242
 
48511
55247
 2 files changed, 6 insertions(+), 6 deletions(-)
48512
55248
 
48513
55249
commit 53b02b023da1ef7c253493b4aee0830e77a09a87
48514
 
Author: Mario Blättermann <mario.blaettermann@gmail.com>
48515
 
Date:   Wed Mar 14 22:27:33 2012 +0100
 
55250
Author:     Mario Blättermann <mario.blaettermann@gmail.com>
 
55251
AuthorDate: Wed Mar 14 22:27:33 2012 +0100
 
55252
Commit:     Mario Blättermann <mario.blaettermann@gmail.com>
 
55253
CommitDate: Wed Mar 14 22:27:33 2012 +0100
48516
55254
 
48517
55255
    [l10n] Updated German translation
48518
55256
 
48521
55259
 1 file changed, 919 insertions(+), 587 deletions(-)
48522
55260
 
48523
55261
commit 4804094472e90a537b534c32e3c225b624c4500e
48524
 
Author: Ryan Lortie <desrt@desrt.ca>
48525
 
Date:   Tue Mar 13 16:09:01 2012 -0400
 
55262
Author:     Ryan Lortie <desrt@desrt.ca>
 
55263
AuthorDate: Tue Mar 13 16:09:01 2012 -0400
 
55264
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55265
CommitDate: Wed Mar 14 08:36:11 2012 -0400
48526
55266
 
48527
55267
    GSimpleAsyncResult: support reliable cancellation
48528
55268
 
48546
55286
 4 files changed, 62 insertions(+)
48547
55287
 
48548
55288
commit 53b1afba0eb94f7f836b408d81da7b58c374dc3f
48549
 
Author: Mike Gorse <mgorse@novell.com>
48550
 
Date:   Tue Mar 13 16:02:30 2012 -0500
 
55289
Author:     Mike Gorse <mgorse@novell.com>
 
55290
AuthorDate: Tue Mar 13 16:02:30 2012 -0500
 
55291
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55292
CommitDate: Wed Mar 14 06:01:36 2012 -0400
48551
55293
 
48552
55294
    Invalidate single_va_closure when adding an emission hook
48553
55295
 
48561
55303
 1 file changed, 1 insertion(+)
48562
55304
 
48563
55305
commit fbbdf98668641a6e6494dacb5f5f13703145e6f8
48564
 
Author: Ryan Lortie <desrt@desrt.ca>
48565
 
Date:   Tue Mar 13 20:10:39 2012 -0400
 
55306
Author:     Ryan Lortie <desrt@desrt.ca>
 
55307
AuthorDate: Tue Mar 13 20:10:39 2012 -0400
 
55308
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55309
CommitDate: Tue Mar 13 20:15:21 2012 -0400
48566
55310
 
48567
55311
    g_log: mask log level before checking prefix flags
48568
55312
 
48580
55324
 1 file changed, 1 insertion(+), 1 deletion(-)
48581
55325
 
48582
55326
commit 545736c0fbc4fdc861a726b293a5b3c1cd611a3c
48583
 
Author: Ryan Lortie <desrt@desrt.ca>
48584
 
Date:   Tue Mar 13 20:08:27 2012 -0400
 
55327
Author:     Ryan Lortie <desrt@desrt.ca>
 
55328
AuthorDate: Tue Mar 13 20:08:27 2012 -0400
 
55329
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55330
CommitDate: Tue Mar 13 20:15:21 2012 -0400
48585
55331
 
48586
55332
    glib-init: restore default for G_MESSAGES_PREFIXED
48587
55333
 
48595
55341
 1 file changed, 7 insertions(+), 3 deletions(-)
48596
55342
 
48597
55343
commit 063f03fa761fe2e341e32ebec6ed7ff6732b5bb1
48598
 
Author: Ryan Lortie <desrt@desrt.ca>
48599
 
Date:   Tue Mar 13 20:08:01 2012 -0400
 
55344
Author:     Ryan Lortie <desrt@desrt.ca>
 
55345
AuthorDate: Tue Mar 13 20:08:01 2012 -0400
 
55346
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55347
CommitDate: Tue Mar 13 20:15:21 2012 -0400
48600
55348
 
48601
55349
    glib-init: fix obvious buffer size mismatch
48602
55350
 
48604
55352
 1 file changed, 1 insertion(+), 1 deletion(-)
48605
55353
 
48606
55354
commit 73fb1944e43b3ed3942c453dbe30db859cfe1bbe
48607
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
48608
 
Date:   Tue Mar 13 13:48:15 2012 +0000
 
55355
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
55356
AuthorDate: Tue Mar 13 13:48:15 2012 +0000
 
55357
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
55358
CommitDate: Tue Mar 13 13:48:15 2012 +0000
48609
55359
 
48610
55360
    Updated British English translation
48611
55361
 
48614
55364
 1 file changed, 3185 insertions(+), 2852 deletions(-)
48615
55365
 
48616
55366
commit 2127246139d6e7706d6a94dd754af649dfa6e650
48617
 
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
48618
 
Date:   Tue Mar 13 09:11:21 2012 +0100
 
55367
Author:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
55368
AuthorDate: Tue Mar 13 09:11:21 2012 +0100
 
55369
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
55370
CommitDate: Tue Mar 13 09:11:21 2012 +0100
48619
55371
 
48620
55372
    Updated Danish translation
48621
55373
 
48624
55376
 1 file changed, 70 insertions(+), 52 deletions(-)
48625
55377
 
48626
55378
commit 81aaf53567cf8dc13ae77878a8663b847ca54fcc
48627
 
Author: Ryan Lortie <desrt@desrt.ca>
48628
 
Date:   Mon Mar 12 16:43:15 2012 -0400
 
55379
Author:     Ryan Lortie <desrt@desrt.ca>
 
55380
AuthorDate: Mon Mar 12 16:43:15 2012 -0400
 
55381
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55382
CommitDate: Mon Mar 12 16:44:00 2012 -0400
48629
55383
 
48630
55384
    GSocketMsgFlags: annotate as a flags
48631
55385
 
48637
55391
 1 file changed, 1 insertion(+), 1 deletion(-)
48638
55392
 
48639
55393
commit 748cbafb8bffe88a7f1a3867b5f3f23d8713da6c
48640
 
Author: Kjartan Maraas <kmaraas@gnome.org>
48641
 
Date:   Mon Mar 12 18:18:55 2012 +0100
 
55394
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
55395
AuthorDate: Mon Mar 12 18:18:55 2012 +0100
 
55396
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
55397
CommitDate: Mon Mar 12 18:22:27 2012 +0100
48642
55398
 
48643
55399
    Updated Norwegian bokmål translation
48644
55400
 
48647
55403
 1 file changed, 69 insertions(+), 48 deletions(-)
48648
55404
 
48649
55405
commit c45b8135046790e13b0d486f605dc62c9a783b16
48650
 
Author: Timo Jyrinki <timo@debian.org>
48651
 
Date:   Mon Mar 12 11:02:04 2012 +0200
 
55406
Author:     Timo Jyrinki <timo@debian.org>
 
55407
AuthorDate: Mon Mar 12 11:02:04 2012 +0200
 
55408
Commit:     Timo Jyrinki <timo@debian.org>
 
55409
CommitDate: Mon Mar 12 11:02:04 2012 +0200
48652
55410
 
48653
55411
    Finnish translation update from
48654
55412
    http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint
48658
55416
 1 file changed, 2846 insertions(+), 2998 deletions(-)
48659
55417
 
48660
55418
commit 68bdfd69241ebb01be71fb7c8c8c7a188aedf8fb
48661
 
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
48662
 
Date:   Sun Mar 11 12:02:28 2012 +0100
 
55419
Author:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
55420
AuthorDate: Sun Mar 11 12:02:28 2012 +0100
 
55421
Commit:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
55422
CommitDate: Sun Mar 11 12:02:28 2012 +0100
48663
55423
 
48664
55424
    Updated Esperanto translation
48665
55425
 
48668
55428
 1 file changed, 3194 insertions(+), 2882 deletions(-)
48669
55429
 
48670
55430
commit 657e476b74bcf4c1e3a9363951d4adcb537b66de
48671
 
Author: Piotr Drąg <piotrdrag@gmail.com>
48672
 
Date:   Fri Mar 9 22:18:45 2012 +0100
 
55431
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
55432
AuthorDate: Fri Mar 9 22:18:45 2012 +0100
 
55433
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
55434
CommitDate: Fri Mar 9 22:18:45 2012 +0100
48673
55435
 
48674
55436
    Updated Polish translation
48675
55437
 
48678
55440
 1 file changed, 3246 insertions(+), 2940 deletions(-)
48679
55441
 
48680
55442
commit 8084047ee3fa639fc0ca33035356e2ce11f0cab6
48681
 
Author: Ryan Lortie <desrt@desrt.ca>
48682
 
Date:   Fri Mar 9 10:29:32 2012 -0500
 
55443
Author:     Ryan Lortie <desrt@desrt.ca>
 
55444
AuthorDate: Fri Mar 9 10:29:32 2012 -0500
 
55445
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55446
CommitDate: Fri Mar 9 10:29:32 2012 -0500
48683
55447
 
48684
55448
    logging test: unset G_MESSAGES_DEBUG
48685
55449
 
48690
55454
 1 file changed, 2 insertions(+)
48691
55455
 
48692
55456
commit 265f265c677bc5399dbb1cfa449cb4b915a6459f
48693
 
Author: Mark Janossy <janossy.mark@gmail.com>
48694
 
Date:   Fri Mar 9 09:54:23 2012 -0500
 
55457
Author:     Mark Janossy <janossy.mark@gmail.com>
 
55458
AuthorDate: Fri Mar 9 09:54:23 2012 -0500
 
55459
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55460
CommitDate: Fri Mar 9 09:54:23 2012 -0500
48695
55461
 
48696
55462
    deprecated threads: fix race in GStaticRecMutex
48697
55463
 
48711
55477
 1 file changed, 8 insertions(+), 5 deletions(-)
48712
55478
 
48713
55479
commit cb44e96dfadf33c1c5df43dabe7ced19a03789dc
48714
 
Author: Alexander Larsson <alexl@redhat.com>
48715
 
Date:   Fri Mar 9 11:32:45 2012 +0100
 
55480
Author:     Alexander Larsson <alexl@redhat.com>
 
55481
AuthorDate: Fri Mar 9 11:32:45 2012 +0100
 
55482
Commit:     Alexander Larsson <alexl@redhat.com>
 
55483
CommitDate: Fri Mar 9 11:32:45 2012 +0100
48716
55484
 
48717
55485
    Fix crash in signal emission optimization
48718
55486
 
48724
55492
 1 file changed, 4 insertions(+), 3 deletions(-)
48725
55493
 
48726
55494
commit bbe4b5719502c934e3a2f931773babd858997e43
48727
 
Author: Alexander Larsson <alexl@redhat.com>
48728
 
Date:   Fri Mar 9 09:32:06 2012 +0100
 
55495
Author:     Alexander Larsson <alexl@redhat.com>
 
55496
AuthorDate: Fri Mar 9 09:32:06 2012 +0100
 
55497
Commit:     Alexander Larsson <alexl@redhat.com>
 
55498
CommitDate: Fri Mar 9 09:57:03 2012 +0100
48729
55499
 
48730
55500
    signal emission: Allocate instance_and_param with alloca
48731
55501
 
48735
55505
 1 file changed, 4 insertions(+), 6 deletions(-)
48736
55506
 
48737
55507
commit 7b939efa6fad289c2878c64c1edd932200cf5f33
48738
 
Author: Erik van Pienbroek <epienbro@fedoraproject.org>
48739
 
Date:   Thu Mar 8 20:29:18 2012 +0100
 
55508
Author:     Erik van Pienbroek <epienbro@fedoraproject.org>
 
55509
AuthorDate: Thu Mar 8 20:29:18 2012 +0100
 
55510
Commit:     Alexander Larsson <alexl@redhat.com>
 
55511
CommitDate: Fri Mar 9 08:24:28 2012 +0100
48740
55512
 
48741
55513
    Use native glib-genmarshal when cross-compiling
48742
55514
 
48759
55531
 1 file changed, 8 insertions(+), 2 deletions(-)
48760
55532
 
48761
55533
commit 3fa735848782735a7ccff3abba39c53388592588
48762
 
Author: Ryan Lortie <desrt@desrt.ca>
48763
 
Date:   Thu Mar 8 11:55:09 2012 -0500
 
55534
Author:     Ryan Lortie <desrt@desrt.ca>
 
55535
AuthorDate: Thu Mar 8 11:55:09 2012 -0500
 
55536
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55537
CommitDate: Thu Mar 8 12:07:03 2012 -0500
48764
55538
 
48765
55539
    gio-querymodules: unlink instead of writing empty cache
48766
55540
 
48775
55549
 1 file changed, 16 insertions(+), 4 deletions(-)
48776
55550
 
48777
55551
commit c9f55445aa2f86b1ea62367849522ecabbe48d72
48778
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48779
 
Date:   Thu Mar 8 17:18:43 2012 +0800
 
55552
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55553
AuthorDate: Thu Mar 8 17:18:43 2012 +0800
 
55554
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55555
CommitDate: Thu Mar 8 17:19:15 2012 +0800
48780
55556
 
48781
55557
    msvc_recommended_pragmas.h: Silence C4819 warnings
48782
55558
 
48793
55569
 1 file changed, 3 insertions(+)
48794
55570
 
48795
55571
commit 93e2c1f12a354bca11d3467f3d7a2a0eb5dcd683
48796
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
48797
 
Date:   Thu Mar 8 14:08:11 2012 +0530
 
55572
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
55573
AuthorDate: Thu Mar 8 14:08:11 2012 +0530
 
55574
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
55575
CommitDate: Thu Mar 8 14:09:12 2012 +0530
48798
55576
 
48799
55577
    Assamese translation completed
48800
55578
 
48803
55581
 1 file changed, 312 insertions(+), 240 deletions(-)
48804
55582
 
48805
55583
commit c79606a3d61ad45653a1c8fe7e2b18ba07fab56d
48806
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
48807
 
Date:   Thu Mar 8 15:56:14 2012 +0800
 
55584
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
55585
AuthorDate: Thu Mar 8 15:56:14 2012 +0800
 
55586
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
55587
CommitDate: Thu Mar 8 15:56:14 2012 +0800
48808
55588
 
48809
55589
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
48810
55590
 
48815
55595
 2 files changed, 108 insertions(+), 72 deletions(-)
48816
55596
 
48817
55597
commit 05663607eaa595735e037a06101f897fdf97de36
48818
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48819
 
Date:   Thu Mar 8 15:34:39 2012 +0800
 
55598
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55599
AuthorDate: Thu Mar 8 15:34:39 2012 +0800
 
55600
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55601
CommitDate: Thu Mar 8 15:34:39 2012 +0800
48820
55602
 
48821
55603
    Update config.h.win32(.in)
48822
55604
 
48827
55609
 1 file changed, 3 deletions(-)
48828
55610
 
48829
55611
commit d642bf442ffcfba52c58764b03ac6dcf21feb1cf
48830
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48831
 
Date:   Thu Mar 8 15:04:17 2012 +0800
 
55612
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55613
AuthorDate: Thu Mar 8 15:04:17 2012 +0800
 
55614
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55615
CommitDate: Thu Mar 8 15:04:17 2012 +0800
48832
55616
 
48833
55617
    glib-genmarshal.c: Use G_VA_COPY instead of va_copy()
48834
55618
 
48841
55625
 1 file changed, 1 insertion(+), 1 deletion(-)
48842
55626
 
48843
55627
commit b72bb9dd08b15a3f85ab593121f9ba49828c07c2
48844
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
48845
 
Date:   Thu Mar 8 14:51:22 2012 +0800
 
55628
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55629
AuthorDate: Thu Mar 8 14:51:22 2012 +0800
 
55630
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
55631
CommitDate: Thu Mar 8 14:51:22 2012 +0800
48846
55632
 
48847
55633
    Use G_VA_COPY instead of va_copy()
48848
55634
 
48856
55642
 2 files changed, 22 insertions(+), 22 deletions(-)
48857
55643
 
48858
55644
commit 75ca1cd15891739052c96e94eed5f046f344f9c5
48859
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
48860
 
Date:   Wed Mar 7 12:53:14 2012 +0000
 
55645
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
55646
AuthorDate: Wed Mar 7 12:53:14 2012 +0000
 
55647
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
55648
CommitDate: Wed Mar 7 12:53:14 2012 +0000
48861
55649
 
48862
55650
    gobject: Fix a compiler warning
48863
55651
 
48867
55655
 1 file changed, 1 insertion(+), 1 deletion(-)
48868
55656
 
48869
55657
commit 7cf50ceb857968a99e141e8e2c75053761a12639
48870
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
48871
 
Date:   Tue Mar 6 22:10:53 2012 -0500
 
55658
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
55659
AuthorDate: Tue Mar 6 22:10:53 2012 -0500
 
55660
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
55661
CommitDate: Tue Mar 6 22:11:22 2012 -0500
48872
55662
 
48873
55663
    tests: fix GAction test for headless run
48874
55664
 
48877
55667
 2 files changed, 12 insertions(+)
48878
55668
 
48879
55669
commit a06542b998869c619a9eb9548d5e3bc780d09bbb
48880
 
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
48881
 
Date:   Tue Mar 6 21:43:24 2012 +0530
 
55670
Author:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
55671
AuthorDate: Tue Mar 6 21:43:24 2012 +0530
 
55672
Commit:     Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
55673
CommitDate: Tue Mar 6 21:45:13 2012 +0530
48882
55674
 
48883
55675
    Assamese translation completed
48884
55676
 
48887
55679
 1 file changed, 3069 insertions(+), 2747 deletions(-)
48888
55680
 
48889
55681
commit 6b4e24aca04f5b48f787f51db8d73dae620136a3
48890
 
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
48891
 
Date:   Tue Mar 6 23:50:59 2012 +0900
 
55682
Author:     Seong-ho Cho <darkcircle.0426@gmail.com>
 
55683
AuthorDate: Tue Mar 6 23:50:59 2012 +0900
 
55684
Commit:     Changwoo Ryu <cwryu@debian.org>
 
55685
CommitDate: Tue Mar 6 23:50:59 2012 +0900
48892
55686
 
48893
55687
    Updated Korean translation
48894
55688
 
48897
55691
 1 file changed, 695 insertions(+), 434 deletions(-)
48898
55692
 
48899
55693
commit 026340c5fcafd63b38a0424a0b83ae3a1c551aa7
48900
 
Author: Alexander Larsson <alexl@redhat.com>
48901
 
Date:   Tue Mar 6 11:35:17 2012 +0100
 
55694
Author:     Alexander Larsson <alexl@redhat.com>
 
55695
AuthorDate: Tue Mar 6 11:35:17 2012 +0100
 
55696
Commit:     Alexander Larsson <alexl@redhat.com>
 
55697
CommitDate: Tue Mar 6 11:35:17 2012 +0100
48902
55698
 
48903
55699
    Fix unused variable warning
48904
55700
 
48906
55702
 1 file changed, 1 insertion(+), 1 deletion(-)
48907
55703
 
48908
55704
commit 6e8caec6d9af06d4f7f0e6cd1a86c6c47e49ff01
48909
 
Author: David Zeuthen <davidz@redhat.com>
48910
 
Date:   Mon Mar 5 12:57:32 2012 -0500
 
55705
Author:     David Zeuthen <davidz@redhat.com>
 
55706
AuthorDate: Mon Mar 5 12:57:32 2012 -0500
 
55707
Commit:     David Zeuthen <davidz@redhat.com>
 
55708
CommitDate: Mon Mar 5 13:00:28 2012 -0500
48911
55709
 
48912
55710
    GUnix{Input,Output}Stream: Only release cancelable poll-fd if we
48913
55711
    allocated it
48928
55726
 2 files changed, 4 insertions(+), 2 deletions(-)
48929
55727
 
48930
55728
commit b6f65ec94065eb1ef321fe034b6fe94059bb741e
48931
 
Author: Matthias Clasen <mclasen@redhat.com>
48932
 
Date:   Mon Mar 5 11:43:20 2012 -0500
 
55729
Author:     Matthias Clasen <mclasen@redhat.com>
 
55730
AuthorDate: Mon Mar 5 11:43:20 2012 -0500
 
55731
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55732
CommitDate: Mon Mar 5 11:44:16 2012 -0500
48933
55733
 
48934
55734
    bump version
48935
55735
 
48937
55737
 1 file changed, 1 insertion(+), 1 deletion(-)
48938
55738
 
48939
55739
commit 3cf1ad1881c2d8f0cac67d51d3e29713bb28a201
48940
 
Author: Alexander Larsson <alexl@redhat.com>
48941
 
Date:   Mon Mar 5 15:05:07 2012 +0100
 
55740
Author:     Alexander Larsson <alexl@redhat.com>
 
55741
AuthorDate: Mon Mar 5 15:05:07 2012 +0100
 
55742
Commit:     Alexander Larsson <alexl@redhat.com>
 
55743
CommitDate: Mon Mar 5 15:06:22 2012 +0100
48942
55744
 
48943
55745
    Use G_DEFINE_CONSTRUCTOR for the glib_init constructor
48944
55746
 
48948
55750
 1 file changed, 8 insertions(+), 2 deletions(-)
48949
55751
 
48950
55752
commit a970fddb0ed68de910120cbe009edb94aa38eb9d
48951
 
Author: Matthias Clasen <mclasen@redhat.com>
48952
 
Date:   Mon Mar 5 09:01:20 2012 -0500
 
55753
Author:     Matthias Clasen <mclasen@redhat.com>
 
55754
AuthorDate: Mon Mar 5 09:01:20 2012 -0500
 
55755
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55756
CommitDate: Mon Mar 5 09:01:20 2012 -0500
48953
55757
 
48954
55758
    2.31.20
48955
55759
 
48957
55761
 1 file changed, 1 insertion(+), 1 deletion(-)
48958
55762
 
48959
55763
commit 17fe7fbd5afe58d386cd9df1148d9f897c233f7e
48960
 
Author: Matthias Clasen <mclasen@redhat.com>
48961
 
Date:   Mon Mar 5 08:32:07 2012 -0500
 
55764
Author:     Matthias Clasen <mclasen@redhat.com>
 
55765
AuthorDate: Mon Mar 5 08:32:07 2012 -0500
 
55766
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55767
CommitDate: Mon Mar 5 08:32:07 2012 -0500
48962
55768
 
48963
55769
    Update glib-genmarshal docs
48964
55770
 
48968
55774
 1 file changed, 21 insertions(+)
48969
55775
 
48970
55776
commit afe30b28847487d9b5cb4fb65ce740107cbc7423
48971
 
Author: Matthias Clasen <mclasen@redhat.com>
48972
 
Date:   Mon Mar 5 07:54:47 2012 -0500
 
55777
Author:     Matthias Clasen <mclasen@redhat.com>
 
55778
AuthorDate: Mon Mar 5 07:54:47 2012 -0500
 
55779
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55780
CommitDate: Mon Mar 5 07:54:47 2012 -0500
48973
55781
 
48974
55782
    Fix a compiler warning
48975
55783
 
48977
55785
 1 file changed, 1 insertion(+), 1 deletion(-)
48978
55786
 
48979
55787
commit dea3619367633786f98267181f18ec11834ec507
48980
 
Author: Matthias Clasen <mclasen@redhat.com>
48981
 
Date:   Mon Mar 5 07:34:58 2012 -0500
 
55788
Author:     Matthias Clasen <mclasen@redhat.com>
 
55789
AuthorDate: Mon Mar 5 07:34:58 2012 -0500
 
55790
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55791
CommitDate: Mon Mar 5 07:34:58 2012 -0500
48982
55792
 
48983
55793
    gobject: Fix symbol lists
48984
55794
 
48986
55796
 1 file changed, 24 insertions(+)
48987
55797
 
48988
55798
commit d2e742c60516963d894516f1ffaf72be021b5df2
48989
 
Author: Matthias Clasen <mclasen@redhat.com>
48990
 
Date:   Mon Mar 5 07:02:53 2012 -0500
 
55799
Author:     Matthias Clasen <mclasen@redhat.com>
 
55800
AuthorDate: Mon Mar 5 07:02:53 2012 -0500
 
55801
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55802
CommitDate: Mon Mar 5 07:02:53 2012 -0500
48991
55803
 
48992
55804
    More updates
48993
55805
 
48996
55808
 
48997
55809
commit f3fb42cfaf967cec4450437d81f824de266fb274
48998
55810
Merge: e9c399a 2d6502f
48999
 
Author: Alexander Larsson <alexl@redhat.com>
49000
 
Date:   Mon Mar 5 12:29:45 2012 +0100
 
55811
Author:     Alexander Larsson <alexl@redhat.com>
 
55812
AuthorDate: Mon Mar 5 12:29:45 2012 +0100
 
55813
Commit:     Alexander Larsson <alexl@redhat.com>
 
55814
CommitDate: Mon Mar 5 12:29:45 2012 +0100
49001
55815
 
49002
55816
    Merge branch 'signal-performance'
49003
55817
 
49004
55818
commit e9c399a65bfa1796947a8d1d65a4a7edab610c3b
49005
 
Author: Matthias Clasen <mclasen@redhat.com>
49006
 
Date:   Sun Mar 4 23:42:45 2012 -0500
 
55819
Author:     Matthias Clasen <mclasen@redhat.com>
 
55820
AuthorDate: Sun Mar 4 23:42:45 2012 -0500
 
55821
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55822
CommitDate: Mon Mar 5 06:18:24 2012 -0500
49007
55823
 
49008
55824
    Fix distcheck
49009
55825
 
49011
55827
 1 file changed, 1 insertion(+), 1 deletion(-)
49012
55828
 
49013
55829
commit 17835f8efd226580f767cf86e846749102050ae1
49014
 
Author: YunQiang Su <yqsu@src.gnome.org>
49015
 
Date:   Mon Mar 5 17:44:58 2012 +0800
 
55830
Author:     YunQiang Su <yqsu@src.gnome.org>
 
55831
AuthorDate: Mon Mar 5 17:44:58 2012 +0800
 
55832
Commit:     YunQiang Su <yqsu@src.gnome.org>
 
55833
CommitDate: Mon Mar 5 17:44:58 2012 +0800
49016
55834
 
49017
55835
    update Simplified Chinese (zh_CN) translation
49018
55836
 
49021
55839
 1 file changed, 3129 insertions(+), 2790 deletions(-)
49022
55840
 
49023
55841
commit c0c2cbe0aec6fe42ac7496ed831b2e78a477c351
49024
 
Author: Matthias Clasen <mclasen@redhat.com>
49025
 
Date:   Sun Mar 4 22:25:50 2012 -0500
 
55842
Author:     Matthias Clasen <mclasen@redhat.com>
 
55843
AuthorDate: Sun Mar 4 22:25:50 2012 -0500
 
55844
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55845
CommitDate: Sun Mar 4 22:28:28 2012 -0500
49026
55846
 
49027
55847
    Fix distcheck
49028
55848
 
49030
55850
 1 file changed, 3 insertions(+), 1 deletion(-)
49031
55851
 
49032
55852
commit 47b162c1dfeca9384058e24a9cef3fdb4e730151
49033
 
Author: Matthias Clasen <mclasen@redhat.com>
49034
 
Date:   Sun Mar 4 21:48:26 2012 -0500
 
55853
Author:     Matthias Clasen <mclasen@redhat.com>
 
55854
AuthorDate: Sun Mar 4 21:48:26 2012 -0500
 
55855
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55856
CommitDate: Sun Mar 4 21:48:26 2012 -0500
49035
55857
 
49036
55858
    Updates for 2.31.20
49037
55859
 
49039
55861
 1 file changed, 51 insertions(+)
49040
55862
 
49041
55863
commit 1426a8ca07f3ad0e874c0b0aad241ae93cf1e144
49042
 
Author: Matthias Clasen <mclasen@redhat.com>
49043
 
Date:   Sun Mar 4 20:49:04 2012 -0500
 
55864
Author:     Matthias Clasen <mclasen@redhat.com>
 
55865
AuthorDate: Sun Mar 4 20:49:04 2012 -0500
 
55866
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55867
CommitDate: Sun Mar 4 20:49:04 2012 -0500
49044
55868
 
49045
55869
    Fix binding properties of the same object
49046
55870
 
49053
55877
 2 files changed, 41 insertions(+), 3 deletions(-)
49054
55878
 
49055
55879
commit 840c32281d307c709b3b2d83071280b3bf46b969
49056
 
Author: Nirbheek Chauhan <nirbheek@gentoo.org>
49057
 
Date:   Tue Feb 21 19:42:22 2012 +0530
 
55880
Author:     Nirbheek Chauhan <nirbheek@gentoo.org>
 
55881
AuthorDate: Tue Feb 21 19:42:22 2012 +0530
 
55882
Commit:     Matthias Clasen <mclasen@redhat.com>
 
55883
CommitDate: Sun Mar 4 20:36:04 2012 -0500
49058
55884
 
49059
55885
    Run gdb under libtool so that local libraries are used
49060
55886
 
49067
55893
 1 file changed, 1 insertion(+), 1 deletion(-)
49068
55894
 
49069
55895
commit d49a77df5de8102974654f6f27a119dabd550043
49070
 
Author: Matej Urbančič <mateju@svn.gnome.org>
49071
 
Date:   Sun Mar 4 21:23:29 2012 +0100
 
55896
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
55897
AuthorDate: Sun Mar 4 21:23:29 2012 +0100
 
55898
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
55899
CommitDate: Sun Mar 4 21:23:29 2012 +0100
49072
55900
 
49073
55901
    Updated Slovenian translation
49074
55902
 
49077
55905
 1 file changed, 32 insertions(+), 40 deletions(-)
49078
55906
 
49079
55907
commit ce5ccbf3e0638b33f66a0948ecffe287beca1592
49080
 
Author: Martin Srebotnjak <miles@filmsi.net>
49081
 
Date:   Sun Mar 4 21:20:59 2012 +0100
 
55908
Author:     Martin Srebotnjak <miles@filmsi.net>
 
55909
AuthorDate: Sun Mar 4 21:20:59 2012 +0100
 
55910
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
55911
CommitDate: Sun Mar 4 21:20:59 2012 +0100
49082
55912
 
49083
55913
    Updated Slovenian translation
49084
55914
 
49087
55917
 1 file changed, 992 insertions(+), 644 deletions(-)
49088
55918
 
49089
55919
commit f3bf532a3c6dd97605117dba4b7cc4aae10e7136
49090
 
Author: Michael Biebl <biebl@debian.org>
49091
 
Date:   Sun Mar 4 00:26:10 2012 +0100
 
55920
Author:     Michael Biebl <biebl@debian.org>
 
55921
AuthorDate: Sun Mar 4 00:26:10 2012 +0100
 
55922
Commit:     Michael Biebl <biebl@debian.org>
 
55923
CommitDate: Sun Mar 4 00:26:10 2012 +0100
49092
55924
 
49093
55925
    build: include glib-compile-resources.xml in the dist tarball
49094
55926
 
49098
55930
 1 file changed, 1 insertion(+)
49099
55931
 
49100
55932
commit cc2104e87a12414c205319a0e488c17c64246e9c
49101
 
Author: Michael Biebl <biebl@debian.org>
49102
 
Date:   Sat Mar 3 21:39:35 2012 +0100
 
55933
Author:     Michael Biebl <biebl@debian.org>
 
55934
AuthorDate: Sat Mar 3 21:39:35 2012 +0100
 
55935
Commit:     Michael Biebl <biebl@debian.org>
 
55936
CommitDate: Sat Mar 3 21:39:35 2012 +0100
49103
55937
 
49104
55938
    build: Fix failure on "make distclean"
49105
55939
 
49109
55943
 1 file changed, 1 insertion(+), 1 deletion(-)
49110
55944
 
49111
55945
commit 2d6502f67bb207c5a0d6eaba27b2398b74baa28f
49112
 
Author: Alexander Larsson <alexl@redhat.com>
49113
 
Date:   Sat Mar 3 21:36:10 2012 +0100
 
55946
Author:     Alexander Larsson <alexl@redhat.com>
 
55947
AuthorDate: Sat Mar 3 21:36:10 2012 +0100
 
55948
Commit:     Alexander Larsson <alexl@redhat.com>
 
55949
CommitDate: Sat Mar 3 21:36:10 2012 +0100
49114
55950
 
49115
55951
    fastpath: Do allow NO_RECURSE fastpath for NOP emissions
49116
55952
 
49121
55957
 1 file changed, 6 insertions(+), 1 deletion(-)
49122
55958
 
49123
55959
commit 5f280eb6a828d3bdeb932ce42ee97b2ab7e771f2
49124
 
Author: Shota Akiyama <s7akiyama@gmail.com>
49125
 
Date:   Thu Feb 23 11:52:12 2012 +0100
 
55960
Author:     Shota Akiyama <s7akiyama@gmail.com>
 
55961
AuthorDate: Thu Feb 23 11:52:12 2012 +0100
 
55962
Commit:     Dan Winship <danw@gnome.org>
 
55963
CommitDate: Sat Mar 3 13:29:29 2012 -0500
49126
55964
 
49127
55965
    glib/gmacros.h: Fix up attribute to avoid namespace collisions
49128
55966
 
49132
55970
 1 file changed, 1 insertion(+), 1 deletion(-)
49133
55971
 
49134
55972
commit deea0e39ba6bb7c41da405c1269abb962ca81a71
49135
 
Author: Dan Winship <danw@gnome.org>
49136
 
Date:   Fri Mar 2 10:22:11 2012 -0500
 
55973
Author:     Dan Winship <danw@gnome.org>
 
55974
AuthorDate: Fri Mar 2 10:22:11 2012 -0500
 
55975
Commit:     Dan Winship <danw@gnome.org>
 
55976
CommitDate: Sat Mar 3 13:26:43 2012 -0500
49137
55977
 
49138
55978
    gspawn: rename G_SPAWN_ERROR_2BIG to be more bindings-friendly
49139
55979
 
49149
55989
 2 files changed, 7 insertions(+), 3 deletions(-)
49150
55990
 
49151
55991
commit a5caa564b7ac03d49386690c3037e57bdf80563d
49152
 
Author: Ryan Lortie <desrt@desrt.ca>
49153
 
Date:   Sat Mar 3 11:40:51 2012 -0500
 
55992
Author:     Ryan Lortie <desrt@desrt.ca>
 
55993
AuthorDate: Sat Mar 3 11:40:51 2012 -0500
 
55994
Commit:     Ryan Lortie <desrt@desrt.ca>
 
55995
CommitDate: Sat Mar 3 11:48:12 2012 -0500
49154
55996
 
49155
55997
    GApplication: fix name unregister logic
49156
55998
 
49166
56008
 1 file changed, 7 insertions(+), 9 deletions(-)
49167
56009
 
49168
56010
commit 5c3e86277627a8cc2dab64dd25fc7a30369472e0
49169
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
49170
 
Date:   Sat Mar 3 22:49:18 2012 +0700
 
56011
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
56012
AuthorDate: Sat Mar 3 22:49:18 2012 +0700
 
56013
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
56014
CommitDate: Sat Mar 3 22:49:18 2012 +0700
49171
56015
 
49172
56016
    Updated Vietnamese translation
49173
56017
 
49176
56020
 1 file changed, 38 insertions(+), 47 deletions(-)
49177
56021
 
49178
56022
commit f5aad13d8f1fe4fccf128105f9ab50f2e73f7737
49179
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
49180
 
Date:   Sat Mar 3 22:35:16 2012 +0700
 
56023
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
56024
AuthorDate: Sat Mar 3 22:35:16 2012 +0700
 
56025
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
56026
CommitDate: Sat Mar 3 22:35:16 2012 +0700
49181
56027
 
49182
56028
    po/vi: import from Damned Lies
49183
56029
 
49186
56032
 1 file changed, 669 insertions(+), 465 deletions(-)
49187
56033
 
49188
56034
commit 27d9b92264a35dc5753f63ad0ff2f8e5c7381c44
49189
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
49190
 
Date:   Sat Mar 3 14:43:05 2012 +0100
 
56035
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
56036
AuthorDate: Sat Mar 3 14:43:05 2012 +0100
 
56037
Commit:     dooteo <dooteo@dous.zundan.com>
 
56038
CommitDate: Sat Mar 3 14:43:05 2012 +0100
49191
56039
 
49192
56040
    Updated Basque language
49193
56041
 
49196
56044
 1 file changed, 3268 insertions(+), 2935 deletions(-)
49197
56045
 
49198
56046
commit 59ee6dbc004adda8c4e4c8ff58bf21a9173eb99f
49199
 
Author: Peter O'Gorman <pogma@gnu.org>
49200
 
Date:   Fri Mar 2 13:36:27 2012 -0800
 
56047
Author:     Peter O'Gorman <pogma@gnu.org>
 
56048
AuthorDate: Fri Mar 2 13:36:27 2012 -0800
 
56049
Commit:     John Ralls <jralls@ceridwen.us>
 
56050
CommitDate: Fri Mar 2 13:36:27 2012 -0800
49201
56051
 
49202
56052
    Bug 640202 Impossible to build multi-architecture libraries
49203
56053
 
49207
56057
 1 file changed, 10 insertions(+), 5 deletions(-)
49208
56058
 
49209
56059
commit b05ea89d0c9e97fcd7858a83ea0d1c6d7fe1972f
49210
 
Author: Alexander Larsson <alexl@redhat.com>
49211
 
Date:   Fri Mar 2 20:22:29 2012 +0100
 
56060
Author:     Alexander Larsson <alexl@redhat.com>
 
56061
AuthorDate: Fri Mar 2 20:22:29 2012 +0100
 
56062
Commit:     Alexander Larsson <alexl@redhat.com>
 
56063
CommitDate: Fri Mar 2 20:22:29 2012 +0100
49212
56064
 
49213
56065
    Mask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing types
49214
56066
 
49216
56068
 1 file changed, 1 insertion(+), 1 deletion(-)
49217
56069
 
49218
56070
commit d10f79a1963d169b1613b2163176cdea7b7d4d8d
49219
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
49220
 
Date:   Fri Mar 2 17:06:36 2012 +0000
 
56071
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
56072
AuthorDate: Fri Mar 2 17:06:36 2012 +0000
 
56073
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
56074
CommitDate: Fri Mar 2 17:06:36 2012 +0000
49221
56075
 
49222
56076
    build: Fix rules for marshalers.[ch]
49223
56077
 
49226
56080
 2 files changed, 8 insertions(+), 4 deletions(-)
49227
56081
 
49228
56082
commit 3d52ee999af39b37badfb8ed6f7b0dbcf28c73b0
49229
 
Author: Alexander Larsson <alexl@redhat.com>
49230
 
Date:   Fri Mar 2 16:16:17 2012 +0100
 
56083
Author:     Alexander Larsson <alexl@redhat.com>
 
56084
AuthorDate: Fri Mar 2 16:16:17 2012 +0100
 
56085
Commit:     Alexander Larsson <alexl@redhat.com>
 
56086
CommitDate: Fri Mar 2 17:13:04 2012 +0100
49231
56087
 
49232
56088
    Add more tests for signal emissions
49233
56089
 
49238
56094
 3 files changed, 367 insertions(+), 7 deletions(-)
49239
56095
 
49240
56096
commit f02ec2f2de3c9863da36be951662ddf4080adfaa
49241
 
Author: Alexander Larsson <alexl@redhat.com>
49242
 
Date:   Wed Feb 22 19:36:05 2012 +0100
 
56097
Author:     Alexander Larsson <alexl@redhat.com>
 
56098
AuthorDate: Wed Feb 22 19:36:05 2012 +0100
 
56099
Commit:     Alexander Larsson <alexl@redhat.com>
 
56100
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49243
56101
 
49244
56102
    Optimize single-handler va_marshaller case
49245
56103
 
49256
56114
 2 files changed, 274 insertions(+), 100 deletions(-)
49257
56115
 
49258
56116
commit a3e91088ce40ed201cfe1514b0adb252394027b1
49259
 
Author: Alexander Larsson <alexl@redhat.com>
49260
 
Date:   Fri Mar 2 11:20:45 2012 +0100
 
56117
Author:     Alexander Larsson <alexl@redhat.com>
 
56118
AuthorDate: Fri Mar 2 11:20:45 2012 +0100
 
56119
Commit:     Alexander Larsson <alexl@redhat.com>
 
56120
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49261
56121
 
49262
56122
    Use builtin marshallers and va_marshallers if possible
49263
56123
 
49271
56131
 1 file changed, 51 insertions(+), 3 deletions(-)
49272
56132
 
49273
56133
commit 7964cda8e6c9dc779e99b65150e158e29d373ea4
49274
 
Author: Alexander Larsson <alexl@redhat.com>
49275
 
Date:   Wed Feb 22 19:34:05 2012 +0100
 
56134
Author:     Alexander Larsson <alexl@redhat.com>
 
56135
AuthorDate: Wed Feb 22 19:34:05 2012 +0100
 
56136
Commit:     Alexander Larsson <alexl@redhat.com>
 
56137
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49276
56138
 
49277
56139
    Add g_signal_set_va_marshaller
49278
56140
 
49288
56150
 2 files changed, 64 insertions(+), 5 deletions(-)
49289
56151
 
49290
56152
commit 1c4f0ca48332f2e550b5e5e17365c43912958cee
49291
 
Author: Alexander Larsson <alexl@redhat.com>
49292
 
Date:   Tue Feb 28 15:48:20 2012 +0100
 
56153
Author:     Alexander Larsson <alexl@redhat.com>
 
56154
AuthorDate: Tue Feb 28 15:48:20 2012 +0100
 
56155
Commit:     Alexander Larsson <alexl@redhat.com>
 
56156
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49293
56157
 
49294
56158
    Add _g_closure_is_void to check for NULL vfuncs
49295
56159
 
49300
56164
 2 files changed, 38 insertions(+)
49301
56165
 
49302
56166
commit 57051905f9279d2c8c27e9e50154c9565708f4d5
49303
 
Author: Alexander Larsson <alexl@redhat.com>
49304
 
Date:   Wed Feb 22 19:32:36 2012 +0100
 
56167
Author:     Alexander Larsson <alexl@redhat.com>
 
56168
AuthorDate: Wed Feb 22 19:32:36 2012 +0100
 
56169
Commit:     Alexander Larsson <alexl@redhat.com>
 
56170
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49305
56171
 
49306
56172
    Support generating va marshallers in glib-genmarshal
49307
56173
 
49314
56180
 3 files changed, 1272 insertions(+), 23 deletions(-)
49315
56181
 
49316
56182
commit 588af03a2893615736685c43cdaff767f70d04e8
49317
 
Author: Alexander Larsson <alexl@redhat.com>
49318
 
Date:   Wed Feb 22 19:29:14 2012 +0100
 
56183
Author:     Alexander Larsson <alexl@redhat.com>
 
56184
AuthorDate: Wed Feb 22 19:29:14 2012 +0100
 
56185
Commit:     Alexander Larsson <alexl@redhat.com>
 
56186
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49319
56187
 
49320
56188
    Add optional support for varargs marshallers to GClosure
49321
56189
 
49332
56200
 3 files changed, 392 insertions(+), 3 deletions(-)
49333
56201
 
49334
56202
commit d5fbbe400aef8c802968a1398fc8e9546173b748
49335
 
Author: Alexander Larsson <alexl@redhat.com>
49336
 
Date:   Wed Feb 22 17:46:21 2012 +0100
 
56203
Author:     Alexander Larsson <alexl@redhat.com>
 
56204
AuthorDate: Wed Feb 22 17:46:21 2012 +0100
 
56205
Commit:     Alexander Larsson <alexl@redhat.com>
 
56206
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49337
56207
 
49338
56208
    Add GRealClosure and move meta_marshallers there
49339
56209
 
49354
56224
 4 files changed, 51 insertions(+), 52 deletions(-)
49355
56225
 
49356
56226
commit 950e6a4a207180862061618de5a3b77f92d71c0a
49357
 
Author: Alexander Larsson <alexl@redhat.com>
49358
 
Date:   Wed Feb 22 19:44:24 2012 +0100
 
56227
Author:     Alexander Larsson <alexl@redhat.com>
 
56228
AuthorDate: Wed Feb 22 19:44:24 2012 +0100
 
56229
Commit:     Alexander Larsson <alexl@redhat.com>
 
56230
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49359
56231
 
49360
56232
    tests: Add generic and empty signal emission performace tests
49361
56233
 
49369
56241
 1 file changed, 107 insertions(+), 5 deletions(-)
49370
56242
 
49371
56243
commit 3be0e57458fe297d79a20f261cc2b0f92c91db45
49372
 
Author: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
49373
 
Date:   Tue Sep 27 09:15:17 2011 +0100
 
56244
Author:     Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
 
56245
AuthorDate: Tue Sep 27 09:15:17 2011 +0100
 
56246
Commit:     Alexander Larsson <alexl@redhat.com>
 
56247
CommitDate: Fri Mar 2 17:13:03 2012 +0100
49374
56248
 
49375
56249
    tests: performance: add emit-handled/emit-unhandled tests
49376
56250
 
49381
56255
 1 file changed, 104 insertions(+), 21 deletions(-)
49382
56256
 
49383
56257
commit 00f1e1f5c282b0943d0a7b3e073d8867b0bdba05
49384
 
Author: Jörn Magens <interflug1@gmx.net>
49385
 
Date:   Wed Feb 29 12:29:50 2012 -0500
 
56258
Author:     Jörn Magens <interflug1@gmx.net>
 
56259
AuthorDate: Wed Feb 29 12:29:50 2012 -0500
 
56260
Commit:     Ryan Lortie <desrt@desrt.ca>
 
56261
CommitDate: Fri Mar 2 09:08:30 2012 -0500
49386
56262
 
49387
56263
    GSequence: add note about lookup requiring sorting
49388
56264
 
49398
56274
 1 file changed, 32 insertions(+)
49399
56275
 
49400
56276
commit 7e7e0b141c887a2880c88f051cb8ed07e474b24a
49401
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
49402
 
Date:   Fri Mar 2 14:15:58 2012 +0200
 
56277
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
56278
AuthorDate: Fri Mar 2 14:15:58 2012 +0200
 
56279
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
56280
CommitDate: Fri Mar 2 14:15:58 2012 +0200
49403
56281
 
49404
56282
    Updated Hebrew translation.
49405
56283
 
49408
56286
 1 file changed, 76 insertions(+), 55 deletions(-)
49409
56287
 
49410
56288
commit cb0566eaf3b245bf2eaa8c9e912cf240d8868193
49411
 
Author: Christian Dywan <christian@twotoasts.de>
49412
 
Date:   Sat Mar 26 14:48:54 2011 +0000
 
56289
Author:     Christian Dywan <christian@twotoasts.de>
 
56290
AuthorDate: Sat Mar 26 14:48:54 2011 +0000
 
56291
Commit:     Javier Jardón <jjardon@gnome.org>
 
56292
CommitDate: Thu Mar 1 21:40:35 2012 +0000
49413
56293
 
49414
56294
    gobject/gtype.c: Emphasize use of priv in member and use
49415
56295
    g_return_val_if_fail
49422
56302
 1 file changed, 7 insertions(+), 1 deletion(-)
49423
56303
 
49424
56304
commit 10fbfcf09010e423cfc79c54e8da50b62a0f4b8a
49425
 
Author: David Zeuthen <davidz@redhat.com>
49426
 
Date:   Thu Mar 1 14:06:43 2012 -0500
 
56305
Author:     David Zeuthen <davidz@redhat.com>
 
56306
AuthorDate: Thu Mar 1 14:06:43 2012 -0500
 
56307
Commit:     David Zeuthen <davidz@redhat.com>
 
56308
CommitDate: Thu Mar 1 14:06:43 2012 -0500
49427
56309
 
49428
56310
    Add G_VOLUME_IDENTIFIER_KIND_CLASS identifier
49429
56311
 
49445
56327
 2 files changed, 19 insertions(+)
49446
56328
 
49447
56329
commit 479416fada430f8d1f5af8e9b7c536b2ee6e71fb
49448
 
Author: Krishnababu Krothapalli <email>
49449
 
Date:   Thu Mar 1 13:59:41 2012 +0530
 
56330
Author:     Krishnababu Krothapalli <email>
 
56331
AuthorDate: Thu Mar 1 13:59:41 2012 +0530
 
56332
Commit:     Krishnababu Krothapalli <email>
 
56333
CommitDate: Thu Mar 1 13:59:41 2012 +0530
49450
56334
 
49451
56335
    Updated Telugu Translations
49452
56336
 
49455
56339
 1 file changed, 3207 insertions(+), 2896 deletions(-)
49456
56340
 
49457
56341
commit 80611295ab56dd95add95a9600ba8bc88d5e9a62
49458
 
Author: Colin Walters <walters@verbum.org>
49459
 
Date:   Wed Feb 29 12:37:24 2012 -0500
 
56342
Author:     Colin Walters <walters@verbum.org>
 
56343
AuthorDate: Wed Feb 29 12:37:24 2012 -0500
 
56344
Commit:     Colin Walters <walters@verbum.org>
 
56345
CommitDate: Wed Feb 29 13:09:41 2012 -0500
49460
56346
 
49461
56347
    g_uri_unescape_segment: Mention (allow-none)/%NULL in documentation
49462
56348
 
49464
56350
 1 file changed, 6 insertions(+), 4 deletions(-)
49465
56351
 
49466
56352
commit ede8707129389d6a795b9d23de2554b0d656e2f5
49467
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
49468
 
Date:   Wed Feb 29 17:52:39 2012 +0000
 
56353
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
56354
AuthorDate: Wed Feb 29 17:52:39 2012 +0000
 
56355
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
56356
CommitDate: Wed Feb 29 17:56:06 2012 +0000
49469
56357
 
49470
56358
    Version the deprecation of g_value_array_get_type()
49471
56359
 
49476
56364
 2 files changed, 12 insertions(+), 14 deletions(-)
49477
56365
 
49478
56366
commit c5b6f774c4c133b5c1a9ebbd046a54ef6f177f84
49479
 
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
49480
 
Date:   Wed Feb 29 11:19:21 2012 +0100
 
56367
Author:     Andoni Morales Alastruey <ylatuya@gmail.com>
 
56368
AuthorDate: Wed Feb 29 11:19:21 2012 +0100
 
56369
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
56370
CommitDate: Wed Feb 29 11:29:23 2012 +0100
49481
56371
 
49482
56372
    gsocket: fix compilation when ENOTSOCK and WSANOTSOCK are both defined
49483
56373
 
49485
56375
 1 file changed, 2 insertions(+), 1 deletion(-)
49486
56376
 
49487
56377
commit 9db8692f5ada433b4c7292b5b595a667fb53bebc
49488
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
49489
 
Date:   Wed Feb 29 11:58:16 2012 +0800
 
56378
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
56379
AuthorDate: Wed Feb 29 11:58:16 2012 +0800
 
56380
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
56381
CommitDate: Wed Feb 29 11:58:16 2012 +0800
49490
56382
 
49491
56383
    Update Visual C++ projects
49492
56384
 
49505
56397
 5 files changed, 252 insertions(+), 14 deletions(-)
49506
56398
 
49507
56399
commit 2bde3e8d833cf2d90ac3a0b3b89810ddd54b8c10
49508
 
Author: Aleksander Morgado <aleksander@lanedo.com>
49509
 
Date:   Tue Feb 28 01:14:29 2012 +0100
 
56400
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
56401
AuthorDate: Tue Feb 28 01:14:29 2012 +0100
 
56402
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
56403
CommitDate: Tue Feb 28 10:36:54 2012 +0100
49510
56404
 
49511
56405
    gio-2.0.pc: add gdbus_codegen variable
49512
56406
 
49516
56410
 1 file changed, 1 insertion(+)
49517
56411
 
49518
56412
commit 0155e19566a9d9e0d334eddac7dd757b4b9a2f4c
49519
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
49520
 
Date:   Tue Feb 28 00:32:18 2012 +0100
 
56413
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
56414
AuthorDate: Tue Feb 28 00:32:18 2012 +0100
 
56415
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
56416
CommitDate: Tue Feb 28 00:32:18 2012 +0100
49521
56417
 
49522
56418
    Updated Galician translations
49523
56419
 
49526
56422
 1 file changed, 42 insertions(+), 24 deletions(-)
49527
56423
 
49528
56424
commit 7a4a973cfd1508065efa69c6a910cd01b490499a
49529
 
Author: David Zeuthen <davidz@redhat.com>
49530
 
Date:   Mon Feb 27 14:53:13 2012 -0500
 
56425
Author:     David Zeuthen <davidz@redhat.com>
 
56426
AuthorDate: Mon Feb 27 14:53:13 2012 -0500
 
56427
Commit:     David Zeuthen <davidz@redhat.com>
 
56428
CommitDate: Mon Feb 27 14:53:13 2012 -0500
49531
56429
 
49532
56430
    GDBusConnection: Don't leak message reply in error path
49533
56431
 
49541
56439
 1 file changed, 1 insertion(+), 1 deletion(-)
49542
56440
 
49543
56441
commit eeccd3866ac679b36f5bff2c8c542b911a09a390
49544
 
Author: Ryan Lortie <desrt@desrt.ca>
49545
 
Date:   Mon Feb 27 14:00:55 2012 -0500
 
56442
Author:     Ryan Lortie <desrt@desrt.ca>
 
56443
AuthorDate: Mon Feb 27 14:00:55 2012 -0500
 
56444
Commit:     Ryan Lortie <desrt@desrt.ca>
 
56445
CommitDate: Mon Feb 27 14:01:10 2012 -0500
49546
56446
 
49547
56447
    GDBusMenuModel: plug a leak of a GHashTable
49548
56448
 
49550
56450
 1 file changed, 1 insertion(+)
49551
56451
 
49552
56452
commit 51f1297a6e8a031a611dd15b8aec8f4abac9a1db
49553
 
Author: Christian Persch <chpe@gnome.org>
49554
 
Date:   Mon Feb 27 16:25:50 2012 +0100
 
56453
Author:     Christian Persch <chpe@gnome.org>
 
56454
AuthorDate: Mon Feb 27 16:25:50 2012 +0100
 
56455
Commit:     Christian Persch <chpe@gnome.org>
 
56456
CommitDate: Mon Feb 27 16:25:50 2012 +0100
49555
56457
 
49556
56458
    Fixup docs comment
49557
56459
 
49559
56461
 1 file changed, 1 insertion(+), 1 deletion(-)
49560
56462
 
49561
56463
commit d2c37669f24d6c52642f0f7d76c6d8432fb57a6d
49562
 
Author: Christian Persch <chpe@gnome.org>
49563
 
Date:   Mon Feb 13 14:20:55 2012 +0100
 
56464
Author:     Christian Persch <chpe@gnome.org>
 
56465
AuthorDate: Mon Feb 13 14:20:55 2012 +0100
 
56466
Commit:     Christian Persch <chpe@gnome.org>
 
56467
CommitDate: Mon Feb 27 13:27:13 2012 +0100
49564
56468
 
49565
56469
    regex: unicode: Update to Unicode 6.1.0
49566
56470
 
49572
56476
 1 file changed, 159 insertions(+), 138 deletions(-)
49573
56477
 
49574
56478
commit c67ad269f1801371050da5600fa83abaf1130411
49575
 
Author: Matthias Clasen <mclasen@redhat.com>
49576
 
Date:   Mon Feb 27 07:16:11 2012 -0500
 
56479
Author:     Matthias Clasen <mclasen@redhat.com>
 
56480
AuthorDate: Mon Feb 27 07:16:11 2012 -0500
 
56481
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56482
CommitDate: Mon Feb 27 07:16:11 2012 -0500
49577
56483
 
49578
56484
    Fix doc build again
49579
56485
 
49585
56491
 1 file changed, 3 insertions(+)
49586
56492
 
49587
56493
commit 96c98ce62ebb88b296deab5391203a870dbfa068
49588
 
Author: Matthias Clasen <mclasen@redhat.com>
49589
 
Date:   Mon Feb 27 06:48:01 2012 -0500
 
56494
Author:     Matthias Clasen <mclasen@redhat.com>
 
56495
AuthorDate: Mon Feb 27 06:48:01 2012 -0500
 
56496
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56497
CommitDate: Mon Feb 27 06:54:16 2012 -0500
49590
56498
 
49591
56499
    Improve the wording of the message for G_UNAVAILABLE
49592
56500
 
49598
56506
 1 file changed, 2 insertions(+), 2 deletions(-)
49599
56507
 
49600
56508
commit fecdb4f8dc5338b9c069edeb4f0eb77b0aaf3605
49601
 
Author: Rico Tzschichholz <ricotz@t-online.de>
49602
 
Date:   Mon Feb 27 12:50:18 2012 +0100
 
56509
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
56510
AuthorDate: Mon Feb 27 12:50:18 2012 +0100
 
56511
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
56512
CommitDate: Mon Feb 27 12:50:18 2012 +0100
49603
56513
 
49604
56514
    docs/glib: Moving back compiling.sgml to content_files to fix
49605
56515
    make dist
49608
56518
 1 file changed, 1 insertion(+), 3 deletions(-)
49609
56519
 
49610
56520
commit 37c84b3bbf7ae6408f35db896c43ef513ffa0e8d
49611
 
Author: Alexander Shopov <ash@kambanaria.org>
49612
 
Date:   Mon Feb 27 07:31:44 2012 +0200
 
56521
Author:     Alexander Shopov <ash@kambanaria.org>
 
56522
AuthorDate: Mon Feb 27 07:31:44 2012 +0200
 
56523
Commit:     Alexander Shopov <ash@kambanaria.org>
 
56524
CommitDate: Mon Feb 27 07:34:23 2012 +0200
49613
56525
 
49614
56526
    Updated Bulgarian translation
49615
56527
 
49618
56530
 1 file changed, 604 insertions(+), 348 deletions(-)
49619
56531
 
49620
56532
commit 4995ef4dd7959dde44c62014a06c52d41acd8908
49621
 
Author: Matthias Clasen <mclasen@redhat.com>
49622
 
Date:   Mon Feb 27 00:32:13 2012 -0500
 
56533
Author:     Matthias Clasen <mclasen@redhat.com>
 
56534
AuthorDate: Mon Feb 27 00:32:13 2012 -0500
 
56535
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56536
CommitDate: Mon Feb 27 00:32:13 2012 -0500
49623
56537
 
49624
56538
    Add a 'these are private' note for the version macros
49625
56539
 
49627
56541
 1 file changed, 6 insertions(+)
49628
56542
 
49629
56543
commit 76175ab9eda0c1d56a2b6a816853ab00264b1f3b
49630
 
Author: Matthias Clasen <mclasen@redhat.com>
49631
 
Date:   Mon Feb 27 00:18:47 2012 -0500
 
56544
Author:     Matthias Clasen <mclasen@redhat.com>
 
56545
AuthorDate: Mon Feb 27 00:18:47 2012 -0500
 
56546
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56547
CommitDate: Mon Feb 27 00:18:47 2012 -0500
49632
56548
 
49633
56549
    Improve documentation around deprecations
49634
56550
 
49640
56556
 5 files changed, 14 insertions(+), 3 deletions(-)
49641
56557
 
49642
56558
commit 550fcaddf7fcdb8a4052ab43f40b27e5e9d94be1
49643
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
49644
 
Date:   Tue Feb 21 13:40:50 2012 +0000
 
56559
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
56560
AuthorDate: Tue Feb 21 13:40:50 2012 +0000
 
56561
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56562
CommitDate: Mon Feb 27 00:00:06 2012 -0500
49645
56563
 
49646
56564
    Add versioned deprecation annotation
49647
56565
 
49659
56577
 6 files changed, 57 insertions(+), 57 deletions(-)
49660
56578
 
49661
56579
commit 817d992abcf127cec3de89b6d6e6e45a99b1727d
49662
 
Author: Emmanuele Bassi <ebassi@gnome.org>
49663
 
Date:   Mon Feb 20 16:41:30 2012 +0000
 
56580
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
56581
AuthorDate: Mon Feb 20 16:41:30 2012 +0000
 
56582
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56583
CommitDate: Mon Feb 27 00:00:05 2012 -0500
49664
56584
 
49665
56585
    value array: Annotate with versioned deprecation
49666
56586
 
49671
56591
 2 files changed, 11 insertions(+), 11 deletions(-)
49672
56592
 
49673
56593
commit 34aeeb7d64a0433f7994dd2b3f60bc018f0a84c1
49674
 
Author: Emmanuele Bassi <ebassi@gnome.org>
49675
 
Date:   Mon Feb 20 16:20:15 2012 +0000
 
56594
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
56595
AuthorDate: Mon Feb 20 16:20:15 2012 +0000
 
56596
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56597
CommitDate: Sun Feb 26 23:58:41 2012 -0500
49676
56598
 
49677
56599
    Add flexible API version boundaries
49678
56600
 
49736
56658
 10 files changed, 284 insertions(+)
49737
56659
 
49738
56660
commit d70634526d43a9d9281301c2097c788ca575e318
49739
 
Author: Christian Persch <chpe@gnome.org>
49740
 
Date:   Sat Feb 11 23:51:11 2012 +0100
 
56661
Author:     Christian Persch <chpe@gnome.org>
 
56662
AuthorDate: Sat Feb 11 23:51:11 2012 +0100
 
56663
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56664
CommitDate: Sun Feb 26 22:22:56 2012 -0500
49741
56665
 
49742
56666
    regex: Remove --disable-regex option
49743
56667
 
49751
56675
 4 files changed, 51 insertions(+), 97 deletions(-)
49752
56676
 
49753
56677
commit 3e7f42654ff2fd471ccd67ad6b8a38672f81a393
49754
 
Author: David King <amigadave@amigadave.com>
49755
 
Date:   Tue Feb 21 11:19:20 2012 +0000
 
56678
Author:     David King <amigadave@amigadave.com>
 
56679
AuthorDate: Tue Feb 21 11:19:20 2012 +0000
 
56680
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56681
CommitDate: Sun Feb 26 22:22:05 2012 -0500
49756
56682
 
49757
56683
    docs: Clarify how to unset a GFileInfo attribute
49758
56684
 
49762
56688
 1 file changed, 2 insertions(+), 1 deletion(-)
49763
56689
 
49764
56690
commit 500aafd09960b5cea027585e3898192f9501d04f
49765
 
Author: David King <amigadave@amigadave.com>
49766
 
Date:   Tue Feb 21 10:05:08 2012 +0000
 
56691
Author:     David King <amigadave@amigadave.com>
 
56692
AuthorDate: Tue Feb 21 10:05:08 2012 +0000
 
56693
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56694
CommitDate: Sun Feb 26 22:21:19 2012 -0500
49767
56695
 
49768
56696
    docs: Clarify g_type_register_fundamental() behaviour
49769
56697
 
49773
56701
 1 file changed, 5 insertions(+), 4 deletions(-)
49774
56702
 
49775
56703
commit 989c466296fe9094f80a0633546b7419da7522c6
49776
 
Author: Christian Persch <chpe@gnome.org>
49777
 
Date:   Sun Feb 12 21:22:13 2012 +0100
 
56704
Author:     Christian Persch <chpe@gnome.org>
 
56705
AuthorDate: Sun Feb 12 21:22:13 2012 +0100
 
56706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56707
CommitDate: Sun Feb 26 22:09:05 2012 -0500
49778
56708
 
49779
56709
    regex: Remove pcre_ucd.c
49780
56710
 
49783
56713
 1 file changed, 3098 deletions(-)
49784
56714
 
49785
56715
commit 706b72db21d25ec26ed7411e5221550ffb08ff21
49786
 
Author: Christian Persch <chpe@gnome.org>
49787
 
Date:   Sun Feb 12 21:20:33 2012 +0100
 
56716
Author:     Christian Persch <chpe@gnome.org>
 
56717
AuthorDate: Sun Feb 12 21:20:33 2012 +0100
 
56718
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56719
CommitDate: Sun Feb 26 22:09:05 2012 -0500
49788
56720
 
49789
56721
    regex: Use glib for unicode data
49790
56722
 
49804
56736
 9 files changed, 958 insertions(+), 239 deletions(-)
49805
56737
 
49806
56738
commit 75dffb99b3d11f4ae9d8a72a055641482a727b75
49807
 
Author: Christian Persch <chpe@gnome.org>
49808
 
Date:   Sun Feb 12 20:41:52 2012 +0100
 
56739
Author:     Christian Persch <chpe@gnome.org>
 
56740
AuthorDate: Sun Feb 12 20:41:52 2012 +0100
 
56741
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56742
CommitDate: Sun Feb 26 22:09:05 2012 -0500
49809
56743
 
49810
56744
    regex: Remove obsolete patch
49811
56745
 
49813
56747
 1 file changed, 30 deletions(-)
49814
56748
 
49815
56749
commit 8e8ab99bad79455fae732f5472c8b06a68cca35d
49816
 
Author: Christian Persch <chpe@gnome.org>
49817
 
Date:   Sun Feb 12 20:04:41 2012 +0100
 
56750
Author:     Christian Persch <chpe@gnome.org>
 
56751
AuthorDate: Sun Feb 12 20:04:41 2012 +0100
 
56752
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56753
CommitDate: Sun Feb 26 22:09:05 2012 -0500
49818
56754
 
49819
56755
    regex: unicode: Update to Unicode 6.1.0
49820
56756
 
49824
56760
 2 files changed, 2452 insertions(+), 2327 deletions(-)
49825
56761
 
49826
56762
commit 735e4a6a6a5112b5caccb7e55841aa0eba50f5cb
49827
 
Author: Christian Persch <chpe@gnome.org>
49828
 
Date:   Sun Feb 12 19:44:31 2012 +0100
 
56763
Author:     Christian Persch <chpe@gnome.org>
 
56764
AuthorDate: Sun Feb 12 19:44:31 2012 +0100
 
56765
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56766
CommitDate: Sun Feb 26 22:09:04 2012 -0500
49829
56767
 
49830
56768
    regex: Remove obsolete makefile fragments
49831
56769
 
49838
56776
 3 files changed, 40 deletions(-)
49839
56777
 
49840
56778
commit afa3375210cf5b29885559c6fefcdd1b167614d2
49841
 
Author: Christian Persch <chpe@gnome.org>
49842
 
Date:   Sun Feb 12 19:40:48 2012 +0100
 
56779
Author:     Christian Persch <chpe@gnome.org>
 
56780
AuthorDate: Sun Feb 12 19:40:48 2012 +0100
 
56781
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56782
CommitDate: Sun Feb 26 22:09:04 2012 -0500
49843
56783
 
49844
56784
    regex: Use glib memory allocator
49845
56785
 
49849
56789
 2 files changed, 40 insertions(+), 84 deletions(-)
49850
56790
 
49851
56791
commit 38309dc482eb80037b620d5797fce133fe5f3060
49852
 
Author: Christian Persch <chpe@gnome.org>
49853
 
Date:   Sun Feb 12 19:31:15 2012 +0100
 
56792
Author:     Christian Persch <chpe@gnome.org>
 
56793
AuthorDate: Sun Feb 12 19:31:15 2012 +0100
 
56794
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56795
CommitDate: Sun Feb 26 22:09:04 2012 -0500
49854
56796
 
49855
56797
    regex: Remove obsolete patch
49856
56798
 
49859
56801
 2 files changed, 1 insertion(+), 16 deletions(-)
49860
56802
 
49861
56803
commit d02f6393dffe8dbf9e909d20cab9c8dcaaa8d98b
49862
 
Author: Christian Persch <chpe@gnome.org>
49863
 
Date:   Sun Feb 12 19:29:42 2012 +0100
 
56804
Author:     Christian Persch <chpe@gnome.org>
 
56805
AuthorDate: Sun Feb 12 19:29:42 2012 +0100
 
56806
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56807
CommitDate: Sun Feb 26 22:09:04 2012 -0500
49864
56808
 
49865
56809
    regex: Use g_ascii_is[x]digit
49866
56810
 
49870
56814
 2 files changed, 101 insertions(+), 138 deletions(-)
49871
56815
 
49872
56816
commit 8aadf6b3c94b907c418b8289f89978e289aefa1d
49873
 
Author: Christian Persch <chpe@gnome.org>
49874
 
Date:   Sun Feb 12 19:20:49 2012 +0100
 
56817
Author:     Christian Persch <chpe@gnome.org>
 
56818
AuthorDate: Sun Feb 12 19:20:49 2012 +0100
 
56819
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56820
CommitDate: Sun Feb 26 22:09:04 2012 -0500
49875
56821
 
49876
56822
    regex: Remove obsolete patch
49877
56823
 
49883
56829
 2 files changed, 131 deletions(-)
49884
56830
 
49885
56831
commit 3225b24cb5a24b1360d90d7efaf6e3e7329717bd
49886
 
Author: Christian Persch <chpe@gnome.org>
49887
 
Date:   Sun Feb 12 19:18:44 2012 +0100
 
56832
Author:     Christian Persch <chpe@gnome.org>
 
56833
AuthorDate: Sun Feb 12 19:18:44 2012 +0100
 
56834
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56835
CommitDate: Sun Feb 26 22:09:03 2012 -0500
49888
56836
 
49889
56837
    regex: Remove obsolete patches
49890
56838
 
49898
56846
 2 files changed, 326 deletions(-)
49899
56847
 
49900
56848
commit a40523b7f2e4994e9a9f8c577d2b2b03d701290e
49901
 
Author: Christian Persch <chpe@gnome.org>
49902
 
Date:   Sun Feb 12 19:14:59 2012 +0100
 
56849
Author:     Christian Persch <chpe@gnome.org>
 
56850
AuthorDate: Sun Feb 12 19:14:59 2012 +0100
 
56851
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56852
CommitDate: Sun Feb 26 22:09:03 2012 -0500
49903
56853
 
49904
56854
    regex: Update included PCRE to 8.30
49905
56855
 
49935
56885
 28 files changed, 17983 insertions(+), 3877 deletions(-)
49936
56886
 
49937
56887
commit da4293a4e431185d8c0c889643712adea0dae473
49938
 
Author: Matthias Clasen <mclasen@redhat.com>
49939
 
Date:   Sun Feb 26 21:49:20 2012 -0500
 
56888
Author:     Matthias Clasen <mclasen@redhat.com>
 
56889
AuthorDate: Sun Feb 26 21:49:20 2012 -0500
 
56890
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56891
CommitDate: Sun Feb 26 21:49:20 2012 -0500
49940
56892
 
49941
56893
    Update case conversion test data for Unicode 6.1
49942
56894
 
49945
56897
 2 files changed, 17 insertions(+), 15 deletions(-)
49946
56898
 
49947
56899
commit 8280a8ee36845699ea62ce0a36fcde26e22b1b90
49948
 
Author: Christian Persch <chpe@gnome.org>
49949
 
Date:   Fri Feb 10 18:59:50 2012 +0100
 
56900
Author:     Christian Persch <chpe@gnome.org>
 
56901
AuthorDate: Fri Feb 10 18:59:50 2012 +0100
 
56902
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56903
CommitDate: Sun Feb 26 21:24:08 2012 -0500
49950
56904
 
49951
56905
    unicode: tests: More script to/from ISO-15924 tests
49952
56906
 
49955
56909
 1 file changed, 139 insertions(+), 1 deletion(-)
49956
56910
 
49957
56911
commit 58b4cdd38b3fb78de918b9861e5d6362d48d1fcd
49958
 
Author: Christian Persch <chpe@gnome.org>
49959
 
Date:   Fri Feb 10 18:42:08 2012 +0100
 
56912
Author:     Christian Persch <chpe@gnome.org>
 
56913
AuthorDate: Fri Feb 10 18:42:08 2012 +0100
 
56914
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56915
CommitDate: Sun Feb 26 21:24:08 2012 -0500
49960
56916
 
49961
56917
    unicode: tests: Add tests for new scripts
49962
56918
 
49964
56920
 1 file changed, 8 insertions(+), 1 deletion(-)
49965
56921
 
49966
56922
commit d133d229327b8cfb7974a861da08f57140cf5c55
49967
 
Author: Christian Persch <chpe@gnome.org>
49968
 
Date:   Fri Feb 10 18:36:13 2012 +0100
 
56923
Author:     Christian Persch <chpe@gnome.org>
 
56924
AuthorDate: Fri Feb 10 18:36:13 2012 +0100
 
56925
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56926
CommitDate: Sun Feb 26 21:24:08 2012 -0500
49969
56927
 
49970
56928
    unicode: tests: Add tests for new line break classes
49971
56929
 
49973
56931
 1 file changed, 2 insertions(+)
49974
56932
 
49975
56933
commit 2a2f3c41761d078368e084574bf2f1c51b89f792
49976
 
Author: Christian Persch <chpe@gnome.org>
49977
 
Date:   Fri Feb 10 18:25:47 2012 +0100
 
56934
Author:     Christian Persch <chpe@gnome.org>
 
56935
AuthorDate: Fri Feb 10 18:25:47 2012 +0100
 
56936
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56937
CommitDate: Sun Feb 26 21:24:07 2012 -0500
49978
56938
 
49979
56939
    unicode: Regenerate tables from Unicode 6.1.0
49980
56940
 
49984
56944
 2 files changed, 1766 insertions(+), 793 deletions(-)
49985
56945
 
49986
56946
commit d1da9ff080b42f1bac6a611f68d8d3f8a166f3e6
49987
 
Author: Christian Persch <chpe@gnome.org>
49988
 
Date:   Fri Feb 10 18:21:31 2012 +0100
 
56947
Author:     Christian Persch <chpe@gnome.org>
 
56948
AuthorDate: Fri Feb 10 18:21:31 2012 +0100
 
56949
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56950
CommitDate: Sun Feb 26 21:24:07 2012 -0500
49989
56951
 
49990
56952
    unicode: Regenerate gscripttable.h for Unicode 6.1.0
49991
56953
 
49994
56956
 1 file changed, 100 insertions(+), 62 deletions(-)
49995
56957
 
49996
56958
commit 3554026b39b575612ce71d79608156a303800552
49997
 
Author: Christian Persch <chpe@gnome.org>
49998
 
Date:   Fri Feb 10 18:33:22 2012 +0100
 
56959
Author:     Christian Persch <chpe@gnome.org>
 
56960
AuthorDate: Fri Feb 10 18:33:22 2012 +0100
 
56961
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56962
CommitDate: Sun Feb 26 21:24:07 2012 -0500
49999
56963
 
50000
56964
    unicode: tests: Remove U+27CD from is-undefined test
50001
56965
 
50005
56969
 1 file changed, 1 insertion(+), 2 deletions(-)
50006
56970
 
50007
56971
commit 48e01af6f1115057d861367792e1e40f2a71fdd3
50008
 
Author: Christian Persch <chpe@gnome.org>
50009
 
Date:   Fri Feb 10 18:20:26 2012 +0100
 
56972
Author:     Christian Persch <chpe@gnome.org>
 
56973
AuthorDate: Fri Feb 10 18:20:26 2012 +0100
 
56974
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56975
CommitDate: Sun Feb 26 21:24:07 2012 -0500
50010
56976
 
50011
56977
    unicode: Add new line break classes from Unicode 6.1.0
50012
56978
 
50015
56981
 2 files changed, 7 insertions(+), 1 deletion(-)
50016
56982
 
50017
56983
commit fb574834c18893413fa0549f0c12699ad6354724
50018
 
Author: Christian Persch <chpe@gnome.org>
50019
 
Date:   Fri Feb 10 16:59:41 2012 +0100
 
56984
Author:     Christian Persch <chpe@gnome.org>
 
56985
AuthorDate: Fri Feb 10 16:59:41 2012 +0100
 
56986
Commit:     Matthias Clasen <mclasen@redhat.com>
 
56987
CommitDate: Sun Feb 26 21:24:07 2012 -0500
50020
56988
 
50021
56989
    unicode: Add new scripts from Unicode 6.1.0
50022
56990
 
50025
56993
 2 files changed, 28 insertions(+), 3 deletions(-)
50026
56994
 
50027
56995
commit 2161bf254f6bfdfe589f7750c30f129261a48b30
50028
 
Author: Stefan Sauer <ensonic@users.sf.net>
50029
 
Date:   Sun Feb 26 21:20:24 2012 +0100
 
56996
Author:     Stefan Sauer <ensonic@users.sf.net>
 
56997
AuthorDate: Sun Feb 26 21:20:24 2012 +0100
 
56998
Commit:     Stefan Sauer <ensonic@users.sf.net>
 
56999
CommitDate: Sun Feb 26 21:22:10 2012 +0100
50030
57000
 
50031
57001
    goption: try to be helpful in goption args/flag checks
50032
57002
 
50038
57008
 1 file changed, 7 insertions(+), 4 deletions(-)
50039
57009
 
50040
57010
commit e4738839edfa88d1e9c401f9342d2a11e7ad2bab
50041
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
50042
 
Date:   Sun Feb 26 20:08:29 2012 +0100
 
57011
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
57012
AuthorDate: Sun Feb 26 20:08:29 2012 +0100
 
57013
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
57014
CommitDate: Sun Feb 26 20:08:29 2012 +0100
50043
57015
 
50044
57016
    Updated Spanish translation
50045
57017
 
50048
57020
 1 file changed, 77 insertions(+), 60 deletions(-)
50049
57021
 
50050
57022
commit 761b21a249f1438bd7c347a316f023e89a30dbbc
50051
 
Author: Jonh Wendell <jwendell@gnome.org>
50052
 
Date:   Sun Feb 26 10:59:40 2012 -0300
 
57023
Author:     Jonh Wendell <jwendell@gnome.org>
 
57024
AuthorDate: Sun Feb 26 10:59:40 2012 -0300
 
57025
Commit:     Jonh Wendell <jwendell@gnome.org>
 
57026
CommitDate: Sun Feb 26 10:59:40 2012 -0300
50053
57027
 
50054
57028
    Updated Brazilian Portuguese translation
50055
57029
 
50058
57032
 1 file changed, 42 insertions(+), 33 deletions(-)
50059
57033
 
50060
57034
commit 4ce98d3b5952f7c1048352c436c71d636beaae48
50061
 
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
50062
 
Date:   Sat Feb 25 10:25:13 2012 +0100
 
57035
Author:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
57036
AuthorDate: Sat Feb 25 10:25:13 2012 +0100
 
57037
Commit:     Colin Walters <walters@verbum.org>
 
57038
CommitDate: Sun Feb 26 07:35:12 2012 -0500
50063
57039
 
50064
57040
    docs: g_file_new_tmp: template was renamed to tmpl
50065
57041
 
50067
57043
 1 file changed, 1 insertion(+), 1 deletion(-)
50068
57044
 
50069
57045
commit 0833f9735dbf077f401e30fcd8047516a53ce0c0
50070
 
Author: A S Alam <aalam@users.sf.net>
50071
 
Date:   Sun Feb 26 16:24:15 2012 +0530
 
57046
Author:     A S Alam <aalam@users.sf.net>
 
57047
AuthorDate: Sun Feb 26 16:24:15 2012 +0530
 
57048
Commit:     A S Alam <aalam@users.sf.net>
 
57049
CommitDate: Sun Feb 26 16:24:15 2012 +0530
50072
57050
 
50073
57051
    update Punjabi Translation
50074
57052
 
50077
57055
 1 file changed, 3268 insertions(+), 2804 deletions(-)
50078
57056
 
50079
57057
commit 4876be4abfa3291cf3e5412092059b7a2ac2ccce
50080
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
50081
 
Date:   Sun Feb 26 11:26:11 2012 +0100
 
57058
Author:     Мирослав Николић
 
57059
<miroslavnikolic@rocketmail.com>
 
57060
AuthorDate: Sun Feb 26 11:26:11 2012 +0100
 
57061
Commit:     Мирослав Николић
 
57062
<miroslavnikolic@rocketmail.com>
 
57063
CommitDate: Sun Feb 26 11:26:11 2012 +0100
50082
57064
 
50083
57065
    Updated Serbian translation
50084
57066
 
50089
57071
 2 files changed, 106 insertions(+), 72 deletions(-)
50090
57072
 
50091
57073
commit 755a45e530bdde4b618baeec1f4f478bcc2e4f03
50092
 
Author: Gheyret Kenji <gheyret@gmail.com>
50093
 
Date:   Sun Feb 26 11:23:43 2012 +0900
 
57074
Author:     Gheyret Kenji <gheyret@gmail.com>
 
57075
AuthorDate: Sun Feb 26 11:23:43 2012 +0900
 
57076
Commit:     Gheyret Kenji <gheyret@gmail.com>
 
57077
CommitDate: Sun Feb 26 11:23:43 2012 +0900
50094
57078
 
50095
57079
    Updated Uyghur translation
50096
57080
 
50099
57083
 1 file changed, 3151 insertions(+), 2959 deletions(-)
50100
57084
 
50101
57085
commit ba7e1542fe9ed53dbf596e23a3efdfacae1adb98
50102
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
50103
 
Date:   Sun Feb 26 01:18:29 2012 +0300
 
57086
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
57087
AuthorDate: Sun Feb 26 01:18:29 2012 +0300
 
57088
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
57089
CommitDate: Sun Feb 26 01:18:29 2012 +0300
50104
57090
 
50105
57091
    Updated Belarusian translation.
50106
57092
 
50109
57095
 1 file changed, 49 insertions(+), 28 deletions(-)
50110
57096
 
50111
57097
commit abac7df5734cff4ea92b5ae92a8b34008548ecfb
50112
 
Author: Jonh Wendell <jwendell@gnome.org>
50113
 
Date:   Sat Feb 25 10:54:53 2012 -0200
 
57098
Author:     Jonh Wendell <jwendell@gnome.org>
 
57099
AuthorDate: Sat Feb 25 10:54:53 2012 -0200
 
57100
Commit:     Jonh Wendell <jwendell@gnome.org>
 
57101
CommitDate: Sat Feb 25 18:58:09 2012 -0200
50114
57102
 
50115
57103
    Make some strings translatable
50116
57104
 
50118
57106
 1 file changed, 10 insertions(+), 10 deletions(-)
50119
57107
 
50120
57108
commit 3cc5900b7be49da10617775b91d86bbf945091ca
50121
 
Author: Aurimas Černius <aurisc4@gmail.com>
50122
 
Date:   Sat Feb 25 22:37:20 2012 +0200
 
57109
Author:     Aurimas Černius <aurisc4@gmail.com>
 
57110
AuthorDate: Sat Feb 25 22:37:20 2012 +0200
 
57111
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
57112
CommitDate: Sat Feb 25 22:37:20 2012 +0200
50123
57113
 
50124
57114
    Updated Lithuanian translation
50125
57115
 
50128
57118
 1 file changed, 3290 insertions(+), 2917 deletions(-)
50129
57119
 
50130
57120
commit feaf828a92dcc373c859a196d7b82ab9347e4b2a
50131
 
Author: Jonh Wendell <jwendell@gnome.org>
50132
 
Date:   Sat Feb 25 10:18:40 2012 -0200
 
57121
Author:     Jonh Wendell <jwendell@gnome.org>
 
57122
AuthorDate: Sat Feb 25 10:18:40 2012 -0200
 
57123
Commit:     Jonh Wendell <jwendell@gnome.org>
 
57124
CommitDate: Sat Feb 25 10:18:40 2012 -0200
50133
57125
 
50134
57126
    Fixed a typo
50135
57127
 
50137
57129
 1 file changed, 1 insertion(+), 1 deletion(-)
50138
57130
 
50139
57131
commit c75614ecedf7d990083c4f54871816d547a23a0c
50140
 
Author: Arash Mousavi <amousavi@src.gnome.org>
50141
 
Date:   Sat Feb 25 15:35:17 2012 +0330
 
57132
Author:     Arash Mousavi <amousavi@src.gnome.org>
 
57133
AuthorDate: Sat Feb 25 15:35:17 2012 +0330
 
57134
Commit:     Arash Mousavi <amousavi@src.gnome.org>
 
57135
CommitDate: Sat Feb 25 15:35:17 2012 +0330
50142
57136
 
50143
57137
    Updated Persian Translation
50144
57138
 
50147
57141
 1 file changed, 3007 insertions(+), 2650 deletions(-)
50148
57142
 
50149
57143
commit cb7d3552c3673f898fb677c1ae6fca1931f67a38
50150
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
50151
 
Date:   Sat Feb 25 10:44:50 2012 +0800
 
57144
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
57145
AuthorDate: Sat Feb 25 10:44:50 2012 +0800
 
57146
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
57147
CommitDate: Sat Feb 25 10:44:50 2012 +0800
50152
57148
 
50153
57149
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
50154
57150
 
50159
57155
 2 files changed, 344 insertions(+), 322 deletions(-)
50160
57156
 
50161
57157
commit 47475dbe6ab981679cbc2931306973d2143694cd
50162
 
Author: John Ralls <jralls@ceridwen.us>
50163
 
Date:   Fri Feb 24 17:04:52 2012 -0800
 
57158
Author:     John Ralls <jralls@ceridwen.us>
 
57159
AuthorDate: Fri Feb 24 17:04:52 2012 -0800
 
57160
Commit:     John Ralls <jralls@ceridwen.us>
 
57161
CommitDate: Fri Feb 24 17:04:52 2012 -0800
50164
57162
 
50165
57163
    [Bug 529806] Cannot build in 64-bit Mac OS X due to libiconv
50166
57164
 
50168
57166
 1 file changed, 2 insertions(+), 1 deletion(-)
50169
57167
 
50170
57168
commit 462f7f5a4d7f5690e34f639afdd111c5c4119e26
50171
 
Author: Filippo Della Betta <filippo.dellabetta@telecomitalia.it>
50172
 
Date:   Thu Feb 16 10:04:50 2012 +0100
 
57169
Author:     Filippo Della Betta <filippo.dellabetta@telecomitalia.it>
 
57170
AuthorDate: Thu Feb 16 10:04:50 2012 +0100
 
57171
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57172
CommitDate: Fri Feb 24 16:21:45 2012 -0500
50173
57173
 
50174
57174
    Added better support of G_STRFUNC for Visual Studio platform
50175
57175
 
50179
57179
 1 file changed, 2 insertions(+)
50180
57180
 
50181
57181
commit a75cac1b4c63f348f65e7045ab0eb6b66a2f55d8
50182
 
Author: Jonh Wendell <jwendell@gnome.org>
50183
 
Date:   Fri Feb 24 17:12:14 2012 -0200
 
57182
Author:     Jonh Wendell <jwendell@gnome.org>
 
57183
AuthorDate: Fri Feb 24 17:12:14 2012 -0200
 
57184
Commit:     Jonh Wendell <jwendell@gnome.org>
 
57185
CommitDate: Fri Feb 24 17:12:14 2012 -0200
50184
57186
 
50185
57187
    Updated Brazilian Portuguese translation
50186
57188
 
50189
57191
 1 file changed, 3237 insertions(+), 2919 deletions(-)
50190
57192
 
50191
57193
commit 21457abdccc06087ee4e20f8f0e4449b318f6723
50192
 
Author: Daiki Ueno <ueno@unixuser.org>
50193
 
Date:   Fri Feb 24 10:12:08 2012 +0900
 
57194
Author:     Daiki Ueno <ueno@unixuser.org>
 
57195
AuthorDate: Fri Feb 24 10:12:08 2012 +0900
 
57196
Commit:     Colin Walters <walters@verbum.org>
 
57197
CommitDate: Thu Feb 23 22:19:00 2012 -0500
50194
57198
 
50195
57199
    Hide global variable for signal ID in gdbusproxy.c.
50196
57200
 
50203
57207
 2 files changed, 2 insertions(+), 2 deletions(-)
50204
57208
 
50205
57209
commit eece6cb9c33dbbc30e6a71e09f699fe1ab6fdff3
50206
 
Author: Richard Hughes <richard@hughsie.com>
50207
 
Date:   Thu Feb 23 10:34:46 2012 +0000
 
57210
Author:     Richard Hughes <richard@hughsie.com>
 
57211
AuthorDate: Thu Feb 23 10:34:46 2012 +0000
 
57212
Commit:     Richard Hughes <richard@hughsie.com>
 
57213
CommitDate: Thu Feb 23 10:34:46 2012 +0000
50208
57214
 
50209
57215
    Fix up 'Since:' for g_mapped_file_new_from_fd()
50210
57216
 
50214
57220
 1 file changed, 1 insertion(+), 1 deletion(-)
50215
57221
 
50216
57222
commit 98a70df48603c3c4fc63acb22a9bf6985bc0fa55
50217
 
Author: Dan Winship <danw@gnome.org>
50218
 
Date:   Wed Feb 22 11:38:43 2012 -0500
 
57223
Author:     Dan Winship <danw@gnome.org>
 
57224
AuthorDate: Wed Feb 22 11:38:43 2012 -0500
 
57225
Commit:     Dan Winship <danw@gnome.org>
 
57226
CommitDate: Wed Feb 22 11:38:43 2012 -0500
50219
57227
 
50220
57228
    gthread-posix: fix order of arguments in g_thread_abort() message
50221
57229
 
50223
57231
 1 file changed, 1 insertion(+), 1 deletion(-)
50224
57232
 
50225
57233
commit 88182d375e13ae6519a288d5295220c83ca27e73
50226
 
Author: Dan Winship <danw@gnome.org>
50227
 
Date:   Wed Feb 22 08:12:52 2012 -0500
 
57234
Author:     Dan Winship <danw@gnome.org>
 
57235
AuthorDate: Wed Feb 22 08:12:52 2012 -0500
 
57236
Commit:     Dan Winship <danw@gnome.org>
 
57237
CommitDate: Wed Feb 22 11:36:08 2012 -0500
50228
57238
 
50229
57239
    gasyncqueue: fix a 32bit overflow in g_async_queue_timed_pop
50230
57240
 
50238
57248
 2 files changed, 36 insertions(+), 1 deletion(-)
50239
57249
 
50240
57250
commit 9ff09f34cf0bc5fbc951490923880d82d94862d1
50241
 
Author: Rui Matos <tiagomatos@gmail.com>
50242
 
Date:   Tue Feb 21 16:42:43 2012 +0100
 
57251
Author:     Rui Matos <tiagomatos@gmail.com>
 
57252
AuthorDate: Tue Feb 21 16:42:43 2012 +0100
 
57253
Commit:     Rui Matos <tiagomatos@gmail.com>
 
57254
CommitDate: Wed Feb 22 12:17:38 2012 +0100
50243
57255
 
50244
57256
    gvaluetransform: Fix an infinite loop with GFlagsValue sets with
50245
57257
    the 0 value
50257
57269
 2 files changed, 15 insertions(+), 3 deletions(-)
50258
57270
 
50259
57271
commit 9e5ff3d3ebba8bd7f3a871735ed35fe7b4e98d77
50260
 
Author: Rico Tzschichholz <ricotz@t-online.de>
50261
 
Date:   Tue Feb 21 14:19:37 2012 +0100
 
57272
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
57273
AuthorDate: Tue Feb 21 14:19:37 2012 +0100
 
57274
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
57275
CommitDate: Tue Feb 21 14:19:37 2012 +0100
50262
57276
 
50263
57277
    Bump version
50264
57278
 
50266
57280
 1 file changed, 1 insertion(+), 1 deletion(-)
50267
57281
 
50268
57282
commit 055229b1c589aa8b722eef2d622e1b2bde939961
50269
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
50270
 
Date:   Tue Feb 21 11:57:41 2012 +0100
 
57283
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
57284
AuthorDate: Tue Feb 21 11:57:41 2012 +0100
 
57285
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
57286
CommitDate: Tue Feb 21 11:57:41 2012 +0100
50271
57287
 
50272
57288
    Updated Galician translations
50273
57289
 
50276
57292
 1 file changed, 76 insertions(+), 64 deletions(-)
50277
57293
 
50278
57294
commit b80e169b146a31a1595ce6342f675cab6536f76a
50279
 
Author: Ryan Lortie <desrt@desrt.ca>
50280
 
Date:   Tue Feb 21 01:37:09 2012 +0100
 
57295
Author:     Ryan Lortie <desrt@desrt.ca>
 
57296
AuthorDate: Tue Feb 21 01:37:09 2012 +0100
 
57297
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57298
CommitDate: Tue Feb 21 01:37:09 2012 +0100
50281
57299
 
50282
57300
    mention g_application_quit() in the NEWS
50283
57301
 
50285
57303
 1 file changed, 3 insertions(+)
50286
57304
 
50287
57305
commit ed519758997ca0fa40575722816be3121f106357
50288
 
Author: Ryan Lortie <desrt@desrt.ca>
50289
 
Date:   Mon Feb 20 21:41:35 2012 +0100
 
57306
Author:     Ryan Lortie <desrt@desrt.ca>
 
57307
AuthorDate: Mon Feb 20 21:41:35 2012 +0100
 
57308
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57309
CommitDate: Tue Feb 21 01:20:39 2012 +0100
50290
57310
 
50291
57311
    GApplication: add g_application_quit()
50292
57312
 
50302
57322
 4 files changed, 33 insertions(+)
50303
57323
 
50304
57324
commit 486c694af02c69b06484d0b87c89c2874422f4ff
50305
 
Author: Ryan Lortie <desrt@desrt.ca>
50306
 
Date:   Tue Feb 21 01:12:25 2012 +0100
 
57325
Author:     Ryan Lortie <desrt@desrt.ca>
 
57326
AuthorDate: Tue Feb 21 01:12:25 2012 +0100
 
57327
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57328
CommitDate: Tue Feb 21 01:13:14 2012 +0100
50307
57329
 
50308
57330
    Mention documentation fixes in NEWS
50309
57331
 
50311
57333
 1 file changed, 2 insertions(+)
50312
57334
 
50313
57335
commit 2ca6c475ea16d4e1a0a136bde1c20ba45c421a58
50314
 
Author: David King <amigadave@amigadave.com>
50315
 
Date:   Sat Feb 18 11:56:09 2012 +0000
 
57336
Author:     David King <amigadave@amigadave.com>
 
57337
AuthorDate: Sat Feb 18 11:56:09 2012 +0000
 
57338
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57339
CommitDate: Tue Feb 21 01:10:55 2012 +0100
50316
57340
 
50317
57341
    docs: Fix g_async_queue_timeout_pop_unlocked typo
50318
57342
 
50320
57344
 1 file changed, 1 insertion(+), 1 deletion(-)
50321
57345
 
50322
57346
commit 912ac79041ed64b2df9be7e88bdb4323d3a6f20e
50323
 
Author: David King <amigadave@amigadave.com>
50324
 
Date:   Sat Feb 18 12:25:32 2012 +0000
 
57347
Author:     David King <amigadave@amigadave.com>
 
57348
AuthorDate: Sat Feb 18 12:25:32 2012 +0000
 
57349
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57350
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50325
57351
 
50326
57352
    docs: Add some missing G_TOKEN_* descriptions
50327
57353
 
50329
57355
 1 file changed, 5 insertions(+)
50330
57356
 
50331
57357
commit 708d4178ceb34586a630afc4597008cf5e9f3a12
50332
 
Author: David King <amigadave@amigadave.com>
50333
 
Date:   Sun Feb 19 15:16:59 2012 +0000
 
57358
Author:     David King <amigadave@amigadave.com>
 
57359
AuthorDate: Sun Feb 19 15:16:59 2012 +0000
 
57360
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57361
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50334
57362
 
50335
57363
    docs: Fix g_key_file_load_from_file error parameter
50336
57364
 
50338
57366
 1 file changed, 1 insertion(+), 1 deletion(-)
50339
57367
 
50340
57368
commit 1965206be828c724ca79d1461134a4ac5adcb73f
50341
 
Author: David King <amigadave@amigadave.com>
50342
 
Date:   Sun Feb 19 15:19:40 2012 +0000
 
57369
Author:     David King <amigadave@amigadave.com>
 
57370
AuthorDate: Sun Feb 19 15:19:40 2012 +0000
 
57371
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57372
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50343
57373
 
50344
57374
    docs: Ignore private network monitor headers
50345
57375
 
50347
57377
 1 file changed, 3 insertions(+)
50348
57378
 
50349
57379
commit c5f8f6f8f4c19b8b735ab9ea9d25b192b4123187
50350
 
Author: David King <amigadave@amigadave.com>
50351
 
Date:   Sun Feb 19 15:41:12 2012 +0000
 
57380
Author:     David King <amigadave@amigadave.com>
 
57381
AuthorDate: Sun Feb 19 15:41:12 2012 +0000
 
57382
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57383
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50352
57384
 
50353
57385
    docs: Fix GTlsBackend typo GTyep → GType
50354
57386
 
50356
57388
 1 file changed, 1 insertion(+), 1 deletion(-)
50357
57389
 
50358
57390
commit a290fff9a28a16086de8af7f5e1c789b2070a016
50359
 
Author: David King <amigadave@amigadave.com>
50360
 
Date:   Sun Feb 19 15:51:09 2012 +0000
 
57391
Author:     David King <amigadave@amigadave.com>
 
57392
AuthorDate: Sun Feb 19 15:51:09 2012 +0000
 
57393
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57394
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50361
57395
 
50362
57396
    docs: Fix GTlsDatabase typos
50363
57397
 
50366
57400
 2 files changed, 9 insertions(+), 7 deletions(-)
50367
57401
 
50368
57402
commit c490a75a18a5ef81821d94a939ac8108111207dc
50369
 
Author: David King <amigadave@amigadave.com>
50370
 
Date:   Sun Feb 19 16:09:35 2012 +0000
 
57403
Author:     David King <amigadave@amigadave.com>
 
57404
AuthorDate: Sun Feb 19 16:09:35 2012 +0000
 
57405
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57406
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50371
57407
 
50372
57408
    docs: Fix GApplicationCommandLine typo
50373
57409
 
50376
57412
 2 files changed, 5 insertions(+), 5 deletions(-)
50377
57413
 
50378
57414
commit 69ecc4b49676508fef4372dfc9bf69f1b500125f
50379
 
Author: David King <amigadave@amigadave.com>
50380
 
Date:   Sun Feb 19 16:11:23 2012 +0000
 
57415
Author:     David King <amigadave@amigadave.com>
 
57416
AuthorDate: Sun Feb 19 16:11:23 2012 +0000
 
57417
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57418
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50381
57419
 
50382
57420
    docs: Fix define typos in GApplication
50383
57421
 
50385
57423
 1 file changed, 2 insertions(+), 2 deletions(-)
50386
57424
 
50387
57425
commit fba11825a325351d9470765caf8e05c0425c1290
50388
 
Author: David King <amigadave@amigadave.com>
50389
 
Date:   Sun Feb 19 16:13:59 2012 +0000
 
57426
Author:     David King <amigadave@amigadave.com>
 
57427
AuthorDate: Sun Feb 19 16:13:59 2012 +0000
 
57428
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57429
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50390
57430
 
50391
57431
    docs: Fix typo in GActionGroup
50392
57432
 
50394
57434
 1 file changed, 1 insertion(+), 1 deletion(-)
50395
57435
 
50396
57436
commit 6129a1c2d5e654454befdc2734f690bdce42ef9d
50397
 
Author: David King <amigadave@amigadave.com>
50398
 
Date:   Sun Feb 19 16:14:54 2012 +0000
 
57437
Author:     David King <amigadave@amigadave.com>
 
57438
AuthorDate: Sun Feb 19 16:14:54 2012 +0000
 
57439
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57440
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50399
57441
 
50400
57442
    docs: Fix GActionGroup exporter typo
50401
57443
 
50403
57445
 1 file changed, 1 insertion(+), 1 deletion(-)
50404
57446
 
50405
57447
commit 87c76bdbb6e64484959892909b9a411fe7073a59
50406
 
Author: David King <amigadave@amigadave.com>
50407
 
Date:   Sun Feb 19 16:18:37 2012 +0000
 
57448
Author:     David King <amigadave@amigadave.com>
 
57449
AuthorDate: Sun Feb 19 16:18:37 2012 +0000
 
57450
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57451
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50408
57452
 
50409
57453
    docs: Remove some old GMenu documentation
50410
57454
 
50413
57457
 2 files changed, 2 insertions(+), 7 deletions(-)
50414
57458
 
50415
57459
commit 83392caa727a80bcd9334ac36f41ef4301559a43
50416
 
Author: David King <amigadave@amigadave.com>
50417
 
Date:   Sun Feb 19 16:25:07 2012 +0000
 
57460
Author:     David King <amigadave@amigadave.com>
 
57461
AuthorDate: Sun Feb 19 16:25:07 2012 +0000
 
57462
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57463
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50418
57464
 
50419
57465
    docs: Fix typo GAsyncReady → GAsyncResult
50420
57466
 
50426
57472
 3 files changed, 5 insertions(+), 5 deletions(-)
50427
57473
 
50428
57474
commit 37fd4d86ab8f3f27caf8817c7a1100ff364dacd1
50429
 
Author: David King <amigadave@amigadave.com>
50430
 
Date:   Sun Feb 19 16:26:52 2012 +0000
 
57475
Author:     David King <amigadave@amigadave.com>
 
57476
AuthorDate: Sun Feb 19 16:26:52 2012 +0000
 
57477
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57478
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50431
57479
 
50432
57480
    docs: Remove mention of GFileAttributeValue
50433
57481
 
50437
57485
 1 file changed, 5 insertions(+), 5 deletions(-)
50438
57486
 
50439
57487
commit 8ee2cadd7f51f6e1632b8bd8235b9c4c97ecee9d
50440
 
Author: David King <amigadave@amigadave.com>
50441
 
Date:   Sun Feb 19 16:30:10 2012 +0000
 
57488
Author:     David King <amigadave@amigadave.com>
 
57489
AuthorDate: Sun Feb 19 16:30:10 2012 +0000
 
57490
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57491
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50442
57492
 
50443
57493
    docs: Fix some GDBusConnection typos
50444
57494
 
50446
57496
 1 file changed, 7 insertions(+), 7 deletions(-)
50447
57497
 
50448
57498
commit 11154ff5c13260e257abd240b0353d78e213d0fa
50449
 
Author: David King <amigadave@amigadave.com>
50450
 
Date:   Sun Feb 19 16:32:08 2012 +0000
 
57499
Author:     David King <amigadave@amigadave.com>
 
57500
AuthorDate: Sun Feb 19 16:32:08 2012 +0000
 
57501
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57502
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50451
57503
 
50452
57504
    docs: Fix typo GConvertFlags → GConverterFlags
50453
57505
 
50455
57507
 1 file changed, 1 insertion(+), 1 deletion(-)
50456
57508
 
50457
57509
commit 59e1c77b8d46ca083dec98d29a2ea7521cee651d
50458
 
Author: David King <amigadave@amigadave.com>
50459
 
Date:   Sun Feb 19 16:34:27 2012 +0000
 
57510
Author:     David King <amigadave@amigadave.com>
 
57511
AuthorDate: Sun Feb 19 16:34:27 2012 +0000
 
57512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57513
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50460
57514
 
50461
57515
    docs: Fix typo export → unexport
50462
57516
 
50464
57518
 1 file changed, 1 insertion(+), 1 deletion(-)
50465
57519
 
50466
57520
commit 13bc546657b111a4dd61891e6329cb99a2137320
50467
 
Author: David King <amigadave@amigadave.com>
50468
 
Date:   Sun Feb 19 16:35:10 2012 +0000
 
57521
Author:     David King <amigadave@amigadave.com>
 
57522
AuthorDate: Sun Feb 19 16:35:10 2012 +0000
 
57523
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57524
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50469
57525
 
50470
57526
    docs: Fix GDBusProxy typo name → g-name
50471
57527
 
50473
57529
 1 file changed, 1 insertion(+), 1 deletion(-)
50474
57530
 
50475
57531
commit ae3ae3699bc153a9fbd3ae0c788f40c8c13fffbd
50476
 
Author: David King <amigadave@amigadave.com>
50477
 
Date:   Sun Feb 19 16:36:28 2012 +0000
 
57532
Author:     David King <amigadave@amigadave.com>
 
57533
AuthorDate: Sun Feb 19 16:36:28 2012 +0000
 
57534
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57535
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50478
57536
 
50479
57537
    docs: Fix typo in GFileInputStream
50480
57538
 
50484
57542
 1 file changed, 1 insertion(+), 1 deletion(-)
50485
57543
 
50486
57544
commit e70b72f5a10c22be137d3173e9fbe2ae11c82f85
50487
 
Author: David King <amigadave@amigadave.com>
50488
 
Date:   Sun Feb 19 16:37:55 2012 +0000
 
57545
Author:     David King <amigadave@amigadave.com>
 
57546
AuthorDate: Sun Feb 19 16:37:55 2012 +0000
 
57547
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57548
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50489
57549
 
50490
57550
    docs: Fix method names in GMenu and GMenuModel
50491
57551
 
50494
57554
 2 files changed, 8 insertions(+), 9 deletions(-)
50495
57555
 
50496
57556
commit 43a3a5edfcb43d0c659047637cb5f0af762201d1
50497
 
Author: David King <amigadave@amigadave.com>
50498
 
Date:   Sun Feb 19 16:39:15 2012 +0000
 
57557
Author:     David King <amigadave@amigadave.com>
 
57558
AuthorDate: Sun Feb 19 16:39:15 2012 +0000
 
57559
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57560
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50499
57561
 
50500
57562
    docs: Fix GNetworkAddress typo
50501
57563
 
50505
57567
 1 file changed, 1 insertion(+), 1 deletion(-)
50506
57568
 
50507
57569
commit 4653c6074f74234f230e8a8b1d1eb94fe05c48f0
50508
 
Author: David King <amigadave@amigadave.com>
50509
 
Date:   Sun Feb 19 16:40:06 2012 +0000
 
57570
Author:     David King <amigadave@amigadave.com>
 
57571
AuthorDate: Sun Feb 19 16:40:06 2012 +0000
 
57572
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57573
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50510
57574
 
50511
57575
    docs: Add documentation for supports_hostname in GProxy
50512
57576
 
50516
57580
 1 file changed, 2 insertions(+), 1 deletion(-)
50517
57581
 
50518
57582
commit 5d64eb4cb8e682175875343eef9de0f5798bf09d
50519
 
Author: David King <amigadave@amigadave.com>
50520
 
Date:   Sun Feb 19 16:42:55 2012 +0000
 
57583
Author:     David King <amigadave@amigadave.com>
 
57584
AuthorDate: Sun Feb 19 16:42:55 2012 +0000
 
57585
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57586
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50521
57587
 
50522
57588
    docs: Correct GSocketClient::event link
50523
57589
 
50525
57591
 1 file changed, 1 insertion(+), 1 deletion(-)
50526
57592
 
50527
57593
commit 2616b6eb8e04e63ad8d7151fbf2805ab5d2be9b1
50528
 
Author: David King <amigadave@amigadave.com>
50529
 
Date:   Sun Feb 19 16:46:59 2012 +0000
 
57594
Author:     David King <amigadave@amigadave.com>
 
57595
AuthorDate: Sun Feb 19 16:46:59 2012 +0000
 
57596
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57597
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50530
57598
 
50531
57599
    docs: Fix some typos in GVolume
50532
57600
 
50534
57602
 1 file changed, 2 insertions(+), 2 deletions(-)
50535
57603
 
50536
57604
commit 07dc3db69a9c32637e9834ad62b32df3bdcfc4cb
50537
 
Author: David King <amigadave@amigadave.com>
50538
 
Date:   Sun Feb 19 16:48:20 2012 +0000
 
57605
Author:     David King <amigadave@amigadave.com>
 
57606
AuthorDate: Sun Feb 19 16:48:20 2012 +0000
 
57607
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57608
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50539
57609
 
50540
57610
    docs: Fix GFileAttribute link in GFileInfo
50541
57611
 
50543
57613
 1 file changed, 2 insertions(+), 1 deletion(-)
50544
57614
 
50545
57615
commit 8c8657ac34fde32ebe49020de415b56140c427ce
50546
 
Author: David King <amigadave@amigadave.com>
50547
 
Date:   Sun Feb 19 16:53:30 2012 +0000
 
57616
Author:     David King <amigadave@amigadave.com>
 
57617
AuthorDate: Sun Feb 19 16:53:30 2012 +0000
 
57618
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57619
CommitDate: Tue Feb 21 01:10:54 2012 +0100
50548
57620
 
50549
57621
    docs: Correct GUnixMount → GUnixMountEntry
50550
57622
 
50553
57625
 2 files changed, 2 insertions(+), 2 deletions(-)
50554
57626
 
50555
57627
commit 31936039b0494201af3d6c0af3df14ad6bd1f8db
50556
 
Author: Ryan Lortie <desrt@desrt.ca>
50557
 
Date:   Tue Feb 21 00:31:14 2012 +0100
 
57628
Author:     Ryan Lortie <desrt@desrt.ca>
 
57629
AuthorDate: Tue Feb 21 00:31:14 2012 +0100
 
57630
Commit:     Ryan Lortie <desrt@desrt.ca>
 
57631
CommitDate: Tue Feb 21 01:10:53 2012 +0100
50558
57632
 
50559
57633
    GApplication: disable a broken test
50560
57634
 
50565
57639
 1 file changed, 10 insertions(+), 1 deletion(-)
50566
57640
 
50567
57641
commit 726257ab9721acd0699e54194e20e7f53e5a9688
50568
 
Author: Dan Winship <danw@gnome.org>
50569
 
Date:   Mon Feb 13 17:20:04 2012 -0500
 
57642
Author:     Dan Winship <danw@gnome.org>
 
57643
AuthorDate: Mon Feb 13 17:20:04 2012 -0500
 
57644
Commit:     Dan Winship <danw@gnome.org>
 
57645
CommitDate: Mon Feb 20 18:29:51 2012 -0500
50570
57646
 
50571
57647
    gsocket: add g_socket_condition_timed_wait()
50572
57648
 
50581
57657
 5 files changed, 136 insertions(+), 15 deletions(-)
50582
57658
 
50583
57659
commit 823f553e36dc3421dd202631962f25ca82298c44
50584
 
Author: Matthias Clasen <mclasen@redhat.com>
50585
 
Date:   Tue Feb 21 00:26:06 2012 +0100
 
57660
Author:     Matthias Clasen <mclasen@redhat.com>
 
57661
AuthorDate: Tue Feb 21 00:26:06 2012 +0100
 
57662
Commit:     Matthias Clasen <mclasen@redhat.com>
 
57663
CommitDate: Tue Feb 21 00:26:48 2012 +0100
50586
57664
 
50587
57665
    2.31.18
50588
57666
 
50591
57669
 2 files changed, 43 insertions(+), 1 deletion(-)
50592
57670
 
50593
57671
commit dbc01d30901204f676ce6225c5f1627a47924c17
50594
 
Author: Matthias Clasen <mclasen@redhat.com>
50595
 
Date:   Tue Feb 21 00:25:31 2012 +0100
 
57672
Author:     Matthias Clasen <mclasen@redhat.com>
 
57673
AuthorDate: Tue Feb 21 00:25:31 2012 +0100
 
57674
Commit:     Matthias Clasen <mclasen@redhat.com>
 
57675
CommitDate: Tue Feb 21 00:26:19 2012 +0100
50596
57676
 
50597
57677
    Don't rely on /bin/sh
50598
57678
 
50602
57682
 1 file changed, 2 insertions(+), 2 deletions(-)
50603
57683
 
50604
57684
commit 3808a181db2079dc0975811296fa86268de90641
50605
 
Author: Ask H. Larsen <asklarsen@gmail.com>
50606
 
Date:   Mon Feb 20 23:25:53 2012 +0100
 
57685
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
57686
AuthorDate: Mon Feb 20 23:25:53 2012 +0100
 
57687
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
57688
CommitDate: Mon Feb 20 23:25:53 2012 +0100
50607
57689
 
50608
57690
    Updated Danish translation
50609
57691
 
50612
57694
 1 file changed, 3203 insertions(+), 2914 deletions(-)
50613
57695
 
50614
57696
commit 7630bff9ea720cae187f8c9eb065239f1c36ba11
50615
 
Author: Luca Ferretti <lferrett@gnome.org>
50616
 
Date:   Mon Feb 20 15:14:18 2012 +0100
 
57697
Author:     Luca Ferretti <lferrett@gnome.org>
 
57698
AuthorDate: Mon Feb 20 15:14:18 2012 +0100
 
57699
Commit:     Luca Ferretti <lferrett@gnome.org>
 
57700
CommitDate: Mon Feb 20 15:14:41 2012 +0100
50617
57701
 
50618
57702
    l10n: Updated Italian translation
50619
57703
 
50622
57706
 1 file changed, 3454 insertions(+), 3055 deletions(-)
50623
57707
 
50624
57708
commit 0efd808c964f38d9517cda9ad0d749eadb6e1862
50625
 
Author: Kjartan Maraas <kmaraas@gnome.org>
50626
 
Date:   Sun Feb 19 15:26:13 2012 +0100
 
57709
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
57710
AuthorDate: Sun Feb 19 15:26:13 2012 +0100
 
57711
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
57712
CommitDate: Sun Feb 19 15:26:13 2012 +0100
50627
57713
 
50628
57714
    Updated Norwegian bokmål translation
50629
57715
 
50632
57718
 1 file changed, 95 insertions(+), 84 deletions(-)
50633
57719
 
50634
57720
commit 17e7c85d8f2f87a50ee78740a1d44cbc6be097c2
50635
 
Author: David King <amigadave@amigadave.com>
50636
 
Date:   Sat Feb 18 11:19:53 2012 +0000
 
57721
Author:     David King <amigadave@amigadave.com>
 
57722
AuthorDate: Sat Feb 18 11:19:53 2012 +0000
 
57723
Commit:     David King <amigadave@amigadave.com>
 
57724
CommitDate: Sat Feb 18 11:20:27 2012 +0000
50637
57725
 
50638
57726
    docs: Fix g_drive_get_identifier() typo
50639
57727
 
50641
57729
 1 file changed, 1 insertion(+), 1 deletion(-)
50642
57730
 
50643
57731
commit b50863aafac23b2d19ae69dd9a6d243a15075dc5
50644
 
Author: David King <amigadave@amigadave.com>
50645
 
Date:   Sat Feb 18 11:10:00 2012 +0000
 
57732
Author:     David King <amigadave@amigadave.com>
 
57733
AuthorDate: Sat Feb 18 11:10:00 2012 +0000
 
57734
Commit:     David King <amigadave@amigadave.com>
 
57735
CommitDate: Sat Feb 18 11:11:52 2012 +0000
50646
57736
 
50647
57737
    docs: Add GIOModuleScope and GIOModuleScopeFlags
50648
57738
 
50655
57745
 3 files changed, 5 insertions(+), 3 deletions(-)
50656
57746
 
50657
57747
commit 4e6c2b88b9d071d5aedfdafb2b55533d46c5f266
50658
 
Author: David King <amigadave@amigadave.com>
50659
 
Date:   Sat Feb 18 09:24:42 2012 +0000
 
57748
Author:     David King <amigadave@amigadave.com>
 
57749
AuthorDate: Sat Feb 18 09:24:42 2012 +0000
 
57750
Commit:     David King <amigadave@amigadave.com>
 
57751
CommitDate: Sat Feb 18 09:25:36 2012 +0000
50660
57752
 
50661
57753
    docs: Typo fix GInitiable → GInitable
50662
57754
 
50664
57756
 1 file changed, 3 insertions(+), 3 deletions(-)
50665
57757
 
50666
57758
commit c29d7d7f53646a07e42e6edbc777bac90bcdf1d2
50667
 
Author: David King <amigadave@amigadave.com>
50668
 
Date:   Sat Feb 18 09:20:02 2012 +0000
 
57759
Author:     David King <amigadave@amigadave.com>
 
57760
AuthorDate: Sat Feb 18 09:20:02 2012 +0000
 
57761
Commit:     David King <amigadave@amigadave.com>
 
57762
CommitDate: Sat Feb 18 09:22:31 2012 +0000
50669
57763
 
50670
57764
    docs: Typo fixes for GMount
50671
57765
 
50673
57767
 1 file changed, 2 insertions(+), 2 deletions(-)
50674
57768
 
50675
57769
commit d0a310de96b97669e1341fbe1246dbae869f4a5c
50676
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
50677
 
Date:   Sat Feb 18 11:07:12 2012 +0200
 
57770
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
57771
AuthorDate: Sat Feb 18 11:07:12 2012 +0200
 
57772
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
57773
CommitDate: Sat Feb 18 11:07:12 2012 +0200
50678
57774
 
50679
57775
    Updated Hebrew translation.
50680
57776
 
50683
57779
 1 file changed, 614 insertions(+), 371 deletions(-)
50684
57780
 
50685
57781
commit 50efbaf063f77f4e273f87ebf4ab01a1c507e97f
50686
 
Author: Peter Kjellerstedt <pkj@axis.com>
50687
 
Date:   Thu Feb 16 12:17:32 2012 +0100
 
57782
Author:     Peter Kjellerstedt <pkj@axis.com>
 
57783
AuthorDate: Thu Feb 16 12:17:32 2012 +0100
 
57784
Commit:     Colin Walters <walters@verbum.org>
 
57785
CommitDate: Fri Feb 17 11:59:30 2012 -0500
50688
57786
 
50689
57787
    Do not fail unit test due to gdb abbreviating strings
50690
57788
 
50707
57805
 1 file changed, 1 insertion(+), 1 deletion(-)
50708
57806
 
50709
57807
commit 29f3e40e4e8bb382f405ecd1769d37bfd536e24b
50710
 
Author: David King <amigadave@amigadave.com>
50711
 
Date:   Fri Feb 17 16:09:59 2012 +0000
 
57808
Author:     David King <amigadave@amigadave.com>
 
57809
AuthorDate: Fri Feb 17 16:09:59 2012 +0000
 
57810
Commit:     David King <amigadave@amigadave.com>
 
57811
CommitDate: Fri Feb 17 16:12:27 2012 +0000
50712
57812
 
50713
57813
    docs: Fix a typo in the GSeekable documentation
50714
57814
 
50716
57816
 1 file changed, 1 insertion(+), 1 deletion(-)
50717
57817
 
50718
57818
commit 52f34311b908e661f257cab70d60d89d37a2da75
50719
 
Author: Matthias Clasen <mclasen@redhat.com>
50720
 
Date:   Thu Feb 16 13:33:44 2012 -0500
 
57819
Author:     Matthias Clasen <mclasen@redhat.com>
 
57820
AuthorDate: Thu Feb 16 13:33:44 2012 -0500
 
57821
Commit:     Matthias Clasen <mclasen@redhat.com>
 
57822
CommitDate: Thu Feb 16 13:33:44 2012 -0500
50721
57823
 
50722
57824
    Docs: fix reference to nonexisting function
50723
57825
 
50730
57832
 1 file changed, 1 insertion(+), 1 deletion(-)
50731
57833
 
50732
57834
commit 275731e20039e763748608072e0e2a98b7d035ed
50733
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
50734
 
Date:   Tue Feb 14 22:05:33 2012 +0530
 
57835
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
57836
AuthorDate: Tue Feb 14 22:05:33 2012 +0530
 
57837
Commit:     Colin Walters <walters@verbum.org>
 
57838
CommitDate: Thu Feb 16 10:19:23 2012 -0500
50735
57839
 
50736
57840
    gio: fix memory leak in g_buffered_output_stream_write_async()
50737
57841
 
50743
57847
 1 file changed, 3 insertions(+), 3 deletions(-)
50744
57848
 
50745
57849
commit eafb108cafe257645fc0d16a16ac2764afed6d5a
50746
 
Author: Christian Persch <chpe@gnome.org>
50747
 
Date:   Wed Feb 15 15:25:47 2012 +0100
 
57850
Author:     Christian Persch <chpe@gnome.org>
 
57851
AuthorDate: Wed Feb 15 15:25:47 2012 +0100
 
57852
Commit:     Christian Persch <chpe@gnome.org>
 
57853
CommitDate: Wed Feb 15 17:46:31 2012 +0100
50748
57854
 
50749
57855
    gbytes: Add G_BEGIN/END_DECL guards
50750
57856
 
50754
57860
 1 file changed, 4 insertions(+)
50755
57861
 
50756
57862
commit 26f238e85d751aded81602f68cd69bf73cfc8350
50757
 
Author: Christian Persch <chpe@gnome.org>
50758
 
Date:   Sun Feb 5 16:00:31 2012 +0100
 
57863
Author:     Christian Persch <chpe@gnome.org>
 
57864
AuthorDate: Sun Feb 5 16:00:31 2012 +0100
 
57865
Commit:     Christian Persch <chpe@gnome.org>
 
57866
CommitDate: Wed Feb 15 17:45:44 2012 +0100
50759
57867
 
50760
57868
    Plug a mem leak in g_environ_unsetenv
50761
57869
 
50788
57896
 1 file changed, 39 insertions(+), 24 deletions(-)
50789
57897
 
50790
57898
commit ca05902a5883020add334e542a63d7f9381a3117
50791
 
Author: Dan Winship <danw@gnome.org>
50792
 
Date:   Fri Feb 10 08:49:17 2012 -0500
 
57899
Author:     Dan Winship <danw@gnome.org>
 
57900
AuthorDate: Fri Feb 10 08:49:17 2012 -0500
 
57901
Commit:     Dan Winship <danw@gnome.org>
 
57902
CommitDate: Wed Feb 15 09:54:38 2012 -0500
50793
57903
 
50794
57904
    Add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS
50795
57905
 
50810
57920
 6 files changed, 56 insertions(+), 6 deletions(-)
50811
57921
 
50812
57922
commit ab59739e1177d463fc7577def059deb0179662cc
50813
 
Author: Dan Winship <danw@gnome.org>
50814
 
Date:   Fri Feb 10 08:24:28 2012 -0500
 
57923
Author:     Dan Winship <danw@gnome.org>
 
57924
AuthorDate: Fri Feb 10 08:24:28 2012 -0500
 
57925
Commit:     Dan Winship <danw@gnome.org>
 
57926
CommitDate: Wed Feb 15 09:54:38 2012 -0500
50815
57927
 
50816
57928
    gobject: Use a destructor rather than g_atexit() for refcount
50817
57929
    debugging
50822
57934
 1 file changed, 10 insertions(+)
50823
57935
 
50824
57936
commit d4992b3d10f64918017617cda0fdaba4d132bf99
50825
 
Author: Murray Cumming <murrayc@murrayc.com>
50826
 
Date:   Wed Feb 15 11:53:03 2012 +0100
 
57937
Author:     Murray Cumming <murrayc@murrayc.com>
 
57938
AuthorDate: Wed Feb 15 11:53:03 2012 +0100
 
57939
Commit:     Murray Cumming <murrayc@murrayc.com>
 
57940
CommitDate: Wed Feb 15 11:53:03 2012 +0100
50827
57941
 
50828
57942
    g_application_activate(): Fix typo in docs.
50829
57943
 
50831
57945
 1 file changed, 1 insertion(+), 1 deletion(-)
50832
57946
 
50833
57947
commit d240b883155183fcb9723766b4e4b4b5a0db57ff
50834
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
50835
 
Date:   Mon Feb 13 16:42:44 2012 +0100
 
57948
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
57949
AuthorDate: Mon Feb 13 16:42:44 2012 +0100
 
57950
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
57951
CommitDate: Tue Feb 14 19:05:08 2012 +0100
50836
57952
 
50837
57953
    GKeyFile: fix annotation of g_key_file_load_from_data
50838
57954
 
50847
57963
 1 file changed, 2 insertions(+), 2 deletions(-)
50848
57964
 
50849
57965
commit 5b8a6900d3c0e757044b7f5c6e9eb54f9cb18154
50850
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
50851
 
Date:   Mon Feb 13 16:41:20 2012 +0100
 
57966
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
57967
AuthorDate: Mon Feb 13 16:41:20 2012 +0100
 
57968
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
57969
CommitDate: Tue Feb 14 19:04:07 2012 +0100
50852
57970
 
50853
57971
    GDataInputStream: don't segfault on async line reads
50854
57972
 
50861
57979
 1 file changed, 3 insertions(+)
50862
57980
 
50863
57981
commit 96671ce815e061a7ff472adbe89ac381443c619a
50864
 
Author: Kasia Bondarava <kasia.bondarava@gmail.com>
50865
 
Date:   Tue Feb 14 18:28:32 2012 +0300
 
57982
Author:     Kasia Bondarava <kasia.bondarava@gmail.com>
 
57983
AuthorDate: Tue Feb 14 18:28:32 2012 +0300
 
57984
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
57985
CommitDate: Tue Feb 14 18:28:32 2012 +0300
50866
57986
 
50867
57987
    Updated Belarusian translation.
50868
57988
 
50871
57991
 1 file changed, 575 insertions(+), 335 deletions(-)
50872
57992
 
50873
57993
commit f2eed2fd2521cd856b0fcc91187a1da09f386768
50874
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
50875
 
Date:   Tue Feb 14 11:01:33 2012 +0100
 
57994
Author:     Мирослав Николић
 
57995
<miroslavnikolic@rocketmail.com>
 
57996
AuthorDate: Tue Feb 14 11:01:33 2012 +0100
 
57997
Commit:     Мирослав Николић
 
57998
<miroslavnikolic@rocketmail.com>
 
57999
CommitDate: Tue Feb 14 11:02:27 2012 +0100
50876
58000
 
50877
58001
    Updated Serbian translation
50878
58002
 
50883
58007
 2 files changed, 170 insertions(+), 288 deletions(-)
50884
58008
 
50885
58009
commit dd553a2ba32cd8523e3097d34228c21b96a3f10c
50886
 
Author: Dan Winship <danw@gnome.org>
50887
 
Date:   Wed Feb 8 08:26:36 2012 -0500
 
58010
Author:     Dan Winship <danw@gnome.org>
 
58011
AuthorDate: Wed Feb 8 08:26:36 2012 -0500
 
58012
Commit:     Dan Winship <danw@gnome.org>
 
58013
CommitDate: Mon Feb 13 09:09:08 2012 -0500
50888
58014
 
50889
58015
    gasyncqueue: deprecate GTimeVal-based methods, add relative-delay ones
50890
58016
 
50899
58025
 5 files changed, 117 insertions(+), 29 deletions(-)
50900
58026
 
50901
58027
commit 99af65a079e4d7c0c20960a6e68f83b3c56f6f20
50902
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
50903
 
Date:   Sun Feb 12 20:12:30 2012 +0100
 
58028
Author:     Мирослав Николић
 
58029
<miroslavnikolic@rocketmail.com>
 
58030
AuthorDate: Sun Feb 12 20:12:30 2012 +0100
 
58031
Commit:     Мирослав Николић
 
58032
<miroslavnikolic@rocketmail.com>
 
58033
CommitDate: Sun Feb 12 20:13:40 2012 +0100
50904
58034
 
50905
58035
    Updated Serbian translation
50906
58036
 
50911
58041
 2 files changed, 6541 insertions(+), 5781 deletions(-)
50912
58042
 
50913
58043
commit 3d34b9bbc7322256d8fb6a6081c503e321d907db
50914
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
50915
 
Date:   Sun Feb 12 13:21:17 2012 +0100
 
58044
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
58045
AuthorDate: Sun Feb 12 13:21:17 2012 +0100
 
58046
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
58047
CommitDate: Sun Feb 12 13:21:17 2012 +0100
50916
58048
 
50917
58049
    Updated Spanish translation
50918
58050
 
50921
58053
 1 file changed, 151 insertions(+), 128 deletions(-)
50922
58054
 
50923
58055
commit 967f3f83a7311c7ee9584b2f2bc80413142b096f
50924
 
Author: Matthias Clasen <mclasen@redhat.com>
50925
 
Date:   Fri Feb 10 22:13:36 2012 -0500
 
58056
Author:     Matthias Clasen <mclasen@redhat.com>
 
58057
AuthorDate: Fri Feb 10 22:13:36 2012 -0500
 
58058
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58059
CommitDate: Fri Feb 10 22:21:42 2012 -0500
50926
58060
 
50927
58061
    Add a few more missing functions to the docs
50928
58062
 
50931
58065
 2 files changed, 4 insertions(+)
50932
58066
 
50933
58067
commit 5278d1f6af5e053ec1fe75bfde6c86ebcb06afba
50934
 
Author: Matthias Clasen <mclasen@redhat.com>
50935
 
Date:   Fri Feb 10 22:08:47 2012 -0500
 
58068
Author:     Matthias Clasen <mclasen@redhat.com>
 
58069
AuthorDate: Fri Feb 10 22:08:47 2012 -0500
 
58070
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58071
CommitDate: Fri Feb 10 22:08:47 2012 -0500
50936
58072
 
50937
58073
    Add g_settings_new_full to the docs
50938
58074
 
50940
58076
 1 file changed, 1 insertion(+)
50941
58077
 
50942
58078
commit cd3aebc96e59ef558ce0a4d84629da0a97fe24eb
50943
 
Author: Matthias Clasen <mclasen@redhat.com>
50944
 
Date:   Fri Feb 10 21:10:58 2012 -0500
 
58079
Author:     Matthias Clasen <mclasen@redhat.com>
 
58080
AuthorDate: Fri Feb 10 21:10:58 2012 -0500
 
58081
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58082
CommitDate: Fri Feb 10 21:10:58 2012 -0500
50945
58083
 
50946
58084
    Add g_test_undefined to the docs
50947
58085
 
50949
58087
 1 file changed, 1 insertion(+)
50950
58088
 
50951
58089
commit 8cb48f644d66fef98429d2adbf298d3225a25fef
50952
 
Author: Matthias Clasen <mclasen@redhat.com>
50953
 
Date:   Fri Feb 10 21:09:39 2012 -0500
 
58090
Author:     Matthias Clasen <mclasen@redhat.com>
 
58091
AuthorDate: Fri Feb 10 21:09:39 2012 -0500
 
58092
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58093
CommitDate: Fri Feb 10 21:09:39 2012 -0500
50954
58094
 
50955
58095
    Fix a parameter name mismatch
50956
58096
 
50961
58101
 1 file changed, 1 insertion(+), 1 deletion(-)
50962
58102
 
50963
58103
commit 6293105593e68165590c66bdd40c0df7f822b1e1
50964
 
Author: Matthias Clasen <mclasen@redhat.com>
50965
 
Date:   Fri Feb 10 18:06:10 2012 -0500
 
58104
Author:     Matthias Clasen <mclasen@redhat.com>
 
58105
AuthorDate: Fri Feb 10 18:06:10 2012 -0500
 
58106
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58107
CommitDate: Fri Feb 10 18:06:10 2012 -0500
50966
58108
 
50967
58109
    Drop menu markup docs
50968
58110
 
50972
58114
 1 file changed, 1 deletion(-)
50973
58115
 
50974
58116
commit 7e657d1e5c4ea733531da2da87f6435ffaa3deac
50975
 
Author: Javier Jardón <jjardon@gnome.org>
50976
 
Date:   Fri Feb 10 20:09:20 2012 +0000
 
58117
Author:     Javier Jardón <jjardon@gnome.org>
 
58118
AuthorDate: Fri Feb 10 20:09:20 2012 +0000
 
58119
Commit:     Javier Jardón <jjardon@gnome.org>
 
58120
CommitDate: Fri Feb 10 20:09:20 2012 +0000
50977
58121
 
50978
58122
    docs: Fix some typos in gwin32inputstream
50979
58123
 
50982
58126
 2 files changed, 3 insertions(+), 3 deletions(-)
50983
58127
 
50984
58128
commit 704a2ca02de0430786114e7d9bf7aa772c40b934
50985
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
50986
 
Date:   Fri Feb 10 02:02:29 2012 +0100
 
58129
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
58130
AuthorDate: Fri Feb 10 02:02:29 2012 +0100
 
58131
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
58132
CommitDate: Fri Feb 10 19:07:29 2012 +0100
50987
58133
 
50988
58134
    socket/win32: flush pending read before signaling HUP
50989
58135
 
51003
58149
 1 file changed, 20 insertions(+), 2 deletions(-)
51004
58150
 
51005
58151
commit 6ca817c3f2c14b39792b381466067f71e601f895
51006
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
51007
 
Date:   Fri Feb 10 14:52:33 2012 +0100
 
58152
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
58153
AuthorDate: Fri Feb 10 14:52:33 2012 +0100
 
58154
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
58155
CommitDate: Fri Feb 10 19:07:29 2012 +0100
51008
58156
 
51009
58157
    gio/tests: add /socket/close_graceful test
51010
58158
 
51018
58166
 1 file changed, 85 insertions(+)
51019
58167
 
51020
58168
commit 6d3b31a533d74b727bca5ac720a81eacb8aee31e
51021
 
Author: Christophe Fergeau <cfergeau@redhat.com>
51022
 
Date:   Thu Feb 9 17:59:55 2012 +0100
 
58169
Author:     Christophe Fergeau <cfergeau@redhat.com>
 
58170
AuthorDate: Thu Feb 9 17:59:55 2012 +0100
 
58171
Commit:     Christophe Fergeau <cfergeau@redhat.com>
 
58172
CommitDate: Fri Feb 10 10:03:38 2012 +0100
51023
58173
 
51024
58174
    Fix g_hash_table_foreach crash with NULL hash table
51025
58175
 
51033
58183
 1 file changed, 10 insertions(+), 2 deletions(-)
51034
58184
 
51035
58185
commit b17b135d9f4fa5652d64decf1d1cd0cad7de21f0
51036
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51037
 
Date:   Fri Feb 10 08:57:21 2012 +0800
 
58186
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58187
AuthorDate: Fri Feb 10 08:57:21 2012 +0800
 
58188
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58189
CommitDate: Fri Feb 10 08:57:21 2012 +0800
51038
58190
 
51039
58191
    Dist gio/gconstructor_as_data.h
51040
58192
 
51048
58200
 1 file changed, 1 insertion(+)
51049
58201
 
51050
58202
commit d4e3ae990c55c3673c4d18870173d78c38dd6494
51051
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51052
 
Date:   Tue Feb 7 14:41:24 2012 +0800
 
58203
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58204
AuthorDate: Tue Feb 7 14:41:24 2012 +0800
 
58205
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58206
CommitDate: Fri Feb 10 08:53:52 2012 +0800
51053
58207
 
51054
58208
    Bug 669538-glib-compile-resources.c: Include io.h on Windows
51055
58209
 
51062
58216
 1 file changed, 3 insertions(+)
51063
58217
 
51064
58218
commit 52d046009607e35b4665fc94aa392874d9aaacb8
51065
 
Author: Richard Hughes <richard@hughsie.com>
51066
 
Date:   Thu Feb 9 16:22:36 2012 +0000
 
58219
Author:     Richard Hughes <richard@hughsie.com>
 
58220
AuthorDate: Thu Feb 9 16:22:36 2012 +0000
 
58221
Commit:     Richard Hughes <richard@hughsie.com>
 
58222
CommitDate: Thu Feb 9 17:24:43 2012 +0000
51067
58223
 
51068
58224
    Allow multiple --sourcedir options to glib-compile-resources
51069
58225
 
51072
58228
 1 file changed, 42 insertions(+), 8 deletions(-)
51073
58229
 
51074
58230
commit 40e9192d7261ff9eec9e6ec4bd7029c08df80004
51075
 
Author: Ryan Lortie <desrt@desrt.ca>
51076
 
Date:   Thu Feb 9 12:15:49 2012 -0500
 
58231
Author:     Ryan Lortie <desrt@desrt.ca>
 
58232
AuthorDate: Thu Feb 9 12:15:49 2012 -0500
 
58233
Commit:     Ryan Lortie <desrt@desrt.ca>
 
58234
CommitDate: Thu Feb 9 12:15:49 2012 -0500
51077
58235
 
51078
58236
    GApplication: put non-unique apps on D-Bus
51079
58237
 
51090
58248
 2 files changed, 30 insertions(+), 13 deletions(-)
51091
58249
 
51092
58250
commit db38923c94bb764f14ac4b7bff6e71cf6aba343f
51093
 
Author: David King <david.king@canonical.com>
51094
 
Date:   Tue Feb 7 09:02:51 2012 +0000
 
58251
Author:     David King <david.king@canonical.com>
 
58252
AuthorDate: Tue Feb 7 09:02:51 2012 +0000
 
58253
Commit:     David King <amigadave@amigadave.com>
 
58254
CommitDate: Thu Feb 9 11:59:15 2012 +0000
51095
58255
 
51096
58256
    docs: Fix gdbus-codegen example XML
51097
58257
 
51105
58265
 1 file changed, 16 insertions(+), 14 deletions(-)
51106
58266
 
51107
58267
commit daf78764e5e142ea0c787e5f3f22e5bee4417883
51108
 
Author: Dan Winship <danw@gnome.org>
51109
 
Date:   Fri Feb 3 12:14:06 2012 -0500
 
58268
Author:     Dan Winship <danw@gnome.org>
 
58269
AuthorDate: Fri Feb 3 12:14:06 2012 -0500
 
58270
Commit:     Dan Winship <danw@gnome.org>
 
58271
CommitDate: Thu Feb 9 06:48:12 2012 -0500
51110
58272
 
51111
58273
    gthread-win32: update for g_get_monotonic_time() changes
51112
58274
 
51119
58281
 1 file changed, 1 insertion(+), 9 deletions(-)
51120
58282
 
51121
58283
commit ca5ed93fde448943d7ab62b057a9b16e6ed85621
51122
 
Author: Dan Winship <danw@gnome.org>
51123
 
Date:   Fri Feb 3 11:45:51 2012 -0500
 
58284
Author:     Dan Winship <danw@gnome.org>
 
58285
AuthorDate: Fri Feb 3 11:45:51 2012 -0500
 
58286
Commit:     Dan Winship <danw@gnome.org>
 
58287
CommitDate: Thu Feb 9 06:48:12 2012 -0500
51124
58288
 
51125
58289
    glocalfile: fix error code when opening a directory on win32
51126
58290
 
51137
58301
 2 files changed, 19 insertions(+)
51138
58302
 
51139
58303
commit a067df5d720096a62736d26c9e971363c0843d91
51140
 
Author: David Zeuthen <davidz@redhat.com>
51141
 
Date:   Wed Feb 8 12:46:04 2012 -0500
 
58304
Author:     David Zeuthen <davidz@redhat.com>
 
58305
AuthorDate: Wed Feb 8 12:46:04 2012 -0500
 
58306
Commit:     David Zeuthen <davidz@redhat.com>
 
58307
CommitDate: Wed Feb 8 12:49:22 2012 -0500
51142
58308
 
51143
58309
    GDBusProxy: Add G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES flag
51144
58310
 
51158
58324
 4 files changed, 153 insertions(+), 12 deletions(-)
51159
58325
 
51160
58326
commit 1370804f2b1cbb39875bb6a8a53f5bc5318092f4
51161
 
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
51162
 
Date:   Wed Feb 8 17:13:34 2012 +0100
 
58327
Author:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
58328
AuthorDate: Wed Feb 8 17:13:34 2012 +0100
 
58329
Commit:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
58330
CommitDate: Wed Feb 8 17:43:53 2012 +0100
51163
58331
 
51164
58332
    Retrieve cwd and environ in local GApplicationCommandLine
51165
58333
 
51169
58337
 1 file changed, 27 insertions(+), 11 deletions(-)
51170
58338
 
51171
58339
commit 90dbaca92477aeb6e1facac5dd8172e0d5319d4e
51172
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
51173
 
Date:   Mon Feb 6 23:10:34 2012 +0530
 
58340
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
58341
AuthorDate: Mon Feb 6 23:10:34 2012 +0530
 
58342
Commit:     Colin Walters <walters@verbum.org>
 
58343
CommitDate: Wed Feb 8 09:36:12 2012 -0500
51174
58344
 
51175
58345
    glib/tests: mainloop - fix a mem leak.
51176
58346
 
51182
58352
 1 file changed, 22 insertions(+), 1 deletion(-)
51183
58353
 
51184
58354
commit bd79c00537756ca24423e51f11cae008111ab7d2
51185
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
51186
 
Date:   Sat Feb 4 23:42:41 2012 +0530
 
58355
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
58356
AuthorDate: Sat Feb 4 23:42:41 2012 +0530
 
58357
Commit:     Colin Walters <walters@verbum.org>
 
58358
CommitDate: Wed Feb 8 09:23:54 2012 -0500
51187
58359
 
51188
58360
    glib/tests: fix memory leak
51189
58361
 
51196
58368
 2 files changed, 2 insertions(+)
51197
58369
 
51198
58370
commit 46affb0cd8befd5c6c13583570434648ee1e1f13
51199
 
Author: Dan Winship <danw@gnome.org>
51200
 
Date:   Wed Feb 8 08:39:42 2012 -0500
 
58371
Author:     Dan Winship <danw@gnome.org>
 
58372
AuthorDate: Wed Feb 8 08:39:42 2012 -0500
 
58373
Commit:     Dan Winship <danw@gnome.org>
 
58374
CommitDate: Wed Feb 8 08:51:34 2012 -0500
51201
58375
 
51202
58376
    gio: update .gitignore
51203
58377
 
51205
58379
 1 file changed, 9 insertions(+), 7 deletions(-)
51206
58380
 
51207
58381
commit a8f516f61e42de970c78a2905a309a7c17eb02c2
51208
 
Author: Dan Winship <danw@gnome.org>
51209
 
Date:   Wed Feb 8 08:46:03 2012 -0500
 
58382
Author:     Dan Winship <danw@gnome.org>
 
58383
AuthorDate: Wed Feb 8 08:46:03 2012 -0500
 
58384
Commit:     Dan Winship <danw@gnome.org>
 
58385
CommitDate: Wed Feb 8 08:46:03 2012 -0500
51210
58386
 
51211
58387
    glib/tests/option-context: remove unused tests
51212
58388
 
51219
58395
 1 file changed, 68 deletions(-)
51220
58396
 
51221
58397
commit 71c3ba28a8d9e117efb0446db37d69210820266f
51222
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51223
 
Date:   Wed Feb 8 20:41:13 2012 +0800
 
58398
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58399
AuthorDate: Wed Feb 8 20:41:13 2012 +0800
 
58400
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58401
CommitDate: Wed Feb 8 20:41:13 2012 +0800
51224
58402
 
51225
58403
    config.h.win32.in: Add note on if_nametoindex
51226
58404
 
51233
58411
 1 file changed, 4 insertions(+)
51234
58412
 
51235
58413
commit 95a2c885d749b6a14aa3db04bf5ee46ca91fc915
51236
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51237
 
Date:   Wed Feb 8 19:52:55 2012 +0800
 
58414
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58415
AuthorDate: Wed Feb 8 19:52:55 2012 +0800
 
58416
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58417
CommitDate: Wed Feb 8 19:52:55 2012 +0800
51238
58418
 
51239
58419
    config.h.win32.in: Updates
51240
58420
 
51244
58424
 1 file changed, 12 insertions(+), 9 deletions(-)
51245
58425
 
51246
58426
commit af99ccc0d663b759b7edfaf744bcb657853280c2
51247
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51248
 
Date:   Wed Feb 8 15:09:13 2012 +0800
 
58427
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58428
AuthorDate: Wed Feb 8 15:09:13 2012 +0800
 
58429
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58430
CommitDate: Wed Feb 8 15:09:13 2012 +0800
51249
58431
 
51250
58432
    Update VS2010 property sheet
51251
58433
 
51255
58437
 1 file changed, 1 insertion(+), 1 deletion(-)
51256
58438
 
51257
58439
commit bbda744c0e8d5aa3c1b5476c5083ccfd51b02a7b
51258
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51259
 
Date:   Wed Feb 8 14:54:38 2012 +0800
 
58440
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58441
AuthorDate: Wed Feb 8 14:54:38 2012 +0800
 
58442
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58443
CommitDate: Wed Feb 8 14:54:38 2012 +0800
51260
58444
 
51261
58445
    Update VS property sheets
51262
58446
 
51267
58451
 2 files changed, 3 insertions(+), 3 deletions(-)
51268
58452
 
51269
58453
commit f049262a6105ecad71e5515300cbb0239800b10d
51270
 
Author: Dan Winship <danw@gnome.org>
51271
 
Date:   Tue Feb 7 10:54:22 2012 -0500
 
58454
Author:     Dan Winship <danw@gnome.org>
 
58455
AuthorDate: Tue Feb 7 10:54:22 2012 -0500
 
58456
Commit:     Dan Winship <danw@gnome.org>
 
58457
CommitDate: Tue Feb 7 13:32:22 2012 -0500
51272
58458
 
51273
58459
    glib-mkenums: fix handling of forward enum declarations
51274
58460
 
51289
58475
 1 file changed, 6 insertions(+)
51290
58476
 
51291
58477
commit 808346c6abd1af04221308a1ef3abe98b7f062f4
51292
 
Author: Javier Jardón <jjardon@gnome.org>
51293
 
Date:   Tue Feb 7 15:37:26 2012 +0100
 
58478
Author:     Javier Jardón <jjardon@gnome.org>
 
58479
AuthorDate: Tue Feb 7 15:37:26 2012 +0100
 
58480
Commit:     Javier Jardón <jjardon@gnome.org>
 
58481
CommitDate: Tue Feb 7 16:06:04 2012 +0100
51294
58482
 
51295
58483
    docs: Add win32 gio specific api to the docs
51296
58484
 
51302
58490
 2 files changed, 44 insertions(+)
51303
58491
 
51304
58492
commit 46e2df316dd4f23b20e2ed2b300cc294336c8dac
51305
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51306
 
Date:   Tue Feb 7 17:05:22 2012 +0800
 
58493
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58494
AuthorDate: Tue Feb 7 17:05:22 2012 +0800
 
58495
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58496
CommitDate: Tue Feb 7 17:05:22 2012 +0800
51307
58497
 
51308
58498
    Add Visual C++ 2010 projects to compile GResource tools
51309
58499
 
51342
58532
 8 files changed, 443 insertions(+), 5 deletions(-)
51343
58533
 
51344
58534
commit 2b400d853e084dc7fe512ea6a56510e64cba7846
51345
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51346
 
Date:   Tue Feb 7 16:31:53 2012 +0800
 
58535
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58536
AuthorDate: Tue Feb 7 16:31:53 2012 +0800
 
58537
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58538
CommitDate: Tue Feb 7 16:31:53 2012 +0800
51347
58539
 
51348
58540
    Update Visual C++ 2008 projects
51349
58541
 
51367
58559
 1 file changed, 2 insertions(+), 1 deletion(-)
51368
58560
 
51369
58561
commit d858cd30478c0d331e1dc4164e39237de6f52f7f
51370
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
51371
 
Date:   Tue Feb 7 14:37:57 2012 +0800
 
58562
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58563
AuthorDate: Tue Feb 7 14:37:57 2012 +0800
 
58564
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
58565
CommitDate: Tue Feb 7 14:37:57 2012 +0800
51372
58566
 
51373
58567
    Add Visual C++ 2008 projects for GResource tools
51374
58568
 
51395
58589
 5 files changed, 365 insertions(+)
51396
58590
 
51397
58591
commit 867f554ea53bb4e7c975a919e245d4a02d6f42fe
51398
 
Author: Christian Persch <chpe@gnome.org>
51399
 
Date:   Mon Feb 6 22:33:19 2012 +0100
 
58592
Author:     Christian Persch <chpe@gnome.org>
 
58593
AuthorDate: Mon Feb 6 22:33:19 2012 +0100
 
58594
Commit:     Christian Persch <chpe@gnome.org>
 
58595
CommitDate: Mon Feb 6 22:33:19 2012 +0100
51400
58596
 
51401
58597
    docs: Fix typo
51402
58598
 
51404
58600
 1 file changed, 1 insertion(+), 1 deletion(-)
51405
58601
 
51406
58602
commit 1faed130dc227f983f42f23df2a242bd004c4ac8
51407
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
51408
 
Date:   Thu Nov 17 00:52:59 2011 +0100
 
58603
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
58604
AuthorDate: Thu Nov 17 00:52:59 2011 +0100
 
58605
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
58606
CommitDate: Mon Feb 6 17:26:30 2012 +0100
51409
58607
 
51410
58608
    gtimezone: consider a leading : in TZ environment variable
51411
58609
 
51421
58619
 1 file changed, 11 insertions(+), 1 deletion(-)
51422
58620
 
51423
58621
commit b98b63187a24451411c88962bd82553652b198e0
51424
 
Author: Swecha Localization Team <localization@swecha.org>
51425
 
Date:   Mon Feb 6 17:15:14 2012 +0530
 
58622
Author:     Swecha Localization Team <localization@swecha.org>
 
58623
AuthorDate: Mon Feb 6 17:15:14 2012 +0530
 
58624
Commit:     Praveen Illa <mail2ipn@gmail.com>
 
58625
CommitDate: Mon Feb 6 17:15:14 2012 +0530
51426
58626
 
51427
58627
    Updated Telugu Translation
51428
58628
 
51431
58631
 1 file changed, 918 insertions(+), 856 deletions(-)
51432
58632
 
51433
58633
commit bd0897034970253cb3831bdd4d54bb620cdab075
51434
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
51435
 
Date:   Mon Feb 6 02:54:44 2012 +0100
 
58634
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
58635
AuthorDate: Mon Feb 6 02:54:44 2012 +0100
 
58636
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
58637
CommitDate: Mon Feb 6 02:54:44 2012 +0100
51436
58638
 
51437
58639
    Updated Galician translations
51438
58640
 
51441
58643
 1 file changed, 224 insertions(+), 194 deletions(-)
51442
58644
 
51443
58645
commit 7e9aed94deb6d6b9f25af539d84bb1e66c958cbc
51444
 
Author: Christian Persch <chpe@gnome.org>
51445
 
Date:   Sun Feb 5 20:00:16 2012 +0100
 
58646
Author:     Christian Persch <chpe@gnome.org>
 
58647
AuthorDate: Sun Feb 5 20:00:16 2012 +0100
 
58648
Commit:     Christian Persch <chpe@gnome.org>
 
58649
CommitDate: Sun Feb 5 20:00:16 2012 +0100
51446
58650
 
51447
58651
    Revert "Plug a mem leak in g_environ_unsetenv"
51448
58652
 
51454
58658
 1 file changed, 3 deletions(-)
51455
58659
 
51456
58660
commit 30e0a1beacb8ffa2e58581e723023a3475d6ad62
51457
 
Author: Christian Persch <chpe@gnome.org>
51458
 
Date:   Sun Feb 5 19:55:45 2012 +0100
 
58661
Author:     Christian Persch <chpe@gnome.org>
 
58662
AuthorDate: Sun Feb 5 19:55:45 2012 +0100
 
58663
Commit:     Christian Persch <chpe@gnome.org>
 
58664
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51459
58665
 
51460
58666
    resources: Consolidate creation of GResource into one place
51461
58667
 
51463
58669
 1 file changed, 20 insertions(+), 12 deletions(-)
51464
58670
 
51465
58671
commit 04df4d45a47d653c24c75f321fe7b017b2d47a68
51466
 
Author: Christian Persch <chpe@gnome.org>
51467
 
Date:   Sun Feb 5 16:44:10 2012 +0100
 
58672
Author:     Christian Persch <chpe@gnome.org>
 
58673
AuthorDate: Sun Feb 5 16:44:10 2012 +0100
 
58674
Commit:     Christian Persch <chpe@gnome.org>
 
58675
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51468
58676
 
51469
58677
    resources: tests: Plug a mem leak
51470
58678
 
51481
58689
 1 file changed, 1 insertion(+)
51482
58690
 
51483
58691
commit 0ebb6339d15aa4ccc5a380dd35d116806c7005f3
51484
 
Author: Christian Persch <chpe@gnome.org>
51485
 
Date:   Sun Feb 5 16:39:51 2012 +0100
 
58692
Author:     Christian Persch <chpe@gnome.org>
 
58693
AuthorDate: Sun Feb 5 16:39:51 2012 +0100
 
58694
Commit:     Christian Persch <chpe@gnome.org>
 
58695
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51486
58696
 
51487
58697
    resources: tests: Plug a mem leak
51488
58698
 
51500
58710
 1 file changed, 1 insertion(+)
51501
58711
 
51502
58712
commit 6789ab2294409ce9388ada1110ea5bb8da71b95a
51503
 
Author: Christian Persch <chpe@gnome.org>
51504
 
Date:   Sun Feb 5 16:38:36 2012 +0100
 
58713
Author:     Christian Persch <chpe@gnome.org>
 
58714
AuthorDate: Sun Feb 5 16:38:36 2012 +0100
 
58715
Commit:     Christian Persch <chpe@gnome.org>
 
58716
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51505
58717
 
51506
58718
    resources: tests: Plug a mem leak
51507
58719
 
51525
58737
 1 file changed, 6 insertions(+), 3 deletions(-)
51526
58738
 
51527
58739
commit 877fe6fb524df8478c963342b7948aa3aa55f25e
51528
 
Author: Christian Persch <chpe@gnome.org>
51529
 
Date:   Sun Feb 5 16:37:36 2012 +0100
 
58740
Author:     Christian Persch <chpe@gnome.org>
 
58741
AuthorDate: Sun Feb 5 16:37:36 2012 +0100
 
58742
Commit:     Christian Persch <chpe@gnome.org>
 
58743
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51530
58744
 
51531
58745
    resources: Init refcount to 1
51532
58746
 
51553
58767
 1 file changed, 1 insertion(+)
51554
58768
 
51555
58769
commit 30e9cccb85bd6f398ce1f17d9a8eae98f4c2430a
51556
 
Author: Christian Persch <chpe@gnome.org>
51557
 
Date:   Sun Feb 5 16:18:34 2012 +0100
 
58770
Author:     Christian Persch <chpe@gnome.org>
 
58771
AuthorDate: Sun Feb 5 16:18:34 2012 +0100
 
58772
Commit:     Christian Persch <chpe@gnome.org>
 
58773
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51558
58774
 
51559
58775
    resources: Plug a mem leak
51560
58776
 
51578
58794
 1 file changed, 4 insertions(+)
51579
58795
 
51580
58796
commit e194a9032f03a14b4a2be85c370a9cf52faeb3d2
51581
 
Author: Christian Persch <chpe@gnome.org>
51582
 
Date:   Sun Feb 5 16:16:37 2012 +0100
 
58797
Author:     Christian Persch <chpe@gnome.org>
 
58798
AuthorDate: Sun Feb 5 16:16:37 2012 +0100
 
58799
Commit:     Christian Persch <chpe@gnome.org>
 
58800
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51583
58801
 
51584
58802
    resources: tests: Plug a mem leak
51585
58803
 
51597
58815
 1 file changed, 1 insertion(+)
51598
58816
 
51599
58817
commit 108e11875e74c9c9483cab1a8f72e432bdbb8004
51600
 
Author: Christian Persch <chpe@gnome.org>
51601
 
Date:   Sun Feb 5 16:14:21 2012 +0100
 
58818
Author:     Christian Persch <chpe@gnome.org>
 
58819
AuthorDate: Sun Feb 5 16:14:21 2012 +0100
 
58820
Commit:     Christian Persch <chpe@gnome.org>
 
58821
CommitDate: Sun Feb 5 19:57:10 2012 +0100
51602
58822
 
51603
58823
    resources: tests: Plug a mem leak
51604
58824
 
51616
58836
 1 file changed, 1 insertion(+)
51617
58837
 
51618
58838
commit 74c262a8bd4a1fa6a0163ceb22667852c891c159
51619
 
Author: Christian Persch <chpe@gnome.org>
51620
 
Date:   Sun Feb 5 16:12:23 2012 +0100
 
58839
Author:     Christian Persch <chpe@gnome.org>
 
58840
AuthorDate: Sun Feb 5 16:12:23 2012 +0100
 
58841
Commit:     Christian Persch <chpe@gnome.org>
 
58842
CommitDate: Sun Feb 5 19:57:09 2012 +0100
51621
58843
 
51622
58844
    resources: tests: Plug a mem leak
51623
58845
 
51635
58857
 1 file changed, 1 insertion(+)
51636
58858
 
51637
58859
commit ffe7a3293f7e69fab1211f014a54b78fb7611ee0
51638
 
Author: Christian Persch <chpe@gnome.org>
51639
 
Date:   Sun Feb 5 16:10:48 2012 +0100
 
58860
Author:     Christian Persch <chpe@gnome.org>
 
58861
AuthorDate: Sun Feb 5 16:10:48 2012 +0100
 
58862
Commit:     Christian Persch <chpe@gnome.org>
 
58863
CommitDate: Sun Feb 5 19:57:09 2012 +0100
51640
58864
 
51641
58865
    resources: Plug a mem leak
51642
58866
 
51659
58883
 1 file changed, 1 insertion(+)
51660
58884
 
51661
58885
commit fa370571690356bc1082b89ff5b8b8a74664d16f
51662
 
Author: Christian Persch <chpe@gnome.org>
51663
 
Date:   Sun Feb 5 16:08:10 2012 +0100
 
58886
Author:     Christian Persch <chpe@gnome.org>
 
58887
AuthorDate: Sun Feb 5 16:08:10 2012 +0100
 
58888
Commit:     Christian Persch <chpe@gnome.org>
 
58889
CommitDate: Sun Feb 5 19:57:09 2012 +0100
51664
58890
 
51665
58891
    resources: Plug a mem leak
51666
58892
 
51682
58908
 1 file changed, 17 insertions(+), 18 deletions(-)
51683
58909
 
51684
58910
commit 2f4b46e3783b04cddcb2622a57b2a8e692cff68a
51685
 
Author: Christian Persch <chpe@gnome.org>
51686
 
Date:   Sun Feb 5 16:00:31 2012 +0100
 
58911
Author:     Christian Persch <chpe@gnome.org>
 
58912
AuthorDate: Sun Feb 5 16:00:31 2012 +0100
 
58913
Commit:     Christian Persch <chpe@gnome.org>
 
58914
CommitDate: Sun Feb 5 19:57:09 2012 +0100
51687
58915
 
51688
58916
    Plug a mem leak in g_environ_unsetenv
51689
58917
 
51711
58939
 1 file changed, 3 insertions(+)
51712
58940
 
51713
58941
commit 26a5af83d428657dcae72af1c920b36055d92020
51714
 
Author: Matthias Clasen <mclasen@redhat.com>
51715
 
Date:   Sat Feb 4 22:54:58 2012 -0500
 
58942
Author:     Matthias Clasen <mclasen@redhat.com>
 
58943
AuthorDate: Sat Feb 4 22:54:58 2012 -0500
 
58944
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58945
CommitDate: Sat Feb 4 22:54:58 2012 -0500
51716
58946
 
51717
58947
    Back to odd
51718
58948
 
51720
58950
 1 file changed, 1 insertion(+), 1 deletion(-)
51721
58951
 
51722
58952
commit d6a4369089ad3dd4ab047989ba1ff31904b17eb6
51723
 
Author: Matthias Clasen <mclasen@redhat.com>
51724
 
Date:   Sat Feb 4 18:43:13 2012 -0500
 
58953
Author:     Matthias Clasen <mclasen@redhat.com>
 
58954
AuthorDate: Sat Feb 4 18:43:13 2012 -0500
 
58955
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58956
CommitDate: Sat Feb 4 18:43:13 2012 -0500
51725
58957
 
51726
58958
    2.31.16
51727
58959
 
51729
58961
 1 file changed, 1 insertion(+), 1 deletion(-)
51730
58962
 
51731
58963
commit 439c8365da232ceb715f14f3f0a7a0751e35547c
51732
 
Author: Matthias Clasen <mclasen@redhat.com>
51733
 
Date:   Sat Feb 4 11:51:45 2012 -0500
 
58964
Author:     Matthias Clasen <mclasen@redhat.com>
 
58965
AuthorDate: Sat Feb 4 11:51:45 2012 -0500
 
58966
Commit:     Matthias Clasen <mclasen@redhat.com>
 
58967
CommitDate: Sat Feb 4 11:51:45 2012 -0500
51734
58968
 
51735
58969
    Updates
51736
58970
 
51738
58972
 1 file changed, 20 insertions(+)
51739
58973
 
51740
58974
commit 59a0134de8ba98d05d97d8fcded4e86bac7fe606
51741
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
51742
 
Date:   Sat Feb 4 00:14:56 2012 +0530
 
58975
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
58976
AuthorDate: Sat Feb 4 00:14:56 2012 +0530
 
58977
Commit:     Colin Walters <walters@verbum.org>
 
58978
CommitDate: Sat Feb 4 10:01:19 2012 -0500
51743
58979
 
51744
58980
    fix memory leak in g_bookmark_file_parse()
51745
58981
 
51752
58988
 1 file changed, 20 insertions(+), 28 deletions(-)
51753
58989
 
51754
58990
commit 7e3eeb2ba12c056308020afa1b26891e5d514539
51755
 
Author: Kjartan Maraas <kmaraas@gnome.org>
51756
 
Date:   Sat Feb 4 12:32:51 2012 +0100
 
58991
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
58992
AuthorDate: Sat Feb 4 12:32:51 2012 +0100
 
58993
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
58994
CommitDate: Sat Feb 4 12:32:51 2012 +0100
51757
58995
 
51758
58996
    Updated Norwegian bokmål translation
51759
58997
 
51762
59000
 1 file changed, 82 insertions(+), 78 deletions(-)
51763
59001
 
51764
59002
commit f43565c822697504e32d2d329f4ea1c6c073d514
51765
 
Author: Dan Winship <danw@gnome.org>
51766
 
Date:   Fri Feb 3 11:29:46 2012 -0500
 
59003
Author:     Dan Winship <danw@gnome.org>
 
59004
AuthorDate: Fri Feb 3 11:29:46 2012 -0500
 
59005
Commit:     Dan Winship <danw@gnome.org>
 
59006
CommitDate: Fri Feb 3 13:01:19 2012 -0500
51767
59007
 
51768
59008
    gio/tests/file: use g_file_new_tmp()
51769
59009
 
51775
59015
 1 file changed, 14 insertions(+), 14 deletions(-)
51776
59016
 
51777
59017
commit cc4c1e89f439244fd0af0afd45ca40015cea4634
51778
 
Author: Dan Winship <danw@gnome.org>
51779
 
Date:   Fri Feb 3 12:08:40 2012 -0500
 
59018
Author:     Dan Winship <danw@gnome.org>
 
59019
AuthorDate: Fri Feb 3 12:08:40 2012 -0500
 
59020
Commit:     Dan Winship <danw@gnome.org>
 
59021
CommitDate: Fri Feb 3 12:58:53 2012 -0500
51780
59022
 
51781
59023
    gio/tests/socket-common.c: add a missing #ifdef G_OS_UNIX
51782
59024
 
51784
59026
 1 file changed, 2 insertions(+)
51785
59027
 
51786
59028
commit d22c36cf00878a949261603ebac9515245e829bd
51787
 
Author: Dan Winship <danw@gnome.org>
51788
 
Date:   Fri Feb 3 11:39:27 2012 -0500
 
59029
Author:     Dan Winship <danw@gnome.org>
 
59030
AuthorDate: Fri Feb 3 11:39:27 2012 -0500
 
59031
Commit:     Dan Winship <danw@gnome.org>
 
59032
CommitDate: Fri Feb 3 12:49:48 2012 -0500
51789
59033
 
51790
59034
    gioenums.h: clean up a few GIOErrorEnum descriptions
51791
59035
 
51793
59037
 1 file changed, 3 insertions(+), 3 deletions(-)
51794
59038
 
51795
59039
commit e9caa11aa5b12a424bc0602855b6960d29aa4a3c
51796
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
51797
 
Date:   Fri Feb 3 16:29:28 2012 +0100
 
59040
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
59041
AuthorDate: Fri Feb 3 16:29:28 2012 +0100
 
59042
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
59043
CommitDate: Fri Feb 3 16:29:28 2012 +0100
51798
59044
 
51799
59045
    Updated Spanish translation
51800
59046
 
51803
59049
 1 file changed, 132 insertions(+), 133 deletions(-)
51804
59050
 
51805
59051
commit 3b8ba958f5a0d1e129219cab10ced9c0fa03c1cc
51806
 
Author: Alexander Larsson <alexl@redhat.com>
51807
 
Date:   Fri Feb 3 15:11:23 2012 +0100
 
59052
Author:     Alexander Larsson <alexl@redhat.com>
 
59053
AuthorDate: Fri Feb 3 15:11:23 2012 +0100
 
59054
Commit:     Alexander Larsson <alexl@redhat.com>
 
59055
CommitDate: Fri Feb 3 15:11:23 2012 +0100
51808
59056
 
51809
59057
    Fix warning to refer to to-pixdata, not xmllint
51810
59058
 
51812
59060
 1 file changed, 1 insertion(+), 1 deletion(-)
51813
59061
 
51814
59062
commit ac800fa8febe2370cab2de2e0f4ed5abb431e963
51815
 
Author: Alexander Larsson <alexl@redhat.com>
51816
 
Date:   Fri Feb 3 15:05:03 2012 +0100
 
59063
Author:     Alexander Larsson <alexl@redhat.com>
 
59064
AuthorDate: Fri Feb 3 15:05:03 2012 +0100
 
59065
Commit:     Alexander Larsson <alexl@redhat.com>
 
59066
CommitDate: Fri Feb 3 15:05:43 2012 +0100
51817
59067
 
51818
59068
    Fix GResourceFile get_parent()
51819
59069
 
51823
59073
 1 file changed, 1 insertion(+), 1 deletion(-)
51824
59074
 
51825
59075
commit 260a9cc290c42f06af89db33306df7a990448ed9
51826
 
Author: Christian Persch <chpe@gnome.org>
51827
 
Date:   Wed Feb 1 14:59:22 2012 +0100
 
59076
Author:     Christian Persch <chpe@gnome.org>
 
59077
AuthorDate: Wed Feb 1 14:59:22 2012 +0100
 
59078
Commit:     Christian Persch <chpe@gnome.org>
 
59079
CommitDate: Thu Feb 2 23:44:44 2012 +0100
51828
59080
 
51829
59081
    resource: tests: Use g_assert_cmp[u]int
51830
59082
 
51837
59089
 1 file changed, 28 insertions(+), 28 deletions(-)
51838
59090
 
51839
59091
commit cb1dd2143dc6f5b5881b6d94abb7dd6f05137c76
51840
 
Author: Christian Persch <chpe@gnome.org>
51841
 
Date:   Tue Jan 31 18:10:55 2012 +0100
 
59092
Author:     Christian Persch <chpe@gnome.org>
 
59093
AuthorDate: Tue Jan 31 18:10:55 2012 +0100
 
59094
Commit:     Christian Persch <chpe@gnome.org>
 
59095
CommitDate: Thu Feb 2 23:44:40 2012 +0100
51842
59096
 
51843
59097
    resources: compiler: Fix entity processing of xml-stripblanks
51844
59098
 
51850
59104
 1 file changed, 1 deletion(-)
51851
59105
 
51852
59106
commit 296a2a72c6837ddc90a372b5bc6aea95a9bf82be
51853
 
Author: Christian Persch <chpe@gnome.org>
51854
 
Date:   Tue Jan 31 18:01:25 2012 +0100
 
59107
Author:     Christian Persch <chpe@gnome.org>
 
59108
AuthorDate: Tue Jan 31 18:01:25 2012 +0100
 
59109
Commit:     Christian Persch <chpe@gnome.org>
 
59110
CommitDate: Thu Feb 2 23:44:38 2012 +0100
51855
59111
 
51856
59112
    resources: compiler: Make to-pixbuf failure fatal
51857
59113
 
51862
59118
 2 files changed, 14 insertions(+), 7 deletions(-)
51863
59119
 
51864
59120
commit 387ed239e236cad1c3a54d08a34194c36bb59dba
51865
 
Author: Ryan Lortie <desrt@desrt.ca>
51866
 
Date:   Thu Feb 2 10:48:11 2012 -0500
 
59121
Author:     Ryan Lortie <desrt@desrt.ca>
 
59122
AuthorDate: Thu Feb 2 10:48:11 2012 -0500
 
59123
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59124
CommitDate: Thu Feb 2 10:53:50 2012 -0500
51867
59125
 
51868
59126
    gsettings tool: fix a memory error
51869
59127
 
51879
59137
 1 file changed, 3 insertions(+), 1 deletion(-)
51880
59138
 
51881
59139
commit 552b815365649521379c60b672f608a40a8a5f44
51882
 
Author: Kalev Lember <kalevlember@gmail.com>
51883
 
Date:   Wed Feb 1 18:44:15 2012 +0200
 
59140
Author:     Kalev Lember <kalevlember@gmail.com>
 
59141
AuthorDate: Wed Feb 1 18:44:15 2012 +0200
 
59142
Commit:     Alexander Larsson <alexl@redhat.com>
 
59143
CommitDate: Thu Feb 2 16:22:42 2012 +0100
51884
59144
 
51885
59145
    gio: Convert data-to-c.c to perl
51886
59146
 
51898
59158
 3 files changed, 42 insertions(+), 58 deletions(-)
51899
59159
 
51900
59160
commit 053b011cccdf8463a10ae09799dd43048bb6c9f0
51901
 
Author: Benjamin Otte <otte@redhat.com>
51902
 
Date:   Wed Feb 1 16:25:01 2012 +0100
 
59161
Author:     Benjamin Otte <otte@redhat.com>
 
59162
AuthorDate: Wed Feb 1 16:25:01 2012 +0100
 
59163
Commit:     Benjamin Otte <otte@redhat.com>
 
59164
CommitDate: Wed Feb 1 16:25:23 2012 +0100
51903
59165
 
51904
59166
    docs: Clarify GSocketClient reuse policy
51905
59167
 
51907
59169
 1 file changed, 5 insertions(+), 2 deletions(-)
51908
59170
 
51909
59171
commit a60f475b36a35081913c8fa51dc4de6381aaee56
51910
 
Author: Kalev Lember <kalevlember@gmail.com>
51911
 
Date:   Wed Feb 1 15:48:28 2012 +0200
 
59172
Author:     Kalev Lember <kalevlember@gmail.com>
 
59173
AuthorDate: Wed Feb 1 15:48:28 2012 +0200
 
59174
Commit:     Kalev Lember <kalevlember@gmail.com>
 
59175
CommitDate: Wed Feb 1 15:53:55 2012 +0200
51912
59176
 
51913
59177
    gio/tests: Fix out-of-source build
51914
59178
 
51924
59188
 1 file changed, 4 insertions(+), 4 deletions(-)
51925
59189
 
51926
59190
commit 9cf678ed2233ecb603eda92cf727e8cf8ec27335
51927
 
Author: Kalev Lember <kalevlember@gmail.com>
51928
 
Date:   Wed Feb 1 10:09:57 2012 +0200
 
59191
Author:     Kalev Lember <kalevlember@gmail.com>
 
59192
AuthorDate: Wed Feb 1 10:09:57 2012 +0200
 
59193
Commit:     Kalev Lember <kalevlember@gmail.com>
 
59194
CommitDate: Wed Feb 1 15:53:54 2012 +0200
51929
59195
 
51930
59196
    gio.symbols: Add g_static_* symbols
51931
59197
 
51935
59201
 1 file changed, 3 insertions(+)
51936
59202
 
51937
59203
commit 0bb201348f7fad556197bec979fc488354ac8a9d
51938
 
Author: Kalev Lember <kalevlember@gmail.com>
51939
 
Date:   Wed Feb 1 09:10:29 2012 +0200
 
59204
Author:     Kalev Lember <kalevlember@gmail.com>
 
59205
AuthorDate: Wed Feb 1 09:10:29 2012 +0200
 
59206
Commit:     Kalev Lember <kalevlember@gmail.com>
 
59207
CommitDate: Wed Feb 1 15:53:54 2012 +0200
51940
59208
 
51941
59209
    gresource-tool: include sys/mman.h conditionally
51942
59210
 
51947
59215
 1 file changed, 1 insertion(+), 1 deletion(-)
51948
59216
 
51949
59217
commit 3758b41e08147ca15d5f348afa8e84d9ea6a6a0b
51950
 
Author: Matthias Clasen <mclasen@redhat.com>
51951
 
Date:   Tue Jan 31 22:00:45 2012 -0500
 
59218
Author:     Matthias Clasen <mclasen@redhat.com>
 
59219
AuthorDate: Tue Jan 31 22:00:45 2012 -0500
 
59220
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59221
CommitDate: Tue Jan 31 22:02:22 2012 -0500
51952
59222
 
51953
59223
    Add a test to show that GMarkup properly handles > in content
51954
59224
 
51957
59227
 2 files changed, 4 insertions(+)
51958
59228
 
51959
59229
commit 47aa8c43e8d63af27ea60befbeb498d9c6be17b6
51960
 
Author: Alexander Larsson <alexl@redhat.com>
51961
 
Date:   Tue Jan 31 16:07:09 2012 +0100
 
59230
Author:     Alexander Larsson <alexl@redhat.com>
 
59231
AuthorDate: Tue Jan 31 16:07:09 2012 +0100
 
59232
Commit:     Alexander Larsson <alexl@redhat.com>
 
59233
CommitDate: Tue Jan 31 16:07:09 2012 +0100
51962
59234
 
51963
59235
    resources: Add to-pixdata preprocessing option
51964
59236
 
51969
59241
 3 files changed, 85 insertions(+), 4 deletions(-)
51970
59242
 
51971
59243
commit b79cfda49c59b348c9c713f5f04fd9ec982b6c9d
51972
 
Author: Alexander Larsson <alexl@redhat.com>
51973
 
Date:   Tue Jan 31 10:51:44 2012 +0100
 
59244
Author:     Alexander Larsson <alexl@redhat.com>
 
59245
AuthorDate: Tue Jan 31 10:51:44 2012 +0100
 
59246
Commit:     Alexander Larsson <alexl@redhat.com>
 
59247
CommitDate: Tue Jan 31 10:51:44 2012 +0100
51974
59248
 
51975
59249
    Make constructor-based resource registration malloc free
51976
59250
 
51989
59263
 3 files changed, 223 insertions(+), 60 deletions(-)
51990
59264
 
51991
59265
commit 2496c8b53e0fde02328a43b16542353a8a1643d7
51992
 
Author: Alexander Larsson <alexl@redhat.com>
51993
 
Date:   Tue Jan 31 10:51:23 2012 +0100
 
59266
Author:     Alexander Larsson <alexl@redhat.com>
 
59267
AuthorDate: Tue Jan 31 10:51:23 2012 +0100
 
59268
Commit:     Alexander Larsson <alexl@redhat.com>
 
59269
CommitDate: Tue Jan 31 10:51:23 2012 +0100
51994
59270
 
51995
59271
    resources: Minor fixes to the docs
51996
59272
 
51998
59274
 1 file changed, 5 insertions(+), 5 deletions(-)
51999
59275
 
52000
59276
commit 8ab7ed8ffc2da341064d759776b1e985a2fd24a7
52001
 
Author: Matthias Clasen <mclasen@redhat.com>
52002
 
Date:   Mon Jan 30 18:47:31 2012 -0500
 
59277
Author:     Matthias Clasen <mclasen@redhat.com>
 
59278
AuthorDate: Mon Jan 30 18:47:31 2012 -0500
 
59279
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59280
CommitDate: Mon Jan 30 18:47:31 2012 -0500
52003
59281
 
52004
59282
    Bump version number
52005
59283
 
52007
59285
 1 file changed, 1 insertion(+), 1 deletion(-)
52008
59286
 
52009
59287
commit d332bdcc583c67e17d2d508225200372f2981ad4
52010
 
Author: Matthias Clasen <mclasen@redhat.com>
52011
 
Date:   Mon Jan 30 18:46:18 2012 -0500
 
59288
Author:     Matthias Clasen <mclasen@redhat.com>
 
59289
AuthorDate: Mon Jan 30 18:46:18 2012 -0500
 
59290
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59291
CommitDate: Mon Jan 30 18:46:18 2012 -0500
52012
59292
 
52013
59293
    2.31.14
52014
59294
 
52016
59296
 1 file changed, 1 insertion(+), 1 deletion(-)
52017
59297
 
52018
59298
commit e6713ec8105b8197a0b56e9f15b48dfa9550ffe1
52019
 
Author: Matthias Clasen <mclasen@redhat.com>
52020
 
Date:   Mon Jan 30 18:45:45 2012 -0500
 
59299
Author:     Matthias Clasen <mclasen@redhat.com>
 
59300
AuthorDate: Mon Jan 30 18:45:45 2012 -0500
 
59301
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59302
CommitDate: Mon Jan 30 18:46:11 2012 -0500
52021
59303
 
52022
59304
    Fix distclean
52023
59305
 
52026
59308
 2 files changed, 3 insertions(+), 3 deletions(-)
52027
59309
 
52028
59310
commit a6bafde5f26b7773fc06e7c3b222b41dfe0d069c
52029
 
Author: Matthias Clasen <mclasen@redhat.com>
52030
 
Date:   Mon Jan 30 17:54:33 2012 -0500
 
59311
Author:     Matthias Clasen <mclasen@redhat.com>
 
59312
AuthorDate: Mon Jan 30 17:54:33 2012 -0500
 
59313
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59314
CommitDate: Mon Jan 30 17:54:33 2012 -0500
52031
59315
 
52032
59316
    Dist gconstructor.h
52033
59317
 
52035
59319
 1 file changed, 1 insertion(+)
52036
59320
 
52037
59321
commit de0d7a335c76cd158f69d83788985ed05db5756b
52038
 
Author: Matthias Clasen <mclasen@redhat.com>
52039
 
Date:   Mon Jan 30 17:53:48 2012 -0500
 
59322
Author:     Matthias Clasen <mclasen@redhat.com>
 
59323
AuthorDate: Mon Jan 30 17:53:48 2012 -0500
 
59324
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59325
CommitDate: Mon Jan 30 17:53:48 2012 -0500
52040
59326
 
52041
59327
    Emit meaningful error messages
52042
59328
 
52048
59334
 1 file changed, 10 insertions(+), 3 deletions(-)
52049
59335
 
52050
59336
commit 77ebf9bfc50f86f6ecc4aa41c0b5f4cea75219ad
52051
 
Author: Matthias Clasen <mclasen@redhat.com>
52052
 
Date:   Mon Jan 30 17:26:33 2012 -0500
 
59337
Author:     Matthias Clasen <mclasen@redhat.com>
 
59338
AuthorDate: Mon Jan 30 17:26:33 2012 -0500
 
59339
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59340
CommitDate: Mon Jan 30 17:26:33 2012 -0500
52053
59341
 
52054
59342
    Fix builddir != src builds
52055
59343
 
52057
59345
 1 file changed, 1 insertion(+), 1 deletion(-)
52058
59346
 
52059
59347
commit 796389d6c8ce1fb4645db8c13f04aeb7f13d9225
52060
 
Author: Matthias Clasen <mclasen@redhat.com>
52061
 
Date:   Mon Jan 30 16:23:01 2012 -0500
 
59348
Author:     Matthias Clasen <mclasen@redhat.com>
 
59349
AuthorDate: Mon Jan 30 16:23:01 2012 -0500
 
59350
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59351
CommitDate: Mon Jan 30 16:23:01 2012 -0500
52062
59352
 
52063
59353
    Some more documentation fixes
52064
59354
 
52067
59357
 2 files changed, 2 insertions(+), 2 deletions(-)
52068
59358
 
52069
59359
commit 49eeaa9bbdec4b7f57d28697971a63be6854b63e
52070
 
Author: Matthias Clasen <mclasen@redhat.com>
52071
 
Date:   Mon Jan 30 15:59:38 2012 -0500
 
59360
Author:     Matthias Clasen <mclasen@redhat.com>
 
59361
AuthorDate: Mon Jan 30 15:59:38 2012 -0500
 
59362
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59363
CommitDate: Mon Jan 30 16:16:48 2012 -0500
52072
59364
 
52073
59365
    Assorted documentation fixes
52074
59366
 
52081
59373
 5 files changed, 39 insertions(+), 9 deletions(-)
52082
59374
 
52083
59375
commit 9902a5e064c24ed5793a1e4850026a06147fcd1b
52084
 
Author: Matthias Clasen <mclasen@redhat.com>
52085
 
Date:   Mon Jan 30 15:37:43 2012 -0500
 
59376
Author:     Matthias Clasen <mclasen@redhat.com>
 
59377
AuthorDate: Mon Jan 30 15:37:43 2012 -0500
 
59378
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59379
CommitDate: Mon Jan 30 15:37:43 2012 -0500
52086
59380
 
52087
59381
    Drop menu markup functions from API docs
52088
59382
 
52090
59384
 1 file changed, 10 deletions(-)
52091
59385
 
52092
59386
commit 9ffc3391ed7fd8f667c7919edf444e4761fa9e63
52093
 
Author: Matthias Clasen <mclasen@redhat.com>
52094
 
Date:   Mon Jan 30 15:37:28 2012 -0500
 
59387
Author:     Matthias Clasen <mclasen@redhat.com>
 
59388
AuthorDate: Mon Jan 30 15:37:28 2012 -0500
 
59389
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59390
CommitDate: Mon Jan 30 15:37:28 2012 -0500
52095
59391
 
52096
59392
    Fix doc syntax
52097
59393
 
52099
59395
 1 file changed, 1 insertion(+), 1 deletion(-)
52100
59396
 
52101
59397
commit 9fe3d34ae354d00f590a268e032b39022d62d184
52102
 
Author: Matthias Clasen <mclasen@redhat.com>
52103
 
Date:   Mon Jan 30 15:26:15 2012 -0500
 
59398
Author:     Matthias Clasen <mclasen@redhat.com>
 
59399
AuthorDate: Mon Jan 30 15:26:15 2012 -0500
 
59400
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59401
CommitDate: Mon Jan 30 15:26:15 2012 -0500
52104
59402
 
52105
59403
    Move pragmas out of function body
52106
59404
 
52110
59408
 1 file changed, 3 insertions(+), 3 deletions(-)
52111
59409
 
52112
59410
commit 96f9997387e77cfa567e008f08c75007300e4590
52113
 
Author: Matthias Clasen <mclasen@redhat.com>
52114
 
Date:   Mon Jan 30 15:25:09 2012 -0500
 
59411
Author:     Matthias Clasen <mclasen@redhat.com>
 
59412
AuthorDate: Mon Jan 30 15:25:09 2012 -0500
 
59413
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59414
CommitDate: Mon Jan 30 15:25:09 2012 -0500
52115
59415
 
52116
59416
    Move pragmas out of function body
52117
59417
 
52121
59421
 1 file changed, 4 insertions(+), 4 deletions(-)
52122
59422
 
52123
59423
commit bdd0aada62806fb492ddf79179ee3d66836d5ba0
52124
 
Author: Matthias Clasen <mclasen@redhat.com>
52125
 
Date:   Mon Jan 30 14:21:03 2012 -0500
 
59424
Author:     Matthias Clasen <mclasen@redhat.com>
 
59425
AuthorDate: Mon Jan 30 14:21:03 2012 -0500
 
59426
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59427
CommitDate: Mon Jan 30 14:21:03 2012 -0500
52126
59428
 
52127
59429
    Silence another deprecation warning
52128
59430
 
52130
59432
 1 file changed, 4 insertions(+), 1 deletion(-)
52131
59433
 
52132
59434
commit 5ae5fc85f40bd5dbc405c37b6dff6992e717e5f5
52133
 
Author: Matthias Clasen <mclasen@redhat.com>
52134
 
Date:   Mon Jan 30 14:18:07 2012 -0500
 
59435
Author:     Matthias Clasen <mclasen@redhat.com>
 
59436
AuthorDate: Mon Jan 30 14:18:07 2012 -0500
 
59437
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59438
CommitDate: Mon Jan 30 14:18:07 2012 -0500
52135
59439
 
52136
59440
    Silence a deprecation warning
52137
59441
 
52142
59446
 1 file changed, 3 insertions(+)
52143
59447
 
52144
59448
commit b01af10c86bece6271bdbda09c28d7a3b63d0709
52145
 
Author: Matthias Clasen <mclasen@redhat.com>
52146
 
Date:   Mon Jan 30 14:06:22 2012 -0500
 
59449
Author:     Matthias Clasen <mclasen@redhat.com>
 
59450
AuthorDate: Mon Jan 30 14:06:22 2012 -0500
 
59451
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59452
CommitDate: Mon Jan 30 14:06:22 2012 -0500
52147
59453
 
52148
59454
    Remove a check that triggers deprecation warnings
52149
59455
 
52151
59457
 1 file changed, 1 deletion(-)
52152
59458
 
52153
59459
commit ec49d55247ae4dc5f80d0a3e80229e3d4aa0dd86
52154
 
Author: Matthias Clasen <mclasen@redhat.com>
52155
 
Date:   Mon Jan 30 13:38:44 2012 -0500
 
59460
Author:     Matthias Clasen <mclasen@redhat.com>
 
59461
AuthorDate: Mon Jan 30 13:38:44 2012 -0500
 
59462
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59463
CommitDate: Mon Jan 30 13:38:44 2012 -0500
52156
59464
 
52157
59465
    Updates
52158
59466
 
52160
59468
 1 file changed, 42 insertions(+), 1 deletion(-)
52161
59469
 
52162
59470
commit 968f4e8d79b3191266bf327f18b167445db0076e
52163
 
Author: Alexander Larsson <alexl@redhat.com>
52164
 
Date:   Mon Jan 30 16:57:54 2012 +0100
 
59471
Author:     Alexander Larsson <alexl@redhat.com>
 
59472
AuthorDate: Mon Jan 30 16:57:54 2012 +0100
 
59473
Commit:     Alexander Larsson <alexl@redhat.com>
 
59474
CommitDate: Mon Jan 30 16:59:27 2012 +0100
52165
59475
 
52166
59476
    Move constructor macros to an internal header and into generated code
52167
59477
 
52182
59492
 6 files changed, 149 insertions(+), 93 deletions(-)
52183
59493
 
52184
59494
commit e43a98c00091f5e293d2d9d72df2c04081802abe
52185
 
Author: Antoine Jacoutot <ajacoutot@gnome.org>
52186
 
Date:   Mon Jan 30 16:17:06 2012 +0100
 
59495
Author:     Antoine Jacoutot <ajacoutot@gnome.org>
 
59496
AuthorDate: Mon Jan 30 16:17:06 2012 +0100
 
59497
Commit:     Antoine Jacoutot <ajacoutot@gnome.org>
 
59498
CommitDate: Mon Jan 30 16:17:06 2012 +0100
52187
59499
 
52188
59500
    goption: implement platform_get_argv0() for OpenBSD
52189
59501
 
52194
59506
 2 files changed, 32 insertions(+), 3 deletions(-)
52195
59507
 
52196
59508
commit 18cb864d12acdb0915ebf63b89b2385dc3fb7e6c
52197
 
Author: Dan Winship <danw@gnome.org>
52198
 
Date:   Mon Jan 30 09:00:15 2012 -0500
 
59509
Author:     Dan Winship <danw@gnome.org>
 
59510
AuthorDate: Mon Jan 30 09:00:15 2012 -0500
 
59511
Commit:     Dan Winship <danw@gnome.org>
 
59512
CommitDate: Mon Jan 30 09:00:36 2012 -0500
52199
59513
 
52200
59514
    gtlspassword.c: indentation fixes and doc clarifications
52201
59515
 
52204
59518
 1 file changed, 46 insertions(+), 29 deletions(-)
52205
59519
 
52206
59520
commit 46aaad1b2c7f75947833a3315d8c990ab15d49d7
52207
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
52208
 
Date:   Sun Jan 29 22:57:02 2012 +0800
 
59521
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
59522
AuthorDate: Sun Jan 29 22:57:02 2012 +0800
 
59523
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
59524
CommitDate: Sun Jan 29 22:57:02 2012 +0800
52209
59525
 
52210
59526
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
52211
59527
 
52216
59532
 2 files changed, 6138 insertions(+), 5569 deletions(-)
52217
59533
 
52218
59534
commit e9b2e86f59fa5c68ad15c82b355838331d65767e
52219
 
Author: Kjartan Maraas <kmaraas@gnome.org>
52220
 
Date:   Sat Jan 28 15:42:38 2012 +0100
 
59535
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
59536
AuthorDate: Sat Jan 28 15:42:38 2012 +0100
 
59537
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
59538
CommitDate: Sat Jan 28 15:42:38 2012 +0100
52221
59539
 
52222
59540
    Updated Norwegian bokmål translation
52223
59541
 
52226
59544
 1 file changed, 155 insertions(+), 131 deletions(-)
52227
59545
 
52228
59546
commit 7486cd946acc268290a7fa498416f44c95aba40b
52229
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
52230
 
Date:   Sat Jan 28 12:02:36 2012 +0530
 
59547
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
59548
AuthorDate: Sat Jan 28 12:02:36 2012 +0530
 
59549
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59550
CommitDate: Sat Jan 28 07:52:56 2012 +0100
52231
59551
 
52232
59552
    comments/docs: Fix couple of typos
52233
59553
 
52247
59567
 11 files changed, 13 insertions(+), 13 deletions(-)
52248
59568
 
52249
59569
commit 9a7a98bf3b4853371e72c91d665e5ad375d68929
52250
 
Author: Ryan Lortie <desrt@desrt.ca>
52251
 
Date:   Sat Jan 28 01:09:08 2012 +0100
 
59570
Author:     Ryan Lortie <desrt@desrt.ca>
 
59571
AuthorDate: Sat Jan 28 01:09:08 2012 +0100
 
59572
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59573
CommitDate: Sat Jan 28 01:23:05 2012 +0100
52252
59574
 
52253
59575
    glib-compile-schemas: get strict about whitespace
52254
59576
 
52292
59614
 1 file changed, 63 insertions(+), 13 deletions(-)
52293
59615
 
52294
59616
commit 37af8167b65ab95278262bd243292042d01a916b
52295
 
Author: Ryan Lortie <desrt@desrt.ca>
52296
 
Date:   Fri Jan 27 21:49:46 2012 +0100
 
59617
Author:     Ryan Lortie <desrt@desrt.ca>
 
59618
AuthorDate: Fri Jan 27 21:49:46 2012 +0100
 
59619
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59620
CommitDate: Fri Jan 27 21:50:03 2012 +0100
52297
59621
 
52298
59622
    README: Fix potentially extremely annoying typo
52299
59623
 
52301
59625
 1 file changed, 1 insertion(+), 1 deletion(-)
52302
59626
 
52303
59627
commit 5bfc973c279b9c3819cf83e903c8456f6bdadb5f
52304
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
52305
 
Date:   Fri Jan 27 13:39:52 2012 +0100
 
59628
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
59629
AuthorDate: Fri Jan 27 13:39:52 2012 +0100
 
59630
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
59631
CommitDate: Fri Jan 27 13:39:52 2012 +0100
52306
59632
 
52307
59633
    Updated Spanish translation
52308
59634
 
52311
59637
 1 file changed, 45 insertions(+), 44 deletions(-)
52312
59638
 
52313
59639
commit 83f530dfc6276be21d2750673d244dc21c11b179
52314
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
52315
 
Date:   Fri Jan 27 11:17:23 2012 +0100
 
59640
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
59641
AuthorDate: Fri Jan 27 11:17:23 2012 +0100
 
59642
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
59643
CommitDate: Fri Jan 27 11:17:23 2012 +0100
52316
59644
 
52317
59645
    Updated Spanish translation
52318
59646
 
52321
59649
 1 file changed, 393 insertions(+), 267 deletions(-)
52322
59650
 
52323
59651
commit da386705f9e03ebf2cb9abbc523d84146b075444
52324
 
Author: Ryan Lortie <desrt@desrt.ca>
52325
 
Date:   Fri Jan 27 03:00:23 2012 -0500
 
59652
Author:     Ryan Lortie <desrt@desrt.ca>
 
59653
AuthorDate: Fri Jan 27 03:00:23 2012 -0500
 
59654
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59655
CommitDate: Fri Jan 27 03:00:23 2012 -0500
52326
59656
 
52327
59657
    GSettings: two memory use fixes
52328
59658
 
52343
59673
 2 files changed, 10 insertions(+), 2 deletions(-)
52344
59674
 
52345
59675
commit 8e763aef43b951746662978c7c644365a92ecfa3
52346
 
Author: David Zeuthen <davidz@redhat.com>
52347
 
Date:   Thu Jan 26 14:52:09 2012 -0500
 
59676
Author:     David Zeuthen <davidz@redhat.com>
 
59677
AuthorDate: Thu Jan 26 14:52:09 2012 -0500
 
59678
Commit:     David Zeuthen <davidz@redhat.com>
 
59679
CommitDate: Thu Jan 26 14:56:29 2012 -0500
52348
59680
 
52349
59681
    gdbus-codegen: Use C array instead of GValueArray
52350
59682
 
52360
59692
 1 file changed, 13 insertions(+), 11 deletions(-)
52361
59693
 
52362
59694
commit 9bfde4a53fbc7c5596c65c790b76e61aae88860d
52363
 
Author: Ryan Lortie <desrt@desrt.ca>
52364
 
Date:   Thu Jan 26 11:27:47 2012 -0500
 
59695
Author:     Ryan Lortie <desrt@desrt.ca>
 
59696
AuthorDate: Thu Jan 26 11:27:47 2012 -0500
 
59697
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59698
CommitDate: Thu Jan 26 14:40:34 2012 -0500
52365
59699
 
52366
59700
    GKeyFile: allow loading from empty strings
52367
59701
 
52384
59718
 2 files changed, 28 insertions(+), 4 deletions(-)
52385
59719
 
52386
59720
commit bc40fe582d63e75c0e7f9dae44808ecc924e3f7e
52387
 
Author: David Zeuthen <davidz@redhat.com>
52388
 
Date:   Thu Jan 26 14:16:28 2012 -0500
 
59721
Author:     David Zeuthen <davidz@redhat.com>
 
59722
AuthorDate: Thu Jan 26 14:16:28 2012 -0500
 
59723
Commit:     David Zeuthen <davidz@redhat.com>
 
59724
CommitDate: Thu Jan 26 14:20:08 2012 -0500
52389
59725
 
52390
59726
    GDBusInterface: add dup_object() method
52391
59727
 
52407
59743
 6 files changed, 75 insertions(+), 1 deletion(-)
52408
59744
 
52409
59745
commit eb6c35f7c391acdc62d295589d829b99088e224c
52410
 
Author: David Zeuthen <davidz@redhat.com>
52411
 
Date:   Thu Jan 26 14:06:59 2012 -0500
 
59746
Author:     David Zeuthen <davidz@redhat.com>
 
59747
AuthorDate: Thu Jan 26 14:06:59 2012 -0500
 
59748
Commit:     David Zeuthen <davidz@redhat.com>
 
59749
CommitDate: Thu Jan 26 14:06:59 2012 -0500
52412
59750
 
52413
59751
    gio.symbols: Remove removed g_menu_markup_* symbols
52414
59752
 
52418
59756
 1 file changed, 6 deletions(-)
52419
59757
 
52420
59758
commit 1542e898f97a152563e53ff871f2e7d26a359a85
52421
 
Author: Dan Winship <danw@gnome.org>
52422
 
Date:   Thu Jan 26 09:53:56 2012 -0500
 
59759
Author:     Dan Winship <danw@gnome.org>
 
59760
AuthorDate: Thu Jan 26 09:53:56 2012 -0500
 
59761
Commit:     Dan Winship <danw@gnome.org>
 
59762
CommitDate: Thu Jan 26 09:54:50 2012 -0500
52423
59763
 
52424
59764
    gmain: fix a bunch of comment typos in g_get_monotonic_time()
52425
59765
 
52431
59771
 1 file changed, 17 insertions(+), 20 deletions(-)
52432
59772
 
52433
59773
commit 8998e77b8f348179d0d2fe4d9aea312caef05d71
52434
 
Author: Christian Persch <chpe@gnome.org>
52435
 
Date:   Thu Jan 26 15:22:10 2012 +0100
 
59774
Author:     Christian Persch <chpe@gnome.org>
 
59775
AuthorDate: Thu Jan 26 15:22:10 2012 +0100
 
59776
Commit:     Christian Persch <chpe@gnome.org>
 
59777
CommitDate: Thu Jan 26 15:23:16 2012 +0100
52436
59778
 
52437
59779
    docs: Fix formatting in glib-compile-resource man page
52438
59780
 
52442
59784
 1 file changed, 4 insertions(+), 5 deletions(-)
52443
59785
 
52444
59786
commit fbfad9cf859072d0a3b0182f636d2496493130e9
52445
 
Author: Rico Tzschichholz <ricotz@t-online.de>
52446
 
Date:   Thu Jan 26 14:52:31 2012 +0100
 
59787
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
59788
AuthorDate: Thu Jan 26 14:52:31 2012 +0100
 
59789
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
59790
CommitDate: Thu Jan 26 14:53:15 2012 +0100
52447
59791
 
52448
59792
    Updated POTFILES.in
52449
59793
 
52451
59795
 1 file changed, 1 deletion(-)
52452
59796
 
52453
59797
commit 59881a65b2c92edfcc1ad26ec04ff99f401a962b
52454
 
Author: Andoni Morales Alastruey <amorales@flumotion.com>
52455
 
Date:   Thu Jan 26 14:38:14 2012 +0100
 
59798
Author:     Andoni Morales Alastruey <amorales@flumotion.com>
 
59799
AuthorDate: Thu Jan 26 14:38:14 2012 +0100
 
59800
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
59801
CommitDate: Thu Jan 26 14:44:50 2012 +0100
52456
59802
 
52457
59803
    keyfile tests: Fix windows build using portable g_setenv
52458
59804
 
52460
59806
 1 file changed, 1 insertion(+), 1 deletion(-)
52461
59807
 
52462
59808
commit 9f870fc056c2ce01c54a25456ca71e95de170a85
52463
 
Author: Christian Persch <chpe@gnome.org>
52464
 
Date:   Thu Jan 26 14:35:30 2012 +0100
 
59809
Author:     Christian Persch <chpe@gnome.org>
 
59810
AuthorDate: Thu Jan 26 14:35:30 2012 +0100
 
59811
Commit:     Christian Persch <chpe@gnome.org>
 
59812
CommitDate: Thu Jan 26 14:35:30 2012 +0100
52465
59813
 
52466
59814
    docs: Fix the glib-compile-resources docs
52467
59815
 
52472
59820
 1 file changed, 2 insertions(+)
52473
59821
 
52474
59822
commit 2a90aba068439ef528cd31f36971ca92b5a70f94
52475
 
Author: Ryan Lortie <desrt@desrt.ca>
52476
 
Date:   Wed Jan 25 19:55:33 2012 -0500
 
59823
Author:     Ryan Lortie <desrt@desrt.ca>
 
59824
AuthorDate: Wed Jan 25 19:55:33 2012 -0500
 
59825
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59826
CommitDate: Wed Jan 25 21:05:27 2012 -0500
52477
59827
 
52478
59828
    Drop the GMenu markup functions
52479
59829
 
52492
59842
 8 files changed, 121 insertions(+), 1178 deletions(-)
52493
59843
 
52494
59844
commit 4e9f59bff8adc59fd8fde5bdee9879b8c3e4e55b
52495
 
Author: Matthias Clasen <mclasen@redhat.com>
52496
 
Date:   Wed Jan 25 14:18:34 2012 -0500
 
59845
Author:     Matthias Clasen <mclasen@redhat.com>
 
59846
AuthorDate: Wed Jan 25 14:18:34 2012 -0500
 
59847
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59848
CommitDate: Wed Jan 25 16:15:18 2012 -0500
52497
59849
 
52498
59850
    e G_SOURCE_CONTINUE/REMOVE internally
52499
59851
 
52513
59865
 10 files changed, 13 insertions(+), 13 deletions(-)
52514
59866
 
52515
59867
commit ef159af00f723f46658f46af03ea67185dae9988
52516
 
Author: Matthias Clasen <mclasen@redhat.com>
52517
 
Date:   Wed Jan 25 08:53:05 2012 -0500
 
59868
Author:     Matthias Clasen <mclasen@redhat.com>
 
59869
AuthorDate: Wed Jan 25 08:53:05 2012 -0500
 
59870
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59871
CommitDate: Wed Jan 25 16:15:18 2012 -0500
52518
59872
 
52519
59873
    Use G_SOURCE_CONTINUE/REMOVE internally
52520
59874
 
52530
59884
 6 files changed, 10 insertions(+), 8 deletions(-)
52531
59885
 
52532
59886
commit 12060df9f17a48cd4c7fda27a0af70c17c308ad9
52533
 
Author: Ryan Lortie <desrt@desrt.ca>
52534
 
Date:   Wed Jan 25 10:09:09 2012 -0500
 
59887
Author:     Ryan Lortie <desrt@desrt.ca>
 
59888
AuthorDate: Wed Jan 25 10:09:09 2012 -0500
 
59889
Commit:     Ryan Lortie <desrt@desrt.ca>
 
59890
CommitDate: Wed Jan 25 10:09:09 2012 -0500
52535
59891
 
52536
59892
    GHash: add note about randomness in hashing
52537
59893
 
52542
59898
 1 file changed, 5 insertions(+)
52543
59899
 
52544
59900
commit 5286dbb7e14d53256ebe45b4482c3a5317eb4e5c
52545
 
Author: Christian Persch <chpe@gnome.org>
52546
 
Date:   Tue Jan 24 14:18:12 2012 +0100
 
59901
Author:     Christian Persch <chpe@gnome.org>
 
59902
AuthorDate: Tue Jan 24 14:18:12 2012 +0100
 
59903
Commit:     Christian Persch <chpe@gnome.org>
 
59904
CommitDate: Wed Jan 25 14:47:58 2012 +0100
52547
59905
 
52548
59906
    resources: tool: Fix a compiler warning
52549
59907
 
52553
59911
 1 file changed, 1 insertion(+), 1 deletion(-)
52554
59912
 
52555
59913
commit f42a5fb53b80540b3af457af32ca1de072f4fdd7
52556
 
Author: Christian Persch <chpe@gnome.org>
52557
 
Date:   Mon Jan 23 22:51:44 2012 +0100
 
59914
Author:     Christian Persch <chpe@gnome.org>
 
59915
AuthorDate: Mon Jan 23 22:51:44 2012 +0100
 
59916
Commit:     Christian Persch <chpe@gnome.org>
 
59917
CommitDate: Wed Jan 25 14:47:48 2012 +0100
52558
59918
 
52559
59919
    resources: compiler: Add autoselected output format
52560
59920
 
52568
59928
 3 files changed, 37 insertions(+), 8 deletions(-)
52569
59929
 
52570
59930
commit 55d10d6bfdfa054d59fa5a01a8289fdc507e0aa9
52571
 
Author: Christian Persch <chpe@gnome.org>
52572
 
Date:   Mon Jan 23 20:42:20 2012 +0100
 
59931
Author:     Christian Persch <chpe@gnome.org>
 
59932
AuthorDate: Mon Jan 23 20:42:20 2012 +0100
 
59933
Commit:     Christian Persch <chpe@gnome.org>
 
59934
CommitDate: Wed Jan 25 14:47:37 2012 +0100
52573
59935
 
52574
59936
    resources: compiler: Add dependency generator
52575
59937
 
52582
59944
 3 files changed, 61 insertions(+), 15 deletions(-)
52583
59945
 
52584
59946
commit 45783c5927f32cae965c67db14adb8422373d345
52585
 
Author: Christian Persch <chpe@gnome.org>
52586
 
Date:   Sat Jan 14 22:34:15 2012 +0100
 
59947
Author:     Christian Persch <chpe@gnome.org>
 
59948
AuthorDate: Sat Jan 14 22:34:15 2012 +0100
 
59949
Commit:     Christian Persch <chpe@gnome.org>
 
59950
CommitDate: Wed Jan 25 14:47:37 2012 +0100
52587
59951
 
52588
59952
    resources: compiler: Allow stripping blanks from xml data
52589
59953
 
52603
59967
 4 files changed, 129 insertions(+), 7 deletions(-)
52604
59968
 
52605
59969
commit e94a5f4f8394fe6a7160850c12ea8079215e4323
52606
 
Author: Matthias Clasen <mclasen@redhat.com>
52607
 
Date:   Wed Jan 25 07:32:39 2012 -0500
 
59970
Author:     Matthias Clasen <mclasen@redhat.com>
 
59971
AuthorDate: Wed Jan 25 07:32:39 2012 -0500
 
59972
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59973
CommitDate: Wed Jan 25 07:32:39 2012 -0500
52608
59974
 
52609
59975
    GKeyFile: make list separators effective again
52610
59976
 
52615
59981
 1 file changed, 7 insertions(+), 1 deletion(-)
52616
59982
 
52617
59983
commit aea9951ef0714418ac139a6c3678eb64d82c692f
52618
 
Author: Matthias Clasen <mclasen@redhat.com>
52619
 
Date:   Wed Jan 25 07:32:20 2012 -0500
 
59984
Author:     Matthias Clasen <mclasen@redhat.com>
 
59985
AuthorDate: Wed Jan 25 07:32:20 2012 -0500
 
59986
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59987
CommitDate: Wed Jan 25 07:32:20 2012 -0500
52620
59988
 
52621
59989
    Fix the new test
52622
59990
 
52624
59992
 1 file changed, 3 insertions(+), 2 deletions(-)
52625
59993
 
52626
59994
commit e50d7e065c72278f7811f7008dac80d5ce53f401
52627
 
Author: Matthias Clasen <mclasen@redhat.com>
52628
 
Date:   Wed Jan 25 07:26:58 2012 -0500
 
59995
Author:     Matthias Clasen <mclasen@redhat.com>
 
59996
AuthorDate: Wed Jan 25 07:26:58 2012 -0500
 
59997
Commit:     Matthias Clasen <mclasen@redhat.com>
 
59998
CommitDate: Wed Jan 25 07:26:58 2012 -0500
52629
59999
 
52630
60000
    Add a test for g_key_file_set_list_separator
52631
60001
 
52635
60005
 1 file changed, 26 insertions(+), 2 deletions(-)
52636
60006
 
52637
60007
commit ca949756de4ac87815144295abeb8d37535ea314
52638
 
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
52639
 
Date:   Wed Jan 25 12:03:14 2012 +0100
 
60008
Author:     Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
60009
AuthorDate: Wed Jan 25 12:03:14 2012 +0100
 
60010
Commit:     Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
60011
CommitDate: Wed Jan 25 12:04:12 2012 +0100
52640
60012
 
52641
60013
    GArray: initialize the clear_func pointer
52642
60014
 
52646
60018
 1 file changed, 1 insertion(+)
52647
60019
 
52648
60020
commit 73f5764fcde237737a844fb3b164bcddf6c335d1
52649
 
Author: Xan Lopez <xan@igalia.com>
52650
 
Date:   Wed Jan 25 10:28:27 2012 +0100
 
60021
Author:     Xan Lopez <xan@igalia.com>
 
60022
AuthorDate: Wed Jan 25 10:28:27 2012 +0100
 
60023
Commit:     Xan Lopez <xan@igalia.com>
 
60024
CommitDate: Wed Jan 25 10:28:27 2012 +0100
52651
60025
 
52652
60026
    gresource-tool: fix the build
52653
60027
 
52655
60029
 1 file changed, 1 insertion(+)
52656
60030
 
52657
60031
commit e9725d165621c34f076ce3ae3bb1b2513aa7cf0d
52658
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
52659
 
Date:   Sat Jan 21 22:17:18 2012 +0530
 
60032
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
60033
AuthorDate: Sat Jan 21 22:17:18 2012 +0530
 
60034
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60035
CommitDate: Tue Jan 24 23:41:23 2012 -0500
52660
60036
 
52661
60037
    Macro to insert a new GNode "after" the given sibling.
52662
60038
 
52670
60046
 3 files changed, 17 insertions(+), 2 deletions(-)
52671
60047
 
52672
60048
commit aa95853f9cd509b09a9c94a58df778ededad562f
52673
 
Author: Enrique Ocaña González <eocanha@igalia.com>
52674
 
Date:   Tue Jan 24 13:24:51 2012 +0100
 
60049
Author:     Enrique Ocaña González <eocanha@igalia.com>
 
60050
AuthorDate: Tue Jan 24 13:24:51 2012 +0100
 
60051
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60052
CommitDate: Tue Jan 24 23:40:33 2012 -0500
52675
60053
 
52676
60054
    Honor the glib_cv_g_atomic_lock_free env var in configure
52677
60055
 
52681
60059
 1 file changed, 6 insertions(+), 6 deletions(-)
52682
60060
 
52683
60061
commit 0ac9ab4e271c8dbaaddd3e748aa687faa4a75523
52684
 
Author: Emmanuele Bassi <ebassi@gnome.org>
52685
 
Date:   Wed Jan 4 09:31:12 2012 +0000
 
60062
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
60063
AuthorDate: Wed Jan 4 09:31:12 2012 +0000
 
60064
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60065
CommitDate: Tue Jan 24 23:37:24 2012 -0500
52686
60066
 
52687
60067
    Deprecate GValueArray
52688
60068
 
52714
60094
 7 files changed, 74 insertions(+), 2 deletions(-)
52715
60095
 
52716
60096
commit c602a5f887233bdd75544a290023d10029ca4fda
52717
 
Author: Emmanuele Bassi <ebassi@gnome.org>
52718
 
Date:   Wed Jan 4 07:41:47 2012 +0000
 
60097
Author:     Emmanuele Bassi <ebassi@gnome.org>
 
60098
AuthorDate: Wed Jan 4 07:41:47 2012 +0000
 
60099
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60100
CommitDate: Tue Jan 24 23:25:38 2012 -0500
52719
60101
 
52720
60102
    array: Add a clear function
52721
60103
 
52736
60118
 5 files changed, 103 insertions(+), 10 deletions(-)
52737
60119
 
52738
60120
commit 030b3f25e3e5c018247e18bf309e0454ba138898
52739
 
Author: Matthias Clasen <mclasen@redhat.com>
52740
 
Date:   Tue Jan 24 21:11:13 2012 -0500
 
60121
Author:     Matthias Clasen <mclasen@redhat.com>
 
60122
AuthorDate: Tue Jan 24 21:11:13 2012 -0500
 
60123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60124
CommitDate: Tue Jan 24 21:11:13 2012 -0500
52741
60125
 
52742
60126
    GHashTable: Add a note about hash collisions
52743
60127
 
52745
60129
 1 file changed, 13 insertions(+), 5 deletions(-)
52746
60130
 
52747
60131
commit a3b91b36919af79abbb4737253c40afe18008ee0
52748
 
Author: Matthias Clasen <mclasen@redhat.com>
52749
 
Date:   Tue Jan 24 17:37:09 2012 -0500
 
60132
Author:     Matthias Clasen <mclasen@redhat.com>
 
60133
AuthorDate: Tue Jan 24 17:37:09 2012 -0500
 
60134
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60135
CommitDate: Tue Jan 24 17:38:23 2012 -0500
52750
60136
 
52751
60137
    gresource: Initialize i18n
52752
60138
 
52758
60144
 1 file changed, 20 insertions(+)
52759
60145
 
52760
60146
commit 26d4feae0cc900bdb56af490176d30025cd0bba6
52761
 
Author: Ryan Lortie <desrt@desrt.ca>
52762
 
Date:   Tue Jan 24 16:59:59 2012 -0500
 
60147
Author:     Ryan Lortie <desrt@desrt.ca>
 
60148
AuthorDate: Tue Jan 24 16:59:59 2012 -0500
 
60149
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60150
CommitDate: Tue Jan 24 17:17:08 2012 -0500
52763
60151
 
52764
60152
    keyfile tests: Add testcase for bug #634232
52765
60153
 
52772
60160
 1 file changed, 15 insertions(+)
52773
60161
 
52774
60162
commit fe10b2c966289d87ea6ea6e76e1ae87ba16f101b
52775
 
Author: Ryan Lortie <desrt@desrt.ca>
52776
 
Date:   Tue Jan 24 16:45:49 2012 -0500
 
60163
Author:     Ryan Lortie <desrt@desrt.ca>
 
60164
AuthorDate: Tue Jan 24 16:45:49 2012 -0500
 
60165
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60166
CommitDate: Tue Jan 24 17:16:48 2012 -0500
52777
60167
 
52778
60168
    GKeyFile: remove approximate_size optimisation
52779
60169
 
52786
60176
 1 file changed, 7 insertions(+), 33 deletions(-)
52787
60177
 
52788
60178
commit 570514a95c0e2602eb187bd49c6c50e02d09486f
52789
 
Author: Dan Winship <danw@gnome.org>
52790
 
Date:   Tue Jan 24 08:28:33 2012 -0500
 
60179
Author:     Dan Winship <danw@gnome.org>
 
60180
AuthorDate: Tue Jan 24 08:28:33 2012 -0500
 
60181
Commit:     Dan Winship <danw@gnome.org>
 
60182
CommitDate: Tue Jan 24 08:30:24 2012 -0500
52791
60183
 
52792
60184
    GSocket: fix complile on platforms without source-specific multicast
52793
60185
 
52801
60193
 1 file changed, 25 insertions(+), 9 deletions(-)
52802
60194
 
52803
60195
commit 3f691c6f511a49d0b391ca2d488b9fd617b4ca3d
52804
 
Author: Christian Persch <chpe@gnome.org>
52805
 
Date:   Sun Jan 30 20:45:52 2011 +0100
 
60196
Author:     Christian Persch <chpe@gnome.org>
 
60197
AuthorDate: Sun Jan 30 20:45:52 2011 +0100
 
60198
Commit:     Christian Persch <chpe@gnome.org>
 
60199
CommitDate: Tue Jan 24 14:20:37 2012 +0100
52806
60200
 
52807
60201
    Write list-of value correctly
52808
60202
 
52812
60206
 1 file changed, 1 insertion(+), 1 deletion(-)
52813
60207
 
52814
60208
commit 9a689e1077affb7dcf05898693dd7a616cb4484b
52815
 
Author: Kjartan Maraas <kmaraas@gnome.org>
52816
 
Date:   Tue Jan 24 10:53:35 2012 +0100
 
60209
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
60210
AuthorDate: Tue Jan 24 10:53:35 2012 +0100
 
60211
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
60212
CommitDate: Tue Jan 24 10:53:35 2012 +0100
52817
60213
 
52818
60214
    Updated Norwegian bokmål translation
52819
60215
 
52822
60218
 1 file changed, 246 insertions(+), 144 deletions(-)
52823
60219
 
52824
60220
commit 99c379f5148b15326a9e2b5d23db9d941c97d2c1
52825
 
Author: Matthias Clasen <mclasen@redhat.com>
52826
 
Date:   Mon Jan 23 19:21:22 2012 -0500
 
60221
Author:     Matthias Clasen <mclasen@redhat.com>
 
60222
AuthorDate: Mon Jan 23 19:21:22 2012 -0500
 
60223
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60224
CommitDate: Mon Jan 23 19:24:10 2012 -0500
52827
60225
 
52828
60226
    GMenuMarkup: call g_variant_ref_sink()
52829
60227
 
52834
60232
 1 file changed, 1 insertion(+)
52835
60233
 
52836
60234
commit ae3b9b16ceab5518280a18e79b78a0c94c4d1ed3
52837
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
52838
 
Date:   Tue Jan 24 00:50:50 2012 +0100
 
60235
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
60236
AuthorDate: Tue Jan 24 00:50:50 2012 +0100
 
60237
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
60238
CommitDate: Tue Jan 24 00:50:50 2012 +0100
52839
60239
 
52840
60240
    Updated Galician translations
52841
60241
 
52844
60244
 1 file changed, 280 insertions(+), 167 deletions(-)
52845
60245
 
52846
60246
commit 051d4d846eead9d6baccc939c46a56653f9827c3
52847
 
Author: Piotr Drąg <piotrdrag@gmail.com>
52848
 
Date:   Mon Jan 23 20:15:30 2012 +0100
 
60247
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
60248
AuthorDate: Mon Jan 23 20:15:30 2012 +0100
 
60249
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
60250
CommitDate: Mon Jan 23 20:15:30 2012 +0100
52849
60251
 
52850
60252
    Updated POTFILES.in
52851
60253
 
52853
60255
 1 file changed, 1 insertion(+)
52854
60256
 
52855
60257
commit d994c38aba1f564e63058ce615dbb8bb4ae34e36
52856
 
Author: Matthias Clasen <mclasen@redhat.com>
52857
 
Date:   Mon Jan 23 00:23:18 2012 -0500
 
60258
Author:     Matthias Clasen <mclasen@redhat.com>
 
60259
AuthorDate: Mon Jan 23 00:23:18 2012 -0500
 
60260
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60261
CommitDate: Mon Jan 23 00:26:05 2012 -0500
52858
60262
 
52859
60263
    Add docs for gresource
52860
60264
 
52865
60269
 3 files changed, 119 insertions(+)
52866
60270
 
52867
60271
commit 716cf3558510be0a7ba7075a431ac2a5ad13b2bf
52868
 
Author: Matthias Clasen <mclasen@redhat.com>
52869
 
Date:   Sun Jan 22 02:39:11 2012 -0500
 
60272
Author:     Matthias Clasen <mclasen@redhat.com>
 
60273
AuthorDate: Sun Jan 22 02:39:11 2012 -0500
 
60274
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60275
CommitDate: Mon Jan 23 00:24:34 2012 -0500
52870
60276
 
52871
60277
    Add a resource tool
52872
60278
 
52883
60289
 4 files changed, 703 insertions(+), 1 deletion(-)
52884
60290
 
52885
60291
commit b6a8dec558c259d3320a5d0d4bc5f8c0d6c62a41
52886
 
Author: Dan Winship <danw@gnome.org>
52887
 
Date:   Thu Jan 19 10:39:57 2012 -0500
 
60292
Author:     Dan Winship <danw@gnome.org>
 
60293
AuthorDate: Thu Jan 19 10:39:57 2012 -0500
 
60294
Commit:     Dan Winship <danw@gnome.org>
 
60295
CommitDate: Fri Jan 20 19:50:48 2012 -0500
52888
60296
 
52889
60297
    g_date_time_format: fix output in non-UTF-8 locales
52890
60298
 
52902
60310
 3 files changed, 413 insertions(+), 250 deletions(-)
52903
60311
 
52904
60312
commit 9fa374ccf7f360c54c29a0cee746b20820ae4afa
52905
 
Author: Matthias Clasen <mclasen@redhat.com>
52906
 
Date:   Fri Jan 20 15:42:44 2012 -0500
 
60313
Author:     Matthias Clasen <mclasen@redhat.com>
 
60314
AuthorDate: Fri Jan 20 15:42:44 2012 -0500
 
60315
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60316
CommitDate: Fri Jan 20 15:42:44 2012 -0500
52907
60317
 
52908
60318
    bump rev
52909
60319
 
52911
60321
 1 file changed, 1 insertion(+), 1 deletion(-)
52912
60322
 
52913
60323
commit e4642d58adf802772f3f2e39566aee300d395742
52914
 
Author: Matthias Clasen <mclasen@redhat.com>
52915
 
Date:   Fri Jan 20 15:10:29 2012 -0500
 
60324
Author:     Matthias Clasen <mclasen@redhat.com>
 
60325
AuthorDate: Fri Jan 20 15:10:29 2012 -0500
 
60326
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60327
CommitDate: Fri Jan 20 15:10:29 2012 -0500
52916
60328
 
52917
60329
    2.31.12
52918
60330
 
52920
60332
 1 file changed, 1 insertion(+), 1 deletion(-)
52921
60333
 
52922
60334
commit f2b760ea188bc3f0d373d0ab6e0ebfbeea62a707
52923
 
Author: Matthias Clasen <mclasen@redhat.com>
52924
 
Date:   Fri Jan 20 15:10:00 2012 -0500
 
60335
Author:     Matthias Clasen <mclasen@redhat.com>
 
60336
AuthorDate: Fri Jan 20 15:10:00 2012 -0500
 
60337
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60338
CommitDate: Fri Jan 20 15:10:00 2012 -0500
52925
60339
 
52926
60340
    Updates
52927
60341
 
52929
60343
 1 file changed, 22 insertions(+)
52930
60344
 
52931
60345
commit a461f70080f4fb7127ee59619abed803dbdc2353
52932
 
Author: Matthias Clasen <mclasen@redhat.com>
52933
 
Date:   Fri Jan 20 08:08:06 2012 -0500
 
60346
Author:     Matthias Clasen <mclasen@redhat.com>
 
60347
AuthorDate: Fri Jan 20 08:08:06 2012 -0500
 
60348
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60349
CommitDate: Fri Jan 20 08:08:06 2012 -0500
52934
60350
 
52935
60351
    Silence some compiler warnings
52936
60352
 
52938
60354
 1 file changed, 2 insertions(+), 2 deletions(-)
52939
60355
 
52940
60356
commit 2c864a1bb2fa25b82dd439c705c2e9ae23f29c5d
52941
 
Author: Matthias Clasen <mclasen@redhat.com>
52942
 
Date:   Fri Jan 20 08:07:52 2012 -0500
 
60357
Author:     Matthias Clasen <mclasen@redhat.com>
 
60358
AuthorDate: Fri Jan 20 08:07:52 2012 -0500
 
60359
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60360
CommitDate: Fri Jan 20 08:07:52 2012 -0500
52943
60361
 
52944
60362
    Silence a compiler warning
52945
60363
 
52947
60365
 1 file changed, 1 insertion(+), 2 deletions(-)
52948
60366
 
52949
60367
commit 8852d4e9a08e7fbc9df7fb99a54b112f5049ee19
52950
 
Author: Matthias Clasen <mclasen@redhat.com>
52951
 
Date:   Fri Jan 20 08:02:26 2012 -0500
 
60368
Author:     Matthias Clasen <mclasen@redhat.com>
 
60369
AuthorDate: Fri Jan 20 08:02:26 2012 -0500
 
60370
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60371
CommitDate: Fri Jan 20 08:03:38 2012 -0500
52952
60372
 
52953
60373
    Fix a refcounting error
52954
60374
 
52959
60379
 1 file changed, 1 insertion(+), 2 deletions(-)
52960
60380
 
52961
60381
commit 6784468625a77b3daa1247f2199bc11714cb4eca
52962
 
Author: Ryan Lortie <desrt@desrt.ca>
52963
 
Date:   Thu Jan 19 22:13:51 2012 -0500
 
60382
Author:     Ryan Lortie <desrt@desrt.ca>
 
60383
AuthorDate: Thu Jan 19 22:13:51 2012 -0500
 
60384
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60385
CommitDate: Thu Jan 19 22:13:51 2012 -0500
52964
60386
 
52965
60387
    Note G_MESSAGES_DEBUG in README
52966
60388
 
52968
60390
 1 file changed, 10 insertions(+)
52969
60391
 
52970
60392
commit d683c201f93cdb3c98c4ee16b085f748d63df789
52971
 
Author: Ryan Lortie <desrt@desrt.ca>
52972
 
Date:   Thu Jan 19 10:49:06 2012 -0500
 
60393
Author:     Ryan Lortie <desrt@desrt.ca>
 
60394
AuthorDate: Thu Jan 19 10:49:06 2012 -0500
 
60395
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60396
CommitDate: Thu Jan 19 10:50:29 2012 -0500
52973
60397
 
52974
60398
    tests for GSettings action binding
52975
60399
 
52979
60403
 1 file changed, 46 insertions(+)
52980
60404
 
52981
60405
commit 1d98d18f64edddddea314630e9830a56082c2639
52982
 
Author: Ryan Lortie <desrt@desrt.ca>
52983
 
Date:   Thu Jan 19 09:40:24 2012 -0500
 
60406
Author:     Ryan Lortie <desrt@desrt.ca>
 
60407
AuthorDate: Thu Jan 19 09:40:24 2012 -0500
 
60408
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60409
CommitDate: Thu Jan 19 10:50:29 2012 -0500
52984
60410
 
52985
60411
    add a way to create a GAction from GSettings
52986
60412
 
52999
60425
 4 files changed, 269 insertions(+)
53000
60426
 
53001
60427
commit cf48434867bf6fa074f9a0a67cf03b5c2157170a
53002
 
Author: Ryan Lortie <desrt@desrt.ca>
53003
 
Date:   Thu Jan 19 09:01:08 2012 -0500
 
60428
Author:     Ryan Lortie <desrt@desrt.ca>
 
60429
AuthorDate: Thu Jan 19 09:01:08 2012 -0500
 
60430
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60431
CommitDate: Thu Jan 19 10:49:31 2012 -0500
53004
60432
 
53005
60433
    gsignal: add g_signal_handlers_disconnect_by_data
53006
60434
 
53013
60441
 1 file changed, 15 insertions(+)
53014
60442
 
53015
60443
commit 41fbf42c3cbebcf061d023d35e2a4dff5ba7e7de
53016
 
Author: Murray Cumming <murrayc@murrayc.com>
53017
 
Date:   Thu Jan 19 16:18:05 2012 +0100
 
60444
Author:     Murray Cumming <murrayc@murrayc.com>
 
60445
AuthorDate: Thu Jan 19 16:18:05 2012 +0100
 
60446
Commit:     Murray Cumming <murrayc@murrayc.com>
 
60447
CommitDate: Thu Jan 19 16:18:05 2012 +0100
53018
60448
 
53019
60449
    gioenums.h: Remove a trailing comma.
53020
60450
 
53022
60452
 1 file changed, 1 insertion(+), 1 deletion(-)
53023
60453
 
53024
60454
commit c95e9085296a1c76124896bf6bedd772cdef4c5e
53025
 
Author: Ryan Lortie <desrt@desrt.ca>
53026
 
Date:   Wed Jan 18 22:15:30 2012 -0500
 
60455
Author:     Ryan Lortie <desrt@desrt.ca>
 
60456
AuthorDate: Wed Jan 18 22:15:30 2012 -0500
 
60457
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60458
CommitDate: Wed Jan 18 22:16:23 2012 -0500
53027
60459
 
53028
60460
    GSettingsSchema: ignore empty schema caches
53029
60461
 
53038
60470
 1 file changed, 3 insertions(+), 1 deletion(-)
53039
60471
 
53040
60472
commit d8b295abb3e34ce8fe5e7c16bf3ae208d70a3205
53041
 
Author: Christian Persch <chpe@gnome.org>
53042
 
Date:   Sat Jan 14 21:28:29 2012 +0100
 
60473
Author:     Christian Persch <chpe@gnome.org>
 
60474
AuthorDate: Sat Jan 14 21:28:29 2012 +0100
 
60475
Commit:     Christian Persch <chpe@gnome.org>
 
60476
CommitDate: Wed Jan 18 19:43:17 2012 +0100
53043
60477
 
53044
60478
    resources: Plug mem leaks in resource compiler
53045
60479
 
53065
60499
 1 file changed, 3 insertions(+), 2 deletions(-)
53066
60500
 
53067
60501
commit 54b986d9187f3935f09b7ba04a9644f8f7c8556e
53068
 
Author: Ryan Lortie <desrt@desrt.ca>
53069
 
Date:   Mon Jan 16 14:47:08 2012 -0500
 
60502
Author:     Ryan Lortie <desrt@desrt.ca>
 
60503
AuthorDate: Mon Jan 16 14:47:08 2012 -0500
 
60504
Commit:     Ryan Lortie <desrt@desrt.ca>
 
60505
CommitDate: Wed Jan 18 13:39:22 2012 -0500
53070
60506
 
53071
60507
    GApplication: drop support for appmenu/menubars
53072
60508
 
53080
60516
 2 files changed, 1 insertion(+), 258 deletions(-)
53081
60517
 
53082
60518
commit 7a2e6ab79132db79987e67c08ff12be7b46eed62
53083
 
Author: Dan Winship <danw@gnome.org>
53084
 
Date:   Wed Jan 18 13:28:00 2012 -0500
 
60519
Author:     Dan Winship <danw@gnome.org>
 
60520
AuthorDate: Wed Jan 18 13:28:00 2012 -0500
 
60521
Commit:     Dan Winship <danw@gnome.org>
 
60522
CommitDate: Wed Jan 18 13:28:00 2012 -0500
53085
60523
 
53086
60524
    update .gitignores
53087
60525
 
53091
60529
 3 files changed, 9 insertions(+), 1 deletion(-)
53092
60530
 
53093
60531
commit da9d98728dd6b43be2d9e51707e41e8ae1299676
53094
 
Author: Dan Winship <danw@gnome.org>
53095
 
Date:   Wed Jan 18 12:05:07 2012 -0500
 
60532
Author:     Dan Winship <danw@gnome.org>
 
60533
AuthorDate: Wed Jan 18 12:05:07 2012 -0500
 
60534
Commit:     Dan Winship <danw@gnome.org>
 
60535
CommitDate: Wed Jan 18 12:07:11 2012 -0500
53096
60536
 
53097
60537
    Fix glib-compile-resources usage when cross-compiling
53098
60538
 
53104
60544
 2 files changed, 16 insertions(+), 5 deletions(-)
53105
60545
 
53106
60546
commit 7a0bddd768b8f88c94ecf15ac026cad16af4e7f4
53107
 
Author: Will Thompson <will@willthompson.co.uk>
53108
 
Date:   Wed Jan 18 10:14:37 2012 +0000
 
60547
Author:     Will Thompson <will@willthompson.co.uk>
 
60548
AuthorDate: Wed Jan 18 10:14:37 2012 +0000
 
60549
Commit:     Will Thompson <will@willthompson.co.uk>
 
60550
CommitDate: Wed Jan 18 16:16:58 2012 +0000
53109
60551
 
53110
60552
    GDBusConnection: note that exit-on-close is sometimes TRUE
53111
60553
 
53126
60568
 1 file changed, 3 insertions(+)
53127
60569
 
53128
60570
commit d077b66ee9b480569095e605ce98edab61afbb1c
53129
 
Author: Xavier Claessens <xavier.claessens@collabora.co.uk>
53130
 
Date:   Mon Jan 16 14:51:19 2012 +0100
 
60571
Author:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
60572
AuthorDate: Mon Jan 16 14:51:19 2012 +0100
 
60573
Commit:     Xavier Claessens <xavier.claessens@collabora.co.uk>
 
60574
CommitDate: Wed Jan 18 15:21:56 2012 +0100
53131
60575
 
53132
60576
    GUnixConnection: add async variant for send/receive_credentials()
53133
60577
 
53141
60585
 4 files changed, 193 insertions(+), 25 deletions(-)
53142
60586
 
53143
60587
commit 3691194b357aa5a045f8f87658150670834f45c2
53144
 
Author: Dan Winship <danw@gnome.org>
53145
 
Date:   Wed Jan 18 09:02:21 2012 -0500
 
60588
Author:     Dan Winship <danw@gnome.org>
 
60589
AuthorDate: Wed Jan 18 09:02:21 2012 -0500
 
60590
Commit:     Dan Winship <danw@gnome.org>
 
60591
CommitDate: Wed Jan 18 09:02:21 2012 -0500
53146
60592
 
53147
60593
    g_base64_encode_step: clarify break_lines behavior a bit
53148
60594
 
53157
60603
 1 file changed, 3 insertions(+)
53158
60604
 
53159
60605
commit 08036ce30318a666a4f9df22512d74805be0d498
53160
 
Author: Dan Winship <danw@gnome.org>
53161
 
Date:   Tue Jan 17 19:46:34 2012 -0500
 
60606
Author:     Dan Winship <danw@gnome.org>
 
60607
AuthorDate: Tue Jan 17 19:46:34 2012 -0500
 
60608
Commit:     Dan Winship <danw@gnome.org>
 
60609
CommitDate: Tue Jan 17 19:46:57 2012 -0500
53162
60610
 
53163
60611
    gsocket: make this compile on Windows again
53164
60612
 
53170
60618
 3 files changed, 16 insertions(+), 14 deletions(-)
53171
60619
 
53172
60620
commit 28f3d4dbffa108c2026efce714e09767c4794237
53173
 
Author: Kjartan Maraas <kmaraas@gnome.org>
53174
 
Date:   Tue Jan 17 17:11:43 2012 +0100
 
60621
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
60622
AuthorDate: Tue Jan 17 17:11:43 2012 +0100
 
60623
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
60624
CommitDate: Tue Jan 17 17:11:43 2012 +0100
53175
60625
 
53176
60626
    Updated Norwegian bokmål translation
53177
60627
 
53180
60630
 1 file changed, 51 insertions(+), 41 deletions(-)
53181
60631
 
53182
60632
commit 3fe710c0b59b881c7b4090601f8c1a33876af78d
53183
 
Author: Kjartan Maraas <kmaraas@gnome.org>
53184
 
Date:   Tue Jan 17 17:10:19 2012 +0100
 
60633
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
60634
AuthorDate: Tue Jan 17 17:10:19 2012 +0100
 
60635
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
60636
CommitDate: Tue Jan 17 17:10:19 2012 +0100
53185
60637
 
53186
60638
    Fix broken build with -Wundefined
53187
60639
 
53189
60641
 1 file changed, 1 insertion(+), 1 deletion(-)
53190
60642
 
53191
60643
commit d825828b7b00f67a06ef1b6ba7ddb9c5dd6b0d87
53192
 
Author: Alexander Larsson <alexl@redhat.com>
53193
 
Date:   Tue Jan 17 12:32:37 2012 +0100
 
60644
Author:     Alexander Larsson <alexl@redhat.com>
 
60645
AuthorDate: Tue Jan 17 12:32:37 2012 +0100
 
60646
Commit:     Alexander Larsson <alexl@redhat.com>
 
60647
CommitDate: Tue Jan 17 12:32:37 2012 +0100
53194
60648
 
53195
60649
    resources: Skip initial underscores in resource section names
53196
60650
 
53202
60656
 1 file changed, 6 insertions(+), 1 deletion(-)
53203
60657
 
53204
60658
commit 7dfbe5aa3040d042131b9ff8ac1be0568d56303a
53205
 
Author: Dan Winship <danw@gnome.org>
53206
 
Date:   Mon Jan 16 17:15:06 2012 -0500
 
60659
Author:     Dan Winship <danw@gnome.org>
 
60660
AuthorDate: Mon Jan 16 17:15:06 2012 -0500
 
60661
Commit:     Dan Winship <danw@gnome.org>
 
60662
CommitDate: Mon Jan 16 17:16:40 2012 -0500
53207
60663
 
53208
60664
    gsocket: Use alternate IPv6 multicast group sockopt names
53209
60665
 
53215
60671
 1 file changed, 1 insertion(+), 1 deletion(-)
53216
60672
 
53217
60673
commit 8390f3bf7e49bbacd96b356c06fa2ebe3edeaf4c
53218
 
Author: Matthias Clasen <mclasen@redhat.com>
53219
 
Date:   Mon Jan 16 14:46:26 2012 -0500
 
60674
Author:     Matthias Clasen <mclasen@redhat.com>
 
60675
AuthorDate: Mon Jan 16 14:46:26 2012 -0500
 
60676
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60677
CommitDate: Mon Jan 16 14:46:26 2012 -0500
53220
60678
 
53221
60679
    Back to the odd
53222
60680
 
53224
60682
 1 file changed, 1 insertion(+), 1 deletion(-)
53225
60683
 
53226
60684
commit 639c5867c7d86cb50d5dde54acaa9ec0fcdd7648
53227
 
Author: Matthias Clasen <mclasen@redhat.com>
53228
 
Date:   Mon Jan 16 14:00:18 2012 -0500
 
60685
Author:     Matthias Clasen <mclasen@redhat.com>
 
60686
AuthorDate: Mon Jan 16 14:00:18 2012 -0500
 
60687
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60688
CommitDate: Mon Jan 16 14:00:45 2012 -0500
53229
60689
 
53230
60690
    2.31.10
53231
60691
 
53233
60693
 1 file changed, 1 insertion(+), 1 deletion(-)
53234
60694
 
53235
60695
commit 1945ed407b4ee6e951cc1644274f9cac49e3f045
53236
 
Author: Matthias Clasen <mclasen@redhat.com>
53237
 
Date:   Mon Jan 16 11:50:07 2012 -0500
 
60696
Author:     Matthias Clasen <mclasen@redhat.com>
 
60697
AuthorDate: Mon Jan 16 11:50:07 2012 -0500
 
60698
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60699
CommitDate: Mon Jan 16 14:00:45 2012 -0500
53238
60700
 
53239
60701
    Updates
53240
60702
 
53242
60704
 1 file changed, 24 insertions(+)
53243
60705
 
53244
60706
commit bf7408c30bac5b0a20202be5aaa850dd0ca1e671
53245
 
Author: Dan Winship <danw@gnome.org>
53246
 
Date:   Thu Dec 29 09:42:25 2011 -0500
 
60707
Author:     Dan Winship <danw@gnome.org>
 
60708
AuthorDate: Thu Dec 29 09:42:25 2011 -0500
 
60709
Commit:     Dan Winship <danw@gnome.org>
 
60710
CommitDate: Mon Jan 16 13:37:02 2012 -0500
53247
60711
 
53248
60712
    GInetSocketAddress: add IPv6 flowinfo and scope_id fields
53249
60713
 
53263
60727
 6 files changed, 162 insertions(+), 10 deletions(-)
53264
60728
 
53265
60729
commit c71fc7477ed3ebe513432cba21d69ca99d7eb81c
53266
 
Author: Dan Winship <danw@gnome.org>
53267
 
Date:   Thu Dec 29 09:18:53 2011 -0500
 
60730
Author:     Dan Winship <danw@gnome.org>
 
60731
AuthorDate: Thu Dec 29 09:18:53 2011 -0500
 
60732
Commit:     Dan Winship <danw@gnome.org>
 
60733
CommitDate: Mon Jan 16 13:37:02 2012 -0500
53268
60734
 
53269
60735
    ginetaddress.c: fix an incorrect enum name in the docs
53270
60736
 
53272
60738
 1 file changed, 2 insertions(+), 2 deletions(-)
53273
60739
 
53274
60740
commit 76f46b4f33c178fe9a2c0113b38dca1dc9e87c97
53275
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
53276
 
Date:   Mon Jan 16 19:22:28 2012 +0100
 
60741
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60742
AuthorDate: Mon Jan 16 19:22:28 2012 +0100
 
60743
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60744
CommitDate: Mon Jan 16 19:22:28 2012 +0100
53277
60745
 
53278
60746
    GSocket: Use correct type for SO_BROADCAST parameter
53279
60747
 
53281
60749
 1 file changed, 1 insertion(+), 1 deletion(-)
53282
60750
 
53283
60751
commit d44bb6ef64bf309efa393d8c89138ba23ad6c004
53284
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
53285
 
Date:   Mon Jan 16 15:49:50 2012 +0100
 
60752
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60753
AuthorDate: Mon Jan 16 15:49:50 2012 +0100
 
60754
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60755
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53286
60756
 
53287
60757
    GSocket: Reset the timeout in the GSocket GSource after it was
53288
60758
    triggered
53293
60763
 1 file changed, 14 insertions(+), 3 deletions(-)
53294
60764
 
53295
60765
commit fbdb8128dce3ef013640c7142888a76f56a7f0f8
53296
 
Author: Ole André Vadla Ravnås <oravnas@cisco.com>
53297
 
Date:   Mon Jan 16 14:00:49 2012 +0100
 
60766
Author:     Ole André Vadla Ravnås <oravnas@cisco.com>
 
60767
AuthorDate: Mon Jan 16 14:00:49 2012 +0100
 
60768
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60769
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53298
60770
 
53299
60771
    GSocket: Add function to get the currently available bytes for reading
53300
60772
 
53308
60780
 4 files changed, 38 insertions(+)
53309
60781
 
53310
60782
commit ffb5f8b10191ddf51ccd021c1e4dbba4eafbc370
53311
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
53312
 
Date:   Fri Jan 13 13:01:35 2012 +0100
 
60783
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60784
AuthorDate: Fri Jan 13 13:01:35 2012 +0100
 
60785
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60786
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53313
60787
 
53314
60788
    GSocket: Add function to set/get the broadcast setting on a socket
53315
60789
 
53323
60797
 4 files changed, 102 insertions(+)
53324
60798
 
53325
60799
commit 5560d9b8800de1144d77ed924286759286b7d27e
53326
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
53327
 
Date:   Fri Jan 13 12:48:02 2012 +0100
 
60800
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60801
AuthorDate: Fri Jan 13 12:48:02 2012 +0100
 
60802
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60803
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53328
60804
 
53329
60805
    GSocket: Add function for setting unicast TTL
53330
60806
 
53336
60812
 4 files changed, 123 insertions(+)
53337
60813
 
53338
60814
commit 03b40522df4fb247f76e5948eddd2d7a02c097a5
53339
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
53340
 
Date:   Fri Jan 13 12:53:50 2012 +0100
 
60815
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60816
AuthorDate: Fri Jan 13 12:53:50 2012 +0100
 
60817
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60818
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53341
60819
 
53342
60820
    GSocket: Add support for source-specific multicast (RFC 4604)
53343
60821
 
53346
60824
 2 files changed, 19 insertions(+), 5 deletions(-)
53347
60825
 
53348
60826
commit 97f25892ea38e227fe802d0cc50fd88be12cdb17
53349
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
53350
 
Date:   Fri Jan 13 12:37:31 2012 +0100
 
60827
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60828
AuthorDate: Fri Jan 13 12:37:31 2012 +0100
 
60829
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60830
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53351
60831
 
53352
60832
    GSocket: Add possibility to join a multicast group only on a specific
53353
60833
    interface
53359
60839
 4 files changed, 32 insertions(+), 3 deletions(-)
53360
60840
 
53361
60841
commit a62d1bb74728aa80af2410cee57950a545f6fa04
53362
 
Author: Dan Winship <danw@gnome.org>
53363
 
Date:   Thu Dec 29 11:01:23 2011 -0500
 
60842
Author:     Dan Winship <danw@gnome.org>
 
60843
AuthorDate: Thu Dec 29 11:01:23 2011 -0500
 
60844
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
60845
CommitDate: Mon Jan 16 18:41:40 2012 +0100
53364
60846
 
53365
60847
    GSocket: Add multicast-related functions
53366
60848
 
53378
60860
 4 files changed, 362 insertions(+), 1 deletion(-)
53379
60861
 
53380
60862
commit 26b3fbd141089d493adb700be0366e8e7f9e595b
53381
 
Author: Kjartan Maraas <kmaraas@gnome.org>
53382
 
Date:   Sun Jan 15 15:52:24 2012 +0100
 
60863
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
60864
AuthorDate: Sun Jan 15 15:52:24 2012 +0100
 
60865
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
60866
CommitDate: Mon Jan 16 16:59:48 2012 +0100
53383
60867
 
53384
60868
    Updated Norwegian bokmål translation
53385
60869
 
53388
60872
 1 file changed, 162 insertions(+), 77 deletions(-)
53389
60873
 
53390
60874
commit afe7a2d1368fc8dff0735757c096ded3d540ae42
53391
 
Author: Dan Winship <danw@gnome.org>
53392
 
Date:   Thu Jan 5 13:04:37 2012 -0500
 
60875
Author:     Dan Winship <danw@gnome.org>
 
60876
AuthorDate: Thu Jan 5 13:04:37 2012 -0500
 
60877
Commit:     Dan Winship <danw@gnome.org>
 
60878
CommitDate: Mon Jan 16 09:42:50 2012 -0500
53393
60879
 
53394
60880
    GAsyncInitable: fix subclassibility
53395
60881
 
53406
60892
 1 file changed, 13 insertions(+), 1 deletion(-)
53407
60893
 
53408
60894
commit feb120eb40570e803e043e1a87213166ad307c30
53409
 
Author: Alexander Larsson <alexl@redhat.com>
53410
 
Date:   Mon Jan 16 10:38:35 2012 +0100
 
60895
Author:     Alexander Larsson <alexl@redhat.com>
 
60896
AuthorDate: Mon Jan 16 10:38:35 2012 +0100
 
60897
Commit:     Alexander Larsson <alexl@redhat.com>
 
60898
CommitDate: Mon Jan 16 10:38:35 2012 +0100
53411
60899
 
53412
60900
    Fix typo
53413
60901
 
53417
60905
 1 file changed, 8 insertions(+), 8 deletions(-)
53418
60906
 
53419
60907
commit decac50c1598f75ce781a3c6a68a85c0defe38ac
53420
 
Author: Patrick Welche <prlw1@cam.ac.uk>
53421
 
Date:   Thu Jan 12 15:38:15 2012 +0000
 
60908
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
60909
AuthorDate: Thu Jan 12 15:38:15 2012 +0000
 
60910
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60911
CommitDate: Sun Jan 15 23:41:27 2012 -0500
53422
60912
 
53423
60913
    Protect call to pthread_condattr_setclock with define.
53424
60914
 
53433
60923
 3 files changed, 19 insertions(+), 7 deletions(-)
53434
60924
 
53435
60925
commit 6d9f874330ee27ea09b383cb30718a492f6539dd
53436
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
53437
 
Date:   Fri Sep 30 14:02:29 2011 +0100
 
60926
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
60927
AuthorDate: Fri Sep 30 14:02:29 2011 +0100
 
60928
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60929
CommitDate: Sun Jan 15 23:21:03 2012 -0500
53438
60930
 
53439
60931
    g_error_new_valist, g_error_copy: warn if domain is 0 or message
53440
60932
    is NULL
53449
60941
 1 file changed, 11 insertions(+)
53450
60942
 
53451
60943
commit 186c15fc879606866215b40f1bfb730b1c47a727
53452
 
Author: Matthias Clasen <mclasen@redhat.com>
53453
 
Date:   Sun Jan 15 23:18:09 2012 -0500
 
60944
Author:     Matthias Clasen <mclasen@redhat.com>
 
60945
AuthorDate: Sun Jan 15 23:18:09 2012 -0500
 
60946
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60947
CommitDate: Sun Jan 15 23:18:09 2012 -0500
53454
60948
 
53455
60949
    GError: small documentation addition
53456
60950
 
53461
60955
 1 file changed, 5 insertions(+), 1 deletion(-)
53462
60956
 
53463
60957
commit 5377c0de0108d292ea3e23fa6d90410f9ac9fa00
53464
 
Author: Matthias Clasen <mclasen@redhat.com>
53465
 
Date:   Sun Jan 15 22:15:10 2012 -0500
 
60958
Author:     Matthias Clasen <mclasen@redhat.com>
 
60959
AuthorDate: Sun Jan 15 22:15:10 2012 -0500
 
60960
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60961
CommitDate: Sun Jan 15 22:15:10 2012 -0500
53466
60962
 
53467
60963
    Beef up Libs.private in glib-2.0.pc
53468
60964
 
53479
60975
 4 files changed, 4 insertions(+), 6 deletions(-)
53480
60976
 
53481
60977
commit 7e542e97a97a02592beea6a8ffff497f538df3ab
53482
 
Author: Matthias Clasen <mclasen@redhat.com>
53483
 
Date:   Sun Jan 15 21:09:31 2012 -0500
 
60978
Author:     Matthias Clasen <mclasen@redhat.com>
 
60979
AuthorDate: Sun Jan 15 21:09:31 2012 -0500
 
60980
Commit:     Matthias Clasen <mclasen@redhat.com>
 
60981
CommitDate: Sun Jan 15 21:10:54 2012 -0500
53484
60982
 
53485
60983
    Trivial docs fix
53486
60984
 
53490
60988
 1 file changed, 1 insertion(+), 1 deletion(-)
53491
60989
 
53492
60990
commit 4abe25dbbdd1ba0fd430ef61a02334b8be497fc6
53493
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
53494
 
Date:   Sun Jan 15 19:28:05 2012 +0100
 
60991
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
60992
AuthorDate: Sun Jan 15 19:28:05 2012 +0100
 
60993
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
60994
CommitDate: Sun Jan 15 19:28:05 2012 +0100
53495
60995
 
53496
60996
    Updated Spanish translation
53497
60997
 
53500
61000
 1 file changed, 176 insertions(+), 83 deletions(-)
53501
61001
 
53502
61002
commit 673396fb654036f7eb7ba152bb6966e48c1c0e5d
53503
 
Author: Dan Winship <danw@gnome.org>
53504
 
Date:   Sun Jan 15 09:35:11 2012 -0500
 
61003
Author:     Dan Winship <danw@gnome.org>
 
61004
AuthorDate: Sun Jan 15 09:35:11 2012 -0500
 
61005
Commit:     Dan Winship <danw@gnome.org>
 
61006
CommitDate: Sun Jan 15 09:39:14 2012 -0500
53505
61007
 
53506
61008
    gmain: fix adding a child source to an already-attached source
53507
61009
 
53513
61015
 1 file changed, 1 insertion(+), 1 deletion(-)
53514
61016
 
53515
61017
commit 87dc86240835313f0cfe503b2d68a09301ad6240
53516
 
Author: Christian Persch <chpe@gnome.org>
53517
 
Date:   Sun Jan 15 00:34:56 2012 +0100
 
61018
Author:     Christian Persch <chpe@gnome.org>
 
61019
AuthorDate: Sun Jan 15 00:34:56 2012 +0100
 
61020
Commit:     Christian Persch <chpe@gnome.org>
 
61021
CommitDate: Sun Jan 15 13:03:16 2012 +0100
53518
61022
 
53519
61023
    Ensure to generate a flags GType for empty Flags enums
53520
61024
 
53529
61033
 1 file changed, 4 insertions(+), 5 deletions(-)
53530
61034
 
53531
61035
commit b717ef86ade12781b95464f4de26c1c1ec2f2df2
53532
 
Author: Christian Persch <chpe@gnome.org>
53533
 
Date:   Sat Jan 14 21:13:03 2012 +0100
 
61036
Author:     Christian Persch <chpe@gnome.org>
 
61037
AuthorDate: Sat Jan 14 21:13:03 2012 +0100
 
61038
Commit:     Christian Persch <chpe@gnome.org>
 
61039
CommitDate: Sun Jan 15 13:03:09 2012 +0100
53534
61040
 
53535
61041
    resources: Use g_set_error_literal where appropriate
53536
61042
 
53538
61044
 1 file changed, 4 insertions(+), 6 deletions(-)
53539
61045
 
53540
61046
commit 870fc484d994093b1d4ebc8d2f52665530693e59
53541
 
Author: Christian Persch <chpe@gnome.org>
53542
 
Date:   Sun Jan 15 00:40:25 2012 +0100
 
61047
Author:     Christian Persch <chpe@gnome.org>
 
61048
AuthorDate: Sun Jan 15 00:40:25 2012 +0100
 
61049
Commit:     Christian Persch <chpe@gnome.org>
 
61050
CommitDate: Sun Jan 15 13:02:59 2012 +0100
53543
61051
 
53544
61052
    Add missing Since: docs
53545
61053
 
53547
61055
 1 file changed, 4 insertions(+)
53548
61056
 
53549
61057
commit 91e3a673767214a86c3316f8851d93a911953f78
53550
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
53551
 
Date:   Sun Jan 15 00:42:25 2012 +0100
 
61058
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
61059
AuthorDate: Sun Jan 15 00:42:25 2012 +0100
 
61060
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
61061
CommitDate: Sun Jan 15 00:42:25 2012 +0100
53552
61062
 
53553
61063
    Updated Galician translations
53554
61064
 
53557
61067
 1 file changed, 414 insertions(+), 319 deletions(-)
53558
61068
 
53559
61069
commit 0fd61489e5e02312dd54ad721bcca7c45cf367a4
53560
 
Author: Rico Tzschichholz <ricotz@t-online.de>
53561
 
Date:   Sat Jan 14 11:18:07 2012 +0100
 
61070
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
61071
AuthorDate: Sat Jan 14 11:18:07 2012 +0100
 
61072
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
61073
CommitDate: Sat Jan 14 11:18:07 2012 +0100
53562
61074
 
53563
61075
    gio/tests: Fix out-of-source build and use uninstalled libraries
53564
61076
 
53566
61078
 1 file changed, 2 insertions(+), 2 deletions(-)
53567
61079
 
53568
61080
commit a6e149e41f359c4bf2ddab341dad20e7fb2bd9f3
53569
 
Author: Benjamin Otte <otte@redhat.com>
53570
 
Date:   Sat Jan 14 01:13:42 2012 +0100
 
61081
Author:     Benjamin Otte <otte@redhat.com>
 
61082
AuthorDate: Sat Jan 14 01:13:42 2012 +0100
 
61083
Commit:     Benjamin Otte <otte@redhat.com>
 
61084
CommitDate: Sat Jan 14 01:15:16 2012 +0100
53571
61085
 
53572
61086
    array: return_if_fail() if element size is 0
53573
61087
 
53581
61095
 1 file changed, 8 insertions(+), 2 deletions(-)
53582
61096
 
53583
61097
commit 9d52243790aa460c228bdcf7ee8e28f78ecd7b13
53584
 
Author: Benjamin Otte <otte@redhat.com>
53585
 
Date:   Sun Jan 1 21:51:40 2012 +0100
 
61098
Author:     Benjamin Otte <otte@redhat.com>
 
61099
AuthorDate: Sun Jan 1 21:51:40 2012 +0100
 
61100
Commit:     Benjamin Otte <otte@redhat.com>
 
61101
CommitDate: Sat Jan 14 01:15:16 2012 +0100
53586
61102
 
53587
61103
    values: Use v_pointer for g_value_set_gtype()
53588
61104
 
53598
61114
 1 file changed, 2 insertions(+), 2 deletions(-)
53599
61115
 
53600
61116
commit 86cd3018e0c5205707b2db8b9cc8537c2f60678d
53601
 
Author: Rico Tzschichholz <ricotz@t-online.de>
53602
 
Date:   Fri Jan 13 23:48:12 2012 +0100
 
61117
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
61118
AuthorDate: Fri Jan 13 23:48:12 2012 +0100
 
61119
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
61120
CommitDate: Fri Jan 13 23:48:12 2012 +0100
53603
61121
 
53604
61122
    gio/tests: add some missing files to EXTRA_DIST
53605
61123
 
53607
61125
 1 file changed, 5 insertions(+)
53608
61126
 
53609
61127
commit e3fe25669227944381119852b89beead267c604c
53610
 
Author: Rico Tzschichholz <ricotz@t-online.de>
53611
 
Date:   Fri Jan 13 23:18:01 2012 +0100
 
61128
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
61129
AuthorDate: Fri Jan 13 23:18:01 2012 +0100
 
61130
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
61131
CommitDate: Fri Jan 13 23:18:01 2012 +0100
53612
61132
 
53613
61133
    gio: Fix for -Wformat-security
53614
61134
 
53616
61136
 1 file changed, 2 insertions(+)
53617
61137
 
53618
61138
commit 8735f53ae4f1530b07ff6cf1a5211378b09cd50d
53619
 
Author: Rico Tzschichholz <ricotz@t-online.de>
53620
 
Date:   Fri Jan 13 22:35:44 2012 +0100
 
61139
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
61140
AuthorDate: Fri Jan 13 22:35:44 2012 +0100
 
61141
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
61142
CommitDate: Fri Jan 13 22:35:44 2012 +0100
53621
61143
 
53622
61144
    tests: Fix build failure of resources by linking against
53623
61145
    libgmodule-2.0.la
53626
61148
 1 file changed, 1 insertion(+)
53627
61149
 
53628
61150
commit 0ed77c4fdd44d717a7ab2e55b6d3551975133215
53629
 
Author: Piotr Drąg <piotrdrag@gmail.com>
53630
 
Date:   Fri Jan 13 21:11:03 2012 +0100
 
61151
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
61152
AuthorDate: Fri Jan 13 21:11:03 2012 +0100
 
61153
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
61154
CommitDate: Fri Jan 13 21:11:03 2012 +0100
53631
61155
 
53632
61156
    Updated POTFILES.in
53633
61157
 
53635
61159
 1 file changed, 3 insertions(+)
53636
61160
 
53637
61161
commit 056cec779a02d33a49fa7bdd9abe621d6bdc95d4
53638
 
Author: Alexander Larsson <alexl@redhat.com>
53639
 
Date:   Thu Jan 12 14:50:56 2012 +0100
 
61162
Author:     Alexander Larsson <alexl@redhat.com>
 
61163
AuthorDate: Thu Jan 12 14:50:56 2012 +0100
 
61164
Commit:     Alexander Larsson <alexl@redhat.com>
 
61165
CommitDate: Fri Jan 13 17:12:57 2012 +0100
53640
61166
 
53641
61167
    Add GResource functions to gio.symbols
53642
61168
 
53644
61170
 1 file changed, 19 insertions(+)
53645
61171
 
53646
61172
commit 186e2d20780d23ebe234e9432ee7bfc47fd25ba3
53647
 
Author: Alexander Larsson <alexl@redhat.com>
53648
 
Date:   Thu Jan 12 21:09:15 2012 +0100
 
61173
Author:     Alexander Larsson <alexl@redhat.com>
 
61174
AuthorDate: Thu Jan 12 21:09:15 2012 +0100
 
61175
Commit:     Alexander Larsson <alexl@redhat.com>
 
61176
CommitDate: Fri Jan 13 17:12:57 2012 +0100
53649
61177
 
53650
61178
    Add GLIB_COMPILE_RESOURCES to glib m4 macros
53651
61179
 
53653
61181
 1 file changed, 3 insertions(+)
53654
61182
 
53655
61183
commit ac51c338ed4c503dab0927e64e8de7cad5a73e0a
53656
 
Author: Alexander Larsson <alexl@redhat.com>
53657
 
Date:   Thu Jan 12 20:51:56 2012 +0100
 
61184
Author:     Alexander Larsson <alexl@redhat.com>
 
61185
AuthorDate: Thu Jan 12 20:51:56 2012 +0100
 
61186
Commit:     Alexander Larsson <alexl@redhat.com>
 
61187
CommitDate: Fri Jan 13 17:12:57 2012 +0100
53658
61188
 
53659
61189
    Add glib_compile_resources variable to the gio pc file
53660
61190
 
53662
61192
 1 file changed, 1 insertion(+)
53663
61193
 
53664
61194
commit c7dfea30b358d737a2711f25a7167968fede4c05
53665
 
Author: Alexander Larsson <alexl@redhat.com>
53666
 
Date:   Fri Jan 13 16:39:28 2012 +0100
 
61195
Author:     Alexander Larsson <alexl@redhat.com>
 
61196
AuthorDate: Fri Jan 13 16:39:28 2012 +0100
 
61197
Commit:     Alexander Larsson <alexl@redhat.com>
 
61198
CommitDate: Fri Jan 13 17:12:57 2012 +0100
53667
61199
 
53668
61200
    Add documentation for GResource
53669
61201
 
53675
61207
 4 files changed, 150 insertions(+)
53676
61208
 
53677
61209
commit e041843b3e70df95c8909cf4e35728d0d88c1530
53678
 
Author: Alexander Larsson <alexl@redhat.com>
53679
 
Date:   Wed Dec 21 23:37:56 2011 +0100
 
61210
Author:     Alexander Larsson <alexl@redhat.com>
 
61211
AuthorDate: Wed Dec 21 23:37:56 2011 +0100
 
61212
Commit:     Alexander Larsson <alexl@redhat.com>
 
61213
CommitDate: Fri Jan 13 17:12:57 2012 +0100
53680
61214
 
53681
61215
    Support resource:/// uris
53682
61216
 
53689
61223
 5 files changed, 979 insertions(+)
53690
61224
 
53691
61225
commit 75439298f88b5a56130cd1fc03c944f0326471e5
53692
 
Author: Alexander Larsson <alexl@redhat.com>
53693
 
Date:   Wed Dec 21 21:45:16 2011 +0100
 
61226
Author:     Alexander Larsson <alexl@redhat.com>
 
61227
AuthorDate: Wed Dec 21 21:45:16 2011 +0100
 
61228
Commit:     Alexander Larsson <alexl@redhat.com>
 
61229
CommitDate: Fri Jan 13 17:12:53 2012 +0100
53694
61230
 
53695
61231
    Add tests for GResource
53696
61232
 
53708
61244
 10 files changed, 516 insertions(+), 1 deletion(-)
53709
61245
 
53710
61246
commit 827657491dba97392f5ba38a5f5c13f8f2431b10
53711
 
Author: Alexander Larsson <alexl@redhat.com>
53712
 
Date:   Wed Dec 21 21:43:20 2011 +0100
 
61247
Author:     Alexander Larsson <alexl@redhat.com>
 
61248
AuthorDate: Wed Dec 21 21:43:20 2011 +0100
 
61249
Commit:     Alexander Larsson <alexl@redhat.com>
 
61250
CommitDate: Fri Jan 13 17:12:50 2012 +0100
53713
61251
 
53714
61252
    Initial version of glib-compile-resources
53715
61253
 
53722
61260
 2 files changed, 705 insertions(+), 1 deletion(-)
53723
61261
 
53724
61262
commit b87cf491630032de24c2c4ac680b6ea17613b2c8
53725
 
Author: Alexander Larsson <alexl@redhat.com>
53726
 
Date:   Wed Dec 21 21:38:23 2011 +0100
 
61263
Author:     Alexander Larsson <alexl@redhat.com>
 
61264
AuthorDate: Wed Dec 21 21:38:23 2011 +0100
 
61265
Commit:     Alexander Larsson <alexl@redhat.com>
 
61266
CommitDate: Fri Jan 13 17:12:45 2012 +0100
53727
61267
 
53728
61268
    Initial version of GResource
53729
61269
 
53749
61289
 
53750
61290
commit d85b722734a6fcfe94032f6113de9e5c190fd7c3
53751
61291
Merge: 9ef4554 73acf01
53752
 
Author: Alexander Larsson <alexl@redhat.com>
53753
 
Date:   Fri Jan 13 16:12:56 2012 +0100
 
61292
Author:     Alexander Larsson <alexl@redhat.com>
 
61293
AuthorDate: Fri Jan 13 16:12:56 2012 +0100
 
61294
Commit:     Alexander Larsson <alexl@redhat.com>
 
61295
CommitDate: Fri Jan 13 16:12:56 2012 +0100
53754
61296
 
53755
61297
    Merge remote-tracking branch 'gvdb/master'
53756
61298
 
53757
61299
commit 9ef4554a0b252b092ee0e6731305b829d088f0cc
53758
 
Author: Alexander Larsson <alexl@redhat.com>
53759
 
Date:   Wed Dec 21 21:13:21 2011 +0100
 
61300
Author:     Alexander Larsson <alexl@redhat.com>
 
61301
AuthorDate: Wed Dec 21 21:13:21 2011 +0100
 
61302
Commit:     Alexander Larsson <alexl@redhat.com>
 
61303
CommitDate: Fri Jan 13 16:02:47 2012 +0100
53760
61304
 
53761
61305
    Add macros to handle constructor functions on the compilers that
53762
61306
    support it
53796
61340
 1 file changed, 93 insertions(+)
53797
61341
 
53798
61342
commit 73acf016185f323a8caa268b53284621d805fb15
53799
 
Author: Alexander Larsson <alexl@redhat.com>
53800
 
Date:   Fri Jan 13 15:59:56 2012 +0100
 
61343
Author:     Alexander Larsson <alexl@redhat.com>
 
61344
AuthorDate: Fri Jan 13 15:59:56 2012 +0100
 
61345
Commit:     Alexander Larsson <alexl@redhat.com>
 
61346
CommitDate: Fri Jan 13 15:59:56 2012 +0100
53801
61347
 
53802
61348
    Support creating a GvdbReader from data
53803
61349
 
53809
61355
 2 files changed, 117 insertions(+), 39 deletions(-)
53810
61356
 
53811
61357
commit d1f6300363bb8afc5f7f1e54663a7201587bcd41
53812
 
Author: Murray Cumming <murrayc@murrayc.com>
53813
 
Date:   Fri Jan 13 09:21:46 2012 +0100
 
61358
Author:     Murray Cumming <murrayc@murrayc.com>
 
61359
AuthorDate: Fri Jan 13 09:21:46 2012 +0100
 
61360
Commit:     Alexander Larsson <alexl@redhat.com>
 
61361
CommitDate: Fri Jan 13 09:23:06 2012 +0100
53814
61362
 
53815
61363
    Docs: Changed can not to cannot.
53816
61364
 
53821
61369
 1 file changed, 1 insertion(+), 1 deletion(-)
53822
61370
 
53823
61371
commit 3db6241b12bccab05be6916e1f843091a3cea380
53824
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
53825
 
Date:   Fri Jan 13 09:38:35 2012 +0200
 
61372
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
61373
AuthorDate: Fri Jan 13 09:38:35 2012 +0200
 
61374
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
61375
CommitDate: Fri Jan 13 09:38:35 2012 +0200
53826
61376
 
53827
61377
    Updated Hebrew translation.
53828
61378
 
53831
61381
 1 file changed, 221 insertions(+), 221 deletions(-)
53832
61382
 
53833
61383
commit 9e732ab0ea742d57a46f72be475ac1d2f026eae2
53834
 
Author: Javier Jardón <jjardon@gnome.org>
53835
 
Date:   Tue Dec 6 23:15:58 2011 +0000
 
61384
Author:     Javier Jardón <jjardon@gnome.org>
 
61385
AuthorDate: Tue Dec 6 23:15:58 2011 +0000
 
61386
Commit:     Javier Jardón <jjardon@gnome.org>
 
61387
CommitDate: Thu Jan 12 14:13:07 2012 +0000
53836
61388
 
53837
61389
    docs/gobject/tutorial: Use g_object_class_install_properties
53838
61390
 
53842
61394
 2 files changed, 49 insertions(+), 35 deletions(-)
53843
61395
 
53844
61396
commit c3d6595f5a9230fc579edd9a646351b22ca6d976
53845
 
Author: Evan Nemerson <evan@coeus-group.com>
53846
 
Date:   Sat Jan 7 09:54:53 2012 -0800
 
61397
Author:     Evan Nemerson <evan@coeus-group.com>
 
61398
AuthorDate: Sat Jan 7 09:54:53 2012 -0800
 
61399
Commit:     Colin Walters <walters@verbum.org>
 
61400
CommitDate: Wed Jan 11 15:50:08 2012 -0500
53847
61401
 
53848
61402
    GIO: add lots of annotations for Vala bindings
53849
61403
 
53878
61432
 26 files changed, 65 insertions(+), 49 deletions(-)
53879
61433
 
53880
61434
commit e98f17e5cf1696d418444b23cb092be0eaba3008
53881
 
Author: Philip Withnall <philip@tecnocode.co.uk>
53882
 
Date:   Thu Dec 22 00:16:06 2011 +0000
 
61435
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
61436
AuthorDate: Thu Dec 22 00:16:06 2011 +0000
 
61437
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
61438
CommitDate: Wed Jan 11 20:48:29 2012 +0000
53883
61439
 
53884
61440
    Bug 666700 — Add some missing (allow-none) annotations
53885
61441
 
53894
61450
 3 files changed, 7 insertions(+), 7 deletions(-)
53895
61451
 
53896
61452
commit f8843a0feb09898fea320a5a65a443bc5a70d78e
53897
 
Author: Matthias Clasen <mclasen@redhat.com>
53898
 
Date:   Tue Jan 10 00:40:14 2012 -0500
 
61453
Author:     Matthias Clasen <mclasen@redhat.com>
 
61454
AuthorDate: Tue Jan 10 00:40:14 2012 -0500
 
61455
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61456
CommitDate: Tue Jan 10 00:40:14 2012 -0500
53899
61457
 
53900
61458
    Back to odd
53901
61459
 
53903
61461
 1 file changed, 1 insertion(+), 1 deletion(-)
53904
61462
 
53905
61463
commit 4a016d82f1246b6bb58e4374f318ab47a5806672
53906
 
Author: Matthias Clasen <mclasen@redhat.com>
53907
 
Date:   Tue Jan 10 00:39:20 2012 -0500
 
61464
Author:     Matthias Clasen <mclasen@redhat.com>
 
61465
AuthorDate: Tue Jan 10 00:39:20 2012 -0500
 
61466
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61467
CommitDate: Tue Jan 10 00:39:20 2012 -0500
53908
61468
 
53909
61469
    2.31.8
53910
61470
 
53912
61472
 1 file changed, 1 insertion(+), 1 deletion(-)
53913
61473
 
53914
61474
commit 93849185ca8b5bfdece2b80f21f25efd160f0019
53915
 
Author: Matthias Clasen <mclasen@redhat.com>
53916
 
Date:   Mon Jan 9 23:23:27 2012 -0500
 
61475
Author:     Matthias Clasen <mclasen@redhat.com>
 
61476
AuthorDate: Mon Jan 9 23:23:27 2012 -0500
 
61477
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61478
CommitDate: Mon Jan 9 23:23:27 2012 -0500
53917
61479
 
53918
61480
    Updates
53919
61481
 
53921
61483
 1 file changed, 56 insertions(+), 1 deletion(-)
53922
61484
 
53923
61485
commit 00c00e2f3f3194202877e54a2429bd1a4f9c5526
53924
 
Author: Matthias Clasen <mclasen@redhat.com>
53925
 
Date:   Mon Jan 9 21:49:08 2012 -0500
 
61486
Author:     Matthias Clasen <mclasen@redhat.com>
 
61487
AuthorDate: Mon Jan 9 21:49:08 2012 -0500
 
61488
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61489
CommitDate: Mon Jan 9 21:49:08 2012 -0500
53926
61490
 
53927
61491
    Add G_FILE_ATTRIBUTE_FILESYSTEM_USED to get exact used space
53928
61492
 
53937
61501
 4 files changed, 32 insertions(+)
53938
61502
 
53939
61503
commit 31960257a6f52a4ec92d70986969f3f7ce336c4c
53940
 
Author: Matthias Clasen <mclasen@redhat.com>
53941
 
Date:   Mon Jan 9 21:35:13 2012 -0500
 
61504
Author:     Matthias Clasen <mclasen@redhat.com>
 
61505
AuthorDate: Mon Jan 9 21:35:13 2012 -0500
 
61506
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61507
CommitDate: Mon Jan 9 21:35:13 2012 -0500
53942
61508
 
53943
61509
    Make glocalfile.c more readable
53944
61510
 
53949
61515
 1 file changed, 9 insertions(+), 9 deletions(-)
53950
61516
 
53951
61517
commit fd7e44383810cd939d8e0daf880817f67ea1dce2
53952
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
53953
 
Date:   Fri Jan 6 22:43:19 2012 +0530
 
61518
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
61519
AuthorDate: Fri Jan 6 22:43:19 2012 +0530
 
61520
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61521
CommitDate: Mon Jan 9 19:27:41 2012 -0500
53954
61522
 
53955
61523
    add g_queue_free_full to glib-sections.txt
53956
61524
 
53962
61530
 1 file changed, 1 insertion(+)
53963
61531
 
53964
61532
commit 0ed2cdb0d926e28188f1ac924c8216dfa9db24a6
53965
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
53966
 
Date:   Thu Jan 5 10:51:03 2012 +0530
 
61533
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
61534
AuthorDate: Thu Jan 5 10:51:03 2012 +0530
 
61535
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61536
CommitDate: Mon Jan 9 19:27:39 2012 -0500
53967
61537
 
53968
61538
    Use g_queue_free_full() convenience function.
53969
61539
 
53976
61546
 2 files changed, 14 insertions(+), 20 deletions(-)
53977
61547
 
53978
61548
commit a76d85de50285c7f376acefd14e66764afc1321a
53979
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
53980
 
Date:   Tue Jan 10 01:00:29 2012 +0300
 
61549
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
61550
AuthorDate: Tue Jan 10 01:00:29 2012 +0300
 
61551
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
61552
CommitDate: Tue Jan 10 01:00:29 2012 +0300
53981
61553
 
53982
61554
    Updated Belarusian translation.
53983
61555
 
53986
61558
 1 file changed, 2960 insertions(+), 2928 deletions(-)
53987
61559
 
53988
61560
commit ddf9633d95235ed783cdab42e79e99b7b0f6bee0
53989
 
Author: Matthias Clasen <mclasen@redhat.com>
53990
 
Date:   Mon Jan 9 15:27:07 2012 -0500
 
61561
Author:     Matthias Clasen <mclasen@redhat.com>
 
61562
AuthorDate: Mon Jan 9 15:27:07 2012 -0500
 
61563
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61564
CommitDate: Mon Jan 9 15:27:07 2012 -0500
53991
61565
 
53992
61566
    fix a compiler warning
53993
61567
 
53995
61569
 1 file changed, 1 insertion(+), 1 deletion(-)
53996
61570
 
53997
61571
commit 39dc681fc7d9e336d081d0d6559e6dd3454965a0
53998
 
Author: Matthias Clasen <mclasen@redhat.com>
53999
 
Date:   Fri Jan 6 20:48:04 2012 -0500
 
61572
Author:     Matthias Clasen <mclasen@redhat.com>
 
61573
AuthorDate: Fri Jan 6 20:48:04 2012 -0500
 
61574
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61575
CommitDate: Mon Jan 9 15:23:25 2012 -0500
54000
61576
 
54001
61577
    Realign the hash set example with added api
54002
61578
 
54007
61583
 1 file changed, 3 insertions(+), 3 deletions(-)
54008
61584
 
54009
61585
commit 875ffc41b72291cc0f2d3efae905cb0b380bb210
54010
 
Author: Ryan Lortie <desrt@desrt.ca>
54011
 
Date:   Mon Jan 9 14:28:10 2012 +0100
 
61586
Author:     Ryan Lortie <desrt@desrt.ca>
 
61587
AuthorDate: Mon Jan 9 14:28:10 2012 +0100
 
61588
Commit:     Ryan Lortie <desrt@desrt.ca>
 
61589
CommitDate: Mon Jan 9 14:28:25 2012 +0100
54012
61590
 
54013
61591
    drop debian/ directory
54014
61592
 
54024
61602
 8 files changed, 305 deletions(-)
54025
61603
 
54026
61604
commit 7678b10703ebe84cf869cf5929d89770f3f7f977
54027
 
Author: Dan Vrátil <dvratil@redhat.com>
54028
 
Date:   Mon Jan 9 09:29:20 2012 +0100
 
61605
Author:     Dan Vrátil <dvratil@redhat.com>
 
61606
AuthorDate: Mon Jan 9 09:29:20 2012 +0100
 
61607
Commit:     Dan Vrátil <dvratil@redhat.com>
 
61608
CommitDate: Mon Jan 9 09:29:20 2012 +0100
54029
61609
 
54030
61610
    Fix GHashTable GDB pretty printing (bug #667420)
54031
61611
 
54033
61613
 1 file changed, 6 insertions(+), 5 deletions(-)
54034
61614
 
54035
61615
commit 82740adc61b6d4a6174d033efe1df1303b98eaa1
54036
 
Author: Alexander Shopov <ash@kambanaria.org>
54037
 
Date:   Sun Jan 8 16:48:13 2012 +0200
 
61616
Author:     Alexander Shopov <ash@kambanaria.org>
 
61617
AuthorDate: Sun Jan 8 16:48:13 2012 +0200
 
61618
Commit:     Alexander Shopov <ash@kambanaria.org>
 
61619
CommitDate: Sun Jan 8 16:48:13 2012 +0200
54038
61620
 
54039
61621
    Updated Bulgarian translation
54040
61622
 
54043
61625
 1 file changed, 2963 insertions(+), 2911 deletions(-)
54044
61626
 
54045
61627
commit d141940bc67a1c101dbd893e0b5247d931515159
54046
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
54047
 
Date:   Fri Jan 6 14:29:45 2012 -0500
 
61628
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
61629
AuthorDate: Fri Jan 6 14:29:45 2012 -0500
 
61630
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
61631
CommitDate: Fri Jan 6 14:41:08 2012 -0500
54048
61632
 
54049
61633
    gthread-posix: Remove misleading documentation comments
54050
61634
 
54056
61640
 1 file changed, 15 deletions(-)
54057
61641
 
54058
61642
commit 021e116f0525ce99cea97fb7039d6be804d4145f
54059
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
54060
 
Date:   Mon Sep 12 23:14:32 2011 -0400
 
61643
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
61644
AuthorDate: Mon Sep 12 23:14:32 2011 -0400
 
61645
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
61646
CommitDate: Fri Jan 6 14:41:08 2012 -0500
54061
61647
 
54062
61648
    gbacktrace: g_get_prgname () isn't called for a NULL argument
54063
61649
 
54067
61653
 1 file changed, 4 insertions(+), 4 deletions(-)
54068
61654
 
54069
61655
commit a44404f4ecbf9404f32313f8ee9a3fd06e5b0a47
54070
 
Author: Kjartan Maraas <kmaraas@gnome.org>
54071
 
Date:   Fri Jan 6 20:35:34 2012 +0100
 
61656
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
61657
AuthorDate: Fri Jan 6 20:35:34 2012 +0100
 
61658
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
61659
CommitDate: Fri Jan 6 20:35:34 2012 +0100
54072
61660
 
54073
61661
    Updated Norwegian bokmål translation
54074
61662
 
54077
61665
 1 file changed, 148 insertions(+), 148 deletions(-)
54078
61666
 
54079
61667
commit 20825918a3035e1569eb12f0fc8c4d482b0a27d4
54080
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
54081
 
Date:   Fri Jan 6 20:31:54 2012 +0100
 
61668
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
61669
AuthorDate: Fri Jan 6 20:31:54 2012 +0100
 
61670
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
61671
CommitDate: Fri Jan 6 20:31:54 2012 +0100
54082
61672
 
54083
61673
    Updated Spanish translation
54084
61674
 
54087
61677
 1 file changed, 211 insertions(+), 229 deletions(-)
54088
61678
 
54089
61679
commit 21d2c49f82aa3c73ab77817a80065e747a9d154a
54090
 
Author: Ryan Lortie <desrt@desrt.ca>
54091
 
Date:   Fri Jan 6 10:25:03 2012 -0500
 
61680
Author:     Ryan Lortie <desrt@desrt.ca>
 
61681
AuthorDate: Fri Jan 6 10:25:03 2012 -0500
 
61682
Commit:     Ryan Lortie <desrt@desrt.ca>
 
61683
CommitDate: Fri Jan 6 10:25:03 2012 -0500
54092
61684
 
54093
61685
    minor fixup to last commit
54094
61686
 
54096
61688
 1 file changed, 1 insertion(+), 1 deletion(-)
54097
61689
 
54098
61690
commit 752f0cac159dc84c03c42f84d9d8a8c923334d43
54099
 
Author: Ryan Lortie <desrt@desrt.ca>
54100
 
Date:   Fri Jan 6 10:09:32 2012 -0500
 
61691
Author:     Ryan Lortie <desrt@desrt.ca>
 
61692
AuthorDate: Fri Jan 6 10:09:32 2012 -0500
 
61693
Commit:     Ryan Lortie <desrt@desrt.ca>
 
61694
CommitDate: Fri Jan 6 10:18:41 2012 -0500
54101
61695
 
54102
61696
    GHashTable: new 'add' and 'contains' APIs
54103
61697
 
54113
61707
 4 files changed, 56 insertions(+)
54114
61708
 
54115
61709
commit b87f6f9f8cb789a645b8792cf197328fb686ba55
54116
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
54117
 
Date:   Fri Jan 6 16:58:57 2012 +0700
 
61710
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
61711
AuthorDate: Fri Jan 6 16:58:57 2012 +0700
 
61712
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
61713
CommitDate: Fri Jan 6 16:58:57 2012 +0700
54118
61714
 
54119
61715
    gio/gsocks5proxy: typo fix
54120
61716
 
54122
61718
 1 file changed, 1 insertion(+), 1 deletion(-)
54123
61719
 
54124
61720
commit 6e92646f218ce6d70dc932c5b444150d78928294
54125
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
54126
 
Date:   Fri Jan 6 16:58:28 2012 +0700
 
61721
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
61722
AuthorDate: Fri Jan 6 16:58:28 2012 +0700
 
61723
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
61724
CommitDate: Fri Jan 6 16:58:28 2012 +0700
54127
61725
 
54128
61726
    Updated Vietnamese translation
54129
61727
 
54132
61730
 1 file changed, 49 insertions(+), 65 deletions(-)
54133
61731
 
54134
61732
commit 74345b3383132985c04ec2f46846f89d7a51f0a0
54135
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
54136
 
Date:   Fri Jan 6 16:48:13 2012 +0700
 
61733
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
61734
AuthorDate: Fri Jan 6 16:48:13 2012 +0700
 
61735
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
61736
CommitDate: Fri Jan 6 16:48:13 2012 +0700
54137
61737
 
54138
61738
    po/vi: import from Damned Lies
54139
61739
 
54142
61742
 1 file changed, 3027 insertions(+), 2879 deletions(-)
54143
61743
 
54144
61744
commit 0da8db52cdd928809dc7e78c951ecbb19c51c0a2
54145
 
Author: Dan Winship <danw@gnome.org>
54146
 
Date:   Thu Jan 5 12:57:01 2012 -0500
 
61745
Author:     Dan Winship <danw@gnome.org>
 
61746
AuthorDate: Thu Jan 5 12:57:01 2012 -0500
 
61747
Commit:     Dan Winship <danw@gnome.org>
 
61748
CommitDate: Thu Jan 5 12:57:18 2012 -0500
54147
61749
 
54148
61750
    Remove some cruft from an older version of the code
54149
61751
 
54152
61754
 2 files changed, 4 deletions(-)
54153
61755
 
54154
61756
commit 382341dd9934251de9e9e10dbe5ea3da00c74c59
54155
 
Author: Michael Terry <michael.terry@canonical.com>
54156
 
Date:   Wed Jan 4 14:48:53 2012 -0500
 
61757
Author:     Michael Terry <michael.terry@canonical.com>
 
61758
AuthorDate: Wed Jan 4 14:48:53 2012 -0500
 
61759
Commit:     Michael Terry <michael.terry@canonical.com>
 
61760
CommitDate: Thu Jan 5 11:19:22 2012 -0500
54157
61761
 
54158
61762
    gdesktopappinfo: Fix gtk-doc to mention Keywords not X-GNOME-Keywords
54159
61763
 
54163
61767
 1 file changed, 1 insertion(+), 1 deletion(-)
54164
61768
 
54165
61769
commit 2fe964eeb15843a1e21789d13751b789f520ea4b
54166
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54167
 
Date:   Thu Jan 5 15:10:04 2012 +0000
 
61770
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
61771
AuthorDate: Thu Jan 5 15:10:04 2012 +0000
 
61772
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
61773
CommitDate: Thu Jan 5 15:47:50 2012 +0000
54168
61774
 
54169
61775
    Mention g_test_undefined() when documenting assert_failed,
54170
61776
    assert_stderr
54177
61783
 1 file changed, 12 insertions(+)
54178
61784
 
54179
61785
commit 254efaf85e0bb0748e97a3dbe68153831a96592f
54180
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54181
 
Date:   Thu Jan 5 15:02:07 2012 +0000
 
61786
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
61787
AuthorDate: Thu Jan 5 15:02:07 2012 +0000
 
61788
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
61789
CommitDate: Thu Jan 5 15:47:26 2012 +0000
54182
61790
 
54183
61791
    Skip tests of incorrect property usage under gtester -m no-undefined
54184
61792
 
54190
61798
 1 file changed, 13 insertions(+)
54191
61799
 
54192
61800
commit e3d53d5529522a8db4e1711b47baa44250ce09fd
54193
 
Author: Javier Jardón <jjardon@gnome.org>
54194
 
Date:   Thu Jan 5 04:31:21 2012 +0100
 
61801
Author:     Javier Jardón <jjardon@gnome.org>
 
61802
AuthorDate: Thu Jan 5 04:31:21 2012 +0100
 
61803
Commit:     Javier Jardón <jjardon@gnome.org>
 
61804
CommitDate: Thu Jan 5 04:57:48 2012 +0100
54195
61805
 
54196
61806
    glib/*: Use g_slist_free_full() convenience function
54197
61807
 
54200
61810
 2 files changed, 5 insertions(+), 12 deletions(-)
54201
61811
 
54202
61812
commit c735b54a6384ff170ca32906ad7eae64a338e1d6
54203
 
Author: Javier Jardón <jjardon@gnome.org>
54204
 
Date:   Thu Jan 5 04:27:20 2012 +0100
 
61813
Author:     Javier Jardón <jjardon@gnome.org>
 
61814
AuthorDate: Thu Jan 5 04:27:20 2012 +0100
 
61815
Commit:     Javier Jardón <jjardon@gnome.org>
 
61816
CommitDate: Thu Jan 5 04:57:47 2012 +0100
54205
61817
 
54206
61818
    gio/*: Use g_slist_free_full() convenience function
54207
61819
 
54210
61822
 2 files changed, 2 insertions(+), 4 deletions(-)
54211
61823
 
54212
61824
commit 31c3082e19551377049742a7862dab455727844a
54213
 
Author: Michael Terry <michael.terry@canonical.com>
54214
 
Date:   Wed Jan 4 13:08:56 2012 -0500
 
61825
Author:     Michael Terry <michael.terry@canonical.com>
 
61826
AuthorDate: Wed Jan 4 13:08:56 2012 -0500
 
61827
Commit:     Michael Terry <michael.terry@canonical.com>
 
61828
CommitDate: Wed Jan 4 13:08:56 2012 -0500
54215
61829
 
54216
61830
    gdesktopappinfo: Avoid crash by NULL-ing data.pid_envvar before launch
54217
61831
 
54221
61835
 1 file changed, 4 insertions(+)
54222
61836
 
54223
61837
commit 8b96fb3761bb094d7c0044114f377934b9b00c51
54224
 
Author: Claudio Saavedra <csaavedra@igalia.com>
54225
 
Date:   Wed Jan 4 00:18:59 2012 +0200
 
61838
Author:     Claudio Saavedra <csaavedra@igalia.com>
 
61839
AuthorDate: Wed Jan 4 00:18:59 2012 +0200
 
61840
Commit:     Claudio Saavedra <csaavedra@igalia.com>
 
61841
CommitDate: Wed Jan 4 18:14:00 2012 +0200
54226
61842
 
54227
61843
    GSocket: fix a couple of return values
54228
61844
 
54236
61852
 1 file changed, 2 insertions(+), 2 deletions(-)
54237
61853
 
54238
61854
commit f38a1dbca7d68eedc2d75cd7a7947c7217bbbd99
54239
 
Author: Claudio Saavedra <csaavedra@igalia.com>
54240
 
Date:   Wed Jan 4 00:13:50 2012 +0200
 
61855
Author:     Claudio Saavedra <csaavedra@igalia.com>
 
61856
AuthorDate: Wed Jan 4 00:13:50 2012 +0200
 
61857
Commit:     Claudio Saavedra <csaavedra@igalia.com>
 
61858
CommitDate: Wed Jan 4 18:13:10 2012 +0200
54241
61859
 
54242
61860
    GSocket: add some more g_return_if_fail()s
54243
61861
 
54247
61865
 1 file changed, 10 insertions(+)
54248
61866
 
54249
61867
commit 1b919d2e5643b43c27f86d4bcf2d94f7bf98e7df
54250
 
Author: Matthias Clasen <mclasen@redhat.com>
54251
 
Date:   Wed Jan 4 00:10:11 2012 -0500
 
61868
Author:     Matthias Clasen <mclasen@redhat.com>
 
61869
AuthorDate: Wed Jan 4 00:10:11 2012 -0500
 
61870
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61871
CommitDate: Wed Jan 4 00:10:11 2012 -0500
54252
61872
 
54253
61873
    Clarify g_utf8_strlen docs a bit
54254
61874
 
54256
61876
 1 file changed, 4 insertions(+), 2 deletions(-)
54257
61877
 
54258
61878
commit d64b4c4887da1d4ec308c08ded094dad130a5c6d
54259
 
Author: Paolo Borelli <pborelli@gnome.org>
54260
 
Date:   Tue Jan 3 11:49:55 2012 +0100
 
61879
Author:     Paolo Borelli <pborelli@gnome.org>
 
61880
AuthorDate: Tue Jan 3 11:49:55 2012 +0100
 
61881
Commit:     Paolo Borelli <pborelli@gnome.org>
 
61882
CommitDate: Tue Jan 3 21:17:48 2012 +0100
54261
61883
 
54262
61884
    Add a testcase for an old regex bug.
54263
61885
 
54268
61890
 1 file changed, 3 insertions(+)
54269
61891
 
54270
61892
commit 2ae83e116bc1ce2c02548940e276c294c91c5da7
54271
 
Author: Javier Jardón <jjardon@gnome.org>
54272
 
Date:   Mon Jan 2 16:10:35 2012 +0100
 
61893
Author:     Javier Jardón <jjardon@gnome.org>
 
61894
AuthorDate: Mon Jan 2 16:10:35 2012 +0100
 
61895
Commit:     Javier Jardón <jjardon@gnome.org>
 
61896
CommitDate: Tue Jan 3 16:53:47 2012 +0100
54273
61897
 
54274
61898
    glib/*: Use g_list_free_full()
54275
61899
 
54280
61904
 4 files changed, 14 insertions(+), 52 deletions(-)
54281
61905
 
54282
61906
commit 928d2cea616db45a1a0d870fd73aed2570170288
54283
 
Author: Javier Jardón <jjardon@gnome.org>
54284
 
Date:   Mon Jan 2 16:30:11 2012 +0100
 
61907
Author:     Javier Jardón <jjardon@gnome.org>
 
61908
AuthorDate: Mon Jan 2 16:30:11 2012 +0100
 
61909
Commit:     Javier Jardón <jjardon@gnome.org>
 
61910
CommitDate: Tue Jan 3 16:53:47 2012 +0100
54285
61911
 
54286
61912
    gio/*: Use g_list_free_full() convenience function
54287
61913
 
54299
61925
 11 files changed, 30 insertions(+), 62 deletions(-)
54300
61926
 
54301
61927
commit dde3401122930355f665af25292ad1b639e98390
54302
 
Author: Javier Jardón <jjardon@gnome.org>
54303
 
Date:   Mon Jan 2 16:09:50 2012 +0100
 
61928
Author:     Javier Jardón <jjardon@gnome.org>
 
61929
AuthorDate: Mon Jan 2 16:09:50 2012 +0100
 
61930
Commit:     Javier Jardón <jjardon@gnome.org>
 
61931
CommitDate: Tue Jan 3 16:53:47 2012 +0100
54304
61932
 
54305
61933
    gio/gdbus-2.0/codegen/codegen.py: Use g_list_free_full()
54306
61934
 
54308
61936
 1 file changed, 4 insertions(+), 8 deletions(-)
54309
61937
 
54310
61938
commit 99c166501a6d05b2eaeb11893fab38dcf88aeeaf
54311
 
Author: Matthias Clasen <mclasen@redhat.com>
54312
 
Date:   Tue Jan 3 10:48:50 2012 -0500
 
61939
Author:     Matthias Clasen <mclasen@redhat.com>
 
61940
AuthorDate: Tue Jan 3 10:48:50 2012 -0500
 
61941
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61942
CommitDate: Tue Jan 3 10:48:50 2012 -0500
54313
61943
 
54314
61944
    Fix parameter name mismatches in GWeakRef api
54315
61945
 
54317
61947
 1 file changed, 23 insertions(+), 23 deletions(-)
54318
61948
 
54319
61949
commit e6a5c2efb284acc557b6129e0649b9f7af807067
54320
 
Author: Matthias Clasen <mclasen@redhat.com>
54321
 
Date:   Tue Jan 3 08:02:49 2012 -0500
 
61950
Author:     Matthias Clasen <mclasen@redhat.com>
 
61951
AuthorDate: Tue Jan 3 08:02:49 2012 -0500
 
61952
Commit:     Matthias Clasen <mclasen@redhat.com>
 
61953
CommitDate: Tue Jan 3 08:02:49 2012 -0500
54322
61954
 
54323
61955
    Add GWeakRef to the docs
54324
61956
 
54326
61958
 1 file changed, 7 insertions(+)
54327
61959
 
54328
61960
commit ee044fd839b396655000db1662b5de0569632581
54329
 
Author: Javier Jardón <jjardon@gnome.org>
54330
 
Date:   Mon Jan 2 15:20:42 2012 +0100
 
61961
Author:     Javier Jardón <jjardon@gnome.org>
 
61962
AuthorDate: Mon Jan 2 15:20:42 2012 +0100
 
61963
Commit:     Javier Jardón <jjardon@gnome.org>
 
61964
CommitDate: Mon Jan 2 23:18:22 2012 +0100
54331
61965
 
54332
61966
    gio/tests: Use g_list_free_full() convenience function
54333
61967
 
54340
61974
 6 files changed, 14 insertions(+), 28 deletions(-)
54341
61975
 
54342
61976
commit 411259ddd3e6b5c5fbf900d7ab38d0d4da03f156
54343
 
Author: Stef Walter <stefw@collabora.co.uk>
54344
 
Date:   Mon Nov 14 18:03:47 2011 +0100
 
61977
Author:     Stef Walter <stefw@collabora.co.uk>
 
61978
AuthorDate: Mon Nov 14 18:03:47 2011 +0100
 
61979
Commit:     Stef Walter <stefw@collabora.co.uk>
 
61980
CommitDate: Mon Jan 2 18:34:08 2012 +0100
54345
61981
 
54346
61982
    gvariant: Never break out of g_variant_iter_loop
54347
61983
 
54353
61989
 1 file changed, 5 insertions(+)
54354
61990
 
54355
61991
commit 34e3881f2f02ccd7df704f54c0a31dead48ea382
54356
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54357
 
Date:   Wed Dec 7 15:04:59 2011 +0000
 
61992
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
61993
AuthorDate: Wed Dec 7 15:04:59 2011 +0000
 
61994
Commit:     Ryan Lortie <desrt@desrt.ca>
 
61995
CommitDate: Mon Jan 2 12:29:57 2012 -0500
54358
61996
 
54359
61997
    Add test for GDBusConnection singleton access racing with destruction
54360
61998
 
54365
62003
 1 file changed, 128 insertions(+)
54366
62004
 
54367
62005
commit 1e09bfc77c157b7d70342188a424eadc3d14769a
54368
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54369
 
Date:   Tue Dec 6 12:44:36 2011 +0000
 
62006
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62007
AuthorDate: Tue Dec 6 12:44:36 2011 +0000
 
62008
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62009
CommitDate: Mon Jan 2 12:23:24 2012 -0500
54370
62010
 
54371
62011
    GDBusConnection: use GWeakRef to make the singletons thread-safe
54372
62012
 
54378
62018
 1 file changed, 16 insertions(+), 24 deletions(-)
54379
62019
 
54380
62020
commit 146aa7aa1777b84137fb1f3d4035b0f1d11e76c9
54381
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54382
 
Date:   Wed Dec 7 15:04:13 2011 +0000
 
62021
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62022
AuthorDate: Wed Dec 7 15:04:13 2011 +0000
 
62023
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62024
CommitDate: Mon Jan 2 12:23:21 2012 -0500
54383
62025
 
54384
62026
    Add regression test for GWeakRef used to cache a singleton
54385
62027
 
54390
62032
 1 file changed, 121 insertions(+)
54391
62033
 
54392
62034
commit fa5ff3955957e48a0bf50bb13be53af9b5400bb6
54393
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54394
 
Date:   Thu Dec 8 17:35:19 2011 +0000
 
62035
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62036
AuthorDate: Thu Dec 8 17:35:19 2011 +0000
 
62037
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62038
CommitDate: Mon Jan 2 12:23:18 2012 -0500
54395
62039
 
54396
62040
    Add deterministic tests for the API of GWeakRef
54397
62041
 
54404
62048
 1 file changed, 101 insertions(+)
54405
62049
 
54406
62050
commit 46c2f570da10c93d7b2fab790048f957bb422302
54407
 
Author: Ryan Lortie <desrt@desrt.ca>
54408
 
Date:   Tue Dec 6 12:27:07 2011 +0000
 
62051
Author:     Ryan Lortie <desrt@desrt.ca>
 
62052
AuthorDate: Tue Dec 6 12:27:07 2011 +0000
 
62053
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62054
CommitDate: Mon Jan 2 12:23:15 2012 -0500
54409
62055
 
54410
62056
    GWeakRef: add a weak GObject reference believed to be thread-safe
54411
62057
 
54420
62066
 3 files changed, 253 insertions(+), 2 deletions(-)
54421
62067
 
54422
62068
commit 28c87a5594ef05a324a183d6d3271e6733abf908
54423
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54424
 
Date:   Tue Dec 6 11:37:45 2011 +0000
 
62069
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62070
AuthorDate: Tue Dec 6 11:37:45 2011 +0000
 
62071
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62072
CommitDate: Mon Jan 2 12:23:11 2012 -0500
54425
62073
 
54426
62074
    g_object_weak_ref, g_object_add_weak_pointer: document
54427
62075
    non-thread-safety
54436
62084
 1 file changed, 9 insertions(+)
54437
62085
 
54438
62086
commit 1425aa664d5efa56d9e2cc29f8aa1292463e1f5a
54439
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54440
 
Date:   Tue Dec 6 11:35:02 2011 +0000
 
62087
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62088
AuthorDate: Tue Dec 6 11:35:02 2011 +0000
 
62089
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62090
CommitDate: Mon Jan 2 12:23:01 2012 -0500
54441
62091
 
54442
62092
    GBitLock: turn assumptions of g_futex_int_address into a static
54443
62093
    assertion
54451
62101
 1 file changed, 6 insertions(+)
54452
62102
 
54453
62103
commit fc731de9291556d93e02cc4c39a8573c0a5500ea
54454
 
Author: Ryan Lortie <desrt@desrt.ca>
54455
 
Date:   Mon Jan 2 11:38:40 2012 -0500
 
62104
Author:     Ryan Lortie <desrt@desrt.ca>
 
62105
AuthorDate: Mon Jan 2 11:38:40 2012 -0500
 
62106
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62107
CommitDate: Mon Jan 2 11:39:01 2012 -0500
54456
62108
 
54457
62109
    gthread.h: avoid anonymous union
54458
62110
 
54464
62116
 1 file changed, 1 insertion(+), 1 deletion(-)
54465
62117
 
54466
62118
commit a07e9a5fb22de50e7a94797cf4f0e5718f064ea1
54467
 
Author: William Hua <william@attente.ca>
54468
 
Date:   Sun Jan 1 21:53:28 2012 -0500
 
62119
Author:     William Hua <william@attente.ca>
 
62120
AuthorDate: Sun Jan 1 21:53:28 2012 -0500
 
62121
Commit:     William Hua <william@attente.ca>
 
62122
CommitDate: Sun Jan 1 22:01:47 2012 -0500
54469
62123
 
54470
62124
    nextstep gsettings backend: whitespace police
54471
62125
 
54474
62128
 1 file changed, 37 insertions(+), 81 deletions(-)
54475
62129
 
54476
62130
commit edd2aff575888dc6cd6570681c719bc18fe91bb2
54477
 
Author: William Hua <william@attente.ca>
54478
 
Date:   Sun Jan 1 21:38:05 2012 -0500
 
62131
Author:     William Hua <william@attente.ca>
 
62132
AuthorDate: Sun Jan 1 21:38:05 2012 -0500
 
62133
Commit:     William Hua <william@attente.ca>
 
62134
CommitDate: Sun Jan 1 21:59:39 2012 -0500
54479
62135
 
54480
62136
    thread-safe nextstep gsettings backend
54481
62137
 
54486
62142
 1 file changed, 32 insertions(+), 17 deletions(-)
54487
62143
 
54488
62144
commit 9c1008384414a257d1f0f354d5ea897df0e24e89
54489
 
Author: William Hua <william@attente.ca>
54490
 
Date:   Mon Dec 26 10:04:38 2011 -0500
 
62145
Author:     William Hua <william@attente.ca>
 
62146
AuthorDate: Mon Dec 26 10:04:38 2011 -0500
 
62147
Commit:     William Hua <william@attente.ca>
 
62148
CommitDate: Sun Jan 1 19:40:56 2012 -0500
54491
62149
 
54492
62150
    GSettings: nextstep settings backend
54493
62151
 
54499
62157
 4 files changed, 516 insertions(+)
54500
62158
 
54501
62159
commit 00f43b22e5b5d9e4afe1eda69e348e3fdaa8c262
54502
 
Author: Xan Lopez <xan@igalia.com>
54503
 
Date:   Sun Jan 1 19:01:14 2012 +0100
 
62160
Author:     Xan Lopez <xan@igalia.com>
 
62161
AuthorDate: Sun Jan 1 19:01:14 2012 +0100
 
62162
Commit:     Xan Lopez <xan@igalia.com>
 
62163
CommitDate: Sun Jan 1 19:01:14 2012 +0100
54504
62164
 
54505
62165
    ginetaddressmask: plug leak
54506
62166
 
54536
62196
 1 file changed, 11 insertions(+)
54537
62197
 
54538
62198
commit 5e4188101efe6747b637ac8e1519fe67ee42495c
54539
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
54540
 
Date:   Fri Dec 30 10:47:56 2011 +0200
 
62199
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
62200
AuthorDate: Fri Dec 30 10:47:56 2011 +0200
 
62201
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
62202
CommitDate: Fri Dec 30 10:47:56 2011 +0200
54541
62203
 
54542
62204
    Updated Hebrew translation.
54543
62205
 
54546
62208
 1 file changed, 122 insertions(+), 118 deletions(-)
54547
62209
 
54548
62210
commit a2e1541cda3902474aa54aded959f78928fbabf6
54549
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
54550
 
Date:   Fri Dec 30 15:27:31 2011 +0800
 
62211
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62212
AuthorDate: Fri Dec 30 15:27:31 2011 +0800
 
62213
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62214
CommitDate: Fri Dec 30 15:27:31 2011 +0800
54551
62215
 
54552
62216
    config.h.win32.in: Cleanups
54553
62217
 
54563
62227
 1 file changed, 57 insertions(+), 49 deletions(-)
54564
62228
 
54565
62229
commit 8558ae9ad4411dfdcd76180aaa421b29fc587571
54566
 
Author: Matthias Clasen <mclasen@redhat.com>
54567
 
Date:   Thu Dec 29 11:57:42 2011 -0500
 
62230
Author:     Matthias Clasen <mclasen@redhat.com>
 
62231
AuthorDate: Thu Dec 29 11:57:42 2011 -0500
 
62232
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62233
CommitDate: Thu Dec 29 11:57:42 2011 -0500
54568
62234
 
54569
62235
    Correct some Since tags
54570
62236
 
54575
62241
 1 file changed, 2 insertions(+), 2 deletions(-)
54576
62242
 
54577
62243
commit 8ca2647c7405d06231ca5e0cfa47621e5086a65a
54578
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
54579
 
Date:   Tue Dec 20 14:49:53 2011 +0530
 
62244
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
62245
AuthorDate: Tue Dec 20 14:49:53 2011 +0530
 
62246
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62247
CommitDate: Tue Dec 27 21:49:19 2011 -0500
54580
62248
 
54581
62249
    Fix to handle '\v' (vertical tab) by g_strescape() and
54582
62250
    g_strcompress().
54594
62262
 2 files changed, 16 insertions(+), 9 deletions(-)
54595
62263
 
54596
62264
commit 030bf82340f1a82825ad71c4b85d664995eafde1
54597
 
Author: Matthias Clasen <mclasen@redhat.com>
54598
 
Date:   Tue Dec 27 18:10:42 2011 -0500
 
62265
Author:     Matthias Clasen <mclasen@redhat.com>
 
62266
AuthorDate: Tue Dec 27 18:10:42 2011 -0500
 
62267
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62268
CommitDate: Tue Dec 27 21:49:19 2011 -0500
54599
62269
 
54600
62270
    Some minor updates of building.sgml
54601
62271
 
54605
62275
 1 file changed, 10 deletions(-)
54606
62276
 
54607
62277
commit a3860d8d7712eb52f8535f6517bb5641e70dd825
54608
 
Author: Matthias Clasen <mclasen@redhat.com>
54609
 
Date:   Tue Dec 27 18:10:26 2011 -0500
 
62278
Author:     Matthias Clasen <mclasen@redhat.com>
 
62279
AuthorDate: Tue Dec 27 18:10:26 2011 -0500
 
62280
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62281
CommitDate: Tue Dec 27 18:10:26 2011 -0500
54610
62282
 
54611
62283
    Some minor updates of HACKING
54612
62284
 
54614
62286
 1 file changed, 11 insertions(+), 9 deletions(-)
54615
62287
 
54616
62288
commit 993de34a77bdbfc37e210a85382e5f34f604efe9
54617
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54618
 
Date:   Wed Dec 14 17:31:23 2011 +0000
 
62289
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62290
AuthorDate: Wed Dec 14 17:31:23 2011 +0000
 
62291
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62292
CommitDate: Tue Dec 27 17:51:11 2011 -0500
54619
62293
 
54620
62294
    Add undefined/no-undefined mode options to GTester
54621
62295
 
54628
62302
 4 files changed, 76 insertions(+), 2 deletions(-)
54629
62303
 
54630
62304
commit fa4792c35e42107e0ded0f499bb86415a2b1faef
54631
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54632
 
Date:   Wed Dec 14 18:08:59 2011 +0000
 
62305
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62306
AuthorDate: Wed Dec 14 18:08:59 2011 +0000
 
62307
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62308
CommitDate: Tue Dec 27 17:51:09 2011 -0500
54633
62309
 
54634
62310
    various tests: do not provoke SIGTRAP with -m no-undefined
54635
62311
 
54661
62337
 13 files changed, 304 insertions(+), 168 deletions(-)
54662
62338
 
54663
62339
commit 5cb29d7909afdb41054ca47892aea4e0a79f2d7a
54664
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
54665
 
Date:   Wed Dec 14 17:32:16 2011 +0000
 
62340
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
62341
AuthorDate: Wed Dec 14 17:32:16 2011 +0000
 
62342
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62343
CommitDate: Tue Dec 27 17:51:04 2011 -0500
54666
62344
 
54667
62345
    Clarify documentation of fast/slow/thorough and quiet/verbose tests
54668
62346
 
54676
62354
 1 file changed, 11 insertions(+), 4 deletions(-)
54677
62355
 
54678
62356
commit 643ad9f6c340fb368ccf8e09ef1f0ba88ee6dccf
54679
 
Author: Matthias Clasen <mclasen@redhat.com>
54680
 
Date:   Tue Dec 27 17:45:40 2011 -0500
 
62357
Author:     Matthias Clasen <mclasen@redhat.com>
 
62358
AuthorDate: Tue Dec 27 17:45:40 2011 -0500
 
62359
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62360
CommitDate: Tue Dec 27 17:45:40 2011 -0500
54681
62361
 
54682
62362
    Remove another unused AC_DEFINE
54683
62363
 
54687
62367
 1 file changed, 2 deletions(-)
54688
62368
 
54689
62369
commit 7cc9e10cce30ebe9242c0cc0649a4badffe0123e
54690
 
Author: Matthias Clasen <mclasen@redhat.com>
54691
 
Date:   Tue Dec 27 17:20:36 2011 -0500
 
62370
Author:     Matthias Clasen <mclasen@redhat.com>
 
62371
AuthorDate: Tue Dec 27 17:20:36 2011 -0500
 
62372
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62373
CommitDate: Tue Dec 27 17:20:36 2011 -0500
54692
62374
 
54693
62375
    Drop unused AC_SUBST
54694
62376
 
54698
62380
 1 file changed, 1 deletion(-)
54699
62381
 
54700
62382
commit bc85e6ed516f23d9fed9cdad39c605721738e190
54701
 
Author: Matthias Clasen <mclasen@redhat.com>
54702
 
Date:   Tue Dec 27 17:15:44 2011 -0500
 
62383
Author:     Matthias Clasen <mclasen@redhat.com>
 
62384
AuthorDate: Tue Dec 27 17:15:44 2011 -0500
 
62385
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62386
CommitDate: Tue Dec 27 17:15:44 2011 -0500
54703
62387
 
54704
62388
    Remove a bashism
54705
62389
 
54707
62391
 1 file changed, 1 insertion(+), 1 deletion(-)
54708
62392
 
54709
62393
commit a176008826a8f7dcdcbc2a35d9ac3bfcabce824c
54710
 
Author: Matthias Clasen <mclasen@redhat.com>
54711
 
Date:   Tue Dec 27 17:12:39 2011 -0500
 
62394
Author:     Matthias Clasen <mclasen@redhat.com>
 
62395
AuthorDate: Tue Dec 27 17:12:39 2011 -0500
 
62396
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62397
CommitDate: Tue Dec 27 17:12:39 2011 -0500
54712
62398
 
54713
62399
    Drop a lot of dead configury for threads
54714
62400
 
54720
62406
 1 file changed, 27 insertions(+), 152 deletions(-)
54721
62407
 
54722
62408
commit 8cea99741bdc540b76b4cace996068acd78e746c
54723
 
Author: Matthias Clasen <mclasen@redhat.com>
54724
 
Date:   Tue Dec 27 16:22:13 2011 -0500
 
62409
Author:     Matthias Clasen <mclasen@redhat.com>
 
62410
AuthorDate: Tue Dec 27 16:22:13 2011 -0500
 
62411
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62412
CommitDate: Tue Dec 27 16:22:13 2011 -0500
54725
62413
 
54726
62414
    Don't put documentation in glibconfig.h
54727
62415
 
54730
62418
 2 files changed, 3 insertions(+), 7 deletions(-)
54731
62419
 
54732
62420
commit 31f0ad3f352ec8bae297983f67b18cb33c2c3e5e
54733
 
Author: Matthias Clasen <mclasen@redhat.com>
54734
 
Date:   Tue Dec 27 16:18:19 2011 -0500
 
62421
Author:     Matthias Clasen <mclasen@redhat.com>
 
62422
AuthorDate: Tue Dec 27 16:18:19 2011 -0500
 
62423
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62424
CommitDate: Tue Dec 27 16:18:19 2011 -0500
54735
62425
 
54736
62426
    Make glibconfig.h include guards consistent
54737
62427
 
54739
62429
 1 file changed, 3 insertions(+), 3 deletions(-)
54740
62430
 
54741
62431
commit d09800d86ec408ec27b9559fbd9ff6aebca25397
54742
 
Author: Matthias Clasen <mclasen@redhat.com>
54743
 
Date:   Tue Dec 27 16:16:24 2011 -0500
 
62432
Author:     Matthias Clasen <mclasen@redhat.com>
 
62433
AuthorDate: Tue Dec 27 16:16:24 2011 -0500
 
62434
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62435
CommitDate: Tue Dec 27 16:16:24 2011 -0500
54744
62436
 
54745
62437
    Remove a commented-out macro
54746
62438
 
54748
62440
 1 file changed, 2 deletions(-)
54749
62441
 
54750
62442
commit 4576a459fc0aebc48581d16a076bd0a0924ae988
54751
 
Author: Matthias Clasen <mclasen@redhat.com>
54752
 
Date:   Tue Dec 27 15:55:04 2011 -0500
 
62443
Author:     Matthias Clasen <mclasen@redhat.com>
 
62444
AuthorDate: Tue Dec 27 15:55:04 2011 -0500
 
62445
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62446
CommitDate: Tue Dec 27 15:55:04 2011 -0500
54753
62447
 
54754
62448
    Remove obsolescent AC_HEADER_STDC macro
54755
62449
 
54761
62455
 2 files changed, 5 deletions(-)
54762
62456
 
54763
62457
commit 49a4de3ea446f21202d586a906e0aef1d4dacfed
54764
 
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
54765
 
Date:   Sat Dec 24 15:31:55 2011 +0100
 
62458
Author:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
62459
AuthorDate: Sat Dec 24 15:31:55 2011 +0100
 
62460
Commit:     Colin Walters <walters@verbum.org>
 
62461
CommitDate: Tue Dec 27 10:18:41 2011 -0500
54766
62462
 
54767
62463
    docs: g_atexit: do not point in a direction for where to find details
54768
62464
 
54772
62468
 1 file changed, 1 insertion(+), 2 deletions(-)
54773
62469
 
54774
62470
commit 89a832250b9864c28cd0eec8db7200e00a8e9679
54775
 
Author: Åsmund Skjæveland <aasmunds@ulrik.uio.no>
54776
 
Date:   Mon Dec 26 17:15:32 2011 +0100
 
62471
Author:     Åsmund Skjæveland <aasmunds@ulrik.uio.no>
 
62472
AuthorDate: Mon Dec 26 17:15:32 2011 +0100
 
62473
Commit:     Åsmund Skjæveland <aasmunds@ulrik.uio.no>
 
62474
CommitDate: Mon Dec 26 17:15:32 2011 +0100
54777
62475
 
54778
62476
    Updated Norwegian Nynorsk translation
54779
62477
 
54782
62480
 1 file changed, 515 insertions(+), 444 deletions(-)
54783
62481
 
54784
62482
commit cc03b3cdea45b3592ab8e931628f027c20586aa3
54785
 
Author: Matthias Clasen <mclasen@redhat.com>
54786
 
Date:   Sat Dec 24 23:01:17 2011 -0500
 
62483
Author:     Matthias Clasen <mclasen@redhat.com>
 
62484
AuthorDate: Sat Dec 24 23:01:17 2011 -0500
 
62485
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62486
CommitDate: Sat Dec 24 23:01:17 2011 -0500
54787
62487
 
54788
62488
    Don't leak references to the menus
54789
62489
 
54791
62491
 1 file changed, 3 insertions(+)
54792
62492
 
54793
62493
commit f077127d0169df135d078827c1c51742c3a71901
54794
 
Author: Matthias Clasen <mclasen@redhat.com>
54795
 
Date:   Sat Dec 24 22:59:10 2011 -0500
 
62494
Author:     Matthias Clasen <mclasen@redhat.com>
 
62495
AuthorDate: Sat Dec 24 22:59:10 2011 -0500
 
62496
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62497
CommitDate: Sat Dec 24 22:59:10 2011 -0500
54796
62498
 
54797
62499
    Add a test for ids on submenu and section elements
54798
62500
 
54804
62506
 1 file changed, 41 insertions(+)
54805
62507
 
54806
62508
commit 37efbf4354969fdbca9ed71895309fb7fb95a55a
54807
 
Author: Matthias Clasen <mclasen@redhat.com>
54808
 
Date:   Sat Dec 24 22:58:16 2011 -0500
 
62509
Author:     Matthias Clasen <mclasen@redhat.com>
 
62510
AuthorDate: Sat Dec 24 22:58:16 2011 -0500
 
62511
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62512
CommitDate: Sat Dec 24 22:58:16 2011 -0500
54809
62513
 
54810
62514
    Menu markup: Support ids on submenu and section elements
54811
62515
 
54817
62521
 1 file changed, 47 insertions(+), 7 deletions(-)
54818
62522
 
54819
62523
commit c4fc2584241dadeedee7b21bd24ca5708d6318e8
54820
 
Author: Benjamin Otte <otte@redhat.com>
54821
 
Date:   Sat Dec 24 14:26:24 2011 +0100
 
62524
Author:     Benjamin Otte <otte@redhat.com>
 
62525
AuthorDate: Sat Dec 24 14:26:24 2011 +0100
 
62526
Commit:     Benjamin Otte <otte@redhat.com>
 
62527
CommitDate: Sat Dec 24 14:26:24 2011 +0100
54822
62528
 
54823
62529
    docs: Clarify non-NUL requirement in g_utf8_validate()
54824
62530
 
54831
62537
 1 file changed, 1 insertion(+), 1 deletion(-)
54832
62538
 
54833
62539
commit 3f3e141ec8ffe8f40a2faced69d35cb161153107
54834
 
Author: Dan Winship <danw@gnome.org>
54835
 
Date:   Fri Aug 20 13:04:19 2010 -0400
 
62540
Author:     Dan Winship <danw@gnome.org>
 
62541
AuthorDate: Fri Aug 20 13:04:19 2010 -0400
 
62542
Commit:     Dan Winship <danw@gnome.org>
 
62543
CommitDate: Thu Dec 22 15:44:24 2011 -0500
54836
62544
 
54837
62545
    Add GSocketClient::event, for tracking socket client status
54838
62546
 
54852
62560
 6 files changed, 253 insertions(+), 12 deletions(-)
54853
62561
 
54854
62562
commit 57f279988cc2219a974042a29cbb12efd2422540
54855
 
Author: Dan Winship <danw@gnome.org>
54856
 
Date:   Sun Jun 12 16:29:04 2011 -0400
 
62563
Author:     Dan Winship <danw@gnome.org>
 
62564
AuthorDate: Sun Jun 12 16:29:04 2011 -0400
 
62565
Commit:     Dan Winship <danw@gnome.org>
 
62566
CommitDate: Thu Dec 22 13:22:25 2011 -0500
54857
62567
 
54858
62568
    Add g_socket_connection_connect(), etc
54859
62569
 
54873
62583
 5 files changed, 223 insertions(+), 89 deletions(-)
54874
62584
 
54875
62585
commit e121d46b251d7a695f6c56bf3de95acb51371599
54876
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
54877
 
Date:   Thu Dec 22 20:18:11 2011 +0800
 
62586
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62587
AuthorDate: Thu Dec 22 20:18:11 2011 +0800
 
62588
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62589
CommitDate: Thu Dec 22 20:18:11 2011 +0800
54878
62590
 
54879
62591
    Update GIO Visual C++ projects
54880
62592
 
54887
62599
 2 files changed, 8 insertions(+), 8 deletions(-)
54888
62600
 
54889
62601
commit 550fee44a9379969cb185b19b787c1d6ab35e77e
54890
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
54891
 
Date:   Thu Dec 22 18:49:01 2011 +0800
 
62602
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62603
AuthorDate: Thu Dec 22 18:49:01 2011 +0800
 
62604
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62605
CommitDate: Thu Dec 22 18:49:01 2011 +0800
54892
62606
 
54893
62607
    Update Visual C++ property sheets
54894
62608
 
54899
62613
 2 files changed, 3 insertions(+)
54900
62614
 
54901
62615
commit 6e7da987b443c861946a7702d64f9e50150b9320
54902
 
Author: Ryan Lortie <desrt@desrt.ca>
54903
 
Date:   Thu Dec 22 00:24:20 2011 -0500
 
62616
Author:     Ryan Lortie <desrt@desrt.ca>
 
62617
AuthorDate: Thu Dec 22 00:24:20 2011 -0500
 
62618
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62619
CommitDate: Thu Dec 22 00:24:20 2011 -0500
54904
62620
 
54905
62621
    GSettingsBackend: allow floating refs from read()
54906
62622
 
54911
62627
 1 file changed, 3 insertions(+)
54912
62628
 
54913
62629
commit 1b0337744282c7f048a31a9818b99370d97c44f3
54914
 
Author: rodrigorivascosta <rodrigorivascosta@gmail.com>
54915
 
Date:   Thu Dec 22 10:48:09 2011 +0800
 
62630
Author:     rodrigorivascosta <rodrigorivascosta@gmail.com>
 
62631
AuthorDate: Thu Dec 22 10:48:09 2011 +0800
 
62632
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62633
CommitDate: Thu Dec 22 10:51:31 2011 +0800
54916
62634
 
54917
62635
    Bug 666551-Fix a few dangling pointers
54918
62636
 
54926
62644
 1 file changed, 5 insertions(+)
54927
62645
 
54928
62646
commit 76bc1ab28084dab671fed6e9f3993014e225df2c
54929
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
54930
 
Date:   Wed Dec 21 11:24:09 2011 +0800
 
62647
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62648
AuthorDate: Wed Dec 21 11:24:09 2011 +0800
 
62649
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
62650
CommitDate: Thu Dec 22 10:39:05 2011 +0800
54931
62651
 
54932
62652
    glib/tests/private.c: Fix compilation on Windows
54933
62653
 
54940
62660
 1 file changed, 2 insertions(+), 1 deletion(-)
54941
62661
 
54942
62662
commit cb71b03e2f0a273d3e466831e5c2cdf0a7c43f46
54943
 
Author: Kjartan Maraas <kmaraas@gnome.org>
54944
 
Date:   Wed Dec 21 22:22:05 2011 +0100
 
62663
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
62664
AuthorDate: Wed Dec 21 22:22:05 2011 +0100
 
62665
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
62666
CommitDate: Wed Dec 21 22:22:05 2011 +0100
54945
62667
 
54946
62668
    Updated Norwegian bokmål translation
54947
62669
 
54950
62672
 1 file changed, 140 insertions(+), 136 deletions(-)
54951
62673
 
54952
62674
commit adff60ed6389cfb1e97a329c150320aa44b18be6
54953
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
54954
 
Date:   Wed Dec 21 12:36:19 2011 +0100
 
62675
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
62676
AuthorDate: Wed Dec 21 12:36:19 2011 +0100
 
62677
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
62678
CommitDate: Wed Dec 21 12:36:19 2011 +0100
54955
62679
 
54956
62680
    menu: documentation fixes
54957
62681
 
54962
62686
 1 file changed, 3 insertions(+), 3 deletions(-)
54963
62687
 
54964
62688
commit 557da1650707bbb67b80be0c986598eab3893071
54965
 
Author: Ryan Lortie <desrt@desrt.ca>
54966
 
Date:   Tue Dec 20 19:45:57 2011 -0500
 
62689
Author:     Ryan Lortie <desrt@desrt.ca>
 
62690
AuthorDate: Tue Dec 20 19:45:57 2011 -0500
 
62691
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62692
CommitDate: Tue Dec 20 19:45:57 2011 -0500
54967
62693
 
54968
62694
    GObject: do checks on interface property install
54969
62695
 
54977
62703
 2 files changed, 8 insertions(+), 2 deletions(-)
54978
62704
 
54979
62705
commit b2371871097ef2b52bdb4688d702438c9e3f1787
54980
 
Author: Ryan Lortie <desrt@desrt.ca>
54981
 
Date:   Tue Dec 20 19:43:21 2011 -0500
 
62706
Author:     Ryan Lortie <desrt@desrt.ca>
 
62707
AuthorDate: Tue Dec 20 19:43:21 2011 -0500
 
62708
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62709
CommitDate: Tue Dec 20 19:43:21 2011 -0500
54982
62710
 
54983
62711
    GObject: require READ or WRITE on property install
54984
62712
 
54993
62721
 2 files changed, 1 insertion(+), 3 deletions(-)
54994
62722
 
54995
62723
commit 4e793c2eefab1a9b5b0c29b530cbe77fb53d7396
54996
 
Author: Ryan Lortie <desrt@desrt.ca>
54997
 
Date:   Tue Dec 20 19:33:02 2011 -0500
 
62724
Author:     Ryan Lortie <desrt@desrt.ca>
 
62725
AuthorDate: Tue Dec 20 19:33:02 2011 -0500
 
62726
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62727
CommitDate: Tue Dec 20 19:40:44 2011 -0500
54998
62728
 
54999
62729
    GObject: allow G_PARAM_CONSTRUCT on any override
55000
62730
 
55023
62753
 2 files changed, 19 insertions(+), 18 deletions(-)
55024
62754
 
55025
62755
commit b3b9f82206707d6adad0d54ae9232bc826bec574
55026
 
Author: Ryan Lortie <desrt@desrt.ca>
55027
 
Date:   Tue Dec 20 18:44:48 2011 -0500
 
62756
Author:     Ryan Lortie <desrt@desrt.ca>
 
62757
AuthorDate: Tue Dec 20 18:44:48 2011 -0500
 
62758
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62759
CommitDate: Tue Dec 20 19:18:26 2011 -0500
55028
62760
 
55029
62761
    GObject: add test for interface property overrides
55030
62762
 
55039
62771
 1 file changed, 379 insertions(+)
55040
62772
 
55041
62773
commit d8d78688a8e00d1f2c338bd75fb1ce20d05e059d
55042
 
Author: Ryan Lortie <desrt@desrt.ca>
55043
 
Date:   Tue Dec 20 18:41:03 2011 -0500
 
62774
Author:     Ryan Lortie <desrt@desrt.ca>
 
62775
AuthorDate: Tue Dec 20 18:41:03 2011 -0500
 
62776
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62777
CommitDate: Tue Dec 20 19:18:25 2011 -0500
55044
62778
 
55045
62779
    GObject: change the order of property checks
55046
62780
 
55058
62792
 1 file changed, 50 insertions(+), 20 deletions(-)
55059
62793
 
55060
62794
commit 5fb7a8e127bde6465a5b9e22b299ca2e439e702c
55061
 
Author: Ryan Lortie <desrt@desrt.ca>
55062
 
Date:   Tue Dec 20 18:26:14 2011 -0500
 
62795
Author:     Ryan Lortie <desrt@desrt.ca>
 
62796
AuthorDate: Tue Dec 20 18:26:14 2011 -0500
 
62797
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62798
CommitDate: Tue Dec 20 19:18:25 2011 -0500
55063
62799
 
55064
62800
    GObject: fix property override type checks
55065
62801
 
55087
62823
 1 file changed, 58 insertions(+), 15 deletions(-)
55088
62824
 
55089
62825
commit ab0da3c2821b6e9ed89a3a2a708bbae1db2ed45f
55090
 
Author: Ryan Lortie <desrt@desrt.ca>
55091
 
Date:   Tue Dec 20 19:12:56 2011 -0500
 
62826
Author:     Ryan Lortie <desrt@desrt.ca>
 
62827
AuthorDate: Tue Dec 20 19:12:56 2011 -0500
 
62828
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62829
CommitDate: Tue Dec 20 19:12:56 2011 -0500
55092
62830
 
55093
62831
    GSimpleAction: fix some whitespace fail
55094
62832
 
55096
62834
 1 file changed, 10 insertions(+), 10 deletions(-)
55097
62835
 
55098
62836
commit 342e2faa2996601bc44413087b3d70560dad78aa
55099
 
Author: Ryan Lortie <desrt@desrt.ca>
55100
 
Date:   Tue Dec 20 19:11:19 2011 -0500
 
62837
Author:     Ryan Lortie <desrt@desrt.ca>
 
62838
AuthorDate: Tue Dec 20 19:11:19 2011 -0500
 
62839
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62840
CommitDate: Tue Dec 20 19:12:00 2011 -0500
55101
62841
 
55102
62842
    GSimpleAction: tweak property flags
55103
62843
 
55108
62848
 1 file changed, 4 insertions(+), 6 deletions(-)
55109
62849
 
55110
62850
commit 958f2bac7a123bc0cf35c5afab6ac62c80b0c03b
55111
 
Author: Ryan Lortie <desrt@desrt.ca>
55112
 
Date:   Tue Dec 20 15:29:16 2011 -0500
 
62851
Author:     Ryan Lortie <desrt@desrt.ca>
 
62852
AuthorDate: Tue Dec 20 15:29:16 2011 -0500
 
62853
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62854
CommitDate: Tue Dec 20 15:29:16 2011 -0500
55113
62855
 
55114
62856
    GObject: fixup reversed logic in last commit
55115
62857
 
55119
62861
 1 file changed, 1 insertion(+), 1 deletion(-)
55120
62862
 
55121
62863
commit 3af050f6fc760c3bedfad4e7c0f767a2e01848be
55122
 
Author: Ryan Lortie <desrt@desrt.ca>
55123
 
Date:   Tue Dec 20 15:12:44 2011 -0500
 
62864
Author:     Ryan Lortie <desrt@desrt.ca>
 
62865
AuthorDate: Tue Dec 20 15:12:44 2011 -0500
 
62866
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62867
CommitDate: Tue Dec 20 15:12:44 2011 -0500
55124
62868
 
55125
62869
    gobject: Clean up logic in property checks
55126
62870
 
55135
62879
 1 file changed, 21 insertions(+), 29 deletions(-)
55136
62880
 
55137
62881
commit ebf572cdd81d8c0fca4641f9204dc0421ad1bf5d
55138
 
Author: Ryan Lortie <desrt@desrt.ca>
55139
 
Date:   Tue Dec 20 14:43:15 2011 -0500
 
62882
Author:     Ryan Lortie <desrt@desrt.ca>
 
62883
AuthorDate: Tue Dec 20 14:43:15 2011 -0500
 
62884
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62885
CommitDate: Tue Dec 20 14:58:38 2011 -0500
55140
62886
 
55141
62887
    GAction: back out changes to property flags
55142
62888
 
55155
62901
 1 file changed, 4 insertions(+), 8 deletions(-)
55156
62902
 
55157
62903
commit af24dbc12aa77aac3c82d39872878558cced7add
55158
 
Author: Ryan Lortie <desrt@desrt.ca>
55159
 
Date:   Tue Dec 20 14:36:29 2011 -0500
 
62904
Author:     Ryan Lortie <desrt@desrt.ca>
 
62905
AuthorDate: Tue Dec 20 14:36:29 2011 -0500
 
62906
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62907
CommitDate: Tue Dec 20 14:58:38 2011 -0500
55160
62908
 
55161
62909
    gobject: loosen property override flag restrictions
55162
62910
 
55191
62939
 1 file changed, 5 insertions(+), 4 deletions(-)
55192
62940
 
55193
62941
commit 68706bfa2b91d4eb33cddfca2b640fcc3ce80637
55194
 
Author: Matthias Clasen <mclasen@redhat.com>
55195
 
Date:   Tue Dec 20 12:15:05 2011 -0500
 
62942
Author:     Matthias Clasen <mclasen@redhat.com>
 
62943
AuthorDate: Tue Dec 20 12:15:05 2011 -0500
 
62944
Commit:     Matthias Clasen <mclasen@redhat.com>
 
62945
CommitDate: Tue Dec 20 12:15:05 2011 -0500
55196
62946
 
55197
62947
    Add references to the dbus interface docs on the wiki
55198
62948
 
55207
62957
 3 files changed, 9 insertions(+), 191 deletions(-)
55208
62958
 
55209
62959
commit adbfa38c8e2ab859d252e566fa130a7023442d7d
55210
 
Author: Ryan Lortie <desrt@desrt.ca>
55211
 
Date:   Mon Dec 19 22:56:05 2011 -0500
 
62960
Author:     Ryan Lortie <desrt@desrt.ca>
 
62961
AuthorDate: Mon Dec 19 22:56:05 2011 -0500
 
62962
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62963
CommitDate: Mon Dec 19 22:56:05 2011 -0500
55212
62964
 
55213
62965
    docs: remove duplicate GMenuModel from gio.types
55214
62966
 
55216
62968
 1 file changed, 1 deletion(-)
55217
62969
 
55218
62970
commit 541693f42d462f114055fd05d1ac536e0c6f46f5
55219
 
Author: Ryan Lortie <desrt@desrt.ca>
55220
 
Date:   Mon Dec 19 17:35:31 2011 -0500
 
62971
Author:     Ryan Lortie <desrt@desrt.ca>
 
62972
AuthorDate: Mon Dec 19 17:35:31 2011 -0500
 
62973
Commit:     Ryan Lortie <desrt@desrt.ca>
 
62974
CommitDate: Mon Dec 19 17:40:08 2011 -0500
55221
62975
 
55222
62976
    winxp threads: fix some condition variable races
55223
62977
 
55242
62996
 1 file changed, 26 insertions(+), 6 deletions(-)
55243
62997
 
55244
62998
commit f3cf8c0ca8ea952c08ef29af1e84515a8f6a2d77
55245
 
Author: Ryan Lortie <desrt@desrt.ca>
55246
 
Date:   Mon Dec 19 15:24:52 2011 -0500
 
62999
Author:     Ryan Lortie <desrt@desrt.ca>
 
63000
AuthorDate: Mon Dec 19 15:24:52 2011 -0500
 
63001
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63002
CommitDate: Mon Dec 19 15:24:52 2011 -0500
55247
63003
 
55248
63004
    *bump*
55249
63005
 
55251
63007
 1 file changed, 1 insertion(+), 1 deletion(-)
55252
63008
 
55253
63009
commit 8f558d80100d4de5ffc50dac37857ca1b63c1480
55254
 
Author: Dan Winship <danw@gnome.org>
55255
 
Date:   Mon Dec 19 15:19:19 2011 -0500
 
63010
Author:     Dan Winship <danw@gnome.org>
 
63011
AuthorDate: Mon Dec 19 15:19:19 2011 -0500
 
63012
Commit:     Dan Winship <danw@gnome.org>
 
63013
CommitDate: Mon Dec 19 15:20:08 2011 -0500
55256
63014
 
55257
63015
    gnetworkmonitornetlink.c: Fix a gsize->gssize
55258
63016
 
55262
63020
 1 file changed, 1 insertion(+), 1 deletion(-)
55263
63021
 
55264
63022
commit fbe1fb8e4999dc9e7c30a19896e421e8a2c4103b
55265
 
Author: Ryan Lortie <desrt@desrt.ca>
55266
 
Date:   Mon Dec 19 13:38:21 2011 -0500
 
63023
Author:     Ryan Lortie <desrt@desrt.ca>
 
63024
AuthorDate: Mon Dec 19 13:38:21 2011 -0500
 
63025
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63026
CommitDate: Mon Dec 19 13:38:21 2011 -0500
55267
63027
 
55268
63028
    glib 2.31.6
55269
63029
 
55272
63032
 2 files changed, 45 insertions(+), 1 deletion(-)
55273
63033
 
55274
63034
commit 5e8a10daf15afc8fa006a3ce9877541c344a4c67
55275
 
Author: Ryan Lortie <desrt@desrt.ca>
55276
 
Date:   Mon Dec 19 13:37:06 2011 -0500
 
63035
Author:     Ryan Lortie <desrt@desrt.ca>
 
63036
AuthorDate: Mon Dec 19 13:37:06 2011 -0500
 
63037
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63038
CommitDate: Mon Dec 19 13:38:09 2011 -0500
55277
63039
 
55278
63040
    gitignore
55279
63041
 
55283
63045
 3 files changed, 11 insertions(+), 2 deletions(-)
55284
63046
 
55285
63047
commit 0a22f63ebe7ea1abe78e4b88287aaf31eb1bdb5e
55286
 
Author: Ryan Lortie <desrt@desrt.ca>
55287
 
Date:   Mon Dec 19 10:47:45 2011 -0500
 
63048
Author:     Ryan Lortie <desrt@desrt.ca>
 
63049
AuthorDate: Mon Dec 19 10:47:45 2011 -0500
 
63050
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63051
CommitDate: Mon Dec 19 12:34:16 2011 -0500
55288
63052
 
55289
63053
    Drop public menu APIs from GApplication
55290
63054
 
55299
63063
 5 files changed, 21 insertions(+), 83 deletions(-)
55300
63064
 
55301
63065
commit 0c094d660769a00564ef33a775a387f62cf2ff41
55302
 
Author: Ryan Lortie <desrt@desrt.ca>
55303
 
Date:   Mon Dec 19 10:47:28 2011 -0500
 
63066
Author:     Ryan Lortie <desrt@desrt.ca>
 
63067
AuthorDate: Mon Dec 19 10:47:28 2011 -0500
 
63068
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63069
CommitDate: Mon Dec 19 12:34:16 2011 -0500
55304
63070
 
55305
63071
    Drop the GApplication menu test
55306
63072
 
55310
63076
 2 files changed, 91 deletions(-)
55311
63077
 
55312
63078
commit db7707b41a48c062b8b7595bbfc241692eed7b62
55313
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
55314
 
Date:   Mon Dec 19 17:13:11 2011 +0100
 
63079
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
63080
AuthorDate: Mon Dec 19 17:13:11 2011 +0100
 
63081
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
63082
CommitDate: Mon Dec 19 17:13:11 2011 +0100
55315
63083
 
55316
63084
    Updated Spanish translation
55317
63085
 
55320
63088
 1 file changed, 171 insertions(+), 143 deletions(-)
55321
63089
 
55322
63090
commit 466432830c60c61fe99ac30e4914443b0f0bd979
55323
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
55324
 
Date:   Sat Dec 17 20:08:50 2011 +0100
 
63091
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
63092
AuthorDate: Sat Dec 17 20:08:50 2011 +0100
 
63093
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63094
CommitDate: Mon Dec 19 10:33:55 2011 -0500
55325
63095
 
55326
63096
    gsettings-tool: allow specifying custom schema dirs
55327
63097
 
55338
63108
 2 files changed, 133 insertions(+), 87 deletions(-)
55339
63109
 
55340
63110
commit f59acb55c1758d5e620b4806036dbc997db24ad4
55341
 
Author: Florian Müllner <fmuellner@gnome.org>
55342
 
Date:   Mon Dec 19 14:52:10 2011 +0100
 
63111
Author:     Florian Müllner <fmuellner@gnome.org>
 
63112
AuthorDate: Mon Dec 19 14:52:10 2011 +0100
 
63113
Commit:     Florian Müllner <fmuellner@gnome.org>
 
63114
CommitDate: Mon Dec 19 15:26:30 2011 +0100
55343
63115
 
55344
63116
    gdesktopappinfo: Use "Keywords" instead of "X-GNOME-Keywords"
55345
63117
 
55349
63121
 1 file changed, 1 insertion(+), 1 deletion(-)
55350
63122
 
55351
63123
commit 40413490374777c0aba8b569f5ad45ffc205cac0
55352
 
Author: Matthias Clasen <mclasen@redhat.com>
55353
 
Date:   Mon Dec 19 07:45:43 2011 -0500
 
63124
Author:     Matthias Clasen <mclasen@redhat.com>
 
63125
AuthorDate: Mon Dec 19 07:45:43 2011 -0500
 
63126
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63127
CommitDate: Mon Dec 19 07:45:43 2011 -0500
55354
63128
 
55355
63129
    Teach gtk-doc about G_GNUC_WARN_UNUSED_RESULT
55356
63130
 
55360
63134
 3 files changed, 4 insertions(+), 3 deletions(-)
55361
63135
 
55362
63136
commit 0971d36e4b8338f4f3f96d751f5275517514d3b1
55363
 
Author: Ryan Lortie <desrt@desrt.ca>
55364
 
Date:   Sat Dec 17 00:52:57 2011 -0500
 
63137
Author:     Ryan Lortie <desrt@desrt.ca>
 
63138
AuthorDate: Sat Dec 17 00:52:57 2011 -0500
 
63139
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63140
CommitDate: Sat Dec 17 12:54:02 2011 -0500
55365
63141
 
55366
63142
    GApplication: receiving end of GRemoteActionGroup
55367
63143
 
55378
63154
 3 files changed, 100 insertions(+), 8 deletions(-)
55379
63155
 
55380
63156
commit 1807ef336a94a1d2498e2ce77686c29db1aa6aac
55381
 
Author: Ryan Lortie <desrt@desrt.ca>
55382
 
Date:   Sat Dec 17 00:26:11 2011 -0500
 
63157
Author:     Ryan Lortie <desrt@desrt.ca>
 
63158
AuthorDate: Sat Dec 17 00:26:11 2011 -0500
 
63159
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63160
CommitDate: Sat Dec 17 12:54:02 2011 -0500
55383
63161
 
55384
63162
    action group exporter: kill GApplication hackery
55385
63163
 
55391
63169
 1 file changed, 13 insertions(+), 25 deletions(-)
55392
63170
 
55393
63171
commit eefd08996f7657488cb8afed23667030d6bd45f7
55394
 
Author: Ryan Lortie <desrt@desrt.ca>
55395
 
Date:   Sat Dec 17 00:17:08 2011 -0500
 
63172
Author:     Ryan Lortie <desrt@desrt.ca>
 
63173
AuthorDate: Sat Dec 17 00:17:08 2011 -0500
 
63174
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63175
CommitDate: Sat Dec 17 12:54:02 2011 -0500
55396
63176
 
55397
63177
    introduce GRemoteActionGroup
55398
63178
 
55428
63208
 13 files changed, 303 insertions(+), 148 deletions(-)
55429
63209
 
55430
63210
commit ee9f104432ee1ed0bf1e7461cf3264d0f0f1d297
55431
 
Author: Ryan Lortie <desrt@desrt.ca>
55432
 
Date:   Fri Dec 16 22:24:03 2011 -0500
 
63211
Author:     Ryan Lortie <desrt@desrt.ca>
 
63212
AuthorDate: Fri Dec 16 22:24:03 2011 -0500
 
63213
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63214
CommitDate: Fri Dec 16 22:24:03 2011 -0500
55433
63215
 
55434
63216
    GApplication: send platform data for actions again
55435
63217
 
55443
63225
 3 files changed, 39 insertions(+), 9 deletions(-)
55444
63226
 
55445
63227
commit f58df66d4d640ea926573104be9849037a3c8522
55446
 
Author: Ryan Lortie <desrt@desrt.ca>
55447
 
Date:   Fri Dec 16 22:23:30 2011 -0500
 
63228
Author:     Ryan Lortie <desrt@desrt.ca>
 
63229
AuthorDate: Fri Dec 16 22:23:30 2011 -0500
 
63230
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63231
CommitDate: Fri Dec 16 22:23:30 2011 -0500
55448
63232
 
55449
63233
    GDBusActionGroup: add _full variants of activation
55450
63234
 
55458
63242
 4 files changed, 95 insertions(+), 13 deletions(-)
55459
63243
 
55460
63244
commit e5ed11bcf807b3e2c0a36c684e9b794ec253cd72
55461
 
Author: Ryan Lortie <desrt@desrt.ca>
55462
 
Date:   Fri Dec 16 21:25:57 2011 -0500
 
63245
Author:     Ryan Lortie <desrt@desrt.ca>
 
63246
AuthorDate: Fri Dec 16 21:25:57 2011 -0500
 
63247
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63248
CommitDate: Fri Dec 16 21:25:57 2011 -0500
55463
63249
 
55464
63250
    Revert "GDBusActionGroup: add static platform registration"
55465
63251
 
55472
63258
 4 files changed, 5 insertions(+), 52 deletions(-)
55473
63259
 
55474
63260
commit e370631f46ca9b9d5b6ca1f7bbdf0ce708922ad3
55475
 
Author: Ryan Lortie <desrt@desrt.ca>
55476
 
Date:   Fri Dec 16 11:39:24 2011 -0500
 
63261
Author:     Ryan Lortie <desrt@desrt.ca>
 
63262
AuthorDate: Fri Dec 16 11:39:24 2011 -0500
 
63263
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63264
CommitDate: Fri Dec 16 11:43:59 2011 -0500
55477
63265
 
55478
63266
    GApplication: emit signals on action changes
55479
63267
 
55492
63280
 1 file changed, 16 insertions(+), 1 deletion(-)
55493
63281
 
55494
63282
commit 11015f165229ac3cb5f008a8824f8135ec45c89a
55495
 
Author: Ryan Lortie <desrt@desrt.ca>
55496
 
Date:   Thu Dec 15 13:27:27 2011 -0500
 
63283
Author:     Ryan Lortie <desrt@desrt.ca>
 
63284
AuthorDate: Thu Dec 15 13:27:27 2011 -0500
 
63285
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63286
CommitDate: Fri Dec 16 10:54:42 2011 -0500
55497
63287
 
55498
63288
    windows XP threads: fix hilariously obvious race
55499
63289
 
55508
63298
 1 file changed, 12 insertions(+), 7 deletions(-)
55509
63299
 
55510
63300
commit fcc9902e98a6a6568a1150441c8680fd4615d437
55511
 
Author: Ryan Lortie <desrt@desrt.ca>
55512
 
Date:   Wed Dec 14 13:31:27 2011 -0500
 
63301
Author:     Ryan Lortie <desrt@desrt.ca>
 
63302
AuthorDate: Wed Dec 14 13:31:27 2011 -0500
 
63303
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63304
CommitDate: Fri Dec 16 10:54:42 2011 -0500
55513
63305
 
55514
63306
    GDBusActionGroup: add static platform registration
55515
63307
 
55536
63328
 4 files changed, 52 insertions(+), 5 deletions(-)
55537
63329
 
55538
63330
commit 1d4009e6f7e1d368b3e3df2fa41b007277b600d8
55539
 
Author: Ravi Sankar Guntur <ravi.g@samsung.com>
55540
 
Date:   Wed Dec 14 20:17:54 2011 +0530
 
63331
Author:     Ravi Sankar Guntur <ravi.g@samsung.com>
 
63332
AuthorDate: Wed Dec 14 20:17:54 2011 +0530
 
63333
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63334
CommitDate: Fri Dec 16 09:51:16 2011 -0500
55541
63335
 
55542
63336
    Added API g_queue_free_full().
55543
63337
 
55563
63357
 4 files changed, 77 insertions(+)
55564
63358
 
55565
63359
commit 63e69b4958272c5c1525da60005cae6a974d0d48
55566
 
Author: Colin Walters <walters@verbum.org>
55567
 
Date:   Thu Dec 15 09:47:15 2011 -0500
 
63360
Author:     Colin Walters <walters@verbum.org>
 
63361
AuthorDate: Thu Dec 15 09:47:15 2011 -0500
 
63362
Commit:     Colin Walters <walters@verbum.org>
 
63363
CommitDate: Thu Dec 15 09:47:37 2011 -0500
55568
63364
 
55569
63365
    GDBusActionGroup: Fix a typo in docs
55570
63366
 
55572
63368
 1 file changed, 1 insertion(+), 1 deletion(-)
55573
63369
 
55574
63370
commit 84df41c02c8806071d18e532432dff00a48ff369
55575
 
Author: Dan Winship <danw@gnome.org>
55576
 
Date:   Wed Dec 14 10:19:13 2011 -0500
 
63371
Author:     Dan Winship <danw@gnome.org>
 
63372
AuthorDate: Wed Dec 14 10:19:13 2011 -0500
 
63373
Commit:     Dan Winship <danw@gnome.org>
 
63374
CommitDate: Thu Dec 15 09:39:06 2011 -0500
55577
63375
 
55578
63376
    configure.ac: robustify netlink.h check
55579
63377
 
55583
63381
 1 file changed, 2 insertions(+), 1 deletion(-)
55584
63382
 
55585
63383
commit 14fb10d14b07cef6af8952bfdd0bd4d864876607
55586
 
Author: Stef Walter <stefw@collabora.co.uk>
55587
 
Date:   Fri Dec 9 18:19:24 2011 +0100
 
63384
Author:     Stef Walter <stefw@collabora.co.uk>
 
63385
AuthorDate: Fri Dec 9 18:19:24 2011 +0100
 
63386
Commit:     Stef Walter <stefw@collabora.co.uk>
 
63387
CommitDate: Thu Dec 15 07:22:37 2011 +0100
55588
63388
 
55589
63389
    GBytes: add a size argument to g_bytes_get_data
55590
63390
 
55602
63402
 6 files changed, 41 insertions(+), 24 deletions(-)
55603
63403
 
55604
63404
commit 162bafee37ccd5d58260423a8120fdcba25ecad6
55605
 
Author: Chris Coulson <chris.coulson@canonical.com>
55606
 
Date:   Wed Dec 14 14:00:56 2011 +0000
 
63405
Author:     Chris Coulson <chris.coulson@canonical.com>
 
63406
AuthorDate: Wed Dec 14 14:00:56 2011 +0000
 
63407
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63408
CommitDate: Wed Dec 14 21:15:35 2011 -0500
55607
63409
 
55608
63410
    Initialize service_loop before running the service thread
55609
63411
 
55613
63415
 1 file changed, 1 insertion(+), 1 deletion(-)
55614
63416
 
55615
63417
commit a6eda97d8e8440ea5b04c081d444916dc51ad220
55616
 
Author: Matthias Clasen <mclasen@redhat.com>
55617
 
Date:   Wed Dec 14 21:05:38 2011 -0500
 
63418
Author:     Matthias Clasen <mclasen@redhat.com>
 
63419
AuthorDate: Wed Dec 14 21:05:38 2011 -0500
 
63420
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63421
CommitDate: Wed Dec 14 21:05:38 2011 -0500
55618
63422
 
55619
63423
    menu markup: tolerate not having a hash table of objects
55620
63424
 
55629
63433
 1 file changed, 5 insertions(+), 4 deletions(-)
55630
63434
 
55631
63435
commit e129deb0170c8a18e662c53db799f2ba16ebf26f
55632
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55633
 
Date:   Wed Dec 14 16:56:15 2011 +0000
 
63436
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63437
AuthorDate: Wed Dec 14 16:56:15 2011 +0000
 
63438
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63439
CommitDate: Wed Dec 14 18:10:31 2011 +0000
55634
63440
 
55635
63441
    g_array_free, g_ptr_array_free: decrement refcount if not the last ref
55636
63442
 
55651
63457
 1 file changed, 2 insertions(+), 2 deletions(-)
55652
63458
 
55653
63459
commit df9d9cc72f4d107f576322516a87e9fe0daa2539
55654
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55655
 
Date:   Wed Dec 14 16:53:24 2011 +0000
 
63460
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63461
AuthorDate: Wed Dec 14 16:53:24 2011 +0000
 
63462
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63463
CommitDate: Wed Dec 14 18:10:25 2011 +0000
55656
63464
 
55657
63465
    GArray, GPtrArray: factor out the actual freeing
55658
63466
 
55668
63476
 1 file changed, 43 insertions(+), 14 deletions(-)
55669
63477
 
55670
63478
commit 6457677b7db236ab580bdf546221f1e8d2102c80
55671
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55672
 
Date:   Wed Dec 14 16:46:56 2011 +0000
 
63479
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63480
AuthorDate: Wed Dec 14 16:46:56 2011 +0000
 
63481
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63482
CommitDate: Wed Dec 14 18:09:48 2011 +0000
55673
63483
 
55674
63484
    g_key_file_get_string_list: don't leak the pieces on error
55675
63485
 
55681
63491
 1 file changed, 1 insertion(+)
55682
63492
 
55683
63493
commit a1bd6e07172771f9a7e8006e5f1f824cc1f564ea
55684
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55685
 
Date:   Tue Dec 13 18:18:27 2011 +0000
 
63494
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63495
AuthorDate: Tue Dec 13 18:18:27 2011 +0000
 
63496
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63497
CommitDate: Wed Dec 14 15:59:29 2011 +0000
55686
63498
 
55687
63499
    tls-interaction test: use a weak pointer instead of a deliberate
55688
63500
    use-after-free
55695
63507
 1 file changed, 6 insertions(+), 1 deletion(-)
55696
63508
 
55697
63509
commit 0a7930d04879018b5ea451ee9708f40fe93a131e
55698
 
Author: Ryan Lortie <desrt@desrt.ca>
55699
 
Date:   Tue Dec 13 20:54:24 2011 -0500
 
63510
Author:     Ryan Lortie <desrt@desrt.ca>
 
63511
AuthorDate: Tue Dec 13 20:54:24 2011 -0500
 
63512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63513
CommitDate: Wed Dec 14 09:33:30 2011 -0500
55700
63514
 
55701
63515
    gdbus tests: remove buggy use of GMainLoop
55702
63516
 
55715
63529
 1 file changed, 25 deletions(-)
55716
63530
 
55717
63531
commit a2e9318d4a8dc1257526814b8255210acd13d406
55718
 
Author: Ryan Lortie <desrt@desrt.ca>
55719
 
Date:   Wed Dec 14 09:32:11 2011 -0500
 
63532
Author:     Ryan Lortie <desrt@desrt.ca>
 
63533
AuthorDate: Wed Dec 14 09:32:11 2011 -0500
 
63534
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63535
CommitDate: Wed Dec 14 09:33:30 2011 -0500
55720
63536
 
55721
63537
    two test fixes for ARM
55722
63538
 
55731
63547
 2 files changed, 12 insertions(+), 12 deletions(-)
55732
63548
 
55733
63549
commit 995a2eb50bf7d9e46c029768691f93b31e09bdf8
55734
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55735
 
Date:   Tue Dec 13 18:18:07 2011 +0000
 
63550
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63551
AuthorDate: Tue Dec 13 18:18:07 2011 +0000
 
63552
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63553
CommitDate: Wed Dec 14 12:41:15 2011 +0000
55736
63554
 
55737
63555
    Plug some leaks in the GIO tests
55738
63556
 
55748
63566
 5 files changed, 14 insertions(+)
55749
63567
 
55750
63568
commit f6b2847e5787a7c17a6d85f57049c5699451c246
55751
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55752
 
Date:   Tue Dec 13 14:46:02 2011 +0000
 
63569
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63570
AuthorDate: Tue Dec 13 14:46:02 2011 +0000
 
63571
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63572
CommitDate: Wed Dec 14 12:40:57 2011 +0000
55753
63573
 
55754
63574
    hash test: avoid leaking various keys and values
55755
63575
 
55762
63582
 1 file changed, 75 insertions(+), 7 deletions(-)
55763
63583
 
55764
63584
commit 5dca72fe67aec5f98bfb68257c34ff133b59d22a
55765
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55766
 
Date:   Mon Dec 12 18:56:21 2011 +0000
 
63585
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63586
AuthorDate: Mon Dec 12 18:56:21 2011 +0000
 
63587
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63588
CommitDate: Wed Dec 14 12:40:39 2011 +0000
55767
63589
 
55768
63590
    GOptionContext test: free all arguments, not just the remaining ones
55769
63591
 
55785
63607
 1 file changed, 265 insertions(+), 88 deletions(-)
55786
63608
 
55787
63609
commit 29f2ced8eb32d9001da8082c4530f017decb8267
55788
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55789
 
Date:   Tue Dec 13 19:01:42 2011 +0000
 
63610
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63611
AuthorDate: Tue Dec 13 19:01:42 2011 +0000
 
63612
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63613
CommitDate: Wed Dec 14 12:40:16 2011 +0000
55790
63614
 
55791
63615
    various GLib tests: plug memory leaks
55792
63616
 
55826
63650
 26 files changed, 137 insertions(+), 20 deletions(-)
55827
63651
 
55828
63652
commit a0f5e89aedd0fcd04164c35b1c77d194adfc698a
55829
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55830
 
Date:   Mon Dec 12 15:55:59 2011 +0000
 
63653
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63654
AuthorDate: Mon Dec 12 15:55:59 2011 +0000
 
63655
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63656
CommitDate: Wed Dec 14 12:40:02 2011 +0000
55831
63657
 
55832
63658
    testglib: test_file_functions: don't close fd if it's -1
55833
63659
 
55839
63665
 1 file changed, 2 insertions(+), 1 deletion(-)
55840
63666
 
55841
63667
commit fedc0cff518067c26bad698798e50069c765d1f3
55842
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55843
 
Date:   Wed Dec 14 12:39:06 2011 +0000
 
63668
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63669
AuthorDate: Wed Dec 14 12:39:06 2011 +0000
 
63670
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63671
CommitDate: Wed Dec 14 12:39:06 2011 +0000
55844
63672
 
55845
63673
    Revert "g_menu_markup_start_element: tolerate not having a hash
55846
63674
    table of objects"
55852
63680
 1 file changed, 1 insertion(+), 1 deletion(-)
55853
63681
 
55854
63682
commit bcdb60641196f98482b5e17fcc96a92589deba35
55855
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55856
 
Date:   Wed Dec 14 12:31:31 2011 +0000
 
63683
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63684
AuthorDate: Wed Dec 14 12:31:31 2011 +0000
 
63685
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63686
CommitDate: Wed Dec 14 12:31:31 2011 +0000
55857
63687
 
55858
63688
    g_menu_markup_start_element: tolerate not having a hash table
55859
63689
    of objects
55865
63695
 1 file changed, 1 insertion(+), 1 deletion(-)
55866
63696
 
55867
63697
commit 93f8f8158fc086312ad1e0711d403bb7479416ee
55868
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55869
 
Date:   Mon Dec 12 18:58:03 2011 +0000
 
63698
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63699
AuthorDate: Mon Dec 12 18:58:03 2011 +0000
 
63700
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63701
CommitDate: Wed Dec 14 12:26:17 2011 +0000
55870
63702
 
55871
63703
    g_variant_byteswap: don't leak serialised.data
55872
63704
 
55878
63710
 1 file changed, 1 insertion(+), 1 deletion(-)
55879
63711
 
55880
63712
commit a48edddc198237803474994a3c9813d3b21f4f78
55881
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55882
 
Date:   Tue Dec 13 18:16:55 2011 +0000
 
63713
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63714
AuthorDate: Tue Dec 13 18:16:55 2011 +0000
 
63715
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63716
CommitDate: Wed Dec 14 12:26:17 2011 +0000
55883
63717
 
55884
63718
    GDBusActionGroup: don't leak param_str
55885
63719
 
55891
63725
 1 file changed, 1 insertion(+), 1 deletion(-)
55892
63726
 
55893
63727
commit c49a4dba82ea4edb8d09619caf3dc4f65e92f9dc
55894
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55895
 
Date:   Tue Dec 13 14:44:18 2011 +0000
 
63728
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63729
AuthorDate: Tue Dec 13 14:44:18 2011 +0000
 
63730
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63731
CommitDate: Wed Dec 14 12:26:17 2011 +0000
55896
63732
 
55897
63733
    g_data_set_internal: avoid use-after-free if datalist is in dataset
55898
63734
 
55908
63744
 1 file changed, 8 insertions(+), 2 deletions(-)
55909
63745
 
55910
63746
commit 0bf8378840ef553262fa4f8c981c867f8f6efaaf
55911
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55912
 
Date:   Mon Dec 12 18:37:10 2011 +0000
 
63747
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63748
AuthorDate: Mon Dec 12 18:37:10 2011 +0000
 
63749
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63750
CommitDate: Wed Dec 14 12:26:17 2011 +0000
55913
63751
 
55914
63752
    g_strcompress: check that source is non-NULL rather than just crashing
55915
63753
 
55929
63767
 1 file changed, 7 insertions(+), 2 deletions(-)
55930
63768
 
55931
63769
commit fbab468da531c41a516024171e67c2a7088979dd
55932
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55933
 
Date:   Tue Dec 13 18:17:13 2011 +0000
 
63770
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63771
AuthorDate: Tue Dec 13 18:17:13 2011 +0000
 
63772
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63773
CommitDate: Wed Dec 14 12:26:16 2011 +0000
55934
63774
 
55935
63775
    g_dbus_action_group_changed: don't leak iterator and its contents
55936
63776
 
55942
63782
 1 file changed, 1 insertion(+)
55943
63783
 
55944
63784
commit 90baa7e460c86c4c1d22f791482a2380467a190a
55945
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55946
 
Date:   Mon Dec 12 18:35:14 2011 +0000
 
63785
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63786
AuthorDate: Mon Dec 12 18:35:14 2011 +0000
 
63787
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63788
CommitDate: Wed Dec 14 12:26:16 2011 +0000
55947
63789
 
55948
63790
    GKeyFile: free group comments when the group is removed
55949
63791
 
55957
63799
 1 file changed, 6 insertions(+)
55958
63800
 
55959
63801
commit 9ddb2f8091e72e2c03794e65bd35031e49559dff
55960
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55961
 
Date:   Mon Dec 12 18:34:47 2011 +0000
 
63802
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63803
AuthorDate: Mon Dec 12 18:34:47 2011 +0000
 
63804
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63805
CommitDate: Wed Dec 14 12:26:16 2011 +0000
55962
63806
 
55963
63807
    g_hmac_get_string: don't allocate and leak an unused buffer
55964
63808
 
55972
63816
 1 file changed, 5 insertions(+), 1 deletion(-)
55973
63817
 
55974
63818
commit 64ca85ceaeb0375ff5931d45810015d5d2c774f1
55975
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
55976
 
Date:   Mon Dec 12 15:54:50 2011 +0000
 
63819
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63820
AuthorDate: Mon Dec 12 15:54:50 2011 +0000
 
63821
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
63822
CommitDate: Wed Dec 14 12:26:16 2011 +0000
55977
63823
 
55978
63824
    g_hmac_copy: initialize the refcount
55979
63825
 
55989
63835
 1 file changed, 1 insertion(+)
55990
63836
 
55991
63837
commit edfab83c07ccac635dae15f0b8ee30c662d239a3
55992
 
Author: Matthias Clasen <mclasen@redhat.com>
55993
 
Date:   Wed Dec 14 07:16:04 2011 -0500
 
63838
Author:     Matthias Clasen <mclasen@redhat.com>
 
63839
AuthorDate: Wed Dec 14 07:16:04 2011 -0500
 
63840
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63841
CommitDate: Wed Dec 14 07:16:45 2011 -0500
55994
63842
 
55995
63843
    Add an explicit deprecation note to g_thread_init
55996
63844
 
56000
63848
 1 file changed, 4 insertions(+)
56001
63849
 
56002
63850
commit b386d9ffb70879fed888f15c8ca41957e02c280c
56003
 
Author: Matthias Clasen <mclasen@redhat.com>
56004
 
Date:   Wed Dec 14 00:10:34 2011 -0500
 
63851
Author:     Matthias Clasen <mclasen@redhat.com>
 
63852
AuthorDate: Wed Dec 14 00:10:34 2011 -0500
 
63853
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63854
CommitDate: Wed Dec 14 00:10:34 2011 -0500
56005
63855
 
56006
63856
    Add another menu parser test
56007
63857
 
56012
63862
 1 file changed, 46 insertions(+), 16 deletions(-)
56013
63863
 
56014
63864
commit b153e38ff0b6fc7c6532e6dfc5b0f7305a360574
56015
 
Author: Matthias Clasen <mclasen@redhat.com>
56016
 
Date:   Tue Dec 13 23:16:25 2011 -0500
 
63865
Author:     Matthias Clasen <mclasen@redhat.com>
 
63866
AuthorDate: Tue Dec 13 23:16:25 2011 -0500
 
63867
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63868
CommitDate: Tue Dec 13 23:16:25 2011 -0500
56017
63869
 
56018
63870
    GMenuModel: Flesh out the docs some more
56019
63871
 
56021
63873
 1 file changed, 11 insertions(+), 1 deletion(-)
56022
63874
 
56023
63875
commit c14a3b3e9c43a32552223c05f1559717eeccec95
56024
 
Author: Matthias Clasen <mclasen@redhat.com>
56025
 
Date:   Tue Dec 13 23:06:16 2011 -0500
 
63876
Author:     Matthias Clasen <mclasen@redhat.com>
 
63877
AuthorDate: Tue Dec 13 23:06:16 2011 -0500
 
63878
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63879
CommitDate: Tue Dec 13 23:06:16 2011 -0500
56026
63880
 
56027
63881
    GMenu: purge references to GMenuProxy from the docs
56028
63882
 
56031
63885
 2 files changed, 3 insertions(+), 3 deletions(-)
56032
63886
 
56033
63887
commit 7e92997539b481e31b5566b4885c8b5158488daa
56034
 
Author: Stef Walter <stefw@collabora.co.uk>
56035
 
Date:   Tue Dec 13 23:00:16 2011 -0500
 
63888
Author:     Stef Walter <stefw@collabora.co.uk>
 
63889
AuthorDate: Tue Dec 13 23:00:16 2011 -0500
 
63890
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63891
CommitDate: Tue Dec 13 23:01:51 2011 -0500
56036
63892
 
56037
63893
    documentation fixes
56038
63894
 
56074
63930
 28 files changed, 169 insertions(+), 127 deletions(-)
56075
63931
 
56076
63932
commit b0c3997fdd553eca363dfd0f3c4da9938800acf9
56077
 
Author: Matthias Clasen <mclasen@redhat.com>
56078
 
Date:   Tue Dec 13 12:56:20 2011 -0500
 
63933
Author:     Matthias Clasen <mclasen@redhat.com>
 
63934
AuthorDate: Tue Dec 13 12:56:20 2011 -0500
 
63935
Commit:     Matthias Clasen <mclasen@redhat.com>
 
63936
CommitDate: Tue Dec 13 13:21:55 2011 -0500
56079
63937
 
56080
63938
    Improve GNetworkMonitor docs
56081
63939
 
56087
63945
 2 files changed, 23 insertions(+), 3 deletions(-)
56088
63946
 
56089
63947
commit f3dde2d4057f5dfa5cbc9f1e3f13d596608b0b3b
56090
 
Author: Christophe Fergeau <cfergeau@redhat.com>
56091
 
Date:   Mon Dec 12 15:06:41 2011 +0100
 
63948
Author:     Christophe Fergeau <cfergeau@redhat.com>
 
63949
AuthorDate: Mon Dec 12 15:06:41 2011 +0100
 
63950
Commit:     Christophe Fergeau <cfergeau@redhat.com>
 
63951
CommitDate: Tue Dec 13 16:40:34 2011 +0100
56092
63952
 
56093
63953
    gnetworkmonitornetlink.c: Fix compilation on RHEL 6.2
56094
63954
 
56121
63981
 1 file changed, 5 insertions(+), 2 deletions(-)
56122
63982
 
56123
63983
commit b79d1f8619951322efcfab02df65d868fa247ac7
56124
 
Author: Ryan Lortie <desrt@desrt.ca>
56125
 
Date:   Tue Dec 13 09:16:51 2011 -0500
 
63984
Author:     Ryan Lortie <desrt@desrt.ca>
 
63985
AuthorDate: Tue Dec 13 09:16:51 2011 -0500
 
63986
Commit:     Ryan Lortie <desrt@desrt.ca>
 
63987
CommitDate: Tue Dec 13 09:16:51 2011 -0500
56126
63988
 
56127
63989
    bump version
56128
63990
 
56130
63992
 1 file changed, 1 insertion(+), 1 deletion(-)
56131
63993
 
56132
63994
commit ab15175567d11600d0293fb4028718d2dead2e76
56133
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
56134
 
Date:   Tue Dec 13 12:12:48 2011 +0800
 
63995
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
63996
AuthorDate: Tue Dec 13 12:12:48 2011 +0800
 
63997
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
63998
CommitDate: Tue Dec 13 12:12:48 2011 +0800
56135
63999
 
56136
64000
    Update VS property sheets
56137
64001
 
56144
64008
 2 files changed, 39 insertions(+), 3 deletions(-)
56145
64009
 
56146
64010
commit b6890e94fe304adc8d00f0211d3ed546841bf388
56147
 
Author: Alexandre Franke <alexandre.franke@gmail.com>
56148
 
Date:   Mon Dec 12 20:36:29 2011 +0100
 
64011
Author:     Alexandre Franke <alexandre.franke@gmail.com>
 
64012
AuthorDate: Mon Dec 12 20:36:29 2011 +0100
 
64013
Commit:     Alexandre Franke <alexandre.franke@gmail.com>
 
64014
CommitDate: Mon Dec 12 20:36:29 2011 +0100
56149
64015
 
56150
64016
    Fix wording
56151
64017
 
56156
64022
 1 file changed, 3123 insertions(+), 3003 deletions(-)
56157
64023
 
56158
64024
commit 2f9ab64ac9dc4aeba4a6a297888986d26515d6f8
56159
 
Author: Ryan Lortie <desrt@desrt.ca>
56160
 
Date:   Mon Dec 12 13:28:24 2011 -0500
 
64025
Author:     Ryan Lortie <desrt@desrt.ca>
 
64026
AuthorDate: Mon Dec 12 13:28:24 2011 -0500
 
64027
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64028
CommitDate: Mon Dec 12 13:36:40 2011 -0500
56161
64029
 
56162
64030
    glib 2.31.4
56163
64031
 
56166
64034
 2 files changed, 15 insertions(+), 4 deletions(-)
56167
64035
 
56168
64036
commit 93f17967e4c6c5194d3c0cc4512169b6bd394bf7
56169
 
Author: Ryan Lortie <desrt@desrt.ca>
56170
 
Date:   Mon Dec 12 13:28:09 2011 -0500
 
64037
Author:     Ryan Lortie <desrt@desrt.ca>
 
64038
AuthorDate: Mon Dec 12 13:28:09 2011 -0500
 
64039
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64040
CommitDate: Mon Dec 12 13:33:54 2011 -0500
56171
64041
 
56172
64042
    GActionGroupExporter: stop using signal IDs
56173
64043
 
56191
64061
 1 file changed, 16 insertions(+), 16 deletions(-)
56192
64062
 
56193
64063
commit bbae5fe94193104ea24124e284bc3cccf9bdcb73
56194
 
Author: Ryan Lortie <desrt@desrt.ca>
56195
 
Date:   Mon Dec 12 13:13:42 2011 -0500
 
64064
Author:     Ryan Lortie <desrt@desrt.ca>
 
64065
AuthorDate: Mon Dec 12 13:13:42 2011 -0500
 
64066
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64067
CommitDate: Mon Dec 12 13:13:42 2011 -0500
56196
64068
 
56197
64069
    GMenuMarkup parser: small typo fix in docs
56198
64070
 
56200
64072
 1 file changed, 1 insertion(+), 1 deletion(-)
56201
64073
 
56202
64074
commit b8cde0b507ed2d131a1e88d3701b62be2fb012ac
56203
 
Author: Ryan Lortie <desrt@desrt.ca>
56204
 
Date:   Mon Dec 12 13:08:48 2011 -0500
 
64075
Author:     Ryan Lortie <desrt@desrt.ca>
 
64076
AuthorDate: Mon Dec 12 13:08:48 2011 -0500
 
64077
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64078
CommitDate: Mon Dec 12 13:08:48 2011 -0500
56205
64079
 
56206
64080
    More clearly define 'named menu' in the XML parser
56207
64081
 
56211
64085
 1 file changed, 8 insertions(+), 7 deletions(-)
56212
64086
 
56213
64087
commit 60bcb367832b5e625e51d11f863a9044712de924
56214
 
Author: Ryan Lortie <desrt@desrt.ca>
56215
 
Date:   Mon Dec 12 13:07:04 2011 -0500
 
64088
Author:     Ryan Lortie <desrt@desrt.ca>
 
64089
AuthorDate: Mon Dec 12 13:07:04 2011 -0500
 
64090
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64091
CommitDate: Mon Dec 12 13:07:04 2011 -0500
56216
64092
 
56217
64093
    GMenu parser: use G_MARKUP_COLLECT_BOOLEAN
56218
64094
 
56222
64098
 1 file changed, 6 insertions(+), 35 deletions(-)
56223
64099
 
56224
64100
commit 5c70759482d9fe8797020590071615386831b86e
56225
 
Author: Ryan Lortie <desrt@desrt.ca>
56226
 
Date:   Mon Dec 12 10:43:54 2011 -0500
 
64101
Author:     Ryan Lortie <desrt@desrt.ca>
 
64102
AuthorDate: Mon Dec 12 10:43:54 2011 -0500
 
64103
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64104
CommitDate: Mon Dec 12 10:45:05 2011 -0500
56227
64105
 
56228
64106
    update maintainers in glib.doap
56229
64107
 
56233
64111
 1 file changed, 3 insertions(+), 3 deletions(-)
56234
64112
 
56235
64113
commit 4f5732f721d11545bfd2ad3a971a44b76bfa7273
56236
 
Author: Matthias Clasen <mclasen@redhat.com>
56237
 
Date:   Mon Dec 12 01:44:41 2011 -0500
 
64114
Author:     Matthias Clasen <mclasen@redhat.com>
 
64115
AuthorDate: Mon Dec 12 01:44:41 2011 -0500
 
64116
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64117
CommitDate: Mon Dec 12 01:44:41 2011 -0500
56238
64118
 
56239
64119
    GApplication: fix a copy-paste error
56240
64120
 
56244
64124
 1 file changed, 4 insertions(+), 2 deletions(-)
56245
64125
 
56246
64126
commit dec7ed8abad74baa70160e0652171666d5ca461f
56247
 
Author: Matthias Clasen <mclasen@redhat.com>
56248
 
Date:   Mon Dec 12 00:01:20 2011 -0500
 
64127
Author:     Matthias Clasen <mclasen@redhat.com>
 
64128
AuthorDate: Mon Dec 12 00:01:20 2011 -0500
 
64129
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64130
CommitDate: Mon Dec 12 00:01:20 2011 -0500
56249
64131
 
56250
64132
    Rearrange GApplication long desc a bit
56251
64133
 
56254
64136
 1 file changed, 27 insertions(+), 26 deletions(-)
56255
64137
 
56256
64138
commit e24241384793b9d4648d00df8ac972dafcbc87a0
56257
 
Author: Matthias Clasen <mclasen@redhat.com>
56258
 
Date:   Mon Dec 12 00:00:16 2011 -0500
 
64139
Author:     Matthias Clasen <mclasen@redhat.com>
 
64140
AuthorDate: Mon Dec 12 00:00:16 2011 -0500
 
64141
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64142
CommitDate: Mon Dec 12 00:00:16 2011 -0500
56259
64143
 
56260
64144
    Expand actiongroup docs a bit more
56261
64145
 
56263
64147
 1 file changed, 27 insertions(+), 6 deletions(-)
56264
64148
 
56265
64149
commit 840482658a7cdacd012df6edba78edf7f7862036
56266
 
Author: Matthias Clasen <mclasen@redhat.com>
56267
 
Date:   Sun Dec 11 12:05:23 2011 -0500
 
64150
Author:     Matthias Clasen <mclasen@redhat.com>
 
64151
AuthorDate: Sun Dec 11 12:05:23 2011 -0500
 
64152
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64153
CommitDate: Sun Dec 11 12:05:23 2011 -0500
56268
64154
 
56269
64155
    Fix an assertion when activating apps a second time
56270
64156
 
56276
64162
 1 file changed, 3 insertions(+)
56277
64163
 
56278
64164
commit f40de4b15201eaf6936e7d82eeeb3c044067be7c
56279
 
Author: Matthias Clasen <mclasen@redhat.com>
56280
 
Date:   Sat Dec 10 22:14:34 2011 -0500
 
64165
Author:     Matthias Clasen <mclasen@redhat.com>
 
64166
AuthorDate: Sat Dec 10 22:14:34 2011 -0500
 
64167
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64168
CommitDate: Sat Dec 10 22:14:34 2011 -0500
56281
64169
 
56282
64170
    Add some more since tags
56283
64171
 
56286
64174
 2 files changed, 15 insertions(+), 5 deletions(-)
56287
64175
 
56288
64176
commit f0eb58075a9716e5eb976e160b374c23a04ec5e5
56289
 
Author: Matthias Clasen <mclasen@redhat.com>
56290
 
Date:   Sat Dec 10 21:55:11 2011 -0500
 
64177
Author:     Matthias Clasen <mclasen@redhat.com>
 
64178
AuthorDate: Sat Dec 10 21:55:11 2011 -0500
 
64179
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64180
CommitDate: Sat Dec 10 21:55:11 2011 -0500
56291
64181
 
56292
64182
    Add a since tag
56293
64183
 
56295
64185
 1 file changed, 3 insertions(+), 1 deletion(-)
56296
64186
 
56297
64187
commit 042954de9f990e53e81374c1b14ad53c7e4f7018
56298
 
Author: Matthias Clasen <mclasen@redhat.com>
56299
 
Date:   Sat Dec 10 21:49:10 2011 -0500
 
64188
Author:     Matthias Clasen <mclasen@redhat.com>
 
64189
AuthorDate: Sat Dec 10 21:49:10 2011 -0500
 
64190
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64191
CommitDate: Sat Dec 10 21:49:10 2011 -0500
56300
64192
 
56301
64193
    Fix since tag
56302
64194
 
56304
64196
 1 file changed, 1 insertion(+), 1 deletion(-)
56305
64197
 
56306
64198
commit 2d6d127c96de7317c6364ff7abfb29475e644df2
56307
 
Author: Matthias Clasen <mclasen@redhat.com>
56308
 
Date:   Sat Dec 10 21:46:13 2011 -0500
 
64199
Author:     Matthias Clasen <mclasen@redhat.com>
 
64200
AuthorDate: Sat Dec 10 21:46:13 2011 -0500
 
64201
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64202
CommitDate: Sat Dec 10 21:46:39 2011 -0500
56309
64203
 
56310
64204
    Whitespace fixes
56311
64205
 
56318
64212
 3 files changed, 223 insertions(+), 219 deletions(-)
56319
64213
 
56320
64214
commit d50f77b394641fbf3d8b57e1328d4a5bbceac31e
56321
 
Author: Matthias Clasen <mclasen@redhat.com>
56322
 
Date:   Sat Dec 10 21:42:49 2011 -0500
 
64215
Author:     Matthias Clasen <mclasen@redhat.com>
 
64216
AuthorDate: Sat Dec 10 21:42:49 2011 -0500
 
64217
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64218
CommitDate: Sat Dec 10 21:42:49 2011 -0500
56323
64219
 
56324
64220
    Add g_application_set/get_default to the docs
56325
64221
 
56327
64223
 1 file changed, 2 insertions(+)
56328
64224
 
56329
64225
commit f109415d950edae973ca630046deb7aebf3c8ddd
56330
 
Author: Matthias Clasen <mclasen@redhat.com>
56331
 
Date:   Sat Dec 10 20:47:22 2011 -0500
 
64226
Author:     Matthias Clasen <mclasen@redhat.com>
 
64227
AuthorDate: Sat Dec 10 20:47:22 2011 -0500
 
64228
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64229
CommitDate: Sat Dec 10 20:47:22 2011 -0500
56332
64230
 
56333
64231
    Add since tags
56334
64232
 
56342
64240
 6 files changed, 150 insertions(+), 49 deletions(-)
56343
64241
 
56344
64242
commit 829b4dfb43c118602d1c333a1a1fb7ec50cef7b0
56345
 
Author: Ryan Lortie <desrt@desrt.ca>
56346
 
Date:   Sat Dec 10 17:21:53 2011 -0500
 
64243
Author:     Ryan Lortie <desrt@desrt.ca>
 
64244
AuthorDate: Sat Dec 10 17:21:53 2011 -0500
 
64245
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64246
CommitDate: Sat Dec 10 17:23:28 2011 -0500
56347
64247
 
56348
64248
    Clean up GApplication docs
56349
64249
 
56371
64271
 11 files changed, 118 insertions(+), 101 deletions(-)
56372
64272
 
56373
64273
commit a8927732c9889d345fd34384b25a930ba8b76ef8
56374
 
Author: Ryan Lortie <desrt@desrt.ca>
56375
 
Date:   Sat Dec 10 14:06:18 2011 -0500
 
64274
Author:     Ryan Lortie <desrt@desrt.ca>
 
64275
AuthorDate: Sat Dec 10 14:06:18 2011 -0500
 
64276
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64277
CommitDate: Sat Dec 10 14:09:54 2011 -0500
56376
64278
 
56377
64279
    GDate: gtk-doc fixup
56378
64280
 
56380
64282
 1 file changed, 11 insertions(+), 7 deletions(-)
56381
64283
 
56382
64284
commit 3e06a34abaa0cee15b5372d5c9ba546509c2dd87
56383
 
Author: Seong-ho, Cho <darkcircle.0426@gmail.com>
56384
 
Date:   Sat Dec 10 23:32:23 2011 +0900
 
64285
Author:     Seong-ho, Cho <darkcircle.0426@gmail.com>
 
64286
AuthorDate: Sat Dec 10 23:32:23 2011 +0900
 
64287
Commit:     Changwoo Ryu <cwryu@debian.org>
 
64288
CommitDate: Sat Dec 10 23:32:23 2011 +0900
56385
64289
 
56386
64290
    Updated Korean translation
56387
64291
 
56390
64294
 1 file changed, 2915 insertions(+), 2865 deletions(-)
56391
64295
 
56392
64296
commit ee4b21bc8c1c00d58009e0537b815677e10f2451
56393
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
56394
 
Date:   Sat Dec 10 11:03:08 2011 +0200
 
64297
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
64298
AuthorDate: Sat Dec 10 11:03:08 2011 +0200
 
64299
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
64300
CommitDate: Sat Dec 10 11:03:08 2011 +0200
56395
64301
 
56396
64302
    Updated Hebrew translation.
56397
64303
 
56400
64306
 1 file changed, 338 insertions(+), 274 deletions(-)
56401
64307
 
56402
64308
commit 4eeac41d7dd9b75d2d44f5542f70d4f795a34333
56403
 
Author: Colin Walters <walters@verbum.org>
56404
 
Date:   Fri Dec 9 11:13:23 2011 -0500
 
64309
Author:     Colin Walters <walters@verbum.org>
 
64310
AuthorDate: Fri Dec 9 11:13:23 2011 -0500
 
64311
Commit:     Colin Walters <walters@verbum.org>
 
64312
CommitDate: Fri Dec 9 11:13:23 2011 -0500
56405
64313
 
56406
64314
    gfile: Don't use C++ keyword "template" as variable name
56407
64315
 
56412
64320
 2 files changed, 5 insertions(+), 5 deletions(-)
56413
64321
 
56414
64322
commit 8fcb73b0a90e663f5b1bf6d7b2554623c6b14968
56415
 
Author: Aleksander Morgado <aleksander@lanedo.com>
56416
 
Date:   Fri Dec 9 12:11:53 2011 +0100
 
64323
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
64324
AuthorDate: Fri Dec 9 12:11:53 2011 +0100
 
64325
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
64326
CommitDate: Fri Dec 9 15:18:25 2011 +0100
56417
64327
 
56418
64328
    gdbus-codegen: fix typo in generated documentation
56419
64329
 
56423
64333
 1 file changed, 1 insertion(+), 1 deletion(-)
56424
64334
 
56425
64335
commit 721667399a2ebc198292ecb5bfedc8f296aef04d
56426
 
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
56427
 
Date:   Thu Dec 8 23:17:07 2011 +0100
 
64336
Author:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
64337
AuthorDate: Thu Dec 8 23:17:07 2011 +0100
 
64338
Commit:     Dan Winship <danw@gnome.org>
 
64339
CommitDate: Fri Dec 9 08:58:05 2011 -0500
56428
64340
 
56429
64341
    GFile: add g_file_new_temp
56430
64342
 
56445
64357
 6 files changed, 69 insertions(+), 1 deletion(-)
56446
64358
 
56447
64359
commit e50d8a11b273498407cd360330533bda80e1f38d
56448
 
Author: Matthias Clasen <mclasen@redhat.com>
56449
 
Date:   Fri Dec 9 08:01:12 2011 -0500
 
64360
Author:     Matthias Clasen <mclasen@redhat.com>
 
64361
AuthorDate: Fri Dec 9 08:01:12 2011 -0500
 
64362
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64363
CommitDate: Fri Dec 9 08:01:12 2011 -0500
56450
64364
 
56451
64365
    Cosmetic doc change
56452
64366
 
56454
64368
 1 file changed, 1 insertion(+), 1 deletion(-)
56455
64369
 
56456
64370
commit 605856adfa0cbd2a4cfed63bf013c86f09d15f04
56457
 
Author: Piotr Drąg <piotrdrag@gmail.com>
56458
 
Date:   Fri Dec 9 12:55:40 2011 +0100
 
64371
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
64372
AuthorDate: Fri Dec 9 12:55:40 2011 +0100
 
64373
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
64374
CommitDate: Fri Dec 9 12:55:40 2011 +0100
56459
64375
 
56460
64376
    Updated POTFILES.in
56461
64377
 
56463
64379
 1 file changed, 1 insertion(+)
56464
64380
 
56465
64381
commit 8d428e3cc43e4732feba2c47237b0a50c08cab92
56466
 
Author: Matthias Clasen <mclasen@redhat.com>
56467
 
Date:   Thu Dec 8 23:44:30 2011 -0500
 
64382
Author:     Matthias Clasen <mclasen@redhat.com>
 
64383
AuthorDate: Thu Dec 8 23:44:30 2011 -0500
 
64384
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64385
CommitDate: Thu Dec 8 23:46:32 2011 -0500
56468
64386
 
56469
64387
    GApplication: Make ::startup run-first
56470
64388
 
56474
64392
 1 file changed, 1 insertion(+), 1 deletion(-)
56475
64393
 
56476
64394
commit 94a2ed4bc2dad2547b4ae89aad40b4d4483e2d0d
56477
 
Author: Matthias Clasen <mclasen@redhat.com>
56478
 
Date:   Thu Dec 8 22:00:24 2011 -0500
 
64395
Author:     Matthias Clasen <mclasen@redhat.com>
 
64396
AuthorDate: Thu Dec 8 22:00:24 2011 -0500
 
64397
Commit:     Matthias Clasen <mclasen@redhat.com>
 
64398
CommitDate: Thu Dec 8 22:00:24 2011 -0500
56479
64399
 
56480
64400
    Updates
56481
64401
 
56483
64403
 1 file changed, 4 insertions(+)
56484
64404
 
56485
64405
commit a65429cf4442168981130463e2e40fc1bf136293
56486
 
Author: Ryan Lortie <desrt@desrt.ca>
56487
 
Date:   Thu Dec 8 17:52:10 2011 -0500
 
64406
Author:     Ryan Lortie <desrt@desrt.ca>
 
64407
AuthorDate: Thu Dec 8 17:52:10 2011 -0500
 
64408
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64409
CommitDate: Thu Dec 8 18:07:50 2011 -0500
56488
64410
 
56489
64411
    gio.symbols fixes
56490
64412
 
56492
64414
 1 file changed, 3 insertions(+), 7 deletions(-)
56493
64415
 
56494
64416
commit a6366dc2892ff476a737f36ddfb0952895e58158
56495
 
Author: Ryan Lortie <desrt@desrt.ca>
56496
 
Date:   Thu Dec 8 17:49:01 2011 -0500
 
64417
Author:     Ryan Lortie <desrt@desrt.ca>
 
64418
AuthorDate: Thu Dec 8 17:49:01 2011 -0500
 
64419
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64420
CommitDate: Thu Dec 8 18:07:47 2011 -0500
56497
64421
 
56498
64422
    GDBusActionGroup: make API just like GDBusMenuModel
56499
64423
 
56514
64438
 5 files changed, 216 insertions(+), 265 deletions(-)
56515
64439
 
56516
64440
commit 0fdd9985bb4c840d1767f1e15e2fa5c97870ed7a
56517
 
Author: Ryan Lortie <desrt@desrt.ca>
56518
 
Date:   Thu Dec 8 16:06:01 2011 -0500
 
64441
Author:     Ryan Lortie <desrt@desrt.ca>
 
64442
AuthorDate: Thu Dec 8 16:06:01 2011 -0500
 
64443
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64444
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56519
64445
 
56520
64446
    GDBusActionGroup: drop ability to 'inject'
56521
64447
 
56531
64457
 5 files changed, 29 insertions(+), 100 deletions(-)
56532
64458
 
56533
64459
commit caa6287f399422677f6496412c2e009e686c42c2
56534
 
Author: Matthias Clasen <mclasen@redhat.com>
56535
 
Date:   Thu Dec 8 00:46:03 2011 -0500
 
64460
Author:     Matthias Clasen <mclasen@redhat.com>
 
64461
AuthorDate: Thu Dec 8 00:46:03 2011 -0500
 
64462
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64463
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56536
64464
 
56537
64465
    More documentation fixes
56538
64466
 
56540
64468
 1 file changed, 9 insertions(+), 8 deletions(-)
56541
64469
 
56542
64470
commit 04aab0cd46c1623f3dc6b4524f41c0a4cf243868
56543
 
Author: Matthias Clasen <mclasen@redhat.com>
56544
 
Date:   Thu Dec 8 00:31:23 2011 -0500
 
64471
Author:     Matthias Clasen <mclasen@redhat.com>
 
64472
AuthorDate: Thu Dec 8 00:31:23 2011 -0500
 
64473
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64474
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56545
64475
 
56546
64476
    Fix up docs
56547
64477
 
56553
64483
 5 files changed, 11 insertions(+), 11 deletions(-)
56554
64484
 
56555
64485
commit 39bebbed8241d9ce5209eff2d3dd5793e4221505
56556
 
Author: Matthias Clasen <mclasen@redhat.com>
56557
 
Date:   Wed Dec 7 22:31:10 2011 -0500
 
64486
Author:     Matthias Clasen <mclasen@redhat.com>
 
64487
AuthorDate: Wed Dec 7 22:31:10 2011 -0500
 
64488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64489
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56558
64490
 
56559
64491
    Don't use deprecated GApplication api in examples
56560
64492
 
56563
64495
 2 files changed, 5 insertions(+), 19 deletions(-)
56564
64496
 
56565
64497
commit 13e084437b6d3611ccd59f18aa799c87a2bfc3fd
56566
 
Author: Ryan Lortie <desrt@desrt.ca>
56567
 
Date:   Wed Dec 7 21:22:51 2011 -0500
 
64498
Author:     Ryan Lortie <desrt@desrt.ca>
 
64499
AuthorDate: Wed Dec 7 21:22:51 2011 -0500
 
64500
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64501
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56568
64502
 
56569
64503
    GDBusMenuModel: become thread-aware
56570
64504
 
56575
64509
 1 file changed, 28 insertions(+), 10 deletions(-)
56576
64510
 
56577
64511
commit 25ffde957cfcaa07c44a348da61d04456865d396
56578
 
Author: Ryan Lortie <desrt@desrt.ca>
56579
 
Date:   Wed Dec 7 21:10:18 2011 -0500
 
64512
Author:     Ryan Lortie <desrt@desrt.ca>
 
64513
AuthorDate: Wed Dec 7 21:10:18 2011 -0500
 
64514
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64515
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56580
64516
 
56581
64517
    menu threaded test: run the mainloop after export
56582
64518
 
56591
64527
 1 file changed, 1 insertion(+)
56592
64528
 
56593
64529
commit 1c036cb9f525853174c96d11e77160c315476df0
56594
 
Author: Ryan Lortie <desrt@desrt.ca>
56595
 
Date:   Wed Dec 7 21:05:38 2011 -0500
 
64530
Author:     Ryan Lortie <desrt@desrt.ca>
 
64531
AuthorDate: Wed Dec 7 21:05:38 2011 -0500
 
64532
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64533
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56596
64534
 
56597
64535
    Rename GMenuProxy to GDBusMenuModel
56598
64536
 
56610
64548
 7 files changed, 959 insertions(+), 958 deletions(-)
56611
64549
 
56612
64550
commit 14900d37f46ecab99deb4fd97822f1f2ec105c40
56613
 
Author: Ryan Lortie <desrt@desrt.ca>
56614
 
Date:   Wed Dec 7 20:39:23 2011 -0500
 
64551
Author:     Ryan Lortie <desrt@desrt.ca>
 
64552
AuthorDate: Wed Dec 7 20:39:23 2011 -0500
 
64553
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64554
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56615
64555
 
56616
64556
    action exporter: clarify threading situation
56617
64557
 
56633
64573
 2 files changed, 32 insertions(+), 25 deletions(-)
56634
64574
 
56635
64575
commit 7af08e1fc06fbf0180d3e6c3b8314cda5258c0f6
56636
 
Author: Ryan Lortie <desrt@desrt.ca>
56637
 
Date:   Wed Dec 7 20:23:41 2011 -0500
 
64576
Author:     Ryan Lortie <desrt@desrt.ca>
 
64577
AuthorDate: Wed Dec 7 20:23:41 2011 -0500
 
64578
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64579
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56638
64580
 
56639
64581
    action exporter: use GSource* instead of source id
56640
64582
 
56645
64587
 1 file changed, 17 insertions(+), 9 deletions(-)
56646
64588
 
56647
64589
commit 64e3e10c9827ff53c8388ebfb672810a6c5fa658
56648
 
Author: Ryan Lortie <desrt@desrt.ca>
56649
 
Date:   Wed Dec 7 14:43:50 2011 -0500
 
64590
Author:     Ryan Lortie <desrt@desrt.ca>
 
64591
AuthorDate: Wed Dec 7 14:43:50 2011 -0500
 
64592
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64593
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56650
64594
 
56651
64595
    action exporter: cancel pending events on unexport
56652
64596
 
56658
64602
 1 file changed, 5 insertions(+)
56659
64603
 
56660
64604
commit 21aca44ee1c16bec9338fe3df1b285a9f0ffaf4a
56661
 
Author: Ryan Lortie <desrt@desrt.ca>
56662
 
Date:   Wed Dec 7 10:35:29 2011 -0500
 
64605
Author:     Ryan Lortie <desrt@desrt.ca>
 
64606
AuthorDate: Wed Dec 7 10:35:29 2011 -0500
 
64607
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64608
CommitDate: Thu Dec 8 18:05:15 2011 -0500
56663
64609
 
56664
64610
    GMenuModel exporter: remove workaround
56665
64611
 
56670
64616
 1 file changed, 4 insertions(+), 24 deletions(-)
56671
64617
 
56672
64618
commit 328bf4616a3ffa45ffe3c1e6b1a00f658b108897
56673
 
Author: Matthias Clasen <mclasen@redhat.com>
56674
 
Date:   Wed Dec 7 00:58:01 2011 -0500
 
64619
Author:     Matthias Clasen <mclasen@redhat.com>
 
64620
AuthorDate: Wed Dec 7 00:58:01 2011 -0500
 
64621
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64622
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56675
64623
 
56676
64624
    Add testcase for threaded menu exporter use
56677
64625
 
56682
64630
 1 file changed, 70 insertions(+)
56683
64631
 
56684
64632
commit f1a403e80983a33dbe7cebb7a60c24ecaf0f2d28
56685
 
Author: Matthias Clasen <mclasen@redhat.com>
56686
 
Date:   Wed Dec 7 00:43:49 2011 -0500
 
64633
Author:     Matthias Clasen <mclasen@redhat.com>
 
64634
AuthorDate: Wed Dec 7 00:43:49 2011 -0500
 
64635
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64636
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56687
64637
 
56688
64638
    Add a test for multithreaded action group exporter use
56689
64639
 
56692
64642
 1 file changed, 74 insertions(+)
56693
64643
 
56694
64644
commit 77f6e6a97f96312eac0fec06e032fc686e7fca59
56695
 
Author: Ryan Lortie <desrt@desrt.ca>
56696
 
Date:   Sun Dec 4 21:33:55 2011 -0500
 
64645
Author:     Ryan Lortie <desrt@desrt.ca>
 
64646
AuthorDate: Sun Dec 4 21:33:55 2011 -0500
 
64647
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64648
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56697
64649
 
56698
64650
    GApplication dbus: publish the menus again
56699
64651
 
56702
64654
 1 file changed, 150 insertions(+)
56703
64655
 
56704
64656
commit 690596e9fbcad66f1692f92f919cd3be61ee27cb
56705
 
Author: Matthias Clasen <mclasen@redhat.com>
56706
 
Date:   Sat Dec 3 22:26:59 2011 -0500
 
64657
Author:     Matthias Clasen <mclasen@redhat.com>
 
64658
AuthorDate: Sat Dec 3 22:26:59 2011 -0500
 
64659
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64660
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56707
64661
 
56708
64662
    Fully implement app-menu and menubar properties
56709
64663
 
56711
64665
 1 file changed, 10 insertions(+)
56712
64666
 
56713
64667
commit ac8bc3d40732e6b2fb759e9fdc2f11a8d0e1e885
56714
 
Author: Ryan Lortie <desrt@desrt.ca>
56715
 
Date:   Sat Dec 3 17:17:13 2011 -0500
 
64668
Author:     Ryan Lortie <desrt@desrt.ca>
 
64669
AuthorDate: Sat Dec 3 17:17:13 2011 -0500
 
64670
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64671
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56716
64672
 
56717
64673
    GApplication: make menu properties readwrite
56718
64674
 
56722
64678
 1 file changed, 2 insertions(+), 2 deletions(-)
56723
64679
 
56724
64680
commit ef8c443092e52e5f4a934c77b1e30a06f59451d9
56725
 
Author: Ryan Lortie <desrt@desrt.ca>
56726
 
Date:   Fri Dec 2 17:47:34 2011 -0500
 
64681
Author:     Ryan Lortie <desrt@desrt.ca>
 
64682
AuthorDate: Fri Dec 2 17:47:34 2011 -0500
 
64683
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64684
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56727
64685
 
56728
64686
    menumodel test: don't get stuck in a loop
56729
64687
 
56741
64699
 1 file changed, 7 insertions(+)
56742
64700
 
56743
64701
commit 4f2c2077457bcd59ff09b2829b9f25b45e37a515
56744
 
Author: Ryan Lortie <desrt@desrt.ca>
56745
 
Date:   Fri Dec 2 16:50:09 2011 -0500
 
64702
Author:     Ryan Lortie <desrt@desrt.ca>
 
64703
AuthorDate: Fri Dec 2 16:50:09 2011 -0500
 
64704
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64705
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56746
64706
 
56747
64707
    menu/action exporter docs fixup
56748
64708
 
56756
64716
 5 files changed, 55 insertions(+), 33 deletions(-)
56757
64717
 
56758
64718
commit 46e3dca2e4c3b9c83f88894984046f6a376281c9
56759
 
Author: Ryan Lortie <desrt@desrt.ca>
56760
 
Date:   Fri Dec 2 16:29:28 2011 -0500
 
64719
Author:     Ryan Lortie <desrt@desrt.ca>
 
64720
AuthorDate: Fri Dec 2 16:29:28 2011 -0500
 
64721
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64722
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56761
64723
 
56762
64724
    gio symbol cleanups
56763
64725
 
56766
64728
 2 files changed, 10 insertions(+), 8 deletions(-)
56767
64729
 
56768
64730
commit cfbc1b5a4b0bdf6de856fc054149e8f558970dff
56769
 
Author: Ryan Lortie <desrt@desrt.ca>
56770
 
Date:   Fri Dec 2 15:36:15 2011 -0500
 
64731
Author:     Ryan Lortie <desrt@desrt.ca>
 
64732
AuthorDate: Fri Dec 2 15:36:15 2011 -0500
 
64733
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64734
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56771
64735
 
56772
64736
    Menu model exporter: clean up the API
56773
64737
 
56788
64752
 3 files changed, 58 insertions(+), 145 deletions(-)
56789
64753
 
56790
64754
commit a9f03596fa6da9999f3493d1deb8771f52efea3f
56791
 
Author: Ryan Lortie <desrt@desrt.ca>
56792
 
Date:   Fri Dec 2 15:17:56 2011 -0500
 
64755
Author:     Ryan Lortie <desrt@desrt.ca>
 
64756
AuthorDate: Fri Dec 2 15:17:56 2011 -0500
 
64757
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64758
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56793
64759
 
56794
64760
    GApplication: menu can change after registration
56795
64761
 
56803
64769
 1 file changed, 8 deletions(-)
56804
64770
 
56805
64771
commit f7886d6adbef560ea9dcc2ced3f327c927899752
56806
 
Author: Ryan Lortie <desrt@desrt.ca>
56807
 
Date:   Fri Dec 2 15:04:53 2011 -0500
 
64772
Author:     Ryan Lortie <desrt@desrt.ca>
 
64773
AuthorDate: Fri Dec 2 15:04:53 2011 -0500
 
64774
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64775
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56808
64776
 
56809
64777
    Action group exporter: clean up the API
56810
64778
 
56820
64788
 4 files changed, 45 insertions(+), 119 deletions(-)
56821
64789
 
56822
64790
commit 5a3276930089a801e86ddc3fef2167e4dcca5704
56823
 
Author: Ryan Lortie <desrt@desrt.ca>
56824
 
Date:   Fri Dec 2 14:24:17 2011 -0500
 
64791
Author:     Ryan Lortie <desrt@desrt.ca>
 
64792
AuthorDate: Fri Dec 2 14:24:17 2011 -0500
 
64793
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64794
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56825
64795
 
56826
64796
    GApplication: simplify dbus impl
56827
64797
 
56836
64806
 1 file changed, 123 insertions(+), 175 deletions(-)
56837
64807
 
56838
64808
commit 03d894d81fffefe837b4fa072338308a96f6f25d
56839
 
Author: Ryan Lortie <desrt@desrt.ca>
56840
 
Date:   Fri Dec 2 11:19:18 2011 -0500
 
64809
Author:     Ryan Lortie <desrt@desrt.ca>
 
64810
AuthorDate: Fri Dec 2 11:19:18 2011 -0500
 
64811
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64812
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56841
64813
 
56842
64814
    GApplication dbus: use XML for introspection
56843
64815
 
56849
64821
 1 file changed, 66 insertions(+), 78 deletions(-)
56850
64822
 
56851
64823
commit 088682d860b80eb843e2c15026cc5b10f00b9ed7
56852
 
Author: Ryan Lortie <desrt@desrt.ca>
56853
 
Date:   Fri Dec 2 10:32:28 2011 -0500
 
64824
Author:     Ryan Lortie <desrt@desrt.ca>
 
64825
AuthorDate: Fri Dec 2 10:32:28 2011 -0500
 
64826
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64827
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56854
64828
 
56855
64829
    GApplication: implement GActionMap
56856
64830
 
56862
64836
 2 files changed, 60 insertions(+), 11 deletions(-)
56863
64837
 
56864
64838
commit 75f1802a1c88007e2d29b5ac0cb55d9eb3b3a794
56865
 
Author: Ryan Lortie <desrt@desrt.ca>
56866
 
Date:   Thu Dec 1 22:53:07 2011 -0500
 
64839
Author:     Ryan Lortie <desrt@desrt.ca>
 
64840
AuthorDate: Thu Dec 1 22:53:07 2011 -0500
 
64841
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64842
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56867
64843
 
56868
64844
    Fix some GMenu and GMenuItem leaking
56869
64845
 
56872
64848
 2 files changed, 7 insertions(+)
56873
64849
 
56874
64850
commit 38216273665bb264d5f86157191b0a9a5ab8ad1d
56875
 
Author: Ryan Lortie <desrt@desrt.ca>
56876
 
Date:   Thu Dec 1 12:14:04 2011 -0500
 
64851
Author:     Ryan Lortie <desrt@desrt.ca>
 
64852
AuthorDate: Thu Dec 1 12:14:04 2011 -0500
 
64853
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64854
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56877
64855
 
56878
64856
    GApplication: make distinction about menus
56879
64857
 
56892
64870
 5 files changed, 130 insertions(+), 37 deletions(-)
56893
64871
 
56894
64872
commit 8777b08a5ac72c1c8fb54d7ab5d5aa180094f427
56895
 
Author: Colin Walters <walters@verbum.org>
56896
 
Date:   Thu Dec 1 09:38:04 2011 -0500
 
64873
Author:     Colin Walters <walters@verbum.org>
 
64874
AuthorDate: Thu Dec 1 09:38:04 2011 -0500
 
64875
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64876
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56897
64877
 
56898
64878
    gsimpleaction: Ensure actions are enabled
56899
64879
 
56901
64881
 1 file changed, 1 insertion(+)
56902
64882
 
56903
64883
commit a8a8633cef2472ad85dc17a50cc0433a068db7dc
56904
 
Author: Matthias Clasen <mclasen@redhat.com>
56905
 
Date:   Wed Nov 30 23:19:35 2011 -0500
 
64884
Author:     Matthias Clasen <mclasen@redhat.com>
 
64885
AuthorDate: Wed Nov 30 23:19:35 2011 -0500
 
64886
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64887
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56906
64888
 
56907
64889
    Include gactionmap.h in gio.h
56908
64890
 
56910
64892
 1 file changed, 4 insertions(+), 3 deletions(-)
56911
64893
 
56912
64894
commit eb09099f6502a952a933d0bcb1043a929dcee12c
56913
 
Author: Matthias Clasen <mclasen@redhat.com>
56914
 
Date:   Wed Nov 30 19:04:08 2011 -0500
 
64895
Author:     Matthias Clasen <mclasen@redhat.com>
 
64896
AuthorDate: Wed Nov 30 19:04:08 2011 -0500
 
64897
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64898
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56915
64899
 
56916
64900
    Minor doc improvements
56917
64901
 
56921
64905
 3 files changed, 10 insertions(+), 11 deletions(-)
56922
64906
 
56923
64907
commit c8e76fdda2dc932ddf471d8a6c6a7ced750bfd41
56924
 
Author: Matthias Clasen <mclasen@redhat.com>
56925
 
Date:   Wed Nov 30 19:03:41 2011 -0500
 
64908
Author:     Matthias Clasen <mclasen@redhat.com>
 
64909
AuthorDate: Wed Nov 30 19:03:41 2011 -0500
 
64910
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64911
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56926
64912
 
56927
64913
    Add GActionMap to the docs
56928
64914
 
56935
64921
 5 files changed, 87 insertions(+), 11 deletions(-)
56936
64922
 
56937
64923
commit 41e5ba86a791a17bb560dd7813ad7e849e0230dc
56938
 
Author: Colin Walters <walters@verbum.org>
56939
 
Date:   Wed Nov 30 17:26:59 2011 -0500
 
64924
Author:     Colin Walters <walters@verbum.org>
 
64925
AuthorDate: Wed Nov 30 17:26:59 2011 -0500
 
64926
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64927
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56940
64928
 
56941
64929
    GSimpleAction: Fix to comply with constructor rules
56942
64930
 
56949
64937
 2 files changed, 57 insertions(+), 37 deletions(-)
56950
64938
 
56951
64939
commit 76527e5cd5e864f1695b3afe0d6350e7546606bb
56952
 
Author: Ryan Lortie <desrt@desrt.ca>
56953
 
Date:   Wed Nov 30 11:36:08 2011 -0500
 
64940
Author:     Ryan Lortie <desrt@desrt.ca>
 
64941
AuthorDate: Wed Nov 30 11:36:08 2011 -0500
 
64942
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64943
CommitDate: Thu Dec 8 18:05:14 2011 -0500
56954
64944
 
56955
64945
    add GActionMap interface
56956
64946
 
56970
64960
 7 files changed, 392 insertions(+), 194 deletions(-)
56971
64961
 
56972
64962
commit 02b001f8f600b3a44883fe0337b20967c3420bde
56973
 
Author: Ryan Lortie <desrt@desrt.ca>
56974
 
Date:   Tue Nov 29 08:18:38 2011 -0500
 
64963
Author:     Ryan Lortie <desrt@desrt.ca>
 
64964
AuthorDate: Tue Nov 29 08:18:38 2011 -0500
 
64965
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64966
CommitDate: Thu Dec 8 18:05:13 2011 -0500
56975
64967
 
56976
64968
    gmenu exporter: put submenus in separate groups
56977
64969
 
56982
64974
 1 file changed, 4 insertions(+), 1 deletion(-)
56983
64975
 
56984
64976
commit a0a94cd6c68e339bc36a998ea7ce9f5b5b87d586
56985
 
Author: Ryan Lortie <desrt@desrt.ca>
56986
 
Date:   Tue Nov 29 08:16:19 2011 -0500
 
64977
Author:     Ryan Lortie <desrt@desrt.ca>
 
64978
AuthorDate: Tue Nov 29 08:16:19 2011 -0500
 
64979
Commit:     Ryan Lortie <desrt@desrt.ca>
 
64980
CommitDate: Thu Dec 8 18:05:13 2011 -0500
56987
64981
 
56988
64982
    menu tests: keep mirror of proxy
56989
64983
 
57002
64996
 1 file changed, 6 insertions(+), 2 deletions(-)
57003
64997
 
57004
64998
commit d6f2281329ca6b70e63537d41b2b6cf0b9aa94ef
57005
 
Author: Matthias Clasen <mclasen@redhat.com>
57006
 
Date:   Mon Nov 28 20:37:07 2011 -0500
 
64999
Author:     Matthias Clasen <mclasen@redhat.com>
 
65000
AuthorDate: Mon Nov 28 20:37:07 2011 -0500
 
65001
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65002
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57007
65003
 
57008
65004
    Shorten a variable name
57009
65005
 
57011
65007
 1 file changed, 12 insertions(+), 11 deletions(-)
57012
65008
 
57013
65009
commit ad09498fa7dd6e759236cdc9893e50c4ed6afbd3
57014
 
Author: Matthias Clasen <mclasen@redhat.com>
57015
 
Date:   Mon Nov 28 18:34:08 2011 -0500
 
65010
Author:     Matthias Clasen <mclasen@redhat.com>
 
65011
AuthorDate: Mon Nov 28 18:34:08 2011 -0500
 
65012
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65013
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57016
65014
 
57017
65015
    Expand dbus action group tests
57018
65016
 
57024
65022
 1 file changed, 67 insertions(+), 16 deletions(-)
57025
65023
 
57026
65024
commit 5718804e5894de7de19d9fb98ae831d60ba001d7
57027
 
Author: Matthias Clasen <mclasen@redhat.com>
57028
 
Date:   Mon Nov 28 18:13:16 2011 -0500
 
65025
Author:     Matthias Clasen <mclasen@redhat.com>
 
65026
AuthorDate: Mon Nov 28 18:13:16 2011 -0500
 
65027
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65028
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57029
65029
 
57030
65030
    Some more assertions
57031
65031
 
57033
65033
 1 file changed, 4 insertions(+), 1 deletion(-)
57034
65034
 
57035
65035
commit 22c9d20b7aad101d795a8034866a637b8d3bd611
57036
 
Author: Matthias Clasen <mclasen@redhat.com>
57037
 
Date:   Mon Nov 28 18:12:46 2011 -0500
 
65036
Author:     Matthias Clasen <mclasen@redhat.com>
 
65037
AuthorDate: Mon Nov 28 18:12:46 2011 -0500
 
65038
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65039
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57038
65040
 
57039
65041
    Add some dbus action group tests
57040
65042
 
57043
65045
 1 file changed, 214 insertions(+)
57044
65046
 
57045
65047
commit 7ef3e27255d66af428f046b58281d4402a045b54
57046
 
Author: Matthias Clasen <mclasen@redhat.com>
57047
 
Date:   Mon Nov 28 18:12:17 2011 -0500
 
65048
Author:     Matthias Clasen <mclasen@redhat.com>
 
65049
AuthorDate: Mon Nov 28 18:12:17 2011 -0500
 
65050
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65051
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57048
65052
 
57049
65053
    Fix the dbus action group query_action implementation
57050
65054
 
57052
65056
 1 file changed, 1 insertion(+), 1 deletion(-)
57053
65057
 
57054
65058
commit 5002cb29358ed3161afe1395397ccd995806c281
57055
 
Author: Matthias Clasen <mclasen@redhat.com>
57056
 
Date:   Mon Nov 28 18:11:25 2011 -0500
 
65059
Author:     Matthias Clasen <mclasen@redhat.com>
 
65060
AuthorDate: Mon Nov 28 18:11:25 2011 -0500
 
65061
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65062
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57057
65063
 
57058
65064
    Make stopping an action group export work
57059
65065
 
57061
65067
 1 file changed, 2 insertions(+)
57062
65068
 
57063
65069
commit 7a0faf66fe41649def3753eda09149883991da60
57064
 
Author: Ryan Lortie <desrt@desrt.ca>
57065
 
Date:   Mon Nov 28 11:45:20 2011 -0500
 
65070
Author:     Ryan Lortie <desrt@desrt.ca>
 
65071
AuthorDate: Mon Nov 28 11:45:20 2011 -0500
 
65072
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65073
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57066
65074
 
57067
65075
    rework GMenuProxy links
57068
65076
 
57077
65085
 1 file changed, 41 insertions(+), 31 deletions(-)
57078
65086
 
57079
65087
commit 2c4ded15e53d2c0e46aeaab2bea50320d86b4f37
57080
 
Author: Ryan Lortie <desrt@desrt.ca>
57081
 
Date:   Mon Nov 28 11:44:25 2011 -0500
 
65088
Author:     Ryan Lortie <desrt@desrt.ca>
 
65089
AuthorDate: Mon Nov 28 11:44:25 2011 -0500
 
65090
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65091
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57082
65092
 
57083
65093
    g_menu_model_get_item_link: be careful with refs
57084
65094
 
57090
65100
 1 file changed, 4 insertions(+), 1 deletion(-)
57091
65101
 
57092
65102
commit 1bb0a89de65e93dc055cb6147318d3760a535a8d
57093
 
Author: Matthias Clasen <mclasen@redhat.com>
57094
 
Date:   Mon Nov 28 10:22:25 2011 -0500
 
65103
Author:     Matthias Clasen <mclasen@redhat.com>
 
65104
AuthorDate: Mon Nov 28 10:22:25 2011 -0500
 
65105
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65106
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57095
65107
 
57096
65108
    Add debug code
57097
65109
 
57101
65113
 1 file changed, 37 insertions(+)
57102
65114
 
57103
65115
commit 2cf4866e33127a4f1dd2dbae94583af7c6457f1c
57104
 
Author: Matthias Clasen <mclasen@redhat.com>
57105
 
Date:   Mon Nov 28 07:51:57 2011 -0500
 
65116
Author:     Matthias Clasen <mclasen@redhat.com>
 
65117
AuthorDate: Mon Nov 28 07:51:57 2011 -0500
 
65118
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65119
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57106
65120
 
57107
65121
    Avoid cross-talk between tests
57108
65122
 
57114
65128
 1 file changed, 10 insertions(+), 5 deletions(-)
57115
65129
 
57116
65130
commit 39ce59f955ad04d4689d82dd35029723f7e7f3cd
57117
 
Author: Matthias Clasen <mclasen@redhat.com>
57118
 
Date:   Mon Nov 28 07:40:55 2011 -0500
 
65131
Author:     Matthias Clasen <mclasen@redhat.com>
 
65132
AuthorDate: Mon Nov 28 07:40:55 2011 -0500
 
65133
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65134
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57119
65135
 
57120
65136
    Typo fix
57121
65137
 
57123
65139
 1 file changed, 1 insertion(+), 1 deletion(-)
57124
65140
 
57125
65141
commit ff833ccac9d8c175e8879540d042d4fb76fdad10
57126
 
Author: Matthias Clasen <mclasen@redhat.com>
57127
 
Date:   Mon Nov 28 00:18:39 2011 -0500
 
65142
Author:     Matthias Clasen <mclasen@redhat.com>
 
65143
AuthorDate: Mon Nov 28 00:18:39 2011 -0500
 
65144
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65145
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57128
65146
 
57129
65147
    Remove unused variable
57130
65148
 
57132
65150
 1 file changed, 1 deletion(-)
57133
65151
 
57134
65152
commit 500f8fbac5efda5b0970020af15b17ff14629aac
57135
 
Author: Matthias Clasen <mclasen@redhat.com>
57136
 
Date:   Sun Nov 27 23:28:53 2011 -0500
 
65153
Author:     Matthias Clasen <mclasen@redhat.com>
 
65154
AuthorDate: Sun Nov 27 23:28:53 2011 -0500
 
65155
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65156
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57137
65157
 
57138
65158
    Add a test for menu subscriptions
57139
65159
 
57142
65162
 1 file changed, 163 insertions(+), 2 deletions(-)
57143
65163
 
57144
65164
commit efd23e23c68d2fa90c24870c5f89db96796fd41e
57145
 
Author: Matthias Clasen <mclasen@redhat.com>
57146
 
Date:   Sun Nov 27 18:52:15 2011 -0500
 
65165
Author:     Matthias Clasen <mclasen@redhat.com>
 
65166
AuthorDate: Sun Nov 27 18:52:15 2011 -0500
 
65167
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65168
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57147
65169
 
57148
65170
    Take out excessive width
57149
65171
 
57151
65173
 1 file changed, 12 insertions(+), 12 deletions(-)
57152
65174
 
57153
65175
commit 381b23fc85a4c5f94497394a68146c540cb26dab
57154
 
Author: Matthias Clasen <mclasen@redhat.com>
57155
 
Date:   Sun Nov 27 18:50:04 2011 -0500
 
65176
Author:     Matthias Clasen <mclasen@redhat.com>
 
65177
AuthorDate: Sun Nov 27 18:50:04 2011 -0500
 
65178
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65179
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57156
65180
 
57157
65181
    Reduce excessive width
57158
65182
 
57160
65184
 1 file changed, 15 insertions(+), 15 deletions(-)
57161
65185
 
57162
65186
commit f9f0ef19d7d163abc822e06f9e6b09c80cc8b1f7
57163
 
Author: Matthias Clasen <mclasen@redhat.com>
57164
 
Date:   Sun Nov 27 18:46:57 2011 -0500
 
65187
Author:     Matthias Clasen <mclasen@redhat.com>
 
65188
AuthorDate: Sun Nov 27 18:46:57 2011 -0500
 
65189
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65190
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57165
65191
 
57166
65192
    whitespace fix
57167
65193
 
57169
65195
 1 file changed, 1 insertion(+)
57170
65196
 
57171
65197
commit 0f88b7af3375ab6ed43be46e51409262526f0c70
57172
 
Author: Matthias Clasen <mclasen@redhat.com>
57173
 
Date:   Sun Nov 27 18:12:52 2011 -0500
 
65198
Author:     Matthias Clasen <mclasen@redhat.com>
 
65199
AuthorDate: Sun Nov 27 18:12:52 2011 -0500
 
65200
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65201
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57174
65202
 
57175
65203
    Add some tests for links
57176
65204
 
57179
65207
 1 file changed, 68 insertions(+)
57180
65208
 
57181
65209
commit 0760bf5850ebde4d87db035d3b38c1f1873f0d2a
57182
 
Author: Matthias Clasen <mclasen@redhat.com>
57183
 
Date:   Sun Nov 27 16:51:13 2011 -0500
 
65210
Author:     Matthias Clasen <mclasen@redhat.com>
 
65211
AuthorDate: Sun Nov 27 16:51:13 2011 -0500
 
65212
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65213
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57184
65214
 
57185
65215
    Add parser roundtrip tests
57186
65216
 
57189
65219
 1 file changed, 158 insertions(+), 2 deletions(-)
57190
65220
 
57191
65221
commit a2aeea7acdd0c98b14c3b8d9519fc479748b0ca3
57192
 
Author: Matthias Clasen <mclasen@redhat.com>
57193
 
Date:   Sun Nov 27 16:50:17 2011 -0500
 
65222
Author:     Matthias Clasen <mclasen@redhat.com>
 
65223
AuthorDate: Sun Nov 27 16:50:17 2011 -0500
 
65224
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65225
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57194
65226
 
57195
65227
    GMenuMarkup: fixes uncovered by roundtrip testing
57196
65228
 
57201
65233
 1 file changed, 7 insertions(+), 9 deletions(-)
57202
65234
 
57203
65235
commit d5a1b674f5a54ed0edef8d46d8e73715b7d88cd8
57204
 
Author: Matthias Clasen <mclasen@redhat.com>
57205
 
Date:   Sun Nov 27 13:46:49 2011 -0500
 
65236
Author:     Matthias Clasen <mclasen@redhat.com>
 
65237
AuthorDate: Sun Nov 27 13:46:49 2011 -0500
 
65238
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65239
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57206
65240
 
57207
65241
    Improve docs
57208
65242
 
57213
65247
 1 file changed, 2 insertions(+), 1 deletion(-)
57214
65248
 
57215
65249
commit 41c19c7df8f13101a40e7df115efbb8cd8de3f67
57216
 
Author: Matthias Clasen <mclasen@redhat.com>
57217
 
Date:   Sun Nov 27 02:16:51 2011 -0500
 
65250
Author:     Matthias Clasen <mclasen@redhat.com>
 
65251
AuthorDate: Sun Nov 27 02:16:51 2011 -0500
 
65252
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65253
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57218
65254
 
57219
65255
    GApplication: Add a menu example to the docs
57220
65256
 
57225
65261
 3 files changed, 107 insertions(+)
57226
65262
 
57227
65263
commit 8d96e68eeb6fddff167e730492be6f33a0e543a6
57228
 
Author: Matthias Clasen <mclasen@redhat.com>
57229
 
Date:   Sun Nov 27 01:44:14 2011 -0500
 
65264
Author:     Matthias Clasen <mclasen@redhat.com>
 
65265
AuthorDate: Sun Nov 27 01:44:14 2011 -0500
 
65266
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65267
CommitDate: Thu Dec 8 18:05:13 2011 -0500
57230
65268
 
57231
65269
    GMenu: Enforce attribute name restrictions
57232
65270
 
57239
65277
 1 file changed, 61 insertions(+), 4 deletions(-)
57240
65278
 
57241
65279
commit 9bebf15077e462f1c3e657df5d377b5ec6e806c3
57242
 
Author: Matthias Clasen <mclasen@redhat.com>
57243
 
Date:   Sun Nov 27 01:16:39 2011 -0500
 
65280
Author:     Matthias Clasen <mclasen@redhat.com>
 
65281
AuthorDate: Sun Nov 27 01:16:39 2011 -0500
 
65282
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65283
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57244
65284
 
57245
65285
    Reduce excessive width of gmenu.h
57246
65286
 
57249
65289
 1 file changed, 99 insertions(+), 99 deletions(-)
57250
65290
 
57251
65291
commit 58a8c02dfb2b003d4bb104dbe622b31c816107bc
57252
 
Author: Matthias Clasen <mclasen@redhat.com>
57253
 
Date:   Sun Nov 27 01:06:17 2011 -0500
 
65292
Author:     Matthias Clasen <mclasen@redhat.com>
 
65293
AuthorDate: Sun Nov 27 01:06:17 2011 -0500
 
65294
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65295
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57254
65296
 
57255
65297
    Match up a parameter name
57256
65298
 
57258
65300
 1 file changed, 5 insertions(+), 5 deletions(-)
57259
65301
 
57260
65302
commit 60ab57c4b07edb4be50f240f07b8fbd7f73918a0
57261
 
Author: Matthias Clasen <mclasen@redhat.com>
57262
 
Date:   Sun Nov 27 00:54:17 2011 -0500
 
65303
Author:     Matthias Clasen <mclasen@redhat.com>
 
65304
AuthorDate: Sun Nov 27 00:54:17 2011 -0500
 
65305
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65306
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57263
65307
 
57264
65308
    Describe the org.gtk.Menus interface
57265
65309
 
57271
65315
 1 file changed, 101 insertions(+)
57272
65316
 
57273
65317
commit cd22e1967d82cfd37cd018c058d7e60a3c92df6f
57274
 
Author: Matthias Clasen <mclasen@redhat.com>
57275
 
Date:   Sun Nov 27 00:52:51 2011 -0500
 
65318
Author:     Matthias Clasen <mclasen@redhat.com>
 
65319
AuthorDate: Sun Nov 27 00:52:51 2011 -0500
 
65320
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65321
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57276
65322
 
57277
65323
    Describe the org.gtk.Actions interface
57278
65324
 
57284
65330
 1 file changed, 93 insertions(+)
57285
65331
 
57286
65332
commit db34b1aebebfab110078ddea2f509fa338e7c8c7
57287
 
Author: Matthias Clasen <mclasen@redhat.com>
57288
 
Date:   Sat Nov 26 23:21:12 2011 -0500
 
65333
Author:     Matthias Clasen <mclasen@redhat.com>
 
65334
AuthorDate: Sat Nov 26 23:21:12 2011 -0500
 
65335
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65336
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57289
65337
 
57290
65338
    Rename exporter APIs
57291
65339
 
57315
65363
 10 files changed, 78 insertions(+), 80 deletions(-)
57316
65364
 
57317
65365
commit 435b2418dae32a5d5e5ee750744e4061d1cf07b8
57318
 
Author: Matthias Clasen <mclasen@redhat.com>
57319
 
Date:   Sat Nov 26 21:44:46 2011 -0500
 
65366
Author:     Matthias Clasen <mclasen@redhat.com>
 
65367
AuthorDate: Sat Nov 26 21:44:46 2011 -0500
 
65368
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65369
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57320
65370
 
57321
65371
    GActionGroup: Mention GMenuModel in the docs
57322
65372
 
57324
65374
 1 file changed, 5 insertions(+), 2 deletions(-)
57325
65375
 
57326
65376
commit ae0bd032cac1931fba13bd7a20040760edcd349c
57327
 
Author: Matthias Clasen <mclasen@redhat.com>
57328
 
Date:   Sat Nov 26 22:17:47 2011 -0500
 
65377
Author:     Matthias Clasen <mclasen@redhat.com>
 
65378
AuthorDate: Sat Nov 26 22:17:47 2011 -0500
 
65379
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65380
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57329
65381
 
57330
65382
    Add g_application_set_menu
57331
65383
 
57341
65393
 5 files changed, 117 insertions(+), 3 deletions(-)
57342
65394
 
57343
65395
commit 6dfb9d583f264da11430acbc7c141f3955fe78ed
57344
 
Author: Ryan Lortie <desrt@desrt.ca>
57345
 
Date:   Fri Oct 21 23:51:48 2011 -0400
 
65396
Author:     Ryan Lortie <desrt@desrt.ca>
 
65397
AuthorDate: Fri Oct 21 23:51:48 2011 -0400
 
65398
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65399
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57346
65400
 
57347
65401
    Add GMenuModel testcases
57348
65402
 
57353
65407
 3 files changed, 629 insertions(+)
57354
65408
 
57355
65409
commit d110fd9202a1084e1fe1d8efcfbdda1d078945e4
57356
 
Author: Ryan Lortie <desrt@desrt.ca>
57357
 
Date:   Fri Oct 21 22:49:54 2011 -0400
 
65410
Author:     Ryan Lortie <desrt@desrt.ca>
 
65411
AuthorDate: Fri Oct 21 22:49:54 2011 -0400
 
65412
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65413
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57358
65414
 
57359
65415
    Add GMenuProxy
57360
65416
 
57373
65429
 8 files changed, 923 insertions(+)
57374
65430
 
57375
65431
commit 66e089f086c0243eb43847137081bf99f2fc89dc
57376
 
Author: Matthias Clasen <mclasen@redhat.com>
57377
 
Date:   Sat Nov 26 21:02:15 2011 -0500
 
65432
Author:     Matthias Clasen <mclasen@redhat.com>
 
65433
AuthorDate: Sat Nov 26 21:02:15 2011 -0500
 
65434
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65435
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57378
65436
 
57379
65437
    Add GMenuModel D-Bus exporter
57380
65438
 
57389
65447
 7 files changed, 943 insertions(+)
57390
65448
 
57391
65449
commit 6b40d4eb6bf2a974e52be34e7c25b9f9f98242db
57392
 
Author: Matthias Clasen <mclasen@redhat.com>
57393
 
Date:   Sat Nov 26 22:00:48 2011 -0500
 
65450
Author:     Matthias Clasen <mclasen@redhat.com>
 
65451
AuthorDate: Sat Nov 26 22:00:48 2011 -0500
 
65452
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65453
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57394
65454
 
57395
65455
    Add GMenu markup
57396
65456
 
57411
65471
 10 files changed, 917 insertions(+)
57412
65472
 
57413
65473
commit 13f59777350f120dd82d1bd36e15155057b073c3
57414
 
Author: Matthias Clasen <mclasen@redhat.com>
57415
 
Date:   Sat Nov 26 22:48:24 2011 -0500
 
65474
Author:     Matthias Clasen <mclasen@redhat.com>
 
65475
AuthorDate: Sat Nov 26 22:48:24 2011 -0500
 
65476
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65477
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57416
65478
 
57417
65479
    Add GMenu
57418
65480
 
57428
65490
 8 files changed, 1245 insertions(+)
57429
65491
 
57430
65492
commit 12a39a05d3085783923a3613d6a93987732d4d0a
57431
 
Author: Matthias Clasen <mclasen@redhat.com>
57432
 
Date:   Sat Nov 26 22:46:51 2011 -0500
 
65493
Author:     Matthias Clasen <mclasen@redhat.com>
 
65494
AuthorDate: Sat Nov 26 22:46:51 2011 -0500
 
65495
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65496
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57433
65497
 
57434
65498
    Add GMenuModel
57435
65499
 
57449
65513
 12 files changed, 1268 insertions(+), 3 deletions(-)
57450
65514
 
57451
65515
commit df4cd241e5fd03d539295fa428a00a584b526353
57452
 
Author: Matthias Clasen <mclasen@redhat.com>
57453
 
Date:   Sat Nov 26 22:30:02 2011 -0500
 
65516
Author:     Matthias Clasen <mclasen@redhat.com>
 
65517
AuthorDate: Sat Nov 26 22:30:02 2011 -0500
 
65518
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65519
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57454
65520
 
57455
65521
    GApplication: use GDBusActionGroup
57456
65522
 
57463
65529
 3 files changed, 32 insertions(+), 300 deletions(-)
57464
65530
 
57465
65531
commit c249e10d117c432aad540b4009c334411c77ea2d
57466
 
Author: Ryan Lortie <desrt@desrt.ca>
57467
 
Date:   Fri Jul 1 02:41:30 2011 +0100
 
65532
Author:     Ryan Lortie <desrt@desrt.ca>
 
65533
AuthorDate: Fri Jul 1 02:41:30 2011 +0100
 
65534
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65535
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57468
65536
 
57469
65537
    Add GDBusActionGroup
57470
65538
 
57485
65553
 10 files changed, 700 insertions(+)
57486
65554
 
57487
65555
commit bc5fe41dec00a80ee0f9e827898e75e0553ed39c
57488
 
Author: Ryan Lortie <desrt@desrt.ca>
57489
 
Date:   Thu Jun 30 10:40:51 2011 +0100
 
65556
Author:     Ryan Lortie <desrt@desrt.ca>
 
65557
AuthorDate: Thu Jun 30 10:40:51 2011 +0100
 
65558
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65559
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57490
65560
 
57491
65561
    GApplication: port action client to new D-Bus API
57492
65562
 
57497
65567
 1 file changed, 110 insertions(+), 95 deletions(-)
57498
65568
 
57499
65569
commit 20d1de3a1bfd0cc297dc8a5224fa274aaa6fca4a
57500
 
Author: Ryan Lortie <desrt@desrt.ca>
57501
 
Date:   Thu Jun 30 09:52:24 2011 +0100
 
65570
Author:     Ryan Lortie <desrt@desrt.ca>
 
65571
AuthorDate: Thu Jun 30 09:52:24 2011 +0100
 
65572
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65573
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57502
65574
 
57503
65575
    GApplication: use GActionGroup exporter
57504
65576
 
57509
65581
 1 file changed, 12 insertions(+), 191 deletions(-)
57510
65582
 
57511
65583
commit 940ec94f0a0f1c1c77deaf4eb88722f155544445
57512
 
Author: Ryan Lortie <desrt@desrt.ca>
57513
 
Date:   Wed Jun 29 01:02:21 2011 +0100
 
65584
Author:     Ryan Lortie <desrt@desrt.ca>
 
65585
AuthorDate: Wed Jun 29 01:02:21 2011 +0100
 
65586
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65587
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57514
65588
 
57515
65589
    Add GActionGroup D-Bus exporter
57516
65590
 
57525
65599
 7 files changed, 686 insertions(+)
57526
65600
 
57527
65601
commit 8d1cc7f4635c1ab5cb9a7963b3dfebba56d87629
57528
 
Author: Ryan Lortie <desrt@desrt.ca>
57529
 
Date:   Fri Dec 2 16:22:13 2011 -0500
 
65602
Author:     Ryan Lortie <desrt@desrt.ca>
 
65603
AuthorDate: Fri Dec 2 16:22:13 2011 -0500
 
65604
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65605
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57530
65606
 
57531
65607
    Revert "Use an XML blob for gapplication interface info"
57532
65608
 
57537
65613
 1 file changed, 107 insertions(+), 58 deletions(-)
57538
65614
 
57539
65615
commit 45818762d398588fd36be138e9981525d98bf687
57540
 
Author: Ryan Lortie <desrt@desrt.ca>
57541
 
Date:   Fri Dec 2 16:22:01 2011 -0500
 
65616
Author:     Ryan Lortie <desrt@desrt.ca>
 
65617
AuthorDate: Fri Dec 2 16:22:01 2011 -0500
 
65618
Commit:     Ryan Lortie <desrt@desrt.ca>
 
65619
CommitDate: Thu Dec 8 18:05:12 2011 -0500
57542
65620
 
57543
65621
    Revert "Forgot one interface..."
57544
65622
 
57548
65626
 1 file changed, 3 insertions(+), 24 deletions(-)
57549
65627
 
57550
65628
commit 888a52034bcd06b6b5aeac98d372216d1f7b2798
57551
 
Author: Matthias Clasen <mclasen@redhat.com>
57552
 
Date:   Wed Dec 7 20:41:33 2011 -0500
 
65629
Author:     Matthias Clasen <mclasen@redhat.com>
 
65630
AuthorDate: Wed Dec 7 20:41:33 2011 -0500
 
65631
Commit:     Matthias Clasen <mclasen@redhat.com>
 
65632
CommitDate: Wed Dec 7 20:41:33 2011 -0500
57553
65633
 
57554
65634
    Updates
57555
65635
 
57557
65637
 1 file changed, 45 insertions(+)
57558
65638
 
57559
65639
commit 3d686e3d8f6af393b01fe38cd7d29517e52dea50
57560
 
Author: Matthias Clasen <mclasen@redhat.com>
57561
 
Date:   Wed Dec 7 14:36:56 2011 -0500
 
65640
Author:     Matthias Clasen <mclasen@redhat.com>
 
65641
AuthorDate: Wed Dec 7 14:36:56 2011 -0500
 
65642
Commit:     Matthias Clasen <mclasen@redhat.com>
 
65643
CommitDate: Wed Dec 7 14:38:37 2011 -0500
57562
65644
 
57563
65645
    Clarify docs around main loop vfuncs
57564
65646
 
57572
65654
 2 files changed, 9 insertions(+), 7 deletions(-)
57573
65655
 
57574
65656
commit 70dacf83d23ed468ff60972fd166769482d7195f
57575
 
Author: David Zeuthen <davidz@redhat.com>
57576
 
Date:   Wed Dec 7 10:25:24 2011 -0500
 
65657
Author:     David Zeuthen <davidz@redhat.com>
 
65658
AuthorDate: Wed Dec 7 10:25:24 2011 -0500
 
65659
Commit:     David Zeuthen <davidz@redhat.com>
 
65660
CommitDate: Wed Dec 7 10:30:42 2011 -0500
57577
65661
 
57578
65662
    Bug 665733 – GDBusConnection holds lock while calling destroynotify
57579
65663
 
57589
65673
 2 files changed, 21 insertions(+), 28 deletions(-)
57590
65674
 
57591
65675
commit 386bb0faadd98c190f171cbdd4c51dba50e85505
57592
 
Author: Philip Withnall <philip@tecnocode.co.uk>
57593
 
Date:   Tue Dec 6 19:41:31 2011 +0000
 
65676
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
65677
AuthorDate: Tue Dec 6 19:41:31 2011 +0000
 
65678
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
65679
CommitDate: Tue Dec 6 19:41:31 2011 +0000
57594
65680
 
57595
65681
    unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTH
57596
65682
 
57611
65697
 4 files changed, 7 insertions(+), 5 deletions(-)
57612
65698
 
57613
65699
commit 3ac7c35656649b1d1fcf2ccaa670b854809d4cd8
57614
 
Author: Philip Withnall <philip@tecnocode.co.uk>
57615
 
Date:   Tue Dec 6 18:30:43 2011 +0000
 
65700
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
65701
AuthorDate: Tue Dec 6 18:30:43 2011 +0000
 
65702
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
65703
CommitDate: Tue Dec 6 19:09:01 2011 +0000
57616
65704
 
57617
65705
    Bug 665685 — Add a #define for the max length of a Unicode
57618
65706
    decomposition
57628
65716
 3 files changed, 16 insertions(+), 4 deletions(-)
57629
65717
 
57630
65718
commit 990af4b3725faba230abc6c2e68c112da6f13b41
57631
 
Author: David Zeuthen <davidz@redhat.com>
57632
 
Date:   Tue Dec 6 13:32:12 2011 -0500
 
65719
Author:     David Zeuthen <davidz@redhat.com>
 
65720
AuthorDate: Tue Dec 6 13:32:12 2011 -0500
 
65721
Commit:     David Zeuthen <davidz@redhat.com>
 
65722
CommitDate: Tue Dec 6 13:41:53 2011 -0500
57633
65723
 
57634
65724
    GDBus: Note in docs that g_dbus_node_info_new_for_xml() is using
57635
65725
    GMarkup
57644
65734
 1 file changed, 4 insertions(+)
57645
65735
 
57646
65736
commit 74e131551dcc347fa659183aa19558c0509f0445
57647
 
Author: David Zeuthen <davidz@redhat.com>
57648
 
Date:   Tue Dec 6 13:29:01 2011 -0500
 
65737
Author:     David Zeuthen <davidz@redhat.com>
 
65738
AuthorDate: Tue Dec 6 13:29:01 2011 -0500
 
65739
Commit:     David Zeuthen <davidz@redhat.com>
 
65740
CommitDate: Tue Dec 6 13:41:53 2011 -0500
57649
65741
 
57650
65742
    GDBus: fix link to D-Bus spec
57651
65743
 
57655
65747
 1 file changed, 1 insertion(+), 1 deletion(-)
57656
65748
 
57657
65749
commit 10a154446c2427861656763b68f312e48f7d0bd6
57658
 
Author: Behdad Esfahbod <behdad@behdad.org>
57659
 
Date:   Tue Dec 6 13:20:39 2011 -0500
 
65750
Author:     Behdad Esfahbod <behdad@behdad.org>
 
65751
AuthorDate: Tue Dec 6 13:20:39 2011 -0500
 
65752
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
65753
CommitDate: Tue Dec 6 13:20:39 2011 -0500
57660
65754
 
57661
65755
    Minor doc fix.
57662
65756
 
57664
65758
 1 file changed, 1 insertion(+), 1 deletion(-)
57665
65759
 
57666
65760
commit 91fb373d553779b7b2b535c44a3236907f0a72c8
57667
 
Author: Behdad Esfahbod <behdad@behdad.org>
57668
 
Date:   Tue Dec 6 13:18:47 2011 -0500
 
65761
Author:     Behdad Esfahbod <behdad@behdad.org>
 
65762
AuthorDate: Tue Dec 6 13:18:47 2011 -0500
 
65763
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
65764
CommitDate: Tue Dec 6 13:19:27 2011 -0500
57669
65765
 
57670
65766
    Minor
57671
65767
 
57673
65769
 1 file changed, 1 insertion(+), 1 deletion(-)
57674
65770
 
57675
65771
commit 6bb8fdaa5fad07713b189ea53e6c5afd67ad9b4e
57676
 
Author: Matthias Clasen <mclasen@redhat.com>
57677
 
Date:   Tue Dec 6 07:43:35 2011 -0500
 
65772
Author:     Matthias Clasen <mclasen@redhat.com>
 
65773
AuthorDate: Tue Dec 6 07:43:35 2011 -0500
 
65774
Commit:     Matthias Clasen <mclasen@redhat.com>
 
65775
CommitDate: Tue Dec 6 07:44:55 2011 -0500
57678
65776
 
57679
65777
    Make the qsort_r check cross-compile friendly
57680
65778
 
57686
65784
 1 file changed, 1 insertion(+), 1 deletion(-)
57687
65785
 
57688
65786
commit 482f226270efd6c0c8d336b9146376986979e1f4
57689
 
Author: Benjamin Otte <otte@redhat.com>
57690
 
Date:   Mon Dec 5 22:40:18 2011 +0100
 
65787
Author:     Benjamin Otte <otte@redhat.com>
 
65788
AuthorDate: Mon Dec 5 22:40:18 2011 +0100
 
65789
Commit:     Benjamin Otte <otte@redhat.com>
 
65790
CommitDate: Mon Dec 5 22:40:18 2011 +0100
57691
65791
 
57692
65792
    outputstream: Clarify docs of flush()
57693
65793
 
57704
65804
 1 file changed, 5 insertions(+), 3 deletions(-)
57705
65805
 
57706
65806
commit fd1e9938b36677587dfe9960dacb678bbd3981bf
57707
 
Author: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
57708
 
Date:   Wed Jan 19 19:08:15 2011 +0000
 
65807
Author:     Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
 
65808
AuthorDate: Wed Jan 19 19:08:15 2011 +0000
 
65809
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
65810
CommitDate: Mon Dec 5 18:27:34 2011 +0000
57709
65811
 
57710
65812
    Send CHANGES_DONE_HINT on file moves if no IN_CLOSE_WRITE is emitted
57711
65813
 
57739
65841
 3 files changed, 35 insertions(+), 1 deletion(-)
57740
65842
 
57741
65843
commit 83d0c8a7396e8c1f70619e01f0b0c06fd22790b7
57742
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
57743
 
Date:   Mon Nov 28 17:54:46 2011 +0000
 
65844
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
65845
AuthorDate: Mon Nov 28 17:54:46 2011 +0000
 
65846
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
65847
CommitDate: Mon Dec 5 18:15:19 2011 +0000
57744
65848
 
57745
65849
    GDBusConnection: propagate error correctly if flags are inappropriate
57746
65850
 
57755
65859
 1 file changed, 1 insertion(+), 1 deletion(-)
57756
65860
 
57757
65861
commit 15437a7e5a89dcb2a812f829bc8e9e1db7ce350b
57758
 
Author: Sam Thursfield <sam.thursfield@codethink.co.uk>
57759
 
Date:   Thu Dec 1 15:48:27 2011 +0000
 
65862
Author:     Sam Thursfield <sam.thursfield@codethink.co.uk>
 
65863
AuthorDate: Thu Dec 1 15:48:27 2011 +0000
 
65864
Commit:     Colin Walters <walters@verbum.org>
 
65865
CommitDate: Fri Dec 2 14:39:17 2011 -0500
57760
65866
 
57761
65867
    Link to libpcre correctly when static linking
57762
65868
 
57766
65872
 1 file changed, 1 insertion(+)
57767
65873
 
57768
65874
commit eb315b68cf6b868e100b8171661d2e162a37bf21
57769
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
57770
 
Date:   Fri Dec 2 18:27:07 2011 +0100
 
65875
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
65876
AuthorDate: Fri Dec 2 18:27:07 2011 +0100
 
65877
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
65878
CommitDate: Fri Dec 2 18:27:07 2011 +0100
57771
65879
 
57772
65880
    Updated Spanish translation
57773
65881
 
57776
65884
 1 file changed, 98 insertions(+), 105 deletions(-)
57777
65885
 
57778
65886
commit a00530ecb0e8576e7a023f37a97528da4d0dfce5
57779
 
Author: Tristan Van Berkom <tristanvb@openismus.com>
57780
 
Date:   Fri Dec 2 11:20:21 2011 -0500
 
65887
Author:     Tristan Van Berkom <tristanvb@openismus.com>
 
65888
AuthorDate: Fri Dec 2 11:20:21 2011 -0500
 
65889
Commit:     David Zeuthen <davidz@redhat.com>
 
65890
CommitDate: Fri Dec 2 11:20:21 2011 -0500
57781
65891
 
57782
65892
    GDBusInterfaceSkeleton: make it possible to export on multiple
57783
65893
    connections
57801
65911
 7 files changed, 592 insertions(+), 87 deletions(-)
57802
65912
 
57803
65913
commit 22da18fa706c685da015c9b9a786d810270b3a5f
57804
 
Author: Philip Withnall <philip@tecnocode.co.uk>
57805
 
Date:   Wed Nov 30 10:20:13 2011 +0000
 
65914
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
65915
AuthorDate: Wed Nov 30 10:20:13 2011 +0000
 
65916
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
65917
CommitDate: Fri Dec 2 10:23:14 2011 +0000
57806
65918
 
57807
65919
    GVariant: add preconditions to ref. counting functions
57808
65920
 
57817
65929
 1 file changed, 10 insertions(+)
57818
65930
 
57819
65931
commit 190645bcc40a4dda579cb5cabd3b1778628d9ef6
57820
 
Author: Kjartan Maraas <kmaraas@gnome.org>
57821
 
Date:   Thu Dec 1 18:01:02 2011 +0100
 
65932
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
65933
AuthorDate: Thu Dec 1 18:01:02 2011 +0100
 
65934
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
65935
CommitDate: Thu Dec 1 18:01:02 2011 +0100
57822
65936
 
57823
65937
    Updated Norwegian bokmål translation
57824
65938
 
57827
65941
 1 file changed, 33 insertions(+), 43 deletions(-)
57828
65942
 
57829
65943
commit e79834958718725493029a61c62f3faf6a4d039c
57830
 
Author: Dan Winship <danw@gnome.org>
57831
 
Date:   Thu Dec 1 13:10:25 2011 +0100
 
65944
Author:     Dan Winship <danw@gnome.org>
 
65945
AuthorDate: Thu Dec 1 13:10:25 2011 +0100
 
65946
Commit:     Dan Winship <danw@gnome.org>
 
65947
CommitDate: Thu Dec 1 13:10:25 2011 +0100
57832
65948
 
57833
65949
    GMemoryInputStream/GMemoryOutputStream: fix bug in previous commit
57834
65950
 
57848
65964
 3 files changed, 86 insertions(+), 8 deletions(-)
57849
65965
 
57850
65966
commit a5876e5fc1b1e192e8cde664780957798b8a2607
57851
 
Author: Dan Winship <danw@gnome.org>
57852
 
Date:   Wed Nov 30 10:32:42 2011 +0100
 
65967
Author:     Dan Winship <danw@gnome.org>
 
65968
AuthorDate: Wed Nov 30 10:32:42 2011 +0100
 
65969
Commit:     Dan Winship <danw@gnome.org>
 
65970
CommitDate: Wed Nov 30 10:34:19 2011 +0100
57853
65971
 
57854
65972
    GMemoryInputStream/GMemoryOutputStream: make these properly
57855
65973
    subclassable
57865
65983
 2 files changed, 7 insertions(+), 7 deletions(-)
57866
65984
 
57867
65985
commit b13e79da62b256058e4ca1d9fdd46376d3013f16
57868
 
Author: Matthias Clasen <mclasen@redhat.com>
57869
 
Date:   Tue Nov 29 22:53:50 2011 -0500
 
65986
Author:     Matthias Clasen <mclasen@redhat.com>
 
65987
AuthorDate: Tue Nov 29 22:53:50 2011 -0500
 
65988
Commit:     Matthias Clasen <mclasen@redhat.com>
 
65989
CommitDate: Tue Nov 29 22:54:45 2011 -0500
57870
65990
 
57871
65991
    Don't abort if g_ascii_strtod tests fail
57872
65992
 
57876
65996
 1 file changed, 2 insertions(+), 23 deletions(-)
57877
65997
 
57878
65998
commit 22748dbbc9c20c149ccfd4ae99e7aeea490820da
57879
 
Author: Geek87 <geek87@gmx.com>
57880
 
Date:   Mon Jul 25 13:08:24 2011 +0200
 
65999
Author:     Geek87 <geek87@gmx.com>
 
66000
AuthorDate: Mon Jul 25 13:08:24 2011 +0200
 
66001
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66002
CommitDate: Tue Nov 29 22:16:53 2011 -0500
57881
66003
 
57882
66004
    Remove two useless lines of code
57883
66005
 
57887
66009
 1 file changed, 2 deletions(-)
57888
66010
 
57889
66011
commit 27e70806c1e4a44d2ff753cba152446ab1762fd5
57890
 
Author: Geek87 <geek87@gmx.com>
57891
 
Date:   Mon Jul 25 13:06:02 2011 +0200
 
66012
Author:     Geek87 <geek87@gmx.com>
 
66013
AuthorDate: Mon Jul 25 13:06:02 2011 +0200
 
66014
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66015
CommitDate: Tue Nov 29 22:16:52 2011 -0500
57892
66016
 
57893
66017
    Fix a little comment error in the _GTreeNode struct
57894
66018
 
57898
66022
 1 file changed, 1 insertion(+), 1 deletion(-)
57899
66023
 
57900
66024
commit 3aa0fc43a6811cdc4126d5678e03ab991e1f4bf6
57901
 
Author: Matthias Clasen <mclasen@redhat.com>
57902
 
Date:   Tue Nov 29 22:09:58 2011 -0500
 
66025
Author:     Matthias Clasen <mclasen@redhat.com>
 
66026
AuthorDate: Tue Nov 29 22:09:58 2011 -0500
 
66027
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66028
CommitDate: Tue Nov 29 22:10:37 2011 -0500
57903
66029
 
57904
66030
    Clarify local_command_line docs
57905
66031
 
57909
66035
 1 file changed, 4 insertions(+), 3 deletions(-)
57910
66036
 
57911
66037
commit f24d8247b3a20cc62b4be50a0515acffd7e7d277
57912
 
Author: Nicola Fontana <ntd@entidi.it>
57913
 
Date:   Tue Nov 29 22:02:00 2011 -0500
 
66038
Author:     Nicola Fontana <ntd@entidi.it>
 
66039
AuthorDate: Tue Nov 29 22:02:00 2011 -0500
 
66040
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66041
CommitDate: Tue Nov 29 22:03:25 2011 -0500
57914
66042
 
57915
66043
    Do not use static GTypeInfo and GInterfaceInfo
57916
66044
 
57945
66073
 21 files changed, 29 insertions(+), 29 deletions(-)
57946
66074
 
57947
66075
commit 1f33446e1fae721cc6c8f260afe2ebfa42dd51c8
57948
 
Author: Dan Winship <danw@gnome.org>
57949
 
Date:   Tue Nov 29 21:45:37 2011 +0100
 
66076
Author:     Dan Winship <danw@gnome.org>
 
66077
AuthorDate: Tue Nov 29 21:45:37 2011 +0100
 
66078
Commit:     Dan Winship <danw@gnome.org>
 
66079
CommitDate: Tue Nov 29 21:45:37 2011 +0100
57950
66080
 
57951
66081
    gnetworkmonitornetlink.c: Make the error messages less geeky
57952
66082
 
57959
66089
 1 file changed, 5 insertions(+), 5 deletions(-)
57960
66090
 
57961
66091
commit 69043de3e00cbc1f661e9613000cd820ea989ba5
57962
 
Author: Dan Winship <danw@gnome.org>
57963
 
Date:   Tue Nov 29 21:42:41 2011 +0100
 
66092
Author:     Dan Winship <danw@gnome.org>
 
66093
AuthorDate: Tue Nov 29 21:42:41 2011 +0100
 
66094
Commit:     Dan Winship <danw@gnome.org>
 
66095
CommitDate: Tue Nov 29 21:43:00 2011 +0100
57964
66096
 
57965
66097
    gzlibdecompressor.c: fix a comment
57966
66098
 
57968
66100
 1 file changed, 1 insertion(+), 1 deletion(-)
57969
66101
 
57970
66102
commit 0627759331d857a3b99eec0ed2c13e5cf7f67130
57971
 
Author: Michael Vogt <michael.vogt@ubuntu.com>
57972
 
Date:   Tue Nov 29 12:00:38 2011 +0100
 
66103
Author:     Michael Vogt <michael.vogt@ubuntu.com>
 
66104
AuthorDate: Tue Nov 29 12:00:38 2011 +0100
 
66105
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
66106
CommitDate: Tue Nov 29 12:01:25 2011 +0100
57973
66107
 
57974
66108
    Add missing annotation to g_file_set_attribute()
57975
66109
 
57984
66118
 1 file changed, 2 insertions(+), 2 deletions(-)
57985
66119
 
57986
66120
commit 30580bdca7764525a49899dd56dcdde25a300a21
57987
 
Author: Matthias Clasen <mclasen@redhat.com>
57988
 
Date:   Mon Nov 28 19:57:44 2011 -0500
 
66121
Author:     Matthias Clasen <mclasen@redhat.com>
 
66122
AuthorDate: Mon Nov 28 19:57:44 2011 -0500
 
66123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66124
CommitDate: Mon Nov 28 19:57:44 2011 -0500
57989
66125
 
57990
66126
    Forgot one interface...
57991
66127
 
57993
66129
 1 file changed, 24 insertions(+), 3 deletions(-)
57994
66130
 
57995
66131
commit 8013401f6e4edb01dd31b716c179806b55d4064b
57996
 
Author: Matthias Clasen <mclasen@redhat.com>
57997
 
Date:   Mon Nov 28 19:33:24 2011 -0500
 
66132
Author:     Matthias Clasen <mclasen@redhat.com>
 
66133
AuthorDate: Mon Nov 28 19:33:24 2011 -0500
 
66134
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66135
CommitDate: Mon Nov 28 19:33:24 2011 -0500
57998
66136
 
57999
66137
    Use an XML blob for gapplication interface info
58000
66138
 
58005
66143
 1 file changed, 58 insertions(+), 107 deletions(-)
58006
66144
 
58007
66145
commit 4ce5a11dafb0999aa26b36b32df18124e8ebd51d
58008
 
Author: Carlos Garcia Campos <cgarcia@igalia.com>
58009
 
Date:   Fri Nov 25 15:39:31 2011 +0100
 
66146
Author:     Carlos Garcia Campos <cgarcia@igalia.com>
 
66147
AuthorDate: Fri Nov 25 15:39:31 2011 +0100
 
66148
Commit:     Carlos Garcia Campos <carlosgc@gnome.org>
 
66149
CommitDate: Sun Nov 27 14:33:47 2011 +0100
58010
66150
 
58011
66151
    gtester: Add command line option to skip tests
58012
66152
 
58018
66158
 3 files changed, 42 insertions(+)
58019
66159
 
58020
66160
commit e4b7cfcb038c4e19d23fae19e0d68705dfef2d63
58021
 
Author: Matthias Clasen <mclasen@redhat.com>
58022
 
Date:   Sat Nov 26 22:38:32 2011 -0500
 
66161
Author:     Matthias Clasen <mclasen@redhat.com>
 
66162
AuthorDate: Sat Nov 26 22:38:32 2011 -0500
 
66163
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66164
CommitDate: Sat Nov 26 22:38:32 2011 -0500
58023
66165
 
58024
66166
    Rearrange GApplication docs
58025
66167
 
58030
66172
 1 file changed, 2 insertions(+), 2 deletions(-)
58031
66173
 
58032
66174
commit 01ce06ac272aa31c5cf572d551195c45c4e65c15
58033
 
Author: Ryan Lortie <desrt@desrt.ca>
58034
 
Date:   Fri Oct 21 23:54:31 2011 -0400
 
66175
Author:     Ryan Lortie <desrt@desrt.ca>
 
66176
AuthorDate: Fri Oct 21 23:54:31 2011 -0400
 
66177
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66178
CommitDate: Sat Nov 26 20:28:50 2011 -0500
58035
66179
 
58036
66180
    gio.symbols: add g_application_[gs]et_default()
58037
66181
 
58039
66183
 1 file changed, 2 insertions(+)
58040
66184
 
58041
66185
commit c7dc66602aeee9c1c3692666998bb77ae5818a0f
58042
 
Author: Matthias Clasen <mclasen@redhat.com>
58043
 
Date:   Sat Nov 26 01:42:21 2011 -0500
 
66186
Author:     Matthias Clasen <mclasen@redhat.com>
 
66187
AuthorDate: Sat Nov 26 01:42:21 2011 -0500
 
66188
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66189
CommitDate: Sat Nov 26 20:12:34 2011 -0500
58044
66190
 
58045
66191
    Cosmetics
58046
66192
 
58050
66196
 1 file changed, 3 insertions(+), 3 deletions(-)
58051
66197
 
58052
66198
commit a81cdf297ca97e375d28463556a7b838f4fb0ac1
58053
 
Author: Ryan Lortie <desrt@desrt.ca>
58054
 
Date:   Thu Sep 29 23:52:16 2011 -0400
 
66199
Author:     Ryan Lortie <desrt@desrt.ca>
 
66200
AuthorDate: Thu Sep 29 23:52:16 2011 -0400
 
66201
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66202
CommitDate: Sat Nov 26 20:11:40 2011 -0500
58055
66203
 
58056
66204
    GApplication: add default application
58057
66205
 
58060
66208
 2 files changed, 52 insertions(+)
58061
66209
 
58062
66210
commit 95c3796d6af8017d5b789938dc7518fd6576a65e
58063
 
Author: Ryan Lortie <desrt@desrt.ca>
58064
 
Date:   Thu Jun 30 09:47:40 2011 +0100
 
66211
Author:     Ryan Lortie <desrt@desrt.ca>
 
66212
AuthorDate: Thu Jun 30 09:47:40 2011 +0100
 
66213
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66214
CommitDate: Sat Nov 26 20:07:24 2011 -0500
58065
66215
 
58066
66216
    GApplication: unregister action interface export
58067
66217
 
58072
66222
 1 file changed, 6 insertions(+)
58073
66223
 
58074
66224
commit 2cbc6d9ae6a949818f48c20d3f4230688371e2ea
58075
 
Author: Matthias Clasen <mclasen@redhat.com>
58076
 
Date:   Sat Nov 26 19:43:46 2011 -0500
 
66225
Author:     Matthias Clasen <mclasen@redhat.com>
 
66226
AuthorDate: Sat Nov 26 19:43:46 2011 -0500
 
66227
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66228
CommitDate: Sat Nov 26 19:43:46 2011 -0500
58077
66229
 
58078
66230
    GApplication: Implement query_action
58079
66231
 
58082
66234
 1 file changed, 32 insertions(+), 106 deletions(-)
58083
66235
 
58084
66236
commit c3a2c280c3697938f0666a737bbfb96ad20dc132
58085
 
Author: Matthias Clasen <mclasen@redhat.com>
58086
 
Date:   Fri Nov 25 22:35:33 2011 -0500
 
66237
Author:     Matthias Clasen <mclasen@redhat.com>
 
66238
AuthorDate: Fri Nov 25 22:35:33 2011 -0500
 
66239
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66240
CommitDate: Sat Nov 26 19:27:30 2011 -0500
58087
66241
 
58088
66242
    GSimpleActionGroup: Implement query_action
58089
66243
 
58092
66246
 1 file changed, 20 insertions(+), 74 deletions(-)
58093
66247
 
58094
66248
commit f468e9c3097cb8a797091822c52fee29d5bdca90
58095
 
Author: Ryan Lortie <desrt@desrt.ca>
58096
 
Date:   Thu Nov 24 19:52:48 2011 -0500
 
66249
Author:     Ryan Lortie <desrt@desrt.ca>
 
66250
AuthorDate: Thu Nov 24 19:52:48 2011 -0500
 
66251
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66252
CommitDate: Sat Nov 26 19:25:32 2011 -0500
58097
66253
 
58098
66254
    Add g_action_group_query_action()
58099
66255
 
58111
66267
 4 files changed, 204 insertions(+), 5 deletions(-)
58112
66268
 
58113
66269
commit fcc69fd318f55ca0edc52864b4c0488b304b8382
58114
 
Author: Stef Walter <stefw@collabora.co.uk>
58115
 
Date:   Fri Nov 11 17:08:26 2011 +0100
 
66270
Author:     Stef Walter <stefw@collabora.co.uk>
 
66271
AuthorDate: Fri Nov 11 17:08:26 2011 +0100
 
66272
Commit:     Stef Walter <stefw@collabora.co.uk>
 
66273
CommitDate: Thu Nov 24 08:58:38 2011 +0100
58116
66274
 
58117
66275
    GBytes: A new type for an immutable set of bytes.
58118
66276
 
58158
66316
 25 files changed, 1102 insertions(+), 371 deletions(-)
58159
66317
 
58160
66318
commit 069ec3719c65be5663c10eb98569e45e13501d97
58161
 
Author: Matthias Clasen <mclasen@redhat.com>
58162
 
Date:   Wed Nov 23 18:13:44 2011 -0500
 
66319
Author:     Matthias Clasen <mclasen@redhat.com>
 
66320
AuthorDate: Wed Nov 23 18:13:44 2011 -0500
 
66321
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66322
CommitDate: Wed Nov 23 18:13:44 2011 -0500
58163
66323
 
58164
66324
    Fix distcheck
58165
66325
 
58173
66333
 4 files changed, 4 insertions(+), 4 deletions(-)
58174
66334
 
58175
66335
commit 0104c62f3fda9016658809d79cf395d78611e35a
58176
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58177
 
Date:   Thu Oct 20 15:01:47 2011 +0100
 
66336
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66337
AuthorDate: Thu Oct 20 15:01:47 2011 +0100
 
66338
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66339
CommitDate: Wed Nov 23 12:30:06 2011 +0000
58178
66340
 
58179
66341
    GInitable, GAsyncInitable: not initializing gives undefined behaviour
58180
66342
 
58192
66354
 2 files changed, 25 insertions(+), 14 deletions(-)
58193
66355
 
58194
66356
commit 968ef5f5ffbe5e694bae3052bea34e9b9d1aef35
58195
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58196
 
Date:   Wed Nov 23 11:20:15 2011 +0000
 
66357
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66358
AuthorDate: Wed Nov 23 11:20:15 2011 +0000
 
66359
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66360
CommitDate: Wed Nov 23 11:20:15 2011 +0000
58197
66361
 
58198
66362
    GDBusWorker: continue_writing: initialize flush_async_data if closing
58199
66363
 
58211
66375
 1 file changed, 3 insertions(+), 5 deletions(-)
58212
66376
 
58213
66377
commit 1b01109377a4780431996d617643704351a27d8f
58214
 
Author: Matthias Clasen <mclasen@redhat.com>
58215
 
Date:   Tue Nov 22 23:57:18 2011 -0500
 
66378
Author:     Matthias Clasen <mclasen@redhat.com>
 
66379
AuthorDate: Tue Nov 22 23:57:18 2011 -0500
 
66380
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66381
CommitDate: Tue Nov 22 23:57:18 2011 -0500
58216
66382
 
58217
66383
    Add some more mainloop tests
58218
66384
 
58221
66387
 1 file changed, 178 insertions(+)
58222
66388
 
58223
66389
commit d0e2865a2ed237be1867b212cba6740e7f15fbc0
58224
 
Author: Matthias Clasen <mclasen@redhat.com>
58225
 
Date:   Tue Nov 22 19:31:30 2011 -0500
 
66390
Author:     Matthias Clasen <mclasen@redhat.com>
 
66391
AuthorDate: Tue Nov 22 19:31:30 2011 -0500
 
66392
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66393
CommitDate: Tue Nov 22 19:31:30 2011 -0500
58226
66394
 
58227
66395
    Remove unnecessary includes
58228
66396
 
58233
66401
 1 file changed, 3 deletions(-)
58234
66402
 
58235
66403
commit 2da24259ab2a4da63885155460e281beb3d5998b
58236
 
Author: Matthias Clasen <mclasen@redhat.com>
58237
 
Date:   Tue Nov 22 19:25:03 2011 -0500
 
66404
Author:     Matthias Clasen <mclasen@redhat.com>
 
66405
AuthorDate: Tue Nov 22 19:25:03 2011 -0500
 
66406
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66407
CommitDate: Tue Nov 22 19:25:03 2011 -0500
58238
66408
 
58239
66409
    Fix !debug builds
58240
66410
 
58246
66416
 1 file changed, 7 insertions(+), 8 deletions(-)
58247
66417
 
58248
66418
commit 6dde6b7f21af0d3748f142c3f718f1d4cb21739e
58249
 
Author: Matthias Clasen <mclasen@redhat.com>
58250
 
Date:   Tue Nov 22 19:12:48 2011 -0500
 
66419
Author:     Matthias Clasen <mclasen@redhat.com>
 
66420
AuthorDate: Tue Nov 22 19:12:48 2011 -0500
 
66421
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66422
CommitDate: Tue Nov 22 19:12:48 2011 -0500
58251
66423
 
58252
66424
    Add back required _XOPEN_SOURCE define
58253
66425
 
58258
66430
 1 file changed, 1 insertion(+)
58259
66431
 
58260
66432
commit 345688c9e9d811b2844ea573c82be63cb02996ce
58261
 
Author: Ryan Lortie <desrt@desrt.ca>
58262
 
Date:   Tue Nov 22 17:32:04 2011 -0500
 
66433
Author:     Ryan Lortie <desrt@desrt.ca>
 
66434
AuthorDate: Tue Nov 22 17:32:04 2011 -0500
 
66435
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66436
CommitDate: Tue Nov 22 17:35:56 2011 -0500
58263
66437
 
58264
66438
    GApplication: don't fail if can't get session bus
58265
66439
 
58281
66455
 2 files changed, 46 insertions(+), 6 deletions(-)
58282
66456
 
58283
66457
commit 1f02ef3205e810dd937f316f5a7b58ecc2893d59
58284
 
Author: Matthias Clasen <mclasen@redhat.com>
58285
 
Date:   Tue Nov 22 11:06:07 2011 -0500
 
66458
Author:     Matthias Clasen <mclasen@redhat.com>
 
66459
AuthorDate: Tue Nov 22 11:06:07 2011 -0500
 
66460
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66461
CommitDate: Tue Nov 22 13:59:34 2011 -0500
58286
66462
 
58287
66463
    gio: Move gmodule to Requires.private
58288
66464
 
58294
66470
 2 files changed, 4 insertions(+), 3 deletions(-)
58295
66471
 
58296
66472
commit c4a11858cfb098ccc25d35dd7f5461c51b7f6ad3
58297
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58298
 
Date:   Tue Nov 22 12:39:54 2011 +0000
 
66473
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66474
AuthorDate: Tue Nov 22 12:39:54 2011 +0000
 
66475
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66476
CommitDate: Tue Nov 22 16:08:14 2011 +0000
58299
66477
 
58300
66478
    GDBusConnection: don't pass boolean > 1 to _g_dbus_worker_new
58301
66479
 
58313
66491
 1 file changed, 1 insertion(+), 1 deletion(-)
58314
66492
 
58315
66493
commit 95faa44f2d04593f201a2d98210575e894d4cf01
58316
 
Author: Dan Winship <danw@gnome.org>
58317
 
Date:   Tue Nov 22 08:56:54 2011 -0500
 
66494
Author:     Dan Winship <danw@gnome.org>
 
66495
AuthorDate: Tue Nov 22 08:56:54 2011 -0500
 
66496
Commit:     Dan Winship <danw@gnome.org>
 
66497
CommitDate: Tue Nov 22 08:56:54 2011 -0500
58318
66498
 
58319
66499
    GSocketInputStream/GSocketOutputStream: fix win32 build
58320
66500
 
58327
66507
 2 files changed, 14 insertions(+), 5 deletions(-)
58328
66508
 
58329
66509
commit 38a00cec67709e5c154398e8cbb8f15a15bed583
58330
 
Author: Rico Tzschichholz <ricotz@t-online.de>
58331
 
Date:   Mon Nov 21 23:06:15 2011 +0100
 
66510
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
66511
AuthorDate: Mon Nov 21 23:06:15 2011 +0100
 
66512
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
66513
CommitDate: Mon Nov 21 23:06:15 2011 +0100
58332
66514
 
58333
66515
    gio/tests: Fix for -Werror=format-security
58334
66516
 
58336
66518
 1 file changed, 1 insertion(+), 1 deletion(-)
58337
66519
 
58338
66520
commit b2cb386b78203fc2e3fb540e94dc6eab10a1a0ef
58339
 
Author: Ryan Lortie <desrt@desrt.ca>
58340
 
Date:   Mon Nov 21 15:21:23 2011 -0500
 
66521
Author:     Ryan Lortie <desrt@desrt.ca>
 
66522
AuthorDate: Mon Nov 21 15:21:23 2011 -0500
 
66523
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66524
CommitDate: Mon Nov 21 15:21:23 2011 -0500
58341
66525
 
58342
66526
    post-release bump
58343
66527
 
58345
66529
 1 file changed, 1 insertion(+), 1 deletion(-)
58346
66530
 
58347
66531
commit 36c21d4790044683a042f8d9479ffc5798914b5b
58348
 
Author: Ryan Lortie <desrt@desrt.ca>
58349
 
Date:   Mon Nov 21 12:18:32 2011 -0500
 
66532
Author:     Ryan Lortie <desrt@desrt.ca>
 
66533
AuthorDate: Mon Nov 21 12:18:32 2011 -0500
 
66534
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66535
CommitDate: Mon Nov 21 14:23:17 2011 -0500
58350
66536
 
58351
66537
    release glib 2.31.2
58352
66538
 
58354
66540
 1 file changed, 1 insertion(+), 1 deletion(-)
58355
66541
 
58356
66542
commit 59623973fa1853552f0bd59c850aa9c505c42d7d
58357
 
Author: Ryan Lortie <desrt@desrt.ca>
58358
 
Date:   Mon Nov 21 12:36:43 2011 -0500
 
66543
Author:     Ryan Lortie <desrt@desrt.ca>
 
66544
AuthorDate: Mon Nov 21 12:36:43 2011 -0500
 
66545
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66546
CommitDate: Mon Nov 21 14:23:17 2011 -0500
58359
66547
 
58360
66548
    dist gio/tests/key8.pem
58361
66549
 
58363
66551
 1 file changed, 1 insertion(+)
58364
66552
 
58365
66553
commit 4bb411948c9ca00a534e5ec06efbf8ef22fc07f1
58366
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58367
 
Date:   Tue Nov 1 18:03:12 2011 +0000
 
66554
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66555
AuthorDate: Tue Nov 1 18:03:12 2011 +0000
 
66556
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66557
CommitDate: Mon Nov 21 18:16:51 2011 +0000
58368
66558
 
58369
66559
    Add test case for #662395
58370
66560
 
58378
66568
 2 files changed, 394 insertions(+)
58379
66569
 
58380
66570
commit 96deb40caaf82bc9c51675515971dc3d638c72a0
58381
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58382
 
Date:   Tue Nov 1 16:49:36 2011 +0000
 
66571
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66572
AuthorDate: Tue Nov 1 16:49:36 2011 +0000
 
66573
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66574
CommitDate: Mon Nov 21 18:15:26 2011 +0000
58383
66575
 
58384
66576
    GDBus tests: factor out TestIOStream, test_pipe and test_bidi_pipe
58385
66577
 
58401
66593
 6 files changed, 365 insertions(+), 112 deletions(-)
58402
66594
 
58403
66595
commit bae9928246d5104e1d73a60dd66bfbc45740d640
58404
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58405
 
Date:   Mon Nov 21 17:20:52 2011 +0000
 
66596
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66597
AuthorDate: Mon Nov 21 17:20:52 2011 +0000
 
66598
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66599
CommitDate: Mon Nov 21 18:12:30 2011 +0000
58406
66600
 
58407
66601
    _g_dbus_worker_flush_sync: always flush if we need to
58408
66602
 
58424
66618
 1 file changed, 37 insertions(+), 6 deletions(-)
58425
66619
 
58426
66620
commit f41178c6c79a00a1fb3a99bc3ae7c88a85c833fc
58427
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58428
 
Date:   Mon Nov 21 17:18:01 2011 +0000
 
66621
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66622
AuthorDate: Mon Nov 21 17:18:01 2011 +0000
 
66623
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66624
CommitDate: Mon Nov 21 18:10:11 2011 +0000
58429
66625
 
58430
66626
    GDBusWorker: move flush async op into continue_writing()
58431
66627
 
58447
66643
 1 file changed, 68 insertions(+), 33 deletions(-)
58448
66644
 
58449
66645
commit 301332168b096e8c64e26932e2a02bd24fafdbab
58450
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58451
 
Date:   Mon Nov 21 17:16:16 2011 +0000
 
66646
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66647
AuthorDate: Mon Nov 21 17:16:16 2011 +0000
 
66648
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66649
CommitDate: Mon Nov 21 17:42:58 2011 +0000
58452
66650
 
58453
66651
    schedule_write_in_worker_thread: require caller to lock; rename
58454
66652
    accordingly
58465
66663
 1 file changed, 10 insertions(+), 10 deletions(-)
58466
66664
 
58467
66665
commit 56eb16ff50cee51117db2e4979f5632a8df19e40
58468
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58469
 
Date:   Fri Oct 21 14:43:44 2011 +0100
 
66666
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66667
AuthorDate: Fri Oct 21 14:43:44 2011 +0100
 
66668
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66669
CommitDate: Mon Nov 21 17:40:51 2011 +0000
58470
66670
 
58471
66671
    GDBusWorker: rename some functions
58472
66672
 
58483
66683
 1 file changed, 7 insertions(+), 7 deletions(-)
58484
66684
 
58485
66685
commit 18482ab17ef5abe3b41bf0f6a076546ff1a5b28e
58486
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58487
 
Date:   Mon Nov 21 17:14:55 2011 +0000
 
66686
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66687
AuthorDate: Mon Nov 21 17:14:55 2011 +0000
 
66688
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
66689
CommitDate: Mon Nov 21 17:21:35 2011 +0000
58488
66690
 
58489
66691
    GDBusWorker: distinguish between 3 sorts of output that might
58490
66692
    be pending
58507
66709
 1 file changed, 39 insertions(+), 32 deletions(-)
58508
66710
 
58509
66711
commit a795e563dfec28842846700d30360acaff9699e3
58510
 
Author: Ryan Lortie <desrt@desrt.ca>
58511
 
Date:   Mon Nov 21 12:02:02 2011 -0500
 
66712
Author:     Ryan Lortie <desrt@desrt.ca>
 
66713
AuthorDate: Mon Nov 21 12:02:02 2011 -0500
 
66714
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66715
CommitDate: Mon Nov 21 12:02:02 2011 -0500
58512
66716
 
58513
66717
    Drop last uses of @returns:
58514
66718
 
58521
66725
 5 files changed, 118 insertions(+), 66 deletions(-)
58522
66726
 
58523
66727
commit 0f1fb417bf0425fc4d5c277ffb86b881fd3f1c48
58524
 
Author: Ryan Lortie <desrt@desrt.ca>
58525
 
Date:   Mon Nov 21 11:39:52 2011 -0500
 
66728
Author:     Ryan Lortie <desrt@desrt.ca>
 
66729
AuthorDate: Mon Nov 21 11:39:52 2011 -0500
 
66730
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66731
CommitDate: Mon Nov 21 11:39:52 2011 -0500
58526
66732
 
58527
66733
    Missed a couple of @returns
58528
66734
 
58530
66736
 1 file changed, 6 insertions(+), 3 deletions(-)
58531
66737
 
58532
66738
commit 0e0554bd62e897f001aaa9388345c1d4e62614af
58533
 
Author: Ryan Lortie <desrt@desrt.ca>
58534
 
Date:   Mon Nov 21 11:33:05 2011 -0500
 
66739
Author:     Ryan Lortie <desrt@desrt.ca>
 
66740
AuthorDate: Mon Nov 21 11:33:05 2011 -0500
 
66741
Commit:     Ryan Lortie <desrt@desrt.ca>
 
66742
CommitDate: Mon Nov 21 11:33:21 2011 -0500
58535
66743
 
58536
66744
    GVariant: drop use of @returns
58537
66745
 
58544
66752
 5 files changed, 249 insertions(+), 129 deletions(-)
58545
66753
 
58546
66754
commit 4527e7cbf75f5f06a3f8b3ee9c5ecb16f6a27406
58547
 
Author: Matthias Clasen <mclasen@redhat.com>
58548
 
Date:   Mon Nov 21 11:09:42 2011 -0500
 
66755
Author:     Matthias Clasen <mclasen@redhat.com>
 
66756
AuthorDate: Mon Nov 21 11:09:42 2011 -0500
 
66757
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66758
CommitDate: Mon Nov 21 11:09:42 2011 -0500
58549
66759
 
58550
66760
    gbitlock: Drop @returns syntax from doc comments
58551
66761
 
58553
66763
 1 file changed, 4 insertions(+), 2 deletions(-)
58554
66764
 
58555
66765
commit 22d3972284df905e948143792afc8865b193700e
58556
 
Author: Matthias Clasen <mclasen@redhat.com>
58557
 
Date:   Mon Nov 21 11:05:43 2011 -0500
 
66766
Author:     Matthias Clasen <mclasen@redhat.com>
 
66767
AuthorDate: Mon Nov 21 11:05:43 2011 -0500
 
66768
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66769
CommitDate: Mon Nov 21 11:05:43 2011 -0500
58558
66770
 
58559
66771
    GBuffer: Drop @returns syntax from doc comments
58560
66772
 
58562
66774
 1 file changed, 8 insertions(+), 4 deletions(-)
58563
66775
 
58564
66776
commit f62ee0a0ca29c263083f15d3dd144dc1fb01be22
58565
 
Author: Matthias Clasen <mclasen@redhat.com>
58566
 
Date:   Mon Nov 21 11:03:31 2011 -0500
 
66777
Author:     Matthias Clasen <mclasen@redhat.com>
 
66778
AuthorDate: Mon Nov 21 11:03:31 2011 -0500
 
66779
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66780
CommitDate: Mon Nov 21 11:03:31 2011 -0500
58567
66781
 
58568
66782
    GSocketClient: Drop @returns syntax from doc comments
58569
66783
 
58571
66785
 1 file changed, 2 insertions(+), 1 deletion(-)
58572
66786
 
58573
66787
commit b9f0cb0f0754d5985cef5e01c2761975eacdd87b
58574
 
Author: Matthias Clasen <mclasen@redhat.com>
58575
 
Date:   Mon Nov 21 11:02:30 2011 -0500
 
66788
Author:     Matthias Clasen <mclasen@redhat.com>
 
66789
AuthorDate: Mon Nov 21 11:02:30 2011 -0500
 
66790
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66791
CommitDate: Mon Nov 21 11:02:30 2011 -0500
58576
66792
 
58577
66793
    GSimplePermission: Drop @returns syntax in doc comments
58578
66794
 
58580
66796
 1 file changed, 2 insertions(+), 1 deletion(-)
58581
66797
 
58582
66798
commit 2011ecd6ac9dff37aaab9a0d831b78c369375b4b
58583
 
Author: Matthias Clasen <mclasen@redhat.com>
58584
 
Date:   Mon Nov 21 11:01:16 2011 -0500
 
66799
Author:     Matthias Clasen <mclasen@redhat.com>
 
66800
AuthorDate: Mon Nov 21 11:01:16 2011 -0500
 
66801
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66802
CommitDate: Mon Nov 21 11:01:16 2011 -0500
58585
66803
 
58586
66804
    GPermission: Drop @returns syntax from doc comments
58587
66805
 
58589
66807
 1 file changed, 14 insertions(+), 7 deletions(-)
58590
66808
 
58591
66809
commit ef4ae742cecf696acb0449ab08ad4dac2a91aac2
58592
 
Author: Matthias Clasen <mclasen@redhat.com>
58593
 
Date:   Mon Nov 21 01:53:29 2011 -0500
 
66810
Author:     Matthias Clasen <mclasen@redhat.com>
 
66811
AuthorDate: Mon Nov 21 01:53:29 2011 -0500
 
66812
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66813
CommitDate: Mon Nov 21 01:53:29 2011 -0500
58594
66814
 
58595
66815
    Improve test coverage
58596
66816
 
58598
66818
 1 file changed, 23 insertions(+)
58599
66819
 
58600
66820
commit 89ad8bda233cb69608570471a18bc3c42d28db28
58601
 
Author: Matthias Clasen <mclasen@redhat.com>
58602
 
Date:   Mon Nov 21 01:40:51 2011 -0500
 
66821
Author:     Matthias Clasen <mclasen@redhat.com>
 
66822
AuthorDate: Mon Nov 21 01:40:51 2011 -0500
 
66823
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66824
CommitDate: Mon Nov 21 01:40:51 2011 -0500
58603
66825
 
58604
66826
    Improve mainloop test coverage slightly
58605
66827
 
58607
66829
 1 file changed, 18 insertions(+)
58608
66830
 
58609
66831
commit b0fa0968705743ff81df7e22b4f5417cd22cf882
58610
 
Author: Matthias Clasen <mclasen@redhat.com>
58611
 
Date:   Mon Nov 21 01:02:50 2011 -0500
 
66832
Author:     Matthias Clasen <mclasen@redhat.com>
 
66833
AuthorDate: Mon Nov 21 01:02:50 2011 -0500
 
66834
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66835
CommitDate: Mon Nov 21 01:02:50 2011 -0500
58612
66836
 
58613
66837
    Improve test coverage
58614
66838
 
58616
66840
 1 file changed, 20 insertions(+)
58617
66841
 
58618
66842
commit 0fd14b1a56085d59fcb2619dd5071d854997e4d7
58619
 
Author: Matthias Clasen <mclasen@redhat.com>
58620
 
Date:   Mon Nov 21 00:27:25 2011 -0500
 
66843
Author:     Matthias Clasen <mclasen@redhat.com>
 
66844
AuthorDate: Mon Nov 21 00:27:25 2011 -0500
 
66845
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66846
CommitDate: Mon Nov 21 00:28:41 2011 -0500
58621
66847
 
58622
66848
    Fix a case conversion bug
58623
66849
 
58628
66854
 1 file changed, 1 insertion(+), 1 deletion(-)
58629
66855
 
58630
66856
commit 5197870665c0b90f3d3e475f1cd8c64f7cfb7bd2
58631
 
Author: Matthias Clasen <mclasen@redhat.com>
58632
 
Date:   Mon Nov 21 00:27:12 2011 -0500
 
66857
Author:     Matthias Clasen <mclasen@redhat.com>
 
66858
AuthorDate: Mon Nov 21 00:27:12 2011 -0500
 
66859
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66860
CommitDate: Mon Nov 21 00:28:41 2011 -0500
58633
66861
 
58634
66862
    Improve test coverage
58635
66863
 
58637
66865
 1 file changed, 36 insertions(+)
58638
66866
 
58639
66867
commit 4cbacb91de6010c0d852979202901e70e24de790
58640
 
Author: Matthias Clasen <mclasen@redhat.com>
58641
 
Date:   Sun Nov 20 23:18:20 2011 -0500
 
66868
Author:     Matthias Clasen <mclasen@redhat.com>
 
66869
AuthorDate: Sun Nov 20 23:18:20 2011 -0500
 
66870
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66871
CommitDate: Mon Nov 21 00:28:41 2011 -0500
58642
66872
 
58643
66873
    Add a test for g_unichar_isdefined
58644
66874
 
58646
66876
 1 file changed, 13 insertions(+)
58647
66877
 
58648
66878
commit 3aeddaa2d4d9c2eba708e24e2368536e7eeee8da
58649
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
58650
 
Date:   Mon Nov 21 11:53:02 2011 +0800
 
66879
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
66880
AuthorDate: Mon Nov 21 11:53:02 2011 +0800
 
66881
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
66882
CommitDate: Mon Nov 21 11:53:02 2011 +0800
58651
66883
 
58652
66884
    gio/Makefile.am
58653
66885
 
58659
66891
 1 file changed, 3 insertions(+), 3 deletions(-)
58660
66892
 
58661
66893
commit fee6293bc9703c6c31d4a6dcb6e5b572b75a283d
58662
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
58663
 
Date:   Mon Nov 21 10:45:27 2011 +0800
 
66894
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
66895
AuthorDate: Mon Nov 21 10:45:27 2011 +0800
 
66896
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
66897
CommitDate: Mon Nov 21 10:45:27 2011 +0800
58664
66898
 
58665
66899
    Update GLib Visual C++ projects
58666
66900
 
58671
66905
 2 files changed, 16 insertions(+), 16 deletions(-)
58672
66906
 
58673
66907
commit 928e356cdbf48d6c7967e5d3bc4135c1c1a9ed55
58674
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
58675
 
Date:   Mon Nov 21 01:59:07 2011 +0100
 
66908
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
66909
AuthorDate: Mon Nov 21 01:59:07 2011 +0100
 
66910
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
66911
CommitDate: Mon Nov 21 01:59:07 2011 +0100
58676
66912
 
58677
66913
    Updated Galician translations
58678
66914
 
58681
66917
 1 file changed, 3018 insertions(+), 2948 deletions(-)
58682
66918
 
58683
66919
commit 0878f5ba438b153c1654d3275527442b7e4f5008
58684
 
Author: Matthias Clasen <mclasen@redhat.com>
58685
 
Date:   Sun Nov 20 15:12:05 2011 -0500
 
66920
Author:     Matthias Clasen <mclasen@redhat.com>
 
66921
AuthorDate: Sun Nov 20 15:12:05 2011 -0500
 
66922
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66923
CommitDate: Sun Nov 20 15:12:05 2011 -0500
58686
66924
 
58687
66925
    GFile: Add some introspection annotations
58688
66926
 
58695
66933
 1 file changed, 16 insertions(+), 14 deletions(-)
58696
66934
 
58697
66935
commit ff2f4a12ee673cbb020d44fca2adb81be3c99f49
58698
 
Author: Josselin Mouette <joss@debian.org>
58699
 
Date:   Sun Nov 20 16:53:36 2011 +0100
 
66936
Author:     Josselin Mouette <joss@debian.org>
 
66937
AuthorDate: Sun Nov 20 16:53:36 2011 +0100
 
66938
Commit:     Josselin Mouette <joss@debian.org>
 
66939
CommitDate: Sun Nov 20 16:53:36 2011 +0100
58700
66940
 
58701
66941
    Document that g_list_sort is a stable sort.
58702
66942
 
58709
66949
 1 file changed, 2 insertions(+), 1 deletion(-)
58710
66950
 
58711
66951
commit b6732da5e749b73f6386d9da87eec2aa867d89b0
58712
 
Author: Jorge González <jorgegonz@svn.gnome.org>
58713
 
Date:   Sun Nov 20 10:10:13 2011 +0100
 
66952
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
66953
AuthorDate: Sun Nov 20 10:10:13 2011 +0100
 
66954
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
66955
CommitDate: Sun Nov 20 10:10:13 2011 +0100
58714
66956
 
58715
66957
    Updated Spanish translation
58716
66958
 
58719
66961
 1 file changed, 41 insertions(+), 40 deletions(-)
58720
66962
 
58721
66963
commit d920cb6bdbefc20d9dfb33b289b388a7e63415c6
58722
 
Author: Matthias Clasen <mclasen@redhat.com>
58723
 
Date:   Thu Nov 17 23:30:32 2011 -0500
 
66964
Author:     Matthias Clasen <mclasen@redhat.com>
 
66965
AuthorDate: Thu Nov 17 23:30:32 2011 -0500
 
66966
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66967
CommitDate: Sat Nov 19 16:24:08 2011 -0500
58724
66968
 
58725
66969
    GApplication: unregister bus name
58726
66970
 
58730
66974
 1 file changed, 11 insertions(+)
58731
66975
 
58732
66976
commit 6c7387f6d13d8e1db16a754d7b7c25635b2118f5
58733
 
Author: Matthias Clasen <mclasen@redhat.com>
58734
 
Date:   Sat Nov 19 16:23:33 2011 -0500
 
66977
Author:     Matthias Clasen <mclasen@redhat.com>
 
66978
AuthorDate: Sat Nov 19 16:23:33 2011 -0500
 
66979
Commit:     Matthias Clasen <mclasen@redhat.com>
 
66980
CommitDate: Sat Nov 19 16:23:33 2011 -0500
58735
66981
 
58736
66982
    Trivial doc typo fix
58737
66983
 
58739
66985
 1 file changed, 1 insertion(+), 1 deletion(-)
58740
66986
 
58741
66987
commit b55daa7f599e77f3abedb747eb70859d8ecdeae7
58742
 
Author: Kjartan Maraas <kmaraas@gnome.org>
58743
 
Date:   Sat Nov 19 12:02:08 2011 +0100
 
66988
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
66989
AuthorDate: Sat Nov 19 12:02:08 2011 +0100
 
66990
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
66991
CommitDate: Sat Nov 19 12:02:08 2011 +0100
58744
66992
 
58745
66993
    Updated Norwegian bokmål translation
58746
66994
 
58749
66997
 1 file changed, 2935 insertions(+), 2883 deletions(-)
58750
66998
 
58751
66999
commit 1dc8d1f93213a08d8f63bcadf31ce0e3d169b936
58752
 
Author: Dan Winship <danw@gnome.org>
58753
 
Date:   Fri Nov 18 15:05:34 2011 -0500
 
67000
Author:     Dan Winship <danw@gnome.org>
 
67001
AuthorDate: Fri Nov 18 15:05:34 2011 -0500
 
67002
Commit:     Dan Winship <danw@gnome.org>
 
67003
CommitDate: Fri Nov 18 20:26:58 2011 -0500
58754
67004
 
58755
67005
    GTlsCertificate: support unencrypted PKCS#8 private keys
58756
67006
 
58767
67017
 3 files changed, 105 insertions(+), 23 deletions(-)
58768
67018
 
58769
67019
commit cb74c366783944057492bae1e6b9472e36e2e7f1
58770
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
58771
 
Date:   Thu Nov 17 13:04:04 2011 -0500
 
67020
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
67021
AuthorDate: Thu Nov 17 13:04:04 2011 -0500
 
67022
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
67023
CommitDate: Fri Nov 18 12:32:42 2011 -0500
58772
67024
 
58773
67025
    [gio] Terminate connect call when application proxy is used
58774
67026
 
58782
67034
 1 file changed, 16 insertions(+), 1 deletion(-)
58783
67035
 
58784
67036
commit d2fd6dac4a794211eb2c1b034f67d6bcfc348b20
58785
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
58786
 
Date:   Thu Nov 17 22:30:29 2011 +0100
 
67037
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
67038
AuthorDate: Thu Nov 17 22:30:29 2011 +0100
 
67039
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
67040
CommitDate: Fri Nov 18 15:21:17 2011 +0100
58787
67041
 
58788
67042
    GMain: allow NULL context to g_source_attach
58789
67043
 
58797
67051
 1 file changed, 1 insertion(+), 1 deletion(-)
58798
67052
 
58799
67053
commit 71d3dad3ffc13a102689f00a8ae398c5d96577c4
58800
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
58801
 
Date:   Thu Nov 17 22:29:18 2011 +0100
 
67054
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
67055
AuthorDate: Thu Nov 17 22:29:18 2011 +0100
 
67056
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
67057
CommitDate: Fri Nov 18 15:20:41 2011 +0100
58802
67058
 
58803
67059
    GPollable*Stream: expose source methods to introspection
58804
67060
 
58812
67068
 2 files changed, 3 insertions(+), 3 deletions(-)
58813
67069
 
58814
67070
commit 951827379f34e491a72473a45eb84618c8715f73
58815
 
Author: Murray Cumming <murrayc@murrayc.com>
58816
 
Date:   Fri Nov 18 10:46:35 2011 +0100
 
67071
Author:     Murray Cumming <murrayc@murrayc.com>
 
67072
AuthorDate: Fri Nov 18 10:46:35 2011 +0100
 
67073
Commit:     Murray Cumming <murrayc@murrayc.com>
 
67074
CommitDate: Fri Nov 18 10:46:35 2011 +0100
58817
67075
 
58818
67076
    gsignal.h: Remove trailing comma
58819
67077
 
58821
67079
 1 file changed, 1 insertion(+), 1 deletion(-)
58822
67080
 
58823
67081
commit f9cc0786715afa977e4fa55a684ba2e12f98a203
58824
 
Author: Ryan Lortie <desrt@desrt.ca>
58825
 
Date:   Fri Nov 18 09:41:07 2011 +0000
 
67082
Author:     Ryan Lortie <desrt@desrt.ca>
 
67083
AuthorDate: Fri Nov 18 09:41:07 2011 +0000
 
67084
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67085
CommitDate: Fri Nov 18 09:41:52 2011 +0000
58826
67086
 
58827
67087
    We need <locale.h> in gsettingsschema.c now
58828
67088
 
58833
67093
 2 files changed, 1 insertion(+), 1 deletion(-)
58834
67094
 
58835
67095
commit 4ae42ceb3c6f671d41a390aa664edd2f5f21fb4a
58836
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
58837
 
Date:   Thu Nov 17 13:01:05 2011 -0500
 
67096
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
67097
AuthorDate: Thu Nov 17 13:01:05 2011 -0500
 
67098
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67099
CommitDate: Thu Nov 17 23:13:35 2011 -0500
58838
67100
 
58839
67101
    Clear proxy address upon retry
58840
67102
 
58851
67113
 1 file changed, 6 insertions(+), 30 deletions(-)
58852
67114
 
58853
67115
commit 216fd8a82c902486ba5e5bdcf4a0a0d3d61036c4
58854
 
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
58855
 
Date:   Mon Nov 14 22:06:07 2011 +0100
 
67116
Author:     Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
67117
AuthorDate: Mon Nov 14 22:06:07 2011 +0100
 
67118
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67119
CommitDate: Thu Nov 17 23:12:27 2011 -0500
58856
67120
 
58857
67121
    Silence compiler warnings
58858
67122
 
58865
67129
 1 file changed, 4 insertions(+), 6 deletions(-)
58866
67130
 
58867
67131
commit fcffe6abbb1363b4645752ef2f06c098767f2194
58868
 
Author: Jürg Billeter <j@bitron.ch>
58869
 
Date:   Fri Nov 4 22:48:56 2011 +0100
 
67132
Author:     Jürg Billeter <j@bitron.ch>
 
67133
AuthorDate: Fri Nov 4 22:48:56 2011 +0100
 
67134
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67135
CommitDate: Thu Nov 17 23:11:41 2011 -0500
58870
67136
 
58871
67137
    GKeyFile: Accept empty files
58872
67138
 
58878
67144
 1 file changed, 8 deletions(-)
58879
67145
 
58880
67146
commit a0c755710cdf3e06622b34e10088d4209189e6f9
58881
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
58882
 
Date:   Tue Oct 18 11:14:20 2011 +0100
 
67147
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
67148
AuthorDate: Tue Oct 18 11:14:20 2011 +0100
 
67149
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67150
CommitDate: Thu Nov 17 23:11:01 2011 -0500
58883
67151
 
58884
67152
    Document exactly what g_time_val_to_iso8601() produces
58885
67153
 
58890
67158
 1 file changed, 20 insertions(+), 2 deletions(-)
58891
67159
 
58892
67160
commit dc89b51c2d71088c014ec94572629aabf143310e
58893
 
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
58894
 
Date:   Wed Nov 16 15:05:46 2011 +0000
 
67161
Author:     Alexandre Rostovtsev <tetromino@gentoo.org>
 
67162
AuthorDate: Wed Nov 16 15:05:46 2011 +0000
 
67163
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67164
CommitDate: Thu Nov 17 23:09:50 2011 -0500
58895
67165
 
58896
67166
    _g_dbus_get_machine_id(): check /etc/machine-id too
58897
67167
 
58905
67175
 1 file changed, 11 insertions(+), 2 deletions(-)
58906
67176
 
58907
67177
commit 8d9f600aeab76277abfad0ee924954297a1c06d9
58908
 
Author: Rico Tzschichholz <ricotz@t-online.de>
58909
 
Date:   Thu Nov 17 19:46:54 2011 +0100
 
67178
Author:     Rico Tzschichholz <ricotz@t-online.de>
 
67179
AuthorDate: Thu Nov 17 19:46:54 2011 +0100
 
67180
Commit:     Rico Tzschichholz <ricotz@t-online.de>
 
67181
CommitDate: Thu Nov 17 19:46:54 2011 +0100
58910
67182
 
58911
67183
    Remove redefinition of typedef 'GSettingsSchemaSource'
58912
67184
 
58914
67186
 1 file changed, 2 deletions(-)
58915
67187
 
58916
67188
commit 99718b9e221b032545674662a3ec7d959e38f813
58917
 
Author: Ryan Lortie <desrt@desrt.ca>
58918
 
Date:   Thu Nov 17 17:40:36 2011 +0000
 
67189
Author:     Ryan Lortie <desrt@desrt.ca>
 
67190
AuthorDate: Thu Nov 17 17:40:36 2011 +0000
 
67191
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67192
CommitDate: Thu Nov 17 17:40:36 2011 +0000
58919
67193
 
58920
67194
    start on the NEWS
58921
67195
 
58923
67197
 1 file changed, 30 insertions(+)
58924
67198
 
58925
67199
commit 7f285291900f0cf7892bd79a5721d95f9bcdce4e
58926
 
Author: Ryan Lortie <desrt@desrt.ca>
58927
 
Date:   Thu Nov 17 17:33:19 2011 +0000
 
67200
Author:     Ryan Lortie <desrt@desrt.ca>
 
67201
AuthorDate: Thu Nov 17 17:33:19 2011 +0000
 
67202
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67203
CommitDate: Thu Nov 17 17:33:19 2011 +0000
58928
67204
 
58929
67205
    g_settings_new_full(): more docs
58930
67206
 
58932
67208
 1 file changed, 7 insertions(+)
58933
67209
 
58934
67210
commit ee31c7f4ed7317fdae06ee5d37158908dcc83ca5
58935
 
Author: Ryan Lortie <desrt@desrt.ca>
58936
 
Date:   Thu Nov 17 14:02:39 2011 +0000
 
67211
Author:     Ryan Lortie <desrt@desrt.ca>
 
67212
AuthorDate: Thu Nov 17 14:02:39 2011 +0000
 
67213
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67214
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58937
67215
 
58938
67216
    add plugin example for GSettingsSchemaSource
58939
67217
 
58942
67220
 1 file changed, 88 insertions(+), 1 deletion(-)
58943
67221
 
58944
67222
commit a4421529b88a1ff2229102ab6853039007ab6bf8
58945
 
Author: Ryan Lortie <desrt@desrt.ca>
58946
 
Date:   Thu Nov 17 10:06:49 2011 +0000
 
67223
Author:     Ryan Lortie <desrt@desrt.ca>
 
67224
AuthorDate: Thu Nov 17 10:06:49 2011 +0000
 
67225
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67226
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58947
67227
 
58948
67228
    Add gtk-doc for gsettingsschema{,source}
58949
67229
 
58955
67235
 4 files changed, 219 insertions(+), 2 deletions(-)
58956
67236
 
58957
67237
commit 011a71cf7167479d4006685acf6b8ac8cad3be34
58958
 
Author: Matthias Clasen <mclasen@redhat.com>
58959
 
Date:   Wed Nov 16 23:24:46 2011 -0500
 
67238
Author:     Matthias Clasen <mclasen@redhat.com>
 
67239
AuthorDate: Wed Nov 16 23:24:46 2011 -0500
 
67240
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67241
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58960
67242
 
58961
67243
    'make dist' fixes
58962
67244
 
58965
67247
 2 files changed, 4 insertions(+), 1 deletion(-)
58966
67248
 
58967
67249
commit 97cf2d78c58c942538ab125bd90bf23841e169b0
58968
 
Author: Matthias Clasen <mclasen@redhat.com>
58969
 
Date:   Wed Nov 16 22:25:16 2011 -0500
 
67250
Author:     Matthias Clasen <mclasen@redhat.com>
 
67251
AuthorDate: Wed Nov 16 22:25:16 2011 -0500
 
67252
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67253
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58970
67254
 
58971
67255
    settings-source test: Check returned error as well
58972
67256
 
58974
67258
 1 file changed, 1 insertion(+)
58975
67259
 
58976
67260
commit a7ce1953fa1dc5aef72814678494cb94a9668611
58977
 
Author: Matthias Clasen <mclasen@redhat.com>
58978
 
Date:   Wed Nov 16 22:12:21 2011 -0500
 
67261
Author:     Matthias Clasen <mclasen@redhat.com>
 
67262
AuthorDate: Wed Nov 16 22:12:21 2011 -0500
 
67263
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67264
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58979
67265
 
58980
67266
    Trivial typo fix
58981
67267
 
58983
67269
 1 file changed, 1 insertion(+), 1 deletion(-)
58984
67270
 
58985
67271
commit f47264ef5c4cfdb1abb903b4d8409352c65f98b9
58986
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
58987
 
Date:   Wed Nov 16 14:51:45 2011 -0500
 
67272
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
67273
AuthorDate: Wed Nov 16 14:51:45 2011 -0500
 
67274
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67275
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58988
67276
 
58989
67277
    gsettings: add annotations for _new_full()
58990
67278
 
58994
67282
 1 file changed, 2 insertions(+), 2 deletions(-)
58995
67283
 
58996
67284
commit 6339b5fe2de6e49807938983805152bd7c94ef0a
58997
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
58998
 
Date:   Wed Nov 16 14:53:03 2011 -0500
 
67285
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
67286
AuthorDate: Wed Nov 16 14:53:03 2011 -0500
 
67287
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67288
CommitDate: Thu Nov 17 14:03:39 2011 +0000
58999
67289
 
59000
67290
    schema source: avoid introspection confusion
59001
67291
 
59011
67301
 3 files changed, 7 insertions(+), 7 deletions(-)
59012
67302
 
59013
67303
commit bef773408cfebd5a80475c32d96a2b14afaabf8e
59014
 
Author: Jasper St. Pierre <jstpierre@mecheye.net>
59015
 
Date:   Wed Nov 16 14:51:27 2011 -0500
 
67304
Author:     Jasper St. Pierre <jstpierre@mecheye.net>
 
67305
AuthorDate: Wed Nov 16 14:51:27 2011 -0500
 
67306
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67307
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59016
67308
 
59017
67309
    gsettingsschema: Use the trusted parameter
59018
67310
 
59020
67312
 1 file changed, 1 insertion(+), 1 deletion(-)
59021
67313
 
59022
67314
commit 148f731748a586ecc2d6e15afcc760a46e929a84
59023
 
Author: Ryan Lortie <desrt@desrt.ca>
59024
 
Date:   Wed Nov 16 10:38:04 2011 +0000
 
67315
Author:     Ryan Lortie <desrt@desrt.ca>
 
67316
AuthorDate: Wed Nov 16 10:38:04 2011 +0000
 
67317
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67318
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59025
67319
 
59026
67320
    Add test case and fix some bugs
59027
67321
 
59036
67330
 4 files changed, 100 insertions(+), 2 deletions(-)
59037
67331
 
59038
67332
commit fee2c87ba133cf029cb4a285cbb4d057d0d73391
59039
 
Author: Ryan Lortie <desrt@desrt.ca>
59040
 
Date:   Wed Nov 16 10:37:30 2011 +0000
 
67333
Author:     Ryan Lortie <desrt@desrt.ca>
 
67334
AuthorDate: Wed Nov 16 10:37:30 2011 +0000
 
67335
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67336
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59041
67337
 
59042
67338
    Add g_settings_schema_source_new_from_directory()
59043
67339
 
59049
67345
 3 files changed, 40 insertions(+), 9 deletions(-)
59050
67346
 
59051
67347
commit 446eda8c2b8656bf18b233a04c415f20821ae138
59052
 
Author: Ryan Lortie <desrt@desrt.ca>
59053
 
Date:   Tue Nov 15 12:42:02 2011 +0000
 
67348
Author:     Ryan Lortie <desrt@desrt.ca>
 
67349
AuthorDate: Tue Nov 15 12:42:02 2011 +0000
 
67350
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67351
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59054
67352
 
59055
67353
    Clarify docs/params for 'schema' vs 'schema id'
59056
67354
 
59062
67360
 2 files changed, 28 insertions(+), 25 deletions(-)
59063
67361
 
59064
67362
commit 1e700720657aa75b0ac4d2457b2ee2f216477c87
59065
 
Author: Ryan Lortie <desrt@desrt.ca>
59066
 
Date:   Tue Nov 15 12:38:01 2011 +0000
 
67363
Author:     Ryan Lortie <desrt@desrt.ca>
 
67364
AuthorDate: Tue Nov 15 12:38:01 2011 +0000
 
67365
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67366
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59067
67367
 
59068
67368
    Add g_settings_new_full() taking GSettingsSchema
59069
67369
 
59073
67373
 3 files changed, 42 insertions(+)
59074
67374
 
59075
67375
commit 1c8ae819edf2f2be4e4ad89dee534309ff62ef75
59076
 
Author: Ryan Lortie <desrt@desrt.ca>
59077
 
Date:   Tue Nov 15 12:16:50 2011 +0000
 
67376
Author:     Ryan Lortie <desrt@desrt.ca>
 
67377
AuthorDate: Tue Nov 15 12:16:50 2011 +0000
 
67378
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67379
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59078
67380
 
59079
67381
    GSettings: add 'settings-schema' property
59080
67382
 
59085
67387
 1 file changed, 52 insertions(+), 1 deletion(-)
59086
67388
 
59087
67389
commit 269c99946345efd2bbf17a7b9778615e38ae046e
59088
 
Author: Ryan Lortie <desrt@desrt.ca>
59089
 
Date:   Tue Nov 15 12:28:28 2011 +0000
 
67390
Author:     Ryan Lortie <desrt@desrt.ca>
 
67391
AuthorDate: Tue Nov 15 12:28:28 2011 +0000
 
67392
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67393
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59090
67394
 
59091
67395
    add boxed types for GSettingSchema{,Source}
59092
67396
 
59096
67400
 3 files changed, 12 insertions(+), 1 deletion(-)
59097
67401
 
59098
67402
commit c25a36c920e2b884ef0856bb1bf6679ab38d7132
59099
 
Author: Ryan Lortie <desrt@desrt.ca>
59100
 
Date:   Tue Nov 15 11:56:18 2011 +0000
 
67403
Author:     Ryan Lortie <desrt@desrt.ca>
 
67404
AuthorDate: Tue Nov 15 11:56:18 2011 +0000
 
67405
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67406
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59101
67407
 
59102
67408
    Drop the 'schema_name' field of GSettings
59103
67409
 
59111
67417
 1 file changed, 35 insertions(+), 33 deletions(-)
59112
67418
 
59113
67419
commit 48b99017de2057666d442167d9f329b0724cec02
59114
 
Author: Ryan Lortie <desrt@desrt.ca>
59115
 
Date:   Tue Nov 15 11:39:12 2011 +0000
 
67420
Author:     Ryan Lortie <desrt@desrt.ca>
 
67421
AuthorDate: Tue Nov 15 11:39:12 2011 +0000
 
67422
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67423
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59116
67424
 
59117
67425
    speak of 'schema id' rather than 'schema name'
59118
67426
 
59126
67434
 4 files changed, 34 insertions(+), 35 deletions(-)
59127
67435
 
59128
67436
commit 736a286dce9dec2d9b331ed0df14fb984107a254
59129
 
Author: Ryan Lortie <desrt@desrt.ca>
59130
 
Date:   Tue Nov 15 11:31:58 2011 +0000
 
67437
Author:     Ryan Lortie <desrt@desrt.ca>
 
67438
AuthorDate: Tue Nov 15 11:31:58 2011 +0000
 
67439
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67440
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59131
67441
 
59132
67442
    GSettings: deprecate 'schema' property
59133
67443
 
59137
67447
 1 file changed, 34 insertions(+), 11 deletions(-)
59138
67448
 
59139
67449
commit 3bcf1137f4f9a9c84814f3a2102d06d90858daa2
59140
 
Author: Ryan Lortie <desrt@desrt.ca>
59141
 
Date:   Tue Nov 15 08:03:38 2011 +0000
 
67450
Author:     Ryan Lortie <desrt@desrt.ca>
 
67451
AuthorDate: Tue Nov 15 08:03:38 2011 +0000
 
67452
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67453
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59142
67454
 
59143
67455
    drop the now-trivial g_settings_schema_new
59144
67456
 
59150
67462
 3 files changed, 11 insertions(+), 22 deletions(-)
59151
67463
 
59152
67464
commit d5fb032f726dfc712a3e863adc6707c205b69da3
59153
 
Author: Ryan Lortie <desrt@desrt.ca>
59154
 
Date:   Tue Nov 15 08:00:16 2011 +0000
 
67465
Author:     Ryan Lortie <desrt@desrt.ca>
 
67466
AuthorDate: Tue Nov 15 08:00:16 2011 +0000
 
67467
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67468
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59155
67469
 
59156
67470
    new public header: gsettingsschema.h
59157
67471
 
59169
67483
 6 files changed, 55 insertions(+), 11 deletions(-)
59170
67484
 
59171
67485
commit 2633f2903ea3ec5f5019f6c3fe57b687fd2d3eb9
59172
 
Author: Ryan Lortie <desrt@desrt.ca>
59173
 
Date:   Tue Nov 15 07:47:56 2011 +0000
 
67486
Author:     Ryan Lortie <desrt@desrt.ca>
 
67487
AuthorDate: Tue Nov 15 07:47:56 2011 +0000
 
67488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67489
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59174
67490
 
59175
67491
    Add non-aborting g_settings_schema_source_lookup()
59176
67492
 
59181
67497
 1 file changed, 47 insertions(+), 19 deletions(-)
59182
67498
 
59183
67499
commit bf5626ddc20f973baf92edfc3c888ef77e9de1db
59184
 
Author: Ryan Lortie <desrt@desrt.ca>
59185
 
Date:   Tue Nov 15 07:31:20 2011 +0000
 
67500
Author:     Ryan Lortie <desrt@desrt.ca>
 
67501
AuthorDate: Tue Nov 15 07:31:20 2011 +0000
 
67502
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67503
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59186
67504
 
59187
67505
    GSettingSchemaSource: add refcounting
59188
67506
 
59190
67508
 1 file changed, 27 insertions(+)
59191
67509
 
59192
67510
commit e01a43b6216a27194fddcabe9e864ab40c052d50
59193
 
Author: Ryan Lortie <desrt@desrt.ca>
59194
 
Date:   Tue Nov 15 07:24:48 2011 +0000
 
67511
Author:     Ryan Lortie <desrt@desrt.ca>
 
67512
AuthorDate: Tue Nov 15 07:24:48 2011 +0000
 
67513
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67514
CommitDate: Thu Nov 17 14:03:39 2011 +0000
59195
67515
 
59196
67516
    GSettingsSchema: use our own linked lists
59197
67517
 
59202
67522
 1 file changed, 31 insertions(+), 15 deletions(-)
59203
67523
 
59204
67524
commit 5ec84e805626657d0470accfebea72ddcbadf052
59205
 
Author: Ryan Lortie <desrt@desrt.ca>
59206
 
Date:   Tue Nov 15 07:16:48 2011 +0000
 
67525
Author:     Ryan Lortie <desrt@desrt.ca>
 
67526
AuthorDate: Tue Nov 15 07:16:48 2011 +0000
 
67527
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67528
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59207
67529
 
59208
67530
    GSettingsSchema: alter our 'reverse' technology
59209
67531
 
59216
67538
 1 file changed, 11 insertions(+), 6 deletions(-)
59217
67539
 
59218
67540
commit 104f7353a7c86a8a34b1b284d1b7d453eacb0c74
59219
 
Author: Ryan Lortie <desrt@desrt.ca>
59220
 
Date:   Mon Nov 14 17:15:58 2011 +0100
 
67541
Author:     Ryan Lortie <desrt@desrt.ca>
 
67542
AuthorDate: Mon Nov 14 17:15:58 2011 +0100
 
67543
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67544
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59221
67545
 
59222
67546
    move GSettingsSchemaKey to gsettingsschema.c
59223
67547
 
59237
67561
 3 files changed, 363 insertions(+), 332 deletions(-)
59238
67562
 
59239
67563
commit 53b591854586171c05ea602795e27982faea5eaa
59240
 
Author: Ryan Lortie <desrt@desrt.ca>
59241
 
Date:   Mon Nov 14 17:08:31 2011 +0100
 
67564
Author:     Ryan Lortie <desrt@desrt.ca>
 
67565
AuthorDate: Mon Nov 14 17:08:31 2011 +0100
 
67566
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67567
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59242
67568
 
59243
67569
    GSettingsSchemaKey: store the GSettingsSchema*
59244
67570
 
59246
67572
 1 file changed, 17 insertions(+), 15 deletions(-)
59247
67573
 
59248
67574
commit 54964e22d481f0ebac8bd3c0fb13fd7569013b57
59249
 
Author: Ryan Lortie <desrt@desrt.ca>
59250
 
Date:   Mon Nov 14 17:03:57 2011 +0100
 
67575
Author:     Ryan Lortie <desrt@desrt.ca>
 
67576
AuthorDate: Mon Nov 14 17:03:57 2011 +0100
 
67577
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67578
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59251
67579
 
59252
67580
    g_settings_schema_key_init: take GSettingsSchema*
59253
67581
 
59257
67585
 1 file changed, 14 insertions(+), 14 deletions(-)
59258
67586
 
59259
67587
commit 10907cafc39958fc65b8c8082cbbe08b53e96659
59260
 
Author: Ryan Lortie <desrt@desrt.ca>
59261
 
Date:   Mon Nov 14 17:02:04 2011 +0100
 
67588
Author:     Ryan Lortie <desrt@desrt.ca>
 
67589
AuthorDate: Mon Nov 14 17:02:04 2011 +0100
 
67590
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67591
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59262
67592
 
59263
67593
    add internal g_settings_schema_get_name()
59264
67594
 
59267
67597
 2 files changed, 8 insertions(+)
59268
67598
 
59269
67599
commit e6b4074e41ae379a17768b199c5adc2a1a3e02cb
59270
 
Author: Ryan Lortie <desrt@desrt.ca>
59271
 
Date:   Sun Nov 13 23:47:49 2011 +0100
 
67600
Author:     Ryan Lortie <desrt@desrt.ca>
 
67601
AuthorDate: Sun Nov 13 23:47:49 2011 +0100
 
67602
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67603
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59272
67604
 
59273
67605
    rename GSettingsKeyInfo to GSettingsSchemaKey
59274
67606
 
59277
67609
 1 file changed, 169 insertions(+), 178 deletions(-)
59278
67610
 
59279
67611
commit 426b146e5f31fa4d788dfd78857499dabf64000e
59280
 
Author: Ryan Lortie <desrt@desrt.ca>
59281
 
Date:   Sun Nov 13 23:38:47 2011 +0100
 
67612
Author:     Ryan Lortie <desrt@desrt.ca>
 
67613
AuthorDate: Sun Nov 13 23:38:47 2011 +0100
 
67614
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67615
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59282
67616
 
59283
67617
    GSettingsKeyInfo: rename field 'key' to 'name'
59284
67618
 
59286
67620
 1 file changed, 21 insertions(+), 23 deletions(-)
59287
67621
 
59288
67622
commit ca2004fe73ca853bc1f9ade6160c1b59d2865c67
59289
 
Author: Ryan Lortie <desrt@desrt.ca>
59290
 
Date:   Sun Nov 13 23:35:27 2011 +0100
 
67623
Author:     Ryan Lortie <desrt@desrt.ca>
 
67624
AuthorDate: Sun Nov 13 23:35:27 2011 +0100
 
67625
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67626
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59291
67627
 
59292
67628
    remove GSettings* from GSettingsKeyInfo
59293
67629
 
59298
67634
 1 file changed, 24 insertions(+), 24 deletions(-)
59299
67635
 
59300
67636
commit d6c3c2f3c2fe0f22870abb643853640dba5cc8be
59301
 
Author: Ryan Lortie <desrt@desrt.ca>
59302
 
Date:   Sun Nov 13 23:31:39 2011 +0100
 
67637
Author:     Ryan Lortie <desrt@desrt.ca>
 
67638
AuthorDate: Sun Nov 13 23:31:39 2011 +0100
 
67639
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67640
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59303
67641
 
59304
67642
    store some extra info in GSettingsKeyInfo
59305
67643
 
59307
67645
 1 file changed, 14 insertions(+), 13 deletions(-)
59308
67646
 
59309
67647
commit f60e0e724286fc85c03c7c739474390cd4c27c62
59310
 
Author: Ryan Lortie <desrt@desrt.ca>
59311
 
Date:   Sun Nov 13 23:24:24 2011 +0100
 
67648
Author:     Ryan Lortie <desrt@desrt.ca>
 
67649
AuthorDate: Sun Nov 13 23:24:24 2011 +0100
 
67650
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67651
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59312
67652
 
59313
67653
    GSettingsKeyInfo: drop unused variable
59314
67654
 
59316
67656
 1 file changed, 2 deletions(-)
59317
67657
 
59318
67658
commit 11ef4d7981d81746d25296e3336a390f1a3330a8
59319
 
Author: Ryan Lortie <desrt@desrt.ca>
59320
 
Date:   Sun Nov 13 21:41:01 2011 +0100
 
67659
Author:     Ryan Lortie <desrt@desrt.ca>
 
67660
AuthorDate: Sun Nov 13 21:41:01 2011 +0100
 
67661
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67662
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59321
67663
 
59322
67664
    rename gsettingsschema.h to -internal.h
59323
67665
 
59330
67672
 4 files changed, 52 insertions(+), 56 deletions(-)
59331
67673
 
59332
67674
commit 577faeae5bcdff8431c298c9275bf7703d8b6a22
59333
 
Author: Ryan Lortie <desrt@desrt.ca>
59334
 
Date:   Sun Nov 13 21:38:31 2011 +0100
 
67675
Author:     Ryan Lortie <desrt@desrt.ca>
 
67676
AuthorDate: Sun Nov 13 21:38:31 2011 +0100
 
67677
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67678
CommitDate: Thu Nov 17 14:03:38 2011 +0000
59335
67679
 
59336
67680
    unGObjectify GSettingsSchema
59337
67681
 
59342
67686
 3 files changed, 43 insertions(+), 75 deletions(-)
59343
67687
 
59344
67688
commit eaaf18960f84989cfe2ac927ad5e19a0c56524de
59345
 
Author: Christian Persch <chpe@gnome.org>
59346
 
Date:   Thu Nov 17 14:21:24 2011 +0100
 
67689
Author:     Christian Persch <chpe@gnome.org>
 
67690
AuthorDate: Thu Nov 17 14:21:24 2011 +0100
 
67691
Commit:     Christian Persch <chpe@gnome.org>
 
67692
CommitDate: Thu Nov 17 14:24:09 2011 +0100
59347
67693
 
59348
67694
    Fix the fix for G*_TO_POINTER casts on 32 bits
59349
67695
 
59359
67705
 1 file changed, 2 insertions(+), 2 deletions(-)
59360
67706
 
59361
67707
commit affbdd8206edcb89eadcae4a0453da76e8bd723f
59362
 
Author: Jorge González <jorgegonz@svn.gnome.org>
59363
 
Date:   Thu Nov 17 14:21:12 2011 +0100
 
67708
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
67709
AuthorDate: Thu Nov 17 14:21:12 2011 +0100
 
67710
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
67711
CommitDate: Thu Nov 17 14:21:12 2011 +0100
59364
67712
 
59365
67713
    Updated Spanish translation
59366
67714
 
59369
67717
 1 file changed, 97 insertions(+), 93 deletions(-)
59370
67718
 
59371
67719
commit 6d405f81c2778dff2df4a36748bf98647f385497
59372
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
59373
 
Date:   Thu Nov 17 12:36:54 2011 +0100
 
67720
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
67721
AuthorDate: Thu Nov 17 12:36:54 2011 +0100
 
67722
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
67723
CommitDate: Thu Nov 17 12:36:54 2011 +0100
59374
67724
 
59375
67725
    Updated Spanish translation
59376
67726
 
59379
67729
 1 file changed, 59 insertions(+), 7 deletions(-)
59380
67730
 
59381
67731
commit 9e19b6fe0fefc5c6c26e749a56418061ce339154
59382
 
Author: Matthias Clasen <mclasen@redhat.com>
59383
 
Date:   Thu Nov 17 00:01:18 2011 -0500
 
67732
Author:     Matthias Clasen <mclasen@redhat.com>
 
67733
AuthorDate: Thu Nov 17 00:01:18 2011 -0500
 
67734
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67735
CommitDate: Thu Nov 17 00:01:18 2011 -0500
59384
67736
 
59385
67737
    Fix doc formatting
59386
67738
 
59388
67740
 1 file changed, 1 deletion(-)
59389
67741
 
59390
67742
commit 1a08591c3a953d53fb22b8da59b2023d278590d6
59391
 
Author: Matthias Clasen <mclasen@redhat.com>
59392
 
Date:   Wed Nov 16 21:42:28 2011 -0500
 
67743
Author:     Matthias Clasen <mclasen@redhat.com>
 
67744
AuthorDate: Wed Nov 16 21:42:28 2011 -0500
 
67745
Commit:     Matthias Clasen <mclasen@redhat.com>
 
67746
CommitDate: Wed Nov 16 21:42:28 2011 -0500
59393
67747
 
59394
67748
    Deal gracefully with NULL log domains
59395
67749
 
59397
67751
 1 file changed, 1 insertion(+), 1 deletion(-)
59398
67752
 
59399
67753
commit 877c0ad5b885f598006f576a5756dd7cda1ef4ee
59400
 
Author: Ryan Lortie <desrt@desrt.ca>
59401
 
Date:   Wed Nov 16 15:46:19 2011 +0000
 
67754
Author:     Ryan Lortie <desrt@desrt.ca>
 
67755
AuthorDate: Wed Nov 16 15:46:19 2011 +0000
 
67756
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67757
CommitDate: Wed Nov 16 17:50:13 2011 +0000
59402
67758
 
59403
67759
    [notify] remove some rather bogus 'inline' use
59404
67760
 
59406
67762
 1 file changed, 3 insertions(+), 3 deletions(-)
59407
67763
 
59408
67764
commit 9253f38a908f4b3304e2e195c87aad7b098e8bac
59409
 
Author: Ryan Lortie <desrt@desrt.ca>
59410
 
Date:   Wed Nov 16 15:45:31 2011 +0000
 
67765
Author:     Ryan Lortie <desrt@desrt.ca>
 
67766
AuthorDate: Wed Nov 16 15:45:31 2011 +0000
 
67767
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67768
CommitDate: Wed Nov 16 17:50:13 2011 +0000
59411
67769
 
59412
67770
    [notify] add warning to gobjectnotifyqueue.c
59413
67771
 
59418
67776
 1 file changed, 6 insertions(+)
59419
67777
 
59420
67778
commit ac0ddcf23f4f57efc2f4e6f370022586d7897f6a
59421
 
Author: Ryan Lortie <desrt@desrt.ca>
59422
 
Date:   Wed Nov 16 13:02:23 2011 +0000
 
67779
Author:     Ryan Lortie <desrt@desrt.ca>
 
67780
AuthorDate: Wed Nov 16 13:02:23 2011 +0000
 
67781
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67782
CommitDate: Wed Nov 16 17:50:13 2011 +0000
59423
67783
 
59424
67784
    [notify] dispatch 'notify' directly if not frozen
59425
67785
 
59429
67789
 1 file changed, 15 insertions(+), 4 deletions(-)
59430
67790
 
59431
67791
commit 39458748dd32c8745f60e8ba83bd35ad9ceebb12
59432
 
Author: Ryan Lortie <desrt@desrt.ca>
59433
 
Date:   Wed Nov 16 15:42:36 2011 +0000
 
67792
Author:     Ryan Lortie <desrt@desrt.ca>
 
67793
AuthorDate: Wed Nov 16 15:42:36 2011 +0000
 
67794
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67795
CommitDate: Wed Nov 16 17:50:13 2011 +0000
59434
67796
 
59435
67797
    [notify] add 'conditional' to _notify_queue_freeze
59436
67798
 
59453
67815
 1 file changed, 16 insertions(+), 9 deletions(-)
59454
67816
 
59455
67817
commit 393d4c28b4af6aea45100edc636c116d38dca460
59456
 
Author: Ryan Lortie <desrt@desrt.ca>
59457
 
Date:   Wed Nov 16 15:41:06 2011 +0000
 
67818
Author:     Ryan Lortie <desrt@desrt.ca>
 
67819
AuthorDate: Wed Nov 16 15:41:06 2011 +0000
 
67820
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67821
CommitDate: Wed Nov 16 17:50:13 2011 +0000
59458
67822
 
59459
67823
    [notify] Remove GObjectNotifyContext indirection
59460
67824
 
59466
67830
 1 file changed, 18 insertions(+), 42 deletions(-)
59467
67831
 
59468
67832
commit 8215fc5f255ae499904534042ac08e221c4f5f13
59469
 
Author: Ryan Lortie <desrt@desrt.ca>
59470
 
Date:   Wed Nov 16 15:38:25 2011 +0000
 
67833
Author:     Ryan Lortie <desrt@desrt.ca>
 
67834
AuthorDate: Wed Nov 16 15:38:25 2011 +0000
 
67835
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67836
CommitDate: Wed Nov 16 17:50:12 2011 +0000
59471
67837
 
59472
67838
    [notify] lift some logic out of _notify_queue_add
59473
67839
 
59482
67848
 1 file changed, 42 insertions(+), 21 deletions(-)
59483
67849
 
59484
67850
commit 760037ec46bb3a8af8ea98e06a624a3ebac1cb1a
59485
 
Author: Ryan Lortie <desrt@desrt.ca>
59486
 
Date:   Wed Nov 16 15:37:17 2011 +0000
 
67851
Author:     Ryan Lortie <desrt@desrt.ca>
 
67852
AuthorDate: Wed Nov 16 15:37:17 2011 +0000
 
67853
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67854
CommitDate: Wed Nov 16 17:50:12 2011 +0000
59487
67855
 
59488
67856
    [notify] remove an obviously false comment
59489
67857
 
59491
67859
 1 file changed, 1 deletion(-)
59492
67860
 
59493
67861
commit 45d80cf9bdd4ee3edaa64069dd16ad220d615c4e
59494
 
Author: Ryan Lortie <desrt@desrt.ca>
59495
 
Date:   Wed Nov 16 15:36:57 2011 +0000
 
67862
Author:     Ryan Lortie <desrt@desrt.ca>
 
67863
AuthorDate: Wed Nov 16 15:36:57 2011 +0000
 
67864
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67865
CommitDate: Wed Nov 16 17:50:12 2011 +0000
59496
67866
 
59497
67867
    [notify] lift some code outside of critical region
59498
67868
 
59500
67870
 1 file changed, 4 insertions(+), 4 deletions(-)
59501
67871
 
59502
67872
commit 1d98f931946c45301531a576107f5f9d12d63c28
59503
 
Author: Ryan Lortie <desrt@desrt.ca>
59504
 
Date:   Wed Nov 16 15:35:58 2011 +0000
 
67873
Author:     Ryan Lortie <desrt@desrt.ca>
 
67874
AuthorDate: Wed Nov 16 15:35:58 2011 +0000
 
67875
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67876
CommitDate: Wed Nov 16 17:50:12 2011 +0000
59505
67877
 
59506
67878
    [notify] drop some unused code
59507
67879
 
59509
67881
 1 file changed, 28 deletions(-)
59510
67882
 
59511
67883
commit 128862eafe49b5454c4b32b0866800d4aa7c53f3
59512
 
Author: Ryan Lortie <desrt@desrt.ca>
59513
 
Date:   Wed Nov 16 15:31:58 2011 +0000
 
67884
Author:     Ryan Lortie <desrt@desrt.ca>
 
67885
AuthorDate: Wed Nov 16 15:31:58 2011 +0000
 
67886
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67887
CommitDate: Wed Nov 16 17:50:12 2011 +0000
59514
67888
 
59515
67889
    [notify] merge gobjectnotifyqueue.c into gobject.c
59516
67890
 
59526
67900
 1 file changed, 160 insertions(+), 2 deletions(-)
59527
67901
 
59528
67902
commit 688059cb9402281f8922827dc98fe76b914f21cf
59529
 
Author: Ryan Lortie <desrt@desrt.ca>
59530
 
Date:   Wed Nov 16 12:47:40 2011 +0000
 
67903
Author:     Ryan Lortie <desrt@desrt.ca>
 
67904
AuthorDate: Wed Nov 16 12:47:40 2011 +0000
 
67905
Commit:     Ryan Lortie <desrt@desrt.ca>
 
67906
CommitDate: Wed Nov 16 17:50:12 2011 +0000
59531
67907
 
59532
67908
    [notify] remove some useless forward declarations
59533
67909
 
59537
67913
 1 file changed, 7 deletions(-)
59538
67914
 
59539
67915
commit 3c66ada4358ca0a8d9c31a14d45c13cd9de0b084
59540
 
Author: Benjamin Otte <otte@redhat.com>
59541
 
Date:   Wed Nov 2 00:31:50 2011 +0100
 
67916
Author:     Benjamin Otte <otte@redhat.com>
 
67917
AuthorDate: Wed Nov 2 00:31:50 2011 +0100
 
67918
Commit:     Benjamin Otte <otte@redhat.com>
 
67919
CommitDate: Wed Nov 16 17:22:17 2011 +0100
59542
67920
 
59543
67921
    localfileenumerator: Improve non-stat'ing code
59544
67922
 
59551
67929
 1 file changed, 3 insertions(+), 2 deletions(-)
59552
67930
 
59553
67931
commit 93aea49bd7a8fa29d4ad857fd5de9f282edd8603
59554
 
Author: Benjamin Otte <otte@redhat.com>
59555
 
Date:   Tue Nov 1 23:37:35 2011 +0100
 
67932
Author:     Benjamin Otte <otte@redhat.com>
 
67933
AuthorDate: Tue Nov 1 23:37:35 2011 +0100
 
67934
Commit:     Benjamin Otte <otte@redhat.com>
 
67935
CommitDate: Wed Nov 16 17:22:10 2011 +0100
59556
67936
 
59557
67937
    localfileinfo: Split out attributes that don't need a stat
59558
67938
 
59564
67944
 2 files changed, 54 insertions(+), 36 deletions(-)
59565
67945
 
59566
67946
commit 8863071b9d17fa37036549b8c6579736d259a9cd
59567
 
Author: Benjamin Otte <otte@redhat.com>
59568
 
Date:   Tue Nov 1 23:21:42 2011 +0100
 
67947
Author:     Benjamin Otte <otte@redhat.com>
 
67948
AuthorDate: Tue Nov 1 23:21:42 2011 +0100
 
67949
Commit:     Benjamin Otte <otte@redhat.com>
 
67950
CommitDate: Wed Nov 16 17:22:03 2011 +0100
59569
67951
 
59570
67952
    localfileenumerator: Take the type from the readdir() call
59571
67953
 
59580
67962
 2 files changed, 84 insertions(+), 14 deletions(-)
59581
67963
 
59582
67964
commit 6fe9791f2401c7842ed8e4b72e62296f1da1e47d
59583
 
Author: Benjamin Otte <otte@redhat.com>
59584
 
Date:   Tue Nov 1 20:12:27 2011 +0100
 
67965
Author:     Benjamin Otte <otte@redhat.com>
 
67966
AuthorDate: Tue Nov 1 20:12:27 2011 +0100
 
67967
Commit:     Benjamin Otte <otte@redhat.com>
 
67968
CommitDate: Wed Nov 16 17:21:21 2011 +0100
59585
67969
 
59586
67970
    gio: Add tests for g_file_attribute_matcher_subtract()
59587
67971
 
59590
67974
 1 file changed, 90 insertions(+)
59591
67975
 
59592
67976
commit 1985d54bb2eee39e88e62d1b749bf85f43a55721
59593
 
Author: Benjamin Otte <otte@redhat.com>
59594
 
Date:   Tue Nov 1 20:11:47 2011 +0100
 
67977
Author:     Benjamin Otte <otte@redhat.com>
 
67978
AuthorDate: Tue Nov 1 20:11:47 2011 +0100
 
67979
Commit:     Benjamin Otte <otte@redhat.com>
 
67980
CommitDate: Wed Nov 16 17:19:02 2011 +0100
59595
67981
 
59596
67982
    fileinfo: Add g_file_attribute_matcher_subtract()
59597
67983
 
59605
67991
 4 files changed, 85 insertions(+), 2 deletions(-)
59606
67992
 
59607
67993
commit 60c42f66482f0b3c7cd9353156de99e077fc73c7
59608
 
Author: Benjamin Otte <otte@redhat.com>
59609
 
Date:   Tue Nov 1 19:12:17 2011 +0100
 
67994
Author:     Benjamin Otte <otte@redhat.com>
 
67995
AuthorDate: Tue Nov 1 19:12:17 2011 +0100
 
67996
Commit:     Benjamin Otte <otte@redhat.com>
 
67997
CommitDate: Wed Nov 16 17:18:58 2011 +0100
59610
67998
 
59611
67999
    tests: Add tests for fileattributematchers
59612
68000
 
59616
68004
 2 files changed, 92 insertions(+)
59617
68005
 
59618
68006
commit b400127b3eb6039ecfcada3fa398f8aecb4945bd
59619
 
Author: Benjamin Otte <otte@redhat.com>
59620
 
Date:   Tue Nov 1 19:06:39 2011 +0100
 
68007
Author:     Benjamin Otte <otte@redhat.com>
 
68008
AuthorDate: Tue Nov 1 19:06:39 2011 +0100
 
68009
Commit:     Benjamin Otte <otte@redhat.com>
 
68010
CommitDate: Wed Nov 16 17:18:13 2011 +0100
59621
68011
 
59622
68012
    fileinfo: Add g_file_attribute_matcher_to_string()
59623
68013
 
59631
68021
 4 files changed, 43 insertions(+)
59632
68022
 
59633
68023
commit 86d29e4e7302525b178ff7fb7463026243c89603
59634
 
Author: Benjamin Otte <otte@redhat.com>
59635
 
Date:   Tue Nov 1 17:50:22 2011 +0100
 
68024
Author:     Benjamin Otte <otte@redhat.com>
 
68025
AuthorDate: Tue Nov 1 17:50:22 2011 +0100
 
68026
Commit:     Benjamin Otte <otte@redhat.com>
 
68027
CommitDate: Wed Nov 16 17:11:52 2011 +0100
59636
68028
 
59637
68029
    fileinfo: Store namespace::* as 0th attribute
59638
68030
 
59643
68035
 1 file changed, 2 insertions(+), 1 deletion(-)
59644
68036
 
59645
68037
commit 128e0cb787dedc0bb57f7f1fbdc52aa20c20d9b6
59646
 
Author: Benjamin Otte <otte@redhat.com>
59647
 
Date:   Tue Nov 1 13:58:09 2011 +0100
 
68038
Author:     Benjamin Otte <otte@redhat.com>
 
68039
AuthorDate: Tue Nov 1 13:58:09 2011 +0100
 
68040
Commit:     Benjamin Otte <otte@redhat.com>
 
68041
CommitDate: Wed Nov 16 17:11:52 2011 +0100
59648
68042
 
59649
68043
    fileinfo: Change the way attribute matchers are created
59650
68044
 
59658
68052
 1 file changed, 74 insertions(+), 28 deletions(-)
59659
68053
 
59660
68054
commit 1850d23f52639a5eaf33551fad7a1936edbbfb0a
59661
 
Author: Benjamin Otte <otte@redhat.com>
59662
 
Date:   Tue Nov 1 12:47:33 2011 +0100
 
68055
Author:     Benjamin Otte <otte@redhat.com>
 
68056
AuthorDate: Tue Nov 1 12:47:33 2011 +0100
 
68057
Commit:     Benjamin Otte <otte@redhat.com>
 
68058
CommitDate: Wed Nov 16 17:11:52 2011 +0100
59663
68059
 
59664
68060
    fileinfo: Remove optimization for GFileAttributeMatcher
59665
68061
 
59671
68067
 1 file changed, 28 insertions(+), 72 deletions(-)
59672
68068
 
59673
68069
commit 16292dd753cb63f8ccb2267644aefbd2632dd52c
59674
 
Author: Lucas De Marchi <lucas.demarchi@profusion.mobi>
59675
 
Date:   Thu Oct 6 11:18:03 2011 -0300
 
68070
Author:     Lucas De Marchi <lucas.demarchi@profusion.mobi>
 
68071
AuthorDate: Thu Oct 6 11:18:03 2011 -0300
 
68072
Commit:     Colin Walters <walters@verbum.org>
 
68073
CommitDate: Wed Nov 16 10:47:21 2011 -0500
59676
68074
 
59677
68075
    Fix G*_TO_POINTER casts on 32 bits
59678
68076
 
59693
68091
 1 file changed, 2 insertions(+), 2 deletions(-)
59694
68092
 
59695
68093
commit 3a7960f75730fdde77652b97ad6492004c5b1ec1
59696
 
Author: Alexander Larsson <alexl@redhat.com>
59697
 
Date:   Fri Nov 4 16:45:41 2011 +0100
 
68094
Author:     Alexander Larsson <alexl@redhat.com>
 
68095
AuthorDate: Fri Nov 4 16:45:41 2011 +0100
 
68096
Commit:     Alexander Larsson <alexl@redhat.com>
 
68097
CommitDate: Wed Nov 16 09:10:46 2011 +0100
59698
68098
 
59699
68099
    win32: Make g_get_monotonic_clock lockless
59700
68100
 
59702
68102
 1 file changed, 20 insertions(+), 12 deletions(-)
59703
68103
 
59704
68104
commit 8d023c2706c1aca43dd04e807dd7d78aee96f202
59705
 
Author: Alexander Larsson <alexl@redhat.com>
59706
 
Date:   Fri Nov 4 15:42:38 2011 +0100
 
68105
Author:     Alexander Larsson <alexl@redhat.com>
 
68106
AuthorDate: Fri Nov 4 15:42:38 2011 +0100
 
68107
Commit:     Alexander Larsson <alexl@redhat.com>
 
68108
CommitDate: Wed Nov 16 09:10:46 2011 +0100
59707
68109
 
59708
68110
    win32: Use timeGetTime as monotonic base
59709
68111
 
59717
68119
 3 files changed, 68 insertions(+), 5 deletions(-)
59718
68120
 
59719
68121
commit 64dec8ad9ff3d9be7d66b11d5f2b22ce3e0954aa
59720
 
Author: Alexander Larsson <alexl@redhat.com>
59721
 
Date:   Fri Nov 4 11:27:00 2011 +0100
 
68122
Author:     Alexander Larsson <alexl@redhat.com>
 
68123
AuthorDate: Fri Nov 4 11:27:00 2011 +0100
 
68124
Commit:     Alexander Larsson <alexl@redhat.com>
 
68125
CommitDate: Wed Nov 16 09:10:45 2011 +0100
59722
68126
 
59723
68127
    win32: Add a monotonic timer
59724
68128
 
59729
68133
 3 files changed, 59 insertions(+), 2 deletions(-)
59730
68134
 
59731
68135
commit 2056906bb7504e520aae5ab3fc69fa3f80da1da0
59732
 
Author: Piotr Drąg <piotrdrag@gmail.com>
59733
 
Date:   Tue Nov 15 20:46:17 2011 +0100
 
68136
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
68137
AuthorDate: Tue Nov 15 20:46:17 2011 +0100
 
68138
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
68139
CommitDate: Tue Nov 15 20:46:17 2011 +0100
59734
68140
 
59735
68141
    Updated POTFILES.in
59736
68142
 
59738
68144
 1 file changed, 4 insertions(+)
59739
68145
 
59740
68146
commit 8d4a141b14dda229a9074d14e9288cddc3191536
59741
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
59742
 
Date:   Tue Nov 15 17:37:39 2011 +0100
 
68147
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
68148
AuthorDate: Tue Nov 15 17:37:39 2011 +0100
 
68149
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
68150
CommitDate: Tue Nov 15 17:37:39 2011 +0100
59743
68151
 
59744
68152
    Updated Spanish translation
59745
68153
 
59748
68156
 1 file changed, 2998 insertions(+), 2991 deletions(-)
59749
68157
 
59750
68158
commit f08a1d126c2aba7d23c107a7c6882cf0f850b6f4
59751
 
Author: Javier Jardón <jjardon@gnome.org>
59752
 
Date:   Tue Nov 15 12:11:55 2011 +0000
 
68159
Author:     Javier Jardón <jjardon@gnome.org>
 
68160
AuthorDate: Tue Nov 15 12:11:55 2011 +0000
 
68161
Commit:     Javier Jardón <jjardon@gnome.org>
 
68162
CommitDate: Tue Nov 15 12:11:55 2011 +0000
59753
68163
 
59754
68164
    docs: Remove tmpl directory
59755
68165
 
59761
68171
 2 files changed, 1089 deletions(-)
59762
68172
 
59763
68173
commit 469e1a15a0eea2cf355fba245343a3ac1c29662b
59764
 
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
59765
 
Date:   Sun Nov 13 17:49:57 2011 +0100
 
68174
Author:     Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
68175
AuthorDate: Sun Nov 13 17:49:57 2011 +0100
 
68176
Commit:     Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
68177
CommitDate: Tue Nov 15 09:27:00 2011 +0100
59766
68178
 
59767
68179
    Fix 1bit mutex test on platforms with 32 bit aligned pointers
59768
68180
 
59780
68192
 1 file changed, 1 insertion(+), 1 deletion(-)
59781
68193
 
59782
68194
commit 65eb65b7779e5e6ec72de9bb372568d88b1ec7bb
59783
 
Author: Matthias Clasen <mclasen@redhat.com>
59784
 
Date:   Mon Nov 14 23:30:18 2011 -0500
 
68195
Author:     Matthias Clasen <mclasen@redhat.com>
 
68196
AuthorDate: Mon Nov 14 23:30:18 2011 -0500
 
68197
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68198
CommitDate: Mon Nov 14 23:30:18 2011 -0500
59785
68199
 
59786
68200
    Avoid unused variable warnings in g_ascii_strtod
59787
68201
 
59789
68203
 1 file changed, 10 insertions(+), 6 deletions(-)
59790
68204
 
59791
68205
commit 7c0ee79e348cfa3711ecf74f1c0e4d9a2e29864e
59792
 
Author: Matthias Clasen <mclasen@redhat.com>
59793
 
Date:   Mon Nov 14 22:18:13 2011 -0500
 
68206
Author:     Matthias Clasen <mclasen@redhat.com>
 
68207
AuthorDate: Mon Nov 14 22:18:13 2011 -0500
 
68208
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68209
CommitDate: Mon Nov 14 22:18:13 2011 -0500
59794
68210
 
59795
68211
    GThread: handle thread names safely
59796
68212
 
59806
68222
 3 files changed, 38 insertions(+), 5 deletions(-)
59807
68223
 
59808
68224
commit 375015018bb16cdd02708e1df0953d91916033ca
59809
 
Author: Matthias Clasen <mclasen@redhat.com>
59810
 
Date:   Mon Nov 14 21:18:12 2011 -0500
 
68225
Author:     Matthias Clasen <mclasen@redhat.com>
 
68226
AuthorDate: Mon Nov 14 21:18:12 2011 -0500
 
68227
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68228
CommitDate: Mon Nov 14 21:22:46 2011 -0500
59811
68229
 
59812
68230
    Switch to using template-free docs build
59813
68231
 
59817
68235
 1 file changed, 1 insertion(+), 1 deletion(-)
59818
68236
 
59819
68237
commit 3f0d275295d0dbf8028e77c3f7ef662c3a41cdf3
59820
 
Author: Matthias Clasen <mclasen@redhat.com>
59821
 
Date:   Mon Nov 14 07:44:52 2011 -0500
 
68238
Author:     Matthias Clasen <mclasen@redhat.com>
 
68239
AuthorDate: Mon Nov 14 07:44:52 2011 -0500
 
68240
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68241
CommitDate: Mon Nov 14 21:22:46 2011 -0500
59822
68242
 
59823
68243
    Move remaining docs inline
59824
68244
 
59844
68264
 14 files changed, 2330 insertions(+), 2655 deletions(-)
59845
68265
 
59846
68266
commit 127df9bd83d610cb989e63037f3e3a6b64c034e0
59847
 
Author: Matthias Clasen <mclasen@redhat.com>
59848
 
Date:   Mon Nov 14 21:06:30 2011 -0500
 
68267
Author:     Matthias Clasen <mclasen@redhat.com>
 
68268
AuthorDate: Mon Nov 14 21:06:30 2011 -0500
 
68269
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68270
CommitDate: Mon Nov 14 21:22:46 2011 -0500
59849
68271
 
59850
68272
    Move GModule docs inline
59851
68273
 
59857
68279
 3 files changed, 250 insertions(+), 300 deletions(-)
59858
68280
 
59859
68281
commit 2195e20dce58ab14db40187dbcd78682e4287889
59860
 
Author: Matthias Clasen <mclasen@redhat.com>
59861
 
Date:   Sun Nov 13 15:37:56 2011 -0500
 
68282
Author:     Matthias Clasen <mclasen@redhat.com>
 
68283
AuthorDate: Sun Nov 13 15:37:56 2011 -0500
 
68284
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68285
CommitDate: Mon Nov 14 21:22:46 2011 -0500
59862
68286
 
59863
68287
    Move GDate docs inline
59864
68288
 
59869
68293
 3 files changed, 637 insertions(+), 824 deletions(-)
59870
68294
 
59871
68295
commit 18da6e6be97c838edf6ef150b196b428ff3118cf
59872
 
Author: Matthias Clasen <mclasen@redhat.com>
59873
 
Date:   Sun Nov 13 00:43:50 2011 -0500
 
68296
Author:     Matthias Clasen <mclasen@redhat.com>
 
68297
AuthorDate: Sun Nov 13 00:43:50 2011 -0500
 
68298
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68299
CommitDate: Mon Nov 14 21:22:46 2011 -0500
59874
68300
 
59875
68301
    Move i18n docs inline
59876
68302
 
59881
68307
 3 files changed, 157 insertions(+), 252 deletions(-)
59882
68308
 
59883
68309
commit c8b0617a2b9b71ca89b9fdd0e6f3b6afdd255a49
59884
 
Author: Matthias Clasen <mclasen@redhat.com>
59885
 
Date:   Sun Nov 13 00:26:57 2011 -0500
 
68310
Author:     Matthias Clasen <mclasen@redhat.com>
 
68311
AuthorDate: Sun Nov 13 00:26:57 2011 -0500
 
68312
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68313
CommitDate: Mon Nov 14 21:22:37 2011 -0500
59886
68314
 
59887
68315
    Move slice and hook docs inline
59888
68316
 
59896
68324
 5 files changed, 676 insertions(+), 728 deletions(-)
59897
68325
 
59898
68326
commit bad6c0ad1516ab149d2917c8db9d84a235c4667c
59899
 
Author: Dan Winship <danw@gnome.org>
59900
 
Date:   Mon Nov 14 19:46:02 2011 -0500
 
68327
Author:     Dan Winship <danw@gnome.org>
 
68328
AuthorDate: Mon Nov 14 19:46:02 2011 -0500
 
68329
Commit:     Dan Winship <danw@gnome.org>
 
68330
CommitDate: Mon Nov 14 19:46:02 2011 -0500
59901
68331
 
59902
68332
    GSocketClient: improve error messages on connection failure
59903
68333
 
59913
68343
 2 files changed, 52 insertions(+), 10 deletions(-)
59914
68344
 
59915
68345
commit 74dad004d143a2d3fbe4171d20e57cc9942ad89d
59916
 
Author: Dan Winship <danw@gnome.org>
59917
 
Date:   Mon Nov 14 18:27:34 2011 -0500
 
68346
Author:     Dan Winship <danw@gnome.org>
 
68347
AuthorDate: Mon Nov 14 18:27:34 2011 -0500
 
68348
Commit:     Dan Winship <danw@gnome.org>
 
68349
CommitDate: Mon Nov 14 18:31:21 2011 -0500
59918
68350
 
59919
68351
    GUnixInput/OutputStream: fix blocking methods to always block
59920
68352
 
59939
68371
 3 files changed, 81 insertions(+), 45 deletions(-)
59940
68372
 
59941
68373
commit 29f786851d9fb8c8229161087e55254e379ef6e7
59942
 
Author: Dan Winship <danw@gnome.org>
59943
 
Date:   Mon Nov 14 13:55:14 2011 -0500
 
68374
Author:     Dan Winship <danw@gnome.org>
 
68375
AuthorDate: Mon Nov 14 13:55:14 2011 -0500
 
68376
Commit:     Dan Winship <danw@gnome.org>
 
68377
CommitDate: Mon Nov 14 13:55:14 2011 -0500
59944
68378
 
59945
68379
    Fix glib/tests/utils for g_parse_debug_string() changes
59946
68380
 
59948
68382
 1 file changed, 1 insertion(+), 1 deletion(-)
59949
68383
 
59950
68384
commit fe5ba0f291c11a22fbfe812d1c8315837fa14177
59951
 
Author: Dan Winship <danw@gnome.org>
59952
 
Date:   Sun Jun 12 15:59:36 2011 -0400
 
68385
Author:     Dan Winship <danw@gnome.org>
 
68386
AuthorDate: Sun Jun 12 15:59:36 2011 -0400
 
68387
Commit:     Dan Winship <danw@gnome.org>
 
68388
CommitDate: Mon Nov 14 13:42:30 2011 -0500
59953
68389
 
59954
68390
    add GNetworkMonitor, for... monitoring the network
59955
68391
 
59983
68419
 17 files changed, 1878 insertions(+), 2 deletions(-)
59984
68420
 
59985
68421
commit eb9755dc9c765cd0381f8b6d897e6ff4f7582a0a
59986
 
Author: Dan Winship <danw@gnome.org>
59987
 
Date:   Sat Oct 1 08:31:54 2011 -0400
 
68422
Author:     Dan Winship <danw@gnome.org>
 
68423
AuthorDate: Sat Oct 1 08:31:54 2011 -0400
 
68424
Commit:     Dan Winship <danw@gnome.org>
 
68425
CommitDate: Mon Nov 14 13:42:29 2011 -0500
59988
68426
 
59989
68427
    GInetAddressMask: new type for internet address range matching
59990
68428
 
60005
68443
 8 files changed, 580 insertions(+)
60006
68444
 
60007
68445
commit fac9e8d29f3b73afb17feca1fefe51986a09327c
60008
 
Author: Dan Winship <danw@gnome.org>
60009
 
Date:   Sun Nov 13 16:39:45 2011 -0500
 
68446
Author:     Dan Winship <danw@gnome.org>
 
68447
AuthorDate: Sun Nov 13 16:39:45 2011 -0500
 
68448
Commit:     Dan Winship <danw@gnome.org>
 
68449
CommitDate: Sun Nov 13 16:39:45 2011 -0500
60010
68450
 
60011
68451
    gunixinput/outputstream: fix docs
60012
68452
 
60017
68457
 2 files changed, 2 insertions(+), 4 deletions(-)
60018
68458
 
60019
68459
commit 9b4cc6edf4a698597c0cee9a5ef4d40ad13aa888
60020
 
Author: Dan Winship <danw@gnome.org>
60021
 
Date:   Tue Apr 27 16:54:18 2010 -0400
 
68460
Author:     Dan Winship <danw@gnome.org>
 
68461
AuthorDate: Tue Apr 27 16:54:18 2010 -0400
 
68462
Commit:     Dan Winship <danw@gnome.org>
 
68463
CommitDate: Sun Nov 13 16:28:51 2011 -0500
60022
68464
 
60023
68465
    GUnixInputStream, GUnixOutputStream: support ordinary files better
60024
68466
 
60033
68475
 2 files changed, 58 insertions(+), 10 deletions(-)
60034
68476
 
60035
68477
commit e60846dc78b9dace8d27276f7ef512e209dba7b3
60036
 
Author: Matthias Clasen <mclasen@redhat.com>
60037
 
Date:   Sat Nov 12 22:52:24 2011 -0500
 
68478
Author:     Matthias Clasen <mclasen@redhat.com>
 
68479
AuthorDate: Sat Nov 12 22:52:24 2011 -0500
 
68480
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68481
CommitDate: Sat Nov 12 22:52:24 2011 -0500
60038
68482
 
60039
68483
    Some more docs reshuffling
60040
68484
 
60044
68488
 2 files changed, 509 insertions(+), 603 deletions(-)
60045
68489
 
60046
68490
commit 06bb6c75a2e5e6e0c3bfcb99ae829143768e1702
60047
 
Author: Matthias Clasen <mclasen@redhat.com>
60048
 
Date:   Sat Nov 12 21:54:42 2011 -0500
 
68491
Author:     Matthias Clasen <mclasen@redhat.com>
 
68492
AuthorDate: Sat Nov 12 21:54:42 2011 -0500
 
68493
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68494
CommitDate: Sat Nov 12 21:54:42 2011 -0500
60049
68495
 
60050
68496
    More consistent doc formatting
60051
68497
 
60070
68516
 14 files changed, 148 insertions(+), 142 deletions(-)
60071
68517
 
60072
68518
commit 599f254066beb3bdad1d4fb70a7afd28c45d7634
60073
 
Author: Matthias Clasen <mclasen@redhat.com>
60074
 
Date:   Sat Nov 12 19:13:44 2011 -0500
 
68519
Author:     Matthias Clasen <mclasen@redhat.com>
 
68520
AuthorDate: Sat Nov 12 19:13:44 2011 -0500
 
68521
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68522
CommitDate: Sat Nov 12 19:13:44 2011 -0500
60075
68523
 
60076
68524
    Cleanups to debug env var handling
60077
68525
 
60081
68529
 3 files changed, 26 insertions(+), 41 deletions(-)
60082
68530
 
60083
68531
commit 943a18b5643443438820eae3453d3b279213547e
60084
 
Author: Matthias Clasen <mclasen@redhat.com>
60085
 
Date:   Sat Nov 12 18:36:52 2011 -0500
 
68532
Author:     Matthias Clasen <mclasen@redhat.com>
 
68533
AuthorDate: Sat Nov 12 18:36:52 2011 -0500
 
68534
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68535
CommitDate: Sat Nov 12 18:36:52 2011 -0500
60086
68536
 
60087
68537
    Parse G_DEBUG only once
60088
68538
 
60090
68540
 1 file changed, 3 insertions(+), 12 deletions(-)
60091
68541
 
60092
68542
commit 5d9f05eef147f17d71e38c9fba2e3f622c9ed21b
60093
 
Author: Matthias Clasen <mclasen@redhat.com>
60094
 
Date:   Sat Nov 12 10:26:31 2011 -0500
 
68543
Author:     Matthias Clasen <mclasen@redhat.com>
 
68544
AuthorDate: Sat Nov 12 10:26:31 2011 -0500
 
68545
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68546
CommitDate: Sat Nov 12 10:32:35 2011 -0500
60095
68547
 
60096
68548
    glib-unix.h: Add G_BEGIN/END_DECLS
60097
68549
 
60101
68553
 1 file changed, 5 insertions(+), 1 deletion(-)
60102
68554
 
60103
68555
commit faebf0f6536f85bfc4afd81a69d9d46383031fa6
60104
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
60105
 
Date:   Sat Nov 12 10:38:31 2011 +0800
 
68556
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
68557
AuthorDate: Sat Nov 12 10:38:31 2011 +0800
 
68558
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
68559
CommitDate: Sat Nov 12 10:38:31 2011 +0800
60106
68560
 
60107
68561
    gstrfuncs.c: Fix variable declaration
60108
68562
 
60113
68567
 1 file changed, 11 insertions(+), 10 deletions(-)
60114
68568
 
60115
68569
commit 0f01bef4b458b73f2500ad8926b9c8a886215dc3
60116
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60117
 
Date:   Fri Nov 11 14:41:50 2011 +0000
 
68570
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68571
AuthorDate: Fri Nov 11 14:41:50 2011 +0000
 
68572
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68573
CommitDate: Fri Nov 11 16:05:21 2011 +0000
60118
68574
 
60119
68575
    GDBusWorker: tolerate read errors while closing
60120
68576
 
60145
68601
 1 file changed, 21 insertions(+), 1 deletion(-)
60146
68602
 
60147
68603
commit 214d249f40de028c5f76cea6ed665af5e1cf45d0
60148
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60149
 
Date:   Thu Nov 10 19:06:43 2011 +0000
 
68604
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68605
AuthorDate: Thu Nov 10 19:06:43 2011 +0000
 
68606
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68607
CommitDate: Fri Nov 11 16:05:19 2011 +0000
60150
68608
 
60151
68609
    GDBusWorker: debug on read errors if transport debugging is enabled
60152
68610
 
60159
68617
 1 file changed, 13 insertions(+)
60160
68618
 
60161
68619
commit fc21c6ced0f1d7e6c8960b2e1439d814a960e7bf
60162
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60163
 
Date:   Thu Nov 3 18:33:08 2011 +0000
 
68620
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68621
AuthorDate: Thu Nov 3 18:33:08 2011 +0000
 
68622
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68623
CommitDate: Fri Nov 11 16:05:16 2011 +0000
60164
68624
 
60165
68625
    gdbus-exit-on-close test: don't leak a variant
60166
68626
 
60173
68633
 1 file changed, 1 insertion(+)
60174
68634
 
60175
68635
commit f0c383917bdae58393410f2c3052bad2a4b51d9e
60176
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60177
 
Date:   Thu Nov 3 18:32:53 2011 +0000
 
68636
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68637
AuthorDate: Thu Nov 3 18:32:53 2011 +0000
 
68638
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
68639
CommitDate: Fri Nov 11 16:05:04 2011 +0000
60178
68640
 
60179
68641
    gdbus-exit-on-close test: optionally be more verbose for debugging
60180
68642
 
60187
68649
 1 file changed, 27 insertions(+), 1 deletion(-)
60188
68650
 
60189
68651
commit 759c0e935d0d189aebbb7ff8186c397e88477c7f
60190
 
Author: Dan Winship <danw@gnome.org>
60191
 
Date:   Sat Sep 3 09:03:17 2011 -0400
 
68652
Author:     Dan Winship <danw@gnome.org>
 
68653
AuthorDate: Sat Sep 3 09:03:17 2011 -0400
 
68654
Commit:     Dan Winship <danw@gnome.org>
 
68655
CommitDate: Wed Nov 9 08:27:53 2011 -0500
60192
68656
 
60193
68657
    gio: more implementations of GFileDescriptorBased
60194
68658
 
60204
68668
 4 files changed, 75 insertions(+), 5 deletions(-)
60205
68669
 
60206
68670
commit f218353e04ca61dbf5e4d7a3a024fe414dbfa46a
60207
 
Author: Kristian Rietveld <kris@loopnest.org>
60208
 
Date:   Wed Nov 9 08:32:33 2011 +0100
 
68671
Author:     Kristian Rietveld <kris@loopnest.org>
 
68672
AuthorDate: Wed Nov 9 08:32:33 2011 +0100
 
68673
Commit:     Kristian Rietveld <kris@loopnest.org>
 
68674
CommitDate: Wed Nov 9 08:32:33 2011 +0100
60209
68675
 
60210
68676
    Need to include xlocale.h on Darwin for strtod_l
60211
68677
 
60216
68682
 2 files changed, 7 insertions(+)
60217
68683
 
60218
68684
commit fb95c20c965bc241fc9d519afede94d3bc7838a8
60219
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
60220
 
Date:   Mon Nov 7 20:04:15 2011 +0100
 
68685
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
68686
AuthorDate: Mon Nov 7 20:04:15 2011 +0100
 
68687
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
68688
CommitDate: Mon Nov 7 23:12:45 2011 +0100
60221
68689
 
60222
68690
    Add G_SIGNAL_DEPRECATED
60223
68691
 
60236
68704
 3 files changed, 38 insertions(+), 4 deletions(-)
60237
68705
 
60238
68706
commit f09e71aff05bfa07e58c68b2dd8396ed760e4666
60239
 
Author: Dan Winship <danw@gnome.org>
60240
 
Date:   Mon Nov 7 13:50:00 2011 -0500
 
68707
Author:     Dan Winship <danw@gnome.org>
 
68708
AuthorDate: Mon Nov 7 13:50:00 2011 -0500
 
68709
Commit:     Dan Winship <danw@gnome.org>
 
68710
CommitDate: Mon Nov 7 13:50:00 2011 -0500
60241
68711
 
60242
68712
    gio/tests/proxy: don't use deprecated functions
60243
68713
 
60245
68715
 1 file changed, 1 insertion(+), 1 deletion(-)
60246
68716
 
60247
68717
commit a5bf1c117b9042906763d166f396e8cccaf48f91
60248
 
Author: Dan Winship <danw@gnome.org>
60249
 
Date:   Mon Nov 7 13:48:30 2011 -0500
 
68718
Author:     Dan Winship <danw@gnome.org>
 
68719
AuthorDate: Mon Nov 7 13:48:30 2011 -0500
 
68720
Commit:     Dan Winship <danw@gnome.org>
 
68721
CommitDate: Mon Nov 7 13:48:30 2011 -0500
60250
68722
 
60251
68723
    Fix g_variant_get_gtype() deprecation message
60252
68724
 
60270
68742
 2 files changed, 8 insertions(+), 1 deletion(-)
60271
68743
 
60272
68744
commit 7d1c7af1a6ed30d4caec244ac8ebe47dc86bf04f
60273
 
Author: Benjamin Otte <otte@redhat.com>
60274
 
Date:   Sun Oct 16 12:58:29 2011 -0700
 
68745
Author:     Benjamin Otte <otte@redhat.com>
 
68746
AuthorDate: Sun Oct 16 12:58:29 2011 -0700
 
68747
Commit:     Benjamin Otte <otte@redhat.com>
 
68748
CommitDate: Mon Nov 7 15:29:51 2011 +0100
60275
68749
 
60276
68750
    docs: Improve g_variant_loop() docs
60277
68751
 
60284
68758
 2 files changed, 6 insertions(+), 3 deletions(-)
60285
68759
 
60286
68760
commit 14677e16d8ac6b7bdb22885ef94ae889f67751ee
60287
 
Author: Benjamin Otte <otte@redhat.com>
60288
 
Date:   Mon Jul 25 13:08:59 2011 +0200
 
68761
Author:     Benjamin Otte <otte@redhat.com>
 
68762
AuthorDate: Mon Jul 25 13:08:59 2011 +0200
 
68763
Commit:     Benjamin Otte <otte@redhat.com>
 
68764
CommitDate: Mon Nov 7 15:29:51 2011 +0100
60289
68765
 
60290
68766
    docs: Tell which function to use to avoid errors.
60291
68767
 
60293
68769
 1 file changed, 2 insertions(+), 1 deletion(-)
60294
68770
 
60295
68771
commit 0e283dcb94a6be20ccc0b8446c3df70ff14d36f1
60296
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
60297
 
Date:   Mon Nov 7 14:14:45 2011 +0800
 
68772
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
68773
AuthorDate: Mon Nov 7 14:14:45 2011 +0800
 
68774
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
68775
CommitDate: Mon Nov 7 14:14:45 2011 +0800
60298
68776
 
60299
68777
    Update VS property sheets
60300
68778
 
60306
68784
 2 files changed, 3 insertions(+)
60307
68785
 
60308
68786
commit fc0b8d4f28c1d3d24a0d92b134ebbe74966a4a73
60309
 
Author: Matthias Clasen <mclasen@redhat.com>
60310
 
Date:   Mon Nov 7 00:14:28 2011 -0500
 
68787
Author:     Matthias Clasen <mclasen@redhat.com>
 
68788
AuthorDate: Mon Nov 7 00:14:28 2011 -0500
 
68789
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68790
CommitDate: Mon Nov 7 00:14:28 2011 -0500
60311
68791
 
60312
68792
    Add a test for CDATA in gschema.xml files
60313
68793
 
60316
68796
 2 files changed, 9 insertions(+), 1 deletion(-)
60317
68797
 
60318
68798
commit 7ec69ecd3207abc750291231c37739d16d8d5a42
60319
 
Author: Matthias Clasen <mclasen@redhat.com>
60320
 
Date:   Mon Nov 7 00:13:56 2011 -0500
 
68799
Author:     Matthias Clasen <mclasen@redhat.com>
 
68800
AuthorDate: Mon Nov 7 00:13:56 2011 -0500
 
68801
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68802
CommitDate: Mon Nov 7 00:13:56 2011 -0500
60321
68803
 
60322
68804
    Accept CDATA in gschema.xml files
60323
68805
 
60325
68807
 1 file changed, 1 insertion(+)
60326
68808
 
60327
68809
commit 41b8ce7100fa5fa4ecb01555e52b3664bcc41b28
60328
 
Author: Alexander Larsson <alexl@redhat.com>
60329
 
Date:   Thu Nov 3 17:27:08 2011 +0100
 
68810
Author:     Alexander Larsson <alexl@redhat.com>
 
68811
AuthorDate: Thu Nov 3 17:27:08 2011 +0100
 
68812
Commit:     Alexander Larsson <alexl@redhat.com>
 
68813
CommitDate: Thu Nov 3 17:27:08 2011 +0100
60330
68814
 
60331
68815
    win32: Remove some debug spew on startup
60332
68816
 
60336
68820
 1 file changed, 2 insertions(+), 7 deletions(-)
60337
68821
 
60338
68822
commit d2d62ecfcd09f91ed423b66b5b21be602dce2ecd
60339
 
Author: Matthias Clasen <mclasen@redhat.com>
60340
 
Date:   Thu Nov 3 01:48:54 2011 -0400
 
68823
Author:     Matthias Clasen <mclasen@redhat.com>
 
68824
AuthorDate: Thu Nov 3 01:48:54 2011 -0400
 
68825
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68826
CommitDate: Thu Nov 3 01:50:29 2011 -0400
60341
68827
 
60342
68828
    Make the default log handler more useful
60343
68829
 
60353
68839
 3 files changed, 92 insertions(+), 2 deletions(-)
60354
68840
 
60355
68841
commit 7456b43c3e31355c97c19218e1e75eb44611d12f
60356
 
Author: Matthias Clasen <mclasen@redhat.com>
60357
 
Date:   Thu Nov 3 00:39:31 2011 -0400
 
68842
Author:     Matthias Clasen <mclasen@redhat.com>
 
68843
AuthorDate: Thu Nov 3 00:39:31 2011 -0400
 
68844
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68845
CommitDate: Thu Nov 3 00:39:31 2011 -0400
60358
68846
 
60359
68847
    Move old deprecated gmain api into deprecated/
60360
68848
 
60366
68854
 4 files changed, 140 insertions(+), 100 deletions(-)
60367
68855
 
60368
68856
commit a3c8712c4bc8c8ed4e7523ee06766436a6a84c0e
60369
 
Author: Matthias Clasen <mclasen@redhat.com>
60370
 
Date:   Thu Nov 3 00:30:56 2011 -0400
 
68857
Author:     Matthias Clasen <mclasen@redhat.com>
 
68858
AuthorDate: Thu Nov 3 00:30:56 2011 -0400
 
68859
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68860
CommitDate: Thu Nov 3 00:31:14 2011 -0400
60371
68861
 
60372
68862
    Remove single-include guards in deprecated/
60373
68863
 
60380
68870
 4 files changed, 4 insertions(+), 4 deletions(-)
60381
68871
 
60382
68872
commit 5896808e8c6a66db34d9c0c5562a3bef00357a25
60383
 
Author: Matthias Clasen <mclasen@redhat.com>
60384
 
Date:   Thu Nov 3 00:16:41 2011 -0400
 
68873
Author:     Matthias Clasen <mclasen@redhat.com>
 
68874
AuthorDate: Thu Nov 3 00:16:41 2011 -0400
 
68875
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68876
CommitDate: Thu Nov 3 00:16:41 2011 -0400
60385
68877
 
60386
68878
    GIO: Don't use G_DISABLE_DEPRECATED for functions
60387
68879
 
60398
68890
 10 files changed, 7 insertions(+), 25 deletions(-)
60399
68891
 
60400
68892
commit 328be3938ec4b65f2d19adc531148ce8c0b1803f
60401
 
Author: Matthias Clasen <mclasen@redhat.com>
60402
 
Date:   Thu Nov 3 00:09:32 2011 -0400
 
68893
Author:     Matthias Clasen <mclasen@redhat.com>
 
68894
AuthorDate: Thu Nov 3 00:09:32 2011 -0400
 
68895
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68896
CommitDate: Thu Nov 3 00:09:32 2011 -0400
60403
68897
 
60404
68898
    GObject: Don't use G_DISABLE_DEPRECATED for functions
60405
68899
 
60411
68905
 5 files changed, 4 insertions(+), 15 deletions(-)
60412
68906
 
60413
68907
commit 07bcb3f8d6451de9d44c1ff5891f7fc79d8fa524
60414
 
Author: Matthias Clasen <mclasen@redhat.com>
60415
 
Date:   Thu Nov 3 00:05:29 2011 -0400
 
68908
Author:     Matthias Clasen <mclasen@redhat.com>
 
68909
AuthorDate: Thu Nov 3 00:05:29 2011 -0400
 
68910
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68911
CommitDate: Thu Nov 3 00:05:29 2011 -0400
60416
68912
 
60417
68913
    Update deprecation docs
60418
68914
 
60420
68916
 1 file changed, 10 insertions(+), 11 deletions(-)
60421
68917
 
60422
68918
commit 03766a1a38407fbbbf8c30874e6f8d46e2b0da43
60423
 
Author: Matthias Clasen <mclasen@redhat.com>
60424
 
Date:   Thu Nov 3 00:04:15 2011 -0400
 
68919
Author:     Matthias Clasen <mclasen@redhat.com>
 
68920
AuthorDate: Thu Nov 3 00:04:15 2011 -0400
 
68921
Commit:     Matthias Clasen <mclasen@redhat.com>
 
68922
CommitDate: Thu Nov 3 00:04:15 2011 -0400
60425
68923
 
60426
68924
    Don't use G_DISABLE_DEPRECATED guards around deprecated functions
60427
68925
 
60446
68944
 15 files changed, 8 insertions(+), 41 deletions(-)
60447
68945
 
60448
68946
commit f9c2362e434b2d190296f8a41a7aa68c50474923
60449
 
Author: Dan Winship <danw@gnome.org>
60450
 
Date:   Fri Oct 28 15:38:52 2011 -0400
 
68947
Author:     Dan Winship <danw@gnome.org>
 
68948
AuthorDate: Fri Oct 28 15:38:52 2011 -0400
 
68949
Commit:     Dan Winship <danw@gnome.org>
 
68950
CommitDate: Fri Oct 28 18:04:28 2011 -0400
60451
68951
 
60452
68952
    glib-mkenums: add --identifier-prefix and --symbol-prefix args
60453
68953
 
60464
68964
 2 files changed, 56 insertions(+), 11 deletions(-)
60465
68965
 
60466
68966
commit 78a0dbd8536f993094be30bf8f1e3b189f571325
60467
 
Author: Dan Winship <danw@gnome.org>
60468
 
Date:   Fri Oct 28 15:38:27 2011 -0400
 
68967
Author:     Dan Winship <danw@gnome.org>
 
68968
AuthorDate: Fri Oct 28 15:38:27 2011 -0400
 
68969
Commit:     Dan Winship <danw@gnome.org>
 
68970
CommitDate: Fri Oct 28 18:04:28 2011 -0400
60469
68971
 
60470
68972
    docs: don't refer to a deprecated glib-mkenums flag
60471
68973
 
60477
68979
 1 file changed, 2 insertions(+), 2 deletions(-)
60478
68980
 
60479
68981
commit dd4a8d333ddab043c5a6e89c0d19e56a1bdcec3e
60480
 
Author: Dan Winship <danw@gnome.org>
60481
 
Date:   Fri Oct 14 14:32:11 2011 -0400
 
68982
Author:     Dan Winship <danw@gnome.org>
 
68983
AuthorDate: Fri Oct 14 14:32:11 2011 -0400
 
68984
Commit:     Dan Winship <danw@gnome.org>
 
68985
CommitDate: Fri Oct 28 15:44:13 2011 -0400
60482
68986
 
60483
68987
    glib-mkenums.in: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
60484
68988
 
60491
68995
 1 file changed, 1 insertion(+), 1 deletion(-)
60492
68996
 
60493
68997
commit 9782598b81ffe35f892bb510c27bc0d1afffaeee
60494
 
Author: Aleksander Morgado <aleksander@lanedo.com>
60495
 
Date:   Thu Oct 27 16:54:02 2011 +0200
 
68998
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
68999
AuthorDate: Thu Oct 27 16:54:02 2011 +0200
 
69000
Commit:     Aleksander Morgado <aleksander@lanedo.com>
 
69001
CommitDate: Thu Oct 27 18:34:27 2011 +0200
60496
69002
 
60497
69003
    gdbus: avoid warning when finalizing a GDBusObjectManagerClient
60498
69004
 
60508
69014
 1 file changed, 3 insertions(+), 3 deletions(-)
60509
69015
 
60510
69016
commit 1fc897352e2bd8c52f33517088213ee4b0024932
60511
 
Author: David Zeuthen <davidz@redhat.com>
60512
 
Date:   Thu Oct 27 10:30:58 2011 -0400
 
69017
Author:     David Zeuthen <davidz@redhat.com>
 
69018
AuthorDate: Thu Oct 27 10:30:58 2011 -0400
 
69019
Commit:     David Zeuthen <davidz@redhat.com>
 
69020
CommitDate: Thu Oct 27 10:35:18 2011 -0400
60513
69021
 
60514
69022
    g_bus_own_name: fix race when unowning a name immediately after
60515
69023
    owning it
60526
69034
 2 files changed, 89 insertions(+), 26 deletions(-)
60527
69035
 
60528
69036
commit 4c038429b10a961b59b0c4a5c7ede40fe5aee494
60529
 
Author: Ryan Lortie <desrt@desrt.ca>
60530
 
Date:   Wed Oct 26 15:10:33 2011 -0400
 
69037
Author:     Ryan Lortie <desrt@desrt.ca>
 
69038
AuthorDate: Wed Oct 26 15:10:33 2011 -0400
 
69039
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69040
CommitDate: Wed Oct 26 15:10:33 2011 -0400
60531
69041
 
60532
69042
    Revert "gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32
60533
69043
    case."
60538
69048
 1 file changed, 8 deletions(-)
60539
69049
 
60540
69050
commit 52fd106724aa79ad57ecaa7ad9d340f8c89da06d
60541
 
Author: Murray Cumming <murrayc@murrayc.com>
60542
 
Date:   Wed Oct 26 11:38:13 2011 +0200
 
69051
Author:     Murray Cumming <murrayc@murrayc.com>
 
69052
AuthorDate: Wed Oct 26 11:38:13 2011 +0200
 
69053
Commit:     Murray Cumming <murrayc@murrayc.com>
 
69054
CommitDate: Wed Oct 26 12:11:58 2011 +0200
60543
69055
 
60544
69056
    gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case.
60545
69057
 
60553
69065
 1 file changed, 8 insertions(+)
60554
69066
 
60555
69067
commit 73d22207d166d02660d8864034b3eab855ad2f54
60556
 
Author: Damien Lespinau <damien.lespinau@gmail.com>
60557
 
Date:   Mon Oct 24 22:25:59 2011 -0400
 
69068
Author:     Damien Lespinau <damien.lespinau@gmail.com>
 
69069
AuthorDate: Mon Oct 24 22:25:59 2011 -0400
 
69070
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69071
CommitDate: Mon Oct 24 22:26:49 2011 -0400
60558
69072
 
60559
69073
    Add TAGS files to .gitignore
60560
69074
 
60571
69085
 1 file changed, 1 insertion(+)
60572
69086
 
60573
69087
commit ba7bf09285636a3c150a83620c6d91611aa37b05
60574
 
Author: Robert Nagy <robert@openbsd.org>
60575
 
Date:   Mon Oct 24 21:18:48 2011 -0400
 
69088
Author:     Robert Nagy <robert@openbsd.org>
 
69089
AuthorDate: Mon Oct 24 21:18:48 2011 -0400
 
69090
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69091
CommitDate: Mon Oct 24 21:20:14 2011 -0400
60576
69092
 
60577
69093
    Fix some build issues on OpenBSD
60578
69094
 
60585
69101
 1 file changed, 13 insertions(+), 4 deletions(-)
60586
69102
 
60587
69103
commit 6a81ced72d0d5dc835e53dd6ae6652a3c9de494b
60588
 
Author: Sjoerd Simons <sjoerd@luon.net>
60589
 
Date:   Fri Oct 21 15:40:56 2011 +0200
 
69104
Author:     Sjoerd Simons <sjoerd@luon.net>
 
69105
AuthorDate: Fri Oct 21 15:40:56 2011 +0200
 
69106
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69107
CommitDate: Mon Oct 24 20:40:35 2011 -0400
60590
69108
 
60591
69109
    Fix document generation in out of tree builds
60592
69110
 
60597
69115
 2 files changed, 2 insertions(+), 2 deletions(-)
60598
69116
 
60599
69117
commit 5e2a2ef288abafa34213982365bf2019e882864e
60600
 
Author: Will Thompson <will.thompson@collabora.co.uk>
60601
 
Date:   Thu Oct 20 16:07:03 2011 +0100
 
69118
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
69119
AuthorDate: Thu Oct 20 16:07:03 2011 +0100
 
69120
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69121
CommitDate: Mon Oct 24 20:35:30 2011 -0400
60602
69122
 
60603
69123
    g_parse_debug_string: invert flags given besides "all"
60604
69124
 
60613
69133
 2 files changed, 45 insertions(+), 14 deletions(-)
60614
69134
 
60615
69135
commit 73ffa9034f80ff08c30ff519984b5d00894c63c6
60616
 
Author: Will Thompson <will.thompson@collabora.co.uk>
60617
 
Date:   Wed Feb 16 10:48:22 2011 +0000
 
69136
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
69137
AuthorDate: Wed Feb 16 10:48:22 2011 +0000
 
69138
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69139
CommitDate: Mon Oct 24 20:26:22 2011 -0400
60618
69140
 
60619
69141
    Test g_parse_debug_string ("all")
60620
69142
 
60624
69146
 1 file changed, 4 insertions(+), 1 deletion(-)
60625
69147
 
60626
69148
commit 94a46ea410ced6904691dba16d01485b6a6283f0
60627
 
Author: Matthias Clasen <mclasen@redhat.com>
60628
 
Date:   Mon Oct 24 13:43:11 2011 -0400
 
69149
Author:     Matthias Clasen <mclasen@redhat.com>
 
69150
AuthorDate: Mon Oct 24 13:43:11 2011 -0400
 
69151
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69152
CommitDate: Mon Oct 24 13:43:11 2011 -0400
60629
69153
 
60630
69154
    Fix 'make check' with clang
60631
69155
 
60637
69161
 1 file changed, 2 insertions(+), 2 deletions(-)
60638
69162
 
60639
69163
commit 73e3c98df07ae7180922216aa3bebfb434405375
60640
 
Author: Matthias Clasen <mclasen@redhat.com>
60641
 
Date:   Mon Oct 24 13:25:15 2011 -0400
 
69164
Author:     Matthias Clasen <mclasen@redhat.com>
 
69165
AuthorDate: Mon Oct 24 13:25:15 2011 -0400
 
69166
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69167
CommitDate: Mon Oct 24 13:29:17 2011 -0400
60642
69168
 
60643
69169
    Fix g_hash_table_iter_replace
60644
69170
 
60652
69178
 2 files changed, 59 insertions(+), 5 deletions(-)
60653
69179
 
60654
69180
commit a124562d1bdd51de4b136725b3902b1e518d991f
60655
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60656
 
Date:   Fri Oct 21 11:42:10 2011 +0100
 
69181
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69182
AuthorDate: Fri Oct 21 11:42:10 2011 +0100
 
69183
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69184
CommitDate: Mon Oct 24 10:40:29 2011 +0100
60657
69185
 
60658
69186
    GDBusConnection: document that this object is (meant to be)
60659
69187
    thread-safe
60666
69194
 1 file changed, 9 insertions(+)
60667
69195
 
60668
69196
commit a031bacaac77d5de7388203dbe1ccc67b9142482
60669
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60670
 
Date:   Fri Oct 21 15:46:00 2011 +0100
 
69197
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69198
AuthorDate: Fri Oct 21 15:46:00 2011 +0100
 
69199
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69200
CommitDate: Mon Oct 24 10:40:26 2011 +0100
60671
69201
 
60672
69202
    GDBusConnection: make the closed flag atomic (but still lock to write)
60673
69203
 
60709
69239
 1 file changed, 96 insertions(+), 67 deletions(-)
60710
69240
 
60711
69241
commit 9857cf8c46511b0fb1ed60ea96da8f4a310263e5
60712
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60713
 
Date:   Fri Oct 21 16:24:29 2011 +0100
 
69242
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69243
AuthorDate: Fri Oct 21 16:24:29 2011 +0100
 
69244
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69245
CommitDate: Mon Oct 24 10:40:23 2011 +0100
60714
69246
 
60715
69247
    GDBusConnection: document which properties are protected by @lock
60716
69248
 
60724
69256
 1 file changed, 16 insertions(+), 9 deletions(-)
60725
69257
 
60726
69258
commit 8df114f5975ac8819a5a16cb4c5492a179cdfa2e
60727
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60728
 
Date:   Mon Oct 17 19:27:23 2011 +0100
 
69259
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69260
AuthorDate: Mon Oct 17 19:27:23 2011 +0100
 
69261
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69262
CommitDate: Mon Oct 24 10:40:20 2011 +0100
60729
69263
 
60730
69264
    GDBusConnection: access the exit-on-close flag atomically
60731
69265
 
60750
69284
 1 file changed, 17 insertions(+), 7 deletions(-)
60751
69285
 
60752
69286
commit 3a0b60647d8fd3b7ecffd5f79641a1daa9d79299
60753
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60754
 
Date:   Mon Oct 17 13:27:03 2011 +0100
 
69287
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69288
AuthorDate: Mon Oct 17 13:27:03 2011 +0100
 
69289
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69290
CommitDate: Mon Oct 24 10:40:06 2011 +0100
60755
69291
 
60756
69292
    Annotate GDBusConnection private functions with thread/lock status
60757
69293
 
60770
69306
 1 file changed, 63 insertions(+), 26 deletions(-)
60771
69307
 
60772
69308
commit a886c2b3b8396bfacf546c9c52911fabb58acc57
60773
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
60774
 
Date:   Sat Oct 22 12:39:15 2011 +0200
 
69309
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
69310
AuthorDate: Sat Oct 22 12:39:15 2011 +0200
 
69311
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
69312
CommitDate: Sat Oct 22 12:39:15 2011 +0200
60775
69313
 
60776
69314
    Updated Hebrew translation.
60777
69315
 
60780
69318
 1 file changed, 2916 insertions(+), 2882 deletions(-)
60781
69319
 
60782
69320
commit c75ee5ed17c865072c7ee7c48fbea96ea8c09a62
60783
 
Author: Matej Urbančič <mateju@svn.gnome.org>
60784
 
Date:   Fri Oct 21 21:24:06 2011 +0200
 
69321
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
69322
AuthorDate: Fri Oct 21 21:24:06 2011 +0200
 
69323
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
69324
CommitDate: Fri Oct 21 21:24:06 2011 +0200
60785
69325
 
60786
69326
    Updated Slovenian translation
60787
69327
 
60790
69330
 1 file changed, 2908 insertions(+), 2903 deletions(-)
60791
69331
 
60792
69332
commit 9c07e7dc90b1331dab9f0e960d119d0889c7d585
60793
 
Author: Ryan Lortie <desrt@desrt.ca>
60794
 
Date:   Fri Oct 21 14:05:10 2011 -0400
 
69333
Author:     Ryan Lortie <desrt@desrt.ca>
 
69334
AuthorDate: Fri Oct 21 14:05:10 2011 -0400
 
69335
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69336
CommitDate: Fri Oct 21 15:18:20 2011 -0400
60795
69337
 
60796
69338
    GDBusMessage: fix leak of GError
60797
69339
 
60814
69356
 1 file changed, 1 insertion(+), 1 deletion(-)
60815
69357
 
60816
69358
commit 3d13ee1b5ff2a2ad5f32704cc5f071167a8852a6
60817
 
Author: Ryan Lortie <desrt@desrt.ca>
60818
 
Date:   Fri Oct 21 15:00:24 2011 -0400
 
69359
Author:     Ryan Lortie <desrt@desrt.ca>
 
69360
AuthorDate: Fri Oct 21 15:00:24 2011 -0400
 
69361
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69362
CommitDate: Fri Oct 21 15:04:37 2011 -0400
60819
69363
 
60820
69364
    GVariant format string docs: fix maybe types
60821
69365
 
60829
69373
 1 file changed, 6 insertions(+), 5 deletions(-)
60830
69374
 
60831
69375
commit e52437982c4dd1c88459f3eed0d8ad1dc167c0eb
60832
 
Author: Matthias Clasen <mclasen@redhat.com>
60833
 
Date:   Fri Oct 21 14:57:47 2011 -0400
 
69376
Author:     Matthias Clasen <mclasen@redhat.com>
 
69377
AuthorDate: Fri Oct 21 14:57:47 2011 -0400
 
69378
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69379
CommitDate: Fri Oct 21 15:00:14 2011 -0400
60834
69380
 
60835
69381
    Make g_ascii_strtod behave as documented
60836
69382
 
60844
69390
 1 file changed, 5 insertions(+), 3 deletions(-)
60845
69391
 
60846
69392
commit 848df03e16e190eddf1ee63733d85f687b65bdf9
60847
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60848
 
Date:   Wed Oct 19 17:23:30 2011 +0100
 
69393
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69394
AuthorDate: Wed Oct 19 17:23:30 2011 +0100
 
69395
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69396
CommitDate: Fri Oct 21 16:02:33 2011 +0100
60849
69397
 
60850
69398
    GDBusConnection: check for initializedness in most public API
60851
69399
 
60872
69420
 1 file changed, 13 insertions(+)
60873
69421
 
60874
69422
commit 3958a9fc1ef99b474373415d5d46d596293764f6
60875
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60876
 
Date:   Thu Oct 20 20:02:02 2011 +0100
 
69423
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69424
AuthorDate: Thu Oct 20 20:02:02 2011 +0100
 
69425
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69426
CommitDate: Fri Oct 21 16:02:31 2011 +0100
60877
69427
 
60878
69428
    GDBusConnection: document use while uninitialized as undefined
60879
69429
    behaviour
60887
69437
 1 file changed, 16 insertions(+)
60888
69438
 
60889
69439
commit a7ea94929420cafe5189b477f24da4903bec9e49
60890
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60891
 
Date:   Thu Oct 20 13:12:26 2011 +0100
 
69440
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69441
AuthorDate: Thu Oct 20 13:12:26 2011 +0100
 
69442
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69443
CommitDate: Fri Oct 21 16:02:27 2011 +0100
60892
69444
 
60893
69445
    GDBusConnection: check for initialization where needed for
60894
69446
    thread-safety
60934
69486
 2 files changed, 133 insertions(+), 8 deletions(-)
60935
69487
 
60936
69488
commit 245d68be6ff0104783ce0b2d4bc0a139f09e0c34
60937
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
60938
 
Date:   Fri Oct 21 16:02:22 2011 +0100
 
69489
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69490
AuthorDate: Fri Oct 21 16:02:22 2011 +0100
 
69491
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69492
CommitDate: Fri Oct 21 16:02:22 2011 +0100
60939
69493
 
60940
69494
    GDBusConnection: replace is_initialized with an atomic flag
60941
69495
 
60965
69519
 1 file changed, 29 insertions(+), 15 deletions(-)
60966
69520
 
60967
69521
commit e1a481ec0ab4b727632e9ef5d74e001318ab84a2
60968
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
60969
 
Date:   Thu Oct 20 14:42:51 2011 +0800
 
69522
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
69523
AuthorDate: Thu Oct 20 14:42:51 2011 +0800
 
69524
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
69525
CommitDate: Thu Oct 20 14:42:51 2011 +0800
60970
69526
 
60971
69527
    Fix VS 2008 property sheet
60972
69528
 
60976
69532
 1 file changed, 1 insertion(+), 1 deletion(-)
60977
69533
 
60978
69534
commit 269acbe7032cbc02b0c0edead054824ba111a5f1
60979
 
Author: Matthias Clasen <mclasen@redhat.com>
60980
 
Date:   Wed Oct 19 21:03:43 2011 -0400
 
69535
Author:     Matthias Clasen <mclasen@redhat.com>
 
69536
AuthorDate: Wed Oct 19 21:03:43 2011 -0400
 
69537
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69538
CommitDate: Wed Oct 19 21:03:43 2011 -0400
60981
69539
 
60982
69540
    Deprecate g_atexit
60983
69541
 
60989
69547
 2 files changed, 6 insertions(+), 1 deletion(-)
60990
69548
 
60991
69549
commit 3569af4af10b2ae65d4d93bfb3de929e1d1e2308
60992
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
60993
 
Date:   Tue Oct 18 10:48:31 2011 -0400
 
69550
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
69551
AuthorDate: Tue Oct 18 10:48:31 2011 -0400
 
69552
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
69553
CommitDate: Wed Oct 19 17:27:21 2011 -0400
60994
69554
 
60995
69555
    desktop-app-info: annotate g_desktop_app_info_get_keywords()
60996
69556
 
61000
69560
 1 file changed, 1 insertion(+), 1 deletion(-)
61001
69561
 
61002
69562
commit 9da3dc292c1a0e3e0418eec2b909163ff2b68be8
61003
 
Author: Ryan Lortie <desrt@desrt.ca>
61004
 
Date:   Wed Oct 19 15:26:25 2011 -0400
 
69563
Author:     Ryan Lortie <desrt@desrt.ca>
 
69564
AuthorDate: Wed Oct 19 15:26:25 2011 -0400
 
69565
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69566
CommitDate: Wed Oct 19 15:26:25 2011 -0400
61005
69567
 
61006
69568
    more NEWS
61007
69569
 
61009
69571
 1 file changed, 26 insertions(+), 1 deletion(-)
61010
69572
 
61011
69573
commit 2a98cc635e03e57623268045cb0d6761b1619fea
61012
 
Author: Ryan Lortie <desrt@desrt.ca>
61013
 
Date:   Wed Oct 19 15:07:22 2011 -0400
 
69574
Author:     Ryan Lortie <desrt@desrt.ca>
 
69575
AuthorDate: Wed Oct 19 15:07:22 2011 -0400
 
69576
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69577
CommitDate: Wed Oct 19 15:07:22 2011 -0400
61014
69578
 
61015
69579
    The usual docs unbreaking...
61016
69580
 
61022
69586
 5 files changed, 13 insertions(+), 6 deletions(-)
61023
69587
 
61024
69588
commit 3fd412549fa50e06f92fb279d54a5d5b668600bc
61025
 
Author: Ryan Lortie <desrt@desrt.ca>
61026
 
Date:   Wed Oct 19 10:11:54 2011 -0400
 
69589
Author:     Ryan Lortie <desrt@desrt.ca>
 
69590
AuthorDate: Wed Oct 19 10:11:54 2011 -0400
 
69591
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69592
CommitDate: Wed Oct 19 10:11:54 2011 -0400
61027
69593
 
61028
69594
    configure.ac: join the cargo-cult of _cv_
61029
69595
 
61041
69607
 1 file changed, 5 insertions(+), 4 deletions(-)
61042
69608
 
61043
69609
commit 612d2384670378d23e46046ab42ca98d618aba43
61044
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
61045
 
Date:   Tue Oct 18 16:19:43 2011 +0100
 
69610
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69611
AuthorDate: Tue Oct 18 16:19:43 2011 +0100
 
69612
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69613
CommitDate: Wed Oct 19 10:50:02 2011 +0100
61046
69614
 
61047
69615
    gdbus-non-socket test: avoid use of a GMainContext across a fork
61048
69616
 
61059
69627
 1 file changed, 38 insertions(+), 13 deletions(-)
61060
69628
 
61061
69629
commit be89f052c2f578a812d7bba4bbd02be04a4fdc03
61062
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
61063
 
Date:   Tue Oct 18 16:18:21 2011 +0100
 
69630
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69631
AuthorDate: Tue Oct 18 16:18:21 2011 +0100
 
69632
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69633
CommitDate: Wed Oct 19 10:50:02 2011 +0100
61064
69634
 
61065
69635
    gdbus-exit-on-close test: cover more possibilities
61066
69636
 
61083
69653
 1 file changed, 125 insertions(+), 16 deletions(-)
61084
69654
 
61085
69655
commit 5e0492da509aad12b93b732c449dae1a016367c1
61086
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
61087
 
Date:   Wed Oct 19 10:49:56 2011 +0100
 
69656
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69657
AuthorDate: Wed Oct 19 10:49:56 2011 +0100
 
69658
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69659
CommitDate: Wed Oct 19 10:49:56 2011 +0100
61088
69660
 
61089
69661
    GDBusWorker: if a read was cancelled it means we closed the connection
61090
69662
 
61105
69677
 1 file changed, 11 insertions(+), 1 deletion(-)
61106
69678
 
61107
69679
commit 6c33e1cd9d9e247b8b2aa95e9617904a317b78c6
61108
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
61109
 
Date:   Tue Oct 18 16:27:21 2011 +0100
 
69680
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69681
AuthorDate: Tue Oct 18 16:27:21 2011 +0100
 
69682
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69683
CommitDate: Wed Oct 19 10:37:27 2011 +0100
61110
69684
 
61111
69685
    Revert "Disable two GDBus tests"
61112
69686
 
61121
69695
 2 files changed, 2 insertions(+), 4 deletions(-)
61122
69696
 
61123
69697
commit 99f0eaa4c5a86f6fa721044bb6841f6bda4c689b
61124
 
Author: Ryan Lortie <desrt@desrt.ca>
61125
 
Date:   Tue Oct 18 23:26:00 2011 -0400
 
69698
Author:     Ryan Lortie <desrt@desrt.ca>
 
69699
AuthorDate: Tue Oct 18 23:26:00 2011 -0400
 
69700
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69701
CommitDate: Tue Oct 18 23:26:00 2011 -0400
61126
69702
 
61127
69703
    Fix bug in g_static_rec_mutex_unlock_full()
61128
69704
 
61153
69729
 1 file changed, 5 insertions(+), 2 deletions(-)
61154
69730
 
61155
69731
commit aba0f0c38bbfa11ad48b5410ebdbed2a99e68c58
61156
 
Author: Ryan Lortie <desrt@desrt.ca>
61157
 
Date:   Tue Oct 18 16:21:50 2011 -0400
 
69732
Author:     Ryan Lortie <desrt@desrt.ca>
 
69733
AuthorDate: Tue Oct 18 16:21:50 2011 -0400
 
69734
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69735
CommitDate: Tue Oct 18 16:45:28 2011 -0400
61158
69736
 
61159
69737
    gatomic: introduce G_ATOMIC_LOCK_FREE
61160
69738
 
61190
69768
 6 files changed, 93 insertions(+), 54 deletions(-)
61191
69769
 
61192
69770
commit c9b6c3c85ac8f870ff193ae75b2bd19a7a310ec9
61193
 
Author: Ryan Lortie <desrt@desrt.ca>
61194
 
Date:   Tue Oct 18 16:21:17 2011 -0400
 
69771
Author:     Ryan Lortie <desrt@desrt.ca>
 
69772
AuthorDate: Tue Oct 18 16:21:17 2011 -0400
 
69773
Commit:     Ryan Lortie <desrt@desrt.ca>
 
69774
CommitDate: Tue Oct 18 16:45:28 2011 -0400
61195
69775
 
61196
69776
    gatomic: cast to the correct pointer sign
61197
69777
 
61202
69782
 1 file changed, 3 insertions(+), 3 deletions(-)
61203
69783
 
61204
69784
commit 4641d13770d4591ce85c5d8ffaf0484703666cc4
61205
 
Author: Mario Blättermann <mariobl@gnome.org>
61206
 
Date:   Tue Oct 18 22:28:23 2011 +0200
 
69785
Author:     Mario Blättermann <mariobl@gnome.org>
 
69786
AuthorDate: Tue Oct 18 22:28:23 2011 +0200
 
69787
Commit:     Mario Blättermann <mariobl@gnome.org>
 
69788
CommitDate: Tue Oct 18 22:28:23 2011 +0200
61207
69789
 
61208
69790
    [l10n] Updated German translation
61209
69791
 
61212
69794
 1 file changed, 2981 insertions(+), 2977 deletions(-)
61213
69795
 
61214
69796
commit 915e2238c478737def2f8919204ee10d06ecb98a
61215
 
Author: David Zeuthen <davidz@redhat.com>
61216
 
Date:   Thu Oct 13 16:53:44 2011 -0400
 
69797
Author:     David Zeuthen <davidz@redhat.com>
 
69798
AuthorDate: Thu Oct 13 16:53:44 2011 -0400
 
69799
Commit:     David Zeuthen <davidz@redhat.com>
 
69800
CommitDate: Tue Oct 18 14:29:18 2011 -0400
61217
69801
 
61218
69802
    gio: Introduce get_sort_key() methods on GDrive, GVolume and GMount
61219
69803
 
61237
69821
 8 files changed, 96 insertions(+)
61238
69822
 
61239
69823
commit 4a25d21bd08b7dcf38f781bf678ee8fffe817203
61240
 
Author: Javier Jardón <jjardon@gnome.org>
61241
 
Date:   Sun Oct 2 17:58:16 2011 +0100
 
69824
Author:     Javier Jardón <jjardon@gnome.org>
 
69825
AuthorDate: Sun Oct 2 17:58:16 2011 +0100
 
69826
Commit:     Javier Jardón <jjardon@gnome.org>
 
69827
CommitDate: Tue Oct 18 17:12:33 2011 +0100
61242
69828
 
61243
69829
    tests/gobject: Use G_VALUE_INIT
61244
69830
 
61246
69832
 1 file changed, 5 insertions(+), 5 deletions(-)
61247
69833
 
61248
69834
commit 108480b7baad8d02b7b0f9729146a04ad09219de
61249
 
Author: Javier Jardón <jjardon@gnome.org>
61250
 
Date:   Fri Sep 30 17:19:50 2011 +0100
 
69835
Author:     Javier Jardón <jjardon@gnome.org>
 
69836
AuthorDate: Fri Sep 30 17:19:50 2011 +0100
 
69837
Commit:     Javier Jardón <jjardon@gnome.org>
 
69838
CommitDate: Tue Oct 18 17:12:33 2011 +0100
61251
69839
 
61252
69840
    gobject: Use G_VALUE_INIT
61253
69841
 
61266
69854
 12 files changed, 46 insertions(+), 46 deletions(-)
61267
69855
 
61268
69856
commit 8d3250016dac9d43b2a2de6dacb670a9fbc88808
61269
 
Author: Javier Jardón <jjardon@gnome.org>
61270
 
Date:   Fri Sep 30 17:08:15 2011 +0100
 
69857
Author:     Javier Jardón <jjardon@gnome.org>
 
69858
AuthorDate: Fri Sep 30 17:08:15 2011 +0100
 
69859
Commit:     Javier Jardón <jjardon@gnome.org>
 
69860
CommitDate: Tue Oct 18 17:12:33 2011 +0100
61271
69861
 
61272
69862
    gio: Use G_VALUE_INIT
61273
69863
 
61282
69872
 8 files changed, 18 insertions(+), 18 deletions(-)
61283
69873
 
61284
69874
commit f07201c314e891354f236d7ec49a11700ce02da0
61285
 
Author: Sjoerd Simons <sjoerd@luon.net>
61286
 
Date:   Sun Oct 16 10:57:29 2011 +0100
 
69875
Author:     Sjoerd Simons <sjoerd@luon.net>
 
69876
AuthorDate: Sun Oct 16 10:57:29 2011 +0100
 
69877
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
69878
CommitDate: Tue Oct 18 13:18:09 2011 +0100
61287
69879
 
61288
69880
    GDBusConnection: Fix race in /gdbus/connection/life-cycle
61289
69881
 
61308
69900
 1 file changed, 1 insertion(+), 2 deletions(-)
61309
69901
 
61310
69902
commit cf3f1b026b13fe377057f6e1102eefaad1e24c72
61311
 
Author: Alexander Larsson <alexl@redhat.com>
61312
 
Date:   Tue Oct 18 14:15:07 2011 +0200
 
69903
Author:     Alexander Larsson <alexl@redhat.com>
 
69904
AuthorDate: Tue Oct 18 14:15:07 2011 +0200
 
69905
Commit:     Alexander Larsson <alexl@redhat.com>
 
69906
CommitDate: Tue Oct 18 14:15:07 2011 +0200
61313
69907
 
61314
69908
    Actually Don't define GLIB_COMPILATION in libgthread
61315
69909
 
61321
69915
 3 files changed, 11 insertions(+), 3 deletions(-)
61322
69916
 
61323
69917
commit be770969e93f989d7165b240c4e7e5e6ac9c0587
61324
 
Author: Alexander Larsson <alexl@redhat.com>
61325
 
Date:   Tue Oct 18 13:34:06 2011 +0200
 
69918
Author:     Alexander Larsson <alexl@redhat.com>
 
69919
AuthorDate: Tue Oct 18 13:34:06 2011 +0200
 
69920
Commit:     Alexander Larsson <alexl@redhat.com>
 
69921
CommitDate: Tue Oct 18 13:34:06 2011 +0200
61326
69922
 
61327
69923
    Don't define GLIB_COMPILATION in libgthread
61328
69924
 
61336
69932
 2 files changed, 2 insertions(+), 11 deletions(-)
61337
69933
 
61338
69934
commit 735420e54690d5971a0e258e12fff6ee79ae34a6
61339
 
Author: Matthias Clasen <mclasen@redhat.com>
61340
 
Date:   Mon Oct 17 17:01:36 2011 -0400
 
69935
Author:     Matthias Clasen <mclasen@redhat.com>
 
69936
AuthorDate: Mon Oct 17 17:01:36 2011 -0400
 
69937
Commit:     Matthias Clasen <mclasen@redhat.com>
 
69938
CommitDate: Mon Oct 17 17:01:36 2011 -0400
61341
69939
 
61342
69940
    Fix an include guard mismatch
61343
69941
 
61347
69945
 1 file changed, 1 insertion(+), 1 deletion(-)
61348
69946
 
61349
69947
commit 52389bd01067284565b007bc156643d534282842
61350
 
Author: Alexander Larsson <alexl@redhat.com>
61351
 
Date:   Mon Oct 17 23:00:29 2011 +0200
 
69948
Author:     Alexander Larsson <alexl@redhat.com>
 
69949
AuthorDate: Mon Oct 17 23:00:29 2011 +0200
 
69950
Commit:     Alexander Larsson <alexl@redhat.com>
 
69951
CommitDate: Mon Oct 17 23:00:29 2011 +0200
61352
69952
 
61353
69953
    Fix up testcase broken due to g_thread_new API change
61354
69954
 
61356
69956
 1 file changed, 2 insertions(+), 2 deletions(-)
61357
69957
 
61358
69958
commit f3ac581713f7297b0bf33c77c47e9bf32961775f
61359
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61360
 
Date:   Tue Oct 18 00:15:37 2011 +0800
 
69959
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
69960
AuthorDate: Tue Oct 18 00:15:37 2011 +0800
 
69961
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
69962
CommitDate: Tue Oct 18 01:01:02 2011 +0800
61361
69963
 
61362
69964
    Move _glib_get_locale_dir to ggettext.c
61363
69965
 
61372
69974
 2 files changed, 56 insertions(+), 50 deletions(-)
61373
69975
 
61374
69976
commit 9973383bd05236272f28909db8f422f7a56b11ea
61375
 
Author: Piotr Drąg <piotrdrag@gmail.com>
61376
 
Date:   Mon Oct 17 18:31:48 2011 +0200
 
69977
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
69978
AuthorDate: Mon Oct 17 18:31:48 2011 +0200
 
69979
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
69980
CommitDate: Mon Oct 17 18:31:48 2011 +0200
61377
69981
 
61378
69982
    Updated POTFILES.in
61379
69983
 
61381
69985
 1 file changed, 21 insertions(+), 20 deletions(-)
61382
69986
 
61383
69987
commit 32214583c361e1b0406a3e6c77c66d907f3f1126
61384
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61385
 
Date:   Mon Oct 17 14:54:50 2011 +0800
 
69988
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
69989
AuthorDate: Mon Oct 17 14:54:50 2011 +0800
 
69990
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
69991
CommitDate: Mon Oct 17 23:54:17 2011 +0800
61386
69992
 
61387
69993
    Fix gio.symbols
61388
69994
 
61394
70000
 1 file changed, 1 deletion(-)
61395
70001
 
61396
70002
commit b25177fc4f1aaa1daf27791982ecc5e001845d2c
61397
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61398
 
Date:   Mon Oct 17 14:53:58 2011 +0800
 
70003
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70004
AuthorDate: Mon Oct 17 14:53:58 2011 +0800
 
70005
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70006
CommitDate: Mon Oct 17 23:54:05 2011 +0800
61399
70007
 
61400
70008
    GLib: Add forgotten includes and build fixes
61401
70009
 
61421
70029
 4 files changed, 12 insertions(+)
61422
70030
 
61423
70031
commit e5fd0f5df6043887a985f922ee4a35b73585ca3e
61424
 
Author: Ryan Lortie <desrt@desrt.ca>
61425
 
Date:   Mon Oct 17 10:54:50 2011 -0400
 
70032
Author:     Ryan Lortie <desrt@desrt.ca>
 
70033
AuthorDate: Mon Oct 17 10:54:50 2011 -0400
 
70034
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70035
CommitDate: Mon Oct 17 10:55:02 2011 -0400
61426
70036
 
61427
70037
    Revert "Bug 652827 - glib-2.29.8 no longer builds with mingw.org's
61428
70038
    toolchain"
61434
70044
 2 files changed, 2 insertions(+), 12 deletions(-)
61435
70045
 
61436
70046
commit 3a04f8796855777aa503f1be9ee90107d978cd76
61437
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61438
 
Date:   Mon Oct 17 17:47:00 2011 +0800
 
70047
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70048
AuthorDate: Mon Oct 17 17:47:00 2011 +0800
 
70049
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70050
CommitDate: Mon Oct 17 17:47:00 2011 +0800
61439
70051
 
61440
70052
    Update VS property sheets
61441
70053
 
61446
70058
 2 files changed, 15 insertions(+)
61447
70059
 
61448
70060
commit e192f45a932b62edcd1d3e2315a5dff20747a346
61449
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61450
 
Date:   Mon Oct 17 17:18:20 2011 +0800
 
70061
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70062
AuthorDate: Mon Oct 17 17:18:20 2011 +0800
 
70063
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70064
CommitDate: Mon Oct 17 17:18:20 2011 +0800
61451
70065
 
61452
70066
    glib/tests/thread.c: Add config guards
61453
70067
 
61459
70073
 1 file changed, 4 insertions(+)
61460
70074
 
61461
70075
commit 1bfa7e7e860feb9e825ad0a4ae340aca7afe51a6
61462
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61463
 
Date:   Mon Oct 17 16:40:44 2011 +0800
 
70076
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70077
AuthorDate: Mon Oct 17 16:40:44 2011 +0800
 
70078
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70079
CommitDate: Mon Oct 17 16:40:44 2011 +0800
61464
70080
 
61465
70081
    Update VS property sheets
61466
70082
 
61471
70087
 2 files changed, 3 insertions(+), 3 deletions(-)
61472
70088
 
61473
70089
commit 2f71118e785be41953765d048a7d03718a94e619
61474
 
Author: Matthias Clasen <mclasen@redhat.com>
61475
 
Date:   Mon Oct 17 02:14:18 2011 -0400
 
70090
Author:     Matthias Clasen <mclasen@redhat.com>
 
70091
AuthorDate: Mon Oct 17 02:14:18 2011 -0400
 
70092
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70093
CommitDate: Mon Oct 17 02:14:39 2011 -0400
61476
70094
 
61477
70095
    More include cleanups
61478
70096
 
61483
70101
 4 files changed, 1 insertion(+), 7 deletions(-)
61484
70102
 
61485
70103
commit eb125665d8ad11c22457b4ec5062ede6594b8d89
61486
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
61487
 
Date:   Mon Oct 17 14:17:53 2011 +0800
 
70104
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70105
AuthorDate: Mon Oct 17 14:17:53 2011 +0800
 
70106
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
70107
CommitDate: Mon Oct 17 14:18:35 2011 +0800
61488
70108
 
61489
70109
    Update VS property sheets
61490
70110
 
61496
70116
 2 files changed, 2 insertions(+), 2 deletions(-)
61497
70117
 
61498
70118
commit 0ec3c744c4f90d99b46658b39cab36a530904ab8
61499
 
Author: Matthias Clasen <mclasen@redhat.com>
61500
 
Date:   Mon Oct 17 01:59:35 2011 -0400
 
70119
Author:     Matthias Clasen <mclasen@redhat.com>
 
70120
AuthorDate: Mon Oct 17 01:59:35 2011 -0400
 
70121
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70122
CommitDate: Mon Oct 17 01:59:35 2011 -0400
61501
70123
 
61502
70124
    include cleanup
61503
70125
 
61505
70127
 1 file changed, 4 deletions(-)
61506
70128
 
61507
70129
commit d9053e026c5b56a0aab2ca684de0929024181d10
61508
 
Author: Matthias Clasen <mclasen@redhat.com>
61509
 
Date:   Mon Oct 17 01:52:10 2011 -0400
 
70130
Author:     Matthias Clasen <mclasen@redhat.com>
 
70131
AuthorDate: Mon Oct 17 01:52:10 2011 -0400
 
70132
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70133
CommitDate: Mon Oct 17 01:52:10 2011 -0400
61510
70134
 
61511
70135
    Make things compile again
61512
70136
 
61519
70143
 5 files changed, 5 insertions(+), 388 deletions(-)
61520
70144
 
61521
70145
commit 08933846e49d14e48dded58b6237cbc0a7a9c371
61522
 
Author: Matthias Clasen <mclasen@redhat.com>
61523
 
Date:   Mon Oct 17 01:50:00 2011 -0400
 
70146
Author:     Matthias Clasen <mclasen@redhat.com>
 
70147
AuthorDate: Mon Oct 17 01:50:00 2011 -0400
 
70148
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70149
CommitDate: Mon Oct 17 01:50:00 2011 -0400
61524
70150
 
61525
70151
    Move gettext variations into their own files
61526
70152
 
61530
70156
 2 files changed, 461 insertions(+)
61531
70157
 
61532
70158
commit 67bf0083db329d02ad2e99a8f4586ebfdcba1dd2
61533
 
Author: Matthias Clasen <mclasen@redhat.com>
61534
 
Date:   Mon Oct 17 01:30:31 2011 -0400
 
70159
Author:     Matthias Clasen <mclasen@redhat.com>
 
70160
AuthorDate: Mon Oct 17 01:30:31 2011 -0400
 
70161
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70162
CommitDate: Mon Oct 17 01:30:31 2011 -0400
61535
70163
 
61536
70164
    Reshuffle some functions between gutils and gfileutils
61537
70165
 
61547
70175
 4 files changed, 779 insertions(+), 770 deletions(-)
61548
70176
 
61549
70177
commit 23afdb119e05741e90d048b0d54077842de25720
61550
 
Author: Matthias Clasen <mclasen@redhat.com>
61551
 
Date:   Mon Oct 17 01:30:09 2011 -0400
 
70178
Author:     Matthias Clasen <mclasen@redhat.com>
 
70179
AuthorDate: Mon Oct 17 01:30:09 2011 -0400
 
70180
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70181
CommitDate: Mon Oct 17 01:30:09 2011 -0400
61552
70182
 
61553
70183
    include cleanup
61554
70184
 
61556
70186
 1 file changed, 1 insertion(+)
61557
70187
 
61558
70188
commit f8a747130887ee1b48d31fe2a5b3480b121379d7
61559
 
Author: Matthias Clasen <mclasen@redhat.com>
61560
 
Date:   Mon Oct 17 01:11:56 2011 -0400
 
70189
Author:     Matthias Clasen <mclasen@redhat.com>
 
70190
AuthorDate: Mon Oct 17 01:11:56 2011 -0400
 
70191
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70192
CommitDate: Mon Oct 17 01:11:56 2011 -0400
61561
70193
 
61562
70194
    Trivial
61563
70195
 
61565
70197
 1 file changed, 1 insertion(+), 2 deletions(-)
61566
70198
 
61567
70199
commit fbe24cab21fbf85c5f52b3cb5967efe614194756
61568
 
Author: Matthias Clasen <mclasen@redhat.com>
61569
 
Date:   Mon Oct 17 00:33:54 2011 -0400
 
70200
Author:     Matthias Clasen <mclasen@redhat.com>
 
70201
AuthorDate: Mon Oct 17 00:33:54 2011 -0400
 
70202
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70203
CommitDate: Mon Oct 17 00:39:43 2011 -0400
61570
70204
 
61571
70205
    Reshuffle genviron.c
61572
70206
 
61581
70215
 2 files changed, 396 insertions(+), 380 deletions(-)
61582
70216
 
61583
70217
commit b0ab7aba6bf2d70e0546f85091d76d9f83174ce8
61584
 
Author: Ryan Lortie <desrt@desrt.ca>
61585
 
Date:   Sun Oct 16 21:59:55 2011 -0400
 
70218
Author:     Ryan Lortie <desrt@desrt.ca>
 
70219
AuthorDate: Sun Oct 16 21:59:55 2011 -0400
 
70220
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70221
CommitDate: Sun Oct 16 21:59:55 2011 -0400
61586
70222
 
61587
70223
    push G_THREADS_MANDATORY over the cliff
61588
70224
 
61602
70238
 4 files changed, 1 insertion(+), 10 deletions(-)
61603
70239
 
61604
70240
commit b0760207197cb32dcc89190f6329a043670ecbd7
61605
 
Author: Ryan Lortie <desrt@desrt.ca>
61606
 
Date:   Sun Oct 16 21:53:03 2011 -0400
 
70241
Author:     Ryan Lortie <desrt@desrt.ca>
 
70242
AuthorDate: Sun Oct 16 21:53:03 2011 -0400
 
70243
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70244
CommitDate: Sun Oct 16 21:53:03 2011 -0400
61607
70245
 
61608
70246
    gobject/gio: some last missed statics/inclues
61609
70247
 
61614
70252
 4 files changed, 4 insertions(+), 3 deletions(-)
61615
70253
 
61616
70254
commit a6d9cf3380a3be9ea518227cba3c571726bb99c6
61617
 
Author: Ryan Lortie <desrt@desrt.ca>
61618
 
Date:   Sun Oct 16 21:50:26 2011 -0400
 
70255
Author:     Ryan Lortie <desrt@desrt.ca>
 
70256
AuthorDate: Sun Oct 16 21:50:26 2011 -0400
 
70257
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70258
CommitDate: Sun Oct 16 21:50:26 2011 -0400
61619
70259
 
61620
70260
    gthread/: fix up declarations
61621
70261
 
61629
70269
 3 files changed, 4 insertions(+), 3 deletions(-)
61630
70270
 
61631
70271
commit 3eec796b18e56351638cc6c0c03ab481618d0e29
61632
 
Author: Ryan Lortie <desrt@desrt.ca>
61633
 
Date:   Sun Oct 16 20:58:02 2011 -0400
 
70272
Author:     Ryan Lortie <desrt@desrt.ca>
 
70273
AuthorDate: Sun Oct 16 20:58:02 2011 -0400
 
70274
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70275
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61634
70276
 
61635
70277
    Add private prototype for g_thread_init_glib()
61636
70278
 
61646
70288
 1 file changed, 1 insertion(+)
61647
70289
 
61648
70290
commit 09429e2c820118918e6132d32884eb02203136d4
61649
 
Author: Ryan Lortie <desrt@desrt.ca>
61650
 
Date:   Sun Oct 16 21:24:45 2011 -0400
 
70291
Author:     Ryan Lortie <desrt@desrt.ca>
 
70292
AuthorDate: Sun Oct 16 21:24:45 2011 -0400
 
70293
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70294
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61651
70295
 
61652
70296
    gio static fixups
61653
70297
 
61665
70309
 11 files changed, 13 insertions(+), 8 deletions(-)
61666
70310
 
61667
70311
commit 740eacbfcacb4acdc09a5ef93cb2840d1648ce28
61668
 
Author: Ryan Lortie <desrt@desrt.ca>
61669
 
Date:   Sun Oct 16 21:17:10 2011 -0400
 
70312
Author:     Ryan Lortie <desrt@desrt.ca>
 
70313
AuthorDate: Sun Oct 16 21:17:10 2011 -0400
 
70314
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70315
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61670
70316
 
61671
70317
    static and #include fixups in glib/
61672
70318
 
61676
70322
 3 files changed, 3 insertions(+), 3 deletions(-)
61677
70323
 
61678
70324
commit 1b018a8bb2c4c508fe8e3996a31210d655b70d30
61679
 
Author: Ryan Lortie <desrt@desrt.ca>
61680
 
Date:   Sun Oct 16 21:13:22 2011 -0400
 
70325
Author:     Ryan Lortie <desrt@desrt.ca>
 
70326
AuthorDate: Sun Oct 16 21:13:22 2011 -0400
 
70327
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70328
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61681
70329
 
61682
70330
    genviron: #include fixups
61683
70331
 
61686
70334
 2 files changed, 4 insertions(+)
61687
70335
 
61688
70336
commit 38e8ecd62a4e9dfcdf37bc31d8de6fb1fd39d6b5
61689
 
Author: Ryan Lortie <desrt@desrt.ca>
61690
 
Date:   Sun Oct 16 21:11:11 2011 -0400
 
70337
Author:     Ryan Lortie <desrt@desrt.ca>
 
70338
AuthorDate: Sun Oct 16 21:11:11 2011 -0400
 
70339
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70340
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61691
70341
 
61692
70342
    more 'static' adding in testcases
61693
70343
 
61711
70361
 15 files changed, 35 insertions(+), 14 deletions(-)
61712
70362
 
61713
70363
commit b264fccd23cfb678fbaba9fc7459220f5eef7e14
61714
 
Author: Ryan Lortie <desrt@desrt.ca>
61715
 
Date:   Sun Oct 16 21:10:23 2011 -0400
 
70364
Author:     Ryan Lortie <desrt@desrt.ca>
 
70365
AuthorDate: Sun Oct 16 21:10:23 2011 -0400
 
70366
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70367
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61716
70368
 
61717
70369
    contexts test: don't use deprecated GCond wait API
61718
70370
 
61720
70372
 1 file changed, 3 insertions(+), 4 deletions(-)
61721
70373
 
61722
70374
commit 3d93c44374964b5846aea61f32ecb294efe148db
61723
 
Author: Ryan Lortie <desrt@desrt.ca>
61724
 
Date:   Sun Oct 16 20:57:40 2011 -0400
 
70375
Author:     Ryan Lortie <desrt@desrt.ca>
 
70376
AuthorDate: Sun Oct 16 20:57:40 2011 -0400
 
70377
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70378
CommitDate: Sun Oct 16 21:41:15 2011 -0400
61725
70379
 
61726
70380
    Mark some functions 'static' in glib/tests
61727
70381
 
61743
70397
 10 files changed, 59 insertions(+), 58 deletions(-)
61744
70398
 
61745
70399
commit 5f79db145d5caf5c16d254cba80cccfdb82e1abc
61746
 
Author: OKANO Takayoshi <kano@na.rim.or.jp>
61747
 
Date:   Mon Oct 17 09:25:08 2011 +0900
 
70400
Author:     OKANO Takayoshi <kano@na.rim.or.jp>
 
70401
AuthorDate: Mon Oct 17 09:25:08 2011 +0900
 
70402
Commit:     Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
 
70403
CommitDate: Mon Oct 17 09:26:01 2011 +0900
61748
70404
 
61749
70405
    Updated Japanese translation
61750
70406
 
61752
70408
 1 file changed, 6 insertions(+), 6 deletions(-)
61753
70409
 
61754
70410
commit c3a1d832b8f783308f038bf2b821359c87fedcaf
61755
 
Author: Ryan Lortie <desrt@desrt.ca>
61756
 
Date:   Sun Oct 16 19:21:35 2011 -0400
 
70411
Author:     Ryan Lortie <desrt@desrt.ca>
 
70412
AuthorDate: Sun Oct 16 19:21:35 2011 -0400
 
70413
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70414
CommitDate: Sun Oct 16 19:23:28 2011 -0400
61757
70415
 
61758
70416
    README: Add note about gobject->gthread situation
61759
70417
 
61761
70419
 1 file changed, 13 insertions(+)
61762
70420
 
61763
70421
commit 086d577b3dc7aa1509e95a875984682d9048aabc
61764
 
Author: Ryan Lortie <desrt@desrt.ca>
61765
 
Date:   Sun Oct 16 19:17:52 2011 -0400
 
70422
Author:     Ryan Lortie <desrt@desrt.ca>
 
70423
AuthorDate: Sun Oct 16 19:17:52 2011 -0400
 
70424
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70425
CommitDate: Sun Oct 16 19:17:52 2011 -0400
61766
70426
 
61767
70427
    gobject.pc: remove dependency on gthread
61768
70428
 
61773
70433
 1 file changed, 1 insertion(+), 1 deletion(-)
61774
70434
 
61775
70435
commit 306aa62ea5fa4d3a57bca419afcc159f9509b476
61776
 
Author: Ryan Lortie <desrt@desrt.ca>
61777
 
Date:   Sun Oct 16 19:14:18 2011 -0400
 
70436
Author:     Ryan Lortie <desrt@desrt.ca>
 
70437
AuthorDate: Sun Oct 16 19:14:18 2011 -0400
 
70438
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70439
CommitDate: Sun Oct 16 19:14:18 2011 -0400
61778
70440
 
61779
70441
    drop -uninstalled.pc files
61780
70442
 
61809
70471
 10 files changed, 3 insertions(+), 71 deletions(-)
61810
70472
 
61811
70473
commit c5aa8390b27c6cb535251187f8d4f86da59730e9
61812
 
Author: Ryan Lortie <desrt@desrt.ca>
61813
 
Date:   Sun Oct 16 19:11:00 2011 -0400
 
70474
Author:     Ryan Lortie <desrt@desrt.ca>
 
70475
AuthorDate: Sun Oct 16 19:11:00 2011 -0400
 
70476
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70477
CommitDate: Sun Oct 16 19:11:00 2011 -0400
61814
70478
 
61815
70479
    gitignore
61816
70480
 
61819
70483
 2 files changed, 21 insertions(+), 6 deletions(-)
61820
70484
 
61821
70485
commit a9a1c97904aeed96bcb248e16cb495e6907b7126
61822
 
Author: Ryan Lortie <desrt@desrt.ca>
61823
 
Date:   Sun Oct 16 19:08:59 2011 -0400
 
70486
Author:     Ryan Lortie <desrt@desrt.ca>
 
70487
AuthorDate: Sun Oct 16 19:08:59 2011 -0400
 
70488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70489
CommitDate: Sun Oct 16 19:08:59 2011 -0400
61824
70490
 
61825
70491
    gthread: move test cases to glib/
61826
70492
 
61846
70512
 17 files changed, 1029 insertions(+), 1054 deletions(-)
61847
70513
 
61848
70514
commit fb4e120d88777affc4a8fbeb73312b1e810e2431
61849
 
Author: Ryan Lortie <desrt@desrt.ca>
61850
 
Date:   Sun Oct 16 19:04:19 2011 -0400
 
70515
Author:     Ryan Lortie <desrt@desrt.ca>
 
70516
AuthorDate: Sun Oct 16 19:04:19 2011 -0400
 
70517
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70518
CommitDate: Sun Oct 16 19:04:19 2011 -0400
61851
70519
 
61852
70520
    tests: merge gthread/ and glib/ atomic tests
61853
70521
 
61858
70526
 3 files changed, 59 insertions(+), 75 deletions(-)
61859
70527
 
61860
70528
commit f5e869478221387f915bb619892d68d10744ff65
61861
 
Author: Ryan Lortie <desrt@desrt.ca>
61862
 
Date:   Sun Oct 16 19:01:55 2011 -0400
 
70529
Author:     Ryan Lortie <desrt@desrt.ca>
 
70530
AuthorDate: Sun Oct 16 19:01:55 2011 -0400
 
70531
Commit:     Ryan Lortie <desrt@desrt.ca>
 
70532
CommitDate: Sun Oct 16 19:01:55 2011 -0400
61863
70533
 
61864
70534
    glib/tests/atomic: convert to proper gtester test
61865
70535
 
61867
70537
 1 file changed, 12 insertions(+), 2 deletions(-)
61868
70538
 
61869
70539
commit 6c1d768f7bb4ced7d0f484fe9fe8ee2daef489e2
61870
 
Author: Matthias Clasen <mclasen@redhat.com>
61871
 
Date:   Sun Oct 16 18:43:22 2011 -0400
 
70540
Author:     Matthias Clasen <mclasen@redhat.com>
 
70541
AuthorDate: Sun Oct 16 18:43:22 2011 -0400
 
70542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70543
CommitDate: Sun Oct 16 18:43:22 2011 -0400
61872
70544
 
61873
70545
    Also clean up includes
61874
70546
 
61879
70551
 4 files changed, 3 insertions(+), 8 deletions(-)
61880
70552
 
61881
70553
commit 0589f715e5462b6bfcadc044fe4bcf9bbaf62ccb
61882
 
Author: Matthias Clasen <mclasen@redhat.com>
61883
 
Date:   Sun Oct 16 18:40:58 2011 -0400
 
70554
Author:     Matthias Clasen <mclasen@redhat.com>
 
70555
AuthorDate: Sun Oct 16 18:40:58 2011 -0400
 
70556
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70557
CommitDate: Sun Oct 16 18:40:58 2011 -0400
61884
70558
 
61885
70559
    Move charset and locale name functions to their own files
61886
70560
 
61896
70570
 6 files changed, 634 insertions(+), 558 deletions(-)
61897
70571
 
61898
70572
commit 86cc4b246da0896d7842d121bf5bc019741ba99b
61899
 
Author: Matthias Clasen <mclasen@redhat.com>
61900
 
Date:   Sun Oct 16 17:37:29 2011 -0400
 
70573
Author:     Matthias Clasen <mclasen@redhat.com>
 
70574
AuthorDate: Sun Oct 16 17:37:29 2011 -0400
 
70575
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70576
CommitDate: Sun Oct 16 17:37:29 2011 -0400
61901
70577
 
61902
70578
    Add deprecation annotations to mem chunk apis
61903
70579
 
61905
70581
 1 file changed, 18 insertions(+)
61906
70582
 
61907
70583
commit e7b4319d61495d742915770a7b6f4fc14c29db02
61908
 
Author: Matthias Clasen <mclasen@redhat.com>
61909
 
Date:   Sun Oct 16 17:01:26 2011 -0400
 
70584
Author:     Matthias Clasen <mclasen@redhat.com>
 
70585
AuthorDate: Sun Oct 16 17:01:26 2011 -0400
 
70586
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70587
CommitDate: Sun Oct 16 17:01:26 2011 -0400
61910
70588
 
61911
70589
    Move version APIs out of gutils
61912
70590
 
61922
70600
 6 files changed, 226 insertions(+), 135 deletions(-)
61923
70601
 
61924
70602
commit 45f221c32f7c88e487fe260eefb3be8d1c2443af
61925
 
Author: Matthias Clasen <mclasen@redhat.com>
61926
 
Date:   Sun Oct 16 16:52:24 2011 -0400
 
70603
Author:     Matthias Clasen <mclasen@redhat.com>
 
70604
AuthorDate: Sun Oct 16 16:52:24 2011 -0400
 
70605
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70606
CommitDate: Sun Oct 16 16:52:24 2011 -0400
61927
70607
 
61928
70608
    Move GTrashStack out of gutils.[hc]
61929
70609
 
61943
70623
 8 files changed, 202 insertions(+), 138 deletions(-)
61944
70624
 
61945
70625
commit 6ab1c772705560f62b3f302ee0d396eed06eefb4
61946
 
Author: Matthias Clasen <mclasen@redhat.com>
61947
 
Date:   Sun Oct 16 16:23:18 2011 -0400
 
70626
Author:     Matthias Clasen <mclasen@redhat.com>
 
70627
AuthorDate: Sun Oct 16 16:23:18 2011 -0400
 
70628
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70629
CommitDate: Sun Oct 16 16:24:20 2011 -0400
61948
70630
 
61949
70631
    Pass correct data to fatal log handlers
61950
70632
 
61957
70639
 2 files changed, 59 insertions(+), 1 deletion(-)
61958
70640
 
61959
70641
commit 1435db48baff185660650d46992f1a290a803b9d
61960
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
61961
 
Date:   Wed Aug 17 08:57:15 2011 +0200
 
70642
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
70643
AuthorDate: Wed Aug 17 08:57:15 2011 +0200
 
70644
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70645
CommitDate: Sun Oct 16 16:09:33 2011 -0400
61962
70646
 
61963
70647
    Clarify g_spawn_*() behaviour without full path
61964
70648
 
61976
70660
 1 file changed, 4 insertions(+)
61977
70661
 
61978
70662
commit 8ff94df6325b54264cd2ea7b7b6701665b1014a9
61979
 
Author: Matthias Clasen <mclasen@redhat.com>
61980
 
Date:   Sun Oct 16 14:34:16 2011 -0400
 
70663
Author:     Matthias Clasen <mclasen@redhat.com>
 
70664
AuthorDate: Sun Oct 16 14:34:16 2011 -0400
 
70665
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70666
CommitDate: Sun Oct 16 16:09:33 2011 -0400
61981
70667
 
61982
70668
    Add a tests of some GVfs functions
61983
70669
 
61989
70675
 2 files changed, 60 insertions(+), 2 deletions(-)
61990
70676
 
61991
70677
commit c41f6a0b7c90a51f7e195669083754e96c794d6a
61992
 
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
61993
 
Date:   Mon Oct 17 01:54:33 2011 +0900
 
70678
Author:     Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
 
70679
AuthorDate: Mon Oct 17 01:54:33 2011 +0900
 
70680
Commit:     Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
 
70681
CommitDate: Mon Oct 17 01:55:37 2011 +0900
61994
70682
 
61995
70683
    Updated Japanese translation
61996
70684
 
61999
70687
 1 file changed, 122 insertions(+), 96 deletions(-)
62000
70688
 
62001
70689
commit 0e68a7d06d5ca68253d1992a8147afc3ecd90460
62002
 
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
62003
 
Date:   Sat Sep 17 11:30:01 2011 +0900
 
70690
Author:     Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
 
70691
AuthorDate: Sat Sep 17 11:30:01 2011 +0900
 
70692
Commit:     Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
 
70693
CommitDate: Mon Oct 17 01:51:00 2011 +0900
62004
70694
 
62005
70695
    Updated Japanese translation
62006
70696
 
62009
70699
 1 file changed, 98 insertions(+), 97 deletions(-)
62010
70700
 
62011
70701
commit 448be24cf38e90c0ba415cb37cbc0bae09666593
62012
 
Author: Matthias Clasen <mclasen@redhat.com>
62013
 
Date:   Sun Oct 16 00:08:42 2011 -0400
 
70702
Author:     Matthias Clasen <mclasen@redhat.com>
 
70703
AuthorDate: Sun Oct 16 00:08:42 2011 -0400
 
70704
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70705
CommitDate: Sun Oct 16 00:08:42 2011 -0400
62014
70706
 
62015
70707
    Add app lauch environment test
62016
70708
 
62018
70710
 1 file changed, 31 insertions(+)
62019
70711
 
62020
70712
commit cbb0b2a0ed4e5e219902fd0dbbff408ff0324381
62021
 
Author: Matthias Clasen <mclasen@redhat.com>
62022
 
Date:   Sat Oct 15 23:58:30 2011 -0400
 
70713
Author:     Matthias Clasen <mclasen@redhat.com>
 
70714
AuthorDate: Sat Oct 15 23:58:30 2011 -0400
 
70715
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70716
CommitDate: Sat Oct 15 23:58:30 2011 -0400
62023
70717
 
62024
70718
    Add g_get_codeset test
62025
70719
 
62027
70721
 1 file changed, 29 insertions(+)
62028
70722
 
62029
70723
commit 1493285f1d4693b54020dd77bbbfd8a5086af6ae
62030
 
Author: Matthias Clasen <mclasen@redhat.com>
62031
 
Date:   Sat Oct 15 23:58:18 2011 -0400
 
70724
Author:     Matthias Clasen <mclasen@redhat.com>
 
70725
AuthorDate: Sat Oct 15 23:58:18 2011 -0400
 
70726
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70727
CommitDate: Sat Oct 15 23:58:18 2011 -0400
62032
70728
 
62033
70729
    Add GAsyncQueue unit test
62034
70730
 
62038
70734
 2 files changed, 185 insertions(+)
62039
70735
 
62040
70736
commit d0bb1e0b0a3237f982a0ec234e7be877d4e223f2
62041
 
Author: Matthias Clasen <mclasen@redhat.com>
62042
 
Date:   Sat Oct 15 23:27:28 2011 -0400
 
70737
Author:     Matthias Clasen <mclasen@redhat.com>
 
70738
AuthorDate: Sat Oct 15 23:27:28 2011 -0400
 
70739
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70740
CommitDate: Sat Oct 15 23:27:28 2011 -0400
62043
70741
 
62044
70742
    Move g_get_codeset next to g_get_charset
62045
70743
 
62053
70751
 4 files changed, 28 insertions(+), 32 deletions(-)
62054
70752
 
62055
70753
commit 976b0b72a477d64c9d4382de11b6db900ed9405f
62056
 
Author: Matthias Clasen <mclasen@redhat.com>
62057
 
Date:   Sat Oct 15 20:06:32 2011 -0400
 
70754
Author:     Matthias Clasen <mclasen@redhat.com>
 
70755
AuthorDate: Sat Oct 15 20:06:32 2011 -0400
 
70756
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70757
CommitDate: Sat Oct 15 20:06:32 2011 -0400
62058
70758
 
62059
70759
    Include genviron.h where necessary
62060
70760
 
62064
70764
 3 files changed, 3 insertions(+)
62065
70765
 
62066
70766
commit 327e72f9fb9a44e9756dd037c2562701925a6a81
62067
 
Author: Matthias Clasen <mclasen@redhat.com>
62068
 
Date:   Sat Oct 15 19:39:14 2011 -0400
 
70767
Author:     Matthias Clasen <mclasen@redhat.com>
 
70768
AuthorDate: Sat Oct 15 19:39:14 2011 -0400
 
70769
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70770
CommitDate: Sat Oct 15 19:39:14 2011 -0400
62069
70771
 
62070
70772
    And fix the syntax, too
62071
70773
 
62073
70775
 1 file changed, 2 insertions(+)
62074
70776
 
62075
70777
commit 7df9637f0f09a2eefaddb1a76f171dc3f20e3430
62076
 
Author: Matthias Clasen <mclasen@redhat.com>
62077
 
Date:   Sat Oct 15 19:38:10 2011 -0400
 
70778
Author:     Matthias Clasen <mclasen@redhat.com>
 
70779
AuthorDate: Sat Oct 15 19:38:10 2011 -0400
 
70780
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70781
CommitDate: Sat Oct 15 19:38:10 2011 -0400
62078
70782
 
62079
70783
    Forgotten file
62080
70784
 
62083
70787
 1 file changed, 61 insertions(+)
62084
70788
 
62085
70789
commit d4dfca21bb01c98fcf415f974edc63297a38b59c
62086
 
Author: Matthias Clasen <mclasen@redhat.com>
62087
 
Date:   Sat Oct 15 18:23:07 2011 -0400
 
70790
Author:     Matthias Clasen <mclasen@redhat.com>
 
70791
AuthorDate: Sat Oct 15 18:23:07 2011 -0400
 
70792
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70793
CommitDate: Sat Oct 15 18:23:07 2011 -0400
62088
70794
 
62089
70795
    Drop unused  copy of _g_getenv_nomalloc
62090
70796
 
62093
70799
 1 file changed, 610 insertions(+)
62094
70800
 
62095
70801
commit a7143a0e9f597916e3cfb7e3b59674f571e9cba6
62096
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
62097
 
Date:   Thu Oct 13 17:39:03 2011 +0100
 
70802
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
70803
AuthorDate: Thu Oct 13 17:39:03 2011 +0100
 
70804
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70805
CommitDate: Sat Oct 15 18:03:19 2011 -0400
62098
70806
 
62099
70807
    GDBusConnection: warn that direct access to the stream is a bad idea
62100
70808
 
62105
70813
 1 file changed, 16 insertions(+)
62106
70814
 
62107
70815
commit 70eff50f218e9bf34dafb97f50f0bc5da9356256
62108
 
Author: Torsten Schönfeld <kaffeetisch@gmx.de>
62109
 
Date:   Tue Aug 16 19:11:43 2011 +0200
 
70816
Author:     Torsten Schönfeld <kaffeetisch@gmx.de>
 
70817
AuthorDate: Tue Aug 16 19:11:43 2011 +0200
 
70818
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70819
CommitDate: Sat Oct 15 18:02:32 2011 -0400
62110
70820
 
62111
70821
    Add two annotations to gio
62112
70822
 
62117
70827
 2 files changed, 2 insertions(+), 2 deletions(-)
62118
70828
 
62119
70829
commit 5dcc502f914db3b57599e6740345b46292a979a4
62120
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
62121
 
Date:   Tue Oct 4 10:14:35 2011 +0100
 
70830
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
70831
AuthorDate: Tue Oct 4 10:14:35 2011 +0100
 
70832
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70833
CommitDate: Sat Oct 15 17:59:35 2011 -0400
62122
70834
 
62123
70835
    Document that types are limited to 64 KiB
62124
70836
 
62129
70841
 1 file changed, 8 insertions(+), 1 deletion(-)
62130
70842
 
62131
70843
commit 33a86fce6a157ec7a69fe21a157b27748cb286eb
62132
 
Author: Kean Johnston <kean.johnson@gmail.com>
62133
 
Date:   Sat Oct 15 17:57:23 2011 -0400
 
70844
Author:     Kean Johnston <kean.johnson@gmail.com>
 
70845
AuthorDate: Sat Oct 15 17:57:23 2011 -0400
 
70846
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70847
CommitDate: Sat Oct 15 17:58:39 2011 -0400
62134
70848
 
62135
70849
    GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"
62136
70850
 
62140
70854
 1 file changed, 1 insertion(+), 1 deletion(-)
62141
70855
 
62142
70856
commit 94accc2d7891c8147ea5468828a346c716b06045
62143
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
62144
 
Date:   Sat Oct 15 17:54:41 2011 -0400
 
70857
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
70858
AuthorDate: Sat Oct 15 17:54:41 2011 -0400
 
70859
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70860
CommitDate: Sat Oct 15 17:54:41 2011 -0400
62145
70861
 
62146
70862
    GKeyFile: improve introspection annotations
62147
70863
 
62155
70871
 1 file changed, 30 insertions(+), 30 deletions(-)
62156
70872
 
62157
70873
commit 96817746d999ce34b4fd3471b3c58d3a6be2dcbd
62158
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
62159
 
Date:   Sat Oct 15 17:51:25 2011 -0400
 
70874
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
70875
AuthorDate: Sat Oct 15 17:51:25 2011 -0400
 
70876
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70877
CommitDate: Sat Oct 15 17:51:25 2011 -0400
62160
70878
 
62161
70879
    Turn GKeyFile into a boxed for introspection
62162
70880
 
62170
70888
 4 files changed, 14 insertions(+)
62171
70889
 
62172
70890
commit a57c9148cf6dde67c967b837d74faf92a12c3ca6
62173
 
Author: Christian Persch <chpe@gnome.org>
62174
 
Date:   Mon May 25 15:07:27 2009 +0200
 
70891
Author:     Christian Persch <chpe@gnome.org>
 
70892
AuthorDate: Mon May 25 15:07:27 2009 +0200
 
70893
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70894
CommitDate: Sat Oct 15 17:44:45 2011 -0400
62175
70895
 
62176
70896
    GKeyFile: Add refcounting API
62177
70897
 
62194
70914
 4 files changed, 60 insertions(+), 5 deletions(-)
62195
70915
 
62196
70916
commit dfd75d2ead8c41f307f0daeb84aaa9e4bd923119
62197
 
Author: Matthias Clasen <mclasen@redhat.com>
62198
 
Date:   Sat Oct 15 17:31:47 2011 -0400
 
70917
Author:     Matthias Clasen <mclasen@redhat.com>
 
70918
AuthorDate: Sat Oct 15 17:31:47 2011 -0400
 
70919
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70920
CommitDate: Sat Oct 15 17:31:47 2011 -0400
62199
70921
 
62200
70922
    Add 'Since 2.32' indexes to gio and gobject docs
62201
70923
 
62204
70926
 2 files changed, 8 insertions(+)
62205
70927
 
62206
70928
commit de834bed306565c0652050665eafff4dfcdf0d8b
62207
 
Author: Dan Winship <danw@gnome.org>
62208
 
Date:   Sat Oct 15 16:59:59 2011 -0400
 
70929
Author:     Dan Winship <danw@gnome.org>
 
70930
AuthorDate: Sat Oct 15 16:59:59 2011 -0400
 
70931
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70932
CommitDate: Sat Oct 15 17:30:55 2011 -0400
62209
70933
 
62210
70934
    GAppLaunchContext: add environment-manipulating functions
62211
70935
 
62227
70951
 6 files changed, 232 insertions(+), 93 deletions(-)
62228
70952
 
62229
70953
commit 117e534091d7cf21ab48c56141a3340a15c74390
62230
 
Author: Matthias Clasen <mclasen@redhat.com>
62231
 
Date:   Sat Oct 15 16:50:23 2011 -0400
 
70954
Author:     Matthias Clasen <mclasen@redhat.com>
 
70955
AuthorDate: Sat Oct 15 16:50:23 2011 -0400
 
70956
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70957
CommitDate: Sat Oct 15 17:00:56 2011 -0400
62232
70958
 
62233
70959
    Misc doc formatting fixes
62234
70960
 
62240
70966
 5 files changed, 14 insertions(+), 18 deletions(-)
62241
70967
 
62242
70968
commit 94c246e8e3816d05971e9a825cf15769b04e8098
62243
 
Author: Matthias Clasen <mclasen@redhat.com>
62244
 
Date:   Sat Oct 15 16:28:07 2011 -0400
 
70969
Author:     Matthias Clasen <mclasen@redhat.com>
 
70970
AuthorDate: Sat Oct 15 16:28:07 2011 -0400
 
70971
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70972
CommitDate: Sat Oct 15 16:28:07 2011 -0400
62245
70973
 
62246
70974
    Add tests for new g_environ_ functions
62247
70975
 
62250
70978
 1 file changed, 60 insertions(+), 2 deletions(-)
62251
70979
 
62252
70980
commit 7a9987d35d568707df2c7c12e851623b46e9e63d
62253
 
Author: Matthias Clasen <mclasen@redhat.com>
62254
 
Date:   Sat Oct 15 16:13:08 2011 -0400
 
70981
Author:     Matthias Clasen <mclasen@redhat.com>
 
70982
AuthorDate: Sat Oct 15 16:13:08 2011 -0400
 
70983
Commit:     Matthias Clasen <mclasen@redhat.com>
 
70984
CommitDate: Sat Oct 15 16:13:08 2011 -0400
62255
70985
 
62256
70986
    Move environment-related functions into their own files
62257
70987
 
62270
71000
 5 files changed, 30 insertions(+), 624 deletions(-)
62271
71001
 
62272
71002
commit 409d93148f2d95c2966f75fe0901edd1e06c99a9
62273
 
Author: Dan Winship <danw@gnome.org>
62274
 
Date:   Sat Oct 15 15:52:28 2011 -0400
 
71003
Author:     Dan Winship <danw@gnome.org>
 
71004
AuthorDate: Sat Oct 15 15:52:28 2011 -0400
 
71005
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71006
CommitDate: Sat Oct 15 15:54:45 2011 -0400
62275
71007
 
62276
71008
    gutils: Add functions for working with environment arrays
62277
71009
 
62297
71029
 5 files changed, 225 insertions(+), 48 deletions(-)
62298
71030
 
62299
71031
commit 5ff803d91f252bfeb4a9cfaf2f94ecdea6e6a687
62300
 
Author: Ryan Lortie <desrt@desrt.ca>
62301
 
Date:   Sat Oct 15 13:27:46 2011 -0400
 
71032
Author:     Ryan Lortie <desrt@desrt.ca>
 
71033
AuthorDate: Sat Oct 15 13:27:46 2011 -0400
 
71034
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71035
CommitDate: Sat Oct 15 13:27:46 2011 -0400
62302
71036
 
62303
71037
    Add to the pitfalls: fork() and daemon()
62304
71038
 
62306
71040
 1 file changed, 12 insertions(+)
62307
71041
 
62308
71042
commit ef6371ff746e618eabd301b237b4e4a620ca5e47
62309
 
Author: Ryan Lortie <desrt@desrt.ca>
62310
 
Date:   Sat Oct 15 11:03:07 2011 -0400
 
71043
Author:     Ryan Lortie <desrt@desrt.ca>
 
71044
AuthorDate: Sat Oct 15 11:03:07 2011 -0400
 
71045
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71046
CommitDate: Sat Oct 15 13:13:13 2011 -0400
62311
71047
 
62312
71048
    tests/Makefile.am: remove unused LDFLAGS variable
62313
71049
 
62315
71051
 1 file changed, 1 deletion(-)
62316
71052
 
62317
71053
commit 6651bd221e4d9316884b4fad3c3e9943695ab639
62318
 
Author: Matthias Clasen <mclasen@redhat.com>
62319
 
Date:   Sat Oct 15 13:04:20 2011 -0400
 
71054
Author:     Matthias Clasen <mclasen@redhat.com>
 
71055
AuthorDate: Sat Oct 15 13:04:20 2011 -0400
 
71056
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71057
CommitDate: Sat Oct 15 13:04:20 2011 -0400
62320
71058
 
62321
71059
    Expand thread docs a bit
62322
71060
 
62326
71064
 1 file changed, 38 insertions(+), 5 deletions(-)
62327
71065
 
62328
71066
commit e4699af8eb384cac336a36db6b97722d021e1cbf
62329
 
Author: Matthias Clasen <mclasen@redhat.com>
62330
 
Date:   Sat Oct 15 11:37:03 2011 -0400
 
71067
Author:     Matthias Clasen <mclasen@redhat.com>
 
71068
AuthorDate: Sat Oct 15 11:37:03 2011 -0400
 
71069
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71070
CommitDate: Sat Oct 15 11:37:03 2011 -0400
62331
71071
 
62332
71072
    Documentation tweaks
62333
71073
 
62336
71076
 1 file changed, 41 insertions(+), 25 deletions(-)
62337
71077
 
62338
71078
commit 55654fc8adb1cb2f907aa0228631951860dc6dda
62339
 
Author: Fran Dieguez <fran@openhost.es>
62340
 
Date:   Sat Oct 15 16:29:50 2011 +0200
 
71079
Author:     Fran Dieguez <fran@openhost.es>
 
71080
AuthorDate: Sat Oct 15 16:29:50 2011 +0200
 
71081
Commit:     Fran Dieguez <fran@openhost.es>
 
71082
CommitDate: Sat Oct 15 16:29:50 2011 +0200
62341
71083
 
62342
71084
    Updaged Galician translations
62343
71085
 
62346
71088
 1 file changed, 422 insertions(+), 402 deletions(-)
62347
71089
 
62348
71090
commit 3fe3fdd75abb313fc43b58ebd4a71dcfe8bab32f
62349
 
Author: Ryan Lortie <desrt@desrt.ca>
62350
 
Date:   Sat Oct 15 09:48:42 2011 -0400
 
71091
Author:     Ryan Lortie <desrt@desrt.ca>
 
71092
AuthorDate: Sat Oct 15 09:48:42 2011 -0400
 
71093
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71094
CommitDate: Sat Oct 15 09:48:42 2011 -0400
62351
71095
 
62352
71096
    Check for "our" threads in some places
62353
71097
 
62359
71103
 1 file changed, 17 insertions(+), 3 deletions(-)
62360
71104
 
62361
71105
commit 11f3684b715ef35dd97ad108c7116260c7c4cdc2
62362
 
Author: Ryan Lortie <desrt@desrt.ca>
62363
 
Date:   Sat Oct 15 09:48:22 2011 -0400
 
71106
Author:     Ryan Lortie <desrt@desrt.ca>
 
71107
AuthorDate: Sat Oct 15 09:48:22 2011 -0400
 
71108
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71109
CommitDate: Sat Oct 15 09:48:22 2011 -0400
62364
71110
 
62365
71111
    gtk-doc g_thread_ref() and g_thread_unref()
62366
71112
 
62368
71114
 1 file changed, 18 insertions(+)
62369
71115
 
62370
71116
commit e75e9c30446157b52013644fdc5fd406733027b9
62371
 
Author: Ryan Lortie <desrt@desrt.ca>
62372
 
Date:   Sat Oct 15 09:48:10 2011 -0400
 
71117
Author:     Ryan Lortie <desrt@desrt.ca>
 
71118
AuthorDate: Sat Oct 15 09:48:10 2011 -0400
 
71119
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71120
CommitDate: Sat Oct 15 09:48:10 2011 -0400
62373
71121
 
62374
71122
    Rename g_thread_try to g_thread_try_new
62375
71123
 
62382
71130
 6 files changed, 15 insertions(+), 15 deletions(-)
62383
71131
 
62384
71132
commit 4417e77f17902e8a4d782979b187f23f6b86bf9e
62385
 
Author: Matthias Clasen <mclasen@redhat.com>
62386
 
Date:   Sat Oct 15 00:56:08 2011 -0400
 
71133
Author:     Matthias Clasen <mclasen@redhat.com>
 
71134
AuthorDate: Sat Oct 15 00:56:08 2011 -0400
 
71135
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71136
CommitDate: Sat Oct 15 00:56:08 2011 -0400
62387
71137
 
62388
71138
    Add atomic test to TEST_PROGS
62389
71139
 
62391
71141
 1 file changed, 2 insertions(+), 2 deletions(-)
62392
71142
 
62393
71143
commit 482bb387484c3febb6f7b01326cb6ab66d900f91
62394
 
Author: Matthias Clasen <mclasen@redhat.com>
62395
 
Date:   Sat Oct 15 00:26:02 2011 -0400
 
71144
Author:     Matthias Clasen <mclasen@redhat.com>
 
71145
AuthorDate: Sat Oct 15 00:26:02 2011 -0400
 
71146
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71147
CommitDate: Sat Oct 15 00:26:02 2011 -0400
62396
71148
 
62397
71149
    Documentation additions
62398
71150
 
62400
71152
 1 file changed, 2 insertions(+)
62401
71153
 
62402
71154
commit 8bc8cd7aa05900dcfad943b91c3720caa7b611ee
62403
 
Author: Matthias Clasen <mclasen@redhat.com>
62404
 
Date:   Sat Oct 15 00:09:20 2011 -0400
 
71155
Author:     Matthias Clasen <mclasen@redhat.com>
 
71156
AuthorDate: Sat Oct 15 00:09:20 2011 -0400
 
71157
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71158
CommitDate: Sat Oct 15 00:09:20 2011 -0400
62405
71159
 
62406
71160
    Improve test coverage
62407
71161
 
62412
71166
 3 files changed, 74 insertions(+), 2 deletions(-)
62413
71167
 
62414
71168
commit 52321def8f187eb1586c8989c407b473e19cf2e6
62415
 
Author: Matthias Clasen <mclasen@redhat.com>
62416
 
Date:   Fri Oct 14 23:20:06 2011 -0400
 
71169
Author:     Matthias Clasen <mclasen@redhat.com>
 
71170
AuthorDate: Fri Oct 14 23:20:06 2011 -0400
 
71171
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71172
CommitDate: Fri Oct 14 23:20:06 2011 -0400
62417
71173
 
62418
71174
    Add a test involving g_thread_ref/unref
62419
71175
 
62423
71179
 1 file changed, 15 insertions(+), 2 deletions(-)
62424
71180
 
62425
71181
commit 81431fa5b8093ea15533a41cd46c5569941fe99a
62426
 
Author: Matthias Clasen <mclasen@redhat.com>
62427
 
Date:   Fri Oct 14 23:12:06 2011 -0400
 
71182
Author:     Matthias Clasen <mclasen@redhat.com>
 
71183
AuthorDate: Fri Oct 14 23:12:06 2011 -0400
 
71184
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71185
CommitDate: Fri Oct 14 23:12:06 2011 -0400
62428
71186
 
62429
71187
    Add g_thread_try to the docs
62430
71188
 
62432
71190
 1 file changed, 1 insertion(+)
62433
71191
 
62434
71192
commit d000bf67f70f83bd37ae078b38cf83ee7d3c6447
62435
 
Author: Matthias Clasen <mclasen@redhat.com>
62436
 
Date:   Fri Oct 14 23:01:05 2011 -0400
 
71193
Author:     Matthias Clasen <mclasen@redhat.com>
 
71194
AuthorDate: Fri Oct 14 23:01:05 2011 -0400
 
71195
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71196
CommitDate: Fri Oct 14 23:01:05 2011 -0400
62437
71197
 
62438
71198
    Update doc lists
62439
71199
 
62441
71201
 1 file changed, 3 insertions(+), 2 deletions(-)
62442
71202
 
62443
71203
commit 5ddcc284e801a84a455bfecca18dbc68dd91439b
62444
 
Author: Matthias Clasen <mclasen@redhat.com>
62445
 
Date:   Fri Oct 14 23:00:17 2011 -0400
 
71204
Author:     Matthias Clasen <mclasen@redhat.com>
 
71205
AuthorDate: Fri Oct 14 23:00:17 2011 -0400
 
71206
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71207
CommitDate: Fri Oct 14 23:00:17 2011 -0400
62446
71208
 
62447
71209
    Minor doc clarifications
62448
71210
 
62450
71212
 1 file changed, 7 insertions(+), 6 deletions(-)
62451
71213
 
62452
71214
commit a6da2b9ff91f0b8782a243e342e17a0ace415c11
62453
 
Author: Ryan Lortie <desrt@desrt.ca>
62454
 
Date:   Fri Oct 14 21:52:36 2011 -0400
 
71215
Author:     Ryan Lortie <desrt@desrt.ca>
 
71216
AuthorDate: Fri Oct 14 21:52:36 2011 -0400
 
71217
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71218
CommitDate: Fri Oct 14 21:52:36 2011 -0400
62455
71219
 
62456
71220
    Mention thread API changes in README
62457
71221
 
62459
71223
 1 file changed, 11 insertions(+), 2 deletions(-)
62460
71224
 
62461
71225
commit 4359cbd810e29f964aae16fb186d2ad2fe331189
62462
 
Author: Ryan Lortie <desrt@desrt.ca>
62463
 
Date:   Fri Oct 14 21:43:51 2011 -0400
 
71226
Author:     Ryan Lortie <desrt@desrt.ca>
 
71227
AuthorDate: Fri Oct 14 21:43:51 2011 -0400
 
71228
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71229
CommitDate: Fri Oct 14 21:48:20 2011 -0400
62464
71230
 
62465
71231
    I read the news today, oh boy...
62466
71232
 
62469
71235
 1 file changed, 201 insertions(+)
62470
71236
 
62471
71237
commit 7ab25865f229ad8d98a067b590319bfdd988e50e
62472
 
Author: Ryan Lortie <desrt@desrt.ca>
62473
 
Date:   Fri Oct 14 19:41:08 2011 -0400
 
71238
Author:     Ryan Lortie <desrt@desrt.ca>
 
71239
AuthorDate: Fri Oct 14 19:41:08 2011 -0400
 
71240
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71241
CommitDate: Fri Oct 14 20:01:22 2011 -0400
62474
71242
 
62475
71243
    Stop checking for fork() across GMainContext
62476
71244
 
62496
71264
 1 file changed, 14 deletions(-)
62497
71265
 
62498
71266
commit 51773c6c64431c03242a6f3d12d44f99282c815c
62499
 
Author: Ryan Lortie <desrt@desrt.ca>
62500
 
Date:   Fri Oct 14 13:02:58 2011 -0400
 
71267
Author:     Ryan Lortie <desrt@desrt.ca>
 
71268
AuthorDate: Fri Oct 14 13:02:58 2011 -0400
 
71269
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71270
CommitDate: Fri Oct 14 20:01:22 2011 -0400
62501
71271
 
62502
71272
    Mask all signals in GLib worker thread
62503
71273
 
62516
71286
 2 files changed, 26 insertions(+)
62517
71287
 
62518
71288
commit 1ed88f0615d1be4d629f3f1933ec5b249cb6429e
62519
 
Author: Florian Müllner <fmuellner@gnome.org>
62520
 
Date:   Thu Oct 13 22:33:21 2011 +0200
 
71289
Author:     Florian Müllner <fmuellner@gnome.org>
 
71290
AuthorDate: Thu Oct 13 22:33:21 2011 +0200
 
71291
Commit:     Florian Müllner <fmuellner@gnome.org>
 
71292
CommitDate: Fri Oct 14 23:30:21 2011 +0200
62521
71293
 
62522
71294
    desktop-app-info: Add support for X-GNOME-Keywords
62523
71295
 
62536
71308
 4 files changed, 24 insertions(+)
62537
71309
 
62538
71310
commit 14e3b128237279d895128e4d611cd12c604a67d4
62539
 
Author: Ryan Lortie <desrt@desrt.ca>
62540
 
Date:   Fri Oct 14 00:00:14 2011 -0400
 
71311
Author:     Ryan Lortie <desrt@desrt.ca>
 
71312
AuthorDate: Fri Oct 14 00:00:14 2011 -0400
 
71313
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71314
CommitDate: Fri Oct 14 00:00:14 2011 -0400
62541
71315
 
62542
71316
    g_cond_timed_wait: support NULL time parameter
62543
71317
 
62549
71323
 1 file changed, 6 insertions(+)
62550
71324
 
62551
71325
commit 4033c616ff23eb1e647a0b0cd13ac54f28e1242b
62552
 
Author: Ryan Lortie <desrt@desrt.ca>
62553
 
Date:   Thu Oct 13 23:24:23 2011 -0400
 
71326
Author:     Ryan Lortie <desrt@desrt.ca>
 
71327
AuthorDate: Thu Oct 13 23:24:23 2011 -0400
 
71328
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71329
CommitDate: Thu Oct 13 23:44:17 2011 -0400
62554
71330
 
62555
71331
    GCond: use monotonic time for timed waits
62556
71332
 
62576
71352
 8 files changed, 167 insertions(+), 120 deletions(-)
62577
71353
 
62578
71354
commit fd382156b80a0ba848d6de7e009337fdb32221d9
62579
 
Author: Ryan Lortie <desrt@desrt.ca>
62580
 
Date:   Thu Oct 13 10:51:35 2011 -0400
 
71355
Author:     Ryan Lortie <desrt@desrt.ca>
 
71356
AuthorDate: Thu Oct 13 10:51:35 2011 -0400
 
71357
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71358
CommitDate: Thu Oct 13 10:51:35 2011 -0400
62581
71359
 
62582
71360
    tests: disable deprecation warnings for tests
62583
71361
 
62589
71367
 3 files changed, 5 insertions(+), 2 deletions(-)
62590
71368
 
62591
71369
commit 3ebdb4d46a97790e0d93db3e2411b44e46da0159
62592
 
Author: Ryan Lortie <desrt@desrt.ca>
62593
 
Date:   Thu Oct 13 09:14:57 2011 -0400
 
71370
Author:     Ryan Lortie <desrt@desrt.ca>
 
71371
AuthorDate: Thu Oct 13 09:14:57 2011 -0400
 
71372
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71373
CommitDate: Thu Oct 13 09:14:57 2011 -0400
62594
71374
 
62595
71375
    gutils: stop using GStaticPrivate
62596
71376
 
62600
71380
 1 file changed, 3 insertions(+), 3 deletions(-)
62601
71381
 
62602
71382
commit 62fe0532685a592c760d98c791379dea4d79fbe1
62603
 
Author: Ryan Lortie <desrt@desrt.ca>
62604
 
Date:   Thu Oct 13 09:00:54 2011 -0400
 
71383
Author:     Ryan Lortie <desrt@desrt.ca>
 
71384
AuthorDate: Thu Oct 13 09:00:54 2011 -0400
 
71385
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71386
CommitDate: Thu Oct 13 09:00:54 2011 -0400
62605
71387
 
62606
71388
    Revert "make struct _GThread private"
62607
71389
 
62614
71396
 2 files changed, 9 insertions(+), 9 deletions(-)
62615
71397
 
62616
71398
commit d904612100120d12126f1a6623a106d8a5b02fa6
62617
 
Author: Ryan Lortie <desrt@desrt.ca>
62618
 
Date:   Thu Oct 13 01:24:16 2011 -0400
 
71399
Author:     Ryan Lortie <desrt@desrt.ca>
 
71400
AuthorDate: Thu Oct 13 01:24:16 2011 -0400
 
71401
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71402
CommitDate: Thu Oct 13 01:34:08 2011 -0400
62619
71403
 
62620
71404
    make struct _GThread private
62621
71405
 
62636
71420
 2 files changed, 9 insertions(+), 9 deletions(-)
62637
71421
 
62638
71422
commit b1cc2579c199c6568e1bf5cef1aab7633f99824f
62639
 
Author: Ryan Lortie <desrt@desrt.ca>
62640
 
Date:   Thu Oct 13 01:22:51 2011 -0400
 
71423
Author:     Ryan Lortie <desrt@desrt.ca>
 
71424
AuthorDate: Thu Oct 13 01:22:51 2011 -0400
 
71425
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71426
CommitDate: Thu Oct 13 01:22:51 2011 -0400
62641
71427
 
62642
71428
    tidy up gthreadprivate.h
62643
71429
 
62649
71435
 2 files changed, 18 insertions(+), 23 deletions(-)
62650
71436
 
62651
71437
commit 332f74a2fc40da5d8f9313020468ed27e56b2b14
62652
 
Author: Ryan Lortie <desrt@desrt.ca>
62653
 
Date:   Thu Oct 13 01:17:36 2011 -0400
 
71438
Author:     Ryan Lortie <desrt@desrt.ca>
 
71439
AuthorDate: Thu Oct 13 01:17:36 2011 -0400
 
71440
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71441
CommitDate: Thu Oct 13 01:17:36 2011 -0400
62654
71442
 
62655
71443
    drop g_thread_new_full()
62656
71444
 
62671
71459
 6 files changed, 10 insertions(+), 57 deletions(-)
62672
71460
 
62673
71461
commit 430c5635f245ca485f09035f1b6c3a59dd69758c
62674
 
Author: Ryan Lortie <desrt@desrt.ca>
62675
 
Date:   Thu Oct 13 01:00:57 2011 -0400
 
71462
Author:     Ryan Lortie <desrt@desrt.ca>
 
71463
AuthorDate: Thu Oct 13 01:00:57 2011 -0400
 
71464
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71465
CommitDate: Thu Oct 13 01:00:57 2011 -0400
62676
71466
 
62677
71467
    g_thread_new: never fail
62678
71468
 
62709
71499
 26 files changed, 73 insertions(+), 87 deletions(-)
62710
71500
 
62711
71501
commit 015f4b4513279c4be40c03121473ffcea347ed84
62712
 
Author: Ryan Lortie <desrt@desrt.ca>
62713
 
Date:   Thu Oct 13 00:43:33 2011 -0400
 
71502
Author:     Ryan Lortie <desrt@desrt.ca>
 
71503
AuthorDate: Thu Oct 13 00:43:33 2011 -0400
 
71504
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71505
CommitDate: Thu Oct 13 00:43:33 2011 -0400
62714
71506
 
62715
71507
    thread: nuke the concept of 'joinable'
62716
71508
 
62751
71543
 27 files changed, 87 insertions(+), 92 deletions(-)
62752
71544
 
62753
71545
commit b0e73ca390d0f22baccc3636dd4d2e8e9cb0f58f
62754
 
Author: Ryan Lortie <desrt@desrt.ca>
62755
 
Date:   Thu Oct 13 00:29:04 2011 -0400
 
71546
Author:     Ryan Lortie <desrt@desrt.ca>
 
71547
AuthorDate: Thu Oct 13 00:29:04 2011 -0400
 
71548
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71549
CommitDate: Thu Oct 13 00:29:04 2011 -0400
62756
71550
 
62757
71551
    GThread: make refcounting public
62758
71552
 
62762
71556
 3 files changed, 15 insertions(+), 1 deletion(-)
62763
71557
 
62764
71558
commit 62be9365d9641073185c28c8f0a8fe06fb9a92e0
62765
 
Author: Ryan Lortie <desrt@desrt.ca>
62766
 
Date:   Thu Oct 13 00:18:17 2011 -0400
 
71559
Author:     Ryan Lortie <desrt@desrt.ca>
 
71560
AuthorDate: Thu Oct 13 00:18:17 2011 -0400
 
71561
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71562
CommitDate: Thu Oct 13 00:18:17 2011 -0400
62767
71563
 
62768
71564
    thread: simplify 'free' process
62769
71565
 
62787
71583
 2 files changed, 19 insertions(+), 22 deletions(-)
62788
71584
 
62789
71585
commit becb4b820f84badac9eaee4e123c8a0ef41a9ba3
62790
 
Author: Ryan Lortie <desrt@desrt.ca>
62791
 
Date:   Thu Oct 13 00:01:28 2011 -0400
 
71586
Author:     Ryan Lortie <desrt@desrt.ca>
 
71587
AuthorDate: Thu Oct 13 00:01:28 2011 -0400
 
71588
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71589
CommitDate: Thu Oct 13 00:01:28 2011 -0400
62792
71590
 
62793
71591
    remove 'joinable' parameter to backends
62794
71592
 
62803
71601
 4 files changed, 1 insertion(+), 4 deletions(-)
62804
71602
 
62805
71603
commit dbf20d585fd53c612a1dd8ef07275d2affcf7fc0
62806
 
Author: Ryan Lortie <desrt@desrt.ca>
62807
 
Date:   Wed Oct 12 23:40:02 2011 -0400
 
71604
Author:     Ryan Lortie <desrt@desrt.ca>
 
71605
AuthorDate: Wed Oct 12 23:40:02 2011 -0400
 
71606
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71607
CommitDate: Wed Oct 12 23:40:02 2011 -0400
62808
71608
 
62809
71609
    posix threads: joinable tweaks
62810
71610
 
62821
71621
 1 file changed, 19 insertions(+), 5 deletions(-)
62822
71622
 
62823
71623
commit f970dfc73471f2108bc21c10e4714eafea70315c
62824
 
Author: Ryan Lortie <desrt@desrt.ca>
62825
 
Date:   Wed Oct 12 23:25:12 2011 -0400
 
71624
Author:     Ryan Lortie <desrt@desrt.ca>
 
71625
AuthorDate: Wed Oct 12 23:25:12 2011 -0400
 
71626
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71627
CommitDate: Wed Oct 12 23:25:12 2011 -0400
62826
71628
 
62827
71629
    tests: don't #include <sys/resource.h> on win32
62828
71630
 
62830
71632
 1 file changed, 4 insertions(+), 1 deletion(-)
62831
71633
 
62832
71634
commit 45736d33bb0a855cfa1aa07453c7af0d26996e9b
62833
 
Author: Ryan Lortie <desrt@desrt.ca>
62834
 
Date:   Wed Oct 12 23:22:31 2011 -0400
 
71635
Author:     Ryan Lortie <desrt@desrt.ca>
 
71636
AuthorDate: Wed Oct 12 23:22:31 2011 -0400
 
71637
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71638
CommitDate: Wed Oct 12 23:22:31 2011 -0400
62835
71639
 
62836
71640
    win32 threads: simplify
62837
71641
 
62849
71653
 1 file changed, 9 insertions(+), 48 deletions(-)
62850
71654
 
62851
71655
commit dfd466979be8ab93d7c569c3e5199a02d03671e8
62852
 
Author: Ryan Lortie <desrt@desrt.ca>
62853
 
Date:   Wed Oct 12 23:16:49 2011 -0400
 
71656
Author:     Ryan Lortie <desrt@desrt.ca>
 
71657
AuthorDate: Wed Oct 12 23:16:49 2011 -0400
 
71658
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71659
CommitDate: Wed Oct 12 23:19:06 2011 -0400
62854
71660
 
62855
71661
    Only g_system_thread_free() our own threads
62856
71662
 
62865
71671
 2 files changed, 15 insertions(+), 8 deletions(-)
62866
71672
 
62867
71673
commit a5800ef336661e51db019d7bc4b98b184b06ba86
62868
 
Author: Ryan Lortie <desrt@desrt.ca>
62869
 
Date:   Wed Oct 12 23:04:15 2011 -0400
 
71674
Author:     Ryan Lortie <desrt@desrt.ca>
 
71675
AuthorDate: Wed Oct 12 23:04:15 2011 -0400
 
71676
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71677
CommitDate: Wed Oct 12 23:04:15 2011 -0400
62870
71678
 
62871
71679
    Finish killing off GSystemThread
62872
71680
 
62877
71685
 4 files changed, 11 insertions(+), 33 deletions(-)
62878
71686
 
62879
71687
commit e0c9757b9b0d7074923f96716adb3bff07b32349
62880
 
Author: Ryan Lortie <desrt@desrt.ca>
62881
 
Date:   Wed Oct 12 22:53:52 2011 -0400
 
71688
Author:     Ryan Lortie <desrt@desrt.ca>
 
71689
AuthorDate: Wed Oct 12 22:53:52 2011 -0400
 
71690
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71691
CommitDate: Wed Oct 12 22:53:52 2011 -0400
62882
71692
 
62883
71693
    win32 threads: use our own data, not system_thread
62884
71694
 
62890
71700
 1 file changed, 17 insertions(+), 7 deletions(-)
62891
71701
 
62892
71702
commit 67e28068e14428afe8335a1503ea7d734419326d
62893
 
Author: Ryan Lortie <desrt@desrt.ca>
62894
 
Date:   Wed Oct 12 22:49:39 2011 -0400
 
71703
Author:     Ryan Lortie <desrt@desrt.ca>
 
71704
AuthorDate: Wed Oct 12 22:49:39 2011 -0400
 
71705
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71706
CommitDate: Wed Oct 12 22:49:39 2011 -0400
62895
71707
 
62896
71708
    win32: fix function name clash
62897
71709
 
62899
71711
 1 file changed, 2 insertions(+), 2 deletions(-)
62900
71712
 
62901
71713
commit 2010f7f95554df5654e6ee626f76189a0712dbfe
62902
 
Author: Ryan Lortie <desrt@desrt.ca>
62903
 
Date:   Wed Oct 12 22:40:37 2011 -0400
 
71714
Author:     Ryan Lortie <desrt@desrt.ca>
 
71715
AuthorDate: Wed Oct 12 22:40:37 2011 -0400
 
71716
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71717
CommitDate: Wed Oct 12 22:43:22 2011 -0400
62904
71718
 
62905
71719
    posix threads: use our own system_thread
62906
71720
 
62913
71727
 1 file changed, 17 insertions(+), 7 deletions(-)
62914
71728
 
62915
71729
commit 2f5486f02040b0d5cfc67eb97bd037a0ffd86635
62916
 
Author: Ryan Lortie <desrt@desrt.ca>
62917
 
Date:   Wed Oct 12 22:35:35 2011 -0400
 
71730
Author:     Ryan Lortie <desrt@desrt.ca>
 
71731
AuthorDate: Wed Oct 12 22:35:35 2011 -0400
 
71732
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71733
CommitDate: Wed Oct 12 22:43:22 2011 -0400
62918
71734
 
62919
71735
    thread creation: Simplify error handling
62920
71736
 
62927
71743
 3 files changed, 14 insertions(+), 17 deletions(-)
62928
71744
 
62929
71745
commit e14a3746db8c9979b3d9840602be5f79af501605
62930
 
Author: Ryan Lortie <desrt@desrt.ca>
62931
 
Date:   Wed Oct 12 22:29:13 2011 -0400
 
71746
Author:     Ryan Lortie <desrt@desrt.ca>
 
71747
AuthorDate: Wed Oct 12 22:29:13 2011 -0400
 
71748
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71749
CommitDate: Wed Oct 12 22:43:22 2011 -0400
62932
71750
 
62933
71751
    Combine g_sytem_thread_{new,create}()
62934
71752
 
62939
71757
 4 files changed, 29 insertions(+), 43 deletions(-)
62940
71758
 
62941
71759
commit a3f82c847f8f9dc7931bc9c81f95205e2178ab49
62942
 
Author: Ryan Lortie <desrt@desrt.ca>
62943
 
Date:   Wed Oct 12 22:23:12 2011 -0400
 
71760
Author:     Ryan Lortie <desrt@desrt.ca>
 
71761
AuthorDate: Wed Oct 12 22:23:12 2011 -0400
 
71762
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71763
CommitDate: Wed Oct 12 22:43:22 2011 -0400
62944
71764
 
62945
71765
    g_system_thread_create: drop 'data' arg
62946
71766
 
62953
71773
 4 files changed, 3 insertions(+), 6 deletions(-)
62954
71774
 
62955
71775
commit 3237eaf5d527ecccae51b490d9cfbbf7e6b8538c
62956
 
Author: Ryan Lortie <desrt@desrt.ca>
62957
 
Date:   Wed Oct 12 22:19:28 2011 -0400
 
71776
Author:     Ryan Lortie <desrt@desrt.ca>
 
71777
AuthorDate: Wed Oct 12 22:19:28 2011 -0400
 
71778
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71779
CommitDate: Wed Oct 12 22:43:22 2011 -0400
62958
71780
 
62959
71781
    g_system_thread_create: SystemThread -> RealThread
62960
71782
 
62967
71789
 4 files changed, 6 insertions(+), 6 deletions(-)
62968
71790
 
62969
71791
commit 6613b2f8fdc9d7422b124b69231c3f4b93c744c3
62970
 
Author: Matthias Clasen <mclasen@redhat.com>
62971
 
Date:   Wed Oct 12 22:29:18 2011 -0400
 
71792
Author:     Matthias Clasen <mclasen@redhat.com>
 
71793
AuthorDate: Wed Oct 12 22:29:18 2011 -0400
 
71794
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71795
CommitDate: Wed Oct 12 22:29:53 2011 -0400
62972
71796
 
62973
71797
    Move more docs inline
62974
71798
 
62980
71804
 3 files changed, 269 insertions(+), 300 deletions(-)
62981
71805
 
62982
71806
commit dc3727cc5f4f4c9939e010722ea28e152cf9b324
62983
 
Author: Ryan Lortie <desrt@desrt.ca>
62984
 
Date:   Wed Oct 12 22:15:46 2011 -0400
 
71807
Author:     Ryan Lortie <desrt@desrt.ca>
 
71808
AuthorDate: Wed Oct 12 22:15:46 2011 -0400
 
71809
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71810
CommitDate: Wed Oct 12 22:15:46 2011 -0400
62985
71811
 
62986
71812
    g_system_thread_join: rename to _wait()
62987
71813
 
62992
71818
 4 files changed, 4 insertions(+), 4 deletions(-)
62993
71819
 
62994
71820
commit 4bb968e3358db98a4ad41ce7e72cf62f4458053d
62995
 
Author: Ryan Lortie <desrt@desrt.ca>
62996
 
Date:   Wed Oct 12 22:14:38 2011 -0400
 
71821
Author:     Ryan Lortie <desrt@desrt.ca>
 
71822
AuthorDate: Wed Oct 12 22:14:38 2011 -0400
 
71823
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71824
CommitDate: Wed Oct 12 22:14:38 2011 -0400
62997
71825
 
62998
71826
    g_system_thread_join: take GRealThread *
62999
71827
 
63007
71835
 4 files changed, 7 insertions(+), 6 deletions(-)
63008
71836
 
63009
71837
commit e064c9bfeca33b59627e7e1ee43d805713fde280
63010
 
Author: Ryan Lortie <desrt@desrt.ca>
63011
 
Date:   Wed Oct 12 22:03:14 2011 -0400
 
71838
Author:     Ryan Lortie <desrt@desrt.ca>
 
71839
AuthorDate: Wed Oct 12 22:03:14 2011 -0400
 
71840
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71841
CommitDate: Wed Oct 12 22:04:39 2011 -0400
63012
71842
 
63013
71843
    thread: delegate allocation of GThread to backends
63014
71844
 
63026
71856
 4 files changed, 33 insertions(+), 4 deletions(-)
63027
71857
 
63028
71858
commit 75ea14e885322ea1241315e070b2cdd68645e267
63029
 
Author: Matthias Clasen <mclasen@redhat.com>
63030
 
Date:   Wed Oct 12 21:48:34 2011 -0400
 
71859
Author:     Matthias Clasen <mclasen@redhat.com>
 
71860
AuthorDate: Wed Oct 12 21:48:34 2011 -0400
 
71861
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71862
CommitDate: Wed Oct 12 21:49:44 2011 -0400
63031
71863
 
63032
71864
    Move GScanner docs inline
63033
71865
 
63038
71870
 3 files changed, 471 insertions(+), 609 deletions(-)
63039
71871
 
63040
71872
commit d537726ded76eb470a78d41418579b8652c4ae8b
63041
 
Author: Ryan Lortie <desrt@desrt.ca>
63042
 
Date:   Wed Oct 12 21:47:25 2011 -0400
 
71873
Author:     Ryan Lortie <desrt@desrt.ca>
 
71874
AuthorDate: Wed Oct 12 21:47:25 2011 -0400
 
71875
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71876
CommitDate: Wed Oct 12 21:48:02 2011 -0400
63043
71877
 
63044
71878
    thread: stop sharing g_once_mutex
63045
71879
 
63053
71887
 3 files changed, 6 insertions(+), 7 deletions(-)
63054
71888
 
63055
71889
commit 8cff9c57b1cbb443aa4063d8624af8a7bb392b75
63056
 
Author: Ryan Lortie <desrt@desrt.ca>
63057
 
Date:   Wed Oct 12 21:44:07 2011 -0400
 
71890
Author:     Ryan Lortie <desrt@desrt.ca>
 
71891
AuthorDate: Wed Oct 12 21:44:07 2011 -0400
 
71892
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71893
CommitDate: Wed Oct 12 21:48:02 2011 -0400
63058
71894
 
63059
71895
    thread: drop thread setup function hackery
63060
71896
 
63069
71905
 3 files changed, 23 insertions(+), 16 deletions(-)
63070
71906
 
63071
71907
commit 2da83bbd36efd4adb1f4c036fe4793befbb8d120
63072
 
Author: Matthias Clasen <mclasen@redhat.com>
63073
 
Date:   Wed Oct 12 19:55:02 2011 -0400
 
71908
Author:     Matthias Clasen <mclasen@redhat.com>
 
71909
AuthorDate: Wed Oct 12 19:55:02 2011 -0400
 
71910
Commit:     Matthias Clasen <mclasen@redhat.com>
 
71911
CommitDate: Wed Oct 12 19:55:02 2011 -0400
63074
71912
 
63075
71913
    Deprecate GCache
63076
71914
 
63090
71928
 7 files changed, 422 insertions(+), 405 deletions(-)
63091
71929
 
63092
71930
commit 39ae59c47e2fbed30da725041b4cad552bea82c7
63093
 
Author: Ryan Lortie <desrt@desrt.ca>
63094
 
Date:   Wed Oct 12 18:35:45 2011 -0400
 
71931
Author:     Ryan Lortie <desrt@desrt.ca>
 
71932
AuthorDate: Wed Oct 12 18:35:45 2011 -0400
 
71933
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71934
CommitDate: Wed Oct 12 18:35:45 2011 -0400
63095
71935
 
63096
71936
    thread: Delete g_system_thread_self()
63097
71937
 
63103
71943
 3 files changed, 30 deletions(-)
63104
71944
 
63105
71945
commit a90a4b967fde1c2d7c7d6d978a797731adb25057
63106
 
Author: Ryan Lortie <desrt@desrt.ca>
63107
 
Date:   Wed Oct 12 18:33:07 2011 -0400
 
71946
Author:     Ryan Lortie <desrt@desrt.ca>
 
71947
AuthorDate: Wed Oct 12 18:33:07 2011 -0400
 
71948
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71949
CommitDate: Wed Oct 12 18:33:07 2011 -0400
63108
71950
 
63109
71951
    thread: reduce use of system_thread
63110
71952
 
63116
71958
 1 file changed, 2 deletions(-)
63117
71959
 
63118
71960
commit b7f05063710ff5bfd0e7f3722687eb63c0709ac3
63119
 
Author: Ryan Lortie <desrt@desrt.ca>
63120
 
Date:   Wed Oct 12 18:27:06 2011 -0400
 
71961
Author:     Ryan Lortie <desrt@desrt.ca>
 
71962
AuthorDate: Wed Oct 12 18:27:06 2011 -0400
 
71963
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71964
CommitDate: Wed Oct 12 18:27:06 2011 -0400
63121
71965
 
63122
71966
    thread: hide g_static_rec_mutex_get_rec_mutex_impl
63123
71967
 
63129
71973
 2 files changed, 4 insertions(+), 4 deletions(-)
63130
71974
 
63131
71975
commit 1f34ef4117559f268257d902dd48ea91b3d4993e
63132
 
Author: Ryan Lortie <desrt@desrt.ca>
63133
 
Date:   Wed Oct 12 18:25:40 2011 -0400
 
71976
Author:     Ryan Lortie <desrt@desrt.ca>
 
71977
AuthorDate: Wed Oct 12 18:25:40 2011 -0400
 
71978
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71979
CommitDate: Wed Oct 12 18:25:40 2011 -0400
63134
71980
 
63135
71981
    missed from last commit
63136
71982
 
63138
71984
 1 file changed, 2 deletions(-)
63139
71985
 
63140
71986
commit 47e20ed3ac5206c8aa83f7d307d9802328eed05f
63141
 
Author: Ryan Lortie <desrt@desrt.ca>
63142
 
Date:   Wed Oct 12 18:24:48 2011 -0400
 
71987
Author:     Ryan Lortie <desrt@desrt.ca>
 
71988
AuthorDate: Wed Oct 12 18:24:48 2011 -0400
 
71989
Commit:     Ryan Lortie <desrt@desrt.ca>
 
71990
CommitDate: Wed Oct 12 18:24:48 2011 -0400
63143
71991
 
63144
71992
    thread: remove GSystemThread assign/equal
63145
71993
 
63151
71999
 3 files changed, 23 deletions(-)
63152
72000
 
63153
72001
commit 903705edf2e33384914688ee30ea118486cb537c
63154
 
Author: Ryan Lortie <desrt@desrt.ca>
63155
 
Date:   Wed Oct 12 18:23:20 2011 -0400
 
72002
Author:     Ryan Lortie <desrt@desrt.ca>
 
72003
AuthorDate: Wed Oct 12 18:23:20 2011 -0400
 
72004
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72005
CommitDate: Wed Oct 12 18:23:20 2011 -0400
63156
72006
 
63157
72007
    thread: remove dead decl from gthreadprivate.h
63158
72008
 
63162
72012
 1 file changed, 3 deletions(-)
63163
72013
 
63164
72014
commit ed35d2719ba60fe36032db6eae5e07cd45b4fe1c
63165
 
Author: Ryan Lortie <desrt@desrt.ca>
63166
 
Date:   Wed Oct 12 18:22:31 2011 -0400
 
72015
Author:     Ryan Lortie <desrt@desrt.ca>
 
72016
AuthorDate: Wed Oct 12 18:22:31 2011 -0400
 
72017
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72018
CommitDate: Wed Oct 12 18:22:31 2011 -0400
63167
72019
 
63168
72020
    thread: Remove the zero_thread
63169
72021
 
63175
72027
 3 files changed, 1 insertion(+), 10 deletions(-)
63176
72028
 
63177
72029
commit 2b281e40f32b7916d856dcc95e6f8fe625fcff03
63178
 
Author: Ryan Lortie <desrt@desrt.ca>
63179
 
Date:   Tue Oct 11 11:08:48 2011 -0400
 
72030
Author:     Ryan Lortie <desrt@desrt.ca>
 
72031
AuthorDate: Tue Oct 11 11:08:48 2011 -0400
 
72032
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72033
CommitDate: Wed Oct 12 18:18:16 2011 -0400
63180
72034
 
63181
72035
    GStaticRecMutex: implement via GRecMutex
63182
72036
 
63189
72043
 1 file changed, 57 insertions(+), 71 deletions(-)
63190
72044
 
63191
72045
commit 96904b679061d78da65bf0dd0b331f4a3c754b3d
63192
 
Author: Ryan Lortie <desrt@desrt.ca>
63193
 
Date:   Wed Oct 12 17:01:33 2011 -0400
 
72046
Author:     Ryan Lortie <desrt@desrt.ca>
 
72047
AuthorDate: Wed Oct 12 17:01:33 2011 -0400
 
72048
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72049
CommitDate: Wed Oct 12 17:05:50 2011 -0400
63194
72050
 
63195
72051
    thread: use GSList for g_thread_foreach list
63196
72052
 
63205
72061
 2 files changed, 8 insertions(+), 21 deletions(-)
63206
72062
 
63207
72063
commit 9ca4f142641e6c756e48555c7dc0ea8780000359
63208
 
Author: Ryan Lortie <desrt@desrt.ca>
63209
 
Date:   Wed Oct 12 16:50:43 2011 -0400
 
72064
Author:     Ryan Lortie <desrt@desrt.ca>
 
72065
AuthorDate: Wed Oct 12 16:50:43 2011 -0400
 
72066
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72067
CommitDate: Wed Oct 12 17:05:50 2011 -0400
63210
72068
 
63211
72069
    thread: call g_enumerable_thread_add via callback
63212
72070
 
63221
72079
 3 files changed, 83 insertions(+), 83 deletions(-)
63222
72080
 
63223
72081
commit f788a2e5e1f7c9898675d3876367e2cf7d55f386
63224
 
Author: Ryan Lortie <desrt@desrt.ca>
63225
 
Date:   Wed Oct 12 16:26:39 2011 -0400
 
72082
Author:     Ryan Lortie <desrt@desrt.ca>
 
72083
AuthorDate: Wed Oct 12 16:26:39 2011 -0400
 
72084
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72085
CommitDate: Wed Oct 12 17:05:50 2011 -0400
63226
72086
 
63227
72087
    thread: use GPrivate for enumerable threads
63228
72088
 
63236
72096
 3 files changed, 19 insertions(+), 20 deletions(-)
63237
72097
 
63238
72098
commit 1368533dc2c117202d11acdde27724a0301ad301
63239
 
Author: Colin Walters <walters@verbum.org>
63240
 
Date:   Wed Oct 12 15:25:12 2011 -0400
 
72099
Author:     Colin Walters <walters@verbum.org>
 
72100
AuthorDate: Wed Oct 12 15:25:12 2011 -0400
 
72101
Commit:     Colin Walters <walters@verbum.org>
 
72102
CommitDate: Wed Oct 12 15:25:12 2011 -0400
63241
72103
 
63242
72104
    gvariant: Doc typo fix
63243
72105
 
63245
72107
 1 file changed, 1 insertion(+), 1 deletion(-)
63246
72108
 
63247
72109
commit 15b9f64004e7377dabad7b9a03dae094df51a0e4
63248
 
Author: Colin Walters <walters@verbum.org>
63249
 
Date:   Wed Oct 12 15:22:09 2011 -0400
 
72110
Author:     Colin Walters <walters@verbum.org>
 
72111
AuthorDate: Wed Oct 12 15:22:09 2011 -0400
 
72112
Commit:     Colin Walters <walters@verbum.org>
 
72113
CommitDate: Wed Oct 12 15:23:39 2011 -0400
63250
72114
 
63251
72115
    gvariant: Briefly mention limits
63252
72116
 
63254
72118
 1 file changed, 5 insertions(+)
63255
72119
 
63256
72120
commit 0af48a5d7b9504dd190d497963a14d8f7a4942ed
63257
 
Author: Dan Winship <danw@gnome.org>
63258
 
Date:   Wed Oct 12 13:59:33 2011 -0400
 
72121
Author:     Dan Winship <danw@gnome.org>
 
72122
AuthorDate: Wed Oct 12 13:59:33 2011 -0400
 
72123
Commit:     Dan Winship <danw@gnome.org>
 
72124
CommitDate: Wed Oct 12 13:59:33 2011 -0400
63259
72125
 
63260
72126
    gthread-deprecated: add a mising "static" to a method
63261
72127
 
63263
72129
 1 file changed, 1 insertion(+), 1 deletion(-)
63264
72130
 
63265
72131
commit 95cab96515d84a9bc5dd731ea6eee08d7e786f50
63266
 
Author: Dan Winship <danw@gnome.org>
63267
 
Date:   Wed Oct 12 13:57:44 2011 -0400
 
72132
Author:     Dan Winship <danw@gnome.org>
 
72133
AuthorDate: Wed Oct 12 13:57:44 2011 -0400
 
72134
Commit:     Dan Winship <danw@gnome.org>
 
72135
CommitDate: Wed Oct 12 13:57:44 2011 -0400
63268
72136
 
63269
72137
    giomodule: make the default_modules mutex recursive
63270
72138
 
63277
72145
 1 file changed, 5 insertions(+), 5 deletions(-)
63278
72146
 
63279
72147
commit 71cf70b39cd3859ac4cb4954c369bda731a61171
63280
 
Author: Dan Winship <danw@gnome.org>
63281
 
Date:   Tue Oct 11 15:38:37 2011 -0400
 
72148
Author:     Dan Winship <danw@gnome.org>
 
72149
AuthorDate: Tue Oct 11 15:38:37 2011 -0400
 
72150
Commit:     Dan Winship <danw@gnome.org>
 
72151
CommitDate: Wed Oct 12 08:59:35 2011 -0400
63282
72152
 
63283
72153
    Simplify checks for CLOCK_MONOTONIC
63284
72154
 
63293
72163
 2 files changed, 34 insertions(+), 65 deletions(-)
63294
72164
 
63295
72165
commit daede1dc27bbf28d2cbefc2fac22e0f917a23952
63296
 
Author: Matthias Clasen <mclasen@redhat.com>
63297
 
Date:   Wed Oct 12 00:37:02 2011 -0400
 
72166
Author:     Matthias Clasen <mclasen@redhat.com>
 
72167
AuthorDate: Wed Oct 12 00:37:02 2011 -0400
 
72168
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72169
CommitDate: Wed Oct 12 00:48:18 2011 -0400
63298
72170
 
63299
72171
    Disable deprecations where appropriate in tests
63300
72172
 
63312
72184
 11 files changed, 12 insertions(+), 28 deletions(-)
63313
72185
 
63314
72186
commit bcdb865c597b9201b717f0d4b420e73a2393e5ff
63315
 
Author: Matthias Clasen <mclasen@redhat.com>
63316
 
Date:   Wed Oct 12 00:37:02 2011 -0400
 
72187
Author:     Matthias Clasen <mclasen@redhat.com>
 
72188
AuthorDate: Wed Oct 12 00:37:02 2011 -0400
 
72189
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72190
CommitDate: Wed Oct 12 00:37:02 2011 -0400
63317
72191
 
63318
72192
    Disable deprecations where appropriate in tests
63319
72193
 
63336
72210
 16 files changed, 78 insertions(+), 8 deletions(-)
63337
72211
 
63338
72212
commit 7455dd370eb37ce3b0b409ff6120501f37b50569
63339
 
Author: Matthias Clasen <mclasen@redhat.com>
63340
 
Date:   Wed Oct 12 00:24:46 2011 -0400
 
72213
Author:     Matthias Clasen <mclasen@redhat.com>
 
72214
AuthorDate: Wed Oct 12 00:24:46 2011 -0400
 
72215
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72216
CommitDate: Wed Oct 12 00:25:38 2011 -0400
63341
72217
 
63342
72218
    Make single includes mandatory
63343
72219
 
63410
72286
 63 files changed, 65 insertions(+), 68 deletions(-)
63411
72287
 
63412
72288
commit 9bb5a55bda83c58ddbd0381693d98c7a2f701d01
63413
 
Author: Ryan Lortie <desrt@desrt.ca>
63414
 
Date:   Tue Oct 11 23:13:22 2011 -0400
 
72289
Author:     Ryan Lortie <desrt@desrt.ca>
 
72290
AuthorDate: Tue Oct 11 23:13:22 2011 -0400
 
72291
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72292
CommitDate: Wed Oct 12 00:17:49 2011 -0400
63415
72293
 
63416
72294
    GStaticPrivate: implement via GPrivate
63417
72295
 
63428
72306
 3 files changed, 22 insertions(+), 33 deletions(-)
63429
72307
 
63430
72308
commit c6016458ba2a981ccd72f02208f8140abde6c9d1
63431
 
Author: Matthias Clasen <mclasen@redhat.com>
63432
 
Date:   Tue Oct 11 23:50:34 2011 -0400
 
72309
Author:     Matthias Clasen <mclasen@redhat.com>
 
72310
AuthorDate: Tue Oct 11 23:50:34 2011 -0400
 
72311
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72312
CommitDate: Tue Oct 11 23:50:34 2011 -0400
63433
72313
 
63434
72314
    Update deprecation docs
63435
72315
 
63437
72317
 1 file changed, 14 insertions(+), 3 deletions(-)
63438
72318
 
63439
72319
commit 3d282dcc2ef1dba36e67f91d8a6c5f589ce249ea
63440
 
Author: Matthias Clasen <mclasen@redhat.com>
63441
 
Date:   Tue Oct 11 23:44:43 2011 -0400
 
72320
Author:     Matthias Clasen <mclasen@redhat.com>
 
72321
AuthorDate: Tue Oct 11 23:44:43 2011 -0400
 
72322
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72323
CommitDate: Tue Oct 11 23:44:43 2011 -0400
63442
72324
 
63443
72325
    Silence deprecations in deprecated/ (again)
63444
72326
 
63449
72331
 4 files changed, 12 insertions(+), 6 deletions(-)
63450
72332
 
63451
72333
commit f5f242caf80d96a6ec057fc746e5d53a34de7077
63452
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63453
 
Date:   Wed Oct 12 11:23:49 2011 +0800
 
72334
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72335
AuthorDate: Wed Oct 12 11:23:49 2011 +0800
 
72336
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72337
CommitDate: Wed Oct 12 11:23:49 2011 +0800
63454
72338
 
63455
72339
    Update VS projects
63456
72340
 
63474
72358
 10 files changed, 40 insertions(+), 40 deletions(-)
63475
72359
 
63476
72360
commit b93d6ab83a0cddce0a3847984a91a2819df61130
63477
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63478
 
Date:   Wed Oct 12 10:53:30 2011 +0800
 
72361
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72362
AuthorDate: Wed Oct 12 10:53:30 2011 +0800
 
72363
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72364
CommitDate: Wed Oct 12 10:53:30 2011 +0800
63479
72365
 
63480
72366
    Bug 661438: Update msvc_recommended_pragmas.h
63481
72367
 
63495
72381
 1 file changed, 2 insertions(+), 1 deletion(-)
63496
72382
 
63497
72383
commit 36ccdab760003fc1efd2f49e77932cb253f006f4
63498
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63499
 
Date:   Wed Oct 12 10:38:47 2011 +0800
 
72384
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72385
AuthorDate: Wed Oct 12 10:38:47 2011 +0800
 
72386
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72387
CommitDate: Wed Oct 12 10:38:47 2011 +0800
63500
72388
 
63501
72389
    Bug 661438: Fix up gmacros.h a bit
63502
72390
 
63506
72394
 1 file changed, 1 insertion(+), 1 deletion(-)
63507
72395
 
63508
72396
commit 17c713d3f6322e2e968e1f7774f1009bac6881c2
63509
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63510
 
Date:   Wed Oct 12 10:37:24 2011 +0800
 
72397
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72398
AuthorDate: Wed Oct 12 10:37:24 2011 +0800
 
72399
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72400
CommitDate: Wed Oct 12 10:37:24 2011 +0800
63511
72401
 
63512
72402
    Update VS property sheets
63513
72403
 
63520
72410
 2 files changed, 3 insertions(+)
63521
72411
 
63522
72412
commit 380ec80d07218123b8274ace506274f36af7c445
63523
 
Author: Dan Winship <danw@gnome.org>
63524
 
Date:   Tue Oct 11 19:28:59 2011 -0400
 
72413
Author:     Dan Winship <danw@gnome.org>
 
72414
AuthorDate: Tue Oct 11 19:28:59 2011 -0400
 
72415
Commit:     Dan Winship <danw@gnome.org>
 
72416
CommitDate: Tue Oct 11 19:28:59 2011 -0400
63525
72417
 
63526
72418
    g_time_val_from_iso8601: clarify the docs a bit
63527
72419
 
63529
72421
 1 file changed, 5 insertions(+)
63530
72422
 
63531
72423
commit baa394910b23bfa7162c2571d83d1c196522c636
63532
 
Author: Ryan Lortie <desrt@desrt.ca>
63533
 
Date:   Tue Oct 11 18:39:57 2011 -0400
 
72424
Author:     Ryan Lortie <desrt@desrt.ca>
 
72425
AuthorDate: Tue Oct 11 18:39:57 2011 -0400
 
72426
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72427
CommitDate: Tue Oct 11 18:42:03 2011 -0400
63534
72428
 
63535
72429
    gmain: use GPrivate instead of GStaticPrivate
63536
72430
 
63538
72432
 1 file changed, 13 insertions(+), 12 deletions(-)
63539
72433
 
63540
72434
commit b3e39140621228788cedd2f6ce7fa03b0fef4664
63541
 
Author: Dan Winship <danw@gnome.org>
63542
 
Date:   Tue Oct 11 15:36:42 2011 -0400
 
72435
Author:     Dan Winship <danw@gnome.org>
 
72436
AuthorDate: Tue Oct 11 15:36:42 2011 -0400
 
72437
Commit:     Dan Winship <danw@gnome.org>
 
72438
CommitDate: Tue Oct 11 15:36:42 2011 -0400
63543
72439
 
63544
72440
    Fix two tests for G_DEBUG=gc-friendly
63545
72441
 
63548
72444
 2 files changed, 9 insertions(+), 6 deletions(-)
63549
72445
 
63550
72446
commit 08d6e1147d2e6e3abf85ae7a399c689609a7b761
63551
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63552
 
Date:   Tue Oct 11 14:34:59 2011 +0800
 
72447
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72448
AuthorDate: Tue Oct 11 14:34:59 2011 +0800
 
72449
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72450
CommitDate: Tue Oct 11 13:42:59 2011 -0400
63553
72451
 
63554
72452
    Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headers
63555
72453
 
63588
72486
 26 files changed, 231 insertions(+), 110 deletions(-)
63589
72487
 
63590
72488
commit a1acf35653ac5d437bdd8dce1b2b56333b005c0c
63591
 
Author: Matthias Clasen <mclasen@redhat.com>
63592
 
Date:   Tue Oct 11 13:33:07 2011 -0400
 
72489
Author:     Matthias Clasen <mclasen@redhat.com>
 
72490
AuthorDate: Tue Oct 11 13:33:07 2011 -0400
 
72491
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72492
CommitDate: Tue Oct 11 13:42:58 2011 -0400
63593
72493
 
63594
72494
    Add our own deprecation macros
63595
72495
 
63601
72501
 2 files changed, 16 insertions(+)
63602
72502
 
63603
72503
commit 0da0411a4a2f9efde4f8fc3d6bf504ee488c2e4a
63604
 
Author: Matthias Clasen <mclasen@redhat.com>
63605
 
Date:   Tue Oct 11 13:06:58 2011 -0400
 
72504
Author:     Matthias Clasen <mclasen@redhat.com>
 
72505
AuthorDate: Tue Oct 11 13:06:58 2011 -0400
 
72506
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72507
CommitDate: Tue Oct 11 13:13:27 2011 -0400
63606
72508
 
63607
72509
    Add better deprecation macros
63608
72510
 
63618
72520
 2 files changed, 21 insertions(+)
63619
72521
 
63620
72522
commit a73113908f310c8ccc532d04f4cf4b4625860962
63621
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63622
 
Date:   Tue Oct 11 18:04:07 2011 +0800
 
72523
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72524
AuthorDate: Tue Oct 11 18:04:07 2011 +0800
 
72525
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72526
CommitDate: Tue Oct 11 18:04:07 2011 +0800
63623
72527
 
63624
72528
    Update VS property sheets
63625
72529
 
63630
72534
 2 files changed, 17 insertions(+), 6 deletions(-)
63631
72535
 
63632
72536
commit 0e71214bef4038316f96a12dfcf7b2635c94e5b1
63633
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
63634
 
Date:   Tue Oct 11 14:19:02 2011 +0800
 
72537
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72538
AuthorDate: Tue Oct 11 14:19:02 2011 +0800
 
72539
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
72540
CommitDate: Tue Oct 11 15:55:55 2011 +0800
63635
72541
 
63636
72542
    glibconfig.win32(.in): Cleanup cruft
63637
72543
 
63643
72549
 1 file changed, 2 deletions(-)
63644
72550
 
63645
72551
commit 3e5a30fc17ee071254d7c2a70e1713d554e4a1ad
63646
 
Author: Ryan Lortie <desrt@desrt.ca>
63647
 
Date:   Mon Oct 10 13:13:31 2011 -0400
 
72552
Author:     Ryan Lortie <desrt@desrt.ca>
 
72553
AuthorDate: Mon Oct 10 13:13:31 2011 -0400
 
72554
Commit:     Ryan Lortie <desrt@desrt.ca>
 
72555
CommitDate: Mon Oct 10 19:44:23 2011 -0400
63648
72556
 
63649
72557
    GStaticMutex: ABI fixup
63650
72558
 
63664
72572
 2 files changed, 21 insertions(+), 17 deletions(-)
63665
72573
 
63666
72574
commit 2c1cbde21e24be0e0ae1e20ad772b03255e96c53
63667
 
Author: Matthias Clasen <mclasen@redhat.com>
63668
 
Date:   Mon Oct 10 11:10:20 2011 -0400
 
72575
Author:     Matthias Clasen <mclasen@redhat.com>
 
72576
AuthorDate: Mon Oct 10 11:10:20 2011 -0400
 
72577
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72578
CommitDate: Mon Oct 10 11:11:29 2011 -0400
63669
72579
 
63670
72580
    Compile private test with -pthread on UNIX
63671
72581
 
63678
72588
 1 file changed, 5 insertions(+), 3 deletions(-)
63679
72589
 
63680
72590
commit 93e49aea1b5563c90f1c5152ab9cb65f19329891
63681
 
Author: Matthias Clasen <mclasen@redhat.com>
63682
 
Date:   Mon Oct 10 09:49:50 2011 -0400
 
72591
Author:     Matthias Clasen <mclasen@redhat.com>
 
72592
AuthorDate: Mon Oct 10 09:49:50 2011 -0400
 
72593
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72594
CommitDate: Mon Oct 10 09:49:50 2011 -0400
63683
72595
 
63684
72596
    Don't use deprecated GThread API in gio tests
63685
72597
 
63707
72619
 19 files changed, 64 insertions(+), 69 deletions(-)
63708
72620
 
63709
72621
commit 5662619f22073e8d7ceec5429c36aae7bb9cf8ea
63710
 
Author: Kjartan Maraas <kmaraas@gnome.org>
63711
 
Date:   Mon Oct 10 07:53:16 2011 +0200
 
72622
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
72623
AuthorDate: Mon Oct 10 07:53:16 2011 +0200
 
72624
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
72625
CommitDate: Mon Oct 10 07:55:29 2011 +0200
63712
72626
 
63713
72627
    Updated Norwegian bokmål translation
63714
72628
 
63717
72631
 1 file changed, 382 insertions(+), 383 deletions(-)
63718
72632
 
63719
72633
commit 918954e089c9c1aea0019e4dc8a73f994d8bdf83
63720
 
Author: Algimantas Margevičius <gymka@mail.ru>
63721
 
Date:   Sun Oct 9 22:00:49 2011 +0300
 
72634
Author:     Algimantas Margevičius <gymka@mail.ru>
 
72635
AuthorDate: Sun Oct 9 22:00:49 2011 +0300
 
72636
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
72637
CommitDate: Sun Oct 9 22:00:49 2011 +0300
63722
72638
 
63723
72639
    Updated Lithuanian translation
63724
72640
 
63727
72643
 1 file changed, 879 insertions(+), 898 deletions(-)
63728
72644
 
63729
72645
commit 5e2764d70cbd9f556fe4d873897e2d4a174a98a7
63730
 
Author: Matthias Clasen <mclasen@redhat.com>
63731
 
Date:   Sun Oct 9 09:57:13 2011 -0400
 
72646
Author:     Matthias Clasen <mclasen@redhat.com>
 
72647
AuthorDate: Sun Oct 9 09:57:13 2011 -0400
 
72648
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72649
CommitDate: Sun Oct 9 09:57:13 2011 -0400
63732
72650
 
63733
72651
    Silence deprecation warnings in deprecated/
63734
72652
 
63738
72656
 1 file changed, 8 insertions(+)
63739
72657
 
63740
72658
commit ff2dafb20999d0b00ee599f998ef00ea514e4482
63741
 
Author: Matthias Clasen <mclasen@redhat.com>
63742
 
Date:   Sat Oct 8 23:49:04 2011 -0400
 
72659
Author:     Matthias Clasen <mclasen@redhat.com>
 
72660
AuthorDate: Sat Oct 8 23:49:04 2011 -0400
 
72661
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72662
CommitDate: Sat Oct 8 23:49:04 2011 -0400
63743
72663
 
63744
72664
    Add G_GNUC_DEPRECATED to deprecated functions in gio
63745
72665
 
63753
72673
 7 files changed, 36 insertions(+), 35 deletions(-)
63754
72674
 
63755
72675
commit 93b3f6477e1670536d9d208e1d51d682a81d3d65
63756
 
Author: Matthias Clasen <mclasen@redhat.com>
63757
 
Date:   Sat Oct 8 23:23:43 2011 -0400
 
72676
Author:     Matthias Clasen <mclasen@redhat.com>
 
72677
AuthorDate: Sat Oct 8 23:23:43 2011 -0400
 
72678
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72679
CommitDate: Sat Oct 8 23:23:43 2011 -0400
63758
72680
 
63759
72681
    Add G_GNUC_DEPRECATED to deprecated functions in gobject
63760
72682
 
63765
72687
 4 files changed, 8 insertions(+), 8 deletions(-)
63766
72688
 
63767
72689
commit f9b29ca0343a23d8eaa0aa41034169b95405383e
63768
 
Author: Matthias Clasen <mclasen@redhat.com>
63769
 
Date:   Sat Oct 8 23:16:01 2011 -0400
 
72690
Author:     Matthias Clasen <mclasen@redhat.com>
 
72691
AuthorDate: Sat Oct 8 23:16:01 2011 -0400
 
72692
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72693
CommitDate: Sat Oct 8 23:16:01 2011 -0400
63770
72694
 
63771
72695
    Add G_GNUC_DEPRECATED to deprecated APIs in glib
63772
72696
 
63790
72714
 16 files changed, 84 insertions(+), 84 deletions(-)
63791
72715
 
63792
72716
commit 30b320b61c34f953bf7b7bbc27d978c321fe1c4d
63793
 
Author: Matthias Clasen <mclasen@redhat.com>
63794
 
Date:   Sat Oct 8 12:43:12 2011 -0400
 
72717
Author:     Matthias Clasen <mclasen@redhat.com>
 
72718
AuthorDate: Sat Oct 8 12:43:12 2011 -0400
 
72719
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72720
CommitDate: Sat Oct 8 19:02:06 2011 -0400
63795
72721
 
63796
72722
    Add some GHookList tests
63797
72723
 
63801
72727
 2 files changed, 98 insertions(+)
63802
72728
 
63803
72729
commit 6109db27aec99f456c5bbda27bd4afe851b5bcff
63804
 
Author: Matthias Clasen <mclasen@redhat.com>
63805
 
Date:   Sat Oct 8 12:42:41 2011 -0400
 
72730
Author:     Matthias Clasen <mclasen@redhat.com>
 
72731
AuthorDate: Sat Oct 8 12:42:41 2011 -0400
 
72732
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72733
CommitDate: Sat Oct 8 19:02:06 2011 -0400
63806
72734
 
63807
72735
    Test a few more GIOChannel functions
63808
72736
 
63810
72738
 1 file changed, 3 insertions(+)
63811
72739
 
63812
72740
commit d33f625444c28cd1c6313410d639360141dfd16b
63813
 
Author: Matthias Clasen <mclasen@redhat.com>
63814
 
Date:   Sat Oct 8 12:42:06 2011 -0400
 
72741
Author:     Matthias Clasen <mclasen@redhat.com>
 
72742
AuthorDate: Sat Oct 8 12:42:06 2011 -0400
 
72743
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72744
CommitDate: Sat Oct 8 19:02:06 2011 -0400
63815
72745
 
63816
72746
    Remove a bit of dead code
63817
72747
 
63819
72749
 1 file changed, 3 deletions(-)
63820
72750
 
63821
72751
commit b3ead3c998931b11d6d413474bba4866d6afd29d
63822
 
Author: Matthias Clasen <mclasen@redhat.com>
63823
 
Date:   Sat Oct 8 12:41:38 2011 -0400
 
72752
Author:     Matthias Clasen <mclasen@redhat.com>
 
72753
AuthorDate: Sat Oct 8 12:41:38 2011 -0400
 
72754
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72755
CommitDate: Sat Oct 8 19:02:06 2011 -0400
63824
72756
 
63825
72757
    Pass G_DEBUG=g-gc-friendly when running the tests
63826
72758
 
63828
72760
 1 file changed, 1 insertion(+), 1 deletion(-)
63829
72761
 
63830
72762
commit d5a1ca8fd751c6f0a28ad3990259976f23954a34
63831
 
Author: Matthias Clasen <mclasen@redhat.com>
63832
 
Date:   Thu Oct 6 09:01:24 2011 -0400
 
72763
Author:     Matthias Clasen <mclasen@redhat.com>
 
72764
AuthorDate: Thu Oct 6 09:01:24 2011 -0400
 
72765
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72766
CommitDate: Sat Oct 8 19:02:06 2011 -0400
63833
72767
 
63834
72768
    Add some more GMarkup tests
63835
72769
 
63860
72794
 24 files changed, 102 insertions(+)
63861
72795
 
63862
72796
commit 08e17ae51b6336d059b0cc85071cc26772ab2f0c
63863
 
Author: Matthias Clasen <mclasen@redhat.com>
63864
 
Date:   Thu Oct 6 08:59:51 2011 -0400
 
72797
Author:     Matthias Clasen <mclasen@redhat.com>
 
72798
AuthorDate: Thu Oct 6 08:59:51 2011 -0400
 
72799
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72800
CommitDate: Sat Oct 8 19:02:06 2011 -0400
63865
72801
 
63866
72802
    Call setlocale in markup-parse test
63867
72803
 
63871
72807
 1 file changed, 3 insertions(+)
63872
72808
 
63873
72809
commit 87cb246f4627a7644d0291e1ae131fa2e628fde9
63874
 
Author: Matthias Clasen <mclasen@redhat.com>
63875
 
Date:   Wed Oct 5 23:36:35 2011 -0400
 
72810
Author:     Matthias Clasen <mclasen@redhat.com>
 
72811
AuthorDate: Wed Oct 5 23:36:35 2011 -0400
 
72812
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72813
CommitDate: Sat Oct 8 19:02:05 2011 -0400
63876
72814
 
63877
72815
    Improve GNode test coverage
63878
72816
 
63880
72818
 1 file changed, 13 insertions(+)
63881
72819
 
63882
72820
commit dca6a601c13798dde689cab7f9ac67db2765ae2d
63883
 
Author: Matthias Clasen <mclasen@redhat.com>
63884
 
Date:   Wed Oct 5 23:31:14 2011 -0400
 
72821
Author:     Matthias Clasen <mclasen@redhat.com>
 
72822
AuthorDate: Wed Oct 5 23:31:14 2011 -0400
 
72823
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72824
CommitDate: Sat Oct 8 19:02:05 2011 -0400
63885
72825
 
63886
72826
    Improve GCache test coverage
63887
72827
 
63889
72829
 1 file changed, 15 insertions(+)
63890
72830
 
63891
72831
commit eeedaac3e8306403c9359edd8e4baea6a22153ed
63892
 
Author: Matthias Clasen <mclasen@redhat.com>
63893
 
Date:   Wed Oct 5 23:24:27 2011 -0400
 
72832
Author:     Matthias Clasen <mclasen@redhat.com>
 
72833
AuthorDate: Wed Oct 5 23:24:27 2011 -0400
 
72834
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72835
CommitDate: Sat Oct 8 19:02:05 2011 -0400
63894
72836
 
63895
72837
    Improve coverage of string function tests
63896
72838
 
63898
72840
 1 file changed, 30 insertions(+)
63899
72841
 
63900
72842
commit 944f66f38fa24c657c192e7d72ca2508020f68dd
63901
 
Author: Matthias Clasen <mclasen@redhat.com>
63902
 
Date:   Wed Oct 5 23:24:08 2011 -0400
 
72843
Author:     Matthias Clasen <mclasen@redhat.com>
 
72844
AuthorDate: Wed Oct 5 23:24:08 2011 -0400
 
72845
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72846
CommitDate: Sat Oct 8 19:02:05 2011 -0400
63903
72847
 
63904
72848
    Improve coverage of GHmac tests
63905
72849
 
63907
72851
 1 file changed, 50 insertions(+)
63908
72852
 
63909
72853
commit d9e9239a4659c972279955e77d0351e664613e70
63910
 
Author: Matthias Clasen <mclasen@redhat.com>
63911
 
Date:   Wed Oct 5 23:00:09 2011 -0400
 
72854
Author:     Matthias Clasen <mclasen@redhat.com>
 
72855
AuthorDate: Wed Oct 5 23:00:09 2011 -0400
 
72856
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72857
CommitDate: Sat Oct 8 19:02:05 2011 -0400
63912
72858
 
63913
72859
    Add a test for g_date_time_new_from_timeval_utc
63914
72860
 
63916
72862
 1 file changed, 26 insertions(+)
63917
72863
 
63918
72864
commit c739a5df14ff5ee8cf262ce6e1cebdd0096aff5a
63919
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
63920
 
Date:   Sat Oct 8 11:47:20 2011 +0200
 
72865
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
72866
AuthorDate: Sat Oct 8 11:47:20 2011 +0200
 
72867
Commit:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
72868
CommitDate: Sat Oct 8 17:11:39 2011 +0200
63921
72869
 
63922
72870
    gio: enable test_peer regression test for OpenBSD
63923
72871
 
63927
72875
 1 file changed, 12 insertions(+)
63928
72876
 
63929
72877
commit 3c4d3dec092609bb8e8bf77dcaea5ad9ddfb4ed3
63930
 
Author: David Zeuthen <davidz@redhat.com>
63931
 
Date:   Fri Oct 7 14:20:03 2011 -0400
 
72878
Author:     David Zeuthen <davidz@redhat.com>
 
72879
AuthorDate: Fri Oct 7 14:20:03 2011 -0400
 
72880
Commit:     David Zeuthen <davidz@redhat.com>
 
72881
CommitDate: Fri Oct 7 14:23:03 2011 -0400
63932
72882
 
63933
72883
    GDBusConnection: Make pending calls error when the connection is lost
63934
72884
 
63963
72913
 3 files changed, 194 insertions(+), 7 deletions(-)
63964
72914
 
63965
72915
commit edcac1ee419116327aee73435f7442f2201752e6
63966
 
Author: John Ralls <jralls@ceridwen.us>
63967
 
Date:   Fri Oct 7 09:51:04 2011 -0700
 
72916
Author:     John Ralls <jralls@ceridwen.us>
 
72917
AuthorDate: Fri Oct 7 09:51:04 2011 -0700
 
72918
Commit:     John Ralls <jralls@ceridwen.us>
 
72919
CommitDate: Fri Oct 7 09:51:12 2011 -0700
63968
72920
 
63969
72921
    Bug 661129: Duplicate symbols zero_thread and g_once_mutex on OSX
63970
72922
 
63972
72924
 1 file changed, 2 insertions(+), 2 deletions(-)
63973
72925
 
63974
72926
commit 59f1f5465571bac403357b59cf7bfe2723356a37
63975
 
Author: Dan Winship <danw@gnome.org>
63976
 
Date:   Wed Oct 5 10:46:57 2011 -0400
 
72927
Author:     Dan Winship <danw@gnome.org>
 
72928
AuthorDate: Wed Oct 5 10:46:57 2011 -0400
 
72929
Commit:     Dan Winship <danw@gnome.org>
 
72930
CommitDate: Fri Oct 7 10:14:34 2011 -0400
63977
72931
 
63978
72932
    Add g_main_context_ref_thread_default()
63979
72933
 
64004
72958
 15 files changed, 84 insertions(+), 91 deletions(-)
64005
72959
 
64006
72960
commit d91769b64160353b4f9861cb68a97a0171b323ad
64007
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
64008
 
Date:   Fri Oct 7 10:14:10 2011 +0200
 
72961
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
72962
AuthorDate: Fri Oct 7 10:14:10 2011 +0200
 
72963
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
72964
CommitDate: Fri Oct 7 10:14:10 2011 +0200
64009
72965
 
64010
72966
    Updated Spanish translation
64011
72967
 
64014
72970
 1 file changed, 481 insertions(+), 455 deletions(-)
64015
72971
 
64016
72972
commit 97b0b36ae39d5eb087315259ff56c799271b28c3
64017
 
Author: Matthias Clasen <mclasen@redhat.com>
64018
 
Date:   Fri Oct 7 01:19:15 2011 -0400
 
72973
Author:     Matthias Clasen <mclasen@redhat.com>
 
72974
AuthorDate: Fri Oct 7 01:19:15 2011 -0400
 
72975
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72976
CommitDate: Fri Oct 7 01:19:15 2011 -0400
64019
72977
 
64020
72978
    USE __COUNTER__ instead of __LINE__ when available
64021
72979
 
64033
72991
 1 file changed, 4 insertions(+)
64034
72992
 
64035
72993
commit c51fa1852dc7c661dc5d46355303d97a521e0a0c
64036
 
Author: Matthias Clasen <mclasen@redhat.com>
64037
 
Date:   Fri Oct 7 00:42:52 2011 -0400
 
72994
Author:     Matthias Clasen <mclasen@redhat.com>
 
72995
AuthorDate: Fri Oct 7 00:42:52 2011 -0400
 
72996
Commit:     Matthias Clasen <mclasen@redhat.com>
 
72997
CommitDate: Fri Oct 7 00:42:52 2011 -0400
64038
72998
 
64039
72999
    Don't redundantly redeclare
64040
73000
 
64047
73007
 1 file changed, 3 deletions(-)
64048
73008
 
64049
73009
commit e76927006a6886b92e73eb25b5ed559485a83af0
64050
 
Author: Ryan Lortie <desrt@desrt.ca>
64051
 
Date:   Thu Oct 6 12:24:21 2011 -0400
 
73010
Author:     Ryan Lortie <desrt@desrt.ca>
 
73011
AuthorDate: Thu Oct 6 12:24:21 2011 -0400
 
73012
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73013
CommitDate: Thu Oct 6 12:24:21 2011 -0400
64052
73014
 
64053
73015
    Move G_LOCK below GMutex in the docs
64054
73016
 
64060
73022
 1 file changed, 8 insertions(+), 8 deletions(-)
64061
73023
 
64062
73024
commit 761e75f84966e58f9a40ddae6ca3bc497c45afbe
64063
 
Author: Ryan Lortie <desrt@desrt.ca>
64064
 
Date:   Thu Oct 6 12:21:33 2011 -0400
 
73025
Author:     Ryan Lortie <desrt@desrt.ca>
 
73026
AuthorDate: Thu Oct 6 12:21:33 2011 -0400
 
73027
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73028
CommitDate: Thu Oct 6 12:21:33 2011 -0400
64065
73029
 
64066
73030
    .gitignore
64067
73031
 
64069
73033
 1 file changed, 9 insertions(+), 7 deletions(-)
64070
73034
 
64071
73035
commit 083812f8546230deef08a63f2064c293438b3802
64072
 
Author: Ryan Lortie <desrt@desrt.ca>
64073
 
Date:   Thu Oct 6 12:19:58 2011 -0400
 
73036
Author:     Ryan Lortie <desrt@desrt.ca>
 
73037
AuthorDate: Thu Oct 6 12:19:58 2011 -0400
 
73038
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73039
CommitDate: Thu Oct 6 12:19:58 2011 -0400
64074
73040
 
64075
73041
    Several docs cleanups
64076
73042
 
64081
73047
 4 files changed, 21 insertions(+), 1 deletion(-)
64082
73048
 
64083
73049
commit 94b7d2ee6cb9f1e0416c82e2bf0615fd2d0c848a
64084
 
Author: Ryan Lortie <desrt@desrt.ca>
64085
 
Date:   Thu Oct 6 12:01:53 2011 -0400
 
73050
Author:     Ryan Lortie <desrt@desrt.ca>
 
73051
AuthorDate: Thu Oct 6 12:01:53 2011 -0400
 
73052
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73053
CommitDate: Thu Oct 6 12:01:53 2011 -0400
64086
73054
 
64087
73055
    Cleanup thread documentation
64088
73056
 
64098
73066
 7 files changed, 114 insertions(+), 151 deletions(-)
64099
73067
 
64100
73068
commit 49b93a0bba1d2a837e5ea8f299464aa7ecd02321
64101
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64102
 
Date:   Thu Oct 6 16:02:18 2011 +0800
 
73069
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73070
AuthorDate: Thu Oct 6 16:02:18 2011 +0800
 
73071
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73072
CommitDate: Thu Oct 6 16:02:18 2011 +0800
64103
73073
 
64104
73074
    gobjet/gclosure.c: Fix styling issues
64105
73075
 
64109
73079
 1 file changed, 1 insertion(+), 1 deletion(-)
64110
73080
 
64111
73081
commit e80d8f0c2304ca471e6643dec846153307eee0fa
64112
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64113
 
Date:   Thu Oct 6 15:37:52 2011 +0800
 
73082
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73083
AuthorDate: Thu Oct 6 15:37:52 2011 +0800
 
73084
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73085
CommitDate: Thu Oct 6 15:37:52 2011 +0800
64114
73086
 
64115
73087
    gobject/gclosure.c: Add type cast for int_val = value
64116
73088
 
64122
73094
 1 file changed, 1 insertion(+), 1 deletion(-)
64123
73095
 
64124
73096
commit d77f65d24dbdff40052e2346861eb420af9718ad
64125
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64126
 
Date:   Thu Oct 6 15:33:34 2011 +0800
 
73097
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73098
AuthorDate: Thu Oct 6 15:33:34 2011 +0800
 
73099
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73100
CommitDate: Thu Oct 6 15:33:34 2011 +0800
64127
73101
 
64128
73102
    Revert "gobject/gclosure.c: Made up for missed pointer deref"
64129
73103
 
64133
73107
 1 file changed, 1 insertion(+), 1 deletion(-)
64134
73108
 
64135
73109
commit d792a1ebe445cfab942ee9e079daa3b87bd60304
64136
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64137
 
Date:   Thu Oct 6 15:24:08 2011 +0800
 
73110
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73111
AuthorDate: Thu Oct 6 15:24:08 2011 +0800
 
73112
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73113
CommitDate: Thu Oct 6 15:24:08 2011 +0800
64138
73114
 
64139
73115
    gobject/gclosure.c: Made up for missed pointer deref
64140
73116
 
64146
73122
 1 file changed, 1 insertion(+), 1 deletion(-)
64147
73123
 
64148
73124
commit ed03047a5be48995be01e217d3f942619dedc030
64149
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64150
 
Date:   Thu Oct 6 15:12:22 2011 +0800
 
73125
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73126
AuthorDate: Thu Oct 6 15:12:22 2011 +0800
 
73127
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73128
CommitDate: Thu Oct 6 15:12:22 2011 +0800
64151
73129
 
64152
73130
    gthread-deprecated.c: Include gutils.h
64153
73131
 
64157
73135
 1 file changed, 2 insertions(+)
64158
73136
 
64159
73137
commit eb17516a6731acf7347e9f72ee81651c59087232
64160
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64161
 
Date:   Thu Oct 6 15:02:54 2011 +0800
 
73138
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73139
AuthorDate: Thu Oct 6 15:02:54 2011 +0800
 
73140
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73141
CommitDate: Thu Oct 6 15:03:30 2011 +0800
64162
73142
 
64163
73143
    config.h.win32(.in): Update for strcasecmp
64164
73144
 
64168
73148
 1 file changed, 6 insertions(+), 4 deletions(-)
64169
73149
 
64170
73150
commit 3636cf2c640ab0b6a7c3b9d2358332bb52f4dc6e
64171
 
Author: Matthias Clasen <mclasen@redhat.com>
64172
 
Date:   Wed Oct 5 22:43:22 2011 -0400
 
73151
Author:     Matthias Clasen <mclasen@redhat.com>
 
73152
AuthorDate: Wed Oct 5 22:43:22 2011 -0400
 
73153
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73154
CommitDate: Wed Oct 5 22:43:22 2011 -0400
64173
73155
 
64174
73156
    Update threads docs for the demise of g_thread_init()
64175
73157
 
64177
73159
 1 file changed, 17 insertions(+), 20 deletions(-)
64178
73160
 
64179
73161
commit 47c7fa2ccd9baad00da95fcc9a3dc6c2ef222747
64180
 
Author: Matthias Clasen <mclasen@redhat.com>
64181
 
Date:   Wed Oct 5 22:31:17 2011 -0400
 
73162
Author:     Matthias Clasen <mclasen@redhat.com>
 
73163
AuthorDate: Wed Oct 5 22:31:17 2011 -0400
 
73164
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73165
CommitDate: Wed Oct 5 22:31:17 2011 -0400
64182
73166
 
64183
73167
    Remove mention of gthread-2.0.pc from 'Compiling' section
64184
73168
 
64189
73173
 1 file changed, 32 insertions(+), 23 deletions(-)
64190
73174
 
64191
73175
commit 749758ec78b84ca577947fecca0ea54b790fd529
64192
 
Author: Matthias Clasen <mclasen@redhat.com>
64193
 
Date:   Wed Oct 5 22:23:25 2011 -0400
 
73176
Author:     Matthias Clasen <mclasen@redhat.com>
 
73177
AuthorDate: Wed Oct 5 22:23:25 2011 -0400
 
73178
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73179
CommitDate: Wed Oct 5 22:23:25 2011 -0400
64194
73180
 
64195
73181
    Add a warning to g_thread_init_with_errorcheck_mutexes
64196
73182
 
64201
73187
 1 file changed, 1 insertion(+)
64202
73188
 
64203
73189
commit 8e82225aedf81ea8a33deb3eb27a8878cd606521
64204
 
Author: Dan Williams <dcbw@redhat.com>
64205
 
Date:   Fri Sep 23 12:32:23 2011 -0500
 
73190
Author:     Dan Williams <dcbw@redhat.com>
 
73191
AuthorDate: Fri Sep 23 12:32:23 2011 -0500
 
73192
Commit:     Dan Williams <dcbw@redhat.com>
 
73193
CommitDate: Wed Oct 5 14:08:22 2011 -0500
64206
73194
 
64207
73195
    closure: fix handling of ENUMs and integral return types on 64-bit
64208
73196
    BE platforms
64250
73238
 1 file changed, 59 insertions(+), 17 deletions(-)
64251
73239
 
64252
73240
commit c3133affcd55023a5e9cfbd87ec96e04a13c8e86
64253
 
Author: Colin Walters <walters@verbum.org>
64254
 
Date:   Wed Oct 5 11:27:45 2011 -0400
 
73241
Author:     Colin Walters <walters@verbum.org>
 
73242
AuthorDate: Wed Oct 5 11:27:45 2011 -0400
 
73243
Commit:     Colin Walters <walters@verbum.org>
 
73244
CommitDate: Wed Oct 5 13:39:30 2011 -0400
64255
73245
 
64256
73246
    gmacros: Hide G_STATIC_ASSERT from g-ir-scanner
64257
73247
 
64264
73254
 1 file changed, 2 insertions(+)
64265
73255
 
64266
73256
commit 9560423a6ea05d6f34b5ee8533974b8f41ab03fc
64267
 
Author: Ryan Lortie <desrt@desrt.ca>
64268
 
Date:   Wed Oct 5 13:16:05 2011 -0400
 
73257
Author:     Ryan Lortie <desrt@desrt.ca>
 
73258
AuthorDate: Wed Oct 5 13:16:05 2011 -0400
 
73259
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73260
CommitDate: Wed Oct 5 13:17:07 2011 -0400
64269
73261
 
64270
73262
    Be sure to #include "gutils.h" in gbacktrace.c
64271
73263
 
64278
73270
 1 file changed, 1 insertion(+)
64279
73271
 
64280
73272
commit f34908ef1555c8c579b0154e17932b84af04b81f
64281
 
Author: David Zeuthen <davidz@redhat.com>
64282
 
Date:   Wed Oct 5 12:33:55 2011 -0400
 
73273
Author:     David Zeuthen <davidz@redhat.com>
 
73274
AuthorDate: Wed Oct 5 12:33:55 2011 -0400
 
73275
Commit:     David Zeuthen <davidz@redhat.com>
 
73276
CommitDate: Wed Oct 5 12:42:06 2011 -0400
64283
73277
 
64284
73278
    GDBus: Regenerate code when the codegen or options passed to it
64285
73279
    changes
64294
73288
 3 files changed, 3 insertions(+), 3 deletions(-)
64295
73289
 
64296
73290
commit 7ca83c6c9f369a88df98a86810596bb9efc73736
64297
 
Author: Dan Winship <danw@gnome.org>
64298
 
Date:   Wed Oct 5 11:45:51 2011 -0400
 
73291
Author:     Dan Winship <danw@gnome.org>
 
73292
AuthorDate: Wed Oct 5 11:45:51 2011 -0400
 
73293
Commit:     Dan Winship <danw@gnome.org>
 
73294
CommitDate: Wed Oct 5 11:54:36 2011 -0400
64299
73295
 
64300
73296
    Fix up some doc comments that referred to threads not being enabled
64301
73297
 
64313
73309
 9 files changed, 13 insertions(+), 28 deletions(-)
64314
73310
 
64315
73311
commit af55ff5a2b604399aa216bd731df97cba4474ad0
64316
 
Author: David Zeuthen <davidz@redhat.com>
64317
 
Date:   Wed Oct 5 10:56:11 2011 -0400
 
73312
Author:     David Zeuthen <davidz@redhat.com>
 
73313
AuthorDate: Wed Oct 5 10:56:11 2011 -0400
 
73314
Commit:     David Zeuthen <davidz@redhat.com>
 
73315
CommitDate: Wed Oct 5 10:56:11 2011 -0400
64318
73316
 
64319
73317
    GDBus: disable two more GDBus tests using fork()
64320
73318
 
64324
73322
 1 file changed, 4 insertions(+)
64325
73323
 
64326
73324
commit 2b963266b68a3b14afcaa237ed41319c99949e43
64327
 
Author: David Zeuthen <davidz@redhat.com>
64328
 
Date:   Tue Oct 4 11:37:16 2011 -0400
 
73325
Author:     David Zeuthen <davidz@redhat.com>
 
73326
AuthorDate: Tue Oct 4 11:37:16 2011 -0400
 
73327
Commit:     David Zeuthen <davidz@redhat.com>
 
73328
CommitDate: Wed Oct 5 10:45:22 2011 -0400
64329
73329
 
64330
73330
    GDBusProxy: Correctly handle unknown members when having an expected
64331
73331
    interface
64352
73352
 3 files changed, 253 insertions(+), 71 deletions(-)
64353
73353
 
64354
73354
commit 2f48b4b7fb4d2d1f758ce5a8064ab51ac3d17a12
64355
 
Author: Dan Winship <danw@gnome.org>
64356
 
Date:   Wed Oct 5 08:36:03 2011 -0400
 
73355
Author:     Dan Winship <danw@gnome.org>
 
73356
AuthorDate: Wed Oct 5 08:36:03 2011 -0400
 
73357
Commit:     Dan Winship <danw@gnome.org>
 
73358
CommitDate: Wed Oct 5 08:36:03 2011 -0400
64357
73359
 
64358
73360
    gthreadedresolver: remove a bit of cruft
64359
73361
 
64364
73366
 1 file changed, 1 insertion(+), 1 deletion(-)
64365
73367
 
64366
73368
commit 0e3f530185d494dbb9db1b47f72f10f3ae598564
64367
 
Author: Matthias Clasen <mclasen@redhat.com>
64368
 
Date:   Tue Oct 4 01:25:26 2011 -0400
 
73369
Author:     Matthias Clasen <mclasen@redhat.com>
 
73370
AuthorDate: Tue Oct 4 01:25:26 2011 -0400
 
73371
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73372
CommitDate: Wed Oct 5 01:12:53 2011 -0400
64369
73373
 
64370
73374
    Remove cruft from g_strerror and g_strsignal
64371
73375
 
64381
73385
 2 files changed, 29 insertions(+), 631 deletions(-)
64382
73386
 
64383
73387
commit 5fef796126e2c74ccc619528414339cfb5dfcf9c
64384
 
Author: Matthias Clasen <mclasen@redhat.com>
64385
 
Date:   Wed Oct 5 01:04:42 2011 -0400
 
73388
Author:     Matthias Clasen <mclasen@redhat.com>
 
73389
AuthorDate: Wed Oct 5 01:04:42 2011 -0400
 
73390
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73391
CommitDate: Wed Oct 5 01:12:52 2011 -0400
64386
73392
 
64387
73393
    Misc test coverage improvements
64388
73394
 
64394
73400
 3 files changed, 10 insertions(+), 1 deletion(-)
64395
73401
 
64396
73402
commit ddbd4acdfbfd6766aaba2de5a3ff4c599dbf1b74
64397
 
Author: Matthias Clasen <mclasen@redhat.com>
64398
 
Date:   Wed Oct 5 01:04:02 2011 -0400
 
73403
Author:     Matthias Clasen <mclasen@redhat.com>
 
73404
AuthorDate: Wed Oct 5 01:04:02 2011 -0400
 
73405
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73406
CommitDate: Wed Oct 5 01:04:02 2011 -0400
64399
73407
 
64400
73408
    Need to check for prlimit
64401
73409
 
64403
73411
 1 file changed, 1 insertion(+)
64404
73412
 
64405
73413
commit ea4bc6008f3acdd90a7da490a0cbc15f62ba608b
64406
 
Author: Matthias Clasen <mclasen@redhat.com>
64407
 
Date:   Wed Oct 5 00:28:53 2011 -0400
 
73414
Author:     Matthias Clasen <mclasen@redhat.com>
 
73415
AuthorDate: Wed Oct 5 00:28:53 2011 -0400
 
73416
Commit:     Matthias Clasen <mclasen@redhat.com>
 
73417
CommitDate: Wed Oct 5 00:28:53 2011 -0400
64408
73418
 
64409
73419
    Add a test for thread creation failure
64410
73420
 
64412
73422
 1 file changed, 36 insertions(+)
64413
73423
 
64414
73424
commit 08a6d812312c6d164844bb77dad203d7781139e5
64415
 
Author: Ryan Lortie <desrt@desrt.ca>
64416
 
Date:   Tue Oct 4 20:31:33 2011 -0400
 
73425
Author:     Ryan Lortie <desrt@desrt.ca>
 
73426
AuthorDate: Tue Oct 4 20:31:33 2011 -0400
 
73427
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73428
CommitDate: Tue Oct 4 20:33:58 2011 -0400
64417
73429
 
64418
73430
    gthread.h: a bunch of pointless whitespace changes
64419
73431
 
64424
73436
 1 file changed, 107 insertions(+), 116 deletions(-)
64425
73437
 
64426
73438
commit 674543d091d0561f3b6a28b4326d21ac56f093c1
64427
 
Author: Ryan Lortie <desrt@desrt.ca>
64428
 
Date:   Tue Oct 4 20:23:20 2011 -0400
 
73439
Author:     Ryan Lortie <desrt@desrt.ca>
 
73440
AuthorDate: Tue Oct 4 20:23:20 2011 -0400
 
73441
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73442
CommitDate: Tue Oct 4 20:33:58 2011 -0400
64429
73443
 
64430
73444
    Move typedef GStaticPrivate to deprecated/
64431
73445
 
64436
73450
 2 files changed, 1 insertion(+), 1 deletion(-)
64437
73451
 
64438
73452
commit 69c0b4440eabd5898066b36caccac9a34d783a78
64439
 
Author: Ryan Lortie <desrt@desrt.ca>
64440
 
Date:   Tue Oct 4 19:09:43 2011 -0400
 
73453
Author:     Ryan Lortie <desrt@desrt.ca>
 
73454
AuthorDate: Tue Oct 4 19:09:43 2011 -0400
 
73455
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73456
CommitDate: Tue Oct 4 20:08:14 2011 -0400
64441
73457
 
64442
73458
    Deprecate g_{mutex,cond}_{new,free}()
64443
73459
 
64454
73470
 4 files changed, 88 insertions(+), 76 deletions(-)
64455
73471
 
64456
73472
commit 26a6b3c6ff4ee086f72612930d3134df90980211
64457
 
Author: Ryan Lortie <desrt@desrt.ca>
64458
 
Date:   Tue Oct 4 20:07:31 2011 -0400
 
73473
Author:     Ryan Lortie <desrt@desrt.ca>
 
73474
AuthorDate: Tue Oct 4 20:07:31 2011 -0400
 
73475
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73476
CommitDate: Tue Oct 4 20:08:14 2011 -0400
64459
73477
 
64460
73478
    gdbusprivate: fix a missed g_mutex_free()
64461
73479
 
64465
73483
 1 file changed, 1 insertion(+), 1 deletion(-)
64466
73484
 
64467
73485
commit 6f343ca548af912e7ea6b0a35f5e12c8cb820126
64468
 
Author: Ryan Lortie <desrt@desrt.ca>
64469
 
Date:   Tue Oct 4 19:04:41 2011 -0400
 
73486
Author:     Ryan Lortie <desrt@desrt.ca>
 
73487
AuthorDate: Tue Oct 4 19:04:41 2011 -0400
 
73488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73489
CommitDate: Tue Oct 4 19:35:27 2011 -0400
64470
73490
 
64471
73491
    Remove g_mutex_new()/g_cond_new() in testcases
64472
73492
 
64491
73511
 10 files changed, 97 insertions(+), 115 deletions(-)
64492
73512
 
64493
73513
commit 9793708931640df4d89f87d16678508d417fd1e6
64494
 
Author: Ryan Lortie <desrt@desrt.ca>
64495
 
Date:   Tue Oct 4 18:52:55 2011 -0400
 
73514
Author:     Ryan Lortie <desrt@desrt.ca>
 
73515
AuthorDate: Tue Oct 4 18:52:55 2011 -0400
 
73516
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73517
CommitDate: Tue Oct 4 18:52:55 2011 -0400
64496
73518
 
64497
73519
    drop errorcheck mutex test
64498
73520
 
64505
73527
 3 files changed, 133 deletions(-)
64506
73528
 
64507
73529
commit 4d5fe2704834e5038aa7a05a54445336cff831b6
64508
 
Author: Ryan Lortie <desrt@desrt.ca>
64509
 
Date:   Tue Oct 4 17:27:27 2011 -0400
 
73530
Author:     Ryan Lortie <desrt@desrt.ca>
 
73531
AuthorDate: Tue Oct 4 17:27:27 2011 -0400
 
73532
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73533
CommitDate: Tue Oct 4 17:32:53 2011 -0400
64510
73534
 
64511
73535
    GVariant: add a clarification to the docs
64512
73536
 
64519
73543
 1 file changed, 3 insertions(+)
64520
73544
 
64521
73545
commit 6b566e1d0b672e156c0cb80ceddc21b2f01deeaf
64522
 
Author: Ryan Lortie <desrt@desrt.ca>
64523
 
Date:   Tue Oct 4 17:17:01 2011 -0400
 
73546
Author:     Ryan Lortie <desrt@desrt.ca>
 
73547
AuthorDate: Tue Oct 4 17:17:01 2011 -0400
 
73548
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73549
CommitDate: Tue Oct 4 17:32:53 2011 -0400
64524
73550
 
64525
73551
    gtimer: remove warnings about threads
64526
73552
 
64534
73560
 1 file changed, 5 deletions(-)
64535
73561
 
64536
73562
commit e3be556728831b03b448819741f2c1c69f939294
64537
 
Author: Ryan Lortie <desrt@desrt.ca>
64538
 
Date:   Tue Oct 4 16:52:03 2011 -0400
 
73563
Author:     Ryan Lortie <desrt@desrt.ca>
 
73564
AuthorDate: Tue Oct 4 16:52:03 2011 -0400
 
73565
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73566
CommitDate: Tue Oct 4 17:32:53 2011 -0400
64539
73567
 
64540
73568
    end the glib-ctor experiment
64541
73569
 
64549
73577
 3 files changed, 28 deletions(-)
64550
73578
 
64551
73579
commit bb5d90a76806788c26a6a3ed2c8453b35cb8c86e
64552
 
Author: Ryan Lortie <desrt@desrt.ca>
64553
 
Date:   Tue Oct 4 16:36:53 2011 -0400
 
73580
Author:     Ryan Lortie <desrt@desrt.ca>
 
73581
AuthorDate: Tue Oct 4 16:36:53 2011 -0400
 
73582
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73583
CommitDate: Tue Oct 4 17:32:53 2011 -0400
64554
73584
 
64555
73585
    Test that g_slice_set_config() works
64556
73586
 
64565
73595
 3 files changed, 32 insertions(+)
64566
73596
 
64567
73597
commit 5bfb64d50704f334ae6692184e53de6dbb2e6be4
64568
 
Author: Ryan Lortie <desrt@desrt.ca>
64569
 
Date:   Tue Oct 4 16:38:28 2011 -0400
 
73598
Author:     Ryan Lortie <desrt@desrt.ca>
 
73599
AuthorDate: Tue Oct 4 16:38:28 2011 -0400
 
73600
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73601
CommitDate: Tue Oct 4 17:32:41 2011 -0400
64570
73602
 
64571
73603
    gslice: stop using ctors
64572
73604
 
64592
73624
 1 file changed, 21 insertions(+), 6 deletions(-)
64593
73625
 
64594
73626
commit f1512917e6e46e30000bcca2ebf06ef9d15b751d
64595
 
Author: Ryan Lortie <desrt@desrt.ca>
64596
 
Date:   Tue Oct 4 16:08:27 2011 -0400
 
73627
Author:     Ryan Lortie <desrt@desrt.ca>
 
73628
AuthorDate: Tue Oct 4 16:08:27 2011 -0400
 
73629
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73630
CommitDate: Tue Oct 4 16:08:27 2011 -0400
64597
73631
 
64598
73632
    win32: stop leaking GPrivate data
64599
73633
 
64613
73647
 3 files changed, 54 insertions(+), 46 deletions(-)
64614
73648
 
64615
73649
commit dd09a95543dd9e2156a635e81892d2c583177f08
64616
 
Author: Ryan Lortie <desrt@desrt.ca>
64617
 
Date:   Tue Oct 4 16:02:16 2011 -0400
 
73650
Author:     Ryan Lortie <desrt@desrt.ca>
 
73651
AuthorDate: Tue Oct 4 16:02:16 2011 -0400
 
73652
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73653
CommitDate: Tue Oct 4 16:02:16 2011 -0400
64618
73654
 
64619
73655
    Add GPrivate destroy notify testcase
64620
73656
 
64629
73665
 1 file changed, 52 insertions(+)
64630
73666
 
64631
73667
commit 2e5cb6f52242a235f09d0b72954ed06591c01c06
64632
 
Author: Ryan Lortie <desrt@desrt.ca>
64633
 
Date:   Tue Oct 4 15:44:48 2011 -0400
 
73668
Author:     Ryan Lortie <desrt@desrt.ca>
 
73669
AuthorDate: Tue Oct 4 15:44:48 2011 -0400
 
73670
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73671
CommitDate: Tue Oct 4 15:44:48 2011 -0400
64634
73672
 
64635
73673
    win32 fixes from g_thread_init() deprecation
64636
73674
 
64642
73680
 3 files changed, 2 insertions(+), 27 deletions(-)
64643
73681
 
64644
73682
commit 1bf01efb9f41a3b261e480f4cee0c3385ce3cfcb
64645
 
Author: Ryan Lortie <desrt@desrt.ca>
64646
 
Date:   Tue Oct 4 15:34:15 2011 -0400
 
73683
Author:     Ryan Lortie <desrt@desrt.ca>
 
73684
AuthorDate: Tue Oct 4 15:34:15 2011 -0400
 
73685
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73686
CommitDate: Tue Oct 4 15:34:15 2011 -0400
64647
73687
 
64648
73688
    gitignore
64649
73689
 
64651
73691
 1 file changed, 5 insertions(+), 2 deletions(-)
64652
73692
 
64653
73693
commit 47444dacc069be5984df4064ae382d45a9ae8c9e
64654
 
Author: Ryan Lortie <desrt@desrt.ca>
64655
 
Date:   Tue Oct 4 15:30:39 2011 -0400
 
73694
Author:     Ryan Lortie <desrt@desrt.ca>
 
73695
AuthorDate: Tue Oct 4 15:30:39 2011 -0400
 
73696
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73697
CommitDate: Tue Oct 4 15:31:49 2011 -0400
64656
73698
 
64657
73699
    Deprecate g_thread_init()
64658
73700
 
64684
73726
 19 files changed, 353 insertions(+), 351 deletions(-)
64685
73727
 
64686
73728
commit 310c3ed4cc733f47b88b44fb03757bd7213a4f9a
64687
 
Author: Ryan Lortie <desrt@desrt.ca>
64688
 
Date:   Wed Sep 21 21:20:07 2011 -0400
 
73729
Author:     Ryan Lortie <desrt@desrt.ca>
 
73730
AuthorDate: Wed Sep 21 21:20:07 2011 -0400
 
73731
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73732
CommitDate: Tue Oct 4 15:31:49 2011 -0400
64689
73733
 
64690
73734
    Clean up process of calling g_debug_init()
64691
73735
 
64714
73758
 2 files changed, 43 insertions(+), 56 deletions(-)
64715
73759
 
64716
73760
commit 1481b7bca3c24149a2970758bc8762e1318f361e
64717
 
Author: Dan Winship <danw@gnome.org>
64718
 
Date:   Tue Jun 21 18:21:27 2011 -0400
 
73761
Author:     Dan Winship <danw@gnome.org>
 
73762
AuthorDate: Tue Jun 21 18:21:27 2011 -0400
 
73763
Commit:     Dan Winship <danw@gnome.org>
 
73764
CommitDate: Tue Oct 4 13:20:34 2011 -0400
64719
73765
 
64720
73766
    Add _g_io_module_get_default(), use to simplify other *_get_default()s
64721
73767
 
64737
73783
 6 files changed, 161 insertions(+), 174 deletions(-)
64738
73784
 
64739
73785
commit 38d21f6d8a761cf211c0e0ca21c394b4824d13f2
64740
 
Author: Dan Winship <danw@gnome.org>
64741
 
Date:   Thu Sep 22 11:52:53 2011 -0400
 
73786
Author:     Dan Winship <danw@gnome.org>
 
73787
AuthorDate: Thu Sep 22 11:52:53 2011 -0400
 
73788
Commit:     Dan Winship <danw@gnome.org>
 
73789
CommitDate: Tue Oct 4 13:20:28 2011 -0400
64742
73790
 
64743
73791
    gsettingsbackend: remove useless check
64744
73792
 
64751
73799
 1 file changed, 4 deletions(-)
64752
73800
 
64753
73801
commit afa604f88179b4c95bdfe4e1819a93318f7b1d3f
64754
 
Author: Dan Winship <danw@gnome.org>
64755
 
Date:   Tue Oct 4 13:19:21 2011 -0400
 
73802
Author:     Dan Winship <danw@gnome.org>
 
73803
AuthorDate: Tue Oct 4 13:19:21 2011 -0400
 
73804
Commit:     Dan Winship <danw@gnome.org>
 
73805
CommitDate: Tue Oct 4 13:19:21 2011 -0400
64756
73806
 
64757
73807
    gio/tests/socket-client: fix a crash (and some indentation)
64758
73808
 
64760
73810
 1 file changed, 16 insertions(+), 7 deletions(-)
64761
73811
 
64762
73812
commit 53fb4e986777ccad3b382151a23765c162a645c4
64763
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64764
 
Date:   Tue Oct 4 23:52:38 2011 +0800
 
73813
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73814
AuthorDate: Tue Oct 4 23:52:38 2011 +0800
 
73815
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73816
CommitDate: Wed Oct 5 00:57:34 2011 +0800
64765
73817
 
64766
73818
    Bug 660851: Update GIO for changes in GThread API
64767
73819
 
64772
73824
 1 file changed, 5 insertions(+), 3 deletions(-)
64773
73825
 
64774
73826
commit 82fae72ae9d68bcce23c47c9f7046a50bb226105
64775
 
Author: Bastien Nocera <hadess@hadess.net>
64776
 
Date:   Mon Oct 3 15:27:15 2011 +0100
 
73827
Author:     Bastien Nocera <hadess@hadess.net>
 
73828
AuthorDate: Mon Oct 3 15:27:15 2011 +0100
 
73829
Commit:     Bastien Nocera <hadess@hadess.net>
 
73830
CommitDate: Tue Oct 4 17:10:39 2011 +0100
64777
73831
 
64778
73832
    [gio] Improve doc for g_file_make_directory_with_parents()
64779
73833
 
64787
73841
 1 file changed, 3 insertions(+), 1 deletion(-)
64788
73842
 
64789
73843
commit 449a1e8bfd0ea7e8db1e3a436cf182b5cc71aa75
64790
 
Author: Ryan Lortie <desrt@desrt.ca>
64791
 
Date:   Tue Oct 4 11:07:15 2011 -0400
 
73844
Author:     Ryan Lortie <desrt@desrt.ca>
 
73845
AuthorDate: Tue Oct 4 11:07:15 2011 -0400
 
73846
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73847
CommitDate: Tue Oct 4 11:57:35 2011 -0400
64792
73848
 
64793
73849
    Fix an invalid non-looping use of GCond
64794
73850
 
64804
73860
 1 file changed, 4 insertions(+), 1 deletion(-)
64805
73861
 
64806
73862
commit c474cd71ba3fe205865966c4a1467916597d43c4
64807
 
Author: Ryan Lortie <desrt@desrt.ca>
64808
 
Date:   Mon Oct 3 23:44:37 2011 -0400
 
73863
Author:     Ryan Lortie <desrt@desrt.ca>
 
73864
AuthorDate: Mon Oct 3 23:44:37 2011 -0400
 
73865
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73866
CommitDate: Tue Oct 4 11:57:34 2011 -0400
64809
73867
 
64810
73868
    GIO: switch a couple more GMutex users to _init()
64811
73869
 
64819
73877
 2 files changed, 37 insertions(+), 42 deletions(-)
64820
73878
 
64821
73879
commit e517fb6cb030c678918932aad5c0e63b4e0b1beb
64822
 
Author: Ryan Lortie <desrt@desrt.ca>
64823
 
Date:   Tue Oct 4 11:52:47 2011 -0400
 
73880
Author:     Ryan Lortie <desrt@desrt.ca>
 
73881
AuthorDate: Tue Oct 4 11:52:47 2011 -0400
 
73882
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73883
CommitDate: Tue Oct 4 11:52:47 2011 -0400
64824
73884
 
64825
73885
    Make G_ASSERT_STATIC work with clang
64826
73886
 
64832
73892
 1 file changed, 1 insertion(+), 1 deletion(-)
64833
73893
 
64834
73894
commit 7d4dea748d74a648989fe5d62361c1b151725f61
64835
 
Author: Ryan Lortie <desrt@desrt.ca>
64836
 
Date:   Tue Oct 4 00:09:53 2011 -0400
 
73895
Author:     Ryan Lortie <desrt@desrt.ca>
 
73896
AuthorDate: Tue Oct 4 00:09:53 2011 -0400
 
73897
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73898
CommitDate: Tue Oct 4 11:13:47 2011 -0400
64837
73899
 
64838
73900
    GDBus codegen: generate code with embedded GMutex
64839
73901
 
64847
73909
 1 file changed, 15 insertions(+), 15 deletions(-)
64848
73910
 
64849
73911
commit 8bcdabf25a16bfcbc14696849ecf34689022469b
64850
 
Author: Ryan Lortie <desrt@desrt.ca>
64851
 
Date:   Tue Oct 4 00:02:36 2011 -0400
 
73912
Author:     Ryan Lortie <desrt@desrt.ca>
 
73913
AuthorDate: Tue Oct 4 00:02:36 2011 -0400
 
73914
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73915
CommitDate: Tue Oct 4 11:13:46 2011 -0400
64852
73916
 
64853
73917
    GThreadedResolver: port to embedded GMutex/GCond
64854
73918
 
64861
73925
 1 file changed, 20 insertions(+), 21 deletions(-)
64862
73926
 
64863
73927
commit 518feb45eb1522f3e80125372d78b225b4e2e6e1
64864
 
Author: Ryan Lortie <desrt@desrt.ca>
64865
 
Date:   Mon Oct 3 23:52:13 2011 -0400
 
73928
Author:     Ryan Lortie <desrt@desrt.ca>
 
73929
AuthorDate: Mon Oct 3 23:52:13 2011 -0400
 
73930
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73931
CommitDate: Tue Oct 4 11:13:46 2011 -0400
64866
73932
 
64867
73933
    GMain, ThreadPool: embed GCond in struct
64868
73934
 
64876
73942
 2 files changed, 13 insertions(+), 25 deletions(-)
64877
73943
 
64878
73944
commit 19cd57d4f3d1da19b3792f6294d354c2b3c70b85
64879
 
Author: Ryan Lortie <desrt@desrt.ca>
64880
 
Date:   Mon Oct 3 23:33:57 2011 -0400
 
73945
Author:     Ryan Lortie <desrt@desrt.ca>
 
73946
AuthorDate: Mon Oct 3 23:33:57 2011 -0400
 
73947
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73948
CommitDate: Tue Oct 4 11:13:46 2011 -0400
64881
73949
 
64882
73950
    GCancellable: use GCond and GMutex directly
64883
73951
 
64891
73959
 1 file changed, 27 insertions(+), 24 deletions(-)
64892
73960
 
64893
73961
commit 5f48e2cde5cb2871abb4e07b16140f52244d36ff
64894
 
Author: Ryan Lortie <desrt@desrt.ca>
64895
 
Date:   Mon Oct 3 23:26:55 2011 -0400
 
73962
Author:     Ryan Lortie <desrt@desrt.ca>
 
73963
AuthorDate: Mon Oct 3 23:26:55 2011 -0400
 
73964
Commit:     Ryan Lortie <desrt@desrt.ca>
 
73965
CommitDate: Tue Oct 4 11:13:46 2011 -0400
64896
73966
 
64897
73967
    GDBus: switch to struct-embedded GMutex and GCond
64898
73968
 
64911
73981
 7 files changed, 175 insertions(+), 175 deletions(-)
64912
73982
 
64913
73983
commit e03db42792220e75fe7587f6c37493fd071e2b65
64914
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
64915
 
Date:   Tue Oct 4 13:56:30 2011 +0800
 
73984
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73985
AuthorDate: Tue Oct 4 13:56:30 2011 +0800
 
73986
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
73987
CommitDate: Tue Oct 4 23:08:12 2011 +0800
64916
73988
 
64917
73989
    gstringchunk.c: Include gutils.h
64918
73990
 
64924
73996
 1 file changed, 2 insertions(+)
64925
73997
 
64926
73998
commit 13bd399d0a369cd62590777f8da6f3c3e7e21172
64927
 
Author: Ryan Lortie <desrt@desrt.ca>
64928
 
Date:   Tue Oct 4 10:59:29 2011 -0400
 
73999
Author:     Ryan Lortie <desrt@desrt.ca>
 
74000
AuthorDate: Tue Oct 4 10:59:29 2011 -0400
 
74001
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74002
CommitDate: Tue Oct 4 11:00:31 2011 -0400
64929
74003
 
64930
74004
    Add README notes about recent changes
64931
74005
 
64933
74007
 1 file changed, 12 insertions(+)
64934
74008
 
64935
74009
commit 794c1a30bc27b4c8d77537813acb1213d5ac80f2
64936
 
Author: Ryan Lortie <desrt@desrt.ca>
64937
 
Date:   Mon Oct 3 14:40:00 2011 -0400
 
74010
Author:     Ryan Lortie <desrt@desrt.ca>
 
74011
AuthorDate: Mon Oct 3 14:40:00 2011 -0400
 
74012
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74013
CommitDate: Tue Oct 4 11:00:31 2011 -0400
64938
74014
 
64939
74015
    macro wrappers for g_once_init_enter/leave
64940
74016
 
64961
74037
 5 files changed, 55 insertions(+), 21 deletions(-)
64962
74038
 
64963
74039
commit 8f58c2c0c43fadc19463aec214b27bc41c6a1651
64964
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
64965
 
Date:   Tue Oct 4 07:52:10 2011 +0200
 
74040
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
74041
AuthorDate: Tue Oct 4 07:52:10 2011 +0200
 
74042
Commit:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
74043
CommitDate: Tue Oct 4 16:30:18 2011 +0200
64966
74044
 
64967
74045
    Fix DATADIRNAME on OpenBSD.
64968
74046
 
64975
74053
 1 file changed, 4 insertions(+)
64976
74054
 
64977
74055
commit 037c91f845246b692acf5ff99c233b46514504ac
64978
 
Author: Ryan Lortie <desrt@desrt.ca>
64979
 
Date:   Sun Oct 2 12:08:56 2011 -0400
 
74056
Author:     Ryan Lortie <desrt@desrt.ca>
 
74057
AuthorDate: Sun Oct 2 12:08:56 2011 -0400
 
74058
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74059
CommitDate: Tue Oct 4 09:45:36 2011 -0400
64980
74060
 
64981
74061
    rec-mutex testcase: add a performance test
64982
74062
 
64989
74069
 1 file changed, 88 insertions(+)
64990
74070
 
64991
74071
commit 7973d9f8bac34fa090e330dec136b251f305d06c
64992
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
64993
 
Date:   Mon Oct 3 14:27:15 2011 +0100
 
74072
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74073
AuthorDate: Mon Oct 3 14:27:15 2011 +0100
 
74074
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74075
CommitDate: Tue Oct 4 12:39:24 2011 +0100
64994
74076
 
64995
74077
    In the GVariant intro, mention lack of built-in endianness, and
64996
74078
    rationale
65008
74090
 1 file changed, 8 insertions(+)
65009
74091
 
65010
74092
commit ebb544f549c77d0e98431ee38c55824ff4de81ab
65011
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65012
 
Date:   Mon Oct 3 14:20:51 2011 +0100
 
74093
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74094
AuthorDate: Mon Oct 3 14:20:51 2011 +0100
 
74095
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74096
CommitDate: Tue Oct 4 12:39:22 2011 +0100
65013
74097
 
65014
74098
    g_variant_get_data: mention what you need to know to deserialise
65015
74099
 
65024
74108
 1 file changed, 14 insertions(+)
65025
74109
 
65026
74110
commit 3869e40ac339a9395e47a9aa81b017dbaf8ad925
65027
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65028
 
Date:   Mon Oct 3 14:19:58 2011 +0100
 
74111
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74112
AuthorDate: Mon Oct 3 14:19:58 2011 +0100
 
74113
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74114
CommitDate: Tue Oct 4 12:39:15 2011 +0100
65029
74115
 
65030
74116
    g_variant_new_from_data: mention that the caller might need to
65031
74117
    byteswap
65038
74124
 1 file changed, 4 insertions(+)
65039
74125
 
65040
74126
commit 3d7264ce703f7dd55b6deac91562d64db69059ef
65041
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65042
 
Date:   Tue Oct 4 12:39:08 2011 +0100
 
74127
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74128
AuthorDate: Tue Oct 4 12:39:08 2011 +0100
 
74129
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74130
CommitDate: Tue Oct 4 12:39:08 2011 +0100
65043
74131
 
65044
74132
    Fix a typo in describing GVariant serialisation functions
65045
74133
 
65051
74139
 1 file changed, 2 insertions(+), 2 deletions(-)
65052
74140
 
65053
74141
commit 83afcc0a29202f7171e185c93ab0183dbf80cb39
65054
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65055
 
Date:   Tue Oct 4 10:46:13 2011 +0100
 
74142
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74143
AuthorDate: Tue Oct 4 10:46:13 2011 +0100
 
74144
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74145
CommitDate: Tue Oct 4 12:38:32 2011 +0100
65056
74146
 
65057
74147
    Escape percent sign in g_variant_new_parsed documentation
65058
74148
 
65066
74156
 1 file changed, 1 insertion(+), 1 deletion(-)
65067
74157
 
65068
74158
commit d34c9bc6f335b22260df25d849cb3f26d3998349
65069
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65070
 
Date:   Wed Oct 13 12:22:41 2010 +0100
 
74159
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74160
AuthorDate: Wed Oct 13 12:22:41 2010 +0100
 
74161
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74162
CommitDate: Tue Oct 4 12:38:30 2011 +0100
65071
74163
 
65072
74164
    g_variant_get_fixed_array: document which types are appropriate
65073
74165
 
65079
74171
 1 file changed, 28 insertions(+), 5 deletions(-)
65080
74172
 
65081
74173
commit 9e827ab6152cf1c83c27bbffa2686390c78fe46e
65082
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65083
 
Date:   Wed Oct 13 12:21:22 2010 +0100
 
74174
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74175
AuthorDate: Wed Oct 13 12:21:22 2010 +0100
 
74176
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74177
CommitDate: Tue Oct 4 12:38:20 2011 +0100
65084
74178
 
65085
74179
    GVariant docs: be clear that the serialisation format isn't the same
65086
74180
    as D-Bus
65093
74187
 1 file changed, 3 insertions(+), 1 deletion(-)
65094
74188
 
65095
74189
commit f778564ba2c389856904de3cc80126d7cfb988c2
65096
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65097
 
Date:   Tue Oct 4 09:48:35 2011 +0100
 
74190
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74191
AuthorDate: Tue Oct 4 09:48:35 2011 +0100
 
74192
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74193
CommitDate: Tue Oct 4 09:48:35 2011 +0100
65098
74194
 
65099
74195
    Be clear that g_str_hash etc. don't accept NULL
65100
74196
 
65111
74207
 1 file changed, 15 insertions(+), 8 deletions(-)
65112
74208
 
65113
74209
commit 34a122454966546fed0ccbb73338b28021e76481
65114
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65115
 
Date:   Tue Oct 4 09:44:27 2011 +0100
 
74210
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74211
AuthorDate: Tue Oct 4 09:44:27 2011 +0100
 
74212
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74213
CommitDate: Tue Oct 4 09:44:27 2011 +0100
65116
74214
 
65117
74215
    Be completely clear about what g_direct_hash, g_direct_equal do
65118
74216
 
65127
74225
 1 file changed, 14 insertions(+), 6 deletions(-)
65128
74226
 
65129
74227
commit 06c96ab1e59dead8a920433498624b946abdb9ab
65130
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65131
 
Date:   Tue Oct 4 09:42:28 2011 +0100
 
74228
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74229
AuthorDate: Tue Oct 4 09:42:28 2011 +0100
 
74230
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74231
CommitDate: Tue Oct 4 09:42:28 2011 +0100
65132
74232
 
65133
74233
    GHashTable: be more clear what g_int_hash wants
65134
74234
 
65145
74245
 1 file changed, 12 insertions(+), 1 deletion(-)
65146
74246
 
65147
74247
commit 5bed8317ea0dc615b02f34bde9b5dfa7374c5600
65148
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
65149
 
Date:   Mon Oct 3 18:48:15 2011 +0100
 
74248
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74249
AuthorDate: Mon Oct 3 18:48:15 2011 +0100
 
74250
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
74251
CommitDate: Tue Oct 4 09:35:54 2011 +0100
65150
74252
 
65151
74253
    Warn when classes/instances exceed the allowed size, if possible
65152
74254
 
65165
74267
 1 file changed, 6 insertions(+)
65166
74268
 
65167
74269
commit 29a71915d87aa3053ed60efbe30bd7cc63ae2114
65168
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
65169
 
Date:   Tue Oct 4 14:06:10 2011 +0800
 
74270
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
74271
AuthorDate: Tue Oct 4 14:06:10 2011 +0800
 
74272
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
74273
CommitDate: Tue Oct 4 14:06:10 2011 +0800
65170
74274
 
65171
74275
    Update glibconfig.h.win32(.in)
65172
74276
 
65177
74281
 1 file changed, 1 insertion(+), 1 deletion(-)
65178
74282
 
65179
74283
commit ca6a9850395ede6f8de8a1a34096eb32de3ba94d
65180
 
Author: Matthias Clasen <mclasen@redhat.com>
65181
 
Date:   Tue Oct 4 00:46:10 2011 -0400
 
74284
Author:     Matthias Clasen <mclasen@redhat.com>
 
74285
AuthorDate: Tue Oct 4 00:46:10 2011 -0400
 
74286
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74287
CommitDate: Tue Oct 4 00:46:10 2011 -0400
65182
74288
 
65183
74289
    Improve test coverage in the thread tests
65184
74290
 
65188
74294
 1 file changed, 6 insertions(+), 4 deletions(-)
65189
74295
 
65190
74296
commit e6fa27a5f80f05a6661b803620639e6f0ae96852
65191
 
Author: Matthias Clasen <mclasen@redhat.com>
65192
 
Date:   Tue Oct 4 00:45:42 2011 -0400
 
74297
Author:     Matthias Clasen <mclasen@redhat.com>
 
74298
AuthorDate: Tue Oct 4 00:45:42 2011 -0400
 
74299
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74300
CommitDate: Tue Oct 4 00:45:42 2011 -0400
65193
74301
 
65194
74302
    Improve test coverage in the GString tests
65195
74303
 
65198
74306
 1 file changed, 50 insertions(+), 1 deletion(-)
65199
74307
 
65200
74308
commit fc3248065813557c37e1f5ec3442b652d4b0d404
65201
 
Author: Matthias Clasen <mclasen@redhat.com>
65202
 
Date:   Tue Oct 4 00:44:58 2011 -0400
 
74309
Author:     Matthias Clasen <mclasen@redhat.com>
 
74310
AuthorDate: Tue Oct 4 00:44:58 2011 -0400
 
74311
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74312
CommitDate: Tue Oct 4 00:44:58 2011 -0400
65203
74313
 
65204
74314
    Improve testcoverage in the rec-mutex test
65205
74315
 
65209
74319
 1 file changed, 3 insertions(+), 3 deletions(-)
65210
74320
 
65211
74321
commit 823e32655e2fc4810dee34ba1bdd5553bb383a42
65212
 
Author: Matthias Clasen <mclasen@redhat.com>
65213
 
Date:   Mon Oct 3 23:55:02 2011 -0400
 
74322
Author:     Matthias Clasen <mclasen@redhat.com>
 
74323
AuthorDate: Mon Oct 3 23:55:02 2011 -0400
 
74324
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74325
CommitDate: Mon Oct 3 23:55:02 2011 -0400
65214
74326
 
65215
74327
    Add a few more tests
65216
74328
 
65223
74335
 2 files changed, 119 insertions(+), 3 deletions(-)
65224
74336
 
65225
74337
commit 1fe4429318b147f275e730ef5a69cb94a0a25062
65226
 
Author: Matthias Clasen <mclasen@redhat.com>
65227
 
Date:   Mon Oct 3 23:54:08 2011 -0400
 
74338
Author:     Matthias Clasen <mclasen@redhat.com>
 
74339
AuthorDate: Mon Oct 3 23:54:08 2011 -0400
 
74340
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74341
CommitDate: Mon Oct 3 23:54:08 2011 -0400
65228
74342
 
65229
74343
    Remove bits of dead code identified by coverage tests
65230
74344
 
65236
74350
 2 files changed, 8 insertions(+), 20 deletions(-)
65237
74351
 
65238
74352
commit b74f46db6b585abe7fb665651e51888aea88b356
65239
 
Author: Matthias Clasen <mclasen@redhat.com>
65240
 
Date:   Mon Oct 3 22:22:55 2011 -0400
 
74353
Author:     Matthias Clasen <mclasen@redhat.com>
 
74354
AuthorDate: Mon Oct 3 22:22:55 2011 -0400
 
74355
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74356
CommitDate: Mon Oct 3 22:25:47 2011 -0400
65241
74357
 
65242
74358
    Add some more thread tests
65243
74359
 
65247
74363
 2 files changed, 122 insertions(+)
65248
74364
 
65249
74365
commit 070aefcf59b0238f4cf644cb9ec75cc0b2d4ffaf
65250
 
Author: Ryan Lortie <desrt@desrt.ca>
65251
 
Date:   Mon Oct 3 22:18:01 2011 -0400
 
74366
Author:     Ryan Lortie <desrt@desrt.ca>
 
74367
AuthorDate: Mon Oct 3 22:18:01 2011 -0400
 
74368
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74369
CommitDate: Mon Oct 3 22:18:01 2011 -0400
65252
74370
 
65253
74371
    GAsyncQueue: properly set free function
65254
74372
 
65265
74383
 1 file changed, 1 insertion(+), 1 deletion(-)
65266
74384
 
65267
74385
commit 3f982cb9ab1dc9a435c5bba2f0438f165eba25dc
65268
 
Author: David Zeuthen <davidz@redhat.com>
65269
 
Date:   Thu Sep 29 23:46:28 2011 -0400
 
74386
Author:     David Zeuthen <davidz@redhat.com>
 
74387
AuthorDate: Thu Sep 29 23:46:28 2011 -0400
 
74388
Commit:     David Zeuthen <davidz@redhat.com>
 
74389
CommitDate: Mon Oct 3 14:06:47 2011 -0400
65270
74390
 
65271
74391
    GUnixMountPoint: expose options
65272
74392
 
65288
74408
 4 files changed, 31 insertions(+)
65289
74409
 
65290
74410
commit 3106391694408877ebf6e8451146c5ac5d7bb017
65291
 
Author: Ryan Lortie <desrt@desrt.ca>
65292
 
Date:   Mon Oct 3 10:19:14 2011 -0400
 
74411
Author:     Ryan Lortie <desrt@desrt.ca>
 
74412
AuthorDate: Mon Oct 3 10:19:14 2011 -0400
 
74413
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74414
CommitDate: Mon Oct 3 10:19:38 2011 -0400
65293
74415
 
65294
74416
    Revert "GSettings: don't abort on missing schemas"
65295
74417
 
65316
74438
 3 files changed, 17 insertions(+), 91 deletions(-)
65317
74439
 
65318
74440
commit 9d989c7b8aebda0e56aaadb843def0f48f909156
65319
 
Author: Matthias Clasen <mclasen@redhat.com>
65320
 
Date:   Sun Oct 2 23:53:56 2011 -0400
 
74441
Author:     Matthias Clasen <mclasen@redhat.com>
 
74442
AuthorDate: Sun Oct 2 23:53:56 2011 -0400
 
74443
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74444
CommitDate: Sun Oct 2 23:53:56 2011 -0400
65321
74445
 
65322
74446
    Cosmetics
65323
74447
 
65325
74449
 1 file changed, 5 insertions(+), 4 deletions(-)
65326
74450
 
65327
74451
commit fa6710ab6f365b512281049276413747b311821d
65328
 
Author: Matthias Clasen <mclasen@redhat.com>
65329
 
Date:   Sun Oct 2 23:43:17 2011 -0400
 
74452
Author:     Matthias Clasen <mclasen@redhat.com>
 
74453
AuthorDate: Sun Oct 2 23:43:17 2011 -0400
 
74454
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74455
CommitDate: Sun Oct 2 23:43:45 2011 -0400
65330
74456
 
65331
74457
    Documentation fixes
65332
74458
 
65338
74464
 4 files changed, 135 insertions(+), 123 deletions(-)
65339
74465
 
65340
74466
commit 65b84bb7d0e429a30f344ebc149dc3d8d79bddda
65341
 
Author: Matthias Clasen <mclasen@redhat.com>
65342
 
Date:   Sun Oct 2 22:38:49 2011 -0400
 
74467
Author:     Matthias Clasen <mclasen@redhat.com>
 
74468
AuthorDate: Sun Oct 2 22:38:49 2011 -0400
 
74469
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74470
CommitDate: Sun Oct 2 23:43:45 2011 -0400
65343
74471
 
65344
74472
    Fix doc build
65345
74473
 
65351
74479
 1 file changed, 6 insertions(+), 8 deletions(-)
65352
74480
 
65353
74481
commit 65056180dd2fee9187426354e8ef5161bf980578
65354
 
Author: Ryan Lortie <desrt@desrt.ca>
65355
 
Date:   Sun Oct 2 23:37:20 2011 -0400
 
74482
Author:     Ryan Lortie <desrt@desrt.ca>
 
74483
AuthorDate: Sun Oct 2 23:37:20 2011 -0400
 
74484
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74485
CommitDate: Sun Oct 2 23:37:20 2011 -0400
65356
74486
 
65357
74487
    locks: Add initialisation notes
65358
74488
 
65362
74492
 1 file changed, 16 insertions(+)
65363
74493
 
65364
74494
commit c5634df6d3ffe2da013a246880b183140b8f1260
65365
 
Author: Ryan Lortie <desrt@desrt.ca>
65366
 
Date:   Sun Oct 2 20:59:15 2011 -0400
 
74495
Author:     Ryan Lortie <desrt@desrt.ca>
 
74496
AuthorDate: Sun Oct 2 20:59:15 2011 -0400
 
74497
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74498
CommitDate: Sun Oct 2 22:33:11 2011 -0400
65367
74499
 
65368
74500
    locks: change the ABI just a bit
65369
74501
 
65381
74513
 4 files changed, 43 insertions(+), 36 deletions(-)
65382
74514
 
65383
74515
commit 2a677d1370a1983c2c5e1a4a6dd5f0d9fa9868b3
65384
 
Author: Ryan Lortie <desrt@desrt.ca>
65385
 
Date:   Sun Oct 2 20:51:38 2011 -0400
 
74516
Author:     Ryan Lortie <desrt@desrt.ca>
 
74517
AuthorDate: Sun Oct 2 20:51:38 2011 -0400
 
74518
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74519
CommitDate: Sun Oct 2 22:33:10 2011 -0400
65386
74520
 
65387
74521
    locks: drop _INIT macros
65388
74522
 
65419
74553
 22 files changed, 44 insertions(+), 128 deletions(-)
65420
74554
 
65421
74555
commit 3315aee70915deb12374ab1d6134e4414114bec3
65422
 
Author: Ryan Lortie <desrt@desrt.ca>
65423
 
Date:   Sun Oct 2 21:03:49 2011 -0400
 
74556
Author:     Ryan Lortie <desrt@desrt.ca>
 
74557
AuthorDate: Sun Oct 2 21:03:49 2011 -0400
 
74558
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74559
CommitDate: Sun Oct 2 22:33:10 2011 -0400
65424
74560
 
65425
74561
    Re-enable 'include' testcase
65426
74562
 
65432
74568
 1 file changed, 2 insertions(+), 2 deletions(-)
65433
74569
 
65434
74570
commit e081eadda598bc708fbf9dd53a190fc3b0e7fa76
65435
 
Author: Ryan Lortie <desrt@desrt.ca>
65436
 
Date:   Sun Oct 2 20:43:28 2011 -0400
 
74571
Author:     Ryan Lortie <desrt@desrt.ca>
 
74572
AuthorDate: Sun Oct 2 20:43:28 2011 -0400
 
74573
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74574
CommitDate: Sun Oct 2 22:33:10 2011 -0400
65437
74575
 
65438
74576
    GThread posix: switch to Windows ABI
65439
74577
 
65457
74595
 2 files changed, 152 insertions(+), 75 deletions(-)
65458
74596
 
65459
74597
commit 151756631dcac8e74df37c02bf0cf13d9df2e18b
65460
 
Author: Matthias Clasen <mclasen@redhat.com>
65461
 
Date:   Sun Oct 2 22:31:45 2011 -0400
 
74598
Author:     Matthias Clasen <mclasen@redhat.com>
 
74599
AuthorDate: Sun Oct 2 22:31:45 2011 -0400
 
74600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74601
CommitDate: Sun Oct 2 22:31:45 2011 -0400
65462
74602
 
65463
74603
    Don't use g_thread_foreach in tests
65464
74604
 
65466
74606
 1 file changed, 3 insertions(+), 27 deletions(-)
65467
74607
 
65468
74608
commit 3d4846d92309d001697c2827660fa41b5c63dbc4
65469
 
Author: Matthias Clasen <mclasen@redhat.com>
65470
 
Date:   Sun Oct 2 01:29:08 2011 -0400
 
74609
Author:     Matthias Clasen <mclasen@redhat.com>
 
74610
AuthorDate: Sun Oct 2 01:29:08 2011 -0400
 
74611
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74612
CommitDate: Sun Oct 2 22:11:59 2011 -0400
65471
74613
 
65472
74614
    Deprecate GStaticPrivate and g_thread_foreach
65473
74615
 
65494
74636
 5 files changed, 371 insertions(+), 355 deletions(-)
65495
74637
 
65496
74638
commit 12287c8cc70fc65bc7bbeb4f7079b262337fce09
65497
 
Author: Matthias Clasen <mclasen@redhat.com>
65498
 
Date:   Sun Oct 2 09:51:13 2011 -0400
 
74639
Author:     Matthias Clasen <mclasen@redhat.com>
 
74640
AuthorDate: Sun Oct 2 09:51:13 2011 -0400
 
74641
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74642
CommitDate: Sun Oct 2 22:11:58 2011 -0400
65499
74643
 
65500
74644
    Don't put threads created with g_thread_new() on the list
65501
74645
 
65511
74655
 3 files changed, 56 insertions(+), 32 deletions(-)
65512
74656
 
65513
74657
commit 1909d2398ad299b86fb708104d82ce5ab7415d36
65514
 
Author: Matthias Clasen <mclasen@redhat.com>
65515
 
Date:   Sun Oct 2 09:27:08 2011 -0400
 
74658
Author:     Matthias Clasen <mclasen@redhat.com>
 
74659
AuthorDate: Sun Oct 2 09:27:08 2011 -0400
 
74660
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74661
CommitDate: Sun Oct 2 22:11:58 2011 -0400
65516
74662
 
65517
74663
    Make thread names useful in a debugger
65518
74664
 
65530
74676
 5 files changed, 22 insertions(+), 1 deletion(-)
65531
74677
 
65532
74678
commit 0d1a92ca3d234a4291ef3ecbf7df2d57442a63e5
65533
 
Author: Matthias Clasen <mclasen@redhat.com>
65534
 
Date:   Sun Oct 2 10:01:57 2011 -0400
 
74679
Author:     Matthias Clasen <mclasen@redhat.com>
 
74680
AuthorDate: Sun Oct 2 10:01:57 2011 -0400
 
74681
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74682
CommitDate: Sun Oct 2 22:11:58 2011 -0400
65535
74683
 
65536
74684
    Add new thread creation API
65537
74685
 
65555
74703
 8 files changed, 91 insertions(+), 36 deletions(-)
65556
74704
 
65557
74705
commit bc67c23bf939d3ad719e860362bdda0737c512a1
65558
 
Author: Matthias Clasen <mclasen@redhat.com>
65559
 
Date:   Sun Oct 2 21:57:06 2011 -0400
 
74706
Author:     Matthias Clasen <mclasen@redhat.com>
 
74707
AuthorDate: Sun Oct 2 21:57:06 2011 -0400
 
74708
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74709
CommitDate: Sun Oct 2 22:11:34 2011 -0400
65560
74710
 
65561
74711
    Define GLIB_COMPILATION when building libgthread.so
65562
74712
 
65567
74717
 1 file changed, 1 insertion(+)
65568
74718
 
65569
74719
commit 34ce4dd0324acd02ceb51d43fdaed5640041d8c1
65570
 
Author: Matthias Clasen <mclasen@redhat.com>
65571
 
Date:   Sun Oct 2 21:57:40 2011 -0400
 
74720
Author:     Matthias Clasen <mclasen@redhat.com>
 
74721
AuthorDate: Sun Oct 2 21:57:40 2011 -0400
 
74722
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74723
CommitDate: Sun Oct 2 22:11:33 2011 -0400
65572
74724
 
65573
74725
    Replace static privates by privates
65574
74726
 
65581
74733
 3 files changed, 14 insertions(+), 14 deletions(-)
65582
74734
 
65583
74735
commit 6f711518230cbb2e09c56a7853e191eb6269faef
65584
 
Author: Ryan Lortie <desrt@desrt.ca>
65585
 
Date:   Sun Oct 2 21:13:14 2011 -0400
 
74736
Author:     Ryan Lortie <desrt@desrt.ca>
 
74737
AuthorDate: Sun Oct 2 21:13:14 2011 -0400
 
74738
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74739
CommitDate: Sun Oct 2 21:31:45 2011 -0400
65586
74740
 
65587
74741
    win32: fix GPrivate fallout
65588
74742
 
65592
74746
 1 file changed, 1 insertion(+), 1 deletion(-)
65593
74747
 
65594
74748
commit cdd43d43c9be3914bfeca4b1548885b9b44dcabb
65595
 
Author: Ryan Lortie <desrt@desrt.ca>
65596
 
Date:   Sun Oct 2 20:24:18 2011 -0400
 
74749
Author:     Ryan Lortie <desrt@desrt.ca>
 
74750
AuthorDate: Sun Oct 2 20:24:18 2011 -0400
 
74751
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74752
CommitDate: Sun Oct 2 20:24:18 2011 -0400
65597
74753
 
65598
74754
    locks: rename a bunch of parameters
65599
74755
 
65603
74759
 2 files changed, 50 insertions(+), 50 deletions(-)
65604
74760
 
65605
74761
commit 8e43470c3827f5980f39bf9da0bc510858daf2be
65606
 
Author: Ryan Lortie <desrt@desrt.ca>
65607
 
Date:   Fri Sep 30 14:22:04 2011 -0400
 
74762
Author:     Ryan Lortie <desrt@desrt.ca>
 
74763
AuthorDate: Fri Sep 30 14:22:04 2011 -0400
 
74764
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74765
CommitDate: Sun Oct 2 20:04:03 2011 -0400
65608
74766
 
65609
74767
    Stop dithering over GPrivate
65610
74768
 
65636
74794
 12 files changed, 273 insertions(+), 201 deletions(-)
65637
74795
 
65638
74796
commit 7a75f56aa16ac13607a13f4e455a4fa4248ff750
65639
 
Author: Matthias Clasen <mclasen@redhat.com>
65640
 
Date:   Sun Oct 2 19:10:16 2011 -0400
 
74797
Author:     Matthias Clasen <mclasen@redhat.com>
 
74798
AuthorDate: Sun Oct 2 19:10:16 2011 -0400
 
74799
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74800
CommitDate: Sun Oct 2 19:10:16 2011 -0400
65641
74801
 
65642
74802
    Add a few comments
65643
74803
 
65645
74805
 1 file changed, 12 insertions(+), 2 deletions(-)
65646
74806
 
65647
74807
commit 7df7c535574fc634461ed17750fdf5bb1e777d2f
65648
 
Author: Matthias Clasen <mclasen@redhat.com>
65649
 
Date:   Sun Oct 2 19:09:24 2011 -0400
 
74808
Author:     Matthias Clasen <mclasen@redhat.com>
 
74809
AuthorDate: Sun Oct 2 19:09:24 2011 -0400
 
74810
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74811
CommitDate: Sun Oct 2 19:09:24 2011 -0400
65650
74812
 
65651
74813
    Add another GCond test
65652
74814
 
65657
74819
 1 file changed, 95 insertions(+)
65658
74820
 
65659
74821
commit 1a5cc98ca2f1474c300a13247533bf0b0b05f1df
65660
 
Author: Matthias Clasen <mclasen@redhat.com>
65661
 
Date:   Sun Oct 2 01:21:46 2011 -0400
 
74822
Author:     Matthias Clasen <mclasen@redhat.com>
 
74823
AuthorDate: Sun Oct 2 01:21:46 2011 -0400
 
74824
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74825
CommitDate: Sun Oct 2 18:32:41 2011 -0400
65662
74826
 
65663
74827
    Rework the way GStaticPrivate data is freed
65664
74828
 
65682
74846
 1 file changed, 50 insertions(+), 119 deletions(-)
65683
74847
 
65684
74848
commit 6a31cc66cde646aee5efdd2ba8cc8a203e29f1ed
65685
 
Author: Matthias Clasen <mclasen@redhat.com>
65686
 
Date:   Sun Oct 2 09:59:26 2011 -0400
 
74849
Author:     Matthias Clasen <mclasen@redhat.com>
 
74850
AuthorDate: Sun Oct 2 09:59:26 2011 -0400
 
74851
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74852
CommitDate: Sun Oct 2 17:11:42 2011 -0400
65687
74853
 
65688
74854
    Whitespace fixes
65689
74855
 
65691
74857
 1 file changed, 25 insertions(+), 25 deletions(-)
65692
74858
 
65693
74859
commit 3c02c64474351a2decdab3348b4e9f7ab473bff8
65694
 
Author: Matthias Clasen <mclasen@redhat.com>
65695
 
Date:   Sun Oct 2 17:05:03 2011 -0400
 
74860
Author:     Matthias Clasen <mclasen@redhat.com>
 
74861
AuthorDate: Sun Oct 2 17:05:03 2011 -0400
 
74862
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74863
CommitDate: Sun Oct 2 17:05:14 2011 -0400
65696
74864
 
65697
74865
    Clean up includes
65698
74866
 
65700
74868
 1 file changed, 2 insertions(+), 5 deletions(-)
65701
74869
 
65702
74870
commit 6d2b2ccaa0dea75b848bcff6d83ab03db547b0fe
65703
 
Author: Matthias Clasen <mclasen@redhat.com>
65704
 
Date:   Sun Oct 2 16:48:17 2011 -0400
 
74871
Author:     Matthias Clasen <mclasen@redhat.com>
 
74872
AuthorDate: Sun Oct 2 16:48:17 2011 -0400
 
74873
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74874
CommitDate: Sun Oct 2 16:51:32 2011 -0400
65705
74875
 
65706
74876
    Add tests for GPrivate and GStaticPrivate
65707
74877
 
65711
74881
 2 files changed, 340 insertions(+)
65712
74882
 
65713
74883
commit 3659ca99f5ae2058b53a2fefe052926fe2e1858f
65714
 
Author: Javier Jardón <jjardon@gnome.org>
65715
 
Date:   Fri Sep 30 17:21:52 2011 +0100
 
74884
Author:     Javier Jardón <jjardon@gnome.org>
 
74885
AuthorDate: Fri Sep 30 17:21:52 2011 +0100
 
74886
Commit:     Javier Jardón <jjardon@gnome.org>
 
74887
CommitDate: Sun Oct 2 17:22:57 2011 +0100
65716
74888
 
65717
74889
    tests: Use G_VALUE_INIT
65718
74890
 
65721
74893
 2 files changed, 11 insertions(+), 11 deletions(-)
65722
74894
 
65723
74895
commit 91713e950ff20b6330ca66fe51c32beb1453e87e
65724
 
Author: Javier Jardón <jjardon@gnome.org>
65725
 
Date:   Fri Sep 30 17:04:23 2011 +0100
 
74896
Author:     Javier Jardón <jjardon@gnome.org>
 
74897
AuthorDate: Fri Sep 30 17:04:23 2011 +0100
 
74898
Commit:     Javier Jardón <jjardon@gnome.org>
 
74899
CommitDate: Sun Oct 2 17:22:18 2011 +0100
65726
74900
 
65727
74901
    docs: Use G_VALUE_INIT
65728
74902
 
65731
74905
 2 files changed, 5 insertions(+), 5 deletions(-)
65732
74906
 
65733
74907
commit 406f7d2b39dab16cd38ccdbd4c978490eb1a2ba1
65734
 
Author: Ryan Lortie <desrt@desrt.ca>
65735
 
Date:   Fri Sep 30 23:05:27 2011 -0400
 
74908
Author:     Ryan Lortie <desrt@desrt.ca>
 
74909
AuthorDate: Fri Sep 30 23:05:27 2011 -0400
 
74910
Commit:     Ryan Lortie <desrt@desrt.ca>
 
74911
CommitDate: Sun Oct 2 00:13:18 2011 -0400
65736
74912
 
65737
74913
    mutex testcase: add a performance test
65738
74914
 
65743
74919
 1 file changed, 68 insertions(+)
65744
74920
 
65745
74921
commit 6ef022bbb3b6dbe6f0f34858d7521a7b0ab331e3
65746
 
Author: Matthias Clasen <mclasen@redhat.com>
65747
 
Date:   Sun Oct 2 00:08:54 2011 -0400
 
74922
Author:     Matthias Clasen <mclasen@redhat.com>
 
74923
AuthorDate: Sun Oct 2 00:08:54 2011 -0400
 
74924
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74925
CommitDate: Sun Oct 2 00:08:54 2011 -0400
65748
74926
 
65749
74927
    Move all hash functions to ghash.c
65750
74928
 
65757
74935
 3 files changed, 226 insertions(+), 226 deletions(-)
65758
74936
 
65759
74937
commit e7ca67f20c9f44478cdaf5832a91dc39086f4c38
65760
 
Author: Matthias Clasen <mclasen@redhat.com>
65761
 
Date:   Sun Oct 2 00:08:13 2011 -0400
 
74938
Author:     Matthias Clasen <mclasen@redhat.com>
 
74939
AuthorDate: Sun Oct 2 00:08:13 2011 -0400
 
74940
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74941
CommitDate: Sun Oct 2 00:08:13 2011 -0400
65762
74942
 
65763
74943
    GHash: Cosmetic changes
65764
74944
 
65768
74948
 2 files changed, 281 insertions(+), 277 deletions(-)
65769
74949
 
65770
74950
commit ed325b18798f29ce1efbc5377056c0e07cfe4175
65771
 
Author: Matthias Clasen <mclasen@redhat.com>
65772
 
Date:   Sat Oct 1 23:38:52 2011 -0400
 
74951
Author:     Matthias Clasen <mclasen@redhat.com>
 
74952
AuthorDate: Sat Oct 1 23:38:52 2011 -0400
 
74953
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74954
CommitDate: Sat Oct 1 23:38:52 2011 -0400
65773
74955
 
65774
74956
    One forgotten moved doc
65775
74957
 
65777
74959
 1 file changed, 11 insertions(+), 1 deletion(-)
65778
74960
 
65779
74961
commit 10d86cda0266d7467cab449892e5fbb9258c607f
65780
 
Author: Matthias Clasen <mclasen@redhat.com>
65781
 
Date:   Sat Oct 1 23:38:23 2011 -0400
 
74962
Author:     Matthias Clasen <mclasen@redhat.com>
 
74963
AuthorDate: Sat Oct 1 23:38:23 2011 -0400
 
74964
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74965
CommitDate: Sat Oct 1 23:38:23 2011 -0400
65782
74966
 
65783
74967
    Move GStringChunk into its own files
65784
74968
 
65792
74976
 6 files changed, 381 insertions(+), 288 deletions(-)
65793
74977
 
65794
74978
commit 0e8bcc3ed7121c672af6ce52d8985a4d60f8545b
65795
 
Author: Matthias Clasen <mclasen@redhat.com>
65796
 
Date:   Sat Oct 1 23:27:45 2011 -0400
 
74979
Author:     Matthias Clasen <mclasen@redhat.com>
 
74980
AuthorDate: Sat Oct 1 23:27:45 2011 -0400
 
74981
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74982
CommitDate: Sat Oct 1 23:27:45 2011 -0400
65797
74983
 
65798
74984
    Move GString docs inline
65799
74985
 
65805
74991
 4 files changed, 30 insertions(+), 381 deletions(-)
65806
74992
 
65807
74993
commit 459b14d89ae1065041d55089b82c170ec8e0f631
65808
 
Author: Matthias Clasen <mclasen@redhat.com>
65809
 
Date:   Sat Oct 1 23:23:40 2011 -0400
 
74994
Author:     Matthias Clasen <mclasen@redhat.com>
 
74995
AuthorDate: Sat Oct 1 23:23:40 2011 -0400
 
74996
Commit:     Matthias Clasen <mclasen@redhat.com>
 
74997
CommitDate: Sat Oct 1 23:23:40 2011 -0400
65810
74998
 
65811
74999
    GString: cosmetic cleanups
65812
75000
 
65816
75004
 2 files changed, 357 insertions(+), 358 deletions(-)
65817
75005
 
65818
75006
commit 7154d44c5c5a23e0a631f571bc689ff43995ee82
65819
 
Author: Matthias Clasen <mclasen@redhat.com>
65820
 
Date:   Sat Oct 1 23:03:09 2011 -0400
 
75007
Author:     Matthias Clasen <mclasen@redhat.com>
 
75008
AuthorDate: Sat Oct 1 23:03:09 2011 -0400
 
75009
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75010
CommitDate: Sat Oct 1 23:03:09 2011 -0400
65821
75011
 
65822
75012
    Move file utility docs inline
65823
75013
 
65830
75020
 5 files changed, 151 insertions(+), 537 deletions(-)
65831
75021
 
65832
75022
commit ca77b0e252aa783ff25db7a247986a5ec45ea84f
65833
 
Author: Matthias Clasen <mclasen@redhat.com>
65834
 
Date:   Sat Oct 1 22:48:27 2011 -0400
 
75023
Author:     Matthias Clasen <mclasen@redhat.com>
 
75024
AuthorDate: Sat Oct 1 22:48:27 2011 -0400
 
75025
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75026
CommitDate: Sat Oct 1 22:48:27 2011 -0400
65835
75027
 
65836
75028
    Move string utility docs inline
65837
75029
 
65842
75034
 3 files changed, 378 insertions(+), 953 deletions(-)
65843
75035
 
65844
75036
commit 793ff83527bd6be8117b483d4b8dde55f1d6f3b9
65845
 
Author: Matthias Clasen <mclasen@redhat.com>
65846
 
Date:   Sat Oct 1 22:00:41 2011 -0400
 
75037
Author:     Matthias Clasen <mclasen@redhat.com>
 
75038
AuthorDate: Sat Oct 1 22:00:41 2011 -0400
 
75039
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75040
CommitDate: Sat Oct 1 22:00:41 2011 -0400
65847
75041
 
65848
75042
    Move test docs inline
65849
75043
 
65854
75048
 3 files changed, 370 insertions(+), 692 deletions(-)
65855
75049
 
65856
75050
commit 9d3b37ac3fa7d5ea25a897e5baa7c7a66da0873f
65857
 
Author: Matthias Clasen <mclasen@redhat.com>
65858
 
Date:   Sat Oct 1 21:03:14 2011 -0400
 
75051
Author:     Matthias Clasen <mclasen@redhat.com>
 
75052
AuthorDate: Sat Oct 1 21:03:14 2011 -0400
 
75053
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75054
CommitDate: Sat Oct 1 21:03:14 2011 -0400
65859
75055
 
65860
75056
    Move keyfile docs inline
65861
75057
 
65865
75061
 2 files changed, 361 insertions(+), 942 deletions(-)
65866
75062
 
65867
75063
commit 3d814e7a2ae80f422889c5f830af7e26c1f88a02
65868
 
Author: Matthias Clasen <mclasen@redhat.com>
65869
 
Date:   Sat Oct 1 20:16:32 2011 -0400
 
75064
Author:     Matthias Clasen <mclasen@redhat.com>
 
75065
AuthorDate: Sat Oct 1 20:16:32 2011 -0400
 
75066
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75067
CommitDate: Sat Oct 1 20:22:47 2011 -0400
65870
75068
 
65871
75069
    GAsyncQueue: simplify an internal function
65872
75070
 
65878
75076
 1 file changed, 7 insertions(+), 20 deletions(-)
65879
75077
 
65880
75078
commit 8c5400ff45b28a68cd97965abe16ce45dca2548c
65881
 
Author: Matthias Clasen <mclasen@redhat.com>
65882
 
Date:   Sat Oct 1 20:11:38 2011 -0400
 
75079
Author:     Matthias Clasen <mclasen@redhat.com>
 
75080
AuthorDate: Sat Oct 1 20:11:38 2011 -0400
 
75081
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75082
CommitDate: Sat Oct 1 20:22:47 2011 -0400
65883
75083
 
65884
75084
    GAsyncQueue: internal cleanup
65885
75085
 
65890
75090
 1 file changed, 8 insertions(+), 8 deletions(-)
65891
75091
 
65892
75092
commit 793cf54275dea80d15e724d803273e79195308d0
65893
 
Author: Matthias Clasen <mclasen@redhat.com>
65894
 
Date:   Sat Oct 1 20:09:35 2011 -0400
 
75093
Author:     Matthias Clasen <mclasen@redhat.com>
 
75094
AuthorDate: Sat Oct 1 20:09:35 2011 -0400
 
75095
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75096
CommitDate: Sat Oct 1 20:22:46 2011 -0400
65895
75097
 
65896
75098
    GAsyncQueue: embed the GCond
65897
75099
 
65901
75103
 1 file changed, 7 insertions(+), 11 deletions(-)
65902
75104
 
65903
75105
commit ef08aa786bca87c520ef319b97df4b3ed0782233
65904
 
Author: Matthias Clasen <mclasen@redhat.com>
65905
 
Date:   Sat Oct 1 19:24:24 2011 -0400
 
75106
Author:     Matthias Clasen <mclasen@redhat.com>
 
75107
AuthorDate: Sat Oct 1 19:24:24 2011 -0400
 
75108
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75109
CommitDate: Sat Oct 1 20:22:46 2011 -0400
65906
75110
 
65907
75111
    GAsyncQueue: Cosmetic fixes
65908
75112
 
65914
75118
 2 files changed, 281 insertions(+), 285 deletions(-)
65915
75119
 
65916
75120
commit 93abf20d3bc17fcf14cfb605b2142113dc1fd8e9
65917
 
Author: Matthias Clasen <mclasen@redhat.com>
65918
 
Date:   Sat Oct 1 18:42:48 2011 -0400
 
75121
Author:     Matthias Clasen <mclasen@redhat.com>
 
75122
AuthorDate: Sat Oct 1 18:42:48 2011 -0400
 
75123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75124
CommitDate: Sat Oct 1 20:22:46 2011 -0400
65919
75125
 
65920
75126
    GAsyncQueue: Move private API to a private header
65921
75127
 
65927
75133
 5 files changed, 48 insertions(+), 15 deletions(-)
65928
75134
 
65929
75135
commit b17b02da796628afe7829f5e8929c7666eb54f31
65930
 
Author: Matthias Clasen <mclasen@redhat.com>
65931
 
Date:   Sat Oct 1 18:20:27 2011 -0400
 
75136
Author:     Matthias Clasen <mclasen@redhat.com>
 
75137
AuthorDate: Sat Oct 1 18:20:27 2011 -0400
 
75138
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75139
CommitDate: Sat Oct 1 20:22:46 2011 -0400
65932
75140
 
65933
75141
    GThreadPool: cosmetic cleanups
65934
75142
 
65941
75149
 2 files changed, 444 insertions(+), 414 deletions(-)
65942
75150
 
65943
75151
commit 81e161edf261b4a8943f256531c57f440bcea2a4
65944
 
Author: Matthias Clasen <mclasen@redhat.com>
65945
 
Date:   Sat Oct 1 18:43:15 2011 -0400
 
75152
Author:     Matthias Clasen <mclasen@redhat.com>
 
75153
AuthorDate: Sat Oct 1 18:43:15 2011 -0400
 
75154
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75155
CommitDate: Sat Oct 1 20:22:45 2011 -0400
65946
75156
 
65947
75157
    GThread: cosmetic fix
65948
75158
 
65953
75163
 1 file changed, 3 insertions(+), 1 deletion(-)
65954
75164
 
65955
75165
commit 5135241633cd13fa2ff6bee9b15f763c4c5d90e4
65956
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
65957
 
Date:   Sun Oct 2 11:21:18 2011 +1100
 
75166
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
75167
AuthorDate: Sun Oct 2 11:21:18 2011 +1100
 
75168
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
75169
CommitDate: Sun Oct 2 11:21:29 2011 +1100
65958
75170
 
65959
75171
    Updated Vietnamese translation
65960
75172
 
65963
75175
 1 file changed, 75 insertions(+), 77 deletions(-)
65964
75176
 
65965
75177
commit 98818afa0859dac68f57d07d6fec0b72d2b45ff7
65966
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
65967
 
Date:   Sun Oct 2 11:08:49 2011 +1100
 
75178
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
75179
AuthorDate: Sun Oct 2 11:08:49 2011 +1100
 
75180
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
75181
CommitDate: Sun Oct 2 11:21:28 2011 +1100
65968
75182
 
65969
75183
    po/vi: import from Damned Lies
65970
75184
 
65973
75187
 1 file changed, 38 insertions(+), 37 deletions(-)
65974
75188
 
65975
75189
commit 1af5ac0179cfc98c8f7c0c2ed700e56ba072ec35
65976
 
Author: Matthias Clasen <mclasen@redhat.com>
65977
 
Date:   Sat Oct 1 13:47:54 2011 -0400
 
75190
Author:     Matthias Clasen <mclasen@redhat.com>
 
75191
AuthorDate: Sat Oct 1 13:47:54 2011 -0400
 
75192
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75193
CommitDate: Sat Oct 1 13:47:54 2011 -0400
65978
75194
 
65979
75195
    Add an index for 2.32 api additions
65980
75196
 
65982
75198
 1 file changed, 4 insertions(+)
65983
75199
 
65984
75200
commit b4dc4902c6b7099266985421b775084b68e5d44e
65985
 
Author: Matthias Clasen <mclasen@redhat.com>
65986
 
Date:   Sat Oct 1 13:47:09 2011 -0400
 
75201
Author:     Matthias Clasen <mclasen@redhat.com>
 
75202
AuthorDate: Sat Oct 1 13:47:09 2011 -0400
 
75203
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75204
CommitDate: Sat Oct 1 13:47:09 2011 -0400
65987
75205
 
65988
75206
    Mark g_thread_create_with_stack_size as new API
65989
75207
 
65991
75209
 1 file changed, 2 insertions(+)
65992
75210
 
65993
75211
commit 65b7a20c67406f9309b2b8e1e7d7aaef98b81d02
65994
 
Author: Ryan Lortie <desrt@desrt.ca>
65995
 
Date:   Mon Sep 26 11:21:55 2011 -0400
 
75212
Author:     Ryan Lortie <desrt@desrt.ca>
 
75213
AuthorDate: Mon Sep 26 11:21:55 2011 -0400
 
75214
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75215
CommitDate: Sat Oct 1 09:34:44 2011 -0400
65996
75216
 
65997
75217
    GSettings schemas: allow for zero items in schema
65998
75218
 
66008
75228
 1 file changed, 1 insertion(+), 1 deletion(-)
66009
75229
 
66010
75230
commit e147d7aa2f1e4aba555df32b80763e2bc8199798
66011
 
Author: Jasper Lievisse Adriaanse <jasper@humppa.nl>
66012
 
Date:   Sat Oct 1 10:46:52 2011 +0200
 
75231
Author:     Jasper Lievisse Adriaanse <jasper@humppa.nl>
 
75232
AuthorDate: Sat Oct 1 10:46:52 2011 +0200
 
75233
Commit:     Jasper Lievisse Adriaanse <jasper@humppa.nl>
 
75234
CommitDate: Sat Oct 1 10:46:52 2011 +0200
66013
75235
 
66014
75236
    Fix URL to strlcpy(3) manpage in comment.
66015
75237
 
66017
75239
 1 file changed, 1 insertion(+), 1 deletion(-)
66018
75240
 
66019
75241
commit c48a0d881313676f2c215b30ba2f8674673071ad
66020
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
66021
 
Date:   Thu Sep 29 15:42:47 2011 +0100
 
75242
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
75243
AuthorDate: Thu Sep 29 15:42:47 2011 +0100
 
75244
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
75245
CommitDate: Fri Sep 30 13:17:27 2011 +0100
66022
75246
 
66023
75247
    markup-subparser test: use a real GError domain
66024
75248
 
66030
75254
 1 file changed, 6 insertions(+), 3 deletions(-)
66031
75255
 
66032
75256
commit 7aad93c5b43faa383ccb609852209d480548dd64
66033
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
66034
 
Date:   Thu Sep 29 15:42:33 2011 +0100
 
75257
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
75258
AuthorDate: Thu Sep 29 15:42:33 2011 +0100
 
75259
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
75260
CommitDate: Fri Sep 30 13:17:27 2011 +0100
66035
75261
 
66036
75262
    sleepy-stream test: use a real GError domain
66037
75263
 
66043
75269
 1 file changed, 1 insertion(+), 1 deletion(-)
66044
75270
 
66045
75271
commit e60e4999b9d4904b74e1a38bd5c24b9fd047f95d
66046
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
66047
 
Date:   Thu Sep 29 13:57:09 2011 +0100
 
75272
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
75273
AuthorDate: Thu Sep 29 13:57:09 2011 +0100
 
75274
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
75275
CommitDate: Fri Sep 30 13:17:27 2011 +0100
66048
75276
 
66049
75277
    g_dbus_error_encode_gerror: don't segfault on bad domains
66050
75278
 
66056
75284
 1 file changed, 4 insertions(+)
66057
75285
 
66058
75286
commit 5156d1b2d42d89d7ad916ca3c53db517a2674f31
66059
 
Author: Matthias Clasen <mclasen@redhat.com>
66060
 
Date:   Thu Sep 29 23:32:20 2011 -0400
 
75287
Author:     Matthias Clasen <mclasen@redhat.com>
 
75288
AuthorDate: Thu Sep 29 23:32:20 2011 -0400
 
75289
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75290
CommitDate: Thu Sep 29 23:42:58 2011 -0400
66061
75291
 
66062
75292
    Prevent data loss in gdesktopappinfo.c
66063
75293
 
66070
75300
 1 file changed, 8 insertions(+), 5 deletions(-)
66071
75301
 
66072
75302
commit e6c76d9fd44a5e7c42f10a4833a03cbb44edeb5d
66073
 
Author: Matthias Clasen <mclasen@redhat.com>
66074
 
Date:   Thu Sep 29 23:13:49 2011 -0400
 
75303
Author:     Matthias Clasen <mclasen@redhat.com>
 
75304
AuthorDate: Thu Sep 29 23:13:49 2011 -0400
 
75305
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75306
CommitDate: Thu Sep 29 23:20:09 2011 -0400
66075
75307
 
66076
75308
    Clean up atomic cruft
66077
75309
 
66086
75318
 2 files changed, 2 insertions(+), 120 deletions(-)
66087
75319
 
66088
75320
commit cde8cf16faa14df3c688adc39f26a45aa0d88d38
66089
 
Author: Matthias Clasen <mclasen@redhat.com>
66090
 
Date:   Sun Sep 25 01:51:33 2011 -0400
 
75321
Author:     Matthias Clasen <mclasen@redhat.com>
 
75322
AuthorDate: Sun Sep 25 01:51:33 2011 -0400
 
75323
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75324
CommitDate: Thu Sep 29 20:23:19 2011 -0400
66091
75325
 
66092
75326
    Some more gthread reshuffling
66093
75327
 
66095
75329
 1 file changed, 27 insertions(+), 22 deletions(-)
66096
75330
 
66097
75331
commit 934e0a7470fbcfccfd7c4d3e589d59e8778fa973
66098
 
Author: David Zeuthen <davidz@redhat.com>
66099
 
Date:   Thu Sep 29 15:49:09 2011 -0400
 
75332
Author:     David Zeuthen <davidz@redhat.com>
 
75333
AuthorDate: Thu Sep 29 15:49:09 2011 -0400
 
75334
Commit:     David Zeuthen <davidz@redhat.com>
 
75335
CommitDate: Thu Sep 29 15:49:09 2011 -0400
66100
75336
 
66101
75337
    GUnixFileMonitor: Clean up /proc/mounts monitoring
66102
75338
 
66110
75346
 1 file changed, 27 insertions(+), 18 deletions(-)
66111
75347
 
66112
75348
commit 55065461bfc5ace53e736dfa8181909e918c161b
66113
 
Author: David Zeuthen <davidz@redhat.com>
66114
 
Date:   Thu Sep 29 15:09:43 2011 -0400
 
75349
Author:     David Zeuthen <davidz@redhat.com>
 
75350
AuthorDate: Thu Sep 29 15:09:43 2011 -0400
 
75351
Commit:     David Zeuthen <davidz@redhat.com>
 
75352
CommitDate: Thu Sep 29 15:16:51 2011 -0400
66115
75353
 
66116
75354
    GUnixFileMonitor: Use /proc/mounts for monitoring mount changes
66117
75355
 
66128
75366
 1 file changed, 48 insertions(+), 5 deletions(-)
66129
75367
 
66130
75368
commit 6d05f684eb0193f7b272cbbe42cd7e72eb0f5174
66131
 
Author: Javier Jardón <jjardon@gnome.org>
66132
 
Date:   Thu Sep 29 20:00:16 2011 +0100
 
75369
Author:     Javier Jardón <jjardon@gnome.org>
 
75370
AuthorDate: Thu Sep 29 20:00:16 2011 +0100
 
75371
Commit:     Javier Jardón <jjardon@gnome.org>
 
75372
CommitDate: Thu Sep 29 20:04:28 2011 +0100
66133
75373
 
66134
75374
    gfile: Be clear about freeing GFile objects
66135
75375
 
66137
75377
 1 file changed, 6 insertions(+), 3 deletions(-)
66138
75378
 
66139
75379
commit f992c240e86986dbede0124d1038e0223d8491dd
66140
 
Author: Dan Winship <danw@gnome.org>
66141
 
Date:   Thu Sep 29 09:58:57 2011 -0400
 
75380
Author:     Dan Winship <danw@gnome.org>
 
75381
AuthorDate: Thu Sep 29 09:58:57 2011 -0400
 
75382
Commit:     Dan Winship <danw@gnome.org>
 
75383
CommitDate: Thu Sep 29 09:59:15 2011 -0400
66142
75384
 
66143
75385
    gthread: remove a stray reference to GStaticMutex
66144
75386
 
66146
75388
 1 file changed, 2 insertions(+), 2 deletions(-)
66147
75389
 
66148
75390
commit 76d2f7fa6a6835058d29381b50f763b12e97a861
66149
 
Author: Tiffany Antopolski <tiffany.antopolski@gmail.com>
66150
 
Date:   Thu Sep 29 06:24:55 2011 +0200
 
75391
Author:     Tiffany Antopolski <tiffany.antopolski@gmail.com>
 
75392
AuthorDate: Thu Sep 29 06:24:55 2011 +0200
 
75393
Commit:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
75394
CommitDate: Thu Sep 29 06:24:55 2011 +0200
66151
75395
 
66152
75396
    Updated Esperanto translation
66153
75397
 
66156
75400
 1 file changed, 1014 insertions(+), 864 deletions(-)
66157
75401
 
66158
75402
commit 0f4b278a4b35c54b4a5e887b35dc100c068fd52f
66159
 
Author: Dan Winship <danw@gnome.org>
66160
 
Date:   Wed Sep 28 12:18:10 2011 -0400
 
75403
Author:     Dan Winship <danw@gnome.org>
 
75404
AuthorDate: Wed Sep 28 12:18:10 2011 -0400
 
75405
Commit:     Dan Winship <danw@gnome.org>
 
75406
CommitDate: Wed Sep 28 12:20:09 2011 -0400
66161
75407
 
66162
75408
    update .gitignores
66163
75409
 
66166
75412
 2 files changed, 9 insertions(+)
66167
75413
 
66168
75414
commit 6feff14f197f7e24d128d7f24ad5a15be5769016
66169
 
Author: Dan Williams <dcbw@redhat.com>
66170
 
Date:   Mon Sep 26 19:51:42 2011 -0500
 
75415
Author:     Dan Williams <dcbw@redhat.com>
 
75416
AuthorDate: Mon Sep 26 19:51:42 2011 -0500
 
75417
Commit:     Dan Williams <dcbw@redhat.com>
 
75418
CommitDate: Wed Sep 28 11:01:53 2011 -0500
66171
75419
 
66172
75420
    tests: add signal marshalling return tests for int/uint
66173
75421
 
66178
75426
 1 file changed, 104 insertions(+)
66179
75427
 
66180
75428
commit a343904596a68458682da5707cc35fcc3ee7fa47
66181
 
Author: Dan Williams <dcbw@redhat.com>
66182
 
Date:   Mon Sep 26 13:07:51 2011 -0500
 
75429
Author:     Dan Williams <dcbw@redhat.com>
 
75430
AuthorDate: Mon Sep 26 13:07:51 2011 -0500
 
75431
Commit:     Dan Williams <dcbw@redhat.com>
 
75432
CommitDate: Wed Sep 28 11:01:39 2011 -0500
66183
75433
 
66184
75434
    tests: fix generic closure marshalling tests
66185
75435
 
66192
75442
 1 file changed, 4 insertions(+), 4 deletions(-)
66193
75443
 
66194
75444
commit adf7e0740c6bb7ec31c7acb32d7ea28951ec1027
66195
 
Author: Dan Williams <dcbw@redhat.com>
66196
 
Date:   Fri Sep 23 11:36:35 2011 -0500
 
75445
Author:     Dan Williams <dcbw@redhat.com>
 
75446
AuthorDate: Fri Sep 23 11:36:35 2011 -0500
 
75447
Commit:     Dan Williams <dcbw@redhat.com>
 
75448
CommitDate: Wed Sep 28 11:01:14 2011 -0500
66197
75449
 
66198
75450
    tests: Add some return value torture testcases for the generic
66199
75451
    marshaller
66208
75460
 1 file changed, 106 insertions(+)
66209
75461
 
66210
75462
commit 51166d0127d6d77ae7e4782887a76462858fdd91
66211
 
Author: Dan Winship <danw@gnome.org>
66212
 
Date:   Mon Sep 26 14:17:43 2011 -0400
 
75463
Author:     Dan Winship <danw@gnome.org>
 
75464
AuthorDate: Mon Sep 26 14:17:43 2011 -0400
 
75465
Commit:     Dan Winship <danw@gnome.org>
 
75466
CommitDate: Tue Sep 27 10:30:39 2011 -0400
66213
75467
 
66214
75468
    Add thread-safety warnings to the g_setenv() and g_unsetenv() docs
66215
75469
 
66219
75473
 1 file changed, 20 insertions(+), 2 deletions(-)
66220
75474
 
66221
75475
commit 104ea17125aa70f926bddb3889d594b6f5642a21
66222
 
Author: Ryan Lortie <desrt@desrt.ca>
66223
 
Date:   Mon Sep 26 03:56:22 2011 -0400
 
75476
Author:     Ryan Lortie <desrt@desrt.ca>
 
75477
AuthorDate: Mon Sep 26 03:56:22 2011 -0400
 
75478
Commit:     Ryan Lortie <desrt@desrt.ca>
 
75479
CommitDate: Mon Sep 26 16:54:24 2011 -0400
66224
75480
 
66225
75481
    GDesktopAppInfo: simplify how defaults work
66226
75482
 
66245
75501
 1 file changed, 27 insertions(+), 39 deletions(-)
66246
75502
 
66247
75503
commit 5b2c809dda6ae04bcf3205702b2cc91b1b47cc64
66248
 
Author: Edward Sheldrake <ejsheldrake@gmail.com>
66249
 
Date:   Wed Sep 21 19:14:50 2011 +0100
 
75504
Author:     Edward Sheldrake <ejsheldrake@gmail.com>
 
75505
AuthorDate: Wed Sep 21 19:14:50 2011 +0100
 
75506
Commit:     Ryan Lortie <desrt@desrt.ca>
 
75507
CommitDate: Mon Sep 26 16:54:23 2011 -0400
66250
75508
 
66251
75509
    Add another mimeapps test
66252
75510
 
66261
75519
 1 file changed, 142 insertions(+)
66262
75520
 
66263
75521
commit eba49a4f7fb5b8c85a84e28a31ff0b3ba7bc82ea
66264
 
Author: Dan Winship <danw@gnome.org>
66265
 
Date:   Mon Sep 26 12:42:23 2011 -0400
 
75522
Author:     Dan Winship <danw@gnome.org>
 
75523
AuthorDate: Mon Sep 26 12:42:23 2011 -0400
 
75524
Commit:     Dan Winship <danw@gnome.org>
 
75525
CommitDate: Mon Sep 26 12:43:08 2011 -0400
66266
75526
 
66267
75527
    g_simple_async_result_complete_in_idle: add a minor doc clarification
66268
75528
 
66270
75530
 1 file changed, 2 insertions(+), 1 deletion(-)
66271
75531
 
66272
75532
commit 6bd959b7276c557ec70a363497d2c4e432ec294f
66273
 
Author: Ryan Lortie <desrt@desrt.ca>
66274
 
Date:   Mon Sep 26 09:05:53 2011 -0400
 
75533
Author:     Ryan Lortie <desrt@desrt.ca>
 
75534
AuthorDate: Mon Sep 26 09:05:53 2011 -0400
 
75535
Commit:     Ryan Lortie <desrt@desrt.ca>
 
75536
CommitDate: Mon Sep 26 09:05:53 2011 -0400
66275
75537
 
66276
75538
    glib tests: Compile new thread tests on win32
66277
75539
 
66281
75543
 1 file changed, 9 insertions(+), 9 deletions(-)
66282
75544
 
66283
75545
commit fdc594e963b52b1b554fbbc522b91937a39bb5dc
66284
 
Author: Ryan Lortie <desrt@desrt.ca>
66285
 
Date:   Mon Sep 26 04:44:41 2011 -0400
 
75546
Author:     Ryan Lortie <desrt@desrt.ca>
 
75547
AuthorDate: Mon Sep 26 04:44:41 2011 -0400
 
75548
Commit:     Ryan Lortie <desrt@desrt.ca>
 
75549
CommitDate: Mon Sep 26 08:54:51 2011 -0400
66286
75550
 
66287
75551
    winxp threads: detect SRWLock emulation reentrancy
66288
75552
 
66306
75570
 1 file changed, 31 insertions(+)
66307
75571
 
66308
75572
commit 5ef7b964e5d7022c9ecc6b75b2a670e407c18698
66309
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
66310
 
Date:   Mon Sep 26 14:40:23 2011 +0200
 
75573
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
75574
AuthorDate: Mon Sep 26 14:40:23 2011 +0200
 
75575
Commit:     Gil Forcada <gforcada@gnome.org>
 
75576
CommitDate: Mon Sep 26 14:40:23 2011 +0200
66311
75577
 
66312
75578
    [l10n]Updated Catalan (Valencian) translation
66313
75579
 
66316
75582
 1 file changed, 418 insertions(+), 391 deletions(-)
66317
75583
 
66318
75584
commit f032536416c08a14bd42ea8833f81b2c91a63fe2
66319
 
Author: Petr Kovar <pknbe@volny.cz>
66320
 
Date:   Sun Sep 25 23:35:27 2011 +0200
 
75585
Author:     Petr Kovar <pknbe@volny.cz>
 
75586
AuthorDate: Sun Sep 25 23:35:27 2011 +0200
 
75587
Commit:     Petr Kovar <pknbe@volny.cz>
 
75588
CommitDate: Sun Sep 25 23:36:13 2011 +0200
66321
75589
 
66322
75590
    Update Czech translation
66323
75591
 
66326
75594
 1 file changed, 130 insertions(+), 130 deletions(-)
66327
75595
 
66328
75596
commit 31ddbd688a8551aa00a082dafb92ad82b5ec744a
66329
 
Author: Gil Forcada <gforcada@gnome.org>
66330
 
Date:   Sun Sep 25 23:12:36 2011 +0200
 
75597
Author:     Gil Forcada <gforcada@gnome.org>
 
75598
AuthorDate: Sun Sep 25 23:12:36 2011 +0200
 
75599
Commit:     Gil Forcada <gforcada@gnome.org>
 
75600
CommitDate: Sun Sep 25 23:12:53 2011 +0200
66331
75601
 
66332
75602
    [l10n]Updated Catalan translation
66333
75603
 
66336
75606
 1 file changed, 133 insertions(+), 134 deletions(-)
66337
75607
 
66338
75608
commit 5a95e19a462712010fece9c71079d5c311c77304
66339
 
Author: Stef Walter <stefw@collabora.co.uk>
66340
 
Date:   Fri Sep 23 10:57:55 2011 +0200
 
75609
Author:     Stef Walter <stefw@collabora.co.uk>
 
75610
AuthorDate: Fri Sep 23 10:57:55 2011 +0200
 
75611
Commit:     Stef Walter <stefw@collabora.co.uk>
 
75612
CommitDate: Sun Sep 25 07:57:26 2011 +0200
66341
75613
 
66342
75614
    gvariant: Add g_variant_get_fixed_array()
66343
75615
 
66356
75628
 5 files changed, 86 insertions(+), 2 deletions(-)
66357
75629
 
66358
75630
commit 81e395b00b4270e5af16b572e5d2c82daa845374
66359
 
Author: Matthias Clasen <mclasen@redhat.com>
66360
 
Date:   Sun Sep 25 01:32:41 2011 -0400
 
75631
Author:     Matthias Clasen <mclasen@redhat.com>
 
75632
AuthorDate: Sun Sep 25 01:32:41 2011 -0400
 
75633
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75634
CommitDate: Sun Sep 25 01:32:41 2011 -0400
66361
75635
 
66362
75636
    More GThread docs tweaks
66363
75637
 
66368
75642
 3 files changed, 123 insertions(+), 153 deletions(-)
66369
75643
 
66370
75644
commit 900c467fd0f5f375acabad78246ed320d1f208a1
66371
 
Author: Matthias Clasen <mclasen@redhat.com>
66372
 
Date:   Sun Sep 25 00:53:47 2011 -0400
 
75645
Author:     Matthias Clasen <mclasen@redhat.com>
 
75646
AuthorDate: Sun Sep 25 00:53:47 2011 -0400
 
75647
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75648
CommitDate: Sun Sep 25 01:01:00 2011 -0400
66373
75649
 
66374
75650
    Move GThread docs around
66375
75651
 
66379
75655
 2 files changed, 152 insertions(+), 151 deletions(-)
66380
75656
 
66381
75657
commit db04f59780a40ada3c7abb77ca39652c35cfa9e4
66382
 
Author: Matthias Clasen <mclasen@redhat.com>
66383
 
Date:   Sun Sep 25 00:42:37 2011 -0400
 
75658
Author:     Matthias Clasen <mclasen@redhat.com>
 
75659
AuthorDate: Sun Sep 25 00:42:37 2011 -0400
 
75660
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75661
CommitDate: Sun Sep 25 01:01:00 2011 -0400
66384
75662
 
66385
75663
    Move includes to the top of the file
66386
75664
 
66388
75666
 1 file changed, 16 insertions(+), 21 deletions(-)
66389
75667
 
66390
75668
commit 0ea89987e237ed30dad40ae589728d744b249fca
66391
 
Author: Matthias Clasen <mclasen@redhat.com>
66392
 
Date:   Sun Sep 25 00:37:31 2011 -0400
 
75669
Author:     Matthias Clasen <mclasen@redhat.com>
 
75670
AuthorDate: Sun Sep 25 00:37:31 2011 -0400
 
75671
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75672
CommitDate: Sun Sep 25 01:01:00 2011 -0400
66393
75673
 
66394
75674
    Move deprecated GThread functions to a separate file
66395
75675
 
66402
75682
 4 files changed, 1047 insertions(+), 1025 deletions(-)
66403
75683
 
66404
75684
commit e34861da087aed7417b82efeb2621aad9ee0df61
66405
 
Author: Matthias Clasen <mclasen@redhat.com>
66406
 
Date:   Sat Sep 24 23:40:18 2011 -0400
 
75685
Author:     Matthias Clasen <mclasen@redhat.com>
 
75686
AuthorDate: Sat Sep 24 23:40:18 2011 -0400
 
75687
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75688
CommitDate: Sun Sep 25 01:01:00 2011 -0400
66407
75689
 
66408
75690
    GThread: more doc updates
66409
75691
 
66411
75693
 1 file changed, 15 insertions(+), 27 deletions(-)
66412
75694
 
66413
75695
commit 4e44e235172f63c78f5dcd8d8cb55208e204a60a
66414
 
Author: Matthias Clasen <mclasen@redhat.com>
66415
 
Date:   Sat Sep 24 23:13:55 2011 -0400
 
75696
Author:     Matthias Clasen <mclasen@redhat.com>
 
75697
AuthorDate: Sat Sep 24 23:13:55 2011 -0400
 
75698
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75699
CommitDate: Sun Sep 25 01:00:59 2011 -0400
66416
75700
 
66417
75701
    Drop G_THREADS_IMPL_NONE from the docs
66418
75702
 
66423
75707
 2 files changed, 9 deletions(-)
66424
75708
 
66425
75709
commit 8f340e2d75020991931d867b569137cb984ee233
66426
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
66427
 
Date:   Fri Sep 23 11:27:45 2011 +0800
 
75710
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
75711
AuthorDate: Fri Sep 23 11:27:45 2011 +0800
 
75712
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
75713
CommitDate: Sun Sep 25 09:07:59 2011 +0800
66428
75714
 
66429
75715
    Fix warning/error C4013 (implicit declarations)
66430
75716
 
66438
75724
 2 files changed, 5 insertions(+)
66439
75725
 
66440
75726
commit 2b391940c090b050c6a4ec30fabb4a1c49207046
66441
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
66442
 
Date:   Fri Sep 23 13:37:08 2011 +0800
 
75727
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
75728
AuthorDate: Fri Sep 23 13:37:08 2011 +0800
 
75729
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
75730
CommitDate: Sun Sep 25 09:07:37 2011 +0800
66443
75731
 
66444
75732
    gthread.c: Declare variable at start of block
66445
75733
 
66449
75737
 1 file changed, 2 insertions(+), 1 deletion(-)
66450
75738
 
66451
75739
commit a485a0e56504437ba88cfac2309ab4d18f7a32fc
66452
 
Author: Matthias Clasen <mclasen@redhat.com>
66453
 
Date:   Sat Sep 24 19:04:46 2011 -0400
 
75740
Author:     Matthias Clasen <mclasen@redhat.com>
 
75741
AuthorDate: Sat Sep 24 19:04:46 2011 -0400
 
75742
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75743
CommitDate: Sat Sep 24 19:04:46 2011 -0400
66454
75744
 
66455
75745
    Document G_THREADS_IMPL_WIN32
66456
75746
 
66459
75749
 2 files changed, 8 insertions(+), 1 deletion(-)
66460
75750
 
66461
75751
commit d6b0af99d711584ca4e44f218a4cd2151a9ccef4
66462
 
Author: Matthias Clasen <mclasen@redhat.com>
66463
 
Date:   Sat Sep 24 19:00:19 2011 -0400
 
75752
Author:     Matthias Clasen <mclasen@redhat.com>
 
75753
AuthorDate: Sat Sep 24 19:00:19 2011 -0400
 
75754
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75755
CommitDate: Sat Sep 24 19:01:02 2011 -0400
66464
75756
 
66465
75757
    GThread doc additions
66466
75758
 
66472
75764
 4 files changed, 458 insertions(+), 58 deletions(-)
66473
75765
 
66474
75766
commit df9e5c2435d6e57f868d75b474ef1d047fd7ee36
66475
 
Author: Matthias Clasen <mclasen@redhat.com>
66476
 
Date:   Sat Sep 24 16:38:51 2011 -0400
 
75767
Author:     Matthias Clasen <mclasen@redhat.com>
 
75768
AuthorDate: Sat Sep 24 16:38:51 2011 -0400
 
75769
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75770
CommitDate: Sat Sep 24 19:01:02 2011 -0400
66477
75771
 
66478
75772
    Fix an uninialized variable warning
66479
75773
 
66481
75775
 1 file changed, 2 insertions(+)
66482
75776
 
66483
75777
commit ef883fd0dcc7bec8c7b7b883635bca168b889988
66484
 
Author: Peter Mráz <etkinator@gmail.com>
66485
 
Date:   Sat Sep 24 21:52:10 2011 +0200
 
75778
Author:     Peter Mráz <etkinator@gmail.com>
 
75779
AuthorDate: Sat Sep 24 21:52:10 2011 +0200
 
75780
Commit:     Pavol Šimo <palo.simo@gmail.com>
 
75781
CommitDate: Sat Sep 24 21:52:10 2011 +0200
66486
75782
 
66487
75783
    Updated Slovak translation
66488
75784
 
66491
75787
 1 file changed, 1124 insertions(+), 981 deletions(-)
66492
75788
 
66493
75789
commit aeee16e4a396b2f19bc2d6602c2e9266245226f6
66494
 
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
66495
 
Date:   Sat Sep 24 14:42:07 2011 +0200
 
75790
Author:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
75791
AuthorDate: Sat Sep 24 14:42:07 2011 +0200
 
75792
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
75793
CommitDate: Sat Sep 24 14:42:07 2011 +0200
66496
75794
 
66497
75795
    Updated Danish translation
66498
75796
 
66501
75799
 1 file changed, 333 insertions(+), 309 deletions(-)
66502
75800
 
66503
75801
commit cf9623767a721607cb972d300440e91dc8a57861
66504
 
Author: Matthias Clasen <mclasen@redhat.com>
66505
 
Date:   Sat Sep 24 00:39:59 2011 -0400
 
75802
Author:     Matthias Clasen <mclasen@redhat.com>
 
75803
AuthorDate: Sat Sep 24 00:39:59 2011 -0400
 
75804
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75805
CommitDate: Sat Sep 24 00:39:59 2011 -0400
66506
75806
 
66507
75807
    Add a testcase for bug 659866
66508
75808
 
66514
75814
 2 files changed, 23 insertions(+)
66515
75815
 
66516
75816
commit e1f68c129233f79b244692f35d4bba4792c0e4ad
66517
 
Author: Matthias Clasen <mclasen@redhat.com>
66518
 
Date:   Fri Sep 23 23:38:26 2011 -0400
 
75817
Author:     Matthias Clasen <mclasen@redhat.com>
 
75818
AuthorDate: Fri Sep 23 23:38:26 2011 -0400
 
75819
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75820
CommitDate: Fri Sep 23 23:38:26 2011 -0400
66519
75821
 
66520
75822
    Add a test for GCond
66521
75823
 
66524
75826
 1 file changed, 134 insertions(+)
66525
75827
 
66526
75828
commit a11831359992dc9be6ca0f9a80d97d8f241ad3ea
66527
 
Author: Matthias Clasen <mclasen@redhat.com>
66528
 
Date:   Fri Sep 23 22:07:32 2011 -0400
 
75829
Author:     Matthias Clasen <mclasen@redhat.com>
 
75830
AuthorDate: Fri Sep 23 22:07:32 2011 -0400
 
75831
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75832
CommitDate: Fri Sep 23 22:07:32 2011 -0400
66529
75833
 
66530
75834
    Add a nontrivial read-write lock test
66531
75835
 
66534
75838
 1 file changed, 88 insertions(+)
66535
75839
 
66536
75840
commit 158a0366be6ea2af574f13208068104adb7ea2e7
66537
 
Author: Matthias Clasen <mclasen@redhat.com>
66538
 
Date:   Fri Sep 23 21:10:40 2011 -0400
 
75841
Author:     Matthias Clasen <mclasen@redhat.com>
 
75842
AuthorDate: Fri Sep 23 21:10:40 2011 -0400
 
75843
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75844
CommitDate: Fri Sep 23 21:19:53 2011 -0400
66539
75845
 
66540
75846
    Add GOnce tests
66541
75847
 
66545
75851
 2 files changed, 128 insertions(+)
66546
75852
 
66547
75853
commit dd002113f1ce4114f6f39b562f895aab6b47c8dc
66548
 
Author: Matthias Clasen <mclasen@redhat.com>
66549
 
Date:   Fri Sep 23 07:26:33 2011 -0400
 
75854
Author:     Matthias Clasen <mclasen@redhat.com>
 
75855
AuthorDate: Fri Sep 23 07:26:33 2011 -0400
 
75856
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75857
CommitDate: Fri Sep 23 21:11:10 2011 -0400
66550
75858
 
66551
75859
    Make the rec mutex test a little more verbose
66552
75860
 
66554
75862
 1 file changed, 3 insertions(+), 1 deletion(-)
66555
75863
 
66556
75864
commit bec571dc790f67a9ee13683b13011ae45ffd393c
66557
 
Author: Dan Winship <danw@gnome.org>
66558
 
Date:   Fri Sep 23 08:53:47 2011 -0400
 
75865
Author:     Dan Winship <danw@gnome.org>
 
75866
AuthorDate: Fri Sep 23 08:53:47 2011 -0400
 
75867
Commit:     Dan Winship <danw@gnome.org>
 
75868
CommitDate: Fri Sep 23 08:53:47 2011 -0400
66559
75869
 
66560
75870
    giostream: "closed" property should not be marked writable
66561
75871
 
66565
75875
 1 file changed, 1 insertion(+), 15 deletions(-)
66566
75876
 
66567
75877
commit 7aa824da6ea3600ae72dc5a7f4c999719ffdacb4
66568
 
Author: Dan Winship <danw@gnome.org>
66569
 
Date:   Fri Sep 23 07:46:55 2011 -0400
 
75878
Author:     Dan Winship <danw@gnome.org>
 
75879
AuthorDate: Fri Sep 23 07:46:55 2011 -0400
 
75880
Commit:     Dan Winship <danw@gnome.org>
 
75881
CommitDate: Fri Sep 23 07:50:11 2011 -0400
66570
75882
 
66571
75883
    gio-2.0.pc.in: drop stray reference to libasyncns
66572
75884
 
66580
75892
 1 file changed, 1 insertion(+), 1 deletion(-)
66581
75893
 
66582
75894
commit cf020d8250c04abf52b5cde68076c09c02f6655d
66583
 
Author: Matthias Clasen <mclasen@redhat.com>
66584
 
Date:   Fri Sep 23 07:21:53 2011 -0400
 
75895
Author:     Matthias Clasen <mclasen@redhat.com>
 
75896
AuthorDate: Fri Sep 23 07:21:53 2011 -0400
 
75897
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75898
CommitDate: Fri Sep 23 07:25:07 2011 -0400
66585
75899
 
66586
75900
    Add a non-trivial GRWLock test
66587
75901
 
66593
75907
 1 file changed, 77 insertions(+)
66594
75908
 
66595
75909
commit 0a9885ebd84b9e7762346be3153c2428bc95ec50
66596
 
Author: Matthias Clasen <mclasen@redhat.com>
66597
 
Date:   Fri Sep 23 07:14:13 2011 -0400
 
75910
Author:     Matthias Clasen <mclasen@redhat.com>
 
75911
AuthorDate: Fri Sep 23 07:14:13 2011 -0400
 
75912
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75913
CommitDate: Fri Sep 23 07:25:07 2011 -0400
66598
75914
 
66599
75915
    Add a non-trivial GRecMutex test
66600
75916
 
66605
75921
 1 file changed, 86 insertions(+)
66606
75922
 
66607
75923
commit de39df9dc1fee88d9d21dcfd40e70d61678508d9
66608
 
Author: Matthias Clasen <mclasen@redhat.com>
66609
 
Date:   Fri Sep 23 07:13:47 2011 -0400
 
75924
Author:     Matthias Clasen <mclasen@redhat.com>
 
75925
AuthorDate: Fri Sep 23 07:13:47 2011 -0400
 
75926
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75927
CommitDate: Fri Sep 23 07:25:06 2011 -0400
66610
75928
 
66611
75929
    Remove an unused variable
66612
75930
 
66614
75932
 1 file changed, 1 deletion(-)
66615
75933
 
66616
75934
commit 16086900af6ec72cf6c83ca4dae87a3c1a9a410f
66617
 
Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
66618
 
Date:   Fri Sep 23 16:23:44 2011 +0530
 
75935
Author:     Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
 
75936
AuthorDate: Fri Sep 23 16:23:44 2011 +0530
 
75937
Commit:     Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
 
75938
CommitDate: Fri Sep 23 16:23:44 2011 +0530
66619
75939
 
66620
75940
    Updated Oriya Translation
66621
75941
 
66624
75944
 1 file changed, 126 insertions(+), 114 deletions(-)
66625
75945
 
66626
75946
commit 798a7d5abee46eb8b1ddb1c72ffa17a9cefc4ab0
66627
 
Author: Matthias Clasen <mclasen@redhat.com>
66628
 
Date:   Fri Sep 23 06:31:12 2011 -0400
 
75947
Author:     Matthias Clasen <mclasen@redhat.com>
 
75948
AuthorDate: Fri Sep 23 06:31:12 2011 -0400
 
75949
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75950
CommitDate: Fri Sep 23 06:31:59 2011 -0400
66629
75951
 
66630
75952
    Add some more rw lock tests
66631
75953
 
66636
75958
 1 file changed, 50 insertions(+)
66637
75959
 
66638
75960
commit 81b37081848c7638e6edc42a5c61e791320d23af
66639
 
Author: Matthias Clasen <mclasen@redhat.com>
66640
 
Date:   Fri Sep 23 06:29:36 2011 -0400
 
75961
Author:     Matthias Clasen <mclasen@redhat.com>
 
75962
AuthorDate: Fri Sep 23 06:29:36 2011 -0400
 
75963
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75964
CommitDate: Fri Sep 23 06:31:59 2011 -0400
66641
75965
 
66642
75966
    Add a mutex test
66643
75967
 
66649
75973
 1 file changed, 77 insertions(+)
66650
75974
 
66651
75975
commit bcd02d7a755154ec8760cae1a8c4a4dd085ac410
66652
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
66653
 
Date:   Fri Sep 23 08:23:25 2011 +0300
 
75976
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
75977
AuthorDate: Fri Sep 23 08:23:25 2011 +0300
 
75978
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
75979
CommitDate: Fri Sep 23 08:23:25 2011 +0300
66654
75980
 
66655
75981
    Updated Hebrew translation
66656
75982
 
66658
75984
 1 file changed, 19 insertions(+), 15 deletions(-)
66659
75985
 
66660
75986
commit 4f3026ea230aeb73e5d24e9b8c72852c097e4354
66661
 
Author: Matthias Clasen <mclasen@redhat.com>
66662
 
Date:   Thu Sep 22 22:44:53 2011 -0400
 
75987
Author:     Matthias Clasen <mclasen@redhat.com>
 
75988
AuthorDate: Thu Sep 22 22:44:53 2011 -0400
 
75989
Commit:     Matthias Clasen <mclasen@redhat.com>
 
75990
CommitDate: Thu Sep 22 22:45:47 2011 -0400
66663
75991
 
66664
75992
    Add headers
66665
75993
 
66668
75996
 2 files changed, 57 insertions(+), 2 deletions(-)
66669
75997
 
66670
75998
commit d4d203e3cb320a80f61231f5834b289e03667846
66671
 
Author: Matthias Clasen <mclasen@redhat.com>
66672
 
Date:   Thu Sep 22 22:44:05 2011 -0400
 
75999
Author:     Matthias Clasen <mclasen@redhat.com>
 
76000
AuthorDate: Thu Sep 22 22:44:05 2011 -0400
 
76001
Commit:     Matthias Clasen <mclasen@redhat.com>
 
76002
CommitDate: Thu Sep 22 22:45:47 2011 -0400
66673
76003
 
66674
76004
    Fix g_rwlock_{writer,reader}_trylock
66675
76005
 
66677
76007
 1 file changed, 8 insertions(+), 2 deletions(-)
66678
76008
 
66679
76009
commit ff139135372cb9d8d88fba19d553f6b68b3ffa37
66680
 
Author: Matthias Clasen <mclasen@redhat.com>
66681
 
Date:   Thu Sep 22 22:43:29 2011 -0400
 
76010
Author:     Matthias Clasen <mclasen@redhat.com>
 
76011
AuthorDate: Thu Sep 22 22:43:29 2011 -0400
 
76012
Commit:     Matthias Clasen <mclasen@redhat.com>
 
76013
CommitDate: Thu Sep 22 22:45:47 2011 -0400
66682
76014
 
66683
76015
    Add basic tests for GRWLock
66684
76016
 
66690
76022
 2 files changed, 80 insertions(+)
66691
76023
 
66692
76024
commit b2717740a23ee37d057cc293ee4f92d91993c648
66693
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
66694
 
Date:   Fri Sep 23 10:41:19 2011 +0800
 
76025
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
76026
AuthorDate: Fri Sep 23 10:41:19 2011 +0800
 
76027
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
76028
CommitDate: Fri Sep 23 10:48:25 2011 +0800
66695
76029
 
66696
76030
    VS support updates
66697
76031
 
66713
76047
 5 files changed, 20 insertions(+), 75 deletions(-)
66714
76048
 
66715
76049
commit 9de564bf1f0f0c874ea311479f1561158e0d55e8
66716
 
Author: Matthias Clasen <mclasen@redhat.com>
66717
 
Date:   Thu Sep 22 21:58:28 2011 -0400
 
76050
Author:     Matthias Clasen <mclasen@redhat.com>
 
76051
AuthorDate: Thu Sep 22 21:58:28 2011 -0400
 
76052
Commit:     Matthias Clasen <mclasen@redhat.com>
 
76053
CommitDate: Thu Sep 22 21:58:55 2011 -0400
66718
76054
 
66719
76055
    Fix g_rec_mutex_trylock
66720
76056
 
66722
76058
 1 file changed, 4 insertions(+), 1 deletion(-)
66723
76059
 
66724
76060
commit 295af777e4c251559f15502e6082f540a7a0f325
66725
 
Author: Matthias Clasen <mclasen@redhat.com>
66726
 
Date:   Thu Sep 22 21:55:43 2011 -0400
 
76061
Author:     Matthias Clasen <mclasen@redhat.com>
 
76062
AuthorDate: Thu Sep 22 21:55:43 2011 -0400
 
76063
Commit:     Matthias Clasen <mclasen@redhat.com>
 
76064
CommitDate: Thu Sep 22 21:58:54 2011 -0400
66727
76065
 
66728
76066
    Add trivial tests for GMutex and GRecMutex
66729
76067
 
66738
76076
 3 files changed, 121 insertions(+)
66739
76077
 
66740
76078
commit 9958909fb2cf818a24737dc3a90e98e6f2f02910
66741
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
66742
 
Date:   Thu Sep 22 22:10:23 2011 +0800
 
76079
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
76080
AuthorDate: Thu Sep 22 22:10:23 2011 +0800
 
76081
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
76082
CommitDate: Fri Sep 23 09:36:37 2011 +0800
66743
76083
 
66744
76084
    gmappedfile.c: Define S_IFREG on Win32 when it's not available
66745
76085
 
66751
76091
 1 file changed, 4 insertions(+)
66752
76092
 
66753
76093
commit f42fe6cdc056b77f74ff6e332389d444c50ae7dc
66754
 
Author: Colin Walters <walters@verbum.org>
66755
 
Date:   Thu Sep 22 16:08:35 2011 -0400
 
76094
Author:     Colin Walters <walters@verbum.org>
 
76095
AuthorDate: Thu Sep 22 16:08:35 2011 -0400
 
76096
Commit:     Colin Walters <walters@verbum.org>
 
76097
CommitDate: Thu Sep 22 20:05:38 2011 -0400
66756
76098
 
66757
76099
    gvalue: Add explicitly signed g_value_get_schar() and
66758
76100
    g_value_set_schar()
66786
76128
 11 files changed, 83 insertions(+), 12 deletions(-)
66787
76129
 
66788
76130
commit 1df8160fa675b225809eed2f86d2489133e5e54d
66789
 
Author: Colin Walters <walters@verbum.org>
66790
 
Date:   Thu Sep 22 17:52:08 2011 -0400
 
76131
Author:     Colin Walters <walters@verbum.org>
 
76132
AuthorDate: Thu Sep 22 17:52:08 2011 -0400
 
76133
Commit:     Colin Walters <walters@verbum.org>
 
76134
CommitDate: Thu Sep 22 18:51:43 2011 -0400
66791
76135
 
66792
76136
    tests: Add a some torture test cases for the generic marshaller
66793
76137
 
66801
76145
 1 file changed, 136 insertions(+)
66802
76146
 
66803
76147
commit c59846086bdc464b8bff97a83c09d91e8c860369
66804
 
Author: Ryan Lortie <desrt@desrt.ca>
66805
 
Date:   Thu Sep 22 13:47:25 2011 -0400
 
76148
Author:     Ryan Lortie <desrt@desrt.ca>
 
76149
AuthorDate: Thu Sep 22 13:47:25 2011 -0400
 
76150
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76151
CommitDate: Thu Sep 22 13:48:00 2011 -0400
66806
76152
 
66807
76153
    Add gthread.h to deprecated headers
66808
76154
 
66812
76158
 1 file changed, 3 insertions(+), 3 deletions(-)
66813
76159
 
66814
76160
commit 8e716cbb497ba0cee11a86410c6faff805ea7d90
66815
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
66816
 
Date:   Thu Sep 22 17:16:55 2011 +0100
 
76161
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
76162
AuthorDate: Thu Sep 22 17:16:55 2011 +0100
 
76163
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
76164
CommitDate: Thu Sep 22 17:17:54 2011 +0100
66817
76165
 
66818
76166
    Fix annotations for source/target in g_object_bind_property_*
66819
76167
 
66826
76174
 1 file changed, 6 insertions(+), 6 deletions(-)
66827
76175
 
66828
76176
commit 35829d28b9f731e2443d48d868ec6b49cb202e5c
66829
 
Author: Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
66830
 
Date:   Thu Sep 22 19:46:01 2011 +0530
 
76177
Author:     Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
 
76178
AuthorDate: Thu Sep 22 19:46:01 2011 +0530
 
76179
Commit:     Manoj Kumar Giri <mgiri@dhcp193-76.pnq.redhat.com>
 
76180
CommitDate: Thu Sep 22 19:46:01 2011 +0530
66831
76181
 
66832
76182
    Updated Oriya Translation
66833
76183
 
66836
76186
 1 file changed, 156 insertions(+), 121 deletions(-)
66837
76187
 
66838
76188
commit 558955dd85ffaa8435c95eacca27db7134ab4c11
66839
 
Author: Matthias Clasen <mclasen@redhat.com>
66840
 
Date:   Thu Sep 22 01:16:41 2011 -0400
 
76189
Author:     Matthias Clasen <mclasen@redhat.com>
 
76190
AuthorDate: Thu Sep 22 01:16:41 2011 -0400
 
76191
Commit:     Matthias Clasen <mclasen@redhat.com>
 
76192
CommitDate: Thu Sep 22 01:16:41 2011 -0400
66841
76193
 
66842
76194
    Some gthread doc updates
66843
76195
 
66848
76200
 1 file changed, 100 insertions(+), 69 deletions(-)
66849
76201
 
66850
76202
commit cedc82290f860683d695d0c5326db153893eec21
66851
 
Author: Matthias Clasen <mclasen@redhat.com>
66852
 
Date:   Thu Sep 22 00:52:18 2011 -0400
 
76203
Author:     Matthias Clasen <mclasen@redhat.com>
 
76204
AuthorDate: Thu Sep 22 00:52:18 2011 -0400
 
76205
Commit:     Matthias Clasen <mclasen@redhat.com>
 
76206
CommitDate: Thu Sep 22 00:54:34 2011 -0400
66853
76207
 
66854
76208
    Use adaptive mutexes when available
66855
76209
 
66865
76219
 2 files changed, 16 insertions(+), 1 deletion(-)
66866
76220
 
66867
76221
commit 19e7026fe728678c33e4cf38290ea88f0941d648
66868
 
Author: Ryan Lortie <desrt@desrt.ca>
66869
 
Date:   Wed Sep 21 20:19:32 2011 -0400
 
76222
Author:     Ryan Lortie <desrt@desrt.ca>
 
76223
AuthorDate: Wed Sep 21 20:19:32 2011 -0400
 
76224
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76225
CommitDate: Wed Sep 21 20:23:03 2011 -0400
66870
76226
 
66871
76227
    GDateTime test: fix a race
66872
76228
 
66879
76235
 1 file changed, 1 insertion(+), 1 deletion(-)
66880
76236
 
66881
76237
commit af9e40dc5def1352e01368de56577addb2c7bbc1
66882
 
Author: Ryan Lortie <desrt@desrt.ca>
66883
 
Date:   Wed Sep 21 20:13:57 2011 -0400
 
76238
Author:     Ryan Lortie <desrt@desrt.ca>
 
76239
AuthorDate: Wed Sep 21 20:13:57 2011 -0400
 
76240
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76241
CommitDate: Wed Sep 21 20:23:02 2011 -0400
66884
76242
 
66885
76243
    gslice: remove single-threaded case
66886
76244
 
66890
76248
 1 file changed, 4 insertions(+), 31 deletions(-)
66891
76249
 
66892
76250
commit ca154c399b879ad17804af5d9a81e607e049861e
66893
 
Author: Philip Van Hoof <philip@codeminded.be>
66894
 
Date:   Wed Sep 21 19:59:03 2011 +0200
 
76251
Author:     Philip Van Hoof <philip@codeminded.be>
 
76252
AuthorDate: Wed Sep 21 19:59:03 2011 +0200
 
76253
Commit:     Philip Van Hoof <philip@codeminded.be>
 
76254
CommitDate: Thu Sep 22 00:01:56 2011 +0200
66895
76255
 
66896
76256
    GMappedFile: Add API to create from an existing file descriptor
66897
76257
 
66911
76271
 4 files changed, 164 insertions(+), 62 deletions(-)
66912
76272
 
66913
76273
commit 24652730a9faaedb19b9e90024077eb7f75a6907
66914
 
Author: Ryan Lortie <desrt@desrt.ca>
66915
 
Date:   Wed Sep 21 14:57:22 2011 -0400
 
76274
Author:     Ryan Lortie <desrt@desrt.ca>
 
76275
AuthorDate: Wed Sep 21 14:57:22 2011 -0400
 
76276
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76277
CommitDate: Wed Sep 21 16:09:05 2011 -0400
66916
76278
 
66917
76279
    Deprecate GStatic{,Rec,RW}Mutex
66918
76280
 
66927
76289
 2 files changed, 65 insertions(+), 65 deletions(-)
66928
76290
 
66929
76291
commit aecec33c4949e022abe6b335f83223495004c09f
66930
 
Author: Ryan Lortie <desrt@desrt.ca>
66931
 
Date:   Wed Sep 21 14:39:59 2011 -0400
 
76292
Author:     Ryan Lortie <desrt@desrt.ca>
 
76293
AuthorDate: Wed Sep 21 14:39:59 2011 -0400
 
76294
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76295
CommitDate: Wed Sep 21 16:09:05 2011 -0400
66932
76296
 
66933
76297
    gtype: port from GStaticRWLock to GRWLock
66934
76298
 
66936
76300
 1 file changed, 9 insertions(+), 9 deletions(-)
66937
76301
 
66938
76302
commit b6140c2f89e3d9a613623b7eacad631360837df3
66939
 
Author: Ryan Lortie <desrt@desrt.ca>
66940
 
Date:   Wed Sep 21 14:37:34 2011 -0400
 
76303
Author:     Ryan Lortie <desrt@desrt.ca>
 
76304
AuthorDate: Wed Sep 21 14:37:34 2011 -0400
 
76305
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76306
CommitDate: Wed Sep 21 16:09:04 2011 -0400
66941
76307
 
66942
76308
    Port internal GStaticRecMutex users to GRecMutex
66943
76309
 
66948
76314
 4 files changed, 46 insertions(+), 46 deletions(-)
66949
76315
 
66950
76316
commit ad187e3a9b2efff3c773d361e78ec3acda36136e
66951
 
Author: Ryan Lortie <desrt@desrt.ca>
66952
 
Date:   Wed Sep 21 14:36:53 2011 -0400
 
76317
Author:     Ryan Lortie <desrt@desrt.ca>
 
76318
AuthorDate: Wed Sep 21 14:36:53 2011 -0400
 
76319
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76320
CommitDate: Wed Sep 21 16:09:04 2011 -0400
66953
76321
 
66954
76322
    Add a new recursive mutex type, GRecMutex
66955
76323
 
66966
76334
 4 files changed, 158 insertions(+)
66967
76335
 
66968
76336
commit 3d4102776e59e748ee8b6e4d456a06a33593f308
66969
 
Author: Ryan Lortie <desrt@desrt.ca>
66970
 
Date:   Wed Sep 21 10:19:36 2011 -0400
 
76337
Author:     Ryan Lortie <desrt@desrt.ca>
 
76338
AuthorDate: Wed Sep 21 10:19:36 2011 -0400
 
76339
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76340
CommitDate: Wed Sep 21 16:09:03 2011 -0400
66971
76341
 
66972
76342
    Add GRWLock
66973
76343
 
66981
76351
 5 files changed, 133 insertions(+), 3 deletions(-)
66982
76352
 
66983
76353
commit 42af8eb39d2744af68a470bcd9f7aae3c8f43602
66984
 
Author: Ryan Lortie <desrt@desrt.ca>
66985
 
Date:   Wed Sep 21 00:33:16 2011 -0400
 
76354
Author:     Ryan Lortie <desrt@desrt.ca>
 
76355
AuthorDate: Wed Sep 21 00:33:16 2011 -0400
 
76356
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76357
CommitDate: Wed Sep 21 16:06:56 2011 -0400
66986
76358
 
66987
76359
    gthread: remove impl init functions
66988
76360
 
66993
76365
 4 files changed, 6 insertions(+), 33 deletions(-)
66994
76366
 
66995
76367
commit 2539bd007d34c7e75788c34f8d9a1e0d5f225ea0
66996
 
Author: Ryan Lortie <desrt@desrt.ca>
66997
 
Date:   Tue Sep 20 10:06:57 2011 -0400
 
76368
Author:     Ryan Lortie <desrt@desrt.ca>
 
76369
AuthorDate: Tue Sep 20 10:06:57 2011 -0400
 
76370
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76371
CommitDate: Wed Sep 21 16:06:56 2011 -0400
66998
76372
 
66999
76373
    win32: Add 'shared' support to SRWLock emulation
67000
76374
 
67003
76377
 1 file changed, 108 insertions(+)
67004
76378
 
67005
76379
commit 9f42e3be1b7b9e7588eb84e21c321dfbde0a6f9a
67006
 
Author: Ryan Lortie <desrt@desrt.ca>
67007
 
Date:   Tue Sep 20 00:05:34 2011 -0400
 
76380
Author:     Ryan Lortie <desrt@desrt.ca>
 
76381
AuthorDate: Tue Sep 20 00:05:34 2011 -0400
 
76382
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76383
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67008
76384
 
67009
76385
    gthread-win32: trivial condition change
67010
76386
 
67014
76390
 1 file changed, 4 insertions(+), 1 deletion(-)
67015
76391
 
67016
76392
commit 391aea32f31506cd07b251385450a84d705cc798
67017
 
Author: Ryan Lortie <desrt@desrt.ca>
67018
 
Date:   Tue Sep 20 00:04:43 2011 -0400
 
76393
Author:     Ryan Lortie <desrt@desrt.ca>
 
76394
AuthorDate: Tue Sep 20 00:04:43 2011 -0400
 
76395
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76396
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67019
76397
 
67020
76398
    gthread-win32: rename a struct member
67021
76399
 
67026
76404
 1 file changed, 6 insertions(+), 6 deletions(-)
67027
76405
 
67028
76406
commit d7aeae97effab17a0562023497ed8baf46dcc09a
67029
 
Author: Ryan Lortie <desrt@desrt.ca>
67030
 
Date:   Mon Sep 19 13:58:36 2011 -0400
 
76407
Author:     Ryan Lortie <desrt@desrt.ca>
 
76408
AuthorDate: Mon Sep 19 13:58:36 2011 -0400
 
76409
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76410
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67031
76411
 
67032
76412
    gthread.h: remove some bogus decl/comments
67033
76413
 
67039
76419
 1 file changed, 10 deletions(-)
67040
76420
 
67041
76421
commit 894dd4f62b5df008e9372394c0fb4ef2fd1dc527
67042
 
Author: Ryan Lortie <desrt@desrt.ca>
67043
 
Date:   Mon Sep 19 13:51:07 2011 -0400
 
76422
Author:     Ryan Lortie <desrt@desrt.ca>
 
76423
AuthorDate: Mon Sep 19 13:51:07 2011 -0400
 
76424
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76425
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67044
76426
 
67045
76427
    Revert "Drop an unused variable"
67046
76428
 
67053
76435
 1 file changed, 1 insertion(+)
67054
76436
 
67055
76437
commit 8ef30eb3da2e371bf6cbaa4d102b89b948fc04bb
67056
 
Author: Matthias Clasen <mclasen@redhat.com>
67057
 
Date:   Mon Sep 19 07:19:17 2011 -0400
 
76438
Author:     Matthias Clasen <mclasen@redhat.com>
 
76439
AuthorDate: Mon Sep 19 07:19:17 2011 -0400
 
76440
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76441
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67058
76442
 
67059
76443
    Drop an unused variable
67060
76444
 
67062
76446
 1 file changed, 1 deletion(-)
67063
76447
 
67064
76448
commit 7d859fb67f42a88368f8c5d404cf7ade07dbf27d
67065
 
Author: Matthias Clasen <mclasen@redhat.com>
67066
 
Date:   Mon Sep 19 07:16:30 2011 -0400
 
76449
Author:     Matthias Clasen <mclasen@redhat.com>
 
76450
AuthorDate: Mon Sep 19 07:16:30 2011 -0400
 
76451
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76452
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67067
76453
 
67068
76454
    More header cosmetics
67069
76455
 
67071
76457
 1 file changed, 18 insertions(+), 18 deletions(-)
67072
76458
 
67073
76459
commit c291259c659a2dd48f1202863852f61a34290a84
67074
 
Author: Matthias Clasen <mclasen@redhat.com>
67075
 
Date:   Mon Sep 19 00:29:53 2011 -0400
 
76460
Author:     Matthias Clasen <mclasen@redhat.com>
 
76461
AuthorDate: Mon Sep 19 00:29:53 2011 -0400
 
76462
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76463
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67076
76464
 
67077
76465
    trivial: small header reordering
67078
76466
 
67080
76468
 1 file changed, 4 insertions(+), 5 deletions(-)
67081
76469
 
67082
76470
commit ae2ac9e809a91635c6ff9751145cd09b6de8dab9
67083
 
Author: Ryan Lortie <desrt@desrt.ca>
67084
 
Date:   Mon Sep 19 01:11:11 2011 -0400
 
76471
Author:     Ryan Lortie <desrt@desrt.ca>
 
76472
AuthorDate: Mon Sep 19 01:11:11 2011 -0400
 
76473
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76474
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67085
76475
 
67086
76476
    Move some things to deprecated/gthread.h
67087
76477
 
67094
76484
 5 files changed, 118 insertions(+), 83 deletions(-)
67095
76485
 
67096
76486
commit 97972fbb3a1d9234fbb5753802afd0c13db45f25
67097
 
Author: Ryan Lortie <desrt@desrt.ca>
67098
 
Date:   Mon Sep 19 01:02:44 2011 -0400
 
76487
Author:     Ryan Lortie <desrt@desrt.ca>
 
76488
AuthorDate: Mon Sep 19 01:02:44 2011 -0400
 
76489
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76490
CommitDate: Wed Sep 21 16:06:56 2011 -0400
67099
76491
 
67100
76492
    g_thread_init: take a gpointer as the arg
67101
76493
 
67106
76498
 2 files changed, 3 insertions(+), 3 deletions(-)
67107
76499
 
67108
76500
commit abba53e39630fd9df7249e239db06b391ba1f47a
67109
 
Author: Ryan Lortie <desrt@desrt.ca>
67110
 
Date:   Mon Sep 19 00:55:16 2011 -0400
 
76501
Author:     Ryan Lortie <desrt@desrt.ca>
 
76502
AuthorDate: Mon Sep 19 00:55:16 2011 -0400
 
76503
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76504
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67111
76505
 
67112
76506
    disable glib-ctor on win32
67113
76507
 
67115
76509
 1 file changed, 1 insertion(+), 1 deletion(-)
67116
76510
 
67117
76511
commit 14e6377a603abd03a3c9d7130da1c1113cec4d7b
67118
 
Author: Ryan Lortie <desrt@desrt.ca>
67119
 
Date:   Mon Sep 19 00:45:19 2011 -0400
 
76512
Author:     Ryan Lortie <desrt@desrt.ca>
 
76513
AuthorDate: Mon Sep 19 00:45:19 2011 -0400
 
76514
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76515
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67120
76516
 
67121
76517
    Deprecate g_thread_create_full()
67122
76518
 
67135
76531
 5 files changed, 68 insertions(+), 20 deletions(-)
67136
76532
 
67137
76533
commit 9621b1093e7b745e6f8184012bc3c18ab1d261b1
67138
 
Author: Ryan Lortie <desrt@desrt.ca>
67139
 
Date:   Mon Sep 19 00:31:33 2011 -0400
 
76534
Author:     Ryan Lortie <desrt@desrt.ca>
 
76535
AuthorDate: Mon Sep 19 00:31:33 2011 -0400
 
76536
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76537
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67140
76538
 
67141
76539
    Drop g_thread_fail()
67142
76540
 
67146
76544
 1 file changed, 7 deletions(-)
67147
76545
 
67148
76546
commit b2c1364ab29f82d863990c9b1b17abce798f9a84
67149
 
Author: Ryan Lortie <desrt@desrt.ca>
67150
 
Date:   Mon Sep 19 00:30:30 2011 -0400
 
76547
Author:     Ryan Lortie <desrt@desrt.ca>
 
76548
AuthorDate: Mon Sep 19 00:30:30 2011 -0400
 
76549
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76550
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67151
76551
 
67152
76552
    g_system_thread_create: drop unused args
67153
76553
 
67161
76561
 4 files changed, 1 insertion(+), 7 deletions(-)
67162
76562
 
67163
76563
commit 2b4c303d61d614af90a92de4c85532fcc245118e
67164
 
Author: Ryan Lortie <desrt@desrt.ca>
67165
 
Date:   Mon Sep 19 00:27:56 2011 -0400
 
76564
Author:     Ryan Lortie <desrt@desrt.ca>
 
76565
AuthorDate: Mon Sep 19 00:27:56 2011 -0400
 
76566
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76567
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67166
76568
 
67167
76569
    Remove the concept of 'bound'
67168
76570
 
67176
76578
 2 files changed, 3 insertions(+), 14 deletions(-)
67177
76579
 
67178
76580
commit cebcfed78347e7f0e5853cdc192319168cd811a6
67179
 
Author: Matthias Clasen <mclasen@redhat.com>
67180
 
Date:   Mon Sep 19 00:25:12 2011 -0400
 
76581
Author:     Matthias Clasen <mclasen@redhat.com>
 
76582
AuthorDate: Mon Sep 19 00:25:12 2011 -0400
 
76583
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76584
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67181
76585
 
67182
76586
    Remove a leftover from errorcheck mutexes
67183
76587
 
67185
76589
 1 file changed, 3 deletions(-)
67186
76590
 
67187
76591
commit cffed9a03a54f92f04cf9648253a907573752975
67188
 
Author: Ryan Lortie <desrt@desrt.ca>
67189
 
Date:   Mon Sep 19 00:11:46 2011 -0400
 
76592
Author:     Ryan Lortie <desrt@desrt.ca>
 
76593
AuthorDate: Mon Sep 19 00:11:46 2011 -0400
 
76594
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76595
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67190
76596
 
67191
76597
    Remove g_thread_functions_for_glib_use_old
67192
76598
 
67197
76603
 1 file changed, 39 deletions(-)
67198
76604
 
67199
76605
commit 6972ed340b702a2b2674cab4338207e2a74a19f0
67200
 
Author: Ryan Lortie <desrt@desrt.ca>
67201
 
Date:   Mon Sep 19 00:03:40 2011 -0400
 
76606
Author:     Ryan Lortie <desrt@desrt.ca>
 
76607
AuthorDate: Mon Sep 19 00:03:40 2011 -0400
 
76608
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76609
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67202
76610
 
67203
76611
    Merge g_thread_functions_for_glib_use
67204
76612
 
67211
76619
 3 files changed, 25 insertions(+), 50 deletions(-)
67212
76620
 
67213
76621
commit 6ea1721191efc27cef0236bf10174dd0a81125bb
67214
 
Author: Ryan Lortie <desrt@desrt.ca>
67215
 
Date:   Mon Sep 19 00:01:29 2011 -0400
 
76622
Author:     Ryan Lortie <desrt@desrt.ca>
 
76623
AuthorDate: Mon Sep 19 00:01:29 2011 -0400
 
76624
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76625
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67216
76626
 
67217
76627
    gthread.h: drop the vtable access macros
67218
76628
 
67222
76632
 1 file changed, 14 deletions(-)
67223
76633
 
67224
76634
commit 3422dcfd28c2e33b5dffbcc0f59cfa507b89a468
67225
 
Author: Ryan Lortie <desrt@desrt.ca>
67226
 
Date:   Mon Sep 19 00:00:12 2011 -0400
 
76635
Author:     Ryan Lortie <desrt@desrt.ca>
 
76636
AuthorDate: Mon Sep 19 00:00:12 2011 -0400
 
76637
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76638
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67227
76639
 
67228
76640
    NULL g_system_thread_{exit,equal} in the vtable
67229
76641
 
67235
76647
 2 files changed, 4 insertions(+), 4 deletions(-)
67236
76648
 
67237
76649
commit 7a69d46dc562188a8673c6057919b4d65798491d
67238
 
Author: Ryan Lortie <desrt@desrt.ca>
67239
 
Date:   Sun Sep 18 23:58:12 2011 -0400
 
76650
Author:     Ryan Lortie <desrt@desrt.ca>
 
76651
AuthorDate: Sun Sep 18 23:58:12 2011 -0400
 
76652
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76653
CommitDate: Wed Sep 21 16:06:55 2011 -0400
67240
76654
 
67241
76655
    GSystemThread: port 'self' 'join' and 'create'
67242
76656
 
67255
76669
 4 files changed, 51 insertions(+), 41 deletions(-)
67256
76670
 
67257
76671
commit 51d92adeee67d1df30d13fe41e97af9e563f62ec
67258
 
Author: Ryan Lortie <desrt@desrt.ca>
67259
 
Date:   Sun Sep 18 23:43:27 2011 -0400
 
76672
Author:     Ryan Lortie <desrt@desrt.ca>
 
76673
AuthorDate: Sun Sep 18 23:43:27 2011 -0400
 
76674
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76675
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67260
76676
 
67261
76677
    GThread: deprecate thread priorities
67262
76678
 
67277
76693
 4 files changed, 22 insertions(+), 191 deletions(-)
67278
76694
 
67279
76695
commit a10306060c409c45b2ae7dc38813918ce5d611d4
67280
 
Author: Matthias Clasen <mclasen@redhat.com>
67281
 
Date:   Sun Sep 18 23:18:17 2011 -0400
 
76696
Author:     Matthias Clasen <mclasen@redhat.com>
 
76697
AuthorDate: Sun Sep 18 23:18:17 2011 -0400
 
76698
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76699
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67282
76700
 
67283
76701
    Don't use the thread_exit vfunc
67284
76702
 
67292
76710
 4 files changed, 14 insertions(+), 13 deletions(-)
67293
76711
 
67294
76712
commit cc7631cd197756a1f804342a39f6ab10a28bc4f5
67295
 
Author: Matthias Clasen <mclasen@redhat.com>
67296
 
Date:   Sun Sep 18 23:10:25 2011 -0400
 
76713
Author:     Matthias Clasen <mclasen@redhat.com>
 
76714
AuthorDate: Sun Sep 18 23:10:25 2011 -0400
 
76715
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76716
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67297
76717
 
67298
76718
    Don't use the thread_equal vfunc anymore
67299
76719
 
67308
76728
 4 files changed, 18 insertions(+), 17 deletions(-)
67309
76729
 
67310
76730
commit e00bcfcdecbc25bf6e34492a328a855771ff08ef
67311
 
Author: Ryan Lortie <desrt@desrt.ca>
67312
 
Date:   Sun Sep 18 23:07:24 2011 -0400
 
76731
Author:     Ryan Lortie <desrt@desrt.ca>
 
76732
AuthorDate: Sun Sep 18 23:07:24 2011 -0400
 
76733
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76734
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67313
76735
 
67314
76736
    gthread-win32: use __stdcall markers where needed
67315
76737
 
67327
76749
 1 file changed, 29 insertions(+), 32 deletions(-)
67328
76750
 
67329
76751
commit 835c9b75c8adb20f8a095a2bea486d59f16e72cc
67330
 
Author: Ryan Lortie <desrt@desrt.ca>
67331
 
Date:   Sun Sep 18 22:48:53 2011 -0400
 
76752
Author:     Ryan Lortie <desrt@desrt.ca>
 
76753
AuthorDate: Sun Sep 18 22:48:53 2011 -0400
 
76754
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76755
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67332
76756
 
67333
76757
    g_private_new: use GSlice
67334
76758
 
67339
76763
 1 file changed, 1 insertion(+), 1 deletion(-)
67340
76764
 
67341
76765
commit 0ebd842d240f74cee6654e02beb15966b058c603
67342
 
Author: Matthias Clasen <mclasen@redhat.com>
67343
 
Date:   Sun Sep 18 22:11:12 2011 -0400
 
76766
Author:     Matthias Clasen <mclasen@redhat.com>
 
76767
AuthorDate: Sun Sep 18 22:11:12 2011 -0400
 
76768
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76769
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67344
76770
 
67345
76771
    And move the g_thread_yield() docs too
67346
76772
 
67348
76774
 1 file changed, 9 insertions(+)
67349
76775
 
67350
76776
commit 71df02658053cab2b18a15f02323a139f1de2092
67351
 
Author: Matthias Clasen <mclasen@redhat.com>
67352
 
Date:   Sun Sep 18 21:39:35 2011 -0400
 
76777
Author:     Matthias Clasen <mclasen@redhat.com>
 
76778
AuthorDate: Sun Sep 18 21:39:35 2011 -0400
 
76779
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76780
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67353
76781
 
67354
76782
    Don't use the thread vtable for g_thread_yield()
67355
76783
 
67359
76787
 3 files changed, 6 insertions(+), 21 deletions(-)
67360
76788
 
67361
76789
commit 862e086b79aa285c22f53b6351f6b8816adf2ed5
67362
 
Author: Matthias Clasen <mclasen@redhat.com>
67363
 
Date:   Sun Sep 18 21:24:25 2011 -0400
 
76790
Author:     Matthias Clasen <mclasen@redhat.com>
 
76791
AuthorDate: Sun Sep 18 21:24:25 2011 -0400
 
76792
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76793
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67364
76794
 
67365
76795
    Move g_private_new() to common code
67366
76796
 
67373
76803
 3 files changed, 37 insertions(+), 52 deletions(-)
67374
76804
 
67375
76805
commit dffca808469f372352a2f6cfe58f8ad026ce3a5e
67376
 
Author: Matthias Clasen <mclasen@redhat.com>
67377
 
Date:   Sun Sep 18 21:17:33 2011 -0400
 
76806
Author:     Matthias Clasen <mclasen@redhat.com>
 
76807
AuthorDate: Sun Sep 18 21:17:33 2011 -0400
 
76808
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76809
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67378
76810
 
67379
76811
    Move docs around
67380
76812
 
67387
76819
 2 files changed, 290 insertions(+), 222 deletions(-)
67388
76820
 
67389
76821
commit 0044763a715ac5cec27fab5a7f247d3a1045d9aa
67390
 
Author: Matthias Clasen <mclasen@redhat.com>
67391
 
Date:   Sun Sep 18 20:04:28 2011 -0400
 
76822
Author:     Matthias Clasen <mclasen@redhat.com>
 
76823
AuthorDate: Sun Sep 18 20:04:28 2011 -0400
 
76824
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76825
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67392
76826
 
67393
76827
    Clean up g_thread_yield implementation
67394
76828
 
67402
76836
 4 files changed, 19 insertions(+), 13 deletions(-)
67403
76837
 
67404
76838
commit c4a69e784ebd5c19a79463c2593f8b9316aeb7b2
67405
 
Author: Ryan Lortie <desrt@desrt.ca>
67406
 
Date:   Sun Sep 18 02:27:03 2011 -0400
 
76839
Author:     Ryan Lortie <desrt@desrt.ca>
 
76840
AuthorDate: Sun Sep 18 02:27:03 2011 -0400
 
76841
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76842
CommitDate: Wed Sep 21 16:06:54 2011 -0400
67407
76843
 
67408
76844
    gmem: move to glib-ctor
67409
76845
 
67414
76850
 3 files changed, 47 insertions(+), 72 deletions(-)
67415
76851
 
67416
76852
commit ae4419610cf920acc2ada9df0e5320a500e9965c
67417
 
Author: Ryan Lortie <desrt@desrt.ca>
67418
 
Date:   Sun Sep 18 02:17:17 2011 -0400
 
76853
Author:     Ryan Lortie <desrt@desrt.ca>
 
76854
AuthorDate: Sun Sep 18 02:17:17 2011 -0400
 
76855
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76856
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67419
76857
 
67420
76858
    gslice: move initialisation to glib-ctor
67421
76859
 
67425
76863
 3 files changed, 5 insertions(+), 27 deletions(-)
67426
76864
 
67427
76865
commit 8f74c927f609139c51b0a0c067ad63c60ac9139b
67428
 
Author: Ryan Lortie <desrt@desrt.ca>
67429
 
Date:   Sun Sep 18 02:16:07 2011 -0400
 
76866
Author:     Ryan Lortie <desrt@desrt.ca>
 
76867
AuthorDate: Sun Sep 18 02:16:07 2011 -0400
 
76868
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76869
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67430
76870
 
67431
76871
    Add glib-ctor functionality
67432
76872
 
67441
76881
 2 files changed, 26 insertions(+)
67442
76882
 
67443
76883
commit 0e604ef0b527129f947637bc3ae742e9e2c30c90
67444
 
Author: Ryan Lortie <desrt@desrt.ca>
67445
 
Date:   Sun Sep 18 01:24:27 2011 -0400
 
76884
Author:     Ryan Lortie <desrt@desrt.ca>
 
76885
AuthorDate: Sun Sep 18 01:24:27 2011 -0400
 
76886
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76887
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67446
76888
 
67447
76889
    GThread: always initialise the system thread
67448
76890
 
67452
76894
 1 file changed, 1 insertion(+), 2 deletions(-)
67453
76895
 
67454
76896
commit 4596dfbc7587c20261b56b58a0a3e5fdeb7ff79a
67455
 
Author: Ryan Lortie <desrt@desrt.ca>
67456
 
Date:   Sun Sep 18 01:21:01 2011 -0400
 
76897
Author:     Ryan Lortie <desrt@desrt.ca>
 
76898
AuthorDate: Sun Sep 18 01:21:01 2011 -0400
 
76899
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76900
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67457
76901
 
67458
76902
    gmessages: do implicit GPrivate initialisation
67459
76903
 
67465
76909
 1 file changed, 8 insertions(+), 2 deletions(-)
67466
76910
 
67467
76911
commit 90679997ec7439ae520c97eb37b5ae36e0da6bba
67468
 
Author: Ryan Lortie <desrt@desrt.ca>
67469
 
Date:   Sun Sep 18 01:10:07 2011 -0400
 
76912
Author:     Ryan Lortie <desrt@desrt.ca>
 
76913
AuthorDate: Sun Sep 18 01:10:07 2011 -0400
 
76914
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76915
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67470
76916
 
67471
76917
    Continue GPrivate rework
67472
76918
 
67487
76933
 7 files changed, 48 insertions(+), 33 deletions(-)
67488
76934
 
67489
76935
commit b0d83576e26191505ce450cd3eae596be9aff1e1
67490
 
Author: Ryan Lortie <desrt@desrt.ca>
67491
 
Date:   Sat Sep 17 22:00:27 2011 -0400
 
76936
Author:     Ryan Lortie <desrt@desrt.ca>
 
76937
AuthorDate: Sat Sep 17 22:00:27 2011 -0400
 
76938
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76939
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67492
76940
 
67493
76941
    Rework GPrivate
67494
76942
 
67513
76961
 5 files changed, 155 insertions(+), 138 deletions(-)
67514
76962
 
67515
76963
commit 4ec6d47806dbb4934aeeb748196d24f7cd0eb10c
67516
 
Author: Ryan Lortie <desrt@desrt.ca>
67517
 
Date:   Sat Sep 17 20:15:07 2011 -0400
 
76964
Author:     Ryan Lortie <desrt@desrt.ca>
 
76965
AuthorDate: Sat Sep 17 20:15:07 2011 -0400
 
76966
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76967
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67518
76968
 
67519
76969
    GStaticMutex: remove ./configure checks
67520
76970
 
67533
76983
 2 files changed, 14 insertions(+), 71 deletions(-)
67534
76984
 
67535
76985
commit c33cd007398cfc81a9405b95280e99a231f58ff8
67536
 
Author: Ryan Lortie <desrt@desrt.ca>
67537
 
Date:   Sat Sep 17 19:33:30 2011 -0400
 
76986
Author:     Ryan Lortie <desrt@desrt.ca>
 
76987
AuthorDate: Sat Sep 17 19:33:30 2011 -0400
 
76988
Commit:     Ryan Lortie <desrt@desrt.ca>
 
76989
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67538
76990
 
67539
76991
    Stop using GStaticMutex in two testcases
67540
76992
 
67543
76995
 2 files changed, 13 insertions(+), 15 deletions(-)
67544
76996
 
67545
76997
commit 1da913a7a3f120d7097a7474f7cccbeeb1a8383c
67546
 
Author: Ryan Lortie <desrt@desrt.ca>
67547
 
Date:   Sat Sep 17 19:32:57 2011 -0400
 
76998
Author:     Ryan Lortie <desrt@desrt.ca>
 
76999
AuthorDate: Sat Sep 17 19:32:57 2011 -0400
 
77000
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77001
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67548
77002
 
67549
77003
    GParamSpecPool: port from GStaticMutex to GMutex
67550
77004
 
67552
77006
 1 file changed, 16 insertions(+), 19 deletions(-)
67553
77007
 
67554
77008
commit 806de91cd55c7ba2599a637346dbecd3bb3a5562
67555
 
Author: Ryan Lortie <desrt@desrt.ca>
67556
 
Date:   Sat Sep 17 19:26:41 2011 -0400
 
77009
Author:     Ryan Lortie <desrt@desrt.ca>
 
77010
AuthorDate: Sat Sep 17 19:26:41 2011 -0400
 
77011
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77012
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67557
77013
 
67558
77014
    GSettings: port from GStaticMutex to GMutex
67559
77015
 
67563
77019
 2 files changed, 32 insertions(+), 32 deletions(-)
67564
77020
 
67565
77021
commit 646de11ae789fb19a878091491fa645788d89368
67566
 
Author: Ryan Lortie <desrt@desrt.ca>
67567
 
Date:   Sat Sep 17 18:30:07 2011 -0400
 
77022
Author:     Ryan Lortie <desrt@desrt.ca>
 
77023
AuthorDate: Sat Sep 17 18:30:07 2011 -0400
 
77024
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77025
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67568
77026
 
67569
77027
    Remove "temporary until GLib is fixed" code
67570
77028
 
67578
77036
 2 files changed, 40 deletions(-)
67579
77037
 
67580
77038
commit e996a836e854934c0c45e17cfa26b22a8a1bc8bb
67581
 
Author: Ryan Lortie <desrt@desrt.ca>
67582
 
Date:   Sat Sep 17 18:07:39 2011 -0400
 
77039
Author:     Ryan Lortie <desrt@desrt.ca>
 
77040
AuthorDate: Sat Sep 17 18:07:39 2011 -0400
 
77041
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77042
CommitDate: Wed Sep 21 16:06:53 2011 -0400
67583
77043
 
67584
77044
    Port g_cond_new to use GSlice
67585
77045
 
67594
77054
 3 files changed, 18 insertions(+), 45 deletions(-)
67595
77055
 
67596
77056
commit f1d34d0187cd658a95fba64473942b55d27bfcea
67597
 
Author: Ryan Lortie <desrt@desrt.ca>
67598
 
Date:   Sat Sep 17 18:05:24 2011 -0400
 
77057
Author:     Ryan Lortie <desrt@desrt.ca>
 
77058
AuthorDate: Sat Sep 17 18:05:24 2011 -0400
 
77059
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77060
CommitDate: Wed Sep 21 16:06:52 2011 -0400
67599
77061
 
67600
77062
    libglib: stop using g_cond_new in some places
67601
77063
 
67607
77069
 2 files changed, 11 insertions(+), 15 deletions(-)
67608
77070
 
67609
77071
commit 22b3e26034017f19c81a3f2bfa7e9c8ec5a690a8
67610
 
Author: Ryan Lortie <desrt@desrt.ca>
67611
 
Date:   Sat Sep 17 17:59:03 2011 -0400
 
77072
Author:     Ryan Lortie <desrt@desrt.ca>
 
77073
AuthorDate: Sat Sep 17 17:59:03 2011 -0400
 
77074
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77075
CommitDate: Wed Sep 21 16:06:49 2011 -0400
67612
77076
 
67613
77077
    Port g_mutex_new to use GSlice
67614
77078
 
67622
77086
 3 files changed, 19 insertions(+), 42 deletions(-)
67623
77087
 
67624
77088
commit cf26a6fc32e32bd71d4652245257477ae34d9a15
67625
 
Author: Ryan Lortie <desrt@desrt.ca>
67626
 
Date:   Sat Sep 17 18:33:25 2011 -0400
 
77089
Author:     Ryan Lortie <desrt@desrt.ca>
 
77090
AuthorDate: Sat Sep 17 18:33:25 2011 -0400
 
77091
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77092
CommitDate: Wed Sep 21 15:55:36 2011 -0400
67627
77093
 
67628
77094
    G_LOCK: port from GStaticMutex to GMutex
67629
77095
 
67635
77101
 2 files changed, 10 insertions(+), 12 deletions(-)
67636
77102
 
67637
77103
commit 2c7388c19a3f7895ee49a5bc7219822a50b5b514
67638
 
Author: Ryan Lortie <desrt@desrt.ca>
67639
 
Date:   Sat Sep 17 17:56:33 2011 -0400
 
77104
Author:     Ryan Lortie <desrt@desrt.ca>
 
77105
AuthorDate: Sat Sep 17 17:56:33 2011 -0400
 
77106
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77107
CommitDate: Wed Sep 21 15:55:36 2011 -0400
67640
77108
 
67641
77109
    libglib: stop using g_mutex_new
67642
77110
 
67651
77119
 5 files changed, 101 insertions(+), 112 deletions(-)
67652
77120
 
67653
77121
commit f35362f3ae4a4bcc6c0d03b129758b2989e8cd79
67654
 
Author: Ryan Lortie <desrt@desrt.ca>
67655
 
Date:   Sat Sep 17 17:47:46 2011 -0400
 
77122
Author:     Ryan Lortie <desrt@desrt.ca>
 
77123
AuthorDate: Sat Sep 17 17:47:46 2011 -0400
 
77124
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77125
CommitDate: Wed Sep 21 15:55:36 2011 -0400
67656
77126
 
67657
77127
    libglib: drop use of GStaticMutex
67658
77128
 
67663
77133
 2 files changed, 15 insertions(+), 16 deletions(-)
67664
77134
 
67665
77135
commit 80730bc75ca8b0ad71f1372c9652bee39391244e
67666
 
Author: Ryan Lortie <desrt@desrt.ca>
67667
 
Date:   Fri Sep 16 18:05:23 2011 -0400
 
77136
Author:     Ryan Lortie <desrt@desrt.ca>
 
77137
AuthorDate: Fri Sep 16 18:05:23 2011 -0400
 
77138
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77139
CommitDate: Wed Sep 21 15:55:36 2011 -0400
67668
77140
 
67669
77141
    Rework GMutex and GCond APIs
67670
77142
 
67697
77169
 5 files changed, 907 insertions(+), 330 deletions(-)
67698
77170
 
67699
77171
commit c6f84faa17227da437eeceb58ce79334ffdfdb57
67700
 
Author: Matthias Clasen <mclasen@redhat.com>
67701
 
Date:   Wed Sep 21 15:46:24 2011 -0400
 
77172
Author:     Matthias Clasen <mclasen@redhat.com>
 
77173
AuthorDate: Wed Sep 21 15:46:24 2011 -0400
 
77174
Commit:     Matthias Clasen <mclasen@redhat.com>
 
77175
CommitDate: Wed Sep 21 15:47:26 2011 -0400
67702
77176
 
67703
77177
    Forgotten part of an earlier mismerge
67704
77178
 
67708
77182
 1 file changed, 5 insertions(+), 1 deletion(-)
67709
77183
 
67710
77184
commit 43254e8c4c60f102be1212a1919953ad7ddf31db
67711
 
Author: Ryan Lortie <desrt@desrt.ca>
67712
 
Date:   Wed Sep 21 15:27:37 2011 -0400
 
77185
Author:     Ryan Lortie <desrt@desrt.ca>
 
77186
AuthorDate: Wed Sep 21 15:27:37 2011 -0400
 
77187
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77188
CommitDate: Wed Sep 21 15:27:47 2011 -0400
67713
77189
 
67714
77190
    gmessage.c: mark a private function static
67715
77191
 
67717
77193
 1 file changed, 1 insertion(+), 1 deletion(-)
67718
77194
 
67719
77195
commit aabdb7e190fc4db595484e05e40315985c6c4645
67720
 
Author: David Zeuthen <davidz@redhat.com>
67721
 
Date:   Wed Sep 21 08:16:43 2011 -0400
 
77196
Author:     David Zeuthen <davidz@redhat.com>
 
77197
AuthorDate: Wed Sep 21 08:16:43 2011 -0400
 
77198
Commit:     David Zeuthen <davidz@redhat.com>
 
77199
CommitDate: Wed Sep 21 12:35:40 2011 -0400
67722
77200
 
67723
77201
    GDBusObject{Proxy,Skeleton}: Prefix properties with g- to avoid
67724
77202
    collisions
67740
77218
 5 files changed, 27 insertions(+), 27 deletions(-)
67741
77219
 
67742
77220
commit 1f5262d2c96f888c21bd113d43528cf3964f163d
67743
 
Author: Ryan Lortie <desrt@desrt.ca>
67744
 
Date:   Tue Sep 20 10:07:35 2011 -0400
 
77221
Author:     Ryan Lortie <desrt@desrt.ca>
 
77222
AuthorDate: Tue Sep 20 10:07:35 2011 -0400
 
77223
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77224
CommitDate: Wed Sep 21 10:20:08 2011 -0400
67745
77225
 
67746
77226
    gunixmounts: exempt entries with "none" mountpoint
67747
77227
 
67758
77238
 1 file changed, 4 insertions(+), 2 deletions(-)
67759
77239
 
67760
77240
commit 6b39085016110dc92d0b17d605ee80b0a0e80eb6
67761
 
Author: Xavier Claessens <xclaesse@gmail.com>
67762
 
Date:   Wed Sep 21 13:41:10 2011 +0200
 
77241
Author:     Xavier Claessens <xclaesse@gmail.com>
 
77242
AuthorDate: Wed Sep 21 13:41:10 2011 +0200
 
77243
Commit:     David Zeuthen <davidz@redhat.com>
 
77244
CommitDate: Wed Sep 21 07:45:50 2011 -0400
67763
77245
 
67764
77246
    gdbus-codegen: prepend arg_ to method/signal arg names
67765
77247
 
67775
77257
 1 file changed, 18 insertions(+), 18 deletions(-)
67776
77258
 
67777
77259
commit 933ad70c32f146d324b8fc1e9b79711e83472909
67778
 
Author: David Zeuthen <davidz@redhat.com>
67779
 
Date:   Wed Sep 21 07:12:32 2011 -0400
 
77260
Author:     David Zeuthen <davidz@redhat.com>
 
77261
AuthorDate: Wed Sep 21 07:12:32 2011 -0400
 
77262
Commit:     David Zeuthen <davidz@redhat.com>
 
77263
CommitDate: Wed Sep 21 07:14:28 2011 -0400
67780
77264
 
67781
77265
    gdbus-codegen: Clarify how naming and Ugly_Case handling works
67782
77266
 
67789
77273
 1 file changed, 47 insertions(+), 45 deletions(-)
67790
77274
 
67791
77275
commit 30537b84de1b41e1813d2624968bb99271d45763
67792
 
Author: David Zeuthen <davidz@redhat.com>
67793
 
Date:   Wed Sep 21 06:57:29 2011 -0400
 
77276
Author:     David Zeuthen <davidz@redhat.com>
 
77277
AuthorDate: Wed Sep 21 06:57:29 2011 -0400
 
77278
Commit:     David Zeuthen <davidz@redhat.com>
 
77279
CommitDate: Wed Sep 21 07:14:28 2011 -0400
67794
77280
 
67795
77281
    gdbus-codegen: Update man page to reflect how --annotate actually
67796
77282
    works
67802
77288
 1 file changed, 14 insertions(+), 18 deletions(-)
67803
77289
 
67804
77290
commit 70515ffe928fa4dc2cadeddfa68a67a7cd727cfe
67805
 
Author: Xavier Claessens <xclaesse@gmail.com>
67806
 
Date:   Tue Sep 20 23:46:23 2011 +0200
 
77291
Author:     Xavier Claessens <xclaesse@gmail.com>
 
77292
AuthorDate: Tue Sep 20 23:46:23 2011 +0200
 
77293
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
77294
CommitDate: Wed Sep 21 10:22:24 2011 +0200
67807
77295
 
67808
77296
    gdbus-codegen: Fix build errors in generated code
67809
77297
 
67813
77301
 1 file changed, 12 insertions(+), 12 deletions(-)
67814
77302
 
67815
77303
commit 447eb0395623112ebf583988f7aa95b4a2be7c2f
67816
 
Author: Sweta Kothari <swkothar@redhat.com>
67817
 
Date:   Wed Sep 21 12:20:30 2011 +0530
 
77304
Author:     Sweta Kothari <swkothar@redhat.com>
 
77305
AuthorDate: Wed Sep 21 12:20:30 2011 +0530
 
77306
Commit:     Sweta Kothari <swkothar@redhat.com>
 
77307
CommitDate: Wed Sep 21 12:20:40 2011 +0530
67818
77308
 
67819
77309
    Removed the glib.glib-2-30.gu.po file that was wrongly committed
67820
77310
 
67823
77313
 1 file changed, 3739 deletions(-)
67824
77314
 
67825
77315
commit 45dd6801cf368997b707a9cb0af5b6bba432dd49
67826
 
Author: Sweta Kothari <swkothar@redhat.com>
67827
 
Date:   Wed Sep 21 12:17:29 2011 +0530
 
77316
Author:     Sweta Kothari <swkothar@redhat.com>
 
77317
AuthorDate: Wed Sep 21 12:17:29 2011 +0530
 
77318
Commit:     Sweta Kothari <swkothar@redhat.com>
 
77319
CommitDate: Wed Sep 21 12:20:40 2011 +0530
67828
77320
 
67829
77321
    Updated Gujarati Translations
67830
77322
 
67832
77324
 1 file changed, 2 insertions(+), 2 deletions(-)
67833
77325
 
67834
77326
commit 06560292c665b463ce948eb36e23acf11edfbfda
67835
 
Author: Sweta Kothari <swkothar@redhat.com>
67836
 
Date:   Wed Sep 21 12:14:29 2011 +0530
 
77327
Author:     Sweta Kothari <swkothar@redhat.com>
 
77328
AuthorDate: Wed Sep 21 12:14:29 2011 +0530
 
77329
Commit:     Sweta Kothari <swkothar@redhat.com>
 
77330
CommitDate: Wed Sep 21 12:20:40 2011 +0530
67837
77331
 
67838
77332
    Updated Gujarati Translations
67839
77333
 
67841
77335
 1 file changed, 2 insertions(+), 2 deletions(-)
67842
77336
 
67843
77337
commit a7057f5c6ee78c8822090bbcc957a5db670fb2fb
67844
 
Author: Sweta Kothari <swkothar@redhat.com>
67845
 
Date:   Wed Sep 21 12:11:20 2011 +0530
 
77338
Author:     Sweta Kothari <swkothar@redhat.com>
 
77339
AuthorDate: Wed Sep 21 12:11:20 2011 +0530
 
77340
Commit:     Sweta Kothari <swkothar@redhat.com>
 
77341
CommitDate: Wed Sep 21 12:20:40 2011 +0530
67846
77342
 
67847
77343
    Updated Gujarati Translations
67848
77344
 
67850
77346
 1 file changed, 3 insertions(+), 3 deletions(-)
67851
77347
 
67852
77348
commit 0c1dba064383154759d497568f8f3f95835fd6ea
67853
 
Author: Sweta Kothari <swkothar@redhat.com>
67854
 
Date:   Wed Sep 21 12:07:00 2011 +0530
 
77349
Author:     Sweta Kothari <swkothar@redhat.com>
 
77350
AuthorDate: Wed Sep 21 12:07:00 2011 +0530
 
77351
Commit:     Sweta Kothari <swkothar@redhat.com>
 
77352
CommitDate: Wed Sep 21 12:20:40 2011 +0530
67855
77353
 
67856
77354
    Updated Gujarati Translations
67857
77355
 
67860
77358
 1 file changed, 166 insertions(+), 189 deletions(-)
67861
77359
 
67862
77360
commit 855e13cc0acadd9d87baf55a2dd9a50e721ec6b1
67863
 
Author: Dan Winship <danw@gnome.org>
67864
 
Date:   Tue Sep 20 16:58:34 2011 -0400
 
77361
Author:     Dan Winship <danw@gnome.org>
 
77362
AuthorDate: Tue Sep 20 16:58:34 2011 -0400
 
77363
Commit:     Dan Winship <danw@gnome.org>
 
77364
CommitDate: Tue Sep 20 17:00:58 2011 -0400
67865
77365
 
67866
77366
    GThreadedResolver: don't overwrite errors
67867
77367
 
67874
77374
 1 file changed, 11 insertions(+), 8 deletions(-)
67875
77375
 
67876
77376
commit 88b3f6b866749d273247ccccf6dbfd6ddb6b647d
67877
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
67878
 
Date:   Sat Sep 10 00:35:09 2011 -0400
 
77377
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
77378
AuthorDate: Sat Sep 10 00:35:09 2011 -0400
 
77379
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
77380
CommitDate: Tue Sep 20 13:04:50 2011 -0400
67879
77381
 
67880
77382
    timeval: add introspection annotations to g_time_val_from_iso8601()
67881
77383
 
67887
77389
 1 file changed, 1 insertion(+), 1 deletion(-)
67888
77390
 
67889
77391
commit 0db338bdb0e9a0216681b6db7286ffb0f1711db1
67890
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
67891
 
Date:   Tue Sep 20 01:18:45 2011 +0200
 
77392
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
77393
AuthorDate: Tue Sep 20 01:18:45 2011 +0200
 
77394
Commit:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
77395
CommitDate: Tue Sep 20 16:58:00 2011 +0200
67892
77396
 
67893
77397
    gunixmounts: Fix compilation on BSD
67894
77398
 
67902
77406
 1 file changed, 1 insertion(+)
67903
77407
 
67904
77408
commit 11217edaaf3386c8504a6ed6f8f0fb69092ddfca
67905
 
Author: Matej Urbančič <mateju@svn.gnome.org>
67906
 
Date:   Tue Sep 20 15:40:29 2011 +0200
 
77409
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
77410
AuthorDate: Tue Sep 20 15:40:29 2011 +0200
 
77411
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
77412
CommitDate: Tue Sep 20 15:40:29 2011 +0200
67907
77413
 
67908
77414
    Updated Slovenian translation
67909
77415
 
67911
77417
 1 file changed, 8 insertions(+), 8 deletions(-)
67912
77418
 
67913
77419
commit 9365bc57611f21621c4ef88e302ae07611c2c6d3
67914
 
Author: Matej Urbančič <mateju@svn.gnome.org>
67915
 
Date:   Tue Sep 20 15:35:31 2011 +0200
 
77420
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
77421
AuthorDate: Tue Sep 20 15:35:31 2011 +0200
 
77422
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
77423
CommitDate: Tue Sep 20 15:35:31 2011 +0200
67916
77424
 
67917
77425
    Updated Slovenian translation
67918
77426
 
67921
77429
 1 file changed, 911 insertions(+), 986 deletions(-)
67922
77430
 
67923
77431
commit f8dda0955ecddd02a4e300fba2714ea8cfa093ae
67924
 
Author: Sweta Kothari <swkothar@redhat.com>
67925
 
Date:   Tue Sep 20 13:31:07 2011 +0530
 
77432
Author:     Sweta Kothari <swkothar@redhat.com>
 
77433
AuthorDate: Tue Sep 20 13:31:07 2011 +0530
 
77434
Commit:     Sweta Kothari <swkothar@redhat.com>
 
77435
CommitDate: Tue Sep 20 13:31:07 2011 +0530
67926
77436
 
67927
77437
    Updated Gujarati Translations
67928
77438
 
67931
77441
 1 file changed, 3739 insertions(+)
67932
77442
 
67933
77443
commit 88f2b32eb00311da9799d2a71a55dedd92ff60bb
67934
 
Author: David Zeuthen <davidz@redhat.com>
67935
 
Date:   Mon Sep 19 17:31:21 2011 -0400
 
77444
Author:     David Zeuthen <davidz@redhat.com>
 
77445
AuthorDate: Mon Sep 19 17:31:21 2011 -0400
 
77446
Commit:     David Zeuthen <davidz@redhat.com>
 
77447
CommitDate: Mon Sep 19 17:31:21 2011 -0400
67936
77448
 
67937
77449
    GDBusObjectManagerServer: Add test for export_uniquely() method
67938
77450
 
67942
77454
 1 file changed, 27 insertions(+)
67943
77455
 
67944
77456
commit b1c08ca41981da9ad62841b1a0cb7095ccc111f4
67945
 
Author: Matthew Barnes <mbarnes@redhat.com>
67946
 
Date:   Mon Sep 19 16:45:05 2011 -0400
 
77457
Author:     Matthew Barnes <mbarnes@redhat.com>
 
77458
AuthorDate: Mon Sep 19 16:45:05 2011 -0400
 
77459
Commit:     David Zeuthen <davidz@redhat.com>
 
77460
CommitDate: Mon Sep 19 16:45:05 2011 -0400
67947
77461
 
67948
77462
    GDBusObjectManagerServer: Use correct object path in export_uniquely()
67949
77463
    method
67970
77484
 1 file changed, 12 insertions(+), 12 deletions(-)
67971
77485
 
67972
77486
commit fe27bf003764e453cd15cab67e8a99fcda84db1d
67973
 
Author: Philip Withnall <philip@tecnocode.co.uk>
67974
 
Date:   Mon Sep 19 10:13:52 2011 +0200
 
77487
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
77488
AuthorDate: Mon Sep 19 10:13:52 2011 +0200
 
77489
Commit:     Alexander Larsson <alexl@redhat.com>
 
77490
CommitDate: Mon Sep 19 10:13:52 2011 +0200
67975
77491
 
67976
77492
    Don't close stream twice when splicing
67977
77493
 
67996
77512
 1 file changed, 53 insertions(+), 35 deletions(-)
67997
77513
 
67998
77514
commit 808035666ac2f730b8819232f86cd3fac9de0d44
67999
 
Author: Ryan Lortie <desrt@desrt.ca>
68000
 
Date:   Sun Sep 18 22:20:08 2011 -0400
 
77515
Author:     Ryan Lortie <desrt@desrt.ca>
 
77516
AuthorDate: Sun Sep 18 22:20:08 2011 -0400
 
77517
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77518
CommitDate: Sun Sep 18 22:21:19 2011 -0400
68001
77519
 
68002
77520
    gbitlock: #include "gslice.h"
68003
77521
 
68007
77525
 1 file changed, 1 insertion(+)
68008
77526
 
68009
77527
commit bb1ada779161b0c552573c33a10cd2251d5cdea0
68010
 
Author: Matthias Clasen <mclasen@redhat.com>
68011
 
Date:   Sun Sep 18 22:14:19 2011 -0400
 
77528
Author:     Matthias Clasen <mclasen@redhat.com>
 
77529
AuthorDate: Sun Sep 18 22:14:19 2011 -0400
 
77530
Commit:     Matthias Clasen <mclasen@redhat.com>
 
77531
CommitDate: Sun Sep 18 22:14:44 2011 -0400
68012
77532
 
68013
77533
    Fix a merge accident
68014
77534
 
68016
77536
 1 file changed, 1 insertion(+)
68017
77537
 
68018
77538
commit 8b03fed0cfdd07b367d4deb66980980d44f115ce
68019
 
Author: Ryan Lortie <desrt@desrt.ca>
68020
 
Date:   Sun Sep 18 14:22:07 2011 -0400
 
77539
Author:     Ryan Lortie <desrt@desrt.ca>
 
77540
AuthorDate: Sun Sep 18 14:22:07 2011 -0400
 
77541
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77542
CommitDate: Sun Sep 18 22:08:05 2011 -0400
68021
77543
 
68022
77544
    Remove unused header gdebug.h
68023
77545
 
68031
77553
 3 files changed, 47 insertions(+), 102 deletions(-)
68032
77554
 
68033
77555
commit 37c740d50946e59c5a5767e4b7aee5f34fcab268
68034
 
Author: Ryan Lortie <desrt@desrt.ca>
68035
 
Date:   Sun Sep 18 18:59:20 2011 -0400
 
77556
Author:     Ryan Lortie <desrt@desrt.ca>
 
77557
AuthorDate: Sun Sep 18 18:59:20 2011 -0400
 
77558
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77559
CommitDate: Sun Sep 18 22:07:18 2011 -0400
68036
77560
 
68037
77561
    Don't #include <glib/gslice.h> from gmem.h
68038
77562
 
68067
77591
 24 files changed, 25 insertions(+), 3 deletions(-)
68068
77592
 
68069
77593
commit e88a12caa0a4852a505911b12fe7ed93cd0068dc
68070
 
Author: Ryan Lortie <desrt@desrt.ca>
68071
 
Date:   Sun Sep 18 20:36:30 2011 -0400
 
77594
Author:     Ryan Lortie <desrt@desrt.ca>
 
77595
AuthorDate: Sun Sep 18 20:36:30 2011 -0400
 
77596
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77597
CommitDate: Sun Sep 18 22:01:45 2011 -0400
68072
77598
 
68073
77599
    Move deprecated GCompletion to deprecated/
68074
77600
 
68088
77614
 6 files changed, 569 insertions(+), 575 deletions(-)
68089
77615
 
68090
77616
commit c3fc0c285f001b3463eda4a63654d645594df08b
68091
 
Author: Ryan Lortie <desrt@desrt.ca>
68092
 
Date:   Sun Sep 18 20:31:09 2011 -0400
 
77617
Author:     Ryan Lortie <desrt@desrt.ca>
 
77618
AuthorDate: Sun Sep 18 20:31:09 2011 -0400
 
77619
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77620
CommitDate: Sun Sep 18 22:01:37 2011 -0400
68093
77621
 
68094
77622
    Move deprecated GRel to deprecated/
68095
77623
 
68109
77637
 6 files changed, 776 insertions(+), 781 deletions(-)
68110
77638
 
68111
77639
commit a2ea02d01ee7b0fe8f2be7f9a34decb17ec8193b
68112
 
Author: Ryan Lortie <desrt@desrt.ca>
68113
 
Date:   Sun Sep 18 20:17:59 2011 -0400
 
77640
Author:     Ryan Lortie <desrt@desrt.ca>
 
77641
AuthorDate: Sun Sep 18 20:17:59 2011 -0400
 
77642
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77643
CommitDate: Sun Sep 18 22:00:58 2011 -0400
68114
77644
 
68115
77645
    Move GAllocator/GMemChunk to separate file
68116
77646
 
68139
77669
 14 files changed, 182 insertions(+), 655 deletions(-)
68140
77670
 
68141
77671
commit 45d2ba8683b730d556bfbf71341fe2c3ff9248eb
68142
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
68143
 
Date:   Mon Sep 19 03:07:41 2011 +0200
 
77672
Author:     Мирослав Николић
 
77673
<miroslavnikolic@rocketmail.com>
 
77674
AuthorDate: Mon Sep 19 03:07:41 2011 +0200
 
77675
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
77676
CommitDate: Mon Sep 19 03:07:41 2011 +0200
68144
77677
 
68145
77678
    Updated Serbian translation
68146
77679
 
68151
77684
 2 files changed, 6294 insertions(+), 9618 deletions(-)
68152
77685
 
68153
77686
commit 1e82f73f8b26393403e126916e9348e5dc8169d9
68154
 
Author: Matthias Clasen <mclasen@redhat.com>
68155
 
Date:   Sun Sep 18 14:50:31 2011 -0400
 
77687
Author:     Matthias Clasen <mclasen@redhat.com>
 
77688
AuthorDate: Sun Sep 18 14:50:31 2011 -0400
 
77689
Commit:     Matthias Clasen <mclasen@redhat.com>
 
77690
CommitDate: Sun Sep 18 14:51:30 2011 -0400
68156
77691
 
68157
77692
    Fix g_ascii_formatd tests
68158
77693
 
68162
77697
 1 file changed, 1 insertion(+)
68163
77698
 
68164
77699
commit eb45a590fa1c41d5c04cae98313d82146d03051a
68165
 
Author: Dan Winship <danw@gnome.org>
68166
 
Date:   Sun Sep 18 10:49:58 2011 -0400
 
77700
Author:     Dan Winship <danw@gnome.org>
 
77701
AuthorDate: Sun Sep 18 10:49:58 2011 -0400
 
77702
Commit:     Dan Winship <danw@gnome.org>
 
77703
CommitDate: Sun Sep 18 10:49:58 2011 -0400
68167
77704
 
68168
77705
    gsocks5proxy, gsocks4aproxy: simplify some error messages
68169
77706
 
68178
77715
 2 files changed, 9 insertions(+), 12 deletions(-)
68179
77716
 
68180
77717
commit feafdad228bb35264b2b3a169ff1785461275289
68181
 
Author: Alexander Shopov <ash@kambanaria.org>
68182
 
Date:   Sun Sep 18 08:04:58 2011 +0300
 
77718
Author:     Alexander Shopov <ash@kambanaria.org>
 
77719
AuthorDate: Sun Sep 18 08:04:58 2011 +0300
 
77720
Commit:     Alexander Shopov <ash@kambanaria.org>
 
77721
CommitDate: Sun Sep 18 08:38:01 2011 +0300
68183
77722
 
68184
77723
    Updated Bulgarian translation
68185
77724
 
68188
77727
 1 file changed, 162 insertions(+), 177 deletions(-)
68189
77728
 
68190
77729
commit e02b062635a5b41f997a169eb8b48de902116d5a
68191
 
Author: Matthias Clasen <mclasen@redhat.com>
68192
 
Date:   Sat Sep 17 22:44:28 2011 -0400
 
77730
Author:     Matthias Clasen <mclasen@redhat.com>
 
77731
AuthorDate: Sat Sep 17 22:44:28 2011 -0400
 
77732
Commit:     Matthias Clasen <mclasen@redhat.com>
 
77733
CommitDate: Sat Sep 17 22:48:39 2011 -0400
68193
77734
 
68194
77735
    Use xlocale functions where available
68195
77736
 
68205
77746
 2 files changed, 56 insertions(+), 7 deletions(-)
68206
77747
 
68207
77748
commit 7b9571e4dd8ff9f8a123542c56c146d365368f98
68208
 
Author: Matthias Clasen <mclasen@redhat.com>
68209
 
Date:   Sat Sep 17 20:27:16 2011 -0400
 
77749
Author:     Matthias Clasen <mclasen@redhat.com>
 
77750
AuthorDate: Sat Sep 17 20:27:16 2011 -0400
 
77751
Commit:     Matthias Clasen <mclasen@redhat.com>
 
77752
CommitDate: Sat Sep 17 20:28:17 2011 -0400
68210
77753
 
68211
77754
    Remove redundant checks
68212
77755
 
68219
77762
 1 file changed, 11 insertions(+), 14 deletions(-)
68220
77763
 
68221
77764
commit f18eab2ac75ee457a4ff76a30bc4b727887be8da
68222
 
Author: Matthias Clasen <mclasen@redhat.com>
68223
 
Date:   Sat Sep 17 19:58:28 2011 -0400
 
77765
Author:     Matthias Clasen <mclasen@redhat.com>
 
77766
AuthorDate: Sat Sep 17 19:58:28 2011 -0400
 
77767
Commit:     Matthias Clasen <mclasen@redhat.com>
 
77768
CommitDate: Sat Sep 17 20:03:00 2011 -0400
68224
77769
 
68225
77770
    GMappedFile: return an error when trying to map a device
68226
77771
 
68243
77788
 3 files changed, 23 insertions(+), 6 deletions(-)
68244
77789
 
68245
77790
commit b83e0a39fbab49430767484a3af1a35dd21404e0
68246
 
Author: Ryan Lortie <desrt@desrt.ca>
68247
 
Date:   Sat Sep 17 19:11:10 2011 -0400
 
77791
Author:     Ryan Lortie <desrt@desrt.ca>
 
77792
AuthorDate: Sat Sep 17 19:11:10 2011 -0400
 
77793
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77794
CommitDate: Sat Sep 17 19:11:10 2011 -0400
68248
77795
 
68249
77796
    glib-compile-schemas: remove --uninstall option
68250
77797
 
68255
77802
 1 file changed, 2 deletions(-)
68256
77803
 
68257
77804
commit 2c9c72dc8cf180ae3a819f18eaf8cc140b49f4cd
68258
 
Author: Ryan Lortie <desrt@desrt.ca>
68259
 
Date:   Sat Sep 17 17:32:42 2011 -0400
 
77805
Author:     Ryan Lortie <desrt@desrt.ca>
 
77806
AuthorDate: Sat Sep 17 17:32:42 2011 -0400
 
77807
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77808
CommitDate: Sat Sep 17 17:33:48 2011 -0400
68260
77809
 
68261
77810
    GVariant: avoid 'ARRAY_INFO' as function name
68262
77811
 
68268
77817
 1 file changed, 16 insertions(+), 16 deletions(-)
68269
77818
 
68270
77819
commit f20294614616a4ae4fdfb34f1360354e6b2fbf27
68271
 
Author: Ryan Lortie <desrt@desrt.ca>
68272
 
Date:   Sat Sep 17 17:32:18 2011 -0400
 
77820
Author:     Ryan Lortie <desrt@desrt.ca>
 
77821
AuthorDate: Sat Sep 17 17:32:18 2011 -0400
 
77822
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77823
CommitDate: Sat Sep 17 17:33:48 2011 -0400
68273
77824
 
68274
77825
    gmain: fix some win32 build errors
68275
77826
 
68277
77828
 1 file changed, 10 insertions(+), 4 deletions(-)
68278
77829
 
68279
77830
commit 928ce3e5efad6befb9f8d3ad97da576ceb6be9ca
68280
 
Author: Aron Xu <aronxu@gnome.org>
68281
 
Date:   Sat Sep 17 16:18:03 2011 +0000
 
77831
Author:     Aron Xu <aronxu@gnome.org>
 
77832
AuthorDate: Sat Sep 17 16:18:03 2011 +0000
 
77833
Commit:     Aron Xu <aronxu@gnome.org>
 
77834
CommitDate: Sat Sep 17 16:18:03 2011 +0000
68282
77835
 
68283
77836
    Update Simplified Chinese translation.
68284
77837
 
68287
77840
 1 file changed, 105 insertions(+), 110 deletions(-)
68288
77841
 
68289
77842
commit a0eefd65bc66b4520ba91008ef39f5b67c493efc
68290
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
68291
 
Date:   Sat Sep 17 00:03:56 2011 +0200
 
77843
Author:     Мирослав Николић
 
77844
<miroslavnikolic@rocketmail.com>
 
77845
AuthorDate: Sat Sep 17 00:03:56 2011 +0200
 
77846
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
77847
CommitDate: Sat Sep 17 00:03:56 2011 +0200
68292
77848
 
68293
77849
    Updated Serbian translation
68294
77850
 
68299
77855
 2 files changed, 9624 insertions(+), 6297 deletions(-)
68300
77856
 
68301
77857
commit e2ae75ad4be9107ee172c644c096e5949598c4a8
68302
 
Author: Ryan Lortie <desrt@desrt.ca>
68303
 
Date:   Fri Sep 16 17:50:13 2011 -0400
 
77858
Author:     Ryan Lortie <desrt@desrt.ca>
 
77859
AuthorDate: Fri Sep 16 17:50:13 2011 -0400
 
77860
Commit:     Ryan Lortie <desrt@desrt.ca>
 
77861
CommitDate: Fri Sep 16 17:51:27 2011 -0400
68304
77862
 
68305
77863
    gatomic: use pthread mutexes instead of GMutex
68306
77864
 
68314
77872
 1 file changed, 51 insertions(+), 34 deletions(-)
68315
77873
 
68316
77874
commit 48494dd55244fc95357a88fc1f01944d950b7b7b
68317
 
Author: David Zeuthen <davidz@redhat.com>
68318
 
Date:   Fri Sep 16 16:01:13 2011 -0400
 
77875
Author:     David Zeuthen <davidz@redhat.com>
 
77876
AuthorDate: Fri Sep 16 16:01:13 2011 -0400
 
77877
Commit:     David Zeuthen <davidz@redhat.com>
 
77878
CommitDate: Fri Sep 16 16:01:13 2011 -0400
68319
77879
 
68320
77880
    gdbus-codegen: Support Ugly_Case for given C namespace
68321
77881
 
68331
77891
 4 files changed, 325 insertions(+), 315 deletions(-)
68332
77892
 
68333
77893
commit c6c2c109467f61b324f9261c4c0b7eb27214360c
68334
 
Author: David Zeuthen <davidz@redhat.com>
68335
 
Date:   Fri Sep 16 15:20:00 2011 -0400
 
77894
Author:     David Zeuthen <davidz@redhat.com>
 
77895
AuthorDate: Fri Sep 16 15:20:00 2011 -0400
 
77896
Commit:     David Zeuthen <davidz@redhat.com>
 
77897
CommitDate: Fri Sep 16 15:20:00 2011 -0400
68336
77898
 
68337
77899
    gdbus-codegen: Single letter namespaces get dropped from symbol names
68338
77900
 
68344
77906
 1 file changed, 1 insertion(+), 1 deletion(-)
68345
77907
 
68346
77908
commit e34e8a25a04f31e7436af297fced96bbfc4b4f79
68347
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
68348
 
Date:   Mon Sep 12 18:42:36 2011 +0100
 
77909
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
77910
AuthorDate: Mon Sep 12 18:42:36 2011 +0100
 
77911
Commit:     David Zeuthen <davidz@redhat.com>
 
77912
CommitDate: Fri Sep 16 12:00:22 2011 -0400
68349
77913
 
68350
77914
    _g_dbus_worker_new: hold a ref until we have done the initial read
68351
77915
 
68363
77927
 1 file changed, 2 insertions(+), 2 deletions(-)
68364
77928
 
68365
77929
commit 698eeb3ef6992d551b310bba474d8a38c22ea9b7
68366
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
68367
 
Date:   Mon Sep 12 18:26:45 2011 +0100
 
77930
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
77931
AuthorDate: Mon Sep 12 18:26:45 2011 +0100
 
77932
Commit:     David Zeuthen <davidz@redhat.com>
 
77933
CommitDate: Fri Sep 16 12:00:22 2011 -0400
68368
77934
 
68369
77935
    GDBusWorker: as a precaution, access 'stopped' boolean atomically
68370
77936
 
68381
77947
 1 file changed, 7 insertions(+), 6 deletions(-)
68382
77948
 
68383
77949
commit 20497f7af908697f958e43c06e38eca256bb58bf
68384
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
68385
 
Date:   Mon Sep 12 18:24:24 2011 +0100
 
77950
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
77951
AuthorDate: Mon Sep 12 18:24:24 2011 +0100
 
77952
Commit:     David Zeuthen <davidz@redhat.com>
 
77953
CommitDate: Fri Sep 16 12:00:22 2011 -0400
68386
77954
 
68387
77955
    Regression test for closing a stream, slowly, while a message
68388
77956
    is queued
68398
77966
 2 files changed, 401 insertions(+)
68399
77967
 
68400
77968
commit c180ea13ae29db3e06411a149b9487328aea29e0
68401
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
68402
 
Date:   Thu Sep 8 17:21:02 2011 +0100
 
77969
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
77970
AuthorDate: Thu Sep 8 17:21:02 2011 +0100
 
77971
Commit:     David Zeuthen <davidz@redhat.com>
 
77972
CommitDate: Fri Sep 16 12:00:22 2011 -0400
68403
77973
 
68404
77974
    GDBusWorker: annotate more functions with lock/pending state
68405
77975
 
68413
77983
 1 file changed, 60 insertions(+), 11 deletions(-)
68414
77984
 
68415
77985
commit 8097e2de85e03667c2b8646326c007b213b55870
68416
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
68417
 
Date:   Tue Sep 13 17:31:27 2011 +0100
 
77986
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
77987
AuthorDate: Tue Sep 13 17:31:27 2011 +0100
 
77988
Commit:     David Zeuthen <davidz@redhat.com>
 
77989
CommitDate: Fri Sep 16 12:00:22 2011 -0400
68418
77990
 
68419
77991
    GDBusConnection: delegate to the worker to close the stream
68420
77992
 
68436
78008
 3 files changed, 240 insertions(+), 76 deletions(-)
68437
78009
 
68438
78010
commit a8f75f21b4b2264b385022496c597573ecb709da
68439
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
68440
 
Date:   Tue Sep 13 17:37:33 2011 +0100
 
78011
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
78012
AuthorDate: Tue Sep 13 17:37:33 2011 +0100
 
78013
Commit:     David Zeuthen <davidz@redhat.com>
 
78014
CommitDate: Fri Sep 16 12:00:22 2011 -0400
68441
78015
 
68442
78016
    GDBusWorker: combine num_writes_pending with flush_pending
68443
78017
 
68472
78046
 1 file changed, 25 insertions(+), 11 deletions(-)
68473
78047
 
68474
78048
commit 05ef173466e32d8b3d212803e4a72239913a362d
68475
 
Author: Ryan Lortie <desrt@desrt.ca>
68476
 
Date:   Fri Sep 16 11:06:50 2011 -0400
 
78049
Author:     Ryan Lortie <desrt@desrt.ca>
 
78050
AuthorDate: Fri Sep 16 11:06:50 2011 -0400
 
78051
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78052
CommitDate: Fri Sep 16 11:18:26 2011 -0400
68477
78053
 
68478
78054
    Disable two GDBus tests
68479
78055
 
68488
78064
 2 files changed, 4 insertions(+), 2 deletions(-)
68489
78065
 
68490
78066
commit 0bb01a150f131b409218e9710b0f75d7d1ec09bc
68491
 
Author: Murray Cumming <murrayc@murrayc.com>
68492
 
Date:   Fri Sep 16 16:09:56 2011 +0200
 
78067
Author:     Murray Cumming <murrayc@murrayc.com>
 
78068
AuthorDate: Fri Sep 16 16:09:56 2011 +0200
 
78069
Commit:     Murray Cumming <murrayc@murrayc.com>
 
78070
CommitDate: Fri Sep 16 16:09:56 2011 +0200
68493
78071
 
68494
78072
    Revert "Add g_memory_input_stream_new_from_data_full/add_data_full()
68495
78073
    apis"
68504
78082
 2 files changed, 11 insertions(+), 88 deletions(-)
68505
78083
 
68506
78084
commit 42738469d15585791bd5613356c47bcc2c413c20
68507
 
Author: Tristan Van Berkom <tristanvb@openismus.com>
68508
 
Date:   Fri Sep 16 13:46:01 2011 +0200
 
78085
Author:     Tristan Van Berkom <tristanvb@openismus.com>
 
78086
AuthorDate: Fri Sep 16 13:46:01 2011 +0200
 
78087
Commit:     Murray Cumming <murrayc@murrayc.com>
 
78088
CommitDate: Fri Sep 16 15:37:06 2011 +0200
68509
78089
 
68510
78090
    Add g_memory_input_stream_new_from_data_full/add_data_full() apis
68511
78091
 
68521
78101
 2 files changed, 88 insertions(+), 11 deletions(-)
68522
78102
 
68523
78103
commit b7051e8da82d955ca8f431c65079294747de0e1c
68524
 
Author: Behdad Esfahbod <behdad@behdad.org>
68525
 
Date:   Thu Sep 15 16:51:22 2011 -0400
 
78104
Author:     Behdad Esfahbod <behdad@behdad.org>
 
78105
AuthorDate: Thu Sep 15 16:51:22 2011 -0400
 
78106
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
78107
CommitDate: Thu Sep 15 16:51:51 2011 -0400
68526
78108
 
68527
78109
    Fix docs
68528
78110
 
68530
78112
 1 file changed, 7 insertions(+), 7 deletions(-)
68531
78113
 
68532
78114
commit 43007aa2d2f0d1fe3e63f7c61abb927dccaf799b
68533
 
Author: Ryan Lortie <desrt@desrt.ca>
68534
 
Date:   Tue Sep 13 21:57:30 2011 -0400
 
78115
Author:     Ryan Lortie <desrt@desrt.ca>
 
78116
AuthorDate: Tue Sep 13 21:57:30 2011 -0400
 
78117
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78118
CommitDate: Wed Sep 14 14:09:12 2011 -0400
68535
78119
 
68536
78120
    GApplication: don't create a mainloop
68537
78121
 
68545
78129
 1 file changed, 6 insertions(+), 39 deletions(-)
68546
78130
 
68547
78131
commit 39294664a679dbfa89d0d23ebfea2a44c1dee42b
68548
 
Author: Ryan Lortie <desrt@desrt.ca>
68549
 
Date:   Wed Sep 14 11:06:02 2011 -0400
 
78132
Author:     Ryan Lortie <desrt@desrt.ca>
 
78133
AuthorDate: Wed Sep 14 11:06:02 2011 -0400
 
78134
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78135
CommitDate: Wed Sep 14 14:09:12 2011 -0400
68550
78136
 
68551
78137
    GApplication test: fix testcase to avoid fork()
68552
78138
 
68565
78151
 4 files changed, 111 insertions(+), 134 deletions(-)
68566
78152
 
68567
78153
commit 01ed78d525cf2f8769022e27cc2573ec7ba123b3
68568
 
Author: Ryan Lortie <desrt@desrt.ca>
68569
 
Date:   Tue Sep 13 19:56:22 2011 -0400
 
78154
Author:     Ryan Lortie <desrt@desrt.ca>
 
78155
AuthorDate: Tue Sep 13 19:56:22 2011 -0400
 
78156
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78157
CommitDate: Wed Sep 14 14:09:07 2011 -0400
68570
78158
 
68571
78159
    mainloop: detect fork() and abort
68572
78160
 
68578
78166
 1 file changed, 28 insertions(+), 11 deletions(-)
68579
78167
 
68580
78168
commit 01f9479438694d0e1f4ddd738ddf046f179cbd0e
68581
 
Author: Ryan Lortie <desrt@desrt.ca>
68582
 
Date:   Wed Sep 14 14:00:08 2011 -0400
 
78169
Author:     Ryan Lortie <desrt@desrt.ca>
 
78170
AuthorDate: Wed Sep 14 14:00:08 2011 -0400
 
78171
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78172
CommitDate: Wed Sep 14 14:00:08 2011 -0400
68583
78173
 
68584
78174
    GApplication: add chain-up checks
68585
78175
 
68589
78179
 1 file changed, 22 insertions(+), 4 deletions(-)
68590
78180
 
68591
78181
commit 15b1c1bf4f782189cf881a44b9116460a066c5da
68592
 
Author: Brian Koning <brkoning@gmail.com>
68593
 
Date:   Wed Sep 14 13:42:35 2011 -0400
 
78182
Author:     Brian Koning <brkoning@gmail.com>
 
78183
AuthorDate: Wed Sep 14 13:42:35 2011 -0400
 
78184
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78185
CommitDate: Wed Sep 14 13:45:44 2011 -0400
68594
78186
 
68595
78187
    GApplication: introduce ::shutdown
68596
78188
 
68603
78195
 2 files changed, 26 insertions(+), 1 deletion(-)
68604
78196
 
68605
78197
commit 8d52bdfd97843ec0ad4a8086423cdf7c63afb467
68606
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
68607
 
Date:   Wed Sep 14 21:26:49 2011 +0400
 
78198
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
78199
AuthorDate: Wed Sep 14 21:26:49 2011 +0400
 
78200
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
78201
CommitDate: Wed Sep 14 21:28:00 2011 +0400
68608
78202
 
68609
78203
    Updated Russian translation
68610
78204
 
68613
78207
 1 file changed, 577 insertions(+), 647 deletions(-)
68614
78208
 
68615
78209
commit 659b287a92d951d7121584587cb7aefa28e88416
68616
 
Author: Tomas Bzatek <tbzatek@redhat.com>
68617
 
Date:   Wed Sep 14 19:02:01 2011 +0200
 
78210
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
78211
AuthorDate: Wed Sep 14 19:02:01 2011 +0200
 
78212
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
78213
CommitDate: Wed Sep 14 19:02:01 2011 +0200
68618
78214
 
68619
78215
    gdbus-codegen: Fix segfault when remote property is invalidated
68620
78216
 
68629
78225
 1 file changed, 1 insertion(+), 1 deletion(-)
68630
78226
 
68631
78227
commit 53e52d9f72e8c367b177852d1bbc40235bab6d2d
68632
 
Author: Og B. Maciel <ogmaciel@gnome.org>
68633
 
Date:   Wed Sep 14 09:14:02 2011 -0400
 
78228
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
78229
AuthorDate: Wed Sep 14 09:14:02 2011 -0400
 
78230
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
78231
CommitDate: Wed Sep 14 09:14:02 2011 -0400
68634
78232
 
68635
78233
    Updated Brazilian Portuguese translation.
68636
78234
 
68639
78237
 1 file changed, 99 insertions(+), 93 deletions(-)
68640
78238
 
68641
78239
commit 8152e3f54e8f7fd309d19ae35dd8f036067db754
68642
 
Author: Richard Hughes <richard@hughsie.com>
68643
 
Date:   Tue Sep 13 16:38:40 2011 +0100
 
78240
Author:     Richard Hughes <richard@hughsie.com>
 
78241
AuthorDate: Tue Sep 13 16:38:40 2011 +0100
 
78242
Commit:     Richard Hughes <richard@hughsie.com>
 
78243
CommitDate: Tue Sep 13 16:38:40 2011 +0100
68644
78244
 
68645
78245
    Fix the description for g_app_info_get_icon()
68646
78246
 
68650
78250
 1 file changed, 2 insertions(+), 1 deletion(-)
68651
78251
 
68652
78252
commit 2dd32d24f34ed12da74b9714feb3dfadd8aec021
68653
 
Author: I Felix <ifelix25@gmail.com>
68654
 
Date:   Tue Sep 13 15:40:27 2011 +0530
 
78253
Author:     I Felix <ifelix25@gmail.com>
 
78254
AuthorDate: Tue Sep 13 15:40:27 2011 +0530
 
78255
Commit:     I Felix <ifelix25@gmail.com>
 
78256
CommitDate: Tue Sep 13 15:40:27 2011 +0530
68655
78257
 
68656
78258
    Updated Tamil Translations
68657
78259
 
68659
78261
 1 file changed, 8 insertions(+), 9 deletions(-)
68660
78262
 
68661
78263
commit d1bcb0032d52709e5b208f76c6303cd5040cd8a1
68662
 
Author: I Felix <ifelix25@gmail.com>
68663
 
Date:   Tue Sep 13 15:34:22 2011 +0530
 
78264
Author:     I Felix <ifelix25@gmail.com>
 
78265
AuthorDate: Tue Sep 13 15:34:22 2011 +0530
 
78266
Commit:     I Felix <ifelix25@gmail.com>
 
78267
CommitDate: Tue Sep 13 15:34:22 2011 +0530
68664
78268
 
68665
78269
    Updated Tamil Translations
68666
78270
 
68670
78274
 
68671
78275
commit 1b033919845cef366842373da9f1cfb56f522d01
68672
78276
Merge: 2d44a45 92652ac
68673
 
Author: Ryan Lortie <desrt@desrt.ca>
68674
 
Date:   Mon Sep 12 08:12:57 2011 -0400
 
78277
Author:     Ryan Lortie <desrt@desrt.ca>
 
78278
AuthorDate: Mon Sep 12 08:12:57 2011 -0400
 
78279
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78280
CommitDate: Mon Sep 12 08:12:57 2011 -0400
68675
78281
 
68676
78282
    Merge remote-tracking branch 'gvdb/master'
68677
78283
 
68678
78284
commit 92652ac79177bcdced5f01122debb50eabdb3e2c
68679
 
Author: Ryan Lortie <desrt@desrt.ca>
68680
 
Date:   Mon Sep 12 08:06:13 2011 -0400
 
78285
Author:     Ryan Lortie <desrt@desrt.ca>
 
78286
AuthorDate: Mon Sep 12 08:06:13 2011 -0400
 
78287
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78288
CommitDate: Mon Sep 12 08:12:44 2011 -0400
68681
78289
 
68682
78290
    hashing: always use signed chars
68683
78291
 
68694
78302
 2 files changed, 2 insertions(+), 2 deletions(-)
68695
78303
 
68696
78304
commit 2d44a45b6ba2cf8de2ba1468013cad501e9858d8
68697
 
Author: Matthias Clasen <mclasen@redhat.com>
68698
 
Date:   Mon Sep 12 01:56:45 2011 -0400
 
78305
Author:     Matthias Clasen <mclasen@redhat.com>
 
78306
AuthorDate: Mon Sep 12 01:56:45 2011 -0400
 
78307
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78308
CommitDate: Mon Sep 12 01:56:45 2011 -0400
68699
78309
 
68700
78310
    GDesktopAppInfo: Improve docs
68701
78311
 
68703
78313
 1 file changed, 18 insertions(+), 14 deletions(-)
68704
78314
 
68705
78315
commit 05342d0a930054647989c7d9bc5d248eb566f99d
68706
 
Author: Matthias Clasen <mclasen@redhat.com>
68707
 
Date:   Mon Sep 12 01:49:01 2011 -0400
 
78316
Author:     Matthias Clasen <mclasen@redhat.com>
 
78317
AuthorDate: Mon Sep 12 01:49:01 2011 -0400
 
78318
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78319
CommitDate: Mon Sep 12 01:49:01 2011 -0400
68708
78320
 
68709
78321
    Fix formatting in a doc comment
68710
78322
 
68712
78324
 1 file changed, 1 insertion(+), 1 deletion(-)
68713
78325
 
68714
78326
commit 73c427fab9c61f523c57dff2107c959cb5d86751
68715
 
Author: Matthias Clasen <mclasen@redhat.com>
68716
 
Date:   Mon Sep 12 01:46:48 2011 -0400
 
78327
Author:     Matthias Clasen <mclasen@redhat.com>
 
78328
AuthorDate: Mon Sep 12 01:46:48 2011 -0400
 
78329
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78330
CommitDate: Mon Sep 12 01:46:48 2011 -0400
68717
78331
 
68718
78332
    Expand mimeapps test
68719
78333
 
68725
78339
 2 files changed, 267 insertions(+), 94 deletions(-)
68726
78340
 
68727
78341
commit 2ba5a79a706d472a3040ac2956ae65a21d56b71a
68728
 
Author: Matthias Clasen <mclasen@redhat.com>
68729
 
Date:   Sun Sep 11 23:39:29 2011 -0400
 
78342
Author:     Matthias Clasen <mclasen@redhat.com>
 
78343
AuthorDate: Sun Sep 11 23:39:29 2011 -0400
 
78344
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78345
CommitDate: Sun Sep 11 23:39:29 2011 -0400
68730
78346
 
68731
78347
    Also check api results
68732
78348
 
68738
78354
 1 file changed, 52 insertions(+)
68739
78355
 
68740
78356
commit 75c989b9ab7e5f4b55ec21c82184904557d86759
68741
 
Author: Matthias Clasen <mclasen@redhat.com>
68742
 
Date:   Sun Sep 11 23:28:06 2011 -0400
 
78357
Author:     Matthias Clasen <mclasen@redhat.com>
 
78358
AuthorDate: Sun Sep 11 23:28:06 2011 -0400
 
78359
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78360
CommitDate: Sun Sep 11 23:28:45 2011 -0400
68743
78361
 
68744
78362
    Revert "Fix default setting generation in
68745
78363
    g_desktop_app_info_set_as_last_used"
68750
78368
 1 file changed, 3 insertions(+), 14 deletions(-)
68751
78369
 
68752
78370
commit 938e57dd4b403c3fe494c8c63b50abfb3673c6f6
68753
 
Author: Matthias Clasen <mclasen@redhat.com>
68754
 
Date:   Sun Sep 11 23:25:20 2011 -0400
 
78371
Author:     Matthias Clasen <mclasen@redhat.com>
 
78372
AuthorDate: Sun Sep 11 23:25:20 2011 -0400
 
78373
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78374
CommitDate: Sun Sep 11 23:28:44 2011 -0400
68755
78375
 
68756
78376
    Adapt tests to string changes
68757
78377
 
68759
78379
 1 file changed, 3 insertions(+), 3 deletions(-)
68760
78380
 
68761
78381
commit cab5b8abd3407bc9a7a32a6fd9b8873799507c74
68762
 
Author: Ryan Lortie <desrt@desrt.ca>
68763
 
Date:   Sun Sep 11 15:44:39 2011 -0400
 
78382
Author:     Ryan Lortie <desrt@desrt.ca>
 
78383
AuthorDate: Sun Sep 11 15:44:39 2011 -0400
 
78384
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78385
CommitDate: Sun Sep 11 15:48:47 2011 -0400
68764
78386
 
68765
78387
    GType tutorial: clarify class struct initialisation
68766
78388
 
68771
78393
 1 file changed, 5 insertions(+), 4 deletions(-)
68772
78394
 
68773
78395
commit 61b51555ec83413397b85916bd9e9e1eb61b2cab
68774
 
Author: Matthias Clasen <mclasen@redhat.com>
68775
 
Date:   Sun Sep 11 13:08:14 2011 -0400
 
78396
Author:     Matthias Clasen <mclasen@redhat.com>
 
78397
AuthorDate: Sun Sep 11 13:08:14 2011 -0400
 
78398
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78399
CommitDate: Sun Sep 11 13:15:29 2011 -0400
68776
78400
 
68777
78401
    Cosmetics
68778
78402
 
68783
78407
 1 file changed, 18 insertions(+), 15 deletions(-)
68784
78408
 
68785
78409
commit 5b8623125133c16ebd51856a5da2db9e439c3527
68786
 
Author: Jorge González <jorgegonz@svn.gnome.org>
68787
 
Date:   Sun Sep 11 11:05:50 2011 +0200
 
78410
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
78411
AuthorDate: Sun Sep 11 11:05:50 2011 +0200
 
78412
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
78413
CommitDate: Sun Sep 11 11:05:50 2011 +0200
68788
78414
 
68789
78415
    Updated Spanish translation
68790
78416
 
68792
78418
 1 file changed, 1 insertion(+), 1 deletion(-)
68793
78419
 
68794
78420
commit 0db179e75e332de3bdecb1309ffe8018ab567484
68795
 
Author: Matthias Clasen <mclasen@redhat.com>
68796
 
Date:   Sat Sep 10 16:09:39 2011 -0400
 
78421
Author:     Matthias Clasen <mclasen@redhat.com>
 
78422
AuthorDate: Sat Sep 10 16:09:39 2011 -0400
 
78423
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78424
CommitDate: Sat Sep 10 16:10:49 2011 -0400
68797
78425
 
68798
78426
    GKeyFile: Unify error messsages a bit
68799
78427
 
68806
78434
 1 file changed, 14 insertions(+), 12 deletions(-)
68807
78435
 
68808
78436
commit ec3653be00725556625072e39e032e8b9e7c7e34
68809
 
Author: Matthias Clasen <mclasen@redhat.com>
68810
 
Date:   Sat Sep 10 10:36:00 2011 -0400
 
78437
Author:     Matthias Clasen <mclasen@redhat.com>
 
78438
AuthorDate: Sat Sep 10 10:36:00 2011 -0400
 
78439
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78440
CommitDate: Sat Sep 10 10:36:56 2011 -0400
68811
78441
 
68812
78442
    glib-compile-schemas: Pedantic string fixes
68813
78443
 
68819
78449
 1 file changed, 2 insertions(+), 2 deletions(-)
68820
78450
 
68821
78451
commit b1e04b2986cadc6fbb8c966eb7bffa73ff848316
68822
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
68823
 
Date:   Sat Sep 10 14:39:43 2011 +0200
 
78452
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
78453
AuthorDate: Sat Sep 10 14:39:43 2011 +0200
 
78454
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
78455
CommitDate: Sat Sep 10 14:39:43 2011 +0200
68824
78456
 
68825
78457
    Updated Hungarian translation
68826
78458
 
68829
78461
 1 file changed, 87 insertions(+), 86 deletions(-)
68830
78462
 
68831
78463
commit a13f5ca4da05c3a7edaed9a70c508f63772897cb
68832
 
Author: Josselin Mouette <joss@debian.org>
68833
 
Date:   Sat Sep 10 08:26:12 2011 +0200
 
78464
Author:     Josselin Mouette <joss@debian.org>
 
78465
AuthorDate: Sat Sep 10 08:26:12 2011 +0200
 
78466
Commit:     Josselin Mouette <joss@debian.org>
 
78467
CommitDate: Sat Sep 10 08:26:12 2011 +0200
68834
78468
 
68835
78469
    Fix default setting generation in g_desktop_app_info_set_as_last_used
68836
78470
 
68845
78479
 1 file changed, 14 insertions(+), 3 deletions(-)
68846
78480
 
68847
78481
commit 011c0b488f0b2461e079a58cc4eacb4b92f23990
68848
 
Author: Matthias Clasen <mclasen@redhat.com>
68849
 
Date:   Fri Sep 9 23:43:02 2011 -0400
 
78482
Author:     Matthias Clasen <mclasen@redhat.com>
 
78483
AuthorDate: Fri Sep 9 23:43:02 2011 -0400
 
78484
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78485
CommitDate: Fri Sep 9 23:44:41 2011 -0400
68850
78486
 
68851
78487
    Add some tests for mimeapps.list handling
68852
78488
 
68859
78495
 2 files changed, 219 insertions(+)
68860
78496
 
68861
78497
commit 66a1dfc84facad7e233b8cfeb4772bb243ea5923
68862
 
Author: Matthias Clasen <mclasen@redhat.com>
68863
 
Date:   Fri Sep 9 23:42:47 2011 -0400
 
78498
Author:     Matthias Clasen <mclasen@redhat.com>
 
78499
AuthorDate: Fri Sep 9 23:42:47 2011 -0400
 
78500
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78501
CommitDate: Fri Sep 9 23:44:41 2011 -0400
68864
78502
 
68865
78503
    Avoid some compiler warnings
68866
78504
 
68868
78506
 1 file changed, 3 insertions(+)
68869
78507
 
68870
78508
commit 644ab6a7d3f3462b782258e5bb8bac35d46064a0
68871
 
Author: Ryan Lortie <desrt@desrt.ca>
68872
 
Date:   Fri Sep 9 22:33:33 2011 -0400
 
78509
Author:     Ryan Lortie <desrt@desrt.ca>
 
78510
AuthorDate: Fri Sep 9 22:33:33 2011 -0400
 
78511
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78512
CommitDate: Fri Sep 9 22:33:33 2011 -0400
68873
78513
 
68874
78514
    Nix inaccurately named g_main_context_init_pipe()
68875
78515
 
68879
78519
 1 file changed, 3 insertions(+), 9 deletions(-)
68880
78520
 
68881
78521
commit 1c8c408c51c85230356cc95c06f2e1bd3f376624
68882
 
Author: Ryan Lortie <desrt@desrt.ca>
68883
 
Date:   Fri Sep 9 21:40:05 2011 -0400
 
78522
Author:     Ryan Lortie <desrt@desrt.ca>
 
78523
AuthorDate: Fri Sep 9 21:40:05 2011 -0400
 
78524
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78525
CommitDate: Fri Sep 9 22:32:06 2011 -0400
68884
78526
 
68885
78527
    gmain: get rid of poll_waiting
68886
78528
 
68910
78552
 1 file changed, 10 insertions(+), 34 deletions(-)
68911
78553
 
68912
78554
commit e15d5313af8bc1fd4f68e7ddc59cd73a3a2c9502
68913
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
68914
 
Date:   Tue Oct 5 14:01:05 2010 +0100
 
78555
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
78556
AuthorDate: Tue Oct 5 14:01:05 2010 +0100
 
78557
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78558
CommitDate: Fri Sep 9 22:08:58 2011 -0400
68915
78559
 
68916
78560
    Add macros for GSourceFunc return values
68917
78561
 
68931
78575
 2 files changed, 24 insertions(+)
68932
78576
 
68933
78577
commit e5653c0050e232e1834a31c85672319873f7612b
68934
 
Author: Matthias Clasen <mclasen@redhat.com>
68935
 
Date:   Fri Sep 9 20:35:01 2011 -0400
 
78578
Author:     Matthias Clasen <mclasen@redhat.com>
 
78579
AuthorDate: Fri Sep 9 20:35:01 2011 -0400
 
78580
Commit:     Matthias Clasen <mclasen@redhat.com>
 
78581
CommitDate: Fri Sep 9 20:37:09 2011 -0400
68936
78582
 
68937
78583
    Keep up with the standards
68938
78584
 
68942
78588
 1 file changed, 4 insertions(+), 2 deletions(-)
68943
78589
 
68944
78590
commit 066c7b81211fe203d2f7a4c7556c05bd53293097
68945
 
Author: Ryan Lortie <desrt@desrt.ca>
68946
 
Date:   Fri Sep 9 19:54:06 2011 -0400
 
78591
Author:     Ryan Lortie <desrt@desrt.ca>
 
78592
AuthorDate: Fri Sep 9 19:54:06 2011 -0400
 
78593
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78594
CommitDate: Fri Sep 9 19:54:06 2011 -0400
68947
78595
 
68948
78596
    GRegex: fix thread-unsafe initialiser code
68949
78597
 
68951
78599
 1 file changed, 3 insertions(+), 3 deletions(-)
68952
78600
 
68953
78601
commit f1494c156dcbbe125807ef2a1b5ab0ca4b2acc66
68954
 
Author: Ryan Lortie <desrt@desrt.ca>
68955
 
Date:   Fri Sep 9 19:48:14 2011 -0400
 
78602
Author:     Ryan Lortie <desrt@desrt.ca>
 
78603
AuthorDate: Fri Sep 9 19:48:14 2011 -0400
 
78604
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78605
CommitDate: Fri Sep 9 19:50:55 2011 -0400
68956
78606
 
68957
78607
    Clean up l10n threading stuff
68958
78608
 
68977
78627
 5 files changed, 8 insertions(+), 29 deletions(-)
68978
78628
 
68979
78629
commit bceaf3a7194ecd5303b6cbc9797586ba4849b1bc
68980
 
Author: Ryan Lortie <desrt@desrt.ca>
68981
 
Date:   Fri Sep 9 16:05:55 2011 -0400
 
78630
Author:     Ryan Lortie <desrt@desrt.ca>
 
78631
AuthorDate: Fri Sep 9 16:05:55 2011 -0400
 
78632
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78633
CommitDate: Fri Sep 9 16:05:55 2011 -0400
68982
78634
 
68983
78635
    glib-private: #include <glib.h>
68984
78636
 
68989
78641
 1 file changed, 1 insertion(+), 6 deletions(-)
68990
78642
 
68991
78643
commit e27b5a2ea7f117028fb5b645033085866a804fb7
68992
 
Author: Ryan Lortie <desrt@desrt.ca>
68993
 
Date:   Fri Sep 9 15:47:01 2011 -0400
 
78644
Author:     Ryan Lortie <desrt@desrt.ca>
 
78645
AuthorDate: Fri Sep 9 15:47:01 2011 -0400
 
78646
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78647
CommitDate: Fri Sep 9 15:47:01 2011 -0400
68994
78648
 
68995
78649
    Drop long-removed atomic thread init from header
68996
78650
 
68998
78652
 1 file changed, 1 deletion(-)
68999
78653
 
69000
78654
commit 9e1d4aa257843849872abdf78326f5a29877c322
69001
 
Author: Ryan Lortie <desrt@desrt.ca>
69002
 
Date:   Fri Sep 9 15:21:07 2011 -0400
 
78655
Author:     Ryan Lortie <desrt@desrt.ca>
 
78656
AuthorDate: Fri Sep 9 15:21:07 2011 -0400
 
78657
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78658
CommitDate: Fri Sep 9 15:21:07 2011 -0400
69003
78659
 
69004
78660
    Remove now-useless glibprivate.h
69005
78661
 
69010
78666
 2 files changed, 7 deletions(-)
69011
78667
 
69012
78668
commit d86386159d3fe1e592d813c6d8d6e293c2599231
69013
 
Author: Ryan Lortie <desrt@desrt.ca>
69014
 
Date:   Fri Sep 9 14:30:25 2011 -0400
 
78669
Author:     Ryan Lortie <desrt@desrt.ca>
 
78670
AuthorDate: Fri Sep 9 14:30:25 2011 -0400
 
78671
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78672
CommitDate: Fri Sep 9 14:32:00 2011 -0400
69015
78673
 
69016
78674
    glib worker: move to glib-private framework
69017
78675
 
69028
78686
 4 files changed, 21 insertions(+), 17 deletions(-)
69029
78687
 
69030
78688
commit 3022ef47313648e10fd415ef132d746ee2db88e1
69031
 
Author: Ryan Lortie <desrt@desrt.ca>
69032
 
Date:   Fri Sep 9 14:30:01 2011 -0400
 
78689
Author:     Ryan Lortie <desrt@desrt.ca>
 
78690
AuthorDate: Fri Sep 9 14:30:01 2011 -0400
 
78691
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78692
CommitDate: Fri Sep 9 14:30:01 2011 -0400
69033
78693
 
69034
78694
    gwakeup.h: add missing header for GPollFD
69035
78695
 
69037
78697
 1 file changed, 2 insertions(+)
69038
78698
 
69039
78699
commit 9bf59d4a14b3fc4bb62f10c3665e99f9d8788bdc
69040
 
Author: Colin Walters <walters@verbum.org>
69041
 
Date:   Thu Sep 1 14:32:11 2011 -0400
 
78700
Author:     Colin Walters <walters@verbum.org>
 
78701
AuthorDate: Thu Sep 1 14:32:11 2011 -0400
 
78702
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78703
CommitDate: Fri Sep 9 14:17:08 2011 -0400
69042
78704
 
69043
78705
    Add glib__private__() API to share between glib,gio; port GWakeup
69044
78706
    to it
69080
78742
 6 files changed, 104 insertions(+), 9 deletions(-)
69081
78743
 
69082
78744
commit b891b3616fa1c2af542cd188c00e074295bad4fe
69083
 
Author: Ryan Lortie <desrt@desrt.ca>
69084
 
Date:   Tue Aug 30 13:32:58 2011 -0400
 
78745
Author:     Ryan Lortie <desrt@desrt.ca>
 
78746
AuthorDate: Tue Aug 30 13:32:58 2011 -0400
 
78747
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78748
CommitDate: Fri Sep 9 13:41:36 2011 -0400
69085
78749
 
69086
78750
    GMainLoop: remove wall clock time cache
69087
78751
 
69094
78758
 1 file changed, 5 insertions(+), 32 deletions(-)
69095
78759
 
69096
78760
commit 940a728fdabca90ce7f5769de97f12a81c264cc5
69097
 
Author: Ryan Lortie <desrt@desrt.ca>
69098
 
Date:   Wed Aug 31 23:02:03 2011 -0400
 
78761
Author:     Ryan Lortie <desrt@desrt.ca>
 
78762
AuthorDate: Wed Aug 31 23:02:03 2011 -0400
 
78763
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78764
CommitDate: Fri Sep 9 13:41:27 2011 -0400
69099
78765
 
69100
78766
    gtester: Remove SIGCHLD race workarounds
69101
78767
 
69105
78771
 1 file changed, 23 deletions(-)
69106
78772
 
69107
78773
commit ba7019e19e83ef46184e39e1d546ba08500dbfd7
69108
 
Author: Ryan Lortie <desrt@desrt.ca>
69109
 
Date:   Wed Aug 31 22:58:26 2011 -0400
 
78774
Author:     Ryan Lortie <desrt@desrt.ca>
 
78775
AuthorDate: Wed Aug 31 22:58:26 2011 -0400
 
78776
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78777
CommitDate: Fri Sep 9 13:41:27 2011 -0400
69110
78778
 
69111
78779
    Modify child and signal sources to use worker
69112
78780
 
69115
78783
 1 file changed, 151 insertions(+), 219 deletions(-)
69116
78784
 
69117
78785
commit 7eae486179e2799c369ed9ffcea663bf9161ce79
69118
 
Author: Ryan Lortie <desrt@desrt.ca>
69119
 
Date:   Wed Aug 31 22:07:02 2011 -0400
 
78786
Author:     Ryan Lortie <desrt@desrt.ca>
 
78787
AuthorDate: Wed Aug 31 22:07:02 2011 -0400
 
78788
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78789
CommitDate: Fri Sep 9 13:41:27 2011 -0400
69120
78790
 
69121
78791
    GMain: simplify logic for g_wakeup_acknowledge()
69122
78792
 
69127
78797
 1 file changed, 3 insertions(+), 4 deletions(-)
69128
78798
 
69129
78799
commit 87880dfa571926678bf671bce7ce5e56adcf07a2
69130
 
Author: Ryan Lortie <desrt@desrt.ca>
69131
 
Date:   Wed Aug 31 18:33:32 2011 -0400
 
78800
Author:     Ryan Lortie <desrt@desrt.ca>
 
78801
AuthorDate: Wed Aug 31 18:33:32 2011 -0400
 
78802
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78803
CommitDate: Fri Sep 9 13:41:27 2011 -0400
69132
78804
 
69133
78805
    GMainLoop: remove single-threaded case
69134
78806
 
69142
78814
 3 files changed, 43 insertions(+), 166 deletions(-)
69143
78815
 
69144
78816
commit 1facd36d00fc5fc18fa9d690979f9e73c0f1d312
69145
 
Author: Ryan Lortie <desrt@desrt.ca>
69146
 
Date:   Wed Aug 31 18:20:24 2011 -0400
 
78817
Author:     Ryan Lortie <desrt@desrt.ca>
 
78818
AuthorDate: Wed Aug 31 18:20:24 2011 -0400
 
78819
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78820
CommitDate: Fri Sep 9 13:40:50 2011 -0400
69147
78821
 
69148
78822
    Add private glib_get_worker_context() API
69149
78823
 
69158
78832
 4 files changed, 44 insertions(+)
69159
78833
 
69160
78834
commit b6a2f502f28b112d791c8834b4ff7e5c8aa0fcd5
69161
 
Author: Ryan Lortie <desrt@desrt.ca>
69162
 
Date:   Fri Sep 9 13:39:22 2011 -0400
 
78835
Author:     Ryan Lortie <desrt@desrt.ca>
 
78836
AuthorDate: Fri Sep 9 13:39:22 2011 -0400
 
78837
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78838
CommitDate: Fri Sep 9 13:39:22 2011 -0400
69163
78839
 
69164
78840
    GRand: Make sure to g_thread_init_glib()
69165
78841
 
69170
78846
 1 file changed, 2 insertions(+)
69171
78847
 
69172
78848
commit 71c72d5e13748c2a7e0fd52c5693240aed808238
69173
 
Author: Ryan Lortie <desrt@desrt.ca>
69174
 
Date:   Fri Sep 9 13:31:21 2011 -0400
 
78849
Author:     Ryan Lortie <desrt@desrt.ca>
 
78850
AuthorDate: Fri Sep 9 13:31:21 2011 -0400
 
78851
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78852
CommitDate: Fri Sep 9 13:31:21 2011 -0400
69175
78853
 
69176
78854
    GRand: remove setup from g_thread_init_glib
69177
78855
 
69183
78861
 3 files changed, 4 insertions(+), 15 deletions(-)
69184
78862
 
69185
78863
commit 413186a962973cff5dfbee66ef920016f4cb5c2d
69186
 
Author: Ryan Lortie <desrt@desrt.ca>
69187
 
Date:   Fri Sep 9 13:20:40 2011 -0400
 
78864
Author:     Ryan Lortie <desrt@desrt.ca>
 
78865
AuthorDate: Fri Sep 9 13:20:40 2011 -0400
 
78866
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78867
CommitDate: Fri Sep 9 13:23:48 2011 -0400
69188
78868
 
69189
78869
    emufutex: remove init from g_thread_init_glib
69190
78870
 
69197
78877
 4 files changed, 8 insertions(+), 19 deletions(-)
69198
78878
 
69199
78879
commit 80109acef586a5a1d34f604414a36e7e18b0cede
69200
 
Author: Ryan Lortie <desrt@desrt.ca>
69201
 
Date:   Fri Sep 9 13:15:17 2011 -0400
 
78880
Author:     Ryan Lortie <desrt@desrt.ca>
 
78881
AuthorDate: Fri Sep 9 13:15:17 2011 -0400
 
78882
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78883
CommitDate: Fri Sep 9 13:17:42 2011 -0400
69202
78884
 
69203
78885
    win32: remove version init from g_thread_init_glib
69204
78886
 
69210
78892
 3 files changed, 8 insertions(+), 32 deletions(-)
69211
78893
 
69212
78894
commit 6c0dda8265a547d89b4c546298d0a29519f68749
69213
 
Author: Ryan Lortie <desrt@desrt.ca>
69214
 
Date:   Wed Aug 31 18:07:55 2011 -0400
 
78895
Author:     Ryan Lortie <desrt@desrt.ca>
 
78896
AuthorDate: Wed Aug 31 18:07:55 2011 -0400
 
78897
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78898
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69215
78899
 
69216
78900
    make g_thread_init_glib() idempotent
69217
78901
 
69219
78903
 1 file changed, 7 insertions(+)
69220
78904
 
69221
78905
commit cfa1d0540e4aaf83641f3876a2589a1e8f2b1242
69222
 
Author: Ryan Lortie <desrt@desrt.ca>
69223
 
Date:   Wed Aug 31 18:00:03 2011 -0400
 
78906
Author:     Ryan Lortie <desrt@desrt.ca>
 
78907
AuthorDate: Wed Aug 31 18:00:03 2011 -0400
 
78908
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78909
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69224
78910
 
69225
78911
    Move the GThread implementations to glib/
69226
78912
 
69241
78927
 9 files changed, 982 insertions(+), 984 deletions(-)
69242
78928
 
69243
78929
commit 96e489680423f87428c74b1f6ec8a6b8a9c99645
69244
 
Author: Ryan Lortie <desrt@desrt.ca>
69245
 
Date:   Wed Aug 31 17:40:01 2011 -0400
 
78930
Author:     Ryan Lortie <desrt@desrt.ca>
 
78931
AuthorDate: Wed Aug 31 17:40:01 2011 -0400
 
78932
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78933
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69246
78934
 
69247
78935
    invert gthread-impl includes
69248
78936
 
69266
78954
 5 files changed, 13 insertions(+), 10 deletions(-)
69267
78955
 
69268
78956
commit fc6a9275a4c1e14edb0b9948672ec77af980bc23
69269
 
Author: Ryan Lortie <desrt@desrt.ca>
69270
 
Date:   Wed Aug 31 17:18:43 2011 -0400
 
78957
Author:     Ryan Lortie <desrt@desrt.ca>
 
78958
AuthorDate: Wed Aug 31 17:18:43 2011 -0400
 
78959
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78960
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69271
78961
 
69272
78962
    win32 threads: assume TryEnterCriticalSection
69273
78963
 
69280
78970
 1 file changed, 7 insertions(+), 83 deletions(-)
69281
78971
 
69282
78972
commit 7cf89847e26af7817827a47cc2f4857d1742f4d0
69283
 
Author: Ryan Lortie <desrt@desrt.ca>
69284
 
Date:   Wed Aug 31 17:02:21 2011 -0400
 
78973
Author:     Ryan Lortie <desrt@desrt.ca>
 
78974
AuthorDate: Wed Aug 31 17:02:21 2011 -0400
 
78975
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78976
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69285
78977
 
69286
78978
    Stop using HAVE_G_THREAD_IMPL_INIT
69287
78979
 
69293
78985
 3 files changed, 1 insertion(+), 8 deletions(-)
69294
78986
 
69295
78987
commit 46af418e05de82cfd6174575ef3f376aecfe8795
69296
 
Author: Ryan Lortie <desrt@desrt.ca>
69297
 
Date:   Wed Aug 31 16:30:04 2011 -0400
 
78988
Author:     Ryan Lortie <desrt@desrt.ca>
 
78989
AuthorDate: Wed Aug 31 16:30:04 2011 -0400
 
78990
Commit:     Ryan Lortie <desrt@desrt.ca>
 
78991
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69298
78992
 
69299
78993
    Move thread priority translation into the backends
69300
78994
 
69308
79002
 3 files changed, 51 insertions(+), 37 deletions(-)
69309
79003
 
69310
79004
commit a4777122c84bfa33f710dceccf9e05087b89a301
69311
 
Author: Ryan Lortie <desrt@desrt.ca>
69312
 
Date:   Wed Aug 31 16:46:32 2011 -0400
 
79005
Author:     Ryan Lortie <desrt@desrt.ca>
 
79006
AuthorDate: Wed Aug 31 16:46:32 2011 -0400
 
79007
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79008
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69313
79009
 
69314
79010
    Remove useless macros from when we supported DCE
69315
79011
 
69319
79015
 1 file changed, 8 insertions(+), 15 deletions(-)
69320
79016
 
69321
79017
commit 715f94e95147097d6caf86b0be230e52a64ed738
69322
 
Author: Ryan Lortie <desrt@desrt.ca>
69323
 
Date:   Wed Aug 31 16:41:24 2011 -0400
 
79018
Author:     Ryan Lortie <desrt@desrt.ca>
 
79019
AuthorDate: Wed Aug 31 16:41:24 2011 -0400
 
79020
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79021
CommitDate: Fri Sep 9 12:47:40 2011 -0400
69324
79022
 
69325
79023
    Remove support for DCE threads
69326
79024
 
69331
79029
 3 files changed, 9 insertions(+), 78 deletions(-)
69332
79030
 
69333
79031
commit 7d885253fa72e0a529a5a262082e6347c30198ee
69334
 
Author: Ryan Lortie <desrt@desrt.ca>
69335
 
Date:   Wed Aug 31 16:10:55 2011 -0400
 
79032
Author:     Ryan Lortie <desrt@desrt.ca>
 
79033
AuthorDate: Wed Aug 31 16:10:55 2011 -0400
 
79034
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79035
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69336
79036
 
69337
79037
    Remove support for custom thread implementations
69338
79038
 
69341
79041
 1 file changed, 10 insertions(+), 54 deletions(-)
69342
79042
 
69343
79043
commit cef0acb945271a85d1e2283af7785f3b3f93ac41
69344
 
Author: Ryan Lortie <desrt@desrt.ca>
69345
 
Date:   Wed Aug 31 16:03:22 2011 -0400
 
79044
Author:     Ryan Lortie <desrt@desrt.ca>
 
79045
AuthorDate: Wed Aug 31 16:03:22 2011 -0400
 
79046
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79047
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69346
79048
 
69347
79049
    Remove the dead 'none' thread implementation
69348
79050
 
69351
79053
 2 files changed, 38 deletions(-)
69352
79054
 
69353
79055
commit 3f931412434083a69f3fb794f01d82a3de8224ee
69354
 
Author: Ryan Lortie <desrt@desrt.ca>
69355
 
Date:   Wed Aug 31 16:01:09 2011 -0400
 
79056
Author:     Ryan Lortie <desrt@desrt.ca>
 
79057
AuthorDate: Wed Aug 31 16:01:09 2011 -0400
 
79058
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79059
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69356
79060
 
69357
79061
    GThread: remove errorcheck mutex support
69358
79062
 
69365
79069
 2 files changed, 8 insertions(+), 233 deletions(-)
69366
79070
 
69367
79071
commit 41cbb40dca659799f05567bca0477f630eeeda16
69368
 
Author: Ryan Lortie <desrt@desrt.ca>
69369
 
Date:   Wed Aug 31 15:53:36 2011 -0400
 
79072
Author:     Ryan Lortie <desrt@desrt.ca>
 
79073
AuthorDate: Wed Aug 31 15:53:36 2011 -0400
 
79074
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79075
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69370
79076
 
69371
79077
    gthread: remove some unused forward declarations
69372
79078
 
69374
79080
 1 file changed, 7 deletions(-)
69375
79081
 
69376
79082
commit e48573c402326a9428b032b0d33dd06644316990
69377
 
Author: Ryan Lortie <desrt@desrt.ca>
69378
 
Date:   Wed Aug 31 15:49:35 2011 -0400
 
79083
Author:     Ryan Lortie <desrt@desrt.ca>
 
79084
AuthorDate: Wed Aug 31 15:49:35 2011 -0400
 
79085
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79086
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69379
79087
 
69380
79088
    Deprecated (undocumented) g_thread_gettime
69381
79089
 
69398
79106
 7 files changed, 6 insertions(+), 68 deletions(-)
69399
79107
 
69400
79108
commit 3534ff418c85481d245631abb06e89b8898790f4
69401
 
Author: Ryan Lortie <desrt@desrt.ca>
69402
 
Date:   Wed Aug 31 16:43:15 2011 -0400
 
79109
Author:     Ryan Lortie <desrt@desrt.ca>
 
79110
AuthorDate: Wed Aug 31 16:43:15 2011 -0400
 
79111
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79112
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69403
79113
 
69404
79114
    Update building docs to mention mandatory threads
69405
79115
 
69410
79120
 1 file changed, 3 insertions(+), 4 deletions(-)
69411
79121
 
69412
79122
commit 5a30712dc7e4adc36b0e8fd82cf5ccec19bbbdc5
69413
 
Author: Dan Winship <danw@gnome.org>
69414
 
Date:   Wed Aug 31 14:33:33 2011 -0400
 
79123
Author:     Dan Winship <danw@gnome.org>
 
79124
AuthorDate: Wed Aug 31 14:33:33 2011 -0400
 
79125
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79126
CommitDate: Fri Sep 9 12:47:39 2011 -0400
69415
79127
 
69416
79128
    Remove !g_thread_supported() codepaths in gio
69417
79129
 
69444
79156
 18 files changed, 23 insertions(+), 2999 deletions(-)
69445
79157
 
69446
79158
commit aa586f63543fd584b782dbc1f90bcfae2c96502e
69447
 
Author: Ryan Lortie <desrt@desrt.ca>
69448
 
Date:   Wed Aug 31 14:30:11 2011 -0400
 
79159
Author:     Ryan Lortie <desrt@desrt.ca>
 
79160
AuthorDate: Wed Aug 31 14:30:11 2011 -0400
 
79161
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79162
CommitDate: Fri Sep 9 12:41:56 2011 -0400
69449
79163
 
69450
79164
    Revert "GIOSchedulerJob: Improve struct packing"
69451
79165
 
69457
79171
 1 file changed, 2 insertions(+), 1 deletion(-)
69458
79172
 
69459
79173
commit 5bc7729d16b641022f5eb8a4022515a163063ce9
69460
 
Author: Dan Winship <danw@gnome.org>
69461
 
Date:   Wed Aug 31 14:01:45 2011 -0400
 
79174
Author:     Dan Winship <danw@gnome.org>
 
79175
AuthorDate: Wed Aug 31 14:01:45 2011 -0400
 
79176
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79177
CommitDate: Fri Sep 9 12:41:55 2011 -0400
69462
79178
 
69463
79179
    Make threads mandatory
69464
79180
 
69487
79203
 13 files changed, 240 insertions(+), 395 deletions(-)
69488
79204
 
69489
79205
commit 0d1a2eb4bfcd733e0c015c76fb0ca0308b8a61f0
69490
 
Author: David Schleef <ds@schleef.org>
69491
 
Date:   Sun Aug 21 14:54:39 2011 -0700
 
79206
Author:     David Schleef <ds@schleef.org>
 
79207
AuthorDate: Sun Aug 21 14:54:39 2011 -0700
 
79208
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79209
CommitDate: Thu Sep 8 20:22:42 2011 -0400
69492
79210
 
69493
79211
    Fix spelling of G_IO_FLAG_IS_WRITEABLE
69494
79212
 
69500
79218
 3 files changed, 10 insertions(+), 6 deletions(-)
69501
79219
 
69502
79220
commit 7a45dde4fe64b4f6c6d3ebc54dfb54d106290e9d
69503
 
Author: Kushal Das <kdas@redhat.com>
69504
 
Date:   Fri Sep 2 12:15:21 2011 +0530
 
79221
Author:     Kushal Das <kdas@redhat.com>
 
79222
AuthorDate: Fri Sep 2 12:15:21 2011 +0530
 
79223
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79224
CommitDate: Thu Sep 8 20:20:02 2011 -0400
69505
79225
 
69506
79226
    g_key_file_parse_value_as_integer: Integers can have trailing
69507
79227
    whitespaces or tabs
69516
79236
 1 file changed, 4 insertions(+), 4 deletions(-)
69517
79237
 
69518
79238
commit 4a1d79842a177e45210736c71bf0c7d277d73179
69519
 
Author: Piotr Drąg <piotrdrag@gmail.com>
69520
 
Date:   Thu Sep 8 21:07:54 2011 +0200
 
79239
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
79240
AuthorDate: Thu Sep 8 21:07:54 2011 +0200
 
79241
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
79242
CommitDate: Thu Sep 8 21:08:09 2011 +0200
69521
79243
 
69522
79244
    Updated Polish translation
69523
79245
 
69525
79247
 1 file changed, 3 insertions(+), 3 deletions(-)
69526
79248
 
69527
79249
commit 687144edc7c11fb7a1aff5860b95ab5616320f1f
69528
 
Author: Piotr Drąg <piotrdrag@gmail.com>
69529
 
Date:   Thu Sep 8 20:44:03 2011 +0200
 
79250
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
79251
AuthorDate: Thu Sep 8 20:44:03 2011 +0200
 
79252
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
79253
CommitDate: Thu Sep 8 20:44:19 2011 +0200
69530
79254
 
69531
79255
    Updated Polish translation
69532
79256
 
69535
79259
 1 file changed, 85 insertions(+), 103 deletions(-)
69536
79260
 
69537
79261
commit c8ef5b7d6c08c2e455527d42e1a1845261d30f09
69538
 
Author: Damien Lespiau <damien.lespiau@intel.com>
69539
 
Date:   Thu Sep 8 14:25:41 2011 +0100
 
79262
Author:     Damien Lespiau <damien.lespiau@intel.com>
 
79263
AuthorDate: Thu Sep 8 14:25:41 2011 +0100
 
79264
Commit:     Damien Lespiau <damien.lespiau@intel.com>
 
79265
CommitDate: Thu Sep 8 17:07:56 2011 +0100
69540
79266
 
69541
79267
    simpleaction: Fix documentation of :enabled
69542
79268
 
69549
79275
 1 file changed, 2 insertions(+), 2 deletions(-)
69550
79276
 
69551
79277
commit e03b70c4a2e8e44b8084de7f8a25b166727316e1
69552
 
Author: Alexandre Franke <alexandre.franke@gmail.com>
69553
 
Date:   Wed Sep 7 11:43:36 2011 +0200
 
79278
Author:     Alexandre Franke <alexandre.franke@gmail.com>
 
79279
AuthorDate: Wed Sep 7 11:43:36 2011 +0200
 
79280
Commit:     Alexandre Franke <alexandre.franke@gmail.com>
 
79281
CommitDate: Thu Sep 8 17:32:18 2011 +0200
69554
79282
 
69555
79283
    Update French translation
69556
79284
 
69559
79287
 1 file changed, 89 insertions(+), 100 deletions(-)
69560
79288
 
69561
79289
commit 571185f0f6054c8bdb0927809c0b08c6fd86b012
69562
 
Author: Federico Mena Quintero <federico@gnome.org>
69563
 
Date:   Thu Sep 8 09:11:56 2011 -0500
 
79290
Author:     Federico Mena Quintero <federico@gnome.org>
 
79291
AuthorDate: Thu Sep 8 09:11:56 2011 -0500
 
79292
Commit:     Federico Mena Quintero <federico@gnome.org>
 
79293
CommitDate: Thu Sep 8 09:11:56 2011 -0500
69564
79294
 
69565
79295
    bgo#640212 - Replace "error stating file" with friendlier messages
69566
79296
 
69575
79305
 3 files changed, 4 insertions(+), 4 deletions(-)
69576
79306
 
69577
79307
commit 62a648953b5985456d34a563e519ce8059d97998
69578
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
69579
 
Date:   Wed Sep 7 16:58:57 2011 +0100
 
79308
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
79309
AuthorDate: Wed Sep 7 16:58:57 2011 +0100
 
79310
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
79311
CommitDate: Wed Sep 7 17:00:06 2011 +0100
69580
79312
 
69581
79313
    Updated British English translation
69582
79314
 
69585
79317
 1 file changed, 86 insertions(+), 85 deletions(-)
69586
79318
 
69587
79319
commit b95237ba53b3454996790042312e4f9a3447a2a7
69588
 
Author: Luca Ferretti <lferrett@gnome.org>
69589
 
Date:   Wed Sep 7 00:33:39 2011 +0200
 
79320
Author:     Luca Ferretti <lferrett@gnome.org>
 
79321
AuthorDate: Wed Sep 7 00:33:39 2011 +0200
 
79322
Commit:     Luca Ferretti <lferrett@gnome.org>
 
79323
CommitDate: Wed Sep 7 00:34:02 2011 +0200
69590
79324
 
69591
79325
    Updated Italian translation
69592
79326
 
69595
79329
 1 file changed, 43 insertions(+), 42 deletions(-)
69596
79330
 
69597
79331
commit ef0f90a0171aa73b4516483ffa49742b6abf3df5
69598
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
69599
 
Date:   Wed Sep 7 01:29:04 2011 +0300
 
79332
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
79333
AuthorDate: Wed Sep 7 01:29:04 2011 +0300
 
79334
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
79335
CommitDate: Wed Sep 7 01:29:04 2011 +0300
69600
79336
 
69601
79337
    Updated Belarusian translation.
69602
79338
 
69604
79340
 1 file changed, 17 insertions(+), 15 deletions(-)
69605
79341
 
69606
79342
commit cfe04105f4b95f00c2bd52f0759736aa5197fd2a
69607
 
Author: Kjartan Maraas <kmaraas@gnome.org>
69608
 
Date:   Tue Sep 6 21:49:06 2011 +0200
 
79343
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
79344
AuthorDate: Tue Sep 6 21:49:06 2011 +0200
 
79345
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
79346
CommitDate: Tue Sep 6 21:49:06 2011 +0200
69609
79347
 
69610
79348
    Added Norwegian bokmål translation
69611
79349
 
69613
79351
 1 file changed, 12 insertions(+), 14 deletions(-)
69614
79352
 
69615
79353
commit 27fbaf371278e792c79a3478c2282e43f12472f5
69616
 
Author: Ryan Lortie <desrt@desrt.ca>
69617
 
Date:   Tue Sep 6 14:01:52 2011 -0400
 
79354
Author:     Ryan Lortie <desrt@desrt.ca>
 
79355
AuthorDate: Tue Sep 6 14:01:52 2011 -0400
 
79356
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79357
CommitDate: Tue Sep 6 14:07:16 2011 -0400
69618
79358
 
69619
79359
    GSettingsBackend: emit changes to correct thread
69620
79360
 
69632
79372
 1 file changed, 1 insertion(+), 5 deletions(-)
69633
79373
 
69634
79374
commit 8060a7a207192297e62d29b4e5e1b551eab48622
69635
 
Author: Ryan Lortie <desrt@desrt.ca>
69636
 
Date:   Tue Sep 6 10:55:09 2011 -0400
 
79375
Author:     Ryan Lortie <desrt@desrt.ca>
 
79376
AuthorDate: Tue Sep 6 10:55:09 2011 -0400
 
79377
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79378
CommitDate: Tue Sep 6 10:55:09 2011 -0400
69637
79379
 
69638
79380
    'master' is now glib 2.31.0
69639
79381
 
69650
79392
 8 files changed, 74 insertions(+), 30 deletions(-)
69651
79393
 
69652
79394
commit 9d6b55499f92a1d846f822d2f1aded2137b86999
69653
 
Author: Ryan Lortie <desrt@desrt.ca>
69654
 
Date:   Mon Sep 5 10:28:54 2011 -0400
 
79395
Author:     Ryan Lortie <desrt@desrt.ca>
 
79396
AuthorDate: Mon Sep 5 10:28:54 2011 -0400
 
79397
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79398
CommitDate: Tue Sep 6 10:08:34 2011 -0400
69655
79399
 
69656
79400
    glib 2.29.90
69657
79401
 
69660
79404
 2 files changed, 50 insertions(+), 1 deletion(-)
69661
79405
 
69662
79406
commit 6f6c924b08915c93e411370ea670b6e8af37ac5d
69663
 
Author: Andika Triwidada <andika@gmail.com>
69664
 
Date:   Tue Sep 6 16:50:11 2011 +0700
 
79407
Author:     Andika Triwidada <andika@gmail.com>
 
79408
AuthorDate: Tue Sep 6 16:50:11 2011 +0700
 
79409
Commit:     Andika Triwidada <andika@gmail.com>
 
79410
CommitDate: Tue Sep 6 16:50:11 2011 +0700
69665
79411
 
69666
79412
    Updated Indonesian translation
69667
79413
 
69670
79416
 1 file changed, 146 insertions(+), 387 deletions(-)
69671
79417
 
69672
79418
commit 8a7d33024a377c99ca17b37ff5f02854bb71463b
69673
 
Author: Ryan Lortie <desrt@desrt.ca>
69674
 
Date:   Tue Sep 6 00:12:12 2011 -0400
 
79419
Author:     Ryan Lortie <desrt@desrt.ca>
 
79420
AuthorDate: Tue Sep 6 00:12:12 2011 -0400
 
79421
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79422
CommitDate: Tue Sep 6 00:31:49 2011 -0400
69675
79423
 
69676
79424
    gio docs: lots more fixes
69677
79425
 
69686
79434
 8 files changed, 6 insertions(+), 26 deletions(-)
69687
79435
 
69688
79436
commit e88d735787b4cbd3ddacef024a03135a32bab6ac
69689
 
Author: Ryan Lortie <desrt@desrt.ca>
69690
 
Date:   Tue Sep 6 00:01:29 2011 -0400
 
79437
Author:     Ryan Lortie <desrt@desrt.ca>
 
79438
AuthorDate: Tue Sep 6 00:01:29 2011 -0400
 
79439
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79440
CommitDate: Tue Sep 6 00:01:29 2011 -0400
69691
79441
 
69692
79442
    gio docs: only include GTlsInteraction once
69693
79443
 
69697
79447
 1 file changed, 1 deletion(-)
69698
79448
 
69699
79449
commit f333aeb29771babd1b8d12a26c3d0d21c6410301
69700
 
Author: Ryan Lortie <desrt@desrt.ca>
69701
 
Date:   Mon Sep 5 23:56:33 2011 -0400
 
79450
Author:     Ryan Lortie <desrt@desrt.ca>
 
79451
AuthorDate: Mon Sep 5 23:56:33 2011 -0400
 
79452
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79453
CommitDate: Mon Sep 5 23:56:33 2011 -0400
69702
79454
 
69703
79455
    gio docs: drop GTimeZoneMonitor from docs
69704
79456
 
69706
79458
 1 file changed, 1 deletion(-)
69707
79459
 
69708
79460
commit a44b225ae7f01f124e7d54f25a98cde300923b5f
69709
 
Author: Ryan Lortie <desrt@desrt.ca>
69710
 
Date:   Mon Sep 5 23:54:42 2011 -0400
 
79461
Author:     Ryan Lortie <desrt@desrt.ca>
 
79462
AuthorDate: Mon Sep 5 23:54:42 2011 -0400
 
79463
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79464
CommitDate: Mon Sep 5 23:54:42 2011 -0400
69711
79465
 
69712
79466
    Remove enums from gio.types
69713
79467
 
69720
79474
 1 file changed, 33 deletions(-)
69721
79475
 
69722
79476
commit fb700d7ea3d79be927918b4638cc705b280bbf8b
69723
 
Author: Ryan Lortie <desrt@desrt.ca>
69724
 
Date:   Mon Sep 5 19:41:16 2011 -0400
 
79477
Author:     Ryan Lortie <desrt@desrt.ca>
 
79478
AuthorDate: Mon Sep 5 19:41:16 2011 -0400
 
79479
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79480
CommitDate: Mon Sep 5 19:41:16 2011 -0400
69725
79481
 
69726
79482
    GDBus object manager example: update -sections.txt
69727
79483
 
69730
79486
 1 file changed, 4 deletions(-)
69731
79487
 
69732
79488
commit c2e7ef17ac8da3ef911a5b6f86cd369b46b196bb
69733
 
Author: Ryan Lortie <desrt@desrt.ca>
69734
 
Date:   Mon Sep 5 19:35:16 2011 -0400
 
79489
Author:     Ryan Lortie <desrt@desrt.ca>
 
79490
AuthorDate: Mon Sep 5 19:35:16 2011 -0400
 
79491
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79492
CommitDate: Mon Sep 5 19:35:16 2011 -0400
69735
79493
 
69736
79494
    gio docs: ignore private .h files
69737
79495
 
69740
79498
 1 file changed, 57 insertions(+), 9 deletions(-)
69741
79499
 
69742
79500
commit 1f9c189e2095ed0372fa1960da5cce2d6774af65
69743
 
Author: Ryan Lortie <desrt@desrt.ca>
69744
 
Date:   Mon Sep 5 19:10:04 2011 -0400
 
79501
Author:     Ryan Lortie <desrt@desrt.ca>
 
79502
AuthorDate: Mon Sep 5 19:10:04 2011 -0400
 
79503
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79504
CommitDate: Mon Sep 5 19:10:04 2011 -0400
69745
79505
 
69746
79506
    gio docs: don't scan subdirectories
69747
79507
 
69752
79512
 2 files changed, 12 insertions(+), 2 deletions(-)
69753
79513
 
69754
79514
commit c14a971f32d87a85d68137ba2dea5afe8ca5fea2
69755
 
Author: Ryan Lortie <desrt@desrt.ca>
69756
 
Date:   Mon Sep 5 19:00:11 2011 -0400
 
79515
Author:     Ryan Lortie <desrt@desrt.ca>
 
79516
AuthorDate: Mon Sep 5 19:00:11 2011 -0400
 
79517
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79518
CommitDate: Mon Sep 5 19:00:11 2011 -0400
69757
79519
 
69758
79520
    docs fixups for glib/
69759
79521
 
69762
79524
 2 files changed, 2 insertions(+), 2 deletions(-)
69763
79525
 
69764
79526
commit 9829d04be86fde5741340ed20b5bc0ae876c95e9
69765
 
Author: Ryan Lortie <desrt@desrt.ca>
69766
 
Date:   Mon Sep 5 18:46:59 2011 -0400
 
79527
Author:     Ryan Lortie <desrt@desrt.ca>
 
79528
AuthorDate: Mon Sep 5 18:46:59 2011 -0400
 
79529
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79530
CommitDate: Mon Sep 5 18:46:59 2011 -0400
69767
79531
 
69768
79532
    GObject docs: resolve broken links
69769
79533
 
69787
79551
 12 files changed, 26 insertions(+), 27 deletions(-)
69788
79552
 
69789
79553
commit b402c3f014096dfa9e5cce47bcf60ca33aceb5ca
69790
 
Author: Ryan Lortie <desrt@desrt.ca>
69791
 
Date:   Mon Sep 5 18:05:05 2011 -0400
 
79554
Author:     Ryan Lortie <desrt@desrt.ca>
 
79555
AuthorDate: Mon Sep 5 18:05:05 2011 -0400
 
79556
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79557
CommitDate: Mon Sep 5 18:05:05 2011 -0400
69792
79558
 
69793
79559
    gobject docs: add symbols from GMainLoop boxing
69794
79560
 
69796
79562
 1 file changed, 6 insertions(+)
69797
79563
 
69798
79564
commit b407086b3807fd691c4de7e3e80ac1cc71362ed0
69799
 
Author: Ryan Lortie <desrt@desrt.ca>
69800
 
Date:   Mon Sep 5 17:54:52 2011 -0400
 
79565
Author:     Ryan Lortie <desrt@desrt.ca>
 
79566
AuthorDate: Mon Sep 5 17:54:52 2011 -0400
 
79567
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79568
CommitDate: Mon Sep 5 18:01:39 2011 -0400
69801
79569
 
69802
79570
    Back out some changes to docs Makefiles
69803
79571
 
69822
79590
 3 files changed, 35 insertions(+), 4 deletions(-)
69823
79591
 
69824
79592
commit c54bffb9e6cd9bec13b676c3e8e6ab596c58fa49
69825
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
69826
 
Date:   Mon Sep 5 22:30:09 2011 +0100
 
79593
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
79594
AuthorDate: Mon Sep 5 22:30:09 2011 +0100
 
79595
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
79596
CommitDate: Mon Sep 5 22:30:09 2011 +0100
69827
79597
 
69828
79598
    Updated Portuguese translation
69829
79599
 
69832
79602
 1 file changed, 77 insertions(+), 79 deletions(-)
69833
79603
 
69834
79604
commit 88c118aab3382824cbef245c2687d4b3c6326ff9
69835
 
Author: Ryan Lortie <desrt@desrt.ca>
69836
 
Date:   Mon Sep 5 11:39:04 2011 -0400
 
79605
Author:     Ryan Lortie <desrt@desrt.ca>
 
79606
AuthorDate: Mon Sep 5 11:39:04 2011 -0400
 
79607
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79608
CommitDate: Mon Sep 5 11:39:04 2011 -0400
69837
79609
 
69838
79610
    one missed docs fix
69839
79611
 
69841
79613
 1 file changed, 1 insertion(+), 1 deletion(-)
69842
79614
 
69843
79615
commit ba6d70a99e735161fb34cf67aef81b29c45e2a5c
69844
 
Author: Ryan Lortie <desrt@desrt.ca>
69845
 
Date:   Mon Sep 5 11:36:48 2011 -0400
 
79616
Author:     Ryan Lortie <desrt@desrt.ca>
 
79617
AuthorDate: Mon Sep 5 11:36:48 2011 -0400
 
79618
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79619
CommitDate: Mon Sep 5 11:36:48 2011 -0400
69846
79620
 
69847
79621
    include 'hmac' in the docs
69848
79622
 
69853
79627
 1 file changed, 1 insertion(+)
69854
79628
 
69855
79629
commit 3b25e975b3272f73e9e3d61ffd67ce89b6edfc8a
69856
 
Author: Ryan Lortie <desrt@desrt.ca>
69857
 
Date:   Mon Sep 5 11:30:58 2011 -0400
 
79630
Author:     Ryan Lortie <desrt@desrt.ca>
 
79631
AuthorDate: Mon Sep 5 11:30:58 2011 -0400
 
79632
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79633
CommitDate: Mon Sep 5 11:30:58 2011 -0400
69858
79634
 
69859
79635
    gtk-doc fixups for glib/
69860
79636
 
69871
79647
 9 files changed, 64 insertions(+), 64 deletions(-)
69872
79648
 
69873
79649
commit 118fa5d5022e570834d518ba03ae36bc20ed7a18
69874
 
Author: Ryan Lortie <desrt@desrt.ca>
69875
 
Date:   Mon Sep 5 10:29:09 2011 -0400
 
79650
Author:     Ryan Lortie <desrt@desrt.ca>
 
79651
AuthorDate: Mon Sep 5 10:29:09 2011 -0400
 
79652
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79653
CommitDate: Mon Sep 5 10:32:51 2011 -0400
69876
79654
 
69877
79655
    doc: Remove reference to non-existent #GChildWatch
69878
79656
 
69884
79662
 1 file changed, 9 insertions(+), 10 deletions(-)
69885
79663
 
69886
79664
commit c32c9526ad2507ca9f4bcbc117cf7dc057ad047e
69887
 
Author: Alexandre Franke <alexandre.franke@gmail.com>
69888
 
Date:   Mon Sep 5 13:22:37 2011 +0200
 
79665
Author:     Alexandre Franke <alexandre.franke@gmail.com>
 
79666
AuthorDate: Mon Sep 5 13:22:37 2011 +0200
 
79667
Commit:     Alexandre Franke <alexandre.franke@gmail.com>
 
79668
CommitDate: Mon Sep 5 13:22:37 2011 +0200
69889
79669
 
69890
79670
    Fix missing semi-colon after struct definition
69891
79671
 
69893
79673
 1 file changed, 1 insertion(+), 1 deletion(-)
69894
79674
 
69895
79675
commit 2fce869f10d5534d339421c1646468e996707fe7
69896
 
Author: Fran Dieguez <fran@openhost.es>
69897
 
Date:   Mon Sep 5 11:55:50 2011 +0200
 
79676
Author:     Fran Dieguez <fran@openhost.es>
 
79677
AuthorDate: Mon Sep 5 11:55:50 2011 +0200
 
79678
Commit:     Fran Dieguez <fran@openhost.es>
 
79679
CommitDate: Mon Sep 5 11:55:50 2011 +0200
69898
79680
 
69899
79681
    Updated galician translations
69900
79682
 
69902
79684
 1 file changed, 4 insertions(+), 6 deletions(-)
69903
79685
 
69904
79686
commit 66e124005563f345a904a526896a01e545cfcf30
69905
 
Author: Jorge González <jorgegonz@svn.gnome.org>
69906
 
Date:   Mon Sep 5 08:24:30 2011 +0200
 
79687
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
79688
AuthorDate: Mon Sep 5 08:24:30 2011 +0200
 
79689
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
79690
CommitDate: Mon Sep 5 08:24:30 2011 +0200
69907
79691
 
69908
79692
    Updated Spanish translation
69909
79693
 
69911
79695
 1 file changed, 4 insertions(+), 5 deletions(-)
69912
79696
 
69913
79697
commit 041a086256d90f6316c7cf23d8d6c6187a460296
69914
 
Author: Ryan Lortie <desrt@desrt.ca>
69915
 
Date:   Mon Sep 5 00:38:14 2011 -0400
 
79698
Author:     Ryan Lortie <desrt@desrt.ca>
 
79699
AuthorDate: Mon Sep 5 00:38:14 2011 -0400
 
79700
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79701
CommitDate: Mon Sep 5 00:38:14 2011 -0400
69916
79702
 
69917
79703
    pa.po: prefer pa_IN date/time formats
69918
79704
 
69925
79711
 1 file changed, 2 insertions(+), 2 deletions(-)
69926
79712
 
69927
79713
commit 76c49589064c38ce9fe4789677f65e3e09021b40
69928
 
Author: Ryan Lortie <desrt@desrt.ca>
69929
 
Date:   Mon Sep 5 00:03:39 2011 -0400
 
79714
Author:     Ryan Lortie <desrt@desrt.ca>
 
79715
AuthorDate: Mon Sep 5 00:03:39 2011 -0400
 
79716
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79717
CommitDate: Mon Sep 5 00:08:47 2011 -0400
69930
79718
 
69931
79719
    Populate missing GDateTime format strings
69932
79720
 
70052
79840
 86 files changed, 1522 insertions(+), 1543 deletions(-)
70053
79841
 
70054
79842
commit 2752f8668e74fc080bda22994fdbddc3cc77cd6b
70055
 
Author: Ryan Lortie <desrt@desrt.ca>
70056
 
Date:   Mon Sep 5 00:01:02 2011 -0400
 
79843
Author:     Ryan Lortie <desrt@desrt.ca>
 
79844
AuthorDate: Mon Sep 5 00:01:02 2011 -0400
 
79845
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79846
CommitDate: Mon Sep 5 00:01:02 2011 -0400
70057
79847
 
70058
79848
    po/: update all .po files with 'make update-po'
70059
79849
 
70170
79960
 94 files changed, 103729 insertions(+), 52698 deletions(-)
70171
79961
 
70172
79962
commit b6fdbb8e448be794fd9d098dc5f2bd327b2f23f0
70173
 
Author: Ryan Lortie <desrt@desrt.ca>
70174
 
Date:   Sun Sep 4 18:01:55 2011 -0400
 
79963
Author:     Ryan Lortie <desrt@desrt.ca>
 
79964
AuthorDate: Sun Sep 4 18:01:55 2011 -0400
 
79965
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79966
CommitDate: Sun Sep 4 23:55:58 2011 -0400
70175
79967
 
70176
79968
    g_date_time_format: honour T_FMT_AMPM for '%r'
70177
79969
 
70186
79978
 2 files changed, 9 insertions(+), 10 deletions(-)
70187
79979
 
70188
79980
commit 9ddd25c18b59c443945ff9dcb19675e00caeca63
70189
 
Author: Ryan Lortie <desrt@desrt.ca>
70190
 
Date:   Sun Sep 4 20:35:31 2011 -0400
 
79981
Author:     Ryan Lortie <desrt@desrt.ca>
 
79982
AuthorDate: Sun Sep 4 20:35:31 2011 -0400
 
79983
Commit:     Ryan Lortie <desrt@desrt.ca>
 
79984
CommitDate: Sun Sep 4 23:52:50 2011 -0400
70191
79985
 
70192
79986
    GDateTime: translate "AM"/"PM", not "am"/"pm"
70193
79987
 
70214
80008
 15 files changed, 82 insertions(+), 82 deletions(-)
70215
80009
 
70216
80010
commit e39a03e14d2f22ca6acbb772df908faa78a7d73e
70217
 
Author: Ryan Lortie <desrt@desrt.ca>
70218
 
Date:   Sun Sep 4 21:00:54 2011 -0400
 
80011
Author:     Ryan Lortie <desrt@desrt.ca>
 
80012
AuthorDate: Sun Sep 4 21:00:54 2011 -0400
 
80013
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80014
CommitDate: Sun Sep 4 22:09:00 2011 -0400
70219
80015
 
70220
80016
    Update en_CA.po (Canadian English translation)
70221
80017
 
70224
80020
 1 file changed, 2042 insertions(+), 1005 deletions(-)
70225
80021
 
70226
80022
commit a2b350d9c3bcc979f1ce4dd6efc7ca79c07624b3
70227
 
Author: Ryan Lortie <desrt@desrt.ca>
70228
 
Date:   Sun Sep 4 21:31:13 2011 -0400
 
80023
Author:     Ryan Lortie <desrt@desrt.ca>
 
80024
AuthorDate: Sun Sep 4 21:31:13 2011 -0400
 
80025
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80026
CommitDate: Sun Sep 4 22:03:53 2011 -0400
70229
80027
 
70230
80028
    po/Makefile.in.in: intltool compatibility fixes
70231
80029
 
70245
80043
 1 file changed, 3 insertions(+), 2 deletions(-)
70246
80044
 
70247
80045
commit 6274386e52efd7c951d5e40ed2eacd5d0a843b83
70248
 
Author: Matthias Clasen <mclasen@redhat.com>
70249
 
Date:   Sun Sep 4 20:06:53 2011 -0400
 
80046
Author:     Matthias Clasen <mclasen@redhat.com>
 
80047
AuthorDate: Sun Sep 4 20:06:53 2011 -0400
 
80048
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80049
CommitDate: Sun Sep 4 20:06:53 2011 -0400
70250
80050
 
70251
80051
    Only use gcc-specific options when the compiler is gcc
70252
80052
 
70261
80061
 2 files changed, 6 insertions(+), 1 deletion(-)
70262
80062
 
70263
80063
commit 350a1cda0a4ef7ad29f0c041239a96ea1ea1c8c5
70264
 
Author: Dan Winship <danw@gnome.org>
70265
 
Date:   Sun Sep 4 17:33:21 2011 -0400
 
80064
Author:     Dan Winship <danw@gnome.org>
 
80065
AuthorDate: Sun Sep 4 17:33:21 2011 -0400
 
80066
Commit:     Dan Winship <danw@gnome.org>
 
80067
CommitDate: Sun Sep 4 17:50:41 2011 -0400
70266
80068
 
70267
80069
    update .gitignore
70268
80070
 
70270
80072
 1 file changed, 1 insertion(+)
70271
80073
 
70272
80074
commit 749fa587bc081e0f5b9c4af1ed8bdf90bd0856d2
70273
 
Author: Dan Winship <danw@gnome.org>
70274
 
Date:   Sun Sep 4 17:17:11 2011 -0400
 
80075
Author:     Dan Winship <danw@gnome.org>
 
80076
AuthorDate: Sun Sep 4 17:17:11 2011 -0400
 
80077
Commit:     Dan Winship <danw@gnome.org>
 
80078
CommitDate: Sun Sep 4 17:50:41 2011 -0400
70275
80079
 
70276
80080
    fix a few warnings on non-Linux
70277
80081
 
70284
80088
 4 files changed, 8 insertions(+)
70285
80089
 
70286
80090
commit afa82ae805f9c8bb875a3f863a7b4669953f159f
70287
 
Author: Patrick Welche <prlw1@cam.ac.uk>
70288
 
Date:   Thu Sep 1 10:10:38 2011 +0100
 
80091
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
80092
AuthorDate: Thu Sep 1 10:10:38 2011 +0100
 
80093
Commit:     Dan Winship <danw@gnome.org>
 
80094
CommitDate: Sun Sep 4 17:50:41 2011 -0400
70289
80095
 
70290
80096
    Avoid getmntinfo
70291
80097
 
70304
80110
 3 files changed, 47 insertions(+), 24 deletions(-)
70305
80111
 
70306
80112
commit 5cea24fc88ec1fa9ce0d37e368d6041ea4e8bc7e
70307
 
Author: Fran Dieguez <fran@openhost.es>
70308
 
Date:   Sun Sep 4 18:37:11 2011 +0200
 
80113
Author:     Fran Dieguez <fran@openhost.es>
 
80114
AuthorDate: Sun Sep 4 18:37:11 2011 +0200
 
80115
Commit:     Fran Dieguez <fran@openhost.es>
 
80116
CommitDate: Sun Sep 4 18:37:11 2011 +0200
70309
80117
 
70310
80118
    Updated galician translations
70311
80119
 
70314
80122
 1 file changed, 88 insertions(+), 78 deletions(-)
70315
80123
 
70316
80124
commit a78ffde652d1a9c6a2004519a8385d3df2c0d668
70317
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
70318
 
Date:   Sun Sep 4 18:52:29 2011 +0300
 
80125
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
80126
AuthorDate: Sun Sep 4 18:52:29 2011 +0300
 
80127
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
80128
CommitDate: Sun Sep 4 18:52:29 2011 +0300
70319
80129
 
70320
80130
    Updated Belarusian translation.
70321
80131
 
70324
80134
 1 file changed, 101 insertions(+), 95 deletions(-)
70325
80135
 
70326
80136
commit e74ca39dae4f90a365f9d83fb216e5b2f0de6113
70327
 
Author: Aurimas Černius <aurisc4@gmail.com>
70328
 
Date:   Sun Sep 4 18:31:33 2011 +0300
 
80137
Author:     Aurimas Černius <aurisc4@gmail.com>
 
80138
AuthorDate: Sun Sep 4 18:31:33 2011 +0300
 
80139
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
80140
CommitDate: Sun Sep 4 18:31:33 2011 +0300
70329
80141
 
70330
80142
    Updated Lithuanian translation
70331
80143
 
70334
80146
 1 file changed, 343 insertions(+), 278 deletions(-)
70335
80147
 
70336
80148
commit 15f1ba47219be9cf92b1a6a1b615c090afde836d
70337
 
Author: Dan Winship <danw@gnome.org>
70338
 
Date:   Sun Sep 4 10:33:37 2011 -0400
 
80149
Author:     Dan Winship <danw@gnome.org>
 
80150
AuthorDate: Sun Sep 4 10:33:37 2011 -0400
 
80151
Commit:     Dan Winship <danw@gnome.org>
 
80152
CommitDate: Sun Sep 4 10:33:37 2011 -0400
70339
80153
 
70340
80154
    gio/tests/tls-interaction: fix two sporadic errors
70341
80155
 
70353
80167
 1 file changed, 3 insertions(+), 3 deletions(-)
70354
80168
 
70355
80169
commit 655c9f5753e5a2a6be863632149459d0952d208b
70356
 
Author: Dan Winship <danw@gnome.org>
70357
 
Date:   Sun Sep 4 08:42:31 2011 -0400
 
80170
Author:     Dan Winship <danw@gnome.org>
 
80171
AuthorDate: Sun Sep 4 08:42:31 2011 -0400
 
80172
Commit:     Dan Winship <danw@gnome.org>
 
80173
CommitDate: Sun Sep 4 08:42:31 2011 -0400
70358
80174
 
70359
80175
    gsocket: fix win32 build
70360
80176
 
70364
80180
 1 file changed, 2 insertions(+), 1 deletion(-)
70365
80181
 
70366
80182
commit e943366de5cd4da4bdaf625f709b66ff9101ee3b
70367
 
Author: Dan Winship <danw@gnome.org>
70368
 
Date:   Sun Sep 4 08:42:03 2011 -0400
 
80183
Author:     Dan Winship <danw@gnome.org>
 
80184
AuthorDate: Sun Sep 4 08:42:03 2011 -0400
 
80185
Commit:     Dan Winship <danw@gnome.org>
 
80186
CommitDate: Sun Sep 4 08:42:03 2011 -0400
70369
80187
 
70370
80188
    configure: fix win32 build
70371
80189
 
70378
80196
 1 file changed, 35 insertions(+), 33 deletions(-)
70379
80197
 
70380
80198
commit 2d7051e3a33a70a01d5ee06c1f10c347f6c08baf
70381
 
Author: Ryan Lortie <desrt@desrt.ca>
70382
 
Date:   Sat Sep 3 20:12:53 2011 -0400
 
80199
Author:     Ryan Lortie <desrt@desrt.ca>
 
80200
AuthorDate: Sat Sep 3 20:12:53 2011 -0400
 
80201
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80202
CommitDate: Sat Sep 3 23:06:18 2011 -0400
70383
80203
 
70384
80204
    g_date_time_format: improve support for alt digits
70385
80205
 
70405
80225
 3 files changed, 114 insertions(+), 92 deletions(-)
70406
80226
 
70407
80227
commit 4a371c2ce5262cdecc48ab998e9b66ce7b46ee4b
70408
 
Author: Dan Winship <danw@gnome.org>
70409
 
Date:   Sat Sep 3 19:49:19 2011 -0400
 
80228
Author:     Dan Winship <danw@gnome.org>
 
80229
AuthorDate: Sat Sep 3 19:49:19 2011 -0400
 
80230
Commit:     Dan Winship <danw@gnome.org>
 
80231
CommitDate: Sat Sep 3 19:58:40 2011 -0400
70410
80232
 
70411
80233
    g_network_address_parse: deprecate symbolic port names
70412
80234
 
70420
80242
 2 files changed, 6 insertions(+), 3 deletions(-)
70421
80243
 
70422
80244
commit af2a905e5480bc7eb82e7a43ef7fead7b3b90dd7
70423
 
Author: Dan Winship <danw@gnome.org>
70424
 
Date:   Sat Sep 3 19:14:16 2011 -0400
 
80245
Author:     Dan Winship <danw@gnome.org>
 
80246
AuthorDate: Sat Sep 3 19:14:16 2011 -0400
 
80247
Commit:     Dan Winship <danw@gnome.org>
 
80248
CommitDate: Sat Sep 3 19:58:40 2011 -0400
70425
80249
 
70426
80250
    gsocket: fix g_socket_details_from_fd() on Solaris
70427
80251
 
70436
80260
 1 file changed, 26 insertions(+), 4 deletions(-)
70437
80261
 
70438
80262
commit 0d637931299f254e1b9a2cdb2d4e050b157ec8d9
70439
 
Author: Dan Winship <danw@gnome.org>
70440
 
Date:   Sat Sep 3 18:37:43 2011 -0400
 
80263
Author:     Dan Winship <danw@gnome.org>
 
80264
AuthorDate: Sat Sep 3 18:37:43 2011 -0400
 
80265
Commit:     Dan Winship <danw@gnome.org>
 
80266
CommitDate: Sat Sep 3 19:58:40 2011 -0400
70441
80267
 
70442
80268
    configure: check if -lsocket is needed (for Solaris)
70443
80269
 
70454
80280
 3 files changed, 37 insertions(+), 32 deletions(-)
70455
80281
 
70456
80282
commit a636dfd7fbe5757384773460dc01e2727d7ede75
70457
 
Author: Ryan Lortie <desrt@desrt.ca>
70458
 
Date:   Sat Sep 3 19:44:13 2011 -0400
 
80283
Author:     Ryan Lortie <desrt@desrt.ca>
 
80284
AuthorDate: Sat Sep 3 19:44:13 2011 -0400
 
80285
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80286
CommitDate: Sat Sep 3 19:44:43 2011 -0400
70459
80287
 
70460
80288
    Revert "g_date_time_format: support %D"
70461
80289
 
70467
80295
 1 file changed, 10 deletions(-)
70468
80296
 
70469
80297
commit 4d382a5a1c23f33b9c21b4ad8314787cbc5347af
70470
 
Author: Og B. Maciel <ogmaciel@gnome.org>
70471
 
Date:   Sat Sep 3 18:39:01 2011 -0400
 
80298
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
80299
AuthorDate: Sat Sep 3 18:39:01 2011 -0400
 
80300
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
80301
CommitDate: Sat Sep 3 18:39:01 2011 -0400
70472
80302
 
70473
80303
    Merged improvements from 2-28 branch Brazilian Translations from
70474
80304
    Adorilson Bezerra <adorilson@gmail.com>.
70478
80308
 1 file changed, 119 insertions(+), 115 deletions(-)
70479
80309
 
70480
80310
commit 793dae876d43420f9d80112735d65ab1f03ffe07
70481
 
Author: Og B. Maciel <ogmaciel@gnome.org>
70482
 
Date:   Sat Sep 3 17:50:36 2011 -0400
 
80311
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
80312
AuthorDate: Sat Sep 3 17:50:36 2011 -0400
 
80313
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
80314
CommitDate: Sat Sep 3 17:50:36 2011 -0400
70483
80315
 
70484
80316
    Updated Brazilian Portuguese translation.
70485
80317
 
70488
80320
 1 file changed, 108 insertions(+), 84 deletions(-)
70489
80321
 
70490
80322
commit 46511fd2ca0bbe660040a4aa8a995d456d4cb4c4
70491
 
Author: Changwoo Ryu <cwryu@debian.org>
70492
 
Date:   Sat Sep 3 21:15:43 2011 +0900
 
80323
Author:     Changwoo Ryu <cwryu@debian.org>
 
80324
AuthorDate: Sat Sep 3 21:15:43 2011 +0900
 
80325
Commit:     Changwoo Ryu <cwryu@debian.org>
 
80326
CommitDate: Sat Sep 3 21:15:43 2011 +0900
70493
80327
 
70494
80328
    Update Korean translation
70495
80329
 
70498
80332
 1 file changed, 266 insertions(+), 207 deletions(-)
70499
80333
 
70500
80334
commit c2b385c5c23d5f553add320f223282e96fd1c88a
70501
 
Author: Kjartan Maraas <kmaraas@gnome.org>
70502
 
Date:   Sat Sep 3 13:47:44 2011 +0200
 
80335
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
80336
AuthorDate: Sat Sep 3 13:47:44 2011 +0200
 
80337
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
80338
CommitDate: Sat Sep 3 13:48:01 2011 +0200
70503
80339
 
70504
80340
    Added Norwegian bokmål translation
70505
80341
 
70508
80344
 1 file changed, 50 insertions(+), 44 deletions(-)
70509
80345
 
70510
80346
commit 8e7112a2d37323c29a8072a7ffe3fc6f44c17bb0
70511
 
Author: Jorge González <jorgegonz@svn.gnome.org>
70512
 
Date:   Sat Sep 3 13:38:38 2011 +0200
 
80347
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
80348
AuthorDate: Sat Sep 3 13:38:38 2011 +0200
 
80349
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
80350
CommitDate: Sat Sep 3 13:38:38 2011 +0200
70513
80351
 
70514
80352
    Updated Spanish translation
70515
80353
 
70517
80355
 1 file changed, 10 insertions(+), 5 deletions(-)
70518
80356
 
70519
80357
commit f091c6a99b1c9e23e8e60a9e5ef35290e0ab4853
70520
 
Author: Matthias Clasen <mclasen@redhat.com>
70521
 
Date:   Fri Sep 2 23:36:03 2011 -0400
 
80358
Author:     Matthias Clasen <mclasen@redhat.com>
 
80359
AuthorDate: Fri Sep 2 23:36:03 2011 -0400
 
80360
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80361
CommitDate: Fri Sep 2 23:37:12 2011 -0400
70522
80362
 
70523
80363
    gdatetime: Fix locale-changing code
70524
80364
 
70531
80371
 1 file changed, 4 insertions(+), 2 deletions(-)
70532
80372
 
70533
80373
commit 9860c83ad63ec664a25cf1719ceaeeed70b059d9
70534
 
Author: Ryan Lortie <desrt@desrt.ca>
70535
 
Date:   Fri Sep 2 21:12:16 2011 -0400
 
80374
Author:     Ryan Lortie <desrt@desrt.ca>
 
80375
AuthorDate: Fri Sep 2 21:12:16 2011 -0400
 
80376
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80377
CommitDate: Fri Sep 2 21:17:50 2011 -0400
70536
80378
 
70537
80379
    g_date_time_format: add standards notes to the doc
70538
80380
 
70545
80387
 1 file changed, 9 insertions(+), 4 deletions(-)
70546
80388
 
70547
80389
commit bdb34e3217e46236cafa61991a15b9aa2e80ba61
70548
 
Author: Ryan Lortie <desrt@desrt.ca>
70549
 
Date:   Fri Sep 2 21:04:02 2011 -0400
 
80390
Author:     Ryan Lortie <desrt@desrt.ca>
 
80391
AuthorDate: Fri Sep 2 21:04:02 2011 -0400
 
80392
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80393
CommitDate: Fri Sep 2 21:08:35 2011 -0400
70550
80394
 
70551
80395
    GDateTime: test _format against strftime()
70552
80396
 
70558
80402
 1 file changed, 26 insertions(+)
70559
80403
 
70560
80404
commit dcbfeb579a0890c3e3251f4c1ce0c16dc46f7c72
70561
 
Author: Ryan Lortie <desrt@desrt.ca>
70562
 
Date:   Fri Sep 2 21:03:33 2011 -0400
 
80405
Author:     Ryan Lortie <desrt@desrt.ca>
 
80406
AuthorDate: Fri Sep 2 21:03:33 2011 -0400
 
80407
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80408
CommitDate: Fri Sep 2 21:05:53 2011 -0400
70563
80409
 
70564
80410
    GDateTime test: plug a couple of leaks
70565
80411
 
70567
80413
 1 file changed, 3 insertions(+)
70568
80414
 
70569
80415
commit 1b04f0d9730e94c80db35f3dbd21cdfbb7e2c9da
70570
 
Author: Ryan Lortie <desrt@desrt.ca>
70571
 
Date:   Fri Sep 2 20:54:51 2011 -0400
 
80416
Author:     Ryan Lortie <desrt@desrt.ca>
 
80417
AuthorDate: Fri Sep 2 20:54:51 2011 -0400
 
80418
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80419
CommitDate: Fri Sep 2 21:05:40 2011 -0400
70572
80420
 
70573
80421
    g_date_time_format: rip out non-working %W format
70574
80422
 
70583
80431
 2 files changed, 10 deletions(-)
70584
80432
 
70585
80433
commit b8c2fd7e05e18cb45eb83c751df394e0e3174084
70586
 
Author: Ryan Lortie <desrt@desrt.ca>
70587
 
Date:   Fri Sep 2 20:53:02 2011 -0400
 
80434
Author:     Ryan Lortie <desrt@desrt.ca>
 
80435
AuthorDate: Fri Sep 2 20:53:02 2011 -0400
 
80436
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80437
CommitDate: Fri Sep 2 21:05:40 2011 -0400
70588
80438
 
70589
80439
    g_date_time_format: clarify documentation
70590
80440
 
70595
80445
 1 file changed, 12 insertions(+), 8 deletions(-)
70596
80446
 
70597
80447
commit 46ce7907720074089040275280bb20208bafeb6a
70598
 
Author: Ryan Lortie <desrt@desrt.ca>
70599
 
Date:   Fri Sep 2 19:38:45 2011 -0400
 
80448
Author:     Ryan Lortie <desrt@desrt.ca>
 
80449
AuthorDate: Fri Sep 2 19:38:45 2011 -0400
 
80450
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80451
CommitDate: Fri Sep 2 21:05:40 2011 -0400
70600
80452
 
70601
80453
    g_date_time_format: support %D
70602
80454
 
70608
80460
 1 file changed, 10 insertions(+)
70609
80461
 
70610
80462
commit 4b35f12552ebd9d064c7e6dc97e0e1e9c57b6215
70611
 
Author: Ryan Lortie <desrt@desrt.ca>
70612
 
Date:   Fri Sep 2 19:34:33 2011 -0400
 
80463
Author:     Ryan Lortie <desrt@desrt.ca>
 
80464
AuthorDate: Fri Sep 2 19:34:33 2011 -0400
 
80465
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80466
CommitDate: Fri Sep 2 21:05:40 2011 -0400
70613
80467
 
70614
80468
    g_date_time_format: small fixups
70615
80469
 
70622
80476
 1 file changed, 10 insertions(+), 9 deletions(-)
70623
80477
 
70624
80478
commit 65fe8b73c50b89358732e0c0d093587b62a1cea0
70625
 
Author: Ryan Lortie <desrt@desrt.ca>
70626
 
Date:   Fri Sep 2 19:33:32 2011 -0400
 
80479
Author:     Ryan Lortie <desrt@desrt.ca>
 
80480
AuthorDate: Fri Sep 2 19:33:32 2011 -0400
 
80481
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80482
CommitDate: Fri Sep 2 21:05:23 2011 -0400
70627
80483
 
70628
80484
    g_date_time_format: fix padding for some formats
70629
80485
 
70636
80492
 2 files changed, 3 insertions(+), 3 deletions(-)
70637
80493
 
70638
80494
commit b4591aa3dc5689de4e3520f803ed6cf13ef570a0
70639
 
Author: Ryan Lortie <desrt@desrt.ca>
70640
 
Date:   Fri Sep 2 21:02:27 2011 -0400
 
80495
Author:     Ryan Lortie <desrt@desrt.ca>
 
80496
AuthorDate: Fri Sep 2 21:02:27 2011 -0400
 
80497
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80498
CommitDate: Fri Sep 2 21:05:23 2011 -0400
70641
80499
 
70642
80500
    GDateTime test: don't test removed %N
70643
80501
 
70645
80503
 1 file changed, 1 deletion(-)
70646
80504
 
70647
80505
commit a1b665c1112912152c45b68dfe73c0da027ebdea
70648
 
Author: Ryan Lortie <desrt@desrt.ca>
70649
 
Date:   Fri Sep 2 14:53:21 2011 -0400
 
80506
Author:     Ryan Lortie <desrt@desrt.ca>
 
80507
AuthorDate: Fri Sep 2 14:53:21 2011 -0400
 
80508
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80509
CommitDate: Fri Sep 2 18:10:54 2011 -0400
70650
80510
 
70651
80511
    g_date_time_format: support %g and %G
70652
80512
 
70658
80518
 1 file changed, 17 insertions(+)
70659
80519
 
70660
80520
commit 034952ead64842b95b75a9ebaed45741edd0c7aa
70661
 
Author: Ryan Lortie <desrt@desrt.ca>
70662
 
Date:   Fri Sep 2 13:38:03 2011 -0400
 
80521
Author:     Ryan Lortie <desrt@desrt.ca>
 
80522
AuthorDate: Fri Sep 2 13:38:03 2011 -0400
 
80523
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80524
CommitDate: Fri Sep 2 18:10:38 2011 -0400
70663
80525
 
70664
80526
    g_date_time_format: drop %N format
70665
80527
 
70680
80542
 1 file changed, 8 deletions(-)
70681
80543
 
70682
80544
commit f421f0b88323b2a07d3cf18bf2aa3e2acf509738
70683
 
Author: Javier Jardón <jjardon@gnome.org>
70684
 
Date:   Fri Sep 2 17:22:14 2011 +0100
 
80545
Author:     Javier Jardón <jjardon@gnome.org>
 
80546
AuthorDate: Fri Sep 2 17:22:14 2011 +0100
 
80547
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80548
CommitDate: Fri Sep 2 18:07:56 2011 -0400
70685
80549
 
70686
80550
    g_date_time_format: support %w
70687
80551
 
70694
80558
 1 file changed, 14 insertions(+)
70695
80559
 
70696
80560
commit e975b5b75c6e61ae417ad6a56cf9b9a86ec7d61a
70697
 
Author: Javier Jardón <jjardon@gnome.org>
70698
 
Date:   Fri Sep 2 17:09:07 2011 +0100
 
80561
Author:     Javier Jardón <jjardon@gnome.org>
 
80562
AuthorDate: Fri Sep 2 17:09:07 2011 +0100
 
80563
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80564
CommitDate: Fri Sep 2 18:07:51 2011 -0400
70699
80565
 
70700
80566
    g_date_time_format: support %C
70701
80567
 
70707
80573
 1 file changed, 8 insertions(+)
70708
80574
 
70709
80575
commit 6f80dc60429e7310300a5df75a03a093c3fd4767
70710
 
Author: Javier Jardón <jjardon@gnome.org>
70711
 
Date:   Fri Sep 2 16:32:21 2011 +0100
 
80576
Author:     Javier Jardón <jjardon@gnome.org>
 
80577
AuthorDate: Fri Sep 2 16:32:21 2011 +0100
 
80578
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80579
CommitDate: Fri Sep 2 18:07:19 2011 -0400
70712
80580
 
70713
80581
    g_date_time_format: support %c
70714
80582
 
70721
80589
 1 file changed, 16 insertions(+)
70722
80590
 
70723
80591
commit b42d15490b88f5e1fdd6385143a4fd58040260db
70724
 
Author: Javier Jardón <jjardon@gnome.org>
70725
 
Date:   Fri Sep 2 14:52:37 2011 +0100
 
80592
Author:     Javier Jardón <jjardon@gnome.org>
 
80593
AuthorDate: Fri Sep 2 14:52:37 2011 +0100
 
80594
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80595
CommitDate: Fri Sep 2 18:05:45 2011 -0400
70726
80596
 
70727
80597
    g_date_time_format: support %V
70728
80598
 
70736
80606
 1 file changed, 11 insertions(+)
70737
80607
 
70738
80608
commit 0ea581b80a703f181dc10e5c5fbf9c3a4643d20b
70739
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
70740
 
Date:   Fri Sep 2 20:56:39 2011 +0300
 
80609
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
80610
AuthorDate: Fri Sep 2 20:56:39 2011 +0300
 
80611
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
80612
CommitDate: Fri Sep 2 20:56:39 2011 +0300
70741
80613
 
70742
80614
    Updated Belarusian translation.
70743
80615
 
70746
80618
 1 file changed, 296 insertions(+), 210 deletions(-)
70747
80619
 
70748
80620
commit 275f1864d836e76ff36ff3f4473370e981679698
70749
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
70750
 
Date:   Fri Sep 2 08:39:54 2011 +0800
 
80621
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
80622
AuthorDate: Fri Sep 2 08:39:54 2011 +0800
 
80623
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
80624
CommitDate: Fri Sep 2 08:41:01 2011 +0800
70751
80625
 
70752
80626
    Update Visual C++ README.txt's a bit
70753
80627
 
70758
80632
 2 files changed, 4 insertions(+), 4 deletions(-)
70759
80633
 
70760
80634
commit 8beda5806ae6fb5ad994edecda89ea1df6473ba6
70761
 
Author: Daniel Nylander <po@danielnylander.se>
70762
 
Date:   Thu Sep 1 22:24:07 2011 +0200
 
80635
Author:     Daniel Nylander <po@danielnylander.se>
 
80636
AuthorDate: Thu Sep 1 22:24:07 2011 +0200
 
80637
Commit:     Daniel Nylander <po@danielnylander.se>
 
80638
CommitDate: Thu Sep 1 22:24:38 2011 +0200
70763
80639
 
70764
80640
    Updated Swedish translation
70765
80641
 
70768
80644
 1 file changed, 619 insertions(+), 537 deletions(-)
70769
80645
 
70770
80646
commit b0048bb44413af26a4941f36aac0f904773c4822
70771
 
Author: Daniel Nylander <po@danielnylander.se>
70772
 
Date:   Thu Sep 1 22:22:32 2011 +0200
 
80647
Author:     Daniel Nylander <po@danielnylander.se>
 
80648
AuthorDate: Thu Sep 1 22:22:32 2011 +0200
 
80649
Commit:     Daniel Nylander <po@danielnylander.se>
 
80650
CommitDate: Thu Sep 1 22:24:38 2011 +0200
70773
80651
 
70774
80652
    Updated Swedish translation
70775
80653
 
70778
80656
 1 file changed, 86 insertions(+), 75 deletions(-)
70779
80657
 
70780
80658
commit a020fbf8f6cd345c0e7cbd5eb0dae194c5dc6650
70781
 
Author: Will Thompson <will.thompson@collabora.co.uk>
70782
 
Date:   Thu Sep 1 14:28:57 2011 -0400
 
80659
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
80660
AuthorDate: Thu Sep 1 14:28:57 2011 -0400
 
80661
Commit:     David Zeuthen <davidz@redhat.com>
 
80662
CommitDate: Thu Sep 1 14:28:57 2011 -0400
70783
80663
 
70784
80664
    gdbus-codegen: post-process all interfaces when parsing >1 file
70785
80665
 
70793
80673
 1 file changed, 1 insertion(+), 1 deletion(-)
70794
80674
 
70795
80675
commit dbfb56bda94c76366026f0ea738f5472fb7cd0c1
70796
 
Author: Kjartan Maraas <kmaraas@gnome.org>
70797
 
Date:   Wed Aug 31 21:17:10 2011 +0200
 
80676
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
80677
AuthorDate: Wed Aug 31 21:17:10 2011 +0200
 
80678
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
80679
CommitDate: Wed Aug 31 21:17:10 2011 +0200
70798
80680
 
70799
80681
    Updated Norwegian bokmål translation
70800
80682
 
70802
80684
 1 file changed, 18 insertions(+), 9 deletions(-)
70803
80685
 
70804
80686
commit ab8938c64da8f9cf68faca2b8afb3bfa49ff4fa0
70805
 
Author: Ryan Lortie <desrt@desrt.ca>
70806
 
Date:   Tue Aug 30 21:31:40 2011 -0400
 
80687
Author:     Ryan Lortie <desrt@desrt.ca>
 
80688
AuthorDate: Tue Aug 30 21:31:40 2011 -0400
 
80689
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80690
CommitDate: Wed Aug 31 12:56:28 2011 -0400
70807
80691
 
70808
80692
    Revert "gdatetime: Add g_date_time_source_new()"
70809
80693
 
70828
80712
 9 files changed, 369 deletions(-)
70829
80713
 
70830
80714
commit fe4fc3e8b5a5ad8d4113c4df1fe8e0e9f295035e
70831
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
70832
 
Date:   Tue Aug 30 16:20:55 2011 +0200
 
80715
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
80716
AuthorDate: Tue Aug 30 16:20:55 2011 +0200
 
80717
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
80718
CommitDate: Wed Aug 31 09:37:51 2011 +0200
70833
80719
 
70834
80720
    Make GMainLoop, GMainContext and GSource boxed types
70835
80721
 
70845
80731
 5 files changed, 58 insertions(+), 21 deletions(-)
70846
80732
 
70847
80733
commit 3354b02ccdb5bdc714cdfbe9bbe9a10589c84153
70848
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
70849
 
Date:   Wed Aug 31 13:01:04 2011 +0800
 
80734
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
80735
AuthorDate: Wed Aug 31 13:01:04 2011 +0800
 
80736
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
80737
CommitDate: Wed Aug 31 13:01:04 2011 +0800
70850
80738
 
70851
80739
    Update Win32 and VS Readme files
70852
80740
 
70859
80747
 3 files changed, 15 insertions(+)
70860
80748
 
70861
80749
commit dab38147aec8bd415a6816422baa59863c941ead
70862
 
Author: Ryan Lortie <desrt@desrt.ca>
70863
 
Date:   Tue Aug 30 21:13:08 2011 -0400
 
80750
Author:     Ryan Lortie <desrt@desrt.ca>
 
80751
AuthorDate: Tue Aug 30 21:13:08 2011 -0400
 
80752
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80753
CommitDate: Tue Aug 30 21:18:24 2011 -0400
70864
80754
 
70865
80755
    es.po: stop translating "kB" to "KiB", etc.
70866
80756
 
70879
80769
 1 file changed, 6 insertions(+), 6 deletions(-)
70880
80770
 
70881
80771
commit 2955981569808304399d16847712f0ef97c6355b
70882
 
Author: Dan Winship <danw@gnome.org>
70883
 
Date:   Tue Aug 16 19:12:59 2011 -0400
 
80772
Author:     Dan Winship <danw@gnome.org>
 
80773
AuthorDate: Tue Aug 16 19:12:59 2011 -0400
 
80774
Commit:     Dan Winship <danw@gnome.org>
 
80775
CommitDate: Tue Aug 30 21:16:03 2011 -0400
70884
80776
 
70885
80777
    g_get_monotonic_time: fix race condition
70886
80778
 
70895
80787
 1 file changed, 14 insertions(+), 15 deletions(-)
70896
80788
 
70897
80789
commit c0eb77bfc8be7c30c271f2415c08f8f3186113c3
70898
 
Author: Ryan Lortie <desrt@desrt.ca>
70899
 
Date:   Tue Aug 30 09:45:52 2011 -0400
 
80790
Author:     Ryan Lortie <desrt@desrt.ca>
 
80791
AuthorDate: Tue Aug 30 09:45:52 2011 -0400
 
80792
Commit:     Ryan Lortie <desrt@desrt.ca>
 
80793
CommitDate: Tue Aug 30 19:22:54 2011 -0400
70900
80794
 
70901
80795
    unix signal watch: make API match other sources
70902
80796
 
70915
80809
 5 files changed, 45 insertions(+), 25 deletions(-)
70916
80810
 
70917
80811
commit 1292ffc7805773312f42409eeee7a7ce6b5837fc
70918
 
Author: Javier Jardón <jjardon@gnome.org>
70919
 
Date:   Tue Aug 30 22:52:59 2011 +0100
 
80812
Author:     Javier Jardón <jjardon@gnome.org>
 
80813
AuthorDate: Tue Aug 30 22:52:59 2011 +0100
 
80814
Commit:     Javier Jardón <jjardon@gnome.org>
 
80815
CommitDate: Tue Aug 30 22:52:59 2011 +0100
70920
80816
 
70921
80817
    glib.doap: Add glib to "platform" category
70922
80818
 
70924
80820
 1 file changed, 1 insertion(+)
70925
80821
 
70926
80822
commit ae8dcf429d0e16f944f0f8e8ceab5569408ae410
70927
 
Author: Jorge González <jorgegonz@svn.gnome.org>
70928
 
Date:   Tue Aug 30 19:14:04 2011 +0200
 
80823
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
80824
AuthorDate: Tue Aug 30 19:14:04 2011 +0200
 
80825
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
80826
CommitDate: Tue Aug 30 19:14:04 2011 +0200
70929
80827
 
70930
80828
    Updated Spanish translation
70931
80829
 
70934
80832
 1 file changed, 66 insertions(+), 59 deletions(-)
70935
80833
 
70936
80834
commit c6bd78f31c29a06d948b675da7f5682fe1c3c218
70937
 
Author: Jorge González <jorgegonz@svn.gnome.org>
70938
 
Date:   Tue Aug 30 19:00:15 2011 +0200
 
80835
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
80836
AuthorDate: Tue Aug 30 19:00:15 2011 +0200
 
80837
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
80838
CommitDate: Tue Aug 30 19:00:15 2011 +0200
70939
80839
 
70940
80840
    Updated Spanish translation
70941
80841
 
70944
80844
 1 file changed, 109 insertions(+), 116 deletions(-)
70945
80845
 
70946
80846
commit 49bb7cff4b2f238453363b032f2c401055158026
70947
 
Author: Stef Walter <stefw@collabora.co.uk>
70948
 
Date:   Sun Aug 28 20:24:56 2011 +0200
 
80847
Author:     Stef Walter <stefw@collabora.co.uk>
 
80848
AuthorDate: Sun Aug 28 20:24:56 2011 +0200
 
80849
Commit:     Stef Walter <stefw@collabora.co.uk>
 
80850
CommitDate: Tue Aug 30 18:30:02 2011 +0200
70949
80851
 
70950
80852
    gio: Add GTlsInteraction interaction method invocation guarantees
70951
80853
 
70970
80872
 6 files changed, 1036 insertions(+), 65 deletions(-)
70971
80873
 
70972
80874
commit 116b2932abfa7727cd0486e6e74624aaf4012ab7
70973
 
Author: Tomas Bzatek <tbzatek@redhat.com>
70974
 
Date:   Tue Aug 30 18:00:49 2011 +0200
 
80875
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
80876
AuthorDate: Tue Aug 30 18:00:49 2011 +0200
 
80877
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
80878
CommitDate: Tue Aug 30 18:00:49 2011 +0200
70975
80879
 
70976
80880
    glocalfile: Fix the grammar
70977
80881
 
70979
80883
 1 file changed, 1 insertion(+), 1 deletion(-)
70980
80884
 
70981
80885
commit 780591b542dbd15f6165eb011e2e38b0c10bfe47
70982
 
Author: Matthias Clasen <mclasen@redhat.com>
70983
 
Date:   Tue Aug 30 11:44:57 2011 -0400
 
80886
Author:     Matthias Clasen <mclasen@redhat.com>
 
80887
AuthorDate: Tue Aug 30 11:44:57 2011 -0400
 
80888
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80889
CommitDate: Tue Aug 30 11:44:57 2011 -0400
70984
80890
 
70985
80891
    Post-release version bump
70986
80892
 
70988
80894
 1 file changed, 1 insertion(+), 1 deletion(-)
70989
80895
 
70990
80896
commit c6850add98dd0dde66217c47e632a121fee88e80
70991
 
Author: Matthias Clasen <mclasen@redhat.com>
70992
 
Date:   Tue Aug 30 11:10:40 2011 -0400
 
80897
Author:     Matthias Clasen <mclasen@redhat.com>
 
80898
AuthorDate: Tue Aug 30 11:10:40 2011 -0400
 
80899
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80900
CommitDate: Tue Aug 30 11:14:37 2011 -0400
70993
80901
 
70994
80902
    2.29.18
70995
80903
 
70997
80905
 1 file changed, 1 insertion(+), 1 deletion(-)
70998
80906
 
70999
80907
commit 229234111c418c2186868c47bfdd6684be8ee1cf
71000
 
Author: Bastien Nocera <hadess@hadess.net>
71001
 
Date:   Fri Aug 26 16:36:12 2011 +0100
 
80908
Author:     Bastien Nocera <hadess@hadess.net>
 
80909
AuthorDate: Fri Aug 26 16:36:12 2011 +0100
 
80910
Commit:     Bastien Nocera <hadess@hadess.net>
 
80911
CommitDate: Tue Aug 30 15:55:02 2011 +0100
71002
80912
 
71003
80913
    gio: Error out when we cannot modify a GAppInfo
71004
80914
 
71014
80924
 1 file changed, 16 insertions(+), 2 deletions(-)
71015
80925
 
71016
80926
commit 619b77319619d84523866fd11e2cc484b470ed80
71017
 
Author: Matthias Clasen <mclasen@redhat.com>
71018
 
Date:   Tue Aug 30 10:25:42 2011 -0400
 
80927
Author:     Matthias Clasen <mclasen@redhat.com>
 
80928
AuthorDate: Tue Aug 30 10:25:42 2011 -0400
 
80929
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80930
CommitDate: Tue Aug 30 10:28:57 2011 -0400
71019
80931
 
71020
80932
    More updates
71021
80933
 
71023
80935
 1 file changed, 6 insertions(+)
71024
80936
 
71025
80937
commit 302a5072c915fc95e187e733acab139bca692e0b
71026
 
Author: Dan Winship <danw@gnome.org>
71027
 
Date:   Sat Aug 27 11:33:43 2011 -0400
 
80938
Author:     Dan Winship <danw@gnome.org>
 
80939
AuthorDate: Sat Aug 27 11:33:43 2011 -0400
 
80940
Commit:     Dan Winship <danw@gnome.org>
 
80941
CommitDate: Tue Aug 30 09:52:46 2011 -0400
71028
80942
 
71029
80943
    gio/tests/gdbus-peer: make this work on non-Linux unixes
71030
80944
 
71039
80953
 1 file changed, 24 insertions(+), 2 deletions(-)
71040
80954
 
71041
80955
commit d156492c8333097d969e933abbde2cab6011b321
71042
 
Author: Matthias Clasen <mclasen@redhat.com>
71043
 
Date:   Tue Aug 30 00:00:37 2011 -0400
 
80956
Author:     Matthias Clasen <mclasen@redhat.com>
 
80957
AuthorDate: Tue Aug 30 00:00:37 2011 -0400
 
80958
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80959
CommitDate: Tue Aug 30 00:09:51 2011 -0400
71044
80960
 
71045
80961
    Add a forgotten section
71046
80962
 
71048
80964
 1 file changed, 1 insertion(+)
71049
80965
 
71050
80966
commit 258ecdfbe643c76ac6c30d008541e17df27cfb47
71051
 
Author: Matthias Clasen <mclasen@redhat.com>
71052
 
Date:   Tue Aug 30 00:00:21 2011 -0400
 
80967
Author:     Matthias Clasen <mclasen@redhat.com>
 
80968
AuthorDate: Tue Aug 30 00:00:21 2011 -0400
 
80969
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80970
CommitDate: Tue Aug 30 00:09:51 2011 -0400
71053
80971
 
71054
80972
    More doc additions
71055
80973
 
71057
80975
 1 file changed, 13 insertions(+)
71058
80976
 
71059
80977
commit 08208e3ce22ef5f42697fc9b015df7bff61e2859
71060
 
Author: Matthias Clasen <mclasen@redhat.com>
71061
 
Date:   Mon Aug 29 23:55:48 2011 -0400
 
80978
Author:     Matthias Clasen <mclasen@redhat.com>
 
80979
AuthorDate: Mon Aug 29 23:55:48 2011 -0400
 
80980
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80981
CommitDate: Tue Aug 30 00:09:51 2011 -0400
71062
80982
 
71063
80983
    Fix a doc comment
71064
80984
 
71066
80986
 1 file changed, 4 insertions(+), 3 deletions(-)
71067
80987
 
71068
80988
commit b57f2e9327c572c2823cebd53afb1e79589c476f
71069
 
Author: Matthias Clasen <mclasen@redhat.com>
71070
 
Date:   Mon Aug 29 23:42:24 2011 -0400
 
80989
Author:     Matthias Clasen <mclasen@redhat.com>
 
80990
AuthorDate: Mon Aug 29 23:42:24 2011 -0400
 
80991
Commit:     Matthias Clasen <mclasen@redhat.com>
 
80992
CommitDate: Tue Aug 30 00:09:51 2011 -0400
71071
80993
 
71072
80994
    Clean up gobject docs
71073
80995
 
71075
80997
 1 file changed, 7 insertions(+), 2 deletions(-)
71076
80998
 
71077
80999
commit 0196fcc9ce0492235f681584037de2f61557f3ac
71078
 
Author: Matthias Clasen <mclasen@redhat.com>
71079
 
Date:   Mon Aug 29 23:36:27 2011 -0400
 
81000
Author:     Matthias Clasen <mclasen@redhat.com>
 
81001
AuthorDate: Mon Aug 29 23:36:27 2011 -0400
 
81002
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81003
CommitDate: Tue Aug 30 00:09:51 2011 -0400
71080
81004
 
71081
81005
    Correct a doc typo
71082
81006
 
71084
81008
 1 file changed, 1 insertion(+), 1 deletion(-)
71085
81009
 
71086
81010
commit a8b128a01cb0798481c56c4c4a1f84625415d904
71087
 
Author: Matthias Clasen <mclasen@redhat.com>
71088
 
Date:   Mon Aug 29 23:33:48 2011 -0400
 
81011
Author:     Matthias Clasen <mclasen@redhat.com>
 
81012
AuthorDate: Mon Aug 29 23:33:48 2011 -0400
 
81013
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81014
CommitDate: Tue Aug 30 00:09:51 2011 -0400
71089
81015
 
71090
81016
    Remove no-longer existing api
71091
81017
 
71093
81019
 1 file changed, 1 deletion(-)
71094
81020
 
71095
81021
commit fb74f6e303ee89ab8b37708556a24b5e219c1db1
71096
 
Author: Dan Winship <danw@gnome.org>
71097
 
Date:   Sat Aug 27 19:46:51 2011 -0400
 
81022
Author:     Dan Winship <danw@gnome.org>
 
81023
AuthorDate: Sat Aug 27 19:46:51 2011 -0400
 
81024
Commit:     Dan Winship <danw@gnome.org>
 
81025
CommitDate: Mon Aug 29 23:42:39 2011 -0400
71098
81026
 
71099
81027
    GSocketAddress: create IPv4 addresses for IPv6 mapped-IPv4 addresses
71100
81028
 
71110
81038
 2 files changed, 116 insertions(+), 6 deletions(-)
71111
81039
 
71112
81040
commit c938250c3335cac58cca8e6747ba8359534989c5
71113
 
Author: Matthias Clasen <mclasen@redhat.com>
71114
 
Date:   Mon Aug 29 21:43:50 2011 -0400
 
81041
Author:     Matthias Clasen <mclasen@redhat.com>
 
81042
AuthorDate: Mon Aug 29 21:43:50 2011 -0400
 
81043
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81044
CommitDate: Mon Aug 29 21:43:50 2011 -0400
71115
81045
 
71116
81046
    Add a 'since 2.30' index to gobject docs
71117
81047
 
71119
81049
 1 file changed, 4 insertions(+)
71120
81050
 
71121
81051
commit a21ee644c83b4a6cfabdc9b34d6f829277fe9253
71122
 
Author: Matthias Clasen <mclasen@redhat.com>
71123
 
Date:   Mon Aug 29 19:02:33 2011 -0400
 
81052
Author:     Matthias Clasen <mclasen@redhat.com>
 
81053
AuthorDate: Mon Aug 29 19:02:33 2011 -0400
 
81054
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81055
CommitDate: Mon Aug 29 19:02:33 2011 -0400
71124
81056
 
71125
81057
    Don't distribute MAINTAINERS
71126
81058
 
71130
81062
 1 file changed, 1 deletion(-)
71131
81063
 
71132
81064
commit 4fb921439b2b4aa874d0e88cb7cf800c4178bda4
71133
 
Author: Matthias Clasen <mclasen@redhat.com>
71134
 
Date:   Mon Aug 29 18:29:16 2011 -0400
 
81065
Author:     Matthias Clasen <mclasen@redhat.com>
 
81066
AuthorDate: Mon Aug 29 18:29:16 2011 -0400
 
81067
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81068
CommitDate: Mon Aug 29 18:29:16 2011 -0400
71135
81069
 
71136
81070
    First round of NEWS updates for 2.29.18
71137
81071
 
71139
81073
 1 file changed, 42 insertions(+)
71140
81074
 
71141
81075
commit 027b63ab96f2c978f6670f42c27fe7c8dcdfd4aa
71142
 
Author: David Zeuthen <davidz@redhat.com>
71143
 
Date:   Mon Aug 29 16:46:45 2011 -0400
 
81076
Author:     David Zeuthen <davidz@redhat.com>
 
81077
AuthorDate: Mon Aug 29 16:46:45 2011 -0400
 
81078
Commit:     David Zeuthen <davidz@redhat.com>
 
81079
CommitDate: Mon Aug 29 16:46:45 2011 -0400
71144
81080
 
71145
81081
    GDBusObjectManagerServer: Add locking
71146
81082
 
71151
81087
 1 file changed, 110 insertions(+), 47 deletions(-)
71152
81088
 
71153
81089
commit 4e7ef619ebe025bd97d2a3ef8dd8c1b7baa903b2
71154
 
Author: David Zeuthen <davidz@redhat.com>
71155
 
Date:   Mon Aug 29 16:20:50 2011 -0400
 
81090
Author:     David Zeuthen <davidz@redhat.com>
 
81091
AuthorDate: Mon Aug 29 16:20:50 2011 -0400
 
81092
Commit:     David Zeuthen <davidz@redhat.com>
 
81093
CommitDate: Mon Aug 29 16:20:50 2011 -0400
71156
81094
 
71157
81095
    GDBusObjectManagerClient: Add locking
71158
81096
 
71163
81101
 1 file changed, 88 insertions(+), 19 deletions(-)
71164
81102
 
71165
81103
commit fcefc71d5932f2828a27c4064d8a64a0382891a9
71166
 
Author: David Zeuthen <davidz@redhat.com>
71167
 
Date:   Mon Aug 29 15:29:27 2011 -0400
 
81104
Author:     David Zeuthen <davidz@redhat.com>
 
81105
AuthorDate: Mon Aug 29 15:29:27 2011 -0400
 
81106
Commit:     David Zeuthen <davidz@redhat.com>
 
81107
CommitDate: Mon Aug 29 15:29:40 2011 -0400
71168
81108
 
71169
81109
    GDBusObjectProxy: Add locking
71170
81110
 
71175
81115
 1 file changed, 54 insertions(+), 8 deletions(-)
71176
81116
 
71177
81117
commit dc38967fd35286f9489a8cdcb3d811d34113ceca
71178
 
Author: Matthias Clasen <mclasen@redhat.com>
71179
 
Date:   Mon Aug 29 15:18:29 2011 -0400
 
81118
Author:     Matthias Clasen <mclasen@redhat.com>
 
81119
AuthorDate: Mon Aug 29 15:18:29 2011 -0400
 
81120
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81121
CommitDate: Mon Aug 29 15:21:15 2011 -0400
71180
81122
 
71181
81123
    Don't call close on invalid fds
71182
81124
 
71189
81131
 1 file changed, 6 insertions(+), 3 deletions(-)
71190
81132
 
71191
81133
commit fb94a0299bbe23e8531556002cb7e2f895d736e0
71192
 
Author: David Zeuthen <davidz@redhat.com>
71193
 
Date:   Mon Aug 29 15:19:42 2011 -0400
 
81134
Author:     David Zeuthen <davidz@redhat.com>
 
81135
AuthorDate: Mon Aug 29 15:19:42 2011 -0400
 
81136
Commit:     David Zeuthen <davidz@redhat.com>
 
81137
CommitDate: Mon Aug 29 15:20:02 2011 -0400
71194
81138
 
71195
81139
    GDBusObjectSkeleton: Add locking
71196
81140
 
71201
81145
 1 file changed, 69 insertions(+), 15 deletions(-)
71202
81146
 
71203
81147
commit faec5d6b5cebd1075cc75c8be75b8e7f225d4595
71204
 
Author: David Zeuthen <davidz@redhat.com>
71205
 
Date:   Mon Aug 29 14:23:02 2011 -0400
 
81148
Author:     David Zeuthen <davidz@redhat.com>
 
81149
AuthorDate: Mon Aug 29 14:23:02 2011 -0400
 
81150
Commit:     David Zeuthen <davidz@redhat.com>
 
81151
CommitDate: Mon Aug 29 15:20:02 2011 -0400
71206
81152
 
71207
81153
    GDBusInterfaceSkeleton: Add locking
71208
81154
 
71213
81159
 1 file changed, 66 insertions(+), 9 deletions(-)
71214
81160
 
71215
81161
commit 4e4505b8deaad39d5a6dd598ad49f5cb5dd72480
71216
 
Author: Stef Walter <stefw@collabora.co.uk>
71217
 
Date:   Sun Aug 28 06:58:29 2011 +0200
 
81162
Author:     Stef Walter <stefw@collabora.co.uk>
 
81163
AuthorDate: Sun Aug 28 06:58:29 2011 +0200
 
81164
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81165
CommitDate: Mon Aug 29 15:14:38 2011 -0400
71218
81166
 
71219
81167
    Print out URL to HTML coverage report after 'make lcov'
71220
81168
 
71226
81174
 1 file changed, 1 insertion(+)
71227
81175
 
71228
81176
commit 21a538934091e1449e0479daf066fa20df2dc2ef
71229
 
Author: Colin Walters <walters@verbum.org>
71230
 
Date:   Mon Aug 29 15:05:34 2011 -0400
 
81177
Author:     Colin Walters <walters@verbum.org>
 
81178
AuthorDate: Mon Aug 29 15:05:34 2011 -0400
 
81179
Commit:     Colin Walters <walters@verbum.org>
 
81180
CommitDate: Mon Aug 29 15:06:14 2011 -0400
71231
81181
 
71232
81182
    gdatetime: Tweak g_date_time_source_new() documentation
71233
81183
 
71235
81185
 1 file changed, 2 insertions(+), 1 deletion(-)
71236
81186
 
71237
81187
commit 1b28408b8bfe282f671716a39bba3208d3fef39a
71238
 
Author: Matthias Clasen <mclasen@redhat.com>
71239
 
Date:   Mon Aug 29 14:49:32 2011 -0400
 
81188
Author:     Matthias Clasen <mclasen@redhat.com>
 
81189
AuthorDate: Mon Aug 29 14:49:32 2011 -0400
 
81190
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81191
CommitDate: Mon Aug 29 14:49:32 2011 -0400
71240
81192
 
71241
81193
    Spelling fixes
71242
81194
 
71320
81272
 74 files changed, 167 insertions(+), 167 deletions(-)
71321
81273
 
71322
81274
commit 5763c631473539746646697e6a775f6eacaa08e2
71323
 
Author: Colin Walters <walters@verbum.org>
71324
 
Date:   Wed Aug 17 13:09:27 2011 -0400
 
81275
Author:     Colin Walters <walters@verbum.org>
 
81276
AuthorDate: Wed Aug 17 13:09:27 2011 -0400
 
81277
Commit:     Colin Walters <walters@verbum.org>
 
81278
CommitDate: Mon Aug 29 10:24:37 2011 -0400
71325
81279
 
71326
81280
    Add Linux timerfd_create() backend for g_date_time_source_new()
71327
81281
 
71339
81293
 2 files changed, 94 insertions(+), 2 deletions(-)
71340
81294
 
71341
81295
commit 1feb752996b404965a2f58b29a569a273d4374fa
71342
 
Author: Colin Walters <walters@verbum.org>
71343
 
Date:   Sat Aug 13 08:55:20 2011 -0400
 
81296
Author:     Colin Walters <walters@verbum.org>
 
81297
AuthorDate: Sat Aug 13 08:55:20 2011 -0400
 
81298
Commit:     Colin Walters <walters@verbum.org>
 
81299
CommitDate: Mon Aug 29 10:24:08 2011 -0400
71344
81300
 
71345
81301
    gdatetime: Add g_date_time_source_new()
71346
81302
 
71367
81323
 8 files changed, 276 insertions(+)
71368
81324
 
71369
81325
commit 1dfe332e4505d9de9d5819087a60a591b40dde28
71370
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
71371
 
Date:   Mon Aug 29 19:18:28 2011 +0800
 
81326
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
81327
AuthorDate: Mon Aug 29 19:18:28 2011 +0800
 
81328
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
81329
CommitDate: Mon Aug 29 19:18:28 2011 +0800
71372
81330
 
71373
81331
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
71374
81332
 
71379
81337
 2 files changed, 1551 insertions(+), 1271 deletions(-)
71380
81338
 
71381
81339
commit 67613478ebeda4c8bcc4aff154ef38cc07387cbf
71382
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
71383
 
Date:   Sun Aug 28 22:24:49 2011 +0400
 
81340
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
81341
AuthorDate: Sun Aug 28 22:24:49 2011 +0400
 
81342
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
81343
CommitDate: Sun Aug 28 22:24:49 2011 +0400
71384
81344
 
71385
81345
    Updated Russian translation
71386
81346
 
71389
81349
 1 file changed, 89 insertions(+), 71 deletions(-)
71390
81350
 
71391
81351
commit 965232049f66a53005166e6c17d509ed92ec4b72
71392
 
Author: Kjartan Maraas <kmaraas@gnome.org>
71393
 
Date:   Sun Aug 28 19:07:09 2011 +0200
 
81352
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
81353
AuthorDate: Sun Aug 28 19:07:09 2011 +0200
 
81354
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
81355
CommitDate: Sun Aug 28 19:07:09 2011 +0200
71394
81356
 
71395
81357
    Updated Norwegian bokmål translation
71396
81358
 
71399
81361
 1 file changed, 75 insertions(+), 66 deletions(-)
71400
81362
 
71401
81363
commit b2b2f443ef3effd993de6ba3ba0883c9f81ef06f
71402
 
Author: Fran Dieguez <fran@openhost.es>
71403
 
Date:   Sun Aug 28 16:01:03 2011 +0200
 
81364
Author:     Fran Dieguez <fran@openhost.es>
 
81365
AuthorDate: Sun Aug 28 16:01:03 2011 +0200
 
81366
Commit:     Fran Dieguez <fran@openhost.es>
 
81367
CommitDate: Sun Aug 28 16:01:03 2011 +0200
71404
81368
 
71405
81369
    Updated galician translations
71406
81370
 
71409
81373
 1 file changed, 56 insertions(+), 41 deletions(-)
71410
81374
 
71411
81375
commit 41e4db80768e0155fdc5eaa71c59a7f4011e624a
71412
 
Author: Kalev Lember <kalevlember@gmail.com>
71413
 
Date:   Mon Aug 15 16:09:18 2011 +0300
 
81376
Author:     Kalev Lember <kalevlember@gmail.com>
 
81377
AuthorDate: Mon Aug 15 16:09:18 2011 +0300
 
81378
Commit:     Kalev Lember <kalevlember@gmail.com>
 
81379
CommitDate: Sun Aug 28 16:45:53 2011 +0300
71414
81380
 
71415
81381
    gio/tests/gtlsconsoleinteraction: Work around missing getpass()
71416
81382
    on win32
71422
81388
 1 file changed, 31 insertions(+)
71423
81389
 
71424
81390
commit a0029515caa2cce46fdd865d90043003bb6cd9b0
71425
 
Author: Jorge González <jorgegonz@svn.gnome.org>
71426
 
Date:   Sun Aug 28 10:14:54 2011 +0200
 
81391
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
81392
AuthorDate: Sun Aug 28 10:14:54 2011 +0200
 
81393
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
81394
CommitDate: Sun Aug 28 10:14:54 2011 +0200
71427
81395
 
71428
81396
    Updated Spanish translation
71429
81397
 
71432
81400
 1 file changed, 75 insertions(+), 66 deletions(-)
71433
81401
 
71434
81402
commit 4d08b2094e6b657e4427e8ea5cc266010aa92987
71435
 
Author: Jorge González <jorgegonz@svn.gnome.org>
71436
 
Date:   Sun Aug 28 10:08:05 2011 +0200
 
81403
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
81404
AuthorDate: Sun Aug 28 10:08:05 2011 +0200
 
81405
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
81406
CommitDate: Sun Aug 28 10:08:05 2011 +0200
71437
81407
 
71438
81408
    Updated Spanish translation
71439
81409
 
71442
81412
 1 file changed, 97 insertions(+), 77 deletions(-)
71443
81413
 
71444
81414
commit be555ed2d035759236db20d0f4b4ef9644350779
71445
 
Author: Matthias Clasen <mclasen@redhat.com>
71446
 
Date:   Sat Aug 27 23:30:43 2011 -0400
 
81415
Author:     Matthias Clasen <mclasen@redhat.com>
 
81416
AuthorDate: Sat Aug 27 23:30:43 2011 -0400
 
81417
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81418
CommitDate: Sat Aug 27 23:30:43 2011 -0400
71447
81419
 
71448
81420
    Fix symbol lists
71449
81421
 
71451
81423
 1 file changed, 1 insertion(+)
71452
81424
 
71453
81425
commit 6e80885c8d4efe20b5fe507af81ddaa7f408e8c5
71454
 
Author: Matthias Clasen <mclasen@redhat.com>
71455
 
Date:   Sat Aug 27 13:18:45 2011 -0400
 
81426
Author:     Matthias Clasen <mclasen@redhat.com>
 
81427
AuthorDate: Sat Aug 27 13:18:45 2011 -0400
 
81428
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81429
CommitDate: Sat Aug 27 13:18:45 2011 -0400
71456
81430
 
71457
81431
    Spell out file descriptors in a message
71458
81432
 
71463
81437
 1 file changed, 1 insertion(+), 1 deletion(-)
71464
81438
 
71465
81439
commit 1a2265889b174c069a58beb16dc57fc13a009263
71466
 
Author: Matthias Clasen <mclasen@redhat.com>
71467
 
Date:   Sat Aug 27 13:15:42 2011 -0400
 
81440
Author:     Matthias Clasen <mclasen@redhat.com>
 
81441
AuthorDate: Sat Aug 27 13:15:42 2011 -0400
 
81442
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81443
CommitDate: Sat Aug 27 13:17:07 2011 -0400
71468
81444
 
71469
81445
    GDBusMessage: Use ngettext() where appropriate
71470
81446
 
71474
81450
 1 file changed, 12 insertions(+), 3 deletions(-)
71475
81451
 
71476
81452
commit 06b23e2b5416e994d29560436587a04b762e21cd
71477
 
Author: Dan Winship <danw@gnome.org>
71478
 
Date:   Sat Aug 27 12:08:32 2011 -0400
 
81453
Author:     Dan Winship <danw@gnome.org>
 
81454
AuthorDate: Sat Aug 27 12:08:32 2011 -0400
 
81455
Commit:     Dan Winship <danw@gnome.org>
 
81456
CommitDate: Sat Aug 27 12:28:03 2011 -0400
71479
81457
 
71480
81458
    gsocketaddress: don't return ABSTRACT if the OS doesn't support it
71481
81459
 
71486
81464
 1 file changed, 6 insertions(+), 1 deletion(-)
71487
81465
 
71488
81466
commit aa10574dc37982457765783781f5e0e67015d4ae
71489
 
Author: Dan Winship <danw@gnome.org>
71490
 
Date:   Sat Aug 27 11:36:05 2011 -0400
 
81467
Author:     Dan Winship <danw@gnome.org>
 
81468
AuthorDate: Sat Aug 27 11:36:05 2011 -0400
 
81469
Commit:     Dan Winship <danw@gnome.org>
 
81470
CommitDate: Sat Aug 27 12:28:03 2011 -0400
71491
81471
 
71492
81472
    gunixcredentialsmessage: fix this on FreeBSD
71493
81473
 
71498
81478
 1 file changed, 1 insertion(+), 1 deletion(-)
71499
81479
 
71500
81480
commit cef679d004b9fe89ae08519861e235818dd57b46
71501
 
Author: Dan Winship <danw@gnome.org>
71502
 
Date:   Sat Aug 27 09:59:02 2011 -0400
 
81481
Author:     Dan Winship <danw@gnome.org>
 
81482
AuthorDate: Sat Aug 27 09:59:02 2011 -0400
 
81483
Commit:     Dan Winship <danw@gnome.org>
 
81484
CommitDate: Sat Aug 27 12:28:03 2011 -0400
71503
81485
 
71504
81486
    GSocket: fix GIOCondition on timed-out socket operation
71505
81487
 
71515
81497
 2 files changed, 4 insertions(+), 3 deletions(-)
71516
81498
 
71517
81499
commit 60f23ecbbc7d65eb5188875dc2c50a5f793a82a4
71518
 
Author: Og B. Maciel <ogmaciel@gnome.org>
71519
 
Date:   Fri Aug 26 11:07:57 2011 -0400
 
81500
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
81501
AuthorDate: Fri Aug 26 11:07:57 2011 -0400
 
81502
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
81503
CommitDate: Fri Aug 26 11:07:57 2011 -0400
71520
81504
 
71521
81505
    Updated Brazilian Portuguese translation.
71522
81506
 
71524
81508
 1 file changed, 2 insertions(+), 2 deletions(-)
71525
81509
 
71526
81510
commit c04496d98d05edf3fa77db8d0a2c61634471f46b
71527
 
Author: Og B. Maciel <ogmaciel@gnome.org>
71528
 
Date:   Fri Aug 26 11:07:32 2011 -0400
 
81511
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
81512
AuthorDate: Fri Aug 26 11:07:32 2011 -0400
 
81513
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
81514
CommitDate: Fri Aug 26 11:07:32 2011 -0400
71529
81515
 
71530
81516
    Fixed typo: s/ether/enter.
71531
81517
 
71533
81519
 1 file changed, 1 insertion(+), 1 deletion(-)
71534
81520
 
71535
81521
commit 54b34bd4e41f5cfaeee6eff1aeb925c80ced699b
71536
 
Author: Og B. Maciel <ogmaciel@gnome.org>
71537
 
Date:   Fri Aug 26 11:06:13 2011 -0400
 
81522
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
81523
AuthorDate: Fri Aug 26 11:06:13 2011 -0400
 
81524
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
81525
CommitDate: Fri Aug 26 11:06:13 2011 -0400
71538
81526
 
71539
81527
    Updated Brazilian Portuguese translation.
71540
81528
 
71542
81530
 1 file changed, 14 insertions(+), 13 deletions(-)
71543
81531
 
71544
81532
commit d789e78dff26d787b5a55c4b7f5858a7219d5a96
71545
 
Author: Stef Walter <stefw@collabora.co.uk>
71546
 
Date:   Fri Aug 26 15:27:19 2011 +0200
 
81533
Author:     Stef Walter <stefw@collabora.co.uk>
 
81534
AuthorDate: Fri Aug 26 15:27:19 2011 +0200
 
81535
Commit:     Stef Walter <stefw@collabora.co.uk>
 
81536
CommitDate: Fri Aug 26 15:27:19 2011 +0200
71547
81537
 
71548
81538
    giomodule: When loading GIO_EXTRA_MODULES skip duplicates
71549
81539
 
71566
81556
 5 files changed, 224 insertions(+), 16 deletions(-)
71567
81557
 
71568
81558
commit 78ec02647e1b85596732e99beb31ac4d2285af34
71569
 
Author: Og B. Maciel <ogmaciel@gnome.org>
71570
 
Date:   Fri Aug 26 09:04:41 2011 -0400
 
81559
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
81560
AuthorDate: Fri Aug 26 09:04:41 2011 -0400
 
81561
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
81562
CommitDate: Fri Aug 26 09:04:52 2011 -0400
71571
81563
 
71572
81564
    Updated Brazilian Portuguese translation.
71573
81565
 
71576
81568
 1 file changed, 1093 insertions(+), 712 deletions(-)
71577
81569
 
71578
81570
commit 41432cb375eb04729c8fe506c40ce79fc803028b
71579
 
Author: Stef Walter <stefw@collabora.co.uk>
71580
 
Date:   Sat Aug 13 14:03:53 2011 +0200
 
81571
Author:     Stef Walter <stefw@collabora.co.uk>
 
81572
AuthorDate: Sat Aug 13 14:03:53 2011 +0200
 
81573
Commit:     Stef Walter <stefw@collabora.co.uk>
 
81574
CommitDate: Fri Aug 26 07:34:31 2011 +0200
71581
81575
 
71582
81576
    Make GTlsInteraction virtual methods cancellable
71583
81577
 
71598
81592
 4 files changed, 87 insertions(+), 25 deletions(-)
71599
81593
 
71600
81594
commit 7d679717f0007dac2f86f05edc763f373135aeee
71601
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71602
 
Date:   Tue Aug 23 07:37:05 2011 +0200
 
81595
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81596
AuthorDate: Tue Aug 23 07:37:05 2011 +0200
 
81597
Commit:     Colin Walters <walters@verbum.org>
 
81598
CommitDate: Thu Aug 25 17:23:00 2011 -0400
71603
81599
 
71604
81600
    Add gdbus-codegen to glib-zip.in
71605
81601
 
71609
81605
 1 file changed, 3 insertions(+)
71610
81606
 
71611
81607
commit a2614efd145eb4e20b0d7643c6f53c50a4d09296
71612
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71613
 
Date:   Tue Aug 23 06:36:47 2011 +0100
 
81608
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81609
AuthorDate: Tue Aug 23 06:36:47 2011 +0100
 
81610
Commit:     Colin Walters <walters@verbum.org>
 
81611
CommitDate: Thu Aug 25 17:23:00 2011 -0400
71614
81612
 
71615
81613
    Make gdbus-codegen 'relocatable' at runtime on Windows.
71616
81614
 
71620
81618
 1 file changed, 3 insertions(+)
71621
81619
 
71622
81620
commit acb5b852c1175675d0edd2f05f76aefdaa29e1c7
71623
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71624
 
Date:   Thu Aug 25 10:45:40 2011 +0100
 
81621
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81622
AuthorDate: Thu Aug 25 10:45:40 2011 +0100
 
81623
Commit:     Colin Walters <walters@verbum.org>
 
81624
CommitDate: Thu Aug 25 17:19:27 2011 -0400
71625
81625
 
71626
81626
    gdbus-codegen: Revert to using /usr/bin/env for Python
71627
81627
 
71635
81635
 2 files changed, 2 insertions(+), 2 deletions(-)
71636
81636
 
71637
81637
commit cd0cd950785515d826abbe55d6b5948c411e1490
71638
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71639
 
Date:   Tue Aug 23 16:38:36 2011 +0100
 
81638
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81639
AuthorDate: Tue Aug 23 16:38:36 2011 +0100
 
81640
Commit:     Colin Walters <walters@verbum.org>
 
81641
CommitDate: Thu Aug 25 16:55:49 2011 -0400
71640
81642
 
71641
81643
    Introduce the UNINSTALLED_GLIB_SRCDIR environment variable
71642
81644
 
71651
81653
 3 files changed, 13 insertions(+), 8 deletions(-)
71652
81654
 
71653
81655
commit 5391aae0093c8046208ed1c7e3ae32ce9186057f
71654
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71655
 
Date:   Tue Aug 23 17:37:35 2011 +0200
 
81656
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81657
AuthorDate: Tue Aug 23 17:37:35 2011 +0200
 
81658
Commit:     Colin Walters <walters@verbum.org>
 
81659
CommitDate: Thu Aug 25 16:55:49 2011 -0400
71656
81660
 
71657
81661
    Introduce the UNINSTALLED_GLIB_BUILDDIR environment variable
71658
81662
 
71672
81676
 6 files changed, 58 insertions(+), 25 deletions(-)
71673
81677
 
71674
81678
commit 5dc3c2efc89ef57fe159736ab52aae8ff25a745c
71675
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71676
 
Date:   Tue Aug 23 07:35:01 2011 +0200
 
81679
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81680
AuthorDate: Tue Aug 23 07:35:01 2011 +0200
 
81681
Commit:     Colin Walters <walters@verbum.org>
 
81682
CommitDate: Thu Aug 25 16:55:47 2011 -0400
71677
81683
 
71678
81684
    Use relative imports for the gdbus/codegen package
71679
81685
 
71690
81696
 5 files changed, 13 insertions(+), 13 deletions(-)
71691
81697
 
71692
81698
commit 0eaec4e59a9a9662f82d9ceb0c00c15a396adc3f
71693
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
71694
 
Date:   Tue Aug 23 07:32:18 2011 +0200
 
81699
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
81700
AuthorDate: Tue Aug 23 07:32:18 2011 +0200
 
81701
Commit:     Colin Walters <walters@verbum.org>
 
81702
CommitDate: Thu Aug 25 16:55:46 2011 -0400
71695
81703
 
71696
81704
    Avoid using - (hyphen) in gdbus-codegen directory name
71697
81705
 
71729
81737
 24 files changed, 4779 insertions(+), 4779 deletions(-)
71730
81738
 
71731
81739
commit 33831bda2465c8f1e5d4a3fd2bf4e3618a812282
71732
 
Author: Ionut Biru <ibiru@archlinux.org>
71733
 
Date:   Wed Aug 24 19:09:53 2011 +0000
 
81740
Author:     Ionut Biru <ibiru@archlinux.org>
 
81741
AuthorDate: Wed Aug 24 19:09:53 2011 +0000
 
81742
Commit:     Colin Walters <walters@verbum.org>
 
81743
CommitDate: Thu Aug 25 13:35:35 2011 -0400
71734
81744
 
71735
81745
    Use detected PYTHON shebang in gdbus-codegen
71736
81746
 
71749
81759
 1 file changed, 1 insertion(+), 1 deletion(-)
71750
81760
 
71751
81761
commit fe8ca95882a88877ff8a7eac817a4d33149767c1
71752
 
Author: Yuri Myasoedov <omerta13@yandex.ru>
71753
 
Date:   Thu Aug 25 18:59:56 2011 +0400
 
81762
Author:     Yuri Myasoedov <omerta13@yandex.ru>
 
81763
AuthorDate: Thu Aug 25 18:59:56 2011 +0400
 
81764
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
81765
CommitDate: Thu Aug 25 18:59:56 2011 +0400
71754
81766
 
71755
81767
    Updated Russian translation
71756
81768
 
71759
81771
 1 file changed, 632 insertions(+), 670 deletions(-)
71760
81772
 
71761
81773
commit 2e05470e3a8928e960dd093a89bb325a21e64df9
71762
 
Author: Javier Jardón <jjardon@gnome.org>
71763
 
Date:   Thu Aug 25 12:26:27 2011 +0100
 
81774
Author:     Javier Jardón <jjardon@gnome.org>
 
81775
AuthorDate: Thu Aug 25 12:26:27 2011 +0100
 
81776
Commit:     Javier Jardón <jjardon@gnome.org>
 
81777
CommitDate: Thu Aug 25 12:27:12 2011 +0100
71764
81778
 
71765
81779
    glib.doap: Fix download location
71766
81780
 
71768
81782
 1 file changed, 1 insertion(+), 1 deletion(-)
71769
81783
 
71770
81784
commit 471593ebf0e133f97c08b27f357bc16ece5f81ec
71771
 
Author: Matthias Clasen <mclasen@redhat.com>
71772
 
Date:   Wed Aug 24 21:23:36 2011 -0400
 
81785
Author:     Matthias Clasen <mclasen@redhat.com>
 
81786
AuthorDate: Wed Aug 24 21:23:36 2011 -0400
 
81787
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81788
CommitDate: Wed Aug 24 21:25:31 2011 -0400
71773
81789
 
71774
81790
    GCancellable: Small annotation additions
71775
81791
 
71779
81795
 1 file changed, 13 insertions(+), 13 deletions(-)
71780
81796
 
71781
81797
commit 3cb189c1ce5cc99c3c872becf38c4be95a0ed6e9
71782
 
Author: Fran Dieguez <fran@openhost.es>
71783
 
Date:   Wed Aug 24 20:59:50 2011 +0200
 
81798
Author:     Fran Dieguez <fran@openhost.es>
 
81799
AuthorDate: Wed Aug 24 20:59:50 2011 +0200
 
81800
Commit:     Fran Dieguez <fran@openhost.es>
 
81801
CommitDate: Wed Aug 24 20:59:50 2011 +0200
71784
81802
 
71785
81803
    Updated Galician translations
71786
81804
 
71789
81807
 1 file changed, 113 insertions(+), 97 deletions(-)
71790
81808
 
71791
81809
commit 28e6ad2dbcc9a7fb1ae3850ac7d1a10b17215e78
71792
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
71793
 
Date:   Wed Aug 24 19:57:14 2011 +0200
 
81810
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
81811
AuthorDate: Wed Aug 24 19:57:14 2011 +0200
 
81812
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
81813
CommitDate: Wed Aug 24 19:57:14 2011 +0200
71794
81814
 
71795
81815
    Updated Spanish translation
71796
81816
 
71799
81819
 1 file changed, 115 insertions(+), 99 deletions(-)
71800
81820
 
71801
81821
commit 2cd3c200687751c9cc26774f650b7651bffcc598
71802
 
Author: Dan Winship <danw@gnome.org>
71803
 
Date:   Mon Aug 22 11:37:48 2011 -0400
 
81822
Author:     Dan Winship <danw@gnome.org>
 
81823
AuthorDate: Mon Aug 22 11:37:48 2011 -0400
 
81824
Commit:     Jasper St. Pierre <jstpierre@mecheye.net>
 
81825
CommitDate: Wed Aug 24 13:23:46 2011 -0400
71804
81826
 
71805
81827
    gfileutils: fix docs/annotations for temp file methods
71806
81828
 
71810
81832
 1 file changed, 22 insertions(+), 18 deletions(-)
71811
81833
 
71812
81834
commit 24e03ed409570cd026c459436db1b1a3e4bf3789
71813
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
71814
 
Date:   Wed Aug 24 18:20:32 2011 +0100
 
81835
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
81836
AuthorDate: Wed Aug 24 18:20:32 2011 +0100
 
81837
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
81838
CommitDate: Wed Aug 24 18:22:03 2011 +0100
71815
81839
 
71816
81840
    Add DOAP file and remove MAINTAINERS
71817
81841
 
71820
81844
 2 files changed, 46 insertions(+), 12 deletions(-)
71821
81845
 
71822
81846
commit b11eb65c67d2bc29fbcb52f3d14bb0e121f22201
71823
 
Author: Kjartan Maraas <kmaraas@gnome.org>
71824
 
Date:   Wed Aug 24 15:38:46 2011 +0200
 
81847
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
81848
AuthorDate: Wed Aug 24 15:38:46 2011 +0200
 
81849
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
81850
CommitDate: Wed Aug 24 15:38:46 2011 +0200
71825
81851
 
71826
81852
    Updated Norwegian bokmål translation
71827
81853
 
71830
81856
 1 file changed, 85 insertions(+), 81 deletions(-)
71831
81857
 
71832
81858
commit 4d544b51a47c6d0172229c60c3e2ac59d0c12a66
71833
 
Author: Daniel Nylander <po@danielnylander.se>
71834
 
Date:   Wed Aug 24 09:19:20 2011 +0200
 
81859
Author:     Daniel Nylander <po@danielnylander.se>
 
81860
AuthorDate: Wed Aug 24 09:19:20 2011 +0200
 
81861
Commit:     Daniel Nylander <po@danielnylander.se>
 
81862
CommitDate: Wed Aug 24 09:19:20 2011 +0200
71835
81863
 
71836
81864
    Updated Swedish translation
71837
81865
 
71840
81868
 1 file changed, 117 insertions(+), 157 deletions(-)
71841
81869
 
71842
81870
commit ff0cf7b681a2aac3b0f4b5608c8500db969ad4b7
71843
 
Author: Philip Withnall <philip@tecnocode.co.uk>
71844
 
Date:   Tue Aug 23 23:47:54 2011 +0100
 
81871
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
81872
AuthorDate: Tue Aug 23 23:47:54 2011 +0100
 
81873
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
81874
CommitDate: Wed Aug 24 07:54:29 2011 +0100
71845
81875
 
71846
81876
    Bug 657206 — GInputStream leaked in g_file_icon_load_async()
71847
81877
 
71853
81883
 1 file changed, 1 insertion(+)
71854
81884
 
71855
81885
commit 30d9636df24000812179f6910cf5c4c3de23cdcd
71856
 
Author: Eduardo Lima Mitev <elima@igalia.com>
71857
 
Date:   Thu Jul 29 13:59:42 2010 +0200
 
81886
Author:     Eduardo Lima Mitev <elima@igalia.com>
 
81887
AuthorDate: Thu Jul 29 13:59:42 2010 +0200
 
81888
Commit:     Dan Winship <danw@gnome.org>
 
81889
CommitDate: Tue Aug 23 19:56:36 2011 -0400
71858
81890
 
71859
81891
    GIO: Add more missing GI annotations
71860
81892
 
71868
81900
 1 file changed, 5 insertions(+), 5 deletions(-)
71869
81901
 
71870
81902
commit 47987eaf1411bd2fb197524d204b43af9a4a41ac
71871
 
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
71872
 
Date:   Tue Aug 23 19:02:55 2011 +0200
 
81903
Author:     Мирослав Николић
 
81904
<miroslavnikolic@rocketmail.com>
 
81905
AuthorDate: Tue Aug 23 19:02:55 2011 +0200
 
81906
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
81907
CommitDate: Tue Aug 23 19:02:55 2011 +0200
71873
81908
 
71874
81909
    Updated Serbian translation
71875
81910
 
71880
81915
 2 files changed, 1554 insertions(+), 1262 deletions(-)
71881
81916
 
71882
81917
commit e604b2d0aff562c364b22cb7074a9261774c491f
71883
 
Author: David Zeuthen <davidz@redhat.com>
71884
 
Date:   Tue Aug 23 12:57:14 2011 -0400
 
81918
Author:     David Zeuthen <davidz@redhat.com>
 
81919
AuthorDate: Tue Aug 23 12:57:14 2011 -0400
 
81920
Commit:     David Zeuthen <davidz@redhat.com>
 
81921
CommitDate: Tue Aug 23 12:57:14 2011 -0400
71885
81922
 
71886
81923
    gdbus-codegen: update comment in code to reflect reality
71887
81924
 
71891
81928
 1 file changed, 4 deletions(-)
71892
81929
 
71893
81930
commit 05448a6befddb83eefa1214ca699efed248c32e5
71894
 
Author: David Zeuthen <davidz@redhat.com>
71895
 
Date:   Tue Aug 23 12:46:32 2011 -0400
 
81931
Author:     David Zeuthen <davidz@redhat.com>
 
81932
AuthorDate: Tue Aug 23 12:46:32 2011 -0400
 
81933
Commit:     David Zeuthen <davidz@redhat.com>
 
81934
CommitDate: Tue Aug 23 12:54:27 2011 -0400
71896
81935
 
71897
81936
    gdbus-codegen: Rework C property getters
71898
81937
 
71919
81958
 4 files changed, 274 insertions(+), 60 deletions(-)
71920
81959
 
71921
81960
commit a9e2305dce176fdeedc5f1b049a2f740005df539
71922
 
Author: Dan Winship <danw@gnome.org>
71923
 
Date:   Tue Aug 23 08:28:15 2011 -0400
 
81961
Author:     Dan Winship <danw@gnome.org>
 
81962
AuthorDate: Tue Aug 23 08:28:15 2011 -0400
 
81963
Commit:     Dan Winship <danw@gnome.org>
 
81964
CommitDate: Tue Aug 23 08:28:15 2011 -0400
71924
81965
 
71925
81966
    po: add missing gtls files to POTFILES.in
71926
81967
 
71931
81972
 1 file changed, 2 insertions(+)
71932
81973
 
71933
81974
commit d617091d8005279cb055e3de125f41898b427e24
71934
 
Author: Matthias Clasen <mclasen@redhat.com>
71935
 
Date:   Mon Aug 22 22:01:39 2011 -0400
 
81975
Author:     Matthias Clasen <mclasen@redhat.com>
 
81976
AuthorDate: Mon Aug 22 22:01:39 2011 -0400
 
81977
Commit:     Matthias Clasen <mclasen@redhat.com>
 
81978
CommitDate: Mon Aug 22 22:02:03 2011 -0400
71936
81979
 
71937
81980
    gdatetime: Don't include langinfo.h unconditionally
71938
81981
 
71944
81987
 1 file changed, 3 insertions(+)
71945
81988
 
71946
81989
commit d51e0615f9a6c1aa1898c46f2cf3135ca5ccd463
71947
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
71948
 
Date:   Tue Aug 23 00:22:06 2011 +0800
 
81990
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
81991
AuthorDate: Tue Aug 23 00:22:06 2011 +0800
 
81992
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
81993
CommitDate: Tue Aug 23 00:22:06 2011 +0800
71949
81994
 
71950
81995
    Update VS property sheets
71951
81996
 
71958
82003
 2 files changed, 3 deletions(-)
71959
82004
 
71960
82005
commit 7e5874dd174e3761e1fec4d15ca7c2a66013f4b1
71961
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
71962
 
Date:   Tue Aug 23 00:08:24 2011 +0800
 
82006
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82007
AuthorDate: Tue Aug 23 00:08:24 2011 +0800
 
82008
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82009
CommitDate: Tue Aug 23 00:09:05 2011 +0800
71963
82010
 
71964
82011
    Update GLib Visual C++ Projects
71965
82012
 
71974
82021
 2 files changed, 8 insertions(+), 8 deletions(-)
71975
82022
 
71976
82023
commit 09a322c8e4822327130b91e16fa827c410996bce
71977
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
71978
 
Date:   Tue Aug 23 00:03:51 2011 +0800
 
82024
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82025
AuthorDate: Tue Aug 23 00:03:51 2011 +0800
 
82026
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82027
CommitDate: Tue Aug 23 00:09:03 2011 +0800
71979
82028
 
71980
82029
    Update config.h.win32.in
71981
82030
 
71986
82035
 1 file changed, 17 insertions(+), 8 deletions(-)
71987
82036
 
71988
82037
commit 5b68b49b2072c371c72ee96175e3d6a727eb5e8b
71989
 
Author: Colin Walters <walters@verbum.org>
71990
 
Date:   Fri Aug 19 03:27:16 2011 -0400
 
82038
Author:     Colin Walters <walters@verbum.org>
 
82039
AuthorDate: Fri Aug 19 03:27:16 2011 -0400
 
82040
Commit:     Colin Walters <walters@verbum.org>
 
82041
CommitDate: Mon Aug 22 11:12:37 2011 -0400
71991
82042
 
71992
82043
    GTimeZoneMonitor: Revert addition of this class
71993
82044
 
72031
82082
 12 files changed, 5 insertions(+), 305 deletions(-)
72032
82083
 
72033
82084
commit 5fbf3c93b236970e1c68be05c08322099a51e6bf
72034
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
72035
 
Date:   Mon Aug 22 22:35:31 2011 +0800
 
82085
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82086
AuthorDate: Mon Aug 22 22:35:31 2011 +0800
 
82087
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82088
CommitDate: Mon Aug 22 22:35:31 2011 +0800
72036
82089
 
72037
82090
    Update VS property sheets
72038
82091
 
72048
82101
 2 files changed, 229 insertions(+), 222 deletions(-)
72049
82102
 
72050
82103
commit f0db0d22cc2e22a9033947f5139b359962a3f81e
72051
 
Author: Colin Walters <walters@verbum.org>
72052
 
Date:   Sat Aug 13 06:03:18 2011 -0400
 
82104
Author:     Colin Walters <walters@verbum.org>
 
82105
AuthorDate: Sat Aug 13 06:03:18 2011 -0400
 
82106
Commit:     Colin Walters <walters@verbum.org>
 
82107
CommitDate: Mon Aug 22 07:15:16 2011 -0400
72053
82108
 
72054
82109
    gmain: Clarify that timeouts are in terms of monotonic time
72055
82110
 
72062
82117
 1 file changed, 25 insertions(+), 4 deletions(-)
72063
82118
 
72064
82119
commit 527dc867225ae815356d2d1a72213abe981bd067
72065
 
Author: Matthias Clasen <mclasen@redhat.com>
72066
 
Date:   Sun Aug 21 23:48:07 2011 -0400
 
82120
Author:     Matthias Clasen <mclasen@redhat.com>
 
82121
AuthorDate: Sun Aug 21 23:48:07 2011 -0400
 
82122
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82123
CommitDate: Sun Aug 21 23:48:07 2011 -0400
72067
82124
 
72068
82125
    GDateTime: use nl_langinfo() when available
72069
82126
 
72079
82136
 2 files changed, 51 insertions(+), 4 deletions(-)
72080
82137
 
72081
82138
commit 040dcc8a7882a6e99fe80a712c3c9804b23b16f4
72082
 
Author: Matthias Clasen <mclasen@redhat.com>
72083
 
Date:   Sun Aug 21 23:36:31 2011 -0400
 
82139
Author:     Matthias Clasen <mclasen@redhat.com>
 
82140
AuthorDate: Sun Aug 21 23:36:31 2011 -0400
 
82141
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82142
CommitDate: Sun Aug 21 23:36:31 2011 -0400
72084
82143
 
72085
82144
    GDateTime: cosmetics
72086
82145
 
72091
82150
 1 file changed, 22 insertions(+), 22 deletions(-)
72092
82151
 
72093
82152
commit 6fae33b10aa46f1b1bde7f8b0c871f2f13add6e0
72094
 
Author: Matthias Clasen <mclasen@redhat.com>
72095
 
Date:   Sun Aug 21 23:32:28 2011 -0400
 
82153
Author:     Matthias Clasen <mclasen@redhat.com>
 
82154
AuthorDate: Sun Aug 21 23:32:28 2011 -0400
 
82155
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82156
CommitDate: Sun Aug 21 23:32:28 2011 -0400
72096
82157
 
72097
82158
    GDateTime: cosmetics
72098
82159
 
72103
82164
 1 file changed, 6 insertions(+), 6 deletions(-)
72104
82165
 
72105
82166
commit 76856241d0e845b3fc05812348af004a75bd1c50
72106
 
Author: Matthias Clasen <mclasen@redhat.com>
72107
 
Date:   Sun Aug 21 21:33:30 2011 -0400
 
82167
Author:     Matthias Clasen <mclasen@redhat.com>
 
82168
AuthorDate: Sun Aug 21 21:33:30 2011 -0400
 
82169
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82170
CommitDate: Sun Aug 21 21:33:30 2011 -0400
72108
82171
 
72109
82172
    Add a quick utility to test datetime formatting
72110
82173
 
72113
82176
 2 files changed, 46 insertions(+), 1 deletion(-)
72114
82177
 
72115
82178
commit 2282036b5df46741e33441033dac466b3614b4f9
72116
 
Author: Matthias Clasen <mclasen@redhat.com>
72117
 
Date:   Sun Aug 21 20:45:57 2011 -0400
 
82179
Author:     Matthias Clasen <mclasen@redhat.com>
 
82180
AuthorDate: Sun Aug 21 20:45:57 2011 -0400
 
82181
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82182
CommitDate: Sun Aug 21 20:45:57 2011 -0400
72118
82183
 
72119
82184
    GDateTime: don't use separate strings for upper/lowercase am/pm
72120
82185
 
72124
82189
 1 file changed, 13 insertions(+), 10 deletions(-)
72125
82190
 
72126
82191
commit 414c8ce532c19fe65deb8dfb80222d0164be5cbe
72127
 
Author: Matthias Clasen <mclasen@redhat.com>
72128
 
Date:   Sun Aug 21 19:51:45 2011 -0400
 
82192
Author:     Matthias Clasen <mclasen@redhat.com>
 
82193
AuthorDate: Sun Aug 21 19:51:45 2011 -0400
 
82194
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82195
CommitDate: Sun Aug 21 19:51:45 2011 -0400
72129
82196
 
72130
82197
    g_date_time_format: support %T
72131
82198
 
72135
82202
 1 file changed, 12 insertions(+)
72136
82203
 
72137
82204
commit fd1a12ca4dd164be612fbcd7ab8874b91193cdac
72138
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
72139
 
Date:   Sun Aug 21 17:15:52 2011 +0200
 
82205
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82206
AuthorDate: Sun Aug 21 17:15:52 2011 +0200
 
82207
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82208
CommitDate: Sun Aug 21 17:17:07 2011 +0200
72140
82209
 
72141
82210
    [gi] Add signal annotations
72142
82211
 
72145
82214
 2 files changed, 23 insertions(+), 22 deletions(-)
72146
82215
 
72147
82216
commit e7a9b3196becd11482abf854b250ef06d6904fe1
72148
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
72149
 
Date:   Sun Aug 21 17:12:18 2011 +0200
 
82217
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82218
AuthorDate: Sun Aug 21 17:12:18 2011 +0200
 
82219
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82220
CommitDate: Sun Aug 21 17:17:05 2011 +0200
72150
82221
 
72151
82222
    [gi] Add annotations to g_quark functions
72152
82223
 
72154
82225
 1 file changed, 5 insertions(+), 5 deletions(-)
72155
82226
 
72156
82227
commit af210cd0eed755eb461da0ccce38fe99545ffd08
72157
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
72158
 
Date:   Fri Aug 19 10:34:02 2011 +0200
 
82228
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82229
AuthorDate: Fri Aug 19 10:34:02 2011 +0200
 
82230
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82231
CommitDate: Fri Aug 19 11:44:44 2011 +0200
72159
82232
 
72160
82233
    Add missing GClosure annotations
72161
82234
 
72164
82237
 2 files changed, 15 insertions(+), 11 deletions(-)
72165
82238
 
72166
82239
commit de6566b07d54dcfefff4d1e18239e7e865fd4a51
72167
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
72168
 
Date:   Fri Aug 19 10:34:37 2011 +0200
 
82240
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82241
AuthorDate: Fri Aug 19 10:34:37 2011 +0200
 
82242
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82243
CommitDate: Fri Aug 19 11:44:41 2011 +0200
72169
82244
 
72170
82245
    Add missing (allow-none) annotations to g_value_set_string functions
72171
82246
 
72174
82249
 
72175
82250
commit 26548e05bbb9bc2278fabeee07f6601f39d1a4dc
72176
82251
Merge: f07b854 54579bf
72177
 
Author: Stef Walter <stefw@collabora.co.uk>
72178
 
Date:   Fri Aug 19 11:21:11 2011 +0200
 
82252
Author:     Stef Walter <stefw@collabora.co.uk>
 
82253
AuthorDate: Fri Aug 19 11:21:11 2011 +0200
 
82254
Commit:     Stef Walter <stefw@collabora.co.uk>
 
82255
CommitDate: Fri Aug 19 11:21:11 2011 +0200
72179
82256
 
72180
82257
    Merge branch 'concurrent-cancellable'
72181
82258
 
72182
82259
commit 54579bf88f2af4056fd19e539cc336bd17baea18
72183
 
Author: Stef Walter <stefw@collabora.co.uk>
72184
 
Date:   Fri Aug 12 11:49:31 2011 +0200
 
82260
Author:     Stef Walter <stefw@collabora.co.uk>
 
82261
AuthorDate: Fri Aug 12 11:49:31 2011 +0200
 
82262
Commit:     Stef Walter <stefw@collabora.co.uk>
 
82263
CommitDate: Fri Aug 19 11:13:37 2011 +0200
72185
82264
 
72186
82265
    gio: GCancellable can be used concurrently
72187
82266
 
72202
82281
 4 files changed, 233 insertions(+), 2 deletions(-)
72203
82282
 
72204
82283
commit f07b854a2b28dde75b3b0eb4746e674b2a220a42
72205
 
Author: A S Alam <aalam@users.sf.net>
72206
 
Date:   Fri Aug 19 08:26:25 2011 +0530
 
82284
Author:     A S Alam <aalam@users.sf.net>
 
82285
AuthorDate: Fri Aug 19 08:26:25 2011 +0530
 
82286
Commit:     A S Alam <aalam@users.sf.net>
 
82287
CommitDate: Fri Aug 19 08:26:25 2011 +0530
72207
82288
 
72208
82289
    update translation for Punjabi
72209
82290
 
72212
82293
 1 file changed, 772 insertions(+), 597 deletions(-)
72213
82294
 
72214
82295
commit 931196a4d87a55aa4835cfaaf01db9888a52fca3
72215
 
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
72216
 
Date:   Fri Aug 19 19:42:26 2011 +0200
 
82296
Author:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
82297
AuthorDate: Fri Aug 19 19:42:26 2011 +0200
 
82298
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
82299
CommitDate: Fri Aug 19 19:42:26 2011 +0200
72217
82300
 
72218
82301
    Added UG translation
72219
82302
 
72222
82305
 1 file changed, 156 insertions(+), 108 deletions(-)
72223
82306
 
72224
82307
commit 654b349c30432ac03d48e6e9a8aae7fb543a78bb
72225
 
Author: Christian Dywan <christian@twotoasts.de>
72226
 
Date:   Thu Aug 18 01:38:34 2011 +0200
 
82308
Author:     Christian Dywan <christian@twotoasts.de>
 
82309
AuthorDate: Thu Aug 18 01:38:34 2011 +0200
 
82310
Commit:     Christian Dywan <christian@twotoasts.de>
 
82311
CommitDate: Thu Aug 18 01:38:34 2011 +0200
72227
82312
 
72228
82313
    Use actual uint64 values to compare uint64 variants
72229
82314
 
72233
82318
 1 file changed, 2 insertions(+), 2 deletions(-)
72234
82319
 
72235
82320
commit d4c5e3b1566616bf65b2d92b625c712dab961052
72236
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
72237
 
Date:   Wed Aug 17 07:37:36 2011 +0200
 
82321
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82322
AuthorDate: Wed Aug 17 07:37:36 2011 +0200
 
82323
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
82324
CommitDate: Wed Aug 17 12:55:12 2011 +0200
72238
82325
 
72239
82326
    Add (allow-none) annotation for GValue setters.
72240
82327
 
72249
82336
 5 files changed, 13 insertions(+), 13 deletions(-)
72250
82337
 
72251
82338
commit e3219c8425e9417ee888dd2aa8b5c826da62edc1
72252
 
Author: Behdad Esfahbod <behdad@behdad.org>
72253
 
Date:   Wed Aug 17 12:13:17 2011 +0200
 
82339
Author:     Behdad Esfahbod <behdad@behdad.org>
 
82340
AuthorDate: Wed Aug 17 12:13:17 2011 +0200
 
82341
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
82342
CommitDate: Wed Aug 17 12:14:07 2011 +0200
72254
82343
 
72255
82344
    Fixup max decomposition len guarantee
72256
82345
 
72262
82351
 2 files changed, 7 insertions(+), 4 deletions(-)
72263
82352
 
72264
82353
commit b5f1ea4bb1070f1fbf6fc5170136254192c9bff0
72265
 
Author: Brian Cameron <brian.cameron@oracle.com>
72266
 
Date:   Wed Aug 17 03:01:14 2011 -0500
 
82354
Author:     Brian Cameron <brian.cameron@oracle.com>
 
82355
AuthorDate: Wed Aug 17 03:01:14 2011 -0500
 
82356
Commit:     Brian Cameron <brian.cameron@oracle.com>
 
82357
CommitDate: Wed Aug 17 03:01:14 2011 -0500
72267
82358
 
72268
82359
    void functions should not return.  Fixes bug #656675.
72269
82360
 
72274
82365
 4 files changed, 7 insertions(+), 7 deletions(-)
72275
82366
 
72276
82367
commit b18ca488aef461295c0a728d0111e401cc482b57
72277
 
Author: Ryan Lortie <desrt@desrt.ca>
72278
 
Date:   Mon Aug 15 21:01:52 2011 -0400
 
82368
Author:     Ryan Lortie <desrt@desrt.ca>
 
82369
AuthorDate: Mon Aug 15 21:01:52 2011 -0400
 
82370
Commit:     Ryan Lortie <desrt@desrt.ca>
 
82371
CommitDate: Mon Aug 15 21:01:52 2011 -0400
72279
82372
 
72280
82373
    post-release bump
72281
82374
 
72283
82376
 1 file changed, 1 insertion(+), 1 deletion(-)
72284
82377
 
72285
82378
commit e17ce3594e9d6d9ed6c9d2fd48a82ddcbb1ffcbc
72286
 
Author: Ryan Lortie <desrt@desrt.ca>
72287
 
Date:   Mon Aug 15 21:01:28 2011 -0400
 
82379
Author:     Ryan Lortie <desrt@desrt.ca>
 
82380
AuthorDate: Mon Aug 15 21:01:28 2011 -0400
 
82381
Commit:     Ryan Lortie <desrt@desrt.ca>
 
82382
CommitDate: Mon Aug 15 21:01:28 2011 -0400
72288
82383
 
72289
82384
    glib 2.29.16
72290
82385
 
72292
82387
 1 file changed, 1 insertion(+), 1 deletion(-)
72293
82388
 
72294
82389
commit 0a4663343f81902f16cf43cd4a5bfc3ccf510200
72295
 
Author: Ryan Lortie <desrt@desrt.ca>
72296
 
Date:   Mon Aug 15 21:01:23 2011 -0400
 
82390
Author:     Ryan Lortie <desrt@desrt.ca>
 
82391
AuthorDate: Mon Aug 15 21:01:23 2011 -0400
 
82392
Commit:     Ryan Lortie <desrt@desrt.ca>
 
82393
CommitDate: Mon Aug 15 21:01:23 2011 -0400
72297
82394
 
72298
82395
    distcheck fixes
72299
82396
 
72301
82398
 1 file changed, 8 insertions(+)
72302
82399
 
72303
82400
commit 4cd5762cccae21fe8c24b0679022974043c19114
72304
 
Author: Matthias Clasen <mclasen@redhat.com>
72305
 
Date:   Mon Aug 15 18:51:42 2011 -0400
 
82401
Author:     Matthias Clasen <mclasen@redhat.com>
 
82402
AuthorDate: Mon Aug 15 18:51:42 2011 -0400
 
82403
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82404
CommitDate: Mon Aug 15 18:55:58 2011 -0400
72306
82405
 
72307
82406
    More NEWS updates
72308
82407
 
72310
82409
 1 file changed, 9 insertions(+)
72311
82410
 
72312
82411
commit 472bd4d8a14977ed35c5948b6ed7cafde9a85b05
72313
 
Author: Ryan Lortie <desrt@desrt.ca>
72314
 
Date:   Mon Aug 15 13:33:27 2011 -0400
 
82412
Author:     Ryan Lortie <desrt@desrt.ca>
 
82413
AuthorDate: Mon Aug 15 13:33:27 2011 -0400
 
82414
Commit:     Ryan Lortie <desrt@desrt.ca>
 
82415
CommitDate: Mon Aug 15 13:35:35 2011 -0400
72315
82416
 
72316
82417
    Updated Esperanto translation
72317
82418
 
72323
82424
 1 file changed, 38 insertions(+), 38 deletions(-)
72324
82425
 
72325
82426
commit 67cf3ea3682a0bd5b94e7b546675ec685a686a5a
72326
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72327
 
Date:   Mon Aug 15 16:00:51 2011 +0100
 
82427
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
82428
AuthorDate: Mon Aug 15 16:00:51 2011 +0100
 
82429
Commit:     David Zeuthen <davidz@redhat.com>
 
82430
CommitDate: Mon Aug 15 12:50:04 2011 -0400
72328
82431
 
72329
82432
    Add a stress-test for GDBusProxy in threads with no default main
72330
82433
    context
72350
82453
 3 files changed, 259 insertions(+)
72351
82454
 
72352
82455
commit 85214d1e7f1c1e065b2e05dae9d6cae29887e3d3
72353
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72354
 
Date:   Mon Aug 15 15:59:45 2011 +0100
 
82456
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
82457
AuthorDate: Mon Aug 15 15:59:45 2011 +0100
 
82458
Commit:     David Zeuthen <davidz@redhat.com>
 
82459
CommitDate: Mon Aug 15 12:50:03 2011 -0400
72355
82460
 
72356
82461
    GDBusProxy: hold properties_lock while using any mutable property
72357
82462
 
72393
82498
 1 file changed, 109 insertions(+), 23 deletions(-)
72394
82499
 
72395
82500
commit 5909cb10315ca0f331ccb97225f008c11ca0d9d7
72396
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72397
 
Date:   Mon Aug 8 18:29:20 2011 +0100
 
82501
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
82502
AuthorDate: Mon Aug 8 18:29:20 2011 +0100
 
82503
Commit:     David Zeuthen <davidz@redhat.com>
 
82504
CommitDate: Mon Aug 15 12:50:01 2011 -0400
72398
82505
 
72399
82506
    GDBusProxy: factor out async_init_data_set_name_owner
72400
82507
 
72415
82522
 1 file changed, 47 insertions(+), 43 deletions(-)
72416
82523
 
72417
82524
commit 03ae974f7cc992450907401f45e7de645caff141
72418
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72419
 
Date:   Mon Aug 8 18:22:42 2011 +0100
 
82525
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
82526
AuthorDate: Mon Aug 8 18:22:42 2011 +0100
 
82527
Commit:     David Zeuthen <davidz@redhat.com>
 
82528
CommitDate: Mon Aug 15 12:50:00 2011 -0400
72420
82529
 
72421
82530
    g_dbus_proxy_get_property: use accessors for all mutable state
72422
82531
 
72430
82539
 1 file changed, 2 insertions(+), 2 deletions(-)
72431
82540
 
72432
82541
commit 20387d262ff104f9de3defc264c5c2010d272857
72433
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72434
 
Date:   Mon Aug 15 15:57:59 2011 +0100
 
82542
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
82543
AuthorDate: Mon Aug 15 15:57:59 2011 +0100
 
82544
Commit:     David Zeuthen <davidz@redhat.com>
 
82545
CommitDate: Mon Aug 15 12:49:58 2011 -0400
72435
82546
 
72436
82547
    GDBusProxy: if a well-known name is not owned, don't GetAll from
72437
82548
    the dbus-daemon
72462
82573
 1 file changed, 20 insertions(+), 1 deletion(-)
72463
82574
 
72464
82575
commit 2b0171a8080c233f85c1d66fa6df6d75640b37e5
72465
 
Author: Ryan Lortie <desrt@desrt.ca>
72466
 
Date:   Mon Aug 15 10:42:35 2011 -0400
 
82576
Author:     Ryan Lortie <desrt@desrt.ca>
 
82577
AuthorDate: Mon Aug 15 10:42:35 2011 -0400
 
82578
Commit:     Ryan Lortie <desrt@desrt.ca>
 
82579
CommitDate: Mon Aug 15 10:43:32 2011 -0400
72467
82580
 
72468
82581
    g_settings_bind: add some g_return checks
72469
82582
 
72473
82586
 1 file changed, 3 insertions(+)
72474
82587
 
72475
82588
commit e1b41dcb9118b6e182119cb85fd05b45f07c059c
72476
 
Author: Ryan Lortie <desrt@desrt.ca>
72477
 
Date:   Wed Aug 10 12:25:57 2011 +0200
 
82589
Author:     Ryan Lortie <desrt@desrt.ca>
 
82590
AuthorDate: Wed Aug 10 12:25:57 2011 +0200
 
82591
Commit:     Ryan Lortie <desrt@desrt.ca>
 
82592
CommitDate: Mon Aug 15 10:43:25 2011 -0400
72478
82593
 
72479
82594
    ghash: fix error in "as a set" documentation
72480
82595
 
72482
82597
 1 file changed, 1 insertion(+), 1 deletion(-)
72483
82598
 
72484
82599
commit 20a4f2578fe74e80f58c442356bd2b91d790d7f8
72485
 
Author: David Zeuthen <davidz@redhat.com>
72486
 
Date:   Mon Aug 15 05:43:24 2011 -0400
 
82600
Author:     David Zeuthen <davidz@redhat.com>
 
82601
AuthorDate: Mon Aug 15 05:43:24 2011 -0400
 
82602
Commit:     David Zeuthen <davidz@redhat.com>
 
82603
CommitDate: Mon Aug 15 05:43:24 2011 -0400
72487
82604
 
72488
82605
    GDBusObjectManagerClient: Emit signals on proxy before emitting
72489
82606
    on manager
72497
82614
 1 file changed, 9 insertions(+), 9 deletions(-)
72498
82615
 
72499
82616
commit 230efe70f418017e809e99710e0519f716edebe3
72500
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
72501
 
Date:   Sun Aug 14 01:23:36 2011 +0200
 
82617
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
82618
AuthorDate: Sun Aug 14 01:23:36 2011 +0200
 
82619
Commit:     Colin Walters <walters@verbum.org>
 
82620
CommitDate: Mon Aug 15 03:54:35 2011 -0400
72502
82621
 
72503
82622
    open(2): POSIX compatibility.
72504
82623
 
72515
82634
 1 file changed, 7 insertions(+), 1 deletion(-)
72516
82635
 
72517
82636
commit b76bb6713ba12a88fbccdaaf063d916ecd3af0b2
72518
 
Author: Matthias Clasen <mclasen@redhat.com>
72519
 
Date:   Sun Aug 14 14:09:58 2011 -0400
 
82637
Author:     Matthias Clasen <mclasen@redhat.com>
 
82638
AuthorDate: Sun Aug 14 14:09:58 2011 -0400
 
82639
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82640
CommitDate: Sun Aug 14 14:09:58 2011 -0400
72520
82641
 
72521
82642
    Add g_mkdtemp in the spirit of g_mkstemp
72522
82643
 
72537
82658
 5 files changed, 313 insertions(+), 160 deletions(-)
72538
82659
 
72539
82660
commit 8377a886857396854069fb7a8309baeb77f144c2
72540
 
Author: Matthias Clasen <mclasen@redhat.com>
72541
 
Date:   Sun Aug 14 12:03:36 2011 -0400
 
82661
Author:     Matthias Clasen <mclasen@redhat.com>
 
82662
AuthorDate: Sun Aug 14 12:03:36 2011 -0400
 
82663
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82664
CommitDate: Sun Aug 14 12:03:36 2011 -0400
72542
82665
 
72543
82666
    GHmac: pedantic doc fixes
72544
82667
 
72549
82672
 1 file changed, 25 insertions(+), 19 deletions(-)
72550
82673
 
72551
82674
commit 1cb8640ccc2fbd7ef301e6526ee2043ed5061359
72552
 
Author: Matthias Clasen <mclasen@redhat.com>
72553
 
Date:   Sun Aug 14 00:47:04 2011 -0400
 
82675
Author:     Matthias Clasen <mclasen@redhat.com>
 
82676
AuthorDate: Sun Aug 14 00:47:04 2011 -0400
 
82677
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82678
CommitDate: Sun Aug 14 11:57:57 2011 -0400
72554
82679
 
72555
82680
    News for 2.29.16
72556
82681
 
72558
82683
 1 file changed, 55 insertions(+)
72559
82684
 
72560
82685
commit acbcb8f7e37b1c0ff872fdbb74df7de690bc2c6f
72561
 
Author: Stef Walter <stefw@collabora.co.uk>
72562
 
Date:   Sun Aug 14 09:27:45 2011 +0200
 
82686
Author:     Stef Walter <stefw@collabora.co.uk>
 
82687
AuthorDate: Sun Aug 14 09:27:45 2011 +0200
 
82688
Commit:     Stef Walter <stefw@collabora.co.uk>
 
82689
CommitDate: Sun Aug 14 09:27:45 2011 +0200
72563
82690
 
72564
82691
    hmac: Implementation of HMAC in glib
72565
82692
 
72586
82713
 9 files changed, 759 insertions(+)
72587
82714
 
72588
82715
commit d2ca14c270a8a0c01d8a897fad4ea2a9c2e31105
72589
 
Author: Marc-André Lureau <marcandre.lureau@redhat.com>
72590
 
Date:   Sun Jul 17 21:18:04 2011 +0200
 
82716
Author:     Marc-André Lureau <marcandre.lureau@redhat.com>
 
82717
AuthorDate: Sun Jul 17 21:18:04 2011 +0200
 
82718
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82719
CommitDate: Sat Aug 13 18:16:44 2011 -0400
72591
82720
 
72592
82721
    Add G_VALUE_INIT
72593
82722
 
72614
82743
 3 files changed, 20 insertions(+), 3 deletions(-)
72615
82744
 
72616
82745
commit a9ca74efb11bda0a90f482a44bb2ec214744ecc6
72617
 
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
72618
 
Date:   Wed Aug 10 15:56:13 2011 +0200
 
82746
Author:     Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
82747
AuthorDate: Wed Aug 10 15:56:13 2011 +0200
 
82748
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82749
CommitDate: Sat Aug 13 16:15:11 2011 -0400
72619
82750
 
72620
82751
    Don't finish gtls connection if the handshake failed
72621
82752
 
72625
82756
 1 file changed, 2 insertions(+), 2 deletions(-)
72626
82757
 
72627
82758
commit ae496a52a92c137b624eee3f5cf54e7756143086
72628
 
Author: Matthias Clasen <mclasen@redhat.com>
72629
 
Date:   Sat Aug 13 16:09:41 2011 -0400
 
82759
Author:     Matthias Clasen <mclasen@redhat.com>
 
82760
AuthorDate: Sat Aug 13 16:09:41 2011 -0400
 
82761
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82762
CommitDate: Sat Aug 13 16:09:41 2011 -0400
72630
82763
 
72631
82764
    GDBusProxy: on_properties_changed initialize some variables
72632
82765
 
72643
82776
 1 file changed, 3 insertions(+), 3 deletions(-)
72644
82777
 
72645
82778
commit 655299a0579b8c9b418eab2301201c1fd25d89ae
72646
 
Author: Matthias Clasen <mclasen@redhat.com>
72647
 
Date:   Sat Aug 13 15:48:47 2011 -0400
 
82779
Author:     Matthias Clasen <mclasen@redhat.com>
 
82780
AuthorDate: Sat Aug 13 15:48:47 2011 -0400
 
82781
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82782
CommitDate: Sat Aug 13 15:48:47 2011 -0400
72648
82783
 
72649
82784
    gdatetime: Add a test for %OM
72650
82785
 
72652
82787
 1 file changed, 1 insertion(+)
72653
82788
 
72654
82789
commit be933706059a8d92fb8858219f5936f332b68f4a
72655
 
Author: Matthias Clasen <mclasen@redhat.com>
72656
 
Date:   Sat Aug 13 15:29:29 2011 -0400
 
82790
Author:     Matthias Clasen <mclasen@redhat.com>
 
82791
AuthorDate: Sat Aug 13 15:29:29 2011 -0400
 
82792
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82793
CommitDate: Sat Aug 13 15:29:29 2011 -0400
72657
82794
 
72658
82795
    Remove a gccism
72659
82796
 
72663
82800
 1 file changed, 16 insertions(+), 2 deletions(-)
72664
82801
 
72665
82802
commit 3c504e47656e7d26c0c24465f492b92f673a5cec
72666
 
Author: Matthias Clasen <mclasen@redhat.com>
72667
 
Date:   Sat Aug 13 15:07:38 2011 -0400
 
82803
Author:     Matthias Clasen <mclasen@redhat.com>
 
82804
AuthorDate: Sat Aug 13 15:07:38 2011 -0400
 
82805
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82806
CommitDate: Sat Aug 13 15:07:38 2011 -0400
72668
82807
 
72669
82808
    Fix statfs/statvfs decision
72670
82809
 
72677
82816
 1 file changed, 1 insertion(+), 1 deletion(-)
72678
82817
 
72679
82818
commit f5472ed2325cac108f9faefaff5c86ec5d9e829b
72680
 
Author: Matthias Clasen <mclasen@redhat.com>
72681
 
Date:   Sat Aug 13 13:53:34 2011 -0400
 
82819
Author:     Matthias Clasen <mclasen@redhat.com>
 
82820
AuthorDate: Sat Aug 13 13:53:34 2011 -0400
 
82821
Commit:     Matthias Clasen <mclasen@redhat.com>
 
82822
CommitDate: Sat Aug 13 13:53:48 2011 -0400
72682
82823
 
72683
82824
    Trivial typo fix
72684
82825
 
72686
82827
 1 file changed, 1 insertion(+), 1 deletion(-)
72687
82828
 
72688
82829
commit 428f49b9c8d56ae18398d4bb33c70c80eda1d21d
72689
 
Author: David Zeuthen <davidz@redhat.com>
72690
 
Date:   Fri Aug 12 11:10:22 2011 -0400
 
82830
Author:     David Zeuthen <davidz@redhat.com>
 
82831
AuthorDate: Fri Aug 12 11:10:22 2011 -0400
 
82832
Commit:     David Zeuthen <davidz@redhat.com>
 
82833
CommitDate: Fri Aug 12 11:10:22 2011 -0400
72691
82834
 
72692
82835
    In addition to /media and $HOME, also show mounts in $XDG_USER_DIR
72693
82836
 
72700
82843
 1 file changed, 6 insertions(+), 2 deletions(-)
72701
82844
 
72702
82845
commit 9fafa343456ec7c6c6f5fce8b6a1116c149d7949
72703
 
Author: Andika Triwidada <andika@gmail.com>
72704
 
Date:   Fri Aug 12 15:48:34 2011 +0700
 
82846
Author:     Andika Triwidada <andika@gmail.com>
 
82847
AuthorDate: Fri Aug 12 15:48:34 2011 +0700
 
82848
Commit:     Andika Triwidada <andika@gmail.com>
 
82849
CommitDate: Fri Aug 12 15:50:08 2011 +0700
72705
82850
 
72706
82851
    Updated Indonesian translation
72707
82852
 
72710
82855
 1 file changed, 869 insertions(+), 934 deletions(-)
72711
82856
 
72712
82857
commit ebc74835e09754c8a784e6f4f4eece3715ef03ea
72713
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
72714
 
Date:   Fri Aug 12 11:43:40 2011 +0800
 
82858
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82859
AuthorDate: Fri Aug 12 11:43:40 2011 +0800
 
82860
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82861
CommitDate: Fri Aug 12 11:43:40 2011 +0800
72715
82862
 
72716
82863
    Update VS property sheets ("install" phase)
72717
82864
 
72725
82872
 2 files changed, 12 insertions(+)
72726
82873
 
72727
82874
commit 2f8664306d20772f47a46af26637615a54fdfc39
72728
 
Author: Alexander Shopov <ash@kambanaria.org>
72729
 
Date:   Thu Aug 11 20:55:20 2011 +0300
 
82875
Author:     Alexander Shopov <ash@kambanaria.org>
 
82876
AuthorDate: Thu Aug 11 20:55:20 2011 +0300
 
82877
Commit:     Alexander Shopov <ash@kambanaria.org>
 
82878
CommitDate: Thu Aug 11 20:55:41 2011 +0300
72730
82879
 
72731
82880
    Updated Bulgarian translation
72732
82881
 
72735
82884
 1 file changed, 345 insertions(+), 287 deletions(-)
72736
82885
 
72737
82886
commit ea6e2968bfdee766c8d3d5fd5b5bac34bcaaaf3e
72738
 
Author: Behdad Esfahbod <behdad@behdad.org>
72739
 
Date:   Thu Aug 11 19:02:14 2011 +0200
 
82887
Author:     Behdad Esfahbod <behdad@behdad.org>
 
82888
AuthorDate: Thu Aug 11 19:02:14 2011 +0200
 
82889
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
82890
CommitDate: Thu Aug 11 19:03:02 2011 +0200
72740
82891
 
72741
82892
    [gobject] Fix G_DEFINE_BOXED_TYPE compilation with C++
72742
82893
 
72744
82895
 1 file changed, 1 insertion(+), 1 deletion(-)
72745
82896
 
72746
82897
commit c3fd789bb759aefb6fda144b953c2d09fc0dc20d
72747
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
72748
 
Date:   Thu Aug 11 14:08:33 2011 +0200
 
82898
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
82899
AuthorDate: Thu Aug 11 14:08:33 2011 +0200
 
82900
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
82901
CommitDate: Thu Aug 11 14:09:23 2011 +0200
72749
82902
 
72750
82903
    [gi] Add missing (out) annotation to
72751
82904
    g_dbus_{node,interface}_info_generate_xml()
72754
82907
 1 file changed, 2 insertions(+), 2 deletions(-)
72755
82908
 
72756
82909
commit 782f83938395c0ac57198ec081e9566c170ef8ef
72757
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
72758
 
Date:   Thu Aug 11 11:36:22 2011 +0200
 
82910
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
82911
AuthorDate: Thu Aug 11 11:36:22 2011 +0200
 
82912
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
82913
CommitDate: Thu Aug 11 11:38:20 2011 +0200
72759
82914
 
72760
82915
    [gi] Add missing Gio transfer annotations
72761
82916
 
72769
82924
 7 files changed, 10 insertions(+), 8 deletions(-)
72770
82925
 
72771
82926
commit 0e548251201db63eb0c80091877f44df14f4a0fe
72772
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
72773
 
Date:   Thu Aug 11 11:05:31 2011 +0200
 
82927
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
82928
AuthorDate: Thu Aug 11 11:05:31 2011 +0200
 
82929
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
82930
CommitDate: Thu Aug 11 11:38:19 2011 +0200
72774
82931
 
72775
82932
    [gi] Fix parameter name typos in Gio docstrings
72776
82933
 
72792
82949
 2 files changed, 2 insertions(+), 2 deletions(-)
72793
82950
 
72794
82951
commit 77a10feafa4f77f1fcadb2ed1fd5da41dced3553
72795
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
72796
 
Date:   Thu Aug 11 15:30:48 2011 +0800
 
82952
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82953
AuthorDate: Thu Aug 11 15:30:48 2011 +0800
 
82954
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
82955
CommitDate: Thu Aug 11 15:30:48 2011 +0800
72797
82956
 
72798
82957
    Bug 652827: Update config.h.win32.in
72799
82958
 
72818
82977
 1 file changed, 8 insertions(+)
72819
82978
 
72820
82979
commit 349212211247781e7bec43b95cb57dddc1d0e5b1
72821
 
Author: Behdad Esfahbod <behdad@behdad.org>
72822
 
Date:   Tue Aug 9 19:43:34 2011 +0200
 
82980
Author:     Behdad Esfahbod <behdad@behdad.org>
 
82981
AuthorDate: Tue Aug 9 19:43:34 2011 +0200
 
82982
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
82983
CommitDate: Thu Aug 11 08:40:43 2011 +0200
72823
82984
 
72824
82985
    Bug 652827 - glib-2.29.8 no longer builds with mingw.org's toolchain
72825
82986
 
72830
82991
 2 files changed, 12 insertions(+), 2 deletions(-)
72831
82992
 
72832
82993
commit fc442bdbe6d8113caf25a4dd4b0e8e4dc8d3913a
72833
 
Author: Behdad Esfahbod <behdad@behdad.org>
72834
 
Date:   Thu Aug 11 08:33:23 2011 +0200
 
82994
Author:     Behdad Esfahbod <behdad@behdad.org>
 
82995
AuthorDate: Thu Aug 11 08:33:23 2011 +0200
 
82996
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
82997
CommitDate: Thu Aug 11 08:40:42 2011 +0200
72835
82998
 
72836
82999
    Cleanup gatomic checks
72837
83000
 
72839
83002
 1 file changed, 17 insertions(+), 22 deletions(-)
72840
83003
 
72841
83004
commit 21e682388dafb1de5308ac403c7ebdfe09e1030b
72842
 
Author: Behdad Esfahbod <behdad@behdad.org>
72843
 
Date:   Thu Aug 11 08:11:06 2011 +0200
 
83005
Author:     Behdad Esfahbod <behdad@behdad.org>
 
83006
AuthorDate: Thu Aug 11 08:11:06 2011 +0200
 
83007
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
83008
CommitDate: Thu Aug 11 08:40:42 2011 +0200
72844
83009
 
72845
83010
    Fix typo
72846
83011
 
72848
83013
 1 file changed, 2 insertions(+), 2 deletions(-)
72849
83014
 
72850
83015
commit b2c6b801bc12429305f022c332b693a142098177
72851
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
72852
 
Date:   Wed Aug 10 22:50:26 2011 +0200
 
83016
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
83017
AuthorDate: Wed Aug 10 22:50:26 2011 +0200
 
83018
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
83019
CommitDate: Wed Aug 10 22:51:32 2011 +0200
72853
83020
 
72854
83021
    [gi] Add missing transfer annotation to
72855
83022
    g_dbus_node_info_lookup_interface()
72858
83025
 1 file changed, 1 insertion(+), 1 deletion(-)
72859
83026
 
72860
83027
commit 27599d671e0f0c13f102f6d7ffc58e23825eba67
72861
 
Author: Kjartan Maraas <kmaraas@gnome.org>
72862
 
Date:   Wed Aug 10 15:12:54 2011 +0200
 
83028
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
83029
AuthorDate: Wed Aug 10 15:12:54 2011 +0200
 
83030
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
83031
CommitDate: Wed Aug 10 15:14:00 2011 +0200
72863
83032
 
72864
83033
    Updated Norwegian bokmål translation
72865
83034
 
72868
83037
 1 file changed, 249 insertions(+), 142 deletions(-)
72869
83038
 
72870
83039
commit c783bfd4e7ebbfa258bce49e5381e2c2afe0110f
72871
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
72872
 
Date:   Tue Aug 9 14:51:34 2011 +0200
 
83040
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
83041
AuthorDate: Tue Aug 9 14:51:34 2011 +0200
 
83042
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
83043
CommitDate: Tue Aug 9 14:52:53 2011 +0200
72873
83044
 
72874
83045
    [gi] Add missing (allow-none) annotations to
72875
83046
    g_dbus_connection_register_object()
72878
83049
 1 file changed, 3 insertions(+), 2 deletions(-)
72879
83050
 
72880
83051
commit 3a631aa863ec8337bd7ea4ab55eed3a2fd3ef1b4
72881
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72882
 
Date:   Mon Aug 8 17:18:08 2011 +0100
 
83052
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
83053
AuthorDate: Mon Aug 8 17:18:08 2011 +0100
 
83054
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
83055
CommitDate: Tue Aug 9 10:36:43 2011 +0100
72883
83056
 
72884
83057
    Ignore lcov-produced files in top-level .gitignore
72885
83058
 
72890
83063
 1 file changed, 2 insertions(+)
72891
83064
 
72892
83065
commit 8f503548701eb8c14ac37c0b84629da5d4493495
72893
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
72894
 
Date:   Mon Aug 8 15:48:27 2011 +0100
 
83066
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
83067
AuthorDate: Mon Aug 8 15:48:27 2011 +0100
 
83068
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
83069
CommitDate: Tue Aug 9 10:36:40 2011 +0100
72895
83070
 
72896
83071
    Allow current lcov (version 1.9) to be used for coverage
72897
83072
 
72904
83079
 1 file changed, 1 insertion(+), 1 deletion(-)
72905
83080
 
72906
83081
commit 9bcf89cd70946be7c724cbeac9cd1c028f74ea6e
72907
 
Author: Matthias Clasen <mclasen@redhat.com>
72908
 
Date:   Mon Aug 8 23:16:07 2011 +0200
 
83082
Author:     Matthias Clasen <mclasen@redhat.com>
 
83083
AuthorDate: Mon Aug 8 23:16:07 2011 +0200
 
83084
Commit:     Matthias Clasen <mclasen@redhat.com>
 
83085
CommitDate: Mon Aug 8 23:16:07 2011 +0200
72909
83086
 
72910
83087
    Document libffi as new dependency
72911
83088
 
72915
83092
 3 files changed, 10 insertions(+), 1 deletion(-)
72916
83093
 
72917
83094
commit 5f9e5c1124c6362fe463b5295c7a2b00afcec135
72918
 
Author: Fran Dieguez <fran@openhost.es>
72919
 
Date:   Sat Aug 6 22:33:00 2011 +0200
 
83095
Author:     Fran Dieguez <fran@openhost.es>
 
83096
AuthorDate: Sat Aug 6 22:33:00 2011 +0200
 
83097
Commit:     Fran Dieguez <fran@openhost.es>
 
83098
CommitDate: Sat Aug 6 22:33:00 2011 +0200
72920
83099
 
72921
83100
    Updated Galician translations
72922
83101
 
72925
83104
 1 file changed, 258 insertions(+), 209 deletions(-)
72926
83105
 
72927
83106
commit 2512341fa6b1842adc5b403ce9eb22b9f3478ee3
72928
 
Author: Colin Walters <walters@verbum.org>
72929
 
Date:   Sat Aug 6 09:36:49 2011 -0400
 
83107
Author:     Colin Walters <walters@verbum.org>
 
83108
AuthorDate: Sat Aug 6 09:36:49 2011 -0400
 
83109
Commit:     Colin Walters <walters@verbum.org>
 
83110
CommitDate: Sat Aug 6 09:36:49 2011 -0400
72930
83111
 
72931
83112
    Require Python 2.5 explicitly
72932
83113
 
72937
83118
 1 file changed, 1 insertion(+), 1 deletion(-)
72938
83119
 
72939
83120
commit b3111f87e2f340f45106f24b640ba2ac68b9086b
72940
 
Author: Colin Walters <walters@verbum.org>
72941
 
Date:   Sat Aug 6 09:22:44 2011 -0400
 
83121
Author:     Colin Walters <walters@verbum.org>
 
83122
AuthorDate: Sat Aug 6 09:22:44 2011 -0400
 
83123
Commit:     Colin Walters <walters@verbum.org>
 
83124
CommitDate: Sat Aug 6 09:22:44 2011 -0400
72942
83125
 
72943
83126
    configure: Fix statvfs/statfs detection
72944
83127
 
72950
83133
 1 file changed, 2 insertions(+), 2 deletions(-)
72951
83134
 
72952
83135
commit 871da75ca38b4b931c4fbcd500856b71596c1332
72953
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
72954
 
Date:   Sat Aug 6 16:02:50 2011 +0300
 
83136
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
83137
AuthorDate: Sat Aug 6 16:02:50 2011 +0300
 
83138
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
83139
CommitDate: Sat Aug 6 16:02:50 2011 +0300
72955
83140
 
72956
83141
    Updated Hebrew translation.
72957
83142
 
72960
83145
 1 file changed, 315 insertions(+), 265 deletions(-)
72961
83146
 
72962
83147
commit 85d12096e4fdef6451033cbecc03de2cd4066eb1
72963
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
72964
 
Date:   Fri Aug 5 16:31:06 2011 +0200
 
83148
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
83149
AuthorDate: Fri Aug 5 16:31:06 2011 +0200
 
83150
Commit:     Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
 
83151
CommitDate: Sat Aug 6 11:32:18 2011 +0200
72965
83152
 
72966
83153
    Add missing GVariant annotations
72967
83154
 
72973
83160
 3 files changed, 11 insertions(+), 7 deletions(-)
72974
83161
 
72975
83162
commit cfa90b8fc1c2b74bc309f0efe6c122e72be7d11a
72976
 
Author: Dan Winship <danw@gnome.org>
72977
 
Date:   Fri Aug 5 19:43:47 2011 -0400
 
83163
Author:     Dan Winship <danw@gnome.org>
 
83164
AuthorDate: Fri Aug 5 19:43:47 2011 -0400
 
83165
Commit:     Dan Winship <danw@gnome.org>
 
83166
CommitDate: Fri Aug 5 19:43:47 2011 -0400
72978
83167
 
72979
83168
    gio/tests/.gitignore: fix
72980
83169
 
72982
83171
 1 file changed, 1 insertion(+), 1 deletion(-)
72983
83172
 
72984
83173
commit 27b5dab0d6ebc7717243bd736bc10859713b0f73
72985
 
Author: Claude Paroz <claude@2xlibre.net>
72986
 
Date:   Fri Aug 5 17:04:50 2011 +0200
 
83174
Author:     Claude Paroz <claude@2xlibre.net>
 
83175
AuthorDate: Fri Aug 5 17:04:50 2011 +0200
 
83176
Commit:     Claude Paroz <claude@2xlibre.net>
 
83177
CommitDate: Fri Aug 5 17:04:50 2011 +0200
72987
83178
 
72988
83179
    Updated French translation
72989
83180
 
72992
83183
 1 file changed, 705 insertions(+), 582 deletions(-)
72993
83184
 
72994
83185
commit 6c8a61bc1bdea6c3434350d5c7c0fa0e7053664b
72995
 
Author: Mario Blättermann <mariobl@gnome.org>
72996
 
Date:   Fri Aug 5 12:11:02 2011 +0200
 
83186
Author:     Mario Blättermann <mariobl@gnome.org>
 
83187
AuthorDate: Fri Aug 5 12:11:02 2011 +0200
 
83188
Commit:     Mario Blättermann <mariobl@gnome.org>
 
83189
CommitDate: Fri Aug 5 12:11:02 2011 +0200
72997
83190
 
72998
83191
    [l10n] Updated German translation
72999
83192
 
73002
83195
 1 file changed, 686 insertions(+), 559 deletions(-)
73003
83196
 
73004
83197
commit d728c00a0488fb2bfbe69e95aba360a552a73d84
73005
 
Author: Murray Cumming <murrayc@murrayc.com>
73006
 
Date:   Thu Aug 4 21:47:07 2011 +0200
 
83198
Author:     Murray Cumming <murrayc@murrayc.com>
 
83199
AuthorDate: Thu Aug 4 21:47:07 2011 +0200
 
83200
Commit:     Murray Cumming <murrayc@murrayc.com>
 
83201
CommitDate: Thu Aug 4 21:47:07 2011 +0200
73007
83202
 
73008
83203
    gio enums: Remove trailing commas
73009
83204
 
73011
83206
 1 file changed, 2 insertions(+), 2 deletions(-)
73012
83207
 
73013
83208
commit 29aae440fb64e8811508e1a803ee524c752b3565
73014
 
Author: Stef Walter <stefw@collabora.co.uk>
73015
 
Date:   Thu Aug 4 09:43:45 2011 +0200
 
83209
Author:     Stef Walter <stefw@collabora.co.uk>
 
83210
AuthorDate: Thu Aug 4 09:43:45 2011 +0200
 
83211
Commit:     Stef Walter <stefw@collabora.co.uk>
 
83212
CommitDate: Thu Aug 4 09:43:45 2011 +0200
73016
83213
 
73017
83214
    Fix up ABI symbols after GTlsDatabase merge.
73018
83215
 
73023
83220
 2 files changed, 27 insertions(+), 7 deletions(-)
73024
83221
 
73025
83222
commit 0f99cfa8822514dc6b7ccbc59efbe68f27aeb172
73026
 
Author: Stef Walter <stefw@collabora.co.uk>
73027
 
Date:   Thu Aug 4 08:54:55 2011 +0200
 
83223
Author:     Stef Walter <stefw@collabora.co.uk>
 
83224
AuthorDate: Thu Aug 4 08:54:55 2011 +0200
 
83225
Commit:     Stef Walter <stefw@collabora.co.uk>
 
83226
CommitDate: Thu Aug 4 08:54:55 2011 +0200
73028
83227
 
73029
83228
    GTlsDatabase and related objects
73030
83229
 
73067
83266
 26 files changed, 3082 insertions(+), 126 deletions(-)
73068
83267
 
73069
83268
commit a187199efd7eb16f500cef31c950d4eafbfe3a4b
73070
 
Author: kotarou <nospam.kotarou.dono@gmail.com>
73071
 
Date:   Wed Aug 3 08:46:04 2011 -0400
 
83269
Author:     kotarou <nospam.kotarou.dono@gmail.com>
 
83270
AuthorDate: Wed Aug 3 08:46:04 2011 -0400
 
83271
Commit:     Colin Walters <walters@verbum.org>
 
83272
CommitDate: Wed Aug 3 08:47:01 2011 -0400
73072
83273
 
73073
83274
    build: Pass ZLIB_CFLAGS for gio build
73074
83275
 
73082
83283
 1 file changed, 2 insertions(+)
73083
83284
 
73084
83285
commit ee63179b71f6a4153f08bc5c84c24a0d0ac76263
73085
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
73086
 
Date:   Fri Jul 29 15:38:54 2011 -0400
 
83286
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
83287
AuthorDate: Fri Jul 29 15:38:54 2011 -0400
 
83288
Commit:     David Zeuthen <davidz@redhat.com>
 
83289
CommitDate: Mon Aug 1 16:24:34 2011 -0400
73087
83290
 
73088
83291
    g_cancellable_get_fd: silently return -1 for NULL cancellable
73089
83292
 
73097
83300
 1 file changed, 3 insertions(+)
73098
83301
 
73099
83302
commit 659ba3d0b3eca1ee3af13d277ac8c847651b0a6a
73100
 
Author: David Zeuthen <davidz@redhat.com>
73101
 
Date:   Mon Aug 1 11:54:47 2011 -0400
 
83303
Author:     David Zeuthen <davidz@redhat.com>
 
83304
AuthorDate: Mon Aug 1 11:54:47 2011 -0400
 
83305
Commit:     David Zeuthen <davidz@redhat.com>
 
83306
CommitDate: Mon Aug 1 11:58:05 2011 -0400
73102
83307
 
73103
83308
    GDBusConnection: Only apply exit-on-closed semantics if properly
73104
83309
    initialized
73113
83318
 1 file changed, 1 insertion(+), 1 deletion(-)
73114
83319
 
73115
83320
commit fcc415b16cb9e618acabb921231dc2e49637f14c
73116
 
Author: Yuri Kozlov <yuray@komyakino.ru>
73117
 
Date:   Mon Aug 1 00:10:59 2011 +0400
 
83321
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
83322
AuthorDate: Mon Aug 1 00:10:59 2011 +0400
 
83323
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
83324
CommitDate: Mon Aug 1 00:10:59 2011 +0400
73118
83325
 
73119
83326
    Updated Russian translation
73120
83327
 
73123
83330
 1 file changed, 69 insertions(+), 65 deletions(-)
73124
83331
 
73125
83332
commit bf21a693fa47cd0c4300822f24909b35892311df
73126
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
73127
 
Date:   Fri Jul 29 19:59:58 2011 +0200
 
83333
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
83334
AuthorDate: Fri Jul 29 19:59:58 2011 +0200
 
83335
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
83336
CommitDate: Fri Jul 29 19:59:58 2011 +0200
73128
83337
 
73129
83338
    Updated Spanish translation
73130
83339
 
73133
83342
 1 file changed, 145 insertions(+), 156 deletions(-)
73134
83343
 
73135
83344
commit c3af3d8d2c191fe3b5b654e3925effa32b3d0daa
73136
 
Author: Daniel Nylander <po@danielnylander.se>
73137
 
Date:   Fri Jul 29 09:50:43 2011 +0200
 
83345
Author:     Daniel Nylander <po@danielnylander.se>
 
83346
AuthorDate: Fri Jul 29 09:50:43 2011 +0200
 
83347
Commit:     Daniel Nylander <po@danielnylander.se>
 
83348
CommitDate: Fri Jul 29 09:50:43 2011 +0200
73138
83349
 
73139
83350
    Updated Swedish translation
73140
83351
 
73143
83354
 1 file changed, 1101 insertions(+), 999 deletions(-)
73144
83355
 
73145
83356
commit d15f8682c006c8f5c3d4a93db0f211f687fb656e
73146
 
Author: Matthias Clasen <mclasen@redhat.com>
73147
 
Date:   Wed Jul 27 23:27:24 2011 -0400
 
83357
Author:     Matthias Clasen <mclasen@redhat.com>
 
83358
AuthorDate: Wed Jul 27 23:27:24 2011 -0400
 
83359
Commit:     Matthias Clasen <mclasen@redhat.com>
 
83360
CommitDate: Wed Jul 27 23:27:24 2011 -0400
73148
83361
 
73149
83362
    Revert "Optimize g_[s]list_free_full a bit"
73150
83363
 
73158
83371
 2 files changed, 9 insertions(+), 19 deletions(-)
73159
83372
 
73160
83373
commit dbb78fe57de0792d409b1baf88661844384c2762
73161
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
73162
 
Date:   Mon Jul 25 15:59:58 2011 -0400
 
83374
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.com>
 
83375
AuthorDate: Mon Jul 25 15:59:58 2011 -0400
 
83376
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.com>
 
83377
CommitDate: Wed Jul 27 16:23:33 2011 -0400
73163
83378
 
73164
83379
    Added TLS PEM parser unit test
73165
83380
 
73179
83394
 12 files changed, 826 insertions(+)
73180
83395
 
73181
83396
commit fdfb42b9f2bdbed44ad4f469bf2794b2057587c1
73182
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
73183
 
Date:   Mon Jun 20 18:49:39 2011 -0400
 
83397
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.com>
 
83398
AuthorDate: Mon Jun 20 18:49:39 2011 -0400
 
83399
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.com>
 
83400
CommitDate: Wed Jul 27 16:23:33 2011 -0400
73184
83401
 
73185
83402
    Rework PEM parsing to not be order dependent
73186
83403
 
73192
83409
 1 file changed, 95 insertions(+), 54 deletions(-)
73193
83410
 
73194
83411
commit fb45baaf8cc62278c71030c284d4ed3d5f4f849d
73195
 
Author: Tomas Bzatek <tbzatek@redhat.com>
73196
 
Date:   Tue Jul 26 17:32:53 2011 +0200
 
83412
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
83413
AuthorDate: Tue Jul 26 17:32:53 2011 +0200
 
83414
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
83415
CommitDate: Tue Jul 26 17:32:53 2011 +0200
73197
83416
 
73198
83417
    Docs: Correct the namespace for g_file_query_filesystem_info()
73199
83418
 
73201
83420
 1 file changed, 2 insertions(+), 2 deletions(-)
73202
83421
 
73203
83422
commit ac5dd614aa796223dc49a100b016abb7996fd418
73204
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
73205
 
Date:   Tue Jul 26 23:23:31 2011 +0800
 
83423
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
83424
AuthorDate: Tue Jul 26 23:23:31 2011 +0800
 
83425
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
83426
CommitDate: Tue Jul 26 23:23:31 2011 +0800
73206
83427
 
73207
83428
    Updated glib-zip.in a bit further
73208
83429
 
73212
83433
 1 file changed, 1 insertion(+), 1 deletion(-)
73213
83434
 
73214
83435
commit 82a0733751b2dc3306e7dcf76358621eaea02bcb
73215
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
73216
 
Date:   Tue Jul 26 16:44:18 2011 +0200
 
83436
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
83437
AuthorDate: Tue Jul 26 16:44:18 2011 +0200
 
83438
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
83439
CommitDate: Tue Jul 26 16:44:18 2011 +0200
73217
83440
 
73218
83441
    utf8: annotate the end pointer in g_utf8_validate as out + allow-none
73219
83442
 
73221
83444
 1 file changed, 1 insertion(+), 1 deletion(-)
73222
83445
 
73223
83446
commit b7f3638e5c3917d6007040747eb3ef1ccc338a0b
73224
 
Author: David Zeuthen <davidz@redhat.com>
73225
 
Date:   Tue Jul 26 10:05:57 2011 -0400
 
83447
Author:     David Zeuthen <davidz@redhat.com>
 
83448
AuthorDate: Tue Jul 26 10:05:57 2011 -0400
 
83449
Commit:     David Zeuthen <davidz@redhat.com>
 
83450
CommitDate: Tue Jul 26 10:05:57 2011 -0400
73226
83451
 
73227
83452
    More gdbus-codegen fixed to build on non-Unix
73228
83453
 
73235
83460
 2 files changed, 25 insertions(+), 9 deletions(-)
73236
83461
 
73237
83462
commit 494db61c1946f0b06cc2d68a1194e8812871540e
73238
 
Author: Ryan Lortie <desrt@desrt.ca>
73239
 
Date:   Tue Jul 26 13:49:20 2011 +0200
 
83463
Author:     Ryan Lortie <desrt@desrt.ca>
 
83464
AuthorDate: Tue Jul 26 13:49:20 2011 +0200
 
83465
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83466
CommitDate: Tue Jul 26 13:53:58 2011 +0200
73240
83467
 
73241
83468
    gtester: small Windows fix
73242
83469
 
73256
83483
 1 file changed, 2 insertions(+), 2 deletions(-)
73257
83484
 
73258
83485
commit 44e85f73643ca24656aa89906d33a1385dcc87a5
73259
 
Author: Ryan Lortie <desrt@desrt.ca>
73260
 
Date:   Tue Jul 26 13:38:04 2011 +0200
 
83486
Author:     Ryan Lortie <desrt@desrt.ca>
 
83487
AuthorDate: Tue Jul 26 13:38:04 2011 +0200
 
83488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83489
CommitDate: Tue Jul 26 13:38:04 2011 +0200
73261
83490
 
73262
83491
    GDateTime test: 1970 doesn't exist on Windows
73263
83492
 
73268
83497
 1 file changed, 2 insertions(+), 2 deletions(-)
73269
83498
 
73270
83499
commit d62d0336b8fb2d3369f02758c20c6ea38bee9464
73271
 
Author: Ryan Lortie <desrt@desrt.ca>
73272
 
Date:   Tue Jul 26 13:29:01 2011 +0200
 
83500
Author:     Ryan Lortie <desrt@desrt.ca>
 
83501
AuthorDate: Tue Jul 26 13:29:01 2011 +0200
 
83502
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83503
CommitDate: Tue Jul 26 13:30:35 2011 +0200
73273
83504
 
73274
83505
    g_format_size: fix on Windows
73275
83506
 
73283
83514
 1 file changed, 10 insertions(+)
73284
83515
 
73285
83516
commit 01744c2d69fb11a8dfde62666540da91adafd6a8
73286
 
Author: Ryan Lortie <desrt@desrt.ca>
73287
 
Date:   Tue Jul 26 13:26:10 2011 +0200
 
83517
Author:     Ryan Lortie <desrt@desrt.ca>
 
83518
AuthorDate: Tue Jul 26 13:26:10 2011 +0200
 
83519
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83520
CommitDate: Tue Jul 26 13:30:35 2011 +0200
73288
83521
 
73289
83522
    g_format_size: avoid silly GString use
73290
83523
 
73296
83529
 1 file changed, 4 insertions(+), 5 deletions(-)
73297
83530
 
73298
83531
commit 81d0b28a4de87805c6f8c6661a8c2e0de3893267
73299
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
73300
 
Date:   Mon Jul 18 14:20:18 2011 +0200
 
83532
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
83533
AuthorDate: Mon Jul 18 14:20:18 2011 +0200
 
83534
Commit:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
83535
CommitDate: Tue Jul 26 12:58:04 2011 +0200
73301
83536
 
73302
83537
    Update glib-zip.in
73303
83538
 
73305
83540
 1 file changed, 31 insertions(+), 17 deletions(-)
73306
83541
 
73307
83542
commit 633fd86815fafa0ffb9cd0d8e5b958b0d3abe141
73308
 
Author: Ryan Lortie <desrt@desrt.ca>
73309
 
Date:   Tue Jul 26 11:20:12 2011 +0200
 
83543
Author:     Ryan Lortie <desrt@desrt.ca>
 
83544
AuthorDate: Tue Jul 26 11:20:12 2011 +0200
 
83545
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83546
CommitDate: Tue Jul 26 11:20:12 2011 +0200
73310
83547
 
73311
83548
    glocalfile: don't bother with fstype on win32
73312
83549
 
73317
83554
 
73318
83555
commit 12f516b44cb3b91d99a9ea0f0c51aaeeb3562688
73319
83556
Merge: 32b1349 39b72a1
73320
 
Author: Ryan Lortie <desrt@desrt.ca>
73321
 
Date:   Tue Jul 26 10:50:25 2011 +0200
 
83557
Author:     Ryan Lortie <desrt@desrt.ca>
 
83558
AuthorDate: Tue Jul 26 10:50:25 2011 +0200
 
83559
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83560
CommitDate: Tue Jul 26 10:50:25 2011 +0200
73322
83561
 
73323
83562
    Merge branch 'gwakeup'
73324
83563
 
73325
83564
commit 39b72a166e72ebbafbb7e85383db954a31b929c2
73326
 
Author: Ryan Lortie <desrt@desrt.ca>
73327
 
Date:   Mon Jul 25 18:59:27 2011 +0200
 
83565
Author:     Ryan Lortie <desrt@desrt.ca>
 
83566
AuthorDate: Mon Jul 25 18:59:27 2011 +0200
 
83567
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83568
CommitDate: Mon Jul 25 18:59:27 2011 +0200
73328
83569
 
73329
83570
    GWakeup: fix Windows build breakage
73330
83571
 
73334
83575
 1 file changed, 3 insertions(+)
73335
83576
 
73336
83577
commit d87eddbb130bbc35ea17c5d4f0c3ee724b1c6d61
73337
 
Author: Ryan Lortie <desrt@desrt.ca>
73338
 
Date:   Mon Jul 25 18:52:36 2011 +0200
 
83578
Author:     Ryan Lortie <desrt@desrt.ca>
 
83579
AuthorDate: Mon Jul 25 18:52:36 2011 +0200
 
83580
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83581
CommitDate: Mon Jul 25 18:52:36 2011 +0200
73339
83582
 
73340
83583
    .gitignore the gwakeup-fallback testcase
73341
83584
 
73343
83586
 1 file changed, 1 insertion(+)
73344
83587
 
73345
83588
commit 6615349ffb1335ca506fd476d65dd864eb2ee494
73346
 
Author: Ryan Lortie <desrt@desrt.ca>
73347
 
Date:   Mon Jul 25 18:52:18 2011 +0200
 
83589
Author:     Ryan Lortie <desrt@desrt.ca>
 
83590
AuthorDate: Mon Jul 25 18:52:18 2011 +0200
 
83591
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83592
CommitDate: Mon Jul 25 18:52:18 2011 +0200
73348
83593
 
73349
83594
    Remove g_wakeup_* from glib.symbols
73350
83595
 
73352
83597
 1 file changed, 5 deletions(-)
73353
83598
 
73354
83599
commit c81eb121a1a29c7068b775d0f7665d05c0dd4dad
73355
 
Author: Ryan Lortie <desrt@desrt.ca>
73356
 
Date:   Mon Jul 25 18:50:45 2011 +0200
 
83600
Author:     Ryan Lortie <desrt@desrt.ca>
 
83601
AuthorDate: Mon Jul 25 18:50:45 2011 +0200
 
83602
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83603
CommitDate: Mon Jul 25 18:51:03 2011 +0200
73357
83604
 
73358
83605
    GWakeup: make it private API
73359
83606
 
73378
83625
 12 files changed, 307 insertions(+), 326 deletions(-)
73379
83626
 
73380
83627
commit 0584f0c50495e4c1d6691f30d9f598799a5d54ce
73381
 
Author: Ryan Lortie <desrt@desrt.ca>
73382
 
Date:   Mon Jul 25 17:43:28 2011 +0200
 
83628
Author:     Ryan Lortie <desrt@desrt.ca>
 
83629
AuthorDate: Mon Jul 25 17:43:28 2011 +0200
 
83630
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83631
CommitDate: Mon Jul 25 17:43:28 2011 +0200
73383
83632
 
73384
83633
    GWakeup: test fallback case
73385
83634
 
73395
83644
 3 files changed, 45 insertions(+), 2 deletions(-)
73396
83645
 
73397
83646
commit 7f15910e7907e17606ba9e149cc3b04be4887bbf
73398
 
Author: Ryan Lortie <desrt@desrt.ca>
73399
 
Date:   Mon Jul 25 16:35:08 2011 +0200
 
83647
Author:     Ryan Lortie <desrt@desrt.ca>
 
83648
AuthorDate: Mon Jul 25 16:35:08 2011 +0200
 
83649
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83650
CommitDate: Mon Jul 25 16:35:08 2011 +0200
73400
83651
 
73401
83652
    GWakeup: add signal safety note
73402
83653
 
73407
83658
 1 file changed, 2 insertions(+)
73408
83659
 
73409
83660
commit 32b1349a23ff050b8026ede150a25cae56799901
73410
 
Author: David Zeuthen <davidz@redhat.com>
73411
 
Date:   Mon Jul 25 10:31:17 2011 -0400
 
83661
Author:     David Zeuthen <davidz@redhat.com>
 
83662
AuthorDate: Mon Jul 25 10:31:17 2011 -0400
 
83663
Commit:     David Zeuthen <davidz@redhat.com>
 
83664
CommitDate: Mon Jul 25 10:31:17 2011 -0400
73412
83665
 
73413
83666
    More fixes for non-Unix builds
73414
83667
 
73419
83672
 2 files changed, 16 insertions(+)
73420
83673
 
73421
83674
commit f8b98841ad44d4603c60fdbad6f3e58a64eb9043
73422
 
Author: David Zeuthen <davidz@redhat.com>
73423
 
Date:   Mon Jul 25 09:56:01 2011 -0400
 
83675
Author:     David Zeuthen <davidz@redhat.com>
 
83676
AuthorDate: Mon Jul 25 09:56:01 2011 -0400
 
83677
Commit:     David Zeuthen <davidz@redhat.com>
 
83678
CommitDate: Mon Jul 25 09:56:01 2011 -0400
73424
83679
 
73425
83680
    Fix the build on non-Unix
73426
83681
 
73432
83687
 1 file changed, 4 deletions(-)
73433
83688
 
73434
83689
commit 3c25f9f609cfa6c1a180c46f267e73bbd87dd542
73435
 
Author: Ryan Lortie <desrt@desrt.ca>
73436
 
Date:   Mon Jul 25 15:08:47 2011 +0200
 
83690
Author:     Ryan Lortie <desrt@desrt.ca>
 
83691
AuthorDate: Mon Jul 25 15:08:47 2011 +0200
 
83692
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83693
CommitDate: Mon Jul 25 15:30:36 2011 +0200
73437
83694
 
73438
83695
    GWakeup .gitignore fixes
73439
83696
 
73442
83699
 2 files changed, 2 insertions(+)
73443
83700
 
73444
83701
commit 452b6277d4badf7d471c73555277a5afd3393602
73445
 
Author: Ryan Lortie <desrt@desrt.ca>
73446
 
Date:   Mon Jul 25 14:37:18 2011 +0200
 
83702
Author:     Ryan Lortie <desrt@desrt.ca>
 
83703
AuthorDate: Mon Jul 25 14:37:18 2011 +0200
 
83704
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83705
CommitDate: Mon Jul 25 15:30:35 2011 +0200
73447
83706
 
73448
83707
    gtk-doc GWakeup
73449
83708
 
73455
83714
 4 files changed, 99 insertions(+), 7 deletions(-)
73456
83715
 
73457
83716
commit 0a971e46bf4158b7f58ac283db40d212b6f2d274
73458
 
Author: Ryan Lortie <desrt@desrt.ca>
73459
 
Date:   Mon Jul 25 15:02:28 2011 +0200
 
83717
Author:     Ryan Lortie <desrt@desrt.ca>
 
83718
AuthorDate: Mon Jul 25 15:02:28 2011 +0200
 
83719
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83720
CommitDate: Mon Jul 25 15:30:35 2011 +0200
73460
83721
 
73461
83722
    GCancellable: port to GWakeup
73462
83723
 
73465
83726
 1 file changed, 32 insertions(+), 203 deletions(-)
73466
83727
 
73467
83728
commit 777e40989e66e583e6636e7b80ab8770cf15ff8c
73468
 
Author: Ryan Lortie <desrt@desrt.ca>
73469
 
Date:   Mon Jul 25 15:07:33 2011 +0200
 
83729
Author:     Ryan Lortie <desrt@desrt.ca>
 
83730
AuthorDate: Mon Jul 25 15:07:33 2011 +0200
 
83731
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83732
CommitDate: Mon Jul 25 15:30:35 2011 +0200
73470
83733
 
73471
83734
    port GMainContext to GWakeup
73472
83735
 
73475
83738
 1 file changed, 13 insertions(+), 100 deletions(-)
73476
83739
 
73477
83740
commit 4026b3317425ea7880930787faeedbe526588b11
73478
 
Author: Ryan Lortie <desrt@desrt.ca>
73479
 
Date:   Mon Jul 25 15:07:16 2011 +0200
 
83741
Author:     Ryan Lortie <desrt@desrt.ca>
 
83742
AuthorDate: Mon Jul 25 15:07:16 2011 +0200
 
83743
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83744
CommitDate: Mon Jul 25 15:30:35 2011 +0200
73480
83745
 
73481
83746
    add a couple of testcases for GWakeup
73482
83747
 
73486
83751
 2 files changed, 271 insertions(+)
73487
83752
 
73488
83753
commit 78545a641cb93811640e95792eb7f87f810e7aea
73489
 
Author: Ryan Lortie <desrt@desrt.ca>
73490
 
Date:   Mon Jul 25 15:05:03 2011 +0200
 
83754
Author:     Ryan Lortie <desrt@desrt.ca>
 
83755
AuthorDate: Mon Jul 25 15:05:03 2011 +0200
 
83756
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83757
CommitDate: Mon Jul 25 15:30:29 2011 +0200
73491
83758
 
73492
83759
    Add GWakeup
73493
83760
 
73508
83775
 5 files changed, 203 insertions(+)
73509
83776
 
73510
83777
commit 15a1cf804974c3fa526bab8a6b80eb27518313f3
73511
 
Author: Ryan Lortie <desrt@desrt.ca>
73512
 
Date:   Mon Jul 25 15:25:13 2011 +0200
 
83778
Author:     Ryan Lortie <desrt@desrt.ca>
 
83779
AuthorDate: Mon Jul 25 15:25:13 2011 +0200
 
83780
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83781
CommitDate: Mon Jul 25 15:26:28 2011 +0200
73513
83782
 
73514
83783
    g_unix_open_pipe: fix some bugs
73515
83784
 
73525
83794
 1 file changed, 2 insertions(+), 1 deletion(-)
73526
83795
 
73527
83796
commit aa4d704e632df68be9843074ea8197c30ebc52ed
73528
 
Author: Ryan Lortie <desrt@desrt.ca>
73529
 
Date:   Mon Jul 25 15:09:57 2011 +0200
 
83797
Author:     Ryan Lortie <desrt@desrt.ca>
 
83798
AuthorDate: Mon Jul 25 15:09:57 2011 +0200
 
83799
Commit:     Ryan Lortie <desrt@desrt.ca>
 
83800
CommitDate: Mon Jul 25 15:10:24 2011 +0200
73530
83801
 
73531
83802
    Windows (mingw32) .gitignore additions
73532
83803
 
73534
83805
 1 file changed, 2 insertions(+)
73535
83806
 
73536
83807
commit 3769c1e1732a7f3889b5d819552c79512571e169
73537
 
Author: Murray Cumming <murrayc@murrayc.com>
73538
 
Date:   Mon Jul 25 09:23:51 2011 +0200
 
83808
Author:     Murray Cumming <murrayc@murrayc.com>
 
83809
AuthorDate: Mon Jul 25 09:23:51 2011 +0200
 
83810
Commit:     Murray Cumming <murrayc@murrayc.com>
 
83811
CommitDate: Mon Jul 25 09:24:43 2011 +0200
73539
83812
 
73540
83813
    Docs: Fix tiny typo.
73541
83814
 
73543
83816
 1 file changed, 1 insertion(+), 1 deletion(-)
73544
83817
 
73545
83818
commit e6f37ca472860535606ef0f898f85f3ad6a7167c
73546
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
73547
 
Date:   Mon Jul 25 11:42:17 2011 +0800
 
83819
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
83820
AuthorDate: Mon Jul 25 11:42:17 2011 +0800
 
83821
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
83822
CommitDate: Mon Jul 25 11:42:17 2011 +0800
73548
83823
 
73549
83824
    Update Windows READMEs
73550
83825
 
73557
83832
 3 files changed, 17 insertions(+), 7 deletions(-)
73558
83833
 
73559
83834
commit eac8d47e373bd57e3cb117508c0812b53963a732
73560
 
Author: Dan Winship <danw@gnome.org>
73561
 
Date:   Sun Jul 24 14:55:05 2011 -0400
 
83835
Author:     Dan Winship <danw@gnome.org>
 
83836
AuthorDate: Sun Jul 24 14:55:05 2011 -0400
 
83837
Commit:     Dan Winship <danw@gnome.org>
 
83838
CommitDate: Sun Jul 24 14:55:05 2011 -0400
73562
83839
 
73563
83840
    gio/tests/socket: add some basic IPv4 and IPv6 tests
73564
83841
 
73567
83844
 1 file changed, 378 insertions(+), 3 deletions(-)
73568
83845
 
73569
83846
commit aefda965f650c6713ef895a9156dd1297793f1ff
73570
 
Author: Dan Winship <danw@gnome.org>
73571
 
Date:   Sun Jul 24 14:52:03 2011 -0400
 
83847
Author:     Dan Winship <danw@gnome.org>
 
83848
AuthorDate: Sun Jul 24 14:52:03 2011 -0400
 
83849
Commit:     Dan Winship <danw@gnome.org>
 
83850
CommitDate: Sun Jul 24 14:54:45 2011 -0400
73572
83851
 
73573
83852
    GSocket: fix connected state after async connect
73574
83853
 
73581
83860
 1 file changed, 3 insertions(+), 1 deletion(-)
73582
83861
 
73583
83862
commit b8a0475e7a2ef6d49e61e7be684bff017ee22fa9
73584
 
Author: Dan Winship <danw@gnome.org>
73585
 
Date:   Sun Jul 24 12:41:11 2011 -0400
 
83863
Author:     Dan Winship <danw@gnome.org>
 
83864
AuthorDate: Sun Jul 24 12:41:11 2011 -0400
 
83865
Commit:     Dan Winship <danw@gnome.org>
 
83866
CommitDate: Sun Jul 24 12:41:11 2011 -0400
73586
83867
 
73587
83868
    update .gitignore
73588
83869
 
73590
83871
 1 file changed, 2 insertions(+)
73591
83872
 
73592
83873
commit 4cb33b158b43b54108b20cb9c3f1143acbef9124
73593
 
Author: Matthias Clasen <mclasen@redhat.com>
73594
 
Date:   Sat Jul 23 21:59:49 2011 -0400
 
83874
Author:     Matthias Clasen <mclasen@redhat.com>
 
83875
AuthorDate: Sat Jul 23 21:59:49 2011 -0400
 
83876
Commit:     Matthias Clasen <mclasen@redhat.com>
 
83877
CommitDate: Sat Jul 23 21:59:49 2011 -0400
73595
83878
 
73596
83879
    Explicitly unset the session bus address for the peer tests
73597
83880
 
73604
83887
 1 file changed, 2 insertions(+)
73605
83888
 
73606
83889
commit d344e69dc291df5e5da15d6e1c1b0ef897fdeea3
73607
 
Author: Matthias Clasen <mclasen@redhat.com>
73608
 
Date:   Sat Jul 23 21:16:28 2011 -0400
 
83890
Author:     Matthias Clasen <mclasen@redhat.com>
 
83891
AuthorDate: Sat Jul 23 21:16:28 2011 -0400
 
83892
Commit:     Matthias Clasen <mclasen@redhat.com>
 
83893
CommitDate: Sat Jul 23 21:16:28 2011 -0400
73609
83894
 
73610
83895
    Properly bring up a session bus for application tests
73611
83896
 
73616
83901
 1 file changed, 7 insertions(+)
73617
83902
 
73618
83903
commit 1f9e84896bb1621e54fc5d0cb45006400e121043
73619
 
Author: Matthias Clasen <mclasen@redhat.com>
73620
 
Date:   Sat Jul 23 21:07:39 2011 -0400
 
83904
Author:     Matthias Clasen <mclasen@redhat.com>
 
83905
AuthorDate: Sat Jul 23 21:07:39 2011 -0400
 
83906
Commit:     Matthias Clasen <mclasen@redhat.com>
 
83907
CommitDate: Sat Jul 23 21:07:48 2011 -0400
73621
83908
 
73622
83909
    Fix a typo
73623
83910
 
73625
83912
 1 file changed, 1 insertion(+), 1 deletion(-)
73626
83913
 
73627
83914
commit e488cbd24b611e6648cc36049e503aa8d18b9fd6
73628
 
Author: Yuri Kozlov <yuray@komyakino.ru>
73629
 
Date:   Sat Jul 23 18:54:03 2011 +0400
 
83915
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
83916
AuthorDate: Sat Jul 23 18:54:03 2011 +0400
 
83917
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
83918
CommitDate: Sat Jul 23 18:54:03 2011 +0400
73630
83919
 
73631
83920
    Updated Russian translation
73632
83921
 
73635
83924
 1 file changed, 236 insertions(+), 192 deletions(-)
73636
83925
 
73637
83926
commit 9c46740afdb5cf545fbc69bc55be274b8758fecb
73638
 
Author: Luca Ferretti <lferrett@gnome.org>
73639
 
Date:   Sat Jul 23 14:52:13 2011 +0200
 
83927
Author:     Luca Ferretti <lferrett@gnome.org>
 
83928
AuthorDate: Sat Jul 23 14:52:13 2011 +0200
 
83929
Commit:     Luca Ferretti <lferrett@gnome.org>
 
83930
CommitDate: Sat Jul 23 14:52:27 2011 +0200
73640
83931
 
73641
83932
    [l10n] Updated Italian translation
73642
83933
 
73645
83936
 1 file changed, 705 insertions(+), 606 deletions(-)
73646
83937
 
73647
83938
commit ae7c48b955cd6979a799574bb92e654081769c62
73648
 
Author: Vincent Untz <vuntz@gnome.org>
73649
 
Date:   Thu Jul 21 15:23:00 2011 +0200
 
83939
Author:     Vincent Untz <vuntz@gnome.org>
 
83940
AuthorDate: Thu Jul 21 15:23:00 2011 +0200
 
83941
Commit:     Vincent Untz <vuntz@gnome.org>
 
83942
CommitDate: Sat Jul 23 10:05:12 2011 +0200
73650
83943
 
73651
83944
    GDesktopAppInfo: Add g_desktop_app_info_get_show_in()
73652
83945
 
73662
83955
 4 files changed, 76 insertions(+), 39 deletions(-)
73663
83956
 
73664
83957
commit 8ef050f9675e2ee097663c6a436a7b7f7abbe816
73665
 
Author: Colin Walters <walters@verbum.org>
73666
 
Date:   Fri Jul 22 13:39:21 2011 -0400
 
83958
Author:     Colin Walters <walters@verbum.org>
 
83959
AuthorDate: Fri Jul 22 13:39:21 2011 -0400
 
83960
Commit:     Colin Walters <walters@verbum.org>
 
83961
CommitDate: Fri Jul 22 13:39:21 2011 -0400
73667
83962
 
73668
83963
    glib.symbols: Update for expected ABI changes
73669
83964
 
73671
83966
 1 file changed, 1 insertion(+), 1 deletion(-)
73672
83967
 
73673
83968
commit b79eae5c197aeec8d57f39c0f7bf5d5114068bea
73674
 
Author: Colin Walters <walters@verbum.org>
73675
 
Date:   Fri Jul 22 12:41:41 2011 -0400
 
83969
Author:     Colin Walters <walters@verbum.org>
 
83970
AuthorDate: Fri Jul 22 12:41:41 2011 -0400
 
83971
Commit:     Colin Walters <walters@verbum.org>
 
83972
CommitDate: Fri Jul 22 12:41:41 2011 -0400
73676
83973
 
73677
83974
    glib-2.0.pc: Add -lrt to private libraries to assist static linking
73678
83975
 
73682
83979
 1 file changed, 1 insertion(+), 1 deletion(-)
73683
83980
 
73684
83981
commit 8b061e023ce97171d817e07ea7068f567129ae8a
73685
 
Author: Colin Walters <walters@verbum.org>
73686
 
Date:   Fri Jul 22 10:31:27 2011 -0400
 
83982
Author:     Colin Walters <walters@verbum.org>
 
83983
AuthorDate: Fri Jul 22 10:31:27 2011 -0400
 
83984
Commit:     Colin Walters <walters@verbum.org>
 
83985
CommitDate: Fri Jul 22 10:56:54 2011 -0400
73687
83986
 
73688
83987
    Revert addition of g_key_file_has_key_full
73689
83988
 
73700
83999
 3 files changed, 38 insertions(+), 73 deletions(-)
73701
84000
 
73702
84001
commit 753948316915e834801347af08b773c24078a3bd
73703
 
Author: Behdad Esfahbod <behdad@behdad.org>
73704
 
Date:   Fri Jul 22 10:33:47 2011 -0400
 
84002
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84003
AuthorDate: Fri Jul 22 10:33:47 2011 -0400
 
84004
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84005
CommitDate: Fri Jul 22 10:33:47 2011 -0400
73705
84006
 
73706
84007
    Don't use deprecated G_UNICODE_COMBINING_MARK
73707
84008
 
73712
84013
 3 files changed, 196 insertions(+), 196 deletions(-)
73713
84014
 
73714
84015
commit 804e3ba4dddbcb00279ba0ab1a148606bc10a414
73715
 
Author: Ryan Lortie <desrt@desrt.ca>
73716
 
Date:   Fri Jul 22 15:47:11 2011 +0200
 
84016
Author:     Ryan Lortie <desrt@desrt.ca>
 
84017
AuthorDate: Fri Jul 22 15:47:11 2011 +0200
 
84018
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84019
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73717
84020
 
73718
84021
    gitignore tweaks
73719
84022
 
73723
84026
 3 files changed, 4 insertions(+)
73724
84027
 
73725
84028
commit a14f2fa1a0ea2b453be35373f9d4c5d80b842d7d
73726
 
Author: Ryan Lortie <desrt@desrt.ca>
73727
 
Date:   Fri Jul 22 13:44:31 2011 +0200
 
84029
Author:     Ryan Lortie <desrt@desrt.ca>
 
84030
AuthorDate: Fri Jul 22 13:44:31 2011 +0200
 
84031
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84032
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73728
84033
 
73729
84034
    Rename a few arguments
73730
84035
 
73735
84040
 2 files changed, 3 insertions(+), 3 deletions(-)
73736
84041
 
73737
84042
commit 6492548b6f4d1805f7817911207648f0b1eeae19
73738
 
Author: Ryan Lortie <desrt@desrt.ca>
73739
 
Date:   Fri Jul 22 13:41:13 2011 +0200
 
84043
Author:     Ryan Lortie <desrt@desrt.ca>
 
84044
AuthorDate: Fri Jul 22 13:41:13 2011 +0200
 
84045
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84046
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73740
84047
 
73741
84048
    Have gtk-doc ignore some #defines
73742
84049
 
73747
84054
 2 files changed, 4 insertions(+)
73748
84055
 
73749
84056
commit 5dbc12e9f1477eb699a92b1ef7363b62bdca68eb
73750
 
Author: Ryan Lortie <desrt@desrt.ca>
73751
 
Date:   Fri Jul 22 13:25:32 2011 +0200
 
84057
Author:     Ryan Lortie <desrt@desrt.ca>
 
84058
AuthorDate: Fri Jul 22 13:25:32 2011 +0200
 
84059
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84060
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73752
84061
 
73753
84062
    Replace @Varargs with @...
73754
84063
 
73766
84075
 9 files changed, 26 insertions(+), 26 deletions(-)
73767
84076
 
73768
84077
commit ea63f16c59b661d080c54c44147cedb4ad27e102
73769
 
Author: Ryan Lortie <desrt@desrt.ca>
73770
 
Date:   Fri Jul 22 12:59:44 2011 +0200
 
84078
Author:     Ryan Lortie <desrt@desrt.ca>
 
84079
AuthorDate: Fri Jul 22 12:59:44 2011 +0200
 
84080
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84081
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73771
84082
 
73772
84083
    Remove duplicate 'struct real_pcre' declaration
73773
84084
 
73778
84089
 1 file changed, 1 insertion(+), 2 deletions(-)
73779
84090
 
73780
84091
commit 668c399077b48ef49d2fdb6eb808226c9f127e70
73781
 
Author: Ryan Lortie <desrt@desrt.ca>
73782
 
Date:   Fri Jul 22 12:59:11 2011 +0200
 
84092
Author:     Ryan Lortie <desrt@desrt.ca>
 
84093
AuthorDate: Fri Jul 22 12:59:11 2011 +0200
 
84094
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84095
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73783
84096
 
73784
84097
    Add deprecation guard to G_UNICODE_COMBINING_MARK
73785
84098
 
73789
84102
 1 file changed, 2 insertions(+)
73790
84103
 
73791
84104
commit 4f36eb0f6d1eed7b720a53114e60c8d334782fab
73792
 
Author: Ryan Lortie <desrt@desrt.ca>
73793
 
Date:   Fri Jul 22 12:57:59 2011 +0200
 
84105
Author:     Ryan Lortie <desrt@desrt.ca>
 
84106
AuthorDate: Fri Jul 22 12:57:59 2011 +0200
 
84107
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84108
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73794
84109
 
73795
84110
    Reword some docs comments to avoid 'Returns ...'
73796
84111
 
73804
84119
 2 files changed, 20 insertions(+), 11 deletions(-)
73805
84120
 
73806
84121
commit a0ed2537184f35e9cdde9ac2771f32667db570e1
73807
 
Author: Ryan Lortie <desrt@desrt.ca>
73808
 
Date:   Fri Jul 22 12:57:06 2011 +0200
 
84122
Author:     Ryan Lortie <desrt@desrt.ca>
 
84123
AuthorDate: Fri Jul 22 12:57:06 2011 +0200
 
84124
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84125
CommitDate: Fri Jul 22 15:47:24 2011 +0200
73809
84126
 
73810
84127
    move 'Since:' tags down
73811
84128
 
73817
84134
 2 files changed, 3 insertions(+), 4 deletions(-)
73818
84135
 
73819
84136
commit eec69a75eeddc9e298f218e5b3e4bb5084adfe6f
73820
 
Author: Xavier Claessens <xclaesse@gmail.com>
73821
 
Date:   Thu Jul 14 10:51:06 2011 +0200
 
84137
Author:     Xavier Claessens <xclaesse@gmail.com>
 
84138
AuthorDate: Thu Jul 14 10:51:06 2011 +0200
 
84139
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
84140
CommitDate: Fri Jul 22 10:19:48 2011 +0200
73822
84141
 
73823
84142
    Add g_ptr_array_new_full
73824
84143
 
73830
84149
 3 files changed, 31 insertions(+)
73831
84150
 
73832
84151
commit 7df304a2d8c325726a13e072bcd1b647943928eb
73833
 
Author: Ryan Lortie <desrt@desrt.ca>
73834
 
Date:   Fri Jul 22 09:48:34 2011 +0200
 
84152
Author:     Ryan Lortie <desrt@desrt.ca>
 
84153
AuthorDate: Fri Jul 22 09:48:34 2011 +0200
 
84154
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84155
CommitDate: Fri Jul 22 09:48:34 2011 +0200
73835
84156
 
73836
84157
    Bump the version
73837
84158
 
73839
84160
 1 file changed, 1 insertion(+), 1 deletion(-)
73840
84161
 
73841
84162
commit a6c936c45fd959117e24a4e7b6f01f124963bf72
73842
 
Author: Ryan Lortie <desrt@desrt.ca>
73843
 
Date:   Fri Jul 22 08:55:35 2011 +0200
 
84163
Author:     Ryan Lortie <desrt@desrt.ca>
 
84164
AuthorDate: Fri Jul 22 08:55:35 2011 +0200
 
84165
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84166
CommitDate: Fri Jul 22 08:55:35 2011 +0200
73844
84167
 
73845
84168
    Release 2.29.14
73846
84169
 
73849
84172
 2 files changed, 50 insertions(+), 1 deletion(-)
73850
84173
 
73851
84174
commit b30ca6e5a57fd40cf8f94ef2869e742498bc0577
73852
 
Author: Behdad Esfahbod <behdad@behdad.org>
73853
 
Date:   Thu Jul 21 16:05:43 2011 -0400
 
84175
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84176
AuthorDate: Thu Jul 21 16:05:43 2011 -0400
 
84177
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84178
CommitDate: Thu Jul 21 16:07:18 2011 -0400
73854
84179
 
73855
84180
    Bug 655076 - Our normalization code misses some
73856
84181
    Full_Composition_Exclusion=True.
73860
84185
 2 files changed, 20 insertions(+)
73861
84186
 
73862
84187
commit c404dbed11bc8bf4212d15719ef3a87ebf76efff
73863
 
Author: David Zeuthen <davidz@redhat.com>
73864
 
Date:   Thu Jul 21 16:03:27 2011 -0400
 
84188
Author:     David Zeuthen <davidz@redhat.com>
 
84189
AuthorDate: Thu Jul 21 16:03:27 2011 -0400
 
84190
Commit:     David Zeuthen <davidz@redhat.com>
 
84191
CommitDate: Thu Jul 21 16:06:18 2011 -0400
73865
84192
 
73866
84193
    gdbus-codegen: Add support for new org.gtk.GDBus.C.UnixFD annotation
73867
84194
 
73886
84213
 11 files changed, 1012 insertions(+), 363 deletions(-)
73887
84214
 
73888
84215
commit 7b22a8308f2a914b704051cd772edfa15e9a3b04
73889
 
Author: Dan Williams <dcbw@redhat.com>
73890
 
Date:   Wed Jul 20 17:28:20 2011 -0500
 
84216
Author:     Dan Williams <dcbw@redhat.com>
 
84217
AuthorDate: Wed Jul 20 17:28:20 2011 -0500
 
84218
Commit:     Dan Williams <dcbw@redhat.com>
 
84219
CommitDate: Thu Jul 21 11:03:32 2011 -0500
73891
84220
 
73892
84221
    Document how to free return values from g_key_file_get_*_list
73893
84222
 
73898
84227
 1 file changed, 12 insertions(+), 6 deletions(-)
73899
84228
 
73900
84229
commit 3af40c204dab8fbd3bec0dceb7cbed0896178a4b
73901
 
Author: Behdad Esfahbod <behdad@behdad.org>
73902
 
Date:   Thu Jul 21 10:30:36 2011 -0400
 
84230
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84231
AuthorDate: Thu Jul 21 10:30:36 2011 -0400
 
84232
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84233
CommitDate: Thu Jul 21 10:33:00 2011 -0400
73903
84234
 
73904
84235
    Bug 655025 - #define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK
73905
84236
 
73907
84238
 1 file changed, 11 insertions(+), 2 deletions(-)
73908
84239
 
73909
84240
commit 03f673abc20693b907d5e4f1deb775737774d7ae
73910
 
Author: David Zeuthen <davidz@redhat.com>
73911
 
Date:   Thu Jul 21 09:43:59 2011 -0400
 
84241
Author:     David Zeuthen <davidz@redhat.com>
 
84242
AuthorDate: Thu Jul 21 09:43:59 2011 -0400
 
84243
Commit:     David Zeuthen <davidz@redhat.com>
 
84244
CommitDate: Thu Jul 21 09:43:59 2011 -0400
73912
84245
 
73913
84246
    GDBus: Don't convert GVariant type 'h' to gint
73914
84247
 
73923
84256
 1 file changed, 2 insertions(+), 14 deletions(-)
73924
84257
 
73925
84258
commit 419bfe325c40604268dbb7fa050e355c9681577e
73926
 
Author: David Zeuthen <davidz@redhat.com>
73927
 
Date:   Thu Jul 21 09:32:38 2011 -0400
 
84259
Author:     David Zeuthen <davidz@redhat.com>
 
84260
AuthorDate: Thu Jul 21 09:32:38 2011 -0400
 
84261
Commit:     David Zeuthen <davidz@redhat.com>
 
84262
CommitDate: Thu Jul 21 09:32:38 2011 -0400
73928
84263
 
73929
84264
    gdbus-codegen: Use G_TYPE_STRV/gchar** for GVariant type 'ao'
73930
84265
 
73947
84282
 5 files changed, 39 insertions(+), 13 deletions(-)
73948
84283
 
73949
84284
commit b34eac204f54cefaf8a702a96dc537144f8c2d92
73950
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
73951
 
Date:   Thu Jul 21 10:22:01 2011 +0100
 
84285
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
84286
AuthorDate: Thu Jul 21 10:22:01 2011 +0100
 
84287
Commit:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
84288
CommitDate: Thu Jul 21 10:22:01 2011 +0100
73952
84289
 
73953
84290
    g_atomic_int_add: document that the return value is new
73954
84291
 
73959
84296
 1 file changed, 3 insertions(+)
73960
84297
 
73961
84298
commit 79b80579282b2749a9eafe8b95845f434db95969
73962
 
Author: Ryan Lortie <desrt@desrt.ca>
73963
 
Date:   Thu Jul 21 09:21:18 2011 +0200
 
84299
Author:     Ryan Lortie <desrt@desrt.ca>
 
84300
AuthorDate: Thu Jul 21 09:21:18 2011 +0200
 
84301
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84302
CommitDate: Thu Jul 21 09:21:18 2011 +0200
73964
84303
 
73965
84304
    Advise against using GPrivate
73966
84305
 
73970
84309
 1 file changed, 8 insertions(+)
73971
84310
 
73972
84311
commit 706b2751166bb8590e41800d0b3c3056ba529daa
73973
 
Author: Ryan Lortie <desrt@desrt.ca>
73974
 
Date:   Thu Jul 21 08:33:50 2011 +0200
 
84312
Author:     Ryan Lortie <desrt@desrt.ca>
 
84313
AuthorDate: Thu Jul 21 08:33:50 2011 +0200
 
84314
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84315
CommitDate: Thu Jul 21 08:37:27 2011 +0200
73975
84316
 
73976
84317
    GParam: try to avoid further invalid uses
73977
84318
 
73991
84332
 2 files changed, 23 insertions(+), 18 deletions(-)
73992
84333
 
73993
84334
commit 9bcb3d74572cf99a17ff5a1fd4becb1a1136291c
73994
 
Author: Behdad Esfahbod <behdad@behdad.org>
73995
 
Date:   Wed Jul 20 22:11:08 2011 -0400
 
84335
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84336
AuthorDate: Wed Jul 20 22:11:08 2011 -0400
 
84337
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84338
CommitDate: Wed Jul 20 22:12:03 2011 -0400
73996
84339
 
73997
84340
    Add g_unicode_script_from_iso15924()
73998
84341
 
74007
84350
 5 files changed, 51 insertions(+), 4 deletions(-)
74008
84351
 
74009
84352
commit a5e94cbd36304ac48e20599ad39fd4bfbd6a5cbe
74010
 
Author: Benjamin Otte <otte@redhat.com>
74011
 
Date:   Thu Jul 21 02:56:05 2011 +0200
 
84353
Author:     Benjamin Otte <otte@redhat.com>
 
84354
AuthorDate: Thu Jul 21 02:56:05 2011 +0200
 
84355
Commit:     Benjamin Otte <otte@redhat.com>
 
84356
CommitDate: Thu Jul 21 02:58:15 2011 +0200
74012
84357
 
74013
84358
    glocalfile: Fix compilation without USE_STATFS and USE_STATVFS
74014
84359
 
74016
84361
 1 file changed, 8 insertions(+), 1 deletion(-)
74017
84362
 
74018
84363
commit 7e03b28870a514e655f31298d31158a69f11de40
74019
 
Author: Behdad Esfahbod <behdad@behdad.org>
74020
 
Date:   Wed Jul 20 19:04:29 2011 -0400
 
84364
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84365
AuthorDate: Wed Jul 20 19:04:29 2011 -0400
 
84366
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84367
CommitDate: Wed Jul 20 19:13:19 2011 -0400
74021
84368
 
74022
84369
    Bug 648271 - Add g_unicode_script_to_iso15924()
74023
84370
 
74032
84379
 5 files changed, 157 insertions(+), 1 deletion(-)
74033
84380
 
74034
84381
commit d8d67d1596ed9fd394bb0427e9154bfad9b4b504
74035
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
74036
 
Date:   Wed Jul 20 22:32:38 2011 +0200
 
84382
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
84383
AuthorDate: Wed Jul 20 22:32:38 2011 +0200
 
84384
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
84385
CommitDate: Wed Jul 20 22:32:38 2011 +0200
74037
84386
 
74038
84387
    Updated Spanish translation
74039
84388
 
74042
84391
 1 file changed, 133 insertions(+), 74 deletions(-)
74043
84392
 
74044
84393
commit e43a2969114e91332b127a479bcb078be6649353
74045
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
74046
 
Date:   Wed Jul 20 22:26:59 2011 +0200
 
84394
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
84395
AuthorDate: Wed Jul 20 22:26:59 2011 +0200
 
84396
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
84397
CommitDate: Wed Jul 20 22:26:59 2011 +0200
74047
84398
 
74048
84399
    Updated Spanish translation
74049
84400
 
74052
84403
 1 file changed, 316 insertions(+), 321 deletions(-)
74053
84404
 
74054
84405
commit 8cadef1a88abf77569da2e65894a855b0f1376d4
74055
 
Author: Ryan Lortie <desrt@desrt.ca>
74056
 
Date:   Wed Jul 20 21:49:16 2011 +0200
 
84406
Author:     Ryan Lortie <desrt@desrt.ca>
 
84407
AuthorDate: Wed Jul 20 21:49:16 2011 +0200
 
84408
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84409
CommitDate: Wed Jul 20 21:50:52 2011 +0200
74057
84410
 
74058
84411
    Change order of GFormatSizeFlags
74059
84412
 
74067
84420
 2 files changed, 6 insertions(+), 6 deletions(-)
74068
84421
 
74069
84422
commit c26462ab98e47fd629177d52984b69055f8fe37a
74070
 
Author: Ryan Lortie <desrt@desrt.ca>
74071
 
Date:   Wed Jul 20 21:47:00 2011 +0200
 
84423
Author:     Ryan Lortie <desrt@desrt.ca>
 
84424
AuthorDate: Wed Jul 20 21:47:00 2011 +0200
 
84425
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84426
CommitDate: Wed Jul 20 21:47:53 2011 +0200
74072
84427
 
74073
84428
    g_format_size: just use GString
74074
84429
 
74083
84438
 1 file changed, 34 insertions(+), 47 deletions(-)
74084
84439
 
74085
84440
commit 4aff6119812bb1dac40a6fca4833dab0520148d9
74086
 
Author: Ryan Lortie <desrt@desrt.ca>
74087
 
Date:   Wed Jul 20 21:30:03 2011 +0200
 
84441
Author:     Ryan Lortie <desrt@desrt.ca>
 
84442
AuthorDate: Wed Jul 20 21:30:03 2011 +0200
 
84443
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84444
CommitDate: Wed Jul 20 21:30:03 2011 +0200
74088
84445
 
74089
84446
    g_format_size: Return 'gchar' instead of 'char'
74090
84447
 
74094
84451
 1 file changed, 2 insertions(+), 2 deletions(-)
74095
84452
 
74096
84453
commit ef3e5917ca1239b39db2cb433c4306d0152f18f5
74097
 
Author: Ryan Lortie <desrt@desrt.ca>
74098
 
Date:   Wed Jul 20 19:58:43 2011 +0200
 
84454
Author:     Ryan Lortie <desrt@desrt.ca>
 
84455
AuthorDate: Wed Jul 20 19:58:43 2011 +0200
 
84456
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84457
CommitDate: Wed Jul 20 20:06:35 2011 +0200
74099
84458
 
74100
84459
    [ast, es, fr, nn] Update byte unit translations
74101
84460
 
74120
84479
 4 files changed, 21 insertions(+), 21 deletions(-)
74121
84480
 
74122
84481
commit afd1e3697065c1bd23fe9a1cacf43d8744d0bc9b
74123
 
Author: Ryan Lortie <desrt@desrt.ca>
74124
 
Date:   Wed Jul 20 19:44:39 2011 +0200
 
84482
Author:     Ryan Lortie <desrt@desrt.ca>
 
84483
AuthorDate: Wed Jul 20 19:44:39 2011 +0200
 
84484
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84485
CommitDate: Wed Jul 20 20:06:35 2011 +0200
74125
84486
 
74126
84487
    Change GLib size units policy
74127
84488
 
74150
84511
 5 files changed, 225 insertions(+)
74151
84512
 
74152
84513
commit 90cccf14b2b1dfea574d35c605669c4773d6eba6
74153
 
Author: Ryan Lortie <desrt@desrt.ca>
74154
 
Date:   Wed Jul 20 17:30:56 2011 +0200
 
84514
Author:     Ryan Lortie <desrt@desrt.ca>
 
84515
AuthorDate: Wed Jul 20 17:30:56 2011 +0200
 
84516
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84517
CommitDate: Wed Jul 20 20:06:35 2011 +0200
74155
84518
 
74156
84519
    g_format_size_for_display: some internal renames
74157
84520
 
74167
84530
 1 file changed, 18 insertions(+), 18 deletions(-)
74168
84531
 
74169
84532
commit 4e015d36a06a896c8f5ec575c1b02fedefe47397
74170
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
74171
 
Date:   Fri Jul 1 01:59:13 2011 +0200
 
84533
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
84534
AuthorDate: Fri Jul 1 01:59:13 2011 +0200
 
84535
Commit:     Colin Walters <walters@verbum.org>
 
84536
CommitDate: Wed Jul 20 13:50:20 2011 -0400
74172
84537
 
74173
84538
    gdbusintrospection: fix introspection annotations
74174
84539
 
74182
84547
 1 file changed, 3 insertions(+), 3 deletions(-)
74183
84548
 
74184
84549
commit 4e213f385b45d8ce5d2fdb612d3706e214a7b368
74185
 
Author: Vincent Untz <vuntz@gnome.org>
74186
 
Date:   Wed Jul 20 09:22:12 2011 +0200
 
84550
Author:     Vincent Untz <vuntz@gnome.org>
 
84551
AuthorDate: Wed Jul 20 09:22:12 2011 +0200
 
84552
Commit:     Vincent Untz <vuntz@gnome.org>
 
84553
CommitDate: Wed Jul 20 19:42:06 2011 +0200
74187
84554
 
74188
84555
    Stop using deprecated g_unicode_canonical_decomposition()
74189
84556
 
74193
84560
 1 file changed, 2 insertions(+), 3 deletions(-)
74194
84561
 
74195
84562
commit 33c977917c1dbcfec56168083dc05837da8ea57c
74196
 
Author: Ryan Lortie <desrt@desrt.ca>
74197
 
Date:   Wed Jul 20 16:34:55 2011 +0200
 
84563
Author:     Ryan Lortie <desrt@desrt.ca>
 
84564
AuthorDate: Wed Jul 20 16:34:55 2011 +0200
 
84565
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84566
CommitDate: Wed Jul 20 16:34:55 2011 +0200
74198
84567
 
74199
84568
    GVariant: document avoiding g_variant_iter_loop
74200
84569
 
74208
84577
 1 file changed, 10 insertions(+), 2 deletions(-)
74209
84578
 
74210
84579
commit 19878998bc386db78614f1c92ff8524a81479c7b
74211
 
Author: Ryan Lortie <desrt@desrt.ca>
74212
 
Date:   Wed Jul 20 13:11:19 2011 +0200
 
84580
Author:     Ryan Lortie <desrt@desrt.ca>
 
84581
AuthorDate: Wed Jul 20 13:11:19 2011 +0200
 
84582
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84583
CommitDate: Wed Jul 20 16:27:30 2011 +0200
74213
84584
 
74214
84585
    GVariant: better support for object path arrays
74215
84586
 
74232
84603
 7 files changed, 270 insertions(+), 10 deletions(-)
74233
84604
 
74234
84605
commit c841c2ce3fda6f754c88ae2c9099f36dff2f0814
74235
 
Author: Ryan Lortie <desrt@desrt.ca>
74236
 
Date:   Wed Jul 20 14:04:52 2011 +0200
 
84606
Author:     Ryan Lortie <desrt@desrt.ca>
 
84607
AuthorDate: Wed Jul 20 14:04:52 2011 +0200
 
84608
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84609
CommitDate: Wed Jul 20 14:06:36 2011 +0200
74237
84610
 
74238
84611
    GSettings: don't abort on missing schemas
74239
84612
 
74246
84619
 3 files changed, 91 insertions(+), 17 deletions(-)
74247
84620
 
74248
84621
commit 06941419e347a8a37711e65873b6c59729873ddc
74249
 
Author: Ryan Lortie <desrt@desrt.ca>
74250
 
Date:   Wed Jul 20 10:52:07 2011 +0200
 
84622
Author:     Ryan Lortie <desrt@desrt.ca>
 
84623
AuthorDate: Wed Jul 20 10:52:07 2011 +0200
 
84624
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84625
CommitDate: Wed Jul 20 10:52:07 2011 +0200
74251
84626
 
74252
84627
    Add some blacklisted mount directories
74253
84628
 
74258
84633
 1 file changed, 7 insertions(+)
74259
84634
 
74260
84635
commit dbd0d63b6b45036c2b485b8e1993edf97970afd2
74261
 
Author: Ryan Lortie <desrt@desrt.ca>
74262
 
Date:   Wed Jul 20 10:49:48 2011 +0200
 
84636
Author:     Ryan Lortie <desrt@desrt.ca>
 
84637
AuthorDate: Wed Jul 20 10:49:48 2011 +0200
 
84638
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84639
CommitDate: Wed Jul 20 10:51:16 2011 +0200
74263
84640
 
74264
84641
    wait longer in threadpool test case
74265
84642
 
74274
84651
 1 file changed, 10 insertions(+), 3 deletions(-)
74275
84652
 
74276
84653
commit 265f245376a3af5a006854ee96a484cf30fbc170
74277
 
Author: Matthias Clasen <mclasen@redhat.com>
74278
 
Date:   Tue Jul 19 23:04:04 2011 -0400
 
84654
Author:     Matthias Clasen <mclasen@redhat.com>
 
84655
AuthorDate: Tue Jul 19 23:04:04 2011 -0400
 
84656
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84657
CommitDate: Tue Jul 19 23:04:04 2011 -0400
74279
84658
 
74280
84659
    post-release bump
74281
84660
 
74283
84662
 1 file changed, 1 insertion(+), 1 deletion(-)
74284
84663
 
74285
84664
commit c073ce3a3b8fb8282b244dd8e8dbb6fa8676e84e
74286
 
Author: Matthias Clasen <mclasen@redhat.com>
74287
 
Date:   Tue Jul 19 23:02:05 2011 -0400
 
84665
Author:     Matthias Clasen <mclasen@redhat.com>
 
84666
AuthorDate: Tue Jul 19 23:02:05 2011 -0400
 
84667
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84668
CommitDate: Tue Jul 19 23:02:05 2011 -0400
74288
84669
 
74289
84670
    2.29.12
74290
84671
 
74293
84674
 2 files changed, 36 insertions(+), 1 deletion(-)
74294
84675
 
74295
84676
commit 4c64e75ec59317cf36d2bb9765c56477acf2acd7
74296
 
Author: Matthias Clasen <mclasen@redhat.com>
74297
 
Date:   Tue Jul 19 20:40:28 2011 -0400
 
84677
Author:     Matthias Clasen <mclasen@redhat.com>
 
84678
AuthorDate: Tue Jul 19 20:40:28 2011 -0400
 
84679
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84680
CommitDate: Tue Jul 19 20:40:28 2011 -0400
74298
84681
 
74299
84682
    Drop the warnings.sgml template
74300
84683
 
74308
84691
 6 files changed, 238 insertions(+), 285 deletions(-)
74309
84692
 
74310
84693
commit d1e5161ab0206adc6f17325152e337d44ae6ec73
74311
 
Author: Holger Berndt <hb@gnome.org>
74312
 
Date:   Thu Jun 3 03:22:36 2010 +0200
 
84694
Author:     Holger Berndt <hb@gnome.org>
 
84695
AuthorDate: Thu Jun 3 03:22:36 2010 +0200
 
84696
Commit:     Holger Berndt <hb@gnome.org>
 
84697
CommitDate: Tue Jul 19 22:52:56 2011 +0200
74313
84698
 
74314
84699
    Document how to unset attributes
74315
84700
 
74322
84707
 1 file changed, 3 insertions(+)
74323
84708
 
74324
84709
commit ec98953e42a20061427b20681d1e31501907e2fa
74325
 
Author: Johan Dahlin <johan@gnome.org>
74326
 
Date:   Tue Jul 19 14:18:10 2011 -0300
 
84710
Author:     Johan Dahlin <johan@gnome.org>
 
84711
AuthorDate: Tue Jul 19 14:18:10 2011 -0300
 
84712
Commit:     Johan Dahlin <jdahlin@litl.com>
 
84713
CommitDate: Tue Jul 19 14:38:34 2011 -0300
74327
84714
 
74328
84715
    Pass in NULL instead of g_cclosure_marshal_generic
74329
84716
 
74351
84738
 16 files changed, 24 insertions(+), 24 deletions(-)
74352
84739
 
74353
84740
commit fa2861e3b6109e002b68aa105b5ecbcba88724c1
74354
 
Author: Johan Dahlin <johan@gnome.org>
74355
 
Date:   Tue Jul 12 13:39:45 2011 -0300
 
84741
Author:     Johan Dahlin <johan@gnome.org>
 
84742
AuthorDate: Tue Jul 12 13:39:45 2011 -0300
 
84743
Commit:     Johan Dahlin <jdahlin@litl.com>
 
84744
CommitDate: Tue Jul 19 14:38:34 2011 -0300
74356
84745
 
74357
84746
    Use a generic marshaller if one is not specified
74358
84747
 
74365
84754
 1 file changed, 23 insertions(+), 8 deletions(-)
74366
84755
 
74367
84756
commit fe6dad271b06e6243d17137c2e0991f56a256cca
74368
 
Author: Ryan Lortie <desrt@desrt.ca>
74369
 
Date:   Tue Jul 19 16:12:30 2011 +0200
 
84757
Author:     Ryan Lortie <desrt@desrt.ca>
 
84758
AuthorDate: Tue Jul 19 16:12:30 2011 +0200
 
84759
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84760
CommitDate: Tue Jul 19 16:12:30 2011 +0200
74370
84761
 
74371
84762
    GSettings: remove key length restrictions
74372
84763
 
74379
84770
 2 files changed, 3 insertions(+), 4 deletions(-)
74380
84771
 
74381
84772
commit 9fd0f6c8e23e8cd8353039c99fa73583a7892b4f
74382
 
Author: Matthias Clasen <mclasen@redhat.com>
74383
 
Date:   Tue Jul 19 00:02:57 2011 -0400
 
84773
Author:     Matthias Clasen <mclasen@redhat.com>
 
84774
AuthorDate: Tue Jul 19 00:02:57 2011 -0400
 
84775
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84776
CommitDate: Tue Jul 19 00:02:57 2011 -0400
74384
84777
 
74385
84778
    Fix doc formatting errors
74386
84779
 
74388
84781
 1 file changed, 6 insertions(+), 6 deletions(-)
74389
84782
 
74390
84783
commit c9379bcfe1423c43b09ea7e979242a3621dab2b2
74391
 
Author: Matthias Clasen <mclasen@redhat.com>
74392
 
Date:   Mon Jul 18 23:58:32 2011 -0400
 
84784
Author:     Matthias Clasen <mclasen@redhat.com>
 
84785
AuthorDate: Mon Jul 18 23:58:32 2011 -0400
 
84786
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84787
CommitDate: Mon Jul 18 23:58:32 2011 -0400
74393
84788
 
74394
84789
    Move GError docs inline and ditch template
74395
84790
 
74401
84796
 4 files changed, 334 insertions(+), 531 deletions(-)
74402
84797
 
74403
84798
commit 09e2d2a61c3e9f93f61f5d94b3976bbc4a16839a
74404
 
Author: Matthias Clasen <mclasen@redhat.com>
74405
 
Date:   Mon Jul 18 23:23:17 2011 -0400
 
84799
Author:     Matthias Clasen <mclasen@redhat.com>
 
84800
AuthorDate: Mon Jul 18 23:23:17 2011 -0400
 
84801
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84802
CommitDate: Mon Jul 18 23:23:17 2011 -0400
74406
84803
 
74407
84804
    Move Unicode docs inline, ditch template
74408
84805
 
74414
84811
 4 files changed, 372 insertions(+), 984 deletions(-)
74415
84812
 
74416
84813
commit 2358616d6ad5c4db4fb037550eb40aeb8886e7ec
74417
 
Author: Matthias Clasen <mclasen@redhat.com>
74418
 
Date:   Mon Jul 18 23:00:09 2011 -0400
 
84814
Author:     Matthias Clasen <mclasen@redhat.com>
 
84815
AuthorDate: Mon Jul 18 23:00:09 2011 -0400
 
84816
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84817
CommitDate: Mon Jul 18 23:00:09 2011 -0400
74419
84818
 
74420
84819
    Remove queue.sgml
74421
84820
 
74424
84823
 1 file changed, 438 deletions(-)
74425
84824
 
74426
84825
commit 615977d337c7ba776ac2eda6c688bf6f69316c4d
74427
 
Author: Behdad Esfahbod <behdad@behdad.org>
74428
 
Date:   Mon Jul 18 18:00:40 2011 -0400
 
84826
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84827
AuthorDate: Mon Jul 18 18:00:40 2011 -0400
 
84828
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84829
CommitDate: Mon Jul 18 18:12:35 2011 -0400
74429
84830
 
74430
84831
    Simplify Hangul Jamo decomposition
74431
84832
 
74437
84838
 1 file changed, 19 insertions(+), 43 deletions(-)
74438
84839
 
74439
84840
commit 0584fe33de86f9fd8effe006d911cf5948b4ad05
74440
 
Author: Behdad Esfahbod <behdad@behdad.org>
74441
 
Date:   Mon Jul 18 17:52:40 2011 -0400
 
84841
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84842
AuthorDate: Mon Jul 18 17:52:40 2011 -0400
 
84843
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84844
CommitDate: Mon Jul 18 18:12:35 2011 -0400
74442
84845
 
74443
84846
    Bug 654651 - Better g_unicode_canonical_decomposition()
74444
84847
 
74454
84857
 5 files changed, 147 insertions(+), 10 deletions(-)
74455
84858
 
74456
84859
commit 7f289c924bdc78bff9b5a96cf9e7c0ed943d64c6
74457
 
Author: Patrick Welche <prlw1@quantz.inf.phy.cam.ac.uk>
74458
 
Date:   Mon Jul 18 17:58:01 2011 +0100
 
84860
Author:     Patrick Welche <prlw1@quantz.inf.phy.cam.ac.uk>
 
84861
AuthorDate: Mon Jul 18 17:58:01 2011 +0100
 
84862
Commit:     Colin Walters <walters@verbum.org>
 
84863
CommitDate: Mon Jul 18 14:17:28 2011 -0400
74459
84864
 
74460
84865
    Avoid failing arguments to statfs() test on systems which use statvfs.
74461
84866
 
74473
84878
 3 files changed, 58 insertions(+), 26 deletions(-)
74474
84879
 
74475
84880
commit 75b30dc51c3926392483094a6228a3646a43e798
74476
 
Author: Benjamin Otte <otte@gnome.org>
74477
 
Date:   Mon Jul 18 14:10:35 2011 +0200
 
84881
Author:     Benjamin Otte <otte@gnome.org>
 
84882
AuthorDate: Mon Jul 18 14:10:35 2011 +0200
 
84883
Commit:     Benjamin Otte <otte@gnome.org>
 
84884
CommitDate: Mon Jul 18 14:10:35 2011 +0200
74478
84885
 
74479
84886
    gtester: Count inability to run a test in a binary as a failure
74480
84887
 
74491
84898
 1 file changed, 4 insertions(+)
74492
84899
 
74493
84900
commit 4a25d6002341df796e13643695478a4ecb4c7a49
74494
 
Author: Benjamin Otte <otte@gnome.org>
74495
 
Date:   Mon Jul 18 13:39:36 2011 +0200
 
84901
Author:     Benjamin Otte <otte@gnome.org>
 
84902
AuthorDate: Mon Jul 18 13:39:36 2011 +0200
 
84903
Commit:     Benjamin Otte <otte@gnome.org>
 
84904
CommitDate: Mon Jul 18 13:41:26 2011 +0200
74496
84905
 
74497
84906
    gtester: Return a failure exit code when a test fails
74498
84907
 
74508
84917
 1 file changed, 4 insertions(+), 4 deletions(-)
74509
84918
 
74510
84919
commit dd1316ba92eba170bcba0425ec1b55faeb2bceed
74511
 
Author: Kjartan Maraas <kmaraas@gnome.org>
74512
 
Date:   Mon Jul 18 13:13:11 2011 +0200
 
84920
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
84921
AuthorDate: Mon Jul 18 13:13:11 2011 +0200
 
84922
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
84923
CommitDate: Mon Jul 18 13:13:11 2011 +0200
74513
84924
 
74514
84925
    Updated Norwegian bokmål translation
74515
84926
 
74518
84929
 1 file changed, 362 insertions(+), 331 deletions(-)
74519
84930
 
74520
84931
commit adc325fac0b1b8b0a8c21384f50fc759d2800572
74521
 
Author: Matthias Clasen <mclasen@redhat.com>
74522
 
Date:   Sun Jul 17 23:50:31 2011 -0400
 
84932
Author:     Matthias Clasen <mclasen@redhat.com>
 
84933
AuthorDate: Sun Jul 17 23:50:31 2011 -0400
 
84934
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84935
CommitDate: Sun Jul 17 23:50:31 2011 -0400
74523
84936
 
74524
84937
    Move version docs inline
74525
84938
 
74531
84944
 4 files changed, 60 insertions(+), 115 deletions(-)
74532
84945
 
74533
84946
commit 20cd4936b9d16ee8121d7082d359a76af65081db
74534
 
Author: Matthias Clasen <mclasen@redhat.com>
74535
 
Date:   Sun Jul 17 23:38:58 2011 -0400
 
84947
Author:     Matthias Clasen <mclasen@redhat.com>
 
84948
AuthorDate: Sun Jul 17 23:38:58 2011 -0400
 
84949
Commit:     Matthias Clasen <mclasen@redhat.com>
 
84950
CommitDate: Sun Jul 17 23:38:58 2011 -0400
74536
84951
 
74537
84952
    Move GQueue docs inline
74538
84953
 
74542
84957
 2 files changed, 82 insertions(+), 34 deletions(-)
74543
84958
 
74544
84959
commit d3b09eee75f0f433779b0b6a6d9222453bc9df16
74545
 
Author: Tommi Vainikainen <thv@iki.fi>
74546
 
Date:   Mon Jul 18 00:45:45 2011 +0300
 
84960
Author:     Tommi Vainikainen <thv@iki.fi>
 
84961
AuthorDate: Mon Jul 18 00:45:45 2011 +0300
 
84962
Commit:     Tommi Vainikainen <thv@iki.fi>
 
84963
CommitDate: Mon Jul 18 00:45:45 2011 +0300
74547
84964
 
74548
84965
    Updated Finnish translation
74549
84966
 
74552
84969
 1 file changed, 603 insertions(+), 882 deletions(-)
74553
84970
 
74554
84971
commit d6c30e1766c975dd79e6f252d73c6c0581b64b01
74555
 
Author: Ryan Lortie <desrt@desrt.ca>
74556
 
Date:   Thu Jul 14 18:08:25 2011 +0200
 
84972
Author:     Ryan Lortie <desrt@desrt.ca>
 
84973
AuthorDate: Thu Jul 14 18:08:25 2011 +0200
 
84974
Commit:     Ryan Lortie <desrt@desrt.ca>
 
84975
CommitDate: Fri Jul 15 10:23:11 2011 +0200
74557
84976
 
74558
84977
    GParamSpec: intern property names
74559
84978
 
74567
84986
 2 files changed, 13 insertions(+), 7 deletions(-)
74568
84987
 
74569
84988
commit 7041b701dd9fd4f617ca762860447d8fc015a2ab
74570
 
Author: Behdad Esfahbod <behdad@behdad.org>
74571
 
Date:   Thu Jul 14 16:53:12 2011 -0400
 
84989
Author:     Behdad Esfahbod <behdad@behdad.org>
 
84990
AuthorDate: Thu Jul 14 16:53:12 2011 -0400
 
84991
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
84992
CommitDate: Thu Jul 14 16:55:35 2011 -0400
74572
84993
 
74573
84994
    Remove comp_step_table table
74574
84995
 
74581
85002
 3 files changed, 3 insertions(+), 1098 deletions(-)
74582
85003
 
74583
85004
commit 89a5d17d58c795f835642483bfbd9af6cf09f9fe
74584
 
Author: Behdad Esfahbod <behdad@behdad.org>
74585
 
Date:   Thu Jul 14 16:26:58 2011 -0400
 
85005
Author:     Behdad Esfahbod <behdad@behdad.org>
 
85006
AuthorDate: Thu Jul 14 16:26:58 2011 -0400
 
85007
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
85008
CommitDate: Thu Jul 14 16:55:35 2011 -0400
74586
85009
 
74587
85010
    Document, that the second part of a decompose() wouldn't decompose()
74588
85011
 
74594
85017
 2 files changed, 23 insertions(+)
74595
85018
 
74596
85019
commit f4cf6c3db03440bb42771cf4b43f6c0f3b688e5f
74597
 
Author: Behdad Esfahbod <behdad@behdad.org>
74598
 
Date:   Thu Jul 14 16:22:16 2011 -0400
 
85020
Author:     Behdad Esfahbod <behdad@behdad.org>
 
85021
AuthorDate: Thu Jul 14 16:22:16 2011 -0400
 
85022
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
85023
CommitDate: Thu Jul 14 16:55:35 2011 -0400
74599
85024
 
74600
85025
    [test] Move non-utf8 tests into unicode.c
74601
85026
 
74607
85032
 3 files changed, 551 insertions(+), 513 deletions(-)
74608
85033
 
74609
85034
commit cff4b5b3a3bceeccd63a895ed795c31f7a20fcf0
74610
 
Author: Behdad Esfahbod <behdad@behdad.org>
74611
 
Date:   Thu Jul 14 16:19:46 2011 -0400
 
85035
Author:     Behdad Esfahbod <behdad@behdad.org>
 
85036
AuthorDate: Thu Jul 14 16:19:46 2011 -0400
 
85037
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
85038
CommitDate: Thu Jul 14 16:55:35 2011 -0400
74612
85039
 
74613
85040
    Remove stale comment
74614
85041
 
74618
85045
 1 file changed, 3 deletions(-)
74619
85046
 
74620
85047
commit a73c66b1344c852c18279ba43e951cc71c5839a3
74621
 
Author: Behdad Esfahbod <behdad@behdad.org>
74622
 
Date:   Thu Jul 14 16:18:30 2011 -0400
 
85048
Author:     Behdad Esfahbod <behdad@behdad.org>
 
85049
AuthorDate: Thu Jul 14 16:18:30 2011 -0400
 
85050
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
85051
CommitDate: Thu Jul 14 16:55:35 2011 -0400
74623
85052
 
74624
85053
    Add tests for Unicode canonical composition/decomposition
74625
85054
 
74631
85060
 2 files changed, 128 insertions(+), 4 deletions(-)
74632
85061
 
74633
85062
commit 7ad2f0eb803dee72beb49dc9a22d2b9578d2e8b8
74634
 
Author: Behdad Esfahbod <behdad@behdad.org>
74635
 
Date:   Wed Jul 13 23:18:53 2011 -0400
 
85063
Author:     Behdad Esfahbod <behdad@behdad.org>
 
85064
AuthorDate: Wed Jul 13 23:18:53 2011 -0400
 
85065
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
85066
CommitDate: Thu Jul 14 16:55:35 2011 -0400
74636
85067
 
74637
85068
    Move declarations around
74638
85069
 
74642
85073
 1 file changed, 8 insertions(+), 8 deletions(-)
74643
85074
 
74644
85075
commit 761a1841eebedefeb7dc3675e442a56309f347c9
74645
 
Author: Matthias Clasen <mclasen@redhat.com>
74646
 
Date:   Wed Jul 13 22:07:11 2011 -0400
 
85076
Author:     Matthias Clasen <mclasen@redhat.com>
 
85077
AuthorDate: Wed Jul 13 22:07:11 2011 -0400
 
85078
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
85079
CommitDate: Thu Jul 14 16:55:34 2011 -0400
74647
85080
 
74648
85081
    Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()
74649
85082
 
74657
85090
 6 files changed, 3321 insertions(+), 1 deletion(-)
74658
85091
 
74659
85092
commit 8c7de592ff961410de0e8507d2334b4f18bc9a58
74660
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
74661
 
Date:   Wed Jul 13 23:36:37 2011 +0300
 
85093
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
85094
AuthorDate: Wed Jul 13 23:36:37 2011 +0300
 
85095
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
85096
CommitDate: Wed Jul 13 23:36:37 2011 +0300
74662
85097
 
74663
85098
    Updated Belarusian translation.
74664
85099
 
74666
85101
 1 file changed, 9 insertions(+), 9 deletions(-)
74667
85102
 
74668
85103
commit f45631bebc62b60dec1e1021923a0dc27d9e2be3
74669
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
74670
 
Date:   Wed Jul 13 23:30:49 2011 +0300
 
85104
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
85105
AuthorDate: Wed Jul 13 23:30:49 2011 +0300
 
85106
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
85107
CommitDate: Wed Jul 13 23:34:21 2011 +0300
74671
85108
 
74672
85109
    Updated Belarusian translation.
74673
85110
 
74675
85112
 1 file changed, 21 insertions(+), 23 deletions(-)
74676
85113
 
74677
85114
commit 09bba9fc60eb5d8c3156a0e907856a12037fe36a
74678
 
Author: Aurimas Černius <aurisc4@gmail.com>
74679
 
Date:   Tue Jul 12 23:21:25 2011 +0300
 
85115
Author:     Aurimas Černius <aurisc4@gmail.com>
 
85116
AuthorDate: Tue Jul 12 23:21:25 2011 +0300
 
85117
Commit:     Aurimas Černius <aurisc4@gmail.com>
 
85118
CommitDate: Tue Jul 12 23:21:25 2011 +0300
74680
85119
 
74681
85120
    Updated Lithuanian translation
74682
85121
 
74685
85124
 1 file changed, 1095 insertions(+), 1018 deletions(-)
74686
85125
 
74687
85126
commit 8926b612c8fce41db5bf72f87cce54f16079cd09
74688
 
Author: Changwoo Ryu <cwryu@debian.org>
74689
 
Date:   Wed Jul 13 02:51:03 2011 +0900
 
85127
Author:     Changwoo Ryu <cwryu@debian.org>
 
85128
AuthorDate: Wed Jul 13 02:51:03 2011 +0900
 
85129
Commit:     Changwoo Ryu <cwryu@debian.org>
 
85130
CommitDate: Wed Jul 13 02:51:40 2011 +0900
74690
85131
 
74691
85132
    Updated Korean translation
74692
85133
 
74695
85136
 1 file changed, 626 insertions(+), 546 deletions(-)
74696
85137
 
74697
85138
commit 8f5e0cd24016cdf852a809dfb7b1356328542201
74698
 
Author: Ryan Lortie <desrt@desrt.ca>
74699
 
Date:   Tue Jul 12 02:56:57 2011 +0200
 
85139
Author:     Ryan Lortie <desrt@desrt.ca>
 
85140
AuthorDate: Tue Jul 12 02:56:57 2011 +0200
 
85141
Commit:     Ryan Lortie <desrt@desrt.ca>
 
85142
CommitDate: Tue Jul 12 19:44:21 2011 +0200
74700
85143
 
74701
85144
    GDBusInterfaceSkeleton: fix odd use of floating refs
74702
85145
 
74713
85156
 3 files changed, 13 insertions(+), 12 deletions(-)
74714
85157
 
74715
85158
commit 58c247e51bfc7d7ff4ed3b351ba4fdab0f012bac
74716
 
Author: Ryan Lortie <desrt@desrt.ca>
74717
 
Date:   Mon Jul 11 14:27:53 2011 +0200
 
85159
Author:     Ryan Lortie <desrt@desrt.ca>
 
85160
AuthorDate: Mon Jul 11 14:27:53 2011 +0200
 
85161
Commit:     Ryan Lortie <desrt@desrt.ca>
 
85162
CommitDate: Tue Jul 12 19:44:21 2011 +0200
74718
85163
 
74719
85164
    GVariant: add g_variant_take_ref()
74720
85165
 
74747
85192
 8 files changed, 64 insertions(+), 16 deletions(-)
74748
85193
 
74749
85194
commit 2121e56ea7399091f6ef169a1da8a11aaa64b5c3
74750
 
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
74751
 
Date:   Tue Jul 12 16:29:33 2011 +0300
 
85195
Author:     Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
85196
AuthorDate: Tue Jul 12 16:29:33 2011 +0300
 
85197
Commit:     Peteris Krisjanis <pecisk@gmail.com>
 
85198
CommitDate: Tue Jul 12 16:29:33 2011 +0300
74752
85199
 
74753
85200
    Updated Latvian translation.
74754
85201
 
74757
85204
 1 file changed, 2288 insertions(+), 1290 deletions(-)
74758
85205
 
74759
85206
commit bbe7eb09ec71b519adf50ef35bee28d5a1a8e1bd
74760
 
Author: Murray Cumming <murrayc@murrayc.com>
74761
 
Date:   Tue Jul 12 12:09:31 2011 +0200
 
85207
Author:     Murray Cumming <murrayc@murrayc.com>
 
85208
AuthorDate: Tue Jul 12 12:09:31 2011 +0200
 
85209
Commit:     Murray Cumming <murrayc@murrayc.com>
 
85210
CommitDate: Tue Jul 12 12:09:31 2011 +0200
74762
85211
 
74763
85212
    Docs: Fixed a typo.
74764
85213
 
74766
85215
 1 file changed, 2 insertions(+), 2 deletions(-)
74767
85216
 
74768
85217
commit 7654a848e2b575eaf278fafe05aa5be1b3afdc26
74769
 
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
74770
 
Date:   Tue Jul 5 14:30:31 2011 +0100
 
85218
Author:     Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
85219
AuthorDate: Tue Jul 5 14:30:31 2011 +0100
 
85220
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85221
CommitDate: Mon Jul 11 00:08:14 2011 -0400
74771
85222
 
74772
85223
    tests: fix glib_translations_work()
74773
85224
 
74780
85231
 1 file changed, 6 insertions(+), 4 deletions(-)
74781
85232
 
74782
85233
commit 5eee90fbbc76ee129d7f846633a667889149ab03
74783
 
Author: Paolo Bonzini <pbonzini@redhat.com>
74784
 
Date:   Thu Apr 15 08:23:00 2010 +0200
 
85234
Author:     Paolo Bonzini <pbonzini@redhat.com>
 
85235
AuthorDate: Thu Apr 15 08:23:00 2010 +0200
 
85236
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85237
CommitDate: Mon Jul 11 00:02:22 2011 -0400
74785
85238
 
74786
85239
    add g_regex_escape_nul
74787
85240
 
74800
85253
 5 files changed, 114 insertions(+)
74801
85254
 
74802
85255
commit 653c2f701a3e0a07a808f4e4fca7b846c50c93fa
74803
 
Author: Matthias Clasen <mclasen@redhat.com>
74804
 
Date:   Sun Jul 10 23:55:52 2011 -0400
 
85256
Author:     Matthias Clasen <mclasen@redhat.com>
 
85257
AuthorDate: Sun Jul 10 23:55:52 2011 -0400
 
85258
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85259
CommitDate: Sun Jul 10 23:55:52 2011 -0400
74805
85260
 
74806
85261
    Fix gtk-doc cross-linking among glib/gobject/gio
74807
85262
 
74812
85267
 2 files changed, 4 insertions(+), 1 deletion(-)
74813
85268
 
74814
85269
commit 2caddda5341a9a89ccaff4fdb04d638d54a8c635
74815
 
Author: Matthias Clasen <mclasen@redhat.com>
74816
 
Date:   Sun Jul 10 23:11:30 2011 -0400
 
85270
Author:     Matthias Clasen <mclasen@redhat.com>
 
85271
AuthorDate: Sun Jul 10 23:11:30 2011 -0400
 
85272
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85273
CommitDate: Sun Jul 10 23:11:30 2011 -0400
74817
85274
 
74818
85275
    Take out the timeout from the large-message test
74819
85276
 
74824
85281
 1 file changed, 1 insertion(+), 1 deletion(-)
74825
85282
 
74826
85283
commit 436dbe77444f54bb8fcf7e55085dc60e1fc627a3
74827
 
Author: Matthias Clasen <mclasen@redhat.com>
74828
 
Date:   Sun Jul 10 21:57:45 2011 -0400
 
85284
Author:     Matthias Clasen <mclasen@redhat.com>
 
85285
AuthorDate: Sun Jul 10 21:57:45 2011 -0400
 
85286
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85287
CommitDate: Sun Jul 10 21:57:45 2011 -0400
74829
85288
 
74830
85289
    Don't test negative values in ulong conversions
74831
85290
 
74835
85294
 1 file changed, 3 insertions(+), 3 deletions(-)
74836
85295
 
74837
85296
commit 7c517bf3501ae68c4a87c8a126955281ad2393b2
74838
 
Author: Martin Storsjo <martin@martin.st>
74839
 
Date:   Wed Jul 6 16:41:44 2011 +0300
 
85297
Author:     Martin Storsjo <martin@martin.st>
 
85298
AuthorDate: Wed Jul 6 16:41:44 2011 +0300
 
85299
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85300
CommitDate: Sun Jul 10 20:47:02 2011 -0400
74840
85301
 
74841
85302
    Don't needlessly use "echo -e"
74842
85303
 
74855
85316
 4 files changed, 4 insertions(+), 4 deletions(-)
74856
85317
 
74857
85318
commit 98b667d052b1274f80b8898a32d0753e9e2e5c1a
74858
 
Author: Matthias Clasen <mclasen@redhat.com>
74859
 
Date:   Sun Jul 10 20:42:58 2011 -0400
 
85319
Author:     Matthias Clasen <mclasen@redhat.com>
 
85320
AuthorDate: Sun Jul 10 20:42:58 2011 -0400
 
85321
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85322
CommitDate: Sun Jul 10 20:42:58 2011 -0400
74860
85323
 
74861
85324
    Optimize g_[s]list_free_full a bit
74862
85325
 
74869
85332
 2 files changed, 19 insertions(+), 9 deletions(-)
74870
85333
 
74871
85334
commit 182ed958618a098895eb07959c0fb77eb5dcd13c
74872
 
Author: Colin Walters <walters@verbum.org>
74873
 
Date:   Sun Jul 10 12:19:15 2011 -0400
 
85335
Author:     Colin Walters <walters@verbum.org>
 
85336
AuthorDate: Sun Jul 10 12:19:15 2011 -0400
 
85337
Commit:     Colin Walters <walters@verbum.org>
 
85338
CommitDate: Sun Jul 10 12:19:15 2011 -0400
74874
85339
 
74875
85340
    GCancellable: Make eventfd() fall back to pipes on EINVAL too
74876
85341
 
74880
85345
 1 file changed, 5 insertions(+), 3 deletions(-)
74881
85346
 
74882
85347
commit 6079443b4871040b40271d078311500e51f5ec69
74883
 
Author: Javier Jardón <jjardon@gnome.org>
74884
 
Date:   Fri Jul 8 16:15:52 2011 +0100
 
85348
Author:     Javier Jardón <jjardon@gnome.org>
 
85349
AuthorDate: Fri Jul 8 16:15:52 2011 +0100
 
85350
Commit:     Javier Jardón <jjardon@gnome.org>
 
85351
CommitDate: Fri Jul 8 16:16:27 2011 +0100
74885
85352
 
74886
85353
    docs: G_GNUC_DEPRECATED_FOR was added in Glib 2.26
74887
85354
 
74889
85356
 1 file changed, 1 insertion(+), 1 deletion(-)
74890
85357
 
74891
85358
commit a3557577ef15054a062b0a42363f9b1eaf50ae68
74892
 
Author: Muhammet Kara <muhammet.k@gmail.com>
74893
 
Date:   Fri Jul 8 01:09:03 2011 +0300
 
85359
Author:     Muhammet Kara <muhammet.k@gmail.com>
 
85360
AuthorDate: Fri Jul 8 01:09:03 2011 +0300
 
85361
Commit:     Muhammet Kara <muhammet.k@gmail.com>
 
85362
CommitDate: Fri Jul 8 01:09:03 2011 +0300
74894
85363
 
74895
85364
    [l10n]Updated Turkish translation
74896
85365
 
74899
85368
 1 file changed, 654 insertions(+), 620 deletions(-)
74900
85369
 
74901
85370
commit 7e855ef4616c22210354b3ac1d2d48808fa02b16
74902
 
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
74903
 
Date:   Thu Jul 7 16:31:17 2011 +0200
 
85371
Author:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
85372
AuthorDate: Thu Jul 7 16:31:17 2011 +0200
 
85373
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
85374
CommitDate: Thu Jul 7 16:31:17 2011 +0200
74904
85375
 
74905
85376
    Added UG translation
74906
85377
 
74909
85380
 1 file changed, 218 insertions(+), 221 deletions(-)
74910
85381
 
74911
85382
commit c2dc66ccf2719df9813b0ab97f22af166770f944
74912
 
Author: Javier Jardón <jjardon@gnome.org>
74913
 
Date:   Wed Jul 6 22:13:05 2011 +0100
 
85383
Author:     Javier Jardón <jjardon@gnome.org>
 
85384
AuthorDate: Wed Jul 6 22:13:05 2011 +0100
 
85385
Commit:     Javier Jardón <jjardon@gnome.org>
 
85386
CommitDate: Wed Jul 6 22:13:05 2011 +0100
74914
85387
 
74915
85388
    Move documentation to inline comments: spawn
74916
85389
 
74923
85396
 5 files changed, 104 insertions(+), 198 deletions(-)
74924
85397
 
74925
85398
commit 0e27a71899e7e08075e65cfdfa8b73fd3cb00197
74926
 
Author: Javier Jardón <jjardon@gnome.org>
74927
 
Date:   Wed Jul 6 21:49:55 2011 +0100
 
85399
Author:     Javier Jardón <jjardon@gnome.org>
 
85400
AuthorDate: Wed Jul 6 21:49:55 2011 +0100
 
85401
Commit:     Javier Jardón <jjardon@gnome.org>
 
85402
CommitDate: Wed Jul 6 21:49:55 2011 +0100
74928
85403
 
74929
85404
    Move documentation to inline comments: conversions
74930
85405
 
74934
85409
 2 files changed, 1 insertion(+), 218 deletions(-)
74935
85410
 
74936
85411
commit 37ab5ced317342137c60c90feab26e1ac69b6285
74937
 
Author: Dan Winship <danw@gnome.org>
74938
 
Date:   Tue Jun 7 17:15:17 2011 -0400
 
85412
Author:     Dan Winship <danw@gnome.org>
 
85413
AuthorDate: Tue Jun 7 17:15:17 2011 -0400
 
85414
Commit:     Dan Winship <danw@gnome.org>
 
85415
CommitDate: Wed Jul 6 08:39:38 2011 -0400
74939
85416
 
74940
85417
    g_output_stream_splice: deal with overflow
74941
85418
 
74948
85425
 1 file changed, 12 insertions(+), 3 deletions(-)
74949
85426
 
74950
85427
commit 3b4a42d631b987714c1062c0c879da30fd40c4c7
74951
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
74952
 
Date:   Wed Jul 6 09:58:37 2011 +0800
 
85428
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85429
AuthorDate: Wed Jul 6 09:58:37 2011 +0800
 
85430
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85431
CommitDate: Wed Jul 6 09:58:37 2011 +0800
74953
85432
 
74954
85433
    Revert distribution of build/win32/setup.py
74955
85434
 
74961
85440
 1 file changed, 1 insertion(+), 2 deletions(-)
74962
85441
 
74963
85442
commit f18ba785cad59cbcae640d30b4cc40af9f020310
74964
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
74965
 
Date:   Wed Jul 6 08:28:57 2011 +0800
 
85443
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85444
AuthorDate: Wed Jul 6 08:28:57 2011 +0800
 
85445
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85446
CommitDate: Wed Jul 6 08:28:57 2011 +0800
74966
85447
 
74967
85448
    Add build/win32/setup.py to distribution
74968
85449
 
74970
85451
 1 file changed, 2 insertions(+), 1 deletion(-)
74971
85452
 
74972
85453
commit c83c91a57486fc684ca3d884d6e288972e8b82a7
74973
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
74974
 
Date:   Wed Jul 6 08:25:41 2011 +0800
 
85454
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85455
AuthorDate: Wed Jul 6 08:25:41 2011 +0800
 
85456
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85457
CommitDate: Wed Jul 6 08:25:41 2011 +0800
74975
85458
 
74976
85459
    Bug 653841: Update README.win32 and VS README.txt's
74977
85460
 
74995
85478
 3 files changed, 372 insertions(+), 355 deletions(-)
74996
85479
 
74997
85480
commit 004e2f060fa1865c8c14fdd399c5f8b3d7048289
74998
 
Author: Shixin Zeng <zeng.shixin@gmail.com>
74999
 
Date:   Wed Jun 29 00:04:14 2011 -0500
 
85481
Author:     Shixin Zeng <zeng.shixin@gmail.com>
 
85482
AuthorDate: Wed Jun 29 00:04:14 2011 -0500
 
85483
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85484
CommitDate: Wed Jul 6 08:04:08 2011 +0800
75000
85485
 
75001
85486
    add a script to generator files for building
75002
85487
 
75007
85492
 1 file changed, 366 insertions(+)
75008
85493
 
75009
85494
commit 65c6ebddee9f913778c1484b9319229486bf5134
75010
 
Author: Matthias Clasen <mclasen@redhat.com>
75011
 
Date:   Tue Jul 5 11:22:11 2011 -0400
 
85495
Author:     Matthias Clasen <mclasen@redhat.com>
 
85496
AuthorDate: Tue Jul 5 11:22:11 2011 -0400
 
85497
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85498
CommitDate: Tue Jul 5 11:22:11 2011 -0400
75012
85499
 
75013
85500
    Post-release version bump
75014
85501
 
75018
85505
 1 file changed, 1 insertion(+), 1 deletion(-)
75019
85506
 
75020
85507
commit 89df070c1f0893e4a973aa563213dab2d192d83d
75021
 
Author: Matthias Clasen <mclasen@redhat.com>
75022
 
Date:   Tue Jul 5 11:21:40 2011 -0400
 
85508
Author:     Matthias Clasen <mclasen@redhat.com>
 
85509
AuthorDate: Tue Jul 5 11:21:40 2011 -0400
 
85510
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85511
CommitDate: Tue Jul 5 11:21:40 2011 -0400
75023
85512
 
75024
85513
    2.29.10
75025
85514
 
75027
85516
 1 file changed, 1 insertion(+), 1 deletion(-)
75028
85517
 
75029
85518
commit 5f7be6c67d2bda1f6bac2e53c696b90a5a0c8353
75030
 
Author: Colin Walters <walters@verbum.org>
75031
 
Date:   Tue Jul 5 10:20:48 2011 -0400
 
85519
Author:     Colin Walters <walters@verbum.org>
 
85520
AuthorDate: Tue Jul 5 10:20:48 2011 -0400
 
85521
Commit:     Colin Walters <walters@verbum.org>
 
85522
CommitDate: Tue Jul 5 10:20:48 2011 -0400
75032
85523
 
75033
85524
    build: Use --disable-maintainer-mode for distcheck
75034
85525
 
75040
85531
 1 file changed, 1 insertion(+), 1 deletion(-)
75041
85532
 
75042
85533
commit e9d0c82252dab878ea3e631c48c40e97aa4f42ea
75043
 
Author: Colin Walters <walters@verbum.org>
75044
 
Date:   Tue Jul 5 09:42:39 2011 -0400
 
85534
Author:     Colin Walters <walters@verbum.org>
 
85535
AuthorDate: Tue Jul 5 09:42:39 2011 -0400
 
85536
Commit:     Colin Walters <walters@verbum.org>
 
85537
CommitDate: Tue Jul 5 09:44:13 2011 -0400
75045
85538
 
75046
85539
    gio: Fix srcdir != builddir build for docs
75047
85540
 
75049
85542
 1 file changed, 2 insertions(+), 1 deletion(-)
75050
85543
 
75051
85544
commit 0f9c4590d8bb226dad4d93a9a3181ee42ccc8c7a
75052
 
Author: Matthias Clasen <mclasen@redhat.com>
75053
 
Date:   Tue Jul 5 09:17:02 2011 -0400
 
85545
Author:     Matthias Clasen <mclasen@redhat.com>
 
85546
AuthorDate: Tue Jul 5 09:17:02 2011 -0400
 
85547
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85548
CommitDate: Tue Jul 5 09:17:02 2011 -0400
75054
85549
 
75055
85550
    Update NEWS for 2.29.10
75056
85551
 
75058
85553
 1 file changed, 41 insertions(+)
75059
85554
 
75060
85555
commit 9c09a48f57c36ce1ceb458bc7708f9b589239d8a
75061
 
Author: Matthias Clasen <mclasen@redhat.com>
75062
 
Date:   Mon Jul 4 16:03:33 2011 -0400
 
85556
Author:     Matthias Clasen <mclasen@redhat.com>
 
85557
AuthorDate: Mon Jul 4 16:03:33 2011 -0400
 
85558
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85559
CommitDate: Mon Jul 4 16:04:15 2011 -0400
75063
85560
 
75064
85561
    Fix the build
75065
85562
 
75070
85567
 1 file changed, 1 insertion(+), 1 deletion(-)
75071
85568
 
75072
85569
commit 34e571c46611a0b07bf3f81cd417b9bca2b7d833
75073
 
Author: Matthias Clasen <mclasen@redhat.com>
75074
 
Date:   Mon Jul 4 13:09:54 2011 -0400
 
85570
Author:     Matthias Clasen <mclasen@redhat.com>
 
85571
AuthorDate: Mon Jul 4 13:09:54 2011 -0400
 
85572
Commit:     Matthias Clasen <mclasen@redhat.com>
 
85573
CommitDate: Mon Jul 4 13:11:42 2011 -0400
75075
85574
 
75076
85575
    Disable a failing test
75077
85576
 
75079
85578
 1 file changed, 2 insertions(+)
75080
85579
 
75081
85580
commit c06e91bcaf32db7ea89abc18c0975d761093edc7
75082
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75083
 
Date:   Mon Jul 4 22:21:05 2011 +0800
 
85581
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85582
AuthorDate: Mon Jul 4 22:21:05 2011 +0800
 
85583
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85584
CommitDate: Mon Jul 4 22:21:05 2011 +0800
75084
85585
 
75085
85586
    Update GIO VS 2010 project templates
75086
85587
 
75093
85594
 2 files changed, 243 insertions(+), 243 deletions(-)
75094
85595
 
75095
85596
commit fabbf82ae169af0b2ae2da5f45b3e8bc798027a0
75096
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75097
 
Date:   Mon Jul 4 21:47:59 2011 +0800
 
85597
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85598
AuthorDate: Mon Jul 4 21:47:59 2011 +0800
 
85599
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85600
CommitDate: Mon Jul 4 21:47:59 2011 +0800
75098
85601
 
75099
85602
    Updated GIO Visual Studio Projects
75100
85603
 
75113
85616
 4 files changed, 472 insertions(+), 506 deletions(-)
75114
85617
 
75115
85618
commit 7ba753b002ca9888a46137b65f347a2f5f408e9e
75116
 
Author: Murray Cumming <murrayc@murrayc.com>
75117
 
Date:   Mon Jul 4 08:58:00 2011 +0200
 
85619
Author:     Murray Cumming <murrayc@murrayc.com>
 
85620
AuthorDate: Mon Jul 4 08:58:00 2011 +0200
 
85621
Commit:     Murray Cumming <murrayc@murrayc.com>
 
85622
CommitDate: Mon Jul 4 08:58:00 2011 +0200
75118
85623
 
75119
85624
    G_STATIC_REC_MUTEX_INIT: Fix missing initialization.
75120
85625
 
75124
85629
 1 file changed, 1 insertion(+), 1 deletion(-)
75125
85630
 
75126
85631
commit 8fdfa8bf3322c9ab3a1619750de47db978f8a32e
75127
 
Author: Ryan Lortie <desrt@desrt.ca>
75128
 
Date:   Sun Jul 3 17:37:35 2011 +0200
 
85632
Author:     Ryan Lortie <desrt@desrt.ca>
 
85633
AuthorDate: Sun Jul 3 17:37:35 2011 +0200
 
85634
Commit:     Ryan Lortie <desrt@desrt.ca>
 
85635
CommitDate: Sun Jul 3 17:37:35 2011 +0200
75129
85636
 
75130
85637
    Install completion scripts as DATA, not SCRIPTS
75131
85638
 
75137
85644
 1 file changed, 1 insertion(+), 1 deletion(-)
75138
85645
 
75139
85646
commit 2080bb1dc0bd6e7fb137df0e28796cdb2024645c
75140
 
Author: Dan Winship <danw@gnome.org>
75141
 
Date:   Wed Jun 29 08:29:16 2011 -0400
 
85647
Author:     Dan Winship <danw@gnome.org>
 
85648
AuthorDate: Wed Jun 29 08:29:16 2011 -0400
 
85649
Commit:     Dan Winship <danw@gnome.org>
 
85650
CommitDate: Fri Jul 1 11:28:12 2011 -0400
75142
85651
 
75143
85652
    gasyncresult: document that NULL GAsyncReadyCallback is allowed
75144
85653
 
75148
85657
 1 file changed, 5 insertions(+), 3 deletions(-)
75149
85658
 
75150
85659
commit 2456db2c004d19cae0bca07a7de82feadc119b94
75151
 
Author: Dieter Verfaillie <dieterv@optionexplicit.be>
75152
 
Date:   Thu Jun 30 09:32:32 2011 -0400
 
85660
Author:     Dieter Verfaillie <dieterv@optionexplicit.be>
 
85661
AuthorDate: Thu Jun 30 09:32:32 2011 -0400
 
85662
Commit:     Colin Walters <walters@verbum.org>
 
85663
CommitDate: Thu Jun 30 09:32:32 2011 -0400
75153
85664
 
75154
85665
    GCancellable: Fix build on Win32
75155
85666
 
75159
85670
 1 file changed, 6 insertions(+), 6 deletions(-)
75160
85671
 
75161
85672
commit 847a8eb911553a76df0fd2ce124cf77dbc7c8877
75162
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
75163
 
Date:   Wed Jun 29 18:07:29 2011 +0100
 
85673
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
85674
AuthorDate: Wed Jun 29 18:07:29 2011 +0100
 
85675
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
85676
CommitDate: Wed Jun 29 18:07:29 2011 +0100
75164
85677
 
75165
85678
    gio: Some more build fixes
75166
85679
 
75168
85681
 1 file changed, 2 insertions(+), 2 deletions(-)
75169
85682
 
75170
85683
commit 87a542bc960ff230d1478d089436793fdde83db0
75171
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
75172
 
Date:   Wed Jun 29 18:00:53 2011 +0100
 
85684
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
85685
AuthorDate: Wed Jun 29 18:00:53 2011 +0100
 
85686
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
85687
CommitDate: Wed Jun 29 18:00:53 2011 +0100
75173
85688
 
75174
85689
    Fix build
75175
85690
 
75179
85694
 1 file changed, 1 insertion(+), 1 deletion(-)
75180
85695
 
75181
85696
commit b73e53f5776507427e1475ae184daf2ab969e3c2
75182
 
Author: Ryan Lortie <desrt@desrt.ca>
75183
 
Date:   Wed Jun 29 17:19:38 2011 +0100
 
85697
Author:     Ryan Lortie <desrt@desrt.ca>
 
85698
AuthorDate: Wed Jun 29 17:19:38 2011 +0100
 
85699
Commit:     Robert Ancell <robert.ancell@canonical.com>
 
85700
CommitDate: Wed Jun 29 17:32:21 2011 +0100
75184
85701
 
75185
85702
    parameter guards for GSimpleAction constructors
75186
85703
 
75188
85705
 1 file changed, 5 insertions(+)
75189
85706
 
75190
85707
commit bde41dacf7e52262df69f70ce00fa33272ea3afa
75191
 
Author: Ryan Lortie <desrt@desrt.ca>
75192
 
Date:   Wed Jun 29 17:13:58 2011 +0100
 
85708
Author:     Ryan Lortie <desrt@desrt.ca>
 
85709
AuthorDate: Wed Jun 29 17:13:58 2011 +0100
 
85710
Commit:     Robert Ancell <robert.ancell@canonical.com>
 
85711
CommitDate: Wed Jun 29 17:32:21 2011 +0100
75193
85712
 
75194
85713
    GAction: make GObject properties read-only
75195
85714
 
75210
85729
 2 files changed, 25 insertions(+), 52 deletions(-)
75211
85730
 
75212
85731
commit e6a25caa82410038e635c30deefbe3d0812aa9d3
75213
 
Author: Ryan Lortie <desrt@desrt.ca>
75214
 
Date:   Wed Jun 29 16:10:38 2011 +0100
 
85732
Author:     Ryan Lortie <desrt@desrt.ca>
 
85733
AuthorDate: Wed Jun 29 16:10:38 2011 +0100
 
85734
Commit:     Javier Jardon <jjardon@gnome.org>
 
85735
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75215
85736
 
75216
85737
    actions: merge testcases change_state and entries
75217
85738
 
75222
85743
 1 file changed, 28 insertions(+), 39 deletions(-)
75223
85744
 
75224
85745
commit 276750aa7aba853535a9f751429ef51aa9dcc924
75225
 
Author: Ryan Lortie <desrt@desrt.ca>
75226
 
Date:   Wed Jun 29 16:04:09 2011 +0100
 
85746
Author:     Ryan Lortie <desrt@desrt.ca>
 
85747
AuthorDate: Wed Jun 29 16:04:09 2011 +0100
 
85748
Commit:     Javier Jardon <jjardon@gnome.org>
 
85749
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75227
85750
 
75228
85751
    Add 'change_state' callback to GActionEntry
75229
85752
 
75232
85755
 2 files changed, 11 insertions(+), 1 deletion(-)
75233
85756
 
75234
85757
commit 535dcf4f22ba7621c6078f3fe96db6d3e64f0132
75235
 
Author: Ryan Lortie <desrt@desrt.ca>
75236
 
Date:   Wed Jun 29 14:53:24 2011 +0100
 
85758
Author:     Ryan Lortie <desrt@desrt.ca>
 
85759
AuthorDate: Wed Jun 29 14:53:24 2011 +0100
 
85760
Commit:     Javier Jardon <jjardon@gnome.org>
 
85761
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75237
85762
 
75238
85763
    Add example for 'change-state' signal
75239
85764
 
75243
85768
 1 file changed, 22 insertions(+)
75244
85769
 
75245
85770
commit d5915a4be3e790daf99c306c2d6651328b8dbb66
75246
 
Author: Ryan Lortie <desrt@desrt.ca>
75247
 
Date:   Wed Jun 29 14:44:58 2011 +0100
 
85771
Author:     Ryan Lortie <desrt@desrt.ca>
 
85772
AuthorDate: Wed Jun 29 14:44:58 2011 +0100
 
85773
Commit:     Javier Jardon <jjardon@gnome.org>
 
85774
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75248
85775
 
75249
85776
    Add testcase for GSimpleAction::change-state
75250
85777
 
75253
85780
 1 file changed, 43 insertions(+), 30 deletions(-)
75254
85781
 
75255
85782
commit 9a23ef6c2da48cd7f5c513f24ff478d6c5fab4d6
75256
 
Author: Ryan Lortie <desrt@desrt.ca>
75257
 
Date:   Wed Jun 29 14:35:12 2011 +0100
 
85783
Author:     Ryan Lortie <desrt@desrt.ca>
 
85784
AuthorDate: Wed Jun 29 14:35:12 2011 +0100
 
85785
Commit:     Javier Jardon <jjardon@gnome.org>
 
85786
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75258
85787
 
75259
85788
    Add 'change-state' signal to GSimpleAction
75260
85789
 
75265
85794
 1 file changed, 38 insertions(+), 1 deletion(-)
75266
85795
 
75267
85796
commit 6383b3e7095790372982c6fe68c7e770a6f44a5e
75268
 
Author: Ryan Lortie <desrt@desrt.ca>
75269
 
Date:   Wed Jun 29 13:55:59 2011 +0100
 
85797
Author:     Ryan Lortie <desrt@desrt.ca>
 
85798
AuthorDate: Wed Jun 29 13:55:59 2011 +0100
 
85799
Commit:     Javier Jardon <jjardon@gnome.org>
 
85800
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75270
85801
 
75271
85802
    Add example to docs for using GActionEntry
75272
85803
 
75274
85805
 1 file changed, 38 insertions(+)
75275
85806
 
75276
85807
commit 5978a6edb59d39ef430a5b7b99ae1109de8e63f7
75277
 
Author: Ryan Lortie <desrt@desrt.ca>
75278
 
Date:   Wed Jun 29 13:02:30 2011 +0100
 
85808
Author:     Ryan Lortie <desrt@desrt.ca>
 
85809
AuthorDate: Wed Jun 29 13:02:30 2011 +0100
 
85810
Commit:     Javier Jardon <jjardon@gnome.org>
 
85811
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75279
85812
 
75280
85813
    Add a test case for GActionEntry
75281
85814
 
75284
85817
 1 file changed, 107 insertions(+)
75285
85818
 
75286
85819
commit 7dd25022eeb1ef3f92b6352ba9ac9204dbb10305
75287
 
Author: Ryan Lortie <desrt@desrt.ca>
75288
 
Date:   Wed Jun 29 13:00:30 2011 +0100
 
85820
Author:     Ryan Lortie <desrt@desrt.ca>
 
85821
AuthorDate: Wed Jun 29 13:00:30 2011 +0100
 
85822
Commit:     Javier Jardon <jjardon@gnome.org>
 
85823
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75289
85824
 
75290
85825
    Add g_simple_action_group_add_entries()
75291
85826
 
75299
85834
 4 files changed, 139 insertions(+)
75300
85835
 
75301
85836
commit 695a9a799355713dc6df089801b7f67a010e3b13
75302
 
Author: Ryan Lortie <desrt@desrt.ca>
75303
 
Date:   Wed Jun 29 12:28:15 2011 +0100
 
85837
Author:     Ryan Lortie <desrt@desrt.ca>
 
85838
AuthorDate: Wed Jun 29 12:28:15 2011 +0100
 
85839
Commit:     Javier Jardon <jjardon@gnome.org>
 
85840
CommitDate: Wed Jun 29 16:20:52 2011 +0100
75304
85841
 
75305
85842
    allow NULL state in g_simple_action_new_stateful
75306
85843
 
75310
85847
 1 file changed, 2 insertions(+), 1 deletion(-)
75311
85848
 
75312
85849
commit 5ff65d869543587d10d78c123698e47effc5fb8c
75313
 
Author: Ryan Lortie <desrt@desrt.ca>
75314
 
Date:   Wed Jun 29 10:11:59 2011 +0100
 
85850
Author:     Ryan Lortie <desrt@desrt.ca>
 
85851
AuthorDate: Wed Jun 29 10:11:59 2011 +0100
 
85852
Commit:     Sebastien Bacher <seb128@ubuntu.com>
 
85853
CommitDate: Wed Jun 29 11:38:21 2011 +0100
75315
85854
 
75316
85855
    Make 4 incompatible changes to the GAction API
75317
85856
 
75387
85926
 9 files changed, 117 insertions(+), 155 deletions(-)
75388
85927
 
75389
85928
commit d1e26c51c8298db782d253e0a5ff794b197270bf
75390
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75391
 
Date:   Wed Jun 29 14:07:38 2011 +0800
 
85929
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85930
AuthorDate: Wed Jun 29 14:07:38 2011 +0800
 
85931
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85932
CommitDate: Wed Jun 29 14:07:38 2011 +0800
75392
85933
 
75393
85934
    Update Visual Studio README.txt's
75394
85935
 
75401
85942
 2 files changed, 78 insertions(+), 56 deletions(-)
75402
85943
 
75403
85944
commit 1777614600bf844687a9f16cc57d68a87f212dce
75404
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75405
 
Date:   Wed Jun 29 12:36:24 2011 +0800
 
85945
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85946
AuthorDate: Wed Jun 29 12:36:24 2011 +0800
 
85947
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
85948
CommitDate: Wed Jun 29 12:36:24 2011 +0800
75406
85949
 
75407
85950
    Re-attempt to correct EOL on VS2010 solution
75408
85951
 
75418
85961
 1 file changed, 235 insertions(+), 235 deletions(-)
75419
85962
 
75420
85963
commit 315210ecdb98bc8effe6524ee24baba39cd48056
75421
 
Author: Colin Walters <walters@verbum.org>
75422
 
Date:   Tue Jun 28 12:52:58 2011 -0400
 
85964
Author:     Colin Walters <walters@verbum.org>
 
85965
AuthorDate: Tue Jun 28 12:52:58 2011 -0400
 
85966
Commit:     Colin Walters <walters@verbum.org>
 
85967
CommitDate: Tue Jun 28 12:52:58 2011 -0400
75423
85968
 
75424
85969
    GCancellable: Fix build on Win32
75425
85970
 
75429
85974
 1 file changed, 8 insertions(+), 6 deletions(-)
75430
85975
 
75431
85976
commit 1b0e5e7683148f769189fc82ab731ee25d06c04c
75432
 
Author: Colin Walters <walters@verbum.org>
75433
 
Date:   Tue Jun 28 10:03:15 2011 -0400
 
85977
Author:     Colin Walters <walters@verbum.org>
 
85978
AuthorDate: Tue Jun 28 10:03:15 2011 -0400
 
85979
Commit:     Colin Walters <walters@verbum.org>
 
85980
CommitDate: Tue Jun 28 10:03:15 2011 -0400
75434
85981
 
75435
85982
    gmain: Fall back to pipes if kernel doesn't support EFD_CLOEXEC
75436
85983
    for eventfd()
75445
85992
 1 file changed, 17 insertions(+), 29 deletions(-)
75446
85993
 
75447
85994
commit 8b1a0764f98fe1ce0880e684fb4310089e8327e7
75448
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
75449
 
Date:   Tue Jun 28 02:02:34 2011 +0300
 
85995
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
85996
AuthorDate: Tue Jun 28 02:02:34 2011 +0300
 
85997
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
85998
CommitDate: Tue Jun 28 02:02:34 2011 +0300
75450
85999
 
75451
86000
    Updated Belarusian translation.
75452
86001
 
75454
86003
 1 file changed, 4 insertions(+), 4 deletions(-)
75455
86004
 
75456
86005
commit 62d695f52d746112f50684399d0db2d58e499b57
75457
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
75458
 
Date:   Tue Jun 28 01:27:27 2011 +0300
 
86006
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
86007
AuthorDate: Tue Jun 28 01:27:27 2011 +0300
 
86008
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
86009
CommitDate: Tue Jun 28 01:28:08 2011 +0300
75459
86010
 
75460
86011
    Updated Belarusian translation.
75461
86012
 
75463
86014
 1 file changed, 28 insertions(+), 28 deletions(-)
75464
86015
 
75465
86016
commit b07f2833c0d2ab8282fae0c19ef065a38721a985
75466
 
Author: Ryan Lortie <desrt@desrt.ca>
75467
 
Date:   Mon Jun 27 11:28:55 2011 +0100
 
86017
Author:     Ryan Lortie <desrt@desrt.ca>
 
86018
AuthorDate: Mon Jun 27 11:28:55 2011 +0100
 
86019
Commit:     Javier Jardon <jjardon@gnome.org>
 
86020
CommitDate: Mon Jun 27 11:31:26 2011 +0100
75468
86021
 
75469
86022
    Change to AM_MAINTAINER_MODE([enable])
75470
86023
 
75474
86027
 1 file changed, 1 insertion(+), 3 deletions(-)
75475
86028
 
75476
86029
commit 4d0279dfd879224ac8228c349f26840eb9e6531f
75477
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
75478
 
Date:   Sat Jun 25 19:14:09 2011 +0300
 
86030
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
86031
AuthorDate: Sat Jun 25 19:14:09 2011 +0300
 
86032
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
86033
CommitDate: Sat Jun 25 19:14:09 2011 +0300
75479
86034
 
75480
86035
    Updated Belarusian translation.
75481
86036
 
75484
86039
 1 file changed, 1530 insertions(+), 1673 deletions(-)
75485
86040
 
75486
86041
commit 3cbd5565ae32515e59e129e835b79b211b51d5d4
75487
 
Author: Claudio Saavedra <csaavedra@igalia.com>
75488
 
Date:   Fri Jun 24 16:04:54 2011 +0300
 
86042
Author:     Claudio Saavedra <csaavedra@igalia.com>
 
86043
AuthorDate: Fri Jun 24 16:04:54 2011 +0300
 
86044
Commit:     Claudio Saavedra <csaavedra@igalia.com>
 
86045
CommitDate: Fri Jun 24 16:04:54 2011 +0300
75489
86046
 
75490
86047
    GSimpleAction: fix typo
75491
86048
 
75493
86050
 1 file changed, 1 insertion(+), 1 deletion(-)
75494
86051
 
75495
86052
commit cacbdf0ea8792d6c11ab224f9ecc38c920f84e37
75496
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
75497
 
Date:   Fri Jun 24 13:20:06 2011 +0200
 
86053
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
86054
AuthorDate: Fri Jun 24 13:20:06 2011 +0200
 
86055
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
86056
CommitDate: Fri Jun 24 13:20:06 2011 +0200
75498
86057
 
75499
86058
    Typo fix.
75500
86059
 
75504
86063
 1 file changed, 1 insertion(+), 1 deletion(-)
75505
86064
 
75506
86065
commit 088b08bdfc8e6b3a7cc4d884e2186fe1a156fadb
75507
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75508
 
Date:   Fri Jun 24 11:22:47 2011 +0800
 
86066
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86067
AuthorDate: Fri Jun 24 11:22:47 2011 +0800
 
86068
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86069
CommitDate: Fri Jun 24 11:22:47 2011 +0800
75509
86070
 
75510
86071
    Refine Visual Studio Projects
75511
86072
 
75537
86098
 5 files changed, 245 insertions(+), 7 deletions(-)
75538
86099
 
75539
86100
commit 92365b05c4075302920eab75cc7053b130032468
75540
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75541
 
Date:   Fri Jun 24 11:13:33 2011 +0800
 
86101
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86102
AuthorDate: Fri Jun 24 11:13:33 2011 +0800
 
86103
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86104
CommitDate: Fri Jun 24 11:13:33 2011 +0800
75542
86105
 
75543
86106
    Temporarily remove build/win32/vs10/glib.sln
75544
86107
 
75550
86113
 1 file changed, 235 deletions(-)
75551
86114
 
75552
86115
commit 9eb65dd3ed5e1a9638595cbe10699c7606376511
75553
 
Author: Matthias Clasen <mclasen@redhat.com>
75554
 
Date:   Thu Jun 23 21:31:40 2011 -0400
 
86116
Author:     Matthias Clasen <mclasen@redhat.com>
 
86117
AuthorDate: Thu Jun 23 21:31:40 2011 -0400
 
86118
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86119
CommitDate: Thu Jun 23 21:31:40 2011 -0400
75555
86120
 
75556
86121
    Unicode: add a g_utf8_substring convenience api
75557
86122
 
75567
86132
 5 files changed, 73 insertions(+), 14 deletions(-)
75568
86133
 
75569
86134
commit c2b112bc56184e5ffdaf99df5aeaf8e06f84af21
75570
 
Author: Christian Persch <chpe@gnome.org>
75571
 
Date:   Fri Jun 24 01:07:18 2011 +0200
 
86135
Author:     Christian Persch <chpe@gnome.org>
 
86136
AuthorDate: Fri Jun 24 01:07:18 2011 +0200
 
86137
Commit:     Christian Persch <chpe@gnome.org>
 
86138
CommitDate: Fri Jun 24 01:07:18 2011 +0200
75572
86139
 
75573
86140
    Typo fix
75574
86141
 
75576
86143
 1 file changed, 1 insertion(+), 1 deletion(-)
75577
86144
 
75578
86145
commit b1b8c95d3539d111632e5de88cadb0b547179a59
75579
 
Author: Christian Persch <chpe@gnome.org>
75580
 
Date:   Thu Jun 23 18:35:40 2011 +0200
 
86146
Author:     Christian Persch <chpe@gnome.org>
 
86147
AuthorDate: Thu Jun 23 18:35:40 2011 +0200
 
86148
Commit:     Christian Persch <chpe@gnome.org>
 
86149
CommitDate: Fri Jun 24 01:03:52 2011 +0200
75581
86150
 
75582
86151
    Plug a mem leak in the regex test
75583
86152
 
75585
86154
 1 file changed, 1 insertion(+)
75586
86155
 
75587
86156
commit 316efa1b5d88f91df9d3384bfb1b0dd37134405d
75588
 
Author: Christian Persch <chpe@gnome.org>
75589
 
Date:   Thu Jun 23 18:31:29 2011 +0200
 
86157
Author:     Christian Persch <chpe@gnome.org>
 
86158
AuthorDate: Thu Jun 23 18:31:29 2011 +0200
 
86159
Commit:     Christian Persch <chpe@gnome.org>
 
86160
CommitDate: Fri Jun 24 01:03:50 2011 +0200
75590
86161
 
75591
86162
    Add boxed GType for GMatchInfo
75592
86163
 
75597
86168
 4 files changed, 15 insertions(+)
75598
86169
 
75599
86170
commit 00afe3fed340cb87b638aaafa01a2829cb60efba
75600
 
Author: Christian Persch <chpe@gnome.org>
75601
 
Date:   Thu Jun 23 18:27:29 2011 +0200
 
86171
Author:     Christian Persch <chpe@gnome.org>
 
86172
AuthorDate: Thu Jun 23 18:27:29 2011 +0200
 
86173
Commit:     Christian Persch <chpe@gnome.org>
 
86174
CommitDate: Fri Jun 24 01:03:46 2011 +0200
75602
86175
 
75603
86176
    Make GMatchInfo refcounted
75604
86177
 
75610
86183
 4 files changed, 50 insertions(+), 5 deletions(-)
75611
86184
 
75612
86185
commit 3393711f426f101d851697e1af4105ec1d22b402
75613
 
Author: Patrick Welche <prlw1@cam.ac.uk>
75614
 
Date:   Thu Jun 23 15:08:46 2011 +0100
 
86186
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
86187
AuthorDate: Thu Jun 23 15:08:46 2011 +0100
 
86188
Commit:     Colin Walters <walters@verbum.org>
 
86189
CommitDate: Thu Jun 23 12:52:13 2011 -0400
75615
86190
 
75616
86191
    build: fix gtk-doc when srcdir != builddir
75617
86192
 
75623
86198
 3 files changed, 3 insertions(+), 3 deletions(-)
75624
86199
 
75625
86200
commit 1e58d11a443e3c1b6228ff6e148ccbf244da9d84
75626
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
75627
 
Date:   Thu Jun 23 09:34:59 2011 +0200
 
86201
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
86202
AuthorDate: Thu Jun 23 09:34:59 2011 +0200
 
86203
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
86204
CommitDate: Thu Jun 23 09:34:59 2011 +0200
75628
86205
 
75629
86206
    Fix typo in GTime docs
75630
86207
 
75634
86211
 1 file changed, 1 insertion(+), 1 deletion(-)
75635
86212
 
75636
86213
commit 5db5a46c3d8f5beb7f3b6d40b0c727125a626f6f
75637
 
Author: Matthias Clasen <mclasen@redhat.com>
75638
 
Date:   Tue Jun 21 00:54:00 2011 -0400
 
86214
Author:     Matthias Clasen <mclasen@redhat.com>
 
86215
AuthorDate: Tue Jun 21 00:54:00 2011 -0400
 
86216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86217
CommitDate: Thu Jun 23 00:05:18 2011 -0400
75639
86218
 
75640
86219
    Add tests for GValueArray
75641
86220
 
75644
86223
 1 file changed, 65 insertions(+)
75645
86224
 
75646
86225
commit f4da19daa67b3a021563c8185fd094a6e4b907d5
75647
 
Author: Matthias Clasen <mclasen@redhat.com>
75648
 
Date:   Tue Jun 21 00:52:43 2011 -0400
 
86226
Author:     Matthias Clasen <mclasen@redhat.com>
 
86227
AuthorDate: Tue Jun 21 00:52:43 2011 -0400
 
86228
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86229
CommitDate: Thu Jun 23 00:05:18 2011 -0400
75649
86230
 
75650
86231
    Improve test coverage for GValue transformations
75651
86232
 
75655
86236
 2 files changed, 153 insertions(+), 2 deletions(-)
75656
86237
 
75657
86238
commit 6dfd21caef93b31c6a42025d7af928db37bca75c
75658
 
Author: Matthias Clasen <mclasen@redhat.com>
75659
 
Date:   Tue Jun 21 00:51:57 2011 -0400
 
86239
Author:     Matthias Clasen <mclasen@redhat.com>
 
86240
AuthorDate: Tue Jun 21 00:51:57 2011 -0400
 
86241
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86242
CommitDate: Thu Jun 23 00:05:18 2011 -0400
75660
86243
 
75661
86244
    Run some tests with errorcheck mutexes too
75662
86245
 
75667
86250
 2 files changed, 9 insertions(+)
75668
86251
 
75669
86252
commit d8d25d8c96f1f2f9c0f110812e477c1a8e2e1edf
75670
 
Author: Yuri Kozlov <yuray@komyakino.ru>
75671
 
Date:   Wed Jun 22 20:10:43 2011 +0400
 
86253
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
86254
AuthorDate: Wed Jun 22 20:10:43 2011 +0400
 
86255
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
86256
CommitDate: Wed Jun 22 20:10:43 2011 +0400
75672
86257
 
75673
86258
    Updated Russian translation
75674
86259
 
75677
86262
 1 file changed, 549 insertions(+), 476 deletions(-)
75678
86263
 
75679
86264
commit 0e4507a296bbf15b9ba4799c9081c8efaab7f34f
75680
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75681
 
Date:   Wed Jun 22 15:22:55 2011 +0800
 
86265
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86266
AuthorDate: Wed Jun 22 15:22:55 2011 +0800
 
86267
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86268
CommitDate: Wed Jun 22 15:22:55 2011 +0800
75682
86269
 
75683
86270
    Update config.h.win32(.in)
75684
86271
 
75688
86275
 1 file changed, 3 insertions(+)
75689
86276
 
75690
86277
commit fdca8060aa8dad34cd32a52553d831ef57f3f363
75691
 
Author: Colin Walters <walters@verbum.org>
75692
 
Date:   Tue Jun 21 23:24:07 2011 -0400
 
86278
Author:     Colin Walters <walters@verbum.org>
 
86279
AuthorDate: Tue Jun 21 23:24:07 2011 -0400
 
86280
Commit:     Colin Walters <walters@verbum.org>
 
86281
CommitDate: Tue Jun 21 23:28:52 2011 -0400
75693
86282
 
75694
86283
    build: Cache check for futex() and eventfd()
75695
86284
 
75697
86286
 1 file changed, 10 insertions(+), 18 deletions(-)
75698
86287
 
75699
86288
commit fa873992800c64722a56782a9d288c05ce0df21f
75700
 
Author: Colin Walters <walters@verbum.org>
75701
 
Date:   Tue Jun 21 21:43:19 2011 -0400
 
86289
Author:     Colin Walters <walters@verbum.org>
 
86290
AuthorDate: Tue Jun 21 21:43:19 2011 -0400
 
86291
Commit:     Colin Walters <walters@verbum.org>
 
86292
CommitDate: Tue Jun 21 23:28:52 2011 -0400
75702
86293
 
75703
86294
    GCancellable: Use Linux eventfd() instead of pipe
75704
86295
 
75712
86303
 1 file changed, 68 insertions(+), 20 deletions(-)
75713
86304
 
75714
86305
commit 3904c8761a60dbadbdfaf98fe23ff19cbdcc4a9a
75715
 
Author: Colin Walters <walters@verbum.org>
75716
 
Date:   Tue Jun 21 19:01:10 2011 -0400
 
86306
Author:     Colin Walters <walters@verbum.org>
 
86307
AuthorDate: Tue Jun 21 19:01:10 2011 -0400
 
86308
Commit:     Colin Walters <walters@verbum.org>
 
86309
CommitDate: Tue Jun 21 23:28:52 2011 -0400
75717
86310
 
75718
86311
    gmain: use Linux eventfd() for main context wake up
75719
86312
 
75742
86335
 2 files changed, 83 insertions(+), 6 deletions(-)
75743
86336
 
75744
86337
commit 29bb7638a56cd692d82ad87956822070b0877ead
75745
 
Author: Dan Winship <danw@gnome.org>
75746
 
Date:   Tue Jun 21 16:14:50 2011 -0400
 
86338
Author:     Dan Winship <danw@gnome.org>
 
86339
AuthorDate: Tue Jun 21 16:14:50 2011 -0400
 
86340
Commit:     Dan Winship <danw@gnome.org>
 
86341
CommitDate: Tue Jun 21 16:14:50 2011 -0400
75747
86342
 
75748
86343
    gio/Makefile.am: Remove stray references to $(marshal_sources)
75749
86344
 
75751
86346
 1 file changed, 1 insertion(+), 8 deletions(-)
75752
86347
 
75753
86348
commit 9053ad07ba7210a5a2f8e7ca36f686fd9f96abe0
75754
 
Author: Colin Walters <walters@verbum.org>
75755
 
Date:   Tue Jun 21 10:26:58 2011 -0400
 
86349
Author:     Colin Walters <walters@verbum.org>
 
86350
AuthorDate: Tue Jun 21 10:26:58 2011 -0400
 
86351
Commit:     Colin Walters <walters@verbum.org>
 
86352
CommitDate: Tue Jun 21 10:30:07 2011 -0400
75756
86353
 
75757
86354
    Fix a srcdir!=builddir issue, and export that we support it
75758
86355
 
75764
86361
 2 files changed, 4 insertions(+), 1 deletion(-)
75765
86362
 
75766
86363
commit 3655178b14d3eaff59e8295906db84f414172507
75767
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
75768
 
Date:   Tue Jun 21 13:55:31 2011 +0200
 
86364
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
86365
AuthorDate: Tue Jun 21 13:55:31 2011 +0200
 
86366
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
86367
CommitDate: Tue Jun 21 13:55:31 2011 +0200
75769
86368
 
75770
86369
    Updated Galician translations
75771
86370
 
75774
86373
 1 file changed, 181 insertions(+), 172 deletions(-)
75775
86374
 
75776
86375
commit f6ed3571017e7ace55c78491ef4e79bfc914c07b
75777
 
Author: Philip Van Hoof <philip@codeminded.be>
75778
 
Date:   Sat Jun 18 19:40:34 2011 +0200
 
86376
Author:     Philip Van Hoof <philip@codeminded.be>
 
86377
AuthorDate: Sat Jun 18 19:40:34 2011 +0200
 
86378
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86379
CommitDate: Mon Jun 20 23:05:59 2011 -0400
75779
86380
 
75780
86381
    Add iter_replace API to GHashTableIter
75781
86382
 
75790
86391
 5 files changed, 135 insertions(+), 44 deletions(-)
75791
86392
 
75792
86393
commit 8f05da99cb88dfa6c79fb5ccdc640c775dcd631c
75793
 
Author: Matthias Clasen <mclasen@redhat.com>
75794
 
Date:   Mon Jun 20 22:49:34 2011 -0400
 
86394
Author:     Matthias Clasen <mclasen@redhat.com>
 
86395
AuthorDate: Mon Jun 20 22:49:34 2011 -0400
 
86396
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86397
CommitDate: Mon Jun 20 22:49:34 2011 -0400
75795
86398
 
75796
86399
    Make gmarshal.c actually compile standalone
75797
86400
 
75804
86407
 1 file changed, 550 insertions(+), 47 deletions(-)
75805
86408
 
75806
86409
commit b74e2a720a09fcb5ceb1cd3b38e3ce32d14c2234
75807
 
Author: Colin Walters <walters@verbum.org>
75808
 
Date:   Mon Jun 20 09:06:07 2011 -0400
 
86410
Author:     Colin Walters <walters@verbum.org>
 
86411
AuthorDate: Mon Jun 20 09:06:07 2011 -0400
 
86412
Commit:     Colin Walters <walters@verbum.org>
 
86413
CommitDate: Mon Jun 20 17:24:07 2011 -0400
75809
86414
 
75810
86415
    Stop using glib-genmarshal at build time
75811
86416
 
75858
86463
 35 files changed, 565 insertions(+), 178 deletions(-)
75859
86464
 
75860
86465
commit 322e25b535a63a631f2f53439a876a4d7d9c1f87
75861
 
Author: David Zeuthen <davidz@redhat.com>
75862
 
Date:   Mon Jun 20 16:32:03 2011 -0400
 
86466
Author:     David Zeuthen <davidz@redhat.com>
 
86467
AuthorDate: Mon Jun 20 16:32:03 2011 -0400
 
86468
Commit:     David Zeuthen <davidz@redhat.com>
 
86469
CommitDate: Mon Jun 20 16:32:03 2011 -0400
75863
86470
 
75864
86471
    GDBus: Unref worker from worker-thread to avoid race
75865
86472
 
75878
86485
 2 files changed, 21 insertions(+), 2 deletions(-)
75879
86486
 
75880
86487
commit 4344838781ee4fcd1c459ec0761e531d20baacfb
75881
 
Author: Colin Walters <walters@verbum.org>
75882
 
Date:   Mon Jun 20 14:09:31 2011 -0400
 
86488
Author:     Colin Walters <walters@verbum.org>
 
86489
AuthorDate: Mon Jun 20 14:09:31 2011 -0400
 
86490
Commit:     Colin Walters <walters@verbum.org>
 
86491
CommitDate: Mon Jun 20 14:09:50 2011 -0400
75883
86492
 
75884
86493
    gthread tests: Remove spurious return;
75885
86494
 
75887
86496
 1 file changed, 2 deletions(-)
75888
86497
 
75889
86498
commit 5e64717a5ffb61c51ca936d51d0d38e5abc08c3a
75890
 
Author: Colin Walters <walters@verbum.org>
75891
 
Date:   Mon Jun 20 11:15:27 2011 -0400
 
86499
Author:     Colin Walters <walters@verbum.org>
 
86500
AuthorDate: Mon Jun 20 11:15:27 2011 -0400
 
86501
Commit:     Colin Walters <walters@verbum.org>
 
86502
CommitDate: Mon Jun 20 14:03:05 2011 -0400
75892
86503
 
75893
86504
    gclosure: Add G_TYPE_ENUM and G_TYPE_PARAM for
75894
86505
    g_cclosure_marshal_generic()
75899
86510
 1 file changed, 8 insertions(+)
75900
86511
 
75901
86512
commit d54c65448cf7426d132f11c645a1cd9eec034c03
75902
 
Author: Colin Walters <walters@verbum.org>
75903
 
Date:   Mon Jun 20 13:41:52 2011 -0400
 
86513
Author:     Colin Walters <walters@verbum.org>
 
86514
AuthorDate: Mon Jun 20 13:41:52 2011 -0400
 
86515
Commit:     Colin Walters <walters@verbum.org>
 
86516
CommitDate: Mon Jun 20 14:03:05 2011 -0400
75904
86517
 
75905
86518
    gdbus-test-codegen: Allocate full integer space for uint16 properties
75906
86519
 
75911
86524
 1 file changed, 2 insertions(+), 2 deletions(-)
75912
86525
 
75913
86526
commit 49fac943f37d16ade1b3fdd0f5b0ee479a74e440
75914
 
Author: Javier Jardón <jjardon@gnome.org>
75915
 
Date:   Mon Jun 20 11:48:25 2011 +0100
 
86527
Author:     Javier Jardón <jjardon@gnome.org>
 
86528
AuthorDate: Mon Jun 20 11:48:25 2011 +0100
 
86529
Commit:     Javier Jardón <jjardon@gnome.org>
 
86530
CommitDate: Mon Jun 20 11:49:40 2011 +0100
75916
86531
 
75917
86532
    configure.ac: Generate xz tarballs by default
75918
86533
 
75920
86535
 1 file changed, 3 insertions(+), 3 deletions(-)
75921
86536
 
75922
86537
commit c68683f780d4960d0fc0e659c86d8a1efaa4da19
75923
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75924
 
Date:   Mon Jun 20 11:50:57 2011 +0800
 
86538
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86539
AuthorDate: Mon Jun 20 11:50:57 2011 +0800
 
86540
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86541
CommitDate: Mon Jun 20 11:50:57 2011 +0800
75925
86542
 
75926
86543
    Visual C++ 2010 project files update
75927
86544
 
75945
86562
 12 files changed, 1 insertion(+), 97 deletions(-)
75946
86563
 
75947
86564
commit 801e52f8099f6ae6dba61f0f54bc1c7a60f52681
75948
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
75949
 
Date:   Mon Jun 20 11:34:15 2011 +0800
 
86565
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86566
AuthorDate: Mon Jun 20 11:34:15 2011 +0800
 
86567
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86568
CommitDate: Mon Jun 20 11:34:15 2011 +0800
75950
86569
 
75951
86570
    Update Visual C++ 2010 Projects
75952
86571
 
75972
86591
 12 files changed, 97 insertions(+), 13 deletions(-)
75973
86592
 
75974
86593
commit f9cec26968fad4ddecae9b13077f63bc11b66f86
75975
 
Author: Christian Persch <chpe@gnome.org>
75976
 
Date:   Sat Jun 18 16:22:53 2011 +0200
 
86594
Author:     Christian Persch <chpe@gnome.org>
 
86595
AuthorDate: Sat Jun 18 16:22:53 2011 +0200
 
86596
Commit:     Christian Persch <chpe@gnome.org>
 
86597
CommitDate: Sun Jun 19 13:14:39 2011 +0200
75977
86598
 
75978
86599
    Clarify nul-termination of g_utf8_to_ucs4[_fast] result
75979
86600
 
75986
86607
 1 file changed, 3 insertions(+), 2 deletions(-)
75987
86608
 
75988
86609
commit 580e177dccce98e4f8490b9463321d01343cac2d
75989
 
Author: Matthias Clasen <mclasen@redhat.com>
75990
 
Date:   Sun Jun 19 01:42:48 2011 -0400
 
86610
Author:     Matthias Clasen <mclasen@redhat.com>
 
86611
AuthorDate: Sun Jun 19 01:42:48 2011 -0400
 
86612
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86613
CommitDate: Sun Jun 19 01:42:48 2011 -0400
75991
86614
 
75992
86615
    Add tests for GCache
75993
86616
 
75997
86620
 2 files changed, 150 insertions(+)
75998
86621
 
75999
86622
commit 9fa5b8e5c7701d9ea40577a9a317d02c79b17d18
76000
 
Author: Matthias Clasen <mclasen@redhat.com>
76001
 
Date:   Sun Jun 19 01:05:26 2011 -0400
 
86623
Author:     Matthias Clasen <mclasen@redhat.com>
 
86624
AuthorDate: Sun Jun 19 01:05:26 2011 -0400
 
86625
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86626
CommitDate: Sun Jun 19 01:05:26 2011 -0400
76002
86627
 
76003
86628
    asyncqueue: improve test coverage
76004
86629
 
76007
86632
 1 file changed, 54 insertions(+), 3 deletions(-)
76008
86633
 
76009
86634
commit 63fa44251a24d01854b86c82ce7e625c0553b88d
76010
 
Author: Matthias Clasen <mclasen@redhat.com>
76011
 
Date:   Sun Jun 19 01:05:05 2011 -0400
 
86635
Author:     Matthias Clasen <mclasen@redhat.com>
 
86636
AuthorDate: Sun Jun 19 01:05:05 2011 -0400
 
86637
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86638
CommitDate: Sun Jun 19 01:05:05 2011 -0400
76012
86639
 
76013
86640
    utils: silence tests unless verbose
76014
86641
 
76017
86644
 1 file changed, 74 insertions(+), 3 deletions(-)
76018
86645
 
76019
86646
commit e1d4e06ab3dc9be6e239eb27f2f168e277ae273c
76020
 
Author: Matthias Clasen <mclasen@redhat.com>
76021
 
Date:   Sun Jun 19 01:04:48 2011 -0400
 
86647
Author:     Matthias Clasen <mclasen@redhat.com>
 
86648
AuthorDate: Sun Jun 19 01:04:48 2011 -0400
 
86649
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86650
CommitDate: Sun Jun 19 01:04:48 2011 -0400
76022
86651
 
76023
86652
    logging: improve test coverage
76024
86653
 
76026
86655
 1 file changed, 39 insertions(+)
76027
86656
 
76028
86657
commit ed3ac87afe51de67b631abf5f8dc50622b141a8b
76029
 
Author: Matthias Clasen <mclasen@redhat.com>
76030
 
Date:   Sun Jun 19 01:04:30 2011 -0400
 
86658
Author:     Matthias Clasen <mclasen@redhat.com>
 
86659
AuthorDate: Sun Jun 19 01:04:30 2011 -0400
 
86660
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86661
CommitDate: Sun Jun 19 01:04:30 2011 -0400
76031
86662
 
76032
86663
    hash: Improve test coverage
76033
86664
 
76035
86666
 1 file changed, 13 insertions(+), 2 deletions(-)
76036
86667
 
76037
86668
commit c4796a4d7a9bbbfbcf9ec82d0cdc442cdccb8113
76038
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
76039
 
Date:   Sat Jun 18 17:55:58 2011 +0800
 
86669
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86670
AuthorDate: Sat Jun 18 17:55:58 2011 +0800
 
86671
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
86672
CommitDate: Sat Jun 18 17:55:58 2011 +0800
76040
86673
 
76041
86674
    Update gsettings/glib-compile-schemas VS Projects
76042
86675
 
76053
86686
 4 files changed, 16 insertions(+)
76054
86687
 
76055
86688
commit 4476e22a14af93d375d3a9d8cd2ab8deedf669ad
76056
 
Author: Colin Walters <walters@verbum.org>
76057
 
Date:   Fri Jun 17 09:39:48 2011 -0400
 
86689
Author:     Colin Walters <walters@verbum.org>
 
86690
AuthorDate: Fri Jun 17 09:39:48 2011 -0400
 
86691
Commit:     Colin Walters <walters@verbum.org>
 
86692
CommitDate: Fri Jun 17 09:39:48 2011 -0400
76058
86693
 
76059
86694
    gvariant: Mark g_variant_new_variant as constructor
76060
86695
 
76064
86699
 1 file changed, 1 insertion(+), 1 deletion(-)
76065
86700
 
76066
86701
commit 19610184c40b37c48ddf8006db26e14d563c7eda
76067
 
Author: Colin Walters <walters@verbum.org>
76068
 
Date:   Fri Jun 17 08:52:05 2011 -0400
 
86702
Author:     Colin Walters <walters@verbum.org>
 
86703
AuthorDate: Fri Jun 17 08:52:05 2011 -0400
 
86704
Commit:     Colin Walters <walters@verbum.org>
 
86705
CommitDate: Fri Jun 17 08:52:23 2011 -0400
76069
86706
 
76070
86707
    gdatainputstream: Add Since: tags and update gio-sections.txt
76071
86708
 
76076
86713
 2 files changed, 5 insertions(+), 1 deletion(-)
76077
86714
 
76078
86715
commit 28254a38a7f077d5fc03939ea7c03260aabe5188
76079
 
Author: Colin Walters <walters@verbum.org>
76080
 
Date:   Thu Jun 16 14:00:36 2011 -0400
 
86716
Author:     Colin Walters <walters@verbum.org>
 
86717
AuthorDate: Thu Jun 16 14:00:36 2011 -0400
 
86718
Commit:     Colin Walters <walters@verbum.org>
 
86719
CommitDate: Thu Jun 16 20:03:02 2011 -0400
76081
86720
 
76082
86721
    GDataInputStream: Add _utf8() variants of _read_line
76083
86722
 
76096
86735
 4 files changed, 166 insertions(+)
76097
86736
 
76098
86737
commit ff2f46a7f42d5c0d0b8af0d4328f960605420790
76099
 
Author: Colin Walters <walters@verbum.org>
76100
 
Date:   Thu Jun 16 13:14:44 2011 -0400
 
86738
Author:     Colin Walters <walters@verbum.org>
 
86739
AuthorDate: Thu Jun 16 13:14:44 2011 -0400
 
86740
Commit:     Colin Walters <walters@verbum.org>
 
86741
CommitDate: Thu Jun 16 20:00:02 2011 -0400
76101
86742
 
76102
86743
    GDataInputStream: Clarify read_line() docs, mark as byte array
76103
86744
 
76113
86754
 1 file changed, 18 insertions(+), 12 deletions(-)
76114
86755
 
76115
86756
commit de0519581ab7aedcfc8b6b5a46139a8c9728c596
76116
 
Author: Patrick Welche <prlw1@cam.ac.uk>
76117
 
Date:   Tue Jun 14 09:43:33 2011 +0100
 
86757
Author:     Patrick Welche <prlw1@cam.ac.uk>
 
86758
AuthorDate: Tue Jun 14 09:43:33 2011 +0100
 
86759
Commit:     Colin Walters <walters@verbum.org>
 
86760
CommitDate: Thu Jun 16 13:09:42 2011 -0400
76118
86761
 
76119
86762
    Fix build due to trivial typos in ab0e9dbf.
76120
86763
 
76126
86769
 2 files changed, 1 insertion(+), 102 deletions(-)
76127
86770
 
76128
86771
commit 34b7126a4e0b743b07b9d55309fce0d15802b69c
76129
 
Author: Murray Cumming <murrayc@murrayc.com>
76130
 
Date:   Wed Jun 15 10:47:13 2011 +0200
 
86772
Author:     Murray Cumming <murrayc@murrayc.com>
 
86773
AuthorDate: Wed Jun 15 10:47:13 2011 +0200
 
86774
Commit:     Murray Cumming <murrayc@murrayc.com>
 
86775
CommitDate: Wed Jun 15 10:47:13 2011 +0200
76131
86776
 
76132
86777
    G_STATIC_REC_MUTEX_INIT: Add a 0 to the initialization.
76133
86778
 
76138
86783
 1 file changed, 1 insertion(+), 1 deletion(-)
76139
86784
 
76140
86785
commit 23f684454f6f0151cb7181c527bf254f6b97ed35
76141
 
Author: Ryan Lortie <desrt@desrt.ca>
76142
 
Date:   Tue Jun 14 22:44:10 2011 -0400
 
86786
Author:     Ryan Lortie <desrt@desrt.ca>
 
86787
AuthorDate: Tue Jun 14 22:44:10 2011 -0400
 
86788
Commit:     Ryan Lortie <desrt@desrt.ca>
 
86789
CommitDate: Tue Jun 14 22:45:06 2011 -0400
76143
86790
 
76144
86791
    Drop dead code in GVariant parser
76145
86792
 
76153
86800
 1 file changed, 3 insertions(+), 3 deletions(-)
76154
86801
 
76155
86802
commit a6b9db6907117639b2493e96f8dee9e54bdba788
76156
 
Author: Matthias Clasen <mclasen@redhat.com>
76157
 
Date:   Tue Jun 14 20:44:15 2011 -0400
 
86803
Author:     Matthias Clasen <mclasen@redhat.com>
 
86804
AuthorDate: Tue Jun 14 20:44:15 2011 -0400
 
86805
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86806
CommitDate: Tue Jun 14 21:06:17 2011 -0400
76158
86807
 
76159
86808
    Eliminate some dead code
76160
86809
 
76162
86811
 1 file changed, 5 insertions(+), 8 deletions(-)
76163
86812
 
76164
86813
commit 9b68d9892a125e00958ff019d5edcf4f6b409cf8
76165
 
Author: Matthias Clasen <mclasen@redhat.com>
76166
 
Date:   Tue Jun 14 20:36:37 2011 -0400
 
86814
Author:     Matthias Clasen <mclasen@redhat.com>
 
86815
AuthorDate: Tue Jun 14 20:36:37 2011 -0400
 
86816
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86817
CommitDate: Tue Jun 14 21:06:17 2011 -0400
76167
86818
 
76168
86819
    Remove a redundant NULL check
76169
86820
 
76171
86822
 1 file changed, 2 insertions(+), 3 deletions(-)
76172
86823
 
76173
86824
commit 28008138c3ef88ad7f44055580f2b19796b9c29f
76174
 
Author: Matthias Clasen <mclasen@redhat.com>
76175
 
Date:   Tue Jun 14 20:15:04 2011 -0400
 
86825
Author:     Matthias Clasen <mclasen@redhat.com>
 
86826
AuthorDate: Tue Jun 14 20:15:04 2011 -0400
 
86827
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86828
CommitDate: Tue Jun 14 21:06:17 2011 -0400
76176
86829
 
76177
86830
    Silence a compiler warning
76178
86831
 
76180
86833
 1 file changed, 1 insertion(+), 1 deletion(-)
76181
86834
 
76182
86835
commit f966a0af9ac5524b26917b266abcbbac890c58e0
76183
 
Author: Matthias Clasen <mclasen@redhat.com>
76184
 
Date:   Tue Jun 14 19:52:19 2011 -0400
 
86836
Author:     Matthias Clasen <mclasen@redhat.com>
 
86837
AuthorDate: Tue Jun 14 19:52:19 2011 -0400
 
86838
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86839
CommitDate: Tue Jun 14 21:06:16 2011 -0400
76185
86840
 
76186
86841
    Add some argument checks to filename conversion functions
76187
86842
 
76189
86844
 1 file changed, 4 insertions(+)
76190
86845
 
76191
86846
commit c9f883f133bc83942484cb8a1349b58ada46b4bc
76192
 
Author: Colin Walters <walters@verbum.org>
76193
 
Date:   Tue Jun 14 18:46:06 2011 -0400
 
86847
Author:     Colin Walters <walters@verbum.org>
 
86848
AuthorDate: Tue Jun 14 18:46:06 2011 -0400
 
86849
Commit:     Colin Walters <walters@verbum.org>
 
86850
CommitDate: Tue Jun 14 19:23:36 2011 -0400
76194
86851
 
76195
86852
    gmain: Close race condition in _g_main_wake_up_all_contexts()
76196
86853
 
76207
86864
 1 file changed, 5 insertions(+), 12 deletions(-)
76208
86865
 
76209
86866
commit 211d7adf6e452c30dc0b76225e7bdcddee7c5f8f
76210
 
Author: Colin Walters <walters@verbum.org>
76211
 
Date:   Wed Jun 8 11:31:14 2011 -0400
 
86867
Author:     Colin Walters <walters@verbum.org>
 
86868
AuthorDate: Wed Jun 8 11:31:14 2011 -0400
 
86869
Commit:     Colin Walters <walters@verbum.org>
 
86870
CommitDate: Tue Jun 14 19:23:36 2011 -0400
76212
86871
 
76213
86872
    gmain: Only run through signal delivery once per read()
76214
86873
 
76220
86879
 1 file changed, 9 insertions(+), 7 deletions(-)
76221
86880
 
76222
86881
commit ed827deb7756bde270eb015eb4263324a313be14
76223
 
Author: Colin Walters <walters@verbum.org>
76224
 
Date:   Sat Jun 11 12:10:57 2011 -0400
 
86882
Author:     Colin Walters <walters@verbum.org>
 
86883
AuthorDate: Sat Jun 11 12:10:57 2011 -0400
 
86884
Commit:     Colin Walters <walters@verbum.org>
 
86885
CommitDate: Tue Jun 14 19:23:36 2011 -0400
76225
86886
 
76226
86887
    gmain: Use sigset_t for keeping track of installed signals
76227
86888
 
76233
86894
 1 file changed, 10 insertions(+), 27 deletions(-)
76234
86895
 
76235
86896
commit 1874ad97d809950901246c940a2b80ba3a6d9390
76236
 
Author: Colin Walters <walters@verbum.org>
76237
 
Date:   Fri Jun 10 10:48:07 2011 -0400
 
86897
Author:     Colin Walters <walters@verbum.org>
 
86898
AuthorDate: Fri Jun 10 10:48:07 2011 -0400
 
86899
Commit:     Colin Walters <walters@verbum.org>
 
86900
CommitDate: Tue Jun 14 19:23:36 2011 -0400
76238
86901
 
76239
86902
    gspawn: Reset signal handlers for synchronous spawning
76240
86903
 
76248
86911
 1 file changed, 6 insertions(+)
76249
86912
 
76250
86913
commit b9c67b43690bfc3b9a869a285f542a420f5b0067
76251
 
Author: Colin Walters <walters@verbum.org>
76252
 
Date:   Sat Jun 11 17:25:13 2011 -0400
 
86914
Author:     Colin Walters <walters@verbum.org>
 
86915
AuthorDate: Sat Jun 11 17:25:13 2011 -0400
 
86916
Commit:     Colin Walters <walters@verbum.org>
 
86917
CommitDate: Tue Jun 14 19:23:36 2011 -0400
76253
86918
 
76254
86919
    glib/tests/unix.c: Also test SIGTERM
76255
86920
 
76261
86926
 1 file changed, 32 insertions(+), 18 deletions(-)
76262
86927
 
76263
86928
commit c2364ce9a4e59ca0276c02b2b9a1356327f2cffb
76264
 
Author: Colin Walters <walters@verbum.org>
76265
 
Date:   Fri Jun 10 10:35:27 2011 -0400
 
86929
Author:     Colin Walters <walters@verbum.org>
 
86930
AuthorDate: Fri Jun 10 10:35:27 2011 -0400
 
86931
Commit:     Colin Walters <walters@verbum.org>
 
86932
CommitDate: Tue Jun 14 19:23:36 2011 -0400
76266
86933
 
76267
86934
    spawn-multithreaded: Clean up IO channel code
76268
86935
 
76275
86942
 1 file changed, 16 insertions(+), 11 deletions(-)
76276
86943
 
76277
86944
commit 7e1886ba72a36f73296781c5ca5525ae5e8288aa
76278
 
Author: Colin Walters <walters@verbum.org>
76279
 
Date:   Fri Jun 10 10:14:25 2011 -0400
 
86945
Author:     Colin Walters <walters@verbum.org>
 
86946
AuthorDate: Fri Jun 10 10:14:25 2011 -0400
 
86947
Commit:     Colin Walters <walters@verbum.org>
 
86948
CommitDate: Tue Jun 14 19:23:35 2011 -0400
76280
86949
 
76281
86950
    gspawn: Handle EINTR in a few more cases
76282
86951
 
76290
86959
 1 file changed, 22 insertions(+), 3 deletions(-)
76291
86960
 
76292
86961
commit 922f6aa496b3907634b45efe7c95fe9e5ebc5107
76293
 
Author: Colin Walters <walters@verbum.org>
76294
 
Date:   Fri Jun 10 07:29:28 2011 -0400
 
86962
Author:     Colin Walters <walters@verbum.org>
 
86963
AuthorDate: Fri Jun 10 07:29:28 2011 -0400
 
86964
Commit:     Colin Walters <walters@verbum.org>
 
86965
CommitDate: Tue Jun 14 19:23:35 2011 -0400
76295
86966
 
76296
86967
    spawn-singlethread.c: New test
76297
86968
 
76303
86974
 2 files changed, 198 insertions(+)
76304
86975
 
76305
86976
commit 01ee9449e34d22c5527d30b70169f6ca2b778626
76306
 
Author: Colin Walters <walters@verbum.org>
76307
 
Date:   Fri Jun 10 07:27:29 2011 -0400
 
86977
Author:     Colin Walters <walters@verbum.org>
 
86978
AuthorDate: Fri Jun 10 07:27:29 2011 -0400
 
86979
Commit:     Colin Walters <walters@verbum.org>
 
86980
CommitDate: Tue Jun 14 19:23:35 2011 -0400
76308
86981
 
76309
86982
    spawn-multithreaded: Also look for lt-test-echo
76310
86983
 
76316
86989
 1 file changed, 5 insertions(+)
76317
86990
 
76318
86991
commit b6a829c314a837824c63afec35bcf56742c4b71d
76319
 
Author: Matthias Clasen <mclasen@redhat.com>
76320
 
Date:   Tue Jun 14 16:32:55 2011 -0400
 
86992
Author:     Matthias Clasen <mclasen@redhat.com>
 
86993
AuthorDate: Tue Jun 14 16:32:55 2011 -0400
 
86994
Commit:     Matthias Clasen <mclasen@redhat.com>
 
86995
CommitDate: Tue Jun 14 18:51:57 2011 -0400
76321
86996
 
76322
86997
    If dup fails don't call close()
76323
86998
 
76325
87000
 1 file changed, 1 deletion(-)
76326
87001
 
76327
87002
commit 6e7a7052e01ef8e44891e9290c5275c3b3d6e07d
76328
 
Author: Matthias Clasen <mclasen@redhat.com>
76329
 
Date:   Tue Jun 14 16:20:26 2011 -0400
 
87003
Author:     Matthias Clasen <mclasen@redhat.com>
 
87004
AuthorDate: Tue Jun 14 16:20:26 2011 -0400
 
87005
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87006
CommitDate: Tue Jun 14 18:51:57 2011 -0400
76330
87007
 
76331
87008
    Remove a redundant assertion
76332
87009
 
76336
87013
 1 file changed, 4 insertions(+), 5 deletions(-)
76337
87014
 
76338
87015
commit ba6e66bff1684c0ef0af603f18b0ca53ed7c45fd
76339
 
Author: Matthias Clasen <mclasen@redhat.com>
76340
 
Date:   Tue Jun 14 16:18:45 2011 -0400
 
87016
Author:     Matthias Clasen <mclasen@redhat.com>
 
87017
AuthorDate: Tue Jun 14 16:18:45 2011 -0400
 
87018
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87019
CommitDate: Tue Jun 14 18:51:57 2011 -0400
76341
87020
 
76342
87021
    Don't compare unsigned numbers with 0
76343
87022
 
76347
87026
 1 file changed, 1 insertion(+), 1 deletion(-)
76348
87027
 
76349
87028
commit a6d33d3a28071957e81d63ba389bdf759d29dc45
76350
 
Author: David Zeuthen <davidz@redhat.com>
76351
 
Date:   Tue Jun 14 18:11:09 2011 -0400
 
87029
Author:     David Zeuthen <davidz@redhat.com>
 
87030
AuthorDate: Tue Jun 14 18:11:09 2011 -0400
 
87031
Commit:     David Zeuthen <davidz@redhat.com>
 
87032
CommitDate: Tue Jun 14 18:12:04 2011 -0400
76352
87033
 
76353
87034
    GDBusMessage: Optimize serializer and deserializer
76354
87035
 
76361
87042
 1 file changed, 390 insertions(+), 373 deletions(-)
76362
87043
 
76363
87044
commit 7963a4cf95293cbf368a0ff891ba661e4ea3cc63
76364
 
Author: Colin Walters <walters@verbum.org>
76365
 
Date:   Tue Jun 14 12:28:57 2011 -0400
 
87045
Author:     Colin Walters <walters@verbum.org>
 
87046
AuthorDate: Tue Jun 14 12:28:57 2011 -0400
 
87047
Commit:     Colin Walters <walters@verbum.org>
 
87048
CommitDate: Tue Jun 14 12:28:57 2011 -0400
76366
87049
 
76367
87050
    gclosure: Add missing include
76368
87051
 
76370
87053
 1 file changed, 1 insertion(+)
76371
87054
 
76372
87055
commit 01e6cf1360deffe49c7bb4d1fa3cbd3d904c6b30
76373
 
Author: Matthias Clasen <mclasen@redhat.com>
76374
 
Date:   Tue Jun 14 11:40:32 2011 -0400
 
87056
Author:     Matthias Clasen <mclasen@redhat.com>
 
87057
AuthorDate: Tue Jun 14 11:40:32 2011 -0400
 
87058
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87059
CommitDate: Tue Jun 14 11:40:32 2011 -0400
76375
87060
 
76376
87061
    Don't do < 0 on an unsigned value
76377
87062
 
76381
87066
 1 file changed, 1 insertion(+), 1 deletion(-)
76382
87067
 
76383
87068
commit 25a797fa25e17607a7b3618d3d098004b2be1cc8
76384
 
Author: Matthias Clasen <mclasen@redhat.com>
76385
 
Date:   Tue Jun 14 10:16:35 2011 -0400
 
87069
Author:     Matthias Clasen <mclasen@redhat.com>
 
87070
AuthorDate: Tue Jun 14 10:16:35 2011 -0400
 
87071
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87072
CommitDate: Tue Jun 14 10:16:35 2011 -0400
76386
87073
 
76387
87074
    Silence a compiler warning
76388
87075
 
76393
87080
 1 file changed, 2 insertions(+), 1 deletion(-)
76394
87081
 
76395
87082
commit 6ac8e6108cf15884e28fe1ecd3042dfce0e11dfd
76396
 
Author: Matthias Clasen <mclasen@redhat.com>
76397
 
Date:   Tue Jun 14 10:12:46 2011 -0400
 
87083
Author:     Matthias Clasen <mclasen@redhat.com>
 
87084
AuthorDate: Tue Jun 14 10:12:46 2011 -0400
 
87085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87086
CommitDate: Tue Jun 14 10:12:46 2011 -0400
76398
87087
 
76399
87088
    Don't leak resources in error cases
76400
87089
 
76402
87091
 1 file changed, 3 insertions(+)
76403
87092
 
76404
87093
commit 83d34f630939aa13539e03895bef87da738c4127
76405
 
Author: Matthias Clasen <mclasen@redhat.com>
76406
 
Date:   Tue Jun 14 10:07:22 2011 -0400
 
87094
Author:     Matthias Clasen <mclasen@redhat.com>
 
87095
AuthorDate: Tue Jun 14 10:07:22 2011 -0400
 
87096
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87097
CommitDate: Tue Jun 14 10:07:22 2011 -0400
76407
87098
 
76408
87099
    Don't forget to free resources in an early return
76409
87100
 
76411
87102
 1 file changed, 4 insertions(+), 1 deletion(-)
76412
87103
 
76413
87104
commit 3dc34de0fffca527e9a9e75f00ef913dec14da08
76414
 
Author: Matthias Clasen <mclasen@redhat.com>
76415
 
Date:   Tue Jun 14 10:04:06 2011 -0400
 
87105
Author:     Matthias Clasen <mclasen@redhat.com>
 
87106
AuthorDate: Tue Jun 14 10:04:06 2011 -0400
 
87107
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87108
CommitDate: Tue Jun 14 10:04:06 2011 -0400
76416
87109
 
76417
87110
    Avoid a deref-before-NULL-check warning
76418
87111
 
76420
87113
 1 file changed, 1 insertion(+), 1 deletion(-)
76421
87114
 
76422
87115
commit 339cac8fc71f9409f97a4bfc3f42f912c262c06d
76423
 
Author: Matthias Clasen <mclasen@redhat.com>
76424
 
Date:   Tue Jun 14 09:53:26 2011 -0400
 
87116
Author:     Matthias Clasen <mclasen@redhat.com>
 
87117
AuthorDate: Tue Jun 14 09:53:26 2011 -0400
 
87118
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87119
CommitDate: Tue Jun 14 09:53:26 2011 -0400
76425
87120
 
76426
87121
    Remove unneeded NULL check
76427
87122
 
76431
87126
 1 file changed, 1 insertion(+), 2 deletions(-)
76432
87127
 
76433
87128
commit cf7f50b28ee84eb4f490540d0ebe84a9d5cf8375
76434
 
Author: Matthias Clasen <mclasen@redhat.com>
76435
 
Date:   Tue Jun 14 09:50:55 2011 -0400
 
87129
Author:     Matthias Clasen <mclasen@redhat.com>
 
87130
AuthorDate: Tue Jun 14 09:50:55 2011 -0400
 
87131
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87132
CommitDate: Tue Jun 14 09:50:55 2011 -0400
76436
87133
 
76437
87134
    Remove an unneeded NULL check
76438
87135
 
76442
87139
 1 file changed, 2 insertions(+), 2 deletions(-)
76443
87140
 
76444
87141
commit 4c63303f9fa1ea2737c6890a5e51188eaa534836
76445
 
Author: Matthias Clasen <mclasen@redhat.com>
76446
 
Date:   Tue Jun 14 09:44:45 2011 -0400
 
87142
Author:     Matthias Clasen <mclasen@redhat.com>
 
87143
AuthorDate: Tue Jun 14 09:44:45 2011 -0400
 
87144
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87145
CommitDate: Tue Jun 14 09:44:45 2011 -0400
76447
87146
 
76448
87147
    Silence an uninitialize variable warning
76449
87148
 
76451
87150
 1 file changed, 1 insertion(+)
76452
87151
 
76453
87152
commit 114b9b2504d6f093daadef6fe0b5b734ca78ec6e
76454
 
Author: Matthias Clasen <mclasen@redhat.com>
76455
 
Date:   Tue Jun 14 07:17:06 2011 -0400
 
87153
Author:     Matthias Clasen <mclasen@redhat.com>
 
87154
AuthorDate: Tue Jun 14 07:17:06 2011 -0400
 
87155
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87156
CommitDate: Tue Jun 14 07:17:06 2011 -0400
76456
87157
 
76457
87158
    Fix up symbol lists and docs
76458
87159
 
76461
87162
 2 files changed, 2 insertions(+)
76462
87163
 
76463
87164
commit 42c2e42a39bb04aae8fae3b691e22b290d1da48a
76464
 
Author: Xan Lopez <xlopez@igalia.com>
76465
 
Date:   Thu Jun 9 23:50:22 2011 +0200
 
87165
Author:     Xan Lopez <xlopez@igalia.com>
 
87166
AuthorDate: Thu Jun 9 23:50:22 2011 +0200
 
87167
Commit:     Xan Lopez <xlopez@igalia.com>
 
87168
CommitDate: Tue Jun 14 12:50:51 2011 +0200
76466
87169
 
76467
87170
    gclosure: add missing fundamental types to generic marshaler
76468
87171
 
76473
87176
 1 file changed, 8 insertions(+)
76474
87177
 
76475
87178
commit b87d9405be375ac5a5a690f10f6ec13fccd8e3bd
76476
 
Author: Vincent Untz <vuntz@gnome.org>
76477
 
Date:   Tue Jun 14 09:01:25 2011 +0200
 
87179
Author:     Vincent Untz <vuntz@gnome.org>
 
87180
AuthorDate: Tue Jun 14 09:01:25 2011 +0200
 
87181
Commit:     Vincent Untz <vuntz@gnome.org>
 
87182
CommitDate: Tue Jun 14 09:01:25 2011 +0200
76478
87183
 
76479
87184
    GDesktopAppInfo: Fix declaration of g_desktop_app_info_get_nodisplay
76480
87185
 
76483
87188
 2 files changed, 2 insertions(+), 2 deletions(-)
76484
87189
 
76485
87190
commit 86ffdf55705ef0f76159707576174227df0c2c3a
76486
 
Author: Vincent Untz <vuntz@gnome.org>
76487
 
Date:   Sun Jun 12 12:22:59 2011 +0200
 
87191
Author:     Vincent Untz <vuntz@gnome.org>
 
87192
AuthorDate: Sun Jun 12 12:22:59 2011 +0200
 
87193
Commit:     Vincent Untz <vuntz@gnome.org>
 
87194
CommitDate: Tue Jun 14 08:53:48 2011 +0200
76488
87195
 
76489
87196
    GDesktopAppInfo: Add g_desktop_app_info_get_nodisplay
76490
87197
 
76497
87204
 2 files changed, 22 insertions(+)
76498
87205
 
76499
87206
commit 9a9cca97641cbfdbb7f0ceac73b4317b66b63685
76500
 
Author: Matthias Clasen <mclasen@redhat.com>
76501
 
Date:   Mon Jun 13 23:54:59 2011 -0400
 
87207
Author:     Matthias Clasen <mclasen@redhat.com>
 
87208
AuthorDate: Mon Jun 13 23:54:59 2011 -0400
 
87209
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87210
CommitDate: Mon Jun 13 23:54:59 2011 -0400
76502
87211
 
76503
87212
    bump version
76504
87213
 
76506
87215
 1 file changed, 1 insertion(+), 1 deletion(-)
76507
87216
 
76508
87217
commit 9f11f054eb3f38dd507dadd61706a7390ebf2d0d
76509
 
Author: Matthias Clasen <mclasen@redhat.com>
76510
 
Date:   Mon Jun 13 21:58:33 2011 -0400
 
87218
Author:     Matthias Clasen <mclasen@redhat.com>
 
87219
AuthorDate: Mon Jun 13 21:58:33 2011 -0400
 
87220
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87221
CommitDate: Mon Jun 13 23:20:32 2011 -0400
76511
87222
 
76512
87223
    2.29.8
76513
87224
 
76515
87226
 1 file changed, 1 insertion(+), 1 deletion(-)
76516
87227
 
76517
87228
commit a0361ec04928be564e08189b6d40e67e4f0ff39e
76518
 
Author: Matthias Clasen <mclasen@redhat.com>
76519
 
Date:   Mon Jun 13 23:19:45 2011 -0400
 
87229
Author:     Matthias Clasen <mclasen@redhat.com>
 
87230
AuthorDate: Mon Jun 13 23:19:45 2011 -0400
 
87231
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87232
CommitDate: Mon Jun 13 23:20:32 2011 -0400
76520
87233
 
76521
87234
    Fix doc generation
76522
87235
 
76527
87240
 2 files changed, 2 insertions(+), 2 deletions(-)
76528
87241
 
76529
87242
commit 4dc3d3e9996a3ab260385f9452eec1edaeb614d5
76530
 
Author: Matthias Clasen <mclasen@redhat.com>
76531
 
Date:   Mon Jun 13 22:48:54 2011 -0400
 
87243
Author:     Matthias Clasen <mclasen@redhat.com>
 
87244
AuthorDate: Mon Jun 13 22:48:54 2011 -0400
 
87245
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87246
CommitDate: Mon Jun 13 22:50:02 2011 -0400
76532
87247
 
76533
87248
    Use a realistic timeout in a test
76534
87249
 
76538
87253
 1 file changed, 1 insertion(+), 1 deletion(-)
76539
87254
 
76540
87255
commit bc403e63614b87e3cf485441d267997978b89351
76541
 
Author: Matthias Clasen <mclasen@redhat.com>
76542
 
Date:   Mon Jun 13 20:48:20 2011 -0400
 
87256
Author:     Matthias Clasen <mclasen@redhat.com>
 
87257
AuthorDate: Mon Jun 13 20:48:20 2011 -0400
 
87258
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87259
CommitDate: Mon Jun 13 20:48:20 2011 -0400
76543
87260
 
76544
87261
    Update NEWS
76545
87262
 
76547
87264
 1 file changed, 28 insertions(+)
76548
87265
 
76549
87266
commit 5ec6eafb0ea79d21a13fea42628119197476bb3f
76550
 
Author: Colin Walters <walters@verbum.org>
76551
 
Date:   Mon Jun 13 14:17:44 2011 -0400
 
87267
Author:     Colin Walters <walters@verbum.org>
 
87268
AuthorDate: Mon Jun 13 14:17:44 2011 -0400
 
87269
Commit:     Colin Walters <walters@verbum.org>
 
87270
CommitDate: Mon Jun 13 14:17:44 2011 -0400
76552
87271
 
76553
87272
    gdbus-codegen tests: Fix usage of top_srcddir
76554
87273
 
76559
87278
 2 files changed, 2 insertions(+), 2 deletions(-)
76560
87279
 
76561
87280
commit fd772fbe95fd70a7f34401c85b048ed1460af898
76562
 
Author: Ryan Lortie <desrt@desrt.ca>
76563
 
Date:   Mon Jun 13 09:27:41 2011 -0400
 
87281
Author:     Ryan Lortie <desrt@desrt.ca>
 
87282
AuthorDate: Mon Jun 13 09:27:41 2011 -0400
 
87283
Commit:     Ryan Lortie <desrt@desrt.ca>
 
87284
CommitDate: Mon Jun 13 09:27:41 2011 -0400
76564
87285
 
76565
87286
    Formally deprecate G_CONST_RETURN
76566
87287
 
76568
87289
 1 file changed, 3 insertions(+), 4 deletions(-)
76569
87290
 
76570
87291
commit ce9681b87e64a53a35a3db25cdbc406f46e91602
76571
 
Author: Ryan Lortie <desrt@desrt.ca>
76572
 
Date:   Mon Jun 13 09:27:28 2011 -0400
 
87292
Author:     Ryan Lortie <desrt@desrt.ca>
 
87293
AuthorDate: Mon Jun 13 09:27:28 2011 -0400
 
87294
Commit:     Ryan Lortie <desrt@desrt.ca>
 
87295
CommitDate: Mon Jun 13 09:27:28 2011 -0400
76573
87296
 
76574
87297
    Drop a few more G_CONST_RETURN
76575
87298
 
76578
87301
 2 files changed, 2 insertions(+), 2 deletions(-)
76579
87302
 
76580
87303
commit 7412e073d195d9c9b0fd83fd81962f3364f5d2be
76581
 
Author: Dan Winship <danw@gnome.org>
76582
 
Date:   Sun Jun 12 16:17:30 2011 -0400
 
87304
Author:     Dan Winship <danw@gnome.org>
 
87305
AuthorDate: Sun Jun 12 16:17:30 2011 -0400
 
87306
Commit:     Dan Winship <danw@gnome.org>
 
87307
CommitDate: Sun Jun 12 16:17:30 2011 -0400
76583
87308
 
76584
87309
    update .gitignores
76585
87310
 
76591
87316
 5 files changed, 11 insertions(+), 2 deletions(-)
76592
87317
 
76593
87318
commit 9d53e2bc4e806f8b0e142a1ed73c5f25e0dd2347
76594
 
Author: Colin Walters <walters@verbum.org>
76595
 
Date:   Fri Jun 10 12:58:49 2011 -0400
 
87319
Author:     Colin Walters <walters@verbum.org>
 
87320
AuthorDate: Fri Jun 10 12:58:49 2011 -0400
 
87321
Commit:     Colin Walters <walters@verbum.org>
 
87322
CommitDate: Fri Jun 10 12:58:49 2011 -0400
76596
87323
 
76597
87324
    gspawn: Fix annotations
76598
87325
 
76602
87329
 1 file changed, 4 insertions(+), 4 deletions(-)
76603
87330
 
76604
87331
commit 28a9e91b136be5dc133651ae0ea2e70be3d99ba5
76605
 
Author: Christophe Fergeau <cfergeau@redhat.com>
76606
 
Date:   Thu Jun 9 13:36:19 2011 +0200
 
87332
Author:     Christophe Fergeau <cfergeau@redhat.com>
 
87333
AuthorDate: Thu Jun 9 13:36:19 2011 +0200
 
87334
Commit:     Christophe Fergeau <cfergeau@redhat.com>
 
87335
CommitDate: Fri Jun 10 15:18:58 2011 +0200
76607
87336
 
76608
87337
    Fix regression in qsort_r BSD detection
76609
87338
 
76622
87351
 1 file changed, 6 insertions(+), 1 deletion(-)
76623
87352
 
76624
87353
commit 73905434a4c32fc0c1a1024a66856cddc77b18db
76625
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
76626
 
Date:   Fri Jun 10 12:54:51 2011 +0300
 
87354
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
87355
AuthorDate: Fri Jun 10 12:54:51 2011 +0300
 
87356
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
87357
CommitDate: Fri Jun 10 12:54:51 2011 +0300
76627
87358
 
76628
87359
    Updated Hebrew translation.
76629
87360
 
76632
87363
 1 file changed, 92 insertions(+), 84 deletions(-)
76633
87364
 
76634
87365
commit 6a088820c287d2ffa0276e366e4623f89ca028d3
76635
 
Author: Mario Blättermann <mariobl@gnome.org>
76636
 
Date:   Fri Jun 10 11:17:15 2011 +0200
 
87366
Author:     Mario Blättermann <mariobl@gnome.org>
 
87367
AuthorDate: Fri Jun 10 11:17:15 2011 +0200
 
87368
Commit:     Mario Blättermann <mariobl@gnome.org>
 
87369
CommitDate: Fri Jun 10 11:17:15 2011 +0200
76637
87370
 
76638
87371
    [l10n] Updated German translation
76639
87372
 
76642
87375
 1 file changed, 171 insertions(+), 160 deletions(-)
76643
87376
 
76644
87377
commit 486c48fafba363bb6e0a2286bfc8a90467f6af3e
76645
 
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
76646
 
Date:   Fri Jun 10 10:19:12 2011 +0200
 
87378
Author:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
87379
AuthorDate: Fri Jun 10 10:19:12 2011 +0200
 
87380
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
87381
CommitDate: Fri Jun 10 10:19:12 2011 +0200
76647
87382
 
76648
87383
    Added UG translation
76649
87384
 
76652
87387
 1 file changed, 520 insertions(+), 445 deletions(-)
76653
87388
 
76654
87389
commit b5cadd8bb5bcae3d2fde60adada4461a03a1e257
76655
 
Author: Jorge González <jorgegonz@svn.gnome.org>
76656
 
Date:   Thu Jun 9 23:00:04 2011 +0200
 
87390
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
87391
AuthorDate: Thu Jun 9 23:00:04 2011 +0200
 
87392
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
87393
CommitDate: Thu Jun 9 23:00:04 2011 +0200
76657
87394
 
76658
87395
    Updated Spanish translation
76659
87396
 
76662
87399
 1 file changed, 92 insertions(+), 100 deletions(-)
76663
87400
 
76664
87401
commit 4db88bd6e2957893b9f232527cc46bda799f2027
76665
 
Author: Murray Cumming <murrayc@murrayc.com>
76666
 
Date:   Thu Jun 9 20:17:52 2011 +0200
 
87402
Author:     Murray Cumming <murrayc@murrayc.com>
 
87403
AuthorDate: Thu Jun 9 20:17:52 2011 +0200
 
87404
Commit:     Murray Cumming <murrayc@murrayc.com>
 
87405
CommitDate: Thu Jun 9 20:17:52 2011 +0200
76667
87406
 
76668
87407
    gioenums.h: Remove trailing commas
76669
87408
 
76671
87410
 1 file changed, 2 insertions(+), 2 deletions(-)
76672
87411
 
76673
87412
commit 7ff248e822af910e95b68a352793b34db0cd8f8b
76674
 
Author: David Zeuthen <davidz@redhat.com>
76675
 
Date:   Thu Jun 9 13:29:58 2011 -0400
 
87413
Author:     David Zeuthen <davidz@redhat.com>
 
87414
AuthorDate: Thu Jun 9 13:29:58 2011 -0400
 
87415
Commit:     David Zeuthen <davidz@redhat.com>
 
87416
CommitDate: Thu Jun 9 13:29:58 2011 -0400
76676
87417
 
76677
87418
    gdbus: Don't pass an unintialized GError pointer
76678
87419
 
76682
87423
 1 file changed, 1 insertion(+)
76683
87424
 
76684
87425
commit 30dfc353920df56e31555d9e58a690d9d552058f
76685
 
Author: David Zeuthen <davidz@redhat.com>
76686
 
Date:   Thu Jun 9 13:22:18 2011 -0400
 
87426
Author:     David Zeuthen <davidz@redhat.com>
 
87427
AuthorDate: Thu Jun 9 13:22:18 2011 -0400
 
87428
Commit:     David Zeuthen <davidz@redhat.com>
 
87429
CommitDate: Thu Jun 9 13:22:18 2011 -0400
76687
87430
 
76688
87431
    gdbus: Add --recurse and --only-properties options
76689
87432
 
76698
87441
 2 files changed, 178 insertions(+), 54 deletions(-)
76699
87442
 
76700
87443
commit c672b73602e1cec90cf60e464de5c9a26d0dacd5
76701
 
Author: David Zeuthen <davidz@redhat.com>
76702
 
Date:   Thu Jun 9 12:25:04 2011 -0400
 
87444
Author:     David Zeuthen <davidz@redhat.com>
 
87445
AuthorDate: Thu Jun 9 12:25:04 2011 -0400
 
87446
Commit:     David Zeuthen <davidz@redhat.com>
 
87447
CommitDate: Thu Jun 9 12:25:27 2011 -0400
76703
87448
 
76704
87449
    gdbus: Clarify the --xml option in the man page
76705
87450
 
76709
87454
 1 file changed, 6 insertions(+), 2 deletions(-)
76710
87455
 
76711
87456
commit 13b93f0c48a39c3502f55e011362bcb4d40a5a7d
76712
 
Author: David Zeuthen <davidz@redhat.com>
76713
 
Date:   Thu Jun 9 12:02:30 2011 -0400
 
87457
Author:     David Zeuthen <davidz@redhat.com>
 
87458
AuthorDate: Thu Jun 9 12:02:30 2011 -0400
 
87459
Commit:     David Zeuthen <davidz@redhat.com>
 
87460
CommitDate: Thu Jun 9 12:02:30 2011 -0400
76714
87461
 
76715
87462
    Bug 652197 – Improper handling of double values in GDBusMessage
76716
87463
 
76730
87477
 1 file changed, 12 insertions(+), 9 deletions(-)
76731
87478
 
76732
87479
commit f819aa5f1715bb67fd4e269a6e8021144ecf91a6
76733
 
Author: David Zeuthen <davidz@redhat.com>
76734
 
Date:   Thu Jun 9 11:51:47 2011 -0400
 
87480
Author:     David Zeuthen <davidz@redhat.com>
 
87481
AuthorDate: Thu Jun 9 11:51:47 2011 -0400
 
87482
Commit:     David Zeuthen <davidz@redhat.com>
 
87483
CommitDate: Thu Jun 9 11:53:08 2011 -0400
76735
87484
 
76736
87485
    gdbus-codegen: Fix build
76737
87486
 
76745
87494
 3 files changed, 2 insertions(+), 2 deletions(-)
76746
87495
 
76747
87496
commit caa8d2ae18b16b200c7d401713733785fa818f5f
76748
 
Author: Ryan Lortie <desrt@desrt.ca>
76749
 
Date:   Sat Mar 12 22:04:53 2011 -0500
 
87497
Author:     Ryan Lortie <desrt@desrt.ca>
 
87498
AuthorDate: Sat Mar 12 22:04:53 2011 -0500
 
87499
Commit:     Ryan Lortie <desrt@desrt.ca>
 
87500
CommitDate: Thu Jun 9 11:42:35 2011 -0400
76750
87501
 
76751
87502
    Document the deprecatation of G_CONST_RETURN
76752
87503
 
76756
87507
 1 file changed, 3 insertions(+), 2 deletions(-)
76757
87508
 
76758
87509
commit 8073759f8cad2033169730c1b95af5b763e3c126
76759
 
Author: Ryan Lortie <desrt@desrt.ca>
76760
 
Date:   Sat Mar 12 21:50:45 2011 -0500
 
87510
Author:     Ryan Lortie <desrt@desrt.ca>
 
87511
AuthorDate: Sat Mar 12 21:50:45 2011 -0500
 
87512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
87513
CommitDate: Thu Jun 9 11:15:40 2011 -0400
76761
87514
 
76762
87515
    Remove all uses of G_CONST_RETURN
76763
87516
 
76803
87556
 34 files changed, 122 insertions(+), 122 deletions(-)
76804
87557
 
76805
87558
commit 8f21e8145cf084ecd66c30cd868f56f7dcd87334
76806
 
Author: Ryan Lortie <desrt@desrt.ca>
76807
 
Date:   Thu Jun 9 11:11:30 2011 -0400
 
87559
Author:     Ryan Lortie <desrt@desrt.ca>
 
87560
AuthorDate: Thu Jun 9 11:11:30 2011 -0400
 
87561
Commit:     Ryan Lortie <desrt@desrt.ca>
 
87562
CommitDate: Thu Jun 9 11:11:30 2011 -0400
76808
87563
 
76809
87564
    gobject: remove -DG_DISABLE_CONST_RETURNS
76810
87565
 
76822
87577
 6 files changed, 9 insertions(+), 9 deletions(-)
76823
87578
 
76824
87579
commit 5794393c6fc6d63f4f1c9dd6fdd72946728f4246
76825
 
Author: Alexander Shopov <ash@kambanaria.org>
76826
 
Date:   Thu Jun 9 07:00:57 2011 +0300
 
87580
Author:     Alexander Shopov <ash@kambanaria.org>
 
87581
AuthorDate: Thu Jun 9 07:00:57 2011 +0300
 
87582
Commit:     Alexander Shopov <ash@kambanaria.org>
 
87583
CommitDate: Thu Jun 9 07:01:40 2011 +0300
76827
87584
 
76828
87585
    Updated Bulgarian translation
76829
87586
 
76832
87589
 1 file changed, 479 insertions(+), 423 deletions(-)
76833
87590
 
76834
87591
commit b04f6dbca02e9f15e07fb82cb52287c5ce15e861
76835
 
Author: Matthias Clasen <mclasen@redhat.com>
76836
 
Date:   Wed Jun 8 23:48:55 2011 -0400
 
87592
Author:     Matthias Clasen <mclasen@redhat.com>
 
87593
AuthorDate: Wed Jun 8 23:48:55 2011 -0400
 
87594
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87595
CommitDate: Wed Jun 8 23:48:55 2011 -0400
76837
87596
 
76838
87597
    Move gmain docs inline
76839
87598
 
76844
87603
 3 files changed, 17 insertions(+), 906 deletions(-)
76845
87604
 
76846
87605
commit 7648415a5012ee595b07490f818f940e2bea2f7c
76847
 
Author: Matthias Clasen <mclasen@redhat.com>
76848
 
Date:   Wed Jun 8 23:44:39 2011 -0400
 
87606
Author:     Matthias Clasen <mclasen@redhat.com>
 
87607
AuthorDate: Wed Jun 8 23:44:39 2011 -0400
 
87608
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87609
CommitDate: Wed Jun 8 23:44:39 2011 -0400
76849
87610
 
76850
87611
    Move gutils docs inline
76851
87612
 
76859
87620
 6 files changed, 102 insertions(+), 472 deletions(-)
76860
87621
 
76861
87622
commit e89f183cf66e6a0846f267853cf9bb44ff52fb8a
76862
 
Author: Matthias Clasen <mclasen@redhat.com>
76863
 
Date:   Wed Jun 8 23:29:21 2011 -0400
 
87623
Author:     Matthias Clasen <mclasen@redhat.com>
 
87624
AuthorDate: Wed Jun 8 23:29:21 2011 -0400
 
87625
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87626
CommitDate: Wed Jun 8 23:29:21 2011 -0400
76864
87627
 
76865
87628
    Remove unused template
76866
87629
 
76870
87633
 2 files changed, 1 insertion(+), 521 deletions(-)
76871
87634
 
76872
87635
commit 602f8baa0b572ef8693a6ec6711ecca0399a6b3f
76873
 
Author: Christophe Fergeau <cfergeau@redhat.com>
76874
 
Date:   Wed Jun 8 11:18:26 2011 +0200
 
87636
Author:     Christophe Fergeau <cfergeau@redhat.com>
 
87637
AuthorDate: Wed Jun 8 11:18:26 2011 +0200
 
87638
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87639
CommitDate: Wed Jun 8 22:39:35 2011 -0400
76875
87640
 
76876
87641
    bitlock: don't use asm goto on older gcc
76877
87642
 
76886
87651
 1 file changed, 12 insertions(+), 6 deletions(-)
76887
87652
 
76888
87653
commit d6b341c38c94bf684e84a5d2f0af1a5bc3c5ae1c
76889
 
Author: Matthias Clasen <mclasen@redhat.com>
76890
 
Date:   Wed Jun 8 22:38:11 2011 -0400
 
87654
Author:     Matthias Clasen <mclasen@redhat.com>
 
87655
AuthorDate: Wed Jun 8 22:38:11 2011 -0400
 
87656
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87657
CommitDate: Wed Jun 8 22:38:11 2011 -0400
76891
87658
 
76892
87659
    Test the previous fix
76893
87660
 
76898
87665
 1 file changed, 1 insertion(+), 1 deletion(-)
76899
87666
 
76900
87667
commit f44cd4129356dd569fd90e3ea83e386bce0602a7
76901
 
Author: Ryan Lortie <desrt@desrt.ca>
76902
 
Date:   Wed Jun 8 22:21:15 2011 -0400
 
87668
Author:     Ryan Lortie <desrt@desrt.ca>
 
87669
AuthorDate: Wed Jun 8 22:21:15 2011 -0400
 
87670
Commit:     Ryan Lortie <desrt@desrt.ca>
 
87671
CommitDate: Wed Jun 8 22:21:15 2011 -0400
76903
87672
 
76904
87673
    GApplication: allow '-' in application ID
76905
87674
 
76911
87680
 1 file changed, 3 insertions(+)
76912
87681
 
76913
87682
commit 6418769e4cf5657104e5842c3f60d67863c70560
76914
 
Author: Colomban Wendling <ban@herbesfolles.org>
76915
 
Date:   Tue Jun 7 21:59:15 2011 +0200
 
87683
Author:     Colomban Wendling <ban@herbesfolles.org>
 
87684
AuthorDate: Tue Jun 7 21:59:15 2011 +0200
 
87685
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87686
CommitDate: Wed Jun 8 16:56:40 2011 -0400
76916
87687
 
76917
87688
    Fix a typo in GBinding
76918
87689
 
76922
87693
 1 file changed, 1 insertion(+), 1 deletion(-)
76923
87694
 
76924
87695
commit 20d56289b97f9e8fd290f5ff41e9bfb69329423c
76925
 
Author: Javier Jardón <jjardon@gnome.org>
76926
 
Date:   Wed Jun 8 16:26:08 2011 +0100
 
87696
Author:     Javier Jardón <jjardon@gnome.org>
 
87697
AuthorDate: Wed Jun 8 16:26:08 2011 +0100
 
87698
Commit:     Javier Jardón <jjardon@gnome.org>
 
87699
CommitDate: Wed Jun 8 16:28:16 2011 +0100
76927
87700
 
76928
87701
    gconverter: Improve cross-references
76929
87702
 
76931
87704
 1 file changed, 3 insertions(+), 3 deletions(-)
76932
87705
 
76933
87706
commit adf70f4596c18982b984639c1b697cd4cabad13f
76934
 
Author: Dan Winship <danw@gnome.org>
76935
 
Date:   Tue Jun 7 17:22:58 2011 -0400
 
87707
Author:     Dan Winship <danw@gnome.org>
 
87708
AuthorDate: Tue Jun 7 17:22:58 2011 -0400
 
87709
Commit:     Dan Winship <danw@gnome.org>
 
87710
CommitDate: Tue Jun 7 17:22:58 2011 -0400
76936
87711
 
76937
87712
    Fix export_symbols variable in gio/Makefile.am
76938
87713
 
76942
87717
 1 file changed, 1 insertion(+), 1 deletion(-)
76943
87718
 
76944
87719
commit 686f32fcc24a380400846c20c824fa5ef6484772
76945
 
Author: Dan Winship <danw@gnome.org>
76946
 
Date:   Tue Jun 7 17:19:24 2011 -0400
 
87720
Author:     Dan Winship <danw@gnome.org>
 
87721
AuthorDate: Tue Jun 7 17:19:24 2011 -0400
 
87722
Commit:     Dan Winship <danw@gnome.org>
 
87723
CommitDate: Tue Jun 7 17:19:24 2011 -0400
76947
87724
 
76948
87725
    Fix "Since" tags on g_data_input_stream_read_upto{,_async}
76949
87726
 
76953
87730
 1 file changed, 2 insertions(+), 2 deletions(-)
76954
87731
 
76955
87732
commit 37c9775b82021045042ea98e8617210c1cc459ee
76956
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
76957
 
Date:   Sun Apr 3 18:53:04 2011 +0200
 
87733
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
87734
AuthorDate: Sun Apr 3 18:53:04 2011 +0200
 
87735
Commit:     Colin Walters <walters@verbum.org>
 
87736
CommitDate: Tue Jun 7 17:13:15 2011 -0400
76958
87737
 
76959
87738
    gutils, gspawn: fix introspection annotations
76960
87739
 
76971
87750
 2 files changed, 30 insertions(+), 30 deletions(-)
76972
87751
 
76973
87752
commit f0620902b2991577fbf0f69d2564535e7306ce20
76974
 
Author: Colin Walters <walters@verbum.org>
76975
 
Date:   Tue Jun 7 17:07:46 2011 -0400
 
87753
Author:     Colin Walters <walters@verbum.org>
 
87754
AuthorDate: Tue Jun 7 17:07:46 2011 -0400
 
87755
Commit:     Colin Walters <walters@verbum.org>
 
87756
CommitDate: Tue Jun 7 17:07:46 2011 -0400
76976
87757
 
76977
87758
    Update annotations from gobject-introspection/gir/glib-2.0.c
76978
87759
 
76988
87769
 7 files changed, 21 insertions(+), 15 deletions(-)
76989
87770
 
76990
87771
commit dad374b1a05bc98a5b8c90e2de51ce87dc4fbd8f
76991
 
Author: Colin Walters <walters@verbum.org>
76992
 
Date:   Tue Jun 7 16:26:43 2011 -0400
 
87772
Author:     Colin Walters <walters@verbum.org>
 
87773
AuthorDate: Tue Jun 7 16:26:43 2011 -0400
 
87774
Commit:     Colin Walters <walters@verbum.org>
 
87775
CommitDate: Tue Jun 7 16:26:43 2011 -0400
76993
87776
 
76994
87777
    glib-types.h: Include glib.h, since we use G_BEGIN_DECLS
76995
87778
 
76999
87782
 1 file changed, 2 insertions(+)
77000
87783
 
77001
87784
commit ab0e9dbfa76e056f875e969c0d7b6e133ec75431
77002
 
Author: Colin Walters <walters@verbum.org>
77003
 
Date:   Fri Jun 3 14:53:27 2011 -0400
 
87785
Author:     Colin Walters <walters@verbum.org>
 
87786
AuthorDate: Fri Jun 3 14:53:27 2011 -0400
 
87787
Commit:     Colin Walters <walters@verbum.org>
 
87788
CommitDate: Tue Jun 7 14:18:36 2011 -0400
77004
87789
 
77005
87790
    Generate $module-public-headers.txt file, feed it to gtk-doc
77006
87791
 
77023
87808
 6 files changed, 29 insertions(+), 38 deletions(-)
77024
87809
 
77025
87810
commit 003e05244259aeb8e221065a7f41137cc523aefb
77026
 
Author: Colin Walters <walters@verbum.org>
77027
 
Date:   Tue Jun 7 14:17:11 2011 -0400
 
87811
Author:     Colin Walters <walters@verbum.org>
 
87812
AuthorDate: Tue Jun 7 14:17:11 2011 -0400
 
87813
Commit:     Colin Walters <walters@verbum.org>
 
87814
CommitDate: Tue Jun 7 14:17:11 2011 -0400
77028
87815
 
77029
87816
    gdbus-codegen: Clean config.pyc to make distcheck happy
77030
87817
 
77032
87819
 1 file changed, 2 insertions(+)
77033
87820
 
77034
87821
commit de57755dbcfdea7e7233c6fd53ecca8a41ea4aa5
77035
 
Author: Colin Walters <walters@verbum.org>
77036
 
Date:   Tue Jun 7 13:02:41 2011 -0400
 
87822
Author:     Colin Walters <walters@verbum.org>
 
87823
AuthorDate: Tue Jun 7 13:02:41 2011 -0400
 
87824
Commit:     Colin Walters <walters@verbum.org>
 
87825
CommitDate: Tue Jun 7 13:02:41 2011 -0400
77037
87826
 
77038
87827
    g_get_user_data_dir(): Don't warn if XDG_RUNTIME_DIR isn't set
77039
87828
 
77043
87832
 1 file changed, 4 deletions(-)
77044
87833
 
77045
87834
commit 5f35cb9db42ba8faf6f545afa4ac78f84e3a8155
77046
 
Author: Kjartan Maraas <kmaraas@gnome.org>
77047
 
Date:   Tue Jun 7 10:02:40 2011 +0200
 
87835
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
87836
AuthorDate: Tue Jun 7 10:02:40 2011 +0200
 
87837
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
87838
CommitDate: Tue Jun 7 10:02:40 2011 +0200
77048
87839
 
77049
87840
    Updated Norwegian bokmål translation
77050
87841
 
77053
87844
 1 file changed, 227 insertions(+), 163 deletions(-)
77054
87845
 
77055
87846
commit 63dc9730ff31af7c830f1ce51c0f98c3829564b7
77056
 
Author: Marek Černocký <marek@manet.cz>
77057
 
Date:   Tue Jun 7 08:08:16 2011 +0200
 
87847
Author:     Marek Černocký <marek@manet.cz>
 
87848
AuthorDate: Tue Jun 7 08:08:16 2011 +0200
 
87849
Commit:     Marek Černocký <marek@manet.cz>
 
87850
CommitDate: Tue Jun 7 08:08:16 2011 +0200
77058
87851
 
77059
87852
    Updated Czech translation
77060
87853
 
77063
87856
 1 file changed, 376 insertions(+), 381 deletions(-)
77064
87857
 
77065
87858
commit d4be2925e43a521649c465ba35b15cc228613b95
77066
 
Author: Matthias Clasen <mclasen@redhat.com>
77067
 
Date:   Mon Jun 6 23:24:36 2011 -0400
 
87859
Author:     Matthias Clasen <mclasen@redhat.com>
 
87860
AuthorDate: Mon Jun 6 23:24:36 2011 -0400
 
87861
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87862
CommitDate: Mon Jun 6 23:25:42 2011 -0400
77068
87863
 
77069
87864
    Add a testcase for the previous fix
77070
87865
 
77072
87867
 1 file changed, 26 insertions(+)
77073
87868
 
77074
87869
commit c91720255261222d7be685f3a8f039706f04cce5
77075
 
Author: Matthias Clasen <mclasen@redhat.com>
77076
 
Date:   Mon Jun 6 23:23:29 2011 -0400
 
87870
Author:     Matthias Clasen <mclasen@redhat.com>
 
87871
AuthorDate: Mon Jun 6 23:23:29 2011 -0400
 
87872
Commit:     Matthias Clasen <mclasen@redhat.com>
 
87873
CommitDate: Mon Jun 6 23:25:42 2011 -0400
77077
87874
 
77078
87875
    GDataList: don't hold the bitlock over callbacks
77079
87876
 
77085
87882
 1 file changed, 29 insertions(+), 16 deletions(-)
77086
87883
 
77087
87884
commit 7f6a8d3484827e77b4ce2f046660e54c1fe3fa29
77088
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77089
 
Date:   Tue Jun 7 10:58:54 2011 +0800
 
87885
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87886
AuthorDate: Tue Jun 7 10:58:54 2011 +0800
 
87887
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87888
CommitDate: Tue Jun 7 10:58:54 2011 +0800
77090
87889
 
77091
87890
    Update VS 2008/2010 property sheets
77092
87891
 
77097
87896
 2 files changed, 3 insertions(+)
77098
87897
 
77099
87898
commit 09c98f18fcfdaa58864ef127788cbf6332728a94
77100
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77101
 
Date:   Tue Jun 7 10:49:29 2011 +0800
 
87899
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87900
AuthorDate: Tue Jun 7 10:49:29 2011 +0800
 
87901
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87902
CommitDate: Tue Jun 7 10:49:29 2011 +0800
77102
87903
 
77103
87904
    Update gsettings utilities in GIO
77104
87905
 
77109
87910
 2 files changed, 13 insertions(+), 3 deletions(-)
77110
87911
 
77111
87912
commit 1d1f44ca64c671e5e8853279ffb70260ac22a5ba
77112
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77113
 
Date:   Tue Jun 7 10:32:47 2011 +0800
 
87913
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87914
AuthorDate: Tue Jun 7 10:32:47 2011 +0800
 
87915
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87916
CommitDate: Tue Jun 7 10:32:47 2011 +0800
77114
87917
 
77115
87918
    Update config.h.win32.in
77116
87919
 
77122
87925
 1 file changed, 46 insertions(+), 20 deletions(-)
77123
87926
 
77124
87927
commit 405b4ff4f4efda5777a7d521255b9143cdae59d7
77125
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77126
 
Date:   Tue Jun 7 08:55:31 2011 +0800
 
87928
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87929
AuthorDate: Tue Jun 7 08:55:31 2011 +0800
 
87930
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87931
CommitDate: Tue Jun 7 08:55:31 2011 +0800
77127
87932
 
77128
87933
    Update the year in the *.rc.in files
77129
87934
 
77137
87942
 5 files changed, 5 insertions(+), 5 deletions(-)
77138
87943
 
77139
87944
commit e154e3325eb7274b8164f8d7a5e0f335646c2bb7
77140
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77141
 
Date:   Tue Jun 7 08:25:07 2011 +0800
 
87945
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87946
AuthorDate: Tue Jun 7 08:25:07 2011 +0800
 
87947
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87948
CommitDate: Tue Jun 7 08:25:07 2011 +0800
77142
87949
 
77143
87950
    Clean up gobject/gvaluetransform.c a bit
77144
87951
 
77154
87961
 1 file changed, 8 deletions(-)
77155
87962
 
77156
87963
commit fba436f2cb894646d758cc32e3a1ae839591a11f
77157
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77158
 
Date:   Tue Jun 7 08:20:15 2011 +0800
 
87964
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87965
AuthorDate: Tue Jun 7 08:20:15 2011 +0800
 
87966
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
87967
CommitDate: Tue Jun 7 08:20:15 2011 +0800
77159
87968
 
77160
87969
    Fix gatomic.c compilation on Windows (MSVC)
77161
87970
 
77175
87984
 1 file changed, 7 insertions(+)
77176
87985
 
77177
87986
commit 62072b2a043ab872e45c89b6f7f9073cd7035bf5
77178
 
Author: Colin Walters <walters@verbum.org>
77179
 
Date:   Mon Jun 6 17:14:45 2011 -0400
 
87987
Author:     Colin Walters <walters@verbum.org>
 
87988
AuthorDate: Mon Jun 6 17:14:45 2011 -0400
 
87989
Commit:     Colin Walters <walters@verbum.org>
 
87990
CommitDate: Mon Jun 6 17:14:45 2011 -0400
77180
87991
 
77181
87992
    gdbus codegen: Ensure PYTHONPATH is set correctly for srcdir !=
77182
87993
    builddir
77189
88000
 2 files changed, 2 insertions(+), 2 deletions(-)
77190
88001
 
77191
88002
commit c08fc65edf1eb4c68208b7621f8af762aeb02dc4
77192
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
77193
 
Date:   Tue Jun 7 00:37:38 2011 +0800
 
88003
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
88004
AuthorDate: Tue Jun 7 00:37:38 2011 +0800
 
88005
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
88006
CommitDate: Tue Jun 7 00:37:38 2011 +0800
77194
88007
 
77195
88008
    Update GLib VS9/10 projects
77196
88009
 
77204
88017
 3 files changed, 5 deletions(-)
77205
88018
 
77206
88019
commit 1eb7efce8e0f9c28de0bbd5c922cb2ee52f88108
77207
 
Author: Dan Winship <danw@gnome.org>
77208
 
Date:   Mon Jun 6 10:22:40 2011 -0400
 
88020
Author:     Dan Winship <danw@gnome.org>
 
88021
AuthorDate: Mon Jun 6 10:22:40 2011 -0400
 
88022
Commit:     Dan Winship <danw@gnome.org>
 
88023
CommitDate: Mon Jun 6 10:23:34 2011 -0400
77209
88024
 
77210
88025
    Fix some socket docs issues, remove unused typedefs
77211
88026
 
77218
88033
 4 files changed, 3 insertions(+), 6 deletions(-)
77219
88034
 
77220
88035
commit a6f09e104c2b96f08c7c58a8db15059d17a8fd84
77221
 
Author: Colin Walters <walters@verbum.org>
77222
 
Date:   Fri Jun 3 13:18:44 2011 -0400
 
88036
Author:     Colin Walters <walters@verbum.org>
 
88037
AuthorDate: Fri Jun 3 13:18:44 2011 -0400
 
88038
Commit:     Colin Walters <walters@verbum.org>
 
88039
CommitDate: Mon Jun 6 09:58:21 2011 -0400
77223
88040
 
77224
88041
    GBuffer: Suffix header with private.h
77225
88042
 
77241
88058
 9 files changed, 95 insertions(+), 95 deletions(-)
77242
88059
 
77243
88060
commit 782cf86f12a54065fedd6c232cb52c76dce32538
77244
 
Author: Matthias Clasen <mclasen@redhat.com>
77245
 
Date:   Mon Jun 6 01:14:23 2011 -0400
 
88061
Author:     Matthias Clasen <mclasen@redhat.com>
 
88062
AuthorDate: Mon Jun 6 01:14:23 2011 -0400
 
88063
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88064
CommitDate: Mon Jun 6 01:14:23 2011 -0400
77246
88065
 
77247
88066
    GMappedFile: improve test coverage
77248
88067
 
77250
88069
 1 file changed, 17 insertions(+)
77251
88070
 
77252
88071
commit 698bb5d962d8eebfe5315ca550870727b5c93117
77253
 
Author: Matthias Clasen <mclasen@redhat.com>
77254
 
Date:   Mon Jun 6 01:14:00 2011 -0400
 
88072
Author:     Matthias Clasen <mclasen@redhat.com>
 
88073
AuthorDate: Mon Jun 6 01:14:00 2011 -0400
 
88074
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88075
CommitDate: Mon Jun 6 01:14:00 2011 -0400
77255
88076
 
77256
88077
    GKeyFile: improve test coverage
77257
88078
 
77259
88080
 1 file changed, 10 insertions(+)
77260
88081
 
77261
88082
commit 7cf16c3094d33c07960e2d563dd50ed56e525846
77262
 
Author: Matthias Clasen <mclasen@redhat.com>
77263
 
Date:   Mon Jun 6 01:13:46 2011 -0400
 
88083
Author:     Matthias Clasen <mclasen@redhat.com>
 
88084
AuthorDate: Mon Jun 6 01:13:46 2011 -0400
 
88085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88086
CommitDate: Mon Jun 6 01:13:46 2011 -0400
77264
88087
 
77265
88088
    GConvert: improve test coverage
77266
88089
 
77268
88091
 1 file changed, 33 insertions(+)
77269
88092
 
77270
88093
commit e02d8165d9e249e16328e1a9db9a8ad633a02d0f
77271
 
Author: Matthias Clasen <mclasen@redhat.com>
77272
 
Date:   Mon Jun 6 01:13:26 2011 -0400
 
88094
Author:     Matthias Clasen <mclasen@redhat.com>
 
88095
AuthorDate: Mon Jun 6 01:13:26 2011 -0400
 
88096
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88097
CommitDate: Mon Jun 6 01:13:26 2011 -0400
77273
88098
 
77274
88099
    Improve GChecksum test coverage
77275
88100
 
77277
88102
 1 file changed, 5 insertions(+), 1 deletion(-)
77278
88103
 
77279
88104
commit 4971c43da8b2c76e5fd26ef23e47a1301d31f078
77280
 
Author: Matthias Clasen <mclasen@redhat.com>
77281
 
Date:   Mon Jun 6 01:04:19 2011 -0400
 
88105
Author:     Matthias Clasen <mclasen@redhat.com>
 
88106
AuthorDate: Mon Jun 6 01:04:19 2011 -0400
 
88107
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88108
CommitDate: Mon Jun 6 01:04:19 2011 -0400
77282
88109
 
77283
88110
    GMappedFile: remove nonatomic accesses to ref_count
77284
88111
 
77286
88113
 1 file changed, 2 deletions(-)
77287
88114
 
77288
88115
commit ae9611839555a6aae975f12cd1103df9014d0579
77289
 
Author: Matthias Clasen <mclasen@redhat.com>
77290
 
Date:   Mon Jun 6 00:31:52 2011 -0400
 
88116
Author:     Matthias Clasen <mclasen@redhat.com>
 
88117
AuthorDate: Mon Jun 6 00:31:52 2011 -0400
 
88118
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88119
CommitDate: Mon Jun 6 00:31:52 2011 -0400
77291
88120
 
77292
88121
    Improve test coverage of gtimezone.c
77293
88122
 
77295
88124
 1 file changed, 17 insertions(+)
77296
88125
 
77297
88126
commit f0b14653f8d049c033071e1bcaf33ae87ca2edff
77298
 
Author: Matthias Clasen <mclasen@redhat.com>
77299
 
Date:   Mon Jun 6 00:31:40 2011 -0400
 
88127
Author:     Matthias Clasen <mclasen@redhat.com>
 
88128
AuthorDate: Mon Jun 6 00:31:40 2011 -0400
 
88129
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88130
CommitDate: Mon Jun 6 00:31:40 2011 -0400
77300
88131
 
77301
88132
    Improve test coverage of GVariant
77302
88133
 
77304
88135
 1 file changed, 36 insertions(+)
77305
88136
 
77306
88137
commit 70c082127f12e1758087ae9dd61cfbbd5f397830
77307
 
Author: Matthias Clasen <mclasen@redhat.com>
77308
 
Date:   Mon Jun 6 00:31:24 2011 -0400
 
88138
Author:     Matthias Clasen <mclasen@redhat.com>
 
88139
AuthorDate: Mon Jun 6 00:31:24 2011 -0400
 
88140
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88141
CommitDate: Mon Jun 6 00:31:24 2011 -0400
77309
88142
 
77310
88143
    Improve test coverage of glist.c
77311
88144
 
77313
88146
 1 file changed, 43 insertions(+)
77314
88147
 
77315
88148
commit 3e93fa7a2556ed5b3dbb53c60837a132e0a71772
77316
 
Author: Matthias Clasen <mclasen@redhat.com>
77317
 
Date:   Mon Jun 6 00:31:06 2011 -0400
 
88149
Author:     Matthias Clasen <mclasen@redhat.com>
 
88150
AuthorDate: Mon Jun 6 00:31:06 2011 -0400
 
88151
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88152
CommitDate: Mon Jun 6 00:31:06 2011 -0400
77318
88153
 
77319
88154
    Improve test coverage of glib-unix.c
77320
88155
 
77322
88157
 1 file changed, 18 insertions(+), 3 deletions(-)
77323
88158
 
77324
88159
commit bb0cbc2ae121c444f13520e73a30ad47ba2ccc0a
77325
 
Author: Matthias Clasen <mclasen@redhat.com>
77326
 
Date:   Mon Jun 6 00:30:50 2011 -0400
 
88160
Author:     Matthias Clasen <mclasen@redhat.com>
 
88161
AuthorDate: Mon Jun 6 00:30:50 2011 -0400
 
88162
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88163
CommitDate: Mon Jun 6 00:30:50 2011 -0400
77327
88164
 
77328
88165
    Improve test coverage of gurifuncs.c
77329
88166
 
77331
88168
 1 file changed, 32 insertions(+)
77332
88169
 
77333
88170
commit abf4a0200fb9d8bf42e1bfd64c297e7cfe5367f8
77334
 
Author: Matthias Clasen <mclasen@redhat.com>
77335
 
Date:   Mon Jun 6 00:30:30 2011 -0400
 
88171
Author:     Matthias Clasen <mclasen@redhat.com>
 
88172
AuthorDate: Mon Jun 6 00:30:30 2011 -0400
 
88173
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88174
CommitDate: Mon Jun 6 00:30:30 2011 -0400
77336
88175
 
77337
88176
    Test runtime dir getter
77338
88177
 
77340
88179
 1 file changed, 17 insertions(+), 4 deletions(-)
77341
88180
 
77342
88181
commit 1f022a88d4e46c1297d78a73c9331cd2ce2af53b
77343
 
Author: Matthias Clasen <mclasen@redhat.com>
77344
 
Date:   Mon Jun 6 00:30:02 2011 -0400
 
88182
Author:     Matthias Clasen <mclasen@redhat.com>
 
88183
AuthorDate: Mon Jun 6 00:30:02 2011 -0400
 
88184
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88185
CommitDate: Mon Jun 6 00:30:02 2011 -0400
77345
88186
 
77346
88187
    Remove deprecated atomic functions from tests
77347
88188
 
77350
88191
 2 files changed, 7 insertions(+), 7 deletions(-)
77351
88192
 
77352
88193
commit 059fa31ad1e4b5a262f34bb8122fc5080b33fc97
77353
 
Author: Matthias Clasen <mclasen@redhat.com>
77354
 
Date:   Mon Jun 6 00:28:38 2011 -0400
 
88194
Author:     Matthias Clasen <mclasen@redhat.com>
 
88195
AuthorDate: Mon Jun 6 00:28:38 2011 -0400
 
88196
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88197
CommitDate: Mon Jun 6 00:28:38 2011 -0400
77355
88198
 
77356
88199
    Improve test coverage
77357
88200
 
77363
88206
 1 file changed, 167 insertions(+), 17 deletions(-)
77364
88207
 
77365
88208
commit a79a5a6202054de5d9b8d7aa3506818c8e33ec27
77366
 
Author: Matthias Clasen <mclasen@redhat.com>
77367
 
Date:   Sun Jun 5 22:20:18 2011 -0400
 
88209
Author:     Matthias Clasen <mclasen@redhat.com>
 
88210
AuthorDate: Sun Jun 5 22:20:18 2011 -0400
 
88211
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88212
CommitDate: Sun Jun 5 22:20:18 2011 -0400
77368
88213
 
77369
88214
    No need to have two variants of errno-to-GError
77370
88215
 
77372
88217
 1 file changed, 9 insertions(+), 21 deletions(-)
77373
88218
 
77374
88219
commit d811f0cdc9fadc60628c85e4473c4458e755c8b3
77375
 
Author: Matthias Clasen <mclasen@redhat.com>
77376
 
Date:   Sun Jun 5 19:07:06 2011 -0400
 
88220
Author:     Matthias Clasen <mclasen@redhat.com>
 
88221
AuthorDate: Sun Jun 5 19:07:06 2011 -0400
 
88222
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88223
CommitDate: Sun Jun 5 19:07:06 2011 -0400
77377
88224
 
77378
88225
    Fix a typo
77379
88226
 
77383
88230
 1 file changed, 13 insertions(+), 13 deletions(-)
77384
88231
 
77385
88232
commit 16731b60db541c928338e8aaea0a930b6a508f5f
77386
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
77387
 
Date:   Sun Jun 5 23:30:42 2011 +0200
 
88233
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
88234
AuthorDate: Sun Jun 5 23:30:42 2011 +0200
 
88235
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
88236
CommitDate: Sun Jun 5 23:30:42 2011 +0200
77388
88237
 
77389
88238
    Updated Galician translations
77390
88239
 
77393
88242
 1 file changed, 502 insertions(+), 423 deletions(-)
77394
88243
 
77395
88244
commit 03441e406c65cdf8fe56e75aa386b5a04235e203
77396
 
Author: Kalev Lember <kalev@smartlink.ee>
77397
 
Date:   Sun Jun 5 14:34:33 2011 +0300
 
88245
Author:     Kalev Lember <kalev@smartlink.ee>
 
88246
AuthorDate: Sun Jun 5 14:34:33 2011 +0300
 
88247
Commit:     Kalev Lember <kalev@smartlink.ee>
 
88248
CommitDate: Sun Jun 5 19:38:47 2011 +0300
77398
88249
 
77399
88250
    configure.ac: Check for qsort_r function before running the test
77400
88251
    program
77413
88264
 1 file changed, 33 insertions(+), 30 deletions(-)
77414
88265
 
77415
88266
commit 886a3499e1c886d4320617f6272e03d6d77efdbc
77416
 
Author: Kalev Lember <kalev@smartlink.ee>
77417
 
Date:   Sun Jun 5 14:26:12 2011 +0300
 
88267
Author:     Kalev Lember <kalev@smartlink.ee>
 
88268
AuthorDate: Sun Jun 5 14:26:12 2011 +0300
 
88269
Commit:     Kalev Lember <kalev@smartlink.ee>
 
88270
CommitDate: Sun Jun 5 19:37:49 2011 +0300
77418
88271
 
77419
88272
    configure.ac: Print qsort_r result only once
77420
88273
 
77426
88279
 1 file changed, 2 insertions(+), 5 deletions(-)
77427
88280
 
77428
88281
commit f3f5c410f03b71790a985d21ef3c92f138d2a44c
77429
 
Author: Jorge González <jorgegonz@svn.gnome.org>
77430
 
Date:   Sun Jun 5 16:59:31 2011 +0200
 
88282
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
88283
AuthorDate: Sun Jun 5 16:59:31 2011 +0200
 
88284
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
88285
CommitDate: Sun Jun 5 16:59:31 2011 +0200
77431
88286
 
77432
88287
    Updated Spanish translation
77433
88288
 
77436
88291
 1 file changed, 199 insertions(+), 126 deletions(-)
77437
88292
 
77438
88293
commit 3b242bc5e9cf96188e61002e175ed33777a82e5d
77439
 
Author: Matthias Clasen <mclasen@redhat.com>
77440
 
Date:   Sat Jun 4 23:43:05 2011 -0400
 
88294
Author:     Matthias Clasen <mclasen@redhat.com>
 
88295
AuthorDate: Sat Jun 4 23:43:05 2011 -0400
 
88296
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88297
CommitDate: Sat Jun 4 23:43:05 2011 -0400
77441
88298
 
77442
88299
    Use g_param_spec_ref_sink instead of separate ref, sink
77443
88300
 
77445
88302
 1 file changed, 1 insertion(+), 2 deletions(-)
77446
88303
 
77447
88304
commit 9eda9d919584179ec1889d5b7e6162cd1ae21052
77448
 
Author: Matthias Clasen <mclasen@redhat.com>
77449
 
Date:   Sat Jun 4 23:42:07 2011 -0400
 
88305
Author:     Matthias Clasen <mclasen@redhat.com>
 
88306
AuthorDate: Sat Jun 4 23:42:07 2011 -0400
 
88307
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88308
CommitDate: Sat Jun 4 23:42:07 2011 -0400
77450
88309
 
77451
88310
    GParamSpec: avoid unnecessary double initialization of qdata
77452
88311
 
77454
88313
 1 file changed, 9 insertions(+), 16 deletions(-)
77455
88314
 
77456
88315
commit 38dc7955e46cf52ac4fce907ace6b354eaa8c0c6
77457
 
Author: Matthias Clasen <mclasen@redhat.com>
77458
 
Date:   Sat Jun 4 23:13:55 2011 -0400
 
88316
Author:     Matthias Clasen <mclasen@redhat.com>
 
88317
AuthorDate: Sat Jun 4 23:13:55 2011 -0400
 
88318
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88319
CommitDate: Sat Jun 4 23:14:32 2011 -0400
77459
88320
 
77460
88321
    No necessary to init qdata atomically
77461
88322
 
77463
88324
 1 file changed, 1 insertion(+), 1 deletion(-)
77464
88325
 
77465
88326
commit f1e5af4e120439d5c26ac4f277cbc315d0ce2504
77466
 
Author: David Zeuthen <davidz@redhat.com>
77467
 
Date:   Sat Jun 4 21:37:37 2011 -0400
 
88327
Author:     David Zeuthen <davidz@redhat.com>
 
88328
AuthorDate: Sat Jun 4 21:37:37 2011 -0400
 
88329
Commit:     David Zeuthen <davidz@redhat.com>
 
88330
CommitDate: Sat Jun 4 21:37:37 2011 -0400
77468
88331
 
77469
88332
    GDBusObject: Remove comment non-existant virtual functions
77470
88333
 
77476
88339
 1 file changed, 4 deletions(-)
77477
88340
 
77478
88341
commit b3effbf6833f9514dd3e4a57c35b28e6cd4aefae
77479
 
Author: Matthias Clasen <mclasen@redhat.com>
77480
 
Date:   Sat Jun 4 20:06:44 2011 -0400
 
88342
Author:     Matthias Clasen <mclasen@redhat.com>
 
88343
AuthorDate: Sat Jun 4 20:06:44 2011 -0400
 
88344
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88345
CommitDate: Sat Jun 4 20:06:44 2011 -0400
77481
88346
 
77482
88347
    bump version
77483
88348
 
77485
88350
 1 file changed, 1 insertion(+), 1 deletion(-)
77486
88351
 
77487
88352
commit 3e6dc0d8fa256a93623b3614a6bfc0e605f8efcb
77488
 
Author: Matthias Clasen <mclasen@redhat.com>
77489
 
Date:   Sat Jun 4 18:48:54 2011 -0400
 
88353
Author:     Matthias Clasen <mclasen@redhat.com>
 
88354
AuthorDate: Sat Jun 4 18:48:54 2011 -0400
 
88355
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88356
CommitDate: Sat Jun 4 19:05:51 2011 -0400
77490
88357
 
77491
88358
    2.29.6
77492
88359
 
77494
88361
 1 file changed, 1 insertion(+), 1 deletion(-)
77495
88362
 
77496
88363
commit 9a6529442c3e82bb8151f7ed72edd72559c4fc63
77497
 
Author: Matthias Clasen <mclasen@redhat.com>
77498
 
Date:   Sat Jun 4 19:05:19 2011 -0400
 
88364
Author:     Matthias Clasen <mclasen@redhat.com>
 
88365
AuthorDate: Sat Jun 4 19:05:19 2011 -0400
 
88366
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88367
CommitDate: Sat Jun 4 19:05:51 2011 -0400
77499
88368
 
77500
88369
    Fix doc syntax
77501
88370
 
77503
88372
 1 file changed, 1 insertion(+), 1 deletion(-)
77504
88373
 
77505
88374
commit 01f63b19f9f0ddfff3ccfbb1a15ba6e3d68d9c67
77506
 
Author: Matthias Clasen <mclasen@redhat.com>
77507
 
Date:   Sat Jun 4 18:44:44 2011 -0400
 
88375
Author:     Matthias Clasen <mclasen@redhat.com>
 
88376
AuthorDate: Sat Jun 4 18:44:44 2011 -0400
 
88377
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88378
CommitDate: Sat Jun 4 18:48:19 2011 -0400
77508
88379
 
77509
88380
    Fix links in gio docs
77510
88381
 
77528
88399
 16 files changed, 83 insertions(+), 85 deletions(-)
77529
88400
 
77530
88401
commit cb9c92cdb4e4141adab4c43825ad114f16e1b473
77531
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
77532
 
Date:   Sun Jun 5 01:05:03 2011 +0300
 
88402
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
88403
AuthorDate: Sun Jun 5 01:05:03 2011 +0300
 
88404
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
88405
CommitDate: Sun Jun 5 01:05:03 2011 +0300
77533
88406
 
77534
88407
    Updated Hebrew translation.
77535
88408
 
77538
88411
 1 file changed, 96 insertions(+), 45 deletions(-)
77539
88412
 
77540
88413
commit 594bf7460a321a6a65743dff960d017b086e3aba
77541
 
Author: Matthias Clasen <mclasen@redhat.com>
77542
 
Date:   Sat Jun 4 14:40:23 2011 -0400
 
88414
Author:     Matthias Clasen <mclasen@redhat.com>
 
88415
AuthorDate: Sat Jun 4 14:40:23 2011 -0400
 
88416
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88417
CommitDate: Sat Jun 4 14:43:52 2011 -0400
77543
88418
 
77544
88419
    Fix parameter documentation for many functions
77545
88420
 
77557
88432
 5 files changed, 14 insertions(+), 2 deletions(-)
77558
88433
 
77559
88434
commit 75f7eef9cd1f4bdbae6c75c53ed340ea8b5ba4c5
77560
 
Author: Matthias Clasen <mclasen@redhat.com>
77561
 
Date:   Sat Jun 4 11:57:10 2011 -0400
 
88435
Author:     Matthias Clasen <mclasen@redhat.com>
 
88436
AuthorDate: Sat Jun 4 11:57:10 2011 -0400
 
88437
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88438
CommitDate: Sat Jun 4 14:43:52 2011 -0400
77562
88439
 
77563
88440
    Fix doc typos
77564
88441
 
77582
88459
 14 files changed, 97 insertions(+), 80 deletions(-)
77583
88460
 
77584
88461
commit 3b9c8962dc470a451fa639067faa39fb8fc85f95
77585
 
Author: Matthias Clasen <mclasen@redhat.com>
77586
 
Date:   Sat Jun 4 11:46:10 2011 -0400
 
88462
Author:     Matthias Clasen <mclasen@redhat.com>
 
88463
AuthorDate: Sat Jun 4 11:46:10 2011 -0400
 
88464
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88465
CommitDate: Sat Jun 4 14:43:20 2011 -0400
77587
88466
 
77588
88467
    configure.in: Use tar-ustar to avoid name length limitations
77589
88468
 
77593
88472
 1 file changed, 1 insertion(+), 1 deletion(-)
77594
88473
 
77595
88474
commit 635f5373c238bdb4cba6781b705319f869404e94
77596
 
Author: David Zeuthen <davidz@redhat.com>
77597
 
Date:   Sat Jun 4 12:43:00 2011 -0400
 
88475
Author:     David Zeuthen <davidz@redhat.com>
 
88476
AuthorDate: Sat Jun 4 12:43:00 2011 -0400
 
88477
Commit:     David Zeuthen <davidz@redhat.com>
 
88478
CommitDate: Sat Jun 4 12:43:00 2011 -0400
77598
88479
 
77599
88480
    Fix up gdbus invocation in example
77600
88481
 
77604
88485
 1 file changed, 2 insertions(+), 2 deletions(-)
77605
88486
 
77606
88487
commit 0b41002474abd7a95c53b76fba937a922aa0ea86
77607
 
Author: David Zeuthen <davidz@redhat.com>
77608
 
Date:   Sat Jun 4 12:33:39 2011 -0400
 
88488
Author:     David Zeuthen <davidz@redhat.com>
 
88489
AuthorDate: Sat Jun 4 12:33:39 2011 -0400
 
88490
Commit:     David Zeuthen <davidz@redhat.com>
 
88491
CommitDate: Sat Jun 4 12:36:38 2011 -0400
77609
88492
 
77610
88493
    gdbus: Add a way to emit a signal
77611
88494
 
77622
88505
 2 files changed, 242 insertions(+), 4 deletions(-)
77623
88506
 
77624
88507
commit 0c8bb8d479d0c6992bc82508aff69d61a340c694
77625
 
Author: David Zeuthen <davidz@redhat.com>
77626
 
Date:   Sat Jun 4 11:52:08 2011 -0400
 
88508
Author:     David Zeuthen <davidz@redhat.com>
 
88509
AuthorDate: Sat Jun 4 11:52:08 2011 -0400
 
88510
Commit:     David Zeuthen <davidz@redhat.com>
 
88511
CommitDate: Sat Jun 4 11:52:59 2011 -0400
77627
88512
 
77628
88513
    Fix typos in "Migrating to GDBus" docs
77629
88514
 
77635
88520
 1 file changed, 3 insertions(+), 3 deletions(-)
77636
88521
 
77637
88522
commit 87dc08ee4d7e5dac7db80a5642cb85e1f40e1ce8
77638
 
Author: Matthias Clasen <mclasen@redhat.com>
77639
 
Date:   Sat Jun 4 10:46:38 2011 -0400
 
88523
Author:     Matthias Clasen <mclasen@redhat.com>
 
88524
AuthorDate: Sat Jun 4 10:46:38 2011 -0400
 
88525
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88526
CommitDate: Sat Jun 4 10:46:38 2011 -0400
77640
88527
 
77641
88528
    Distcheck fixes
77642
88529
 
77646
88533
 1 file changed, 1 insertion(+), 1 deletion(-)
77647
88534
 
77648
88535
commit 1aa348c14c349d73ded8c9165c532feb463bc187
77649
 
Author: Matthias Clasen <mclasen@redhat.com>
77650
 
Date:   Sat Jun 4 10:45:30 2011 -0400
 
88536
Author:     Matthias Clasen <mclasen@redhat.com>
 
88537
AuthorDate: Sat Jun 4 10:45:30 2011 -0400
 
88538
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88539
CommitDate: Sat Jun 4 10:45:54 2011 -0400
77651
88540
 
77652
88541
    Distcheck fixes
77653
88542
 
77657
88546
 1 file changed, 1 insertion(+), 1 deletion(-)
77658
88547
 
77659
88548
commit c40199b450f1abef30d9514e3ec34b52669add9a
77660
 
Author: Matthias Clasen <mclasen@redhat.com>
77661
 
Date:   Sat Jun 4 08:13:48 2011 -0400
 
88549
Author:     Matthias Clasen <mclasen@redhat.com>
 
88550
AuthorDate: Sat Jun 4 08:13:48 2011 -0400
 
88551
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88552
CommitDate: Sat Jun 4 08:13:48 2011 -0400
77662
88553
 
77663
88554
    Update NEWS
77664
88555
 
77667
88558
 1 file changed, 71 insertions(+), 6 deletions(-)
77668
88559
 
77669
88560
commit e32a9406b1b3089e551cd8baa0824874c0de64cc
77670
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
77671
 
Date:   Sat Jun 4 13:44:19 2011 +0300
 
88561
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
88562
AuthorDate: Sat Jun 4 13:44:19 2011 +0300
 
88563
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
88564
CommitDate: Sat Jun 4 13:44:19 2011 +0300
77672
88565
 
77673
88566
    Updated Hebrew translation.
77674
88567
 
77677
88570
 1 file changed, 97 insertions(+), 89 deletions(-)
77678
88571
 
77679
88572
commit c5d9a46394a147c8a6c8708046e7459c55d477e4
77680
 
Author: Paolo Bonzini <pbonzini@redhat.com>
77681
 
Date:   Tue Jan 25 11:31:41 2011 +0100
 
88573
Author:     Paolo Bonzini <pbonzini@redhat.com>
 
88574
AuthorDate: Tue Jan 25 11:31:41 2011 +0100
 
88575
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88576
CommitDate: Sat Jun 4 00:00:24 2011 -0400
77682
88577
 
77683
88578
    avoid quadratic behavior of GMainLoop when all fd's have the same
77684
88579
    priority
77689
88584
 1 file changed, 31 insertions(+), 18 deletions(-)
77690
88585
 
77691
88586
commit 1e88c5321c1fede65e150898f3e298052add241c
77692
 
Author: Matthias Clasen <mclasen@redhat.com>
77693
 
Date:   Fri Jun 3 23:38:46 2011 -0400
 
88587
Author:     Matthias Clasen <mclasen@redhat.com>
 
88588
AuthorDate: Fri Jun 3 23:38:46 2011 -0400
 
88589
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88590
CommitDate: Fri Jun 3 23:38:46 2011 -0400
77694
88591
 
77695
88592
    Add a test for the previous fix
77696
88593
 
77698
88595
 1 file changed, 15 insertions(+)
77699
88596
 
77700
88597
commit 77be95cdce7f875a10576ac72624024b04b86a65
77701
 
Author: Matthias Clasen <mclasen@redhat.com>
77702
 
Date:   Fri Jun 3 23:37:23 2011 -0400
 
88598
Author:     Matthias Clasen <mclasen@redhat.com>
 
88599
AuthorDate: Fri Jun 3 23:37:23 2011 -0400
 
88600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88601
CommitDate: Fri Jun 3 23:37:23 2011 -0400
77703
88602
 
77704
88603
    GRand: avoid overflow
77705
88604
 
77712
88611
 1 file changed, 5 insertions(+), 1 deletion(-)
77713
88612
 
77714
88613
commit deed4dd36b3d0f4913a1350536dce0cd010b0549
77715
 
Author: Matthias Clasen <mclasen@redhat.com>
77716
 
Date:   Fri Jun 3 22:45:51 2011 -0400
 
88614
Author:     Matthias Clasen <mclasen@redhat.com>
 
88615
AuthorDate: Fri Jun 3 22:45:51 2011 -0400
 
88616
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88617
CommitDate: Fri Jun 3 22:45:51 2011 -0400
77717
88618
 
77718
88619
    g_mkdir_with_parents: cope with dirs popping into existence
77719
88620
 
77724
88625
 1 file changed, 1 insertion(+), 1 deletion(-)
77725
88626
 
77726
88627
commit 69efeee287f752befdcaae94f5ec981b33be6377
77727
 
Author: Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
77728
 
Date:   Wed Mar 17 02:34:51 2010 +0200
 
88628
Author:     Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
 
88629
AuthorDate: Wed Mar 17 02:34:51 2010 +0200
 
88630
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88631
CommitDate: Fri Jun 3 22:31:39 2011 -0400
77729
88632
 
77730
88633
    Made g_utf8_to_ucs4_fast() even faster
77731
88634
 
77735
88638
 1 file changed, 16 insertions(+), 29 deletions(-)
77736
88639
 
77737
88640
commit 1b101a38730f151b70f0ada607dbd8e43778f980
77738
 
Author: Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
77739
 
Date:   Mon Mar 15 03:37:11 2010 +0200
 
88641
Author:     Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
 
88642
AuthorDate: Mon Mar 15 03:37:11 2010 +0200
 
88643
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88644
CommitDate: Fri Jun 3 22:28:34 2011 -0400
77740
88645
 
77741
88646
    Added performance tests for UTF-8 decoding functions
77742
88647
 
77748
88653
 2 files changed, 206 insertions(+)
77749
88654
 
77750
88655
commit f065d7d60e2b6110705b1b32f050ccad0bcde62f
77751
 
Author: Matthew Barnes <mbarnes@redhat.com>
77752
 
Date:   Sat Oct 16 07:40:44 2010 -0400
 
88656
Author:     Matthew Barnes <mbarnes@redhat.com>
 
88657
AuthorDate: Sat Oct 16 07:40:44 2010 -0400
 
88658
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88659
CommitDate: Fri Jun 3 22:04:31 2011 -0400
77753
88660
 
77754
88661
    Have g_queue_remove() return a boolean
77755
88662
 
77769
88676
 2 files changed, 17 insertions(+), 6 deletions(-)
77770
88677
 
77771
88678
commit 496157ffd3350799198e32e1002a19fc8be3ea83
77772
 
Author: Wim Taymans <wim.taymans@collabora.co.uk>
77773
 
Date:   Wed Sep 16 17:39:48 2009 +0200
 
88679
Author:     Wim Taymans <wim.taymans@collabora.co.uk>
 
88680
AuthorDate: Wed Sep 16 17:39:48 2009 +0200
 
88681
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88682
CommitDate: Fri Jun 3 21:42:51 2011 -0400
77774
88683
 
77775
88684
    gthread: avoid locking in _get_mutex_impl
77776
88685
 
77786
88695
 1 file changed, 17 insertions(+), 6 deletions(-)
77787
88696
 
77788
88697
commit fca330dafa9a77edc58a30b6128eaf466d4a2ba7
77789
 
Author: Alexander Larsson <alexl@redhat.com>
77790
 
Date:   Wed May 25 11:56:51 2011 +0200
 
88698
Author:     Alexander Larsson <alexl@redhat.com>
 
88699
AuthorDate: Wed May 25 11:56:51 2011 +0200
 
88700
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88701
CommitDate: Fri Jun 3 21:11:26 2011 -0400
77791
88702
 
77792
88703
    Use g_atomic_pointer_or/and to set datalist flags
77793
88704
 
77797
88708
 1 file changed, 4 insertions(+), 16 deletions(-)
77798
88709
 
77799
88710
commit 0a918c0d2a9af992fd100f5608783cffa1a752fc
77800
 
Author: Alexander Larsson <alexl@redhat.com>
77801
 
Date:   Thu May 19 21:55:16 2011 +0200
 
88711
Author:     Alexander Larsson <alexl@redhat.com>
 
88712
AuthorDate: Thu May 19 21:55:16 2011 +0200
 
88713
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88714
CommitDate: Fri Jun 3 21:11:26 2011 -0400
77802
88715
 
77803
88716
    Make g_object_get_data use the new faster g_datalist_get_data
77804
88717
 
77808
88721
 1 file changed, 1 insertion(+), 5 deletions(-)
77809
88722
 
77810
88723
commit 1cceda49b60bfd9b326e11996a5c77b10987e57a
77811
 
Author: Alexander Larsson <alexl@redhat.com>
77812
 
Date:   Thu May 19 21:51:49 2011 +0200
 
88724
Author:     Alexander Larsson <alexl@redhat.com>
 
88725
AuthorDate: Thu May 19 21:51:49 2011 +0200
 
88726
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88727
CommitDate: Fri Jun 3 21:11:26 2011 -0400
77813
88728
 
77814
88729
    Make g_datalist_get_data not look up the quark
77815
88730
 
77832
88747
 3 files changed, 45 insertions(+), 12 deletions(-)
77833
88748
 
77834
88749
commit 7ae5e9c2487dc23d6b584d1508f38f5e89700181
77835
 
Author: Alexander Larsson <alexl@redhat.com>
77836
 
Date:   Thu May 19 21:30:38 2011 +0200
 
88750
Author:     Alexander Larsson <alexl@redhat.com>
 
88751
AuthorDate: Thu May 19 21:30:38 2011 +0200
 
88752
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88753
CommitDate: Fri Jun 3 21:11:26 2011 -0400
77837
88754
 
77838
88755
    Make quark to string lockless
77839
88756
 
77852
88769
 1 file changed, 26 insertions(+), 11 deletions(-)
77853
88770
 
77854
88771
commit 3f8638ce9335511f12207f2fcbc81847c18d4b49
77855
 
Author: Alexander Larsson <alexl@redhat.com>
77856
 
Date:   Thu May 19 14:48:50 2011 +0200
 
88772
Author:     Alexander Larsson <alexl@redhat.com>
 
88773
AuthorDate: Thu May 19 14:48:50 2011 +0200
 
88774
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88775
CommitDate: Fri Jun 3 21:11:19 2011 -0400
77857
88776
 
77858
88777
    Make g_datalist not use a global lock and perform better
77859
88778
 
77869
88788
 1 file changed, 244 insertions(+), 160 deletions(-)
77870
88789
 
77871
88790
commit 4cd0b86103c987a41ce1ebeb1eee8ad6cf9eac30
77872
 
Author: Matthias Clasen <mclasen@redhat.com>
77873
 
Date:   Fri Jun 3 20:54:32 2011 -0400
 
88791
Author:     Matthias Clasen <mclasen@redhat.com>
 
88792
AuthorDate: Fri Jun 3 20:54:32 2011 -0400
 
88793
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88794
CommitDate: Fri Jun 3 20:54:32 2011 -0400
77874
88795
 
77875
88796
    Add pointer bitlocks to the docs
77876
88797
 
77878
88799
 1 file changed, 3 insertions(+)
77879
88800
 
77880
88801
commit df0b208831a797f402d9f86263e6fa5378da47cc
77881
 
Author: Ryan Lortie <desrt@desrt.ca>
77882
 
Date:   Wed May 25 11:08:20 2011 +0200
 
88802
Author:     Ryan Lortie <desrt@desrt.ca>
 
88803
AuthorDate: Wed May 25 11:08:20 2011 +0200
 
88804
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88805
CommitDate: Fri Jun 3 20:50:18 2011 -0400
77883
88806
 
77884
88807
    Implement pointer sized bitlocks
77885
88808
 
77895
88818
 4 files changed, 265 insertions(+), 10 deletions(-)
77896
88819
 
77897
88820
commit 1a80405a36eae6777cf8dc809da5883ba666f41c
77898
 
Author: Ryan Lortie <desrt@desrt.ca>
77899
 
Date:   Fri Jun 3 20:29:41 2011 +0200
 
88821
Author:     Ryan Lortie <desrt@desrt.ca>
 
88822
AuthorDate: Fri Jun 3 20:29:41 2011 +0200
 
88823
Commit:     Matthias Clasen <mclasen@redhat.com>
 
88824
CommitDate: Fri Jun 3 17:33:39 2011 -0400
77900
88825
 
77901
88826
    bitlock: hand-code assembly version for x86
77902
88827
 
77932
88857
 1 file changed, 54 insertions(+), 3 deletions(-)
77933
88858
 
77934
88859
commit f2bd54d0c5e3093ad141de6142277a27b82147e1
77935
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
77936
 
Date:   Wed Jun 1 16:45:43 2011 +0200
 
88860
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
88861
AuthorDate: Wed Jun 1 16:45:43 2011 +0200
 
88862
Commit:     Colin Walters <walters@verbum.org>
 
88863
CommitDate: Fri Jun 3 16:39:43 2011 -0400
77937
88864
 
77938
88865
    gvariant: fix introspection annotations
77939
88866
 
77949
88876
 1 file changed, 2 insertions(+), 2 deletions(-)
77950
88877
 
77951
88878
commit 53ced63c6d4e0df502c6396133dfe67e15f1712b
77952
 
Author: David Zeuthen <davidz@redhat.com>
77953
 
Date:   Fri Jun 3 14:45:29 2011 -0400
 
88879
Author:     David Zeuthen <davidz@redhat.com>
 
88880
AuthorDate: Fri Jun 3 14:45:29 2011 -0400
 
88881
Commit:     David Zeuthen <davidz@redhat.com>
 
88882
CommitDate: Fri Jun 3 14:45:29 2011 -0400
77954
88883
 
77955
88884
    Fix include path for gdbus-codegen example XML
77956
88885
 
77960
88889
 1 file changed, 1 insertion(+), 1 deletion(-)
77961
88890
 
77962
88891
commit 6d54505b2d0e873fa69f1e2fdba1e23c5136f7f3
77963
 
Author: David Zeuthen <davidz@redhat.com>
77964
 
Date:   Fri Jun 3 14:39:04 2011 -0400
 
88892
Author:     David Zeuthen <davidz@redhat.com>
 
88893
AuthorDate: Fri Jun 3 14:39:04 2011 -0400
 
88894
Commit:     David Zeuthen <davidz@redhat.com>
 
88895
CommitDate: Fri Jun 3 14:39:04 2011 -0400
77965
88896
 
77966
88897
    Fix docs for D-Bus introspection data structures
77967
88898
 
77975
88906
 2 files changed, 14 insertions(+)
77976
88907
 
77977
88908
commit 723adbc2feb72b980b6a62579eaa993b190ca1d3
77978
 
Author: David Zeuthen <davidz@redhat.com>
77979
 
Date:   Fri Jun 3 13:22:31 2011 -0400
 
88909
Author:     David Zeuthen <davidz@redhat.com>
 
88910
AuthorDate: Fri Jun 3 13:22:31 2011 -0400
 
88911
Commit:     David Zeuthen <davidz@redhat.com>
 
88912
CommitDate: Fri Jun 3 14:18:56 2011 -0400
77980
88913
 
77981
88914
    Move gdbus-codegen example code and docs into separate directories
77982
88915
 
78005
88938
 14 files changed, 381 insertions(+), 270 deletions(-)
78006
88939
 
78007
88940
commit 3bd3067ffc1617b2fe96498b18b68aa7f2644487
78008
 
Author: Colin Walters <walters@verbum.org>
78009
 
Date:   Thu Jun 2 17:14:58 2011 -0400
 
88941
Author:     Colin Walters <walters@verbum.org>
 
88942
AuthorDate: Thu Jun 2 17:14:58 2011 -0400
 
88943
Commit:     Colin Walters <walters@verbum.org>
 
88944
CommitDate: Fri Jun 3 12:40:01 2011 -0400
78010
88945
 
78011
88946
    gobject: Use _ prefixing in private headers over G_GNUC_INTERNAL in
78012
88947
    public headers
78033
88968
 14 files changed, 35 insertions(+), 42 deletions(-)
78034
88969
 
78035
88970
commit d51198baad17f88e046300a9375619b4bffcd881
78036
 
Author: Colin Walters <walters@verbum.org>
78037
 
Date:   Thu Jun 2 11:53:25 2011 -0400
 
88971
Author:     Colin Walters <walters@verbum.org>
 
88972
AuthorDate: Thu Jun 2 11:53:25 2011 -0400
 
88973
Commit:     Colin Walters <walters@verbum.org>
 
88974
CommitDate: Fri Jun 3 11:43:26 2011 -0400
78038
88975
 
78039
88976
    spawn-multithreaded: New test case
78040
88977
 
78050
88987
 3 files changed, 278 insertions(+), 1 deletion(-)
78051
88988
 
78052
88989
commit c34a6a66e7b918983b561ee8ff1cf7abd3f4b347
78053
 
Author: Colin Walters <walters@verbum.org>
78054
 
Date:   Thu Jun 2 09:10:36 2011 -0400
 
88990
Author:     Colin Walters <walters@verbum.org>
 
88991
AuthorDate: Thu Jun 2 09:10:36 2011 -0400
 
88992
Commit:     Colin Walters <walters@verbum.org>
 
88993
CommitDate: Fri Jun 3 11:38:18 2011 -0400
78055
88994
 
78056
88995
    gmain: Consolidate UNIX signal init state handling
78057
88996
 
78066
89005
 1 file changed, 27 insertions(+), 34 deletions(-)
78067
89006
 
78068
89007
commit 6ea274bca41de8fc6de11d0a5eda22c0efc69ac9
78069
 
Author: Colin Walters <walters@verbum.org>
78070
 
Date:   Thu Jun 2 08:56:25 2011 -0400
 
89008
Author:     Colin Walters <walters@verbum.org>
 
89009
AuthorDate: Thu Jun 2 08:56:25 2011 -0400
 
89010
Commit:     Colin Walters <walters@verbum.org>
 
89011
CommitDate: Fri Jun 3 11:38:18 2011 -0400
78071
89012
 
78072
89013
    gmain: Clean up SIGCHLD handling
78073
89014
 
78084
89025
 1 file changed, 6 insertions(+), 25 deletions(-)
78085
89026
 
78086
89027
commit 16bdb12e6dcb690d56baf52a34ba674052d39b6e
78087
 
Author: Hanro <hanro@gmx.de>
78088
 
Date:   Thu Jun 2 15:44:19 2011 -0400
 
89028
Author:     Hanro <hanro@gmx.de>
 
89029
AuthorDate: Thu Jun 2 15:44:19 2011 -0400
 
89030
Commit:     Colin Walters <walters@verbum.org>
 
89031
CommitDate: Thu Jun 2 15:44:19 2011 -0400
78089
89032
 
78090
89033
    gkeyfile: Only test file descriptors against -1
78091
89034
 
78095
89038
 1 file changed, 6 insertions(+), 6 deletions(-)
78096
89039
 
78097
89040
commit 7ed328aaf01acdc2537498c9617129e4c3004608
78098
 
Author: Colin Walters <walters@verbum.org>
78099
 
Date:   Wed Jun 1 15:11:02 2011 -0400
 
89041
Author:     Colin Walters <walters@verbum.org>
 
89042
AuthorDate: Wed Jun 1 15:11:02 2011 -0400
 
89043
Commit:     Colin Walters <walters@verbum.org>
 
89044
CommitDate: Wed Jun 1 16:43:34 2011 -0400
78100
89045
 
78101
89046
    gdbus: Avoid blocking on worker thread in connection initialization
78102
89047
 
78115
89060
 1 file changed, 65 insertions(+), 117 deletions(-)
78116
89061
 
78117
89062
commit a588974561532ba5d10971ee95065b4db33a1e1f
78118
 
Author: Matthias Clasen <mclasen@redhat.com>
78119
 
Date:   Tue May 31 19:23:14 2011 -0400
 
89063
Author:     Matthias Clasen <mclasen@redhat.com>
 
89064
AuthorDate: Tue May 31 19:23:14 2011 -0400
 
89065
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89066
CommitDate: Tue May 31 19:27:04 2011 -0400
78120
89067
 
78121
89068
    Expand content type docs slighly
78122
89069
 
78124
89071
 1 file changed, 4 insertions(+), 3 deletions(-)
78125
89072
 
78126
89073
commit 151016922d59facc158fddb51a6ed444fe65569c
78127
 
Author: Matthias Clasen <mclasen@redhat.com>
78128
 
Date:   Tue May 31 14:53:30 2011 -0400
 
89074
Author:     Matthias Clasen <mclasen@redhat.com>
 
89075
AuthorDate: Tue May 31 14:53:30 2011 -0400
 
89076
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89077
CommitDate: Tue May 31 14:53:30 2011 -0400
78129
89078
 
78130
89079
    Add a note about atomic changes
78131
89080
 
78133
89082
 1 file changed, 12 insertions(+)
78134
89083
 
78135
89084
commit a06863de605fec0b8a8ba33cd663988256352964
78136
 
Author: Colin Walters <walters@verbum.org>
78137
 
Date:   Tue May 31 13:36:16 2011 -0400
 
89085
Author:     Colin Walters <walters@verbum.org>
 
89086
AuthorDate: Tue May 31 13:36:16 2011 -0400
 
89087
Commit:     Colin Walters <walters@verbum.org>
 
89088
CommitDate: Tue May 31 13:37:14 2011 -0400
78138
89089
 
78139
89090
    Add a boxed type for GVariantBuilder, mark GVariantIter as (skip)
78140
89091
 
78152
89103
 4 files changed, 14 insertions(+), 1 deletion(-)
78153
89104
 
78154
89105
commit 6af9dd51358c9a3b77872aa2ee9c055994f13835
78155
 
Author: Colin Walters <walters@verbum.org>
78156
 
Date:   Tue May 31 13:25:09 2011 -0400
 
89106
Author:     Colin Walters <walters@verbum.org>
 
89107
AuthorDate: Tue May 31 13:25:09 2011 -0400
 
89108
Commit:     Colin Walters <walters@verbum.org>
 
89109
CommitDate: Tue May 31 13:25:09 2011 -0400
78157
89110
 
78158
89111
    gutils.c: Annotation fixes
78159
89112
 
78161
89114
 1 file changed, 6 insertions(+), 6 deletions(-)
78162
89115
 
78163
89116
commit 581ed51f0d0179c61155a324b51cc6f974143016
78164
 
Author: Colin Walters <walters@verbum.org>
78165
 
Date:   Tue May 31 13:10:12 2011 -0400
 
89117
Author:     Colin Walters <walters@verbum.org>
 
89118
AuthorDate: Tue May 31 13:10:12 2011 -0400
 
89119
Commit:     Colin Walters <walters@verbum.org>
 
89120
CommitDate: Tue May 31 13:10:28 2011 -0400
78166
89121
 
78167
89122
    g_shell_parse_argv: Annotate
78168
89123
 
78170
89125
 1 file changed, 2 insertions(+), 2 deletions(-)
78171
89126
 
78172
89127
commit 98ebc596cffcd4d9bb7e48ac124c6311c739ae81
78173
 
Author: Colin Walters <walters@verbum.org>
78174
 
Date:   Tue May 31 12:00:41 2011 -0400
 
89128
Author:     Colin Walters <walters@verbum.org>
 
89129
AuthorDate: Tue May 31 12:00:41 2011 -0400
 
89130
Commit:     Colin Walters <walters@verbum.org>
 
89131
CommitDate: Tue May 31 12:00:41 2011 -0400
78175
89132
 
78176
89133
    gfileutils: Annotations for g_file_{get,set}_contents
78177
89134
 
78181
89138
 1 file changed, 6 insertions(+), 6 deletions(-)
78182
89139
 
78183
89140
commit 2300be5be38e091aeac55720cf51bc98e7f89790
78184
 
Author: Colin Walters <walters@verbum.org>
78185
 
Date:   Tue May 31 10:35:38 2011 -0400
 
89141
Author:     Colin Walters <walters@verbum.org>
 
89142
AuthorDate: Tue May 31 10:35:38 2011 -0400
 
89143
Commit:     Colin Walters <walters@verbum.org>
 
89144
CommitDate: Tue May 31 10:35:38 2011 -0400
78186
89145
 
78187
89146
    Consistently use G_GNUC_EXTENSION instead of __extension__
78188
89147
 
78196
89155
 4 files changed, 28 insertions(+), 28 deletions(-)
78197
89156
 
78198
89157
commit a84e6f982f465b31aec7365dadfe2c1ad6664e11
78199
 
Author: muralis <murali.sound@gmail.com>
78200
 
Date:   Wed May 25 13:42:59 2011 +0530
 
89158
Author:     muralis <murali.sound@gmail.com>
 
89159
AuthorDate: Wed May 25 13:42:59 2011 +0530
 
89160
Commit:     Dan Winship <danw@gnome.org>
 
89161
CommitDate: Tue May 31 08:56:50 2011 -0400
78201
89162
 
78202
89163
    gthreadedresolver: fix hang on g_thread_pool_push() failure
78203
89164
 
78214
89175
 1 file changed, 3 insertions(+), 2 deletions(-)
78215
89176
 
78216
89177
commit fb34889871c40a50c2bde0c5e6fe64acdd121c37
78217
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
78218
 
Date:   Sun May 29 14:04:16 2011 +0200
 
89178
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
89179
AuthorDate: Sun May 29 14:04:16 2011 +0200
 
89180
Commit:     Gil Forcada <gforcada@gnome.org>
 
89181
CommitDate: Sun May 29 14:04:16 2011 +0200
78219
89182
 
78220
89183
    [l10n]Updated Catalan (Valencian) translation
78221
89184
 
78224
89187
 1 file changed, 1275 insertions(+), 894 deletions(-)
78225
89188
 
78226
89189
commit 59098fcc9b923bca79c091a4fc7980700617efaa
78227
 
Author: Jorge González <jorgegonz@svn.gnome.org>
78228
 
Date:   Sun May 29 09:47:30 2011 +0200
 
89190
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
89191
AuthorDate: Sun May 29 09:47:30 2011 +0200
 
89192
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
89193
CommitDate: Sun May 29 09:47:30 2011 +0200
78229
89194
 
78230
89195
    Updated Spanish translation
78231
89196
 
78234
89199
 1 file changed, 61 insertions(+), 63 deletions(-)
78235
89200
 
78236
89201
commit 807d41b89bcc8d22931dda62b17a6d1a2c8e22ec
78237
 
Author: Matthias Clasen <mclasen@redhat.com>
78238
 
Date:   Sun May 29 00:05:07 2011 -0400
 
89202
Author:     Matthias Clasen <mclasen@redhat.com>
 
89203
AuthorDate: Sun May 29 00:05:07 2011 -0400
 
89204
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89205
CommitDate: Sun May 29 00:05:07 2011 -0400
78239
89206
 
78240
89207
    Documentation fixups
78241
89208
 
78252
89219
 9 files changed, 41 insertions(+), 31 deletions(-)
78253
89220
 
78254
89221
commit 85ab379ac655a82573251b2598d5ed5b6629168b
78255
 
Author: Matthias Clasen <mclasen@redhat.com>
78256
 
Date:   Sat May 28 23:27:24 2011 -0400
 
89222
Author:     Matthias Clasen <mclasen@redhat.com>
 
89223
AuthorDate: Sat May 28 23:27:24 2011 -0400
 
89224
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89225
CommitDate: Sat May 28 23:27:24 2011 -0400
78257
89226
 
78258
89227
    Clean up includes
78259
89228
 
78262
89231
 2 files changed, 15 insertions(+), 15 deletions(-)
78263
89232
 
78264
89233
commit 23b6691428a96c38689a75b1d96ca884fa7dc926
78265
 
Author: Matthias Clasen <mclasen@redhat.com>
78266
 
Date:   Sat May 28 23:15:07 2011 -0400
 
89234
Author:     Matthias Clasen <mclasen@redhat.com>
 
89235
AuthorDate: Sat May 28 23:15:07 2011 -0400
 
89236
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89237
CommitDate: Sat May 28 23:15:07 2011 -0400
78267
89238
 
78268
89239
    Reduce excessive whitespace
78269
89240
 
78272
89243
 1 file changed, 33 insertions(+), 33 deletions(-)
78273
89244
 
78274
89245
commit a3c3aaa499e69764fcc295c5c9acd55d0cf26c9b
78275
 
Author: Matthias Clasen <mclasen@redhat.com>
78276
 
Date:   Sat May 28 22:49:59 2011 -0400
 
89246
Author:     Matthias Clasen <mclasen@redhat.com>
 
89247
AuthorDate: Sat May 28 22:49:59 2011 -0400
 
89248
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89249
CommitDate: Sat May 28 22:49:59 2011 -0400
78277
89250
 
78278
89251
    Remove redundant comments
78279
89252
 
78284
89257
 1 file changed, 35 deletions(-)
78285
89258
 
78286
89259
commit 666adc2dc0c9958fc25fd17d8954e40a5602a019
78287
 
Author: Matthias Clasen <mclasen@redhat.com>
78288
 
Date:   Sat May 28 22:33:37 2011 -0400
 
89260
Author:     Matthias Clasen <mclasen@redhat.com>
 
89261
AuthorDate: Sat May 28 22:33:37 2011 -0400
 
89262
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89263
CommitDate: Sat May 28 22:33:37 2011 -0400
78289
89264
 
78290
89265
    Volatile not necessary after all
78291
89266
 
78298
89273
 4 files changed, 5 insertions(+), 5 deletions(-)
78299
89274
 
78300
89275
commit 53f93aacf3c091322d2674224e75e0d5454dc370
78301
 
Author: Matthias Clasen <mclasen@redhat.com>
78302
 
Date:   Sat May 28 22:03:05 2011 -0400
 
89276
Author:     Matthias Clasen <mclasen@redhat.com>
 
89277
AuthorDate: Sat May 28 22:03:05 2011 -0400
 
89278
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89279
CommitDate: Sat May 28 22:03:05 2011 -0400
78303
89280
 
78304
89281
    GTree: Declare ref_count as volatile
78305
89282
 
78307
89284
 1 file changed, 2 insertions(+), 2 deletions(-)
78308
89285
 
78309
89286
commit a4f00f39daad6892d3d3368b8d05101c7af8d65d
78310
 
Author: Matthias Clasen <mclasen@redhat.com>
78311
 
Date:   Sat May 28 22:02:13 2011 -0400
 
89287
Author:     Matthias Clasen <mclasen@redhat.com>
 
89288
AuthorDate: Sat May 28 22:02:13 2011 -0400
 
89289
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89290
CommitDate: Sat May 28 22:02:13 2011 -0400
78312
89291
 
78313
89292
    GAsyncQueue: Make ref_count a volatile gint
78314
89293
 
78316
89295
 1 file changed, 1 insertion(+), 1 deletion(-)
78317
89296
 
78318
89297
commit a33abe9c21c3c749c787619e6a661ca2a12f9b45
78319
 
Author: Matthias Clasen <mclasen@redhat.com>
78320
 
Date:   Sat May 28 21:43:45 2011 -0400
 
89298
Author:     Matthias Clasen <mclasen@redhat.com>
 
89299
AuthorDate: Sat May 28 21:43:45 2011 -0400
 
89300
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89301
CommitDate: Sat May 28 21:43:45 2011 -0400
78321
89302
 
78322
89303
    GAsyncQueue: Remove excessive atomic operations
78323
89304
 
78328
89309
 1 file changed, 17 deletions(-)
78329
89310
 
78330
89311
commit edc7fde495aaf9819eeeb051a2bcd4f145c055ab
78331
 
Author: Matthias Clasen <mclasen@redhat.com>
78332
 
Date:   Sat May 28 21:41:08 2011 -0400
 
89312
Author:     Matthias Clasen <mclasen@redhat.com>
 
89313
AuthorDate: Sat May 28 21:41:08 2011 -0400
 
89314
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89315
CommitDate: Sat May 28 21:41:08 2011 -0400
78333
89316
 
78334
89317
    GArray: Avoid unncessary atomic accesses to refcounts
78335
89318
 
78339
89322
 1 file changed, 6 insertions(+), 5 deletions(-)
78340
89323
 
78341
89324
commit abf719362a5c17854557542cc21fe93ae04419d7
78342
 
Author: Matthias Clasen <mclasen@redhat.com>
78343
 
Date:   Sat May 28 21:40:12 2011 -0400
 
89325
Author:     Matthias Clasen <mclasen@redhat.com>
 
89326
AuthorDate: Sat May 28 21:40:12 2011 -0400
 
89327
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89328
CommitDate: Sat May 28 21:40:12 2011 -0400
78344
89329
 
78345
89330
    GHash: Avoid nonatomic access to the reference count
78346
89331
 
78351
89336
 1 file changed, 4 deletions(-)
78352
89337
 
78353
89338
commit f12650392bcf0ae134c3cd46d4bf0e11468b94d8
78354
 
Author: Matthias Clasen <mclasen@redhat.com>
78355
 
Date:   Sat May 28 21:14:36 2011 -0400
 
89339
Author:     Matthias Clasen <mclasen@redhat.com>
 
89340
AuthorDate: Sat May 28 21:14:36 2011 -0400
 
89341
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89342
CommitDate: Sat May 28 21:14:36 2011 -0400
78356
89343
 
78357
89344
    Fix a typo
78358
89345
 
78360
89347
 1 file changed, 3 insertions(+), 3 deletions(-)
78361
89348
 
78362
89349
commit d35e83d3372ca484a765dfca2ded8ed5adb61e5a
78363
 
Author: Matthias Clasen <mclasen@redhat.com>
78364
 
Date:   Sat May 28 21:12:52 2011 -0400
 
89350
Author:     Matthias Clasen <mclasen@redhat.com>
 
89351
AuthorDate: Sat May 28 21:12:52 2011 -0400
 
89352
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89353
CommitDate: Sat May 28 21:12:52 2011 -0400
78365
89354
 
78366
89355
    Documentation tweaks
78367
89356
 
78375
89364
 4 files changed, 90 insertions(+), 46 deletions(-)
78376
89365
 
78377
89366
commit 2df4750aceec5f774a413f3f8ee7ccaabc5c8880
78378
 
Author: Neil Roberts <neil@linux.intel.com>
78379
 
Date:   Sat May 28 15:13:11 2011 +0100
 
89367
Author:     Neil Roberts <neil@linux.intel.com>
 
89368
AuthorDate: Sat May 28 15:13:11 2011 +0100
 
89369
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89370
CommitDate: Sat May 28 19:46:15 2011 -0400
78380
89371
 
78381
89372
    gsocket: Fix some cases of returning error without setting *error
78382
89373
 
78389
89380
 1 file changed, 2 insertions(+), 2 deletions(-)
78390
89381
 
78391
89382
commit 0703dbc21f83122ff2d093632549dbbacf192c54
78392
 
Author: Neil Roberts <neil@linux.intel.com>
78393
 
Date:   Sat May 28 15:06:45 2011 +0100
 
89383
Author:     Neil Roberts <neil@linux.intel.com>
 
89384
AuthorDate: Sat May 28 15:06:45 2011 +0100
 
89385
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89386
CommitDate: Sat May 28 19:46:14 2011 -0400
78394
89387
 
78395
89388
    gsocket: Fix the error message for a failed g_socket_shutdown
78396
89389
 
78403
89396
 1 file changed, 1 insertion(+), 1 deletion(-)
78404
89397
 
78405
89398
commit 56c0d0f384ee8033c99a0d6db7fa4ff11d7fe689
78406
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
78407
 
Date:   Fri May 27 11:08:13 2011 +0200
 
89399
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
89400
AuthorDate: Fri May 27 11:08:13 2011 +0200
 
89401
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89402
CommitDate: Sat May 28 18:59:38 2011 -0400
78408
89403
 
78409
89404
    Fix compile warnings on OpenBSD.
78410
89405
 
78414
89409
 1 file changed, 5 insertions(+), 5 deletions(-)
78415
89410
 
78416
89411
commit 05c7dcab37af27fc3fb7b64d0aca51fafc0eefe2
78417
 
Author: Matthias Clasen <mclasen@redhat.com>
78418
 
Date:   Sat May 28 18:42:09 2011 -0400
 
89412
Author:     Matthias Clasen <mclasen@redhat.com>
 
89413
AuthorDate: Sat May 28 18:42:09 2011 -0400
 
89414
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89415
CommitDate: Sat May 28 18:42:09 2011 -0400
78419
89416
 
78420
89417
    Remove unnecessary casts
78421
89418
 
78426
89423
 1 file changed, 3 insertions(+), 3 deletions(-)
78427
89424
 
78428
89425
commit d09443fe20753fc44afd6ac25463ac52861701cb
78429
 
Author: Ryan Lortie <desrt@desrt.ca>
78430
 
Date:   Sat May 28 16:41:59 2011 -0400
 
89426
Author:     Ryan Lortie <desrt@desrt.ca>
 
89427
AuthorDate: Sat May 28 16:41:59 2011 -0400
 
89428
Commit:     Ryan Lortie <desrt@desrt.ca>
 
89429
CommitDate: Sat May 28 17:39:12 2011 -0400
78431
89430
 
78432
89431
    optimise bitlocks with new atomic operations
78433
89432
 
78445
89444
 3 files changed, 50 insertions(+), 19 deletions(-)
78446
89445
 
78447
89446
commit 858a32879291ebb5612c7500fc195c30fb6e8496
78448
 
Author: Ryan Lortie <desrt@desrt.ca>
78449
 
Date:   Sat May 28 17:27:12 2011 -0400
 
89447
Author:     Ryan Lortie <desrt@desrt.ca>
 
89448
AuthorDate: Sat May 28 17:27:12 2011 -0400
 
89449
Commit:     Ryan Lortie <desrt@desrt.ca>
 
89450
CommitDate: Sat May 28 17:27:12 2011 -0400
78450
89451
 
78451
89452
    Fix futex(2) detection and use
78452
89453
 
78470
89471
 2 files changed, 6 insertions(+), 8 deletions(-)
78471
89472
 
78472
89473
commit 83821352657a9481dbff6ab04e8ae60566c17d5e
78473
 
Author: Ryan Lortie <desrt@desrt.ca>
78474
 
Date:   Sat May 28 15:59:18 2011 -0400
 
89474
Author:     Ryan Lortie <desrt@desrt.ca>
 
89475
AuthorDate: Sat May 28 15:59:18 2011 -0400
 
89476
Commit:     Ryan Lortie <desrt@desrt.ca>
 
89477
CommitDate: Sat May 28 16:10:44 2011 -0400
78475
89478
 
78476
89479
    glib: Rewrite gatomic.[ch]
78477
89480
 
78530
89533
 10 files changed, 830 insertions(+), 1245 deletions(-)
78531
89534
 
78532
89535
commit 2fb57ff46f32316e991ab9f99daa5fce4885f097
78533
 
Author: Matthias Clasen <mclasen@redhat.com>
78534
 
Date:   Sat May 28 14:29:08 2011 -0400
 
89536
Author:     Matthias Clasen <mclasen@redhat.com>
 
89537
AuthorDate: Sat May 28 14:29:08 2011 -0400
 
89538
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89539
CommitDate: Sat May 28 14:29:08 2011 -0400
78535
89540
 
78536
89541
    Quiet down the build a bit
78537
89542
 
78544
89549
 6 files changed, 17 insertions(+), 17 deletions(-)
78545
89550
 
78546
89551
commit ae85e3b7b69f9c069cdcc090832802bc772c9822
78547
 
Author: Matthias Clasen <mclasen@redhat.com>
78548
 
Date:   Sat May 28 13:59:20 2011 -0400
 
89552
Author:     Matthias Clasen <mclasen@redhat.com>
 
89553
AuthorDate: Sat May 28 13:59:20 2011 -0400
 
89554
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89555
CommitDate: Sat May 28 13:59:20 2011 -0400
78549
89556
 
78550
89557
    Quell warnings from g_once_init_enter_impl
78551
89558
 
78553
89560
 1 file changed, 2 insertions(+), 2 deletions(-)
78554
89561
 
78555
89562
commit f5bc2e00c730866c72ab143375320a29897552a6
78556
 
Author: Matthias Clasen <mclasen@redhat.com>
78557
 
Date:   Sat May 28 13:57:47 2011 -0400
 
89563
Author:     Matthias Clasen <mclasen@redhat.com>
 
89564
AuthorDate: Sat May 28 13:57:47 2011 -0400
 
89565
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89566
CommitDate: Sat May 28 13:57:47 2011 -0400
78558
89567
 
78559
89568
    Trivial: fix a variable name
78560
89569
 
78564
89573
 1 file changed, 7 insertions(+), 7 deletions(-)
78565
89574
 
78566
89575
commit 22cc6ce67959af79d317229225aaf252bd5234da
78567
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
78568
 
Date:   Tue May 24 11:04:42 2011 +0100
 
89576
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
89577
AuthorDate: Tue May 24 11:04:42 2011 +0100
 
89578
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89579
CommitDate: Sat May 28 10:00:42 2011 -0400
78569
89580
 
78570
89581
    Add a regression test for GNOME#642026
78571
89582
 
78578
89589
 2 files changed, 94 insertions(+)
78579
89590
 
78580
89591
commit e83210425fb407e6fa7be2dcc7ac53d4d30e9a7c
78581
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
78582
 
Date:   Tue May 24 16:23:38 2011 +0100
 
89592
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
89593
AuthorDate: Tue May 24 16:23:38 2011 +0100
 
89594
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89595
CommitDate: Sat May 28 10:00:41 2011 -0400
78583
89596
 
78584
89597
    GStaticPrivate: protect GRealThread.private_data with a bit-lock
78585
89598
 
78590
89603
 1 file changed, 21 insertions(+), 2 deletions(-)
78591
89604
 
78592
89605
commit 83f1b12388fc36128dac84729f433eff8183ff45
78593
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
78594
 
Date:   Tue May 24 16:23:02 2011 +0100
 
89606
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
89607
AuthorDate: Tue May 24 16:23:02 2011 +0100
 
89608
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89609
CommitDate: Sat May 28 10:00:40 2011 -0400
78595
89610
 
78596
89611
    Refactor GStaticPrivate accessors to facilitate protecting them
78597
89612
    with locks
78618
89633
 1 file changed, 36 insertions(+), 35 deletions(-)
78619
89634
 
78620
89635
commit b05f0b351c46a8f97bf7e9d62f5dd4074ca78486
78621
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
78622
 
Date:   Tue May 24 16:02:33 2011 +0100
 
89636
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
89637
AuthorDate: Tue May 24 16:02:33 2011 +0100
 
89638
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89639
CommitDate: Sat May 28 10:00:40 2011 -0400
78623
89640
 
78624
89641
    g_static_private_free: defer non-trivial destruction til after
78625
89642
    we unlock
78631
89648
 1 file changed, 28 insertions(+), 3 deletions(-)
78632
89649
 
78633
89650
commit d5f0ec1e8eb4523684e06efa306f54bafee3a117
78634
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
78635
 
Date:   Tue May 24 15:59:33 2011 +0100
 
89651
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
89652
AuthorDate: Tue May 24 15:59:33 2011 +0100
 
89653
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89654
CommitDate: Sat May 28 10:00:39 2011 -0400
78636
89655
 
78637
89656
    GRealThread: remove obsolete comment about gmain.c, which no longer
78638
89657
    has a copy
78644
89663
 1 file changed, 1 deletion(-)
78645
89664
 
78646
89665
commit b6fd3c3dac9cbffc0f45162b289f625e61eb1319
78647
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
78648
 
Date:   Sat May 28 10:27:31 2011 +0200
 
89666
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
89667
AuthorDate: Sat May 28 10:27:31 2011 +0200
 
89668
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
89669
CommitDate: Sat May 28 10:27:31 2011 +0200
78649
89670
 
78650
89671
    Updated Spanish translation
78651
89672
 
78654
89675
 1 file changed, 102 insertions(+), 99 deletions(-)
78655
89676
 
78656
89677
commit 00734ef99f2c10bcd25fd85a453712a46d3cf806
78657
 
Author: Matthias Clasen <mclasen@redhat.com>
78658
 
Date:   Sat May 28 00:16:39 2011 -0400
 
89678
Author:     Matthias Clasen <mclasen@redhat.com>
 
89679
AuthorDate: Sat May 28 00:16:39 2011 -0400
 
89680
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89681
CommitDate: Sat May 28 00:16:39 2011 -0400
78659
89682
 
78660
89683
    Add macro version for all atomic operations
78661
89684
 
78665
89688
 1 file changed, 16 insertions(+), 4 deletions(-)
78666
89689
 
78667
89690
commit 7cf112225399ffa262082727bf4f434d57568e30
78668
 
Author: Matthias Clasen <mclasen@redhat.com>
78669
 
Date:   Sat May 28 00:04:10 2011 -0400
 
89691
Author:     Matthias Clasen <mclasen@redhat.com>
 
89692
AuthorDate: Sat May 28 00:04:10 2011 -0400
 
89693
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89694
CommitDate: Sat May 28 00:04:10 2011 -0400
78670
89695
 
78671
89696
    Use G_STATIC_ASSERT_EXPR for size checks in atomic macros
78672
89697
 
78677
89702
 1 file changed, 29 insertions(+), 21 deletions(-)
78678
89703
 
78679
89704
commit edd65baa6d9f6b951f093a15b6fcb5771e3397e0
78680
 
Author: Ryan Lortie <desrt@desrt.ca>
78681
 
Date:   Tue May 24 02:07:55 2011 -0400
 
89705
Author:     Ryan Lortie <desrt@desrt.ca>
 
89706
AuthorDate: Tue May 24 02:07:55 2011 -0400
 
89707
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89708
CommitDate: Fri May 27 23:00:14 2011 -0400
78682
89709
 
78683
89710
    Add a test case for atomic ops
78684
89711
 
78694
89721
 3 files changed, 46 insertions(+)
78695
89722
 
78696
89723
commit c00ef0a17aba057698eab4d4a769b358511370cd
78697
 
Author: Ryan Lortie <desrt@desrt.ca>
78698
 
Date:   Sun May 22 12:44:12 2011 -0400
 
89724
Author:     Ryan Lortie <desrt@desrt.ca>
 
89725
AuthorDate: Sun May 22 12:44:12 2011 -0400
 
89726
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89727
CommitDate: Fri May 27 22:36:16 2011 -0400
78699
89728
 
78700
89729
    Add G_STATIC_ASSERT_EXPR macro
78701
89730
 
78706
89735
 2 files changed, 19 insertions(+)
78707
89736
 
78708
89737
commit 64d5a0404adc1658711631b773e29a5d43f9a1c6
78709
 
Author: Matthias Clasen <mclasen@redhat.com>
78710
 
Date:   Fri May 27 20:22:20 2011 -0400
 
89738
Author:     Matthias Clasen <mclasen@redhat.com>
 
89739
AuthorDate: Fri May 27 20:22:20 2011 -0400
 
89740
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89741
CommitDate: Fri May 27 20:22:20 2011 -0400
78711
89742
 
78712
89743
    GThread: expand the docs
78713
89744
 
78718
89749
 1 file changed, 6 insertions(+), 3 deletions(-)
78719
89750
 
78720
89751
commit 7d0eac03e9cd88b33f68a7a451992d1f222573a2
78721
 
Author: Matthias Clasen <mclasen@redhat.com>
78722
 
Date:   Fri May 27 18:30:45 2011 -0400
 
89752
Author:     Matthias Clasen <mclasen@redhat.com>
 
89753
AuthorDate: Fri May 27 18:30:45 2011 -0400
 
89754
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89755
CommitDate: Fri May 27 18:30:45 2011 -0400
78723
89756
 
78724
89757
    glib-compile-schemas: write informational messages to stdout
78725
89758
 
78733
89766
 1 file changed, 3 insertions(+), 3 deletions(-)
78734
89767
 
78735
89768
commit dfcac7b23e7cfbefc02f2d8772970340d7dd7fb5
78736
 
Author: Colin Walters <walters@verbum.org>
78737
 
Date:   Fri May 27 16:10:21 2011 -0400
 
89769
Author:     Colin Walters <walters@verbum.org>
 
89770
AuthorDate: Fri May 27 16:10:21 2011 -0400
 
89771
Commit:     Colin Walters <walters@verbum.org>
 
89772
CommitDate: Fri May 27 16:12:58 2011 -0400
78738
89773
 
78739
89774
    g_variant_new_dict_entry: Fix documentation and annotations
78740
89775
 
78747
89782
 1 file changed, 4 insertions(+), 6 deletions(-)
78748
89783
 
78749
89784
commit 5345d21150848d9865f8bd2cd562a2484849db9b
78750
 
Author: Matthias Clasen <mclasen@redhat.com>
78751
 
Date:   Fri May 27 16:08:57 2011 -0400
 
89785
Author:     Matthias Clasen <mclasen@redhat.com>
 
89786
AuthorDate: Fri May 27 16:08:57 2011 -0400
 
89787
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89788
CommitDate: Fri May 27 16:09:34 2011 -0400
78752
89789
 
78753
89790
    forgotten test
78754
89791
 
78757
89794
 1 file changed, 133 insertions(+)
78758
89795
 
78759
89796
commit 39ba9c8e49a23c6f8a65e68af64ad5a52c26db08
78760
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
78761
 
Date:   Fri May 27 16:03:04 2011 -0400
 
89797
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
89798
AuthorDate: Fri May 27 16:03:04 2011 -0400
 
89799
Commit:     Colin Walters <walters@verbum.org>
 
89800
CommitDate: Fri May 27 16:05:56 2011 -0400
78762
89801
 
78763
89802
    g_variant_get_child_value: Add a precondition on length
78764
89803
 
78771
89810
 1 file changed, 2 insertions(+)
78772
89811
 
78773
89812
commit e61fa51fd5acd6f448a2200e737b7bea033066f9
78774
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
78775
 
Date:   Sun Apr 3 17:18:44 2011 +0200
 
89813
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
89814
AuthorDate: Sun Apr 3 17:18:44 2011 +0200
 
89815
Commit:     Colin Walters <walters@verbum.org>
 
89816
CommitDate: Fri May 27 15:56:50 2011 -0400
78776
89817
 
78777
89818
    GVariant: fix introspection annotations
78778
89819
 
78788
89829
 3 files changed, 92 insertions(+), 85 deletions(-)
78789
89830
 
78790
89831
commit 77f4f5aa02458e6c7f909dc6087a39d9b75d0ba6
78791
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
78792
 
Date:   Fri May 27 15:51:08 2011 +0200
 
89832
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
89833
AuthorDate: Fri May 27 15:51:08 2011 +0200
 
89834
Commit:     Dan Winship <danw@gnome.org>
 
89835
CommitDate: Fri May 27 14:22:56 2011 -0400
78793
89836
 
78794
89837
    Add glib credentials support to OpenBSD.
78795
89838
 
78804
89847
 5 files changed, 123 insertions(+), 26 deletions(-)
78805
89848
 
78806
89849
commit 2ee470a71fdc3707cf4e093b22ab0f46ffab82e2
78807
 
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
78808
 
Date:   Fri May 27 17:39:38 2011 +0200
 
89850
Author:     Antoine Jacoutot <ajacoutot@openbsd.org>
 
89851
AuthorDate: Fri May 27 17:39:38 2011 +0200
 
89852
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89853
CommitDate: Fri May 27 12:00:41 2011 -0400
78809
89854
 
78810
89855
    Don't hardcode path to true(1).
78811
89856
 
78818
89863
 1 file changed, 1 insertion(+), 1 deletion(-)
78819
89864
 
78820
89865
commit 5d7b67a6c361f747c8ac32d18248cc0923fe73aa
78821
 
Author: Matthias Clasen <mclasen@redhat.com>
78822
 
Date:   Thu May 26 21:52:50 2011 -0400
 
89866
Author:     Matthias Clasen <mclasen@redhat.com>
 
89867
AuthorDate: Thu May 26 21:52:50 2011 -0400
 
89868
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89869
CommitDate: Thu May 26 21:52:50 2011 -0400
78823
89870
 
78824
89871
    Preserve consistency when removing all nodes from a hash table
78825
89872
 
78837
89884
 1 file changed, 10 insertions(+), 4 deletions(-)
78838
89885
 
78839
89886
commit b92861b5a0fd4be7b5b5e494c424b0e8d48a6b7f
78840
 
Author: David Schleef <ds@schleef.org>
78841
 
Date:   Tue May 24 14:35:20 2011 -0700
 
89887
Author:     David Schleef <ds@schleef.org>
 
89888
AuthorDate: Tue May 24 14:35:20 2011 -0700
 
89889
Commit:     Matthias Clasen <mclasen@redhat.com>
 
89890
CommitDate: Thu May 26 20:56:51 2011 -0400
78842
89891
 
78843
89892
    main: Use public function in documentation
78844
89893
 
78848
89897
 1 file changed, 1 insertion(+), 1 deletion(-)
78849
89898
 
78850
89899
commit 25440ce014dd555cbb60b3964f8a19b5674523da
78851
 
Author: David Zeuthen <davidz@redhat.com>
78852
 
Date:   Thu May 26 10:18:44 2011 -0400
 
89900
Author:     David Zeuthen <davidz@redhat.com>
 
89901
AuthorDate: Thu May 26 10:18:44 2011 -0400
 
89902
Commit:     David Zeuthen <davidz@redhat.com>
 
89903
CommitDate: Thu May 26 10:18:44 2011 -0400
78853
89904
 
78854
89905
    GDBusProxy: Mention gdbus-codegen in docs
78855
89906
 
78859
89910
 1 file changed, 9 insertions(+), 7 deletions(-)
78860
89911
 
78861
89912
commit 06f5de77f04f16480e642f7efee9dc4bdfba6778
78862
 
Author: David Zeuthen <davidz@redhat.com>
78863
 
Date:   Thu May 26 10:07:38 2011 -0400
 
89913
Author:     David Zeuthen <davidz@redhat.com>
 
89914
AuthorDate: Thu May 26 10:07:38 2011 -0400
 
89915
Commit:     David Zeuthen <davidz@redhat.com>
 
89916
CommitDate: Thu May 26 10:07:38 2011 -0400
78864
89917
 
78865
89918
    GDBusProxy: Fix incorrect locking
78866
89919
 
78872
89925
 1 file changed, 27 insertions(+), 9 deletions(-)
78873
89926
 
78874
89927
commit c0f4a63c89332ee18c1ddf1fe48fe04b16b27fa3
78875
 
Author: David Zeuthen <davidz@redhat.com>
78876
 
Date:   Thu May 26 09:54:47 2011 -0400
 
89928
Author:     David Zeuthen <davidz@redhat.com>
 
89929
AuthorDate: Thu May 26 09:54:47 2011 -0400
 
89930
Commit:     David Zeuthen <davidz@redhat.com>
 
89931
CommitDate: Thu May 26 09:56:14 2011 -0400
78877
89932
 
78878
89933
    GDBusProxy: Add locking and notes/guarantees about MT safety
78879
89934
 
78887
89942
 1 file changed, 44 insertions(+), 4 deletions(-)
78888
89943
 
78889
89944
commit 7e0f890e3811c23d331079c3e878d0c1df4ae282
78890
 
Author: David Zeuthen <davidz@redhat.com>
78891
 
Date:   Thu May 26 09:26:29 2011 -0400
 
89945
Author:     David Zeuthen <davidz@redhat.com>
 
89946
AuthorDate: Thu May 26 09:26:29 2011 -0400
 
89947
Commit:     David Zeuthen <davidz@redhat.com>
 
89948
CommitDate: Thu May 26 09:26:29 2011 -0400
78892
89949
 
78893
89950
    GDBusProxy: Fix race condition when unsubscribing from signals
78894
89951
 
78903
89960
 1 file changed, 97 insertions(+), 19 deletions(-)
78904
89961
 
78905
89962
commit 9936f961ba0f71e6097436264a79ba801cebbbf5
78906
 
Author: Richard Hughes <richard@hughsie.com>
78907
 
Date:   Thu May 26 12:37:24 2011 +0100
 
89963
Author:     Richard Hughes <richard@hughsie.com>
 
89964
AuthorDate: Thu May 26 12:37:24 2011 +0100
 
89965
Commit:     Richard Hughes <richard@hughsie.com>
 
89966
CommitDate: Thu May 26 12:37:36 2011 +0100
78908
89967
 
78909
89968
    Correct the annotation for g_file_enumerator_get_container()
78910
89969
 
78915
89974
 1 file changed, 1 insertion(+), 1 deletion(-)
78916
89975
 
78917
89976
commit 30672af7ff881ceaf9834385afd6138a969147c8
78918
 
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
78919
 
Date:   Wed May 11 16:42:14 2011 +0200
 
89977
Author:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
89978
AuthorDate: Wed May 11 16:42:14 2011 +0200
 
89979
Commit:     Marc-André Lureau <marcandre.lureau@gmail.com>
 
89980
CommitDate: Thu May 26 11:19:20 2011 +0200
78920
89981
 
78921
89982
    gthread: build unix tests only on unix
78922
89983
 
78929
89990
 1 file changed, 2 insertions(+)
78930
89991
 
78931
89992
commit 3f569d2b5b00d5f65c8332bb54588d701937d1e2
78932
 
Author: David Zeuthen <davidz@redhat.com>
78933
 
Date:   Tue May 24 07:34:30 2011 -0400
 
89993
Author:     David Zeuthen <davidz@redhat.com>
 
89994
AuthorDate: Tue May 24 07:34:30 2011 -0400
 
89995
Commit:     David Zeuthen <davidz@redhat.com>
 
89996
CommitDate: Tue May 24 07:34:30 2011 -0400
78934
89997
 
78935
89998
    gdbus-codegen: Fix up example to not use non-existant method
78936
89999
 
78940
90003
 1 file changed, 11 insertions(+), 8 deletions(-)
78941
90004
 
78942
90005
commit ab18737eade8626ca7e3ed6e1eec7dca34a42b0b
78943
 
Author: David Zeuthen <davidz@redhat.com>
78944
 
Date:   Tue May 24 00:27:43 2011 -0400
 
90006
Author:     David Zeuthen <davidz@redhat.com>
 
90007
AuthorDate: Tue May 24 00:27:43 2011 -0400
 
90008
Commit:     David Zeuthen <davidz@redhat.com>
 
90009
CommitDate: Tue May 24 00:27:43 2011 -0400
78945
90010
 
78946
90011
    gdbus-codegen: Properly render @param and %TRUE in generated Docbook
78947
90012
 
78954
90019
 3 files changed, 67 insertions(+), 58 deletions(-)
78955
90020
 
78956
90021
commit 263ce3042ccf596f5cd59b1defa546df2602597d
78957
 
Author: David Zeuthen <davidz@redhat.com>
78958
 
Date:   Mon May 23 23:22:04 2011 -0400
 
90022
Author:     David Zeuthen <davidz@redhat.com>
 
90023
AuthorDate: Mon May 23 23:22:04 2011 -0400
 
90024
Commit:     David Zeuthen <davidz@redhat.com>
 
90025
CommitDate: Mon May 23 23:23:10 2011 -0400
78959
90026
 
78960
90027
    gdbus-codegen: Handle unexpected XML tags
78961
90028
 
78970
90037
 2 files changed, 39 insertions(+), 10 deletions(-)
78971
90038
 
78972
90039
commit 0aae977ac13966120f3efc1bcdac4d5be1d97aa3
78973
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
78974
 
Date:   Thu Apr 21 23:45:59 2011 +0200
 
90040
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90041
AuthorDate: Thu Apr 21 23:45:59 2011 +0200
 
90042
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90043
CommitDate: Mon May 23 22:15:56 2011 +0200
78975
90044
 
78976
90045
    gdbusintrospection: fix introspection of DBus Introspection structures
78977
90046
 
78985
90054
 1 file changed, 15 insertions(+), 15 deletions(-)
78986
90055
 
78987
90056
commit eabad1923e7b0f133f8f38e57601a97521e38cfe
78988
 
Author: Ray Strode <rstrode@redhat.com>
78989
 
Date:   Mon May 23 13:39:09 2011 -0400
 
90057
Author:     Ray Strode <rstrode@redhat.com>
 
90058
AuthorDate: Mon May 23 13:39:09 2011 -0400
 
90059
Commit:     Ray Strode <rstrode@redhat.com>
 
90060
CommitDate: Mon May 23 13:40:02 2011 -0400
78990
90061
 
78991
90062
    Revert "gsettings-tool: warn if setting a value fails"
78992
90063
 
79001
90072
 1 file changed, 3 insertions(+), 11 deletions(-)
79002
90073
 
79003
90074
commit ce0f7cafa1746a94f90b74860c2890b6c18ca385
79004
 
Author: Antoine Jacoutot <ajacoutot@bsdfrog.org>
79005
 
Date:   Mon May 23 19:11:10 2011 +0200
 
90075
Author:     Antoine Jacoutot <ajacoutot@bsdfrog.org>
 
90076
AuthorDate: Mon May 23 19:11:10 2011 +0200
 
90077
Commit:     Colin Walters <walters@verbum.org>
 
90078
CommitDate: Mon May 23 13:05:49 2011 -0400
79006
90079
 
79007
90080
    Fix build with gcc-2.*.
79008
90081
 
79013
90086
 2 files changed, 8 insertions(+), 6 deletions(-)
79014
90087
 
79015
90088
commit c61fd66e77b6db4a6e73acaf5cdaf8bc74b3d914
79016
 
Author: Seán de Búrca <leftmostcat@gmail.com>
79017
 
Date:   Mon May 23 00:35:46 2011 -0600
 
90089
Author:     Seán de Búrca <leftmostcat@gmail.com>
 
90090
AuthorDate: Mon May 23 00:35:46 2011 -0600
 
90091
Commit:     Seán de Búrca <leftmostcat@gmail.com>
 
90092
CommitDate: Mon May 23 00:38:11 2011 -0600
79018
90093
 
79019
90094
    Updated Irish translation.
79020
90095
 
79023
90098
 1 file changed, 1522 insertions(+), 705 deletions(-)
79024
90099
 
79025
90100
commit 77110304cc3e01f60235286b61082ea6dd602d06
79026
 
Author: Matthias Clasen <mclasen@redhat.com>
79027
 
Date:   Mon May 23 00:48:10 2011 -0400
 
90101
Author:     Matthias Clasen <mclasen@redhat.com>
 
90102
AuthorDate: Mon May 23 00:48:10 2011 -0400
 
90103
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90104
CommitDate: Mon May 23 00:48:10 2011 -0400
79028
90105
 
79029
90106
    Cosmetic changes
79030
90107
 
79034
90111
 1 file changed, 1 insertion(+), 1 deletion(-)
79035
90112
 
79036
90113
commit 88f23fb1d9aa0f84cbeebe086db022864a7eb3be
79037
 
Author: Matthias Clasen <mclasen@redhat.com>
79038
 
Date:   Mon May 23 00:40:33 2011 -0400
 
90114
Author:     Matthias Clasen <mclasen@redhat.com>
 
90115
AuthorDate: Mon May 23 00:40:33 2011 -0400
 
90116
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90117
CommitDate: Mon May 23 00:40:33 2011 -0400
79039
90118
 
79040
90119
    Cosmetics
79041
90120
 
79047
90126
 1 file changed, 11 insertions(+), 10 deletions(-)
79048
90127
 
79049
90128
commit b5056fbaf90829e2190458447d9c0f31e0179dc3
79050
 
Author: Matthias Clasen <mclasen@redhat.com>
79051
 
Date:   Mon May 23 00:21:06 2011 -0400
 
90129
Author:     Matthias Clasen <mclasen@redhat.com>
 
90130
AuthorDate: Mon May 23 00:21:06 2011 -0400
 
90131
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90132
CommitDate: Mon May 23 00:21:06 2011 -0400
79052
90133
 
79053
90134
    Simply symbols files
79054
90135
 
79067
90148
 7 files changed, 353 insertions(+), 1598 deletions(-)
79068
90149
 
79069
90150
commit dec7d41275b025e94beb16f656ce0db70286469f
79070
 
Author: Matthias Clasen <mclasen@redhat.com>
79071
 
Date:   Sun May 22 16:31:43 2011 -0400
 
90151
Author:     Matthias Clasen <mclasen@redhat.com>
 
90152
AuthorDate: Sun May 22 16:31:43 2011 -0400
 
90153
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90154
CommitDate: Sun May 22 16:31:43 2011 -0400
79072
90155
 
79073
90156
    Improve atomic ops implementation
79074
90157
 
79088
90171
 3 files changed, 65 insertions(+), 19 deletions(-)
79089
90172
 
79090
90173
commit 9255350a70ea53f719b395d200b9e35a5dcb6d3c
79091
 
Author: Matthias Clasen <mclasen@redhat.com>
79092
 
Date:   Sun May 22 01:29:22 2011 -0400
 
90174
Author:     Matthias Clasen <mclasen@redhat.com>
 
90175
AuthorDate: Sun May 22 01:29:22 2011 -0400
 
90176
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90177
CommitDate: Sun May 22 01:29:22 2011 -0400
79093
90178
 
79094
90179
    Add some atomic ops tests
79095
90180
 
79099
90184
 2 files changed, 76 insertions(+)
79100
90185
 
79101
90186
commit 22e7fc34c44c5ef95abf4fed429f2345410cc82c
79102
 
Author: Matthias Clasen <mclasen@redhat.com>
79103
 
Date:   Sun May 22 00:33:05 2011 -0400
 
90187
Author:     Matthias Clasen <mclasen@redhat.com>
 
90188
AuthorDate: Sun May 22 00:33:05 2011 -0400
 
90189
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90190
CommitDate: Sun May 22 00:33:05 2011 -0400
79104
90191
 
79105
90192
    Fix HAVE_FUTEX definition
79106
90193
 
79108
90195
 1 file changed, 4 insertions(+), 3 deletions(-)
79109
90196
 
79110
90197
commit f92438463464c827a1f28d7a1c42bc74a75bdb72
79111
 
Author: Matthias Clasen <mclasen@redhat.com>
79112
 
Date:   Sat May 21 20:56:04 2011 -0400
 
90198
Author:     Matthias Clasen <mclasen@redhat.com>
 
90199
AuthorDate: Sat May 21 20:56:04 2011 -0400
 
90200
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90201
CommitDate: Sat May 21 20:56:04 2011 -0400
79113
90202
 
79114
90203
    Trivial: fix a typo
79115
90204
 
79117
90206
 1 file changed, 2 insertions(+), 2 deletions(-)
79118
90207
 
79119
90208
commit c38b7d769e57e8be6f8c43c4f306396740559306
79120
 
Author: Matthias Clasen <mclasen@redhat.com>
79121
 
Date:   Sat May 21 11:14:05 2011 -0400
 
90209
Author:     Matthias Clasen <mclasen@redhat.com>
 
90210
AuthorDate: Sat May 21 11:14:05 2011 -0400
 
90211
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90212
CommitDate: Sat May 21 11:14:05 2011 -0400
79122
90213
 
79123
90214
    Revert "g_key_file_has_key_full: Clarify the docs"
79124
90215
 
79128
90219
 1 file changed, 2 insertions(+), 3 deletions(-)
79129
90220
 
79130
90221
commit 4ddb84999d47816624f9ae7dcba181cbccd5c4d9
79131
 
Author: Matthias Clasen <mclasen@redhat.com>
79132
 
Date:   Sat May 21 11:12:08 2011 -0400
 
90222
Author:     Matthias Clasen <mclasen@redhat.com>
 
90223
AuthorDate: Sat May 21 11:12:08 2011 -0400
 
90224
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90225
CommitDate: Sat May 21 11:12:08 2011 -0400
79133
90226
 
79134
90227
    g_key_file_has_key_full: Clarify the docs
79135
90228
 
79137
90230
 1 file changed, 3 insertions(+), 2 deletions(-)
79138
90231
 
79139
90232
commit 120b85a31b061f17608a3b691d412ef17ca93681
79140
 
Author: Matthias Clasen <mclasen@redhat.com>
79141
 
Date:   Fri May 20 15:07:08 2011 -0400
 
90233
Author:     Matthias Clasen <mclasen@redhat.com>
 
90234
AuthorDate: Fri May 20 15:07:08 2011 -0400
 
90235
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90236
CommitDate: Fri May 20 15:07:08 2011 -0400
79142
90237
 
79143
90238
    Enforce rules about modifying hash tables in callbacks
79144
90239
 
79152
90247
 2 files changed, 116 insertions(+), 9 deletions(-)
79153
90248
 
79154
90249
commit afc5319a273d2154cb725110f170a7e7c6b87076
79155
 
Author: Matthias Clasen <mclasen@redhat.com>
79156
 
Date:   Thu May 19 23:50:03 2011 -0400
 
90250
Author:     Matthias Clasen <mclasen@redhat.com>
 
90251
AuthorDate: Thu May 19 23:50:03 2011 -0400
 
90252
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90253
CommitDate: Thu May 19 23:51:43 2011 -0400
79157
90254
 
79158
90255
    Be more careful when calling destroy notifies
79159
90256
 
79168
90265
 2 files changed, 91 insertions(+), 48 deletions(-)
79169
90266
 
79170
90267
commit 7c63370e3a81c9d6138924e88d868005414c08aa
79171
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
79172
 
Date:   Sun Apr 3 15:51:04 2011 +0200
 
90268
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90269
AuthorDate: Sun Apr 3 15:51:04 2011 +0200
 
90270
Commit:     Colin Walters <walters@verbum.org>
 
90271
CommitDate: Thu May 19 17:39:33 2011 -0400
79173
90272
 
79174
90273
    GObject: move GLib type definitions to a separate header
79175
90274
 
79187
90286
 4 files changed, 205 insertions(+), 163 deletions(-)
79188
90287
 
79189
90288
commit 9793919d7b6a1469f1d7b43a500cd4ec99234621
79190
 
Author: Ryan Lortie <desrt@desrt.ca>
79191
 
Date:   Wed May 18 17:56:50 2011 -0400
 
90289
Author:     Ryan Lortie <desrt@desrt.ca>
 
90290
AuthorDate: Wed May 18 17:56:50 2011 -0400
 
90291
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90292
CommitDate: Wed May 18 17:56:50 2011 -0400
79192
90293
 
79193
90294
    Whitespace fixes
79194
90295
 
79199
90300
 4 files changed, 17 insertions(+), 17 deletions(-)
79200
90301
 
79201
90302
commit 0e63b57eea5b1785a9831864aa2fac5ec29d26a1
79202
 
Author: Ryan Lortie <desrt@desrt.ca>
79203
 
Date:   Wed May 18 17:53:07 2011 -0400
 
90303
Author:     Ryan Lortie <desrt@desrt.ca>
 
90304
AuthorDate: Wed May 18 17:53:07 2011 -0400
 
90305
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90306
CommitDate: Wed May 18 17:53:07 2011 -0400
79204
90307
 
79205
90308
    GApplication: fix remote action states
79206
90309
 
79214
90317
 1 file changed, 31 insertions(+), 24 deletions(-)
79215
90318
 
79216
90319
commit 0e10116b3b2c26a30722317ebf4347f1c2d964a9
79217
 
Author: Ryan Lortie <desrt@desrt.ca>
79218
 
Date:   Wed May 18 16:12:04 2011 -0400
 
90320
Author:     Ryan Lortie <desrt@desrt.ca>
 
90321
AuthorDate: Wed May 18 16:12:04 2011 -0400
 
90322
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90323
CommitDate: Wed May 18 16:13:03 2011 -0400
79219
90324
 
79220
90325
    Add debug output to GApplication actions example
79221
90326
 
79226
90331
 1 file changed, 41 insertions(+), 2 deletions(-)
79227
90332
 
79228
90333
commit 3f3b2bd82b9674d22cd64d76af68ddbc9cf80115
79229
 
Author: Jasper Lievisse Adriaanse <jasper@humppa.nl>
79230
 
Date:   Wed May 18 12:01:44 2011 -0400
 
90334
Author:     Jasper Lievisse Adriaanse <jasper@humppa.nl>
 
90335
AuthorDate: Wed May 18 12:01:44 2011 -0400
 
90336
Commit:     Colin Walters <walters@verbum.org>
 
90337
CommitDate: Wed May 18 12:08:09 2011 -0400
79231
90338
 
79232
90339
    gatomic: #include gthread.h to fix compilation on nonoptimized
79233
90340
    architectures
79243
90350
 1 file changed, 1 insertion(+)
79244
90351
 
79245
90352
commit 5645c7aa41c25de39943db2099699ea66e2cad6e
79246
 
Author: Colin Walters <walters@verbum.org>
79247
 
Date:   Wed May 18 11:57:21 2011 -0400
 
90353
Author:     Colin Walters <walters@verbum.org>
 
90354
AuthorDate: Wed May 18 11:57:21 2011 -0400
 
90355
Commit:     Colin Walters <walters@verbum.org>
 
90356
CommitDate: Wed May 18 11:57:21 2011 -0400
79248
90357
 
79249
90358
    gtype: Remove unused variable
79250
90359
 
79252
90361
 1 file changed, 1 deletion(-)
79253
90362
 
79254
90363
commit 9966fe4493455dcdfe64483a50676891a878c72b
79255
 
Author: Colin Walters <walters@verbum.org>
79256
 
Date:   Mon May 16 15:30:31 2011 -0400
 
90364
Author:     Colin Walters <walters@verbum.org>
 
90365
AuthorDate: Mon May 16 15:30:31 2011 -0400
 
90366
Commit:     Colin Walters <walters@verbum.org>
 
90367
CommitDate: Wed May 18 11:53:21 2011 -0400
79257
90368
 
79258
90369
    g_key_file_has_key_full: New function to fix g_key_file_has_key()'s
79259
90370
    GError semantics
79273
90384
 5 files changed, 74 insertions(+), 3 deletions(-)
79274
90385
 
79275
90386
commit b539004d1327a787940a98d6d249225e574eb338
79276
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
79277
 
Date:   Wed May 18 12:39:31 2011 +0200
 
90387
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
90388
AuthorDate: Wed May 18 12:39:31 2011 +0200
 
90389
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
90390
CommitDate: Wed May 18 12:39:56 2011 +0200
79278
90391
 
79279
90392
    Fix short day names in Hungarian translation
79280
90393
 
79282
90395
 1 file changed, 6 insertions(+), 6 deletions(-)
79283
90396
 
79284
90397
commit f529dc0e086f604a52ddb72f1a5baf48a9b78a29
79285
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
79286
 
Date:   Wed May 18 11:14:00 2011 +0800
 
90398
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
90399
AuthorDate: Wed May 18 11:14:00 2011 +0800
 
90400
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
90401
CommitDate: Wed May 18 11:14:00 2011 +0800
79287
90402
 
79288
90403
    Update Visual C++ README.txt
79289
90404
 
79294
90409
 2 files changed, 4 insertions(+), 4 deletions(-)
79295
90410
 
79296
90411
commit 8148a3c396a76012da6fc2241128a2b428c818ff
79297
 
Author: Ryan Lortie <desrt@desrt.ca>
79298
 
Date:   Tue May 17 11:58:46 2011 -0400
 
90412
Author:     Ryan Lortie <desrt@desrt.ca>
 
90413
AuthorDate: Tue May 17 11:58:46 2011 -0400
 
90414
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90415
CommitDate: Tue May 17 11:58:46 2011 -0400
79299
90416
 
79300
90417
    Fix gsettings tool string handling
79301
90418
 
79313
90430
 1 file changed, 24 insertions(+), 12 deletions(-)
79314
90431
 
79315
90432
commit d9440687ff13bd36b8c5696ce84327999589d04e
79316
 
Author: Benjamin Otte <otte@redhat.com>
79317
 
Date:   Tue May 17 14:58:39 2011 +0200
 
90433
Author:     Benjamin Otte <otte@redhat.com>
 
90434
AuthorDate: Tue May 17 14:58:39 2011 +0200
 
90435
Commit:     Benjamin Otte <otte@redhat.com>
 
90436
CommitDate: Tue May 17 15:01:36 2011 +0200
79318
90437
 
79319
90438
    gobject: Speed up g_type_from_name()
79320
90439
 
79329
90448
 1 file changed, 5 insertions(+), 13 deletions(-)
79330
90449
 
79331
90450
commit aeac5de2f8eeaadcdc7e021694d92470834fece8
79332
 
Author: John Lindgren <john.lindgren@tds.net>
79333
 
Date:   Mon May 16 23:03:30 2011 -0400
 
90451
Author:     John Lindgren <john.lindgren@tds.net>
 
90452
AuthorDate: Mon May 16 23:03:30 2011 -0400
 
90453
Commit:     Ray Strode <rstrode@redhat.com>
 
90454
CommitDate: Mon May 16 23:41:55 2011 -0400
79334
90455
 
79335
90456
    keyfile: fill parse buffer in line sized chunks
79336
90457
 
79351
90472
 1 file changed, 19 insertions(+), 2 deletions(-)
79352
90473
 
79353
90474
commit 9c1a44cf32ebeee00a0e2303832b9cea26c93b76
79354
 
Author: John Lindgren <john.lindgren@tds.net>
79355
 
Date:   Mon May 16 22:27:11 2011 -0400
 
90475
Author:     John Lindgren <john.lindgren@tds.net>
 
90476
AuthorDate: Mon May 16 22:27:11 2011 -0400
 
90477
Commit:     Ray Strode <rstrode@redhat.com>
 
90478
CommitDate: Mon May 16 23:36:39 2011 -0400
79356
90479
 
79357
90480
    keyfile: avoid needless allocations on file load
79358
90481
 
79371
90494
 1 file changed, 29 insertions(+), 7 deletions(-)
79372
90495
 
79373
90496
commit f96dc555d5b56aa56ad1d77bb3fde685ca612e68
79374
 
Author: Matthias Clasen <mclasen@redhat.com>
79375
 
Date:   Mon May 16 14:38:45 2011 -0400
 
90497
Author:     Matthias Clasen <mclasen@redhat.com>
 
90498
AuthorDate: Mon May 16 14:38:45 2011 -0400
 
90499
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90500
CommitDate: Mon May 16 14:39:53 2011 -0400
79376
90501
 
79377
90502
    Rename a problematic test binary
79378
90503
 
79389
90514
 3 files changed, 948 insertions(+), 948 deletions(-)
79390
90515
 
79391
90516
commit b5934de4562e073a0777d07eabe3e1cf327e7a66
79392
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
79393
 
Date:   Mon May 16 16:10:06 2011 +0100
 
90517
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
90518
AuthorDate: Mon May 16 16:10:06 2011 +0100
 
90519
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
90520
CommitDate: Mon May 16 16:10:06 2011 +0100
79394
90521
 
79395
90522
    Add gdbus autogenerated xml files to the ignore file
79396
90523
 
79398
90525
 1 file changed, 2 insertions(+)
79399
90526
 
79400
90527
commit 014b4b5ae9a14d3697c158908b01786496d539f1
79401
 
Author: Javier Jardón <jjardon@gnome.org>
79402
 
Date:   Mon May 16 12:51:59 2011 +0100
 
90528
Author:     Javier Jardón <jjardon@gnome.org>
 
90529
AuthorDate: Mon May 16 12:51:59 2011 +0100
 
90530
Commit:     Javier Jardón <jjardon@gnome.org>
 
90531
CommitDate: Mon May 16 12:51:59 2011 +0100
79403
90532
 
79404
90533
    m4macros/gsettings.m4: Use AS_HELP_STRING instead the deprecated
79405
90534
    AC_HELP_STRING
79408
90537
 1 file changed, 1 insertion(+), 1 deletion(-)
79409
90538
 
79410
90539
commit d2d3449a8ef4e3ad7236ed83a5ed0ce6a2b0e69f
79411
 
Author: Javier Jardón <jjardon@gnome.org>
79412
 
Date:   Mon May 16 11:51:29 2011 +0100
 
90540
Author:     Javier Jardón <jjardon@gnome.org>
 
90541
AuthorDate: Mon May 16 11:51:29 2011 +0100
 
90542
Commit:     Javier Jardón <jjardon@gnome.org>
 
90543
CommitDate: Mon May 16 12:03:24 2011 +0100
79413
90544
 
79414
90545
    autogen.sh: Use autoreconf instead custom script
79415
90546
 
79418
90549
 1 file changed, 15 insertions(+), 94 deletions(-)
79419
90550
 
79420
90551
commit 11e01802abcf006caa8e3c2ecf6cfd195db98fd9
79421
 
Author: David Zeuthen <davidz@redhat.com>
79422
 
Date:   Sun May 15 11:45:37 2011 -0400
 
90552
Author:     David Zeuthen <davidz@redhat.com>
 
90553
AuthorDate: Sun May 15 11:45:37 2011 -0400
 
90554
Commit:     David Zeuthen <davidz@redhat.com>
 
90555
CommitDate: Sun May 15 12:38:24 2011 -0400
79423
90556
 
79424
90557
    gdbus-codegen: Ensure that generated skeletons are MT-safe
79425
90558
 
79445
90578
 2 files changed, 74 insertions(+), 30 deletions(-)
79446
90579
 
79447
90580
commit 2122191595fc7059ff4838b967ea0beb19b18d47
79448
 
Author: Philip Withnall <philip@tecnocode.co.uk>
79449
 
Date:   Sun May 15 15:31:16 2011 +0100
 
90581
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
90582
AuthorDate: Sun May 15 15:31:16 2011 +0100
 
90583
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
90584
CommitDate: Sun May 15 15:31:16 2011 +0100
79450
90585
 
79451
90586
    docs: Improve punctuation in some of the GArray method documentation
79452
90587
 
79454
90589
 1 file changed, 9 insertions(+), 9 deletions(-)
79455
90590
 
79456
90591
commit cb7a5a8e94a3317961ef98b839e4cfce9abccb42
79457
 
Author: Benjamin Otte <otte@redhat.com>
79458
 
Date:   Sun May 15 16:16:30 2011 +0200
 
90592
Author:     Benjamin Otte <otte@redhat.com>
 
90593
AuthorDate: Sun May 15 16:16:30 2011 +0200
 
90594
Commit:     Benjamin Otte <otte@redhat.com>
 
90595
CommitDate: Sun May 15 16:16:30 2011 +0200
79459
90596
 
79460
90597
    docs: Add the cute trick comment to all sort functions
79461
90598
 
79468
90605
 1 file changed, 8 insertions(+), 2 deletions(-)
79469
90606
 
79470
90607
commit 80928ea403cfff5ffaa4bc73e84e3d4ebcb09123
79471
 
Author: Benjamin Otte <otte@redhat.com>
79472
 
Date:   Sun May 15 16:11:51 2011 +0200
 
90608
Author:     Benjamin Otte <otte@redhat.com>
 
90609
AuthorDate: Sun May 15 16:11:51 2011 +0200
 
90610
Commit:     Benjamin Otte <otte@redhat.com>
 
90611
CommitDate: Sun May 15 16:13:55 2011 +0200
79473
90612
 
79474
90613
    docs: Add a cute trick for achieving a stable sort
79475
90614
 
79481
90620
 1 file changed, 4 insertions(+), 1 deletion(-)
79482
90621
 
79483
90622
commit 125b896a4ed21c54047a368247f76c0b36e1554b
79484
 
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
79485
 
Date:   Sun May 15 10:16:59 2011 +0200
 
90623
Author:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
90624
AuthorDate: Sun May 15 10:16:59 2011 +0200
 
90625
Commit:     Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
 
90626
CommitDate: Sun May 15 10:16:59 2011 +0200
79486
90627
 
79487
90628
    Updated Esperanto translation
79488
90629
 
79491
90632
 1 file changed, 1597 insertions(+), 775 deletions(-)
79492
90633
 
79493
90634
commit ae10eca1162310b615db3bdce6791efcfc337c29
79494
 
Author: David Zeuthen <davidz@redhat.com>
79495
 
Date:   Fri May 13 14:23:14 2011 -0400
 
90635
Author:     David Zeuthen <davidz@redhat.com>
 
90636
AuthorDate: Fri May 13 14:23:14 2011 -0400
 
90637
Commit:     David Zeuthen <davidz@redhat.com>
 
90638
CommitDate: Fri May 13 14:24:22 2011 -0400
79496
90639
 
79497
90640
    gdbus-codegen: Use (skip) annotation on return values
79498
90641
 
79506
90649
 1 file changed, 2 insertions(+), 2 deletions(-)
79507
90650
 
79508
90651
commit 4a7a1bc4372995eaaac33c170c90e5441cb85c8c
79509
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
79510
 
Date:   Fri May 13 08:38:35 2011 +0300
 
90652
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
90653
AuthorDate: Fri May 13 08:38:35 2011 +0300
 
90654
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
90655
CommitDate: Fri May 13 08:38:35 2011 +0300
79511
90656
 
79512
90657
    Updated Hebrew translation.
79513
90658
 
79516
90661
 1 file changed, 381 insertions(+), 366 deletions(-)
79517
90662
 
79518
90663
commit b9e3e03767585e52771fd1faea42176138f25aa5
79519
 
Author: David Zeuthen <davidz@redhat.com>
79520
 
Date:   Thu May 12 15:36:34 2011 -0400
 
90664
Author:     David Zeuthen <davidz@redhat.com>
 
90665
AuthorDate: Thu May 12 15:36:34 2011 -0400
 
90666
Commit:     David Zeuthen <davidz@redhat.com>
 
90667
CommitDate: Thu May 12 15:36:34 2011 -0400
79521
90668
 
79522
90669
    GDBusConnection: Document that sockets are frobbed into non-blocking
79523
90670
    mode
79528
90675
 1 file changed, 11 insertions(+), 5 deletions(-)
79529
90676
 
79530
90677
commit ce77614142e20c8cfcb5de24a468c743ac0ff381
79531
 
Author: David Zeuthen <davidz@redhat.com>
79532
 
Date:   Wed May 11 21:16:41 2011 -0400
 
90678
Author:     David Zeuthen <davidz@redhat.com>
 
90679
AuthorDate: Wed May 11 21:16:41 2011 -0400
 
90680
Commit:     David Zeuthen <davidz@redhat.com>
 
90681
CommitDate: Wed May 11 21:16:41 2011 -0400
79533
90682
 
79534
90683
    gdbus-codegen: Mark members in generated class instance structs
79535
90684
    as private
79540
90689
 1 file changed, 5 insertions(+)
79541
90690
 
79542
90691
commit 5a811135f73057b81ef7080022d313bb58ee8419
79543
 
Author: David Zeuthen <davidz@redhat.com>
79544
 
Date:   Wed May 11 20:57:54 2011 -0400
 
90692
Author:     David Zeuthen <davidz@redhat.com>
 
90693
AuthorDate: Wed May 11 20:57:54 2011 -0400
 
90694
Commit:     David Zeuthen <davidz@redhat.com>
 
90695
CommitDate: Wed May 11 20:57:54 2011 -0400
79545
90696
 
79546
90697
    Add g_dbus_method_invocation_take_error() convenience method
79547
90698
 
79556
90707
 4 files changed, 26 insertions(+)
79557
90708
 
79558
90709
commit d39731724a4a7c1d63953f41207e01e98ca5d9a3
79559
 
Author: Colin Walters <walters@verbum.org>
79560
 
Date:   Wed May 11 17:13:57 2011 -0400
 
90710
Author:     Colin Walters <walters@verbum.org>
 
90711
AuthorDate: Wed May 11 17:13:57 2011 -0400
 
90712
Commit:     Colin Walters <walters@verbum.org>
 
90713
CommitDate: Wed May 11 17:13:57 2011 -0400
79561
90714
 
79562
90715
    gdbus-codegen: Fix annotation parsing
79563
90716
 
79567
90720
 1 file changed, 1 insertion(+), 1 deletion(-)
79568
90721
 
79569
90722
commit 97cd6fa2e3ea9318b8af65b4623057c4f5600fc2
79570
 
Author: Maarten Bosmans <mkbosmans@gmail.com>
79571
 
Date:   Wed May 11 15:47:00 2011 -0400
 
90723
Author:     Maarten Bosmans <mkbosmans@gmail.com>
 
90724
AuthorDate: Wed May 11 15:47:00 2011 -0400
 
90725
Commit:     Colin Walters <walters@verbum.org>
 
90726
CommitDate: Wed May 11 15:47:00 2011 -0400
79572
90727
 
79573
90728
    gdbus-codegen: Quote substitution variables
79574
90729
 
79582
90737
 1 file changed, 1 insertion(+), 1 deletion(-)
79583
90738
 
79584
90739
commit 61295f87c966f5f0aa35797831ae5e71ba8cd7b1
79585
 
Author: Colin Walters <walters@verbum.org>
79586
 
Date:   Wed May 11 15:02:23 2011 -0400
 
90740
Author:     Colin Walters <walters@verbum.org>
 
90741
AuthorDate: Wed May 11 15:02:23 2011 -0400
 
90742
Commit:     Colin Walters <walters@verbum.org>
 
90743
CommitDate: Wed May 11 15:39:34 2011 -0400
79587
90744
 
79588
90745
    gdbus-codegen: Drop dependency on argparse
79589
90746
 
79599
90756
 3 files changed, 24 insertions(+), 25 deletions(-)
79600
90757
 
79601
90758
commit eebb3647a1cab8deec8b97d666f6bd0c006438ea
79602
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
79603
 
Date:   Sun Apr 3 17:19:48 2011 +0200
 
90759
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90760
AuthorDate: Sun Apr 3 17:19:48 2011 +0200
 
90761
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90762
CommitDate: Wed May 11 20:10:25 2011 +0200
79604
90763
 
79605
90764
    gbase64: fix introspection annotations
79606
90765
 
79614
90773
 1 file changed, 21 insertions(+), 19 deletions(-)
79615
90774
 
79616
90775
commit c026cf56a178ef786b8a372d4c1cd01e2ab2a3c9
79617
 
Author: Colin Walters <walters@verbum.org>
79618
 
Date:   Wed May 11 13:19:05 2011 -0400
 
90776
Author:     Colin Walters <walters@verbum.org>
 
90777
AuthorDate: Wed May 11 13:19:05 2011 -0400
 
90778
Commit:     Colin Walters <walters@verbum.org>
 
90779
CommitDate: Wed May 11 13:19:05 2011 -0400
79619
90780
 
79620
90781
    gdatetime: Quiet GCC warning about possibly-uninitialized
79621
90782
 
79623
90784
 1 file changed, 4 insertions(+), 4 deletions(-)
79624
90785
 
79625
90786
commit c2a2350cc1905fb29167c0ee29d0c1f3c61a2865
79626
 
Author: Ryan Lortie <desrt@desrt.ca>
79627
 
Date:   Tue May 10 15:25:54 2011 +0200
 
90787
Author:     Ryan Lortie <desrt@desrt.ca>
 
90788
AuthorDate: Tue May 10 15:25:54 2011 +0200
 
90789
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90790
CommitDate: Tue May 10 15:25:54 2011 +0200
79628
90791
 
79629
90792
    GSettings: fix example in the docs
79630
90793
 
79632
90795
 1 file changed, 5 insertions(+), 5 deletions(-)
79633
90796
 
79634
90797
commit 53dc341b0d769905ffdde5f631942b20dfe09bf6
79635
 
Author: Giovanni Campagna <gcampagna@src.gnome.org>
79636
 
Date:   Tue May 3 18:54:45 2011 +0200
 
90798
Author:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90799
AuthorDate: Tue May 3 18:54:45 2011 +0200
 
90800
Commit:     Giovanni Campagna <gcampagna@src.gnome.org>
 
90801
CommitDate: Mon May 9 19:04:25 2011 +0200
79637
90802
 
79638
90803
    GDBusMethodInvocation: fix introspection annotations
79639
90804
 
79646
90811
 1 file changed, 7 insertions(+), 7 deletions(-)
79647
90812
 
79648
90813
commit 21c22914966ee4e114ee207036fc6e5640d0bda4
79649
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
79650
 
Date:   Sun May 8 14:12:23 2011 +0200
 
90814
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
90815
AuthorDate: Sun May 8 14:12:23 2011 +0200
 
90816
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
90817
CommitDate: Sun May 8 23:07:40 2011 +0200
79651
90818
 
79652
90819
    [gi] Add missing allow-none annotations to GDBusConnection
79653
90820
 
79656
90823
 1 file changed, 42 insertions(+), 30 deletions(-)
79657
90824
 
79658
90825
commit 3495f57d6bdfad164654541bc5d75dbb0caaae3f
79659
 
Author: Yuri Kozlov <yuray@komyakino.ru>
79660
 
Date:   Sun Mar 20 10:50:35 2011 +0300
 
90826
Author:     Yuri Kozlov <yuray@komyakino.ru>
 
90827
AuthorDate: Sun Mar 20 10:50:35 2011 +0300
 
90828
Commit:     Yuri Myasoedov <omerta13@yandex.ru>
 
90829
CommitDate: Sun May 8 12:05:09 2011 +0400
79661
90830
 
79662
90831
    Updated Russian translation
79663
90832
 
79666
90835
 1 file changed, 1757 insertions(+), 827 deletions(-)
79667
90836
 
79668
90837
commit 13211c5b60fb12c338af33c70aece6b76218647b
79669
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
79670
 
Date:   Sat May 7 12:38:56 2011 +0200
 
90838
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
90839
AuthorDate: Sat May 7 12:38:56 2011 +0200
 
90840
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
90841
CommitDate: Sat May 7 12:38:56 2011 +0200
79671
90842
 
79672
90843
    Updated Spanish translation
79673
90844
 
79676
90847
 1 file changed, 248 insertions(+), 261 deletions(-)
79677
90848
 
79678
90849
commit 1361ec78cd4c4c97fba8276552f2188e74f676b5
79679
 
Author: Ryan Lortie <desrt@desrt.ca>
79680
 
Date:   Sat May 7 11:42:46 2011 +0200
 
90850
Author:     Ryan Lortie <desrt@desrt.ca>
 
90851
AuthorDate: Sat May 7 11:42:46 2011 +0200
 
90852
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90853
CommitDate: Sat May 7 11:45:44 2011 +0200
79681
90854
 
79682
90855
    GSettings: keep resets on loss of writability
79683
90856
 
79692
90865
 1 file changed, 11 insertions(+), 3 deletions(-)
79693
90866
 
79694
90867
commit a38c97af519caa928a7d61af79c323a4ee2d8dfe
79695
 
Author: Ryan Lortie <desrt@desrt.ca>
79696
 
Date:   Sat May 7 11:41:19 2011 +0200
 
90868
Author:     Ryan Lortie <desrt@desrt.ca>
 
90869
AuthorDate: Sat May 7 11:41:19 2011 +0200
 
90870
Commit:     Ryan Lortie <desrt@desrt.ca>
 
90871
CommitDate: Sat May 7 11:45:44 2011 +0200
79697
90872
 
79698
90873
    Allow NULL to be stored into GSettings trees
79699
90874
 
79704
90879
 1 file changed, 8 insertions(+), 1 deletion(-)
79705
90880
 
79706
90881
commit 720d6ec8e42d1067d32556d9b50e8b83cf6ca4b9
79707
 
Author: David Zeuthen <davidz@redhat.com>
79708
 
Date:   Fri May 6 15:25:49 2011 -0400
 
90882
Author:     David Zeuthen <davidz@redhat.com>
 
90883
AuthorDate: Fri May 6 15:25:49 2011 -0400
 
90884
Commit:     David Zeuthen <davidz@redhat.com>
 
90885
CommitDate: Fri May 6 15:27:52 2011 -0400
79709
90886
 
79710
90887
    gdbus: Add a --timeout option
79711
90888
 
79716
90893
 2 files changed, 6 insertions(+), 1 deletion(-)
79717
90894
 
79718
90895
commit 7bcede9301b0beacdc2fcb71e652f87fdc1908e9
79719
 
Author: Ray Strode <rstrode@redhat.com>
79720
 
Date:   Fri May 6 13:00:38 2011 -0400
 
90896
Author:     Ray Strode <rstrode@redhat.com>
 
90897
AuthorDate: Fri May 6 13:00:38 2011 -0400
 
90898
Commit:     Ray Strode <rstrode@redhat.com>
 
90899
CommitDate: Fri May 6 13:00:38 2011 -0400
79721
90900
 
79722
90901
    gdbus-codegen: fix typo in man page
79723
90902
 
79727
90906
 1 file changed, 1 insertion(+), 1 deletion(-)
79728
90907
 
79729
90908
commit f773bd8b764232d6c691de1329a2defc66c0e51f
79730
 
Author: David Zeuthen <davidz@redhat.com>
79731
 
Date:   Fri May 6 10:32:42 2011 -0400
 
90909
Author:     David Zeuthen <davidz@redhat.com>
 
90910
AuthorDate: Fri May 6 10:32:42 2011 -0400
 
90911
Commit:     David Zeuthen <davidz@redhat.com>
 
90912
CommitDate: Fri May 6 10:32:42 2011 -0400
79732
90913
 
79733
90914
    gdbus-codegen: gracefully handle property get on proxy with no
79734
90915
    cached property
79755
90936
 1 file changed, 9 insertions(+), 2 deletions(-)
79756
90937
 
79757
90938
commit 3d3659c1b6b5cd65595e8b28b77f00ef58456dbd
79758
 
Author: Matthias Clasen <mclasen@redhat.com>
79759
 
Date:   Fri May 6 07:14:48 2011 -0400
 
90939
Author:     Matthias Clasen <mclasen@redhat.com>
 
90940
AuthorDate: Fri May 6 07:14:48 2011 -0400
 
90941
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90942
CommitDate: Fri May 6 07:14:48 2011 -0400
79760
90943
 
79761
90944
    Documentation additions
79762
90945
 
79767
90950
 1 file changed, 11 insertions(+), 3 deletions(-)
79768
90951
 
79769
90952
commit 914d10055cb15456c01b0b59cfa2ac167a065f77
79770
 
Author: Dan Winship <danw@gnome.org>
79771
 
Date:   Thu May 5 15:18:22 2011 -0400
 
90953
Author:     Dan Winship <danw@gnome.org>
 
90954
AuthorDate: Thu May 5 15:18:22 2011 -0400
 
90955
Commit:     Dan Winship <danw@gnome.org>
 
90956
CommitDate: Thu May 5 15:18:22 2011 -0400
79772
90957
 
79773
90958
    Add two annotations for g-i
79774
90959
 
79777
90962
 2 files changed, 2 insertions(+), 2 deletions(-)
79778
90963
 
79779
90964
commit 17d8d2cc44af8b6b656cc971e68d71115acb7e8c
79780
 
Author: Matthias Clasen <mclasen@redhat.com>
79781
 
Date:   Thu May 5 14:52:19 2011 -0400
 
90965
Author:     Matthias Clasen <mclasen@redhat.com>
 
90966
AuthorDate: Thu May 5 14:52:19 2011 -0400
 
90967
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90968
CommitDate: Thu May 5 14:57:09 2011 -0400
79782
90969
 
79783
90970
    Add tests for new GDateTime functionality
79784
90971
 
79787
90974
 1 file changed, 67 insertions(+), 1 deletion(-)
79788
90975
 
79789
90976
commit e15ecab0486aa851dcc15e6e4023354a4b8b481f
79790
 
Author: Matthias Clasen <mclasen@redhat.com>
79791
 
Date:   Thu May 5 13:40:51 2011 -0400
 
90977
Author:     Matthias Clasen <mclasen@redhat.com>
 
90978
AuthorDate: Thu May 5 13:40:51 2011 -0400
 
90979
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90980
CommitDate: Thu May 5 14:57:09 2011 -0400
79792
90981
 
79793
90982
    Expand the g_date_time_format documentation
79794
90983
 
79798
90987
 1 file changed, 41 insertions(+)
79799
90988
 
79800
90989
commit d23c33a04bd1d16f30efb1511cd8b698dc9c84b1
79801
 
Author: Matthias Clasen <mclasen@redhat.com>
79802
 
Date:   Thu May 5 13:16:30 2011 -0400
 
90990
Author:     Matthias Clasen <mclasen@redhat.com>
 
90991
AuthorDate: Thu May 5 13:16:30 2011 -0400
 
90992
Commit:     Matthias Clasen <mclasen@redhat.com>
 
90993
CommitDate: Thu May 5 14:57:09 2011 -0400
79803
90994
 
79804
90995
    GDateTime: enhance g_date_time_format()
79805
90996
 
79814
91005
 1 file changed, 100 insertions(+), 20 deletions(-)
79815
91006
 
79816
91007
commit 8932a1a7a3bf1bb68c2f2762f3674a149742b1fa
79817
 
Author: Colin Walters <walters@verbum.org>
79818
 
Date:   Thu May 5 13:16:54 2011 -0400
 
91008
Author:     Colin Walters <walters@verbum.org>
 
91009
AuthorDate: Thu May 5 13:16:54 2011 -0400
 
91010
Commit:     Colin Walters <walters@verbum.org>
 
91011
CommitDate: Thu May 5 14:09:11 2011 -0400
79819
91012
 
79820
91013
    GSocket: Use MSG_CMSG_CLOEXEC
79821
91014
 
79828
91021
 2 files changed, 20 insertions(+)
79829
91022
 
79830
91023
commit 7ca8691a934ac571ed034d5c01882ac8de19769c
79831
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
79832
 
Date:   Thu May 5 15:09:51 2011 +0800
 
91024
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91025
AuthorDate: Thu May 5 15:09:51 2011 +0800
 
91026
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91027
CommitDate: Thu May 5 15:09:51 2011 +0800
79833
91028
 
79834
91029
    Update VS2010 "install" project
79835
91030
 
79841
91036
 1 file changed, 8 insertions(+)
79842
91037
 
79843
91038
commit 9f90408e976a4e2c1bdc7debfe10601885a78402
79844
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
79845
 
Date:   Thu May 5 13:40:38 2011 +0800
 
91039
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91040
AuthorDate: Thu May 5 13:40:38 2011 +0800
 
91041
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91042
CommitDate: Thu May 5 13:40:38 2011 +0800
79846
91043
 
79847
91044
    Update gcancellable.c for Win32
79848
91045
 
79852
91049
 1 file changed, 1 insertion(+)
79853
91050
 
79854
91051
commit 8f484c482d452f89a9d9542f76014c2b2957e294
79855
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
79856
 
Date:   Thu May 5 13:36:34 2011 +0800
 
91052
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91053
AuthorDate: Thu May 5 13:36:34 2011 +0800
 
91054
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91055
CommitDate: Thu May 5 13:36:34 2011 +0800
79857
91056
 
79858
91057
    Update VS property sheets
79859
91058
 
79866
91065
 2 files changed, 27 insertions(+)
79867
91066
 
79868
91067
commit 58c5973a00c1f9708bc397ecaae64f040a5f65d0
79869
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
79870
 
Date:   Thu May 5 12:42:44 2011 +0800
 
91068
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91069
AuthorDate: Thu May 5 12:42:44 2011 +0800
 
91070
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91071
CommitDate: Thu May 5 12:42:44 2011 +0800
79871
91072
 
79872
91073
    MSVC support update for GObject
79873
91074
 
79881
91082
 2 files changed, 8 insertions(+)
79882
91083
 
79883
91084
commit 5b5299e1c49570caa85704f5225fde498015aee3
79884
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
79885
 
Date:   Thu May 5 12:35:45 2011 +0800
 
91085
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91086
AuthorDate: Thu May 5 12:35:45 2011 +0800
 
91087
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91088
CommitDate: Thu May 5 12:35:45 2011 +0800
79886
91089
 
79887
91090
    GLib MSVC Support updates (autotools)
79888
91091
 
79893
91096
 1 file changed, 3 insertions(+), 3 deletions(-)
79894
91097
 
79895
91098
commit 6c4b84d5ff10afdb9e86ce718a3fa7f6c54078ce
79896
 
Author: Matthias Clasen <mclasen@redhat.com>
79897
 
Date:   Wed May 4 21:26:11 2011 -0400
 
91099
Author:     Matthias Clasen <mclasen@redhat.com>
 
91100
AuthorDate: Wed May 4 21:26:11 2011 -0400
 
91101
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91102
CommitDate: Wed May 4 21:26:11 2011 -0400
79898
91103
 
79899
91104
    Post-release bump
79900
91105
 
79902
91107
 1 file changed, 1 insertion(+), 1 deletion(-)
79903
91108
 
79904
91109
commit 5b4da74bc75b91a1eac7c9b7eac39bf543ab7b6b
79905
 
Author: Matthias Clasen <mclasen@redhat.com>
79906
 
Date:   Wed May 4 20:45:46 2011 -0400
 
91110
Author:     Matthias Clasen <mclasen@redhat.com>
 
91111
AuthorDate: Wed May 4 20:45:46 2011 -0400
 
91112
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91113
CommitDate: Wed May 4 20:45:46 2011 -0400
79907
91114
 
79908
91115
    More distcheck fixes
79909
91116
 
79911
91118
 1 file changed, 2 insertions(+), 1 deletion(-)
79912
91119
 
79913
91120
commit d5d4659a60ed682d67bbfba853bfa62f221e1e3b
79914
 
Author: Matthias Clasen <mclasen@redhat.com>
79915
 
Date:   Wed May 4 19:44:05 2011 -0400
 
91121
Author:     Matthias Clasen <mclasen@redhat.com>
 
91122
AuthorDate: Wed May 4 19:44:05 2011 -0400
 
91123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91124
CommitDate: Wed May 4 19:44:05 2011 -0400
79916
91125
 
79917
91126
    Try to fix distcheck
79918
91127
 
79920
91129
 1 file changed, 1 insertion(+)
79921
91130
 
79922
91131
commit 6ea2291573a554eb15e1653c0dd8f0503edec9b7
79923
 
Author: Matthias Clasen <mclasen@redhat.com>
79924
 
Date:   Wed May 4 14:53:08 2011 -0400
 
91132
Author:     Matthias Clasen <mclasen@redhat.com>
 
91133
AuthorDate: Wed May 4 14:53:08 2011 -0400
 
91134
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91135
CommitDate: Wed May 4 14:53:08 2011 -0400
79925
91136
 
79926
91137
    Pre-release bump
79927
91138
 
79929
91140
 1 file changed, 1 insertion(+), 1 deletion(-)
79930
91141
 
79931
91142
commit 5b45c39b4b02f4f5c4665b505fb1cf3e84d0b6e8
79932
 
Author: Matthias Clasen <mclasen@redhat.com>
79933
 
Date:   Wed May 4 14:33:03 2011 -0400
 
91143
Author:     Matthias Clasen <mclasen@redhat.com>
 
91144
AuthorDate: Wed May 4 14:33:03 2011 -0400
 
91145
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91146
CommitDate: Wed May 4 14:33:03 2011 -0400
79934
91147
 
79935
91148
    Updates
79936
91149
 
79939
91152
 1 file changed, 68 insertions(+)
79940
91153
 
79941
91154
commit c0623501592eb484da46e76a1e1b0370c527f61b
79942
 
Author: Ray Strode <rstrode@redhat.com>
79943
 
Date:   Wed May 4 12:45:22 2011 -0400
 
91155
Author:     Ray Strode <rstrode@redhat.com>
 
91156
AuthorDate: Wed May 4 12:45:22 2011 -0400
 
91157
Commit:     Ray Strode <rstrode@redhat.com>
 
91158
CommitDate: Wed May 4 12:45:22 2011 -0400
79944
91159
 
79945
91160
    gdbus-codegen: don't assert non-negativity for unsigned values
79946
91161
 
79959
91174
 1 file changed, 4 insertions(+), 4 deletions(-)
79960
91175
 
79961
91176
commit e823ba10d3babd5ae61c69d96379ff34e9e978f8
79962
 
Author: Ryan Lortie <desrt@desrt.ca>
79963
 
Date:   Wed May 4 18:12:31 2011 +0200
 
91177
Author:     Ryan Lortie <desrt@desrt.ca>
 
91178
AuthorDate: Wed May 4 18:12:31 2011 +0200
 
91179
Commit:     Ryan Lortie <desrt@desrt.ca>
 
91180
CommitDate: Wed May 4 18:20:23 2011 +0200
79964
91181
 
79965
91182
    GVariant: Better handling of invalid UTF-8
79966
91183
 
79979
91196
 1 file changed, 10 insertions(+), 1 deletion(-)
79980
91197
 
79981
91198
commit d97cbc6731deab137770bc0fe9c69b06f689f5b4
79982
 
Author: Alexander Larsson <alexl@redhat.com>
79983
 
Date:   Wed May 4 13:54:34 2011 +0200
 
91199
Author:     Alexander Larsson <alexl@redhat.com>
 
91200
AuthorDate: Wed May 4 13:54:34 2011 +0200
 
91201
Commit:     Alexander Larsson <alexl@redhat.com>
 
91202
CommitDate: Wed May 4 13:54:34 2011 +0200
79984
91203
 
79985
91204
    gdbus-codegen: Make sure we pass -Werror
79986
91205
 
79991
91210
 1 file changed, 1 insertion(+), 1 deletion(-)
79992
91211
 
79993
91212
commit 985fd99e06469e7f64b2bbcf37b03ea14c4a30dc
79994
 
Author: Kjartan Maraas <kmaraas@gnome.org>
79995
 
Date:   Wed May 4 11:06:44 2011 +0200
 
91213
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
91214
AuthorDate: Wed May 4 11:06:44 2011 +0200
 
91215
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
91216
CommitDate: Wed May 4 11:07:32 2011 +0200
79996
91217
 
79997
91218
    Updated Norwegian bokmål translation
79998
91219
 
80001
91222
 1 file changed, 422 insertions(+), 411 deletions(-)
80002
91223
 
80003
91224
commit 1ab29b6c4a2ddf5a60b4cc353422d605197b7696
80004
 
Author: David Zeuthen <davidz@redhat.com>
80005
 
Date:   Wed May 4 03:37:46 2011 -0400
 
91225
Author:     David Zeuthen <davidz@redhat.com>
 
91226
AuthorDate: Wed May 4 03:37:46 2011 -0400
 
91227
Commit:     David Zeuthen <davidz@redhat.com>
 
91228
CommitDate: Wed May 4 03:43:52 2011 -0400
80006
91229
 
80007
91230
    GDBusObjectManagerServer: Allow setting :connection property
80008
91231
 
80027
91250
 6 files changed, 217 insertions(+), 75 deletions(-)
80028
91251
 
80029
91252
commit 542215b78ac52ffb96386ef63ee782981a1b8e49
80030
 
Author: Colin Walters <walters@verbum.org>
80031
 
Date:   Tue May 3 16:31:34 2011 -0400
 
91253
Author:     Colin Walters <walters@verbum.org>
 
91254
AuthorDate: Tue May 3 16:31:34 2011 -0400
 
91255
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91256
CommitDate: Tue May 3 23:34:17 2011 -0400
80032
91257
 
80033
91258
    Rename g_unix_pipe_flags to g_unix_open_pipe
80034
91259
 
80046
91271
 7 files changed, 13 insertions(+), 13 deletions(-)
80047
91272
 
80048
91273
commit ba5c9bd39f070acabee81c630ae2cbe678f1a99e
80049
 
Author: Matthias Clasen <mclasen@redhat.com>
80050
 
Date:   Tue May 3 19:15:46 2011 -0400
 
91274
Author:     Matthias Clasen <mclasen@redhat.com>
 
91275
AuthorDate: Tue May 3 19:15:46 2011 -0400
 
91276
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91277
CommitDate: Tue May 3 19:15:46 2011 -0400
80051
91278
 
80052
91279
    Remove extraneous decorations
80053
91280
 
80057
91284
 1 file changed, 1 insertion(+), 1 deletion(-)
80058
91285
 
80059
91286
commit 511070fb2803c799b953ac938b81c79c5e1036f8
80060
 
Author: Colin Walters <walters@verbum.org>
80061
 
Date:   Tue May 3 16:22:13 2011 -0400
 
91287
Author:     Colin Walters <walters@verbum.org>
 
91288
AuthorDate: Tue May 3 16:22:13 2011 -0400
 
91289
Commit:     Colin Walters <walters@verbum.org>
 
91290
CommitDate: Tue May 3 16:22:13 2011 -0400
80062
91291
 
80063
91292
    glib-unix.c: Don't leak FDs if pipe2() succeeds
80064
91293
 
80066
91295
 1 file changed, 2 insertions(+)
80067
91296
 
80068
91297
commit e5c986cbcf34f15397ab2032453cc4220ce480e4
80069
 
Author: Matthias Clasen <mclasen@redhat.com>
80070
 
Date:   Tue May 3 12:41:11 2011 -0400
 
91298
Author:     Matthias Clasen <mclasen@redhat.com>
 
91299
AuthorDate: Tue May 3 12:41:11 2011 -0400
 
91300
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91301
CommitDate: Tue May 3 12:41:11 2011 -0400
80071
91302
 
80072
91303
    Only remove the lines that are no longer needed
80073
91304
 
80075
91306
 1 file changed, 3 deletions(-)
80076
91307
 
80077
91308
commit 5d1aba24648adf7432391f725599d4a19727ece9
80078
 
Author: Matthias Clasen <mclasen@redhat.com>
80079
 
Date:   Tue May 3 12:37:45 2011 -0400
 
91309
Author:     Matthias Clasen <mclasen@redhat.com>
 
91310
AuthorDate: Tue May 3 12:37:45 2011 -0400
 
91311
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91312
CommitDate: Tue May 3 12:37:45 2011 -0400
80080
91313
 
80081
91314
    Revert "[build] Remove stale LDADD lines from tests/Makefile.am to
80082
91315
    allow build"
80087
91320
 1 file changed, 35 insertions(+)
80088
91321
 
80089
91322
commit 11bb78105dc2effcfe9c48365fa2e295fb48ee38
80090
 
Author: Colin Walters <walters@verbum.org>
80091
 
Date:   Tue May 3 10:57:22 2011 -0400
 
91323
Author:     Colin Walters <walters@verbum.org>
 
91324
AuthorDate: Tue May 3 10:57:22 2011 -0400
 
91325
Commit:     Colin Walters <walters@verbum.org>
 
91326
CommitDate: Tue May 3 10:57:22 2011 -0400
80092
91327
 
80093
91328
    Use g types in public API for consistency
80094
91329
 
80096
91331
 1 file changed, 9 insertions(+), 9 deletions(-)
80097
91332
 
80098
91333
commit c078223b388939f3f7cb77bdaa8b60aad0713756
80099
 
Author: Colin Walters <walters@verbum.org>
80100
 
Date:   Mon May 2 15:42:51 2011 -0400
 
91334
Author:     Colin Walters <walters@verbum.org>
 
91335
AuthorDate: Mon May 2 15:42:51 2011 -0400
 
91336
Commit:     Colin Walters <walters@verbum.org>
 
91337
CommitDate: Tue May 3 10:14:48 2011 -0400
80101
91338
 
80102
91339
    GCancellable: Use g_unix_pipe_flags with FD_CLOEXEC
80103
91340
 
80110
91347
 1 file changed, 1 insertion(+), 17 deletions(-)
80111
91348
 
80112
91349
commit ed37970a0405b5681bcd6449d4dc1b4f9080c4fa
80113
 
Author: Colin Walters <walters@verbum.org>
80114
 
Date:   Tue May 3 09:52:10 2011 -0400
 
91350
Author:     Colin Walters <walters@verbum.org>
 
91351
AuthorDate: Tue May 3 09:52:10 2011 -0400
 
91352
Commit:     Colin Walters <walters@verbum.org>
 
91353
CommitDate: Tue May 3 10:14:48 2011 -0400
80115
91354
 
80116
91355
    g_unix_set_fd_nonblocking: New API to control file descriptor
80117
91356
    blocking state
80130
91369
 6 files changed, 69 insertions(+), 32 deletions(-)
80131
91370
 
80132
91371
commit e08e70e08d65e2fce142491a6c8fc6068c8008d2
80133
 
Author: Colin Walters <walters@verbum.org>
80134
 
Date:   Mon May 2 17:02:16 2011 -0400
 
91372
Author:     Colin Walters <walters@verbum.org>
 
91373
AuthorDate: Mon May 2 17:02:16 2011 -0400
 
91374
Commit:     Colin Walters <walters@verbum.org>
 
91375
CommitDate: Tue May 3 08:37:27 2011 -0400
80135
91376
 
80136
91377
    glib-unix.h: Unconditionally include unistd.h
80137
91378
 
80143
91384
 1 file changed, 2 deletions(-)
80144
91385
 
80145
91386
commit e56498ee0b1bdac0ad3c18a1f7bff83d4a5b1323
80146
 
Author: Dan Winship <danw@gnome.org>
80147
 
Date:   Sun May 1 11:17:14 2011 -0400
 
91387
Author:     Dan Winship <danw@gnome.org>
 
91388
AuthorDate: Sun May 1 11:17:14 2011 -0400
 
91389
Commit:     Dan Winship <danw@gnome.org>
 
91390
CommitDate: Tue May 3 07:07:41 2011 -0400
80148
91391
 
80149
91392
    Fix usage of _GNU_SOURCE
80150
91393
 
80183
91426
 16 files changed, 11 insertions(+), 61 deletions(-)
80184
91427
 
80185
91428
commit 33c0877adc681cb7cf8cf12afd94a9de8c869bf2
80186
 
Author: Dan Winship <danw@gnome.org>
80187
 
Date:   Mon May 2 17:06:37 2011 -0400
 
91429
Author:     Dan Winship <danw@gnome.org>
 
91430
AuthorDate: Mon May 2 17:06:37 2011 -0400
 
91431
Commit:     Dan Winship <danw@gnome.org>
 
91432
CommitDate: Mon May 2 17:06:37 2011 -0400
80188
91433
 
80189
91434
    Add back an erroneously-removed line to tests/Makefile.am
80190
91435
 
80192
91437
 1 file changed, 1 insertion(+)
80193
91438
 
80194
91439
commit e71fdf6b5a88cc1f47f4cc12bab10c6e8953efae
80195
 
Author: Colin Walters <walters@verbum.org>
80196
 
Date:   Fri Apr 29 10:59:42 2011 -0400
 
91440
Author:     Colin Walters <walters@verbum.org>
 
91441
AuthorDate: Fri Apr 29 10:59:42 2011 -0400
 
91442
Commit:     Colin Walters <walters@verbum.org>
 
91443
CommitDate: Mon May 2 14:44:25 2011 -0400
80197
91444
 
80198
91445
    Drop translated g_warning/g_error
80199
91446
 
80204
91451
 2 files changed, 5 insertions(+), 5 deletions(-)
80205
91452
 
80206
91453
commit 597ede957a4783b72a7037497f6f2e775285df3a
80207
 
Author: Ray Strode <rstrode@redhat.com>
80208
 
Date:   Mon May 2 12:33:36 2011 -0400
 
91454
Author:     Ray Strode <rstrode@redhat.com>
 
91455
AuthorDate: Mon May 2 12:33:36 2011 -0400
 
91456
Commit:     Ray Strode <rstrode@redhat.com>
 
91457
CommitDate: Mon May 2 14:31:59 2011 -0400
80209
91458
 
80210
91459
    glib/Makefile.am: add gmain-internal.h to sources
80211
91460
 
80218
91467
 1 file changed, 1 insertion(+)
80219
91468
 
80220
91469
commit 02877e29020c2a0f34283435ecf544b1f6793077
80221
 
Author: Benjamin Otte <otte@redhat.com>
80222
 
Date:   Mon May 2 19:22:25 2011 +0200
 
91470
Author:     Benjamin Otte <otte@redhat.com>
 
91471
AuthorDate: Mon May 2 19:22:25 2011 +0200
 
91472
Commit:     Benjamin Otte <otte@redhat.com>
 
91473
CommitDate: Mon May 2 19:33:51 2011 +0200
80223
91474
 
80224
91475
    gobject: Warn if someone uses the wrong property in g_object_get/set
80225
91476
 
80229
91480
 1 file changed, 14 insertions(+)
80230
91481
 
80231
91482
commit 331e15b1284cd6fd5804a7495d2882ee97148c0a
80232
 
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
80233
 
Date:   Mon May 2 18:29:59 2011 +0200
 
91483
Author:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
91484
AuthorDate: Mon May 2 18:29:59 2011 +0200
 
91485
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
91486
CommitDate: Mon May 2 18:29:59 2011 +0200
80234
91487
 
80235
91488
    Added UG translation
80236
91489
 
80239
91492
 1 file changed, 3765 insertions(+), 3787 deletions(-)
80240
91493
 
80241
91494
commit bdc23c44e8fbb507e14056a05e38b92982df7a5f
80242
 
Author: Dan Winship <danw@gnome.org>
80243
 
Date:   Mon May 2 11:45:52 2011 -0400
 
91495
Author:     Dan Winship <danw@gnome.org>
 
91496
AuthorDate: Mon May 2 11:45:52 2011 -0400
 
91497
Commit:     Dan Winship <danw@gnome.org>
 
91498
CommitDate: Mon May 2 11:50:23 2011 -0400
80244
91499
 
80245
91500
    Fix compiler warnings
80246
91501
 
80262
91517
 14 files changed, 42 insertions(+), 45 deletions(-)
80263
91518
 
80264
91519
commit 6f711a76cdd7eac3914542232526111a7b6bb053
80265
 
Author: Dan Winship <danw@gnome.org>
80266
 
Date:   Mon May 2 11:44:46 2011 -0400
 
91520
Author:     Dan Winship <danw@gnome.org>
 
91521
AuthorDate: Mon May 2 11:44:46 2011 -0400
 
91522
Commit:     Dan Winship <danw@gnome.org>
 
91523
CommitDate: Mon May 2 11:50:23 2011 -0400
80267
91524
 
80268
91525
    Fix autoconf 2.68 warnings
80269
91526
 
80276
91533
 1 file changed, 30 insertions(+), 30 deletions(-)
80277
91534
 
80278
91535
commit c1d61f197137a0dda6b1894984114ed2ed4171ea
80279
 
Author: Behdad Esfahbod <behdad@behdad.org>
80280
 
Date:   Mon May 2 11:43:02 2011 -0400
 
91536
Author:     Behdad Esfahbod <behdad@behdad.org>
 
91537
AuthorDate: Mon May 2 11:43:02 2011 -0400
 
91538
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
91539
CommitDate: Mon May 2 11:43:18 2011 -0400
80281
91540
 
80282
91541
    Bug 648966 - Update g_unichar_iswide and g_unichar_iswide_cjk
80283
91542
 
80288
91547
 1 file changed, 87 insertions(+), 4 deletions(-)
80289
91548
 
80290
91549
commit b0874ce28e910121fb2d94f6f9183bfdc08e8eaf
80291
 
Author: Behdad Esfahbod <behdad@behdad.org>
80292
 
Date:   Mon May 2 11:26:01 2011 -0400
 
91550
Author:     Behdad Esfahbod <behdad@behdad.org>
 
91551
AuthorDate: Mon May 2 11:26:01 2011 -0400
 
91552
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
91553
CommitDate: Mon May 2 11:43:18 2011 -0400
80293
91554
 
80294
91555
    [build] Remove stale LDADD lines from tests/Makefile.am to allow build
80295
91556
 
80299
91560
 1 file changed, 35 deletions(-)
80300
91561
 
80301
91562
commit 181763438a6be7791ef87c63fa119f74b44aeede
80302
 
Author: Dan Winship <danw@gnome.org>
80303
 
Date:   Mon May 2 09:53:59 2011 -0400
 
91563
Author:     Dan Winship <danw@gnome.org>
 
91564
AuthorDate: Mon May 2 09:53:59 2011 -0400
 
91565
Commit:     Dan Winship <danw@gnome.org>
 
91566
CommitDate: Mon May 2 09:54:15 2011 -0400
80304
91567
 
80305
91568
    Update .gitignores
80306
91569
 
80315
91578
 8 files changed, 14 insertions(+)
80316
91579
 
80317
91580
commit f4cff2b923dd4df811327c9f199614dbfcbfe436
80318
 
Author: Matthias Clasen <mclasen@redhat.com>
80319
 
Date:   Sun May 1 23:02:53 2011 -0400
 
91581
Author:     Matthias Clasen <mclasen@redhat.com>
 
91582
AuthorDate: Sun May 1 23:02:53 2011 -0400
 
91583
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91584
CommitDate: Sun May 1 23:02:53 2011 -0400
80320
91585
 
80321
91586
    Some documentation additions
80322
91587
 
80326
91591
 3 files changed, 30 insertions(+), 8 deletions(-)
80327
91592
 
80328
91593
commit ddcb095fb22b6b3c865bbe3a86af6cadca4c8131
80329
 
Author: Matthias Clasen <mclasen@redhat.com>
80330
 
Date:   Sun May 1 20:43:04 2011 -0400
 
91594
Author:     Matthias Clasen <mclasen@redhat.com>
 
91595
AuthorDate: Sun May 1 20:43:04 2011 -0400
 
91596
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91597
CommitDate: Sun May 1 20:43:04 2011 -0400
80331
91598
 
80332
91599
    Avoid an unused variable warning
80333
91600
 
80338
91605
 1 file changed, 179 insertions(+), 176 deletions(-)
80339
91606
 
80340
91607
commit ef5d4d55fe76b71edaf83999ca7408121a5439fa
80341
 
Author: Matthias Clasen <mclasen@redhat.com>
80342
 
Date:   Sun May 1 17:07:46 2011 -0400
 
91608
Author:     Matthias Clasen <mclasen@redhat.com>
 
91609
AuthorDate: Sun May 1 17:07:46 2011 -0400
 
91610
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91611
CommitDate: Sun May 1 17:10:04 2011 -0400
80343
91612
 
80344
91613
    Fix make check
80345
91614
 
80352
91621
 1 file changed, 1 insertion(+), 1 deletion(-)
80353
91622
 
80354
91623
commit a84637377ca81fe53bff1f694c7364eda21b88c9
80355
 
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
80356
 
Date:   Sun May 1 20:04:51 2011 +0200
 
91624
Author:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
91625
AuthorDate: Sun May 1 20:04:51 2011 +0200
 
91626
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
91627
CommitDate: Sun May 1 20:04:51 2011 +0200
80357
91628
 
80358
91629
    Added UG translation
80359
91630
 
80362
91633
 1 file changed, 3793 insertions(+), 3588 deletions(-)
80363
91634
 
80364
91635
commit d09df426ba3788174b5bcc974831651208a13ea2
80365
 
Author: Matthias Clasen <mclasen@redhat.com>
80366
 
Date:   Sun May 1 10:55:24 2011 -0400
 
91636
Author:     Matthias Clasen <mclasen@redhat.com>
 
91637
AuthorDate: Sun May 1 10:55:24 2011 -0400
 
91638
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91639
CommitDate: Sun May 1 10:55:24 2011 -0400
80367
91640
 
80368
91641
    GHash: make sets with refcounted keys work correctly
80369
91642
 
80376
91649
 2 files changed, 96 insertions(+), 3 deletions(-)
80377
91650
 
80378
91651
commit be991170fa99185b7cf1dbf3f9bc62c9d656a08a
80379
 
Author: Matthias Clasen <mclasen@redhat.com>
80380
 
Date:   Sat Apr 30 22:28:34 2011 -0400
 
91652
Author:     Matthias Clasen <mclasen@redhat.com>
 
91653
AuthorDate: Sat Apr 30 22:28:34 2011 -0400
 
91654
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91655
CommitDate: Sat Apr 30 23:11:18 2011 -0400
80381
91656
 
80382
91657
    GHash: introduce a "set" mode
80383
91658
 
80397
91672
 2 files changed, 103 insertions(+), 6 deletions(-)
80398
91673
 
80399
91674
commit 0ae6bc3aaa57eb15826d81d2db466c166d0b75bf
80400
 
Author: Morten Welinder <terra@gnome.org>
80401
 
Date:   Wed Apr 27 10:46:00 2011 -0400
 
91675
Author:     Morten Welinder <terra@gnome.org>
 
91676
AuthorDate: Wed Apr 27 10:46:00 2011 -0400
 
91677
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91678
CommitDate: Sat Apr 30 23:11:18 2011 -0400
80402
91679
 
80403
91680
    GHash: eliminate one of the lookup_nodes functions.
80404
91681
 
80416
91693
 1 file changed, 12 insertions(+), 71 deletions(-)
80417
91694
 
80418
91695
commit 6e45153ef78e1dbc59592104f0675ac8e81c6648
80419
 
Author: Morten Welinder <terra@gnome.org>
80420
 
Date:   Wed Apr 27 10:39:56 2011 -0400
 
91696
Author:     Morten Welinder <terra@gnome.org>
 
91697
AuthorDate: Wed Apr 27 10:39:56 2011 -0400
 
91698
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91699
CommitDate: Sat Apr 30 23:11:18 2011 -0400
80421
91700
 
80422
91701
    GHash: split nodes array into seperate arrays.
80423
91702
 
80432
91711
 1 file changed, 102 insertions(+), 105 deletions(-)
80433
91712
 
80434
91713
commit 4d8e64e6e83dcbd8c82de45ca5a517213bfd5a1a
80435
 
Author: Morten Welinder <terra@gnome.org>
80436
 
Date:   Wed Apr 27 09:53:39 2011 -0400
 
91714
Author:     Morten Welinder <terra@gnome.org>
 
91715
AuthorDate: Wed Apr 27 09:53:39 2011 -0400
 
91716
Commit:     Matthias Clasen <mclasen@redhat.com>
 
91717
CommitDate: Sat Apr 30 23:11:18 2011 -0400
80437
91718
 
80438
91719
    GHash: use macros to check for magic hash values.
80439
91720
 
80443
91724
 1 file changed, 25 insertions(+), 26 deletions(-)
80444
91725
 
80445
91726
commit 707e011061fa7dcdaddca686a351ba3bdde5ffe9
80446
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
80447
 
Date:   Sun May 1 09:42:22 2011 +0800
 
91727
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91728
AuthorDate: Sun May 1 09:42:22 2011 +0800
 
91729
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
91730
CommitDate: Sun May 1 09:42:22 2011 +0800
80448
91731
 
80449
91732
    Update VS2008/2010 README.txt
80450
91733
 
80456
91739
 2 files changed, 9 insertions(+), 1 deletion(-)
80457
91740
 
80458
91741
commit acda716d2d955ba2107a06a11df2e7938d0dfd4d
80459
 
Author: Behdad Esfahbod <behdad@behdad.org>
80460
 
Date:   Fri Apr 29 16:14:49 2011 -0400
 
91742
Author:     Behdad Esfahbod <behdad@behdad.org>
 
91743
AuthorDate: Fri Apr 29 16:14:49 2011 -0400
 
91744
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
91745
CommitDate: Fri Apr 29 18:03:24 2011 -0400
80461
91746
 
80462
91747
    Bug 648966 - Update g_unichar_iswide and g_unichar_iswide_cjk
80463
91748
 
80471
91756
 3 files changed, 107 insertions(+), 33 deletions(-)
80472
91757
 
80473
91758
commit 426e1b61595f0c822b4a4f62f0d9152a6558232d
80474
 
Author: Ryan Lortie <desrt@desrt.ca>
80475
 
Date:   Fri Apr 29 17:06:26 2011 -0400
 
91759
Author:     Ryan Lortie <desrt@desrt.ca>
 
91760
AuthorDate: Fri Apr 29 17:06:26 2011 -0400
 
91761
Commit:     Ryan Lortie <desrt@desrt.ca>
 
91762
CommitDate: Fri Apr 29 17:07:28 2011 -0400
80476
91763
 
80477
91764
    Remove duplicate GDBusInterface declaration
80478
91765
 
80483
91770
 1 file changed, 1 deletion(-)
80484
91771
 
80485
91772
commit 92aed13eb8926cb35d1f2e8978c152f2e4398830
80486
 
Author: David Zeuthen <davidz@redhat.com>
80487
 
Date:   Fri Apr 29 13:11:22 2011 -0400
 
91773
Author:     David Zeuthen <davidz@redhat.com>
 
91774
AuthorDate: Fri Apr 29 13:11:22 2011 -0400
 
91775
Commit:     David Zeuthen <davidz@redhat.com>
 
91776
CommitDate: Fri Apr 29 13:11:22 2011 -0400
80488
91777
 
80489
91778
    Update docs to take comments/suggestions from Matthias into account
80490
91779
 
80498
91787
 
80499
91788
commit 0e352fdb182e63ff163b0feda198cb3b6b20aa3a
80500
91789
Merge: 0377fe7 9eba49a
80501
 
Author: David Zeuthen <davidz@redhat.com>
80502
 
Date:   Fri Apr 29 12:01:35 2011 -0400
 
91790
Author:     David Zeuthen <davidz@redhat.com>
 
91791
AuthorDate: Fri Apr 29 12:01:35 2011 -0400
 
91792
Commit:     David Zeuthen <davidz@redhat.com>
 
91793
CommitDate: Fri Apr 29 12:01:35 2011 -0400
80503
91794
 
80504
91795
    Merge branch 'master' into gdbus-codegen
80505
91796
 
80506
91797
commit 9eba49a982e94196f90c79c5eac4a00cc437b12e
80507
 
Author: Alexander Larsson <alexl@redhat.com>
80508
 
Date:   Fri Apr 29 16:14:17 2011 +0200
 
91798
Author:     Alexander Larsson <alexl@redhat.com>
 
91799
AuthorDate: Fri Apr 29 16:14:17 2011 +0200
 
91800
Commit:     Alexander Larsson <alexl@redhat.com>
 
91801
CommitDate: Fri Apr 29 16:14:17 2011 +0200
80509
91802
 
80510
91803
    GFilterInputStream: close-base-stream should not be construct-only
80511
91804
 
80516
91809
 1 file changed, 1 insertion(+), 1 deletion(-)
80517
91810
 
80518
91811
commit a04efe6afb63d54e12ff8f329cbaf458a2e31b26
80519
 
Author: Colin Walters <walters@verbum.org>
80520
 
Date:   Tue Apr 26 13:04:25 2011 -0400
 
91812
Author:     Colin Walters <walters@verbum.org>
 
91813
AuthorDate: Tue Apr 26 13:04:25 2011 -0400
 
91814
Commit:     Colin Walters <walters@verbum.org>
 
91815
CommitDate: Thu Apr 28 14:48:48 2011 -0400
80521
91816
 
80522
91817
    Use SIGTRAP (via G_BREAKPOINT()) if G_DEBUG=fatal-warnings
80523
91818
 
80540
91835
 1 file changed, 1 insertion(+), 14 deletions(-)
80541
91836
 
80542
91837
commit 1763c2a575a959efa96795fc8d9d2cff60dd70cc
80543
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
80544
 
Date:   Thu Apr 28 20:45:34 2011 +0200
 
91838
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
91839
AuthorDate: Thu Apr 28 20:45:34 2011 +0200
 
91840
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
91841
CommitDate: Thu Apr 28 20:45:34 2011 +0200
80545
91842
 
80546
91843
    Updated Spanish translation
80547
91844
 
80550
91847
 1 file changed, 241 insertions(+), 217 deletions(-)
80551
91848
 
80552
91849
commit e585059514714b7bc191fa3467cb15e86dcc7e09
80553
 
Author: Shaun McCance <shaunm@gnome.org>
80554
 
Date:   Thu Apr 28 12:41:41 2011 -0400
 
91850
Author:     Shaun McCance <shaunm@gnome.org>
 
91851
AuthorDate: Thu Apr 28 12:41:41 2011 -0400
 
91852
Commit:     Shaun McCance <shaunm@gnome.org>
 
91853
CommitDate: Thu Apr 28 12:41:41 2011 -0400
80555
91854
 
80556
91855
    glib/gvariant.c: Fix variable name in example code
80557
91856
 
80559
91858
 1 file changed, 1 insertion(+), 1 deletion(-)
80560
91859
 
80561
91860
commit a1fbe7ae8402c18fc5ebae1d07a90342f79621f3
80562
 
Author: Colin Walters <walters@verbum.org>
80563
 
Date:   Wed Apr 27 19:09:38 2011 -0400
 
91861
Author:     Colin Walters <walters@verbum.org>
 
91862
AuthorDate: Wed Apr 27 19:09:38 2011 -0400
 
91863
Commit:     Colin Walters <walters@verbum.org>
 
91864
CommitDate: Wed Apr 27 19:09:38 2011 -0400
80564
91865
 
80565
91866
    Drop stray reference to gthread.la
80566
91867
 
80570
91871
 1 file changed, 1 insertion(+), 1 deletion(-)
80571
91872
 
80572
91873
commit 7b04bbc8e05f8d22309990599820eeb2438b3cbd
80573
 
Author: Colin Walters <walters@verbum.org>
80574
 
Date:   Wed Apr 27 18:42:29 2011 -0400
 
91874
Author:     Colin Walters <walters@verbum.org>
 
91875
AuthorDate: Wed Apr 27 18:42:29 2011 -0400
 
91876
Commit:     Colin Walters <walters@verbum.org>
 
91877
CommitDate: Wed Apr 27 18:42:29 2011 -0400
80575
91878
 
80576
91879
    glib/Makefile.am: Remove stray tab
80577
91880
 
80579
91882
 1 file changed, 1 insertion(+), 1 deletion(-)
80580
91883
 
80581
91884
commit 549d895fa4e9c4b5a35c5d9da4db39ca11dc71cc
80582
 
Author: Colin Walters <walters@verbum.org>
80583
 
Date:   Thu Mar 17 10:11:41 2011 -0400
 
91885
Author:     Colin Walters <walters@verbum.org>
 
91886
AuthorDate: Thu Mar 17 10:11:41 2011 -0400
 
91887
Commit:     Colin Walters <walters@verbum.org>
 
91888
CommitDate: Wed Apr 27 16:01:39 2011 -0400
80584
91889
 
80585
91890
    glib-unix: New API to watch some Unix signals
80586
91891
 
80608
91913
 10 files changed, 544 insertions(+), 71 deletions(-)
80609
91914
 
80610
91915
commit 920899d78fbed7f014dc1549f1b54a3bd708eb4b
80611
 
Author: Colin Walters <walters@verbum.org>
80612
 
Date:   Wed Mar 16 19:02:15 2011 -0400
 
91916
Author:     Colin Walters <walters@verbum.org>
 
91917
AuthorDate: Wed Mar 16 19:02:15 2011 -0400
 
91918
Commit:     Colin Walters <walters@verbum.org>
 
91919
CommitDate: Wed Apr 27 14:58:36 2011 -0400
80613
91920
 
80614
91921
    gmain: Prepare child watch handling for more generic signal handling
80615
91922
 
80624
91931
 2 files changed, 114 insertions(+), 39 deletions(-)
80625
91932
 
80626
91933
commit 0ff211f520c18550454289e7265061d7e8ac41c0
80627
 
Author: Colin Walters <walters@verbum.org>
80628
 
Date:   Wed Mar 16 13:54:28 2011 -0400
 
91934
Author:     Colin Walters <walters@verbum.org>
 
91935
AuthorDate: Wed Mar 16 13:54:28 2011 -0400
 
91936
Commit:     Colin Walters <walters@verbum.org>
 
91937
CommitDate: Wed Apr 27 13:29:38 2011 -0400
80629
91938
 
80630
91939
    glib-unix: New Unix-specific API
80631
91940
 
80664
91973
 8 files changed, 302 insertions(+), 20 deletions(-)
80665
91974
 
80666
91975
commit 27246c615df66ee869c2174aa6609601ff9d1f64
80667
 
Author: Colin Walters <walters@verbum.org>
80668
 
Date:   Wed Apr 27 13:29:07 2011 -0400
 
91976
Author:     Colin Walters <walters@verbum.org>
 
91977
AuthorDate: Wed Apr 27 13:29:07 2011 -0400
 
91978
Commit:     Colin Walters <walters@verbum.org>
 
91979
CommitDate: Wed Apr 27 13:29:07 2011 -0400
80669
91980
 
80670
91981
    Update gio.symbols for previous two commits
80671
91982
 
80673
91984
 1 file changed, 2 insertions(+)
80674
91985
 
80675
91986
commit 4098ddcb066f40bf9563973753bbb7867a553700
80676
 
Author: Colin Walters <walters@verbum.org>
80677
 
Date:   Wed Apr 27 11:34:23 2011 -0400
 
91987
Author:     Colin Walters <walters@verbum.org>
 
91988
AuthorDate: Wed Apr 27 11:34:23 2011 -0400
 
91989
Commit:     Colin Walters <walters@verbum.org>
 
91990
CommitDate: Wed Apr 27 11:34:43 2011 -0400
80678
91991
 
80679
91992
    GDesktopAppInfo: Add g_desktop_app_info_get_generic_name
80680
91993
 
80687
92000
 2 files changed, 22 insertions(+), 1 deletion(-)
80688
92001
 
80689
92002
commit 276e6a7be8a2d31bd67cac7c571f65dfd8b2fd88
80690
 
Author: Colin Walters <walters@verbum.org>
80691
 
Date:   Fri Apr 15 15:52:33 2011 -0400
 
92003
Author:     Colin Walters <walters@verbum.org>
 
92004
AuthorDate: Fri Apr 15 15:52:33 2011 -0400
 
92005
Commit:     Colin Walters <walters@verbum.org>
 
92006
CommitDate: Wed Apr 27 11:24:37 2011 -0400
80692
92007
 
80693
92008
    GDesktopAppInfo: Add g_desktop_app_info_get_categories()
80694
92009
 
80701
92016
 2 files changed, 18 insertions(+)
80702
92017
 
80703
92018
commit 0dc5d456926257bd68702a4a1c989d132324d460
80704
 
Author: David Schleef <ds@schleef.org>
80705
 
Date:   Mon Feb 21 18:58:09 2011 -0800
 
92019
Author:     David Schleef <ds@schleef.org>
 
92020
AuthorDate: Mon Feb 21 18:58:09 2011 -0800
 
92021
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92022
CommitDate: Wed Apr 27 02:36:12 2011 -0400
80706
92023
 
80707
92024
    Fix %z in g_date_time_format()
80708
92025
 
80713
92030
 2 files changed, 21 insertions(+), 3 deletions(-)
80714
92031
 
80715
92032
commit d3b80c49ea257d02838099e05e315a2407e664b9
80716
 
Author: Matthias Clasen <mclasen@redhat.com>
80717
 
Date:   Wed Apr 27 00:03:59 2011 -0400
 
92033
Author:     Matthias Clasen <mclasen@redhat.com>
 
92034
AuthorDate: Wed Apr 27 00:03:59 2011 -0400
 
92035
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92036
CommitDate: Wed Apr 27 00:03:59 2011 -0400
80718
92037
 
80719
92038
    GHashTable: Small optimization of remove-all
80720
92039
 
80725
92044
 1 file changed, 15 insertions(+), 9 deletions(-)
80726
92045
 
80727
92046
commit fc7403b675d29574568a79401c864298e8730413
80728
 
Author: Matthias Clasen <mclasen@redhat.com>
80729
 
Date:   Wed Apr 27 00:03:28 2011 -0400
 
92047
Author:     Matthias Clasen <mclasen@redhat.com>
 
92048
AuthorDate: Wed Apr 27 00:03:28 2011 -0400
 
92049
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92050
CommitDate: Wed Apr 27 00:03:28 2011 -0400
80730
92051
 
80731
92052
    GHashTable: Add a test for remove-all functionality
80732
92053
 
80734
92055
 1 file changed, 37 insertions(+)
80735
92056
 
80736
92057
commit 4832289bc0c2a40a9dbc7259db9be914195ea5f4
80737
 
Author: Matthias Clasen <mclasen@redhat.com>
80738
 
Date:   Tue Apr 26 23:57:17 2011 -0400
 
92058
Author:     Matthias Clasen <mclasen@redhat.com>
 
92059
AuthorDate: Tue Apr 26 23:57:17 2011 -0400
 
92060
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92061
CommitDate: Tue Apr 26 23:57:17 2011 -0400
80739
92062
 
80740
92063
    Whitespace cleanup
80741
92064
 
80744
92067
 1 file changed, 217 insertions(+), 209 deletions(-)
80745
92068
 
80746
92069
commit 70a19815326d7e76657848aeaa58ee61db34df58
80747
 
Author: Maciej Piechotka <uzytkownik2@gmail.com>
80748
 
Date:   Thu Mar 31 09:00:27 2011 +0200
 
92070
Author:     Maciej Piechotka <uzytkownik2@gmail.com>
 
92071
AuthorDate: Thu Mar 31 09:00:27 2011 +0200
 
92072
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92073
CommitDate: Tue Apr 26 23:41:51 2011 -0400
80749
92074
 
80750
92075
    Allow caching have_qsort_r which re-enables cross-compiling
80751
92076
 
80756
92081
 2 files changed, 12 insertions(+), 3 deletions(-)
80757
92082
 
80758
92083
commit fdf83b5108f03aed1b1fa0f5e6b23a5a83c149cd
80759
 
Author: Matthias Clasen <mclasen@redhat.com>
80760
 
Date:   Tue Apr 26 23:26:58 2011 -0400
 
92084
Author:     Matthias Clasen <mclasen@redhat.com>
 
92085
AuthorDate: Tue Apr 26 23:26:58 2011 -0400
 
92086
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92087
CommitDate: Tue Apr 26 23:26:58 2011 -0400
80761
92088
 
80762
92089
    Fix mailing list link in README
80763
92090
 
80767
92094
 1 file changed, 1 insertion(+), 1 deletion(-)
80768
92095
 
80769
92096
commit 6dcf505346adcfaac639f0be074b5aec7f67f3f8
80770
 
Author: Murray Cumming <murrayc@murrayc.com>
80771
 
Date:   Mon Apr 4 10:01:51 2011 +0200
 
92097
Author:     Murray Cumming <murrayc@murrayc.com>
 
92098
AuthorDate: Mon Apr 4 10:01:51 2011 +0200
 
92099
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92100
CommitDate: Tue Apr 26 23:21:02 2011 -0400
80772
92101
 
80773
92102
    GDBusServer: Documentation: Improvements.
80774
92103
 
80781
92110
 1 file changed, 7 insertions(+), 1 deletion(-)
80782
92111
 
80783
92112
commit 71c7e49058c226cd3b34e85c1b25428c1eb80b84
80784
 
Author: Christian Persch <chpe@gnome.org>
80785
 
Date:   Fri Mar 4 18:21:51 2011 +0100
 
92113
Author:     Christian Persch <chpe@gnome.org>
 
92114
AuthorDate: Fri Mar 4 18:21:51 2011 +0100
 
92115
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92116
CommitDate: Tue Apr 26 22:58:02 2011 -0400
80786
92117
 
80787
92118
    Use G_SIGNAL_MUST_COLLECT for VARIANT signals
80788
92119
 
80794
92125
 3 files changed, 8 insertions(+), 8 deletions(-)
80795
92126
 
80796
92127
commit 122a53a9bc546e4705d20b15c703b8ba354e967b
80797
 
Author: Matthias Clasen <mclasen@redhat.com>
80798
 
Date:   Tue Apr 26 22:51:54 2011 -0400
 
92128
Author:     Matthias Clasen <mclasen@redhat.com>
 
92129
AuthorDate: Tue Apr 26 22:51:54 2011 -0400
 
92130
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92131
CommitDate: Tue Apr 26 22:51:54 2011 -0400
80799
92132
 
80800
92133
    Fix up some harmless FALSE <> NULL confusions
80801
92134
 
80806
92139
 2 files changed, 4 insertions(+), 5 deletions(-)
80807
92140
 
80808
92141
commit 440bd2a97574e63c39f0c1e2dbf8a17c2635b0e9
80809
 
Author: Matthias Clasen <mclasen@redhat.com>
80810
 
Date:   Tue Apr 26 22:08:24 2011 -0400
 
92142
Author:     Matthias Clasen <mclasen@redhat.com>
 
92143
AuthorDate: Tue Apr 26 22:08:24 2011 -0400
 
92144
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92145
CommitDate: Tue Apr 26 22:08:24 2011 -0400
80811
92146
 
80812
92147
    GSequence: Make g_sequence_iter_move behave as documented
80813
92148
 
80820
92155
 2 files changed, 39 insertions(+), 1 deletion(-)
80821
92156
 
80822
92157
commit 2a3f7f49b46abdaf2d82e704a3ee044ed57fb61f
80823
 
Author: Colin Walters <walters@verbum.org>
80824
 
Date:   Tue Apr 26 15:08:54 2011 -0400
 
92158
Author:     Colin Walters <walters@verbum.org>
 
92159
AuthorDate: Tue Apr 26 15:08:54 2011 -0400
 
92160
Commit:     Colin Walters <walters@verbum.org>
 
92161
CommitDate: Tue Apr 26 15:08:54 2011 -0400
80825
92162
 
80826
92163
    GDesktopAppInfo: Add "filename" property for bindings
80827
92164
 
80839
92176
 1 file changed, 116 insertions(+), 34 deletions(-)
80840
92177
 
80841
92178
commit 1056f2240c46081d8f55fe6f121ddee6a0370d96
80842
 
Author: Colin Walters <walters@verbum.org>
80843
 
Date:   Tue Apr 26 13:28:17 2011 -0400
 
92179
Author:     Colin Walters <walters@verbum.org>
 
92180
AuthorDate: Tue Apr 26 13:28:17 2011 -0400
 
92181
Commit:     Colin Walters <walters@verbum.org>
 
92182
CommitDate: Tue Apr 26 13:29:05 2011 -0400
80844
92183
 
80845
92184
    Squash some uninitialized variable compiler warnings
80846
92185
 
80850
92189
 1 file changed, 4 insertions(+), 4 deletions(-)
80851
92190
 
80852
92191
commit df45856bba14b93fedcb876fe04e0bbf0d159909
80853
 
Author: Dan Winship <danw@gnome.org>
80854
 
Date:   Wed Apr 20 11:41:47 2011 -0400
 
92192
Author:     Dan Winship <danw@gnome.org>
 
92193
AuthorDate: Wed Apr 20 11:41:47 2011 -0400
 
92194
Commit:     Dan Winship <danw@gnome.org>
 
92195
CommitDate: Tue Apr 26 11:32:11 2011 -0400
80855
92196
 
80856
92197
    GSimpleAsyncResult: push thread context around callback
80857
92198
 
80875
92216
 1 file changed, 7 insertions(+), 3 deletions(-)
80876
92217
 
80877
92218
commit b27f2e051ecf877d7e209b273c0281a7f7f216cb
80878
 
Author: Muhammet Kara <muhammet.k@gmail.com>
80879
 
Date:   Tue Apr 26 03:04:20 2011 +0300
 
92219
Author:     Muhammet Kara <muhammet.k@gmail.com>
 
92220
AuthorDate: Tue Apr 26 03:04:20 2011 +0300
 
92221
Commit:     Muhammet Kara <muhammet.k@gmail.com>
 
92222
CommitDate: Tue Apr 26 03:04:20 2011 +0300
80880
92223
 
80881
92224
    Updated Turkish translation
80882
92225
 
80885
92228
 1 file changed, 1916 insertions(+), 893 deletions(-)
80886
92229
 
80887
92230
commit 0377fe7005d95afcbefd067d566fe558030485ab
80888
 
Author: David Zeuthen <davidz@redhat.com>
80889
 
Date:   Mon Apr 25 10:42:50 2011 -0400
 
92231
Author:     David Zeuthen <davidz@redhat.com>
 
92232
AuthorDate: Mon Apr 25 10:42:50 2011 -0400
 
92233
Commit:     David Zeuthen <davidz@redhat.com>
 
92234
CommitDate: Mon Apr 25 10:42:50 2011 -0400
80890
92235
 
80891
92236
    gdbus-codegen: Fix typo in generated docs
80892
92237
 
80896
92241
 1 file changed, 2 insertions(+), 2 deletions(-)
80897
92242
 
80898
92243
commit bbe945183be11dafc037fdf5f92cea49202b6401
80899
 
Author: David Zeuthen <davidz@redhat.com>
80900
 
Date:   Mon Apr 25 09:29:18 2011 -0400
 
92244
Author:     David Zeuthen <davidz@redhat.com>
 
92245
AuthorDate: Mon Apr 25 09:29:18 2011 -0400
 
92246
Commit:     David Zeuthen <davidz@redhat.com>
 
92247
CommitDate: Mon Apr 25 09:29:18 2011 -0400
80901
92248
 
80902
92249
    gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypes
80903
92250
 
80926
92273
 19 files changed, 685 insertions(+), 359 deletions(-)
80927
92274
 
80928
92275
commit a330c2f19f5086986940e57bdf1e7db651db725c
80929
 
Author: Michael Terry <michael.terry@canonical.com>
80930
 
Date:   Mon Apr 25 08:29:35 2011 -0400
 
92276
Author:     Michael Terry <michael.terry@canonical.com>
 
92277
AuthorDate: Mon Apr 25 08:29:35 2011 -0400
 
92278
Commit:     Michael Terry <michael.terry@canonical.com>
 
92279
CommitDate: Mon Apr 25 08:34:13 2011 -0400
80931
92280
 
80932
92281
    Don't ignore SUPPORTS_STARTUP_NOTIFICATION for commandline GAppInfos
80933
92282
 
80937
92286
 1 file changed, 3 insertions(+), 3 deletions(-)
80938
92287
 
80939
92288
commit d8de88e541180edef5a80b8107a383c3bd8522b5
80940
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
80941
 
Date:   Mon Apr 25 13:47:07 2011 +0800
 
92289
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
92290
AuthorDate: Mon Apr 25 13:47:07 2011 +0800
 
92291
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
92292
CommitDate: Mon Apr 25 13:47:07 2011 +0800
80942
92293
 
80943
92294
    Add VS 2008 compilation support for some utilities
80944
92295
 
80957
92308
 5 files changed, 359 insertions(+)
80958
92309
 
80959
92310
commit dc7e9a54e5957178ecd5ec250d3fe44064fab58b
80960
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
80961
 
Date:   Mon Apr 25 13:32:18 2011 +0800
 
92311
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
92312
AuthorDate: Mon Apr 25 13:32:18 2011 +0800
 
92313
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
92314
CommitDate: Mon Apr 25 13:32:18 2011 +0800
80962
92315
 
80963
92316
    Add VS 2010 compilation support for some utilities
80964
92317
 
80979
92332
 7 files changed, 427 insertions(+)
80980
92333
 
80981
92334
commit 58eb4da5c52f0847846368b5df4583080459a798
80982
 
Author: David Zeuthen <davidz@redhat.com>
80983
 
Date:   Sat Apr 23 19:26:56 2011 -0400
 
92335
Author:     David Zeuthen <davidz@redhat.com>
 
92336
AuthorDate: Sat Apr 23 19:26:56 2011 -0400
 
92337
Commit:     David Zeuthen <davidz@redhat.com>
 
92338
CommitDate: Sat Apr 23 19:26:56 2011 -0400
80984
92339
 
80985
92340
    Fix build broken by previous commit
80986
92341
 
80990
92345
 1 file changed, 1 insertion(+)
80991
92346
 
80992
92347
commit b5b34fa2f2711bea9b98a7b14882d8bda06c580b
80993
 
Author: David Zeuthen <davidz@redhat.com>
80994
 
Date:   Sat Apr 23 17:43:03 2011 -0400
 
92348
Author:     David Zeuthen <davidz@redhat.com>
 
92349
AuthorDate: Sat Apr 23 17:43:03 2011 -0400
 
92350
Commit:     David Zeuthen <davidz@redhat.com>
 
92351
CommitDate: Sat Apr 23 17:43:03 2011 -0400
80995
92352
 
80996
92353
    gdbus-codegen: Include docs for generated code in the GIO docs
80997
92354
 
81009
92366
 8 files changed, 232 insertions(+), 88 deletions(-)
81010
92367
 
81011
92368
commit f42d97b88b092e9cb3d0c769cb9f41fe2ce43b16
81012
 
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
81013
 
Date:   Wed Apr 20 19:08:06 2011 +0200
 
92369
Author:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
92370
AuthorDate: Wed Apr 20 19:08:06 2011 +0200
 
92371
Commit:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
92372
CommitDate: Wed Apr 20 21:08:15 2011 +0200
81014
92373
 
81015
92374
    docs: fix typos in networking classes
81016
92375
 
81024
92383
 7 files changed, 28 insertions(+), 28 deletions(-)
81025
92384
 
81026
92385
commit f0eeadf30672ba60e3aae8964c1c0d3ef9fef733
81027
 
Author: David Zeuthen <davidz@redhat.com>
81028
 
Date:   Wed Apr 20 11:54:24 2011 -0400
 
92386
Author:     David Zeuthen <davidz@redhat.com>
 
92387
AuthorDate: Wed Apr 20 11:54:24 2011 -0400
 
92388
Commit:     David Zeuthen <davidz@redhat.com>
 
92389
CommitDate: Wed Apr 20 11:54:24 2011 -0400
81029
92390
 
81030
92391
    GDBusObjectManagerServer: make export() return whether the object
81031
92392
    was removed
81039
92400
 2 files changed, 14 insertions(+), 6 deletions(-)
81040
92401
 
81041
92402
commit c2f670ef492eac0ed8574fc4df1e561ff0b1c89a
81042
 
Author: Dan Winship <danw@gnome.org>
81043
 
Date:   Wed Apr 20 11:24:46 2011 -0400
 
92403
Author:     Dan Winship <danw@gnome.org>
 
92404
AuthorDate: Wed Apr 20 11:24:46 2011 -0400
 
92405
Commit:     Dan Winship <danw@gnome.org>
 
92406
CommitDate: Wed Apr 20 11:24:46 2011 -0400
81044
92407
 
81045
92408
    GSocketService: clarify transfer semantics of incoming connections
81046
92409
 
81053
92416
 1 file changed, 3 insertions(+)
81054
92417
 
81055
92418
commit 35b6c762444a2e7dd5c2658fbc0bd79444929ecf
81056
 
Author: David Zeuthen <davidz@redhat.com>
81057
 
Date:   Wed Apr 20 09:00:16 2011 -0400
 
92419
Author:     David Zeuthen <davidz@redhat.com>
 
92420
AuthorDate: Wed Apr 20 09:00:16 2011 -0400
 
92421
Commit:     David Zeuthen <davidz@redhat.com>
 
92422
CommitDate: Wed Apr 20 09:00:16 2011 -0400
81058
92423
 
81059
92424
    gdbus-codegen: Document the generated FOO_PEEK_BAR() and FOO_GET_BAR()
81060
92425
    macros
81065
92430
 1 file changed, 30 insertions(+)
81066
92431
 
81067
92432
commit bd5da131a2f38a281729729fc4849f309be31b2a
81068
 
Author: David Zeuthen <davidz@redhat.com>
81069
 
Date:   Tue Apr 19 14:39:47 2011 -0400
 
92433
Author:     David Zeuthen <davidz@redhat.com>
 
92434
AuthorDate: Tue Apr 19 14:39:47 2011 -0400
 
92435
Commit:     David Zeuthen <davidz@redhat.com>
 
92436
CommitDate: Tue Apr 19 14:40:34 2011 -0400
81070
92437
 
81071
92438
    gdbus-codegen: Generate gtk-doc section docs
81072
92439
 
81080
92447
 1 file changed, 30 insertions(+), 5 deletions(-)
81081
92448
 
81082
92449
commit 7a1d42088939f863fbdf4620c186a8bce8b04a33
81083
 
Author: David Zeuthen <davidz@redhat.com>
81084
 
Date:   Tue Apr 19 13:42:28 2011 -0400
 
92450
Author:     David Zeuthen <davidz@redhat.com>
 
92451
AuthorDate: Tue Apr 19 13:42:28 2011 -0400
 
92452
Commit:     David Zeuthen <davidz@redhat.com>
 
92453
CommitDate: Tue Apr 19 13:42:28 2011 -0400
81085
92454
 
81086
92455
    gdbus-codegen: Set nick+blurb for properties to shut up gtk-doc
81087
92456
 
81091
92460
 1 file changed, 16 insertions(+), 16 deletions(-)
81092
92461
 
81093
92462
commit 271af675eb81589adcc6a8eabcde454c4c9d12de
81094
 
Author: David Zeuthen <davidz@redhat.com>
81095
 
Date:   Tue Apr 19 13:39:12 2011 -0400
 
92463
Author:     David Zeuthen <davidz@redhat.com>
 
92464
AuthorDate: Tue Apr 19 13:39:12 2011 -0400
 
92465
Commit:     David Zeuthen <davidz@redhat.com>
 
92466
CommitDate: Tue Apr 19 13:39:12 2011 -0400
81096
92467
 
81097
92468
    gdbus-codegen: It's GDBusProxyTypeFunc, not GDBusProxyFunc
81098
92469
 
81102
92473
 1 file changed, 3 insertions(+), 3 deletions(-)
81103
92474
 
81104
92475
commit 1ea370a1b1f27ed7c9c73224251c07175aa14487
81105
 
Author: David Zeuthen <davidz@redhat.com>
81106
 
Date:   Tue Apr 19 13:16:10 2011 -0400
 
92476
Author:     David Zeuthen <davidz@redhat.com>
 
92477
AuthorDate: Tue Apr 19 13:16:10 2011 -0400
 
92478
Commit:     David Zeuthen <davidz@redhat.com>
 
92479
CommitDate: Tue Apr 19 13:16:10 2011 -0400
81107
92480
 
81108
92481
    gdbus-codegen: Document the generated ObjectManagerClient structs
81109
92482
 
81113
92486
 1 file changed, 19 insertions(+)
81114
92487
 
81115
92488
commit 3238a6ffe77284ed881c552016f93a531c54bd75
81116
 
Author: David Zeuthen <davidz@redhat.com>
81117
 
Date:   Tue Apr 19 13:10:25 2011 -0400
 
92489
Author:     David Zeuthen <davidz@redhat.com>
 
92490
AuthorDate: Tue Apr 19 13:10:25 2011 -0400
 
92491
Commit:     David Zeuthen <davidz@redhat.com>
 
92492
CommitDate: Tue Apr 19 13:10:25 2011 -0400
81118
92493
 
81119
92494
    gdbus-codegen: Add "Returns:" blurb for generated get_proxy_type()
81120
92495
 
81126
92501
 1 file changed, 2 insertions(+)
81127
92502
 
81128
92503
commit 68ba1bf074f9168a1997d674bf1d78b5e707dbf6
81129
 
Author: David Zeuthen <davidz@redhat.com>
81130
 
Date:   Mon Apr 18 14:23:19 2011 -0400
 
92504
Author:     David Zeuthen <davidz@redhat.com>
 
92505
AuthorDate: Mon Apr 18 14:23:19 2011 -0400
 
92506
Commit:     David Zeuthen <davidz@redhat.com>
 
92507
CommitDate: Mon Apr 18 14:23:19 2011 -0400
81131
92508
 
81132
92509
    gdbus-codegen: Generate docs when generating C code
81133
92510
 
81143
92520
 4 files changed, 504 insertions(+), 183 deletions(-)
81144
92521
 
81145
92522
commit d5dc79c0b066895ad41e84db35568d5a30235186
81146
 
Author: Benjamin Otte <otte@redhat.com>
81147
 
Date:   Fri Apr 15 03:23:12 2011 +0200
 
92523
Author:     Benjamin Otte <otte@redhat.com>
 
92524
AuthorDate: Fri Apr 15 03:23:12 2011 +0200
 
92525
Commit:     Benjamin Otte <otte@redhat.com>
 
92526
CommitDate: Mon Apr 18 14:52:29 2011 +0200
81148
92527
 
81149
92528
    API: testutils: Add g_test_fail()
81150
92529
 
81161
92540
 4 files changed, 36 insertions(+), 2 deletions(-)
81162
92541
 
81163
92542
commit 9a121032599ec90c883937017f49af2ba1fc6071
81164
 
Author: Benjamin Otte <otte@redhat.com>
81165
 
Date:   Mon Apr 18 14:45:53 2011 +0200
 
92543
Author:     Benjamin Otte <otte@redhat.com>
 
92544
AuthorDate: Mon Apr 18 14:45:53 2011 +0200
 
92545
Commit:     Benjamin Otte <otte@redhat.com>
 
92546
CommitDate: Mon Apr 18 14:49:51 2011 +0200
81166
92547
 
81167
92548
    testutils: Sprinkle code with newlines
81168
92549
 
81172
92553
 1 file changed, 30 insertions(+), 1 deletion(-)
81173
92554
 
81174
92555
commit d259d50afd7b1f0f063e9ad95f5784540bd0378c
81175
 
Author: Benjamin Otte <otte@redhat.com>
81176
 
Date:   Mon Apr 18 14:41:51 2011 +0200
 
92556
Author:     Benjamin Otte <otte@redhat.com>
 
92557
AuthorDate: Mon Apr 18 14:41:51 2011 +0200
 
92558
Commit:     Benjamin Otte <otte@redhat.com>
 
92559
CommitDate: Mon Apr 18 14:49:51 2011 +0200
81177
92560
 
81178
92561
    testutils: Return number of bad tests from g_test_run_suite_internal()
81179
92562
 
81183
92566
 1 file changed, 5 insertions(+), 5 deletions(-)
81184
92567
 
81185
92568
commit 62e68ceec8cfad06fffb00fd23ccaad3fc0f476e
81186
 
Author: Benjamin Otte <otte@redhat.com>
81187
 
Date:   Mon Apr 18 14:37:24 2011 +0200
 
92569
Author:     Benjamin Otte <otte@redhat.com>
 
92570
AuthorDate: Mon Apr 18 14:37:24 2011 +0200
 
92571
Commit:     Benjamin Otte <otte@redhat.com>
 
92572
CommitDate: Mon Apr 18 14:49:51 2011 +0200
81188
92573
 
81189
92574
    testutils: Remove unused variable
81190
92575
 
81192
92577
 1 file changed, 1 insertion(+), 2 deletions(-)
81193
92578
 
81194
92579
commit 19fdb18ef8794bde6b29e400a6d868a7974b73e2
81195
 
Author: Benjamin Otte <otte@redhat.com>
81196
 
Date:   Mon Apr 18 14:35:58 2011 +0200
 
92580
Author:     Benjamin Otte <otte@redhat.com>
 
92581
AuthorDate: Mon Apr 18 14:35:58 2011 +0200
 
92582
Commit:     Benjamin Otte <otte@redhat.com>
 
92583
CommitDate: Mon Apr 18 14:49:51 2011 +0200
81197
92584
 
81198
92585
    testutils: Return a boolean from g_test_case_run()
81199
92586
 
81205
92592
 1 file changed, 4 insertions(+), 3 deletions(-)
81206
92593
 
81207
92594
commit affc6f747587f5b86d5ec34cf22e7f666d7d09a9
81208
 
Author: David Zeuthen <davidz@redhat.com>
81209
 
Date:   Sat Apr 16 15:24:42 2011 -0400
 
92595
Author:     David Zeuthen <davidz@redhat.com>
 
92596
AuthorDate: Sat Apr 16 15:24:42 2011 -0400
 
92597
Commit:     David Zeuthen <davidz@redhat.com>
 
92598
CommitDate: Sat Apr 16 15:24:42 2011 -0400
81210
92599
 
81211
92600
    GDBusObjectManagerClient: Add a GDestroyNotify to the user_data
81212
92601
 
81221
92610
 3 files changed, 53 insertions(+), 9 deletions(-)
81222
92611
 
81223
92612
commit ea742e88e30fc398b8f86cc017161e6dcbb61e08
81224
 
Author: David Zeuthen <davidz@redhat.com>
81225
 
Date:   Sat Apr 16 14:42:21 2011 -0400
 
92613
Author:     David Zeuthen <davidz@redhat.com>
 
92614
AuthorDate: Sat Apr 16 14:42:21 2011 -0400
 
92615
Commit:     David Zeuthen <davidz@redhat.com>
 
92616
CommitDate: Sat Apr 16 14:42:21 2011 -0400
81226
92617
 
81227
92618
    GDBus: Add some gobject-introspection annotations for new code
81228
92619
 
81237
92628
 6 files changed, 30 insertions(+), 23 deletions(-)
81238
92629
 
81239
92630
commit 3cef28a2f0d45c4255263dae6a1dc3987bbc3f0c
81240
 
Author: David Zeuthen <davidz@redhat.com>
81241
 
Date:   Sat Apr 16 14:07:23 2011 -0400
 
92631
Author:     David Zeuthen <davidz@redhat.com>
 
92632
AuthorDate: Sat Apr 16 14:07:23 2011 -0400
 
92633
Commit:     David Zeuthen <davidz@redhat.com>
 
92634
CommitDate: Sat Apr 16 14:08:47 2011 -0400
81242
92635
 
81243
92636
    gdbus-codegen: Make generated code introspectable
81244
92637
 
81263
92656
 3 files changed, 202 insertions(+), 29 deletions(-)
81264
92657
 
81265
92658
commit 2e358e12f95601e7d00c7a4b0c272c0cd00c2e7d
81266
 
Author: David Zeuthen <davidz@redhat.com>
81267
 
Date:   Fri Apr 15 16:36:54 2011 -0400
 
92659
Author:     David Zeuthen <davidz@redhat.com>
 
92660
AuthorDate: Fri Apr 15 16:36:54 2011 -0400
 
92661
Commit:     David Zeuthen <davidz@redhat.com>
 
92662
CommitDate: Fri Apr 15 16:36:54 2011 -0400
81268
92663
 
81269
92664
    gdbus-codegen: Nuke debug spew
81270
92665
 
81274
92669
 1 file changed, 1 deletion(-)
81275
92670
 
81276
92671
commit a3fa748e54ec077a764a3045c92df59d00ba0edb
81277
 
Author: David Zeuthen <davidz@redhat.com>
81278
 
Date:   Fri Apr 15 16:11:43 2011 -0400
 
92672
Author:     David Zeuthen <davidz@redhat.com>
 
92673
AuthorDate: Fri Apr 15 16:11:43 2011 -0400
 
92674
Commit:     David Zeuthen <davidz@redhat.com>
 
92675
CommitDate: Fri Apr 15 16:11:43 2011 -0400
81279
92676
 
81280
92677
    gdbus-codegen: Never emit empty PropertiesChanged signals
81281
92678
 
81288
92685
 1 file changed, 19 insertions(+), 9 deletions(-)
81289
92686
 
81290
92687
commit 6bccc46d152079d69cf8aebef08433b1ec6055c7
81291
 
Author: David Zeuthen <davidz@redhat.com>
81292
 
Date:   Fri Apr 15 15:53:28 2011 -0400
 
92688
Author:     David Zeuthen <davidz@redhat.com>
 
92689
AuthorDate: Fri Apr 15 15:53:28 2011 -0400
 
92690
Commit:     David Zeuthen <davidz@redhat.com>
 
92691
CommitDate: Fri Apr 15 15:53:28 2011 -0400
81293
92692
 
81294
92693
    gdbus-codegen: Don't send out PropertiesChanged if value ends up
81295
92694
    not changing
81322
92721
 3 files changed, 93 insertions(+), 17 deletions(-)
81323
92722
 
81324
92723
commit 01602e16955fb7ca60799d4e142c7392ad91237d
81325
 
Author: Colin Walters <walters@verbum.org>
81326
 
Date:   Fri Apr 15 15:51:25 2011 -0400
 
92724
Author:     Colin Walters <walters@verbum.org>
 
92725
AuthorDate: Fri Apr 15 15:51:25 2011 -0400
 
92726
Commit:     Colin Walters <walters@verbum.org>
 
92727
CommitDate: Fri Apr 15 15:51:25 2011 -0400
81327
92728
 
81328
92729
    Fix some compiler warnings from gcc 4.6
81329
92730
 
81333
92734
 3 files changed, 2 insertions(+), 2 deletions(-)
81334
92735
 
81335
92736
commit 78203f369977b797116c9fc3b2c72a56c55db656
81336
 
Author: Colin Walters <walters@verbum.org>
81337
 
Date:   Thu Apr 14 16:03:18 2011 -0400
 
92737
Author:     Colin Walters <walters@verbum.org>
 
92738
AuthorDate: Thu Apr 14 16:03:18 2011 -0400
 
92739
Commit:     Colin Walters <walters@verbum.org>
 
92740
CommitDate: Fri Apr 15 14:58:30 2011 -0400
81338
92741
 
81339
92742
    gapplication: Fix typo in property
81340
92743
 
81342
92745
 1 file changed, 1 insertion(+), 1 deletion(-)
81343
92746
 
81344
92747
commit cade3cb1dab58ee0ab291efbab03e5b047b2a5be
81345
 
Author: David Zeuthen <davidz@redhat.com>
81346
 
Date:   Fri Apr 15 13:51:10 2011 -0400
 
92748
Author:     David Zeuthen <davidz@redhat.com>
 
92749
AuthorDate: Fri Apr 15 13:51:10 2011 -0400
 
92750
Commit:     David Zeuthen <davidz@redhat.com>
 
92751
CommitDate: Fri Apr 15 13:51:10 2011 -0400
81347
92752
 
81348
92753
    gdbus-codegen: Fix obvious bug in _g_variant_equal0() implementation
81349
92754
 
81353
92758
 1 file changed, 4 insertions(+), 1 deletion(-)
81354
92759
 
81355
92760
commit e19734d6c3f24076d25ac7f290b97df76cad5056
81356
 
Author: David Zeuthen <davidz@redhat.com>
81357
 
Date:   Fri Apr 15 12:56:07 2011 -0400
 
92761
Author:     David Zeuthen <davidz@redhat.com>
 
92762
AuthorDate: Fri Apr 15 12:56:07 2011 -0400
 
92763
Commit:     David Zeuthen <davidz@redhat.com>
 
92764
CommitDate: Fri Apr 15 12:56:07 2011 -0400
81358
92765
 
81359
92766
    gdbus-codegen: Add support for the org.freedesktop.DBus.Deprecated
81360
92767
    annotation
81370
92777
 5 files changed, 151 insertions(+), 47 deletions(-)
81371
92778
 
81372
92779
commit 0f9b83dd36a252552e4644257c0fa8272f6ba847
81373
 
Author: Ryan Lortie <desrt@desrt.ca>
81374
 
Date:   Fri Apr 15 09:30:24 2011 -0400
 
92780
Author:     Ryan Lortie <desrt@desrt.ca>
 
92781
AuthorDate: Fri Apr 15 09:30:24 2011 -0400
 
92782
Commit:     Ryan Lortie <desrt@desrt.ca>
 
92783
CommitDate: Fri Apr 15 09:30:24 2011 -0400
81375
92784
 
81376
92785
    GApplication: #include "gsettings.h"
81377
92786
 
81382
92791
 
81383
92792
commit 631d0c3534661e549f7df18fbb9832bdf19c5eaf
81384
92793
Merge: 2553511 a5dd6fc
81385
 
Author: Ryan Lortie <desrt@desrt.ca>
81386
 
Date:   Fri Apr 15 09:29:47 2011 -0400
 
92794
Author:     Ryan Lortie <desrt@desrt.ca>
 
92795
AuthorDate: Fri Apr 15 09:29:47 2011 -0400
 
92796
Commit:     Ryan Lortie <desrt@desrt.ca>
 
92797
CommitDate: Fri Apr 15 09:29:47 2011 -0400
81387
92798
 
81388
92799
    Merge remote-tracking branch 'gvdb/master'
81389
92800
 
81390
92801
commit a5dd6fcc4f46a322cc547a5fcfa1b52cbc5ec6d6
81391
 
Author: Ryan Lortie <desrt@desrt.ca>
81392
 
Date:   Fri Apr 15 09:27:38 2011 -0400
 
92802
Author:     Ryan Lortie <desrt@desrt.ca>
 
92803
AuthorDate: Fri Apr 15 09:27:38 2011 -0400
 
92804
Commit:     Ryan Lortie <desrt@desrt.ca>
 
92805
CommitDate: Fri Apr 15 09:27:38 2011 -0400
81393
92806
 
81394
92807
    builder: do not include <unistd.h> on win32
81395
92808
 
81401
92814
 1 file changed, 2 insertions(+)
81402
92815
 
81403
92816
commit 98e6d4b0a934b9fd67a38121958fccec879bf1ac
81404
 
Author: David Zeuthen <davidz@redhat.com>
81405
 
Date:   Fri Apr 15 08:48:21 2011 -0400
 
92817
Author:     David Zeuthen <davidz@redhat.com>
 
92818
AuthorDate: Fri Apr 15 08:48:21 2011 -0400
 
92819
Commit:     David Zeuthen <davidz@redhat.com>
 
92820
CommitDate: Fri Apr 15 08:48:21 2011 -0400
81406
92821
 
81407
92822
    gdbus-codegen: Include a blurb about the license of the generated code
81408
92823
 
81417
92832
 1 file changed, 4 insertions(+)
81418
92833
 
81419
92834
commit 5f31671da05c000224a227ce3548074dc2942086
81420
 
Author: David Zeuthen <davidz@redhat.com>
81421
 
Date:   Fri Apr 15 08:44:05 2011 -0400
 
92835
Author:     David Zeuthen <davidz@redhat.com>
 
92836
AuthorDate: Fri Apr 15 08:44:05 2011 -0400
 
92837
Commit:     David Zeuthen <davidz@redhat.com>
 
92838
CommitDate: Fri Apr 15 08:44:05 2011 -0400
81422
92839
 
81423
92840
    gdbus-codegen: Use the right program name in introductory comment
81424
92841
    (again)
81429
92846
 1 file changed, 1 insertion(+), 1 deletion(-)
81430
92847
 
81431
92848
commit c76a1f99054134fafec1d47d523c4aca219ab83c
81432
 
Author: David Zeuthen <davidz@redhat.com>
81433
 
Date:   Fri Apr 15 08:40:52 2011 -0400
 
92849
Author:     David Zeuthen <davidz@redhat.com>
 
92850
AuthorDate: Fri Apr 15 08:40:52 2011 -0400
 
92851
Commit:     David Zeuthen <davidz@redhat.com>
 
92852
CommitDate: Fri Apr 15 08:40:52 2011 -0400
81434
92853
 
81435
92854
    gdbus-codegen: Use the right program name in introductory comment
81436
92855
 
81440
92859
 1 file changed, 1 insertion(+), 1 deletion(-)
81441
92860
 
81442
92861
commit 9e9535b45c1a09a4c86e03d1c0250d7d8703dc08
81443
 
Author: David Zeuthen <davidz@redhat.com>
81444
 
Date:   Fri Apr 15 08:33:30 2011 -0400
 
92862
Author:     David Zeuthen <davidz@redhat.com>
 
92863
AuthorDate: Fri Apr 15 08:33:30 2011 -0400
 
92864
Commit:     David Zeuthen <davidz@redhat.com>
 
92865
CommitDate: Fri Apr 15 08:33:30 2011 -0400
81445
92866
 
81446
92867
    gdbus-codegen: Add copyright / license headers
81447
92868
 
81459
92880
 9 files changed, 169 insertions(+), 1 deletion(-)
81460
92881
 
81461
92882
commit febfc45fbeaf9f1df3de2310e32c6bce3ea9bbf3
81462
 
Author: David Zeuthen <davidz@redhat.com>
81463
 
Date:   Fri Apr 15 08:24:40 2011 -0400
 
92883
Author:     David Zeuthen <davidz@redhat.com>
 
92884
AuthorDate: Fri Apr 15 08:24:40 2011 -0400
 
92885
Commit:     David Zeuthen <davidz@redhat.com>
 
92886
CommitDate: Fri Apr 15 08:24:40 2011 -0400
81464
92887
 
81465
92888
    GDBus: Support Ugly_Case and use org.gtk.GDBus.C.Name since it's
81466
92889
    C-only
81476
92899
 5 files changed, 125 insertions(+), 56 deletions(-)
81477
92900
 
81478
92901
commit 2553511f4eaf4af8e48f21f4a3a0ac7c58defc8a
81479
 
Author: Michael Kuhn <suraia@ikkoku.de>
81480
 
Date:   Wed Dec 22 10:11:11 2010 +0100
 
92902
Author:     Michael Kuhn <suraia@ikkoku.de>
 
92903
AuthorDate: Wed Dec 22 10:11:11 2010 +0100
 
92904
Commit:     David Zeuthen <davidz@redhat.com>
 
92905
CommitDate: Fri Apr 15 06:05:24 2011 -0400
81481
92906
 
81482
92907
    Bug 637561 - Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
81483
92908
 
81489
92914
 1 file changed, 7 insertions(+), 2 deletions(-)
81490
92915
 
81491
92916
commit c2387ddff164becd90654b459d8c6031c3656577
81492
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
81493
 
Date:   Thu Mar 31 13:58:55 2011 +0100
 
92917
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
92918
AuthorDate: Thu Mar 31 13:58:55 2011 +0100
 
92919
Commit:     David Zeuthen <davidz@redhat.com>
 
92920
CommitDate: Fri Apr 15 06:00:16 2011 -0400
81494
92921
 
81495
92922
    /gdbus/message-serialize-invalid test: be compatible with D-Bus 1.4.8
81496
92923
 
81508
92935
 1 file changed, 34 insertions(+), 9 deletions(-)
81509
92936
 
81510
92937
commit 8b50e2f5475f9817baa358e2f638d0853e50ffb1
81511
 
Author: Kean Johnston <kean.johnston@gmail.com>
81512
 
Date:   Fri Apr 15 10:15:04 2011 +0200
 
92938
Author:     Kean Johnston <kean.johnston@gmail.com>
 
92939
AuthorDate: Fri Apr 15 10:15:04 2011 +0200
 
92940
Commit:     Alexander Larsson <alexl@redhat.com>
 
92941
CommitDate: Fri Apr 15 10:15:04 2011 +0200
81513
92942
 
81514
92943
    GLocalFile: Use _fstati64 rather than stat on Win32
81515
92944
 
81520
92949
 2 files changed, 18 insertions(+), 6 deletions(-)
81521
92950
 
81522
92951
commit a3722d0408fd3746a30180e0c37f1713673a1fcc
81523
 
Author: Matthias Clasen <mclasen@redhat.com>
81524
 
Date:   Thu Apr 14 20:41:54 2011 -0400
 
92952
Author:     Matthias Clasen <mclasen@redhat.com>
 
92953
AuthorDate: Thu Apr 14 20:41:54 2011 -0400
 
92954
Commit:     Matthias Clasen <mclasen@redhat.com>
 
92955
CommitDate: Thu Apr 14 20:41:54 2011 -0400
81525
92956
 
81526
92957
    Slight docs rewording
81527
92958
 
81532
92963
 1 file changed, 2 insertions(+), 2 deletions(-)
81533
92964
 
81534
92965
commit 4da18247592f1159ee03e414990d2a744aa0a8c7
81535
 
Author: David Zeuthen <davidz@redhat.com>
81536
 
Date:   Thu Apr 14 11:27:57 2011 -0400
 
92966
Author:     David Zeuthen <davidz@redhat.com>
 
92967
AuthorDate: Thu Apr 14 11:27:57 2011 -0400
 
92968
Commit:     David Zeuthen <davidz@redhat.com>
 
92969
CommitDate: Thu Apr 14 12:46:54 2011 -0400
81537
92970
 
81538
92971
    GResolver: Don't return duplicate addresses
81539
92972
 
81550
92983
 2 files changed, 45 insertions(+), 10 deletions(-)
81551
92984
 
81552
92985
commit 33515d4eb4175fac70ab42151020336c34bc2083
81553
 
Author: David Zeuthen <davidz@redhat.com>
81554
 
Date:   Thu Apr 14 11:27:57 2011 -0400
 
92986
Author:     David Zeuthen <davidz@redhat.com>
 
92987
AuthorDate: Thu Apr 14 11:27:57 2011 -0400
 
92988
Commit:     David Zeuthen <davidz@redhat.com>
 
92989
CommitDate: Thu Apr 14 12:46:46 2011 -0400
81555
92990
 
81556
92991
    GInetAddress: add equal() method
81557
92992
 
81568
93003
 4 files changed, 34 insertions(+)
81569
93004
 
81570
93005
commit 8b03077a44092ce2b510ef3246da063cacc8d951
81571
 
Author: Ryan Lortie <desrt@desrt.ca>
81572
 
Date:   Thu Apr 14 09:54:17 2011 -0400
 
93006
Author:     Ryan Lortie <desrt@desrt.ca>
 
93007
AuthorDate: Thu Apr 14 09:54:17 2011 -0400
 
93008
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93009
CommitDate: Thu Apr 14 09:56:00 2011 -0400
81573
93010
 
81574
93011
    GTimeZone: fix non-threadsafe refcounting
81575
93012
 
81587
93024
 1 file changed, 21 insertions(+), 4 deletions(-)
81588
93025
 
81589
93026
commit e38ef14e8b8d2fed909d92514b665bb8c3c99e6c
81590
 
Author: David Zeuthen <davidz@redhat.com>
81591
 
Date:   Wed Apr 13 18:40:47 2011 -0400
 
93027
Author:     David Zeuthen <davidz@redhat.com>
 
93028
AuthorDate: Wed Apr 13 18:40:47 2011 -0400
 
93029
Commit:     David Zeuthen <davidz@redhat.com>
 
93030
CommitDate: Wed Apr 13 18:40:47 2011 -0400
81592
93031
 
81593
93032
    GDBus: If an authentication method fail, don't give up, just try
81594
93033
    the next one
81603
93042
 1 file changed, 10 insertions(+), 2 deletions(-)
81604
93043
 
81605
93044
commit 3b997d92c13217db78fcc774bff6d6c0fcd919e6
81606
 
Author: David Zeuthen <davidz@redhat.com>
81607
 
Date:   Wed Apr 13 18:21:16 2011 -0400
 
93045
Author:     David Zeuthen <davidz@redhat.com>
 
93046
AuthorDate: Wed Apr 13 18:21:16 2011 -0400
 
93047
Commit:     David Zeuthen <davidz@redhat.com>
 
93048
CommitDate: Wed Apr 13 18:21:16 2011 -0400
81608
93049
 
81609
93050
    GDBus: Add test case for the ANONYMOUS authentication method
81610
93051
 
81615
93056
 1 file changed, 92 insertions(+)
81616
93057
 
81617
93058
commit befb60d8268ad2296fe94cebbeadf749314c7a70
81618
 
Author: David Zeuthen <davidz@redhat.com>
81619
 
Date:   Wed Apr 13 18:19:57 2011 -0400
 
93059
Author:     David Zeuthen <davidz@redhat.com>
 
93060
AuthorDate: Wed Apr 13 18:19:57 2011 -0400
 
93061
Commit:     David Zeuthen <davidz@redhat.com>
 
93062
CommitDate: Wed Apr 13 18:20:34 2011 -0400
81620
93063
 
81621
93064
    GDBus: Nuke debug spew from the ANONYMOUS authentication method
81622
93065
 
81626
93069
 1 file changed, 1 insertion(+), 2 deletions(-)
81627
93070
 
81628
93071
commit 25c57d31c5f8bb36f17328bbeacce4796490b241
81629
 
Author: David Zeuthen <davidz@redhat.com>
81630
 
Date:   Wed Apr 13 17:49:19 2011 -0400
 
93072
Author:     David Zeuthen <davidz@redhat.com>
 
93073
AuthorDate: Wed Apr 13 17:49:19 2011 -0400
 
93074
Commit:     David Zeuthen <davidz@redhat.com>
 
93075
CommitDate: Wed Apr 13 17:49:19 2011 -0400
81631
93076
 
81632
93077
    GDBus: Allow tcp: and nonce-tcp: addresses without any arguments
81633
93078
 
81648
93093
 1 file changed, 6 insertions(+), 23 deletions(-)
81649
93094
 
81650
93095
commit 8826ad046d3dfa1a0fbaca1cab1086d12f31d0a5
81651
 
Author: David Zeuthen <davidz@redhat.com>
81652
 
Date:   Wed Apr 13 16:39:50 2011 -0400
 
93096
Author:     David Zeuthen <davidz@redhat.com>
 
93097
AuthorDate: Wed Apr 13 16:39:50 2011 -0400
 
93098
Commit:     David Zeuthen <davidz@redhat.com>
 
93099
CommitDate: Wed Apr 13 16:39:50 2011 -0400
81653
93100
 
81654
93101
    GDBusInterfaceStub: Clarify ::g-authorize-method docs
81655
93102
 
81663
93110
 2 files changed, 2 insertions(+), 2 deletions(-)
81664
93111
 
81665
93112
commit 6ccca55752c41001f3af3430d3d93f587fd42383
81666
 
Author: David Zeuthen <davidz@redhat.com>
81667
 
Date:   Wed Apr 13 16:33:51 2011 -0400
 
93113
Author:     David Zeuthen <davidz@redhat.com>
 
93114
AuthorDate: Wed Apr 13 16:33:51 2011 -0400
 
93115
Commit:     David Zeuthen <davidz@redhat.com>
 
93116
CommitDate: Wed Apr 13 16:33:51 2011 -0400
81668
93117
 
81669
93118
    GDBus: Use Skeleton instead of Stub
81670
93119
 
81704
93153
 25 files changed, 1739 insertions(+), 1739 deletions(-)
81705
93154
 
81706
93155
commit 68b16deb1f4ec739f80291156f2e0e2eed87d225
81707
 
Author: Colin Walters <walters@verbum.org>
81708
 
Date:   Wed Apr 13 14:03:58 2011 -0400
 
93156
Author:     Colin Walters <walters@verbum.org>
 
93157
AuthorDate: Wed Apr 13 14:03:58 2011 -0400
 
93158
Commit:     Colin Walters <walters@verbum.org>
 
93159
CommitDate: Wed Apr 13 15:01:28 2011 -0400
81709
93160
 
81710
93161
    gdbusconnection: Avoid tripping assertion if we fail to authenticate
81711
93162
    twice
81724
93175
 1 file changed, 10 insertions(+), 5 deletions(-)
81725
93176
 
81726
93177
commit 4d15ba90c04e474f996777c9931d50eae712816e
81727
 
Author: Ryan Lortie <desrt@desrt.ca>
81728
 
Date:   Wed Apr 13 11:46:33 2011 -0400
 
93178
Author:     Ryan Lortie <desrt@desrt.ca>
 
93179
AuthorDate: Wed Apr 13 11:46:33 2011 -0400
 
93180
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93181
CommitDate: Wed Apr 13 11:46:33 2011 -0400
81729
93182
 
81730
93183
    G_VARIANT_TYPE_VARDICT: Add 'Since:' tag
81731
93184
 
81733
93186
 1 file changed, 2 insertions(+)
81734
93187
 
81735
93188
commit 683943b40e20d7cd4eda688d4410012b62b45a20
81736
 
Author: David Zeuthen <davidz@redhat.com>
81737
 
Date:   Wed Apr 13 11:35:06 2011 -0400
 
93189
Author:     David Zeuthen <davidz@redhat.com>
 
93190
AuthorDate: Wed Apr 13 11:35:06 2011 -0400
 
93191
Commit:     David Zeuthen <davidz@redhat.com>
 
93192
CommitDate: Wed Apr 13 11:35:06 2011 -0400
81738
93193
 
81739
93194
    GDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when referring to
81740
93195
    type a{sv}
81745
93200
 1 file changed, 1 insertion(+), 5 deletions(-)
81746
93201
 
81747
93202
commit 76492d7741c7c6f48d2d7301c872020e42b025ff
81748
 
Author: Matthias Clasen <mclasen@redhat.com>
81749
 
Date:   Wed Apr 13 08:48:10 2011 -0400
 
93203
Author:     Matthias Clasen <mclasen@redhat.com>
 
93204
AuthorDate: Wed Apr 13 08:48:10 2011 -0400
 
93205
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93206
CommitDate: Wed Apr 13 08:48:10 2011 -0400
81750
93207
 
81751
93208
    Bump version
81752
93209
 
81754
93211
 1 file changed, 1 insertion(+), 1 deletion(-)
81755
93212
 
81756
93213
commit 0e55346420e74a562b42d14a136c07a4bbd9d955
81757
 
Author: Matthias Clasen <mclasen@redhat.com>
81758
 
Date:   Wed Apr 13 08:19:35 2011 -0400
 
93214
Author:     Matthias Clasen <mclasen@redhat.com>
 
93215
AuthorDate: Wed Apr 13 08:19:35 2011 -0400
 
93216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93217
CommitDate: Wed Apr 13 08:19:35 2011 -0400
81759
93218
 
81760
93219
    Skip the writable test if the file is not writable
81761
93220
 
81765
93224
 1 file changed, 10 insertions(+)
81766
93225
 
81767
93226
commit 67b8c7ea8adeef5e2db5e2ed65a15db1e6c91f74
81768
 
Author: Matthias Clasen <mclasen@redhat.com>
81769
 
Date:   Wed Apr 13 01:31:19 2011 -0400
 
93227
Author:     Matthias Clasen <mclasen@redhat.com>
 
93228
AuthorDate: Wed Apr 13 01:31:19 2011 -0400
 
93229
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93230
CommitDate: Wed Apr 13 01:31:19 2011 -0400
81770
93231
 
81771
93232
    Fix non-srcdir builds
81772
93233
 
81774
93235
 1 file changed, 3 insertions(+), 3 deletions(-)
81775
93236
 
81776
93237
commit 5f90baafb5210a551289900a160928dfd698037e
81777
 
Author: Matthias Clasen <mclasen@redhat.com>
81778
 
Date:   Wed Apr 13 00:42:51 2011 -0400
 
93238
Author:     Matthias Clasen <mclasen@redhat.com>
 
93239
AuthorDate: Wed Apr 13 00:42:51 2011 -0400
 
93240
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93241
CommitDate: Wed Apr 13 00:42:51 2011 -0400
81779
93242
 
81780
93243
    More updates
81781
93244
 
81783
93246
 1 file changed, 2 insertions(+)
81784
93247
 
81785
93248
commit c1a7599568ba953db6d5f6c840a9c4fb121a9bac
81786
 
Author: Matthias Clasen <mclasen@redhat.com>
81787
 
Date:   Wed Apr 13 00:39:01 2011 -0400
 
93249
Author:     Matthias Clasen <mclasen@redhat.com>
 
93250
AuthorDate: Wed Apr 13 00:39:01 2011 -0400
 
93251
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93252
CommitDate: Wed Apr 13 00:39:01 2011 -0400
81788
93253
 
81789
93254
    Fix a typo in the GSettings docs
81790
93255
 
81795
93260
 1 file changed, 1 insertion(+), 1 deletion(-)
81796
93261
 
81797
93262
commit e356c7ca0bcb461491a90f6cfb2907bb4ffa10e8
81798
 
Author: David Zeuthen <davidz@redhat.com>
81799
 
Date:   Tue Apr 12 20:40:25 2011 -0400
 
93263
Author:     David Zeuthen <davidz@redhat.com>
 
93264
AuthorDate: Tue Apr 12 20:40:25 2011 -0400
 
93265
Commit:     David Zeuthen <davidz@redhat.com>
 
93266
CommitDate: Tue Apr 12 20:40:25 2011 -0400
81800
93267
 
81801
93268
    gdbus-codegen: Shorten man page title
81802
93269
 
81806
93273
 1 file changed, 1 insertion(+), 1 deletion(-)
81807
93274
 
81808
93275
commit 29bf848d92b3f4a64d32b104638e87bffcfdb5b3
81809
 
Author: David Zeuthen <davidz@redhat.com>
81810
 
Date:   Tue Apr 12 20:28:06 2011 -0400
 
93276
Author:     David Zeuthen <davidz@redhat.com>
 
93277
AuthorDate: Tue Apr 12 20:28:06 2011 -0400
 
93278
Commit:     David Zeuthen <davidz@redhat.com>
 
93279
CommitDate: Tue Apr 12 20:28:06 2011 -0400
81811
93280
 
81812
93281
    gdbus-codegen: Use CDATA to make gtk-doc avoid expanding certain
81813
93282
    strings
81818
93287
 1 file changed, 6 insertions(+), 6 deletions(-)
81819
93288
 
81820
93289
commit 6a4ab7c5d3d98318c38816a64b3c444a2c99ea9b
81821
 
Author: David Zeuthen <davidz@redhat.com>
81822
 
Date:   Tue Apr 12 20:15:48 2011 -0400
 
93290
Author:     David Zeuthen <davidz@redhat.com>
 
93291
AuthorDate: Tue Apr 12 20:15:48 2011 -0400
 
93292
Commit:     David Zeuthen <davidz@redhat.com>
 
93293
CommitDate: Tue Apr 12 20:15:48 2011 -0400
81823
93294
 
81824
93295
    GDBus: Minor renames and doc fixes
81825
93296
 
81836
93307
 5 files changed, 12 insertions(+), 8 deletions(-)
81837
93308
 
81838
93309
commit 6bf978f35e9688e48942bbb9b4f28187fae29f73
81839
 
Author: David Zeuthen <davidz@redhat.com>
81840
 
Date:   Tue Apr 12 17:12:26 2011 -0400
 
93310
Author:     David Zeuthen <davidz@redhat.com>
 
93311
AuthorDate: Tue Apr 12 17:12:26 2011 -0400
 
93312
Commit:     David Zeuthen <davidz@redhat.com>
 
93313
CommitDate: Tue Apr 12 17:12:26 2011 -0400
81841
93314
 
81842
93315
    gdbus-codegen: Mention that @since can be used
81843
93316
 
81847
93320
 1 file changed, 9 insertions(+), 4 deletions(-)
81848
93321
 
81849
93322
commit 34a28f2f062281d9fb75fcd02c4df238def6396e
81850
 
Author: David Zeuthen <davidz@redhat.com>
81851
 
Date:   Tue Apr 12 16:17:28 2011 -0400
 
93323
Author:     David Zeuthen <davidz@redhat.com>
 
93324
AuthorDate: Tue Apr 12 16:17:28 2011 -0400
 
93325
Commit:     David Zeuthen <davidz@redhat.com>
 
93326
CommitDate: Tue Apr 12 16:17:28 2011 -0400
81852
93327
 
81853
93328
    Add support for org.gtk.GDBus.Since annotation
81854
93329
 
81875
93350
 9 files changed, 193 insertions(+), 13 deletions(-)
81876
93351
 
81877
93352
commit bf087aabbf3811ccb0abce532122c190673356e5
81878
 
Author: Colin Walters <walters@verbum.org>
81879
 
Date:   Tue Apr 12 12:56:33 2011 -0400
 
93353
Author:     Colin Walters <walters@verbum.org>
 
93354
AuthorDate: Tue Apr 12 12:56:33 2011 -0400
 
93355
Commit:     Colin Walters <walters@verbum.org>
 
93356
CommitDate: Tue Apr 12 12:56:33 2011 -0400
81880
93357
 
81881
93358
    gsettings-tool fixes: Add missing _apply(), add unset-recursively
81882
93359
    to man page
81886
93363
 2 files changed, 13 insertions(+)
81887
93364
 
81888
93365
commit 3fd9f2e8f98d59c614a04be8b4a052027e025a64
81889
 
Author: Colin Walters <walters@verbum.org>
81890
 
Date:   Tue Apr 12 11:00:54 2011 -0400
 
93366
Author:     Colin Walters <walters@verbum.org>
 
93367
AuthorDate: Tue Apr 12 11:00:54 2011 -0400
 
93368
Commit:     Colin Walters <walters@verbum.org>
 
93369
CommitDate: Tue Apr 12 12:13:43 2011 -0400
81891
93370
 
81892
93371
    gsettings: Implement reset-recursively
81893
93372
 
81901
93380
 1 file changed, 57 insertions(+)
81902
93381
 
81903
93382
commit 76d365372197e9ce9729402ae2fa4fac490f8dd0
81904
 
Author: David Zeuthen <davidz@redhat.com>
81905
 
Date:   Tue Apr 12 11:50:34 2011 -0400
 
93383
Author:     David Zeuthen <davidz@redhat.com>
 
93384
AuthorDate: Tue Apr 12 11:50:34 2011 -0400
 
93385
Commit:     David Zeuthen <davidz@redhat.com>
 
93386
CommitDate: Tue Apr 12 11:50:34 2011 -0400
81906
93387
 
81907
93388
    gdbus-codegen: Add --c-generate-object-manager option + doc
81908
93389
    improvements
81922
93403
 8 files changed, 200 insertions(+), 142 deletions(-)
81923
93404
 
81924
93405
commit 3f7912f142088cd27f53ba74fb69037c45223678
81925
 
Author: Matthias Clasen <mclasen@redhat.com>
81926
 
Date:   Tue Apr 12 10:02:31 2011 -0400
 
93406
Author:     Matthias Clasen <mclasen@redhat.com>
 
93407
AuthorDate: Tue Apr 12 10:02:31 2011 -0400
 
93408
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93409
CommitDate: Tue Apr 12 10:02:31 2011 -0400
81927
93410
 
81928
93411
    GLocalDirectoryMonitor: Improve struct packing
81929
93412
 
81931
93414
 1 file changed, 1 insertion(+), 1 deletion(-)
81932
93415
 
81933
93416
commit a2094d5e564433ed3a4398afeacce80519bbda44
81934
 
Author: Matthias Clasen <mclasen@redhat.com>
81935
 
Date:   Tue Apr 12 10:02:12 2011 -0400
 
93417
Author:     Matthias Clasen <mclasen@redhat.com>
 
93418
AuthorDate: Tue Apr 12 10:02:12 2011 -0400
 
93419
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93420
CommitDate: Tue Apr 12 10:02:12 2011 -0400
81936
93421
 
81937
93422
    GIOSchedulerJob: Improve struct packing
81938
93423
 
81940
93425
 1 file changed, 1 insertion(+), 2 deletions(-)
81941
93426
 
81942
93427
commit bfe7548fe14ec3b49c96264c1e6d1650357fa41a
81943
 
Author: Matthias Clasen <mclasen@redhat.com>
81944
 
Date:   Tue Apr 12 10:01:37 2011 -0400
 
93428
Author:     Matthias Clasen <mclasen@redhat.com>
 
93429
AuthorDate: Tue Apr 12 10:01:37 2011 -0400
 
93430
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93431
CommitDate: Tue Apr 12 10:01:37 2011 -0400
81945
93432
 
81946
93433
    GFilenameCompleter: Improve struct packing
81947
93434
 
81949
93436
 1 file changed, 1 insertion(+), 1 deletion(-)
81950
93437
 
81951
93438
commit 3e4f3673d8a54b3e1924d00a4a3a6048426f0b10
81952
 
Author: Matthias Clasen <mclasen@redhat.com>
81953
 
Date:   Tue Apr 12 10:01:05 2011 -0400
 
93439
Author:     Matthias Clasen <mclasen@redhat.com>
 
93440
AuthorDate: Tue Apr 12 10:01:05 2011 -0400
 
93441
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93442
CommitDate: Tue Apr 12 10:01:05 2011 -0400
81954
93443
 
81955
93444
    GFileAttributeMatcher: Improve struct packing
81956
93445
 
81958
93447
 1 file changed, 3 insertions(+), 2 deletions(-)
81959
93448
 
81960
93449
commit 8903ec808bb02847d80a26c6224b319b2b2be059
81961
 
Author: Matthias Clasen <mclasen@redhat.com>
81962
 
Date:   Tue Apr 12 10:00:37 2011 -0400
 
93450
Author:     Matthias Clasen <mclasen@redhat.com>
 
93451
AuthorDate: Tue Apr 12 10:00:37 2011 -0400
 
93452
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93453
CommitDate: Tue Apr 12 10:00:37 2011 -0400
81963
93454
 
81964
93455
    GDBusProxy: Improve struct packing
81965
93456
 
81967
93458
 1 file changed, 1 insertion(+), 1 deletion(-)
81968
93459
 
81969
93460
commit 53e3e111fd5a891e7b3668e1ca7eab4b987c855e
81970
 
Author: Matthias Clasen <mclasen@redhat.com>
81971
 
Date:   Tue Apr 12 10:00:03 2011 -0400
 
93461
Author:     Matthias Clasen <mclasen@redhat.com>
 
93462
AuthorDate: Tue Apr 12 10:00:03 2011 -0400
 
93463
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93464
CommitDate: Tue Apr 12 10:00:03 2011 -0400
81972
93465
 
81973
93466
    GDBusWorker: Improve struct packing
81974
93467
 
81976
93469
 1 file changed, 2 insertions(+), 2 deletions(-)
81977
93470
 
81978
93471
commit 9890c03579754ecf145575f6f77af6e34aa9b05c
81979
 
Author: Matthias Clasen <mclasen@redhat.com>
81980
 
Date:   Tue Apr 12 09:58:13 2011 -0400
 
93472
Author:     Matthias Clasen <mclasen@redhat.com>
 
93473
AuthorDate: Tue Apr 12 09:58:13 2011 -0400
 
93474
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93475
CommitDate: Tue Apr 12 09:58:13 2011 -0400
81981
93476
 
81982
93477
    GMarkupParseContext: Improve struct packing
81983
93478
 
81985
93480
 1 file changed, 2 insertions(+), 1 deletion(-)
81986
93481
 
81987
93482
commit f8b154f53a30930b6e3213c8b85bbb3dea4f68d7
81988
 
Author: Matthias Clasen <mclasen@redhat.com>
81989
 
Date:   Tue Apr 12 09:55:59 2011 -0400
 
93483
Author:     Matthias Clasen <mclasen@redhat.com>
 
93484
AuthorDate: Tue Apr 12 09:55:59 2011 -0400
 
93485
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93486
CommitDate: Tue Apr 12 09:55:59 2011 -0400
81990
93487
 
81991
93488
    GMatchInfo: improve struct packing
81992
93489
 
81994
93491
 1 file changed, 1 insertion(+), 1 deletion(-)
81995
93492
 
81996
93493
commit 8276d0e557259154beaf3f2997276ba32ee9c1ee
81997
 
Author: David Zeuthen <davidz@redhat.com>
81998
 
Date:   Tue Apr 12 09:28:09 2011 -0400
 
93494
Author:     David Zeuthen <davidz@redhat.com>
 
93495
AuthorDate: Tue Apr 12 09:28:09 2011 -0400
 
93496
Commit:     David Zeuthen <davidz@redhat.com>
 
93497
CommitDate: Tue Apr 12 09:28:09 2011 -0400
81999
93498
 
82000
93499
    Spiff up the "Migrating to GDBus" docs a bit
82001
93500
 
82010
93509
 5 files changed, 106 insertions(+), 30 deletions(-)
82011
93510
 
82012
93511
commit fc59b9d8436f295713d68e3f2a5af86b93013180
82013
 
Author: David Zeuthen <davidz@redhat.com>
82014
 
Date:   Mon Apr 11 18:32:11 2011 -0400
 
93512
Author:     David Zeuthen <davidz@redhat.com>
 
93513
AuthorDate: Mon Apr 11 18:32:11 2011 -0400
 
93514
Commit:     David Zeuthen <davidz@redhat.com>
 
93515
CommitDate: Mon Apr 11 18:32:11 2011 -0400
82015
93516
 
82016
93517
    Update "Migrating to GDBus" chapter to take gdbus-codegen(1)
82017
93518
    into account
82025
93526
 3 files changed, 105 insertions(+), 146 deletions(-)
82026
93527
 
82027
93528
commit ff6ecc61c992e27cc018b0716a3910efb4c0656a
82028
 
Author: Matthias Clasen <mclasen@redhat.com>
82029
 
Date:   Mon Apr 11 13:26:40 2011 -0400
 
93529
Author:     Matthias Clasen <mclasen@redhat.com>
 
93530
AuthorDate: Mon Apr 11 13:26:40 2011 -0400
 
93531
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93532
CommitDate: Mon Apr 11 17:08:04 2011 -0400
82030
93533
 
82031
93534
    Add forgotten apis
82032
93535
 
82037
93540
 1 file changed, 29 insertions(+), 1 deletion(-)
82038
93541
 
82039
93542
commit e5525f1010825bc5dfbed39f593999d6a115a972
82040
 
Author: David Zeuthen <davidz@redhat.com>
82041
 
Date:   Mon Apr 11 16:35:14 2011 -0400
 
93543
Author:     David Zeuthen <davidz@redhat.com>
 
93544
AuthorDate: Mon Apr 11 16:35:14 2011 -0400
 
93545
Commit:     David Zeuthen <davidz@redhat.com>
 
93546
CommitDate: Mon Apr 11 16:35:14 2011 -0400
82042
93547
 
82043
93548
    GDBus: Add ObjectManager example
82044
93549
 
82053
93558
 4 files changed, 338 insertions(+)
82054
93559
 
82055
93560
commit 24533f261900b3234abc4182ffea6bbd1cb1a29e
82056
 
Author: David Zeuthen <davidz@redhat.com>
82057
 
Date:   Mon Apr 11 15:34:38 2011 -0400
 
93561
Author:     David Zeuthen <davidz@redhat.com>
 
93562
AuthorDate: Mon Apr 11 15:34:38 2011 -0400
 
93563
Commit:     David Zeuthen <davidz@redhat.com>
 
93564
CommitDate: Mon Apr 11 15:34:38 2011 -0400
82058
93565
 
82059
93566
    Also use interface_ instead of interface in C files
82060
93567
 
82070
93577
 3 files changed, 124 insertions(+), 124 deletions(-)
82071
93578
 
82072
93579
commit 6cc4dc5b9bb88aff4ec04f115facecef56b7374c
82073
 
Author: David Zeuthen <davidz@redhat.com>
82074
 
Date:   Mon Apr 11 15:22:37 2011 -0400
 
93580
Author:     David Zeuthen <davidz@redhat.com>
 
93581
AuthorDate: Mon Apr 11 15:22:37 2011 -0400
 
93582
Commit:     David Zeuthen <davidz@redhat.com>
 
93583
CommitDate: Mon Apr 11 15:25:37 2011 -0400
82075
93584
 
82076
93585
    GDBusInterfaceStub: Rename stub parameter to interface
82077
93586
 
82083
93592
 2 files changed, 143 insertions(+), 143 deletions(-)
82084
93593
 
82085
93594
commit 48090287367bf4c57f375faaca8d65bd9cce0d11
82086
 
Author: David Zeuthen <davidz@redhat.com>
82087
 
Date:   Mon Apr 11 15:13:25 2011 -0400
 
93595
Author:     David Zeuthen <davidz@redhat.com>
 
93596
AuthorDate: Mon Apr 11 15:13:25 2011 -0400
 
93597
Commit:     David Zeuthen <davidz@redhat.com>
 
93598
CommitDate: Mon Apr 11 15:24:52 2011 -0400
82088
93599
 
82089
93600
    GDBus: Avoid using the word interface in public C headers
82090
93601
 
82100
93611
 4 files changed, 12 insertions(+), 12 deletions(-)
82101
93612
 
82102
93613
commit 5ec05ebfd48ab6bac396f8cd30b47d61b93c7884
82103
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
82104
 
Date:   Mon Apr 11 21:06:01 2011 +0200
 
93614
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
93615
AuthorDate: Mon Apr 11 21:06:01 2011 +0200
 
93616
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
93617
CommitDate: Mon Apr 11 21:06:01 2011 +0200
82105
93618
 
82106
93619
    Updated Spanish translation
82107
93620
 
82110
93623
 1 file changed, 272 insertions(+), 258 deletions(-)
82111
93624
 
82112
93625
commit 4dffec890631acc926b6e66da4d318e3587f7d38
82113
 
Author: David Zeuthen <davidz@redhat.com>
82114
 
Date:   Mon Apr 11 14:59:19 2011 -0400
 
93626
Author:     David Zeuthen <davidz@redhat.com>
 
93627
AuthorDate: Mon Apr 11 14:59:19 2011 -0400
 
93628
Commit:     David Zeuthen <davidz@redhat.com>
 
93629
CommitDate: Mon Apr 11 14:59:19 2011 -0400
82115
93630
 
82116
93631
    Dist test-codegen.xml
82117
93632
 
82121
93636
 1 file changed, 3 insertions(+), 1 deletion(-)
82122
93637
 
82123
93638
commit eaef2a8f3f54354af50e0089a578f83656756d8d
82124
 
Author: Matthias Clasen <mclasen@redhat.com>
82125
 
Date:   Mon Apr 11 13:26:40 2011 -0400
 
93639
Author:     Matthias Clasen <mclasen@redhat.com>
 
93640
AuthorDate: Mon Apr 11 13:26:40 2011 -0400
 
93641
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93642
CommitDate: Mon Apr 11 13:26:40 2011 -0400
82126
93643
 
82127
93644
    Add forgotten apis
82128
93645
 
82133
93650
 1 file changed, 2 insertions(+)
82134
93651
 
82135
93652
commit c36aa59bf05b972ae1c1e0b9e273064914ca3447
82136
 
Author: Matthias Clasen <mclasen@redhat.com>
82137
 
Date:   Mon Apr 11 13:21:12 2011 -0400
 
93653
Author:     Matthias Clasen <mclasen@redhat.com>
 
93654
AuthorDate: Mon Apr 11 13:21:12 2011 -0400
 
93655
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93656
CommitDate: Mon Apr 11 13:21:12 2011 -0400
82138
93657
 
82139
93658
    Fix duplicate private subsection
82140
93659
 
82145
93664
 1 file changed, 3 insertions(+), 5 deletions(-)
82146
93665
 
82147
93666
commit 1a6dd8c7fabdb79bcce7dc04f0e6044a343169f4
82148
 
Author: Matthias Clasen <mclasen@redhat.com>
82149
 
Date:   Mon Apr 11 13:20:55 2011 -0400
 
93667
Author:     Matthias Clasen <mclasen@redhat.com>
 
93668
AuthorDate: Mon Apr 11 13:20:55 2011 -0400
 
93669
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93670
CommitDate: Mon Apr 11 13:20:55 2011 -0400
82150
93671
 
82151
93672
    Fix a few parameter mismatches in the docs
82152
93673
 
82155
93676
 2 files changed, 12 insertions(+), 12 deletions(-)
82156
93677
 
82157
93678
commit 3c94299b0ff1c8e1b0b06bedd73b1b725e631d8a
82158
 
Author: Matthias Clasen <mclasen@redhat.com>
82159
 
Date:   Mon Apr 11 12:57:19 2011 -0400
 
93679
Author:     Matthias Clasen <mclasen@redhat.com>
 
93680
AuthorDate: Mon Apr 11 12:57:19 2011 -0400
 
93681
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93682
CommitDate: Mon Apr 11 12:57:19 2011 -0400
82160
93683
 
82161
93684
    Don't include unistd.h unconditionally
82162
93685
 
82166
93689
 1 file changed, 6 insertions(+), 3 deletions(-)
82167
93690
 
82168
93691
commit 9d048615da794e265256ad29c27daf147675f239
82169
 
Author: Matthias Clasen <mclasen@redhat.com>
82170
 
Date:   Mon Apr 11 12:53:25 2011 -0400
 
93692
Author:     Matthias Clasen <mclasen@redhat.com>
 
93693
AuthorDate: Mon Apr 11 12:53:25 2011 -0400
 
93694
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93695
CommitDate: Mon Apr 11 12:53:25 2011 -0400
82171
93696
 
82172
93697
    Add 2.30 index to GLib docs
82173
93698
 
82175
93700
 1 file changed, 4 insertions(+)
82176
93701
 
82177
93702
commit 8f2a6d3e5a6208953c4e1691826597b2cd6ea2b2
82178
 
Author: Matthias Clasen <mclasen@redhat.com>
82179
 
Date:   Mon Apr 11 12:26:15 2011 -0400
 
93703
Author:     Matthias Clasen <mclasen@redhat.com>
 
93704
AuthorDate: Mon Apr 11 12:26:15 2011 -0400
 
93705
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93706
CommitDate: Mon Apr 11 12:30:38 2011 -0400
82180
93707
 
82181
93708
    Updates
82182
93709
 
82184
93711
 1 file changed, 53 insertions(+), 5 deletions(-)
82185
93712
 
82186
93713
commit 9c1941c07fba7626ba1a40a7009615c88a645539
82187
 
Author: David Zeuthen <davidz@redhat.com>
82188
 
Date:   Mon Apr 11 10:54:52 2011 -0400
 
93714
Author:     David Zeuthen <davidz@redhat.com>
 
93715
AuthorDate: Mon Apr 11 10:54:52 2011 -0400
 
93716
Commit:     David Zeuthen <davidz@redhat.com>
 
93717
CommitDate: Mon Apr 11 10:54:52 2011 -0400
82189
93718
 
82190
93719
    GDBus: Add test-suite for new ObjectManager and gdbus-codegen(1) code
82191
93720
 
82198
93727
 3 files changed, 2543 insertions(+)
82199
93728
 
82200
93729
commit 982195b61c4996e1dd8045dcdb818ff7ee45d5b4
82201
 
Author: David Zeuthen <davidz@redhat.com>
82202
 
Date:   Mon Apr 11 10:51:37 2011 -0400
 
93730
Author:     David Zeuthen <davidz@redhat.com>
 
93731
AuthorDate: Mon Apr 11 10:51:37 2011 -0400
 
93732
Commit:     David Zeuthen <davidz@redhat.com>
 
93733
CommitDate: Mon Apr 11 10:51:37 2011 -0400
82203
93734
 
82204
93735
    GDBus: Use thread-default GMainContext in _g_assert_property_notify
82205
93736
    + friends
82210
93741
 1 file changed, 2 insertions(+), 2 deletions(-)
82211
93742
 
82212
93743
commit ff57ed5d6a67f91ef35ae947f3fea7ecce12ee7b
82213
 
Author: Ryan Lortie <desrt@desrt.ca>
82214
 
Date:   Mon Apr 11 03:30:24 2011 -0400
 
93744
Author:     Ryan Lortie <desrt@desrt.ca>
 
93745
AuthorDate: Mon Apr 11 03:30:24 2011 -0400
 
93746
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93747
CommitDate: Mon Apr 11 03:41:10 2011 -0400
82215
93748
 
82216
93749
    GApplication: g_settings_sync() on exit
82217
93750
 
82228
93761
 1 file changed, 2 insertions(+)
82229
93762
 
82230
93763
commit 68aef334041c7da2c67e43b743b8e93114d84e54
82231
 
Author: Ryan Lortie <desrt@desrt.ca>
82232
 
Date:   Mon Apr 11 03:37:47 2011 -0400
 
93764
Author:     Ryan Lortie <desrt@desrt.ca>
 
93765
AuthorDate: Mon Apr 11 03:37:47 2011 -0400
 
93766
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93767
CommitDate: Mon Apr 11 03:39:27 2011 -0400
82233
93768
 
82234
93769
    GSettings: make _sync() a no-op if uninitialised
82235
93770
 
82241
93776
 1 file changed, 17 insertions(+), 6 deletions(-)
82242
93777
 
82243
93778
commit 6a45180c95baaddedafacf1780de2670c5a6a44a
82244
 
Author: David Zeuthen <davidz@redhat.com>
82245
 
Date:   Sun Apr 10 11:19:45 2011 -0400
 
93779
Author:     David Zeuthen <davidz@redhat.com>
 
93780
AuthorDate: Sun Apr 10 11:19:45 2011 -0400
 
93781
Commit:     David Zeuthen <davidz@redhat.com>
 
93782
CommitDate: Sun Apr 10 11:19:45 2011 -0400
82246
93783
 
82247
93784
    Clarify docs for g_dbus_gvalue_to_gvariant() and
82248
93785
    g_dbus_gvariant_to_gvalue()
82255
93792
 2 files changed, 41 insertions(+), 38 deletions(-)
82256
93793
 
82257
93794
commit 45377252db37ed46b4fd4c17ae88d8804c8c0923
82258
 
Author: Ryan Lortie <desrt@desrt.ca>
82259
 
Date:   Sun Apr 10 07:55:03 2011 -0400
 
93795
Author:     Ryan Lortie <desrt@desrt.ca>
 
93796
AuthorDate: Sun Apr 10 07:55:03 2011 -0400
 
93797
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93798
CommitDate: Sun Apr 10 07:56:06 2011 -0400
82260
93799
 
82261
93800
    Add test case for G_APPLICATION_NON_UNIQUE
82262
93801
 
82265
93804
 1 file changed, 74 insertions(+)
82266
93805
 
82267
93806
commit 9d204338f3e2a0eb7fb53eb7287040eb8d0f8589
82268
 
Author: Ryan Lortie <desrt@desrt.ca>
82269
 
Date:   Sun Apr 10 07:51:55 2011 -0400
 
93807
Author:     Ryan Lortie <desrt@desrt.ca>
 
93808
AuthorDate: Sun Apr 10 07:51:55 2011 -0400
 
93809
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93810
CommitDate: Sun Apr 10 07:55:33 2011 -0400
82270
93811
 
82271
93812
    GApplication: add G_APPLICATION_NON_UNIQUE
82272
93813
 
82283
93824
 2 files changed, 19 insertions(+), 9 deletions(-)
82284
93825
 
82285
93826
commit 53389d963d1271d0c36862e2b4866ff5231b9b9e
82286
 
Author: Ryan Lortie <desrt@desrt.ca>
82287
 
Date:   Sun Apr 10 07:50:26 2011 -0400
 
93827
Author:     Ryan Lortie <desrt@desrt.ca>
 
93828
AuthorDate: Sun Apr 10 07:50:26 2011 -0400
 
93829
Commit:     Ryan Lortie <desrt@desrt.ca>
 
93830
CommitDate: Sun Apr 10 07:50:26 2011 -0400
82288
93831
 
82289
93832
    GApplication: fix leaked object path
82290
93833
 
82295
93838
 1 file changed, 3 insertions(+)
82296
93839
 
82297
93840
commit 01a5f19e049618fc4665c809ef85958cca1ee2ae
82298
 
Author: David Zeuthen <davidz@redhat.com>
82299
 
Date:   Sat Apr 9 17:51:59 2011 -0400
 
93841
Author:     David Zeuthen <davidz@redhat.com>
 
93842
AuthorDate: Sat Apr 9 17:51:59 2011 -0400
 
93843
Commit:     David Zeuthen <davidz@redhat.com>
 
93844
CommitDate: Sat Apr 9 17:51:59 2011 -0400
82300
93845
 
82301
93846
    Improve g_dbus_gvalue_to_gvariant() docs
82302
93847
 
82306
93851
 1 file changed, 11 insertions(+), 19 deletions(-)
82307
93852
 
82308
93853
commit 61704dbca5a0004ab9b1172cd96b8d81b1697d61
82309
 
Author: Dan Winship <danw@gnome.org>
82310
 
Date:   Sat Apr 9 12:47:32 2011 -0400
 
93854
Author:     Dan Winship <danw@gnome.org>
 
93855
AuthorDate: Sat Apr 9 12:47:32 2011 -0400
 
93856
Commit:     Dan Winship <danw@gnome.org>
 
93857
CommitDate: Sat Apr 9 12:54:15 2011 -0400
82311
93858
 
82312
93859
    GSocket: clarify g_socket_receive documentation
82313
93860
 
82319
93866
 1 file changed, 18 insertions(+), 12 deletions(-)
82320
93867
 
82321
93868
commit ea57feff96f13bbd4d03a76040a4ddfad2677310
82322
 
Author: Dan Winship <danw@gnome.org>
82323
 
Date:   Thu Mar 10 22:09:31 2011 -0500
 
93869
Author:     Dan Winship <danw@gnome.org>
 
93870
AuthorDate: Thu Mar 10 22:09:31 2011 -0500
 
93871
Commit:     Dan Winship <danw@gnome.org>
 
93872
CommitDate: Sat Apr 9 12:45:16 2011 -0400
82324
93873
 
82325
93874
    gsettings-tool: warn if setting a value fails
82326
93875
 
82332
93881
 1 file changed, 11 insertions(+), 3 deletions(-)
82333
93882
 
82334
93883
commit 1d781ba3bec741475eaa745aec2c060e9b1114f4
82335
 
Author: David Zeuthen <davidz@redhat.com>
82336
 
Date:   Sat Apr 9 11:46:19 2011 -0400
 
93884
Author:     David Zeuthen <davidz@redhat.com>
 
93885
AuthorDate: Sat Apr 9 11:46:19 2011 -0400
 
93886
Commit:     David Zeuthen <davidz@redhat.com>
 
93887
CommitDate: Sat Apr 9 11:47:34 2011 -0400
82337
93888
 
82338
93889
    GDBus: Document GVariant/GValue conversion routines and move to them
82339
93890
    to utils
82350
93901
 6 files changed, 394 insertions(+), 326 deletions(-)
82351
93902
 
82352
93903
commit 9c8341f1aaf01148ee2ca7f634478cdfaf4a0303
82353
 
Author: David Zeuthen <davidz@redhat.com>
82354
 
Date:   Sat Apr 9 11:39:32 2011 -0400
 
93904
Author:     David Zeuthen <davidz@redhat.com>
 
93905
AuthorDate: Sat Apr 9 11:39:32 2011 -0400
 
93906
Commit:     David Zeuthen <davidz@redhat.com>
 
93907
CommitDate: Sat Apr 9 11:39:32 2011 -0400
82355
93908
 
82356
93909
    Forgot to add autofoo for libffi
82357
93910
 
82361
93914
 1 file changed, 4 insertions(+)
82362
93915
 
82363
93916
commit 88ab35f3cb6127036361e421987a127bddb989c8
82364
 
Author: David Zeuthen <davidz@redhat.com>
82365
 
Date:   Fri Apr 8 17:34:44 2011 -0400
 
93917
Author:     David Zeuthen <davidz@redhat.com>
 
93918
AuthorDate: Fri Apr 8 17:34:44 2011 -0400
 
93919
Commit:     David Zeuthen <davidz@redhat.com>
 
93920
CommitDate: Fri Apr 8 17:34:44 2011 -0400
82366
93921
 
82367
93922
    Add a generic libffi based marshaller to libgobject
82368
93923
 
82384
93939
 7 files changed, 209 insertions(+), 188 deletions(-)
82385
93940
 
82386
93941
commit 0b9229beca5379b638e9d9a879bca30560042023
82387
 
Author: David Zeuthen <davidz@redhat.com>
82388
 
Date:   Fri Apr 8 16:57:31 2011 -0400
 
93942
Author:     David Zeuthen <davidz@redhat.com>
 
93943
AuthorDate: Fri Apr 8 16:57:31 2011 -0400
 
93944
Commit:     David Zeuthen <davidz@redhat.com>
 
93945
CommitDate: Fri Apr 8 17:11:38 2011 -0400
82389
93946
 
82390
93947
    Add gdbus-codegen(1) command
82391
93948
 
82413
93970
 15 files changed, 3884 insertions(+), 3 deletions(-)
82414
93971
 
82415
93972
commit 1a0424b7ff4550ae90ff730bb98d40bface512f3
82416
 
Author: Matthias Clasen <mclasen@redhat.com>
82417
 
Date:   Fri Apr 8 17:02:01 2011 -0400
 
93973
Author:     Matthias Clasen <mclasen@redhat.com>
 
93974
AuthorDate: Fri Apr 8 17:02:01 2011 -0400
 
93975
Commit:     Matthias Clasen <mclasen@redhat.com>
 
93976
CommitDate: Fri Apr 8 17:02:01 2011 -0400
82418
93977
 
82419
93978
    Fix another faulty GApplicationCommandline example
82420
93979
 
82428
93987
 1 file changed, 10 insertions(+), 6 deletions(-)
82429
93988
 
82430
93989
commit ac93a6af88901840b3324c086221c9153608df0a
82431
 
Author: David Zeuthen <davidz@redhat.com>
82432
 
Date:   Fri Apr 8 16:29:48 2011 -0400
 
93990
Author:     David Zeuthen <davidz@redhat.com>
 
93991
AuthorDate: Fri Apr 8 16:29:48 2011 -0400
 
93992
Commit:     David Zeuthen <davidz@redhat.com>
 
93993
CommitDate: Fri Apr 8 16:29:48 2011 -0400
82433
93994
 
82434
93995
    Add "Since: 2.30" for new D-Bus routines
82435
93996
 
82455
94016
 16 files changed, 172 insertions(+), 8 deletions(-)
82456
94017
 
82457
94018
commit bf6e10fe5231e892e9f64b0887b6a432047be07a
82458
 
Author: David Zeuthen <davidz@redhat.com>
82459
 
Date:   Fri Apr 8 16:29:30 2011 -0400
 
94019
Author:     David Zeuthen <davidz@redhat.com>
 
94020
AuthorDate: Fri Apr 8 16:29:30 2011 -0400
 
94021
Commit:     David Zeuthen <davidz@redhat.com>
 
94022
CommitDate: Fri Apr 8 16:29:30 2011 -0400
82460
94023
 
82461
94024
    Add docs for new high-level D-Bus types
82462
94025
 
82469
94032
 3 files changed, 195 insertions(+)
82470
94033
 
82471
94034
commit 1e2e58705c0dbda29a6bbe9fb890b7700fee428e
82472
 
Author: David Zeuthen <davidz@redhat.com>
82473
 
Date:   Fri Apr 8 16:12:33 2011 -0400
 
94035
Author:     David Zeuthen <davidz@redhat.com>
 
94036
AuthorDate: Fri Apr 8 16:12:33 2011 -0400
 
94037
Commit:     David Zeuthen <davidz@redhat.com>
 
94038
CommitDate: Fri Apr 8 16:12:33 2011 -0400
82474
94039
 
82475
94040
    GDBusProxy: Store GDBusObject in private struct instead of qdata
82476
94041
 
82480
94045
 1 file changed, 13 insertions(+), 5 deletions(-)
82481
94046
 
82482
94047
commit b41cf76350c144379c012f6a959dd30152e17780
82483
 
Author: David Zeuthen <davidz@redhat.com>
82484
 
Date:   Fri Apr 8 16:12:09 2011 -0400
 
94048
Author:     David Zeuthen <davidz@redhat.com>
 
94049
AuthorDate: Fri Apr 8 16:12:09 2011 -0400
 
94050
Commit:     David Zeuthen <davidz@redhat.com>
 
94051
CommitDate: Fri Apr 8 16:12:09 2011 -0400
82485
94052
 
82486
94053
    GDBusProxy: Update description to match GDBusInterface
82487
94054
 
82491
94058
 1 file changed, 1 insertion(+), 1 deletion(-)
82492
94059
 
82493
94060
commit 94b907134426e26393a86630dae5ce53baee6ae6
82494
 
Author: David Zeuthen <davidz@redhat.com>
82495
 
Date:   Fri Apr 8 15:14:47 2011 -0400
 
94061
Author:     David Zeuthen <davidz@redhat.com>
 
94062
AuthorDate: Fri Apr 8 15:14:47 2011 -0400
 
94063
Commit:     David Zeuthen <davidz@redhat.com>
 
94064
CommitDate: Fri Apr 8 15:48:28 2011 -0400
82496
94065
 
82497
94066
    Start merging gdbus-codegen code
82498
94067
 
82528
94097
 26 files changed, 5774 insertions(+), 18 deletions(-)
82529
94098
 
82530
94099
commit 0729260141bb585943ad1c6efa8ab7ee9058b0aa
82531
 
Author: David Zeuthen <davidz@redhat.com>
82532
 
Date:   Fri Apr 8 15:44:25 2011 -0400
 
94100
Author:     David Zeuthen <davidz@redhat.com>
 
94101
AuthorDate: Fri Apr 8 15:44:25 2011 -0400
 
94102
Commit:     David Zeuthen <davidz@redhat.com>
 
94103
CommitDate: Fri Apr 8 15:44:25 2011 -0400
82533
94104
 
82534
94105
    Silence a bunch of -Wunused-but-set-variable warnings
82535
94106
 
82561
94132
 23 files changed, 52 insertions(+), 62 deletions(-)
82562
94133
 
82563
94134
commit 23818d1e61bdf33e5f19ba1c0993bacfcdc113db
82564
 
Author: Ryan Lortie <desrt@desrt.ca>
82565
 
Date:   Fri Apr 8 09:14:50 2011 -0400
 
94135
Author:     Ryan Lortie <desrt@desrt.ca>
 
94136
AuthorDate: Fri Apr 8 09:14:50 2011 -0400
 
94137
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94138
CommitDate: Fri Apr 8 09:15:19 2011 -0400
82566
94139
 
82567
94140
    GSettings: remove more asserts
82568
94141
 
82573
94146
 1 file changed, 8 deletions(-)
82574
94147
 
82575
94148
commit edaf99be8662bf19a67ef5e62b8402764197d0c6
82576
 
Author: Matthias Clasen <mclasen@redhat.com>
82577
 
Date:   Fri Apr 8 07:13:54 2011 -0400
 
94149
Author:     Matthias Clasen <mclasen@redhat.com>
 
94150
AuthorDate: Fri Apr 8 07:13:54 2011 -0400
 
94151
Commit:     Matthias Clasen <mclasen@redhat.com>
 
94152
CommitDate: Fri Apr 8 07:19:38 2011 -0400
82578
94153
 
82579
94154
    Avoid an interaction between GApplication and GOption
82580
94155
 
82587
94162
 2 files changed, 15 insertions(+), 1 deletion(-)
82588
94163
 
82589
94164
commit 3498d58289ed833aeae59bfc76db0f5fa5840481
82590
 
Author: Ryan Lortie <desrt@desrt.ca>
82591
 
Date:   Fri Apr 8 01:47:52 2011 -0400
 
94165
Author:     Ryan Lortie <desrt@desrt.ca>
 
94166
AuthorDate: Fri Apr 8 01:47:52 2011 -0400
 
94167
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94168
CommitDate: Fri Apr 8 01:47:52 2011 -0400
82592
94169
 
82593
94170
    glib-compile-schemas: check for undefined refs
82594
94171
 
82606
94183
 1 file changed, 22 insertions(+), 6 deletions(-)
82607
94184
 
82608
94185
commit 4ece333afeb046b60eaa5fd512694e5c8f1587a6
82609
 
Author: Ryan Lortie <desrt@desrt.ca>
82610
 
Date:   Thu Apr 7 21:25:01 2011 -0400
 
94186
Author:     Ryan Lortie <desrt@desrt.ca>
 
94187
AuthorDate: Thu Apr 7 21:25:01 2011 -0400
 
94188
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94189
CommitDate: Thu Apr 7 21:25:01 2011 -0400
82611
94190
 
82612
94191
    Don't assert on backend == settings->priv->backend
82613
94192
 
82620
94199
 1 file changed, 11 insertions(+), 1 deletion(-)
82621
94200
 
82622
94201
commit a2e3a4d150b59213694b5166d0fda60d2b17970a
82623
 
Author: Matthias Clasen <mclasen@redhat.com>
82624
 
Date:   Thu Apr 7 17:14:36 2011 -0400
 
94202
Author:     Matthias Clasen <mclasen@redhat.com>
 
94203
AuthorDate: Thu Apr 7 17:14:36 2011 -0400
 
94204
Commit:     Matthias Clasen <mclasen@redhat.com>
 
94205
CommitDate: Thu Apr 7 17:15:41 2011 -0400
82625
94206
 
82626
94207
    Add a warning to the g_dbus_connection_set_exit_on_close docs
82627
94208
 
82631
94212
 1 file changed, 8 insertions(+), 1 deletion(-)
82632
94213
 
82633
94214
commit 784619bc3aeb0e4f4d0dcf1c6feb934eaa586841
82634
 
Author: Dan Winship <danw@gnome.org>
82635
 
Date:   Mon Apr 4 11:10:50 2011 -0400
 
94215
Author:     Dan Winship <danw@gnome.org>
 
94216
AuthorDate: Mon Apr 4 11:10:50 2011 -0400
 
94217
Commit:     Dan Winship <danw@gnome.org>
 
94218
CommitDate: Thu Apr 7 08:32:06 2011 -0400
82636
94219
 
82637
94220
    Fix two leaks seen when using TLS connections
82638
94221
 
82645
94228
 2 files changed, 8 insertions(+)
82646
94229
 
82647
94230
commit 9fdc8d976a06d892e3718b417759aacf83167616
82648
 
Author: Jordi Serratosa <serratosa@gmail.com>
82649
 
Date:   Mon Apr 4 21:16:35 2011 +0200
 
94231
Author:     Jordi Serratosa <serratosa@gmail.com>
 
94232
AuthorDate: Mon Apr 4 21:16:35 2011 +0200
 
94233
Commit:     Gil Forcada <gforcada@gnome.org>
 
94234
CommitDate: Mon Apr 4 21:45:39 2011 +0200
82650
94235
 
82651
94236
    [l10n]Fixes on Catalan translation
82652
94237
 
82654
94239
 1 file changed, 10 insertions(+), 10 deletions(-)
82655
94240
 
82656
94241
commit 418358f452a858205c1236c9826b40de92aca430
82657
 
Author: OKANO Takayoshi <kano@na.rim.or.jp>
82658
 
Date:   Mon Apr 4 21:27:35 2011 +0900
 
94242
Author:     OKANO Takayoshi <kano@na.rim.or.jp>
 
94243
AuthorDate: Mon Apr 4 21:27:35 2011 +0900
 
94244
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
94245
CommitDate: Mon Apr 4 21:27:48 2011 +0900
82659
94246
 
82660
94247
    Updated Japanese translation
82661
94248
 
82664
94251
 1 file changed, 696 insertions(+), 496 deletions(-)
82665
94252
 
82666
94253
commit 3ac7e0a7fe0156605237916d7388cb8894b93b72
82667
 
Author: Murray Cumming <murrayc@murrayc.com>
82668
 
Date:   Thu Mar 24 09:37:21 2011 +0100
 
94254
Author:     Murray Cumming <murrayc@murrayc.com>
 
94255
AuthorDate: Thu Mar 24 09:37:21 2011 +0100
 
94256
Commit:     Murray Cumming <murrayc@murrayc.com>
 
94257
CommitDate: Mon Apr 4 09:22:06 2011 +0200
82669
94258
 
82670
94259
    Docs: Change DBus to D-Bus
82671
94260
 
82677
94266
 5 files changed, 45 insertions(+), 45 deletions(-)
82678
94267
 
82679
94268
commit 27a067a3c860271b62f009382444d5d728932e47
82680
 
Author: Petr Kovar <pknbe@volny.cz>
82681
 
Date:   Mon Apr 4 04:10:42 2011 +0200
 
94269
Author:     Petr Kovar <pknbe@volny.cz>
 
94270
AuthorDate: Mon Apr 4 04:10:42 2011 +0200
 
94271
Commit:     Petr Kovar <pknbe@volny.cz>
 
94272
CommitDate: Mon Apr 4 04:11:17 2011 +0200
82682
94273
 
82683
94274
    Update Czech translation
82684
94275
 
82687
94278
 1 file changed, 639 insertions(+), 500 deletions(-)
82688
94279
 
82689
94280
commit 88a6723bf4453d20d467dad7f1400a14e1248545
82690
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
82691
 
Date:   Sun Apr 3 10:13:57 2011 +0200
 
94281
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
94282
AuthorDate: Sun Apr 3 10:13:57 2011 +0200
 
94283
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
94284
CommitDate: Sun Apr 3 10:14:26 2011 +0200
82692
94285
 
82693
94286
    Updated Hungarian translation
82694
94287
 
82696
94289
 1 file changed, 22 insertions(+), 22 deletions(-)
82697
94290
 
82698
94291
commit 32e26cf17936e0ad26252acb24530a7e2811e3eb
82699
 
Author: Murray Cumming <murrayc@murrayc.com>
82700
 
Date:   Sat Apr 2 15:42:11 2011 +0200
 
94292
Author:     Murray Cumming <murrayc@murrayc.com>
 
94293
AuthorDate: Sat Apr 2 15:42:11 2011 +0200
 
94294
Commit:     Murray Cumming <murrayc@murrayc.com>
 
94295
CommitDate: Sun Apr 3 09:13:15 2011 +0200
82701
94296
 
82702
94297
    GDBusMethodInvocation: Improve get_parameters() documentation.
82703
94298
 
82708
94303
 1 file changed, 3 insertions(+), 2 deletions(-)
82709
94304
 
82710
94305
commit 98365dff73d8ecc8a02b7dfedce87e6fc28f4e39
82711
 
Author: Colin Walters <walters@verbum.org>
82712
 
Date:   Thu Mar 31 17:07:07 2011 -0400
 
94306
Author:     Colin Walters <walters@verbum.org>
 
94307
AuthorDate: Thu Mar 31 17:07:07 2011 -0400
 
94308
Commit:     Colin Walters <walters@verbum.org>
 
94309
CommitDate: Thu Mar 31 17:07:07 2011 -0400
82713
94310
 
82714
94311
    gqsort: Quiet a compiler warning for qsort_r
82715
94312
 
82717
94314
 1 file changed, 1 insertion(+), 1 deletion(-)
82718
94315
 
82719
94316
commit 14bb138d581b40bbd850c85ae63c8391a1671696
82720
 
Author: Colin Walters <walters@verbum.org>
82721
 
Date:   Fri Mar 25 11:59:33 2011 -0400
 
94317
Author:     Colin Walters <walters@verbum.org>
 
94318
AuthorDate: Fri Mar 25 11:59:33 2011 -0400
 
94319
Commit:     Colin Walters <walters@verbum.org>
 
94320
CommitDate: Thu Mar 31 15:29:42 2011 -0400
82722
94321
 
82723
94322
    goption: [linux] Look in /proc/self/cmdline for argv0 if not specified
82724
94323
 
82738
94337
 4 files changed, 113 insertions(+), 29 deletions(-)
82739
94338
 
82740
94339
commit 131b9f98ea6ec1cc7b8dce539199d181ab1dac19
82741
 
Author: Ryan Lortie <desrt@desrt.ca>
82742
 
Date:   Thu Mar 31 15:55:21 2011 +0530
 
94340
Author:     Ryan Lortie <desrt@desrt.ca>
 
94341
AuthorDate: Thu Mar 31 15:55:21 2011 +0530
 
94342
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94343
CommitDate: Thu Mar 31 15:55:21 2011 +0530
82743
94344
 
82744
94345
    gio.symbols updates
82745
94346
 
82747
94348
 1 file changed, 7 insertions(+)
82748
94349
 
82749
94350
commit 7a752e0817986d535717ceee2d502f00e3c0f747
82750
 
Author: Ryan Lortie <desrt@desrt.ca>
82751
 
Date:   Thu Mar 31 15:51:01 2011 +0530
 
94351
Author:     Ryan Lortie <desrt@desrt.ca>
 
94352
AuthorDate: Thu Mar 31 15:51:01 2011 +0530
 
94353
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94354
CommitDate: Thu Mar 31 15:51:01 2011 +0530
82752
94355
 
82753
94356
    Improve .gitignore
82754
94357
 
82759
94362
 4 files changed, 11 insertions(+)
82760
94363
 
82761
94364
commit 0cadce7e93b0246ad57ab26b9bc851facbb54416
82762
 
Author: Ryan Lortie <desrt@desrt.ca>
82763
 
Date:   Thu Mar 31 15:47:54 2011 +0530
 
94365
Author:     Ryan Lortie <desrt@desrt.ca>
 
94366
AuthorDate: Thu Mar 31 15:47:54 2011 +0530
 
94367
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94368
CommitDate: Thu Mar 31 15:47:54 2011 +0530
82764
94369
 
82765
94370
    glib.symbols: add some missing symbols
82766
94371
 
82768
94373
 1 file changed, 2 insertions(+)
82769
94374
 
82770
94375
commit d95b750a1d936d962b4c00be2d65ea1606f143cb
82771
 
Author: Ryan Lortie <desrt@desrt.ca>
82772
 
Date:   Thu Mar 31 15:12:34 2011 +0530
 
94376
Author:     Ryan Lortie <desrt@desrt.ca>
 
94377
AuthorDate: Thu Mar 31 15:12:34 2011 +0530
 
94378
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94379
CommitDate: Thu Mar 31 15:15:09 2011 +0530
82773
94380
 
82774
94381
    compile schemas test: open ranges for all types
82775
94382
 
82783
94390
 2 files changed, 78 insertions(+), 1 deletion(-)
82784
94391
 
82785
94392
commit d2af82e8203323e1b7fad4460c6b48411ef81711
82786
 
Author: Ryan Lortie <desrt@desrt.ca>
82787
 
Date:   Thu Mar 31 15:11:30 2011 +0530
 
94393
Author:     Ryan Lortie <desrt@desrt.ca>
 
94394
AuthorDate: Thu Mar 31 15:11:30 2011 +0530
 
94395
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94396
CommitDate: Thu Mar 31 15:15:09 2011 +0530
82788
94397
 
82789
94398
    gschema-test: invert expectation for min/max omit
82790
94399
 
82799
94408
 2 files changed, 4 insertions(+), 4 deletions(-)
82800
94409
 
82801
94410
commit cde83c8ccd5d56a72d2e3f0d36e9a902f9375482
82802
 
Author: Ryan Lortie <desrt@desrt.ca>
82803
 
Date:   Thu Mar 31 15:10:25 2011 +0530
 
94411
Author:     Ryan Lortie <desrt@desrt.ca>
 
94412
AuthorDate: Thu Mar 31 15:10:25 2011 +0530
 
94413
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94414
CommitDate: Thu Mar 31 15:14:46 2011 +0530
82804
94415
 
82805
94416
    glib-compile-schemas: min and max are now optional
82806
94417
 
82813
94424
 1 file changed, 29 insertions(+), 2 deletions(-)
82814
94425
 
82815
94426
commit cd35e2e64341c7d8186f448e990e6589f0b21d64
82816
 
Author: Ryan Lortie <desrt@desrt.ca>
82817
 
Date:   Thu Mar 31 15:09:55 2011 +0530
 
94427
Author:     Ryan Lortie <desrt@desrt.ca>
 
94428
AuthorDate: Thu Mar 31 15:09:55 2011 +0530
 
94429
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94430
CommitDate: Thu Mar 31 15:09:55 2011 +0530
82818
94431
 
82819
94432
    GVariant test: test parsing of "inf" and "nan"
82820
94433
 
82822
94435
 1 file changed, 17 insertions(+)
82823
94436
 
82824
94437
commit 85633f11824bc806bef3d18b8c8a0bdb96af6a16
82825
 
Author: Ryan Lortie <desrt@desrt.ca>
82826
 
Date:   Thu Mar 31 14:48:10 2011 +0530
 
94438
Author:     Ryan Lortie <desrt@desrt.ca>
 
94439
AuthorDate: Thu Mar 31 14:48:10 2011 +0530
 
94440
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94441
CommitDate: Thu Mar 31 15:09:26 2011 +0530
82827
94442
 
82828
94443
    GVariant parser: parse "inf", "-inf" and "nan"
82829
94444
 
82831
94446
 1 file changed, 8 insertions(+), 5 deletions(-)
82832
94447
 
82833
94448
commit 24ed841d6a65e3beff64b2252d132be9e57ede9a
82834
 
Author: Ryan Lortie <desrt@desrt.ca>
82835
 
Date:   Thu Mar 31 14:45:50 2011 +0530
 
94449
Author:     Ryan Lortie <desrt@desrt.ca>
 
94450
AuthorDate: Thu Mar 31 14:45:50 2011 +0530
 
94451
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94452
CommitDate: Thu Mar 31 14:45:50 2011 +0530
82836
94453
 
82837
94454
    GVariant parser: match strings without consuming
82838
94455
 
82844
94461
 1 file changed, 14 insertions(+), 11 deletions(-)
82845
94462
 
82846
94463
commit f6dff49136bd2202fd7a4b928b9dcd8fb625f8a4
82847
 
Author: Ryan Lortie <desrt@desrt.ca>
82848
 
Date:   Thu Mar 31 14:07:59 2011 +0530
 
94464
Author:     Ryan Lortie <desrt@desrt.ca>
 
94465
AuthorDate: Thu Mar 31 14:07:59 2011 +0530
 
94466
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94467
CommitDate: Thu Mar 31 14:14:59 2011 +0530
82849
94468
 
82850
94469
    GVariant parser: fix memory error
82851
94470
 
82857
94476
 1 file changed, 17 insertions(+), 9 deletions(-)
82858
94477
 
82859
94478
commit 49fa69e05eb6d2a29fc1de8af93e65c4dd45ad72
82860
 
Author: Ryan Lortie <desrt@desrt.ca>
82861
 
Date:   Thu Mar 31 12:44:40 2011 +0530
 
94479
Author:     Ryan Lortie <desrt@desrt.ca>
 
94480
AuthorDate: Thu Mar 31 12:44:40 2011 +0530
 
94481
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94482
CommitDate: Thu Mar 31 12:47:03 2011 +0530
82862
94483
 
82863
94484
    Add 'uint' convenience functions for GSettings
82864
94485
 
82877
94498
 4 files changed, 65 insertions(+)
82878
94499
 
82879
94500
commit e9ce8f23748c28e19393cb225aeb6f7deac2fa62
82880
 
Author: Ryan Lortie <desrt@desrt.ca>
82881
 
Date:   Fri Mar 18 22:00:14 2011 -0400
 
94501
Author:     Ryan Lortie <desrt@desrt.ca>
 
94502
AuthorDate: Fri Mar 18 22:00:14 2011 -0400
 
94503
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94504
CommitDate: Thu Mar 31 12:47:03 2011 +0530
82882
94505
 
82883
94506
    Add GTimeZoneMonitor
82884
94507
 
82898
94521
 8 files changed, 224 insertions(+)
82899
94522
 
82900
94523
commit de3a3b181a97d43acd29bcdcdbd7406233b7ee9f
82901
 
Author: Ryan Lortie <desrt@desrt.ca>
82902
 
Date:   Fri Mar 18 23:09:52 2011 -0400
 
94524
Author:     Ryan Lortie <desrt@desrt.ca>
 
94525
AuthorDate: Fri Mar 18 23:09:52 2011 -0400
 
94526
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94527
CommitDate: Thu Mar 31 12:47:02 2011 +0530
82903
94528
 
82904
94529
    g_time_zone_new_local: cache the result
82905
94530
 
82912
94537
 3 files changed, 60 insertions(+), 1 deletion(-)
82913
94538
 
82914
94539
commit 29a074b87e60be0d3f5508fa71ceb61937777c6d
82915
 
Author: Ryan Lortie <desrt@desrt.ca>
82916
 
Date:   Fri Mar 18 23:09:17 2011 -0400
 
94540
Author:     Ryan Lortie <desrt@desrt.ca>
 
94541
AuthorDate: Fri Mar 18 23:09:17 2011 -0400
 
94542
Commit:     Ryan Lortie <desrt@desrt.ca>
 
94543
CommitDate: Thu Mar 31 12:47:02 2011 +0530
82917
94544
 
82918
94545
    GTimeZone: don't add /etc/localtime to the cache
82919
94546
 
82923
94550
 1 file changed, 14 insertions(+), 26 deletions(-)
82924
94551
 
82925
94552
commit 3d46c848c538b53e9d8b986803742bb4ee125e40
82926
 
Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
82927
 
Date:   Thu Mar 31 00:47:41 2011 +0200
 
94553
Author:     Miroslav Nikolić <miroslavnikolic@rocketmail.com>
 
94554
AuthorDate: Thu Mar 31 00:47:41 2011 +0200
 
94555
Commit:     Милош Поповић <gpopac@gmail.com>
 
94556
CommitDate: Thu Mar 31 00:47:41 2011 +0200
82928
94557
 
82929
94558
    Updated Serbian translation
82930
94559
 
82935
94564
 2 files changed, 2030 insertions(+), 1518 deletions(-)
82936
94565
 
82937
94566
commit d306d0019be47c6fc6600210c5c9acbf222729b5
82938
 
Author: Gil Forcada <gforcada@gnome.org>
82939
 
Date:   Wed Mar 30 23:17:29 2011 +0200
 
94567
Author:     Gil Forcada <gforcada@gnome.org>
 
94568
AuthorDate: Wed Mar 30 23:17:29 2011 +0200
 
94569
Commit:     Gil Forcada <gforcada@gnome.org>
 
94570
CommitDate: Wed Mar 30 23:18:09 2011 +0200
82940
94571
 
82941
94572
    [l10n]Updated Catalan translation
82942
94573
 
82945
94576
 1 file changed, 180 insertions(+), 164 deletions(-)
82946
94577
 
82947
94578
commit 04969571bb9dd0f9415ca9cd2c3fd360e3f7f159
82948
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
82949
 
Date:   Wed Mar 30 19:52:31 2011 +0200
 
94579
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
94580
AuthorDate: Wed Mar 30 19:52:31 2011 +0200
 
94581
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
94582
CommitDate: Wed Mar 30 19:52:31 2011 +0200
82950
94583
 
82951
94584
    [gi] Add missing allow-none annotations to Gio
82952
94585
 
82954
94587
 1 file changed, 10 insertions(+), 8 deletions(-)
82955
94588
 
82956
94589
commit abe57505407fa3a8f95e41972e3c8deb79ec8f7d
82957
 
Author: Friedel Wolff <friedel@translate.org.za>
82958
 
Date:   Wed Mar 30 18:53:38 2011 +0200
 
94590
Author:     Friedel Wolff <friedel@translate.org.za>
 
94591
AuthorDate: Wed Mar 30 18:53:38 2011 +0200
 
94592
Commit:     Friedel Wolff <friedel@translate.org.za>
 
94593
CommitDate: Wed Mar 30 18:53:38 2011 +0200
82959
94594
 
82960
94595
    Update translation for Afrikaans (af)
82961
94596
 
82964
94599
 1 file changed, 1510 insertions(+), 690 deletions(-)
82965
94600
 
82966
94601
commit 92977a221760eba19a5a7186f5ccc90f21262279
82967
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
82968
 
Date:   Wed Mar 30 15:22:38 2011 +0100
 
94602
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
94603
AuthorDate: Wed Mar 30 15:22:38 2011 +0100
 
94604
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
94605
CommitDate: Wed Mar 30 15:22:54 2011 +0100
82969
94606
 
82970
94607
    Updated British English translation
82971
94608
 
82973
94610
 1 file changed, 9 insertions(+), 5 deletions(-)
82974
94611
 
82975
94612
commit 5f71bb583be44a4e7cacd36d5a21c27c9048e8ed
82976
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
82977
 
Date:   Wed Mar 30 21:17:26 2011 +0800
 
94613
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
94614
AuthorDate: Wed Mar 30 21:17:26 2011 +0800
 
94615
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
94616
CommitDate: Wed Mar 30 21:17:26 2011 +0800
82978
94617
 
82979
94618
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
82980
94619
 
82985
94624
 2 files changed, 350 insertions(+), 322 deletions(-)
82986
94625
 
82987
94626
commit c9bc758e8d638f2dd37b38249ae0a9a1034d0854
82988
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
82989
 
Date:   Tue Mar 29 14:12:25 2011 +0200
 
94627
Author:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
94628
AuthorDate: Tue Mar 29 14:12:25 2011 +0200
 
94629
Commit:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
94630
CommitDate: Tue Mar 29 14:14:32 2011 +0200
82990
94631
 
82991
94632
    Updated Lithuanian translation.
82992
94633
 
82995
94636
 1 file changed, 773 insertions(+), 569 deletions(-)
82996
94637
 
82997
94638
commit 95e7aa0e07d7d31d3459910fed014f7aa611f957
82998
 
Author: Jonathan Matthew <jonathan@d14n.org>
82999
 
Date:   Sun Mar 27 10:44:31 2011 +1000
 
94639
Author:     Jonathan Matthew <jonathan@d14n.org>
 
94640
AuthorDate: Sun Mar 27 10:44:31 2011 +1000
 
94641
Commit:     Jonathan Matthew <jonathan@d14n.org>
 
94642
CommitDate: Tue Mar 29 19:40:26 2011 +1000
83000
94643
 
83001
94644
    introspection: add annotations for g_file_load_contents and friends
83002
94645
 
83006
94649
 1 file changed, 5 insertions(+), 5 deletions(-)
83007
94650
 
83008
94651
commit abe058a599a8b9a064ab6cbf8fe2416f6ecd08bc
83009
 
Author: Gil Forcada <gforcada@gnome.org>
83010
 
Date:   Tue Mar 29 00:58:25 2011 +0200
 
94652
Author:     Gil Forcada <gforcada@gnome.org>
 
94653
AuthorDate: Tue Mar 29 00:58:25 2011 +0200
 
94654
Commit:     Gil Forcada <gforcada@gnome.org>
 
94655
CommitDate: Tue Mar 29 00:58:25 2011 +0200
83011
94656
 
83012
94657
    [l10n]Updated Catalan translation
83013
94658
 
83016
94661
 1 file changed, 1920 insertions(+), 878 deletions(-)
83017
94662
 
83018
94663
commit f516ebc57b8e075744fd1c653fba47191dfd3fba
83019
 
Author: David Zeuthen <davidz@redhat.com>
83020
 
Date:   Mon Mar 28 13:04:34 2011 -0400
 
94664
Author:     David Zeuthen <davidz@redhat.com>
 
94665
AuthorDate: Mon Mar 28 13:04:34 2011 -0400
 
94666
Commit:     David Zeuthen <davidz@redhat.com>
 
94667
CommitDate: Mon Mar 28 13:04:34 2011 -0400
83021
94668
 
83022
94669
    GDBusProxy: Also check signature when checking if signal is expected
83023
94670
 
83027
94674
 1 file changed, 8 insertions(+)
83028
94675
 
83029
94676
commit caf993df6f9dbf2cd01ae16f5d757187c44683e3
83030
 
Author: David Zeuthen <davidz@redhat.com>
83031
 
Date:   Mon Mar 28 12:10:25 2011 -0400
 
94677
Author:     David Zeuthen <davidz@redhat.com>
 
94678
AuthorDate: Mon Mar 28 12:10:25 2011 -0400
 
94679
Commit:     David Zeuthen <davidz@redhat.com>
 
94680
CommitDate: Mon Mar 28 12:10:25 2011 -0400
83032
94681
 
83033
94682
    GDBusProxy: Drop unexpected signals
83034
94683
 
83046
94695
 1 file changed, 8 insertions(+)
83047
94696
 
83048
94697
commit aa59fb9dd1a20004a5ba5f4d97c271eb5abe01e9
83049
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
83050
 
Date:   Fri Feb 18 20:34:06 2011 -0500
 
94698
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
94699
AuthorDate: Fri Feb 18 20:34:06 2011 -0500
 
94700
Commit:     David Zeuthen <davidz@redhat.com>
 
94701
CommitDate: Mon Mar 28 11:59:47 2011 -0400
83051
94702
 
83052
94703
    GDBusProxy: Validate properties received from service if possible
83053
94704
 
83060
94711
 1 file changed, 36 insertions(+), 6 deletions(-)
83061
94712
 
83062
94713
commit 2809964c289ce278cc7477b7af908de7845c5c61
83063
 
Author: David Zeuthen <davidz@redhat.com>
83064
 
Date:   Mon Mar 28 11:35:14 2011 -0400
 
94714
Author:     David Zeuthen <davidz@redhat.com>
 
94715
AuthorDate: Mon Mar 28 11:35:14 2011 -0400
 
94716
Commit:     David Zeuthen <davidz@redhat.com>
 
94717
CommitDate: Mon Mar 28 11:39:22 2011 -0400
83065
94718
 
83066
94719
    docs: Add a "Index of new symbols in 2.30" section
83067
94720
 
83071
94724
 1 file changed, 4 insertions(+)
83072
94725
 
83073
94726
commit b845c62c7feb06f3d16921b5c08065fb13a1030b
83074
 
Author: David Zeuthen <davidz@redhat.com>
83075
 
Date:   Mon Mar 28 11:34:48 2011 -0400
 
94727
Author:     David Zeuthen <davidz@redhat.com>
 
94728
AuthorDate: Mon Mar 28 11:34:48 2011 -0400
 
94729
Commit:     David Zeuthen <davidz@redhat.com>
 
94730
CommitDate: Mon Mar 28 11:39:22 2011 -0400
83076
94731
 
83077
94732
    GDBusProxy: Make interface lookups O(1)
83078
94733
 
83082
94737
 1 file changed, 10 insertions(+), 2 deletions(-)
83083
94738
 
83084
94739
commit 91f97ebbaad602115b3b26e36592a3b3a22cf9e6
83085
 
Author: David Zeuthen <davidz@redhat.com>
83086
 
Date:   Mon Mar 28 11:33:36 2011 -0400
 
94740
Author:     David Zeuthen <davidz@redhat.com>
 
94741
AuthorDate: Mon Mar 28 11:33:36 2011 -0400
 
94742
Commit:     David Zeuthen <davidz@redhat.com>
 
94743
CommitDate: Mon Mar 28 11:39:22 2011 -0400
83087
94744
 
83088
94745
    GDBusConnection: Make interface lookups O(1)
83089
94746
 
83093
94750
 1 file changed, 2 insertions(+)
83094
94751
 
83095
94752
commit 5bcf54b29cfe65f07d362b48a7fce7ac7c9a6dc3
83096
 
Author: David Zeuthen <davidz@redhat.com>
83097
 
Date:   Mon Mar 28 11:31:05 2011 -0400
 
94753
Author:     David Zeuthen <davidz@redhat.com>
 
94754
AuthorDate: Mon Mar 28 11:31:05 2011 -0400
 
94755
Commit:     David Zeuthen <davidz@redhat.com>
 
94756
CommitDate: Mon Mar 28 11:39:22 2011 -0400
83098
94757
 
83099
94758
    GDBus: Add mechanism to make lookup on interfaces constant-time
83100
94759
 
83111
94770
 4 files changed, 175 insertions(+), 3 deletions(-)
83112
94771
 
83113
94772
commit 5aa8f135c782e080b1be62e1f1fc5f1c9f12e959
83114
 
Author: Aron Xu <aronxu@gnome.org>
83115
 
Date:   Mon Mar 28 10:21:57 2011 +0000
 
94773
Author:     Aron Xu <aronxu@gnome.org>
 
94774
AuthorDate: Mon Mar 28 10:21:57 2011 +0000
 
94775
Commit:     Aron Xu <aronxu@gnome.org>
 
94776
CommitDate: Mon Mar 28 10:21:57 2011 +0000
83116
94777
 
83117
94778
    Update Simplified Chinese translation.
83118
94779
 
83121
94782
 1 file changed, 90 insertions(+), 90 deletions(-)
83122
94783
 
83123
94784
commit 13e2328117452af86097c18d873abd0c7d996c19
83124
 
Author: Aron Xu <aronxu@gnome.org>
83125
 
Date:   Mon Mar 28 10:18:03 2011 +0000
 
94785
Author:     Aron Xu <aronxu@gnome.org>
 
94786
AuthorDate: Mon Mar 28 10:18:03 2011 +0000
 
94787
Commit:     Aron Xu <aronxu@gnome.org>
 
94788
CommitDate: Mon Mar 28 10:18:03 2011 +0000
83126
94789
 
83127
94790
    Update Simplified Chinese translation.
83128
94791
 
83131
94794
 1 file changed, 298 insertions(+), 272 deletions(-)
83132
94795
 
83133
94796
commit 6477c58ce477fc6ac7ac98ab3895175db44eef2e
83134
 
Author: Wouter Bolsterlee <wbolster@gnome.org>
83135
 
Date:   Sun Mar 27 23:49:55 2011 +0200
 
94797
Author:     Wouter Bolsterlee <wbolster@gnome.org>
 
94798
AuthorDate: Sun Mar 27 23:49:55 2011 +0200
 
94799
Commit:     Wouter Bolsterlee <wbolster@gnome.org>
 
94800
CommitDate: Sun Mar 27 23:51:24 2011 +0200
83136
94801
 
83137
94802
    Updated Dutch translation by Wouter Bolsterlee
83138
94803
 
83141
94806
 1 file changed, 675 insertions(+), 523 deletions(-)
83142
94807
 
83143
94808
commit cd7f028cc0962dad80901603baaa4ba9e9283825
83144
 
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
83145
 
Date:   Sun Mar 27 19:38:45 2011 +0200
 
94809
Author:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
94810
AuthorDate: Sun Mar 27 19:38:45 2011 +0200
 
94811
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
94812
CommitDate: Sun Mar 27 19:38:45 2011 +0200
83146
94813
 
83147
94814
    Added UG translation
83148
94815
 
83151
94818
 1 file changed, 851 insertions(+), 798 deletions(-)
83152
94819
 
83153
94820
commit 77f30fc3d3f8bee9970df58051d8934223982fd3
83154
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
83155
 
Date:   Sun Mar 27 00:38:07 2011 +0700
 
94821
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
94822
AuthorDate: Sun Mar 27 00:38:07 2011 +0700
 
94823
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
94824
CommitDate: Sun Mar 27 00:38:28 2011 +0700
83156
94825
 
83157
94826
    Updated Vietnamese translation
83158
94827
 
83160
94829
 1 file changed, 15 insertions(+), 26 deletions(-)
83161
94830
 
83162
94831
commit 0e9d328bbee4c4a75c155b6943ee70da27c73025
83163
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
83164
 
Date:   Sun Mar 27 00:34:44 2011 +0700
 
94832
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
94833
AuthorDate: Sun Mar 27 00:34:44 2011 +0700
 
94834
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
94835
CommitDate: Sun Mar 27 00:38:27 2011 +0700
83165
94836
 
83166
94837
    po/vi.po: import from Damned Lies
83167
94838
 
83170
94841
 1 file changed, 409 insertions(+), 360 deletions(-)
83171
94842
 
83172
94843
commit ead00ab55d8492a3fce81916da7ffd154b4272a9
83173
 
Author: Ask H. Larsen <asklarsen@gmail.com>
83174
 
Date:   Sat Mar 26 14:17:39 2011 +0100
 
94844
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
94845
AuthorDate: Sat Mar 26 14:17:39 2011 +0100
 
94846
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
94847
CommitDate: Sat Mar 26 14:17:39 2011 +0100
83175
94848
 
83176
94849
    Updated Danish translation
83177
94850
 
83180
94853
 1 file changed, 771 insertions(+), 531 deletions(-)
83181
94854
 
83182
94855
commit 1618ca572fec292f0771202bd8b218dacc959060
83183
 
Author: David Zeuthen <davidz@redhat.com>
83184
 
Date:   Fri Mar 25 17:56:59 2011 -0400
 
94856
Author:     David Zeuthen <davidz@redhat.com>
 
94857
AuthorDate: Fri Mar 25 17:56:59 2011 -0400
 
94858
Commit:     David Zeuthen <davidz@redhat.com>
 
94859
CommitDate: Fri Mar 25 17:56:59 2011 -0400
83185
94860
 
83186
94861
    Fix test suite breakage caused by Murray's commit
83187
94862
 
83193
94868
 1 file changed, 1 insertion(+), 1 deletion(-)
83194
94869
 
83195
94870
commit 222b0276f552c2bf3ca40dc75101f737d82f7991
83196
 
Author: Alexander Shopov <ash@kambanaria.org>
83197
 
Date:   Fri Mar 25 22:13:47 2011 +0200
 
94871
Author:     Alexander Shopov <ash@kambanaria.org>
 
94872
AuthorDate: Fri Mar 25 22:13:47 2011 +0200
 
94873
Commit:     Alexander Shopov <ash@kambanaria.org>
 
94874
CommitDate: Fri Mar 25 22:13:47 2011 +0200
83198
94875
 
83199
94876
    Updated Bulgarian translation
83200
94877
 
83202
94879
 1 file changed, 17 insertions(+), 13 deletions(-)
83203
94880
 
83204
94881
commit c926c099594be2fdc211032fd31b59cdffeebc58
83205
 
Author: Daniel Nylander <po@danielnylander.se>
83206
 
Date:   Fri Mar 25 18:22:51 2011 +0100
 
94882
Author:     Daniel Nylander <po@danielnylander.se>
 
94883
AuthorDate: Fri Mar 25 18:22:51 2011 +0100
 
94884
Commit:     Daniel Nylander <po@danielnylander.se>
 
94885
CommitDate: Fri Mar 25 18:22:51 2011 +0100
83207
94886
 
83208
94887
    Updated Swedish translation
83209
94888
 
83212
94891
 1 file changed, 670 insertions(+), 587 deletions(-)
83213
94892
 
83214
94893
commit 0760e239d3156421f222ab638f96222fe7083a6e
83215
 
Author: Daniel Nylander <po@danielnylander.se>
83216
 
Date:   Fri Mar 25 18:22:13 2011 +0100
 
94894
Author:     Daniel Nylander <po@danielnylander.se>
 
94895
AuthorDate: Fri Mar 25 18:22:13 2011 +0100
 
94896
Commit:     Daniel Nylander <po@danielnylander.se>
 
94897
CommitDate: Fri Mar 25 18:22:13 2011 +0100
83217
94898
 
83218
94899
    Updated Swedish translation
83219
94900
 
83222
94903
 1 file changed, 663 insertions(+), 655 deletions(-)
83223
94904
 
83224
94905
commit a8bc1436f1106f92b9dad803787278323c2041fc
83225
 
Author: Tristan Van Berkom <tristanvb@openismus.com>
83226
 
Date:   Thu Mar 24 10:07:18 2011 -0400
 
94906
Author:     Tristan Van Berkom <tristanvb@openismus.com>
 
94907
AuthorDate: Thu Mar 24 10:07:18 2011 -0400
 
94908
Commit:     David Zeuthen <davidz@redhat.com>
 
94909
CommitDate: Thu Mar 24 10:08:18 2011 -0400
83227
94910
 
83228
94911
    GDBusServer: move business logic from _new() function to
83229
94912
    initable_init()
83236
94919
 1 file changed, 7 insertions(+), 12 deletions(-)
83237
94920
 
83238
94921
commit 30fdc1a79938540af7bad0af68d0a3b8af14f117
83239
 
Author: Murray Cumming <murrayc@murrayc.com>
83240
 
Date:   Thu Mar 24 09:33:55 2011 +0100
 
94922
Author:     Murray Cumming <murrayc@murrayc.com>
 
94923
AuthorDate: Thu Mar 24 09:33:55 2011 +0100
 
94924
Commit:     Murray Cumming <murrayc@murrayc.com>
 
94925
CommitDate: Thu Mar 24 09:33:55 2011 +0100
83241
94926
 
83242
94927
    Docs: Changed can not to cannot.
83243
94928
 
83258
94943
 14 files changed, 20 insertions(+), 20 deletions(-)
83259
94944
 
83260
94945
commit 16358f76f6cef6865660e00952fa4d1a35437bce
83261
 
Author: Daniel Nylander <po@danielnylander.se>
83262
 
Date:   Tue Mar 22 15:12:41 2011 +0100
 
94946
Author:     Daniel Nylander <po@danielnylander.se>
 
94947
AuthorDate: Tue Mar 22 15:12:41 2011 +0100
 
94948
Commit:     Daniel Nylander <po@danielnylander.se>
 
94949
CommitDate: Tue Mar 22 15:12:58 2011 +0100
83263
94950
 
83264
94951
    Updated Swedish translation
83265
94952
 
83268
94955
 1 file changed, 495 insertions(+), 482 deletions(-)
83269
94956
 
83270
94957
commit 78e075f369c589ca8cbbd9c34f8aa7c8be9cf1bd
83271
 
Author: Daniel Nylander <po@danielnylander.se>
83272
 
Date:   Tue Mar 22 15:12:10 2011 +0100
 
94958
Author:     Daniel Nylander <po@danielnylander.se>
 
94959
AuthorDate: Tue Mar 22 15:12:10 2011 +0100
 
94960
Commit:     Daniel Nylander <po@danielnylander.se>
 
94961
CommitDate: Tue Mar 22 15:12:58 2011 +0100
83273
94962
 
83274
94963
    Updated Swedish translation
83275
94964
 
83278
94967
 1 file changed, 427 insertions(+), 402 deletions(-)
83279
94968
 
83280
94969
commit 57b1142beed7f84dc3e6e13cdd1ee0253bc37f88
83281
 
Author: Luca Ferretti <lferrett@gnome.org>
83282
 
Date:   Tue Mar 22 14:42:32 2011 +0100
 
94970
Author:     Luca Ferretti <lferrett@gnome.org>
 
94971
AuthorDate: Tue Mar 22 14:42:32 2011 +0100
 
94972
Commit:     Luca Ferretti <lferrett@gnome.org>
 
94973
CommitDate: Tue Mar 22 14:42:32 2011 +0100
83283
94974
 
83284
94975
    Updated Italian translation
83285
94976
 
83288
94979
 1 file changed, 170 insertions(+), 115 deletions(-)
83289
94980
 
83290
94981
commit 175f5292e4806a2ca1bc2db675c8adffb5c8693d
83291
 
Author: Sweta Kothari <swkothar@redhat.com>
83292
 
Date:   Mon Mar 21 16:41:46 2011 +0530
 
94982
Author:     Sweta Kothari <swkothar@redhat.com>
 
94983
AuthorDate: Mon Mar 21 16:41:46 2011 +0530
 
94984
Commit:     Sweta Kothari <swkothar@redhat.com>
 
94985
CommitDate: Mon Mar 21 16:41:46 2011 +0530
83293
94986
 
83294
94987
    Updated Gujarati Translations
83295
94988
 
83298
94991
 1 file changed, 56 insertions(+), 55 deletions(-)
83299
94992
 
83300
94993
commit 432180d02fd595e95f36d732feac26dcd2b811d2
83301
 
Author: Piotr Drąg <piotrdrag@gmail.com>
83302
 
Date:   Sat Mar 19 16:31:42 2011 +0100
 
94994
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
94995
AuthorDate: Sat Mar 19 16:31:42 2011 +0100
 
94996
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
94997
CommitDate: Sat Mar 19 16:31:42 2011 +0100
83303
94998
 
83304
94999
    Updated Polish translation
83305
95000
 
83307
95002
 1 file changed, 1 insertion(+), 1 deletion(-)
83308
95003
 
83309
95004
commit a5999d317a15cbf173d89f8f73861b43bcd9ffa9
83310
 
Author: Piotr Drąg <piotrdrag@gmail.com>
83311
 
Date:   Sat Mar 19 16:30:22 2011 +0100
 
95005
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
95006
AuthorDate: Sat Mar 19 16:30:22 2011 +0100
 
95007
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
95008
CommitDate: Sat Mar 19 16:30:22 2011 +0100
83312
95009
 
83313
95010
    Updated Polish translation
83314
95011
 
83316
95013
 1 file changed, 13 insertions(+), 9 deletions(-)
83317
95014
 
83318
95015
commit dc4a95ed978e51d03a792e07ca291388fed8c789
83319
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
83320
 
Date:   Fri Mar 18 17:11:24 2011 +0100
 
95016
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
95017
AuthorDate: Fri Mar 18 17:11:24 2011 +0100
 
95018
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
95019
CommitDate: Fri Mar 18 17:11:53 2011 +0100
83321
95020
 
83322
95021
    Updated Hungarian translation
83323
95022
 
83325
95024
 1 file changed, 6 insertions(+), 2 deletions(-)
83326
95025
 
83327
95026
commit 029b8fa06952d9e6ce65fd3ca9ee6823c20236e9
83328
 
Author: Bruno Brouard <annoa.b@gmail.com>
83329
 
Date:   Thu Mar 17 21:40:03 2011 +0100
 
95027
Author:     Bruno Brouard <annoa.b@gmail.com>
 
95028
AuthorDate: Thu Mar 17 21:40:03 2011 +0100
 
95029
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
95030
CommitDate: Thu Mar 17 21:40:33 2011 +0100
83330
95031
 
83331
95032
    Updated French translation
83332
95033
 
83335
95036
 1 file changed, 141 insertions(+), 209 deletions(-)
83336
95037
 
83337
95038
commit 545faa8d2cf03bb16ef09428d80253db91689870
83338
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
83339
 
Date:   Thu Mar 17 20:35:31 2011 +0100
 
95039
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
95040
AuthorDate: Thu Mar 17 20:35:31 2011 +0100
 
95041
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
95042
CommitDate: Thu Mar 17 20:35:31 2011 +0100
83340
95043
 
83341
95044
    Updated Spanish translation
83342
95045
 
83345
95048
 1 file changed, 73 insertions(+), 64 deletions(-)
83346
95049
 
83347
95050
commit e2ed78417a102291763881d40560064cb101ada9
83348
 
Author: Mario Blättermann <mariobl@gnome.org>
83349
 
Date:   Thu Mar 17 12:53:06 2011 +0100
 
95051
Author:     Mario Blättermann <mariobl@gnome.org>
 
95052
AuthorDate: Thu Mar 17 12:53:06 2011 +0100
 
95053
Commit:     Mario Blättermann <mariobl@gnome.org>
 
95054
CommitDate: Thu Mar 17 12:53:06 2011 +0100
83350
95055
 
83351
95056
    [l10n] Updated German translation
83352
95057
 
83355
95060
 1 file changed, 677 insertions(+), 491 deletions(-)
83356
95061
 
83357
95062
commit 89194fb415f26f10f18800cd84095a0a505e52a8
83358
 
Author: Sweta Kothari <swkothar@redhat.com>
83359
 
Date:   Thu Mar 17 16:09:40 2011 +0530
 
95063
Author:     Sweta Kothari <swkothar@redhat.com>
 
95064
AuthorDate: Thu Mar 17 16:09:40 2011 +0530
 
95065
Commit:     Sweta Kothari <swkothar@redhat.com>
 
95066
CommitDate: Thu Mar 17 16:09:40 2011 +0530
83360
95067
 
83361
95068
    Updated Gujarati Translations
83362
95069
 
83365
95072
 1 file changed, 1538 insertions(+), 738 deletions(-)
83366
95073
 
83367
95074
commit 098aa5639cc13e5a8cda38e81b05058ca8ff5463
83368
 
Author: Matthias Clasen <mclasen@redhat.com>
83369
 
Date:   Tue Mar 15 11:28:03 2011 -0400
 
95075
Author:     Matthias Clasen <mclasen@redhat.com>
 
95076
AuthorDate: Tue Mar 15 11:28:03 2011 -0400
 
95077
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95078
CommitDate: Tue Mar 15 11:30:38 2011 -0400
83370
95079
 
83371
95080
    Document which files glib-compile-schemas looks at
83372
95081
 
83377
95086
 2 files changed, 8 insertions(+)
83378
95087
 
83379
95088
commit 0fbdd5c1d26cc85385d0b0889a8f1f4d04df38a9
83380
 
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
83381
 
Date:   Tue Mar 15 14:08:09 2011 +0100
 
95089
Author:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95090
AuthorDate: Tue Mar 15 14:08:09 2011 +0100
 
95091
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95092
CommitDate: Tue Mar 15 14:08:09 2011 +0100
83382
95093
 
83383
95094
    Updated Romanian translation
83384
95095
 
83386
95097
 1 file changed, 6 insertions(+), 6 deletions(-)
83387
95098
 
83388
95099
commit 1518592045cef352b90386fefb4509a5b2a727b8
83389
 
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
83390
 
Date:   Tue Mar 15 14:06:59 2011 +0100
 
95100
Author:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95101
AuthorDate: Tue Mar 15 14:06:59 2011 +0100
 
95102
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95103
CommitDate: Tue Mar 15 14:06:59 2011 +0100
83391
95104
 
83392
95105
    Updated Romanian translation
83393
95106
 
83395
95108
 1 file changed, 17 insertions(+), 27 deletions(-)
83396
95109
 
83397
95110
commit 8f0e371cbf004c26561b2194b753c71f25c5ea93
83398
 
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
83399
 
Date:   Tue Mar 15 14:03:51 2011 +0100
 
95111
Author:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95112
AuthorDate: Tue Mar 15 14:03:51 2011 +0100
 
95113
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95114
CommitDate: Tue Mar 15 14:03:51 2011 +0100
83400
95115
 
83401
95116
    Updated Romanian translation
83402
95117
 
83404
95119
 1 file changed, 17 insertions(+), 17 deletions(-)
83405
95120
 
83406
95121
commit 1732e891661712d661d59254936a120da6a526bd
83407
 
Author: Lupescu Mircea <mircea.crazy@gmail.com>
83408
 
Date:   Tue Mar 15 14:00:11 2011 +0100
 
95122
Author:     Lupescu Mircea <mircea.crazy@gmail.com>
 
95123
AuthorDate: Tue Mar 15 14:00:11 2011 +0100
 
95124
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95125
CommitDate: Tue Mar 15 14:00:11 2011 +0100
83409
95126
 
83410
95127
    Updated Romanian translation
83411
95128
 
83414
95131
 1 file changed, 118 insertions(+), 90 deletions(-)
83415
95132
 
83416
95133
commit e16547e79f56e65d247f4db8025772af355079a8
83417
 
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
83418
 
Date:   Tue Mar 15 13:34:46 2011 +0100
 
95134
Author:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95135
AuthorDate: Tue Mar 15 13:34:46 2011 +0100
 
95136
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
95137
CommitDate: Tue Mar 15 13:34:46 2011 +0100
83419
95138
 
83420
95139
    Updated Romanian translation
83421
95140
 
83424
95143
 1 file changed, 754 insertions(+), 514 deletions(-)
83425
95144
 
83426
95145
commit 08f0a312895e0dd457f5f4d5bcdf282a6d5a793f
83427
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
83428
 
Date:   Tue Mar 15 09:03:28 2011 +0000
 
95146
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
95147
AuthorDate: Tue Mar 15 09:03:28 2011 +0000
 
95148
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
95149
CommitDate: Tue Mar 15 09:03:28 2011 +0000
83429
95150
 
83430
95151
    Revert "Remove all uses of G_CONST_RETURN"
83431
95152
 
83474
95195
 35 files changed, 122 insertions(+), 122 deletions(-)
83475
95196
 
83476
95197
commit 0c1acc7e741a01bf37d4c5f7a97ba1661f25d36a
83477
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
83478
 
Date:   Tue Mar 15 09:02:08 2011 +0000
 
95198
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
95199
AuthorDate: Tue Mar 15 09:02:08 2011 +0000
 
95200
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
95201
CommitDate: Tue Mar 15 09:02:08 2011 +0000
83479
95202
 
83480
95203
    Revert "Deprecate G_CONST_RETURN"
83481
95204
 
83490
95213
 2 files changed, 2 insertions(+), 5 deletions(-)
83491
95214
 
83492
95215
commit d679a7659ff8c4948e7bdff5fb80f52dee8f6a09
83493
 
Author: Ryan Lortie <desrt@desrt.ca>
83494
 
Date:   Tue Mar 15 01:29:52 2011 -0400
 
95216
Author:     Ryan Lortie <desrt@desrt.ca>
 
95217
AuthorDate: Tue Mar 15 01:29:52 2011 -0400
 
95218
Commit:     Ryan Lortie <desrt@desrt.ca>
 
95219
CommitDate: Tue Mar 15 01:32:22 2011 -0400
83495
95220
 
83496
95221
    GVariant parser: fix tuple type checking
83497
95222
 
83510
95235
 1 file changed, 12 insertions(+)
83511
95236
 
83512
95237
commit a7fc7909dad9b88e8b2d1c6cde801e8888bdfc36
83513
 
Author: Ryan Lortie <desrt@desrt.ca>
83514
 
Date:   Sat Mar 12 22:04:53 2011 -0500
 
95238
Author:     Ryan Lortie <desrt@desrt.ca>
 
95239
AuthorDate: Sat Mar 12 22:04:53 2011 -0500
 
95240
Commit:     Ryan Lortie <desrt@desrt.ca>
 
95241
CommitDate: Tue Mar 15 01:32:22 2011 -0400
83515
95242
 
83516
95243
    Deprecate G_CONST_RETURN
83517
95244
 
83520
95247
 2 files changed, 5 insertions(+), 2 deletions(-)
83521
95248
 
83522
95249
commit 36741245cca56e979fe85e3de676fb3912058f2c
83523
 
Author: Ryan Lortie <desrt@desrt.ca>
83524
 
Date:   Sat Mar 12 21:50:45 2011 -0500
 
95250
Author:     Ryan Lortie <desrt@desrt.ca>
 
95251
AuthorDate: Sat Mar 12 21:50:45 2011 -0500
 
95252
Commit:     Ryan Lortie <desrt@desrt.ca>
 
95253
CommitDate: Tue Mar 15 01:32:22 2011 -0400
83525
95254
 
83526
95255
    Remove all uses of G_CONST_RETURN
83527
95256
 
83566
95295
 35 files changed, 122 insertions(+), 122 deletions(-)
83567
95296
 
83568
95297
commit 61b0e1c8d49b6b42d3b6f27f0663ead75967f81a
83569
 
Author: Christian Persch <chpe@gnome.org>
83570
 
Date:   Wed Mar 2 15:48:40 2011 +0100
 
95298
Author:     Christian Persch <chpe@gnome.org>
 
95299
AuthorDate: Wed Mar 2 15:48:40 2011 +0100
 
95300
Commit:     Ryan Lortie <desrt@desrt.ca>
 
95301
CommitDate: Tue Mar 15 01:32:22 2011 -0400
83571
95302
 
83572
95303
    Add G_SIGNAL_MUST_COLLECT
83573
95304
 
83589
95320
 4 files changed, 104 insertions(+), 5 deletions(-)
83590
95321
 
83591
95322
commit c95ff4de046d583fe2e8189522214069b708d32f
83592
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
83593
 
Date:   Mon Mar 14 14:54:46 2011 -0400
 
95323
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
95324
AuthorDate: Mon Mar 14 14:54:46 2011 -0400
 
95325
Commit:     Olivier Crête <olivier.crete@collabora.co.uk>
 
95326
CommitDate: Mon Mar 14 15:49:02 2011 -0400
83594
95327
 
83595
95328
    GDBusProxy: Check if connection is NULL before unreffing
83596
95329
 
83601
95334
 1 file changed, 2 insertions(+), 1 deletion(-)
83602
95335
 
83603
95336
commit 789b341eff1553232b61b2e3ce3c4c918bf661e3
83604
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
83605
 
Date:   Sat Mar 12 20:48:31 2011 -0500
 
95337
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
95338
AuthorDate: Sat Mar 12 20:48:31 2011 -0500
 
95339
Commit:     Owen W. Taylor <otaylor@fishsoup.net>
 
95340
CommitDate: Sat Mar 12 21:10:06 2011 -0500
83606
95341
 
83607
95342
    Correct internal definition of C_()
83608
95343
 
83620
95355
 2 files changed, 47 insertions(+), 15 deletions(-)
83621
95356
 
83622
95357
commit 88d23f02850faf4346a314e54abf4d71842dabed
83623
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
83624
 
Date:   Sun Mar 13 02:21:55 2011 +0100
 
95358
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
95359
AuthorDate: Sun Mar 13 02:21:55 2011 +0100
 
95360
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
95361
CommitDate: Sun Mar 13 02:22:08 2011 +0100
83625
95362
 
83626
95363
    Updated Hungarian translation
83627
95364
 
83630
95367
 1 file changed, 647 insertions(+), 511 deletions(-)
83631
95368
 
83632
95369
commit 89ca0f729665f812b142b9a107515c945237082a
83633
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
83634
 
Date:   Sat Mar 12 10:08:52 2011 +0000
 
95370
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
95371
AuthorDate: Sat Mar 12 10:08:52 2011 +0000
 
95372
Commit:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
95373
CommitDate: Sat Mar 12 15:51:44 2011 +0000
83635
95374
 
83636
95375
    Document g_timeout_add_seconds first call latency
83637
95376
 
83645
95384
 2 files changed, 12 insertions(+), 2 deletions(-)
83646
95385
 
83647
95386
commit 1a2f1d3458e1e5ffe48e2a44fdf04c645b8b55c0
83648
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
83649
 
Date:   Sat Mar 12 01:09:49 2011 +0000
 
95387
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
95388
AuthorDate: Sat Mar 12 01:09:49 2011 +0000
 
95389
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
95390
CommitDate: Sat Mar 12 01:09:49 2011 +0000
83650
95391
 
83651
95392
    Updated Portuguese translation
83652
95393
 
83654
95395
 1 file changed, 7 insertions(+), 3 deletions(-)
83655
95396
 
83656
95397
commit c1a75ca783f602d3edf465c28918dac7ea57a1e7
83657
 
Author: Murray Cumming <murrayc@murrayc.com>
83658
 
Date:   Fri Mar 11 09:59:09 2011 +0100
 
95398
Author:     Murray Cumming <murrayc@murrayc.com>
 
95399
AuthorDate: Fri Mar 11 09:59:09 2011 +0100
 
95400
Commit:     Murray Cumming <murrayc@murrayc.com>
 
95401
CommitDate: Fri Mar 11 09:59:09 2011 +0100
83659
95402
 
83660
95403
    g_file_info_get/set_attribute_string*(): Document the UTF-8ness.
83661
95404
 
83677
95420
 2 files changed, 343 insertions(+), 343 deletions(-)
83678
95421
 
83679
95422
commit 9505ad05eedefff2030bb20c587f168bb4dedeb7
83680
 
Author: Tor Lillqvist <tml@iki.fi>
83681
 
Date:   Fri Mar 11 10:19:42 2011 +0200
 
95423
Author:     Tor Lillqvist <tml@iki.fi>
 
95424
AuthorDate: Fri Mar 11 10:19:42 2011 +0200
 
95425
Commit:     Tor Lillqvist <tml@iki.fi>
 
95426
CommitDate: Fri Mar 11 10:19:42 2011 +0200
83682
95427
 
83683
95428
    Use g_usleep() for portability, bug #644465
83684
95429
 
83686
95431
 1 file changed, 1 insertion(+), 1 deletion(-)
83687
95432
 
83688
95433
commit a6615ba859e8723888e108e2af390e5645dfa761
83689
 
Author: Matthias Clasen <mclasen@redhat.com>
83690
 
Date:   Thu Mar 10 23:27:49 2011 -0500
 
95434
Author:     Matthias Clasen <mclasen@redhat.com>
 
95435
AuthorDate: Thu Mar 10 23:27:49 2011 -0500
 
95436
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95437
CommitDate: Thu Mar 10 23:27:49 2011 -0500
83691
95438
 
83692
95439
    Fix cleanup in g_markup_collect
83693
95440
 
83698
95445
 1 file changed, 16 insertions(+), 19 deletions(-)
83699
95446
 
83700
95447
commit 949b7c34283f1efa08aa7d7d2266f6e2ef7d6fdb
83701
 
Author: Matthias Clasen <mclasen@redhat.com>
83702
 
Date:   Thu Mar 10 23:25:22 2011 -0500
 
95448
Author:     Matthias Clasen <mclasen@redhat.com>
 
95449
AuthorDate: Thu Mar 10 23:25:22 2011 -0500
 
95450
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95451
CommitDate: Thu Mar 10 23:25:22 2011 -0500
83703
95452
 
83704
95453
    Add a testcase for g_markup_collect cleanup
83705
95454
 
83711
95460
 1 file changed, 45 insertions(+)
83712
95461
 
83713
95462
commit fccaadcdabad22141a171f92a79efc97c9ba8ebc
83714
 
Author: Andre Klapper <a9016009@gmx.de>
83715
 
Date:   Thu Mar 10 12:33:58 2011 +0100
 
95463
Author:     Andre Klapper <a9016009@gmx.de>
 
95464
AuthorDate: Thu Mar 10 12:33:58 2011 +0100
 
95465
Commit:     Andre Klapper <a9016009@gmx.de>
 
95466
CommitDate: Thu Mar 10 12:33:58 2011 +0100
83716
95467
 
83717
95468
    Add missing files to POTFILES.in
83718
95469
 
83720
95471
 1 file changed, 3 insertions(+)
83721
95472
 
83722
95473
commit b2ebf0526ddc6ae46e4bcd5e0a5ab55376061013
83723
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
83724
 
Date:   Thu Mar 10 12:40:57 2011 +0800
 
95474
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95475
AuthorDate: Thu Mar 10 12:40:57 2011 +0800
 
95476
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95477
CommitDate: Thu Mar 10 12:40:57 2011 +0800
83725
95478
 
83726
95479
    Update config.h.win32.in for VS 2010
83727
95480
 
83732
95485
 1 file changed, 9 insertions(+)
83733
95486
 
83734
95487
commit b1813f7c9f63c2b3e50d1e0546511b7cd2b86c14
83735
 
Author: Michael Kotsarinis <mk73628@gmail.com>
83736
 
Date:   Thu Mar 10 01:36:54 2011 +0200
 
95488
Author:     Michael Kotsarinis <mk73628@gmail.com>
 
95489
AuthorDate: Thu Mar 10 01:36:54 2011 +0200
 
95490
Commit:     Simos Xenitellis <simos@gnome.org>
 
95491
CommitDate: Thu Mar 10 01:36:54 2011 +0200
83737
95492
 
83738
95493
    l10n: Updated Greek translation for glib
83739
95494
 
83742
95497
 1 file changed, 342 insertions(+), 319 deletions(-)
83743
95498
 
83744
95499
commit 37858f7f5ef842c606f99e4808a591c4773550c0
83745
 
Author: Martin Nordholts <martinn@src.gnome.org>
83746
 
Date:   Tue Mar 8 07:36:15 2011 +0100
 
95500
Author:     Martin Nordholts <martinn@src.gnome.org>
 
95501
AuthorDate: Tue Mar 8 07:36:15 2011 +0100
 
95502
Commit:     Martin Nordholts <martinn@src.gnome.org>
 
95503
CommitDate: Tue Mar 8 19:13:57 2011 +0100
83747
95504
 
83748
95505
    Check availability of linux/magic.h
83749
95506
 
83755
95512
 2 files changed, 2 insertions(+), 1 deletion(-)
83756
95513
 
83757
95514
commit fc75b2597dcbb44214ebf40d8c15b741299ddaab
83758
 
Author: Matthias Clasen <mclasen@redhat.com>
83759
 
Date:   Sun Mar 6 23:08:46 2011 -0500
 
95515
Author:     Matthias Clasen <mclasen@redhat.com>
 
95516
AuthorDate: Sun Mar 6 23:08:46 2011 -0500
 
95517
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95518
CommitDate: Sun Mar 6 23:08:46 2011 -0500
83760
95519
 
83761
95520
    Improve preconditions in action-related GApplication api
83762
95521
 
83766
95525
 1 file changed, 12 insertions(+), 4 deletions(-)
83767
95526
 
83768
95527
commit 121ce56fe1741151faffb2c96c4ee7aa5352c314
83769
 
Author: Matthias Clasen <mclasen@redhat.com>
83770
 
Date:   Sun Mar 6 22:37:01 2011 -0500
 
95528
Author:     Matthias Clasen <mclasen@redhat.com>
 
95529
AuthorDate: Sun Mar 6 22:37:01 2011 -0500
 
95530
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95531
CommitDate: Sun Mar 6 22:38:17 2011 -0500
83771
95532
 
83772
95533
    Go back to the old logic in set_expiration
83773
95534
 
83780
95541
 2 files changed, 48 insertions(+), 3 deletions(-)
83781
95542
 
83782
95543
commit d377367b2cd1bb102bce9b47c47b4a488af24238
83783
 
Author: Matthias Clasen <mclasen@redhat.com>
83784
 
Date:   Sun Feb 27 21:26:42 2011 -0500
 
95544
Author:     Matthias Clasen <mclasen@redhat.com>
 
95545
AuthorDate: Sun Feb 27 21:26:42 2011 -0500
 
95546
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95547
CommitDate: Sun Mar 6 22:38:17 2011 -0500
83785
95548
 
83786
95549
    Forgotten file
83787
95550
 
83789
95552
 1 file changed, 32 insertions(+)
83790
95553
 
83791
95554
commit 90ad3c9962e335bb135cae71f746e2922c312943
83792
 
Author: Murray Cumming <murrayc@murrayc.com>
83793
 
Date:   Sat Mar 5 14:51:55 2011 +0100
 
95555
Author:     Murray Cumming <murrayc@murrayc.com>
 
95556
AuthorDate: Sat Mar 5 14:51:55 2011 +0100
 
95557
Commit:     Murray Cumming <murrayc@murrayc.com>
 
95558
CommitDate: Sat Mar 5 14:51:55 2011 +0100
83794
95559
 
83795
95560
    g_application_run(): Add (allow-none) introspection annotation.
83796
95561
 
83798
95563
 1 file changed, 1 insertion(+), 1 deletion(-)
83799
95564
 
83800
95565
commit 3aac417fefeec178fad390c028b8b1ebfc0f9192
83801
 
Author: Matthias Clasen <mclasen@redhat.com>
83802
 
Date:   Fri Mar 4 12:10:06 2011 -0500
 
95566
Author:     Matthias Clasen <mclasen@redhat.com>
 
95567
AuthorDate: Fri Mar 4 12:10:06 2011 -0500
 
95568
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95569
CommitDate: Fri Mar 4 12:10:06 2011 -0500
83803
95570
 
83804
95571
    Some more details about GApplicationFlags
83805
95572
 
83807
95574
 1 file changed, 10 insertions(+), 3 deletions(-)
83808
95575
 
83809
95576
commit 34ac69e688455adbde677ea96b2ec6456bbc5617
83810
 
Author: Matthias Clasen <mclasen@redhat.com>
83811
 
Date:   Fri Mar 4 12:03:15 2011 -0500
 
95577
Author:     Matthias Clasen <mclasen@redhat.com>
 
95578
AuthorDate: Fri Mar 4 12:03:15 2011 -0500
 
95579
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95580
CommitDate: Fri Mar 4 12:03:15 2011 -0500
83812
95581
 
83813
95582
    Add more GApplication docs
83814
95583
 
83818
95587
 1 file changed, 10 insertions(+), 1 deletion(-)
83819
95588
 
83820
95589
commit 91614bb5fe18a980283755522279767a22da7c5c
83821
 
Author: Murray Cumming <murrayc@murrayc.com>
83822
 
Date:   Mon Feb 28 11:15:13 2011 +0100
 
95590
Author:     Murray Cumming <murrayc@murrayc.com>
 
95591
AuthorDate: Mon Feb 28 11:15:13 2011 +0100
 
95592
Commit:     Murray Cumming <murrayc@murrayc.com>
 
95593
CommitDate: Fri Mar 4 15:16:39 2011 +0100
83823
95594
 
83824
95595
    GApplication: Check more before warning about a missing signal
83825
95596
    handler.
83838
95609
 1 file changed, 14 insertions(+), 8 deletions(-)
83839
95610
 
83840
95611
commit 1485871ed5e8e9ce70b088cfedae4012032e5dca
83841
 
Author: Matthias Clasen <mclasen@redhat.com>
83842
 
Date:   Fri Mar 4 01:53:56 2011 -0500
 
95612
Author:     Matthias Clasen <mclasen@redhat.com>
 
95613
AuthorDate: Fri Mar 4 01:53:56 2011 -0500
 
95614
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95615
CommitDate: Fri Mar 4 01:55:19 2011 -0500
83843
95616
 
83844
95617
    GApplication: More documentation tweaks
83845
95618
 
83848
95621
 2 files changed, 38 insertions(+), 20 deletions(-)
83849
95622
 
83850
95623
commit 54e474931e4013cf0088df479018d9b7b156e637
83851
 
Author: Matthias Clasen <mclasen@redhat.com>
83852
 
Date:   Fri Mar 4 01:36:51 2011 -0500
 
95624
Author:     Matthias Clasen <mclasen@redhat.com>
 
95625
AuthorDate: Fri Mar 4 01:36:51 2011 -0500
 
95626
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95627
CommitDate: Fri Mar 4 01:55:18 2011 -0500
83853
95628
 
83854
95629
    Fix a typo
83855
95630
 
83860
95635
 3 files changed, 52 insertions(+), 13 deletions(-)
83861
95636
 
83862
95637
commit d2a2fe96a3e9ddf5516bb138f365afec3e68a400
83863
 
Author: Ryan Lortie <desrt@desrt.ca>
83864
 
Date:   Fri Mar 4 00:57:51 2011 -0500
 
95638
Author:     Ryan Lortie <desrt@desrt.ca>
 
95639
AuthorDate: Fri Mar 4 00:57:51 2011 -0500
 
95640
Commit:     Ryan Lortie <desrt@desrt.ca>
 
95641
CommitDate: Fri Mar 4 00:57:51 2011 -0500
83865
95642
 
83866
95643
    GVariant docs cleanups
83867
95644
 
83875
95652
 4 files changed, 31 insertions(+), 30 deletions(-)
83876
95653
 
83877
95654
commit be04e514c05082e338b2f53f6c28687f6aa6c982
83878
 
Author: Ryan Lortie <desrt@desrt.ca>
83879
 
Date:   Wed Mar 2 06:15:21 2011 -0500
 
95655
Author:     Ryan Lortie <desrt@desrt.ca>
 
95656
AuthorDate: Wed Mar 2 06:15:21 2011 -0500
 
95657
Commit:     Ryan Lortie <desrt@desrt.ca>
 
95658
CommitDate: Fri Mar 4 00:45:14 2011 -0500
83880
95659
 
83881
95660
    GVariant: add G_VARIANT_TYPE_VARDICT for a{sv}
83882
95661
 
83885
95664
 2 files changed, 9 insertions(+)
83886
95665
 
83887
95666
commit 6dd692d8580655639ee7bd3ecd453f9d03009bab
83888
 
Author: Matthias Clasen <mclasen@redhat.com>
83889
 
Date:   Fri Mar 4 00:27:23 2011 -0500
 
95667
Author:     Matthias Clasen <mclasen@redhat.com>
 
95668
AuthorDate: Fri Mar 4 00:27:23 2011 -0500
 
95669
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95670
CommitDate: Fri Mar 4 00:27:23 2011 -0500
83890
95671
 
83891
95672
    Small doc correction
83892
95673
 
83896
95677
 1 file changed, 6 insertions(+), 5 deletions(-)
83897
95678
 
83898
95679
commit 3c7203cf1ac0841e4613f40020f721f9c71ec0a4
83899
 
Author: Matthias Clasen <mclasen@redhat.com>
83900
 
Date:   Fri Mar 4 00:12:34 2011 -0500
 
95680
Author:     Matthias Clasen <mclasen@redhat.com>
 
95681
AuthorDate: Fri Mar 4 00:12:34 2011 -0500
 
95682
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95683
CommitDate: Fri Mar 4 00:12:34 2011 -0500
83901
95684
 
83902
95685
    GApplication: Clarify docs for @argv
83903
95686
 
83908
95691
 1 file changed, 6 insertions(+), 3 deletions(-)
83909
95692
 
83910
95693
commit 1a6455b7858ea16f314949ceed9a128ad46267b2
83911
 
Author: Matthias Clasen <mclasen@redhat.com>
83912
 
Date:   Fri Mar 4 00:03:13 2011 -0500
 
95694
Author:     Matthias Clasen <mclasen@redhat.com>
 
95695
AuthorDate: Fri Mar 4 00:03:13 2011 -0500
 
95696
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95697
CommitDate: Fri Mar 4 00:03:13 2011 -0500
83913
95698
 
83914
95699
    GApplication: Beef up the local_command_line() docs
83915
95700
 
83923
95708
 1 file changed, 16 insertions(+), 4 deletions(-)
83924
95709
 
83925
95710
commit f05bce027e49ba3ba4dee042ed52837d0145a7bf
83926
 
Author: Matthias Clasen <mclasen@redhat.com>
83927
 
Date:   Thu Mar 3 23:34:49 2011 -0500
 
95711
Author:     Matthias Clasen <mclasen@redhat.com>
 
95712
AuthorDate: Thu Mar 3 23:34:49 2011 -0500
 
95713
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95714
CommitDate: Thu Mar 3 23:34:49 2011 -0500
83928
95715
 
83929
95716
    GApplication: Improve documentation
83930
95717
 
83936
95723
 3 files changed, 44 insertions(+), 16 deletions(-)
83937
95724
 
83938
95725
commit 321682871b6547c73d6b8df61643bcc73a0555f7
83939
 
Author: Matthias Clasen <mclasen@redhat.com>
83940
 
Date:   Thu Mar 3 22:40:48 2011 -0500
 
95726
Author:     Matthias Clasen <mclasen@redhat.com>
 
95727
AuthorDate: Thu Mar 3 22:40:48 2011 -0500
 
95728
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95729
CommitDate: Thu Mar 3 22:40:48 2011 -0500
83941
95730
 
83942
95731
    Try harder to explain GApplicationCommandline
83943
95732
 
83952
95741
 4 files changed, 112 insertions(+), 4 deletions(-)
83953
95742
 
83954
95743
commit 72016418d38e51f1fb4f60f4b37fa1a8e5c282fb
83955
 
Author: Will Thompson <will.thompson@collabora.co.uk>
83956
 
Date:   Thu Mar 3 14:51:41 2011 +0000
 
95744
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
95745
AuthorDate: Thu Mar 3 14:51:41 2011 +0000
 
95746
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
95747
CommitDate: Thu Mar 3 14:51:41 2011 +0000
83957
95748
 
83958
95749
    g_value_array_remove(): clarify docstring formatting
83959
95750
 
83961
95752
 1 file changed, 3 insertions(+), 1 deletion(-)
83962
95753
 
83963
95754
commit 0f59af82d5fa39551f221c461b89dca56a022576
83964
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
83965
 
Date:   Wed Mar 2 01:11:04 2011 +0000
 
95755
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
95756
AuthorDate: Wed Mar 2 01:11:04 2011 +0000
 
95757
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
95758
CommitDate: Wed Mar 2 01:11:04 2011 +0000
83966
95759
 
83967
95760
    Updated Portuguese translation
83968
95761
 
83971
95764
 1 file changed, 777 insertions(+), 537 deletions(-)
83972
95765
 
83973
95766
commit 084c3c43045e242724e2fbd9d485b4762dc8af48
83974
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
83975
 
Date:   Sun Feb 27 22:56:31 2011 +0200
 
95767
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
95768
AuthorDate: Sun Feb 27 22:56:31 2011 +0200
 
95769
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
95770
CommitDate: Sun Feb 27 22:56:31 2011 +0200
83976
95771
 
83977
95772
    Updated Hebrew translation.
83978
95773
 
83981
95776
 1 file changed, 63 insertions(+), 56 deletions(-)
83982
95777
 
83983
95778
commit 2b964d890aae6efd04bd75477a5481aa8abeb873
83984
 
Author: Luca Ferretti <lferrett@gnome.org>
83985
 
Date:   Sun Feb 27 21:47:44 2011 +0100
 
95779
Author:     Luca Ferretti <lferrett@gnome.org>
 
95780
AuthorDate: Sun Feb 27 21:47:44 2011 +0100
 
95781
Commit:     Luca Ferretti <lferrett@gnome.org>
 
95782
CommitDate: Sun Feb 27 21:48:07 2011 +0100
83986
95783
 
83987
95784
    Updated Italian translation
83988
95785
 
83991
95788
 1 file changed, 112 insertions(+), 92 deletions(-)
83992
95789
 
83993
95790
commit c193b49eeebfd83e3bb39b89499df5c5c8016914
83994
 
Author: Changwoo Ryu <cwryu@debian.org>
83995
 
Date:   Sun Feb 27 14:43:34 2011 +0900
 
95791
Author:     Changwoo Ryu <cwryu@debian.org>
 
95792
AuthorDate: Sun Feb 27 14:43:34 2011 +0900
 
95793
Commit:     Changwoo Ryu <cwryu@debian.org>
 
95794
CommitDate: Sun Feb 27 14:43:34 2011 +0900
83996
95795
 
83997
95796
    Updated Korean translation
83998
95797
 
84001
95800
 1 file changed, 67 insertions(+), 60 deletions(-)
84002
95801
 
84003
95802
commit 60e0dab3e6682c0e09fa81b8907636202394a073
84004
 
Author: Bruno Brouard <annoa.b@gmail.com>
84005
 
Date:   Fri Feb 25 23:53:52 2011 +0100
 
95803
Author:     Bruno Brouard <annoa.b@gmail.com>
 
95804
AuthorDate: Fri Feb 25 23:53:52 2011 +0100
 
95805
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
95806
CommitDate: Fri Feb 25 23:53:52 2011 +0100
84006
95807
 
84007
95808
    Updated French translation
84008
95809
 
84011
95812
 1 file changed, 789 insertions(+), 584 deletions(-)
84012
95813
 
84013
95814
commit e3cff93408163009dbc2dd3b6d90cd620385fc28
84014
 
Author: Matthias Clasen <mclasen@redhat.com>
84015
 
Date:   Fri Feb 25 11:13:55 2011 -0500
 
95815
Author:     Matthias Clasen <mclasen@redhat.com>
 
95816
AuthorDate: Fri Feb 25 11:13:55 2011 -0500
 
95817
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95818
CommitDate: Fri Feb 25 11:13:55 2011 -0500
84016
95819
 
84017
95820
    GApplications: Tighten up application-id validity checks
84018
95821
 
84023
95826
 1 file changed, 24 insertions(+), 8 deletions(-)
84024
95827
 
84025
95828
commit c430ad0b1be1b32be442299e47a3b09f54d3d8de
84026
 
Author: Matthias Clasen <mclasen@redhat.com>
84027
 
Date:   Fri Feb 25 10:41:29 2011 -0500
 
95829
Author:     Matthias Clasen <mclasen@redhat.com>
 
95830
AuthorDate: Fri Feb 25 10:41:29 2011 -0500
 
95831
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95832
CommitDate: Fri Feb 25 10:41:29 2011 -0500
84028
95833
 
84029
95834
    Add some tests for g_hash_table_lookup_extended
84030
95835
 
84032
95837
 1 file changed, 45 insertions(+)
84033
95838
 
84034
95839
commit d2d756439f1c6e434a3a8b348c17d63b6a452e9e
84035
 
Author: Matthias Clasen <mclasen@redhat.com>
84036
 
Date:   Fri Feb 25 10:40:39 2011 -0500
 
95840
Author:     Matthias Clasen <mclasen@redhat.com>
 
95841
AuthorDate: Fri Feb 25 10:40:39 2011 -0500
 
95842
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95843
CommitDate: Fri Feb 25 10:40:39 2011 -0500
84037
95844
 
84038
95845
    GHashTable: Clarify g_hash_table_lookup_extended docs
84039
95846
 
84045
95852
 1 file changed, 6 insertions(+), 4 deletions(-)
84046
95853
 
84047
95854
commit 52ef73ac8c40ea2a8ca80cf96d52a836bcaf76c2
84048
 
Author: Matthias Clasen <mclasen@redhat.com>
84049
 
Date:   Fri Feb 25 10:10:37 2011 -0500
 
95855
Author:     Matthias Clasen <mclasen@redhat.com>
 
95856
AuthorDate: Fri Feb 25 10:10:37 2011 -0500
 
95857
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95858
CommitDate: Fri Feb 25 10:10:37 2011 -0500
84050
95859
 
84051
95860
    GOptionContext: Warn about invalid arg/flag combinations
84052
95861
 
84059
95868
 2 files changed, 147 insertions(+), 10 deletions(-)
84060
95869
 
84061
95870
commit ee9e38ef6850ef1ce8da683425621898a35d5b5f
84062
 
Author: Matthias Clasen <mclasen@redhat.com>
84063
 
Date:   Fri Feb 25 08:45:28 2011 -0500
 
95871
Author:     Matthias Clasen <mclasen@redhat.com>
 
95872
AuthorDate: Fri Feb 25 08:45:28 2011 -0500
 
95873
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95874
CommitDate: Fri Feb 25 08:45:28 2011 -0500
84064
95875
 
84065
95876
    Treat optional arguments the same for long and short options
84066
95877
 
84071
95882
 1 file changed, 2 insertions(+), 3 deletions(-)
84072
95883
 
84073
95884
commit c68c05a420e6c42af681e165393130a2a39ea7b9
84074
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
84075
 
Date:   Thu Feb 24 20:36:04 2011 +0100
 
95885
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
95886
AuthorDate: Thu Feb 24 20:36:04 2011 +0100
 
95887
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
95888
CommitDate: Thu Feb 24 20:36:04 2011 +0100
84076
95889
 
84077
95890
    Updated Spanish translation
84078
95891
 
84081
95894
 1 file changed, 63 insertions(+), 55 deletions(-)
84082
95895
 
84083
95896
commit 701ac3cb3d7a603697570f085457af7e68d089fd
84084
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
84085
 
Date:   Thu Feb 24 12:38:51 2011 +0800
 
95897
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95898
AuthorDate: Thu Feb 24 12:38:51 2011 +0800
 
95899
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95900
CommitDate: Thu Feb 24 12:38:51 2011 +0800
84086
95901
 
84087
95902
    Fix the VS2010 project generation for GLib
84088
95903
 
84092
95907
 1 file changed, 4 insertions(+)
84093
95908
 
84094
95909
commit 74d4fca53accff301058e8d4798d0412d9eeeca3
84095
 
Author: Piotr Drąg <piotrdrag@gmail.com>
84096
 
Date:   Wed Feb 23 22:03:34 2011 +0100
 
95910
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
95911
AuthorDate: Wed Feb 23 22:03:34 2011 +0100
 
95912
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
95913
CommitDate: Wed Feb 23 22:03:34 2011 +0100
84097
95914
 
84098
95915
    Updated Polish translation
84099
95916
 
84102
95919
 1 file changed, 61 insertions(+), 54 deletions(-)
84103
95920
 
84104
95921
commit abfef39da9a11f59051dfa23a50bc374c0b8ad6e
84105
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
84106
 
Date:   Wed Feb 23 14:22:36 2011 +0800
 
95922
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95923
AuthorDate: Wed Feb 23 14:22:36 2011 +0800
 
95924
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95925
CommitDate: Wed Feb 23 14:22:36 2011 +0800
84107
95926
 
84108
95927
    Remove uneeded item form VS10 folder
84109
95928
 
84113
95932
 1 file changed, 1 insertion(+), 2 deletions(-)
84114
95933
 
84115
95934
commit 1c764f41ccb8e0cf887de827af3bc034aa6cfc28
84116
 
Author: Alexander Shopov <ash@kambanaria.org>
84117
 
Date:   Wed Feb 23 08:02:23 2011 +0200
 
95935
Author:     Alexander Shopov <ash@kambanaria.org>
 
95936
AuthorDate: Wed Feb 23 08:02:23 2011 +0200
 
95937
Commit:     Alexander Shopov <ash@kambanaria.org>
 
95938
CommitDate: Wed Feb 23 08:02:23 2011 +0200
84118
95939
 
84119
95940
    Updated Bulgarian translation
84120
95941
 
84123
95944
 1 file changed, 46 insertions(+), 39 deletions(-)
84124
95945
 
84125
95946
commit 766d70729b8671a3ac7b2139b635ac5555d858fa
84126
 
Author: Matthias Clasen <mclasen@redhat.com>
84127
 
Date:   Wed Feb 23 00:13:39 2011 -0500
 
95947
Author:     Matthias Clasen <mclasen@redhat.com>
 
95948
AuthorDate: Wed Feb 23 00:13:39 2011 -0500
 
95949
Commit:     Matthias Clasen <mclasen@redhat.com>
 
95950
CommitDate: Wed Feb 23 00:18:37 2011 -0500
84128
95951
 
84129
95952
    Allow to list keys in all schemas
84130
95953
 
84139
95962
 2 files changed, 41 insertions(+), 23 deletions(-)
84140
95963
 
84141
95964
commit 51dd7c5e4a1cf10177725a8c471731f0c4947159
84142
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
84143
 
Date:   Tue Feb 22 22:02:05 2011 -0500
 
95965
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
95966
AuthorDate: Tue Feb 22 22:02:05 2011 -0500
 
95967
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
95968
CommitDate: Tue Feb 22 22:02:05 2011 -0500
84144
95969
 
84145
95970
    application: fix a typo in the docs annotation
84146
95971
 
84148
95973
 1 file changed, 1 insertion(+), 1 deletion(-)
84149
95974
 
84150
95975
commit fdfb09a79397589b3b86c059e97b4f0ce8d4df26
84151
 
Author: Andreas Rottmann <a.rottmann@gmx.at>
84152
 
Date:   Tue Feb 22 15:12:30 2011 +0100
 
95976
Author:     Andreas Rottmann <a.rottmann@gmx.at>
 
95977
AuthorDate: Tue Feb 22 15:12:30 2011 +0100
 
95978
Commit:     Andreas Rottmann <a.rottmann@gmx.at>
 
95979
CommitDate: Tue Feb 22 15:12:30 2011 +0100
84153
95980
 
84154
95981
    Bug 638185 - GIOCondition should be annotated as "flags"
84155
95982
 
84159
95986
 1 file changed, 1 insertion(+), 1 deletion(-)
84160
95987
 
84161
95988
commit cd23ae7134bd25500272bd3ec24c3b39502cfc3d
84162
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
84163
 
Date:   Tue Feb 22 20:08:36 2011 +0800
 
95989
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95990
AuthorDate: Tue Feb 22 20:08:36 2011 +0800
 
95991
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
95992
CommitDate: Tue Feb 22 20:08:36 2011 +0800
84164
95993
 
84165
95994
    Visual C++ 2010 Project Files
84166
95995
 
84210
96039
 23 files changed, 3282 insertions(+)
84211
96040
 
84212
96041
commit 7b118b0c4121a6ae5b5b0adb1e2c45d7f5b941f5
84213
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
84214
 
Date:   Tue Feb 22 19:58:18 2011 +0800
 
96042
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
96043
AuthorDate: Tue Feb 22 19:58:18 2011 +0800
 
96044
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
96045
CommitDate: Tue Feb 22 19:58:18 2011 +0800
84215
96046
 
84216
96047
    Visual C++ 2010 Project Files: autotools files
84217
96048
 
84230
96061
 5 files changed, 70 insertions(+), 4 deletions(-)
84231
96062
 
84232
96063
commit aa2ed1dbfbe66c2f4e3165559b1f707ba8b0aada
84233
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
84234
 
Date:   Sun Feb 20 16:47:56 2011 +0000
 
96064
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
96065
AuthorDate: Sun Feb 20 16:47:56 2011 +0000
 
96066
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
96067
CommitDate: Sun Feb 20 16:48:48 2011 +0000
84235
96068
 
84236
96069
    Updated British English translation
84237
96070
 
84240
96073
 1 file changed, 675 insertions(+), 492 deletions(-)
84241
96074
 
84242
96075
commit f909469e31caacd9ec26569cc377dcc367e1f571
84243
 
Author: Vincent Untz <vuntz@gnome.org>
84244
 
Date:   Sun Feb 20 10:41:17 2011 +0100
 
96076
Author:     Vincent Untz <vuntz@gnome.org>
 
96077
AuthorDate: Sun Feb 20 10:41:17 2011 +0100
 
96078
Commit:     Vincent Untz <vuntz@gnome.org>
 
96079
CommitDate: Sun Feb 20 16:06:40 2011 +0100
84245
96080
 
84246
96081
    appinfo: Do not override system default handler with less specific one
84247
96082
 
84259
96094
 1 file changed, 12 insertions(+), 7 deletions(-)
84260
96095
 
84261
96096
commit 1158f9c171682e2ce30c1e790fe809dbb9926277
84262
 
Author: Tor Lillqvist <tml@iki.fi>
84263
 
Date:   Sun Feb 20 01:23:48 2011 +0200
 
96097
Author:     Tor Lillqvist <tml@iki.fi>
 
96098
AuthorDate: Sun Feb 20 01:23:48 2011 +0200
 
96099
Commit:     Tor Lillqvist <tml@iki.fi>
 
96100
CommitDate: Sun Feb 20 01:30:51 2011 +0200
84264
96101
 
84265
96102
    Export _glib_get_locale_dir() as it is now used in gio, too
84266
96103
 
84271
96108
 4 files changed, 7 insertions(+), 2 deletions(-)
84272
96109
 
84273
96110
commit 73af5ab4cf14d33495ba098af3b53f7d7f257256
84274
 
Author: Matthias Clasen <mclasen@redhat.com>
84275
 
Date:   Sat Feb 19 16:27:51 2011 -0500
 
96111
Author:     Matthias Clasen <mclasen@redhat.com>
 
96112
AuthorDate: Sat Feb 19 16:27:51 2011 -0500
 
96113
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96114
CommitDate: Sat Feb 19 16:27:51 2011 -0500
84276
96115
 
84277
96116
    Be more forgiving when parsing introspection xml
84278
96117
 
84284
96123
 1 file changed, 4 insertions(+)
84285
96124
 
84286
96125
commit 2c0a8ff4dcd581096dad2a6ced2409b0cdf708a6
84287
 
Author: Matthias Clasen <mclasen@redhat.com>
84288
 
Date:   Fri Feb 18 23:46:09 2011 -0500
 
96126
Author:     Matthias Clasen <mclasen@redhat.com>
 
96127
AuthorDate: Fri Feb 18 23:46:09 2011 -0500
 
96128
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96129
CommitDate: Fri Feb 18 23:46:09 2011 -0500
84289
96130
 
84290
96131
    Add a testcase for bug 637738
84291
96132
 
84294
96135
 1 file changed, 127 insertions(+)
84295
96136
 
84296
96137
commit 9dd1f75a414637e8fed50eae0577e33d6b4aab8f
84297
 
Author: Matthias Clasen <mclasen@redhat.com>
84298
 
Date:   Fri Feb 18 22:42:24 2011 -0500
 
96138
Author:     Matthias Clasen <mclasen@redhat.com>
 
96139
AuthorDate: Fri Feb 18 22:42:24 2011 -0500
 
96140
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96141
CommitDate: Fri Feb 18 22:42:24 2011 -0500
84299
96142
 
84300
96143
    Document G_VALUE_NOCOPY_CONTENTS
84301
96144
 
84306
96149
 2 files changed, 10 insertions(+), 2 deletions(-)
84307
96150
 
84308
96151
commit 2a1eed20b40c2ad4211ed0adb0d17983e5dcaec6
84309
 
Author: Matthias Clasen <mclasen@redhat.com>
84310
 
Date:   Fri Feb 18 22:35:49 2011 -0500
 
96152
Author:     Matthias Clasen <mclasen@redhat.com>
 
96153
AuthorDate: Fri Feb 18 22:35:49 2011 -0500
 
96154
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96155
CommitDate: Fri Feb 18 22:35:49 2011 -0500
84311
96156
 
84312
96157
    Expand the documentation of g_type_get_qdata()
84313
96158
 
84317
96162
 1 file changed, 4 insertions(+)
84318
96163
 
84319
96164
commit bb4d6fd1b14c7152cb0bf163f761b7d148b30b80
84320
 
Author: Matthias Clasen <mclasen@redhat.com>
84321
 
Date:   Thu Feb 17 23:30:45 2011 -0500
 
96165
Author:     Matthias Clasen <mclasen@redhat.com>
 
96166
AuthorDate: Thu Feb 17 23:30:45 2011 -0500
 
96167
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96168
CommitDate: Thu Feb 17 23:30:45 2011 -0500
84322
96169
 
84323
96170
    Updates
84324
96171
 
84326
96173
 1 file changed, 28 insertions(+)
84327
96174
 
84328
96175
commit 82388ef3cdd4d1df664a82ab9f5c8c8a9ec6dfa0
84329
 
Author: Matthias Clasen <mclasen@redhat.com>
84330
 
Date:   Thu Feb 17 23:30:29 2011 -0500
 
96176
Author:     Matthias Clasen <mclasen@redhat.com>
 
96177
AuthorDate: Thu Feb 17 23:30:29 2011 -0500
 
96178
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96179
CommitDate: Thu Feb 17 23:30:29 2011 -0500
84331
96180
 
84332
96181
    Bump micro to .2
84333
96182
 
84335
96184
 1 file changed, 1 insertion(+), 1 deletion(-)
84336
96185
 
84337
96186
commit 237df47c5f6f82021faef495afcbd2a8ad932a3c
84338
 
Author: Lin Ma <lin.ma@oracle.com>
84339
 
Date:   Thu Feb 17 14:57:37 2011 +0800
 
96187
Author:     Lin Ma <lin.ma@oracle.com>
 
96188
AuthorDate: Thu Feb 17 14:57:37 2011 +0800
 
96189
Commit:     Lin Ma <lin.ma@oracle.com>
 
96190
CommitDate: Thu Feb 17 15:07:52 2011 +0800
84340
96191
 
84341
96192
    Fixed bugster 7007407. Do not clear stat info until a node is really
84342
96193
    deleted.
84347
96198
 3 files changed, 5 insertions(+), 8 deletions(-)
84348
96199
 
84349
96200
commit 48dbfb425d684e00620ccd1fc8fe683e69d3f40a
84350
 
Author: Alexander Shopov <ash@kambanaria.org>
84351
 
Date:   Wed Feb 16 22:28:00 2011 +0200
 
96201
Author:     Alexander Shopov <ash@kambanaria.org>
 
96202
AuthorDate: Wed Feb 16 22:28:00 2011 +0200
 
96203
Commit:     Alexander Shopov <ash@kambanaria.org>
 
96204
CommitDate: Wed Feb 16 22:28:00 2011 +0200
84352
96205
 
84353
96206
    Updated Bulgarian translation
84354
96207
 
84357
96210
 1 file changed, 114 insertions(+), 114 deletions(-)
84358
96211
 
84359
96212
commit a7faf0b16ee7cb32e8e0206a5fa5b10069a79e89
84360
 
Author: Colin Walters <walters@verbum.org>
84361
 
Date:   Wed Feb 16 13:49:20 2011 -0500
 
96213
Author:     Colin Walters <walters@verbum.org>
 
96214
AuthorDate: Wed Feb 16 13:49:20 2011 -0500
 
96215
Commit:     Colin Walters <walters@verbum.org>
 
96216
CommitDate: Wed Feb 16 13:49:20 2011 -0500
84362
96217
 
84363
96218
    gdesktopappinfo: Handle g_get_prgname() being NULL
84364
96219
 
84370
96225
 1 file changed, 4 insertions(+), 3 deletions(-)
84371
96226
 
84372
96227
commit 4cda703d8e925fc34f9fc3303f96ed20765a816d
84373
 
Author: Matthias Clasen <mclasen@redhat.com>
84374
 
Date:   Wed Feb 16 01:28:27 2011 -0500
 
96228
Author:     Matthias Clasen <mclasen@redhat.com>
 
96229
AuthorDate: Wed Feb 16 01:28:27 2011 -0500
 
96230
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96231
CommitDate: Wed Feb 16 01:28:27 2011 -0500
84375
96232
 
84376
96233
    Use glibc qsort_r() for g_qsort_with_data()
84377
96234
 
84386
96243
 4 files changed, 131 insertions(+), 12 deletions(-)
84387
96244
 
84388
96245
commit 6cd08472b20004d6ef06c6063fed817fdb9bc1f5
84389
 
Author: Stef Walter <stefw@collabora.co.uk>
84390
 
Date:   Tue Feb 15 19:54:53 2011 +0100
 
96246
Author:     Stef Walter <stefw@collabora.co.uk>
 
96247
AuthorDate: Tue Feb 15 19:54:53 2011 +0100
 
96248
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96249
CommitDate: Wed Feb 16 00:21:27 2011 -0500
84391
96250
 
84392
96251
    Better documentation for g_value_dup_object().
84393
96252
 
84397
96256
 1 file changed, 2 insertions(+), 1 deletion(-)
84398
96257
 
84399
96258
commit 59cbb3a8a3171f59035b4cabebdc63f8832fffed
84400
 
Author: Damien Lespiau <damien.lespiau@intel.com>
84401
 
Date:   Thu Sep 30 17:27:19 2010 +0100
 
96259
Author:     Damien Lespiau <damien.lespiau@intel.com>
 
96260
AuthorDate: Thu Sep 30 17:27:19 2010 +0100
 
96261
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96262
CommitDate: Tue Feb 15 21:55:38 2011 -0500
84402
96263
 
84403
96264
    gtimezone: Rename shadowing variable 'time' to 'time_'
84404
96265
 
84407
96268
 1 file changed, 39 insertions(+), 39 deletions(-)
84408
96269
 
84409
96270
commit 5df049706ff10cded918b31243ee33f7b7a4e64e
84410
 
Author: Matthias Clasen <mclasen@redhat.com>
84411
 
Date:   Tue Feb 15 19:50:55 2011 -0500
 
96271
Author:     Matthias Clasen <mclasen@redhat.com>
 
96272
AuthorDate: Tue Feb 15 19:50:55 2011 -0500
 
96273
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96274
CommitDate: Tue Feb 15 19:50:55 2011 -0500
84412
96275
 
84413
96276
    Don't report standard interfaces more than once
84414
96277
 
84420
96283
 1 file changed, 29 insertions(+), 11 deletions(-)
84421
96284
 
84422
96285
commit 6f87ecc14e5286773b8b34eee443f5b61c3b03fd
84423
 
Author: Matthias Clasen <mclasen@redhat.com>
84424
 
Date:   Tue Feb 15 19:49:24 2011 -0500
 
96286
Author:     Matthias Clasen <mclasen@redhat.com>
 
96287
AuthorDate: Tue Feb 15 19:49:24 2011 -0500
 
96288
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96289
CommitDate: Tue Feb 15 19:49:24 2011 -0500
84425
96290
 
84426
96291
    Add a (currently failing) testcase
84427
96292
 
84434
96299
 1 file changed, 140 insertions(+)
84435
96300
 
84436
96301
commit 470a8dfa1ceee28929bf34662732287f2831e71c
84437
 
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
84438
 
Date:   Tue Feb 15 21:32:56 2011 +0100
 
96302
Author:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
96303
AuthorDate: Tue Feb 15 21:32:56 2011 +0100
 
96304
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
96305
CommitDate: Tue Feb 15 21:32:56 2011 +0100
84439
96306
 
84440
96307
    Updated Spanish translation
84441
96308
 
84444
96311
 1 file changed, 160 insertions(+), 178 deletions(-)
84445
96312
 
84446
96313
commit 25b2e3cbffacf8ec733e199489d5a640d390feff
84447
 
Author: Luca Ferretti <lferrett@gnome.org>
84448
 
Date:   Tue Feb 15 13:02:30 2011 +0100
 
96314
Author:     Luca Ferretti <lferrett@gnome.org>
 
96315
AuthorDate: Tue Feb 15 13:02:30 2011 +0100
 
96316
Commit:     Luca Ferretti <lferrett@gnome.org>
 
96317
CommitDate: Tue Feb 15 13:02:30 2011 +0100
84449
96318
 
84450
96319
    Updated Italian translation
84451
96320
 
84454
96323
 1 file changed, 326 insertions(+), 462 deletions(-)
84455
96324
 
84456
96325
commit f9ad7baf3122445784c1766b0475ee6519a4ad24
84457
 
Author: Matthias Clasen <mclasen@redhat.com>
84458
 
Date:   Tue Feb 15 02:27:54 2011 -0500
 
96326
Author:     Matthias Clasen <mclasen@redhat.com>
 
96327
AuthorDate: Tue Feb 15 02:27:54 2011 -0500
 
96328
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96329
CommitDate: Tue Feb 15 02:29:15 2011 -0500
84459
96330
 
84460
96331
    Fix memory leaks in the gdbus introspection parser
84461
96332
 
84470
96341
 2 files changed, 68 insertions(+), 113 deletions(-)
84471
96342
 
84472
96343
commit b21b3a01c776275197f0d31538c2c36ace8860ea
84473
 
Author: Matthias Clasen <mclasen@redhat.com>
84474
 
Date:   Tue Feb 15 00:02:42 2011 -0500
 
96344
Author:     Matthias Clasen <mclasen@redhat.com>
 
96345
AuthorDate: Tue Feb 15 00:02:42 2011 -0500
 
96346
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96347
CommitDate: Tue Feb 15 00:03:19 2011 -0500
84475
96348
 
84476
96349
    Fix bug base in array-test
84477
96350
 
84479
96352
 1 file changed, 1 insertion(+), 1 deletion(-)
84480
96353
 
84481
96354
commit a46885242b3566a7f6afa4ca5cf5d3ffcf3d977d
84482
 
Author: Matthias Clasen <mclasen@redhat.com>
84483
 
Date:   Tue Feb 15 00:02:13 2011 -0500
 
96355
Author:     Matthias Clasen <mclasen@redhat.com>
 
96356
AuthorDate: Tue Feb 15 00:02:13 2011 -0500
 
96357
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96358
CommitDate: Tue Feb 15 00:03:19 2011 -0500
84484
96359
 
84485
96360
    Add a testcase for bug 640489
84486
96361
 
84488
96363
 1 file changed, 27 insertions(+)
84489
96364
 
84490
96365
commit c2fbef4125977d0c1aa1a9859491e694c9c71b05
84491
 
Author: Ryan Lortie <desrt@desrt.ca>
84492
 
Date:   Mon Feb 14 23:21:14 2011 -0500
 
96366
Author:     Ryan Lortie <desrt@desrt.ca>
 
96367
AuthorDate: Mon Feb 14 23:21:14 2011 -0500
 
96368
Commit:     Ryan Lortie <desrt@desrt.ca>
 
96369
CommitDate: Mon Feb 14 23:23:33 2011 -0500
84493
96370
 
84494
96371
    Bug 642052 - g_timeout_add(_seconds) overflow
84495
96372
 
84499
96376
 1 file changed, 2 insertions(+), 1 deletion(-)
84500
96377
 
84501
96378
commit 10154d21f012ae4fc3d94cbdbb12ed32df4837ce
84502
 
Author: Ryan Lortie <desrt@desrt.ca>
84503
 
Date:   Mon Feb 14 23:20:38 2011 -0500
 
96379
Author:     Ryan Lortie <desrt@desrt.ca>
 
96380
AuthorDate: Mon Feb 14 23:20:38 2011 -0500
 
96381
Commit:     Ryan Lortie <desrt@desrt.ca>
 
96382
CommitDate: Mon Feb 14 23:23:33 2011 -0500
84504
96383
 
84505
96384
    Bug 642052: add currently-broken test case
84506
96385
 
84512
96391
 2 files changed, 57 insertions(+)
84513
96392
 
84514
96393
commit f1a88e7e4283cfa706382a06a0cec46e33f48ed1
84515
 
Author: Matthias Clasen <mclasen@redhat.com>
84516
 
Date:   Mon Feb 14 19:15:41 2011 -0500
 
96394
Author:     Matthias Clasen <mclasen@redhat.com>
 
96395
AuthorDate: Mon Feb 14 19:15:41 2011 -0500
 
96396
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96397
CommitDate: Mon Feb 14 19:20:44 2011 -0500
84517
96398
 
84518
96399
    More GValue conversion tests
84519
96400
 
84521
96402
 1 file changed, 30 insertions(+), 1 deletion(-)
84522
96403
 
84523
96404
commit cfe8ec429ac48302d631bea18ffc37a1ed69095b
84524
 
Author: Matthias Clasen <mclasen@redhat.com>
84525
 
Date:   Mon Feb 14 19:14:44 2011 -0500
 
96405
Author:     Matthias Clasen <mclasen@redhat.com>
 
96406
AuthorDate: Mon Feb 14 19:14:44 2011 -0500
 
96407
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96408
CommitDate: Mon Feb 14 19:20:44 2011 -0500
84526
96409
 
84527
96410
    Vary the order of unreffing dest and src
84528
96411
 
84532
96415
 1 file changed, 1 insertion(+), 1 deletion(-)
84533
96416
 
84534
96417
commit b2919e558bfb49b519eac59b657f2c7efb33241c
84535
 
Author: Matthias Clasen <mclasen@redhat.com>
84536
 
Date:   Mon Feb 14 19:13:09 2011 -0500
 
96418
Author:     Matthias Clasen <mclasen@redhat.com>
 
96419
AuthorDate: Mon Feb 14 19:13:09 2011 -0500
 
96420
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96421
CommitDate: Mon Feb 14 19:20:44 2011 -0500
84537
96422
 
84538
96423
    Add schema name in error message
84539
96424
 
84543
96428
 1 file changed, 2 insertions(+), 1 deletion(-)
84544
96429
 
84545
96430
commit a6f0249d589292ef9eabd31a7f174b327ce4d3ce
84546
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
84547
 
Date:   Mon Feb 14 07:53:06 2011 +0200
 
96431
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
96432
AuthorDate: Mon Feb 14 07:53:06 2011 +0200
 
96433
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
96434
CommitDate: Mon Feb 14 07:53:06 2011 +0200
84548
96435
 
84549
96436
    Updated Hebrew translation
84550
96437
 
84553
96440
 1 file changed, 104 insertions(+), 104 deletions(-)
84554
96441
 
84555
96442
commit 309f5f978bc1378449fea2a81f4d47e749ae7ceb
84556
 
Author: Matthias Clasen <mclasen@redhat.com>
84557
 
Date:   Sun Feb 13 23:47:42 2011 -0500
 
96443
Author:     Matthias Clasen <mclasen@redhat.com>
 
96444
AuthorDate: Sun Feb 13 23:47:42 2011 -0500
 
96445
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96446
CommitDate: Sun Feb 13 23:49:19 2011 -0500
84558
96447
 
84559
96448
    Improve test coverage
84560
96449
 
84578
96467
 14 files changed, 1376 insertions(+), 7 deletions(-)
84579
96468
 
84580
96469
commit 1e48bff207a85564297c2e7d15f72aba00048213
84581
 
Author: Matthias Clasen <mclasen@redhat.com>
84582
 
Date:   Sun Feb 13 17:37:06 2011 -0500
 
96470
Author:     Matthias Clasen <mclasen@redhat.com>
 
96471
AuthorDate: Sun Feb 13 17:37:06 2011 -0500
 
96472
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96473
CommitDate: Sun Feb 13 23:49:19 2011 -0500
84583
96474
 
84584
96475
    Cosmetic rearrangement
84585
96476
 
84588
96479
 1 file changed, 93 insertions(+), 81 deletions(-)
84589
96480
 
84590
96481
commit 498508852745d0e3b743b065d78ba560d753d24e
84591
 
Author: Matthias Clasen <mclasen@redhat.com>
84592
 
Date:   Sat Feb 12 22:23:04 2011 -0500
 
96482
Author:     Matthias Clasen <mclasen@redhat.com>
 
96483
AuthorDate: Sat Feb 12 22:23:04 2011 -0500
 
96484
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96485
CommitDate: Sun Feb 13 23:49:19 2011 -0500
84593
96486
 
84594
96487
    Fix the tm.tm_gmtoff check
84595
96488
 
84597
96490
 1 file changed, 1 insertion(+), 1 deletion(-)
84598
96491
 
84599
96492
commit 147139d968ff052a516e8b2b0fb9bb8474a5986a
84600
 
Author: Matthias Clasen <mclasen@redhat.com>
84601
 
Date:   Sat Feb 12 21:08:57 2011 -0500
 
96493
Author:     Matthias Clasen <mclasen@redhat.com>
 
96494
AuthorDate: Sat Feb 12 21:08:57 2011 -0500
 
96495
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96496
CommitDate: Sun Feb 13 23:49:18 2011 -0500
84602
96497
 
84603
96498
    Use g_assert_no_error
84604
96499
 
84609
96504
 1 file changed, 31 insertions(+), 41 deletions(-)
84610
96505
 
84611
96506
commit cf3ad6e293490a910f90637ce6cc93a02cfc8f61
84612
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
84613
 
Date:   Sun Feb 13 13:58:18 2011 +0100
 
96507
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
96508
AuthorDate: Sun Feb 13 13:58:18 2011 +0100
 
96509
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
96510
CommitDate: Sun Feb 13 13:58:18 2011 +0100
84614
96511
 
84615
96512
    Updated Galician translations
84616
96513
 
84618
96515
 1 file changed, 2 insertions(+), 2 deletions(-)
84619
96516
 
84620
96517
commit d8a1eac483f7a6c0a600b4784aff233c74b82b51
84621
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
84622
 
Date:   Sun Feb 13 13:55:47 2011 +0100
 
96518
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
96519
AuthorDate: Sun Feb 13 13:55:47 2011 +0100
 
96520
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
96521
CommitDate: Sun Feb 13 13:55:47 2011 +0100
84623
96522
 
84624
96523
    Updated Galician translations
84625
96524
 
84628
96527
 1 file changed, 60 insertions(+), 60 deletions(-)
84629
96528
 
84630
96529
commit 18c6e46fd1bc91d32d0d994235382d6e3610168d
84631
 
Author: Piotr Drąg <piotrdrag@gmail.com>
84632
 
Date:   Sun Feb 13 01:18:41 2011 +0100
 
96530
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
96531
AuthorDate: Sun Feb 13 01:18:41 2011 +0100
 
96532
Commit:     Piotr Drąg <piotrdrag@gmail.com>
 
96533
CommitDate: Sun Feb 13 01:18:41 2011 +0100
84633
96534
 
84634
96535
    Updated Polish translation
84635
96536
 
84638
96539
 1 file changed, 45 insertions(+), 46 deletions(-)
84639
96540
 
84640
96541
commit 61fec7e821c2deed09b6b77c2b92e185814a9380
84641
 
Author: Changwoo Ryu <cwryu@debian.org>
84642
 
Date:   Sun Feb 13 07:02:24 2011 +0900
 
96542
Author:     Changwoo Ryu <cwryu@debian.org>
 
96543
AuthorDate: Sun Feb 13 07:02:24 2011 +0900
 
96544
Commit:     Changwoo Ryu <cwryu@debian.org>
 
96545
CommitDate: Sun Feb 13 07:02:24 2011 +0900
84643
96546
 
84644
96547
    Update Korean translation
84645
96548
 
84648
96551
 1 file changed, 51 insertions(+), 49 deletions(-)
84649
96552
 
84650
96553
commit ef6db8f94b6c7a4a1c922631e3c5cfec32cf1353
84651
 
Author: Matthias Clasen <mclasen@redhat.com>
84652
 
Date:   Sat Feb 12 12:43:15 2011 -0500
 
96554
Author:     Matthias Clasen <mclasen@redhat.com>
 
96555
AuthorDate: Sat Feb 12 12:43:15 2011 -0500
 
96556
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96557
CommitDate: Sat Feb 12 12:45:25 2011 -0500
84653
96558
 
84654
96559
    Fix a few string mismatches in the Italian translations
84655
96560
 
84659
96564
 1 file changed, 5 insertions(+), 5 deletions(-)
84660
96565
 
84661
96566
commit c3334490c7b97ac561f7c7f1be407d17fbbb22ba
84662
 
Author: Matthias Clasen <mclasen@redhat.com>
84663
 
Date:   Sat Feb 12 12:42:18 2011 -0500
 
96567
Author:     Matthias Clasen <mclasen@redhat.com>
 
96568
AuthorDate: Sat Feb 12 12:42:18 2011 -0500
 
96569
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96570
CommitDate: Sat Feb 12 12:45:25 2011 -0500
84664
96571
 
84665
96572
    Fix some problems with message handling
84666
96573
 
84671
96578
 1 file changed, 16 insertions(+), 3 deletions(-)
84672
96579
 
84673
96580
commit a536a1f2d751c89296f63f9863f3df90d8d2dfea
84674
 
Author: Matthias Clasen <mclasen@redhat.com>
84675
 
Date:   Sat Feb 12 12:30:35 2011 -0500
 
96581
Author:     Matthias Clasen <mclasen@redhat.com>
 
96582
AuthorDate: Sat Feb 12 12:30:35 2011 -0500
 
96583
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96584
CommitDate: Sat Feb 12 12:45:25 2011 -0500
84676
96585
 
84677
96586
    Complete the translation setup for glib-compile-schemas
84678
96587
 
84680
96589
 1 file changed, 12 insertions(+)
84681
96590
 
84682
96591
commit 7efc12e0d55e582cdb689e40dbe3500c06f35196
84683
 
Author: Matthias Clasen <mclasen@redhat.com>
84684
 
Date:   Sat Feb 12 12:26:26 2011 -0500
 
96592
Author:     Matthias Clasen <mclasen@redhat.com>
 
96593
AuthorDate: Sat Feb 12 12:26:26 2011 -0500
 
96594
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96595
CommitDate: Sat Feb 12 12:45:25 2011 -0500
84685
96596
 
84686
96597
    Set up message translation for gdbus
84687
96598
 
84691
96602
 1 file changed, 21 insertions(+), 3 deletions(-)
84692
96603
 
84693
96604
commit deab10645794e8ca8fce544729710dac4a74bc03
84694
 
Author: Matthias Clasen <mclasen@redhat.com>
84695
 
Date:   Sat Feb 12 12:09:39 2011 -0500
 
96605
Author:     Matthias Clasen <mclasen@redhat.com>
 
96606
AuthorDate: Sat Feb 12 12:09:39 2011 -0500
 
96607
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96608
CommitDate: Sat Feb 12 12:45:25 2011 -0500
84696
96609
 
84697
96610
    Docs: Mention gettext setup requirements in i18n section
84698
96611
 
84700
96613
 1 file changed, 15 insertions(+), 2 deletions(-)
84701
96614
 
84702
96615
commit 562f29afdce05d63d98c8952d1d91d2f379634dc
84703
 
Author: Benjamin Otte <otte@redhat.com>
84704
 
Date:   Sat Feb 12 18:05:54 2011 +0100
 
96616
Author:     Benjamin Otte <otte@redhat.com>
 
96617
AuthorDate: Sat Feb 12 18:05:54 2011 +0100
 
96618
Commit:     Benjamin Otte <otte@redhat.com>
 
96619
CommitDate: Sat Feb 12 18:05:54 2011 +0100
84705
96620
 
84706
96621
    doc: Fix typo in previous commit
84707
96622
 
84711
96626
 1 file changed, 1 insertion(+), 1 deletion(-)
84712
96627
 
84713
96628
commit 17eea8fa60915c5711a99eebe5025eadb04c3f3f
84714
 
Author: Benjamin Otte <otte@redhat.com>
84715
 
Date:   Sat Feb 12 17:56:34 2011 +0100
 
96629
Author:     Benjamin Otte <otte@redhat.com>
 
96630
AuthorDate: Sat Feb 12 17:56:34 2011 +0100
 
96631
Commit:     Benjamin Otte <otte@redhat.com>
 
96632
CommitDate: Sat Feb 12 17:56:34 2011 +0100
84716
96633
 
84717
96634
    docs: Fix return value for g_datetime_compare()
84718
96635
 
84723
96640
 1 file changed, 2 insertions(+), 2 deletions(-)
84724
96641
 
84725
96642
commit dfeb02ee86c02a2bb665b8b8457003d56baa474d
84726
 
Author: Will Thompson <will.thompson@collabora.co.uk>
84727
 
Date:   Fri Feb 11 19:09:48 2011 +0000
 
96643
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
96644
AuthorDate: Fri Feb 11 19:09:48 2011 +0000
 
96645
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
96646
CommitDate: Fri Feb 11 19:10:18 2011 +0000
84728
96647
 
84729
96648
    GVariant: titlecase ‘Unicode’ in text format docs
84730
96649
 
84732
96651
 1 file changed, 5 insertions(+), 5 deletions(-)
84733
96652
 
84734
96653
commit c3fe071813447f837eb7a8e73906753db00bc98b
84735
 
Author: Will Thompson <will.thompson@collabora.co.uk>
84736
 
Date:   Fri Feb 11 19:07:45 2011 +0000
 
96654
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
96655
AuthorDate: Fri Feb 11 19:07:45 2011 +0000
 
96656
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
96657
CommitDate: Fri Feb 11 19:07:45 2011 +0000
84737
96658
 
84738
96659
    GVariant: Correct uint32/64 thinko in text format docs
84739
96660
 
84741
96662
 1 file changed, 1 insertion(+), 1 deletion(-)
84742
96663
 
84743
96664
commit ea4e3ea1cb7d3264cb4c84d0b257e886a2be88e8
84744
 
Author: Ryan Lortie <desrt@desrt.ca>
84745
 
Date:   Fri Feb 11 10:27:44 2011 -0500
 
96665
Author:     Ryan Lortie <desrt@desrt.ca>
 
96666
AuthorDate: Fri Feb 11 10:27:44 2011 -0500
 
96667
Commit:     Ryan Lortie <desrt@desrt.ca>
 
96668
CommitDate: Fri Feb 11 13:53:10 2011 -0500
84746
96669
 
84747
96670
    GVariant: doc the format of g_variant_parse/print
84748
96671
 
84755
96678
 5 files changed, 622 insertions(+), 1 deletion(-)
84756
96679
 
84757
96680
commit 2409c69d5b484c50b8f01ae742c339f4e511df5f
84758
 
Author: Ryan Lortie <desrt@desrt.ca>
84759
 
Date:   Fri Feb 11 10:27:44 2011 -0500
 
96681
Author:     Ryan Lortie <desrt@desrt.ca>
 
96682
AuthorDate: Fri Feb 11 10:27:44 2011 -0500
 
96683
Commit:     Ryan Lortie <desrt@desrt.ca>
 
96684
CommitDate: Fri Feb 11 10:28:55 2011 -0500
84760
96685
 
84761
96686
    Branch away from stable, bump to 2.29.0
84762
96687
 
84768
96693
 1 file changed, 8 insertions(+), 3 deletions(-)
84769
96694
 
84770
96695
commit c2d98c56092db1f7bcf79cbbbb494abfd1255b52
84771
 
Author: Will Thompson <will.thompson@collabora.co.uk>
84772
 
Date:   Fri Feb 11 15:18:02 2011 +0000
 
96696
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
96697
AuthorDate: Fri Feb 11 15:18:02 2011 +0000
 
96698
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
96699
CommitDate: Fri Feb 11 15:21:12 2011 +0000
84773
96700
 
84774
96701
    GObject: correct documentation typos
84775
96702
 
84777
96704
 1 file changed, 2 insertions(+), 2 deletions(-)
84778
96705
 
84779
96706
commit b1d02f9323d4eb157dc99e0b7a79d06a2e510500
84780
 
Author: Ryan Lortie <desrt@desrt.ca>
84781
 
Date:   Fri Feb 11 10:14:29 2011 -0500
 
96707
Author:     Ryan Lortie <desrt@desrt.ca>
 
96708
AuthorDate: Fri Feb 11 10:14:29 2011 -0500
 
96709
Commit:     Ryan Lortie <desrt@desrt.ca>
 
96710
CommitDate: Fri Feb 11 10:14:29 2011 -0500
84782
96711
 
84783
96712
    GVariant: support NULL for empty arrays in varargs
84784
96713
 
84799
96728
 3 files changed, 55 insertions(+), 18 deletions(-)
84800
96729
 
84801
96730
commit d25dca2d74cddd66644890760f4d56e619528e14
84802
 
Author: Runa Bhattacharjee <runab@redhat.com>
84803
 
Date:   Fri Feb 11 19:01:05 2011 +0530
 
96731
Author:     Runa Bhattacharjee <runab@redhat.com>
 
96732
AuthorDate: Fri Feb 11 19:01:05 2011 +0530
 
96733
Commit:     Runa Bhattacharjee <runab@redhat.com>
 
96734
CommitDate: Fri Feb 11 19:01:05 2011 +0530
84804
96735
 
84805
96736
    Updated Bengali India Translation
84806
96737
 
84809
96740
 1 file changed, 1536 insertions(+), 740 deletions(-)
84810
96741
 
84811
96742
commit 4196dfbc4a764a2342c1107bcd9339210c0ee332
84812
 
Author: Colin Walters <walters@verbum.org>
84813
 
Date:   Thu Feb 10 23:42:34 2011 -0500
 
96743
Author:     Colin Walters <walters@verbum.org>
 
96744
AuthorDate: Thu Feb 10 23:42:34 2011 -0500
 
96745
Commit:     Colin Walters <walters@verbum.org>
 
96746
CommitDate: Thu Feb 10 23:42:34 2011 -0500
84814
96747
 
84815
96748
    gsettings: Minor typo in previous commit
84816
96749
 
84818
96751
 1 file changed, 2 insertions(+), 2 deletions(-)
84819
96752
 
84820
96753
commit 0f8d1933ad59d83bebe7e4f9d115fec71f915688
84821
 
Author: Ryan Lortie <desrt@desrt.ca>
84822
 
Date:   Wed Feb 9 11:55:35 2011 -0500
 
96754
Author:     Ryan Lortie <desrt@desrt.ca>
 
96755
AuthorDate: Wed Feb 9 11:55:35 2011 -0500
 
96756
Commit:     Ryan Lortie <desrt@desrt.ca>
 
96757
CommitDate: Wed Feb 9 11:55:35 2011 -0500
84823
96758
 
84824
96759
    GSettings: add paragraph with performance notes
84825
96760
 
84831
96766
 1 file changed, 17 insertions(+)
84832
96767
 
84833
96768
commit 214d1bdd20c940be1e1cd38e071a3898c19aa3f7
84834
 
Author: Matthias Clasen <mclasen@redhat.com>
84835
 
Date:   Tue Feb 8 13:21:37 2011 -0500
 
96769
Author:     Matthias Clasen <mclasen@redhat.com>
 
96770
AuthorDate: Tue Feb 8 13:21:37 2011 -0500
 
96771
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96772
CommitDate: Tue Feb 8 13:21:37 2011 -0500
84836
96773
 
84837
96774
    Bump version
84838
96775
 
84840
96777
 1 file changed, 2 insertions(+), 2 deletions(-)
84841
96778
 
84842
96779
commit 939d5131dd7c0fad6204aa976139a3bb730e1a07
84843
 
Author: Piotr Drąg <piotrdrag@gmail.com>
84844
 
Date:   Tue Feb 8 18:22:44 2011 +0100
 
96780
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
96781
AuthorDate: Tue Feb 8 18:22:44 2011 +0100
 
96782
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
96783
CommitDate: Tue Feb 8 18:22:44 2011 +0100
84845
96784
 
84846
96785
    Updated Polish translation
84847
96786
 
84850
96789
 1 file changed, 1203 insertions(+), 967 deletions(-)
84851
96790
 
84852
96791
commit a6caaebea7261601fb4f9f57bb8aeadf38e5e499
84853
 
Author: Matthias Clasen <mclasen@redhat.com>
84854
 
Date:   Tue Feb 8 10:05:00 2011 -0500
 
96792
Author:     Matthias Clasen <mclasen@redhat.com>
 
96793
AuthorDate: Tue Feb 8 10:05:00 2011 -0500
 
96794
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96795
CommitDate: Tue Feb 8 10:05:00 2011 -0500
84855
96796
 
84856
96797
    Document new API
84857
96798
 
84860
96801
 2 files changed, 26 insertions(+)
84861
96802
 
84862
96803
commit 78dcafc5cb2b8c05fed719ed1add0849f9938595
84863
 
Author: Matthias Clasen <mclasen@redhat.com>
84864
 
Date:   Tue Feb 8 10:04:36 2011 -0500
 
96804
Author:     Matthias Clasen <mclasen@redhat.com>
 
96805
AuthorDate: Tue Feb 8 10:04:36 2011 -0500
 
96806
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96807
CommitDate: Tue Feb 8 10:04:36 2011 -0500
84865
96808
 
84866
96809
    Fix some parameter mismatches in GVariant docs
84867
96810
 
84870
96813
 2 files changed, 11 insertions(+), 11 deletions(-)
84871
96814
 
84872
96815
commit 4368a07e02b7008b3ab7c56b7637f7bbec505ea5
84873
 
Author: Matthias Clasen <mclasen@redhat.com>
84874
 
Date:   Tue Feb 8 07:41:49 2011 -0500
 
96816
Author:     Matthias Clasen <mclasen@redhat.com>
 
96817
AuthorDate: Tue Feb 8 07:41:49 2011 -0500
 
96818
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96819
CommitDate: Tue Feb 8 07:41:49 2011 -0500
84875
96820
 
84876
96821
    Avoid more compiler warnings
84877
96822
 
84880
96825
 2 files changed, 7 insertions(+), 7 deletions(-)
84881
96826
 
84882
96827
commit 8d572f5d22c07580936067e91e669220cfc801cc
84883
 
Author: Matthias Clasen <mclasen@redhat.com>
84884
 
Date:   Tue Feb 8 07:35:54 2011 -0500
 
96828
Author:     Matthias Clasen <mclasen@redhat.com>
 
96829
AuthorDate: Tue Feb 8 07:35:54 2011 -0500
 
96830
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96831
CommitDate: Tue Feb 8 07:35:54 2011 -0500
84885
96832
 
84886
96833
    g_date_time_format: drop an unused variable
84887
96834
 
84889
96836
 1 file changed, 1 insertion(+), 3 deletions(-)
84890
96837
 
84891
96838
commit ab2112a77b16cb36785088bb5975ef62f075102a
84892
 
Author: Matthias Clasen <mclasen@redhat.com>
84893
 
Date:   Tue Feb 8 07:33:02 2011 -0500
 
96839
Author:     Matthias Clasen <mclasen@redhat.com>
 
96840
AuthorDate: Tue Feb 8 07:33:02 2011 -0500
 
96841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96842
CommitDate: Tue Feb 8 07:33:02 2011 -0500
84894
96843
 
84895
96844
    Add release note about GApplication
84896
96845
 
84898
96847
 1 file changed, 12 insertions(+)
84899
96848
 
84900
96849
commit f93d2f1b0898d6f7fde696ab42a86c63a71ec4d5
84901
 
Author: Matthias Clasen <mclasen@redhat.com>
84902
 
Date:   Tue Feb 8 00:00:08 2011 -0500
 
96850
Author:     Matthias Clasen <mclasen@redhat.com>
 
96851
AuthorDate: Tue Feb 8 00:00:08 2011 -0500
 
96852
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96853
CommitDate: Tue Feb 8 00:00:08 2011 -0500
84903
96854
 
84904
96855
    Update NEWS
84905
96856
 
84907
96858
 1 file changed, 18 insertions(+)
84908
96859
 
84909
96860
commit 7839c46897d730d9db5eff2c7a7a9f18876370df
84910
 
Author: Matthias Clasen <mclasen@redhat.com>
84911
 
Date:   Mon Feb 7 23:53:29 2011 -0500
 
96861
Author:     Matthias Clasen <mclasen@redhat.com>
 
96862
AuthorDate: Mon Feb 7 23:53:29 2011 -0500
 
96863
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96864
CommitDate: Mon Feb 7 23:53:29 2011 -0500
84912
96865
 
84913
96866
    Bump version to 2.28.0
84914
96867
 
84916
96869
 1 file changed, 2 insertions(+), 2 deletions(-)
84917
96870
 
84918
96871
commit 126beeee3338c94de9d01b9e99b99e8413282045
84919
 
Author: Matthias Clasen <mclasen@redhat.com>
84920
 
Date:   Mon Feb 7 23:46:02 2011 -0500
 
96872
Author:     Matthias Clasen <mclasen@redhat.com>
 
96873
AuthorDate: Mon Feb 7 23:46:02 2011 -0500
 
96874
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96875
CommitDate: Mon Feb 7 23:46:02 2011 -0500
84921
96876
 
84922
96877
    Fix a typo
84923
96878
 
84925
96880
 1 file changed, 2 insertions(+), 2 deletions(-)
84926
96881
 
84927
96882
commit d43b2d52b4129bf3eb36af6083063cba8f40cbed
84928
 
Author: Michal Hruby <michal.mhr@gmail.com>
84929
 
Date:   Mon Feb 7 21:25:33 2011 +0100
 
96883
Author:     Michal Hruby <michal.mhr@gmail.com>
 
96884
AuthorDate: Mon Feb 7 21:25:33 2011 +0100
 
96885
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96886
CommitDate: Mon Feb 7 23:39:07 2011 -0500
84930
96887
 
84931
96888
    Add more data about origin application to the "Launched" signal.
84932
96889
 
84938
96895
 1 file changed, 13 insertions(+)
84939
96896
 
84940
96897
commit d6954c785d635be875b896ac9f4812e400b39455
84941
 
Author: Colin Walters <walters@verbum.org>
84942
 
Date:   Fri Feb 4 15:37:51 2011 -0500
 
96898
Author:     Colin Walters <walters@verbum.org>
 
96899
AuthorDate: Fri Feb 4 15:37:51 2011 -0500
 
96900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96901
CommitDate: Mon Feb 7 23:37:14 2011 -0500
84943
96902
 
84944
96903
    gdesktopappinfo: Asynchronously flush after sending notification
84945
96904
 
84953
96912
 1 file changed, 8 insertions(+), 1 deletion(-)
84954
96913
 
84955
96914
commit 626f197ee328c9b8ce11439e99b66fef14c5f9da
84956
 
Author: Matthias Clasen <mclasen@redhat.com>
84957
 
Date:   Mon Feb 7 23:35:21 2011 -0500
 
96915
Author:     Matthias Clasen <mclasen@redhat.com>
 
96916
AuthorDate: Mon Feb 7 23:35:21 2011 -0500
 
96917
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96918
CommitDate: Mon Feb 7 23:35:21 2011 -0500
84958
96919
 
84959
96920
    Clarify GInitable docs
84960
96921
 
84966
96927
 1 file changed, 2 insertions(+), 1 deletion(-)
84967
96928
 
84968
96929
commit 761fc9a8e722baf6175eb33a6ffb7deacc504c20
84969
 
Author: Matthias Clasen <mclasen@redhat.com>
84970
 
Date:   Mon Feb 7 23:30:56 2011 -0500
 
96930
Author:     Matthias Clasen <mclasen@redhat.com>
 
96931
AuthorDate: Mon Feb 7 23:30:56 2011 -0500
 
96932
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96933
CommitDate: Mon Feb 7 23:30:56 2011 -0500
84971
96934
 
84972
96935
    Append .exe to glib-compile-schemas in .pc file
84973
96936
 
84979
96942
 1 file changed, 1 insertion(+), 1 deletion(-)
84980
96943
 
84981
96944
commit fb2d30b9ffc3d698cc38a5c16d1a136f1439dbb0
84982
 
Author: Matthias Clasen <mclasen@redhat.com>
84983
 
Date:   Mon Feb 7 23:28:26 2011 -0500
 
96945
Author:     Matthias Clasen <mclasen@redhat.com>
 
96946
AuthorDate: Mon Feb 7 23:28:26 2011 -0500
 
96947
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96948
CommitDate: Mon Feb 7 23:28:26 2011 -0500
84984
96949
 
84985
96950
    Change the id of the gsettings section
84986
96951
 
84992
96957
 1 file changed, 1 insertion(+), 1 deletion(-)
84993
96958
 
84994
96959
commit 25ab13fd3c834a022175a5c8a6cc85fbb090968a
84995
 
Author: Matthias Clasen <mclasen@redhat.com>
84996
 
Date:   Mon Feb 7 23:27:19 2011 -0500
 
96960
Author:     Matthias Clasen <mclasen@redhat.com>
 
96961
AuthorDate: Mon Feb 7 23:27:19 2011 -0500
 
96962
Commit:     Matthias Clasen <mclasen@redhat.com>
 
96963
CommitDate: Mon Feb 7 23:27:19 2011 -0500
84997
96964
 
84998
96965
    Don't use -w in shebang line
84999
96966
 
85005
96972
 1 file changed, 2 insertions(+), 1 deletion(-)
85006
96973
 
85007
96974
commit a0554a9f76f70589506e2aa98cb387fcd10ef184
85008
 
Author: Javier Jardón <jjardon@gnome.org>
85009
 
Date:   Tue Feb 8 01:04:20 2011 +0000
 
96975
Author:     Javier Jardón <jjardon@gnome.org>
 
96976
AuthorDate: Tue Feb 8 01:04:20 2011 +0000
 
96977
Commit:     Javier Jardón <jjardon@gnome.org>
 
96978
CommitDate: Tue Feb 8 02:27:44 2011 +0000
85010
96979
 
85011
96980
    docs: Document Since properly, 2.26 -> 2.28
85012
96981
 
85019
96988
 6 files changed, 8 insertions(+), 8 deletions(-)
85020
96989
 
85021
96990
commit db12eb5ca47247a5e580d2db2dc1942a7f4971f0
85022
 
Author: Rui Matos <tiagomatos@gmail.com>
85023
 
Date:   Mon Feb 7 22:53:29 2011 +0000
 
96991
Author:     Rui Matos <tiagomatos@gmail.com>
 
96992
AuthorDate: Mon Feb 7 22:53:29 2011 +0000
 
96993
Commit:     Javier Jardón <jjardon@gnome.org>
 
96994
CommitDate: Tue Feb 8 01:00:04 2011 +0000
85024
96995
 
85025
96996
    GApplication: document Since properly in header files, 2.26 -> 2.28
85026
96997
 
85031
97002
 2 files changed, 4 insertions(+), 4 deletions(-)
85032
97003
 
85033
97004
commit 3812559659e645be223e34f12040c2d58fdc875c
85034
 
Author: Ryan Lortie <desrt@desrt.ca>
85035
 
Date:   Thu Feb 3 17:26:51 2011 -0500
 
97005
Author:     Ryan Lortie <desrt@desrt.ca>
 
97006
AuthorDate: Thu Feb 3 17:26:51 2011 -0500
 
97007
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97008
CommitDate: Thu Feb 3 17:26:51 2011 -0500
85036
97009
 
85037
97010
    Remove unused variable in gvdb-reader
85038
97011
 
85044
97017
 1 file changed, 2 deletions(-)
85045
97018
 
85046
97019
commit 9823ff1d203166f33302dce2a26e1dee86c4d569
85047
 
Author: Johan Dahlin <johan@gnome.org>
85048
 
Date:   Tue Feb 1 17:27:04 2011 -0200
 
97020
Author:     Johan Dahlin <johan@gnome.org>
 
97021
AuthorDate: Tue Feb 1 17:27:04 2011 -0200
 
97022
Commit:     Johan Dahlin <jdahlin@litl.com>
 
97023
CommitDate: Wed Feb 2 13:09:22 2011 -0200
85049
97024
 
85050
97025
    Use ; instead of: to not confuse g-ir-scanner
85051
97026
 
85053
97028
 1 file changed, 1 insertion(+), 1 deletion(-)
85054
97029
 
85055
97030
commit 59973526ea8b9883bf78567c88deaef9b3da9b2c
85056
 
Author: Changwoo Ryu <cwryu@debian.org>
85057
 
Date:   Wed Feb 2 21:59:38 2011 +0900
 
97031
Author:     Changwoo Ryu <cwryu@debian.org>
 
97032
AuthorDate: Wed Feb 2 21:59:38 2011 +0900
 
97033
Commit:     Changwoo Ryu <cwryu@debian.org>
 
97034
CommitDate: Wed Feb 2 21:59:38 2011 +0900
85058
97035
 
85059
97036
    Updated Korean translation
85060
97037
 
85063
97040
 1 file changed, 1742 insertions(+), 966 deletions(-)
85064
97041
 
85065
97042
commit fdaaa22b58b20c285bc0c328cd6a97bb6c0f0258
85066
 
Author: Johan Dahlin <johan@gnome.org>
85067
 
Date:   Tue Feb 1 16:17:23 2011 -0200
 
97043
Author:     Johan Dahlin <johan@gnome.org>
 
97044
AuthorDate: Tue Feb 1 16:17:23 2011 -0200
 
97045
Commit:     Johan Dahlin <jdahlin@litl.com>
 
97046
CommitDate: Tue Feb 1 16:18:02 2011 -0200
85068
97047
 
85069
97048
    Correct gtk-doc SECTION: syntax
85070
97049
 
85110
97089
 36 files changed, 41 insertions(+), 41 deletions(-)
85111
97090
 
85112
97091
commit ad1f882a1c8b4a20daba877d3504280e512b104e
85113
 
Author: Javier Jardón <javier.jardon@codethink.co.uk>
85114
 
Date:   Tue Feb 1 13:15:55 2011 +0000
 
97092
Author:     Javier Jardón <javier.jardon@codethink.co.uk>
 
97093
AuthorDate: Tue Feb 1 13:15:55 2011 +0000
 
97094
Commit:     Javier Jardón <javier.jardon@codethink.co.uk>
 
97095
CommitDate: Tue Feb 1 13:20:33 2011 +0000
85115
97096
 
85116
97097
    docs: Remove some unneeded template files
85117
97098
 
85126
97107
 4 files changed, 3 insertions(+), 791 deletions(-)
85127
97108
 
85128
97109
commit 9f8798170dba82b8d46de02ab46105cf61b41f87
85129
 
Author: Ryan Lortie <desrt@desrt.ca>
85130
 
Date:   Mon Jan 31 13:19:59 2011 -0500
 
97110
Author:     Ryan Lortie <desrt@desrt.ca>
 
97111
AuthorDate: Mon Jan 31 13:19:59 2011 -0500
 
97112
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97113
CommitDate: Mon Jan 31 13:19:59 2011 -0500
85131
97114
 
85132
97115
    GApplication: add notes about GDBus architecture
85133
97116
 
85148
97131
 1 file changed, 24 insertions(+), 1 deletion(-)
85149
97132
 
85150
97133
commit 401a4233e492e3a2f83e86300b0004d524280e87
85151
 
Author: Ignacio Casal Quinteiro <icq@gnome.org>
85152
 
Date:   Mon Jan 31 13:34:26 2011 +0100
 
97134
Author:     Ignacio Casal Quinteiro <icq@gnome.org>
 
97135
AuthorDate: Mon Jan 31 13:34:26 2011 +0100
 
97136
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
97137
CommitDate: Mon Jan 31 13:34:26 2011 +0100
85153
97138
 
85154
97139
    Check that error exists before trying to set it. Fixes bug #640975.
85155
97140
 
85157
97142
 1 file changed, 8 insertions(+), 7 deletions(-)
85158
97143
 
85159
97144
commit 72a8282231c9a56c93b08c04561e77f730047998
85160
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
85161
 
Date:   Sun Jan 30 03:31:06 2011 +0100
 
97145
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
97146
AuthorDate: Sun Jan 30 03:31:06 2011 +0100
 
97147
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
97148
CommitDate: Sun Jan 30 03:31:06 2011 +0100
85162
97149
 
85163
97150
    Updated Galician translations
85164
97151
 
85167
97154
 1 file changed, 159 insertions(+), 155 deletions(-)
85168
97155
 
85169
97156
commit 49428369a71f560fe2f4a4c33ba3ebf0a3765761
85170
 
Author: Luca Ferretti <lferrett@gnome.org>
85171
 
Date:   Sat Jan 29 14:00:25 2011 +0100
 
97157
Author:     Luca Ferretti <lferrett@gnome.org>
 
97158
AuthorDate: Sat Jan 29 14:00:25 2011 +0100
 
97159
Commit:     Luca Ferretti <lferrett@gnome.org>
 
97160
CommitDate: Sat Jan 29 14:00:25 2011 +0100
85172
97161
 
85173
97162
    Updated Italian translation
85174
97163
 
85177
97166
 1 file changed, 539 insertions(+), 344 deletions(-)
85178
97167
 
85179
97168
commit 5d9f5cdc5a9d45b80e728b2609966af1d5f70c52
85180
 
Author: A S Alam <aalam@users.sf.net>
85181
 
Date:   Sat Jan 29 07:54:24 2011 +0530
 
97169
Author:     A S Alam <aalam@users.sf.net>
 
97170
AuthorDate: Sat Jan 29 07:54:24 2011 +0530
 
97171
Commit:     A S Alam <aalam@users.sf.net>
 
97172
CommitDate: Sat Jan 29 07:54:24 2011 +0530
85182
97173
 
85183
97174
    update Punjabi Translation by A S Alam
85184
97175
 
85187
97178
 1 file changed, 550 insertions(+), 447 deletions(-)
85188
97179
 
85189
97180
commit 75098c297c46945af7c9cf9224951495a82f04a6
85190
 
Author: Matthias Clasen <mclasen@redhat.com>
85191
 
Date:   Fri Jan 28 23:47:36 2011 -0500
 
97181
Author:     Matthias Clasen <mclasen@redhat.com>
 
97182
AuthorDate: Fri Jan 28 23:47:36 2011 -0500
 
97183
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97184
CommitDate: Fri Jan 28 23:47:36 2011 -0500
85192
97185
 
85193
97186
    Bump version
85194
97187
 
85196
97189
 1 file changed, 1 insertion(+), 1 deletion(-)
85197
97190
 
85198
97191
commit 83661af46a23a046a87f8d3e4464f5a70676a839
85199
 
Author: Matthias Clasen <mclasen@redhat.com>
85200
 
Date:   Fri Jan 28 21:09:52 2011 -0500
 
97192
Author:     Matthias Clasen <mclasen@redhat.com>
 
97193
AuthorDate: Fri Jan 28 21:09:52 2011 -0500
 
97194
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97195
CommitDate: Fri Jan 28 21:09:52 2011 -0500
85201
97196
 
85202
97197
    Enable silent rules by default
85203
97198
 
85205
97200
 1 file changed, 3 insertions(+), 3 deletions(-)
85206
97201
 
85207
97202
commit 2b6064760796e01d40fc41a605ba65826196f67a
85208
 
Author: Matthias Clasen <mclasen@redhat.com>
85209
 
Date:   Fri Jan 28 21:06:03 2011 -0500
 
97203
Author:     Matthias Clasen <mclasen@redhat.com>
 
97204
AuthorDate: Fri Jan 28 21:06:03 2011 -0500
 
97205
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97206
CommitDate: Fri Jan 28 21:06:03 2011 -0500
85210
97207
 
85211
97208
    Update NEWS
85212
97209
 
85214
97211
 1 file changed, 24 insertions(+)
85215
97212
 
85216
97213
commit a33aaad00c5e0ce135e34a3280f2560546fe7738
85217
 
Author: Matthias Clasen <mclasen@redhat.com>
85218
 
Date:   Fri Jan 28 20:50:43 2011 -0500
 
97214
Author:     Matthias Clasen <mclasen@redhat.com>
 
97215
AuthorDate: Fri Jan 28 20:50:43 2011 -0500
 
97216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97217
CommitDate: Fri Jan 28 20:50:43 2011 -0500
85219
97218
 
85220
97219
    Fix GIO build on Solaris
85221
97220
 
85229
97228
 2 files changed, 4 insertions(+), 1 deletion(-)
85230
97229
 
85231
97230
commit 6fe2f5f11b5dee144658e25c2b152fa2f0edd7eb
85232
 
Author: Matthias Clasen <mclasen@redhat.com>
85233
 
Date:   Fri Jan 28 12:26:23 2011 -0500
 
97231
Author:     Matthias Clasen <mclasen@redhat.com>
 
97232
AuthorDate: Fri Jan 28 12:26:23 2011 -0500
 
97233
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97234
CommitDate: Fri Jan 28 12:26:23 2011 -0500
85234
97235
 
85235
97236
    Prevent unused variable warnings from G_DEFINE_DYNAMIC_TYPE
85236
97237
 
85238
97239
 1 file changed, 1 insertion(+), 1 deletion(-)
85239
97240
 
85240
97241
commit 3c59c38404894b09f1f67add89f7fbbbcb4f4ace
85241
 
Author: Dan Winship <danw@gnome.org>
85242
 
Date:   Fri Jan 28 10:17:54 2011 -0500
 
97242
Author:     Dan Winship <danw@gnome.org>
 
97243
AuthorDate: Fri Jan 28 10:17:54 2011 -0500
 
97244
Commit:     Dan Winship <danw@gnome.org>
 
97245
CommitDate: Fri Jan 28 10:18:42 2011 -0500
85243
97246
 
85244
97247
    Fix g_source_add_child_source docs
85245
97248
 
85249
97252
 1 file changed, 2 insertions(+), 2 deletions(-)
85250
97253
 
85251
97254
commit d4209c1c415766c8735eb08500cd7de450c7c09a
85252
 
Author: Ryan Lortie <desrt@desrt.ca>
85253
 
Date:   Fri Jan 28 08:23:11 2011 -0500
 
97255
Author:     Ryan Lortie <desrt@desrt.ca>
 
97256
AuthorDate: Fri Jan 28 08:23:11 2011 -0500
 
97257
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97258
CommitDate: Fri Jan 28 08:25:05 2011 -0500
85254
97259
 
85255
97260
    GVariant: clear memory before releasing it
85256
97261
 
85264
97269
 1 file changed, 1 insertion(+)
85265
97270
 
85266
97271
commit 8602a3a68212b54773f31e57bbe48189dacfcfd3
85267
 
Author: Tobias Mueller <tobiasmue@gnome.org>
85268
 
Date:   Thu Jan 27 15:14:31 2011 +0100
 
97272
Author:     Tobias Mueller <tobiasmue@gnome.org>
 
97273
AuthorDate: Thu Jan 27 15:14:31 2011 +0100
 
97274
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97275
CommitDate: Thu Jan 27 23:10:02 2011 -0500
85269
97276
 
85270
97277
    Fixed format string issue in a test, fixes bug 640725
85271
97278
 
85273
97280
 1 file changed, 1 insertion(+), 1 deletion(-)
85274
97281
 
85275
97282
commit 069daa69f62c89c7957f22d3b5ccbe0420e51e8b
85276
 
Author: Matthias Clasen <mclasen@redhat.com>
85277
 
Date:   Thu Jan 27 23:07:53 2011 -0500
 
97283
Author:     Matthias Clasen <mclasen@redhat.com>
 
97284
AuthorDate: Thu Jan 27 23:07:53 2011 -0500
 
97285
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97286
CommitDate: Thu Jan 27 23:07:53 2011 -0500
85278
97287
 
85279
97288
    Add testcase for bug 640695
85280
97289
 
85285
97294
 3 files changed, 130 insertions(+), 1 deletion(-)
85286
97295
 
85287
97296
commit 440e6f4a61e27ee95994cd6a57c9d977a4376755
85288
 
Author: Benjamin Gilbert <bgilbert@backtick.net>
85289
 
Date:   Thu Jan 27 02:04:00 2011 -0500
 
97297
Author:     Benjamin Gilbert <bgilbert@backtick.net>
 
97298
AuthorDate: Thu Jan 27 02:04:00 2011 -0500
 
97299
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97300
CommitDate: Thu Jan 27 23:06:15 2011 -0500
85290
97301
 
85291
97302
    Ensure g_key_file_load_from_file() strips a \r on a 4 KB boundary
85292
97303
 
85310
97321
 1 file changed, 3 insertions(+), 1 deletion(-)
85311
97322
 
85312
97323
commit e644b29190aaec2cb2239d2541144e313e293020
85313
 
Author: Matthias Clasen <mclasen@redhat.com>
85314
 
Date:   Thu Jan 27 22:54:32 2011 -0500
 
97324
Author:     Matthias Clasen <mclasen@redhat.com>
 
97325
AuthorDate: Thu Jan 27 22:54:32 2011 -0500
 
97326
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97327
CommitDate: Thu Jan 27 22:54:32 2011 -0500
85315
97328
 
85316
97329
    Use g_set_error_literal where appropriate
85317
97330
 
85320
97333
 2 files changed, 4 insertions(+), 4 deletions(-)
85321
97334
 
85322
97335
commit cc5578fbd73ac3845daaa098601640a41cc8586a
85323
 
Author: Matthias Clasen <mclasen@redhat.com>
85324
 
Date:   Thu Jan 27 21:57:57 2011 -0500
 
97336
Author:     Matthias Clasen <mclasen@redhat.com>
 
97337
AuthorDate: Thu Jan 27 21:57:57 2011 -0500
 
97338
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97339
CommitDate: Thu Jan 27 21:57:57 2011 -0500
85325
97340
 
85326
97341
    Make load_user_special_dirs() resistant to nonexistent dirs
85327
97342
 
85329
97344
 1 file changed, 18 insertions(+), 8 deletions(-)
85330
97345
 
85331
97346
commit 4f8a4f171ec3ad2d922ab890ac875dae4a1c49b8
85332
 
Author: Matthias Clasen <mclasen@redhat.com>
85333
 
Date:   Thu Jan 27 20:31:14 2011 -0500
 
97347
Author:     Matthias Clasen <mclasen@redhat.com>
 
97348
AuthorDate: Thu Jan 27 20:31:14 2011 -0500
 
97349
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97350
CommitDate: Thu Jan 27 20:31:14 2011 -0500
85334
97351
 
85335
97352
    Remove redundant definitions
85336
97353
 
85340
97357
 1 file changed, 7 deletions(-)
85341
97358
 
85342
97359
commit 4a8d9b68e38c8b2d09e426eb009ca6fadff5af86
85343
 
Author: Matthias Clasen <mclasen@redhat.com>
85344
 
Date:   Thu Jan 27 20:29:22 2011 -0500
 
97360
Author:     Matthias Clasen <mclasen@redhat.com>
 
97361
AuthorDate: Thu Jan 27 20:29:22 2011 -0500
 
97362
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97363
CommitDate: Thu Jan 27 20:29:22 2011 -0500
85345
97364
 
85346
97365
    Fail in a clean way if schema name is missing
85347
97366
 
85352
97371
 
85353
97372
commit d8ca6404229e5b64d2bf2e1a3660ad9fe7feefdd
85354
97373
Merge: 73410f1 03b6b9f
85355
 
Author: Ryan Lortie <desrt@desrt.ca>
85356
 
Date:   Thu Jan 27 11:45:04 2011 -0500
 
97374
Author:     Ryan Lortie <desrt@desrt.ca>
 
97375
AuthorDate: Thu Jan 27 11:45:04 2011 -0500
 
97376
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97377
CommitDate: Thu Jan 27 11:45:04 2011 -0500
85357
97378
 
85358
97379
    Merge remote branch 'gvdb/master'
85359
97380
 
85360
97381
commit 73410f1176c276e244c172fd36037ada8db12a3d
85361
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
85362
 
Date:   Thu Jan 27 18:51:55 2011 +0800
 
97382
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
97383
AuthorDate: Thu Jan 27 18:51:55 2011 +0800
 
97384
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
97385
CommitDate: Thu Jan 27 18:51:55 2011 +0800
85363
97386
 
85364
97387
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
85365
97388
 
85370
97393
 2 files changed, 620 insertions(+), 588 deletions(-)
85371
97394
 
85372
97395
commit bdbfbd5ea314cf90168db3737ef64d5399ecd591
85373
 
Author: Kjartan Maraas <kmaraas@gnome.org>
85374
 
Date:   Thu Jan 27 11:13:12 2011 +0100
 
97396
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
97397
AuthorDate: Thu Jan 27 11:13:12 2011 +0100
 
97398
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
97399
CommitDate: Thu Jan 27 11:13:12 2011 +0100
85375
97400
 
85376
97401
    Updated Norwegian bokmål translation.
85377
97402
 
85380
97405
 1 file changed, 314 insertions(+), 283 deletions(-)
85381
97406
 
85382
97407
commit cddf27de94be3fa3f0ec7b52640c52b2e5479064
85383
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
85384
 
Date:   Thu Jan 27 00:37:03 2011 +0100
 
97408
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
97409
AuthorDate: Thu Jan 27 00:37:03 2011 +0100
 
97410
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
97411
CommitDate: Thu Jan 27 00:37:29 2011 +0100
85385
97412
 
85386
97413
    QA of Galician translations
85387
97414
 
85390
97417
 1 file changed, 103 insertions(+), 95 deletions(-)
85391
97418
 
85392
97419
commit 03b6b9fb9775387c3ec5eedb9e5d2152d6468147
85393
 
Author: Ryan Lortie <desrt@desrt.ca>
85394
 
Date:   Tue Jan 25 18:26:21 2011 -0500
 
97420
Author:     Ryan Lortie <desrt@desrt.ca>
 
97421
AuthorDate: Tue Jan 25 18:26:21 2011 -0500
 
97422
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97423
CommitDate: Tue Jan 25 18:26:21 2011 -0500
85395
97424
 
85396
97425
    Mark a symbol as G_GNUC_INTERNAL
85397
97426
 
85399
97428
 1 file changed, 1 insertion(+)
85400
97429
 
85401
97430
commit 1e5916ffae7bfaf041df454677562aec4557e21c
85402
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
85403
 
Date:   Sun Jan 23 02:44:15 2011 +0200
 
97431
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
97432
AuthorDate: Sun Jan 23 02:44:15 2011 +0200
 
97433
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
97434
CommitDate: Sun Jan 23 02:44:15 2011 +0200
85404
97435
 
85405
97436
    Updated Hebrew translation.
85406
97437
 
85409
97440
 1 file changed, 232 insertions(+), 216 deletions(-)
85410
97441
 
85411
97442
commit 816e6541d6680028a19865e68db0aa0cafc20f8c
85412
 
Author: Alexander Shopov <ash@kambanaria.org>
85413
 
Date:   Sat Jan 22 22:43:52 2011 +0200
 
97443
Author:     Alexander Shopov <ash@kambanaria.org>
 
97444
AuthorDate: Sat Jan 22 22:43:52 2011 +0200
 
97445
Commit:     Alexander Shopov <ash@kambanaria.org>
 
97446
CommitDate: Sat Jan 22 22:49:35 2011 +0200
85414
97447
 
85415
97448
    Updated Bulgarian translation
85416
97449
 
85419
97452
 1 file changed, 577 insertions(+), 443 deletions(-)
85420
97453
 
85421
97454
commit 59fd6f184a5ccd2002a0043bbe13c06cb59515fd
85422
 
Author: Jorge González <jorgegonz@svn.gnome.org>
85423
 
Date:   Sat Jan 22 16:50:48 2011 +0100
 
97455
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
97456
AuthorDate: Sat Jan 22 16:50:48 2011 +0100
 
97457
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
97458
CommitDate: Sat Jan 22 16:50:48 2011 +0100
85424
97459
 
85425
97460
    Updated Spanish translation
85426
97461
 
85429
97464
 1 file changed, 308 insertions(+), 274 deletions(-)
85430
97465
 
85431
97466
commit 9f0c592b9c5f9ac57d3454f02ffa92e98001ceaf
85432
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
85433
 
Date:   Sat Jan 22 15:36:13 2011 +0000
 
97467
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
97468
AuthorDate: Sat Jan 22 15:36:13 2011 +0000
 
97469
Commit:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
97470
CommitDate: Sat Jan 22 15:36:13 2011 +0000
85434
97471
 
85435
97472
    Bump PCRE minimum version
85436
97473
 
85440
97477
 1 file changed, 1 insertion(+), 1 deletion(-)
85441
97478
 
85442
97479
commit acc295e292406e15e35bdab08b97c9f4409c16fc
85443
 
Author: Matthias Clasen <mclasen@redhat.com>
85444
 
Date:   Sat Jan 22 09:52:33 2011 -0500
 
97480
Author:     Matthias Clasen <mclasen@redhat.com>
 
97481
AuthorDate: Sat Jan 22 09:52:33 2011 -0500
 
97482
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97483
CommitDate: Sat Jan 22 09:52:33 2011 -0500
85445
97484
 
85446
97485
    Bump version
85447
97486
 
85449
97488
 1 file changed, 1 insertion(+), 1 deletion(-)
85450
97489
 
85451
97490
commit bd8b245f574497755265ec0cee15ebe17bd00a7d
85452
 
Author: Matthias Clasen <mclasen@redhat.com>
85453
 
Date:   Sat Jan 22 00:02:08 2011 -0500
 
97491
Author:     Matthias Clasen <mclasen@redhat.com>
 
97492
AuthorDate: Sat Jan 22 00:02:08 2011 -0500
 
97493
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97494
CommitDate: Sat Jan 22 00:02:08 2011 -0500
85454
97495
 
85455
97496
    Update Unicode tests to 6.0
85456
97497
 
85459
97500
 2 files changed, 49 insertions(+), 8 deletions(-)
85460
97501
 
85461
97502
commit fb2809ec996e9e12d06f4bc7239a98718f5f06d7
85462
 
Author: Matthias Clasen <mclasen@redhat.com>
85463
 
Date:   Sat Jan 22 00:01:54 2011 -0500
 
97503
Author:     Matthias Clasen <mclasen@redhat.com>
 
97504
AuthorDate: Sat Jan 22 00:01:54 2011 -0500
 
97505
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97506
CommitDate: Sat Jan 22 00:01:54 2011 -0500
85464
97507
 
85465
97508
    Forgotten files
85466
97509
 
85478
97521
 10 files changed, 2271 insertions(+), 999 deletions(-)
85479
97522
 
85480
97523
commit 3f059a6a123dd62257f224b9af7701078783060e
85481
 
Author: Matthias Clasen <mclasen@redhat.com>
85482
 
Date:   Fri Jan 21 23:41:12 2011 -0500
 
97524
Author:     Matthias Clasen <mclasen@redhat.com>
 
97525
AuthorDate: Fri Jan 21 23:41:12 2011 -0500
 
97526
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97527
CommitDate: Fri Jan 21 23:41:12 2011 -0500
85483
97528
 
85484
97529
    Remove a test that seems to fail depending on time of day
85485
97530
 
85487
97532
 1 file changed, 1 insertion(+), 1 deletion(-)
85488
97533
 
85489
97534
commit 37e221b5aee3a0d1b1a3988c69e5694b7722c0fb
85490
 
Author: Matthias Clasen <mclasen@redhat.com>
85491
 
Date:   Fri Jan 21 23:12:16 2011 -0500
 
97535
Author:     Matthias Clasen <mclasen@redhat.com>
 
97536
AuthorDate: Fri Jan 21 23:12:16 2011 -0500
 
97537
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97538
CommitDate: Fri Jan 21 23:12:16 2011 -0500
85492
97539
 
85493
97540
    Update NEWS
85494
97541
 
85496
97543
 1 file changed, 4 insertions(+)
85497
97544
 
85498
97545
commit c03dc6bf7dfc6e326e7249e9e377676db885d99e
85499
 
Author: Matthias Clasen <mclasen@redhat.com>
85500
 
Date:   Fri Jan 21 23:10:01 2011 -0500
 
97546
Author:     Matthias Clasen <mclasen@redhat.com>
 
97547
AuthorDate: Fri Jan 21 23:10:01 2011 -0500
 
97548
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97549
CommitDate: Fri Jan 21 23:10:01 2011 -0500
85501
97550
 
85502
97551
    Update the included copy of PCRE
85503
97552
 
85509
97558
 2 files changed, 18 insertions(+), 3 deletions(-)
85510
97559
 
85511
97560
commit 51c87f680991760940da65b0c182016350e211a6
85512
 
Author: Matthias Clasen <mclasen@redhat.com>
85513
 
Date:   Fri Jan 21 18:02:05 2011 -0500
 
97561
Author:     Matthias Clasen <mclasen@redhat.com>
 
97562
AuthorDate: Fri Jan 21 18:02:05 2011 -0500
 
97563
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97564
CommitDate: Fri Jan 21 18:02:05 2011 -0500
85514
97565
 
85515
97566
    Update help and docs for gsettings cmdline tool
85516
97567
 
85522
97573
 2 files changed, 120 insertions(+), 43 deletions(-)
85523
97574
 
85524
97575
commit 0a5708654080232dd404d089b5b790de79f11032
85525
 
Author: Behdad Esfahbod <behdad@behdad.org>
85526
 
Date:   Fri Jan 21 16:30:19 2011 -0500
 
97576
Author:     Behdad Esfahbod <behdad@behdad.org>
 
97577
AuthorDate: Fri Jan 21 16:30:19 2011 -0500
 
97578
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
97579
CommitDate: Fri Jan 21 16:30:19 2011 -0500
85527
97580
 
85528
97581
    Update to Unicode 6.0
85529
97582
 
85546
97599
 10 files changed, 13730 insertions(+), 9273 deletions(-)
85547
97600
 
85548
97601
commit b50f4a1a52eeaec2ff14a0ac44b0b42ebb6cca30
85549
 
Author: Matthias Clasen <mclasen@redhat.com>
85550
 
Date:   Fri Jan 21 11:24:14 2011 -0500
 
97602
Author:     Matthias Clasen <mclasen@redhat.com>
 
97603
AuthorDate: Fri Jan 21 11:24:14 2011 -0500
 
97604
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97605
CommitDate: Fri Jan 21 11:24:14 2011 -0500
85551
97606
 
85552
97607
    Updates for 2.27.92
85553
97608
 
85555
97610
 1 file changed, 14 insertions(+)
85556
97611
 
85557
97612
commit 654ab34e3a7ea03dd7e86d16deae90df8e153d4c
85558
 
Author: Matthias Clasen <mclasen@redhat.com>
85559
 
Date:   Fri Jan 21 10:52:48 2011 -0500
 
97613
Author:     Matthias Clasen <mclasen@redhat.com>
 
97614
AuthorDate: Fri Jan 21 10:52:48 2011 -0500
 
97615
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97616
CommitDate: Fri Jan 21 10:52:48 2011 -0500
85560
97617
 
85561
97618
    Don't warn in GApplication if class handlers have been overridden
85562
97619
 
85566
97623
 1 file changed, 4 insertions(+), 2 deletions(-)
85567
97624
 
85568
97625
commit b31d80eff3352de556e630cdc117a735bc4925e5
85569
 
Author: Khaled Hosny <khaledhosny@eglug.org>
85570
 
Date:   Thu Jan 20 21:57:05 2011 +0200
 
97626
Author:     Khaled Hosny <khaledhosny@eglug.org>
 
97627
AuthorDate: Thu Jan 20 21:57:05 2011 +0200
 
97628
Commit:     Khaled Hosny <khaledhosny@eglug.org>
 
97629
CommitDate: Thu Jan 20 21:57:05 2011 +0200
85571
97630
 
85572
97631
    Updated Arabic translation
85573
97632
 
85576
97635
 1 file changed, 992 insertions(+), 835 deletions(-)
85577
97636
 
85578
97637
commit da36756f3f907ce7d9d4484e29ef7c08c838b351
85579
 
Author: Michael Kotsarinis <mk73628@gmail.com>
85580
 
Date:   Wed Jan 19 19:08:15 2011 +0200
 
97638
Author:     Michael Kotsarinis <mk73628@gmail.com>
 
97639
AuthorDate: Wed Jan 19 19:08:15 2011 +0200
 
97640
Commit:     Kostas Papadimas <pkst@gnome.org>
 
97641
CommitDate: Wed Jan 19 19:08:15 2011 +0200
85581
97642
 
85582
97643
    Updated Greek translation
85583
97644
 
85586
97647
 1 file changed, 590 insertions(+), 420 deletions(-)
85587
97648
 
85588
97649
commit c7f38cd277f0bfa9c303fcd30dd17e1320e5c162
85589
 
Author: Matthias Clasen <mclasen@redhat.com>
85590
 
Date:   Tue Jan 18 00:06:55 2011 -0500
 
97650
Author:     Matthias Clasen <mclasen@redhat.com>
 
97651
AuthorDate: Tue Jan 18 00:06:55 2011 -0500
 
97652
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97653
CommitDate: Tue Jan 18 00:06:55 2011 -0500
85591
97654
 
85592
97655
    Mark another function as static
85593
97656
 
85595
97658
 1 file changed, 1 insertion(+), 1 deletion(-)
85596
97659
 
85597
97660
commit 67e112cce6bc7a9e841354d2c760a017a2c01527
85598
 
Author: Matthias Clasen <mclasen@redhat.com>
85599
 
Date:   Tue Jan 18 00:06:05 2011 -0500
 
97661
Author:     Matthias Clasen <mclasen@redhat.com>
 
97662
AuthorDate: Tue Jan 18 00:06:05 2011 -0500
 
97663
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97664
CommitDate: Tue Jan 18 00:06:05 2011 -0500
85600
97665
 
85601
97666
    Mark a function as static
85602
97667
 
85604
97669
 1 file changed, 1 insertion(+), 1 deletion(-)
85605
97670
 
85606
97671
commit d2347f34fded2651e47a60814f600c173b8ca5e7
85607
 
Author: Matthias Clasen <mclasen@redhat.com>
85608
 
Date:   Mon Jan 17 23:46:20 2011 -0500
 
97672
Author:     Matthias Clasen <mclasen@redhat.com>
 
97673
AuthorDate: Mon Jan 17 23:46:20 2011 -0500
 
97674
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97675
CommitDate: Mon Jan 17 23:46:20 2011 -0500
85609
97676
 
85610
97677
    Move GMarkup docs inline
85611
97678
 
85617
97684
 4 files changed, 768 insertions(+), 976 deletions(-)
85618
97685
 
85619
97686
commit dc8b03027d905bf22527aeaa7e31ad072231197a
85620
 
Author: Ray Strode <rstrode@redhat.com>
85621
 
Date:   Mon Jan 17 17:13:44 2011 -0500
 
97687
Author:     Ray Strode <rstrode@redhat.com>
 
97688
AuthorDate: Mon Jan 17 17:13:44 2011 -0500
 
97689
Commit:     Ray Strode <rstrode@redhat.com>
 
97690
CommitDate: Mon Jan 17 17:31:14 2011 -0500
85622
97691
 
85623
97692
    gsettings: Update documentation on schema naming convention
85624
97693
 
85632
97701
 2 files changed, 13 insertions(+), 7 deletions(-)
85633
97702
 
85634
97703
commit a2918d6c3e676e2656a87b5a5ee974dc5777eb59
85635
 
Author: Ryan Lortie <desrt@desrt.ca>
85636
 
Date:   Mon Jan 17 15:17:34 2011 -0500
 
97704
Author:     Ryan Lortie <desrt@desrt.ca>
 
97705
AuthorDate: Mon Jan 17 15:17:34 2011 -0500
 
97706
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97707
CommitDate: Mon Jan 17 15:19:14 2011 -0500
85637
97708
 
85638
97709
    Fix some harmless sign compare warnings
85639
97710
 
85641
97712
 1 file changed, 2 insertions(+), 2 deletions(-)
85642
97713
 
85643
97714
commit ba5619ba7f69025f40bf5e77d667a2a84b61d1a7
85644
 
Author: Ryan Lortie <desrt@desrt.ca>
85645
 
Date:   Mon Jan 17 15:15:46 2011 -0500
 
97715
Author:     Ryan Lortie <desrt@desrt.ca>
 
97716
AuthorDate: Mon Jan 17 15:15:46 2011 -0500
 
97717
Commit:     Ryan Lortie <desrt@desrt.ca>
 
97718
CommitDate: Mon Jan 17 15:15:46 2011 -0500
85646
97719
 
85647
97720
    C++ify the reader header
85648
97721
 
85650
97723
 1 file changed, 3 insertions(+)
85651
97724
 
85652
97725
commit e8120dc4ce75b0cff6d45632e5d9037853ad51ae
85653
 
Author: Ray Strode <rstrode@redhat.com>
85654
 
Date:   Mon Jan 17 14:15:18 2011 -0500
 
97726
Author:     Ray Strode <rstrode@redhat.com>
 
97727
AuthorDate: Mon Jan 17 14:15:18 2011 -0500
 
97728
Commit:     Ray Strode <rstrode@redhat.com>
 
97729
CommitDate: Mon Jan 17 14:31:34 2011 -0500
85655
97730
 
85656
97731
    datetime: Show 12 instead of 0 for 12h hour format
85657
97732
 
85668
97743
 1 file changed, 2 insertions(+), 2 deletions(-)
85669
97744
 
85670
97745
commit a437c5e768b9a62b550e174b25413ce9149fcdbe
85671
 
Author: Ray Strode <rstrode@redhat.com>
85672
 
Date:   Mon Jan 17 14:30:43 2011 -0500
 
97746
Author:     Ray Strode <rstrode@redhat.com>
 
97747
AuthorDate: Mon Jan 17 14:30:43 2011 -0500
 
97748
Commit:     Ray Strode <rstrode@redhat.com>
 
97749
CommitDate: Mon Jan 17 14:31:34 2011 -0500
85673
97750
 
85674
97751
    tests: add format test case for noon hour in 12h mode
85675
97752
 
85680
97757
 1 file changed, 2 insertions(+)
85681
97758
 
85682
97759
commit 8728949e0db56159485e5d214e581e5f46911d0b
85683
 
Author: Christian Persch <chpe@gnome.org>
85684
 
Date:   Thu Jan 6 23:30:09 2011 +0100
 
97760
Author:     Christian Persch <chpe@gnome.org>
 
97761
AuthorDate: Thu Jan 6 23:30:09 2011 +0100
 
97762
Commit:     Christian Persch <chpe@gnome.org>
 
97763
CommitDate: Fri Jan 14 20:19:24 2011 +0100
85685
97764
 
85686
97765
    Don't leak variants in the null settings backend
85687
97766
 
85693
97772
 1 file changed, 13 insertions(+)
85694
97773
 
85695
97774
commit a583405f66758e320eaf2025b757ddc081186686
85696
 
Author: Javier Jardón <jjardon@gnome.org>
85697
 
Date:   Fri Jan 14 17:54:04 2011 +0000
 
97775
Author:     Javier Jardón <jjardon@gnome.org>
 
97776
AuthorDate: Fri Jan 14 17:54:04 2011 +0000
 
97777
Commit:     Javier Jardón <jjardon@gnome.org>
 
97778
CommitDate: Fri Jan 14 17:54:04 2011 +0000
85698
97779
 
85699
97780
    docs: gvariant-core: g_variant_normalise ->
85700
97781
    g_variant_get_normal_form()
85703
97784
 1 file changed, 1 insertion(+), 1 deletion(-)
85704
97785
 
85705
97786
commit 6c0491841e40aba4b479285e473f267f623b4a57
85706
 
Author: Javier Jardón <jjardon@gnome.org>
85707
 
Date:   Fri Jan 14 17:24:45 2011 +0000
 
97787
Author:     Javier Jardón <jjardon@gnome.org>
 
97788
AuthorDate: Fri Jan 14 17:24:45 2011 +0000
 
97789
Commit:     Javier Jardón <jjardon@gnome.org>
 
97790
CommitDate: Fri Jan 14 17:25:07 2011 +0000
85708
97791
 
85709
97792
    gvariant-core: Fix typo
85710
97793
 
85714
97797
 1 file changed, 1 insertion(+), 1 deletion(-)
85715
97798
 
85716
97799
commit c7041e221fcf165ae16603ba4a2d5579cc02826a
85717
 
Author: Javier Jardón <jjardon@gnome.org>
85718
 
Date:   Fri Jan 14 00:49:35 2011 +0000
 
97800
Author:     Javier Jardón <jjardon@gnome.org>
 
97801
AuthorDate: Fri Jan 14 00:49:35 2011 +0000
 
97802
Commit:     Javier Jardón <jjardon@gnome.org>
 
97803
CommitDate: Fri Jan 14 00:50:44 2011 +0000
85719
97804
 
85720
97805
    docs: gvariant-varargs: Fix typo
85721
97806
 
85723
97808
 1 file changed, 1 insertion(+), 1 deletion(-)
85724
97809
 
85725
97810
commit 060e516ede200990d09a259f5f48e939fc001f89
85726
 
Author: Ivar Smolin <okul@linux.ee>
85727
 
Date:   Thu Jan 13 12:41:06 2011 +0200
 
97811
Author:     Ivar Smolin <okul@linux.ee>
 
97812
AuthorDate: Thu Jan 13 12:41:06 2011 +0200
 
97813
Commit:     Priit Laes <plaes@plaes.org>
 
97814
CommitDate: Thu Jan 13 12:41:06 2011 +0200
85728
97815
 
85729
97816
    [l10n] Updated Estonian translation
85730
97817
 
85732
97819
 1 file changed, 20 insertions(+), 20 deletions(-)
85733
97820
 
85734
97821
commit a86eb8785b9b93ee0fb2a52e714ef6431268ccf2
85735
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
85736
 
Date:   Wed Jan 12 22:29:53 2011 +0100
 
97822
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
97823
AuthorDate: Wed Jan 12 22:29:53 2011 +0100
 
97824
Commit:     dooteo <dooteo@dhcppc3.zundan.com>
 
97825
CommitDate: Wed Jan 12 22:29:53 2011 +0100
85737
97826
 
85738
97827
    Updated Basque language
85739
97828
 
85742
97831
 1 file changed, 563 insertions(+), 347 deletions(-)
85743
97832
 
85744
97833
commit c0208940c569b2d2a7e0e86f93d97cfbaf2b3fc7
85745
 
Author: Daiki Ueno <ueno@unixuser.org>
85746
 
Date:   Tue Jan 11 11:33:21 2011 +0900
 
97834
Author:     Daiki Ueno <ueno@unixuser.org>
 
97835
AuthorDate: Tue Jan 11 11:33:21 2011 +0900
 
97836
Commit:     Dan Winship <danw@gnome.org>
 
97837
CommitDate: Wed Jan 12 16:01:32 2011 -0500
85747
97838
 
85748
97839
    Make g_unix_connection_send_fd() work as expected.
85749
97840
 
85755
97846
 2 files changed, 106 insertions(+), 1 deletion(-)
85756
97847
 
85757
97848
commit 634e9e43cfb8b0d88d0a6b4899d0e33c62c07458
85758
 
Author: Michael Natterer <mitch@gimp.org>
85759
 
Date:   Wed Jan 12 19:45:40 2011 +0100
 
97849
Author:     Michael Natterer <mitch@gimp.org>
 
97850
AuthorDate: Wed Jan 12 19:45:40 2011 +0100
 
97851
Commit:     Michael Natterer <mitch@gimp.org>
 
97852
CommitDate: Wed Jan 12 19:45:40 2011 +0100
85760
97853
 
85761
97854
    gobject: add an empty default impl of GObject::constructed()
85762
97855
 
85766
97859
 1 file changed, 13 insertions(+), 3 deletions(-)
85767
97860
 
85768
97861
commit 19c73918ec7faf6e32d100493772a1dccf43b110
85769
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
85770
 
Date:   Wed Jan 12 11:08:54 2011 +0800
 
97862
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
97863
AuthorDate: Wed Jan 12 11:08:54 2011 +0800
 
97864
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
97865
CommitDate: Wed Jan 12 11:08:54 2011 +0800
85771
97866
 
85772
97867
    Added symbols for GIO/Win32
85773
97868
 
85783
97878
 1 file changed, 2 insertions(+)
85784
97879
 
85785
97880
commit 1df31f00140bfba941db65e2374ff2700f55a295
85786
 
Author: Matthias Clasen <mclasen@redhat.com>
85787
 
Date:   Tue Jan 11 16:13:42 2011 -0500
 
97881
Author:     Matthias Clasen <mclasen@redhat.com>
 
97882
AuthorDate: Tue Jan 11 16:13:42 2011 -0500
 
97883
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97884
CommitDate: Tue Jan 11 16:13:42 2011 -0500
85788
97885
 
85789
97886
    Bump version
85790
97887
 
85792
97889
 1 file changed, 1 insertion(+), 1 deletion(-)
85793
97890
 
85794
97891
commit dd6baef46fcb7abd561383f2af7bb1b8e3579f5c
85795
 
Author: Matthias Clasen <mclasen@redhat.com>
85796
 
Date:   Tue Jan 11 11:27:45 2011 -0500
 
97892
Author:     Matthias Clasen <mclasen@redhat.com>
 
97893
AuthorDate: Tue Jan 11 11:27:45 2011 -0500
 
97894
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97895
CommitDate: Tue Jan 11 11:27:45 2011 -0500
85797
97896
 
85798
97897
    Update NEWS
85799
97898
 
85801
97900
 1 file changed, 16 insertions(+)
85802
97901
 
85803
97902
commit fabf506b8d5baf8f59fca563e6f1a62be5148112
85804
 
Author: Ivar Smolin <okul@linux.ee>
85805
 
Date:   Tue Jan 11 11:04:56 2011 +0200
 
97903
Author:     Ivar Smolin <okul@linux.ee>
 
97904
AuthorDate: Tue Jan 11 11:04:56 2011 +0200
 
97905
Commit:     Priit Laes <plaes@plaes.org>
 
97906
CommitDate: Tue Jan 11 11:04:56 2011 +0200
85806
97907
 
85807
97908
    [l10n] Updated Estonian translation
85808
97909
 
85810
97911
 1 file changed, 15 insertions(+), 15 deletions(-)
85811
97912
 
85812
97913
commit eec2cb1af873f38091671486b5adc5d444e306b7
85813
 
Author: Matthias Clasen <mclasen@redhat.com>
85814
 
Date:   Mon Jan 10 20:28:17 2011 -0500
 
97914
Author:     Matthias Clasen <mclasen@redhat.com>
 
97915
AuthorDate: Mon Jan 10 20:28:17 2011 -0500
 
97916
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97917
CommitDate: Mon Jan 10 20:29:29 2011 -0500
85815
97918
 
85816
97919
    Avoid a segfault in g_application_register()
85817
97920
 
85822
97925
 1 file changed, 2 insertions(+), 2 deletions(-)
85823
97926
 
85824
97927
commit 48f27317607fe117fe9aed0c2fe24ff6ef10a5d5
85825
 
Author: Javier Jardón <jjardon@gnome.org>
85826
 
Date:   Mon Jan 10 23:36:00 2011 +0000
 
97928
Author:     Javier Jardón <jjardon@gnome.org>
 
97929
AuthorDate: Mon Jan 10 23:36:00 2011 +0000
 
97930
Commit:     Javier Jardón <jjardon@gnome.org>
 
97931
CommitDate: Mon Jan 10 23:41:13 2011 +0000
85827
97932
 
85828
97933
    mkinstalldirs: Update to latest version
85829
97934
 
85832
97937
 1 file changed, 72 insertions(+), 21 deletions(-)
85833
97938
 
85834
97939
commit 42d71c0ef952a2a3b9bd685ad3bb4294f0706947
85835
 
Author: Ivar Smolin <okul@linux.ee>
85836
 
Date:   Mon Jan 10 19:44:11 2011 +0200
 
97940
Author:     Ivar Smolin <okul@linux.ee>
 
97941
AuthorDate: Mon Jan 10 19:44:11 2011 +0200
 
97942
Commit:     Priit Laes <plaes@plaes.org>
 
97943
CommitDate: Mon Jan 10 19:44:11 2011 +0200
85837
97944
 
85838
97945
    [l10n] Updated Estonian translation
85839
97946
 
85842
97949
 1 file changed, 27 insertions(+), 74 deletions(-)
85843
97950
 
85844
97951
commit a57c4c90662077163316d1d53ee18a5a0fbec393
85845
 
Author: Matthias Clasen <mclasen@redhat.com>
85846
 
Date:   Sun Jan 9 16:43:28 2011 -0500
 
97952
Author:     Matthias Clasen <mclasen@redhat.com>
 
97953
AuthorDate: Sun Jan 9 16:43:28 2011 -0500
 
97954
Commit:     Matthias Clasen <mclasen@redhat.com>
 
97955
CommitDate: Sun Jan 9 16:43:28 2011 -0500
85847
97956
 
85848
97957
    GSettings: Fix a copy-paste error
85849
97958
 
85853
97962
 1 file changed, 1 insertion(+), 1 deletion(-)
85854
97963
 
85855
97964
commit b0b37bcb06723ede07cc9c5c4573f12c3acb1643
85856
 
Author: Christian Persch <chpe@gnome.org>
85857
 
Date:   Sun Jan 9 15:03:31 2011 +0100
 
97965
Author:     Christian Persch <chpe@gnome.org>
 
97966
AuthorDate: Sun Jan 9 15:03:31 2011 +0100
 
97967
Commit:     Christian Persch <chpe@gnome.org>
 
97968
CommitDate: Sun Jan 9 21:45:20 2011 +0100
85858
97969
 
85859
97970
    Update gschema.dtd
85860
97971
 
85864
97975
 1 file changed, 9 insertions(+), 2 deletions(-)
85865
97976
 
85866
97977
commit eafa3443d39f36a3ade11154243495a77d5b089d
85867
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
85868
 
Date:   Sun Jan 9 16:35:32 2011 +0100
 
97978
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
97979
AuthorDate: Sun Jan 9 16:35:32 2011 +0100
 
97980
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
97981
CommitDate: Sun Jan 9 16:35:32 2011 +0100
85869
97982
 
85870
97983
    Updated Galician translations
85871
97984
 
85874
97987
 1 file changed, 193 insertions(+), 193 deletions(-)
85875
97988
 
85876
97989
commit 33c7a9d8ecaa75b41dbdd2a3a31ac8c62394a8b5
85877
 
Author: Javier Jardón <jjardon@gnome.org>
85878
 
Date:   Fri Jan 7 18:55:20 2011 +0100
 
97990
Author:     Javier Jardón <jjardon@gnome.org>
 
97991
AuthorDate: Fri Jan 7 18:55:20 2011 +0100
 
97992
Commit:     Javier Jardón <jjardon@gnome.org>
 
97993
CommitDate: Fri Jan 7 19:07:57 2011 +0100
85879
97994
 
85880
97995
    configure: Use AC_CONFIG_MACRO_DIR
85881
97996
 
85885
98000
 1 file changed, 1 insertion(+)
85886
98001
 
85887
98002
commit b67d9cb7eef036b76955a75e6e9cd6b8ae1fb8e4
85888
 
Author: Matthias Clasen <mclasen@redhat.com>
85889
 
Date:   Fri Jan 7 12:07:19 2011 -0500
 
98003
Author:     Matthias Clasen <mclasen@redhat.com>
 
98004
AuthorDate: Fri Jan 7 12:07:19 2011 -0500
 
98005
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98006
CommitDate: Fri Jan 7 12:07:19 2011 -0500
85890
98007
 
85891
98008
    Add regex test cases
85892
98009
 
85896
98013
 1 file changed, 2 insertions(+)
85897
98014
 
85898
98015
commit f6b52322a2049dfb3873922a8f1417d8c44363b0
85899
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
85900
 
Date:   Fri Jan 7 14:52:29 2011 +0100
 
98016
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98017
AuthorDate: Fri Jan 7 14:52:29 2011 +0100
 
98018
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98019
CommitDate: Fri Jan 7 15:06:07 2011 +0100
85901
98020
 
85902
98021
    Fix and update GI annotations for 'Volumes and Drives'
85903
98022
 
85911
98030
 4 files changed, 55 insertions(+), 45 deletions(-)
85912
98031
 
85913
98032
commit f85909fb65635b8321d1abf60c073ae854acae5e
85914
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
85915
 
Date:   Fri Jan 7 09:38:35 2011 +0100
 
98033
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98034
AuthorDate: Fri Jan 7 09:38:35 2011 +0100
 
98035
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98036
CommitDate: Fri Jan 7 15:05:55 2011 +0100
85916
98037
 
85917
98038
    Add and update GI annotations in 'Settings'
85918
98039
 
85924
98045
 3 files changed, 19 insertions(+), 16 deletions(-)
85925
98046
 
85926
98047
commit 99c740fdb58e2a7bf18fa1213c03b0be186f3581
85927
 
Author: Andika Triwidada <andika@gmail.com>
85928
 
Date:   Fri Jan 7 11:37:39 2011 +0700
 
98048
Author:     Andika Triwidada <andika@gmail.com>
 
98049
AuthorDate: Fri Jan 7 11:37:39 2011 +0700
 
98050
Commit:     Andika Triwidada <andika@gmail.com>
 
98051
CommitDate: Fri Jan 7 11:37:39 2011 +0700
85929
98052
 
85930
98053
    Updated Indonesian translation
85931
98054
 
85934
98057
 1 file changed, 858 insertions(+), 673 deletions(-)
85935
98058
 
85936
98059
commit e738a8dd8ca3d3dd327bc5a3bbfd151858738609
85937
 
Author: Colin Walters <walters@verbum.org>
85938
 
Date:   Thu Jan 6 11:47:58 2011 -0500
 
98060
Author:     Colin Walters <walters@verbum.org>
 
98061
AuthorDate: Thu Jan 6 11:47:58 2011 -0500
 
98062
Commit:     Colin Walters <walters@verbum.org>
 
98063
CommitDate: Thu Jan 6 13:32:56 2011 -0500
85939
98064
 
85940
98065
    gdesktopappinfo: Don't crash if we don't have a desktop filename
85941
98066
 
85957
98082
 1 file changed, 11 insertions(+), 3 deletions(-)
85958
98083
 
85959
98084
commit 26b65a3abda5ad0930b1cd0d0652417feb50c274
85960
 
Author: Serkan Kaba <serkan@gentoo.org>
85961
 
Date:   Thu Jan 6 14:08:02 2011 +0100
 
98085
Author:     Serkan Kaba <serkan@gentoo.org>
 
98086
AuthorDate: Thu Jan 6 14:08:02 2011 +0100
 
98087
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
98088
CommitDate: Thu Jan 6 14:08:02 2011 +0100
85962
98089
 
85963
98090
    gio: Recognize reiser4 in g_file_query_filesystem_info()
85964
98091
 
85969
98096
 1 file changed, 2 insertions(+)
85970
98097
 
85971
98098
commit 48f8c07c530973a0b32ed6cd3251cc82851e20b0
85972
 
Author: Matthias Clasen <mclasen@redhat.com>
85973
 
Date:   Wed Jan 5 20:43:46 2011 -0500
 
98099
Author:     Matthias Clasen <mclasen@redhat.com>
 
98100
AuthorDate: Wed Jan 5 20:43:46 2011 -0500
 
98101
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98102
CommitDate: Wed Jan 5 20:43:46 2011 -0500
85974
98103
 
85975
98104
    Bump version
85976
98105
 
85978
98107
 1 file changed, 1 insertion(+), 1 deletion(-)
85979
98108
 
85980
98109
commit 0b3412b419a322426ae04ca5177546ba68def3d8
85981
 
Author: Matthias Clasen <mclasen@redhat.com>
85982
 
Date:   Wed Jan 5 19:51:44 2011 -0500
 
98110
Author:     Matthias Clasen <mclasen@redhat.com>
 
98111
AuthorDate: Wed Jan 5 19:51:44 2011 -0500
 
98112
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98113
CommitDate: Wed Jan 5 19:51:44 2011 -0500
85983
98114
 
85984
98115
    Add anothre bug ref
85985
98116
 
85987
98118
 1 file changed, 1 insertion(+)
85988
98119
 
85989
98120
commit 51ac0c6c85c5bf993ff2de0282c569884b79027a
85990
 
Author: Matthias Clasen <mclasen@redhat.com>
85991
 
Date:   Wed Jan 5 19:42:13 2011 -0500
 
98121
Author:     Matthias Clasen <mclasen@redhat.com>
 
98122
AuthorDate: Wed Jan 5 19:42:13 2011 -0500
 
98123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98124
CommitDate: Wed Jan 5 19:42:13 2011 -0500
85992
98125
 
85993
98126
    Avoid possible parameter name clashes in GVariant
85994
98127
 
85998
98131
 1 file changed, 9 insertions(+), 9 deletions(-)
85999
98132
 
86000
98133
commit 31db1f9688274b245ba7f47b7a837f609715331c
86001
 
Author: Matthias Clasen <mclasen@redhat.com>
86002
 
Date:   Wed Jan 5 19:07:01 2011 -0500
 
98134
Author:     Matthias Clasen <mclasen@redhat.com>
 
98135
AuthorDate: Wed Jan 5 19:07:01 2011 -0500
 
98136
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98137
CommitDate: Wed Jan 5 19:07:01 2011 -0500
86003
98138
 
86004
98139
    Add new symbol
86005
98140
 
86007
98142
 1 file changed, 3 insertions(+), 2 deletions(-)
86008
98143
 
86009
98144
commit f4773faa9f669ff3a705946f5b4ddcc83d3c6931
86010
 
Author: Matthias Clasen <mclasen@redhat.com>
86011
 
Date:   Wed Jan 5 17:46:28 2011 -0500
 
98145
Author:     Matthias Clasen <mclasen@redhat.com>
 
98146
AuthorDate: Wed Jan 5 17:46:28 2011 -0500
 
98147
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98148
CommitDate: Wed Jan 5 17:46:28 2011 -0500
86012
98149
 
86013
98150
    Drop annotation that break the documentation build
86014
98151
 
86016
98153
 1 file changed, 4 deletions(-)
86017
98154
 
86018
98155
commit 87068c0fcd08dd968679e68bd71a2a7355361522
86019
 
Author: Matthias Clasen <mclasen@redhat.com>
86020
 
Date:   Wed Jan 5 17:16:36 2011 -0500
 
98156
Author:     Matthias Clasen <mclasen@redhat.com>
 
98157
AuthorDate: Wed Jan 5 17:16:36 2011 -0500
 
98158
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98159
CommitDate: Wed Jan 5 17:16:36 2011 -0500
86021
98160
 
86022
98161
    Update NEWS
86023
98162
 
86025
98164
 1 file changed, 43 insertions(+)
86026
98165
 
86027
98166
commit 98a0dfe1da9f3b8919f0bb73b1cb99333a31975f
86028
 
Author: Matthias Clasen <mclasen@redhat.com>
86029
 
Date:   Wed Jan 5 17:01:42 2011 -0500
 
98167
Author:     Matthias Clasen <mclasen@redhat.com>
 
98168
AuthorDate: Wed Jan 5 17:01:42 2011 -0500
 
98169
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98170
CommitDate: Wed Jan 5 17:01:42 2011 -0500
86030
98171
 
86031
98172
    Bump version to 2.27.90
86032
98173
 
86034
98175
 1 file changed, 1 insertion(+), 1 deletion(-)
86035
98176
 
86036
98177
commit 3d824065b847f2702aa312c51734328fc414af5a
86037
 
Author: Christian Persch <chpe@gnome.org>
86038
 
Date:   Sun Nov 28 18:49:04 2010 +0100
 
98178
Author:     Christian Persch <chpe@gnome.org>
 
98179
AuthorDate: Sun Nov 28 18:49:04 2010 +0100
 
98180
Commit:     Christian Persch <chpe@gnome.org>
 
98181
CommitDate: Wed Jan 5 22:57:20 2011 +0100
86039
98182
 
86040
98183
    Add g_get_locale_variants()
86041
98184
 
86052
98195
 6 files changed, 43 insertions(+), 4 deletions(-)
86053
98196
 
86054
98197
commit be8899bfe66d460b3eda33ff7512778788c07974
86055
 
Author: Christian Persch <chpe@gnome.org>
86056
 
Date:   Mon Mar 1 16:32:09 2010 +0100
 
98198
Author:     Christian Persch <chpe@gnome.org>
 
98199
AuthorDate: Mon Mar 1 16:32:09 2010 +0100
 
98200
Commit:     Christian Persch <chpe@gnome.org>
 
98201
CommitDate: Wed Jan 5 22:49:21 2011 +0100
86057
98202
 
86058
98203
    Make _g_compute_locale_variants return a char** directly
86059
98204
 
86065
98210
 2 files changed, 42 insertions(+), 43 deletions(-)
86066
98211
 
86067
98212
commit b497220e486e66433b44251a53ec3be25fa9acdb
86068
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86069
 
Date:   Wed Jan 5 20:30:10 2011 +0100
 
98213
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98214
AuthorDate: Wed Jan 5 20:30:10 2011 +0100
 
98215
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98216
CommitDate: Wed Jan 5 20:35:50 2011 +0100
86070
98217
 
86071
98218
    Fix GI annotation for g_desktop_app_info_launch_uris_as_manager
86072
98219
 
86074
98221
 1 file changed, 2 insertions(+), 1 deletion(-)
86075
98222
 
86076
98223
commit 8d74c96b76b459a63492bfce466a304383e94d09
86077
 
Author: Christian Persch <chpe@gnome.org>
86078
 
Date:   Sun Dec 5 15:34:26 2010 +0100
 
98224
Author:     Christian Persch <chpe@gnome.org>
 
98225
AuthorDate: Sun Dec 5 15:34:26 2010 +0100
 
98226
Commit:     Christian Persch <chpe@gnome.org>
 
98227
CommitDate: Wed Jan 5 20:31:50 2011 +0100
86079
98228
 
86080
98229
    Make the memory and null settings backends public
86081
98230
 
86095
98244
 11 files changed, 43 insertions(+), 76 deletions(-)
86096
98245
 
86097
98246
commit 0b59cf65669fae077a7e607d0c61567be5f5a30a
86098
 
Author: Colin Walters <walters@verbum.org>
86099
 
Date:   Wed Jan 5 13:49:20 2011 -0500
 
98247
Author:     Colin Walters <walters@verbum.org>
 
98248
AuthorDate: Wed Jan 5 13:49:20 2011 -0500
 
98249
Commit:     Colin Walters <walters@verbum.org>
 
98250
CommitDate: Wed Jan 5 13:49:20 2011 -0500
86100
98251
 
86101
98252
    g_desktop_app_info_launch_uris_as_manager: Fix parameter naming
86102
98253
 
86106
98257
 1 file changed, 2 insertions(+), 2 deletions(-)
86107
98258
 
86108
98259
commit 9be6da9448a1a59eae11d588729bf4316fbadada
86109
 
Author: Colin Walters <walters@verbum.org>
86110
 
Date:   Wed Jan 5 13:00:50 2011 -0500
 
98260
Author:     Colin Walters <walters@verbum.org>
 
98261
AuthorDate: Wed Jan 5 13:00:50 2011 -0500
 
98262
Commit:     Colin Walters <walters@verbum.org>
 
98263
CommitDate: Wed Jan 5 13:02:28 2011 -0500
86111
98264
 
86112
98265
    Add missing indirection from previous commit
86113
98266
 
86118
98271
 1 file changed, 3 insertions(+), 3 deletions(-)
86119
98272
 
86120
98273
commit a36cb498d974b11c00829adfdaa9638fbd9b66eb
86121
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
86122
 
Date:   Wed Dec 22 16:52:40 2010 -0500
 
98274
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
98275
AuthorDate: Wed Dec 22 16:52:40 2010 -0500
 
98276
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
98277
CommitDate: Wed Jan 5 12:41:51 2011 -0500
86123
98278
 
86124
98279
    [GDummyTLS] Add missing properties and namespace
86125
98280
 
86134
98289
 1 file changed, 34 insertions(+), 28 deletions(-)
86135
98290
 
86136
98291
commit 4e33967a002fd14d7106ef2ff88122344f2e4983
86137
 
Author: Stef Walter <stefw@collabora.co.uk>
86138
 
Date:   Fri Dec 24 10:50:14 2010 -0600
 
98292
Author:     Stef Walter <stefw@collabora.co.uk>
 
98293
AuthorDate: Fri Dec 24 10:50:14 2010 -0600
 
98294
Commit:     Stef Walter <stefw@collabora.co.uk>
 
98295
CommitDate: Wed Jan 5 09:35:06 2011 -0800
86139
98296
 
86140
98297
    Change GTlsClientConnection::accepted-cas to contain DER DNs
86141
98298
 
86151
98308
 2 files changed, 19 insertions(+), 11 deletions(-)
86152
98309
 
86153
98310
commit e6546debd61d32b41b37c20b62d4e47cd3e53e25
86154
 
Author: Colin Walters <walters@verbum.org>
86155
 
Date:   Mon Dec 20 14:48:53 2010 -0500
 
98311
Author:     Colin Walters <walters@verbum.org>
 
98312
AuthorDate: Mon Dec 20 14:48:53 2010 -0500
 
98313
Commit:     Colin Walters <walters@verbum.org>
 
98314
CommitDate: Wed Jan 5 11:58:07 2011 -0500
86156
98315
 
86157
98316
    gdesktopappinfo: Add g_desktop_app_info_launch_uris_as_manager()
86158
98317
 
86177
98336
 2 files changed, 108 insertions(+), 5 deletions(-)
86178
98337
 
86179
98338
commit bb6c44b9d3fd94835044ffda38ca2f211deb5b7b
86180
 
Author: Colin Walters <walters@verbum.org>
86181
 
Date:   Mon Dec 20 13:12:28 2010 -0500
 
98339
Author:     Colin Walters <walters@verbum.org>
 
98340
AuthorDate: Mon Dec 20 13:12:28 2010 -0500
 
98341
Commit:     Colin Walters <walters@verbum.org>
 
98342
CommitDate: Wed Jan 5 11:58:03 2011 -0500
86182
98343
 
86183
98344
    gdesktopappinfo: Send out a session bus signal when launching
86184
98345
    .desktop file
86195
98356
 1 file changed, 78 insertions(+), 9 deletions(-)
86196
98357
 
86197
98358
commit 9de42602c47262d49e4419f8bf7987dc2b488a98
86198
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
86199
 
Date:   Wed Jan 5 22:57:48 2011 +0800
 
98359
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
98360
AuthorDate: Wed Jan 5 22:57:48 2011 +0800
 
98361
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
98362
CommitDate: Wed Jan 5 22:57:48 2011 +0800
86200
98363
 
86201
98364
    Bug 637852 - Updates to glib.vsprops
86202
98365
 
86210
98373
 1 file changed, 8 insertions(+), 1 deletion(-)
86211
98374
 
86212
98375
commit 9686d82daf9c2082fa5d3055ac5b777490a95dc0
86213
 
Author: Matthias Clasen <mclasen@redhat.com>
86214
 
Date:   Tue Jan 4 09:38:14 2011 -0500
 
98376
Author:     Matthias Clasen <mclasen@redhat.com>
 
98377
AuthorDate: Tue Jan 4 09:38:14 2011 -0500
 
98378
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98379
CommitDate: Tue Jan 4 09:38:14 2011 -0500
86215
98380
 
86216
98381
    Fix build on old kernels
86217
98382
 
86221
98386
 1 file changed, 1 insertion(+), 1 deletion(-)
86222
98387
 
86223
98388
commit 1e5f11875b65712195e4d0c8d160cdc9f9bbd99f
86224
 
Author: Thomas Kristensen <thomas.kristensen@cisco.com>
86225
 
Date:   Mon Jan 3 15:20:12 2011 +0200
 
98389
Author:     Thomas Kristensen <thomas.kristensen@cisco.com>
 
98390
AuthorDate: Mon Jan 3 15:20:12 2011 +0200
 
98391
Commit:     Tor Lillqvist <tml@iki.fi>
 
98392
CommitDate: Mon Jan 3 15:20:12 2011 +0200
86226
98393
 
86227
98394
    revents may have been cleared by GMain before dispatch().
86228
98395
 
86232
98399
 1 file changed, 4 insertions(+)
86233
98400
 
86234
98401
commit b583f802e39e2415c626ad19d54adc1bc08151d0
86235
 
Author: Kjartan Maraas <kmaraas@gnome.org>
86236
 
Date:   Sun Jan 2 18:54:17 2011 +0100
 
98402
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
98403
AuthorDate: Sun Jan 2 18:54:17 2011 +0100
 
98404
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
98405
CommitDate: Sun Jan 2 18:54:17 2011 +0100
86237
98406
 
86238
98407
    Updated Norwegian bokmål translation from Torstein Adolf Winterseth
86239
98408
 
86242
98411
 1 file changed, 104 insertions(+), 112 deletions(-)
86243
98412
 
86244
98413
commit 4144c04c475c58df1da8ff062de1d50865c10169
86245
 
Author: Daniel Nylander <po@danielnylander.se>
86246
 
Date:   Fri Dec 31 15:23:27 2010 +0100
 
98414
Author:     Daniel Nylander <po@danielnylander.se>
 
98415
AuthorDate: Fri Dec 31 15:23:27 2010 +0100
 
98416
Commit:     Daniel Nylander <po@danielnylander.se>
 
98417
CommitDate: Fri Dec 31 15:23:27 2010 +0100
86247
98418
 
86248
98419
    Updated Swedish translation
86249
98420
 
86252
98423
 1 file changed, 785 insertions(+), 620 deletions(-)
86253
98424
 
86254
98425
commit 929e8db9f436f0644a300c7253c9452145cbb7db
86255
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86256
 
Date:   Wed Dec 29 16:21:22 2010 +0100
 
98426
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98427
AuthorDate: Wed Dec 29 16:21:22 2010 +0100
 
98428
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98429
CommitDate: Wed Dec 29 16:21:22 2010 +0100
86257
98430
 
86258
98431
    Add GI annotation: skip g_cancellable_source_new().
86259
98432
 
86264
98437
 1 file changed, 3 insertions(+), 3 deletions(-)
86265
98438
 
86266
98439
commit 53364788e9f52dd3cf9781d08004ed5f0db0941f
86267
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86268
 
Date:   Wed Dec 29 15:26:21 2010 +0100
 
98440
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98441
AuthorDate: Wed Dec 29 15:26:21 2010 +0100
 
98442
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98443
CommitDate: Wed Dec 29 16:02:35 2010 +0100
86269
98444
 
86270
98445
    Add GI annotations to Gio DNS resolution classes
86271
98446
 
86274
98449
 2 files changed, 22 insertions(+), 20 deletions(-)
86275
98450
 
86276
98451
commit add8cf9c09255e497545c67ca81e8f8bf28f3f85
86277
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86278
 
Date:   Wed Dec 29 16:01:12 2010 +0100
 
98452
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98453
AuthorDate: Wed Dec 29 16:01:12 2010 +0100
 
98454
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98455
CommitDate: Wed Dec 29 16:02:26 2010 +0100
86279
98456
 
86280
98457
    Add GI annotations to Gio highlevel network functionality
86281
98458
 
86285
98462
 3 files changed, 32 insertions(+), 32 deletions(-)
86286
98463
 
86287
98464
commit 975b0d4487809270100efce56270314d816e3073
86288
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86289
 
Date:   Wed Dec 29 13:51:44 2010 +0100
 
98465
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98466
AuthorDate: Wed Dec 29 13:51:44 2010 +0100
 
98467
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98468
CommitDate: Wed Dec 29 16:02:23 2010 +0100
86290
98469
 
86291
98470
    Add GI annotations to Gio lowlevel network support classes
86292
98471
 
86304
98483
 10 files changed, 55 insertions(+), 45 deletions(-)
86305
98484
 
86306
98485
commit 571104bcc384c30054b507cab8e9d9a5f1166c45
86307
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86308
 
Date:   Tue Dec 28 16:53:48 2010 +0100
 
98486
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98487
AuthorDate: Tue Dec 28 16:53:48 2010 +0100
 
98488
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98489
CommitDate: Wed Dec 29 16:02:12 2010 +0100
86309
98490
 
86310
98491
    Add GI annotations to GPollable{Input|Output}Stream
86311
98492
 
86314
98495
 2 files changed, 14 insertions(+), 11 deletions(-)
86315
98496
 
86316
98497
commit 79fd5ff80dcf086749e942ea3be9e4fa88317b09
86317
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86318
 
Date:   Tue Dec 28 15:46:01 2010 +0100
 
98498
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98499
AuthorDate: Tue Dec 28 15:46:01 2010 +0100
 
98500
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98501
CommitDate: Wed Dec 29 16:02:04 2010 +0100
86319
98502
 
86320
98503
    Add missing GI annotation to g_content_type_guess_for_tree
86321
98504
 
86323
98506
 1 file changed, 2 insertions(+), 2 deletions(-)
86324
98507
 
86325
98508
commit 422a76b3cd02f6075736da8b4203d83ff52ba096
86326
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86327
 
Date:   Tue Dec 28 14:28:52 2010 +0100
 
98509
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98510
AuthorDate: Tue Dec 28 14:28:52 2010 +0100
 
98511
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98512
CommitDate: Wed Dec 29 11:42:14 2010 +0100
86328
98513
 
86329
98514
    Fix typo in GI annotation
86330
98515
 
86332
98517
 1 file changed, 1 insertion(+), 1 deletion(-)
86333
98518
 
86334
98519
commit 500061f67567477c70b7950a60b0d5620a74131a
86335
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
86336
 
Date:   Tue Oct 12 16:05:26 2010 +0100
 
98520
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
98521
AuthorDate: Tue Oct 12 16:05:26 2010 +0100
 
98522
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
98523
CommitDate: Tue Dec 28 16:35:14 2010 +0000
86337
98524
 
86338
98525
    test: Add a <revision> node to the report XML
86339
98526
 
86347
98534
 1 file changed, 12 insertions(+), 6 deletions(-)
86348
98535
 
86349
98536
commit 52c831099e5fed55482c3d8cf43b457e37843bd6
86350
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
86351
 
Date:   Tue Oct 12 16:03:56 2010 +0100
 
98537
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
98538
AuthorDate: Tue Oct 12 16:03:56 2010 +0100
 
98539
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
98540
CommitDate: Tue Dec 28 16:35:12 2010 +0000
86352
98541
 
86353
98542
    gtester-report: Add an optional 'revision' node
86354
98543
 
86366
98555
 1 file changed, 5 insertions(+)
86367
98556
 
86368
98557
commit 408a9fcbcc175435bdf62354102e919dc4e4b4e7
86369
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
86370
 
Date:   Tue Dec 28 12:24:39 2010 +0100
 
98558
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
98559
AuthorDate: Tue Dec 28 12:24:39 2010 +0100
 
98560
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
98561
CommitDate: Tue Dec 28 12:24:39 2010 +0100
86371
98562
 
86372
98563
    gaction: update property flags to match needs of GSimpleAction
86373
98564
 
86380
98571
 1 file changed, 6 insertions(+), 3 deletions(-)
86381
98572
 
86382
98573
commit f248ab1b60a64df88a1578db81a3e263199d584c
86383
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
86384
 
Date:   Tue Dec 28 12:17:10 2010 +0100
 
98574
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
98575
AuthorDate: Tue Dec 28 12:17:10 2010 +0100
 
98576
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
98577
CommitDate: Tue Dec 28 12:18:51 2010 +0100
86385
98578
 
86386
98579
    tests: unbreak desktop-app-info test for jhbuild
86387
98580
 
86392
98585
 1 file changed, 1 insertion(+), 1 deletion(-)
86393
98586
 
86394
98587
commit 562a83432849280651ada9ac59e53358878cb2df
86395
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86396
 
Date:   Tue Dec 28 11:59:58 2010 +0100
 
98588
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98589
AuthorDate: Tue Dec 28 11:59:58 2010 +0100
 
98590
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98591
CommitDate: Tue Dec 28 11:59:58 2010 +0100
86397
98592
 
86398
98593
    Fix typo in function annotation.
86399
98594
 
86401
98596
 1 file changed, 1 insertion(+), 1 deletion(-)
86402
98597
 
86403
98598
commit b27ecf79e89db9ba26aa3dedc1a3ae1e6255cf40
86404
 
Author: Matthias Clasen <mclasen@redhat.com>
86405
 
Date:   Tue Dec 28 00:19:45 2010 -0500
 
98599
Author:     Matthias Clasen <mclasen@redhat.com>
 
98600
AuthorDate: Tue Dec 28 00:19:45 2010 -0500
 
98601
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98602
CommitDate: Tue Dec 28 00:19:45 2010 -0500
86406
98603
 
86407
98604
    Document that g_variant_builder_add_value consumes a floating ref
86408
98605
 
86413
98610
 1 file changed, 3 insertions(+)
86414
98611
 
86415
98612
commit 316be2748fce21c922291990e1d9a2479f13a464
86416
 
Author: Matthias Clasen <mclasen@redhat.com>
86417
 
Date:   Tue Dec 28 00:12:19 2010 -0500
 
98613
Author:     Matthias Clasen <mclasen@redhat.com>
 
98614
AuthorDate: Tue Dec 28 00:12:19 2010 -0500
 
98615
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98616
CommitDate: Tue Dec 28 00:12:19 2010 -0500
86418
98617
 
86419
98618
    Adapt testglib.c to GRelation deprecation
86420
98619
 
86425
98624
 1 file changed, 5 insertions(+), 1 deletion(-)
86426
98625
 
86427
98626
commit 702a96c28146f683c58281133056bf70d7b0313e
86428
 
Author: Matthias Clasen <mclasen@redhat.com>
86429
 
Date:   Tue Dec 28 00:08:56 2010 -0500
 
98627
Author:     Matthias Clasen <mclasen@redhat.com>
 
98628
AuthorDate: Tue Dec 28 00:08:56 2010 -0500
 
98629
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98630
CommitDate: Tue Dec 28 00:08:56 2010 -0500
86430
98631
 
86431
98632
    Fix a possible crash in g_io_channel_read_chars
86432
98633
 
86436
98637
 1 file changed, 18 insertions(+), 19 deletions(-)
86437
98638
 
86438
98639
commit bf1027f8269dd365097dd84c0c6d5abd7a61599e
86439
 
Author: Matthias Clasen <mclasen@redhat.com>
86440
 
Date:   Mon Dec 27 23:49:12 2010 -0500
 
98640
Author:     Matthias Clasen <mclasen@redhat.com>
 
98641
AuthorDate: Mon Dec 27 23:49:12 2010 -0500
 
98642
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98643
CommitDate: Mon Dec 27 23:49:12 2010 -0500
86441
98644
 
86442
98645
    Move ifaceproperties test to gobject/tests/
86443
98646
 
86451
98654
 5 files changed, 751 insertions(+), 660 deletions(-)
86452
98655
 
86453
98656
commit 068d53358bd366c26cff604a3de53b3cf734b08f
86454
 
Author: Matthias Clasen <mclasen@redhat.com>
86455
 
Date:   Mon Dec 27 23:41:10 2010 -0500
 
98657
Author:     Matthias Clasen <mclasen@redhat.com>
 
98658
AuthorDate: Mon Dec 27 23:41:10 2010 -0500
 
98659
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98660
CommitDate: Mon Dec 27 23:41:10 2010 -0500
86456
98661
 
86457
98662
    Make object_interface_check_properties work
86458
98663
 
86463
98668
 1 file changed, 10 insertions(+), 6 deletions(-)
86464
98669
 
86465
98670
commit 2a5e0cf9e0d67ea35b2f5fdf8bb2297354bcb7e6
86466
 
Author: Matthias Clasen <mclasen@redhat.com>
86467
 
Date:   Mon Dec 27 23:37:21 2010 -0500
 
98671
Author:     Matthias Clasen <mclasen@redhat.com>
 
98672
AuthorDate: Mon Dec 27 23:37:21 2010 -0500
 
98673
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98674
CommitDate: Mon Dec 27 23:40:28 2010 -0500
86468
98675
 
86469
98676
    Convert ifaceproperties.c to test framework
86470
98677
 
86478
98685
 1 file changed, 260 insertions(+), 119 deletions(-)
86479
98686
 
86480
98687
commit 58e36daf29aa1cf042a1141b9bbb91b4e794bfc7
86481
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86482
 
Date:   Mon Dec 27 22:07:08 2010 +0100
 
98688
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98689
AuthorDate: Mon Dec 27 22:07:08 2010 +0100
 
98690
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98691
CommitDate: Mon Dec 27 22:08:15 2010 +0100
86483
98692
 
86484
98693
    Add GI annotations to GObject
86485
98694
 
86488
98697
 1 file changed, 52 insertions(+), 48 deletions(-)
86489
98698
 
86490
98699
commit 282366c32626325ebb9257e500d3d2783e5d3d12
86491
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86492
 
Date:   Wed Dec 22 22:09:21 2010 +0100
 
98700
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98701
AuthorDate: Wed Dec 22 22:09:21 2010 +0100
 
98702
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98703
CommitDate: Mon Dec 27 22:08:07 2010 +0100
86493
98704
 
86494
98705
    Add GI annotations to GParamSpec
86495
98706
 
86498
98709
 2 files changed, 44 insertions(+), 41 deletions(-)
86499
98710
 
86500
98711
commit 3955bbfde0080bd15fff07906d011b93a2be2665
86501
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86502
 
Date:   Mon Dec 27 20:56:06 2010 +0100
 
98712
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98713
AuthorDate: Mon Dec 27 20:56:06 2010 +0100
 
98714
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98715
CommitDate: Mon Dec 27 20:56:58 2010 +0100
86503
98716
 
86504
98717
    Add GI annotations to GType
86505
98718
 
86508
98721
 1 file changed, 63 insertions(+), 47 deletions(-)
86509
98722
 
86510
98723
commit ed5790913e8de1a787f5cd6286542478f21c1afa
86511
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86512
 
Date:   Mon Dec 27 16:47:26 2010 +0100
 
98724
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98725
AuthorDate: Mon Dec 27 16:47:26 2010 +0100
 
98726
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98727
CommitDate: Mon Dec 27 16:47:26 2010 +0100
86513
98728
 
86514
98729
    Add GI annotations to GMemory{Input|Output}Stream
86515
98730
 
86518
98733
 2 files changed, 10 insertions(+), 10 deletions(-)
86519
98734
 
86520
98735
commit 53fee54b4f70d209a93f77effa2e9d2b1c8465e8
86521
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86522
 
Date:   Mon Dec 27 16:29:20 2010 +0100
 
98736
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98737
AuthorDate: Mon Dec 27 16:29:20 2010 +0100
 
98738
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98739
CommitDate: Mon Dec 27 16:29:20 2010 +0100
86523
98740
 
86524
98741
    Add GI annotations to GConverter
86525
98742
 
86527
98744
 1 file changed, 4 insertions(+), 3 deletions(-)
86528
98745
 
86529
98746
commit c8fd3e31caae45988a16442bd39ac4038cc4c510
86530
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86531
 
Date:   Mon Dec 27 16:24:21 2010 +0100
 
98747
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98748
AuthorDate: Mon Dec 27 16:24:21 2010 +0100
 
98749
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98750
CommitDate: Mon Dec 27 16:24:21 2010 +0100
86532
98751
 
86533
98752
    Add GI annotations to GSeekable
86534
98753
 
86536
98755
 1 file changed, 2 insertions(+), 2 deletions(-)
86537
98756
 
86538
98757
commit 5a8d012d296ab6eba4e26c59cfe06d3f8d582e70
86539
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86540
 
Date:   Mon Dec 27 16:08:46 2010 +0100
 
98758
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98759
AuthorDate: Mon Dec 27 16:08:46 2010 +0100
 
98760
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98761
CommitDate: Mon Dec 27 16:08:46 2010 +0100
86541
98762
 
86542
98763
    Add GI annotations to GIcon and related classes and interfaces
86543
98764
 
86549
98770
 5 files changed, 15 insertions(+), 13 deletions(-)
86550
98771
 
86551
98772
commit 7a1fbcd959ab22d356dbbaa807169089636cac99
86552
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86553
 
Date:   Mon Dec 27 15:48:31 2010 +0100
 
98773
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98774
AuthorDate: Mon Dec 27 15:48:31 2010 +0100
 
98775
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98776
CommitDate: Mon Dec 27 15:48:31 2010 +0100
86554
98777
 
86555
98778
    Add GI annotations to GFileEnumerator
86556
98779
 
86559
98782
 2 files changed, 10 insertions(+), 10 deletions(-)
86560
98783
 
86561
98784
commit 1f84c5b72f7e5bd096b0f9458ccc9eed7f64ace5
86562
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86563
 
Date:   Mon Dec 27 15:40:07 2010 +0100
 
98785
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98786
AuthorDate: Mon Dec 27 15:40:07 2010 +0100
 
98787
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98788
CommitDate: Mon Dec 27 15:40:07 2010 +0100
86564
98789
 
86565
98790
    Add GI annotations to GAppInfo and GDesktopAppInfo
86566
98791
 
86570
98795
 3 files changed, 6 insertions(+), 5 deletions(-)
86571
98796
 
86572
98797
commit e2b185f97aeba30c8c0f051da2f988b7e45c6a93
86573
 
Author: Aron Xu <aronxu@gnome.org>
86574
 
Date:   Sat Dec 25 16:50:40 2010 +0000
 
98798
Author:     Aron Xu <aronxu@gnome.org>
 
98799
AuthorDate: Sat Dec 25 16:50:40 2010 +0000
 
98800
Commit:     Aron Xu <aronxu@gnome.org>
 
98801
CommitDate: Sat Dec 25 16:50:40 2010 +0000
86575
98802
 
86576
98803
    Update Simplified Chinese translation.
86577
98804
 
86580
98807
 1 file changed, 126 insertions(+), 125 deletions(-)
86581
98808
 
86582
98809
commit ec6a9e71dbcd5a7a413247738eb8e40f020622ae
86583
 
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
86584
 
Date:   Thu Dec 23 19:57:19 2010 +0100
 
98810
Author:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
98811
AuthorDate: Thu Dec 23 19:57:19 2010 +0100
 
98812
Commit:     Daniel Mustieles <daniel.mustieles@gmail.com>
 
98813
CommitDate: Thu Dec 23 19:57:19 2010 +0100
86585
98814
 
86586
98815
    Updated Spanish translation
86587
98816
 
86590
98819
 1 file changed, 175 insertions(+), 180 deletions(-)
86591
98820
 
86592
98821
commit bb1d3fe1d3fbc022f541cbadb2caa969ff5efeba
86593
 
Author: Gheyret T.Kenji <gheyret@gmail.com>
86594
 
Date:   Thu Dec 23 18:51:06 2010 +0100
 
98822
Author:     Gheyret T.Kenji <gheyret@gmail.com>
 
98823
AuthorDate: Thu Dec 23 18:51:06 2010 +0100
 
98824
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
98825
CommitDate: Thu Dec 23 18:51:06 2010 +0100
86595
98826
 
86596
98827
    Added UG translation
86597
98828
 
86600
98831
 1 file changed, 280 insertions(+), 267 deletions(-)
86601
98832
 
86602
98833
commit efd2bf9de4dbb31974fedb5ac4a5f033c7bd092a
86603
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
86604
 
Date:   Thu Dec 23 17:20:21 2010 +0200
 
98834
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
98835
AuthorDate: Thu Dec 23 17:20:21 2010 +0200
 
98836
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
98837
CommitDate: Thu Dec 23 17:20:21 2010 +0200
86605
98838
 
86606
98839
    Updated Hebrew translation.
86607
98840
 
86610
98843
 1 file changed, 120 insertions(+), 120 deletions(-)
86611
98844
 
86612
98845
commit 37ef8cbba5f8fae5c3f56a16925f68346944548d
86613
 
Author: Brian Cameron <Brian.Cameron@sun.com>
86614
 
Date:   Wed Dec 22 01:37:21 2010 -0600
 
98846
Author:     Brian Cameron <Brian.Cameron@sun.com>
 
98847
AuthorDate: Wed Dec 22 01:37:21 2010 -0600
 
98848
Commit:     Brian Cameron <Brian.Cameron@sun.com>
 
98849
CommitDate: Wed Dec 22 01:37:21 2010 -0600
86615
98850
 
86616
98851
    Fix for bug #637720.  void functions should not return a value.
86617
98852
 
86620
98855
 2 files changed, 5 insertions(+), 5 deletions(-)
86621
98856
 
86622
98857
commit 86b250019afaa572b7badee0f477401251d89ee1
86623
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86624
 
Date:   Tue Dec 21 18:19:16 2010 +0100
 
98858
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98859
AuthorDate: Tue Dec 21 18:19:16 2010 +0100
 
98860
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98861
CommitDate: Tue Dec 21 18:21:33 2010 +0100
86625
98862
 
86626
98863
    Add GI annotations to GBufferedInputStream
86627
98864
 
86629
98866
 1 file changed, 8 insertions(+), 7 deletions(-)
86630
98867
 
86631
98868
commit 5ea4fa75bd16a255786a37502cd09489055cc22d
86632
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86633
 
Date:   Tue Dec 21 18:00:48 2010 +0100
 
98869
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98870
AuthorDate: Tue Dec 21 18:00:48 2010 +0100
 
98871
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98872
CommitDate: Tue Dec 21 18:21:33 2010 +0100
86634
98873
 
86635
98874
    Add GI annotations to GData{Input|Output}Stream
86636
98875
 
86640
98879
 2 files changed, 59 insertions(+), 53 deletions(-)
86641
98880
 
86642
98881
commit e78c27256a73dcb0651340b9b3481a3fb8df303c
86643
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86644
 
Date:   Tue Dec 21 17:35:11 2010 +0100
 
98882
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98883
AuthorDate: Tue Dec 21 17:35:11 2010 +0100
 
98884
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
98885
CommitDate: Tue Dec 21 18:21:33 2010 +0100
86645
98886
 
86646
98887
    Add GI annotations to GSimpleAsyncResult
86647
98888
 
86650
98891
 2 files changed, 22 insertions(+), 22 deletions(-)
86651
98892
 
86652
98893
commit 0165efd6034d1b065be755a01e829028f1329b2c
86653
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
86654
 
Date:   Tue Dec 21 19:51:54 2010 +0700
 
98894
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
98895
AuthorDate: Tue Dec 21 19:51:54 2010 +0700
 
98896
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
98897
CommitDate: Tue Dec 21 19:53:00 2010 +0700
86655
98898
 
86656
98899
    Updated Vietnamese translation
86657
98900
 
86660
98903
 1 file changed, 228 insertions(+), 217 deletions(-)
86661
98904
 
86662
98905
commit 56de8a1ce059adaa5a050d9dc75646c12340f838
86663
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
86664
 
Date:   Mon Dec 20 17:39:39 2010 +0700
 
98906
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
98907
AuthorDate: Mon Dec 20 17:39:39 2010 +0700
 
98908
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
98909
CommitDate: Tue Dec 21 19:53:00 2010 +0700
86665
98910
 
86666
98911
    po/vi.po: import from Damned Lies
86667
98912
 
86670
98915
 1 file changed, 1658 insertions(+), 742 deletions(-)
86671
98916
 
86672
98917
commit 12cf4af5bbdfaf5abde1e3eaaba6df85edc7419b
86673
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
86674
 
Date:   Tue Dec 21 19:50:33 2010 +0700
 
98918
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
98919
AuthorDate: Tue Dec 21 19:50:33 2010 +0700
 
98920
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
98921
CommitDate: Tue Dec 21 19:53:00 2010 +0700
86675
98922
 
86676
98923
    gio: typo fix
86677
98924
 
86679
98926
 1 file changed, 1 insertion(+), 1 deletion(-)
86680
98927
 
86681
98928
commit 99fe4b1da7560e1df2d9352ddbd845a5d9a62429
86682
 
Author: Ryan Lortie <desrt@desrt.ca>
86683
 
Date:   Sat Dec 18 18:52:32 2010 -0500
 
98929
Author:     Ryan Lortie <desrt@desrt.ca>
 
98930
AuthorDate: Sat Dec 18 18:52:32 2010 -0500
 
98931
Commit:     Ryan Lortie <desrt@desrt.ca>
 
98932
CommitDate: Mon Dec 20 20:50:19 2010 -0500
86684
98933
 
86685
98934
    Bug 637544 - Skip fsync() on btrfs
86686
98935
 
86693
98942
 1 file changed, 19 insertions(+)
86694
98943
 
86695
98944
commit dce0c1c56388033b37a25f4d065383655ae8d9c9
86696
 
Author: Matthias Clasen <mclasen@redhat.com>
86697
 
Date:   Mon Dec 20 16:47:10 2010 -0500
 
98945
Author:     Matthias Clasen <mclasen@redhat.com>
 
98946
AuthorDate: Mon Dec 20 16:47:10 2010 -0500
 
98947
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98948
CommitDate: Mon Dec 20 16:47:10 2010 -0500
86698
98949
 
86699
98950
    Bump version
86700
98951
 
86702
98953
 1 file changed, 1 insertion(+), 1 deletion(-)
86703
98954
 
86704
98955
commit 8f5904ccbcd45d30a7ed6da4f0b8b8f0c221bb99
86705
 
Author: Matthias Clasen <mclasen@redhat.com>
86706
 
Date:   Mon Dec 20 14:03:45 2010 -0500
 
98956
Author:     Matthias Clasen <mclasen@redhat.com>
 
98957
AuthorDate: Mon Dec 20 14:03:45 2010 -0500
 
98958
Commit:     Matthias Clasen <mclasen@redhat.com>
 
98959
CommitDate: Mon Dec 20 14:03:45 2010 -0500
86707
98960
 
86708
98961
    Update NEWS
86709
98962
 
86711
98964
 1 file changed, 45 insertions(+)
86712
98965
 
86713
98966
commit 30587a3a602fb0de2540ea220c1484763a18ff47
86714
 
Author: Xavier Claessens <xclaesse@gmail.com>
86715
 
Date:   Mon Dec 20 18:52:44 2010 +0100
 
98967
Author:     Xavier Claessens <xclaesse@gmail.com>
 
98968
AuthorDate: Mon Dec 20 18:52:44 2010 +0100
 
98969
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
98970
CommitDate: Mon Dec 20 18:52:44 2010 +0100
86716
98971
 
86717
98972
    Add io-stream in gitignore
86718
98973
 
86720
98975
 1 file changed, 1 insertion(+)
86721
98976
 
86722
98977
commit 8d272eb662180fe60cfa566b669797a0b57cbf0d
86723
 
Author: Xavier Claessens <xclaesse@gmail.com>
86724
 
Date:   Mon Dec 20 18:44:49 2010 +0100
 
98978
Author:     Xavier Claessens <xclaesse@gmail.com>
 
98979
AuthorDate: Mon Dec 20 18:44:49 2010 +0100
 
98980
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
98981
CommitDate: Mon Dec 20 18:50:33 2010 +0100
86725
98982
 
86726
98983
    Add g_sequence_lookup{_iter} into symbols
86727
98984
 
86729
98986
 1 file changed, 2 insertions(+)
86730
98987
 
86731
98988
commit 6a10591573a56c5dfe1ac5b8315447f63d29dd39
86732
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
86733
 
Date:   Mon Dec 20 17:44:51 2010 +0100
 
98989
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
98990
AuthorDate: Mon Dec 20 17:44:51 2010 +0100
 
98991
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
98992
CommitDate: Mon Dec 20 18:19:13 2010 +0100
86734
98993
 
86735
98994
    appinfo: avoid overriding the system defaults when adding support
86736
98995
 
86752
99011
 1 file changed, 38 insertions(+), 9 deletions(-)
86753
99012
 
86754
99013
commit e666a2ed696a9545a23371b53c4a07471b635d5c
86755
 
Author: Xavier Claessens <xclaesse@gmail.com>
86756
 
Date:   Fri Dec 10 10:17:44 2010 +0100
 
99014
Author:     Xavier Claessens <xclaesse@gmail.com>
 
99015
AuthorDate: Fri Dec 10 10:17:44 2010 +0100
 
99016
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
99017
CommitDate: Mon Dec 20 17:30:58 2010 +0100
86757
99018
 
86758
99019
    Add note in g_sequence_search() doc about g_sequence_lookup()
86759
99020
 
86761
99022
 1 file changed, 6 insertions(+)
86762
99023
 
86763
99024
commit 50f96ae79b329154e55ac63b1ab8b0ff650bf871
86764
 
Author: Xavier Claessens <xclaesse@gmail.com>
86765
 
Date:   Fri Dec 10 10:14:06 2010 +0100
 
99025
Author:     Xavier Claessens <xclaesse@gmail.com>
 
99026
AuthorDate: Fri Dec 10 10:14:06 2010 +0100
 
99027
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
99028
CommitDate: Mon Dec 20 17:30:58 2010 +0100
86766
99029
 
86767
99030
    Add unit test for g_sequence_lookup() and g_sequence_lookup_iter().
86768
99031
 
86771
99034
 1 file changed, 76 insertions(+)
86772
99035
 
86773
99036
commit 4e309043311487d66157383991373107eac1f7b9
86774
 
Author: Xavier Claessens <xclaesse@gmail.com>
86775
 
Date:   Fri Apr 30 13:55:53 2010 +0200
 
99037
Author:     Xavier Claessens <xclaesse@gmail.com>
 
99038
AuthorDate: Fri Apr 30 13:55:53 2010 +0200
 
99039
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
99040
CommitDate: Mon Dec 20 17:30:58 2010 +0100
86776
99041
 
86777
99042
    New API: g_sequence_lookup() and g_sequence_lookup_iter()
86778
99043
 
86785
99050
 3 files changed, 141 insertions(+), 1 deletion(-)
86786
99051
 
86787
99052
commit 1f9e34cab7b474a2b98c52d111a61f596ae33b58
86788
 
Author: Christian Dywan <christian@twotoasts.de>
86789
 
Date:   Mon Dec 20 17:15:15 2010 +0100
 
99053
Author:     Christian Dywan <christian@twotoasts.de>
 
99054
AuthorDate: Mon Dec 20 17:15:15 2010 +0100
 
99055
Commit:     Christian Dywan <christian@twotoasts.de>
 
99056
CommitDate: Mon Dec 20 17:22:19 2010 +0100
86790
99057
 
86791
99058
    Allow null object in g_simple_async_report_gerror_in_idle
86792
99059
 
86796
99063
 1 file changed, 2 insertions(+), 2 deletions(-)
86797
99064
 
86798
99065
commit 678bcad92c2a6350cd5dbf4ea3a567d99cf4c29d
86799
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
86800
 
Date:   Wed Dec 15 17:56:22 2010 +0100
 
99066
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99067
AuthorDate: Wed Dec 15 17:56:22 2010 +0100
 
99068
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99069
CommitDate: Mon Dec 20 15:43:58 2010 +0100
86801
99070
 
86802
99071
    appinfo: add g_app_info_set_as_last_used_for_type()
86803
99072
 
86826
99095
 6 files changed, 314 insertions(+), 64 deletions(-)
86827
99096
 
86828
99097
commit 01ba7bd8e8984609d411b70a8ac9db4e8b64fb06
86829
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
86830
 
Date:   Thu Dec 9 18:31:19 2010 +0100
 
99098
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99099
AuthorDate: Thu Dec 9 18:31:19 2010 +0100
 
99100
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99101
CommitDate: Mon Dec 20 15:39:00 2010 +0100
86831
99102
 
86832
99103
    emblemedicon: make GEmblemedIcon subclassable
86833
99104
 
86853
99124
 2 files changed, 101 insertions(+), 32 deletions(-)
86854
99125
 
86855
99126
commit bc4e1fc622d0bc61f8978a6c3df98d6c0ab12226
86856
 
Author: Matthias Clasen <mclasen@redhat.com>
86857
 
Date:   Mon Dec 20 09:16:05 2010 -0500
 
99127
Author:     Matthias Clasen <mclasen@redhat.com>
 
99128
AuthorDate: Mon Dec 20 09:16:05 2010 -0500
 
99129
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99130
CommitDate: Mon Dec 20 09:16:05 2010 -0500
86858
99131
 
86859
99132
    Add a delay-apply property to GSettings
86860
99133
 
86864
99137
 1 file changed, 21 insertions(+)
86865
99138
 
86866
99139
commit 21c764cd9fca4d0568258d84cbb82b858d06292a
86867
 
Author: Mattias Põldaru <mahfiaz gmail com>
86868
 
Date:   Mon Dec 20 13:55:19 2010 +0200
 
99140
Author:     Mattias Põldaru <mahfiaz gmail com>
 
99141
AuthorDate: Mon Dec 20 13:55:19 2010 +0200
 
99142
Commit:     Priit Laes <plaes@plaes.org>
 
99143
CommitDate: Mon Dec 20 13:55:19 2010 +0200
86869
99144
 
86870
99145
    [l10n] Updated Estonian translation
86871
99146
 
86874
99149
 1 file changed, 373 insertions(+), 192 deletions(-)
86875
99150
 
86876
99151
commit fef417575c1cac47f9d9a2b386ad386ec4272d45
86877
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
86878
 
Date:   Mon Dec 20 17:26:00 2010 +0700
 
99152
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
99153
AuthorDate: Mon Dec 20 17:26:00 2010 +0700
 
99154
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
99155
CommitDate: Mon Dec 20 17:26:00 2010 +0700
86879
99156
 
86880
99157
    Updated Vietnamese translation
86881
99158
 
86884
99161
 1 file changed, 319 insertions(+), 302 deletions(-)
86885
99162
 
86886
99163
commit 3264d8d1598916a59775ed07969ff0d20b8790e0
86887
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86888
 
Date:   Sun Dec 19 22:15:42 2010 +0100
 
99164
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99165
AuthorDate: Sun Dec 19 22:15:42 2010 +0100
 
99166
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99167
CommitDate: Sun Dec 19 22:20:21 2010 +0100
86889
99168
 
86890
99169
    Add GI annotations to GClosure and friends.
86891
99170
 
86894
99173
 2 files changed, 16 insertions(+), 15 deletions(-)
86895
99174
 
86896
99175
commit ea577d60d451bc7102695046fb1c3f80fb3e1769
86897
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86898
 
Date:   Sun Dec 19 10:39:36 2010 +0100
 
99176
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99177
AuthorDate: Sun Dec 19 10:39:36 2010 +0100
 
99178
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99179
CommitDate: Sun Dec 19 10:39:36 2010 +0100
86899
99180
 
86900
99181
    Add GI annotations to GValue and GValueArray.
86901
99182
 
86908
99189
 6 files changed, 29 insertions(+), 29 deletions(-)
86909
99190
 
86910
99191
commit ddc126cf2cbbdbc3a98e7bd397f19fb0ac8c27c4
86911
 
Author: Christian Dywan <christian@twotoasts.de>
86912
 
Date:   Fri Dec 10 15:07:04 2010 +0100
 
99192
Author:     Christian Dywan <christian@twotoasts.de>
 
99193
AuthorDate: Fri Dec 10 15:07:04 2010 +0100
 
99194
Commit:     Christian Dywan <christian@twotoasts.de>
 
99195
CommitDate: Fri Dec 17 17:38:04 2010 +0100
86913
99196
 
86914
99197
    g_simple_async_report_error_in_idle with no object
86915
99198
 
86922
99205
 1 file changed, 7 insertions(+), 8 deletions(-)
86923
99206
 
86924
99207
commit f0354ff0590f0350ebdb1ee8eb84e7b6cdd1e850
86925
 
Author: Javier Jardón <jjardon@gnome.org>
86926
 
Date:   Fri Dec 17 16:12:16 2010 +0000
 
99208
Author:     Javier Jardón <jjardon@gnome.org>
 
99209
AuthorDate: Fri Dec 17 16:12:16 2010 +0000
 
99210
Commit:     Javier Jardón <jjardon@gnome.org>
 
99211
CommitDate: Fri Dec 17 16:12:16 2010 +0000
86927
99212
 
86928
99213
    grand: Fix URLs for info on the Mersenne Twister
86929
99214
 
86936
99221
 3 files changed, 5 insertions(+), 4 deletions(-)
86937
99222
 
86938
99223
commit 89b558077f97c630c5b26b3527a6c7d0515f1f2c
86939
 
Author: Pavel Holejsovsky <pholejs@src.gnome.org>
86940
 
Date:   Fri Dec 17 16:24:33 2010 +0100
 
99224
Author:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99225
AuthorDate: Fri Dec 17 16:24:33 2010 +0100
 
99226
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99227
CommitDate: Fri Dec 17 16:29:05 2010 +0100
86941
99228
 
86942
99229
    [gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.
86943
99230
 
86958
99245
 10 files changed, 143 insertions(+), 142 deletions(-)
86959
99246
 
86960
99247
commit 101dcecb1f1c53041c228cd4f5c4580743a7362a
86961
 
Author: Matthias Clasen <mclasen@redhat.com>
86962
 
Date:   Fri Dec 17 08:35:54 2010 -0500
 
99248
Author:     Matthias Clasen <mclasen@redhat.com>
 
99249
AuthorDate: Fri Dec 17 08:35:54 2010 -0500
 
99250
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99251
CommitDate: Fri Dec 17 08:37:21 2010 -0500
86963
99252
 
86964
99253
    Update symbols list for recent changes
86965
99254
 
86967
99256
 1 file changed, 3 insertions(+), 15 deletions(-)
86968
99257
 
86969
99258
commit ac4722df1c9802b0c78bba31aa9004348eb1813d
86970
 
Author: Will Thompson <will.thompson@collabora.co.uk>
86971
 
Date:   Fri Dec 17 12:34:28 2010 +0000
 
99259
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
99260
AuthorDate: Fri Dec 17 12:34:28 2010 +0000
 
99261
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
99262
CommitDate: Fri Dec 17 13:21:07 2010 +0000
86972
99263
 
86973
99264
    g_object_get_property: document that value must be initialized
86974
99265
 
86986
99277
 1 file changed, 3 insertions(+), 1 deletion(-)
86987
99278
 
86988
99279
commit d3ce12571cf8dc9f925ffa344887c26b16bcbf1e
86989
 
Author: Kjartan Maraas <kmaraas@gnome.org>
86990
 
Date:   Fri Dec 17 13:03:18 2010 +0100
 
99280
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
99281
AuthorDate: Fri Dec 17 13:03:18 2010 +0100
 
99282
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
99283
CommitDate: Fri Dec 17 13:04:25 2010 +0100
86991
99284
 
86992
99285
    Updated Norwegian bokmål translation
86993
99286
 
86996
99289
 1 file changed, 144 insertions(+), 131 deletions(-)
86997
99290
 
86998
99291
commit f33ccd4b41aa4d3bfde71adefef74bb22c6bffcb
86999
 
Author: Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
87000
 
Date:   Thu Dec 16 21:06:51 2010 +0100
 
99292
Author:     Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
 
99293
AuthorDate: Thu Dec 16 21:06:51 2010 +0100
 
99294
Commit:     Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
 
99295
CommitDate: Thu Dec 16 21:06:51 2010 +0100
87001
99296
 
87002
99297
    [gi] Fix GObject.Object annotations.
87003
99298
 
87005
99300
 1 file changed, 3 insertions(+), 3 deletions(-)
87006
99301
 
87007
99302
commit 6f215e477dd91446f64d3ae4a05e47d0138a5d0d
87008
 
Author: John (J5) Palmieri <johnp@redhat.com>
87009
 
Date:   Thu Dec 16 13:44:56 2010 -0500
 
99303
Author:     John (J5) Palmieri <johnp@redhat.com>
 
99304
AuthorDate: Thu Dec 16 13:44:56 2010 -0500
 
99305
Commit:     John (J5) Palmieri <johnp@redhat.com>
 
99306
CommitDate: Thu Dec 16 13:48:31 2010 -0500
87010
99307
 
87011
99308
    [gi] add annotations for methods which take a gpointer which are
87012
99309
    really GObjects
87019
99316
 1 file changed, 3 insertions(+), 3 deletions(-)
87020
99317
 
87021
99318
commit 2b6c801d10b5ee1ab11cf0612e34db74c6985fbd
87022
 
Author: Murray Cumming <murrayc@murrayc.com>
87023
 
Date:   Thu Dec 16 10:57:18 2010 +0100
 
99319
Author:     Murray Cumming <murrayc@murrayc.com>
 
99320
AuthorDate: Thu Dec 16 10:57:18 2010 +0100
 
99321
Commit:     Murray Cumming <murrayc@murrayc.com>
 
99322
CommitDate: Thu Dec 16 10:57:39 2010 +0100
87024
99323
 
87025
99324
    gioenums.h: Remove a trailing comma.
87026
99325
 
87028
99327
 1 file changed, 1 insertion(+), 1 deletion(-)
87029
99328
 
87030
99329
commit 274ef35fd44ca272d80966a9f1fd17ecce1bc46f
87031
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
87032
 
Date:   Tue Dec 14 18:33:17 2010 +0100
 
99330
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99331
AuthorDate: Tue Dec 14 18:33:17 2010 +0100
 
99332
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99333
CommitDate: Wed Dec 15 18:03:13 2010 +0100
87033
99334
 
87034
99335
    tests: remove a bogus assumption
87035
99336
 
87037
99338
 1 file changed, 3 deletions(-)
87038
99339
 
87039
99340
commit 683a5632c89b311111503a03290ff75ad705ac46
87040
 
Author: Matthias Clasen <mclasen@redhat.com>
87041
 
Date:   Wed Dec 15 11:56:44 2010 -0500
 
99341
Author:     Matthias Clasen <mclasen@redhat.com>
 
99342
AuthorDate: Wed Dec 15 11:56:44 2010 -0500
 
99343
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99344
CommitDate: Wed Dec 15 11:56:44 2010 -0500
87042
99345
 
87043
99346
    Remove GPeriodic for now
87044
99347
 
87057
99360
 7 files changed, 887 deletions(-)
87058
99361
 
87059
99362
commit 1bbf4cb87c2a0b028de4b65377d0b21cbb49d8f2
87060
 
Author: Matthias Clasen <mclasen@redhat.com>
87061
 
Date:   Wed Dec 15 11:41:05 2010 -0500
 
99363
Author:     Matthias Clasen <mclasen@redhat.com>
 
99364
AuthorDate: Wed Dec 15 11:41:05 2010 -0500
 
99365
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99366
CommitDate: Wed Dec 15 11:41:05 2010 -0500
87062
99367
 
87063
99368
    Remove the dead --disable-visiblity configure option
87064
99369
 
87070
99375
 3 files changed, 12 insertions(+), 24 deletions(-)
87071
99376
 
87072
99377
commit 92c22e7ca78670e35df9150169f6837c1dc1d99b
87073
 
Author: Ryan Lortie <desrt@desrt.ca>
87074
 
Date:   Wed Dec 15 11:36:14 2010 -0500
 
99378
Author:     Ryan Lortie <desrt@desrt.ca>
 
99379
AuthorDate: Wed Dec 15 11:36:14 2010 -0500
 
99380
Commit:     Ryan Lortie <desrt@desrt.ca>
 
99381
CommitDate: Wed Dec 15 11:36:14 2010 -0500
87075
99382
 
87076
99383
    Fix some leaks in the GVDB builder
87077
99384
 
87079
99386
 1 file changed, 12 insertions(+)
87080
99387
 
87081
99388
commit 9411d0c108d6c5b122f82666467ad9cb42eeccd1
87082
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
87083
 
Date:   Wed Dec 15 12:50:59 2010 +0100
 
99389
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99390
AuthorDate: Wed Dec 15 12:50:59 2010 +0100
 
99391
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99392
CommitDate: Wed Dec 15 12:50:59 2010 +0100
87084
99393
 
87085
99394
    docs: fix a typo
87086
99395
 
87088
99397
 1 file changed, 1 insertion(+), 1 deletion(-)
87089
99398
 
87090
99399
commit bfee021cfb24a97b99612f6314e9309f3a70f6db
87091
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
87092
 
Date:   Wed Dec 15 12:49:22 2010 +0100
 
99400
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99401
AuthorDate: Wed Dec 15 12:49:22 2010 +0100
 
99402
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99403
CommitDate: Wed Dec 15 12:49:22 2010 +0100
87093
99404
 
87094
99405
    emblemedicon: add docs for _clear_emblems()
87095
99406
 
87099
99410
 3 files changed, 10 insertions(+)
87100
99411
 
87101
99412
commit f53d518a3de99eb8418a35b8f1e163026130687b
87102
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
87103
 
Date:   Thu Dec 9 18:16:17 2010 +0100
 
99413
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99414
AuthorDate: Thu Dec 9 18:16:17 2010 +0100
 
99415
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99416
CommitDate: Wed Dec 15 11:45:20 2010 +0100
87104
99417
 
87105
99418
    emblemedicon: add g_emblemed_icon_clear_emblems()
87106
99419
 
87111
99424
 2 files changed, 13 insertions(+)
87112
99425
 
87113
99426
commit 056a5d753d14b505c3250ccb4a5de92dbdc67a58
87114
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
87115
 
Date:   Tue Dec 14 17:16:31 2010 +0100
 
99427
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
99428
AuthorDate: Tue Dec 14 17:16:31 2010 +0100
 
99429
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
99430
CommitDate: Wed Dec 15 11:43:14 2010 +0100
87116
99431
 
87117
99432
    gapplication: plug a memory leak
87118
99433
 
87122
99437
 1 file changed, 2 insertions(+)
87123
99438
 
87124
99439
commit 8c742aea720d491fc62eac24dbdab8986a849c2d
87125
 
Author: Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
87126
 
Date:   Wed Dec 15 11:17:00 2010 +0100
 
99440
Author:     Pavel Holejsovsky <pavel.holejsovsky@gmail.com>
 
99441
AuthorDate: Wed Dec 15 11:17:00 2010 +0100
 
99442
Commit:     Pavel Holejsovsky <pholejs@src.gnome.org>
 
99443
CommitDate: Wed Dec 15 11:26:59 2010 +0100
87127
99444
 
87128
99445
    Add missing annotations to GApplication and GApplicationCommandLine.
87129
99446
 
87132
99449
 2 files changed, 9 insertions(+), 7 deletions(-)
87133
99450
 
87134
99451
commit 7ee902a3d05cc74a4edaf0197e076611401c029c
87135
 
Author: Dan Winship <danw@gnome.org>
87136
 
Date:   Fri Dec 10 11:42:56 2010 +0100
 
99452
Author:     Dan Winship <danw@gnome.org>
 
99453
AuthorDate: Fri Dec 10 11:42:56 2010 +0100
 
99454
Commit:     Dan Winship <danw@gnome.org>
 
99455
CommitDate: Wed Dec 15 03:56:35 2010 -0500
87137
99456
 
87138
99457
    ghostutils: Convert non-ASCII dots to '.' when converting hostnames
87139
99458
 
87150
99469
 2 files changed, 103 insertions(+), 11 deletions(-)
87151
99470
 
87152
99471
commit 09ce9dc542b26e133bc798f9a0382b642aea4470
87153
 
Author: Ted Gould <ted@gould.cx>
87154
 
Date:   Mon Dec 13 13:33:15 2010 -0500
 
99472
Author:     Ted Gould <ted@gould.cx>
 
99473
AuthorDate: Mon Dec 13 13:33:15 2010 -0500
 
99474
Commit:     David Zeuthen <davidz@redhat.com>
 
99475
CommitDate: Mon Dec 13 13:33:15 2010 -0500
87155
99476
 
87156
99477
    Bug 635626 – GDBus message idle can execute while flushes are
87157
99478
    pending
87164
99485
 1 file changed, 13 insertions(+), 1 deletion(-)
87165
99486
 
87166
99487
commit 735fcf918e70035874b50785524d25eda557d51f
87167
 
Author: Peng Huang <shawn.p.huang@gmail.com>
87168
 
Date:   Mon Dec 13 13:09:38 2010 -0500
 
99488
Author:     Peng Huang <shawn.p.huang@gmail.com>
 
99489
AuthorDate: Mon Dec 13 13:09:38 2010 -0500
 
99490
Commit:     David Zeuthen <davidz@redhat.com>
 
99491
CommitDate: Mon Dec 13 13:09:38 2010 -0500
87169
99492
 
87170
99493
    Bug 632544 – Cannot send a locked message with PRESERVE_SERIAL flag
87171
99494
 
87178
99501
 2 files changed, 17 insertions(+), 4 deletions(-)
87179
99502
 
87180
99503
commit a855f7270066a9268d52e97ad301315d27a6edb7
87181
 
Author: Xavier Claessens <xclaesse@gmail.com>
87182
 
Date:   Mon Dec 13 17:59:47 2010 +0100
 
99504
Author:     Xavier Claessens <xclaesse@gmail.com>
 
99505
AuthorDate: Mon Dec 13 17:59:47 2010 +0100
 
99506
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
99507
CommitDate: Mon Dec 13 17:59:47 2010 +0100
87183
99508
 
87184
99509
    Add GIOStreamSpliceFlags to doc
87185
99510
 
87187
99512
 1 file changed, 1 insertion(+)
87188
99513
 
87189
99514
commit e4f25c0fed49acc46de2519837b78db6c12b2df4
87190
 
Author: Xavier Claessens <xclaesse@gmail.com>
87191
 
Date:   Mon Dec 13 17:42:11 2010 +0100
 
99515
Author:     Xavier Claessens <xclaesse@gmail.com>
 
99516
AuthorDate: Mon Dec 13 17:42:11 2010 +0100
 
99517
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
99518
CommitDate: Mon Dec 13 17:42:11 2010 +0100
87192
99519
 
87193
99520
    Add Since 2.28 in g_io_stream_splice doc
87194
99521
 
87197
99524
 2 files changed, 6 insertions(+)
87198
99525
 
87199
99526
commit 0a2d47b626d130b0b795f76147c68132ede73b08
87200
 
Author: Xavier Claessens <xclaesse@gmail.com>
87201
 
Date:   Fri Aug 13 10:10:48 2010 +0200
 
99527
Author:     Xavier Claessens <xclaesse@gmail.com>
 
99528
AuthorDate: Fri Aug 13 10:10:48 2010 +0200
 
99529
Commit:     Xavier Claessens <xclaesse@gmail.com>
 
99530
CommitDate: Mon Dec 13 17:36:12 2010 +0100
87202
99531
 
87203
99532
    Add g_io_stream_splice_async/finish()
87204
99533
 
87216
99545
 6 files changed, 469 insertions(+)
87217
99546
 
87218
99547
commit 69c6e41b54085a7febc769f3b0582abf7c650a5f
87219
 
Author: Matthias Clasen <mclasen@redhat.com>
87220
 
Date:   Mon Dec 13 09:04:28 2010 -0500
 
99548
Author:     Matthias Clasen <mclasen@redhat.com>
 
99549
AuthorDate: Mon Dec 13 09:04:28 2010 -0500
 
99550
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99551
CommitDate: Mon Dec 13 09:19:35 2010 -0500
87221
99552
 
87222
99553
    Document the GIO_USE_TLS environment variable
87223
99554
 
87225
99556
 1 file changed, 4 insertions(+), 5 deletions(-)
87226
99557
 
87227
99558
commit 78c34bb34f6035e01ee41a57ab4b3f2c2f91cc4d
87228
 
Author: Christian Persch <chpe@gnome.org>
87229
 
Date:   Tue Nov 16 19:22:10 2010 +0100
 
99559
Author:     Christian Persch <chpe@gnome.org>
 
99560
AuthorDate: Tue Nov 16 19:22:10 2010 +0100
 
99561
Commit:     Christian Persch <chpe@gnome.org>
 
99562
CommitDate: Sun Dec 12 13:26:02 2010 +0100
87230
99563
 
87231
99564
    Fix gsettings enum rule to work with non-srcdir builds
87232
99565
 
87236
99569
 1 file changed, 1 insertion(+), 1 deletion(-)
87237
99570
 
87238
99571
commit ce50df7e0e744a5a6f3d9e41d2b2f872f6174792
87239
 
Author: Christian Persch <chpe@gnome.org>
87240
 
Date:   Tue Nov 9 22:56:28 2010 +0100
 
99572
Author:     Christian Persch <chpe@gnome.org>
 
99573
AuthorDate: Tue Nov 9 22:56:28 2010 +0100
 
99574
Commit:     Christian Persch <chpe@gnome.org>
 
99575
CommitDate: Sun Dec 12 13:25:34 2010 +0100
87241
99576
 
87242
99577
    Better error reporting for g_variant_parse()
87243
99578
 
87252
99587
 3 files changed, 89 insertions(+), 17 deletions(-)
87253
99588
 
87254
99589
commit ad56426bc784ab0979264058444781246e42661f
87255
 
Author: Dan Winship <danw@gnome.org>
87256
 
Date:   Fri Dec 10 10:01:01 2010 +0100
 
99590
Author:     Dan Winship <danw@gnome.org>
 
99591
AuthorDate: Fri Dec 10 10:01:01 2010 +0100
 
99592
Commit:     Dan Winship <danw@gnome.org>
 
99593
CommitDate: Fri Dec 10 10:01:22 2010 +0100
87257
99594
 
87258
99595
    Add missing property to GDummyTlsCertificate
87259
99596
 
87261
99598
 1 file changed, 3 insertions(+), 1 deletion(-)
87262
99599
 
87263
99600
commit ca38bddd6e5dc18db8fd8695d88c4de5183c7fe9
87264
 
Author: Benjamin Otte <otte@redhat.com>
87265
 
Date:   Tue Dec 7 17:55:03 2010 +0100
 
99601
Author:     Benjamin Otte <otte@redhat.com>
 
99602
AuthorDate: Tue Dec 7 17:55:03 2010 +0100
 
99603
Commit:     Benjamin Otte <otte@redhat.com>
 
99604
CommitDate: Tue Dec 7 19:39:24 2010 +0100
87266
99605
 
87267
99606
    gio: Add a count to the resolver test for number of enumerators
87268
99607
 
87273
99612
 1 file changed, 26 insertions(+), 14 deletions(-)
87274
99613
 
87275
99614
commit bd227f52195f28460bc96d719d1ff70c28966d26
87276
 
Author: Benjamin Otte <otte@redhat.com>
87277
 
Date:   Tue Dec 7 17:25:01 2010 +0100
 
99615
Author:     Benjamin Otte <otte@redhat.com>
 
99616
AuthorDate: Tue Dec 7 17:25:01 2010 +0100
 
99617
Commit:     Benjamin Otte <otte@redhat.com>
 
99618
CommitDate: Tue Dec 7 19:39:24 2010 +0100
87278
99619
 
87279
99620
    gio: Make enumerating a GNetworkAddress work more than once
87280
99621
 
87287
99628
 1 file changed, 50 insertions(+), 44 deletions(-)
87288
99629
 
87289
99630
commit 07fd29c3236e479a217a5ad9875075537dfb3173
87290
 
Author: Benjamin Otte <otte@redhat.com>
87291
 
Date:   Tue Dec 7 16:06:38 2010 +0100
 
99631
Author:     Benjamin Otte <otte@redhat.com>
 
99632
AuthorDate: Tue Dec 7 16:06:38 2010 +0100
 
99633
Commit:     Benjamin Otte <otte@redhat.com>
 
99634
CommitDate: Tue Dec 7 19:39:24 2010 +0100
87292
99635
 
87293
99636
    tls: Make g_tls_{client|server}_connection_new() return a GIOStream
87294
99637
 
87305
99648
 7 files changed, 16 insertions(+), 14 deletions(-)
87306
99649
 
87307
99650
commit c59ba60fbe0ad4d45b2d84608bece5bb032c3aa9
87308
 
Author: Benjamin Otte <otte@redhat.com>
87309
 
Date:   Tue Dec 7 15:42:10 2010 +0100
 
99651
Author:     Benjamin Otte <otte@redhat.com>
 
99652
AuthorDate: Tue Dec 7 15:42:10 2010 +0100
 
99653
Commit:     Benjamin Otte <otte@redhat.com>
 
99654
CommitDate: Tue Dec 7 19:39:23 2010 +0100
87310
99655
 
87311
99656
    tls: Clarify docs for g_tls_client_connection_set_validation_flags()
87312
99657
 
87316
99661
 1 file changed, 3 insertions(+), 2 deletions(-)
87317
99662
 
87318
99663
commit 85adbc99bfa079df777ca148884e52fead3bfe7b
87319
 
Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
87320
 
Date:   Tue Dec 7 17:45:06 2010 +0100
 
99664
Author:     Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
 
99665
AuthorDate: Tue Dec 7 17:45:06 2010 +0100
 
99666
Commit:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
99667
CommitDate: Tue Dec 7 17:46:21 2010 +0100
87321
99668
 
87322
99669
    Fix error in GSimpleAsyncResult example
87323
99670
 
87325
99672
 1 file changed, 1 insertion(+), 1 deletion(-)
87326
99673
 
87327
99674
commit f5c3e0d3d5aeed065fd09293dae6574b4a31568c
87328
 
Author: Dan Winship <danw@gnome.org>
87329
 
Date:   Tue Dec 7 14:58:42 2010 +0100
 
99675
Author:     Dan Winship <danw@gnome.org>
 
99676
AuthorDate: Tue Dec 7 14:58:42 2010 +0100
 
99677
Commit:     Dan Winship <danw@gnome.org>
 
99678
CommitDate: Tue Dec 7 14:58:42 2010 +0100
87330
99679
 
87331
99680
    Change the handling of the peer certificate in GTlsConnection
87332
99681
 
87344
99693
 4 files changed, 105 insertions(+), 121 deletions(-)
87345
99694
 
87346
99695
commit b5a707ec90f75aac499c9804592ebb14257cf751
87347
 
Author: Dan Winship <danw@gnome.org>
87348
 
Date:   Mon Dec 6 17:21:16 2010 +0100
 
99696
Author:     Dan Winship <danw@gnome.org>
 
99697
AuthorDate: Mon Dec 6 17:21:16 2010 +0100
 
99698
Commit:     Dan Winship <danw@gnome.org>
 
99699
CommitDate: Tue Dec 7 10:41:06 2010 +0100
87349
99700
 
87350
99701
    Clarify that g_socket_client_connect_to_uri() doesn't know about TLS
87351
99702
 
87353
99704
 1 file changed, 3 insertions(+), 1 deletion(-)
87354
99705
 
87355
99706
commit 4f6efb681d7a85d9d04ffdba9a5f692e3d53e41e
87356
 
Author: Dan Winship <danw@gnome.org>
87357
 
Date:   Mon Dec 6 13:10:09 2010 +0100
 
99707
Author:     Dan Winship <danw@gnome.org>
 
99708
AuthorDate: Mon Dec 6 13:10:09 2010 +0100
 
99709
Commit:     Dan Winship <danw@gnome.org>
 
99710
CommitDate: Tue Dec 7 10:41:06 2010 +0100
87358
99711
 
87359
99712
    Change the semantics of GTlsConnection:require-close-notify
87360
99713
 
87370
99723
 1 file changed, 20 insertions(+), 12 deletions(-)
87371
99724
 
87372
99725
commit 68a3d6b27fec3bdbba27b414c0ed10396c79d3c6
87373
 
Author: Dan Winship <danw@gnome.org>
87374
 
Date:   Mon Dec 6 12:43:59 2010 +0100
 
99726
Author:     Dan Winship <danw@gnome.org>
 
99727
AuthorDate: Mon Dec 6 12:43:59 2010 +0100
 
99728
Commit:     Dan Winship <danw@gnome.org>
 
99729
CommitDate: Tue Dec 7 10:41:06 2010 +0100
87375
99730
 
87376
99731
    add G_TLS_ERROR_UNAVAILABLE
87377
99732
 
87380
99735
 2 files changed, 4 insertions(+), 2 deletions(-)
87381
99736
 
87382
99737
commit 95cba183494a78ff16924e820c344e8c3fa0e7a6
87383
 
Author: Dan Winship <danw@gnome.org>
87384
 
Date:   Mon Dec 6 11:04:13 2010 +0100
 
99738
Author:     Dan Winship <danw@gnome.org>
 
99739
AuthorDate: Mon Dec 6 11:04:13 2010 +0100
 
99740
Commit:     Dan Winship <danw@gnome.org>
 
99741
CommitDate: Tue Dec 7 10:41:05 2010 +0100
87385
99742
 
87386
99743
    Remove GTlsConnection::need-certificate
87387
99744
 
87403
99760
 6 files changed, 35 insertions(+), 106 deletions(-)
87404
99761
 
87405
99762
commit d6e94070ddb015e73573a620234a8929f8aaac16
87406
 
Author: Dan Winship <danw@gnome.org>
87407
 
Date:   Wed Dec 1 13:49:39 2010 -0500
 
99763
Author:     Dan Winship <danw@gnome.org>
 
99764
AuthorDate: Wed Dec 1 13:49:39 2010 -0500
 
99765
Commit:     Dan Winship <danw@gnome.org>
 
99766
CommitDate: Tue Dec 7 10:41:05 2010 +0100
87408
99767
 
87409
99768
    Add GTlsConnection:use-system-certdb
87410
99769
 
87420
99779
 5 files changed, 80 insertions(+), 1 deletion(-)
87421
99780
 
87422
99781
commit 73d6bd8a45429f03706ac96e5d6e045ecee18500
87423
 
Author: Dan Winship <danw@gnome.org>
87424
 
Date:   Tue Nov 30 19:57:16 2010 -0500
 
99782
Author:     Dan Winship <danw@gnome.org>
 
99783
AuthorDate: Tue Nov 30 19:57:16 2010 -0500
 
99784
Commit:     Dan Winship <danw@gnome.org>
 
99785
CommitDate: Tue Dec 7 10:41:05 2010 +0100
87425
99786
 
87426
99787
    Add g_tls_certificate_verify()
87427
99788
 
87438
99799
 4 files changed, 69 insertions(+), 57 deletions(-)
87439
99800
 
87440
99801
commit 814c0fcaafd42c622634c7b6a34c126210b17fc2
87441
 
Author: Ryan Lortie <desrt@desrt.ca>
87442
 
Date:   Tue Dec 7 01:06:33 2010 -0500
 
99802
Author:     Ryan Lortie <desrt@desrt.ca>
 
99803
AuthorDate: Tue Dec 7 01:06:33 2010 -0500
 
99804
Commit:     Ryan Lortie <desrt@desrt.ca>
 
99805
CommitDate: Tue Dec 7 01:36:09 2010 -0500
87443
99806
 
87444
99807
    Pass name_length to walk close function
87445
99808
 
87452
99815
 2 files changed, 30 insertions(+), 2 deletions(-)
87453
99816
 
87454
99817
commit 6b631fa106e833c265a4bdc6c021777e2a219f12
87455
 
Author: Aron Xu <aronxu@gnome.org>
87456
 
Date:   Mon Dec 6 12:44:18 2010 +0000
 
99818
Author:     Aron Xu <aronxu@gnome.org>
 
99819
AuthorDate: Mon Dec 6 12:44:18 2010 +0000
 
99820
Commit:     Aron Xu <aronxu@gnome.org>
 
99821
CommitDate: Mon Dec 6 12:44:18 2010 +0000
87457
99822
 
87458
99823
    Complete Simplified Chinese translation.
87459
99824
 
87461
99826
 1 file changed, 4 insertions(+), 4 deletions(-)
87462
99827
 
87463
99828
commit 67ab5579ba3c9c6a66e82313a61de8fdc9731b15
87464
 
Author: Aron Xu <aronxu@gnome.org>
87465
 
Date:   Mon Dec 6 12:40:03 2010 +0000
 
99829
Author:     Aron Xu <aronxu@gnome.org>
 
99830
AuthorDate: Mon Dec 6 12:40:03 2010 +0000
 
99831
Commit:     Aron Xu <aronxu@gnome.org>
 
99832
CommitDate: Mon Dec 6 12:40:03 2010 +0000
87466
99833
 
87467
99834
    Update Simplified Chinese translation.
87468
99835
 
87471
99838
 1 file changed, 348 insertions(+), 324 deletions(-)
87472
99839
 
87473
99840
commit 8530a3b029b7f691284d74e6e0c7883ba4a14725
87474
 
Author: Chris Kühl <chrisk@openismus.com>
87475
 
Date:   Mon Dec 6 00:34:43 2010 +0100
 
99841
Author:     Chris Kühl <chrisk@openismus.com>
 
99842
AuthorDate: Mon Dec 6 00:34:43 2010 +0100
 
99843
Commit:     Chris Kühl <chrisk@openismus.com>
 
99844
CommitDate: Mon Dec 6 00:34:59 2010 +0100
87476
99845
 
87477
99846
    Added note in g_slist_free about using *free_full to mirror GList docs
87478
99847
 
87480
99849
 1 file changed, 6 insertions(+)
87481
99850
 
87482
99851
commit 1a638926ff183ddb9afec8c364a58c191457e237
87483
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
87484
 
Date:   Sun Dec 5 13:19:55 2010 +0200
 
99852
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
99853
AuthorDate: Sun Dec 5 13:19:55 2010 +0200
 
99854
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
99855
CommitDate: Sun Dec 5 13:19:55 2010 +0200
87485
99856
 
87486
99857
    Updated Hebrew translation
87487
99858
 
87490
99861
 1 file changed, 136 insertions(+), 122 deletions(-)
87491
99862
 
87492
99863
commit b52294d14ce7097c34538d4646f298461fb8d36e
87493
 
Author: Matthias Clasen <mclasen@redhat.com>
87494
 
Date:   Sat Dec 4 14:12:07 2010 -0500
 
99864
Author:     Matthias Clasen <mclasen@redhat.com>
 
99865
AuthorDate: Sat Dec 4 14:12:07 2010 -0500
 
99866
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99867
CommitDate: Sat Dec 4 14:12:07 2010 -0500
87495
99868
 
87496
99869
    Try to fix the version test on builders
87497
99870
 
87499
99872
 1 file changed, 8 insertions(+), 1 deletion(-)
87500
99873
 
87501
99874
commit 5b43de29327e1f829036ba9629835d2245f15cd3
87502
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
87503
 
Date:   Sat Dec 4 20:01:37 2010 +0800
 
99875
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
99876
AuthorDate: Sat Dec 4 20:01:37 2010 +0800
 
99877
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
99878
CommitDate: Sat Dec 4 20:01:37 2010 +0800
87504
99879
 
87505
99880
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
87506
99881
 
87511
99886
 2 files changed, 1720 insertions(+), 1243 deletions(-)
87512
99887
 
87513
99888
commit 4b28e6a0084118c78c177da3f66c8005498b9873
87514
 
Author: Matthias Clasen <mclasen@redhat.com>
87515
 
Date:   Fri Dec 3 14:48:35 2010 -0500
 
99889
Author:     Matthias Clasen <mclasen@redhat.com>
 
99890
AuthorDate: Fri Dec 3 14:48:35 2010 -0500
 
99891
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99892
CommitDate: Fri Dec 3 14:49:07 2010 -0500
87516
99893
 
87517
99894
    Add missing Since: tag
87518
99895
 
87524
99901
 1 file changed, 2 insertions(+)
87525
99902
 
87526
99903
commit 658572978b18cd11ba9d93c02d41969e1d7438eb
87527
 
Author: Matthias Clasen <mclasen@redhat.com>
87528
 
Date:   Fri Dec 3 14:45:09 2010 -0500
 
99904
Author:     Matthias Clasen <mclasen@redhat.com>
 
99905
AuthorDate: Fri Dec 3 14:45:09 2010 -0500
 
99906
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99907
CommitDate: Fri Dec 3 14:45:09 2010 -0500
87529
99908
 
87530
99909
    Reword awkward sentence in the docs
87531
99910
 
87536
99915
 1 file changed, 1 insertion(+), 1 deletion(-)
87537
99916
 
87538
99917
commit 99332dd27c8a62b6d72c70fe284c0477c99d2c61
87539
 
Author: Matthias Clasen <mclasen@redhat.com>
87540
 
Date:   Fri Dec 3 14:39:59 2010 -0500
 
99918
Author:     Matthias Clasen <mclasen@redhat.com>
 
99919
AuthorDate: Fri Dec 3 14:39:59 2010 -0500
 
99920
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99921
CommitDate: Fri Dec 3 14:41:06 2010 -0500
87541
99922
 
87542
99923
    Avoid shadowing dir builtin
87543
99924
 
87548
99929
 1 file changed, 3 insertions(+), 3 deletions(-)
87549
99930
 
87550
99931
commit d11f413345f8ae3da92f4aebcf828ed133cbafbb
87551
 
Author: Colin Walters <walters@verbum.org>
87552
 
Date:   Fri Dec 3 14:25:51 2010 -0500
 
99932
Author:     Colin Walters <walters@verbum.org>
 
99933
AuthorDate: Fri Dec 3 14:25:51 2010 -0500
 
99934
Commit:     Colin Walters <walters@verbum.org>
 
99935
CommitDate: Fri Dec 3 14:26:28 2010 -0500
87553
99936
 
87554
99937
    introspection: Remove spurious trailing :
87555
99938
 
87559
99942
 1 file changed, 1 insertion(+), 1 deletion(-)
87560
99943
 
87561
99944
commit 807101272893f27469bb5c507c7967334a5a0b8e
87562
 
Author: Matthias Clasen <mclasen@redhat.com>
87563
 
Date:   Fri Dec 3 14:08:36 2010 -0500
 
99945
Author:     Matthias Clasen <mclasen@redhat.com>
 
99946
AuthorDate: Fri Dec 3 14:08:36 2010 -0500
 
99947
Commit:     Matthias Clasen <mclasen@redhat.com>
 
99948
CommitDate: Fri Dec 3 14:08:36 2010 -0500
87564
99949
 
87565
99950
    Avoid shadowing the dir builtin
87566
99951
 
87572
99957
 1 file changed, 3 insertions(+), 3 deletions(-)
87573
99958
 
87574
99959
commit 05428e3c1ac4888b841fca3aeb9c7c9b299d2280
87575
 
Author: Colin Walters <walters@verbum.org>
87576
 
Date:   Fri Dec 3 10:36:16 2010 -0500
 
99960
Author:     Colin Walters <walters@verbum.org>
 
99961
AuthorDate: Fri Dec 3 10:36:16 2010 -0500
 
99962
Commit:     Colin Walters <walters@verbum.org>
 
99963
CommitDate: Fri Dec 3 10:37:28 2010 -0500
87577
99964
 
87578
99965
    glib: Document g_string_free semantics better in the FALSE case
87579
99966
 
87581
99968
 1 file changed, 3 insertions(+), 1 deletion(-)
87582
99969
 
87583
99970
commit 426f90e3cf9f21c6b020cecb05116b331546fe58
87584
 
Author: Christian Dywan <christian@twotoasts.de>
87585
 
Date:   Fri Dec 3 16:33:24 2010 +0100
 
99971
Author:     Christian Dywan <christian@twotoasts.de>
 
99972
AuthorDate: Fri Dec 3 16:33:24 2010 +0100
 
99973
Commit:     Christian Dywan <christian@twotoasts.de>
 
99974
CommitDate: Fri Dec 3 16:33:24 2010 +0100
87586
99975
 
87587
99976
    Resolve warnings about istream and ostream in socket test
87588
99977
 
87591
99980
 2 files changed, 11 insertions(+), 1 deletion(-)
87592
99981
 
87593
99982
commit 8f19d06ed932b8fa8b1d58c7a5676aa5590be1e4
87594
 
Author: Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
87595
 
Date:   Tue Nov 30 02:12:16 2010 +0100
 
99983
Author:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
99984
AuthorDate: Tue Nov 30 02:12:16 2010 +0100
 
99985
Commit:     Thomas Hindoe Paaboel Andersen <phomes@gmail.com>
 
99986
CommitDate: Thu Dec 2 22:51:07 2010 +0100
87596
99987
 
87597
99988
    Fix typo in docs for extension point
87598
99989
 
87602
99993
 1 file changed, 1 insertion(+), 1 deletion(-)
87603
99994
 
87604
99995
commit 889889a296bfe58fc42a778d792d7f83f816145b
87605
 
Author: Benjamin Otte <otte@redhat.com>
87606
 
Date:   Thu Dec 2 20:10:23 2010 +0100
 
99996
Author:     Benjamin Otte <otte@redhat.com>
 
99997
AuthorDate: Thu Dec 2 20:10:23 2010 +0100
 
99998
Commit:     Benjamin Otte <otte@redhat.com>
 
99999
CommitDate: Thu Dec 2 20:11:28 2010 +0100
87607
100000
 
87608
100001
    glib: Fix enumeration warnings from gcc 4.5
87609
100002
 
87615
100008
 1 file changed, 12 insertions(+), 7 deletions(-)
87616
100009
 
87617
100010
commit 67740263e9a3de840e527dd45ba3d6feff512839
87618
 
Author: Benjamin Otte <otte@redhat.com>
87619
 
Date:   Thu Dec 2 20:09:59 2010 +0100
 
100011
Author:     Benjamin Otte <otte@redhat.com>
 
100012
AuthorDate: Thu Dec 2 20:09:59 2010 +0100
 
100013
Commit:     Benjamin Otte <otte@redhat.com>
 
100014
CommitDate: Thu Dec 2 20:11:28 2010 +0100
87620
100015
 
87621
100016
    gobject: Cast token type to guint to avoid gcc warning
87622
100017
 
87626
100021
 1 file changed, 1 insertion(+), 1 deletion(-)
87627
100022
 
87628
100023
commit b9a98a81dad104058a11a4b788a64b21b235c62d
87629
 
Author: Benjamin Otte <otte@redhat.com>
87630
 
Date:   Thu Dec 2 20:09:08 2010 +0100
 
100024
Author:     Benjamin Otte <otte@redhat.com>
 
100025
AuthorDate: Thu Dec 2 20:09:08 2010 +0100
 
100026
Commit:     Benjamin Otte <otte@redhat.com>
 
100027
CommitDate: Thu Dec 2 20:11:28 2010 +0100
87631
100028
 
87632
100029
    gio: Comment out a whole test
87633
100030
 
87639
100036
 1 file changed, 5 insertions(+), 2 deletions(-)
87640
100037
 
87641
100038
commit b92e2cd8f8d88a62f14c49e8255802512c156152
87642
 
Author: Benjamin Otte <otte@redhat.com>
87643
 
Date:   Thu Dec 2 20:08:34 2010 +0100
 
100039
Author:     Benjamin Otte <otte@redhat.com>
 
100040
AuthorDate: Thu Dec 2 20:08:34 2010 +0100
 
100041
Commit:     Benjamin Otte <otte@redhat.com>
 
100042
CommitDate: Thu Dec 2 20:11:28 2010 +0100
87644
100043
 
87645
100044
    gio: Remove unused variables from test
87646
100045
 
87648
100047
 1 file changed, 3 deletions(-)
87649
100048
 
87650
100049
commit 3e61cb2fcc7648254192d0f174b437336b21c89b
87651
 
Author: Bastien Nocera <hadess@hadess.net>
87652
 
Date:   Thu Dec 2 16:59:22 2010 +0000
 
100050
Author:     Bastien Nocera <hadess@hadess.net>
 
100051
AuthorDate: Thu Dec 2 16:59:22 2010 +0000
 
100052
Commit:     Bastien Nocera <hadess@hadess.net>
 
100053
CommitDate: Thu Dec 2 16:59:22 2010 +0000
87653
100054
 
87654
100055
    Fix typo in API docs for GDateTime
87655
100056
 
87659
100060
 1 file changed, 1 insertion(+), 1 deletion(-)
87660
100061
 
87661
100062
commit 9fe7fd9120940a2d50ff660f1a3cf7efd08ac01b
87662
 
Author: Matthew Barnes <mbarnes@redhat.com>
87663
 
Date:   Tue Nov 30 18:19:12 2010 -0600
 
100063
Author:     Matthew Barnes <mbarnes@redhat.com>
 
100064
AuthorDate: Tue Nov 30 18:19:12 2010 -0600
 
100065
Commit:     Matthew Barnes <mbarnes@redhat.com>
 
100066
CommitDate: Tue Nov 30 18:21:10 2010 -0600
87664
100067
 
87665
100068
    Bug 636100 - Can't read GSettings:backend property
87666
100069
 
87671
100074
 1 file changed, 4 insertions(+)
87672
100075
 
87673
100076
commit beec9743eba6013229befafdfe120cd7701d5214
87674
 
Author: Damien Lespiau <damien.lespiau@intel.com>
87675
 
Date:   Tue Nov 30 23:04:17 2010 +0000
 
100077
Author:     Damien Lespiau <damien.lespiau@intel.com>
 
100078
AuthorDate: Tue Nov 30 23:04:17 2010 +0000
 
100079
Commit:     Javier Jardón <jjardon@gnome.org>
 
100080
CommitDate: Wed Dec 1 01:12:32 2010 +0100
87676
100081
 
87677
100082
    gmain: Add Since: 2.28 tag to g_source_{add,remove}_child_source
87678
100083
 
87685
100090
 1 file changed, 4 insertions(+)
87686
100091
 
87687
100092
commit c541d234855dc7466c57ebfc3dc44b1829d9a900
87688
 
Author: Jorge González <jorgegonz@svn.gnome.org>
87689
 
Date:   Tue Nov 30 23:42:08 2010 +0100
 
100093
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
100094
AuthorDate: Tue Nov 30 23:42:08 2010 +0100
 
100095
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
100096
CommitDate: Tue Nov 30 23:42:08 2010 +0100
87690
100097
 
87691
100098
    Updated Spanish translation
87692
100099
 
87695
100102
 1 file changed, 163 insertions(+), 166 deletions(-)
87696
100103
 
87697
100104
commit fdc6c5fbc171187c6c2d7fdf94d0eea7992d11f4
87698
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
87699
 
Date:   Mon Nov 29 17:35:51 2010 +0100
 
100105
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
100106
AuthorDate: Mon Nov 29 17:35:51 2010 +0100
 
100107
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
100108
CommitDate: Mon Nov 29 17:35:51 2010 +0100
87700
100109
 
87701
100110
    Updated Galician translations
87702
100111
 
87705
100114
 1 file changed, 86 insertions(+), 73 deletions(-)
87706
100115
 
87707
100116
commit c897dea8c164bc081623c13ac4474bcbd66b908d
87708
 
Author: Matthias Clasen <mclasen@redhat.com>
87709
 
Date:   Mon Nov 29 10:36:43 2010 -0500
 
100117
Author:     Matthias Clasen <mclasen@redhat.com>
 
100118
AuthorDate: Mon Nov 29 10:36:43 2010 -0500
 
100119
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100120
CommitDate: Mon Nov 29 10:49:28 2010 -0500
87710
100121
 
87711
100122
    Bump version
87712
100123
 
87714
100125
 1 file changed, 1 insertion(+), 1 deletion(-)
87715
100126
 
87716
100127
commit ff8817b631ab11f00c98ed372746b464a440e7c0
87717
 
Author: Matthias Clasen <mclasen@redhat.com>
87718
 
Date:   Mon Nov 29 09:30:07 2010 -0500
 
100128
Author:     Matthias Clasen <mclasen@redhat.com>
 
100129
AuthorDate: Mon Nov 29 09:30:07 2010 -0500
 
100130
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100131
CommitDate: Mon Nov 29 10:49:28 2010 -0500
87719
100132
 
87720
100133
    Update POTFILES.in
87721
100134
 
87723
100136
 1 file changed, 4 insertions(+), 1 deletion(-)
87724
100137
 
87725
100138
commit 50a8b039a4323faf0fac68bece1be151f7fd2986
87726
 
Author: Dan Winship <danw@gnome.org>
87727
 
Date:   Mon Nov 29 09:36:07 2010 -0500
 
100139
Author:     Dan Winship <danw@gnome.org>
 
100140
AuthorDate: Mon Nov 29 09:36:07 2010 -0500
 
100141
Commit:     Dan Winship <danw@gnome.org>
 
100142
CommitDate: Mon Nov 29 09:37:41 2010 -0500
87728
100143
 
87729
100144
    tiny fix to g_io_modules_scan_all_in_directory() docs
87730
100145
 
87732
100147
 1 file changed, 1 insertion(+), 1 deletion(-)
87733
100148
 
87734
100149
commit 78103b2f1feb5ccbdc97e47d857133826f22820d
87735
 
Author: Xan Lopez <xan@gnome.org>
87736
 
Date:   Mon Nov 29 15:29:12 2010 +0100
 
100150
Author:     Xan Lopez <xan@gnome.org>
 
100151
AuthorDate: Mon Nov 29 15:29:12 2010 +0100
 
100152
Commit:     Xan Lopez <xan@gnome.org>
 
100153
CommitDate: Mon Nov 29 15:29:56 2010 +0100
87737
100154
 
87738
100155
    gsettingsschema: plug leak
87739
100156
 
87741
100158
 1 file changed, 2 insertions(+)
87742
100159
 
87743
100160
commit d7a83d2f590a3568c12a50f31ed5fdc9fc691a47
87744
 
Author: Matthias Clasen <mclasen@redhat.com>
87745
 
Date:   Mon Nov 29 08:10:11 2010 -0500
 
100161
Author:     Matthias Clasen <mclasen@redhat.com>
 
100162
AuthorDate: Mon Nov 29 08:10:11 2010 -0500
 
100163
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100164
CommitDate: Mon Nov 29 08:10:11 2010 -0500
87746
100165
 
87747
100166
    Add another bug
87748
100167
 
87750
100169
 1 file changed, 1 insertion(+)
87751
100170
 
87752
100171
commit 98bfc8afdaabffe4b63215727a580a139b7f07db
87753
 
Author: Aleksander Morgado <aleksander@lanedo.com>
87754
 
Date:   Thu Nov 18 18:00:57 2010 +0100
 
100172
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
100173
AuthorDate: Thu Nov 18 18:00:57 2010 +0100
 
100174
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100175
CommitDate: Mon Nov 29 08:06:31 2010 -0500
87755
100176
 
87756
100177
    Fixes GB#635187: Always unbox GVariant parameter received via dbus
87757
100178
    for an action
87760
100181
 1 file changed, 5 insertions(+), 1 deletion(-)
87761
100182
 
87762
100183
commit fcd3e3422749ddbbf29809fcc90ffe8df9d5f696
87763
 
Author: Matthias Clasen <mclasen@redhat.com>
87764
 
Date:   Mon Nov 29 01:39:06 2010 -0500
 
100184
Author:     Matthias Clasen <mclasen@redhat.com>
 
100185
AuthorDate: Mon Nov 29 01:39:06 2010 -0500
 
100186
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100187
CommitDate: Mon Nov 29 01:39:06 2010 -0500
87765
100188
 
87766
100189
    Add new extension point to the list
87767
100190
 
87769
100192
 1 file changed, 22 insertions(+), 2 deletions(-)
87770
100193
 
87771
100194
commit db83a96648944bd71ff9c1bd36c7ae898fc06664
87772
 
Author: Matthias Clasen <mclasen@redhat.com>
87773
 
Date:   Mon Nov 29 01:20:58 2010 -0500
 
100195
Author:     Matthias Clasen <mclasen@redhat.com>
 
100196
AuthorDate: Mon Nov 29 01:20:58 2010 -0500
 
100197
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100198
CommitDate: Mon Nov 29 01:20:58 2010 -0500
87774
100199
 
87775
100200
    Documentation tweak
87776
100201
 
87778
100203
 1 file changed, 1 insertion(+)
87779
100204
 
87780
100205
commit 02978fff17bcff0bf0135859114d6a06463f4e8d
87781
 
Author: Matthias Clasen <mclasen@redhat.com>
87782
 
Date:   Mon Nov 29 01:16:02 2010 -0500
 
100206
Author:     Matthias Clasen <mclasen@redhat.com>
 
100207
AuthorDate: Mon Nov 29 01:16:02 2010 -0500
 
100208
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100209
CommitDate: Mon Nov 29 01:16:02 2010 -0500
87783
100210
 
87784
100211
    Update NEWS
87785
100212
 
87788
100215
 2 files changed, 44 insertions(+), 3 deletions(-)
87789
100216
 
87790
100217
commit eed36d38d155898a13961ef9fbb98d09049f331f
87791
 
Author: Matthias Clasen <mclasen@redhat.com>
87792
 
Date:   Sun Nov 28 23:55:43 2010 -0500
 
100218
Author:     Matthias Clasen <mclasen@redhat.com>
 
100219
AuthorDate: Sun Nov 28 23:55:43 2010 -0500
 
100220
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100221
CommitDate: Sun Nov 28 23:55:43 2010 -0500
87793
100222
 
87794
100223
    Various doc tweaks
87795
100224
 
87818
100247
 21 files changed, 91 insertions(+), 67 deletions(-)
87819
100248
 
87820
100249
commit 1f044a503a9b1b021da970ab1bdfe203547798c1
87821
 
Author: Matthias Clasen <mclasen@redhat.com>
87822
 
Date:   Sun Nov 28 22:11:57 2010 -0500
 
100250
Author:     Matthias Clasen <mclasen@redhat.com>
 
100251
AuthorDate: Sun Nov 28 22:11:57 2010 -0500
 
100252
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100253
CommitDate: Sun Nov 28 22:11:57 2010 -0500
87823
100254
 
87824
100255
    Remove nonexisting type
87825
100256
 
87827
100258
 1 file changed, 1 deletion(-)
87828
100259
 
87829
100260
commit 4817dae0bb2dfe9d0b575356ddf43b2f3ecd41f5
87830
 
Author: Matt Rajca <matt.rajca@me.com>
87831
 
Date:   Sat Nov 13 10:01:34 2010 -0600
 
100261
Author:     Matt Rajca <matt.rajca@me.com>
 
100262
AuthorDate: Sat Nov 13 10:01:34 2010 -0600
 
100263
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100264
CommitDate: Sun Nov 28 18:35:03 2010 -0500
87832
100265
 
87833
100266
    Removed mention of inexistent GNOME 2.0 porting guide
87834
100267
 
87836
100269
 1 file changed, 8 deletions(-)
87837
100270
 
87838
100271
commit 577ddbf30baf53d8e74cd81f0a2babf590e91c26
87839
 
Author: Matt Rajca <matt.rajca@me.com>
87840
 
Date:   Sat Nov 13 13:01:11 2010 -0600
 
100272
Author:     Matt Rajca <matt.rajca@me.com>
 
100273
AuthorDate: Sat Nov 13 13:01:11 2010 -0600
 
100274
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100275
CommitDate: Sun Nov 28 18:29:50 2010 -0500
87841
100276
 
87842
100277
    Fixed typo in public string in gsocks (630559)
87843
100278
 
87881
100316
 37 files changed, 38 insertions(+), 38 deletions(-)
87882
100317
 
87883
100318
commit dec8323b4b301bb5aff006706b5739bb9c930fd8
87884
 
Author: Jonas Holmberg <jonas.holmberg@axis.com>
87885
 
Date:   Wed Sep 22 23:02:05 2010 +0200
 
100319
Author:     Jonas Holmberg <jonas.holmberg@axis.com>
 
100320
AuthorDate: Wed Sep 22 23:02:05 2010 +0200
 
100321
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100322
CommitDate: Sun Nov 28 18:27:47 2010 -0500
87886
100323
 
87887
100324
    gobject: added property test
87888
100325
 
87892
100329
 1 file changed, 37 insertions(+)
87893
100330
 
87894
100331
commit 349f54756168b76913828136bc646c518c4f475f
87895
 
Author: Jonas Holmberg <jonas.holmberg@axis.com>
87896
 
Date:   Fri Sep 24 01:20:50 2010 +0200
 
100332
Author:     Jonas Holmberg <jonas.holmberg@axis.com>
 
100333
AuthorDate: Fri Sep 24 01:20:50 2010 +0200
 
100334
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100335
CommitDate: Sun Nov 28 18:27:30 2010 -0500
87897
100336
 
87898
100337
    gobject: initialize memory in g_object_new_valist
87899
100338
 
87905
100344
 1 file changed, 1 insertion(+)
87906
100345
 
87907
100346
commit 51894b7dd06a3b50654f9ce1fadff418d917aca1
87908
 
Author: Aleksander Morgado <aleksander@lanedo.com>
87909
 
Date:   Thu Nov 25 18:38:33 2010 +0100
 
100347
Author:     Aleksander Morgado <aleksander@lanedo.com>
 
100348
AuthorDate: Thu Nov 25 18:38:33 2010 +0100
 
100349
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100350
CommitDate: Sun Nov 28 18:20:59 2010 -0500
87910
100351
 
87911
100352
    Fixes GB#530786: GFileMonitor 'changed' signal underdocumented
87912
100353
 
87914
100355
 1 file changed, 9 insertions(+), 3 deletions(-)
87915
100356
 
87916
100357
commit b4632e1c98e361cf4700f3e5dcc229a09a6237e4
87917
 
Author: Christian Persch <chpe@gnome.org>
87918
 
Date:   Fri Nov 26 22:46:51 2010 +0100
 
100358
Author:     Christian Persch <chpe@gnome.org>
 
100359
AuthorDate: Fri Nov 26 22:46:51 2010 +0100
 
100360
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100361
CommitDate: Sun Nov 28 17:26:30 2010 -0500
87919
100362
 
87920
100363
    Fix the wrong-category schema test
87921
100364
 
87929
100372
 2 files changed, 3 insertions(+), 3 deletions(-)
87930
100373
 
87931
100374
commit bfbd7169a258ac9561f2d01755651046e13f462b
87932
 
Author: Matthias Clasen <mclasen@redhat.com>
87933
 
Date:   Sun Nov 28 17:14:49 2010 -0500
 
100375
Author:     Matthias Clasen <mclasen@redhat.com>
 
100376
AuthorDate: Sun Nov 28 17:14:49 2010 -0500
 
100377
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100378
CommitDate: Sun Nov 28 17:14:49 2010 -0500
87934
100379
 
87935
100380
    GFileMonitor: Don't accept negative values for rate-limit
87936
100381
 
87942
100387
 2 files changed, 9 insertions(+), 9 deletions(-)
87943
100388
 
87944
100389
commit 57143e311d600d3d7bd1f3c901d257918fcdb381
87945
 
Author: Christian Persch <chpe@gnome.org>
87946
 
Date:   Fri Nov 26 21:05:20 2010 +0100
 
100390
Author:     Christian Persch <chpe@gnome.org>
 
100391
AuthorDate: Fri Nov 26 21:05:20 2010 +0100
 
100392
Commit:     Christian Persch <chpe@gnome.org>
 
100393
CommitDate: Sun Nov 28 19:01:21 2010 +0100
87947
100394
 
87948
100395
    Inherit gettext-domain from <schemalist>
87949
100396
 
87959
100406
 4 files changed, 15 insertions(+), 2 deletions(-)
87960
100407
 
87961
100408
commit 69129e806532796e44522775656c7800c389e5f8
87962
 
Author: Dan Winship <danw@gnome.org>
87963
 
Date:   Sat Nov 27 16:56:44 2010 -0500
 
100409
Author:     Dan Winship <danw@gnome.org>
 
100410
AuthorDate: Sat Nov 27 16:56:44 2010 -0500
 
100411
Commit:     Dan Winship <danw@gnome.org>
 
100412
CommitDate: Sat Nov 27 16:56:44 2010 -0500
87964
100413
 
87965
100414
    Make gio/tests/g-icon pass again
87966
100415
 
87971
100420
 1 file changed, 3 insertions(+), 3 deletions(-)
87972
100421
 
87973
100422
commit 17979707207ca004cd78991e1c04df60cb3b1cb6
87974
 
Author: Christian Persch <chpe@gnome.org>
87975
 
Date:   Mon Nov 15 19:55:57 2010 +0100
 
100423
Author:     Christian Persch <chpe@gnome.org>
 
100424
AuthorDate: Mon Nov 15 19:55:57 2010 +0100
 
100425
Commit:     Christian Persch <chpe@gnome.org>
 
100426
CommitDate: Sat Nov 27 13:10:48 2010 +0100
87976
100427
 
87977
100428
    Typo fix
87978
100429
 
87980
100431
 1 file changed, 1 insertion(+), 1 deletion(-)
87981
100432
 
87982
100433
commit d19e1a2c3c3da29e6f6c653dda9e4538e55c1838
87983
 
Author: Christian Persch <chpe@gnome.org>
87984
 
Date:   Sat Nov 27 12:45:45 2010 +0100
 
100434
Author:     Christian Persch <chpe@gnome.org>
 
100435
AuthorDate: Sat Nov 27 12:45:45 2010 +0100
 
100436
Commit:     Christian Persch <chpe@gnome.org>
 
100437
CommitDate: Sat Nov 27 12:47:36 2010 +0100
87985
100438
 
87986
100439
    Use same variable names in .h and .c
87987
100440
 
87989
100442
 1 file changed, 3 insertions(+), 3 deletions(-)
87990
100443
 
87991
100444
commit 59d62726de8efdd478ca1c940134df1112a006f2
87992
 
Author: Dan Winship <danw@gnome.org>
87993
 
Date:   Mon Dec 21 20:50:32 2009 +0100
 
100445
Author:     Dan Winship <danw@gnome.org>
 
100446
AuthorDate: Mon Dec 21 20:50:32 2009 +0100
 
100447
Commit:     Dan Winship <danw@gnome.org>
 
100448
CommitDate: Fri Nov 26 15:57:11 2010 -0500
87994
100449
 
87995
100450
    Add initial TLS (SSL) support to gio
87996
100451
 
88034
100489
 27 files changed, 3473 insertions(+), 211 deletions(-)
88035
100490
 
88036
100491
commit a1690339c731cf037d3ed97eda864159f2ba9308
88037
 
Author: Dan Winship <danw@gnome.org>
88038
 
Date:   Mon Nov 1 20:22:24 2010 -0400
 
100492
Author:     Dan Winship <danw@gnome.org>
 
100493
AuthorDate: Mon Nov 1 20:22:24 2010 -0400
 
100494
Commit:     Dan Winship <danw@gnome.org>
 
100495
CommitDate: Fri Nov 26 15:08:31 2010 -0500
88039
100496
 
88040
100497
    make GProxyConnection public, as GTcpWrapperConnection
88041
100498
 
88073
100530
 12 files changed, 332 insertions(+), 251 deletions(-)
88074
100531
 
88075
100532
commit c20c2c0abd3bdb1b30b85a586ee6095ed75a7bc2
88076
 
Author: Dan Winship <danw@gnome.org>
88077
 
Date:   Sat Sep 18 13:05:25 2010 -0400
 
100533
Author:     Dan Winship <danw@gnome.org>
 
100534
AuthorDate: Sat Sep 18 13:05:25 2010 -0400
 
100535
Commit:     Dan Winship <danw@gnome.org>
 
100536
CommitDate: Fri Nov 26 15:08:08 2010 -0500
88078
100537
 
88079
100538
    Add pollable input/output streams
88080
100539
 
88113
100572
 19 files changed, 1251 insertions(+), 12 deletions(-)
88114
100573
 
88115
100574
commit 6181c7de36771d4d3bb55785912a934e078b16df
88116
 
Author: Dan Winship <danw@gnome.org>
88117
 
Date:   Sat Nov 6 15:49:55 2010 -0400
 
100575
Author:     Dan Winship <danw@gnome.org>
 
100576
AuthorDate: Sat Nov 6 15:49:55 2010 -0400
 
100577
Commit:     Dan Winship <danw@gnome.org>
 
100578
CommitDate: Fri Nov 26 15:07:28 2010 -0500
88118
100579
 
88119
100580
    GCancellable: add g_cancellable_create_source()
88120
100581
 
88138
100599
 6 files changed, 146 insertions(+), 37 deletions(-)
88139
100600
 
88140
100601
commit d15cdbefecc235cfa431ee7de9c35af174bd1552
88141
 
Author: Dan Winship <danw@gnome.org>
88142
 
Date:   Sat Nov 6 10:11:15 2010 -0400
 
100602
Author:     Dan Winship <danw@gnome.org>
 
100603
AuthorDate: Sat Nov 6 10:11:15 2010 -0400
 
100604
Commit:     Dan Winship <danw@gnome.org>
 
100605
CommitDate: Fri Nov 26 15:07:28 2010 -0500
88143
100606
 
88144
100607
    gmain: add g_source_add_child_source and g_source_remove_child_source
88145
100608
 
88170
100633
 4 files changed, 239 insertions(+), 48 deletions(-)
88171
100634
 
88172
100635
commit e910205557b2461eaf1b2ce94176c6525cc716d1
88173
 
Author: Dan Winship <danw@gnome.org>
88174
 
Date:   Sun Nov 7 11:49:40 2010 -0500
 
100636
Author:     Dan Winship <danw@gnome.org>
 
100637
AuthorDate: Sun Nov 7 11:49:40 2010 -0500
 
100638
Commit:     Dan Winship <danw@gnome.org>
 
100639
CommitDate: Fri Nov 26 15:07:28 2010 -0500
88175
100640
 
88176
100641
    Add g_source_set_dummy_callback()
88177
100642
 
88188
100653
 4 files changed, 44 insertions(+), 3 deletions(-)
88189
100654
 
88190
100655
commit 73d823ac1ee0716568130407a4c164f6c145a75f
88191
 
Author: Dan Winship <danw@gnome.org>
88192
 
Date:   Sun Nov 7 11:05:26 2010 -0500
 
100656
Author:     Dan Winship <danw@gnome.org>
 
100657
AuthorDate: Sun Nov 7 11:05:26 2010 -0500
 
100658
Commit:     Dan Winship <danw@gnome.org>
 
100659
CommitDate: Fri Nov 26 15:07:28 2010 -0500
88193
100660
 
88194
100661
    Implement closure-related methods for gio GSource types
88195
100662
 
88207
100674
 6 files changed, 97 insertions(+), 9 deletions(-)
88208
100675
 
88209
100676
commit ece936e84dd64af12cb609a8d25f3711a288cc57
88210
 
Author: Dan Winship <danw@gnome.org>
88211
 
Date:   Sat Nov 6 09:45:20 2010 -0400
 
100677
Author:     Dan Winship <danw@gnome.org>
 
100678
AuthorDate: Sat Nov 6 09:45:20 2010 -0400
 
100679
Commit:     Dan Winship <danw@gnome.org>
 
100680
CommitDate: Fri Nov 26 15:07:28 2010 -0500
88212
100681
 
88213
100682
    gmain: fix some silly code in a programmer-error case
88214
100683
 
88222
100691
 1 file changed, 4 insertions(+), 5 deletions(-)
88223
100692
 
88224
100693
commit b358202856682e5cdefb0b4b8aaed3a45d9a85fa
88225
 
Author: Dan Winship <danw@gnome.org>
88226
 
Date:   Sat Nov 6 09:35:25 2010 -0400
 
100694
Author:     Dan Winship <danw@gnome.org>
 
100695
AuthorDate: Sat Nov 6 09:35:25 2010 -0400
 
100696
Commit:     Dan Winship <danw@gnome.org>
 
100697
CommitDate: Fri Nov 26 15:07:28 2010 -0500
88227
100698
 
88228
100699
    gmain: move finalization of GSource outside of context lock
88229
100700
 
88238
100709
 1 file changed, 7 insertions(+), 1 deletion(-)
88239
100710
 
88240
100711
commit 3570c4a00ef25908172d4d51e30810dddcea1ee8
88241
 
Author: Matthias Clasen <mclasen@redhat.com>
88242
 
Date:   Wed Nov 24 16:00:32 2010 -0500
 
100712
Author:     Matthias Clasen <mclasen@redhat.com>
 
100713
AuthorDate: Wed Nov 24 16:00:32 2010 -0500
 
100714
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100715
CommitDate: Wed Nov 24 16:00:32 2010 -0500
88243
100716
 
88244
100717
    Add indices for new symbols in 2.28
88245
100718
 
88249
100722
 3 files changed, 12 insertions(+)
88250
100723
 
88251
100724
commit e5dd266c33509fe214dfa3a0b66f66e9f166ebc6
88252
 
Author: Matthias Clasen <mclasen@redhat.com>
88253
 
Date:   Wed Nov 24 15:57:40 2010 -0500
 
100725
Author:     Matthias Clasen <mclasen@redhat.com>
 
100726
AuthorDate: Wed Nov 24 15:57:40 2010 -0500
 
100727
Commit:     Matthias Clasen <mclasen@redhat.com>
 
100728
CommitDate: Wed Nov 24 15:57:40 2010 -0500
88254
100729
 
88255
100730
    Add Since: tags for new api
88256
100731
 
88261
100736
 1 file changed, 17 insertions(+), 13 deletions(-)
88262
100737
 
88263
100738
commit ee94915d0b78da7a016b4df29f0dce6236c1acfc
88264
 
Author: Javier Jardón <jjardon@gnome.org>
88265
 
Date:   Wed Nov 24 18:06:17 2010 +0100
 
100739
Author:     Javier Jardón <jjardon@gnome.org>
 
100740
AuthorDate: Wed Nov 24 18:06:17 2010 +0100
 
100741
Commit:     Javier Jardón <jjardon@gnome.org>
 
100742
CommitDate: Wed Nov 24 18:47:09 2010 +0100
88266
100743
 
88267
100744
    docs: gappinfo: Fix typo <envvar> -> <envar>
88268
100745
 
88270
100747
 1 file changed, 2 insertions(+), 2 deletions(-)
88271
100748
 
88272
100749
commit 5f958e4623df830f89241b158b14ef7d994cf2c2
88273
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
88274
 
Date:   Fri Nov 19 11:37:44 2010 +0100
 
100750
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
100751
AuthorDate: Fri Nov 19 11:37:44 2010 +0100
 
100752
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
100753
CommitDate: Tue Nov 23 10:29:10 2010 +0100
88275
100754
 
88276
100755
    tests: add a test for recommended and fallback GAppInfos
88277
100756
 
88280
100759
 1 file changed, 72 insertions(+)
88281
100760
 
88282
100761
commit b3bf7a648453e59daa83f745faf9102a90cdfbac
88283
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
88284
 
Date:   Fri Nov 19 10:39:33 2010 +0100
 
100762
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
100763
AuthorDate: Fri Nov 19 10:39:33 2010 +0100
 
100764
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
100765
CommitDate: Tue Nov 23 10:29:09 2010 +0100
88285
100766
 
88286
100767
    appinfo: add win32 fallback implementation
88287
100768
 
88289
100770
 1 file changed, 22 insertions(+)
88290
100771
 
88291
100772
commit 30c378032fe43975dc3ea1014b5b873ef6e3d017
88292
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
88293
 
Date:   Fri Nov 19 10:39:16 2010 +0100
 
100773
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
100774
AuthorDate: Fri Nov 19 10:39:16 2010 +0100
 
100775
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
100776
CommitDate: Tue Nov 23 10:29:09 2010 +0100
88294
100777
 
88295
100778
    appinfo: update docs for API addition
88296
100779
 
88300
100783
 3 files changed, 26 insertions(+)
88301
100784
 
88302
100785
commit 182fcff2ea2b8f183570d8c026a9ef4d2ec2afdf
88303
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
88304
 
Date:   Thu Nov 18 18:49:32 2010 +0100
 
100786
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
100787
AuthorDate: Thu Nov 18 18:49:32 2010 +0100
 
100788
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
100789
CommitDate: Tue Nov 23 10:29:09 2010 +0100
88305
100790
 
88306
100791
    appinfo: only rewrite recommended applications when adding non-default
88307
100792
 
88315
100800
 1 file changed, 3 insertions(+), 3 deletions(-)
88316
100801
 
88317
100802
commit 94c67d8420889e950c2f093abdd893ffe3780a97
88318
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
88319
 
Date:   Thu Nov 18 18:45:56 2010 +0100
 
100803
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
100804
AuthorDate: Thu Nov 18 18:45:56 2010 +0100
 
100805
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
100806
CommitDate: Tue Nov 23 10:29:09 2010 +0100
88320
100807
 
88321
100808
    appinfo: add API to get fallback and recommended GAppInfos for a ctype
88322
100809
 
88335
100822
 2 files changed, 105 insertions(+), 25 deletions(-)
88336
100823
 
88337
100824
commit a70ba9c8b15451a8722aebfb64232bd18abf0a79
88338
 
Author: Owen W. Taylor <otaylor@fishsoup.net>
88339
 
Date:   Sun Nov 21 21:59:57 2010 -0500
 
100825
Author:     Owen W. Taylor <otaylor@fishsoup.net>
 
100826
AuthorDate: Sun Nov 21 21:59:57 2010 -0500
 
100827
Commit:     Owen W. Taylor <otaylor@fishsoup.net>
 
100828
CommitDate: Sun Nov 21 22:01:52 2010 -0500
88340
100829
 
88341
100830
    Fix off-by-1000 for GTimer
88342
100831
 
88346
100835
 1 file changed, 2 insertions(+), 2 deletions(-)
88347
100836
 
88348
100837
commit ab3a79e2c9be13aea5b2ce0980f3a641c5ed081d
88349
 
Author: Ignacio Casal Quinteiro <icq@gnome.org>
88350
 
Date:   Sun Nov 21 21:20:44 2010 +0100
 
100838
Author:     Ignacio Casal Quinteiro <icq@gnome.org>
 
100839
AuthorDate: Sun Nov 21 21:20:44 2010 +0100
 
100840
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
100841
CommitDate: Sun Nov 21 21:21:22 2010 +0100
88351
100842
 
88352
100843
    Check for (GIConv)-1 instead of NULL.
88353
100844
 
88355
100846
 1 file changed, 1 insertion(+), 1 deletion(-)
88356
100847
 
88357
100848
commit bcbf9153d5933476d267ba5da18dd72e99fac20a
88358
 
Author: Gheyret T.Kenji <gheyret@gmail.com>
88359
 
Date:   Sat Nov 20 11:26:41 2010 +0100
 
100849
Author:     Gheyret T.Kenji <gheyret@gmail.com>
 
100850
AuthorDate: Sat Nov 20 11:26:41 2010 +0100
 
100851
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
100852
CommitDate: Sat Nov 20 11:26:41 2010 +0100
88360
100853
 
88361
100854
    Added UG translation
88362
100855
 
88365
100858
 1 file changed, 36 insertions(+), 36 deletions(-)
88366
100859
 
88367
100860
commit 96e9677fd7433cfbf27d18f66d55635195fcc44d
88368
 
Author: Kjartan Maraas <kmaraas@gnome.org>
88369
 
Date:   Thu Nov 18 14:08:34 2010 +0100
 
100861
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
100862
AuthorDate: Thu Nov 18 14:08:34 2010 +0100
 
100863
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
100864
CommitDate: Thu Nov 18 14:08:34 2010 +0100
88370
100865
 
88371
100866
    Updated Norwegian bokmål translation
88372
100867
 
88375
100870
 1 file changed, 780 insertions(+), 632 deletions(-)
88376
100871
 
88377
100872
commit 260d005616b7150c3e560a9fc29734a19ab8e24e
88378
 
Author: Colin Walters <walters@verbum.org>
88379
 
Date:   Wed Nov 17 20:06:07 2010 -0500
 
100873
Author:     Colin Walters <walters@verbum.org>
 
100874
AuthorDate: Wed Nov 17 20:06:07 2010 -0500
 
100875
Commit:     Colin Walters <walters@verbum.org>
 
100876
CommitDate: Wed Nov 17 20:07:39 2010 -0500
88380
100877
 
88381
100878
    introspection: Add annotations for g_file_copy, g_file_move
88382
100879
 
88384
100881
 1 file changed, 4 insertions(+), 4 deletions(-)
88385
100882
 
88386
100883
commit 354d655ba8a54b754cb5a3efb42767327775696c
88387
 
Author: Ryan Lortie <desrt@desrt.ca>
88388
 
Date:   Wed Nov 17 12:19:54 2010 -0500
 
100884
Author:     Ryan Lortie <desrt@desrt.ca>
 
100885
AuthorDate: Wed Nov 17 12:19:54 2010 -0500
 
100886
Commit:     Ryan Lortie <desrt@desrt.ca>
 
100887
CommitDate: Wed Nov 17 12:24:53 2010 -0500
88389
100888
 
88390
100889
    g_str_hash: switch to using DJB hash
88391
100890
 
88399
100898
 1 file changed, 12 insertions(+), 6 deletions(-)
88400
100899
 
88401
100900
commit f50a99e7827f4b906cfe9ced27096b047f65ac80
88402
 
Author: Ryan Lortie <desrt@desrt.ca>
88403
 
Date:   Wed Nov 17 11:57:48 2010 -0500
 
100901
Author:     Ryan Lortie <desrt@desrt.ca>
 
100902
AuthorDate: Wed Nov 17 11:57:48 2010 -0500
 
100903
Commit:     Ryan Lortie <desrt@desrt.ca>
 
100904
CommitDate: Wed Nov 17 12:24:53 2010 -0500
88404
100905
 
88405
100906
    g_str_hash: clean up code
88406
100907
 
88412
100913
 1 file changed, 4 insertions(+), 5 deletions(-)
88413
100914
 
88414
100915
commit 2bfcffde9ae5b14e78a4279bf48c71897c5f19d8
88415
 
Author: Tomas Bzatek <tbzatek@redhat.com>
88416
 
Date:   Tue Nov 16 14:20:07 2010 +0100
 
100916
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
100917
AuthorDate: Tue Nov 16 14:20:07 2010 +0100
 
100918
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
100919
CommitDate: Tue Nov 16 14:20:07 2010 +0100
88417
100920
 
88418
100921
    GIO: Hide mounts having a path element starting with dot
88419
100922
 
88425
100928
 1 file changed, 4 insertions(+)
88426
100929
 
88427
100930
commit 010913c8ab3f161ac8e9c676bc89d3a30db092ce
88428
 
Author: Javier Jardón <jjardon@gnome.org>
88429
 
Date:   Sun Nov 14 02:08:51 2010 +0100
 
100931
Author:     Javier Jardón <jjardon@gnome.org>
 
100932
AuthorDate: Sun Nov 14 02:08:51 2010 +0100
 
100933
Commit:     Javier Jardón <jjardon@gnome.org>
 
100934
CommitDate: Sun Nov 14 02:09:05 2010 +0100
88430
100935
 
88431
100936
    docs: Update the URL of some documentation links
88432
100937
 
88437
100942
 2 files changed, 4 insertions(+), 4 deletions(-)
88438
100943
 
88439
100944
commit f4142b321b2cdc2bb5a74716b29f35a141c9a8d2
88440
 
Author: Gheyret T.Kenji <gheyret@gmail.com>
88441
 
Date:   Sun Nov 14 00:05:02 2010 +0100
 
100945
Author:     Gheyret T.Kenji <gheyret@gmail.com>
 
100946
AuthorDate: Sun Nov 14 00:05:02 2010 +0100
 
100947
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
100948
CommitDate: Sun Nov 14 00:05:02 2010 +0100
88442
100949
 
88443
100950
    Added UG translation
88444
100951
 
88446
100953
 1 file changed, 1 insertion(+)
88447
100954
 
88448
100955
commit a0e0f25de687f5d748ae23421572b1fc60b248c2
88449
 
Author: Gheyret T.Kenji <gheyret@gmail.com>
88450
 
Date:   Sat Nov 13 22:10:03 2010 +0100
 
100956
Author:     Gheyret T.Kenji <gheyret@gmail.com>
 
100957
AuthorDate: Sat Nov 13 22:10:03 2010 +0100
 
100958
Commit:     Abduxukur Abdurixit <abdurixit@gmail.com>
 
100959
CommitDate: Sat Nov 13 22:10:03 2010 +0100
88451
100960
 
88452
100961
    Added UG translation
88453
100962
 
88456
100965
 1 file changed, 3522 insertions(+)
88457
100966
 
88458
100967
commit b53b61a000fdd72c76b96f58e3835f50ad8335f1
88459
 
Author: Luca Ferretti <lferrett@gnome.org>
88460
 
Date:   Sat Nov 13 14:01:29 2010 +0100
 
100968
Author:     Luca Ferretti <lferrett@gnome.org>
 
100969
AuthorDate: Sat Nov 13 14:01:29 2010 +0100
 
100970
Commit:     Luca Ferretti <lferrett@gnome.org>
 
100971
CommitDate: Sat Nov 13 14:01:48 2010 +0100
88461
100972
 
88462
100973
    [l10n] Updated Italian translation
88463
100974
 
88466
100977
 1 file changed, 1556 insertions(+), 797 deletions(-)
88467
100978
 
88468
100979
commit 9faed56eda38ed35dd9841d2de1ac659d8db5a36
88469
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
88470
 
Date:   Sat Nov 13 00:59:45 2010 +0100
 
100980
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
100981
AuthorDate: Sat Nov 13 00:59:45 2010 +0100
 
100982
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
100983
CommitDate: Sat Nov 13 00:59:45 2010 +0100
88471
100984
 
88472
100985
    Updated Galician translations
88473
100986
 
88476
100989
 1 file changed, 72 insertions(+), 72 deletions(-)
88477
100990
 
88478
100991
commit 48ca3add143896fa5664860a94947907cfe5daa2
88479
 
Author: Ryan Lortie <desrt@desrt.ca>
88480
 
Date:   Thu Nov 11 21:47:13 2010 -0500
 
100992
Author:     Ryan Lortie <desrt@desrt.ca>
 
100993
AuthorDate: Thu Nov 11 21:47:13 2010 -0500
 
100994
Commit:     Ryan Lortie <desrt@desrt.ca>
 
100995
CommitDate: Thu Nov 11 21:49:21 2010 -0500
88481
100996
 
88482
100997
    G_STATIC_ASSERT: clarify when use is valid
88483
100998
 
88489
101004
 2 files changed, 7 insertions(+), 1 deletion(-)
88490
101005
 
88491
101006
commit 6bc20651ecf8e8b5d9ffea89ae76083ededa3c0b
88492
 
Author: Ryan Lortie <desrt@desrt.ca>
88493
 
Date:   Thu Nov 11 21:30:03 2010 -0500
 
101007
Author:     Ryan Lortie <desrt@desrt.ca>
 
101008
AuthorDate: Thu Nov 11 21:30:03 2010 -0500
 
101009
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101010
CommitDate: Thu Nov 11 21:49:21 2010 -0500
88494
101011
 
88495
101012
    Partial revert of last commit
88496
101013
 
88500
101017
 1 file changed, 1 insertion(+), 4 deletions(-)
88501
101018
 
88502
101019
commit d28bce02dc62ac863ddafce8d525e6bc929db873
88503
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
88504
 
Date:   Wed Nov 10 12:03:11 2010 +0100
 
101020
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
101021
AuthorDate: Wed Nov 10 12:03:11 2010 +0100
 
101022
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
101023
CommitDate: Wed Nov 10 19:08:52 2010 +0100
88505
101024
 
88506
101025
    emblemed-icon: allow passing a NULL emblem to g_emblemed_icon_new()
88507
101026
 
88515
101034
 1 file changed, 4 insertions(+), 4 deletions(-)
88516
101035
 
88517
101036
commit fb94859e84c0b7859a0a5425d461b18e67ea9ac7
88518
 
Author: Benjamin Otte <otte@redhat.com>
88519
 
Date:   Tue Nov 9 07:19:19 2010 -0500
 
101037
Author:     Benjamin Otte <otte@redhat.com>
 
101038
AuthorDate: Tue Nov 9 07:19:19 2010 -0500
 
101039
Commit:     Benjamin Otte <otte@redhat.com>
 
101040
CommitDate: Tue Nov 9 21:13:04 2010 -0500
88520
101041
 
88521
101042
    API: Reinstate "gio-desktop-app-info-lookup" extension point
88522
101043
 
88537
101058
 4 files changed, 97 insertions(+), 3 deletions(-)
88538
101059
 
88539
101060
commit 9f02ee790b03b4c9e73490734ddb4740219b1d36
88540
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88541
 
Date:   Tue Nov 9 20:36:53 2010 +0800
 
101061
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101062
AuthorDate: Tue Nov 9 20:36:53 2010 +0800
 
101063
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101064
CommitDate: Tue Nov 9 20:36:53 2010 +0800
88542
101065
 
88543
101066
    gio: Fix C99 style variable declarations (bug #633075)
88544
101067
 
88552
101075
 2 files changed, 18 insertions(+), 8 deletions(-)
88553
101076
 
88554
101077
commit 029f3070e7334daf8241dfe0db8288f80110f839
88555
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88556
 
Date:   Tue Nov 9 20:32:39 2010 +0800
 
101078
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101079
AuthorDate: Tue Nov 9 20:32:39 2010 +0800
 
101080
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101081
CommitDate: Tue Nov 9 20:32:39 2010 +0800
88557
101082
 
88558
101083
    gtimer.c: Revert accidental overwrite
88559
101084
 
88565
101090
 1 file changed, 9 insertions(+), 64 deletions(-)
88566
101091
 
88567
101092
commit db7ea5e5584f768e978bb101000bf8a602384f6d
88568
 
Author: Matthias Clasen <mclasen@redhat.com>
88569
 
Date:   Mon Nov 8 23:06:53 2010 -0500
 
101093
Author:     Matthias Clasen <mclasen@redhat.com>
 
101094
AuthorDate: Mon Nov 8 23:06:53 2010 -0500
 
101095
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101096
CommitDate: Mon Nov 8 23:06:53 2010 -0500
88570
101097
 
88571
101098
    Bump version
88572
101099
 
88574
101101
 1 file changed, 1 insertion(+), 1 deletion(-)
88575
101102
 
88576
101103
commit f023d8b9bc6d86482fc020acf46ce965ff94c37b
88577
 
Author: Matthias Clasen <mclasen@redhat.com>
88578
 
Date:   Mon Nov 8 21:40:17 2010 -0500
 
101104
Author:     Matthias Clasen <mclasen@redhat.com>
 
101105
AuthorDate: Mon Nov 8 21:40:17 2010 -0500
 
101106
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101107
CommitDate: Mon Nov 8 21:40:17 2010 -0500
88579
101108
 
88580
101109
    Update NEWS
88581
101110
 
88583
101112
 1 file changed, 49 insertions(+)
88584
101113
 
88585
101114
commit 9806040455d6d482db3908f2d56ddfe455bae660
88586
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88587
 
Date:   Tue Nov 9 09:53:12 2010 +0800
 
101115
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101116
AuthorDate: Tue Nov 9 09:53:12 2010 +0800
 
101117
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101118
CommitDate: Tue Nov 9 09:53:12 2010 +0800
88588
101119
 
88589
101120
    Added and Moved checks for includes
88590
101121
 
88600
101131
 4 files changed, 85 insertions(+), 28 deletions(-)
88601
101132
 
88602
101133
commit 4a012a9754d51a36914c626b41ad757a89e57f86
88603
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88604
 
Date:   Tue Nov 9 09:50:11 2010 +0800
 
101134
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101135
AuthorDate: Tue Nov 9 09:50:11 2010 +0800
 
101136
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101137
CommitDate: Tue Nov 9 09:50:11 2010 +0800
88605
101138
 
88606
101139
    Updated README.txt for VS9
88607
101140
 
88609
101142
 1 file changed, 17 insertions(+), 3 deletions(-)
88610
101143
 
88611
101144
commit 0af6343fedaf95d3710af8a1535da4d32cfccff9
88612
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88613
 
Date:   Tue Nov 9 09:27:27 2010 +0800
 
101145
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101146
AuthorDate: Tue Nov 9 09:27:27 2010 +0800
 
101147
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101148
CommitDate: Tue Nov 9 09:27:27 2010 +0800
88614
101149
 
88615
101150
    Updated .def generation for x64
88616
101151
 
88621
101156
 1 file changed, 2 insertions(+), 2 deletions(-)
88622
101157
 
88623
101158
commit 9d4423c15d8684be27496f1905e063ec7e18cc21
88624
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88625
 
Date:   Tue Nov 9 09:26:05 2010 +0800
 
101159
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101160
AuthorDate: Tue Nov 9 09:26:05 2010 +0800
 
101161
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101162
CommitDate: Tue Nov 9 09:26:05 2010 +0800
88626
101163
 
88627
101164
    Various updates...
88628
101165
 
88634
101171
 1 file changed, 27 insertions(+), 3 deletions(-)
88635
101172
 
88636
101173
commit e655a849e3cd7357dcef873163712df13889353f
88637
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88638
 
Date:   Tue Nov 9 09:23:47 2010 +0800
 
101174
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101175
AuthorDate: Tue Nov 9 09:23:47 2010 +0800
 
101176
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101177
CommitDate: Tue Nov 9 09:23:47 2010 +0800
88639
101178
 
88640
101179
    Some enhancements for Win64 and using existing PCRE installtions
88641
101180
 
88650
101189
 1 file changed, 292 insertions(+), 22 deletions(-)
88651
101190
 
88652
101191
commit 50ca3571041881d7728f9a6fb0e924681113fb5e
88653
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88654
 
Date:   Tue Nov 9 09:11:48 2010 +0800
 
101192
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101193
AuthorDate: Tue Nov 9 09:11:48 2010 +0800
 
101194
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101195
CommitDate: Tue Nov 9 09:11:48 2010 +0800
88655
101196
 
88656
101197
    Added option to use existing installation of PCRE
88657
101198
 
88663
101204
 1 file changed, 85 insertions(+)
88664
101205
 
88665
101206
commit 8c4a96c6ff389aa319993857d79e0afcdf24d7c9
88666
 
Author: Chun-wei Fan <fanchunwei@src.gnome.org>
88667
 
Date:   Tue Nov 9 09:08:45 2010 +0800
 
101207
Author:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101208
AuthorDate: Tue Nov 9 09:08:45 2010 +0800
 
101209
Commit:     Chun-wei Fan <fanchunwei@src.gnome.org>
 
101210
CommitDate: Tue Nov 9 09:08:45 2010 +0800
88668
101211
 
88669
101212
    Made up for missed source files
88670
101213
 
88675
101218
 1 file changed, 7 insertions(+)
88676
101219
 
88677
101220
commit 587c9d09e25b0a0e3779e6a19493c9264696a46f
88678
 
Author: Ryan Lortie <desrt@desrt.ca>
88679
 
Date:   Mon Nov 8 18:15:32 2010 -0500
 
101221
Author:     Ryan Lortie <desrt@desrt.ca>
 
101222
AuthorDate: Mon Nov 8 18:15:32 2010 -0500
 
101223
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101224
CommitDate: Mon Nov 8 18:22:18 2010 -0500
88680
101225
 
88681
101226
    GPeriodic: enable subclassing
88682
101227
 
88688
101233
 2 files changed, 89 insertions(+), 70 deletions(-)
88689
101234
 
88690
101235
commit 9fbfac6abb45aad97349f68aef29410e3bef4cfd
88691
 
Author: Ryan Lortie <desrt@desrt.ca>
88692
 
Date:   Mon Nov 8 16:59:29 2010 -0500
 
101236
Author:     Ryan Lortie <desrt@desrt.ca>
 
101237
AuthorDate: Mon Nov 8 16:59:29 2010 -0500
 
101238
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101239
CommitDate: Mon Nov 8 18:22:18 2010 -0500
88693
101240
 
88694
101241
    GPeriodic: remove repair functions
88695
101242
 
88703
101250
 4 files changed, 63 insertions(+), 83 deletions(-)
88704
101251
 
88705
101252
commit 1a1fc130ece13a442dcacaba1db9108089cead38
88706
 
Author: Ryan Lortie <desrt@desrt.ca>
88707
 
Date:   Mon Nov 8 16:42:32 2010 -0500
 
101253
Author:     Ryan Lortie <desrt@desrt.ca>
 
101254
AuthorDate: Mon Nov 8 16:42:32 2010 -0500
 
101255
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101256
CommitDate: Mon Nov 8 18:21:51 2010 -0500
88708
101257
 
88709
101258
    New function: g_clear_object()
88710
101259
 
88726
101275
 7 files changed, 93 insertions(+), 1 deletion(-)
88727
101276
 
88728
101277
commit 78bc8bec4f44a48e5e538f1f9ac9b9e43a9fc833
88729
 
Author: Dan Winship <danw@gnome.org>
88730
 
Date:   Sun Nov 7 12:56:44 2010 -0500
 
101278
Author:     Dan Winship <danw@gnome.org>
 
101279
AuthorDate: Sun Nov 7 12:56:44 2010 -0500
 
101280
Commit:     Dan Winship <danw@gnome.org>
 
101281
CommitDate: Sun Nov 7 12:56:44 2010 -0500
88731
101282
 
88732
101283
    fix .gitignore
88733
101284
 
88735
101286
 1 file changed, 4 insertions(+)
88736
101287
 
88737
101288
commit 791d91a957f8fc243b6629a015132c22675399ab
88738
 
Author: Dan Winship <danw@gnome.org>
88739
 
Date:   Sun Nov 7 12:56:08 2010 -0500
 
101289
Author:     Dan Winship <danw@gnome.org>
 
101290
AuthorDate: Sun Nov 7 12:56:08 2010 -0500
 
101291
Commit:     Dan Winship <danw@gnome.org>
 
101292
CommitDate: Sun Nov 7 12:56:08 2010 -0500
88740
101293
 
88741
101294
    fix make check
88742
101295
 
88746
101299
 3 files changed, 7 insertions(+), 6 deletions(-)
88747
101300
 
88748
101301
commit ba9fccf71e667c1d05d05fab794ab41b2c387a81
88749
 
Author: Ryan Lortie <desrt@desrt.ca>
88750
 
Date:   Sat Nov 6 17:34:40 2010 -0400
 
101302
Author:     Ryan Lortie <desrt@desrt.ca>
 
101303
AuthorDate: Sat Nov 6 17:34:40 2010 -0400
 
101304
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101305
CommitDate: Sat Nov 6 17:35:10 2010 -0400
88751
101306
 
88752
101307
    g_get_user_runtime_dir(): New function
88753
101308
 
88760
101315
 3 files changed, 52 insertions(+)
88761
101316
 
88762
101317
commit 71088701af6ff0658313069219565923d5a03280
88763
 
Author: Ryan Lortie <desrt@desrt.ca>
88764
 
Date:   Fri Nov 5 22:07:07 2010 -0400
 
101318
Author:     Ryan Lortie <desrt@desrt.ca>
 
101319
AuthorDate: Fri Nov 5 22:07:07 2010 -0400
 
101320
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101321
CommitDate: Sat Nov 6 17:35:10 2010 -0400
88765
101322
 
88766
101323
    Add G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
88767
101324
 
88775
101332
 2 files changed, 25 insertions(+), 3 deletions(-)
88776
101333
 
88777
101334
commit fa774618fcbd1afaa30507c9d75a46f9fa7bc288
88778
 
Author: Christian Persch <chpe@gnome.org>
88779
 
Date:   Sat Nov 6 12:27:01 2010 +0100
 
101335
Author:     Christian Persch <chpe@gnome.org>
 
101336
AuthorDate: Sat Nov 6 12:27:01 2010 +0100
 
101337
Commit:     Christian Persch <chpe@gnome.org>
 
101338
CommitDate: Sat Nov 6 12:27:01 2010 +0100
88780
101339
 
88781
101340
    Fix docs comment typo
88782
101341
 
88784
101343
 1 file changed, 1 insertion(+), 1 deletion(-)
88785
101344
 
88786
101345
commit 8464db88adf36964c0898b74e1d122136fa0696b
88787
 
Author: A S Alam <aalam@users.sf.net>
88788
 
Date:   Sat Nov 6 10:48:55 2010 +0530
 
101346
Author:     A S Alam <aalam@users.sf.net>
 
101347
AuthorDate: Sat Nov 6 10:48:55 2010 +0530
 
101348
Commit:     A S Alam <aalam@users.sf.net>
 
101349
CommitDate: Sat Nov 6 10:48:55 2010 +0530
88789
101350
 
88790
101351
    update Punjabi Translation by A S Alam
88791
101352
 
88793
101354
 1 file changed, 1 insertion(+), 1 deletion(-)
88794
101355
 
88795
101356
commit 79a29a10362019b3ec5e361c7dbbadf084355f9c
88796
 
Author: A S Alam <aalam@users.sf.net>
88797
 
Date:   Sat Nov 6 10:47:54 2010 +0530
 
101357
Author:     A S Alam <aalam@users.sf.net>
 
101358
AuthorDate: Sat Nov 6 10:47:54 2010 +0530
 
101359
Commit:     A S Alam <aalam@users.sf.net>
 
101360
CommitDate: Sat Nov 6 10:47:54 2010 +0530
88798
101361
 
88799
101362
    update Punjabi Translation by A S Alam
88800
101363
 
88803
101366
 1 file changed, 557 insertions(+), 344 deletions(-)
88804
101367
 
88805
101368
commit 7fc6f8a1596b18a23e1570fc6716b34a137b76c6
88806
 
Author: Ryan Lortie <desrt@desrt.ca>
88807
 
Date:   Fri Nov 5 21:33:06 2010 -0400
 
101369
Author:     Ryan Lortie <desrt@desrt.ca>
 
101370
AuthorDate: Fri Nov 5 21:33:06 2010 -0400
 
101371
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101372
CommitDate: Fri Nov 5 21:33:43 2010 -0400
88808
101373
 
88809
101374
    Add g_variant_lookup() and tests
88810
101375
 
88820
101385
 5 files changed, 229 insertions(+)
88821
101386
 
88822
101387
commit 57b4b7099f6e6918210d5d99a24f42b33021bab0
88823
 
Author: Matthias Clasen <mclasen@redhat.com>
88824
 
Date:   Fri Nov 5 14:50:01 2010 -0400
 
101388
Author:     Matthias Clasen <mclasen@redhat.com>
 
101389
AuthorDate: Fri Nov 5 14:50:01 2010 -0400
 
101390
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101391
CommitDate: Fri Nov 5 14:50:01 2010 -0400
88825
101392
 
88826
101393
    Fix markup
88827
101394
 
88829
101396
 1 file changed, 2 insertions(+), 2 deletions(-)
88830
101397
 
88831
101398
commit 38bc42d18edcfdc47cad018dbd6e562f21541f9b
88832
 
Author: Matthias Clasen <mclasen@redhat.com>
88833
 
Date:   Fri Nov 5 14:29:15 2010 -0400
 
101399
Author:     Matthias Clasen <mclasen@redhat.com>
 
101400
AuthorDate: Fri Nov 5 14:29:15 2010 -0400
 
101401
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101402
CommitDate: Fri Nov 5 14:29:15 2010 -0400
88834
101403
 
88835
101404
    Fix up gapplication example
88836
101405
 
88838
101407
 1 file changed, 1 insertion(+)
88839
101408
 
88840
101409
commit 67c03fee2a90079b75bbbb71c004ef00af750f21
88841
 
Author: Matthias Clasen <mclasen@redhat.com>
88842
 
Date:   Fri Nov 5 14:28:44 2010 -0400
 
101410
Author:     Matthias Clasen <mclasen@redhat.com>
 
101411
AuthorDate: Fri Nov 5 14:28:44 2010 -0400
 
101412
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101413
CommitDate: Fri Nov 5 14:28:44 2010 -0400
88843
101414
 
88844
101415
    Describe enum and flags types a bit
88845
101416
 
88847
101418
 1 file changed, 20 insertions(+), 2 deletions(-)
88848
101419
 
88849
101420
commit d1b00fe23df265f6cf8a288a34db8fdeb31d9900
88850
 
Author: Matthias Clasen <mclasen@redhat.com>
88851
 
Date:   Fri Nov 5 13:56:42 2010 -0400
 
101421
Author:     Matthias Clasen <mclasen@redhat.com>
 
101422
AuthorDate: Fri Nov 5 13:56:42 2010 -0400
 
101423
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101424
CommitDate: Fri Nov 5 13:56:42 2010 -0400
88852
101425
 
88853
101426
    Update the gschema dtd to include flags
88854
101427
 
88856
101429
 1 file changed, 12 insertions(+), 6 deletions(-)
88857
101430
 
88858
101431
commit bc793255bc75300bfa96bfd842343c26af8b0744
88859
 
Author: Matthias Clasen <mclasen@redhat.com>
88860
 
Date:   Fri Nov 5 09:31:36 2010 -0400
 
101432
Author:     Matthias Clasen <mclasen@redhat.com>
 
101433
AuthorDate: Fri Nov 5 09:31:36 2010 -0400
 
101434
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101435
CommitDate: Fri Nov 5 09:31:36 2010 -0400
88861
101436
 
88862
101437
    Report more useful errors from g_settings_set_value
88863
101438
 
88865
101440
 1 file changed, 22 insertions(+), 2 deletions(-)
88866
101441
 
88867
101442
commit 393834ac6f32633a31e52441b051dc7d3969a530
88868
 
Author: Dan Winship <danw@gnome.org>
88869
 
Date:   Thu Nov 4 15:23:22 2010 -0400
 
101443
Author:     Dan Winship <danw@gnome.org>
 
101444
AuthorDate: Thu Nov 4 15:23:22 2010 -0400
 
101445
Commit:     Dan Winship <danw@gnome.org>
 
101446
CommitDate: Thu Nov 4 17:21:09 2010 -0400
88870
101447
 
88871
101448
    gsettings.m4: Fix rules to work when there are no schemas
88872
101449
 
88881
101458
 1 file changed, 5 insertions(+), 3 deletions(-)
88882
101459
 
88883
101460
commit 094082841877b8b70a0d793ff091bb74793210b6
88884
 
Author: Tor Lillqvist <tml@iki.fi>
88885
 
Date:   Tue Oct 26 12:20:22 2010 +0300
 
101461
Author:     Tor Lillqvist <tml@iki.fi>
 
101462
AuthorDate: Tue Oct 26 12:20:22 2010 +0300
 
101463
Commit:     Tor Lillqvist <tml@iki.fi>
 
101464
CommitDate: Thu Nov 4 22:18:42 2010 +0200
88886
101465
 
88887
101466
    Clarify docs for g_path_is_absolute() semantics on Windows
88888
101467
 
88890
101469
 1 file changed, 26 insertions(+), 5 deletions(-)
88891
101470
 
88892
101471
commit 954e7d149359152a9b6dccf2322399f87ed5bd1f
88893
 
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
88894
 
Date:   Sun Oct 31 20:12:26 2010 +0200
 
101472
Author:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
101473
AuthorDate: Sun Oct 31 20:12:26 2010 +0200
 
101474
Commit:     Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
101475
CommitDate: Thu Nov 4 01:28:40 2010 +0200
88895
101476
 
88896
101477
    Updated Belarusian translation
88897
101478
 
88900
101481
 1 file changed, 2137 insertions(+), 1275 deletions(-)
88901
101482
 
88902
101483
commit ba45e36932206f30bb439f27c49529d934207fd1
88903
 
Author: Christian Persch <chpe@gnome.org>
88904
 
Date:   Thu Sep 23 13:47:13 2010 +0200
 
101484
Author:     Christian Persch <chpe@gnome.org>
 
101485
AuthorDate: Thu Sep 23 13:47:13 2010 +0200
 
101486
Commit:     Christian Persch <chpe@gnome.org>
 
101487
CommitDate: Wed Nov 3 14:38:08 2010 +0100
88905
101488
 
88906
101489
    Add g_simple_async_report_take_gerror_in_idle
88907
101490
 
88927
101510
 14 files changed, 56 insertions(+), 34 deletions(-)
88928
101511
 
88929
101512
commit 9e0c07870af1dac84c033031cf301671779c8328
88930
 
Author: Christian Persch <chpe@gnome.org>
88931
 
Date:   Thu Sep 23 13:02:50 2010 +0200
 
101513
Author:     Christian Persch <chpe@gnome.org>
 
101514
AuthorDate: Thu Sep 23 13:02:50 2010 +0200
 
101515
Commit:     Christian Persch <chpe@gnome.org>
 
101516
CommitDate: Wed Nov 3 14:25:35 2010 +0100
88932
101517
 
88933
101518
    Use g_simple_async_result_{new_,}take_error
88934
101519
 
88972
101557
 34 files changed, 98 insertions(+), 270 deletions(-)
88973
101558
 
88974
101559
commit 63b87b2c26bf983823f83943b8d752bd053ce539
88975
 
Author: Ryan Lortie <desrt@desrt.ca>
88976
 
Date:   Wed Nov 3 00:16:16 2010 -0400
 
101560
Author:     Ryan Lortie <desrt@desrt.ca>
 
101561
AuthorDate: Wed Nov 3 00:16:16 2010 -0400
 
101562
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101563
CommitDate: Wed Nov 3 00:16:16 2010 -0400
88977
101564
 
88978
101565
    Add simple dynamic scheduling to GPeriodic
88979
101566
 
88988
101575
 4 files changed, 151 insertions(+), 16 deletions(-)
88989
101576
 
88990
101577
commit 8c7e284116085058fa8b2600e02502aa6acb3f9e
88991
 
Author: Matthias Clasen <mclasen@redhat.com>
88992
 
Date:   Tue Nov 2 22:39:58 2010 -0400
 
101578
Author:     Matthias Clasen <mclasen@redhat.com>
 
101579
AuthorDate: Tue Nov 2 22:39:58 2010 -0400
 
101580
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101581
CommitDate: Tue Nov 2 23:02:05 2010 -0400
88993
101582
 
88994
101583
    Tweak GApplication docs
88995
101584
 
89001
101590
 5 files changed, 20 insertions(+), 20 deletions(-)
89002
101591
 
89003
101592
commit 1cf14de82f3ad4beceeeb9ba555763ef8d70ed24
89004
 
Author: Ryan Lortie <desrt@desrt.ca>
89005
 
Date:   Tue Nov 2 22:12:55 2010 -0400
 
101593
Author:     Ryan Lortie <desrt@desrt.ca>
 
101594
AuthorDate: Tue Nov 2 22:12:55 2010 -0400
 
101595
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101596
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89006
101597
 
89007
101598
    docs: Recommend against using GTimeVal
89008
101599
 
89010
101601
 1 file changed, 7 insertions(+), 4 deletions(-)
89011
101602
 
89012
101603
commit e4ad3442c042431918de178c5dc29ce6abb31ff2
89013
 
Author: Ryan Lortie <desrt@desrt.ca>
89014
 
Date:   Tue Nov 2 22:03:08 2010 -0400
 
101604
Author:     Ryan Lortie <desrt@desrt.ca>
 
101605
AuthorDate: Tue Nov 2 22:03:08 2010 -0400
 
101606
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101607
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89015
101608
 
89016
101609
    GMainContext: store real time as int64
89017
101610
 
89019
101612
 1 file changed, 10 insertions(+), 9 deletions(-)
89020
101613
 
89021
101614
commit d22681feb44daa0209cf55c8e45cc8f0c13d4ded
89022
 
Author: Ryan Lortie <desrt@desrt.ca>
89023
 
Date:   Mon Nov 1 17:04:31 2010 -0400
 
101615
Author:     Ryan Lortie <desrt@desrt.ca>
 
101616
AuthorDate: Mon Nov 1 17:04:31 2010 -0400
 
101617
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101618
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89024
101619
 
89025
101620
    glocalfileinfo: remove non-use of GTimeVal
89026
101621
 
89028
101623
 1 file changed, 7 insertions(+), 7 deletions(-)
89029
101624
 
89030
101625
commit 5dab4727ee604d3a7a2be3aa7dde739b71d7f5df
89031
 
Author: Ryan Lortie <desrt@desrt.ca>
89032
 
Date:   Mon Nov 1 16:40:36 2010 -0400
 
101626
Author:     Ryan Lortie <desrt@desrt.ca>
 
101627
AuthorDate: Mon Nov 1 16:40:36 2010 -0400
 
101628
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101629
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89033
101630
 
89034
101631
    Add g_get_real_time() for wall-clock int64 micros
89035
101632
 
89043
101640
 4 files changed, 33 insertions(+), 1 deletion(-)
89044
101641
 
89045
101642
commit 38e7aa9855a3e18d5350733ee4177ab00cee15df
89046
 
Author: Ryan Lortie <desrt@desrt.ca>
89047
 
Date:   Mon Nov 1 16:35:10 2010 -0400
 
101643
Author:     Ryan Lortie <desrt@desrt.ca>
 
101644
AuthorDate: Mon Nov 1 16:35:10 2010 -0400
 
101645
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101646
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89048
101647
 
89049
101648
    Clean up g_usleep()
89050
101649
 
89064
101663
 2 files changed, 2 insertions(+), 47 deletions(-)
89065
101664
 
89066
101665
commit a48faa0aed1c422ba04301a4786419de44ea65e8
89067
 
Author: Ryan Lortie <desrt@desrt.ca>
89068
 
Date:   Mon Nov 1 16:06:39 2010 -0400
 
101666
Author:     Ryan Lortie <desrt@desrt.ca>
 
101667
AuthorDate: Mon Nov 1 16:06:39 2010 -0400
 
101668
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101669
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89069
101670
 
89070
101671
    GTimer: switch to monotonic time
89071
101672
 
89075
101676
 1 file changed, 8 insertions(+), 19 deletions(-)
89076
101677
 
89077
101678
commit 92df8a1d7766dbb51d84c0373daa77eb1cce3a18
89078
 
Author: Ryan Lortie <desrt@desrt.ca>
89079
 
Date:   Mon Nov 1 15:47:29 2010 -0400
 
101679
Author:     Ryan Lortie <desrt@desrt.ca>
 
101680
AuthorDate: Mon Nov 1 15:47:29 2010 -0400
 
101681
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101682
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89080
101683
 
89081
101684
    Drop GTimeSpec type
89082
101685
 
89086
101689
 3 files changed, 19 deletions(-)
89087
101690
 
89088
101691
commit c3a0d32ef1413f942890796aa20f7b1a54254eff
89089
 
Author: Ryan Lortie <desrt@desrt.ca>
89090
 
Date:   Mon Nov 1 15:46:35 2010 -0400
 
101692
Author:     Ryan Lortie <desrt@desrt.ca>
 
101693
AuthorDate: Mon Nov 1 15:46:35 2010 -0400
 
101694
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101695
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89091
101696
 
89092
101697
    Switch GTimeSpec users to int64 microseconds
89093
101698
 
89106
101711
 5 files changed, 101 insertions(+), 159 deletions(-)
89107
101712
 
89108
101713
commit d9f5ab56c3b79fb12b4ee4f19a8b6307445cc403
89109
 
Author: Ryan Lortie <desrt@desrt.ca>
89110
 
Date:   Mon Nov 1 13:31:37 2010 -0400
 
101714
Author:     Ryan Lortie <desrt@desrt.ca>
 
101715
AuthorDate: Mon Nov 1 13:31:37 2010 -0400
 
101716
Commit:     Ryan Lortie <desrt@desrt.ca>
 
101717
CommitDate: Tue Nov 2 22:39:09 2010 -0400
89111
101718
 
89112
101719
    GTimeout: simplify math for 'seconds' case
89113
101720
 
89125
101732
 1 file changed, 27 insertions(+), 47 deletions(-)
89126
101733
 
89127
101734
commit b6854efdb94b74f791cbcc622942825dc042eefc
89128
 
Author: Jorge González <jorgegonz@svn.gnome.org>
89129
 
Date:   Tue Nov 2 10:46:10 2010 +0100
 
101735
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
101736
AuthorDate: Tue Nov 2 10:46:10 2010 +0100
 
101737
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
101738
CommitDate: Tue Nov 2 10:46:10 2010 +0100
89130
101739
 
89131
101740
    Updated Spanish translation
89132
101741
 
89135
101744
 1 file changed, 55 insertions(+), 35 deletions(-)
89136
101745
 
89137
101746
commit 00e09af412f8d30c5980f549341cf28a2d6a8847
89138
 
Author: Jorge González <jorgegonz@svn.gnome.org>
89139
 
Date:   Mon Nov 1 18:50:46 2010 +0100
 
101747
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
101748
AuthorDate: Mon Nov 1 18:50:46 2010 +0100
 
101749
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
101750
CommitDate: Mon Nov 1 18:50:46 2010 +0100
89140
101751
 
89141
101752
    Updated Spanish translation
89142
101753
 
89145
101756
 1 file changed, 337 insertions(+), 157 deletions(-)
89146
101757
 
89147
101758
commit b2d0260b85c6eb47f9ac0263f26657cbc9fe9909
89148
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
89149
 
Date:   Mon Nov 1 17:15:38 2010 +0100
 
101759
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
101760
AuthorDate: Mon Nov 1 17:15:38 2010 +0100
 
101761
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
101762
CommitDate: Mon Nov 1 17:15:38 2010 +0100
89150
101763
 
89151
101764
    Updated Galician translations
89152
101765
 
89155
101768
 1 file changed, 386 insertions(+), 234 deletions(-)
89156
101769
 
89157
101770
commit 361afb3a62c7940c0f303eac99d84ac21e4dcb37
89158
 
Author: Paolo Borelli <pborelli@gnome.org>
89159
 
Date:   Mon Nov 1 14:36:57 2010 +0100
 
101771
Author:     Paolo Borelli <pborelli@gnome.org>
 
101772
AuthorDate: Mon Nov 1 14:36:57 2010 +0100
 
101773
Commit:     Paolo Borelli <pborelli@gnome.org>
 
101774
CommitDate: Mon Nov 1 14:37:23 2010 +0100
89160
101775
 
89161
101776
    Fix gtk-doc typo
89162
101777
 
89164
101779
 1 file changed, 1 insertion(+), 1 deletion(-)
89165
101780
 
89166
101781
commit 7434c1725dc7a5f44a9f2d9787eaa7c1c9027906
89167
 
Author: Christian Persch <chpe@gnome.org>
89168
 
Date:   Mon Nov 1 11:06:26 2010 +0100
 
101782
Author:     Christian Persch <chpe@gnome.org>
 
101783
AuthorDate: Mon Nov 1 11:06:26 2010 +0100
 
101784
Commit:     Christian Persch <chpe@gnome.org>
 
101785
CommitDate: Mon Nov 1 11:06:26 2010 +0100
89169
101786
 
89170
101787
    Fix Since: for new functions
89171
101788
 
89175
101792
 1 file changed, 2 insertions(+), 2 deletions(-)
89176
101793
 
89177
101794
commit 5327db4c2f83acf9cda3e7cc3ddca8f3eaeb570f
89178
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
89179
 
Date:   Mon Nov 1 08:17:02 2010 +0200
 
101795
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
101796
AuthorDate: Mon Nov 1 08:17:02 2010 +0200
 
101797
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
101798
CommitDate: Mon Nov 1 08:17:02 2010 +0200
89180
101799
 
89181
101800
    Updated Hebrew translation.
89182
101801
 
89185
101804
 1 file changed, 292 insertions(+), 114 deletions(-)
89186
101805
 
89187
101806
commit 81f93eb29c76c941e6bfe6c20510f8cb04edfa0a
89188
 
Author: Matthias Clasen <mclasen@redhat.com>
89189
 
Date:   Mon Nov 1 00:32:47 2010 -0400
 
101807
Author:     Matthias Clasen <mclasen@redhat.com>
 
101808
AuthorDate: Mon Nov 1 00:32:47 2010 -0400
 
101809
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101810
CommitDate: Mon Nov 1 00:32:47 2010 -0400
89190
101811
 
89191
101812
    Bump version
89192
101813
 
89194
101815
 1 file changed, 1 insertion(+), 1 deletion(-)
89195
101816
 
89196
101817
commit a50c0ca69961ef4d1a372cc31483de65266f1a52
89197
 
Author: Matthias Clasen <mclasen@redhat.com>
89198
 
Date:   Sun Oct 31 23:32:48 2010 -0400
 
101818
Author:     Matthias Clasen <mclasen@redhat.com>
 
101819
AuthorDate: Sun Oct 31 23:32:48 2010 -0400
 
101820
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101821
CommitDate: Sun Oct 31 23:32:48 2010 -0400
89199
101822
 
89200
101823
    NEWS for 2.27.2
89201
101824
 
89203
101826
 1 file changed, 36 insertions(+)
89204
101827
 
89205
101828
commit b4248cb5da7751a2b1d16c48ea0acc5f3e7c4348
89206
 
Author: Matthias Clasen <mclasen@redhat.com>
89207
 
Date:   Sun Oct 31 23:19:04 2010 -0400
 
101829
Author:     Matthias Clasen <mclasen@redhat.com>
 
101830
AuthorDate: Sun Oct 31 23:19:04 2010 -0400
 
101831
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101832
CommitDate: Sun Oct 31 23:19:04 2010 -0400
89208
101833
 
89209
101834
    Remove nonexisting type from giotypes.h
89210
101835
 
89214
101839
 1 file changed, 1 deletion(-)
89215
101840
 
89216
101841
commit d2612ad955c67a6b6791e9db4496087754c20228
89217
 
Author: Matthias Clasen <mclasen@redhat.com>
89218
 
Date:   Sun Oct 31 23:13:36 2010 -0400
 
101842
Author:     Matthias Clasen <mclasen@redhat.com>
 
101843
AuthorDate: Sun Oct 31 23:13:36 2010 -0400
 
101844
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101845
CommitDate: Sun Oct 31 23:13:36 2010 -0400
89219
101846
 
89220
101847
    Fix a doc typo
89221
101848
 
89223
101850
 1 file changed, 1 insertion(+), 1 deletion(-)
89224
101851
 
89225
101852
commit 71dcc5ce80e33ac2f5cfd2de7acc392de2cb5d45
89226
 
Author: Matthias Clasen <mclasen@redhat.com>
89227
 
Date:   Sun Oct 31 23:10:41 2010 -0400
 
101853
Author:     Matthias Clasen <mclasen@redhat.com>
 
101854
AuthorDate: Sun Oct 31 23:10:41 2010 -0400
 
101855
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101856
CommitDate: Sun Oct 31 23:10:41 2010 -0400
89228
101857
 
89229
101858
    Remove leftover definition from gactiongroup.h
89230
101859
 
89234
101863
 1 file changed, 15 deletions(-)
89235
101864
 
89236
101865
commit b49ae1646197e90d273d3ffd5d884d93109c2df7
89237
 
Author: Matthias Clasen <mclasen@redhat.com>
89238
 
Date:   Sun Oct 31 22:41:00 2010 -0400
 
101866
Author:     Matthias Clasen <mclasen@redhat.com>
 
101867
AuthorDate: Sun Oct 31 22:41:00 2010 -0400
 
101868
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101869
CommitDate: Sun Oct 31 22:41:00 2010 -0400
89239
101870
 
89240
101871
    Various documentation fixes
89241
101872
 
89246
101877
 4 files changed, 17 insertions(+), 16 deletions(-)
89247
101878
 
89248
101879
commit 85ba8596e235f5f7f351447d20a3bc1baa8402b8
89249
 
Author: Matthias Clasen <mclasen@redhat.com>
89250
 
Date:   Sun Oct 31 22:38:38 2010 -0400
 
101880
Author:     Matthias Clasen <mclasen@redhat.com>
 
101881
AuthorDate: Sun Oct 31 22:38:38 2010 -0400
 
101882
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101883
CommitDate: Sun Oct 31 22:38:38 2010 -0400
89251
101884
 
89252
101885
    GSimpleAsyncResult: add error-taking variants
89253
101886
 
89264
101897
 3 files changed, 67 insertions(+), 3 deletions(-)
89265
101898
 
89266
101899
commit 7887103193de4230a1ccb8dc7100816e523e5b9c
89267
 
Author: Matthias Clasen <mclasen@redhat.com>
89268
 
Date:   Sun Oct 31 22:05:20 2010 -0400
 
101900
Author:     Matthias Clasen <mclasen@redhat.com>
 
101901
AuthorDate: Sun Oct 31 22:05:20 2010 -0400
 
101902
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101903
CommitDate: Sun Oct 31 22:05:20 2010 -0400
89269
101904
 
89270
101905
    Add an example of invoking actions
89271
101906
 
89273
101908
 1 file changed, 14 insertions(+)
89274
101909
 
89275
101910
commit d967b5ed17ae23f8694c5828c5574393bf9df076
89276
 
Author: Matthias Clasen <mclasen@redhat.com>
89277
 
Date:   Sun Oct 31 21:08:25 2010 -0400
 
101911
Author:     Matthias Clasen <mclasen@redhat.com>
 
101912
AuthorDate: Sun Oct 31 21:08:25 2010 -0400
 
101913
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101914
CommitDate: Sun Oct 31 21:08:25 2010 -0400
89278
101915
 
89279
101916
    Fix g_action_group_activate_action() docs
89280
101917
 
89282
101919
 1 file changed, 1 insertion(+), 1 deletion(-)
89283
101920
 
89284
101921
commit 9574dbd2282e1fcf7bb5836c85cfff536bf4a7cf
89285
 
Author: Matthias Clasen <mclasen@redhat.com>
89286
 
Date:   Sun Oct 31 20:58:15 2010 -0400
 
101922
Author:     Matthias Clasen <mclasen@redhat.com>
 
101923
AuthorDate: Sun Oct 31 20:58:15 2010 -0400
 
101924
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101925
CommitDate: Sun Oct 31 20:58:15 2010 -0400
89287
101926
 
89288
101927
    Be more careful about overwriting errors
89289
101928
 
89294
101933
 1 file changed, 4 insertions(+), 3 deletions(-)
89295
101934
 
89296
101935
commit 78407a00983d2fb70a94e00639408c80a58772b7
89297
 
Author: Matthias Clasen <mclasen@redhat.com>
89298
 
Date:   Sun Oct 31 20:49:53 2010 -0400
 
101936
Author:     Matthias Clasen <mclasen@redhat.com>
 
101937
AuthorDate: Sun Oct 31 20:49:53 2010 -0400
 
101938
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101939
CommitDate: Sun Oct 31 20:49:53 2010 -0400
89299
101940
 
89300
101941
    GApplication: Add an action example
89301
101942
 
89303
101944
 1 file changed, 13 insertions(+)
89304
101945
 
89305
101946
commit cb8d29a55897b65c5d60077db19f39d1c01b2f86
89306
 
Author: Matthias Clasen <mclasen@redhat.com>
89307
 
Date:   Sun Oct 31 20:33:02 2010 -0400
 
101947
Author:     Matthias Clasen <mclasen@redhat.com>
 
101948
AuthorDate: Sun Oct 31 20:33:02 2010 -0400
 
101949
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101950
CommitDate: Sun Oct 31 20:33:02 2010 -0400
89308
101951
 
89309
101952
    Don't leak references in the actions example
89310
101953
 
89314
101957
 1 file changed, 3 insertions(+)
89315
101958
 
89316
101959
commit 09426632796b31a4f978e1c6c5666cc660e14a71
89317
 
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
89318
 
Date:   Mon Nov 1 01:28:13 2010 +0900
 
101960
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
101961
AuthorDate: Mon Nov 1 01:28:13 2010 +0900
 
101962
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
101963
CommitDate: Mon Nov 1 01:28:13 2010 +0900
89319
101964
 
89320
101965
    Fix error in Japanese translation
89321
101966
 
89323
101968
 1 file changed, 2 insertions(+), 2 deletions(-)
89324
101969
 
89325
101970
commit c34bcefa78faacbda4528de9aeea2e13519c27e0
89326
 
Author: Matthias Clasen <mclasen@redhat.com>
89327
 
Date:   Sat Oct 30 22:19:02 2010 -0400
 
101971
Author:     Matthias Clasen <mclasen@redhat.com>
 
101972
AuthorDate: Sat Oct 30 22:19:02 2010 -0400
 
101973
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101974
CommitDate: Sat Oct 30 22:19:02 2010 -0400
89328
101975
 
89329
101976
    Add an example of using GApplication with actions
89330
101977
 
89334
101981
 2 files changed, 86 insertions(+)
89335
101982
 
89336
101983
commit ab02965c50b8b80a2a676888f5aa4c36cbc7c3df
89337
 
Author: Christian Persch <chpe@gnome.org>
89338
 
Date:   Sat Oct 30 21:40:28 2010 -0400
 
101984
Author:     Christian Persch <chpe@gnome.org>
 
101985
AuthorDate: Sat Oct 30 21:40:28 2010 -0400
 
101986
Commit:     Matthias Clasen <mclasen@redhat.com>
 
101987
CommitDate: Sat Oct 30 21:40:28 2010 -0400
89339
101988
 
89340
101989
    Use G_GINT64_CONSTANT here
89341
101990
 
89345
101994
 1 file changed, 1 insertion(+), 1 deletion(-)
89346
101995
 
89347
101996
commit e24dfacd5b81ee0b6b596df3739df4448e5bbf04
89348
 
Author: Matthias Clasen <mclasen@redhat.com>
89349
 
Date:   Sat Oct 30 01:13:42 2010 -0400
 
101997
Author:     Matthias Clasen <mclasen@redhat.com>
 
101998
AuthorDate: Sat Oct 30 01:13:42 2010 -0400
 
101999
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102000
CommitDate: Sat Oct 30 01:13:42 2010 -0400
89350
102001
 
89351
102002
    gsettings-tool: Support completion for enum values
89352
102003
 
89357
102008
 2 files changed, 35 insertions(+)
89358
102009
 
89359
102010
commit 6298e88538fb5799432774574713af259701c735
89360
 
Author: Matthias Clasen <mclasen@redhat.com>
89361
 
Date:   Sat Oct 30 00:00:06 2010 -0400
 
102011
Author:     Matthias Clasen <mclasen@redhat.com>
 
102012
AuthorDate: Sat Oct 30 00:00:06 2010 -0400
 
102013
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102014
CommitDate: Sat Oct 30 00:00:06 2010 -0400
89362
102015
 
89363
102016
    Add a command to list keys and values recursively
89364
102017
 
89377
102030
 2 files changed, 69 insertions(+), 3 deletions(-)
89378
102031
 
89379
102032
commit d6192166862c6cad3914ddf397b798205263b564
89380
 
Author: Matthias Clasen <mclasen@redhat.com>
89381
 
Date:   Fri Oct 29 23:12:07 2010 -0400
 
102033
Author:     Matthias Clasen <mclasen@redhat.com>
 
102034
AuthorDate: Fri Oct 29 23:12:07 2010 -0400
 
102035
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102036
CommitDate: Fri Oct 29 23:12:07 2010 -0400
89382
102037
 
89383
102038
    Make gsettings-tool translatable again
89384
102039
 
89389
102044
 1 file changed, 49 insertions(+), 43 deletions(-)
89390
102045
 
89391
102046
commit cb647730029d5da388637e2a532f7f54a0d86f47
89392
 
Author: Ryan Lortie <desrt@desrt.ca>
89393
 
Date:   Fri Oct 29 16:33:47 2010 -0400
 
102047
Author:     Ryan Lortie <desrt@desrt.ca>
 
102048
AuthorDate: Fri Oct 29 16:33:47 2010 -0400
 
102049
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102050
CommitDate: Fri Oct 29 16:33:47 2010 -0400
89394
102051
 
89395
102052
    Use 'aay' instead of 'as' for environ
89396
102053
 
89401
102058
 2 files changed, 9 insertions(+), 4 deletions(-)
89402
102059
 
89403
102060
commit 641f622bfe72866baa52dbd1044b7be2b6271999
89404
 
Author: Ryan Lortie <desrt@desrt.ca>
89405
 
Date:   Thu Oct 28 23:06:53 2010 -0400
 
102061
Author:     Ryan Lortie <desrt@desrt.ca>
 
102062
AuthorDate: Thu Oct 28 23:06:53 2010 -0400
 
102063
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102064
CommitDate: Thu Oct 28 23:06:53 2010 -0400
89406
102065
 
89407
102066
    GApplication: emit a signal when starting up
89408
102067
 
89414
102073
 1 file changed, 8 insertions(+)
89415
102074
 
89416
102075
commit 7aa2e5026260a51e089d10dd18017b8f129b7adf
89417
 
Author: Ryan Lortie <desrt@desrt.ca>
89418
 
Date:   Thu Oct 28 22:49:12 2010 -0400
 
102076
Author:     Ryan Lortie <desrt@desrt.ca>
 
102077
AuthorDate: Thu Oct 28 22:49:12 2010 -0400
 
102078
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102079
CommitDate: Thu Oct 28 22:50:00 2010 -0400
89419
102080
 
89420
102081
    GApplication: support environment passing
89421
102082
 
89433
102094
 6 files changed, 92 insertions(+), 1 deletion(-)
89434
102095
 
89435
102096
commit 99d2c2eef580c6ee4cbcf18b656e574331d6ad08
89436
 
Author: Ryan Lortie <desrt@desrt.ca>
89437
 
Date:   Thu Oct 28 22:20:25 2010 -0400
 
102097
Author:     Ryan Lortie <desrt@desrt.ca>
 
102098
AuthorDate: Thu Oct 28 22:20:25 2010 -0400
 
102099
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102100
CommitDate: Thu Oct 28 22:20:56 2010 -0400
89438
102101
 
89439
102102
    Add testcase for environment functions
89440
102103
 
89445
102108
 3 files changed, 55 insertions(+)
89446
102109
 
89447
102110
commit 29ce7385bb631ac04dc8b965dd0c6fab488c770d
89448
 
Author: Ryan Lortie <desrt@desrt.ca>
89449
 
Date:   Thu Oct 28 21:26:09 2010 -0400
 
102111
Author:     Ryan Lortie <desrt@desrt.ca>
 
102112
AuthorDate: Thu Oct 28 21:26:09 2010 -0400
 
102113
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102114
CommitDate: Thu Oct 28 22:20:56 2010 -0400
89450
102115
 
89451
102116
    Add g_get_environ(): portable access to 'environ'
89452
102117
 
89461
102126
 4 files changed, 42 insertions(+)
89462
102127
 
89463
102128
commit b4d3b6e0de4fe2f239f414c6a62be35018d05a4c
89464
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
89465
 
Date:   Fri Oct 29 00:48:48 2010 +0100
 
102129
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
102130
AuthorDate: Fri Oct 29 00:48:48 2010 +0100
 
102131
Commit:     Gil Forcada <gforcada@gnome.org>
 
102132
CommitDate: Fri Oct 29 00:49:05 2010 +0100
89466
102133
 
89467
102134
    Updated Catalan (Valencian) translation
89468
102135
 
89471
102138
 1 file changed, 1396 insertions(+), 699 deletions(-)
89472
102139
 
89473
102140
commit bf7ba2fbdc6fdbb38fe35f71dfdf74dd8fcbf414
89474
 
Author: Ryan Lortie <desrt@desrt.ca>
89475
 
Date:   Thu Oct 28 16:46:18 2010 -0400
 
102141
Author:     Ryan Lortie <desrt@desrt.ca>
 
102142
AuthorDate: Thu Oct 28 16:46:18 2010 -0400
 
102143
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102144
CommitDate: Thu Oct 28 16:47:13 2010 -0400
89476
102145
 
89477
102146
    GApplication: use infinite timeout for CommandLine
89478
102147
 
89485
102154
 1 file changed, 1 insertion(+), 1 deletion(-)
89486
102155
 
89487
102156
commit fac2a8278e6bc83b281cd85f783e9ae4b05371be
89488
 
Author: Ryan Lortie <desrt@desrt.ca>
89489
 
Date:   Thu Oct 28 16:14:24 2010 -0400
 
102157
Author:     Ryan Lortie <desrt@desrt.ca>
 
102158
AuthorDate: Thu Oct 28 16:14:24 2010 -0400
 
102159
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102160
CommitDate: Thu Oct 28 16:47:13 2010 -0400
89490
102161
 
89491
102162
    Bug 633356 - (GDBus) Make G_MAXINT mean no timeout
89492
102163
 
89499
102170
 2 files changed, 23 insertions(+), 14 deletions(-)
89500
102171
 
89501
102172
commit cd4f818b301bfc6855b27feba5a0dfdca60027c1
89502
 
Author: Dan Winship <danw@gnome.org>
89503
 
Date:   Thu Oct 28 15:17:17 2010 -0400
 
102173
Author:     Dan Winship <danw@gnome.org>
 
102174
AuthorDate: Thu Oct 28 15:17:17 2010 -0400
 
102175
Commit:     Dan Winship <danw@gnome.org>
 
102176
CommitDate: Thu Oct 28 15:17:17 2010 -0400
89504
102177
 
89505
102178
    GNetworkService: fix a small bug
89506
102179
 
89511
102184
 1 file changed, 1 insertion(+), 1 deletion(-)
89512
102185
 
89513
102186
commit dd9f8b8cc6d873517dedd83935ed0d994bbbd6c9
89514
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
89515
 
Date:   Tue Sep 28 11:53:03 2010 +0200
 
102187
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
102188
AuthorDate: Tue Sep 28 11:53:03 2010 +0200
 
102189
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102190
CommitDate: Thu Oct 28 11:23:03 2010 -0400
89516
102191
 
89517
102192
    Don't enable dtrace support when dtrace isn't available
89518
102193
 
89522
102197
 1 file changed, 5 insertions(+), 4 deletions(-)
89523
102198
 
89524
102199
commit 7c184df292f7552423fa7931c843b2f1949c1455
89525
 
Author: Ryan Lortie <desrt@desrt.ca>
89526
 
Date:   Fri Oct 16 12:19:06 2009 +0200
 
102200
Author:     Ryan Lortie <desrt@desrt.ca>
 
102201
AuthorDate: Fri Oct 16 12:19:06 2009 +0200
 
102202
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102203
CommitDate: Thu Oct 28 11:20:57 2010 -0400
89527
102204
 
89528
102205
    Bug 158725 - free linked list with data
89529
102206
 
89545
102222
 7 files changed, 109 insertions(+), 1 deletion(-)
89546
102223
 
89547
102224
commit 4baad1acbff936284c5367afdb4494cf081ee394
89548
 
Author: Ryan Lortie <desrt@desrt.ca>
89549
 
Date:   Wed Oct 27 09:26:01 2010 -0400
 
102225
Author:     Ryan Lortie <desrt@desrt.ca>
 
102226
AuthorDate: Wed Oct 27 09:26:01 2010 -0400
 
102227
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102228
CommitDate: Wed Oct 27 09:26:01 2010 -0400
89550
102229
 
89551
102230
    GApplication: exit_status unset in one branch
89552
102231
 
89556
102235
 1 file changed, 1 insertion(+), 1 deletion(-)
89557
102236
 
89558
102237
commit f7a918dcb9fac00c7904b63452a59496594369aa
89559
 
Author: Ryan Lortie <desrt@desrt.ca>
89560
 
Date:   Fri Oct 22 19:43:11 2010 +0200
 
102238
Author:     Ryan Lortie <desrt@desrt.ca>
 
102239
AuthorDate: Fri Oct 22 19:43:11 2010 +0200
 
102240
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102241
CommitDate: Wed Oct 27 09:22:13 2010 -0400
89561
102242
 
89562
102243
    GPeriodic: allow unblock time to be passed in
89563
102244
 
89566
102247
 2 files changed, 22 insertions(+), 3 deletions(-)
89567
102248
 
89568
102249
commit 2af4b6e5440c22f4b56923ac9a749af06b3188d9
89569
 
Author: Ryan Lortie <desrt@desrt.ca>
89570
 
Date:   Fri Oct 22 19:20:14 2010 +0200
 
102250
Author:     Ryan Lortie <desrt@desrt.ca>
 
102251
AuthorDate: Fri Oct 22 19:20:14 2010 +0200
 
102252
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102253
CommitDate: Wed Oct 27 09:22:13 2010 -0400
89571
102254
 
89572
102255
    Deprecate g_source_get_current_time()
89573
102256
 
89577
102260
 3 files changed, 6 insertions(+)
89578
102261
 
89579
102262
commit 83472b34ef0bd3b53ff0a38b7f8691c3bd6fa0a9
89580
 
Author: Ryan Lortie <desrt@desrt.ca>
89581
 
Date:   Fri Oct 22 19:16:57 2010 +0200
 
102263
Author:     Ryan Lortie <desrt@desrt.ca>
 
102264
AuthorDate: Fri Oct 22 19:16:57 2010 +0200
 
102265
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102266
CommitDate: Wed Oct 27 09:22:13 2010 -0400
89582
102267
 
89583
102268
    switch GSocket to monotonic time for timeouts
89584
102269
 
89586
102271
 1 file changed, 6 insertions(+), 6 deletions(-)
89587
102272
 
89588
102273
commit d3fe2efb83b690507eb5513d96c27d06e9206da1
89589
 
Author: Ryan Lortie <desrt@desrt.ca>
89590
 
Date:   Fri Oct 22 19:13:01 2010 +0200
 
102274
Author:     Ryan Lortie <desrt@desrt.ca>
 
102275
AuthorDate: Fri Oct 22 19:13:01 2010 +0200
 
102276
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102277
CommitDate: Wed Oct 27 09:22:13 2010 -0400
89591
102278
 
89592
102279
    switch GPeriodic to use monotonic time
89593
102280
 
89595
102282
 1 file changed, 4 insertions(+), 4 deletions(-)
89596
102283
 
89597
102284
commit 91113a8aeea40cc2d7dda65b09537980bb602a06
89598
 
Author: Ryan Lortie <desrt@desrt.ca>
89599
 
Date:   Fri Oct 22 19:10:39 2010 +0200
 
102285
Author:     Ryan Lortie <desrt@desrt.ca>
 
102286
AuthorDate: Fri Oct 22 19:10:39 2010 +0200
 
102287
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102288
CommitDate: Wed Oct 27 09:22:12 2010 -0400
89600
102289
 
89601
102290
    switch GTimeoutSource to use monotonic time
89602
102291
 
89605
102294
 1 file changed, 36 insertions(+), 36 deletions(-)
89606
102295
 
89607
102296
commit b7d8363fbec421d1e3e8b1a198fd7efb2ec9d2bc
89608
 
Author: Ryan Lortie <desrt@desrt.ca>
89609
 
Date:   Fri Oct 22 18:40:08 2010 +0200
 
102297
Author:     Ryan Lortie <desrt@desrt.ca>
 
102298
AuthorDate: Fri Oct 22 18:40:08 2010 +0200
 
102299
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102300
CommitDate: Wed Oct 27 09:22:12 2010 -0400
89610
102301
 
89611
102302
    Add g_source_get_time()
89612
102303
 
89621
102312
 4 files changed, 50 insertions(+), 1 deletion(-)
89622
102313
 
89623
102314
commit bf941f200c9784eb363d3b07b9d828dfc31a3ce2
89624
 
Author: Ryan Lortie <desrt@desrt.ca>
89625
 
Date:   Fri Oct 22 18:47:06 2010 +0200
 
102315
Author:     Ryan Lortie <desrt@desrt.ca>
 
102316
AuthorDate: Fri Oct 22 18:47:06 2010 +0200
 
102317
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102318
CommitDate: Wed Oct 27 09:22:12 2010 -0400
89626
102319
 
89627
102320
    Rename time_is_current to current_time_is_fresh
89628
102321
 
89632
102325
 1 file changed, 6 insertions(+), 6 deletions(-)
89633
102326
 
89634
102327
commit ab548d240a9c2862ea7f7685c68b6013a68bf0c8
89635
 
Author: Ryan Lortie <desrt@desrt.ca>
89636
 
Date:   Fri Oct 22 18:42:32 2010 +0200
 
102328
Author:     Ryan Lortie <desrt@desrt.ca>
 
102329
AuthorDate: Fri Oct 22 18:42:32 2010 +0200
 
102330
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102331
CommitDate: Wed Oct 27 09:22:12 2010 -0400
89637
102332
 
89638
102333
    Add g_get_monotonic_time()
89639
102334
 
89649
102344
 4 files changed, 72 insertions(+), 1 deletion(-)
89650
102345
 
89651
102346
commit ac82e74895f5a094e07506e48b908188e03006d3
89652
 
Author: Ryan Lortie <desrt@desrt.ca>
89653
 
Date:   Fri Oct 22 17:28:46 2010 +0200
 
102347
Author:     Ryan Lortie <desrt@desrt.ca>
 
102348
AuthorDate: Fri Oct 22 17:28:46 2010 +0200
 
102349
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102350
CommitDate: Wed Oct 27 09:22:12 2010 -0400
89654
102351
 
89655
102352
    Add 'GTimeSpec' as 'struct timespec' equivalent
89656
102353
 
89661
102358
 4 files changed, 29 insertions(+)
89662
102359
 
89663
102360
commit 817b322ca781009617c40c4a05250ce412ecd0e8
89664
 
Author: Ryan Lortie <desrt@desrt.ca>
89665
 
Date:   Fri Oct 22 17:16:47 2010 +0200
 
102361
Author:     Ryan Lortie <desrt@desrt.ca>
 
102362
AuthorDate: Fri Oct 22 17:16:47 2010 +0200
 
102363
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102364
CommitDate: Wed Oct 27 09:22:12 2010 -0400
89666
102365
 
89667
102366
    Link libglib against -lrt if we have clock_gettime
89668
102367
 
89671
102370
 2 files changed, 3 insertions(+), 1 deletion(-)
89672
102371
 
89673
102372
commit dfb0577ef4947afb32d91a72769bd22d6c1edfaa
89674
 
Author: Ryan Lortie <desrt@desrt.ca>
89675
 
Date:   Wed Oct 27 09:08:32 2010 -0400
 
102373
Author:     Ryan Lortie <desrt@desrt.ca>
 
102374
AuthorDate: Wed Oct 27 09:08:32 2010 -0400
 
102375
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102376
CommitDate: Wed Oct 27 09:08:32 2010 -0400
89676
102377
 
89677
102378
    Bug 632169 - manual use of gsettings-data-convert
89678
102379
 
89686
102387
 1 file changed, 64 insertions(+)
89687
102388
 
89688
102389
commit 9126f1afae922339949d0b76e282411618bcb565
89689
 
Author: Ryan Lortie <desrt@desrt.ca>
89690
 
Date:   Tue Oct 26 12:02:12 2010 -0400
 
102390
Author:     Ryan Lortie <desrt@desrt.ca>
 
102391
AuthorDate: Tue Oct 26 12:02:12 2010 -0400
 
102392
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102393
CommitDate: Tue Oct 26 12:02:12 2010 -0400
89691
102394
 
89692
102395
    gsettings m4: Use --strict for checking
89693
102396
 
89706
102409
 1 file changed, 1 insertion(+), 1 deletion(-)
89707
102410
 
89708
102411
commit 181982c47cde49b3aff2293729f5aee5987db8af
89709
 
Author: Ryan Lortie <desrt@desrt.ca>
89710
 
Date:   Tue Oct 26 11:49:32 2010 -0400
 
102412
Author:     Ryan Lortie <desrt@desrt.ca>
 
102413
AuthorDate: Tue Oct 26 11:49:32 2010 -0400
 
102414
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102415
CommitDate: Tue Oct 26 11:49:32 2010 -0400
89711
102416
 
89712
102417
    GVariant: avoid locking in a common case
89713
102418
 
89724
102429
 1 file changed, 39 insertions(+), 30 deletions(-)
89725
102430
 
89726
102431
commit e0caf4fd5ee82cc25806e7e86af14a8bf881c513
89727
 
Author: Ryan Lortie <desrt@desrt.ca>
89728
 
Date:   Mon Oct 25 14:45:19 2010 -0400
 
102432
Author:     Ryan Lortie <desrt@desrt.ca>
 
102433
AuthorDate: Mon Oct 25 14:45:19 2010 -0400
 
102434
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102435
CommitDate: Mon Oct 25 14:45:19 2010 -0400
89729
102436
 
89730
102437
    GApplicationCommandLine: add printf annotations
89731
102438
 
89735
102442
 1 file changed, 2 insertions(+), 2 deletions(-)
89736
102443
 
89737
102444
commit d8d2513710c5663dc7387d79e443edeb5c75598f
89738
 
Author: Ryan Lortie <desrt@desrt.ca>
89739
 
Date:   Mon Oct 25 14:32:07 2010 -0400
 
102445
Author:     Ryan Lortie <desrt@desrt.ca>
 
102446
AuthorDate: Mon Oct 25 14:32:07 2010 -0400
 
102447
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102448
CommitDate: Mon Oct 25 14:32:07 2010 -0400
89740
102449
 
89741
102450
    Implement (untested) GApplication actions support
89742
102451
 
89749
102458
 5 files changed, 607 insertions(+), 81 deletions(-)
89750
102459
 
89751
102460
commit 196cd41f742730950a567c64381e2e8afadfa88c
89752
 
Author: Andika Triwidada <andika@gmail.com>
89753
 
Date:   Mon Oct 25 22:10:32 2010 +0700
 
102461
Author:     Andika Triwidada <andika@gmail.com>
 
102462
AuthorDate: Mon Oct 25 22:10:32 2010 +0700
 
102463
Commit:     Andika Triwidada <andika@gmail.com>
 
102464
CommitDate: Mon Oct 25 22:10:32 2010 +0700
89754
102465
 
89755
102466
    Updated Indonesian translation
89756
102467
 
89759
102470
 1 file changed, 360 insertions(+), 335 deletions(-)
89760
102471
 
89761
102472
commit 66ec8b949ead5593ccb2ce54426fdf7d50ec4077
89762
 
Author: Matthias Clasen <mclasen@redhat.com>
89763
 
Date:   Mon Oct 25 09:55:38 2010 -0400
 
102473
Author:     Matthias Clasen <mclasen@redhat.com>
 
102474
AuthorDate: Mon Oct 25 09:55:38 2010 -0400
 
102475
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102476
CommitDate: Mon Oct 25 09:55:38 2010 -0400
89764
102477
 
89765
102478
    Bump version
89766
102479
 
89768
102481
 1 file changed, 1 insertion(+), 1 deletion(-)
89769
102482
 
89770
102483
commit 11a59404d5623d65e0d09c555ef2d4be50e4023b
89771
 
Author: Matthias Clasen <mclasen@redhat.com>
89772
 
Date:   Mon Oct 25 08:42:36 2010 -0400
 
102484
Author:     Matthias Clasen <mclasen@redhat.com>
 
102485
AuthorDate: Mon Oct 25 08:42:36 2010 -0400
 
102486
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102487
CommitDate: Mon Oct 25 08:42:36 2010 -0400
89773
102488
 
89774
102489
    More documentation fixups
89775
102490
 
89779
102494
 3 files changed, 5 insertions(+), 13 deletions(-)
89780
102495
 
89781
102496
commit d10a04b5330c6c4ef23a4e7871c8ced0c8343250
89782
 
Author: Matthias Clasen <mclasen@redhat.com>
89783
 
Date:   Mon Oct 25 08:34:00 2010 -0400
 
102497
Author:     Matthias Clasen <mclasen@redhat.com>
 
102498
AuthorDate: Mon Oct 25 08:34:00 2010 -0400
 
102499
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102500
CommitDate: Mon Oct 25 08:34:00 2010 -0400
89784
102501
 
89785
102502
    Remove nonexisting API from the headers
89786
102503
 
89790
102507
 1 file changed, 2 deletions(-)
89791
102508
 
89792
102509
commit 727c2a58c2468dd2faa442d2be7777b20b7b089b
89793
 
Author: Matthias Clasen <mclasen@redhat.com>
89794
 
Date:   Mon Oct 25 08:30:28 2010 -0400
 
102510
Author:     Matthias Clasen <mclasen@redhat.com>
 
102511
AuthorDate: Mon Oct 25 08:30:28 2010 -0400
 
102512
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102513
CommitDate: Mon Oct 25 08:30:28 2010 -0400
89795
102514
 
89796
102515
    Add new gmain api to the docs
89797
102516
 
89799
102518
 1 file changed, 2 insertions(+)
89800
102519
 
89801
102520
commit 7bb731d6136a9975b501757836762b91ad6ac416
89802
 
Author: Matthias Clasen <mclasen@redhat.com>
89803
 
Date:   Mon Oct 25 08:19:34 2010 -0400
 
102521
Author:     Matthias Clasen <mclasen@redhat.com>
 
102522
AuthorDate: Mon Oct 25 08:19:34 2010 -0400
 
102523
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102524
CommitDate: Mon Oct 25 08:19:34 2010 -0400
89804
102525
 
89805
102526
    Update NEWS for 2.27.1
89806
102527
 
89809
102530
 1 file changed, 88 insertions(+)
89810
102531
 
89811
102532
commit f67d16c52a244c1db2cf40340700c6dc90ab866a
89812
 
Author: Yinghua Wang <wantinghard@gmail.com>
89813
 
Date:   Sun Oct 24 03:51:46 2010 +0000
 
102533
Author:     Yinghua Wang <wantinghard@gmail.com>
 
102534
AuthorDate: Sun Oct 24 03:51:46 2010 +0000
 
102535
Commit:     Aron Xu <aronxu@gnome.org>
 
102536
CommitDate: Sun Oct 24 03:51:46 2010 +0000
89814
102537
 
89815
102538
    Update Simplified Chinese translation.
89816
102539
 
89819
102542
 1 file changed, 398 insertions(+), 380 deletions(-)
89820
102543
 
89821
102544
commit 00366f440d6322b2742eb1cd35835902269c0e37
89822
 
Author: Matthias Clasen <mclasen@redhat.com>
89823
 
Date:   Sat Oct 23 20:43:36 2010 +0200
 
102545
Author:     Matthias Clasen <mclasen@redhat.com>
 
102546
AuthorDate: Sat Oct 23 20:43:36 2010 +0200
 
102547
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102548
CommitDate: Sat Oct 23 21:01:15 2010 +0200
89824
102549
 
89825
102550
    Some more GApplication doc tweaks
89826
102551
 
89831
102556
 3 files changed, 51 insertions(+), 30 deletions(-)
89832
102557
 
89833
102558
commit 013f862a03d11708bb08f2ec98c8612f245a8937
89834
 
Author: Matthias Clasen <mclasen@redhat.com>
89835
 
Date:   Sat Oct 23 14:04:28 2010 +0200
 
102559
Author:     Matthias Clasen <mclasen@redhat.com>
 
102560
AuthorDate: Sat Oct 23 14:04:28 2010 +0200
 
102561
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102562
CommitDate: Sat Oct 23 14:05:04 2010 +0200
89836
102563
 
89837
102564
    Properly register the inactivity-timeout property
89838
102565
 
89844
102571
 1 file changed, 6 insertions(+), 4 deletions(-)
89845
102572
 
89846
102573
commit 7c735b05f7a00c728e23a366128ffb56fee58b4e
89847
 
Author: Matthias Clasen <mclasen@redhat.com>
89848
 
Date:   Sat Oct 23 12:01:51 2010 +0200
 
102574
Author:     Matthias Clasen <mclasen@redhat.com>
 
102575
AuthorDate: Sat Oct 23 12:01:51 2010 +0200
 
102576
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102577
CommitDate: Sat Oct 23 12:01:51 2010 +0200
89849
102578
 
89850
102579
    Move a confusing comment to the right place
89851
102580
 
89854
102583
 2 files changed, 3 insertions(+), 6 deletions(-)
89855
102584
 
89856
102585
commit b0e45c97992499929f1393743935438e07e88326
89857
 
Author: Matthias Clasen <mclasen@redhat.com>
89858
 
Date:   Sat Oct 23 11:54:50 2010 +0200
 
102586
Author:     Matthias Clasen <mclasen@redhat.com>
 
102587
AuthorDate: Sat Oct 23 11:54:50 2010 +0200
 
102588
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102589
CommitDate: Sat Oct 23 11:59:29 2010 +0200
89859
102590
 
89860
102591
    Add another example for commandline handling
89861
102592
 
89870
102601
 5 files changed, 123 insertions(+), 8 deletions(-)
89871
102602
 
89872
102603
commit 499d9ba8b8fec44282fac09426b61d027c166459
89873
 
Author: Matthias Clasen <mclasen@redhat.com>
89874
 
Date:   Sat Oct 23 02:27:39 2010 +0200
 
102604
Author:     Matthias Clasen <mclasen@redhat.com>
 
102605
AuthorDate: Sat Oct 23 02:27:39 2010 +0200
 
102606
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102607
CommitDate: Sat Oct 23 02:31:16 2010 +0200
89875
102608
 
89876
102609
    Add some examples to the GApplication docs
89877
102610
 
89885
102618
 5 files changed, 115 insertions(+), 1 deletion(-)
89886
102619
 
89887
102620
commit 79790b927840b1c2d389753c7237820d2f16899e
89888
 
Author: Matthias Clasen <mclasen@redhat.com>
89889
 
Date:   Sat Oct 23 00:40:13 2010 +0200
 
102621
Author:     Matthias Clasen <mclasen@redhat.com>
 
102622
AuthorDate: Sat Oct 23 00:40:13 2010 +0200
 
102623
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102624
CommitDate: Sat Oct 23 02:31:16 2010 +0200
89890
102625
 
89891
102626
    Brush up the GApplication docs
89892
102627
 
89903
102638
 7 files changed, 141 insertions(+), 39 deletions(-)
89904
102639
 
89905
102640
commit 210a77a07ebf51156bb7fbc1482ce71fd56cbcd2
89906
 
Author: Matthias Clasen <mclasen@redhat.com>
89907
 
Date:   Sat Oct 23 00:32:45 2010 +0200
 
102641
Author:     Matthias Clasen <mclasen@redhat.com>
 
102642
AuthorDate: Sat Oct 23 00:32:45 2010 +0200
 
102643
Commit:     Matthias Clasen <mclasen@redhat.com>
 
102644
CommitDate: Sat Oct 23 02:31:16 2010 +0200
89908
102645
 
89909
102646
    Fix a typo
89910
102647
 
89912
102649
 1 file changed, 10 insertions(+), 6 deletions(-)
89913
102650
 
89914
102651
commit e410131021036532e6e9622e8b977222389b44e9
89915
 
Author: Dan Winship <danw@gnome.org>
89916
 
Date:   Wed Sep 15 10:05:03 2010 -0400
 
102652
Author:     Dan Winship <danw@gnome.org>
 
102653
AuthorDate: Wed Sep 15 10:05:03 2010 -0400
 
102654
Commit:     Dan Winship <danw@gnome.org>
 
102655
CommitDate: Fri Oct 22 14:59:35 2010 -0400
89917
102656
 
89918
102657
    GNetworkService: fall back when there is no valid SRV record
89919
102658
 
89928
102667
 1 file changed, 45 insertions(+), 5 deletions(-)
89929
102668
 
89930
102669
commit 19243c247d8a89c6467bd21109b7f0d4b1cb081a
89931
 
Author: Dan Winship <danw@gnome.org>
89932
 
Date:   Wed Sep 15 10:22:13 2010 -0400
 
102670
Author:     Dan Winship <danw@gnome.org>
 
102671
AuthorDate: Wed Sep 15 10:22:13 2010 -0400
 
102672
Commit:     Dan Winship <danw@gnome.org>
 
102673
CommitDate: Fri Oct 22 14:59:35 2010 -0400
89933
102674
 
89934
102675
    GNetworkService: fix iteration of multiple addresses
89935
102676
 
89940
102681
 1 file changed, 6 insertions(+)
89941
102682
 
89942
102683
commit 87d06109ab325a4a68e151015381e7e1b33bdf7d
89943
 
Author: Dan Winship <danw@gnome.org>
89944
 
Date:   Tue Aug 17 18:34:13 2010 -0400
 
102684
Author:     Dan Winship <danw@gnome.org>
 
102685
AuthorDate: Tue Aug 17 18:34:13 2010 -0400
 
102686
Commit:     Dan Winship <danw@gnome.org>
 
102687
CommitDate: Fri Oct 22 14:42:41 2010 -0400
89945
102688
 
89946
102689
    GSocket: set protocol when using g_socket_new_from_fd()
89947
102690
 
89961
102704
 4 files changed, 117 insertions(+), 5 deletions(-)
89962
102705
 
89963
102706
commit a62b43fd9cea5455bead9a5bd12a27f01c4fadf4
89964
 
Author: Florian Müllner <fmuellner@gnome.org>
89965
 
Date:   Fri Oct 22 13:20:54 2010 +0200
 
102707
Author:     Florian Müllner <fmuellner@gnome.org>
 
102708
AuthorDate: Fri Oct 22 13:20:54 2010 +0200
 
102709
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102710
CommitDate: Fri Oct 22 14:52:41 2010 +0200
89966
102711
 
89967
102712
    Fix deadlock in g_object_remove_toggle_ref()
89968
102713
 
89976
102721
 1 file changed, 4 insertions(+), 4 deletions(-)
89977
102722
 
89978
102723
commit b7616114c6c1884c3a183a4d83156bdf2151b731
89979
 
Author: Alberto Garcia <agarcia@igalia.com>
89980
 
Date:   Fri Mar 26 16:19:13 2010 +0100
 
102724
Author:     Alberto Garcia <agarcia@igalia.com>
 
102725
AuthorDate: Fri Mar 26 16:19:13 2010 +0100
 
102726
Commit:     Javier Jardón <jjardon@gnome.org>
 
102727
CommitDate: Thu Oct 21 15:20:55 2010 +0200
89981
102728
 
89982
102729
    Protect access to closure, weak refs and toggle refs arrays
89983
102730
 
89987
102734
 1 file changed, 26 insertions(+), 4 deletions(-)
89988
102735
 
89989
102736
commit dd6e15dd24a1f1910cfd71c2e21078261936c98d
89990
 
Author: Ryan Lortie <desrt@desrt.ca>
89991
 
Date:   Thu Oct 21 14:02:41 2010 +0200
 
102737
Author:     Ryan Lortie <desrt@desrt.ca>
 
102738
AuthorDate: Thu Oct 21 14:02:41 2010 +0200
 
102739
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102740
CommitDate: Thu Oct 21 14:02:41 2010 +0200
89992
102741
 
89993
102742
    GApplication: create local commandline properly
89994
102743
 
89998
102747
 1 file changed, 3 insertions(+), 1 deletion(-)
89999
102748
 
90000
102749
commit 8690984ceadc35dc4251277ea1ca759d180a8fd6
90001
 
Author: Ryan Lortie <desrt@desrt.ca>
90002
 
Date:   Thu Oct 21 01:37:23 2010 +0200
 
102750
Author:     Ryan Lortie <desrt@desrt.ca>
 
102751
AuthorDate: Thu Oct 21 01:37:23 2010 +0200
 
102752
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102753
CommitDate: Thu Oct 21 01:37:23 2010 +0200
90003
102754
 
90004
102755
    GPeriodic: pass microseconds to the tick functions
90005
102756
 
90009
102760
 1 file changed, 16 insertions(+), 13 deletions(-)
90010
102761
 
90011
102762
commit 5400b0b38c513c829a4f0b0fc59188f820435d79
90012
 
Author: Ryan Lortie <desrt@desrt.ca>
90013
 
Date:   Wed Oct 20 03:20:34 2010 +0200
 
102763
Author:     Ryan Lortie <desrt@desrt.ca>
 
102764
AuthorDate: Wed Oct 20 03:20:34 2010 +0200
 
102765
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102766
CommitDate: Wed Oct 20 11:47:31 2010 +0200
90014
102767
 
90015
102768
    GPeriodic: a periodic event clock
90016
102769
 
90032
102785
 9 files changed, 749 insertions(+)
90033
102786
 
90034
102787
commit e33deea16ce3af7b91386d5debffd284a0109dfc
90035
 
Author: Ryan Lortie <desrt@desrt.ca>
90036
 
Date:   Tue Oct 19 19:38:00 2010 +0200
 
102788
Author:     Ryan Lortie <desrt@desrt.ca>
 
102789
AuthorDate: Tue Oct 19 19:38:00 2010 +0200
 
102790
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102791
CommitDate: Tue Oct 19 19:38:00 2010 +0200
90037
102792
 
90038
102793
    GApplication: reduce GVariant abuse
90039
102794
 
90049
102804
 6 files changed, 40 insertions(+), 67 deletions(-)
90050
102805
 
90051
102806
commit a327bc51fc3090ed32d7e250dedadb8c35e84aeb
90052
 
Author: Ryan Lortie <desrt@desrt.ca>
90053
 
Date:   Tue Oct 19 18:18:13 2010 +0200
 
102807
Author:     Ryan Lortie <desrt@desrt.ca>
 
102808
AuthorDate: Tue Oct 19 18:18:13 2010 +0200
 
102809
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102810
CommitDate: Tue Oct 19 18:29:58 2010 +0200
90054
102811
 
90055
102812
    Cleanup and doc GApplicationCommandLine
90056
102813
 
90063
102820
 5 files changed, 301 insertions(+), 139 deletions(-)
90064
102821
 
90065
102822
commit eac4c385f0e34b012d49a09fb48712fdd0e46646
90066
 
Author: Ryan Lortie <desrt@desrt.ca>
90067
 
Date:   Tue Oct 19 16:56:18 2010 +0200
 
102823
Author:     Ryan Lortie <desrt@desrt.ca>
 
102824
AuthorDate: Tue Oct 19 16:56:18 2010 +0200
 
102825
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102826
CommitDate: Tue Oct 19 16:56:18 2010 +0200
90068
102827
 
90069
102828
    GIO reference doc cleanups (re: GApplication)
90070
102829
 
90074
102833
 2 files changed, 65 insertions(+), 21 deletions(-)
90075
102834
 
90076
102835
commit a2ac9c2515dcf227ed7c4e062b326bb0ac21c5ad
90077
 
Author: Ryan Lortie <desrt@desrt.ca>
90078
 
Date:   Tue Oct 19 13:45:20 2010 +0200
 
102836
Author:     Ryan Lortie <desrt@desrt.ca>
 
102837
AuthorDate: Tue Oct 19 13:45:20 2010 +0200
 
102838
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102839
CommitDate: Tue Oct 19 13:45:20 2010 +0200
90079
102840
 
90080
102841
    GDBus: disable test to work around bug #631379
90081
102842
 
90086
102847
 1 file changed, 2 insertions(+), 1 deletion(-)
90087
102848
 
90088
102849
commit 0ce1462d1a4d4510bcac1b6fb9cf4d9f38b44de9
90089
 
Author: Ryan Lortie <desrt@desrt.ca>
90090
 
Date:   Tue Oct 19 13:44:30 2010 +0200
 
102850
Author:     Ryan Lortie <desrt@desrt.ca>
 
102851
AuthorDate: Tue Oct 19 13:44:30 2010 +0200
 
102852
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102853
CommitDate: Tue Oct 19 13:44:30 2010 +0200
90091
102854
 
90092
102855
    GApplication: merge DBus interface into C source
90093
102856
 
90102
102865
 3 files changed, 82 insertions(+), 96 deletions(-)
90103
102866
 
90104
102867
commit 8ff9150e4422db000289a282b23aadac4dd5ba2c
90105
 
Author: Ryan Lortie <desrt@desrt.ca>
90106
 
Date:   Tue Oct 19 12:38:40 2010 +0200
 
102868
Author:     Ryan Lortie <desrt@desrt.ca>
 
102869
AuthorDate: Tue Oct 19 12:38:40 2010 +0200
 
102870
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102871
CommitDate: Tue Oct 19 12:38:40 2010 +0200
90107
102872
 
90108
102873
    gio: update symbols
90109
102874
 
90111
102876
 1 file changed, 1 insertion(+)
90112
102877
 
90113
102878
commit 34f31fdfda549de717bb0ef02f6acfdb6de8ca29
90114
 
Author: Ryan Lortie <desrt@desrt.ca>
90115
 
Date:   Tue Oct 19 12:38:01 2010 +0200
 
102879
Author:     Ryan Lortie <desrt@desrt.ca>
 
102880
AuthorDate: Tue Oct 19 12:38:01 2010 +0200
 
102881
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102882
CommitDate: Tue Oct 19 12:38:01 2010 +0200
90116
102883
 
90117
102884
    Don't try to dist old GApplication implementations
90118
102885
 
90124
102891
 2 files changed, 1 insertion(+), 75 deletions(-)
90125
102892
 
90126
102893
commit a6b8a3113bfd5fe9b28d3377865fed1ab1849ce0
90127
 
Author: Ryan Lortie <desrt@desrt.ca>
90128
 
Date:   Tue Oct 12 21:42:59 2010 -0400
 
102894
Author:     Ryan Lortie <desrt@desrt.ca>
 
102895
AuthorDate: Tue Oct 12 21:42:59 2010 -0400
 
102896
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102897
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90129
102898
 
90130
102899
    GApplication: use g_signal_accumulator_first_wins
90131
102900
 
90135
102904
 1 file changed, 2 insertions(+), 12 deletions(-)
90136
102905
 
90137
102906
commit 04b58a3e270c7de520c65cb213f95048db4503c8
90138
 
Author: Ryan Lortie <desrt@desrt.ca>
90139
 
Date:   Mon Oct 11 15:57:09 2010 -0400
 
102907
Author:     Ryan Lortie <desrt@desrt.ca>
 
102908
AuthorDate: Mon Oct 11 15:57:09 2010 -0400
 
102909
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102910
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90140
102911
 
90141
102912
    Change 'Since:' to 2.28 for action classes
90142
102913
 
90147
102918
 4 files changed, 43 insertions(+), 43 deletions(-)
90148
102919
 
90149
102920
commit 3fe94ca9e904a5b85eb4beba978c68e2e01d4a59
90150
 
Author: Ryan Lortie <desrt@desrt.ca>
90151
 
Date:   Mon Oct 11 11:54:51 2010 -0400
 
102921
Author:     Ryan Lortie <desrt@desrt.ca>
 
102922
AuthorDate: Mon Oct 11 11:54:51 2010 -0400
 
102923
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102924
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90152
102925
 
90153
102926
    GApplication: fill in action group implementation
90154
102927
 
90158
102931
 2 files changed, 112 insertions(+), 10 deletions(-)
90159
102932
 
90160
102933
commit 491641cf017eff245dc13f7bea6011c7462c51f1
90161
 
Author: Ryan Lortie <desrt@desrt.ca>
90162
 
Date:   Mon Oct 11 10:50:41 2010 -0400
 
102934
Author:     Ryan Lortie <desrt@desrt.ca>
 
102935
AuthorDate: Mon Oct 11 10:50:41 2010 -0400
 
102936
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102937
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90163
102938
 
90164
102939
    gio: app info symbol file fixup
90165
102940
 
90167
102942
 1 file changed, 1 deletion(-)
90168
102943
 
90169
102944
commit 52b7fcf4093ac49860108c52cef58f62491cf1e4
90170
 
Author: Ryan Lortie <desrt@desrt.ca>
90171
 
Date:   Mon Oct 11 10:49:20 2010 -0400
 
102945
Author:     Ryan Lortie <desrt@desrt.ca>
 
102946
AuthorDate: Mon Oct 11 10:49:20 2010 -0400
 
102947
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102948
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90172
102949
 
90173
102950
    gio: symbol file updates (actions, command line)
90174
102951
 
90176
102953
 1 file changed, 23 insertions(+), 7 deletions(-)
90177
102954
 
90178
102955
commit d6ac6c1850a8cd73775d6e95a20bb13f1f7f9527
90179
 
Author: Ryan Lortie <desrt@desrt.ca>
90180
 
Date:   Mon Oct 11 10:45:51 2010 -0400
 
102956
Author:     Ryan Lortie <desrt@desrt.ca>
 
102957
AuthorDate: Mon Oct 11 10:45:51 2010 -0400
 
102958
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102959
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90181
102960
 
90182
102961
    Rename methods on GActionGroup to include 'action'
90183
102962
 
90195
102974
 5 files changed, 84 insertions(+), 84 deletions(-)
90196
102975
 
90197
102976
commit b2f942c142a84aa88b44600250bd93418ed14db3
90198
 
Author: Ryan Lortie <desrt@desrt.ca>
90199
 
Date:   Sun Oct 10 20:05:13 2010 -0400
 
102977
Author:     Ryan Lortie <desrt@desrt.ca>
 
102978
AuthorDate: Sun Oct 10 20:05:13 2010 -0400
 
102979
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102980
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90200
102981
 
90201
102982
    GApplication: stub-in GActionGroup implementation
90202
102983
 
90205
102986
 1 file changed, 82 insertions(+), 1 deletion(-)
90206
102987
 
90207
102988
commit 582638d7add3cd17b720c6a95bd18e9913c729a6
90208
 
Author: Ryan Lortie <desrt@desrt.ca>
90209
 
Date:   Sat Oct 9 17:25:07 2010 -0400
 
102989
Author:     Ryan Lortie <desrt@desrt.ca>
 
102990
AuthorDate: Sat Oct 9 17:25:07 2010 -0400
 
102991
Commit:     Ryan Lortie <desrt@desrt.ca>
 
102992
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90210
102993
 
90211
102994
    GApplication test: test remote commandline
90212
102995
 
90217
103000
 1 file changed, 62 insertions(+), 6 deletions(-)
90218
103001
 
90219
103002
commit 3e6eee806cdddd651bc15da9117adae1c3f97e6a
90220
 
Author: Ryan Lortie <desrt@desrt.ca>
90221
 
Date:   Sat Oct 9 17:24:09 2010 -0400
 
103003
Author:     Ryan Lortie <desrt@desrt.ca>
 
103004
AuthorDate: Sat Oct 9 17:24:09 2010 -0400
 
103005
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103006
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90222
103007
 
90223
103008
    GApplication: add remote commandline support
90224
103009
 
90237
103022
 11 files changed, 748 insertions(+), 24 deletions(-)
90238
103023
 
90239
103024
commit 2854c373e140e63d6bd1a9f2ac01851c5b6418b1
90240
 
Author: Ryan Lortie <desrt@desrt.ca>
90241
 
Date:   Wed Oct 6 14:06:26 2010 -0400
 
103025
Author:     Ryan Lortie <desrt@desrt.ca>
 
103026
AuthorDate: Wed Oct 6 14:06:26 2010 -0400
 
103027
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103028
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90242
103029
 
90243
103030
    GApplication test case
90244
103031
 
90249
103036
 3 files changed, 182 insertions(+), 1 deletion(-)
90250
103037
 
90251
103038
commit 72ce1c7eb6ece6353abaf3882ff4d50a39992efe
90252
 
Author: Ryan Lortie <desrt@desrt.ca>
90253
 
Date:   Wed Oct 6 14:05:40 2010 -0400
 
103039
Author:     Ryan Lortie <desrt@desrt.ca>
 
103040
AuthorDate: Wed Oct 6 14:05:40 2010 -0400
 
103041
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103042
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90254
103043
 
90255
103044
    GApplication: fix inactivity-timeout
90256
103045
 
90265
103054
 1 file changed, 14 insertions(+), 6 deletions(-)
90266
103055
 
90267
103056
commit a7923a4aa3ff6d67672c6c69cd1b7d70fba9c57d
90268
 
Author: Ryan Lortie <desrt@desrt.ca>
90269
 
Date:   Wed Oct 6 13:08:26 2010 -0400
 
103057
Author:     Ryan Lortie <desrt@desrt.ca>
 
103058
AuthorDate: Wed Oct 6 13:08:26 2010 -0400
 
103059
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103060
CommitDate: Tue Oct 19 01:16:46 2010 +0200
90270
103061
 
90271
103062
    new GApplication implementation
90272
103063
 
90290
103081
 16 files changed, 1258 insertions(+), 2532 deletions(-)
90291
103082
 
90292
103083
commit 9d80c361418f94c609840ec9f83741aede7e482c
90293
 
Author: Tor Lillqvist <tml@iki.fi>
90294
 
Date:   Thu Oct 14 22:47:25 2010 +0300
 
103084
Author:     Tor Lillqvist <tml@iki.fi>
 
103085
AuthorDate: Thu Oct 14 22:47:25 2010 +0300
 
103086
Commit:     Tor Lillqvist <tml@iki.fi>
 
103087
CommitDate: Mon Oct 18 14:43:21 2010 +0300
90295
103088
 
90296
103089
    Use CSIDL_LOCAL_APPDATA on Windows
90297
103090
 
90321
103114
 1 file changed, 10 insertions(+), 8 deletions(-)
90322
103115
 
90323
103116
commit 9040eac4ebfbe14141d6501f44a501bfe5e61b9c
90324
 
Author: Matthias Clasen <mclasen@redhat.com>
90325
 
Date:   Sat Oct 16 23:30:30 2010 -0400
 
103117
Author:     Matthias Clasen <mclasen@redhat.com>
 
103118
AuthorDate: Sat Oct 16 23:30:30 2010 -0400
 
103119
Commit:     Matthias Clasen <mclasen@redhat.com>
 
103120
CommitDate: Sat Oct 16 23:31:30 2010 -0400
90326
103121
 
90327
103122
    Prevent error pileup
90328
103123
 
90330
103125
 1 file changed, 2 insertions(+), 2 deletions(-)
90331
103126
 
90332
103127
commit 3c808dc87471d25a7b06c7f41d1b8341c2ca1e7d
90333
 
Author: Ryan Lortie <desrt@desrt.ca>
90334
 
Date:   Tue Oct 12 21:34:26 2010 -0400
 
103128
Author:     Ryan Lortie <desrt@desrt.ca>
 
103129
AuthorDate: Tue Oct 12 21:34:26 2010 -0400
 
103130
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103131
CommitDate: Tue Oct 12 21:34:26 2010 -0400
90335
103132
 
90336
103133
    GSignal: fix trivial docs typo
90337
103134
 
90339
103136
 1 file changed, 1 insertion(+), 1 deletion(-)
90340
103137
 
90341
103138
commit 15d87c2cc48c8c1af3ad06ff8aaef766aa21fd6b
90342
 
Author: Ryan Lortie <desrt@desrt.ca>
90343
 
Date:   Tue Oct 12 20:58:43 2010 -0400
 
103139
Author:     Ryan Lortie <desrt@desrt.ca>
 
103140
AuthorDate: Tue Oct 12 20:58:43 2010 -0400
 
103141
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103142
CommitDate: Tue Oct 12 21:34:17 2010 -0400
90344
103143
 
90345
103144
    GObject: add g_signal_accumulator_first_wins
90346
103145
 
90354
103153
 4 files changed, 40 insertions(+)
90355
103154
 
90356
103155
commit 0c21689ed83de2fb7bfb6dc31efa5d687cb7c6f8
90357
 
Author: Colin Walters <walters@verbum.org>
90358
 
Date:   Tue Oct 12 12:54:36 2010 -0400
 
103156
Author:     Colin Walters <walters@verbum.org>
 
103157
AuthorDate: Tue Oct 12 12:54:36 2010 -0400
 
103158
Commit:     Colin Walters <walters@verbum.org>
 
103159
CommitDate: Tue Oct 12 12:54:36 2010 -0400
90359
103160
 
90360
103161
    gthemedicon: Fix annotation for g_themed_icon_get_names
90361
103162
 
90363
103164
 1 file changed, 1 insertion(+), 1 deletion(-)
90364
103165
 
90365
103166
commit cdd58347d1ddc282e55f91d0a991b268547d78d9
90366
 
Author: Jorge González <jorgegonz@svn.gnome.org>
90367
 
Date:   Sat Oct 9 14:38:08 2010 +0200
 
103167
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
103168
AuthorDate: Sat Oct 9 14:38:08 2010 +0200
 
103169
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
103170
CommitDate: Sat Oct 9 14:38:08 2010 +0200
90368
103171
 
90369
103172
    Updated Spanish translation
90370
103173
 
90373
103176
 1 file changed, 361 insertions(+), 339 deletions(-)
90374
103177
 
90375
103178
commit 5fa7a1e9cedb33d32049c54f13adc3504d723573
90376
 
Author: Javier Jardón <jjardon@gnome.org>
90377
 
Date:   Fri Oct 8 17:21:53 2010 +0200
 
103179
Author:     Javier Jardón <jjardon@gnome.org>
 
103180
AuthorDate: Fri Oct 8 17:21:53 2010 +0200
 
103181
Commit:     Javier Jardón <jjardon@gnome.org>
 
103182
CommitDate: Fri Oct 8 17:22:19 2010 +0200
90378
103183
 
90379
103184
    gtypemodule: Mention g_object_run_dispose correctly in a warning
90380
103185
 
90384
103189
 1 file changed, 2 insertions(+), 2 deletions(-)
90385
103190
 
90386
103191
commit 44a8ff2f8f607f725c478793b876742b09f350ef
90387
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
90388
 
Date:   Fri Oct 8 16:09:10 2010 +0100
 
103192
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
103193
AuthorDate: Fri Oct 8 16:09:10 2010 +0100
 
103194
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
103195
CommitDate: Fri Oct 8 16:10:18 2010 +0100
90389
103196
 
90390
103197
    gobject: Improve install_properties()
90391
103198
 
90396
103203
 1 file changed, 4 insertions(+), 3 deletions(-)
90397
103204
 
90398
103205
commit 3035bf40d0d75632b36fa703c3ac2becc98769d8
90399
 
Author: Christian Dywan <christian@twotoasts.de>
90400
 
Date:   Fri Oct 8 16:33:33 2010 +0200
 
103206
Author:     Christian Dywan <christian@twotoasts.de>
 
103207
AuthorDate: Fri Oct 8 16:33:33 2010 +0200
 
103208
Commit:     Christian Dywan <christian@twotoasts.de>
 
103209
CommitDate: Fri Oct 8 16:34:51 2010 +0200
90401
103210
 
90402
103211
    Initialise lengths in GvdbReader to silence warnings
90403
103212
 
90405
103214
 1 file changed, 1 insertion(+), 1 deletion(-)
90406
103215
 
90407
103216
commit ad363d9aac5a6167121631a1ee8d3cec2784b5c2
90408
 
Author: Christian Dywan <christian@twotoasts.de>
90409
 
Date:   Fri Oct 8 16:33:04 2010 +0200
 
103217
Author:     Christian Dywan <christian@twotoasts.de>
 
103218
AuthorDate: Fri Oct 8 16:33:04 2010 +0200
 
103219
Commit:     Christian Dywan <christian@twotoasts.de>
 
103220
CommitDate: Fri Oct 8 16:33:04 2010 +0200
90410
103221
 
90411
103222
    Initialise lengths in GDbusAuth to silence warnings
90412
103223
 
90414
103225
 1 file changed, 2 insertions(+), 2 deletions(-)
90415
103226
 
90416
103227
commit 53f398f52aa07c4ae8c788fcc002f70eac941844
90417
 
Author: Christian Dywan <christian@twotoasts.de>
90418
 
Date:   Fri Oct 8 15:17:31 2010 +0200
 
103228
Author:     Christian Dywan <christian@twotoasts.de>
 
103229
AuthorDate: Fri Oct 8 15:17:31 2010 +0200
 
103230
Commit:     Christian Dywan <christian@twotoasts.de>
 
103231
CommitDate: Fri Oct 8 15:25:31 2010 +0200
90419
103232
 
90420
103233
    Mention g_object_run_dispose correctly in tutorial
90421
103234
 
90425
103238
 1 file changed, 2 insertions(+), 2 deletions(-)
90426
103239
 
90427
103240
commit 0e3a39c016c75523efb30531942cfd87976413c8
90428
 
Author: Bruce Cowan <bruce@bcowan.me.uk>
90429
 
Date:   Thu Oct 7 21:27:17 2010 +0100
 
103241
Author:     Bruce Cowan <bruce@bcowan.me.uk>
 
103242
AuthorDate: Thu Oct 7 21:27:17 2010 +0100
 
103243
Commit:     Bruce Cowan <bruce@bcowan.me.uk>
 
103244
CommitDate: Thu Oct 7 21:27:53 2010 +0100
90430
103245
 
90431
103246
    Updated British English translation
90432
103247
 
90435
103250
 1 file changed, 258 insertions(+), 211 deletions(-)
90436
103251
 
90437
103252
commit 7bafb3be95026055b4c9142ea1a82895c9e393bc
90438
 
Author: William Jon McCann <jmccann@redhat.com>
90439
 
Date:   Thu Oct 7 13:51:21 2010 -0400
 
103253
Author:     William Jon McCann <jmccann@redhat.com>
 
103254
AuthorDate: Thu Oct 7 13:51:21 2010 -0400
 
103255
Commit:     William Jon McCann <jmccann@redhat.com>
 
103256
CommitDate: Thu Oct 7 13:51:21 2010 -0400
90440
103257
 
90441
103258
    Remove g_desktop_app_info_lookup_get_type symbol from gio.types
90442
103259
 
90446
103263
 1 file changed, 1 deletion(-)
90447
103264
 
90448
103265
commit 46390c9d107b6df55de458b3ffe47a5428d7f287
90449
 
Author: Tor Lillqvist <tml@iki.fi>
90450
 
Date:   Thu Oct 7 12:04:52 2010 +0300
 
103266
Author:     Tor Lillqvist <tml@iki.fi>
 
103267
AuthorDate: Thu Oct 7 12:04:52 2010 +0300
 
103268
Commit:     Tor Lillqvist <tml@iki.fi>
 
103269
CommitDate: Thu Oct 7 12:06:48 2010 +0300
90451
103270
 
90452
103271
    Don't call close() on -1
90453
103272
 
90460
103279
 1 file changed, 2 insertions(+), 1 deletion(-)
90461
103280
 
90462
103281
commit 200e3d7307df75803c03a2aebcbba0dc5eaa9161
90463
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
90464
 
Date:   Wed Oct 6 02:18:30 2010 +0200
 
103282
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
103283
AuthorDate: Wed Oct 6 02:18:30 2010 +0200
 
103284
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
103285
CommitDate: Wed Oct 6 02:18:30 2010 +0200
90465
103286
 
90466
103287
    Updated Hebrew translation.
90467
103288
 
90470
103291
 1 file changed, 236 insertions(+), 213 deletions(-)
90471
103292
 
90472
103293
commit 9b262f1c5fe5a6fd879f17cd7b80d8c54e33d80c
90473
 
Author: Bastien Nocera <hadess@hadess.net>
90474
 
Date:   Tue Oct 5 15:02:37 2010 +0100
 
103294
Author:     Bastien Nocera <hadess@hadess.net>
 
103295
AuthorDate: Tue Oct 5 15:02:37 2010 +0100
 
103296
Commit:     Bastien Nocera <hadess@hadess.net>
 
103297
CommitDate: Tue Oct 5 17:15:37 2010 +0100
90475
103298
 
90476
103299
    Replace "gio-desktop-app-info-lookup" extension point
90477
103300
 
90489
103312
 4 files changed, 8 insertions(+), 127 deletions(-)
90490
103313
 
90491
103314
commit 1612a4d5065e3505cf45585ffb7e890a06ff27d6
90492
 
Author: Ryan Lortie <desrt@desrt.ca>
90493
 
Date:   Tue Oct 5 02:29:47 2010 -0400
 
103315
Author:     Ryan Lortie <desrt@desrt.ca>
 
103316
AuthorDate: Tue Oct 5 02:29:47 2010 -0400
 
103317
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103318
CommitDate: Tue Oct 5 02:29:47 2010 -0400
90494
103319
 
90495
103320
    volume monitor: don't unref NULL
90496
103321
 
90501
103326
 1 file changed, 4 insertions(+), 2 deletions(-)
90502
103327
 
90503
103328
commit a7662ef315d7f369cbbc438dec76e3b9db3cd5ba
90504
 
Author: Ryan Lortie <desrt@desrt.ca>
90505
 
Date:   Tue Oct 5 02:11:22 2010 -0400
 
103329
Author:     Ryan Lortie <desrt@desrt.ca>
 
103330
AuthorDate: Tue Oct 5 02:11:22 2010 -0400
 
103331
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103332
CommitDate: Tue Oct 5 02:11:22 2010 -0400
90506
103333
 
90507
103334
    GVariant tests: fix bad allignment assumption
90508
103335
 
90516
103343
 1 file changed, 8 insertions(+), 5 deletions(-)
90517
103344
 
90518
103345
commit 3c5b50c4243025c9f42caac9a429291194b77be5
90519
 
Author: Ryan Lortie <desrt@desrt.ca>
90520
 
Date:   Mon Oct 4 21:07:50 2010 -0400
 
103346
Author:     Ryan Lortie <desrt@desrt.ca>
 
103347
AuthorDate: Mon Oct 4 21:07:50 2010 -0400
 
103348
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103349
CommitDate: Mon Oct 4 21:07:50 2010 -0400
90521
103350
 
90522
103351
    GSettings test: fix error match strings
90523
103352
 
90528
103357
 1 file changed, 4 insertions(+), 4 deletions(-)
90529
103358
 
90530
103359
commit c4037230d4afcc0b634dede843a94b3836bb0c39
90531
 
Author: Ryan Lortie <desrt@desrt.ca>
90532
 
Date:   Mon Oct 4 03:41:03 2010 -0400
 
103360
Author:     Ryan Lortie <desrt@desrt.ca>
 
103361
AuthorDate: Mon Oct 4 03:41:03 2010 -0400
 
103362
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103363
CommitDate: Mon Oct 4 03:42:57 2010 -0400
90533
103364
 
90534
103365
    gsettings-tool: Add 'range' subcommand
90535
103366
 
90546
103377
 2 files changed, 67 insertions(+), 4 deletions(-)
90547
103378
 
90548
103379
commit 59bdba3cbb50274b906740d483f049cdc91eb928
90549
 
Author: Ryan Lortie <desrt@desrt.ca>
90550
 
Date:   Mon Oct 4 03:40:22 2010 -0400
 
103380
Author:     Ryan Lortie <desrt@desrt.ca>
 
103381
AuthorDate: Mon Oct 4 03:40:22 2010 -0400
 
103382
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103383
CommitDate: Mon Oct 4 03:42:43 2010 -0400
90551
103384
 
90552
103385
    gsettings-tool: implement range-checking
90553
103386
 
90561
103394
 1 file changed, 7 insertions(+)
90562
103395
 
90563
103396
commit e740c5b4cdcdf8e5f60cd2500451499c499d4ec2
90564
 
Author: Ryan Lortie <desrt@desrt.ca>
90565
 
Date:   Mon Oct 4 03:36:09 2010 -0400
 
103397
Author:     Ryan Lortie <desrt@desrt.ca>
 
103398
AuthorDate: Mon Oct 4 03:36:09 2010 -0400
 
103399
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103400
CommitDate: Mon Oct 4 03:36:09 2010 -0400
90566
103401
 
90567
103402
    Update symbols and docs sections
90568
103403
 
90571
103406
 2 files changed, 7 insertions(+), 1 deletion(-)
90572
103407
 
90573
103408
commit e81d85615991e40a9c72f4f4319c358a4e1479cd
90574
 
Author: Ryan Lortie <desrt@desrt.ca>
90575
 
Date:   Mon Oct 4 03:33:06 2010 -0400
 
103409
Author:     Ryan Lortie <desrt@desrt.ca>
 
103410
AuthorDate: Mon Oct 4 03:33:06 2010 -0400
 
103411
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103412
CommitDate: Mon Oct 4 03:33:06 2010 -0400
90576
103413
 
90577
103414
    GSettings: add g_settings_range_check() API
90578
103415
 
90583
103420
 2 files changed, 46 insertions(+), 8 deletions(-)
90584
103421
 
90585
103422
commit d6d76783ae9fc473d7fe38683d729d6c2c8e80c4
90586
 
Author: Ryan Lortie <desrt@desrt.ca>
90587
 
Date:   Mon Oct 4 02:58:46 2010 -0400
 
103423
Author:     Ryan Lortie <desrt@desrt.ca>
 
103424
AuthorDate: Mon Oct 4 02:58:46 2010 -0400
 
103425
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103426
CommitDate: Mon Oct 4 02:58:46 2010 -0400
90588
103427
 
90589
103428
    Bug 631263 - GSettings needs range/choice APIs
90590
103429
 
90601
103440
 4 files changed, 159 insertions(+), 1 deletion(-)
90602
103441
 
90603
103442
commit 833e389516b5e5b2271ed84c7b2036801c3100f1
90604
 
Author: Ryan Lortie <desrt@desrt.ca>
90605
 
Date:   Mon Oct 4 02:57:06 2010 -0400
 
103443
Author:     Ryan Lortie <desrt@desrt.ca>
 
103444
AuthorDate: Mon Oct 4 02:57:06 2010 -0400
 
103445
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103446
CommitDate: Mon Oct 4 02:57:06 2010 -0400
90606
103447
 
90607
103448
    schema compiler: Don't store zero-valued flags
90608
103449
 
90615
103456
 1 file changed, 6 insertions(+), 1 deletion(-)
90616
103457
 
90617
103458
commit 136e705e8383ff8848e425ac01278102d7badc52
90618
 
Author: Ryan Lortie <desrt@desrt.ca>
90619
 
Date:   Mon Oct 4 01:51:11 2010 -0400
 
103459
Author:     Ryan Lortie <desrt@desrt.ca>
 
103460
AuthorDate: Mon Oct 4 01:51:11 2010 -0400
 
103461
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103462
CommitDate: Mon Oct 4 01:51:11 2010 -0400
90620
103463
 
90621
103464
    Bug 627126 - gsettings schemas on FreeBSD
90622
103465
 
90635
103478
 1 file changed, 2 insertions(+), 14 deletions(-)
90636
103479
 
90637
103480
commit 8efcc0d8c86b588eb0ee0e60d3c60d8c107734b5
90638
 
Author: Ryan Lortie <desrt@desrt.ca>
90639
 
Date:   Sun Oct 3 23:26:18 2010 -0400
 
103481
Author:     Ryan Lortie <desrt@desrt.ca>
 
103482
AuthorDate: Sun Oct 3 23:26:18 2010 -0400
 
103483
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103484
CommitDate: Sun Oct 3 23:26:18 2010 -0400
90640
103485
 
90641
103486
    glib-compile-schemas: write strinfo little endian
90642
103487
 
90651
103496
 1 file changed, 6 insertions(+)
90652
103497
 
90653
103498
commit 61563d5f555f697824cd2ecc17a6687773e6e70e
90654
 
Author: Ryan Lortie <desrt@desrt.ca>
90655
 
Date:   Sun Oct 3 23:25:29 2010 -0400
 
103499
Author:     Ryan Lortie <desrt@desrt.ca>
 
103500
AuthorDate: Sun Oct 3 23:25:29 2010 -0400
 
103501
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103502
CommitDate: Sun Oct 3 23:25:29 2010 -0400
90656
103503
 
90657
103504
    GSettings strinfo: byteswap integers
90658
103505
 
90664
103511
 1 file changed, 2 insertions(+), 2 deletions(-)
90665
103512
 
90666
103513
commit 9211d2b00c82057864631a78b1f4ba1d36ee7b5c
90667
 
Author: Ryan Lortie <desrt@desrt.ca>
90668
 
Date:   Sun Oct 3 23:15:27 2010 -0400
 
103514
Author:     Ryan Lortie <desrt@desrt.ca>
 
103515
AuthorDate: Sun Oct 3 23:15:27 2010 -0400
 
103516
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103517
CommitDate: Sun Oct 3 23:15:27 2010 -0400
90669
103518
 
90670
103519
    GSettings endian: missed a spot
90671
103520
 
90675
103524
 1 file changed, 1 insertion(+), 1 deletion(-)
90676
103525
 
90677
103526
commit c84441fbb3b2eb14775e8467a07cda4eff4502e1
90678
 
Author: Ryan Lortie <desrt@desrt.ca>
90679
 
Date:   Sun Oct 3 23:04:00 2010 -0400
 
103527
Author:     Ryan Lortie <desrt@desrt.ca>
 
103528
AuthorDate: Sun Oct 3 23:04:00 2010 -0400
 
103529
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103530
CommitDate: Sun Oct 3 23:04:00 2010 -0400
90680
103531
 
90681
103532
    GSettings big endian tweaks
90682
103533
 
90693
103544
 
90694
103545
commit 73ca8b47540d005d5227c03aac143d6780da654c
90695
103546
Merge: 9082232 e5e491c
90696
 
Author: Ryan Lortie <desrt@desrt.ca>
90697
 
Date:   Sun Oct 3 23:03:12 2010 -0400
 
103547
Author:     Ryan Lortie <desrt@desrt.ca>
 
103548
AuthorDate: Sun Oct 3 23:03:12 2010 -0400
 
103549
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103550
CommitDate: Sun Oct 3 23:03:12 2010 -0400
90698
103551
 
90699
103552
    Merge remote branch 'gvdb/master'
90700
103553
 
90701
103554
commit e5e491c96946ec6ff6809e4b2b757b1f2d497867
90702
 
Author: Ryan Lortie <desrt@desrt.ca>
90703
 
Date:   Sun Oct 3 22:54:03 2010 -0400
 
103555
Author:     Ryan Lortie <desrt@desrt.ca>
 
103556
AuthorDate: Sun Oct 3 22:54:03 2010 -0400
 
103557
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103558
CommitDate: Sun Oct 3 23:02:45 2010 -0400
90704
103559
 
90705
103560
    Add gvdb_table_get_raw_value() API for GSettings
90706
103561
 
90709
103564
 2 files changed, 26 insertions(+)
90710
103565
 
90711
103566
commit 90822327acdcc0a10f0de41c591e4cee234811db
90712
 
Author: Ryan Lortie <desrt@desrt.ca>
90713
 
Date:   Sun Oct 3 22:53:49 2010 -0400
 
103567
Author:     Ryan Lortie <desrt@desrt.ca>
 
103568
AuthorDate: Sun Oct 3 22:53:49 2010 -0400
 
103569
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103570
CommitDate: Sun Oct 3 22:55:53 2010 -0400
90714
103571
 
90715
103572
    GSettings test: fix unsafe GObject properties use
90716
103573
 
90722
103579
 1 file changed, 8 insertions(+), 6 deletions(-)
90723
103580
 
90724
103581
commit 2ce2d587edbeb98b355c4038c218d75a8c8f9c99
90725
 
Author: Ryan Lortie <desrt@desrt.ca>
90726
 
Date:   Sun Oct 3 22:39:47 2010 -0400
 
103582
Author:     Ryan Lortie <desrt@desrt.ca>
 
103583
AuthorDate: Sun Oct 3 22:39:47 2010 -0400
 
103584
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103585
CommitDate: Sun Oct 3 22:55:39 2010 -0400
90727
103586
 
90728
103587
    GVariant: avoid byteswapping in some cases
90729
103588
 
90744
103603
 
90745
103604
commit 63adeda0861a26b38ec0adc76255666554c18951
90746
103605
Merge: cdab385 a35852b
90747
 
Author: Ryan Lortie <desrt@desrt.ca>
90748
 
Date:   Sun Oct 3 21:11:17 2010 -0400
 
103606
Author:     Ryan Lortie <desrt@desrt.ca>
 
103607
AuthorDate: Sun Oct 3 21:11:17 2010 -0400
 
103608
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103609
CommitDate: Sun Oct 3 21:11:17 2010 -0400
90749
103610
 
90750
103611
    Merge remote branch 'gvdb/master'
90751
103612
 
90752
103613
commit a35852bda37400bb4f7c6ee3a3184dde65fadb1f
90753
 
Author: Ryan Lortie <desrt@desrt.ca>
90754
 
Date:   Sun Oct 3 21:10:35 2010 -0400
 
103614
Author:     Ryan Lortie <desrt@desrt.ca>
 
103615
AuthorDate: Sun Oct 3 21:10:35 2010 -0400
 
103616
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103617
CommitDate: Sun Oct 3 21:10:35 2010 -0400
90755
103618
 
90756
103619
    Fix reader on big endian
90757
103620
 
90761
103624
 1 file changed, 5 insertions(+), 5 deletions(-)
90762
103625
 
90763
103626
commit cdab385ad9fcda469c3fae107adc4abc1082c27a
90764
 
Author: Ryan Lortie <desrt@desrt.ca>
90765
 
Date:   Sun Oct 3 20:47:26 2010 -0400
 
103627
Author:     Ryan Lortie <desrt@desrt.ca>
 
103628
AuthorDate: Sun Oct 3 20:47:26 2010 -0400
 
103629
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103630
CommitDate: Sun Oct 3 20:47:26 2010 -0400
90766
103631
 
90767
103632
    allow libtool 2.4
90768
103633
 
90772
103637
 1 file changed, 1 insertion(+), 1 deletion(-)
90773
103638
 
90774
103639
commit 0bd50b39eb8223f2eeffe8dc5fe096b2c7695529
90775
 
Author: Ryan Lortie <desrt@desrt.ca>
90776
 
Date:   Sun Oct 3 17:30:10 2010 -0400
 
103640
Author:     Ryan Lortie <desrt@desrt.ca>
 
103641
AuthorDate: Sun Oct 3 17:30:10 2010 -0400
 
103642
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103643
CommitDate: Sun Oct 3 17:34:16 2010 -0400
90777
103644
 
90778
103645
    Bug 623400 - acquire context before dispatching
90779
103646
 
90794
103661
 3 files changed, 33 insertions(+), 72 deletions(-)
90795
103662
 
90796
103663
commit 92974b80fc10f494b33ed6760b5417bbbbb83473
90797
 
Author: Ryan Lortie <desrt@desrt.ca>
90798
 
Date:   Sun Oct 3 17:26:37 2010 -0400
 
103664
Author:     Ryan Lortie <desrt@desrt.ca>
 
103665
AuthorDate: Sun Oct 3 17:26:37 2010 -0400
 
103666
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103667
CommitDate: Sun Oct 3 17:34:16 2010 -0400
90799
103668
 
90800
103669
    Bug 618737 - "dispatch to context" functionality
90801
103670
 
90817
103686
 3 files changed, 121 insertions(+)
90818
103687
 
90819
103688
commit 63fb3ff774146a44dcf980bd4cfbca68770a3d93
90820
 
Author: Žygimantas Beručka <zygis@gnome.org>
90821
 
Date:   Sun Oct 3 15:45:33 2010 +0200
 
103689
Author:     Žygimantas Beručka <zygis@gnome.org>
 
103690
AuthorDate: Sun Oct 3 15:45:33 2010 +0200
 
103691
Commit:     Žygimantas Beručka <zygis@gnome.org>
 
103692
CommitDate: Sun Oct 3 15:45:33 2010 +0200
90822
103693
 
90823
103694
    Updated Lithuanian translation by Aurimas Černius <aurisc4@gmail.com>
90824
103695
 
90827
103698
 1 file changed, 158 insertions(+), 120 deletions(-)
90828
103699
 
90829
103700
commit 2d6f8a8ea4a0c86c40da60db2d948306f4c2f5c9
90830
 
Author: Ryan Lortie <desrt@desrt.ca>
90831
 
Date:   Sun Oct 3 02:40:48 2010 -0400
 
103701
Author:     Ryan Lortie <desrt@desrt.ca>
 
103702
AuthorDate: Sun Oct 3 02:40:48 2010 -0400
 
103703
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103704
CommitDate: Sun Oct 3 02:48:07 2010 -0400
90832
103705
 
90833
103706
    gsettings-tool: Rewrite
90834
103707
 
90861
103734
 2 files changed, 405 insertions(+), 700 deletions(-)
90862
103735
 
90863
103736
commit ed9db23f9a056ae253be25c2262f19047a62fe76
90864
 
Author: Ryan Lortie <desrt@desrt.ca>
90865
 
Date:   Sun Oct 3 01:53:09 2010 -0400
 
103737
Author:     Ryan Lortie <desrt@desrt.ca>
 
103738
AuthorDate: Sun Oct 3 01:53:09 2010 -0400
 
103739
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103740
CommitDate: Sun Oct 3 01:53:09 2010 -0400
90866
103741
 
90867
103742
    GSettings: implement .property_get('path')
90868
103743
 
90874
103749
 1 file changed, 4 insertions(+)
90875
103750
 
90876
103751
commit 5af11ae4bc74104502da537b5a89e92223f697dc
90877
 
Author: Ryan Lortie <desrt@desrt.ca>
90878
 
Date:   Sat Oct 2 22:46:53 2010 -0400
 
103752
Author:     Ryan Lortie <desrt@desrt.ca>
 
103753
AuthorDate: Sat Oct 2 22:46:53 2010 -0400
 
103754
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103755
CommitDate: Sat Oct 2 22:46:53 2010 -0400
90879
103756
 
90880
103757
    Add 'Since:' tags for schema listing APIs
90881
103758
 
90883
103760
 1 file changed, 4 insertions(+)
90884
103761
 
90885
103762
commit d2c06994402ee30e989efb9e912d3abd16ca0e10
90886
 
Author: Ryan Lortie <desrt@desrt.ca>
90887
 
Date:   Sat Oct 2 22:42:02 2010 -0400
 
103763
Author:     Ryan Lortie <desrt@desrt.ca>
 
103764
AuthorDate: Sat Oct 2 22:42:02 2010 -0400
 
103765
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103766
CommitDate: Sat Oct 2 22:42:02 2010 -0400
90888
103767
 
90889
103768
    Clean up g_settings_list_schemas()
90890
103769
 
90909
103788
 4 files changed, 103 insertions(+), 32 deletions(-)
90910
103789
 
90911
103790
commit 1fee36f72bdbf87d585222e864cb8494e7156ee0
90912
 
Author: Damyan Ivanov <dam+gnome@ktnx.net>
90913
 
Date:   Sat Oct 2 08:57:09 2010 +0300
 
103791
Author:     Damyan Ivanov <dam+gnome@ktnx.net>
 
103792
AuthorDate: Sat Oct 2 08:57:09 2010 +0300
 
103793
Commit:     Alexander Shopov <ash@kambanaria.org>
 
103794
CommitDate: Sat Oct 2 08:57:09 2010 +0300
90914
103795
 
90915
103796
    Updated Bulgarian translation
90916
103797
 
90919
103800
 1 file changed, 95 insertions(+), 48 deletions(-)
90920
103801
 
90921
103802
commit ba0e608478367cdb7ee550b9efaefba8bd418720
90922
 
Author: Ryan Lortie <desrt@desrt.ca>
90923
 
Date:   Mon Sep 27 11:14:08 2010 -0400
 
103803
Author:     Ryan Lortie <desrt@desrt.ca>
 
103804
AuthorDate: Mon Sep 27 11:14:08 2010 -0400
 
103805
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103806
CommitDate: Fri Oct 1 11:21:17 2010 -0400
90924
103807
 
90925
103808
    Improve .gitignore
90926
103809
 
90928
103811
 1 file changed, 1 insertion(+)
90929
103812
 
90930
103813
commit 3e771509b487fbc671e9217f8dcbd20daa44c116
90931
 
Author: Ryan Lortie <desrt@desrt.ca>
90932
 
Date:   Mon Sep 27 11:10:11 2010 -0400
 
103814
Author:     Ryan Lortie <desrt@desrt.ca>
 
103815
AuthorDate: Mon Sep 27 11:10:11 2010 -0400
 
103816
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103817
CommitDate: Fri Oct 1 11:21:13 2010 -0400
90933
103818
 
90934
103819
    Bug 628937 - gracefully handle broken schemas
90935
103820
 
90951
103836
 1 file changed, 83 insertions(+), 38 deletions(-)
90952
103837
 
90953
103838
commit bd290081ff8c7951c6509d0aee23246739a928a2
90954
 
Author: Ryan Lortie <desrt@desrt.ca>
90955
 
Date:   Mon Sep 27 10:36:11 2010 -0400
 
103839
Author:     Ryan Lortie <desrt@desrt.ca>
 
103840
AuthorDate: Mon Sep 27 10:36:11 2010 -0400
 
103841
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103842
CommitDate: Fri Oct 1 11:21:07 2010 -0400
90956
103843
 
90957
103844
    glib-compile-schemas: improve error accuracy
90958
103845
 
90963
103850
 1 file changed, 4 insertions(+), 3 deletions(-)
90964
103851
 
90965
103852
commit e40f3932dd9d924c3197e98f44950561248297ae
90966
 
Author: Ryan Lortie <desrt@desrt.ca>
90967
 
Date:   Mon Sep 27 10:27:11 2010 -0400
 
103853
Author:     Ryan Lortie <desrt@desrt.ca>
 
103854
AuthorDate: Mon Sep 27 10:27:11 2010 -0400
 
103855
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103856
CommitDate: Fri Oct 1 11:21:02 2010 -0400
90968
103857
 
90969
103858
    Bug 628937 - gracefully handle broken schemas
90970
103859
 
90985
103874
 2 files changed, 72 insertions(+), 18 deletions(-)
90986
103875
 
90987
103876
commit fff6814973356ac23b1022113632441110825283
90988
 
Author: Ryan Lortie <desrt@desrt.ca>
90989
 
Date:   Mon Sep 27 09:06:24 2010 -0400
 
103877
Author:     Ryan Lortie <desrt@desrt.ca>
 
103878
AuthorDate: Mon Sep 27 09:06:24 2010 -0400
 
103879
Commit:     Ryan Lortie <desrt@desrt.ca>
 
103880
CommitDate: Fri Oct 1 11:20:55 2010 -0400
90990
103881
 
90991
103882
    Bug 630077 - GDateTime week number support
90992
103883
 
91004
103895
 5 files changed, 239 insertions(+), 48 deletions(-)
91005
103896
 
91006
103897
commit fe1186a842458dcc647c5f9ab03f17c762354e95
91007
 
Author: Matthias Clasen <mclasen@redhat.com>
91008
 
Date:   Thu Sep 30 14:40:50 2010 -0400
 
103898
Author:     Matthias Clasen <mclasen@redhat.com>
 
103899
AuthorDate: Thu Sep 30 14:40:50 2010 -0400
 
103900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
103901
CommitDate: Thu Sep 30 14:40:50 2010 -0400
91009
103902
 
91010
103903
    message_to_write_data_free: Don't unref data->message if it is NULL
91011
103904
 
91016
103909
 1 file changed, 2 insertions(+), 1 deletion(-)
91017
103910
 
91018
103911
commit faaa8a9f8af9548e2d6052d1ba465285cb314cee
91019
 
Author: Giannis Katsampirhs <juankatsampirhs@gmail.com>
91020
 
Date:   Thu Sep 30 14:47:58 2010 +0300
 
103912
Author:     Giannis Katsampirhs <juankatsampirhs@gmail.com>
 
103913
AuthorDate: Thu Sep 30 14:47:58 2010 +0300
 
103914
Commit:     Simos Xenitellis <simos@gnome.org>
 
103915
CommitDate: Thu Sep 30 14:48:06 2010 +0300
91021
103916
 
91022
103917
    l10n: Updated Greek translation for glib
91023
103918
 
91026
103921
 1 file changed, 3835 insertions(+), 3700 deletions(-)
91027
103922
 
91028
103923
commit 98a0ce64a379a60cfaf9b37f52b300c9297ea44c
91029
 
Author: Piotr Drąg <piotrdrag@gmail.com>
91030
 
Date:   Wed Sep 29 18:46:10 2010 +0200
 
103924
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
103925
AuthorDate: Wed Sep 29 18:46:10 2010 +0200
 
103926
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
103927
CommitDate: Wed Sep 29 18:46:10 2010 +0200
91031
103928
 
91032
103929
    Updated Polish translation
91033
103930
 
91036
103933
 1 file changed, 794 insertions(+), 848 deletions(-)
91037
103934
 
91038
103935
commit 755c2dad72650f11397fc5a91ac42af15eafd530
91039
 
Author: Colin Walters <walters@verbum.org>
91040
 
Date:   Wed Sep 29 10:38:25 2010 -0400
 
103936
Author:     Colin Walters <walters@verbum.org>
 
103937
AuthorDate: Wed Sep 29 10:38:25 2010 -0400
 
103938
Commit:     Colin Walters <walters@verbum.org>
 
103939
CommitDate: Wed Sep 29 10:38:59 2010 -0400
91041
103940
 
91042
103941
    introspection: Fix one annotation syntax
91043
103942
 
91045
103944
 1 file changed, 1 insertion(+), 1 deletion(-)
91046
103945
 
91047
103946
commit 01735d6cc09b7d24c2af07f91e1e96fe3cf785d1
91048
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
91049
 
Date:   Wed Sep 29 14:07:05 2010 +0200
 
103947
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
103948
AuthorDate: Wed Sep 29 14:07:05 2010 +0200
 
103949
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
103950
CommitDate: Wed Sep 29 14:07:17 2010 +0200
91050
103951
 
91051
103952
    Updated Hungarian translation
91052
103953
 
91055
103956
 1 file changed, 310 insertions(+), 322 deletions(-)
91056
103957
 
91057
103958
commit 38e476ac7da339cec868cabf21beed6a91254935
91058
 
Author: Bruno Brouard <annoa.b@gmail.com>
91059
 
Date:   Wed Sep 29 09:02:51 2010 +0200
 
103959
Author:     Bruno Brouard <annoa.b@gmail.com>
 
103960
AuthorDate: Wed Sep 29 09:02:51 2010 +0200
 
103961
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
103962
CommitDate: Wed Sep 29 09:07:12 2010 +0200
91060
103963
 
91061
103964
    Updated French translation
91062
103965
 
91065
103968
 1 file changed, 116 insertions(+), 74 deletions(-)
91066
103969
 
91067
103970
commit 36ba8ffb87a9cf23d37c91d716e3a1512fcc7707
91068
 
Author: Petr Kovar <pknbe@volny.cz>
91069
 
Date:   Wed Sep 29 04:41:25 2010 +0200
 
103971
Author:     Petr Kovar <pknbe@volny.cz>
 
103972
AuthorDate: Wed Sep 29 04:41:25 2010 +0200
 
103973
Commit:     Petr Kovar <pknbe@volny.cz>
 
103974
CommitDate: Wed Sep 29 04:41:25 2010 +0200
91070
103975
 
91071
103976
    Update Czech translation
91072
103977
 
91075
103980
 1 file changed, 563 insertions(+), 431 deletions(-)
91076
103981
 
91077
103982
commit e458687fac24770f368f9caf498c84400b749f6b
91078
 
Author: Peter Kragelj <peter.kragelj@gmail.com>
91079
 
Date:   Tue Sep 28 21:21:38 2010 +0200
 
103983
Author:     Peter Kragelj <peter.kragelj@gmail.com>
 
103984
AuthorDate: Tue Sep 28 21:21:38 2010 +0200
 
103985
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
103986
CommitDate: Tue Sep 28 21:21:38 2010 +0200
91080
103987
 
91081
103988
    Updated Slovenian translation
91082
103989
 
91085
103992
 1 file changed, 109 insertions(+), 109 deletions(-)
91086
103993
 
91087
103994
commit afb6e1b4589a5308c3e9d7b2b77fdb8d47419929
91088
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
91089
 
Date:   Tue Sep 28 17:35:23 2010 +0200
 
103995
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
103996
AuthorDate: Tue Sep 28 17:35:23 2010 +0200
 
103997
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
103998
CommitDate: Tue Sep 28 17:35:23 2010 +0200
91090
103999
 
91091
104000
    Updated Galician translations
91092
104001
 
91095
104004
 1 file changed, 305 insertions(+), 250 deletions(-)
91096
104005
 
91097
104006
commit 339182f575521ede0e380a3cf502f2ff974621b4
91098
 
Author: Peter Kragelj <peter.kragelj@gmail.com>
91099
 
Date:   Tue Sep 28 15:12:00 2010 +0200
 
104007
Author:     Peter Kragelj <peter.kragelj@gmail.com>
 
104008
AuthorDate: Tue Sep 28 15:12:00 2010 +0200
 
104009
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
104010
CommitDate: Tue Sep 28 15:12:00 2010 +0200
91100
104011
 
91101
104012
    Updated Slovenian translation
91102
104013
 
91104
104015
 1 file changed, 3 insertions(+), 3 deletions(-)
91105
104016
 
91106
104017
commit 974ab9cfa016e0f6c0b6c58b203fd1b1f891c3a2
91107
 
Author: Peter Kragelj <peter.kragelj@gmail.com>
91108
 
Date:   Tue Sep 28 15:10:33 2010 +0200
 
104018
Author:     Peter Kragelj <peter.kragelj@gmail.com>
 
104019
AuthorDate: Tue Sep 28 15:10:33 2010 +0200
 
104020
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
104021
CommitDate: Tue Sep 28 15:10:33 2010 +0200
91109
104022
 
91110
104023
    Updated Slovenian translation
91111
104024
 
91114
104027
 1 file changed, 308 insertions(+), 315 deletions(-)
91115
104028
 
91116
104029
commit e44f695f64d1baba9cc2f1eb2cdacbe68837dbfd
91117
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
91118
 
Date:   Tue Sep 28 00:12:42 2010 +0300
 
104030
Author:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
104031
AuthorDate: Tue Sep 28 00:12:42 2010 +0300
 
104032
Commit:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
104033
CommitDate: Tue Sep 28 00:12:42 2010 +0300
91119
104034
 
91120
104035
    Updated Lithuanian translation (thanks Aurimas Cernius).
91121
104036
 
91124
104039
 1 file changed, 307 insertions(+), 262 deletions(-)
91125
104040
 
91126
104041
commit c4f2bd25934cb322c9910ef46148cea1beae2cca
91127
 
Author: Mario Blättermann <mariobl@gnome.org>
91128
 
Date:   Mon Sep 27 20:19:46 2010 +0200
 
104042
Author:     Mario Blättermann <mariobl@gnome.org>
 
104043
AuthorDate: Mon Sep 27 20:19:46 2010 +0200
 
104044
Commit:     Mario Blättermann <mariobl@gnome.org>
 
104045
CommitDate: Mon Sep 27 20:19:46 2010 +0200
91129
104046
 
91130
104047
    [i18n] Updated German translation
91131
104048
 
91134
104051
 1 file changed, 311 insertions(+), 271 deletions(-)
91135
104052
 
91136
104053
commit 973174e5cc56cd4f273c9d3b54a36f803e0b59dd
91137
 
Author: Fabrício Godoy <skarllot@gmail.com>
91138
 
Date:   Mon Sep 27 08:49:51 2010 -0300
 
104054
Author:     Fabrício Godoy <skarllot@gmail.com>
 
104055
AuthorDate: Mon Sep 27 08:49:51 2010 -0300
 
104056
Commit:     Jonh Wendell <jwendell@gnome.org>
 
104057
CommitDate: Mon Sep 27 08:50:48 2010 -0300
91139
104058
 
91140
104059
    Updated Brazilian Portuguese translation
91141
104060
 
91144
104063
 1 file changed, 1588 insertions(+), 899 deletions(-)
91145
104064
 
91146
104065
commit e2ea3eb5867b25465ef3ea540a541611aa7fef18
91147
 
Author: Damyan Ivanov <dam+gnome@ktnx.net>
91148
 
Date:   Mon Sep 27 13:31:09 2010 +0300
 
104066
Author:     Damyan Ivanov <dam+gnome@ktnx.net>
 
104067
AuthorDate: Mon Sep 27 13:31:09 2010 +0300
 
104068
Commit:     Alexander Shopov <ash@contact.bg>
 
104069
CommitDate: Mon Sep 27 13:33:21 2010 +0300
91149
104070
 
91150
104071
    Updated Bulgarian translation
91151
104072
 
91154
104075
 1 file changed, 1570 insertions(+), 818 deletions(-)
91155
104076
 
91156
104077
commit 1a0dbff2365cc956ed0675a790dc09ea40f04fd1
91157
 
Author: Ryan Lortie <desrt@desrt.ca>
91158
 
Date:   Sun Sep 26 18:51:23 2010 -0400
 
104078
Author:     Ryan Lortie <desrt@desrt.ca>
 
104079
AuthorDate: Sun Sep 26 18:51:23 2010 -0400
 
104080
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104081
CommitDate: Sun Sep 26 18:53:28 2010 -0400
91159
104082
 
91160
104083
    clean up g_date_time_get_week_day()
91161
104084
 
91171
104094
 1 file changed, 3 insertions(+), 21 deletions(-)
91172
104095
 
91173
104096
commit e77faeb9209518f422fa6b035b8f4dd4401bf0e1
91174
 
Author: Wouter Bolsterlee <wbolster@gnome.org>
91175
 
Date:   Sun Sep 26 22:59:38 2010 +0200
 
104097
Author:     Wouter Bolsterlee <wbolster@gnome.org>
 
104098
AuthorDate: Sun Sep 26 22:59:38 2010 +0200
 
104099
Commit:     Wouter Bolsterlee <wbolster@gnome.org>
 
104100
CommitDate: Sun Sep 26 23:00:07 2010 +0200
91176
104101
 
91177
104102
    Updated Dutch translation by Wouter Bolsterlee
91178
104103
 
91181
104106
 1 file changed, 119 insertions(+), 207 deletions(-)
91182
104107
 
91183
104108
commit 4e091e8647175063d4684cfc6717e70d27f4d625
91184
 
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
91185
 
Date:   Sun Sep 26 22:39:14 2010 +0300
 
104109
Author:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
104110
AuthorDate: Sun Sep 26 22:39:14 2010 +0300
 
104111
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
104112
CommitDate: Sun Sep 26 22:39:14 2010 +0300
91186
104113
 
91187
104114
    Updated Romanian translation
91188
104115
 
91191
104118
 1 file changed, 2003 insertions(+), 505 deletions(-)
91192
104119
 
91193
104120
commit 30132c44c18d9a08e4c6a9b4834366bd8628ecfa
91194
 
Author: Johan Dahlin <johan@gnome.org>
91195
 
Date:   Fri Sep 24 18:24:41 2010 -0300
 
104121
Author:     Johan Dahlin <johan@gnome.org>
 
104122
AuthorDate: Fri Sep 24 18:24:41 2010 -0300
 
104123
Commit:     Johan Dahlin <jdahlin@litl.com>
 
104124
CommitDate: Fri Sep 24 18:24:41 2010 -0300
91196
104125
 
91197
104126
    Add a lot of missing annotations
91198
104127
 
91261
104190
 61 files changed, 172 insertions(+), 161 deletions(-)
91262
104191
 
91263
104192
commit 701ce5d2011ee4408212461f6e191eaca2290d0a
91264
 
Author: Johan Dahlin <johan@gnome.org>
91265
 
Date:   Fri Sep 24 16:23:31 2010 -0300
 
104193
Author:     Johan Dahlin <johan@gnome.org>
 
104194
AuthorDate: Fri Sep 24 16:23:31 2010 -0300
 
104195
Commit:     Johan Dahlin <jdahlin@litl.com>
 
104196
CommitDate: Fri Sep 24 16:23:31 2010 -0300
91266
104197
 
91267
104198
    [introspection] Add GObject annotations
91268
104199
 
91272
104203
 1 file changed, 4 insertions(+), 3 deletions(-)
91273
104204
 
91274
104205
commit 835f9cb310b988b07d1822c3f12093b9b01bc496
91275
 
Author: Johan Dahlin <johan@gnome.org>
91276
 
Date:   Fri Sep 24 15:51:26 2010 -0300
 
104206
Author:     Johan Dahlin <johan@gnome.org>
 
104207
AuthorDate: Fri Sep 24 15:51:26 2010 -0300
 
104208
Commit:     Johan Dahlin <jdahlin@litl.com>
 
104209
CommitDate: Fri Sep 24 15:52:38 2010 -0300
91277
104210
 
91278
104211
    [introspection] Move over annotations
91279
104212
 
91304
104237
 18 files changed, 57 insertions(+), 51 deletions(-)
91305
104238
 
91306
104239
commit 0927dda8ad29cb4e6b3d19977be1fb747b1d4950
91307
 
Author: Christian Dywan <christian@twotoasts.de>
91308
 
Date:   Fri Sep 24 13:56:35 2010 +0200
 
104240
Author:     Christian Dywan <christian@twotoasts.de>
 
104241
AuthorDate: Fri Sep 24 13:56:35 2010 +0200
 
104242
Commit:     Christian Dywan <christian@twotoasts.de>
 
104243
CommitDate: Fri Sep 24 13:56:35 2010 +0200
91309
104244
 
91310
104245
    Correct error message when GUnixOutputStream fails to write
91311
104246
 
91315
104250
 1 file changed, 1 insertion(+), 1 deletion(-)
91316
104251
 
91317
104252
commit 80de3ca7ccc4bca1beeaf18459ecf4f703c6a2de
91318
 
Author: Andre Klapper <a9016009@gmx.de>
91319
 
Date:   Fri Sep 24 13:15:23 2010 +0200
 
104253
Author:     Andre Klapper <a9016009@gmx.de>
 
104254
AuthorDate: Fri Sep 24 13:15:23 2010 +0200
 
104255
Commit:     Andre Klapper <a9016009@gmx.de>
 
104256
CommitDate: Fri Sep 24 13:15:23 2010 +0200
91320
104257
 
91321
104258
    Add missing file to POTFILES.in
91322
104259
 
91324
104261
 1 file changed, 1 insertion(+)
91325
104262
 
91326
104263
commit 4d9ae95ae05669f329381898c38e6a98ae7f0cd5
91327
 
Author: David Zeuthen <davidz@redhat.com>
91328
 
Date:   Thu Sep 23 19:16:25 2010 -0400
 
104264
Author:     David Zeuthen <davidz@redhat.com>
 
104265
AuthorDate: Thu Sep 23 19:16:25 2010 -0400
 
104266
Commit:     David Zeuthen <davidz@redhat.com>
 
104267
CommitDate: Thu Sep 23 19:16:25 2010 -0400
91329
104268
 
91330
104269
    GDBus: Don't use abstract sockets in test code
91331
104270
 
91341
104280
 2 files changed, 11 insertions(+), 4 deletions(-)
91342
104281
 
91343
104282
commit a35eb7047116d0614d9d8dc9d1e435d45659d0d6
91344
 
Author: David Zeuthen <davidz@redhat.com>
91345
 
Date:   Thu Sep 23 18:57:35 2010 -0400
 
104283
Author:     David Zeuthen <davidz@redhat.com>
 
104284
AuthorDate: Thu Sep 23 18:57:35 2010 -0400
 
104285
Commit:     David Zeuthen <davidz@redhat.com>
 
104286
CommitDate: Thu Sep 23 18:57:35 2010 -0400
91346
104287
 
91347
104288
    GDBus: Use abstract namespace in test cases to avoid littering all
91348
104289
    over /tmp
91353
104294
 1 file changed, 6 insertions(+), 2 deletions(-)
91354
104295
 
91355
104296
commit 7036415cc1a32bbd9cc08e516196dbd704f8b5eb
91356
 
Author: David Zeuthen <davidz@redhat.com>
91357
 
Date:   Thu Sep 23 17:23:30 2010 -0400
 
104297
Author:     David Zeuthen <davidz@redhat.com>
 
104298
AuthorDate: Thu Sep 23 17:23:30 2010 -0400
 
104299
Commit:     David Zeuthen <davidz@redhat.com>
 
104300
CommitDate: Thu Sep 23 17:36:07 2010 -0400
91358
104301
 
91359
104302
    GDBusConnection: Use correct GMainContext when invoking free functions
91360
104303
 
91384
104327
 2 files changed, 129 insertions(+), 21 deletions(-)
91385
104328
 
91386
104329
commit 919f64acab8a0bfb1262f3df1cdda4383054e0f1
91387
 
Author: Stefan Kost <ensonic@users.sf.net>
91388
 
Date:   Thu Sep 23 18:41:57 2010 +0300
 
104330
Author:     Stefan Kost <ensonic@users.sf.net>
 
104331
AuthorDate: Thu Sep 23 18:41:57 2010 +0300
 
104332
Commit:     Stefan Kost <ensonic@users.sf.net>
 
104333
CommitDate: Thu Sep 23 23:38:05 2010 +0300
91389
104334
 
91390
104335
    build: fix out of srcdir build
91391
104336
 
91397
104342
 1 file changed, 1 insertion(+), 1 deletion(-)
91398
104343
 
91399
104344
commit 643e5526c515f0ee6e681b806fda36eaaa3f263c
91400
 
Author: David Zeuthen <davidz@redhat.com>
91401
 
Date:   Thu Sep 23 16:27:52 2010 -0400
 
104345
Author:     David Zeuthen <davidz@redhat.com>
 
104346
AuthorDate: Thu Sep 23 16:27:52 2010 -0400
 
104347
Commit:     David Zeuthen <davidz@redhat.com>
 
104348
CommitDate: Thu Sep 23 16:28:59 2010 -0400
91402
104349
 
91403
104350
    GDBus: fix name test cases
91404
104351
 
91412
104359
 1 file changed, 1 insertion(+)
91413
104360
 
91414
104361
commit 71b1d738e2c0fe900b6bb6672aa464ce74b489b3
91415
 
Author: David Zeuthen <davidz@redhat.com>
91416
 
Date:   Thu Sep 23 16:09:25 2010 -0400
 
104362
Author:     David Zeuthen <davidz@redhat.com>
 
104363
AuthorDate: Thu Sep 23 16:09:25 2010 -0400
 
104364
Commit:     David Zeuthen <davidz@redhat.com>
 
104365
CommitDate: Thu Sep 23 16:14:42 2010 -0400
91417
104366
 
91418
104367
    GDBus: bump timeout for some tests
91419
104368
 
91429
104378
 2 files changed, 8 insertions(+), 8 deletions(-)
91430
104379
 
91431
104380
commit 1f6a9f1e2d2ebc5f37e7c526344d7aa26cee148d
91432
 
Author: David Zeuthen <davidz@redhat.com>
91433
 
Date:   Thu Sep 23 15:47:46 2010 -0400
 
104381
Author:     David Zeuthen <davidz@redhat.com>
 
104382
AuthorDate: Thu Sep 23 15:47:46 2010 -0400
 
104383
Commit:     David Zeuthen <davidz@redhat.com>
 
104384
CommitDate: Thu Sep 23 15:49:04 2010 -0400
91434
104385
 
91435
104386
    GDBus: Move "slow" connection test cases into separate test program
91436
104387
 
91443
104394
 3 files changed, 218 insertions(+), 160 deletions(-)
91444
104395
 
91445
104396
commit f0b04acfd31b768151a88db3f8d3347f55b2a7b3
91446
 
Author: David Zeuthen <davidz@redhat.com>
91447
 
Date:   Thu Sep 23 15:10:50 2010 -0400
 
104397
Author:     David Zeuthen <davidz@redhat.com>
 
104398
AuthorDate: Thu Sep 23 15:10:50 2010 -0400
 
104399
Commit:     David Zeuthen <davidz@redhat.com>
 
104400
CommitDate: Thu Sep 23 15:16:56 2010 -0400
91448
104401
 
91449
104402
    GDBusConnection: Avoid callbacks on finalized connection
91450
104403
 
91472
104425
 4 files changed, 115 insertions(+), 22 deletions(-)
91473
104426
 
91474
104427
commit c3c0e4d11d0682d832d199de31b35457f6078d5c
91475
 
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
91476
 
Date:   Fri Sep 24 02:09:10 2010 +0900
 
104428
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
104429
AuthorDate: Fri Sep 24 02:09:10 2010 +0900
 
104430
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
104431
CommitDate: Fri Sep 24 02:09:10 2010 +0900
91477
104432
 
91478
104433
    Updated Japanese translation (symbolic link related)
91479
104434
 
91481
104436
 1 file changed, 30 insertions(+), 28 deletions(-)
91482
104437
 
91483
104438
commit e7df1a4157cc95e658a31de55e8374c4364a2238
91484
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
91485
 
Date:   Wed Sep 22 13:11:59 2010 -0400
 
104439
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
104440
AuthorDate: Wed Sep 22 13:11:59 2010 -0400
 
104441
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
104442
CommitDate: Thu Sep 23 12:02:51 2010 -0400
91486
104443
 
91487
104444
    Fix memory leak in SOCKSv5 implementation
91488
104445
 
91490
104447
 1 file changed, 1 insertion(+)
91491
104448
 
91492
104449
commit 99d57b5ce952b7f43ff52b41362035bfa193eb5f
91493
 
Author: Benjamin Otte <otte@redhat.com>
91494
 
Date:   Thu Sep 23 13:57:22 2010 +0200
 
104450
Author:     Benjamin Otte <otte@redhat.com>
 
104451
AuthorDate: Thu Sep 23 13:57:22 2010 +0200
 
104452
Commit:     Benjamin Otte <otte@redhat.com>
 
104453
CommitDate: Thu Sep 23 13:57:22 2010 +0200
91495
104454
 
91496
104455
    glib-2.0.m4: Use unsigned variables for version numbers
91497
104456
 
91505
104464
 1 file changed, 4 insertions(+), 4 deletions(-)
91506
104465
 
91507
104466
commit 24a706404ded0578b029b2fb65e6418bda84d32f
91508
 
Author: Bruno Brouard <annoa.b@gmail.com>
91509
 
Date:   Thu Sep 23 08:47:54 2010 +0200
 
104467
Author:     Bruno Brouard <annoa.b@gmail.com>
 
104468
AuthorDate: Thu Sep 23 08:47:54 2010 +0200
 
104469
Commit:     Bruno Brouard <annoa.b@gmail.com>
 
104470
CommitDate: Thu Sep 23 08:47:54 2010 +0200
91510
104471
 
91511
104472
    Updated French translation
91512
104473
 
91515
104476
 1 file changed, 1044 insertions(+), 662 deletions(-)
91516
104477
 
91517
104478
commit 61453216803d745b1d563710f8ec3aa918d2e819
91518
 
Author: Ryan Lortie <desrt@desrt.ca>
91519
 
Date:   Wed Sep 22 06:45:02 2010 -0400
 
104479
Author:     Ryan Lortie <desrt@desrt.ca>
 
104480
AuthorDate: Wed Sep 22 06:45:02 2010 -0400
 
104481
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104482
CommitDate: Wed Sep 22 06:47:34 2010 -0400
91520
104483
 
91521
104484
    GSocketControlMessage: clean up confusing code
91522
104485
 
91537
104500
 1 file changed, 7 insertions(+), 8 deletions(-)
91538
104501
 
91539
104502
commit 02451227ec8bafae48af4c519c9e0441176d1978
91540
 
Author: Ryan Lortie <desrt@desrt.ca>
91541
 
Date:   Wed Sep 22 06:28:49 2010 -0400
 
104503
Author:     Ryan Lortie <desrt@desrt.ca>
 
104504
AuthorDate: Wed Sep 22 06:28:49 2010 -0400
 
104505
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104506
CommitDate: Wed Sep 22 06:30:54 2010 -0400
91542
104507
 
91543
104508
    fix argument order for g_date_time_difference()
91544
104509
 
91550
104515
 1 file changed, 2 insertions(+), 2 deletions(-)
91551
104516
 
91552
104517
commit 86d3342f854f11c1a35f02ec4f54c7aec345bae5
91553
 
Author: Claude Paroz <claude@2xlibre.net>
91554
 
Date:   Wed Sep 22 10:42:55 2010 +0200
 
104518
Author:     Claude Paroz <claude@2xlibre.net>
 
104519
AuthorDate: Wed Sep 22 10:42:55 2010 +0200
 
104520
Commit:     Claude Paroz <claude@2xlibre.net>
 
104521
CommitDate: Wed Sep 22 10:42:55 2010 +0200
91555
104522
 
91556
104523
    Add translator comments for command parameter translation
91557
104524
 
91559
104526
 1 file changed, 2 insertions(+)
91560
104527
 
91561
104528
commit 0a68f09494dea14d90ab802862eaa04d1ac54169
91562
 
Author: Mattias Põldaru <mahfiaz gmail com>
91563
 
Date:   Tue Sep 21 19:18:38 2010 +0300
 
104529
Author:     Mattias Põldaru <mahfiaz gmail com>
 
104530
AuthorDate: Tue Sep 21 19:18:38 2010 +0300
 
104531
Commit:     Priit Laes <plaes@plaes.org>
 
104532
CommitDate: Tue Sep 21 19:18:38 2010 +0300
91564
104533
 
91565
104534
    [l10n] Updated Estonian translation
91566
104535
 
91568
104537
 1 file changed, 10 insertions(+), 10 deletions(-)
91569
104538
 
91570
104539
commit 33216f3d07d21bb5a8af62cfffeb18c8352cf114
91571
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
91572
 
Date:   Tue Sep 21 14:42:23 2010 +0200
 
104540
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
104541
AuthorDate: Tue Sep 21 14:42:23 2010 +0200
 
104542
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
104543
CommitDate: Tue Sep 21 14:42:23 2010 +0200
91573
104544
 
91574
104545
    Updated Basque language
91575
104546
 
91578
104549
 1 file changed, 699 insertions(+), 736 deletions(-)
91579
104550
 
91580
104551
commit 60def049d95e82c836cfc8b2f13a4ed8472f7865
91581
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
91582
 
Date:   Mon Sep 20 17:56:30 2010 +0100
 
104552
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
104553
AuthorDate: Mon Sep 20 17:56:30 2010 +0100
 
104554
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
104555
CommitDate: Tue Sep 21 10:35:36 2010 +0100
91583
104556
 
91584
104557
    Bug 630185 — Allow NULL strings in g_quark_try_string()
91585
104558
 
91591
104564
 1 file changed, 4 insertions(+), 2 deletions(-)
91592
104565
 
91593
104566
commit f1f7e771d7b3d9f8b7c656c6d9a9d8112f32732d
91594
 
Author: Behdad Esfahbod <behdad@behdad.org>
91595
 
Date:   Mon Sep 20 22:51:26 2010 -0400
 
104567
Author:     Behdad Esfahbod <behdad@behdad.org>
 
104568
AuthorDate: Mon Sep 20 22:51:26 2010 -0400
 
104569
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
104570
CommitDate: Mon Sep 20 22:51:26 2010 -0400
91596
104571
 
91597
104572
    Fix typo
91598
104573
 
91600
104575
 1 file changed, 1 insertion(+), 1 deletion(-)
91601
104576
 
91602
104577
commit 291545b6eee306249529652a2d1422d0e7a460c8
91603
 
Author: Colin Walters <walters@verbum.org>
91604
 
Date:   Mon Sep 20 13:20:04 2010 -0400
 
104578
Author:     Colin Walters <walters@verbum.org>
 
104579
AuthorDate: Mon Sep 20 13:20:04 2010 -0400
 
104580
Commit:     Colin Walters <walters@verbum.org>
 
104581
CommitDate: Mon Sep 20 13:25:24 2010 -0400
91605
104582
 
91606
104583
    gdir: Clarify in documentation that ordering is not defined
91607
104584
 
91609
104586
 1 file changed, 12 insertions(+), 4 deletions(-)
91610
104587
 
91611
104588
commit 909fad7583ae9459fc3301e6de184b56a963464c
91612
 
Author: Michael Kotsarinis <mk73628@gmail.com>
91613
 
Date:   Mon Sep 20 19:40:53 2010 +0300
 
104589
Author:     Michael Kotsarinis <mk73628@gmail.com>
 
104590
AuthorDate: Mon Sep 20 19:40:53 2010 +0300
 
104591
Commit:     Simos Xenitellis <simos@gnome.org>
 
104592
CommitDate: Mon Sep 20 19:41:02 2010 +0300
91614
104593
 
91615
104594
    l10n: Updated Greek translation for glib
91616
104595
 
91619
104598
 1 file changed, 3700 insertions(+), 2998 deletions(-)
91620
104599
 
91621
104600
commit 05e185728a9b7decfd13f4bffaad9f240253e83f
91622
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
91623
 
Date:   Mon Sep 20 15:15:46 2010 +0200
 
104601
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
104602
AuthorDate: Mon Sep 20 15:15:46 2010 +0200
 
104603
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
104604
CommitDate: Mon Sep 20 15:15:46 2010 +0200
91624
104605
 
91625
104606
    Updated Hebrew translation.
91626
104607
 
91629
104610
 1 file changed, 579 insertions(+), 555 deletions(-)
91630
104611
 
91631
104612
commit de432280a0e93aa1ebde4512fc1dd248af88bb32
91632
 
Author: Stefan Kost <ensonic@users.sf.net>
91633
 
Date:   Sun Sep 19 22:06:10 2010 +0300
 
104613
Author:     Stefan Kost <ensonic@users.sf.net>
 
104614
AuthorDate: Sun Sep 19 22:06:10 2010 +0300
 
104615
Commit:     Stefan Kost <ensonic@users.sf.net>
 
104616
CommitDate: Sun Sep 19 22:06:10 2010 +0300
91634
104617
 
91635
104618
    docs: shorten var name in example
91636
104619
 
91640
104623
 1 file changed, 3 insertions(+), 3 deletions(-)
91641
104624
 
91642
104625
commit aa8c8df44fc1e2b852bb6a0cfb516f976f841de5
91643
 
Author: Stefan Kost <ensonic@users.sf.net>
91644
 
Date:   Sun Sep 19 22:03:40 2010 +0300
 
104626
Author:     Stefan Kost <ensonic@users.sf.net>
 
104627
AuthorDate: Sun Sep 19 22:03:40 2010 +0300
 
104628
Commit:     Stefan Kost <ensonic@users.sf.net>
 
104629
CommitDate: Sun Sep 19 22:03:40 2010 +0300
91645
104630
 
91646
104631
    docs: fix iface type naming
91647
104632
 
91649
104634
 1 file changed, 5 insertions(+), 5 deletions(-)
91650
104635
 
91651
104636
commit 58e5b01fbc208a8cd374b60951c70e3d5c4355de
91652
 
Author: Stefan Kost <ensonic@users.sf.net>
91653
 
Date:   Sun Sep 19 21:50:31 2010 +0300
 
104637
Author:     Stefan Kost <ensonic@users.sf.net>
 
104638
AuthorDate: Sun Sep 19 21:50:31 2010 +0300
 
104639
Commit:     Stefan Kost <ensonic@users.sf.net>
 
104640
CommitDate: Sun Sep 19 21:50:31 2010 +0300
91654
104641
 
91655
104642
    docs: fix docbook validity
91656
104643
 
91664
104651
 4 files changed, 49 insertions(+), 48 deletions(-)
91665
104652
 
91666
104653
commit 409f7db894bcfc6574d86aec34af6851dacc1666
91667
 
Author: Stefan Kost <ensonic@users.sf.net>
91668
 
Date:   Sun Sep 19 21:37:19 2010 +0300
 
104654
Author:     Stefan Kost <ensonic@users.sf.net>
 
104655
AuthorDate: Sun Sep 19 21:37:19 2010 +0300
 
104656
Commit:     Stefan Kost <ensonic@users.sf.net>
 
104657
CommitDate: Sun Sep 19 21:37:19 2010 +0300
91669
104658
 
91670
104659
    docs: cleanup constructor example
91671
104660
 
91675
104664
 1 file changed, 1 insertion(+), 4 deletions(-)
91676
104665
 
91677
104666
commit a6ad0fbec23d78611bafd217ea56fcd58aea1405
91678
 
Author: Stefan Kost <ensonic@users.sf.net>
91679
 
Date:   Sun Sep 19 21:33:52 2010 +0300
 
104667
Author:     Stefan Kost <ensonic@users.sf.net>
 
104668
AuthorDate: Sun Sep 19 21:33:52 2010 +0300
 
104669
Commit:     Stefan Kost <ensonic@users.sf.net>
 
104670
CommitDate: Sun Sep 19 21:33:52 2010 +0300
91680
104671
 
91681
104672
    docs: use passive voice.
91682
104673
 
91684
104675
 1 file changed, 2 insertions(+), 2 deletions(-)
91685
104676
 
91686
104677
commit 062e7f7848eb0577e4745b3e8c6a4e8312e360c3
91687
 
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
91688
 
Date:   Mon Sep 20 02:02:32 2010 +0900
 
104678
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
104679
AuthorDate: Mon Sep 20 02:02:32 2010 +0900
 
104680
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
104681
CommitDate: Mon Sep 20 02:02:47 2010 +0900
91689
104682
 
91690
104683
    Updated Japanese translation
91691
104684
 
91694
104687
 1 file changed, 413 insertions(+), 389 deletions(-)
91695
104688
 
91696
104689
commit 5bb2da9b999b414ea65a7d89168101ddf87856f1
91697
 
Author: Ask H. Larsen <asklarsen@gmail.com>
91698
 
Date:   Sun Sep 19 18:07:57 2010 +0200
 
104690
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
104691
AuthorDate: Sun Sep 19 18:07:57 2010 +0200
 
104692
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
104693
CommitDate: Sun Sep 19 18:07:57 2010 +0200
91699
104694
 
91700
104695
    Updated Danish translation
91701
104696
 
91704
104699
 1 file changed, 772 insertions(+), 533 deletions(-)
91705
104700
 
91706
104701
commit 29393abf05b7322b1b1d267c5a929136ed8a7c70
91707
 
Author: Wouter Bolsterlee <wbolster@gnome.org>
91708
 
Date:   Sun Sep 19 17:08:25 2010 +0200
 
104702
Author:     Wouter Bolsterlee <wbolster@gnome.org>
 
104703
AuthorDate: Sun Sep 19 17:08:25 2010 +0200
 
104704
Commit:     Wouter Bolsterlee <wbolster@gnome.org>
 
104705
CommitDate: Sun Sep 19 17:08:54 2010 +0200
91709
104706
 
91710
104707
    Updated Dutch translation by Wouter Bolsterlee
91711
104708
 
91714
104711
 1 file changed, 1372 insertions(+), 717 deletions(-)
91715
104712
 
91716
104713
commit abfa91e655254180ce134012cbbcffa8e150a00b
91717
 
Author: Mattias Põldaru <mahfiaz gmail com>
91718
 
Date:   Sun Sep 19 11:52:30 2010 +0300
 
104714
Author:     Mattias Põldaru <mahfiaz gmail com>
 
104715
AuthorDate: Sun Sep 19 11:52:30 2010 +0300
 
104716
Commit:     Priit Laes <plaes@plaes.org>
 
104717
CommitDate: Sun Sep 19 11:52:30 2010 +0300
91719
104718
 
91720
104719
    [l10n] Updated Estonian translation
91721
104720
 
91724
104723
 1 file changed, 531 insertions(+), 658 deletions(-)
91725
104724
 
91726
104725
commit cec629972b2a599cb28eb9d61cc000c4dc97f534
91727
 
Author: Ryan Lortie <desrt@desrt.ca>
91728
 
Date:   Sat Sep 18 16:31:00 2010 -0400
 
104726
Author:     Ryan Lortie <desrt@desrt.ca>
 
104727
AuthorDate: Sat Sep 18 16:31:00 2010 -0400
 
104728
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104729
CommitDate: Sat Sep 18 16:31:00 2010 -0400
91729
104730
 
91730
104731
    GDateTime: G_GNUC_WARN_UNUSED_RESULT for modifiers
91731
104732
 
91738
104739
 1 file changed, 9 insertions(+)
91739
104740
 
91740
104741
commit ac05f990db211a27a950d61ef4bf47335ced7cc4
91741
 
Author: Ryan Lortie <desrt@desrt.ca>
91742
 
Date:   Sat Sep 18 12:52:58 2010 -0400
 
104742
Author:     Ryan Lortie <desrt@desrt.ca>
 
104743
AuthorDate: Sat Sep 18 12:52:58 2010 -0400
 
104744
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104745
CommitDate: Sat Sep 18 12:52:58 2010 -0400
91743
104746
 
91744
104747
    Fix header cleaup fallout when using system pcre
91745
104748
 
91751
104754
 1 file changed, 4 insertions(+)
91752
104755
 
91753
104756
commit 1bc08279b907529627677c9191664862c063de49
91754
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
91755
 
Date:   Sat Sep 18 12:30:00 2010 +0100
 
104757
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
104758
AuthorDate: Sat Sep 18 12:30:00 2010 +0100
 
104759
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
104760
CommitDate: Sat Sep 18 12:30:00 2010 +0100
91756
104761
 
91757
104762
    Updated Portuguese translation
91758
104763
 
91761
104766
 1 file changed, 397 insertions(+), 373 deletions(-)
91762
104767
 
91763
104768
commit c1b7697a8ba4cf016f1efef86369376917acccdb
91764
 
Author: Ryan Lortie <desrt@desrt.ca>
91765
 
Date:   Fri Sep 17 20:48:25 2010 -0400
 
104769
Author:     Ryan Lortie <desrt@desrt.ca>
 
104770
AuthorDate: Fri Sep 17 20:48:25 2010 -0400
 
104771
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104772
CommitDate: Fri Sep 17 20:48:25 2010 -0400
91766
104773
 
91767
104774
    bump version to 2.27.1
91768
104775
 
91770
104777
 1 file changed, 1 insertion(+), 1 deletion(-)
91771
104778
 
91772
104779
commit dda9707377f43c827860dbce8bf09c7b98e2ad14
91773
 
Author: Ryan Lortie <desrt@desrt.ca>
91774
 
Date:   Fri Sep 17 17:57:19 2010 -0400
 
104780
Author:     Ryan Lortie <desrt@desrt.ca>
 
104781
AuthorDate: Fri Sep 17 17:57:19 2010 -0400
 
104782
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104783
CommitDate: Fri Sep 17 18:32:35 2010 -0400
91775
104784
 
91776
104785
    release 2.27.0
91777
104786
 
91783
104792
 4 files changed, 166 insertions(+), 46 deletions(-)
91784
104793
 
91785
104794
commit 6393ffa3a6ac50b4b2cc1ed92760544caf9bb90a
91786
 
Author: Ryan Lortie <desrt@desrt.ca>
91787
 
Date:   Sat Sep 18 01:18:13 2010 +0300
 
104795
Author:     Ryan Lortie <desrt@desrt.ca>
 
104796
AuthorDate: Sat Sep 18 01:18:13 2010 +0300
 
104797
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104798
CommitDate: Sat Sep 18 01:20:22 2010 +0300
91788
104799
 
91789
104800
    GDateTime: fix a test that fails from time to time
91790
104801
 
91796
104807
 1 file changed, 1 insertion(+), 1 deletion(-)
91797
104808
 
91798
104809
commit 7be2ba4d945682c30a91ff35dac255e0f4a0b038
91799
 
Author: Ryan Lortie <desrt@desrt.ca>
91800
 
Date:   Fri Sep 17 13:27:38 2010 -0400
 
104810
Author:     Ryan Lortie <desrt@desrt.ca>
 
104811
AuthorDate: Fri Sep 17 13:27:38 2010 -0400
 
104812
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104813
CommitDate: Fri Sep 17 13:27:38 2010 -0400
91801
104814
 
91802
104815
    Bump to version 2.27.0 after branching glib-2-26
91803
104816
 
91805
104818
 1 file changed, 2 insertions(+), 2 deletions(-)
91806
104819
 
91807
104820
commit b4ee303ed6bc35b5dbb73bfa4b3a27eaba23a83c
91808
 
Author: Ryan Lortie <desrt@desrt.ca>
91809
 
Date:   Fri Sep 17 13:26:50 2010 -0400
 
104821
Author:     Ryan Lortie <desrt@desrt.ca>
 
104822
AuthorDate: Fri Sep 17 13:26:50 2010 -0400
 
104823
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104824
CommitDate: Fri Sep 17 13:26:50 2010 -0400
91810
104825
 
91811
104826
    .gitignore some test cases
91812
104827
 
91814
104829
 1 file changed, 2 insertions(+)
91815
104830
 
91816
104831
commit 5109778e939265087d1b1257daf6ba5f454ff346
91817
 
Author: Ryan Lortie <desrt@desrt.ca>
91818
 
Date:   Fri Sep 17 13:20:17 2010 -0400
 
104832
Author:     Ryan Lortie <desrt@desrt.ca>
 
104833
AuthorDate: Fri Sep 17 13:20:17 2010 -0400
 
104834
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104835
CommitDate: Fri Sep 17 13:20:17 2010 -0400
91819
104836
 
91820
104837
    .gitignore some sgml
91821
104838
 
91823
104840
 1 file changed, 2 insertions(+)
91824
104841
 
91825
104842
commit cf73ba47f14a5793b9575ce542edf558fe5abee8
91826
 
Author: Ryan Lortie <desrt@desrt.ca>
91827
 
Date:   Fri Sep 17 13:14:59 2010 -0400
 
104843
Author:     Ryan Lortie <desrt@desrt.ca>
 
104844
AuthorDate: Fri Sep 17 13:14:59 2010 -0400
 
104845
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104846
CommitDate: Fri Sep 17 13:14:59 2010 -0400
91828
104847
 
91829
104848
    Deal with gtk-doc's insane sensitivty to spaces
91830
104849
 
91834
104853
 1 file changed, 2 insertions(+), 2 deletions(-)
91835
104854
 
91836
104855
commit 6b0e31ce4891883b3923c40c68347dcf5fe54165
91837
 
Author: Ryan Lortie <desrt@desrt.ca>
91838
 
Date:   Thu Sep 16 04:44:59 2010 -0400
 
104856
Author:     Ryan Lortie <desrt@desrt.ca>
 
104857
AuthorDate: Thu Sep 16 04:44:59 2010 -0400
 
104858
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104859
CommitDate: Fri Sep 17 11:40:10 2010 -0400
91839
104860
 
91840
104861
    Clean-up/tweaking of GDateTime and GTimeZone
91841
104862
 
91853
104874
 10 files changed, 2373 insertions(+), 1892 deletions(-)
91854
104875
 
91855
104876
commit 909289c76330f66b87a51fbfc645fb4d474f1301
91856
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
91857
 
Date:   Wed Sep 15 14:47:15 2010 +0100
 
104877
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
104878
AuthorDate: Wed Sep 15 14:47:15 2010 +0100
 
104879
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104880
CommitDate: Fri Sep 17 11:40:10 2010 -0400
91858
104881
 
91859
104882
    datetime: Fix hashing
91860
104883
 
91868
104891
 1 file changed, 45 insertions(+), 38 deletions(-)
91869
104892
 
91870
104893
commit 3e9fb52214da793ef1320775f1ab8226bdca6ae2
91871
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
91872
 
Date:   Wed Sep 15 14:39:26 2010 +0100
 
104894
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
104895
AuthorDate: Wed Sep 15 14:39:26 2010 +0100
 
104896
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104897
CommitDate: Fri Sep 17 11:40:10 2010 -0400
91873
104898
 
91874
104899
    datetime: Rename g_date_time_printf() to g_date_time_format()
91875
104900
 
91887
104912
 3 files changed, 8 insertions(+), 8 deletions(-)
91888
104913
 
91889
104914
commit 4bac6613cfca4b0676a51e1df0848fa2e4d35120
91890
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
91891
 
Date:   Wed Sep 15 13:55:36 2010 +0100
 
104915
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
104916
AuthorDate: Wed Sep 15 13:55:36 2010 +0100
 
104917
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104918
CommitDate: Fri Sep 17 11:40:10 2010 -0400
91892
104919
 
91893
104920
    datetime: Update modifiers for DST changes
91894
104921
 
91912
104939
 2 files changed, 220 insertions(+), 117 deletions(-)
91913
104940
 
91914
104941
commit 0746f7403638a6f17c61ec04beb4f692914ce9a0
91915
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
91916
 
Date:   Wed Sep 15 10:05:41 2010 +0100
 
104942
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
104943
AuthorDate: Wed Sep 15 10:05:41 2010 +0100
 
104944
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104945
CommitDate: Fri Sep 17 11:40:10 2010 -0400
91917
104946
 
91918
104947
    datetime: Allow setting fractionary seconds in new_full()
91919
104948
 
91934
104963
 3 files changed, 9 insertions(+), 5 deletions(-)
91935
104964
 
91936
104965
commit 67f1e52ce2a1372e4f8ffc5fdf292b33120264ab
91937
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
91938
 
Date:   Tue Sep 14 08:00:40 2010 +0100
 
104966
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
104967
AuthorDate: Tue Sep 14 08:00:40 2010 +0100
 
104968
Commit:     Ryan Lortie <desrt@desrt.ca>
 
104969
CommitDate: Fri Sep 17 11:40:10 2010 -0400
91939
104970
 
91940
104971
    datetime: Rework time zone support in constructors
91941
104972
 
91971
105002
 5 files changed, 630 insertions(+), 284 deletions(-)
91972
105003
 
91973
105004
commit bff4ac15d09a3f80551fda41f8ff2e2c1ae30d91
91974
 
Author: Dan Winship <danw@gnome.org>
91975
 
Date:   Fri Sep 17 10:21:57 2010 -0400
 
105005
Author:     Dan Winship <danw@gnome.org>
 
105006
AuthorDate: Fri Sep 17 10:21:57 2010 -0400
 
105007
Commit:     Dan Winship <danw@gnome.org>
 
105008
CommitDate: Fri Sep 17 10:21:57 2010 -0400
91976
105009
 
91977
105010
    g_output_stream_write: fix misleadingly ungrammatical documentation
91978
105011
 
91982
105015
 1 file changed, 6 insertions(+), 5 deletions(-)
91983
105016
 
91984
105017
commit 8a7365d892c23573ef659d7a93ce1518ddf58763
91985
 
Author: Žygimantas Beručka <zygis@gnome.org>
91986
 
Date:   Fri Sep 17 03:48:23 2010 +0300
 
105018
Author:     Žygimantas Beručka <zygis@gnome.org>
 
105019
AuthorDate: Fri Sep 17 03:48:23 2010 +0300
 
105020
Commit:     Žygimantas Beručka <zygis@gnome.org>
 
105021
CommitDate: Fri Sep 17 03:48:23 2010 +0300
91987
105022
 
91988
105023
    Updated Lithuanian translation
91989
105024
 
91992
105027
 1 file changed, 63 insertions(+), 65 deletions(-)
91993
105028
 
91994
105029
commit d6af283f4e76163abd6b4e740cb95861080f1014
91995
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
91996
 
Date:   Thu Sep 16 22:13:54 2010 +0300
 
105030
Author:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
105031
AuthorDate: Thu Sep 16 22:13:54 2010 +0300
 
105032
Commit:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
105033
CommitDate: Thu Sep 16 22:13:54 2010 +0300
91997
105034
 
91998
105035
    Updated Lithuanian translation by Aurimas Cernius.
91999
105036
 
92002
105039
 1 file changed, 1530 insertions(+), 808 deletions(-)
92003
105040
 
92004
105041
commit 1c658c9c692643463c3f215ef73f8b72b046f2b7
92005
 
Author: Petr Kovar <pknbe@volny.cz>
92006
 
Date:   Thu Sep 16 01:56:26 2010 +0200
 
105042
Author:     Petr Kovar <pknbe@volny.cz>
 
105043
AuthorDate: Thu Sep 16 01:56:26 2010 +0200
 
105044
Commit:     Petr Kovar <pknbe@volny.cz>
 
105045
CommitDate: Thu Sep 16 01:56:26 2010 +0200
92007
105046
 
92008
105047
    Update Czech translation
92009
105048
 
92011
105050
 1 file changed, 9 insertions(+), 7 deletions(-)
92012
105051
 
92013
105052
commit 0469782af5bda7fe9e9be9dfc2eda68a98c7ca49
92014
 
Author: Petr Kovar <pknbe@volny.cz>
92015
 
Date:   Wed Sep 15 21:43:18 2010 +0200
 
105053
Author:     Petr Kovar <pknbe@volny.cz>
 
105054
AuthorDate: Wed Sep 15 21:43:18 2010 +0200
 
105055
Commit:     Petr Kovar <pknbe@volny.cz>
 
105056
CommitDate: Wed Sep 15 21:43:18 2010 +0200
92016
105057
 
92017
105058
    Update Czech translation
92018
105059
 
92021
105062
 1 file changed, 1327 insertions(+), 679 deletions(-)
92022
105063
 
92023
105064
commit 11f06115a4cc6972aedb810848e4a0f06165eb83
92024
 
Author: Ryan Lortie <desrt@desrt.ca>
92025
 
Date:   Wed Sep 15 11:20:51 2010 -0400
 
105065
Author:     Ryan Lortie <desrt@desrt.ca>
 
105066
AuthorDate: Wed Sep 15 11:20:51 2010 -0400
 
105067
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105068
CommitDate: Wed Sep 15 11:21:44 2010 -0400
92026
105069
 
92027
105070
    Bug 629709 - Empty variants
92028
105071
 
92035
105078
 2 files changed, 27 insertions(+), 2 deletions(-)
92036
105079
 
92037
105080
commit 1c5b96e92b9a5923be4686802025b455fb353429
92038
 
Author: Jorge González <jorgegonz@svn.gnome.org>
92039
 
Date:   Wed Sep 15 09:10:32 2010 +0200
 
105081
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
105082
AuthorDate: Wed Sep 15 09:10:32 2010 +0200
 
105083
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
105084
CommitDate: Wed Sep 15 09:12:24 2010 +0200
92040
105085
 
92041
105086
    Updated Spanish translation
92042
105087
 
92045
105090
 1 file changed, 510 insertions(+), 492 deletions(-)
92046
105091
 
92047
105092
commit 780b76bd3ae9c13ae065fc4bdf84dc10ca69f23d
92048
 
Author: Andika Triwidada <andika@gmail.com>
92049
 
Date:   Wed Sep 15 07:44:48 2010 +0700
 
105093
Author:     Andika Triwidada <andika@gmail.com>
 
105094
AuthorDate: Wed Sep 15 07:44:48 2010 +0700
 
105095
Commit:     Andika Triwidada <andika@gmail.com>
 
105096
CommitDate: Wed Sep 15 07:44:48 2010 +0700
92050
105097
 
92051
105098
    Updated Indonesian translation
92052
105099
 
92055
105102
 1 file changed, 496 insertions(+), 472 deletions(-)
92056
105103
 
92057
105104
commit 1220501ec86b87e6cfe8ab3eac4a1fc6ea7a8acc
92058
 
Author: Christian Persch <chpe@gnome.org>
92059
 
Date:   Tue Sep 14 19:38:14 2010 +0200
 
105105
Author:     Christian Persch <chpe@gnome.org>
 
105106
AuthorDate: Tue Sep 14 19:38:14 2010 +0200
 
105107
Commit:     Christian Persch <chpe@gnome.org>
 
105108
CommitDate: Tue Sep 14 22:22:35 2010 +0200
92060
105109
 
92061
105110
    GDBusConnection leaks its GCredentials
92062
105111
 
92087
105136
 1 file changed, 3 insertions(+)
92088
105137
 
92089
105138
commit 235820d0ef817d549844fa898349e31f28fb833d
92090
 
Author: Ryan Lortie <desrt@desrt.ca>
92091
 
Date:   Tue Sep 14 14:55:38 2010 -0400
 
105139
Author:     Ryan Lortie <desrt@desrt.ca>
 
105140
AuthorDate: Tue Sep 14 14:55:38 2010 -0400
 
105141
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105142
CommitDate: Tue Sep 14 14:56:38 2010 -0400
92092
105143
 
92093
105144
    GVariant: Check for size == 0 in get_bytestring
92094
105145
 
92101
105152
 2 files changed, 9 insertions(+), 1 deletion(-)
92102
105153
 
92103
105154
commit 2211ab1240d9bbab2a17197f6d97fafc9373ff46
92104
 
Author: Piotr Drąg <piotrdrag@gmail.com>
92105
 
Date:   Tue Sep 14 19:10:35 2010 +0200
 
105155
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
105156
AuthorDate: Tue Sep 14 19:10:35 2010 +0200
 
105157
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
105158
CommitDate: Tue Sep 14 19:10:35 2010 +0200
92106
105159
 
92107
105160
    Updated Polish translation
92108
105161
 
92111
105164
 1 file changed, 1101 insertions(+), 981 deletions(-)
92112
105165
 
92113
105166
commit f497f3b7aee06cc2d1f04b9f9adf3555353f2579
92114
 
Author: Ryan Lortie <desrt@desrt.ca>
92115
 
Date:   Tue Sep 14 11:25:57 2010 -0400
 
105167
Author:     Ryan Lortie <desrt@desrt.ca>
 
105168
AuthorDate: Tue Sep 14 11:25:57 2010 -0400
 
105169
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105170
CommitDate: Tue Sep 14 11:25:57 2010 -0400
92116
105171
 
92117
105172
    GSettings: reverse accidental addition to .h file
92118
105173
 
92123
105178
 1 file changed, 3 deletions(-)
92124
105179
 
92125
105180
commit 7d143d420b0e3d02e1103a0c9decccd18b6024c9
92126
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
92127
 
Date:   Tue Sep 14 14:10:17 2010 +0200
 
105181
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
105182
AuthorDate: Tue Sep 14 14:10:17 2010 +0200
 
105183
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
105184
CommitDate: Tue Sep 14 14:10:17 2010 +0200
92128
105185
 
92129
105186
    Updated Hungarian translation
92130
105187
 
92133
105190
 1 file changed, 430 insertions(+), 406 deletions(-)
92134
105191
 
92135
105192
commit 152f0dd3dbc9237f24830eeea76a84332d4f14a4
92136
 
Author: Christian.Kirbach <Christian.Kirbach@googlemail.com>
92137
 
Date:   Tue Sep 14 11:18:20 2010 +0200
 
105193
Author:     Christian.Kirbach <Christian.Kirbach@googlemail.com>
 
105194
AuthorDate: Tue Sep 14 11:18:20 2010 +0200
 
105195
Commit:     Christian.Kirbach <Christian.Kirbach@googlemail.com>
 
105196
CommitDate: Tue Sep 14 11:18:20 2010 +0200
92138
105197
 
92139
105198
    [l10n] Updated German translation
92140
105199
 
92143
105202
 1 file changed, 325 insertions(+), 302 deletions(-)
92144
105203
 
92145
105204
commit 3d1c463b48a6d54b671d7c8f39a7b4efba636d2b
92146
 
Author: Aron Xu <aronxu@gnome.org>
92147
 
Date:   Tue Sep 14 16:35:31 2010 +0800
 
105205
Author:     Aron Xu <aronxu@gnome.org>
 
105206
AuthorDate: Tue Sep 14 16:35:31 2010 +0800
 
105207
Commit:     Aron Xu <aronxu@gnome.org>
 
105208
CommitDate: Tue Sep 14 16:36:12 2010 +0800
92148
105209
 
92149
105210
    Update Simplified Chinese translation.
92150
105211
 
92153
105214
 1 file changed, 827 insertions(+), 480 deletions(-)
92154
105215
 
92155
105216
commit 5ec302deceeb0c5f5f34be41b775fd295784c012
92156
 
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
92157
 
Date:   Tue Sep 14 09:37:45 2010 +0300
 
105217
Author:     Timo Jyrinki <timo.jyrinki@iki.fi>
 
105218
AuthorDate: Tue Sep 14 09:37:45 2010 +0300
 
105219
Commit:     Timo Jyrinki <timo.jyrinki@iki.fi>
 
105220
CommitDate: Tue Sep 14 09:37:45 2010 +0300
92158
105221
 
92159
105222
    (slightly) updated Finnish translation.
92160
105223
 
92163
105226
 1 file changed, 1323 insertions(+), 676 deletions(-)
92164
105227
 
92165
105228
commit 8fbfcd90adce11c95d9a89c2f79f61a2d72f01ab
92166
 
Author: Philip Withnall <philip@tecnocode.co.uk>
92167
 
Date:   Mon Sep 13 23:22:02 2010 +0100
 
105229
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
105230
AuthorDate: Mon Sep 13 23:22:02 2010 +0100
 
105231
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
105232
CommitDate: Mon Sep 13 23:22:02 2010 +0100
92168
105233
 
92169
105234
    Update British English translation
92170
105235
 
92173
105238
 1 file changed, 495 insertions(+), 471 deletions(-)
92174
105239
 
92175
105240
commit f5edeea0e5791de8d0f0936fa821ecd22fcd30b5
92176
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
92177
 
Date:   Mon Sep 13 23:46:03 2010 +0200
 
105241
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
105242
AuthorDate: Mon Sep 13 23:46:03 2010 +0200
 
105243
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
105244
CommitDate: Mon Sep 13 23:46:03 2010 +0200
92178
105245
 
92179
105246
    Updated Galician translations
92180
105247
 
92183
105250
 1 file changed, 504 insertions(+), 480 deletions(-)
92184
105251
 
92185
105252
commit f3770593f8691ce4cc1d597482d9b0f457066848
92186
 
Author: Matej Urbančič <mateju@svn.gnome.org>
92187
 
Date:   Mon Sep 13 21:54:45 2010 +0200
 
105253
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
105254
AuthorDate: Mon Sep 13 21:54:45 2010 +0200
 
105255
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
105256
CommitDate: Mon Sep 13 21:54:45 2010 +0200
92188
105257
 
92189
105258
    Updated Slovenian translation
92190
105259
 
92193
105262
 1 file changed, 1579 insertions(+), 955 deletions(-)
92194
105263
 
92195
105264
commit ba17efc3961b094cc853b66d66e09a3d8b0444a1
92196
 
Author: Will Thompson <will.thompson@collabora.co.uk>
92197
 
Date:   Thu Sep 9 17:24:00 2010 +0100
 
105265
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
105266
AuthorDate: Thu Sep 9 17:24:00 2010 +0100
 
105267
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
105268
CommitDate: Mon Sep 13 19:19:46 2010 +0100
92198
105269
 
92199
105270
    g_strdup_value_contents(): dump GStrv more usefully
92200
105271
 
92208
105279
 1 file changed, 19 insertions(+)
92209
105280
 
92210
105281
commit cb2ddac7a29f534350f07afdbe5631b2f9df176f
92211
 
Author: A S Alam <aalam@users.sf.net>
92212
 
Date:   Mon Sep 13 23:09:33 2010 +0530
 
105282
Author:     A S Alam <aalam@users.sf.net>
 
105283
AuthorDate: Mon Sep 13 23:09:33 2010 +0530
 
105284
Commit:     A S Alam <aalam@users.sf.net>
 
105285
CommitDate: Mon Sep 13 23:09:33 2010 +0530
92213
105286
 
92214
105287
    update for Punjabi
92215
105288
 
92218
105291
 1 file changed, 497 insertions(+), 480 deletions(-)
92219
105292
 
92220
105293
commit 2e78d07f86d70de274f126a3ff00bd4af90a5c90
92221
 
Author: Ryan Lortie <desrt@desrt.ca>
92222
 
Date:   Tue Mar 23 01:12:01 2010 -0500
 
105294
Author:     Ryan Lortie <desrt@desrt.ca>
 
105295
AuthorDate: Tue Mar 23 01:12:01 2010 -0500
 
105296
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105297
CommitDate: Mon Sep 13 13:14:25 2010 -0400
92223
105298
 
92224
105299
    Add g_data_input_stream_read_upto{,async,finish}
92225
105300
 
92252
105327
 5 files changed, 312 insertions(+), 78 deletions(-)
92253
105328
 
92254
105329
commit 0ecfc6e1f9fa3439f733fc75cc462218a0a1974e
92255
 
Author: Matthias Clasen <mclasen@redhat.com>
92256
 
Date:   Mon Sep 13 12:02:13 2010 -0400
 
105330
Author:     Matthias Clasen <mclasen@redhat.com>
 
105331
AuthorDate: Mon Sep 13 12:02:13 2010 -0400
 
105332
Commit:     Matthias Clasen <mclasen@redhat.com>
 
105333
CommitDate: Mon Sep 13 12:27:04 2010 -0400
92257
105334
 
92258
105335
    Better msgctxt for month and weekday names
92259
105336
 
92293
105370
 20 files changed, 749 insertions(+), 743 deletions(-)
92294
105371
 
92295
105372
commit bd569dc3c97fb23447951388cc57ff23844f96e3
92296
 
Author: Matthias Clasen <mclasen@redhat.com>
92297
 
Date:   Mon Sep 13 11:58:56 2010 -0400
 
105373
Author:     Matthias Clasen <mclasen@redhat.com>
 
105374
AuthorDate: Mon Sep 13 11:58:56 2010 -0400
 
105375
Commit:     Matthias Clasen <mclasen@redhat.com>
 
105376
CommitDate: Mon Sep 13 12:27:04 2010 -0400
92298
105377
 
92299
105378
    Adapt POTFILES.in to source file renaming
92300
105379
 
92302
105381
 1 file changed, 1 insertion(+), 1 deletion(-)
92303
105382
 
92304
105383
commit 445f708b8ff93b96ff1e440fe9c26bf8b19ff706
92305
 
Author: Ryan Lortie <desrt@desrt.ca>
92306
 
Date:   Mon Sep 13 12:07:51 2010 -0400
 
105384
Author:     Ryan Lortie <desrt@desrt.ca>
 
105385
AuthorDate: Mon Sep 13 12:07:51 2010 -0400
 
105386
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105387
CommitDate: Mon Sep 13 12:14:08 2010 -0400
92307
105388
 
92308
105389
    Const 'parser' arg to g_markup_parse_context_push
92309
105390
 
92319
105400
 2 files changed, 2 insertions(+), 2 deletions(-)
92320
105401
 
92321
105402
commit 124023b06d39c5b94605368abd8f9576ece45ca4
92322
 
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
92323
 
Date:   Mon Sep 13 17:53:54 2010 +0200
 
105403
Author:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
105404
AuthorDate: Mon Sep 13 17:53:54 2010 +0200
 
105405
Commit:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
105406
CommitDate: Mon Sep 13 17:55:18 2010 +0200
92324
105407
 
92325
105408
    Make g_variant_builder_end's return to be (allow none) because callers
92326
105409
    need to add a ref to it in addition to sinking it.
92329
105412
 1 file changed, 1 insertion(+), 1 deletion(-)
92330
105413
 
92331
105414
commit 8466ba8dc120c7e95df8a147ade9d5b449727c0e
92332
 
Author: Kristian Rietveld <kris@gtk.org>
92333
 
Date:   Mon Sep 13 16:52:51 2010 +0200
 
105415
Author:     Kristian Rietveld <kris@gtk.org>
 
105416
AuthorDate: Mon Sep 13 16:52:51 2010 +0200
 
105417
Commit:     Kristian Rietveld <kris@gtk.org>
 
105418
CommitDate: Mon Sep 13 16:52:51 2010 +0200
92334
105419
 
92335
105420
    Include giochannel.c for G_IO_IN, etc.
92336
105421
 
92340
105425
 1 file changed, 1 insertion(+)
92341
105426
 
92342
105427
commit 9cd43d7a4c5d3a50187c2eaba7ab903cf6456d7d
92343
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92344
 
Date:   Wed Aug 18 15:32:27 2010 +0100
 
105428
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
105429
AuthorDate: Wed Aug 18 15:32:27 2010 +0100
 
105430
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
105431
CommitDate: Mon Sep 13 12:34:53 2010 +0100
92345
105432
 
92346
105433
    gobject: Add install_properties()
92347
105434
 
92368
105455
 7 files changed, 350 insertions(+), 3 deletions(-)
92369
105456
 
92370
105457
commit 58a40904af47fbc838bea29cc6ab068b26eb74c5
92371
 
Author: Daniel Nylander <po@danielnylander.se>
92372
 
Date:   Sun Sep 12 20:25:57 2010 +0200
 
105458
Author:     Daniel Nylander <po@danielnylander.se>
 
105459
AuthorDate: Sun Sep 12 20:25:57 2010 +0200
 
105460
Commit:     Daniel Nylander <po@danielnylander.se>
 
105461
CommitDate: Sun Sep 12 20:25:57 2010 +0200
92373
105462
 
92374
105463
    Updated Swedish translation
92375
105464
 
92378
105467
 1 file changed, 361 insertions(+), 339 deletions(-)
92379
105468
 
92380
105469
commit 681a72ea9923a3b37d8258b2b25e8f734d92bf21
92381
 
Author: Ryan Lortie <desrt@desrt.ca>
92382
 
Date:   Sun Sep 12 13:35:30 2010 -0400
 
105470
Author:     Ryan Lortie <desrt@desrt.ca>
 
105471
AuthorDate: Sun Sep 12 13:35:30 2010 -0400
 
105472
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105473
CommitDate: Sun Sep 12 13:37:04 2010 -0400
92383
105474
 
92384
105475
    GSettings: no writability->value change assumption
92385
105476
 
92392
105483
 1 file changed, 2 insertions(+), 8 deletions(-)
92393
105484
 
92394
105485
commit 8a8cdd1d328df0f2429e2c49050dae1aec4abf36
92395
 
Author: Tor Lillqvist <tml@iki.fi>
92396
 
Date:   Sun Sep 12 13:58:13 2010 +0300
 
105486
Author:     Tor Lillqvist <tml@iki.fi>
 
105487
AuthorDate: Sun Sep 12 13:58:13 2010 +0300
 
105488
Commit:     Tor Lillqvist <tml@iki.fi>
 
105489
CommitDate: Sun Sep 12 14:05:49 2010 +0300
92397
105490
 
92398
105491
    Add some more individual own header includes where required
92399
105492
 
92403
105496
 3 files changed, 7 insertions(+)
92404
105497
 
92405
105498
commit fc3abfffcf63a12f766f86bca29bd71544aa0416
92406
 
Author: Mario Blättermann <mariobl@gnome.org>
92407
 
Date:   Sun Sep 12 11:02:47 2010 +0200
 
105499
Author:     Mario Blättermann <mariobl@gnome.org>
 
105500
AuthorDate: Sun Sep 12 11:02:47 2010 +0200
 
105501
Commit:     Mario Blättermann <mariobl@gnome.org>
 
105502
CommitDate: Sun Sep 12 11:02:47 2010 +0200
92408
105503
 
92409
105504
    [i18n] Updated German translation
92410
105505
 
92413
105508
 1 file changed, 1382 insertions(+), 710 deletions(-)
92414
105509
 
92415
105510
commit 825576322ab491d79fc272c5d536b241b8dad352
92416
 
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
92417
 
Date:   Sun Sep 12 03:02:24 2010 +0900
 
105511
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
105512
AuthorDate: Sun Sep 12 03:02:24 2010 +0900
 
105513
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
105514
CommitDate: Sun Sep 12 03:02:24 2010 +0900
92418
105515
 
92419
105516
    Updatede Japanese translation.
92420
105517
 
92423
105520
 1 file changed, 1568 insertions(+), 852 deletions(-)
92424
105521
 
92425
105522
commit 38a3b1730de7ec40627c2f6f75320e9e432ce12c
92426
 
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
92427
 
Date:   Sat Sep 11 17:01:10 2010 +0200
 
105523
Author:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
105524
AuthorDate: Sat Sep 11 17:01:10 2010 +0200
 
105525
Commit:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
105526
CommitDate: Sat Sep 11 17:01:10 2010 +0200
92428
105527
 
92429
105528
    Add annotation for g_variant_get_string
92430
105529
 
92432
105531
 1 file changed, 1 insertion(+), 1 deletion(-)
92433
105532
 
92434
105533
commit e7f04bf29af35e606920abb2e04a277ccb6de2bd
92435
 
Author: Andika Triwidada <andika@gmail.com>
92436
 
Date:   Sat Sep 11 16:29:06 2010 +0700
 
105534
Author:     Andika Triwidada <andika@gmail.com>
 
105535
AuthorDate: Sat Sep 11 16:29:06 2010 +0700
 
105536
Commit:     Andika Triwidada <andika@gmail.com>
 
105537
CommitDate: Sat Sep 11 16:29:06 2010 +0700
92437
105538
 
92438
105539
    Updated Indonesian translation
92439
105540
 
92441
105542
 1 file changed, 23 insertions(+), 23 deletions(-)
92442
105543
 
92443
105544
commit dc8dc56ddd5da7d9e4a10891ba917e424cb6b7d8
92444
 
Author: Tor Lillqvist <tml@iki.fi>
92445
 
Date:   Sat Sep 11 12:08:32 2010 +0300
 
105545
Author:     Tor Lillqvist <tml@iki.fi>
 
105546
AuthorDate: Sat Sep 11 12:08:32 2010 +0300
 
105547
Commit:     Tor Lillqvist <tml@iki.fi>
 
105548
CommitDate: Sat Sep 11 12:08:32 2010 +0300
92446
105549
 
92447
105550
    dos2unix glib/win_iconv.c
92448
105551
 
92451
105554
 1 file changed, 1965 insertions(+), 1965 deletions(-)
92452
105555
 
92453
105556
commit 1254104cea92c02f3d0e9cf10b99382dd7e71439
92454
 
Author: Benjamin Otte <otte@redhat.com>
92455
 
Date:   Sat Sep 11 00:12:13 2010 +0200
 
105557
Author:     Benjamin Otte <otte@redhat.com>
 
105558
AuthorDate: Sat Sep 11 00:12:13 2010 +0200
 
105559
Commit:     Benjamin Otte <otte@redhat.com>
 
105560
CommitDate: Sat Sep 11 00:13:36 2010 +0200
92456
105561
 
92457
105562
    docs: Clarify string encoding for GFile constructors
92458
105563
 
92463
105568
 1 file changed, 3 insertions(+), 2 deletions(-)
92464
105569
 
92465
105570
commit 0b74058fa3144f85b5fefd4c81129b971010452a
92466
 
Author: David Zeuthen <davidz@redhat.com>
92467
 
Date:   Fri Sep 10 16:21:37 2010 -0400
 
105571
Author:     David Zeuthen <davidz@redhat.com>
 
105572
AuthorDate: Fri Sep 10 16:21:37 2010 -0400
 
105573
Commit:     David Zeuthen <davidz@redhat.com>
 
105574
CommitDate: Fri Sep 10 16:23:14 2010 -0400
92468
105575
 
92469
105576
    Add work-around for Bug 627724
92470
105577
 
92484
105591
 3 files changed, 140 insertions(+), 2 deletions(-)
92485
105592
 
92486
105593
commit 12029eeb6a54f2445bde0af314116844122b535b
92487
 
Author: David Zeuthen <davidz@redhat.com>
92488
 
Date:   Fri Sep 10 13:27:48 2010 -0400
 
105594
Author:     David Zeuthen <davidz@redhat.com>
 
105595
AuthorDate: Fri Sep 10 13:27:48 2010 -0400
 
105596
Commit:     David Zeuthen <davidz@redhat.com>
 
105597
CommitDate: Fri Sep 10 13:27:48 2010 -0400
92489
105598
 
92490
105599
    Remove g_dbus_message_filter_result_get_type() from gio.symbols
92491
105600
 
92497
105606
 1 file changed, 1 deletion(-)
92498
105607
 
92499
105608
commit bc29aa9b0956dec53c0b957ce879b41329307058
92500
 
Author: Dan Winship <danw@gnome.org>
92501
 
Date:   Fri Sep 10 09:12:17 2010 -0400
 
105609
Author:     Dan Winship <danw@gnome.org>
 
105610
AuthorDate: Fri Sep 10 09:12:17 2010 -0400
 
105611
Commit:     Dan Winship <danw@gnome.org>
 
105612
CommitDate: Fri Sep 10 13:07:00 2010 -0400
92502
105613
 
92503
105614
    g_socket_client_connect_async: fix when g_socket_connect succeeds
92504
105615
    immediately
92509
105620
 1 file changed, 18 insertions(+), 13 deletions(-)
92510
105621
 
92511
105622
commit 59383c8bea00b8f4bf50cf82ae9f3e7ce1df1a03
92512
 
Author: Dan Winship <danw@gnome.org>
92513
 
Date:   Fri Sep 10 08:51:21 2010 -0400
 
105623
Author:     Dan Winship <danw@gnome.org>
 
105624
AuthorDate: Fri Sep 10 08:51:21 2010 -0400
 
105625
Commit:     Dan Winship <danw@gnome.org>
 
105626
CommitDate: Fri Sep 10 13:07:00 2010 -0400
92514
105627
 
92515
105628
    Fix IPv6 parsing in _g_uri_parse_authority, add _g_uri_from_authority
92516
105629
 
92526
105639
 4 files changed, 56 insertions(+), 8 deletions(-)
92527
105640
 
92528
105641
commit f8cb2a60b9fb79f4d3719f842d71245d844ee9c0
92529
 
Author: Ryan Lortie <desrt@desrt.ca>
92530
 
Date:   Thu Sep 9 16:28:18 2010 -0400
 
105642
Author:     Ryan Lortie <desrt@desrt.ca>
 
105643
AuthorDate: Thu Sep 9 16:28:18 2010 -0400
 
105644
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105645
CommitDate: Thu Sep 9 16:43:03 2010 -0400
92531
105646
 
92532
105647
    Add 3 new restrictions to the schema compiler
92533
105648
 
92539
105654
 1 file changed, 24 insertions(+), 1 deletion(-)
92540
105655
 
92541
105656
commit 7777dd2c3951e14fadb56a01b5c31b6404253cd3
92542
 
Author: Ryan Lortie <desrt@desrt.ca>
92543
 
Date:   Thu Sep 9 16:12:45 2010 -0400
 
105657
Author:     Ryan Lortie <desrt@desrt.ca>
 
105658
AuthorDate: Thu Sep 9 16:12:45 2010 -0400
 
105659
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105660
CommitDate: Thu Sep 9 16:42:55 2010 -0400
92544
105661
 
92545
105662
    Rename gschema-compile.c -> glib-compile-schemas.c
92546
105663
 
92552
105669
 3 files changed, 1881 insertions(+), 1881 deletions(-)
92553
105670
 
92554
105671
commit 77e3badcf3f15c7ac235904160d775febfcebcb5
92555
 
Author: Ryan Lortie <desrt@desrt.ca>
92556
 
Date:   Mon Sep 6 12:47:37 2010 -0400
 
105672
Author:     Ryan Lortie <desrt@desrt.ca>
 
105673
AuthorDate: Mon Sep 6 12:47:37 2010 -0400
 
105674
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105675
CommitDate: Thu Sep 9 16:42:55 2010 -0400
92557
105676
 
92558
105677
    split GSettings.list_items => list_{children,keys}
92559
105678
 
92568
105687
 5 files changed, 97 insertions(+), 36 deletions(-)
92569
105688
 
92570
105689
commit 7b4cbbb7b21c9d53922a79aa499892b3de5642dc
92571
 
Author: Ryan Lortie <desrt@desrt.ca>
92572
 
Date:   Thu Sep 9 15:45:53 2010 -0400
 
105690
Author:     Ryan Lortie <desrt@desrt.ca>
 
105691
AuthorDate: Thu Sep 9 15:45:53 2010 -0400
 
105692
Commit:     Ryan Lortie <desrt@desrt.ca>
 
105693
CommitDate: Thu Sep 9 16:42:55 2010 -0400
92573
105694
 
92574
105695
    Create GSettingsListenerVTable
92575
105696
 
92585
105706
 4 files changed, 115 insertions(+), 130 deletions(-)
92586
105707
 
92587
105708
commit 7c6606854400ba2a4d0c5b5a0eb96ba90845f82e
92588
 
Author: David Zeuthen <davidz@redhat.com>
92589
 
Date:   Thu Sep 9 15:15:13 2010 -0400
 
105709
Author:     David Zeuthen <davidz@redhat.com>
 
105710
AuthorDate: Thu Sep 9 15:15:13 2010 -0400
 
105711
Commit:     David Zeuthen <davidz@redhat.com>
 
105712
CommitDate: Thu Sep 9 15:15:13 2010 -0400
92590
105713
 
92591
105714
    GDBusMessage: Don't reset serial number when copying
92592
105715
 
92603
105726
 4 files changed, 9 insertions(+), 14 deletions(-)
92604
105727
 
92605
105728
commit a51df8cefb17cdaea61a468076e0b67868439b4d
92606
 
Author: David Zeuthen <davidz@redhat.com>
92607
 
Date:   Thu Sep 9 14:14:45 2010 -0400
 
105729
Author:     David Zeuthen <davidz@redhat.com>
 
105730
AuthorDate: Thu Sep 9 14:14:45 2010 -0400
 
105731
Commit:     David Zeuthen <davidz@redhat.com>
 
105732
CommitDate: Thu Sep 9 14:17:52 2010 -0400
92608
105733
 
92609
105734
    GUnixConnection: Remove comment about Linux
92610
105735
 
92623
105748
 1 file changed, 2 deletions(-)
92624
105749
 
92625
105750
commit 964eb62343b53cf9172d409adacbb58d78896092
92626
 
Author: Joe Marcus Clarke <marcus@freebsd.org>
92627
 
Date:   Thu Sep 9 14:10:01 2010 -0400
 
105751
Author:     Joe Marcus Clarke <marcus@freebsd.org>
 
105752
AuthorDate: Thu Sep 9 14:10:01 2010 -0400
 
105753
Commit:     David Zeuthen <davidz@redhat.com>
 
105754
CommitDate: Thu Sep 9 14:10:01 2010 -0400
92628
105755
 
92629
105756
    Bug 628904 – Add credential support for FreeBSD and fix a socket
92630
105757
    issue
92639
105766
 4 files changed, 109 insertions(+), 3 deletions(-)
92640
105767
 
92641
105768
commit ee945d8f621609086a8777ca4226cb93308c12e4
92642
 
Author: David Zeuthen <davidz@redhat.com>
92643
 
Date:   Thu Sep 9 14:00:46 2010 -0400
 
105769
Author:     David Zeuthen <davidz@redhat.com>
 
105770
AuthorDate: Thu Sep 9 14:00:46 2010 -0400
 
105771
Commit:     David Zeuthen <davidz@redhat.com>
 
105772
CommitDate: Thu Sep 9 14:02:31 2010 -0400
92644
105773
 
92645
105774
    GDBusServer: Make ::new-connection return whether the connection
92646
105775
    was claimed
92660
105789
 4 files changed, 35 insertions(+), 16 deletions(-)
92661
105790
 
92662
105791
commit c3371efcaa47b03941c6c8148687b0a21d18dfbe
92663
 
Author: David Zeuthen <davidz@redhat.com>
92664
 
Date:   Thu Sep 9 13:21:35 2010 -0400
 
105792
Author:     David Zeuthen <davidz@redhat.com>
 
105793
AuthorDate: Thu Sep 9 13:21:35 2010 -0400
 
105794
Commit:     David Zeuthen <davidz@redhat.com>
 
105795
CommitDate: Thu Sep 9 13:21:35 2010 -0400
92665
105796
 
92666
105797
    Bug 624546 – Modification of GDBusMessage in filter function
92667
105798
 
92686
105817
 8 files changed, 175 insertions(+), 143 deletions(-)
92687
105818
 
92688
105819
commit 3d8095588a149826872d97151db6370e9772c42e
92689
 
Author: David Zeuthen <davidz@redhat.com>
92690
 
Date:   Thu Sep 9 12:00:00 2010 -0400
 
105820
Author:     David Zeuthen <davidz@redhat.com>
 
105821
AuthorDate: Thu Sep 9 12:00:00 2010 -0400
 
105822
Commit:     David Zeuthen <davidz@redhat.com>
 
105823
CommitDate: Thu Sep 9 12:00:39 2010 -0400
92691
105824
 
92692
105825
    Fix tmpl files
92693
105826
 
92702
105835
 5 files changed, 122 insertions(+), 140 deletions(-)
92703
105836
 
92704
105837
commit 67a00658eadfd99ffd1be8cb5a7387e3d77e63a7
92705
 
Author: David Zeuthen <davidz@redhat.com>
92706
 
Date:   Thu Sep 9 11:37:14 2010 -0400
 
105838
Author:     David Zeuthen <davidz@redhat.com>
 
105839
AuthorDate: Thu Sep 9 11:37:14 2010 -0400
 
105840
Commit:     David Zeuthen <davidz@redhat.com>
 
105841
CommitDate: Thu Sep 9 12:00:32 2010 -0400
92707
105842
 
92708
105843
    GDBusMessage: Make it possible to lock and copy messages
92709
105844
 
92725
105860
 6 files changed, 375 insertions(+), 3 deletions(-)
92726
105861
 
92727
105862
commit 016cecb179de46defe84d674c277add5c2a1bd3f
92728
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92729
 
Date:   Wed Sep 8 11:58:42 2010 +0300
 
105863
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
105864
AuthorDate: Wed Sep 8 11:58:42 2010 +0300
 
105865
Commit:     Tor Lillqvist <tml@iki.fi>
 
105866
CommitDate: Wed Sep 8 12:06:49 2010 +0300
92730
105867
 
92731
105868
    Revert hack that broke things badly on Windows
92732
105869
 
92749
105886
 1 file changed, 1 insertion(+), 8 deletions(-)
92750
105887
 
92751
105888
commit 349322622a46cafbda7d4d16c0fa9b245467d720
92752
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
92753
 
Date:   Tue Sep 7 18:03:19 2010 +0200
 
105889
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
105890
AuthorDate: Tue Sep 7 18:03:19 2010 +0200
 
105891
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
105892
CommitDate: Tue Sep 7 18:03:33 2010 +0200
92754
105893
 
92755
105894
    Updated Basque language
92756
105895
 
92759
105898
 1 file changed, 1526 insertions(+), 774 deletions(-)
92760
105899
 
92761
105900
commit e96bbfe63a3d6f1a16a417ce0d1f839b77cf4f93
92762
 
Author: Piotr Drąg <piotrdrag@gmail.com>
92763
 
Date:   Tue Sep 7 17:43:37 2010 +0200
 
105901
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
105902
AuthorDate: Tue Sep 7 17:43:37 2010 +0200
 
105903
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
105904
CommitDate: Tue Sep 7 17:43:37 2010 +0200
92764
105905
 
92765
105906
    Updated Polish translation
92766
105907
 
92769
105910
 1 file changed, 713 insertions(+), 1078 deletions(-)
92770
105911
 
92771
105912
commit c3a7e51edfadbd9fb53db5c9443aa64d82dd763d
92772
 
Author: Piotr Drąg <piotrdrag@gmail.com>
92773
 
Date:   Tue Sep 7 17:42:19 2010 +0200
 
105913
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
105914
AuthorDate: Tue Sep 7 17:42:19 2010 +0200
 
105915
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
105916
CommitDate: Tue Sep 7 17:42:19 2010 +0200
92774
105917
 
92775
105918
    Updated Polish translation
92776
105919
 
92779
105922
 1 file changed, 1800 insertions(+), 778 deletions(-)
92780
105923
 
92781
105924
commit c406b272a6b9d89f3061632507d7fc2538011b34
92782
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
92783
 
Date:   Tue Sep 7 00:33:02 2010 +0100
 
105925
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
105926
AuthorDate: Tue Sep 7 00:33:02 2010 +0100
 
105927
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
105928
CommitDate: Tue Sep 7 00:33:31 2010 +0100
92784
105929
 
92785
105930
    Updated Portuguese translation
92786
105931
 
92789
105934
 1 file changed, 153 insertions(+), 123 deletions(-)
92790
105935
 
92791
105936
commit 5a0ba0f7fc056ec800454f4977d3307c879335d4
92792
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
92793
 
Date:   Tue Sep 7 00:29:36 2010 +0100
 
105937
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
105938
AuthorDate: Tue Sep 7 00:29:36 2010 +0100
 
105939
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
105940
CommitDate: Tue Sep 7 00:33:31 2010 +0100
92794
105941
 
92795
105942
    Updated Portuguese translation
92796
105943
 
92799
105946
 1 file changed, 1494 insertions(+), 797 deletions(-)
92800
105947
 
92801
105948
commit d0a4fae95f46e9b6a67057f241d7b904b5a7dbd3
92802
 
Author: Daniel Nylander <po@danielnylander.se>
92803
 
Date:   Mon Sep 6 23:10:09 2010 +0200
 
105949
Author:     Daniel Nylander <po@danielnylander.se>
 
105950
AuthorDate: Mon Sep 6 23:10:09 2010 +0200
 
105951
Commit:     Daniel Nylander <po@danielnylander.se>
 
105952
CommitDate: Mon Sep 6 23:10:09 2010 +0200
92804
105953
 
92805
105954
    Updated Swedish translation
92806
105955
 
92809
105958
 1 file changed, 582 insertions(+), 267 deletions(-)
92810
105959
 
92811
105960
commit 3b9055265fd30a215cbd230dc61f77ef02337193
92812
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
92813
 
Date:   Mon Sep 6 15:07:02 2010 +0200
 
105961
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
105962
AuthorDate: Mon Sep 6 15:07:02 2010 +0200
 
105963
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
105964
CommitDate: Mon Sep 6 15:07:35 2010 +0200
92814
105965
 
92815
105966
    Updated Hungarian translation
92816
105967
 
92819
105970
 1 file changed, 1503 insertions(+), 784 deletions(-)
92820
105971
 
92821
105972
commit 548ddd5fe92fd9e14e217e68930bd036bffadc5f
92822
 
Author: Tor Lillqvist <tml@iki.fi>
92823
 
Date:   Mon Sep 6 15:56:16 2010 +0300
 
105973
Author:     Tor Lillqvist <tml@iki.fi>
 
105974
AuthorDate: Mon Sep 6 15:56:16 2010 +0300
 
105975
Commit:     Tor Lillqvist <tml@iki.fi>
 
105976
CommitDate: Mon Sep 6 15:57:32 2010 +0300
92824
105977
 
92825
105978
    Fix build on Windows and possibly other non-Linux platforms
92826
105979
 
92840
105993
 10 files changed, 44 insertions(+), 1 deletion(-)
92841
105994
 
92842
105995
commit 2aa135ee3d7b0a3e3140ce994ef0f554cadf9ab4
92843
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92844
 
Date:   Mon Sep 6 12:26:40 2010 +0100
 
105996
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
105997
AuthorDate: Mon Sep 6 12:26:40 2010 +0100
 
105998
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
105999
CommitDate: Mon Sep 6 12:26:40 2010 +0100
92845
106000
 
92846
106001
    Whitespace fixes
92847
106002
 
92849
106004
 1 file changed, 11 insertions(+), 9 deletions(-)
92850
106005
 
92851
106006
commit 43098d0038ce1273844e2fba34cfa2408cd6e3bd
92852
 
Author: Damien Lespiau <damien.lespiau@intel.com>
92853
 
Date:   Sun Sep 5 21:47:44 2010 +0100
 
106007
Author:     Damien Lespiau <damien.lespiau@intel.com>
 
106008
AuthorDate: Sun Sep 5 21:47:44 2010 +0100
 
106009
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106010
CommitDate: Mon Sep 6 11:51:11 2010 +0100
92854
106011
 
92855
106012
    datetime: Rename shadowing variables
92856
106013
 
92864
106021
 2 files changed, 24 insertions(+), 24 deletions(-)
92865
106022
 
92866
106023
commit 875ad12345e22b3189e524d9bede58f6e7b5cf88
92867
 
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
92868
 
Date:   Fri Sep 3 14:43:11 2010 +0100
 
106024
Author:     Thiago Santos <thiago.sousa.santos@collabora.co.uk>
 
106025
AuthorDate: Fri Sep 3 14:43:11 2010 +0100
 
106026
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106027
CommitDate: Mon Sep 6 11:50:30 2010 +0100
92869
106028
 
92870
106029
    gdatetime: Use proleptic gregorian
92871
106030
 
92882
106041
 2 files changed, 161 insertions(+), 96 deletions(-)
92883
106042
 
92884
106043
commit 6bb89501cf7bfb5e4365d8dd3ef045a0c096af0c
92885
 
Author: Christian Hergert <chris@dronelabs.com>
92886
 
Date:   Tue Aug 31 09:27:58 2010 -0700
 
106044
Author:     Christian Hergert <chris@dronelabs.com>
 
106045
AuthorDate: Tue Aug 31 09:27:58 2010 -0700
 
106046
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106047
CommitDate: Mon Sep 6 11:50:30 2010 +0100
92887
106048
 
92888
106049
    datetime: use g_utf8_next_char() to walk utf8 string
92889
106050
 
92900
106061
 1 file changed, 13 insertions(+), 16 deletions(-)
92901
106062
 
92902
106063
commit 52e44ddec27cca394e7aa047d994530783b7026a
92903
 
Author: Christian Hergert <chris@dronelabs.com>
92904
 
Date:   Tue Aug 31 09:10:16 2010 -0700
 
106064
Author:     Christian Hergert <chris@dronelabs.com>
 
106065
AuthorDate: Tue Aug 31 09:10:16 2010 -0700
 
106066
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106067
CommitDate: Mon Sep 6 11:50:30 2010 +0100
92905
106068
 
92906
106069
    datetime: avoid using __year
92907
106070
 
92916
106079
 1 file changed, 27 insertions(+), 27 deletions(-)
92917
106080
 
92918
106081
commit 64300c0cc44b206db3f4dd206cced56ddda33038
92919
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92920
 
Date:   Thu Aug 26 15:23:13 2010 +0100
 
106082
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106083
AuthorDate: Thu Aug 26 15:23:13 2010 +0100
 
106084
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106085
CommitDate: Mon Sep 6 11:50:30 2010 +0100
92921
106086
 
92922
106087
    datetime: Add get_week_of_year()
92923
106088
 
92934
106099
 4 files changed, 36 insertions(+), 12 deletions(-)
92935
106100
 
92936
106101
commit 70ef2e3bf64b4bfe85d2cf60daf95c50aa292039
92937
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92938
 
Date:   Thu Aug 26 13:11:46 2010 +0100
 
106102
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106103
AuthorDate: Thu Aug 26 13:11:46 2010 +0100
 
106104
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106105
CommitDate: Mon Sep 6 11:50:30 2010 +0100
92939
106106
 
92940
106107
    datetime: Rename internal method
92941
106108
 
92945
106112
 1 file changed, 6 insertions(+), 6 deletions(-)
92946
106113
 
92947
106114
commit 959886d95e0f4caafbfd300320dc8055e8bbbac7
92948
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92949
 
Date:   Mon Sep 6 11:43:04 2010 +0100
 
106115
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106116
AuthorDate: Mon Sep 6 11:43:04 2010 +0100
 
106117
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106118
CommitDate: Mon Sep 6 11:43:04 2010 +0100
92950
106119
 
92951
106120
    build: Fix warnings caused by missing includes
92952
106121
 
92956
106125
 3 files changed, 5 insertions(+)
92957
106126
 
92958
106127
commit 438d195d19f627dc9da9d72ca153f5caba5db151
92959
 
Author: Khaled Hosny <khaledhosny@eglug.org>
92960
 
Date:   Sun Sep 5 16:23:00 2010 +0200
 
106128
Author:     Khaled Hosny <khaledhosny@eglug.org>
 
106129
AuthorDate: Sun Sep 5 16:23:00 2010 +0200
 
106130
Commit:     Khaled Hosny <khaledhosny@eglug.org>
 
106131
CommitDate: Sun Sep 5 16:23:00 2010 +0200
92961
106132
 
92962
106133
    Updated Arabic translation
92963
106134
 
92966
106137
 1 file changed, 1297 insertions(+), 685 deletions(-)
92967
106138
 
92968
106139
commit f4c84a59f89f3f22958cf5b263963e801d76065d
92969
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
92970
 
Date:   Sun Sep 5 19:24:01 2010 +0800
 
106140
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
106141
AuthorDate: Sun Sep 5 19:24:01 2010 +0800
 
106142
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
106143
CommitDate: Sun Sep 5 19:24:01 2010 +0800
92971
106144
 
92972
106145
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
92973
106146
 
92978
106151
 2 files changed, 758 insertions(+), 334 deletions(-)
92979
106152
 
92980
106153
commit f13d5612116de1e968764721fbc60b8e1d378430
92981
 
Author: Matthias Clasen <mclasen@redhat.com>
92982
 
Date:   Sun Sep 5 00:23:03 2010 -0400
 
106154
Author:     Matthias Clasen <mclasen@redhat.com>
 
106155
AuthorDate: Sun Sep 5 00:23:03 2010 -0400
 
106156
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106157
CommitDate: Sun Sep 5 00:23:03 2010 -0400
92983
106158
 
92984
106159
    More header inclusion cleanup
92985
106160
 
92995
106170
 9 files changed, 38 insertions(+), 16 deletions(-)
92996
106171
 
92997
106172
commit 19972a1b57ef092067f001bb8d870fa552cc20a2
92998
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
92999
 
Date:   Sat Sep 4 18:24:50 2010 +0100
 
106173
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106174
AuthorDate: Sat Sep 4 18:24:50 2010 +0100
 
106175
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106176
CommitDate: Sat Sep 4 18:24:50 2010 +0100
93000
106177
 
93001
106178
    build: Quench the compiler's thirst for warnings
93002
106179
 
93009
106186
 6 files changed, 9 insertions(+), 1 deletion(-)
93010
106187
 
93011
106188
commit 581e68b7d3f57654d881cea6de7bdfabae62e368
93012
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
93013
 
Date:   Sat Sep 4 18:15:15 2010 +0100
 
106189
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106190
AuthorDate: Sat Sep 4 18:15:15 2010 +0100
 
106191
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106192
CommitDate: Sat Sep 4 18:15:15 2010 +0100
93014
106193
 
93015
106194
    gmain: Define _GNU_SOURCE before including glibconfig.h
93016
106195
 
93020
106199
 1 file changed, 5 insertions(+), 2 deletions(-)
93021
106200
 
93022
106201
commit ca7dee5949185cd43a1f71c4e2b15987a0cc3160
93023
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
93024
 
Date:   Sat Sep 4 18:04:34 2010 +0100
 
106202
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106203
AuthorDate: Sat Sep 4 18:04:34 2010 +0100
 
106204
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106205
CommitDate: Sat Sep 4 18:04:34 2010 +0100
93025
106206
 
93026
106207
    Build fixes for the fall-out of the inclusion changes
93027
106208
 
93041
106222
 13 files changed, 17 insertions(+), 1 deletion(-)
93042
106223
 
93043
106224
commit b1dbcc40237f77f3648b8f5fd654ce30d260f7ba
93044
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
93045
 
Date:   Sat Sep 4 18:03:33 2010 +0100
 
106225
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106226
AuthorDate: Sat Sep 4 18:03:33 2010 +0100
 
106227
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106228
CommitDate: Sat Sep 4 18:03:33 2010 +0100
93046
106229
 
93047
106230
    gtimer: Fix a compilation warning
93048
106231
 
93050
106233
 1 file changed, 1 insertion(+), 1 deletion(-)
93051
106234
 
93052
106235
commit 01a46e5c652ec8030226a9cf54025e175f56caac
93053
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
93054
 
Date:   Sat Sep 4 17:22:39 2010 +0100
 
106236
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106237
AuthorDate: Sat Sep 4 17:22:39 2010 +0100
 
106238
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106239
CommitDate: Sat Sep 4 17:25:37 2010 +0100
93055
106240
 
93056
106241
    Hack to include glib/gdatasetprivate.h directly
93057
106242
 
93070
106255
 1 file changed, 5 insertions(+)
93071
106256
 
93072
106257
commit 82db1446b39a4579b342b89fd0eba50c4f93441b
93073
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
93074
 
Date:   Sat Sep 4 17:22:18 2010 +0100
 
106258
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106259
AuthorDate: Sat Sep 4 17:22:18 2010 +0100
 
106260
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
106261
CommitDate: Sat Sep 4 17:22:18 2010 +0100
93075
106262
 
93076
106263
    Add missing gstrfuncs.h include
93077
106264
 
93081
106268
 1 file changed, 1 insertion(+)
93082
106269
 
93083
106270
commit 04077ff5c5f57dd8c55c47bfb80d551e594a525c
93084
 
Author: Matthias Clasen <mclasen@redhat.com>
93085
 
Date:   Fri Sep 3 23:03:14 2010 -0400
 
106271
Author:     Matthias Clasen <mclasen@redhat.com>
 
106272
AuthorDate: Fri Sep 3 23:03:14 2010 -0400
 
106273
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106274
CommitDate: Fri Sep 3 23:03:14 2010 -0400
93086
106275
 
93087
106276
    More include cleanups
93088
106277
 
93110
106299
 20 files changed, 672 insertions(+), 619 deletions(-)
93111
106300
 
93112
106301
commit dc2e46b2aa5b57883379807421eb1d0493ae343e
93113
 
Author: Matthias Clasen <mclasen@redhat.com>
93114
 
Date:   Fri Sep 3 21:24:40 2010 -0400
 
106302
Author:     Matthias Clasen <mclasen@redhat.com>
 
106303
AuthorDate: Fri Sep 3 21:24:40 2010 -0400
 
106304
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106305
CommitDate: Fri Sep 3 21:24:40 2010 -0400
93115
106306
 
93116
106307
    Don't include glib.h in other headers
93117
106308
 
93119
106310
 1 file changed, 1 insertion(+), 1 deletion(-)
93120
106311
 
93121
106312
commit 2effb8d0eaf8041615dda14e4cc82ed764255859
93122
 
Author: Matthias Clasen <mclasen@redhat.com>
93123
 
Date:   Fri Sep 3 21:20:07 2010 -0400
 
106313
Author:     Matthias Clasen <mclasen@redhat.com>
 
106314
AuthorDate: Fri Sep 3 21:20:07 2010 -0400
 
106315
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106316
CommitDate: Fri Sep 3 21:20:07 2010 -0400
93124
106317
 
93125
106318
    Remove excessive header includes
93126
106319
 
93129
106322
 1 file changed, 951 insertions(+), 947 deletions(-)
93130
106323
 
93131
106324
commit 7c68050451b0480673bb389c70f238fcd871790b
93132
 
Author: Matthias Clasen <mclasen@redhat.com>
93133
 
Date:   Fri Sep 3 21:15:45 2010 -0400
 
106325
Author:     Matthias Clasen <mclasen@redhat.com>
 
106326
AuthorDate: Fri Sep 3 21:15:45 2010 -0400
 
106327
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106328
CommitDate: Fri Sep 3 21:15:45 2010 -0400
93134
106329
 
93135
106330
    Remove excessive header includes
93136
106331
 
93139
106334
 2 files changed, 5 insertions(+), 5 deletions(-)
93140
106335
 
93141
106336
commit aad19216518126306a385dd5b6fb2448bc1d3b22
93142
 
Author: Matthias Clasen <mclasen@redhat.com>
93143
 
Date:   Fri Sep 3 21:12:03 2010 -0400
 
106337
Author:     Matthias Clasen <mclasen@redhat.com>
 
106338
AuthorDate: Fri Sep 3 21:12:03 2010 -0400
 
106339
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106340
CommitDate: Fri Sep 3 21:12:03 2010 -0400
93144
106341
 
93145
106342
    Don't include glib.h in other headers
93146
106343
 
93148
106345
 1 file changed, 1 insertion(+), 1 deletion(-)
93149
106346
 
93150
106347
commit 349aec676c01d72c42ce186b258fdde52acd6611
93151
 
Author: Matthias Clasen <mclasen@redhat.com>
93152
 
Date:   Fri Sep 3 20:57:05 2010 -0400
 
106348
Author:     Matthias Clasen <mclasen@redhat.com>
 
106349
AuthorDate: Fri Sep 3 20:57:05 2010 -0400
 
106350
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106351
CommitDate: Fri Sep 3 20:57:05 2010 -0400
93153
106352
 
93154
106353
    Remove excessive header inclusions
93155
106354
 
93157
106356
 1 file changed, 5 insertions(+), 3 deletions(-)
93158
106357
 
93159
106358
commit 633f438300ab08b97f8f4ea8ff1b06bd8413cf24
93160
 
Author: Matthias Clasen <mclasen@redhat.com>
93161
 
Date:   Fri Sep 3 20:55:17 2010 -0400
 
106359
Author:     Matthias Clasen <mclasen@redhat.com>
 
106360
AuthorDate: Fri Sep 3 20:55:17 2010 -0400
 
106361
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106362
CommitDate: Fri Sep 3 20:55:17 2010 -0400
93162
106363
 
93163
106364
    Remove excessive header inclusions
93164
106365
 
93166
106367
 1 file changed, 4 insertions(+), 2 deletions(-)
93167
106368
 
93168
106369
commit 7ddd2100c36215b8806569933d046b96d7eea09a
93169
 
Author: Matthias Clasen <mclasen@redhat.com>
93170
 
Date:   Fri Sep 3 20:53:37 2010 -0400
 
106370
Author:     Matthias Clasen <mclasen@redhat.com>
 
106371
AuthorDate: Fri Sep 3 20:53:37 2010 -0400
 
106372
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106373
CommitDate: Fri Sep 3 20:53:37 2010 -0400
93171
106374
 
93172
106375
    Remove excessive header inclusions
93173
106376
 
93175
106378
 1 file changed, 6 insertions(+), 1 deletion(-)
93176
106379
 
93177
106380
commit 56818094485fdfb26ee57b86afe1526704158a73
93178
 
Author: Matthias Clasen <mclasen@redhat.com>
93179
 
Date:   Fri Sep 3 20:51:08 2010 -0400
 
106381
Author:     Matthias Clasen <mclasen@redhat.com>
 
106382
AuthorDate: Fri Sep 3 20:51:08 2010 -0400
 
106383
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106384
CommitDate: Fri Sep 3 20:51:08 2010 -0400
93180
106385
 
93181
106386
    Remove excessive header inclusions
93182
106387
 
93184
106389
 1 file changed, 16 insertions(+), 7 deletions(-)
93185
106390
 
93186
106391
commit a376d9f4c85bdac832f404175b4e65e0a81825a1
93187
 
Author: Matthias Clasen <mclasen@redhat.com>
93188
 
Date:   Fri Sep 3 20:46:40 2010 -0400
 
106392
Author:     Matthias Clasen <mclasen@redhat.com>
 
106393
AuthorDate: Fri Sep 3 20:46:40 2010 -0400
 
106394
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106395
CommitDate: Fri Sep 3 20:46:40 2010 -0400
93189
106396
 
93190
106397
    Remove some unneeded headers
93191
106398
 
93193
106400
 1 file changed, 5 insertions(+), 3 deletions(-)
93194
106401
 
93195
106402
commit 92c577eeff6c42247a4eb3a74eb3f4894a143f9d
93196
 
Author: Matthias Clasen <mclasen@redhat.com>
93197
 
Date:   Fri Sep 3 20:44:59 2010 -0400
 
106403
Author:     Matthias Clasen <mclasen@redhat.com>
 
106404
AuthorDate: Fri Sep 3 20:44:59 2010 -0400
 
106405
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106406
CommitDate: Fri Sep 3 20:44:59 2010 -0400
93198
106407
 
93199
106408
    Remove eexcessive header inclusions
93200
106409
 
93202
106411
 1 file changed, 7 insertions(+), 3 deletions(-)
93203
106412
 
93204
106413
commit 0a9eb80798274cb4faffcf8bd6fee829d767b336
93205
 
Author: Matthias Clasen <mclasen@redhat.com>
93206
 
Date:   Fri Sep 3 20:41:52 2010 -0400
 
106414
Author:     Matthias Clasen <mclasen@redhat.com>
 
106415
AuthorDate: Fri Sep 3 20:41:52 2010 -0400
 
106416
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106417
CommitDate: Fri Sep 3 20:41:52 2010 -0400
93207
106418
 
93208
106419
    Remove redundant header inclusions
93209
106420
 
93211
106422
 1 file changed, 3 insertions(+), 3 deletions(-)
93212
106423
 
93213
106424
commit 6e3b14e155d08e7fee722c282f2b0c42c4bb7bbe
93214
 
Author: Matthias Clasen <mclasen@redhat.com>
93215
 
Date:   Fri Sep 3 20:38:30 2010 -0400
 
106425
Author:     Matthias Clasen <mclasen@redhat.com>
 
106426
AuthorDate: Fri Sep 3 20:38:30 2010 -0400
 
106427
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106428
CommitDate: Fri Sep 3 20:38:30 2010 -0400
93216
106429
 
93217
106430
    Remove redundant header inclusions
93218
106431
 
93221
106434
 2 files changed, 3 insertions(+), 1 deletion(-)
93222
106435
 
93223
106436
commit c5049d86f94cc7f943ee63c93bb01100e759769b
93224
 
Author: Matthias Clasen <mclasen@redhat.com>
93225
 
Date:   Fri Sep 3 20:34:15 2010 -0400
 
106437
Author:     Matthias Clasen <mclasen@redhat.com>
 
106438
AuthorDate: Fri Sep 3 20:34:15 2010 -0400
 
106439
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106440
CommitDate: Fri Sep 3 20:34:15 2010 -0400
93226
106441
 
93227
106442
    Remove redundant header inclusions
93228
106443
 
93230
106445
 1 file changed, 4 insertions(+), 3 deletions(-)
93231
106446
 
93232
106447
commit 96d87da379879f20e2c162b468525aaa1a0a82dd
93233
 
Author: Matthias Clasen <mclasen@redhat.com>
93234
 
Date:   Fri Sep 3 20:30:54 2010 -0400
 
106448
Author:     Matthias Clasen <mclasen@redhat.com>
 
106449
AuthorDate: Fri Sep 3 20:30:54 2010 -0400
 
106450
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106451
CommitDate: Fri Sep 3 20:30:54 2010 -0400
93235
106452
 
93236
106453
    Remove redundant header inclusions
93237
106454
 
93239
106456
 1 file changed, 4 insertions(+), 4 deletions(-)
93240
106457
 
93241
106458
commit 3e2f1e38255d8157a2ecf244d6a5f6515b8c2d6b
93242
 
Author: Matthias Clasen <mclasen@redhat.com>
93243
 
Date:   Fri Sep 3 20:27:45 2010 -0400
 
106459
Author:     Matthias Clasen <mclasen@redhat.com>
 
106460
AuthorDate: Fri Sep 3 20:27:45 2010 -0400
 
106461
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106462
CommitDate: Fri Sep 3 20:27:45 2010 -0400
93244
106463
 
93245
106464
    Remove redundant header inclusions
93246
106465
 
93251
106470
 1 file changed, 320 insertions(+), 318 deletions(-)
93252
106471
 
93253
106472
commit 8f81ee86ee307448d9a687c01d4958914e5ebc90
93254
 
Author: Matthias Clasen <mclasen@redhat.com>
93255
 
Date:   Fri Sep 3 20:15:16 2010 -0400
 
106473
Author:     Matthias Clasen <mclasen@redhat.com>
 
106474
AuthorDate: Fri Sep 3 20:15:16 2010 -0400
 
106475
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106476
CommitDate: Fri Sep 3 20:15:16 2010 -0400
93256
106477
 
93257
106478
    Remove redundant header inclusions
93258
106479
 
93261
106482
 1 file changed, 173 insertions(+), 172 deletions(-)
93262
106483
 
93263
106484
commit d95c6b88348a7c6480c3368d7762137a40a490ba
93264
 
Author: Matthias Clasen <mclasen@redhat.com>
93265
 
Date:   Fri Sep 3 20:12:09 2010 -0400
 
106485
Author:     Matthias Clasen <mclasen@redhat.com>
 
106486
AuthorDate: Fri Sep 3 20:12:09 2010 -0400
 
106487
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106488
CommitDate: Fri Sep 3 20:12:09 2010 -0400
93266
106489
 
93267
106490
    Remove redundant header inclusions
93268
106491
 
93270
106493
 1 file changed, 9 insertions(+), 1 deletion(-)
93271
106494
 
93272
106495
commit 1409bbab674d935dd3e8072a17719be1e0ba9d66
93273
 
Author: Matthias Clasen <mclasen@redhat.com>
93274
 
Date:   Fri Sep 3 20:05:27 2010 -0400
 
106496
Author:     Matthias Clasen <mclasen@redhat.com>
 
106497
AuthorDate: Fri Sep 3 20:05:27 2010 -0400
 
106498
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106499
CommitDate: Fri Sep 3 20:05:27 2010 -0400
93275
106500
 
93276
106501
    Remove redundant header inclusions
93277
106502
 
93279
106504
 1 file changed, 4 insertions(+), 1 deletion(-)
93280
106505
 
93281
106506
commit 9471902d4d386328f248e2db2e3be895c4ecd5f1
93282
 
Author: Matthias Clasen <mclasen@redhat.com>
93283
 
Date:   Fri Sep 3 20:01:55 2010 -0400
 
106507
Author:     Matthias Clasen <mclasen@redhat.com>
 
106508
AuthorDate: Fri Sep 3 20:01:55 2010 -0400
 
106509
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106510
CommitDate: Fri Sep 3 20:01:55 2010 -0400
93284
106511
 
93285
106512
    Remove redundant header inclusions
93286
106513
 
93288
106515
 1 file changed, 5 insertions(+), 2 deletions(-)
93289
106516
 
93290
106517
commit ebcdbd9555b7a1a06ad666d1fef187779f085ea1
93291
 
Author: Matthias Clasen <mclasen@redhat.com>
93292
 
Date:   Fri Sep 3 19:49:34 2010 -0400
 
106518
Author:     Matthias Clasen <mclasen@redhat.com>
 
106519
AuthorDate: Fri Sep 3 19:49:34 2010 -0400
 
106520
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106521
CommitDate: Fri Sep 3 19:49:34 2010 -0400
93293
106522
 
93294
106523
    Remove redundant header inclusions
93295
106524
 
93300
106529
 2 files changed, 46 insertions(+), 44 deletions(-)
93301
106530
 
93302
106531
commit 9b3fb41a5e4fd9d87c606dcea0fd1cd505b54311
93303
 
Author: Matthias Clasen <mclasen@redhat.com>
93304
 
Date:   Fri Sep 3 19:41:49 2010 -0400
 
106532
Author:     Matthias Clasen <mclasen@redhat.com>
 
106533
AuthorDate: Fri Sep 3 19:41:49 2010 -0400
 
106534
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106535
CommitDate: Fri Sep 3 19:41:49 2010 -0400
93305
106536
 
93306
106537
    Remove redundant header inclusions
93307
106538
 
93313
106544
 2 files changed, 37 insertions(+), 35 deletions(-)
93314
106545
 
93315
106546
commit 156a3f71952e37aef199ab381f552a5fe014decb
93316
 
Author: Matthias Clasen <mclasen@redhat.com>
93317
 
Date:   Fri Sep 3 19:38:56 2010 -0400
 
106547
Author:     Matthias Clasen <mclasen@redhat.com>
 
106548
AuthorDate: Fri Sep 3 19:38:56 2010 -0400
 
106549
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106550
CommitDate: Fri Sep 3 19:38:56 2010 -0400
93318
106551
 
93319
106552
    Whitespace cleanup
93320
106553
 
93323
106556
 2 files changed, 15 insertions(+), 15 deletions(-)
93324
106557
 
93325
106558
commit 8300820f7bacd8eb85446be5a5edd7829bd640a6
93326
 
Author: Matthias Clasen <mclasen@redhat.com>
93327
 
Date:   Fri Sep 3 19:37:54 2010 -0400
 
106559
Author:     Matthias Clasen <mclasen@redhat.com>
 
106560
AuthorDate: Fri Sep 3 19:37:54 2010 -0400
 
106561
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106562
CommitDate: Fri Sep 3 19:37:54 2010 -0400
93328
106563
 
93329
106564
    Remove redundant header inclusions
93330
106565
 
93332
106567
 1 file changed, 4 insertions(+), 1 deletion(-)
93333
106568
 
93334
106569
commit 5d4ef36f91074a4477bca67e2519e2ca13f3ae2c
93335
 
Author: Matthias Clasen <mclasen@redhat.com>
93336
 
Date:   Fri Sep 3 19:33:11 2010 -0400
 
106570
Author:     Matthias Clasen <mclasen@redhat.com>
 
106571
AuthorDate: Fri Sep 3 19:33:11 2010 -0400
 
106572
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106573
CommitDate: Fri Sep 3 19:34:28 2010 -0400
93337
106574
 
93338
106575
    Whitespace cleanup
93339
106576
 
93343
106580
 2 files changed, 120 insertions(+), 120 deletions(-)
93344
106581
 
93345
106582
commit 489b780bb95d9941617ab21160823e0ad268f1b7
93346
 
Author: Matthias Clasen <mclasen@redhat.com>
93347
 
Date:   Fri Sep 3 19:32:02 2010 -0400
 
106583
Author:     Matthias Clasen <mclasen@redhat.com>
 
106584
AuthorDate: Fri Sep 3 19:32:02 2010 -0400
 
106585
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106586
CommitDate: Fri Sep 3 19:32:02 2010 -0400
93348
106587
 
93349
106588
    Remove redundant header inclusions
93350
106589
 
93352
106591
 1 file changed, 1 insertion(+), 1 deletion(-)
93353
106592
 
93354
106593
commit 4e5532ec51e7091656f2853895cee3dc69f8ad5e
93355
 
Author: Matthias Clasen <mclasen@redhat.com>
93356
 
Date:   Fri Sep 3 19:03:34 2010 -0400
 
106594
Author:     Matthias Clasen <mclasen@redhat.com>
 
106595
AuthorDate: Fri Sep 3 19:03:34 2010 -0400
 
106596
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106597
CommitDate: Fri Sep 3 19:03:34 2010 -0400
93357
106598
 
93358
106599
    Sort extensions properly
93359
106600
 
93364
106605
 1 file changed, 7 insertions(+), 1 deletion(-)
93365
106606
 
93366
106607
commit 42080449d078c27f2098419b27d0f63269ee2d70
93367
 
Author: Matthias Clasen <mclasen@redhat.com>
93368
 
Date:   Fri Sep 3 18:11:08 2010 -0400
 
106608
Author:     Matthias Clasen <mclasen@redhat.com>
 
106609
AuthorDate: Fri Sep 3 18:11:08 2010 -0400
 
106610
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106611
CommitDate: Fri Sep 3 18:11:08 2010 -0400
93369
106612
 
93370
106613
    Add a note about size limits of private structures
93371
106614
 
93376
106619
 1 file changed, 16 insertions(+), 5 deletions(-)
93377
106620
 
93378
106621
commit db4fb1b115b2cd4142454db64da2b0abfedcd31b
93379
 
Author: Christian Persch <chpe@gnome.org>
93380
 
Date:   Fri Sep 3 16:05:28 2010 -0400
 
106622
Author:     Christian Persch <chpe@gnome.org>
 
106623
AuthorDate: Fri Sep 3 16:05:28 2010 -0400
 
106624
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106625
CommitDate: Fri Sep 3 16:05:28 2010 -0400
93381
106626
 
93382
106627
    Plug a mem leak in the gdbus-proxy test
93383
106628
 
93398
106643
 1 file changed, 6 insertions(+), 3 deletions(-)
93399
106644
 
93400
106645
commit 5de1bf4a91f405ed5bca4768961e830c8b95e48c
93401
 
Author: Christian Persch <chpe@gnome.org>
93402
 
Date:   Fri Sep 3 16:04:29 2010 -0400
 
106646
Author:     Christian Persch <chpe@gnome.org>
 
106647
AuthorDate: Fri Sep 3 16:04:29 2010 -0400
 
106648
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106649
CommitDate: Fri Sep 3 16:04:29 2010 -0400
93403
106650
 
93404
106651
    Plug a mem leak in the gdbus-proxy test
93405
106652
 
93425
106672
 1 file changed, 1 insertion(+)
93426
106673
 
93427
106674
commit be33ef85d0a89c2ded655785a4b930926e403e64
93428
 
Author: Christian Persch <chpe@gnome.org>
93429
 
Date:   Fri Sep 3 16:03:48 2010 -0400
 
106675
Author:     Christian Persch <chpe@gnome.org>
 
106676
AuthorDate: Fri Sep 3 16:03:48 2010 -0400
 
106677
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106678
CommitDate: Fri Sep 3 16:03:48 2010 -0400
93430
106679
 
93431
106680
    Plug some mem leaks in gdbus-peer test
93432
106681
 
93496
106745
 1 file changed, 4 insertions(+)
93497
106746
 
93498
106747
commit 3df586613916b44cb23edb296f5f468ac6bd80f2
93499
 
Author: Christian Persch <chpe@gnome.org>
93500
 
Date:   Fri Sep 3 16:02:11 2010 -0400
 
106748
Author:     Christian Persch <chpe@gnome.org>
 
106749
AuthorDate: Fri Sep 3 16:02:11 2010 -0400
 
106750
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106751
CommitDate: Fri Sep 3 16:02:11 2010 -0400
93501
106752
 
93502
106753
    Plug a mem leak in the gdbus-peer test
93503
106754
 
93521
106772
 1 file changed, 1 insertion(+)
93522
106773
 
93523
106774
commit bd2faedefdbbfa0cbe5c0ee2b3e50eed91617990
93524
 
Author: Christian Persch <chpe@gnome.org>
93525
 
Date:   Fri Sep 3 16:01:10 2010 -0400
 
106775
Author:     Christian Persch <chpe@gnome.org>
 
106776
AuthorDate: Fri Sep 3 16:01:10 2010 -0400
 
106777
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106778
CommitDate: Fri Sep 3 16:01:10 2010 -0400
93526
106779
 
93527
106780
    Plug a mem leak in network-address test
93528
106781
 
93547
106800
 1 file changed, 2 insertions(+)
93548
106801
 
93549
106802
commit fa6937603c098e8c6e83c8e3bd35ed7bab56ca38
93550
 
Author: Christian Persch <chpe@gnome.org>
93551
 
Date:   Fri Sep 3 16:00:15 2010 -0400
 
106803
Author:     Christian Persch <chpe@gnome.org>
 
106804
AuthorDate: Fri Sep 3 16:00:15 2010 -0400
 
106805
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106806
CommitDate: Fri Sep 3 16:00:15 2010 -0400
93552
106807
 
93553
106808
    Plug a mem leak in contexts test
93554
106809
 
93580
106835
 1 file changed, 2 insertions(+)
93581
106836
 
93582
106837
commit 60349ecc4d41c57d9461355a137316aef224b3c2
93583
 
Author: Christian Persch <chpe@gnome.org>
93584
 
Date:   Fri Sep 3 15:58:51 2010 -0400
 
106838
Author:     Christian Persch <chpe@gnome.org>
 
106839
AuthorDate: Fri Sep 3 15:58:51 2010 -0400
 
106840
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106841
CommitDate: Fri Sep 3 15:58:51 2010 -0400
93585
106842
 
93586
106843
    Plug mem leaks in contexts test
93587
106844
 
93625
106882
 1 file changed, 2 insertions(+)
93626
106883
 
93627
106884
commit e4a6b1dcdc9bbe0b5d06228a662d8f3d0ce50e9c
93628
 
Author: Christian Persch <chpe@gnome.org>
93629
 
Date:   Fri Sep 3 15:57:26 2010 -0400
 
106885
Author:     Christian Persch <chpe@gnome.org>
 
106886
AuthorDate: Fri Sep 3 15:57:26 2010 -0400
 
106887
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106888
CommitDate: Fri Sep 3 15:57:26 2010 -0400
93630
106889
 
93631
106890
    Plug a mem leak in buffered-input-stream test
93632
106891
 
93648
106907
 1 file changed, 1 insertion(+)
93649
106908
 
93650
106909
commit 01a19dee6855d3caede22ef8dc28606ee89cf60e
93651
 
Author: Christian Persch <chpe@gnome.org>
93652
 
Date:   Fri Sep 3 15:56:23 2010 -0400
 
106910
Author:     Christian Persch <chpe@gnome.org>
 
106911
AuthorDate: Fri Sep 3 15:56:23 2010 -0400
 
106912
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106913
CommitDate: Fri Sep 3 15:56:23 2010 -0400
93653
106914
 
93654
106915
    Plug a mem leak in g-icon test
93655
106916
 
93671
106932
 1 file changed, 1 insertion(+)
93672
106933
 
93673
106934
commit e8bdd2cb7af29ca20a02f4ebef1c6301e22d1856
93674
 
Author: Christian Persch <chpe@gnome.org>
93675
 
Date:   Fri Sep 3 15:55:10 2010 -0400
 
106935
Author:     Christian Persch <chpe@gnome.org>
 
106936
AuthorDate: Fri Sep 3 15:55:10 2010 -0400
 
106937
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106938
CommitDate: Fri Sep 3 15:55:10 2010 -0400
93676
106939
 
93677
106940
    Plug a huge mem leak in data-output-stream test
93678
106941
 
93688
106951
 1 file changed, 1 insertion(+)
93689
106952
 
93690
106953
commit 05d6fcf88cee64e168e978800fb66523c36a94fc
93691
 
Author: Christian Persch <chpe@gnome.org>
93692
 
Date:   Fri Sep 3 15:53:56 2010 -0400
 
106954
Author:     Christian Persch <chpe@gnome.org>
 
106955
AuthorDate: Fri Sep 3 15:53:56 2010 -0400
 
106956
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106957
CommitDate: Fri Sep 3 15:53:56 2010 -0400
93693
106958
 
93694
106959
    Plug a mem leak in data-output-stream test
93695
106960
 
93707
106972
 1 file changed, 1 insertion(+)
93708
106973
 
93709
106974
commit 45331a46408777fc6a888302bad216cedbb16635
93710
 
Author: Christian Persch <chpe@gnome.org>
93711
 
Date:   Fri Sep 3 15:53:05 2010 -0400
 
106975
Author:     Christian Persch <chpe@gnome.org>
 
106976
AuthorDate: Fri Sep 3 15:53:05 2010 -0400
 
106977
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106978
CommitDate: Fri Sep 3 15:53:05 2010 -0400
93712
106979
 
93713
106980
    Plug a mem leak in data-input-stream test
93714
106981
 
93726
106993
 1 file changed, 1 insertion(+), 1 deletion(-)
93727
106994
 
93728
106995
commit 36c7d95c9c18e36468755dc8a7cfced32170c6ca
93729
 
Author: Christian Persch <chpe@gnome.org>
93730
 
Date:   Fri Sep 3 15:47:38 2010 -0400
 
106996
Author:     Christian Persch <chpe@gnome.org>
 
106997
AuthorDate: Fri Sep 3 15:47:38 2010 -0400
 
106998
Commit:     Matthias Clasen <mclasen@redhat.com>
 
106999
CommitDate: Fri Sep 3 15:47:38 2010 -0400
93731
107000
 
93732
107001
    Plug a mem leak in data-input-stream test
93733
107002
 
93753
107022
 1 file changed, 4 insertions(+)
93754
107023
 
93755
107024
commit 91e380359604dfabf5c98fab8e317c655d32f98b
93756
 
Author: Christian Persch <chpe@gnome.org>
93757
 
Date:   Fri Sep 3 15:45:48 2010 -0400
 
107025
Author:     Christian Persch <chpe@gnome.org>
 
107026
AuthorDate: Fri Sep 3 15:45:48 2010 -0400
 
107027
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107028
CommitDate: Fri Sep 3 15:45:48 2010 -0400
93758
107029
 
93759
107030
    Plug a mem leak in data-input-stream test
93760
107031
 
93777
107048
 1 file changed, 3 insertions(+), 1 deletion(-)
93778
107049
 
93779
107050
commit 31b15451cf657499c15c1d08ccee0062a3486a9f
93780
 
Author: Christian Persch <chpe@gnome.org>
93781
 
Date:   Fri Sep 3 15:44:28 2010 -0400
 
107051
Author:     Christian Persch <chpe@gnome.org>
 
107052
AuthorDate: Fri Sep 3 15:44:28 2010 -0400
 
107053
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107054
CommitDate: Fri Sep 3 15:44:28 2010 -0400
93782
107055
 
93783
107056
    Plug a mem leak in readwrite test
93784
107057
 
93804
107077
 1 file changed, 2 insertions(+), 1 deletion(-)
93805
107078
 
93806
107079
commit 94102a40f733dc86e61aaaee0822b8ecc2e9927b
93807
 
Author: Christian Persch <chpe@gnome.org>
93808
 
Date:   Fri Sep 3 15:43:03 2010 -0400
 
107080
Author:     Christian Persch <chpe@gnome.org>
 
107081
AuthorDate: Fri Sep 3 15:43:03 2010 -0400
 
107082
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107083
CommitDate: Fri Sep 3 15:43:03 2010 -0400
93809
107084
 
93810
107085
    Plug some huge mem leaks in converter-stream test
93811
107086
 
93853
107128
 1 file changed, 5 insertions(+), 4 deletions(-)
93854
107129
 
93855
107130
commit 24bee1a130152dece7f7ae470b81bd6ed69a9a4f
93856
 
Author: Christian Persch <chpe@gnome.org>
93857
 
Date:   Fri Sep 3 15:40:55 2010 -0400
 
107131
Author:     Christian Persch <chpe@gnome.org>
 
107132
AuthorDate: Fri Sep 3 15:40:55 2010 -0400
 
107133
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107134
CommitDate: Fri Sep 3 15:40:55 2010 -0400
93858
107135
 
93859
107136
    Plug a mem leak in convert-stream test
93860
107137
 
93880
107157
 1 file changed, 4 insertions(+), 1 deletion(-)
93881
107158
 
93882
107159
commit ac8600a14b7e79c6eb19dd779be3b2c8a492d934
93883
 
Author: Christian Persch <chpe@gnome.org>
93884
 
Date:   Fri Sep 3 15:39:58 2010 -0400
 
107160
Author:     Christian Persch <chpe@gnome.org>
 
107161
AuthorDate: Fri Sep 3 15:39:58 2010 -0400
 
107162
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107163
CommitDate: Fri Sep 3 15:39:58 2010 -0400
93885
107164
 
93886
107165
    Plug a mem leak in converter-stream test
93887
107166
 
93906
107185
 1 file changed, 2 insertions(+)
93907
107186
 
93908
107187
commit 85179745ac72280746da101a5232f7843f2426d3
93909
 
Author: Christian Persch <chpe@gnome.org>
93910
 
Date:   Fri Sep 3 15:39:07 2010 -0400
 
107188
Author:     Christian Persch <chpe@gnome.org>
 
107189
AuthorDate: Fri Sep 3 15:39:07 2010 -0400
 
107190
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107191
CommitDate: Fri Sep 3 15:39:07 2010 -0400
93911
107192
 
93912
107193
    Plug a mem leak in converter-stream test
93913
107194
 
93934
107215
 1 file changed, 4 insertions(+), 1 deletion(-)
93935
107216
 
93936
107217
commit 7ec414229b8d42a5ce4f5519d18af59a3098f544
93937
 
Author: Christian Persch <chpe@gnome.org>
93938
 
Date:   Fri Sep 3 15:37:56 2010 -0400
 
107218
Author:     Christian Persch <chpe@gnome.org>
 
107219
AuthorDate: Fri Sep 3 15:37:56 2010 -0400
 
107220
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107221
CommitDate: Fri Sep 3 15:37:56 2010 -0400
93939
107222
 
93940
107223
    Plug a mem leak in converter-stream test
93941
107224
 
93961
107244
 1 file changed, 1 insertion(+)
93962
107245
 
93963
107246
commit d5d277dccf3637518b3a34af1609ffd60ce1e308
93964
 
Author: Christian Persch <chpe@gnome.org>
93965
 
Date:   Fri Sep 3 15:37:08 2010 -0400
 
107247
Author:     Christian Persch <chpe@gnome.org>
 
107248
AuthorDate: Fri Sep 3 15:37:08 2010 -0400
 
107249
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107250
CommitDate: Fri Sep 3 15:37:08 2010 -0400
93966
107251
 
93967
107252
    Plug a mem leak in g-file-info test
93968
107253
 
93994
107279
 1 file changed, 4 insertions(+), 2 deletions(-)
93995
107280
 
93996
107281
commit 35e101fa0a96fb03db4f503a4b24f4818ada114f
93997
 
Author: Christian Persch <chpe@gnome.org>
93998
 
Date:   Fri Sep 3 15:35:44 2010 -0400
 
107282
Author:     Christian Persch <chpe@gnome.org>
 
107283
AuthorDate: Fri Sep 3 15:35:44 2010 -0400
 
107284
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107285
CommitDate: Fri Sep 3 15:35:44 2010 -0400
93999
107286
 
94000
107287
    Plug a mem leak in the readwrite test
94001
107288
 
94022
107309
 1 file changed, 4 insertions(+), 3 deletions(-)
94023
107310
 
94024
107311
commit 93d85ade571b87d1c71ac6ef3fb5e40eaceb68d7
94025
 
Author: Christian Persch <chpe@gnome.org>
94026
 
Date:   Fri Sep 3 15:34:12 2010 -0400
 
107312
Author:     Christian Persch <chpe@gnome.org>
 
107313
AuthorDate: Fri Sep 3 15:34:12 2010 -0400
 
107314
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107315
CommitDate: Fri Sep 3 15:34:12 2010 -0400
94027
107316
 
94028
107317
    Plug a mem leak in the readwrite test
94029
107318
 
94051
107340
 1 file changed, 1 insertion(+)
94052
107341
 
94053
107342
commit 9fba7a43be2481d59ae887f23d831947f27537d3
94054
 
Author: Christian Persch <chpe@gnome.org>
94055
 
Date:   Fri Sep 3 15:33:28 2010 -0400
 
107343
Author:     Christian Persch <chpe@gnome.org>
 
107344
AuthorDate: Fri Sep 3 15:33:28 2010 -0400
 
107345
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107346
CommitDate: Fri Sep 3 15:33:28 2010 -0400
94056
107347
 
94057
107348
    Plug a mem leak in the readwrite test
94058
107349
 
94080
107371
 1 file changed, 1 insertion(+)
94081
107372
 
94082
107373
commit e481bf8bf68f46e82fa5624cd941f7880321e945
94083
 
Author: Christian Persch <chpe@gnome.org>
94084
 
Date:   Fri Sep 3 15:32:32 2010 -0400
 
107374
Author:     Christian Persch <chpe@gnome.org>
 
107375
AuthorDate: Fri Sep 3 15:32:32 2010 -0400
 
107376
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107377
CommitDate: Fri Sep 3 15:32:32 2010 -0400
94085
107378
 
94086
107379
    Plug a mem leak in the readwrite test
94087
107380
 
94108
107401
 1 file changed, 1 insertion(+)
94109
107402
 
94110
107403
commit 689b054b6e176c2f1b4bb90ca2a0e514de5e2a0e
94111
 
Author: Christian Persch <chpe@gnome.org>
94112
 
Date:   Fri Sep 3 15:31:37 2010 -0400
 
107404
Author:     Christian Persch <chpe@gnome.org>
 
107405
AuthorDate: Fri Sep 3 15:31:37 2010 -0400
 
107406
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107407
CommitDate: Fri Sep 3 15:31:37 2010 -0400
94113
107408
 
94114
107409
    Plug a mem leak in the memory-input-stream test
94115
107410
 
94133
107428
 1 file changed, 2 insertions(+)
94134
107429
 
94135
107430
commit 53ae72b926e34b22f36fbc162cd12fc4d0bd7028
94136
 
Author: Christian Persch <chpe@gnome.org>
94137
 
Date:   Fri Sep 3 15:30:47 2010 -0400
 
107431
Author:     Christian Persch <chpe@gnome.org>
 
107432
AuthorDate: Fri Sep 3 15:30:47 2010 -0400
 
107433
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107434
CommitDate: Fri Sep 3 15:30:47 2010 -0400
94138
107435
 
94139
107436
    Plug a mem leak in the memory-input-stream test
94140
107437
 
94157
107454
 1 file changed, 1 insertion(+)
94158
107455
 
94159
107456
commit 6320b04fe97bcdb16e6ca4235db6c85eb91d2bab
94160
 
Author: Christian Persch <chpe@gnome.org>
94161
 
Date:   Fri Sep 3 15:29:51 2010 -0400
 
107457
Author:     Christian Persch <chpe@gnome.org>
 
107458
AuthorDate: Fri Sep 3 15:29:51 2010 -0400
 
107459
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107460
CommitDate: Fri Sep 3 15:29:51 2010 -0400
94162
107461
 
94163
107462
    Plug a mem leak in gsettings test
94164
107463
 
94179
107478
 1 file changed, 1 insertion(+)
94180
107479
 
94181
107480
commit e8fc3ba3d0dbb4e8d0592fddcbdc189c9d20056a
94182
 
Author: Christian Persch <chpe@gnome.org>
94183
 
Date:   Tue Aug 31 19:42:32 2010 +0200
 
107481
Author:     Christian Persch <chpe@gnome.org>
 
107482
AuthorDate: Tue Aug 31 19:42:32 2010 +0200
 
107483
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107484
CommitDate: Fri Sep 3 15:19:22 2010 -0400
94184
107485
 
94185
107486
    Plug a mem leak
94186
107487
 
94204
107505
 1 file changed, 1 insertion(+), 1 deletion(-)
94205
107506
 
94206
107507
commit 8795f52aae10add70929cd0fad1ccf6d0c8db4af
94207
 
Author: Christian Persch <chpe@gnome.org>
94208
 
Date:   Mon Aug 30 19:31:09 2010 +0200
 
107508
Author:     Christian Persch <chpe@gnome.org>
 
107509
AuthorDate: Mon Aug 30 19:31:09 2010 +0200
 
107510
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107511
CommitDate: Fri Sep 3 15:16:47 2010 -0400
94209
107512
 
94210
107513
    Plug a mem leak
94211
107514
 
94232
107535
 1 file changed, 1 insertion(+)
94233
107536
 
94234
107537
commit 1f49f3fa349a49bf17f6cb58d060173b7a448bf5
94235
 
Author: Christian Persch <chpe@gnome.org>
94236
 
Date:   Mon Aug 30 19:00:05 2010 +0200
 
107538
Author:     Christian Persch <chpe@gnome.org>
 
107539
AuthorDate: Mon Aug 30 19:00:05 2010 +0200
 
107540
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107541
CommitDate: Fri Sep 3 15:03:24 2010 -0400
94237
107542
 
94238
107543
    Plug a mem leak
94239
107544
 
94262
107567
 1 file changed, 2 insertions(+), 1 deletion(-)
94263
107568
 
94264
107569
commit c75429d0a0564c3620c6f72afea9838f661c4e88
94265
 
Author: Matthias Clasen <mclasen@redhat.com>
94266
 
Date:   Fri Sep 3 14:52:16 2010 -0400
 
107570
Author:     Matthias Clasen <mclasen@redhat.com>
 
107571
AuthorDate: Fri Sep 3 14:52:16 2010 -0400
 
107572
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107573
CommitDate: Fri Sep 3 14:54:22 2010 -0400
94267
107574
 
94268
107575
    Make ordering for overridden interface properties consistent
94269
107576
 
94278
107585
 1 file changed, 7 insertions(+), 1 deletion(-)
94279
107586
 
94280
107587
commit 6ddef375c8eb41da3160ac6984f707a19f1da63b
94281
 
Author: Tor Lillqvist <tml@iki.fi>
94282
 
Date:   Thu Sep 2 21:56:02 2010 +0300
 
107588
Author:     Tor Lillqvist <tml@iki.fi>
 
107589
AuthorDate: Thu Sep 2 21:56:02 2010 +0300
 
107590
Commit:     Tor Lillqvist <tml@iki.fi>
 
107591
CommitDate: Thu Sep 2 22:36:47 2010 +0300
94283
107592
 
94284
107593
    Recuce DLL hijack risk on Windows
94285
107594
 
94305
107614
 4 files changed, 33 insertions(+), 84 deletions(-)
94306
107615
 
94307
107616
commit 54c51c73c60008868f6718a23b4b00a5db61c167
94308
 
Author: Kjartan Maraas <kmaraas@gnome.org>
94309
 
Date:   Thu Sep 2 11:56:09 2010 +0200
 
107617
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
107618
AuthorDate: Thu Sep 2 11:56:09 2010 +0200
 
107619
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
107620
CommitDate: Thu Sep 2 11:56:09 2010 +0200
94310
107621
 
94311
107622
    Updated Norwegian bokmål translation
94312
107623
 
94315
107626
 1 file changed, 515 insertions(+), 193 deletions(-)
94316
107627
 
94317
107628
commit b4d3acf9be3aeaf60326e44b0ad706c45e68f590
94318
 
Author: noch <norayr@arnet.am>
94319
 
Date:   Thu Sep 2 12:35:02 2010 +0500
 
107629
Author:     noch <norayr@arnet.am>
 
107630
AuthorDate: Thu Sep 2 12:35:02 2010 +0500
 
107631
Commit:     noch <norayr@arnet.am>
 
107632
CommitDate: Thu Sep 2 12:35:41 2010 +0500
94320
107633
 
94321
107634
    Modified Armenian translation - po file
94322
107635
 
94325
107638
 1 file changed, 576 insertions(+), 563 deletions(-)
94326
107639
 
94327
107640
commit db0eaa299c66d82552645fa42f20d13a791bc53c
94328
 
Author: Christian Persch <chpe@gnome.org>
94329
 
Date:   Wed Sep 1 15:05:59 2010 +0200
 
107641
Author:     Christian Persch <chpe@gnome.org>
 
107642
AuthorDate: Wed Sep 1 15:05:59 2010 +0200
 
107643
Commit:     Ryan Lortie <desrt@desrt.ca>
 
107644
CommitDate: Wed Sep 1 15:09:51 2010 +0200
94330
107645
 
94331
107646
    Fix building with zlib < 1.2.4 on win32
94332
107647
 
94340
107655
 2 files changed, 8 insertions(+)
94341
107656
 
94342
107657
commit ed72dcdd4507865780ebc14567bf582721a6bce4
94343
 
Author: Ryan Lortie <desrt@desrt.ca>
94344
 
Date:   Wed Sep 1 15:04:41 2010 +0200
 
107658
Author:     Ryan Lortie <desrt@desrt.ca>
 
107659
AuthorDate: Wed Sep 1 15:04:41 2010 +0200
 
107660
Commit:     Ryan Lortie <desrt@desrt.ca>
 
107661
CommitDate: Wed Sep 1 15:05:42 2010 +0200
94345
107662
 
94346
107663
    Fix small bug in registry backend
94347
107664
 
94351
107668
 1 file changed, 3 insertions(+), 3 deletions(-)
94352
107669
 
94353
107670
commit 3209024c3ba730df9551074819672756477bd5aa
94354
 
Author: Sam Thursfield <ssssam@gmail.com>
94355
 
Date:   Thu Aug 12 16:10:23 2010 +0100
 
107671
Author:     Sam Thursfield <ssssam@gmail.com>
 
107672
AuthorDate: Thu Aug 12 16:10:23 2010 +0100
 
107673
Commit:     Ryan Lortie <desrt@desrt.ca>
 
107674
CommitDate: Wed Sep 1 15:05:42 2010 +0200
94356
107675
 
94357
107676
    Add GSettings Windows Registry backend
94358
107677
 
94364
107683
 4 files changed, 2007 insertions(+), 1 deletion(-)
94365
107684
 
94366
107685
commit fb15dde6c171acb445da5e51ce17e241bf9c52fb
94367
 
Author: Jon Nordby <jonn@openismus.com>
94368
 
Date:   Thu Aug 26 16:51:33 2010 +0200
 
107686
Author:     Jon Nordby <jonn@openismus.com>
 
107687
AuthorDate: Thu Aug 26 16:51:33 2010 +0200
 
107688
Commit:     Murray Cumming <murrayc@murrayc.com>
 
107689
CommitDate: Wed Sep 1 09:48:16 2010 +0200
94369
107690
 
94370
107691
    docs: Inline docs from tmpl/memory.smgl
94371
107692
 
94379
107700
 6 files changed, 365 insertions(+), 429 deletions(-)
94380
107701
 
94381
107702
commit 4497e84215e37f1d7dc55432ab50825652f9fe80
94382
 
Author: Andika Triwidada <andika@gmail.com>
94383
 
Date:   Wed Sep 1 09:54:52 2010 +0700
 
107703
Author:     Andika Triwidada <andika@gmail.com>
 
107704
AuthorDate: Wed Sep 1 09:54:52 2010 +0700
 
107705
Commit:     Andika Triwidada <andika@gmail.com>
 
107706
CommitDate: Wed Sep 1 09:54:52 2010 +0700
94384
107707
 
94385
107708
    Updated Indonesian translation
94386
107709
 
94389
107712
 1 file changed, 1479 insertions(+), 822 deletions(-)
94390
107713
 
94391
107714
commit 94e34d8a12e94c6aa2d2fcc8440439de5671f6f2
94392
 
Author: noch <norayr@arnet.am>
94393
 
Date:   Tue Aug 31 16:49:31 2010 +0500
 
107715
Author:     noch <norayr@arnet.am>
 
107716
AuthorDate: Tue Aug 31 16:49:31 2010 +0500
 
107717
Commit:     noch <norayr@arnet.am>
 
107718
CommitDate: Tue Aug 31 16:49:31 2010 +0500
94394
107719
 
94395
107720
    Modified hy.po
94396
107721
 
94399
107724
 1 file changed, 1061 insertions(+), 715 deletions(-)
94400
107725
 
94401
107726
commit b10d3a73bc39763ed528baaf93b1143157115690
94402
 
Author: noch <norayr@arnet.am>
94403
 
Date:   Tue Aug 31 12:34:36 2010 +0500
 
107727
Author:     noch <norayr@arnet.am>
 
107728
AuthorDate: Tue Aug 31 12:34:36 2010 +0500
 
107729
Commit:     noch <norayr@arnet.am>
 
107730
CommitDate: Tue Aug 31 12:36:12 2010 +0500
94404
107731
 
94405
107732
    Modified hy.po
94406
107733
 
94409
107736
 1 file changed, 470 insertions(+), 501 deletions(-)
94410
107737
 
94411
107738
commit e57884041bf17d851915994370f480f554b49c6a
94412
 
Author: Matthias Clasen <mclasen@redhat.com>
94413
 
Date:   Mon Aug 30 20:47:40 2010 -0400
 
107739
Author:     Matthias Clasen <mclasen@redhat.com>
 
107740
AuthorDate: Mon Aug 30 20:47:40 2010 -0400
 
107741
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107742
CommitDate: Mon Aug 30 20:47:40 2010 -0400
94414
107743
 
94415
107744
    Bump version
94416
107745
 
94418
107747
 1 file changed, 1 insertion(+), 1 deletion(-)
94419
107748
 
94420
107749
commit 31a72dd719940ca5b97da9eb36ce5467458ed7f5
94421
 
Author: Matthias Clasen <mclasen@redhat.com>
94422
 
Date:   Mon Aug 30 19:29:09 2010 -0400
 
107750
Author:     Matthias Clasen <mclasen@redhat.com>
 
107751
AuthorDate: Mon Aug 30 19:29:09 2010 -0400
 
107752
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107753
CommitDate: Mon Aug 30 19:31:45 2010 -0400
94423
107754
 
94424
107755
    Update symbol list
94425
107756
 
94427
107758
 1 file changed, 10 insertions(+), 4 deletions(-)
94428
107759
 
94429
107760
commit ee2c6f4554661ed449dda0076bc4d7627ed05e80
94430
 
Author: Branko Kokanović <branko.kokanovic@gmail.com>
94431
 
Date:   Tue Aug 31 02:33:26 2010 +0200
 
107761
Author:     Branko Kokanović <branko.kokanovic@gmail.com>
 
107762
AuthorDate: Tue Aug 31 02:33:26 2010 +0200
 
107763
Commit:     Милош Поповић <gpopac@gmail.com>
 
107764
CommitDate: Tue Aug 31 02:33:26 2010 +0200
94432
107765
 
94433
107766
    Updated Serbian translation
94434
107767
 
94439
107772
 2 files changed, 116 insertions(+), 134 deletions(-)
94440
107773
 
94441
107774
commit 1d2229129cd5a6ac09cd94b5f9751a8f32d81e05
94442
 
Author: Philip Withnall <philip@tecnocode.co.uk>
94443
 
Date:   Mon Aug 30 22:13:18 2010 +0100
 
107775
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
107776
AuthorDate: Mon Aug 30 22:13:18 2010 +0100
 
107777
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
107778
CommitDate: Mon Aug 30 22:13:18 2010 +0100
94444
107779
 
94445
107780
    Update British English translation
94446
107781
 
94448
107783
 1 file changed, 18 insertions(+), 17 deletions(-)
94449
107784
 
94450
107785
commit 6f327315dcd617f93a59ba235f48f9125a0ee593
94451
 
Author: Matthias Clasen <mclasen@redhat.com>
94452
 
Date:   Mon Aug 30 16:08:25 2010 -0400
 
107786
Author:     Matthias Clasen <mclasen@redhat.com>
 
107787
AuthorDate: Mon Aug 30 16:08:25 2010 -0400
 
107788
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107789
CommitDate: Mon Aug 30 16:08:25 2010 -0400
94453
107790
 
94454
107791
    Add one more bug ref
94455
107792
 
94457
107794
 1 file changed, 1 insertion(+)
94458
107795
 
94459
107796
commit f4f45e980ba222f749e533b445d88996ed66ebe0
94460
 
Author: David Zeuthen <davidz@redhat.com>
94461
 
Date:   Mon Aug 30 13:58:41 2010 -0400
 
107797
Author:     David Zeuthen <davidz@redhat.com>
 
107798
AuthorDate: Mon Aug 30 13:58:41 2010 -0400
 
107799
Commit:     David Zeuthen <davidz@redhat.com>
 
107800
CommitDate: Mon Aug 30 13:58:41 2010 -0400
94462
107801
 
94463
107802
    GDBusProxy: remove superfluous -gdbus-proxy-method-name qdata
94464
107803
 
94470
107809
 1 file changed, 4 deletions(-)
94471
107810
 
94472
107811
commit 52348e15874869cb02052253847358361f10ec7f
94473
 
Author: David Zeuthen <davidz@redhat.com>
94474
 
Date:   Mon Aug 30 13:45:46 2010 -0400
 
107812
Author:     David Zeuthen <davidz@redhat.com>
 
107813
AuthorDate: Mon Aug 30 13:45:46 2010 -0400
 
107814
Commit:     David Zeuthen <davidz@redhat.com>
 
107815
CommitDate: Mon Aug 30 13:51:43 2010 -0400
94475
107816
 
94476
107817
    Bug 628324 – Invalid reads in gdbus-export test
94477
107818
 
94488
107829
 1 file changed, 1 insertion(+), 1 deletion(-)
94489
107830
 
94490
107831
commit 72ea8b1df744ef8a11e67d1b7df121849c0298fb
94491
 
Author: Matthias Clasen <mclasen@redhat.com>
94492
 
Date:   Mon Aug 30 13:28:06 2010 -0400
 
107832
Author:     Matthias Clasen <mclasen@redhat.com>
 
107833
AuthorDate: Mon Aug 30 13:28:06 2010 -0400
 
107834
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107835
CommitDate: Mon Aug 30 13:28:06 2010 -0400
94493
107836
 
94494
107837
    Tweak the wording
94495
107838
 
94497
107840
 1 file changed, 1 insertion(+), 1 deletion(-)
94498
107841
 
94499
107842
commit 846b0b34660279871bbafb476adf5b5c597eb08d
94500
 
Author: Ryan Lortie <desrt@desrt.ca>
94501
 
Date:   Mon Aug 30 18:58:49 2010 +0200
 
107843
Author:     Ryan Lortie <desrt@desrt.ca>
 
107844
AuthorDate: Mon Aug 30 18:58:49 2010 +0200
 
107845
Commit:     Ryan Lortie <desrt@desrt.ca>
 
107846
CommitDate: Mon Aug 30 19:26:37 2010 +0200
94502
107847
 
94503
107848
    GAction is now an interface
94504
107849
 
94520
107865
 12 files changed, 754 insertions(+), 455 deletions(-)
94521
107866
 
94522
107867
commit 6cd62920bbb8ed42c7381bb56deca820515500f9
94523
 
Author: Ryan Lortie <desrt@desrt.ca>
94524
 
Date:   Mon Aug 30 17:31:06 2010 +0200
 
107868
Author:     Ryan Lortie <desrt@desrt.ca>
 
107869
AuthorDate: Mon Aug 30 17:31:06 2010 +0200
 
107870
Commit:     Ryan Lortie <desrt@desrt.ca>
 
107871
CommitDate: Mon Aug 30 19:26:37 2010 +0200
94525
107872
 
94526
107873
    GActionGroup is now an interface
94527
107874
 
94539
107886
 6 files changed, 90 insertions(+), 126 deletions(-)
94540
107887
 
94541
107888
commit 75891001bc5ed5a99c9a9af17407b0a797f79df4
94542
 
Author: Matthias Clasen <mclasen@redhat.com>
94543
 
Date:   Mon Aug 30 13:11:52 2010 -0400
 
107889
Author:     Matthias Clasen <mclasen@redhat.com>
 
107890
AuthorDate: Mon Aug 30 13:11:52 2010 -0400
 
107891
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107892
CommitDate: Mon Aug 30 13:11:52 2010 -0400
94544
107893
 
94545
107894
    Update NEWS for 2.25.15
94546
107895
 
94548
107897
 1 file changed, 13 insertions(+)
94549
107898
 
94550
107899
commit 949392585402916d86920c652d182e92ad109a6d
94551
 
Author: Christian Persch <chpe@gnome.org>
94552
 
Date:   Mon Aug 30 16:12:42 2010 +0200
 
107900
Author:     Christian Persch <chpe@gnome.org>
 
107901
AuthorDate: Mon Aug 30 16:12:42 2010 +0200
 
107902
Commit:     Christian Persch <chpe@gnome.org>
 
107903
CommitDate: Mon Aug 30 18:34:14 2010 +0200
94553
107904
 
94554
107905
    Make g_emblemed_icon_add_emblem() keep the list sorted
94555
107906
 
94559
107910
 1 file changed, 17 insertions(+), 20 deletions(-)
94560
107911
 
94561
107912
commit 7a6f8bd3c34e5f5e20f6770d54406b7abc5a396d
94562
 
Author: Christian Persch <chpe@gnome.org>
94563
 
Date:   Mon Aug 30 15:53:49 2010 +0200
 
107913
Author:     Christian Persch <chpe@gnome.org>
 
107914
AuthorDate: Mon Aug 30 15:53:49 2010 +0200
 
107915
Commit:     Christian Persch <chpe@gnome.org>
 
107916
CommitDate: Mon Aug 30 18:33:47 2010 +0200
94564
107917
 
94565
107918
    Don't leak the FD list
94566
107919
 
94585
107938
 1 file changed, 1 insertion(+)
94586
107939
 
94587
107940
commit fa671dc5e28369c50aaef525c6980803a9946471
94588
 
Author: Christian Persch <chpe@gnome.org>
94589
 
Date:   Mon Aug 30 10:21:43 2010 -0400
 
107941
Author:     Christian Persch <chpe@gnome.org>
 
107942
AuthorDate: Mon Aug 30 10:21:43 2010 -0400
 
107943
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107944
CommitDate: Mon Aug 30 10:21:43 2010 -0400
94590
107945
 
94591
107946
    Fix invalid reads
94592
107947
 
94599
107954
 2 files changed, 5 insertions(+), 2 deletions(-)
94600
107955
 
94601
107956
commit 08924ad1472a17cd6c144ae25a350af0b2d9afe7
94602
 
Author: Christian Persch <chpe@gnome.org>
94603
 
Date:   Mon Aug 30 10:18:30 2010 -0400
 
107957
Author:     Christian Persch <chpe@gnome.org>
 
107958
AuthorDate: Mon Aug 30 10:18:30 2010 -0400
 
107959
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107960
CommitDate: Mon Aug 30 10:18:30 2010 -0400
94604
107961
 
94605
107962
    Plug a mem leak in GConverterOutputStream
94606
107963
 
94626
107983
 1 file changed, 1 insertion(+)
94627
107984
 
94628
107985
commit 802c25832cb34976308a8a2b356ad3273108761f
94629
 
Author: Christian Persch <chpe@gnome.org>
94630
 
Date:   Mon Aug 30 10:16:31 2010 -0400
 
107986
Author:     Christian Persch <chpe@gnome.org>
 
107987
AuthorDate: Mon Aug 30 10:16:31 2010 -0400
 
107988
Commit:     Matthias Clasen <mclasen@redhat.com>
 
107989
CommitDate: Mon Aug 30 10:16:31 2010 -0400
94631
107990
 
94632
107991
    Plug a mem leak
94633
107992
 
94649
108008
 1 file changed, 3 insertions(+)
94650
108009
 
94651
108010
commit 6879256f360ed46c2238b273a239f99d08a62915
94652
 
Author: Christian Persch <chpe@gnome.org>
94653
 
Date:   Mon Aug 30 10:14:39 2010 -0400
 
108011
Author:     Christian Persch <chpe@gnome.org>
 
108012
AuthorDate: Mon Aug 30 10:14:39 2010 -0400
 
108013
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108014
CommitDate: Mon Aug 30 10:14:39 2010 -0400
94654
108015
 
94655
108016
    Plug a mem leak
94656
108017
 
94670
108031
 1 file changed, 1 insertion(+)
94671
108032
 
94672
108033
commit bb221b68df5de89fce4cb70b789df6173d9c2c92
94673
 
Author: Matthias Clasen <mclasen@redhat.com>
94674
 
Date:   Mon Aug 30 10:02:32 2010 -0400
 
108034
Author:     Matthias Clasen <mclasen@redhat.com>
 
108035
AuthorDate: Mon Aug 30 10:02:32 2010 -0400
 
108036
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108037
CommitDate: Mon Aug 30 10:02:32 2010 -0400
94675
108038
 
94676
108039
    Add an annotation
94677
108040
 
94679
108042
 1 file changed, 1 insertion(+), 1 deletion(-)
94680
108043
 
94681
108044
commit a3cc274fc681f5266b621f730d3d8eef811e41cf
94682
 
Author: Dan Winship <danw@gnome.org>
94683
 
Date:   Mon Aug 30 09:23:09 2010 -0400
 
108045
Author:     Dan Winship <danw@gnome.org>
 
108046
AuthorDate: Mon Aug 30 09:23:09 2010 -0400
 
108047
Commit:     Dan Winship <danw@gnome.org>
 
108048
CommitDate: Mon Aug 30 09:31:47 2010 -0400
94684
108049
 
94685
108050
    GSocketClient: fix a crash on cancellation
94686
108051
 
94694
108059
 1 file changed, 3 insertions(+)
94695
108060
 
94696
108061
commit b8ff287167f668d0c10c2b98c13661042633163e
94697
 
Author: Matthias Clasen <mclasen@redhat.com>
94698
 
Date:   Mon Aug 30 08:58:31 2010 -0400
 
108062
Author:     Matthias Clasen <mclasen@redhat.com>
 
108063
AuthorDate: Mon Aug 30 08:58:31 2010 -0400
 
108064
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108065
CommitDate: Mon Aug 30 08:58:31 2010 -0400
94699
108066
 
94700
108067
    Disable the 'extra data' test for now
94701
108068
 
94703
108070
 1 file changed, 3 insertions(+)
94704
108071
 
94705
108072
commit b4a61235da4e604eca92d3f38a391a1e76a63d1c
94706
 
Author: Matthias Clasen <mclasen@redhat.com>
94707
 
Date:   Mon Aug 30 08:50:09 2010 -0400
 
108073
Author:     Matthias Clasen <mclasen@redhat.com>
 
108074
AuthorDate: Mon Aug 30 08:50:09 2010 -0400
 
108075
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108076
CommitDate: Mon Aug 30 08:50:09 2010 -0400
94708
108077
 
94709
108078
    Introspection: make 'direction' default to 'in' for methods
94710
108079
 
94712
108081
 1 file changed, 4 insertions(+), 1 deletion(-)
94713
108082
 
94714
108083
commit c3135d1d39cbbbb1947843d3937984887764137e
94715
 
Author: Matthias Clasen <mclasen@redhat.com>
94716
 
Date:   Mon Aug 30 08:49:41 2010 -0400
 
108084
Author:     Matthias Clasen <mclasen@redhat.com>
 
108085
AuthorDate: Mon Aug 30 08:49:41 2010 -0400
 
108086
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108087
CommitDate: Mon Aug 30 08:49:41 2010 -0400
94717
108088
 
94718
108089
    Add some more gdbus introspection tests (currently failing)
94719
108090
 
94722
108093
 1 file changed, 85 insertions(+), 5 deletions(-)
94723
108094
 
94724
108095
commit 1ce14a88d6b2ff7007163bef929c88daed0183e5
94725
 
Author: Branko Kokanović <branko.kokanovic@gmail.com>
94726
 
Date:   Sun Aug 29 19:07:46 2010 +0200
 
108096
Author:     Branko Kokanović <branko.kokanovic@gmail.com>
 
108097
AuthorDate: Sun Aug 29 19:07:46 2010 +0200
 
108098
Commit:     Милош Поповић <gpopac@gmail.com>
 
108099
CommitDate: Sun Aug 29 19:07:46 2010 +0200
94727
108100
 
94728
108101
    Updated Serbian translation
94729
108102
 
94734
108107
 2 files changed, 1118 insertions(+), 484 deletions(-)
94735
108108
 
94736
108109
commit 0e93b0f5c0dfb0bd3a828c5c8a7295c4085598f5
94737
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
94738
 
Date:   Sun Aug 29 15:57:41 2010 +0300
 
108110
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
108111
AuthorDate: Sun Aug 29 15:57:41 2010 +0300
 
108112
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
108113
CommitDate: Sun Aug 29 15:57:41 2010 +0300
94739
108114
 
94740
108115
    Updated Hebrew translation.
94741
108116
 
94743
108118
 1 file changed, 15 insertions(+), 15 deletions(-)
94744
108119
 
94745
108120
commit b09a01c6264c08abc2e5eda54fe30d56f06802dd
94746
 
Author: Jorge González <jorgegonz@svn.gnome.org>
94747
 
Date:   Sun Aug 29 11:33:56 2010 +0200
 
108121
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
108122
AuthorDate: Sun Aug 29 11:33:56 2010 +0200
 
108123
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
108124
CommitDate: Sun Aug 29 11:33:56 2010 +0200
94748
108125
 
94749
108126
    Updated Spanish translation
94750
108127
 
94752
108129
 1 file changed, 17 insertions(+), 9 deletions(-)
94753
108130
 
94754
108131
commit 2286d1d669ac3bcef1faa709290831df9197ba02
94755
 
Author: A S Alam <aalam@users.sf.net>
94756
 
Date:   Sun Aug 29 09:32:03 2010 +0530
 
108132
Author:     A S Alam <aalam@users.sf.net>
 
108133
AuthorDate: Sun Aug 29 09:32:03 2010 +0530
 
108134
Commit:     A S Alam <aalam@users.sf.net>
 
108135
CommitDate: Sun Aug 29 09:32:03 2010 +0530
94757
108136
 
94758
108137
    update translation for Punjabi
94759
108138
 
94762
108141
 1 file changed, 291 insertions(+), 69 deletions(-)
94763
108142
 
94764
108143
commit 849dbc12056b72f4284bcb6e4b466ec3fcea13f4
94765
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
94766
 
Date:   Sun Aug 29 04:19:12 2010 +0200
 
108144
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
108145
AuthorDate: Sun Aug 29 04:19:12 2010 +0200
 
108146
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
108147
CommitDate: Sun Aug 29 04:19:12 2010 +0200
94767
108148
 
94768
108149
    Added Galician help translations
94769
108150
 
94771
108152
 1 file changed, 9 insertions(+), 9 deletions(-)
94772
108153
 
94773
108154
commit 1399913f31b60ffebb84e08d8901e82aab2bb075
94774
 
Author: Philip Withnall <philip@tecnocode.co.uk>
94775
 
Date:   Sat Aug 28 12:18:37 2010 +0100
 
108155
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
108156
AuthorDate: Sat Aug 28 12:18:37 2010 +0100
 
108157
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
108158
CommitDate: Sun Aug 29 00:38:18 2010 +0100
94776
108159
 
94777
108160
    Change "type-string" to "type string" in translatable strings
94778
108161
 
94782
108165
 1 file changed, 2 insertions(+), 2 deletions(-)
94783
108166
 
94784
108167
commit ea9f5f025188731f4347f5be1248e84dc3710c7b
94785
 
Author: Philip Withnall <philip@tecnocode.co.uk>
94786
 
Date:   Sat Aug 28 12:17:45 2010 +0100
 
108168
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
108169
AuthorDate: Sat Aug 28 12:17:45 2010 +0100
 
108170
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
108171
CommitDate: Sun Aug 29 00:38:06 2010 +0100
94787
108172
 
94788
108173
    Change "lock-file" to "lock file" in translatable strings
94789
108174
 
94793
108178
 1 file changed, 6 insertions(+), 6 deletions(-)
94794
108179
 
94795
108180
commit 61e53e0d196d12d7ea612794ce2ff3550927f9d0
94796
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
94797
 
Date:   Sat Aug 28 11:54:01 2010 +0100
 
108181
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
108182
AuthorDate: Sat Aug 28 11:54:01 2010 +0100
 
108183
Commit:     Philip Withnall <philip.withnall@collabora.co.uk>
 
108184
CommitDate: Sat Aug 28 15:50:33 2010 +0100
94798
108185
 
94799
108186
    Update British English translation
94800
108187
 
94803
108190
 1 file changed, 1493 insertions(+), 796 deletions(-)
94804
108191
 
94805
108192
commit 62788fdf66f321edb15671cb895aa9072df38149
94806
 
Author: Jorge González <jorgegonz@svn.gnome.org>
94807
 
Date:   Sat Aug 28 10:08:04 2010 +0200
 
108193
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
108194
AuthorDate: Sat Aug 28 10:08:04 2010 +0200
 
108195
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
108196
CommitDate: Sat Aug 28 10:08:04 2010 +0200
94808
108197
 
94809
108198
    Updated Spanish translation
94810
108199
 
94813
108202
 1 file changed, 249 insertions(+), 38 deletions(-)
94814
108203
 
94815
108204
commit 5a76228e458ccd9846f7dbe2ad35f9e874a07be4
94816
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
94817
 
Date:   Sat Aug 28 10:46:19 2010 +0300
 
108205
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
108206
AuthorDate: Sat Aug 28 10:46:19 2010 +0300
 
108207
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
108208
CommitDate: Sat Aug 28 10:46:19 2010 +0300
94818
108209
 
94819
108210
    Updated Hebrew translation.
94820
108211
 
94823
108214
 1 file changed, 223 insertions(+), 7 deletions(-)
94824
108215
 
94825
108216
commit e0aa877e64b5d2de27c9d6c00119a33b735f5b58
94826
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
94827
 
Date:   Fri Aug 27 23:15:49 2010 +0200
 
108217
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
108218
AuthorDate: Fri Aug 27 23:15:49 2010 +0200
 
108219
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
108220
CommitDate: Fri Aug 27 23:15:49 2010 +0200
94828
108221
 
94829
108222
    Update Galician translations
94830
108223
 
94833
108226
 1 file changed, 248 insertions(+), 31 deletions(-)
94834
108227
 
94835
108228
commit 52a41b81bd6770434a62aa4a4b7bef100e27da44
94836
 
Author: Claude Paroz <claude@2xlibre.net>
94837
 
Date:   Fri Aug 27 20:04:38 2010 +0200
 
108229
Author:     Claude Paroz <claude@2xlibre.net>
 
108230
AuthorDate: Fri Aug 27 20:04:38 2010 +0200
 
108231
Commit:     Claude Paroz <claude@2xlibre.net>
 
108232
CommitDate: Fri Aug 27 20:04:38 2010 +0200
94838
108233
 
94839
108234
    Added missing files in POTFILES.in
94840
108235
 
94842
108237
 1 file changed, 6 insertions(+)
94843
108238
 
94844
108239
commit 1e7243ad7b48d833ef6eec8fa305f25487f640b0
94845
 
Author: David Zeuthen <davidz@redhat.com>
94846
 
Date:   Fri Aug 27 10:50:03 2010 -0400
 
108240
Author:     David Zeuthen <davidz@redhat.com>
 
108241
AuthorDate: Fri Aug 27 10:50:03 2010 -0400
 
108242
Commit:     David Zeuthen <davidz@redhat.com>
 
108243
CommitDate: Fri Aug 27 10:50:03 2010 -0400
94847
108244
 
94848
108245
    Bug 628084 – gdbus-peer fails with assertion
94849
108246
 
94858
108255
 1 file changed, 60 insertions(+), 7 deletions(-)
94859
108256
 
94860
108257
commit 95107e0ab69fdcc9e7f27832dd492582c4e3fb3e
94861
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
94862
 
Date:   Fri Aug 27 14:53:57 2010 +0300
 
108258
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
108259
AuthorDate: Fri Aug 27 14:53:57 2010 +0300
 
108260
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
108261
CommitDate: Fri Aug 27 14:53:57 2010 +0300
94863
108262
 
94864
108263
    Updated Hebrew translation.
94865
108264
 
94868
108267
 1 file changed, 35 insertions(+), 37 deletions(-)
94869
108268
 
94870
108269
commit db7ddcc19529a101b820347e8cca419fb37f6a02
94871
 
Author: Jens Georg <mail@jensge.org>
94872
 
Date:   Wed Aug 25 00:18:23 2010 +0300
 
108270
Author:     Jens Georg <mail@jensge.org>
 
108271
AuthorDate: Wed Aug 25 00:18:23 2010 +0300
 
108272
Commit:     Jens Georg <mail@jensge.org>
 
108273
CommitDate: Thu Aug 26 18:18:52 2010 +0300
94873
108274
 
94874
108275
    Improve parsing of date-only iso8601 strings
94875
108276
 
94878
108279
 2 files changed, 17 insertions(+), 2 deletions(-)
94879
108280
 
94880
108281
commit 9a61fb2c640708070a32c18bd06ae94ee71c925f
94881
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
94882
 
Date:   Thu Aug 26 12:58:19 2010 +0100
 
108282
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108283
AuthorDate: Thu Aug 26 12:58:19 2010 +0100
 
108284
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108285
CommitDate: Thu Aug 26 12:58:19 2010 +0100
94883
108286
 
94884
108287
    datetime: Re-use add_dmy()
94885
108288
 
94891
108294
 2 files changed, 10 insertions(+), 50 deletions(-)
94892
108295
 
94893
108296
commit 3c86a77ae5efa57a6f62c2eeec9c67aa66246496
94894
 
Author: Tor Lillqvist <tml@iki.fi>
94895
 
Date:   Thu Aug 26 12:41:46 2010 +0300
 
108297
Author:     Tor Lillqvist <tml@iki.fi>
 
108298
AuthorDate: Thu Aug 26 12:41:46 2010 +0300
 
108299
Commit:     Tor Lillqvist <tml@iki.fi>
 
108300
CommitDate: Thu Aug 26 12:41:46 2010 +0300
94896
108301
 
94897
108302
    Fix Win32 build
94898
108303
 
94902
108307
 3 files changed, 25 insertions(+), 4 deletions(-)
94903
108308
 
94904
108309
commit ca26f9a5029cfd97f92c81f3993628068d60c4a9
94905
 
Author: Matthias Clasen <mclasen@redhat.com>
94906
 
Date:   Thu Aug 26 00:16:30 2010 -0400
 
108310
Author:     Matthias Clasen <mclasen@redhat.com>
 
108311
AuthorDate: Thu Aug 26 00:16:30 2010 -0400
 
108312
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108313
CommitDate: Thu Aug 26 00:16:30 2010 -0400
94907
108314
 
94908
108315
    Make this thing work
94909
108316
 
94911
108318
 1 file changed, 1 insertion(+), 1 deletion(-)
94912
108319
 
94913
108320
commit b52cdaf2f01411df86b418f45a7dc04f1499fabe
94914
 
Author: Matthias Clasen <mclasen@redhat.com>
94915
 
Date:   Thu Aug 26 00:00:56 2010 -0400
 
108321
Author:     Matthias Clasen <mclasen@redhat.com>
 
108322
AuthorDate: Thu Aug 26 00:00:56 2010 -0400
 
108323
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108324
CommitDate: Thu Aug 26 00:00:56 2010 -0400
94916
108325
 
94917
108326
    Improve g_file_set_contents docs
94918
108327
 
94924
108333
 1 file changed, 3 insertions(+)
94925
108334
 
94926
108335
commit 925b4231dc7af90fa9ec2c442e640ebe20aedb5c
94927
 
Author: Matthias Clasen <mclasen@redhat.com>
94928
 
Date:   Wed Aug 25 22:07:59 2010 -0400
 
108336
Author:     Matthias Clasen <mclasen@redhat.com>
 
108337
AuthorDate: Wed Aug 25 22:07:59 2010 -0400
 
108338
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108339
CommitDate: Wed Aug 25 22:09:07 2010 -0400
94929
108340
 
94930
108341
    Point out that g_type_init() is required
94931
108342
 
94933
108344
 1 file changed, 6 insertions(+)
94934
108345
 
94935
108346
commit 1681f7410a90f8408fd9dbd5b7e58a6e38c06fe7
94936
 
Author: A S Alam <aalam@users.sf.net>
94937
 
Date:   Wed Aug 25 22:00:53 2010 +0530
 
108347
Author:     A S Alam <aalam@users.sf.net>
 
108348
AuthorDate: Wed Aug 25 22:00:53 2010 +0530
 
108349
Commit:     A S Alam <aalam@users.sf.net>
 
108350
CommitDate: Thu Aug 26 07:01:51 2010 +0530
94938
108351
 
94939
108352
    update translation for Punjabi
94940
108353
 
94943
108356
 1 file changed, 402 insertions(+), 256 deletions(-)
94944
108357
 
94945
108358
commit 8803182f4a1d0d3aa51407bad633dfa1c3f71890
94946
 
Author: Matthias Clasen <mclasen@redhat.com>
94947
 
Date:   Wed Aug 25 20:04:45 2010 -0400
 
108359
Author:     Matthias Clasen <mclasen@redhat.com>
 
108360
AuthorDate: Wed Aug 25 20:04:45 2010 -0400
 
108361
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108362
CommitDate: Wed Aug 25 20:04:45 2010 -0400
94948
108363
 
94949
108364
    Guarantee that g_get_tmp_dir () doesn't return an empty string
94950
108365
 
94956
108371
 2 files changed, 20 insertions(+), 6 deletions(-)
94957
108372
 
94958
108373
commit 8e16bf2fb61bf38c9b634c18d9d7ca48e3623169
94959
 
Author: Matthias Clasen <mclasen@redhat.com>
94960
 
Date:   Wed Aug 25 18:44:59 2010 -0400
 
108374
Author:     Matthias Clasen <mclasen@redhat.com>
 
108375
AuthorDate: Wed Aug 25 18:44:59 2010 -0400
 
108376
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108377
CommitDate: Wed Aug 25 18:48:20 2010 -0400
94961
108378
 
94962
108379
    NEWS for 2.25.15
94963
108380
 
94965
108382
 1 file changed, 52 insertions(+)
94966
108383
 
94967
108384
commit 08877ee0dc61b73978d6e7f46216c9405498dbf8
94968
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
94969
 
Date:   Wed Aug 25 23:08:18 2010 +0100
 
108385
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108386
AuthorDate: Wed Aug 25 23:08:18 2010 +0100
 
108387
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108388
CommitDate: Wed Aug 25 23:08:18 2010 +0100
94970
108389
 
94971
108390
    datetime: Fix a thinko
94972
108391
 
94977
108396
 1 file changed, 2 insertions(+), 2 deletions(-)
94978
108397
 
94979
108398
commit 026375b395fcdc2336666546afd2f21e7ee8bc67
94980
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
94981
 
Date:   Wed Aug 25 23:00:31 2010 +0100
 
108399
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108400
AuthorDate: Wed Aug 25 23:00:31 2010 +0100
 
108401
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108402
CommitDate: Wed Aug 25 23:04:42 2010 +0100
94982
108403
 
94983
108404
    datetime: Avoid excessive copies in add_full()
94984
108405
 
95002
108423
 2 files changed, 108 insertions(+), 49 deletions(-)
95003
108424
 
95004
108425
commit 0d0a9bb4485069a56caf139346e6a6aad81c4efd
95005
 
Author: David Zeuthen <davidz@redhat.com>
95006
 
Date:   Wed Aug 25 14:45:28 2010 -0400
 
108426
Author:     David Zeuthen <davidz@redhat.com>
 
108427
AuthorDate: Wed Aug 25 14:45:28 2010 -0400
 
108428
Commit:     David Zeuthen <davidz@redhat.com>
 
108429
CommitDate: Wed Aug 25 14:49:05 2010 -0400
95007
108430
 
95008
108431
    GDBusConnection: Document memory management semantics for
95009
108432
    get_property()
95024
108447
 2 files changed, 8 insertions(+), 2 deletions(-)
95025
108448
 
95026
108449
commit d31c1c863a357e94b87529dfdfb6abad3fcef84b
95027
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95028
 
Date:   Wed Aug 25 16:24:46 2010 +0100
 
108450
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108451
AuthorDate: Wed Aug 25 16:24:46 2010 +0100
 
108452
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108453
CommitDate: Wed Aug 25 16:24:46 2010 +0100
95029
108454
 
95030
108455
    docs: Fix up GDateTime for the GObject reference
95031
108456
 
95034
108459
 2 files changed, 2 insertions(+), 1 deletion(-)
95035
108460
 
95036
108461
commit 99621efbd559afe9c3833befab90daf6d00fc8a9
95037
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95038
 
Date:   Wed Aug 25 16:23:34 2010 +0100
 
108462
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108463
AuthorDate: Wed Aug 25 16:23:34 2010 +0100
 
108464
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108465
CommitDate: Wed Aug 25 16:23:34 2010 +0100
95039
108466
 
95040
108467
    docs: Reword the datetime short description
95041
108468
 
95043
108470
 1 file changed, 1 insertion(+), 1 deletion(-)
95044
108471
 
95045
108472
commit 250b1d576b71f2bafd6cf7abbe679dc2a21fbd65
95046
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95047
 
Date:   Wed Aug 25 16:13:24 2010 +0100
 
108473
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108474
AuthorDate: Wed Aug 25 16:13:24 2010 +0100
 
108475
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108476
CommitDate: Wed Aug 25 16:13:24 2010 +0100
95048
108477
 
95049
108478
    docs: Fix the section name for GDateTime
95050
108479
 
95052
108481
 1 file changed, 1 insertion(+), 1 deletion(-)
95053
108482
 
95054
108483
commit 5e65ed4e4458d0a359259298c33b222e16441e5e
95055
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95056
 
Date:   Wed Aug 25 12:30:09 2010 +0100
 
108484
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108485
AuthorDate: Wed Aug 25 12:30:09 2010 +0100
 
108486
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108487
CommitDate: Wed Aug 25 13:42:48 2010 +0100
95057
108488
 
95058
108489
    datetime: Fix leap year check
95059
108490
 
95064
108495
 1 file changed, 15 insertions(+), 8 deletions(-)
95065
108496
 
95066
108497
commit 2952e908e4a67929a72c5ad9a26db95f1dde2d29
95067
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95068
 
Date:   Wed Aug 25 12:24:54 2010 +0100
 
108498
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108499
AuthorDate: Wed Aug 25 12:24:54 2010 +0100
 
108500
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108501
CommitDate: Wed Aug 25 12:24:54 2010 +0100
95069
108502
 
95070
108503
    datetime: Fix coding style
95071
108504
 
95074
108507
 1 file changed, 148 insertions(+), 162 deletions(-)
95075
108508
 
95076
108509
commit 0a59ab6e8594f0f2f9203390052364bef9212697
95077
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95078
 
Date:   Wed Aug 25 12:14:04 2010 +0100
 
108510
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108511
AuthorDate: Wed Aug 25 12:14:04 2010 +0100
 
108512
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108513
CommitDate: Wed Aug 25 12:14:04 2010 +0100
95079
108514
 
95080
108515
    datetime: Use %Z for the timezone name
95081
108516
 
95087
108522
 2 files changed, 3 insertions(+), 3 deletions(-)
95088
108523
 
95089
108524
commit b4c0b958af875bcba830ee734cd50df30a88236a
95090
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95091
 
Date:   Wed Aug 25 12:09:16 2010 +0100
 
108525
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108526
AuthorDate: Wed Aug 25 12:09:16 2010 +0100
 
108527
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108528
CommitDate: Wed Aug 25 12:09:16 2010 +0100
95092
108529
 
95093
108530
    datetime: Fix the format documentation
95094
108531
 
95099
108536
 1 file changed, 2 insertions(+), 2 deletions(-)
95100
108537
 
95101
108538
commit 9a39b1d7051bd5a8f725aacf621649619067857b
95102
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95103
 
Date:   Wed Aug 25 12:06:47 2010 +0100
 
108539
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108540
AuthorDate: Wed Aug 25 12:06:47 2010 +0100
 
108541
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108542
CommitDate: Wed Aug 25 12:06:47 2010 +0100
95104
108543
 
95105
108544
    datetime: Clean up macros and unused variables
95106
108545
 
95112
108551
 1 file changed, 73 insertions(+), 74 deletions(-)
95113
108552
 
95114
108553
commit 0f87f09397ef9a796258ec3200e0e987a761e505
95115
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95116
 
Date:   Wed Aug 25 00:27:49 2010 +0100
 
108554
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108555
AuthorDate: Wed Aug 25 00:27:49 2010 +0100
 
108556
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108557
CommitDate: Wed Aug 25 00:27:49 2010 +0100
95117
108558
 
95118
108559
    datetime: Remove the translation marker for a warning message
95119
108560
 
95121
108562
 1 file changed, 2 insertions(+), 1 deletion(-)
95122
108563
 
95123
108564
commit 96dc06e6e06ec0347ecb4e44b15acf8ce7e31af0
95124
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95125
 
Date:   Tue Aug 24 23:30:30 2010 +0100
 
108565
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108566
AuthorDate: Tue Aug 24 23:30:30 2010 +0100
 
108567
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108568
CommitDate: Tue Aug 24 23:41:21 2010 +0100
95126
108569
 
95127
108570
    docs: Add GDateTime to the GLib API reference
95128
108571
 
95132
108575
 2 files changed, 63 insertions(+)
95133
108576
 
95134
108577
commit d62eb80c5489bbd4590c10f218b9eb71393bdfaf
95135
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95136
 
Date:   Tue Aug 24 21:37:43 2010 +0100
 
108578
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108579
AuthorDate: Tue Aug 24 21:37:43 2010 +0100
 
108580
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108581
CommitDate: Tue Aug 24 23:41:21 2010 +0100
95137
108582
 
95138
108583
    docs: Mention TZDIR
95139
108584
 
95145
108590
 1 file changed, 11 insertions(+)
95146
108591
 
95147
108592
commit e35ed21f43f94443e5b137d85120b87542261c5b
95148
 
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
95149
 
Date:   Fri May 28 08:19:29 2010 -0300
 
108593
Author:     Thiago Santos <thiago.sousa.santos@collabora.co.uk>
 
108594
AuthorDate: Fri May 28 08:19:29 2010 -0300
 
108595
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108596
CommitDate: Tue Aug 24 23:41:21 2010 +0100
95150
108597
 
95151
108598
    datetime: Add GDateTime to the GType system
95152
108599
 
95158
108605
 3 files changed, 12 insertions(+), 1 deletion(-)
95159
108606
 
95160
108607
commit e1f13ee9ed38d4f14bf927b6fa3f28530afc3640
95161
 
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
95162
 
Date:   Fri May 28 08:19:29 2010 -0300
 
108608
Author:     Thiago Santos <thiago.sousa.santos@collabora.co.uk>
 
108609
AuthorDate: Fri May 28 08:19:29 2010 -0300
 
108610
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108611
CommitDate: Tue Aug 24 23:41:21 2010 +0100
95163
108612
 
95164
108613
    Add GDateTime to GLib
95165
108614
 
95185
108634
 8 files changed, 3445 insertions(+), 8 deletions(-)
95186
108635
 
95187
108636
commit 3cee971db55da9b3bdd1c05e5be68152cd6fd165
95188
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95189
 
Date:   Tue Aug 24 22:47:02 2010 +0100
 
108637
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108638
AuthorDate: Tue Aug 24 22:47:02 2010 +0100
 
108639
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
108640
CommitDate: Tue Aug 24 22:48:15 2010 +0100
95190
108641
 
95191
108642
    Add C_() to glibintl.h
95192
108643
 
95194
108645
 1 file changed, 2 insertions(+)
95195
108646
 
95196
108647
commit 0a9bfa1c7d1d30a926c20cb45f935d05e2d2752a
95197
 
Author: Cody Russell <bratsche@gnome.org>
95198
 
Date:   Mon Aug 23 12:34:53 2010 -0500
 
108648
Author:     Cody Russell <bratsche@gnome.org>
 
108649
AuthorDate: Mon Aug 23 12:34:53 2010 -0500
 
108650
Commit:     Cody Russell <bratsche@gnome.org>
 
108651
CommitDate: Mon Aug 23 12:34:53 2010 -0500
95199
108652
 
95200
108653
    Add const to _pcre_ucp_othercase() definition in pcre_internal.h
95201
108654
 
95203
108656
 1 file changed, 1 insertion(+), 1 deletion(-)
95204
108657
 
95205
108658
commit 5ff83633744db6f07fa990deab20b17c583b40e9
95206
 
Author: Jorge González <jorgegonz@svn.gnome.org>
95207
 
Date:   Mon Aug 23 17:40:02 2010 +0200
 
108659
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
108660
AuthorDate: Mon Aug 23 17:40:02 2010 +0200
 
108661
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
108662
CommitDate: Mon Aug 23 17:40:02 2010 +0200
95208
108663
 
95209
108664
    Updated Spanish translation
95210
108665
 
95213
108668
 1 file changed, 38 insertions(+), 29 deletions(-)
95214
108669
 
95215
108670
commit 6c24062880b19a239b57435694a9daed1c90edca
95216
 
Author: Tor Lillqvist <tml@iki.fi>
95217
 
Date:   Mon Aug 23 14:31:20 2010 +0300
 
108671
Author:     Tor Lillqvist <tml@iki.fi>
 
108672
AuthorDate: Mon Aug 23 14:31:20 2010 +0300
 
108673
Commit:     Tor Lillqvist <tml@iki.fi>
 
108674
CommitDate: Mon Aug 23 14:31:20 2010 +0300
95218
108675
 
95219
108676
    Include gproxyaddress.h explicitly
95220
108677
 
95222
108679
 1 file changed, 1 insertion(+)
95223
108680
 
95224
108681
commit 780d6bfa88900fa5a01375467b0cbb686f7b1d1f
95225
 
Author: Matthias Clasen <mclasen@redhat.com>
95226
 
Date:   Mon Aug 23 00:37:52 2010 -0400
 
108682
Author:     Matthias Clasen <mclasen@redhat.com>
 
108683
AuthorDate: Mon Aug 23 00:37:52 2010 -0400
 
108684
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108685
CommitDate: Mon Aug 23 00:38:19 2010 -0400
95227
108686
 
95228
108687
    Improve testutils test coverage
95229
108688
 
95231
108690
 1 file changed, 13 insertions(+)
95232
108691
 
95233
108692
commit fa6926e5d4ff7fc7efde46222ff70f2a75298ac4
95234
 
Author: Matthias Clasen <mclasen@redhat.com>
95235
 
Date:   Mon Aug 23 00:37:37 2010 -0400
 
108693
Author:     Matthias Clasen <mclasen@redhat.com>
 
108694
AuthorDate: Mon Aug 23 00:37:37 2010 -0400
 
108695
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108696
CommitDate: Mon Aug 23 00:38:19 2010 -0400
95236
108697
 
95237
108698
    Improve printf test coverage
95238
108699
 
95240
108701
 1 file changed, 21 insertions(+)
95241
108702
 
95242
108703
commit 7d970fadbc4bad8635f2e5e109517bc015e0e14a
95243
 
Author: Matthias Clasen <mclasen@redhat.com>
95244
 
Date:   Mon Aug 23 00:37:21 2010 -0400
 
108704
Author:     Matthias Clasen <mclasen@redhat.com>
 
108705
AuthorDate: Mon Aug 23 00:37:21 2010 -0400
 
108706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108707
CommitDate: Mon Aug 23 00:38:19 2010 -0400
95245
108708
 
95246
108709
    Improve GDate test coverate
95247
108710
 
95249
108712
 1 file changed, 37 insertions(+)
95250
108713
 
95251
108714
commit 8f40c0e45a158440edb7f4e4fcc95471c028a2e3
95252
 
Author: Matthias Clasen <mclasen@redhat.com>
95253
 
Date:   Mon Aug 23 00:36:36 2010 -0400
 
108715
Author:     Matthias Clasen <mclasen@redhat.com>
 
108716
AuthorDate: Mon Aug 23 00:36:36 2010 -0400
 
108717
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108718
CommitDate: Mon Aug 23 00:38:19 2010 -0400
95254
108719
 
95255
108720
    Improve GDBus introspection test coverage
95256
108721
 
95260
108725
 2 files changed, 85 insertions(+)
95261
108726
 
95262
108727
commit 847e4dfe7d2ff84c23fba332381e5121ab54aa39
95263
 
Author: David Zeuthen <davidz@redhat.com>
95264
 
Date:   Sun Aug 22 22:56:49 2010 -0400
 
108728
Author:     David Zeuthen <davidz@redhat.com>
 
108729
AuthorDate: Sun Aug 22 22:56:49 2010 -0400
 
108730
Commit:     David Zeuthen <davidz@redhat.com>
 
108731
CommitDate: Sun Aug 22 22:58:29 2010 -0400
95265
108732
 
95266
108733
    GDBusMethodInvocation: nuke constructor
95267
108734
 
95280
108747
 6 files changed, 32 insertions(+), 31 deletions(-)
95281
108748
 
95282
108749
commit 5668d52babfd40ac502463006f964665f3561008
95283
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
95284
 
Date:   Mon Aug 23 02:24:25 2010 +0200
 
108750
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
108751
AuthorDate: Mon Aug 23 02:24:25 2010 +0200
 
108752
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
108753
CommitDate: Mon Aug 23 02:24:25 2010 +0200
95285
108754
 
95286
108755
    Updated galician translations
95287
108756
 
95289
108758
 1 file changed, 23 insertions(+), 24 deletions(-)
95290
108759
 
95291
108760
commit ff59b66ebaaf580cb355f187e83ce36b198ee880
95292
 
Author: Jorge González <jorgegonz@svn.gnome.org>
95293
 
Date:   Sun Aug 22 21:17:53 2010 +0200
 
108761
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
108762
AuthorDate: Sun Aug 22 21:17:53 2010 +0200
 
108763
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
108764
CommitDate: Sun Aug 22 21:17:53 2010 +0200
95294
108765
 
95295
108766
    Updated Spanish translation
95296
108767
 
95299
108770
 1 file changed, 130 insertions(+), 30 deletions(-)
95300
108771
 
95301
108772
commit 3ff9894826215790fdd6c8b53584f94a7172c39f
95302
 
Author: David Zeuthen <davidz@redhat.com>
95303
 
Date:   Thu Aug 5 20:37:27 2010 -0400
 
108773
Author:     David Zeuthen <davidz@redhat.com>
 
108774
AuthorDate: Thu Aug 5 20:37:27 2010 -0400
 
108775
Commit:     David Zeuthen <davidz@redhat.com>
 
108776
CommitDate: Thu Aug 5 20:37:27 2010 -0400
95304
108777
 
95305
108778
    Bug 624546 – Modification of GDBusMessage in filter function
95306
108779
 
95326
108799
 9 files changed, 298 insertions(+), 48 deletions(-)
95327
108800
 
95328
108801
commit 6d359d60290f5651b868d326e1e9514f68dfaa32
95329
 
Author: Ask H. Larsen <asklarsen@gmail.com>
95330
 
Date:   Sun Aug 22 13:17:24 2010 +0200
 
108802
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
108803
AuthorDate: Sun Aug 22 13:17:24 2010 +0200
 
108804
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
108805
CommitDate: Sun Aug 22 13:17:24 2010 +0200
95331
108806
 
95332
108807
    Updated Danish translation
95333
108808
 
95336
108811
 1 file changed, 1310 insertions(+), 792 deletions(-)
95337
108812
 
95338
108813
commit ef16ea4616b6d47b533474dd163ae23add7037bc
95339
 
Author: Matthias Clasen <mclasen@redhat.com>
95340
 
Date:   Sat Aug 21 22:22:25 2010 -0400
 
108814
Author:     Matthias Clasen <mclasen@redhat.com>
 
108815
AuthorDate: Sat Aug 21 22:22:25 2010 -0400
 
108816
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108817
CommitDate: Sat Aug 21 22:22:25 2010 -0400
95341
108818
 
95342
108819
    Add proxy extension point to overview docs
95343
108820
 
95348
108825
 1 file changed, 12 insertions(+)
95349
108826
 
95350
108827
commit 040bffed38529f18d71713fce994b8ea705dbfb6
95351
 
Author: Matthias Clasen <mclasen@redhat.com>
95352
 
Date:   Sat Aug 21 22:14:28 2010 -0400
 
108828
Author:     Matthias Clasen <mclasen@redhat.com>
 
108829
AuthorDate: Sat Aug 21 22:14:28 2010 -0400
 
108830
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108831
CommitDate: Sat Aug 21 22:14:28 2010 -0400
95353
108832
 
95354
108833
    Fix build on !unix
95355
108834
 
95360
108839
 1 file changed, 2 insertions(+)
95361
108840
 
95362
108841
commit 41ce91d0579aa05b89e357c9fd59d9530ad7bf76
95363
 
Author: Matthias Clasen <mclasen@redhat.com>
95364
 
Date:   Sat Aug 21 22:09:32 2010 -0400
 
108842
Author:     Matthias Clasen <mclasen@redhat.com>
 
108843
AuthorDate: Sat Aug 21 22:09:32 2010 -0400
 
108844
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108845
CommitDate: Sat Aug 21 22:09:32 2010 -0400
95365
108846
 
95366
108847
    Better fix for the build problem
95367
108848
 
95372
108853
 1 file changed, 1 insertion(+), 10 deletions(-)
95373
108854
 
95374
108855
commit 3d01283f6908000e0a989ba22769c869461be398
95375
 
Author: Matthias Clasen <mclasen@redhat.com>
95376
 
Date:   Sat Aug 21 22:06:56 2010 -0400
 
108856
Author:     Matthias Clasen <mclasen@redhat.com>
 
108857
AuthorDate: Sat Aug 21 22:06:56 2010 -0400
 
108858
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108859
CommitDate: Sat Aug 21 22:06:56 2010 -0400
95377
108860
 
95378
108861
    Make gdbus-peer build on !linux
95379
108862
 
95383
108866
 1 file changed, 3 insertions(+)
95384
108867
 
95385
108868
commit 61de05e774829f1687244b014732490005cf4b48
95386
 
Author: Matthias Clasen <mclasen@redhat.com>
95387
 
Date:   Sat Aug 21 21:58:51 2010 -0400
 
108869
Author:     Matthias Clasen <mclasen@redhat.com>
 
108870
AuthorDate: Sat Aug 21 21:58:51 2010 -0400
 
108871
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108872
CommitDate: Sat Aug 21 21:58:51 2010 -0400
95388
108873
 
95389
108874
    Fix a duplicate word
95390
108875
 
95394
108879
 1 file changed, 1 insertion(+), 1 deletion(-)
95395
108880
 
95396
108881
commit a54e2c4fb302ebbeae3e28c70f2342a57edb7521
95397
 
Author: Matthias Clasen <mclasen@redhat.com>
95398
 
Date:   Sat Aug 21 19:27:11 2010 -0400
 
108882
Author:     Matthias Clasen <mclasen@redhat.com>
 
108883
AuthorDate: Sat Aug 21 19:27:11 2010 -0400
 
108884
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108885
CommitDate: Sat Aug 21 19:27:11 2010 -0400
95399
108886
 
95400
108887
    Add some more annotations
95401
108888
 
95403
108890
 1 file changed, 1 insertion(+), 1 deletion(-)
95404
108891
 
95405
108892
commit 892f9b64584b7a05c517f19f8a9a22d8533a6413
95406
 
Author: Matthias Clasen <mclasen@redhat.com>
95407
 
Date:   Sat Aug 21 19:18:40 2010 -0400
 
108893
Author:     Matthias Clasen <mclasen@redhat.com>
 
108894
AuthorDate: Sat Aug 21 19:18:40 2010 -0400
 
108895
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108896
CommitDate: Sat Aug 21 19:18:40 2010 -0400
95408
108897
 
95409
108898
    Improve test coverage for actions and action groups
95410
108899
 
95413
108902
 1 file changed, 116 insertions(+)
95414
108903
 
95415
108904
commit 33b775308bd97c02ecdd6de4f91a619c8fcdc282
95416
 
Author: Matthias Clasen <mclasen@redhat.com>
95417
 
Date:   Sat Aug 21 19:18:17 2010 -0400
 
108905
Author:     Matthias Clasen <mclasen@redhat.com>
 
108906
AuthorDate: Sat Aug 21 19:18:17 2010 -0400
 
108907
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108908
CommitDate: Sat Aug 21 19:18:17 2010 -0400
95418
108909
 
95419
108910
    Document behaviour wrt. to floating variants
95420
108911
 
95422
108913
 1 file changed, 4 insertions(+)
95423
108914
 
95424
108915
commit 9581b33ca5c2cc56d0e6f1fef5d437f856928494
95425
 
Author: Matthias Clasen <mclasen@redhat.com>
95426
 
Date:   Sat Aug 21 19:11:03 2010 -0400
 
108916
Author:     Matthias Clasen <mclasen@redhat.com>
 
108917
AuthorDate: Sat Aug 21 19:11:03 2010 -0400
 
108918
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108919
CommitDate: Sat Aug 21 19:11:03 2010 -0400
95427
108920
 
95428
108921
    Document behaviour wrt to floating variants
95429
108922
 
95431
108924
 1 file changed, 2 insertions(+)
95432
108925
 
95433
108926
commit e8ffb1ae83cf63837254ee5979798b2ada18c38a
95434
 
Author: Matthias Clasen <mclasen@redhat.com>
95435
 
Date:   Sat Aug 21 16:30:50 2010 -0400
 
108927
Author:     Matthias Clasen <mclasen@redhat.com>
 
108928
AuthorDate: Sat Aug 21 16:30:50 2010 -0400
 
108929
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108930
CommitDate: Sat Aug 21 18:12:18 2010 -0400
95436
108931
 
95437
108932
    Add some annotations
95438
108933
 
95440
108935
 1 file changed, 11 insertions(+), 7 deletions(-)
95441
108936
 
95442
108937
commit 5b38bc5ad5181bb4900c1da898b2e4fcdcec1757
95443
 
Author: Ryan Lortie <desrt@desrt.ca>
95444
 
Date:   Sat Aug 21 17:35:32 2010 -0400
 
108938
Author:     Ryan Lortie <desrt@desrt.ca>
 
108939
AuthorDate: Sat Aug 21 17:35:32 2010 -0400
 
108940
Commit:     Ryan Lortie <desrt@desrt.ca>
 
108941
CommitDate: Sat Aug 21 17:35:32 2010 -0400
95445
108942
 
95446
108943
    Simplify/fix state logic in GAction, test it.
95447
108944
 
95451
108948
 2 files changed, 70 insertions(+), 20 deletions(-)
95452
108949
 
95453
108950
commit 3c5388d9f41b39c939cb67c5fa28cf38ec832cd0
95454
 
Author: Matthias Clasen <mclasen@redhat.com>
95455
 
Date:   Sat Aug 21 15:40:46 2010 -0400
 
108951
Author:     Matthias Clasen <mclasen@redhat.com>
 
108952
AuthorDate: Sat Aug 21 15:40:46 2010 -0400
 
108953
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108954
CommitDate: Sat Aug 21 15:40:46 2010 -0400
95456
108955
 
95457
108956
    Add some forgotten symbols
95458
108957
 
95460
108959
 1 file changed, 2 insertions(+), 1 deletion(-)
95461
108960
 
95462
108961
commit bff2af486827499c2da507f17e61fc88c96b43ba
95463
 
Author: Matthias Clasen <mclasen@redhat.com>
95464
 
Date:   Sat Aug 21 15:40:32 2010 -0400
 
108962
Author:     Matthias Clasen <mclasen@redhat.com>
 
108963
AuthorDate: Sat Aug 21 15:40:32 2010 -0400
 
108964
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108965
CommitDate: Sat Aug 21 15:40:32 2010 -0400
95465
108966
 
95466
108967
    Ignore some more private headers
95467
108968
 
95469
108970
 1 file changed, 2 insertions(+)
95470
108971
 
95471
108972
commit b876e47e3b623b50dcced6c1c8f6f953c1113753
95472
 
Author: Matthias Clasen <mclasen@redhat.com>
95473
 
Date:   Sat Aug 21 15:34:40 2010 -0400
 
108973
Author:     Matthias Clasen <mclasen@redhat.com>
 
108974
AuthorDate: Sat Aug 21 15:34:40 2010 -0400
 
108975
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108976
CommitDate: Sat Aug 21 15:34:40 2010 -0400
95474
108977
 
95475
108978
    Fix documentation issues
95476
108979
 
95482
108985
 2 files changed, 12 insertions(+), 10 deletions(-)
95483
108986
 
95484
108987
commit 4831a102e51825b79d39686983326bcf82490ede
95485
 
Author: Matthias Clasen <mclasen@redhat.com>
95486
 
Date:   Sat Aug 21 15:34:18 2010 -0400
 
108988
Author:     Matthias Clasen <mclasen@redhat.com>
 
108989
AuthorDate: Sat Aug 21 15:34:18 2010 -0400
 
108990
Commit:     Matthias Clasen <mclasen@redhat.com>
 
108991
CommitDate: Sat Aug 21 15:34:18 2010 -0400
95487
108992
 
95488
108993
    Fix GActionGroup docs
95489
108994
 
95491
108996
 1 file changed, 2 insertions(+), 2 deletions(-)
95492
108997
 
95493
108998
commit fceea19be5a7744904f793e38e090b627b8c0ed8
95494
 
Author: Милош Поповић <gpopac@gmail.com>
95495
 
Date:   Sat Aug 21 20:05:14 2010 +0200
 
108999
Author:     Милош Поповић <gpopac@gmail.com>
 
109000
AuthorDate: Sat Aug 21 20:05:14 2010 +0200
 
109001
Commit:     Милош Поповић <gpopac@gmail.com>
 
109002
CommitDate: Sat Aug 21 20:05:14 2010 +0200
95496
109003
 
95497
109004
    Updated Serbian translation
95498
109005
 
95503
109010
 2 files changed, 2185 insertions(+), 1338 deletions(-)
95504
109011
 
95505
109012
commit de07279709d35aeb28dfb60ea836cd043eb4cfc2
95506
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
95507
 
Date:   Sat Aug 21 19:43:37 2010 +0800
 
109013
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
109014
AuthorDate: Sat Aug 21 19:43:37 2010 +0800
 
109015
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
109016
CommitDate: Sat Aug 21 19:43:37 2010 +0800
95508
109017
 
95509
109018
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
95510
109019
 
95515
109024
 2 files changed, 1305 insertions(+), 610 deletions(-)
95516
109025
 
95517
109026
commit 276a9ba385a2cde538c7d5176ea5ee761c21e9ed
95518
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
95519
 
Date:   Sat Aug 21 02:35:07 2010 +0300
 
109027
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
109028
AuthorDate: Sat Aug 21 02:35:07 2010 +0300
 
109029
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
109030
CommitDate: Sat Aug 21 02:35:07 2010 +0300
95520
109031
 
95521
109032
    Updated Hebrew translation.
95522
109033
 
95525
109036
 1 file changed, 127 insertions(+), 30 deletions(-)
95526
109037
 
95527
109038
commit 8524f0dc0d0c2742a90a3fee6dbb7fe290dfb8dd
95528
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
95529
 
Date:   Fri Aug 20 13:23:11 2010 +0200
 
109039
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
109040
AuthorDate: Fri Aug 20 13:23:11 2010 +0200
 
109041
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
109042
CommitDate: Fri Aug 20 13:23:11 2010 +0200
95530
109043
 
95531
109044
    Updated galician translations
95532
109045
 
95535
109048
 1 file changed, 254 insertions(+), 142 deletions(-)
95536
109049
 
95537
109050
commit 8f5ec0dad328cbb498fe2f60bd465f0e4c5d4cad
95538
 
Author: Dan Winship <danw@gnome.org>
95539
 
Date:   Thu Aug 19 18:24:53 2010 -0400
 
109051
Author:     Dan Winship <danw@gnome.org>
 
109052
AuthorDate: Thu Aug 19 18:24:53 2010 -0400
 
109053
Commit:     Dan Winship <danw@gnome.org>
 
109054
CommitDate: Thu Aug 19 18:24:53 2010 -0400
95540
109055
 
95541
109056
    Fix misc compiler warnings in (mostly) test programs
95542
109057
 
95551
109066
 8 files changed, 22 insertions(+), 10 deletions(-)
95552
109067
 
95553
109068
commit 22b3f0d4b26d0b729c1850f45670a9050dc10772
95554
 
Author: Dan Winship <danw@gnome.org>
95555
 
Date:   Thu Aug 19 17:51:24 2010 -0400
 
109069
Author:     Dan Winship <danw@gnome.org>
 
109070
AuthorDate: Thu Aug 19 17:51:24 2010 -0400
 
109071
Commit:     Dan Winship <danw@gnome.org>
 
109072
CommitDate: Thu Aug 19 17:51:24 2010 -0400
95556
109073
 
95557
109074
    gio.symbols: add missing g_simple_action_group stuff
95558
109075
 
95560
109077
 1 file changed, 10 insertions(+)
95561
109078
 
95562
109079
commit ab778737aa6d145a0d19d0775270959a72716260
95563
 
Author: Dan Winship <danw@gnome.org>
95564
 
Date:   Thu Aug 19 17:51:01 2010 -0400
 
109080
Author:     Dan Winship <danw@gnome.org>
 
109081
AuthorDate: Thu Aug 19 17:51:01 2010 -0400
 
109082
Commit:     Dan Winship <danw@gnome.org>
 
109083
CommitDate: Thu Aug 19 17:51:01 2010 -0400
95565
109084
 
95566
109085
    gproxyaddressenumerator.h: add missing G_END_DECLS
95567
109086
 
95569
109088
 1 file changed, 2 insertions(+)
95570
109089
 
95571
109090
commit de1598a34d920882991d6b5166bce815ca4aa428
95572
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95573
 
Date:   Thu Aug 19 17:31:42 2010 -0400
 
109091
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109092
AuthorDate: Thu Aug 19 17:31:42 2010 -0400
 
109093
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109094
CommitDate: Thu Aug 19 17:31:42 2010 -0400
95574
109095
 
95575
109096
    gio/proxy: Fixed compilation warnings
95576
109097
 
95582
109103
 2 files changed, 1 insertion(+), 3 deletions(-)
95583
109104
 
95584
109105
commit 0958e663175fe51361aa1e6a87a3f3c5de08bebf
95585
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95586
 
Date:   Thu Aug 19 16:23:50 2010 -0400
 
109106
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109107
AuthorDate: Thu Aug 19 16:23:50 2010 -0400
 
109108
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109109
CommitDate: Thu Aug 19 16:32:38 2010 -0400
95587
109110
 
95588
109111
    Add support for g_socket_client_add_application_proxy()
95589
109112
 
95603
109126
 4 files changed, 43 insertions(+), 2 deletions(-)
95604
109127
 
95605
109128
commit ced1d0e2e7d164873d8b7e335a00cfac13785760
95606
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95607
 
Date:   Tue May 25 16:02:42 2010 -0400
 
109129
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109130
AuthorDate: Tue May 25 16:02:42 2010 -0400
 
109131
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109132
CommitDate: Thu Aug 19 16:32:38 2010 -0400
95608
109133
 
95609
109134
    Implemented SOCKSv4 and SOCKSv4a
95610
109135
 
95619
109144
 7 files changed, 676 insertions(+)
95620
109145
 
95621
109146
commit e2a90bcb5fc50f099cbf8df01a09697f7e48522d
95622
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95623
 
Date:   Fri May 7 16:35:04 2010 -0400
 
109147
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109148
AuthorDate: Fri May 7 16:35:04 2010 -0400
 
109149
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109150
CommitDate: Thu Aug 19 16:32:38 2010 -0400
95624
109151
 
95625
109152
    Implemented proxy sample code that connect to proxy
95626
109153
 
95629
109156
 1 file changed, 83 insertions(+)
95630
109157
 
95631
109158
commit 0ebb79a7488121ae4a18cc84ac92e25ddb2b9544
95632
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95633
 
Date:   Thu Apr 29 18:51:42 2010 -0400
 
109159
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109160
AuthorDate: Thu Apr 29 18:51:42 2010 -0400
 
109161
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109162
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95634
109163
 
95635
109164
    Implemented g_socket_client_connect_to_uri() method
95636
109165
 
95648
109177
 4 files changed, 141 insertions(+), 1 deletion(-)
95649
109178
 
95650
109179
commit a6c3820f46b9caabc45ab19aaf2669b4cb04c5d5
95651
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95652
 
Date:   Tue Aug 10 16:48:45 2010 -0400
 
109180
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109181
AuthorDate: Tue Aug 10 16:48:45 2010 -0400
 
109182
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109183
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95653
109184
 
95654
109185
    Hooked proxy enumeration into GSocketClient
95655
109186
 
95671
109202
 4 files changed, 282 insertions(+), 32 deletions(-)
95672
109203
 
95673
109204
commit ee3dbf747e48a41c916674f111906f57996fd626
95674
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95675
 
Date:   Thu Jul 22 20:51:23 2010 -0400
 
109205
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109206
AuthorDate: Thu Jul 22 20:51:23 2010 -0400
 
109207
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109208
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95676
109209
 
95677
109210
    Implement GProxyConnection a GIOStream+GTcpConn wrapper
95678
109211
 
95690
109223
 3 files changed, 226 insertions(+)
95691
109224
 
95692
109225
commit 6fa113660057e0e6592b180d1a2aead617e71dec
95693
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95694
 
Date:   Thu Apr 29 15:22:55 2010 -0400
 
109226
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109227
AuthorDate: Thu Apr 29 15:22:55 2010 -0400
 
109228
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109229
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95695
109230
 
95696
109231
    Implemented SOCKSv5 proxy support
95697
109232
 
95704
109239
 5 files changed, 1106 insertions(+)
95705
109240
 
95706
109241
commit c32ef1d85e0b7cca02677bbe50fef2ef79a98002
95707
 
Author: Dan Winship <danw@gnome.org>
95708
 
Date:   Fri Jun 25 14:28:02 2010 -0400
 
109242
Author:     Dan Winship <danw@gnome.org>
 
109243
AuthorDate: Fri Jun 25 14:28:02 2010 -0400
 
109244
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109245
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95709
109246
 
95710
109247
    GSocket: store the remote_address when connecting
95711
109248
 
95718
109255
 1 file changed, 43 insertions(+), 8 deletions(-)
95719
109256
 
95720
109257
commit b304a23af73374857e6bb18fc636d83fe9ed58ea
95721
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95722
 
Date:   Wed Apr 28 15:39:56 2010 -0400
 
109258
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109259
AuthorDate: Wed Apr 28 15:39:56 2010 -0400
 
109260
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109261
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95723
109262
 
95724
109263
    Extend IO_ERROR enum for Proxy support
95725
109264
 
95728
109267
 2 files changed, 34 insertions(+), 1 deletion(-)
95729
109268
 
95730
109269
commit 1094c84238e05304e4175990c5e0e018cdf97e28
95731
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95732
 
Date:   Fri May 7 16:32:05 2010 -0400
 
109270
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109271
AuthorDate: Fri May 7 16:32:05 2010 -0400
 
109272
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109273
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95733
109274
 
95734
109275
    Implemented proxy sample for all Connectables
95735
109276
 
95738
109279
 1 file changed, 290 insertions(+), 19 deletions(-)
95739
109280
 
95740
109281
commit fc03ecce831cd94639df1a355f5dd8c9b8eebfae
95741
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95742
 
Date:   Tue Aug 10 15:45:32 2010 -0400
 
109282
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109283
AuthorDate: Tue Aug 10 15:45:32 2010 -0400
 
109284
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109285
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95743
109286
 
95744
109287
    Implemented proxy_enumerate() for all Connectables
95745
109288
 
95760
109303
 6 files changed, 329 insertions(+), 188 deletions(-)
95761
109304
 
95762
109305
commit f82f484b8ffa18aab10e79baa96bcfa438f8dc5b
95763
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95764
 
Date:   Tue Aug 10 16:53:25 2010 -0400
 
109306
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109307
AuthorDate: Tue Aug 10 16:53:25 2010 -0400
 
109308
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109309
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95765
109310
 
95766
109311
    Added proxy_enumerate method to GSocketConnectable
95767
109312
 
95776
109321
 6 files changed, 47 insertions(+), 3 deletions(-)
95777
109322
 
95778
109323
commit 6749ffce594b146ef49c8fe014bfa8b0272b6b9f
95779
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95780
 
Date:   Fri May 7 16:27:34 2010 -0400
 
109324
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109325
AuthorDate: Fri May 7 16:27:34 2010 -0400
 
109326
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109327
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95781
109328
 
95782
109329
    Added GProxyAddressEnumerator to proxy sample code
95783
109330
 
95786
109333
 1 file changed, 133 insertions(+)
95787
109334
 
95788
109335
commit a7e0e8fc0852255d430daa90e7345db67a2a9594
95789
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95790
 
Date:   Tue Aug 10 15:25:11 2010 -0400
 
109336
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109337
AuthorDate: Tue Aug 10 15:25:11 2010 -0400
 
109338
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109339
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95791
109340
 
95792
109341
    Adding GProxyAddressEnumerator class
95793
109342
 
95811
109360
 8 files changed, 824 insertions(+), 1 deletion(-)
95812
109361
 
95813
109362
commit d76de5e3591431c03a5812acd7682f2ff68fba69
95814
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95815
 
Date:   Tue Aug 10 15:24:37 2010 -0400
 
109363
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109364
AuthorDate: Tue Aug 10 15:24:37 2010 -0400
 
109365
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109366
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95816
109367
 
95817
109368
    Added GProxy interface for proxy extension point
95818
109369
 
95837
109388
 10 files changed, 371 insertions(+)
95838
109389
 
95839
109390
commit 63105d1074ce54fdda9c81bb0353abc9b0a24d62
95840
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95841
 
Date:   Tue Aug 10 15:23:37 2010 -0400
 
109391
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109392
AuthorDate: Tue Aug 10 15:23:37 2010 -0400
 
109393
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109394
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95842
109395
 
95843
109396
    Added method g_network_address_parse_uri()
95844
109397
 
95857
109410
 4 files changed, 304 insertions(+)
95858
109411
 
95859
109412
commit 466111c9605ace99389d56ace213621db01e18d9
95860
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95861
 
Date:   Mon Apr 26 17:27:33 2010 -0400
 
109413
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109414
AuthorDate: Mon Apr 26 17:27:33 2010 -0400
 
109415
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109416
CommitDate: Thu Aug 19 16:32:37 2010 -0400
95862
109417
 
95863
109418
    Implement GProxyAddress
95864
109419
 
95882
109437
 9 files changed, 462 insertions(+)
95883
109438
 
95884
109439
commit 6b1d851cc5ba8ce4276f2e3236da7554b763cf0c
95885
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95886
 
Date:   Fri May 7 16:23:45 2010 -0400
 
109440
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109441
AuthorDate: Fri May 7 16:23:45 2010 -0400
 
109442
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109443
CommitDate: Thu Aug 19 16:32:36 2010 -0400
95887
109444
 
95888
109445
    Implemented proxy sample code
95889
109446
 
95896
109453
 3 files changed, 181 insertions(+)
95897
109454
 
95898
109455
commit f3debedfd2a3197230ac6f09f56741c3eda61e29
95899
 
Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
95900
 
Date:   Fri May 7 15:55:54 2010 -0400
 
109456
Author:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109457
AuthorDate: Fri May 7 15:55:54 2010 -0400
 
109458
Commit:     Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
 
109459
CommitDate: Thu Aug 19 16:32:36 2010 -0400
95901
109460
 
95902
109461
    Implemented proxy-resolver extension point
95903
109462
 
95925
109484
 12 files changed, 601 insertions(+)
95926
109485
 
95927
109486
commit f82740f7beeac91398fc152a3efef0918540cd7b
95928
 
Author: Jorge González <jorgegonz@svn.gnome.org>
95929
 
Date:   Thu Aug 19 21:17:09 2010 +0200
 
109487
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
109488
AuthorDate: Thu Aug 19 21:17:09 2010 +0200
 
109489
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
109490
CommitDate: Thu Aug 19 21:17:09 2010 +0200
95930
109491
 
95931
109492
    Updated Spanish translation
95932
109493
 
95935
109496
 1 file changed, 150 insertions(+), 145 deletions(-)
95936
109497
 
95937
109498
commit b4b5ca4fd89a469c423df9d917af0c523196aab5
95938
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
95939
 
Date:   Thu Aug 19 09:31:02 2010 +0300
 
109499
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
109500
AuthorDate: Thu Aug 19 09:31:02 2010 +0300
 
109501
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
109502
CommitDate: Thu Aug 19 09:31:02 2010 +0300
95940
109503
 
95941
109504
    Updated Hebrew translation.
95942
109505
 
95945
109508
 1 file changed, 146 insertions(+), 139 deletions(-)
95946
109509
 
95947
109510
commit 7d6a6ca57b5a5dc1ad55a785dfd79fa98d7e4093
95948
 
Author: David Zeuthen <davidz@redhat.com>
95949
 
Date:   Wed Aug 18 13:07:25 2010 -0400
 
109511
Author:     David Zeuthen <davidz@redhat.com>
 
109512
AuthorDate: Wed Aug 18 13:07:25 2010 -0400
 
109513
Commit:     David Zeuthen <davidz@redhat.com>
 
109514
CommitDate: Wed Aug 18 13:09:04 2010 -0400
95950
109515
 
95951
109516
    Bug 627188 – gdbus-non-socket test occasionally fails
95952
109517
 
95959
109524
 1 file changed, 15 insertions(+), 4 deletions(-)
95960
109525
 
95961
109526
commit 6c340c0b0312fc12f01ba1887e559fd36fcf28cb
95962
 
Author: Matthias Clasen <mclasen@redhat.com>
95963
 
Date:   Wed Aug 18 12:07:01 2010 -0400
 
109527
Author:     Matthias Clasen <mclasen@redhat.com>
 
109528
AuthorDate: Wed Aug 18 12:07:01 2010 -0400
 
109529
Commit:     Matthias Clasen <mclasen@redhat.com>
 
109530
CommitDate: Wed Aug 18 12:07:38 2010 -0400
95964
109531
 
95965
109532
    Make gunixcredentialsmessage.h standalone includable
95966
109533
 
95968
109535
 1 file changed, 1 insertion(+), 2 deletions(-)
95969
109536
 
95970
109537
commit 81b91a8852c0840d907c8192c67b2e65b29d41c6
95971
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95972
 
Date:   Wed Aug 18 16:54:36 2010 +0100
 
109538
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
109539
AuthorDate: Wed Aug 18 16:54:36 2010 +0100
 
109540
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
109541
CommitDate: Wed Aug 18 16:55:40 2010 +0100
95973
109542
 
95974
109543
    action: Minor fixes
95975
109544
 
95987
109556
 2 files changed, 166 insertions(+), 77 deletions(-)
95988
109557
 
95989
109558
commit 504117e284682bff973ad73646fa67103978d016
95990
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
95991
 
Date:   Wed Aug 18 16:54:11 2010 +0100
 
109559
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
109560
AuthorDate: Wed Aug 18 16:54:11 2010 +0100
 
109561
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
109562
CommitDate: Wed Aug 18 16:55:40 2010 +0100
95992
109563
 
95993
109564
    action-group: Check aginst the correct GType macro
95994
109565
 
95998
109569
 1 file changed, 2 insertions(+), 2 deletions(-)
95999
109570
 
96000
109571
commit 5bb94348f4760352f6ae974002db48cb130343a4
96001
 
Author: David Zeuthen <davidz@redhat.com>
96002
 
Date:   Wed Aug 18 11:35:25 2010 -0400
 
109572
Author:     David Zeuthen <davidz@redhat.com>
 
109573
AuthorDate: Wed Aug 18 11:35:25 2010 -0400
 
109574
Commit:     David Zeuthen <davidz@redhat.com>
 
109575
CommitDate: Wed Aug 18 11:35:25 2010 -0400
96003
109576
 
96004
109577
    GDBusProxy: Call into well-known name if no name owner currently
96005
109578
    exists
96030
109603
 1 file changed, 80 insertions(+), 28 deletions(-)
96031
109604
 
96032
109605
commit c2945808acc09562fad0ecd1247fcc3e53eeb913
96033
 
Author: David Zeuthen <davidz@redhat.com>
96034
 
Date:   Wed Aug 18 10:52:28 2010 -0400
 
109606
Author:     David Zeuthen <davidz@redhat.com>
 
109607
AuthorDate: Wed Aug 18 10:52:28 2010 -0400
 
109608
Commit:     David Zeuthen <davidz@redhat.com>
 
109609
CommitDate: Wed Aug 18 10:52:28 2010 -0400
96035
109610
 
96036
109611
    GDBusProxy: Use %, not #, for referencing enum constants in gtk-doc
96037
109612
    comments
96042
109617
 1 file changed, 6 insertions(+), 6 deletions(-)
96043
109618
 
96044
109619
commit a35efb0939c05d572b3a601fb3de62c599d2cf9c
96045
 
Author: Christian Persch <chpe@gnome.org>
96046
 
Date:   Wed Aug 18 01:02:22 2010 +0200
 
109620
Author:     Christian Persch <chpe@gnome.org>
 
109621
AuthorDate: Wed Aug 18 01:02:22 2010 +0200
 
109622
Commit:     Christian Persch <chpe@gnome.org>
 
109623
CommitDate: Wed Aug 18 15:32:07 2010 +0200
96047
109624
 
96048
109625
    G_OPTION_FLAG_NO_ARG is only for callback options
96049
109626
 
96053
109630
 1 file changed, 2 insertions(+), 4 deletions(-)
96054
109631
 
96055
109632
commit 5db9e5ad58040b5ccdba73c59a76522f9c35aa34
96056
 
Author: Ryan Lortie <desrt@desrt.ca>
96057
 
Date:   Wed Aug 18 02:15:09 2010 -0400
 
109633
Author:     Ryan Lortie <desrt@desrt.ca>
 
109634
AuthorDate: Wed Aug 18 02:15:09 2010 -0400
 
109635
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109636
CommitDate: Wed Aug 18 02:18:54 2010 -0400
96058
109637
 
96059
109638
    add GSimpleActionGroup
96060
109639
 
96073
109652
 9 files changed, 554 insertions(+)
96074
109653
 
96075
109654
commit 972c563f2328e5d1e176d99dd8abaf490b5db324
96076
 
Author: Ryan Lortie <desrt@desrt.ca>
96077
 
Date:   Wed Aug 18 02:14:37 2010 -0400
 
109655
Author:     Ryan Lortie <desrt@desrt.ca>
 
109656
AuthorDate: Wed Aug 18 02:14:37 2010 -0400
 
109657
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109658
CommitDate: Wed Aug 18 02:14:37 2010 -0400
96078
109659
 
96079
109660
    add some missed bits in the docs
96080
109661
 
96082
109663
 1 file changed, 8 insertions(+), 1 deletion(-)
96083
109664
 
96084
109665
commit e1ded9f900349a64d25f659b0515e61956325557
96085
 
Author: Ryan Lortie <desrt@desrt.ca>
96086
 
Date:   Wed Aug 18 01:56:34 2010 -0400
 
109666
Author:     Ryan Lortie <desrt@desrt.ca>
 
109667
AuthorDate: Wed Aug 18 01:56:34 2010 -0400
 
109668
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109669
CommitDate: Wed Aug 18 01:56:34 2010 -0400
96087
109670
 
96088
109671
    add gaction.h to gio.h
96089
109672
 
96091
109674
 1 file changed, 1 insertion(+)
96092
109675
 
96093
109676
commit 8014e9c6e67958103ef490e1bc753e4426751751
96094
 
Author: Ryan Lortie <desrt@desrt.ca>
96095
 
Date:   Wed Aug 18 01:55:48 2010 -0400
 
109677
Author:     Ryan Lortie <desrt@desrt.ca>
 
109678
AuthorDate: Wed Aug 18 01:55:48 2010 -0400
 
109679
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109680
CommitDate: Wed Aug 18 01:55:48 2010 -0400
96096
109681
 
96097
109682
    add testcase for GAction
96098
109683
 
96106
109691
 4 files changed, 91 insertions(+), 3 deletions(-)
96107
109692
 
96108
109693
commit 8475d6d7d05f00e6fd43ffe882b47025330caa6f
96109
 
Author: Ryan Lortie <desrt@desrt.ca>
96110
 
Date:   Wed Aug 18 01:45:15 2010 -0400
 
109694
Author:     Ryan Lortie <desrt@desrt.ca>
 
109695
AuthorDate: Wed Aug 18 01:45:15 2010 -0400
 
109696
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109697
CommitDate: Wed Aug 18 01:45:15 2010 -0400
96111
109698
 
96112
109699
    add GAction base class
96113
109700
 
96123
109710
 8 files changed, 770 insertions(+)
96124
109711
 
96125
109712
commit a3f4ff52ca7e8cea8db6374d55d44729936da243
96126
 
Author: Ryan Lortie <desrt@desrt.ca>
96127
 
Date:   Wed Aug 18 01:07:07 2010 -0400
 
109713
Author:     Ryan Lortie <desrt@desrt.ca>
 
109714
AuthorDate: Wed Aug 18 01:07:07 2010 -0400
 
109715
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109716
CommitDate: Wed Aug 18 01:07:07 2010 -0400
96128
109717
 
96129
109718
    gio.symbols: Fix missed symbol name tweak
96130
109719
 
96132
109721
 1 file changed, 1 insertion(+), 1 deletion(-)
96133
109722
 
96134
109723
commit 6e04125e3543fd59a067abefc72011433a7db915
96135
 
Author: Ryan Lortie <desrt@desrt.ca>
96136
 
Date:   Wed Aug 18 00:37:50 2010 -0400
 
109724
Author:     Ryan Lortie <desrt@desrt.ca>
 
109725
AuthorDate: Wed Aug 18 00:37:50 2010 -0400
 
109726
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109727
CommitDate: Wed Aug 18 00:37:50 2010 -0400
96137
109728
 
96138
109729
    pad the GActionGroup vtable
96139
109730
 
96141
109732
 1 file changed, 4 insertions(+)
96142
109733
 
96143
109734
commit 6fe74a4c6ab9895f77e889253ad9a369a0f9d1cc
96144
 
Author: Ryan Lortie <desrt@desrt.ca>
96145
 
Date:   Wed Aug 18 00:33:17 2010 -0400
 
109735
Author:     Ryan Lortie <desrt@desrt.ca>
 
109736
AuthorDate: Wed Aug 18 00:33:17 2010 -0400
 
109737
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109738
CommitDate: Wed Aug 18 00:33:17 2010 -0400
96146
109739
 
96147
109740
    Add gactiongroup.h to gio.h
96148
109741
 
96150
109743
 1 file changed, 1 insertion(+)
96151
109744
 
96152
109745
commit e71dbb97326f767881142cb24cf0850ee8c40008
96153
 
Author: Ryan Lortie <desrt@desrt.ca>
96154
 
Date:   Wed Aug 18 00:30:44 2010 -0400
 
109746
Author:     Ryan Lortie <desrt@desrt.ca>
 
109747
AuthorDate: Wed Aug 18 00:30:44 2010 -0400
 
109748
Commit:     Ryan Lortie <desrt@desrt.ca>
 
109749
CommitDate: Wed Aug 18 00:31:33 2010 -0400
96155
109750
 
96156
109751
    add GActionGroup base class
96157
109752
 
96168
109763
 9 files changed, 699 insertions(+), 3 deletions(-)
96169
109764
 
96170
109765
commit ddad707b85bf2075c0ca37b4a2267c6eac60a358
96171
 
Author: Dan Winship <danw@gnome.org>
96172
 
Date:   Tue Aug 17 18:38:34 2010 -0400
 
109766
Author:     Dan Winship <danw@gnome.org>
 
109767
AuthorDate: Tue Aug 17 18:38:34 2010 -0400
 
109768
Commit:     Dan Winship <danw@gnome.org>
 
109769
CommitDate: Tue Aug 17 18:38:34 2010 -0400
96173
109770
 
96174
109771
    update gio/tests/.gitignore
96175
109772
 
96177
109774
 1 file changed, 1 insertion(+)
96178
109775
 
96179
109776
commit c56379264dd8714bdf08675927a5e59debaa7fc3
96180
 
Author: Christian Persch <chpe@gnome.org>
96181
 
Date:   Tue Aug 17 18:38:46 2010 +0200
 
109777
Author:     Christian Persch <chpe@gnome.org>
 
109778
AuthorDate: Tue Aug 17 18:38:46 2010 +0200
 
109779
Commit:     Christian Persch <chpe@gnome.org>
 
109780
CommitDate: Wed Aug 18 00:13:41 2010 +0200
96182
109781
 
96183
109782
    Plug a mem leak in GDBusWorker
96184
109783
 
96211
109810
 1 file changed, 2 insertions(+)
96212
109811
 
96213
109812
commit a91a4a420e8ba6428e7db13bd9c308256cfbb323
96214
 
Author: Christian Persch <chpe@gnome.org>
96215
 
Date:   Tue Aug 17 18:29:14 2010 +0200
 
109813
Author:     Christian Persch <chpe@gnome.org>
 
109814
AuthorDate: Tue Aug 17 18:29:14 2010 +0200
 
109815
Commit:     Christian Persch <chpe@gnome.org>
 
109816
CommitDate: Wed Aug 18 00:13:41 2010 +0200
96216
109817
 
96217
109818
    Plug a mem leak in gdbus-connection test
96218
109819
 
96246
109847
 1 file changed, 1 insertion(+)
96247
109848
 
96248
109849
commit 75563e81c2b6bab345e08daafd3206cec699f2ea
96249
 
Author: Christian Persch <chpe@gnome.org>
96250
 
Date:   Tue Aug 17 18:20:23 2010 +0200
 
109850
Author:     Christian Persch <chpe@gnome.org>
 
109851
AuthorDate: Tue Aug 17 18:20:23 2010 +0200
 
109852
Commit:     Christian Persch <chpe@gnome.org>
 
109853
CommitDate: Wed Aug 18 00:13:41 2010 +0200
96251
109854
 
96252
109855
    Plug a mem leak in gdbus-connection test
96253
109856
 
96280
109883
 1 file changed, 1 insertion(+)
96281
109884
 
96282
109885
commit a62a2fd8edc0ca771ca1c1df1889766f3c73b0e4
96283
 
Author: Christian Persch <chpe@gnome.org>
96284
 
Date:   Tue Aug 17 18:08:07 2010 +0200
 
109886
Author:     Christian Persch <chpe@gnome.org>
 
109887
AuthorDate: Tue Aug 17 18:08:07 2010 +0200
 
109888
Commit:     Christian Persch <chpe@gnome.org>
 
109889
CommitDate: Wed Aug 18 00:13:41 2010 +0200
96285
109890
 
96286
109891
    Plug a mem leak in the gdbus-connection test
96287
109892
 
96291
109896
 1 file changed, 4 insertions(+), 2 deletions(-)
96292
109897
 
96293
109898
commit 7191fc3f17d39a3fa27e990a3723403066d34826
96294
 
Author: Christian Persch <chpe@gnome.org>
96295
 
Date:   Sun Jun 20 14:33:27 2010 +0200
 
109899
Author:     Christian Persch <chpe@gnome.org>
 
109900
AuthorDate: Sun Jun 20 14:33:27 2010 +0200
 
109901
Commit:     Christian Persch <chpe@gnome.org>
 
109902
CommitDate: Wed Aug 18 00:13:27 2010 +0200
96296
109903
 
96297
109904
    Use g_memory_output_stream_steal_data here
96298
109905
 
96304
109911
 1 file changed, 4 insertions(+), 1 deletion(-)
96305
109912
 
96306
109913
commit 71e73ffdfbd7a33f4e233cfe1353adf143a2c14c
96307
 
Author: Christian Persch <chpe@gnome.org>
96308
 
Date:   Sat May 24 16:08:28 2008 +0200
 
109914
Author:     Christian Persch <chpe@gnome.org>
 
109915
AuthorDate: Sat May 24 16:08:28 2008 +0200
 
109916
Commit:     Christian Persch <chpe@gnome.org>
 
109917
CommitDate: Wed Aug 18 00:12:28 2010 +0200
96309
109918
 
96310
109919
    Use G_DEFINE_[BOXED|POINTER]_TYPE instead of handwritten code
96311
109920
 
96323
109932
 7 files changed, 50 insertions(+), 263 deletions(-)
96324
109933
 
96325
109934
commit dc1999316da0409c5bc15e37a0a568a8309bb5a3
96326
 
Author: Christian Persch <chpe@gnome.org>
96327
 
Date:   Sat May 24 16:08:04 2008 +0200
 
109935
Author:     Christian Persch <chpe@gnome.org>
 
109936
AuthorDate: Sat May 24 16:08:04 2008 +0200
 
109937
Commit:     Christian Persch <chpe@gnome.org>
 
109938
CommitDate: Wed Aug 18 00:12:22 2010 +0200
96328
109939
 
96329
109940
    Add G_DEFINE_{BOXED,POINTER}_TYPE[_WITH_CODE]
96330
109941
 
96337
109948
 2 files changed, 114 insertions(+)
96338
109949
 
96339
109950
commit cae86073eaf932b85836e98df8d87c65d90f5842
96340
 
Author: Christian Persch <chpe@gnome.org>
96341
 
Date:   Thu May 13 19:57:41 2010 +0200
 
109951
Author:     Christian Persch <chpe@gnome.org>
 
109952
AuthorDate: Thu May 13 19:57:41 2010 +0200
 
109953
Commit:     Christian Persch <chpe@gnome.org>
 
109954
CommitDate: Tue Aug 17 17:37:32 2010 +0200
96342
109955
 
96343
109956
    Add GZIP header processing to GZlibCompressor/GZlibDecompressor
96344
109957
 
96366
109979
 7 files changed, 293 insertions(+), 10 deletions(-)
96367
109980
 
96368
109981
commit b196cd74473cbc812359ee3b484a3986604e9aba
96369
 
Author: Christian Persch <chpe@gnome.org>
96370
 
Date:   Sun Jun 20 14:32:52 2010 +0200
 
109982
Author:     Christian Persch <chpe@gnome.org>
 
109983
AuthorDate: Sun Jun 20 14:32:52 2010 +0200
 
109984
Commit:     Christian Persch <chpe@gnome.org>
 
109985
CommitDate: Tue Aug 17 17:33:01 2010 +0200
96371
109986
 
96372
109987
    Add g_memory_output_stream_steal_data
96373
109988
 
96380
109995
 4 files changed, 32 insertions(+)
96381
109996
 
96382
109997
commit 322ac7ff68205daf52a2d0bcecc098edd6b413b9
96383
 
Author: Matthias Clasen <mclasen@redhat.com>
96384
 
Date:   Mon Aug 16 16:36:38 2010 -0400
 
109998
Author:     Matthias Clasen <mclasen@redhat.com>
 
109999
AuthorDate: Mon Aug 16 16:36:38 2010 -0400
 
110000
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110001
CommitDate: Mon Aug 16 16:36:38 2010 -0400
96385
110002
 
96386
110003
    Bump version
96387
110004
 
96389
110006
 1 file changed, 1 insertion(+), 1 deletion(-)
96390
110007
 
96391
110008
commit 503b0744744517ecf1c29eaa83e8e69537ae3547
96392
 
Author: Matthias Clasen <mclasen@redhat.com>
96393
 
Date:   Mon Aug 16 15:44:40 2010 -0400
 
110009
Author:     Matthias Clasen <mclasen@redhat.com>
 
110010
AuthorDate: Mon Aug 16 15:44:40 2010 -0400
 
110011
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110012
CommitDate: Mon Aug 16 15:44:40 2010 -0400
96394
110013
 
96395
110014
    Fix a typo
96396
110015
 
96398
110017
 1 file changed, 1 insertion(+), 1 deletion(-)
96399
110018
 
96400
110019
commit e21e44fc2e96d86c9cdeb6b904b29fed70acec18
96401
 
Author: David Zeuthen <davidz@redhat.com>
96402
 
Date:   Mon Aug 16 15:42:23 2010 -0400
 
110020
Author:     David Zeuthen <davidz@redhat.com>
 
110021
AuthorDate: Mon Aug 16 15:42:23 2010 -0400
 
110022
Commit:     David Zeuthen <davidz@redhat.com>
 
110023
CommitDate: Mon Aug 16 15:42:23 2010 -0400
96403
110024
 
96404
110025
    Add NEWS item for bug 627071
96405
110026
 
96409
110030
 1 file changed, 1 insertion(+)
96410
110031
 
96411
110032
commit b8e7ef6e90512999be0340a6ef3f20e1783647c4
96412
 
Author: David Zeuthen <davidz@redhat.com>
96413
 
Date:   Mon Aug 16 15:37:01 2010 -0400
 
110033
Author:     David Zeuthen <davidz@redhat.com>
 
110034
AuthorDate: Mon Aug 16 15:37:01 2010 -0400
 
110035
Commit:     David Zeuthen <davidz@redhat.com>
 
110036
CommitDate: Mon Aug 16 15:38:02 2010 -0400
96414
110037
 
96415
110038
    Bug 627071 – g_output_stream_write() clarification
96416
110039
 
96434
110057
 1 file changed, 4 insertions(+)
96435
110058
 
96436
110059
commit 285170637de0df2011b9b667cab5c68640832580
96437
 
Author: Matthias Clasen <mclasen@redhat.com>
96438
 
Date:   Mon Aug 16 15:32:13 2010 -0400
 
110060
Author:     Matthias Clasen <mclasen@redhat.com>
 
110061
AuthorDate: Mon Aug 16 15:32:13 2010 -0400
 
110062
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110063
CommitDate: Mon Aug 16 15:32:13 2010 -0400
96439
110064
 
96440
110065
    More NEWS
96441
110066
 
96443
110068
 1 file changed, 1 insertion(+)
96444
110069
 
96445
110070
commit 789c0cc877a41a65417b0ee1d6eed5803c48c238
96446
 
Author: Matthias Clasen <mclasen@redhat.com>
96447
 
Date:   Mon Aug 16 15:28:36 2010 -0400
 
110071
Author:     Matthias Clasen <mclasen@redhat.com>
 
110072
AuthorDate: Mon Aug 16 15:28:36 2010 -0400
 
110073
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110074
CommitDate: Mon Aug 16 15:30:04 2010 -0400
96448
110075
 
96449
110076
    Fix a doc format issue
96450
110077
 
96452
110079
 1 file changed, 1 insertion(+), 1 deletion(-)
96453
110080
 
96454
110081
commit d848a5eade18ba4567899601d5e34e381a636817
96455
 
Author: Matthias Clasen <mclasen@redhat.com>
96456
 
Date:   Mon Aug 16 15:16:16 2010 -0400
 
110082
Author:     Matthias Clasen <mclasen@redhat.com>
 
110083
AuthorDate: Mon Aug 16 15:16:16 2010 -0400
 
110084
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110085
CommitDate: Mon Aug 16 15:30:04 2010 -0400
96457
110086
 
96458
110087
    Update NEWS for 2.25.14
96459
110088
 
96461
110090
 1 file changed, 7 insertions(+)
96462
110091
 
96463
110092
commit 8a3a4596e2e3a718d77bf214c6e2d16c21856da2
96464
 
Author: David Zeuthen <davidz@redhat.com>
96465
 
Date:   Mon Aug 16 13:43:35 2010 -0400
 
110093
Author:     David Zeuthen <davidz@redhat.com>
 
110094
AuthorDate: Mon Aug 16 13:43:35 2010 -0400
 
110095
Commit:     David Zeuthen <davidz@redhat.com>
 
110096
CommitDate: Mon Aug 16 13:54:13 2010 -0400
96466
110097
 
96467
110098
    Bug 626748 – Use async methods for writing and handle EAGAIN
96468
110099
 
96545
110176
 5 files changed, 596 insertions(+), 154 deletions(-)
96546
110177
 
96547
110178
commit a6264a3a19c29fc7c4fe0719a8c2ff1554924b12
96548
 
Author: David Zeuthen <davidz@redhat.com>
96549
 
Date:   Mon Aug 16 12:30:25 2010 -0400
 
110179
Author:     David Zeuthen <davidz@redhat.com>
 
110180
AuthorDate: Mon Aug 16 12:30:25 2010 -0400
 
110181
Commit:     David Zeuthen <davidz@redhat.com>
 
110182
CommitDate: Mon Aug 16 12:30:25 2010 -0400
96550
110183
 
96551
110184
    GSocket: Properly initialize msg.msg_control
96552
110185
 
96575
110208
 1 file changed, 1 insertion(+)
96576
110209
 
96577
110210
commit 4bc4590c7bb5d8e7c248347e4b702ab8b506d937
96578
 
Author: Matthias Clasen <mclasen@redhat.com>
96579
 
Date:   Mon Aug 16 10:21:38 2010 -0400
 
110211
Author:     Matthias Clasen <mclasen@redhat.com>
 
110212
AuthorDate: Mon Aug 16 10:21:38 2010 -0400
 
110213
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110214
CommitDate: Mon Aug 16 10:21:38 2010 -0400
96580
110215
 
96581
110216
    Declare stream base classes as abstract
96582
110217
 
96588
110223
 5 files changed, 5 insertions(+), 5 deletions(-)
96589
110224
 
96590
110225
commit 547311bfd8661e25e588e1f434f15c5f2f32c3a7
96591
 
Author: Dan Winship <danw@gnome.org>
96592
 
Date:   Thu Jun 24 13:09:14 2010 -0400
 
110226
Author:     Dan Winship <danw@gnome.org>
 
110227
AuthorDate: Thu Jun 24 13:09:14 2010 -0400
 
110228
Commit:     Dan Winship <danw@gnome.org>
 
110229
CommitDate: Sun Aug 15 15:34:29 2010 -0400
96593
110230
 
96594
110231
    Always do async vs sync correctly in GSocketConnection streams
96595
110232
 
96611
110248
 6 files changed, 101 insertions(+), 18 deletions(-)
96612
110249
 
96613
110250
commit 17fea2f749a407a15a82977b3488530cd5305266
96614
 
Author: Dan Winship <danw@gnome.org>
96615
 
Date:   Sun Aug 15 07:57:37 2010 -0400
 
110251
Author:     Dan Winship <danw@gnome.org>
 
110252
AuthorDate: Sun Aug 15 07:57:37 2010 -0400
 
110253
Commit:     Dan Winship <danw@gnome.org>
 
110254
CommitDate: Sun Aug 15 13:11:49 2010 -0400
96616
110255
 
96617
110256
    Belatedly add g_socket_client_get/set_timeout to docs and symbols
96618
110257
 
96621
110260
 2 files changed, 4 insertions(+)
96622
110261
 
96623
110262
commit b76b24f1b3f82c2400cce8948b44ae32aa0e23ee
96624
 
Author: Dan Winship <danw@gnome.org>
96625
 
Date:   Sat Aug 14 16:15:39 2010 -0400
 
110263
Author:     Dan Winship <danw@gnome.org>
 
110264
AuthorDate: Sat Aug 14 16:15:39 2010 -0400
 
110265
Commit:     Dan Winship <danw@gnome.org>
 
110266
CommitDate: Sat Aug 14 16:15:39 2010 -0400
96626
110267
 
96627
110268
    GSocketClient: plug two leaks
96628
110269
 
96634
110275
 1 file changed, 4 insertions(+)
96635
110276
 
96636
110277
commit 16bafb479995e69417b86b5b26682ec7c2ceb5a0
96637
 
Author: Dan Winship <danw@gnome.org>
96638
 
Date:   Sat Aug 14 15:04:24 2010 -0400
 
110278
Author:     Dan Winship <danw@gnome.org>
 
110279
AuthorDate: Sat Aug 14 15:04:24 2010 -0400
 
110280
Commit:     Dan Winship <danw@gnome.org>
 
110281
CommitDate: Sat Aug 14 15:26:16 2010 -0400
96639
110282
 
96640
110283
    GSocketClient: add a timeout property
96641
110284
 
96650
110293
 3 files changed, 76 insertions(+), 1 deletion(-)
96651
110294
 
96652
110295
commit 28a4fff7ec63000238c7e20ff965238027922c47
96653
 
Author: Will Thompson <will@willthompson.co.uk>
96654
 
Date:   Fri Aug 13 23:34:44 2010 -0400
 
110296
Author:     Will Thompson <will@willthompson.co.uk>
 
110297
AuthorDate: Fri Aug 13 23:34:44 2010 -0400
 
110298
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110299
CommitDate: Fri Aug 13 23:34:44 2010 -0400
96655
110300
 
96656
110301
    Add examples for GAsyncInitiable and GSimpleAsyncResult
96657
110302
 
96663
110308
 2 files changed, 197 insertions(+), 1 deletion(-)
96664
110309
 
96665
110310
commit 7a32e34f7c46a4e1e2fe6f35490b1f8469ed08b7
96666
 
Author: Will Thompson <will@willthompson.co.uk>
96667
 
Date:   Fri Aug 13 23:20:06 2010 -0400
 
110311
Author:     Will Thompson <will@willthompson.co.uk>
 
110312
AuthorDate: Fri Aug 13 23:20:06 2010 -0400
 
110313
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110314
CommitDate: Fri Aug 13 23:20:06 2010 -0400
96668
110315
 
96669
110316
    Document that _complete() et al. ref the GSimpleAsyncResult
96670
110317
 
96672
110319
 1 file changed, 3 insertions(+)
96673
110320
 
96674
110321
commit ec31612ea00e2babd5d6b02d65966164594a03f8
96675
 
Author: Will Thompson <will@willthompson.co.uk>
96676
 
Date:   Fri Aug 13 23:15:27 2010 -0400
 
110322
Author:     Will Thompson <will@willthompson.co.uk>
 
110323
AuthorDate: Fri Aug 13 23:15:27 2010 -0400
 
110324
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110325
CommitDate: Fri Aug 13 23:15:27 2010 -0400
96677
110326
 
96678
110327
    _simple_async_result_is_valid: allow tag to be NULL
96679
110328
 
96688
110337
 1 file changed, 8 insertions(+), 5 deletions(-)
96689
110338
 
96690
110339
commit c29d800d84d446d3762329815824a8be269c969b
96691
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
96692
 
Date:   Fri Aug 13 22:42:24 2010 -0400
 
110340
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
110341
AuthorDate: Fri Aug 13 22:42:24 2010 -0400
 
110342
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110343
CommitDate: Fri Aug 13 22:42:24 2010 -0400
96693
110344
 
96694
110345
    GVariant: be more explicit about adopting and returning floating refs
96695
110346
 
96701
110352
 2 files changed, 37 insertions(+), 20 deletions(-)
96702
110353
 
96703
110354
commit e02571e93bb4c1986ec1190fb6c7d02eba0c746a
96704
 
Author: Matthias Clasen <mclasen@redhat.com>
96705
 
Date:   Fri Aug 13 21:22:45 2010 -0400
 
110355
Author:     Matthias Clasen <mclasen@redhat.com>
 
110356
AuthorDate: Fri Aug 13 21:22:45 2010 -0400
 
110357
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110358
CommitDate: Fri Aug 13 21:23:23 2010 -0400
96706
110359
 
96707
110360
    Add bug references to some tests
96708
110361
 
96713
110366
 4 files changed, 45 insertions(+)
96714
110367
 
96715
110368
commit ea8a963936655ee3c13c5552cce96c309f8a384f
96716
 
Author: Matthias Clasen <mclasen@redhat.com>
96717
 
Date:   Fri Aug 13 21:21:43 2010 -0400
 
110369
Author:     Matthias Clasen <mclasen@redhat.com>
 
110370
AuthorDate: Fri Aug 13 21:21:43 2010 -0400
 
110371
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110372
CommitDate: Fri Aug 13 21:23:22 2010 -0400
96718
110373
 
96719
110374
    Document vendor override files
96720
110375
 
96726
110381
 2 files changed, 40 insertions(+), 14 deletions(-)
96727
110382
 
96728
110383
commit 63d19f065690b77059c335c0378a93f1a18b09c9
96729
 
Author: Matthias Clasen <mclasen@redhat.com>
96730
 
Date:   Fri Aug 13 21:05:05 2010 -0400
 
110384
Author:     Matthias Clasen <mclasen@redhat.com>
 
110385
AuthorDate: Fri Aug 13 21:05:05 2010 -0400
 
110386
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110387
CommitDate: Fri Aug 13 21:11:19 2010 -0400
96731
110388
 
96732
110389
    Fix doc format errors
96733
110390
 
96736
110393
 2 files changed, 3 insertions(+), 3 deletions(-)
96737
110394
 
96738
110395
commit 4160c5c74a06404037462dde572ec49663d685ea
96739
 
Author: Matthias Clasen <mclasen@redhat.com>
96740
 
Date:   Fri Aug 13 19:40:48 2010 -0400
 
110396
Author:     Matthias Clasen <mclasen@redhat.com>
 
110397
AuthorDate: Fri Aug 13 19:40:48 2010 -0400
 
110398
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110399
CommitDate: Fri Aug 13 19:40:48 2010 -0400
96741
110400
 
96742
110401
    Add tests for async file replace and load
96743
110402
 
96746
110405
 1 file changed, 143 insertions(+), 8 deletions(-)
96747
110406
 
96748
110407
commit c003468296642dccdca230e5fbec22ceab0a9959
96749
 
Author: Matthias Clasen <mclasen@redhat.com>
96750
 
Date:   Fri Aug 13 17:22:28 2010 -0400
 
110408
Author:     Matthias Clasen <mclasen@redhat.com>
 
110409
AuthorDate: Fri Aug 13 17:22:28 2010 -0400
 
110410
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110411
CommitDate: Fri Aug 13 17:23:44 2010 -0400
96751
110412
 
96752
110413
    Correct a comment
96753
110414
 
96755
110416
 1 file changed, 1 insertion(+), 1 deletion(-)
96756
110417
 
96757
110418
commit 93bd5298c7f78fd7cb12734b6f3df5aa93f2c82b
96758
 
Author: Matthias Clasen <mclasen@redhat.com>
96759
 
Date:   Fri Aug 13 17:21:22 2010 -0400
 
110419
Author:     Matthias Clasen <mclasen@redhat.com>
 
110420
AuthorDate: Fri Aug 13 17:21:22 2010 -0400
 
110421
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110422
CommitDate: Fri Aug 13 17:23:44 2010 -0400
96760
110423
 
96761
110424
    Add an async file create/write/read/delete test
96762
110425
 
96765
110428
 1 file changed, 144 insertions(+), 19 deletions(-)
96766
110429
 
96767
110430
commit 7ed4762190afca85424903a0977300585169b510
96768
 
Author: Matthias Clasen <mclasen@redhat.com>
96769
 
Date:   Fri Aug 13 17:19:01 2010 -0400
 
110431
Author:     Matthias Clasen <mclasen@redhat.com>
 
110432
AuthorDate: Fri Aug 13 17:19:01 2010 -0400
 
110433
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110434
CommitDate: Fri Aug 13 17:23:44 2010 -0400
96770
110435
 
96771
110436
    Fix a typo, and some doc reformatting
96772
110437
 
96774
110439
 1 file changed, 16 insertions(+), 16 deletions(-)
96775
110440
 
96776
110441
commit effdb785fd941daf5fdec7df434242de25e5127e
96777
 
Author: Matthias Clasen <mclasen@redhat.com>
96778
 
Date:   Fri Aug 13 16:04:04 2010 -0400
 
110442
Author:     Matthias Clasen <mclasen@redhat.com>
 
110443
AuthorDate: Fri Aug 13 16:04:04 2010 -0400
 
110444
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110445
CommitDate: Fri Aug 13 17:23:44 2010 -0400
96779
110446
 
96780
110447
    Add some long descriptions for filter streams
96781
110448
 
96784
110451
 2 files changed, 9 insertions(+), 1 deletion(-)
96785
110452
 
96786
110453
commit 13e55b84ebb1aa148260a7d21da6a592d1e1dadb
96787
 
Author: Matthias Clasen <mclasen@redhat.com>
96788
 
Date:   Fri Aug 13 15:15:21 2010 -0400
 
110454
Author:     Matthias Clasen <mclasen@redhat.com>
 
110455
AuthorDate: Fri Aug 13 15:15:21 2010 -0400
 
110456
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110457
CommitDate: Fri Aug 13 17:23:44 2010 -0400
96789
110458
 
96790
110459
    Run volumemonitor test with local vfs
96791
110460
 
96796
110465
 1 file changed, 2 insertions(+)
96797
110466
 
96798
110467
commit d344ff9d67a7e723a1c2163e7d9254dd6ef049d2
96799
 
Author: David Zeuthen <davidz@redhat.com>
96800
 
Date:   Fri Aug 13 13:58:27 2010 -0400
 
110468
Author:     David Zeuthen <davidz@redhat.com>
 
110469
AuthorDate: Fri Aug 13 13:58:27 2010 -0400
 
110470
Commit:     David Zeuthen <davidz@redhat.com>
 
110471
CommitDate: Fri Aug 13 14:01:36 2010 -0400
96801
110472
 
96802
110473
    Bug 626841 – Add test-case for non-socket GIOStream
96803
110474
 
96814
110485
 3 files changed, 424 insertions(+), 68 deletions(-)
96815
110486
 
96816
110487
commit 9be94e88999b5f10347b5c1b8542b88a35d3f93a
96817
 
Author: Michael Meeks <michael.meeks@novell.com>
96818
 
Date:   Fri Aug 13 17:56:19 2010 +0100
 
110488
Author:     Michael Meeks <michael.meeks@novell.com>
 
110489
AuthorDate: Fri Aug 13 17:56:19 2010 +0100
 
110490
Commit:     Michael Meeks <michael.meeks@novell.com>
 
110491
CommitDate: Fri Aug 13 17:56:19 2010 +0100
96819
110492
 
96820
110493
    Add test for EAGAIN overflow in gdbusconnection based on David's test.
96821
110494
 
96824
110497
 1 file changed, 109 insertions(+), 1 deletion(-)
96825
110498
 
96826
110499
commit 5d9d3f03182d732ad732370dffc7d268c9d65e9d
96827
 
Author: Matthias Clasen <mclasen@redhat.com>
96828
 
Date:   Fri Aug 13 12:04:21 2010 -0400
 
110500
Author:     Matthias Clasen <mclasen@redhat.com>
 
110501
AuthorDate: Fri Aug 13 12:04:21 2010 -0400
 
110502
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110503
CommitDate: Fri Aug 13 12:04:21 2010 -0400
96829
110504
 
96830
110505
    Add some async file tests
96831
110506
 
96834
110509
 1 file changed, 237 insertions(+)
96835
110510
 
96836
110511
commit ee38c03582df8b757c2fe64b3b5a6be9b6083135
96837
 
Author: Matthias Clasen <mclasen@redhat.com>
96838
 
Date:   Fri Aug 13 00:47:02 2010 -0400
 
110512
Author:     Matthias Clasen <mclasen@redhat.com>
 
110513
AuthorDate: Fri Aug 13 00:47:02 2010 -0400
 
110514
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110515
CommitDate: Fri Aug 13 00:47:02 2010 -0400
96839
110516
 
96840
110517
    Collect NEWS for 2.25.14
96841
110518
 
96843
110520
 1 file changed, 24 insertions(+)
96844
110521
 
96845
110522
commit ef4b0afc0b3217ce65e12c0606855af52659490b
96846
 
Author: Matthias Clasen <mclasen@redhat.com>
96847
 
Date:   Fri Aug 13 00:30:58 2010 -0400
 
110523
Author:     Matthias Clasen <mclasen@redhat.com>
 
110524
AuthorDate: Fri Aug 13 00:30:58 2010 -0400
 
110525
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110526
CommitDate: Fri Aug 13 00:33:04 2010 -0400
96848
110527
 
96849
110528
    Bump version
96850
110529
 
96852
110531
 1 file changed, 1 insertion(+), 1 deletion(-)
96853
110532
 
96854
110533
commit 106bde0a8fa34a72f66f037b0428a3105cb953bc
96855
 
Author: Havoc Pennington <hp@pobox.com>
96856
 
Date:   Thu Aug 12 23:57:26 2010 -0400
 
110534
Author:     Havoc Pennington <hp@pobox.com>
 
110535
AuthorDate: Thu Aug 12 23:57:26 2010 -0400
 
110536
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110537
CommitDate: Fri Aug 13 00:33:04 2010 -0400
96857
110538
 
96858
110539
    GAsyncQueue: use g_queue_init() not g_queue_new()
96859
110540
 
96866
110547
 1 file changed, 14 insertions(+), 14 deletions(-)
96867
110548
 
96868
110549
commit f424aa9581ff4fedb9205f360112b6b17518edeb
96869
 
Author: Daniel Nylander <po@danielnylander.se>
96870
 
Date:   Thu Aug 12 13:19:50 2010 +0200
 
110550
Author:     Daniel Nylander <po@danielnylander.se>
 
110551
AuthorDate: Thu Aug 12 13:19:50 2010 +0200
 
110552
Commit:     Daniel Nylander <po@danielnylander.se>
 
110553
CommitDate: Thu Aug 12 13:19:50 2010 +0200
96871
110554
 
96872
110555
    Updated Swedish translation
96873
110556
 
96876
110559
 1 file changed, 1226 insertions(+), 909 deletions(-)
96877
110560
 
96878
110561
commit 398f9841eddc10e0e6b1ccee4823e2ea3650bd9a
96879
 
Author: Tor Lillqvist <tml@iki.fi>
96880
 
Date:   Tue Aug 10 16:01:39 2010 +0300
 
110562
Author:     Tor Lillqvist <tml@iki.fi>
 
110563
AuthorDate: Tue Aug 10 16:01:39 2010 +0300
 
110564
Commit:     Tor Lillqvist <tml@iki.fi>
 
110565
CommitDate: Tue Aug 10 16:01:39 2010 +0300
96881
110566
 
96882
110567
    Fix gio/win32 build after -I flag changes
96883
110568
 
96891
110576
 7 files changed, 14 insertions(+), 16 deletions(-)
96892
110577
 
96893
110578
commit 304c0c4746fb8df993a3e6429414d6cf1ba287b8
96894
 
Author: Aron Xu <aronxu@gnome.org>
96895
 
Date:   Mon Aug 9 14:26:38 2010 +0800
 
110579
Author:     Aron Xu <aronxu@gnome.org>
 
110580
AuthorDate: Mon Aug 9 14:26:38 2010 +0800
 
110581
Commit:     Aron Xu <aronxu@gnome.org>
 
110582
CommitDate: Mon Aug 9 14:27:55 2010 +0800
96896
110583
 
96897
110584
    Update Simplified Chinese translation.
96898
110585
 
96901
110588
 1 file changed, 405 insertions(+), 189 deletions(-)
96902
110589
 
96903
110590
commit 43c0aa9ebe16cf17009678732decc9e852701f15
96904
 
Author: Matthias Clasen <mclasen@redhat.com>
96905
 
Date:   Sun Aug 8 23:53:52 2010 -0400
 
110591
Author:     Matthias Clasen <mclasen@redhat.com>
 
110592
AuthorDate: Sun Aug 8 23:53:52 2010 -0400
 
110593
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110594
CommitDate: Sun Aug 8 23:55:12 2010 -0400
96906
110595
 
96907
110596
    Replace the explicit list of character categories by a reference
96908
110597
    to the GUnicodeType docs.
96912
110601
 1 file changed, 3 insertions(+), 121 deletions(-)
96913
110602
 
96914
110603
commit 4e42893369c8b8092de7feedb447ca538f8dccf2
96915
 
Author: Matthias Clasen <mclasen@redhat.com>
96916
 
Date:   Sun Aug 8 23:43:29 2010 -0400
 
110604
Author:     Matthias Clasen <mclasen@redhat.com>
 
110605
AuthorDate: Sun Aug 8 23:43:29 2010 -0400
 
110606
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110607
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96917
110608
 
96918
110609
    Refer to GUnicodeScript docs instead of listing scripts explicitly
96919
110610
 
96922
110613
 1 file changed, 10 insertions(+), 70 deletions(-)
96923
110614
 
96924
110615
commit 733d209b14f1b88288e08241a64ef77284108505
96925
 
Author: Matthias Clasen <mclasen@redhat.com>
96926
 
Date:   Sun Aug 8 23:21:54 2010 -0400
 
110616
Author:     Matthias Clasen <mclasen@redhat.com>
 
110617
AuthorDate: Sun Aug 8 23:21:54 2010 -0400
 
110618
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110619
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96927
110620
 
96928
110621
    Move GRegex docs inline
96929
110622
 
96934
110627
 3 files changed, 371 insertions(+), 216 deletions(-)
96935
110628
 
96936
110629
commit c3e5b3cca883546a40a5d7aa219c74cb6574bcd6
96937
 
Author: Matthias Clasen <mclasen@redhat.com>
96938
 
Date:   Sun Aug 8 22:19:10 2010 -0400
 
110630
Author:     Matthias Clasen <mclasen@redhat.com>
 
110631
AuthorDate: Sun Aug 8 22:19:10 2010 -0400
 
110632
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110633
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96939
110634
 
96940
110635
    Whitespace cleanup
96941
110636
 
96944
110639
 1 file changed, 533 insertions(+), 534 deletions(-)
96945
110640
 
96946
110641
commit de3c6efa222389ef253fbe1b7b868b95a37aedb1
96947
 
Author: Matthias Clasen <mclasen@redhat.com>
96948
 
Date:   Sun Aug 8 22:15:16 2010 -0400
 
110642
Author:     Matthias Clasen <mclasen@redhat.com>
 
110643
AuthorDate: Sun Aug 8 22:15:16 2010 -0400
 
110644
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110645
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96949
110646
 
96950
110647
    Remove two redundant comments
96951
110648
 
96953
110650
 1 file changed, 4 deletions(-)
96954
110651
 
96955
110652
commit b5bda64a730876205ce5aae069f11161d6b94cc4
96956
 
Author: Matthias Clasen <mclasen@redhat.com>
96957
 
Date:   Sun Aug 8 22:14:56 2010 -0400
 
110653
Author:     Matthias Clasen <mclasen@redhat.com>
 
110654
AuthorDate: Sun Aug 8 22:14:56 2010 -0400
 
110655
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110656
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96958
110657
 
96959
110658
    Fix up a doc typo
96960
110659
 
96962
110661
 1 file changed, 2 insertions(+), 1 deletion(-)
96963
110662
 
96964
110663
commit f5a58639759af5333990a24ef6c8275c8f5afcde
96965
 
Author: Matthias Clasen <mclasen@redhat.com>
96966
 
Date:   Sun Aug 8 22:12:40 2010 -0400
 
110664
Author:     Matthias Clasen <mclasen@redhat.com>
 
110665
AuthorDate: Sun Aug 8 22:12:40 2010 -0400
 
110666
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110667
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96967
110668
 
96968
110669
    Minor cleanup
96969
110670
 
96973
110674
 1 file changed, 5 deletions(-)
96974
110675
 
96975
110676
commit def0dc01f74e9b8b0904c6b8866835f9efb640a8
96976
 
Author: Matthias Clasen <mclasen@redhat.com>
96977
 
Date:   Sun Aug 8 22:11:38 2010 -0400
 
110677
Author:     Matthias Clasen <mclasen@redhat.com>
 
110678
AuthorDate: Sun Aug 8 22:11:38 2010 -0400
 
110679
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110680
CommitDate: Sun Aug 8 23:55:11 2010 -0400
96978
110681
 
96979
110682
    Move GConvert docs inline
96980
110683
 
96985
110688
 3 files changed, 157 insertions(+), 166 deletions(-)
96986
110689
 
96987
110690
commit f837e15972d7cd93ac8bddbaeed60289c7263c1a
96988
 
Author: A S Alam <aalam@users.sf.net>
96989
 
Date:   Tue Aug 10 06:24:02 2010 +0530
 
110691
Author:     A S Alam <aalam@users.sf.net>
 
110692
AuthorDate: Tue Aug 10 06:24:02 2010 +0530
 
110693
Commit:     A S Alam <aalam@users.sf.net>
 
110694
CommitDate: Tue Aug 10 06:24:02 2010 +0530
96990
110695
 
96991
110696
    update translation for master
96992
110697
 
96995
110700
 1 file changed, 1048 insertions(+), 760 deletions(-)
96996
110701
 
96997
110702
commit f9a4b4ecc7a0f838897797dc5b478520c9f05168
96998
 
Author: Matthias Clasen <mclasen@redhat.com>
96999
 
Date:   Sun Aug 8 21:29:26 2010 -0400
 
110703
Author:     Matthias Clasen <mclasen@redhat.com>
 
110704
AuthorDate: Sun Aug 8 21:29:26 2010 -0400
 
110705
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110706
CommitDate: Sun Aug 8 21:32:04 2010 -0400
97000
110707
 
97001
110708
    Add introspection annotations in gregex.c
97002
110709
 
97009
110716
 2 files changed, 100 insertions(+), 96 deletions(-)
97010
110717
 
97011
110718
commit 14e0ad7c5379e14f31a0e54bc2bf73f3c2d07d0d
97012
 
Author: Matthias Clasen <mclasen@redhat.com>
97013
 
Date:   Sun Aug 8 20:49:59 2010 -0400
 
110719
Author:     Matthias Clasen <mclasen@redhat.com>
 
110720
AuthorDate: Sun Aug 8 20:49:59 2010 -0400
 
110721
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110722
CommitDate: Sun Aug 8 21:32:04 2010 -0400
97014
110723
 
97015
110724
    Don't compile some unused functions in gio/xdgmime/
97016
110725
 
97032
110741
 15 files changed, 75 insertions(+), 9 deletions(-)
97033
110742
 
97034
110743
commit 7acdaf6f1db90c17985b81033050e1814723d6ae
97035
 
Author: Matthias Clasen <mclasen@redhat.com>
97036
 
Date:   Sun Aug 8 18:35:12 2010 -0400
 
110744
Author:     Matthias Clasen <mclasen@redhat.com>
 
110745
AuthorDate: Sun Aug 8 18:35:12 2010 -0400
 
110746
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110747
CommitDate: Sun Aug 8 21:32:04 2010 -0400
97037
110748
 
97038
110749
    Don't compile an unused function
97039
110750
 
97041
110752
 1 file changed, 2 insertions(+), 1 deletion(-)
97042
110753
 
97043
110754
commit 3fd1fc4f9a8511587637efc9b0942e4919fab031
97044
 
Author: Matthias Clasen <mclasen@redhat.com>
97045
 
Date:   Sun Aug 8 18:34:59 2010 -0400
 
110755
Author:     Matthias Clasen <mclasen@redhat.com>
 
110756
AuthorDate: Sun Aug 8 18:34:59 2010 -0400
 
110757
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110758
CommitDate: Sun Aug 8 21:32:04 2010 -0400
97046
110759
 
97047
110760
    Trivial typo fix
97048
110761
 
97050
110763
 1 file changed, 1 insertion(+), 1 deletion(-)
97051
110764
 
97052
110765
commit c9916d64b1cf996a4cdb9f8887972038b492426d
97053
 
Author: Matthias Clasen <mclasen@redhat.com>
97054
 
Date:   Sun Aug 8 18:34:38 2010 -0400
 
110766
Author:     Matthias Clasen <mclasen@redhat.com>
 
110767
AuthorDate: Sun Aug 8 18:34:38 2010 -0400
 
110768
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110769
CommitDate: Sun Aug 8 21:32:03 2010 -0400
97055
110770
 
97056
110771
    Improve regex test coverage
97057
110772
 
97060
110775
 1 file changed, 558 insertions(+), 1 deletion(-)
97061
110776
 
97062
110777
commit 584787f580cf6e36c020b7d7ee0a01baea8896aa
97063
 
Author: Matthias Clasen <mclasen@redhat.com>
97064
 
Date:   Sun Aug 8 11:32:50 2010 -0400
 
110778
Author:     Matthias Clasen <mclasen@redhat.com>
 
110779
AuthorDate: Sun Aug 8 11:32:50 2010 -0400
 
110780
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110781
CommitDate: Sun Aug 8 21:32:03 2010 -0400
97065
110782
 
97066
110783
    Improve the async result test coverage
97067
110784
 
97069
110786
 1 file changed, 1 insertion(+)
97070
110787
 
97071
110788
commit 7c129c901121b2ca8374d64c716828101ce79cb9
97072
 
Author: Matthias Clasen <mclasen@redhat.com>
97073
 
Date:   Sun Aug 8 11:31:53 2010 -0400
 
110789
Author:     Matthias Clasen <mclasen@redhat.com>
 
110790
AuthorDate: Sun Aug 8 11:31:53 2010 -0400
 
110791
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110792
CommitDate: Sun Aug 8 21:32:03 2010 -0400
97074
110793
 
97075
110794
    Improve dbus address test coverage
97076
110795
 
97078
110797
 1 file changed, 32 insertions(+)
97079
110798
 
97080
110799
commit ae8b375f0ffe4c26c366728a33b04167d3f1fd1b
97081
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
97082
 
Date:   Mon Aug 9 01:11:59 2010 +0200
 
110800
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
110801
AuthorDate: Mon Aug 9 01:11:59 2010 +0200
 
110802
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
110803
CommitDate: Mon Aug 9 01:11:59 2010 +0200
97083
110804
 
97084
110805
    Updated galician translations
97085
110806
 
97087
110808
 1 file changed, 9 insertions(+), 2 deletions(-)
97088
110809
 
97089
110810
commit bbd1d2a72429929d15c0764853addcf3a6a8bead
97090
 
Author: Matthias Clasen <mclasen@redhat.com>
97091
 
Date:   Sun Aug 8 01:09:18 2010 -0400
 
110811
Author:     Matthias Clasen <mclasen@redhat.com>
 
110812
AuthorDate: Sun Aug 8 01:09:18 2010 -0400
 
110813
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110814
CommitDate: Sun Aug 8 01:12:05 2010 -0400
97092
110815
 
97093
110816
    Improve regex test coverage
97094
110817
 
97097
110820
 1 file changed, 66 insertions(+)
97098
110821
 
97099
110822
commit 6ada7532b5e8d3c613e26144afbf4c38367afd90
97100
 
Author: Matthias Clasen <mclasen@redhat.com>
97101
 
Date:   Sun Aug 8 01:08:34 2010 -0400
 
110823
Author:     Matthias Clasen <mclasen@redhat.com>
 
110824
AuthorDate: Sun Aug 8 01:08:34 2010 -0400
 
110825
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110826
CommitDate: Sun Aug 8 01:12:05 2010 -0400
97102
110827
 
97103
110828
    Drop some unused code
97104
110829
 
97108
110833
 1 file changed, 3 insertions(+)
97109
110834
 
97110
110835
commit 8804d6a98ffabc83bea2a35d4aaf26617fa062f0
97111
 
Author: Matthias Clasen <mclasen@redhat.com>
97112
 
Date:   Sun Aug 8 01:07:53 2010 -0400
 
110836
Author:     Matthias Clasen <mclasen@redhat.com>
 
110837
AuthorDate: Sun Aug 8 01:07:53 2010 -0400
 
110838
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110839
CommitDate: Sun Aug 8 01:12:04 2010 -0400
97113
110840
 
97114
110841
    Simplify gcov generation
97115
110842
 
97119
110846
 1 file changed, 2 insertions(+), 4 deletions(-)
97120
110847
 
97121
110848
commit 01cae84e47ff749e475d7931106c8b00829021e5
97122
 
Author: Ryan Lortie <desrt@desrt.ca>
97123
 
Date:   Sat Aug 7 19:58:12 2010 -0400
 
110849
Author:     Ryan Lortie <desrt@desrt.ca>
 
110850
AuthorDate: Sat Aug 7 19:58:12 2010 -0400
 
110851
Commit:     Ryan Lortie <desrt@desrt.ca>
 
110852
CommitDate: Sat Aug 7 19:59:36 2010 -0400
97124
110853
 
97125
110854
    Bug 578295 - gtester has a race condition
97126
110855
 
97130
110859
 1 file changed, 9 insertions(+)
97131
110860
 
97132
110861
commit 51ad83f7119bcf43d5e9b6b89fd3f33bd9ab1e3d
97133
 
Author: Matthias Clasen <mclasen@redhat.com>
97134
 
Date:   Sat Aug 7 18:56:12 2010 -0400
 
110862
Author:     Matthias Clasen <mclasen@redhat.com>
 
110863
AuthorDate: Sat Aug 7 18:56:12 2010 -0400
 
110864
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110865
CommitDate: Sat Aug 7 18:56:12 2010 -0400
97135
110866
 
97136
110867
    Make g_dbus_error_unregister_error work
97137
110868
 
97139
110870
 1 file changed, 4 insertions(+), 1 deletion(-)
97140
110871
 
97141
110872
commit 8e236f7ec1e0f620a516255a6b8ed7ae169bc87e
97142
 
Author: Matthias Clasen <mclasen@redhat.com>
97143
 
Date:   Sat Aug 7 18:55:21 2010 -0400
 
110873
Author:     Matthias Clasen <mclasen@redhat.com>
 
110874
AuthorDate: Sat Aug 7 18:55:21 2010 -0400
 
110875
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110876
CommitDate: Sat Aug 7 18:55:21 2010 -0400
97144
110877
 
97145
110878
    Add some more test about gdbus_error apis
97146
110879
 
97149
110882
 1 file changed, 71 insertions(+)
97150
110883
 
97151
110884
commit 7de6658f74a43065fa9a27db6cb4d26b6a946a32
97152
 
Author: Matthias Clasen <mclasen@redhat.com>
97153
 
Date:   Sat Aug 7 17:08:54 2010 -0400
 
110885
Author:     Matthias Clasen <mclasen@redhat.com>
 
110886
AuthorDate: Sat Aug 7 17:08:54 2010 -0400
 
110887
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110888
CommitDate: Sat Aug 7 17:10:17 2010 -0400
97154
110889
 
97155
110890
    Make g_simple_async_result_is_valid work without source
97156
110891
 
97160
110895
 1 file changed, 4 insertions(+), 2 deletions(-)
97161
110896
 
97162
110897
commit 402ad1958ccdb4586da9614ec4276396fd4c0faf
97163
 
Author: Matthias Clasen <mclasen@redhat.com>
97164
 
Date:   Sat Aug 7 16:27:38 2010 -0400
 
110898
Author:     Matthias Clasen <mclasen@redhat.com>
 
110899
AuthorDate: Sat Aug 7 16:27:38 2010 -0400
 
110900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
110901
CommitDate: Sat Aug 7 17:10:17 2010 -0400
97165
110902
 
97166
110903
    Make the closure variants of name owning and watching actually work
97167
110904
 
97181
110918
 4 files changed, 128 insertions(+), 99 deletions(-)
97182
110919
 
97183
110920
commit c15d20e53a9fdccd4fbe17c6a51c57e6b34410fd
97184
 
Author: Kjartan Maraas <kmaraas@gnome.org>
97185
 
Date:   Sat Aug 7 18:43:01 2010 +0200
 
110921
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
110922
AuthorDate: Sat Aug 7 18:43:01 2010 +0200
 
110923
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
110924
CommitDate: Sat Aug 7 18:43:01 2010 +0200
97186
110925
 
97187
110926
    Updated Norwegian bokmål translation
97188
110927
 
97191
110930
 1 file changed, 115 insertions(+), 64 deletions(-)
97192
110931
 
97193
110932
commit 4ac7f8f08433c37cf0a69cdea601514a0c06c1b6
97194
 
Author: Benjamin Otte <otte@redhat.com>
97195
 
Date:   Fri Aug 6 23:15:28 2010 +0200
 
110933
Author:     Benjamin Otte <otte@redhat.com>
 
110934
AuthorDate: Fri Aug 6 23:15:28 2010 +0200
 
110935
Commit:     Benjamin Otte <otte@redhat.com>
 
110936
CommitDate: Fri Aug 6 23:35:24 2010 +0200
97196
110937
 
97197
110938
    notifyqueue: Dedup pspecs when adding
97198
110939
 
97206
110947
 1 file changed, 7 insertions(+), 16 deletions(-)
97207
110948
 
97208
110949
commit e88eb048659be2e09081a27ddaef0e261667b6b8
97209
 
Author: Ryan Lortie <desrt@desrt.ca>
97210
 
Date:   Fri Aug 6 16:48:03 2010 -0400
 
110950
Author:     Ryan Lortie <desrt@desrt.ca>
 
110951
AuthorDate: Fri Aug 6 16:48:03 2010 -0400
 
110952
Commit:     Ryan Lortie <desrt@desrt.ca>
 
110953
CommitDate: Fri Aug 6 16:48:19 2010 -0400
97211
110954
 
97212
110955
    Prepare to release glib 2.25.13
97213
110956
 
97219
110962
 4 files changed, 129 insertions(+), 46 deletions(-)
97220
110963
 
97221
110964
commit 80046f36e0ed2fe3d12c3128145033043f46734d
97222
 
Author: Ryan Lortie <desrt@desrt.ca>
97223
 
Date:   Fri Aug 6 16:42:36 2010 -0400
 
110965
Author:     Ryan Lortie <desrt@desrt.ca>
 
110966
AuthorDate: Fri Aug 6 16:42:36 2010 -0400
 
110967
Commit:     Ryan Lortie <desrt@desrt.ca>
 
110968
CommitDate: Fri Aug 6 16:42:36 2010 -0400
97224
110969
 
97225
110970
    gitignore update
97226
110971
 
97228
110973
 1 file changed, 1 insertion(+)
97229
110974
 
97230
110975
commit d96b7c5c8aacc2b8516c03a2801db731d4171570
97231
 
Author: Ryan Lortie <desrt@desrt.ca>
97232
 
Date:   Fri Aug 6 15:28:58 2010 -0400
 
110976
Author:     Ryan Lortie <desrt@desrt.ca>
 
110977
AuthorDate: Fri Aug 6 15:28:58 2010 -0400
 
110978
Commit:     Ryan Lortie <desrt@desrt.ca>
 
110979
CommitDate: Fri Aug 6 15:28:58 2010 -0400
97233
110980
 
97234
110981
    gtester: Run tests only once on 'make check'
97235
110982
 
97251
110998
 1 file changed, 10 insertions(+), 5 deletions(-)
97252
110999
 
97253
111000
commit b91f9274d9de1e9f0a1b407913ab893cfe1d5b25
97254
 
Author: Ryan Lortie <desrt@desrt.ca>
97255
 
Date:   Fri Aug 6 13:12:20 2010 -0400
 
111001
Author:     Ryan Lortie <desrt@desrt.ca>
 
111002
AuthorDate: Fri Aug 6 13:12:20 2010 -0400
 
111003
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111004
CommitDate: Fri Aug 6 13:12:20 2010 -0400
97256
111005
 
97257
111006
    Fix volumemonitor test case
97258
111007
 
97262
111011
 1 file changed, 9 insertions(+), 4 deletions(-)
97263
111012
 
97264
111013
commit 889a7f81dd808d35a17baa53a87255ef588d27da
97265
 
Author: Ryan Lortie <desrt@desrt.ca>
97266
 
Date:   Fri Aug 6 13:11:38 2010 -0400
 
111014
Author:     Ryan Lortie <desrt@desrt.ca>
 
111015
AuthorDate: Fri Aug 6 13:11:38 2010 -0400
 
111016
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111017
CommitDate: Fri Aug 6 13:11:38 2010 -0400
97267
111018
 
97268
111019
    gio.symbols: add g_dbus_message_[gs]et_byte_order
97269
111020
 
97271
111022
 1 file changed, 2 insertions(+)
97272
111023
 
97273
111024
commit 5e044a943c96967841c3c341ac5975c36064d640
97274
 
Author: Ryan Lortie <desrt@desrt.ca>
97275
 
Date:   Fri Aug 6 13:11:20 2010 -0400
 
111025
Author:     Ryan Lortie <desrt@desrt.ca>
 
111026
AuthorDate: Fri Aug 6 13:11:20 2010 -0400
 
111027
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111028
CommitDate: Fri Aug 6 13:11:20 2010 -0400
97276
111029
 
97277
111030
    typo fix: Dist the data for the test cases
97278
111031
 
97282
111035
 1 file changed, 1 insertion(+), 1 deletion(-)
97283
111036
 
97284
111037
commit b3b7ea8e227035ae27d6ac62595478d27b8152e8
97285
 
Author: Ryan Lortie <desrt@desrt.ca>
97286
 
Date:   Fri Aug 6 13:09:26 2010 -0400
 
111038
Author:     Ryan Lortie <desrt@desrt.ca>
 
111039
AuthorDate: Fri Aug 6 13:09:26 2010 -0400
 
111040
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111041
CommitDate: Fri Aug 6 13:10:34 2010 -0400
97287
111042
 
97288
111043
    Replace -I with $(glib_INCLUDES) and friends
97289
111044
 
97316
111071
 23 files changed, 23 insertions(+), 84 deletions(-)
97317
111072
 
97318
111073
commit 8ad9d9dbe35973951faaf595b1fe847b6b180159
97319
 
Author: Ryan Lortie <desrt@desrt.ca>
97320
 
Date:   Fri Aug 6 13:07:31 2010 -0400
 
111074
Author:     Ryan Lortie <desrt@desrt.ca>
 
111075
AuthorDate: Fri Aug 6 13:07:31 2010 -0400
 
111076
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111077
CommitDate: Fri Aug 6 13:07:31 2010 -0400
97321
111078
 
97322
111079
    configure.ac: define glib_INCLUDES and friends
97323
111080
 
97331
111088
 1 file changed, 39 insertions(+)
97332
111089
 
97333
111090
commit ba0208b3a8076f8c3c545ba5716347ad446525f7
97334
 
Author: Ryan Lortie <desrt@desrt.ca>
97335
 
Date:   Fri Aug 6 13:05:18 2010 -0400
 
111091
Author:     Ryan Lortie <desrt@desrt.ca>
 
111092
AuthorDate: Fri Aug 6 13:05:18 2010 -0400
 
111093
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111094
CommitDate: Fri Aug 6 13:05:18 2010 -0400
97336
111095
 
97337
111096
    Clean up improper #includes
97338
111097
 
97357
111116
 15 files changed, 19 insertions(+), 19 deletions(-)
97358
111117
 
97359
111118
commit 78f7f14b34b4c04742fc848eec536ffdb8c8ab01
97360
 
Author: Ryan Lortie <desrt@desrt.ca>
97361
 
Date:   Fri Aug 6 10:53:07 2010 -0400
 
111119
Author:     Ryan Lortie <desrt@desrt.ca>
 
111120
AuthorDate: Fri Aug 6 10:53:07 2010 -0400
 
111121
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111122
CommitDate: Fri Aug 6 10:53:07 2010 -0400
97362
111123
 
97363
111124
    Don't dist 'glibconfig.h'
97364
111125
 
97377
111138
 1 file changed, 1 insertion(+), 1 deletion(-)
97378
111139
 
97379
111140
commit 25c6bdc22add2f306c24e5200de2899f39f86c48
97380
 
Author: Ryan Lortie <desrt@desrt.ca>
97381
 
Date:   Fri Aug 6 10:29:32 2010 -0400
 
111141
Author:     Ryan Lortie <desrt@desrt.ca>
 
111142
AuthorDate: Fri Aug 6 10:29:32 2010 -0400
 
111143
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111144
CommitDate: Fri Aug 6 10:29:32 2010 -0400
97382
111145
 
97383
111146
    error test case: don't double-free the source
97384
111147
 
97389
111152
 1 file changed, 1 deletion(-)
97390
111153
 
97391
111154
commit a1b015f7b70b3851d5a6e45fd4114c7723b4f1ea
97392
 
Author: Hannes Müller <h.c.f.mueller@gmx.de>
97393
 
Date:   Thu Aug 5 23:11:03 2010 +0200
 
111155
Author:     Hannes Müller <h.c.f.mueller@gmx.de>
 
111156
AuthorDate: Thu Aug 5 23:11:03 2010 +0200
 
111157
Commit:     Benjamin Otte <otte@redhat.com>
 
111158
CommitDate: Thu Aug 5 23:18:45 2010 +0200
97394
111159
 
97395
111160
    avoid warning in gutils.h when using gcc with -Wconversion
97396
111161
 
97400
111165
 1 file changed, 1 insertion(+), 1 deletion(-)
97401
111166
 
97402
111167
commit 970d0634e9ade050158bdb529a6f8a7deb8fb319
97403
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
97404
 
Date:   Thu Aug 5 15:36:39 2010 +0200
 
111168
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
111169
AuthorDate: Thu Aug 5 15:36:39 2010 +0200
 
111170
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
111171
CommitDate: Thu Aug 5 15:36:39 2010 +0200
97405
111172
 
97406
111173
    Updated Galician translations
97407
111174
 
97410
111177
 1 file changed, 149 insertions(+), 85 deletions(-)
97411
111178
 
97412
111179
commit c789f72f9dfb6dcb86c536dfa6f65e5a7e5c72f4
97413
 
Author: Claude Paroz <claude@2xlibre.net>
97414
 
Date:   Thu Aug 5 15:17:40 2010 +0200
 
111180
Author:     Claude Paroz <claude@2xlibre.net>
 
111181
AuthorDate: Thu Aug 5 15:17:40 2010 +0200
 
111182
Commit:     Claude Paroz <claude@2xlibre.net>
 
111183
CommitDate: Thu Aug 5 15:18:30 2010 +0200
97415
111184
 
97416
111185
    Updated French translation
97417
111186
 
97422
111191
 1 file changed, 1220 insertions(+), 796 deletions(-)
97423
111192
 
97424
111193
commit 9f6faaffb6491a8de5508b7678ab48fee4f59efa
97425
 
Author: paul <ephraim_owns@hotmail.com>
97426
 
Date:   Thu Aug 5 09:08:34 2010 -0400
 
111194
Author:     paul <ephraim_owns@hotmail.com>
 
111195
AuthorDate: Thu Aug 5 09:08:34 2010 -0400
 
111196
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111197
CommitDate: Thu Aug 5 09:08:34 2010 -0400
97427
111198
 
97428
111199
    Add $(top_builddir)/glib to includes
97429
111200
 
97443
111214
 11 files changed, 12 insertions(+), 2 deletions(-)
97444
111215
 
97445
111216
commit 38c3f9964c2c0b7243cf5033ffc1d197c292b337
97446
 
Author: Jorge González <jorgegonz@svn.gnome.org>
97447
 
Date:   Thu Aug 5 12:11:05 2010 +0200
 
111217
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
111218
AuthorDate: Thu Aug 5 12:11:05 2010 +0200
 
111219
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
111220
CommitDate: Thu Aug 5 12:11:05 2010 +0200
97448
111221
 
97449
111222
    Updated Spanish translation
97450
111223
 
97453
111226
 1 file changed, 156 insertions(+), 82 deletions(-)
97454
111227
 
97455
111228
commit abe820e0d935f41744292146c71ccc4cf479751e
97456
 
Author: Philip Withnall <philip.withnall@collabora.co.uk>
97457
 
Date:   Mon Aug 2 14:14:11 2010 +0100
 
111229
Author:     Philip Withnall <philip.withnall@collabora.co.uk>
 
111230
AuthorDate: Mon Aug 2 14:14:11 2010 +0100
 
111231
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
111232
CommitDate: Thu Aug 5 08:49:54 2010 +0100
97458
111233
 
97459
111234
    Expand documentation about error quark naming
97460
111235
 
97464
111239
 1 file changed, 5 insertions(+)
97465
111240
 
97466
111241
commit 008615f9999641158a89e3e6163b1580cac53dd0
97467
 
Author: Matthias Clasen <mclasen@redhat.com>
97468
 
Date:   Thu Aug 5 02:23:42 2010 -0400
 
111242
Author:     Matthias Clasen <mclasen@redhat.com>
 
111243
AuthorDate: Thu Aug 5 02:23:42 2010 -0400
 
111244
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111245
CommitDate: Thu Aug 5 02:24:26 2010 -0400
97469
111246
 
97470
111247
    Test an option handling corner-case
97471
111248
 
97474
111251
 1 file changed, 58 insertions(+), 1 deletion(-)
97475
111252
 
97476
111253
commit e2657d8dce32e10869ec2b18edc7dbf489dd2941
97477
 
Author: Matthias Clasen <mclasen@redhat.com>
97478
 
Date:   Thu Aug 5 02:01:58 2010 -0400
 
111254
Author:     Matthias Clasen <mclasen@redhat.com>
 
111255
AuthorDate: Thu Aug 5 02:01:58 2010 -0400
 
111256
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111257
CommitDate: Thu Aug 5 02:24:25 2010 -0400
97479
111258
 
97480
111259
    Add a not about arguments beginning with dashes
97481
111260
 
97483
111262
 1 file changed, 15 insertions(+), 13 deletions(-)
97484
111263
 
97485
111264
commit e4994cb0a10c35f373b17ef970e2f8e4034d387c
97486
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
97487
 
Date:   Thu Aug 5 09:14:40 2010 +0300
 
111265
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
111266
AuthorDate: Thu Aug 5 09:14:40 2010 +0300
 
111267
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
111268
CommitDate: Thu Aug 5 09:14:40 2010 +0300
97488
111269
 
97489
111270
    Updated Hebrew translation.
97490
111271
 
97493
111274
 1 file changed, 133 insertions(+), 72 deletions(-)
97494
111275
 
97495
111276
commit 84d3aa652f4e5853d5612bd4b189c2146168f038
97496
 
Author: Matthias Clasen <mclasen@redhat.com>
97497
 
Date:   Thu Aug 5 01:53:15 2010 -0400
 
111277
Author:     Matthias Clasen <mclasen@redhat.com>
 
111278
AuthorDate: Thu Aug 5 01:53:15 2010 -0400
 
111279
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111280
CommitDate: Thu Aug 5 01:53:15 2010 -0400
97498
111281
 
97499
111282
    Beautify configure output
97500
111283
 
97505
111288
 1 file changed, 4 insertions(+), 4 deletions(-)
97506
111289
 
97507
111290
commit 530f67384ea656ef9a5d8c05df5c35a9bf2a5ec0
97508
 
Author: Matthias Clasen <mclasen@redhat.com>
97509
 
Date:   Thu Aug 5 01:45:26 2010 -0400
 
111291
Author:     Matthias Clasen <mclasen@redhat.com>
 
111292
AuthorDate: Thu Aug 5 01:45:26 2010 -0400
 
111293
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111294
CommitDate: Thu Aug 5 01:45:26 2010 -0400
97510
111295
 
97511
111296
    Modernize pkg-config check
97512
111297
 
97518
111303
 1 file changed, 1 insertion(+), 13 deletions(-)
97519
111304
 
97520
111305
commit 3e8a9c7b52211ad1991711e02d682dc6e03439c6
97521
 
Author: Matthias Clasen <mclasen@redhat.com>
97522
 
Date:   Thu Aug 5 01:39:02 2010 -0400
 
111306
Author:     Matthias Clasen <mclasen@redhat.com>
 
111307
AuthorDate: Thu Aug 5 01:39:02 2010 -0400
 
111308
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111309
CommitDate: Thu Aug 5 01:39:58 2010 -0400
97523
111310
 
97524
111311
    Add missing files
97525
111312
 
97529
111316
 1 file changed, 2 insertions(+)
97530
111317
 
97531
111318
commit d52e1c33f71a28908dac3658a8d5394e333324fc
97532
 
Author: David Zeuthen <davidz@redhat.com>
97533
 
Date:   Wed Aug 4 16:59:26 2010 -0400
 
111319
Author:     David Zeuthen <davidz@redhat.com>
 
111320
AuthorDate: Wed Aug 4 16:59:26 2010 -0400
 
111321
Commit:     David Zeuthen <davidz@redhat.com>
 
111322
CommitDate: Wed Aug 4 16:59:26 2010 -0400
97534
111323
 
97535
111324
    GDBus: Add `return' debug option
97536
111325
 
97591
111380
 5 files changed, 61 insertions(+), 6 deletions(-)
97592
111381
 
97593
111382
commit 89a1b571adde644664093dd4763fb9aa077dfafc
97594
 
Author: David Zeuthen <davidz@redhat.com>
97595
 
Date:   Wed Aug 4 14:38:51 2010 -0400
 
111383
Author:     David Zeuthen <davidz@redhat.com>
 
111384
AuthorDate: Wed Aug 4 14:38:51 2010 -0400
 
111385
Commit:     David Zeuthen <davidz@redhat.com>
 
111386
CommitDate: Wed Aug 4 14:38:51 2010 -0400
97596
111387
 
97597
111388
    GDBusMessage: Validate header fields when serializing/deserializing
97598
111389
 
97611
111402
 3 files changed, 268 insertions(+), 11 deletions(-)
97612
111403
 
97613
111404
commit 6f070be65bb4bb665cb8a4c1f48cac59c1f4fba3
97614
 
Author: David Zeuthen <davidz@redhat.com>
97615
 
Date:   Wed Aug 4 13:32:19 2010 -0400
 
111405
Author:     David Zeuthen <davidz@redhat.com>
 
111406
AuthorDate: Wed Aug 4 13:32:19 2010 -0400
 
111407
Commit:     David Zeuthen <davidz@redhat.com>
 
111408
CommitDate: Wed Aug 4 13:34:14 2010 -0400
97616
111409
 
97617
111410
    GDBusMessage: Add a way to get/set byte order of a message
97618
111411
 
97631
111424
 6 files changed, 175 insertions(+), 72 deletions(-)
97632
111425
 
97633
111426
commit 6e723e8b3e5f138f8e0b4fe45c5872a92510d5d3
97634
 
Author: David Zeuthen <davidz@redhat.com>
97635
 
Date:   Wed Aug 4 12:24:22 2010 -0400
 
111427
Author:     David Zeuthen <davidz@redhat.com>
 
111428
AuthorDate: Wed Aug 4 12:24:22 2010 -0400
 
111429
Commit:     David Zeuthen <davidz@redhat.com>
 
111430
CommitDate: Wed Aug 4 12:24:22 2010 -0400
97636
111431
 
97637
111432
    GDBusMessage: Assert various things when serializing to a blob
97638
111433
 
97664
111459
 1 file changed, 8 insertions(+), 6 deletions(-)
97665
111460
 
97666
111461
commit 5bd34a820eb79f0765e312215e0a3e0a339ace78
97667
 
Author: David Zeuthen <davidz@redhat.com>
97668
 
Date:   Wed Aug 4 11:26:48 2010 -0400
 
111462
Author:     David Zeuthen <davidz@redhat.com>
 
111463
AuthorDate: Wed Aug 4 11:26:48 2010 -0400
 
111464
Commit:     David Zeuthen <davidz@redhat.com>
 
111465
CommitDate: Wed Aug 4 11:26:48 2010 -0400
97669
111466
 
97670
111467
    GDBusMessage: Validate UTF-8 strings when serializing from blob
97671
111468
 
97677
111474
 2 files changed, 109 insertions(+), 3 deletions(-)
97678
111475
 
97679
111476
commit e62bc8e8f66c096829b282a53a769fbb55ab6b4d
97680
 
Author: Dan Winship <danw@gnome.org>
97681
 
Date:   Wed Aug 4 07:36:04 2010 -0400
 
111477
Author:     Dan Winship <danw@gnome.org>
 
111478
AuthorDate: Wed Aug 4 07:36:04 2010 -0400
 
111479
Commit:     Dan Winship <danw@gnome.org>
 
111480
CommitDate: Wed Aug 4 07:36:34 2010 -0400
97682
111481
 
97683
111482
    remove a junk line
97684
111483
 
97686
111485
 1 file changed, 1 deletion(-)
97687
111486
 
97688
111487
commit 27bc1d60ebcbd1b6e887fde138840a9ddda7fc3b
97689
 
Author: Kjartan Maraas <kmaraas@gnome.org>
97690
 
Date:   Wed Aug 4 13:23:02 2010 +0200
 
111488
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
111489
AuthorDate: Wed Aug 4 13:23:02 2010 +0200
 
111490
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
111491
CommitDate: Wed Aug 4 13:23:46 2010 +0200
97691
111492
 
97692
111493
    Updated Norwegian bokmål translation
97693
111494
 
97696
111497
 1 file changed, 376 insertions(+), 178 deletions(-)
97697
111498
 
97698
111499
commit 4bc9654c63feee596de5aa214d7cbd8fc293cd9d
97699
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
97700
 
Date:   Wed Aug 4 00:57:52 2010 +0100
 
111500
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111501
AuthorDate: Wed Aug 4 00:57:52 2010 +0100
 
111502
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111503
CommitDate: Wed Aug 4 01:09:28 2010 +0100
97701
111504
 
97702
111505
    binding: Add a default marshaller for the closure API
97703
111506
 
97717
111520
 5 files changed, 24 insertions(+), 39 deletions(-)
97718
111521
 
97719
111522
commit f5cd8ddeaac7e6df484629b7ae54a86ffa155a05
97720
 
Author: David Zeuthen <davidz@redhat.com>
97721
 
Date:   Tue Aug 3 15:36:16 2010 -0400
 
111523
Author:     David Zeuthen <davidz@redhat.com>
 
111524
AuthorDate: Tue Aug 3 15:36:16 2010 -0400
 
111525
Commit:     David Zeuthen <davidz@redhat.com>
 
111526
CommitDate: Tue Aug 3 15:36:16 2010 -0400
97722
111527
 
97723
111528
    GDBusConnection: Debug messages when receiving signals and method
97724
111529
    invocations
97749
111554
 1 file changed, 2 insertions(+), 2 deletions(-)
97750
111555
 
97751
111556
commit 69341e2ba9a864ed2848527570988afc3e1c9df4
97752
 
Author: David Zeuthen <davidz@redhat.com>
97753
 
Date:   Tue Aug 3 14:32:29 2010 -0400
 
111557
Author:     David Zeuthen <davidz@redhat.com>
 
111558
AuthorDate: Tue Aug 3 14:32:29 2010 -0400
 
111559
Commit:     David Zeuthen <davidz@redhat.com>
 
111560
CommitDate: Tue Aug 3 14:32:29 2010 -0400
97754
111561
 
97755
111562
    glib-compile-schemas: Pass a C string, not a GString wrapper
97756
111563
 
97765
111572
 1 file changed, 1 insertion(+), 1 deletion(-)
97766
111573
 
97767
111574
commit 5e6f762d61db1a5c64bd1d33e5ba112755106581
97768
 
Author: David Zeuthen <davidz@redhat.com>
97769
 
Date:   Tue Aug 3 13:33:03 2010 -0400
 
111575
Author:     David Zeuthen <davidz@redhat.com>
 
111576
AuthorDate: Tue Aug 3 13:33:03 2010 -0400
 
111577
Commit:     David Zeuthen <davidz@redhat.com>
 
111578
CommitDate: Tue Aug 3 13:38:50 2010 -0400
97770
111579
 
97771
111580
    GVariant: validate that passed string is UTF-8
97772
111581
 
97803
111612
 1 file changed, 1 insertion(+)
97804
111613
 
97805
111614
commit 86d947f01fba4b79aa9f0bdcea9d510f5411ea4b
97806
 
Author: David Zeuthen <davidz@redhat.com>
97807
 
Date:   Tue Aug 3 12:47:07 2010 -0400
 
111615
Author:     David Zeuthen <davidz@redhat.com>
 
111616
AuthorDate: Tue Aug 3 12:47:07 2010 -0400
 
111617
Commit:     David Zeuthen <davidz@redhat.com>
 
111618
CommitDate: Tue Aug 3 12:47:07 2010 -0400
97808
111619
 
97809
111620
    Fix gdbus-exit-on-close test case
97810
111621
 
97816
111627
 1 file changed, 1 insertion(+), 1 deletion(-)
97817
111628
 
97818
111629
commit 6a492a45191335ac97f54785db543f21dfce379c
97819
 
Author: David Zeuthen <davidz@redhat.com>
97820
 
Date:   Tue Aug 3 12:24:48 2010 -0400
 
111630
Author:     David Zeuthen <davidz@redhat.com>
 
111631
AuthorDate: Tue Aug 3 12:24:48 2010 -0400
 
111632
Commit:     David Zeuthen <davidz@redhat.com>
 
111633
CommitDate: Tue Aug 3 12:24:48 2010 -0400
97821
111634
 
97822
111635
    GDBus: If exiting b/c remote peer disconnected and error is set,
97823
111636
    print it
97834
111647
 1 file changed, 11 insertions(+), 1 deletion(-)
97835
111648
 
97836
111649
commit 3940cc9a11fde063bb9f83cc362e575e5f378609
97837
 
Author: David Zeuthen <davidz@redhat.com>
97838
 
Date:   Tue Aug 3 11:14:21 2010 -0400
 
111650
Author:     David Zeuthen <davidz@redhat.com>
 
111651
AuthorDate: Tue Aug 3 11:14:21 2010 -0400
 
111652
Commit:     David Zeuthen <davidz@redhat.com>
 
111653
CommitDate: Tue Aug 3 11:14:21 2010 -0400
97839
111654
 
97840
111655
    GDBusProxy: Don't leak a GSimpleAsyncResult when doing async calls
97841
111656
 
97845
111660
 1 file changed, 1 insertion(+)
97846
111661
 
97847
111662
commit b2715bbc5eaa1454df879964f58e36dbed65dc77
97848
 
Author: Matthias Clasen <mclasen@redhat.com>
97849
 
Date:   Tue Aug 3 10:41:21 2010 -0400
 
111663
Author:     Matthias Clasen <mclasen@redhat.com>
 
111664
AuthorDate: Tue Aug 3 10:41:21 2010 -0400
 
111665
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111666
CommitDate: Tue Aug 3 10:41:21 2010 -0400
97850
111667
 
97851
111668
    Fix a possible deadlock
97852
111669
 
97861
111678
 2 files changed, 7 insertions(+), 23 deletions(-)
97862
111679
 
97863
111680
commit 5179d92e9ce8f5b88db73613ef0485c82656801e
97864
 
Author: Matthias Clasen <mclasen@redhat.com>
97865
 
Date:   Sun Aug 1 02:36:27 2010 -0400
 
111681
Author:     Matthias Clasen <mclasen@redhat.com>
 
111682
AuthorDate: Sun Aug 1 02:36:27 2010 -0400
 
111683
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111684
CommitDate: Tue Aug 3 10:25:54 2010 -0400
97866
111685
 
97867
111686
    fix the completion test
97868
111687
 
97870
111689
 1 file changed, 1 deletion(-)
97871
111690
 
97872
111691
commit 21d98dbc4b57783bc98f612ca459562bcd25bd5b
97873
 
Author: Matthias Clasen <mclasen@redhat.com>
97874
 
Date:   Sun Aug 1 02:11:15 2010 -0400
 
111692
Author:     Matthias Clasen <mclasen@redhat.com>
 
111693
AuthorDate: Sun Aug 1 02:11:15 2010 -0400
 
111694
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111695
CommitDate: Tue Aug 3 10:25:54 2010 -0400
97875
111696
 
97876
111697
    improve completion test coverage
97877
111698
 
97879
111700
 1 file changed, 9 insertions(+)
97880
111701
 
97881
111702
commit 9b96e31968383619ff0a76212c5200022d62b23c
97882
 
Author: Matthias Clasen <mclasen@redhat.com>
97883
 
Date:   Sun Aug 1 02:07:50 2010 -0400
 
111703
Author:     Matthias Clasen <mclasen@redhat.com>
 
111704
AuthorDate: Sun Aug 1 02:07:50 2010 -0400
 
111705
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111706
CommitDate: Tue Aug 3 10:25:54 2010 -0400
97884
111707
 
97885
111708
    Don't assert too much
97886
111709
 
97888
111711
 1 file changed, 2 insertions(+), 4 deletions(-)
97889
111712
 
97890
111713
commit e4b5104003e9281e5737a9611517c4878522df5c
97891
 
Author: Matthias Clasen <mclasen@redhat.com>
97892
 
Date:   Sun Aug 1 02:07:21 2010 -0400
 
111714
Author:     Matthias Clasen <mclasen@redhat.com>
 
111715
AuthorDate: Sun Aug 1 02:07:21 2010 -0400
 
111716
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111717
CommitDate: Tue Aug 3 10:25:54 2010 -0400
97893
111718
 
97894
111719
    Move bookmarkfile tests to the test framework
97895
111720
 
97942
111767
 45 files changed, 684 insertions(+), 605 deletions(-)
97943
111768
 
97944
111769
commit b3de028a43873913106c31fa2c4b6e31d14b9fc1
97945
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
97946
 
Date:   Tue Aug 3 14:21:02 2010 +0100
 
111770
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111771
AuthorDate: Tue Aug 3 14:21:02 2010 +0100
 
111772
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111773
CommitDate: Tue Aug 3 14:21:02 2010 +0100
97947
111774
 
97948
111775
    Update the Git ignore files
97949
111776
 
97953
111780
 3 files changed, 15 insertions(+)
97954
111781
 
97955
111782
commit f8ec75620d5e7c2d139cc523729a1223875f1fa0
97956
 
Author: Mark Wielaard <mjw@redhat.com>
97957
 
Date:   Mon Aug 2 23:28:50 2010 +0200
 
111783
Author:     Mark Wielaard <mjw@redhat.com>
 
111784
AuthorDate: Mon Aug 2 23:28:50 2010 +0200
 
111785
Commit:     Colin Walters <walters@verbum.org>
 
111786
CommitDate: Tue Aug 3 08:04:58 2010 -0400
97958
111787
 
97959
111788
    Don't add (extra) DESTDIR to tapsetdir for tapset_DATA.
97960
111789
 
97965
111794
 2 files changed, 2 insertions(+), 2 deletions(-)
97966
111795
 
97967
111796
commit 5e1c4b18a806cd8a0f259b314f64f3d99e824773
97968
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
97969
 
Date:   Tue Aug 3 10:34:59 2010 +0100
 
111797
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111798
AuthorDate: Tue Aug 3 10:34:59 2010 +0100
 
111799
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111800
CommitDate: Tue Aug 3 10:34:59 2010 +0100
97970
111801
 
97971
111802
    docs: Clarify user_data behavior for bind_property_full()
97972
111803
 
97974
111805
 1 file changed, 6 insertions(+)
97975
111806
 
97976
111807
commit 90f7f171e621c296526b3978a75433c30c088b46
97977
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
97978
 
Date:   Tue Aug 3 10:29:50 2010 +0100
 
111808
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111809
AuthorDate: Tue Aug 3 10:29:50 2010 +0100
 
111810
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111811
CommitDate: Tue Aug 3 10:29:50 2010 +0100
97979
111812
 
97980
111813
    binding: Add G_BINDING_INVERT_BOOLEAN
97981
111814
 
97993
111826
 3 files changed, 130 insertions(+), 13 deletions(-)
97994
111827
 
97995
111828
commit 3be3ad61d142ca5bbd5659809af749ea5bf441ac
97996
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
97997
 
Date:   Tue Jul 13 06:03:03 2010 +0100
 
111829
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111830
AuthorDate: Tue Jul 13 06:03:03 2010 +0100
 
111831
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
111832
CommitDate: Tue Aug 3 09:51:49 2010 +0100
97998
111833
 
97999
111834
    binding: Add a closure-based variant of bind_property_full()
98000
111835
 
98014
111849
 5 files changed, 271 insertions(+), 25 deletions(-)
98015
111850
 
98016
111851
commit ca3b7b75bff00ea05c967eea06e2c3397da17e41
98017
 
Author: Ryan Lortie <desrt@desrt.ca>
98018
 
Date:   Tue Aug 3 02:08:03 2010 -0400
 
111852
Author:     Ryan Lortie <desrt@desrt.ca>
 
111853
AuthorDate: Tue Aug 3 02:08:03 2010 -0400
 
111854
Commit:     Ryan Lortie <desrt@desrt.ca>
 
111855
CommitDate: Tue Aug 3 02:09:10 2010 -0400
98019
111856
 
98020
111857
    GSettings: add G_SETTINGS_BIND_INVERT_BOOLEAN flag
98021
111858
 
98037
111874
 4 files changed, 93 insertions(+), 8 deletions(-)
98038
111875
 
98039
111876
commit dd2bbc95330355d5ff044dc76649e41ee5063894
98040
 
Author: Fridrich Štrba <fridrich.strba@bluewin.ch>
98041
 
Date:   Mon Aug 2 10:16:29 2010 +0200
 
111877
Author:     Fridrich Štrba <fridrich.strba@bluewin.ch>
 
111878
AuthorDate: Mon Aug 2 10:16:29 2010 +0200
 
111879
Commit:     Fridrich Štrba <fridrich.strba@bluewin.ch>
 
111880
CommitDate: Mon Aug 2 10:16:29 2010 +0200
98042
111881
 
98043
111882
    On windows, export also symbols defined in gio/gwin32appinfo.c
98044
111883
 
98046
111885
 1 file changed, 13 insertions(+)
98047
111886
 
98048
111887
commit 9c399b10b8da98e87d12c1fbd8f8e6a44256f68b
98049
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
98050
 
Date:   Sun Aug 1 23:18:31 2010 +0200
 
111888
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
111889
AuthorDate: Sun Aug 1 23:18:31 2010 +0200
 
111890
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
111891
CommitDate: Sun Aug 1 23:18:31 2010 +0200
98051
111892
 
98052
111893
    Updated Galician translations
98053
111894
 
98056
111897
 1 file changed, 212 insertions(+), 47 deletions(-)
98057
111898
 
98058
111899
commit 892012b951a5222a3e47afc18179b064420ff98b
98059
 
Author: Carlos Garcia Campos <carlosgc@gnome.org>
98060
 
Date:   Sun Aug 1 12:56:06 2010 +0200
 
111900
Author:     Carlos Garcia Campos <carlosgc@gnome.org>
 
111901
AuthorDate: Sun Aug 1 12:56:06 2010 +0200
 
111902
Commit:     Carlos Garcia Campos <carlosgc@gnome.org>
 
111903
CommitDate: Sun Aug 1 17:27:58 2010 +0200
98061
111904
 
98062
111905
    GDBusConnection: fix message flags in g_dbus_connection_call_sync()
98063
111906
 
98068
111911
 1 file changed, 1 insertion(+), 1 deletion(-)
98069
111912
 
98070
111913
commit e7c7e46cf20cbca1684cecd1ba45e5555797844e
98071
 
Author: Stef Walter <stef@memberwebs.com>
98072
 
Date:   Sun Aug 1 07:14:43 2010 +0200
 
111914
Author:     Stef Walter <stef@memberwebs.com>
 
111915
AuthorDate: Sun Aug 1 07:14:43 2010 +0200
 
111916
Commit:     Stef Walter <stef@memberwebs.com>
 
111917
CommitDate: Sun Aug 1 07:22:11 2010 +0200
98073
111918
 
98074
111919
    Add comment to g_date_set_time_val about local timezone.
98075
111920
 
98082
111927
 1 file changed, 2 insertions(+)
98083
111928
 
98084
111929
commit d01a4374901af59a9b80fed1372a1366c9c9705d
98085
 
Author: Milan Crha <mcrha@redhat.com>
98086
 
Date:   Sat Jul 31 23:51:45 2010 -0400
 
111930
Author:     Milan Crha <mcrha@redhat.com>
 
111931
AuthorDate: Sat Jul 31 23:51:45 2010 -0400
 
111932
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111933
CommitDate: Sat Jul 31 23:51:45 2010 -0400
98087
111934
 
98088
111935
    Silence valgrind
98089
111936
 
98093
111940
 1 file changed, 2 insertions(+)
98094
111941
 
98095
111942
commit b6c42d05c07479c49f5dd36ad74caae518568381
98096
 
Author: Jorge González <jorgegonz@svn.gnome.org>
98097
 
Date:   Sat Jul 31 15:11:48 2010 +0200
 
111943
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
111944
AuthorDate: Sat Jul 31 15:11:48 2010 +0200
 
111945
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
111946
CommitDate: Sat Jul 31 15:11:48 2010 +0200
98098
111947
 
98099
111948
    Updated Spanish translation
98100
111949
 
98103
111952
 1 file changed, 182 insertions(+), 24 deletions(-)
98104
111953
 
98105
111954
commit 7e33c4977c1772a741d9beb1f5ceca2009a0cea5
98106
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
98107
 
Date:   Sat Jul 31 10:05:05 2010 +0300
 
111955
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
111956
AuthorDate: Sat Jul 31 10:05:05 2010 +0300
 
111957
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
111958
CommitDate: Sat Jul 31 10:05:05 2010 +0300
98108
111959
 
98109
111960
    Updated Hebrew translation.
98110
111961
 
98113
111964
 1 file changed, 213 insertions(+), 40 deletions(-)
98114
111965
 
98115
111966
commit 917456973643cfe303017f1bb3266d41bba7cfd2
98116
 
Author: Matthias Clasen <mclasen@redhat.com>
98117
 
Date:   Sat Jul 31 02:40:16 2010 -0400
 
111967
Author:     Matthias Clasen <mclasen@redhat.com>
 
111968
AuthorDate: Sat Jul 31 02:40:16 2010 -0400
 
111969
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111970
CommitDate: Sat Jul 31 02:40:16 2010 -0400
98118
111971
 
98119
111972
    Also use trylock in the bitlock tests
98120
111973
 
98122
111975
 1 file changed, 7 insertions(+), 1 deletion(-)
98123
111976
 
98124
111977
commit ce7463a87b8f039490be075ba0505fa2986509b6
98125
 
Author: Matthias Clasen <mclasen@redhat.com>
98126
 
Date:   Sat Jul 31 02:39:53 2010 -0400
 
111978
Author:     Matthias Clasen <mclasen@redhat.com>
 
111979
AuthorDate: Sat Jul 31 02:39:53 2010 -0400
 
111980
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111981
CommitDate: Sat Jul 31 02:39:53 2010 -0400
98127
111982
 
98128
111983
    improve scanner api test coverage
98129
111984
 
98131
111986
 1 file changed, 3 insertions(+)
98132
111987
 
98133
111988
commit 6d41af0f724fad717b2cba4dc0001cd53564a9eb
98134
 
Author: Matthias Clasen <mclasen@redhat.com>
98135
 
Date:   Sat Jul 31 02:15:03 2010 -0400
 
111989
Author:     Matthias Clasen <mclasen@redhat.com>
 
111990
AuthorDate: Sat Jul 31 02:15:03 2010 -0400
 
111991
Commit:     Matthias Clasen <mclasen@redhat.com>
 
111992
CommitDate: Sat Jul 31 02:15:03 2010 -0400
98136
111993
 
98137
111994
    Improve tree test coverage
98138
111995
 
98140
111997
 1 file changed, 42 insertions(+)
98141
111998
 
98142
111999
commit a94657782680312592f860d5d867a446b8beda85
98143
 
Author: Matthias Clasen <mclasen@redhat.com>
98144
 
Date:   Sat Jul 31 02:14:51 2010 -0400
 
112000
Author:     Matthias Clasen <mclasen@redhat.com>
 
112001
AuthorDate: Sat Jul 31 02:14:51 2010 -0400
 
112002
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112003
CommitDate: Sat Jul 31 02:14:51 2010 -0400
98145
112004
 
98146
112005
    Improve keyfile test coverage
98147
112006
 
98150
112009
 1 file changed, 48 insertions(+)
98151
112010
 
98152
112011
commit ef4690c6c96824a2099a5feca11a1785329ec5ca
98153
 
Author: Matthias Clasen <mclasen@redhat.com>
98154
 
Date:   Sat Jul 31 02:14:28 2010 -0400
 
112012
Author:     Matthias Clasen <mclasen@redhat.com>
 
112013
AuthorDate: Sat Jul 31 02:14:28 2010 -0400
 
112014
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112015
CommitDate: Sat Jul 31 02:14:28 2010 -0400
98155
112016
 
98156
112017
    Test some GError functionality explicitly
98157
112018
 
98161
112022
 2 files changed, 76 insertions(+)
98162
112023
 
98163
112024
commit a4d0038c288587bd2d8b50a7b5b442e6ba0f59a7
98164
 
Author: Matthias Clasen <mclasen@redhat.com>
98165
 
Date:   Sat Jul 31 02:14:01 2010 -0400
 
112025
Author:     Matthias Clasen <mclasen@redhat.com>
 
112026
AuthorDate: Sat Jul 31 02:14:01 2010 -0400
 
112027
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112028
CommitDate: Sat Jul 31 02:14:01 2010 -0400
98166
112029
 
98167
112030
    Add a test for g_variant_builder_add_parsed
98168
112031
 
98170
112033
 1 file changed, 2 insertions(+), 2 deletions(-)
98171
112034
 
98172
112035
commit 3c0f77a499f01f42c70313568870681f00e4cc82
98173
 
Author: Matthias Clasen <mclasen@redhat.com>
98174
 
Date:   Sat Jul 31 02:07:38 2010 -0400
 
112036
Author:     Matthias Clasen <mclasen@redhat.com>
 
112037
AuthorDate: Sat Jul 31 02:07:38 2010 -0400
 
112038
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112039
CommitDate: Sat Jul 31 02:07:38 2010 -0400
98175
112040
 
98176
112041
    Fix a typo
98177
112042
 
98179
112044
 1 file changed, 1 insertion(+), 1 deletion(-)
98180
112045
 
98181
112046
commit 12e47411c3ad3d04619036a1001801382ea9e9da
98182
 
Author: Matthias Clasen <mclasen@redhat.com>
98183
 
Date:   Sat Jul 31 00:56:11 2010 -0400
 
112047
Author:     Matthias Clasen <mclasen@redhat.com>
 
112048
AuthorDate: Sat Jul 31 00:56:11 2010 -0400
 
112049
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112050
CommitDate: Sat Jul 31 00:56:11 2010 -0400
98184
112051
 
98185
112052
    Improve string test coverage
98186
112053
 
98188
112055
 1 file changed, 28 insertions(+), 1 deletion(-)
98189
112056
 
98190
112057
commit dd25bdeff14ebad9c0ffc5231032ede0c761c47e
98191
 
Author: Matthias Clasen <mclasen@redhat.com>
98192
 
Date:   Sat Jul 31 00:55:57 2010 -0400
 
112058
Author:     Matthias Clasen <mclasen@redhat.com>
 
112059
AuthorDate: Sat Jul 31 00:55:57 2010 -0400
 
112060
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112061
CommitDate: Sat Jul 31 00:55:57 2010 -0400
98193
112062
 
98194
112063
    Improve byte array test coverage
98195
112064
 
98197
112066
 1 file changed, 3 insertions(+)
98198
112067
 
98199
112068
commit 8246bf4bdebb1a12e40111b483e7d6a474ec6b58
98200
 
Author: Matthias Clasen <mclasen@redhat.com>
98201
 
Date:   Sat Jul 31 00:13:02 2010 -0400
 
112069
Author:     Matthias Clasen <mclasen@redhat.com>
 
112070
AuthorDate: Sat Jul 31 00:13:02 2010 -0400
 
112071
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112072
CommitDate: Sat Jul 31 00:13:02 2010 -0400
98202
112073
 
98203
112074
    Improve gdbus test coverage
98204
112075
 
98208
112079
 2 files changed, 171 insertions(+), 8 deletions(-)
98209
112080
 
98210
112081
commit 116b945c944a8dcfeb21e9b9ea7781a492a81101
98211
 
Author: Matthias Clasen <mclasen@redhat.com>
98212
 
Date:   Fri Jul 30 23:44:30 2010 -0400
 
112082
Author:     Matthias Clasen <mclasen@redhat.com>
 
112083
AuthorDate: Fri Jul 30 23:44:30 2010 -0400
 
112084
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112085
CommitDate: Fri Jul 30 23:44:30 2010 -0400
98213
112086
 
98214
112087
    Fix a typo
98215
112088
 
98219
112092
 1 file changed, 3 insertions(+), 3 deletions(-)
98220
112093
 
98221
112094
commit eb3e926b09538f22ac115ce0f18ac7530dc2dc87
98222
 
Author: Matthias Clasen <mclasen@redhat.com>
98223
 
Date:   Fri Jul 30 16:44:25 2010 -0400
 
112095
Author:     Matthias Clasen <mclasen@redhat.com>
 
112096
AuthorDate: Fri Jul 30 16:44:25 2010 -0400
 
112097
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112098
CommitDate: Fri Jul 30 19:53:29 2010 -0400
98224
112099
 
98225
112100
    Fix an off-by-one error
98226
112101
 
98228
112103
 1 file changed, 1 insertion(+), 1 deletion(-)
98229
112104
 
98230
112105
commit 5033be80d15cfb6c0a89f4ab0bc5e76cc2cd0a71
98231
 
Author: Matthias Clasen <mclasen@redhat.com>
98232
 
Date:   Fri Jul 30 16:21:49 2010 -0400
 
112106
Author:     Matthias Clasen <mclasen@redhat.com>
 
112107
AuthorDate: Fri Jul 30 16:21:49 2010 -0400
 
112108
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112109
CommitDate: Fri Jul 30 19:51:22 2010 -0400
98233
112110
 
98234
112111
    Add a test for g_dbus_proxy_get_cached_property_names
98235
112112
 
98238
112115
 1 file changed, 65 insertions(+)
98239
112116
 
98240
112117
commit 5f89498f071a100d3e159dd0d967477047249d73
98241
 
Author: Matthias Clasen <mclasen@redhat.com>
98242
 
Date:   Fri Jul 30 15:36:15 2010 -0400
 
112118
Author:     Matthias Clasen <mclasen@redhat.com>
 
112119
AuthorDate: Fri Jul 30 15:36:15 2010 -0400
 
112120
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112121
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98243
112122
 
98244
112123
    improve printf tests coverage
98245
112124
 
98248
112127
 1 file changed, 227 insertions(+), 14 deletions(-)
98249
112128
 
98250
112129
commit 9100828185316503e2da366a8e0de8e361944301
98251
 
Author: Matthias Clasen <mclasen@redhat.com>
98252
 
Date:   Fri Jul 30 15:35:47 2010 -0400
 
112130
Author:     Matthias Clasen <mclasen@redhat.com>
 
112131
AuthorDate: Fri Jul 30 15:35:47 2010 -0400
 
112132
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112133
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98253
112134
 
98254
112135
    Improve option context test coverage
98255
112136
 
98258
112139
 1 file changed, 65 insertions(+)
98259
112140
 
98260
112141
commit 027905c27aca3cdedca59a3d084e9a9279e03b19
98261
 
Author: Matthias Clasen <mclasen@redhat.com>
98262
 
Date:   Thu Jul 29 23:08:07 2010 -0400
 
112142
Author:     Matthias Clasen <mclasen@redhat.com>
 
112143
AuthorDate: Thu Jul 29 23:08:07 2010 -0400
 
112144
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112145
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98263
112146
 
98264
112147
    Improve array test coverage
98265
112148
 
98268
112151
 1 file changed, 455 insertions(+), 6 deletions(-)
98269
112152
 
98270
112153
commit 03be0d7237c7f250e01b785af4e4e4e8724a3e8f
98271
 
Author: Matthias Clasen <mclasen@redhat.com>
98272
 
Date:   Thu Jul 29 20:52:31 2010 -0400
 
112154
Author:     Matthias Clasen <mclasen@redhat.com>
 
112155
AuthorDate: Thu Jul 29 20:52:31 2010 -0400
 
112156
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112157
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98273
112158
 
98274
112159
    Move markup parse tests to the test framework
98275
112160
 
98444
112329
 167 files changed, 789 insertions(+), 671 deletions(-)
98445
112330
 
98446
112331
commit aa196c60df8bbe6f8e998780579b12863098107f
98447
 
Author: Matthias Clasen <mclasen@redhat.com>
98448
 
Date:   Thu Jul 29 02:20:43 2010 -0400
 
112332
Author:     Matthias Clasen <mclasen@redhat.com>
 
112333
AuthorDate: Thu Jul 29 02:20:43 2010 -0400
 
112334
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112335
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98449
112336
 
98450
112337
    Improve coverage of buffered output stream tests
98451
112338
 
98453
112340
 1 file changed, 7 insertions(+), 2 deletions(-)
98454
112341
 
98455
112342
commit ffa938fc652543c70c8bada3f65f1626e127731b
98456
 
Author: Matthias Clasen <mclasen@redhat.com>
98457
 
Date:   Thu Jul 29 02:20:29 2010 -0400
 
112343
Author:     Matthias Clasen <mclasen@redhat.com>
 
112344
AuthorDate: Thu Jul 29 02:20:29 2010 -0400
 
112345
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112346
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98458
112347
 
98459
112348
    Improve coverage of credentials tests
98460
112349
 
98462
112351
 1 file changed, 27 insertions(+)
98463
112352
 
98464
112353
commit 670528c187b0ae59a8fca1b6921722461992a9fb
98465
 
Author: Matthias Clasen <mclasen@redhat.com>
98466
 
Date:   Thu Jul 29 02:20:15 2010 -0400
 
112354
Author:     Matthias Clasen <mclasen@redhat.com>
 
112355
AuthorDate: Thu Jul 29 02:20:15 2010 -0400
 
112356
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112357
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98467
112358
 
98468
112359
    Improve coverage of converter stream tests
98469
112360
 
98471
112362
 1 file changed, 4 insertions(+)
98472
112363
 
98473
112364
commit 9794a648a9af25a9d409ce6aef97ac95f94c5cfb
98474
 
Author: Matthias Clasen <mclasen@redhat.com>
98475
 
Date:   Thu Jul 29 02:19:46 2010 -0400
 
112365
Author:     Matthias Clasen <mclasen@redhat.com>
 
112366
AuthorDate: Thu Jul 29 02:19:46 2010 -0400
 
112367
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112368
CommitDate: Fri Jul 30 19:51:21 2010 -0400
98476
112369
 
98477
112370
    Improve coverage of memory stream tests
98478
112371
 
98482
112375
 2 files changed, 91 insertions(+), 1 deletion(-)
98483
112376
 
98484
112377
commit 620582e59c9caf355c12b072258ea74ad1aadc1e
98485
 
Author: Matthias Clasen <mclasen@redhat.com>
98486
 
Date:   Thu Jul 29 02:19:27 2010 -0400
 
112378
Author:     Matthias Clasen <mclasen@redhat.com>
 
112379
AuthorDate: Thu Jul 29 02:19:27 2010 -0400
 
112380
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112381
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98487
112382
 
98488
112383
    Remove redundant include
98489
112384
 
98491
112386
 1 file changed, 1 deletion(-)
98492
112387
 
98493
112388
commit 17d4898d75fc41038a1d13740bfe1279ca902235
98494
 
Author: Matthias Clasen <mclasen@redhat.com>
98495
 
Date:   Thu Jul 29 02:19:01 2010 -0400
 
112389
Author:     Matthias Clasen <mclasen@redhat.com>
 
112390
AuthorDate: Thu Jul 29 02:19:01 2010 -0400
 
112391
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112392
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98496
112393
 
98497
112394
    Improve coverage of icon tests
98498
112395
 
98500
112397
 1 file changed, 4 insertions(+)
98501
112398
 
98502
112399
commit 7710c50fb22d44bc8554ad811418141490e09f78
98503
 
Author: Matthias Clasen <mclasen@redhat.com>
98504
 
Date:   Thu Jul 29 02:18:45 2010 -0400
 
112400
Author:     Matthias Clasen <mclasen@redhat.com>
 
112401
AuthorDate: Thu Jul 29 02:18:45 2010 -0400
 
112402
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112403
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98505
112404
 
98506
112405
    Improve coverage of application tests
98507
112406
 
98509
112408
 1 file changed, 36 insertions(+)
98510
112409
 
98511
112410
commit 758c3216cddf35721b3c1fc244f93f6169d9a84b
98512
 
Author: Matthias Clasen <mclasen@redhat.com>
98513
 
Date:   Thu Jul 29 00:54:23 2010 -0400
 
112411
Author:     Matthias Clasen <mclasen@redhat.com>
 
112412
AuthorDate: Thu Jul 29 00:54:23 2010 -0400
 
112413
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112414
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98514
112415
 
98515
112416
    Improve coverage of stream tests
98516
112417
 
98521
112422
 4 files changed, 65 insertions(+), 4 deletions(-)
98522
112423
 
98523
112424
commit c6b050716717529a4b31f4eb2bae3fef06277bb3
98524
 
Author: Matthias Clasen <mclasen@redhat.com>
98525
 
Date:   Thu Jul 29 00:53:30 2010 -0400
 
112425
Author:     Matthias Clasen <mclasen@redhat.com>
 
112426
AuthorDate: Thu Jul 29 00:53:30 2010 -0400
 
112427
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112428
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98526
112429
 
98527
112430
    Reenable unix-streams test
98528
112431
 
98530
112433
 1 file changed, 4 insertions(+), 4 deletions(-)
98531
112434
 
98532
112435
commit 04c7abba11abb54fe8f43b027ed42ed4ff46aa82
98533
 
Author: Matthias Clasen <mclasen@redhat.com>
98534
 
Date:   Thu Jul 29 00:52:34 2010 -0400
 
112436
Author:     Matthias Clasen <mclasen@redhat.com>
 
112437
AuthorDate: Thu Jul 29 00:52:34 2010 -0400
 
112438
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112439
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98535
112440
 
98536
112441
    Work around deadlock in unix-streams test
98537
112442
 
98539
112444
 1 file changed, 22 insertions(+), 1 deletion(-)
98540
112445
 
98541
112446
commit b463b2ea25d214c9ba3fc2c5a77b3d321eb842d1
98542
 
Author: Matthias Clasen <mclasen@redhat.com>
98543
 
Date:   Wed Jul 28 16:59:11 2010 -0400
 
112447
Author:     Matthias Clasen <mclasen@redhat.com>
 
112448
AuthorDate: Wed Jul 28 16:59:11 2010 -0400
 
112449
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112450
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98544
112451
 
98545
112452
    Add tests about file associations
98546
112453
 
98549
112456
 1 file changed, 62 insertions(+)
98550
112457
 
98551
112458
commit 60932b2f3deeb612a7e6c097973f2fb17f557202
98552
 
Author: Matthias Clasen <mclasen@redhat.com>
98553
 
Date:   Wed Jul 28 16:05:19 2010 -0400
 
112459
Author:     Matthias Clasen <mclasen@redhat.com>
 
112460
AuthorDate: Wed Jul 28 16:05:19 2010 -0400
 
112461
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112462
CommitDate: Fri Jul 30 19:51:20 2010 -0400
98554
112463
 
98555
112464
    Improve regex test coverage
98556
112465
 
98559
112468
 1 file changed, 106 insertions(+)
98560
112469
 
98561
112470
commit 154880b2ad9064ac78c8e1d55a2ae96bf48d159a
98562
 
Author: Matthias Clasen <mclasen@redhat.com>
98563
 
Date:   Tue Jul 27 18:21:15 2010 -0400
 
112471
Author:     Matthias Clasen <mclasen@redhat.com>
 
112472
AuthorDate: Tue Jul 27 18:21:15 2010 -0400
 
112473
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112474
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98564
112475
 
98565
112476
    Remove duplicate utf8 strreverse test
98566
112477
 
98571
112482
 2 files changed, 50 insertions(+), 9 deletions(-)
98572
112483
 
98573
112484
commit 0e48b7ea7c436dde8e1e3d432a4c0dd6da7055fa
98574
 
Author: Matthias Clasen <mclasen@redhat.com>
98575
 
Date:   Tue Jul 27 16:52:36 2010 -0400
 
112485
Author:     Matthias Clasen <mclasen@redhat.com>
 
112486
AuthorDate: Tue Jul 27 16:52:36 2010 -0400
 
112487
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112488
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98576
112489
 
98577
112490
    Improve strfuncs test coverage a bit
98578
112491
 
98580
112493
 1 file changed, 5 insertions(+)
98581
112494
 
98582
112495
commit c617e94cf111b435cc2765b9ffcb219fec7b4016
98583
 
Author: Matthias Clasen <mclasen@redhat.com>
98584
 
Date:   Tue Jul 27 16:25:13 2010 -0400
 
112496
Author:     Matthias Clasen <mclasen@redhat.com>
 
112497
AuthorDate: Tue Jul 27 16:25:13 2010 -0400
 
112498
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112499
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98585
112500
 
98586
112501
    Improve option context test coverage a bit
98587
112502
 
98590
112505
 1 file changed, 74 insertions(+), 42 deletions(-)
98591
112506
 
98592
112507
commit c4dd9fa41b9ec8387e765d9463e181d0be33c5ae
98593
 
Author: Matthias Clasen <mclasen@redhat.com>
98594
 
Date:   Tue Jul 27 16:24:56 2010 -0400
 
112508
Author:     Matthias Clasen <mclasen@redhat.com>
 
112509
AuthorDate: Tue Jul 27 16:24:56 2010 -0400
 
112510
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112511
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98595
112512
 
98596
112513
    Move markup collect tests to the test framework
98597
112514
 
98601
112518
 2 files changed, 43 insertions(+), 73 deletions(-)
98602
112519
 
98603
112520
commit 13ac9f94fdc1fcbf2be15e65af57c362a1c71f5d
98604
 
Author: Matthias Clasen <mclasen@redhat.com>
98605
 
Date:   Tue Jul 27 16:24:08 2010 -0400
 
112521
Author:     Matthias Clasen <mclasen@redhat.com>
 
112522
AuthorDate: Tue Jul 27 16:24:08 2010 -0400
 
112523
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112524
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98606
112525
 
98607
112526
    Add some more GFile tests
98608
112527
 
98615
112534
 4 files changed, 259 insertions(+), 222 deletions(-)
98616
112535
 
98617
112536
commit 8263d691cb0cf5d2c80d1c949a3c693d333510c0
98618
 
Author: Matthias Clasen <mclasen@redhat.com>
98619
 
Date:   Tue Jul 27 14:01:48 2010 -0400
 
112537
Author:     Matthias Clasen <mclasen@redhat.com>
 
112538
AuthorDate: Tue Jul 27 14:01:48 2010 -0400
 
112539
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112540
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98620
112541
 
98621
112542
    Improve compressor test coverage a bit
98622
112543
 
98624
112545
 1 file changed, 10 insertions(+)
98625
112546
 
98626
112547
commit b77a19f238e34cd2ba7ecf204beacc7252477605
98627
 
Author: Matthias Clasen <mclasen@redhat.com>
98628
 
Date:   Tue Jul 27 01:00:55 2010 -0400
 
112548
Author:     Matthias Clasen <mclasen@redhat.com>
 
112549
AuthorDate: Tue Jul 27 01:00:55 2010 -0400
 
112550
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112551
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98629
112552
 
98630
112553
    Test g_settings_list_schemas
98631
112554
 
98633
112556
 1 file changed, 24 insertions(+)
98634
112557
 
98635
112558
commit b4ed2af52fbe195aab3771066dac71172f8716ed
98636
 
Author: Matthias Clasen <mclasen@redhat.com>
98637
 
Date:   Tue Jul 27 00:17:20 2010 -0400
 
112559
Author:     Matthias Clasen <mclasen@redhat.com>
 
112560
AuthorDate: Tue Jul 27 00:17:20 2010 -0400
 
112561
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112562
CommitDate: Fri Jul 30 19:51:19 2010 -0400
98638
112563
 
98639
112564
    Improve GNode test coverage a bit
98640
112565
 
98643
112568
 1 file changed, 117 insertions(+)
98644
112569
 
98645
112570
commit 568eeeafe1636bba440dc18cd34c4fce551ddd15
98646
 
Author: Matthias Clasen <mclasen@redhat.com>
98647
 
Date:   Mon Jul 26 23:24:31 2010 -0400
 
112571
Author:     Matthias Clasen <mclasen@redhat.com>
 
112572
AuthorDate: Mon Jul 26 23:24:31 2010 -0400
 
112573
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112574
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98648
112575
 
98649
112576
    Add some logging tests
98650
112577
 
98654
112581
 2 files changed, 150 insertions(+)
98655
112582
 
98656
112583
commit 2b113e4a9ad375691d72347d31999fd5654f5361
98657
 
Author: Matthias Clasen <mclasen@redhat.com>
98658
 
Date:   Mon Jul 26 23:06:33 2010 -0400
 
112584
Author:     Matthias Clasen <mclasen@redhat.com>
 
112585
AuthorDate: Mon Jul 26 23:06:33 2010 -0400
 
112586
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112587
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98659
112588
 
98660
112589
    Silence log handler tests
98661
112590
 
98663
112592
 1 file changed, 12 insertions(+), 6 deletions(-)
98664
112593
 
98665
112594
commit b91cde61408bfe58c849b44ca3100ba4c5f8a3fc
98666
 
Author: Matthias Clasen <mclasen@redhat.com>
98667
 
Date:   Mon Jul 26 22:13:25 2010 -0400
 
112595
Author:     Matthias Clasen <mclasen@redhat.com>
 
112596
AuthorDate: Mon Jul 26 22:13:25 2010 -0400
 
112597
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112598
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98668
112599
 
98669
112600
    Improve tree test coverage
98670
112601
 
98672
112603
 1 file changed, 23 insertions(+), 1 deletion(-)
98673
112604
 
98674
112605
commit c972d4df64299b335012b7af2b902589d191f8e0
98675
 
Author: Matthias Clasen <mclasen@redhat.com>
98676
 
Date:   Mon Jul 26 22:12:59 2010 -0400
 
112606
Author:     Matthias Clasen <mclasen@redhat.com>
 
112607
AuthorDate: Mon Jul 26 22:12:59 2010 -0400
 
112608
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112609
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98677
112610
 
98678
112611
    Move markup escape tests to test framework
98679
112612
 
98685
112618
 4 files changed, 163 insertions(+), 135 deletions(-)
98686
112619
 
98687
112620
commit a804e22ed047514d7f267a8e991eca82bc5eaf57
98688
 
Author: Matthias Clasen <mclasen@redhat.com>
98689
 
Date:   Mon Jul 26 21:19:04 2010 -0400
 
112621
Author:     Matthias Clasen <mclasen@redhat.com>
 
112622
AuthorDate: Mon Jul 26 21:19:04 2010 -0400
 
112623
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112624
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98690
112625
 
98691
112626
    More pattern tests
98692
112627
 
98695
112630
 1 file changed, 168 insertions(+), 232 deletions(-)
98696
112631
 
98697
112632
commit d3f00313617c3e646d5a236f1f06a84a07279c2a
98698
 
Author: Matthias Clasen <mclasen@redhat.com>
98699
 
Date:   Mon Jul 26 21:18:22 2010 -0400
 
112633
Author:     Matthias Clasen <mclasen@redhat.com>
 
112634
AuthorDate: Mon Jul 26 21:18:22 2010 -0400
 
112635
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112636
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98700
112637
 
98701
112638
    Add tests for g_utf8_strreverse
98702
112639
 
98704
112641
 1 file changed, 26 insertions(+)
98705
112642
 
98706
112643
commit caa9453b72ca3a7b7bafb8cafac84934f7036682
98707
 
Author: Matthias Clasen <mclasen@redhat.com>
98708
 
Date:   Mon Jul 26 21:17:56 2010 -0400
 
112644
Author:     Matthias Clasen <mclasen@redhat.com>
 
112645
AuthorDate: Mon Jul 26 21:17:56 2010 -0400
 
112646
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112647
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98709
112648
 
98710
112649
    Fix a warning
98711
112650
 
98715
112654
 3 files changed, 3 insertions(+), 7 deletions(-)
98716
112655
 
98717
112656
commit d0750c9d6e2b0479a47f93c545607ac43da0b1dd
98718
 
Author: Matthias Clasen <mclasen@redhat.com>
98719
 
Date:   Mon Jul 26 21:16:03 2010 -0400
 
112657
Author:     Matthias Clasen <mclasen@redhat.com>
 
112658
AuthorDate: Mon Jul 26 21:16:03 2010 -0400
 
112659
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112660
CommitDate: Fri Jul 30 19:51:18 2010 -0400
98720
112661
 
98721
112662
    Don't leak in converter test
98722
112663
 
98730
112671
 5 files changed, 314 insertions(+), 310 deletions(-)
98731
112672
 
98732
112673
commit 63bdeb0dab81a4aed4a2e215cae4669de7f583c3
98733
 
Author: Matthias Clasen <mclasen@redhat.com>
98734
 
Date:   Mon Jul 26 20:22:33 2010 -0400
 
112674
Author:     Matthias Clasen <mclasen@redhat.com>
 
112675
AuthorDate: Mon Jul 26 20:22:33 2010 -0400
 
112676
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112677
CommitDate: Fri Jul 30 19:51:17 2010 -0400
98735
112678
 
98736
112679
    Fix an icon test
98737
112680
 
98739
112682
 1 file changed, 1 insertion(+), 1 deletion(-)
98740
112683
 
98741
112684
commit a8f83ea8340459e22a2f2d18f4aa410ccf1cde34
98742
 
Author: Matthias Clasen <mclasen@redhat.com>
98743
 
Date:   Mon Jul 26 19:07:16 2010 -0400
 
112685
Author:     Matthias Clasen <mclasen@redhat.com>
 
112686
AuthorDate: Mon Jul 26 19:07:16 2010 -0400
 
112687
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112688
CommitDate: Fri Jul 30 19:51:17 2010 -0400
98744
112689
 
98745
112690
    Add tests for GNetworkAddress
98746
112691
 
98750
112695
 2 files changed, 95 insertions(+), 4 deletions(-)
98751
112696
 
98752
112697
commit e103b93694be98b5b7bfcfbb22ef0be014079f1a
98753
 
Author: Matthias Clasen <mclasen@redhat.com>
98754
 
Date:   Mon Jul 26 18:40:17 2010 -0400
 
112698
Author:     Matthias Clasen <mclasen@redhat.com>
 
112699
AuthorDate: Mon Jul 26 18:40:17 2010 -0400
 
112700
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112701
CommitDate: Fri Jul 30 19:51:17 2010 -0400
98755
112702
 
98756
112703
    Drop an unneeded if
98757
112704
 
98762
112709
 3 files changed, 112 insertions(+), 125 deletions(-)
98763
112710
 
98764
112711
commit 9d93dc5554b7b7da4a724d6b9d464cb8be1e0475
98765
 
Author: Matthias Clasen <mclasen@redhat.com>
98766
 
Date:   Mon Jul 26 18:15:24 2010 -0400
 
112712
Author:     Matthias Clasen <mclasen@redhat.com>
 
112713
AuthorDate: Mon Jul 26 18:15:24 2010 -0400
 
112714
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112715
CommitDate: Fri Jul 30 19:51:17 2010 -0400
98767
112716
 
98768
112717
    Remove some unused pcre code
98769
112718
 
98776
112725
 5 files changed, 422 deletions(-)
98777
112726
 
98778
112727
commit 9fc3c980ccbaa6772f9b97b60c786546b67ae8b4
98779
 
Author: Matthias Clasen <mclasen@redhat.com>
98780
 
Date:   Mon Jul 26 17:59:18 2010 -0400
 
112728
Author:     Matthias Clasen <mclasen@redhat.com>
 
112729
AuthorDate: Mon Jul 26 17:59:18 2010 -0400
 
112730
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112731
CommitDate: Fri Jul 30 19:51:17 2010 -0400
98781
112732
 
98782
112733
    Add some volume monitor tests
98783
112734
 
98793
112744
 6 files changed, 414 insertions(+), 299 deletions(-)
98794
112745
 
98795
112746
commit e5a72ae3c415ae6e8437a0714f48311b534684c9
98796
 
Author: Matthias Clasen <mclasen@redhat.com>
98797
 
Date:   Sun Jul 25 19:12:51 2010 -0400
 
112747
Author:     Matthias Clasen <mclasen@redhat.com>
 
112748
AuthorDate: Sun Jul 25 19:12:51 2010 -0400
 
112749
Commit:     Matthias Clasen <mclasen@redhat.com>
 
112750
CommitDate: Fri Jul 30 19:51:17 2010 -0400
98798
112751
 
98799
112752
    Move queue tests to the test framework
98800
112753
 
98807
112760
 4 files changed, 1046 insertions(+), 964 deletions(-)
98808
112761
 
98809
112762
commit dbf230991bab03e64b5bc1a2bb5ab618de2f9212
98810
 
Author: David Zeuthen <davidz@redhat.com>
98811
 
Date:   Fri Jul 30 16:33:29 2010 -0400
 
112763
Author:     David Zeuthen <davidz@redhat.com>
 
112764
AuthorDate: Fri Jul 30 16:33:29 2010 -0400
 
112765
Commit:     David Zeuthen <davidz@redhat.com>
 
112766
CommitDate: Fri Jul 30 16:34:13 2010 -0400
98812
112767
 
98813
112768
    Bug 625628 – GDBusProxy: wrong property name sorting
98814
112769
 
98820
112775
 1 file changed, 8 insertions(+), 1 deletion(-)
98821
112776
 
98822
112777
commit aefc6df6bbf318c01eff32e631cc796aabcbf31f
98823
 
Author: David Zeuthen <davidz@redhat.com>
98824
 
Date:   Fri Jul 30 16:30:34 2010 -0400
 
112778
Author:     David Zeuthen <davidz@redhat.com>
 
112779
AuthorDate: Fri Jul 30 16:30:34 2010 -0400
 
112780
Commit:     David Zeuthen <davidz@redhat.com>
 
112781
CommitDate: Fri Jul 30 16:30:34 2010 -0400
98825
112782
 
98826
112783
    Fix gschema-compile test
98827
112784
 
98833
112790
 1 file changed, 2 insertions(+), 2 deletions(-)
98834
112791
 
98835
112792
commit d2d97a214d1d9e96f09955212e669c3c9447ff73
98836
 
Author: David Zeuthen <davidz@redhat.com>
98837
 
Date:   Fri Jul 30 16:01:03 2010 -0400
 
112793
Author:     David Zeuthen <davidz@redhat.com>
 
112794
AuthorDate: Fri Jul 30 16:01:03 2010 -0400
 
112795
Commit:     David Zeuthen <davidz@redhat.com>
 
112796
CommitDate: Fri Jul 30 16:06:18 2010 -0400
98838
112797
 
98839
112798
    Bug 625584 – Crashes application on unref with signal subscription
98840
112799
 
98857
112816
 2 files changed, 134 insertions(+), 17 deletions(-)
98858
112817
 
98859
112818
commit 1b5b87bfa0f5435dd6e973a4e36076db083dc5c7
98860
 
Author: Ryan Lortie <desrt@desrt.ca>
98861
 
Date:   Fri Jul 30 21:10:53 2010 +0200
 
112819
Author:     Ryan Lortie <desrt@desrt.ca>
 
112820
AuthorDate: Fri Jul 30 21:10:53 2010 +0200
 
112821
Commit:     Ryan Lortie <desrt@desrt.ca>
 
112822
CommitDate: Fri Jul 30 21:13:05 2010 +0200
98862
112823
 
98863
112824
    GSettings: Mark some strings for cat translation
98864
112825
 
98869
112830
 1 file changed, 52 insertions(+), 53 deletions(-)
98870
112831
 
98871
112832
commit 14f17c13889215adbc9c56e4ea4f46662fa68ee5
98872
 
Author: David Zeuthen <davidz@redhat.com>
98873
 
Date:   Fri Jul 30 11:40:00 2010 -0400
 
112833
Author:     David Zeuthen <davidz@redhat.com>
 
112834
AuthorDate: Fri Jul 30 11:40:00 2010 -0400
 
112835
Commit:     David Zeuthen <davidz@redhat.com>
 
112836
CommitDate: Fri Jul 30 11:40:00 2010 -0400
98874
112837
 
98875
112838
    GDBusConnection: Fix up debug output when completing calls
98876
112839
 
98880
112843
 1 file changed, 1 insertion(+), 1 deletion(-)
98881
112844
 
98882
112845
commit 173977a7015c45e5dc3c43534cd3deb81159ad1f
98883
 
Author: David Zeuthen <davidz@redhat.com>
98884
 
Date:   Fri Jul 30 11:26:43 2010 -0400
 
112846
Author:     David Zeuthen <davidz@redhat.com>
 
112847
AuthorDate: Fri Jul 30 11:26:43 2010 -0400
 
112848
Commit:     David Zeuthen <davidz@redhat.com>
 
112849
CommitDate: Fri Jul 30 11:26:43 2010 -0400
98885
112850
 
98886
112851
    GCredentials: use effective uid/gid
98887
112852
 
98900
112865
 4 files changed, 48 insertions(+), 64 deletions(-)
98901
112866
 
98902
112867
commit f9845bcbece022e9ec55c18b0a855b718155a1d1
98903
 
Author: Ryan Lortie <desrt@desrt.ca>
98904
 
Date:   Thu Jul 29 22:04:43 2010 +0200
 
112868
Author:     Ryan Lortie <desrt@desrt.ca>
 
112869
AuthorDate: Thu Jul 29 22:04:43 2010 +0200
 
112870
Commit:     Ryan Lortie <desrt@desrt.ca>
 
112871
CommitDate: Thu Jul 29 22:04:43 2010 +0200
98905
112872
 
98906
112873
    *bump*
98907
112874
 
98909
112876
 1 file changed, 1 insertion(+), 1 deletion(-)
98910
112877
 
98911
112878
commit 1fd1543bdcc6ee897b1ebd566cbcbfd9d76e386c
98912
 
Author: Ryan Lortie <desrt@desrt.ca>
98913
 
Date:   Thu Jul 29 16:52:34 2010 +0200
 
112879
Author:     Ryan Lortie <desrt@desrt.ca>
 
112880
AuthorDate: Thu Jul 29 16:52:34 2010 +0200
 
112881
Commit:     Ryan Lortie <desrt@desrt.ca>
 
112882
CommitDate: Thu Jul 29 16:52:34 2010 +0200
98914
112883
 
98915
112884
    add one more NEWS item
98916
112885
 
98918
112887
 1 file changed, 19 insertions(+), 17 deletions(-)
98919
112888
 
98920
112889
commit 8673f0b06c255e36189950b671911c38e91affd5
98921
 
Author: Eduardo Lima Mitev <elima@igalia.com>
98922
 
Date:   Mon Jul 26 17:21:14 2010 +0200
 
112890
Author:     Eduardo Lima Mitev <elima@igalia.com>
 
112891
AuthorDate: Mon Jul 26 17:21:14 2010 +0200
 
112892
Commit:     Eduardo Lima Mitev <elima@igalia.com>
 
112893
CommitDate: Thu Jul 29 14:06:00 2010 +0200
98923
112894
 
98924
112895
    GIO: Add G-I annotations for several methods
98925
112896
 
98940
112911
 5 files changed, 13 insertions(+), 10 deletions(-)
98941
112912
 
98942
112913
commit e4f90c82624a623098c53c7158a46bf702ff5fc9
98943
 
Author: Ryan Lortie <desrt@desrt.ca>
98944
 
Date:   Thu Jul 29 12:01:46 2010 +0200
 
112914
Author:     Ryan Lortie <desrt@desrt.ca>
 
112915
AuthorDate: Thu Jul 29 12:01:46 2010 +0200
 
112916
Commit:     Ryan Lortie <desrt@desrt.ca>
 
112917
CommitDate: Thu Jul 29 12:01:46 2010 +0200
98945
112918
 
98946
112919
    get a start on the NEWS
98947
112920
 
98950
112923
 1 file changed, 67 insertions(+)
98951
112924
 
98952
112925
commit 015df7e369cf37929acfebec0a705d5531ac355a
98953
 
Author: Owen Taylor <otaylor@fishsoup.net>
98954
 
Date:   Wed Jul 28 15:15:57 2010 -0400
 
112926
Author:     Owen Taylor <otaylor@fishsoup.net>
 
112927
AuthorDate: Wed Jul 28 15:15:57 2010 -0400
 
112928
Commit:     Colin Walters <walters@verbum.org>
 
112929
CommitDate: Wed Jul 28 15:15:57 2010 -0400
98955
112930
 
98956
112931
    [gschema-compile] fix segfault
98957
112932
 
98963
112938
 1 file changed, 1 insertion(+), 1 deletion(-)
98964
112939
 
98965
112940
commit 19ef26c9c5e088817e2a392f79f343021f2259c8
98966
 
Author: David Zeuthen <davidz@redhat.com>
98967
 
Date:   Wed Jul 28 12:58:04 2010 -0400
 
112941
Author:     David Zeuthen <davidz@redhat.com>
 
112942
AuthorDate: Wed Jul 28 12:58:04 2010 -0400
 
112943
Commit:     David Zeuthen <davidz@redhat.com>
 
112944
CommitDate: Wed Jul 28 12:58:04 2010 -0400
98968
112945
 
98969
112946
    Use correct type for GDBusServer:active property
98970
112947
 
98976
112953
 1 file changed, 8 insertions(+), 8 deletions(-)
98977
112954
 
98978
112955
commit 133e87ca87cc86e6410bb9e19eacd8ddb11eadfc
98979
 
Author: David Zeuthen <davidz@redhat.com>
98980
 
Date:   Wed Jul 28 12:48:17 2010 -0400
 
112956
Author:     David Zeuthen <davidz@redhat.com>
 
112957
AuthorDate: Wed Jul 28 12:48:17 2010 -0400
 
112958
Commit:     David Zeuthen <davidz@redhat.com>
 
112959
CommitDate: Wed Jul 28 12:51:09 2010 -0400
98981
112960
 
98982
112961
    GDBusConnection: Pass the GObject to g_simple_async_result_new()
98983
112962
 
98987
112966
 1 file changed, 2 insertions(+), 2 deletions(-)
98988
112967
 
98989
112968
commit a6f1bb4e177750ef9c50a3813eb3be867a927fbe
98990
 
Author: Ryan Lortie <desrt@desrt.ca>
98991
 
Date:   Tue Jul 27 22:56:30 2010 +0200
 
112969
Author:     Ryan Lortie <desrt@desrt.ca>
 
112970
AuthorDate: Tue Jul 27 22:56:30 2010 +0200
 
112971
Commit:     Ryan Lortie <desrt@desrt.ca>
 
112972
CommitDate: Wed Jul 28 13:47:34 2010 +0200
98992
112973
 
98993
112974
    Add support for vendor override files
98994
112975
 
99004
112985
 1 file changed, 154 insertions(+)
99005
112986
 
99006
112987
commit 723692dfb91a2de8c5337e9e1b50c2cf3abfb374
99007
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
99008
 
Date:   Tue Jul 27 17:47:22 2010 +0200
 
112988
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
112989
AuthorDate: Tue Jul 27 17:47:22 2010 +0200
 
112990
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
112991
CommitDate: Tue Jul 27 17:47:22 2010 +0200
99009
112992
 
99010
112993
    Updated Galician translations
99011
112994
 
99013
112996
 1 file changed, 31 insertions(+), 23 deletions(-)
99014
112997
 
99015
112998
commit 12d0cbdac555db479e4c6631bfd15d3c8a5dc2ed
99016
 
Author: Jorge González <jorgegonz@svn.gnome.org>
99017
 
Date:   Mon Jul 26 20:58:59 2010 +0200
 
112999
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
113000
AuthorDate: Mon Jul 26 20:58:59 2010 +0200
 
113001
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
113002
CommitDate: Mon Jul 26 20:58:59 2010 +0200
99018
113003
 
99019
113004
    Updated Spanish translation
99020
113005
 
99023
113008
 1 file changed, 99 insertions(+), 77 deletions(-)
99024
113009
 
99025
113010
commit e8923ff232bb34f27dfda8ba19df1af379da892c
99026
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
99027
 
Date:   Sat Jul 24 13:31:31 2010 +0300
 
113011
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113012
AuthorDate: Sat Jul 24 13:31:31 2010 +0300
 
113013
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113014
CommitDate: Sat Jul 24 13:31:31 2010 +0300
99028
113015
 
99029
113016
    Updated Hebrew translation.
99030
113017
 
99032
113019
 1 file changed, 26 insertions(+), 18 deletions(-)
99033
113020
 
99034
113021
commit 633d9efc62eca490b489e05d571681f8b15d8aca
99035
 
Author: Murray Cumming <murrayc@murrayc.com>
99036
 
Date:   Fri Jul 23 13:24:43 2010 +0200
 
113022
Author:     Murray Cumming <murrayc@murrayc.com>
 
113023
AuthorDate: Fri Jul 23 13:24:43 2010 +0200
 
113024
Commit:     Murray Cumming <murrayc@murrayc.com>
 
113025
CommitDate: Fri Jul 23 13:25:18 2010 +0200
99037
113026
 
99038
113027
    [gio]: gioenums.h: Remove trailing comma again.
99039
113028
 
99041
113030
 1 file changed, 1 insertion(+), 1 deletion(-)
99042
113031
 
99043
113032
commit 86040bb2eb11ad9501cc0c94754e8d8f29ba8f17
99044
 
Author: Benjamin Otte <otte@redhat.com>
99045
 
Date:   Fri Jul 23 10:51:14 2010 +0200
 
113033
Author:     Benjamin Otte <otte@redhat.com>
 
113034
AuthorDate: Fri Jul 23 10:51:14 2010 +0200
 
113035
Commit:     Benjamin Otte <otte@redhat.com>
 
113036
CommitDate: Fri Jul 23 10:52:51 2010 +0200
99046
113037
 
99047
113038
    Revert "notify: Remove unused g_object_notify_queue_clear()"
99048
113039
 
99057
113048
 1 file changed, 15 insertions(+)
99058
113049
 
99059
113050
commit 2819dd60b7b2feaa0609c1017e20105852ca92e4
99060
 
Author: Benjamin Otte <otte@redhat.com>
99061
 
Date:   Fri Jul 23 10:49:26 2010 +0200
 
113051
Author:     Benjamin Otte <otte@redhat.com>
 
113052
AuthorDate: Fri Jul 23 10:49:26 2010 +0200
 
113053
Commit:     Benjamin Otte <otte@redhat.com>
 
113054
CommitDate: Fri Jul 23 10:52:51 2010 +0200
99062
113055
 
99063
113056
    notify: Readd g_object_notify_queue_from_object()
99064
113057
 
99072
113065
 1 file changed, 11 insertions(+)
99073
113066
 
99074
113067
commit 4a83ee208fe08533a43a51c8fd2bd83794a1cd27
99075
 
Author: Tao Wang <dancefire@gmail.com>
99076
 
Date:   Fri Jul 23 13:18:43 2010 +0800
 
113068
Author:     Tao Wang <dancefire@gmail.com>
 
113069
AuthorDate: Fri Jul 23 13:18:43 2010 +0800
 
113070
Commit:     Aron Xu <aronxu@gnome.org>
 
113071
CommitDate: Fri Jul 23 13:18:43 2010 +0800
99077
113072
 
99078
113073
    Complete Simplified Chinese translation.
99079
113074
 
99081
113076
 1 file changed, 7 insertions(+), 17 deletions(-)
99082
113077
 
99083
113078
commit fd0a2b27891ec38e0190916af761c3daf4daa78f
99084
 
Author: Tao Wang <dancefire@gmail.com>
99085
 
Date:   Fri Jul 23 13:05:37 2010 +0800
 
113079
Author:     Tao Wang <dancefire@gmail.com>
 
113080
AuthorDate: Fri Jul 23 13:05:37 2010 +0800
 
113081
Commit:     Aron Xu <aronxu@gnome.org>
 
113082
CommitDate: Fri Jul 23 13:05:37 2010 +0800
99086
113083
 
99087
113084
    Update Simplified Chinese translation.
99088
113085
 
99091
113088
 1 file changed, 198 insertions(+), 161 deletions(-)
99092
113089
 
99093
113090
commit d5bd531d96a48ba2dac84e0ac7bffa4cf5481738
99094
 
Author: Ryan Lortie <desrt@desrt.ca>
99095
 
Date:   Thu Jul 22 18:39:50 2010 -0400
 
113091
Author:     Ryan Lortie <desrt@desrt.ca>
 
113092
AuthorDate: Thu Jul 22 18:39:50 2010 -0400
 
113093
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113094
CommitDate: Thu Jul 22 18:39:50 2010 -0400
99096
113095
 
99097
113096
    Cleanup the GSettingsBackend API
99098
113097
 
99111
113110
 9 files changed, 125 insertions(+), 74 deletions(-)
99112
113111
 
99113
113112
commit aed440815ec5c87f2439d723b60b8255578afdff
99114
 
Author: Ryan Lortie <desrt@desrt.ca>
99115
 
Date:   Thu Jul 22 17:49:40 2010 -0400
 
113113
Author:     Ryan Lortie <desrt@desrt.ca>
 
113114
AuthorDate: Thu Jul 22 17:49:40 2010 -0400
 
113115
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113116
CommitDate: Thu Jul 22 17:50:05 2010 -0400
99116
113117
 
99117
113118
    GSettings: add g_settings_reset()
99118
113119
 
99128
113129
 6 files changed, 76 insertions(+), 9 deletions(-)
99129
113130
 
99130
113131
commit f6d3e224dfa9e8b69403a8c79a27a58b5c9f66b7
99131
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
99132
 
Date:   Thu Jul 22 21:52:54 2010 +0200
 
113132
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
113133
AuthorDate: Thu Jul 22 21:52:54 2010 +0200
 
113134
Commit:     Benjamin Otte <otte@redhat.com>
 
113135
CommitDate: Thu Jul 22 21:56:21 2010 +0200
99133
113136
 
99134
113137
    notify: Add tests for threadsafe object notifies
99135
113138
 
99143
113146
 4 files changed, 377 insertions(+)
99144
113147
 
99145
113148
commit 0483ef000ae323415bb0c7b762dd587f1384b1f3
99146
 
Author: Benjamin Otte <otte@redhat.com>
99147
 
Date:   Thu Jul 22 21:51:28 2010 +0200
 
113149
Author:     Benjamin Otte <otte@redhat.com>
 
113150
AuthorDate: Thu Jul 22 21:51:28 2010 +0200
 
113151
Commit:     Benjamin Otte <otte@redhat.com>
 
113152
CommitDate: Thu Jul 22 21:56:21 2010 +0200
99148
113153
 
99149
113154
    notify: Make dedup code clearer
99150
113155
 
99154
113159
 1 file changed, 9 insertions(+), 8 deletions(-)
99155
113160
 
99156
113161
commit 9026b11e380a9b6479c0fcb852a5aba297ed9dd4
99157
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
99158
 
Date:   Thu Jul 22 21:26:32 2010 +0200
 
113162
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
113163
AuthorDate: Thu Jul 22 21:26:32 2010 +0200
 
113164
Commit:     Benjamin Otte <otte@redhat.com>
 
113165
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99159
113166
 
99160
113167
    notify: Make GObject property change notifications thread safe
99161
113168
 
99169
113176
 1 file changed, 14 insertions(+)
99170
113177
 
99171
113178
commit 65797f7e54061a21866261d00a1c5533cd6a4f81
99172
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
99173
 
Date:   Thu Jul 22 21:20:35 2010 +0200
 
113179
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
113180
AuthorDate: Thu Jul 22 21:20:35 2010 +0200
 
113181
Commit:     Benjamin Otte <otte@redhat.com>
 
113182
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99174
113183
 
99175
113184
    notify: Remove g_object_notify_queue_from_object()
99176
113185
 
99185
113194
 2 files changed, 8 insertions(+), 13 deletions(-)
99186
113195
 
99187
113196
commit 83026092eba98c2e6e0a96112555f980382a99e7
99188
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
99189
 
Date:   Thu Jul 22 20:25:00 2010 +0200
 
113197
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
113198
AuthorDate: Thu Jul 22 20:25:00 2010 +0200
 
113199
Commit:     Benjamin Otte <otte@redhat.com>
 
113200
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99190
113201
 
99191
113202
    notify: Refactor g_object_notify_queue_thaw()
99192
113203
 
99199
113210
 1 file changed, 10 insertions(+), 2 deletions(-)
99200
113211
 
99201
113212
commit 0201a81f04ae5fd46c6db25859e90dde1fc35d4b
99202
 
Author: Olivier Crête <olivier.crete@collabora.co.uk>
99203
 
Date:   Thu Jul 22 09:02:18 2010 +0200
 
113213
Author:     Olivier Crête <olivier.crete@collabora.co.uk>
 
113214
AuthorDate: Thu Jul 22 09:02:18 2010 +0200
 
113215
Commit:     Benjamin Otte <otte@redhat.com>
 
113216
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99204
113217
 
99205
113218
    notify: Remove unused g_object_notify_queue_clear()
99206
113219
 
99210
113223
 1 file changed, 11 deletions(-)
99211
113224
 
99212
113225
commit a2c5bba31d19dcd7f3726c99280ff794cbf744a9
99213
 
Author: Benjamin Otte <otte@redhat.com>
99214
 
Date:   Thu Jul 22 08:52:25 2010 +0200
 
113226
Author:     Benjamin Otte <otte@redhat.com>
 
113227
AuthorDate: Thu Jul 22 08:52:25 2010 +0200
 
113228
Commit:     Benjamin Otte <otte@redhat.com>
 
113229
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99215
113230
 
99216
113231
    notify: Emit a g_critical() instead g_return_if_fail()ing
99217
113232
 
99224
113239
 1 file changed, 7 insertions(+), 2 deletions(-)
99225
113240
 
99226
113241
commit 24161d9c4621ef0a674c31146e9fd0d2e9ad8d0f
99227
 
Author: Benjamin Otte <otte@redhat.com>
99228
 
Date:   Thu Jul 22 20:24:29 2010 +0200
 
113242
Author:     Benjamin Otte <otte@redhat.com>
 
113243
AuthorDate: Thu Jul 22 20:24:29 2010 +0200
 
113244
Commit:     Benjamin Otte <otte@redhat.com>
 
113245
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99229
113246
 
99230
113247
    binding: Cast to avoid compiler warning
99231
113248
 
99233
113250
 1 file changed, 2 insertions(+), 2 deletions(-)
99234
113251
 
99235
113252
commit dd1d1b3510536d4156eb79bb7161023c464e721f
99236
 
Author: Benjamin Otte <otte@redhat.com>
99237
 
Date:   Thu Jul 22 20:23:28 2010 +0200
 
113253
Author:     Benjamin Otte <otte@redhat.com>
 
113254
AuthorDate: Thu Jul 22 20:23:28 2010 +0200
 
113255
Commit:     Benjamin Otte <otte@redhat.com>
 
113256
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99238
113257
 
99239
113258
    tests: Use GPOINTER_TO_SIZE() instead of just casting to guint
99240
113259
 
99245
113264
 1 file changed, 1 insertion(+), 1 deletion(-)
99246
113265
 
99247
113266
commit 284ea16b9d94b28b632063333140b99e419d6b0a
99248
 
Author: Benjamin Otte <otte@redhat.com>
99249
 
Date:   Thu Jul 22 20:23:04 2010 +0200
 
113267
Author:     Benjamin Otte <otte@redhat.com>
 
113268
AuthorDate: Thu Jul 22 20:23:04 2010 +0200
 
113269
Commit:     Benjamin Otte <otte@redhat.com>
 
113270
CommitDate: Thu Jul 22 21:56:20 2010 +0200
99250
113271
 
99251
113272
    inotify: Constify function argument
99252
113273
 
99256
113277
 1 file changed, 1 insertion(+), 1 deletion(-)
99257
113278
 
99258
113279
commit dc7348b305c72c757f8ed1d8ba2cae2a19a3c684
99259
 
Author: Ryan Lortie <desrt@desrt.ca>
99260
 
Date:   Thu Jul 22 11:49:30 2010 -0400
 
113280
Author:     Ryan Lortie <desrt@desrt.ca>
 
113281
AuthorDate: Thu Jul 22 11:49:30 2010 -0400
 
113282
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113283
CommitDate: Thu Jul 22 11:49:30 2010 -0400
99261
113284
 
99262
113285
    Fix very small leak in the GSettings test
99263
113286
 
99265
113288
 1 file changed, 3 insertions(+), 1 deletion(-)
99266
113289
 
99267
113290
commit 23a904fc1520b06aefa1e51e690d2e7b2fcc3ead
99268
 
Author: Ryan Lortie <desrt@desrt.ca>
99269
 
Date:   Wed Jul 21 20:10:31 2010 -0700
 
113291
Author:     Ryan Lortie <desrt@desrt.ca>
 
113292
AuthorDate: Wed Jul 21 20:10:31 2010 -0700
 
113293
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113294
CommitDate: Thu Jul 22 11:34:57 2010 -0400
99270
113295
 
99271
113296
    Bug 624991 - GSettings mapping for G_TYPE_STRV
99272
113297
 
99281
113306
 3 files changed, 51 insertions(+), 1 deletion(-)
99282
113307
 
99283
113308
commit 76aef137c8ba8410bd2b5bc31873db5d60dad961
99284
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
99285
 
Date:   Thu Jul 22 16:23:18 2010 +0200
 
113309
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
113310
AuthorDate: Thu Jul 22 16:23:18 2010 +0200
 
113311
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
113312
CommitDate: Thu Jul 22 16:23:18 2010 +0200
99286
113313
 
99287
113314
    Updated Galician translations
99288
113315
 
99291
113318
 1 file changed, 70 insertions(+), 62 deletions(-)
99292
113319
 
99293
113320
commit 8f80ff02af2fabd22d5aac1d1b853d1ac7865e85
99294
 
Author: Behdad Esfahbod <behdad@behdad.org>
99295
 
Date:   Wed Jul 21 16:08:19 2010 -0400
 
113321
Author:     Behdad Esfahbod <behdad@behdad.org>
 
113322
AuthorDate: Wed Jul 21 16:08:19 2010 -0400
 
113323
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
113324
CommitDate: Wed Jul 21 16:11:35 2010 -0400
99296
113325
 
99297
113326
    Bug 624968  - div by zero in g_malloc_n family
99298
113327
 
99300
113329
 1 file changed, 1 insertion(+), 1 deletion(-)
99301
113330
 
99302
113331
commit 5063d78baac684a1c53a6a1620ff94789026ae26
99303
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
99304
 
Date:   Wed Jul 21 19:11:53 2010 +0300
 
113332
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113333
AuthorDate: Wed Jul 21 19:11:53 2010 +0300
 
113334
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113335
CommitDate: Wed Jul 21 19:11:53 2010 +0300
99305
113336
 
99306
113337
    Updated Hebrew translation.
99307
113338
 
99310
113341
 1 file changed, 64 insertions(+), 60 deletions(-)
99311
113342
 
99312
113343
commit 9b0a08449fd966aff7a6c164c9913b01106a37cc
99313
 
Author: David Zeuthen <davidz@redhat.com>
99314
 
Date:   Tue Jul 20 15:02:36 2010 -0400
 
113344
Author:     David Zeuthen <davidz@redhat.com>
 
113345
AuthorDate: Tue Jul 20 15:02:36 2010 -0400
 
113346
Commit:     David Zeuthen <davidz@redhat.com>
 
113347
CommitDate: Tue Jul 20 16:34:28 2010 -0400
99315
113348
 
99316
113349
    GDBusAuthObserver: Fix docs
99317
113350
 
99322
113355
 1 file changed, 11 insertions(+), 42 deletions(-)
99323
113356
 
99324
113357
commit 7eba41346e014649d8f9cf8ab675d1f091f7cf38
99325
 
Author: David Zeuthen <davidz@redhat.com>
99326
 
Date:   Tue Jul 20 14:02:14 2010 -0400
 
113358
Author:     David Zeuthen <davidz@redhat.com>
 
113359
AuthorDate: Tue Jul 20 14:02:14 2010 -0400
 
113360
Commit:     David Zeuthen <davidz@redhat.com>
 
113361
CommitDate: Tue Jul 20 16:34:18 2010 -0400
99327
113362
 
99328
113363
    Bug 617483 – Credentials passing
99329
113364
 
99368
113403
 13 files changed, 273 insertions(+), 116 deletions(-)
99369
113404
 
99370
113405
commit b3cf5cbd0bfcfe53f82a72d276683aebd15d3828
99371
 
Author: David Zeuthen <davidz@redhat.com>
99372
 
Date:   Tue Jul 20 12:14:30 2010 -0400
 
113406
Author:     David Zeuthen <davidz@redhat.com>
 
113407
AuthorDate: Tue Jul 20 12:14:30 2010 -0400
 
113408
Commit:     David Zeuthen <davidz@redhat.com>
 
113409
CommitDate: Tue Jul 20 12:14:30 2010 -0400
99373
113410
 
99374
113411
    GDBusServer: Avoid handling incoming connections after stop() has
99375
113412
    been called
99392
113429
 1 file changed, 11 insertions(+), 4 deletions(-)
99393
113430
 
99394
113431
commit 2be167f57c2b59d427aa54e2204bfaa906391b3e
99395
 
Author: David Zeuthen <davidz@redhat.com>
99396
 
Date:   Tue Jul 20 11:38:23 2010 -0400
 
113432
Author:     David Zeuthen <davidz@redhat.com>
 
113433
AuthorDate: Tue Jul 20 11:38:23 2010 -0400
 
113434
Commit:     David Zeuthen <davidz@redhat.com>
 
113435
CommitDate: Tue Jul 20 11:38:23 2010 -0400
99397
113436
 
99398
113437
    GDBus: Add support for D-Bus type 'h' (ie. G_VARIANT_TYPE_HANDLE)
99399
113438
 
99411
113450
 2 files changed, 50 insertions(+)
99412
113451
 
99413
113452
commit 66388120d23a2fcec345874cc1a6259c08a6ef38
99414
 
Author: Ryan Lortie <desrt@desrt.ca>
99415
 
Date:   Tue Jul 20 10:45:52 2010 -0400
 
113453
Author:     Ryan Lortie <desrt@desrt.ca>
 
113454
AuthorDate: Tue Jul 20 10:45:52 2010 -0400
 
113455
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113456
CommitDate: Tue Jul 20 10:49:30 2010 -0400
99416
113457
 
99417
113458
    Move #include <sys/wait.h> down
99418
113459
 
99426
113467
 1 file changed, 1 insertion(+), 3 deletions(-)
99427
113468
 
99428
113469
commit 2f5056755763e4628ed0e64954229e0a7dd9dbfb
99429
 
Author: Jorge González <jorgegonz@svn.gnome.org>
99430
 
Date:   Tue Jul 20 08:57:35 2010 +0200
 
113470
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
113471
AuthorDate: Tue Jul 20 08:57:35 2010 +0200
 
113472
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
113473
CommitDate: Tue Jul 20 08:57:35 2010 +0200
99431
113474
 
99432
113475
    Updated Spanish translation
99433
113476
 
99435
113478
 1 file changed, 7 insertions(+), 12 deletions(-)
99436
113479
 
99437
113480
commit c3737739aeeeac27e68d50d8c48dfa0ae7d23ee9
99438
 
Author: noch <norayr@arnet.am>
99439
 
Date:   Tue Jul 20 10:33:32 2010 +0500
 
113481
Author:     noch <norayr@arnet.am>
 
113482
AuthorDate: Tue Jul 20 10:33:32 2010 +0500
 
113483
Commit:     noch <norayr@arnet.am>
 
113484
CommitDate: Tue Jul 20 10:33:32 2010 +0500
99440
113485
 
99441
113486
    Corrected and updated the new version of the Armenian translation -
99442
113487
    po file.
99446
113491
 1 file changed, 1617 insertions(+), 1387 deletions(-)
99447
113492
 
99448
113493
commit 493d8cb2926c0d54a45fd1fdb7f383c730321aa8
99449
 
Author: David Zeuthen <davidz@redhat.com>
99450
 
Date:   Mon Jul 19 17:03:07 2010 -0400
 
113494
Author:     David Zeuthen <davidz@redhat.com>
 
113495
AuthorDate: Mon Jul 19 17:03:07 2010 -0400
 
113496
Commit:     David Zeuthen <davidz@redhat.com>
 
113497
CommitDate: Mon Jul 19 17:05:28 2010 -0400
99451
113498
 
99452
113499
    GDBus: Introduce G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL
99453
113500
 
99463
113510
 2 files changed, 27 insertions(+), 24 deletions(-)
99464
113511
 
99465
113512
commit 9d7b00638fa6d0701ca8f883edf9e218c3a54412
99466
 
Author: David Zeuthen <davidz@redhat.com>
99467
 
Date:   Mon Jul 19 16:10:50 2010 -0400
 
113513
Author:     David Zeuthen <davidz@redhat.com>
 
113514
AuthorDate: Mon Jul 19 16:10:50 2010 -0400
 
113515
Commit:     David Zeuthen <davidz@redhat.com>
 
113516
CommitDate: Mon Jul 19 16:11:20 2010 -0400
99468
113517
 
99469
113518
    GDBus: Forgot to add g_dbus_send_message_flags_get_type() to
99470
113519
    gio.symbols
99475
113524
 1 file changed, 1 insertion(+)
99476
113525
 
99477
113526
commit 0b2b4deac549623beb90228a0ad36f8c2c315710
99478
 
Author: David Zeuthen <davidz@redhat.com>
99479
 
Date:   Mon Jul 19 16:07:57 2010 -0400
 
113527
Author:     David Zeuthen <davidz@redhat.com>
 
113528
AuthorDate: Mon Jul 19 16:07:57 2010 -0400
 
113529
Commit:     David Zeuthen <davidz@redhat.com>
 
113530
CommitDate: Mon Jul 19 16:07:57 2010 -0400
99480
113531
 
99481
113532
    GDBus: Add GDBusSendMessageFlags
99482
113533
 
99503
113554
 9 files changed, 67 insertions(+), 30 deletions(-)
99504
113555
 
99505
113556
commit 7190af4394541c1adbe87769f7bd6db030e33605
99506
 
Author: David Zeuthen <davidz@redhat.com>
99507
 
Date:   Mon Jul 19 15:45:27 2010 -0400
 
113557
Author:     David Zeuthen <davidz@redhat.com>
 
113558
AuthorDate: Mon Jul 19 15:45:27 2010 -0400
 
113559
Commit:     David Zeuthen <davidz@redhat.com>
 
113560
CommitDate: Mon Jul 19 15:45:27 2010 -0400
99508
113561
 
99509
113562
    GDBus: Remove constness from introspection data structures
99510
113563
 
99525
113578
 10 files changed, 98 insertions(+), 100 deletions(-)
99526
113579
 
99527
113580
commit 4a1c5a1b98aed12308361d7adb6089a9fb171583
99528
 
Author: David Zeuthen <davidz@redhat.com>
99529
 
Date:   Mon Jul 19 15:03:00 2010 -0400
 
113581
Author:     David Zeuthen <davidz@redhat.com>
 
113582
AuthorDate: Mon Jul 19 15:03:00 2010 -0400
 
113583
Commit:     David Zeuthen <davidz@redhat.com>
 
113584
CommitDate: Mon Jul 19 15:05:10 2010 -0400
99530
113585
 
99531
113586
    GDBus: Add GDBusSignalFlags and use it in
99532
113587
    g_dbus_connection_signal_subscribe()
99556
113611
 12 files changed, 40 insertions(+), 8 deletions(-)
99557
113612
 
99558
113613
commit 1a06bd8d3f8ccf040901b4aa4b1197d189b8ab4e
99559
 
Author: Ryan Lortie <desrt@desrt.ca>
99560
 
Date:   Mon Jul 19 15:03:54 2010 -0400
 
113614
Author:     Ryan Lortie <desrt@desrt.ca>
 
113615
AuthorDate: Mon Jul 19 15:03:54 2010 -0400
 
113616
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113617
CommitDate: Mon Jul 19 15:03:54 2010 -0400
99561
113618
 
99562
113619
    Update the GDBus subtree example for the new API
99563
113620
 
99566
113623
 2 files changed, 33 insertions(+), 15 deletions(-)
99567
113624
 
99568
113625
commit c7c573afb6eef461bfe70bb848c90b1d58b3d4d9
99569
 
Author: David Hoyt <dhoyt@llnl.gov>
99570
 
Date:   Mon Jul 19 13:52:17 2010 -0400
 
113626
Author:     David Hoyt <dhoyt@llnl.gov>
 
113627
AuthorDate: Mon Jul 19 13:52:17 2010 -0400
 
113628
Commit:     David Zeuthen <davidz@redhat.com>
 
113629
CommitDate: Mon Jul 19 13:53:17 2010 -0400
99571
113630
 
99572
113631
    Bug 624754 – gdbusaddress.c missing sys/wait.h
99573
113632
 
99579
113638
 1 file changed, 2 insertions(+)
99580
113639
 
99581
113640
commit d63f199d921b2444e25bc9f39cc12a84ad9695b5
99582
 
Author: Ryan Lortie <desrt@desrt.ca>
99583
 
Date:   Sun Jul 18 21:43:18 2010 -0400
 
113641
Author:     Ryan Lortie <desrt@desrt.ca>
 
113642
AuthorDate: Sun Jul 18 21:43:18 2010 -0400
 
113643
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113644
CommitDate: Sun Jul 18 21:43:18 2010 -0400
99584
113645
 
99585
113646
    Fix is_valid() API
99586
113647
 
99590
113651
 1 file changed, 1 insertion(+), 1 deletion(-)
99591
113652
 
99592
113653
commit df40747190a0fff4582c84b101f74e5da91f8f72
99593
 
Author: Ryan Lortie <desrt@desrt.ca>
99594
 
Date:   Sun Jul 18 20:45:37 2010 -0400
 
113654
Author:     Ryan Lortie <desrt@desrt.ca>
 
113655
AuthorDate: Sun Jul 18 20:45:37 2010 -0400
 
113656
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113657
CommitDate: Sun Jul 18 20:45:37 2010 -0400
99595
113658
 
99596
113659
    Add gvdb_table_is_valid() API
99597
113660
 
99602
113665
 2 files changed, 20 insertions(+)
99603
113666
 
99604
113667
commit f81601f735c3b5be0cb21031979071b2dff1ceb2
99605
 
Author: Jorge González <jorgegonz@svn.gnome.org>
99606
 
Date:   Sun Jul 18 20:29:41 2010 +0200
 
113668
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
113669
AuthorDate: Sun Jul 18 20:29:41 2010 +0200
 
113670
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
113671
CommitDate: Sun Jul 18 20:29:41 2010 +0200
99607
113672
 
99608
113673
    Updated Spanish translation
99609
113674
 
99612
113677
 1 file changed, 154 insertions(+), 128 deletions(-)
99613
113678
 
99614
113679
commit 8ab26d42e97c5e751f78d2b08d71cddcc5a37031
99615
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
99616
 
Date:   Sun Jul 18 19:58:33 2010 +0200
 
113680
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
113681
AuthorDate: Sun Jul 18 19:58:33 2010 +0200
 
113682
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
113683
CommitDate: Sun Jul 18 19:58:33 2010 +0200
99617
113684
 
99618
113685
    Fixed headers in galician translation file
99619
113686
 
99622
113689
 1 file changed, 600 insertions(+), 581 deletions(-)
99623
113690
 
99624
113691
commit 5fb9c9f7de9700fe1639deb381bab7e3b2785689
99625
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
99626
 
Date:   Sat Jul 17 13:11:08 2010 +0300
 
113692
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113693
AuthorDate: Sat Jul 17 13:11:08 2010 +0300
 
113694
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113695
CommitDate: Sat Jul 17 13:11:08 2010 +0300
99627
113696
 
99628
113697
    Updated Hebrew translation.
99629
113698
 
99632
113701
 1 file changed, 51 insertions(+), 34 deletions(-)
99633
113702
 
99634
113703
commit f30aef9a105a2cb44bac1bbe3b8bb93387a41d9a
99635
 
Author: David Zeuthen <davidz@redhat.com>
99636
 
Date:   Fri Jul 16 13:19:48 2010 -0400
 
113704
Author:     David Zeuthen <davidz@redhat.com>
 
113705
AuthorDate: Fri Jul 16 13:19:48 2010 -0400
 
113706
Commit:     David Zeuthen <davidz@redhat.com>
 
113707
CommitDate: Fri Jul 16 13:22:45 2010 -0400
99637
113708
 
99638
113709
    GDBus: Add nonce-tcp: test case
99639
113710
 
99647
113718
 2 files changed, 259 insertions(+), 29 deletions(-)
99648
113719
 
99649
113720
commit 27cee11b6c1558f44cc89cd46576e11413370abf
99650
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
99651
 
Date:   Fri Jul 16 17:20:42 2010 +0300
 
113721
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113722
AuthorDate: Fri Jul 16 17:20:42 2010 +0300
 
113723
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
113724
CommitDate: Fri Jul 16 17:20:42 2010 +0300
99652
113725
 
99653
113726
    Updated Hebrew translation.
99654
113727
 
99657
113730
 1 file changed, 633 insertions(+), 588 deletions(-)
99658
113731
 
99659
113732
commit fe6338f446f52deeb64aa10fab1c72fa64953472
99660
 
Author: Ryan Lortie <desrt@desrt.ca>
99661
 
Date:   Thu Jul 15 19:37:26 2010 -0400
 
113733
Author:     Ryan Lortie <desrt@desrt.ca>
 
113734
AuthorDate: Thu Jul 15 19:37:26 2010 -0400
 
113735
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113736
CommitDate: Thu Jul 15 19:38:45 2010 -0400
99662
113737
 
99663
113738
    g_warning on inconsistent subtree behaviour
99664
113739
 
99672
113747
 1 file changed, 6 insertions(+), 1 deletion(-)
99673
113748
 
99674
113749
commit 732ff1b27cc6f7bbbb1133bf8e7cb3de8475f72a
99675
 
Author: Julien Cristau <jcristau@debian.org>
99676
 
Date:   Thu Jul 15 15:26:02 2010 +0100
 
113750
Author:     Julien Cristau <jcristau@debian.org>
 
113751
AuthorDate: Thu Jul 15 15:26:02 2010 +0100
 
113752
Commit:     Dan Winship <danw@gnome.org>
 
113753
CommitDate: Thu Jul 15 18:06:05 2010 -0400
99677
113754
 
99678
113755
    gio: don't assume that SOCK_CLOEXEC is supported whenever it's defined
99679
113756
 
99688
113765
 1 file changed, 4 insertions(+), 2 deletions(-)
99689
113766
 
99690
113767
commit 8a2d157d49c3dceda029bd0e14f8c7367daa2a36
99691
 
Author: Ryan Lortie <desrt@desrt.ca>
99692
 
Date:   Thu Jul 15 16:53:43 2010 -0400
 
113768
Author:     Ryan Lortie <desrt@desrt.ca>
 
113769
AuthorDate: Thu Jul 15 16:53:43 2010 -0400
 
113770
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113771
CommitDate: Thu Jul 15 17:32:04 2010 -0400
99693
113772
 
99694
113773
    Bug 624484: GDBusSubtreeDispatchFunc clarification
99695
113774
 
99703
113782
 3 files changed, 15 insertions(+), 9 deletions(-)
99704
113783
 
99705
113784
commit ca14ab7ac0d93b2ccd0977d905b19094e7317490
99706
 
Author: Ryan Lortie <desrt@desrt.ca>
99707
 
Date:   Thu Jul 15 16:47:32 2010 -0400
 
113785
Author:     Ryan Lortie <desrt@desrt.ca>
 
113786
AuthorDate: Thu Jul 15 16:47:32 2010 -0400
 
113787
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113788
CommitDate: Thu Jul 15 17:32:04 2010 -0400
99708
113789
 
99709
113790
    Bug 624483: GDBusSubtreeEnumerateFunc clarification
99710
113791
 
99720
113801
 1 file changed, 10 insertions(+)
99721
113802
 
99722
113803
commit e6b5546cf573e6594b33b2ce19ad839c1c694909
99723
 
Author: Ryan Lortie <desrt@desrt.ca>
99724
 
Date:   Thu Jul 15 16:26:42 2010 -0400
 
113804
Author:     Ryan Lortie <desrt@desrt.ca>
 
113805
AuthorDate: Thu Jul 15 16:26:42 2010 -0400
 
113806
Commit:     Ryan Lortie <desrt@desrt.ca>
 
113807
CommitDate: Thu Jul 15 17:31:59 2010 -0400
99725
113808
 
99726
113809
    Bug 624473: GDBusSubtreeIntrospectFunc return type
99727
113810
 
99741
113824
 3 files changed, 74 insertions(+), 54 deletions(-)
99742
113825
 
99743
113826
commit 48b1fe948c4424cbc7e68ecca32b0ddac0f7410b
99744
 
Author: David Zeuthen <davidz@redhat.com>
99745
 
Date:   Thu Jul 15 12:19:24 2010 -0400
 
113827
Author:     David Zeuthen <davidz@redhat.com>
 
113828
AuthorDate: Thu Jul 15 12:19:24 2010 -0400
 
113829
Commit:     David Zeuthen <davidz@redhat.com>
 
113830
CommitDate: Thu Jul 15 12:20:30 2010 -0400
99746
113831
 
99747
113832
    Bug 623810 – Message serialization bug
99748
113833
 
99756
113841
 2 files changed, 29 insertions(+), 13 deletions(-)
99757
113842
 
99758
113843
commit 44cf10adceb673deefebe348350268d9436f3fab
99759
 
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
99760
 
Date:   Thu Jul 15 17:05:00 2010 +0200
 
113844
Author:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
113845
AuthorDate: Thu Jul 15 17:05:00 2010 +0200
 
113846
Commit:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
113847
CommitDate: Thu Jul 15 17:05:00 2010 +0200
99761
113848
 
99762
113849
    Add annotations for g_variant_new_strv and g_variant_get_strv
99763
113850
 
99765
113852
 1 file changed, 3 insertions(+), 2 deletions(-)
99766
113853
 
99767
113854
commit 58f1977151a78bd48e0277cefe6a767595ecb095
99768
 
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
99769
 
Date:   Thu Jul 15 15:32:45 2010 +0200
 
113855
Author:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
113856
AuthorDate: Thu Jul 15 15:32:45 2010 +0200
 
113857
Commit:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
113858
CommitDate: Thu Jul 15 15:33:16 2010 +0200
99770
113859
 
99771
113860
    Add annotations to g_dbus_proxy_new_sync
99772
113861
 
99774
113863
 1 file changed, 4 insertions(+), 4 deletions(-)
99775
113864
 
99776
113865
commit 63938335703ea3608f7b0901d1cdcec4855e8880
99777
 
Author: Aron Xu <aronxu@gnome.org>
99778
 
Date:   Thu Jul 15 17:56:14 2010 +0800
 
113866
Author:     Aron Xu <aronxu@gnome.org>
 
113867
AuthorDate: Thu Jul 15 17:56:14 2010 +0800
 
113868
Commit:     Aron Xu <aronxu@gnome.org>
 
113869
CommitDate: Thu Jul 15 17:56:14 2010 +0800
99779
113870
 
99780
113871
    Update Simplified Chinese translation.
99781
113872
 
99784
113875
 1 file changed, 738 insertions(+), 680 deletions(-)
99785
113876
 
99786
113877
commit 2bd201c8b21a5daa666169701b1c12dd3b151a26
99787
 
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
99788
 
Date:   Thu Jul 15 02:10:43 2010 +0300
 
113878
Author:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
113879
AuthorDate: Thu Jul 15 02:10:43 2010 +0300
 
113880
Commit:     Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
113881
CommitDate: Thu Jul 15 02:10:43 2010 +0300
99789
113882
 
99790
113883
    po: Updated Romanian translation
99791
113884
 
99794
113887
 1 file changed, 490 insertions(+), 1306 deletions(-)
99795
113888
 
99796
113889
commit d581a7faf1080e67fd6c731cd04beefbc77cf41a
99797
 
Author: Mario Blättermann <mariobl@gnome.org>
99798
 
Date:   Wed Jul 14 23:06:18 2010 +0200
 
113890
Author:     Mario Blättermann <mariobl@gnome.org>
 
113891
AuthorDate: Wed Jul 14 23:06:18 2010 +0200
 
113892
Commit:     Mario Blättermann <mariobl@gnome.org>
 
113893
CommitDate: Wed Jul 14 23:06:18 2010 +0200
99799
113894
 
99800
113895
    [i18n] Updated German translation
99801
113896
 
99804
113899
 1 file changed, 822 insertions(+), 745 deletions(-)
99805
113900
 
99806
113901
commit baf383d1b14ebcd217a587fe8c78202fc5e9193b
99807
 
Author: David Zeuthen <davidz@redhat.com>
99808
 
Date:   Wed Jul 14 14:46:12 2010 -0400
 
113902
Author:     David Zeuthen <davidz@redhat.com>
 
113903
AuthorDate: Wed Jul 14 14:46:12 2010 -0400
 
113904
Commit:     David Zeuthen <davidz@redhat.com>
 
113905
CommitDate: Wed Jul 14 14:46:12 2010 -0400
99809
113906
 
99810
113907
    GDBusConnection: copy object and subtree virtual tables
99811
113908
 
99817
113914
 2 files changed, 58 insertions(+), 19 deletions(-)
99818
113915
 
99819
113916
commit 914b046226c762bae578e17f7ed9a0fdf058045a
99820
 
Author: David Zeuthen <davidz@redhat.com>
99821
 
Date:   Wed Jul 14 12:37:32 2010 -0400
 
113917
Author:     David Zeuthen <davidz@redhat.com>
 
113918
AuthorDate: Wed Jul 14 12:37:32 2010 -0400
 
113919
Commit:     David Zeuthen <davidz@redhat.com>
 
113920
CommitDate: Wed Jul 14 12:37:32 2010 -0400
99822
113921
 
99823
113922
    GDBusConnection: Fix up g_dbus_connection_close()
99824
113923
 
99839
113938
 5 files changed, 158 insertions(+), 19 deletions(-)
99840
113939
 
99841
113940
commit 14e37ef7967a2da594faaab24fe2c9c117cf099f
99842
 
Author: David Zeuthen <davidz@redhat.com>
99843
 
Date:   Wed Jul 14 11:39:22 2010 -0400
 
113941
Author:     David Zeuthen <davidz@redhat.com>
 
113942
AuthorDate: Wed Jul 14 11:39:22 2010 -0400
 
113943
Commit:     David Zeuthen <davidz@redhat.com>
 
113944
CommitDate: Wed Jul 14 11:41:09 2010 -0400
99844
113945
 
99845
113946
    GDBusMessage: Make endianness for D-Bus messages match host byte order
99846
113947
 
99850
113951
 1 file changed, 11 insertions(+), 1 deletion(-)
99851
113952
 
99852
113953
commit 497edd8b40edfbf85e029a9300e0d99ac6f08630
99853
 
Author: David Zeuthen <davidz@redhat.com>
99854
 
Date:   Wed Jul 14 11:14:58 2010 -0400
 
113954
Author:     David Zeuthen <davidz@redhat.com>
 
113955
AuthorDate: Wed Jul 14 11:14:58 2010 -0400
 
113956
Commit:     David Zeuthen <davidz@redhat.com>
 
113957
CommitDate: Wed Jul 14 11:19:24 2010 -0400
99855
113958
 
99856
113959
    Bug 623815 – Don't check sender for GDBusProxy objects where name
99857
113960
    is not set
99868
113971
 2 files changed, 69 insertions(+), 7 deletions(-)
99869
113972
 
99870
113973
commit 8a2e7d371fdf55c23c61be908761431509cd3a7c
99871
 
Author: Colin Walters <walters@verbum.org>
99872
 
Date:   Fri Jun 18 14:19:57 2010 -0400
 
113974
Author:     Colin Walters <walters@verbum.org>
 
113975
AuthorDate: Fri Jun 18 14:19:57 2010 -0400
 
113976
Commit:     Colin Walters <walters@verbum.org>
 
113977
CommitDate: Wed Jul 14 09:39:47 2010 -0400
99873
113978
 
99874
113979
    Make default-quit not apply if register=FALSE
99875
113980
 
99886
113991
 2 files changed, 25 insertions(+), 7 deletions(-)
99887
113992
 
99888
113993
commit 7e0121dfe0a9377cd35c9d4b90c477b96d56c43f
99889
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
99890
 
Date:   Wed Jul 14 19:28:34 2010 +0800
 
113994
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
113995
AuthorDate: Wed Jul 14 19:28:34 2010 +0800
 
113996
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
113997
CommitDate: Wed Jul 14 19:28:34 2010 +0800
99891
113998
 
99892
113999
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
99893
114000
 
99898
114005
 2 files changed, 1803 insertions(+), 1614 deletions(-)
99899
114006
 
99900
114007
commit 463edcb045b287cd0df8f44322e133ae32fe5e87
99901
 
Author: Stefan Kost <ensonic@users.sf.net>
99902
 
Date:   Wed Jul 14 11:56:41 2010 +0300
 
114008
Author:     Stefan Kost <ensonic@users.sf.net>
 
114009
AuthorDate: Wed Jul 14 11:56:41 2010 +0300
 
114010
Commit:     Stefan Kost <ensonic@users.sf.net>
 
114011
CommitDate: Wed Jul 14 11:57:36 2010 +0300
99903
114012
 
99904
114013
    docs: xi:include the annotation glossary to kill warnings and make
99905
114014
    them work
99910
114019
 3 files changed, 7 insertions(+)
99911
114020
 
99912
114021
commit de56aca0b5cf2eaf99ba501dd3d55b750c752433
99913
 
Author: Javier Jardón <jjardon@gnome.org>
99914
 
Date:   Tue Jul 13 05:05:48 2010 +0200
 
114022
Author:     Javier Jardón <jjardon@gnome.org>
 
114023
AuthorDate: Tue Jul 13 05:05:48 2010 +0200
 
114024
Commit:     Javier Jardón <jjardon@gnome.org>
 
114025
CommitDate: Tue Jul 13 19:36:37 2010 +0200
99915
114026
 
99916
114027
    Clean autotools config a bit
99917
114028
 
99926
114037
 3 files changed, 9 insertions(+), 19 deletions(-)
99927
114038
 
99928
114039
commit 3a8ab85d967c3b0fa1b7d702d640df61020d92a0
99929
 
Author: Ryan Lortie <desrt@desrt.ca>
99930
 
Date:   Tue Jul 13 11:59:16 2010 -0400
 
114040
Author:     Ryan Lortie <desrt@desrt.ca>
 
114041
AuthorDate: Tue Jul 13 11:59:16 2010 -0400
 
114042
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114043
CommitDate: Tue Jul 13 11:59:16 2010 -0400
99931
114044
 
99932
114045
    rename configure.in to configure.ac
99933
114046
 
99943
114056
 7 files changed, 3763 insertions(+), 3763 deletions(-)
99944
114057
 
99945
114058
commit 0bb7cc3fceb9223845d2032c9d381f2e15c5285d
99946
 
Author: Ryan Lortie <desrt@desrt.ca>
99947
 
Date:   Tue Jul 13 09:24:16 2010 -0400
 
114059
Author:     Ryan Lortie <desrt@desrt.ca>
 
114060
AuthorDate: Tue Jul 13 09:24:16 2010 -0400
 
114061
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114062
CommitDate: Tue Jul 13 09:24:16 2010 -0400
99948
114063
 
99949
114064
    Remove GUnixVolumeMonitor, GUnixMount from docs
99950
114065
 
99959
114074
 4 files changed, 44 insertions(+), 55 deletions(-)
99960
114075
 
99961
114076
commit 5344c22810c01a0cd708562be563f81f15f517f3
99962
 
Author: Ryan Lortie <desrt@desrt.ca>
99963
 
Date:   Mon Jul 12 18:30:14 2010 -0400
 
114077
Author:     Ryan Lortie <desrt@desrt.ca>
 
114078
AuthorDate: Mon Jul 12 18:30:14 2010 -0400
 
114079
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114080
CommitDate: Mon Jul 12 18:30:14 2010 -0400
99964
114081
 
99965
114082
    gio/ docs fixup
99966
114083
 
99987
114104
 19 files changed, 53 insertions(+), 88 deletions(-)
99988
114105
 
99989
114106
commit adde752ec5a600a71f8c9acf1be032ab5f5de46c
99990
 
Author: Ryan Lortie <desrt@desrt.ca>
99991
 
Date:   Mon Jul 12 17:46:17 2010 -0400
 
114107
Author:     Ryan Lortie <desrt@desrt.ca>
 
114108
AuthorDate: Mon Jul 12 17:46:17 2010 -0400
 
114109
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114110
CommitDate: Mon Jul 12 17:46:17 2010 -0400
99992
114111
 
99993
114112
    More docs fixes
99994
114113
 
100006
114125
 5 files changed, 9 insertions(+), 10 deletions(-)
100007
114126
 
100008
114127
commit de5afbc7cc262b677e00704e1bf3562f45dbede0
100009
 
Author: Ryan Lortie <desrt@desrt.ca>
100010
 
Date:   Mon Jul 12 17:32:44 2010 -0400
 
114128
Author:     Ryan Lortie <desrt@desrt.ca>
 
114129
AuthorDate: Mon Jul 12 17:32:44 2010 -0400
 
114130
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114131
CommitDate: Mon Jul 12 17:32:44 2010 -0400
100011
114132
 
100012
114133
    More gtk-doc cleanups for glib/
100013
114134
 
100018
114139
 4 files changed, 18 insertions(+), 9 deletions(-)
100019
114140
 
100020
114141
commit 92df91590fd4b1ca4921cc3f89421928b857e75c
100021
 
Author: Ryan Lortie <desrt@desrt.ca>
100022
 
Date:   Mon Jul 12 17:31:03 2010 -0400
 
114142
Author:     Ryan Lortie <desrt@desrt.ca>
 
114143
AuthorDate: Mon Jul 12 17:31:03 2010 -0400
 
114144
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114145
CommitDate: Mon Jul 12 17:31:03 2010 -0400
100023
114146
 
100024
114147
    trivial whitespace fix
100025
114148
 
100027
114150
 1 file changed, 1 insertion(+), 1 deletion(-)
100028
114151
 
100029
114152
commit 7791fce38a1a7d292e94d3bb5a0ffb8d6da9333d
100030
 
Author: Ryan Lortie <desrt@desrt.ca>
100031
 
Date:   Mon Jul 12 16:37:56 2010 -0400
 
114153
Author:     Ryan Lortie <desrt@desrt.ca>
 
114154
AuthorDate: Mon Jul 12 16:37:56 2010 -0400
 
114155
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114156
CommitDate: Mon Jul 12 16:56:52 2010 -0400
100032
114157
 
100033
114158
    Fix some glib docs warnings
100034
114159
 
100053
114178
 9 files changed, 121 insertions(+), 43 deletions(-)
100054
114179
 
100055
114180
commit dc8cf867c805095b7acd7842b731c6eff32ee18f
100056
 
Author: Matthias Clasen <mclasen@redhat.com>
100057
 
Date:   Mon Jul 12 07:50:36 2010 -0400
 
114181
Author:     Matthias Clasen <mclasen@redhat.com>
 
114182
AuthorDate: Mon Jul 12 07:50:36 2010 -0400
 
114183
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114184
CommitDate: Mon Jul 12 16:35:18 2010 -0400
100058
114185
 
100059
114186
    Don't return FALSE when a pointer is expected
100060
114187
 
100065
114192
 2 files changed, 5 insertions(+), 5 deletions(-)
100066
114193
 
100067
114194
commit 90285b0643d23059bdf28aff4afd337f91a556a6
100068
 
Author: Ryan Lortie <desrt@desrt.ca>
100069
 
Date:   Mon Jul 12 15:30:26 2010 -0400
 
114195
Author:     Ryan Lortie <desrt@desrt.ca>
 
114196
AuthorDate: Mon Jul 12 15:30:26 2010 -0400
 
114197
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114198
CommitDate: Mon Jul 12 15:33:05 2010 -0400
100070
114199
 
100071
114200
    Bump gtk-doc dependency to 1.15
100072
114201
 
100077
114206
 2 files changed, 2 insertions(+), 2 deletions(-)
100078
114207
 
100079
114208
commit 83d67bf2e79e1cb984e398b218cedd0b1e50bd1f
100080
 
Author: Ryan Lortie <desrt@desrt.ca>
100081
 
Date:   Sun Jul 11 21:08:42 2010 -0400
 
114209
Author:     Ryan Lortie <desrt@desrt.ca>
 
114210
AuthorDate: Sun Jul 11 21:08:42 2010 -0400
 
114211
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114212
CommitDate: Mon Jul 12 15:33:05 2010 -0400
100082
114213
 
100083
114214
    move glibconfig.h to glib/
100084
114215
 
100097
114228
 10 files changed, 325 insertions(+), 316 deletions(-)
100098
114229
 
100099
114230
commit 29a6fb68b7d73648992ea55d17cc54fc1261fe29
100100
 
Author: Colin Walters <walters@verbum.org>
100101
 
Date:   Fri Jun 25 09:37:06 2010 -0400
 
114231
Author:     Colin Walters <walters@verbum.org>
 
114232
AuthorDate: Fri Jun 25 09:37:06 2010 -0400
 
114233
Commit:     Colin Walters <walters@verbum.org>
 
114234
CommitDate: Mon Jul 12 10:00:35 2010 -0400
100102
114235
 
100103
114236
    Don't attempt to build dtrace support on OS X
100104
114237
 
100113
114246
 1 file changed, 13 insertions(+), 9 deletions(-)
100114
114247
 
100115
114248
commit e5834637eb4a336393989dc68d7615abf153335f
100116
 
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
100117
 
Date:   Mon Jul 12 16:19:45 2010 +0300
 
114249
Author:     Baurzhan Muftakhidinov <baurthefirst@gmail.com>
 
114250
AuthorDate: Mon Jul 12 16:19:45 2010 +0300
 
114251
Commit:     Simos Xenitellis <simos.lists@googlemail.com>
 
114252
CommitDate: Mon Jul 12 16:19:45 2010 +0300
100118
114253
 
100119
114254
    Added Kazakh translation for Kazakh
100120
114255
 
100124
114259
 2 files changed, 2814 insertions(+)
100125
114260
 
100126
114261
commit 82318fbda3441615e11fe5fa25144d27096286fe
100127
 
Author: Ryan Lortie <desrt@desrt.ca>
100128
 
Date:   Sun Jul 11 12:51:54 2010 -0400
 
114262
Author:     Ryan Lortie <desrt@desrt.ca>
 
114263
AuthorDate: Sun Jul 11 12:51:54 2010 -0400
 
114264
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114265
CommitDate: Sun Jul 11 12:51:54 2010 -0400
100129
114266
 
100130
114267
    bump the version
100131
114268
 
100133
114270
 1 file changed, 1 insertion(+), 1 deletion(-)
100134
114271
 
100135
114272
commit be247c24c6b532b2acfe52424ffdcc79bdc48bf4
100136
 
Author: Ryan Lortie <desrt@desrt.ca>
100137
 
Date:   Sun Jul 11 12:51:33 2010 -0400
 
114273
Author:     Ryan Lortie <desrt@desrt.ca>
 
114274
AuthorDate: Sun Jul 11 12:51:33 2010 -0400
 
114275
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114276
CommitDate: Sun Jul 11 12:51:33 2010 -0400
100138
114277
 
100139
114278
    This is glib 2.25.11
100140
114279
 
100147
114286
 5 files changed, 43 insertions(+), 48 deletions(-)
100148
114287
 
100149
114288
commit 8c36b1ad2bf03141cd1aacbb0fa9d19ba7c72c17
100150
 
Author: Kjartan Maraas <kmaraas@gnome.org>
100151
 
Date:   Sun Jul 11 15:51:04 2010 +0200
 
114289
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
114290
AuthorDate: Sun Jul 11 15:51:04 2010 +0200
 
114291
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
114292
CommitDate: Sun Jul 11 15:51:04 2010 +0200
100152
114293
 
100153
114294
    Updated Norwegian bokmål translation
100154
114295
 
100157
114298
 1 file changed, 732 insertions(+), 655 deletions(-)
100158
114299
 
100159
114300
commit 358b9d6ac750c3d35b259df2b59353d004a32ace
100160
 
Author: Matthias Clasen <mclasen@redhat.com>
100161
 
Date:   Sat Jul 10 23:53:36 2010 -0400
 
114301
Author:     Matthias Clasen <mclasen@redhat.com>
 
114302
AuthorDate: Sat Jul 10 23:53:36 2010 -0400
 
114303
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114304
CommitDate: Sat Jul 10 23:56:45 2010 -0400
100162
114305
 
100163
114306
    Move main loop docs inline
100164
114307
 
100170
114313
 4 files changed, 448 insertions(+), 320 deletions(-)
100171
114314
 
100172
114315
commit ab8cb652c83d77471b2e0f56b270d4ef8704dae9
100173
 
Author: Matthias Clasen <mclasen@redhat.com>
100174
 
Date:   Sat Jul 10 22:30:04 2010 -0400
 
114316
Author:     Matthias Clasen <mclasen@redhat.com>
 
114317
AuthorDate: Sat Jul 10 22:30:04 2010 -0400
 
114318
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114319
CommitDate: Sat Jul 10 23:56:45 2010 -0400
100175
114320
 
100176
114321
    Fix a typo
100177
114322
 
100185
114330
 6 files changed, 110 insertions(+), 94 deletions(-)
100186
114331
 
100187
114332
commit e57291efdc53a2f7732e39730ef91dab266ade83
100188
 
Author: Matthias Clasen <mclasen@redhat.com>
100189
 
Date:   Sat Jul 10 21:51:34 2010 -0400
 
114333
Author:     Matthias Clasen <mclasen@redhat.com>
 
114334
AuthorDate: Sat Jul 10 21:51:34 2010 -0400
 
114335
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114336
CommitDate: Sat Jul 10 23:56:45 2010 -0400
100190
114337
 
100191
114338
    Move docs for atomic operations inline
100192
114339
 
100198
114345
 3 files changed, 183 insertions(+), 108 deletions(-)
100199
114346
 
100200
114347
commit e8503fddee2c5426a98d066c5a24afd9ae7ade50
100201
 
Author: Matthias Clasen <mclasen@redhat.com>
100202
 
Date:   Sat Jul 10 21:26:28 2010 -0400
 
114348
Author:     Matthias Clasen <mclasen@redhat.com>
 
114349
AuthorDate: Sat Jul 10 21:26:28 2010 -0400
 
114350
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114351
CommitDate: Sat Jul 10 23:56:45 2010 -0400
100203
114352
 
100204
114353
    Move GAsyncQueue docs inline
100205
114354
 
100210
114359
 2 files changed, 55 insertions(+), 53 deletions(-)
100211
114360
 
100212
114361
commit db0c58062dd208982521dfc99b0da59a5bd4327b
100213
 
Author: Ryan Lortie <desrt@desrt.ca>
100214
 
Date:   Sat Jul 10 23:28:30 2010 -0400
 
114362
Author:     Ryan Lortie <desrt@desrt.ca>
 
114363
AuthorDate: Sat Jul 10 23:28:30 2010 -0400
 
114364
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114365
CommitDate: Sat Jul 10 23:28:30 2010 -0400
100215
114366
 
100216
114367
    NEWS for the pending release
100217
114368
 
100220
114371
 1 file changed, 152 insertions(+)
100221
114372
 
100222
114373
commit d2fe46b476a183168d57581c41b763b9e8f03c7c
100223
 
Author: Colin Walters <walters@verbum.org>
100224
 
Date:   Sat Jul 10 20:09:34 2010 -0400
 
114374
Author:     Colin Walters <walters@verbum.org>
 
114375
AuthorDate: Sat Jul 10 20:09:34 2010 -0400
 
114376
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114377
CommitDate: Sat Jul 10 20:09:34 2010 -0400
100225
114378
 
100226
114379
    Annotate all custom GIO GSource using g_source_set_name
100227
114380
 
100239
114392
 6 files changed, 6 insertions(+)
100240
114393
 
100241
114394
commit 7568bb66f996bdf94da6963399333236f73adb1b
100242
 
Author: Matthias Clasen <mclasen@redhat.com>
100243
 
Date:   Sat Jul 10 20:00:49 2010 -0400
 
114395
Author:     Matthias Clasen <mclasen@redhat.com>
 
114396
AuthorDate: Sat Jul 10 20:00:49 2010 -0400
 
114397
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114398
CommitDate: Sat Jul 10 20:02:48 2010 -0400
100244
114399
 
100245
114400
    use proper feature test macros for isnan
100246
114401
 
100250
114405
 1 file changed, 1 insertion(+)
100251
114406
 
100252
114407
commit d9dc570c593a29be62b3d85cef43f92f52dcce8e
100253
 
Author: Matthias Clasen <mclasen@redhat.com>
100254
 
Date:   Sat Jul 10 19:46:40 2010 -0400
 
114408
Author:     Matthias Clasen <mclasen@redhat.com>
 
114409
AuthorDate: Sat Jul 10 19:46:40 2010 -0400
 
114410
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114411
CommitDate: Sat Jul 10 20:02:48 2010 -0400
100255
114412
 
100256
114413
    Add ACLOCAL_AMFLAGS to Makefile.am
100257
114414
 
100261
114418
 1 file changed, 2 insertions(+)
100262
114419
 
100263
114420
commit 3dca4ce434f30a5c72f773c5c0437d4ac92413ab
100264
 
Author: Matthias Clasen <mclasen@redhat.com>
100265
 
Date:   Sat Jul 10 19:16:27 2010 -0400
 
114421
Author:     Matthias Clasen <mclasen@redhat.com>
 
114422
AuthorDate: Sat Jul 10 19:16:27 2010 -0400
 
114423
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114424
CommitDate: Sat Jul 10 20:02:47 2010 -0400
100266
114425
 
100267
114426
    One more dubious return
100268
114427
 
100270
114429
 1 file changed, 1 insertion(+), 1 deletion(-)
100271
114430
 
100272
114431
commit d44ae96cb1566447ce44034b8b9290badacb6fe4
100273
 
Author: Ryan Lortie <desrt@desrt.ca>
100274
 
Date:   Sat Jul 10 17:54:08 2010 -0400
 
114432
Author:     Ryan Lortie <desrt@desrt.ca>
 
114433
AuthorDate: Sat Jul 10 17:54:08 2010 -0400
 
114434
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114435
CommitDate: Sat Jul 10 19:15:59 2010 -0400
100275
114436
 
100276
114437
    GVariant: fix some more leaks in error cases
100277
114438
 
100279
114440
 1 file changed, 4 insertions(+)
100280
114441
 
100281
114442
commit 90c49a0654f4aa556f3d2ccb7c91b6e480eef1ae
100282
 
Author: Ryan Lortie <desrt@desrt.ca>
100283
 
Date:   Sat Jul 10 17:45:51 2010 -0400
 
114443
Author:     Ryan Lortie <desrt@desrt.ca>
 
114444
AuthorDate: Sat Jul 10 17:45:51 2010 -0400
 
114445
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114446
CommitDate: Sat Jul 10 19:15:59 2010 -0400
100284
114447
 
100285
114448
    move the g_free() from the last commit down
100286
114449
 
100290
114453
 1 file changed, 3 insertions(+), 1 deletion(-)
100291
114454
 
100292
114455
commit 29babb9fc8baf2327b2e0781fbf07bed76a4cbde
100293
 
Author: Matthias Clasen <mclasen@redhat.com>
100294
 
Date:   Sat Jul 10 18:04:22 2010 -0400
 
114456
Author:     Matthias Clasen <mclasen@redhat.com>
 
114457
AuthorDate: Sat Jul 10 18:04:22 2010 -0400
 
114458
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114459
CommitDate: Sat Jul 10 18:04:22 2010 -0400
100295
114460
 
100296
114461
    Minor cleanup
100297
114462
 
100299
114464
 1 file changed, 2 insertions(+), 3 deletions(-)
100300
114465
 
100301
114466
commit f8e22856c643bfccaf03db6f84738126cff374d0
100302
 
Author: Matthias Clasen <mclasen@redhat.com>
100303
 
Date:   Sat Jul 10 17:57:45 2010 -0400
 
114467
Author:     Matthias Clasen <mclasen@redhat.com>
 
114468
AuthorDate: Sat Jul 10 17:57:45 2010 -0400
 
114469
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114470
CommitDate: Sat Jul 10 17:57:45 2010 -0400
100304
114471
 
100305
114472
    Add a GAppInfoCreate flag for startup-notification
100306
114473
 
100314
114481
 2 files changed, 6 insertions(+), 4 deletions(-)
100315
114482
 
100316
114483
commit 5f1490e94aa0fcfe72b92377dc7efae4b3300a6c
100317
 
Author: Matthias Clasen <mclasen@redhat.com>
100318
 
Date:   Sat Jul 10 17:21:32 2010 -0400
 
114484
Author:     Matthias Clasen <mclasen@redhat.com>
 
114485
AuthorDate: Sat Jul 10 17:21:32 2010 -0400
 
114486
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114487
CommitDate: Sat Jul 10 17:21:32 2010 -0400
100319
114488
 
100320
114489
    Fix sparse warnings
100321
114490
 
100333
114502
 9 files changed, 20 insertions(+), 17 deletions(-)
100334
114503
 
100335
114504
commit 41f4aba2d22ceec7f8dd0916aae99fb3eea5699f
100336
 
Author: Matthias Clasen <mclasen@redhat.com>
100337
 
Date:   Sat Jul 10 17:12:31 2010 -0400
 
114505
Author:     Matthias Clasen <mclasen@redhat.com>
 
114506
AuthorDate: Sat Jul 10 17:12:31 2010 -0400
 
114507
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114508
CommitDate: Sat Jul 10 17:12:31 2010 -0400
100338
114509
 
100339
114510
    Chain up in g_settings_finalize
100340
114511
 
100344
114515
 1 file changed, 2 insertions(+)
100345
114516
 
100346
114517
commit 61027a8b5ce75c68f2a6e84134ea88af1f8a5556
100347
 
Author: Matthias Clasen <mclasen@redhat.com>
100348
 
Date:   Sat Jul 10 17:06:41 2010 -0400
 
114518
Author:     Matthias Clasen <mclasen@redhat.com>
 
114519
AuthorDate: Sat Jul 10 17:06:41 2010 -0400
 
114520
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114521
CommitDate: Sat Jul 10 17:10:31 2010 -0400
100349
114522
 
100350
114523
    Turn on glibc malloc checking features for make check
100351
114524
 
100353
114526
 1 file changed, 1 insertion(+), 1 deletion(-)
100354
114527
 
100355
114528
commit 48a04f9303294304db5693acb1e4421cfdd4464a
100356
 
Author: Ryan Lortie <desrt@desrt.ca>
100357
 
Date:   Sat Jul 10 16:56:51 2010 -0400
 
114529
Author:     Ryan Lortie <desrt@desrt.ca>
 
114530
AuthorDate: Sat Jul 10 16:56:51 2010 -0400
 
114531
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114532
CommitDate: Sat Jul 10 16:56:51 2010 -0400
100358
114533
 
100359
114534
    GVariant: don't leak during type inferencing
100360
114535
 
100362
114537
 1 file changed, 1 insertion(+)
100363
114538
 
100364
114539
commit b1c4dec264eeff92fc9afd112c6b6fc4fd74c087
100365
 
Author: Jorge González <jorgegonz@svn.gnome.org>
100366
 
Date:   Sat Jul 10 11:03:52 2010 +0200
 
114540
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
114541
AuthorDate: Sat Jul 10 11:03:52 2010 +0200
 
114542
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
114543
CommitDate: Sat Jul 10 11:03:52 2010 +0200
100367
114544
 
100368
114545
    Updated Spanish translation
100369
114546
 
100372
114549
 1 file changed, 588 insertions(+), 591 deletions(-)
100373
114550
 
100374
114551
commit 551461b23a52f4c49633352e538184cd8cb250ad
100375
 
Author: Matthias Clasen <mclasen@redhat.com>
100376
 
Date:   Fri Jul 9 08:33:27 2010 -0400
 
114552
Author:     Matthias Clasen <mclasen@redhat.com>
 
114553
AuthorDate: Fri Jul 9 08:33:27 2010 -0400
 
114554
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114555
CommitDate: Fri Jul 9 08:33:27 2010 -0400
100377
114556
 
100378
114557
    Fix some leaks in the inotify code
100379
114558
 
100384
114563
 1 file changed, 2 insertions(+), 9 deletions(-)
100385
114564
 
100386
114565
commit c24a29e13bcf2c36140c5d8467a9258402c347aa
100387
 
Author: Matthias Clasen <mclasen@redhat.com>
100388
 
Date:   Fri Jul 9 07:24:08 2010 -0400
 
114566
Author:     Matthias Clasen <mclasen@redhat.com>
 
114567
AuthorDate: Fri Jul 9 07:24:08 2010 -0400
 
114568
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114569
CommitDate: Fri Jul 9 07:24:08 2010 -0400
100389
114570
 
100390
114571
    Adapt to recent MLS changes
100391
114572
 
100396
114577
 2 files changed, 5 insertions(+), 7 deletions(-)
100397
114578
 
100398
114579
commit e302e919e5c8329ae293f0ba5921c6dfce289beb
100399
 
Author: Matthias Clasen <mclasen@redhat.com>
100400
 
Date:   Thu Jul 8 19:52:36 2010 -0400
 
114580
Author:     Matthias Clasen <mclasen@redhat.com>
 
114581
AuthorDate: Thu Jul 8 19:52:36 2010 -0400
 
114582
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114583
CommitDate: Thu Jul 8 19:52:36 2010 -0400
100401
114584
 
100402
114585
    Remove dead links from the IEEE float documentation
100403
114586
 
100406
114589
 1 file changed, 16 insertions(+), 30 deletions(-)
100407
114590
 
100408
114591
commit 0c357a2d149080c4e4fefb29436c03e7879ce437
100409
 
Author: Matthias Clasen <mclasen@redhat.com>
100410
 
Date:   Thu Jul 8 19:37:31 2010 -0400
 
114592
Author:     Matthias Clasen <mclasen@redhat.com>
 
114593
AuthorDate: Thu Jul 8 19:37:31 2010 -0400
 
114594
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114595
CommitDate: Thu Jul 8 19:37:31 2010 -0400
100411
114596
 
100412
114597
    Improve the long description of GString
100413
114598
 
100418
114603
 1 file changed, 5 insertions(+), 4 deletions(-)
100419
114604
 
100420
114605
commit 2504ec988e0288b8616907b43e489c74d49a08f0
100421
 
Author: Will Thompson <will@willthompson.co.uk>
100422
 
Date:   Thu Jul 8 19:30:53 2010 -0400
 
114606
Author:     Will Thompson <will@willthompson.co.uk>
 
114607
AuthorDate: Thu Jul 8 19:30:53 2010 -0400
 
114608
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114609
CommitDate: Thu Jul 8 19:30:53 2010 -0400
100423
114610
 
100424
114611
    Document NULL shortcut to g_value_array_insert etc.
100425
114612
 
100436
114623
 1 file changed, 10 insertions(+), 8 deletions(-)
100437
114624
 
100438
114625
commit cc44ef148c578ec87f71c155549a5d352a30bb3a
100439
 
Author: Matthias Clasen <mclasen@redhat.com>
100440
 
Date:   Thu Jul 8 19:26:25 2010 -0400
 
114626
Author:     Matthias Clasen <mclasen@redhat.com>
 
114627
AuthorDate: Thu Jul 8 19:26:25 2010 -0400
 
114628
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114629
CommitDate: Thu Jul 8 19:26:25 2010 -0400
100441
114630
 
100442
114631
    Improve some GNode docs
100443
114632
 
100447
114636
 1 file changed, 4 insertions(+), 2 deletions(-)
100448
114637
 
100449
114638
commit ac342a8d0c4e50b5983631808ca6b7dc7508e17d
100450
 
Author: Matthias Clasen <mclasen@redhat.com>
100451
 
Date:   Thu Jul 8 19:23:42 2010 -0400
 
114639
Author:     Matthias Clasen <mclasen@redhat.com>
 
114640
AuthorDate: Thu Jul 8 19:23:42 2010 -0400
 
114641
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114642
CommitDate: Thu Jul 8 19:23:42 2010 -0400
100452
114643
 
100453
114644
    Expand the g_sprintf docs
100454
114645
 
100458
114649
 1 file changed, 18 insertions(+), 13 deletions(-)
100459
114650
 
100460
114651
commit 7cfa23b17785218463274854753494b5e49584c8
100461
 
Author: Matthias Clasen <mclasen@redhat.com>
100462
 
Date:   Thu Jul 8 19:03:18 2010 -0400
 
114652
Author:     Matthias Clasen <mclasen@redhat.com>
 
114653
AuthorDate: Thu Jul 8 19:03:18 2010 -0400
 
114654
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114655
CommitDate: Thu Jul 8 19:03:18 2010 -0400
100463
114656
 
100464
114657
    Add a note about l10n to the g_strconcat docs
100465
114658
 
100469
114662
 1 file changed, 5 insertions(+), 2 deletions(-)
100470
114663
 
100471
114664
commit e0017f24c58ba756c186026e42d59ed3015e80ce
100472
 
Author: Matthias Clasen <mclasen@redhat.com>
100473
 
Date:   Thu Jul 8 17:38:47 2010 -0400
 
114665
Author:     Matthias Clasen <mclasen@redhat.com>
 
114666
AuthorDate: Thu Jul 8 17:38:47 2010 -0400
 
114667
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114668
CommitDate: Thu Jul 8 17:40:13 2010 -0400
100474
114669
 
100475
114670
    Move uri conversion functions to a better place in the docs
100476
114671
 
100481
114676
 1 file changed, 2 insertions(+), 2 deletions(-)
100482
114677
 
100483
114678
commit 3c6304a332c8da9275569c9820660e859b4ac160
100484
 
Author: Jorge González <jorgegonz@svn.gnome.org>
100485
 
Date:   Thu Jul 8 23:25:01 2010 +0200
 
114679
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
114680
AuthorDate: Thu Jul 8 23:25:01 2010 +0200
 
114681
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
114682
CommitDate: Thu Jul 8 23:25:01 2010 +0200
100486
114683
 
100487
114684
    Updated Spanish translation
100488
114685
 
100491
114688
 1 file changed, 109 insertions(+), 67 deletions(-)
100492
114689
 
100493
114690
commit e0f2d0f28e3074ba839f997a15997a2d878d2f76
100494
 
Author: Matthias Clasen <mclasen@redhat.com>
100495
 
Date:   Thu Jul 8 16:32:08 2010 -0400
 
114691
Author:     Matthias Clasen <mclasen@redhat.com>
 
114692
AuthorDate: Thu Jul 8 16:32:08 2010 -0400
 
114693
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114694
CommitDate: Thu Jul 8 16:32:08 2010 -0400
100496
114695
 
100497
114696
    Comment out an unused function
100498
114697
 
100502
114701
 1 file changed, 2 insertions(+), 2 deletions(-)
100503
114702
 
100504
114703
commit 448ac22e80bcd947d255616a9147dbce5c85e120
100505
 
Author: Matthias Clasen <mclasen@redhat.com>
100506
 
Date:   Thu Jul 8 16:24:44 2010 -0400
 
114704
Author:     Matthias Clasen <mclasen@redhat.com>
 
114705
AuthorDate: Thu Jul 8 16:24:44 2010 -0400
 
114706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114707
CommitDate: Thu Jul 8 16:24:44 2010 -0400
100507
114708
 
100508
114709
    Fix an oversight in the previous commit
100509
114710
 
100511
114712
 1 file changed, 1 insertion(+), 1 deletion(-)
100512
114713
 
100513
114714
commit 33f7f6a7485189ef15c953c74dac276e762b3bb9
100514
 
Author: Matthias Clasen <mclasen@redhat.com>
100515
 
Date:   Thu Jul 8 16:22:16 2010 -0400
 
114715
Author:     Matthias Clasen <mclasen@redhat.com>
 
114716
AuthorDate: Thu Jul 8 16:22:16 2010 -0400
 
114717
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114718
CommitDate: Thu Jul 8 16:22:16 2010 -0400
100516
114719
 
100517
114720
    Use glib infrastructure to parse debug flags
100518
114721
 
100522
114725
 1 file changed, 15 insertions(+), 26 deletions(-)
100523
114726
 
100524
114727
commit 29850d03e8456ff7b05d7bd6fc9eba9895b50ff6
100525
 
Author: Matthias Clasen <mclasen@redhat.com>
100526
 
Date:   Thu Jul 8 15:18:05 2010 -0400
 
114728
Author:     Matthias Clasen <mclasen@redhat.com>
 
114729
AuthorDate: Thu Jul 8 15:18:05 2010 -0400
 
114730
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114731
CommitDate: Thu Jul 8 15:18:05 2010 -0400
100527
114732
 
100528
114733
    Be a bit more picky when deciding if mounts are internal
100529
114734
 
100533
114738
 1 file changed, 5 insertions(+), 4 deletions(-)
100534
114739
 
100535
114740
commit 349aab2bd4cb221b99d98802339bde8d0adc178d
100536
 
Author: Matthias Clasen <mclasen@redhat.com>
100537
 
Date:   Thu Jul 8 15:11:24 2010 -0400
 
114741
Author:     Matthias Clasen <mclasen@redhat.com>
 
114742
AuthorDate: Thu Jul 8 15:11:24 2010 -0400
 
114743
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114744
CommitDate: Thu Jul 8 15:11:24 2010 -0400
100538
114745
 
100539
114746
    A little more correctness in formatting pids
100540
114747
 
100544
114751
 1 file changed, 1 insertion(+), 1 deletion(-)
100545
114752
 
100546
114753
commit fcddf9c2a1e0c76843af91d6d530194bcb7d8791
100547
 
Author: Matthias Clasen <mclasen@redhat.com>
100548
 
Date:   Thu Jul 8 14:58:33 2010 -0400
 
114754
Author:     Matthias Clasen <mclasen@redhat.com>
 
114755
AuthorDate: Thu Jul 8 14:58:33 2010 -0400
 
114756
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114757
CommitDate: Thu Jul 8 14:58:33 2010 -0400
100549
114758
 
100550
114759
    Escape arguments when putting together a cmdline
100551
114760
 
100555
114764
 1 file changed, 13 insertions(+), 3 deletions(-)
100556
114765
 
100557
114766
commit 607fec50e65eef943bc5dd6254bf0b331b682cca
100558
 
Author: Matthias Clasen <mclasen@redhat.com>
100559
 
Date:   Thu Jul 8 14:38:55 2010 -0400
 
114767
Author:     Matthias Clasen <mclasen@redhat.com>
 
114768
AuthorDate: Thu Jul 8 14:38:55 2010 -0400
 
114769
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114770
CommitDate: Thu Jul 8 14:38:55 2010 -0400
100560
114771
 
100561
114772
    xinclude the dtd
100562
114773
 
100567
114778
 1 file changed, 1 insertion(+), 64 deletions(-)
100568
114779
 
100569
114780
commit c7816005f99c5293b608c70d4b341d410cb5aea4
100570
 
Author: Matthias Clasen <mclasen@redhat.com>
100571
 
Date:   Thu Jul 8 14:29:17 2010 -0400
 
114781
Author:     Matthias Clasen <mclasen@redhat.com>
 
114782
AuthorDate: Thu Jul 8 14:29:17 2010 -0400
 
114783
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114784
CommitDate: Thu Jul 8 14:29:17 2010 -0400
100572
114785
 
100573
114786
    Update the dtd to match the implementation
100574
114787
 
100578
114791
 1 file changed, 25 insertions(+), 5 deletions(-)
100579
114792
 
100580
114793
commit 71e7b5800a310ae7424f3eec4ebcdcc1becaa6e7
100581
 
Author: Matthias Clasen <mclasen@redhat.com>
100582
 
Date:   Thu Jul 8 14:19:08 2010 -0400
 
114794
Author:     Matthias Clasen <mclasen@redhat.com>
 
114795
AuthorDate: Thu Jul 8 14:19:08 2010 -0400
 
114796
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114797
CommitDate: Thu Jul 8 14:19:08 2010 -0400
100583
114798
 
100584
114799
    Handle MLS selinux policy better
100585
114800
 
100594
114809
 1 file changed, 48 insertions(+), 28 deletions(-)
100595
114810
 
100596
114811
commit 1e8656fe24e846f3bb0533e96afb1e0b46a37b49
100597
 
Author: Matthias Clasen <mclasen@redhat.com>
100598
 
Date:   Thu Jul 8 14:12:28 2010 -0400
 
114812
Author:     Matthias Clasen <mclasen@redhat.com>
 
114813
AuthorDate: Thu Jul 8 14:12:28 2010 -0400
 
114814
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114815
CommitDate: Thu Jul 8 14:12:28 2010 -0400
100599
114816
 
100600
114817
    Check for zlib using pkg-config
100601
114818
 
100605
114822
 1 file changed, 8 insertions(+), 6 deletions(-)
100606
114823
 
100607
114824
commit 5adf506d5bb8b0d13ded7fd8480d17d27e7ae31e
100608
 
Author: Matthias Clasen <mclasen@redhat.com>
100609
 
Date:   Thu Jul 8 11:33:21 2010 -0400
 
114825
Author:     Matthias Clasen <mclasen@redhat.com>
 
114826
AuthorDate: Thu Jul 8 11:33:21 2010 -0400
 
114827
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114828
CommitDate: Thu Jul 8 11:33:21 2010 -0400
100610
114829
 
100611
114830
    Use proper variables
100612
114831
 
100616
114835
 1 file changed, 26 insertions(+), 9 deletions(-)
100617
114836
 
100618
114837
commit a00fa340cb776976b14fd1b9476d1488a75d8377
100619
 
Author: Ryan Lortie <desrt@desrt.ca>
100620
 
Date:   Wed Jul 7 22:00:43 2010 -0400
 
114838
Author:     Ryan Lortie <desrt@desrt.ca>
 
114839
AuthorDate: Wed Jul 7 22:00:43 2010 -0400
 
114840
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114841
CommitDate: Wed Jul 7 22:18:47 2010 -0400
100621
114842
 
100622
114843
    base64: remove unnecessary assertions
100623
114844
 
100627
114848
 1 file changed, 1 insertion(+), 4 deletions(-)
100628
114849
 
100629
114850
commit ddb919245c33f23c45d69b9e2aea85458d8d67f2
100630
 
Author: Matthias Clasen <mclasen@redhat.com>
100631
 
Date:   Wed Jul 7 20:36:28 2010 -0400
 
114851
Author:     Matthias Clasen <mclasen@redhat.com>
 
114852
AuthorDate: Wed Jul 7 20:36:28 2010 -0400
 
114853
Commit:     Matthias Clasen <mclasen@redhat.com>
 
114854
CommitDate: Wed Jul 7 22:03:02 2010 -0400
100632
114855
 
100633
114856
    forgotten file
100634
114857
 
100636
114859
 1 file changed, 4 insertions(+)
100637
114860
 
100638
114861
commit 5b946e0504952a472cea1ef95df0967e8a4a7b47
100639
 
Author: Ryan Lortie <desrt@desrt.ca>
100640
 
Date:   Wed Jul 7 19:53:22 2010 -0400
 
114862
Author:     Ryan Lortie <desrt@desrt.ca>
 
114863
AuthorDate: Wed Jul 7 19:53:22 2010 -0400
 
114864
Commit:     Ryan Lortie <desrt@desrt.ca>
 
114865
CommitDate: Wed Jul 7 19:53:22 2010 -0400
100641
114866
 
100642
114867
    gio/: fully remove gioalias hacks
100643
114868
 
100798
115023
 153 files changed, 3 insertions(+), 709 deletions(-)
100799
115024
 
100800
115025
commit 0fc50fa5f7424d21ff43a79838fe76ff73ad869b
100801
 
Author: Ryan Lortie <desrt@desrt.ca>
100802
 
Date:   Wed Jul 7 19:40:48 2010 -0400
 
115026
Author:     Ryan Lortie <desrt@desrt.ca>
 
115027
AuthorDate: Wed Jul 7 19:40:48 2010 -0400
 
115028
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115029
CommitDate: Wed Jul 7 19:40:48 2010 -0400
100803
115030
 
100804
115031
    gobject/: fully remove gobjectalias hacks
100805
115032
 
100829
115056
 22 files changed, 5 insertions(+), 249 deletions(-)
100830
115057
 
100831
115058
commit 2e53e50244b85d7e0b5358d617fabc15e8ec8bd7
100832
 
Author: Ryan Lortie <desrt@desrt.ca>
100833
 
Date:   Wed Jul 7 19:34:03 2010 -0400
 
115059
Author:     Ryan Lortie <desrt@desrt.ca>
 
115060
AuthorDate: Wed Jul 7 19:34:03 2010 -0400
 
115061
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115062
CommitDate: Wed Jul 7 19:34:35 2010 -0400
100834
115063
 
100835
115064
    glib/: fully remove galias hacks
100836
115065
 
100920
115149
 82 files changed, 6 insertions(+), 508 deletions(-)
100921
115150
 
100922
115151
commit c243905c95e012eb295ee5487087043ce4a4027b
100923
 
Author: Ryan Lortie <desrt@desrt.ca>
100924
 
Date:   Wed Jul 7 16:52:23 2010 -0400
 
115152
Author:     Ryan Lortie <desrt@desrt.ca>
 
115153
AuthorDate: Wed Jul 7 16:52:23 2010 -0400
 
115154
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115155
CommitDate: Wed Jul 7 16:52:41 2010 -0400
100925
115156
 
100926
115157
    .gitignore updates
100927
115158
 
100930
115161
 2 files changed, 17 insertions(+), 6 deletions(-)
100931
115162
 
100932
115163
commit abc65b233ccb14366fbd07bbed3ee3cacd5e79ea
100933
 
Author: David Zeuthen <davidz@redhat.com>
100934
 
Date:   Wed Jul 7 16:35:17 2010 -0400
 
115164
Author:     David Zeuthen <davidz@redhat.com>
 
115165
AuthorDate: Wed Jul 7 16:35:17 2010 -0400
 
115166
Commit:     David Zeuthen <davidz@redhat.com>
 
115167
CommitDate: Wed Jul 7 16:36:51 2010 -0400
100935
115168
 
100936
115169
    GDBus: Hide instance structures for classes we don't want to be
100937
115170
    subclassed
100955
115188
 10 files changed, 461 insertions(+), 532 deletions(-)
100956
115189
 
100957
115190
commit 32ce3e051af4260a65478acf738e82dec6a864bd
100958
 
Author: Ryan Lortie <desrt@desrt.ca>
100959
 
Date:   Wed Jul 7 16:32:46 2010 -0400
 
115191
Author:     Ryan Lortie <desrt@desrt.ca>
 
115192
AuthorDate: Wed Jul 7 16:32:46 2010 -0400
 
115193
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115194
CommitDate: Wed Jul 7 16:32:46 2010 -0400
100960
115195
 
100961
115196
    fix trivial copy/paste error in bytestring docs
100962
115197
 
100964
115199
 1 file changed, 1 insertion(+), 1 deletion(-)
100965
115200
 
100966
115201
commit d9e90c3894739bdfa642e35bdea866c6d0ab7ef2
100967
 
Author: Ryan Lortie <desrt@desrt.ca>
100968
 
Date:   Wed Jul 7 10:37:16 2010 -0400
 
115202
Author:     Ryan Lortie <desrt@desrt.ca>
 
115203
AuthorDate: Wed Jul 7 10:37:16 2010 -0400
 
115204
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115205
CommitDate: Wed Jul 7 16:25:48 2010 -0400
100969
115206
 
100970
115207
    GVariant: improve bytestring support
100971
115208
 
101004
115241
 13 files changed, 836 insertions(+), 275 deletions(-)
101005
115242
 
101006
115243
commit 2d2a321a4b5943d408cabe54e3da48360ae7e4ac
101007
 
Author: David Zeuthen <davidz@redhat.com>
101008
 
Date:   Wed Jul 7 15:57:37 2010 -0400
 
115244
Author:     David Zeuthen <davidz@redhat.com>
 
115245
AuthorDate: Wed Jul 7 15:57:37 2010 -0400
 
115246
Commit:     David Zeuthen <davidz@redhat.com>
 
115247
CommitDate: Wed Jul 7 15:57:37 2010 -0400
101009
115248
 
101010
115249
    GDBus: Hide class structures for classes we don't want to be
101011
115250
    subclassed
101036
115275
 16 files changed, 89 insertions(+), 135 deletions(-)
101037
115276
 
101038
115277
commit 62a1ccf526e7b23ac39cdf7251eac5706eef3f57
101039
 
Author: David Zeuthen <davidz@redhat.com>
101040
 
Date:   Wed Jul 7 15:00:23 2010 -0400
 
115278
Author:     David Zeuthen <davidz@redhat.com>
 
115279
AuthorDate: Wed Jul 7 15:00:23 2010 -0400
 
115280
Commit:     David Zeuthen <davidz@redhat.com>
 
115281
CommitDate: Wed Jul 7 15:03:03 2010 -0400
101041
115282
 
101042
115283
    Bug 618882 – No way to ensure that a message is sent
101043
115284
 
101060
115301
 9 files changed, 406 insertions(+), 3 deletions(-)
101061
115302
 
101062
115303
commit d4f35ae9ed230ccc04b8f50067a0d0dda95b7d5f
101063
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
101064
 
Date:   Wed Jul 7 18:25:19 2010 +0200
 
115304
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
115305
AuthorDate: Wed Jul 7 18:25:19 2010 +0200
 
115306
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
115307
CommitDate: Wed Jul 7 18:25:19 2010 +0200
101065
115308
 
101066
115309
    Updated Galician translations
101067
115310
 
101070
115313
 1 file changed, 218 insertions(+), 168 deletions(-)
101071
115314
 
101072
115315
commit acc9bb24033cdb93be6b9c00012f86ac56904cc9
101073
 
Author: David Zeuthen <davidz@redhat.com>
101074
 
Date:   Wed Jul 7 11:02:08 2010 -0400
 
115316
Author:     David Zeuthen <davidz@redhat.com>
 
115317
AuthorDate: Wed Jul 7 11:02:08 2010 -0400
 
115318
Commit:     David Zeuthen <davidz@redhat.com>
 
115319
CommitDate: Wed Jul 7 11:06:23 2010 -0400
101075
115320
 
101076
115321
    GDBus: Only rewrite serial number if g_dbus_message_get_serial()
101077
115322
    returns 0
101088
115333
 2 files changed, 23 insertions(+), 7 deletions(-)
101089
115334
 
101090
115335
commit 746721293b8963fbefd98bdba7ef0645b6940052
101091
 
Author: Ryan Lortie <desrt@desrt.ca>
101092
 
Date:   Wed Jul 7 10:56:57 2010 -0400
 
115336
Author:     Ryan Lortie <desrt@desrt.ca>
 
115337
AuthorDate: Wed Jul 7 10:56:57 2010 -0400
 
115338
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115339
CommitDate: Wed Jul 7 10:56:57 2010 -0400
101093
115340
 
101094
115341
    GSettings: warn if use the 'memory' backend
101095
115342
 
101099
115346
 1 file changed, 4 insertions(+)
101100
115347
 
101101
115348
commit 6ae4d31e75b123bcf4caf867f36cc59570a37a57
101102
 
Author: Ryan Lortie <desrt@desrt.ca>
101103
 
Date:   Wed Jul 7 10:46:13 2010 -0400
 
115349
Author:     Ryan Lortie <desrt@desrt.ca>
 
115350
AuthorDate: Wed Jul 7 10:46:13 2010 -0400
 
115351
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115352
CommitDate: Wed Jul 7 10:46:13 2010 -0400
101104
115353
 
101105
115354
    trivial GSettings docs fix
101106
115355
 
101110
115359
 2 files changed, 56 insertions(+), 4 deletions(-)
101111
115360
 
101112
115361
commit a38fed1b43cb688001c6343cc30022013c0ea25b
101113
 
Author: David Zeuthen <davidz@redhat.com>
101114
 
Date:   Wed Jul 7 09:50:44 2010 -0400
 
115362
Author:     David Zeuthen <davidz@redhat.com>
 
115363
AuthorDate: Wed Jul 7 09:50:44 2010 -0400
 
115364
Commit:     David Zeuthen <davidz@redhat.com>
 
115365
CommitDate: Wed Jul 7 09:50:44 2010 -0400
101115
115366
 
101116
115367
    Bug 623538 – GDBusProxy::g-properties-changed emission for corner
101117
115368
    cases
101129
115380
 1 file changed, 48 insertions(+), 4 deletions(-)
101130
115381
 
101131
115382
commit ea0607438bfb1fb2ae7cd22757ecdb53946a00b0
101132
 
Author: David Zeuthen <davidz@redhat.com>
101133
 
Date:   Wed Jul 7 09:05:42 2010 -0400
 
115383
Author:     David Zeuthen <davidz@redhat.com>
 
115384
AuthorDate: Wed Jul 7 09:05:42 2010 -0400
 
115385
Commit:     David Zeuthen <davidz@redhat.com>
 
115386
CommitDate: Wed Jul 7 09:07:23 2010 -0400
101134
115387
 
101135
115388
    Bug 623537 – GDBusProxy has weird checking on NameOwnerChanged
101136
115389
 
101145
115398
 1 file changed, 1 insertion(+), 6 deletions(-)
101146
115399
 
101147
115400
commit 99670eaccc05a4d5e9725614550e1da75cda45c0
101148
 
Author: Matthias Clasen <mclasen@redhat.com>
101149
 
Date:   Wed Jul 7 07:37:42 2010 -0400
 
115401
Author:     Matthias Clasen <mclasen@redhat.com>
 
115402
AuthorDate: Wed Jul 7 07:37:42 2010 -0400
 
115403
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115404
CommitDate: Wed Jul 7 07:37:42 2010 -0400
101150
115405
 
101151
115406
    Fix some errors in translated strings
101152
115407
 
101158
115413
 2 files changed, 8 insertions(+), 4 deletions(-)
101159
115414
 
101160
115415
commit bad9a3718e84549de23b56eed980f97a0b9c8b7e
101161
 
Author: Matthias Clasen <mclasen@redhat.com>
101162
 
Date:   Wed Jul 7 01:00:58 2010 -0400
 
115416
Author:     Matthias Clasen <mclasen@redhat.com>
 
115417
AuthorDate: Wed Jul 7 01:00:58 2010 -0400
 
115418
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115419
CommitDate: Wed Jul 7 01:00:58 2010 -0400
101163
115420
 
101164
115421
    Clear the buffer initially
101165
115422
 
101167
115424
 1 file changed, 2 insertions(+), 2 deletions(-)
101168
115425
 
101169
115426
commit 46a80b38c394619300c6ff95fffb1b56115e610b
101170
 
Author: Matthias Clasen <mclasen@redhat.com>
101171
 
Date:   Wed Jul 7 00:38:27 2010 -0400
 
115427
Author:     Matthias Clasen <mclasen@redhat.com>
 
115428
AuthorDate: Wed Jul 7 00:38:27 2010 -0400
 
115429
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115430
CommitDate: Wed Jul 7 00:59:44 2010 -0400
101172
115431
 
101173
115432
    Don't forget to dist keyfiletest.ini
101174
115433
 
101176
115435
 1 file changed, 2 insertions(+), 1 deletion(-)
101177
115436
 
101178
115437
commit be247379f003bbb619a71f351e53fba14eec7a15
101179
 
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
101180
 
Date:   Wed Jul 7 12:47:54 2010 +1000
 
115438
Author:     Danielle Madeley <danielle.madeley@collabora.co.uk>
 
115439
AuthorDate: Wed Jul 7 12:47:54 2010 +1000
 
115440
Commit:     Danielle Madeley <danielle.madeley@collabora.co.uk>
 
115441
CommitDate: Wed Jul 7 12:47:54 2010 +1000
101181
115442
 
101182
115443
    Include sys/wait.h for WEXITSTATUS()
101183
115444
 
101185
115446
 1 file changed, 1 insertion(+)
101186
115447
 
101187
115448
commit aab6d9ed1c54f215838da7939a97e33d46d94036
101188
 
Author: David Zeuthen <davidz@redhat.com>
101189
 
Date:   Tue Jul 6 16:57:28 2010 -0400
 
115449
Author:     David Zeuthen <davidz@redhat.com>
 
115450
AuthorDate: Tue Jul 6 16:57:28 2010 -0400
 
115451
Commit:     David Zeuthen <davidz@redhat.com>
 
115452
CommitDate: Tue Jul 6 17:03:36 2010 -0400
101190
115453
 
101191
115454
    GDBus: Handle autolaunching on UNIX/Freedesktop OSes
101192
115455
 
101296
115559
 6 files changed, 310 insertions(+), 48 deletions(-)
101297
115560
 
101298
115561
commit ef296440630ca01a8bc0a9dc58722bf1d6dc1ab7
101299
 
Author: David Zeuthen <davidz@redhat.com>
101300
 
Date:   Tue Jul 6 13:56:35 2010 -0400
 
115562
Author:     David Zeuthen <davidz@redhat.com>
 
115563
AuthorDate: Tue Jul 6 13:56:35 2010 -0400
 
115564
Commit:     David Zeuthen <davidz@redhat.com>
 
115565
CommitDate: Tue Jul 6 17:03:36 2010 -0400
101301
115566
 
101302
115567
    GDBus: Properly handle empty address strings
101303
115568
 
101329
115594
 2 files changed, 26 insertions(+), 1 deletion(-)
101330
115595
 
101331
115596
commit f0b6cbb13951549b9e17ee0366fc5be3e4b69f2f
101332
 
Author: Matthias Clasen <mclasen@redhat.com>
101333
 
Date:   Tue Jul 6 07:43:19 2010 -0400
 
115597
Author:     Matthias Clasen <mclasen@redhat.com>
 
115598
AuthorDate: Tue Jul 6 07:43:19 2010 -0400
 
115599
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115600
CommitDate: Tue Jul 6 07:43:19 2010 -0400
101334
115601
 
101335
115602
    Fix problems with the keyfile test
101336
115603
 
101341
115608
 1 file changed, 7 insertions(+), 2 deletions(-)
101342
115609
 
101343
115610
commit eea9d343ccd059b8d53009d64197ff343338c05f
101344
 
Author: Matthias Clasen <mclasen@redhat.com>
101345
 
Date:   Tue Jul 6 00:01:40 2010 -0400
 
115611
Author:     Matthias Clasen <mclasen@redhat.com>
 
115612
AuthorDate: Tue Jul 6 00:01:40 2010 -0400
 
115613
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115614
CommitDate: Tue Jul 6 00:01:40 2010 -0400
101346
115615
 
101347
115616
    Improve keyfile test coverage
101348
115617
 
101350
115619
 1 file changed, 23 insertions(+)
101351
115620
 
101352
115621
commit ee89ed241c5b386bf8d846f4496e46059d0a686b
101353
 
Author: Matthias Clasen <mclasen@redhat.com>
101354
 
Date:   Tue Jul 6 00:01:15 2010 -0400
 
115622
Author:     Matthias Clasen <mclasen@redhat.com>
 
115623
AuthorDate: Tue Jul 6 00:01:15 2010 -0400
 
115624
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115625
CommitDate: Tue Jul 6 00:01:15 2010 -0400
101355
115626
 
101356
115627
    Define SRCDIR
101357
115628
 
101359
115630
 1 file changed, 6 insertions(+), 1 deletion(-)
101360
115631
 
101361
115632
commit a3bda1acfc5f3e8f4f672cc81f388ffabf1e7b58
101362
 
Author: Matthias Clasen <mclasen@redhat.com>
101363
 
Date:   Mon Jul 5 23:43:47 2010 -0400
 
115633
Author:     Matthias Clasen <mclasen@redhat.com>
 
115634
AuthorDate: Mon Jul 5 23:43:47 2010 -0400
 
115635
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115636
CommitDate: Mon Jul 5 23:43:47 2010 -0400
101364
115637
 
101365
115638
    Add some GDir tests
101366
115639
 
101370
115643
 2 files changed, 56 insertions(+)
101371
115644
 
101372
115645
commit c5fcd21e33282676f9bfbaa71ca5fb7d54e30057
101373
 
Author: Matthias Clasen <mclasen@redhat.com>
101374
 
Date:   Mon Jul 5 23:30:10 2010 -0400
 
115646
Author:     Matthias Clasen <mclasen@redhat.com>
 
115647
AuthorDate: Mon Jul 5 23:30:10 2010 -0400
 
115648
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115649
CommitDate: Mon Jul 5 23:30:10 2010 -0400
101375
115650
 
101376
115651
    Improve uri test coverage
101377
115652
 
101379
115654
 1 file changed, 13 insertions(+)
101380
115655
 
101381
115656
commit b720732059eec5d87d86d784f25c57a2132475a2
101382
 
Author: Matthias Clasen <mclasen@redhat.com>
101383
 
Date:   Mon Jul 5 23:06:50 2010 -0400
 
115657
Author:     Matthias Clasen <mclasen@redhat.com>
 
115658
AuthorDate: Mon Jul 5 23:06:50 2010 -0400
 
115659
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115660
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101384
115661
 
101385
115662
    Move uri tests to the test framework
101386
115663
 
101392
115669
 4 files changed, 337 insertions(+), 480 deletions(-)
101393
115670
 
101394
115671
commit 123ba622d3511509f7cce9459ab48db8a0d28c3d
101395
 
Author: Matthias Clasen <mclasen@redhat.com>
101396
 
Date:   Mon Jul 5 22:40:46 2010 -0400
 
115672
Author:     Matthias Clasen <mclasen@redhat.com>
 
115673
AuthorDate: Mon Jul 5 22:40:46 2010 -0400
 
115674
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115675
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101397
115676
 
101398
115677
    Add more list tests
101399
115678
 
101403
115682
 2 files changed, 264 insertions(+)
101404
115683
 
101405
115684
commit 953962d783e46c8aa17301ec733fa54483e3fab7
101406
 
Author: Matthias Clasen <mclasen@redhat.com>
101407
 
Date:   Mon Jul 5 22:40:26 2010 -0400
 
115685
Author:     Matthias Clasen <mclasen@redhat.com>
 
115686
AuthorDate: Mon Jul 5 22:40:26 2010 -0400
 
115687
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115688
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101408
115689
 
101409
115690
    Move tree tests to the test framework
101410
115691
 
101416
115697
 4 files changed, 289 insertions(+), 248 deletions(-)
101417
115698
 
101418
115699
commit 5123bc69e75418c9192a94d802fca76b18444233
101419
 
Author: Matthias Clasen <mclasen@redhat.com>
101420
 
Date:   Mon Jul 5 21:06:28 2010 -0400
 
115700
Author:     Matthias Clasen <mclasen@redhat.com>
 
115701
AuthorDate: Mon Jul 5 21:06:28 2010 -0400
 
115702
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115703
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101421
115704
 
101422
115705
    Move slist tests to the test framework
101423
115706
 
101429
115712
 4 files changed, 182 insertions(+), 207 deletions(-)
101430
115713
 
101431
115714
commit b61fd45ac3305ec20b156bbeeed5494b9a445c8a
101432
 
Author: Matthias Clasen <mclasen@redhat.com>
101433
 
Date:   Mon Jul 5 20:51:29 2010 -0400
 
115715
Author:     Matthias Clasen <mclasen@redhat.com>
 
115716
AuthorDate: Mon Jul 5 20:51:29 2010 -0400
 
115717
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115718
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101434
115719
 
101435
115720
    Move list tests to the test framework
101436
115721
 
101441
115726
 3 files changed, 182 insertions(+), 212 deletions(-)
101442
115727
 
101443
115728
commit c2997efb6688255c885f4bf1f4248bee2c8f6e11
101444
 
Author: Matthias Clasen <mclasen@redhat.com>
101445
 
Date:   Mon Jul 5 19:49:03 2010 -0400
 
115729
Author:     Matthias Clasen <mclasen@redhat.com>
 
115730
AuthorDate: Mon Jul 5 19:49:03 2010 -0400
 
115731
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115732
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101446
115733
 
101447
115734
    Add some more checks to the binding tests
101448
115735
 
101450
115737
 1 file changed, 18 insertions(+), 1 deletion(-)
101451
115738
 
101452
115739
commit 4e97c96654d2c0f637ea20b22f0d70aa12c7cfab
101453
 
Author: Matthias Clasen <mclasen@redhat.com>
101454
 
Date:   Mon Jul 5 19:48:04 2010 -0400
 
115740
Author:     Matthias Clasen <mclasen@redhat.com>
 
115741
AuthorDate: Mon Jul 5 19:48:04 2010 -0400
 
115742
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115743
CommitDate: Mon Jul 5 23:13:18 2010 -0400
101455
115744
 
101456
115745
    Remove a redundant branch
101457
115746
 
101462
115751
 1 file changed, 2 insertions(+), 8 deletions(-)
101463
115752
 
101464
115753
commit af299df44e067b949a039c56b5081558288f41aa
101465
 
Author: Matthias Clasen <mclasen@redhat.com>
101466
 
Date:   Mon Jul 5 19:45:55 2010 -0400
 
115754
Author:     Matthias Clasen <mclasen@redhat.com>
 
115755
AuthorDate: Mon Jul 5 19:45:55 2010 -0400
 
115756
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115757
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101467
115758
 
101468
115759
    Remove cases of ;;
101469
115760
 
101473
115764
 3 files changed, 3 insertions(+), 3 deletions(-)
101474
115765
 
101475
115766
commit fb0242240495772bbb1a8ef2b88cacb60b090242
101476
 
Author: Matthias Clasen <mclasen@redhat.com>
101477
 
Date:   Mon Jul 5 19:33:05 2010 -0400
 
115767
Author:     Matthias Clasen <mclasen@redhat.com>
 
115768
AuthorDate: Mon Jul 5 19:33:05 2010 -0400
 
115769
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115770
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101478
115771
 
101479
115772
    Test charset conversion with fallbacks
101480
115773
 
101483
115776
 1 file changed, 44 insertions(+), 7 deletions(-)
101484
115777
 
101485
115778
commit 05a865344ba1f9a14524d87e2ab2a1cb4fdbc9cb
101486
 
Author: Matthias Clasen <mclasen@redhat.com>
101487
 
Date:   Mon Jul 5 15:54:11 2010 -0400
 
115779
Author:     Matthias Clasen <mclasen@redhat.com>
 
115780
AuthorDate: Mon Jul 5 15:54:11 2010 -0400
 
115781
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115782
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101488
115783
 
101489
115784
    Fix the get_property implementation for GSettings::schema
101490
115785
 
101492
115787
 1 file changed, 1 insertion(+), 1 deletion(-)
101493
115788
 
101494
115789
commit 20dca5935c186654e8e13904d2c5c67a9622ec8e
101495
 
Author: Matthias Clasen <mclasen@redhat.com>
101496
 
Date:   Mon Jul 5 15:53:58 2010 -0400
 
115790
Author:     Matthias Clasen <mclasen@redhat.com>
 
115791
AuthorDate: Mon Jul 5 15:53:58 2010 -0400
 
115792
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115793
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101497
115794
 
101498
115795
    Add several more settings tests
101499
115796
 
101503
115800
 2 files changed, 255 insertions(+), 2 deletions(-)
101504
115801
 
101505
115802
commit 958f15013c29e0f8313a9eb7e2e75efa324c484c
101506
 
Author: Matthias Clasen <mclasen@redhat.com>
101507
 
Date:   Mon Jul 5 15:53:21 2010 -0400
 
115803
Author:     Matthias Clasen <mclasen@redhat.com>
 
115804
AuthorDate: Mon Jul 5 15:53:21 2010 -0400
 
115805
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115806
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101508
115807
 
101509
115808
    Small documentation addition
101510
115809
 
101512
115811
 1 file changed, 1 insertion(+), 1 deletion(-)
101513
115812
 
101514
115813
commit c6e8d0ada84185f807b8101cada91030bd91e48a
101515
 
Author: Matthias Clasen <mclasen@redhat.com>
101516
 
Date:   Mon Jul 5 12:08:29 2010 -0400
 
115814
Author:     Matthias Clasen <mclasen@redhat.com>
 
115815
AuthorDate: Mon Jul 5 12:08:29 2010 -0400
 
115816
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115817
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101517
115818
 
101518
115819
    Fix icons test to compile
101519
115820
 
101521
115822
 1 file changed, 2 insertions(+), 1 deletion(-)
101522
115823
 
101523
115824
commit 81a0a268133ba5cb58a4e7893d4eaf039bc21b4c
101524
 
Author: Matthias Clasen <mclasen@redhat.com>
101525
 
Date:   Mon Jul 5 12:08:17 2010 -0400
 
115825
Author:     Matthias Clasen <mclasen@redhat.com>
 
115826
AuthorDate: Mon Jul 5 12:08:17 2010 -0400
 
115827
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115828
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101526
115829
 
101527
115830
    Test enum mapping
101528
115831
 
101532
115835
 2 files changed, 49 insertions(+), 1 deletion(-)
101533
115836
 
101534
115837
commit 2764b75d5373d03b46d04fdfa3cc64becf274294
101535
 
Author: Matthias Clasen <mclasen@redhat.com>
101536
 
Date:   Mon Jul 5 11:38:31 2010 -0400
 
115838
Author:     Matthias Clasen <mclasen@redhat.com>
 
115839
AuthorDate: Mon Jul 5 11:38:31 2010 -0400
 
115840
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115841
CommitDate: Mon Jul 5 23:13:17 2010 -0400
101537
115842
 
101538
115843
    More stream tests
101539
115844
 
101545
115850
 3 files changed, 72 insertions(+)
101546
115851
 
101547
115852
commit 10b2606af5c350c30bbd52977b688d8a2dd106b4
101548
 
Author: Matthias Clasen <mclasen@redhat.com>
101549
 
Date:   Mon Jul 5 11:13:36 2010 -0400
 
115853
Author:     Matthias Clasen <mclasen@redhat.com>
 
115854
AuthorDate: Mon Jul 5 11:13:36 2010 -0400
 
115855
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115856
CommitDate: Mon Jul 5 23:13:16 2010 -0400
101550
115857
 
101551
115858
    Add more checks
101552
115859
 
101555
115862
 1 file changed, 82 insertions(+), 23 deletions(-)
101556
115863
 
101557
115864
commit aec652677bed2d82201b0234e04e95f164e20770
101558
 
Author: Matthias Clasen <mclasen@redhat.com>
101559
 
Date:   Mon Jul 5 11:12:49 2010 -0400
 
115865
Author:     Matthias Clasen <mclasen@redhat.com>
 
115866
AuthorDate: Mon Jul 5 11:12:49 2010 -0400
 
115867
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115868
CommitDate: Mon Jul 5 23:13:16 2010 -0400
101560
115869
 
101561
115870
    Add some buffered output tests
101562
115871
 
101566
115875
 2 files changed, 90 insertions(+)
101567
115876
 
101568
115877
commit 4ab9b708c0d8c901a2e4137c9ac03fc2414336af
101569
 
Author: Matthias Clasen <mclasen@redhat.com>
101570
 
Date:   Mon Jul 5 08:28:54 2010 -0400
 
115878
Author:     Matthias Clasen <mclasen@redhat.com>
 
115879
AuthorDate: Mon Jul 5 08:28:54 2010 -0400
 
115880
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115881
CommitDate: Mon Jul 5 23:13:16 2010 -0400
101571
115882
 
101572
115883
    Add some more tests for the buffered read code
101573
115884
 
101576
115887
 1 file changed, 45 insertions(+), 1 deletion(-)
101577
115888
 
101578
115889
commit 1ba87d1a0e8a6377d3f49731e8412fedfc7a8725
101579
 
Author: Matthias Clasen <mclasen@redhat.com>
101580
 
Date:   Mon Jul 5 07:40:38 2010 -0400
 
115890
Author:     Matthias Clasen <mclasen@redhat.com>
 
115891
AuthorDate: Mon Jul 5 07:40:38 2010 -0400
 
115892
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115893
CommitDate: Mon Jul 5 23:13:16 2010 -0400
101581
115894
 
101582
115895
    Trivial cleanups
101583
115896
 
101586
115899
 1 file changed, 299 insertions(+), 286 deletions(-)
101587
115900
 
101588
115901
commit 48881bad99807381afcb55137eced4d7c50ac5a7
101589
 
Author: Ryan Lortie <desrt@desrt.ca>
101590
 
Date:   Mon Jul 5 13:10:28 2010 -0400
 
115902
Author:     Ryan Lortie <desrt@desrt.ca>
 
115903
AuthorDate: Mon Jul 5 13:10:28 2010 -0400
 
115904
Commit:     Ryan Lortie <desrt@desrt.ca>
 
115905
CommitDate: Mon Jul 5 13:10:28 2010 -0400
101591
115906
 
101592
115907
    Add --disable-Bsymbolic flag
101593
115908
 
101595
115910
 1 file changed, 18 insertions(+), 9 deletions(-)
101596
115911
 
101597
115912
commit dea042b85514f997df0f77006cdcca063486097b
101598
 
Author: Matthias Clasen <mclasen@redhat.com>
101599
 
Date:   Mon Jul 5 03:09:36 2010 -0400
 
115913
Author:     Matthias Clasen <mclasen@redhat.com>
 
115914
AuthorDate: Mon Jul 5 03:09:36 2010 -0400
 
115915
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115916
CommitDate: Mon Jul 5 03:09:36 2010 -0400
101600
115917
 
101601
115918
    Misc test additions
101602
115919
 
101611
115928
 7 files changed, 168 insertions(+), 2 deletions(-)
101612
115929
 
101613
115930
commit 211210c1ce15e19e424d12b14ab79f8dfb0379d4
101614
 
Author: Matthias Clasen <mclasen@redhat.com>
101615
 
Date:   Mon Jul 5 02:36:48 2010 -0400
 
115931
Author:     Matthias Clasen <mclasen@redhat.com>
 
115932
AuthorDate: Mon Jul 5 02:36:48 2010 -0400
 
115933
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115934
CommitDate: Mon Jul 5 02:36:48 2010 -0400
101616
115935
 
101617
115936
    Fix a typo
101618
115937
 
101620
115939
 1 file changed, 1 insertion(+), 1 deletion(-)
101621
115940
 
101622
115941
commit c53c701e53afcd15cadc7d727ceea303b915dd44
101623
 
Author: Matthias Clasen <mclasen@redhat.com>
101624
 
Date:   Mon Jul 5 00:56:12 2010 -0400
 
115942
Author:     Matthias Clasen <mclasen@redhat.com>
 
115943
AuthorDate: Mon Jul 5 00:56:12 2010 -0400
 
115944
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115945
CommitDate: Mon Jul 5 00:56:12 2010 -0400
101625
115946
 
101626
115947
    Cleanups
101627
115948
 
101632
115953
 3 files changed, 372 insertions(+), 349 deletions(-)
101633
115954
 
101634
115955
commit f90eb144d404c76180ba7facf32b4c9751aed4b5
101635
 
Author: Matthias Clasen <mclasen@redhat.com>
101636
 
Date:   Sun Jul 4 23:42:07 2010 -0400
 
115956
Author:     Matthias Clasen <mclasen@redhat.com>
 
115957
AuthorDate: Sun Jul 4 23:42:07 2010 -0400
 
115958
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115959
CommitDate: Sun Jul 4 23:42:07 2010 -0400
101637
115960
 
101638
115961
    Add some more tests
101639
115962
 
101641
115964
 1 file changed, 15 insertions(+)
101642
115965
 
101643
115966
commit 74fbd3296d259b04e4fe17e4ebd358827ae07e1f
101644
 
Author: Matthias Clasen <mclasen@redhat.com>
101645
 
Date:   Sun Jul 4 23:41:40 2010 -0400
 
115967
Author:     Matthias Clasen <mclasen@redhat.com>
 
115968
AuthorDate: Sun Jul 4 23:41:40 2010 -0400
 
115969
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115970
CommitDate: Sun Jul 4 23:41:40 2010 -0400
101646
115971
 
101647
115972
    Add some GAppLaunchContext tests
101648
115973
 
101650
115975
 1 file changed, 25 insertions(+), 1 deletion(-)
101651
115976
 
101652
115977
commit c915c68b6be1cdd21ec79b4a1f715d38976cdd86
101653
 
Author: Matthias Clasen <mclasen@redhat.com>
101654
 
Date:   Sun Jul 4 23:40:42 2010 -0400
 
115978
Author:     Matthias Clasen <mclasen@redhat.com>
 
115979
AuthorDate: Sun Jul 4 23:40:42 2010 -0400
 
115980
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115981
CommitDate: Sun Jul 4 23:40:42 2010 -0400
101655
115982
 
101656
115983
    Add the new tests to the correct variable
101657
115984
 
101659
115986
 1 file changed, 2 insertions(+), 2 deletions(-)
101660
115987
 
101661
115988
commit 14db75381ee7f21f6b62401177cfaa9d6891ddf4
101662
 
Author: Matthias Clasen <mclasen@redhat.com>
101663
 
Date:   Sun Jul 4 22:27:01 2010 -0400
 
115989
Author:     Matthias Clasen <mclasen@redhat.com>
 
115990
AuthorDate: Sun Jul 4 22:27:01 2010 -0400
 
115991
Commit:     Matthias Clasen <mclasen@redhat.com>
 
115992
CommitDate: Sun Jul 4 22:27:01 2010 -0400
101664
115993
 
101665
115994
    Add some contenttype tests
101666
115995
 
101670
115999
 2 files changed, 117 insertions(+)
101671
116000
 
101672
116001
commit fb120b5d8717f9798be28cdc7bab768f7ca0309a
101673
 
Author: Matthias Clasen <mclasen@redhat.com>
101674
 
Date:   Sun Jul 4 20:50:50 2010 -0400
 
116002
Author:     Matthias Clasen <mclasen@redhat.com>
 
116003
AuthorDate: Sun Jul 4 20:50:50 2010 -0400
 
116004
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116005
CommitDate: Sun Jul 4 20:51:06 2010 -0400
101675
116006
 
101676
116007
    Add a test for skipping
101677
116008
 
101679
116010
 1 file changed, 21 insertions(+)
101680
116011
 
101681
116012
commit 9788c4c7e6a9eaa8f7d7a999d201767470a75d85
101682
 
Author: Matthias Clasen <mclasen@redhat.com>
101683
 
Date:   Sun Jul 4 20:49:29 2010 -0400
 
116013
Author:     Matthias Clasen <mclasen@redhat.com>
 
116014
AuthorDate: Sun Jul 4 20:49:29 2010 -0400
 
116015
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116016
CommitDate: Sun Jul 4 20:51:06 2010 -0400
101684
116017
 
101685
116018
    Add some CharsetConverter tests
101686
116019
 
101689
116022
 1 file changed, 52 insertions(+), 4 deletions(-)
101690
116023
 
101691
116024
commit 26e29cb360e81e4530c218a6ddea339759f078bd
101692
 
Author: Matthias Clasen <mclasen@redhat.com>
101693
 
Date:   Sat Jul 3 13:43:25 2010 -0400
 
116025
Author:     Matthias Clasen <mclasen@redhat.com>
 
116026
AuthorDate: Sat Jul 3 13:43:25 2010 -0400
 
116027
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116028
CommitDate: Sun Jul 4 20:51:06 2010 -0400
101694
116029
 
101695
116030
    Move charset conversion tests to the test framework
101696
116031
 
101703
116038
 4 files changed, 677 insertions(+), 674 deletions(-)
101704
116039
 
101705
116040
commit 401fa10445e092e4f1d7e29dd2af128012d32981
101706
 
Author: Matthias Clasen <mclasen@redhat.com>
101707
 
Date:   Sat Jul 3 12:49:46 2010 -0400
 
116041
Author:     Matthias Clasen <mclasen@redhat.com>
 
116042
AuthorDate: Sat Jul 3 12:49:46 2010 -0400
 
116043
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116044
CommitDate: Sun Jul 4 20:51:06 2010 -0400
101708
116045
 
101709
116046
    Add some more appinfo tests
101710
116047
 
101716
116053
 4 files changed, 148 insertions(+), 1 deletion(-)
101717
116054
 
101718
116055
commit 7a5df4265d444f0a4b0687bed63d6adf3b143953
101719
 
Author: Jorge González <jorgegonz@svn.gnome.org>
101720
 
Date:   Sun Jul 4 13:49:55 2010 +0200
 
116056
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
116057
AuthorDate: Sun Jul 4 13:49:55 2010 +0200
 
116058
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
116059
CommitDate: Sun Jul 4 13:49:55 2010 +0200
101721
116060
 
101722
116061
    Updated Spanish translation
101723
116062
 
101726
116065
 1 file changed, 31 insertions(+), 29 deletions(-)
101727
116066
 
101728
116067
commit 7cc15910bec9b652ef9610a8c9cc9d96c2185936
101729
 
Author: Jorge González <jorgegonz@svn.gnome.org>
101730
 
Date:   Sat Jul 3 13:48:56 2010 +0200
 
116068
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
116069
AuthorDate: Sat Jul 3 13:48:56 2010 +0200
 
116070
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
116071
CommitDate: Sat Jul 3 13:48:56 2010 +0200
101731
116072
 
101732
116073
    Updated Spanish translation
101733
116074
 
101736
116077
 1 file changed, 74 insertions(+), 59 deletions(-)
101737
116078
 
101738
116079
commit 9fd133946059c315eeb4a445c1f46dd636b33106
101739
 
Author: Matthias Clasen <mclasen@redhat.com>
101740
 
Date:   Sat Jul 3 03:31:24 2010 -0400
 
116080
Author:     Matthias Clasen <mclasen@redhat.com>
 
116081
AuthorDate: Sat Jul 3 03:31:24 2010 -0400
 
116082
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116083
CommitDate: Sat Jul 3 03:31:24 2010 -0400
101741
116084
 
101742
116085
    Move GZlibConverter tests
101743
116086
 
101745
116088
 1 file changed, 27 insertions(+), 6 deletions(-)
101746
116089
 
101747
116090
commit aaba9276f7cceca9f6493b5a4a7f81e4f9fa75a5
101748
 
Author: Matthias Clasen <mclasen@redhat.com>
101749
 
Date:   Sat Jul 3 03:31:07 2010 -0400
 
116091
Author:     Matthias Clasen <mclasen@redhat.com>
 
116092
AuthorDate: Sat Jul 3 03:31:07 2010 -0400
 
116093
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116094
CommitDate: Sat Jul 3 03:31:07 2010 -0400
101750
116095
 
101751
116096
    Add tests for GIcon
101752
116097
 
101756
116101
 2 files changed, 125 insertions(+)
101757
116102
 
101758
116103
commit 37c4fcb36abedfd7896ef70eaec75bba33a0331f
101759
 
Author: David Zeuthen <davidz@redhat.com>
101760
 
Date:   Fri Jul 2 17:09:55 2010 -0400
 
116104
Author:     David Zeuthen <davidz@redhat.com>
 
116105
AuthorDate: Fri Jul 2 17:09:55 2010 -0400
 
116106
Commit:     David Zeuthen <davidz@redhat.com>
 
116107
CommitDate: Fri Jul 2 17:09:55 2010 -0400
101761
116108
 
101762
116109
    GDBus: Rename "Introspection XML" section to "D-Bus Introspection
101763
116110
    Data"
101768
116115
 1 file changed, 2 insertions(+), 2 deletions(-)
101769
116116
 
101770
116117
commit a16128655fed37a3975fdb8ea0d31ef0fa29e882
101771
 
Author: Ryan Lortie <desrt@desrt.ca>
101772
 
Date:   Fri Jul 2 11:35:43 2010 -0400
 
116118
Author:     Ryan Lortie <desrt@desrt.ca>
 
116119
AuthorDate: Fri Jul 2 11:35:43 2010 -0400
 
116120
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116121
CommitDate: Fri Jul 2 11:35:43 2010 -0400
101773
116122
 
101774
116123
    Bug 623407 - g_keyfile_settings_backend_new crash
101775
116124
 
101796
116145
 1 file changed, 11 insertions(+)
101797
116146
 
101798
116147
commit a941660873ad4db42f1799e444d46d95721af840
101799
 
Author: Ryan Lortie <desrt@desrt.ca>
101800
 
Date:   Fri Jul 2 11:14:28 2010 -0400
 
116148
Author:     Ryan Lortie <desrt@desrt.ca>
 
116149
AuthorDate: Fri Jul 2 11:14:28 2010 -0400
 
116150
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116151
CommitDate: Fri Jul 2 11:14:28 2010 -0400
101801
116152
 
101802
116153
    Bug 623402 - schema compiler reports wrong line
101803
116154
 
101808
116159
 1 file changed, 7 insertions(+), 5 deletions(-)
101809
116160
 
101810
116161
commit 7a44a2d223f3ad8c6e142b94725ab55cf3f84173
101811
 
Author: Ryan Lortie <desrt@desrt.ca>
101812
 
Date:   Fri Jul 2 11:11:45 2010 -0400
 
116162
Author:     Ryan Lortie <desrt@desrt.ca>
 
116163
AuthorDate: Fri Jul 2 11:11:45 2010 -0400
 
116164
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116165
CommitDate: Fri Jul 2 11:11:45 2010 -0400
101813
116166
 
101814
116167
    Bug 623401 - schema compiler: process enums first
101815
116168
 
101820
116173
 1 file changed, 8 insertions(+), 1 deletion(-)
101821
116174
 
101822
116175
commit 1ca6a4687a9b66e0060f16583ac21ef94f24a38e
101823
 
Author: David Zeuthen <davidz@redhat.com>
101824
 
Date:   Fri Jul 2 09:40:59 2010 -0400
 
116176
Author:     David Zeuthen <davidz@redhat.com>
 
116177
AuthorDate: Fri Jul 2 09:40:59 2010 -0400
 
116178
Commit:     David Zeuthen <davidz@redhat.com>
 
116179
CommitDate: Fri Jul 2 09:40:59 2010 -0400
101825
116180
 
101826
116181
    GDBus: Hold lock when printing debug messages
101827
116182
 
101831
116186
 1 file changed, 4 insertions(+)
101832
116187
 
101833
116188
commit c29ad239284608c2a03043f9dc16f3ca1a28542e
101834
 
Author: David Zeuthen <davidz@redhat.com>
101835
 
Date:   Fri Jul 2 09:34:03 2010 -0400
 
116189
Author:     David Zeuthen <davidz@redhat.com>
 
116190
AuthorDate: Fri Jul 2 09:34:03 2010 -0400
 
116191
Commit:     David Zeuthen <davidz@redhat.com>
 
116192
CommitDate: Fri Jul 2 09:35:13 2010 -0400
101836
116193
 
101837
116194
    GDBus: make G_DBUS_DEBUG=authentication work again
101838
116195
 
101847
116204
 2 files changed, 1 insertion(+), 5 deletions(-)
101848
116205
 
101849
116206
commit cd8361f4ddd0e88fb7e3941a0d0fd12fe538c093
101850
 
Author: Tor Lillqvist <tml@iki.fi>
101851
 
Date:   Fri Jul 2 15:31:24 2010 +0300
 
116207
Author:     Tor Lillqvist <tml@iki.fi>
 
116208
AuthorDate: Fri Jul 2 15:31:24 2010 +0300
 
116209
Commit:     Tor Lillqvist <tml@iki.fi>
 
116210
CommitDate: Fri Jul 2 15:31:24 2010 +0300
101852
116211
 
101853
116212
    Update headers being installed in the Visual Studio project
101854
116213
 
101861
116220
 1 file changed, 19 insertions(+), 1 deletion(-)
101862
116221
 
101863
116222
commit 5383c7110f793bfa749370cec9d708a6a5018751
101864
 
Author: Ryan Lortie <desrt@desrt.ca>
101865
 
Date:   Thu Jul 1 18:58:56 2010 -0400
 
116223
Author:     Ryan Lortie <desrt@desrt.ca>
 
116224
AuthorDate: Thu Jul 1 18:58:56 2010 -0400
 
116225
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116226
CommitDate: Thu Jul 1 19:06:02 2010 -0400
101866
116227
 
101867
116228
    Bug 622124 - implement flags for GSettings
101868
116229
 
101897
116258
 19 files changed, 594 insertions(+), 52 deletions(-)
101898
116259
 
101899
116260
commit 69fe50c116541afbfeaf9ad78b030f53e9906604
101900
 
Author: Jorge González <jorgegonz@svn.gnome.org>
101901
 
Date:   Thu Jul 1 21:39:37 2010 +0200
 
116261
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
116262
AuthorDate: Thu Jul 1 21:39:37 2010 +0200
 
116263
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
116264
CommitDate: Thu Jul 1 21:39:37 2010 +0200
101902
116265
 
101903
116266
    Updated Spanish translation
101904
116267
 
101906
116269
 1 file changed, 25 insertions(+), 17 deletions(-)
101907
116270
 
101908
116271
commit bd8d837f573a784a234740bd49f9103cdf70c268
101909
 
Author: David Zeuthen <davidz@redhat.com>
101910
 
Date:   Thu Jul 1 14:37:16 2010 -0400
 
116272
Author:     David Zeuthen <davidz@redhat.com>
 
116273
AuthorDate: Thu Jul 1 14:37:16 2010 -0400
 
116274
Commit:     David Zeuthen <davidz@redhat.com>
 
116275
CommitDate: Thu Jul 1 14:37:16 2010 -0400
101911
116276
 
101912
116277
    Bug 620913 – More control with G_DBUS_DEBUG
101913
116278
 
101931
116296
 4 files changed, 242 insertions(+), 12 deletions(-)
101932
116297
 
101933
116298
commit 51ed44e7add7ca1d3b764f13df2cf80ebe32c3f9
101934
 
Author: David Zeuthen <davidz@redhat.com>
101935
 
Date:   Thu Jul 1 13:06:56 2010 -0400
 
116299
Author:     David Zeuthen <davidz@redhat.com>
 
116300
AuthorDate: Thu Jul 1 13:06:56 2010 -0400
 
116301
Commit:     David Zeuthen <davidz@redhat.com>
 
116302
CommitDate: Thu Jul 1 13:07:58 2010 -0400
101936
116303
 
101937
116304
    GDBus: Fix bug in child enumeration
101938
116305
 
101943
116310
 2 files changed, 28 insertions(+), 3 deletions(-)
101944
116311
 
101945
116312
commit 93bf09a9e7a7d35d50802faf4b271ca4267e49cb
101946
 
Author: Ryan Lortie <desrt@desrt.ca>
101947
 
Date:   Thu Jul 1 12:55:04 2010 -0400
 
116313
Author:     Ryan Lortie <desrt@desrt.ca>
 
116314
AuthorDate: Thu Jul 1 12:55:04 2010 -0400
 
116315
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116316
CommitDate: Thu Jul 1 12:55:04 2010 -0400
101948
116317
 
101949
116318
    Use "unix:" instead of tcp in test for now...
101950
116319
 
101954
116323
 1 file changed, 1 insertion(+), 1 deletion(-)
101955
116324
 
101956
116325
commit 21d7ce97c38bafa1fdbedc19fe9634bc3333e7c6
101957
 
Author: David Zeuthen <davidz@redhat.com>
101958
 
Date:   Wed Jun 30 16:36:47 2010 -0400
 
116326
Author:     David Zeuthen <davidz@redhat.com>
 
116327
AuthorDate: Wed Jun 30 16:36:47 2010 -0400
 
116328
Commit:     David Zeuthen <davidz@redhat.com>
 
116329
CommitDate: Wed Jun 30 16:39:32 2010 -0400
101959
116330
 
101960
116331
    GDBus: plug some memory leaks
101961
116332
 
101984
116355
 3 files changed, 47 insertions(+), 20 deletions(-)
101985
116356
 
101986
116357
commit 40d5da99d6d07bdbb6267f6b5625ac2ca93e85ea
101987
 
Author: Ryan Lortie <desrt@desrt.ca>
101988
 
Date:   Wed Jun 30 13:27:38 2010 -0400
 
116358
Author:     Ryan Lortie <desrt@desrt.ca>
 
116359
AuthorDate: Wed Jun 30 13:27:38 2010 -0400
 
116360
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116361
CommitDate: Wed Jun 30 13:27:38 2010 -0400
101989
116362
 
101990
116363
    GSettings: accept <flags> as an alias for <enum>
101991
116364
 
101995
116368
 1 file changed, 6 insertions(+), 3 deletions(-)
101996
116369
 
101997
116370
commit e73b631f6eb8d2f1ff9c65fe2c258dc2b6083c73
101998
 
Author: Ryan Lortie <desrt@desrt.ca>
101999
 
Date:   Wed Jun 30 13:12:19 2010 -0400
 
116371
Author:     Ryan Lortie <desrt@desrt.ca>
 
116372
AuthorDate: Wed Jun 30 13:12:19 2010 -0400
 
116373
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116374
CommitDate: Wed Jun 30 13:12:57 2010 -0400
102000
116375
 
102001
116376
    gsettings.m4: add support for enums
102002
116377
 
102004
116379
 1 file changed, 12 insertions(+), 6 deletions(-)
102005
116380
 
102006
116381
commit 87fa3a6e75132f68edfbd457632332c52c2048ba
102007
 
Author: David Zeuthen <davidz@redhat.com>
102008
 
Date:   Wed Jun 30 12:19:28 2010 -0400
 
116382
Author:     David Zeuthen <davidz@redhat.com>
 
116383
AuthorDate: Wed Jun 30 12:19:28 2010 -0400
 
116384
Commit:     David Zeuthen <davidz@redhat.com>
 
116385
CommitDate: Wed Jun 30 12:19:28 2010 -0400
102009
116386
 
102010
116387
    GDBus: Take a reference to the GDBusInterfaceInfo object
102011
116388
 
102019
116396
 2 files changed, 4 insertions(+), 2 deletions(-)
102020
116397
 
102021
116398
commit 5ac272297584d2c1f73815e842108b6704f862a9
102022
 
Author: David Zeuthen <davidz@redhat.com>
102023
 
Date:   Wed Jun 30 12:10:00 2010 -0400
 
116399
Author:     David Zeuthen <davidz@redhat.com>
 
116400
AuthorDate: Wed Jun 30 12:10:00 2010 -0400
 
116401
Commit:     David Zeuthen <davidz@redhat.com>
 
116402
CommitDate: Wed Jun 30 12:18:49 2010 -0400
102024
116403
 
102025
116404
    GDBus: Rename `introspection_data' parameter to `interface_info'
102026
116405
 
102032
116411
 2 files changed, 33 insertions(+), 33 deletions(-)
102033
116412
 
102034
116413
commit 038d03cd08bdb42e6f83f6041ec01732476e900b
102035
 
Author: David Zeuthen <davidz@redhat.com>
102036
 
Date:   Wed Jun 30 11:43:42 2010 -0400
 
116414
Author:     David Zeuthen <davidz@redhat.com>
 
116415
AuthorDate: Wed Jun 30 11:43:42 2010 -0400
 
116416
Commit:     David Zeuthen <davidz@redhat.com>
 
116417
CommitDate: Wed Jun 30 11:51:40 2010 -0400
102037
116418
 
102038
116419
    Bug 623142 – Ensure ::new-connection runs before processing D-Bus
102039
116420
    messages
102066
116447
 9 files changed, 316 insertions(+), 8 deletions(-)
102067
116448
 
102068
116449
commit 137ae2413c9d25edd3f886fd25b6353c8170f7ba
102069
 
Author: Ryan Lortie <desrt@desrt.ca>
102070
 
Date:   Wed Jun 30 10:02:45 2010 -0400
 
116450
Author:     Ryan Lortie <desrt@desrt.ca>
 
116451
AuthorDate: Wed Jun 30 10:02:45 2010 -0400
 
116452
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116453
CommitDate: Wed Jun 30 10:02:45 2010 -0400
102071
116454
 
102072
116455
    g_settings_list_keys() -> _list_items()
102073
116456
 
102081
116464
 5 files changed, 13 insertions(+), 9 deletions(-)
102082
116465
 
102083
116466
commit 3628b0b4992e9d1c915c38f8844eab9ba7a7112f
102084
 
Author: Ryan Lortie <desrt@desrt.ca>
102085
 
Date:   Tue Jun 29 20:24:39 2010 -0400
 
116467
Author:     Ryan Lortie <desrt@desrt.ca>
 
116468
AuthorDate: Tue Jun 29 20:24:39 2010 -0400
 
116469
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116470
CommitDate: Tue Jun 29 20:24:39 2010 -0400
102086
116471
 
102087
116472
    GSettings: add <override>, tests, modify output
102088
116473
 
102105
116490
 11 files changed, 284 insertions(+), 12 deletions(-)
102106
116491
 
102107
116492
commit 900a756e8fb70bcd6e725f0696d8094a7208f905
102108
 
Author: Ryan Lortie <desrt@desrt.ca>
102109
 
Date:   Tue Jun 29 14:41:04 2010 -0400
 
116493
Author:     Ryan Lortie <desrt@desrt.ca>
 
116494
AuthorDate: Tue Jun 29 14:41:04 2010 -0400
 
116495
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116496
CommitDate: Tue Jun 29 15:58:35 2010 -0400
102110
116497
 
102111
116498
    GSettings: new <schema> tags 'extends', 'list-of'
102112
116499
 
102134
116521
 12 files changed, 192 insertions(+), 12 deletions(-)
102135
116522
 
102136
116523
commit 101bfec676feb2c3d414fff11a31541318d87896
102137
 
Author: Ryan Lortie <desrt@desrt.ca>
102138
 
Date:   Tue Jun 29 14:40:44 2010 -0400
 
116524
Author:     Ryan Lortie <desrt@desrt.ca>
 
116525
AuthorDate: Tue Jun 29 14:40:44 2010 -0400
 
116526
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116527
CommitDate: Tue Jun 29 15:58:35 2010 -0400
102139
116528
 
102140
116529
    glib-compile-schemas: fix small leak
102141
116530
 
102143
116532
 1 file changed, 1 insertion(+), 1 deletion(-)
102144
116533
 
102145
116534
commit 6d4ade4cf0d6ed64ce59f3db4f270be08a4478fd
102146
 
Author: David Zeuthen <davidz@redhat.com>
102147
 
Date:   Tue Jun 29 15:19:56 2010 -0400
 
116535
Author:     David Zeuthen <davidz@redhat.com>
 
116536
AuthorDate: Tue Jun 29 15:19:56 2010 -0400
 
116537
Commit:     David Zeuthen <davidz@redhat.com>
 
116538
CommitDate: Tue Jun 29 15:21:11 2010 -0400
102148
116539
 
102149
116540
    Bug 623143 – Never require non-closed connections
102150
116541
 
102173
116564
 3 files changed, 4 insertions(+), 10 deletions(-)
102174
116565
 
102175
116566
commit ab6b6c68c5b060057fd2953435c090b4d53fe93c
102176
 
Author: Milan Bouchet-Valat <nalimilan@club.fr>
102177
 
Date:   Mon Jun 21 17:09:07 2010 +0200
 
116567
Author:     Milan Bouchet-Valat <nalimilan@club.fr>
 
116568
AuthorDate: Mon Jun 21 17:09:07 2010 +0200
 
116569
Commit:     Milan Bouchet-Valat <nalimilan@club.fr>
 
116570
CommitDate: Tue Jun 29 19:35:39 2010 +0200
102178
116571
 
102179
116572
    Bug 622294 - More annotations for GVariant
102180
116573
 
102187
116580
 1 file changed, 39 insertions(+), 30 deletions(-)
102188
116581
 
102189
116582
commit 0a2c9d67da311d8e276dd3835db56c59d8be2cab
102190
 
Author: Colin Walters <walters@verbum.org>
102191
 
Date:   Mon Jun 28 17:16:44 2010 -0400
 
116583
Author:     Colin Walters <walters@verbum.org>
 
116584
AuthorDate: Mon Jun 28 17:16:44 2010 -0400
 
116585
Commit:     Colin Walters <walters@verbum.org>
 
116586
CommitDate: Mon Jun 28 17:19:39 2010 -0400
102192
116587
 
102193
116588
    [autogen.sh] Support NOCONFIGURE (from gnome-common)
102194
116589
 
102199
116594
 1 file changed, 7 insertions(+), 2 deletions(-)
102200
116595
 
102201
116596
commit c649615f17dc9d9644d742c48bf34c9000aa41b7
102202
 
Author: Jorge González <jorgegonz@svn.gnome.org>
102203
 
Date:   Mon Jun 28 20:57:31 2010 +0200
 
116597
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
116598
AuthorDate: Mon Jun 28 20:57:31 2010 +0200
 
116599
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
116600
CommitDate: Mon Jun 28 20:57:31 2010 +0200
102204
116601
 
102205
116602
    Updated Spanish translation
102206
116603
 
102209
116606
 1 file changed, 120 insertions(+), 100 deletions(-)
102210
116607
 
102211
116608
commit 8a7d9906983c23c9bafa8b10c1fd089fcd7989f8
102212
 
Author: Ryan Lortie <desrt@desrt.ca>
102213
 
Date:   Mon Jun 28 14:06:32 2010 -0400
 
116609
Author:     Ryan Lortie <desrt@desrt.ca>
 
116610
AuthorDate: Mon Jun 28 14:06:32 2010 -0400
 
116611
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116612
CommitDate: Mon Jun 28 14:06:32 2010 -0400
102214
116613
 
102215
116614
    Bug 622565 - compile-schemas fails when no schemas
102216
116615
 
102231
116630
 2 files changed, 10 insertions(+), 11 deletions(-)
102232
116631
 
102233
116632
commit ab1111b8bbb7a6057248658013eb23d80f4721cf
102234
 
Author: Ryan Lortie <desrt@desrt.ca>
102235
 
Date:   Mon Jun 28 13:58:25 2010 -0400
 
116633
Author:     Ryan Lortie <desrt@desrt.ca>
 
116634
AuthorDate: Mon Jun 28 13:58:25 2010 -0400
 
116635
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116636
CommitDate: Mon Jun 28 13:58:25 2010 -0400
102236
116637
 
102237
116638
    GSettings: peek instead of ref/unref enum class
102238
116639
 
102245
116646
 1 file changed, 4 insertions(+), 4 deletions(-)
102246
116647
 
102247
116648
commit 168cfc592283c992d6a6803a91528f87cec2d902
102248
 
Author: Ryan Lortie <desrt@desrt.ca>
102249
 
Date:   Mon Jun 28 10:18:45 2010 -0400
 
116649
Author:     Ryan Lortie <desrt@desrt.ca>
 
116650
AuthorDate: Mon Jun 28 10:18:45 2010 -0400
 
116651
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116652
CommitDate: Mon Jun 28 10:20:50 2010 -0400
102250
116653
 
102251
116654
    Bug 622127 - GSettings extended key validation
102252
116655
 
102261
116664
 4 files changed, 114 insertions(+), 1 deletion(-)
102262
116665
 
102263
116666
commit aad7176c622b78dbdef5c8d1e0fa51b9612198ad
102264
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
102265
 
Date:   Mon Jun 28 12:28:47 2010 +0300
 
116667
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
116668
AuthorDate: Mon Jun 28 12:28:47 2010 +0300
 
116669
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
116670
CommitDate: Mon Jun 28 12:28:47 2010 +0300
102266
116671
 
102267
116672
    Updated Hebrew translation.
102268
116673
 
102271
116676
 1 file changed, 657 insertions(+), 623 deletions(-)
102272
116677
 
102273
116678
commit eb454a1cb4d8ea16f6b5575c69e58c2877ea350e
102274
 
Author: Matthias Clasen <mclasen@redhat.com>
102275
 
Date:   Sun Jun 27 19:27:04 2010 -0400
 
116679
Author:     Matthias Clasen <mclasen@redhat.com>
 
116680
AuthorDate: Sun Jun 27 19:27:04 2010 -0400
 
116681
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116682
CommitDate: Sun Jun 27 19:27:04 2010 -0400
102276
116683
 
102277
116684
    Fix a alloc/free mismatch
102278
116685
 
102283
116690
 1 file changed, 1 insertion(+), 1 deletion(-)
102284
116691
 
102285
116692
commit d20969e07b8cc0233536cf929db0107b2c21c53e
102286
 
Author: Matthias Clasen <mclasen@redhat.com>
102287
 
Date:   Sun Jun 27 16:31:53 2010 -0400
 
116693
Author:     Matthias Clasen <mclasen@redhat.com>
 
116694
AuthorDate: Sun Jun 27 16:31:53 2010 -0400
 
116695
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116696
CommitDate: Sun Jun 27 16:31:53 2010 -0400
102288
116697
 
102289
116698
    Filter out child schema entries when listing keys
102290
116699
 
102292
116701
 1 file changed, 7 insertions(+), 3 deletions(-)
102293
116702
 
102294
116703
commit 025435329a7159a906a66f6b15facc2d611be4fb
102295
 
Author: Matthias Clasen <mclasen@redhat.com>
102296
 
Date:   Sun Jun 27 16:00:20 2010 -0400
 
116704
Author:     Matthias Clasen <mclasen@redhat.com>
 
116705
AuthorDate: Sun Jun 27 16:00:20 2010 -0400
 
116706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116707
CommitDate: Sun Jun 27 16:00:20 2010 -0400
102297
116708
 
102298
116709
    Implement bash completion for gsettings
102299
116710
 
102304
116715
 3 files changed, 455 insertions(+), 80 deletions(-)
102305
116716
 
102306
116717
commit 795d2bf8cf13d03214af3eb857d235c2917f9945
102307
 
Author: Ryan Lortie <desrt@desrt.ca>
102308
 
Date:   Sun Jun 27 10:11:45 2010 -0400
 
116718
Author:     Ryan Lortie <desrt@desrt.ca>
 
116719
AuthorDate: Sun Jun 27 10:11:45 2010 -0400
 
116720
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116721
CommitDate: Sun Jun 27 10:12:59 2010 -0400
102309
116722
 
102310
116723
    GSettings: Don't free value before using its type
102311
116724
 
102317
116730
 1 file changed, 4 insertions(+), 4 deletions(-)
102318
116731
 
102319
116732
commit 87fd38bc4dd095d598ec375dbecb40d1393c3f8b
102320
 
Author: Kristian Rietveld <kris@gtk.org>
102321
 
Date:   Sat Jun 26 22:55:47 2010 +0200
 
116733
Author:     Kristian Rietveld <kris@gtk.org>
 
116734
AuthorDate: Sat Jun 26 22:55:47 2010 +0200
 
116735
Commit:     Kristian Rietveld <kris@gtk.org>
 
116736
CommitDate: Sat Jun 26 22:55:47 2010 +0200
102322
116737
 
102323
116738
    Add PCRE_EXP_DECL to pcre_callout declaration
102324
116739
 
102328
116743
 1 file changed, 1 insertion(+), 1 deletion(-)
102329
116744
 
102330
116745
commit 840c5dd0da885fc42e498f165d59a5d0b4b97af2
102331
 
Author: Jorge González <jorgegonz@svn.gnome.org>
102332
 
Date:   Sat Jun 26 10:14:52 2010 +0200
 
116746
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
116747
AuthorDate: Sat Jun 26 10:14:52 2010 +0200
 
116748
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
116749
CommitDate: Sat Jun 26 10:14:52 2010 +0200
102333
116750
 
102334
116751
    Updated Spanish translation
102335
116752
 
102338
116755
 1 file changed, 670 insertions(+), 627 deletions(-)
102339
116756
 
102340
116757
commit 7cdc592ae478b71a66aa1541b81588b5b200e5f2
102341
 
Author: Ryan Lortie <desrt@desrt.ca>
102342
 
Date:   Fri Jun 25 10:52:32 2010 -0400
 
116758
Author:     Ryan Lortie <desrt@desrt.ca>
 
116759
AuthorDate: Fri Jun 25 10:52:32 2010 -0400
 
116760
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116761
CommitDate: Fri Jun 25 10:56:41 2010 -0400
102343
116762
 
102344
116763
    Bug 622128 - retry with default for failed mapping
102345
116764
 
102356
116775
 1 file changed, 85 insertions(+), 52 deletions(-)
102357
116776
 
102358
116777
commit 499ece9b52ec18e7a0ab5c9cda6b0b82946a8c7e
102359
 
Author: Colin Walters <walters@verbum.org>
102360
 
Date:   Wed Jun 16 22:44:58 2010 -0400
 
116778
Author:     Colin Walters <walters@verbum.org>
 
116779
AuthorDate: Wed Jun 16 22:44:58 2010 -0400
 
116780
Commit:     Colin Walters <walters@verbum.org>
 
116781
CommitDate: Fri Jun 25 09:26:23 2010 -0400
102361
116782
 
102362
116783
    [gbinding] Move argument reference out of first column
102363
116784
 
102367
116788
 1 file changed, 2 insertions(+), 2 deletions(-)
102368
116789
 
102369
116790
commit 1ad08a6a9fc5bf700de31c928d4fc7031bd8fd19
102370
 
Author: Dan Winship <danw@gnome.org>
102371
 
Date:   Thu Jun 24 14:23:37 2010 -0400
 
116791
Author:     Dan Winship <danw@gnome.org>
 
116792
AuthorDate: Thu Jun 24 14:23:37 2010 -0400
 
116793
Commit:     Dan Winship <danw@gnome.org>
 
116794
CommitDate: Thu Jun 24 16:02:39 2010 -0400
102372
116795
 
102373
116796
    Hack up glib/tests/array-test to not actually malloc 2G
102374
116797
 
102380
116803
 1 file changed, 20 insertions(+), 8 deletions(-)
102381
116804
 
102382
116805
commit 48f3f262639b473c9be168d0491bedd357bcbca7
102383
 
Author: Ryan Lortie <desrt@desrt.ca>
102384
 
Date:   Thu Jun 24 13:32:26 2010 -0400
 
116806
Author:     Ryan Lortie <desrt@desrt.ca>
 
116807
AuthorDate: Thu Jun 24 13:32:26 2010 -0400
 
116808
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116809
CommitDate: Thu Jun 24 13:32:26 2010 -0400
102385
116810
 
102386
116811
    version.bump()
102387
116812
 
102389
116814
 1 file changed, 1 insertion(+), 1 deletion(-)
102390
116815
 
102391
116816
commit cc295f09768d10576deba929ab8b7bc766cd207f
102392
 
Author: Ryan Lortie <desrt@desrt.ca>
102393
 
Date:   Thu Jun 24 13:18:44 2010 -0400
 
116817
Author:     Ryan Lortie <desrt@desrt.ca>
 
116818
AuthorDate: Thu Jun 24 13:18:44 2010 -0400
 
116819
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116820
CommitDate: Thu Jun 24 13:18:44 2010 -0400
102394
116821
 
102395
116822
    Release glib 2.25.10
102396
116823
 
102399
116826
 1 file changed, 73 insertions(+)
102400
116827
 
102401
116828
commit de0464cf891c386b0166066ac797255cd973b6e2
102402
 
Author: Ryan Lortie <desrt@desrt.ca>
102403
 
Date:   Thu Jun 24 12:25:48 2010 -0400
 
116829
Author:     Ryan Lortie <desrt@desrt.ca>
 
116830
AuthorDate: Thu Jun 24 12:25:48 2010 -0400
 
116831
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116832
CommitDate: Thu Jun 24 12:25:48 2010 -0400
102404
116833
 
102405
116834
    Tweak GSettings key/schema listing APIs
102406
116835
 
102413
116842
 5 files changed, 75 insertions(+), 36 deletions(-)
102414
116843
 
102415
116844
commit e3d0d07b043334890deaf30d5b1e5072c9c7e742
102416
 
Author: Ryan Lortie <desrt@desrt.ca>
102417
 
Date:   Thu Jun 24 02:28:01 2010 -0400
 
116845
Author:     Ryan Lortie <desrt@desrt.ca>
 
116846
AuthorDate: Thu Jun 24 02:28:01 2010 -0400
 
116847
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116848
CommitDate: Thu Jun 24 02:28:01 2010 -0400
102418
116849
 
102419
116850
    Clarify GSettings documentation wrt errors
102420
116851
 
102425
116856
 1 file changed, 37 insertions(+), 36 deletions(-)
102426
116857
 
102427
116858
commit 887d9d83aa232058b8446eafb7f0681db4219a77
102428
 
Author: Ryan Lortie <desrt@desrt.ca>
102429
 
Date:   Thu Jun 24 02:21:58 2010 -0400
 
116859
Author:     Ryan Lortie <desrt@desrt.ca>
 
116860
AuthorDate: Thu Jun 24 02:21:58 2010 -0400
 
116861
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116862
CommitDate: Thu Jun 24 02:21:58 2010 -0400
102430
116863
 
102431
116864
    g_keyfile_settings_backend_new doc improvement
102432
116865
 
102434
116867
 1 file changed, 11 insertions(+), 6 deletions(-)
102435
116868
 
102436
116869
commit 123699465d2d07c18823f41dfc6a48dd7cefc603
102437
 
Author: Ryan Lortie <desrt@desrt.ca>
102438
 
Date:   Thu Jun 24 02:15:15 2010 -0400
 
116870
Author:     Ryan Lortie <desrt@desrt.ca>
 
116871
AuthorDate: Thu Jun 24 02:15:15 2010 -0400
 
116872
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116873
CommitDate: Thu Jun 24 02:17:34 2010 -0400
102439
116874
 
102440
116875
    GSettings: add g_settings_list_keys()
102441
116876
 
102449
116884
 4 files changed, 36 insertions(+), 1 deletion(-)
102450
116885
 
102451
116886
commit 6218d8047a9f073dc9e6eab009d70dc7933c5fd7
102452
 
Author: Ryan Lortie <desrt@desrt.ca>
102453
 
Date:   Thu Jun 24 01:49:27 2010 -0400
 
116887
Author:     Ryan Lortie <desrt@desrt.ca>
 
116888
AuthorDate: Thu Jun 24 01:49:27 2010 -0400
 
116889
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116890
CommitDate: Thu Jun 24 02:17:28 2010 -0400
102454
116891
 
102455
116892
    Add g_settings_schema_exists
102456
116893
 
102462
116899
 3 files changed, 30 insertions(+)
102463
116900
 
102464
116901
commit 726e4dd6e7e12800db90a5159f5cb6fc3509e9e7
102465
 
Author: Ryan Lortie <desrt@desrt.ca>
102466
 
Date:   Thu Jun 24 01:49:00 2010 -0400
 
116902
Author:     Ryan Lortie <desrt@desrt.ca>
 
116903
AuthorDate: Thu Jun 24 01:49:00 2010 -0400
 
116904
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116905
CommitDate: Thu Jun 24 02:17:22 2010 -0400
102467
116906
 
102468
116907
    KeyfileSettingsBackend: fix symbol visibility leak
102469
116908
 
102471
116910
 1 file changed, 1 insertion(+)
102472
116911
 
102473
116912
commit 65fc931fb9df391a8a7ff8e279820fd2fed04bc0
102474
 
Author: Ryan Lortie <desrt@desrt.ca>
102475
 
Date:   Tue Jun 22 08:12:04 2010 -0400
 
116913
Author:     Ryan Lortie <desrt@desrt.ca>
 
116914
AuthorDate: Tue Jun 22 08:12:04 2010 -0400
 
116915
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116916
CommitDate: Thu Jun 24 01:39:12 2010 -0400
102476
116917
 
102477
116918
    Rework the GSettings keyfile backend
102478
116919
 
102486
116927
 6 files changed, 475 insertions(+), 419 deletions(-)
102487
116928
 
102488
116929
commit 6d828dae3804af311ffa8387a4e74bc28024351b
102489
 
Author: Ryan Lortie <desrt@desrt.ca>
102490
 
Date:   Thu Jun 24 00:55:14 2010 -0400
 
116930
Author:     Ryan Lortie <desrt@desrt.ca>
 
116931
AuthorDate: Thu Jun 24 00:55:14 2010 -0400
 
116932
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116933
CommitDate: Thu Jun 24 00:55:30 2010 -0400
102491
116934
 
102492
116935
    GSettingsBackend: some debug code
102493
116936
 
102495
116938
 1 file changed, 12 insertions(+)
102496
116939
 
102497
116940
commit b638a675a8dae242347a721837c0b6c24e953665
102498
 
Author: Ryan Lortie <desrt@desrt.ca>
102499
 
Date:   Thu Jun 24 00:41:05 2010 -0400
 
116941
Author:     Ryan Lortie <desrt@desrt.ca>
 
116942
AuthorDate: Thu Jun 24 00:41:05 2010 -0400
 
116943
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116944
CommitDate: Thu Jun 24 00:41:18 2010 -0400
102500
116945
 
102501
116946
    Ignore more glib test cases
102502
116947
 
102504
116949
 1 file changed, 4 insertions(+)
102505
116950
 
102506
116951
commit 519edcc2b3fd23fc29b38b581480adf39dd93451
102507
 
Author: Ryan Lortie <desrt@desrt.ca>
102508
 
Date:   Thu Jun 24 00:36:42 2010 -0400
 
116952
Author:     Ryan Lortie <desrt@desrt.ca>
 
116953
AuthorDate: Thu Jun 24 00:36:42 2010 -0400
 
116954
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116955
CommitDate: Thu Jun 24 00:39:38 2010 -0400
102509
116956
 
102510
116957
    fix leaks in the GSettings test case
102511
116958
 
102513
116960
 1 file changed, 23 insertions(+), 4 deletions(-)
102514
116961
 
102515
116962
commit fb94e65a640d21b2e1a5c6e79eb3d755ba34c0e6
102516
 
Author: Ryan Lortie <desrt@desrt.ca>
102517
 
Date:   Thu Jun 24 00:35:10 2010 -0400
 
116963
Author:     Ryan Lortie <desrt@desrt.ca>
 
116964
AuthorDate: Thu Jun 24 00:35:10 2010 -0400
 
116965
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116966
CommitDate: Thu Jun 24 00:39:38 2010 -0400
102518
116967
 
102519
116968
    GChecksum: accept NULL pointer with length 0
102520
116969
 
102526
116975
 1 file changed, 3 insertions(+), 3 deletions(-)
102527
116976
 
102528
116977
commit f76c4d062966afdcdf5306f4c769a7ab0934e843
102529
 
Author: Ryan Lortie <desrt@desrt.ca>
102530
 
Date:   Thu Jun 24 00:38:01 2010 -0400
 
116978
Author:     Ryan Lortie <desrt@desrt.ca>
 
116979
AuthorDate: Thu Jun 24 00:38:01 2010 -0400
 
116980
Commit:     Ryan Lortie <desrt@desrt.ca>
 
116981
CommitDate: Thu Jun 24 00:39:38 2010 -0400
102531
116982
 
102532
116983
    GSettings "delayed": don't leak unapplied keys
102533
116984
 
102538
116989
 1 file changed, 1 insertion(+)
102539
116990
 
102540
116991
commit 17bc9bf94f2a11ce553d784e55649b43f3ed0130
102541
 
Author: Matthias Clasen <mclasen@redhat.com>
102542
 
Date:   Wed Jun 23 22:32:35 2010 -0400
 
116992
Author:     Matthias Clasen <mclasen@redhat.com>
 
116993
AuthorDate: Wed Jun 23 22:32:35 2010 -0400
 
116994
Commit:     Matthias Clasen <mclasen@redhat.com>
 
116995
CommitDate: Wed Jun 23 22:32:35 2010 -0400
102543
116996
 
102544
116997
    Deprecate some rarely-used APIS
102545
116998
 
102553
117006
 4 files changed, 66 insertions(+), 2 deletions(-)
102554
117007
 
102555
117008
commit 272836936e76a9bf0a0237e6489ce0508fa85534
102556
 
Author: Christian Dywan <christian@twotoasts.de>
102557
 
Date:   Fri Jun 18 16:14:27 2010 +0200
 
117009
Author:     Christian Dywan <christian@twotoasts.de>
 
117010
AuthorDate: Fri Jun 18 16:14:27 2010 +0200
 
117011
Commit:     Christian Dywan <christian@twotoasts.de>
 
117012
CommitDate: Wed Jun 23 16:45:12 2010 +0200
102558
117013
 
102559
117014
    Introduce G_PARAM_DEPRECATED and G_ENABLE_DIAGNOSTIC
102560
117015
 
102565
117020
 2 files changed, 24 insertions(+), 3 deletions(-)
102566
117021
 
102567
117022
commit f587cb57f249a8f4b869231ca20f5f19602a20ec
102568
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
102569
 
Date:   Mon Jun 21 12:26:42 2010 +0100
 
117023
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
117024
AuthorDate: Mon Jun 21 12:26:42 2010 +0100
 
117025
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
117026
CommitDate: Wed Jun 23 15:19:24 2010 +0100
102570
117027
 
102571
117028
    binding: Add SYNC_CREATE to the flags
102572
117029
 
102584
117041
 3 files changed, 50 insertions(+), 1 deletion(-)
102585
117042
 
102586
117043
commit d3af9c0ec59465e4076791881bc89fe51539f3fd
102587
 
Author: Ryan Lortie <desrt@desrt.ca>
102588
 
Date:   Wed Jun 23 10:12:14 2010 -0400
 
117044
Author:     Ryan Lortie <desrt@desrt.ca>
 
117045
AuthorDate: Wed Jun 23 10:12:14 2010 -0400
 
117046
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117047
CommitDate: Wed Jun 23 10:12:14 2010 -0400
102589
117048
 
102590
117049
    neutralise pltcheck.sh
102591
117050
 
102595
117054
 3 files changed, 6 insertions(+)
102596
117055
 
102597
117056
commit 13ac216ca386715a915ec8acd8178c528774273a
102598
 
Author: Matthias Clasen <mclasen@redhat.com>
102599
 
Date:   Wed Jun 23 09:03:51 2010 -0400
 
117057
Author:     Matthias Clasen <mclasen@redhat.com>
 
117058
AuthorDate: Wed Jun 23 09:03:51 2010 -0400
 
117059
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117060
CommitDate: Wed Jun 23 09:25:30 2010 -0400
102600
117061
 
102601
117062
    GIO doc cleanups
102602
117063
 
102606
117067
 3 files changed, 46 insertions(+), 2 deletions(-)
102607
117068
 
102608
117069
commit fadac4bd0f008dae058bcbc56b3073c6c38092a6
102609
 
Author: Matthias Clasen <mclasen@redhat.com>
102610
 
Date:   Wed Jun 23 07:32:24 2010 -0400
 
117070
Author:     Matthias Clasen <mclasen@redhat.com>
 
117071
AuthorDate: Wed Jun 23 07:32:24 2010 -0400
 
117072
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117073
CommitDate: Wed Jun 23 09:25:30 2010 -0400
102611
117074
 
102612
117075
    Document g_cclosure_marshal_VOID__VARIANT
102613
117076
 
102615
117078
 1 file changed, 17 insertions(+), 1 deletion(-)
102616
117079
 
102617
117080
commit 3549e06f81768453b8c389331705615ae3529041
102618
 
Author: Matthias Clasen <mclasen@redhat.com>
102619
 
Date:   Wed Jun 23 07:22:49 2010 -0400
 
117081
Author:     Matthias Clasen <mclasen@redhat.com>
 
117082
AuthorDate: Wed Jun 23 07:22:49 2010 -0400
 
117083
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117084
CommitDate: Wed Jun 23 09:25:30 2010 -0400
102620
117085
 
102621
117086
    Ignore gatomicarray.h
102622
117087
 
102627
117092
 1 file changed, 3 insertions(+), 1 deletion(-)
102628
117093
 
102629
117094
commit 9c6130cdde846cee4e8ad93504a6cb4745a35cea
102630
 
Author: Matthias Clasen <mclasen@redhat.com>
102631
 
Date:   Wed Jun 23 07:21:50 2010 -0400
 
117095
Author:     Matthias Clasen <mclasen@redhat.com>
 
117096
AuthorDate: Wed Jun 23 07:21:50 2010 -0400
 
117097
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117098
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102632
117099
 
102633
117100
    silence gtk-doc
102634
117101
 
102639
117106
 1 file changed, 2 insertions(+)
102640
117107
 
102641
117108
commit 8eb755e78e56036b93a7b11d3d6fe4237ab708be
102642
 
Author: Matthias Clasen <mclasen@redhat.com>
102643
 
Date:   Wed Jun 23 00:20:11 2010 -0400
 
117109
Author:     Matthias Clasen <mclasen@redhat.com>
 
117110
AuthorDate: Wed Jun 23 00:20:11 2010 -0400
 
117111
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117112
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102644
117113
 
102645
117114
    Add some more unicode property tests
102646
117115
 
102648
117117
 1 file changed, 31 insertions(+), 1 deletion(-)
102649
117118
 
102650
117119
commit e26b92b94775c8b1b6e94ca29a6d3a4404db449b
102651
 
Author: Matthias Clasen <mclasen@redhat.com>
102652
 
Date:   Tue Jun 22 23:39:51 2010 -0400
 
117120
Author:     Matthias Clasen <mclasen@redhat.com>
 
117121
AuthorDate: Tue Jun 22 23:39:51 2010 -0400
 
117122
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117123
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102653
117124
 
102654
117125
    Move node tests to the test framework
102655
117126
 
102660
117131
 3 files changed, 49 insertions(+), 24 deletions(-)
102661
117132
 
102662
117133
commit 464b5ff3570fd43fa52b6ec5571a02bd705f9e9c
102663
 
Author: Matthias Clasen <mclasen@redhat.com>
102664
 
Date:   Tue Jun 22 22:25:02 2010 -0400
 
117134
Author:     Matthias Clasen <mclasen@redhat.com>
 
117135
AuthorDate: Tue Jun 22 22:25:02 2010 -0400
 
117136
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117137
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102665
117138
 
102666
117139
    Some more hash, utils and checksum tests
102667
117140
 
102672
117145
 3 files changed, 149 insertions(+), 2 deletions(-)
102673
117146
 
102674
117147
commit 01abbc4bd37649bf75642ba98f8f6109065a7333
102675
 
Author: Matthias Clasen <mclasen@redhat.com>
102676
 
Date:   Tue Jun 22 22:24:29 2010 -0400
 
117148
Author:     Matthias Clasen <mclasen@redhat.com>
 
117149
AuthorDate: Tue Jun 22 22:24:29 2010 -0400
 
117150
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117151
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102677
117152
 
102678
117153
    Move node test to the test framework
102679
117154
 
102684
117159
 3 files changed, 267 insertions(+), 223 deletions(-)
102685
117160
 
102686
117161
commit 5c1b3a02637c8ed767c94f30df994fed9b3bddfc
102687
 
Author: Matthias Clasen <mclasen@redhat.com>
102688
 
Date:   Tue Jun 22 19:50:35 2010 -0400
 
117162
Author:     Matthias Clasen <mclasen@redhat.com>
 
117163
AuthorDate: Tue Jun 22 19:50:35 2010 -0400
 
117164
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117165
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102689
117166
 
102690
117167
    Move date tests to the test framework
102691
117168
 
102698
117175
 5 files changed, 290 insertions(+), 501 deletions(-)
102699
117176
 
102700
117177
commit 7d81e99c4bfea343ce653668b6d2d00e79324688
102701
 
Author: Matthias Clasen <mclasen@redhat.com>
102702
 
Date:   Tue Jun 22 17:42:30 2010 -0400
 
117178
Author:     Matthias Clasen <mclasen@redhat.com>
 
117179
AuthorDate: Tue Jun 22 17:42:30 2010 -0400
 
117180
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117181
CommitDate: Wed Jun 23 09:25:29 2010 -0400
102703
117182
 
102704
117183
    Add an index for 2.26 api additions
102705
117184
 
102707
117186
 1 file changed, 5 insertions(+), 1 deletion(-)
102708
117187
 
102709
117188
commit b116838da31dc212c60f13821dfe87187731dc78
102710
 
Author: Milan Bouchet-Valat <nalimilan@club.fr>
102711
 
Date:   Wed Jun 23 12:17:29 2010 +0200
 
117189
Author:     Milan Bouchet-Valat <nalimilan@club.fr>
 
117190
AuthorDate: Wed Jun 23 12:17:29 2010 +0200
 
117191
Commit:     Christian Dywan <christian@twotoasts.de>
 
117192
CommitDate: Wed Jun 23 14:35:42 2010 +0200
102712
117193
 
102713
117194
    Improve documentation for g_strcmp0()
102714
117195
 
102720
117201
 1 file changed, 1 insertion(+)
102721
117202
 
102722
117203
commit 6920e503e637e70a44f7baf899de4bd171534d39
102723
 
Author: David Zeuthen <davidz@redhat.com>
102724
 
Date:   Tue Jun 22 17:48:35 2010 -0400
 
117204
Author:     David Zeuthen <davidz@redhat.com>
 
117205
AuthorDate: Tue Jun 22 17:48:35 2010 -0400
 
117206
Commit:     David Zeuthen <davidz@redhat.com>
 
117207
CommitDate: Tue Jun 22 17:48:35 2010 -0400
102725
117208
 
102726
117209
    GDBusProxy: Don't warn when calling methods on other interfaces
102727
117210
 
102736
117219
 1 file changed, 4 insertions(+), 2 deletions(-)
102737
117220
 
102738
117221
commit d68f8012b2d8b9b86b47ed1f091f29d70016cf73
102739
 
Author: Dan Winship <danw@gnome.org>
102740
 
Date:   Tue Jun 22 15:31:55 2010 -0400
 
117222
Author:     Dan Winship <danw@gnome.org>
 
117223
AuthorDate: Tue Jun 22 15:31:55 2010 -0400
 
117224
Commit:     Dan Winship <danw@gnome.org>
 
117225
CommitDate: Tue Jun 22 15:37:42 2010 -0400
102741
117226
 
102742
117227
    gio/tests/testapps: Fix source refcounting
102743
117228
 
102750
117235
 1 file changed, 2 insertions(+), 2 deletions(-)
102751
117236
 
102752
117237
commit a0e1b226a21ca498b301981b0c89e89ad9a31eb1
102753
 
Author: Dan Winship <danw@gnome.org>
102754
 
Date:   Fri Apr 23 08:47:18 2010 -0400
 
117238
Author:     Dan Winship <danw@gnome.org>
 
117239
AuthorDate: Fri Apr 23 08:47:18 2010 -0400
 
117240
Commit:     Dan Winship <danw@gnome.org>
 
117241
CommitDate: Tue Jun 22 15:25:28 2010 -0400
102755
117242
 
102756
117243
    GSocketConnection: don't close the socket if it's still reffed
102757
117244
 
102768
117255
 1 file changed, 25 insertions(+)
102769
117256
 
102770
117257
commit e0ff84e68817d12ebf4cde9433c4e1ed703d1eb4
102771
 
Author: Dan Winship <danw@gnome.org>
102772
 
Date:   Fri Apr 23 08:21:41 2010 -0400
 
117258
Author:     Dan Winship <danw@gnome.org>
 
117259
AuthorDate: Fri Apr 23 08:21:41 2010 -0400
 
117260
Commit:     Dan Winship <danw@gnome.org>
 
117261
CommitDate: Tue Jun 22 15:20:29 2010 -0400
102773
117262
 
102774
117263
    GSocketInput/OutputStream: fix non-blocking on Windows
102775
117264
 
102787
117276
 3 files changed, 44 insertions(+), 56 deletions(-)
102788
117277
 
102789
117278
commit 2be38f6926d8bf2738c3898e831dcb3928925f90
102790
 
Author: David Zeuthen <davidz@redhat.com>
102791
 
Date:   Tue Jun 22 12:12:16 2010 -0400
 
117279
Author:     David Zeuthen <davidz@redhat.com>
 
117280
AuthorDate: Tue Jun 22 12:12:16 2010 -0400
 
117281
Commit:     David Zeuthen <davidz@redhat.com>
 
117282
CommitDate: Tue Jun 22 12:14:31 2010 -0400
102792
117283
 
102793
117284
    GDBus: update padding
102794
117285
 
102820
117311
 11 files changed, 18 insertions(+), 121 deletions(-)
102821
117312
 
102822
117313
commit d19380c809525559f55ba5f3304c0e787c2ebfac
102823
 
Author: Matthias Clasen <mclasen@redhat.com>
102824
 
Date:   Tue Jun 22 08:24:30 2010 -0400
 
117314
Author:     Matthias Clasen <mclasen@redhat.com>
 
117315
AuthorDate: Tue Jun 22 08:24:30 2010 -0400
 
117316
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117317
CommitDate: Tue Jun 22 08:24:30 2010 -0400
102825
117318
 
102826
117319
    Improve g_application_new documentation
102827
117320
 
102831
117324
 1 file changed, 3 insertions(+), 2 deletions(-)
102832
117325
 
102833
117326
commit 16c2f080497d1ed663237e725192c4f411f92f8f
102834
 
Author: Ryan Lortie <desrt@desrt.ca>
102835
 
Date:   Tue Jun 22 08:09:27 2010 -0400
 
117327
Author:     Ryan Lortie <desrt@desrt.ca>
 
117328
AuthorDate: Tue Jun 22 08:09:27 2010 -0400
 
117329
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117330
CommitDate: Tue Jun 22 08:10:05 2010 -0400
102836
117331
 
102837
117332
    Add single include guards to gvariant[type].h
102838
117333
 
102841
117336
 2 files changed, 8 insertions(+)
102842
117337
 
102843
117338
commit 05354cefc54a0f42e5d7dee1798d2b56c135c12c
102844
 
Author: Tor Lillqvist <tml@iki.fi>
102845
 
Date:   Tue Jun 22 12:41:01 2010 +0300
 
117339
Author:     Tor Lillqvist <tml@iki.fi>
 
117340
AuthorDate: Tue Jun 22 12:41:01 2010 +0300
 
117341
Commit:     Tor Lillqvist <tml@iki.fi>
 
117342
CommitDate: Tue Jun 22 12:41:01 2010 +0300
102846
117343
 
102847
117344
    Make the protocol.c test program compile on Windows
102848
117345
 
102854
117351
 1 file changed, 6 insertions(+)
102855
117352
 
102856
117353
commit efb1a054b0858b4475941892f53bbc5186065df9
102857
 
Author: Tor Lillqvist <tml@iki.fi>
102858
 
Date:   Tue Jun 22 12:13:21 2010 +0300
 
117354
Author:     Tor Lillqvist <tml@iki.fi>
 
117355
AuthorDate: Tue Jun 22 12:13:21 2010 +0300
 
117356
Commit:     Tor Lillqvist <tml@iki.fi>
 
117357
CommitDate: Tue Jun 22 12:22:46 2010 +0300
102859
117358
 
102860
117359
    Fix build with the Microsoft compiler
102861
117360
 
102876
117375
 11 files changed, 32 insertions(+), 12 deletions(-)
102877
117376
 
102878
117377
commit 2e842490826644210bc5d2df2df8092597b3f708
102879
 
Author: Tor Lillqvist <tml@iki.fi>
102880
 
Date:   Tue Jun 22 12:10:34 2010 +0300
 
117378
Author:     Tor Lillqvist <tml@iki.fi>
 
117379
AuthorDate: Tue Jun 22 12:10:34 2010 +0300
 
117380
Commit:     Tor Lillqvist <tml@iki.fi>
 
117381
CommitDate: Tue Jun 22 12:16:14 2010 +0300
102881
117382
 
102882
117383
    Bypass a few functions not used on Windows when compiling for Windows
102883
117384
 
102885
117386
 1 file changed, 2 insertions(+), 2 deletions(-)
102886
117387
 
102887
117388
commit 045c96b71a7755927e258c2b116c7c0ee8326bd1
102888
 
Author: Matthias Clasen <mclasen@redhat.com>
102889
 
Date:   Mon Jun 21 23:07:46 2010 -0400
 
117389
Author:     Matthias Clasen <mclasen@redhat.com>
 
117390
AuthorDate: Mon Jun 21 23:07:46 2010 -0400
 
117391
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117392
CommitDate: Mon Jun 21 23:08:01 2010 -0400
102890
117393
 
102891
117394
    Add a test for g_strip_prefix
102892
117395
 
102894
117397
 1 file changed, 27 insertions(+)
102895
117398
 
102896
117399
commit 2f438f18ae8794747dadf5018616d1dcc52a0924
102897
 
Author: Matthias Clasen <mclasen@redhat.com>
102898
 
Date:   Mon Jun 21 23:06:17 2010 -0400
 
117400
Author:     Matthias Clasen <mclasen@redhat.com>
 
117401
AuthorDate: Mon Jun 21 23:06:17 2010 -0400
 
117402
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117403
CommitDate: Mon Jun 21 23:08:01 2010 -0400
102899
117404
 
102900
117405
    Move hash tests to the test framework
102901
117406
 
102908
117413
 5 files changed, 528 insertions(+), 462 deletions(-)
102909
117414
 
102910
117415
commit 7d14b5fbf1fcda2068dc01f9a0a2e4b9796daea6
102911
 
Author: Matthias Clasen <mclasen@redhat.com>
102912
 
Date:   Mon Jun 21 22:25:28 2010 -0400
 
117416
Author:     Matthias Clasen <mclasen@redhat.com>
 
117417
AuthorDate: Mon Jun 21 22:25:28 2010 -0400
 
117418
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117419
CommitDate: Mon Jun 21 23:08:01 2010 -0400
102913
117420
 
102914
117421
    Some more tests
102915
117422
 
102918
117425
 1 file changed, 72 insertions(+)
102919
117426
 
102920
117427
commit 5629366c3d245b78ad148576f2dccabed83baa71
102921
 
Author: Matthias Clasen <mclasen@redhat.com>
102922
 
Date:   Mon Jun 21 21:22:09 2010 -0400
 
117428
Author:     Matthias Clasen <mclasen@redhat.com>
 
117429
AuthorDate: Mon Jun 21 21:22:09 2010 -0400
 
117430
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117431
CommitDate: Mon Jun 21 23:08:01 2010 -0400
102923
117432
 
102924
117433
    Move checksum tests to the test framework
102925
117434
 
102933
117442
 5 files changed, 682 insertions(+), 679 deletions(-)
102934
117443
 
102935
117444
commit 839078ea63f697f1066a040425e1d2070f3c81a2
102936
 
Author: Matthias Clasen <mclasen@redhat.com>
102937
 
Date:   Mon Jun 21 20:07:26 2010 -0400
 
117445
Author:     Matthias Clasen <mclasen@redhat.com>
 
117446
AuthorDate: Mon Jun 21 20:07:26 2010 -0400
 
117447
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117448
CommitDate: Mon Jun 21 23:08:01 2010 -0400
102938
117449
 
102939
117450
    Add some more Unicode tests
102940
117451
 
102943
117454
 1 file changed, 263 insertions(+)
102944
117455
 
102945
117456
commit 45411ccbe3c9d1b08332942d1e7b594330688126
102946
 
Author: David Zeuthen <davidz@redhat.com>
102947
 
Date:   Mon Jun 21 16:08:53 2010 -0400
 
117457
Author:     David Zeuthen <davidz@redhat.com>
 
117458
AuthorDate: Mon Jun 21 16:08:53 2010 -0400
 
117459
Commit:     David Zeuthen <davidz@redhat.com>
 
117460
CommitDate: Mon Jun 21 16:12:23 2010 -0400
102948
117461
 
102949
117462
    Bug 621945 – Filter outgoing messages in GDBusConnection
102950
117463
 
102967
117480
 5 files changed, 129 insertions(+), 30 deletions(-)
102968
117481
 
102969
117482
commit a4cd39e74122c9376954204cb45c6be4926e5ee9
102970
 
Author: Ryan Lortie <desrt@desrt.ca>
102971
 
Date:   Mon Jun 21 14:01:50 2010 -0400
 
117483
Author:     Ryan Lortie <desrt@desrt.ca>
 
117484
AuthorDate: Mon Jun 21 14:01:50 2010 -0400
 
117485
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117486
CommitDate: Mon Jun 21 14:01:50 2010 -0400
102972
117487
 
102973
117488
    gobject docs: ignore some sgml files
102974
117489
 
102976
117491
 1 file changed, 2 insertions(+)
102977
117492
 
102978
117493
commit a4b42d3a751bcbe22bb41ddfced68eebcce0e386
102979
 
Author: Ryan Lortie <desrt@desrt.ca>
102980
 
Date:   Mon Jun 21 13:57:54 2010 -0400
 
117494
Author:     Ryan Lortie <desrt@desrt.ca>
 
117495
AuthorDate: Mon Jun 21 13:57:54 2010 -0400
 
117496
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117497
CommitDate: Mon Jun 21 13:57:54 2010 -0400
102981
117498
 
102982
117499
    .gitignore the moved tests
102983
117500
 
102985
117502
 1 file changed, 8 insertions(+)
102986
117503
 
102987
117504
commit c9553af68f543113be41e6ae8dcdd9ee5e2267bc
102988
 
Author: Ryan Lortie <desrt@desrt.ca>
102989
 
Date:   Mon Jun 21 13:55:28 2010 -0400
 
117505
Author:     Ryan Lortie <desrt@desrt.ca>
 
117506
AuthorDate: Mon Jun 21 13:55:28 2010 -0400
 
117507
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117508
CommitDate: Mon Jun 21 13:55:28 2010 -0400
102990
117509
 
102991
117510
    Use -Bsymbolic-functions, drop g*alias PLT hackery
102992
117511
 
103009
117528
 9 files changed, 16 insertions(+), 10 deletions(-)
103010
117529
 
103011
117530
commit e549bbf66406fc483cd43ce860ba88e7d83d3c80
103012
 
Author: Ryan Lortie <desrt@desrt.ca>
103013
 
Date:   Mon Jun 21 13:25:51 2010 -0400
 
117531
Author:     Ryan Lortie <desrt@desrt.ca>
 
117532
AuthorDate: Mon Jun 21 13:25:51 2010 -0400
 
117533
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117534
CommitDate: Mon Jun 21 13:25:51 2010 -0400
103014
117535
 
103015
117536
    distcheck fix
103016
117537
 
103018
117539
 1 file changed, 1 insertion(+)
103019
117540
 
103020
117541
commit d5dc656d35887780008c95c5ed496f628948813c
103021
 
Author: Ryan Lortie <desrt@desrt.ca>
103022
 
Date:   Mon Jun 21 13:25:44 2010 -0400
 
117542
Author:     Ryan Lortie <desrt@desrt.ca>
 
117543
AuthorDate: Mon Jun 21 13:25:44 2010 -0400
 
117544
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117545
CommitDate: Mon Jun 21 13:25:44 2010 -0400
103023
117546
 
103024
117547
    Add check for -Bsymbolic-functions linker flag
103025
117548
 
103027
117550
 1 file changed, 15 insertions(+)
103028
117551
 
103029
117552
commit 7556f660b551d0713100af6672287393350d9a19
103030
 
Author: Ryan Lortie <desrt@desrt.ca>
103031
 
Date:   Mon Jun 21 11:30:26 2010 -0400
 
117553
Author:     Ryan Lortie <desrt@desrt.ca>
 
117554
AuthorDate: Mon Jun 21 11:30:26 2010 -0400
 
117555
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117556
CommitDate: Mon Jun 21 13:24:40 2010 -0400
103032
117557
 
103033
117558
    Remove gsettings-schema-convert tool
103034
117559
 
103056
117581
 7 files changed, 1 insertion(+), 1200 deletions(-)
103057
117582
 
103058
117583
commit 95c4ec1056468764dd6c71971ad06370c0f1b99b
103059
 
Author: Javier Jardón <jjardon@gnome.org>
103060
 
Date:   Mon Jun 21 17:28:15 2010 +0200
 
117584
Author:     Javier Jardón <jjardon@gnome.org>
 
117585
AuthorDate: Mon Jun 21 17:28:15 2010 +0200
 
117586
Commit:     Javier Jardón <jjardon@gnome.org>
 
117587
CommitDate: Mon Jun 21 17:28:15 2010 +0200
103061
117588
 
103062
117589
    [docs] Fix typo
103063
117590
 
103065
117592
 1 file changed, 1 insertion(+), 1 deletion(-)
103066
117593
 
103067
117594
commit 6c02c99df0cb1c3b9bdb20c8fd56eddc7ae8bf2a
103068
 
Author: Sven Herzberg <herzi@gnome-de.org>
103069
 
Date:   Tue Apr 20 15:01:17 2010 +0200
 
117595
Author:     Sven Herzberg <herzi@gnome-de.org>
 
117596
AuthorDate: Tue Apr 20 15:01:17 2010 +0200
 
117597
Commit:     Sven Herzberg <herzi@gnome-de.org>
 
117598
CommitDate: Mon Jun 21 12:34:44 2010 +0200
103070
117599
 
103071
117600
    don't treat debug/info/message as fatal messages by default
103072
117601
 
103083
117612
 4 files changed, 348 insertions(+), 5 deletions(-)
103084
117613
 
103085
117614
commit 60a5b197991aae58de4a85c9020a49edc5003457
103086
 
Author: Matthias Clasen <mclasen@redhat.com>
103087
 
Date:   Mon Jun 21 00:00:51 2010 -0400
 
117615
Author:     Matthias Clasen <mclasen@redhat.com>
 
117616
AuthorDate: Mon Jun 21 00:00:51 2010 -0400
 
117617
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117618
CommitDate: Mon Jun 21 00:00:51 2010 -0400
103088
117619
 
103089
117620
    Add a test for g_unichar_validate
103090
117621
 
103092
117623
 1 file changed, 12 insertions(+)
103093
117624
 
103094
117625
commit f13618623b191c539cc151d19f7f5b54e24b3607
103095
 
Author: Matthias Clasen <mclasen@redhat.com>
103096
 
Date:   Sun Jun 20 23:46:01 2010 -0400
 
117626
Author:     Matthias Clasen <mclasen@redhat.com>
 
117627
AuthorDate: Sun Jun 20 23:46:01 2010 -0400
 
117628
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117629
CommitDate: Sun Jun 20 23:46:01 2010 -0400
103097
117630
 
103098
117631
    Test inplace decoding
103099
117632
 
103101
117634
 1 file changed, 35 insertions(+), 1 deletion(-)
103102
117635
 
103103
117636
commit db5bd7b90b78508b8be448b8cd5de7735b3ca520
103104
 
Author: Matthias Clasen <mclasen@redhat.com>
103105
 
Date:   Sun Jun 20 23:35:31 2010 -0400
 
117637
Author:     Matthias Clasen <mclasen@redhat.com>
 
117638
AuthorDate: Sun Jun 20 23:35:31 2010 -0400
 
117639
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117640
CommitDate: Sun Jun 20 23:35:31 2010 -0400
103106
117641
 
103107
117642
    Some more utf8 tests
103108
117643
 
103112
117647
 2 files changed, 102 insertions(+)
103113
117648
 
103114
117649
commit a2f4564fd9bee001e6b4d60df257ab6b2110f22f
103115
 
Author: Matthias Clasen <mclasen@redhat.com>
103116
 
Date:   Sun Jun 20 23:07:39 2010 -0400
 
117650
Author:     Matthias Clasen <mclasen@redhat.com>
 
117651
AuthorDate: Sun Jun 20 23:07:39 2010 -0400
 
117652
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117653
CommitDate: Sun Jun 20 23:07:39 2010 -0400
103117
117654
 
103118
117655
    Test glib_check_version
103119
117656
 
103121
117658
 1 file changed, 24 insertions(+)
103122
117659
 
103123
117660
commit cca48bd5b9de1d4902b12acc86778def3ae00cbe
103124
 
Author: Matthias Clasen <mclasen@redhat.com>
103125
 
Date:   Sun Jun 20 22:46:47 2010 -0400
 
117661
Author:     Matthias Clasen <mclasen@redhat.com>
 
117662
AuthorDate: Sun Jun 20 22:46:47 2010 -0400
 
117663
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117664
CommitDate: Sun Jun 20 22:46:47 2010 -0400
103126
117665
 
103127
117666
    Add support for coverage reports with lcov
103128
117667
 
103136
117675
 4 files changed, 110 insertions(+), 2 deletions(-)
103137
117676
 
103138
117677
commit bad7f1e54f03284cfd6235d345270ecada4379b5
103139
 
Author: Matthias Clasen <mclasen@redhat.com>
103140
 
Date:   Sun Jun 20 22:18:30 2010 -0400
 
117678
Author:     Matthias Clasen <mclasen@redhat.com>
 
117679
AuthorDate: Sun Jun 20 22:18:30 2010 -0400
 
117680
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117681
CommitDate: Sun Jun 20 22:18:30 2010 -0400
103141
117682
 
103142
117683
    Some fixes
103143
117684
 
103148
117689
 3 files changed, 50 insertions(+), 59 deletions(-)
103149
117690
 
103150
117691
commit 7bea2a7a4fec3dda19d08474c73f56a0f7cf2741
103151
 
Author: Matthias Clasen <mclasen@redhat.com>
103152
 
Date:   Sun Jun 20 21:16:24 2010 -0400
 
117692
Author:     Matthias Clasen <mclasen@redhat.com>
 
117693
AuthorDate: Sun Jun 20 21:16:24 2010 -0400
 
117694
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117695
CommitDate: Sun Jun 20 21:16:24 2010 -0400
103153
117696
 
103154
117697
    Move utf8 validation tests to the test framework
103155
117698
 
103162
117705
 4 files changed, 322 insertions(+), 322 deletions(-)
103163
117706
 
103164
117707
commit 5b08ef84e4132db8f3e873f52c4bc929949dff4d
103165
 
Author: Matthias Clasen <mclasen@redhat.com>
103166
 
Date:   Sun Jun 20 21:04:47 2010 -0400
 
117708
Author:     Matthias Clasen <mclasen@redhat.com>
 
117709
AuthorDate: Sun Jun 20 21:04:47 2010 -0400
 
117710
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117711
CommitDate: Sun Jun 20 21:04:47 2010 -0400
103167
117712
 
103168
117713
    Move utf8 pointer tests to test framework
103169
117714
 
103176
117721
 5 files changed, 333 insertions(+), 113 deletions(-)
103177
117722
 
103178
117723
commit 0ed575213b0be6553f08c7e3b35e49faae09f7ad
103179
 
Author: Matthias Clasen <mclasen@redhat.com>
103180
 
Date:   Sun Jun 20 16:24:56 2010 -0400
 
117724
Author:     Matthias Clasen <mclasen@redhat.com>
 
117725
AuthorDate: Sun Jun 20 16:24:56 2010 -0400
 
117726
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117727
CommitDate: Sun Jun 20 16:53:39 2010 -0400
103181
117728
 
103182
117729
    Consolide base64 tests in a single file
103183
117730
 
103188
117735
 3 files changed, 197 insertions(+), 239 deletions(-)
103189
117736
 
103190
117737
commit 08d6e535be868b04fe83d02cb8a99a8db96d2192
103191
 
Author: Matthias Clasen <mclasen@redhat.com>
103192
 
Date:   Sun Jun 20 12:29:17 2010 -0400
 
117738
Author:     Matthias Clasen <mclasen@redhat.com>
 
117739
AuthorDate: Sun Jun 20 12:29:17 2010 -0400
 
117740
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117741
CommitDate: Sun Jun 20 16:53:38 2010 -0400
103193
117742
 
103194
117743
    Move scanner tests to glib/tests
103195
117744
 
103202
117751
 4 files changed, 142 insertions(+), 146 deletions(-)
103203
117752
 
103204
117753
commit 87df095de3246142c9407f088b300c3a18846a94
103205
 
Author: Ryan Lortie <desrt@desrt.ca>
103206
 
Date:   Sun Jun 20 12:32:00 2010 -0400
 
117754
Author:     Ryan Lortie <desrt@desrt.ca>
 
117755
AuthorDate: Sun Jun 20 12:32:00 2010 -0400
 
117756
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117757
CommitDate: Sun Jun 20 12:32:00 2010 -0400
103207
117758
 
103208
117759
    GVariant: fix doc copy/paste error
103209
117760
 
103211
117762
 1 file changed, 1 insertion(+), 1 deletion(-)
103212
117763
 
103213
117764
commit ede159ec452aa27d7ea0058833ea39baed14756e
103214
 
Author: Ryan Lortie <desrt@desrt.ca>
103215
 
Date:   Sun Jun 20 12:30:27 2010 -0400
 
117765
Author:     Ryan Lortie <desrt@desrt.ca>
 
117766
AuthorDate: Sun Jun 20 12:30:27 2010 -0400
 
117767
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117768
CommitDate: Sun Jun 20 12:31:37 2010 -0400
103216
117769
 
103217
117770
    Add enum type for GVariantParseError
103218
117771
 
103222
117775
 3 files changed, 13 insertions(+)
103223
117776
 
103224
117777
commit 09aa2e79ab9b39b92c1cc911b95b49872a417382
103225
 
Author: Matthias Clasen <mclasen@redhat.com>
103226
 
Date:   Sun Jun 20 12:23:13 2010 -0400
 
117778
Author:     Matthias Clasen <mclasen@redhat.com>
 
117779
AuthorDate: Sun Jun 20 12:23:13 2010 -0400
 
117780
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117781
CommitDate: Sun Jun 20 12:23:13 2010 -0400
103227
117782
 
103228
117783
    Move sequence tests to the test framework
103229
117784
 
103235
117790
 3 files changed, 1289 insertions(+), 1301 deletions(-)
103236
117791
 
103237
117792
commit bf8ce25216c14c8f6f3267b0af107c03390e63bf
103238
 
Author: Matthias Clasen <mclasen@redhat.com>
103239
 
Date:   Sun Jun 20 11:34:31 2010 -0400
 
117793
Author:     Matthias Clasen <mclasen@redhat.com>
 
117794
AuthorDate: Sun Jun 20 11:34:31 2010 -0400
 
117795
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117796
CommitDate: Sun Jun 20 11:34:31 2010 -0400
103240
117797
 
103241
117798
    Move base64 tests of to test framework
103242
117799
 
103248
117805
 3 files changed, 142 insertions(+), 138 deletions(-)
103249
117806
 
103250
117807
commit 9a85f654c77dab88f625169a0128d890acf50b0b
103251
 
Author: Matthias Clasen <mclasen@redhat.com>
103252
 
Date:   Sun Jun 20 11:20:41 2010 -0400
 
117808
Author:     Matthias Clasen <mclasen@redhat.com>
 
117809
AuthorDate: Sun Jun 20 11:20:41 2010 -0400
 
117810
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117811
CommitDate: Sun Jun 20 11:20:54 2010 -0400
103253
117812
 
103254
117813
    Add new scripts to docs
103255
117814
 
103257
117816
 1 file changed, 15 insertions(+)
103258
117817
 
103259
117818
commit f849dbac05bad8e60b00707823f5c6d935ff36c1
103260
 
Author: Matthias Clasen <mclasen@redhat.com>
103261
 
Date:   Sun Jun 20 11:07:49 2010 -0400
 
117819
Author:     Matthias Clasen <mclasen@redhat.com>
 
117820
AuthorDate: Sun Jun 20 11:07:49 2010 -0400
 
117821
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117822
CommitDate: Sun Jun 20 11:20:54 2010 -0400
103262
117823
 
103263
117824
    Move regex tests to the g_test framework
103264
117825
 
103270
117831
 4 files changed, 1874 insertions(+), 2125 deletions(-)
103271
117832
 
103272
117833
commit fc5f3a96be53ceb8b431dffa675e622ec8a48186
103273
 
Author: Christian Persch <chpe@gnome.org>
103274
 
Date:   Sun Jun 20 02:32:35 2010 +0200
 
117834
Author:     Christian Persch <chpe@gnome.org>
 
117835
AuthorDate: Sun Jun 20 02:32:35 2010 +0200
 
117836
Commit:     Christian Persch <chpe@gnome.org>
 
117837
CommitDate: Sun Jun 20 13:35:41 2010 +0200
103275
117838
 
103276
117839
    Docs fix
103277
117840
 
103279
117842
 1 file changed, 6 insertions(+), 6 deletions(-)
103280
117843
 
103281
117844
commit 85621f1a0f4d77cde71e37ed8212e707f4af441d
103282
 
Author: Matthias Clasen <mclasen@redhat.com>
103283
 
Date:   Sun Jun 20 01:46:35 2010 -0400
 
117845
Author:     Matthias Clasen <mclasen@redhat.com>
 
117846
AuthorDate: Sun Jun 20 01:46:35 2010 -0400
 
117847
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117848
CommitDate: Sun Jun 20 01:46:35 2010 -0400
103284
117849
 
103285
117850
    Update the include pcre to 8.02
103286
117851
 
103306
117871
 18 files changed, 4133 insertions(+), 1393 deletions(-)
103307
117872
 
103308
117873
commit b0b7aeffc063981c32ff99da0385841ba18f5847
103309
 
Author: Matthias Clasen <mclasen@redhat.com>
103310
 
Date:   Sun Jun 20 01:14:55 2010 -0400
 
117874
Author:     Matthias Clasen <mclasen@redhat.com>
 
117875
AuthorDate: Sun Jun 20 01:14:55 2010 -0400
 
117876
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117877
CommitDate: Sun Jun 20 01:14:55 2010 -0400
103311
117878
 
103312
117879
    Add Unicode 5.2 scripts
103313
117880
 
103315
117882
 1 file changed, 18 insertions(+), 1 deletion(-)
103316
117883
 
103317
117884
commit 5fffa39b6ae8f8faf1036fbf07de02ffe84ef099
103318
 
Author: Matthias Clasen <mclasen@redhat.com>
103319
 
Date:   Sun Jun 20 00:09:00 2010 -0400
 
117885
Author:     Matthias Clasen <mclasen@redhat.com>
 
117886
AuthorDate: Sun Jun 20 00:09:00 2010 -0400
 
117887
Commit:     Matthias Clasen <mclasen@redhat.com>
 
117888
CommitDate: Sun Jun 20 00:15:31 2010 -0400
103320
117889
 
103321
117890
    Fix a memory leak in g_ptr_array_remove_index_fast
103322
117891
 
103327
117896
 1 file changed, 5 insertions(+), 6 deletions(-)
103328
117897
 
103329
117898
commit ea6470e31a6884a7243e9cd4df9734f1dc4828b9
103330
 
Author: Ryan Lortie <desrt@desrt.ca>
103331
 
Date:   Sat Jun 19 16:13:58 2010 -0400
 
117899
Author:     Ryan Lortie <desrt@desrt.ca>
 
117900
AuthorDate: Sat Jun 19 16:13:58 2010 -0400
 
117901
Commit:     Ryan Lortie <desrt@desrt.ca>
 
117902
CommitDate: Sat Jun 19 16:14:23 2010 -0400
103332
117903
 
103333
117904
    GSettings: complete support for enum binding
103334
117905
 
103336
117907
 1 file changed, 22 insertions(+)
103337
117908
 
103338
117909
commit dbe68f7c834c152c111afba41ffffd70a8e6997c
103339
 
Author: Johan Dahlin <johan@gnome.org>
103340
 
Date:   Sat Jun 19 15:23:35 2010 -0300
 
117910
Author:     Johan Dahlin <johan@gnome.org>
 
117911
AuthorDate: Sat Jun 19 15:23:35 2010 -0300
 
117912
Commit:     Johan Dahlin <johan@gnome.org>
 
117913
CommitDate: Sat Jun 19 15:24:18 2010 -0300
103341
117914
 
103342
117915
    [configure] Require dbus 1.2.14
103343
117916
 
103348
117921
 1 file changed, 2 insertions(+), 1 deletion(-)
103349
117922
 
103350
117923
commit 2d4e48b73c3efe74c3818616de6fcc332f2e640a
103351
 
Author: Christian Persch <chpe@gnome.org>
103352
 
Date:   Sat Jun 19 20:04:20 2010 +0200
 
117924
Author:     Christian Persch <chpe@gnome.org>
 
117925
AuthorDate: Sat Jun 19 20:04:20 2010 +0200
 
117926
Commit:     Christian Persch <chpe@gnome.org>
 
117927
CommitDate: Sat Jun 19 20:04:20 2010 +0200
103353
117928
 
103354
117929
    Tiny docs fix
103355
117930
 
103357
117932
 1 file changed, 4 insertions(+), 4 deletions(-)
103358
117933
 
103359
117934
commit db68f8203ab9b81e70dbada99faaf69c727f793c
103360
 
Author: Christian Persch <chpe@gnome.org>
103361
 
Date:   Fri Jun 18 01:08:13 2010 +0200
 
117935
Author:     Christian Persch <chpe@gnome.org>
 
117936
AuthorDate: Fri Jun 18 01:08:13 2010 +0200
 
117937
Commit:     Christian Persch <chpe@gnome.org>
 
117938
CommitDate: Sat Jun 19 19:07:36 2010 +0200
103362
117939
 
103363
117940
    Add g_value_take_variant
103364
117941
 
103379
117956
 8 files changed, 133 insertions(+), 2 deletions(-)
103380
117957
 
103381
117958
commit 052ef2614af7a8706035982d8211fff64241e83f
103382
 
Author: Christian Persch <chpe@gnome.org>
103383
 
Date:   Sat Jun 19 16:42:11 2010 +0200
 
117959
Author:     Christian Persch <chpe@gnome.org>
 
117960
AuthorDate: Sat Jun 19 16:42:11 2010 +0200
 
117961
Commit:     Christian Persch <chpe@gnome.org>
 
117962
CommitDate: Sat Jun 19 19:07:36 2010 +0200
103384
117963
 
103385
117964
    Add g_variant_is_floating
103386
117965
 
103392
117971
 5 files changed, 40 insertions(+)
103393
117972
 
103394
117973
commit 7bb00fd0e8a18b3e20d30053579f002e587dfbbb
103395
 
Author: Christian Persch <chpe@gnome.org>
103396
 
Date:   Sat Jun 19 16:41:25 2010 +0200
 
117974
Author:     Christian Persch <chpe@gnome.org>
 
117975
AuthorDate: Sat Jun 19 16:41:25 2010 +0200
 
117976
Commit:     Christian Persch <chpe@gnome.org>
 
117977
CommitDate: Sat Jun 19 19:07:36 2010 +0200
103397
117978
 
103398
117979
    Fix a preprocessor warning with --disable-visibility
103399
117980
 
103404
117985
 1 file changed, 2 insertions(+)
103405
117986
 
103406
117987
commit a558e460a2f493670932faa4c947ffc42ea8bc70
103407
 
Author: Milan Bouchet-Valat <nalimilan@club.fr>
103408
 
Date:   Sat Jun 19 19:00:13 2010 +0200
 
117988
Author:     Milan Bouchet-Valat <nalimilan@club.fr>
 
117989
AuthorDate: Sat Jun 19 19:00:13 2010 +0200
 
117990
Commit:     Milan Bouchet-Valat <nalimilan@club.fr>
 
117991
CommitDate: Sat Jun 19 19:00:13 2010 +0200
103409
117992
 
103410
117993
    Fix gsettings tool crash, part 2
103411
117994
 
103415
117998
 1 file changed, 8 insertions(+), 2 deletions(-)
103416
117999
 
103417
118000
commit 62939f5e45cd102313285ec13f90c3b4763e6ca8
103418
 
Author: Milan Bouchet-Valat <nalimilan@club.fr>
103419
 
Date:   Sat Jun 19 18:33:26 2010 +0200
 
118001
Author:     Milan Bouchet-Valat <nalimilan@club.fr>
 
118002
AuthorDate: Sat Jun 19 18:33:26 2010 +0200
 
118003
Commit:     Milan Bouchet-Valat <nalimilan@club.fr>
 
118004
CommitDate: Sat Jun 19 18:33:26 2010 +0200
103420
118005
 
103421
118006
    Fix gsettings tool crash
103422
118007
 
103431
118016
 1 file changed, 8 insertions(+), 2 deletions(-)
103432
118017
 
103433
118018
commit a7689537605ade51b19be76baa3fba303527483d
103434
 
Author: Ryan Lortie <desrt@desrt.ca>
103435
 
Date:   Sat Jun 19 11:38:57 2010 -0400
 
118019
Author:     Ryan Lortie <desrt@desrt.ca>
 
118020
AuthorDate: Sat Jun 19 11:38:57 2010 -0400
 
118021
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118022
CommitDate: Sat Jun 19 11:41:30 2010 -0400
103436
118023
 
103437
118024
    Fix bug in strinfo
103438
118025
 
103454
118041
 3 files changed, 39 insertions(+), 1 deletion(-)
103455
118042
 
103456
118043
commit e91541bf8c2e915b330c6dfee46a7709949da3a9
103457
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
103458
 
Date:   Sat Jun 19 15:13:41 2010 +0200
 
118044
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
118045
AuthorDate: Sat Jun 19 15:13:41 2010 +0200
 
118046
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
118047
CommitDate: Sat Jun 19 15:13:41 2010 +0200
103459
118048
 
103460
118049
    Updated Galician translations
103461
118050
 
103464
118053
 1 file changed, 58 insertions(+), 46 deletions(-)
103465
118054
 
103466
118055
commit a2888fbbf0f1a61436e036ff81a14f19fe45d5d0
103467
 
Author: Ryan Lortie <desrt@desrt.ca>
103468
 
Date:   Fri Jun 18 23:14:46 2010 -0400
 
118056
Author:     Ryan Lortie <desrt@desrt.ca>
 
118057
AuthorDate: Fri Jun 18 23:14:46 2010 -0400
 
118058
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118059
CommitDate: Fri Jun 18 23:14:46 2010 -0400
103469
118060
 
103470
118061
    Add a note to docs about paragraphs in schemas
103471
118062
 
103473
118064
 1 file changed, 2 insertions(+), 1 deletion(-)
103474
118065
 
103475
118066
commit 6217c9b41eb369cac48149639369f51b85763986
103476
 
Author: Ryan Lortie <desrt@desrt.ca>
103477
 
Date:   Fri Jun 18 22:59:43 2010 -0400
 
118067
Author:     Ryan Lortie <desrt@desrt.ca>
 
118068
AuthorDate: Fri Jun 18 22:59:43 2010 -0400
 
118069
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118070
CommitDate: Fri Jun 18 23:02:32 2010 -0400
103478
118071
 
103479
118072
    Conditional gsettings.m4 support, AC_PATH_PROG
103480
118073
 
103487
118080
 2 files changed, 5 insertions(+), 3 deletions(-)
103488
118081
 
103489
118082
commit 1ed105b19b31bd5265de7d62156732b343c086e3
103490
 
Author: Jürg Billeter <j@bitron.ch>
103491
 
Date:   Fri Jun 18 23:48:28 2010 +0200
 
118083
Author:     Jürg Billeter <j@bitron.ch>
 
118084
AuthorDate: Fri Jun 18 23:48:28 2010 +0200
 
118085
Commit:     David Zeuthen <davidz@redhat.com>
 
118086
CommitDate: Fri Jun 18 19:28:31 2010 -0400
103492
118087
 
103493
118088
    GDBus: Sink closures in _with_closures functions
103494
118089
 
103501
118096
 2 files changed, 36 insertions(+), 9 deletions(-)
103502
118097
 
103503
118098
commit 8f5bde679e7cf5b519988b0fa36c300ecce3f19f
103504
 
Author: Colin Walters <walters@verbum.org>
103505
 
Date:   Wed Jun 16 14:17:26 2010 -0400
 
118099
Author:     Colin Walters <walters@verbum.org>
 
118100
AuthorDate: Wed Jun 16 14:17:26 2010 -0400
 
118101
Commit:     Colin Walters <walters@verbum.org>
 
118102
CommitDate: Fri Jun 18 16:05:00 2010 -0400
103506
118103
 
103507
118104
    [GApplication] Add working directory to platform data
103508
118105
 
103515
118112
 3 files changed, 67 insertions(+), 16 deletions(-)
103516
118113
 
103517
118114
commit 6ff13071ae4729b0a0e2ba9404fef5e5dd6c14b2
103518
 
Author: Tor Lillqvist <tml@iki.fi>
103519
 
Date:   Fri Jun 18 10:56:25 2010 +0300
 
118115
Author:     Tor Lillqvist <tml@iki.fi>
 
118116
AuthorDate: Fri Jun 18 10:56:25 2010 +0300
 
118117
Commit:     Tor Lillqvist <tml@iki.fi>
 
118118
CommitDate: Fri Jun 18 10:57:00 2010 +0300
103520
118119
 
103521
118120
    Fix build on non-Unix
103522
118121
 
103524
118123
 1 file changed, 2 insertions(+), 2 deletions(-)
103525
118124
 
103526
118125
commit 4edfc34e5bae34f69d6771e2732f54821a4f7307
103527
 
Author: Matthias Clasen <mclasen@redhat.com>
103528
 
Date:   Thu Jun 17 19:42:46 2010 -0400
 
118126
Author:     Matthias Clasen <mclasen@redhat.com>
 
118127
AuthorDate: Thu Jun 17 19:42:46 2010 -0400
 
118128
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118129
CommitDate: Thu Jun 17 19:42:46 2010 -0400
103529
118130
 
103530
118131
    2.25.9
103531
118132
 
103533
118134
 1 file changed, 1 insertion(+), 1 deletion(-)
103534
118135
 
103535
118136
commit 7b1f45c2e8b5f3ba3595c5cf74fbfc70f03b61c0
103536
 
Author: Matthias Clasen <mclasen@redhat.com>
103537
 
Date:   Thu Jun 17 19:08:13 2010 -0400
 
118137
Author:     Matthias Clasen <mclasen@redhat.com>
 
118138
AuthorDate: Thu Jun 17 19:08:13 2010 -0400
 
118139
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118140
CommitDate: Thu Jun 17 19:08:52 2010 -0400
103538
118141
 
103539
118142
    Fix a mismerge
103540
118143
 
103542
118145
 1 file changed, 1 deletion(-)
103543
118146
 
103544
118147
commit 9b59059d9e85d10406393cef08e432626dcc78da
103545
 
Author: Matthias Clasen <mclasen@redhat.com>
103546
 
Date:   Thu Jun 17 19:04:03 2010 -0400
 
118148
Author:     Matthias Clasen <mclasen@redhat.com>
 
118149
AuthorDate: Thu Jun 17 19:04:03 2010 -0400
 
118150
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118151
CommitDate: Thu Jun 17 19:08:52 2010 -0400
103547
118152
 
103548
118153
    Fix distcheck
103549
118154
 
103551
118156
 1 file changed, 6 insertions(+)
103552
118157
 
103553
118158
commit bdd8fef4c05b41f534f138b0cf2f252e6ebd379f
103554
 
Author: Christian Persch <chpe@gnome.org>
103555
 
Date:   Fri Jun 18 00:38:46 2010 +0200
 
118159
Author:     Christian Persch <chpe@gnome.org>
 
118160
AuthorDate: Fri Jun 18 00:38:46 2010 +0200
 
118161
Commit:     Christian Persch <chpe@gnome.org>
 
118162
CommitDate: Fri Jun 18 00:38:46 2010 +0200
103556
118163
 
103557
118164
    Fix VARIANT out args
103558
118165
 
103562
118169
 1 file changed, 1 insertion(+), 1 deletion(-)
103563
118170
 
103564
118171
commit 30df71e382f76626f8abcdd16b800392be183b42
103565
 
Author: Christian Persch <chpe@gnome.org>
103566
 
Date:   Fri Jun 18 00:10:17 2010 +0200
 
118172
Author:     Christian Persch <chpe@gnome.org>
 
118173
AuthorDate: Fri Jun 18 00:10:17 2010 +0200
 
118174
Commit:     Christian Persch <chpe@gnome.org>
 
118175
CommitDate: Fri Jun 18 00:10:54 2010 +0200
103567
118176
 
103568
118177
    Add VARIANT to glib-genmarshal docs
103569
118178
 
103571
118180
 1 file changed, 7 insertions(+)
103572
118181
 
103573
118182
commit 79d32c2fc18dcd62e9e12ca871676d35697c9d41
103574
 
Author: David Zeuthen <davidz@redhat.com>
103575
 
Date:   Thu Jun 17 17:58:25 2010 -0400
 
118183
Author:     David Zeuthen <davidz@redhat.com>
 
118184
AuthorDate: Thu Jun 17 17:58:25 2010 -0400
 
118185
Commit:     David Zeuthen <davidz@redhat.com>
 
118186
CommitDate: Thu Jun 17 18:01:32 2010 -0400
103576
118187
 
103577
118188
    GDBusMessage: Fix bug when deserializing a message
103578
118189
 
103639
118250
 4 files changed, 134 insertions(+), 19 deletions(-)
103640
118251
 
103641
118252
commit 86d681ba3eb0df135b9ac592594c397021455425
103642
 
Author: Christian Persch <chpe@gnome.org>
103643
 
Date:   Thu Jun 17 23:44:25 2010 +0200
 
118253
Author:     Christian Persch <chpe@gnome.org>
 
118254
AuthorDate: Thu Jun 17 23:44:25 2010 +0200
 
118255
Commit:     Christian Persch <chpe@gnome.org>
 
118256
CommitDate: Thu Jun 17 23:50:10 2010 +0200
103644
118257
 
103645
118258
    Distcheck fix
103646
118259
 
103650
118263
 1 file changed, 1 insertion(+)
103651
118264
 
103652
118265
commit 0766981a1e634b850bec602d0bea6bc255377edb
103653
 
Author: Ryan Lortie <desrt@desrt.ca>
103654
 
Date:   Thu Jun 17 16:56:09 2010 -0400
 
118266
Author:     Ryan Lortie <desrt@desrt.ca>
 
118267
AuthorDate: Thu Jun 17 16:56:09 2010 -0400
 
118268
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118269
CommitDate: Thu Jun 17 16:56:53 2010 -0400
103655
118270
 
103656
118271
    Make g_settings_sync() a proper prototype.
103657
118272
 
103660
118275
 2 files changed, 2 insertions(+), 2 deletions(-)
103661
118276
 
103662
118277
commit 408daaa29445264073da1ac296dba5697ed4883c
103663
 
Author: Matthias Clasen <mclasen@redhat.com>
103664
 
Date:   Thu Jun 17 16:36:58 2010 -0400
 
118278
Author:     Matthias Clasen <mclasen@redhat.com>
 
118279
AuthorDate: Thu Jun 17 16:36:58 2010 -0400
 
118280
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118281
CommitDate: Thu Jun 17 16:36:58 2010 -0400
103665
118282
 
103666
118283
    Fix the build
103667
118284
 
103669
118286
 1 file changed, 3 insertions(+), 3 deletions(-)
103670
118287
 
103671
118288
commit df81e3f33e710ce64060a87b8ecf0aab1360bd5a
103672
 
Author: Matthias Clasen <mclasen@redhat.com>
103673
 
Date:   Thu Jun 17 16:13:29 2010 -0400
 
118289
Author:     Matthias Clasen <mclasen@redhat.com>
 
118290
AuthorDate: Thu Jun 17 16:13:29 2010 -0400
 
118291
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118292
CommitDate: Thu Jun 17 16:14:22 2010 -0400
103674
118293
 
103675
118294
    Updates
103676
118295
 
103678
118297
 1 file changed, 10 insertions(+), 3 deletions(-)
103679
118298
 
103680
118299
commit 0c506f200a60124197e8c20507a86516bb950ec4
103681
 
Author: David Zeuthen <davidz@redhat.com>
103682
 
Date:   Thu Jun 17 16:09:12 2010 -0400
 
118300
Author:     David Zeuthen <davidz@redhat.com>
 
118301
AuthorDate: Thu Jun 17 16:09:12 2010 -0400
 
118302
Commit:     David Zeuthen <davidz@redhat.com>
 
118303
CommitDate: Thu Jun 17 16:12:46 2010 -0400
103683
118304
 
103684
118305
    GDBus: Complain via g_warning() if an invalid message is received
103685
118306
 
103704
118325
 1 file changed, 10 insertions(+)
103705
118326
 
103706
118327
commit 57dff1e06011347cc11492a36dc187cbcf5eece8
103707
 
Author: David Zeuthen <davidz@redhat.com>
103708
 
Date:   Thu Jun 17 16:02:24 2010 -0400
 
118328
Author:     David Zeuthen <davidz@redhat.com>
 
118329
AuthorDate: Thu Jun 17 16:02:24 2010 -0400
 
118330
Commit:     David Zeuthen <davidz@redhat.com>
 
118331
CommitDate: Thu Jun 17 16:12:46 2010 -0400
103709
118332
 
103710
118333
    GDBusMessage: Properly check error and bail if set
103711
118334
 
103717
118340
 1 file changed, 2 insertions(+)
103718
118341
 
103719
118342
commit 8a105625b0261e2e3f45241e2892475fa7b45b88
103720
 
Author: Matthias Clasen <mclasen@redhat.com>
103721
 
Date:   Thu Jun 17 16:07:52 2010 -0400
 
118343
Author:     Matthias Clasen <mclasen@redhat.com>
 
118344
AuthorDate: Thu Jun 17 16:07:52 2010 -0400
 
118345
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118346
CommitDate: Thu Jun 17 16:07:52 2010 -0400
103722
118347
 
103723
118348
    Documentation fixups
103724
118349
 
103729
118354
 4 files changed, 18 insertions(+), 16 deletions(-)
103730
118355
 
103731
118356
commit 19a752a5f4b39ce43e6e3a26a478c1594b0627ca
103732
 
Author: Matthias Clasen <mclasen@redhat.com>
103733
 
Date:   Thu Jun 17 15:51:37 2010 -0400
 
118357
Author:     Matthias Clasen <mclasen@redhat.com>
 
118358
AuthorDate: Thu Jun 17 15:51:37 2010 -0400
 
118359
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118360
CommitDate: Thu Jun 17 15:53:08 2010 -0400
103734
118361
 
103735
118362
    fix a typo
103736
118363
 
103738
118365
 1 file changed, 1 insertion(+), 1 deletion(-)
103739
118366
 
103740
118367
commit 10e430bcc09d82cf9b3634242981296e0d47693b
103741
 
Author: Christian Persch <chpe@gnome.org>
103742
 
Date:   Thu Jun 17 21:40:47 2010 +0200
 
118368
Author:     Christian Persch <chpe@gnome.org>
 
118369
AuthorDate: Thu Jun 17 21:40:47 2010 +0200
 
118370
Commit:     Christian Persch <chpe@gnome.org>
 
118371
CommitDate: Thu Jun 17 21:41:09 2010 +0200
103743
118372
 
103744
118373
    Fix GApplication for the G_TYPE_VARIANT change
103745
118374
 
103749
118378
 2 files changed, 26 insertions(+), 33 deletions(-)
103750
118379
 
103751
118380
commit daee48a0af26105175db5768f770ddb8f1a4a7b1
103752
 
Author: Matthias Clasen <mclasen@redhat.com>
103753
 
Date:   Thu Jun 17 15:29:45 2010 -0400
 
118381
Author:     Matthias Clasen <mclasen@redhat.com>
 
118382
AuthorDate: Thu Jun 17 15:29:45 2010 -0400
 
118383
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118384
CommitDate: Thu Jun 17 15:30:06 2010 -0400
103754
118385
 
103755
118386
    Update api docs to current api
103756
118387
 
103758
118389
 1 file changed, 2 insertions(+), 7 deletions(-)
103759
118390
 
103760
118391
commit 0a7e6255b37efd2005bb86a5843921d4adc3bdf8
103761
 
Author: David Zeuthen <davidz@redhat.com>
103762
 
Date:   Thu Jun 17 15:27:18 2010 -0400
 
118392
Author:     David Zeuthen <davidz@redhat.com>
 
118393
AuthorDate: Thu Jun 17 15:27:18 2010 -0400
 
118394
Commit:     David Zeuthen <davidz@redhat.com>
 
118395
CommitDate: Thu Jun 17 15:27:18 2010 -0400
103763
118396
 
103764
118397
    Catch up with G_TYPE_VARIANT changes
103765
118398
 
103773
118406
 2 files changed, 4 insertions(+), 2 deletions(-)
103774
118407
 
103775
118408
commit 2c5e1d51934a7983acea9e392de5741c47b8be14
103776
 
Author: Matthias Clasen <mclasen@redhat.com>
103777
 
Date:   Thu Jun 17 15:07:08 2010 -0400
 
118409
Author:     Matthias Clasen <mclasen@redhat.com>
 
118410
AuthorDate: Thu Jun 17 15:07:08 2010 -0400
 
118411
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118412
CommitDate: Thu Jun 17 15:08:37 2010 -0400
103778
118413
 
103779
118414
    Fix a typo
103780
118415
 
103782
118417
 1 file changed, 1 insertion(+), 1 deletion(-)
103783
118418
 
103784
118419
commit 0010e86572092ba00eaf01796c863e7584e29611
103785
 
Author: Ryan Lortie <desrt@desrt.ca>
103786
 
Date:   Thu Jun 17 15:06:33 2010 -0400
 
118420
Author:     Ryan Lortie <desrt@desrt.ca>
 
118421
AuthorDate: Thu Jun 17 15:06:33 2010 -0400
 
118422
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118423
CommitDate: Thu Jun 17 15:06:33 2010 -0400
103787
118424
 
103788
118425
    GSettings: remove "context" from backend too.
103789
118426
 
103795
118432
 2 files changed, 1 insertion(+), 74 deletions(-)
103796
118433
 
103797
118434
commit 4708b8ecc3f00e49aa98cb5989b5474a3257906c
103798
 
Author: Christian Persch <chpe@gnome.org>
103799
 
Date:   Thu Jun 17 18:03:51 2010 +0200
 
118435
Author:     Christian Persch <chpe@gnome.org>
 
118436
AuthorDate: Thu Jun 17 18:03:51 2010 +0200
 
118437
Commit:     Christian Persch <chpe@gnome.org>
 
118438
CommitDate: Thu Jun 17 21:00:54 2010 +0200
103800
118439
 
103801
118440
    Add fundamental type and pspec for GVariant
103802
118441
 
103826
118465
 14 files changed, 461 insertions(+), 35 deletions(-)
103827
118466
 
103828
118467
commit f2ae6217771b1014efb86eab0f5346d3b297024e
103829
 
Author: Ryan Lortie <desrt@desrt.ca>
103830
 
Date:   Thu Jun 17 14:58:46 2010 -0400
 
118468
Author:     Ryan Lortie <desrt@desrt.ca>
 
118469
AuthorDate: Thu Jun 17 14:58:46 2010 -0400
 
118470
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118471
CommitDate: Thu Jun 17 14:58:46 2010 -0400
103831
118472
 
103832
118473
    Revert "GVariant: add g_variant_default_value()"
103833
118474
 
103843
118484
 4 files changed, 2 insertions(+), 33 deletions(-)
103844
118485
 
103845
118486
commit 58e000d30127b70f147f5f615fddea5358992029
103846
 
Author: Ryan Lortie <desrt@desrt.ca>
103847
 
Date:   Thu Jun 17 14:33:50 2010 -0400
 
118487
Author:     Ryan Lortie <desrt@desrt.ca>
 
118488
AuthorDate: Thu Jun 17 14:33:50 2010 -0400
 
118489
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118490
CommitDate: Thu Jun 17 14:33:50 2010 -0400
103848
118491
 
103849
118492
    Only run the schema compiler from the test cases
103850
118493
 
103852
118495
 1 file changed, 6 deletions(-)
103853
118496
 
103854
118497
commit 6c3ae976e61a9c680c7e18ff89d41d0808a066c4
103855
 
Author: Ryan Lortie <desrt@desrt.ca>
103856
 
Date:   Thu Jun 17 14:05:40 2010 -0400
 
118498
Author:     Ryan Lortie <desrt@desrt.ca>
 
118499
AuthorDate: Thu Jun 17 14:05:40 2010 -0400
 
118500
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118501
CommitDate: Thu Jun 17 14:05:40 2010 -0400
103857
118502
 
103858
118503
    Bug 621266  - GSettings "context" clarification
103859
118504
 
103873
118518
 9 files changed, 120 insertions(+), 284 deletions(-)
103874
118519
 
103875
118520
commit b3cc28bc34bd0b341f1786dc478cff259ce5d1da
103876
 
Author: Cosimo Cecchi <cosimoc@gnome.org>
103877
 
Date:   Thu Jun 17 18:26:15 2010 +0200
 
118521
Author:     Cosimo Cecchi <cosimoc@gnome.org>
 
118522
AuthorDate: Thu Jun 17 18:26:15 2010 +0200
 
118523
Commit:     Cosimo Cecchi <cosimoc@gnome.org>
 
118524
CommitDate: Thu Jun 17 18:49:55 2010 +0200
103878
118525
 
103879
118526
    Bug 621905 – Assume a ref when doing async work
103880
118527
 
103889
118536
 1 file changed, 3 insertions(+), 1 deletion(-)
103890
118537
 
103891
118538
commit d352ec2bf383754f352fc7cbfb7a48918cc0d9ea
103892
 
Author: Ryan Lortie <desrt@desrt.ca>
103893
 
Date:   Thu Jun 17 10:50:47 2010 -0400
 
118539
Author:     Ryan Lortie <desrt@desrt.ca>
 
118540
AuthorDate: Thu Jun 17 10:50:47 2010 -0400
 
118541
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118542
CommitDate: Thu Jun 17 10:50:47 2010 -0400
103894
118543
 
103895
118544
    GSettings-related distcheck fixups
103896
118545
 
103900
118549
 2 files changed, 61 insertions(+), 37 deletions(-)
103901
118550
 
103902
118551
commit fcbddd746b73bc2c4ab2754f66355bd8b59d9a6b
103903
 
Author: Ryan Lortie <desrt@desrt.ca>
103904
 
Date:   Thu Jun 17 09:38:39 2010 -0400
 
118552
Author:     Ryan Lortie <desrt@desrt.ca>
 
118553
AuthorDate: Thu Jun 17 09:38:39 2010 -0400
 
118554
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118555
CommitDate: Thu Jun 17 09:38:39 2010 -0400
103905
118556
 
103906
118557
    Add 'if' that was absorbed by $(AM_V_GEN)
103907
118558
 
103911
118562
 1 file changed, 1 insertion(+), 1 deletion(-)
103912
118563
 
103913
118564
commit e7cd94a481065806eff1f330c2b4fe0cf8c913fb
103914
 
Author: Ryan Lortie <desrt@desrt.ca>
103915
 
Date:   Thu Jun 17 08:57:19 2010 -0400
 
118565
Author:     Ryan Lortie <desrt@desrt.ca>
 
118566
AuthorDate: Thu Jun 17 08:57:19 2010 -0400
 
118567
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118568
CommitDate: Thu Jun 17 08:57:19 2010 -0400
103916
118569
 
103917
118570
    More GSettings doc fixups
103918
118571
 
103920
118573
 1 file changed, 3 insertions(+), 3 deletions(-)
103921
118574
 
103922
118575
commit 92375a8c8e14517fd7b6d2321e73b4acf15f1442
103923
 
Author: Ryan Lortie <desrt@desrt.ca>
103924
 
Date:   Thu Jun 17 08:08:28 2010 -0400
 
118576
Author:     Ryan Lortie <desrt@desrt.ca>
 
118577
AuthorDate: Thu Jun 17 08:08:28 2010 -0400
 
118578
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118579
CommitDate: Thu Jun 17 08:08:28 2010 -0400
103925
118580
 
103926
118581
    <alias> takes mandatory target='' arg
103927
118582
 
103929
118584
 1 file changed, 2 insertions(+), 1 deletion(-)
103930
118585
 
103931
118586
commit d405ad8a09806361637b0abed76e62bc64b66cbe
103932
 
Author: Ryan Lortie <desrt@desrt.ca>
103933
 
Date:   Thu Jun 17 08:06:52 2010 -0400
 
118587
Author:     Ryan Lortie <desrt@desrt.ca>
 
118588
AuthorDate: Thu Jun 17 08:06:52 2010 -0400
 
118589
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118590
CommitDate: Thu Jun 17 08:06:52 2010 -0400
103934
118591
 
103935
118592
    GSettings: Fix comment formatting, whitespace.
103936
118593
 
103938
118595
 1 file changed, 10 insertions(+), 10 deletions(-)
103939
118596
 
103940
118597
commit 24f1fa12c148141b8be39083f0ba7106fd97590f
103941
 
Author: Matthias Clasen <mclasen@redhat.com>
103942
 
Date:   Thu Jun 17 01:51:23 2010 -0400
 
118598
Author:     Matthias Clasen <mclasen@redhat.com>
 
118599
AuthorDate: Thu Jun 17 01:51:23 2010 -0400
 
118600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118601
CommitDate: Thu Jun 17 01:51:23 2010 -0400
103943
118602
 
103944
118603
    Add new api
103945
118604
 
103947
118606
 1 file changed, 2 insertions(+)
103948
118607
 
103949
118608
commit 61af83c5b6a632448e9330eedebf7f8aa225f2e3
103950
 
Author: Matthias Clasen <mclasen@redhat.com>
103951
 
Date:   Thu Jun 17 01:38:14 2010 -0400
 
118609
Author:     Matthias Clasen <mclasen@redhat.com>
 
118610
AuthorDate: Thu Jun 17 01:38:14 2010 -0400
 
118611
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118612
CommitDate: Thu Jun 17 01:38:14 2010 -0400
103952
118613
 
103953
118614
    Add some schema examples
103954
118615
 
103957
118618
 1 file changed, 80 insertions(+), 2 deletions(-)
103958
118619
 
103959
118620
commit fbf93c371a8e9c8f5593ba34917e112b9759a801
103960
 
Author: Matthias Clasen <mclasen@redhat.com>
103961
 
Date:   Thu Jun 17 00:45:43 2010 -0400
 
118621
Author:     Matthias Clasen <mclasen@redhat.com>
 
118622
AuthorDate: Thu Jun 17 00:45:43 2010 -0400
 
118623
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118624
CommitDate: Thu Jun 17 00:45:43 2010 -0400
103962
118625
 
103963
118626
    Typo fix
103964
118627
 
103966
118629
 1 file changed, 1 insertion(+), 1 deletion(-)
103967
118630
 
103968
118631
commit 345a1ee31c9d8783670ca3ad3c7d6e526b0c039c
103969
 
Author: Matthias Clasen <mclasen@redhat.com>
103970
 
Date:   Thu Jun 17 00:37:12 2010 -0400
 
118632
Author:     Matthias Clasen <mclasen@redhat.com>
 
118633
AuthorDate: Thu Jun 17 00:37:12 2010 -0400
 
118634
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118635
CommitDate: Thu Jun 17 00:37:49 2010 -0400
103971
118636
 
103972
118637
    Update the dtd to match the schema parser
103973
118638
 
103977
118642
 1 file changed, 3 insertions(+), 3 deletions(-)
103978
118643
 
103979
118644
commit 3fbac9940263def7a741570ca71e07962fe365c3
103980
 
Author: Matthias Clasen <mclasen@redhat.com>
103981
 
Date:   Wed Jun 16 22:42:16 2010 -0400
 
118645
Author:     Matthias Clasen <mclasen@redhat.com>
 
118646
AuthorDate: Wed Jun 16 22:42:16 2010 -0400
 
118647
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118648
CommitDate: Thu Jun 17 00:37:49 2010 -0400
103982
118649
 
103983
118650
    Updates
103984
118651
 
103986
118653
 1 file changed, 61 insertions(+)
103987
118654
 
103988
118655
commit fc538894d38780be8fb46735a07e2d36c34eaacb
103989
 
Author: Ryan Lortie <desrt@desrt.ca>
103990
 
Date:   Thu Jun 17 00:03:44 2010 -0400
 
118656
Author:     Ryan Lortie <desrt@desrt.ca>
 
118657
AuthorDate: Thu Jun 17 00:03:44 2010 -0400
 
118658
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118659
CommitDate: Thu Jun 17 00:03:44 2010 -0400
103991
118660
 
103992
118661
    GSettings: enum/choices/aliases/range test cases
103993
118662
 
104026
118695
 29 files changed, 368 insertions(+), 7 deletions(-)
104027
118696
 
104028
118697
commit be8f938b6309afccd85e8f79d5e8c42a1ab11131
104029
 
Author: Ryan Lortie <desrt@desrt.ca>
104030
 
Date:   Wed Jun 16 18:49:20 2010 -0400
 
118698
Author:     Ryan Lortie <desrt@desrt.ca>
 
118699
AuthorDate: Wed Jun 16 18:49:20 2010 -0400
 
118700
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118701
CommitDate: Wed Jun 16 18:49:20 2010 -0400
104031
118702
 
104032
118703
    move GSettings(Backend) to giotypes.h
104033
118704
 
104037
118708
 3 files changed, 5 insertions(+), 5 deletions(-)
104038
118709
 
104039
118710
commit f0d30e0c0c645b585478dcae58a4e8d4cdd80fd8
104040
 
Author: Ryan Lortie <desrt@desrt.ca>
104041
 
Date:   Wed Jun 16 18:36:24 2010 -0400
 
118711
Author:     Ryan Lortie <desrt@desrt.ca>
 
118712
AuthorDate: Wed Jun 16 18:36:24 2010 -0400
 
118713
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118714
CommitDate: Wed Jun 16 18:36:24 2010 -0400
104042
118715
 
104043
118716
    Bug 621319 - more leaked GVariants in GSettings
104044
118717
 
104048
118721
 1 file changed, 1 insertion(+)
104049
118722
 
104050
118723
commit 4275c68c30bc372b4aa5d9f5a5ee7f2817d49d4e
104051
 
Author: Ryan Lortie <desrt@desrt.ca>
104052
 
Date:   Wed Jun 16 18:22:48 2010 -0400
 
118724
Author:     Ryan Lortie <desrt@desrt.ca>
 
118725
AuthorDate: Wed Jun 16 18:22:48 2010 -0400
 
118726
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118727
CommitDate: Wed Jun 16 18:22:48 2010 -0400
104053
118728
 
104054
118729
    GVariant serialiser: fix small type error
104055
118730
 
104057
118732
 1 file changed, 1 insertion(+), 1 deletion(-)
104058
118733
 
104059
118734
commit 597290d5c81bf889a694e286ea2434655b82a404
104060
 
Author: Ryan Lortie <desrt@desrt.ca>
104061
 
Date:   Mon Jun 14 17:29:41 2010 -0400
 
118735
Author:     Ryan Lortie <desrt@desrt.ca>
 
118736
AuthorDate: Mon Jun 14 17:29:41 2010 -0400
 
118737
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118738
CommitDate: Wed Jun 16 18:17:53 2010 -0400
104062
118739
 
104063
118740
    GSettings: major refactor.  Add enums, range.
104064
118741
 
104080
118757
 14 files changed, 2893 insertions(+), 1340 deletions(-)
104081
118758
 
104082
118759
commit b205dc77cb14f67818eaac23d0eb3f5d1b867921
104083
 
Author: Ryan Lortie <desrt@desrt.ca>
104084
 
Date:   Wed Jun 16 15:56:51 2010 -0400
 
118760
Author:     Ryan Lortie <desrt@desrt.ca>
 
118761
AuthorDate: Wed Jun 16 15:56:51 2010 -0400
 
118762
Commit:     Ryan Lortie <desrt@desrt.ca>
 
118763
CommitDate: Wed Jun 16 15:58:53 2010 -0400
104085
118764
 
104086
118765
    GVariant: add g_variant_default_value()
104087
118766
 
104095
118774
 4 files changed, 33 insertions(+), 2 deletions(-)
104096
118775
 
104097
118776
commit 6a1cb9f697c0cd69d717b2a1457dd696702f4e48
104098
 
Author: Christian Persch <chpe@gnome.org>
104099
 
Date:   Wed Jun 16 18:47:20 2010 +0200
 
118777
Author:     Christian Persch <chpe@gnome.org>
 
118778
AuthorDate: Wed Jun 16 18:47:20 2010 +0200
 
118779
Commit:     Christian Persch <chpe@gnome.org>
 
118780
CommitDate: Wed Jun 16 18:47:20 2010 +0200
104100
118781
 
104101
118782
    Typo fix
104102
118783
 
104104
118785
 1 file changed, 1 insertion(+), 1 deletion(-)
104105
118786
 
104106
118787
commit b90f11ff970a39ea6d9d7abbe01b07043c70de6b
104107
 
Author: Christian Persch <chpe@gnome.org>
104108
 
Date:   Wed Jun 16 17:48:02 2010 +0200
 
118788
Author:     Christian Persch <chpe@gnome.org>
 
118789
AuthorDate: Wed Jun 16 17:48:02 2010 +0200
 
118790
Commit:     Christian Persch <chpe@gnome.org>
 
118791
CommitDate: Wed Jun 16 17:48:02 2010 +0200
104109
118792
 
104110
118793
    Typo fix
104111
118794
 
104113
118796
 1 file changed, 1 insertion(+), 1 deletion(-)
104114
118797
 
104115
118798
commit 102c5f6a7d13ec099a8c89db0651172fd3230268
104116
 
Author: Colin Walters <walters@verbum.org>
104117
 
Date:   Wed Jun 16 00:18:09 2010 -0400
 
118799
Author:     Colin Walters <walters@verbum.org>
 
118800
AuthorDate: Wed Jun 16 00:18:09 2010 -0400
 
118801
Commit:     Colin Walters <walters@verbum.org>
 
118802
CommitDate: Wed Jun 16 11:13:43 2010 -0400
104118
118803
 
104119
118804
    Rework GApplication API to use GInitable
104120
118805
 
104131
118816
 7 files changed, 388 insertions(+), 187 deletions(-)
104132
118817
 
104133
118818
commit 25ba90ffdd744d4c3c59cc550cdf08f3de11d542
104134
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
104135
 
Date:   Wed Jun 16 15:09:33 2010 +0100
 
118819
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118820
AuthorDate: Wed Jun 16 15:09:33 2010 +0100
 
118821
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118822
CommitDate: Wed Jun 16 15:09:33 2010 +0100
104136
118823
 
104137
118824
    Add gdbus-proxy-well-known-name to the ignore file
104138
118825
 
104140
118827
 1 file changed, 1 insertion(+)
104141
118828
 
104142
118829
commit 33aa4b4c662f18433ed27cd319ab5c97e5a9d9da
104143
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
104144
 
Date:   Wed Jun 16 15:08:10 2010 +0100
 
118830
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118831
AuthorDate: Wed Jun 16 15:08:10 2010 +0100
 
118832
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118833
CommitDate: Wed Jun 16 15:08:10 2010 +0100
104145
118834
 
104146
118835
    binding: Use a hash table
104147
118836
 
104154
118843
 1 file changed, 24 insertions(+), 7 deletions(-)
104155
118844
 
104156
118845
commit f72f65643fb1d832e8296b26cff77dedbdac310f
104157
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
104158
 
Date:   Wed Jun 16 14:47:06 2010 +0100
 
118846
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118847
AuthorDate: Wed Jun 16 14:47:06 2010 +0100
 
118848
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118849
CommitDate: Wed Jun 16 14:56:59 2010 +0100
104159
118850
 
104160
118851
    tests: Add a chain binding
104161
118852
 
104169
118860
 1 file changed, 35 insertions(+)
104170
118861
 
104171
118862
commit 48e3b31042c9a86d06740f2c73cbb6ffa140ba54
104172
 
Author: Matthias Clasen <mclasen@redhat.com>
104173
 
Date:   Tue Jun 15 22:06:56 2010 -0400
 
118863
Author:     Matthias Clasen <mclasen@redhat.com>
 
118864
AuthorDate: Tue Jun 15 22:06:56 2010 -0400
 
118865
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118866
CommitDate: Tue Jun 15 22:06:56 2010 -0400
104174
118867
 
104175
118868
    Properly initialize GError
104176
118869
 
104180
118873
 1 file changed, 1 insertion(+)
104181
118874
 
104182
118875
commit 1b8ee5196eb8ed684b0ee0d2f0d26e6bd82656af
104183
 
Author: Christian Persch <chpe@gnome.org>
104184
 
Date:   Tue Jun 15 22:01:02 2010 -0400
 
118876
Author:     Christian Persch <chpe@gnome.org>
 
118877
AuthorDate: Tue Jun 15 22:01:02 2010 -0400
 
118878
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118879
CommitDate: Tue Jun 15 22:01:02 2010 -0400
104185
118880
 
104186
118881
    Sprinkle some $(AM_V_GEN) around to make the build more silent.
104187
118882
 
104195
118890
 7 files changed, 26 insertions(+), 27 deletions(-)
104196
118891
 
104197
118892
commit 062148ae9a4176a28c055a6e3505f4e5c9ff6313
104198
 
Author: Matthias Clasen <mclasen@redhat.com>
104199
 
Date:   Tue Jun 15 21:57:57 2010 -0400
 
118893
Author:     Matthias Clasen <mclasen@redhat.com>
 
118894
AuthorDate: Tue Jun 15 21:57:57 2010 -0400
 
118895
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118896
CommitDate: Tue Jun 15 21:57:57 2010 -0400
104200
118897
 
104201
118898
    Correct some documentation mistakes in gunixmounts.c
104202
118899
 
104206
118903
 1 file changed, 13 insertions(+), 13 deletions(-)
104207
118904
 
104208
118905
commit 6d1d9cf1b551845a159a6b822500bb40e33fda74
104209
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
104210
 
Date:   Fri Jun 4 16:17:15 2010 +0100
 
118906
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118907
AuthorDate: Fri Jun 4 16:17:15 2010 +0100
 
118908
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118909
CommitDate: Tue Jun 15 16:06:18 2010 +0100
104211
118910
 
104212
118911
    gobject: Add GBinding
104213
118912
 
104234
118933
 11 files changed, 1430 insertions(+), 3 deletions(-)
104235
118934
 
104236
118935
commit f3879a4bdca2ff1cf6c6b016d67a7e5d40c0e86b
104237
 
Author: Damien Lespiau <damien.lespiau@gmail.com>
104238
 
Date:   Sat Apr 10 15:50:40 2010 +0100
 
118936
Author:     Damien Lespiau <damien.lespiau@gmail.com>
 
118937
AuthorDate: Sat Apr 10 15:50:40 2010 +0100
 
118938
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
118939
CommitDate: Tue Jun 15 10:51:36 2010 +0100
104239
118940
 
104240
118941
    Introduce g_object_notify_by_pspec()
104241
118942
 
104258
118959
 4 files changed, 79 insertions(+), 7 deletions(-)
104259
118960
 
104260
118961
commit 08f473ffeff7524e619dc0459c07a981a3b4285c
104261
 
Author: Matthias Clasen <mclasen@redhat.com>
104262
 
Date:   Tue Jun 15 02:01:16 2010 -0400
 
118962
Author:     Matthias Clasen <mclasen@redhat.com>
 
118963
AuthorDate: Tue Jun 15 02:01:16 2010 -0400
 
118964
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118965
CommitDate: Tue Jun 15 02:01:16 2010 -0400
104263
118966
 
104264
118967
    Prevent division by zero if no tests
104265
118968
 
104267
118970
 1 file changed, 4 insertions(+), 1 deletion(-)
104268
118971
 
104269
118972
commit 53f70ac43b0a4d2de109a73b0ea3724aefe95d5d
104270
 
Author: Matthias Clasen <mclasen@redhat.com>
104271
 
Date:   Tue Jun 15 01:50:15 2010 -0400
 
118973
Author:     Matthias Clasen <mclasen@redhat.com>
 
118974
AuthorDate: Tue Jun 15 01:50:15 2010 -0400
 
118975
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118976
CommitDate: Tue Jun 15 01:50:15 2010 -0400
104272
118977
 
104273
118978
    Forgotten file
104274
118979
 
104276
118981
 1 file changed, 1 insertion(+)
104277
118982
 
104278
118983
commit f9e8b5d9d47859c7bb62430753ce77e981e4ee65
104279
 
Author: Robert Collins <robertc@robertcollins.net>
104280
 
Date:   Tue Jun 15 01:49:44 2010 -0400
 
118984
Author:     Robert Collins <robertc@robertcollins.net>
 
118985
AuthorDate: Tue Jun 15 01:49:44 2010 -0400
 
118986
Commit:     Matthias Clasen <mclasen@redhat.com>
 
118987
CommitDate: Tue Jun 15 01:49:44 2010 -0400
104281
118988
 
104282
118989
    Add subunit support to gtester-report
104283
118990
 
104296
119003
 1 file changed, 129 insertions(+), 12 deletions(-)
104297
119004
 
104298
119005
commit 8de6d03c4417a16cad2d089805f93da4b4160602
104299
 
Author: Robert Collins <robertc@robertcollins.net>
104300
 
Date:   Tue Jun 15 01:37:14 2010 -0400
 
119006
Author:     Robert Collins <robertc@robertcollins.net>
 
119007
AuthorDate: Tue Jun 15 01:37:14 2010 -0400
 
119008
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119009
CommitDate: Tue Jun 15 01:37:27 2010 -0400
104301
119010
 
104302
119011
    Use optparse to parse gtester-report commandline options
104303
119012
 
104308
119017
 1 file changed, 23 insertions(+), 31 deletions(-)
104309
119018
 
104310
119019
commit ddb9a2f26490b45f9cbda51b79ebcafb38b6ca81
104311
 
Author: Emmanuele Bassi <ebassi@gmail.com>
104312
 
Date:   Tue Jun 15 01:31:18 2010 -0400
 
119020
Author:     Emmanuele Bassi <ebassi@gmail.com>
 
119021
AuthorDate: Tue Jun 15 01:31:18 2010 -0400
 
119022
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119023
CommitDate: Tue Jun 15 01:31:18 2010 -0400
104313
119024
 
104314
119025
     Add package and version to the test report XML
104315
119026
 
104318
119029
 2 files changed, 20 insertions(+), 4 deletions(-)
104319
119030
 
104320
119031
commit 9971686b7e0d3a3f8416534a55e246bbfd901d0a
104321
 
Author: Matthias Clasen <mclasen@redhat.com>
104322
 
Date:   Tue Jun 15 00:50:36 2010 -0400
 
119032
Author:     Matthias Clasen <mclasen@redhat.com>
 
119033
AuthorDate: Tue Jun 15 00:50:36 2010 -0400
 
119034
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119035
CommitDate: Tue Jun 15 00:50:36 2010 -0400
104323
119036
 
104324
119037
    Reword a doc comment
104325
119038
 
104329
119042
 1 file changed, 5 insertions(+), 6 deletions(-)
104330
119043
 
104331
119044
commit a500de820260915c6b4d4724d6029ee5b8552ae7
104332
 
Author: Hib Eris <hib@hiberis.nl>
104333
 
Date:   Tue Jun 15 00:39:46 2010 -0400
 
119045
Author:     Hib Eris <hib@hiberis.nl>
 
119046
AuthorDate: Tue Jun 15 00:39:46 2010 -0400
 
119047
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119048
CommitDate: Tue Jun 15 00:39:46 2010 -0400
104334
119049
 
104335
119050
    Let GLIB_SETTINGS macro use glib-compile-schemas from PATH when
104336
119051
    cross compiling
104341
119056
 1 file changed, 6 insertions(+), 1 deletion(-)
104342
119057
 
104343
119058
commit b079d6a54616514e80b552ebe0a42f45e379b0e8
104344
 
Author: Hib Eris <hib@hiberis.nl>
104345
 
Date:   Tue Jun 15 00:38:35 2010 -0400
 
119059
Author:     Hib Eris <hib@hiberis.nl>
 
119060
AuthorDate: Tue Jun 15 00:38:35 2010 -0400
 
119061
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119062
CommitDate: Tue Jun 15 00:38:35 2010 -0400
104346
119063
 
104347
119064
    Use native glib-compile-schemas when cross compiling
104348
119065
 
104351
119068
 2 files changed, 14 insertions(+), 2 deletions(-)
104352
119069
 
104353
119070
commit 85210bcf9b7f597aa2ad2a7087709c6091638805
104354
 
Author: Colin Walters <walters@verbum.org>
104355
 
Date:   Tue Jun 8 16:25:33 2010 -0400
 
119071
Author:     Colin Walters <walters@verbum.org>
 
119072
AuthorDate: Tue Jun 8 16:25:33 2010 -0400
 
119073
Commit:     Colin Walters <walters@verbum.org>
 
119074
CommitDate: Mon Jun 14 16:36:23 2010 -0400
104356
119075
 
104357
119076
    Switch to using variants for timestamps, split out signals
104358
119077
 
104375
119094
 8 files changed, 159 insertions(+), 97 deletions(-)
104376
119095
 
104377
119096
commit 8c4e1fa0afd97ae211260e4990585629d3c010a1
104378
 
Author: Christian Persch <chpe@gnome.org>
104379
 
Date:   Sun Jun 13 15:16:33 2010 +0200
 
119097
Author:     Christian Persch <chpe@gnome.org>
 
119098
AuthorDate: Sun Jun 13 15:16:33 2010 +0200
 
119099
Commit:     Christian Persch <chpe@gnome.org>
 
119100
CommitDate: Mon Jun 14 00:02:57 2010 +0200
104380
119101
 
104381
119102
    Add --xml to gdbus-tool to print raw introspected XML
104382
119103
 
104387
119108
 2 files changed, 17 insertions(+), 7 deletions(-)
104388
119109
 
104389
119110
commit fdb15058a4625e0f2eb56c56d945e032d8a833ca
104390
 
Author: Matthias Clasen <mclasen@redhat.com>
104391
 
Date:   Sat Jun 12 18:40:45 2010 -0400
 
119111
Author:     Matthias Clasen <mclasen@redhat.com>
 
119112
AuthorDate: Sat Jun 12 18:40:45 2010 -0400
 
119113
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119114
CommitDate: Sun Jun 13 01:03:10 2010 -0400
104392
119115
 
104393
119116
    Avoid a race in application registration
104394
119117
 
104400
119123
 2 files changed, 27 insertions(+), 25 deletions(-)
104401
119124
 
104402
119125
commit 5e03f273be30d0f5756102d49b20bbabc5743113
104403
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
104404
 
Date:   Sat Jun 12 17:47:40 2010 +0200
 
119126
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
119127
AuthorDate: Sat Jun 12 17:47:40 2010 +0200
 
119128
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
119129
CommitDate: Sat Jun 12 17:47:40 2010 +0200
104405
119130
 
104406
119131
    Updated Galician translations
104407
119132
 
104410
119135
 1 file changed, 663 insertions(+), 627 deletions(-)
104411
119136
 
104412
119137
commit 19012ada573221aeedaa982336f2f7b945860bb3
104413
 
Author: Matthias Clasen <mclasen@redhat.com>
104414
 
Date:   Sat Jun 12 01:55:25 2010 -0400
 
119138
Author:     Matthias Clasen <mclasen@redhat.com>
 
119139
AuthorDate: Sat Jun 12 01:55:25 2010 -0400
 
119140
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119141
CommitDate: Sat Jun 12 01:55:25 2010 -0400
104415
119142
 
104416
119143
    Accept no-reply errors
104417
119144
 
104422
119149
 1 file changed, 5 insertions(+), 2 deletions(-)
104423
119150
 
104424
119151
commit 330cdfbdf1959af90506aa24cc276a20b00878b8
104425
 
Author: Matthias Clasen <mclasen@redhat.com>
104426
 
Date:   Fri Jun 11 23:21:49 2010 -0400
 
119152
Author:     Matthias Clasen <mclasen@redhat.com>
 
119153
AuthorDate: Fri Jun 11 23:21:49 2010 -0400
 
119154
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119155
CommitDate: Fri Jun 11 23:21:49 2010 -0400
104427
119156
 
104428
119157
    Make the tests not fall over every other time
104429
119158
 
104432
119161
 1 file changed, 50 insertions(+), 30 deletions(-)
104433
119162
 
104434
119163
commit 32f2e9a85beedeea36ac7623f68f6eb878465d44
104435
 
Author: David Zeuthen <davidz@redhat.com>
104436
 
Date:   Fri Jun 11 15:45:18 2010 -0400
 
119164
Author:     David Zeuthen <davidz@redhat.com>
 
119165
AuthorDate: Fri Jun 11 15:45:18 2010 -0400
 
119166
Commit:     David Zeuthen <davidz@redhat.com>
 
119167
CommitDate: Fri Jun 11 18:21:27 2010 -0400
104437
119168
 
104438
119169
    Bug 621213 – GDBusProxy and well-known names
104439
119170
 
104489
119220
 22 files changed, 1508 insertions(+), 1378 deletions(-)
104490
119221
 
104491
119222
commit e0f8d30dea3d9509867f29289835ea3d58b32730
104492
 
Author: Ryan Lortie <desrt@desrt.ca>
104493
 
Date:   Fri Jun 11 14:52:17 2010 -0400
 
119223
Author:     Ryan Lortie <desrt@desrt.ca>
 
119224
AuthorDate: Fri Jun 11 14:52:17 2010 -0400
 
119225
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119226
CommitDate: Fri Jun 11 14:52:34 2010 -0400
104494
119227
 
104495
119228
    gitignore GApplication test-cases
104496
119229
 
104498
119231
 1 file changed, 5 insertions(+)
104499
119232
 
104500
119233
commit 0fc60514fcf9b0d38292ca3a9c416943f722227a
104501
 
Author: Felix Riemann <friemann@gnome.org>
104502
 
Date:   Fri Jun 11 00:10:05 2010 +0200
 
119234
Author:     Felix Riemann <friemann@gnome.org>
 
119235
AuthorDate: Fri Jun 11 00:10:05 2010 +0200
 
119236
Commit:     Felix Riemann <friemann@gnome.org>
 
119237
CommitDate: Fri Jun 11 20:38:48 2010 +0200
104503
119238
 
104504
119239
    Close memory leak in GSettings
104505
119240
 
104509
119244
 1 file changed, 1 insertion(+)
104510
119245
 
104511
119246
commit aeb41b56e123a4946fd76e89b2cf47a46e6411f6
104512
 
Author: Alexander Larsson <alexl@redhat.com>
104513
 
Date:   Fri Jun 11 09:59:56 2010 +0200
 
119247
Author:     Alexander Larsson <alexl@redhat.com>
 
119248
AuthorDate: Fri Jun 11 09:59:56 2010 +0200
 
119249
Commit:     Alexander Larsson <alexl@redhat.com>
 
119250
CommitDate: Fri Jun 11 09:59:56 2010 +0200
104514
119251
 
104515
119252
    converter streams: make code more readable
104516
119253
 
104525
119262
 2 files changed, 28 insertions(+), 24 deletions(-)
104526
119263
 
104527
119264
commit 6858ab20330ec31322dacbbdfaf66838fdcbfb78
104528
 
Author: Jürg Billeter <j@bitron.ch>
104529
 
Date:   Fri May 28 11:00:37 2010 +0200
 
119265
Author:     Jürg Billeter <j@bitron.ch>
 
119266
AuthorDate: Fri May 28 11:00:37 2010 +0200
 
119267
Commit:     Alexander Larsson <alexl@redhat.com>
 
119268
CommitDate: Fri Jun 11 09:55:31 2010 +0200
104530
119269
 
104531
119270
    Use correct offset for buffer data in GConverterOutputStream
104532
119271
 
104540
119279
 1 file changed, 2 insertions(+), 2 deletions(-)
104541
119280
 
104542
119281
commit 86592d675ff8f1bf0f647fe926ea6085e7b1f2bc
104543
 
Author: Jürg Billeter <j@bitron.ch>
104544
 
Date:   Thu May 27 16:55:53 2010 +0200
 
119282
Author:     Jürg Billeter <j@bitron.ch>
 
119283
AuthorDate: Thu May 27 16:55:53 2010 +0200
 
119284
Commit:     Alexander Larsson <alexl@redhat.com>
 
119285
CommitDate: Fri Jun 11 09:55:23 2010 +0200
104545
119286
 
104546
119287
    Ensure we always have some target space in GConverterOutputStream
104547
119288
 
104555
119296
 1 file changed, 8 insertions(+)
104556
119297
 
104557
119298
commit 85ea72c0c5716b6ebd62272e17e8e4e3b9014f65
104558
 
Author: Christian Dywan <christian@twotoasts.de>
104559
 
Date:   Fri Jun 11 09:46:47 2010 +0200
 
119299
Author:     Christian Dywan <christian@twotoasts.de>
 
119300
AuthorDate: Fri Jun 11 09:46:47 2010 +0200
 
119301
Commit:     Alexander Larsson <alexl@redhat.com>
 
119302
CommitDate: Fri Jun 11 09:46:47 2010 +0200
104560
119303
 
104561
119304
    Add a regression test for GConverterOutputStream corruption
104562
119305
 
104567
119310
 1 file changed, 54 insertions(+)
104568
119311
 
104569
119312
commit ceee4c21a31e01009960af1be331154f47548291
104570
 
Author: Ryan Lortie <desrt@desrt.ca>
104571
 
Date:   Thu Jun 10 22:35:31 2010 -0400
 
119313
Author:     Ryan Lortie <desrt@desrt.ca>
 
119314
AuthorDate: Thu Jun 10 22:35:31 2010 -0400
 
119315
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119316
CommitDate: Thu Jun 10 22:35:31 2010 -0400
104572
119317
 
104573
119318
    GSettings test case fixes
104574
119319
 
104581
119326
 1 file changed, 39 insertions(+), 14 deletions(-)
104582
119327
 
104583
119328
commit a8b5353b1480edbb6a28afe39056bf6a64a1e42d
104584
 
Author: Ryan Lortie <desrt@desrt.ca>
104585
 
Date:   Thu Jun 10 22:30:44 2010 -0400
 
119329
Author:     Ryan Lortie <desrt@desrt.ca>
 
119330
AuthorDate: Thu Jun 10 22:30:44 2010 -0400
 
119331
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119332
CommitDate: Thu Jun 10 22:30:44 2010 -0400
104586
119333
 
104587
119334
    Add g_settings_sync() and use it
104588
119335
 
104596
119343
 7 files changed, 49 insertions(+), 18 deletions(-)
104597
119344
 
104598
119345
commit afea703422001cbbe8bbd2e13842008a482cd9ae
104599
 
Author: Ryan Lortie <desrt@desrt.ca>
104600
 
Date:   Thu Jun 10 15:27:46 2010 -0400
 
119346
Author:     Ryan Lortie <desrt@desrt.ca>
 
119347
AuthorDate: Thu Jun 10 15:27:46 2010 -0400
 
119348
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119349
CommitDate: Thu Jun 10 15:27:46 2010 -0400
104601
119350
 
104602
119351
    Implement byteswapping in the reader
104603
119352
 
104605
119354
 1 file changed, 22 insertions(+), 1 deletion(-)
104606
119355
 
104607
119356
commit 7c36619d269284597d5df4f366b6389df9bcf617
104608
 
Author: Colin Walters <walters@verbum.org>
104609
 
Date:   Thu Jun 10 14:02:15 2010 -0400
 
119357
Author:     Colin Walters <walters@verbum.org>
 
119358
AuthorDate: Thu Jun 10 14:02:15 2010 -0400
 
119359
Commit:     Colin Walters <walters@verbum.org>
 
119360
CommitDate: Thu Jun 10 14:03:02 2010 -0400
104610
119361
 
104611
119362
    [Gio] Merge in introspection annotations from gobject-introspection
104612
119363
    gio-2.0.c
104628
119379
 12 files changed, 47 insertions(+), 47 deletions(-)
104629
119380
 
104630
119381
commit 3a062d2e33aa1d54dd460a1a2cb297009d94d4d6
104631
 
Author: Ryan Lortie <desrt@desrt.ca>
104632
 
Date:   Thu Jun 10 13:49:57 2010 -0400
 
119382
Author:     Ryan Lortie <desrt@desrt.ca>
 
119383
AuthorDate: Thu Jun 10 13:49:57 2010 -0400
 
119384
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119385
CommitDate: Thu Jun 10 13:49:57 2010 -0400
104633
119386
 
104634
119387
    GSettings: store (default, options) in gvdb
104635
119388
 
104651
119404
 
104652
119405
commit 73007021796f33d7ccec4e5f2bb2b2f8660347f2
104653
119406
Merge: 45e604d 9a8cba9
104654
 
Author: Ryan Lortie <desrt@desrt.ca>
104655
 
Date:   Thu Jun 10 13:35:25 2010 -0400
 
119407
Author:     Ryan Lortie <desrt@desrt.ca>
 
119408
AuthorDate: Thu Jun 10 13:35:25 2010 -0400
 
119409
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119410
CommitDate: Thu Jun 10 13:35:25 2010 -0400
104656
119411
 
104657
119412
    Merge remote branch 'gvdb/master'
104658
119413
 
104659
119414
commit 9a8cba9eb53f105b752aac7bb16c7c83c6617caf
104660
 
Author: Ryan Lortie <desrt@desrt.ca>
104661
 
Date:   Thu Jun 10 13:34:56 2010 -0400
 
119415
Author:     Ryan Lortie <desrt@desrt.ca>
 
119416
AuthorDate: Thu Jun 10 13:34:56 2010 -0400
 
119417
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119418
CommitDate: Thu Jun 10 13:34:56 2010 -0400
104662
119419
 
104663
119420
    drop "options" support
104664
119421
 
104670
119427
 5 files changed, 3 insertions(+), 78 deletions(-)
104671
119428
 
104672
119429
commit 45e604d029980f90a7304b6311fc43cc0cc2ab69
104673
 
Author: Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
104674
 
Date:   Thu Jun 10 18:29:23 2010 +0200
 
119430
Author:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
119431
AuthorDate: Thu Jun 10 18:29:23 2010 +0200
 
119432
Commit:     Tomeu Vizoso <tomeu.vizoso@collabora.co.uk>
 
119433
CommitDate: Thu Jun 10 18:29:23 2010 +0200
104675
119434
 
104676
119435
    Add _with_closures alternative functions for those in GDBus that
104677
119436
    accept more than one callback.
104699
119458
 9 files changed, 556 insertions(+), 1 deletion(-)
104700
119459
 
104701
119460
commit 8cab5e46934554d899274dd96e6a1d5fbbbc9ea6
104702
 
Author: Colin Walters <walters@verbum.org>
104703
 
Date:   Wed Jun 9 17:17:14 2010 -0400
 
119461
Author:     Colin Walters <walters@verbum.org>
 
119462
AuthorDate: Wed Jun 9 17:17:14 2010 -0400
 
119463
Commit:     Colin Walters <walters@verbum.org>
 
119464
CommitDate: Thu Jun 10 13:14:29 2010 -0400
104704
119465
 
104705
119466
    [GApplication] Tweak docs a bit
104706
119467
 
104708
119469
 1 file changed, 24 insertions(+), 10 deletions(-)
104709
119470
 
104710
119471
commit cc19922183b18683da192cc7371a510cf648ec64
104711
 
Author: Colin Walters <walters@verbum.org>
104712
 
Date:   Tue Jun 8 21:43:16 2010 -0400
 
119472
Author:     Colin Walters <walters@verbum.org>
 
119473
AuthorDate: Tue Jun 8 21:43:16 2010 -0400
 
119474
Commit:     Colin Walters <walters@verbum.org>
 
119475
CommitDate: Thu Jun 10 13:14:29 2010 -0400
104713
119476
 
104714
119477
    Rewrite apps test to ensure children are killed
104715
119478
 
104734
119497
 2 files changed, 298 insertions(+), 264 deletions(-)
104735
119498
 
104736
119499
commit 8d3fea9cff848d1b45c0a6371ef448c11d992757
104737
 
Author: Ryan Lortie <desrt@desrt.ca>
104738
 
Date:   Thu Jun 10 08:06:32 2010 -0400
 
119500
Author:     Ryan Lortie <desrt@desrt.ca>
 
119501
AuthorDate: Thu Jun 10 08:06:32 2010 -0400
 
119502
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119503
CommitDate: Thu Jun 10 08:07:34 2010 -0400
104739
119504
 
104740
119505
    Mention GVariant format string docs from iter docs
104741
119506
 
104747
119512
 1 file changed, 6 insertions(+)
104748
119513
 
104749
119514
commit 507c266c3bdf03d9d75ad11bb346f013172f5ad5
104750
 
Author: Tor Lillqvist <tml@iki.fi>
104751
 
Date:   Thu Jun 10 11:52:25 2010 +0300
 
119515
Author:     Tor Lillqvist <tml@iki.fi>
 
119516
AuthorDate: Thu Jun 10 11:52:25 2010 +0300
 
119517
Commit:     Tor Lillqvist <tml@iki.fi>
 
119518
CommitDate: Thu Jun 10 11:54:35 2010 +0300
104752
119519
 
104753
119520
    Plug memory leak on Windows
104754
119521
 
104759
119526
 1 file changed, 5 insertions(+), 2 deletions(-)
104760
119527
 
104761
119528
commit 6720596544112a40e8133aea86672197edb46eed
104762
 
Author: Matthias Clasen <mclasen@redhat.com>
104763
 
Date:   Wed Jun 9 23:44:13 2010 -0400
 
119529
Author:     Matthias Clasen <mclasen@redhat.com>
 
119530
AuthorDate: Wed Jun 9 23:44:13 2010 -0400
 
119531
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119532
CommitDate: Wed Jun 9 23:44:13 2010 -0400
104764
119533
 
104765
119534
    Fix GApplication tests to run without a session bus
104766
119535
 
104772
119541
 3 files changed, 30 insertions(+), 4 deletions(-)
104773
119542
 
104774
119543
commit db0c55608f0500e8ab47a222a644ea3085b80151
104775
 
Author: David Zeuthen <davidz@redhat.com>
104776
 
Date:   Wed Jun 9 17:57:04 2010 -0400
 
119544
Author:     David Zeuthen <davidz@redhat.com>
 
119545
AuthorDate: Wed Jun 9 17:57:04 2010 -0400
 
119546
Commit:     David Zeuthen <davidz@redhat.com>
 
119547
CommitDate: Wed Jun 9 17:57:04 2010 -0400
104777
119548
 
104778
119549
    GDBusConnection: Do not dispatch calls to unregistered objects
104779
119550
    or subtrees
104795
119566
 1 file changed, 117 insertions(+), 6 deletions(-)
104796
119567
 
104797
119568
commit ed7f59770e01623fa411530c81cbb04f73555a4c
104798
 
Author: David Zeuthen <davidz@redhat.com>
104799
 
Date:   Wed Jun 9 17:08:34 2010 -0400
 
119569
Author:     David Zeuthen <davidz@redhat.com>
 
119570
AuthorDate: Wed Jun 9 17:08:34 2010 -0400
 
119571
Commit:     David Zeuthen <davidz@redhat.com>
 
119572
CommitDate: Wed Jun 9 17:09:10 2010 -0400
104800
119573
 
104801
119574
    GDBusProxy: Fix error handling in synchronous initialization codepath
104802
119575
 
104806
119579
 1 file changed, 5 insertions(+), 1 deletion(-)
104807
119580
 
104808
119581
commit 653921e17a00d161a25b21d61ff12b8d03208202
104809
 
Author: Ryan Lortie <desrt@desrt.ca>
104810
 
Date:   Wed Jun 9 12:43:13 2010 -0400
 
119582
Author:     Ryan Lortie <desrt@desrt.ca>
 
119583
AuthorDate: Wed Jun 9 12:43:13 2010 -0400
 
119584
Commit:     Ryan Lortie <desrt@desrt.ca>
 
119585
CommitDate: Wed Jun 9 12:43:45 2010 -0400
104811
119586
 
104812
119587
    g_variant_builder_add_parsed: fix type error
104813
119588
 
104817
119592
 1 file changed, 1 insertion(+), 1 deletion(-)
104818
119593
 
104819
119594
commit f265319b59239f7ad74283b79a62e28afe4ff111
104820
 
Author: Richard Hughes <richard@hughsie.com>
104821
 
Date:   Wed Jun 9 09:36:47 2010 +0100
 
119595
Author:     Richard Hughes <richard@hughsie.com>
 
119596
AuthorDate: Wed Jun 9 09:36:47 2010 +0100
 
119597
Commit:     Richard Hughes <richard@hughsie.com>
 
119598
CommitDate: Wed Jun 9 17:10:57 2010 +0100
104822
119599
 
104823
119600
    Do not do update-po at distcheck time to avoid touching files checked
104824
119601
    into version control
104827
119604
 1 file changed, 1 insertion(+), 1 deletion(-)
104828
119605
 
104829
119606
commit 1951c39c44afad8273e2978b4c1420e975882934
104830
 
Author: David Zeuthen <davidz@redhat.com>
104831
 
Date:   Wed Jun 9 10:56:35 2010 -0400
 
119607
Author:     David Zeuthen <davidz@redhat.com>
 
119608
AuthorDate: Wed Jun 9 10:56:35 2010 -0400
 
119609
Commit:     David Zeuthen <davidz@redhat.com>
 
119610
CommitDate: Wed Jun 9 10:59:02 2010 -0400
104832
119611
 
104833
119612
    Bug 621119 – GDBusProxy and objects with no properties
104834
119613
 
104848
119627
 1 file changed, 31 insertions(+), 11 deletions(-)
104849
119628
 
104850
119629
commit 67193f55c3201e32405c5a15621d49f703b83f8f
104851
 
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
104852
 
Date:   Wed Jun 9 10:27:39 2010 +0200
 
119630
Author:     Juan A. Suarez Romero <jasuarez@igalia.com>
 
119631
AuthorDate: Wed Jun 9 10:27:39 2010 +0200
 
119632
Commit:     Juan A. Suarez Romero <jasuarez@igalia.com>
 
119633
CommitDate: Wed Jun 9 10:32:36 2010 +0200
104853
119634
 
104854
119635
    Fix warning
104855
119636
 
104859
119640
 1 file changed, 2 insertions(+), 2 deletions(-)
104860
119641
 
104861
119642
commit 992e07c8b2e8f75bcc87c30e1ac2aca1ccf432e3
104862
 
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
104863
 
Date:   Wed Jun 9 10:23:39 2010 +0200
 
119643
Author:     Juan A. Suarez Romero <jasuarez@igalia.com>
 
119644
AuthorDate: Wed Jun 9 10:23:39 2010 +0200
 
119645
Commit:     Juan A. Suarez Romero <jasuarez@igalia.com>
 
119646
CommitDate: Wed Jun 9 10:32:12 2010 +0200
104864
119647
 
104865
119648
    Fix warnings
104866
119649
 
104872
119655
 3 files changed, 3 insertions(+), 3 deletions(-)
104873
119656
 
104874
119657
commit 2b72587bedfe293964529aa9f6d6034e7976209b
104875
 
Author: blue dark <arkblue086@yahoo.com.cn>
104876
 
Date:   Wed Jun 9 15:13:14 2010 +0800
 
119658
Author:     blue dark <arkblue086@yahoo.com.cn>
 
119659
AuthorDate: Wed Jun 9 15:13:14 2010 +0800
 
119660
Commit:     Funda Wang <fundawang@gmail.com>
 
119661
CommitDate: Wed Jun 9 15:13:14 2010 +0800
104877
119662
 
104878
119663
    Updated zh_CN translation.
104879
119664
 
104883
119668
 2 files changed, 859 insertions(+), 827 deletions(-)
104884
119669
 
104885
119670
commit d8dca11733e483670f47fa5c4d8f4a5cb97f6b5b
104886
 
Author: Christian Persch <chpe@gnome.org>
104887
 
Date:   Tue Jun 8 19:40:58 2010 +0200
 
119671
Author:     Christian Persch <chpe@gnome.org>
 
119672
AuthorDate: Tue Jun 8 19:40:58 2010 +0200
 
119673
Commit:     Christian Persch <chpe@gnome.org>
 
119674
CommitDate: Tue Jun 8 19:43:30 2010 +0200
104888
119675
 
104889
119676
    Fix thinko
104890
119677
 
104895
119682
 1 file changed, 1 insertion(+), 1 deletion(-)
104896
119683
 
104897
119684
commit 0ed183b572db48d0091f9c6ee5e3e005a382c66a
104898
 
Author: Colin Walters <walters@verbum.org>
104899
 
Date:   Tue Jun 8 11:21:48 2010 -0400
 
119685
Author:     Colin Walters <walters@verbum.org>
 
119686
AuthorDate: Tue Jun 8 11:21:48 2010 -0400
 
119687
Commit:     Colin Walters <walters@verbum.org>
 
119688
CommitDate: Tue Jun 8 13:44:19 2010 -0400
104900
119689
 
104901
119690
    [GDBusConnection] Use Gio's default async implementation again
104902
119691
 
104908
119697
 1 file changed, 1 insertion(+), 45 deletions(-)
104909
119698
 
104910
119699
commit 06e74ca96928550a31fc05991df01e68300d8a45
104911
 
Author: Christian Persch <chpe@gnome.org>
104912
 
Date:   Tue Jun 8 13:40:38 2010 +0200
 
119700
Author:     Christian Persch <chpe@gnome.org>
 
119701
AuthorDate: Tue Jun 8 13:40:38 2010 +0200
 
119702
Commit:     Christian Persch <chpe@gnome.org>
 
119703
CommitDate: Tue Jun 8 17:41:47 2010 +0200
104913
119704
 
104914
119705
    g_dbus_method_invocation_return_value consumes the floating variant
104915
119706
 
104919
119710
 1 file changed, 1 insertion(+)
104920
119711
 
104921
119712
commit 2ab9a07ec79b7dd979253340cf7a471048be0c8f
104922
 
Author: Christian Persch <chpe@gnome.org>
104923
 
Date:   Tue Jun 8 13:36:58 2010 +0200
 
119713
Author:     Christian Persch <chpe@gnome.org>
 
119714
AuthorDate: Tue Jun 8 13:36:58 2010 +0200
 
119715
Commit:     Christian Persch <chpe@gnome.org>
 
119716
CommitDate: Tue Jun 8 17:41:47 2010 +0200
104924
119717
 
104925
119718
    Simplify variant builder
104926
119719
 
104933
119726
 1 file changed, 5 insertions(+), 8 deletions(-)
104934
119727
 
104935
119728
commit d3b091f63abde2f7de587986a65004ddf2c4ed2a
104936
 
Author: Christian Persch <chpe@gnome.org>
104937
 
Date:   Tue Jun 8 13:36:00 2010 +0200
 
119729
Author:     Christian Persch <chpe@gnome.org>
 
119730
AuthorDate: Tue Jun 8 13:36:00 2010 +0200
 
119731
Commit:     Christian Persch <chpe@gnome.org>
 
119732
CommitDate: Tue Jun 8 17:41:46 2010 +0200
104938
119733
 
104939
119734
    Use g_variant_is_of_type()
104940
119735
 
104947
119742
 2 files changed, 2 insertions(+), 2 deletions(-)
104948
119743
 
104949
119744
commit b75e7eb95d4782160a88ea7c4dc714368807408c
104950
 
Author: Christian Persch <chpe@gnome.org>
104951
 
Date:   Tue Jun 8 13:35:22 2010 +0200
 
119745
Author:     Christian Persch <chpe@gnome.org>
 
119746
AuthorDate: Tue Jun 8 13:35:22 2010 +0200
 
119747
Commit:     Christian Persch <chpe@gnome.org>
 
119748
CommitDate: Tue Jun 8 17:41:46 2010 +0200
104952
119749
 
104953
119750
    Plug a mem leak
104954
119751
 
104958
119755
 1 file changed, 1 insertion(+), 1 deletion(-)
104959
119756
 
104960
119757
commit 471c4e413c91e0bae040de4e048a9846a1447515
104961
 
Author: Javier Jardón <jjardon@gnome.org>
104962
 
Date:   Tue Jun 8 16:25:38 2010 +0200
 
119758
Author:     Javier Jardón <jjardon@gnome.org>
 
119759
AuthorDate: Tue Jun 8 16:25:38 2010 +0200
 
119760
Commit:     Javier Jardón <jjardon@gnome.org>
 
119761
CommitDate: Tue Jun 8 16:27:45 2010 +0200
104963
119762
 
104964
119763
    [docs] Fix typos in some g_file_* functions
104965
119764
 
104970
119769
 1 file changed, 9 insertions(+), 9 deletions(-)
104971
119770
 
104972
119771
commit b482eab3fa14edabb9f237d4a2cf1e6b2ad6e388
104973
 
Author: Matthias Clasen <mclasen@redhat.com>
104974
 
Date:   Tue Jun 8 01:10:17 2010 -0400
 
119772
Author:     Matthias Clasen <mclasen@redhat.com>
 
119773
AuthorDate: Tue Jun 8 01:10:17 2010 -0400
 
119774
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119775
CommitDate: Tue Jun 8 01:10:17 2010 -0400
104975
119776
 
104976
119777
    Bump version
104977
119778
 
104979
119780
 1 file changed, 1 insertion(+), 1 deletion(-)
104980
119781
 
104981
119782
commit 1a963c659cad268a6689d941bd5a06ab5a12abf1
104982
 
Author: Matthias Clasen <mclasen@redhat.com>
104983
 
Date:   Tue Jun 8 01:09:06 2010 -0400
 
119783
Author:     Matthias Clasen <mclasen@redhat.com>
 
119784
AuthorDate: Tue Jun 8 01:09:06 2010 -0400
 
119785
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119786
CommitDate: Tue Jun 8 01:09:06 2010 -0400
104984
119787
 
104985
119788
    2.25.8
104986
119789
 
105080
119883
 92 files changed, 7255 insertions(+), 6665 deletions(-)
105081
119884
 
105082
119885
commit 795ddeb421eb01bbadf98e05657b92877cd93d96
105083
 
Author: Matthias Clasen <mclasen@redhat.com>
105084
 
Date:   Mon Jun 7 23:41:06 2010 -0400
 
119886
Author:     Matthias Clasen <mclasen@redhat.com>
 
119887
AuthorDate: Mon Jun 7 23:41:06 2010 -0400
 
119888
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119889
CommitDate: Mon Jun 7 23:41:06 2010 -0400
105085
119890
 
105086
119891
    Add missing marshaler
105087
119892
 
105089
119894
 1 file changed, 1 insertion(+)
105090
119895
 
105091
119896
commit e300c7e622d3e5a5e3eaa339c875484b0e4534eb
105092
 
Author: Matthias Clasen <mclasen@redhat.com>
105093
 
Date:   Mon Jun 7 23:28:30 2010 -0400
 
119897
Author:     Matthias Clasen <mclasen@redhat.com>
 
119898
AuthorDate: Mon Jun 7 23:28:30 2010 -0400
 
119899
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119900
CommitDate: Mon Jun 7 23:28:30 2010 -0400
105094
119901
 
105095
119902
    Fix a missing parameter in a doc comment
105096
119903
 
105100
119907
 1 file changed, 1 insertion(+)
105101
119908
 
105102
119909
commit a89b10c1dc587cd6806954dc04c3f3e36ee393a5
105103
 
Author: Matthias Clasen <mclasen@redhat.com>
105104
 
Date:   Mon Jun 7 23:27:21 2010 -0400
 
119910
Author:     Matthias Clasen <mclasen@redhat.com>
 
119911
AuthorDate: Mon Jun 7 23:27:21 2010 -0400
 
119912
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119913
CommitDate: Mon Jun 7 23:27:21 2010 -0400
105105
119914
 
105106
119915
    Fix a signal signature
105107
119916
 
105112
119921
 1 file changed, 8 insertions(+), 3 deletions(-)
105113
119922
 
105114
119923
commit 063470ea0d1a97f964d3901b7873fddcbadc4c0d
105115
 
Author: Matthias Clasen <mclasen@redhat.com>
105116
 
Date:   Mon Jun 7 22:34:07 2010 -0400
 
119924
Author:     Matthias Clasen <mclasen@redhat.com>
 
119925
AuthorDate: Mon Jun 7 22:34:07 2010 -0400
 
119926
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119927
CommitDate: Mon Jun 7 22:34:07 2010 -0400
105117
119928
 
105118
119929
    Fix a misspelt doc comment
105119
119930
 
105121
119932
 1 file changed, 1 insertion(+), 1 deletion(-)
105122
119933
 
105123
119934
commit 3b11a7d3f20df2f44b3a97db58bb0ffd02a5f0c0
105124
 
Author: Matthias Clasen <mclasen@redhat.com>
105125
 
Date:   Mon Jun 7 22:22:39 2010 -0400
 
119935
Author:     Matthias Clasen <mclasen@redhat.com>
 
119936
AuthorDate: Mon Jun 7 22:22:39 2010 -0400
 
119937
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119938
CommitDate: Mon Jun 7 22:22:39 2010 -0400
105126
119939
 
105127
119940
    Add a lost <SECTION>
105128
119941
 
105130
119943
 1 file changed, 2 insertions(+)
105131
119944
 
105132
119945
commit 32b7fbb8907757d8c19c50b48f5917bbad18e43d
105133
 
Author: Matthias Clasen <mclasen@redhat.com>
105134
 
Date:   Mon Jun 7 22:21:47 2010 -0400
 
119946
Author:     Matthias Clasen <mclasen@redhat.com>
 
119947
AuthorDate: Mon Jun 7 22:21:47 2010 -0400
 
119948
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119949
CommitDate: Mon Jun 7 22:21:47 2010 -0400
105135
119950
 
105136
119951
    Rename GApplication::appid to GApplication::application-id
105137
119952
 
105139
119954
 1 file changed, 8 insertions(+), 8 deletions(-)
105140
119955
 
105141
119956
commit c59cc943188753e0f72a8e554f8142351970aa20
105142
 
Author: Matthias Clasen <mclasen@redhat.com>
105143
 
Date:   Mon Jun 7 21:53:32 2010 -0400
 
119957
Author:     Matthias Clasen <mclasen@redhat.com>
 
119958
AuthorDate: Mon Jun 7 21:53:32 2010 -0400
 
119959
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119960
CommitDate: Mon Jun 7 22:10:27 2010 -0400
105144
119961
 
105145
119962
    Fix !srcdir checks
105146
119963
 
105148
119965
 1 file changed, 2 insertions(+)
105149
119966
 
105150
119967
commit 14c62ff722d74af3baca7cc527f316e4ab095dae
105151
 
Author: Matthias Clasen <mclasen@redhat.com>
105152
 
Date:   Mon Jun 7 21:23:37 2010 -0400
 
119968
Author:     Matthias Clasen <mclasen@redhat.com>
 
119969
AuthorDate: Mon Jun 7 21:23:37 2010 -0400
 
119970
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119971
CommitDate: Mon Jun 7 21:23:42 2010 -0400
105153
119972
 
105154
119973
    Updates
105155
119974
 
105157
119976
 1 file changed, 51 insertions(+)
105158
119977
 
105159
119978
commit fdc99873eeffc36ea2bb0423b586cc3115c76ed2
105160
 
Author: Matthias Clasen <mclasen@redhat.com>
105161
 
Date:   Mon Jun 7 18:27:33 2010 -0400
 
119979
Author:     Matthias Clasen <mclasen@redhat.com>
 
119980
AuthorDate: Mon Jun 7 18:27:33 2010 -0400
 
119981
Commit:     Matthias Clasen <mclasen@redhat.com>
 
119982
CommitDate: Mon Jun 7 21:23:42 2010 -0400
105162
119983
 
105163
119984
    Document signals
105164
119985
 
105166
119987
 1 file changed, 27 insertions(+), 1 deletion(-)
105167
119988
 
105168
119989
commit d68100afccc9260309e573bbcb9f0bb387044340
105169
 
Author: Javier Jardón <jjardon@gnome.org>
105170
 
Date:   Mon Jun 7 23:55:34 2010 +0200
 
119990
Author:     Javier Jardón <jjardon@gnome.org>
 
119991
AuthorDate: Mon Jun 7 23:55:34 2010 +0200
 
119992
Commit:     Javier Jardón <jjardon@gnome.org>
 
119993
CommitDate: Tue Jun 8 00:00:39 2010 +0200
105171
119994
 
105172
119995
    [docs] GApplication is available since Gio 2.26
105173
119996
 
105175
119998
 1 file changed, 3 insertions(+), 2 deletions(-)
105176
119999
 
105177
120000
commit c2a539eff05f1afd43e1c3c0feb9c98ccfdd0a85
105178
 
Author: Matthias Clasen <mclasen@redhat.com>
105179
 
Date:   Mon Jun 7 17:48:09 2010 -0400
 
120001
Author:     Matthias Clasen <mclasen@redhat.com>
 
120002
AuthorDate: Mon Jun 7 17:48:09 2010 -0400
 
120003
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120004
CommitDate: Mon Jun 7 17:48:09 2010 -0400
105180
120005
 
105181
120006
    Use g types for consistency
105182
120007
 
105187
120012
 4 files changed, 31 insertions(+), 31 deletions(-)
105188
120013
 
105189
120014
commit 6427e93757dbc38cc53ffeb87ed814cdb9df0ed4
105190
 
Author: Matthias Clasen <mclasen@redhat.com>
105191
 
Date:   Mon Jun 7 13:25:39 2010 -0400
 
120015
Author:     Matthias Clasen <mclasen@redhat.com>
 
120016
AuthorDate: Mon Jun 7 13:25:39 2010 -0400
 
120017
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120018
CommitDate: Mon Jun 7 13:48:42 2010 -0400
105192
120019
 
105193
120020
    Merge the wip/gapplication branch
105194
120021
 
105228
120055
 21 files changed, 2626 insertions(+), 17 deletions(-)
105229
120056
 
105230
120057
commit af78f6d418788fa76a2c78298896f9c656d8eb85
105231
 
Author: Ryan Lortie <desrt@desrt.ca>
105232
 
Date:   Mon Jun 7 12:58:57 2010 +0200
 
120058
Author:     Ryan Lortie <desrt@desrt.ca>
 
120059
AuthorDate: Mon Jun 7 12:58:57 2010 +0200
 
120060
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120061
CommitDate: Mon Jun 7 13:04:39 2010 +0200
105233
120062
 
105234
120063
    Bug 620767 - Typo in GSettings documentation
105235
120064
 
105240
120069
 1 file changed, 20 insertions(+), 5 deletions(-)
105241
120070
 
105242
120071
commit 486c46b9459f7b28528d9144296da9e4a32023d3
105243
 
Author: Matthias Clasen <mclasen@redhat.com>
105244
 
Date:   Mon Jun 7 06:23:24 2010 -0400
 
120072
Author:     Matthias Clasen <mclasen@redhat.com>
 
120073
AuthorDate: Mon Jun 7 06:23:24 2010 -0400
 
120074
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120075
CommitDate: Mon Jun 7 06:24:28 2010 -0400
105245
120076
 
105246
120077
    Include the right header
105247
120078
 
105250
120081
 2 files changed, 2 insertions(+), 2 deletions(-)
105251
120082
 
105252
120083
commit 71c5e3f899bf15c9dee09b36f146c5e72652d72b
105253
 
Author: Ryan Lortie <desrt@desrt.ca>
105254
 
Date:   Mon Jun 7 10:18:43 2010 +0200
 
120084
Author:     Ryan Lortie <desrt@desrt.ca>
 
120085
AuthorDate: Mon Jun 7 10:18:43 2010 +0200
 
120086
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120087
CommitDate: Mon Jun 7 10:18:43 2010 +0200
105255
120088
 
105256
120089
    Bug 620496 - schema compiler: reject invalid paths
105257
120090
 
105267
120100
 3 files changed, 18 insertions(+), 2 deletions(-)
105268
120101
 
105269
120102
commit a0c044b5c65500080c15e2c5e315bf87487e63b7
105270
 
Author: Matthias Clasen <mclasen@redhat.com>
105271
 
Date:   Sun Jun 6 16:42:06 2010 -0400
 
120103
Author:     Matthias Clasen <mclasen@redhat.com>
 
120104
AuthorDate: Sun Jun 6 16:42:06 2010 -0400
 
120105
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120106
CommitDate: Sun Jun 6 16:42:06 2010 -0400
105272
120107
 
105273
120108
    Make g_assertion_message_error take a const GError*
105274
120109
 
105279
120114
 2 files changed, 2 insertions(+), 2 deletions(-)
105280
120115
 
105281
120116
commit 87ee5f36413ba421c58bd4e5cbf1d11a681c2abe
105282
 
Author: Christian Persch <chpe@gnome.org>
105283
 
Date:   Sun Jun 6 16:32:04 2010 -0400
 
120117
Author:     Christian Persch <chpe@gnome.org>
 
120118
AuthorDate: Sun Jun 6 16:32:04 2010 -0400
 
120119
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120120
CommitDate: Sun Jun 6 16:32:04 2010 -0400
105284
120121
 
105285
120122
    Don't do an extra strlen when g_variant_get_string() returns it
105286
120123
    already
105289
120126
 1 file changed, 4 insertions(+), 8 deletions(-)
105290
120127
 
105291
120128
commit 2aca3b506a2405927a621bb37447dc96b2aa6174
105292
 
Author: Matthias Clasen <mclasen@redhat.com>
105293
 
Date:   Sun Jun 6 16:20:21 2010 -0400
 
120129
Author:     Matthias Clasen <mclasen@redhat.com>
 
120130
AuthorDate: Sun Jun 6 16:20:21 2010 -0400
 
120131
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120132
CommitDate: Sun Jun 6 16:20:21 2010 -0400
105294
120133
 
105295
120134
    Add single-include guards to new headers
105296
120135
 
105315
120154
 15 files changed, 60 insertions(+)
105316
120155
 
105317
120156
commit 9371ca0cc27573174dfc0419e121f8ac718fe061
105318
 
Author: Matthias Clasen <mclasen@redhat.com>
105319
 
Date:   Sun Jun 6 16:15:44 2010 -0400
 
120157
Author:     Matthias Clasen <mclasen@redhat.com>
 
120158
AuthorDate: Sun Jun 6 16:15:44 2010 -0400
 
120159
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120160
CommitDate: Sun Jun 6 16:15:44 2010 -0400
105320
120161
 
105321
120162
    Sort gio.h includes alphabetically
105322
120163
 
105324
120165
 1 file changed, 25 insertions(+), 24 deletions(-)
105325
120166
 
105326
120167
commit 3944a63fed37e86515178c362b478eafd80199c0
105327
 
Author: Michael Natterer <mitch@gimp.org>
105328
 
Date:   Sun Jun 6 21:15:42 2010 +0200
 
120168
Author:     Michael Natterer <mitch@gimp.org>
 
120169
AuthorDate: Sun Jun 6 21:15:42 2010 +0200
 
120170
Commit:     Michael Natterer <mitch@gimp.org>
 
120171
CommitDate: Sun Jun 6 21:15:42 2010 +0200
105329
120172
 
105330
120173
    gio: fix the build
105331
120174
 
105333
120176
 1 file changed, 1 insertion(+), 1 deletion(-)
105334
120177
 
105335
120178
commit 92fab483875c2d78ae2cb4749ae283cd26afa451
105336
 
Author: Matthias Clasen <mclasen@redhat.com>
105337
 
Date:   Sun Jun 6 14:22:48 2010 -0400
 
120179
Author:     Matthias Clasen <mclasen@redhat.com>
 
120180
AuthorDate: Sun Jun 6 14:22:48 2010 -0400
 
120181
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120182
CommitDate: Sun Jun 6 14:24:14 2010 -0400
105338
120183
 
105339
120184
    Some cleanups
105340
120185
 
105348
120193
 3 files changed, 45 insertions(+), 11 deletions(-)
105349
120194
 
105350
120195
commit 40e10764b343b7cdcf270107d9a5b56e8fa142ec
105351
 
Author: Will Thompson <will.thompson@collabora.co.uk>
105352
 
Date:   Thu Jun 3 15:09:09 2010 +0100
 
120196
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
120197
AuthorDate: Thu Jun 3 15:09:09 2010 +0100
 
120198
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
120199
CommitDate: Sun Jun 6 17:49:56 2010 +0100
105353
120200
 
105354
120201
    Add some symbols to glib-sections.txt
105355
120202
 
105361
120208
 2 files changed, 39 insertions(+)
105362
120209
 
105363
120210
commit f291d3bb3ce1245981363395ac576d74e918cb0a
105364
 
Author: Will Thompson <will.thompson@collabora.co.uk>
105365
 
Date:   Thu Jun 3 15:08:58 2010 +0100
 
120211
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
120212
AuthorDate: Thu Jun 3 15:08:58 2010 +0100
 
120213
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
120214
CommitDate: Sun Jun 6 17:49:56 2010 +0100
105366
120215
 
105367
120216
    Document G_GNUC_DEPRECATED_FOR
105368
120217
 
105371
120220
 2 files changed, 14 insertions(+)
105372
120221
 
105373
120222
commit 157116b8dd58429335a16c4d0d2c8ee4ef287302
105374
 
Author: Will Thompson <will.thompson@collabora.co.uk>
105375
 
Date:   Thu Jun 3 14:50:19 2010 +0100
 
120223
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
120224
AuthorDate: Thu Jun 3 14:50:19 2010 +0100
 
120225
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
120226
CommitDate: Sun Jun 6 17:49:56 2010 +0100
105376
120227
 
105377
120228
    Add examples for G_STRINGIFY and G_PASTE
105378
120229
 
105381
120232
 1 file changed, 34 insertions(+), 3 deletions(-)
105382
120233
 
105383
120234
commit 28f9f03a3b7dc015ff1b0c6865a952e2ee0f17f3
105384
 
Author: Will Thompson <will.thompson@collabora.co.uk>
105385
 
Date:   Thu Jun 3 14:43:30 2010 +0100
 
120235
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
120236
AuthorDate: Thu Jun 3 14:43:30 2010 +0100
 
120237
Commit:     Will Thompson <will.thompson@collabora.co.uk>
 
120238
CommitDate: Sun Jun 6 17:49:56 2010 +0100
105386
120239
 
105387
120240
    Hide G_PASTE_ARGS in gtkdocs.
105388
120241
 
105391
120244
 2 files changed, 1 insertion(+), 10 deletions(-)
105392
120245
 
105393
120246
commit a131beda54a15b071b6571b12f2f2ad8cb342c04
105394
 
Author: Javier Jardón <jjardon@gnome.org>
105395
 
Date:   Sun Jun 6 05:25:59 2010 +0200
 
120247
Author:     Javier Jardón <jjardon@gnome.org>
 
120248
AuthorDate: Sun Jun 6 05:25:59 2010 +0200
 
120249
Commit:     Javier Jardón <jjardon@gnome.org>
 
120250
CommitDate: Sun Jun 6 05:26:38 2010 +0200
105396
120251
 
105397
120252
    [docs] Improve the g_get_system_config_dirs() docs.
105398
120253
 
105403
120258
 1 file changed, 10 insertions(+), 2 deletions(-)
105404
120259
 
105405
120260
commit e08c7b86c43f3eb8c230355be5fa92b504e3fff9
105406
 
Author: Javier Jardón <jjardon@gnome.org>
105407
 
Date:   Sun Jun 6 05:13:06 2010 +0200
 
120261
Author:     Javier Jardón <jjardon@gnome.org>
 
120262
AuthorDate: Sun Jun 6 05:13:06 2010 +0200
 
120263
Commit:     Javier Jardón <jjardon@gnome.org>
 
120264
CommitDate: Sun Jun 6 05:15:22 2010 +0200
105408
120265
 
105409
120266
    [docs] Improve the g_get_system_data_dirs() docs.
105410
120267
 
105414
120271
 1 file changed, 2 insertions(+), 1 deletion(-)
105415
120272
 
105416
120273
commit 07777db60d82c8f81feb407ec453f244ba10787c
105417
 
Author: Javier Jardón <jjardon@gnome.org>
105418
 
Date:   Sun Jun 6 05:05:15 2010 +0200
 
120274
Author:     Javier Jardón <jjardon@gnome.org>
 
120275
AuthorDate: Sun Jun 6 05:05:15 2010 +0200
 
120276
Commit:     Javier Jardón <jjardon@gnome.org>
 
120277
CommitDate: Sun Jun 6 05:05:15 2010 +0200
105419
120278
 
105420
120279
    [docs] Improve the g_get_user_cache_dir() docs
105421
120280
 
105426
120285
 1 file changed, 8 insertions(+), 2 deletions(-)
105427
120286
 
105428
120287
commit e40b5ae3ef6a637f1469557b8d7be94a9cf59f6e
105429
 
Author: Javier Jardón <jjardon@gnome.org>
105430
 
Date:   Sun Jun 6 04:57:46 2010 +0200
 
120288
Author:     Javier Jardón <jjardon@gnome.org>
 
120289
AuthorDate: Sun Jun 6 04:57:46 2010 +0200
 
120290
Commit:     Javier Jardón <jjardon@gnome.org>
 
120291
CommitDate: Sun Jun 6 04:57:46 2010 +0200
105431
120292
 
105432
120293
    [docs] Improve the g_get_user_data_dir() docs
105433
120294
 
105438
120299
 1 file changed, 6 insertions(+), 2 deletions(-)
105439
120300
 
105440
120301
commit b2718ee71ad85f2536e5e127239a5a438648de0c
105441
 
Author: Javier Jardón <jjardon@gnome.org>
105442
 
Date:   Sat Jun 5 18:34:38 2010 +0200
 
120302
Author:     Javier Jardón <jjardon@gnome.org>
 
120303
AuthorDate: Sat Jun 5 18:34:38 2010 +0200
 
120304
Commit:     Javier Jardón <jjardon@gnome.org>
 
120305
CommitDate: Sat Jun 5 18:40:07 2010 +0200
105443
120306
 
105444
120307
    [docs] Improve the g_get_user_config_dir() docs a bit
105445
120308
 
105450
120313
 1 file changed, 8 insertions(+), 2 deletions(-)
105451
120314
 
105452
120315
commit 61f3f45cb95f022d99689e0fee9b0cb97c5112a3
105453
 
Author: Ryan Lortie <desrt@desrt.ca>
105454
 
Date:   Fri Jun 4 23:07:40 2010 +0200
 
120316
Author:     Ryan Lortie <desrt@desrt.ca>
 
120317
AuthorDate: Fri Jun 4 23:07:40 2010 +0200
 
120318
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120319
CommitDate: Sat Jun 5 00:10:05 2010 +0200
105455
120320
 
105456
120321
    add get_permission API to GSettingsBackend
105457
120322
 
105470
120335
 7 files changed, 103 insertions(+), 34 deletions(-)
105471
120336
 
105472
120337
commit 95c564cabe2837be56f2cf3901a4d6d9d84ab6c9
105473
 
Author: Ryan Lortie <desrt@desrt.ca>
105474
 
Date:   Fri Jun 4 23:02:44 2010 +0200
 
120338
Author:     Ryan Lortie <desrt@desrt.ca>
 
120339
AuthorDate: Fri Jun 4 23:02:44 2010 +0200
 
120340
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120341
CommitDate: Fri Jun 4 23:02:44 2010 +0200
105475
120342
 
105476
120343
    gsettingsbackend.h: pretend to be gio.h
105477
120344
 
105489
120356
 1 file changed, 3 insertions(+), 1 deletion(-)
105490
120357
 
105491
120358
commit 473348817809f7aed492245469092901d28de91d
105492
 
Author: Ryan Lortie <desrt@desrt.ca>
105493
 
Date:   Fri Jun 4 22:32:01 2010 +0200
 
120359
Author:     Ryan Lortie <desrt@desrt.ca>
 
120360
AuthorDate: Fri Jun 4 22:32:01 2010 +0200
 
120361
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120362
CommitDate: Fri Jun 4 22:35:14 2010 +0200
105494
120363
 
105495
120364
    Bug 620582 - a simple GPermission implementation
105496
120365
 
105512
120381
 8 files changed, 149 insertions(+)
105513
120382
 
105514
120383
commit 0957f76878046d848ea42bab09d9b129a60476a5
105515
 
Author: Matej Urbančič <mateju@svn.gnome.org>
105516
 
Date:   Fri Jun 4 20:03:41 2010 +0200
 
120384
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
120385
AuthorDate: Fri Jun 4 20:03:41 2010 +0200
 
120386
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
120387
CommitDate: Fri Jun 4 20:03:41 2010 +0200
105517
120388
 
105518
120389
    Updated Slovenian translation
105519
120390
 
105522
120393
 1 file changed, 1039 insertions(+), 940 deletions(-)
105523
120394
 
105524
120395
commit 7a4860d69ad7b6daf6cce0063cbc52070d21bd7b
105525
 
Author: Ryan Lortie <desrt@desrt.ca>
105526
 
Date:   Thu Jun 3 22:58:52 2010 +0200
 
120396
Author:     Ryan Lortie <desrt@desrt.ca>
 
120397
AuthorDate: Thu Jun 3 22:58:52 2010 +0200
 
120398
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120399
CommitDate: Fri Jun 4 19:03:38 2010 +0200
105527
120400
 
105528
120401
    Bug 620519 - GPermission
105529
120402
 
105543
120416
 9 files changed, 554 insertions(+)
105544
120417
 
105545
120418
commit 07b5cee2a8273d7fdd20371b5494ecd320c3cd1c
105546
 
Author: Murray Cumming <murrayc@murrayc.com>
105547
 
Date:   Fri Jun 4 17:07:05 2010 +0200
 
120419
Author:     Murray Cumming <murrayc@murrayc.com>
 
120420
AuthorDate: Fri Jun 4 17:07:05 2010 +0200
 
120421
Commit:     Murray Cumming <murrayc@murrayc.com>
 
120422
CommitDate: Fri Jun 4 17:07:05 2010 +0200
105548
120423
 
105549
120424
    Gio: gioenums.h: Remove trailing commas to avoid C++ warnings.
105550
120425
 
105552
120427
 1 file changed, 11 insertions(+), 11 deletions(-)
105553
120428
 
105554
120429
commit af3f4cbe77584acabf289f4c3f9beccd6bfcfd21
105555
 
Author: Javier Jardón <jjardon@gnome.org>
105556
 
Date:   Sun May 30 14:56:55 2010 +0200
 
120430
Author:     Javier Jardón <jjardon@gnome.org>
 
120431
AuthorDate: Sun May 30 14:56:55 2010 +0200
 
120432
Commit:     Javier Jardón <jjardon@gnome.org>
 
120433
CommitDate: Fri Jun 4 01:35:23 2010 +0200
105557
120434
 
105558
120435
    gdbusaddress: Fix typo
105559
120436
 
105561
120438
 1 file changed, 1 insertion(+), 1 deletion(-)
105562
120439
 
105563
120440
commit 644584e7e6bcff65e5bd819a4756dc7597526961
105564
 
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
105565
 
Date:   Thu Jun 3 18:19:31 2010 +0200
 
120441
Author:     Kristjan Schmidt <kristjan.schmidt@googlemail.com>
 
120442
AuthorDate: Thu Jun 3 18:19:31 2010 +0200
 
120443
Commit:     Kristjan Schmidt <kristjan.schmidt@googlemail.com>
 
120444
CommitDate: Thu Jun 3 18:19:31 2010 +0200
105566
120445
 
105567
120446
    Updated Esperanto translation
105568
120447
 
105571
120450
 1 file changed, 437 insertions(+), 1224 deletions(-)
105572
120451
 
105573
120452
commit e608b1f067c76db196a63723b50167a00ab39921
105574
 
Author: Matthias Clasen <mclasen@redhat.com>
105575
 
Date:   Thu Jun 3 11:40:02 2010 -0400
 
120453
Author:     Matthias Clasen <mclasen@redhat.com>
 
120454
AuthorDate: Thu Jun 3 11:40:02 2010 -0400
 
120455
Commit:     Matthias Clasen <mclasen@redhat.com>
 
120456
CommitDate: Thu Jun 3 11:42:59 2010 -0400
105576
120457
 
105577
120458
    Don't spew a g_warning if inotify setup fails
105578
120459
 
105584
120465
 1 file changed, 1 deletion(-)
105585
120466
 
105586
120467
commit 9562726f35b3e19d5d50d4e2e01bd8c37c7727ab
105587
 
Author: Ryan Lortie <desrt@desrt.ca>
105588
 
Date:   Thu Jun 3 11:24:31 2010 +0200
 
120468
Author:     Ryan Lortie <desrt@desrt.ca>
 
120469
AuthorDate: Thu Jun 3 11:24:31 2010 +0200
 
120470
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120471
CommitDate: Thu Jun 3 11:24:31 2010 +0200
105589
120472
 
105590
120473
    Bug 620350 - add g_variant_builder_add_parsed()
105591
120474
 
105600
120483
 4 files changed, 49 insertions(+)
105601
120484
 
105602
120485
commit 44db2b6b7447680fa3f8d3bce6f2bda26a6b498e
105603
 
Author: Ryan Lortie <desrt@desrt.ca>
105604
 
Date:   Thu Jun 3 09:41:33 2010 +0200
 
120486
Author:     Ryan Lortie <desrt@desrt.ca>
 
120487
AuthorDate: Thu Jun 3 09:41:33 2010 +0200
 
120488
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120489
CommitDate: Thu Jun 3 09:41:33 2010 +0200
105605
120490
 
105606
120491
    Bug 620349 – utf8ify GVariant printer
105607
120492
 
105624
120509
 3 files changed, 132 insertions(+), 23 deletions(-)
105625
120510
 
105626
120511
commit 36826661401f1912eef8c710609f4bd6454720ad
105627
 
Author: Milan Bouchet-Valat <nalimilan@club.fr>
105628
 
Date:   Wed Jun 2 16:05:13 2010 +0200
 
120512
Author:     Milan Bouchet-Valat <nalimilan@club.fr>
 
120513
AuthorDate: Wed Jun 2 16:05:13 2010 +0200
 
120514
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120515
CommitDate: Wed Jun 2 19:37:30 2010 +0200
105629
120516
 
105630
120517
    Annotate GVariant and GSettings _strv() functions
105631
120518
 
105647
120534
 2 files changed, 6 insertions(+), 6 deletions(-)
105648
120535
 
105649
120536
commit 0e691f27ecfe1d7f86214f16c00f91fc55f95e9c
105650
 
Author: Ryan Lortie <desrt@desrt.ca>
105651
 
Date:   Wed Jun 2 19:34:45 2010 +0200
 
120537
Author:     Ryan Lortie <desrt@desrt.ca>
 
120538
AuthorDate: Wed Jun 2 19:34:45 2010 +0200
 
120539
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120540
CommitDate: Wed Jun 2 19:37:30 2010 +0200
105652
120541
 
105653
120542
    improve gitignore (systemtap)
105654
120543
 
105656
120545
 1 file changed, 1 insertion(+)
105657
120546
 
105658
120547
commit 20ab1e667308741de01fa9d1afc106dcd8b313d9
105659
 
Author: Kjartan Maraas <kmaraas@gnome.org>
105660
 
Date:   Wed Jun 2 15:41:01 2010 +0200
 
120548
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
120549
AuthorDate: Wed Jun 2 15:41:01 2010 +0200
 
120550
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
120551
CommitDate: Wed Jun 2 15:41:33 2010 +0200
105661
120552
 
105662
120553
    Updated Norwegian bokmål translation
105663
120554
 
105666
120557
 1 file changed, 659 insertions(+), 646 deletions(-)
105667
120558
 
105668
120559
commit b5c8496b4c06fc7be5672e29a771064d3247d0cc
105669
 
Author: Ryan Lortie <desrt@desrt.ca>
105670
 
Date:   Wed Jun 2 04:00:58 2010 +0200
 
120560
Author:     Ryan Lortie <desrt@desrt.ca>
 
120561
AuthorDate: Wed Jun 2 04:00:58 2010 +0200
 
120562
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120563
CommitDate: Wed Jun 2 04:00:58 2010 +0200
105671
120564
 
105672
120565
    Support NULL value for g_settings_set_strv()
105673
120566
 
105678
120571
 1 file changed, 11 insertions(+), 3 deletions(-)
105679
120572
 
105680
120573
commit bf9edb5cd5a75a4bc9946f0ef106c3d541fdb89f
105681
 
Author: Milan Bouchet-Valat <nalimilan@club.fr>
105682
 
Date:   Tue Jun 1 23:16:19 2010 +0200
 
120574
Author:     Milan Bouchet-Valat <nalimilan@club.fr>
 
120575
AuthorDate: Tue Jun 1 23:16:19 2010 +0200
 
120576
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120577
CommitDate: Wed Jun 2 03:54:23 2010 +0200
105683
120578
 
105684
120579
    Remove length parameter for g_settings_[gs]et_strv
105685
120580
 
105695
120590
 2 files changed, 6 insertions(+), 12 deletions(-)
105696
120591
 
105697
120592
commit dc7b1c5b42175cd3e52b57c427545d6c4d9b1cee
105698
 
Author: Jorge González <jorgegonz@svn.gnome.org>
105699
 
Date:   Sun May 30 18:23:21 2010 +0200
 
120593
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
120594
AuthorDate: Sun May 30 18:23:21 2010 +0200
 
120595
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
120596
CommitDate: Sun May 30 18:23:21 2010 +0200
105700
120597
 
105701
120598
    Updated Spanish translation
105702
120599
 
105704
120601
 1 file changed, 8 insertions(+), 11 deletions(-)
105705
120602
 
105706
120603
commit 7d04f0a915f290b47382d8f2cc989cb6de91e781
105707
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
105708
 
Date:   Sun May 30 17:43:57 2010 +0200
 
120604
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
120605
AuthorDate: Sun May 30 17:43:57 2010 +0200
 
120606
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
120607
CommitDate: Sun May 30 17:43:57 2010 +0200
105709
120608
 
105710
120609
    Updated Galician translations
105711
120610
 
105714
120613
 1 file changed, 41 insertions(+), 42 deletions(-)
105715
120614
 
105716
120615
commit 1afaeb9976334ebdcba53ab258aa3922a872bfb9
105717
 
Author: Andika Triwidada <andika@gmail.com>
105718
 
Date:   Sun May 30 17:10:51 2010 +0700
 
120616
Author:     Andika Triwidada <andika@gmail.com>
 
120617
AuthorDate: Sun May 30 17:10:51 2010 +0700
 
120618
Commit:     Andika Triwidada <andika@gmail.com>
 
120619
CommitDate: Sun May 30 17:10:51 2010 +0700
105719
120620
 
105720
120621
    Updated Indonesian translation
105721
120622
 
105724
120625
 1 file changed, 826 insertions(+), 764 deletions(-)
105725
120626
 
105726
120627
commit be94532e634772115e5fabefb69c803a5c5e4672
105727
 
Author: Jorge González <jorgegonz@svn.gnome.org>
105728
 
Date:   Sat May 29 12:06:16 2010 +0200
 
120628
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
120629
AuthorDate: Sat May 29 12:06:16 2010 +0200
 
120630
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
120631
CommitDate: Sat May 29 12:06:16 2010 +0200
105729
120632
 
105730
120633
    Updated Spanish translation
105731
120634
 
105734
120637
 1 file changed, 32 insertions(+), 37 deletions(-)
105735
120638
 
105736
120639
commit b208c2d75654ee3cf6cadf0a796976426c7b3df0
105737
 
Author: Jorge González <jorgegonz@svn.gnome.org>
105738
 
Date:   Fri May 28 20:21:02 2010 +0200
 
120640
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
120641
AuthorDate: Fri May 28 20:21:02 2010 +0200
 
120642
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
120643
CommitDate: Fri May 28 20:21:02 2010 +0200
105739
120644
 
105740
120645
    Updated Spanish translation
105741
120646
 
105743
120648
 1 file changed, 9 insertions(+), 7 deletions(-)
105744
120649
 
105745
120650
commit e7c1aaf9259b64bc40d2851df9b988627e783421
105746
 
Author: Jorge González <jorgegonz@svn.gnome.org>
105747
 
Date:   Fri May 28 19:45:51 2010 +0200
 
120651
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
120652
AuthorDate: Fri May 28 19:45:51 2010 +0200
 
120653
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
120654
CommitDate: Fri May 28 19:45:51 2010 +0200
105748
120655
 
105749
120656
    Updated Spanish translation
105750
120657
 
105752
120659
 1 file changed, 14 insertions(+), 14 deletions(-)
105753
120660
 
105754
120661
commit 5451cd0804f196f30a8cc58eee029c8b4acc54e0
105755
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
105756
 
Date:   Fri May 28 16:57:56 2010 +0300
 
120662
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
120663
AuthorDate: Fri May 28 16:57:56 2010 +0300
 
120664
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
120665
CommitDate: Fri May 28 16:57:56 2010 +0300
105757
120666
 
105758
120667
    Updated Hebrew translation.
105759
120668
 
105761
120670
 1 file changed, 9 insertions(+), 9 deletions(-)
105762
120671
 
105763
120672
commit ecc5fbb479e529d17885e3b746f78c05758c1bb0
105764
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
105765
 
Date:   Fri May 28 16:54:58 2010 +0300
 
120673
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
120674
AuthorDate: Fri May 28 16:54:58 2010 +0300
 
120675
Commit:     Yaron Shahrabani <sh.yaron@gmail.com>
 
120676
CommitDate: Fri May 28 16:54:58 2010 +0300
105766
120677
 
105767
120678
    Updated Hebrew translation.
105768
120679
 
105771
120682
 1 file changed, 200 insertions(+), 156 deletions(-)
105772
120683
 
105773
120684
commit c874a76a8bf4f3b31e480a9184983cd5e85aeb4c
105774
 
Author: Lin Ma <lin.ma@sun.com>
105775
 
Date:   Fri May 28 16:57:10 2010 +0800
 
120685
Author:     Lin Ma <lin.ma@sun.com>
 
120686
AuthorDate: Fri May 28 16:57:10 2010 +0800
 
120687
Commit:     Lin Ma <lin.ma@sun.com>
 
120688
CommitDate: Fri May 28 16:58:56 2010 +0800
105776
120689
 
105777
120690
    After talk with FEN dev, we dicide simply disable monitor function if
105778
120691
    the current filesystem doesn't suport FEN.
105781
120694
 1 file changed, 8 insertions(+)
105782
120695
 
105783
120696
commit 8e41be13efe06a0bbd89beefc6e7ae7279b56834
105784
 
Author: Alexander Larsson <alexl@redhat.com>
105785
 
Date:   Fri Jan 1 21:39:52 2010 +0100
 
120697
Author:     Alexander Larsson <alexl@redhat.com>
 
120698
AuthorDate: Fri Jan 1 21:39:52 2010 +0100
 
120699
Commit:     Colin Walters <walters@verbum.org>
 
120700
CommitDate: Thu May 27 14:51:41 2010 -0400
105786
120701
 
105787
120702
    Add dtrace and systemtap support for gobject
105788
120703
 
105810
120725
 8 files changed, 316 insertions(+), 10 deletions(-)
105811
120726
 
105812
120727
commit bef9efd0a99a9a3bd6a2d713423edc37d6a38f21
105813
 
Author: Alexander Larsson <alexl@redhat.com>
105814
 
Date:   Fri Dec 18 21:25:47 2009 +0100
 
120728
Author:     Alexander Larsson <alexl@redhat.com>
 
120729
AuthorDate: Fri Dec 18 21:25:47 2009 +0100
 
120730
Commit:     Colin Walters <walters@verbum.org>
 
120731
CommitDate: Thu May 27 14:51:41 2010 -0400
105815
120732
 
105816
120733
    Initial support for dtrace and systemtap
105817
120734
 
105862
120779
 10 files changed, 317 insertions(+), 12 deletions(-)
105863
120780
 
105864
120781
commit c3bc0f4f8fc5125a732f383671ee5bff939423d2
105865
 
Author: Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
105866
 
Date:   Thu May 27 14:00:12 2010 -0400
 
120782
Author:     Mikhail Zabaluev <mikhail.zabaluev@gmail.com>
 
120783
AuthorDate: Thu May 27 14:00:12 2010 -0400
 
120784
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
120785
CommitDate: Thu May 27 14:00:12 2010 -0400
105867
120786
 
105868
120787
    Optimized the overlong sequence check in g_utf8_get_char_extended()
105869
120788
 
105876
120795
 1 file changed, 17 insertions(+), 9 deletions(-)
105877
120796
 
105878
120797
commit 30a856294613ab1119c0972b35bac5bbf3294692
105879
 
Author: Ryan Lortie <desrt@desrt.ca>
105880
 
Date:   Thu May 27 13:11:49 2010 -0400
 
120798
Author:     Ryan Lortie <desrt@desrt.ca>
 
120799
AuthorDate: Thu May 27 13:11:49 2010 -0400
 
120800
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120801
CommitDate: Thu May 27 13:11:49 2010 -0400
105881
120802
 
105882
120803
    GSettings schema docs: mention need for EXTRA_DIST
105883
120804
 
105889
120810
 1 file changed, 10 insertions(+)
105890
120811
 
105891
120812
commit f2687f588e3a2b338242d73b6898eb93689b264b
105892
 
Author: Ryan Lortie <desrt@desrt.ca>
105893
 
Date:   Thu May 27 13:07:54 2010 -0400
 
120813
Author:     Ryan Lortie <desrt@desrt.ca>
 
120814
AuthorDate: Thu May 27 13:07:54 2010 -0400
 
120815
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120816
CommitDate: Thu May 27 13:07:54 2010 -0400
105894
120817
 
105895
120818
    Remove duplicate copies of migration docs
105896
120819
 
105906
120829
 1 file changed, 554 deletions(-)
105907
120830
 
105908
120831
commit b3593693d918f0ae97094f6712d817180b8eea6a
105909
 
Author: Ryan Lortie <desrt@desrt.ca>
105910
 
Date:   Thu May 27 11:58:54 2010 -0400
 
120832
Author:     Ryan Lortie <desrt@desrt.ca>
 
120833
AuthorDate: Thu May 27 11:58:54 2010 -0400
 
120834
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120835
CommitDate: Thu May 27 11:58:54 2010 -0400
105911
120836
 
105912
120837
    gsettings m4: check for .xml in src/builddir
105913
120838
 
105920
120845
 1 file changed, 1 insertion(+), 1 deletion(-)
105921
120846
 
105922
120847
commit e7927faf1792ad4c3c8a5b599240a7ee94b1a0cc
105923
 
Author: Ryan Lortie <desrt@desrt.ca>
105924
 
Date:   Thu May 27 11:32:34 2010 -0400
 
120848
Author:     Ryan Lortie <desrt@desrt.ca>
 
120849
AuthorDate: Thu May 27 11:32:34 2010 -0400
 
120850
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120851
CommitDate: Thu May 27 11:32:34 2010 -0400
105925
120852
 
105926
120853
    GVariant: One more FreeBSD fix
105927
120854
 
105943
120870
 1 file changed, 11 insertions(+), 1 deletion(-)
105944
120871
 
105945
120872
commit 271997deb56cc17af5fa7b59b3a67f4ee347be6c
105946
 
Author: Ryan Lortie <desrt@desrt.ca>
105947
 
Date:   Wed May 26 23:34:31 2010 -0400
 
120873
Author:     Ryan Lortie <desrt@desrt.ca>
 
120874
AuthorDate: Wed May 26 23:34:31 2010 -0400
 
120875
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120876
CommitDate: Thu May 27 11:07:19 2010 -0400
105948
120877
 
105949
120878
    More alignment-related fixes.
105950
120879
 
105956
120885
 1 file changed, 3 insertions(+), 3 deletions(-)
105957
120886
 
105958
120887
commit 866e3dda60d7de45ae7f6c962a0bb4167abd8147
105959
 
Author: Lin Ma <lin.ma@sun.com>
105960
 
Date:   Thu May 27 10:24:58 2010 +0800
 
120888
Author:     Lin Ma <lin.ma@sun.com>
 
120889
AuthorDate: Thu May 27 10:24:58 2010 +0800
 
120890
Commit:     Lin Ma <lin.ma@sun.com>
 
120891
CommitDate: Thu May 27 10:24:58 2010 +0800
105961
120892
 
105962
120893
    Remove unused code.
105963
120894
 
105965
120896
 1 file changed, 13 deletions(-)
105966
120897
 
105967
120898
commit 91ec834456b419c0270072d52d28b365aa160dfb
105968
 
Author: Ryan Lortie <desrt@desrt.ca>
105969
 
Date:   Wed May 26 17:35:18 2010 -0400
 
120899
Author:     Ryan Lortie <desrt@desrt.ca>
 
120900
AuthorDate: Wed May 26 17:35:18 2010 -0400
 
120901
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120902
CommitDate: Wed May 26 17:35:18 2010 -0400
105970
120903
 
105971
120904
    include "config.h" for HAVE_POSIX_MEMALIGN
105972
120905
 
105974
120907
 1 file changed, 2 insertions(+)
105975
120908
 
105976
120909
commit 8a21d8d23317ecebe46007f1fd5f7459bf182415
105977
 
Author: Ryan Lortie <desrt@desrt.ca>
105978
 
Date:   Wed May 26 17:31:52 2010 -0400
 
120910
Author:     Ryan Lortie <desrt@desrt.ca>
 
120911
AuthorDate: Wed May 26 17:31:52 2010 -0400
 
120912
Commit:     Ryan Lortie <desrt@desrt.ca>
 
120913
CommitDate: Wed May 26 17:31:52 2010 -0400
105979
120914
 
105980
120915
    Use aligned memory in GVariant test cases.
105981
120916
 
105989
120924
 1 file changed, 36 insertions(+), 11 deletions(-)
105990
120925
 
105991
120926
commit 183102104a3762bab4c50fc54cd11979ca085859
105992
 
Author: Colin Walters <walters@verbum.org>
105993
 
Date:   Wed May 26 16:21:15 2010 -0400
 
120927
Author:     Colin Walters <walters@verbum.org>
 
120928
AuthorDate: Wed May 26 16:21:15 2010 -0400
 
120929
Commit:     Colin Walters <walters@verbum.org>
 
120930
CommitDate: Wed May 26 16:21:15 2010 -0400
105994
120931
 
105995
120932
    [mainloop-test] Fix compilation errors
105996
120933
 
105998
120935
 1 file changed, 2 insertions(+), 2 deletions(-)
105999
120936
 
106000
120937
commit ba1163a33cdfb7f67cbd311ae2b74ae40831cd05
106001
 
Author: Colin Walters <walters@verbum.org>
106002
 
Date:   Wed May 26 15:59:36 2010 -0400
 
120938
Author:     Colin Walters <walters@verbum.org>
 
120939
AuthorDate: Wed May 26 15:59:36 2010 -0400
 
120940
Commit:     Colin Walters <walters@verbum.org>
 
120941
CommitDate: Wed May 26 15:59:36 2010 -0400
106003
120942
 
106004
120943
    [tests/gvariant] Handle flavored_free(NULL), since flavored_malloc
106005
120944
    can return NULL
106008
120947
 1 file changed, 2 insertions(+)
106009
120948
 
106010
120949
commit 88a1e6c1021644f9ae42c558b23e3c6a1e4055a6
106011
 
Author: Jorge González <jorgegonz@svn.gnome.org>
106012
 
Date:   Wed May 26 18:12:22 2010 +0200
 
120950
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
120951
AuthorDate: Wed May 26 18:12:22 2010 +0200
 
120952
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
120953
CommitDate: Wed May 26 18:12:22 2010 +0200
106013
120954
 
106014
120955
    Updated Spanish translation
106015
120956
 
106018
120959
 1 file changed, 201 insertions(+), 188 deletions(-)
106019
120960
 
106020
120961
commit 39123880387b19f034ae0bed9492d5a1b4f026ab
106021
 
Author: Jorge González <jorgegonz@svn.gnome.org>
106022
 
Date:   Wed May 26 18:09:46 2010 +0200
 
120962
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
120963
AuthorDate: Wed May 26 18:09:46 2010 +0200
 
120964
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
120965
CommitDate: Wed May 26 18:09:46 2010 +0200
106023
120966
 
106024
120967
    Updated Spanish translation
106025
120968
 
106028
120971
 1 file changed, 696 insertions(+), 665 deletions(-)
106029
120972
 
106030
120973
commit 798eed43a2ee756b32651559f95ce55f0a448e7b
106031
 
Author: Lin Ma <lin.ma@sun.com>
106032
 
Date:   Wed May 26 14:32:37 2010 +0800
 
120974
Author:     Lin Ma <lin.ma@sun.com>
 
120975
AuthorDate: Wed May 26 14:32:37 2010 +0800
 
120976
Commit:     Lin Ma <lin.ma@sun.com>
 
120977
CommitDate: Wed May 26 14:32:37 2010 +0800
106033
120978
 
106034
120979
    bugster#6955199, on hsfs portfs will fail, and FEN backend will fail
106035
120980
    to run lstat and port_associate on root node.
106038
120983
 1 file changed, 18 insertions(+), 3 deletions(-)
106039
120984
 
106040
120985
commit 6b53e4826fba3827ac7273a344b46f854ee81d0b
106041
 
Author: Havoc Pennington <hp@pobox.com>
106042
 
Date:   Tue Apr 20 17:47:44 2010 -0400
 
120986
Author:     Havoc Pennington <hp@pobox.com>
 
120987
AuthorDate: Tue Apr 20 17:47:44 2010 -0400
 
120988
Commit:     Colin Walters <walters@verbum.org>
 
120989
CommitDate: Tue May 25 16:59:22 2010 -0400
106043
120990
 
106044
120991
    GSource: add g_source_set_name, g_source_get_name,
106045
120992
    g_source_set_name_by_id
106055
121002
 2 files changed, 9 insertions(+), 2 deletions(-)
106056
121003
 
106057
121004
commit e5696c282e2c48ac0f822c4e6d33c8507a77e998
106058
 
Author: Havoc Pennington <hp@pobox.com>
106059
 
Date:   Tue Apr 20 17:47:44 2010 -0400
 
121005
Author:     Havoc Pennington <hp@pobox.com>
 
121006
AuthorDate: Tue Apr 20 17:47:44 2010 -0400
 
121007
Commit:     Colin Walters <walters@verbum.org>
 
121008
CommitDate: Tue May 25 13:45:28 2010 -0400
106060
121009
 
106061
121010
    GSource: add g_source_set_name, g_source_get_name,
106062
121011
    g_source_set_name_by_id
106074
121023
 3 files changed, 93 insertions(+), 2 deletions(-)
106075
121024
 
106076
121025
commit eec66b2f9424dd6db25867ee0a32e0341def15b8
106077
 
Author: David Zeuthen <davidz@redhat.com>
106078
 
Date:   Tue May 25 11:59:57 2010 -0400
 
121026
Author:     David Zeuthen <davidz@redhat.com>
 
121027
AuthorDate: Tue May 25 11:59:57 2010 -0400
 
121028
Commit:     David Zeuthen <davidz@redhat.com>
 
121029
CommitDate: Tue May 25 12:03:27 2010 -0400
106079
121030
 
106080
121031
    GDBus: Big-endian fixes
106081
121032
 
106089
121040
 2 files changed, 7 insertions(+), 3 deletions(-)
106090
121041
 
106091
121042
commit a81c2f2c7ad260bc3033648bb274a3b321df8b49
106092
 
Author: Ryan Lortie <desrt@desrt.ca>
106093
 
Date:   Tue May 25 11:25:34 2010 -0400
 
121043
Author:     Ryan Lortie <desrt@desrt.ca>
 
121044
AuthorDate: Tue May 25 11:25:34 2010 -0400
 
121045
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121046
CommitDate: Tue May 25 11:26:18 2010 -0400
106094
121047
 
106095
121048
    GVariant: deal with non-8-aligned malloc()
106096
121049
 
106102
121055
 2 files changed, 64 insertions(+), 26 deletions(-)
106103
121056
 
106104
121057
commit 9e25ec592ba32797230650b2236935deb2022960
106105
 
Author: Matthias Clasen <mclasen@redhat.com>
106106
 
Date:   Tue May 25 10:43:29 2010 -0400
 
121058
Author:     Matthias Clasen <mclasen@redhat.com>
 
121059
AuthorDate: Tue May 25 10:43:29 2010 -0400
 
121060
Commit:     Matthias Clasen <mclasen@redhat.com>
 
121061
CommitDate: Tue May 25 10:44:19 2010 -0400
106107
121062
 
106108
121063
    Document that vtable is not copied
106109
121064
 
106111
121066
 1 file changed, 4 insertions(+)
106112
121067
 
106113
121068
commit 857a40fafb98934c954649e712bc35633438ebcf
106114
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
106115
 
Date:   Tue May 25 09:56:33 2010 +0200
 
121069
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121070
AuthorDate: Tue May 25 09:56:33 2010 +0200
 
121071
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121072
CommitDate: Tue May 25 09:56:33 2010 +0200
106116
121073
 
106117
121074
    Updated Galician translations
106118
121075
 
106121
121078
 1 file changed, 646 insertions(+), 624 deletions(-)
106122
121079
 
106123
121080
commit 32c84552f6dfb05f990e8740a75c8b1fed753ea8
106124
 
Author: Ryan Lortie <desrt@desrt.ca>
106125
 
Date:   Mon May 24 23:21:01 2010 -0400
 
121081
Author:     Ryan Lortie <desrt@desrt.ca>
 
121082
AuthorDate: Mon May 24 23:21:01 2010 -0400
 
121083
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121084
CommitDate: Mon May 24 23:21:01 2010 -0400
106126
121085
 
106127
121086
    .gitignore manpages (*.1)
106128
121087
 
106130
121089
 1 file changed, 1 insertion(+)
106131
121090
 
106132
121091
commit dcd13e39be34ec4b396bab4dbaa976d2917cf7b5
106133
 
Author: Ryan Lortie <desrt@desrt.ca>
106134
 
Date:   Mon May 24 23:03:36 2010 -0400
 
121092
Author:     Ryan Lortie <desrt@desrt.ca>
 
121093
AuthorDate: Mon May 24 23:03:36 2010 -0400
 
121094
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121095
CommitDate: Mon May 24 23:03:36 2010 -0400
106135
121096
 
106136
121097
    post-release version bump.
106137
121098
 
106139
121100
 1 file changed, 1 insertion(+), 1 deletion(-)
106140
121101
 
106141
121102
commit 2db2d13fdbfe80d89cb4d5fecfa13619909f4ac5
106142
 
Author: Ryan Lortie <desrt@desrt.ca>
106143
 
Date:   Mon May 24 23:02:18 2010 -0400
 
121103
Author:     Ryan Lortie <desrt@desrt.ca>
 
121104
AuthorDate: Mon May 24 23:02:18 2010 -0400
 
121105
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121106
CommitDate: Mon May 24 23:02:18 2010 -0400
106144
121107
 
106145
121108
    Release 2.25.7.
106146
121109
 
106243
121206
 94 files changed, 15547 insertions(+), 14083 deletions(-)
106244
121207
 
106245
121208
commit 47e07f9f78e7fc9e4d7e8fb96420009560662519
106246
 
Author: Ryan Lortie <desrt@desrt.ca>
106247
 
Date:   Mon May 24 22:37:43 2010 -0400
 
121209
Author:     Ryan Lortie <desrt@desrt.ca>
 
121210
AuthorDate: Mon May 24 22:37:43 2010 -0400
 
121211
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121212
CommitDate: Mon May 24 22:37:43 2010 -0400
106248
121213
 
106249
121214
    another occurrence of the last fix (@XSLTPROC@)
106250
121215
 
106252
121217
 1 file changed, 1 insertion(+), 1 deletion(-)
106253
121218
 
106254
121219
commit b295e6a28a590ada8f8d3c3a50fb5250dd339eed
106255
 
Author: Ryan Lortie <desrt@desrt.ca>
106256
 
Date:   Mon May 24 22:35:33 2010 -0400
 
121220
Author:     Ryan Lortie <desrt@desrt.ca>
 
121221
AuthorDate: Mon May 24 22:35:33 2010 -0400
 
121222
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121223
CommitDate: Mon May 24 22:35:33 2010 -0400
106257
121224
 
106258
121225
    man pages: fix broken @XSLTPROC@ substitution
106259
121226
 
106261
121228
 1 file changed, 1 insertion(+), 1 deletion(-)
106262
121229
 
106263
121230
commit 84a0605342368c2edad99abd364791bf3b2ebc14
106264
 
Author: Ryan Lortie <desrt@desrt.ca>
106265
 
Date:   Mon May 24 22:20:47 2010 -0400
 
121231
Author:     Ryan Lortie <desrt@desrt.ca>
 
121232
AuthorDate: Mon May 24 22:20:47 2010 -0400
 
121233
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121234
CommitDate: Mon May 24 22:20:47 2010 -0400
106266
121235
 
106267
121236
    change GSettingsBackend.list() API
106268
121237
 
106272
121241
 2 files changed, 32 insertions(+), 30 deletions(-)
106273
121242
 
106274
121243
commit 1b7f64549258c971fcc7c15ebfb532e4bc0b4174
106275
 
Author: Matthias Clasen <mclasen@redhat.com>
106276
 
Date:   Mon May 24 21:09:55 2010 -0400
 
121244
Author:     Matthias Clasen <mclasen@redhat.com>
 
121245
AuthorDate: Mon May 24 21:09:55 2010 -0400
 
121246
Commit:     Matthias Clasen <mclasen@redhat.com>
 
121247
CommitDate: Mon May 24 21:09:55 2010 -0400
106277
121248
 
106278
121249
    Improve the g_file_make_symbolic_link docs
106279
121250
 
106283
121254
 1 file changed, 9 insertions(+), 8 deletions(-)
106284
121255
 
106285
121256
commit 77b9a4646179daae04590ab1f62d575be93e1f89
106286
 
Author: Ryan Lortie <desrt@desrt.ca>
106287
 
Date:   Mon May 24 17:03:26 2010 -0400
 
121257
Author:     Ryan Lortie <desrt@desrt.ca>
 
121258
AuthorDate: Mon May 24 17:03:26 2010 -0400
 
121259
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121260
CommitDate: Mon May 24 17:03:26 2010 -0400
106288
121261
 
106289
121262
    GIO: Add g_d{,c}gettext to PLT check exceptions
106290
121263
 
106292
121265
 1 file changed, 1 insertion(+), 1 deletion(-)
106293
121266
 
106294
121267
commit 3160bcad6a0cf3c1f1042b85f38492a5674324a3
106295
 
Author: Ryan Lortie <desrt@desrt.ca>
106296
 
Date:   Mon May 24 16:46:24 2010 -0400
 
121268
Author:     Ryan Lortie <desrt@desrt.ca>
 
121269
AuthorDate: Mon May 24 16:46:24 2010 -0400
 
121270
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121271
CommitDate: Mon May 24 17:00:04 2010 -0400
106297
121272
 
106298
121273
    GDBusConnection.call(): add 'reply_type' argument
106299
121274
 
106340
121315
 15 files changed, 246 insertions(+), 208 deletions(-)
106341
121316
 
106342
121317
commit 100df5287d51fd005d64f2c06f4fe4276da1c4d8
106343
 
Author: Richard Hughes <richard@hughsie.com>
106344
 
Date:   Mon May 24 17:22:38 2010 +0100
 
121318
Author:     Richard Hughes <richard@hughsie.com>
 
121319
AuthorDate: Mon May 24 17:22:38 2010 +0100
 
121320
Commit:     Richard Hughes <richard@hughsie.com>
 
121321
CommitDate: Mon May 24 17:22:38 2010 +0100
106345
121322
 
106346
121323
    Fix up a typo in the g_variant_builder_add() docs
106347
121324
 
106349
121326
 1 file changed, 1 insertion(+), 2 deletions(-)
106350
121327
 
106351
121328
commit a83a9a43ed2f461fea7a652470a3ef376aebd1f2
106352
 
Author: Tor Lillqvist <tml@iki.fi>
106353
 
Date:   Mon May 24 11:22:41 2010 +0300
 
121329
Author:     Tor Lillqvist <tml@iki.fi>
 
121330
AuthorDate: Mon May 24 11:22:41 2010 +0300
 
121331
Commit:     Tor Lillqvist <tml@iki.fi>
 
121332
CommitDate: Mon May 24 11:22:41 2010 +0300
106354
121333
 
106355
121334
    Most of the gdbus test programs build only on Unix
106356
121335
 
106358
121337
 1 file changed, 6 insertions(+), 1 deletion(-)
106359
121338
 
106360
121339
commit d7b077dc84b22c4502e27252d32303d9985f9aeb
106361
 
Author: Kjartan Maraas <kmaraas@gnome.org>
106362
 
Date:   Sun May 23 16:27:17 2010 +0200
 
121340
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
121341
AuthorDate: Sun May 23 16:27:17 2010 +0200
 
121342
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
121343
CommitDate: Sun May 23 16:28:06 2010 +0200
106363
121344
 
106364
121345
    Updated Norwegian bokmål translation
106365
121346
 
106368
121349
 1 file changed, 704 insertions(+), 677 deletions(-)
106369
121350
 
106370
121351
commit b1bf5a5bb9725b1468ae82b636e35288fd3cf3ad
106371
 
Author: Kjartan Maraas <kmaraas@gnome.org>
106372
 
Date:   Sun May 23 16:27:08 2010 +0200
 
121352
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
121353
AuthorDate: Sun May 23 16:27:08 2010 +0200
 
121354
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
121355
CommitDate: Sun May 23 16:27:08 2010 +0200
106373
121356
 
106374
121357
    Add two missing files
106375
121358
 
106377
121360
 1 file changed, 2 insertions(+)
106378
121361
 
106379
121362
commit 3caef4eef0c6ae946333633c1e27f4548a1ce42b
106380
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
106381
 
Date:   Sun May 23 00:22:48 2010 +0200
 
121363
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121364
AuthorDate: Sun May 23 00:22:48 2010 +0200
 
121365
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121366
CommitDate: Sun May 23 00:23:19 2010 +0200
106382
121367
 
106383
121368
    Updated Galician translations
106384
121369
 
106386
121371
 1 file changed, 2 insertions(+), 2 deletions(-)
106387
121372
 
106388
121373
commit 925a6f29114769d575ecdfbaaf5c236517edb98f
106389
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
106390
 
Date:   Sun May 23 00:20:26 2010 +0200
 
121374
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121375
AuthorDate: Sun May 23 00:20:26 2010 +0200
 
121376
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121377
CommitDate: Sun May 23 00:23:19 2010 +0200
106391
121378
 
106392
121379
    Updated Galician translations
106393
121380
 
106396
121383
 1 file changed, 41 insertions(+), 23 deletions(-)
106397
121384
 
106398
121385
commit c17bb8f44514027c36825c1ca16ce67ae291c3ad
106399
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
106400
 
Date:   Thu May 20 21:52:11 2010 +0200
 
121386
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121387
AuthorDate: Thu May 20 21:52:11 2010 +0200
 
121388
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121389
CommitDate: Sun May 23 00:23:19 2010 +0200
106401
121390
 
106402
121391
    Updated Galician translations
106403
121392
 
106406
121395
 1 file changed, 148 insertions(+), 142 deletions(-)
106407
121396
 
106408
121397
commit 8db946fdfb71167dd8b740b4ba20213303a0f2bf
106409
 
Author: Matthias Clasen <mclasen@redhat.com>
106410
 
Date:   Fri May 21 22:28:42 2010 -0400
 
121398
Author:     Matthias Clasen <mclasen@redhat.com>
 
121399
AuthorDate: Fri May 21 22:28:42 2010 -0400
 
121400
Commit:     Matthias Clasen <mclasen@redhat.com>
 
121401
CommitDate: Fri May 21 22:28:42 2010 -0400
106411
121402
 
106412
121403
    Clean up man page handling
106413
121404
 
106429
121420
 11 files changed, 48 insertions(+), 1252 deletions(-)
106430
121421
 
106431
121422
commit d818bebf4949617fdf5ffc7833c8f87ccca5c1a1
106432
 
Author: Ryan Lortie <desrt@desrt.ca>
106433
 
Date:   Fri May 21 20:08:49 2010 -0400
 
121423
Author:     Ryan Lortie <desrt@desrt.ca>
 
121424
AuthorDate: Fri May 21 20:08:49 2010 -0400
 
121425
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121426
CommitDate: Fri May 21 20:10:02 2010 -0400
106434
121427
 
106435
121428
    add .SECONDARY: rule to preserve generated schemas
106436
121429
 
106443
121436
 1 file changed, 2 insertions(+)
106444
121437
 
106445
121438
commit bf24dff88eb3c794ae846cb7b8397510407ad9f5
106446
 
Author: David Zeuthen <davidz@redhat.com>
106447
 
Date:   Fri May 21 12:09:27 2010 -0400
 
121439
Author:     David Zeuthen <davidz@redhat.com>
 
121440
AuthorDate: Fri May 21 12:09:27 2010 -0400
 
121441
Commit:     David Zeuthen <davidz@redhat.com>
 
121442
CommitDate: Fri May 21 12:11:04 2010 -0400
106448
121443
 
106449
121444
    Return an error for calls into unknown interfaces or unknown objects
106450
121445
 
106460
121455
 2 files changed, 21 insertions(+), 1 deletion(-)
106461
121456
 
106462
121457
commit c7f0f2c4377c5fd242c52d30a09df74e6d6e9828
106463
 
Author: Christian Persch <chpe@gnome.org>
106464
 
Date:   Fri May 14 14:00:24 2010 +0200
 
121458
Author:     Christian Persch <chpe@gnome.org>
 
121459
AuthorDate: Fri May 14 14:00:24 2010 +0200
 
121460
Commit:     Christian Persch <chpe@gnome.org>
 
121461
CommitDate: Thu May 20 21:17:14 2010 +0200
106465
121462
 
106466
121463
    Use stack-allocated GVariantBuilders
106467
121464
 
106475
121472
 2 files changed, 21 insertions(+), 28 deletions(-)
106476
121473
 
106477
121474
commit 41b3f6885d26908627c8a132f63aab4ba1d83582
106478
 
Author: Christian Persch <chpe@gnome.org>
106479
 
Date:   Thu May 20 00:54:51 2010 +0200
 
121475
Author:     Christian Persch <chpe@gnome.org>
 
121476
AuthorDate: Thu May 20 00:54:51 2010 +0200
 
121477
Commit:     Christian Persch <chpe@gnome.org>
 
121478
CommitDate: Thu May 20 21:16:29 2010 +0200
106480
121479
 
106481
121480
    Add g_dc[p]gettext, and use it in gsettings
106482
121481
 
106493
121492
 6 files changed, 36 insertions(+), 6 deletions(-)
106494
121493
 
106495
121494
commit e8f723245a4b1667949dc9715bc5bc2f263317a4
106496
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
106497
 
Date:   Thu May 20 19:30:39 2010 +0200
 
121495
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121496
AuthorDate: Thu May 20 19:30:39 2010 +0200
 
121497
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121498
CommitDate: Thu May 20 19:30:39 2010 +0200
106498
121499
 
106499
121500
    Updated Galician translations
106500
121501
 
106503
121504
 1 file changed, 644 insertions(+), 630 deletions(-)
106504
121505
 
106505
121506
commit 366b3ffcde4f19cabf8685efdc1ccd20dcade0ca
106506
 
Author: David Zeuthen <davidz@redhat.com>
106507
 
Date:   Thu May 20 10:51:00 2010 -0400
 
121507
Author:     David Zeuthen <davidz@redhat.com>
 
121508
AuthorDate: Thu May 20 10:51:00 2010 -0400
 
121509
Commit:     David Zeuthen <davidz@redhat.com>
 
121510
CommitDate: Thu May 20 10:53:08 2010 -0400
106508
121511
 
106509
121512
    Bug 619142 – Build fixes
106510
121513
 
106566
121569
 17 files changed, 208 insertions(+), 46 deletions(-)
106567
121570
 
106568
121571
commit 152448cb299cd1b22da585dcd7e86ee6e27e1169
106569
 
Author: Ivar Smolin <okul@linux.ee>
106570
 
Date:   Thu May 20 14:56:46 2010 +0300
 
121572
Author:     Ivar Smolin <okul@linux.ee>
 
121573
AuthorDate: Thu May 20 14:56:46 2010 +0300
 
121574
Commit:     Priit Laes <plaes@plaes.org>
 
121575
CommitDate: Thu May 20 14:56:46 2010 +0300
106571
121576
 
106572
121577
    Estonian translation updated
106573
121578
 
106576
121581
 1 file changed, 41 insertions(+), 663 deletions(-)
106577
121582
 
106578
121583
commit 3b8d0a4ac2df7d055168dff2ca360489adbea563
106579
 
Author: Javier Jardón <jjardon@gnome.org>
106580
 
Date:   Thu May 20 01:55:58 2010 +0200
 
121584
Author:     Javier Jardón <jjardon@gnome.org>
 
121585
AuthorDate: Thu May 20 01:55:58 2010 +0200
 
121586
Commit:     Javier Jardón <jjardon@gnome.org>
 
121587
CommitDate: Thu May 20 01:59:17 2010 +0200
106581
121588
 
106582
121589
    Add G_TYPE_CLASS_GET_PRIVATE macro to docs
106583
121590
 
106585
121592
 1 file changed, 1 insertion(+)
106586
121593
 
106587
121594
commit 2dfc7b0294542954539940955bef1b93a95513e0
106588
 
Author: Ryan Lortie <desrt@desrt.ca>
106589
 
Date:   Wed May 19 17:38:17 2010 -0400
 
121595
Author:     Ryan Lortie <desrt@desrt.ca>
 
121596
AuthorDate: Wed May 19 17:38:17 2010 -0400
 
121597
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121598
CommitDate: Wed May 19 17:38:17 2010 -0400
106590
121599
 
106591
121600
    Version bump.
106592
121601
 
106594
121603
 1 file changed, 1 insertion(+), 1 deletion(-)
106595
121604
 
106596
121605
commit d4648965e4dee14955ade5eb94221ad5da5f45b8
106597
 
Author: Ryan Lortie <desrt@desrt.ca>
106598
 
Date:   Wed May 19 17:32:42 2010 -0400
 
121606
Author:     Ryan Lortie <desrt@desrt.ca>
 
121607
AuthorDate: Wed May 19 17:32:42 2010 -0400
 
121608
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121609
CommitDate: Wed May 19 17:32:42 2010 -0400
106599
121610
 
106600
121611
    Release 2.25.6
106601
121612
 
106696
121707
 93 files changed, 56499 insertions(+), 4314 deletions(-)
106697
121708
 
106698
121709
commit caae8ac57a2d24a5de21d1ac6d6122897a418e72
106699
 
Author: Ryan Lortie <desrt@desrt.ca>
106700
 
Date:   Wed May 19 16:02:05 2010 -0400
 
121710
Author:     Ryan Lortie <desrt@desrt.ca>
 
121711
AuthorDate: Wed May 19 16:02:05 2010 -0400
 
121712
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121713
CommitDate: Wed May 19 16:02:05 2010 -0400
106701
121714
 
106702
121715
    Add --uninstall option to glib-compile-schemas
106703
121716
 
106714
121727
 2 files changed, 14 insertions(+), 3 deletions(-)
106715
121728
 
106716
121729
commit b59a5551ecd448187d752d93a06c2298db121ace
106717
 
Author: Ryan Lortie <desrt@desrt.ca>
106718
 
Date:   Tue May 18 18:28:39 2010 -0400
 
121730
Author:     Ryan Lortie <desrt@desrt.ca>
 
121731
AuthorDate: Tue May 18 18:28:39 2010 -0400
 
121732
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121733
CommitDate: Wed May 19 08:55:57 2010 -0400
106719
121734
 
106720
121735
    Bug 619038 - increase gsettings.m4 power
106721
121736
 
106727
121742
 2 files changed, 61 insertions(+), 31 deletions(-)
106728
121743
 
106729
121744
commit 3e3779b7d0edbdfbea38655e353d0723a1b918d5
106730
 
Author: Tor Lillqvist <tml@iki.fi>
106731
 
Date:   Wed May 19 10:47:02 2010 +0300
 
121745
Author:     Tor Lillqvist <tml@iki.fi>
 
121746
AuthorDate: Wed May 19 10:47:02 2010 +0300
 
121747
Commit:     Tor Lillqvist <tml@iki.fi>
 
121748
CommitDate: Wed May 19 10:47:02 2010 +0300
106732
121749
 
106733
121750
    Make config.h.win32.in match what configure produces
106734
121751
 
106738
121755
 1 file changed, 17 insertions(+), 3 deletions(-)
106739
121756
 
106740
121757
commit 8eb377b6f6661022a1917b8cd465ed3e52fecf88
106741
 
Author: Ryan Lortie <desrt@desrt.ca>
106742
 
Date:   Tue May 18 18:24:04 2010 -0400
 
121758
Author:     Ryan Lortie <desrt@desrt.ca>
 
121759
AuthorDate: Tue May 18 18:24:04 2010 -0400
 
121760
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121761
CommitDate: Tue May 18 18:24:04 2010 -0400
106743
121762
 
106744
121763
    glib-compile-schemas rename missed in docs
106745
121764
 
106749
121768
 1 file changed, 1 insertion(+), 1 deletion(-)
106750
121769
 
106751
121770
commit 257c519ba2ed91f7dfc94d5a07a0cc6c7a3644f1
106752
 
Author: Javier Jardón <jjardon@gnome.org>
106753
 
Date:   Tue May 18 23:45:54 2010 +0200
 
121771
Author:     Javier Jardón <jjardon@gnome.org>
 
121772
AuthorDate: Tue May 18 23:45:54 2010 +0200
 
121773
Commit:     Javier Jardón <jjardon@gnome.org>
 
121774
CommitDate: Tue May 18 23:45:54 2010 +0200
106754
121775
 
106755
121776
    Fix trivial typo in GCredentials code
106756
121777
 
106760
121781
 1 file changed, 1 insertion(+), 1 deletion(-)
106761
121782
 
106762
121783
commit 719e2dcb3b35dbab9cfaa7d0f711b0949b57ad35
106763
 
Author: Ryan Lortie <desrt@desrt.ca>
106764
 
Date:   Tue May 18 17:25:43 2010 -0400
 
121784
Author:     Ryan Lortie <desrt@desrt.ca>
 
121785
AuthorDate: Tue May 18 17:25:43 2010 -0400
 
121786
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121787
CommitDate: Tue May 18 17:25:43 2010 -0400
106765
121788
 
106766
121789
    Bug 619031 - method-calls-in-thread test failing
106767
121790
 
106777
121800
 1 file changed, 7 insertions(+), 2 deletions(-)
106778
121801
 
106779
121802
commit 6067f9f794954b8545776e14d059a7bb15d99e99
106780
 
Author: Ryan Lortie <desrt@desrt.ca>
106781
 
Date:   Tue May 18 16:43:36 2010 -0400
 
121803
Author:     Ryan Lortie <desrt@desrt.ca>
 
121804
AuthorDate: Tue May 18 16:43:36 2010 -0400
 
121805
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121806
CommitDate: Tue May 18 16:43:36 2010 -0400
106782
121807
 
106783
121808
    Bug 618839  - Typo at translation message
106784
121809
 
106788
121813
 1 file changed, 1 insertion(+), 1 deletion(-)
106789
121814
 
106790
121815
commit 12a8c0f50d72829af4cc436a455396bf5190b40e
106791
 
Author: Ryan Lortie <desrt@desrt.ca>
106792
 
Date:   Tue May 18 16:13:58 2010 -0400
 
121816
Author:     Ryan Lortie <desrt@desrt.ca>
 
121817
AuthorDate: Tue May 18 16:13:58 2010 -0400
 
121818
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121819
CommitDate: Tue May 18 16:14:50 2010 -0400
106793
121820
 
106794
121821
    Add sync method to GSettingsBackend, and pad
106795
121822
 
106797
121824
 1 file changed, 3 insertions(+)
106798
121825
 
106799
121826
commit 7fcf353325a41b75701688364a497d5790ea83a0
106800
 
Author: Ryan Lortie <desrt@desrt.ca>
106801
 
Date:   Tue May 18 13:43:42 2010 -0400
 
121827
Author:     Ryan Lortie <desrt@desrt.ca>
 
121828
AuthorDate: Tue May 18 13:43:42 2010 -0400
 
121829
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121830
CommitDate: Tue May 18 16:14:50 2010 -0400
106802
121831
 
106803
121832
    whitespace fix
106804
121833
 
106807
121836
 1 file changed, 28 insertions(+), 28 deletions(-)
106808
121837
 
106809
121838
commit 587bdf3f0acfdc46e708214c5201336d81e3307c
106810
 
Author: Robert Ancell <robert.ancell@gmail.com>
106811
 
Date:   Tue May 18 12:01:25 2010 +1000
 
121839
Author:     Robert Ancell <robert.ancell@gmail.com>
 
121840
AuthorDate: Tue May 18 12:01:25 2010 +1000
 
121841
Commit:     Robert Ancell <robert.ancell@gmail.com>
 
121842
CommitDate: Tue May 18 12:01:25 2010 +1000
106812
121843
 
106813
121844
    Add missing gunixfdlist.h include in gdbus-example-server.c
106814
121845
 
106816
121847
 1 file changed, 1 insertion(+)
106817
121848
 
106818
121849
commit a977f032358325c8ad558f675530569add68daaf
106819
 
Author: David Zeuthen <davidz@redhat.com>
106820
 
Date:   Mon May 17 19:51:49 2010 -0400
 
121850
Author:     David Zeuthen <davidz@redhat.com>
 
121851
AuthorDate: Mon May 17 19:51:49 2010 -0400
 
121852
Commit:     David Zeuthen <davidz@redhat.com>
 
121853
CommitDate: Mon May 17 19:52:09 2010 -0400
106821
121854
 
106822
121855
    GDBus: Fix obvious crasher when looking up annotations
106823
121856
 
106827
121860
 1 file changed, 1 insertion(+), 1 deletion(-)
106828
121861
 
106829
121862
commit 74cafe871c42c21e7485ee7d80257ef987819979
106830
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
106831
 
Date:   Mon May 17 23:59:42 2010 +0200
 
121863
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121864
AuthorDate: Mon May 17 23:59:42 2010 +0200
 
121865
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
121866
CommitDate: Mon May 17 23:59:42 2010 +0200
106832
121867
 
106833
121868
    Updated Galician translations
106834
121869
 
106837
121872
 1 file changed, 607 insertions(+), 22 deletions(-)
106838
121873
 
106839
121874
commit a621e0ed10eb8a7c5b89ee1d96ae877908e4d74b
106840
 
Author: David Zeuthen <davidz@redhat.com>
106841
 
Date:   Mon May 17 11:08:53 2010 -0400
 
121875
Author:     David Zeuthen <davidz@redhat.com>
 
121876
AuthorDate: Mon May 17 11:08:53 2010 -0400
 
121877
Commit:     David Zeuthen <davidz@redhat.com>
 
121878
CommitDate: Mon May 17 11:08:53 2010 -0400
106842
121879
 
106843
121880
    gdbus(1): Don't fetch props if introspection data indicates none
106844
121881
    are available
106849
121886
 1 file changed, 1 insertion(+), 1 deletion(-)
106850
121887
 
106851
121888
commit 98e4f7f6fbd1b8ac889327559a50e4369d064a74
106852
 
Author: David Zeuthen <davidz@redhat.com>
106853
 
Date:   Mon May 17 11:07:53 2010 -0400
 
121889
Author:     David Zeuthen <davidz@redhat.com>
 
121890
AuthorDate: Mon May 17 11:07:53 2010 -0400
 
121891
Commit:     David Zeuthen <davidz@redhat.com>
 
121892
CommitDate: Mon May 17 11:08:40 2010 -0400
106854
121893
 
106855
121894
    GDBus: Fix introspection of objects registered at /
106856
121895
 
106860
121899
 1 file changed, 1 insertion(+), 1 deletion(-)
106861
121900
 
106862
121901
commit 799e0242ae31dd66b102342927583f1f34806c54
106863
 
Author: Ryan Lortie <desrt@desrt.ca>
106864
 
Date:   Sun May 16 16:56:36 2010 -0400
 
121902
Author:     Ryan Lortie <desrt@desrt.ca>
 
121903
AuthorDate: Sun May 16 16:56:36 2010 -0400
 
121904
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121905
CommitDate: Mon May 17 07:16:37 2010 -0400
106865
121906
 
106866
121907
    improve thread safety in GDelayedSettingsBackend
106867
121908
 
106879
121920
 5 files changed, 121 insertions(+), 24 deletions(-)
106880
121921
 
106881
121922
commit 61219e264083184eada5c5ef2795b7c531470704
106882
 
Author: Ryan Lortie <desrt@desrt.ca>
106883
 
Date:   Sun May 16 14:17:34 2010 -0400
 
121923
Author:     Ryan Lortie <desrt@desrt.ca>
 
121924
AuthorDate: Sun May 16 14:17:34 2010 -0400
 
121925
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121926
CommitDate: Mon May 17 07:16:37 2010 -0400
106884
121927
 
106885
121928
    GSettingsBackend: make signal dispatch threadsafe
106886
121929
 
106900
121943
 4 files changed, 301 insertions(+), 218 deletions(-)
106901
121944
 
106902
121945
commit 4967b6d2ab5a0a83609a825ea113bc75f61bfdb1
106903
 
Author: Ryan Lortie <desrt@desrt.ca>
106904
 
Date:   Sun May 16 18:14:46 2010 +0200
 
121946
Author:     Ryan Lortie <desrt@desrt.ca>
 
121947
AuthorDate: Sun May 16 18:14:46 2010 +0200
 
121948
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121949
CommitDate: Mon May 17 07:16:37 2010 -0400
106905
121950
 
106906
121951
    gitignore additions for gdbus, new test cases
106907
121952
 
106911
121956
 3 files changed, 24 insertions(+), 1 deletion(-)
106912
121957
 
106913
121958
commit 984258c662d3f571fcd0ea415923aec7a3746826
106914
 
Author: Ryan Lortie <desrt@desrt.ca>
106915
 
Date:   Sun May 16 13:02:23 2010 +0200
 
121959
Author:     Ryan Lortie <desrt@desrt.ca>
 
121960
AuthorDate: Sun May 16 13:02:23 2010 +0200
 
121961
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121962
CommitDate: Mon May 17 07:16:37 2010 -0400
106916
121963
 
106917
121964
    GSettings: support emitting signals in threads
106918
121965
 
106928
121975
 4 files changed, 159 insertions(+), 2 deletions(-)
106929
121976
 
106930
121977
commit 849684e540bb714bc60c2bce3a086e5ffb8933c0
106931
 
Author: Ryan Lortie <desrt@desrt.ca>
106932
 
Date:   Sun May 16 13:03:34 2010 +0200
 
121978
Author:     Ryan Lortie <desrt@desrt.ca>
 
121979
AuthorDate: Sun May 16 13:03:34 2010 +0200
 
121980
Commit:     Ryan Lortie <desrt@desrt.ca>
 
121981
CommitDate: Mon May 17 07:16:37 2010 -0400
106933
121982
 
106934
121983
    GSettings tool: work-around GDBus issue
106935
121984
 
106946
121995
 1 file changed, 18 insertions(+)
106947
121996
 
106948
121997
commit 8e060adb2cecb7a801d54e3cbdb0c6eb12f56c12
106949
 
Author: Ryan Lortie <desrt@desrt.ca>
106950
 
Date:   Sun May 16 10:19:46 2010 +0200
 
121998
Author:     Ryan Lortie <desrt@desrt.ca>
 
121999
AuthorDate: Sun May 16 10:19:46 2010 +0200
 
122000
Commit:     Ryan Lortie <desrt@desrt.ca>
 
122001
CommitDate: Mon May 17 07:16:37 2010 -0400
106951
122002
 
106952
122003
    intern a key name instead of using strdup()
106953
122004
 
106955
122006
 1 file changed, 1 insertion(+), 2 deletions(-)
106956
122007
 
106957
122008
commit e5440f865d79795061cf5e64d8ed7300222c4a79
106958
 
Author: Lin Ma <lin.ma@sun.com>
106959
 
Date:   Mon May 17 14:42:52 2010 +0800
 
122009
Author:     Lin Ma <lin.ma@sun.com>
 
122010
AuthorDate: Mon May 17 14:42:52 2010 +0800
 
122011
Commit:     Lin Ma <lin.ma@sun.com>
 
122012
CommitDate: Mon May 17 14:42:52 2010 +0800
106960
122013
 
106961
122014
    Reworked Solaris file event notification for GIO. See
106962
122015
    https://defect.opensolaris.org/bz/show_bug.cgi?id=10194
106988
122041
 19 files changed, 1114 insertions(+), 2127 deletions(-)
106989
122042
 
106990
122043
commit 794a4a8dbda6b63b15705d689c9785fc07ff7a40
106991
 
Author: Jorge González <jorgegonz@svn.gnome.org>
106992
 
Date:   Mon May 17 07:41:48 2010 +0200
 
122044
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
122045
AuthorDate: Mon May 17 07:41:48 2010 +0200
 
122046
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
122047
CommitDate: Mon May 17 07:41:48 2010 +0200
106993
122048
 
106994
122049
    Updated Spanish translation
106995
122050
 
106998
122053
 1 file changed, 1142 insertions(+), 506 deletions(-)
106999
122054
 
107000
122055
commit 2ec41fad532c046b04b55e0a2b7883b344727c64
107001
 
Author: Matthias Clasen <mclasen@redhat.com>
107002
 
Date:   Sun May 16 13:07:25 2010 -0400
 
122056
Author:     Matthias Clasen <mclasen@redhat.com>
 
122057
AuthorDate: Sun May 16 13:07:25 2010 -0400
 
122058
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122059
CommitDate: Sun May 16 13:08:01 2010 -0400
107003
122060
 
107004
122061
    Add GDBus files to POTFILES.in
107005
122062
 
107007
122064
 1 file changed, 13 insertions(+)
107008
122065
 
107009
122066
commit d899c57a819685f2a9e66927f040cbdfea8ae572
107010
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
107011
 
Date:   Sun May 16 16:31:25 2010 +0200
 
122067
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
122068
AuthorDate: Sun May 16 16:31:25 2010 +0200
 
122069
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
122070
CommitDate: Sun May 16 16:31:25 2010 +0200
107012
122071
 
107013
122072
    Updated Galician translations
107014
122073
 
107017
122076
 1 file changed, 518 insertions(+), 504 deletions(-)
107018
122077
 
107019
122078
commit b298c9430e197ca7f31ecfa0089f51e410bced36
107020
 
Author: Andika Triwidada <andika@gmail.com>
107021
 
Date:   Sun May 16 16:30:38 2010 +0700
 
122079
Author:     Andika Triwidada <andika@gmail.com>
 
122080
AuthorDate: Sun May 16 16:30:38 2010 +0700
 
122081
Commit:     Andika Triwidada <andika@gmail.com>
 
122082
CommitDate: Sun May 16 16:39:01 2010 +0700
107022
122083
 
107023
122084
    Updated Indonesian translation
107024
122085
 
107027
122088
 1 file changed, 945 insertions(+), 1021 deletions(-)
107028
122089
 
107029
122090
commit 5d379f1c37ee8b5eb7020ebf7165290f5258045e
107030
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
107031
 
Date:   Sat May 15 10:17:35 2010 +0200
 
122091
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
122092
AuthorDate: Sat May 15 10:17:35 2010 +0200
 
122093
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
122094
CommitDate: Sun May 16 10:22:10 2010 +0200
107032
122095
 
107033
122096
    Fix gio tests linking with binutils gold linker
107034
122097
 
107036
122099
 1 file changed, 1 insertion(+)
107037
122100
 
107038
122101
commit e6c08a458c6b6b6eb12b39593bc356dd2d215aec
107039
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
107040
 
Date:   Sat May 15 10:13:28 2010 +0200
 
122102
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
122103
AuthorDate: Sat May 15 10:13:28 2010 +0200
 
122104
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
122105
CommitDate: Sun May 16 10:22:10 2010 +0200
107041
122106
 
107042
122107
    Fix build of gdbus tool with binutils gold linker
107043
122108
 
107045
122110
 1 file changed, 3 insertions(+), 1 deletion(-)
107046
122111
 
107047
122112
commit 4b0fd52e52968723ee2a415f0d2fae965aa96867
107048
 
Author: Matthias Clasen <mclasen@redhat.com>
107049
 
Date:   Sat May 15 18:23:23 2010 -0400
 
122113
Author:     Matthias Clasen <mclasen@redhat.com>
 
122114
AuthorDate: Sat May 15 18:23:23 2010 -0400
 
122115
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122116
CommitDate: Sat May 15 18:25:46 2010 -0400
107050
122117
 
107051
122118
    Expand information about schema translation
107052
122119
 
107058
122125
 1 file changed, 12 insertions(+), 2 deletions(-)
107059
122126
 
107060
122127
commit 2ad4b2d716220f0ef45bbeb56fb90a7438afa21a
107061
 
Author: Matthias Clasen <mclasen@redhat.com>
107062
 
Date:   Sat May 15 18:15:30 2010 -0400
 
122128
Author:     Matthias Clasen <mclasen@redhat.com>
 
122129
AuthorDate: Sat May 15 18:15:30 2010 -0400
 
122130
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122131
CommitDate: Sat May 15 18:16:51 2010 -0400
107063
122132
 
107064
122133
    Fix build on !linux
107065
122134
 
107073
122142
 1 file changed, 4 insertions(+), 1 deletion(-)
107074
122143
 
107075
122144
commit 63d74caabe6f7b85ad13cad922fff239911fb5a0
107076
 
Author: Christian Persch <chpe@gnome.org>
107077
 
Date:   Sat May 15 11:56:21 2010 +0200
 
122145
Author:     Christian Persch <chpe@gnome.org>
 
122146
AuthorDate: Sat May 15 11:56:21 2010 +0200
 
122147
Commit:     Christian Persch <chpe@gnome.org>
 
122148
CommitDate: Sat May 15 12:00:38 2010 +0200
107078
122149
 
107079
122150
    Use the new option name
107080
122151
 
107085
122156
 1 file changed, 1 insertion(+), 1 deletion(-)
107086
122157
 
107087
122158
commit 50f422b5fd10fd4b709d2c5babce7fdc4987ff36
107088
 
Author: Matthias Clasen <mclasen@redhat.com>
107089
 
Date:   Fri May 14 22:30:19 2010 -0400
 
122159
Author:     Matthias Clasen <mclasen@redhat.com>
 
122160
AuthorDate: Fri May 14 22:30:19 2010 -0400
 
122161
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122162
CommitDate: Fri May 14 22:30:19 2010 -0400
107090
122163
 
107091
122164
    Bump version
107092
122165
 
107094
122167
 1 file changed, 1 insertion(+), 1 deletion(-)
107095
122168
 
107096
122169
commit 5810cce252cc3d42377a0dca9a6d8c0a68eaf031
107097
 
Author: Matthias Clasen <mclasen@redhat.com>
107098
 
Date:   Fri May 14 22:28:46 2010 -0400
 
122170
Author:     Matthias Clasen <mclasen@redhat.com>
 
122171
AuthorDate: Fri May 14 22:28:46 2010 -0400
 
122172
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122173
CommitDate: Fri May 14 22:28:46 2010 -0400
107099
122174
 
107100
122175
    2.25.5
107101
122176
 
107195
122270
 92 files changed, 589 insertions(+), 602 deletions(-)
107196
122271
 
107197
122272
commit 34020f9dd4f497066ff79c0ab7cc534e21abc66b
107198
 
Author: Matthias Clasen <mclasen@redhat.com>
107199
 
Date:   Fri May 14 22:03:03 2010 -0400
 
122273
Author:     Matthias Clasen <mclasen@redhat.com>
 
122274
AuthorDate: Fri May 14 22:03:03 2010 -0400
 
122275
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122276
CommitDate: Fri May 14 22:03:03 2010 -0400
107200
122277
 
107201
122278
    Updates
107202
122279
 
107204
122281
 1 file changed, 21 insertions(+)
107205
122282
 
107206
122283
commit 2ed13de1533a1fafaac97be0fdc4154eb84ac35c
107207
 
Author: Matthias Clasen <mclasen@redhat.com>
107208
 
Date:   Fri May 14 21:58:08 2010 -0400
 
122284
Author:     Matthias Clasen <mclasen@redhat.com>
 
122285
AuthorDate: Fri May 14 21:58:08 2010 -0400
 
122286
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122287
CommitDate: Fri May 14 21:58:08 2010 -0400
107209
122288
 
107210
122289
    Fix issues with GSETTINGS_CHECK_RULE
107211
122290
 
107222
122301
 3 files changed, 4 insertions(+), 5 deletions(-)
107223
122302
 
107224
122303
commit 763c1dab1f2c92526330425d77211b704668a3a3
107225
 
Author: David Zeuthen <davidz@redhat.com>
107226
 
Date:   Fri May 14 21:08:01 2010 -0400
 
122304
Author:     David Zeuthen <davidz@redhat.com>
 
122305
AuthorDate: Fri May 14 21:08:01 2010 -0400
 
122306
Commit:     David Zeuthen <davidz@redhat.com>
 
122307
CommitDate: Fri May 14 21:08:01 2010 -0400
107227
122308
 
107228
122309
    GDBus: Use specific variant type in GetAll()
107229
122310
 
107236
122317
 1 file changed, 1 insertion(+), 1 deletion(-)
107237
122318
 
107238
122319
commit 4baf104f0a369348185a2e2c9fdebc1423ec7f8e
107239
 
Author: David Zeuthen <davidz@redhat.com>
107240
 
Date:   Fri May 14 20:52:15 2010 -0400
 
122320
Author:     David Zeuthen <davidz@redhat.com>
 
122321
AuthorDate: Fri May 14 20:52:15 2010 -0400
 
122322
Commit:     David Zeuthen <davidz@redhat.com>
 
122323
CommitDate: Fri May 14 20:52:15 2010 -0400
107241
122324
 
107242
122325
    GDBus: Fix a double free
107243
122326
 
107252
122335
 1 file changed, 2 insertions(+), 2 deletions(-)
107253
122336
 
107254
122337
commit 661e5ea69f2d370af6e4e9c73242cf158414dd5d
107255
 
Author: Christian Persch <chpe@gnome.org>
107256
 
Date:   Fri May 14 20:07:15 2010 +0200
 
122338
Author:     Christian Persch <chpe@gnome.org>
 
122339
AuthorDate: Fri May 14 20:07:15 2010 +0200
 
122340
Commit:     Christian Persch <chpe@gnome.org>
 
122341
CommitDate: Sat May 15 00:12:18 2010 +0200
107257
122342
 
107258
122343
    Plug mem leaks in gdbus tests & examples
107259
122344
 
107273
122358
 9 files changed, 22 insertions(+), 34 deletions(-)
107274
122359
 
107275
122360
commit 60c53fef4788d4773704cb1affd2fb0f4d1d8830
107276
 
Author: Christian Persch <chpe@gnome.org>
107277
 
Date:   Fri May 14 18:21:01 2010 +0200
 
122361
Author:     Christian Persch <chpe@gnome.org>
 
122362
AuthorDate: Fri May 14 18:21:01 2010 +0200
 
122363
Commit:     Christian Persch <chpe@gnome.org>
 
122364
CommitDate: Sat May 15 00:12:18 2010 +0200
107278
122365
 
107279
122366
    Plug a mem leak in gdbusauth
107280
122367
 
107303
122390
 1 file changed, 1 insertion(+)
107304
122391
 
107305
122392
commit 5bc9d43288d4991b9c3ef1fc38d231113b633ec7
107306
 
Author: Christian Persch <chpe@gnome.org>
107307
 
Date:   Fri May 14 14:27:08 2010 +0200
 
122393
Author:     Christian Persch <chpe@gnome.org>
 
122394
AuthorDate: Fri May 14 14:27:08 2010 +0200
 
122395
Commit:     Christian Persch <chpe@gnome.org>
 
122396
CommitDate: Sat May 15 00:12:17 2010 +0200
107308
122397
 
107309
122398
    Plug mem leak in g_dbus_address_get_stream_sync
107310
122399
 
107324
122413
 1 file changed, 2 insertions(+)
107325
122414
 
107326
122415
commit dc39825aa3b1556e57460df1cca0b764a5741a66
107327
 
Author: Christian Persch <chpe@gnome.org>
107328
 
Date:   Fri May 14 14:22:45 2010 +0200
 
122416
Author:     Christian Persch <chpe@gnome.org>
 
122417
AuthorDate: Fri May 14 14:22:45 2010 +0200
 
122418
Commit:     Christian Persch <chpe@gnome.org>
 
122419
CommitDate: Sat May 15 00:12:17 2010 +0200
107329
122420
 
107330
122421
    Plug a mem leak in get_uninitialized_connection
107331
122422
 
107348
122439
 1 file changed, 1 insertion(+)
107349
122440
 
107350
122441
commit 5b2c7f10bd5a42d2956b53b13f3aabb947f901dd
107351
 
Author: Christian Persch <chpe@gnome.org>
107352
 
Date:   Fri May 14 14:15:42 2010 +0200
 
122442
Author:     Christian Persch <chpe@gnome.org>
 
122443
AuthorDate: Fri May 14 14:15:42 2010 +0200
 
122444
Commit:     Christian Persch <chpe@gnome.org>
 
122445
CommitDate: Sat May 15 00:12:17 2010 +0200
107353
122446
 
107354
122447
    Plug mem leaks in parse_value_from_blob
107355
122448
 
107361
122454
 1 file changed, 7 insertions(+)
107362
122455
 
107363
122456
commit 0a7c0ac74bd55d06265e9441c5728119adc254ab
107364
 
Author: Christian Persch <chpe@gnome.org>
107365
 
Date:   Fri May 14 18:08:29 2010 -0400
 
122457
Author:     Christian Persch <chpe@gnome.org>
 
122458
AuthorDate: Fri May 14 18:08:29 2010 -0400
 
122459
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122460
CommitDate: Fri May 14 18:08:29 2010 -0400
107366
122461
 
107367
122462
    Plug a mem leak
107368
122463
 
107373
122468
 1 file changed, 9 insertions(+), 13 deletions(-)
107374
122469
 
107375
122470
commit ddc94bd0a65a17471e50d0c659d9c59a1804c3f1
107376
 
Author: David Zeuthen <davidz@redhat.com>
107377
 
Date:   Fri May 14 12:55:25 2010 -0400
 
122471
Author:     David Zeuthen <davidz@redhat.com>
 
122472
AuthorDate: Fri May 14 12:55:25 2010 -0400
 
122473
Commit:     David Zeuthen <davidz@redhat.com>
 
122474
CommitDate: Fri May 14 12:56:09 2010 -0400
107378
122475
 
107379
122476
    GDBus: Remove cached value if a property is invalidated
107380
122477
 
107388
122485
 3 files changed, 58 insertions(+)
107389
122486
 
107390
122487
commit bb6530eb34a16cbf34ce130c21071a25666a704b
107391
 
Author: David Zeuthen <davidz@redhat.com>
107392
 
Date:   Fri May 14 12:49:51 2010 -0400
 
122488
Author:     David Zeuthen <davidz@redhat.com>
 
122489
AuthorDate: Fri May 14 12:49:51 2010 -0400
 
122490
Commit:     David Zeuthen <davidz@redhat.com>
 
122491
CommitDate: Fri May 14 12:56:09 2010 -0400
107393
122492
 
107394
122493
    GDBus: Fix serialization of empty arrays
107395
122494
 
107454
122553
 2 files changed, 439 insertions(+), 253 deletions(-)
107455
122554
 
107456
122555
commit 285a124608b28ca62db7350632a48bd9257038c0
107457
 
Author: Jorge González <jorgegonz@svn.gnome.org>
107458
 
Date:   Fri May 14 17:55:37 2010 +0200
 
122556
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
122557
AuthorDate: Fri May 14 17:55:37 2010 +0200
 
122558
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
122559
CommitDate: Fri May 14 17:55:37 2010 +0200
107459
122560
 
107460
122561
    Updated Spanish translation
107461
122562
 
107464
122565
 1 file changed, 521 insertions(+), 505 deletions(-)
107465
122566
 
107466
122567
commit 02af71c7ff9689a75069b0a7bc84349dac0b13b4
107467
 
Author: Matthias Clasen <mclasen@redhat.com>
107468
 
Date:   Fri May 14 11:49:15 2010 -0400
 
122568
Author:     Matthias Clasen <mclasen@redhat.com>
 
122569
AuthorDate: Fri May 14 11:49:15 2010 -0400
 
122570
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122571
CommitDate: Fri May 14 11:49:15 2010 -0400
107469
122572
 
107470
122573
    bump version
107471
122574
 
107473
122576
 1 file changed, 1 insertion(+), 1 deletion(-)
107474
122577
 
107475
122578
commit cff9d83f75b90301909f2c7d46a16e5f618e3e0b
107476
 
Author: Matthias Clasen <mclasen@redhat.com>
107477
 
Date:   Fri May 14 11:25:11 2010 -0400
 
122579
Author:     Matthias Clasen <mclasen@redhat.com>
 
122580
AuthorDate: Fri May 14 11:25:11 2010 -0400
 
122581
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122582
CommitDate: Fri May 14 11:47:00 2010 -0400
107478
122583
 
107479
122584
    2.25.4
107480
122585
 
107574
122679
 92 files changed, 11669 insertions(+), 8734 deletions(-)
107575
122680
 
107576
122681
commit c57c61c930896f278de61de170e57affc243e427
107577
 
Author: Ryan Lortie <desrt@desrt.ca>
107578
 
Date:   Fri May 14 17:06:24 2010 +0200
 
122682
Author:     Ryan Lortie <desrt@desrt.ca>
 
122683
AuthorDate: Fri May 14 17:06:24 2010 +0200
 
122684
Commit:     Ryan Lortie <desrt@desrt.ca>
 
122685
CommitDate: Fri May 14 17:08:01 2010 +0200
107579
122686
 
107580
122687
    fix glaring inaccuracy in GVariant docs
107581
122688
 
107583
122690
 1 file changed, 4 insertions(+), 8 deletions(-)
107584
122691
 
107585
122692
commit ee9b16242c2f1e5e29170a8885fd146d44f83197
107586
 
Author: Matthias Clasen <mclasen@redhat.com>
107587
 
Date:   Fri May 14 10:49:03 2010 -0400
 
122693
Author:     Matthias Clasen <mclasen@redhat.com>
 
122694
AuthorDate: Fri May 14 10:49:03 2010 -0400
 
122695
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122696
CommitDate: Fri May 14 10:49:03 2010 -0400
107588
122697
 
107589
122698
    another !srcdir build fix
107590
122699
 
107592
122701
 1 file changed, 2 insertions(+), 1 deletion(-)
107593
122702
 
107594
122703
commit 159f533abf9e653fa31dba5b3c12f024165c29db
107595
 
Author: Matthias Clasen <mclasen@redhat.com>
107596
 
Date:   Fri May 14 10:25:31 2010 -0400
 
122704
Author:     Matthias Clasen <mclasen@redhat.com>
 
122705
AuthorDate: Fri May 14 10:25:31 2010 -0400
 
122706
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122707
CommitDate: Fri May 14 10:25:31 2010 -0400
107597
122708
 
107598
122709
    More !srcdir build fixes
107599
122710
 
107602
122713
 2 files changed, 2 insertions(+), 2 deletions(-)
107603
122714
 
107604
122715
commit d8d1a02c556ed9fc4c436888c965bc8dee62ad81
107605
 
Author: Ryan Lortie <desrt@desrt.ca>
107606
 
Date:   Fri May 14 15:30:33 2010 +0200
 
122716
Author:     Ryan Lortie <desrt@desrt.ca>
 
122717
AuthorDate: Fri May 14 15:30:33 2010 +0200
 
122718
Commit:     Ryan Lortie <desrt@desrt.ca>
 
122719
CommitDate: Fri May 14 15:31:14 2010 +0200
107607
122720
 
107608
122721
    include gunixcredentialsmessage from unixsocket
107609
122722
 
107613
122726
 1 file changed, 1 insertion(+)
107614
122727
 
107615
122728
commit 1d22b64843c83631bcd0e5255930f3a4e990961e
107616
 
Author: Matthias Clasen <mclasen@redhat.com>
107617
 
Date:   Fri May 14 08:38:07 2010 -0400
 
122729
Author:     Matthias Clasen <mclasen@redhat.com>
 
122730
AuthorDate: Fri May 14 08:38:07 2010 -0400
 
122731
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122732
CommitDate: Fri May 14 08:38:07 2010 -0400
107618
122733
 
107619
122734
    Cleanups
107620
122735
 
107635
122750
 11 files changed, 42 insertions(+), 44 deletions(-)
107636
122751
 
107637
122752
commit 054079899128cfc4a9e50a3750d927724604eedb
107638
 
Author: Matthias Clasen <mclasen@redhat.com>
107639
 
Date:   Fri May 14 01:36:25 2010 -0400
 
122753
Author:     Matthias Clasen <mclasen@redhat.com>
 
122754
AuthorDate: Fri May 14 01:36:25 2010 -0400
 
122755
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122756
CommitDate: Fri May 14 01:36:25 2010 -0400
107640
122757
 
107641
122758
    Fix !srcdir build
107642
122759
 
107646
122763
 1 file changed, 1 insertion(+), 1 deletion(-)
107647
122764
 
107648
122765
commit c6f01b329c0d6488d15223c0d8bf286d8ff444a5
107649
 
Author: Matthias Clasen <mclasen@redhat.com>
107650
 
Date:   Fri May 14 00:59:42 2010 -0400
 
122766
Author:     Matthias Clasen <mclasen@redhat.com>
 
122767
AuthorDate: Fri May 14 00:59:42 2010 -0400
 
122768
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122769
CommitDate: Fri May 14 00:59:42 2010 -0400
107651
122770
 
107652
122771
    Fix a typo
107653
122772
 
107655
122774
 1 file changed, 1 insertion(+), 1 deletion(-)
107656
122775
 
107657
122776
commit 45cad58b4611aa6678f50a4545cb3b14b24b9c39
107658
 
Author: Matthias Clasen <mclasen@redhat.com>
107659
 
Date:   Fri May 14 00:51:51 2010 -0400
 
122777
Author:     Matthias Clasen <mclasen@redhat.com>
 
122778
AuthorDate: Fri May 14 00:51:51 2010 -0400
 
122779
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122780
CommitDate: Fri May 14 00:51:51 2010 -0400
107660
122781
 
107661
122782
    Updates
107662
122783
 
107664
122785
 1 file changed, 34 insertions(+)
107665
122786
 
107666
122787
commit 4e7764fb2d843fbc89847036a3d8fcb47edf9c4d
107667
 
Author: Matthias Clasen <mclasen@redhat.com>
107668
 
Date:   Fri May 14 00:21:39 2010 -0400
 
122788
Author:     Matthias Clasen <mclasen@redhat.com>
 
122789
AuthorDate: Fri May 14 00:21:39 2010 -0400
 
122790
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122791
CommitDate: Fri May 14 00:21:39 2010 -0400
107669
122792
 
107670
122793
    Documentation cleanups
107671
122794
 
107678
122801
 
107679
122802
commit 6223341cacc7dfa34a8d60ec1b4828382dee6d07
107680
122803
Merge: a7c4c7d 6e8637e
107681
 
Author: Matthias Clasen <mclasen@redhat.com>
107682
 
Date:   Thu May 13 23:08:34 2010 -0400
 
122804
Author:     Matthias Clasen <mclasen@redhat.com>
 
122805
AuthorDate: Thu May 13 23:08:34 2010 -0400
 
122806
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122807
CommitDate: Thu May 13 23:08:34 2010 -0400
107683
122808
 
107684
122809
    Merge branch 'gdbus-merge'
107685
122810
 
107689
122814
        gio/tests/Makefile.am
107690
122815
 
107691
122816
commit a7c4c7de58a48c179e4dc3336814f63c33ad07ff
107692
 
Author: Matthias Clasen <mclasen@redhat.com>
107693
 
Date:   Tue May 11 12:48:22 2010 -0400
 
122817
Author:     Matthias Clasen <mclasen@redhat.com>
 
122818
AuthorDate: Tue May 11 12:48:22 2010 -0400
 
122819
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122820
CommitDate: Thu May 13 22:34:32 2010 -0400
107694
122821
 
107695
122822
    Remove a reference to Pango
107696
122823
 
107698
122825
 1 file changed, 1 insertion(+), 1 deletion(-)
107699
122826
 
107700
122827
commit 6e8637e4783ae4e573f6784f005920930d9fca87
107701
 
Author: Matthias Clasen <mclasen@redhat.com>
107702
 
Date:   Thu May 13 22:15:47 2010 -0400
 
122828
Author:     Matthias Clasen <mclasen@redhat.com>
 
122829
AuthorDate: Thu May 13 22:15:47 2010 -0400
 
122830
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122831
CommitDate: Thu May 13 22:15:47 2010 -0400
107703
122832
 
107704
122833
    The default timeout is 25s
107705
122834
 
107707
122836
 1 file changed, 1 insertion(+), 6 deletions(-)
107708
122837
 
107709
122838
commit bdc29f82d39619747ac564918e041181b26449ee
107710
 
Author: Matthias Clasen <mclasen@redhat.com>
107711
 
Date:   Thu May 13 21:53:51 2010 -0400
 
122839
Author:     Matthias Clasen <mclasen@redhat.com>
 
122840
AuthorDate: Thu May 13 21:53:51 2010 -0400
 
122841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122842
CommitDate: Thu May 13 21:53:51 2010 -0400
107712
122843
 
107713
122844
    Document more floating variant details.
107714
122845
 
107716
122847
 1 file changed, 2 insertions(+)
107717
122848
 
107718
122849
commit e72f7f52de9e482eb9d5dd1c47eb0d1bea5f4631
107719
 
Author: Matthias Clasen <mclasen@redhat.com>
107720
 
Date:   Thu May 13 21:45:18 2010 -0400
 
122850
Author:     Matthias Clasen <mclasen@redhat.com>
 
122851
AuthorDate: Thu May 13 21:45:18 2010 -0400
 
122852
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122853
CommitDate: Thu May 13 21:45:18 2010 -0400
107721
122854
 
107722
122855
    Add some more details to the long description
107723
122856
 
107725
122858
 1 file changed, 14 insertions(+)
107726
122859
 
107727
122860
commit 8f89b63930181696a3f4a9c441ffd97230577d64
107728
 
Author: Matthias Clasen <mclasen@redhat.com>
107729
 
Date:   Thu May 13 20:29:04 2010 -0400
 
122861
Author:     Matthias Clasen <mclasen@redhat.com>
 
122862
AuthorDate: Thu May 13 20:29:04 2010 -0400
 
122863
Commit:     Matthias Clasen <mclasen@redhat.com>
 
122864
CommitDate: Thu May 13 20:29:04 2010 -0400
107730
122865
 
107731
122866
    Clean up platform-specific includes
107732
122867
 
107744
122879
 8 files changed, 8 insertions(+), 9 deletions(-)
107745
122880
 
107746
122881
commit 62c0454b34191b56d439521e537915b0514f8dbb
107747
 
Author: Ryan Lortie <desrt@desrt.ca>
107748
 
Date:   Fri May 14 01:54:30 2010 +0200
 
122882
Author:     Ryan Lortie <desrt@desrt.ca>
 
122883
AuthorDate: Fri May 14 01:54:30 2010 +0200
 
122884
Commit:     Ryan Lortie <desrt@desrt.ca>
 
122885
CommitDate: Fri May 14 01:55:46 2010 +0200
107749
122886
 
107750
122887
    documentation for glib-mkenums @valuenum@
107751
122888
 
107754
122891
 2 files changed, 34 insertions(+), 2 deletions(-)
107755
122892
 
107756
122893
commit e1fb92551f7be3dbaad9d9a5c80dc30ed7b83048
107757
 
Author: Ryan Lortie <desrt@desrt.ca>
107758
 
Date:   Tue May 11 19:48:19 2010 +0200
 
122894
Author:     Ryan Lortie <desrt@desrt.ca>
 
122895
AuthorDate: Tue May 11 19:48:19 2010 +0200
 
122896
Commit:     Ryan Lortie <desrt@desrt.ca>
 
122897
CommitDate: Fri May 14 01:01:40 2010 +0200
107759
122898
 
107760
122899
    check for working gettext() before running tests
107761
122900
 
107763
122902
 1 file changed, 23 insertions(+), 8 deletions(-)
107764
122903
 
107765
122904
commit 1165007023bf34c5624574703acd2d183b1d14f5
107766
 
Author: Ryan Lortie <desrt@desrt.ca>
107767
 
Date:   Fri May 14 00:53:42 2010 +0200
 
122905
Author:     Ryan Lortie <desrt@desrt.ca>
 
122906
AuthorDate: Fri May 14 00:53:42 2010 +0200
 
122907
Commit:     Ryan Lortie <desrt@desrt.ca>
 
122908
CommitDate: Fri May 14 00:53:59 2010 +0200
107768
122909
 
107769
122910
    Add configure check for memmem()
107770
122911
 
107772
122913
 1 file changed, 1 insertion(+), 1 deletion(-)
107773
122914
 
107774
122915
commit dd3551e7c3ae5e6e8b21dd77ce09d72b799e7b1d
107775
 
Author: David Zeuthen <davidz@redhat.com>
107776
 
Date:   Thu May 13 18:19:16 2010 -0400
 
122916
Author:     David Zeuthen <davidz@redhat.com>
 
122917
AuthorDate: Thu May 13 18:19:16 2010 -0400
 
122918
Commit:     David Zeuthen <davidz@redhat.com>
 
122919
CommitDate: Thu May 13 18:19:16 2010 -0400
107777
122920
 
107778
122921
    GDBus: update gdbus(1) man page
107779
122922
 
107781
122924
 1 file changed, 8 insertions(+), 6 deletions(-)
107782
122925
 
107783
122926
commit 68078ed648eec314507ff997e89b053a1d9a6891
107784
 
Author: David Zeuthen <davidz@redhat.com>
107785
 
Date:   Thu May 13 18:04:48 2010 -0400
 
122927
Author:     David Zeuthen <davidz@redhat.com>
 
122928
AuthorDate: Thu May 13 18:04:48 2010 -0400
 
122929
Commit:     David Zeuthen <davidz@redhat.com>
 
122930
CommitDate: Thu May 13 18:04:48 2010 -0400
107786
122931
 
107787
122932
    GDBus: Nuke G_BUS_TYPE_NONE
107788
122933
 
107794
122939
 5 files changed, 6 insertions(+), 12 deletions(-)
107795
122940
 
107796
122941
commit 1fd55b8bbfe58adb749d4eee68ca5a71e56e6f82
107797
 
Author: David Zeuthen <davidz@redhat.com>
107798
 
Date:   Thu May 13 17:44:42 2010 -0400
 
122942
Author:     David Zeuthen <davidz@redhat.com>
 
122943
AuthorDate: Thu May 13 17:44:42 2010 -0400
 
122944
Commit:     David Zeuthen <davidz@redhat.com>
 
122945
CommitDate: Thu May 13 17:44:42 2010 -0400
107799
122946
 
107800
122947
    GDBus: Remove g_dbus_is_activated()
107801
122948
 
107808
122955
 4 files changed, 24 deletions(-)
107809
122956
 
107810
122957
commit 51446baa52e8cebea57124eb99a32e77a13b1551
107811
 
Author: David Zeuthen <davidz@redhat.com>
107812
 
Date:   Thu May 13 17:20:39 2010 -0400
 
122958
Author:     David Zeuthen <davidz@redhat.com>
 
122959
AuthorDate: Thu May 13 17:20:39 2010 -0400
 
122960
Commit:     David Zeuthen <davidz@redhat.com>
 
122961
CommitDate: Thu May 13 17:20:39 2010 -0400
107813
122962
 
107814
122963
    GDBus: subscribe to PropertiesChanged() before calling GetAll()
107815
122964
 
107819
122968
 1 file changed, 20 insertions(+), 15 deletions(-)
107820
122969
 
107821
122970
commit 0e2c708bb298c98c136d507427e7b731b5cbd962
107822
 
Author: David Zeuthen <davidz@redhat.com>
107823
 
Date:   Thu May 13 17:10:15 2010 -0400
 
122971
Author:     David Zeuthen <davidz@redhat.com>
 
122972
AuthorDate: Thu May 13 17:10:15 2010 -0400
 
122973
Commit:     David Zeuthen <davidz@redhat.com>
 
122974
CommitDate: Thu May 13 17:10:15 2010 -0400
107824
122975
 
107825
122976
    GDBus: Don't take a GError for
107826
122977
    g_dbus_proxy_get_cached_property_names()
107836
122987
 3 files changed, 11 insertions(+), 23 deletions(-)
107837
122988
 
107838
122989
commit 3ca28ef718d402bd65cd9f291c67b299f1ef74cf
107839
 
Author: David Zeuthen <davidz@redhat.com>
107840
 
Date:   Thu May 13 16:57:29 2010 -0400
 
122990
Author:     David Zeuthen <davidz@redhat.com>
 
122991
AuthorDate: Thu May 13 16:57:29 2010 -0400
 
122992
Commit:     David Zeuthen <davidz@redhat.com>
 
122993
CommitDate: Thu May 13 16:57:29 2010 -0400
107841
122994
 
107842
122995
    GDBus: Update docs for GDBusProxy::g-properties-changed signal
107843
122996
 
107854
123007
 2 files changed, 10 insertions(+), 7 deletions(-)
107855
123008
 
107856
123009
commit e3f5d3c00595ca017d83015fa2b9832d1c87828f
107857
 
Author: Christian Persch <chpe@gnome.org>
107858
 
Date:   Thu May 13 19:01:04 2010 +0200
 
123010
Author:     Christian Persch <chpe@gnome.org>
 
123011
AuthorDate: Thu May 13 19:01:04 2010 +0200
 
123012
Commit:     David Zeuthen <davidz@redhat.com>
 
123013
CommitDate: Thu May 13 16:46:18 2010 -0400
107859
123014
 
107860
123015
    Make GVariant handling in PropertiesChanged more efficient
107861
123016
 
107869
123024
 1 file changed, 16 insertions(+), 66 deletions(-)
107870
123025
 
107871
123026
commit 4ad4c306c3b80620185cf975b402e17a6174aea9
107872
 
Author: Christian Persch <chpe@gnome.org>
107873
 
Date:   Thu May 13 19:20:26 2010 +0200
 
123027
Author:     Christian Persch <chpe@gnome.org>
 
123028
AuthorDate: Thu May 13 19:20:26 2010 +0200
 
123029
Commit:     David Zeuthen <davidz@redhat.com>
 
123030
CommitDate: Thu May 13 16:43:41 2010 -0400
107874
123031
 
107875
123032
    Plug some mem leaks
107876
123033
 
107887
123044
 6 files changed, 27 insertions(+), 29 deletions(-)
107888
123045
 
107889
123046
commit 60e7ae26af2fc31d59e36f8798d383fa9d87db92
107890
 
Author: David Zeuthen <davidz@redhat.com>
107891
 
Date:   Thu May 13 16:32:11 2010 -0400
 
123047
Author:     David Zeuthen <davidz@redhat.com>
 
123048
AuthorDate: Thu May 13 16:32:11 2010 -0400
 
123049
Commit:     David Zeuthen <davidz@redhat.com>
 
123050
CommitDate: Thu May 13 16:32:11 2010 -0400
107892
123051
 
107893
123052
    GDBus: Add GDBusAuthObserver param in
107894
123053
    g_dbus_connection_new_for_address()
107906
123065
 6 files changed, 23 insertions(+), 4 deletions(-)
107907
123066
 
107908
123067
commit cb753dfd496ae70b069c1698da8211c454953f08
107909
 
Author: David Zeuthen <davidz@redhat.com>
107910
 
Date:   Thu May 13 16:20:31 2010 -0400
 
123068
Author:     David Zeuthen <davidz@redhat.com>
 
123069
AuthorDate: Thu May 13 16:20:31 2010 -0400
 
123070
Commit:     David Zeuthen <davidz@redhat.com>
 
123071
CommitDate: Thu May 13 16:20:31 2010 -0400
107911
123072
 
107912
123073
    GDBus: Rename ::deny-authentication-peer to
107913
123074
    ::authorize-authenticated-peer
107923
123084
 7 files changed, 70 insertions(+), 56 deletions(-)
107924
123085
 
107925
123086
commit 9e90b381f58c4a06f49e622a07ee0b56fb52b3f1
107926
 
Author: Matthias Clasen <mclasen@redhat.com>
107927
 
Date:   Thu May 13 14:25:29 2010 -0400
 
123087
Author:     Matthias Clasen <mclasen@redhat.com>
 
123088
AuthorDate: Thu May 13 14:25:29 2010 -0400
 
123089
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123090
CommitDate: Thu May 13 14:29:39 2010 -0400
107928
123091
 
107929
123092
    Remove the credentials argument from g_unix_connect_send_credentials()
107930
123093
 
107936
123099
 3 files changed, 8 insertions(+), 12 deletions(-)
107937
123100
 
107938
123101
commit 33952347ff9bc2875e7e1a2709566b38fc391bda
107939
 
Author: David Zeuthen <davidz@redhat.com>
107940
 
Date:   Thu May 13 14:01:41 2010 -0400
 
123102
Author:     David Zeuthen <davidz@redhat.com>
 
123103
AuthorDate: Thu May 13 14:01:41 2010 -0400
 
123104
Commit:     David Zeuthen <davidz@redhat.com>
 
123105
CommitDate: Thu May 13 14:03:58 2010 -0400
107941
123106
 
107942
123107
    GDBus: Make message serialization routines take capabilities param
107943
123108
 
107953
123118
 5 files changed, 26 insertions(+), 10 deletions(-)
107954
123119
 
107955
123120
commit 107b4d4bae7dba4281bfaa0bef827f7b2376946a
107956
 
Author: Matthias Clasen <mclasen@redhat.com>
107957
 
Date:   Thu May 13 13:09:58 2010 -0400
 
123121
Author:     Matthias Clasen <mclasen@redhat.com>
 
123122
AuthorDate: Thu May 13 13:09:58 2010 -0400
 
123123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123124
CommitDate: Thu May 13 13:09:58 2010 -0400
107958
123125
 
107959
123126
    remove the redundant interface_name parameter
107960
123127
 
107968
123135
 7 files changed, 5 insertions(+), 25 deletions(-)
107969
123136
 
107970
123137
commit 82158afdadd10e6ffd1540f695931f64957b59f6
107971
 
Author: David Zeuthen <davidz@redhat.com>
107972
 
Date:   Thu May 13 11:56:15 2010 -0400
 
123138
Author:     David Zeuthen <davidz@redhat.com>
 
123139
AuthorDate: Thu May 13 11:56:15 2010 -0400
 
123140
Commit:     David Zeuthen <davidz@redhat.com>
 
123141
CommitDate: Thu May 13 11:56:15 2010 -0400
107973
123142
 
107974
123143
    GDBus: Catch up with new PropertiesChanged signal
107975
123144
 
107994
123163
 9 files changed, 137 insertions(+), 63 deletions(-)
107995
123164
 
107996
123165
commit 2d75583fb2a8fdb71b9ee880dc0cf4605ab7bc6c
107997
 
Author: Matthias Clasen <mclasen@redhat.com>
107998
 
Date:   Thu May 13 01:04:29 2010 -0400
 
123166
Author:     Matthias Clasen <mclasen@redhat.com>
 
123167
AuthorDate: Thu May 13 01:04:29 2010 -0400
 
123168
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123169
CommitDate: Thu May 13 01:04:29 2010 -0400
107999
123170
 
108000
123171
    Fill out the export section of the migration guide
108001
123172
 
108005
123176
 2 files changed, 70 insertions(+), 2 deletions(-)
108006
123177
 
108007
123178
commit 195cdcfabf962989f2bcc8c225a287517d7eacd9
108008
 
Author: Thomas Thurman <tthurman@gnome.org>
108009
 
Date:   Thu May 13 00:51:30 2010 -0400
 
123179
Author:     Thomas Thurman <tthurman@gnome.org>
 
123180
AuthorDate: Thu May 13 00:51:30 2010 -0400
 
123181
Commit:     Thomas Thurman <tthurman@gnome.org>
 
123182
CommitDate: Thu May 13 00:51:30 2010 -0400
108010
123183
 
108011
123184
    Update Shavian transliteration
108012
123185
 
108015
123188
 1 file changed, 47 insertions(+), 81 deletions(-)
108016
123189
 
108017
123190
commit 9a065edf6f51be2ad189cfb02ddd2c806b656303
108018
 
Author: Matthias Clasen <mclasen@redhat.com>
108019
 
Date:   Thu May 13 00:39:26 2010 -0400
 
123191
Author:     Matthias Clasen <mclasen@redhat.com>
 
123192
AuthorDate: Thu May 13 00:39:26 2010 -0400
 
123193
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123194
CommitDate: Thu May 13 00:40:41 2010 -0400
108020
123195
 
108021
123196
    Add an example of exporting a GObject
108022
123197
 
108029
123204
 3 files changed, 337 insertions(+)
108030
123205
 
108031
123206
commit ea1e0496b0329147b932d5a1486f5a81b4121651
108032
 
Author: David Zeuthen <davidz@redhat.com>
108033
 
Date:   Wed May 12 23:12:14 2010 -0400
 
123207
Author:     David Zeuthen <davidz@redhat.com>
 
123208
AuthorDate: Wed May 12 23:12:14 2010 -0400
 
123209
Commit:     David Zeuthen <davidz@redhat.com>
 
123210
CommitDate: Wed May 12 23:12:14 2010 -0400
108034
123211
 
108035
123212
    GDBus: add 'monitor' verb to gdbus(1)
108036
123213
 
108051
123228
 8 files changed, 489 insertions(+), 24 deletions(-)
108052
123229
 
108053
123230
commit 9695c23d4c29e79afbe14e3584b6c42e98e8f0d9
108054
 
Author: David Zeuthen <davidz@redhat.com>
108055
 
Date:   Wed May 12 22:09:18 2010 -0400
 
123231
Author:     David Zeuthen <davidz@redhat.com>
 
123232
AuthorDate: Wed May 12 22:09:18 2010 -0400
 
123233
Commit:     David Zeuthen <davidz@redhat.com>
 
123234
CommitDate: Wed May 12 22:11:18 2010 -0400
108056
123235
 
108057
123236
    GDBus: Make gdbus(1) print annotations when introspecting data
108058
123237
 
108120
123299
 2 files changed, 58 insertions(+), 3 deletions(-)
108121
123300
 
108122
123301
commit cce08f197313bad1516924b3eb7305e7e6818971
108123
 
Author: Matthias Clasen <mclasen@redhat.com>
108124
 
Date:   Wed May 12 21:51:06 2010 -0400
 
123302
Author:     Matthias Clasen <mclasen@redhat.com>
 
123303
AuthorDate: Wed May 12 21:51:06 2010 -0400
 
123304
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123305
CommitDate: Wed May 12 21:55:09 2010 -0400
108125
123306
 
108126
123307
    Add a note about implemented standard interfaces
108127
123308
 
108129
123310
 1 file changed, 7 insertions(+)
108130
123311
 
108131
123312
commit f909cb5b2713c8cd5f587c7a70e468d29bdcd429
108132
 
Author: David Zeuthen <davidz@redhat.com>
108133
 
Date:   Wed May 12 20:43:40 2010 -0400
 
123313
Author:     David Zeuthen <davidz@redhat.com>
 
123314
AuthorDate: Wed May 12 20:43:40 2010 -0400
 
123315
Commit:     David Zeuthen <davidz@redhat.com>
 
123316
CommitDate: Wed May 12 20:51:06 2010 -0400
108134
123317
 
108135
123318
    GDBusProxy: Remove error in get_cached_property() and add
108136
123319
    set_cached_property()
108170
123353
 8 files changed, 174 insertions(+), 51 deletions(-)
108171
123354
 
108172
123355
commit 72731fb6ad99da076605ca7d8b1bee232b38e734
108173
 
Author: Thomas Thurman <tthurman@gnome.org>
108174
 
Date:   Wed May 12 18:41:27 2010 -0400
 
123356
Author:     Thomas Thurman <tthurman@gnome.org>
 
123357
AuthorDate: Wed May 12 18:41:27 2010 -0400
 
123358
Commit:     Thomas Thurman <tthurman@gnome.org>
 
123359
CommitDate: Wed May 12 18:41:27 2010 -0400
108175
123360
 
108176
123361
    Updated Shavian transliteration
108177
123362
 
108180
123365
 1 file changed, 602 insertions(+), 574 deletions(-)
108181
123366
 
108182
123367
commit b690e637d46057f6914a6b6f20b2688cd03f0ac5
108183
 
Author: Matthias Clasen <mclasen@redhat.com>
108184
 
Date:   Wed May 12 17:56:56 2010 -0400
 
123368
Author:     Matthias Clasen <mclasen@redhat.com>
 
123369
AuthorDate: Wed May 12 17:56:56 2010 -0400
 
123370
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123371
CommitDate: Wed May 12 17:56:56 2010 -0400
108185
123372
 
108186
123373
    Add some more verbiage
108187
123374
 
108189
123376
 1 file changed, 10 insertions(+)
108190
123377
 
108191
123378
commit d40767fc62972f9cc85ebfb23e113068cc316f3a
108192
 
Author: David Zeuthen <davidz@redhat.com>
108193
 
Date:   Wed May 12 15:49:48 2010 -0400
 
123379
Author:     David Zeuthen <davidz@redhat.com>
 
123380
AuthorDate: Wed May 12 15:49:48 2010 -0400
 
123381
Commit:     David Zeuthen <davidz@redhat.com>
 
123382
CommitDate: Wed May 12 15:52:08 2010 -0400
108194
123383
 
108195
123384
    GDBus: Add an example of a GDBusProxy subclass
108196
123385
 
108202
123391
 4 files changed, 502 insertions(+), 2 deletions(-)
108203
123392
 
108204
123393
commit 7c0196f0267aa77c80fb85320ef9583c7fc64ad7
108205
 
Author: Matthias Clasen <mclasen@redhat.com>
108206
 
Date:   Wed May 12 13:01:40 2010 -0400
 
123394
Author:     Matthias Clasen <mclasen@redhat.com>
 
123395
AuthorDate: Wed May 12 13:01:40 2010 -0400
 
123396
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123397
CommitDate: Wed May 12 13:01:40 2010 -0400
108207
123398
 
108208
123399
    Update an example to the latest auth observer api
108209
123400
 
108212
123403
 2 files changed, 11 insertions(+), 8 deletions(-)
108213
123404
 
108214
123405
commit 371a3373bbf190054076896ed32d28d546f23930
108215
 
Author: Matthias Clasen <mclasen@redhat.com>
108216
 
Date:   Wed May 12 13:01:02 2010 -0400
 
123406
Author:     Matthias Clasen <mclasen@redhat.com>
 
123407
AuthorDate: Wed May 12 13:01:02 2010 -0400
 
123408
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123409
CommitDate: Wed May 12 13:01:02 2010 -0400
108217
123410
 
108218
123411
    Correct env var names
108219
123412
 
108223
123416
 1 file changed, 10 insertions(+), 2 deletions(-)
108224
123417
 
108225
123418
commit af3afc804064ec17e89a6cdef4cc3e63015c8a77
108226
 
Author: Matthias Clasen <mclasen@redhat.com>
108227
 
Date:   Wed May 12 12:13:57 2010 -0400
 
123419
Author:     Matthias Clasen <mclasen@redhat.com>
 
123420
AuthorDate: Wed May 12 12:13:57 2010 -0400
 
123421
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123422
CommitDate: Wed May 12 12:13:57 2010 -0400
108228
123423
 
108229
123424
    placeholder for more migration docs
108230
123425
 
108232
123427
 1 file changed, 5 insertions(+)
108233
123428
 
108234
123429
commit 246db9bfdb5919a77ce5ae0d2f426f163f7702c1
108235
 
Author: Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
108236
 
Date:   Fri May 7 11:55:40 2010 +0200
 
123430
Author:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
123431
AuthorDate: Fri May 7 11:55:40 2010 +0200
 
123432
Commit:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
123433
CommitDate: Wed May 12 09:21:12 2010 +0200
108237
123434
 
108238
123435
    Added test cases for g_output_stream_close_async
108239
123436
 
108245
123442
 2 files changed, 283 insertions(+), 1 deletion(-)
108246
123443
 
108247
123444
commit adc5162b742c702f37f385dcffba3802f0e55095
108248
 
Author: Jesse van den Kieboom <jesse@icecrew.nl>
108249
 
Date:   Mon May 10 23:49:41 2010 +0200
 
123445
Author:     Jesse van den Kieboom <jesse@icecrew.nl>
 
123446
AuthorDate: Mon May 10 23:49:41 2010 +0200
 
123447
Commit:     Jesse van den Kieboom <jesse.vandenkieboom@epfl.ch>
 
123448
CommitDate: Wed May 12 09:21:06 2010 +0200
108250
123449
 
108251
123450
    Flush when closing output stream async
108252
123451
 
108257
123456
 1 file changed, 110 insertions(+), 7 deletions(-)
108258
123457
 
108259
123458
commit e2b9d077659df82f9603352e6ce4ff1ceb4b1b8a
108260
 
Author: Matthias Clasen <mclasen@redhat.com>
108261
 
Date:   Tue May 11 23:26:51 2010 -0400
 
123459
Author:     Matthias Clasen <mclasen@redhat.com>
 
123460
AuthorDate: Tue May 11 23:26:51 2010 -0400
 
123461
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123462
CommitDate: Tue May 11 23:26:51 2010 -0400
108262
123463
 
108263
123464
    Update TODO list
108264
123465
 
108266
123467
 1 file changed, 4 deletions(-)
108267
123468
 
108268
123469
commit a63d3bb868b0ee17404cf85520e48d441abbcdf3
108269
 
Author: Matthias Clasen <mclasen@redhat.com>
108270
 
Date:   Tue May 11 23:18:48 2010 -0400
 
123470
Author:     Matthias Clasen <mclasen@redhat.com>
 
123471
AuthorDate: Tue May 11 23:18:48 2010 -0400
 
123472
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123473
CommitDate: Tue May 11 23:18:48 2010 -0400
108271
123474
 
108272
123475
    mention inline use of floating variants
108273
123476
 
108276
123479
 2 files changed, 72 insertions(+), 7 deletions(-)
108277
123480
 
108278
123481
commit ab2ff1a307f6bf7825e02b0d09e25b8ea7570c07
108279
 
Author: Matthias Clasen <mclasen@redhat.com>
108280
 
Date:   Tue May 11 22:51:14 2010 -0400
 
123482
Author:     Matthias Clasen <mclasen@redhat.com>
 
123483
AuthorDate: Tue May 11 22:51:14 2010 -0400
 
123484
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123485
CommitDate: Tue May 11 22:51:14 2010 -0400
108281
123486
 
108282
123487
    Remove properties from GDBusMethodInvocation class
108283
123488
 
108287
123492
 2 files changed, 18 insertions(+), 315 deletions(-)
108288
123493
 
108289
123494
commit c4cf88c22f731878cbc740e4721e07215385201b
108290
 
Author: Matthias Clasen <mclasen@redhat.com>
108291
 
Date:   Tue May 11 22:50:40 2010 -0400
 
123495
Author:     Matthias Clasen <mclasen@redhat.com>
 
123496
AuthorDate: Tue May 11 22:50:40 2010 -0400
 
123497
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123498
CommitDate: Tue May 11 22:50:40 2010 -0400
108292
123499
 
108293
123500
    Document remove_filter
108294
123501
 
108296
123503
 1 file changed, 10 insertions(+), 3 deletions(-)
108297
123504
 
108298
123505
commit d7095dd4700b38c202a43b7c21f93db20a9ede44
108299
 
Author: Matthias Clasen <mclasen@redhat.com>
108300
 
Date:   Tue May 11 22:35:59 2010 -0400
 
123506
Author:     Matthias Clasen <mclasen@redhat.com>
 
123507
AuthorDate: Tue May 11 22:35:59 2010 -0400
 
123508
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123509
CommitDate: Tue May 11 22:35:59 2010 -0400
108301
123510
 
108302
123511
    Document DBUS address env vars
108303
123512
 
108306
123515
 2 files changed, 29 insertions(+), 1 deletion(-)
108307
123516
 
108308
123517
commit 84a6475b6e52fd481bf0e7191a6ea16168d35a3f
108309
 
Author: Matthias Clasen <mclasen@redhat.com>
108310
 
Date:   Tue May 11 22:03:40 2010 -0400
 
123518
Author:     Matthias Clasen <mclasen@redhat.com>
 
123519
AuthorDate: Tue May 11 22:03:40 2010 -0400
 
123520
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123521
CommitDate: Tue May 11 22:03:40 2010 -0400
108311
123522
 
108312
123523
    Trivial: tweak section heading
108313
123524
 
108315
123526
 1 file changed, 1 insertion(+), 1 deletion(-)
108316
123527
 
108317
123528
commit 9c128ca83536b6c6c823bb83606b09193d814738
108318
 
Author: Matthias Clasen <mclasen@redhat.com>
108319
 
Date:   Tue May 11 22:00:54 2010 -0400
 
123529
Author:     Matthias Clasen <mclasen@redhat.com>
 
123530
AuthorDate: Tue May 11 22:00:54 2010 -0400
 
123531
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123532
CommitDate: Tue May 11 22:00:54 2010 -0400
108320
123533
 
108321
123534
    Trivial formatting fix
108322
123535
 
108324
123537
 1 file changed, 1 insertion(+), 1 deletion(-)
108325
123538
 
108326
123539
commit fdfd3d5e7536313dde1fc02b45ca04a6e4704b50
108327
 
Author: Matthias Clasen <mclasen@redhat.com>
108328
 
Date:   Tue May 11 22:00:06 2010 -0400
 
123540
Author:     Matthias Clasen <mclasen@redhat.com>
 
123541
AuthorDate: Tue May 11 22:00:06 2010 -0400
 
123542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123543
CommitDate: Tue May 11 22:00:06 2010 -0400
108329
123544
 
108330
123545
    Fill out the proxy section of the migration guide
108331
123546
 
108334
123549
 1 file changed, 53 insertions(+)
108335
123550
 
108336
123551
commit 26f65d83c5078e48e414a1cbe593bf349d96a033
108337
 
Author: Matthias Clasen <mclasen@redhat.com>
108338
 
Date:   Tue May 11 21:59:42 2010 -0400
 
123552
Author:     Matthias Clasen <mclasen@redhat.com>
 
123553
AuthorDate: Tue May 11 21:59:42 2010 -0400
 
123554
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123555
CommitDate: Tue May 11 21:59:42 2010 -0400
108339
123556
 
108340
123557
    Don't refer to nonexisting API.
108341
123558
 
108343
123560
 1 file changed, 1 insertion(+), 1 deletion(-)
108344
123561
 
108345
123562
commit 1af277f16779f072bc0c326aa8024747ad8c13e9
108346
 
Author: Matthias Clasen <mclasen@redhat.com>
108347
 
Date:   Tue May 11 21:32:29 2010 -0400
 
123563
Author:     Matthias Clasen <mclasen@redhat.com>
 
123564
AuthorDate: Tue May 11 21:32:29 2010 -0400
 
123565
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123566
CommitDate: Tue May 11 21:32:29 2010 -0400
108348
123567
 
108349
123568
    Fix a typo
108350
123569
 
108352
123571
 1 file changed, 1 insertion(+), 1 deletion(-)
108353
123572
 
108354
123573
commit 9b05e0bc3e88f9e54710aabb2ad29908739e6345
108355
 
Author: Matthias Clasen <mclasen@redhat.com>
108356
 
Date:   Tue May 11 21:30:53 2010 -0400
 
123574
Author:     Matthias Clasen <mclasen@redhat.com>
 
123575
AuthorDate: Tue May 11 21:30:53 2010 -0400
 
123576
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123577
CommitDate: Tue May 11 21:30:53 2010 -0400
108357
123578
 
108358
123579
    Complete the name owning section of the migration guide
108359
123580
 
108362
123583
 1 file changed, 76 insertions(+), 60 deletions(-)
108363
123584
 
108364
123585
commit e4b1e48fca9d1d2ca7e0ec54ebc9ea421aebff71
108365
 
Author: Matthias Clasen <mclasen@redhat.com>
108366
 
Date:   Tue May 11 20:57:44 2010 -0400
 
123586
Author:     Matthias Clasen <mclasen@redhat.com>
 
123587
AuthorDate: Tue May 11 20:57:44 2010 -0400
 
123588
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123589
CommitDate: Tue May 11 20:57:44 2010 -0400
108367
123590
 
108368
123591
    Match up parameter names
108369
123592
 
108378
123601
 5 files changed, 71 insertions(+), 55 deletions(-)
108379
123602
 
108380
123603
commit 1d43e4140b9c890eca50f3845bff3d800d66b6f9
108381
 
Author: Matthias Clasen <mclasen@redhat.com>
108382
 
Date:   Tue May 11 20:03:44 2010 -0400
 
123604
Author:     Matthias Clasen <mclasen@redhat.com>
 
123605
AuthorDate: Tue May 11 20:03:44 2010 -0400
 
123606
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123607
CommitDate: Tue May 11 20:03:44 2010 -0400
108383
123608
 
108384
123609
    Line up prototypes
108385
123610
 
108387
123612
 1 file changed, 17 insertions(+), 17 deletions(-)
108388
123613
 
108389
123614
commit 8d66ede1abbc4b84bcf13c4420719cb06fbe3b96
108390
 
Author: Matthias Clasen <mclasen@redhat.com>
108391
 
Date:   Tue May 11 17:15:11 2010 -0400
 
123615
Author:     Matthias Clasen <mclasen@redhat.com>
 
123616
AuthorDate: Tue May 11 17:15:11 2010 -0400
 
123617
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123618
CommitDate: Tue May 11 17:15:11 2010 -0400
108392
123619
 
108393
123620
    More gdbus migration stuff
108394
123621
 
108397
123624
 1 file changed, 86 insertions(+), 3 deletions(-)
108398
123625
 
108399
123626
commit 54a57bb894d3c098bf972ecec71823b2822128b6
108400
 
Author: Matthias Clasen <mclasen@redhat.com>
108401
 
Date:   Tue May 11 15:50:19 2010 -0400
 
123627
Author:     Matthias Clasen <mclasen@redhat.com>
 
123628
AuthorDate: Tue May 11 15:50:19 2010 -0400
 
123629
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123630
CommitDate: Tue May 11 15:50:19 2010 -0400
108402
123631
 
108403
123632
    Strip copyright headers from examples
108404
123633
 
108416
123645
 7 files changed, 91 deletions(-)
108417
123646
 
108418
123647
commit 9a2422b216263dd7bc4f27a98bc89d5ea6dfe791
108419
 
Author: Matthias Clasen <mclasen@redhat.com>
108420
 
Date:   Tue May 11 15:42:15 2010 -0400
 
123648
Author:     Matthias Clasen <mclasen@redhat.com>
 
123649
AuthorDate: Tue May 11 15:42:15 2010 -0400
 
123650
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123651
CommitDate: Tue May 11 15:42:15 2010 -0400
108421
123652
 
108422
123653
    Trivial: rename a file
108423
123654
 
108430
123661
 4 files changed, 73 insertions(+), 73 deletions(-)
108431
123662
 
108432
123663
commit 0e98557753ad5f5f9b74fd135dcdbe18055dc11a
108433
 
Author: Kjartan Maraas <kmaraas@gnome.org>
108434
 
Date:   Tue May 11 19:54:06 2010 +0200
 
123664
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
123665
AuthorDate: Tue May 11 19:54:06 2010 +0200
 
123666
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
123667
CommitDate: Tue May 11 19:54:06 2010 +0200
108435
123668
 
108436
123669
    Updated Norwegian bokmål translation
108437
123670
 
108440
123673
 1 file changed, 46 insertions(+), 46 deletions(-)
108441
123674
 
108442
123675
commit 8c523c069b79a746c2dcdfe7e253513ff489cd39
108443
 
Author: David Zeuthen <davidz@redhat.com>
108444
 
Date:   Tue May 11 12:04:37 2010 -0400
 
123676
Author:     David Zeuthen <davidz@redhat.com>
 
123677
AuthorDate: Tue May 11 12:04:37 2010 -0400
 
123678
Commit:     David Zeuthen <davidz@redhat.com>
 
123679
CommitDate: Tue May 11 12:04:37 2010 -0400
108445
123680
 
108446
123681
    GDBus: Update TODO list
108447
123682
 
108449
123684
 1 file changed, 28 insertions(+)
108450
123685
 
108451
123686
commit 6d5ac8163b962803fedcf57b9ccad8a2c1205c82
108452
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
108453
 
Date:   Mon May 10 09:48:49 2010 +0200
 
123687
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
123688
AuthorDate: Mon May 10 09:48:49 2010 +0200
 
123689
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
123690
CommitDate: Tue May 11 06:17:25 2010 +0200
108454
123691
 
108455
123692
    gio: Fix gsettings build with binutils gold linker
108456
123693
 
108458
123695
 1 file changed, 1 insertion(+)
108459
123696
 
108460
123697
commit 936ff022f21a43f39552799dc1b3988379563959
108461
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
108462
 
Date:   Mon May 10 09:51:49 2010 +0200
 
123698
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
123699
AuthorDate: Mon May 10 09:51:49 2010 +0200
 
123700
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
123701
CommitDate: Tue May 11 06:17:25 2010 +0200
108463
123702
 
108464
123703
    Don't include __bss_start, _edata and _end symbols in the abichecks
108465
123704
 
108471
123710
 3 files changed, 3 insertions(+), 3 deletions(-)
108472
123711
 
108473
123712
commit 2d208c9d364369d68a54cfd0682e17f2ce771db5
108474
 
Author: David Zeuthen <davidz@redhat.com>
108475
 
Date:   Mon May 10 16:20:59 2010 -0400
 
123713
Author:     David Zeuthen <davidz@redhat.com>
 
123714
AuthorDate: Mon May 10 16:20:59 2010 -0400
 
123715
Commit:     David Zeuthen <davidz@redhat.com>
 
123716
CommitDate: Mon May 10 16:20:59 2010 -0400
108476
123717
 
108477
123718
    GDBus: In gdbus(1), try Get() if GetAll() fails
108478
123719
 
108509
123750
 1 file changed, 28 insertions(+)
108510
123751
 
108511
123752
commit 6e23b0b7850c170405aa25d9441a9cd8cc05a38b
108512
 
Author: David Zeuthen <davidz@redhat.com>
108513
 
Date:   Mon May 10 14:43:08 2010 -0400
 
123753
Author:     David Zeuthen <davidz@redhat.com>
 
123754
AuthorDate: Mon May 10 14:43:08 2010 -0400
 
123755
Commit:     David Zeuthen <davidz@redhat.com>
 
123756
CommitDate: Mon May 10 14:43:08 2010 -0400
108514
123757
 
108515
123758
    GDBus: Add TODO item about a need to validate data / messages
108516
123759
 
108518
123761
 1 file changed, 5 insertions(+)
108519
123762
 
108520
123763
commit adf50912ddb29c8c6b36702df1162e6211765dea
108521
 
Author: David Zeuthen <davidz@redhat.com>
108522
 
Date:   Mon May 10 14:07:13 2010 -0400
 
123764
Author:     David Zeuthen <davidz@redhat.com>
 
123765
AuthorDate: Mon May 10 14:07:13 2010 -0400
 
123766
Commit:     David Zeuthen <davidz@redhat.com>
 
123767
CommitDate: Mon May 10 14:07:13 2010 -0400
108523
123768
 
108524
123769
    GDBus Add TODO items about finding and launching bus instances
108525
123770
 
108527
123772
 1 file changed, 28 insertions(+)
108528
123773
 
108529
123774
commit 5800a1f91162ec5a0e96fae12857be2ebe404d3a
108530
 
Author: Jorge González <jorgegonz@svn.gnome.org>
108531
 
Date:   Mon May 10 19:38:57 2010 +0200
 
123775
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
123776
AuthorDate: Mon May 10 19:38:57 2010 +0200
 
123777
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
123778
CommitDate: Mon May 10 19:38:57 2010 +0200
108532
123779
 
108533
123780
    Updated Spanish translation
108534
123781
 
108537
123784
 1 file changed, 49 insertions(+), 42 deletions(-)
108538
123785
 
108539
123786
commit 7e8b07ae3be5ce63ba17183a410ac8512a29cb13
108540
 
Author: David Zeuthen <davidz@redhat.com>
108541
 
Date:   Mon May 10 13:31:54 2010 -0400
 
123787
Author:     David Zeuthen <davidz@redhat.com>
 
123788
AuthorDate: Mon May 10 13:31:54 2010 -0400
 
123789
Commit:     David Zeuthen <davidz@redhat.com>
 
123790
CommitDate: Mon May 10 13:31:54 2010 -0400
108542
123791
 
108543
123792
    GDBus: Use GVariant instead of GHashTable for
108544
123793
    GDBusProxy::g-properties-changed
108550
123799
 4 files changed, 27 insertions(+), 33 deletions(-)
108551
123800
 
108552
123801
commit 869b4c68332f36377bbdfd186e37f6194ae5ed5a
108553
 
Author: David Zeuthen <davidz@redhat.com>
108554
 
Date:   Mon May 10 11:47:08 2010 -0400
 
123802
Author:     David Zeuthen <davidz@redhat.com>
 
123803
AuthorDate: Mon May 10 11:47:08 2010 -0400
 
123804
Commit:     David Zeuthen <davidz@redhat.com>
 
123805
CommitDate: Mon May 10 11:47:08 2010 -0400
108555
123806
 
108556
123807
    GDBus: Use call() instead of invoke_method()
108557
123808
 
108585
123836
 21 files changed, 694 insertions(+), 693 deletions(-)
108586
123837
 
108587
123838
commit 728c4e38e72055080c148f9cebca85a08d16a445
108588
 
Author: Matthias Clasen <mclasen@redhat.com>
108589
 
Date:   Mon May 10 08:07:28 2010 -0400
 
123839
Author:     Matthias Clasen <mclasen@redhat.com>
 
123840
AuthorDate: Mon May 10 08:07:28 2010 -0400
 
123841
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123842
CommitDate: Mon May 10 08:07:28 2010 -0400
108590
123843
 
108591
123844
    More copyright year updates
108592
123845
 
108606
123859
 13 files changed, 13 insertions(+), 13 deletions(-)
108607
123860
 
108608
123861
commit 5d1135618e6ec5c6a6c41bed602cec643f9d8b8f
108609
 
Author: Matthias Clasen <mclasen@redhat.com>
108610
 
Date:   Mon May 10 08:07:07 2010 -0400
 
123862
Author:     Matthias Clasen <mclasen@redhat.com>
 
123863
AuthorDate: Mon May 10 08:07:07 2010 -0400
 
123864
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123865
CommitDate: Mon May 10 08:07:07 2010 -0400
108611
123866
 
108612
123867
    Trivia
108613
123868
 
108616
123871
 2 files changed, 38 insertions(+), 30 deletions(-)
108617
123872
 
108618
123873
commit 25a8aa5d88d3d4b8ebcf8be42a2adc233dbb104c
108619
 
Author: Matthias Clasen <mclasen@redhat.com>
108620
 
Date:   Sun May 9 22:13:18 2010 -0400
 
123874
Author:     Matthias Clasen <mclasen@redhat.com>
 
123875
AuthorDate: Sun May 9 22:13:18 2010 -0400
 
123876
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123877
CommitDate: Sun May 9 22:13:18 2010 -0400
108621
123878
 
108622
123879
    Cosmetic fixes
108623
123880
 
108634
123891
 7 files changed, 407 insertions(+), 484 deletions(-)
108635
123892
 
108636
123893
commit 0cf467c2ca92ece9625dbc54ad3065ad5298f735
108637
 
Author: Matthias Clasen <mclasen@redhat.com>
108638
 
Date:   Sun May 9 13:14:55 2010 -0400
 
123894
Author:     Matthias Clasen <mclasen@redhat.com>
 
123895
AuthorDate: Sun May 9 13:14:55 2010 -0400
 
123896
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123897
CommitDate: Sun May 9 13:14:55 2010 -0400
108639
123898
 
108640
123899
    Update copyright years to include 2010
108641
123900
 
108683
123942
 41 files changed, 41 insertions(+), 41 deletions(-)
108684
123943
 
108685
123944
commit e82eea6fdae1a24b58bbd9a440c6c37bd2980afd
108686
 
Author: Matthias Clasen <mclasen@redhat.com>
108687
 
Date:   Sun May 9 13:09:54 2010 -0400
 
123945
Author:     Matthias Clasen <mclasen@redhat.com>
 
123946
AuthorDate: Sun May 9 13:09:54 2010 -0400
 
123947
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123948
CommitDate: Sun May 9 13:09:54 2010 -0400
108688
123949
 
108689
123950
    Microoptimize string reallocations
108690
123951
 
108693
123954
 1 file changed, 48 insertions(+), 38 deletions(-)
108694
123955
 
108695
123956
commit b87dd96a8a418f4f5915e4a1cb59737a009efdd8
108696
 
Author: Matthias Clasen <mclasen@redhat.com>
108697
 
Date:   Sun May 9 12:41:02 2010 -0400
 
123957
Author:     Matthias Clasen <mclasen@redhat.com>
 
123958
AuthorDate: Sun May 9 12:41:02 2010 -0400
 
123959
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123960
CommitDate: Sun May 9 12:41:02 2010 -0400
108698
123961
 
108699
123962
    Move some platform sources around
108700
123963
 
108706
123969
 1 file changed, 5 insertions(+), 7 deletions(-)
108707
123970
 
108708
123971
commit b96c3b6d60a87f31a46ff5499c133571f0470940
108709
 
Author: Matthias Clasen <mclasen@redhat.com>
108710
 
Date:   Sun May 9 12:24:56 2010 -0400
 
123972
Author:     Matthias Clasen <mclasen@redhat.com>
 
123973
AuthorDate: Sun May 9 12:24:56 2010 -0400
 
123974
Commit:     Matthias Clasen <mclasen@redhat.com>
 
123975
CommitDate: Sun May 9 12:24:56 2010 -0400
108711
123976
 
108712
123977
    Mention multithreading as a reason for not using libdbus
108713
123978
 
108715
123980
 1 file changed, 3 insertions(+), 1 deletion(-)
108716
123981
 
108717
123982
commit 03b5db44779c54947c3801609a42b2d2801b5a97
108718
 
Author: Robert Bragg <robert@linux.intel.com>
108719
 
Date:   Thu May 6 15:46:00 2010 +0100
 
123983
Author:     Robert Bragg <robert@linux.intel.com>
 
123984
AuthorDate: Thu May 6 15:46:00 2010 +0100
 
123985
Commit:     Robert Bragg <robert@linux.intel.com>
 
123986
CommitDate: Sun May 9 16:28:32 2010 +0100
108720
123987
 
108721
123988
    gtester-report: cope with binaries with no test cases
108722
123989
 
108732
123999
 1 file changed, 15 insertions(+), 10 deletions(-)
108733
124000
 
108734
124001
commit c148cafdd16f8bfed46cf5b0af05af3cbdc550c7
108735
 
Author: David Zeuthen <davidz@redhat.com>
108736
 
Date:   Sun May 9 10:02:56 2010 -0400
 
124002
Author:     David Zeuthen <davidz@redhat.com>
 
124003
AuthorDate: Sun May 9 10:02:56 2010 -0400
 
124004
Commit:     David Zeuthen <davidz@redhat.com>
 
124005
CommitDate: Sun May 9 10:03:56 2010 -0400
108737
124006
 
108738
124007
    GDBus: Rework GCredentials type
108739
124008
 
108754
124023
 7 files changed, 193 insertions(+), 350 deletions(-)
108755
124024
 
108756
124025
commit bb7106c5dfce5597bcc4a0682200fb50f5201c29
108757
 
Author: Matthias Clasen <mclasen@redhat.com>
108758
 
Date:   Sun May 9 02:27:09 2010 -0400
 
124026
Author:     Matthias Clasen <mclasen@redhat.com>
 
124027
AuthorDate: Sun May 9 02:27:09 2010 -0400
 
124028
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124029
CommitDate: Sun May 9 02:27:09 2010 -0400
108759
124030
 
108760
124031
    Add some conceptual changes
108761
124032
 
108766
124037
 3 files changed, 66 insertions(+), 33 deletions(-)
108767
124038
 
108768
124039
commit 8315eb77d57de73b950d152edbc7a104d378642c
108769
 
Author: Matthias Clasen <mclasen@redhat.com>
108770
 
Date:   Sun May 9 01:44:11 2010 -0400
 
124040
Author:     Matthias Clasen <mclasen@redhat.com>
 
124041
AuthorDate: Sun May 9 01:44:11 2010 -0400
 
124042
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124043
CommitDate: Sun May 9 01:44:11 2010 -0400
108771
124044
 
108772
124045
    Some documentation tweaks
108773
124046
 
108784
124057
 7 files changed, 33 insertions(+), 21 deletions(-)
108785
124058
 
108786
124059
commit 7ca2e000546733446f737ec8fe425dd17218eada
108787
 
Author: Matthias Clasen <mclasen@redhat.com>
108788
 
Date:   Sat May 8 23:28:17 2010 -0400
 
124060
Author:     Matthias Clasen <mclasen@redhat.com>
 
124061
AuthorDate: Sat May 8 23:28:17 2010 -0400
 
124062
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124063
CommitDate: Sat May 8 23:28:17 2010 -0400
108789
124064
 
108790
124065
    Doc improvements
108791
124066
 
108805
124080
 11 files changed, 78 insertions(+), 48 deletions(-)
108806
124081
 
108807
124082
commit 6bea235c8b3bb79b508491985dd38c2074ee6843
108808
 
Author: Simon McVittie <simon.mcvittie@collabora.co.uk>
108809
 
Date:   Sat May 8 21:30:27 2010 -0400
 
124083
Author:     Simon McVittie <simon.mcvittie@collabora.co.uk>
 
124084
AuthorDate: Sat May 8 21:30:27 2010 -0400
 
124085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124086
CommitDate: Sat May 8 21:30:27 2010 -0400
108810
124087
 
108811
124088
    Support 64bit integers in GKeyFile
108812
124089
 
108819
124096
 5 files changed, 222 insertions(+)
108820
124097
 
108821
124098
commit 08b5f866971eb2f44e572390f8e9f322fa8a2840
108822
 
Author: Matthias Clasen <mclasen@redhat.com>
108823
 
Date:   Sat May 8 21:18:48 2010 -0400
 
124099
Author:     Matthias Clasen <mclasen@redhat.com>
 
124100
AuthorDate: Sat May 8 21:18:48 2010 -0400
 
124101
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124102
CommitDate: Sat May 8 21:18:48 2010 -0400
108824
124103
 
108825
124104
    Make GSETTINGS_CHECK_RULE work in !srcdir builds
108826
124105
 
108830
124109
 1 file changed, 1 insertion(+), 1 deletion(-)
108831
124110
 
108832
124111
commit c13c36e3b9db500e30055e616ffa52672281fc49
108833
 
Author: Matthias Clasen <mclasen@redhat.com>
108834
 
Date:   Sat May 8 20:58:10 2010 -0400
 
124112
Author:     Matthias Clasen <mclasen@redhat.com>
 
124113
AuthorDate: Sat May 8 20:58:10 2010 -0400
 
124114
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124115
CommitDate: Sat May 8 20:58:10 2010 -0400
108835
124116
 
108836
124117
    Add test for g_get_language_names
108837
124118
 
108841
124122
 2 files changed, 87 insertions(+)
108842
124123
 
108843
124124
commit e8bc8c6cbf86ee07a56f3eaa9fdb44b97ad12c6d
108844
 
Author: Matthias Clasen <mclasen@redhat.com>
108845
 
Date:   Sat May 8 20:10:57 2010 -0400
 
124125
Author:     Matthias Clasen <mclasen@redhat.com>
 
124126
AuthorDate: Sat May 8 20:10:57 2010 -0400
 
124127
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124128
CommitDate: Sat May 8 20:14:41 2010 -0400
108846
124129
 
108847
124130
    Document length parameter of g_settings_get/set_strv
108848
124131
 
108853
124136
 1 file changed, 2 insertions(+)
108854
124137
 
108855
124138
commit 9164fd02c9043baee99199a3ba33c98e2309dc00
108856
 
Author: Matthias Clasen <mclasen@redhat.com>
108857
 
Date:   Sat May 8 20:10:57 2010 -0400
 
124139
Author:     Matthias Clasen <mclasen@redhat.com>
 
124140
AuthorDate: Sat May 8 20:10:57 2010 -0400
 
124141
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124142
CommitDate: Sat May 8 20:10:57 2010 -0400
108858
124143
 
108859
124144
    Document length parameter of g_settings_get/set_strv
108860
124145
 
108865
124150
 1 file changed, 2 insertions(+)
108866
124151
 
108867
124152
commit af263a3a10ff9f3ae41d30e8cb9753b8b9f1ad43
108868
 
Author: Dan Winship <danw@gnome.org>
108869
 
Date:   Fri May 7 19:08:13 2010 -0400
 
124153
Author:     Dan Winship <danw@gnome.org>
 
124154
AuthorDate: Fri May 7 19:08:13 2010 -0400
 
124155
Commit:     Dan Winship <danw@gnome.org>
 
124156
CommitDate: Fri May 7 19:08:13 2010 -0400
108870
124157
 
108871
124158
    remove broken useless initialization in socket-client/socket-server
108872
124159
 
108877
124164
 2 files changed, 2 insertions(+), 2 deletions(-)
108878
124165
 
108879
124166
commit f1855c2f77fb76347c332b21865e5513f89b15b9
108880
 
Author: David Zeuthen <davidz@redhat.com>
108881
 
Date:   Fri May 7 15:02:37 2010 -0400
 
124167
Author:     David Zeuthen <davidz@redhat.com>
 
124168
AuthorDate: Fri May 7 15:02:37 2010 -0400
 
124169
Commit:     David Zeuthen <davidz@redhat.com>
 
124170
CommitDate: Fri May 7 15:02:37 2010 -0400
108882
124171
 
108883
124172
    GDBus: add TODO item about maybe having to rework
108884
124173
    ::g-properties-changed
108887
124176
 1 file changed, 13 insertions(+)
108888
124177
 
108889
124178
commit 85c85ae63a95f4004020db56da6242b26ce073c0
108890
 
Author: David Zeuthen <davidz@redhat.com>
108891
 
Date:   Fri May 7 14:57:20 2010 -0400
 
124179
Author:     David Zeuthen <davidz@redhat.com>
 
124180
AuthorDate: Fri May 7 14:57:20 2010 -0400
 
124181
Commit:     David Zeuthen <davidz@redhat.com>
 
124182
CommitDate: Fri May 7 14:57:20 2010 -0400
108892
124183
 
108893
124184
    GDBus: add TODO item about the need to rewrite private GDBusAuth*
108894
124185
    classes
108897
124188
 1 file changed, 3 insertions(+)
108898
124189
 
108899
124190
commit 5bd876bef0235ec5c745ac948e906bf51adf2fef
108900
 
Author: David Zeuthen <davidz@redhat.com>
108901
 
Date:   Fri May 7 14:56:01 2010 -0400
 
124191
Author:     David Zeuthen <davidz@redhat.com>
 
124192
AuthorDate: Fri May 7 14:56:01 2010 -0400
 
124193
Commit:     David Zeuthen <davidz@redhat.com>
 
124194
CommitDate: Fri May 7 14:56:01 2010 -0400
108902
124195
 
108903
124196
    Add TODO item about wanting G_DBUS_NONCE_TCP_TMPDIR
108904
124197
 
108906
124199
 1 file changed, 5 insertions(+)
108907
124200
 
108908
124201
commit 5134a1d151f14cfadfa72c23d0660f3928bda821
108909
 
Author: David Zeuthen <davidz@redhat.com>
108910
 
Date:   Fri May 7 14:36:07 2010 -0400
 
124202
Author:     David Zeuthen <davidz@redhat.com>
 
124203
AuthorDate: Fri May 7 14:36:07 2010 -0400
 
124204
Commit:     David Zeuthen <davidz@redhat.com>
 
124205
CommitDate: Fri May 7 14:36:07 2010 -0400
108911
124206
 
108912
124207
    GDBus: Document environment variables in "Running GIO applications"
108913
124208
 
108916
124211
 1 file changed, 45 insertions(+)
108917
124212
 
108918
124213
commit 1ddda12d646f67fcb558399dce20ecff2405bf20
108919
 
Author: Matthias Clasen <mclasen@redhat.com>
108920
 
Date:   Thu May 6 20:54:04 2010 -0400
 
124214
Author:     Matthias Clasen <mclasen@redhat.com>
 
124215
AuthorDate: Thu May 6 20:54:04 2010 -0400
 
124216
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124217
CommitDate: Thu May 6 20:54:04 2010 -0400
108921
124218
 
108922
124219
    A quick cheat sheet
108923
124220
 
108926
124223
 1 file changed, 29 insertions(+), 1 deletion(-)
108927
124224
 
108928
124225
commit f309334bc629b9b148d9ce2887489930d4eedd3f
108929
 
Author: David Zeuthen <davidz@redhat.com>
108930
 
Date:   Thu May 6 19:39:16 2010 -0400
 
124226
Author:     David Zeuthen <davidz@redhat.com>
 
124227
AuthorDate: Thu May 6 19:39:16 2010 -0400
 
124228
Commit:     David Zeuthen <davidz@redhat.com>
 
124229
CommitDate: Thu May 6 19:42:46 2010 -0400
108931
124230
 
108932
124231
    GDBus: add a man page for gdbus(1)
108933
124232
 
108938
124237
 3 files changed, 227 insertions(+), 2 deletions(-)
108939
124238
 
108940
124239
commit f14e30818c7d355f0c3d61bab2f2a702dc747952
108941
 
Author: Matthias Clasen <mclasen@redhat.com>
108942
 
Date:   Thu May 6 18:15:00 2010 -0400
 
124240
Author:     Matthias Clasen <mclasen@redhat.com>
 
124241
AuthorDate: Thu May 6 18:15:00 2010 -0400
 
124242
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124243
CommitDate: Thu May 6 18:15:00 2010 -0400
108943
124244
 
108944
124245
    Mention D-Bus functionality in the overview
108945
124246
 
108948
124249
 1 file changed, 27 insertions(+), 12 deletions(-)
108949
124250
 
108950
124251
commit 133f66538dbf266be3c99b34f1eeee0a5e6068ac
108951
 
Author: Matthias Clasen <mclasen@redhat.com>
108952
 
Date:   Thu May 6 17:52:54 2010 -0400
 
124252
Author:     Matthias Clasen <mclasen@redhat.com>
 
124253
AuthorDate: Thu May 6 17:52:54 2010 -0400
 
124254
Commit:     Matthias Clasen <mclasen@redhat.com>
 
124255
CommitDate: Thu May 6 17:58:29 2010 -0400
108953
124256
 
108954
124257
    Add a migration chapter for dbus bits
108955
124258
 
108968
124271
 7 files changed, 1154 insertions(+), 584 deletions(-)
108969
124272
 
108970
124273
commit 44fd23b649ebe2f8f6d31e78400d3230b2c38366
108971
 
Author: David Zeuthen <davidz@redhat.com>
108972
 
Date:   Thu May 6 17:41:31 2010 -0400
 
124274
Author:     David Zeuthen <davidz@redhat.com>
 
124275
AuthorDate: Thu May 6 17:41:31 2010 -0400
 
124276
Commit:     David Zeuthen <davidz@redhat.com>
 
124277
CommitDate: Thu May 6 17:41:31 2010 -0400
108973
124278
 
108974
124279
    GDBus: Add more symbols to pltcheck.sh's SKIP variable
108975
124280
 
108989
124294
 1 file changed, 1 insertion(+), 1 deletion(-)
108990
124295
 
108991
124296
commit 46ce134d516f4a246996328c980efe16195ab429
108992
 
Author: David Zeuthen <davidz@redhat.com>
108993
 
Date:   Thu May 6 17:31:51 2010 -0400
 
124297
Author:     David Zeuthen <davidz@redhat.com>
 
124298
AuthorDate: Thu May 6 17:31:51 2010 -0400
 
124299
Commit:     David Zeuthen <davidz@redhat.com>
 
124300
CommitDate: Thu May 6 17:31:51 2010 -0400
108994
124301
 
108995
124302
    GDBus: Add new symbols to gio.symbols
108996
124303
 
109026
124333
 28 files changed, 405 insertions(+), 23 deletions(-)
109027
124334
 
109028
124335
commit fb1b4599a0effe728f42da8748b469a62f91ed8d
109029
 
Author: David Zeuthen <davidz@redhat.com>
109030
 
Date:   Thu May 6 16:34:23 2010 -0400
 
124336
Author:     David Zeuthen <davidz@redhat.com>
 
124337
AuthorDate: Thu May 6 16:34:23 2010 -0400
 
124338
Commit:     David Zeuthen <davidz@redhat.com>
 
124339
CommitDate: Thu May 6 16:34:23 2010 -0400
109031
124340
 
109032
124341
    GDBus: Fix up i18n
109033
124342
 
109056
124365
 22 files changed, 86 insertions(+), 51 deletions(-)
109057
124366
 
109058
124367
commit 0fd6498cd89888023fb2161bfdde9339a4346986
109059
 
Author: David Zeuthen <davidz@redhat.com>
109060
 
Date:   Thu May 6 16:02:08 2010 -0400
 
124368
Author:     David Zeuthen <davidz@redhat.com>
 
124369
AuthorDate: Thu May 6 16:02:08 2010 -0400
 
124370
Commit:     David Zeuthen <davidz@redhat.com>
 
124371
CommitDate: Thu May 6 16:02:08 2010 -0400
109061
124372
 
109062
124373
    Add "Since: 2.26" to all new GDBus API
109063
124374
 
109097
124408
 31 files changed, 611 insertions(+), 27 deletions(-)
109098
124409
 
109099
124410
commit c490c14f4e3fbbe8c74b26e6cacac31b0e744c92
109100
 
Author: David Zeuthen <davidz@redhat.com>
109101
 
Date:   Thu May 6 15:31:45 2010 -0400
 
124411
Author:     David Zeuthen <davidz@redhat.com>
 
124412
AuthorDate: Thu May 6 15:31:45 2010 -0400
 
124413
Commit:     David Zeuthen <davidz@redhat.com>
 
124414
CommitDate: Thu May 6 15:31:45 2010 -0400
109102
124415
 
109103
124416
    Set up gtk-doc for GDBus
109104
124417
 
109132
124445
 20 files changed, 712 insertions(+), 211 deletions(-)
109133
124446
 
109134
124447
commit 47805f4e0cadf35bd6882d7e54374fead25637d2
109135
 
Author: Ryan Lortie <desrt@desrt.ca>
109136
 
Date:   Thu May 6 14:19:58 2010 -0500
 
124448
Author:     Ryan Lortie <desrt@desrt.ca>
 
124449
AuthorDate: Thu May 6 14:19:58 2010 -0500
 
124450
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124451
CommitDate: Thu May 6 14:21:39 2010 -0500
109137
124452
 
109138
124453
    Bug 617947 - glib-mkenums: add @valuenum@ support
109139
124454
 
109148
124463
 1 file changed, 30 insertions(+), 6 deletions(-)
109149
124464
 
109150
124465
commit 7aa71527e592d3c46d08a784cf061c79e61d11d8
109151
 
Author: Ryan Lortie <desrt@desrt.ca>
109152
 
Date:   Thu May 6 12:36:10 2010 -0500
 
124466
Author:     Ryan Lortie <desrt@desrt.ca>
 
124467
AuthorDate: Thu May 6 12:36:10 2010 -0500
 
124468
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124469
CommitDate: Thu May 6 13:27:26 2010 -0500
109153
124470
 
109154
124471
    glib-mkenums: Fix support for comment templates
109155
124472
 
109166
124483
 1 file changed, 4 insertions(+), 2 deletions(-)
109167
124484
 
109168
124485
commit d0a14469d09d5fe23de219ba293fd4a266b02ced
109169
 
Author: David Zeuthen <davidz@redhat.com>
109170
 
Date:   Thu May 6 14:13:59 2010 -0400
 
124486
Author:     David Zeuthen <davidz@redhat.com>
 
124487
AuthorDate: Thu May 6 14:13:59 2010 -0400
 
124488
Commit:     David Zeuthen <davidz@redhat.com>
 
124489
CommitDate: Thu May 6 14:21:32 2010 -0400
109171
124490
 
109172
124491
    Initial GDBus code-drop from GDBus-standalone repo
109173
124492
 
109255
124574
 74 files changed, 35927 insertions(+), 11 deletions(-)
109256
124575
 
109257
124576
commit 5b4189fc42afa697b7f13c38d9d6b441d731ed11
109258
 
Author: Vincent Untz <vuntz@gnome.org>
109259
 
Date:   Thu May 6 12:45:37 2010 +0200
 
124577
Author:     Vincent Untz <vuntz@gnome.org>
 
124578
AuthorDate: Thu May 6 12:45:37 2010 +0200
 
124579
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124580
CommitDate: Thu May 6 11:15:24 2010 -0500
109260
124581
 
109261
124582
    Fix binding between writability of key and sensitivity of a widget
109262
124583
 
109269
124590
 1 file changed, 3 insertions(+)
109270
124591
 
109271
124592
commit 81e98c399e11d7621c91ff2911ef4f92c7a382e5
109272
 
Author: Javier Jardón <jjardon@gnome.org>
109273
 
Date:   Thu May 6 06:28:54 2010 +0200
 
124593
Author:     Javier Jardón <jjardon@gnome.org>
 
124594
AuthorDate: Thu May 6 06:28:54 2010 +0200
 
124595
Commit:     Javier Jardón <jjardon@gnome.org>
 
124596
CommitDate: Thu May 6 17:42:09 2010 +0200
109274
124597
 
109275
124598
    Clean Glib header #include issues: gthread
109276
124599
 
109279
124602
 2 files changed, 6 insertions(+), 2 deletions(-)
109280
124603
 
109281
124604
commit c7940d81802194abe1d4497d3daa2f9c59addb5e
109282
 
Author: Javier Jardón <jjardon@gnome.org>
109283
 
Date:   Wed May 5 18:32:03 2010 +0200
 
124605
Author:     Javier Jardón <jjardon@gnome.org>
 
124606
AuthorDate: Wed May 5 18:32:03 2010 +0200
 
124607
Commit:     Javier Jardón <jjardon@gnome.org>
 
124608
CommitDate: Thu May 6 17:42:09 2010 +0200
109284
124609
 
109285
124610
    Clean Glib header #include issues: gmem
109286
124611
 
109288
124613
 1 file changed, 5 insertions(+), 2 deletions(-)
109289
124614
 
109290
124615
commit 21302a741cbb3d6373a368df148f6267a0705366
109291
 
Author: Javier Jardón <jjardon@gnome.org>
109292
 
Date:   Wed May 5 18:24:33 2010 +0200
 
124616
Author:     Javier Jardón <jjardon@gnome.org>
 
124617
AuthorDate: Wed May 5 18:24:33 2010 +0200
 
124618
Commit:     Javier Jardón <jjardon@gnome.org>
 
124619
CommitDate: Thu May 6 17:42:09 2010 +0200
109293
124620
 
109294
124621
    Clean Glib header #include issues: gtestutils
109295
124622
 
109298
124625
 2 files changed, 11 insertions(+), 3 deletions(-)
109299
124626
 
109300
124627
commit d1642386c96b4a2a4479cd7c2b5cd8ddadae99e4
109301
 
Author: Javier Jardón <jjardon@gnome.org>
109302
 
Date:   Wed May 5 18:12:04 2010 +0200
 
124628
Author:     Javier Jardón <jjardon@gnome.org>
 
124629
AuthorDate: Wed May 5 18:12:04 2010 +0200
 
124630
Commit:     Javier Jardón <jjardon@gnome.org>
 
124631
CommitDate: Thu May 6 17:42:09 2010 +0200
109303
124632
 
109304
124633
    Clean Glib header #include issues: gasyncqueue
109305
124634
 
109307
124636
 1 file changed, 7 insertions(+), 1 deletion(-)
109308
124637
 
109309
124638
commit 434a4e1d250157b13d7036592f097c18fb8376b1
109310
 
Author: Javier Jardón <jjardon@gnome.org>
109311
 
Date:   Wed May 5 17:32:12 2010 +0200
 
124639
Author:     Javier Jardón <jjardon@gnome.org>
 
124640
AuthorDate: Wed May 5 17:32:12 2010 +0200
 
124641
Commit:     Javier Jardón <jjardon@gnome.org>
 
124642
CommitDate: Thu May 6 17:42:09 2010 +0200
109312
124643
 
109313
124644
    Do not include "glib.h" in gio files
109314
124645
 
109319
124650
 4 files changed, 10 insertions(+), 10 deletions(-)
109320
124651
 
109321
124652
commit cbbc99d972a7c8ef4a37b29c19f46cfc11628e97
109322
 
Author: Tor Lillqvist <tml@iki.fi>
109323
 
Date:   Wed May 5 09:43:30 2010 +0300
 
124653
Author:     Tor Lillqvist <tml@iki.fi>
 
124654
AuthorDate: Wed May 5 09:43:30 2010 +0300
 
124655
Commit:     Tor Lillqvist <tml@iki.fi>
 
124656
CommitDate: Wed May 5 09:44:10 2010 +0300
109324
124657
 
109325
124658
    Minor updates to README.win32.
109326
124659
 
109329
124662
 1 file changed, 32 insertions(+), 25 deletions(-)
109330
124663
 
109331
124664
commit b3c9c17956a2e2640c1846879d930fd706eaf966
109332
 
Author: Xan Lopez <xan@gnome.org>
109333
 
Date:   Tue May 4 18:09:01 2010 +0200
 
124665
Author:     Xan Lopez <xan@gnome.org>
 
124666
AuthorDate: Tue May 4 18:09:01 2010 +0200
 
124667
Commit:     Xan Lopez <xan@gnome.org>
 
124668
CommitDate: Tue May 4 18:10:56 2010 +0200
109334
124669
 
109335
124670
    Fix typo in limits documentation
109336
124671
 
109338
124673
 1 file changed, 1 insertion(+), 1 deletion(-)
109339
124674
 
109340
124675
commit f39a49b03610a1cd54b9feb18528f5c74539d5c9
109341
 
Author: Torsten Schönfeld <kaffeetisch@gmx.de>
109342
 
Date:   Mon Apr 26 23:38:41 2010 +0200
 
124676
Author:     Torsten Schönfeld <kaffeetisch@gmx.de>
 
124677
AuthorDate: Mon Apr 26 23:38:41 2010 +0200
 
124678
Commit:     Torsten Schönfeld <kaffeetisch@gmx.de>
 
124679
CommitDate: Mon May 3 20:13:35 2010 +0200
109343
124680
 
109344
124681
    gio: Add a boxed type for GFileAttributeMatcher
109345
124682
 
109352
124689
 4 files changed, 21 insertions(+)
109353
124690
 
109354
124691
commit 4487b326d781d4359fd76ce51ce4002c9db5d6d5
109355
 
Author: Tor Lillqvist <tml@iki.fi>
109356
 
Date:   Mon May 3 19:56:46 2010 +0300
 
124692
Author:     Tor Lillqvist <tml@iki.fi>
 
124693
AuthorDate: Mon May 3 19:56:46 2010 +0300
 
124694
Commit:     Tor Lillqvist <tml@iki.fi>
 
124695
CommitDate: Mon May 3 19:56:46 2010 +0300
109357
124696
 
109358
124697
    Fix list of sources in the gio Visual Studio project
109359
124698
 
109366
124705
 2 files changed, 12 insertions(+), 11 deletions(-)
109367
124706
 
109368
124707
commit 0f795345d68be2af96cc030972786f2989ffd8c0
109369
 
Author: Tor Lillqvist <tml@iki.fi>
109370
 
Date:   Mon May 3 19:24:35 2010 +0300
 
124708
Author:     Tor Lillqvist <tml@iki.fi>
 
124709
AuthorDate: Mon May 3 19:24:35 2010 +0300
 
124710
Commit:     Tor Lillqvist <tml@iki.fi>
 
124711
CommitDate: Mon May 3 19:24:35 2010 +0300
109371
124712
 
109372
124713
    Fix misspelled identifier in the Win32 code
109373
124714
 
109375
124716
 1 file changed, 2 insertions(+), 2 deletions(-)
109376
124717
 
109377
124718
commit 622916b731354c2dcd4178abf3ada08ca51dd38c
109378
 
Author: Dan Winship <danw@gnome.org>
109379
 
Date:   Sun Apr 25 22:54:12 2010 -0400
 
124719
Author:     Dan Winship <danw@gnome.org>
 
124720
AuthorDate: Sun Apr 25 22:54:12 2010 -0400
 
124721
Commit:     Dan Winship <danw@gnome.org>
 
124722
CommitDate: Mon May 3 12:08:14 2010 -0400
109380
124723
 
109381
124724
    g_cancellable_release_fd: allow NULL cancellable
109382
124725
 
109387
124730
 1 file changed, 3 insertions(+)
109388
124731
 
109389
124732
commit 644dfbd704d103df3a7ac13f31cfb87aa03f377d
109390
 
Author: Ryan Lortie <desrt@desrt.ca>
109391
 
Date:   Sun May 2 14:14:30 2010 -0500
 
124733
Author:     Ryan Lortie <desrt@desrt.ca>
 
124734
AuthorDate: Sun May 2 14:14:30 2010 -0500
 
124735
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124736
CommitDate: Sun May 2 14:15:33 2010 -0500
109392
124737
 
109393
124738
    GSettings: fix mixed use of a pointer
109394
124739
 
109401
124746
 1 file changed, 2 insertions(+), 3 deletions(-)
109402
124747
 
109403
124748
commit 5821b7f099feaa58e9e476187d22a0a917cb099e
109404
 
Author: Kjartan Maraas <kmaraas@gnome.org>
109405
 
Date:   Sat May 1 14:25:22 2010 +0200
 
124749
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
124750
AuthorDate: Sat May 1 14:25:22 2010 +0200
 
124751
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
124752
CommitDate: Sat May 1 14:26:10 2010 +0200
109406
124753
 
109407
124754
    Updated Norwegian bokmål translation
109408
124755
 
109411
124758
 1 file changed, 517 insertions(+), 507 deletions(-)
109412
124759
 
109413
124760
commit 4c10cad66175c9a4a79b764c2f807482811c5dcc
109414
 
Author: Christian Persch <chpe@gnome.org>
109415
 
Date:   Wed Apr 28 12:36:30 2010 +0200
 
124761
Author:     Christian Persch <chpe@gnome.org>
 
124762
AuthorDate: Wed Apr 28 12:36:30 2010 +0200
 
124763
Commit:     Christian Persch <chpe@gnome.org>
 
124764
CommitDate: Sat May 1 13:57:11 2010 +0200
109416
124765
 
109417
124766
    Add API to get the compile and match flags from a GRegex
109418
124767
 
109427
124776
 5 files changed, 61 insertions(+)
109428
124777
 
109429
124778
commit 3d5ce40624561dc2f4779c5f9fc7f8b7d745aecd
109430
 
Author: Shaun McCance <shaunm@gnome.org>
109431
 
Date:   Thu Apr 29 19:27:56 2010 -0500
 
124779
Author:     Shaun McCance <shaunm@gnome.org>
 
124780
AuthorDate: Thu Apr 29 19:27:56 2010 -0500
 
124781
Commit:     Shaun McCance <shaunm@gnome.org>
 
124782
CommitDate: Thu Apr 29 19:27:56 2010 -0500
109432
124783
 
109433
124784
    [gvariant-varargs.xml] Fix some outdated documentation
109434
124785
 
109436
124787
 1 file changed, 9 insertions(+), 6 deletions(-)
109437
124788
 
109438
124789
commit 8dddf6499e9e8a052a5673fe8771aeaac08cccae
109439
 
Author: Ryan Lortie <desrt@desrt.ca>
109440
 
Date:   Sun Apr 25 22:00:28 2010 -0500
 
124790
Author:     Ryan Lortie <desrt@desrt.ca>
 
124791
AuthorDate: Sun Apr 25 22:00:28 2010 -0500
 
124792
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124793
CommitDate: Wed Apr 28 14:41:42 2010 -0500
109441
124794
 
109442
124795
    GSettingsBackend API/ABI change
109443
124796
 
109457
124810
 9 files changed, 96 insertions(+), 35 deletions(-)
109458
124811
 
109459
124812
commit 5215d4b6d316c9357b832c84aae4c4d756224b5d
109460
 
Author: Ryan Lortie <desrt@desrt.ca>
109461
 
Date:   Wed Apr 28 12:39:02 2010 -0500
 
124813
Author:     Ryan Lortie <desrt@desrt.ca>
 
124814
AuthorDate: Wed Apr 28 12:39:02 2010 -0500
 
124815
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124816
CommitDate: Wed Apr 28 12:39:02 2010 -0500
109462
124817
 
109463
124818
    Add API for dconf's sake.
109464
124819
 
109469
124824
 3 files changed, 150 insertions(+), 27 deletions(-)
109470
124825
 
109471
124826
commit 9ba690b386ebb8dc35665ff07b43c9a5874fda4b
109472
 
Author: Dan Winship <danw@gnome.org>
109473
 
Date:   Tue Apr 27 09:25:45 2010 -0400
 
124827
Author:     Dan Winship <danw@gnome.org>
 
124828
AuthorDate: Tue Apr 27 09:25:45 2010 -0400
 
124829
Commit:     Dan Winship <danw@gnome.org>
 
124830
CommitDate: Tue Apr 27 17:04:57 2010 -0400
109474
124831
 
109475
124832
    .gitignore updates for gsettings stuff
109476
124833
 
109480
124837
 3 files changed, 8 insertions(+)
109481
124838
 
109482
124839
commit 9e40529e040e715ca65df735013969e20b05a150
109483
 
Author: Jorge González <jorgegonz@svn.gnome.org>
109484
 
Date:   Tue Apr 27 21:05:13 2010 +0200
 
124840
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
124841
AuthorDate: Tue Apr 27 21:05:13 2010 +0200
 
124842
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
124843
CommitDate: Tue Apr 27 21:05:13 2010 +0200
109485
124844
 
109486
124845
    Updated Spanish translation
109487
124846
 
109490
124849
 1 file changed, 38 insertions(+), 38 deletions(-)
109491
124850
 
109492
124851
commit 9ca75da1210bb88dc64b768db219f19de2b57573
109493
 
Author: Jorge González <jorgegonz@svn.gnome.org>
109494
 
Date:   Tue Apr 27 20:59:07 2010 +0200
 
124852
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
124853
AuthorDate: Tue Apr 27 20:59:07 2010 +0200
 
124854
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
124855
CommitDate: Tue Apr 27 20:59:07 2010 +0200
109495
124856
 
109496
124857
    Updated Spanish translation
109497
124858
 
109500
124861
 1 file changed, 530 insertions(+), 511 deletions(-)
109501
124862
 
109502
124863
commit 5046dfc85d7df95d7f8c87e3b41d9152bc50549a
109503
 
Author: Dan Winship <danw@gnome.org>
109504
 
Date:   Mon Apr 12 10:21:20 2010 -0400
 
124864
Author:     Dan Winship <danw@gnome.org>
 
124865
AuthorDate: Mon Apr 12 10:21:20 2010 -0400
 
124866
Commit:     Dan Winship <danw@gnome.org>
 
124867
CommitDate: Tue Apr 27 09:02:20 2010 -0400
109505
124868
 
109506
124869
    GSocket: fix garbled error messages on windows
109507
124870
 
109515
124878
 1 file changed, 5 insertions(+), 12 deletions(-)
109516
124879
 
109517
124880
commit 270a954b54521ce0eca6d408b8e8c081c70c3455
109518
 
Author: Alexander Larsson <alexl@redhat.com>
109519
 
Date:   Tue Apr 27 09:23:07 2010 +0200
 
124881
Author:     Alexander Larsson <alexl@redhat.com>
 
124882
AuthorDate: Tue Apr 27 09:23:07 2010 +0200
 
124883
Commit:     Alexander Larsson <alexl@redhat.com>
 
124884
CommitDate: Tue Apr 27 10:12:25 2010 +0200
109520
124885
 
109521
124886
    Allocate quarks in chunks to avoid overhead and fragmentation
109522
124887
 
109526
124891
 1 file changed, 34 insertions(+), 2 deletions(-)
109527
124892
 
109528
124893
commit 3ceddd74bb4304e4e9b2e8955b80212108703632
109529
 
Author: David Zeuthen <davidz@redhat.com>
109530
 
Date:   Mon Apr 26 16:37:02 2010 -0400
 
124894
Author:     David Zeuthen <davidz@redhat.com>
 
124895
AuthorDate: Mon Apr 26 16:37:02 2010 -0400
 
124896
Commit:     David Zeuthen <davidz@redhat.com>
 
124897
CommitDate: Mon Apr 26 19:19:17 2010 -0400
109531
124898
 
109532
124899
    Bug 616877 – Several issues with g_socket_receive_message
109533
124900
 
109553
124920
 1 file changed, 36 insertions(+), 27 deletions(-)
109554
124921
 
109555
124922
commit cd062e841fecd51845b4a66473c7636706021dff
109556
 
Author: Ryan Lortie <desrt@desrt.ca>
109557
 
Date:   Sun Apr 25 20:08:59 2010 -0500
 
124923
Author:     Ryan Lortie <desrt@desrt.ca>
 
124924
AuthorDate: Sun Apr 25 20:08:59 2010 -0500
 
124925
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124926
CommitDate: Sun Apr 25 20:08:59 2010 -0500
109558
124927
 
109559
124928
    docs and glib.symbols update
109560
124929
 
109563
124932
 2 files changed, 4 insertions(+)
109564
124933
 
109565
124934
commit 6f7fb3744bbb4d1ee04d4e526d2ff7225c56c426
109566
 
Author: Christian Persch <chpe@gnome.org>
109567
 
Date:   Sun Apr 25 20:07:26 2010 -0500
 
124935
Author:     Christian Persch <chpe@gnome.org>
 
124936
AuthorDate: Sun Apr 25 20:07:26 2010 -0500
 
124937
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124938
CommitDate: Sun Apr 25 20:07:26 2010 -0500
109568
124939
 
109569
124940
    Add testcases for <range> and <choices>
109570
124941
 
109585
124956
 10 files changed, 127 insertions(+), 33 deletions(-)
109586
124957
 
109587
124958
commit 22ce6ed82d9d1de823fab071d6dc288abedc1735
109588
 
Author: Ryan Lortie <desrt@desrt.ca>
109589
 
Date:   Sun Apr 25 19:59:59 2010 -0500
 
124959
Author:     Ryan Lortie <desrt@desrt.ca>
 
124960
AuthorDate: Sun Apr 25 19:59:59 2010 -0500
 
124961
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124962
CommitDate: Sun Apr 25 20:06:13 2010 -0500
109590
124963
 
109591
124964
    Add range restriction to gschema-compiler
109592
124965
 
109601
124974
 3 files changed, 163 insertions(+), 23 deletions(-)
109602
124975
 
109603
124976
commit 5e6e7cbadf2ee48c0e439a416e5fb74e8e5d8dee
109604
 
Author: Ryan Lortie <desrt@desrt.ca>
109605
 
Date:   Sun Apr 25 19:10:44 2010 -0500
 
124977
Author:     Ryan Lortie <desrt@desrt.ca>
 
124978
AuthorDate: Sun Apr 25 19:10:44 2010 -0500
 
124979
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124980
CommitDate: Sun Apr 25 19:12:14 2010 -0500
109606
124981
 
109607
124982
    GVariant: add bind map for strings to byte arrays
109608
124983
 
109610
124985
 1 file changed, 8 insertions(+)
109611
124986
 
109612
124987
commit a52b6f7df2f91d4aae7f240038ab193a70052db5
109613
 
Author: Ryan Lortie <desrt@desrt.ca>
109614
 
Date:   Sun Apr 25 19:09:35 2010 -0500
 
124988
Author:     Ryan Lortie <desrt@desrt.ca>
 
124989
AuthorDate: Sun Apr 25 19:09:35 2010 -0500
 
124990
Commit:     Ryan Lortie <desrt@desrt.ca>
 
124991
CommitDate: Sun Apr 25 19:12:14 2010 -0500
109615
124992
 
109616
124993
    Add g_variant_{new,get}_byte_array()
109617
124994
 
109624
125001
 2 files changed, 83 insertions(+)
109625
125002
 
109626
125003
commit 4c189ba6b0ff81e13725029a00f2c4c7ab6a3b00
109627
 
Author: Shaun McCance <shaunm@gnome.org>
109628
 
Date:   Fri Apr 23 21:08:27 2010 -0500
 
125004
Author:     Shaun McCance <shaunm@gnome.org>
 
125005
AuthorDate: Fri Apr 23 21:08:27 2010 -0500
 
125006
Commit:     Shaun McCance <shaunm@gnome.org>
 
125007
CommitDate: Sun Apr 25 17:02:55 2010 -0500
109629
125008
 
109630
125009
    Make glib_compile_schemas point to a binary that exists
109631
125010
 
109633
125012
 1 file changed, 1 insertion(+), 1 deletion(-)
109634
125013
 
109635
125014
commit 9eeab5868f0d8633f63e40f61263cd731ad99d0e
109636
 
Author: Ryan Lortie <desrt@desrt.ca>
109637
 
Date:   Sun Apr 25 13:36:36 2010 -0500
 
125015
Author:     Ryan Lortie <desrt@desrt.ca>
 
125016
AuthorDate: Sun Apr 25 13:36:36 2010 -0500
 
125017
Commit:     Ryan Lortie <desrt@desrt.ca>
 
125018
CommitDate: Sun Apr 25 13:39:20 2010 -0500
109638
125019
 
109639
125020
    GVariant: strings are now utf8
109640
125021
 
109650
125031
 3 files changed, 45 insertions(+), 10 deletions(-)
109651
125032
 
109652
125033
commit da306296cf1eb2ce7346e253c3ca46f784a04f8f
109653
 
Author: Tor Lillqvist <tml@iki.fi>
109654
 
Date:   Sun Apr 25 17:26:41 2010 +0300
 
125034
Author:     Tor Lillqvist <tml@iki.fi>
 
125035
AuthorDate: Sun Apr 25 17:26:41 2010 +0300
 
125036
Commit:     Tor Lillqvist <tml@iki.fi>
 
125037
CommitDate: Sun Apr 25 17:26:41 2010 +0300
109655
125038
 
109656
125039
    Can't use stderr as a field name
109657
125040
 
109659
125042
 1 file changed, 3 insertions(+), 3 deletions(-)
109660
125043
 
109661
125044
commit 93d300742d6047f121c614df412717e09bc8def0
109662
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
109663
 
Date:   Sat Apr 24 03:46:59 2010 +0200
 
125045
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
125046
AuthorDate: Sat Apr 24 03:46:59 2010 +0200
 
125047
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
125048
CommitDate: Sat Apr 24 03:46:59 2010 +0200
109664
125049
 
109665
125050
    Updated Galician translation
109666
125051
 
109669
125054
 1 file changed, 506 insertions(+), 496 deletions(-)
109670
125055
 
109671
125056
commit c50754c7c9286ba145a52885d65bb6ad50c8a2ef
109672
 
Author: Matthias Clasen <mclasen@redhat.com>
109673
 
Date:   Fri Apr 23 20:50:27 2010 -0400
 
125057
Author:     Matthias Clasen <mclasen@redhat.com>
 
125058
AuthorDate: Fri Apr 23 20:50:27 2010 -0400
 
125059
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125060
CommitDate: Fri Apr 23 20:50:27 2010 -0400
109674
125061
 
109675
125062
    bump version
109676
125063
 
109678
125065
 1 file changed, 1 insertion(+), 1 deletion(-)
109679
125066
 
109680
125067
commit afe3aef7b02e94e1d2b926e131beea2de5f5c96d
109681
 
Author: Matthias Clasen <mclasen@redhat.com>
109682
 
Date:   Fri Apr 23 20:49:02 2010 -0400
 
125068
Author:     Matthias Clasen <mclasen@redhat.com>
 
125069
AuthorDate: Fri Apr 23 20:49:02 2010 -0400
 
125070
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125071
CommitDate: Fri Apr 23 20:49:02 2010 -0400
109683
125072
 
109684
125073
    2.25.3
109685
125074
 
109870
125259
 92 files changed, 2576 insertions(+), 2208 deletions(-)
109871
125260
 
109872
125261
commit daa405c191c5efa8ad364414470b8fbdb0673401
109873
 
Author: Matthias Clasen <mclasen@redhat.com>
109874
 
Date:   Fri Apr 23 19:57:14 2010 -0400
 
125262
Author:     Matthias Clasen <mclasen@redhat.com>
 
125263
AuthorDate: Fri Apr 23 19:57:14 2010 -0400
 
125264
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125265
CommitDate: Fri Apr 23 20:05:27 2010 -0400
109875
125266
 
109876
125267
    Rename in more places
109877
125268
 
109880
125271
 2 files changed, 2 insertions(+), 2 deletions(-)
109881
125272
 
109882
125273
commit 72b80c5bdd6105ea06a55a4dba1c3350a459bb01
109883
 
Author: Matthias Clasen <mclasen@redhat.com>
109884
 
Date:   Fri Apr 23 19:18:41 2010 -0400
 
125274
Author:     Matthias Clasen <mclasen@redhat.com>
 
125275
AuthorDate: Fri Apr 23 19:18:41 2010 -0400
 
125276
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125277
CommitDate: Fri Apr 23 19:18:41 2010 -0400
109885
125278
 
109886
125279
    Updates
109887
125280
 
109889
125282
 1 file changed, 19 insertions(+)
109890
125283
 
109891
125284
commit ec664445a9cf1769e440a25ffb4e17e9e644f6d0
109892
 
Author: Matthias Clasen <mclasen@redhat.com>
109893
 
Date:   Fri Apr 23 17:27:26 2010 -0400
 
125285
Author:     Matthias Clasen <mclasen@redhat.com>
 
125286
AuthorDate: Fri Apr 23 17:27:26 2010 -0400
 
125287
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125288
CommitDate: Fri Apr 23 17:27:26 2010 -0400
109894
125289
 
109895
125290
    Rename gschema-compile to glib-compile-schemas
109896
125291
 
109913
125308
 11 files changed, 109 insertions(+), 103 deletions(-)
109914
125309
 
109915
125310
commit e6e7015bbd253b01b51186a931cdd58dfb4390f2
109916
 
Author: Matthias Clasen <mclasen@redhat.com>
109917
 
Date:   Fri Apr 23 14:52:26 2010 -0400
 
125311
Author:     Matthias Clasen <mclasen@redhat.com>
 
125312
AuthorDate: Fri Apr 23 14:52:26 2010 -0400
 
125313
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125314
CommitDate: Fri Apr 23 15:03:35 2010 -0400
109918
125315
 
109919
125316
    Fix up man page handling
109920
125317
 
109924
125321
 1 file changed, 21 insertions(+), 11 deletions(-)
109925
125322
 
109926
125323
commit 172c229c8f7965d2b40da56ec7147a250dfdee83
109927
 
Author: Ryan Lortie <desrt@desrt.ca>
109928
 
Date:   Fri Apr 23 13:54:02 2010 -0400
 
125324
Author:     Ryan Lortie <desrt@desrt.ca>
 
125325
AuthorDate: Fri Apr 23 13:54:02 2010 -0400
 
125326
Commit:     Ryan Lortie <desrt@desrt.ca>
 
125327
CommitDate: Fri Apr 23 13:54:02 2010 -0400
109929
125328
 
109930
125329
    add missing #endif from last patch
109931
125330
 
109933
125332
 1 file changed, 1 insertion(+)
109934
125333
 
109935
125334
commit 1504a77655ec5291b8bccb321bc7e349dd2d53d3
109936
 
Author: Dan Winship <danw@gnome.org>
109937
 
Date:   Thu Feb 25 11:40:31 2010 -0500
 
125335
Author:     Dan Winship <danw@gnome.org>
 
125336
AuthorDate: Thu Feb 25 11:40:31 2010 -0500
 
125337
Commit:     Dan Winship <danw@gnome.org>
 
125338
CommitDate: Fri Apr 23 12:38:33 2010 -0400
109938
125339
 
109939
125340
    GSocket: define CMSG_LEN and CMSG_SPACE if the system doesn't
109940
125341
 
109944
125345
 1 file changed, 11 insertions(+)
109945
125346
 
109946
125347
commit 29f3e3f7663606872361079b6475b441df1f4a63
109947
 
Author: Dan Winship <danw@gnome.org>
109948
 
Date:   Thu Dec 31 10:29:23 2009 -0500
 
125348
Author:     Dan Winship <danw@gnome.org>
 
125349
AuthorDate: Thu Dec 31 10:29:23 2009 -0500
 
125350
Commit:     Dan Winship <danw@gnome.org>
 
125351
CommitDate: Fri Apr 23 12:31:31 2010 -0400
109949
125352
 
109950
125353
    GSocket: add support for timeouts
109951
125354
 
109963
125366
 6 files changed, 200 insertions(+), 12 deletions(-)
109964
125367
 
109965
125368
commit 2c4a79c810a3fde1e30989b0c35677bf6e1337fc
109966
 
Author: Dan Winship <danw@gnome.org>
109967
 
Date:   Thu Jul 9 09:55:00 2009 -0400
 
125369
Author:     Dan Winship <danw@gnome.org>
 
125370
AuthorDate: Thu Jul 9 09:55:00 2009 -0400
 
125371
Commit:     Dan Winship <danw@gnome.org>
 
125372
CommitDate: Fri Apr 23 12:25:56 2010 -0400
109968
125373
 
109969
125374
    GSocket: Merge the unix and windows socket sources together
109970
125375
 
109980
125385
 3 files changed, 77 insertions(+), 132 deletions(-)
109981
125386
 
109982
125387
commit 5b329c506a8de5d21c3cd251be05a8d6b1f7fdba
109983
 
Author: Dan Winship <danw@gnome.org>
109984
 
Date:   Fri Apr 23 12:21:38 2010 -0400
 
125388
Author:     Dan Winship <danw@gnome.org>
 
125389
AuthorDate: Fri Apr 23 12:21:38 2010 -0400
 
125390
Commit:     Dan Winship <danw@gnome.org>
 
125391
CommitDate: Fri Apr 23 12:24:30 2010 -0400
109985
125392
 
109986
125393
    gio/tests/socket-client, socket-server: fix for win32
109987
125394
 
109993
125400
 3 files changed, 9 insertions(+), 1 deletion(-)
109994
125401
 
109995
125402
commit 3baff96b37060d5f771337e797343e507a79baf1
109996
 
Author: David Zeuthen <davidz@redhat.com>
109997
 
Date:   Fri Apr 23 12:14:37 2010 -0400
 
125403
Author:     David Zeuthen <davidz@redhat.com>
 
125404
AuthorDate: Fri Apr 23 12:14:37 2010 -0400
 
125405
Commit:     David Zeuthen <davidz@redhat.com>
 
125406
CommitDate: Fri Apr 23 12:14:37 2010 -0400
109998
125407
 
109999
125408
    Make sure G_TYPE_ERROR shows up in the docs
110000
125409
 
110006
125415
 1 file changed, 1 insertion(+)
110007
125416
 
110008
125417
commit f68dc4d97d7aeaa8588a4ea0d36f057cd5aaf42e
110009
 
Author: Javier Jardón <jjardon@gnome.org>
110010
 
Date:   Fri Apr 23 15:39:44 2010 +0200
 
125418
Author:     Javier Jardón <jjardon@gnome.org>
 
125419
AuthorDate: Fri Apr 23 15:39:44 2010 +0200
 
125420
Commit:     Javier Jardón <jjardon@gnome.org>
 
125421
CommitDate: Fri Apr 23 17:36:35 2010 +0200
110011
125422
 
110012
125423
    [gsettings] Change AM_GSETTINGS macro to GLIB_GSETTINGS
110013
125424
 
110020
125431
 2 files changed, 4 insertions(+), 4 deletions(-)
110021
125432
 
110022
125433
commit 38e2273207783e4396aabd47bdab5f28155ad6ae
110023
 
Author: Emmanuele Bassi <ebassi@linux.intel.com>
110024
 
Date:   Tue Apr 6 16:17:18 2010 +0100
 
125434
Author:     Emmanuele Bassi <ebassi@linux.intel.com>
 
125435
AuthorDate: Tue Apr 6 16:17:18 2010 +0100
 
125436
Commit:     Emmanuele Bassi <ebassi@linux.intel.com>
 
125437
CommitDate: Fri Apr 23 15:26:49 2010 +0100
110025
125438
 
110026
125439
    Add G_GNUC_DEPRECATED_FOR macro
110027
125440
 
110054
125467
 1 file changed, 7 insertions(+)
110055
125468
 
110056
125469
commit 8f82b994c9963ad23a32f302dc2166f5ca4c2564
110057
 
Author: Matthias Clasen <mclasen@redhat.com>
110058
 
Date:   Thu Apr 22 22:24:38 2010 -0400
 
125470
Author:     Matthias Clasen <mclasen@redhat.com>
 
125471
AuthorDate: Thu Apr 22 22:24:38 2010 -0400
 
125472
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125473
CommitDate: Thu Apr 22 22:24:38 2010 -0400
110059
125474
 
110060
125475
    bump version
110061
125476
 
110063
125478
 1 file changed, 1 insertion(+), 1 deletion(-)
110064
125479
 
110065
125480
commit 7c5849abc06a04c0dbaf2902b8104dcec90fa9b6
110066
 
Author: Matthias Clasen <mclasen@redhat.com>
110067
 
Date:   Thu Apr 22 22:23:09 2010 -0400
 
125481
Author:     Matthias Clasen <mclasen@redhat.com>
 
125482
AuthorDate: Thu Apr 22 22:23:09 2010 -0400
 
125483
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125484
CommitDate: Thu Apr 22 22:23:09 2010 -0400
110068
125485
 
110069
125486
    2.25.2
110070
125487
 
110165
125582
 92 files changed, 12078 insertions(+), 2289 deletions(-)
110166
125583
 
110167
125584
commit 25725345fbb184ecbdc62c7ac418cd01f0fc8b0f
110168
 
Author: Matthias Clasen <mclasen@redhat.com>
110169
 
Date:   Thu Apr 22 22:01:19 2010 -0400
 
125585
Author:     Matthias Clasen <mclasen@redhat.com>
 
125586
AuthorDate: Thu Apr 22 22:01:19 2010 -0400
 
125587
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125588
CommitDate: Thu Apr 22 22:01:19 2010 -0400
110170
125589
 
110171
125590
    Fix up distcheck
110172
125591
 
110176
125595
 3 files changed, 3 insertions(+), 1 deletion(-)
110177
125596
 
110178
125597
commit b2ee97d00db227c042158951467495baf68529e4
110179
 
Author: Matthias Clasen <mclasen@redhat.com>
110180
 
Date:   Thu Apr 22 20:48:24 2010 -0400
 
125598
Author:     Matthias Clasen <mclasen@redhat.com>
 
125599
AuthorDate: Thu Apr 22 20:48:24 2010 -0400
 
125600
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125601
CommitDate: Thu Apr 22 20:49:20 2010 -0400
110181
125602
 
110182
125603
    Fix up g_variant_compare addition
110183
125604
 
110188
125609
 4 files changed, 6 insertions(+), 1 deletion(-)
110189
125610
 
110190
125611
commit 8f7122433f69180533b15584ae5abf0e50007207
110191
 
Author: Matthias Clasen <mclasen@redhat.com>
110192
 
Date:   Thu Apr 22 20:15:29 2010 -0400
 
125612
Author:     Matthias Clasen <mclasen@redhat.com>
 
125613
AuthorDate: Thu Apr 22 20:15:29 2010 -0400
 
125614
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125615
CommitDate: Thu Apr 22 20:15:29 2010 -0400
110193
125616
 
110194
125617
    More updates
110195
125618
 
110197
125620
 1 file changed, 28 insertions(+), 2 deletions(-)
110198
125621
 
110199
125622
commit b440cc154669b492b5301e221d85bf6b8586a994
110200
 
Author: Matthias Clasen <mclasen@redhat.com>
110201
 
Date:   Thu Apr 22 20:10:56 2010 -0400
 
125623
Author:     Matthias Clasen <mclasen@redhat.com>
 
125624
AuthorDate: Thu Apr 22 20:10:56 2010 -0400
 
125625
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125626
CommitDate: Thu Apr 22 20:10:56 2010 -0400
110202
125627
 
110203
125628
    Add a boxed type for GError
110204
125629
 
110210
125635
 3 files changed, 23 insertions(+)
110211
125636
 
110212
125637
commit 4a62a00c4c52634062caaaa1de9c48246f393967
110213
 
Author: Matthias Clasen <mclasen@redhat.com>
110214
 
Date:   Thu Apr 22 20:02:49 2010 -0400
 
125638
Author:     Matthias Clasen <mclasen@redhat.com>
 
125639
AuthorDate: Thu Apr 22 20:02:49 2010 -0400
 
125640
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125641
CommitDate: Thu Apr 22 20:03:53 2010 -0400
110215
125642
 
110216
125643
    Document --dry-run option of gschema-compile
110217
125644
 
110219
125646
 1 file changed, 8 insertions(+)
110220
125647
 
110221
125648
commit 00a7c2e635a4fa95257779c271f0eaa5992e2b37
110222
 
Author: Behdad Esfahbod <behdad@behdad.org>
110223
 
Date:   Thu Apr 22 19:48:13 2010 -0400
 
125649
Author:     Behdad Esfahbod <behdad@behdad.org>
 
125650
AuthorDate: Thu Apr 22 19:48:13 2010 -0400
 
125651
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
125652
CommitDate: Thu Apr 22 19:48:45 2010 -0400
110224
125653
 
110225
125654
    Bug 615379 - g_new macros crash if sizeof(struct_type) == 0
110226
125655
 
110228
125657
 1 file changed, 2 insertions(+), 2 deletions(-)
110229
125658
 
110230
125659
commit 7b43d2d299ef58f5d174b1b5bf4704488981259b
110231
 
Author: Matthias Clasen <mclasen@redhat.com>
110232
 
Date:   Thu Apr 22 19:31:39 2010 -0400
 
125660
Author:     Matthias Clasen <mclasen@redhat.com>
 
125661
AuthorDate: Thu Apr 22 19:31:39 2010 -0400
 
125662
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125663
CommitDate: Thu Apr 22 19:31:39 2010 -0400
110233
125664
 
110234
125665
    Fix !srcdir build
110235
125666
 
110239
125670
 1 file changed, 1 insertion(+), 1 deletion(-)
110240
125671
 
110241
125672
commit 708d540a6f364b254f001b863be837ca9a0e1797
110242
 
Author: Matthias Clasen <mclasen@redhat.com>
110243
 
Date:   Thu Apr 22 01:29:53 2010 -0400
 
125673
Author:     Matthias Clasen <mclasen@redhat.com>
 
125674
AuthorDate: Thu Apr 22 01:29:53 2010 -0400
 
125675
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125676
CommitDate: Thu Apr 22 19:24:03 2010 -0400
110244
125677
 
110245
125678
    Updates
110246
125679
 
110248
125681
 1 file changed, 9 insertions(+)
110249
125682
 
110250
125683
commit 626e90403e8b77ebd77e75e7239defbfe06eb941
110251
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
110252
 
Date:   Fri Apr 23 00:45:49 2010 +0200
 
125684
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
125685
AuthorDate: Fri Apr 23 00:45:49 2010 +0200
 
125686
Commit:     Gil Forcada <gforcada@gnome.org>
 
125687
CommitDate: Fri Apr 23 00:45:49 2010 +0200
110253
125688
 
110254
125689
    Updated Catalan (Valencian) translation
110255
125690
 
110258
125693
 1 file changed, 748 insertions(+), 615 deletions(-)
110259
125694
 
110260
125695
commit daa1a73c752e66d53de6016a9baa2be14d59af61
110261
 
Author: Ryan Lortie <desrt@desrt.ca>
110262
 
Date:   Thu Apr 22 15:44:54 2010 -0400
 
125696
Author:     Ryan Lortie <desrt@desrt.ca>
 
125697
AuthorDate: Thu Apr 22 15:44:54 2010 -0400
 
125698
Commit:     Ryan Lortie <desrt@desrt.ca>
 
125699
CommitDate: Thu Apr 22 15:45:47 2010 -0400
110263
125700
 
110264
125701
    Add a missing 'static' on internal functions
110265
125702
 
110268
125705
 2 files changed, 2 insertions(+), 2 deletions(-)
110269
125706
 
110270
125707
commit 19d8cc33759e38a7cfcf7ddaa2e80e7c4ddc2d3c
110271
 
Author: Dan Winship <danw@gnome.org>
110272
 
Date:   Tue Apr 20 17:23:49 2010 -0400
 
125708
Author:     Dan Winship <danw@gnome.org>
 
125709
AuthorDate: Tue Apr 20 17:23:49 2010 -0400
 
125710
Commit:     Dan Winship <danw@gnome.org>
 
125711
CommitDate: Thu Apr 22 11:54:41 2010 -0400
110273
125712
 
110274
125713
    GUnixSocketAddress: handle abstract sockets with non-0-padded names
110275
125714
 
110301
125740
 11 files changed, 438 insertions(+), 109 deletions(-)
110302
125741
 
110303
125742
commit 5e892de8afaf564838910f11bdc383ab441417ca
110304
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
110305
 
Date:   Thu Apr 22 16:29:06 2010 +0200
 
125743
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
125744
AuthorDate: Thu Apr 22 16:29:06 2010 +0200
 
125745
Commit:     Fran Diéguez <fran.dieguez@mabishu.com>
 
125746
CommitDate: Thu Apr 22 16:29:06 2010 +0200
110306
125747
 
110307
125748
    Updated Galician translations
110308
125749
 
110311
125752
 1 file changed, 611 insertions(+), 468 deletions(-)
110312
125753
 
110313
125754
commit 3e9a296b29c613b8f09c735ad2dabd9048e9025b
110314
 
Author: Shankar Prasad <sprasad@git.gnome.org>
110315
 
Date:   Thu Apr 22 16:09:58 2010 +0530
 
125755
Author:     Shankar Prasad <sprasad@git.gnome.org>
 
125756
AuthorDate: Thu Apr 22 16:09:58 2010 +0530
 
125757
Commit:     Shankar Prasad <sprasad@git.gnome.org>
 
125758
CommitDate: Thu Apr 22 16:09:58 2010 +0530
110316
125759
 
110317
125760
    Updated Kannada translations
110318
125761
 
110321
125764
 1 file changed, 614 insertions(+), 508 deletions(-)
110322
125765
 
110323
125766
commit f3e04973e7977841dc946089967c397490f4fd57
110324
 
Author: Matthias Clasen <mclasen@redhat.com>
110325
 
Date:   Thu Apr 22 01:15:54 2010 -0400
 
125767
Author:     Matthias Clasen <mclasen@redhat.com>
 
125768
AuthorDate: Thu Apr 22 01:15:54 2010 -0400
 
125769
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125770
CommitDate: Thu Apr 22 01:17:02 2010 -0400
110326
125771
 
110327
125772
    Rename gsettings-tool to gsettings
110328
125773
 
110339
125784
 7 files changed, 464 insertions(+), 207 deletions(-)
110340
125785
 
110341
125786
commit bf0f8ad8ee800b9a1f76a57684b45f79e2e6e5d8
110342
 
Author: Javier Jardón <jjardon@gnome.org>
110343
 
Date:   Thu Apr 22 03:20:17 2010 +0200
 
125787
Author:     Javier Jardón <jjardon@gnome.org>
 
125788
AuthorDate: Thu Apr 22 03:20:17 2010 +0200
 
125789
Commit:     Javier Jardón <jjardon@gnome.org>
 
125790
CommitDate: Thu Apr 22 03:20:17 2010 +0200
110344
125791
 
110345
125792
    [gsettings] Add g_return_*_if_fail() guards in GSettingsBackend
110346
125793
 
110348
125795
 1 file changed, 3 insertions(+)
110349
125796
 
110350
125797
commit 0fa791b29d4b3aa2154f322dda5a7c0d2caa1ede
110351
 
Author: Javier Jardón <jjardon@gnome.org>
110352
 
Date:   Thu Apr 22 03:07:49 2010 +0200
 
125798
Author:     Javier Jardón <jjardon@gnome.org>
 
125799
AuthorDate: Thu Apr 22 03:07:49 2010 +0200
 
125800
Commit:     Javier Jardón <jjardon@gnome.org>
 
125801
CommitDate: Thu Apr 22 03:10:42 2010 +0200
110353
125802
 
110354
125803
    [gsettings] Add g_return_*_if_fail() guards
110355
125804
 
110360
125809
 1 file changed, 16 insertions(+)
110361
125810
 
110362
125811
commit 78ed401a5146ac1d2f83f19b6a6fcfe789d847cb
110363
 
Author: Matthias Clasen <mclasen@redhat.com>
110364
 
Date:   Wed Apr 21 21:03:53 2010 -0400
 
125812
Author:     Matthias Clasen <mclasen@redhat.com>
 
125813
AuthorDate: Wed Apr 21 21:03:53 2010 -0400
 
125814
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125815
CommitDate: Wed Apr 21 21:03:53 2010 -0400
110365
125816
 
110366
125817
    Add a test for g_settings_get_child
110367
125818
 
110369
125820
 1 file changed, 30 insertions(+)
110370
125821
 
110371
125822
commit 88ff21ee92237858b65560d20f255506f2125a55
110372
 
Author: Matthias Clasen <mclasen@redhat.com>
110373
 
Date:   Wed Apr 21 18:08:05 2010 -0400
 
125823
Author:     Matthias Clasen <mclasen@redhat.com>
 
125824
AuthorDate: Wed Apr 21 18:08:05 2010 -0400
 
125825
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125826
CommitDate: Wed Apr 21 18:08:05 2010 -0400
110374
125827
 
110375
125828
    Be more careful about memory management
110376
125829
 
110380
125833
 1 file changed, 6 insertions(+), 4 deletions(-)
110381
125834
 
110382
125835
commit 89b718f7d396c165a023e46c5111549a2a1e2d1c
110383
 
Author: Matthias Clasen <mclasen@redhat.com>
110384
 
Date:   Wed Apr 21 17:44:47 2010 -0400
 
125836
Author:     Matthias Clasen <mclasen@redhat.com>
 
125837
AuthorDate: Wed Apr 21 17:44:47 2010 -0400
 
125838
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125839
CommitDate: Wed Apr 21 17:45:29 2010 -0400
110385
125840
 
110386
125841
    Pedantic terminology fix
110387
125842
 
110391
125846
 1 file changed, 5 insertions(+), 5 deletions(-)
110392
125847
 
110393
125848
commit 0d9a40b8943ec3b9926efad93a28687708cc2038
110394
 
Author: Colin Walters <walters@verbum.org>
110395
 
Date:   Wed Apr 21 16:44:26 2010 -0400
 
125849
Author:     Colin Walters <walters@verbum.org>
 
125850
AuthorDate: Wed Apr 21 16:44:26 2010 -0400
 
125851
Commit:     Colin Walters <walters@verbum.org>
 
125852
CommitDate: Wed Apr 21 16:47:22 2010 -0400
110396
125853
 
110397
125854
    Fix typo in GMutex error message
110398
125855
 
110400
125857
 1 file changed, 1 insertion(+), 1 deletion(-)
110401
125858
 
110402
125859
commit 585a37f37455e1b91029db6c40b3a0e2932e0604
110403
 
Author: Matthias Clasen <mclasen@redhat.com>
110404
 
Date:   Wed Apr 21 14:47:32 2010 -0400
 
125860
Author:     Matthias Clasen <mclasen@redhat.com>
 
125861
AuthorDate: Wed Apr 21 14:47:32 2010 -0400
 
125862
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125863
CommitDate: Wed Apr 21 14:49:05 2010 -0400
110405
125864
 
110406
125865
    Handle NULL string properties in bindings
110407
125866
 
110413
125872
 3 files changed, 6 insertions(+), 5 deletions(-)
110414
125873
 
110415
125874
commit 3814868b7a1950286f875b193dd10aa20b482fe6
110416
 
Author: Dan Winship <danw@gnome.org>
110417
 
Date:   Wed Apr 21 13:37:59 2010 -0400
 
125875
Author:     Dan Winship <danw@gnome.org>
 
125876
AuthorDate: Wed Apr 21 13:37:59 2010 -0400
 
125877
Commit:     Dan Winship <danw@gnome.org>
 
125878
CommitDate: Wed Apr 21 13:42:15 2010 -0400
110418
125879
 
110419
125880
    gio.symbols: add two missing G_GNUC_CONSTs
110420
125881
 
110422
125883
 1 file changed, 2 insertions(+), 2 deletions(-)
110423
125884
 
110424
125885
commit 887dd88ac2615d8837e06ce9b18cddeeb04f4494
110425
 
Author: Jorge González <jorgegonz@svn.gnome.org>
110426
 
Date:   Wed Apr 21 18:46:19 2010 +0200
 
125886
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
125887
AuthorDate: Wed Apr 21 18:46:19 2010 +0200
 
125888
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
125889
CommitDate: Wed Apr 21 18:46:19 2010 +0200
110427
125890
 
110428
125891
    Updated Spanish translation
110429
125892
 
110432
125895
 1 file changed, 569 insertions(+), 475 deletions(-)
110433
125896
 
110434
125897
commit 03a0f05058a1156edaab463da03f58b0f4988625
110435
 
Author: Matthias Clasen <mclasen@redhat.com>
110436
 
Date:   Wed Apr 21 12:37:38 2010 -0400
 
125898
Author:     Matthias Clasen <mclasen@redhat.com>
 
125899
AuthorDate: Wed Apr 21 12:37:38 2010 -0400
 
125900
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125901
CommitDate: Wed Apr 21 12:37:38 2010 -0400
110437
125902
 
110438
125903
    Add a note about requiring a new enough GConf
110439
125904
 
110441
125906
 1 file changed, 5 insertions(+)
110442
125907
 
110443
125908
commit ccf9361490fa3684b22e52655e3236b2cd28a517
110444
 
Author: Matthias Clasen <mclasen@redhat.com>
110445
 
Date:   Wed Apr 21 12:31:33 2010 -0400
 
125909
Author:     Matthias Clasen <mclasen@redhat.com>
 
125910
AuthorDate: Wed Apr 21 12:31:33 2010 -0400
 
125911
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125912
CommitDate: Wed Apr 21 12:33:55 2010 -0400
110446
125913
 
110447
125914
    Handle non-readable/-writable properties when binding
110448
125915
 
110453
125920
 2 files changed, 34 insertions(+), 3 deletions(-)
110454
125921
 
110455
125922
commit 8a988e8e88f0b3463c7dd6fc5145174035d4e815
110456
 
Author: Matthias Clasen <mclasen@redhat.com>
110457
 
Date:   Wed Apr 21 12:31:10 2010 -0400
 
125923
Author:     Matthias Clasen <mclasen@redhat.com>
 
125924
AuthorDate: Wed Apr 21 12:31:10 2010 -0400
 
125925
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125926
CommitDate: Wed Apr 21 12:31:10 2010 -0400
110458
125927
 
110459
125928
    Test binding non-readable/writable properties
110460
125929
 
110463
125932
 1 file changed, 87 insertions(+), 1 deletion(-)
110464
125933
 
110465
125934
commit 3bfd739154b09c42b29bfcc38b03ff9b98ed4c4f
110466
 
Author: Matthias Clasen <mclasen@redhat.com>
110467
 
Date:   Wed Apr 21 11:50:21 2010 -0400
 
125935
Author:     Matthias Clasen <mclasen@redhat.com>
 
125936
AuthorDate: Wed Apr 21 11:50:21 2010 -0400
 
125937
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125938
CommitDate: Wed Apr 21 11:55:00 2010 -0400
110468
125939
 
110469
125940
    Rename gsettingsschemaupdatecache to the more sane gschema_compile
110470
125941
 
110476
125947
 3 files changed, 7 insertions(+), 6 deletions(-)
110477
125948
 
110478
125949
commit 662f97fefbdb26eff4283757912350c3c15adf49
110479
 
Author: Bastien Nocera <hadess@hadess.net>
110480
 
Date:   Wed Apr 21 16:49:00 2010 +0100
 
125950
Author:     Bastien Nocera <hadess@hadess.net>
 
125951
AuthorDate: Wed Apr 21 16:49:00 2010 +0100
 
125952
Commit:     Bastien Nocera <hadess@hadess.net>
 
125953
CommitDate: Wed Apr 21 16:49:00 2010 +0100
110481
125954
 
110482
125955
    Update GSettings porting guide for new m4 macro
110483
125956
 
110485
125958
 1 file changed, 7 insertions(+), 3 deletions(-)
110486
125959
 
110487
125960
commit 0d322e77a55c3b457361ede40c391a6a0b825c78
110488
 
Author: Bastien Nocera <hadess@hadess.net>
110489
 
Date:   Wed Apr 21 12:25:23 2010 +0100
 
125961
Author:     Bastien Nocera <hadess@hadess.net>
 
125962
AuthorDate: Wed Apr 21 12:25:23 2010 +0100
 
125963
Commit:     Bastien Nocera <hadess@hadess.net>
 
125964
CommitDate: Wed Apr 21 16:19:09 2010 +0100
110490
125965
 
110491
125966
    Add GSettings m4 macros helper
110492
125967
 
110497
125972
 2 files changed, 44 insertions(+), 1 deletion(-)
110498
125973
 
110499
125974
commit 12b801cab4d639f3ac86f1009e6bfb3f589729c5
110500
 
Author: Matthias Clasen <mclasen@redhat.com>
110501
 
Date:   Wed Apr 21 10:58:05 2010 -0400
 
125975
Author:     Matthias Clasen <mclasen@redhat.com>
 
125976
AuthorDate: Wed Apr 21 10:58:05 2010 -0400
 
125977
Commit:     Matthias Clasen <mclasen@redhat.com>
 
125978
CommitDate: Wed Apr 21 10:59:17 2010 -0400
110502
125979
 
110503
125980
    Nuke the gsettingsschemadir pc variable
110504
125981
 
110510
125987
 2 files changed, 14 insertions(+), 8 deletions(-)
110511
125988
 
110512
125989
commit e63a1a3d6e6ce4aa8dd7fb65ccaac0b989de12d9
110513
 
Author: Bastien Nocera <hadess@hadess.net>
110514
 
Date:   Wed Apr 21 15:02:50 2010 +0100
 
125990
Author:     Bastien Nocera <hadess@hadess.net>
 
125991
AuthorDate: Wed Apr 21 15:02:50 2010 +0100
 
125992
Commit:     Bastien Nocera <hadess@hadess.net>
 
125993
CommitDate: Wed Apr 21 15:04:28 2010 +0100
110515
125994
 
110516
125995
    Fix gschema-compile tests for --schema-files changes
110517
125996
 
110519
125998
 1 file changed, 1 insertion(+), 1 deletion(-)
110520
125999
 
110521
126000
commit 1c2aea7854e468651807994ad168564c626ae58b
110522
 
Author: Matthias Clasen <mclasen@redhat.com>
110523
 
Date:   Wed Apr 21 09:50:17 2010 -0400
 
126001
Author:     Matthias Clasen <mclasen@redhat.com>
 
126002
AuthorDate: Wed Apr 21 09:50:17 2010 -0400
 
126003
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126004
CommitDate: Wed Apr 21 09:50:42 2010 -0400
110524
126005
 
110525
126006
    Add tests for --allow-any-name
110526
126007
 
110533
126014
 5 files changed, 30 insertions(+), 18 deletions(-)
110534
126015
 
110535
126016
commit 0b61a87c29f27f988538f92d676a04adfd65b0fd
110536
 
Author: Bastien Nocera <hadess@hadess.net>
110537
 
Date:   Wed Apr 21 12:14:40 2010 +0100
 
126017
Author:     Bastien Nocera <hadess@hadess.net>
 
126018
AuthorDate: Wed Apr 21 12:14:40 2010 +0100
 
126019
Commit:     Bastien Nocera <hadess@hadess.net>
 
126020
CommitDate: Wed Apr 21 14:38:08 2010 +0100
110538
126021
 
110539
126022
    Allow passing multiple schemas to gschema-compile
110540
126023
 
110546
126029
 1 file changed, 12 insertions(+), 12 deletions(-)
110547
126030
 
110548
126031
commit 9176175fc878bde7143d22f5671b58836985bf44
110549
 
Author: Bastien Nocera <hadess@hadess.net>
110550
 
Date:   Wed Apr 21 11:15:30 2010 +0100
 
126032
Author:     Bastien Nocera <hadess@hadess.net>
 
126033
AuthorDate: Wed Apr 21 11:15:30 2010 +0100
 
126034
Commit:     Bastien Nocera <hadess@hadess.net>
 
126035
CommitDate: Wed Apr 21 14:37:16 2010 +0100
110551
126036
 
110552
126037
    Add mention of GConfBridge in conversion docs
110553
126038
 
110557
126042
 1 file changed, 7 insertions(+), 1 deletion(-)
110558
126043
 
110559
126044
commit 97084317883ea13f5e9ddc3b496cf1f756d85e4f
110560
 
Author: Matthias Clasen <mclasen@redhat.com>
110561
 
Date:   Wed Apr 21 09:34:57 2010 -0400
 
126045
Author:     Matthias Clasen <mclasen@redhat.com>
 
126046
AuthorDate: Wed Apr 21 09:34:57 2010 -0400
 
126047
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126048
CommitDate: Wed Apr 21 09:34:57 2010 -0400
110562
126049
 
110563
126050
    Remove leftover test data
110564
126051
 
110571
126058
 6 files changed, 41 deletions(-)
110572
126059
 
110573
126060
commit 64cc81f769ef6ac97b8b9ff4d2693066ffcac63f
110574
 
Author: Matthias Clasen <mclasen@redhat.com>
110575
 
Date:   Wed Apr 21 09:33:57 2010 -0400
 
126061
Author:     Matthias Clasen <mclasen@redhat.com>
 
126062
AuthorDate: Wed Apr 21 09:33:57 2010 -0400
 
126063
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126064
CommitDate: Wed Apr 21 09:33:57 2010 -0400
110576
126065
 
110577
126066
    Add an --allow-any-name option
110578
126067
 
110587
126076
 1 file changed, 6 insertions(+), 1 deletion(-)
110588
126077
 
110589
126078
commit c83a9762453ea996c5619b8a681d3d1fd2cf473f
110590
 
Author: Matthias Clasen <mclasen@redhat.com>
110591
 
Date:   Wed Apr 21 00:43:55 2010 -0400
 
126079
Author:     Matthias Clasen <mclasen@redhat.com>
 
126080
AuthorDate: Wed Apr 21 00:43:55 2010 -0400
 
126081
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126082
CommitDate: Wed Apr 21 00:43:55 2010 -0400
110592
126083
 
110593
126084
    Add some more schema compiler tests
110594
126085
 
110603
126094
 7 files changed, 75 insertions(+), 110 deletions(-)
110604
126095
 
110605
126096
commit 564714bc95a11fdb06206e91f46a713b67be30ae
110606
 
Author: Matthias Clasen <mclasen@redhat.com>
110607
 
Date:   Tue Apr 20 23:40:22 2010 -0400
 
126097
Author:     Matthias Clasen <mclasen@redhat.com>
 
126098
AuthorDate: Tue Apr 20 23:40:22 2010 -0400
 
126099
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126100
CommitDate: Tue Apr 20 23:40:22 2010 -0400
110608
126101
 
110609
126102
    Fix type mapping for float in gsettings-schema-convert
110610
126103
 
110614
126107
 1 file changed, 1 insertion(+), 1 deletion(-)
110615
126108
 
110616
126109
commit afff087785e1206c4a112367aaf3445dd5cf0c08
110617
 
Author: Matthias Clasen <mclasen@redhat.com>
110618
 
Date:   Tue Apr 20 23:28:49 2010 -0400
 
126110
Author:     Matthias Clasen <mclasen@redhat.com>
 
126111
AuthorDate: Tue Apr 20 23:28:49 2010 -0400
 
126112
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126113
CommitDate: Tue Apr 20 23:28:49 2010 -0400
110619
126114
 
110620
126115
    Simplify gschema-compile test suite
110621
126116
 
110636
126131
 8 files changed, 85 insertions(+), 28 deletions(-)
110637
126132
 
110638
126133
commit 463203ee0aa75e727df3b756fcf589fefc8a99cc
110639
 
Author: Matthias Clasen <mclasen@redhat.com>
110640
 
Date:   Tue Apr 20 22:49:32 2010 -0400
 
126134
Author:     Matthias Clasen <mclasen@redhat.com>
 
126135
AuthorDate: Tue Apr 20 22:49:32 2010 -0400
 
126136
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126137
CommitDate: Tue Apr 20 22:55:15 2010 -0400
110641
126138
 
110642
126139
    Add gettext-domain when required, and allow to specify it on the
110643
126140
    cmdline
110649
126146
 2 files changed, 21 insertions(+), 3 deletions(-)
110650
126147
 
110651
126148
commit bedf4c3259756caec97d5aa4cd32d501de2be82e
110652
 
Author: Matthias Clasen <mclasen@redhat.com>
110653
 
Date:   Tue Apr 20 22:41:12 2010 -0400
 
126149
Author:     Matthias Clasen <mclasen@redhat.com>
 
126150
AuthorDate: Tue Apr 20 22:41:12 2010 -0400
 
126151
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126152
CommitDate: Tue Apr 20 22:55:15 2010 -0400
110654
126153
 
110655
126154
    Add documentation and translation for gsettings-tool
110656
126155
 
110664
126163
 6 files changed, 135 insertions(+), 26 deletions(-)
110665
126164
 
110666
126165
commit 1dbe06c30a766171d4f018539a92cee237cb63c7
110667
 
Author: Matthias Clasen <mclasen@redhat.com>
110668
 
Date:   Tue Apr 20 20:54:53 2010 -0400
 
126166
Author:     Matthias Clasen <mclasen@redhat.com>
 
126167
AuthorDate: Tue Apr 20 20:54:53 2010 -0400
 
126168
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126169
CommitDate: Tue Apr 20 22:55:15 2010 -0400
110669
126170
 
110670
126171
    Add a minimal commandline utility to poke GSettings
110671
126172
 
110675
126176
 2 files changed, 176 insertions(+), 1 deletion(-)
110676
126177
 
110677
126178
commit 3569de342e415c887537d811a0df373cfdb85bc6
110678
 
Author: Javier Jardón <jjardon@gnome.org>
110679
 
Date:   Tue Apr 20 05:38:02 2010 +0200
 
126179
Author:     Javier Jardón <jjardon@gnome.org>
 
126180
AuthorDate: Tue Apr 20 05:38:02 2010 +0200
 
126181
Commit:     Javier Jardón <jjardon@gnome.org>
 
126182
CommitDate: Wed Apr 21 02:32:43 2010 +0200
110680
126183
 
110681
126184
    [gio] Use G_DEFINE_INTERFACE macro
110682
126185
 
110692
126195
 4 files changed, 16 insertions(+), 119 deletions(-)
110693
126196
 
110694
126197
commit 3585e64be81a6846b23ca0c0c2969a83080a460d
110695
 
Author: Tor Lillqvist <tml@iki.fi>
110696
 
Date:   Wed Apr 21 03:22:59 2010 +0300
 
126198
Author:     Tor Lillqvist <tml@iki.fi>
 
126199
AuthorDate: Wed Apr 21 03:22:59 2010 +0300
 
126200
Commit:     Tor Lillqvist <tml@iki.fi>
 
126201
CommitDate: Wed Apr 21 03:22:59 2010 +0300
110697
126202
 
110698
126203
    Tweak the generation of the file list in gio.vcproj
110699
126204
 
110705
126210
 1 file changed, 1 insertion(+), 1 deletion(-)
110706
126211
 
110707
126212
commit 8b6d2c1fc15c91ec174a6b346257a228d3db08e2
110708
 
Author: Ryan Lortie <desrt@desrt.ca>
110709
 
Date:   Tue Apr 20 20:14:50 2010 -0400
 
126213
Author:     Ryan Lortie <desrt@desrt.ca>
 
126214
AuthorDate: Tue Apr 20 20:14:50 2010 -0400
 
126215
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126216
CommitDate: Tue Apr 20 20:14:50 2010 -0400
110710
126217
 
110711
126218
    remove empty initialisers {  } for MSVC's sake
110712
126219
 
110715
126222
 
110716
126223
commit a4e38786750d538b334b8a7a7cc9f5a3ff48bc33
110717
126224
Merge: 31a5342 291a5c9
110718
 
Author: Ryan Lortie <desrt@desrt.ca>
110719
 
Date:   Tue Apr 20 20:13:56 2010 -0400
 
126225
Author:     Ryan Lortie <desrt@desrt.ca>
 
126226
AuthorDate: Tue Apr 20 20:13:56 2010 -0400
 
126227
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126228
CommitDate: Tue Apr 20 20:13:56 2010 -0400
110720
126229
 
110721
126230
    Merge remote branch 'gvdb/master'
110722
126231
 
110723
126232
commit 291a5c9ed98cf5456c8d6af0c3113610646de7b3
110724
 
Author: Ryan Lortie <desrt@desrt.ca>
110725
 
Date:   Tue Apr 20 20:12:41 2010 -0400
 
126233
Author:     Ryan Lortie <desrt@desrt.ca>
 
126234
AuthorDate: Tue Apr 20 20:12:41 2010 -0400
 
126235
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126236
CommitDate: Tue Apr 20 20:12:41 2010 -0400
110726
126237
 
110727
126238
    __value -> value to avoid stomping the C compiler
110728
126239
 
110730
126241
 1 file changed, 4 insertions(+), 4 deletions(-)
110731
126242
 
110732
126243
commit 31a534278405b77fe8ea4aaa85ba5ae80c92d80e
110733
 
Author: Matthias Clasen <mclasen@redhat.com>
110734
 
Date:   Tue Apr 20 19:51:28 2010 -0400
 
126244
Author:     Matthias Clasen <mclasen@redhat.com>
 
126245
AuthorDate: Tue Apr 20 19:51:28 2010 -0400
 
126246
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126247
CommitDate: Tue Apr 20 19:51:28 2010 -0400
110735
126248
 
110736
126249
    Refer to the right directory
110737
126250
 
110739
126252
 1 file changed, 1 insertion(+), 1 deletion(-)
110740
126253
 
110741
126254
commit 9488d18a87bdba2b4180280d8109ab5381acf9c8
110742
 
Author: Christian Persch <chpe@gnome.org>
110743
 
Date:   Tue Apr 20 19:39:03 2010 -0400
 
126255
Author:     Christian Persch <chpe@gnome.org>
 
126256
AuthorDate: Tue Apr 20 19:39:03 2010 -0400
 
126257
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126258
CommitDate: Tue Apr 20 19:40:26 2010 -0400
110744
126259
 
110745
126260
    Fix gsettings mapping for uint64
110746
126261
 
110751
126266
 2 files changed, 4 insertions(+), 4 deletions(-)
110752
126267
 
110753
126268
commit 1b61680abbf8ba10a24aff52397364c844f368bb
110754
 
Author: Matthias Clasen <mclasen@redhat.com>
110755
 
Date:   Tue Apr 20 19:23:52 2010 -0400
 
126269
Author:     Matthias Clasen <mclasen@redhat.com>
 
126270
AuthorDate: Tue Apr 20 19:23:52 2010 -0400
 
126271
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126272
CommitDate: Tue Apr 20 19:40:26 2010 -0400
110756
126273
 
110757
126274
    Flesh out the porting guide some more
110758
126275
 
110762
126279
 2 files changed, 135 insertions(+), 36 deletions(-)
110763
126280
 
110764
126281
commit 3277b77769def1aabfa850858197d02b0afca364
110765
 
Author: Matthias Clasen <mclasen@redhat.com>
110766
 
Date:   Tue Apr 20 15:13:07 2010 -0400
 
126282
Author:     Matthias Clasen <mclasen@redhat.com>
 
126283
AuthorDate: Tue Apr 20 15:13:07 2010 -0400
 
126284
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126285
CommitDate: Tue Apr 20 19:40:26 2010 -0400
110767
126286
 
110768
126287
    Document g_settings_bind_writable
110769
126288
 
110773
126292
 2 files changed, 36 insertions(+), 1 deletion(-)
110774
126293
 
110775
126294
commit 9717833e8200929f908fa682262fcfda8f964653
110776
 
Author: Richard Hughes <richard@hughsie.com>
110777
 
Date:   Tue Apr 20 22:25:23 2010 +0100
 
126295
Author:     Richard Hughes <richard@hughsie.com>
 
126296
AuthorDate: Tue Apr 20 22:25:23 2010 +0100
 
126297
Commit:     Richard Hughes <richard@hughsie.com>
 
126298
CommitDate: Tue Apr 20 22:30:01 2010 +0100
110778
126299
 
110779
126300
    Don't crash gsettings-schema-convert for GConf schemas that contain
110780
126301
    empty elements
110787
126308
 1 file changed, 4 insertions(+), 2 deletions(-)
110788
126309
 
110789
126310
commit f82839b8fe6e112b9cc02637e7544e800524c179
110790
 
Author: Ryan Lortie <desrt@desrt.ca>
110791
 
Date:   Tue Apr 20 17:27:17 2010 -0400
 
126311
Author:     Ryan Lortie <desrt@desrt.ca>
 
126312
AuthorDate: Tue Apr 20 17:27:17 2010 -0400
 
126313
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126314
CommitDate: Tue Apr 20 17:27:17 2010 -0400
110792
126315
 
110793
126316
    gschema-compile: output to srcdir by default
110794
126317
 
110800
126323
 1 file changed, 5 insertions(+), 4 deletions(-)
110801
126324
 
110802
126325
commit f5990c1aefe364cfdd8c6d4bcdcc5dce60ced003
110803
 
Author: Ryan Lortie <desrt@desrt.ca>
110804
 
Date:   Tue Apr 20 12:30:12 2010 -0400
 
126326
Author:     Ryan Lortie <desrt@desrt.ca>
 
126327
AuthorDate: Tue Apr 20 12:30:12 2010 -0400
 
126328
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126329
CommitDate: Tue Apr 20 12:30:40 2010 -0400
110805
126330
 
110806
126331
    GSettings: bind to writablity of a key
110807
126332
 
110812
126337
 3 files changed, 78 insertions(+), 31 deletions(-)
110813
126338
 
110814
126339
commit 890a842b2692292d207e1c473718c57ee1e51c32
110815
 
Author: Richard Hughes <richard@hughsie.com>
110816
 
Date:   Tue Apr 20 16:14:11 2010 +0100
 
126340
Author:     Richard Hughes <richard@hughsie.com>
 
126341
AuthorDate: Tue Apr 20 16:14:11 2010 +0100
 
126342
Commit:     Richard Hughes <richard@hughsie.com>
 
126343
CommitDate: Tue Apr 20 16:14:11 2010 +0100
110817
126344
 
110818
126345
    Fix up the gtk-doc comment for the GSettings::changed signal
110819
126346
 
110821
126348
 1 file changed, 1 insertion(+)
110822
126349
 
110823
126350
commit 5445ae78c21a71b3d8eea393bfe70d2ab1c24766
110824
 
Author: Ryan Lortie <desrt@desrt.ca>
110825
 
Date:   Mon Apr 19 14:16:06 2010 -0400
 
126351
Author:     Ryan Lortie <desrt@desrt.ca>
 
126352
AuthorDate: Mon Apr 19 14:16:06 2010 -0400
 
126353
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126354
CommitDate: Tue Apr 20 10:37:58 2010 -0400
110826
126355
 
110827
126356
    Add g_variant_compare() for like basic types
110828
126357
 
110831
126360
 1 file changed, 104 insertions(+), 1 deletion(-)
110832
126361
 
110833
126362
commit 3c54cc074dc783ab4944e1cc15d690b467a09684
110834
 
Author: Ryan Lortie <desrt@desrt.ca>
110835
 
Date:   Mon Apr 19 11:05:04 2010 -0400
 
126363
Author:     Ryan Lortie <desrt@desrt.ca>
 
126364
AuthorDate: Mon Apr 19 11:05:04 2010 -0400
 
126365
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126366
CommitDate: Tue Apr 20 10:37:33 2010 -0400
110836
126367
 
110837
126368
    gschema-compile: return quickly on parse error
110838
126369
 
110842
126373
 1 file changed, 3 insertions(+)
110843
126374
 
110844
126375
commit bed462046afd33356b0b0554d0ee8ed31d4a2de0
110845
 
Author: Javier Jardón <jjardon@gnome.org>
110846
 
Date:   Tue Apr 20 01:04:31 2010 +0200
 
126376
Author:     Javier Jardón <jjardon@gnome.org>
 
126377
AuthorDate: Tue Apr 20 01:04:31 2010 +0200
 
126378
Commit:     Javier Jardón <jjardon@gnome.org>
 
126379
CommitDate: Tue Apr 20 02:12:02 2010 +0200
110847
126380
 
110848
126381
    [docs] Fix G_VALUE_COLLECT_INIT documentation
110849
126382
 
110856
126389
 1 file changed, 1 insertion(+)
110857
126390
 
110858
126391
commit 4c276d05aa010d54e921ca1de7bdafe262dd278e
110859
 
Author: Matthias Clasen <mclasen@redhat.com>
110860
 
Date:   Mon Apr 19 19:01:46 2010 -0400
 
126392
Author:     Matthias Clasen <mclasen@redhat.com>
 
126393
AuthorDate: Mon Apr 19 19:01:46 2010 -0400
 
126394
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126395
CommitDate: Mon Apr 19 19:09:15 2010 -0400
110861
126396
 
110862
126397
    Bump version
110863
126398
 
110865
126400
 1 file changed, 1 insertion(+), 1 deletion(-)
110866
126401
 
110867
126402
commit f8fa527bfd73833ec1fcdaa13c6b8b5701fb65ae
110868
 
Author: Matthias Clasen <mclasen@redhat.com>
110869
 
Date:   Mon Apr 19 19:00:28 2010 -0400
 
126403
Author:     Matthias Clasen <mclasen@redhat.com>
 
126404
AuthorDate: Mon Apr 19 19:00:28 2010 -0400
 
126405
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126406
CommitDate: Mon Apr 19 19:09:15 2010 -0400
110870
126407
 
110871
126408
    2.25.1
110872
126409
 
110965
126502
 92 files changed, 92 insertions(+), 92 deletions(-)
110966
126503
 
110967
126504
commit 3b9de5f10a15086dd4c95e6260a20b8f5e917281
110968
 
Author: Matthias Clasen <mclasen@redhat.com>
110969
 
Date:   Mon Apr 19 18:26:41 2010 -0400
 
126505
Author:     Matthias Clasen <mclasen@redhat.com>
 
126506
AuthorDate: Mon Apr 19 18:26:41 2010 -0400
 
126507
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126508
CommitDate: Mon Apr 19 19:09:15 2010 -0400
110970
126509
 
110971
126510
    Don't forget to install and distribute gsettings-schema-convert
110972
126511
 
110974
126513
 1 file changed, 1 insertion(+), 1 deletion(-)
110975
126514
 
110976
126515
commit 7d330078e77c51ede181ceda10260fb79a7e2425
110977
 
Author: Matthias Clasen <mclasen@redhat.com>
110978
 
Date:   Mon Apr 19 18:26:41 2010 -0400
 
126516
Author:     Matthias Clasen <mclasen@redhat.com>
 
126517
AuthorDate: Mon Apr 19 18:26:41 2010 -0400
 
126518
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126519
CommitDate: Mon Apr 19 18:26:41 2010 -0400
110979
126520
 
110980
126521
    Don't forget to install and distribute gsettings-schema-convert
110981
126522
 
110983
126524
 1 file changed, 1 insertion(+)
110984
126525
 
110985
126526
commit ca4f0a3d6d99ee1eb4f21aa753b2cc29ac5e2d36
110986
 
Author: Matthias Clasen <mclasen@redhat.com>
110987
 
Date:   Mon Apr 19 17:33:03 2010 -0400
 
126527
Author:     Matthias Clasen <mclasen@redhat.com>
 
126528
AuthorDate: Mon Apr 19 17:33:03 2010 -0400
 
126529
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126530
CommitDate: Mon Apr 19 17:33:03 2010 -0400
110988
126531
 
110989
126532
    Bump version
110990
126533
 
110992
126535
 1 file changed, 1 insertion(+), 1 deletion(-)
110993
126536
 
110994
126537
commit cd9b8b563f3dc094b72ebc0c7f55e35f4782aab1
110995
 
Author: Matthias Clasen <mclasen@redhat.com>
110996
 
Date:   Mon Apr 19 17:30:42 2010 -0400
 
126538
Author:     Matthias Clasen <mclasen@redhat.com>
 
126539
AuthorDate: Mon Apr 19 17:30:42 2010 -0400
 
126540
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126541
CommitDate: Mon Apr 19 17:30:42 2010 -0400
110997
126542
 
110998
126543
    2.25.0
110999
126544
 
111144
126689
 137 files changed, 8245 insertions(+), 8073 deletions(-)
111145
126690
 
111146
126691
commit 80ac5df96b2a5b6c1436e597487526a77b8130fb
111147
 
Author: Matthias Clasen <mclasen@redhat.com>
111148
 
Date:   Mon Apr 19 15:07:52 2010 -0400
 
126692
Author:     Matthias Clasen <mclasen@redhat.com>
 
126693
AuthorDate: Mon Apr 19 15:07:52 2010 -0400
 
126694
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126695
CommitDate: Mon Apr 19 15:07:52 2010 -0400
111149
126696
 
111150
126697
    Reset interface age to 0
111151
126698
 
111153
126700
 1 file changed, 1 insertion(+), 1 deletion(-)
111154
126701
 
111155
126702
commit 27d2dbacd4d4833c9846a2872cb04f7bced3a3c3
111156
 
Author: Christian Persch <chpe@gnome.org>
111157
 
Date:   Mon Apr 19 14:18:59 2010 -0400
 
126703
Author:     Christian Persch <chpe@gnome.org>
 
126704
AuthorDate: Mon Apr 19 14:18:59 2010 -0400
 
126705
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126706
CommitDate: Mon Apr 19 14:18:59 2010 -0400
111158
126707
 
111159
126708
    Use g_set_error_literal where appropriate
111160
126709
 
111162
126711
 1 file changed, 11 insertions(+), 11 deletions(-)
111163
126712
 
111164
126713
commit 40869e9544c27bc2d7f3b53aa1f1dda1edf47a8d
111165
 
Author: Matthias Clasen <mclasen@redhat.com>
111166
 
Date:   Mon Apr 19 14:04:42 2010 -0400
 
126714
Author:     Matthias Clasen <mclasen@redhat.com>
 
126715
AuthorDate: Mon Apr 19 14:04:42 2010 -0400
 
126716
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126717
CommitDate: Mon Apr 19 14:04:42 2010 -0400
111167
126718
 
111168
126719
    Install a dtd in /usr/share/glib-2.0/schemas/gschema.dtd
111169
126720
 
111172
126723
 2 files changed, 44 insertions(+)
111173
126724
 
111174
126725
commit 2d38da0746d15e20e832d8573af106a1e83267eb
111175
 
Author: Matthias Clasen <mclasen@redhat.com>
111176
 
Date:   Mon Apr 19 13:25:52 2010 -0400
 
126726
Author:     Matthias Clasen <mclasen@redhat.com>
 
126727
AuthorDate: Mon Apr 19 13:25:52 2010 -0400
 
126728
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126729
CommitDate: Mon Apr 19 13:28:00 2010 -0400
111177
126730
 
111178
126731
    Remove misnamed files
111179
126732
 
111181
126734
 1 file changed, 6 deletions(-)
111182
126735
 
111183
126736
commit 0e48b0638dd54fda1d567c294db0feeb52b324af
111184
 
Author: Matthias Clasen <mclasen@redhat.com>
111185
 
Date:   Mon Apr 19 13:14:30 2010 -0400
 
126737
Author:     Matthias Clasen <mclasen@redhat.com>
 
126738
AuthorDate: Mon Apr 19 13:14:30 2010 -0400
 
126739
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126740
CommitDate: Mon Apr 19 13:28:00 2010 -0400
111186
126741
 
111187
126742
    Some tests for gschema-compile
111188
126743
 
111201
126756
 8 files changed, 139 insertions(+), 9 deletions(-)
111202
126757
 
111203
126758
commit a64625a134ac2d028e7288a640dc7b01e36edcf5
111204
 
Author: Javier Jardón <jjardon@gnome.org>
111205
 
Date:   Mon Apr 19 17:58:37 2010 +0200
 
126759
Author:     Javier Jardón <jjardon@gnome.org>
 
126760
AuthorDate: Mon Apr 19 17:58:37 2010 +0200
 
126761
Commit:     Javier Jardón <jjardon@gnome.org>
 
126762
CommitDate: Mon Apr 19 17:59:23 2010 +0200
111206
126763
 
111207
126764
    Little fix in gio/test/Makefile.am
111208
126765
 
111213
126770
 1 file changed, 1 insertion(+), 1 deletion(-)
111214
126771
 
111215
126772
commit 32477d4fbff400a235f501967492349ae44a475d
111216
 
Author: Matthias Clasen <mclasen@redhat.com>
111217
 
Date:   Mon Apr 19 11:40:23 2010 -0400
 
126773
Author:     Matthias Clasen <mclasen@redhat.com>
 
126774
AuthorDate: Mon Apr 19 11:40:23 2010 -0400
 
126775
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126776
CommitDate: Mon Apr 19 11:49:12 2010 -0400
111218
126777
 
111219
126778
    Another shadowed variable fix
111220
126779
 
111224
126783
 1 file changed, 4 insertions(+), 4 deletions(-)
111225
126784
 
111226
126785
commit 4a605693fce718a81f809245be2ebad9978031ac
111227
 
Author: Matthias Clasen <mclasen@redhat.com>
111228
 
Date:   Mon Apr 19 11:31:21 2010 -0400
 
126786
Author:     Matthias Clasen <mclasen@redhat.com>
 
126787
AuthorDate: Mon Apr 19 11:31:21 2010 -0400
 
126788
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126789
CommitDate: Mon Apr 19 11:49:12 2010 -0400
111229
126790
 
111230
126791
    Don't segfault when <default> is missing
111231
126792
 
111241
126802
 4 files changed, 67 insertions(+), 4 deletions(-)
111242
126803
 
111243
126804
commit ccbafd0f14cca899c07cd6a630096125988be8a9
111244
 
Author: David Zeuthen <davidz@redhat.com>
111245
 
Date:   Mon Apr 19 10:42:42 2010 -0400
 
126805
Author:     David Zeuthen <davidz@redhat.com>
 
126806
AuthorDate: Mon Apr 19 10:42:42 2010 -0400
 
126807
Commit:     David Zeuthen <davidz@redhat.com>
 
126808
CommitDate: Mon Apr 19 10:43:48 2010 -0400
111246
126809
 
111247
126810
    Bug 615111 – GAsyncInitable's default implementation is broken
111248
126811
 
111252
126815
 1 file changed, 1 insertion(+), 1 deletion(-)
111253
126816
 
111254
126817
commit 40fdc929f86243a936609a4008e9fb013c9f4f7d
111255
 
Author: Ryan Lortie <desrt@desrt.ca>
111256
 
Date:   Mon Apr 19 10:28:44 2010 -0400
 
126818
Author:     Ryan Lortie <desrt@desrt.ca>
 
126819
AuthorDate: Mon Apr 19 10:28:44 2010 -0400
 
126820
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126821
CommitDate: Mon Apr 19 10:39:54 2010 -0400
111257
126822
 
111258
126823
    Don't write out zero-byte sections in builder
111259
126824
 
111263
126828
 1 file changed, 3 insertions(+)
111264
126829
 
111265
126830
commit 646dc7de87a90a833fb86f88c01c0131cabebb22
111266
 
Author: Ryan Lortie <desrt@desrt.ca>
111267
 
Date:   Mon Apr 19 10:18:44 2010 -0400
 
126831
Author:     Ryan Lortie <desrt@desrt.ca>
 
126832
AuthorDate: Mon Apr 19 10:18:44 2010 -0400
 
126833
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126834
CommitDate: Mon Apr 19 10:39:54 2010 -0400
111268
126835
 
111269
126836
    Whitespace fixups
111270
126837
 
111272
126839
 1 file changed, 1 insertion(+), 1 deletion(-)
111273
126840
 
111274
126841
commit 33104067d485fdc7596df7da57d43ba123d64927
111275
 
Author: Ryan Lortie <desrt@desrt.ca>
111276
 
Date:   Mon Apr 19 10:17:31 2010 -0400
 
126842
Author:     Ryan Lortie <desrt@desrt.ca>
 
126843
AuthorDate: Mon Apr 19 10:17:31 2010 -0400
 
126844
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126845
CommitDate: Mon Apr 19 10:39:54 2010 -0400
111277
126846
 
111278
126847
    Fix logic error for missing options in reader
111279
126848
 
111281
126850
 1 file changed, 1 insertion(+), 1 deletion(-)
111282
126851
 
111283
126852
commit 3f354af402b466b194b313d280adaab07123d9e8
111284
 
Author: Matthias Clasen <mclasen@redhat.com>
111285
 
Date:   Mon Apr 19 10:34:42 2010 -0400
 
126853
Author:     Matthias Clasen <mclasen@redhat.com>
 
126854
AuthorDate: Mon Apr 19 10:34:42 2010 -0400
 
126855
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126856
CommitDate: Mon Apr 19 10:34:42 2010 -0400
111286
126857
 
111287
126858
    Handle int64 and double types correctly
111288
126859
 
111291
126862
 1 file changed, 122 insertions(+), 24 deletions(-)
111292
126863
 
111293
126864
commit a072c1fc293ab7b5e81fd5e5ea29b15941af17fe
111294
 
Author: Matthias Clasen <mclasen@redhat.com>
111295
 
Date:   Mon Apr 19 10:34:22 2010 -0400
 
126865
Author:     Matthias Clasen <mclasen@redhat.com>
 
126866
AuthorDate: Mon Apr 19 10:34:22 2010 -0400
 
126867
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126868
CommitDate: Mon Apr 19 10:34:22 2010 -0400
111296
126869
 
111297
126870
    Fix up some typos in the new tests
111298
126871
 
111300
126873
 1 file changed, 10 insertions(+), 4 deletions(-)
111301
126874
 
111302
126875
commit 2d9811ebdaee294ac9a1826db5be891b2b90d67f
111303
 
Author: Ryan Lortie <desrt@desrt.ca>
111304
 
Date:   Mon Apr 19 10:28:44 2010 -0400
 
126876
Author:     Ryan Lortie <desrt@desrt.ca>
 
126877
AuthorDate: Mon Apr 19 10:28:44 2010 -0400
 
126878
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126879
CommitDate: Mon Apr 19 10:28:44 2010 -0400
111305
126880
 
111306
126881
    Don't write out zero-byte sections in builder
111307
126882
 
111311
126886
 1 file changed, 3 insertions(+)
111312
126887
 
111313
126888
commit 6713b3dbaaabf9bbf196e6bc45d200b092239b59
111314
 
Author: Ryan Lortie <desrt@desrt.ca>
111315
 
Date:   Mon Apr 19 10:18:44 2010 -0400
 
126889
Author:     Ryan Lortie <desrt@desrt.ca>
 
126890
AuthorDate: Mon Apr 19 10:18:44 2010 -0400
 
126891
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126892
CommitDate: Mon Apr 19 10:18:44 2010 -0400
111316
126893
 
111317
126894
    Whitespace fixups
111318
126895
 
111320
126897
 1 file changed, 1 insertion(+), 1 deletion(-)
111321
126898
 
111322
126899
commit dc2b43b3e7bebe5c1fb9dedcb8630c4d45a99266
111323
 
Author: Ryan Lortie <desrt@desrt.ca>
111324
 
Date:   Mon Apr 19 10:17:31 2010 -0400
 
126900
Author:     Ryan Lortie <desrt@desrt.ca>
 
126901
AuthorDate: Mon Apr 19 10:17:31 2010 -0400
 
126902
Commit:     Ryan Lortie <desrt@desrt.ca>
 
126903
CommitDate: Mon Apr 19 10:17:31 2010 -0400
111325
126904
 
111326
126905
    Fix logic error for missing options in reader
111327
126906
 
111329
126908
 1 file changed, 1 insertion(+), 1 deletion(-)
111330
126909
 
111331
126910
commit 230038f684282372f2e9843a7c92273c916ffd49
111332
 
Author: Christian Persch <chpe@gnome.org>
111333
 
Date:   Mon Apr 19 10:00:03 2010 -0400
 
126911
Author:     Christian Persch <chpe@gnome.org>
 
126912
AuthorDate: Mon Apr 19 10:00:03 2010 -0400
 
126913
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126914
CommitDate: Mon Apr 19 10:00:03 2010 -0400
111334
126915
 
111335
126916
    Add testcase for g_settings_bind with [u]int64 properties
111336
126917
 
111347
126928
 2 files changed, 52 insertions(+), 4 deletions(-)
111348
126929
 
111349
126930
commit fac8b91eafb7658ced725265d5df20a5b784698b
111350
 
Author: Matthias Clasen <mclasen@redhat.com>
111351
 
Date:   Mon Apr 19 09:49:22 2010 -0400
 
126931
Author:     Matthias Clasen <mclasen@redhat.com>
 
126932
AuthorDate: Mon Apr 19 09:49:22 2010 -0400
 
126933
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126934
CommitDate: Mon Apr 19 09:49:22 2010 -0400
111352
126935
 
111353
126936
    Add gsettings-related variables
111354
126937
 
111356
126939
 1 file changed, 2 insertions(+)
111357
126940
 
111358
126941
commit dd98785e85b3f8f030b1fc6ebe1610ddf0bf971f
111359
 
Author: Christian Persch <chpe@gnome.org>
111360
 
Date:   Mon Apr 19 09:46:32 2010 -0400
 
126942
Author:     Christian Persch <chpe@gnome.org>
 
126943
AuthorDate: Mon Apr 19 09:46:32 2010 -0400
 
126944
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126945
CommitDate: Mon Apr 19 09:46:32 2010 -0400
111361
126946
 
111362
126947
    Rename shadowed variables
111363
126948
 
111367
126952
 1 file changed, 3 insertions(+), 3 deletions(-)
111368
126953
 
111369
126954
commit 69bd033e11f63d50f551754dc9e98906d28e3561
111370
 
Author: Matthias Clasen <mclasen@redhat.com>
111371
 
Date:   Mon Apr 19 09:30:22 2010 -0400
 
126955
Author:     Matthias Clasen <mclasen@redhat.com>
 
126956
AuthorDate: Mon Apr 19 09:30:22 2010 -0400
 
126957
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126958
CommitDate: Mon Apr 19 09:31:31 2010 -0400
111372
126959
 
111373
126960
    Call setlocale initially
111374
126961
 
111379
126966
 1 file changed, 2 insertions(+)
111380
126967
 
111381
126968
commit 4523b2b9cdb2fecdcfe197a73e645282d2d9b8ae
111382
 
Author: Tor Lillqvist <tml@iki.fi>
111383
 
Date:   Mon Apr 19 16:13:13 2010 +0300
 
126969
Author:     Tor Lillqvist <tml@iki.fi>
 
126970
AuthorDate: Mon Apr 19 16:13:13 2010 +0300
 
126971
Commit:     Tor Lillqvist <tml@iki.fi>
 
126972
CommitDate: Mon Apr 19 16:14:45 2010 +0300
111384
126973
 
111385
126974
    Bypass l10n tests for now on Windows
111386
126975
 
111388
126977
 1 file changed, 25 insertions(+)
111389
126978
 
111390
126979
commit 1064097504c180ad5ed8fd8ce80500da0aca9266
111391
 
Author: Matthias Clasen <mclasen@redhat.com>
111392
 
Date:   Mon Apr 19 08:54:01 2010 -0400
 
126980
Author:     Matthias Clasen <mclasen@redhat.com>
 
126981
AuthorDate: Mon Apr 19 08:54:01 2010 -0400
 
126982
Commit:     Matthias Clasen <mclasen@redhat.com>
 
126983
CommitDate: Mon Apr 19 08:57:19 2010 -0400
111393
126984
 
111394
126985
    Add a bit about autofoo for schemas
111395
126986
 
111400
126991
 1 file changed, 30 insertions(+), 7 deletions(-)
111401
126992
 
111402
126993
commit a96360ad68405304f60636f6048aa2bdf268066d
111403
 
Author: Tor Lillqvist <tml@iki.fi>
111404
 
Date:   Mon Apr 19 15:48:30 2010 +0300
 
126994
Author:     Tor Lillqvist <tml@iki.fi>
 
126995
AuthorDate: Mon Apr 19 15:48:30 2010 +0300
 
126996
Commit:     Tor Lillqvist <tml@iki.fi>
 
126997
CommitDate: Mon Apr 19 15:48:30 2010 +0300
111405
126998
 
111406
126999
    Avoid non-portable <glob.h> API
111407
127000
 
111414
127007
 3 files changed, 19 insertions(+), 27 deletions(-)
111415
127008
 
111416
127009
commit c279b5b999c4a8fea934184eb36d2a994dc07868
111417
 
Author: Matthias Clasen <mclasen@redhat.com>
111418
 
Date:   Mon Apr 19 08:04:57 2010 -0400
 
127010
Author:     Matthias Clasen <mclasen@redhat.com>
 
127011
AuthorDate: Mon Apr 19 08:04:57 2010 -0400
 
127012
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127013
CommitDate: Mon Apr 19 08:04:57 2010 -0400
111419
127014
 
111420
127015
    Add a schema convertion script
111421
127016
 
111424
127019
 1 file changed, 1064 insertions(+)
111425
127020
 
111426
127021
commit df8800e59a88c011ed84e7a05c6ddeb2a9b38921
111427
 
Author: Tor Lillqvist <tml@iki.fi>
111428
 
Date:   Mon Apr 19 12:25:22 2010 +0300
 
127022
Author:     Tor Lillqvist <tml@iki.fi>
 
127023
AuthorDate: Mon Apr 19 12:25:22 2010 +0300
 
127024
Commit:     Tor Lillqvist <tml@iki.fi>
 
127025
CommitDate: Mon Apr 19 12:28:44 2010 +0300
111429
127026
 
111430
127027
    Portability improvements
111431
127028
 
111445
127042
 2 files changed, 17 insertions(+), 8 deletions(-)
111446
127043
 
111447
127044
commit 9af8b8321146cddbe5bee09e972507f023e58ce0
111448
 
Author: Tor Lillqvist <tml@iki.fi>
111449
 
Date:   Mon Apr 19 11:32:05 2010 +0300
 
127045
Author:     Tor Lillqvist <tml@iki.fi>
 
127046
AuthorDate: Mon Apr 19 11:32:05 2010 +0300
 
127047
Commit:     Tor Lillqvist <tml@iki.fi>
 
127048
CommitDate: Mon Apr 19 11:54:56 2010 +0300
111450
127049
 
111451
127050
    Add GWin32InputStream and GWin32OutputStream classes
111452
127051
 
111481
127080
 15 files changed, 1265 insertions(+), 1 deletion(-)
111482
127081
 
111483
127082
commit 48cd4cbba5e580a30aef7b0073e647bcc7118c67
111484
 
Author: Matthias Clasen <mclasen@redhat.com>
111485
 
Date:   Sun Apr 18 23:53:31 2010 -0400
 
127083
Author:     Matthias Clasen <mclasen@redhat.com>
 
127084
AuthorDate: Sun Apr 18 23:53:31 2010 -0400
 
127085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127086
CommitDate: Sun Apr 18 23:53:31 2010 -0400
111486
127087
 
111487
127088
     Silence a warning
111488
127089
 
111493
127094
 1 file changed, 22 insertions(+), 19 deletions(-)
111494
127095
 
111495
127096
commit 32de7d6905d9e26b1de8e030cb275381fde00f03
111496
 
Author: Matthias Clasen <mclasen@redhat.com>
111497
 
Date:   Sun Apr 18 15:57:11 2010 -0400
 
127097
Author:     Matthias Clasen <mclasen@redhat.com>
 
127098
AuthorDate: Sun Apr 18 15:57:11 2010 -0400
 
127099
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127100
CommitDate: Sun Apr 18 15:57:11 2010 -0400
111498
127101
 
111499
127102
    Fix up docs for backend setup functions
111500
127103
 
111504
127107
 3 files changed, 8 insertions(+)
111505
127108
 
111506
127109
commit fd8cdb83e1b5a4b71aa84ca26a000e2fbd7a3d37
111507
 
Author: Matthias Clasen <mclasen@redhat.com>
111508
 
Date:   Sun Apr 18 15:55:14 2010 -0400
 
127110
Author:     Matthias Clasen <mclasen@redhat.com>
 
127111
AuthorDate: Sun Apr 18 15:55:14 2010 -0400
 
127112
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127113
CommitDate: Sun Apr 18 15:55:14 2010 -0400
111509
127114
 
111510
127115
    Refer to gio-querymodules in the extension point docs
111511
127116
 
111513
127118
 1 file changed, 7 insertions(+), 1 deletion(-)
111514
127119
 
111515
127120
commit b7afff0033a43c10012491ab44d2abd4b06bd039
111516
 
Author: Matthias Clasen <mclasen@redhat.com>
111517
 
Date:   Sun Apr 18 15:54:54 2010 -0400
 
127121
Author:     Matthias Clasen <mclasen@redhat.com>
 
127122
AuthorDate: Sun Apr 18 15:54:54 2010 -0400
 
127123
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127124
CommitDate: Sun Apr 18 15:54:54 2010 -0400
111518
127125
 
111519
127126
    Add a man page for gio-querymodules
111520
127127
 
111525
127132
 3 files changed, 41 insertions(+)
111526
127133
 
111527
127134
commit e0850b56e2eb13280aa692cb3275640470f59d0d
111528
 
Author: Matthias Clasen <mclasen@redhat.com>
111529
 
Date:   Sun Apr 18 15:37:55 2010 -0400
 
127135
Author:     Matthias Clasen <mclasen@redhat.com>
 
127136
AuthorDate: Sun Apr 18 15:37:55 2010 -0400
 
127137
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127138
CommitDate: Sun Apr 18 15:37:55 2010 -0400
111530
127139
 
111531
127140
    Correct filename extension in help output.
111532
127141
 
111534
127143
 1 file changed, 1 insertion(+), 1 deletion(-)
111535
127144
 
111536
127145
commit eaae8f6578b4d08146e5599f5b3022485bec629f
111537
 
Author: Matthias Clasen <mclasen@redhat.com>
111538
 
Date:   Sun Apr 18 15:35:22 2010 -0400
 
127146
Author:     Matthias Clasen <mclasen@redhat.com>
 
127147
AuthorDate: Sun Apr 18 15:35:22 2010 -0400
 
127148
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127149
CommitDate: Sun Apr 18 15:35:22 2010 -0400
111539
127150
 
111540
127151
    Whitespace fix
111541
127152
 
111543
127154
 1 file changed, 2 insertions(+), 3 deletions(-)
111544
127155
 
111545
127156
commit a6bd74a08d6f9e3fe930ddcb9e93bf19ae4e240a
111546
 
Author: Matthias Clasen <mclasen@redhat.com>
111547
 
Date:   Sun Apr 18 14:58:50 2010 -0400
 
127157
Author:     Matthias Clasen <mclasen@redhat.com>
 
127158
AuthorDate: Sun Apr 18 14:58:50 2010 -0400
 
127159
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127160
CommitDate: Sun Apr 18 14:58:50 2010 -0400
111548
127161
 
111549
127162
    Update the gschema-compile docs
111550
127163
 
111555
127168
 1 file changed, 17 insertions(+), 1 deletion(-)
111556
127169
 
111557
127170
commit 9023ac09345d9569d11bc55d66adcfaa92d8811a
111558
 
Author: David King <davidk@openismus.com>
111559
 
Date:   Fri Jul 17 23:06:03 2009 +0200
 
127171
Author:     David King <davidk@openismus.com>
 
127172
AuthorDate: Fri Jul 17 23:06:03 2009 +0200
 
127173
Commit:     Javier Jardón <jjardon@gnome.org>
 
127174
CommitDate: Sun Apr 18 20:21:10 2010 +0200
111560
127175
 
111561
127176
    [docs] Remove unused sgml template from GObject documentation
111562
127177
 
111569
127184
 1 file changed, 87 deletions(-)
111570
127185
 
111571
127186
commit 626d8ac9e1f806363160634502ff008a71d7f507
111572
 
Author: Matthias Clasen <mclasen@redhat.com>
111573
 
Date:   Sat Apr 17 21:31:30 2010 -0400
 
127187
Author:     Matthias Clasen <mclasen@redhat.com>
 
127188
AuthorDate: Sat Apr 17 21:31:30 2010 -0400
 
127189
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127190
CommitDate: Sat Apr 17 21:31:30 2010 -0400
111574
127191
 
111575
127192
    More distcheck fixes
111576
127193
 
111578
127195
 1 file changed, 1 insertion(+), 1 deletion(-)
111579
127196
 
111580
127197
commit 187883dc586c4b5545d4e58e8c8af176da690ef6
111581
 
Author: Matthias Clasen <mclasen@redhat.com>
111582
 
Date:   Sat Apr 17 21:19:45 2010 -0400
 
127198
Author:     Matthias Clasen <mclasen@redhat.com>
 
127199
AuthorDate: Sat Apr 17 21:19:45 2010 -0400
 
127200
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127201
CommitDate: Sat Apr 17 21:20:33 2010 -0400
111583
127202
 
111584
127203
    add a keyfile test
111585
127204
 
111588
127207
 2 files changed, 33 insertions(+), 1 deletion(-)
111589
127208
 
111590
127209
commit f07613997c345224df702076e793dabaada58ec3
111591
 
Author: Matthias Clasen <mclasen@redhat.com>
111592
 
Date:   Sat Apr 17 20:54:53 2010 -0400
 
127210
Author:     Matthias Clasen <mclasen@redhat.com>
 
127211
AuthorDate: Sat Apr 17 20:54:53 2010 -0400
 
127212
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127213
CommitDate: Sat Apr 17 20:54:53 2010 -0400
111593
127214
 
111594
127215
    More distcheck fix attempts
111595
127216
 
111597
127218
 1 file changed, 10 insertions(+), 8 deletions(-)
111598
127219
 
111599
127220
commit 87e68c75bc874c94f6152e069f904673243f4fb0
111600
 
Author: Matthias Clasen <mclasen@redhat.com>
111601
 
Date:   Sat Apr 17 20:13:59 2010 -0400
 
127221
Author:     Matthias Clasen <mclasen@redhat.com>
 
127222
AuthorDate: Sat Apr 17 20:13:59 2010 -0400
 
127223
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127224
CommitDate: Sat Apr 17 20:13:59 2010 -0400
111602
127225
 
111603
127226
    Distcheck fixes
111604
127227
 
111606
127229
 1 file changed, 5 insertions(+), 1 deletion(-)
111607
127230
 
111608
127231
commit 3db0f554e41496b07c82db96457b8df98947aa0e
111609
 
Author: Matthias Clasen <mclasen@redhat.com>
111610
 
Date:   Sat Apr 17 16:57:28 2010 -0400
 
127232
Author:     Matthias Clasen <mclasen@redhat.com>
 
127233
AuthorDate: Sat Apr 17 16:57:28 2010 -0400
 
127234
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127235
CommitDate: Sat Apr 17 16:57:28 2010 -0400
111611
127236
 
111612
127237
    Some build fixes
111613
127238
 
111616
127241
 2 files changed, 3 insertions(+), 2 deletions(-)
111617
127242
 
111618
127243
commit 137cee425f4b5b29ac47ce433e02f6f2734eca47
111619
 
Author: Matthias Clasen <mclasen@redhat.com>
111620
 
Date:   Sat Apr 17 16:48:10 2010 -0400
 
127244
Author:     Matthias Clasen <mclasen@redhat.com>
 
127245
AuthorDate: Sat Apr 17 16:48:10 2010 -0400
 
127246
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127247
CommitDate: Sat Apr 17 16:48:10 2010 -0400
111621
127248
 
111622
127249
    Correct the sense of an assertion
111623
127250
 
111625
127252
 1 file changed, 1 insertion(+), 1 deletion(-)
111626
127253
 
111627
127254
commit d2b837df5d230f6658bafe3bd980f87c590f2b78
111628
 
Author: Matthias Clasen <mclasen@redhat.com>
111629
 
Date:   Sat Apr 17 16:13:22 2010 -0400
 
127255
Author:     Matthias Clasen <mclasen@redhat.com>
 
127256
AuthorDate: Sat Apr 17 16:13:22 2010 -0400
 
127257
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127258
CommitDate: Sat Apr 17 16:13:22 2010 -0400
111630
127259
 
111631
127260
    Document the tests
111632
127261
 
111637
127266
 1 file changed, 72 insertions(+), 1 deletion(-)
111638
127267
 
111639
127268
commit 118ae129bc24597d937f30998e643ba83db908f4
111640
 
Author: Ryan Lortie <desrt@desrt.ca>
111641
 
Date:   Sat Apr 17 11:58:52 2010 -0400
 
127269
Author:     Ryan Lortie <desrt@desrt.ca>
 
127270
AuthorDate: Sat Apr 17 11:58:52 2010 -0400
 
127271
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127272
CommitDate: Sat Apr 17 11:58:52 2010 -0400
111642
127273
 
111643
127274
    GDelayedSettingsBackend: another mandatory fixup
111644
127275
 
111649
127280
 1 file changed, 26 insertions(+), 11 deletions(-)
111650
127281
 
111651
127282
commit e06e441ac23f3752f252e86e1d930678de53c778
111652
 
Author: Ryan Lortie <desrt@desrt.ca>
111653
 
Date:   Sat Apr 17 11:39:04 2010 -0400
 
127283
Author:     Ryan Lortie <desrt@desrt.ca>
 
127284
AuthorDate: Sat Apr 17 11:39:04 2010 -0400
 
127285
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127286
CommitDate: Sat Apr 17 11:49:22 2010 -0400
111654
127287
 
111655
127288
    GSettings delayed: fix handling of mandatory keys
111656
127289
 
111665
127298
 1 file changed, 53 insertions(+), 8 deletions(-)
111666
127299
 
111667
127300
commit eaaa4d14aa8166b72b4dd7b703b1cca143d725cc
111668
 
Author: Ryan Lortie <desrt@desrt.ca>
111669
 
Date:   Sat Apr 17 10:26:10 2010 -0400
 
127301
Author:     Ryan Lortie <desrt@desrt.ca>
 
127302
AuthorDate: Sat Apr 17 10:26:10 2010 -0400
 
127303
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127304
CommitDate: Sat Apr 17 10:26:51 2010 -0400
111670
127305
 
111671
127306
    add backend setup APIs
111672
127307
 
111678
127313
 4 files changed, 114 insertions(+), 58 deletions(-)
111679
127314
 
111680
127315
commit 21f064486c0bf7e338acebcc90b3f21aa57ee7b9
111681
 
Author: Matthias Clasen <mclasen@redhat.com>
111682
 
Date:   Sat Apr 17 01:55:55 2010 -0400
 
127316
Author:     Matthias Clasen <mclasen@redhat.com>
 
127317
AuthorDate: Sat Apr 17 01:55:55 2010 -0400
 
127318
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127319
CommitDate: Sat Apr 17 01:55:55 2010 -0400
111683
127320
 
111684
127321
    Updates
111685
127322
 
111687
127324
 1 file changed, 19 insertions(+)
111688
127325
 
111689
127326
commit c8a7bb6ccd6e56623e549676f826c7a714093cf6
111690
 
Author: Matthias Clasen <mclasen@redhat.com>
111691
 
Date:   Sat Apr 17 01:43:58 2010 -0400
 
127327
Author:     Matthias Clasen <mclasen@redhat.com>
 
127328
AuthorDate: Sat Apr 17 01:43:58 2010 -0400
 
127329
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127330
CommitDate: Sat Apr 17 01:48:05 2010 -0400
111692
127331
 
111693
127332
    Merge GSettings tests
111694
127333
 
111701
127340
 5 files changed, 1079 insertions(+), 2 deletions(-)
111702
127341
 
111703
127342
commit 265ca3db9d3fa74ec0035ab70db2b907fade6d26
111704
 
Author: Ryan Lortie <desrt@desrt.ca>
111705
 
Date:   Sat Apr 17 01:27:00 2010 -0400
 
127343
Author:     Ryan Lortie <desrt@desrt.ca>
 
127344
AuthorDate: Sat Apr 17 01:27:00 2010 -0400
 
127345
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127346
CommitDate: Sat Apr 17 01:27:00 2010 -0400
111706
127347
 
111707
127348
    let binding functions return a floating GVariant
111708
127349
 
111710
127351
 1 file changed, 1 insertion(+), 1 deletion(-)
111711
127352
 
111712
127353
commit c8e264b6d0e258241420800978745ca6dcd95137
111713
 
Author: Ryan Lortie <desrt@desrt.ca>
111714
 
Date:   Sat Apr 17 01:02:57 2010 -0400
 
127354
Author:     Ryan Lortie <desrt@desrt.ca>
 
127355
AuthorDate: Sat Apr 17 01:02:57 2010 -0400
 
127356
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127357
CommitDate: Sat Apr 17 01:26:34 2010 -0400
111715
127358
 
111716
127359
    add GMemorySettingsBackend
111717
127360
 
111723
127366
 4 files changed, 181 insertions(+)
111724
127367
 
111725
127368
commit 77ab3c28b9ea692476695243b91931cb3c01b24e
111726
 
Author: Ryan Lortie <desrt@desrt.ca>
111727
 
Date:   Sat Apr 17 01:02:05 2010 -0400
 
127369
Author:     Ryan Lortie <desrt@desrt.ca>
 
127370
AuthorDate: Sat Apr 17 01:02:05 2010 -0400
 
127371
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127372
CommitDate: Sat Apr 17 01:02:05 2010 -0400
111728
127373
 
111729
127374
    add pltcheck.sh exception for GChecksum
111730
127375
 
111732
127377
 1 file changed, 1 insertion(+), 1 deletion(-)
111733
127378
 
111734
127379
commit 79bc511d95650231fad8b4a3184ab55dbcc327ff
111735
 
Author: Ryan Lortie <desrt@desrt.ca>
111736
 
Date:   Sat Apr 17 00:03:48 2010 -0400
 
127380
Author:     Ryan Lortie <desrt@desrt.ca>
 
127381
AuthorDate: Sat Apr 17 00:03:48 2010 -0400
 
127382
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127383
CommitDate: Sat Apr 17 00:40:09 2010 -0400
111737
127384
 
111738
127385
    XML schemas are now *.gschema.xml
111739
127386
 
111741
127388
 1 file changed, 1 insertion(+), 1 deletion(-)
111742
127389
 
111743
127390
commit 0d7fbae04c616fcce2dec57787b1f0266763735e
111744
 
Author: Matthias Clasen <mclasen@redhat.com>
111745
 
Date:   Sat Apr 17 00:36:14 2010 -0400
 
127391
Author:     Matthias Clasen <mclasen@redhat.com>
 
127392
AuthorDate: Sat Apr 17 00:36:14 2010 -0400
 
127393
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127394
CommitDate: Sat Apr 17 00:36:14 2010 -0400
111746
127395
 
111747
127396
    Remove garbage
111748
127397
 
111751
127400
 1 file changed, 100 deletions(-)
111752
127401
 
111753
127402
commit bd273f9e09b42969eacbf3fc62a5dee187d96346
111754
 
Author: Matthias Clasen <mclasen@redhat.com>
111755
 
Date:   Sat Apr 17 00:31:41 2010 -0400
 
127403
Author:     Matthias Clasen <mclasen@redhat.com>
 
127404
AuthorDate: Sat Apr 17 00:31:41 2010 -0400
 
127405
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127406
CommitDate: Sat Apr 17 00:31:41 2010 -0400
111756
127407
 
111757
127408
    Merge the GSettings docs
111758
127409
 
111768
127419
 8 files changed, 691 insertions(+), 78 deletions(-)
111769
127420
 
111770
127421
commit 16637a16873124cd2837502c662c89834786cea5
111771
 
Author: Matthias Clasen <mclasen@redhat.com>
111772
 
Date:   Sat Apr 17 00:16:01 2010 -0400
 
127422
Author:     Matthias Clasen <mclasen@redhat.com>
 
127423
AuthorDate: Sat Apr 17 00:16:01 2010 -0400
 
127424
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127425
CommitDate: Sat Apr 17 00:16:01 2010 -0400
111773
127426
 
111774
127427
    Document G_SETTINGS_BIND_GET_NO_CHANGES
111775
127428
 
111777
127430
 1 file changed, 5 insertions(+), 3 deletions(-)
111778
127431
 
111779
127432
commit a2716ad02085b7d5d19732c187a8b89debf4fc8f
111780
 
Author: Matthias Clasen <mclasen@redhat.com>
111781
 
Date:   Fri Apr 16 23:57:26 2010 -0400
 
127433
Author:     Matthias Clasen <mclasen@redhat.com>
 
127434
AuthorDate: Fri Apr 16 23:57:26 2010 -0400
 
127435
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127436
CommitDate: Fri Apr 16 23:57:26 2010 -0400
111782
127437
 
111783
127438
    Merge the keyfile settings backend.
111784
127439
 
111789
127444
 3 files changed, 626 insertions(+)
111790
127445
 
111791
127446
commit a187634b29b87c25ea0525d01ee2deffea0fb719
111792
 
Author: Ryan Lortie <desrt@desrt.ca>
111793
 
Date:   Fri Apr 16 23:17:01 2010 -0400
 
127447
Author:     Ryan Lortie <desrt@desrt.ca>
 
127448
AuthorDate: Fri Apr 16 23:17:01 2010 -0400
 
127449
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127450
CommitDate: Fri Apr 16 23:23:40 2010 -0400
111794
127451
 
111795
127452
    merge GSettings
111796
127453
 
111807
127464
 9 files changed, 2379 insertions(+), 14 deletions(-)
111808
127465
 
111809
127466
commit 43a72ce1bea72a581faf34a505004cac941690c3
111810
 
Author: Ryan Lortie <desrt@desrt.ca>
111811
 
Date:   Fri Apr 16 23:20:48 2010 -0400
 
127467
Author:     Ryan Lortie <desrt@desrt.ca>
 
127468
AuthorDate: Fri Apr 16 23:20:48 2010 -0400
 
127469
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127470
CommitDate: Fri Apr 16 23:21:08 2010 -0400
111812
127471
 
111813
127472
    GSettingsSchema: add call to get list of keys
111814
127473
 
111817
127476
 2 files changed, 35 insertions(+)
111818
127477
 
111819
127478
commit 61a5692fa15156ea33f8353e62c0357c46c22f77
111820
 
Author: Matthias Clasen <mclasen@redhat.com>
111821
 
Date:   Fri Apr 16 20:43:53 2010 -0400
 
127479
Author:     Matthias Clasen <mclasen@redhat.com>
 
127480
AuthorDate: Fri Apr 16 20:43:53 2010 -0400
 
127481
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127482
CommitDate: Fri Apr 16 20:43:53 2010 -0400
111822
127483
 
111823
127484
    Man page tweaks
111824
127485
 
111831
127492
 3 files changed, 11 insertions(+), 4 deletions(-)
111832
127493
 
111833
127494
commit 51d40405de0df498e003ffd24399e11cf63f0ef9
111834
 
Author: Matthias Clasen <mclasen@redhat.com>
111835
 
Date:   Fri Apr 16 20:40:02 2010 -0400
 
127495
Author:     Matthias Clasen <mclasen@redhat.com>
 
127496
AuthorDate: Fri Apr 16 20:40:02 2010 -0400
 
127497
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127498
CommitDate: Fri Apr 16 20:40:02 2010 -0400
111836
127499
 
111837
127500
    Man page tweaks
111838
127501
 
111842
127505
 3 files changed, 13 insertions(+), 4 deletions(-)
111843
127506
 
111844
127507
commit a922596e549eb26fac6119457bc019c851f69148
111845
 
Author: Matthias Clasen <mclasen@redhat.com>
111846
 
Date:   Fri Apr 16 19:30:58 2010 -0400
 
127508
Author:     Matthias Clasen <mclasen@redhat.com>
 
127509
AuthorDate: Fri Apr 16 19:30:58 2010 -0400
 
127510
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127511
CommitDate: Fri Apr 16 19:30:58 2010 -0400
111847
127512
 
111848
127513
    Some doc tweaks
111849
127514
 
111851
127516
 1 file changed, 3 insertions(+), 4 deletions(-)
111852
127517
 
111853
127518
commit 4c90d4cd45768be45c1dcea74703bfda00849ef4
111854
 
Author: Matthias Clasen <mclasen@redhat.com>
111855
 
Date:   Fri Apr 16 19:13:51 2010 -0400
 
127519
Author:     Matthias Clasen <mclasen@redhat.com>
 
127520
AuthorDate: Fri Apr 16 19:13:51 2010 -0400
 
127521
Commit:     Matthias Clasen <mclasen@redhat.com>
 
127522
CommitDate: Fri Apr 16 19:13:51 2010 -0400
111856
127523
 
111857
127524
    Add indices for 2.26 api additions
111858
127525
 
111861
127528
 2 files changed, 8 insertions(+)
111862
127529
 
111863
127530
commit ac5c1e2db6203cf3fa78233886529711c6282ea2
111864
 
Author: Ryan Lortie <desrt@desrt.ca>
111865
 
Date:   Fri Apr 16 14:30:12 2010 -0400
 
127531
Author:     Ryan Lortie <desrt@desrt.ca>
 
127532
AuthorDate: Fri Apr 16 14:30:12 2010 -0400
 
127533
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127534
CommitDate: Fri Apr 16 14:30:12 2010 -0400
111866
127535
 
111867
127536
    set version to 2.25.0
111868
127537
 
111870
127539
 1 file changed, 2 insertions(+), 2 deletions(-)
111871
127540
 
111872
127541
commit d4a4a4ccdb30456ba2486f8b2196cfbcb30bd312
111873
 
Author: Ryan Lortie <desrt@desrt.ca>
111874
 
Date:   Fri Apr 16 12:02:44 2010 -0400
 
127542
Author:     Ryan Lortie <desrt@desrt.ca>
 
127543
AuthorDate: Fri Apr 16 12:02:44 2010 -0400
 
127544
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127545
CommitDate: Fri Apr 16 12:02:44 2010 -0400
111875
127546
 
111876
127547
    GSettings: import delayed backend to master
111877
127548
 
111882
127553
 3 files changed, 392 insertions(+)
111883
127554
 
111884
127555
commit 04c1eadfff5b382f4f54877d62b4703b6f1620f4
111885
 
Author: Ryan Lortie <desrt@desrt.ca>
111886
 
Date:   Fri Apr 16 12:02:29 2010 -0400
 
127556
Author:     Ryan Lortie <desrt@desrt.ca>
 
127557
AuthorDate: Fri Apr 16 12:02:29 2010 -0400
 
127558
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127559
CommitDate: Fri Apr 16 12:02:29 2010 -0400
111887
127560
 
111888
127561
    GSettings: more PLT/visibility fixups
111889
127562
 
111894
127567
 4 files changed, 10 insertions(+), 6 deletions(-)
111895
127568
 
111896
127569
commit 149224664f639efaf5cc2a928ed9ffb525ec8591
111897
 
Author: Ryan Lortie <desrt@desrt.ca>
111898
 
Date:   Fri Apr 16 11:58:04 2010 -0400
 
127570
Author:     Ryan Lortie <desrt@desrt.ca>
 
127571
AuthorDate: Fri Apr 16 11:58:04 2010 -0400
 
127572
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127573
CommitDate: Fri Apr 16 12:01:56 2010 -0400
111899
127574
 
111900
127575
    gio.symbols: remove pointless whitespace
111901
127576
 
111903
127578
 1 file changed, 2 deletions(-)
111904
127579
 
111905
127580
commit 2474ebf15eccb9fd8513a7dc40789d3a7f0bbb9c
111906
 
Author: Ryan Lortie <desrt@desrt.ca>
111907
 
Date:   Fri Apr 16 12:01:40 2010 -0400
 
127581
Author:     Ryan Lortie <desrt@desrt.ca>
 
127582
AuthorDate: Fri Apr 16 12:01:40 2010 -0400
 
127583
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127584
CommitDate: Fri Apr 16 12:01:56 2010 -0400
111908
127585
 
111909
127586
    GSettingsBackend: fix type in g_return_val_if_fail
111910
127587
 
111913
127590
 
111914
127591
commit 69801f8dc84c0c9403df6802eccc5d03328cd3ae
111915
127592
Merge: 897bd9f caad55d
111916
 
Author: Ryan Lortie <desrt@desrt.ca>
111917
 
Date:   Fri Apr 16 11:05:22 2010 -0400
 
127593
Author:     Ryan Lortie <desrt@desrt.ca>
 
127594
AuthorDate: Fri Apr 16 11:05:22 2010 -0400
 
127595
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127596
CommitDate: Fri Apr 16 11:05:22 2010 -0400
111918
127597
 
111919
127598
    Merge remote branch 'gvdb/master'
111920
127599
 
111921
127600
commit caad55d7266c2658f823ea734c4381f19b4c5827
111922
 
Author: Ryan Lortie <desrt@desrt.ca>
111923
 
Date:   Fri Apr 16 11:04:15 2010 -0400
 
127601
Author:     Ryan Lortie <desrt@desrt.ca>
 
127602
AuthorDate: Fri Apr 16 11:04:15 2010 -0400
 
127603
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127604
CommitDate: Fri Apr 16 11:04:15 2010 -0400
111924
127605
 
111925
127606
    Fix uninitialised header in the builder.
111926
127607
 
111928
127609
 1 file changed, 1 insertion(+), 1 deletion(-)
111929
127610
 
111930
127611
commit 897bd9f3843aabcf9c0d4367c341b04d964bcf0c
111931
 
Author: Ryan Lortie <desrt@desrt.ca>
111932
 
Date:   Thu Apr 15 23:35:49 2010 -0400
 
127612
Author:     Ryan Lortie <desrt@desrt.ca>
 
127613
AuthorDate: Thu Apr 15 23:35:49 2010 -0400
 
127614
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127615
CommitDate: Thu Apr 15 23:35:49 2010 -0400
111933
127616
 
111934
127617
    GSettings: merge the schema compiler
111935
127618
 
111940
127623
 3 files changed, 553 insertions(+), 1 deletion(-)
111941
127624
 
111942
127625
commit 2bc81577350ad479c6e261b998269bcbde489b5d
111943
 
Author: Ryan Lortie <desrt@desrt.ca>
111944
 
Date:   Thu Apr 15 22:30:11 2010 -0400
 
127626
Author:     Ryan Lortie <desrt@desrt.ca>
 
127627
AuthorDate: Thu Apr 15 22:30:11 2010 -0400
 
127628
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127629
CommitDate: Thu Apr 15 22:30:11 2010 -0400
111945
127630
 
111946
127631
    merge GSettingsSchema
111947
127632
 
111953
127638
 
111954
127639
commit 45a1c41e8cfdeb4edeb7a671b95e599a49c6c281
111955
127640
Merge: defd75f 3c10369
111956
 
Author: Ryan Lortie <desrt@desrt.ca>
111957
 
Date:   Thu Apr 15 22:14:18 2010 -0400
 
127641
Author:     Ryan Lortie <desrt@desrt.ca>
 
127642
AuthorDate: Thu Apr 15 22:14:18 2010 -0400
 
127643
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127644
CommitDate: Thu Apr 15 22:14:39 2010 -0400
111958
127645
 
111959
127646
    Merge remote branch 'gvdb/master'
111960
127647
 
111961
127648
commit 3c10369bf6df1bad9d25a83b48d6256e5c8ce8f6
111962
 
Author: Ryan Lortie <desrt@desrt.ca>
111963
 
Date:   Thu Apr 15 22:09:42 2010 -0400
 
127649
Author:     Ryan Lortie <desrt@desrt.ca>
 
127650
AuthorDate: Thu Apr 15 22:09:42 2010 -0400
 
127651
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127652
CommitDate: Thu Apr 15 22:12:45 2010 -0400
111964
127653
 
111965
127654
    Recommend git-merge(1) over git-submodule(1).
111966
127655
 
111968
127657
 1 file changed, 1 insertion(+), 1 deletion(-)
111969
127658
 
111970
127659
commit 3938c735470a3164f1cf21d9e30652d46323b9a9
111971
 
Author: Ryan Lortie <desrt@desrt.ca>
111972
 
Date:   Thu Apr 15 21:32:54 2010 -0400
 
127660
Author:     Ryan Lortie <desrt@desrt.ca>
 
127661
AuthorDate: Thu Apr 15 21:32:54 2010 -0400
 
127662
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127663
CommitDate: Thu Apr 15 21:32:54 2010 -0400
111973
127664
 
111974
127665
    Add a brief description to the .doap
111975
127666
 
111977
127668
 1 file changed, 13 insertions(+)
111978
127669
 
111979
127670
commit 0fec2048f0b0296fad7a2c7e5db5011d2ecdd323
111980
 
Author: Ryan Lortie <desrt@desrt.ca>
111981
 
Date:   Thu Apr 15 21:26:34 2010 -0400
 
127671
Author:     Ryan Lortie <desrt@desrt.ca>
 
127672
AuthorDate: Thu Apr 15 21:26:34 2010 -0400
 
127673
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127674
CommitDate: Thu Apr 15 21:26:34 2010 -0400
111982
127675
 
111983
127676
    Initial commit
111984
127677
 
111993
127686
 6 files changed, 1272 insertions(+)
111994
127687
 
111995
127688
commit defd75fbc53511e27d178373ba6caa226c1ab3cf
111996
 
Author: Ryan Lortie <desrt@desrt.ca>
111997
 
Date:   Thu Apr 15 18:30:06 2010 -0400
 
127689
Author:     Ryan Lortie <desrt@desrt.ca>
 
127690
AuthorDate: Thu Apr 15 18:30:06 2010 -0400
 
127691
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127692
CommitDate: Thu Apr 15 18:30:06 2010 -0400
111998
127693
 
111999
127694
    GSettingsBackend: fix NULL vs "" context issues
112000
127695
 
112002
127697
 1 file changed, 4 insertions(+), 2 deletions(-)
112003
127698
 
112004
127699
commit 3e36ee34269273df6a8d56fee7e7ee10eb913379
112005
 
Author: Ryan Lortie <desrt@desrt.ca>
112006
 
Date:   Thu Apr 15 18:22:14 2010 -0400
 
127700
Author:     Ryan Lortie <desrt@desrt.ca>
 
127701
AuthorDate: Thu Apr 15 18:22:14 2010 -0400
 
127702
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127703
CommitDate: Thu Apr 15 18:22:14 2010 -0400
112007
127704
 
112008
127705
    add 'null' GSettings backend
112009
127706
 
112014
127711
 3 files changed, 139 insertions(+)
112015
127712
 
112016
127713
commit c2675af4d7d54676745d2c36821ce085cce12111
112017
 
Author: Ryan Lortie <desrt@desrt.ca>
112018
 
Date:   Thu Apr 15 18:21:49 2010 -0400
 
127714
Author:     Ryan Lortie <desrt@desrt.ca>
 
127715
AuthorDate: Thu Apr 15 18:21:49 2010 -0400
 
127716
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127717
CommitDate: Thu Apr 15 18:22:04 2010 -0400
112019
127718
 
112020
127719
    GSettings: Modify backend API
112021
127720
 
112026
127725
 3 files changed, 50 insertions(+), 29 deletions(-)
112027
127726
 
112028
127727
commit 18ba085d0ad28e7edbe575addacbaa2bb13d9f1c
112029
 
Author: Ryan Lortie <desrt@desrt.ca>
112030
 
Date:   Thu Apr 15 14:59:41 2010 -0400
 
127728
Author:     Ryan Lortie <desrt@desrt.ca>
 
127729
AuthorDate: Thu Apr 15 14:59:41 2010 -0400
 
127730
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127731
CommitDate: Thu Apr 15 14:59:41 2010 -0400
112031
127732
 
112032
127733
    merge GSettingsBackend
112033
127734
 
112042
127743
 7 files changed, 1124 insertions(+), 1 deletion(-)
112043
127744
 
112044
127745
commit 8d6492ed153fa30b9edaa839a2d93f2651e7aa46
112045
 
Author: Ryan Lortie <desrt@desrt.ca>
112046
 
Date:   Thu Apr 15 14:44:59 2010 -0400
 
127746
Author:     Ryan Lortie <desrt@desrt.ca>
 
127747
AuthorDate: Thu Apr 15 14:44:59 2010 -0400
 
127748
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127749
CommitDate: Thu Apr 15 14:44:59 2010 -0400
112047
127750
 
112048
127751
    Remove accidental checkins
112049
127752
 
112056
127759
 3 files changed, 228 deletions(-)
112057
127760
 
112058
127761
commit bf2719c815d719d1899b4bdb1b81ff6798471094
112059
 
Author: Lars Ellenberg <lars.ellenberg@linbit.com>
112060
 
Date:   Thu Apr 15 19:03:05 2010 +0200
 
127762
Author:     Lars Ellenberg <lars.ellenberg@linbit.com>
 
127763
AuthorDate: Thu Apr 15 19:03:05 2010 +0200
 
127764
Commit:     Benjamin Otte <otte@redhat.com>
 
127765
CommitDate: Thu Apr 15 19:03:05 2010 +0200
112061
127766
 
112062
127767
    Cast to volatile to avoid warnings from -Wcast-qual
112063
127768
 
112067
127772
 1 file changed, 4 insertions(+), 4 deletions(-)
112068
127773
 
112069
127774
commit 056326c1e96db2c2101fa320062e0c9146f0d73f
112070
 
Author: Ryan Lortie <desrt@desrt.ca>
112071
 
Date:   Thu Apr 15 10:11:30 2010 -0400
 
127775
Author:     Ryan Lortie <desrt@desrt.ca>
 
127776
AuthorDate: Thu Apr 15 10:11:30 2010 -0400
 
127777
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127778
CommitDate: Thu Apr 15 10:11:30 2010 -0400
112072
127779
 
112073
127780
    g_string_append_len() accept NULL with length == 0
112074
127781
 
112076
127783
 1 file changed, 1 insertion(+), 1 deletion(-)
112077
127784
 
112078
127785
commit 066df8d867f78ac40368c0d37f20fae400fc03b3
112079
 
Author: Sweta Kothari <swkothar@redhat.com>
112080
 
Date:   Thu Apr 15 16:43:36 2010 +0530
 
127786
Author:     Sweta Kothari <swkothar@redhat.com>
 
127787
AuthorDate: Thu Apr 15 16:43:36 2010 +0530
 
127788
Commit:     Sweta Kothari <swkothar@redhat.com>
 
127789
CommitDate: Thu Apr 15 16:43:36 2010 +0530
112081
127790
 
112082
127791
    Updated gujarati translations
112083
127792
 
112086
127795
 1 file changed, 513 insertions(+), 546 deletions(-)
112087
127796
 
112088
127797
commit ddc6136e1f8f64c97744c4b725cad8cbac5ef8a3
112089
 
Author: Sandeep Shedmake <sshedmak@redhat.com>
112090
 
Date:   Thu Apr 15 15:47:39 2010 +0530
 
127798
Author:     Sandeep Shedmake <sshedmak@redhat.com>
 
127799
AuthorDate: Thu Apr 15 15:47:39 2010 +0530
 
127800
Commit:     Sandeep Shedmake <sshedmak@redhat.com>
 
127801
CommitDate: Thu Apr 15 15:47:39 2010 +0530
112091
127802
 
112092
127803
    Updated Marathi Translations
112093
127804
 
112096
127807
 1 file changed, 514 insertions(+), 547 deletions(-)
112097
127808
 
112098
127809
commit d17f4bee175cd9149d5f2b1ed1ae6d262d6a1394
112099
 
Author: Ryan Lortie <desrt@desrt.ca>
112100
 
Date:   Wed Apr 14 23:35:56 2010 -0400
 
127810
Author:     Ryan Lortie <desrt@desrt.ca>
 
127811
AuthorDate: Wed Apr 14 23:35:56 2010 -0400
 
127812
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127813
CommitDate: Wed Apr 14 23:36:23 2010 -0400
112101
127814
 
112102
127815
    GVariant: fix for g_variant_iter_loop()
112103
127816
 
112105
127818
 1 file changed, 9 insertions(+), 5 deletions(-)
112106
127819
 
112107
127820
commit 3349bab02259bc66dbc128ce088ec6415d3e30f0
112108
 
Author: Ryan Lortie <desrt@desrt.ca>
112109
 
Date:   Sat Apr 10 22:01:02 2010 -0400
 
127821
Author:     Ryan Lortie <desrt@desrt.ca>
 
127822
AuthorDate: Sat Apr 10 22:01:02 2010 -0400
 
127823
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127824
CommitDate: Sat Apr 10 22:01:02 2010 -0400
112110
127825
 
112111
127826
    Add g_return_if_fail()s to g_variant_new_from_data()
112112
127827
 
112116
127831
 1 file changed, 4 insertions(+), 1 deletion(-)
112117
127832
 
112118
127833
commit a3dc7f8006e24a14a314ffbffa564d3d76f9cc95
112119
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
112120
 
Date:   Tue Apr 6 14:53:20 2010 +0700
 
127834
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
127835
AuthorDate: Tue Apr 6 14:53:20 2010 +0700
 
127836
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
127837
CommitDate: Tue Apr 6 14:53:20 2010 +0700
112121
127838
 
112122
127839
    Updated Thai translation.
112123
127840
 
112125
127842
 1 file changed, 4 insertions(+), 5 deletions(-)
112126
127843
 
112127
127844
commit 34b9e9bdd24c8a19c235af58a7c90707fc179f87
112128
 
Author: Jordi Serratosa <jordis.lists@gmail.com>
112129
 
Date:   Fri Apr 2 14:03:16 2010 +0200
 
127845
Author:     Jordi Serratosa <jordis.lists@gmail.com>
 
127846
AuthorDate: Fri Apr 2 14:03:16 2010 +0200
 
127847
Commit:     Gil Forcada <gforcada@gnome.org>
 
127848
CommitDate: Fri Apr 2 14:03:16 2010 +0200
112130
127849
 
112131
127850
    Fixes to Catalan translation
112132
127851
 
112135
127854
 1 file changed, 482 insertions(+), 476 deletions(-)
112136
127855
 
112137
127856
commit 93ea4ab6106327e2f417df1d9b00a5ec597e4a48
112138
 
Author: Behdad Esfahbod <behdad@behdad.org>
112139
 
Date:   Wed Mar 31 10:50:08 2010 -0400
 
127857
Author:     Behdad Esfahbod <behdad@behdad.org>
 
127858
AuthorDate: Wed Mar 31 10:50:08 2010 -0400
 
127859
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
127860
CommitDate: Wed Mar 31 10:55:00 2010 -0400
112140
127861
 
112141
127862
    Improve docs
112142
127863
 
112145
127866
 2 files changed, 2 insertions(+), 2 deletions(-)
112146
127867
 
112147
127868
commit f8470ed55ad3bf29cdc8c151b76c4f14b6be928a
112148
 
Author: Tor Lillqvist <tml@iki.fi>
112149
 
Date:   Tue Mar 30 20:46:46 2010 +0300
 
127869
Author:     Tor Lillqvist <tml@iki.fi>
 
127870
AuthorDate: Tue Mar 30 20:46:46 2010 +0300
 
127871
Commit:     Tor Lillqvist <tml@iki.fi>
 
127872
CommitDate: Tue Mar 30 20:46:46 2010 +0300
112150
127873
 
112151
127874
    Fix build breakage on Unix
112152
127875
 
112154
127877
 1 file changed, 25 insertions(+), 25 deletions(-)
112155
127878
 
112156
127879
commit 1229281d95802c4c190284c7d331f67194a2553e
112157
 
Author: Tor Lillqvist <tml@iki.fi>
112158
 
Date:   Sun Mar 21 20:04:18 2010 +0200
 
127880
Author:     Tor Lillqvist <tml@iki.fi>
 
127881
AuthorDate: Sun Mar 21 20:04:18 2010 +0200
 
127882
Commit:     Tor Lillqvist <tml@iki.fi>
 
127883
CommitDate: Tue Mar 30 19:22:39 2010 +0300
112159
127884
 
112160
127885
    Define a public documented type for the struct stat used by g_stat()
112161
127886
 
112180
127905
 5 files changed, 42 insertions(+), 64 deletions(-)
112181
127906
 
112182
127907
commit e7763678b56e3be073cc55d707a6e92fc2055ee0
112183
 
Author: Benjamin Otte <otte@redhat.com>
112184
 
Date:   Fri Mar 26 20:37:09 2010 +0100
 
127908
Author:     Benjamin Otte <otte@redhat.com>
 
127909
AuthorDate: Fri Mar 26 20:37:09 2010 +0100
 
127910
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127911
CommitDate: Mon Mar 29 12:57:35 2010 -0500
112185
127912
 
112186
127913
    Fix race in g_cancellable_cancel()
112187
127914
 
112193
127920
 1 file changed, 5 insertions(+)
112194
127921
 
112195
127922
commit 5527a2ac2ce2b5bea10867fb2e39d2f1914cfbe6
112196
 
Author: Benjamin Otte <otte@redhat.com>
112197
 
Date:   Fri Mar 26 20:36:10 2010 +0100
 
127923
Author:     Benjamin Otte <otte@redhat.com>
 
127924
AuthorDate: Fri Mar 26 20:36:10 2010 +0100
 
127925
Commit:     Ryan Lortie <desrt@desrt.ca>
 
127926
CommitDate: Mon Mar 29 12:57:35 2010 -0500
112198
127927
 
112199
127928
    Remove unneccessary variable from g_cancellable_cancel()
112200
127929
 
112204
127933
 1 file changed, 10 insertions(+), 15 deletions(-)
112205
127934
 
112206
127935
commit c3f1025c33ab295eedcf41beeea276171ae2dc27
112207
 
Author: Javier Jardón <jjardon@gnome.org>
112208
 
Date:   Mon Mar 29 18:20:03 2010 +0200
 
127936
Author:     Javier Jardón <jjardon@gnome.org>
 
127937
AuthorDate: Mon Mar 29 18:20:03 2010 +0200
 
127938
Commit:     Javier Jardón <jjardon@gnome.org>
 
127939
CommitDate: Mon Mar 29 18:23:48 2010 +0200
112209
127940
 
112210
127941
    Remove g_type_class_get_private() public documentation
112211
127942
 
112219
127950
 1 file changed, 9 deletions(-)
112220
127951
 
112221
127952
commit 0f51e995658a50dbecb74b006f05a1ea69f43558
112222
 
Author: Javier Jardón <jjardon@gnome.org>
112223
 
Date:   Sun Mar 28 17:43:33 2010 +0200
 
127953
Author:     Javier Jardón <jjardon@gnome.org>
 
127954
AuthorDate: Sun Mar 28 17:43:33 2010 +0200
 
127955
Commit:     Javier Jardón <jjardon@gnome.org>
 
127956
CommitDate: Mon Mar 29 18:17:40 2010 +0200
112224
127957
 
112225
127958
    Fix g_type_class_add_private() documentation
112226
127959
 
112232
127965
 1 file changed, 44 insertions(+), 4 deletions(-)
112233
127966
 
112234
127967
commit 461a4097d1a0a10106254a8fe917fc4e78ccff92
112235
 
Author: Ask H. Larsen <asklarsen@gmail.com>
112236
 
Date:   Sun Mar 28 00:13:28 2010 +0100
 
127968
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
127969
AuthorDate: Sun Mar 28 00:13:28 2010 +0100
 
127970
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
127971
CommitDate: Sun Mar 28 00:13:28 2010 +0100
112237
127972
 
112238
127973
    Updated Danish translation
112239
127974
 
112242
127977
 1 file changed, 479 insertions(+), 472 deletions(-)
112243
127978
 
112244
127979
commit 2e27703a815e221052dd4db3e9e848e2401c3b8b
112245
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
112246
 
Date:   Sat Mar 27 20:50:57 2010 +0800
 
127980
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
127981
AuthorDate: Sat Mar 27 20:50:57 2010 +0800
 
127982
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
127983
CommitDate: Sat Mar 27 20:50:57 2010 +0800
112247
127984
 
112248
127985
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
112249
127986
 
112254
127991
 2 files changed, 962 insertions(+), 955 deletions(-)
112255
127992
 
112256
127993
commit 0e3c6ef848259051e4c8c8996a71c0d2d8c9b9f0
112257
 
Author: Jamil Ahmed <itsjamil@gmail.com>
112258
 
Date:   Sat Mar 27 17:44:03 2010 +0600
 
127994
Author:     Jamil Ahmed <itsjamil@gmail.com>
 
127995
AuthorDate: Sat Mar 27 17:44:03 2010 +0600
 
127996
Commit:     Jamil Ahmed <itsjamil@gmail.com>
 
127997
CommitDate: Sat Mar 27 17:44:03 2010 +0600
112259
127998
 
112260
127999
    Updated Bengali translation
112261
128000
 
112264
128003
 1 file changed, 594 insertions(+), 587 deletions(-)
112265
128004
 
112266
128005
commit 22dc3dd6487e2c794376a5c6850c3a3e7c2beea9
112267
 
Author: Matthias Clasen <mclasen@redhat.com>
112268
 
Date:   Fri Mar 26 15:09:13 2010 -0400
 
128006
Author:     Matthias Clasen <mclasen@redhat.com>
 
128007
AuthorDate: Fri Mar 26 15:09:13 2010 -0400
 
128008
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128009
CommitDate: Fri Mar 26 15:09:13 2010 -0400
112269
128010
 
112270
128011
    Bump version
112271
128012
 
112273
128014
 1 file changed, 2 insertions(+), 2 deletions(-)
112274
128015
 
112275
128016
commit ca631653acc1e1db0c3ebb05759d05f8bdc35ba6
112276
 
Author: Matthias Clasen <mclasen@redhat.com>
112277
 
Date:   Fri Mar 26 15:08:00 2010 -0400
 
128017
Author:     Matthias Clasen <mclasen@redhat.com>
 
128018
AuthorDate: Fri Mar 26 15:08:00 2010 -0400
 
128019
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128020
CommitDate: Fri Mar 26 15:08:00 2010 -0400
112278
128021
 
112279
128022
    2.24.0
112280
128023
 
112374
128117
 92 files changed, 2209 insertions(+), 2266 deletions(-)
112375
128118
 
112376
128119
commit 5ba8043f1217b338e220f0c6b427e58e28c241e8
112377
 
Author: Matthias Clasen <mclasen@redhat.com>
112378
 
Date:   Fri Mar 26 11:15:49 2010 -0400
 
128120
Author:     Matthias Clasen <mclasen@redhat.com>
 
128121
AuthorDate: Fri Mar 26 11:15:49 2010 -0400
 
128122
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128123
CommitDate: Fri Mar 26 11:15:49 2010 -0400
112379
128124
 
112380
128125
    Third try to get this right...
112381
128126
 
112383
128128
 1 file changed, 1 insertion(+), 1 deletion(-)
112384
128129
 
112385
128130
commit f6532620bc2439641b31a5df1d15489121fe918d
112386
 
Author: Matthias Clasen <mclasen@redhat.com>
112387
 
Date:   Fri Mar 26 11:05:28 2010 -0400
 
128131
Author:     Matthias Clasen <mclasen@redhat.com>
 
128132
AuthorDate: Fri Mar 26 11:05:28 2010 -0400
 
128133
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128134
CommitDate: Fri Mar 26 11:05:28 2010 -0400
112388
128135
 
112389
128136
    And another one...
112390
128137
 
112392
128139
 1 file changed, 1 insertion(+), 1 deletion(-)
112393
128140
 
112394
128141
commit 7c8a1081651d4d17823ac8c6a35d3a60c85c81ac
112395
 
Author: Matthias Clasen <mclasen@redhat.com>
112396
 
Date:   Fri Mar 26 11:05:02 2010 -0400
 
128142
Author:     Matthias Clasen <mclasen@redhat.com>
 
128143
AuthorDate: Fri Mar 26 11:05:02 2010 -0400
 
128144
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128145
CommitDate: Fri Mar 26 11:05:02 2010 -0400
112397
128146
 
112398
128147
    Fix a typo
112399
128148
 
112401
128150
 1 file changed, 1 insertion(+), 1 deletion(-)
112402
128151
 
112403
128152
commit 55e44a67e6bc4bf09d4de85ad64627a02595d07f
112404
 
Author: Matthias Clasen <mclasen@redhat.com>
112405
 
Date:   Fri Mar 26 10:39:56 2010 -0400
 
128153
Author:     Matthias Clasen <mclasen@redhat.com>
 
128154
AuthorDate: Fri Mar 26 10:39:56 2010 -0400
 
128155
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128156
CommitDate: Fri Mar 26 10:39:56 2010 -0400
112406
128157
 
112407
128158
    Bump version to 2.24.0
112408
128159
 
112410
128161
 1 file changed, 2 insertions(+), 2 deletions(-)
112411
128162
 
112412
128163
commit 8ee5ded1e9098adb54005851c09e38cf24bb6a32
112413
 
Author: Matthias Clasen <mclasen@redhat.com>
112414
 
Date:   Fri Mar 26 10:39:33 2010 -0400
 
128164
Author:     Matthias Clasen <mclasen@redhat.com>
 
128165
AuthorDate: Fri Mar 26 10:39:33 2010 -0400
 
128166
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128167
CommitDate: Fri Mar 26 10:39:33 2010 -0400
112415
128168
 
112416
128169
    Updates
112417
128170
 
112419
128172
 1 file changed, 17 insertions(+)
112420
128173
 
112421
128174
commit 6cce575a25abc8157873d070bb317d66a225485a
112422
 
Author: Matthias Clasen <mclasen@redhat.com>
112423
 
Date:   Fri Mar 26 10:24:06 2010 -0400
 
128175
Author:     Matthias Clasen <mclasen@redhat.com>
 
128176
AuthorDate: Fri Mar 26 10:24:06 2010 -0400
 
128177
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128178
CommitDate: Fri Mar 26 10:24:06 2010 -0400
112424
128179
 
112425
128180
    Fix a typo
112426
128181
 
112428
128183
 1 file changed, 1 insertion(+), 1 deletion(-)
112429
128184
 
112430
128185
commit 78b764f325c12a518e5bcc06771347da06d5ea68
112431
 
Author: Matthias Clasen <mclasen@redhat.com>
112432
 
Date:   Fri Mar 26 10:19:57 2010 -0400
 
128186
Author:     Matthias Clasen <mclasen@redhat.com>
 
128187
AuthorDate: Fri Mar 26 10:19:57 2010 -0400
 
128188
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128189
CommitDate: Fri Mar 26 10:19:57 2010 -0400
112433
128190
 
112434
128191
    More doc fixups
112435
128192
 
112437
128194
 1 file changed, 7 insertions(+), 3 deletions(-)
112438
128195
 
112439
128196
commit 81e2aa941bbfd02bf1b6235da12834d282ceda0c
112440
 
Author: Matthias Clasen <mclasen@redhat.com>
112441
 
Date:   Fri Mar 26 10:11:46 2010 -0400
 
128197
Author:     Matthias Clasen <mclasen@redhat.com>
 
128198
AuthorDate: Fri Mar 26 10:11:46 2010 -0400
 
128199
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128200
CommitDate: Fri Mar 26 10:11:46 2010 -0400
112442
128201
 
112443
128202
    Some more doc cleanups
112444
128203
 
112450
128209
 4 files changed, 17 insertions(+), 33 deletions(-)
112451
128210
 
112452
128211
commit c4ea7d58f78ca946fe84718386f9f888b5f93520
112453
 
Author: Matthias Clasen <mclasen@redhat.com>
112454
 
Date:   Fri Mar 26 09:30:25 2010 -0400
 
128212
Author:     Matthias Clasen <mclasen@redhat.com>
 
128213
AuthorDate: Fri Mar 26 09:30:25 2010 -0400
 
128214
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128215
CommitDate: Fri Mar 26 09:30:25 2010 -0400
112455
128216
 
112456
128217
    Small doc addition
112457
128218
 
112459
128220
 1 file changed, 1 insertion(+)
112460
128221
 
112461
128222
commit 431840a44e1ec799c974c7ea626c3164ec9dc2bb
112462
 
Author: Matthias Clasen <mclasen@redhat.com>
112463
 
Date:   Fri Mar 26 09:22:58 2010 -0400
 
128223
Author:     Matthias Clasen <mclasen@redhat.com>
 
128224
AuthorDate: Fri Mar 26 09:22:58 2010 -0400
 
128225
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128226
CommitDate: Fri Mar 26 09:22:58 2010 -0400
112464
128227
 
112465
128228
    Add g_io_module_query to docs
112466
128229
 
112468
128231
 1 file changed, 1 insertion(+)
112469
128232
 
112470
128233
commit 6e77ee097100dc3fd695a6dad8811253cea23436
112471
 
Author: Matthias Clasen <mclasen@redhat.com>
112472
 
Date:   Fri Mar 26 09:01:48 2010 -0400
 
128234
Author:     Matthias Clasen <mclasen@redhat.com>
 
128235
AuthorDate: Fri Mar 26 09:01:48 2010 -0400
 
128236
Commit:     Matthias Clasen <mclasen@redhat.com>
 
128237
CommitDate: Fri Mar 26 09:03:22 2010 -0400
112473
128238
 
112474
128239
    Correct the error handling in splice_stream_with_progress
112475
128240
 
112480
128245
 1 file changed, 3 insertions(+), 2 deletions(-)
112481
128246
 
112482
128247
commit 409a3a61ece7bbdacbf2469eb7b86c3aa3c44653
112483
 
Author: Ryan Lortie <desrt@desrt.ca>
112484
 
Date:   Fri Mar 26 08:01:51 2010 -0500
 
128248
Author:     Ryan Lortie <desrt@desrt.ca>
 
128249
AuthorDate: Fri Mar 26 08:01:51 2010 -0500
 
128250
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128251
CommitDate: Fri Mar 26 08:02:17 2010 -0500
112485
128252
 
112486
128253
    GVariant: Stop lexing format strings at :
112487
128254
 
112492
128259
 2 files changed, 5 insertions(+), 3 deletions(-)
112493
128260
 
112494
128261
commit df67a0662b0c20ab58f992fc114a48039e7fb9e0
112495
 
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
112496
 
Date:   Fri Mar 26 11:42:19 2010 +0200
 
128262
Author:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
128263
AuthorDate: Fri Mar 26 11:42:19 2010 +0200
 
128264
Commit:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
128265
CommitDate: Fri Mar 26 11:42:19 2010 +0200
112497
128266
 
112498
128267
    Updated Ukrainian translation
112499
128268
 
112502
128271
 1 file changed, 490 insertions(+), 502 deletions(-)
112503
128272
 
112504
128273
commit fd448dd7ceeb4be93f2cfea54a78e0564a3718f0
112505
 
Author: Ryan Lortie <desrt@desrt.ca>
112506
 
Date:   Tue Mar 23 10:01:53 2010 -0500
 
128274
Author:     Ryan Lortie <desrt@desrt.ca>
 
128275
AuthorDate: Tue Mar 23 10:01:53 2010 -0500
 
128276
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128277
CommitDate: Tue Mar 23 10:01:53 2010 -0500
112507
128278
 
112508
128279
    Add doc note about read_until() inconsistency.
112509
128280
 
112513
128284
 1 file changed, 7 insertions(+)
112514
128285
 
112515
128286
commit a6c57591c0928fee3d3f026289972024bd2b00ec
112516
 
Author: Ryan Lortie <desrt@desrt.ca>
112517
 
Date:   Tue Mar 23 09:17:15 2010 -0500
 
128287
Author:     Ryan Lortie <desrt@desrt.ca>
 
128288
AuthorDate: Tue Mar 23 09:17:15 2010 -0500
 
128289
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128290
CommitDate: Tue Mar 23 09:18:28 2010 -0500
112518
128291
 
112519
128292
    Support &s as key of dict entry in format string
112520
128293
 
112525
128298
 2 files changed, 25 insertions(+), 8 deletions(-)
112526
128299
 
112527
128300
commit 816990a0118f33ae280846ac040803ce58979162
112528
 
Author: Ryan Lortie <desrt@desrt.ca>
112529
 
Date:   Tue Mar 23 09:06:52 2010 -0500
 
128301
Author:     Ryan Lortie <desrt@desrt.ca>
 
128302
AuthorDate: Tue Mar 23 09:06:52 2010 -0500
 
128303
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128304
CommitDate: Tue Mar 23 09:18:14 2010 -0500
112530
128305
 
112531
128306
    GVariant: Removing mentions of &a from docs
112532
128307
 
112538
128313
 1 file changed, 1 insertion(+), 18 deletions(-)
112539
128314
 
112540
128315
commit 35059f2c0415fbd521632d29ecb91e8c93545e0e
112541
 
Author: Christian Dywan <christian@twotoasts.de>
112542
 
Date:   Tue Mar 23 11:59:43 2010 +0100
 
128316
Author:     Christian Dywan <christian@twotoasts.de>
 
128317
AuthorDate: Tue Mar 23 11:59:43 2010 +0100
 
128318
Commit:     Christian Dywan <christian@twotoasts.de>
 
128319
CommitDate: Tue Mar 23 11:59:43 2010 +0100
112543
128320
 
112544
128321
    Correct typo of libray/ library in GObject tutorial
112545
128322
 
112549
128326
 1 file changed, 1 insertion(+), 1 deletion(-)
112550
128327
 
112551
128328
commit ace9a25fb39781a01a78c8e9aa1c58a51224e8b8
112552
 
Author: Ryan Lortie <desrt@desrt.ca>
112553
 
Date:   Mon Mar 22 11:59:08 2010 -0500
 
128329
Author:     Ryan Lortie <desrt@desrt.ca>
 
128330
AuthorDate: Mon Mar 22 11:59:08 2010 -0500
 
128331
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128332
CommitDate: Mon Mar 22 12:03:24 2010 -0500
112554
128333
 
112555
128334
    Bug 613601 - buglet in dup_close_on_exec_fd()
112556
128335
 
112562
128341
 1 file changed, 7 insertions(+), 2 deletions(-)
112563
128342
 
112564
128343
commit 440713e393cf99e29f716f5f634d4bc4ce0e281c
112565
 
Author: Tor Lillqvist <tml@iki.fi>
112566
 
Date:   Mon Mar 22 15:53:47 2010 +0200
 
128344
Author:     Tor Lillqvist <tml@iki.fi>
 
128345
AuthorDate: Mon Mar 22 15:53:47 2010 +0200
 
128346
Commit:     Tor Lillqvist <tml@iki.fi>
 
128347
CommitDate: Mon Mar 22 15:55:11 2010 +0200
112567
128348
 
112568
128349
    Filter out gatomic-gcc.c from the VS project sources
112569
128350
 
112574
128355
 2 files changed, 5 insertions(+), 2 deletions(-)
112575
128356
 
112576
128357
commit 365fd70f263b99646cef7a5335282fd3f1efb520
112577
 
Author: Tor Lillqvist <tml@iki.fi>
112578
 
Date:   Mon Mar 22 15:33:38 2010 +0200
 
128358
Author:     Tor Lillqvist <tml@iki.fi>
 
128359
AuthorDate: Mon Mar 22 15:33:38 2010 +0200
 
128360
Commit:     Tor Lillqvist <tml@iki.fi>
 
128361
CommitDate: Mon Mar 22 15:33:38 2010 +0200
112579
128362
 
112580
128363
    Make config.h.win32 match what the configure script produces
112581
128364
 
112584
128367
 1 file changed, 73 insertions(+), 3 deletions(-)
112585
128368
 
112586
128369
commit 580ecb32d9af4a7c8a00076a23d82d9729131361
112587
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
112588
 
Date:   Mon Mar 22 12:34:25 2010 +0100
 
128370
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
128371
AuthorDate: Mon Mar 22 12:34:25 2010 +0100
 
128372
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
128373
CommitDate: Mon Mar 22 12:34:25 2010 +0100
112589
128374
 
112590
128375
    Updated Basque language
112591
128376
 
112594
128379
 1 file changed, 37 insertions(+), 55 deletions(-)
112595
128380
 
112596
128381
commit e2434fd2d659f976febc3abe08abe82149447d46
112597
 
Author: Clytie <pearl@clytie-siddalls-macbook-pro.local>
112598
 
Date:   Mon Mar 22 21:33:36 2010 +1030
 
128382
Author:     Clytie <pearl@clytie-siddalls-macbook-pro.local>
 
128383
AuthorDate: Mon Mar 22 21:33:36 2010 +1030
 
128384
Commit:     Clytie <pearl@clytie-siddalls-macbook-pro.local>
 
128385
CommitDate: Mon Mar 22 21:33:36 2010 +1030
112599
128386
 
112600
128387
    Updated Vietnamese translation
112601
128388
 
112604
128391
 1 file changed, 715 insertions(+), 739 deletions(-)
112605
128392
 
112606
128393
commit db83dd27c571e34e2974a4cff560fdfb255c2bf2
112607
 
Author: Ryan Lortie <desrt@desrt.ca>
112608
 
Date:   Sun Mar 21 20:12:18 2010 -0500
 
128394
Author:     Ryan Lortie <desrt@desrt.ca>
 
128395
AuthorDate: Sun Mar 21 20:12:18 2010 -0500
 
128396
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128397
CommitDate: Sun Mar 21 20:12:18 2010 -0500
112609
128398
 
112610
128399
    Drop {  } for favour of { 0, }.
112611
128400
 
112613
128402
 1 file changed, 2 insertions(+), 2 deletions(-)
112614
128403
 
112615
128404
commit 468bbbfce1736259ae75bd27847b5b25332ada5c
112616
 
Author: Ryan Lortie <desrt@desrt.ca>
112617
 
Date:   Sun Mar 21 20:07:45 2010 -0500
 
128405
Author:     Ryan Lortie <desrt@desrt.ca>
 
128406
AuthorDate: Sun Mar 21 20:07:45 2010 -0500
 
128407
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128408
CommitDate: Sun Mar 21 20:07:45 2010 -0500
112618
128409
 
112619
128410
    Bump version
112620
128411
 
112622
128413
 1 file changed, 1 insertion(+), 1 deletion(-)
112623
128414
 
112624
128415
commit 0afc140712a7c6b7cf2179626370b33ca930dea2
112625
 
Author: Ryan Lortie <desrt@desrt.ca>
112626
 
Date:   Sun Mar 21 20:06:39 2010 -0500
 
128416
Author:     Ryan Lortie <desrt@desrt.ca>
 
128417
AuthorDate: Sun Mar 21 20:06:39 2010 -0500
 
128418
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128419
CommitDate: Sun Mar 21 20:06:39 2010 -0500
112627
128420
 
112628
128421
    2.23.6
112629
128422
 
112727
128520
 96 files changed, 8192 insertions(+), 8303 deletions(-)
112728
128521
 
112729
128522
commit 5620f96305ee276ac758de989589a93de89ed40a
112730
 
Author: Ryan Lortie <desrt@desrt.ca>
112731
 
Date:   Sun Mar 21 14:17:21 2010 -0500
 
128523
Author:     Ryan Lortie <desrt@desrt.ca>
 
128524
AuthorDate: Sun Mar 21 14:17:21 2010 -0500
 
128525
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128526
CommitDate: Sun Mar 21 14:17:21 2010 -0500
112732
128527
 
112733
128528
    silence some false-alarm uninitialised warnings
112734
128529
 
112736
128531
 1 file changed, 7 insertions(+)
112737
128532
 
112738
128533
commit 6f330383974bb235d7050ebef61426541823c33a
112739
 
Author: Ryan Lortie <desrt@desrt.ca>
112740
 
Date:   Sun Mar 21 14:04:07 2010 -0500
 
128534
Author:     Ryan Lortie <desrt@desrt.ca>
 
128535
AuthorDate: Sun Mar 21 14:04:07 2010 -0500
 
128536
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128537
CommitDate: Sun Mar 21 14:12:48 2010 -0500
112741
128538
 
112742
128539
    gtk-doc fixups
112743
128540
 
112748
128545
 4 files changed, 12 insertions(+), 3 deletions(-)
112749
128546
 
112750
128547
commit c5a1c95b1f991db6700a204e5d41c8cc650c7d42
112751
 
Author: Ryan Lortie <desrt@desrt.ca>
112752
 
Date:   Sun Mar 21 13:46:09 2010 -0500
 
128548
Author:     Ryan Lortie <desrt@desrt.ca>
 
128549
AuthorDate: Sun Mar 21 13:46:09 2010 -0500
 
128550
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128551
CommitDate: Sun Mar 21 13:46:09 2010 -0500
112753
128552
 
112754
128553
    GVariant docs fixes
112755
128554
 
112758
128557
 2 files changed, 18 insertions(+), 4 deletions(-)
112759
128558
 
112760
128559
commit 5c419c300b43b4e3ac462761dda4360ed1c5de9b
112761
 
Author: Ryan Lortie <desrt@desrt.ca>
112762
 
Date:   Sun Mar 21 13:07:36 2010 -0500
 
128560
Author:     Ryan Lortie <desrt@desrt.ca>
 
128561
AuthorDate: Sun Mar 21 13:07:36 2010 -0500
 
128562
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128563
CommitDate: Sun Mar 21 13:07:36 2010 -0500
112763
128564
 
112764
128565
    gitignore for win32 build stuff
112765
128566
 
112768
128569
 2 files changed, 4 insertions(+)
112769
128570
 
112770
128571
commit bf4dbdbf0e1a3ac4349980942b9e91056ce7e448
112771
 
Author: Ryan Lortie <desrt@desrt.ca>
112772
 
Date:   Sun Mar 21 12:31:46 2010 -0500
 
128572
Author:     Ryan Lortie <desrt@desrt.ca>
 
128573
AuthorDate: Sun Mar 21 12:31:46 2010 -0500
 
128574
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128575
CommitDate: Sun Mar 21 12:55:30 2010 -0500
112773
128576
 
112774
128577
    merge GVariant parser
112775
128578
 
112784
128587
 7 files changed, 2473 insertions(+), 17 deletions(-)
112785
128588
 
112786
128589
commit 2a209cb2516999c4d2f08368c720f7506acde9a5
112787
 
Author: Ryan Lortie <desrt@desrt.ca>
112788
 
Date:   Sun Mar 21 12:54:36 2010 -0500
 
128590
Author:     Ryan Lortie <desrt@desrt.ca>
 
128591
AuthorDate: Sun Mar 21 12:54:36 2010 -0500
 
128592
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128593
CommitDate: Sun Mar 21 12:54:36 2010 -0500
112789
128594
 
112790
128595
    make check / makedistcheck fixes
112791
128596
 
112794
128599
 2 files changed, 2 insertions(+), 1 deletion(-)
112795
128600
 
112796
128601
commit 3369548130bdd02534f2a6c6e7baa1f29375a41d
112797
 
Author: Tor Lillqvist <tml@iki.fi>
112798
 
Date:   Sun Mar 21 16:54:11 2010 +0200
 
128602
Author:     Tor Lillqvist <tml@iki.fi>
 
128603
AuthorDate: Sun Mar 21 16:54:11 2010 +0200
 
128604
Commit:     Tor Lillqvist <tml@iki.fi>
 
128605
CommitDate: Sun Mar 21 16:54:49 2010 +0200
112799
128606
 
112800
128607
    Add new headers to be installed the VS "install" project
112801
128608
 
112807
128614
 1 file changed, 9 insertions(+)
112808
128615
 
112809
128616
commit 226cc663e40606e9749a368e9d2b2e61d9a9d532
112810
 
Author: Tor Lillqvist <tml@iki.fi>
112811
 
Date:   Sun Mar 21 16:11:49 2010 +0200
 
128617
Author:     Tor Lillqvist <tml@iki.fi>
 
128618
AuthorDate: Sun Mar 21 16:11:49 2010 +0200
 
128619
Commit:     Tor Lillqvist <tml@iki.fi>
 
128620
CommitDate: Sun Mar 21 16:15:02 2010 +0200
112812
128621
 
112813
128622
    Avoid much of duplication in lists of source files
112814
128623
 
112838
128647
 11 files changed, 785 insertions(+), 1463 deletions(-)
112839
128648
 
112840
128649
commit 504b8b8f0125dcba530d4f34c4beaaa129cc5d85
112841
 
Author: Tor Lillqvist <tml@iki.fi>
112842
 
Date:   Sun Mar 21 14:50:45 2010 +0200
 
128650
Author:     Tor Lillqvist <tml@iki.fi>
 
128651
AuthorDate: Sun Mar 21 14:50:45 2010 +0200
 
128652
Commit:     Tor Lillqvist <tml@iki.fi>
 
128653
CommitDate: Sun Mar 21 14:50:45 2010 +0200
112843
128654
 
112844
128655
    Avoid struct stat issues with MSVC
112845
128656
 
112847
128658
 1 file changed, 4 insertions(+)
112848
128659
 
112849
128660
commit 28b025de962a798fa7a9fb9adbfdfcc4852fddec
112850
 
Author: Tor Lillqvist <tml@iki.fi>
112851
 
Date:   Sun Mar 21 13:33:44 2010 +0200
 
128661
Author:     Tor Lillqvist <tml@iki.fi>
 
128662
AuthorDate: Sun Mar 21 13:33:44 2010 +0200
 
128663
Commit:     Tor Lillqvist <tml@iki.fi>
 
128664
CommitDate: Sun Mar 21 13:33:44 2010 +0200
112852
128665
 
112853
128666
    Drop empty Tool elements from the project files for clarity
112854
128667
 
112866
128679
 9 files changed, 108 deletions(-)
112867
128680
 
112868
128681
commit 2ab76c5b3610faa20dfae2550688ab0d6620b29b
112869
 
Author: Tor Lillqvist <tml@iki.fi>
112870
 
Date:   Sun Mar 21 11:22:06 2010 +0200
 
128682
Author:     Tor Lillqvist <tml@iki.fi>
 
128683
AuthorDate: Sun Mar 21 11:22:06 2010 +0200
 
128684
Commit:     Tor Lillqvist <tml@iki.fi>
 
128685
CommitDate: Sun Mar 21 11:22:06 2010 +0200
112871
128686
 
112872
128687
    Make the GVariant code compile with a non-gcc compiler
112873
128688
 
112880
128695
 4 files changed, 33 insertions(+), 27 deletions(-)
112881
128696
 
112882
128697
commit dc51eff2a9ca234fbb09c7b94c4643ea3750d80d
112883
 
Author: Tor Lillqvist <tml@iki.fi>
112884
 
Date:   Sat Mar 20 13:32:37 2010 +0200
 
128698
Author:     Tor Lillqvist <tml@iki.fi>
 
128699
AuthorDate: Sat Mar 20 13:32:37 2010 +0200
 
128700
Commit:     Tor Lillqvist <tml@iki.fi>
 
128701
CommitDate: Sat Mar 20 13:32:37 2010 +0200
112885
128702
 
112886
128703
    Update with new source files and dependencies
112887
128704
 
112892
128709
 4 files changed, 58 insertions(+), 4 deletions(-)
112893
128710
 
112894
128711
commit 782de94c587cc3eed53653443439b62aaee19200
112895
 
Author: Tor Lillqvist <tml@iki.fi>
112896
 
Date:   Sat Mar 20 13:31:55 2010 +0200
 
128712
Author:     Tor Lillqvist <tml@iki.fi>
 
128713
AuthorDate: Sat Mar 20 13:31:55 2010 +0200
 
128714
Commit:     Tor Lillqvist <tml@iki.fi>
 
128715
CommitDate: Sat Mar 20 13:31:55 2010 +0200
112897
128716
 
112898
128717
    Drop the unmaintained vs8 project files from dist
112899
128718
 
112901
128720
 1 file changed, 1 deletion(-)
112902
128721
 
112903
128722
commit 77cc740243e9f55603d833f129e999f8824a18f1
112904
 
Author: Tommi Vainikainen <thv@iki.fi>
112905
 
Date:   Sat Mar 20 00:01:00 2010 +0200
 
128723
Author:     Tommi Vainikainen <thv@iki.fi>
 
128724
AuthorDate: Sat Mar 20 00:01:00 2010 +0200
 
128725
Commit:     Tommi Vainikainen <thv@iki.fi>
 
128726
CommitDate: Sat Mar 20 00:01:00 2010 +0200
112906
128727
 
112907
128728
    Updated Finnish translation
112908
128729
 
112911
128732
 1 file changed, 512 insertions(+), 540 deletions(-)
112912
128733
 
112913
128734
commit 34d0db361ea514c026c54f14853120d601e1d0b5
112914
 
Author: A S Alam <aalam@users.sf.net>
112915
 
Date:   Fri Mar 19 08:18:41 2010 +0530
 
128735
Author:     A S Alam <aalam@users.sf.net>
 
128736
AuthorDate: Fri Mar 19 08:18:41 2010 +0530
 
128737
Commit:     A S Alam <aalam@users.sf.net>
 
128738
CommitDate: Fri Mar 19 08:18:41 2010 +0530
112916
128739
 
112917
128740
    update Punjabi Translation
112918
128741
 
112921
128744
 1 file changed, 512 insertions(+), 529 deletions(-)
112922
128745
 
112923
128746
commit bedaa8027537378c8b7fec68acb422eac44f240e
112924
 
Author: Nikos Bakaoukas <nikolaos.x1@gmail.com>
112925
 
Date:   Fri Mar 19 00:10:07 2010 +0200
 
128747
Author:     Nikos Bakaoukas <nikolaos.x1@gmail.com>
 
128748
AuthorDate: Fri Mar 19 00:10:07 2010 +0200
 
128749
Commit:     Simos Xenitellis <simos@gnome.org>
 
128750
CommitDate: Fri Mar 19 00:10:07 2010 +0200
112926
128751
 
112927
128752
    Updated Greek translation for glib
112928
128753
 
112931
128756
 1 file changed, 559 insertions(+), 558 deletions(-)
112932
128757
 
112933
128758
commit 6243b1eb5f8f55abc8c05a18d7dfbdd7968fab50
112934
 
Author: Dumitru Mișu Moldovan <dumol@gnome.ro>
112935
 
Date:   Thu Mar 18 22:47:55 2010 +0200
 
128759
Author:     Dumitru Mișu Moldovan <dumol@gnome.ro>
 
128760
AuthorDate: Thu Mar 18 22:47:55 2010 +0200
 
128761
Commit:     Dumitru Mișu Moldovan <dumol@gnome.ro>
 
128762
CommitDate: Thu Mar 18 22:47:55 2010 +0200
112936
128763
 
112937
128764
    Updated Romanian translation
112938
128765
 
112941
128768
 1 file changed, 482 insertions(+), 482 deletions(-)
112942
128769
 
112943
128770
commit 3628f7815d13d8b495cd27ce49f3c15372f23cfb
112944
 
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
112945
 
Date:   Thu Mar 18 13:54:17 2010 +0100
 
128771
Author:     Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
128772
AuthorDate: Thu Mar 18 13:54:17 2010 +0100
 
128773
Commit:     Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
128774
CommitDate: Thu Mar 18 13:54:54 2010 +0100
112946
128775
 
112947
128776
    Updated LowGerman translation
112948
128777
 
112951
128780
 1 file changed, 49 insertions(+), 49 deletions(-)
112952
128781
 
112953
128782
commit 41383b303c0bb54da68bbf5500b5e2d9e552ab69
112954
 
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
112955
 
Date:   Wed Mar 17 15:11:00 2010 +0100
 
128783
Author:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
128784
AuthorDate: Wed Mar 17 15:11:00 2010 +0100
 
128785
Commit:     Sebastian Dröge <sebastian.droege@collabora.co.uk>
 
128786
CommitDate: Wed Mar 17 15:11:00 2010 +0100
112956
128787
 
112957
128788
    Bug 612502 - Add support for class private data
112958
128789
 
112966
128797
 2 files changed, 137 insertions(+), 2 deletions(-)
112967
128798
 
112968
128799
commit 2295ba857f09fa58c6e61ec4147536021055bbf6
112969
 
Author: Benjamin Otte <otte@redhat.com>
112970
 
Date:   Tue Mar 16 16:34:50 2010 +0100
 
128800
Author:     Benjamin Otte <otte@redhat.com>
 
128801
AuthorDate: Tue Mar 16 16:34:50 2010 +0100
 
128802
Commit:     Benjamin Otte <otte@redhat.com>
 
128803
CommitDate: Tue Mar 16 16:40:04 2010 +0100
112971
128804
 
112972
128805
    The fallback parameter to g_convert_with_fallback() should be const
112973
128806
 
112978
128811
 2 files changed, 2 insertions(+), 2 deletions(-)
112979
128812
 
112980
128813
commit 751feb916ab2f0cd74839233101fc0b9d2fb994c
112981
 
Author: Ryan Lortie <desrt@desrt.ca>
112982
 
Date:   Mon Mar 15 17:45:02 2010 -0400
 
128814
Author:     Ryan Lortie <desrt@desrt.ca>
 
128815
AuthorDate: Mon Mar 15 17:45:02 2010 -0400
 
128816
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128817
CommitDate: Mon Mar 15 17:45:02 2010 -0400
112983
128818
 
112984
128819
    Bug 612502 - build fails on glib/tests/gvariant.c
112985
128820
 
112992
128827
 1 file changed, 4 insertions(+), 5 deletions(-)
112993
128828
 
112994
128829
commit 1953b4087f2852e43c0a4dd46bfbd6228135cf70
112995
 
Author: Christian Persch <chpe@gnome.org>
112996
 
Date:   Sun Feb 7 13:39:10 2010 +0100
 
128830
Author:     Christian Persch <chpe@gnome.org>
 
128831
AuthorDate: Sun Feb 7 13:39:10 2010 +0100
 
128832
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128833
CommitDate: Mon Mar 15 15:49:03 2010 -0400
112997
128834
 
112998
128835
    Use static assert over runtime assert if possible
112999
128836
 
113004
128841
 2 files changed, 18 insertions(+), 14 deletions(-)
113005
128842
 
113006
128843
commit 24aeaebc48a5636c2f5391de646225d1e471f7ba
113007
 
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
113008
 
Date:   Mon Mar 15 14:18:48 2010 +0100
 
128844
Author:     Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
128845
AuthorDate: Mon Mar 15 14:18:48 2010 +0100
 
128846
Commit:     Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
128847
CommitDate: Mon Mar 15 14:18:48 2010 +0100
113009
128848
 
113010
128849
    Added LowGerman translation
113011
128850
 
113014
128853
 1 file changed, 2135 insertions(+)
113015
128854
 
113016
128855
commit 2b1b1563a0119de94d2ec0d05f1db493872852dc
113017
 
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
113018
 
Date:   Mon Mar 15 14:18:43 2010 +0100
 
128856
Author:     Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
128857
AuthorDate: Mon Mar 15 14:18:43 2010 +0100
 
128858
Commit:     Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
128859
CommitDate: Mon Mar 15 14:18:43 2010 +0100
113019
128860
 
113020
128861
    Added LowGerman translation
113021
128862
 
113023
128864
 1 file changed, 1 insertion(+)
113024
128865
 
113025
128866
commit 7e4d88b290589a2a91d90b084751002c246564d6
113026
 
Author: Ryan Lortie <desrt@desrt.ca>
113027
 
Date:   Sun Mar 14 22:27:06 2010 -0400
 
128867
Author:     Ryan Lortie <desrt@desrt.ca>
 
128868
AuthorDate: Sun Mar 14 22:27:06 2010 -0400
 
128869
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128870
CommitDate: Sun Mar 14 22:27:39 2010 -0400
113028
128871
 
113029
128872
    gvariant test: Remove unused variable
113030
128873
 
113032
128875
 1 file changed, 1 insertion(+), 1 deletion(-)
113033
128876
 
113034
128877
commit 9f16c70c16ec90be209fdaa120d2810f4128f2f0
113035
 
Author: Petr Kovar <pknbe@volny.cz>
113036
 
Date:   Mon Mar 15 02:30:27 2010 +0100
 
128878
Author:     Petr Kovar <pknbe@volny.cz>
 
128879
AuthorDate: Mon Mar 15 02:30:27 2010 +0100
 
128880
Commit:     Petr Kovar <pknbe@volny.cz>
 
128881
CommitDate: Mon Mar 15 02:30:27 2010 +0100
113037
128882
 
113038
128883
    Update Czech translation
113039
128884
 
113042
128887
 1 file changed, 478 insertions(+), 470 deletions(-)
113043
128888
 
113044
128889
commit 9dea0253a3ded0e32daa33f11850797109018326
113045
 
Author: Ryan Lortie <desrt@desrt.ca>
113046
 
Date:   Sun Mar 14 15:55:48 2010 -0400
 
128890
Author:     Ryan Lortie <desrt@desrt.ca>
 
128891
AuthorDate: Sun Mar 14 15:55:48 2010 -0400
 
128892
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128893
CommitDate: Sun Mar 14 15:56:18 2010 -0400
113047
128894
 
113048
128895
    GVariant: add loading, byteswapping, normalisation
113049
128896
 
113057
128904
 6 files changed, 355 insertions(+), 4 deletions(-)
113058
128905
 
113059
128906
commit 1ac590b7f728d4a029a354be9aad24863badba02
113060
 
Author: Ryan Lortie <desrt@desrt.ca>
113061
 
Date:   Sun Mar 14 13:04:43 2010 -0400
 
128907
Author:     Ryan Lortie <desrt@desrt.ca>
 
128908
AuthorDate: Sun Mar 14 13:04:43 2010 -0400
 
128909
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128910
CommitDate: Sun Mar 14 15:56:18 2010 -0400
113062
128911
 
113063
128912
    GBuffer: very small cosmetic fix to header file
113064
128913
 
113066
128915
 1 file changed, 1 insertion(+), 1 deletion(-)
113067
128916
 
113068
128917
commit 056feef60b79e867190697f2d26e3ac7edf903a5
113069
 
Author: Ryan Lortie <desrt@desrt.ca>
113070
 
Date:   Sat Mar 13 19:55:56 2010 -0500
 
128918
Author:     Ryan Lortie <desrt@desrt.ca>
 
128919
AuthorDate: Sat Mar 13 19:55:56 2010 -0500
 
128920
Commit:     Ryan Lortie <desrt@desrt.ca>
 
128921
CommitDate: Sun Mar 14 15:56:17 2010 -0400
113071
128922
 
113072
128923
    GVariantIter: expand the size of the dummy struct
113073
128924
 
113078
128929
 2 files changed, 3 insertions(+), 3 deletions(-)
113079
128930
 
113080
128931
commit f552689058c27ccebaf4271c4a5afc4197b74a8f
113081
 
Author: Colin Walters <walters@verbum.org>
113082
 
Date:   Sat Mar 13 18:11:31 2010 -0500
 
128932
Author:     Colin Walters <walters@verbum.org>
 
128933
AuthorDate: Sat Mar 13 18:11:31 2010 -0500
 
128934
Commit:     Colin Walters <walters@verbum.org>
 
128935
CommitDate: Sun Mar 14 15:45:46 2010 -0400
113083
128936
 
113084
128937
    [GDesktopAppInfo] New function g_desktop_app_info_get_filename
113085
128938
 
113094
128947
 4 files changed, 21 insertions(+)
113095
128948
 
113096
128949
commit 1be8ad35144d34de99b6153cbbfa8f9add46888b
113097
 
Author: Thomas Kristensen <thomas.k.kristensen@tandberg.com>
113098
 
Date:   Sun Mar 14 11:47:17 2010 +0200
 
128950
Author:     Thomas Kristensen <thomas.k.kristensen@tandberg.com>
 
128951
AuthorDate: Sun Mar 14 11:47:17 2010 +0200
 
128952
Commit:     Tor Lillqvist <tml@iki.fi>
 
128953
CommitDate: Sun Mar 14 11:51:24 2010 +0200
113099
128954
 
113100
128955
    Close the socket event in finalizer instead of in close method
113101
128956
 
113115
128970
 1 file changed, 6 insertions(+), 8 deletions(-)
113116
128971
 
113117
128972
commit 6c5d2798f600a0536306e1c67b2e26e2c6eff006
113118
 
Author: Fran Diéguez <frandieguez@ubuntu.com>
113119
 
Date:   Sat Mar 13 21:00:44 2010 +0100
 
128973
Author:     Fran Diéguez <frandieguez@ubuntu.com>
 
128974
AuthorDate: Sat Mar 13 21:00:44 2010 +0100
 
128975
Commit:     Andre Klapper <a9016009@gmx.de>
 
128976
CommitDate: Sat Mar 13 21:00:44 2010 +0100
113120
128977
 
113121
128978
    Update Galician translation
113122
128979
 
113125
128982
 1 file changed, 480 insertions(+), 494 deletions(-)
113126
128983
 
113127
128984
commit 31cf766e647b46cd28cc6d2405c729d06063680d
113128
 
Author: Friedel Wolff <friedel@translate.org.za>
113129
 
Date:   Sat Mar 13 20:48:05 2010 +0100
 
128985
Author:     Friedel Wolff <friedel@translate.org.za>
 
128986
AuthorDate: Sat Mar 13 20:48:05 2010 +0100
 
128987
Commit:     Andre Klapper <a9016009@gmx.de>
 
128988
CommitDate: Sat Mar 13 20:48:05 2010 +0100
113130
128989
 
113131
128990
    Add Afrikaans translation
113132
128991
 
113136
128995
 2 files changed, 2016 insertions(+)
113137
128996
 
113138
128997
commit 62a133f55dcd5626e9583aabc2d95926936a8475
113139
 
Author: Javier Jardón <jjardon@gnome.org>
113140
 
Date:   Fri Mar 12 20:37:04 2010 +0100
 
128998
Author:     Javier Jardón <jjardon@gnome.org>
 
128999
AuthorDate: Fri Mar 12 20:37:04 2010 +0100
 
129000
Commit:     Javier Jardón <jjardon@gnome.org>
 
129001
CommitDate: Sat Mar 13 01:33:09 2010 +0100
113141
129002
 
113142
129003
    Improve the documentation about single include exceptions
113143
129004
 
113149
129010
 2 files changed, 10 insertions(+)
113150
129011
 
113151
129012
commit 5b19345246aa179788b09b7a82702e79f9d815d8
113152
 
Author: Ryan Lortie <desrt@desrt.ca>
113153
 
Date:   Fri Mar 12 15:38:47 2010 -0500
 
129013
Author:     Ryan Lortie <desrt@desrt.ca>
 
129014
AuthorDate: Fri Mar 12 15:38:47 2010 -0500
 
129015
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129016
CommitDate: Fri Mar 12 15:42:22 2010 -0500
113154
129017
 
113155
129018
    Bug 610858 - gvariant test fails sometimes
113156
129019
 
113164
129027
 1 file changed, 6 insertions(+), 1 deletion(-)
113165
129028
 
113166
129029
commit a57522deae75264bade35eae8826cda2771530c6
113167
 
Author: Tor Lillqvist <tml@iki.fi>
113168
 
Date:   Fri Mar 12 10:42:43 2010 +0200
 
129030
Author:     Tor Lillqvist <tml@iki.fi>
 
129031
AuthorDate: Fri Mar 12 10:42:43 2010 +0200
 
129032
Commit:     Tor Lillqvist <tml@iki.fi>
 
129033
CommitDate: Fri Mar 12 10:45:52 2010 +0200
113169
129034
 
113170
129035
    The SO_KEEPALIVE value seems to actually be a char on Windows
113171
129036
 
113176
129041
 1 file changed, 9 insertions(+), 1 deletion(-)
113177
129042
 
113178
129043
commit 1caaa4f591ead74f0a146d73155f9cfb65899bed
113179
 
Author: Javier Jardón <jjardon@gnome.org>
113180
 
Date:   Wed Mar 10 05:06:50 2010 +0100
 
129044
Author:     Javier Jardón <jjardon@gnome.org>
 
129045
AuthorDate: Wed Mar 10 05:06:50 2010 +0100
 
129046
Commit:     Javier Jardón <jjardon@gnome.org>
 
129047
CommitDate: Wed Mar 10 05:06:50 2010 +0100
113181
129048
 
113182
129049
    [docs] Don't reference deprecated functions
113183
129050
 
113190
129057
 1 file changed, 2 insertions(+), 3 deletions(-)
113191
129058
 
113192
129059
commit 95d42761a9fff5813db46a41bc2ec6c86a2eb947
113193
 
Author: Miloš Popović <mpopovic@src.gnome.org>
113194
 
Date:   Tue Mar 9 20:29:43 2010 +0100
 
129060
Author:     Miloš Popović <mpopovic@src.gnome.org>
 
129061
AuthorDate: Tue Mar 9 20:29:43 2010 +0100
 
129062
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
129063
CommitDate: Tue Mar 9 20:29:43 2010 +0100
113195
129064
 
113196
129065
    Updated Serbian translations
113197
129066
 
113202
129071
 2 files changed, 1013 insertions(+), 1032 deletions(-)
113203
129072
 
113204
129073
commit a85b9c4badf22777b1b099befcd9e033afa45dbf
113205
 
Author: Ryan Lortie <desrt@desrt.ca>
113206
 
Date:   Tue Mar 9 13:34:00 2010 -0500
 
129074
Author:     Ryan Lortie <desrt@desrt.ca>
 
129075
AuthorDate: Tue Mar 9 13:34:00 2010 -0500
 
129076
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129077
CommitDate: Tue Mar 9 13:34:00 2010 -0500
113207
129078
 
113208
129079
    'default: g_assert_not_reached();' to silence GCC
113209
129080
 
113213
129084
 1 file changed, 3 insertions(+)
113214
129085
 
113215
129086
commit 89fa967ba1c72081a1698d35e6c10c99190b612d
113216
 
Author: Dagobert Michelsen <dam@opencsw.org>
113217
 
Date:   Tue Mar 9 15:02:57 2010 +0100
 
129087
Author:     Dagobert Michelsen <dam@opencsw.org>
 
129088
AuthorDate: Tue Mar 9 15:02:57 2010 +0100
 
129089
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129090
CommitDate: Tue Mar 9 10:30:06 2010 -0500
113218
129091
 
113219
129092
    Use G_STRFUNC instead of explicit gcc-only __PRETTY_FUNC__
113220
129093
 
113222
129095
 1 file changed, 1 insertion(+), 1 deletion(-)
113223
129096
 
113224
129097
commit c69e6fd837cb92d0c7050d8ea2d0f98b6f70fbe8
113225
 
Author: Behdad Esfahbod <behdad@behdad.org>
113226
 
Date:   Mon Mar 8 14:28:23 2010 -0500
 
129098
Author:     Behdad Esfahbod <behdad@behdad.org>
 
129099
AuthorDate: Mon Mar 8 14:28:23 2010 -0500
 
129100
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
129101
CommitDate: Mon Mar 8 14:33:38 2010 -0500
113227
129102
 
113228
129103
    Cosmetic
113229
129104
 
113231
129106
 1 file changed, 10 insertions(+), 8 deletions(-)
113232
129107
 
113233
129108
commit f6166be24d6c43ccbaf80439aefe8eff83e7843d
113234
 
Author: Ryan Lortie <desrt@desrt.ca>
113235
 
Date:   Mon Mar 8 11:53:36 2010 -0500
 
129109
Author:     Ryan Lortie <desrt@desrt.ca>
 
129110
AuthorDate: Mon Mar 8 11:53:36 2010 -0500
 
129111
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129112
CommitDate: Mon Mar 8 11:53:36 2010 -0500
113236
129113
 
113237
129114
    Bump version
113238
129115
 
113240
129117
 1 file changed, 1 insertion(+), 1 deletion(-)
113241
129118
 
113242
129119
commit c58ce0e60c1a243df6326c26cf7d255d3af4ab2d
113243
 
Author: Ryan Lortie <desrt@desrt.ca>
113244
 
Date:   Mon Mar 8 11:48:14 2010 -0500
 
129120
Author:     Ryan Lortie <desrt@desrt.ca>
 
129121
AuthorDate: Mon Mar 8 11:48:14 2010 -0500
 
129122
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129123
CommitDate: Mon Mar 8 11:48:14 2010 -0500
113245
129124
 
113246
129125
    2.23.5
113247
129126
 
113341
129220
 91 files changed, 13883 insertions(+), 13260 deletions(-)
113342
129221
 
113343
129222
commit f9d8d70396978ae201ce79708f7cd69cf6f93399
113344
 
Author: Ryan Lortie <desrt@desrt.ca>
113345
 
Date:   Mon Mar 8 11:29:27 2010 -0500
 
129223
Author:     Ryan Lortie <desrt@desrt.ca>
 
129224
AuthorDate: Mon Mar 8 11:29:27 2010 -0500
 
129225
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129226
CommitDate: Mon Mar 8 11:29:27 2010 -0500
113346
129227
 
113347
129228
    gtk-doc: ignore gvariant-internal.h
113348
129229
 
113350
129231
 1 file changed, 1 insertion(+)
113351
129232
 
113352
129233
commit 929a2e1ae10083d647a77dd36c17071e7fac1593
113353
 
Author: Ryan Lortie <desrt@desrt.ca>
113354
 
Date:   Mon Mar 8 11:25:37 2010 -0500
 
129234
Author:     Ryan Lortie <desrt@desrt.ca>
 
129235
AuthorDate: Mon Mar 8 11:25:37 2010 -0500
 
129236
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129237
CommitDate: Mon Mar 8 11:25:37 2010 -0500
113355
129238
 
113356
129239
    Add gvariant-varargs.xml to the distribution
113357
129240
 
113359
129242
 1 file changed, 2 insertions(+), 1 deletion(-)
113360
129243
 
113361
129244
commit 6393ca443af7f588275aa6ee8b051bb1d41394e8
113362
 
Author: Ryan Lortie <desrt@desrt.ca>
113363
 
Date:   Mon Mar 8 10:54:23 2010 -0500
 
129245
Author:     Ryan Lortie <desrt@desrt.ca>
 
129246
AuthorDate: Mon Mar 8 10:54:23 2010 -0500
 
129247
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129248
CommitDate: Mon Mar 8 10:54:23 2010 -0500
113364
129249
 
113365
129250
    distcheck: add gvariant-internal.h to SOURCES
113366
129251
 
113368
129253
 1 file changed, 1 insertion(+)
113369
129254
 
113370
129255
commit 75f761bcaa66c82d132c9e3d8cdfcb8ee0971eb6
113371
 
Author: Ryan Lortie <desrt@desrt.ca>
113372
 
Date:   Mon Mar 8 10:30:59 2010 -0500
 
129256
Author:     Ryan Lortie <desrt@desrt.ca>
 
129257
AuthorDate: Mon Mar 8 10:30:59 2010 -0500
 
129258
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129259
CommitDate: Mon Mar 8 10:31:19 2010 -0500
113373
129260
 
113374
129261
    GVariant variable arguments, tests, cleanups
113375
129262
 
113399
129286
 12 files changed, 3110 insertions(+), 208 deletions(-)
113400
129287
 
113401
129288
commit 8cd5c94f42fb362e1620368e805d50e3804e7bc2
113402
 
Author: Alexander Larsson <alexl@redhat.com>
113403
 
Date:   Mon Mar 8 12:03:40 2010 +0100
 
129289
Author:     Alexander Larsson <alexl@redhat.com>
 
129290
AuthorDate: Mon Mar 8 12:03:40 2010 +0100
 
129291
Commit:     Alexander Larsson <alexl@redhat.com>
 
129292
CommitDate: Mon Mar 8 12:03:40 2010 +0100
113404
129293
 
113405
129294
    Add pregenerated ids for TRASH_ORIG_PATH and TRASH_DELETION_DATE
113406
129295
 
113410
129299
 1 file changed, 2 insertions(+), 1 deletion(-)
113411
129300
 
113412
129301
commit fe4839dbb8358b65d19370114dc9d43cc71e6773
113413
 
Author: Piotr Drąg <piotrdrag@gmail.com>
113414
 
Date:   Mon Mar 8 10:51:11 2010 +0100
 
129302
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
129303
AuthorDate: Mon Mar 8 10:51:11 2010 +0100
 
129304
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
129305
CommitDate: Mon Mar 8 10:51:11 2010 +0100
113415
129306
 
113416
129307
    Updated Polish translation
113417
129308
 
113420
129311
 1 file changed, 479 insertions(+), 472 deletions(-)
113421
129312
 
113422
129313
commit 826abbefcee6c7f64ed8c21d9a2671f9cd0be089
113423
 
Author: Matthias Clasen <mclasen@redhat.com>
113424
 
Date:   Mon Mar 8 00:36:00 2010 -0500
 
129314
Author:     Matthias Clasen <mclasen@redhat.com>
 
129315
AuthorDate: Mon Mar 8 00:36:00 2010 -0500
 
129316
Commit:     Matthias Clasen <mclasen@redhat.com>
 
129317
CommitDate: Mon Mar 8 00:36:00 2010 -0500
113425
129318
 
113426
129319
    Add defines for trash::orig-path and trash::deletion-date
113427
129320
 
113432
129325
 2 files changed, 40 insertions(+), 14 deletions(-)
113433
129326
 
113434
129327
commit 96d105906ef267b687ee6fbe085a791f3b17afc6
113435
 
Author: Priit Laes <plaes@plaes.org>
113436
 
Date:   Mon Mar 8 00:16:23 2010 -0500
 
129328
Author:     Priit Laes <plaes@plaes.org>
 
129329
AuthorDate: Mon Mar 8 00:16:23 2010 -0500
 
129330
Commit:     Matthias Clasen <mclasen@redhat.com>
 
129331
CommitDate: Mon Mar 8 00:16:23 2010 -0500
113437
129332
 
113438
129333
    Fix run-assert-msg-test to work with libtool-2.2.x.
113439
129334
 
113441
129336
 1 file changed, 5 insertions(+), 1 deletion(-)
113442
129337
 
113443
129338
commit 0a51b58e0776f2d5a82a5346ab81fb50ee75f9f4
113444
 
Author: Matthias Clasen <mclasen@redhat.com>
113445
 
Date:   Mon Mar 8 00:12:33 2010 -0500
 
129339
Author:     Matthias Clasen <mclasen@redhat.com>
 
129340
AuthorDate: Mon Mar 8 00:12:33 2010 -0500
 
129341
Commit:     Matthias Clasen <mclasen@redhat.com>
 
129342
CommitDate: Mon Mar 8 00:12:33 2010 -0500
113446
129343
 
113447
129344
    Minor doc clarification
113448
129345
 
113453
129350
 1 file changed, 7 insertions(+), 3 deletions(-)
113454
129351
 
113455
129352
commit 42f042d5fb381151a999e38740720e9244caa6da
113456
 
Author: Matthias Clasen <mclasen@redhat.com>
113457
 
Date:   Mon Mar 8 00:04:11 2010 -0500
 
129353
Author:     Matthias Clasen <mclasen@redhat.com>
 
129354
AuthorDate: Mon Mar 8 00:04:11 2010 -0500
 
129355
Commit:     Matthias Clasen <mclasen@redhat.com>
 
129356
CommitDate: Mon Mar 8 00:05:07 2010 -0500
113458
129357
 
113459
129358
    Minor doc clarification
113460
129359
 
113465
129364
 1 file changed, 8 insertions(+), 7 deletions(-)
113466
129365
 
113467
129366
commit 485077e9ce78ad2b55bdb471b57dc9fe21259922
113468
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
113469
 
Date:   Mon Mar 8 02:31:12 2010 +0000
 
129367
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
129368
AuthorDate: Mon Mar 8 02:31:12 2010 +0000
 
129369
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
129370
CommitDate: Mon Mar 8 02:31:12 2010 +0000
113470
129371
 
113471
129372
    Updated Portuguese translation
113472
129373
 
113474
129375
 1 file changed, 17 insertions(+), 12 deletions(-)
113475
129376
 
113476
129377
commit 9dd6c60fbfc742eb08a5b5b27986395ed439fbc1
113477
 
Author: Matthias Clasen <mclasen@redhat.com>
113478
 
Date:   Sun Mar 7 17:42:25 2010 -0500
 
129378
Author:     Matthias Clasen <mclasen@redhat.com>
 
129379
AuthorDate: Sun Mar 7 17:42:25 2010 -0500
 
129380
Commit:     Matthias Clasen <mclasen@redhat.com>
 
129381
CommitDate: Sun Mar 7 17:44:23 2010 -0500
113479
129382
 
113480
129383
    Plug a memleak in g_io_modules_scan_all_in_directory
113481
129384
 
113486
129389
 1 file changed, 2 insertions(+), 2 deletions(-)
113487
129390
 
113488
129391
commit 5f424088f5bdf041d5653f5f2aa310150155f58c
113489
 
Author: Jorge González <jorgegonz@svn.gnome.org>
113490
 
Date:   Sun Mar 7 11:49:58 2010 +0100
 
129392
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
129393
AuthorDate: Sun Mar 7 11:49:58 2010 +0100
 
129394
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
129395
CommitDate: Sun Mar 7 11:49:58 2010 +0100
113491
129396
 
113492
129397
    Updated Spanish translation
113493
129398
 
113496
129401
 1 file changed, 484 insertions(+), 479 deletions(-)
113497
129402
 
113498
129403
commit a9d57e990b878d2b602b247dba676cd257426e23
113499
 
Author: Ryan Lortie <desrt@desrt.ca>
113500
 
Date:   Sun Mar 7 03:02:08 2010 -0500
 
129404
Author:     Ryan Lortie <desrt@desrt.ca>
 
129405
AuthorDate: Sun Mar 7 03:02:08 2010 -0500
 
129406
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129407
CommitDate: Sun Mar 7 03:02:08 2010 -0500
113501
129408
 
113502
129409
    .gitignore mem-overflow test
113503
129410
 
113505
129412
 1 file changed, 1 insertion(+)
113506
129413
 
113507
129414
commit dfcee5865b7c677db722640dec5e34a8e89b4d07
113508
 
Author: Ryan Lortie <desrt@desrt.ca>
113509
 
Date:   Sun Mar 7 02:15:37 2010 -0500
 
129415
Author:     Ryan Lortie <desrt@desrt.ca>
 
129416
AuthorDate: Sun Mar 7 02:15:37 2010 -0500
 
129417
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129418
CommitDate: Sun Mar 7 02:15:37 2010 -0500
113510
129419
 
113511
129420
    gtk-doc: ignore GBuffer
113512
129421
 
113514
129423
 1 file changed, 1 insertion(+)
113515
129424
 
113516
129425
commit a1b9743e1816c5269029e8ae2e21e8950c411f5c
113517
 
Author: Ryan Lortie <desrt@desrt.ca>
113518
 
Date:   Sat Mar 6 23:21:27 2010 -0500
 
129426
Author:     Ryan Lortie <desrt@desrt.ca>
 
129427
AuthorDate: Sat Mar 6 23:21:27 2010 -0500
 
129428
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129429
CommitDate: Sat Mar 6 23:21:27 2010 -0500
113519
129430
 
113520
129431
    Bug 608196 - Overflow-safe g_new family
113521
129432
 
113536
129447
 2 files changed, 35 insertions(+), 56 deletions(-)
113537
129448
 
113538
129449
commit 01ef92178b9978b7491bbb3397de9ee08e38af20
113539
 
Author: Alexander Shopov <ash@contact.bg>
113540
 
Date:   Sat Mar 6 20:22:49 2010 +0200
 
129450
Author:     Alexander Shopov <ash@contact.bg>
 
129451
AuthorDate: Sat Mar 6 20:22:49 2010 +0200
 
129452
Commit:     Alexander Shopov <ash@contact.bg>
 
129453
CommitDate: Sat Mar 6 20:22:49 2010 +0200
113541
129454
 
113542
129455
    Updated Bulgarian translation
113543
129456
 
113545
129458
 1 file changed, 6 insertions(+), 7 deletions(-)
113546
129459
 
113547
129460
commit 7fa6d67bdb3b4d467931d88e7c5ba38481df8bab
113548
 
Author: Gil Forcada <gforcada@gnome.org>
113549
 
Date:   Sat Mar 6 13:34:27 2010 +0100
 
129461
Author:     Gil Forcada <gforcada@gnome.org>
 
129462
AuthorDate: Sat Mar 6 13:34:27 2010 +0100
 
129463
Commit:     Gil Forcada <gforcada@gnome.org>
 
129464
CommitDate: Sat Mar 6 13:35:00 2010 +0100
113550
129465
 
113551
129466
    Updated Catalan translation
113552
129467
 
113554
129469
 1 file changed, 10 insertions(+), 8 deletions(-)
113555
129470
 
113556
129471
commit 3d98c449b1638a4dc242279737c36fa3e37cb8ce
113557
 
Author: Stefan Kost <ensonic@users.sf.net>
113558
 
Date:   Sat Mar 6 14:15:25 2010 +0200
 
129472
Author:     Stefan Kost <ensonic@users.sf.net>
 
129473
AuthorDate: Sat Mar 6 14:15:25 2010 +0200
 
129474
Commit:     Stefan Kost <ensonic@users.sf.net>
 
129475
CommitDate: Sat Mar 6 14:15:25 2010 +0200
113559
129476
 
113560
129477
    gsignal: improve g_signal_new docs.
113561
129478
 
113567
129484
 1 file changed, 6 insertions(+), 1 deletion(-)
113568
129485
 
113569
129486
commit fa32ee56109e295f3dae95c8bbdf98a99f1bc66e
113570
 
Author: Stefan Kost <ensonic@users.sf.net>
113571
 
Date:   Sat Mar 6 13:36:38 2010 +0200
 
129487
Author:     Stefan Kost <ensonic@users.sf.net>
 
129488
AuthorDate: Sat Mar 6 13:36:38 2010 +0200
 
129489
Commit:     Stefan Kost <ensonic@users.sf.net>
 
129490
CommitDate: Sat Mar 6 13:36:38 2010 +0200
113572
129491
 
113573
129492
    docs: exchange "Subversion" with "source code repository"
113574
129493
 
113578
129497
 1 file changed, 1 insertion(+), 1 deletion(-)
113579
129498
 
113580
129499
commit ada60fd83fdd4fa694d8d872ea7cbe14b09cbfcc
113581
 
Author: Luca Ferretti <lferrett@gnome.org>
113582
 
Date:   Sat Mar 6 01:05:40 2010 +0100
 
129500
Author:     Luca Ferretti <lferrett@gnome.org>
 
129501
AuthorDate: Sat Mar 6 01:05:40 2010 +0100
 
129502
Commit:     Luca Ferretti <lferrett@gnome.org>
 
129503
CommitDate: Sat Mar 6 01:05:40 2010 +0100
113583
129504
 
113584
129505
    Updated Italian translation
113585
129506
 
113588
129509
 1 file changed, 518 insertions(+), 518 deletions(-)
113589
129510
 
113590
129511
commit bed0e3f14020bce9ea4eabfe846abb2b4cdfc83e
113591
 
Author: Daniel Nylander <po@danielnylander.se>
113592
 
Date:   Sat Mar 6 00:28:38 2010 +0100
 
129512
Author:     Daniel Nylander <po@danielnylander.se>
 
129513
AuthorDate: Sat Mar 6 00:28:38 2010 +0100
 
129514
Commit:     Daniel Nylander <po@danielnylander.se>
 
129515
CommitDate: Sat Mar 6 00:28:38 2010 +0100
113593
129516
 
113594
129517
    Updated Swedish translation
113595
129518
 
113598
129521
 1 file changed, 707 insertions(+), 684 deletions(-)
113599
129522
 
113600
129523
commit 54e830100de02d49d11842e9464511f160c8fbbc
113601
 
Author: Fridrich Strba <fridrich.strba@bluewin.ch>
113602
 
Date:   Fri Mar 5 23:15:45 2010 +0100
 
129524
Author:     Fridrich Strba <fridrich.strba@bluewin.ch>
 
129525
AuthorDate: Fri Mar 5 23:15:45 2010 +0100
 
129526
Commit:     Fridrich Strba <fridrich.strba@bluewin.ch>
 
129527
CommitDate: Fri Mar 5 23:15:45 2010 +0100
113603
129528
 
113604
129529
    Adding new defines first appeared in 2.22 into glibconfig.h.win32.in
113605
129530
 
113607
129532
 1 file changed, 8 insertions(+)
113608
129533
 
113609
129534
commit 0772298b9bc43af10ddb53f63e2c6faca6371a82
113610
 
Author: Claude Paroz <claude@2xlibre.net>
113611
 
Date:   Fri Mar 5 22:32:07 2010 +0100
 
129535
Author:     Claude Paroz <claude@2xlibre.net>
 
129536
AuthorDate: Fri Mar 5 22:32:07 2010 +0100
 
129537
Commit:     Claude Paroz <claude@2xlibre.net>
 
129538
CommitDate: Fri Mar 5 22:32:07 2010 +0100
113612
129539
 
113613
129540
    Updated French translation
113614
129541
 
113617
129544
 1 file changed, 483 insertions(+), 481 deletions(-)
113618
129545
 
113619
129546
commit 6949099124ddd6bed660c146a42800402b5807ea
113620
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
113621
 
Date:   Fri Mar 5 22:03:27 2010 +0100
 
129547
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
129548
AuthorDate: Fri Mar 5 22:03:27 2010 +0100
 
129549
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
129550
CommitDate: Fri Mar 5 22:03:27 2010 +0100
113622
129551
 
113623
129552
    Updated Hungarian translation
113624
129553
 
113627
129556
 1 file changed, 33 insertions(+), 54 deletions(-)
113628
129557
 
113629
129558
commit 0edd7cb8a10388e22cd6b3a37295a6ffddf7e693
113630
 
Author: Ryan Lortie <desrt@desrt.ca>
113631
 
Date:   Fri Mar 5 15:52:38 2010 -0500
 
129559
Author:     Ryan Lortie <desrt@desrt.ca>
 
129560
AuthorDate: Fri Mar 5 15:52:38 2010 -0500
 
129561
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129562
CommitDate: Fri Mar 5 15:53:42 2010 -0500
113632
129563
 
113633
129564
    undef the proper macros to avoid warning message
113634
129565
 
113636
129567
 1 file changed, 2 insertions(+), 2 deletions(-)
113637
129568
 
113638
129569
commit a3420d8713d6b5425b80f30e5cb61e88bb9d46e2
113639
 
Author: Behdad Esfahbod <behdad@behdad.org>
113640
 
Date:   Fri Mar 5 15:48:08 2010 -0500
 
129570
Author:     Behdad Esfahbod <behdad@behdad.org>
 
129571
AuthorDate: Fri Mar 5 15:48:08 2010 -0500
 
129572
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
129573
CommitDate: Fri Mar 5 15:48:48 2010 -0500
113641
129574
 
113642
129575
    Add makegalias.pl dep on galias.h and co
113643
129576
 
113645
129578
 1 file changed, 2 insertions(+), 2 deletions(-)
113646
129579
 
113647
129580
commit 4882be674326f85aaef479ba2aa6b63565f818b3
113648
 
Author: Leonid Kanter <leon@asplinux.ru>
113649
 
Date:   Fri Mar 5 15:49:12 2010 +0200
 
129581
Author:     Leonid Kanter <leon@asplinux.ru>
 
129582
AuthorDate: Fri Mar 5 15:49:12 2010 +0200
 
129583
Commit:     Leonid Kanter <leon@asplinux.ru>
 
129584
CommitDate: Fri Mar 5 15:49:12 2010 +0200
113650
129585
 
113651
129586
    update Russian translation
113652
129587
 
113655
129590
 1 file changed, 51 insertions(+), 30 deletions(-)
113656
129591
 
113657
129592
commit 24768ebd8f3a792a091f5583ab301424f84d77d3
113658
 
Author: Matej Urbančič <mateju@svn.gnome.org>
113659
 
Date:   Fri Mar 5 14:32:01 2010 +0100
 
129593
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
129594
AuthorDate: Fri Mar 5 14:32:01 2010 +0100
 
129595
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
129596
CommitDate: Fri Mar 5 14:32:01 2010 +0100
113660
129597
 
113661
129598
    Updated Slovenian translation
113662
129599
 
113665
129602
 1 file changed, 697 insertions(+), 641 deletions(-)
113666
129603
 
113667
129604
commit 7026365db22a12b7606bf1e2defac803b359cf68
113668
 
Author: Ryan Lortie <desrt@desrt.ca>
113669
 
Date:   Fri Mar 5 06:10:01 2010 -0500
 
129605
Author:     Ryan Lortie <desrt@desrt.ca>
 
129606
AuthorDate: Fri Mar 5 06:10:01 2010 -0500
 
129607
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129608
CommitDate: Fri Mar 5 06:14:36 2010 -0500
113670
129609
 
113671
129610
    g_variant_get_strv: support objects and signatures
113672
129611
 
113674
129613
 1 file changed, 8 insertions(+), 2 deletions(-)
113675
129614
 
113676
129615
commit 118d59ba15324b49ab9f8b61332364148102d3fd
113677
 
Author: Ryan Lortie <desrt@desrt.ca>
113678
 
Date:   Fri Mar 5 06:09:38 2010 -0500
 
129616
Author:     Ryan Lortie <desrt@desrt.ca>
 
129617
AuthorDate: Fri Mar 5 06:09:38 2010 -0500
 
129618
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129619
CommitDate: Fri Mar 5 06:14:26 2010 -0500
113679
129620
 
113680
129621
    GVariant: fix some refcounting issues
113681
129622
 
113683
129624
 1 file changed, 5 insertions(+), 2 deletions(-)
113684
129625
 
113685
129626
commit 3297185f3962bd73714c376c101c891897b999b4
113686
 
Author: Ivar Smolin <okul@linux.ee>
113687
 
Date:   Fri Mar 5 13:08:05 2010 +0200
 
129627
Author:     Ivar Smolin <okul@linux.ee>
 
129628
AuthorDate: Fri Mar 5 13:08:05 2010 +0200
 
129629
Commit:     Priit Laes <plaes@plaes.org>
 
129630
CommitDate: Fri Mar 5 13:08:05 2010 +0200
113688
129631
 
113689
129632
    Estonian translation updated
113690
129633
 
113693
129636
 1 file changed, 10 insertions(+), 479 deletions(-)
113694
129637
 
113695
129638
commit 6c58d5f8aeb420bd95caaf6ec62be60b47c819b7
113696
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
113697
 
Date:   Fri Mar 5 11:16:33 2010 +0200
 
129639
Author:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
129640
AuthorDate: Fri Mar 5 11:16:33 2010 +0200
 
129641
Commit:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
129642
CommitDate: Fri Mar 5 11:16:33 2010 +0200
113698
129643
 
113699
129644
    Updated Lithuanian translation.
113700
129645
 
113702
129647
 1 file changed, 12 insertions(+), 10 deletions(-)
113703
129648
 
113704
129649
commit e0fff9a057dffc795146d5baa9a9e186587344b5
113705
 
Author: Philip Withnall <philip@tecnocode.co.uk>
113706
 
Date:   Thu Mar 4 23:54:07 2010 +0000
 
129650
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
129651
AuthorDate: Thu Mar 4 23:54:07 2010 +0000
 
129652
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
129653
CommitDate: Thu Mar 4 23:54:07 2010 +0000
113707
129654
 
113708
129655
    Updated British English translation
113709
129656
 
113711
129658
 1 file changed, 11 insertions(+), 8 deletions(-)
113712
129659
 
113713
129660
commit e583d05374fc26de0e52ea20722254cdb081b23c
113714
 
Author: Kjartan Maraas <kmaraas@gnome.org>
113715
 
Date:   Thu Mar 4 22:57:03 2010 +0100
 
129661
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
129662
AuthorDate: Thu Mar 4 22:57:03 2010 +0100
 
129663
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
129664
CommitDate: Thu Mar 4 22:57:03 2010 +0100
113716
129665
 
113717
129666
    Updated Norwegian bokmål translation
113718
129667
 
113720
129669
 1 file changed, 1 insertion(+), 1 deletion(-)
113721
129670
 
113722
129671
commit 1b1af2fa240f96fda5361784d1d80a94fae5752c
113723
 
Author: Kjartan Maraas <kmaraas@gnome.org>
113724
 
Date:   Thu Mar 4 22:56:37 2010 +0100
 
129672
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
129673
AuthorDate: Thu Mar 4 22:56:37 2010 +0100
 
129674
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
129675
CommitDate: Thu Mar 4 22:56:37 2010 +0100
113725
129676
 
113726
129677
    Updated Norwegian bokmål translation
113727
129678
 
113729
129680
 1 file changed, 8 insertions(+), 4 deletions(-)
113730
129681
 
113731
129682
commit fe3c945a3fe15b6d4b1177c20f88ac7441d5dca9
113732
 
Author: Mario Blättermann <mariobl@gnome.org>
113733
 
Date:   Thu Mar 4 22:02:43 2010 +0100
 
129683
Author:     Mario Blättermann <mariobl@gnome.org>
 
129684
AuthorDate: Thu Mar 4 22:02:43 2010 +0100
 
129685
Commit:     Mario Blättermann <mariobl@gnome.org>
 
129686
CommitDate: Thu Mar 4 22:02:57 2010 +0100
113734
129687
 
113735
129688
    Updated German translation
113736
129689
 
113739
129692
 1 file changed, 70 insertions(+), 58 deletions(-)
113740
129693
 
113741
129694
commit 983fd35c7c38ab54b2e39e25102990184377fbb3
113742
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
113743
 
Date:   Thu Mar 4 21:31:54 2010 +0100
 
129695
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
129696
AuthorDate: Thu Mar 4 21:31:54 2010 +0100
 
129697
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
129698
CommitDate: Thu Mar 4 21:31:54 2010 +0100
113744
129699
 
113745
129700
    Updated Basque language
113746
129701
 
113748
129703
 1 file changed, 6 insertions(+), 2 deletions(-)
113749
129704
 
113750
129705
commit 976cce06fc863496a595240ceb6af07b90d41313
113751
 
Author: Jonh Wendell <jwendell@gnome.org>
113752
 
Date:   Thu Mar 4 17:13:56 2010 -0300
 
129706
Author:     Jonh Wendell <jwendell@gnome.org>
 
129707
AuthorDate: Thu Mar 4 17:13:56 2010 -0300
 
129708
Commit:     Jonh Wendell <jwendell@gnome.org>
 
129709
CommitDate: Thu Mar 4 17:13:56 2010 -0300
113753
129710
 
113754
129711
    Updated Brazilian Portuguese translation
113755
129712
 
113758
129715
 1 file changed, 484 insertions(+), 474 deletions(-)
113759
129716
 
113760
129717
commit 7504095de09756efec4bc39225986c5db10d6ace
113761
 
Author: Jonh Wendell <jwendell@gnome.org>
113762
 
Date:   Thu Mar 4 17:03:13 2010 -0300
 
129718
Author:     Jonh Wendell <jwendell@gnome.org>
 
129719
AuthorDate: Thu Mar 4 17:03:13 2010 -0300
 
129720
Commit:     Jonh Wendell <jwendell@gnome.org>
 
129721
CommitDate: Thu Mar 4 17:03:13 2010 -0300
113763
129722
 
113764
129723
    Mark a string for translation
113765
129724
 
113767
129726
 1 file changed, 1 insertion(+), 1 deletion(-)
113768
129727
 
113769
129728
commit 766183c079192d8fb71044770456c8c9662bd5db
113770
 
Author: Claudio Saavedra <csaavedra@igalia.com>
113771
 
Date:   Thu Mar 4 19:18:12 2010 +0200
 
129729
Author:     Claudio Saavedra <csaavedra@igalia.com>
 
129730
AuthorDate: Thu Mar 4 19:18:12 2010 +0200
 
129731
Commit:     Claudio Saavedra <csaavedra@igalia.com>
 
129732
CommitDate: Thu Mar 4 19:18:12 2010 +0200
113772
129733
 
113773
129734
    Remove GUtf8InputStream leftover in docs
113774
129735
 
113778
129739
 1 file changed, 1 deletion(-)
113779
129740
 
113780
129741
commit f3425cc38dae31b815db1038dcaac29848840409
113781
 
Author: Behdad Esfahbod <behdad@behdad.org>
113782
 
Date:   Thu Mar 4 10:38:31 2010 -0500
 
129742
Author:     Behdad Esfahbod <behdad@behdad.org>
 
129743
AuthorDate: Thu Mar 4 10:38:31 2010 -0500
 
129744
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
129745
CommitDate: Thu Mar 4 10:39:15 2010 -0500
113783
129746
 
113784
129747
    Fix galias build breakage with g_malloc_n macros
113785
129748
 
113787
129750
 1 file changed, 9 insertions(+), 6 deletions(-)
113788
129751
 
113789
129752
commit c423c3a9c951a64b2c3d3eea67e15fce752a2bd0
113790
 
Author: Christian Dywan <christian@twotoasts.de>
113791
 
Date:   Thu Mar 4 11:02:31 2010 +0100
 
129753
Author:     Christian Dywan <christian@twotoasts.de>
 
129754
AuthorDate: Thu Mar 4 11:02:31 2010 +0100
 
129755
Commit:     Christian Dywan <christian@twotoasts.de>
 
129756
CommitDate: Thu Mar 4 11:02:31 2010 +0100
113792
129757
 
113793
129758
    Add licence headers to gnativevolumemonitor.c/h
113794
129759
 
113799
129764
 2 files changed, 44 insertions(+)
113800
129765
 
113801
129766
commit 343cbf25c7104f782b9d0070cb623c7605dab646
113802
 
Author: Behdad Esfahbod <behdad@behdad.org>
113803
 
Date:   Tue Feb 2 23:48:42 2010 -0500
 
129767
Author:     Behdad Esfahbod <behdad@behdad.org>
 
129768
AuthorDate: Tue Feb 2 23:48:42 2010 -0500
 
129769
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
129770
CommitDate: Wed Mar 3 17:54:49 2010 -0500
113804
129771
 
113805
129772
    Bug 608196 - Overflow-safe g_new family
113806
129773
 
113827
129794
 9 files changed, 375 insertions(+), 21 deletions(-)
113828
129795
 
113829
129796
commit 373f3d8b52ca8b08de0af6062eb284c2a7a856d9
113830
 
Author: Felix Riemann <friemann@gnome.org>
113831
 
Date:   Wed Feb 24 12:54:17 2010 +0100
 
129797
Author:     Felix Riemann <friemann@gnome.org>
 
129798
AuthorDate: Wed Feb 24 12:54:17 2010 +0100
 
129799
Commit:     Felix Riemann <friemann@gnome.org>
 
129800
CommitDate: Wed Mar 3 17:44:28 2010 +0100
113832
129801
 
113833
129802
    Fix API docs for GZlibCompressor and GZlibDecompressor
113834
129803
 
113842
129811
 3 files changed, 5 insertions(+), 5 deletions(-)
113843
129812
 
113844
129813
commit 560f5187432fc890725c5bb5c74a0997affb888c
113845
 
Author: Ryan Lortie <desrt@desrt.ca>
113846
 
Date:   Wed Mar 3 11:36:52 2010 -0500
 
129814
Author:     Ryan Lortie <desrt@desrt.ca>
 
129815
AuthorDate: Wed Mar 3 11:36:52 2010 -0500
 
129816
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129817
CommitDate: Wed Mar 3 11:38:14 2010 -0500
113847
129818
 
113848
129819
    GVariantBuilder: loosen assertion check
113849
129820
 
113855
129826
 1 file changed, 1 insertion(+), 2 deletions(-)
113856
129827
 
113857
129828
commit 9a886135c80233a5a40071189df7693151201954
113858
 
Author: Dan Winship <danw@gnome.org>
113859
 
Date:   Wed Mar 3 08:35:32 2010 -0500
 
129829
Author:     Dan Winship <danw@gnome.org>
 
129830
AuthorDate: Wed Mar 3 08:35:32 2010 -0500
 
129831
Commit:     Dan Winship <danw@gnome.org>
 
129832
CommitDate: Wed Mar 3 08:35:32 2010 -0500
113860
129833
 
113861
129834
    GResolver: fix Windows 2000 workaround
113862
129835
 
113870
129843
 2 files changed, 8 insertions(+), 8 deletions(-)
113871
129844
 
113872
129845
commit 67ba99f7abfba0d24719950b55e88024acfc91ae
113873
 
Author: Kjartan Maraas <kmaraas@gnome.org>
113874
 
Date:   Wed Mar 3 13:49:10 2010 +0100
 
129846
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
129847
AuthorDate: Wed Mar 3 13:49:10 2010 +0100
 
129848
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
129849
CommitDate: Wed Mar 3 13:49:10 2010 +0100
113875
129850
 
113876
129851
    Updated Norwegian bokmål translation
113877
129852
 
113880
129855
 1 file changed, 479 insertions(+), 476 deletions(-)
113881
129856
 
113882
129857
commit fe6e278a870c7b2a3e76ba9ef17a9b99a4c0c474
113883
 
Author: Ryan Lortie <desrt@desrt.ca>
113884
 
Date:   Wed Mar 3 03:37:37 2010 -0500
 
129858
Author:     Ryan Lortie <desrt@desrt.ca>
 
129859
AuthorDate: Wed Mar 3 03:37:37 2010 -0500
 
129860
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129861
CommitDate: Wed Mar 3 03:38:02 2010 -0500
113885
129862
 
113886
129863
    GVariantBuilder: allow for stack allocation
113887
129864
 
113894
129871
 5 files changed, 352 insertions(+), 235 deletions(-)
113895
129872
 
113896
129873
commit bb0808638c5b4bac11355bc94434d35e76b53364
113897
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
113898
 
Date:   Tue Mar 2 17:18:52 2010 +0100
 
129874
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
129875
AuthorDate: Tue Mar 2 17:18:52 2010 +0100
 
129876
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
129877
CommitDate: Tue Mar 2 17:18:52 2010 +0100
113899
129878
 
113900
129879
    Updated Hungarian translation
113901
129880
 
113904
129883
 1 file changed, 507 insertions(+), 523 deletions(-)
113905
129884
 
113906
129885
commit 2927c5e0c628dfe97f2649661db703a30dbebd8b
113907
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
113908
 
Date:   Tue Mar 2 12:39:33 2010 +0100
 
129886
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
129887
AuthorDate: Tue Mar 2 12:39:33 2010 +0100
 
129888
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
129889
CommitDate: Tue Mar 2 12:39:33 2010 +0100
113909
129890
 
113910
129891
    Updated Basque language
113911
129892
 
113914
129895
 1 file changed, 504 insertions(+), 531 deletions(-)
113915
129896
 
113916
129897
commit 277b9717da6261d089772684669bc55c5a0e911b
113917
 
Author: Paolo Borelli <pborelli@gnome.org>
113918
 
Date:   Mon Mar 1 10:24:43 2010 +0100
 
129898
Author:     Paolo Borelli <pborelli@gnome.org>
 
129899
AuthorDate: Mon Mar 1 10:24:43 2010 +0100
 
129900
Commit:     Paolo Borelli <pborelli@gnome.org>
 
129901
CommitDate: Mon Mar 1 10:24:43 2010 +0100
113919
129902
 
113920
129903
    Remove utf8inputstream leftovers in a few other places
113921
129904
 
113926
129909
 4 files changed, 21 deletions(-)
113927
129910
 
113928
129911
commit 2bfddf162e686c750beb2af2e4cb2e8d8d523440
113929
 
Author: Alexander Larsson <alexl@redhat.com>
113930
 
Date:   Mon Mar 1 09:56:02 2010 +0100
 
129912
Author:     Alexander Larsson <alexl@redhat.com>
 
129913
AuthorDate: Mon Mar 1 09:56:02 2010 +0100
 
129914
Commit:     Alexander Larsson <alexl@redhat.com>
 
129915
CommitDate: Mon Mar 1 09:56:02 2010 +0100
113931
129916
 
113932
129917
    Remove GUtf8InputStream for now
113933
129918
 
113951
129936
 7 files changed, 673 deletions(-)
113952
129937
 
113953
129938
commit c47e1949e215126c70503843ebb7759449160212
113954
 
Author: Gil Forcada <gforcada@gnome.org>
113955
 
Date:   Sun Feb 28 18:55:54 2010 +0100
 
129939
Author:     Gil Forcada <gforcada@gnome.org>
 
129940
AuthorDate: Sun Feb 28 18:55:54 2010 +0100
 
129941
Commit:     Gil Forcada <gforcada@gnome.org>
 
129942
CommitDate: Sun Feb 28 18:55:54 2010 +0100
113956
129943
 
113957
129944
    Updated Catalan translation
113958
129945
 
113961
129948
 1 file changed, 506 insertions(+), 503 deletions(-)
113962
129949
 
113963
129950
commit 92d4cfbd1584847ea689146c57f3c79282813ae3
113964
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
113965
 
Date:   Sat Feb 27 20:40:04 2010 +0800
 
129951
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
129952
AuthorDate: Sat Feb 27 20:40:04 2010 +0800
 
129953
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
129954
CommitDate: Sat Feb 27 20:40:04 2010 +0800
113966
129955
 
113967
129956
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
113968
129957
 
113973
129962
 2 files changed, 962 insertions(+), 953 deletions(-)
113974
129963
 
113975
129964
commit a3c7406cce2af55aea4ffdf1ceb8b828f5ef3219
113976
 
Author: Ryan Lortie <desrt@desrt.ca>
113977
 
Date:   Thu Feb 25 18:09:23 2010 -0500
 
129965
Author:     Ryan Lortie <desrt@desrt.ca>
 
129966
AuthorDate: Thu Feb 25 18:09:23 2010 -0500
 
129967
Commit:     Ryan Lortie <desrt@desrt.ca>
 
129968
CommitDate: Thu Feb 25 18:13:59 2010 -0500
113978
129969
 
113979
129970
    GVariantTypeInfo: fix thread safety bug
113980
129971
 
113996
129987
 1 file changed, 7 insertions(+), 5 deletions(-)
113997
129988
 
113998
129989
commit 43b6c2b8f5a9000373b448eca7edea2e3dad4248
113999
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
114000
 
Date:   Thu Feb 25 02:03:17 2010 +0000
 
129990
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
129991
AuthorDate: Thu Feb 25 02:03:17 2010 +0000
 
129992
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
129993
CommitDate: Thu Feb 25 02:03:17 2010 +0000
114001
129994
 
114002
129995
    Updated Portuguese translation
114003
129996
 
114006
129999
 1 file changed, 514 insertions(+), 516 deletions(-)
114007
130000
 
114008
130001
commit 24decf7658368ebcae012d82224627668485137a
114009
 
Author: Bruce Cowan <bcowan@fastmail.co.uk>
114010
 
Date:   Wed Feb 24 15:28:15 2010 +0000
 
130002
Author:     Bruce Cowan <bcowan@fastmail.co.uk>
 
130003
AuthorDate: Wed Feb 24 15:28:15 2010 +0000
 
130004
Commit:     Bruce Cowan <bcowan@fastmail.co.uk>
 
130005
CommitDate: Wed Feb 24 15:28:15 2010 +0000
114011
130006
 
114012
130007
    Updated British English translation
114013
130008
 
114016
130011
 1 file changed, 508 insertions(+), 506 deletions(-)
114017
130012
 
114018
130013
commit cf07bb353433234268b599d11afc0b0245fdddae
114019
 
Author: Leonid Kanter <leon@asplinux.ru>
114020
 
Date:   Wed Feb 24 10:49:16 2010 +0200
 
130014
Author:     Leonid Kanter <leon@asplinux.ru>
 
130015
AuthorDate: Wed Feb 24 10:49:16 2010 +0200
 
130016
Commit:     Leonid Kanter <leon@asplinux.ru>
 
130017
CommitDate: Wed Feb 24 10:49:16 2010 +0200
114021
130018
 
114022
130019
    Update Russian translation by Yuri Kozlov <yuray@komyakino.ru>
114023
130020
 
114026
130023
 1 file changed, 538 insertions(+), 650 deletions(-)
114027
130024
 
114028
130025
commit a495a2122d404fdf2c6cf5e3aa0524cf0437ec30
114029
 
Author: Saleem Abdulrasool <compnerd@compnerd.org>
114030
 
Date:   Tue Feb 23 15:28:51 2010 -0800
 
130026
Author:     Saleem Abdulrasool <compnerd@compnerd.org>
 
130027
AuthorDate: Tue Feb 23 15:28:51 2010 -0800
 
130028
Commit:     Saleem Abdulrasool <compnerd@compnerd.org>
 
130029
CommitDate: Tue Feb 23 16:23:07 2010 -0800
114031
130030
 
114032
130031
    include gio.h, not giotypes.h
114033
130032
 
114039
130038
 1 file changed, 1 insertion(+), 1 deletion(-)
114040
130039
 
114041
130040
commit 8413dfda9b71ff671a92df2c1d3451fb7c0b2085
114042
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
114043
 
Date:   Tue Feb 23 23:45:09 2010 +0200
 
130041
Author:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
130042
AuthorDate: Tue Feb 23 23:45:09 2010 +0200
 
130043
Commit:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
130044
CommitDate: Tue Feb 23 23:45:09 2010 +0200
114044
130045
 
114045
130046
    Updated Lithuanian translation.
114046
130047
 
114049
130050
 1 file changed, 587 insertions(+), 592 deletions(-)
114050
130051
 
114051
130052
commit ec0e3089c0e80219ad6e7806b27363ac9c990462
114052
 
Author: Ask H. Larsen <asklarsen@gmail.com>
114053
 
Date:   Tue Feb 23 22:25:51 2010 +0100
 
130053
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
130054
AuthorDate: Tue Feb 23 22:25:51 2010 +0100
 
130055
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
130056
CommitDate: Tue Feb 23 22:25:51 2010 +0100
114054
130057
 
114055
130058
    Updated Danish translation
114056
130059
 
114059
130062
 1 file changed, 510 insertions(+), 508 deletions(-)
114060
130063
 
114061
130064
commit 1903c229a267611a2624409371390a472d97ad4c
114062
 
Author: Mario Blättermann <mariobl@gnome.org>
114063
 
Date:   Tue Feb 23 22:23:36 2010 +0100
 
130065
Author:     Mario Blättermann <mariobl@gnome.org>
 
130066
AuthorDate: Tue Feb 23 22:23:36 2010 +0100
 
130067
Commit:     Mario Blättermann <mariobl@gnome.org>
 
130068
CommitDate: Tue Feb 23 22:23:36 2010 +0100
114064
130069
 
114065
130070
    Updated German translation
114066
130071
 
114069
130074
 1 file changed, 505 insertions(+), 508 deletions(-)
114070
130075
 
114071
130076
commit 2940285002c3504fb49fb7388d2265b464c92dcc
114072
 
Author: Ryan Lortie <desrt@desrt.ca>
114073
 
Date:   Tue Feb 23 12:49:08 2010 -0500
 
130077
Author:     Ryan Lortie <desrt@desrt.ca>
 
130078
AuthorDate: Tue Feb 23 12:49:08 2010 -0500
 
130079
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130080
CommitDate: Tue Feb 23 12:49:08 2010 -0500
114074
130081
 
114075
130082
    .gitignore gcov output (*.gcov, *.gcno, *.gcda)
114076
130083
 
114078
130085
 1 file changed, 3 insertions(+)
114079
130086
 
114080
130087
commit cecf61d1c3e8ff07b1595641bad85fb9f9b03ddf
114081
 
Author: Edward Hervey <bilboed@bilboed.com>
114082
 
Date:   Mon Dec 7 11:23:55 2009 +0100
 
130088
Author:     Edward Hervey <bilboed@bilboed.com>
 
130089
AuthorDate: Mon Dec 7 11:23:55 2009 +0100
 
130090
Commit:     Edward Hervey <bilboed@bilboed.com>
 
130091
CommitDate: Tue Feb 23 18:42:03 2010 +0100
114083
130092
 
114084
130093
    gobject: Don't use G_PARAM_SPEC_VALUE_TYPE when we know the pspec
114085
130094
    is valid
114090
130099
 1 file changed, 13 insertions(+), 13 deletions(-)
114091
130100
 
114092
130101
commit a7cc500d3829db1a8757ae940db09869b78bdca8
114093
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
114094
 
Date:   Tue Feb 23 18:19:16 2010 +0100
 
130102
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
130103
AuthorDate: Tue Feb 23 18:19:16 2010 +0100
 
130104
Commit:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
130105
CommitDate: Tue Feb 23 18:37:39 2010 +0100
114095
130106
 
114096
130107
    Test for unexisting files in $TMP and not in $HOME
114097
130108
 
114105
130116
 1 file changed, 1 insertion(+), 1 deletion(-)
114106
130117
 
114107
130118
commit 355246579ee08753e80bef5d31816a6ef52da73b
114108
 
Author: Alexander Shopov <ash@contact.bg>
114109
 
Date:   Tue Feb 23 09:30:39 2010 +0200
 
130119
Author:     Alexander Shopov <ash@contact.bg>
 
130120
AuthorDate: Tue Feb 23 09:30:39 2010 +0200
 
130121
Commit:     Alexander Shopov <ash@contact.bg>
 
130122
CommitDate: Tue Feb 23 09:31:03 2010 +0200
114110
130123
 
114111
130124
    Updated Bulgarian translation
114112
130125
 
114115
130128
 1 file changed, 488 insertions(+), 485 deletions(-)
114116
130129
 
114117
130130
commit 1f66523ad325c301d9caf7130b99d3fd74940338
114118
 
Author: Ryan Lortie <desrt@desrt.ca>
114119
 
Date:   Tue Feb 23 02:00:11 2010 -0500
 
130131
Author:     Ryan Lortie <desrt@desrt.ca>
 
130132
AuthorDate: Tue Feb 23 02:00:11 2010 -0500
 
130133
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130134
CommitDate: Tue Feb 23 02:00:11 2010 -0500
114120
130135
 
114121
130136
    Fix backward logic in g_return_if_fail().
114122
130137
 
114124
130139
 1 file changed, 4 insertions(+), 4 deletions(-)
114125
130140
 
114126
130141
commit 360b9b540ee5e88de01a4c8aaf16c84f6cf23dc8
114127
 
Author: Ryan Lortie <desrt@desrt.ca>
114128
 
Date:   Tue Feb 23 01:59:57 2010 -0500
 
130142
Author:     Ryan Lortie <desrt@desrt.ca>
 
130143
AuthorDate: Tue Feb 23 01:59:57 2010 -0500
 
130144
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130145
CommitDate: Tue Feb 23 01:59:57 2010 -0500
114129
130146
 
114130
130147
    GVariant: Improve test coverage.
114131
130148
 
114134
130151
 1 file changed, 245 insertions(+), 8 deletions(-)
114135
130152
 
114136
130153
commit 202d7d37d6ce066291504276810c350c9a3feb7a
114137
 
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
114138
 
Date:   Fri Feb 19 19:00:02 2010 +0100
 
130154
Author:     Emilio Pozuelo Monfort <pochu27@gmail.com>
 
130155
AuthorDate: Fri Feb 19 19:00:02 2010 +0100
 
130156
Commit:     Alexander Larsson <alexl@redhat.com>
 
130157
CommitDate: Mon Feb 22 19:54:38 2010 +0100
114139
130158
 
114140
130159
    Don't fail a couple of tests when running as root
114141
130160
 
114149
130168
 1 file changed, 16 insertions(+), 2 deletions(-)
114150
130169
 
114151
130170
commit 4535683b3f42b6840e01bd94fe6ea792b0ebeecf
114152
 
Author: Alexander Larsson <alexl@redhat.com>
114153
 
Date:   Mon Feb 22 12:37:16 2010 +0100
 
130171
Author:     Alexander Larsson <alexl@redhat.com>
 
130172
AuthorDate: Mon Feb 22 12:37:16 2010 +0100
 
130173
Commit:     Alexander Larsson <alexl@redhat.com>
 
130174
CommitDate: Mon Feb 22 12:37:16 2010 +0100
114154
130175
 
114155
130176
    Keep metadata when files are renamed and trashed
114156
130177
 
114160
130181
 1 file changed, 16 insertions(+), 2 deletions(-)
114161
130182
 
114162
130183
commit 515434bdcb63073d62b424c4b352a9d509cee5e6
114163
 
Author: Ryan Lortie <desrt@desrt.ca>
114164
 
Date:   Mon Feb 22 00:39:01 2010 -0500
 
130184
Author:     Ryan Lortie <desrt@desrt.ca>
 
130185
AuthorDate: Mon Feb 22 00:39:01 2010 -0500
 
130186
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130187
CommitDate: Mon Feb 22 00:39:01 2010 -0500
114165
130188
 
114166
130189
    GVariantIter, GVariantBuilder
114167
130190
 
114178
130201
 9 files changed, 1367 insertions(+), 398 deletions(-)
114179
130202
 
114180
130203
commit b9d728474ebc51c0d4ff46cb44d97134730174fc
114181
 
Author: Ryan Lortie <desrt@desrt.ca>
114182
 
Date:   Sun Feb 21 19:39:33 2010 -0500
 
130204
Author:     Ryan Lortie <desrt@desrt.ca>
 
130205
AuthorDate: Sun Feb 21 19:39:33 2010 -0500
 
130206
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130207
CommitDate: Mon Feb 22 00:35:45 2010 -0500
114183
130208
 
114184
130209
    Remove redudant check for direct #include gslice.h
114185
130210
 
114192
130217
 2 files changed, 2 insertions(+), 4 deletions(-)
114193
130218
 
114194
130219
commit 0a1ce31b6e8d3a7683ae5164d51e325d3669f53f
114195
 
Author: Matthias Clasen <mclasen@redhat.com>
114196
 
Date:   Sun Feb 21 21:38:33 2010 -0500
 
130220
Author:     Matthias Clasen <mclasen@redhat.com>
 
130221
AuthorDate: Sun Feb 21 21:38:33 2010 -0500
 
130222
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130223
CommitDate: Sun Feb 21 21:38:33 2010 -0500
114197
130224
 
114198
130225
    Bump version
114199
130226
 
114201
130228
 1 file changed, 1 insertion(+), 1 deletion(-)
114202
130229
 
114203
130230
commit 7fea53a4a290f1cd2c052320b21ee3405e1ed605
114204
 
Author: Matthias Clasen <mclasen@redhat.com>
114205
 
Date:   Sun Feb 21 21:37:33 2010 -0500
 
130231
Author:     Matthias Clasen <mclasen@redhat.com>
 
130232
AuthorDate: Sun Feb 21 21:37:33 2010 -0500
 
130233
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130234
CommitDate: Sun Feb 21 21:37:33 2010 -0500
114206
130235
 
114207
130236
    2.23.4
114208
130237
 
114300
130329
 90 files changed, 10110 insertions(+), 9327 deletions(-)
114301
130330
 
114302
130331
commit 9a08cd5b042a1550cd446724e1ce71ff5379ed2b
114303
 
Author: Matthias Clasen <mclasen@redhat.com>
114304
 
Date:   Sun Feb 21 20:28:34 2010 -0500
 
130332
Author:     Matthias Clasen <mclasen@redhat.com>
 
130333
AuthorDate: Sun Feb 21 20:28:34 2010 -0500
 
130334
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130335
CommitDate: Sun Feb 21 20:28:34 2010 -0500
114305
130336
 
114306
130337
    More distcheck fixes
114307
130338
 
114309
130340
 1 file changed, 2 insertions(+)
114310
130341
 
114311
130342
commit ef497e8e64100f672509b8398a9805677ce80bcb
114312
 
Author: Matthias Clasen <mclasen@redhat.com>
114313
 
Date:   Sun Feb 21 20:11:33 2010 -0500
 
130343
Author:     Matthias Clasen <mclasen@redhat.com>
 
130344
AuthorDate: Sun Feb 21 20:11:33 2010 -0500
 
130345
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130346
CommitDate: Sun Feb 21 20:11:33 2010 -0500
114314
130347
 
114315
130348
    Fix some distcheck issues
114316
130349
 
114318
130351
 1 file changed, 1 deletion(-)
114319
130352
 
114320
130353
commit 3983418c25037dd01fea4b7a52eecdc703535d78
114321
 
Author: Matthias Clasen <mclasen@redhat.com>
114322
 
Date:   Sun Feb 21 19:55:02 2010 -0500
 
130354
Author:     Matthias Clasen <mclasen@redhat.com>
 
130355
AuthorDate: Sun Feb 21 19:55:02 2010 -0500
 
130356
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130357
CommitDate: Sun Feb 21 19:55:02 2010 -0500
114323
130358
 
114324
130359
    Fix up GFileDescriptorBased docs
114325
130360
 
114330
130365
 4 files changed, 17 insertions(+), 2 deletions(-)
114331
130366
 
114332
130367
commit 03fc92784d0ba995883fa2cbae96531ff3db8672
114333
 
Author: Matthias Clasen <mclasen@redhat.com>
114334
 
Date:   Sun Feb 21 19:48:22 2010 -0500
 
130368
Author:     Matthias Clasen <mclasen@redhat.com>
 
130369
AuthorDate: Sun Feb 21 19:48:22 2010 -0500
 
130370
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130371
CommitDate: Sun Feb 21 19:48:22 2010 -0500
114335
130372
 
114336
130373
    Add indices for 2.24 additions
114337
130374
 
114340
130377
 2 files changed, 8 insertions(+)
114341
130378
 
114342
130379
commit 80a160c7c6c1028febfda3d5bf3b557406a9555c
114343
 
Author: Matthias Clasen <mclasen@redhat.com>
114344
 
Date:   Sun Feb 21 19:46:57 2010 -0500
 
130380
Author:     Matthias Clasen <mclasen@redhat.com>
 
130381
AuthorDate: Sun Feb 21 19:46:57 2010 -0500
 
130382
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130383
CommitDate: Sun Feb 21 19:46:57 2010 -0500
114345
130384
 
114346
130385
    Small doc fixes
114347
130386
 
114350
130389
 2 files changed, 7 insertions(+)
114351
130390
 
114352
130391
commit 2de84d65943c29b86c24f2da9c9e7ca094e9c3a6
114353
 
Author: Matthias Clasen <mclasen@redhat.com>
114354
 
Date:   Sun Feb 21 19:42:37 2010 -0500
 
130392
Author:     Matthias Clasen <mclasen@redhat.com>
 
130393
AuthorDate: Sun Feb 21 19:42:37 2010 -0500
 
130394
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130395
CommitDate: Sun Feb 21 19:42:37 2010 -0500
114355
130396
 
114356
130397
    Fix up make check
114357
130398
 
114360
130401
 2 files changed, 12 insertions(+), 3 deletions(-)
114361
130402
 
114362
130403
commit fd751cc2a2906bf4fd19cadacf202de9819247c4
114363
 
Author: Matthias Clasen <mclasen@redhat.com>
114364
 
Date:   Sun Feb 21 19:17:50 2010 -0500
 
130404
Author:     Matthias Clasen <mclasen@redhat.com>
 
130405
AuthorDate: Sun Feb 21 19:17:50 2010 -0500
 
130406
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130407
CommitDate: Sun Feb 21 19:17:50 2010 -0500
114365
130408
 
114366
130409
    More updates
114367
130410
 
114369
130412
 1 file changed, 7 insertions(+), 1 deletion(-)
114370
130413
 
114371
130414
commit e0e57fd97d156e860f1211887b6f302c68c86202
114372
 
Author: Matthias Clasen <mclasen@redhat.com>
114373
 
Date:   Sun Feb 21 17:59:15 2010 -0500
 
130415
Author:     Matthias Clasen <mclasen@redhat.com>
 
130416
AuthorDate: Sun Feb 21 17:59:15 2010 -0500
 
130417
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130418
CommitDate: Sun Feb 21 17:59:15 2010 -0500
114374
130419
 
114375
130420
    Fix a doc typo.
114376
130421
 
114380
130425
 1 file changed, 5 insertions(+), 5 deletions(-)
114381
130426
 
114382
130427
commit dcdc409cd88f6d47eb54a7eee528be6c8667d394
114383
 
Author: Matthias Clasen <mclasen@redhat.com>
114384
 
Date:   Sun Feb 21 16:29:15 2010 -0500
 
130428
Author:     Matthias Clasen <mclasen@redhat.com>
 
130429
AuthorDate: Sun Feb 21 16:29:15 2010 -0500
 
130430
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130431
CommitDate: Sun Feb 21 16:29:15 2010 -0500
114385
130432
 
114386
130433
    Fix the large array test to work
114387
130434
 
114391
130438
 1 file changed, 5 insertions(+), 3 deletions(-)
114392
130439
 
114393
130440
commit 21080a33e12e87144e0534cd18b3699a9dbc2f36
114394
 
Author: Matthias Clasen <mclasen@redhat.com>
114395
 
Date:   Sun Feb 21 16:12:35 2010 -0500
 
130441
Author:     Matthias Clasen <mclasen@redhat.com>
 
130442
AuthorDate: Sun Feb 21 16:12:35 2010 -0500
 
130443
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130444
CommitDate: Sun Feb 21 16:12:35 2010 -0500
114396
130445
 
114397
130446
    Add missign single include guards
114398
130447
 
114405
130454
 4 files changed, 16 insertions(+)
114406
130455
 
114407
130456
commit dd7bd61c5301f92408ccb420a5bbd094faa863c3
114408
 
Author: Matthias Clasen <mclasen@redhat.com>
114409
 
Date:   Sun Feb 21 16:04:21 2010 -0500
 
130457
Author:     Matthias Clasen <mclasen@redhat.com>
 
130458
AuthorDate: Sun Feb 21 16:04:21 2010 -0500
 
130459
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130460
CommitDate: Sun Feb 21 16:04:21 2010 -0500
114410
130461
 
114411
130462
    Documentation improvement
114412
130463
 
114418
130469
 1 file changed, 6 insertions(+), 2 deletions(-)
114419
130470
 
114420
130471
commit 6c1a914d511b9a94fbeb3e30d93608c3f537c0a7
114421
 
Author: Matthias Clasen <mclasen@redhat.com>
114422
 
Date:   Sun Feb 21 15:55:10 2010 -0500
 
130472
Author:     Matthias Clasen <mclasen@redhat.com>
 
130473
AuthorDate: Sun Feb 21 15:55:10 2010 -0500
 
130474
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130475
CommitDate: Sun Feb 21 15:55:10 2010 -0500
114423
130476
 
114424
130477
    Fix build on Solaris 8
114425
130478
 
114430
130483
 2 files changed, 6 insertions(+), 1 deletion(-)
114431
130484
 
114432
130485
commit de6914a46a0af720de3df34539e61973e9d4446b
114433
 
Author: Matthias Clasen <mclasen@redhat.com>
114434
 
Date:   Sun Feb 21 15:32:08 2010 -0500
 
130486
Author:     Matthias Clasen <mclasen@redhat.com>
 
130487
AuthorDate: Sun Feb 21 15:32:08 2010 -0500
 
130488
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130489
CommitDate: Sun Feb 21 15:32:08 2010 -0500
114435
130490
 
114436
130491
    Add a pointer to G_DEFINE_INTERFACE
114437
130492
 
114439
130494
 1 file changed, 7 insertions(+)
114440
130495
 
114441
130496
commit ecb45f43824cdae003cf1280eb0c13039619d6b5
114442
 
Author: Matthias Clasen <mclasen@redhat.com>
114443
 
Date:   Sun Feb 21 15:28:04 2010 -0500
 
130497
Author:     Matthias Clasen <mclasen@redhat.com>
 
130498
AuthorDate: Sun Feb 21 15:28:04 2010 -0500
 
130499
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130500
CommitDate: Sun Feb 21 15:28:04 2010 -0500
114444
130501
 
114445
130502
    Fix an oversight
114446
130503
 
114451
130508
 1 file changed, 1 insertion(+), 1 deletion(-)
114452
130509
 
114453
130510
commit 19e438556cd0d958b34cd9a63bd528d680d77c45
114454
 
Author: Matthias Clasen <mclasen@redhat.com>
114455
 
Date:   Sun Feb 21 15:19:06 2010 -0500
 
130511
Author:     Matthias Clasen <mclasen@redhat.com>
 
130512
AuthorDate: Sun Feb 21 15:19:06 2010 -0500
 
130513
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130514
CommitDate: Sun Feb 21 15:19:06 2010 -0500
114456
130515
 
114457
130516
    Updates
114458
130517
 
114460
130519
 1 file changed, 30 insertions(+)
114461
130520
 
114462
130521
commit e377a6f4816ceef23a730c6e431d9ccbb052e7f0
114463
 
Author: Fran Diéguez <frandieguez@ubuntu.com>
114464
 
Date:   Sat Feb 20 22:22:04 2010 +0100
 
130522
Author:     Fran Diéguez <frandieguez@ubuntu.com>
 
130523
AuthorDate: Sat Feb 20 22:22:04 2010 +0100
 
130524
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
130525
CommitDate: Sat Feb 20 22:22:04 2010 +0100
114465
130526
 
114466
130527
    Updated Galician Translation
114467
130528
 
114470
130531
 1 file changed, 62 insertions(+), 57 deletions(-)
114471
130532
 
114472
130533
commit af22e5739ba89a9795f046ddaf00a506b77c5a8e
114473
 
Author: Piotr Drąg <piotrdrag@gmail.com>
114474
 
Date:   Sat Feb 20 22:20:04 2010 +0100
 
130534
Author:     Piotr Drąg <piotrdrag@gmail.com>
 
130535
AuthorDate: Sat Feb 20 22:20:04 2010 +0100
 
130536
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
130537
CommitDate: Sat Feb 20 22:20:04 2010 +0100
114475
130538
 
114476
130539
    Updated Polish translation
114477
130540
 
114480
130543
 1 file changed, 552 insertions(+), 545 deletions(-)
114481
130544
 
114482
130545
commit 5047fd7f688dc0a3e4c148864f63961389bc83f9
114483
 
Author: Colin Walters <walters@verbum.org>
114484
 
Date:   Fri Feb 19 16:06:22 2010 -0500
 
130546
Author:     Colin Walters <walters@verbum.org>
 
130547
AuthorDate: Fri Feb 19 16:06:22 2010 -0500
 
130548
Commit:     Colin Walters <walters@verbum.org>
 
130549
CommitDate: Fri Feb 19 16:39:26 2010 -0500
114485
130550
 
114486
130551
    [gutf8.c] Add a bit of documentation to UNICODE_VALID
114487
130552
 
114489
130554
 1 file changed, 17 insertions(+), 1 deletion(-)
114490
130555
 
114491
130556
commit ed3c914cdbdd02d1af6d2f6a3a3f3a9fdc8dc1c2
114492
 
Author: Ryan Lortie <desrt@desrt.ca>
114493
 
Date:   Fri Feb 19 10:42:53 2010 -0500
 
130557
Author:     Ryan Lortie <desrt@desrt.ca>
 
130558
AuthorDate: Fri Feb 19 10:42:53 2010 -0500
 
130559
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130560
CommitDate: Fri Feb 19 10:52:03 2010 -0500
114494
130561
 
114495
130562
    Merge the main public API of GVariant
114496
130563
 
114505
130572
 7 files changed, 2259 insertions(+), 8 deletions(-)
114506
130573
 
114507
130574
commit afa5dc0c6d9e1aa9b6e057d93562e6ee5796bf46
114508
 
Author: Petr Kovar <pknbe@volny.cz>
114509
 
Date:   Thu Feb 18 20:07:56 2010 +0100
 
130575
Author:     Petr Kovar <pknbe@volny.cz>
 
130576
AuthorDate: Thu Feb 18 20:07:56 2010 +0100
 
130577
Commit:     Petr Kovar <pknbe@volny.cz>
 
130578
CommitDate: Thu Feb 18 20:07:56 2010 +0100
114510
130579
 
114511
130580
    Update Czech translation
114512
130581
 
114515
130584
 1 file changed, 480 insertions(+), 467 deletions(-)
114516
130585
 
114517
130586
commit 48f74cab395044a07e1220440cdc816db01b9984
114518
 
Author: Christian Kellner <gicmo@gnome.org>
114519
 
Date:   Thu Feb 18 15:49:58 2010 +0100
 
130587
Author:     Christian Kellner <gicmo@gnome.org>
 
130588
AuthorDate: Thu Feb 18 15:49:58 2010 +0100
 
130589
Commit:     Christian Kellner <gicmo@gnome.org>
 
130590
CommitDate: Thu Feb 18 15:50:26 2010 +0100
114520
130591
 
114521
130592
    Move event support in the inotify backend
114522
130593
 
114537
130608
 8 files changed, 86 insertions(+), 18 deletions(-)
114538
130609
 
114539
130610
commit 239af977126a4a4b6c68cb43e0876847c7ce2211
114540
 
Author: Christian Kellner <gicmo@gnome.org>
114541
 
Date:   Thu Feb 18 15:43:45 2010 +0100
 
130611
Author:     Christian Kellner <gicmo@gnome.org>
 
130612
AuthorDate: Thu Feb 18 15:43:45 2010 +0100
 
130613
Commit:     Christian Kellner <gicmo@gnome.org>
 
130614
CommitDate: Thu Feb 18 15:50:26 2010 +0100
114542
130615
 
114543
130616
    GLocalFileMonitor: Support for GFileMonitorFlags
114544
130617
 
114550
130623
 2 files changed, 26 insertions(+), 3 deletions(-)
114551
130624
 
114552
130625
commit 41956b237601a1c5ded0ba5e8821b9f5d09278be
114553
 
Author: Christian Kellner <gicmo@gnome.org>
114554
 
Date:   Thu Feb 18 15:40:13 2010 +0100
 
130626
Author:     Christian Kellner <gicmo@gnome.org>
 
130627
AuthorDate: Thu Feb 18 15:40:13 2010 +0100
 
130628
Commit:     Christian Kellner <gicmo@gnome.org>
 
130629
CommitDate: Thu Feb 18 15:50:26 2010 +0100
114555
130630
 
114556
130631
    Move event support for fs-monitoring: Event & flag
114557
130632
 
114564
130639
 1 file changed, 10 insertions(+), 2 deletions(-)
114565
130640
 
114566
130641
commit a5dc1af0a230ecfca2dac7fa0dcdf8359537a9f6
114567
 
Author: Ivar Smolin <okul@linux.ee>
114568
 
Date:   Thu Feb 18 11:46:06 2010 +0200
 
130642
Author:     Ivar Smolin <okul@linux.ee>
 
130643
AuthorDate: Thu Feb 18 11:46:06 2010 +0200
 
130644
Commit:     Priit Laes <plaes@plaes.org>
 
130645
CommitDate: Thu Feb 18 11:46:06 2010 +0200
114569
130646
 
114570
130647
    Estonian translation updated
114571
130648
 
114574
130651
 1 file changed, 21 insertions(+), 490 deletions(-)
114575
130652
 
114576
130653
commit e1cc5a5fecc1847a6080435fc8a40f2d8d534bbb
114577
 
Author: Mario Blättermann <mariobl@gnome.org>
114578
 
Date:   Wed Feb 17 09:00:04 2010 +0100
 
130654
Author:     Mario Blättermann <mariobl@gnome.org>
 
130655
AuthorDate: Wed Feb 17 09:00:04 2010 +0100
 
130656
Commit:     Mario Blättermann <mariobl@gnome.org>
 
130657
CommitDate: Wed Feb 17 09:00:04 2010 +0100
114579
130658
 
114580
130659
    Updated German translation
114581
130660
 
114584
130663
 1 file changed, 515 insertions(+), 507 deletions(-)
114585
130664
 
114586
130665
commit 63a6666ab7a54c9584b6579e323301f3528e86b3
114587
 
Author: Benjamin Otte <otte@redhat.com>
114588
 
Date:   Wed Feb 17 08:45:28 2010 +0100
 
130666
Author:     Benjamin Otte <otte@redhat.com>
 
130667
AuthorDate: Wed Feb 17 08:45:28 2010 +0100
 
130668
Commit:     Benjamin Otte <otte@redhat.com>
 
130669
CommitDate: Wed Feb 17 08:55:14 2010 +0100
114589
130670
 
114590
130671
    Make g_type_interface_prerequisites() only return one instantiable
114591
130672
    type
114599
130680
 1 file changed, 5 insertions(+), 3 deletions(-)
114600
130681
 
114601
130682
commit 9fdbae9344a04479ccb601ebd4ae2c709e7856d9
114602
 
Author: Matej Urbančič <mateju@svn.gnome.org>
114603
 
Date:   Tue Feb 16 12:38:11 2010 +0100
 
130683
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
130684
AuthorDate: Tue Feb 16 12:38:11 2010 +0100
 
130685
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
130686
CommitDate: Tue Feb 16 12:38:11 2010 +0100
114604
130687
 
114605
130688
    Updated Slovenian translation
114606
130689
 
114609
130692
 1 file changed, 84 insertions(+), 79 deletions(-)
114610
130693
 
114611
130694
commit b899bfc7415ec76ef563de3fc945b84675357464
114612
 
Author: Ryan Lortie <desrt@desrt.ca>
114613
 
Date:   Mon Feb 15 19:11:58 2010 -0500
 
130695
Author:     Ryan Lortie <desrt@desrt.ca>
 
130696
AuthorDate: Mon Feb 15 19:11:58 2010 -0500
 
130697
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130698
CommitDate: Mon Feb 15 19:38:00 2010 -0500
114614
130699
 
114615
130700
    GVariant: create child instance from its own data
114616
130701
 
114621
130706
 2 files changed, 6 insertions(+), 3 deletions(-)
114622
130707
 
114623
130708
commit 7fb9d536c0c89800f745ea2c05380efd8f371bf1
114624
 
Author: Changwoo Ryu <cwryu@debian.org>
114625
 
Date:   Tue Feb 16 03:42:19 2010 +0900
 
130709
Author:     Changwoo Ryu <cwryu@debian.org>
 
130710
AuthorDate: Tue Feb 16 03:42:19 2010 +0900
 
130711
Commit:     Changwoo Ryu <cwryu@debian.org>
 
130712
CommitDate: Tue Feb 16 03:42:19 2010 +0900
114626
130713
 
114627
130714
    Updated Korean translation
114628
130715
 
114631
130718
 1 file changed, 517 insertions(+), 515 deletions(-)
114632
130719
 
114633
130720
commit 68505d5a9f0b2cbacee4eafa3ba754612f052a5f
114634
 
Author: Jorge González <jorgegonz@svn.gnome.org>
114635
 
Date:   Mon Feb 15 17:54:26 2010 +0100
 
130721
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
130722
AuthorDate: Mon Feb 15 17:54:26 2010 +0100
 
130723
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
130724
CommitDate: Mon Feb 15 17:54:26 2010 +0100
114636
130725
 
114637
130726
    Updated Spanish translation
114638
130727
 
114641
130730
 1 file changed, 483 insertions(+), 475 deletions(-)
114642
130731
 
114643
130732
commit 36d29e06f9459ce28206d212667aee3adc1fd780
114644
 
Author: Fran Diéguez <frandieguez@ubuntu.com>
114645
 
Date:   Mon Feb 15 17:10:21 2010 +0100
 
130733
Author:     Fran Diéguez <frandieguez@ubuntu.com>
 
130734
AuthorDate: Mon Feb 15 17:10:21 2010 +0100
 
130735
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
130736
CommitDate: Mon Feb 15 17:11:14 2010 +0100
114646
130737
 
114647
130738
    Updated Galician Translation
114648
130739
 
114651
130742
 1 file changed, 641 insertions(+), 618 deletions(-)
114652
130743
 
114653
130744
commit bb4f63d6390fe5efd183f259e5bd891f89de9e24
114654
 
Author: Christian Kellner <gicmo@gnome.org>
114655
 
Date:   Sun Feb 7 17:23:38 2010 +0100
 
130745
Author:     Christian Kellner <gicmo@gnome.org>
 
130746
AuthorDate: Sun Feb 7 17:23:38 2010 +0100
 
130747
Commit:     Christian Kellner <gicmo@gnome.org>
 
130748
CommitDate: Mon Feb 15 13:25:50 2010 +0100
114656
130749
 
114657
130750
    GFile: Support for splice(2) in copy_fallback
114658
130751
 
114667
130760
 2 files changed, 170 insertions(+), 18 deletions(-)
114668
130761
 
114669
130762
commit 28f90db1edf938c04f0b5c8a2f54f8add50db234
114670
 
Author: Christian Kellner <gicmo@gnome.org>
114671
 
Date:   Sun Feb 7 17:18:06 2010 +0100
 
130763
Author:     Christian Kellner <gicmo@gnome.org>
 
130764
AuthorDate: Sun Feb 7 17:18:06 2010 +0100
 
130765
Commit:     Christian Kellner <gicmo@gnome.org>
 
130766
CommitDate: Mon Feb 15 13:25:50 2010 +0100
114672
130767
 
114673
130768
    GLocalFileOutputStream: Implement GFileDescriptorBased
114674
130769
 
114681
130776
 3 files changed, 25 insertions(+), 9 deletions(-)
114682
130777
 
114683
130778
commit 670f6210ced672eb9c8a500b3dd6cfd22346472b
114684
 
Author: Christian Kellner <gicmo@gnome.org>
114685
 
Date:   Sun Feb 7 17:17:44 2010 +0100
 
130779
Author:     Christian Kellner <gicmo@gnome.org>
 
130780
AuthorDate: Sun Feb 7 17:17:44 2010 +0100
 
130781
Commit:     Christian Kellner <gicmo@gnome.org>
 
130782
CommitDate: Mon Feb 15 13:25:50 2010 +0100
114686
130783
 
114687
130784
    GLocalFileInputStream: Implement GFileDescriptorBased
114688
130785
 
114690
130787
 1 file changed, 21 insertions(+), 1 deletion(-)
114691
130788
 
114692
130789
commit 4536a4adbc290f56f3686dec0c8e05c15049a602
114693
 
Author: Christian Kellner <gicmo@gnome.org>
114694
 
Date:   Sun Feb 7 14:51:01 2010 +0100
 
130790
Author:     Christian Kellner <gicmo@gnome.org>
 
130791
AuthorDate: Sun Feb 7 14:51:01 2010 +0100
 
130792
Commit:     Christian Kellner <gicmo@gnome.org>
 
130793
CommitDate: Mon Feb 15 13:25:50 2010 +0100
114695
130794
 
114696
130795
    GFileDescriptorBased: New interface
114697
130796
 
114706
130805
 4 files changed, 139 insertions(+)
114707
130806
 
114708
130807
commit 3840151012b6ed01bfa9aada2914cce974398d0d
114709
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
114710
 
Date:   Mon Feb 15 19:15:38 2010 +0800
 
130808
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
130809
AuthorDate: Mon Feb 15 19:15:38 2010 +0800
 
130810
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
130811
CommitDate: Mon Feb 15 19:15:38 2010 +0800
114711
130812
 
114712
130813
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
114713
130814
 
114718
130819
 2 files changed, 1015 insertions(+), 1028 deletions(-)
114719
130820
 
114720
130821
commit b37da7134b127e6c92e7002150077515dc7d42b4
114721
 
Author: Alexander Larsson <alexl@redhat.com>
114722
 
Date:   Mon Feb 15 10:13:10 2010 +0100
 
130822
Author:     Alexander Larsson <alexl@redhat.com>
 
130823
AuthorDate: Mon Feb 15 10:13:10 2010 +0100
 
130824
Commit:     Alexander Larsson <alexl@redhat.com>
 
130825
CommitDate: Mon Feb 15 10:13:10 2010 +0100
114723
130826
 
114724
130827
    Set result_uncertain in win32 g_content_type_guess implementation
114725
130828
 
114729
130832
 1 file changed, 3 insertions(+)
114730
130833
 
114731
130834
commit 83c6087dcc2168cc41db3a328bbd30341ac3955b
114732
 
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
114733
 
Date:   Sat Feb 13 19:35:42 2010 +0200
 
130835
Author:     Lucian Grijincu <lucian.grijincu@gmail.com>
 
130836
AuthorDate: Sat Feb 13 19:35:42 2010 +0200
 
130837
Commit:     Dumitru Mișu Moldovan <dumol@gnome.ro>
 
130838
CommitDate: Sat Feb 13 19:35:42 2010 +0200
114734
130839
 
114735
130840
    Updated Romanian translation
114736
130841
 
114739
130844
 1 file changed, 510 insertions(+), 515 deletions(-)
114740
130845
 
114741
130846
commit e66d66c5559f4f0423d015a4d006f170dcb5d582
114742
 
Author: Ryan Lortie <desrt@desrt.ca>
114743
 
Date:   Thu Feb 11 16:52:20 2010 -0500
 
130847
Author:     Ryan Lortie <desrt@desrt.ca>
 
130848
AuthorDate: Thu Feb 11 16:52:20 2010 -0500
 
130849
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130850
CommitDate: Thu Feb 11 16:53:56 2010 -0500
114744
130851
 
114745
130852
    GVariant: lock before freeing, to avoid assert
114746
130853
 
114748
130855
 1 file changed, 2 insertions(+)
114749
130856
 
114750
130857
commit fd3923aba2f827b47c54edc9728c953b9520fa52
114751
 
Author: Benjamin Otte <otte@redhat.com>
114752
 
Date:   Thu Feb 11 21:08:57 2010 +0100
 
130858
Author:     Benjamin Otte <otte@redhat.com>
 
130859
AuthorDate: Thu Feb 11 21:08:57 2010 +0100
 
130860
Commit:     Benjamin Otte <otte@redhat.com>
 
130861
CommitDate: Thu Feb 11 21:10:19 2010 +0100
114753
130862
 
114754
130863
    Move offsets array from interface data member to TypeNode
114755
130864
 
114759
130868
 1 file changed, 6 insertions(+), 6 deletions(-)
114760
130869
 
114761
130870
commit 61b649cffd26c3feafe4158da01ebb1394a1b574
114762
 
Author: Benjamin Otte <otte@redhat.com>
114763
 
Date:   Thu Feb 11 21:05:41 2010 +0100
 
130871
Author:     Benjamin Otte <otte@redhat.com>
 
130872
AuthorDate: Thu Feb 11 21:05:41 2010 +0100
 
130873
Commit:     Benjamin Otte <otte@redhat.com>
 
130874
CommitDate: Thu Feb 11 21:10:19 2010 +0100
114764
130875
 
114765
130876
    Move prerequisites out of _prot struct
114766
130877
 
114770
130881
 1 file changed, 4 insertions(+), 4 deletions(-)
114771
130882
 
114772
130883
commit 1e6b18422563bc428e17e8a4e3c84dac8ed02ab2
114773
 
Author: Ryan Lortie <desrt@desrt.ca>
114774
 
Date:   Wed Feb 10 13:59:14 2010 -0500
 
130884
Author:     Ryan Lortie <desrt@desrt.ca>
 
130885
AuthorDate: Wed Feb 10 13:59:14 2010 -0500
 
130886
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130887
CommitDate: Wed Feb 10 13:59:35 2010 -0500
114775
130888
 
114776
130889
    add performance tests to gitignore
114777
130890
 
114779
130892
 1 file changed, 2 insertions(+)
114780
130893
 
114781
130894
commit 3e30e8a87e18952e9c26c0d05f5c336a110f2bed
114782
 
Author: Ryan Lortie <desrt@desrt.ca>
114783
 
Date:   Wed Feb 10 11:29:12 2010 -0500
 
130895
Author:     Ryan Lortie <desrt@desrt.ca>
 
130896
AuthorDate: Wed Feb 10 11:29:12 2010 -0500
 
130897
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130898
CommitDate: Wed Feb 10 11:35:01 2010 -0500
114784
130899
 
114785
130900
    make tests not dynamic link against /lib/libglib
114786
130901
 
114795
130910
 1 file changed, 7 insertions(+), 1 deletion(-)
114796
130911
 
114797
130912
commit 1e655eb02c6cadee45a28df359327ce9fb41c6a5
114798
 
Author: Ryan Lortie <desrt@desrt.ca>
114799
 
Date:   Wed Feb 10 11:13:06 2010 -0500
 
130913
Author:     Ryan Lortie <desrt@desrt.ca>
 
130914
AuthorDate: Wed Feb 10 11:13:06 2010 -0500
 
130915
Commit:     Ryan Lortie <desrt@desrt.ca>
 
130916
CommitDate: Wed Feb 10 11:35:01 2010 -0500
114800
130917
 
114801
130918
    merge GVariant
114802
130919
 
114818
130935
 14 files changed, 1039 insertions(+), 3 deletions(-)
114819
130936
 
114820
130937
commit 2afe2325c4c9e42dab8ebfed11b86d24715837e0
114821
 
Author: Matej Urbančič <mateju@svn.gnome.org>
114822
 
Date:   Wed Feb 10 16:34:53 2010 +0100
 
130938
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
130939
AuthorDate: Wed Feb 10 16:34:53 2010 +0100
 
130940
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
130941
CommitDate: Wed Feb 10 16:34:53 2010 +0100
114823
130942
 
114824
130943
    Updated Slovenian translation
114825
130944
 
114828
130947
 1 file changed, 701 insertions(+), 651 deletions(-)
114829
130948
 
114830
130949
commit 243e340d6edde4d7ae1c45b3041489332f83a6d5
114831
 
Author: Matthias Clasen <mclasen@redhat.com>
114832
 
Date:   Tue Feb 9 10:35:01 2010 -0500
 
130950
Author:     Matthias Clasen <mclasen@redhat.com>
 
130951
AuthorDate: Tue Feb 9 10:35:01 2010 -0500
 
130952
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130953
CommitDate: Tue Feb 9 10:35:01 2010 -0500
114833
130954
 
114834
130955
    bump version
114835
130956
 
114837
130958
 1 file changed, 1 insertion(+), 1 deletion(-)
114838
130959
 
114839
130960
commit 1831ff2d30ee837179d9d79d9dbf36016564e0f0
114840
 
Author: Matthias Clasen <mclasen@redhat.com>
114841
 
Date:   Tue Feb 9 10:20:37 2010 -0500
 
130961
Author:     Matthias Clasen <mclasen@redhat.com>
 
130962
AuthorDate: Tue Feb 9 10:20:37 2010 -0500
 
130963
Commit:     Matthias Clasen <mclasen@redhat.com>
 
130964
CommitDate: Tue Feb 9 10:20:37 2010 -0500
114842
130965
 
114843
130966
    2.23.3
114844
130967
 
114936
131059
 90 files changed, 15161 insertions(+), 11981 deletions(-)
114937
131060
 
114938
131061
commit f570cf99b32d65633082f451a41d3336de0ec005
114939
 
Author: Matthias Clasen <mclasen@redhat.com>
114940
 
Date:   Tue Feb 9 09:16:23 2010 -0500
 
131062
Author:     Matthias Clasen <mclasen@redhat.com>
 
131063
AuthorDate: Tue Feb 9 09:16:23 2010 -0500
 
131064
Commit:     Matthias Clasen <mclasen@redhat.com>
 
131065
CommitDate: Tue Feb 9 09:16:23 2010 -0500
114941
131066
 
114942
131067
    Doc cleanups
114943
131068
 
114945
131070
 1 file changed, 2 insertions(+)
114946
131071
 
114947
131072
commit a68c0cde8f3b3ca7aa581843a65e43fcc2b11409
114948
 
Author: Matthias Clasen <mclasen@redhat.com>
114949
 
Date:   Tue Feb 9 08:46:50 2010 -0500
 
131073
Author:     Matthias Clasen <mclasen@redhat.com>
 
131074
AuthorDate: Tue Feb 9 08:46:50 2010 -0500
 
131075
Commit:     Matthias Clasen <mclasen@redhat.com>
 
131076
CommitDate: Tue Feb 9 08:46:50 2010 -0500
114950
131077
 
114951
131078
    Updates
114952
131079
 
114954
131081
 1 file changed, 26 insertions(+)
114955
131082
 
114956
131083
commit bd6a88aef70cb93d79580c00dae420c4a4729f1e
114957
 
Author: Ryan Lortie <desrt@desrt.ca>
114958
 
Date:   Mon Feb 8 00:43:17 2010 -0500
 
131084
Author:     Ryan Lortie <desrt@desrt.ca>
 
131085
AuthorDate: Mon Feb 8 00:43:17 2010 -0500
 
131086
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131087
CommitDate: Mon Feb 8 00:44:32 2010 -0500
114959
131088
 
114960
131089
    gstrfuncs.h: needs gmacros.h for G_BEGIN_DECLS
114961
131090
 
114963
131092
 1 file changed, 1 insertion(+)
114964
131093
 
114965
131094
commit 0be1a4fb973e6a10c12ad9d67344281ccee5ce7e
114966
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
114967
 
Date:   Mon Feb 8 09:57:37 2010 +0700
 
131095
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
131096
AuthorDate: Mon Feb 8 09:57:37 2010 +0700
 
131097
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
131098
CommitDate: Mon Feb 8 09:57:37 2010 +0700
114968
131099
 
114969
131100
    Updated Thai translation.
114970
131101
 
114973
131104
 1 file changed, 155 insertions(+), 121 deletions(-)
114974
131105
 
114975
131106
commit e04c9c699c1ca181419d3d325aade70cf3e14763
114976
 
Author: Ryan Lortie <desrt@desrt.ca>
114977
 
Date:   Sun Feb 7 15:41:21 2010 -0500
 
131107
Author:     Ryan Lortie <desrt@desrt.ca>
 
131108
AuthorDate: Sun Feb 7 15:41:21 2010 -0500
 
131109
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131110
CommitDate: Sun Feb 7 15:43:06 2010 -0500
114978
131111
 
114979
131112
    add missing #include "config.h"
114980
131113
 
114986
131119
 5 files changed, 10 insertions(+)
114987
131120
 
114988
131121
commit 218c691ca33f556033535fa43a39b65cd2276282
114989
 
Author: Ryan Lortie <desrt@desrt.ca>
114990
 
Date:   Sun Feb 7 03:14:28 2010 -0500
 
131122
Author:     Ryan Lortie <desrt@desrt.ca>
 
131123
AuthorDate: Sun Feb 7 03:14:28 2010 -0500
 
131124
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131125
CommitDate: Sun Feb 7 03:14:28 2010 -0500
114991
131126
 
114992
131127
    remove #include <glib.h> from some .c files
114993
131128
 
114998
131133
 2 files changed, 11 insertions(+), 3 deletions(-)
114999
131134
 
115000
131135
commit ea2917b01f045d8e7ede4824039d462203af3290
115001
 
Author: Ryan Lortie <desrt@desrt.ca>
115002
 
Date:   Sun Feb 7 03:08:08 2010 -0500
 
131136
Author:     Ryan Lortie <desrt@desrt.ca>
 
131137
AuthorDate: Sun Feb 7 03:08:08 2010 -0500
 
131138
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131139
CommitDate: Sun Feb 7 03:08:08 2010 -0500
115003
131140
 
115004
131141
    gurifuncs.c: #include "string.h" -> <string.h>
115005
131142
 
115007
131144
 1 file changed, 1 insertion(+), 1 deletion(-)
115008
131145
 
115009
131146
commit 9f303375736edbb6c7d39f339b89be14d621fd8e
115010
 
Author: Ryan Lortie <desrt@desrt.ca>
115011
 
Date:   Sun Feb 7 02:52:07 2010 -0500
 
131147
Author:     Ryan Lortie <desrt@desrt.ca>
 
131148
AuthorDate: Sun Feb 7 02:52:07 2010 -0500
 
131149
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131150
CommitDate: Sun Feb 7 02:52:07 2010 -0500
115012
131151
 
115013
131152
    GVariantTypeInfo: free hash table when not in use
115014
131153
 
115016
131155
 1 file changed, 6 insertions(+), 1 deletion(-)
115017
131156
 
115018
131157
commit 80538aba7ea8f9a05ea1a6a66eb202a4ccfe4b5f
115019
 
Author: Ryan Lortie <desrt@desrt.ca>
115020
 
Date:   Thu Feb 4 21:18:53 2010 -0500
 
131158
Author:     Ryan Lortie <desrt@desrt.ca>
 
131159
AuthorDate: Thu Feb 4 21:18:53 2010 -0500
 
131160
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131161
CommitDate: Sat Feb 6 10:26:02 2010 -0500
115021
131162
 
115022
131163
    merge the GVariant serialiser
115023
131164
 
115029
131170
 4 files changed, 2978 insertions(+)
115030
131171
 
115031
131172
commit eea6042f5f4db2f123763097ac2fd4738cef24ee
115032
 
Author: Ryan Lortie <desrt@desrt.ca>
115033
 
Date:   Fri Feb 5 12:37:43 2010 -0500
 
131173
Author:     Ryan Lortie <desrt@desrt.ca>
 
131174
AuthorDate: Fri Feb 5 12:37:43 2010 -0500
 
131175
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131176
CommitDate: Sat Feb 6 10:19:29 2010 -0500
115034
131177
 
115035
131178
    GMappedFile: minimal changes to support GBuffer
115036
131179
 
115041
131184
 1 file changed, 31 insertions(+), 15 deletions(-)
115042
131185
 
115043
131186
commit 3f4b7f6d37cd0036f65c31eeee033d650072561e
115044
 
Author: Ryan Lortie <desrt@desrt.ca>
115045
 
Date:   Sat Feb 6 10:18:07 2010 -0500
 
131187
Author:     Ryan Lortie <desrt@desrt.ca>
 
131188
AuthorDate: Sat Feb 6 10:18:07 2010 -0500
 
131189
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131190
CommitDate: Sat Feb 6 10:18:08 2010 -0500
115046
131191
 
115047
131192
    add private GBuffer type
115048
131193
 
115053
131198
 3 files changed, 295 insertions(+)
115054
131199
 
115055
131200
commit 813d0d17a65be2ecb5961a96630d11a195ce6a67
115056
 
Author: Tim-Philipp Müller <tim@centricular.net>
115057
 
Date:   Fri Feb 5 01:14:20 2010 +0000
 
131201
Author:     Tim-Philipp Müller <tim@centricular.net>
 
131202
AuthorDate: Fri Feb 5 01:14:20 2010 +0000
 
131203
Commit:     Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
131204
CommitDate: Sat Feb 6 13:37:04 2010 +0100
115058
131205
 
115059
131206
    Don't leak filename in g_io_modules_scan_all_in_directory
115060
131207
 
115064
131211
 1 file changed, 2 insertions(+)
115065
131212
 
115066
131213
commit 4adde81771f5a4471a568a409a38fd9162d49418
115067
 
Author: Hans Breuer <hans@breuer.org>
115068
 
Date:   Sat Feb 6 13:22:39 2010 +0100
 
131214
Author:     Hans Breuer <hans@breuer.org>
 
131215
AuthorDate: Sat Feb 6 13:22:39 2010 +0100
 
131216
Commit:     Hans Breuer <hans@breuer.org>
 
131217
CommitDate: Sat Feb 6 13:22:39 2010 +0100
115069
131218
 
115070
131219
    Fix inconsistent line-endings
115071
131220
 
115079
131228
 1 file changed, 200 insertions(+), 200 deletions(-)
115080
131229
 
115081
131230
commit 00b55e2bc7cb7f4ff7adb3b40e1b41becce6cba1
115082
 
Author: Tor Lillqvist <tml@iki.fi>
115083
 
Date:   Sat Feb 6 10:40:03 2010 +0200
 
131231
Author:     Tor Lillqvist <tml@iki.fi>
 
131232
AuthorDate: Sat Feb 6 10:40:03 2010 +0200
 
131233
Commit:     Tor Lillqvist <tml@iki.fi>
 
131234
CommitDate: Sat Feb 6 10:42:28 2010 +0200
115084
131235
 
115085
131236
    Drop empty elements from the VS9 vcproj files
115086
131237
 
115100
131251
 9 files changed, 60 insertions(+), 570 deletions(-)
115101
131252
 
115102
131253
commit 10cd6df4a8b947b3b2b68891c779f5318b46e8de
115103
 
Author: Jonh Wendell <jwendell@gnome.org>
115104
 
Date:   Fri Feb 5 11:09:26 2010 -0300
 
131254
Author:     Jonh Wendell <jwendell@gnome.org>
 
131255
AuthorDate: Fri Feb 5 11:09:26 2010 -0300
 
131256
Commit:     Jonh Wendell <jwendell@gnome.org>
 
131257
CommitDate: Fri Feb 5 11:09:26 2010 -0300
115105
131258
 
115106
131259
    Updated Brazilian Portuguese translation
115107
131260
 
115110
131263
 1 file changed, 523 insertions(+), 482 deletions(-)
115111
131264
 
115112
131265
commit 5e753d6abcad6040a6fd25f5ac34d5dab4f7ae22
115113
 
Author: Ryan Lortie <desrt@desrt.ca>
115114
 
Date:   Thu Feb 4 20:27:11 2010 -0500
 
131266
Author:     Ryan Lortie <desrt@desrt.ca>
 
131267
AuthorDate: Thu Feb 4 20:27:11 2010 -0500
 
131268
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131269
CommitDate: Thu Feb 4 20:32:39 2010 -0500
115115
131270
 
115116
131271
    rename test: gvarianttype -> gvariant
115117
131272
 
115126
131281
 4 files changed, 1044 insertions(+), 1044 deletions(-)
115127
131282
 
115128
131283
commit 9a990cea0cfc7357000e30f3c24030fed2ff4708
115129
 
Author: Petr Kovar <pknbe@volny.cz>
115130
 
Date:   Thu Feb 4 23:54:15 2010 +0100
 
131284
Author:     Petr Kovar <pknbe@volny.cz>
 
131285
AuthorDate: Thu Feb 4 23:54:15 2010 +0100
 
131286
Commit:     Petr Kovar <pknbe@volny.cz>
 
131287
CommitDate: Thu Feb 4 23:54:15 2010 +0100
115131
131288
 
115132
131289
    Update Czech translation
115133
131290
 
115136
131293
 1 file changed, 521 insertions(+), 491 deletions(-)
115137
131294
 
115138
131295
commit 762e18d8cebf907e51aed14298525048f7c9e015
115139
 
Author: Tor Lillqvist <tml@iki.fi>
115140
 
Date:   Thu Feb 4 19:57:38 2010 +0200
 
131296
Author:     Tor Lillqvist <tml@iki.fi>
 
131297
AuthorDate: Thu Feb 4 19:57:38 2010 +0200
 
131298
Commit:     Tor Lillqvist <tml@iki.fi>
 
131299
CommitDate: Thu Feb 4 19:59:12 2010 +0200
115141
131300
 
115142
131301
    Further work on VS9 project files
115143
131302
 
115147
131306
 3 files changed, 46 insertions(+), 10 deletions(-)
115148
131307
 
115149
131308
commit 021643cda4f9b13fd72e898165744e9aefb346cd
115150
 
Author: Tor Lillqvist <tml@iki.fi>
115151
 
Date:   Thu Feb 4 19:54:50 2010 +0200
 
131309
Author:     Tor Lillqvist <tml@iki.fi>
 
131310
AuthorDate: Thu Feb 4 19:54:50 2010 +0200
 
131311
Commit:     Tor Lillqvist <tml@iki.fi>
 
131312
CommitDate: Thu Feb 4 19:59:05 2010 +0200
115152
131313
 
115153
131314
    Clarify use of struct stat on Windows
115154
131315
 
115159
131320
 4 files changed, 76 insertions(+), 18 deletions(-)
115160
131321
 
115161
131322
commit 5589d2b45567a0b35e8d8f55f20b1e381c53ca04
115162
 
Author: Tor Lillqvist <tml@iki.fi>
115163
 
Date:   Thu Feb 4 19:20:08 2010 +0200
 
131323
Author:     Tor Lillqvist <tml@iki.fi>
 
131324
AuthorDate: Thu Feb 4 19:20:08 2010 +0200
 
131325
Commit:     Tor Lillqvist <tml@iki.fi>
 
131326
CommitDate: Thu Feb 4 19:58:55 2010 +0200
115164
131327
 
115165
131328
    Internally use the _stati64 API explicitly on Windows
115166
131329
 
115172
131335
 3 files changed, 14 insertions(+), 20 deletions(-)
115173
131336
 
115174
131337
commit 05291c0d11f269dedacde62e767b75976c27bd33
115175
 
Author: Tor Lillqvist <tml@iki.fi>
115176
 
Date:   Thu Feb 4 15:24:56 2010 +0200
 
131338
Author:     Tor Lillqvist <tml@iki.fi>
 
131339
AuthorDate: Thu Feb 4 15:24:56 2010 +0200
 
131340
Commit:     Tor Lillqvist <tml@iki.fi>
 
131341
CommitDate: Thu Feb 4 19:58:21 2010 +0200
115177
131342
 
115178
131343
    Enable libtool compatible DLL naming in the VS9 projects
115179
131344
 
115186
131351
 6 files changed, 47 insertions(+), 21 deletions(-)
115187
131352
 
115188
131353
commit bfd60d8835149ede901b52f42d2a56c8ec6e7f77
115189
 
Author: Ryan Lortie <desrt@desrt.ca>
115190
 
Date:   Thu Feb 4 09:06:56 2010 -0500
 
131354
Author:     Ryan Lortie <desrt@desrt.ca>
 
131355
AuthorDate: Thu Feb 4 09:06:56 2010 -0500
 
131356
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131357
CommitDate: Thu Feb 4 09:08:51 2010 -0500
115191
131358
 
115192
131359
    GVariantType test case: assert all memory freed
115193
131360
 
115197
131364
 1 file changed, 2 insertions(+)
115198
131365
 
115199
131366
commit 6d6d7a8bb2c58b4cce7031e68d31978b2f83e6ff
115200
 
Author: Ryan Lortie <desrt@desrt.ca>
115201
 
Date:   Thu Feb 4 09:04:32 2010 -0500
 
131367
Author:     Ryan Lortie <desrt@desrt.ca>
 
131368
AuthorDate: Thu Feb 4 09:04:32 2010 -0500
 
131369
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131370
CommitDate: Thu Feb 4 09:08:51 2010 -0500
115202
131371
 
115203
131372
    GVariantTypeInfo tweaks
115204
131373
 
115215
131384
 1 file changed, 7 insertions(+), 3 deletions(-)
115216
131385
 
115217
131386
commit cb7dfdc1943c016fe05c67ccedf653bfb7bc3891
115218
 
Author: Tor Lillqvist <tml@iki.fi>
115219
 
Date:   Thu Feb 4 15:00:15 2010 +0200
 
131387
Author:     Tor Lillqvist <tml@iki.fi>
 
131388
AuthorDate: Thu Feb 4 15:00:15 2010 +0200
 
131389
Commit:     Tor Lillqvist <tml@iki.fi>
 
131390
CommitDate: Thu Feb 4 15:04:22 2010 +0200
115220
131391
 
115221
131392
    Use inherited properties in all configurations in gmodule, too
115222
131393
 
115224
131395
 1 file changed, 3 insertions(+), 6 deletions(-)
115225
131396
 
115226
131397
commit 79eb03aa4f6f75c7049a3c5b11cb83fea0685b88
115227
 
Author: Tor Lillqvist <tml@iki.fi>
115228
 
Date:   Thu Feb 4 14:51:56 2010 +0200
 
131398
Author:     Tor Lillqvist <tml@iki.fi>
 
131399
AuthorDate: Thu Feb 4 14:51:56 2010 +0200
 
131400
Commit:     Tor Lillqvist <tml@iki.fi>
 
131401
CommitDate: Thu Feb 4 14:54:28 2010 +0200
115229
131402
 
115230
131403
    Use README.txt instead of README for Windows developer friendliness
115231
131404
 
115235
131408
 3 files changed, 30 insertions(+), 30 deletions(-)
115236
131409
 
115237
131410
commit ec1944781589fdb15d61b2b251d51bd7e4617832
115238
 
Author: Tor Lillqvist <tml@iki.fi>
115239
 
Date:   Thu Feb 4 14:50:36 2010 +0200
 
131411
Author:     Tor Lillqvist <tml@iki.fi>
 
131412
AuthorDate: Thu Feb 4 14:50:36 2010 +0200
 
131413
Commit:     Tor Lillqvist <tml@iki.fi>
 
131414
CommitDate: Thu Feb 4 14:54:20 2010 +0200
115240
131415
 
115241
131416
    Update README for VS9 build
115242
131417
 
115244
131419
 1 file changed, 29 insertions(+), 4 deletions(-)
115245
131420
 
115246
131421
commit 9d444f7b12fff6b7f9e6ba4a2667ab293af793eb
115247
 
Author: Tor Lillqvist <tml@iki.fi>
115248
 
Date:   Thu Feb 4 14:36:23 2010 +0200
 
131422
Author:     Tor Lillqvist <tml@iki.fi>
 
131423
AuthorDate: Thu Feb 4 14:36:23 2010 +0200
 
131424
Commit:     Tor Lillqvist <tml@iki.fi>
 
131425
CommitDate: Thu Feb 4 14:53:44 2010 +0200
115249
131426
 
115250
131427
    Refactor VS9 project files
115251
131428
 
115273
131450
 12 files changed, 319 insertions(+), 1493 deletions(-)
115274
131451
 
115275
131452
commit 241c7f476d8867d4d380c655d15a8963152a1fa0
115276
 
Author: Tor Lillqvist <tml@iki.fi>
115277
 
Date:   Thu Feb 4 14:35:04 2010 +0200
 
131453
Author:     Tor Lillqvist <tml@iki.fi>
 
131454
AuthorDate: Thu Feb 4 14:35:04 2010 +0200
 
131455
Commit:     Tor Lillqvist <tml@iki.fi>
 
131456
CommitDate: Thu Feb 4 14:53:20 2010 +0200
115278
131457
 
115279
131458
    Don't use deprecated g_win32 API
115280
131459
 
115282
131461
 1 file changed, 24 deletions(-)
115283
131462
 
115284
131463
commit 3f3c163aa2ddbfb756b556b70901d2a58b1313d9
115285
 
Author: Tor Lillqvist <tml@iki.fi>
115286
 
Date:   Thu Feb 4 00:37:13 2010 +0200
 
131464
Author:     Tor Lillqvist <tml@iki.fi>
 
131465
AuthorDate: Thu Feb 4 00:37:13 2010 +0200
 
131466
Commit:     Tor Lillqvist <tml@iki.fi>
 
131467
CommitDate: Thu Feb 4 00:37:13 2010 +0200
115287
131468
 
115288
131469
    Put a version info resource also in the gio DLL
115289
131470
 
115295
131476
 3 files changed, 19 insertions(+), 2 deletions(-)
115296
131477
 
115297
131478
commit 154a5314be98b22cb3171721d40cb9c4e6d5f102
115298
 
Author: Tor Lillqvist <tml@iki.fi>
115299
 
Date:   Thu Feb 4 00:11:44 2010 +0200
 
131479
Author:     Tor Lillqvist <tml@iki.fi>
 
131480
AuthorDate: Thu Feb 4 00:11:44 2010 +0200
 
131481
Commit:     Tor Lillqvist <tml@iki.fi>
 
131482
CommitDate: Thu Feb 4 00:12:50 2010 +0200
115300
131483
 
115301
131484
    Update copyright years
115302
131485
 
115307
131490
 4 files changed, 4 insertions(+), 4 deletions(-)
115308
131491
 
115309
131492
commit 33b011ce7d9415d60493595bbfe14dbc02c2d201
115310
 
Author: Krzesimir Nowak <qdlacz@gmail.com>
115311
 
Date:   Wed Jan 13 18:40:17 2010 +0100
 
131493
Author:     Krzesimir Nowak <qdlacz@gmail.com>
 
131494
AuthorDate: Wed Jan 13 18:40:17 2010 +0100
 
131495
Commit:     Krzesimir Nowak <qdlacz@gmail.com>
 
131496
CommitDate: Wed Feb 3 21:48:39 2010 +0100
115312
131497
 
115313
131498
    Add checks for NULL pointer in arrays.
115314
131499
 
115323
131508
 1 file changed, 21 insertions(+)
115324
131509
 
115325
131510
commit 2b121c02efc13f4b8c6c771b33a2363a21e7757f
115326
 
Author: River Tarnell <river@loreley.flyingparchment.org.uk>
115327
 
Date:   Wed Feb 3 17:31:02 2010 +0100
 
131511
Author:     River Tarnell <river@loreley.flyingparchment.org.uk>
 
131512
AuthorDate: Wed Feb 3 17:31:02 2010 +0100
 
131513
Commit:     Sven Herzberg <herzi@gnome-de.org>
 
131514
CommitDate: Wed Feb 3 17:31:02 2010 +0100
115328
131515
 
115329
131516
    properly guard the includes
115330
131517
 
115338
131525
 1 file changed, 8 insertions(+)
115339
131526
 
115340
131527
commit e62e7227bf6d97215b697fd9a1d7b4a5addd70cb
115341
 
Author: Tor Lillqvist <tml@iki.fi>
115342
 
Date:   Wed Feb 3 18:09:28 2010 +0200
 
131528
Author:     Tor Lillqvist <tml@iki.fi>
 
131529
AuthorDate: Wed Feb 3 18:09:28 2010 +0200
 
131530
Commit:     Tor Lillqvist <tml@iki.fi>
 
131531
CommitDate: Wed Feb 3 18:12:32 2010 +0200
115343
131532
 
115344
131533
    Fix the "install" VS9 project
115345
131534
 
115351
131540
 1 file changed, 3 insertions(+), 3 deletions(-)
115352
131541
 
115353
131542
commit 0ac2277b490dae967b7a5083966610cffe8582e1
115354
 
Author: Ryan Lortie <desrt@desrt.ca>
115355
 
Date:   Tue Feb 2 23:38:20 2010 -0500
 
131543
Author:     Ryan Lortie <desrt@desrt.ca>
 
131544
AuthorDate: Tue Feb 2 23:38:20 2010 -0500
 
131545
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131546
CommitDate: Tue Feb 2 23:39:21 2010 -0500
115356
131547
 
115357
131548
    GVariantTypeInfo changes
115358
131549
 
115366
131557
 3 files changed, 39 insertions(+), 11 deletions(-)
115367
131558
 
115368
131559
commit 1de58ef708fb1972445a65e184e1579f0d0bbaaf
115369
 
Author: Tor Lillqvist <tml@iki.fi>
115370
 
Date:   Tue Feb 2 21:24:45 2010 +0200
 
131560
Author:     Tor Lillqvist <tml@iki.fi>
 
131561
AuthorDate: Tue Feb 2 21:24:45 2010 +0200
 
131562
Commit:     Tor Lillqvist <tml@iki.fi>
 
131563
CommitDate: Tue Feb 2 21:26:12 2010 +0200
115371
131564
 
115372
131565
    Link with dnsapi.lib also in 32-bit builds
115373
131566
 
115375
131568
 1 file changed, 2 insertions(+), 2 deletions(-)
115376
131569
 
115377
131570
commit 57d3e4cba3a0a273d93a25356801080d710d926e
115378
 
Author: Tor Lillqvist <tml@iki.fi>
115379
 
Date:   Tue Feb 2 21:23:27 2010 +0200
 
131571
Author:     Tor Lillqvist <tml@iki.fi>
 
131572
AuthorDate: Tue Feb 2 21:23:27 2010 +0200
 
131573
Commit:     Tor Lillqvist <tml@iki.fi>
 
131574
CommitDate: Tue Feb 2 21:26:01 2010 +0200
115380
131575
 
115381
131576
    Include also testglib.vcproj in tarball
115382
131577
 
115384
131579
 1 file changed, 1 insertion(+)
115385
131580
 
115386
131581
commit cf0e4c33fa8a7efdc62d52cad0d7dc9135dccdf8
115387
 
Author: Philip Withnall <philip@tecnocode.co.uk>
115388
 
Date:   Tue Feb 2 10:41:00 2010 +0000
 
131582
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
131583
AuthorDate: Tue Feb 2 10:41:00 2010 +0000
 
131584
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
131585
CommitDate: Tue Feb 2 10:41:00 2010 +0000
115389
131586
 
115390
131587
    Don't use a compiler keyword as a variable name
115391
131588
 
115400
131597
 1 file changed, 5 insertions(+), 5 deletions(-)
115401
131598
 
115402
131599
commit e2bc5c21122b0a0703524a37df6cef43577a46f7
115403
 
Author: Ryan Lortie <desrt@desrt.ca>
115404
 
Date:   Mon Feb 1 18:30:57 2010 -0500
 
131600
Author:     Ryan Lortie <desrt@desrt.ca>
 
131601
AuthorDate: Mon Feb 1 18:30:57 2010 -0500
 
131602
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131603
CommitDate: Mon Feb 1 18:32:34 2010 -0500
115405
131604
 
115406
131605
    g_bit_lock: remove double variable declarations
115407
131606
 
115414
131613
 1 file changed, 3 deletions(-)
115415
131614
 
115416
131615
commit 27a080537efdb8660c62445427b53fc29735f304
115417
 
Author: Dan Winship <danw@gnome.org>
115418
 
Date:   Mon Feb 1 18:11:43 2010 -0500
 
131616
Author:     Dan Winship <danw@gnome.org>
 
131617
AuthorDate: Mon Feb 1 18:11:43 2010 -0500
 
131618
Commit:     Dan Winship <danw@gnome.org>
 
131619
CommitDate: Mon Feb 1 18:12:39 2010 -0500
115419
131620
 
115420
131621
    ghostutils: Fix a crash and add some tests
115421
131622
 
115426
131627
 2 files changed, 31 insertions(+), 1 deletion(-)
115427
131628
 
115428
131629
commit 3443f47ddf520b044997d5b09b95dec692e34ae5
115429
 
Author: Ryan Lortie <desrt@desrt.ca>
115430
 
Date:   Sun Jan 31 14:30:08 2010 -0500
 
131630
Author:     Ryan Lortie <desrt@desrt.ca>
 
131631
AuthorDate: Sun Jan 31 14:30:08 2010 -0500
 
131632
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131633
CommitDate: Mon Feb 1 12:39:29 2010 -0500
115431
131634
 
115432
131635
    G{Byte,Ptr,}Array: move docs from tmpl to .c
115433
131636
 
115440
131643
 5 files changed, 632 insertions(+), 858 deletions(-)
115441
131644
 
115442
131645
commit 501a2906d3208440a74bebe8736ea39b3f5b5947
115443
 
Author: Ryan Lortie <desrt@desrt.ca>
115444
 
Date:   Sun Jan 31 13:07:16 2010 -0500
 
131646
Author:     Ryan Lortie <desrt@desrt.ca>
 
131647
AuthorDate: Sun Jan 31 13:07:16 2010 -0500
 
131648
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131649
CommitDate: Mon Feb 1 12:39:24 2010 -0500
115445
131650
 
115446
131651
    GList, GSList: move docs from tmpl to .c
115447
131652
 
115455
131660
 5 files changed, 269 insertions(+), 861 deletions(-)
115456
131661
 
115457
131662
commit c8c5c5a991b384964d0650d7fec02663dddc9035
115458
 
Author: Ryan Lortie <desrt@desrt.ca>
115459
 
Date:   Sun Jan 31 01:26:49 2010 -0500
 
131663
Author:     Ryan Lortie <desrt@desrt.ca>
 
131664
AuthorDate: Sun Jan 31 01:26:49 2010 -0500
 
131665
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131666
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115460
131667
 
115461
131668
    remove trailing whitespace breaking .gitignore
115462
131669
 
115464
131671
 1 file changed, 1 insertion(+), 1 deletion(-)
115465
131672
 
115466
131673
commit 4bdf7d12a8ef7e027dced8d0da46986c2009180e
115467
 
Author: Ryan Lortie <desrt@desrt.ca>
115468
 
Date:   Sun Jan 31 00:39:40 2010 -0500
 
131674
Author:     Ryan Lortie <desrt@desrt.ca>
 
131675
AuthorDate: Sun Jan 31 00:39:40 2010 -0500
 
131676
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131677
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115469
131678
 
115470
131679
    GIOChannel: move docs from tmpl to .c
115471
131680
 
115478
131687
 5 files changed, 285 insertions(+), 666 deletions(-)
115479
131688
 
115480
131689
commit 4353151449fedf8e018c07ae4d196652a39f0528
115481
 
Author: Ryan Lortie <desrt@desrt.ca>
115482
 
Date:   Sun Jan 31 00:27:28 2010 -0500
 
131690
Author:     Ryan Lortie <desrt@desrt.ca>
 
131691
AuthorDate: Sun Jan 31 00:27:28 2010 -0500
 
131692
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131693
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115483
131694
 
115484
131695
    GTree, GNode: move docs from tmpl to .c
115485
131696
 
115492
131703
 5 files changed, 185 insertions(+), 751 deletions(-)
115493
131704
 
115494
131705
commit d81506a154ba387e339dfb5ff6acddac1e4866c5
115495
 
Author: Ryan Lortie <desrt@desrt.ca>
115496
 
Date:   Sun Jan 31 00:18:09 2010 -0500
 
131706
Author:     Ryan Lortie <desrt@desrt.ca>
 
131707
AuthorDate: Sun Jan 31 00:18:09 2010 -0500
 
131708
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131709
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115497
131710
 
115498
131711
    GThreadPool: move docs from tmpl to .c
115499
131712
 
115504
131717
 3 files changed, 51 insertions(+), 202 deletions(-)
115505
131718
 
115506
131719
commit c471468ca477b44c1c14038951f720fd1ca26070
115507
 
Author: Ryan Lortie <desrt@desrt.ca>
115508
 
Date:   Sun Jan 31 00:16:14 2010 -0500
 
131720
Author:     Ryan Lortie <desrt@desrt.ca>
 
131721
AuthorDate: Sun Jan 31 00:16:14 2010 -0500
 
131722
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131723
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115509
131724
 
115510
131725
    GRelation: move docs from tmpl to .c
115511
131726
 
115516
131731
 3 files changed, 163 insertions(+), 204 deletions(-)
115517
131732
 
115518
131733
commit 21a6b69f4fe85948e6e97650ccdd6e280098a790
115519
 
Author: Ryan Lortie <desrt@desrt.ca>
115520
 
Date:   Sun Jan 31 00:10:58 2010 -0500
 
131734
Author:     Ryan Lortie <desrt@desrt.ca>
 
131735
AuthorDate: Sun Jan 31 00:10:58 2010 -0500
 
131736
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131737
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115521
131738
 
115522
131739
    GCache: move docs from tmpl to .c
115523
131740
 
115528
131745
 3 files changed, 135 insertions(+), 162 deletions(-)
115529
131746
 
115530
131747
commit fa7cafae5cfea880a1d6cfc82b000eecd34534e1
115531
 
Author: Ryan Lortie <desrt@desrt.ca>
115532
 
Date:   Sun Jan 31 00:05:48 2010 -0500
 
131748
Author:     Ryan Lortie <desrt@desrt.ca>
 
131749
AuthorDate: Sun Jan 31 00:05:48 2010 -0500
 
131750
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131751
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115533
131752
 
115534
131753
    GChecksum: move docs from tmpl to .c
115535
131754
 
115540
131759
 3 files changed, 23 insertions(+), 145 deletions(-)
115541
131760
 
115542
131761
commit 5ee096636b3e603863e0935c2e7ff107b4d72f63
115543
 
Author: Ryan Lortie <desrt@desrt.ca>
115544
 
Date:   Sun Jan 31 00:03:33 2010 -0500
 
131762
Author:     Ryan Lortie <desrt@desrt.ca>
 
131763
AuthorDate: Sun Jan 31 00:03:33 2010 -0500
 
131764
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131765
CommitDate: Mon Feb 1 10:28:39 2010 -0500
115545
131766
 
115546
131767
    GCompletion: move docs from tmpl to .c
115547
131768
 
115552
131773
 3 files changed, 123 insertions(+), 158 deletions(-)
115553
131774
 
115554
131775
commit 75b3bd99e1a219fdd8d8f0be5a9fdddfda120ace
115555
 
Author: Christian Dywan <christian@twotoasts.de>
115556
 
Date:   Mon Feb 1 12:37:23 2010 +0100
 
131776
Author:     Christian Dywan <christian@twotoasts.de>
 
131777
AuthorDate: Mon Feb 1 12:37:23 2010 +0100
 
131778
Commit:     Christian Dywan <christian@twotoasts.de>
 
131779
CommitDate: Mon Feb 1 12:37:23 2010 +0100
115557
131780
 
115558
131781
    Fix typo in introduction to threads in Glib
115559
131782
 
115561
131784
 1 file changed, 1 insertion(+), 1 deletion(-)
115562
131785
 
115563
131786
commit f25e756ab65fef3bd793aaf234a82b4a82d19d67
115564
 
Author: Kjartan Maraas <kmaraas@gnome.org>
115565
 
Date:   Sun Jan 31 19:57:59 2010 +0100
 
131787
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
131788
AuthorDate: Sun Jan 31 19:57:59 2010 +0100
 
131789
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
131790
CommitDate: Sun Jan 31 19:57:59 2010 +0100
115566
131791
 
115567
131792
    Updated Norwegian bokmål translation
115568
131793
 
115571
131796
 1 file changed, 504 insertions(+), 461 deletions(-)
115572
131797
 
115573
131798
commit aa67c725e1bde15c900b65c1971771ec084cef20
115574
 
Author: Philip Withnall <philip@tecnocode.co.uk>
115575
 
Date:   Sun Jan 31 16:15:32 2010 +0000
 
131799
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
131800
AuthorDate: Sun Jan 31 16:15:32 2010 +0000
 
131801
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
131802
CommitDate: Sun Jan 31 17:45:54 2010 +0000
115576
131803
 
115577
131804
    Fix shadowing of G_VALUE_COLLECT variables in G_VALUE_COLLECT_INIT
115578
131805
 
115582
131809
 1 file changed, 5 insertions(+), 5 deletions(-)
115583
131810
 
115584
131811
commit 6d52d34dff51676bdfa42d09c26c683304275c39
115585
 
Author: Ryan Lortie <desrt@desrt.ca>
115586
 
Date:   Sat Jan 30 23:34:19 2010 -0500
 
131812
Author:     Ryan Lortie <desrt@desrt.ca>
 
131813
AuthorDate: Sat Jan 30 23:34:19 2010 -0500
 
131814
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131815
CommitDate: Sat Jan 30 23:34:19 2010 -0500
115587
131816
 
115588
131817
    data{list,sets}, quarks: move docs from tmpl to .c
115589
131818
 
115596
131825
 5 files changed, 429 insertions(+), 582 deletions(-)
115597
131826
 
115598
131827
commit c7000fcfecca109a9f35c8c2e4e56d3a63cf5bd6
115599
 
Author: Ryan Lortie <desrt@desrt.ca>
115600
 
Date:   Sat Jan 30 23:10:34 2010 -0500
 
131828
Author:     Ryan Lortie <desrt@desrt.ca>
 
131829
AuthorDate: Sat Jan 30 23:10:34 2010 -0500
 
131830
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131831
CommitDate: Sat Jan 30 23:10:34 2010 -0500
115601
131832
 
115602
131833
    GPattern: move docs from tmpl to .c
115603
131834
 
115608
131839
 3 files changed, 104 insertions(+), 124 deletions(-)
115609
131840
 
115610
131841
commit 84572f81bfc2696390625e814d0200cbb26220cb
115611
 
Author: Ryan Lortie <desrt@desrt.ca>
115612
 
Date:   Sat Jan 30 23:04:52 2010 -0500
 
131842
Author:     Ryan Lortie <desrt@desrt.ca>
 
131843
AuthorDate: Sat Jan 30 23:04:52 2010 -0500
 
131844
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131845
CommitDate: Sat Jan 30 23:04:52 2010 -0500
115613
131846
 
115614
131847
    String chunks: move docs from tmpl to .c
115615
131848
 
115620
131853
 3 files changed, 36 insertions(+), 108 deletions(-)
115621
131854
 
115622
131855
commit 4431ac5dda5a3f130c9eb8f41445c883d960fe4c
115623
 
Author: Ryan Lortie <desrt@desrt.ca>
115624
 
Date:   Sat Jan 30 22:58:43 2010 -0500
 
131856
Author:     Ryan Lortie <desrt@desrt.ca>
 
131857
AuthorDate: Sat Jan 30 22:58:43 2010 -0500
 
131858
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131859
CommitDate: Sat Jan 30 22:58:43 2010 -0500
115625
131860
 
115626
131861
    Move allocator and memchunk docs from tmpl to .c
115627
131862
 
115635
131870
 5 files changed, 357 insertions(+), 389 deletions(-)
115636
131871
 
115637
131872
commit 3a161ee8f34f8c5861075a4b0d52730f7ba5bec0
115638
 
Author: Ryan Lortie <desrt@desrt.ca>
115639
 
Date:   Sat Jan 30 22:19:29 2010 -0500
 
131873
Author:     Ryan Lortie <desrt@desrt.ca>
 
131874
AuthorDate: Sat Jan 30 22:19:29 2010 -0500
 
131875
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131876
CommitDate: Sat Jan 30 22:19:29 2010 -0500
115640
131877
 
115641
131878
    GSequence: move docs from tmpl to .c
115642
131879
 
115647
131884
 3 files changed, 70 insertions(+), 432 deletions(-)
115648
131885
 
115649
131886
commit 0ab7bb4b18908813b484514b8d2f597d962dd3c7
115650
 
Author: Ryan Lortie <desrt@desrt.ca>
115651
 
Date:   Sat Jan 30 22:15:35 2010 -0500
 
131887
Author:     Ryan Lortie <desrt@desrt.ca>
 
131888
AuthorDate: Sat Jan 30 22:15:35 2010 -0500
 
131889
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131890
CommitDate: Sat Jan 30 22:15:50 2010 -0500
115652
131891
 
115653
131892
    GShell: move docs from tmpl to .c
115654
131893
 
115659
131898
 3 files changed, 23 insertions(+), 68 deletions(-)
115660
131899
 
115661
131900
commit f6482a1eaa10f6e21536776ca667980ccd9e5f77
115662
 
Author: Ryan Lortie <desrt@desrt.ca>
115663
 
Date:   Sat Jan 30 22:12:22 2010 -0500
 
131901
Author:     Ryan Lortie <desrt@desrt.ca>
 
131902
AuthorDate: Sat Jan 30 22:12:22 2010 -0500
 
131903
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131904
CommitDate: Sat Jan 30 22:12:22 2010 -0500
115664
131905
 
115665
131906
    GTimer: move docs from tmpl to .c
115666
131907
 
115671
131912
 3 files changed, 91 insertions(+), 111 deletions(-)
115672
131913
 
115673
131914
commit d87712d3e6d3975b2c0a5fb436b8b8d3e009a3e1
115674
 
Author: Ryan Lortie <desrt@desrt.ca>
115675
 
Date:   Sat Jan 30 21:55:03 2010 -0500
 
131915
Author:     Ryan Lortie <desrt@desrt.ca>
 
131916
AuthorDate: Sat Jan 30 21:55:03 2010 -0500
 
131917
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131918
CommitDate: Sat Jan 30 21:55:03 2010 -0500
115676
131919
 
115677
131920
    Fix up gthread.c documentation
115678
131921
 
115684
131927
 1 file changed, 151 insertions(+), 63 deletions(-)
115685
131928
 
115686
131929
commit 0f246e28ca6651b7b40a5a5668b45729226ca177
115687
 
Author: Ryan Lortie <desrt@desrt.ca>
115688
 
Date:   Sat Jan 30 20:15:25 2010 -0500
 
131930
Author:     Ryan Lortie <desrt@desrt.ca>
 
131931
AuthorDate: Sat Jan 30 20:15:25 2010 -0500
 
131932
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131933
CommitDate: Sat Jan 30 20:15:25 2010 -0500
115689
131934
 
115690
131935
    merge GVariantTypeInfo
115691
131936
 
115697
131942
 4 files changed, 1392 insertions(+), 20 deletions(-)
115698
131943
 
115699
131944
commit 4c58a85dd1eb89fe45b8fc5730291238c057d63e
115700
 
Author: Ryan Lortie <desrt@desrt.ca>
115701
 
Date:   Sat Jan 30 16:00:51 2010 -0500
 
131945
Author:     Ryan Lortie <desrt@desrt.ca>
 
131946
AuthorDate: Sat Jan 30 16:00:51 2010 -0500
 
131947
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131948
CommitDate: Sat Jan 30 16:00:51 2010 -0500
115702
131949
 
115703
131950
    Revert accidental commit "dirt"
115704
131951
 
115713
131960
 5 files changed, 44 insertions(+), 879 deletions(-)
115714
131961
 
115715
131962
commit f411e23043a5f97010ee12895f78a779df43b3dd
115716
 
Author: Ryan Lortie <desrt@desrt.ca>
115717
 
Date:   Sat Jan 30 14:06:12 2010 -0500
 
131963
Author:     Ryan Lortie <desrt@desrt.ca>
 
131964
AuthorDate: Sat Jan 30 14:06:12 2010 -0500
 
131965
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131966
CommitDate: Sat Jan 30 14:06:12 2010 -0500
115718
131967
 
115719
131968
    GIO: Remove trailing "." from Since: tags in docs
115720
131969
 
115727
131976
 2 files changed, 3 insertions(+), 3 deletions(-)
115728
131977
 
115729
131978
commit c46bc6ba1fc8c5045c9a93b95e78e81936e2d954
115730
 
Author: Ryan Lortie <desrt@desrt.ca>
115731
 
Date:   Sat Jan 30 13:00:01 2010 -0500
 
131979
Author:     Ryan Lortie <desrt@desrt.ca>
 
131980
AuthorDate: Sat Jan 30 13:00:01 2010 -0500
 
131981
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131982
CommitDate: Sat Jan 30 13:30:00 2010 -0500
115732
131983
 
115733
131984
    dirt
115734
131985
 
115741
131992
 5 files changed, 879 insertions(+), 44 deletions(-)
115742
131993
 
115743
131994
commit 6857767b8600a361188f75e62c086ed7d7c06d7c
115744
 
Author: Ryan Lortie <desrt@desrt.ca>
115745
 
Date:   Sat Jan 30 12:32:09 2010 -0500
 
131995
Author:     Ryan Lortie <desrt@desrt.ca>
 
131996
AuthorDate: Sat Jan 30 12:32:09 2010 -0500
 
131997
Commit:     Ryan Lortie <desrt@desrt.ca>
 
131998
CommitDate: Sat Jan 30 13:30:00 2010 -0500
115746
131999
 
115747
132000
    move threads docs to .c
115748
132001
 
115753
132006
 3 files changed, 1475 insertions(+), 1819 deletions(-)
115754
132007
 
115755
132008
commit 4234481855b8bef92d594421977a2aa130ac3ad6
115756
 
Author: Ryan Lortie <desrt@desrt.ca>
115757
 
Date:   Sat Jan 30 13:29:23 2010 -0500
 
132009
Author:     Ryan Lortie <desrt@desrt.ca>
 
132010
AuthorDate: Sat Jan 30 13:29:23 2010 -0500
 
132011
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132012
CommitDate: Sat Jan 30 13:30:00 2010 -0500
115758
132013
 
115759
132014
    GIOChannel: fill in missing docs
115760
132015
 
115762
132017
 1 file changed, 11 insertions(+), 11 deletions(-)
115763
132018
 
115764
132019
commit 7b6c8a56059657073f56dbc2a9d04acde2588349
115765
 
Author: Ryan Lortie <desrt@desrt.ca>
115766
 
Date:   Sat Jan 30 12:30:53 2010 -0500
 
132020
Author:     Ryan Lortie <desrt@desrt.ca>
 
132021
AuthorDate: Sat Jan 30 12:30:53 2010 -0500
 
132022
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132023
CommitDate: Sat Jan 30 12:32:37 2010 -0500
115767
132024
 
115768
132025
    g_strlcpy doc: small fixup
115769
132026
 
115773
132030
 1 file changed, 3 insertions(+), 3 deletions(-)
115774
132031
 
115775
132032
commit 522dafe126ed814a1699238142fbc12b7f55b0b6
115776
 
Author: Ryan Lortie <desrt@desrt.ca>
115777
 
Date:   Sat Jan 30 12:13:50 2010 -0500
 
132033
Author:     Ryan Lortie <desrt@desrt.ca>
 
132034
AuthorDate: Sat Jan 30 12:13:50 2010 -0500
 
132035
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132036
CommitDate: Sat Jan 30 12:32:37 2010 -0500
115778
132037
 
115779
132038
    gbitlock: fix gtkdoc brokenness
115780
132039
 
115783
132042
 2 files changed, 4 insertions(+), 3 deletions(-)
115784
132043
 
115785
132044
commit d51b6c471ab13348077630e8f7a3a480b3d266f0
115786
 
Author: Ryan Lortie <desrt@desrt.ca>
115787
 
Date:   Sat Jan 30 01:00:50 2010 -0500
 
132045
Author:     Ryan Lortie <desrt@desrt.ca>
 
132046
AuthorDate: Sat Jan 30 01:00:50 2010 -0500
 
132047
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132048
CommitDate: Sat Jan 30 12:32:37 2010 -0500
115788
132049
 
115789
132050
    GRand: move docs from tmpl to inline comments
115790
132051
 
115795
132056
 3 files changed, 65 insertions(+), 206 deletions(-)
115796
132057
 
115797
132058
commit 3de141b8d5d410a87481a2dec1bb3227464d97c8
115798
 
Author: Jorge González <jorgegonz@svn.gnome.org>
115799
 
Date:   Sat Jan 30 12:37:00 2010 +0100
 
132059
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
132060
AuthorDate: Sat Jan 30 12:37:00 2010 +0100
 
132061
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
132062
CommitDate: Sat Jan 30 12:37:00 2010 +0100
115800
132063
 
115801
132064
    Updated Spanish translation
115802
132065
 
115805
132068
 1 file changed, 514 insertions(+), 470 deletions(-)
115806
132069
 
115807
132070
commit 2f4bc34b324505cc6b196a9793b71e8455fe8540
115808
 
Author: Ryan Lortie <desrt@desrt.ca>
115809
 
Date:   Sat Jan 30 00:00:48 2010 -0500
 
132071
Author:     Ryan Lortie <desrt@desrt.ca>
 
132072
AuthorDate: Sat Jan 30 00:00:48 2010 -0500
 
132073
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132074
CommitDate: Sat Jan 30 00:01:26 2010 -0500
115810
132075
 
115811
132076
    gvarianttype: fix a trivial missing const
115812
132077
 
115814
132079
 1 file changed, 1 insertion(+), 1 deletion(-)
115815
132080
 
115816
132081
commit 1d55cfb51e03f4ba23191df4625ca62d3624652e
115817
 
Author: Ryan Lortie <desrt@desrt.ca>
115818
 
Date:   Fri Jan 29 23:56:04 2010 -0500
 
132082
Author:     Ryan Lortie <desrt@desrt.ca>
 
132083
AuthorDate: Fri Jan 29 23:56:04 2010 -0500
 
132084
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132085
CommitDate: Sat Jan 30 00:01:26 2010 -0500
115819
132086
 
115820
132087
    don't #include <glib.h> from other public headers
115821
132088
 
115830
132097
 6 files changed, 13 insertions(+), 4 deletions(-)
115831
132098
 
115832
132099
commit 71b14dedd8fa7b141e1496ba0b727996f6808579
115833
 
Author: Claude Paroz <claude@2xlibre.net>
115834
 
Date:   Fri Jan 29 22:52:58 2010 +0100
 
132100
Author:     Claude Paroz <claude@2xlibre.net>
 
132101
AuthorDate: Fri Jan 29 22:52:58 2010 +0100
 
132102
Commit:     Claude Paroz <claude@2xlibre.net>
 
132103
CommitDate: Fri Jan 29 22:52:58 2010 +0100
115835
132104
 
115836
132105
    Updated French translation
115837
132106
 
115840
132109
 1 file changed, 514 insertions(+), 494 deletions(-)
115841
132110
 
115842
132111
commit a4f5a3705b7df850cac0313853f8f95b5cfe24df
115843
 
Author: Andre Klapper <a9016009@gmx.de>
115844
 
Date:   Fri Jan 29 22:33:06 2010 +0100
 
132112
Author:     Andre Klapper <a9016009@gmx.de>
 
132113
AuthorDate: Fri Jan 29 22:33:06 2010 +0100
 
132114
Commit:     Andre Klapper <a9016009@gmx.de>
 
132115
CommitDate: Fri Jan 29 22:33:06 2010 +0100
115845
132116
 
115846
132117
    Update POTFILES.in to make l10n.gnome.org happy
115847
132118
 
115849
132120
 1 file changed, 8 insertions(+)
115850
132121
 
115851
132122
commit 6aa73f03eb14188b71b91c647442488e776a4952
115852
 
Author: Ryan Lortie <desrt@desrt.ca>
115853
 
Date:   Thu Jan 28 22:43:51 2010 -0500
 
132123
Author:     Ryan Lortie <desrt@desrt.ca>
 
132124
AuthorDate: Thu Jan 28 22:43:51 2010 -0500
 
132125
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132126
CommitDate: Thu Jan 28 22:43:51 2010 -0500
115854
132127
 
115855
132128
    improve gitignore
115856
132129
 
115864
132137
 7 files changed, 13 insertions(+)
115865
132138
 
115866
132139
commit c73d2818432956aaedb12886ea0011847b7d030e
115867
 
Author: Ryan Lortie <desrt@desrt.ca>
115868
 
Date:   Thu Jan 28 22:36:48 2010 -0500
 
132140
Author:     Ryan Lortie <desrt@desrt.ca>
 
132141
AuthorDate: Thu Jan 28 22:36:48 2010 -0500
 
132142
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132143
CommitDate: Thu Jan 28 22:36:48 2010 -0500
115869
132144
 
115870
132145
    GHash: move docs from tmpl to inline comments
115871
132146
 
115877
132152
 4 files changed, 130 insertions(+), 491 deletions(-)
115878
132153
 
115879
132154
commit fe89b2ea293cbcd02de2cba1834e03eee0190cdc
115880
 
Author: Ryan Lortie <desrt@desrt.ca>
115881
 
Date:   Thu Jan 28 19:12:55 2010 -0500
 
132155
Author:     Ryan Lortie <desrt@desrt.ca>
 
132156
AuthorDate: Thu Jan 28 19:12:55 2010 -0500
 
132157
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132158
CommitDate: Thu Jan 28 19:12:55 2010 -0500
115882
132159
 
115883
132160
    Since: markers for g_bit_*lock()
115884
132161
 
115886
132163
 1 file changed, 6 insertions(+)
115887
132164
 
115888
132165
commit 40eae351b1a95626f49ea042e5f5e9824c171c50
115889
 
Author: Ryan Lortie <desrt@desrt.ca>
115890
 
Date:   Thu Jan 28 18:41:19 2010 -0500
 
132166
Author:     Ryan Lortie <desrt@desrt.ca>
 
132167
AuthorDate: Thu Jan 28 18:41:19 2010 -0500
 
132168
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132169
CommitDate: Thu Jan 28 18:41:20 2010 -0500
115891
132170
 
115892
132171
    Bug 548967 - 1 bit mutex lock: add tests
115893
132172
 
115907
132186
 6 files changed, 152 insertions(+)
115908
132187
 
115909
132188
commit 669b0f2d6b5ef3a4924a1402d569c4e38e4fb41c
115910
 
Author: Ryan Lortie <desrt@desrt.ca>
115911
 
Date:   Thu Jan 28 11:32:07 2010 -0500
 
132189
Author:     Ryan Lortie <desrt@desrt.ca>
 
132190
AuthorDate: Thu Jan 28 11:32:07 2010 -0500
 
132191
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132192
CommitDate: Thu Jan 28 12:40:46 2010 -0500
115912
132193
 
115913
132194
    Bug 548967 - 1 bit mutex lock
115914
132195
 
115931
132212
 9 files changed, 379 insertions(+)
115932
132213
 
115933
132214
commit 595cad2531ac8bb4a4954337931134cb304088df
115934
 
Author: Ryan Lortie <desrt@desrt.ca>
115935
 
Date:   Thu Jan 28 12:39:46 2010 -0500
 
132215
Author:     Ryan Lortie <desrt@desrt.ca>
 
132216
AuthorDate: Thu Jan 28 12:39:46 2010 -0500
 
132217
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132218
CommitDate: Thu Jan 28 12:40:45 2010 -0500
115936
132219
 
115937
132220
    glib docs: Delete and ignore empty .tmpl files
115938
132221
 
115943
132226
 3 files changed, 4 insertions(+), 168 deletions(-)
115944
132227
 
115945
132228
commit b0a0ac51cb7e628f90b8293c098a6a1a26425301
115946
 
Author: Ryan Lortie <desrt@desrt.ca>
115947
 
Date:   Wed Jan 27 21:30:26 2010 -0500
 
132229
Author:     Ryan Lortie <desrt@desrt.ca>
 
132230
AuthorDate: Wed Jan 27 21:30:26 2010 -0500
 
132231
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132232
CommitDate: Wed Jan 27 21:33:35 2010 -0500
115948
132233
 
115949
132234
    Return NULL from g_mapped_file_get_contents()
115950
132235
 
115957
132242
 2 files changed, 9 insertions(+), 2 deletions(-)
115958
132243
 
115959
132244
commit 2a19bb7699c13e6d7cc5761d9285617e6b2b51f7
115960
 
Author: Matej Urbančič <mateju@svn.gnome.org>
115961
 
Date:   Wed Jan 27 13:16:13 2010 +0100
 
132245
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
132246
AuthorDate: Wed Jan 27 13:16:13 2010 +0100
 
132247
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
132248
CommitDate: Wed Jan 27 13:16:13 2010 +0100
115962
132249
 
115963
132250
    Updated Slovenian translation
115964
132251
 
115967
132254
 1 file changed, 682 insertions(+), 633 deletions(-)
115968
132255
 
115969
132256
commit 082ff883b64ca39a197b7fccb520f0b5fa707e8a
115970
 
Author: Behdad Esfahbod <behdad@behdad.org>
115971
 
Date:   Tue Jan 26 16:12:20 2010 -0500
 
132257
Author:     Behdad Esfahbod <behdad@behdad.org>
 
132258
AuthorDate: Tue Jan 26 16:12:20 2010 -0500
 
132259
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
132260
CommitDate: Tue Jan 26 16:12:20 2010 -0500
115972
132261
 
115973
132262
    Improve type documentation
115974
132263
 
115976
132265
 1 file changed, 19 insertions(+), 12 deletions(-)
115977
132266
 
115978
132267
commit 7d6af08777d4762ec17bfe8a4fa6eb83ba8d6f36
115979
 
Author: Christian Dywan <christian@twotoasts.de>
115980
 
Date:   Tue Jan 26 20:45:40 2010 +0100
 
132268
Author:     Christian Dywan <christian@twotoasts.de>
 
132269
AuthorDate: Tue Jan 26 20:45:40 2010 +0100
 
132270
Commit:     Christian Dywan <christian@twotoasts.de>
 
132271
CommitDate: Tue Jan 26 20:46:53 2010 +0100
115981
132272
 
115982
132273
    Add gtk-doc comments with Since tags to GMemoryOutputStream properties
115983
132274
 
115985
132276
 1 file changed, 35 insertions(+)
115986
132277
 
115987
132278
commit b0d2f344a68abcc14558c0363ffbe5bfdcba2a66
115988
 
Author: Javier Jardón <jjardon@gnome.org>
115989
 
Date:   Tue Jan 26 19:15:48 2010 +0100
 
132279
Author:     Javier Jardón <jjardon@gnome.org>
 
132280
AuthorDate: Tue Jan 26 19:15:48 2010 +0100
 
132281
Commit:     Javier Jardón <jjardon@gnome.org>
 
132282
CommitDate: Tue Jan 26 20:35:24 2010 +0100
115990
132283
 
115991
132284
    [glib/gvarianttype] Move some documentation to header file
115992
132285
 
115998
132291
 2 files changed, 26 insertions(+), 27 deletions(-)
115999
132292
 
116000
132293
commit 3c66490503534eccdd9d3082684ca5c9abf89c0c
116001
 
Author: Javier Jardón <jjardon@gnome.org>
116002
 
Date:   Tue Jan 26 19:00:41 2010 +0100
 
132294
Author:     Javier Jardón <jjardon@gnome.org>
 
132295
AuthorDate: Tue Jan 26 19:00:41 2010 +0100
 
132296
Commit:     Javier Jardón <jjardon@gnome.org>
 
132297
CommitDate: Tue Jan 26 19:00:41 2010 +0100
116003
132298
 
116004
132299
    [glib/gvariantype] Added missing "Since: 2.24" tag
116005
132300
 
116007
132302
 1 file changed, 2 insertions(+)
116008
132303
 
116009
132304
commit 3658727cfa0eca8c66bc2cdff46992099caf0acd
116010
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
116011
 
Date:   Tue Jan 26 11:22:31 2010 +0100
 
132305
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
132306
AuthorDate: Tue Jan 26 11:22:31 2010 +0100
 
132307
Commit:     Martin Pitt <martin.pitt@ubuntu.com>
 
132308
CommitDate: Tue Jan 26 11:22:31 2010 +0100
116012
132309
 
116013
132310
    always use our own internal assertion message symbol
116014
132311
 
116030
132327
 4 files changed, 15 insertions(+), 44 deletions(-)
116031
132328
 
116032
132329
commit e84a3f824855419c361ebc9f2e04768f96c6f3b9
116033
 
Author: Matthias Clasen <mclasen@redhat.com>
116034
 
Date:   Mon Jan 25 14:16:09 2010 -0500
 
132330
Author:     Matthias Clasen <mclasen@redhat.com>
 
132331
AuthorDate: Mon Jan 25 14:16:09 2010 -0500
 
132332
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132333
CommitDate: Mon Jan 25 14:16:09 2010 -0500
116035
132334
 
116036
132335
    Bump version
116037
132336
 
116039
132338
 1 file changed, 1 insertion(+), 1 deletion(-)
116040
132339
 
116041
132340
commit 079c980ecabf42ee9d0a061f9a11b078c6394225
116042
 
Author: Matthias Clasen <mclasen@redhat.com>
116043
 
Date:   Mon Jan 25 14:14:14 2010 -0500
 
132341
Author:     Matthias Clasen <mclasen@redhat.com>
 
132342
AuthorDate: Mon Jan 25 14:14:14 2010 -0500
 
132343
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132344
CommitDate: Mon Jan 25 14:14:14 2010 -0500
116044
132345
 
116045
132346
    2.23.2
116046
132347
 
116140
132441
 90 files changed, 7008 insertions(+), 5674 deletions(-)
116141
132442
 
116142
132443
commit 975aea7bce39a2909607c6c40c2c0c945169b0c6
116143
 
Author: Matthias Clasen <mclasen@redhat.com>
116144
 
Date:   Mon Jan 25 14:13:48 2010 -0500
 
132444
Author:     Matthias Clasen <mclasen@redhat.com>
 
132445
AuthorDate: Mon Jan 25 14:13:48 2010 -0500
 
132446
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132447
CommitDate: Mon Jan 25 14:13:48 2010 -0500
116145
132448
 
116146
132449
    Disable yet another failing test that was recently added...
116147
132450
 
116149
132452
 1 file changed, 1 insertion(+), 1 deletion(-)
116150
132453
 
116151
132454
commit f13804f68e37c597533644e671d38229e80b917a
116152
 
Author: Matthias Clasen <mclasen@redhat.com>
116153
 
Date:   Mon Jan 25 12:46:35 2010 -0500
 
132455
Author:     Matthias Clasen <mclasen@redhat.com>
 
132456
AuthorDate: Mon Jan 25 12:46:35 2010 -0500
 
132457
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132458
CommitDate: Mon Jan 25 12:46:35 2010 -0500
116154
132459
 
116155
132460
    Minor docs update
116156
132461
 
116158
132463
 1 file changed, 1 insertion(+)
116159
132464
 
116160
132465
commit bc4f3904f27652b844f9786ba2b243a5ea3368b5
116161
 
Author: Matthias Clasen <mclasen@redhat.com>
116162
 
Date:   Mon Jan 25 12:43:10 2010 -0500
 
132466
Author:     Matthias Clasen <mclasen@redhat.com>
 
132467
AuthorDate: Mon Jan 25 12:43:10 2010 -0500
 
132468
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132469
CommitDate: Mon Jan 25 12:43:10 2010 -0500
116163
132470
 
116164
132471
    Another few failing tests disabled
116165
132472
 
116167
132474
 1 file changed, 2 insertions(+)
116168
132475
 
116169
132476
commit 305c9c6de5436b35fc3929d4c4ff3f29c00d8678
116170
 
Author: Matthias Clasen <mclasen@redhat.com>
116171
 
Date:   Mon Jan 25 12:29:09 2010 -0500
 
132477
Author:     Matthias Clasen <mclasen@redhat.com>
 
132478
AuthorDate: Mon Jan 25 12:29:09 2010 -0500
 
132479
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132480
CommitDate: Mon Jan 25 12:29:09 2010 -0500
116172
132481
 
116173
132482
    Disable a failing test, tsk, tsk.
116174
132483
 
116176
132485
 1 file changed, 2 insertions(+)
116177
132486
 
116178
132487
commit 81f186d1e55621622fc3a29f43522a8d5494edde
116179
 
Author: Matthias Clasen <mclasen@redhat.com>
116180
 
Date:   Mon Jan 25 12:00:06 2010 -0500
 
132488
Author:     Matthias Clasen <mclasen@redhat.com>
 
132489
AuthorDate: Mon Jan 25 12:00:06 2010 -0500
 
132490
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132491
CommitDate: Mon Jan 25 12:00:06 2010 -0500
116181
132492
 
116182
132493
    Mention GVariant
116183
132494
 
116185
132496
 1 file changed, 4 insertions(+)
116186
132497
 
116187
132498
commit e0d1124bd9bc516daaa84c94fee39decf9acc1d8
116188
 
Author: Matthias Clasen <mclasen@redhat.com>
116189
 
Date:   Mon Jan 25 11:57:47 2010 -0500
 
132499
Author:     Matthias Clasen <mclasen@redhat.com>
 
132500
AuthorDate: Mon Jan 25 11:57:47 2010 -0500
 
132501
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132502
CommitDate: Mon Jan 25 11:58:38 2010 -0500
116190
132503
 
116191
132504
    Updates
116192
132505
 
116194
132507
 1 file changed, 53 insertions(+)
116195
132508
 
116196
132509
commit b4c0b10658bb77f14005a117d5abdb620fec4068
116197
 
Author: Ryan Lortie <desrt@desrt.ca>
116198
 
Date:   Mon Jan 25 11:31:56 2010 -0500
 
132510
Author:     Ryan Lortie <desrt@desrt.ca>
 
132511
AuthorDate: Mon Jan 25 11:31:56 2010 -0500
 
132512
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132513
CommitDate: Mon Jan 25 11:31:56 2010 -0500
116199
132514
 
116200
132515
    add testcase for GVariantType
116201
132516
 
116206
132521
 3 files changed, 654 insertions(+)
116207
132522
 
116208
132523
commit 0ccb288da103890dcf89ceda75fb8b488077a1de
116209
 
Author: Ryan Lortie <desrt@desrt.ca>
116210
 
Date:   Mon Jan 25 11:26:27 2010 -0500
 
132524
Author:     Ryan Lortie <desrt@desrt.ca>
 
132525
AuthorDate: Mon Jan 25 11:26:27 2010 -0500
 
132526
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132527
CommitDate: Mon Jan 25 11:27:28 2010 -0500
116211
132528
 
116212
132529
    merge GVariantType
116213
132530
 
116224
132541
 7 files changed, 1883 insertions(+)
116225
132542
 
116226
132543
commit 11d4e59712b5a19c9847facf6da79946c9bd24aa
116227
 
Author: Benjamin Otte <otte@redhat.com>
116228
 
Date:   Wed Jan 20 21:06:30 2010 +0100
 
132544
Author:     Benjamin Otte <otte@redhat.com>
 
132545
AuthorDate: Wed Jan 20 21:06:30 2010 +0100
 
132546
Commit:     Benjamin Otte <otte@redhat.com>
 
132547
CommitDate: Mon Jan 25 15:30:38 2010 +0100
116229
132548
 
116230
132549
    Move the boxed private type data to TypeNode
116231
132550
 
116243
132562
 4 files changed, 95 insertions(+), 68 deletions(-)
116244
132563
 
116245
132564
commit ac666d2ae35b86c0d92ae70a0fb77b9df91035d1
116246
 
Author: Benjamin Otte <otte@redhat.com>
116247
 
Date:   Wed Jan 20 20:02:24 2010 +0100
 
132565
Author:     Benjamin Otte <otte@redhat.com>
 
132566
AuthorDate: Wed Jan 20 20:02:24 2010 +0100
 
132567
Commit:     Benjamin Otte <otte@redhat.com>
 
132568
CommitDate: Mon Jan 25 15:30:38 2010 +0100
116248
132569
 
116249
132570
    Put calls to registered copy/free functions into separate functions
116250
132571
 
116260
132581
 1 file changed, 31 insertions(+), 66 deletions(-)
116261
132582
 
116262
132583
commit 4ecf8655b315f9da3d108356c8f39394300deae3
116263
 
Author: Alexander Shopov <ash@contact.bg>
116264
 
Date:   Mon Jan 25 11:58:18 2010 +0200
 
132584
Author:     Alexander Shopov <ash@contact.bg>
 
132585
AuthorDate: Mon Jan 25 11:58:18 2010 +0200
 
132586
Commit:     Alexander Shopov <ash@contact.bg>
 
132587
CommitDate: Mon Jan 25 11:58:18 2010 +0200
116265
132588
 
116266
132589
    Updated Bulgarian translation
116267
132590
 
116270
132593
 1 file changed, 490 insertions(+), 484 deletions(-)
116271
132594
 
116272
132595
commit d819c8e486c9aaa2602d93fdd5cd1743d5a46624
116273
 
Author: Matthias Clasen <mclasen@redhat.com>
116274
 
Date:   Sun Jan 24 20:50:51 2010 -0500
 
132596
Author:     Matthias Clasen <mclasen@redhat.com>
 
132597
AuthorDate: Sun Jan 24 20:50:51 2010 -0500
 
132598
Commit:     Matthias Clasen <mclasen@redhat.com>
 
132599
CommitDate: Sun Jan 24 20:50:51 2010 -0500
116275
132600
 
116276
132601
    Typo fixes
116277
132602
 
116279
132604
 1 file changed, 2 insertions(+), 2 deletions(-)
116280
132605
 
116281
132606
commit cd59feff775e3cf9b15190dd6d75c4e6b98336e8
116282
 
Author: Jamil Ahmed <itsjamil@gmail.com>
116283
 
Date:   Sun Jan 24 22:54:12 2010 +0600
 
132607
Author:     Jamil Ahmed <itsjamil@gmail.com>
 
132608
AuthorDate: Sun Jan 24 22:54:12 2010 +0600
 
132609
Commit:     Jamil Ahmed <itsjamil@gmail.com>
 
132610
CommitDate: Sun Jan 24 22:54:12 2010 +0600
116284
132611
 
116285
132612
    Updated Bengali translation
116286
132613
 
116289
132616
 1 file changed, 691 insertions(+), 604 deletions(-)
116290
132617
 
116291
132618
commit e71dcb204e3be3c0129c0782f3b5420be47fb2ef
116292
 
Author: Ryan Lortie <desrt@desrt.ca>
116293
 
Date:   Sat Jan 23 01:07:46 2010 -0500
 
132619
Author:     Ryan Lortie <desrt@desrt.ca>
 
132620
AuthorDate: Sat Jan 23 01:07:46 2010 -0500
 
132621
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132622
CommitDate: Sat Jan 23 01:07:46 2010 -0500
116294
132623
 
116295
132624
    gio: .gitignore gio-querymodules
116296
132625
 
116298
132627
 1 file changed, 1 insertion(+)
116299
132628
 
116300
132629
commit c8fc3112f910b544ace0e1cb14d47555b38be6d8
116301
 
Author: Ryan Lortie <desrt@desrt.ca>
116302
 
Date:   Fri Jan 22 20:18:58 2010 -0500
 
132630
Author:     Ryan Lortie <desrt@desrt.ca>
 
132631
AuthorDate: Fri Jan 22 20:18:58 2010 -0500
 
132632
Commit:     Ryan Lortie <desrt@desrt.ca>
 
132633
CommitDate: Fri Jan 22 20:18:58 2010 -0500
116303
132634
 
116304
132635
    Bug 448888 - don't init g_slice for always-malloc
116305
132636
 
116307
132638
 1 file changed, 13 insertions(+), 3 deletions(-)
116308
132639
 
116309
132640
commit 7693b0af445645f09e55ed7cebe0051c3d1fdd8d
116310
 
Author: Alberto Garcia <agarcia@igalia.com>
116311
 
Date:   Wed Jan 20 18:53:08 2010 +0100
 
132641
Author:     Alberto Garcia <agarcia@igalia.com>
 
132642
AuthorDate: Wed Jan 20 18:53:08 2010 +0100
 
132643
Commit:     Javier Jardón <jjardon@gnome.org>
 
132644
CommitDate: Wed Jan 20 18:58:32 2010 +0100
116312
132645
 
116313
132646
    [tests] Remove C++ style comments
116314
132647
 
116325
132658
 3 files changed, 6 insertions(+), 6 deletions(-)
116326
132659
 
116327
132660
commit 6c3551fedb7bfde716fa00cfcbba00ca987c2a79
116328
 
Author: Dan Winship <danw@gnome.org>
116329
 
Date:   Mon Jan 18 09:46:19 2010 -0500
 
132661
Author:     Dan Winship <danw@gnome.org>
 
132662
AuthorDate: Mon Jan 18 09:46:19 2010 -0500
 
132663
Commit:     Dan Winship <danw@gnome.org>
 
132664
CommitDate: Mon Jan 18 12:53:11 2010 -0500
116330
132665
 
116331
132666
    [configure] More -lresolv-checking-fixing
116332
132667
 
116336
132671
 1 file changed, 8 insertions(+), 2 deletions(-)
116337
132672
 
116338
132673
commit 914120b9701650ccf7bede1907b69b521ca43236
116339
 
Author: Benjamin Otte <otte@redhat.com>
116340
 
Date:   Mon Jan 18 14:03:16 2010 +0100
 
132674
Author:     Benjamin Otte <otte@redhat.com>
 
132675
AuthorDate: Mon Jan 18 14:03:16 2010 +0100
 
132676
Commit:     Benjamin Otte <otte@redhat.com>
 
132677
CommitDate: Mon Jan 18 14:46:55 2010 +0100
116341
132678
 
116342
132679
    Ensure values are memset to 0 when calling G_VALUE_COLLECT_INIT()
116343
132680
 
116353
132690
 3 files changed, 4 insertions(+), 5 deletions(-)
116354
132691
 
116355
132692
commit 956b3b507d03b6d10f8bef34b3775a409c5ba9ee
116356
 
Author: Dan Winship <danw@gnome.org>
116357
 
Date:   Wed Jan 13 11:24:28 2010 -0500
 
132693
Author:     Dan Winship <danw@gnome.org>
 
132694
AuthorDate: Wed Jan 13 11:24:28 2010 -0500
 
132695
Commit:     Dan Winship <danw@gnome.org>
 
132696
CommitDate: Wed Jan 13 12:02:39 2010 -0500
116358
132697
 
116359
132698
    [configure] Fix res_query check for OS X
116360
132699
 
116365
132704
 2 files changed, 20 insertions(+), 18 deletions(-)
116366
132705
 
116367
132706
commit a6ab4b78725f6376c04f7fb2eb6cbf9a56387253
116368
 
Author: Javier Jardón <jjardon@gnome.org>
116369
 
Date:   Tue Nov 17 21:15:15 2009 +0100
 
132707
Author:     Javier Jardón <jjardon@gnome.org>
 
132708
AuthorDate: Tue Nov 17 21:15:15 2009 +0100
 
132709
Commit:     Dan Winship <danw@gnome.org>
 
132710
CommitDate: Wed Jan 13 12:02:39 2010 -0500
116370
132711
 
116371
132712
    Upgrade to version 0.8 of libasyncns
116372
132713
 
116378
132719
 2 files changed, 61 insertions(+), 49 deletions(-)
116379
132720
 
116380
132721
commit fe23567c436612e7a167c1681d6cb69392769fb7
116381
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
116382
 
Date:   Wed Jan 13 17:29:39 2010 +0100
 
132722
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
132723
AuthorDate: Wed Jan 13 17:29:39 2010 +0100
 
132724
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
132725
CommitDate: Wed Jan 13 17:29:39 2010 +0100
116383
132726
 
116384
132727
    Updated Basque language
116385
132728
 
116388
132731
 1 file changed, 512 insertions(+), 532 deletions(-)
116389
132732
 
116390
132733
commit b577c207a5279667801c44d8f1d9469ca431478b
116391
 
Author: Kjartan Maraas <kmaraas@gnome.org>
116392
 
Date:   Wed Jan 13 16:20:56 2010 +0100
 
132734
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
132735
AuthorDate: Wed Jan 13 16:20:56 2010 +0100
 
132736
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
132737
CommitDate: Wed Jan 13 16:20:56 2010 +0100
116393
132738
 
116394
132739
    Updated Norwegian bokmål translation
116395
132740
 
116398
132743
 1 file changed, 477 insertions(+), 460 deletions(-)
116399
132744
 
116400
132745
commit 7448eb71c3ac85a08c8f0fceaf9747e6298ae5c9
116401
 
Author: Sven Herzberg <herzi@gnome-de.org>
116402
 
Date:   Wed Jan 13 14:47:58 2010 +0100
 
132746
Author:     Sven Herzberg <herzi@gnome-de.org>
 
132747
AuthorDate: Wed Jan 13 14:47:58 2010 +0100
 
132748
Commit:     Sven Herzberg <herzi@gnome-de.org>
 
132749
CommitDate: Wed Jan 13 15:01:00 2010 +0100
116403
132750
 
116404
132751
    properly abort instead of looping infinitely
116405
132752
 
116417
132764
 2 files changed, 34 insertions(+), 8 deletions(-)
116418
132765
 
116419
132766
commit 820181a5de46da070d7792128fe148b51fc79a20
116420
 
Author: Alexander Larsson <alexl@redhat.com>
116421
 
Date:   Wed Jan 13 10:25:52 2010 +0100
 
132767
Author:     Alexander Larsson <alexl@redhat.com>
 
132768
AuthorDate: Wed Jan 13 10:25:52 2010 +0100
 
132769
Commit:     Alexander Larsson <alexl@redhat.com>
 
132770
CommitDate: Wed Jan 13 10:25:52 2010 +0100
116422
132771
 
116423
132772
    Fix docs in previous commit
116424
132773
 
116426
132775
 1 file changed, 2 insertions(+), 2 deletions(-)
116427
132776
 
116428
132777
commit 3c5e1fd903ce18efe51672074e01d1637c4bc0b2
116429
 
Author: Alexander Larsson <alexl@redhat.com>
116430
 
Date:   Wed Jan 13 10:24:09 2010 +0100
 
132778
Author:     Alexander Larsson <alexl@redhat.com>
 
132779
AuthorDate: Wed Jan 13 10:24:09 2010 +0100
 
132780
Commit:     Alexander Larsson <alexl@redhat.com>
 
132781
CommitDate: Wed Jan 13 10:24:09 2010 +0100
116431
132782
 
116432
132783
    Remove additional thread support in performance test
116433
132784
 
116438
132789
 2 files changed, 1 insertion(+), 8 deletions(-)
116439
132790
 
116440
132791
commit 40bf3aa5d2fd9d2aa6244ce8023ad1eed3bf0383
116441
 
Author: Edward Hervey <bilboed@bilboed.com>
116442
 
Date:   Wed Dec 2 11:50:02 2009 +0100
 
132792
Author:     Edward Hervey <bilboed@bilboed.com>
 
132793
AuthorDate: Wed Dec 2 11:50:02 2009 +0100
 
132794
Commit:     Alexander Larsson <alexl@redhat.com>
 
132795
CommitDate: Wed Jan 13 10:16:49 2010 +0100
116443
132796
 
116444
132797
    gobject: Use new G_VALUE_COLLECT_INIT variant
116445
132798
 
116454
132807
 1 file changed, 4 insertions(+), 6 deletions(-)
116455
132808
 
116456
132809
commit 0f25115ffc887110993f6947f9907a85374933d3
116457
 
Author: Edward Hervey <bilboed@bilboed.com>
116458
 
Date:   Wed Dec 2 11:49:49 2009 +0100
 
132810
Author:     Edward Hervey <bilboed@bilboed.com>
 
132811
AuthorDate: Wed Dec 2 11:49:49 2009 +0100
 
132812
Commit:     Alexander Larsson <alexl@redhat.com>
 
132813
CommitDate: Wed Jan 13 10:16:48 2010 +0100
116459
132814
 
116460
132815
    gsignal: Use new G_VALUE_COLLECT_INIT variant
116461
132816
 
116471
132826
 1 file changed, 8 insertions(+), 12 deletions(-)
116472
132827
 
116473
132828
commit 546fc0ca331c8d1b3393fe218a697b6a1a1c1072
116474
 
Author: Edward Hervey <bilboed@bilboed.com>
116475
 
Date:   Wed Dec 2 11:48:18 2009 +0100
 
132829
Author:     Edward Hervey <bilboed@bilboed.com>
 
132830
AuthorDate: Wed Dec 2 11:48:18 2009 +0100
 
132831
Commit:     Alexander Larsson <alexl@redhat.com>
 
132832
CommitDate: Wed Jan 13 10:16:46 2010 +0100
116476
132833
 
116477
132834
    gvaluecollector: Add variant of G_VALUE_COLLECT for most used cases.
116478
132835
 
116490
132847
 1 file changed, 36 insertions(+), 8 deletions(-)
116491
132848
 
116492
132849
commit 3bb404f13329dbd6c67f777e5a6d9228716ab440
116493
 
Author: Alexander Larsson <alexl@redhat.com>
116494
 
Date:   Tue Jan 12 21:55:15 2010 +0100
 
132850
Author:     Alexander Larsson <alexl@redhat.com>
 
132851
AuthorDate: Tue Jan 12 21:55:15 2010 +0100
 
132852
Commit:     Alexander Larsson <alexl@redhat.com>
 
132853
CommitDate: Tue Jan 12 21:55:15 2010 +0100
116495
132854
 
116496
132855
    Mention thread changes in NEWS
116497
132856
 
116499
132858
 1 file changed, 8 insertions(+)
116500
132859
 
116501
132860
commit 94b8613b5ffefadb5c82424bd1f3083ff11fa811
116502
 
Author: Alexander Larsson <alexl@redhat.com>
116503
 
Date:   Tue Jan 12 21:28:23 2010 +0100
 
132861
Author:     Alexander Larsson <alexl@redhat.com>
 
132862
AuthorDate: Tue Jan 12 21:28:23 2010 +0100
 
132863
Commit:     Alexander Larsson <alexl@redhat.com>
 
132864
CommitDate: Tue Jan 12 21:37:50 2010 +0100
116504
132865
 
116505
132866
    Use unconditional thread calls in gio and gobject
116506
132867
 
116518
132879
 3 files changed, 11 insertions(+)
116519
132880
 
116520
132881
commit de5c708e0b3d257388d3a5d09c80806d27069c88
116521
 
Author: Alexander Larsson <alexl@redhat.com>
116522
 
Date:   Tue Jan 12 21:26:52 2010 +0100
 
132882
Author:     Alexander Larsson <alexl@redhat.com>
 
132883
AuthorDate: Tue Jan 12 21:26:52 2010 +0100
 
132884
Commit:     Alexander Larsson <alexl@redhat.com>
 
132885
CommitDate: Tue Jan 12 21:37:41 2010 +0100
116523
132886
 
116524
132887
    Make thread calls unconditional if G_THREADS_MANDATORY is set
116525
132888
 
116534
132897
 1 file changed, 4 insertions(+)
116535
132898
 
116536
132899
commit fa2bced1f30f93443ef43ce8b5b1e437cd07168c
116537
 
Author: Alexander Larsson <alexl@redhat.com>
116538
 
Date:   Tue Jan 12 21:22:45 2010 +0100
 
132900
Author:     Alexander Larsson <alexl@redhat.com>
 
132901
AuthorDate: Tue Jan 12 21:22:45 2010 +0100
 
132902
Commit:     Alexander Larsson <alexl@redhat.com>
 
132903
CommitDate: Tue Jan 12 21:37:29 2010 +0100
116539
132904
 
116540
132905
    Enable threads in g_type_init()
116541
132906
 
116561
132926
 5 files changed, 19 insertions(+), 4 deletions(-)
116562
132927
 
116563
132928
commit 0df3ca8f9bbb624b219ecdb25d3fe8aa4a51d953
116564
 
Author: Alexander Larsson <alexl@redhat.com>
116565
 
Date:   Tue Jan 12 21:16:59 2010 +0100
 
132929
Author:     Alexander Larsson <alexl@redhat.com>
 
132930
AuthorDate: Tue Jan 12 21:16:59 2010 +0100
 
132931
Commit:     Alexander Larsson <alexl@redhat.com>
 
132932
CommitDate: Tue Jan 12 21:37:20 2010 +0100
116566
132933
 
116567
132934
    Relax g_thread_init() requirements
116568
132935
 
116583
132950
 2 files changed, 25 insertions(+), 37 deletions(-)
116584
132951
 
116585
132952
commit 74ad124cfba3278c385d177a527f19574fda9670
116586
 
Author: Alexander Larsson <alexl@redhat.com>
116587
 
Date:   Tue Jan 12 13:09:10 2010 +0100
 
132953
Author:     Alexander Larsson <alexl@redhat.com>
 
132954
AuthorDate: Tue Jan 12 13:09:10 2010 +0100
 
132955
Commit:     Alexander Larsson <alexl@redhat.com>
 
132956
CommitDate: Tue Jan 12 16:34:23 2010 +0100
116588
132957
 
116589
132958
    Implement lazy loading of fam plugin
116590
132959
 
116593
132962
 2 files changed, 25 insertions(+), 1 deletion(-)
116594
132963
 
116595
132964
commit 57b771235e8e548ba3bb68a49ae4f016072ee89f
116596
 
Author: Alexander Larsson <alexl@redhat.com>
116597
 
Date:   Tue Jan 12 13:11:22 2010 +0100
 
132965
Author:     Alexander Larsson <alexl@redhat.com>
 
132966
AuthorDate: Tue Jan 12 13:11:22 2010 +0100
 
132967
Commit:     Alexander Larsson <alexl@redhat.com>
 
132968
CommitDate: Tue Jan 12 16:34:18 2010 +0100
116598
132969
 
116599
132970
    Add gio-querymodule program
116600
132971
 
116608
132979
 2 files changed, 143 insertions(+)
116609
132980
 
116610
132981
commit 682b3da99b1766b3dda0ee5978040e11108e063c
116611
 
Author: Alexander Larsson <alexl@redhat.com>
116612
 
Date:   Tue Jan 12 11:57:17 2010 +0100
 
132982
Author:     Alexander Larsson <alexl@redhat.com>
 
132983
AuthorDate: Tue Jan 12 11:57:17 2010 +0100
 
132984
Commit:     Alexander Larsson <alexl@redhat.com>
 
132985
CommitDate: Tue Jan 12 16:31:29 2010 +0100
116613
132986
 
116614
132987
    Use the new lazy loading of modules for gio modules
116615
132988
 
116617
132990
 1 file changed, 11 insertions(+), 19 deletions(-)
116618
132991
 
116619
132992
commit 488bede191081f035f24f7c3e55a86bc8ee2d7ae
116620
 
Author: Alexander Larsson <alexl@redhat.com>
116621
 
Date:   Tue Jan 12 11:36:12 2010 +0100
 
132993
Author:     Alexander Larsson <alexl@redhat.com>
 
132994
AuthorDate: Tue Jan 12 11:36:12 2010 +0100
 
132995
Commit:     Alexander Larsson <alexl@redhat.com>
 
132996
CommitDate: Tue Jan 12 16:31:29 2010 +0100
116622
132997
 
116623
132998
    Add support for lazy loading of giomodules
116624
132999
 
116640
133015
 3 files changed, 222 insertions(+), 21 deletions(-)
116641
133016
 
116642
133017
commit 6aa1aef5562b2db9777ad17183427dbbb88599b2
116643
 
Author: Ignacio Casal Quinteiro <icq@gnome.org>
116644
 
Date:   Tue Jan 12 12:54:49 2010 +0100
 
133018
Author:     Ignacio Casal Quinteiro <icq@gnome.org>
 
133019
AuthorDate: Tue Jan 12 12:54:49 2010 +0100
 
133020
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
133021
CommitDate: Tue Jan 12 12:56:54 2010 +0100
116645
133022
 
116646
133023
    Flush gcharsetconverter when needed.
116647
133024
 
116652
133029
 1 file changed, 31 insertions(+), 22 deletions(-)
116653
133030
 
116654
133031
commit f4ccd96ea1a137eb0c533f177ff87290a84ee0d5
116655
 
Author: Kamal Mostafa <kamal@whence.com>
116656
 
Date:   Fri Jan 1 20:36:28 2010 -0800
 
133032
Author:     Kamal Mostafa <kamal@whence.com>
 
133033
AuthorDate: Fri Jan 1 20:36:28 2010 -0800
 
133034
Commit:     Benjamin Otte <otte@gnome.org>
 
133035
CommitDate: Mon Jan 11 15:34:41 2010 +0100
116657
133036
 
116658
133037
    g_object_new(): skip varargs for simple calls
116659
133038
 
116665
133044
 1 file changed, 4 insertions(+)
116666
133045
 
116667
133046
commit 8c293b0ae0f3d7a404b3249872a1591313467b4f
116668
 
Author: Daniel Nylander <po@danielnylander.se>
116669
 
Date:   Sat Jan 9 16:43:35 2010 +0100
 
133047
Author:     Daniel Nylander <po@danielnylander.se>
 
133048
AuthorDate: Sat Jan 9 16:43:35 2010 +0100
 
133049
Commit:     Daniel Nylander <yeager@fatbastard.(none)>
 
133050
CommitDate: Sat Jan 9 16:43:35 2010 +0100
116670
133051
 
116671
133052
    Updated Swedish translation
116672
133053
 
116675
133056
 1 file changed, 691 insertions(+), 663 deletions(-)
116676
133057
 
116677
133058
commit e61fed47b39265056dc2f9f5c3c5a6fc14bc0bf2
116678
 
Author: Jorge González <jorgegonz@svn.gnome.org>
116679
 
Date:   Thu Jan 7 20:26:48 2010 +0100
 
133059
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
133060
AuthorDate: Thu Jan 7 20:26:48 2010 +0100
 
133061
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
133062
CommitDate: Thu Jan 7 20:26:48 2010 +0100
116680
133063
 
116681
133064
    Updated Spanish translation
116682
133065
 
116685
133068
 1 file changed, 483 insertions(+), 467 deletions(-)
116686
133069
 
116687
133070
commit 37716bd00a7911de545ebca3dc7a248503eaf46e
116688
 
Author: Hiroyuki Ikezoe <poincare@ikezoe.net>
116689
 
Date:   Thu Jan 7 19:33:39 2010 +0900
 
133071
Author:     Hiroyuki Ikezoe <poincare@ikezoe.net>
 
133072
AuthorDate: Thu Jan 7 19:33:39 2010 +0900
 
133073
Commit:     Hiroyuki Ikezoe <poincare@ikezoe.net>
 
133074
CommitDate: Thu Jan 7 19:33:39 2010 +0900
116690
133075
 
116691
133076
    Use GCC atomic builtin operations.
116692
133077
 
116699
133084
 3 files changed, 214 insertions(+), 97 deletions(-)
116700
133085
 
116701
133086
commit 7211f7f8eb6845b010f45dd9084f67f80af40412
116702
 
Author: Stefan Kost <ensonic@users.sf.net>
116703
 
Date:   Thu Jan 7 10:47:20 2010 +0200
 
133087
Author:     Stefan Kost <ensonic@users.sf.net>
 
133088
AuthorDate: Thu Jan 7 10:47:20 2010 +0200
 
133089
Commit:     Stefan Kost <ensonic@users.sf.net>
 
133090
CommitDate: Thu Jan 7 11:34:01 2010 +0200
116704
133091
 
116705
133092
    docs: switch to xi:inbclude for the content to save some more seconds
116706
133093
 
116715
133102
 7 files changed, 163 insertions(+), 170 deletions(-)
116716
133103
 
116717
133104
commit 00db5238d9cdd1034f39749cac2d7b18df4b231c
116718
 
Author: Stefan Kost <ensonic@users.sf.net>
116719
 
Date:   Thu Jan 7 11:31:24 2010 +0200
 
133105
Author:     Stefan Kost <ensonic@users.sf.net>
 
133106
AuthorDate: Thu Jan 7 11:31:24 2010 +0200
 
133107
Commit:     Stefan Kost <ensonic@users.sf.net>
 
133108
CommitDate: Thu Jan 7 11:34:00 2010 +0200
116720
133109
 
116721
133110
    docs: switch to xi:inbclude for the content to save some more seconds
116722
133111
 
116732
133121
 8 files changed, 103 insertions(+), 156 deletions(-)
116733
133122
 
116734
133123
commit d01e2527ce59b5daac2b63a6ac0074cbec8bebe5
116735
 
Author: Stefan Kost <ensonic@users.sf.net>
116736
 
Date:   Thu Jan 7 10:22:14 2010 +0200
 
133124
Author:     Stefan Kost <ensonic@users.sf.net>
 
133125
AuthorDate: Thu Jan 7 10:22:14 2010 +0200
 
133126
Commit:     Stefan Kost <ensonic@users.sf.net>
 
133127
CommitDate: Thu Jan 7 11:34:00 2010 +0200
116737
133128
 
116738
133129
    docs: use xi:include to use the generated indexes if available.
116739
133130
 
116749
133140
 3 files changed, 84 insertions(+), 51 deletions(-)
116750
133141
 
116751
133142
commit 4c55b45162a3a76ca6c1d1c450ea667eeb7bae44
116752
 
Author: Haakon Sporsheim <haakon.sporsheim@gmail.com>
116753
 
Date:   Thu Jan 7 10:12:13 2010 +0200
 
133143
Author:     Haakon Sporsheim <haakon.sporsheim@gmail.com>
 
133144
AuthorDate: Thu Jan 7 10:12:13 2010 +0200
 
133145
Commit:     Tor Lillqvist <tml@iki.fi>
 
133146
CommitDate: Thu Jan 7 10:14:24 2010 +0200
116754
133147
 
116755
133148
    Don't do pointer arithmetics on void*
116756
133149
 
116762
133155
 1 file changed, 1 insertion(+), 1 deletion(-)
116763
133156
 
116764
133157
commit 759fbac7b765e3ef3df4e64e534c99d45526bdd3
116765
 
Author: Matthias Clasen <mclasen@redhat.com>
116766
 
Date:   Wed Jan 6 17:37:11 2010 -0500
 
133158
Author:     Matthias Clasen <mclasen@redhat.com>
 
133159
AuthorDate: Wed Jan 6 17:37:11 2010 -0500
 
133160
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133161
CommitDate: Wed Jan 6 17:37:11 2010 -0500
116767
133162
 
116768
133163
    Add properties to GMemoryOutputStream
116769
133164
 
116776
133171
 3 files changed, 260 insertions(+), 91 deletions(-)
116777
133172
 
116778
133173
commit f2d8f6287d6e3fcb9e58402c2051d557f7e41632
116779
 
Author: Matthias Clasen <mclasen@redhat.com>
116780
 
Date:   Wed Jan 6 13:23:48 2010 -0500
 
133174
Author:     Matthias Clasen <mclasen@redhat.com>
 
133175
AuthorDate: Wed Jan 6 13:23:48 2010 -0500
 
133176
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133177
CommitDate: Wed Jan 6 13:27:19 2010 -0500
116781
133178
 
116782
133179
    Fix the filename roundtrip check
116783
133180
 
116788
133185
 1 file changed, 1 insertion(+), 1 deletion(-)
116789
133186
 
116790
133187
commit baf20e09842a97c2d7925dff5ff9c6d35e36b27d
116791
 
Author: Ryan Lortie <desrt@desrt.ca>
116792
 
Date:   Tue Jan 5 18:49:23 2010 -0500
 
133188
Author:     Ryan Lortie <desrt@desrt.ca>
 
133189
AuthorDate: Tue Jan 5 18:49:23 2010 -0500
 
133190
Commit:     Ryan Lortie <desrt@desrt.ca>
 
133191
CommitDate: Tue Jan 5 18:52:33 2010 -0500
116793
133192
 
116794
133193
    GUnixFDMessage: fix a small typo in an extra check
116795
133194
 
116806
133205
 1 file changed, 1 insertion(+), 1 deletion(-)
116807
133206
 
116808
133207
commit b00c6d7fb5798b4e528554e1221a553ab95506ed
116809
 
Author: Matthias Clasen <mclasen@redhat.com>
116810
 
Date:   Tue Jan 5 18:18:55 2010 -0500
 
133208
Author:     Matthias Clasen <mclasen@redhat.com>
 
133209
AuthorDate: Tue Jan 5 18:18:55 2010 -0500
 
133210
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133211
CommitDate: Tue Jan 5 18:18:55 2010 -0500
116811
133212
 
116812
133213
    Fix a memleak
116813
133214
 
116818
133219
 1 file changed, 8 insertions(+), 6 deletions(-)
116819
133220
 
116820
133221
commit 6cee86a3efc98333282218f8eb1e0149a7cd703d
116821
 
Author: Matthias Clasen <mclasen@redhat.com>
116822
 
Date:   Tue Jan 5 18:16:37 2010 -0500
 
133222
Author:     Matthias Clasen <mclasen@redhat.com>
 
133223
AuthorDate: Tue Jan 5 18:16:37 2010 -0500
 
133224
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133225
CommitDate: Tue Jan 5 18:16:37 2010 -0500
116823
133226
 
116824
133227
    Fix an off-by-one error
116825
133228
 
116829
133232
 1 file changed, 1 insertion(+), 1 deletion(-)
116830
133233
 
116831
133234
commit 95889d19275fd0f8f47f6c7f0e5b37861aa28497
116832
 
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
116833
 
Date:   Tue Jan 5 16:53:01 2010 +0200
 
133235
Author:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
133236
AuthorDate: Tue Jan 5 16:53:01 2010 +0200
 
133237
Commit:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
133238
CommitDate: Tue Jan 5 16:53:01 2010 +0200
116834
133239
 
116835
133240
    Update Ukrainian translation
116836
133241
 
116839
133244
 1 file changed, 474 insertions(+), 474 deletions(-)
116840
133245
 
116841
133246
commit e8ccfd1bb2e17037d54440290b718bd19567a2e4
116842
 
Author: Haakon Sporsheim <haakon.sporsheim@gmail.com>
116843
 
Date:   Tue Jan 5 11:28:43 2010 +0200
 
133247
Author:     Haakon Sporsheim <haakon.sporsheim@gmail.com>
 
133248
AuthorDate: Tue Jan 5 11:28:43 2010 +0200
 
133249
Commit:     Tor Lillqvist <tml@iki.fi>
 
133250
CommitDate: Tue Jan 5 11:32:59 2010 +0200
116844
133251
 
116845
133252
    Avoid compilation warning from MSVC
116846
133253
 
116850
133257
 1 file changed, 1 insertion(+), 1 deletion(-)
116851
133258
 
116852
133259
commit d13c552dafe93e819e9c17bb68f46c33c9e97b10
116853
 
Author: Piotr Eljasiak <epiotr@src.gnome.org>
116854
 
Date:   Tue Jan 5 00:48:02 2010 +0100
 
133260
Author:     Piotr Eljasiak <epiotr@src.gnome.org>
 
133261
AuthorDate: Tue Jan 5 00:48:02 2010 +0100
 
133262
Commit:     Piotr Eljasiak <epiotr@src.gnome.org>
 
133263
CommitDate: Tue Jan 5 00:48:02 2010 +0100
116855
133264
 
116856
133265
    Fix a typo in the docs
116857
133266
 
116859
133268
 1 file changed, 1 insertion(+), 1 deletion(-)
116860
133269
 
116861
133270
commit c4600066a60e4ade006eeba196e560232f26116a
116862
 
Author: Xandru Armesto Fernandez <xandru@softastur.org>
116863
 
Date:   Mon Jan 4 22:10:47 2010 +0100
 
133271
Author:     Xandru Armesto Fernandez <xandru@softastur.org>
 
133272
AuthorDate: Mon Jan 4 22:10:47 2010 +0100
 
133273
Commit:     Xandru Armesto Fernandez <xandru@softastur.org>
 
133274
CommitDate: Mon Jan 4 22:10:47 2010 +0100
116864
133275
 
116865
133276
    Added asturian language
116866
133277
 
116868
133279
 1 file changed, 1 insertion(+)
116869
133280
 
116870
133281
commit 4655e85081f1fe62a0dd01342dab2109d2979b16
116871
 
Author: Xandru Armesto Fernandez <xandru@softastur.org>
116872
 
Date:   Mon Jan 4 22:10:29 2010 +0100
 
133282
Author:     Xandru Armesto Fernandez <xandru@softastur.org>
 
133283
AuthorDate: Mon Jan 4 22:10:29 2010 +0100
 
133284
Commit:     Xandru Armesto Fernandez <xandru@softastur.org>
 
133285
CommitDate: Mon Jan 4 22:10:29 2010 +0100
116873
133286
 
116874
133287
    Updated asturian translations
116875
133288
 
116878
133291
 1 file changed, 2084 insertions(+)
116879
133292
 
116880
133293
commit 3f5fb1ee9c2e3c09bc21913f02c1797550acdcea
116881
 
Author: Javier Jardón <jjardon@gnome.org>
116882
 
Date:   Sun Jan 3 23:34:26 2010 +0100
 
133294
Author:     Javier Jardón <jjardon@gnome.org>
 
133295
AuthorDate: Sun Jan 3 23:34:26 2010 +0100
 
133296
Commit:     Javier Jardón <jjardon@gnome.org>
 
133297
CommitDate: Sun Jan 3 23:36:44 2010 +0100
116883
133298
 
116884
133299
    [docs] Fix @title usage in "Enumeration and flags types" section
116885
133300
 
116887
133302
 1 file changed, 2 insertions(+), 4 deletions(-)
116888
133303
 
116889
133304
commit a91514ba1946ee048d9b2ddb049bc7dff5998940
116890
 
Author: Matthias Clasen <mclasen@redhat.com>
116891
 
Date:   Sat Jan 2 19:50:55 2010 -0500
 
133305
Author:     Matthias Clasen <mclasen@redhat.com>
 
133306
AuthorDate: Sat Jan 2 19:50:55 2010 -0500
 
133307
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133308
CommitDate: Sat Jan 2 19:53:02 2010 -0500
116892
133309
 
116893
133310
    Document that various functions ref GSimpleAsyncResult
116894
133311
 
116899
133316
 1 file changed, 113 insertions(+), 107 deletions(-)
116900
133317
 
116901
133318
commit f58fa6934315bc83d57a6d63ae1f9ca08dd9731b
116902
 
Author: Matthias Clasen <mclasen@redhat.com>
116903
 
Date:   Sat Jan 2 19:44:26 2010 -0500
 
133319
Author:     Matthias Clasen <mclasen@redhat.com>
 
133320
AuthorDate: Sat Jan 2 19:44:26 2010 -0500
 
133321
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133322
CommitDate: Sat Jan 2 19:53:02 2010 -0500
116904
133323
 
116905
133324
    Document that _finish() must be called at most once.
116906
133325
 
116910
133329
 1 file changed, 11 insertions(+), 11 deletions(-)
116911
133330
 
116912
133331
commit 74af99b860db66d6e32ed12c54016246e60be99a
116913
 
Author: Matthias Clasen <mclasen@redhat.com>
116914
 
Date:   Sat Jan 2 19:35:08 2010 -0500
 
133332
Author:     Matthias Clasen <mclasen@redhat.com>
 
133333
AuthorDate: Sat Jan 2 19:35:08 2010 -0500
 
133334
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133335
CommitDate: Sat Jan 2 19:53:02 2010 -0500
116915
133336
 
116916
133337
    Fix a typo
116917
133338
 
116923
133344
 1 file changed, 35 insertions(+), 34 deletions(-)
116924
133345
 
116925
133346
commit 0542e6dbf9b817a3ad4f0dbf4b85177536e11277
116926
 
Author: Pablo Castellano <pablog@src.gnome.org>
116927
 
Date:   Sun Jan 3 01:23:53 2010 +0100
 
133347
Author:     Pablo Castellano <pablog@src.gnome.org>
 
133348
AuthorDate: Sun Jan 3 01:23:53 2010 +0100
 
133349
Commit:     Pablo Castellano <pablog@src.gnome.org>
 
133350
CommitDate: Sun Jan 3 01:24:44 2010 +0100
116928
133351
 
116929
133352
    Updated .gitignore files
116930
133353
 
116933
133356
 2 files changed, 2 insertions(+)
116934
133357
 
116935
133358
commit ab799115defeab7771f3cb5cd0c88eba0d73558a
116936
 
Author: Matthias Clasen <mclasen@redhat.com>
116937
 
Date:   Sat Jan 2 19:17:37 2010 -0500
 
133359
Author:     Matthias Clasen <mclasen@redhat.com>
 
133360
AuthorDate: Sat Jan 2 19:17:37 2010 -0500
 
133361
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133362
CommitDate: Sat Jan 2 19:17:37 2010 -0500
116938
133363
 
116939
133364
    Don't return anything from a void function
116940
133365
 
116944
133369
 1 file changed, 1 insertion(+), 1 deletion(-)
116945
133370
 
116946
133371
commit 05af612943b4f34b63e4bfcb7dc7bbab6725417b
116947
 
Author: Ivar Smolin <okul@linux.ee>
116948
 
Date:   Sat Jan 2 22:42:01 2010 +0200
 
133372
Author:     Ivar Smolin <okul@linux.ee>
 
133373
AuthorDate: Sat Jan 2 22:42:01 2010 +0200
 
133374
Commit:     Priit Laes <plaes@plaes.org>
 
133375
CommitDate: Sat Jan 2 22:42:01 2010 +0200
116949
133376
 
116950
133377
    Updating Estonian translation
116951
133378
 
116954
133381
 1 file changed, 15 insertions(+), 475 deletions(-)
116955
133382
 
116956
133383
commit 32f79f55ef287bf505ff434f13d79d89f3630bb2
116957
 
Author: Paolo Borelli <pborelli@gnome.org>
116958
 
Date:   Thu Dec 31 12:42:41 2009 +0100
 
133384
Author:     Paolo Borelli <pborelli@gnome.org>
 
133385
AuthorDate: Thu Dec 31 12:42:41 2009 +0100
 
133386
Commit:     Paolo Borelli <pborelli@gnome.org>
 
133387
CommitDate: Thu Dec 31 12:42:41 2009 +0100
116959
133388
 
116960
133389
    Bug 604457 -  gutf8inputstream.c: increasing unknown size pointer
116961
133390
 
116963
133392
 1 file changed, 2 insertions(+), 2 deletions(-)
116964
133393
 
116965
133394
commit 73ca6f70199353c22bf2d6aa99d5cd1eaea76702
116966
 
Author: Javier Jardón <jjardon@gnome.org>
116967
 
Date:   Mon Dec 28 02:04:01 2009 +0100
 
133395
Author:     Javier Jardón <jjardon@gnome.org>
 
133396
AuthorDate: Mon Dec 28 02:04:01 2009 +0100
 
133397
Commit:     Javier Jardón <jjardon@gnome.org>
 
133398
CommitDate: Mon Dec 28 02:04:01 2009 +0100
116968
133399
 
116969
133400
    [docs] Fix 'Deprecated' tag on some win32 functions
116970
133401
 
116975
133406
 1 file changed, 2 insertions(+), 2 deletions(-)
116976
133407
 
116977
133408
commit 85e00d3a9433a5f83f9897c832fa00e4e0540e2c
116978
 
Author: Javier Jardón <jjardon@gnome.org>
116979
 
Date:   Thu Dec 24 05:05:21 2009 +0100
 
133409
Author:     Javier Jardón <jjardon@gnome.org>
 
133410
AuthorDate: Thu Dec 24 05:05:21 2009 +0100
 
133411
Commit:     Javier Jardón <jjardon@gnome.org>
 
133412
CommitDate: Thu Dec 24 05:05:21 2009 +0100
116980
133413
 
116981
133414
    [docs] Fix 'Deprecated' tag in g_date_set_time()
116982
133415
 
116984
133417
 1 file changed, 1 insertion(+), 1 deletion(-)
116985
133418
 
116986
133419
commit da66897950431870390f8dc3f798e24f23ffb8c8
116987
 
Author: Martin Pitt <martin.pitt@ubuntu.com>
116988
 
Date:   Tue Dec 22 11:09:20 2009 +0100
 
133420
Author:     Martin Pitt <martin.pitt@ubuntu.com>
 
133421
AuthorDate: Tue Dec 22 11:09:20 2009 +0100
 
133422
Commit:     Chris Coulson <chrisccoulson@googlemail.com>
 
133423
CommitDate: Wed Dec 23 15:51:11 2009 +0000
116989
133424
 
116990
133425
    Support storing assertion messages into core dump
116991
133426
 
117042
133477
 6 files changed, 98 insertions(+), 2 deletions(-)
117043
133478
 
117044
133479
commit e9ab9eaff66b62c9653b90cca2eaf1d142f716a1
117045
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
117046
 
Date:   Tue Dec 22 23:39:21 2009 +0700
 
133480
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
133481
AuthorDate: Tue Dec 22 23:39:21 2009 +0700
 
133482
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
133483
CommitDate: Tue Dec 22 23:39:21 2009 +0700
117047
133484
 
117048
133485
    Updated Thai translation.
117049
133486
 
117051
133488
 1 file changed, 15 insertions(+), 20 deletions(-)
117052
133489
 
117053
133490
commit 8202728f067c5d418f4fcc5172a990aa1c68312b
117054
 
Author: Tor Lillqvist <tml@iki.fi>
117055
 
Date:   Tue Dec 22 00:46:12 2009 +0200
 
133491
Author:     Tor Lillqvist <tml@iki.fi>
 
133492
AuthorDate: Tue Dec 22 00:46:12 2009 +0200
 
133493
Commit:     Tor Lillqvist <tml@iki.fi>
 
133494
CommitDate: Tue Dec 22 00:48:34 2009 +0200
117056
133495
 
117057
133496
    Install gio-unix-2.0.pc only on Unix
117058
133497
 
117062
133501
 1 file changed, 5 insertions(+), 1 deletion(-)
117063
133502
 
117064
133503
commit dba6cef3c9c29314c20a122647c23b12329025dc
117065
 
Author: Javier Jardón <jjardon@gnome.org>
117066
 
Date:   Mon Dec 21 23:04:43 2009 +0100
 
133504
Author:     Javier Jardón <jjardon@gnome.org>
 
133505
AuthorDate: Mon Dec 21 23:04:43 2009 +0100
 
133506
Commit:     Javier Jardón <jjardon@gnome.org>
 
133507
CommitDate: Mon Dec 21 23:07:13 2009 +0100
117067
133508
 
117068
133509
    [docs] Fix G_DEFINE_INTERFACE "Since" tag
117069
133510
 
117073
133514
 1 file changed, 2 insertions(+), 2 deletions(-)
117074
133515
 
117075
133516
commit e7488ca85721b05181f699f4e8b12098077ce210
117076
 
Author: Behdad Esfahbod <behdad@behdad.org>
117077
 
Date:   Fri Jun 5 23:28:17 2009 -0400
 
133517
Author:     Behdad Esfahbod <behdad@behdad.org>
 
133518
AuthorDate: Fri Jun 5 23:28:17 2009 -0400
 
133519
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
133520
CommitDate: Mon Dec 21 17:12:17 2009 +0100
117078
133521
 
117079
133522
    [gobject] Grow gvalue transform array exponentially
117080
133523
 
117086
133529
 1 file changed, 1 insertion(+), 1 deletion(-)
117087
133530
 
117088
133531
commit 88261680f518c3c701154504011f778866d6dc2a
117089
 
Author: Matthias Clasen <mclasen@redhat.com>
117090
 
Date:   Mon Dec 21 10:56:03 2009 -0500
 
133532
Author:     Matthias Clasen <mclasen@redhat.com>
 
133533
AuthorDate: Mon Dec 21 10:56:03 2009 -0500
 
133534
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133535
CommitDate: Mon Dec 21 10:56:03 2009 -0500
117091
133536
 
117092
133537
    Bump version
117093
133538
 
117095
133540
 1 file changed, 2 insertions(+), 2 deletions(-)
117096
133541
 
117097
133542
commit d7bdc48c2618cbc6b99c161592fd59c92d28d1c8
117098
 
Author: Matthias Clasen <mclasen@redhat.com>
117099
 
Date:   Mon Dec 21 10:54:11 2009 -0500
 
133543
Author:     Matthias Clasen <mclasen@redhat.com>
 
133544
AuthorDate: Mon Dec 21 10:54:11 2009 -0500
 
133545
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133546
CommitDate: Mon Dec 21 10:54:11 2009 -0500
117100
133547
 
117101
133548
    2.23.1
117102
133549
 
117195
133642
 89 files changed, 5260 insertions(+), 4816 deletions(-)
117196
133643
 
117197
133644
commit ad1580e516fd481eaa1c6bb9134c1c11a517e824
117198
 
Author: Matthias Clasen <mclasen@redhat.com>
117199
 
Date:   Mon Dec 21 10:02:07 2009 -0500
 
133645
Author:     Matthias Clasen <mclasen@redhat.com>
 
133646
AuthorDate: Mon Dec 21 10:02:07 2009 -0500
 
133647
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133648
CommitDate: Mon Dec 21 10:06:59 2009 -0500
117200
133649
 
117201
133650
    Update release notes
117202
133651
 
117204
133653
 1 file changed, 8 insertions(+), 2 deletions(-)
117205
133654
 
117206
133655
commit 7af2609a44f26b8a6e65601fc2fa6f7453ff73c5
117207
 
Author: Matthias Clasen <mclasen@redhat.com>
117208
 
Date:   Mon Dec 21 09:59:24 2009 -0500
 
133656
Author:     Matthias Clasen <mclasen@redhat.com>
 
133657
AuthorDate: Mon Dec 21 09:59:24 2009 -0500
 
133658
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133659
CommitDate: Mon Dec 21 10:06:59 2009 -0500
117209
133660
 
117210
133661
    Updates
117211
133662
 
117213
133664
 1 file changed, 37 insertions(+)
117214
133665
 
117215
133666
commit 52405a6b5dcaa1e8e6268192760ee6e11939a3b5
117216
 
Author: Iestyn Pryce <dylunio@gmail.com>
117217
 
Date:   Mon Dec 21 14:57:15 2009 +0000
 
133667
Author:     Iestyn Pryce <dylunio@gmail.com>
 
133668
AuthorDate: Mon Dec 21 14:57:15 2009 +0000
 
133669
Commit:     Iestyn Pryce <dylunio@gmail.com>
 
133670
CommitDate: Mon Dec 21 14:57:15 2009 +0000
117218
133671
 
117219
133672
    Updated Welsh translation
117220
133673
 
117223
133676
 1 file changed, 47 insertions(+), 52 deletions(-)
117224
133677
 
117225
133678
commit 71d508776efc69e2ee97b424bbeb25d3ced38ac8
117226
 
Author: Matthias Clasen <mclasen@redhat.com>
117227
 
Date:   Mon Dec 21 09:21:54 2009 -0500
 
133679
Author:     Matthias Clasen <mclasen@redhat.com>
 
133680
AuthorDate: Mon Dec 21 09:21:54 2009 -0500
 
133681
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133682
CommitDate: Mon Dec 21 09:21:54 2009 -0500
117228
133683
 
117229
133684
    Remove comment as well
117230
133685
 
117232
133687
 1 file changed, 4 deletions(-)
117233
133688
 
117234
133689
commit 7db8b92b979b2f95268d42eecf9dc7a361e6f5d1
117235
 
Author: Matthias Clasen <mclasen@redhat.com>
117236
 
Date:   Mon Dec 21 09:11:23 2009 -0500
 
133690
Author:     Matthias Clasen <mclasen@redhat.com>
 
133691
AuthorDate: Mon Dec 21 09:11:23 2009 -0500
 
133692
Commit:     Matthias Clasen <mclasen@redhat.com>
 
133693
CommitDate: Mon Dec 21 09:16:32 2009 -0500
117237
133694
 
117238
133695
    Revert the g_set_prgname change
117239
133696
 
117246
133703
 2 files changed, 2 insertions(+), 11 deletions(-)
117247
133704
 
117248
133705
commit 473fd041324931cc1267e354408475058611d740
117249
 
Author: Iestyn Pryce <dylunio@gmail.com>
117250
 
Date:   Sun Dec 20 12:03:19 2009 +0000
 
133706
Author:     Iestyn Pryce <dylunio@gmail.com>
 
133707
AuthorDate: Sun Dec 20 12:03:19 2009 +0000
 
133708
Commit:     Iestyn Pryce <dylunio@gmail.com>
 
133709
CommitDate: Sun Dec 20 12:05:05 2009 +0000
117251
133710
 
117252
133711
    Updated Welsh translation
117253
133712
 
117256
133715
 1 file changed, 561 insertions(+), 553 deletions(-)
117257
133716
 
117258
133717
commit ccd33a4043008f2927df6988bfe623341afb91f9
117259
 
Author: Behdad Esfahbod <behdad@behdad.org>
117260
 
Date:   Sat Dec 19 11:46:19 2009 +0100
 
133718
Author:     Behdad Esfahbod <behdad@behdad.org>
 
133719
AuthorDate: Sat Dec 19 11:46:19 2009 +0100
 
133720
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
133721
CommitDate: Sat Dec 19 11:46:19 2009 +0100
117261
133722
 
117262
133723
    Bug 501166 - Warning message says IA__g_type_init instead of
117263
133724
    g_type_init
117266
133727
 1 file changed, 12 insertions(+), 12 deletions(-)
117267
133728
 
117268
133729
commit 991702494946bdfcea958c6bd421b51867ea7545
117269
 
Author: Javier Jardón <jjardon@gnome.org>
117270
 
Date:   Tue Dec 15 21:15:41 2009 +0100
 
133730
Author:     Javier Jardón <jjardon@gnome.org>
 
133731
AuthorDate: Tue Dec 15 21:15:41 2009 +0100
 
133732
Commit:     Javier Jardón <jjardon@gnome.org>
 
133733
CommitDate: Sat Dec 19 02:17:33 2009 +0100
117271
133734
 
117272
133735
    G_DEFINE_INTERFACE_* documentation is not generated
117273
133736
 
117279
133742
 1 file changed, 2 insertions(+), 2 deletions(-)
117280
133743
 
117281
133744
commit 046e521b4f08a88c889620225faea7284356eb23
117282
 
Author: Kamal Mostafa <kamal@whence.com>
117283
 
Date:   Fri Dec 18 10:34:05 2009 -0800
 
133745
Author:     Kamal Mostafa <kamal@whence.com>
 
133746
AuthorDate: Fri Dec 18 10:34:05 2009 -0800
 
133747
Commit:     Javier Jardón <jjardon@gnome.org>
 
133748
CommitDate: Sat Dec 19 01:57:03 2009 +0100
117284
133749
 
117285
133750
    Fix typo "Performace" in gtester-report Details pop-up window
117286
133751
 
117288
133753
 1 file changed, 1 insertion(+), 1 deletion(-)
117289
133754
 
117290
133755
commit f74c0e257fef1b6304294d34130e74b591b14acf
117291
 
Author: Dan Winship <danw@gnome.org>
117292
 
Date:   Fri Dec 18 12:27:36 2009 +0100
 
133756
Author:     Dan Winship <danw@gnome.org>
 
133757
AuthorDate: Fri Dec 18 12:27:36 2009 +0100
 
133758
Commit:     Dan Winship <danw@gnome.org>
 
133759
CommitDate: Fri Dec 18 12:27:36 2009 +0100
117293
133760
 
117294
133761
    update .gitignores
117295
133762
 
117298
133765
 2 files changed, 16 insertions(+), 11 deletions(-)
117299
133766
 
117300
133767
commit 28d91b5bb6f0543c259976d8338a7b4d95054dd3
117301
 
Author: Dan Winship <danw@gnome.org>
117302
 
Date:   Fri Dec 18 10:26:09 2009 +0100
 
133768
Author:     Dan Winship <danw@gnome.org>
 
133769
AuthorDate: Fri Dec 18 10:26:09 2009 +0100
 
133770
Commit:     Dan Winship <danw@gnome.org>
 
133771
CommitDate: Fri Dec 18 10:26:09 2009 +0100
117303
133772
 
117304
133773
    Fix UnixWare build by not using "sa_len" as a variable name
117305
133774
 
117310
133779
 2 files changed, 3 insertions(+), 3 deletions(-)
117311
133780
 
117312
133781
commit 50741f2fb2db13ef236974e676d1b6472c3aef5c
117313
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
117314
 
Date:   Fri Dec 18 15:00:54 2009 +0700
 
133782
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
133783
AuthorDate: Fri Dec 18 15:00:54 2009 +0700
 
133784
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
133785
CommitDate: Fri Dec 18 15:00:54 2009 +0700
117315
133786
 
117316
133787
    vi.po: updated Vietnamese translation
117317
133788
 
117320
133791
 1 file changed, 197 insertions(+), 215 deletions(-)
117321
133792
 
117322
133793
commit 3f41e31bf974f6abaeb28264654d6b46b87b7428
117323
 
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
117324
 
Date:   Tue Dec 15 23:49:18 2009 +0100
 
133794
Author:     Gian Mario Tagliaretti <gianmt@gnome.org>
 
133795
AuthorDate: Tue Dec 15 23:49:18 2009 +0100
 
133796
Commit:     Gian Mario Tagliaretti <gianmt@gnome.org>
 
133797
CommitDate: Wed Dec 16 23:18:17 2009 +0100
117325
133798
 
117326
133799
    Remove wrong file imports, only gio/gio.h should be included
117327
133800
 
117329
133802
 1 file changed, 1 insertion(+), 2 deletions(-)
117330
133803
 
117331
133804
commit a0bcd63304c683d54e1d55203922a58de672b8f6
117332
 
Author: Tor Lillqvist <tml@iki.fi>
117333
 
Date:   Mon Dec 14 03:16:55 2009 +0200
 
133805
Author:     Tor Lillqvist <tml@iki.fi>
 
133806
AuthorDate: Mon Dec 14 03:16:55 2009 +0200
 
133807
Commit:     Tor Lillqvist <tml@iki.fi>
 
133808
CommitDate: Mon Dec 14 03:16:55 2009 +0200
117334
133809
 
117335
133810
    Don't check for headers we include unconditionally
117336
133811
 
117343
133818
 2 files changed, 1 insertion(+), 4 deletions(-)
117344
133819
 
117345
133820
commit 8dc200db043fb7251baed6e346a7c5542a24a7b9
117346
 
Author: Tor Lillqvist <tml@iki.fi>
117347
 
Date:   Mon Dec 14 03:09:46 2009 +0200
 
133821
Author:     Tor Lillqvist <tml@iki.fi>
 
133822
AuthorDate: Mon Dec 14 03:09:46 2009 +0200
 
133823
Commit:     Tor Lillqvist <tml@iki.fi>
 
133824
CommitDate: Mon Dec 14 03:09:46 2009 +0200
117348
133825
 
117349
133826
    Check for <wspiapi.h> and use it if present
117350
133827
 
117357
133834
 3 files changed, 16 insertions(+), 1 deletion(-)
117358
133835
 
117359
133836
commit cdf00a6a9b98574dd4a06779de43612b9c8fa42a
117360
 
Author: Paolo Borelli <pborelli@gnome.org>
117361
 
Date:   Tue Dec 8 17:05:09 2009 +0100
 
133837
Author:     Paolo Borelli <pborelli@gnome.org>
 
133838
AuthorDate: Tue Dec 8 17:05:09 2009 +0100
 
133839
Commit:     Paolo Borelli <pborelli@gnome.org>
 
133840
CommitDate: Tue Dec 8 17:05:09 2009 +0100
117362
133841
 
117363
133842
    Add unit tests for some more methods
117364
133843
 
117367
133846
 1 file changed, 82 insertions(+), 1 deletion(-)
117368
133847
 
117369
133848
commit 4fbbe190b7cbfd271bbb18428bc103ebffa41112
117370
 
Author: Alexander Larsson <alexl@redhat.com>
117371
 
Date:   Mon Dec 7 22:00:51 2009 +0100
 
133849
Author:     Alexander Larsson <alexl@redhat.com>
 
133850
AuthorDate: Mon Dec 7 22:00:51 2009 +0100
 
133851
Commit:     Alexander Larsson <alexl@redhat.com>
 
133852
CommitDate: Mon Dec 7 22:14:10 2009 +0100
117372
133853
 
117373
133854
    Remove default implementation of async filter steam ops
117374
133855
 
117386
133867
 2 files changed, 2 insertions(+), 356 deletions(-)
117387
133868
 
117388
133869
commit 8a6d5e203eb22dad7e197f33b8c7d96f72be4bea
117389
 
Author: Paolo Borelli <pborelli@gnome.org>
117390
 
Date:   Sun Dec 6 15:45:37 2009 +0100
 
133870
Author:     Paolo Borelli <pborelli@gnome.org>
 
133871
AuthorDate: Sun Dec 6 15:45:37 2009 +0100
 
133872
Commit:     Paolo Borelli <pborelli@gnome.org>
 
133873
CommitDate: Sun Dec 6 15:45:37 2009 +0100
117391
133874
 
117392
133875
    Fix makefile typo
117393
133876
 
117395
133878
 1 file changed, 1 insertion(+), 1 deletion(-)
117396
133879
 
117397
133880
commit 568cd48365a8c8ffa6fc25d5282ec92de6e2ff31
117398
 
Author: Paolo Borelli <pborelli@gnome.org>
117399
 
Date:   Sat Nov 28 23:39:48 2009 +0100
 
133881
Author:     Paolo Borelli <pborelli@gnome.org>
 
133882
AuthorDate: Sat Nov 28 23:39:48 2009 +0100
 
133883
Commit:     Paolo Borelli <pborelli@gnome.org>
 
133884
CommitDate: Sun Dec 6 15:23:33 2009 +0100
117400
133885
 
117401
133886
    Add GUtf8InputStream - Bug #603270
117402
133887
 
117417
133902
 11 files changed, 694 insertions(+)
117418
133903
 
117419
133904
commit c20280b41bc084793e2baa094dc03dc9d1d75f8b
117420
 
Author: Yair Hershkovitz <yairhr@gmail.com>
117421
 
Date:   Sun Dec 6 08:41:49 2009 +0200
 
133905
Author:     Yair Hershkovitz <yairhr@gmail.com>
 
133906
AuthorDate: Sun Dec 6 08:41:49 2009 +0200
 
133907
Commit:     Yair Hershkovitz <yairhr@gmail.com>
 
133908
CommitDate: Sun Dec 6 08:41:49 2009 +0200
117422
133909
 
117423
133910
    Updated Hebrew translation
117424
133911
 
117427
133914
 1 file changed, 481 insertions(+), 480 deletions(-)
117428
133915
 
117429
133916
commit efb594b7d49e5058de621f1253671ec192eae695
117430
 
Author: Kjartan Maraas <kmaraas@gnome.org>
117431
 
Date:   Fri Dec 4 21:18:32 2009 +0100
 
133917
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
133918
AuthorDate: Fri Dec 4 21:18:32 2009 +0100
 
133919
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
133920
CommitDate: Fri Dec 4 21:18:32 2009 +0100
117432
133921
 
117433
133922
    Updated Norwegian bokmål translation.
117434
133923
 
117437
133926
 1 file changed, 476 insertions(+), 475 deletions(-)
117438
133927
 
117439
133928
commit 2321e5aed07154761223bb124770beba56700e41
117440
 
Author: Matthew W. S. Bell <matthew@bells23.org.uk>
117441
 
Date:   Wed Dec 2 01:48:30 2009 +0100
 
133929
Author:     Matthew W. S. Bell <matthew@bells23.org.uk>
 
133930
AuthorDate: Wed Dec 2 01:48:30 2009 +0100
 
133931
Commit:     Javier Jardón <jjardon@gnome.org>
 
133932
CommitDate: Wed Dec 2 01:48:30 2009 +0100
117442
133933
 
117443
133934
    Initialise variable in g_time_val_from_iso8601()
117444
133935
 
117452
133943
 1 file changed, 4 insertions(+), 3 deletions(-)
117453
133944
 
117454
133945
commit 3d8035f799f632f196d914fde02dc052b7944581
117455
 
Author: Jeroen Nijhof <jeroen.nijhof@ericsson.com>
117456
 
Date:   Tue Dec 1 19:42:09 2009 +0100
 
133946
Author:     Jeroen Nijhof <jeroen.nijhof@ericsson.com>
 
133947
AuthorDate: Tue Dec 1 19:42:09 2009 +0100
 
133948
Commit:     Javier Jardón <jjardon@gnome.org>
 
133949
CommitDate: Tue Dec 1 19:48:04 2009 +0100
117457
133950
 
117458
133951
    [gio] Remove some commas at end of enumerator list
117459
133952
 
117463
133956
 1 file changed, 3 insertions(+), 3 deletions(-)
117464
133957
 
117465
133958
commit 39cd766e8ef6901c097fdf2d3148fdc952f06b0e
117466
 
Author: Dan Winship <danw@gnome.org>
117467
 
Date:   Tue Dec 1 10:42:58 2009 +0100
 
133959
Author:     Dan Winship <danw@gnome.org>
 
133960
AuthorDate: Tue Dec 1 10:42:58 2009 +0100
 
133961
Commit:     Alexander Larsson <alexl@redhat.com>
 
133962
CommitDate: Tue Dec 1 10:44:42 2009 +0100
117468
133963
 
117469
133964
    Use G_DEFINE_INTERFACE in gio
117470
133965
 
117486
133981
 10 files changed, 165 insertions(+), 564 deletions(-)
117487
133982
 
117488
133983
commit 91d96350a7eed2e2acfc0c254b6dfc4e6fe81a8b
117489
 
Author: Dan Winship <danw@gnome.org>
117490
 
Date:   Tue Dec 1 10:33:12 2009 +0100
 
133984
Author:     Dan Winship <danw@gnome.org>
 
133985
AuthorDate: Tue Dec 1 10:33:12 2009 +0100
 
133986
Commit:     Alexander Larsson <alexl@redhat.com>
 
133987
CommitDate: Tue Dec 1 10:44:42 2009 +0100
117491
133988
 
117492
133989
    Add G_DEFINE_INTERFACE
117493
133990
 
117503
134000
 3 files changed, 70 insertions(+), 32 deletions(-)
117504
134001
 
117505
134002
commit 74a970f754bbffcc9f0a3fa6dd9977a8640544c8
117506
 
Author: Ryan Lortie <desrt@desrt.ca>
117507
 
Date:   Mon Nov 30 19:50:21 2009 -0500
 
134003
Author:     Ryan Lortie <desrt@desrt.ca>
 
134004
AuthorDate: Mon Nov 30 19:50:21 2009 -0500
 
134005
Commit:     Ryan Lortie <desrt@desrt.ca>
 
134006
CommitDate: Mon Nov 30 19:53:30 2009 -0500
117508
134007
 
117509
134008
    Add byteswap macros for gsize/gssize.
117510
134009
 
117517
134016
 5 files changed, 98 insertions(+)
117518
134017
 
117519
134018
commit 2a78adc5e3f5b33e92cc55570397da24e062aa24
117520
 
Author: Benjamin Otte <otte@gnome.org>
117521
 
Date:   Thu Oct 8 20:01:15 2009 +0200
 
134019
Author:     Benjamin Otte <otte@gnome.org>
 
134020
AuthorDate: Thu Oct 8 20:01:15 2009 +0200
 
134021
Commit:     Alexander Larsson <alexl@redhat.com>
 
134022
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117522
134023
 
117523
134024
    Only add object to list new objects when it has a custom constructor
117524
134025
 
117540
134041
 1 file changed, 18 insertions(+), 8 deletions(-)
117541
134042
 
117542
134043
commit f0f32a7ef0f7ae8cdd2aa2992d2e116dd7b602fe
117543
 
Author: Benjamin Otte <otte@gnome.org>
117544
 
Date:   Thu Sep 24 15:04:20 2009 +0200
 
134044
Author:     Benjamin Otte <otte@gnome.org>
 
134045
AuthorDate: Thu Sep 24 15:04:20 2009 +0200
 
134046
Commit:     Alexander Larsson <alexl@redhat.com>
 
134047
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117545
134048
 
117546
134049
    Remove more read locks usage
117547
134050
 
117554
134057
 1 file changed, 4 insertions(+), 11 deletions(-)
117555
134058
 
117556
134059
commit 5cac5c828b9d56ed0b1932deb7364d6ba926eb96
117557
 
Author: Benjamin Otte <otte@gnome.org>
117558
 
Date:   Thu Sep 24 14:57:19 2009 +0200
 
134060
Author:     Benjamin Otte <otte@gnome.org>
 
134061
AuthorDate: Thu Sep 24 14:57:19 2009 +0200
 
134062
Commit:     Alexander Larsson <alexl@redhat.com>
 
134063
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117559
134064
 
117560
134065
    Make g_type_class_peek[_static]() not take any locks
117561
134066
 
117567
134072
 1 file changed, 2 insertions(+), 6 deletions(-)
117568
134073
 
117569
134074
commit 83ee0d947d7c103e975be0fc4e62415ad7d57571
117570
 
Author: Edward Hervey <bilboed@bilboed.com>
117571
 
Date:   Thu Sep 24 13:19:46 2009 +0200
 
134075
Author:     Edward Hervey <bilboed@bilboed.com>
 
134076
AuthorDate: Thu Sep 24 13:19:46 2009 +0200
 
134077
Commit:     Alexander Larsson <alexl@redhat.com>
 
134078
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117572
134079
 
117573
134080
    gobject/tests: New test for dynamic class creation/destruction
117574
134081
 
117581
134088
 2 files changed, 238 insertions(+), 1 deletion(-)
117582
134089
 
117583
134090
commit 35c376a8a6be94f6fd5c22164a5e0968f4d3e26e
117584
 
Author: Edward Hervey <bilboed@bilboed.com>
117585
 
Date:   Thu Sep 24 12:42:49 2009 +0200
 
134091
Author:     Edward Hervey <bilboed@bilboed.com>
 
134092
AuthorDate: Thu Sep 24 12:42:49 2009 +0200
 
134093
Commit:     Alexander Larsson <alexl@redhat.com>
 
134094
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117586
134095
 
117587
134096
    Add type_data_ref_U() and use it in g_type_class_ref()
117588
134097
 
117603
134112
 1 file changed, 42 insertions(+), 20 deletions(-)
117604
134113
 
117605
134114
commit 5160175656797fde6b301b0d832b692052b96e3e
117606
 
Author: Edward Hervey <bilboed@bilboed.com>
117607
 
Date:   Thu Sep 24 12:29:25 2009 +0200
 
134115
Author:     Edward Hervey <bilboed@bilboed.com>
 
134116
AuthorDate: Thu Sep 24 12:29:25 2009 +0200
 
134117
Commit:     Alexander Larsson <alexl@redhat.com>
 
134118
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117608
134119
 
117609
134120
    Reorganize g_type_class_ref()
117610
134121
 
117616
134127
 1 file changed, 8 insertions(+), 11 deletions(-)
117617
134128
 
117618
134129
commit 00a4470ad07551f3629029892b819c18d8902f2f
117619
 
Author: Benjamin Otte <otte@gnome.org>
117620
 
Date:   Thu Sep 24 12:26:53 2009 +0200
 
134130
Author:     Benjamin Otte <otte@gnome.org>
 
134131
AuthorDate: Thu Sep 24 12:26:53 2009 +0200
 
134132
Commit:     Alexander Larsson <alexl@redhat.com>
 
134133
CommitDate: Mon Nov 30 20:52:33 2009 +0100
117621
134134
 
117622
134135
    Make ClassData->init_state atomic
117623
134136
 
117633
134146
 1 file changed, 13 insertions(+), 11 deletions(-)
117634
134147
 
117635
134148
commit 4c243b1cba6e94658e68c3e4b188d0d784ed7463
117636
 
Author: Edward Hervey <bilboed@bilboed.com>
117637
 
Date:   Thu Sep 24 11:45:13 2009 +0200
 
134149
Author:     Edward Hervey <bilboed@bilboed.com>
 
134150
AuthorDate: Thu Sep 24 11:45:13 2009 +0200
 
134151
Commit:     Alexander Larsson <alexl@redhat.com>
 
134152
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117638
134153
 
117639
134154
    Make type_data_unref_U not take locks in the common case
117640
134155
 
117644
134159
 1 file changed, 12 insertions(+), 7 deletions(-)
117645
134160
 
117646
134161
commit 5e7dba0501f4af4ac5427bbf1227ba5cb026cffa
117647
 
Author: Edward Hervey <bilboed@bilboed.com>
117648
 
Date:   Thu Sep 24 11:38:49 2009 +0200
 
134162
Author:     Edward Hervey <bilboed@bilboed.com>
 
134163
AuthorDate: Thu Sep 24 11:38:49 2009 +0200
 
134164
Commit:     Alexander Larsson <alexl@redhat.com>
 
134165
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117649
134166
 
117650
134167
    Make all accesses of Node->ref_count atomic
117651
134168
 
117661
134178
 1 file changed, 5 insertions(+), 6 deletions(-)
117662
134179
 
117663
134180
commit 2ec989902b2800d150bbb2cf6c3b6924f43ed736
117664
 
Author: Edward Hervey <bilboed@bilboed.com>
117665
 
Date:   Thu Sep 24 11:19:58 2009 +0200
 
134181
Author:     Edward Hervey <bilboed@bilboed.com>
 
134182
AuthorDate: Thu Sep 24 11:19:58 2009 +0200
 
134183
Commit:     Alexander Larsson <alexl@redhat.com>
 
134184
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117666
134185
 
117667
134186
    type_data_unref_Wm => type_data_unref_U
117668
134187
 
117675
134194
 1 file changed, 14 insertions(+), 23 deletions(-)
117676
134195
 
117677
134196
commit b163759320ddfce0276b20bb453de70919aeeff3
117678
 
Author: Benjamin Otte <otte@gnome.org>
117679
 
Date:   Thu Sep 24 11:16:10 2009 +0200
 
134197
Author:     Benjamin Otte <otte@gnome.org>
 
134198
AuthorDate: Thu Sep 24 11:16:10 2009 +0200
 
134199
Commit:     Alexander Larsson <alexl@redhat.com>
 
134200
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117680
134201
 
117681
134202
    Add a NODE_REFCOUNT getter
117682
134203
 
117689
134210
 1 file changed, 19 insertions(+), 20 deletions(-)
117690
134211
 
117691
134212
commit 170423f924950728cec21a784787aa43b0be71bc
117692
 
Author: Edward Hervey <bilboed@bilboed.com>
117693
 
Date:   Thu Sep 24 10:44:17 2009 +0200
 
134213
Author:     Edward Hervey <bilboed@bilboed.com>
 
134214
AuthorDate: Thu Sep 24 10:44:17 2009 +0200
 
134215
Commit:     Alexander Larsson <alexl@redhat.com>
 
134216
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117694
134217
 
117695
134218
    Move setting the refcount to the end of the function
117696
134219
 
117702
134225
 1 file changed, 2 insertions(+), 1 deletion(-)
117703
134226
 
117704
134227
commit f8d24e849533e0e43cd7c9cf9a9692e4779c0472
117705
 
Author: Edward Hervey <bilboed@bilboed.com>
117706
 
Date:   Thu Sep 24 10:16:48 2009 +0200
 
134228
Author:     Edward Hervey <bilboed@bilboed.com>
 
134229
AuthorDate: Thu Sep 24 10:16:48 2009 +0200
 
134230
Commit:     Alexander Larsson <alexl@redhat.com>
 
134231
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117707
134232
 
117708
134233
    Pass the TypeNode to type_data_last_unref_Wm()
117709
134234
 
117717
134242
 1 file changed, 27 insertions(+), 30 deletions(-)
117718
134243
 
117719
134244
commit 718b476c4474e5c9e973046ef555ffcb9bfd38a1
117720
 
Author: Edward Hervey <bilboed@bilboed.com>
117721
 
Date:   Thu Sep 24 10:03:14 2009 +0200
 
134245
Author:     Edward Hervey <bilboed@bilboed.com>
 
134246
AuthorDate: Thu Sep 24 10:03:14 2009 +0200
 
134247
Commit:     Alexander Larsson <alexl@redhat.com>
 
134248
CommitDate: Mon Nov 30 20:52:32 2009 +0100
117722
134249
 
117723
134250
    Move ref_count from TypeNode->data to TypeNode
117724
134251
 
117728
134255
 1 file changed, 24 insertions(+), 24 deletions(-)
117729
134256
 
117730
134257
commit 69961d27a13b2083d864884b40c861c5e97a5c12
117731
 
Author: Alexander Larsson <alexl@redhat.com>
117732
 
Date:   Wed Sep 9 16:42:32 2009 +0200
 
134258
Author:     Alexander Larsson <alexl@redhat.com>
 
134259
AuthorDate: Wed Sep 9 16:42:32 2009 +0200
 
134260
Commit:     Alexander Larsson <alexl@redhat.com>
 
134261
CommitDate: Mon Nov 30 20:52:29 2009 +0100
117733
134262
 
117734
134263
    Implement O(1) interface lookups
117735
134264
 
117747
134276
 1 file changed, 151 insertions(+), 34 deletions(-)
117748
134277
 
117749
134278
commit 8f27a5e62129672f5c17b140ca854fd2307a9734
117750
 
Author: Alexander Larsson <alexl@redhat.com>
117751
 
Date:   Wed Sep 9 16:51:28 2009 +0200
 
134279
Author:     Alexander Larsson <alexl@redhat.com>
 
134280
AuthorDate: Wed Sep 9 16:51:28 2009 +0200
 
134281
Commit:     Alexander Larsson <alexl@redhat.com>
 
134282
CommitDate: Mon Nov 30 20:50:21 2009 +0100
117752
134283
 
117753
134284
    Implement lock free interface lookup
117754
134285
 
117781
134312
 1 file changed, 204 insertions(+), 125 deletions(-)
117782
134313
 
117783
134314
commit 75ce4741f9a7a26098a77407de9b4cc2b985a254
117784
 
Author: Alexander Larsson <alexl@redhat.com>
117785
 
Date:   Wed Sep 9 16:47:44 2009 +0200
 
134315
Author:     Alexander Larsson <alexl@redhat.com>
 
134316
AuthorDate: Wed Sep 9 16:47:44 2009 +0200
 
134317
Commit:     Alexander Larsson <alexl@redhat.com>
 
134318
CommitDate: Mon Nov 30 20:48:50 2009 +0100
117786
134319
 
117787
134320
    Add GAtomicArray for RCU-style lockless updates
117788
134321
 
117803
134336
 3 files changed, 231 insertions(+), 1 deletion(-)
117804
134337
 
117805
134338
commit f55752b10cc29090550005e16e9e7f72c5c060fa
117806
 
Author: Ivar Smolin <okul@linux.ee>
117807
 
Date:   Mon Nov 30 13:08:18 2009 +0200
 
134339
Author:     Ivar Smolin <okul@linux.ee>
 
134340
AuthorDate: Mon Nov 30 13:08:18 2009 +0200
 
134341
Commit:     Priit Laes <plaes@plaes.org>
 
134342
CommitDate: Mon Nov 30 13:08:18 2009 +0200
117808
134343
 
117809
134344
    Updating Estonian translation
117810
134345
 
117813
134348
 1 file changed, 10 insertions(+), 469 deletions(-)
117814
134349
 
117815
134350
commit 8df6191a322d6b412448aa5618daf68c4e0ab3da
117816
 
Author: Matthias Clasen <mclasen@redhat.com>
117817
 
Date:   Mon Nov 30 00:11:10 2009 -0500
 
134351
Author:     Matthias Clasen <mclasen@redhat.com>
 
134352
AuthorDate: Mon Nov 30 00:11:10 2009 -0500
 
134353
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134354
CommitDate: Mon Nov 30 00:11:10 2009 -0500
117818
134355
 
117819
134356
    Bump version
117820
134357
 
117822
134359
 1 file changed, 2 insertions(+), 2 deletions(-)
117823
134360
 
117824
134361
commit 2532707ce420623acaf7f1fc0bd3670bb3a8a86b
117825
 
Author: Matthias Clasen <mclasen@redhat.com>
117826
 
Date:   Mon Nov 30 00:09:36 2009 -0500
 
134362
Author:     Matthias Clasen <mclasen@redhat.com>
 
134363
AuthorDate: Mon Nov 30 00:09:36 2009 -0500
 
134364
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134365
CommitDate: Mon Nov 30 00:09:36 2009 -0500
117827
134366
 
117828
134367
    2.23.0
117829
134368
 
117924
134463
 92 files changed, 16991 insertions(+), 14691 deletions(-)
117925
134464
 
117926
134465
commit 310e2e7291ba716755e538a6fe286a0072b39ef1
117927
 
Author: Matthias Clasen <mclasen@redhat.com>
117928
 
Date:   Sun Nov 29 22:57:00 2009 -0500
 
134466
Author:     Matthias Clasen <mclasen@redhat.com>
 
134467
AuthorDate: Sun Nov 29 22:57:00 2009 -0500
 
134468
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134469
CommitDate: Sun Nov 29 22:57:00 2009 -0500
117929
134470
 
117930
134471
    More updates
117931
134472
 
117933
134474
 1 file changed, 1 insertion(+)
117934
134475
 
117935
134476
commit 8907bfee863e969bc68de749a45f34d7f7f21699
117936
 
Author: Matthias Clasen <mclasen@redhat.com>
117937
 
Date:   Sun Nov 29 22:54:16 2009 -0500
 
134477
Author:     Matthias Clasen <mclasen@redhat.com>
 
134478
AuthorDate: Sun Nov 29 22:54:16 2009 -0500
 
134479
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134480
CommitDate: Sun Nov 29 22:54:16 2009 -0500
117938
134481
 
117939
134482
    Fix up GIO docs
117940
134483
 
117968
134511
 25 files changed, 261 insertions(+), 159 deletions(-)
117969
134512
 
117970
134513
commit 80bda52b57440b66752df6aa4078e3a723b3a990
117971
 
Author: Matthias Clasen <mclasen@redhat.com>
117972
 
Date:   Sun Nov 29 21:19:10 2009 -0500
 
134514
Author:     Matthias Clasen <mclasen@redhat.com>
 
134515
AuthorDate: Sun Nov 29 21:19:10 2009 -0500
 
134516
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134517
CommitDate: Sun Nov 29 21:19:10 2009 -0500
117973
134518
 
117974
134519
    Fix dynamictype test to build
117975
134520
 
117977
134522
 1 file changed, 1 insertion(+), 2 deletions(-)
117978
134523
 
117979
134524
commit 06c71ba399adc22c4f327876bac50bbd1a6dfcf4
117980
 
Author: Matthias Clasen <mclasen@redhat.com>
117981
 
Date:   Sun Nov 29 20:55:25 2009 -0500
 
134525
Author:     Matthias Clasen <mclasen@redhat.com>
 
134526
AuthorDate: Sun Nov 29 20:55:25 2009 -0500
 
134527
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134528
CommitDate: Sun Nov 29 20:55:25 2009 -0500
117982
134529
 
117983
134530
    Fix 'make check' in gio
117984
134531
 
117988
134535
 2 files changed, 225 insertions(+), 207 deletions(-)
117989
134536
 
117990
134537
commit a4a69df105e57a37fbb2b14275f262613aff1071
117991
 
Author: Matthias Clasen <mclasen@redhat.com>
117992
 
Date:   Sun Nov 29 20:48:52 2009 -0500
 
134538
Author:     Matthias Clasen <mclasen@redhat.com>
 
134539
AuthorDate: Sun Nov 29 20:48:52 2009 -0500
 
134540
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134541
CommitDate: Sun Nov 29 20:48:52 2009 -0500
117993
134542
 
117994
134543
    Remove filter-cat from TEST_PROGS
117995
134544
 
117999
134548
 1 file changed, 8 insertions(+), 2 deletions(-)
118000
134549
 
118001
134550
commit 12939c54f93ddc61c02b592ced931fb30d797fe8
118002
 
Author: Matthias Clasen <mclasen@redhat.com>
118003
 
Date:   Sun Nov 29 20:47:51 2009 -0500
 
134551
Author:     Matthias Clasen <mclasen@redhat.com>
 
134552
AuthorDate: Sun Nov 29 20:47:51 2009 -0500
 
134553
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134554
CommitDate: Sun Nov 29 20:47:51 2009 -0500
118004
134555
 
118005
134556
    Disable a broken test
118006
134557
 
118012
134563
 1 file changed, 6 insertions(+)
118013
134564
 
118014
134565
commit 31be5a93402ca596bb1bc5d872ef437c51ac6d12
118015
 
Author: David Planella <david.planella@gmail.com>
118016
 
Date:   Sun Nov 29 19:27:45 2009 +0100
 
134566
Author:     David Planella <david.planella@gmail.com>
 
134567
AuthorDate: Sun Nov 29 19:27:45 2009 +0100
 
134568
Commit:     David Planella <david.planella@gmail.com>
 
134569
CommitDate: Sun Nov 29 19:49:01 2009 +0100
118017
134570
 
118018
134571
    Updated Catalan translations, with some corrections from Carles
118019
134572
    Ferrando
118023
134576
 1 file changed, 497 insertions(+), 467 deletions(-)
118024
134577
 
118025
134578
commit e7992b7b06df986bd36dd745a4cca2661e77f497
118026
 
Author: Paolo Borelli <pborelli@gnome.org>
118027
 
Date:   Sun Nov 29 15:14:10 2009 +0100
 
134579
Author:     Paolo Borelli <pborelli@gnome.org>
 
134580
AuthorDate: Sun Nov 29 15:14:10 2009 +0100
 
134581
Commit:     Paolo Borelli <pborelli@gnome.org>
 
134582
CommitDate: Sun Nov 29 15:14:10 2009 +0100
118028
134583
 
118029
134584
    Fix return type of g_converter_[in|out]put_stream.
118030
134585
 
118038
134593
 5 files changed, 26 insertions(+), 30 deletions(-)
118039
134594
 
118040
134595
commit bd2a9f7ebb12fde7ea4dcf38d252bfea519970e4
118041
 
Author: Jorge González <jorgegonz@svn.gnome.org>
118042
 
Date:   Sat Nov 28 13:26:38 2009 +0100
 
134596
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
134597
AuthorDate: Sat Nov 28 13:26:38 2009 +0100
 
134598
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
134599
CommitDate: Sat Nov 28 13:26:38 2009 +0100
118043
134600
 
118044
134601
    Updated Spanish translation
118045
134602
 
118047
134604
 1 file changed, 9 insertions(+), 15 deletions(-)
118048
134605
 
118049
134606
commit 35d440535fecaacce228089b91873afc6c5e069a
118050
 
Author: Matthias Clasen <mclasen@redhat.com>
118051
 
Date:   Sat Nov 28 01:59:12 2009 -0500
 
134607
Author:     Matthias Clasen <mclasen@redhat.com>
 
134608
AuthorDate: Sat Nov 28 01:59:12 2009 -0500
 
134609
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134610
CommitDate: Sat Nov 28 01:59:12 2009 -0500
118052
134611
 
118053
134612
    Updates
118054
134613
 
118056
134615
 1 file changed, 60 insertions(+)
118057
134616
 
118058
134617
commit 43149aafe04027bf7f91abb05df64afafc5ed4c4
118059
 
Author: Matthias Clasen <mclasen@redhat.com>
118060
 
Date:   Sat Nov 28 01:30:27 2009 -0500
 
134618
Author:     Matthias Clasen <mclasen@redhat.com>
 
134619
AuthorDate: Sat Nov 28 01:30:27 2009 -0500
 
134620
Commit:     Matthias Clasen <mclasen@redhat.com>
 
134621
CommitDate: Sat Nov 28 01:30:27 2009 -0500
118061
134622
 
118062
134623
    Bump version to 2.23.0
118063
134624
 
118065
134626
 1 file changed, 3 insertions(+), 3 deletions(-)
118066
134627
 
118067
134628
commit 92a766c74380f7511b0f0c2ea04059133ff8fd73
118068
 
Author: Matej Urbančič <mateju@svn.gnome.org>
118069
 
Date:   Fri Nov 27 13:33:16 2009 +0100
 
134629
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
134630
AuthorDate: Fri Nov 27 13:33:16 2009 +0100
 
134631
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
134632
CommitDate: Fri Nov 27 13:33:16 2009 +0100
118070
134633
 
118071
134634
    Updated Slovenian translation
118072
134635
 
118075
134638
 1 file changed, 114 insertions(+), 99 deletions(-)
118076
134639
 
118077
134640
commit 56653e930feebd36cf36523669f3bcad59ad3dc2
118078
 
Author: Jorge González <jorgegonz@svn.gnome.org>
118079
 
Date:   Fri Nov 27 01:37:49 2009 +0100
 
134641
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
134642
AuthorDate: Fri Nov 27 01:37:49 2009 +0100
 
134643
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
134644
CommitDate: Fri Nov 27 01:37:49 2009 +0100
118080
134645
 
118081
134646
    Updated Spanish translation
118082
134647
 
118085
134650
 1 file changed, 99 insertions(+), 72 deletions(-)
118086
134651
 
118087
134652
commit 8586b636c7a0162f7b06e00c6a563eeaf24cab46
118088
 
Author: Ryan Lortie <desrt@desrt.ca>
118089
 
Date:   Thu Nov 26 12:15:04 2009 -0500
 
134653
Author:     Ryan Lortie <desrt@desrt.ca>
 
134654
AuthorDate: Thu Nov 26 12:15:04 2009 -0500
 
134655
Commit:     Ryan Lortie <desrt@desrt.ca>
 
134656
CommitDate: Thu Nov 26 12:15:04 2009 -0500
118090
134657
 
118091
134658
    Bug 589631 - enclose literals with double quotes
118092
134659
 
118098
134665
 1 file changed, 5 insertions(+), 5 deletions(-)
118099
134666
 
118100
134667
commit 09b1b6414b6aa001733fa7897f48970cb3cf258a
118101
 
Author: Christian Kellner <gicmo@gnome.org>
118102
 
Date:   Fri Oct 9 15:06:44 2009 +0200
 
134668
Author:     Christian Kellner <gicmo@gnome.org>
 
134669
AuthorDate: Fri Oct 9 15:06:44 2009 +0200
 
134670
Commit:     Alexander Larsson <alexl@redhat.com>
 
134671
CommitDate: Thu Nov 26 16:12:18 2009 +0100
118103
134672
 
118104
134673
    Add "default location" support to GMount
118105
134674
 
118114
134683
 2 files changed, 34 insertions(+)
118115
134684
 
118116
134685
commit 2b2195bf68bf68837dc9f6b4765d3716694f42b3
118117
 
Author: Alexander Larsson <alexl@redhat.com>
118118
 
Date:   Thu Nov 26 16:05:07 2009 +0100
 
134686
Author:     Alexander Larsson <alexl@redhat.com>
 
134687
AuthorDate: Thu Nov 26 16:05:07 2009 +0100
 
134688
Commit:     Alexander Larsson <alexl@redhat.com>
 
134689
CommitDate: Thu Nov 26 16:05:07 2009 +0100
118119
134690
 
118120
134691
    Pass in the right device to vfs->local_file_add_info for symlinks
118121
134692
 
118128
134699
 1 file changed, 5 insertions(+), 2 deletions(-)
118129
134700
 
118130
134701
commit 96f41b62836810563c4f69ba6d053e91c638728a
118131
 
Author: Mures Andone <mures.andone@movial.com>
118132
 
Date:   Tue Nov 10 14:59:31 2009 +0200
 
134702
Author:     Mures Andone <mures.andone@movial.com>
 
134703
AuthorDate: Tue Nov 10 14:59:31 2009 +0200
 
134704
Commit:     Alexander Larsson <alexl@redhat.com>
 
134705
CommitDate: Thu Nov 26 15:40:01 2009 +0100
118133
134706
 
118134
134707
    Fixed bug 91 (GIO monitoring not working due to bad assert)
118135
134708
 
118140
134713
 2 files changed, 16 insertions(+), 4 deletions(-)
118141
134714
 
118142
134715
commit 97db31fa14d2556a649d1d66a0dfc1792c5908d7
118143
 
Author: Will Thompson <will.thompson@collabora.co.uk>
118144
 
Date:   Fri Nov 20 13:01:17 2009 +0000
 
134716
Author:     Will Thompson <will.thompson@collabora.co.uk>
 
134717
AuthorDate: Fri Nov 20 13:01:17 2009 +0000
 
134718
Commit:     Alexander Larsson <alexl@redhat.com>
 
134719
CommitDate: Thu Nov 26 15:14:46 2009 +0100
118145
134720
 
118146
134721
    Apply English pedantry to GAsyncInitable's docs
118147
134722
 
118156
134731
 1 file changed, 19 insertions(+), 19 deletions(-)
118157
134732
 
118158
134733
commit 08d33b81ee4addefa6c5fac6894111d09f90951b
118159
 
Author: Alexander Larsson <alexl@redhat.com>
118160
 
Date:   Thu Nov 26 13:15:11 2009 +0100
 
134734
Author:     Alexander Larsson <alexl@redhat.com>
 
134735
AuthorDate: Thu Nov 26 13:15:11 2009 +0100
 
134736
Commit:     Alexander Larsson <alexl@redhat.com>
 
134737
CommitDate: Thu Nov 26 13:15:11 2009 +0100
118161
134738
 
118162
134739
    Remove unused variable
118163
134740
 
118165
134742
 1 file changed, 1 deletion(-)
118166
134743
 
118167
134744
commit b35fa1994d6607376136716c133dd88433706ee8
118168
 
Author: Alexander Larsson <alexl@redhat.com>
118169
 
Date:   Thu Nov 26 12:30:14 2009 +0100
 
134745
Author:     Alexander Larsson <alexl@redhat.com>
 
134746
AuthorDate: Thu Nov 26 12:30:14 2009 +0100
 
134747
Commit:     Alexander Larsson <alexl@redhat.com>
 
134748
CommitDate: Thu Nov 26 12:32:36 2009 +0100
118170
134749
 
118171
134750
    Cast iface_init to GInterfaceInitFunc
118172
134751
 
118179
134758
 2 files changed, 2 insertions(+), 3 deletions(-)
118180
134759
 
118181
134760
commit 36646f46ab07dec3d5a2ce0c9ba1932587528ca8
118182
 
Author: Alexander Larsson <alexl@redhat.com>
118183
 
Date:   Thu Nov 26 11:54:44 2009 +0100
 
134761
Author:     Alexander Larsson <alexl@redhat.com>
 
134762
AuthorDate: Thu Nov 26 11:54:44 2009 +0100
 
134763
Commit:     Alexander Larsson <alexl@redhat.com>
 
134764
CommitDate: Thu Nov 26 11:54:44 2009 +0100
118184
134765
 
118185
134766
    Add test for G_IMPLEMENT_INTERFACE_DYNAMIC
118186
134767
 
118189
134770
 1 file changed, 49 insertions(+), 4 deletions(-)
118190
134771
 
118191
134772
commit 7d51c96e5e39e8f3b403884f286ef781f0c952d6
118192
 
Author: Alexander Larsson <alexl@redhat.com>
118193
 
Date:   Tue Nov 24 09:53:15 2009 +0100
 
134773
Author:     Alexander Larsson <alexl@redhat.com>
 
134774
AuthorDate: Tue Nov 24 09:53:15 2009 +0100
 
134775
Commit:     Alexander Larsson <alexl@redhat.com>
 
134776
CommitDate: Thu Nov 26 11:20:18 2009 +0100
118194
134777
 
118195
134778
    Add G_IMPLEMENT_INTERFACE_DYNAMIC
118196
134779
 
118204
134787
 2 files changed, 25 insertions(+), 3 deletions(-)
118205
134788
 
118206
134789
commit b3156508c49f5274805de1d0d9bc5a69f43de1e9
118207
 
Author: Christian Persch <chpe@gnome.org>
118208
 
Date:   Sat May 24 21:00:11 2008 +0200
 
134790
Author:     Christian Persch <chpe@gnome.org>
 
134791
AuthorDate: Sat May 24 21:00:11 2008 +0200
 
134792
Commit:     Alexander Larsson <alexl@redhat.com>
 
134793
CommitDate: Thu Nov 26 10:20:12 2009 +0100
118209
134794
 
118210
134795
    Add TB and PB cases to g_format_size_for_display
118211
134796
 
118213
134798
 1 file changed, 25 insertions(+), 7 deletions(-)
118214
134799
 
118215
134800
commit 1ffedec41f01b2cac9ecd9664cec1867e5d1ebb0
118216
 
Author: Tor Lillqvist <tml@iki.fi>
118217
 
Date:   Wed Nov 25 12:57:10 2009 +0200
 
134801
Author:     Tor Lillqvist <tml@iki.fi>
 
134802
AuthorDate: Wed Nov 25 12:57:10 2009 +0200
 
134803
Commit:     Tor Lillqvist <tml@iki.fi>
 
134804
CommitDate: Wed Nov 25 12:57:10 2009 +0200
118218
134805
 
118219
134806
    Remove fuzzy marker from header, which crashed my msgfmt
118220
134807
 
118222
134809
 1 file changed, 1 deletion(-)
118223
134810
 
118224
134811
commit 3d7edc137e447456b7cd6b9df8b6257454c43a5d
118225
 
Author: Ryan Lortie <desrt@desrt.ca>
118226
 
Date:   Wed Nov 11 22:40:28 2009 -0500
 
134812
Author:     Ryan Lortie <desrt@desrt.ca>
 
134813
AuthorDate: Wed Nov 11 22:40:28 2009 -0500
 
134814
Commit:     Ryan Lortie <desrt@desrt.ca>
 
134815
CommitDate: Tue Nov 24 17:55:57 2009 -0500
118227
134816
 
118228
134817
    Bug 601637 - add GUnixFDList
118229
134818
 
118247
134836
 10 files changed, 835 insertions(+), 74 deletions(-)
118248
134837
 
118249
134838
commit e5a98502be13e9f9561106577ecbc736211ca692
118250
 
Author: Alexander Larsson <alexl@redhat.com>
118251
 
Date:   Tue Nov 24 13:31:33 2009 +0100
 
134839
Author:     Alexander Larsson <alexl@redhat.com>
 
134840
AuthorDate: Tue Nov 24 13:31:33 2009 +0100
 
134841
Commit:     Alexander Larsson <alexl@redhat.com>
 
134842
CommitDate: Tue Nov 24 13:31:33 2009 +0100
118252
134843
 
118253
134844
    Update gio.symbols with new functions
118254
134845
 
118257
134848
 1 file changed, 53 insertions(+)
118258
134849
 
118259
134850
commit b7c4aa61523adfe79991051edf2d0128fd0e5222
118260
 
Author: Alexander Larsson <alexl@redhat.com>
118261
 
Date:   Tue Nov 24 13:31:10 2009 +0100
 
134851
Author:     Alexander Larsson <alexl@redhat.com>
 
134852
AuthorDate: Tue Nov 24 13:31:10 2009 +0100
 
134853
Commit:     Alexander Larsson <alexl@redhat.com>
 
134854
CommitDate: Tue Nov 24 13:31:10 2009 +0100
118262
134855
 
118263
134856
    Export g_charset_converter_get_num_fallbacks in header
118264
134857
 
118266
134859
 1 file changed, 1 insertion(+)
118267
134860
 
118268
134861
commit 2af69f4135253573ccc3a14f0cb9555bdba6ac3b
118269
 
Author: Alexander Larsson <alexl@redhat.com>
118270
 
Date:   Tue Nov 24 13:02:05 2009 +0100
 
134862
Author:     Alexander Larsson <alexl@redhat.com>
 
134863
AuthorDate: Tue Nov 24 13:02:05 2009 +0100
 
134864
Commit:     Alexander Larsson <alexl@redhat.com>
 
134865
CommitDate: Tue Nov 24 13:02:05 2009 +0100
118271
134866
 
118272
134867
    Fix GZlibCompressorFormat names
118273
134868
 
118282
134877
 4 files changed, 24 insertions(+), 9 deletions(-)
118283
134878
 
118284
134879
commit 85501f5ffabe59ac38daf4d29990a7d5cd949c31
118285
 
Author: Ryan Lortie <desrt@desrt.ca>
118286
 
Date:   Wed Nov 11 23:31:12 2009 -0500
 
134880
Author:     Ryan Lortie <desrt@desrt.ca>
 
134881
AuthorDate: Wed Nov 11 23:31:12 2009 -0500
 
134882
Commit:     Ryan Lortie <desrt@desrt.ca>
 
134883
CommitDate: Mon Nov 23 13:53:39 2009 -0500
118287
134884
 
118288
134885
    Bug 591214 - Warnings building gcancellable.o
118289
134886
 
118294
134891
 1 file changed, 26 insertions(+), 7 deletions(-)
118295
134892
 
118296
134893
commit 48e2a570439373882cf755567e1d147bc5dd50e5
118297
 
Author: Ryan Lortie <desrt@desrt.ca>
118298
 
Date:   Fri Nov 20 12:54:35 2009 -0600
 
134894
Author:     Ryan Lortie <desrt@desrt.ca>
 
134895
AuthorDate: Fri Nov 20 12:54:35 2009 -0600
 
134896
Commit:     Ryan Lortie <desrt@desrt.ca>
 
134897
CommitDate: Mon Nov 23 13:47:16 2009 -0500
118299
134898
 
118300
134899
    Bug 598712 - can't detect text file with backspace
118301
134900
 
118305
134904
 1 file changed, 3 insertions(+), 2 deletions(-)
118306
134905
 
118307
134906
commit 230745a350fea524f899c6319a7c529fd82bd377
118308
 
Author: Alexander Larsson <alexl@redhat.com>
118309
 
Date:   Wed Nov 18 16:07:16 2009 +0100
 
134907
Author:     Alexander Larsson <alexl@redhat.com>
 
134908
AuthorDate: Wed Nov 18 16:07:16 2009 +0100
 
134909
Commit:     Alexander Larsson <alexl@redhat.com>
 
134910
CommitDate: Mon Nov 23 16:22:53 2009 +0100
118310
134911
 
118311
134912
    Add filter-cat test for GConverter streams
118312
134913
 
118316
134917
 2 files changed, 231 insertions(+)
118317
134918
 
118318
134919
commit 92b9218cbf8cbc594c3a067b2dc09730416df85f
118319
 
Author: Alexander Larsson <alexl@redhat.com>
118320
 
Date:   Fri Nov 20 12:04:31 2009 +0100
 
134920
Author:     Alexander Larsson <alexl@redhat.com>
 
134921
AuthorDate: Fri Nov 20 12:04:31 2009 +0100
 
134922
Commit:     Alexander Larsson <alexl@redhat.com>
 
134923
CommitDate: Mon Nov 23 16:22:53 2009 +0100
118321
134924
 
118322
134925
    Add GZlibCompressor
118323
134926
 
118330
134933
 5 files changed, 371 insertions(+)
118331
134934
 
118332
134935
commit 38c3eb14e42da8ca2d55918be048cf1729591486
118333
 
Author: Alexander Larsson <alexl@redhat.com>
118334
 
Date:   Thu Nov 19 17:20:20 2009 +0100
 
134936
Author:     Alexander Larsson <alexl@redhat.com>
 
134937
AuthorDate: Thu Nov 19 17:20:20 2009 +0100
 
134938
Commit:     Alexander Larsson <alexl@redhat.com>
 
134939
CommitDate: Mon Nov 23 16:22:53 2009 +0100
118335
134940
 
118336
134941
    Add GZlibDecompressor for zlib decompression
118337
134942
 
118345
134950
 6 files changed, 361 insertions(+)
118346
134951
 
118347
134952
commit 8cb1252d92e5cfea3804ef27edc01cac5b044ff3
118348
 
Author: Alexander Larsson <alexl@redhat.com>
118349
 
Date:   Thu Nov 19 17:16:29 2009 +0100
 
134953
Author:     Alexander Larsson <alexl@redhat.com>
 
134954
AuthorDate: Thu Nov 19 17:16:29 2009 +0100
 
134955
Commit:     Alexander Larsson <alexl@redhat.com>
 
134956
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118350
134957
 
118351
134958
    Add zlib dependency to gio
118352
134959
 
118358
134965
 3 files changed, 13 insertions(+)
118359
134966
 
118360
134967
commit fce2873641ffe20834722ad33894c91b2e4b6c32
118361
 
Author: Alexander Larsson <alexl@redhat.com>
118362
 
Date:   Fri Oct 23 19:59:03 2009 +0200
 
134968
Author:     Alexander Larsson <alexl@redhat.com>
 
134969
AuthorDate: Fri Oct 23 19:59:03 2009 +0200
 
134970
Commit:     Alexander Larsson <alexl@redhat.com>
 
134971
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118363
134972
 
118364
134973
    Add test for converter streams
118365
134974
 
118369
134978
 2 files changed, 580 insertions(+)
118370
134979
 
118371
134980
commit 7f8991596be1f17bd71c367bef630423f0a83c35
118372
 
Author: Alexander Larsson <alexl@redhat.com>
118373
 
Date:   Mon Nov 23 15:03:57 2009 +0100
 
134981
Author:     Alexander Larsson <alexl@redhat.com>
 
134982
AuthorDate: Mon Nov 23 15:03:57 2009 +0100
 
134983
Commit:     Alexander Larsson <alexl@redhat.com>
 
134984
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118374
134985
 
118375
134986
    Add GConverterOutputStream
118376
134987
 
118385
134996
 5 files changed, 679 insertions(+)
118386
134997
 
118387
134998
commit afe3324fcac8ea2a6b6007c938d7974aa923c0d3
118388
 
Author: Alexander Larsson <alexl@redhat.com>
118389
 
Date:   Mon Nov 23 15:02:50 2009 +0100
 
134999
Author:     Alexander Larsson <alexl@redhat.com>
 
135000
AuthorDate: Mon Nov 23 15:02:50 2009 +0100
 
135001
Commit:     Alexander Larsson <alexl@redhat.com>
 
135002
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118390
135003
 
118391
135004
    Add g_output_stream_is_closing
118392
135005
 
118398
135011
 2 files changed, 29 insertions(+), 1 deletion(-)
118399
135012
 
118400
135013
commit 848e0bf760ea7326420669e90ef6675786dea702
118401
 
Author: Alexander Larsson <alexl@redhat.com>
118402
 
Date:   Thu Oct 22 22:50:52 2009 +0200
 
135014
Author:     Alexander Larsson <alexl@redhat.com>
 
135015
AuthorDate: Thu Oct 22 22:50:52 2009 +0200
 
135016
Commit:     Alexander Larsson <alexl@redhat.com>
 
135017
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118403
135018
 
118404
135019
    Add GConverterInputStream
118405
135020
 
118414
135029
 5 files changed, 628 insertions(+)
118415
135030
 
118416
135031
commit 134e9bd84f6311e8b18fe69ce8df030561aa12d9
118417
 
Author: Alexander Larsson <alexl@redhat.com>
118418
 
Date:   Mon Nov 23 16:19:08 2009 +0100
 
135032
Author:     Alexander Larsson <alexl@redhat.com>
 
135033
AuthorDate: Mon Nov 23 16:19:08 2009 +0100
 
135034
Commit:     Alexander Larsson <alexl@redhat.com>
 
135035
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118419
135036
 
118420
135037
    Add fallback mode to GCharsetConverter
118421
135038
 
118425
135042
 2 files changed, 74 insertions(+), 4 deletions(-)
118426
135043
 
118427
135044
commit 4b8382823e0f03b59d07473f708f1892dcd743dc
118428
 
Author: Alexander Larsson <alexl@redhat.com>
118429
 
Date:   Wed Oct 21 21:25:36 2009 +0200
 
135045
Author:     Alexander Larsson <alexl@redhat.com>
 
135046
AuthorDate: Wed Oct 21 21:25:36 2009 +0200
 
135047
Commit:     Alexander Larsson <alexl@redhat.com>
 
135048
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118430
135049
 
118431
135050
    Add GCharsetConverter
118432
135051
 
118439
135058
 5 files changed, 429 insertions(+)
118440
135059
 
118441
135060
commit 0d86b25f91aeff168474280f4f5e03df779afc6d
118442
 
Author: Alexander Larsson <alexl@redhat.com>
118443
 
Date:   Wed Nov 18 13:14:13 2009 +0100
 
135061
Author:     Alexander Larsson <alexl@redhat.com>
 
135062
AuthorDate: Wed Nov 18 13:14:13 2009 +0100
 
135063
Commit:     Alexander Larsson <alexl@redhat.com>
 
135064
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118444
135065
 
118445
135066
    Add GConverter interface
118446
135067
 
118458
135079
 6 files changed, 366 insertions(+)
118459
135080
 
118460
135081
commit 110133135dabfb2ac829abe7bf84d95baf92a61a
118461
 
Author: Alexander Larsson <alexl@redhat.com>
118462
 
Date:   Tue Oct 20 14:12:31 2009 +0200
 
135082
Author:     Alexander Larsson <alexl@redhat.com>
 
135083
AuthorDate: Tue Oct 20 14:12:31 2009 +0200
 
135084
Commit:     Alexander Larsson <alexl@redhat.com>
 
135085
CommitDate: Mon Nov 23 16:22:52 2009 +0100
118463
135086
 
118464
135087
    Add G_IO_ERROR_PARTIAL_INPUT and G_IO_ERROR_INVALID_DATA errors
118465
135088
 
118469
135092
 1 file changed, 5 insertions(+), 1 deletion(-)
118470
135093
 
118471
135094
commit 04d83e8e503a07e7b4279227c8f992ddf7c6ef4e
118472
 
Author: Cody Russell <bratsche@gnome.org>
118473
 
Date:   Mon Nov 23 07:48:14 2009 -0600
 
135095
Author:     Cody Russell <bratsche@gnome.org>
 
135096
AuthorDate: Mon Nov 23 07:48:14 2009 -0600
 
135097
Commit:     Cody Russell <bratsche@gnome.org>
 
135098
CommitDate: Mon Nov 23 07:48:14 2009 -0600
118474
135099
 
118475
135100
    gtester should fail even if -k is passed
118476
135101
 
118478
135103
 1 file changed, 1 insertion(+), 1 deletion(-)
118479
135104
 
118480
135105
commit 874efeb8ea7b822cfba254421e76b331815782cb
118481
 
Author: Vladimir Melo <vmelo@gnome.org>
118482
 
Date:   Mon Nov 23 08:36:06 2009 -0500
 
135106
Author:     Vladimir Melo <vmelo@gnome.org>
 
135107
AuthorDate: Mon Nov 23 08:36:06 2009 -0500
 
135108
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
135109
CommitDate: Mon Nov 23 08:36:06 2009 -0500
118483
135110
 
118484
135111
    Updated Brazilian Portuguese translation.
118485
135112
 
118488
135115
 1 file changed, 469 insertions(+), 459 deletions(-)
118489
135116
 
118490
135117
commit 56eee6759ba04ad970d2bb356a27de13d79ea575
118491
 
Author: Ryan Lortie <desrt@desrt.ca>
118492
 
Date:   Fri Nov 20 14:40:58 2009 -0600
 
135118
Author:     Ryan Lortie <desrt@desrt.ca>
 
135119
AuthorDate: Fri Nov 20 14:40:58 2009 -0600
 
135120
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135121
CommitDate: Fri Nov 20 14:42:38 2009 -0600
118493
135122
 
118494
135123
    Remove #include "glocalfile.h" from GFile
118495
135124
 
118499
135128
 1 file changed, 1 deletion(-)
118500
135129
 
118501
135130
commit ec79146572aece95c7bc032b486e6a57015ee6e4
118502
 
Author: Benjamin Otte <otte@gnome.org>
118503
 
Date:   Fri Nov 20 16:47:09 2009 +0100
 
135131
Author:     Benjamin Otte <otte@gnome.org>
 
135132
AuthorDate: Fri Nov 20 16:47:09 2009 +0100
 
135133
Commit:     Benjamin Otte <otte@gnome.org>
 
135134
CommitDate: Fri Nov 20 16:49:47 2009 +0100
118504
135135
 
118505
135136
    Fix thread-safety
118506
135137
 
118515
135146
 1 file changed, 2 insertions(+), 2 deletions(-)
118516
135147
 
118517
135148
commit ba2b2bbca2b747d704ae62e99fc7d216f82111ff
118518
 
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
118519
 
Date:   Fri Nov 20 16:46:41 2009 +0100
 
135149
Author:     Juan A. Suarez Romero <jasuarez@igalia.com>
 
135150
AuthorDate: Fri Nov 20 16:46:41 2009 +0100
 
135151
Commit:     Benjamin Otte <otte@gnome.org>
 
135152
CommitDate: Fri Nov 20 16:49:47 2009 +0100
118520
135153
 
118521
135154
    priv variable should only be used in win32 code
118522
135155
 
118524
135157
 1 file changed, 23 insertions(+), 21 deletions(-)
118525
135158
 
118526
135159
commit 8e2fa44953f1f92afdb198bb3ff8b98bb4cf6699
118527
 
Author: Ryan Lortie <desrt@desrt.ca>
118528
 
Date:   Thu Nov 19 10:19:01 2009 -0600
 
135160
Author:     Ryan Lortie <desrt@desrt.ca>
 
135161
AuthorDate: Thu Nov 19 10:19:01 2009 -0600
 
135162
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135163
CommitDate: Thu Nov 19 10:19:01 2009 -0600
118529
135164
 
118530
135165
    g_socket_listener_add_any_inet_port is Since 2.24
118531
135166
 
118535
135170
 1 file changed, 1 insertion(+), 1 deletion(-)
118536
135171
 
118537
135172
commit c005878ae7e429dd51f6be3d9a22b430c8155221
118538
 
Author: Ryan Lortie <desrt@desrt.ca>
118539
 
Date:   Mon Jun 15 14:07:13 2009 -0400
 
135173
Author:     Ryan Lortie <desrt@desrt.ca>
 
135174
AuthorDate: Mon Jun 15 14:07:13 2009 -0400
 
135175
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135176
CommitDate: Thu Nov 19 10:04:27 2009 -0600
118540
135177
 
118541
135178
    Bug 585566 - GSocketListener API issues
118542
135179
 
118552
135189
 4 files changed, 230 insertions(+)
118553
135190
 
118554
135191
commit 77baa70eda24be0049d09123e4b81b1f03817110
118555
 
Author: Christian Dywan <christian@lanedo.com>
118556
 
Date:   Thu Nov 19 09:58:43 2009 -0600
 
135192
Author:     Christian Dywan <christian@lanedo.com>
 
135193
AuthorDate: Thu Nov 19 09:58:43 2009 -0600
 
135194
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135195
CommitDate: Thu Nov 19 10:00:38 2009 -0600
118557
135196
 
118558
135197
    Bug 600550 - (...) doesn't treat arguments properly
118559
135198
 
118564
135203
 1 file changed, 3 insertions(+), 1 deletion(-)
118565
135204
 
118566
135205
commit 3257e8ebe470fce6b2eb935589f18d509336a227
118567
 
Author: Vincent Untz <vuntz@gnome.org>
118568
 
Date:   Wed Nov 18 16:37:47 2009 -0600
 
135206
Author:     Vincent Untz <vuntz@gnome.org>
 
135207
AuthorDate: Wed Nov 18 16:37:47 2009 -0600
 
135208
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135209
CommitDate: Thu Nov 19 09:47:46 2009 -0600
118569
135210
 
118570
135211
    Bug 600620 - Add g_app_info_get_display_name()
118571
135212
 
118579
135220
 3 files changed, 49 insertions(+)
118580
135221
 
118581
135222
commit 9681d7e75f2d1296a890bfa64b3478ea7025df62
118582
 
Author: Ryan Lortie <desrt@desrt.ca>
118583
 
Date:   Wed Nov 18 18:43:30 2009 -0600
 
135223
Author:     Ryan Lortie <desrt@desrt.ca>
 
135224
AuthorDate: Wed Nov 18 18:43:30 2009 -0600
 
135225
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135226
CommitDate: Thu Nov 19 09:45:53 2009 -0600
118584
135227
 
118585
135228
    Bug 595138 - GFile not robust with invalid input
118586
135229
 
118591
135234
 1 file changed, 1 insertion(+), 1 deletion(-)
118592
135235
 
118593
135236
commit 5d97ea298672880ee80964c07b9cf31d604c3df9
118594
 
Author: Ryan Lortie <desrt@desrt.ca>
118595
 
Date:   Tue Nov 17 20:41:48 2009 -0600
 
135237
Author:     Ryan Lortie <desrt@desrt.ca>
 
135238
AuthorDate: Tue Nov 17 20:41:48 2009 -0600
 
135239
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135240
CommitDate: Tue Nov 17 20:41:48 2009 -0600
118596
135241
 
118597
135242
    Bug 600141 - Add -pthread to gmodule pkg-config
118598
135243
 
118616
135261
 5 files changed, 10 insertions(+), 10 deletions(-)
118617
135262
 
118618
135263
commit 983a717fa6431d67ce9d765c1714f77ecb0b02fa
118619
 
Author: Ryan Lortie <desrt@desrt.ca>
118620
 
Date:   Thu Nov 12 01:37:27 2009 -0500
 
135264
Author:     Ryan Lortie <desrt@desrt.ca>
 
135265
AuthorDate: Thu Nov 12 01:37:27 2009 -0500
 
135266
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135267
CommitDate: Tue Nov 17 20:27:38 2009 -0600
118621
135268
 
118622
135269
    Bug 535159 - g_file_has_parent
118623
135270
 
118632
135279
 4 files changed, 47 insertions(+)
118633
135280
 
118634
135281
commit ba0a6e1911ee581f1d651a7a05bab789c760ef3c
118635
 
Author: Javier Jardón <jjardon@gnome.org>
118636
 
Date:   Mon Nov 16 00:29:39 2009 +0100
 
135282
Author:     Javier Jardón <jjardon@gnome.org>
 
135283
AuthorDate: Mon Nov 16 00:29:39 2009 +0100
 
135284
Commit:     Javier Jardón <jjardon@gnome.org>
 
135285
CommitDate: Tue Nov 17 20:44:16 2009 +0100
118637
135286
 
118638
135287
    Fix compilation warning: Initialize the variable
118639
135288
 
118641
135290
 1 file changed, 1 insertion(+), 1 deletion(-)
118642
135291
 
118643
135292
commit c6243026ed61698a797ce1b731760e4f0497ad97
118644
 
Author: Javier Jardón <jjardon@gnome.org>
118645
 
Date:   Mon Nov 16 00:33:07 2009 +0100
 
135293
Author:     Javier Jardón <jjardon@gnome.org>
 
135294
AuthorDate: Mon Nov 16 00:33:07 2009 +0100
 
135295
Commit:     Javier Jardón <jjardon@gnome.org>
 
135296
CommitDate: Tue Nov 17 20:44:10 2009 +0100
118646
135297
 
118647
135298
    Fix compilation warning: Remove unused function
118648
135299
 
118650
135301
 1 file changed, 1 deletion(-)
118651
135302
 
118652
135303
commit 00a331f970dfd49e1f9dc5ed3b42a9dd41d530ce
118653
 
Author: Javier Jardón <jjardon@gnome.org>
118654
 
Date:   Mon Nov 16 00:22:03 2009 +0100
 
135304
Author:     Javier Jardón <jjardon@gnome.org>
 
135305
AuthorDate: Mon Nov 16 00:22:03 2009 +0100
 
135306
Commit:     Javier Jardón <jjardon@gnome.org>
 
135307
CommitDate: Tue Nov 17 20:44:01 2009 +0100
118655
135308
 
118656
135309
    Fix compilation warning: cast to (GCompareFunc)
118657
135310
 
118659
135312
 1 file changed, 1 insertion(+), 1 deletion(-)
118660
135313
 
118661
135314
commit 18b3ff33afad10dfac7dfdf3025313490f8313cc
118662
 
Author: Javier Jardón <jjardon@gnome.org>
118663
 
Date:   Sun Nov 15 05:51:45 2009 +0100
 
135315
Author:     Javier Jardón <jjardon@gnome.org>
 
135316
AuthorDate: Sun Nov 15 05:51:45 2009 +0100
 
135317
Commit:     Javier Jardón <jjardon@gnome.org>
 
135318
CommitDate: Mon Nov 16 00:09:16 2009 +0100
118664
135319
 
118665
135320
    Don't mention g_utf32_to_utf8() and g_utf8_to_utf32()
118666
135321
 
118674
135329
 1 file changed, 2 insertions(+), 2 deletions(-)
118675
135330
 
118676
135331
commit 96bf69d4cc4077a986c9b2c398356e9d543d88bd
118677
 
Author: Javier Jardón <jjardon@gnome.org>
118678
 
Date:   Sun Nov 15 23:58:23 2009 +0100
 
135332
Author:     Javier Jardón <jjardon@gnome.org>
 
135333
AuthorDate: Sun Nov 15 23:58:23 2009 +0100
 
135334
Commit:     Javier Jardón <jjardon@gnome.org>
 
135335
CommitDate: Sun Nov 15 23:58:23 2009 +0100
118679
135336
 
118680
135337
    Suggest the use of G_STRFUNC
118681
135338
 
118686
135343
 1 file changed, 2 insertions(+), 2 deletions(-)
118687
135344
 
118688
135345
commit 6b7b7a76020e76370e416d794eceb99937b9ed33
118689
 
Author: Ryan Lortie <desrt@desrt.ca>
118690
 
Date:   Wed Nov 11 23:48:06 2009 -0500
 
135346
Author:     Ryan Lortie <desrt@desrt.ca>
 
135347
AuthorDate: Wed Nov 11 23:48:06 2009 -0500
 
135348
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135349
CommitDate: Wed Nov 11 23:54:18 2009 -0500
118691
135350
 
118692
135351
    Bug 587300 - g_cancellable_disconnect deadlock
118693
135352
 
118698
135357
 1 file changed, 6 insertions(+), 3 deletions(-)
118699
135358
 
118700
135359
commit 3d09b8e09c07ebb3bae4074f946c5da8d643d247
118701
 
Author: Ryan Lortie <desrt@desrt.ca>
118702
 
Date:   Wed Nov 11 23:21:48 2009 -0500
 
135360
Author:     Ryan Lortie <desrt@desrt.ca>
 
135361
AuthorDate: Wed Nov 11 23:21:48 2009 -0500
 
135362
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135363
CommitDate: Wed Nov 11 23:21:48 2009 -0500
118703
135364
 
118704
135365
    Bug 591216 - Warning building resolver.o
118705
135366
 
118709
135370
 1 file changed, 4 insertions(+), 1 deletion(-)
118710
135371
 
118711
135372
commit 78e8b39b49ce47a80e70319ffaf548cda177a746
118712
 
Author: Ryan Lortie <desrt@desrt.ca>
118713
 
Date:   Wed Nov 11 22:20:11 2009 -0500
 
135373
Author:     Ryan Lortie <desrt@desrt.ca>
 
135374
AuthorDate: Wed Nov 11 22:20:11 2009 -0500
 
135375
Commit:     Ryan Lortie <desrt@desrt.ca>
 
135376
CommitDate: Wed Nov 11 22:22:41 2009 -0500
118714
135377
 
118715
135378
    GSocket.receive_message: fix bogus allocation math
118716
135379
 
118718
135381
 1 file changed, 1 insertion(+), 2 deletions(-)
118719
135382
 
118720
135383
commit 409cdb8d13225125c12f7b56293b6dd397086c29
118721
 
Author: Kjartan Maraas <kmaraas@gnome.org>
118722
 
Date:   Wed Nov 11 20:09:53 2009 +0100
 
135384
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
135385
AuthorDate: Wed Nov 11 20:09:53 2009 +0100
 
135386
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
135387
CommitDate: Wed Nov 11 20:09:53 2009 +0100
118723
135388
 
118724
135389
    Updated Norwegian bokmål translation.
118725
135390
 
118728
135393
 1 file changed, 466 insertions(+), 463 deletions(-)
118729
135394
 
118730
135395
commit e5b20a3364b831a19b6cf99f67f803da3a6b6e6b
118731
 
Author: Tor Lillqvist <tml@iki.fi>
118732
 
Date:   Tue Nov 10 14:19:59 2009 +0200
 
135396
Author:     Tor Lillqvist <tml@iki.fi>
 
135397
AuthorDate: Tue Nov 10 14:19:59 2009 +0200
 
135398
Commit:     Tor Lillqvist <tml@iki.fi>
 
135399
CommitDate: Tue Nov 10 14:22:29 2009 +0200
118733
135400
 
118734
135401
    Include all of share/gtk-doc/html to get also the gio docs
118735
135402
 
118741
135408
 1 file changed, 4 insertions(+), 5 deletions(-)
118742
135409
 
118743
135410
commit 6e86c9a6aa977331c6bd47b726aaf34398a5ad37
118744
 
Author: Tor Lillqvist <tml@iki.fi>
118745
 
Date:   Tue Nov 10 01:37:13 2009 +0200
 
135411
Author:     Tor Lillqvist <tml@iki.fi>
 
135412
AuthorDate: Tue Nov 10 01:37:13 2009 +0200
 
135413
Commit:     Tor Lillqvist <tml@iki.fi>
 
135414
CommitDate: Tue Nov 10 01:40:01 2009 +0200
118746
135415
 
118747
135416
    Avoid gcc warning about redeclaration of atexit() on MinGW
118748
135417
 
118750
135419
 1 file changed, 2 insertions(+)
118751
135420
 
118752
135421
commit a9c4320e813aa80343ed5826c51be456a5683f5f
118753
 
Author: Daniel Nylander <po@danielnylander.se>
118754
 
Date:   Sun Nov 8 22:04:51 2009 +0100
 
135422
Author:     Daniel Nylander <po@danielnylander.se>
 
135423
AuthorDate: Sun Nov 8 22:04:51 2009 +0100
 
135424
Commit:     Daniel Nylander <yeager@fatbastard.(none)>
 
135425
CommitDate: Sun Nov 8 22:04:51 2009 +0100
118755
135426
 
118756
135427
    Updated Swedish translation
118757
135428
 
118760
135431
 1 file changed, 668 insertions(+), 639 deletions(-)
118761
135432
 
118762
135433
commit e9915ee7bdde49a7c6c2c0592b96f60cf31b8383
118763
 
Author: Fran Diéguez <fran.dieguez@mabishu.com>
118764
 
Date:   Sat Nov 7 14:40:58 2009 +0100
 
135434
Author:     Fran Diéguez <fran.dieguez@mabishu.com>
 
135435
AuthorDate: Sat Nov 7 14:40:58 2009 +0100
 
135436
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
135437
CommitDate: Sat Nov 7 14:40:58 2009 +0100
118765
135438
 
118766
135439
    Updated Galician Translation
118767
135440
 
118770
135443
 1 file changed, 465 insertions(+), 453 deletions(-)
118771
135444
 
118772
135445
commit ee116a6b1c60343aafd5b10e11798adbeed0d555
118773
 
Author: Jorge González <jorgegonz@svn.gnome.org>
118774
 
Date:   Fri Nov 6 21:51:28 2009 +0100
 
135446
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
135447
AuthorDate: Fri Nov 6 21:51:28 2009 +0100
 
135448
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
135449
CommitDate: Fri Nov 6 21:51:28 2009 +0100
118775
135450
 
118776
135451
    Updated Spanish translation
118777
135452
 
118780
135455
 1 file changed, 467 insertions(+), 460 deletions(-)
118781
135456
 
118782
135457
commit 6c315c77895e7e64c5dfb08cc223ff442f924e00
118783
 
Author: Ivar Smolin <okul@linux.ee>
118784
 
Date:   Fri Nov 6 18:15:29 2009 +0200
 
135458
Author:     Ivar Smolin <okul@linux.ee>
 
135459
AuthorDate: Fri Nov 6 18:15:29 2009 +0200
 
135460
Commit:     Priit Laes <plaes@plaes.org>
 
135461
CommitDate: Fri Nov 6 18:15:29 2009 +0200
118785
135462
 
118786
135463
    Updating Estonian translation
118787
135464
 
118789
135466
 1 file changed, 8 insertions(+), 13 deletions(-)
118790
135467
 
118791
135468
commit fc0b5d735ed06fd09f6f6169965ea427d43c241b
118792
 
Author: Matej Urbančič <mateju@svn.gnome.org>
118793
 
Date:   Fri Nov 6 14:58:44 2009 +0100
 
135469
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
135470
AuthorDate: Fri Nov 6 14:58:44 2009 +0100
 
135471
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
135472
CommitDate: Fri Nov 6 14:58:44 2009 +0100
118794
135473
 
118795
135474
    Updated Slovenian translation
118796
135475
 
118799
135478
 1 file changed, 686 insertions(+), 630 deletions(-)
118800
135479
 
118801
135480
commit ef6117f78d036b956d3fe91f6a3748f64499f4c1
118802
 
Author: Stéphane Démurget <stephane.demurget@free.fr>
118803
 
Date:   Sun Oct 25 11:14:36 2009 +0100
 
135481
Author:     Stéphane Démurget <stephane.demurget@free.fr>
 
135482
AuthorDate: Sun Oct 25 11:14:36 2009 +0100
 
135483
Commit:     Alexander Larsson <alexl@redhat.com>
 
135484
CommitDate: Thu Nov 5 14:31:14 2009 +0100
118804
135485
 
118805
135486
    Bug 324930 - Nicer message for EPERM on symlink
118806
135487
 
118815
135496
 1 file changed, 4 insertions(+)
118816
135497
 
118817
135498
commit 3c57a6c7ccb38efb8fb3ecf12e9f66f113ffde19
118818
 
Author: Tor Lillqvist <tml@iki.fi>
118819
 
Date:   Wed Nov 4 23:59:18 2009 +0200
 
135499
Author:     Tor Lillqvist <tml@iki.fi>
 
135500
AuthorDate: Wed Nov 4 23:59:18 2009 +0200
 
135501
Commit:     Tor Lillqvist <tml@iki.fi>
 
135502
CommitDate: Thu Nov 5 00:04:33 2009 +0200
118820
135503
 
118821
135504
    Don't call WSAEventSelect() on -1
118822
135505
 
118828
135511
 1 file changed, 2 insertions(+), 1 deletion(-)
118829
135512
 
118830
135513
commit 0d6b1ab42a6a9026743f197f03264afdbac7fb7b
118831
 
Author: Paolo Bonzini <bonzini@gnu.org>
118832
 
Date:   Tue Nov 3 18:38:58 2009 +0200
 
135514
Author:     Paolo Bonzini <bonzini@gnu.org>
 
135515
AuthorDate: Tue Nov 3 18:38:58 2009 +0200
 
135516
Commit:     Tor Lillqvist <tml@iki.fi>
 
135517
CommitDate: Tue Nov 3 18:43:30 2009 +0200
118833
135518
 
118834
135519
    Don't run system("touch conf.glibtest)" in the AM_PATH_GLIB_2_0 macro
118835
135520
 
118843
135528
 1 file changed, 1 insertion(+), 2 deletions(-)
118844
135529
 
118845
135530
commit f6276add355388738f856201c400d1c43cedcaf2
118846
 
Author: Tor Lillqvist <tml@iki.fi>
118847
 
Date:   Tue Nov 3 18:21:19 2009 +0200
 
135531
Author:     Tor Lillqvist <tml@iki.fi>
 
135532
AuthorDate: Tue Nov 3 18:21:19 2009 +0200
 
135533
Commit:     Tor Lillqvist <tml@iki.fi>
 
135534
CommitDate: Tue Nov 3 18:21:19 2009 +0200
118848
135535
 
118849
135536
    Improve descriptive comment text
118850
135537
 
118852
135539
 1 file changed, 6 insertions(+), 2 deletions(-)
118853
135540
 
118854
135541
commit 9c292a831fac91dfe17158e3379d6ef4ad351c76
118855
 
Author: Hib Eris <hib@hiberis.nl>
118856
 
Date:   Tue Nov 3 15:06:29 2009 +0200
 
135542
Author:     Hib Eris <hib@hiberis.nl>
 
135543
AuthorDate: Tue Nov 3 15:06:29 2009 +0200
 
135544
Commit:     Tor Lillqvist <tml@iki.fi>
 
135545
CommitDate: Tue Nov 3 15:06:29 2009 +0200
118857
135546
 
118858
135547
    Fix check for C++ compiler when cross-compiling
118859
135548
 
118863
135552
 1 file changed, 1 insertion(+), 1 deletion(-)
118864
135553
 
118865
135554
commit b64ee1f02098d229ff16df9dfebdc3e3f3d76687
118866
 
Author: Carlo Bramini <carlo.bramix@libero.it>
118867
 
Date:   Tue Nov 3 14:26:25 2009 +0200
 
135555
Author:     Carlo Bramini <carlo.bramix@libero.it>
 
135556
AuthorDate: Tue Nov 3 14:26:25 2009 +0200
 
135557
Commit:     Tor Lillqvist <tml@iki.fi>
 
135558
CommitDate: Tue Nov 3 14:30:16 2009 +0200
118868
135559
 
118869
135560
    Make g_file_test() behave on Windows more like as on POSIX
118870
135561
 
118874
135565
 1 file changed, 13 insertions(+), 6 deletions(-)
118875
135566
 
118876
135567
commit 22d026d34492b27a531bc60e6edc10eec1aa61be
118877
 
Author: Thomas Thurman <tthurman@gnome.org>
118878
 
Date:   Sat Oct 31 02:49:31 2009 -0400
 
135568
Author:     Thomas Thurman <tthurman@gnome.org>
 
135569
AuthorDate: Sat Oct 31 02:49:31 2009 -0400
 
135570
Commit:     Thomas Thurman <tthurman@gnome.org>
 
135571
CommitDate: Sat Oct 31 02:49:31 2009 -0400
118879
135572
 
118880
135573
    Shavian translation
118881
135574
 
118885
135578
 2 files changed, 1969 insertions(+)
118886
135579
 
118887
135580
commit 4288ad76922da01d1f452c6c257e97008b16aaf0
118888
 
Author: Benjamin Otte <otte@gnome.org>
118889
 
Date:   Wed Oct 28 19:18:20 2009 +0100
 
135581
Author:     Benjamin Otte <otte@gnome.org>
 
135582
AuthorDate: Wed Oct 28 19:18:20 2009 +0100
 
135583
Commit:     Benjamin Otte <otte@gnome.org>
 
135584
CommitDate: Wed Oct 28 19:26:17 2009 +0100
118890
135585
 
118891
135586
    Properly nul-terminate return values from g_convert()
118892
135587
 
118907
135602
 1 file changed, 20 insertions(+), 24 deletions(-)
118908
135603
 
118909
135604
commit 5a633f82dbbce067c56fba0ee372fd341b76368d
118910
 
Author: Benjamin Otte <otte@gnome.org>
118911
 
Date:   Tue Oct 27 21:07:13 2009 +0100
 
135605
Author:     Benjamin Otte <otte@gnome.org>
 
135606
AuthorDate: Tue Oct 27 21:07:13 2009 +0100
 
135607
Commit:     Benjamin Otte <otte@gnome.org>
 
135608
CommitDate: Tue Oct 27 21:31:25 2009 +0100
118912
135609
 
118913
135610
    Clarify documentation about g_convert() nul-terminated returns
118914
135611
 
118918
135615
 1 file changed, 16 insertions(+), 6 deletions(-)
118919
135616
 
118920
135617
commit f3fbf37dd899de5d7bd61d86bed8aada479f564a
118921
 
Author: Matthias Clasen <mclasen@redhat.com>
118922
 
Date:   Sun Oct 25 02:56:13 2009 -0400
 
135618
Author:     Matthias Clasen <mclasen@redhat.com>
 
135619
AuthorDate: Sun Oct 25 02:56:13 2009 -0400
 
135620
Commit:     Matthias Clasen <mclasen@redhat.com>
 
135621
CommitDate: Sun Oct 25 02:56:13 2009 -0400
118923
135622
 
118924
135623
    Avoid a warning
118925
135624
 
118927
135626
 1 file changed, 7 insertions(+), 4 deletions(-)
118928
135627
 
118929
135628
commit e63262d49d40a36060613fb1d0ed468ca5dddc19
118930
 
Author: Matthias Clasen <mclasen@redhat.com>
118931
 
Date:   Sun Oct 25 02:55:46 2009 -0400
 
135629
Author:     Matthias Clasen <mclasen@redhat.com>
 
135630
AuthorDate: Sun Oct 25 02:55:46 2009 -0400
 
135631
Commit:     Matthias Clasen <mclasen@redhat.com>
 
135632
CommitDate: Sun Oct 25 02:55:46 2009 -0400
118932
135633
 
118933
135634
    Don't give up too early when collecting mime types
118934
135635
 
118943
135644
 2 files changed, 87 insertions(+), 23 deletions(-)
118944
135645
 
118945
135646
commit 3dab24828edd8ebfd6d6c8bb20c181fc0d5650a1
118946
 
Author: Sven Herzberg <herzi@gnome-de.org>
118947
 
Date:   Fri Oct 23 14:49:38 2009 +0200
 
135647
Author:     Sven Herzberg <herzi@gnome-de.org>
 
135648
AuthorDate: Fri Oct 23 14:49:38 2009 +0200
 
135649
Commit:     Sven Herzberg <herzi@gnome-de.org>
 
135650
CommitDate: Fri Oct 23 16:23:46 2009 +0200
118948
135651
 
118949
135652
    make sure g_set_prgname() gets called only once
118950
135653
 
118956
135659
 1 file changed, 10 insertions(+), 3 deletions(-)
118957
135660
 
118958
135661
commit d105f431b0b684ed47e1c23ca283e38e522ce545
118959
 
Author: Tor Lillqvist <tml@iki.fi>
118960
 
Date:   Fri Oct 23 00:46:50 2009 +0300
 
135662
Author:     Tor Lillqvist <tml@iki.fi>
 
135663
AuthorDate: Fri Oct 23 00:46:50 2009 +0300
 
135664
Commit:     Tor Lillqvist <tml@iki.fi>
 
135665
CommitDate: Fri Oct 23 00:46:50 2009 +0300
118961
135666
 
118962
135667
    Fix GWin32DirectoryMonitor
118963
135668
 
118971
135676
 1 file changed, 50 insertions(+), 17 deletions(-)
118972
135677
 
118973
135678
commit 8eebc189440693922e23298a761189cfbe71f796
118974
 
Author: Cody Russell <bratsche@gnome.org>
118975
 
Date:   Wed Oct 14 21:24:30 2009 -0500
 
135679
Author:     Cody Russell <bratsche@gnome.org>
 
135680
AuthorDate: Wed Oct 14 21:24:30 2009 -0500
 
135681
Commit:     Cody Russell <bratsche@gnome.org>
 
135682
CommitDate: Wed Oct 14 21:24:30 2009 -0500
118976
135683
 
118977
135684
    GTypeModule derived class unref does not unload plugin
118978
135685
 
118984
135691
 1 file changed, 3 insertions(+), 1 deletion(-)
118985
135692
 
118986
135693
commit e95a3b0576fc9426441956e4053791e197d4f421
118987
 
Author: Tomas Bzatek <tbzatek@redhat.com>
118988
 
Date:   Tue Oct 13 16:21:42 2009 +0200
 
135694
Author:     Tomas Bzatek <tbzatek@redhat.com>
 
135695
AuthorDate: Tue Oct 13 16:21:42 2009 +0200
 
135696
Commit:     Tomas Bzatek <tbzatek@redhat.com>
 
135697
CommitDate: Tue Oct 13 16:21:42 2009 +0200
118989
135698
 
118990
135699
    Documentation fixes
118991
135700
 
118995
135704
 3 files changed, 5 insertions(+), 2 deletions(-)
118996
135705
 
118997
135706
commit 443674faaa0c6c79492732fd56360faeca06e9ab
118998
 
Author: Tor Lillqvist <tml@iki.fi>
118999
 
Date:   Mon Oct 12 00:18:48 2009 +0300
 
135707
Author:     Tor Lillqvist <tml@iki.fi>
 
135708
AuthorDate: Mon Oct 12 00:18:48 2009 +0300
 
135709
Commit:     Tor Lillqvist <tml@iki.fi>
 
135710
CommitDate: Mon Oct 12 00:20:28 2009 +0300
119000
135711
 
119001
135712
    Construct the gio module directory pathname at run-time on Windows
119002
135713
 
119004
135715
 1 file changed, 33 insertions(+)
119005
135716
 
119006
135717
commit 2a3710872f8bfc1c95dc8044c92c9ce020adad40
119007
 
Author: Alexander Larsson <alexl@redhat.com>
119008
 
Date:   Thu Oct 8 11:59:23 2009 +0200
 
135718
Author:     Alexander Larsson <alexl@redhat.com>
 
135719
AuthorDate: Thu Oct 8 11:59:23 2009 +0200
 
135720
Commit:     Alexander Larsson <alexl@redhat.com>
 
135721
CommitDate: Thu Oct 8 12:02:52 2009 +0200
119009
135722
 
119010
135723
    xdgmime: sort glob hits with larger weight first
119011
135724
 
119017
135730
 2 files changed, 2 insertions(+), 2 deletions(-)
119018
135731
 
119019
135732
commit d9b87676fa8f0340a9baa2001ae912192e12d4c6
119020
 
Author: Ivar Smolin <okul@linux.ee>
119021
 
Date:   Thu Oct 8 09:56:25 2009 +0300
 
135733
Author:     Ivar Smolin <okul@linux.ee>
 
135734
AuthorDate: Thu Oct 8 09:56:25 2009 +0300
 
135735
Commit:     Priit Laes <plaes@plaes.org>
 
135736
CommitDate: Thu Oct 8 09:56:25 2009 +0300
119022
135737
 
119023
135738
    Updating Estonian translation
119024
135739
 
119027
135742
 1 file changed, 11 insertions(+), 466 deletions(-)
119028
135743
 
119029
135744
commit 3daaa459e332c62972c8792453e0a841157ecf11
119030
 
Author: Matthias Clasen <mclasen@redhat.com>
119031
 
Date:   Wed Oct 7 10:31:19 2009 -0400
 
135745
Author:     Matthias Clasen <mclasen@redhat.com>
 
135746
AuthorDate: Wed Oct 7 10:31:19 2009 -0400
 
135747
Commit:     Matthias Clasen <mclasen@redhat.com>
 
135748
CommitDate: Wed Oct 7 10:31:19 2009 -0400
119032
135749
 
119033
135750
    Bump version
119034
135751
 
119036
135753
 1 file changed, 2 insertions(+), 2 deletions(-)
119037
135754
 
119038
135755
commit f814174371cbc61404012720c49485bc4d66feba
119039
 
Author: Matthias Clasen <mclasen@redhat.com>
119040
 
Date:   Wed Oct 7 10:29:32 2009 -0400
 
135756
Author:     Matthias Clasen <mclasen@redhat.com>
 
135757
AuthorDate: Wed Oct 7 10:29:32 2009 -0400
 
135758
Commit:     Matthias Clasen <mclasen@redhat.com>
 
135759
CommitDate: Wed Oct 7 10:29:32 2009 -0400
119041
135760
 
119042
135761
    2.22.2
119043
135762
 
119135
135854
 90 files changed, 553 insertions(+), 564 deletions(-)
119136
135855
 
119137
135856
commit 3d76112aed79b590b79899e46610ce7b2ecffc53
119138
 
Author: Matthias Clasen <mclasen@redhat.com>
119139
 
Date:   Wed Oct 7 09:28:19 2009 -0400
 
135857
Author:     Matthias Clasen <mclasen@redhat.com>
 
135858
AuthorDate: Wed Oct 7 09:28:19 2009 -0400
 
135859
Commit:     Matthias Clasen <mclasen@redhat.com>
 
135860
CommitDate: Wed Oct 7 09:28:19 2009 -0400
119140
135861
 
119141
135862
    Updates
119142
135863
 
119144
135865
 1 file changed, 18 insertions(+), 1 deletion(-)
119145
135866
 
119146
135867
commit 855deaa5780bfef3f6e8b3a41d00d6c7e40ca406
119147
 
Author: Cody Russell <bratsche@gnome.org>
119148
 
Date:   Tue Oct 6 12:27:12 2009 -0400
 
135868
Author:     Cody Russell <bratsche@gnome.org>
 
135869
AuthorDate: Tue Oct 6 12:27:12 2009 -0400
 
135870
Commit:     Cody Russell <bratsche@gnome.org>
 
135871
CommitDate: Tue Oct 6 12:27:12 2009 -0400
119149
135872
 
119150
135873
    g_object_unref racy condition can lead to crash
119151
135874
 
119160
135883
 1 file changed, 9 insertions(+), 3 deletions(-)
119161
135884
 
119162
135885
commit afa0db59df9b28d9ae8da9539f629165cc8490f3
119163
 
Author: Leonid Kanter <leon@asplinux.ru>
119164
 
Date:   Tue Oct 6 11:52:48 2009 +0300
 
135886
Author:     Leonid Kanter <leon@asplinux.ru>
 
135887
AuthorDate: Tue Oct 6 11:52:48 2009 +0300
 
135888
Commit:     Leonid Kanter <leon@asplinux.ru>
 
135889
CommitDate: Tue Oct 6 11:52:48 2009 +0300
119165
135890
 
119166
135891
    Updated Russian translation by <vicanis@gmail.com>
119167
135892
 
119170
135895
 1 file changed, 533 insertions(+), 539 deletions(-)
119171
135896
 
119172
135897
commit 68b1ca04433846b68141a72029ed67ae117a7e94
119173
 
Author: Edward Hervey <bilboed@bilboed.com>
119174
 
Date:   Sat Oct 3 12:37:36 2009 +0200
 
135898
Author:     Edward Hervey <bilboed@bilboed.com>
 
135899
AuthorDate: Sat Oct 3 12:37:36 2009 +0200
 
135900
Commit:     Edward Hervey <bilboed@bilboed.com>
 
135901
CommitDate: Sat Oct 3 16:17:17 2009 +0200
119175
135902
 
119176
135903
    gobject/gtype.h: Fix _G_TYPE_CVH macro. Fixes #597194
119177
135904
 
119181
135908
 1 file changed, 1 insertion(+), 1 deletion(-)
119182
135909
 
119183
135910
commit 1937765f9f9052a870cfd924b18e08aa8901a8f2
119184
 
Author: Alexander Larsson <alexl@redhat.com>
119185
 
Date:   Wed Aug 19 17:24:16 2009 +0200
 
135911
Author:     Alexander Larsson <alexl@redhat.com>
 
135912
AuthorDate: Wed Aug 19 17:24:16 2009 +0200
 
135913
Commit:     Alexander Larsson <alexl@redhat.com>
 
135914
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119186
135915
 
119187
135916
    Add fast path for construction with no params
119188
135917
 
119202
135931
 1 file changed, 13 insertions(+), 1 deletion(-)
119203
135932
 
119204
135933
commit ffc625ec9bcc4b2d34921940c07b28d244f2257a
119205
 
Author: Alexander Larsson <alexl@redhat.com>
119206
 
Date:   Wed Aug 19 17:22:32 2009 +0200
 
135934
Author:     Alexander Larsson <alexl@redhat.com>
 
135935
AuthorDate: Wed Aug 19 17:22:32 2009 +0200
 
135936
Commit:     Alexander Larsson <alexl@redhat.com>
 
135937
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119207
135938
 
119208
135939
    Don't freeze/thaw notification during construction if no properties
119209
135940
 
119223
135954
 1 file changed, 25 insertions(+), 12 deletions(-)
119224
135955
 
119225
135956
commit 302d13a757c164346883841ce040208906894b71
119226
 
Author: Alexander Larsson <alexl@redhat.com>
119227
 
Date:   Fri Oct 2 19:27:48 2009 +0200
 
135957
Author:     Alexander Larsson <alexl@redhat.com>
 
135958
AuthorDate: Fri Oct 2 19:27:48 2009 +0200
 
135959
Commit:     Alexander Larsson <alexl@redhat.com>
 
135960
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119228
135961
 
119229
135962
    Add a check that no properties are added after a class is derived
119230
135963
 
119236
135969
 1 file changed, 14 insertions(+)
119237
135970
 
119238
135971
commit 39a1fe5782c15873ab18b8d3d76adfcbd70dc6dd
119239
 
Author: Alexander Larsson <alexl@redhat.com>
119240
 
Date:   Wed Aug 19 17:21:18 2009 +0200
 
135972
Author:     Alexander Larsson <alexl@redhat.com>
 
135973
AuthorDate: Wed Aug 19 17:21:18 2009 +0200
 
135974
Commit:     Alexander Larsson <alexl@redhat.com>
 
135975
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119241
135976
 
119242
135977
    Add GObjectClass flag CLASS_HAS_PROPS_FLAG
119243
135978
 
119250
135985
 1 file changed, 6 insertions(+)
119251
135986
 
119252
135987
commit 301d52d858b8e7d4b804b893dc2f740aaa0d5aa5
119253
 
Author: Alexander Larsson <alexl@redhat.com>
119254
 
Date:   Wed Aug 19 17:17:41 2009 +0200
 
135988
Author:     Alexander Larsson <alexl@redhat.com>
 
135989
AuthorDate: Wed Aug 19 17:17:41 2009 +0200
 
135990
Commit:     Alexander Larsson <alexl@redhat.com>
 
135991
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119255
135992
 
119256
135993
    Add flags member for GObjectClass
119257
135994
 
119261
135998
 1 file changed, 3 insertions(+), 1 deletion(-)
119262
135999
 
119263
136000
commit af017accc55aff3d6f28df0a41724e93fca71ff4
119264
 
Author: Alexander Larsson <alexl@redhat.com>
119265
 
Date:   Wed Aug 19 15:48:19 2009 +0200
 
136001
Author:     Alexander Larsson <alexl@redhat.com>
 
136002
AuthorDate: Wed Aug 19 15:48:19 2009 +0200
 
136003
Commit:     Alexander Larsson <alexl@redhat.com>
 
136004
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119266
136005
 
119267
136006
    Allocate GObjectNotifyQueue with g_slice instead of abusing g_list
119268
136007
 
119282
136021
 1 file changed, 2 insertions(+), 7 deletions(-)
119283
136022
 
119284
136023
commit f4d9789fcfc4c9be497414d6c65476adb9d20236
119285
 
Author: Alexander Larsson <alexl@redhat.com>
119286
 
Date:   Wed Sep 9 17:08:57 2009 +0200
 
136024
Author:     Alexander Larsson <alexl@redhat.com>
 
136025
AuthorDate: Wed Sep 9 17:08:57 2009 +0200
 
136026
Commit:     Alexander Larsson <alexl@redhat.com>
 
136027
CommitDate: Fri Oct 2 21:02:48 2009 +0200
119287
136028
 
119288
136029
    Add gobject performance tests for threaded code
119289
136030
 
119296
136037
 2 files changed, 383 insertions(+)
119297
136038
 
119298
136039
commit b1f94af095bde6a9a695ce7b19425a62288ee0ee
119299
 
Author: Alexander Larsson <alexl@redhat.com>
119300
 
Date:   Thu Aug 20 14:34:51 2009 +0200
 
136040
Author:     Alexander Larsson <alexl@redhat.com>
 
136041
AuthorDate: Thu Aug 20 14:34:51 2009 +0200
 
136042
Commit:     Alexander Larsson <alexl@redhat.com>
 
136043
CommitDate: Fri Oct 2 21:02:23 2009 +0200
119301
136044
 
119302
136045
    Add performance tests for GObject primitives
119303
136046
 
119349
136092
 3 files changed, 744 insertions(+)
119350
136093
 
119351
136094
commit 07ad638adff596ccd4bc2ec003be692059210357
119352
 
Author: Alexander Larsson <alexl@redhat.com>
119353
 
Date:   Fri Oct 2 12:54:18 2009 +0200
 
136095
Author:     Alexander Larsson <alexl@redhat.com>
 
136096
AuthorDate: Fri Oct 2 12:54:18 2009 +0200
 
136097
Commit:     Alexander Larsson <alexl@redhat.com>
 
136098
CommitDate: Fri Oct 2 12:55:54 2009 +0200
119354
136099
 
119355
136100
    remove xdgmime test
119356
136101
 
119363
136108
 2 files changed, 201 deletions(-)
119364
136109
 
119365
136110
commit c7c0bcef893ca99609b102b42be5f871b9524a92
119366
 
Author: Alexander Larsson <alexl@redhat.com>
119367
 
Date:   Fri Oct 2 12:06:25 2009 +0200
 
136111
Author:     Alexander Larsson <alexl@redhat.com>
 
136112
AuthorDate: Fri Oct 2 12:06:25 2009 +0200
 
136113
Commit:     Alexander Larsson <alexl@redhat.com>
 
136114
CommitDate: Fri Oct 2 12:55:54 2009 +0200
119368
136115
 
119369
136116
    xdgmime - Correct the range checks for magic matching
119370
136117
 
119372
136119
 1 file changed, 1 insertion(+), 1 deletion(-)
119373
136120
 
119374
136121
commit 2624e7d6c6ddc5ad93caa7ce609092b6b54cb6d2
119375
 
Author: Alexander Larsson <alexl@redhat.com>
119376
 
Date:   Fri Oct 2 12:06:15 2009 +0200
 
136122
Author:     Alexander Larsson <alexl@redhat.com>
 
136123
AuthorDate: Fri Oct 2 12:06:15 2009 +0200
 
136124
Commit:     Alexander Larsson <alexl@redhat.com>
 
136125
CommitDate: Fri Oct 2 12:55:54 2009 +0200
119377
136126
 
119378
136127
    Remove unnecessary includes
119379
136128
 
119382
136131
 2 files changed, 2 deletions(-)
119383
136132
 
119384
136133
commit e1643fd76daf66ccffd9e6818e4f4ec8272e2a51
119385
 
Author: Alexander Larsson <alexl@redhat.com>
119386
 
Date:   Fri Oct 2 09:49:51 2009 +0200
 
136134
Author:     Alexander Larsson <alexl@redhat.com>
 
136135
AuthorDate: Fri Oct 2 09:49:51 2009 +0200
 
136136
Commit:     Alexander Larsson <alexl@redhat.com>
 
136137
CommitDate: Fri Oct 2 12:55:54 2009 +0200
119387
136138
 
119388
136139
    xdgmime - support the new case sensitive flag
119389
136140
 
119394
136145
 2 files changed, 136 insertions(+), 36 deletions(-)
119395
136146
 
119396
136147
commit 7c27df1feeea1d6ab8b927285cecc4ac34db8b06
119397
 
Author: Alexander Larsson <alexl@redhat.com>
119398
 
Date:   Fri Oct 2 09:48:35 2009 +0200
 
136148
Author:     Alexander Larsson <alexl@redhat.com>
 
136149
AuthorDate: Fri Oct 2 09:48:35 2009 +0200
 
136150
Commit:     Alexander Larsson <alexl@redhat.com>
 
136151
CommitDate: Fri Oct 2 12:55:54 2009 +0200
119399
136152
 
119400
136153
    xdgmime - support cache files with minor version 2
119401
136154
 
119403
136156
 1 file changed, 8 insertions(+), 2 deletions(-)
119404
136157
 
119405
136158
commit ce239a010e29c91f683dae354060f6ec6213e148
119406
 
Author: Alexander Larsson <alexl@redhat.com>
119407
 
Date:   Fri Oct 2 09:46:33 2009 +0200
 
136159
Author:     Alexander Larsson <alexl@redhat.com>
 
136160
AuthorDate: Fri Oct 2 09:46:33 2009 +0200
 
136161
Commit:     Alexander Larsson <alexl@redhat.com>
 
136162
CommitDate: Fri Oct 2 12:55:54 2009 +0200
119408
136163
 
119409
136164
    Read the new glob2 format with case sensitive flags
119410
136165
 
119415
136170
 3 files changed, 66 insertions(+), 27 deletions(-)
119416
136171
 
119417
136172
commit 5e4a895bb37271169cb8c055d9ce1e3efe6ca525
119418
 
Author: Tor Lillqvist <tml@iki.fi>
119419
 
Date:   Fri Oct 2 12:43:21 2009 +0300
 
136173
Author:     Tor Lillqvist <tml@iki.fi>
 
136174
AuthorDate: Fri Oct 2 12:43:21 2009 +0300
 
136175
Commit:     Tor Lillqvist <tml@iki.fi>
 
136176
CommitDate: Fri Oct 2 12:43:21 2009 +0300
119420
136177
 
119421
136178
    Drop the VS8 project files from tarballs as they are unmaintained
119422
136179
 
119424
136181
 1 file changed, 1 deletion(-)
119425
136182
 
119426
136183
commit e5734fb87563181ee9f1f2827cb49d81e8ea28a7
119427
 
Author: Pierre A. Joye <pierre.php@gmail.com>
119428
 
Date:   Fri Oct 2 12:34:44 2009 +0300
 
136184
Author:     Pierre A. Joye <pierre.php@gmail.com>
 
136185
AuthorDate: Fri Oct 2 12:34:44 2009 +0300
 
136186
Commit:     Tor Lillqvist <tml@iki.fi>
 
136187
CommitDate: Fri Oct 2 12:34:44 2009 +0300
119429
136188
 
119430
136189
    Update VS9 project files to fix build
119431
136190
 
119442
136201
 7 files changed, 122 insertions(+), 10 deletions(-)
119443
136202
 
119444
136203
commit e9fe53980b0ce8480c483774961b93388f3a55fe
119445
 
Author: Matthias Clasen <mclasen@redhat.com>
119446
 
Date:   Tue Sep 29 23:06:45 2009 -0400
 
136204
Author:     Matthias Clasen <mclasen@redhat.com>
 
136205
AuthorDate: Tue Sep 29 23:06:45 2009 -0400
 
136206
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136207
CommitDate: Tue Sep 29 23:08:03 2009 -0400
119447
136208
 
119448
136209
    Fix --runtime-libdir option
119449
136210
 
119458
136219
 5 files changed, 10 insertions(+), 10 deletions(-)
119459
136220
 
119460
136221
commit eeaf8c51209cbd11573adf6f6ba0d34f85920b1f
119461
 
Author: Matthias Clasen <mclasen@redhat.com>
119462
 
Date:   Tue Sep 29 22:07:04 2009 -0400
 
136222
Author:     Matthias Clasen <mclasen@redhat.com>
 
136223
AuthorDate: Tue Sep 29 22:07:04 2009 -0400
 
136224
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136225
CommitDate: Tue Sep 29 23:08:03 2009 -0400
119463
136226
 
119464
136227
    Bump version
119465
136228
 
119467
136230
 1 file changed, 2 insertions(+), 2 deletions(-)
119468
136231
 
119469
136232
commit fffc3d41bd0968c37fd3edddf35a555fe91151d3
119470
 
Author: Matthias Clasen <mclasen@redhat.com>
119471
 
Date:   Tue Sep 29 22:05:27 2009 -0400
 
136233
Author:     Matthias Clasen <mclasen@redhat.com>
 
136234
AuthorDate: Tue Sep 29 22:05:27 2009 -0400
 
136235
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136236
CommitDate: Tue Sep 29 23:08:03 2009 -0400
119472
136237
 
119473
136238
    2.22.1
119474
136239
 
119565
136330
 88 files changed, 3278 insertions(+), 3765 deletions(-)
119566
136331
 
119567
136332
commit 82c6bf7d8c6abeda6dff80e5b754411398232cc3
119568
 
Author: Matthias Clasen <mclasen@redhat.com>
119569
 
Date:   Tue Sep 29 21:16:53 2009 -0400
 
136333
Author:     Matthias Clasen <mclasen@redhat.com>
 
136334
AuthorDate: Tue Sep 29 21:16:53 2009 -0400
 
136335
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136336
CommitDate: Tue Sep 29 23:08:02 2009 -0400
119570
136337
 
119571
136338
    Updates
119572
136339
 
119574
136341
 1 file changed, 17 insertions(+)
119575
136342
 
119576
136343
commit 0c88408218050b9a239e90d6585731aeb1a1c181
119577
 
Author: Miloš Popović <mpopovic@src.gnome.org>
119578
 
Date:   Wed Sep 30 03:05:31 2009 +0000
 
136344
Author:     Miloš Popović <mpopovic@src.gnome.org>
 
136345
AuthorDate: Wed Sep 30 03:05:31 2009 +0000
 
136346
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
136347
CommitDate: Wed Sep 30 03:05:31 2009 +0000
119579
136348
 
119580
136349
    Updated Serbian translation
119581
136350
 
119584
136353
 2 files changed, 6 deletions(-)
119585
136354
 
119586
136355
commit b0adce8ab454c2c8e8da47019d510eac405e2452
119587
 
Author: Miloš Popović <mpopovic@src.gnome.org>
119588
 
Date:   Wed Sep 30 03:04:05 2009 +0000
 
136356
Author:     Miloš Popović <mpopovic@src.gnome.org>
 
136357
AuthorDate: Wed Sep 30 03:04:05 2009 +0000
 
136358
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
136359
CommitDate: Wed Sep 30 03:04:05 2009 +0000
119589
136360
 
119590
136361
    Updated Serbian translation
119591
136362
 
119593
136364
 1 file changed, 5 insertions(+), 6 deletions(-)
119594
136365
 
119595
136366
commit b38f091b99adf4326001d5218d9e52bd1df8d800
119596
 
Author: Miloš Popović <mpopovic@src.gnome.org>
119597
 
Date:   Wed Sep 30 03:02:15 2009 +0000
 
136367
Author:     Miloš Popović <mpopovic@src.gnome.org>
 
136368
AuthorDate: Wed Sep 30 03:02:15 2009 +0000
 
136369
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
136370
CommitDate: Wed Sep 30 03:02:15 2009 +0000
119598
136371
 
119599
136372
    Updated Serbian translation
119600
136373
 
119605
136378
 2 files changed, 283 insertions(+), 269 deletions(-)
119606
136379
 
119607
136380
commit 0c652dc66e09a358c738492e0eb857fef56c6254
119608
 
Author: Matthias Clasen <mclasen@redhat.com>
119609
 
Date:   Tue Sep 29 20:57:45 2009 -0400
 
136381
Author:     Matthias Clasen <mclasen@redhat.com>
 
136382
AuthorDate: Tue Sep 29 20:57:45 2009 -0400
 
136383
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136384
CommitDate: Tue Sep 29 20:57:45 2009 -0400
119610
136385
 
119611
136386
    Don't mark test files for translation
119612
136387
 
119617
136392
 2 files changed, 1 insertion(+), 1 deletion(-)
119618
136393
 
119619
136394
commit 6555e0171d6f9619b0f49109868fe99162ffbb72
119620
 
Author: Matthias Clasen <mclasen@redhat.com>
119621
 
Date:   Tue Sep 29 20:52:26 2009 -0400
 
136395
Author:     Matthias Clasen <mclasen@redhat.com>
 
136396
AuthorDate: Tue Sep 29 20:52:26 2009 -0400
 
136397
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136398
CommitDate: Tue Sep 29 20:52:26 2009 -0400
119622
136399
 
119623
136400
    Fix mime_info_cache_dir_add_desktop_entries
119624
136401
 
119629
136406
 1 file changed, 1 insertion(+), 1 deletion(-)
119630
136407
 
119631
136408
commit 2f93bea177a980b8ae750c07f3b269c9bea7ac25
119632
 
Author: Matthias Clasen <mclasen@redhat.com>
119633
 
Date:   Tue Sep 29 20:45:26 2009 -0400
 
136409
Author:     Matthias Clasen <mclasen@redhat.com>
 
136410
AuthorDate: Tue Sep 29 20:45:26 2009 -0400
 
136411
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136412
CommitDate: Tue Sep 29 20:45:26 2009 -0400
119634
136413
 
119635
136414
    Avoid a C99ism
119636
136415
 
119641
136420
 1 file changed, 3 insertions(+), 3 deletions(-)
119642
136421
 
119643
136422
commit 442dadf3118cf3e2e9617461eb045f61483d58fc
119644
 
Author: Matthias Clasen <mclasen@redhat.com>
119645
 
Date:   Tue Sep 29 20:39:39 2009 -0400
 
136423
Author:     Matthias Clasen <mclasen@redhat.com>
 
136424
AuthorDate: Tue Sep 29 20:39:39 2009 -0400
 
136425
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136426
CommitDate: Tue Sep 29 20:39:39 2009 -0400
119646
136427
 
119647
136428
    Improve docs for g_utf16_to_utf8
119648
136429
 
119653
136434
 1 file changed, 11 insertions(+), 5 deletions(-)
119654
136435
 
119655
136436
commit 5fdb169b72b749218766e507deab491c5f5b0d9e
119656
 
Author: Matthias Clasen <mclasen@redhat.com>
119657
 
Date:   Tue Sep 29 20:33:39 2009 -0400
 
136437
Author:     Matthias Clasen <mclasen@redhat.com>
 
136438
AuthorDate: Tue Sep 29 20:33:39 2009 -0400
 
136439
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136440
CommitDate: Tue Sep 29 20:33:39 2009 -0400
119658
136441
 
119659
136442
    Clarify docs of g_async_result_get_source_object
119660
136443
 
119664
136447
 1 file changed, 6 insertions(+), 5 deletions(-)
119665
136448
 
119666
136449
commit 90e1308809805691713edf8f651e80a063f9b66f
119667
 
Author: Alexander Larsson <alexl@redhat.com>
119668
 
Date:   Tue Sep 29 11:25:13 2009 +0200
 
136450
Author:     Alexander Larsson <alexl@redhat.com>
 
136451
AuthorDate: Tue Sep 29 11:25:13 2009 +0200
 
136452
Commit:     Alexander Larsson <alexl@redhat.com>
 
136453
CommitDate: Tue Sep 29 11:27:15 2009 +0200
119669
136454
 
119670
136455
    Avoid critical error in thread check if source is destroyed
119671
136456
 
119681
136466
 1 file changed, 1 insertion(+), 1 deletion(-)
119682
136467
 
119683
136468
commit 10c7b3a17e00283907139a19f1c6054f85a5d3a8
119684
 
Author: Jamil Ahmed <itsjamil@gmail.com>
119685
 
Date:   Tue Sep 29 04:01:37 2009 +0700
 
136469
Author:     Jamil Ahmed <itsjamil@gmail.com>
 
136470
AuthorDate: Tue Sep 29 04:01:37 2009 +0700
 
136471
Commit:     Jamil Ahmed <itsjamil@gmail.com>
 
136472
CommitDate: Tue Sep 29 04:01:37 2009 +0700
119686
136473
 
119687
136474
    Updated Bengali translation
119688
136475
 
119691
136478
 1 file changed, 951 insertions(+), 1016 deletions(-)
119692
136479
 
119693
136480
commit 6f1ce483eb136159f42b7dde3aa4466ba3e874c1
119694
 
Author: Alexander Larsson <alexl@redhat.com>
119695
 
Date:   Mon Sep 28 15:55:44 2009 +0200
 
136481
Author:     Alexander Larsson <alexl@redhat.com>
 
136482
AuthorDate: Mon Sep 28 15:55:44 2009 +0200
 
136483
Commit:     Alexander Larsson <alexl@redhat.com>
 
136484
CommitDate: Mon Sep 28 15:55:44 2009 +0200
119696
136485
 
119697
136486
    Always report metadata on the path, not symlink target
119698
136487
 
119711
136500
 1 file changed, 1 insertion(+), 10 deletions(-)
119712
136501
 
119713
136502
commit 70027bf0928e7960c3ff78ce4a92aaad20ee899e
119714
 
Author: Alexander Larsson <alexl@redhat.com>
119715
 
Date:   Fri Sep 25 09:50:49 2009 +0200
 
136503
Author:     Alexander Larsson <alexl@redhat.com>
 
136504
AuthorDate: Fri Sep 25 09:50:49 2009 +0200
 
136505
Commit:     Alexander Larsson <alexl@redhat.com>
 
136506
CommitDate: Mon Sep 28 15:48:17 2009 +0200
119716
136507
 
119717
136508
    Fix up cast in gdb macros
119718
136509
 
119722
136513
 1 file changed, 1 insertion(+), 1 deletion(-)
119723
136514
 
119724
136515
commit e657dee578cc7b70c6a33fcb626e5d5aed4d82f3
119725
 
Author: Alexander Larsson <alexl@redhat.com>
119726
 
Date:   Fri Sep 25 09:49:49 2009 +0200
 
136516
Author:     Alexander Larsson <alexl@redhat.com>
 
136517
AuthorDate: Fri Sep 25 09:49:49 2009 +0200
 
136518
Commit:     Alexander Larsson <alexl@redhat.com>
 
136519
CommitDate: Mon Sep 28 15:48:17 2009 +0200
119727
136520
 
119728
136521
    Use right soname for gdb autoloaded python files
119729
136522
 
119735
136528
 2 files changed, 2 insertions(+), 2 deletions(-)
119736
136529
 
119737
136530
commit 660035479bc6583abc311cd4d43136fa447a95d6
119738
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
119739
 
Date:   Fri Sep 25 10:39:58 2009 +0300
 
136531
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
136532
AuthorDate: Fri Sep 25 10:39:58 2009 +0300
 
136533
Commit:     Mark Krapivner <mark125@gmail.com>
 
136534
CommitDate: Fri Sep 25 10:39:58 2009 +0300
119740
136535
 
119741
136536
    Updated Hebrew translation
119742
136537
 
119745
136540
 1 file changed, 469 insertions(+), 464 deletions(-)
119746
136541
 
119747
136542
commit cc95c60c69af5e25e9c9eae11f68ba2436a0e6b0
119748
 
Author: Matthias Clasen <mclasen@redhat.com>
119749
 
Date:   Thu Sep 24 10:26:46 2009 -0400
 
136543
Author:     Matthias Clasen <mclasen@redhat.com>
 
136544
AuthorDate: Thu Sep 24 10:26:46 2009 -0400
 
136545
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136546
CommitDate: Thu Sep 24 10:26:46 2009 -0400
119750
136547
 
119751
136548
    Fix location of gdb macros
119752
136549
 
119760
136557
 3 files changed, 7 insertions(+), 5 deletions(-)
119761
136558
 
119762
136559
commit dcee4d4a66112a357626a6e2b1f749a24e41068a
119763
 
Author: Matthias Clasen <mclasen@redhat.com>
119764
 
Date:   Tue Sep 22 17:10:32 2009 -0400
 
136560
Author:     Matthias Clasen <mclasen@redhat.com>
 
136561
AuthorDate: Tue Sep 22 17:10:32 2009 -0400
 
136562
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136563
CommitDate: Thu Sep 24 10:25:54 2009 -0400
119765
136564
 
119766
136565
    Bump version
119767
136566
 
119769
136568
 1 file changed, 2 insertions(+), 2 deletions(-)
119770
136569
 
119771
136570
commit cc4970cf9426ae4c929ccd859585a29fb9d243c8
119772
 
Author: Josselin Mouette <joss@debian.org>
119773
 
Date:   Wed Sep 23 18:39:45 2009 +0200
 
136571
Author:     Josselin Mouette <joss@debian.org>
 
136572
AuthorDate: Wed Sep 23 18:39:45 2009 +0200
 
136573
Commit:     Josselin Mouette <joss@debian.org>
 
136574
CommitDate: Wed Sep 23 18:39:45 2009 +0200
119774
136575
 
119775
136576
    Fall back to inotify_init if inotify_init1 does not work
119776
136577
 
119784
136585
 1 file changed, 3 insertions(+), 1 deletion(-)
119785
136586
 
119786
136587
commit 1a4763e6ef8e4da2a5118a00ce567e00704979cd
119787
 
Author: Tor Lillqvist <tml@iki.fi>
119788
 
Date:   Wed Sep 23 09:33:48 2009 +0300
 
136588
Author:     Tor Lillqvist <tml@iki.fi>
 
136589
AuthorDate: Wed Sep 23 09:33:48 2009 +0300
 
136590
Commit:     Tor Lillqvist <tml@iki.fi>
 
136591
CommitDate: Wed Sep 23 09:33:48 2009 +0300
119789
136592
 
119790
136593
    Parse libtoolize --version more carefully
119791
136594
 
119797
136600
 1 file changed, 4 insertions(+), 1 deletion(-)
119798
136601
 
119799
136602
commit 4c633ff0b58db039a29801d5039cc2756db90bbb
119800
 
Author: Matthias Clasen <mclasen@redhat.com>
119801
 
Date:   Tue Sep 22 16:57:08 2009 -0400
 
136603
Author:     Matthias Clasen <mclasen@redhat.com>
 
136604
AuthorDate: Tue Sep 22 16:57:08 2009 -0400
 
136605
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136606
CommitDate: Tue Sep 22 16:57:08 2009 -0400
119802
136607
 
119803
136608
    2.22.0
119804
136609
 
119904
136709
 96 files changed, 19793 insertions(+), 19818 deletions(-)
119905
136710
 
119906
136711
commit 9203da305b1c840ebafe7d95f2e937348be0f333
119907
 
Author: Matthias Clasen <mclasen@redhat.com>
119908
 
Date:   Tue Sep 22 12:36:50 2009 -0400
 
136712
Author:     Matthias Clasen <mclasen@redhat.com>
 
136713
AuthorDate: Tue Sep 22 12:36:50 2009 -0400
 
136714
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136715
CommitDate: Tue Sep 22 12:36:50 2009 -0400
119909
136716
 
119910
136717
    some doc updates
119911
136718
 
119913
136720
 1 file changed, 3 insertions(+)
119914
136721
 
119915
136722
commit 3413e758eb4fb15559e9da1b38efd59fcca81401
119916
 
Author: Matthias Clasen <mclasen@redhat.com>
119917
 
Date:   Tue Sep 22 10:37:05 2009 -0400
 
136723
Author:     Matthias Clasen <mclasen@redhat.com>
 
136724
AuthorDate: Tue Sep 22 10:37:05 2009 -0400
 
136725
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136726
CommitDate: Tue Sep 22 10:37:05 2009 -0400
119918
136727
 
119919
136728
    Updates
119920
136729
 
119922
136731
 1 file changed, 50 insertions(+)
119923
136732
 
119924
136733
commit 74326a38658ebb9dbd59c9d8899a0bbb646301e5
119925
 
Author: Matthias Clasen <mclasen@redhat.com>
119926
 
Date:   Tue Sep 22 09:41:04 2009 -0400
 
136734
Author:     Matthias Clasen <mclasen@redhat.com>
 
136735
AuthorDate: Tue Sep 22 09:41:04 2009 -0400
 
136736
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136737
CommitDate: Tue Sep 22 09:41:04 2009 -0400
119927
136738
 
119928
136739
    Set version to 2.22.0
119929
136740
 
119931
136742
 1 file changed, 2 insertions(+), 2 deletions(-)
119932
136743
 
119933
136744
commit 01ccc9e3bac498e714087b2be543442aa2eadcaa
119934
 
Author: Matej Urbančič <mateju@svn.gnome.org>
119935
 
Date:   Tue Sep 22 12:21:02 2009 +0200
 
136745
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
136746
AuthorDate: Tue Sep 22 12:21:02 2009 +0200
 
136747
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
136748
CommitDate: Tue Sep 22 12:21:02 2009 +0200
119936
136749
 
119937
136750
    Updated Slovenian translation
119938
136751
 
119940
136753
 1 file changed, 4 insertions(+), 5 deletions(-)
119941
136754
 
119942
136755
commit 1c46514d5e072f3baee0145798e023610e895ab2
119943
 
Author: Matej Urbančič <mateju@svn.gnome.org>
119944
 
Date:   Tue Sep 22 12:15:38 2009 +0200
 
136756
Author:     Matej Urbančič <mateju@svn.gnome.org>
 
136757
AuthorDate: Tue Sep 22 12:15:38 2009 +0200
 
136758
Commit:     Matej Urbančič <mateju@svn.gnome.org>
 
136759
CommitDate: Tue Sep 22 12:15:38 2009 +0200
119945
136760
 
119946
136761
    Updated Slovenian translation
119947
136762
 
119950
136765
 1 file changed, 740 insertions(+), 699 deletions(-)
119951
136766
 
119952
136767
commit c755a7fd11ca5f865f6ccd477e0f4db3799161fa
119953
 
Author: Mart Raudsepp <leio@gentoo.org>
119954
 
Date:   Sun Sep 13 04:42:33 2009 +0300
 
136768
Author:     Mart Raudsepp <leio@gentoo.org>
 
136769
AuthorDate: Sun Sep 13 04:42:33 2009 +0300
 
136770
Commit:     Mart Raudsepp <leio@gentoo.org>
 
136771
CommitDate: Tue Sep 22 11:22:44 2009 +0300
119955
136772
 
119956
136773
    gio: Fix some typos in G*AppInfo documentation
119957
136774
 
119961
136778
 3 files changed, 11 insertions(+), 11 deletions(-)
119962
136779
 
119963
136780
commit 924f1bc528b212aab91adf608ef32e41b67f3298
119964
 
Author: Mart Raudsepp <leio@gentoo.org>
119965
 
Date:   Sun Sep 13 00:20:01 2009 +0300
 
136781
Author:     Mart Raudsepp <leio@gentoo.org>
 
136782
AuthorDate: Sun Sep 13 00:20:01 2009 +0300
 
136783
Commit:     Mart Raudsepp <leio@gentoo.org>
 
136784
CommitDate: Tue Sep 22 11:22:44 2009 +0300
119966
136785
 
119967
136786
    Accept -? for glib-mkenums.
119968
136787
 
119978
136797
 1 file changed, 1 insertion(+), 1 deletion(-)
119979
136798
 
119980
136799
commit 6c061da2a232d8c817d9744a234ceee7b87b3dd8
119981
 
Author: Mart Raudsepp <leio@gentoo.org>
119982
 
Date:   Sat Sep 12 19:49:01 2009 +0300
 
136800
Author:     Mart Raudsepp <leio@gentoo.org>
 
136801
AuthorDate: Sat Sep 12 19:49:01 2009 +0300
 
136802
Commit:     Mart Raudsepp <leio@gentoo.org>
 
136803
CommitDate: Tue Sep 22 11:22:44 2009 +0300
119983
136804
 
119984
136805
    gio: Fix a Since tag to actually show up in new API of 2.20 indeces
119985
136806
 
119989
136810
 1 file changed, 1 insertion(+), 1 deletion(-)
119990
136811
 
119991
136812
commit 7feb4c3631a0745b3696454630be3aa3365d1067
119992
 
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
119993
 
Date:   Tue Sep 22 09:59:13 2009 +0700
 
136813
Author:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
136814
AuthorDate: Tue Sep 22 09:59:13 2009 +0700
 
136815
Commit:     Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
136816
CommitDate: Tue Sep 22 09:59:13 2009 +0700
119994
136817
 
119995
136818
    po/vi.po: fix type "thoạt"
119996
136819
 
119998
136821
 1 file changed, 1 insertion(+), 1 deletion(-)
119999
136822
 
120000
136823
commit a830fbd62c05193982c72a375251b2202986152f
120001
 
Author: Alexander Larsson <alexl@redhat.com>
120002
 
Date:   Mon Sep 21 15:36:45 2009 +0200
 
136824
Author:     Alexander Larsson <alexl@redhat.com>
 
136825
AuthorDate: Mon Sep 21 15:36:45 2009 +0200
 
136826
Commit:     Alexander Larsson <alexl@redhat.com>
 
136827
CommitDate: Mon Sep 21 15:39:00 2009 +0200
120003
136828
 
120004
136829
    Document new gdb macros
120005
136830
 
120007
136832
 1 file changed, 34 insertions(+)
120008
136833
 
120009
136834
commit 42320706c4dd6a4517a402dc5da5c27dfc6a5356
120010
 
Author: Alexander Larsson <alexl@redhat.com>
120011
 
Date:   Mon Sep 21 15:21:52 2009 +0200
 
136835
Author:     Alexander Larsson <alexl@redhat.com>
 
136836
AuthorDate: Mon Sep 21 15:21:52 2009 +0200
 
136837
Commit:     Alexander Larsson <alexl@redhat.com>
 
136838
CommitDate: Mon Sep 21 15:39:00 2009 +0200
120012
136839
 
120013
136840
    Add gforeach gdb command
120014
136841
 
120017
136844
 1 file changed, 84 insertions(+)
120018
136845
 
120019
136846
commit 2b8943237f137f287b0b0854f80198de54fd26ea
120020
 
Author: Alexander Larsson <alexl@redhat.com>
120021
 
Date:   Mon Sep 21 12:26:23 2009 +0200
 
136847
Author:     Alexander Larsson <alexl@redhat.com>
 
136848
AuthorDate: Mon Sep 21 12:26:23 2009 +0200
 
136849
Commit:     Alexander Larsson <alexl@redhat.com>
 
136850
CommitDate: Mon Sep 21 15:39:00 2009 +0200
120022
136851
 
120023
136852
    Add pretty printer for hashtables
120024
136853
 
120027
136856
 1 file changed, 64 insertions(+)
120028
136857
 
120029
136858
commit 2e8768d9a556afd2b2e6c974dcbcf24fee5ba6ff
120030
 
Author: Alexander Larsson <alexl@redhat.com>
120031
 
Date:   Mon Sep 21 11:06:39 2009 +0200
 
136859
Author:     Alexander Larsson <alexl@redhat.com>
 
136860
AuthorDate: Mon Sep 21 11:06:39 2009 +0200
 
136861
Commit:     Alexander Larsson <alexl@redhat.com>
 
136862
CommitDate: Mon Sep 21 15:39:00 2009 +0200
120032
136863
 
120033
136864
    Add pretty printing for GList and GSList
120034
136865
 
120037
136868
 1 file changed, 77 insertions(+)
120038
136869
 
120039
136870
commit efe9169234e226f594b4254618f35a139338c35f
120040
 
Author: Alexander Larsson <alexl@redhat.com>
120041
 
Date:   Fri Sep 18 17:15:32 2009 +0200
 
136871
Author:     Alexander Larsson <alexl@redhat.com>
 
136872
AuthorDate: Fri Sep 18 17:15:32 2009 +0200
 
136873
Commit:     Alexander Larsson <alexl@redhat.com>
 
136874
CommitDate: Mon Sep 21 15:39:00 2009 +0200
120042
136875
 
120043
136876
    Initial support for gdb python macros
120044
136877
 
120057
136890
 6 files changed, 375 insertions(+), 2 deletions(-)
120058
136891
 
120059
136892
commit 18af48ba9a347e2041c4986aaaac73fdd5386de3
120060
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
120061
 
Date:   Mon Sep 21 20:54:02 2009 +0800
 
136893
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
136894
AuthorDate: Mon Sep 21 20:54:02 2009 +0800
 
136895
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
136896
CommitDate: Mon Sep 21 20:54:02 2009 +0800
120062
136897
 
120063
136898
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
120064
136899
 
120069
136904
 2 files changed, 938 insertions(+), 937 deletions(-)
120070
136905
 
120071
136906
commit 652f47fd2a9544e07cd6cbc5ca0d31d21c1ccd34
120072
 
Author: Petr Kovar <pknbe@volny.cz>
120073
 
Date:   Sun Sep 20 22:26:17 2009 +0200
 
136907
Author:     Petr Kovar <pknbe@volny.cz>
 
136908
AuthorDate: Sun Sep 20 22:26:17 2009 +0200
 
136909
Commit:     Petr Kovar <pknbe@volny.cz>
 
136910
CommitDate: Sun Sep 20 22:26:17 2009 +0200
120074
136911
 
120075
136912
    Updated Czech translation
120076
136913
 
120079
136916
 1 file changed, 464 insertions(+), 457 deletions(-)
120080
136917
 
120081
136918
commit 5b30a46da4eadbd620f34e66e7b981f2dfe91a4f
120082
 
Author: Ani <peter.ani@gmail.com>
120083
 
Date:   Sun Sep 20 21:04:45 2009 +0530
 
136919
Author:     Ani <peter.ani@gmail.com>
 
136920
AuthorDate: Sun Sep 20 21:04:45 2009 +0530
 
136921
Commit:     Ani <peter.ani@gmail.com>
 
136922
CommitDate: Sun Sep 20 21:04:45 2009 +0530
120084
136923
 
120085
136924
    Updated Malayalam Translations
120086
136925
 
120089
136928
 1 file changed, 76 insertions(+), 74 deletions(-)
120090
136929
 
120091
136930
commit 7a010ac2d409fc7ea849034ca7a5bda150ee0fad
120092
 
Author: Gil Forcada <gforcada@gnome.org>
120093
 
Date:   Sat Sep 19 18:04:56 2009 +0200
 
136931
Author:     Gil Forcada <gforcada@gnome.org>
 
136932
AuthorDate: Sat Sep 19 18:04:56 2009 +0200
 
136933
Commit:     Gil Forcada <gforcada@gnome.org>
 
136934
CommitDate: Sat Sep 19 18:04:56 2009 +0200
120094
136935
 
120095
136936
    Updated Catalan translation
120096
136937
 
120099
136940
 1 file changed, 540 insertions(+), 548 deletions(-)
120100
136941
 
120101
136942
commit 80f66b114193d3c1b5a5c5d4f34b01cba53208ca
120102
 
Author: Paolo Borelli <pborelli@gnome.org>
120103
 
Date:   Sat Sep 19 10:21:36 2009 +0200
 
136943
Author:     Paolo Borelli <pborelli@gnome.org>
 
136944
AuthorDate: Sat Sep 19 10:21:36 2009 +0200
 
136945
Commit:     Paolo Borelli <pborelli@gnome.org>
 
136946
CommitDate: Sat Sep 19 10:22:33 2009 +0200
120104
136947
 
120105
136948
    Fix build with srcdir != builddir, bug #594597
120106
136949
 
120108
136951
 1 file changed, 1 insertion(+)
120109
136952
 
120110
136953
commit 8b3853b8a1cc94767c5391808274f931a48f6cbb
120111
 
Author: Matthias Clasen <mclasen@redhat.com>
120112
 
Date:   Fri Sep 18 19:16:11 2009 -0400
 
136954
Author:     Matthias Clasen <mclasen@redhat.com>
 
136955
AuthorDate: Fri Sep 18 19:16:11 2009 -0400
 
136956
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136957
CommitDate: Fri Sep 18 19:20:06 2009 -0400
120113
136958
 
120114
136959
    Reduce false positives in static analysis
120115
136960
 
120122
136967
 1 file changed, 9 insertions(+), 3 deletions(-)
120123
136968
 
120124
136969
commit 53fc10d2695f917db530c9a3f166e45be59d1d3a
120125
 
Author: Matthias Clasen <mclasen@redhat.com>
120126
 
Date:   Wed Sep 9 00:18:23 2009 -0400
 
136970
Author:     Matthias Clasen <mclasen@redhat.com>
 
136971
AuthorDate: Wed Sep 9 00:18:23 2009 -0400
 
136972
Commit:     Matthias Clasen <mclasen@redhat.com>
 
136973
CommitDate: Fri Sep 18 19:20:06 2009 -0400
120127
136974
 
120128
136975
    Fix a lot of clang complaints
120129
136976
 
120145
136992
 13 files changed, 35 insertions(+), 84 deletions(-)
120146
136993
 
120147
136994
commit 04d632ccf59ce0491261ff87b3867012cb56d8bf
120148
 
Author: Dumitru Mișu Moldovan <dumol@gnome.ro>
120149
 
Date:   Fri Sep 18 00:17:32 2009 +0300
 
136995
Author:     Dumitru Mișu Moldovan <dumol@gnome.ro>
 
136996
AuthorDate: Fri Sep 18 00:17:32 2009 +0300
 
136997
Commit:     Dumitru Mișu Moldovan <dumol@gnome.ro>
 
136998
CommitDate: Fri Sep 18 00:17:32 2009 +0300
120150
136999
 
120151
137000
    Updated Romanian translation
120152
137001
 
120155
137004
 1 file changed, 536 insertions(+), 550 deletions(-)
120156
137005
 
120157
137006
commit 3bfba7924c94aa3a3bcc14e6eeee4fa691108dd0
120158
 
Author: Miloš Popović <mpopovic@src.gnome.org>
120159
 
Date:   Thu Sep 17 17:58:52 2009 +0000
 
137007
Author:     Miloš Popović <mpopovic@src.gnome.org>
 
137008
AuthorDate: Thu Sep 17 17:58:52 2009 +0000
 
137009
Commit:     Miloš Popović <mpopovic@src.gnome.org>
 
137010
CommitDate: Thu Sep 17 17:58:52 2009 +0000
120160
137011
 
120161
137012
    Updated Serbian translation
120162
137013
 
120167
137018
 2 files changed, 1351 insertions(+), 1422 deletions(-)
120168
137019
 
120169
137020
commit dd7f660fb7b059d16cea6e33550a14ca2625c813
120170
 
Author: krishnababu k <kkrothap@redhat.ocm>
120171
 
Date:   Thu Sep 17 21:18:57 2009 +0530
 
137021
Author:     krishnababu k <kkrothap@redhat.ocm>
 
137022
AuthorDate: Thu Sep 17 21:18:57 2009 +0530
 
137023
Commit:     krishnababu k <kkrothap@redhat.ocm>
 
137024
CommitDate: Thu Sep 17 21:18:57 2009 +0530
120172
137025
 
120173
137026
    Updated Telugu Translation
120174
137027
 
120177
137030
 1 file changed, 475 insertions(+), 485 deletions(-)
120178
137031
 
120179
137032
commit 256662ddbaec90688c1725d504efc1248eacb7e1
120180
 
Author: ifelix <ifelix@redhat.com>
120181
 
Date:   Thu Sep 17 15:50:19 2009 +0530
 
137033
Author:     ifelix <ifelix@redhat.com>
 
137034
AuthorDate: Thu Sep 17 15:50:19 2009 +0530
 
137035
Commit:     ifelix <ifelix@redhat.com>
 
137036
CommitDate: Thu Sep 17 15:50:19 2009 +0530
120182
137037
 
120183
137038
    Updated Tamil Translations
120184
137039
 
120187
137042
 1 file changed, 477 insertions(+), 484 deletions(-)
120188
137043
 
120189
137044
commit 78c548b506db0527335011ce92558bc1a9d5ebf0
120190
 
Author: Fran Diéguez <fran.dieguez@glug.es>
120191
 
Date:   Wed Sep 16 16:15:05 2009 +0200
 
137045
Author:     Fran Diéguez <fran.dieguez@glug.es>
 
137046
AuthorDate: Wed Sep 16 16:15:05 2009 +0200
 
137047
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
137048
CommitDate: Wed Sep 16 16:15:05 2009 +0200
120192
137049
 
120193
137050
    UPdated Galician Translation
120194
137051
 
120197
137054
 1 file changed, 472 insertions(+), 474 deletions(-)
120198
137055
 
120199
137056
commit d88b6a3d60f0f84cf192c1b4093a0ae2362d7f02
120200
 
Author: Runa Bhattacharjee <runab@redhat.com>
120201
 
Date:   Tue Sep 15 18:31:49 2009 +0530
 
137057
Author:     Runa Bhattacharjee <runab@redhat.com>
 
137058
AuthorDate: Tue Sep 15 18:31:49 2009 +0530
 
137059
Commit:     Runa Bhattacharjee <runab@redhat.com>
 
137060
CommitDate: Tue Sep 15 18:31:49 2009 +0530
120202
137061
 
120203
137062
    Updated Bengali India Translations
120204
137063
 
120207
137066
 1 file changed, 536 insertions(+), 561 deletions(-)
120208
137067
 
120209
137068
commit 011592af55d980cfb21c51f5d4bcdd09cce865ec
120210
 
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
120211
 
Date:   Tue Sep 15 16:22:41 2009 +0530
 
137069
Author:     Manoj Kumar Giri <mgiri@mgiri.csb>
 
137070
AuthorDate: Tue Sep 15 16:22:41 2009 +0530
 
137071
Commit:     Manoj Kumar Giri <mgiri@mgiri.csb>
 
137072
CommitDate: Tue Sep 15 16:22:41 2009 +0530
120212
137073
 
120213
137074
    Upadted Oriya Translation
120214
137075
 
120217
137078
 1 file changed, 477 insertions(+), 487 deletions(-)
120218
137079
 
120219
137080
commit ddc85a8b0242407c6234bbe2ebc49b873bf02396
120220
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
120221
 
Date:   Tue Sep 15 14:29:36 2009 +0700
 
137081
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
137082
AuthorDate: Tue Sep 15 14:29:36 2009 +0700
 
137083
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
137084
CommitDate: Tue Sep 15 14:29:36 2009 +0700
120222
137085
 
120223
137086
    Updated Thai translation.
120224
137087
 
120226
137089
 1 file changed, 2 insertions(+), 3 deletions(-)
120227
137090
 
120228
137091
commit 3a240a7f718a44724008d35123c6f7b98abc896a
120229
 
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
120230
 
Date:   Tue Sep 15 12:48:50 2009 +0530
 
137092
Author:     Amitakhya Phukan <aphukan@fedoraproject.org>
 
137093
AuthorDate: Tue Sep 15 12:48:50 2009 +0530
 
137094
Commit:     Amitakhya Phukan <aphukan@fedoraproject.org>
 
137095
CommitDate: Tue Sep 15 12:48:50 2009 +0530
120231
137096
 
120232
137097
    Updating Assamese translations.
120233
137098
 
120235
137100
 1 file changed, 16 insertions(+), 26 deletions(-)
120236
137101
 
120237
137102
commit ef5e66c330cdc3f8d93ba33a0dfe251f98883204
120238
 
Author: Kjartan Maraas <kmaraas@gnome.org>
120239
 
Date:   Mon Sep 14 00:16:51 2009 +0200
 
137103
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
137104
AuthorDate: Mon Sep 14 00:16:51 2009 +0200
 
137105
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
137106
CommitDate: Mon Sep 14 00:16:51 2009 +0200
120240
137107
 
120241
137108
    Update Norwegian bokmål translation.
120242
137109
 
120245
137112
 1 file changed, 465 insertions(+), 459 deletions(-)
120246
137113
 
120247
137114
commit 220bde833af1bba3e535f727173b84a362374399
120248
 
Author: Aron Xu <aronxu@gnome.org>
120249
 
Date:   Sun Sep 13 15:09:29 2009 +0800
 
137115
Author:     Aron Xu <aronxu@gnome.org>
 
137116
AuthorDate: Sun Sep 13 15:09:29 2009 +0800
 
137117
Commit:     Aron Xu <aronxu@gnome.org>
 
137118
CommitDate: Sun Sep 13 15:09:29 2009 +0800
120250
137119
 
120251
137120
    Updated Simplified Chinese translation.
120252
137121
 
120255
137124
 1 file changed, 540 insertions(+), 542 deletions(-)
120256
137125
 
120257
137126
commit 7e514b6efaf6daae23c09a1e13ed65d2d8aa8008
120258
 
Author: A S Alam <aalam@users.sf.net>
120259
 
Date:   Sun Sep 13 08:58:57 2009 +0530
 
137127
Author:     A S Alam <aalam@users.sf.net>
 
137128
AuthorDate: Sun Sep 13 08:58:57 2009 +0530
 
137129
Commit:     A S Alam <aalam@users.sf.net>
 
137130
CommitDate: Sun Sep 13 08:58:57 2009 +0530
120260
137131
 
120261
137132
    Updating Translation for Punjabi
120262
137133
 
120265
137136
 1 file changed, 474 insertions(+), 482 deletions(-)
120266
137137
 
120267
137138
commit e1957bd71c999ba5189a7fe94880647e84fa6357
120268
 
Author: Ask H. Larsen <asklarsen@gmail.com>
120269
 
Date:   Sun Sep 13 03:16:47 2009 +0200
 
137139
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
137140
AuthorDate: Sun Sep 13 03:16:47 2009 +0200
 
137141
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
137142
CommitDate: Sun Sep 13 03:16:47 2009 +0200
120270
137143
 
120271
137144
    Updated Danish translation
120272
137145
 
120275
137148
 1 file changed, 467 insertions(+), 463 deletions(-)
120276
137149
 
120277
137150
commit 6366015decc608a74e2019ccb0d39dbc6e3f06ba
120278
 
Author: Bruce Cowan <bcowan@fastmail.co.uk>
120279
 
Date:   Sat Sep 12 20:04:29 2009 +0100
 
137151
Author:     Bruce Cowan <bcowan@fastmail.co.uk>
 
137152
AuthorDate: Sat Sep 12 20:04:29 2009 +0100
 
137153
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
137154
CommitDate: Sat Sep 12 20:04:29 2009 +0100
120280
137155
 
120281
137156
    Updated British English translation
120282
137157
 
120285
137160
 1 file changed, 556 insertions(+), 564 deletions(-)
120286
137161
 
120287
137162
commit a92f10d712b6278364e02178c873a084bfbf9e19
120288
 
Author: Tommi Vainikainen <thv@iki.fi>
120289
 
Date:   Sat Sep 12 19:10:57 2009 +0300
 
137163
Author:     Tommi Vainikainen <thv@iki.fi>
 
137164
AuthorDate: Sat Sep 12 19:10:57 2009 +0300
 
137165
Commit:     Tommi Vainikainen <thv@iki.fi>
 
137166
CommitDate: Sat Sep 12 19:10:57 2009 +0300
120290
137167
 
120291
137168
    Updated Finnish translation
120292
137169
 
120295
137172
 1 file changed, 467 insertions(+), 463 deletions(-)
120296
137173
 
120297
137174
commit 410305255d0acfa5e105a444cdf8b302b31b94a2
120298
 
Author: Tor Lillqvist <tml@iki.fi>
120299
 
Date:   Sat Sep 12 01:57:46 2009 +0300
 
137175
Author:     Tor Lillqvist <tml@iki.fi>
 
137176
AuthorDate: Sat Sep 12 01:57:46 2009 +0300
 
137177
Commit:     Tor Lillqvist <tml@iki.fi>
 
137178
CommitDate: Sat Sep 12 01:57:46 2009 +0300
120300
137179
 
120301
137180
    Remove old crap for fetching the "build" directory from svn
120302
137181
 
120304
137183
 1 file changed, 17 deletions(-)
120305
137184
 
120306
137185
commit 866731776651e04178a6cc1e78d244384a890d1a
120307
 
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
120308
 
Date:   Wed Sep 2 17:48:09 2009 +0100
 
137186
Author:     Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
137187
AuthorDate: Wed Sep 2 17:48:09 2009 +0100
 
137188
Commit:     Sjoerd Simons <sjoerd.simons@collabora.co.uk>
 
137189
CommitDate: Fri Sep 11 15:25:34 2009 +0100
120309
137190
 
120310
137191
    Fix GNetworkAddress skipping addresses when enumerating
120311
137192
 
120321
137202
 1 file changed, 5 deletions(-)
120322
137203
 
120323
137204
commit cdd04f36cac838f92826cbf415868100a4007741
120324
 
Author: Richard Hughes <richard@hughsie.com>
120325
 
Date:   Wed Sep 2 19:15:38 2009 +0100
 
137205
Author:     Richard Hughes <richard@hughsie.com>
 
137206
AuthorDate: Wed Sep 2 19:15:38 2009 +0100
 
137207
Commit:     Richard Hughes <richard@hughsie.com>
 
137208
CommitDate: Fri Sep 11 15:20:34 2009 +0100
120326
137209
 
120327
137210
    Make the error const for g_simple_async_result_set_from_error
120328
137211
 
120331
137214
 2 files changed, 2 insertions(+), 2 deletions(-)
120332
137215
 
120333
137216
commit 11477609d1f2782fd4bbb3022d2ec46983930c6a
120334
 
Author: James Hunt <jamesodhunt@gmail.com>
120335
 
Date:   Thu Sep 10 17:18:13 2009 +0100
 
137217
Author:     James Hunt <jamesodhunt@gmail.com>
 
137218
AuthorDate: Thu Sep 10 17:18:13 2009 +0100
 
137219
Commit:     Dan Winship <danw@gnome.org>
 
137220
CommitDate: Fri Sep 11 08:52:14 2009 -0400
120336
137221
 
120337
137222
    g_socket_send_message() fails due to invalid sendmsg(2) params.
120338
137223
 
120349
137234
 1 file changed, 5 insertions(+)
120350
137235
 
120351
137236
commit 29baa5eebdce27d10c6f36ae8ad4fbc77d04f291
120352
 
Author: Rajesh Ranjan <rranjan@rranjan.csb>
120353
 
Date:   Fri Sep 11 16:00:29 2009 +0530
 
137237
Author:     Rajesh Ranjan <rranjan@rranjan.csb>
 
137238
AuthorDate: Fri Sep 11 16:00:29 2009 +0530
 
137239
Commit:     Rajesh Ranjan <rranjan@rranjan.csb>
 
137240
CommitDate: Fri Sep 11 16:00:29 2009 +0530
120354
137241
 
120355
137242
    hindi update by Rajesh Ranjan
120356
137243
 
120359
137246
 1 file changed, 471 insertions(+), 477 deletions(-)
120360
137247
 
120361
137248
commit 9dc9b39284b78b63fad4a713ab6ea4154d4e8ff5
120362
 
Author: Ani <peter.ani@gmail.com>
120363
 
Date:   Fri Sep 11 12:18:50 2009 +0530
 
137249
Author:     Ani <peter.ani@gmail.com>
 
137250
AuthorDate: Fri Sep 11 12:18:50 2009 +0530
 
137251
Commit:     Ani <peter.ani@gmail.com>
 
137252
CommitDate: Fri Sep 11 12:18:50 2009 +0530
120364
137253
 
120365
137254
    Updated Malayalam Translations
120366
137255
 
120369
137258
 1 file changed, 480 insertions(+), 496 deletions(-)
120370
137259
 
120371
137260
commit c3bbec5213d1e77253fd2cef67d6838041bb2f1f
120372
 
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
120373
 
Date:   Fri Sep 11 01:48:56 2009 +0300
 
137261
Author:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
137262
AuthorDate: Fri Sep 11 01:48:56 2009 +0300
 
137263
Commit:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
137264
CommitDate: Fri Sep 11 01:48:56 2009 +0300
120374
137265
 
120375
137266
    Updated Ukrainian translation
120376
137267
 
120379
137270
 1 file changed, 520 insertions(+), 584 deletions(-)
120380
137271
 
120381
137272
commit 278ac0a45d2b677a0928b1c31b3e20a4c265ffb0
120382
 
Author: Christian Dywan <christian@lanedo.com>
120383
 
Date:   Thu Sep 10 16:40:11 2009 +0200
 
137273
Author:     Christian Dywan <christian@lanedo.com>
 
137274
AuthorDate: Thu Sep 10 16:40:11 2009 +0200
 
137275
Commit:     Christian Dywan <christian@twotoasts.de>
 
137276
CommitDate: Thu Sep 10 16:45:49 2009 +0200
120384
137277
 
120385
137278
    Bug 579050 Allow making selected critical and warning messages
120386
137279
    non-fatal
120398
137291
 5 files changed, 97 insertions(+), 2 deletions(-)
120399
137292
 
120400
137293
commit 4b1217b7e0e8d2e7e4187e8b328e10ad72066392
120401
 
Author: Shankar Prasad <svenkate@redhat.com>
120402
 
Date:   Thu Sep 10 12:26:13 2009 +0530
 
137294
Author:     Shankar Prasad <svenkate@redhat.com>
 
137295
AuthorDate: Thu Sep 10 12:26:13 2009 +0530
 
137296
Commit:     Shankar Prasad <svenkate@redhat.com>
 
137297
CommitDate: Thu Sep 10 12:26:13 2009 +0530
120403
137298
 
120404
137299
    Updated Kannada(kn) translation
120405
137300
 
120408
137303
 1 file changed, 479 insertions(+), 494 deletions(-)
120409
137304
 
120410
137305
commit 664dd256654b5def0bd6cdd5e3918bba78fedd52
120411
 
Author: Kostas Papadimas <pkst@gnome.org>
120412
 
Date:   Wed Sep 9 18:38:12 2009 +0300
 
137306
Author:     Kostas Papadimas <pkst@gnome.org>
 
137307
AuthorDate: Wed Sep 9 18:38:12 2009 +0300
 
137308
Commit:     Kostas Papadimas <pkst@gnome.org>
 
137309
CommitDate: Wed Sep 9 18:38:12 2009 +0300
120413
137310
 
120414
137311
    Updated Greek translation.
120415
137312
 
120418
137315
 1 file changed, 708 insertions(+), 683 deletions(-)
120419
137316
 
120420
137317
commit 593cd7a683c267e9e02e3d0b8bc653a253f17df5
120421
 
Author: Sweta Kothari <swkothar@redhat.com>
120422
 
Date:   Wed Sep 9 16:54:43 2009 +0530
 
137318
Author:     Sweta Kothari <swkothar@redhat.com>
 
137319
AuthorDate: Wed Sep 9 16:54:43 2009 +0530
 
137320
Commit:     Sweta Kothari <swkothar@redhat.com>
 
137321
CommitDate: Wed Sep 9 16:54:43 2009 +0530
120423
137322
 
120424
137323
    Updated Gujarati Translations
120425
137324
 
120428
137327
 1 file changed, 472 insertions(+), 480 deletions(-)
120429
137328
 
120430
137329
commit f393e805874db16334c5c4f4aa7fa1c73964ca34
120431
 
Author: Dan Winship <danw@gnome.org>
120432
 
Date:   Tue Sep 8 11:19:13 2009 -0400
 
137330
Author:     Dan Winship <danw@gnome.org>
 
137331
AuthorDate: Tue Sep 8 11:19:13 2009 -0400
 
137332
Commit:     Dan Winship <danw@gnome.org>
 
137333
CommitDate: Tue Sep 8 11:19:13 2009 -0400
120433
137334
 
120434
137335
    Clarify g_ptr_array_set_size() docs re: free_func
120435
137336
 
120437
137338
 1 file changed, 5 insertions(+), 2 deletions(-)
120438
137339
 
120439
137340
commit eadd2ce7fff83f86c4803aa5e2e251f554639bb6
120440
 
Author: Alexander Shopov <ash@contact.bg>
120441
 
Date:   Tue Sep 8 07:41:28 2009 +0300
 
137341
Author:     Alexander Shopov <ash@contact.bg>
 
137342
AuthorDate: Tue Sep 8 07:41:28 2009 +0300
 
137343
Commit:     Alexander Shopov <ash@contact.bg>
 
137344
CommitDate: Tue Sep 8 07:41:28 2009 +0300
120442
137345
 
120443
137346
    Updated Bulgarian translation
120444
137347
 
120447
137350
 1 file changed, 466 insertions(+), 460 deletions(-)
120448
137351
 
120449
137352
commit bc1dd5cf11dc920ff44d51051e1e695b0b8ea421
120450
 
Author: Dan Winship <danw@gnome.org>
120451
 
Date:   Sun Sep 6 13:54:50 2009 -0400
 
137353
Author:     Dan Winship <danw@gnome.org>
 
137354
AuthorDate: Sun Sep 6 13:54:50 2009 -0400
 
137355
Commit:     Dan Winship <danw@gnome.org>
 
137356
CommitDate: Mon Sep 7 12:35:51 2009 -0400
120452
137357
 
120453
137358
    Call element_free_func when shrinking array with g_ptr_array_set_size
120454
137359
 
120457
137362
 2 files changed, 5 insertions(+), 7 deletions(-)
120458
137363
 
120459
137364
commit 9a29f087e76fd01188cff73ce1dfe802bd815b15
120460
 
Author: Sandeep Shedmake <sshedmak@redhat.com>
120461
 
Date:   Mon Sep 7 19:14:52 2009 +0530
 
137365
Author:     Sandeep Shedmake <sshedmak@redhat.com>
 
137366
AuthorDate: Mon Sep 7 19:14:52 2009 +0530
 
137367
Commit:     Sandeep Shedmake <sshedmak@redhat.com>
 
137368
CommitDate: Mon Sep 7 19:14:52 2009 +0530
120462
137369
 
120463
137370
    Updated Marathi Translations
120464
137371
 
120467
137374
 1 file changed, 472 insertions(+), 480 deletions(-)
120468
137375
 
120469
137376
commit 8af494d987b7482865439f882d1375767b57732f
120470
 
Author: Alexander Larsson <alexl@redhat.com>
120471
 
Date:   Mon Sep 7 12:50:58 2009 +0200
 
137377
Author:     Alexander Larsson <alexl@redhat.com>
 
137378
AuthorDate: Mon Sep 7 12:50:58 2009 +0200
 
137379
Commit:     Alexander Larsson <alexl@redhat.com>
 
137380
CommitDate: Mon Sep 7 12:50:58 2009 +0200
120472
137381
 
120473
137382
    Avoid reading uninitialized memory
120474
137383
 
120478
137387
 1 file changed, 2 insertions(+), 1 deletion(-)
120479
137388
 
120480
137389
commit 06de24f430d4b43733dec63ca0b840d129a716e2
120481
 
Author: Alexander Larsson <alexl@redhat.com>
120482
 
Date:   Mon Sep 7 10:25:14 2009 +0200
 
137390
Author:     Alexander Larsson <alexl@redhat.com>
 
137391
AuthorDate: Mon Sep 7 10:25:14 2009 +0200
 
137392
Commit:     Alexander Larsson <alexl@redhat.com>
 
137393
CommitDate: Mon Sep 7 10:25:14 2009 +0200
120483
137394
 
120484
137395
    Remove warning in g_simple_async_result_complete
120485
137396
 
120497
137408
 1 file changed, 2 deletions(-)
120498
137409
 
120499
137410
commit 034d516160ffacbb805ad28cfdb848134f26c1dc
120500
 
Author: Matthias Clasen <mclasen@redhat.com>
120501
 
Date:   Mon Sep 7 03:28:35 2009 -0400
 
137411
Author:     Matthias Clasen <mclasen@redhat.com>
 
137412
AuthorDate: Mon Sep 7 03:28:35 2009 -0400
 
137413
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137414
CommitDate: Mon Sep 7 03:28:35 2009 -0400
120502
137415
 
120503
137416
    Another dead assignment
120504
137417
 
120506
137419
 1 file changed, 1 insertion(+), 5 deletions(-)
120507
137420
 
120508
137421
commit 6cda9bfb02314fff5e994a80164be16c67d14253
120509
 
Author: Matthias Clasen <mclasen@redhat.com>
120510
 
Date:   Mon Sep 7 03:14:15 2009 -0400
 
137422
Author:     Matthias Clasen <mclasen@redhat.com>
 
137423
AuthorDate: Mon Sep 7 03:14:15 2009 -0400
 
137424
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137425
CommitDate: Mon Sep 7 03:14:15 2009 -0400
120511
137426
 
120512
137427
    Remove a dead initialization
120513
137428
 
120515
137430
 1 file changed, 1 insertion(+), 1 deletion(-)
120516
137431
 
120517
137432
commit 30645bd0a584137585d572b37f39d2904bba0a8f
120518
 
Author: Matthias Clasen <mclasen@redhat.com>
120519
 
Date:   Mon Sep 7 03:12:06 2009 -0400
 
137433
Author:     Matthias Clasen <mclasen@redhat.com>
 
137434
AuthorDate: Mon Sep 7 03:12:06 2009 -0400
 
137435
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137436
CommitDate: Mon Sep 7 03:12:06 2009 -0400
120520
137437
 
120521
137438
    Remove a dead increment
120522
137439
 
120524
137441
 1 file changed, 1 insertion(+), 1 deletion(-)
120525
137442
 
120526
137443
commit 0d1ffbf361503ac1f8236673f400e0f317635930
120527
 
Author: Matthias Clasen <mclasen@redhat.com>
120528
 
Date:   Mon Sep 7 03:10:01 2009 -0400
 
137444
Author:     Matthias Clasen <mclasen@redhat.com>
 
137445
AuthorDate: Mon Sep 7 03:10:01 2009 -0400
 
137446
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137447
CommitDate: Mon Sep 7 03:10:01 2009 -0400
120529
137448
 
120530
137449
    Remove another dead assignment
120531
137450
 
120533
137452
 1 file changed, 1 insertion(+), 3 deletions(-)
120534
137453
 
120535
137454
commit f2c8572d8490544496934612854a86fecbaf99ba
120536
 
Author: Matthias Clasen <mclasen@redhat.com>
120537
 
Date:   Mon Sep 7 03:07:22 2009 -0400
 
137455
Author:     Matthias Clasen <mclasen@redhat.com>
 
137456
AuthorDate: Mon Sep 7 03:07:22 2009 -0400
 
137457
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137458
CommitDate: Mon Sep 7 03:07:22 2009 -0400
120538
137459
 
120539
137460
    Remmove a dead assignment.
120540
137461
 
120544
137465
 1 file changed, 1 insertion(+), 3 deletions(-)
120545
137466
 
120546
137467
commit 1ec32c403bac36ca9f72e82c23b14045bc323931
120547
 
Author: Matthias Clasen <mclasen@redhat.com>
120548
 
Date:   Mon Sep 7 03:02:58 2009 -0400
 
137468
Author:     Matthias Clasen <mclasen@redhat.com>
 
137469
AuthorDate: Mon Sep 7 03:02:58 2009 -0400
 
137470
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137471
CommitDate: Mon Sep 7 03:02:58 2009 -0400
120549
137472
 
120550
137473
    Move a assignment to the relevant #ifdef branch
120551
137474
 
120555
137478
 1 file changed, 1 insertion(+), 2 deletions(-)
120556
137479
 
120557
137480
commit e67c3cf2b0251acfca74d680d9b4c2b7547c61a7
120558
 
Author: Matthias Clasen <mclasen@redhat.com>
120559
 
Date:   Mon Sep 7 03:01:02 2009 -0400
 
137481
Author:     Matthias Clasen <mclasen@redhat.com>
 
137482
AuthorDate: Mon Sep 7 03:01:02 2009 -0400
 
137483
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137484
CommitDate: Mon Sep 7 03:01:02 2009 -0400
120560
137485
 
120561
137486
    Remove dead code
120562
137487
 
120564
137489
 1 file changed, 4 deletions(-)
120565
137490
 
120566
137491
commit 80fd5ed402bf57a3c5cbd90eecc3f58f3f06bc08
120567
 
Author: Matthias Clasen <mclasen@redhat.com>
120568
 
Date:   Mon Sep 7 02:50:51 2009 -0400
 
137492
Author:     Matthias Clasen <mclasen@redhat.com>
 
137493
AuthorDate: Mon Sep 7 02:50:51 2009 -0400
 
137494
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137495
CommitDate: Mon Sep 7 02:50:51 2009 -0400
120569
137496
 
120570
137497
    Don't evaluate an uninitialized value
120571
137498
 
120575
137502
 1 file changed, 1 insertion(+)
120576
137503
 
120577
137504
commit 7ea8a2a86326b6f5f0f62a334fdd307d6526f782
120578
 
Author: Tomasz Dominikowski <dominikowski@gmail.com>
120579
 
Date:   Sun Sep 6 14:20:45 2009 +0200
 
137505
Author:     Tomasz Dominikowski <dominikowski@gmail.com>
 
137506
AuthorDate: Sun Sep 6 14:20:45 2009 +0200
 
137507
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
137508
CommitDate: Sun Sep 6 14:20:45 2009 +0200
120580
137509
 
120581
137510
    Updated Polish translation
120582
137511
 
120585
137514
 1 file changed, 687 insertions(+), 659 deletions(-)
120586
137515
 
120587
137516
commit 93fbae22d4d6fddf69c2b7276f24fcc3cfcf0403
120588
 
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
120589
 
Date:   Sat Sep 5 22:34:58 2009 +0900
 
137517
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
137518
AuthorDate: Sat Sep 5 22:34:58 2009 +0900
 
137519
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
137520
CommitDate: Sat Sep 5 22:34:58 2009 +0900
120590
137521
 
120591
137522
    Update Japanese translation
120592
137523
 
120594
137525
 1 file changed, 3 insertions(+), 4 deletions(-)
120595
137526
 
120596
137527
commit 6b406dda7b3061bd890878823fbafe2c6ffc019a
120597
 
Author: Jorge González <jorgegonz@svn.gnome.org>
120598
 
Date:   Sat Sep 5 13:47:41 2009 +0200
 
137528
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
137529
AuthorDate: Sat Sep 5 13:47:41 2009 +0200
 
137530
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
137531
CommitDate: Sat Sep 5 13:47:41 2009 +0200
120599
137532
 
120600
137533
    Updated Spanish translation
120601
137534
 
120604
137537
 1 file changed, 465 insertions(+), 465 deletions(-)
120605
137538
 
120606
137539
commit e77b8278841d89f9e2c82e09b844a472496ab43e
120607
 
Author: Matthias Clasen <mclasen@redhat.com>
120608
 
Date:   Fri Sep 4 21:20:09 2009 -0400
 
137540
Author:     Matthias Clasen <mclasen@redhat.com>
 
137541
AuthorDate: Fri Sep 4 21:20:09 2009 -0400
 
137542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137543
CommitDate: Fri Sep 4 21:20:09 2009 -0400
120609
137544
 
120610
137545
    Bump version
120611
137546
 
120613
137548
 1 file changed, 1 insertion(+), 1 deletion(-)
120614
137549
 
120615
137550
commit 296d481c7e5de27175e68ff7645975442a449fc5
120616
 
Author: Matthias Clasen <mclasen@redhat.com>
120617
 
Date:   Fri Sep 4 21:19:02 2009 -0400
 
137551
Author:     Matthias Clasen <mclasen@redhat.com>
 
137552
AuthorDate: Fri Sep 4 21:19:02 2009 -0400
 
137553
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137554
CommitDate: Fri Sep 4 21:19:02 2009 -0400
120618
137555
 
120619
137556
    2.21.6
120620
137557
 
120710
137647
 88 files changed, 11117 insertions(+), 10197 deletions(-)
120711
137648
 
120712
137649
commit 05c2aeaf33ad1ff3447d57a361abdb238b8f822b
120713
 
Author: Matthias Clasen <mclasen@redhat.com>
120714
 
Date:   Fri Sep 4 20:41:25 2009 -0400
 
137650
Author:     Matthias Clasen <mclasen@redhat.com>
 
137651
AuthorDate: Fri Sep 4 20:41:25 2009 -0400
 
137652
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137653
CommitDate: Fri Sep 4 20:41:25 2009 -0400
120715
137654
 
120716
137655
    Add a Since: tag
120717
137656
 
120719
137658
 1 file changed, 11 insertions(+), 9 deletions(-)
120720
137659
 
120721
137660
commit 2ae69f5124022d93dfc0e39964bbf68eb1f61245
120722
 
Author: Matthias Clasen <mclasen@redhat.com>
120723
 
Date:   Fri Sep 4 20:26:26 2009 -0400
 
137661
Author:     Matthias Clasen <mclasen@redhat.com>
 
137662
AuthorDate: Fri Sep 4 20:26:26 2009 -0400
 
137663
Commit:     Matthias Clasen <mclasen@redhat.com>
 
137664
CommitDate: Fri Sep 4 20:39:27 2009 -0400
120724
137665
 
120725
137666
    Updates
120726
137667
 
120728
137669
 1 file changed, 35 insertions(+)
120729
137670
 
120730
137671
commit 4114f1214c65f0a142678bf98b1d8e4da43bf665
120731
 
Author: Benjamin Otte <otte@gnome.org>
120732
 
Date:   Thu Sep 3 15:39:57 2009 +0200
 
137672
Author:     Benjamin Otte <otte@gnome.org>
 
137673
AuthorDate: Thu Sep 3 15:39:57 2009 +0200
 
137674
Commit:     Benjamin Otte <otte@gnome.org>
 
137675
CommitDate: Fri Sep 4 22:45:57 2009 +0200
120733
137676
 
120734
137677
    Bug 594034 - Use g_mkstemp_full() when creating the replacement file
120735
137678
 
120751
137694
 5 files changed, 77 insertions(+), 72 deletions(-)
120752
137695
 
120753
137696
commit 24bec5c5bd64eb829a433e4c1e8d34dc25879a64
120754
 
Author: Benjamin Otte <otte@gnome.org>
120755
 
Date:   Thu Sep 3 15:36:37 2009 +0200
 
137697
Author:     Benjamin Otte <otte@gnome.org>
 
137698
AuthorDate: Thu Sep 3 15:36:37 2009 +0200
 
137699
Commit:     Benjamin Otte <otte@gnome.org>
 
137700
CommitDate: Fri Sep 4 22:45:07 2009 +0200
120756
137701
 
120757
137702
    Bug 594034 - Add g_mkstemp_full()
120758
137703
 
120769
137714
 5 files changed, 50 insertions(+), 10 deletions(-)
120770
137715
 
120771
137716
commit 16ddefea15ceeded936c53aa1b867eb53d7d97f3
120772
 
Author: Ivar Smolin <okul@linux.ee>
120773
 
Date:   Fri Sep 4 18:58:00 2009 +0300
 
137717
Author:     Ivar Smolin <okul@linux.ee>
 
137718
AuthorDate: Fri Sep 4 18:58:00 2009 +0300
 
137719
Commit:     Priit Laes <plaes@plaes.org>
 
137720
CommitDate: Fri Sep 4 18:58:00 2009 +0300
120774
137721
 
120775
137722
    Updating Estonian translation
120776
137723
 
120779
137726
 1 file changed, 9 insertions(+), 463 deletions(-)
120780
137727
 
120781
137728
commit c642965b234cdc9959c79d2fd3019f63a0520fad
120782
 
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
120783
 
Date:   Fri Sep 4 15:16:04 2009 +0200
 
137729
Author:     Christian Kirbach <Christian.Kirbach@googlemail.com>
 
137730
AuthorDate: Fri Sep 4 15:16:04 2009 +0200
 
137731
Commit:     Christian Kirbach <Christian.Kirbach@googlemail.com>
 
137732
CommitDate: Fri Sep 4 15:16:04 2009 +0200
120784
137733
 
120785
137734
    Updated German translation
120786
137735
 
120789
137738
 1 file changed, 592 insertions(+), 593 deletions(-)
120790
137739
 
120791
137740
commit c77fd0bb04f612e7d16d48379cc3ec835c8d5fa2
120792
 
Author: Daniel Nylander <po@danielnylander.se>
120793
 
Date:   Fri Sep 4 06:31:34 2009 +0200
 
137741
Author:     Daniel Nylander <po@danielnylander.se>
 
137742
AuthorDate: Fri Sep 4 06:31:34 2009 +0200
 
137743
Commit:     Daniel Nylander <po@danielnylander.se>
 
137744
CommitDate: Fri Sep 4 06:31:34 2009 +0200
120794
137745
 
120795
137746
    Updated Swedish translation
120796
137747
 
120799
137750
 1 file changed, 672 insertions(+), 644 deletions(-)
120800
137751
 
120801
137752
commit 7628e1b4773142fc89f2365069c3e5a59ffb15ab
120802
 
Author: Claude Paroz <claude@2xlibre.net>
120803
 
Date:   Fri Sep 4 00:07:40 2009 +0200
 
137753
Author:     Claude Paroz <claude@2xlibre.net>
 
137754
AuthorDate: Fri Sep 4 00:07:40 2009 +0200
 
137755
Commit:     Claude Paroz <claude@2xlibre.net>
 
137756
CommitDate: Fri Sep 4 00:07:40 2009 +0200
120804
137757
 
120805
137758
    Updated French translation
120806
137759
 
120809
137762
 1 file changed, 464 insertions(+), 460 deletions(-)
120810
137763
 
120811
137764
commit 5a66c4bdb76b853b05baf7b01c8e2be49022c8a6
120812
 
Author: Fábio Nogueira <fnogueira@gnome.org>
120813
 
Date:   Wed Sep 2 12:28:59 2009 -0400
 
137765
Author:     Fábio Nogueira <fnogueira@gnome.org>
 
137766
AuthorDate: Wed Sep 2 12:28:59 2009 -0400
 
137767
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
137768
CommitDate: Wed Sep 2 12:29:30 2009 -0400
120814
137769
 
120815
137770
    Updated Brazilian Portuguese translation.
120816
137771
 
120819
137774
 1 file changed, 472 insertions(+), 461 deletions(-)
120820
137775
 
120821
137776
commit de125e51a04a5ebdc652fb4e611a5bd1ba57c210
120822
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
120823
 
Date:   Wed Sep 2 18:19:27 2009 +0200
 
137777
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
137778
AuthorDate: Wed Sep 2 18:19:27 2009 +0200
 
137779
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
137780
CommitDate: Wed Sep 2 18:19:27 2009 +0200
120824
137781
 
120825
137782
    Updated Basque language
120826
137783
 
120829
137786
 1 file changed, 484 insertions(+), 498 deletions(-)
120830
137787
 
120831
137788
commit ff9b29ce5b7d8bd20d4527e2e364b68ebce01c75
120832
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
120833
 
Date:   Wed Sep 2 18:05:23 2009 +0200
 
137789
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
137790
AuthorDate: Wed Sep 2 18:05:23 2009 +0200
 
137791
Commit:     Gabor Kelemen <kelemeng@gnome.hu>
 
137792
CommitDate: Wed Sep 2 18:05:23 2009 +0200
120834
137793
 
120835
137794
    Hungarian translation updated
120836
137795
 
120839
137798
 1 file changed, 115 insertions(+), 220 deletions(-)
120840
137799
 
120841
137800
commit f2320a40f1d356ba7f15e592c03018ba2b42c4bd
120842
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
120843
 
Date:   Tue Sep 1 23:34:41 2009 +0100
 
137801
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
137802
AuthorDate: Tue Sep 1 23:34:41 2009 +0100
 
137803
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
137804
CommitDate: Tue Sep 1 23:34:41 2009 +0100
120844
137805
 
120845
137806
    Updated Portuguese translation
120846
137807
 
120849
137810
 1 file changed, 469 insertions(+), 460 deletions(-)
120850
137811
 
120851
137812
commit f783515323963d2f9011cab5b6b2e767fe790425
120852
 
Author: Luca Ferretti <elle.uca@libero.it>
120853
 
Date:   Tue Sep 1 23:47:14 2009 +0200
 
137813
Author:     Luca Ferretti <elle.uca@libero.it>
 
137814
AuthorDate: Tue Sep 1 23:47:14 2009 +0200
 
137815
Commit:     Luca Ferretti <elle.uca@libero.it>
 
137816
CommitDate: Tue Sep 1 23:47:14 2009 +0200
120854
137817
 
120855
137818
    Updated Italian translation
120856
137819
 
120858
137821
 1 file changed, 17 insertions(+), 13 deletions(-)
120859
137822
 
120860
137823
commit 3826963e65d8c4c68bcd3e4066505f63ef734b95
120861
 
Author: Benjamin Otte <otte@gnome.org>
120862
 
Date:   Tue Sep 1 21:53:35 2009 +0200
 
137824
Author:     Benjamin Otte <otte@gnome.org>
 
137825
AuthorDate: Tue Sep 1 21:53:35 2009 +0200
 
137826
Commit:     Benjamin Otte <otte@gnome.org>
 
137827
CommitDate: Tue Sep 1 21:53:35 2009 +0200
120863
137828
 
120864
137829
    Use lchmod instead of stat + chown if available
120865
137830
 
120870
137835
 2 files changed, 8 insertions(+), 4 deletions(-)
120871
137836
 
120872
137837
commit 48e0af0157f52ac12b904bd92540432a18b139c7
120873
 
Author: Benjamin Otte <otte@gnome.org>
120874
 
Date:   Tue Sep 1 21:26:08 2009 +0200
 
137838
Author:     Benjamin Otte <otte@gnome.org>
 
137839
AuthorDate: Tue Sep 1 21:26:08 2009 +0200
 
137840
Commit:     Benjamin Otte <otte@gnome.org>
 
137841
CommitDate: Tue Sep 1 21:33:11 2009 +0200
120875
137842
 
120876
137843
    Bug 593406 - Permissions set to 777 after copying via Nautilus
120877
137844
 
120882
137849
 1 file changed, 16 insertions(+), 5 deletions(-)
120883
137850
 
120884
137851
commit bb7852e34b1845e516290e1b45a960a345ee8a43
120885
 
Author: Benjamin Otte <otte@gnome.org>
120886
 
Date:   Tue Sep 1 20:36:31 2009 +0200
 
137852
Author:     Benjamin Otte <otte@gnome.org>
 
137853
AuthorDate: Tue Sep 1 20:36:31 2009 +0200
 
137854
Commit:     Benjamin Otte <otte@gnome.org>
 
137855
CommitDate: Tue Sep 1 21:29:43 2009 +0200
120887
137856
 
120888
137857
    Only do the chmod NOFOLLOW_SYMLINK checks with HAVE_SYMLINK
120889
137858
 
120891
137860
 1 file changed, 3 insertions(+), 1 deletion(-)
120892
137861
 
120893
137862
commit 8212aadac79d70153d880fe1f21914a2b491dca3
120894
 
Author: Dan Winship <danw@gnome.org>
120895
 
Date:   Tue Sep 1 09:37:48 2009 -0400
 
137863
Author:     Dan Winship <danw@gnome.org>
 
137864
AuthorDate: Tue Sep 1 09:37:48 2009 -0400
 
137865
Commit:     Dan Winship <danw@gnome.org>
 
137866
CommitDate: Tue Sep 1 09:40:03 2009 -0400
120896
137867
 
120897
137868
    g_time_val_from_iso8601: handle timezoneless dates
120898
137869
 
120906
137877
 2 files changed, 34 insertions(+), 5 deletions(-)
120907
137878
 
120908
137879
commit fc44bf40a4eff8e122b223e97ee5efcbc548be03
120909
 
Author: Benjamin Otte <otte@gnome.org>
120910
 
Date:   Tue Sep 1 12:48:55 2009 +0200
 
137880
Author:     Benjamin Otte <otte@gnome.org>
 
137881
AuthorDate: Tue Sep 1 12:48:55 2009 +0200
 
137882
Commit:     Benjamin Otte <otte@gnome.org>
 
137883
CommitDate: Tue Sep 1 12:48:55 2009 +0200
120911
137884
 
120912
137885
    Fix gtk-doc syntax
120913
137886
 
120915
137888
 1 file changed, 4 insertions(+), 4 deletions(-)
120916
137889
 
120917
137890
commit e695c0932f5d02f3b222f0b7a3de1f8c00ba7b81
120918
 
Author: Benjamin Otte <otte@gnome.org>
120919
 
Date:   Tue Sep 1 11:54:48 2009 +0200
 
137891
Author:     Benjamin Otte <otte@gnome.org>
 
137892
AuthorDate: Tue Sep 1 11:54:48 2009 +0200
 
137893
Commit:     Benjamin Otte <otte@gnome.org>
 
137894
CommitDate: Tue Sep 1 12:15:31 2009 +0200
120920
137895
 
120921
137896
    Bug 593406 - Permissions set to 777 after copying via Nautilus
120922
137897
 
120938
137913
 1 file changed, 10 insertions(+), 2 deletions(-)
120939
137914
 
120940
137915
commit e967a47117d3b8fdb3e5c786e9069872d8e787c4
120941
 
Author: Kjartan Maraas <kmaraas@gnome.org>
120942
 
Date:   Tue Sep 1 10:52:07 2009 +0200
 
137916
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
137917
AuthorDate: Tue Sep 1 10:52:07 2009 +0200
 
137918
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
137919
CommitDate: Tue Sep 1 10:52:59 2009 +0200
120943
137920
 
120944
137921
    Update Norwegian bokmål translation.
120945
137922
 
120948
137925
 1 file changed, 464 insertions(+), 456 deletions(-)
120949
137926
 
120950
137927
commit c433158e8676424ede4e396b6d4bf22d5210634b
120951
 
Author: Sandeep Shedmake <sshedmak@redhat.com>
120952
 
Date:   Mon Aug 31 20:47:13 2009 +0530
 
137928
Author:     Sandeep Shedmake <sshedmak@redhat.com>
 
137929
AuthorDate: Mon Aug 31 20:47:13 2009 +0530
 
137930
Commit:     Sandeep Shedmake <sshedmak@redhat.com>
 
137931
CommitDate: Mon Aug 31 20:47:13 2009 +0530
120953
137932
 
120954
137933
    Updated Marathi Translations
120955
137934
 
120958
137937
 1 file changed, 34 insertions(+), 34 deletions(-)
120959
137938
 
120960
137939
commit c59dbb4ddfb824c022087d15d75d3f5de1c032cc
120961
 
Author: Sandeep Shedmake <sshedmak@redhat.com>
120962
 
Date:   Mon Aug 31 20:29:16 2009 +0530
 
137940
Author:     Sandeep Shedmake <sshedmak@redhat.com>
 
137941
AuthorDate: Mon Aug 31 20:29:16 2009 +0530
 
137942
Commit:     Sandeep Shedmake <sshedmak@redhat.com>
 
137943
CommitDate: Mon Aug 31 20:29:16 2009 +0530
120963
137944
 
120964
137945
    Updated Marathi Translations
120965
137946
 
120968
137949
 1 file changed, 528 insertions(+), 617 deletions(-)
120969
137950
 
120970
137951
commit ee8e145472c9b90e89d568710b9672bb20ada524
120971
 
Author: krishnababu k <kkrothap@redhat.ocm>
120972
 
Date:   Mon Aug 31 19:41:54 2009 +0530
 
137952
Author:     krishnababu k <kkrothap@redhat.ocm>
 
137953
AuthorDate: Mon Aug 31 19:41:54 2009 +0530
 
137954
Commit:     krishnababu k <kkrothap@redhat.ocm>
 
137955
CommitDate: Mon Aug 31 19:41:54 2009 +0530
120973
137956
 
120974
137957
    Updated Telugu Translations
120975
137958
 
120978
137961
 1 file changed, 547 insertions(+), 638 deletions(-)
120979
137962
 
120980
137963
commit 3a7560b00a8846150be4d9d2113f352ff1ebcc7a
120981
 
Author: Shankar Prasad <svenkate@redhat.com>
120982
 
Date:   Mon Aug 31 13:34:44 2009 +0530
 
137964
Author:     Shankar Prasad <svenkate@redhat.com>
 
137965
AuthorDate: Mon Aug 31 13:34:44 2009 +0530
 
137966
Commit:     Shankar Prasad <svenkate@redhat.com>
 
137967
CommitDate: Mon Aug 31 13:34:44 2009 +0530
120983
137968
 
120984
137969
    Updated Kannada(kn) translation
120985
137970
 
120988
137973
 1 file changed, 546 insertions(+), 642 deletions(-)
120989
137974
 
120990
137975
commit 31924b19806e31f38eff86d4e43248bec989fd3a
120991
 
Author: Rodrigo L. M. Flores <rlmflores@src.gnome.org>
120992
 
Date:   Sun Aug 30 19:41:47 2009 -0300
 
137976
Author:     Rodrigo L. M. Flores <rlmflores@src.gnome.org>
 
137977
AuthorDate: Sun Aug 30 19:41:47 2009 -0300
 
137978
Commit:     Rodrigo L. M. Flores <rlmflores@src.gnome.org>
 
137979
CommitDate: Sun Aug 30 19:41:47 2009 -0300
120993
137980
 
120994
137981
    Updated Brazilian Portuguese mailing list address.
120995
137982
 
120997
137984
 1 file changed, 2 insertions(+), 2 deletions(-)
120998
137985
 
120999
137986
commit f2b8b6911235358d25b79d75f98d81b5062afe33
121000
 
Author: Petr Kovar <pknbe@volny.cz>
121001
 
Date:   Sat Aug 29 21:05:19 2009 +0200
 
137987
Author:     Petr Kovar <pknbe@volny.cz>
 
137988
AuthorDate: Sat Aug 29 21:05:19 2009 +0200
 
137989
Commit:     Petr Kovar <pknbe@volny.cz>
 
137990
CommitDate: Sat Aug 29 21:05:19 2009 +0200
121002
137991
 
121003
137992
    Updated Czech translation
121004
137993
 
121007
137996
 1 file changed, 532 insertions(+), 609 deletions(-)
121008
137997
 
121009
137998
commit c47dca4cfe51b9376c364ae13a444a6529afed8f
121010
 
Author: Matthias Clasen <mclasen@redhat.com>
121011
 
Date:   Thu Aug 27 23:40:16 2009 -0400
 
137999
Author:     Matthias Clasen <mclasen@redhat.com>
 
138000
AuthorDate: Thu Aug 27 23:40:16 2009 -0400
 
138001
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138002
CommitDate: Thu Aug 27 23:40:16 2009 -0400
121012
138003
 
121013
138004
    Re-commit 30b8774f7f3f7f329af6b041b6c86bad14717534
121014
138005
 
121018
138009
 1 file changed, 3 insertions(+)
121019
138010
 
121020
138011
commit 2889f1b8a322b0657f3c08a4f7e235e4c2c0f348
121021
 
Author: Matthias Clasen <mclasen@redhat.com>
121022
 
Date:   Thu Aug 27 23:02:08 2009 -0400
 
138012
Author:     Matthias Clasen <mclasen@redhat.com>
 
138013
AuthorDate: Thu Aug 27 23:02:08 2009 -0400
 
138014
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138015
CommitDate: Thu Aug 27 23:02:08 2009 -0400
121023
138016
 
121024
138017
    Use the saved errno value
121025
138018
 
121029
138022
 1 file changed, 1 insertion(+), 1 deletion(-)
121030
138023
 
121031
138024
commit 3ba64e72cf40b81f472aa784498c3a97ef434c94
121032
 
Author: Matthias Clasen <mclasen@redhat.com>
121033
 
Date:   Thu Aug 27 22:59:05 2009 -0400
 
138025
Author:     Matthias Clasen <mclasen@redhat.com>
 
138026
AuthorDate: Thu Aug 27 22:59:05 2009 -0400
 
138027
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138028
CommitDate: Thu Aug 27 22:59:05 2009 -0400
121034
138029
 
121035
138030
    Read /dev/urandom unbuffered
121036
138031
 
121040
138035
 1 file changed, 1 insertion(+)
121041
138036
 
121042
138037
commit 3a47f48311d44e690c381f816fd1fa71eed20189
121043
 
Author: Matthias Clasen <mclasen@redhat.com>
121044
 
Date:   Thu Aug 27 22:51:53 2009 -0400
 
138038
Author:     Matthias Clasen <mclasen@redhat.com>
 
138039
AuthorDate: Thu Aug 27 22:51:53 2009 -0400
 
138040
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138041
CommitDate: Thu Aug 27 22:51:53 2009 -0400
121045
138042
 
121046
138043
    Revert "add a "gsettings-backend" extension point to GIO"
121047
138044
 
121051
138048
 1 file changed, 3 deletions(-)
121052
138049
 
121053
138050
commit 30b8774f7f3f7f329af6b041b6c86bad14717534
121054
 
Author: Ryan Lortie <desrt@desrt.ca>
121055
 
Date:   Thu Aug 27 13:45:48 2009 -0400
 
138051
Author:     Ryan Lortie <desrt@desrt.ca>
 
138052
AuthorDate: Thu Aug 27 13:45:48 2009 -0400
 
138053
Commit:     Ryan Lortie <desrt@desrt.ca>
 
138054
CommitDate: Thu Aug 27 13:45:48 2009 -0400
121056
138055
 
121057
138056
    add a "gsettings-backend" extension point to GIO
121058
138057
 
121060
138059
 1 file changed, 3 insertions(+)
121061
138060
 
121062
138061
commit df981f82a097f9a2f2739ec410fa928168b749f6
121063
 
Author: Luca Ferretti <elle.uca@libero.it>
121064
 
Date:   Wed Aug 26 22:04:58 2009 +0200
 
138062
Author:     Luca Ferretti <elle.uca@libero.it>
 
138063
AuthorDate: Wed Aug 26 22:04:58 2009 +0200
 
138064
Commit:     Luca Ferretti <elle.uca@libero.it>
 
138065
CommitDate: Wed Aug 26 22:04:58 2009 +0200
121065
138066
 
121066
138067
    Updated Italian translation
121067
138068
 
121069
138070
 1 file changed, 3 insertions(+), 4 deletions(-)
121070
138071
 
121071
138072
commit 71b684b9cfe76d522a306993dba13fbcc52d0d73
121072
 
Author: Luca Ferretti <elle.uca@libero.it>
121073
 
Date:   Wed Aug 26 15:32:23 2009 +0200
 
138073
Author:     Luca Ferretti <elle.uca@libero.it>
 
138074
AuthorDate: Wed Aug 26 15:32:23 2009 +0200
 
138075
Commit:     Luca Ferretti <elle.uca@libero.it>
 
138076
CommitDate: Wed Aug 26 15:32:23 2009 +0200
121074
138077
 
121075
138078
    Updated Italian translation
121076
138079
 
121079
138082
 1 file changed, 482 insertions(+), 481 deletions(-)
121080
138083
 
121081
138084
commit 884c789ef5e074a2241d1b813847156db1cecdb0
121082
 
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
121083
 
Date:   Wed Aug 26 17:34:17 2009 +0530
 
138085
Author:     Amitakhya Phukan <aphukan@fedoraproject.org>
 
138086
AuthorDate: Wed Aug 26 17:34:17 2009 +0530
 
138087
Commit:     Amitakhya Phukan <aphukan@fedoraproject.org>
 
138088
CommitDate: Wed Aug 26 17:34:17 2009 +0530
121084
138089
 
121085
138090
    Updating Assamese translations
121086
138091
 
121089
138094
 1 file changed, 542 insertions(+), 563 deletions(-)
121090
138095
 
121091
138096
commit 195abb97ff019d0fe7b50a9635830835933be7ae
121092
 
Author: Ani <peter.ani@gmail.com>
121093
 
Date:   Wed Aug 26 15:18:57 2009 +0530
 
138097
Author:     Ani <peter.ani@gmail.com>
 
138098
AuthorDate: Wed Aug 26 15:18:57 2009 +0530
 
138099
Commit:     Ani <peter.ani@gmail.com>
 
138100
CommitDate: Wed Aug 26 15:18:57 2009 +0530
121094
138101
 
121095
138102
    Updated Malayalam Translations
121096
138103
 
121099
138106
 1 file changed, 550 insertions(+), 646 deletions(-)
121100
138107
 
121101
138108
commit 6c1466a2d21820f2df189a258b0c124e7144ba12
121102
 
Author: ifelix <ifelix@redhat.com>
121103
 
Date:   Tue Aug 25 14:10:56 2009 +0530
 
138109
Author:     ifelix <ifelix@redhat.com>
 
138110
AuthorDate: Tue Aug 25 14:10:56 2009 +0530
 
138111
Commit:     ifelix <ifelix@redhat.com>
 
138112
CommitDate: Tue Aug 25 14:10:56 2009 +0530
121104
138113
 
121105
138114
    Updated Tamil Translations
121106
138115
 
121109
138118
 1 file changed, 546 insertions(+), 632 deletions(-)
121110
138119
 
121111
138120
commit 64b49c9087e8120489a0032d596c8837cbe014f9
121112
 
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
121113
 
Date:   Tue Aug 25 12:14:41 2009 +0530
 
138121
Author:     Manoj Kumar Giri <mgiri@mgiri.csb>
 
138122
AuthorDate: Tue Aug 25 12:14:41 2009 +0530
 
138123
Commit:     Manoj Kumar Giri <mgiri@mgiri.csb>
 
138124
CommitDate: Tue Aug 25 12:14:41 2009 +0530
121114
138125
 
121115
138126
    Updated Oriya Translation
121116
138127
 
121119
138130
 1 file changed, 77 insertions(+), 99 deletions(-)
121120
138131
 
121121
138132
commit 24c31a79e1af916fe195e52c79ff8be558e4e848
121122
 
Author: Baris Cicek <baris@teamforce.name.tr>
121123
 
Date:   Tue Aug 25 00:38:34 2009 +0300
 
138133
Author:     Baris Cicek <baris@teamforce.name.tr>
 
138134
AuthorDate: Tue Aug 25 00:38:34 2009 +0300
 
138135
Commit:     Baris Cicek <baris@teamforce.name.tr>
 
138136
CommitDate: Tue Aug 25 00:38:34 2009 +0300
121124
138137
 
121125
138138
    Updated Turkish translation.
121126
138139
 
121129
138142
 1 file changed, 534 insertions(+), 617 deletions(-)
121130
138143
 
121131
138144
commit ef5aef582eb33fd29fe5ec427ef5d236656b8046
121132
 
Author: Luca Ferretti <elle.uca@libero.it>
121133
 
Date:   Mon Aug 24 21:28:11 2009 +0200
 
138145
Author:     Luca Ferretti <elle.uca@libero.it>
 
138146
AuthorDate: Mon Aug 24 21:28:11 2009 +0200
 
138147
Commit:     Luca Ferretti <elle.uca@libero.it>
 
138148
CommitDate: Mon Aug 24 21:28:11 2009 +0200
121134
138149
 
121135
138150
    Fix bump version
121136
138151
 
121138
138153
 1 file changed, 1 insertion(+), 1 deletion(-)
121139
138154
 
121140
138155
commit 83d3242d127ca61d94846341ab491bbe988d2b95
121141
 
Author: Matthias Clasen <mclasen@redhat.com>
121142
 
Date:   Mon Aug 24 14:15:13 2009 -0400
 
138156
Author:     Matthias Clasen <mclasen@redhat.com>
 
138157
AuthorDate: Mon Aug 24 14:15:13 2009 -0400
 
138158
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138159
CommitDate: Mon Aug 24 14:15:13 2009 -0400
121143
138160
 
121144
138161
    Bump version
121145
138162
 
121147
138164
 1 file changed, 2 insertions(+), 2 deletions(-)
121148
138165
 
121149
138166
commit 106cd06ff38fef0356961e1d2eaffaa022035b13
121150
 
Author: Matthias Clasen <mclasen@redhat.com>
121151
 
Date:   Mon Aug 24 14:13:49 2009 -0400
 
138167
Author:     Matthias Clasen <mclasen@redhat.com>
 
138168
AuthorDate: Mon Aug 24 14:13:49 2009 -0400
 
138169
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138170
CommitDate: Mon Aug 24 14:13:49 2009 -0400
121152
138171
 
121153
138172
    2.21.5
121154
138173
 
121244
138263
 88 files changed, 14418 insertions(+), 13942 deletions(-)
121245
138264
 
121246
138265
commit eadef0325aefb68ae0747a7dbca7d6fca4130da2
121247
 
Author: Matthias Clasen <mclasen@redhat.com>
121248
 
Date:   Mon Aug 24 13:34:06 2009 -0400
 
138266
Author:     Matthias Clasen <mclasen@redhat.com>
 
138267
AuthorDate: Mon Aug 24 13:34:06 2009 -0400
 
138268
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138269
CommitDate: Mon Aug 24 13:34:38 2009 -0400
121249
138270
 
121250
138271
    Documentation fixes
121251
138272
 
121255
138276
 3 files changed, 8 insertions(+)
121256
138277
 
121257
138278
commit d1cbb96428f316b77bd31686c7d9b0b96a40bc6e
121258
 
Author: Matthias Clasen <mclasen@redhat.com>
121259
 
Date:   Mon Aug 24 12:21:08 2009 -0400
 
138279
Author:     Matthias Clasen <mclasen@redhat.com>
 
138280
AuthorDate: Mon Aug 24 12:21:08 2009 -0400
 
138281
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138282
CommitDate: Mon Aug 24 13:34:38 2009 -0400
121260
138283
 
121261
138284
    Updates
121262
138285
 
121264
138287
 1 file changed, 46 insertions(+)
121265
138288
 
121266
138289
commit 002da02df8927e1aa5979347402a6fc378dd172f
121267
 
Author: Carles Ferrando <carles.ferrando@gmail.com>
121268
 
Date:   Mon Aug 24 18:38:33 2009 +0200
 
138290
Author:     Carles Ferrando <carles.ferrando@gmail.com>
 
138291
AuthorDate: Mon Aug 24 18:38:33 2009 +0200
 
138292
Commit:     Gil Forcada <gforcada@gnome.org>
 
138293
CommitDate: Mon Aug 24 18:38:33 2009 +0200
121269
138294
 
121270
138295
    Minor update to Catalan (Valencian) translation
121271
138296
 
121274
138299
 1 file changed, 488 insertions(+), 517 deletions(-)
121275
138300
 
121276
138301
commit 2e0656063b2c2633ca0caaa9b2e119c3eaee37cf
121277
 
Author: Rajesh Ranjan <rranjan@rranjan.csb>
121278
 
Date:   Mon Aug 24 16:52:25 2009 +0530
 
138302
Author:     Rajesh Ranjan <rranjan@rranjan.csb>
 
138303
AuthorDate: Mon Aug 24 16:52:25 2009 +0530
 
138304
Commit:     Rajesh Ranjan <rranjan@rranjan.csb>
 
138305
CommitDate: Mon Aug 24 16:52:25 2009 +0530
121279
138306
 
121280
138307
    hindi updated by Rajesh Ranjan
121281
138308
 
121284
138311
 1 file changed, 545 insertions(+), 631 deletions(-)
121285
138312
 
121286
138313
commit 4a5e71b847729341243df2f2a2cd0a8284f4b099
121287
 
Author: Sweta Kothari <swkothar@redhat.com>
121288
 
Date:   Mon Aug 24 14:23:56 2009 +0530
 
138314
Author:     Sweta Kothari <swkothar@redhat.com>
 
138315
AuthorDate: Mon Aug 24 14:23:56 2009 +0530
 
138316
Commit:     Sweta Kothari <swkothar@redhat.com>
 
138317
CommitDate: Mon Aug 24 14:23:56 2009 +0530
121289
138318
 
121290
138319
    Updated Gujarati Translations
121291
138320
 
121294
138323
 1 file changed, 543 insertions(+), 632 deletions(-)
121295
138324
 
121296
138325
commit 90f9eb6e40b6d8c37ca51467f915507ed6ceddc2
121297
 
Author: Duarte Loreto <happyguy_pt@hotmail.com>
121298
 
Date:   Sun Aug 23 14:59:14 2009 +0100
 
138326
Author:     Duarte Loreto <happyguy_pt@hotmail.com>
 
138327
AuthorDate: Sun Aug 23 14:59:14 2009 +0100
 
138328
Commit:     Duarte Loreto <happyguy_pt@hotmail.com>
 
138329
CommitDate: Sun Aug 23 14:59:14 2009 +0100
121299
138330
 
121300
138331
    Updated Portuguese translation
121301
138332
 
121304
138335
 1 file changed, 540 insertions(+), 548 deletions(-)
121305
138336
 
121306
138337
commit feedeb1d12fa490a8685fd00b492fdc054e07883
121307
 
Author: Changwoo Ryu <cwryu@debian.org>
121308
 
Date:   Sun Aug 23 00:50:28 2009 +0900
 
138338
Author:     Changwoo Ryu <cwryu@debian.org>
 
138339
AuthorDate: Sun Aug 23 00:50:28 2009 +0900
 
138340
Commit:     Changwoo Ryu <cwryu@debian.org>
 
138341
CommitDate: Sun Aug 23 00:50:28 2009 +0900
121309
138342
 
121310
138343
    Update Korean translation
121311
138344
 
121314
138347
 1 file changed, 558 insertions(+), 568 deletions(-)
121315
138348
 
121316
138349
commit 8ef30758d56b21aa20c23e5c90a78142183003ed
121317
 
Author: Christian Persch <chpe@gnome.org>
121318
 
Date:   Thu Aug 20 15:13:43 2009 +0200
 
138350
Author:     Christian Persch <chpe@gnome.org>
 
138351
AuthorDate: Thu Aug 20 15:13:43 2009 +0200
 
138352
Commit:     Christian Persch <chpe@gnome.org>
 
138353
CommitDate: Sat Aug 22 15:08:43 2009 +0200
121319
138354
 
121320
138355
    Preserve errno
121321
138356
 
121328
138363
 4 files changed, 49 insertions(+), 22 deletions(-)
121329
138364
 
121330
138365
commit feff29aefc75459bc1b39235cb0e842fbf0fa2b4
121331
 
Author: A S Alam <aalam@users.sf.net>
121332
 
Date:   Sat Aug 22 06:15:29 2009 +0530
 
138366
Author:     A S Alam <aalam@users.sf.net>
 
138367
AuthorDate: Sat Aug 22 06:15:29 2009 +0530
 
138368
Commit:     A S Alam <aalam@users.sf.net>
 
138369
CommitDate: Sat Aug 22 06:15:29 2009 +0530
121333
138370
 
121334
138371
    Update Punjabi after Review
121335
138372
 
121338
138375
 1 file changed, 527 insertions(+), 567 deletions(-)
121339
138376
 
121340
138377
commit a568b054adf4abadfaa1bad293d484771d57f333
121341
 
Author: Tommi Vainikainen <thv@iki.fi>
121342
 
Date:   Fri Aug 21 23:43:53 2009 +0300
 
138378
Author:     Tommi Vainikainen <thv@iki.fi>
 
138379
AuthorDate: Fri Aug 21 23:43:53 2009 +0300
 
138380
Commit:     Tommi Vainikainen <thv@iki.fi>
 
138381
CommitDate: Fri Aug 21 23:43:53 2009 +0300
121343
138382
 
121344
138383
    Updated Finnish translation
121345
138384
 
121348
138387
 1 file changed, 635 insertions(+), 643 deletions(-)
121349
138388
 
121350
138389
commit 956996ddaa82ca5cfeb8e70191ef6b7716186a7c
121351
 
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
121352
 
Date:   Fri Aug 21 00:15:12 2009 +0900
 
138390
Author:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
138391
AuthorDate: Fri Aug 21 00:15:12 2009 +0900
 
138392
Commit:     Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
138393
CommitDate: Fri Aug 21 00:15:12 2009 +0900
121353
138394
 
121354
138395
    Update Japanese translation.
121355
138396
 
121358
138399
 1 file changed, 115 insertions(+), 118 deletions(-)
121359
138400
 
121360
138401
commit 2a880831edc4c22ed5ada05a31ab8a4f24b7d3e1
121361
 
Author: Tomasz Dominikowski <dominikowski@gmail.com>
121362
 
Date:   Thu Aug 20 11:55:03 2009 +0200
 
138402
Author:     Tomasz Dominikowski <dominikowski@gmail.com>
 
138403
AuthorDate: Thu Aug 20 11:55:03 2009 +0200
 
138404
Commit:     Tomasz Dominikowski <dominikowski@gmail.com>
 
138405
CommitDate: Thu Aug 20 11:55:03 2009 +0200
121363
138406
 
121364
138407
    Updated Polish translation
121365
138408
 
121368
138411
 1 file changed, 659 insertions(+), 762 deletions(-)
121369
138412
 
121370
138413
commit cd5bd15987b573a436e715e59b0c651e50534bc1
121371
 
Author: Dan Winship <danw@gnome.org>
121372
 
Date:   Wed Aug 19 12:12:06 2009 -0400
 
138414
Author:     Dan Winship <danw@gnome.org>
 
138415
AuthorDate: Wed Aug 19 12:12:06 2009 -0400
 
138416
Commit:     Dan Winship <danw@gnome.org>
 
138417
CommitDate: Wed Aug 19 12:12:15 2009 -0400
121373
138418
 
121374
138419
    Use MSG_NOSIGNAL in GSocket if it's available
121375
138420
 
121384
138429
 1 file changed, 12 insertions(+), 2 deletions(-)
121385
138430
 
121386
138431
commit 021dd960cf9c02b0ea59cbfa1db603d3f9a467f0
121387
 
Author: Dan Winship <danw@gnome.org>
121388
 
Date:   Wed Aug 19 12:07:53 2009 -0400
 
138432
Author:     Dan Winship <danw@gnome.org>
 
138433
AuthorDate: Wed Aug 19 12:07:53 2009 -0400
 
138434
Commit:     Dan Winship <danw@gnome.org>
 
138435
CommitDate: Wed Aug 19 12:08:15 2009 -0400
121389
138436
 
121390
138437
    Re-run res_init() when resolv.conf changes
121391
138438
 
121404
138451
 5 files changed, 132 insertions(+), 24 deletions(-)
121405
138452
 
121406
138453
commit 6db03d73a45bc0acae0bb96849733bf0ab7ad454
121407
 
Author: Benjamin Otte <otte@gnome.org>
121408
 
Date:   Tue Aug 11 18:50:28 2009 +0200
 
138454
Author:     Benjamin Otte <otte@gnome.org>
 
138455
AuthorDate: Tue Aug 11 18:50:28 2009 +0200
 
138456
Commit:     Benjamin Otte <otte@gnome.org>
 
138457
CommitDate: Wed Aug 19 11:02:06 2009 +0200
121409
138458
 
121410
138459
    When creating a pipe for a cancelled cancellable, write to it
121411
138460
 
121415
138464
 1 file changed, 6 insertions(+), 2 deletions(-)
121416
138465
 
121417
138466
commit faae032ad0579acf756e8848ebedbfda69d5b3be
121418
 
Author: Benjamin Otte <otte@gnome.org>
121419
 
Date:   Tue Aug 11 15:12:20 2009 +0200
 
138467
Author:     Benjamin Otte <otte@gnome.org>
 
138468
AuthorDate: Tue Aug 11 15:12:20 2009 +0200
 
138469
Commit:     Benjamin Otte <otte@gnome.org>
 
138470
CommitDate: Wed Aug 19 11:02:06 2009 +0200
121420
138471
 
121421
138472
    Use g_cancellable_release_fd()
121422
138473
 
121429
138480
 3 files changed, 12 insertions(+), 2 deletions(-)
121430
138481
 
121431
138482
commit e2c97292c21dbb57d34d812cf48b331ca5cf0d60
121432
 
Author: Benjamin Otte <otte@gnome.org>
121433
 
Date:   Tue Aug 11 15:04:43 2009 +0200
 
138483
Author:     Benjamin Otte <otte@gnome.org>
 
138484
AuthorDate: Tue Aug 11 15:04:43 2009 +0200
 
138485
Commit:     Benjamin Otte <otte@gnome.org>
 
138486
CommitDate: Wed Aug 19 11:02:06 2009 +0200
121434
138487
 
121435
138488
    Implement g_cancellable_release_fd()
121436
138489
 
121442
138495
 1 file changed, 58 insertions(+), 19 deletions(-)
121443
138496
 
121444
138497
commit 63426886ff4066fefbeaf2e6b08a6c04b39a7890
121445
 
Author: Benjamin Otte <otte@gnome.org>
121446
 
Date:   Tue Aug 11 14:52:56 2009 +0200
 
138498
Author:     Benjamin Otte <otte@gnome.org>
 
138499
AuthorDate: Tue Aug 11 14:52:56 2009 +0200
 
138500
Commit:     Benjamin Otte <otte@gnome.org>
 
138501
CommitDate: Wed Aug 19 11:02:05 2009 +0200
121447
138502
 
121448
138503
    Add g_cancellable_release_fd()
121449
138504
 
121461
138516
 5 files changed, 34 insertions(+), 1 deletion(-)
121462
138517
 
121463
138518
commit bb8e4f06ab1a0ada2c8835284ec5f853378694e2
121464
 
Author: Benjamin Otte <otte@gnome.org>
121465
 
Date:   Thu Aug 13 20:19:15 2009 +0200
 
138519
Author:     Benjamin Otte <otte@gnome.org>
 
138520
AuthorDate: Thu Aug 13 20:19:15 2009 +0200
 
138521
Commit:     Benjamin Otte <otte@gnome.org>
 
138522
CommitDate: Wed Aug 19 11:02:05 2009 +0200
121466
138523
 
121467
138524
    Bug 591714 – Figure out failure handling for
121468
138525
    g_cancellable_make_pollfd()
121479
138536
 5 files changed, 34 insertions(+), 31 deletions(-)
121480
138537
 
121481
138538
commit a0e3b4ae8447f0831397384a54f4be276e84764b
121482
 
Author: Og B. Maciel <ogmaciel@gnome.org>
121483
 
Date:   Tue Aug 18 23:09:12 2009 -0400
 
138539
Author:     Og B. Maciel <ogmaciel@gnome.org>
 
138540
AuthorDate: Tue Aug 18 23:09:12 2009 -0400
 
138541
Commit:     Og B. Maciel <ogmaciel@gnome.org>
 
138542
CommitDate: Tue Aug 18 23:09:12 2009 -0400
121484
138543
 
121485
138544
    Updated Brazilian Portuguese translation.
121486
138545
 
121488
138547
 1 file changed, 7 insertions(+), 12 deletions(-)
121489
138548
 
121490
138549
commit 981d14e85ccf8d1dc721bd44e030728eff9b2501
121491
 
Author: Benjamin Otte <otte@gnome.org>
121492
 
Date:   Thu Aug 6 18:17:32 2009 +0200
 
138550
Author:     Benjamin Otte <otte@gnome.org>
 
138551
AuthorDate: Thu Aug 6 18:17:32 2009 +0200
 
138552
Commit:     Benjamin Otte <otte@gnome.org>
 
138553
CommitDate: Tue Aug 18 11:35:01 2009 +0200
121493
138554
 
121494
138555
    Improve documentation for g_error_matches()
121495
138556
 
121497
138558
 1 file changed, 3 insertions(+), 2 deletions(-)
121498
138559
 
121499
138560
commit a6ac4e90d5ab6a311aab545745ceb3e375bf65a4
121500
 
Author: Benjamin Otte <otte@gnome.org>
121501
 
Date:   Mon Jul 27 18:48:11 2009 +0200
 
138561
Author:     Benjamin Otte <otte@gnome.org>
 
138562
AuthorDate: Mon Jul 27 18:48:11 2009 +0200
 
138563
Commit:     Benjamin Otte <otte@gnome.org>
 
138564
CommitDate: Tue Aug 18 11:34:20 2009 +0200
121502
138565
 
121503
138566
    Fix multiple returns in gtk-doc comment
121504
138567
 
121506
138569
 1 file changed, 1 deletion(-)
121507
138570
 
121508
138571
commit 8f6d26e9647db4e5f2336319e1b0ae439f54b75d
121509
 
Author: Dan Winship <danw@gnome.org>
121510
 
Date:   Mon Aug 17 13:20:49 2009 -0400
 
138572
Author:     Dan Winship <danw@gnome.org>
 
138573
AuthorDate: Mon Aug 17 13:20:49 2009 -0400
 
138574
Commit:     Dan Winship <danw@gnome.org>
 
138575
CommitDate: Mon Aug 17 13:20:49 2009 -0400
121511
138576
 
121512
138577
    g_inet_socket_address_to_native: properly zero out sockaddr_in6
121513
138578
 
121515
138580
 1 file changed, 1 insertion(+), 1 deletion(-)
121516
138581
 
121517
138582
commit aa5293612f2eb0a6a02fbf74eb56bbf05faba8df
121518
 
Author: Ask H. Larsen <asklarsen@gmail.com>
121519
 
Date:   Sun Aug 16 19:10:50 2009 +0200
 
138583
Author:     Ask H. Larsen <asklarsen@gmail.com>
 
138584
AuthorDate: Sun Aug 16 19:10:50 2009 +0200
 
138585
Commit:     Kenneth Nielsen <kenneth@askhl.(none)>
 
138586
CommitDate: Sun Aug 16 19:10:50 2009 +0200
121520
138587
 
121521
138588
    Updated Danish translation
121522
138589
 
121525
138592
 1 file changed, 544 insertions(+), 546 deletions(-)
121526
138593
 
121527
138594
commit 2db41f3df58a3d926da2a4afa7014118db2913e2
121528
 
Author: Mattias Põldaru <mahfiaz gmail com>
121529
 
Date:   Sat Aug 15 08:21:01 2009 +0300
 
138595
Author:     Mattias Põldaru <mahfiaz gmail com>
 
138596
AuthorDate: Sat Aug 15 08:21:01 2009 +0300
 
138597
Commit:     Priit Laes <plaes@plaes.org>
 
138598
CommitDate: Sat Aug 15 08:21:01 2009 +0300
121530
138599
 
121531
138600
    Updating Estonian translation
121532
138601
 
121534
138603
 1 file changed, 7 insertions(+), 4 deletions(-)
121535
138604
 
121536
138605
commit 406c3aa019a6ce51534f170fd5b82108382a4c6f
121537
 
Author: Shixin Zeng <zeng.shixin@gmail.com>
121538
 
Date:   Fri Aug 14 23:21:12 2009 +0300
 
138606
Author:     Shixin Zeng <zeng.shixin@gmail.com>
 
138607
AuthorDate: Fri Aug 14 23:21:12 2009 +0300
 
138608
Commit:     Tor Lillqvist <tml@iki.fi>
 
138609
CommitDate: Fri Aug 14 23:23:28 2009 +0300
121539
138610
 
121540
138611
    [Win32] Avoid superfluous '/' from g_file_resolve_relative_path()
121541
138612
 
121545
138616
 1 file changed, 13 insertions(+), 3 deletions(-)
121546
138617
 
121547
138618
commit 1b298d6a1bc3b4e5c1c701f26e3981cdae4b89eb
121548
 
Author: Tor Lillqvist <tml@iki.fi>
121549
 
Date:   Fri Aug 14 22:59:47 2009 +0300
 
138619
Author:     Tor Lillqvist <tml@iki.fi>
 
138620
AuthorDate: Fri Aug 14 22:59:47 2009 +0300
 
138621
Commit:     Tor Lillqvist <tml@iki.fi>
 
138622
CommitDate: Fri Aug 14 23:04:55 2009 +0300
121550
138623
 
121551
138624
    Avoid gcc warning on Windows
121552
138625
 
121557
138630
 1 file changed, 2 insertions(+), 2 deletions(-)
121558
138631
 
121559
138632
commit c24f6e55276fac68b08df34b0d350f65afe994d9
121560
 
Author: Frédéric Péters <fpeters@0d.be>
121561
 
Date:   Fri Aug 14 21:00:41 2009 +0200
 
138633
Author:     Frédéric Péters <fpeters@0d.be>
 
138634
AuthorDate: Fri Aug 14 21:00:41 2009 +0200
 
138635
Commit:     Frédéric Péters <fpeters@0d.be>
 
138636
CommitDate: Fri Aug 14 21:36:42 2009 +0200
121562
138637
 
121563
138638
    Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64
121564
138639
 
121573
138648
 1 file changed, 1 insertion(+), 1 deletion(-)
121574
138649
 
121575
138650
commit eae6bdd397ef94a6f7c1a3e42c750b948a659fd2
121576
 
Author: Priit Laes <plaes plaes org>
121577
 
Date:   Fri Aug 14 22:09:18 2009 +0300
 
138651
Author:     Priit Laes <plaes plaes org>
 
138652
AuthorDate: Fri Aug 14 22:09:18 2009 +0300
 
138653
Commit:     Priit Laes <plaes@plaes.org>
 
138654
CommitDate: Fri Aug 14 22:09:18 2009 +0300
121578
138655
 
121579
138656
    Updating Estonian translation
121580
138657
 
121583
138660
 1 file changed, 56 insertions(+), 62 deletions(-)
121584
138661
 
121585
138662
commit 37dbffe7d8b0f0985f9c4d37d5df604d81ff0bd0
121586
 
Author: krishnababu k <kkrothap@redhat.ocm>
121587
 
Date:   Fri Aug 14 16:56:09 2009 +0530
 
138663
Author:     krishnababu k <kkrothap@redhat.ocm>
 
138664
AuthorDate: Fri Aug 14 16:56:09 2009 +0530
 
138665
Commit:     krishnababu k <kkrothap@redhat.ocm>
 
138666
CommitDate: Fri Aug 14 16:56:09 2009 +0530
121588
138667
 
121589
138668
    Updated Telugu Translations
121590
138669
 
121593
138672
 1 file changed, 461 insertions(+), 460 deletions(-)
121594
138673
 
121595
138674
commit 8b117b225e426b73c8fb2abc2ac5e56ed739ac96
121596
 
Author: Alexander Shopov <ash@contact.bg>
121597
 
Date:   Thu Aug 13 07:12:29 2009 +0300
 
138675
Author:     Alexander Shopov <ash@contact.bg>
 
138676
AuthorDate: Thu Aug 13 07:12:29 2009 +0300
 
138677
Commit:     Alexander Shopov <ash@contact.bg>
 
138678
CommitDate: Thu Aug 13 07:14:39 2009 +0300
121598
138679
 
121599
138680
    Updated Bulgarian translation
121600
138681
 
121603
138684
 1 file changed, 529 insertions(+), 611 deletions(-)
121604
138685
 
121605
138686
commit 4f8dfc6282cc29430775e1ebd2652d67c08b1a6c
121606
 
Author: Henrique P Machado <zehrique@gmail.com>
121607
 
Date:   Tue Aug 11 23:40:09 2009 -0300
 
138687
Author:     Henrique P Machado <zehrique@gmail.com>
 
138688
AuthorDate: Tue Aug 11 23:40:09 2009 -0300
 
138689
Commit:     Leonardo Ferreira Fontenelle <leonardof@gnome.org>
 
138690
CommitDate: Tue Aug 11 23:40:09 2009 -0300
121608
138691
 
121609
138692
    Updated Brazilian Portuguese translation.
121610
138693
 
121613
138696
 1 file changed, 542 insertions(+), 545 deletions(-)
121614
138697
 
121615
138698
commit d20a188b1250ab3cf211d684429127d99378e886
121616
 
Author: Alexander Larsson <alexl@redhat.com>
121617
 
Date:   Tue Aug 11 20:22:51 2009 +0200
 
138699
Author:     Alexander Larsson <alexl@redhat.com>
 
138700
AuthorDate: Tue Aug 11 20:22:51 2009 +0200
 
138701
Commit:     Alexander Larsson <alexl@redhat.com>
 
138702
CommitDate: Tue Aug 11 20:26:12 2009 +0200
121618
138703
 
121619
138704
    Only fsync if the existing file is > 0 bytes
121620
138705
 
121627
138712
 1 file changed, 27 insertions(+), 22 deletions(-)
121628
138713
 
121629
138714
commit 79a70dc80056859f10b39c711ee43389e8c32a7f
121630
 
Author: Luca Ferretti <elle.uca@libero.it>
121631
 
Date:   Tue Aug 11 01:27:08 2009 +0200
 
138715
Author:     Luca Ferretti <elle.uca@libero.it>
 
138716
AuthorDate: Tue Aug 11 01:27:08 2009 +0200
 
138717
Commit:     Luca Ferretti <elle.uca@libero.it>
 
138718
CommitDate: Tue Aug 11 01:27:08 2009 +0200
121632
138719
 
121633
138720
    Updated Italian translation
121634
138721
 
121637
138724
 1 file changed, 536 insertions(+), 543 deletions(-)
121638
138725
 
121639
138726
commit c18bcd6e8e385628e55166eabbd93d5c87c82da0
121640
 
Author: Antón Méixome <meixome@mancomun.org>
121641
 
Date:   Mon Aug 10 16:26:46 2009 +0200
 
138727
Author:     Antón Méixome <meixome@mancomun.org>
 
138728
AuthorDate: Mon Aug 10 16:26:46 2009 +0200
 
138729
Commit:     Gil Forcada <gforcada@gnome.org>
 
138730
CommitDate: Mon Aug 10 16:26:46 2009 +0200
121642
138731
 
121643
138732
    Updated Galician translation
121644
138733
 
121647
138736
 1 file changed, 60 insertions(+), 69 deletions(-)
121648
138737
 
121649
138738
commit a465508e2d3d52b919ccbf9f2c5bd90395922904
121650
 
Author: Craig Loftus <talk@craigloftus.net>
121651
 
Date:   Thu Jul 23 20:24:22 2009 +0100
 
138739
Author:     Craig Loftus <talk@craigloftus.net>
 
138740
AuthorDate: Thu Jul 23 20:24:22 2009 +0100
 
138741
Commit:     David King <davidk@openismus.com>
 
138742
CommitDate: Mon Aug 10 15:40:01 2009 +0200
121652
138743
 
121653
138744
    Migrate gbase64 docs from SGML template to inline comments
121654
138745
 
121662
138753
 2 files changed, 20 insertions(+), 105 deletions(-)
121663
138754
 
121664
138755
commit 32c84729f5dac30170cf20aa44e6857a44e5349f
121665
 
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
121666
 
Date:   Mon Aug 10 13:57:21 2009 +0200
 
138756
Author:     Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
138757
AuthorDate: Mon Aug 10 13:57:21 2009 +0200
 
138758
Commit:     dooteo <dooteo@dhcppc1.zundan.com>
 
138759
CommitDate: Mon Aug 10 13:57:21 2009 +0200
121667
138760
 
121668
138761
    Updated Basque language
121669
138762
 
121672
138765
 1 file changed, 551 insertions(+), 658 deletions(-)
121673
138766
 
121674
138767
commit f2d779aa0f5ba676fa8715710cebd2607cb339a3
121675
 
Author: Antón Méixome <meixome@mancomun.org>
121676
 
Date:   Sun Aug 9 16:35:09 2009 +0200
 
138768
Author:     Antón Méixome <meixome@mancomun.org>
 
138769
AuthorDate: Sun Aug 9 16:35:09 2009 +0200
 
138770
Commit:     Ignacio Casal Quinteiro <icq@gnome.org>
 
138771
CommitDate: Sun Aug 9 16:35:09 2009 +0200
121677
138772
 
121678
138773
    Updated Galician Translation
121679
138774
 
121682
138777
 1 file changed, 514 insertions(+), 591 deletions(-)
121683
138778
 
121684
138779
commit f04a35e43bece5e51061dcef2ebc6dd6204a1c1b
121685
 
Author: Matthias Clasen <mclasen@redhat.com>
121686
 
Date:   Fri Jul 17 20:34:16 2009 -0400
 
138780
Author:     Matthias Clasen <mclasen@redhat.com>
 
138781
AuthorDate: Fri Jul 17 20:34:16 2009 -0400
 
138782
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138783
CommitDate: Sat Aug 8 21:44:23 2009 -0400
121687
138784
 
121688
138785
    Bump version
121689
138786
 
121691
138788
 1 file changed, 1 insertion(+), 1 deletion(-)
121692
138789
 
121693
138790
commit 5827f6674282d627efbb9c68d32577470d722192
121694
 
Author: Seán de Búrca <leftmostcat@gmail.com>
121695
 
Date:   Sat Aug 8 01:53:34 2009 -0600
 
138791
Author:     Seán de Búrca <leftmostcat@gmail.com>
 
138792
AuthorDate: Sat Aug 8 01:53:34 2009 -0600
 
138793
Commit:     Seán de Búrca <leftmostcat@gmail.com>
 
138794
CommitDate: Sat Aug 8 01:53:34 2009 -0600
121696
138795
 
121697
138796
    Updated Irish translation
121698
138797
 
121701
138800
 1 file changed, 545 insertions(+), 580 deletions(-)
121702
138801
 
121703
138802
commit 93d40918c59981f863d31a10d9f66a2a9b3177ff
121704
 
Author: Philip Withnall <philip@tecnocode.co.uk>
121705
 
Date:   Sat Aug 1 16:46:02 2009 +0100
 
138803
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
138804
AuthorDate: Sat Aug 1 16:46:02 2009 +0100
 
138805
Commit:     Philip Withnall <philip@tecnocode.co.uk>
 
138806
CommitDate: Thu Aug 6 18:02:11 2009 +0100
121706
138807
 
121707
138808
    Added clarification to mutex free functions
121708
138809
 
121712
138813
 1 file changed, 12 insertions(+)
121713
138814
 
121714
138815
commit faccd7fdf3edb8416aacc0191fdb6c5b2965ac6d
121715
 
Author: Ivar Smolin <okul@linux.ee>
121716
 
Date:   Wed Aug 5 13:29:26 2009 +0300
 
138816
Author:     Ivar Smolin <okul@linux.ee>
 
138817
AuthorDate: Wed Aug 5 13:29:26 2009 +0300
 
138818
Commit:     Priit Laes <plaes@plaes.org>
 
138819
CommitDate: Wed Aug 5 13:29:26 2009 +0300
121717
138820
 
121718
138821
    Updating Estonian translation
121719
138822
 
121722
138825
 1 file changed, 27 insertions(+), 486 deletions(-)
121723
138826
 
121724
138827
commit 405823aeea24fb2ce8d47e0c09e46607117fd27f
121725
 
Author: Kjartan Maraas <kmaraas@gnome.org>
121726
 
Date:   Mon Aug 3 00:16:54 2009 +0200
 
138828
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
138829
AuthorDate: Mon Aug 3 00:16:54 2009 +0200
 
138830
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
138831
CommitDate: Mon Aug 3 00:16:54 2009 +0200
121727
138832
 
121728
138833
    Updated Norwegian bokmål translation.
121729
138834
 
121731
138836
 1 file changed, 25 insertions(+), 29 deletions(-)
121732
138837
 
121733
138838
commit 882e36106d7a5d04c29af87e4e9f7aa4bc3d5e08
121734
 
Author: Dan Winship <danw@gnome.org>
121735
 
Date:   Thu Jul 30 11:18:35 2009 -0400
 
138839
Author:     Dan Winship <danw@gnome.org>
 
138840
AuthorDate: Thu Jul 30 11:18:35 2009 -0400
 
138841
Commit:     Dan Winship <danw@gnome.org>
 
138842
CommitDate: Thu Jul 30 11:18:35 2009 -0400
121736
138843
 
121737
138844
    Fix a bad void return. #588901
121738
138845
 
121740
138847
 1 file changed, 1 insertion(+), 1 deletion(-)
121741
138848
 
121742
138849
commit f34b1f024feb57e6eb78728d46ff2bbf2ca19453
121743
 
Author: Dan Winship <danw@gnome.org>
121744
 
Date:   Wed Jul 29 22:35:07 2009 -0400
 
138850
Author:     Dan Winship <danw@gnome.org>
 
138851
AuthorDate: Wed Jul 29 22:35:07 2009 -0400
 
138852
Commit:     Dan Winship <danw@gnome.org>
 
138853
CommitDate: Wed Jul 29 22:35:07 2009 -0400
121745
138854
 
121746
138855
    Conditionalize portability #includes in g-asyncns.h
121747
138856
 
121751
138860
 1 file changed, 6 insertions(+)
121752
138861
 
121753
138862
commit 81de534cf73b63add07ff93d851824da80eb4280
121754
 
Author: Daniel Nylander <po@danielnylander.se>
121755
 
Date:   Tue Jul 28 01:59:05 2009 +0200
 
138863
Author:     Daniel Nylander <po@danielnylander.se>
 
138864
AuthorDate: Tue Jul 28 01:59:05 2009 +0200
 
138865
Commit:     Daniel Nylander <po@danielnylander.se>
 
138866
CommitDate: Tue Jul 28 01:59:05 2009 +0200
121756
138867
 
121757
138868
    Updated Swedish translation
121758
138869
 
121761
138872
 1 file changed, 782 insertions(+), 765 deletions(-)
121762
138873
 
121763
138874
commit 45067ab9e97de0992acd4004d6e4de957d6c28f4
121764
 
Author: Dan Winship <danw@gnome.org>
121765
 
Date:   Thu Jul 23 16:27:01 2009 -0400
 
138875
Author:     Dan Winship <danw@gnome.org>
 
138876
AuthorDate: Thu Jul 23 16:27:01 2009 -0400
 
138877
Commit:     Dan Winship <danw@gnome.org>
 
138878
CommitDate: Thu Jul 23 16:27:01 2009 -0400
121766
138879
 
121767
138880
    Fix leaks in GSocketClient and GThreadedResolver
121768
138881
 
121777
138890
 5 files changed, 32 insertions(+), 5 deletions(-)
121778
138891
 
121779
138892
commit 66ff2542d32c93226a28ad1d0a60e83884b26910
121780
 
Author: Kjartan Maraas <kmaraas@gnome.org>
121781
 
Date:   Wed Jul 22 18:58:57 2009 +0200
 
138893
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
138894
AuthorDate: Wed Jul 22 18:58:57 2009 +0200
 
138895
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
138896
CommitDate: Wed Jul 22 18:58:57 2009 +0200
121782
138897
 
121783
138898
    Updated Norwegian bokmål translation.
121784
138899
 
121787
138902
 1 file changed, 492 insertions(+), 495 deletions(-)
121788
138903
 
121789
138904
commit aac978ec7240cdab768c1d66c0e9a94c714dff43
121790
 
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
121791
 
Date:   Tue Jul 21 12:58:39 2009 -0400
 
138905
Author:     Tristan Van Berkom <tristan.van.berkom@gmail.com>
 
138906
AuthorDate: Tue Jul 21 12:58:39 2009 -0400
 
138907
Commit:     Tristan Van Berkom <tristan.van.berkom@gmail.com>
 
138908
CommitDate: Tue Jul 21 12:58:39 2009 -0400
121792
138909
 
121793
138910
    Added clarification to GArray->len documentation
121794
138911
 
121799
138916
 1 file changed, 1 insertion(+), 1 deletion(-)
121800
138917
 
121801
138918
commit 4654a7d593aed9ab0e131abe250e7e488283c24f
121802
 
Author: Lin Ma <lin.ma@sun.com>
121803
 
Date:   Tue Jul 21 10:45:25 2009 +0800
 
138919
Author:     Lin Ma <lin.ma@sun.com>
 
138920
AuthorDate: Tue Jul 21 10:45:25 2009 +0800
 
138921
Commit:     Lin Ma <lin.ma@sun.com>
 
138922
CommitDate: Tue Jul 21 10:45:25 2009 +0800
121804
138923
 
121805
138924
    Fixed a missing head which will cause crashes for 64bit applications
121806
138925
 
121812
138931
 1 file changed, 1 insertion(+)
121813
138932
 
121814
138933
commit ba6be2035d9bd43b1a873492e189d0bccbd20178
121815
 
Author: Behdad Esfahbod <behdad@behdad.org>
121816
 
Date:   Fri Jun 5 23:24:28 2009 -0400
 
138934
Author:     Behdad Esfahbod <behdad@behdad.org>
 
138935
AuthorDate: Fri Jun 5 23:24:28 2009 -0400
 
138936
Commit:     Behdad Esfahbod <behdad@behdad.org>
 
138937
CommitDate: Mon Jul 20 16:03:25 2009 -0400
121817
138938
 
121818
138939
    [gbsearcharray] Use malloc() instead of realloc(NULL,...)
121819
138940
 
121821
138942
 1 file changed, 1 insertion(+), 1 deletion(-)
121822
138943
 
121823
138944
commit dfda26d1a980e6e096d93ecfec8f59872b80dee4
121824
 
Author: Benjamin Otte <otte@gnome.org>
121825
 
Date:   Mon Jul 20 14:29:32 2009 +0200
 
138945
Author:     Benjamin Otte <otte@gnome.org>
 
138946
AuthorDate: Mon Jul 20 14:29:32 2009 +0200
 
138947
Commit:     Benjamin Otte <otte@gnome.org>
 
138948
CommitDate: Mon Jul 20 14:29:51 2009 +0200
121826
138949
 
121827
138950
    Propagate the right error
121828
138951
 
121830
138953
 1 file changed, 1 insertion(+), 1 deletion(-)
121831
138954
 
121832
138955
commit 2cf3e2ed275f8502e1a20195290fa18ebe489216
121833
 
Author: Jorge González <jorgegonz@svn.gnome.org>
121834
 
Date:   Sun Jul 19 13:15:06 2009 +0200
 
138956
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
138957
AuthorDate: Sun Jul 19 13:15:06 2009 +0200
 
138958
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
138959
CommitDate: Sun Jul 19 13:15:06 2009 +0200
121835
138960
 
121836
138961
    Updated Spanish translation
121837
138962
 
121840
138965
 1 file changed, 515 insertions(+), 520 deletions(-)
121841
138966
 
121842
138967
commit 555aa2d28db4f72373d9cfec4045ea1d0f45bb46
121843
 
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
121844
 
Date:   Sun Jul 19 16:33:06 2009 +0700
 
138968
Author:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
138969
AuthorDate: Sun Jul 19 16:33:06 2009 +0700
 
138970
Commit:     Theppitak Karoonboonyanan <thep@linux.thai.net>
 
138971
CommitDate: Sun Jul 19 16:33:06 2009 +0700
121845
138972
 
121846
138973
    Updated Thai translation.
121847
138974
 
121850
138977
 1 file changed, 78 insertions(+), 91 deletions(-)
121851
138978
 
121852
138979
commit f8d1201248cceab59bb971f4906a73f2b0eb0b96
121853
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
121854
 
Date:   Sat Jul 18 21:09:14 2009 +0800
 
138980
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
138981
AuthorDate: Sat Jul 18 21:09:14 2009 +0800
 
138982
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
138983
CommitDate: Sat Jul 18 21:09:14 2009 +0800
121855
138984
 
121856
138985
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
121857
138986
 
121862
138991
 2 files changed, 1038 insertions(+), 1049 deletions(-)
121863
138992
 
121864
138993
commit 9c278ded7d9a4db91dbe96aeb13b6cbb7841525b
121865
 
Author: Matthias Clasen <mclasen@redhat.com>
121866
 
Date:   Fri Jul 17 20:31:28 2009 -0400
 
138994
Author:     Matthias Clasen <mclasen@redhat.com>
 
138995
AuthorDate: Fri Jul 17 20:31:28 2009 -0400
 
138996
Commit:     Matthias Clasen <mclasen@redhat.com>
 
138997
CommitDate: Fri Jul 17 20:31:28 2009 -0400
121867
138998
 
121868
138999
    2.21.4
121869
139000
 
121960
139091
 89 files changed, 21688 insertions(+), 5524 deletions(-)
121961
139092
 
121962
139093
commit 4e273d4650621ea095dda5a5e3f1bac4ee8299ae
121963
 
Author: Matthias Clasen <mclasen@redhat.com>
121964
 
Date:   Fri Jul 17 19:01:47 2009 -0400
 
139094
Author:     Matthias Clasen <mclasen@redhat.com>
 
139095
AuthorDate: Fri Jul 17 19:01:47 2009 -0400
 
139096
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139097
CommitDate: Fri Jul 17 19:01:47 2009 -0400
121965
139098
 
121966
139099
    Updates
121967
139100
 
121969
139102
 1 file changed, 19 insertions(+)
121970
139103
 
121971
139104
commit e845e09524fb3be058688050e97f976b11a247dc
121972
 
Author: Yair Hershkovitz <yairhr@gmail.com>
121973
 
Date:   Fri Jul 17 22:53:56 2009 +0300
 
139105
Author:     Yair Hershkovitz <yairhr@gmail.com>
 
139106
AuthorDate: Fri Jul 17 22:53:56 2009 +0300
 
139107
Commit:     Yair Hershkovitz <yairhr@gmail.com>
 
139108
CommitDate: Fri Jul 17 22:53:56 2009 +0300
121974
139109
 
121975
139110
    Updated Hebrew translation
121976
139111
 
121979
139114
 1 file changed, 633 insertions(+), 429 deletions(-)
121980
139115
 
121981
139116
commit e4bf2ac41d605a2bd3c858790a0fe36b86bcf7d9
121982
 
Author: Martin Nordholts <martinn@src.gnome.org>
121983
 
Date:   Fri Jul 17 16:49:53 2009 +0200
 
139117
Author:     Martin Nordholts <martinn@src.gnome.org>
 
139118
AuthorDate: Fri Jul 17 16:49:53 2009 +0200
 
139119
Commit:     Martin Nordholts <martinn@src.gnome.org>
 
139120
CommitDate: Fri Jul 17 16:57:37 2009 +0200
121984
139121
 
121985
139122
    Support silent build rules with automake 1.11
121986
139123
 
121992
139129
 1 file changed, 4 insertions(+)
121993
139130
 
121994
139131
commit ad0c04c6e9e2ef16dce2e29aeba51f9a7ae8477c
121995
 
Author: Claude Paroz <claude@2xlibre.net>
121996
 
Date:   Tue Jul 14 22:39:31 2009 +0200
 
139132
Author:     Claude Paroz <claude@2xlibre.net>
 
139133
AuthorDate: Tue Jul 14 22:39:31 2009 +0200
 
139134
Commit:     Claude Paroz <claude@2xlibre.net>
 
139135
CommitDate: Tue Jul 14 22:39:31 2009 +0200
121997
139136
 
121998
139137
    Updated French translation
121999
139138
 
122002
139141
 1 file changed, 620 insertions(+), 514 deletions(-)
122003
139142
 
122004
139143
commit 9bc208835760823f2fac4e406973d6387805416e
122005
 
Author: Claude Paroz <claude@2xlibre.net>
122006
 
Date:   Tue Jul 14 18:54:58 2009 +0200
 
139144
Author:     Claude Paroz <claude@2xlibre.net>
 
139145
AuthorDate: Tue Jul 14 18:54:58 2009 +0200
 
139146
Commit:     Claude Paroz <claude@2xlibre.net>
 
139147
CommitDate: Tue Jul 14 18:54:58 2009 +0200
122007
139148
 
122008
139149
    Add missing files in POTFILES.in
122009
139150
 
122011
139152
 1 file changed, 21 insertions(+)
122012
139153
 
122013
139154
commit d439c22e0ff7cec437cdc4037f7621c762ea3181
122014
 
Author: Kjartan Maraas <kmaraas@gnome.org>
122015
 
Date:   Mon Jul 13 11:20:09 2009 +0200
 
139155
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
139156
AuthorDate: Mon Jul 13 11:20:09 2009 +0200
 
139157
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
139158
CommitDate: Mon Jul 13 11:20:09 2009 +0200
122016
139159
 
122017
139160
    Updated Norwegian bokmål translation.
122018
139161
 
122021
139164
 1 file changed, 424 insertions(+), 431 deletions(-)
122022
139165
 
122023
139166
commit e2844da68adb626f20ff9d02d51ca4259f56d55d
122024
 
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
122025
 
Date:   Sun Jul 12 15:19:23 2009 +0800
 
139167
Author:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
139168
AuthorDate: Sun Jul 12 15:19:23 2009 +0800
 
139169
Commit:     Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
139170
CommitDate: Sun Jul 12 15:19:23 2009 +0800
122026
139171
 
122027
139172
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
122028
139173
 
122033
139178
 2 files changed, 898 insertions(+), 909 deletions(-)
122034
139179
 
122035
139180
commit f7f16dc3a2da52183053c5cc0967f7fa6547f65a
122036
 
Author: Matthias Clasen <mclasen@redhat.com>
122037
 
Date:   Fri Jul 10 22:33:03 2009 -0400
 
139181
Author:     Matthias Clasen <mclasen@redhat.com>
 
139182
AuthorDate: Fri Jul 10 22:33:03 2009 -0400
 
139183
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139184
CommitDate: Fri Jul 10 22:33:03 2009 -0400
122038
139185
 
122039
139186
    Remove outdated paragraph
122040
139187
 
122044
139191
 1 file changed, 1 insertion(+), 5 deletions(-)
122045
139192
 
122046
139193
commit 7ba9674d719af6eaa4e7e661be34732215bdfe38
122047
 
Author: Matthias Clasen <mclasen@redhat.com>
122048
 
Date:   Fri Jul 10 13:13:18 2009 -0400
 
139194
Author:     Matthias Clasen <mclasen@redhat.com>
 
139195
AuthorDate: Fri Jul 10 13:13:18 2009 -0400
 
139196
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139197
CommitDate: Fri Jul 10 13:13:18 2009 -0400
122049
139198
 
122050
139199
    Avoid some compiler warnings.
122051
139200
 
122053
139202
 1 file changed, 1 insertion(+), 1 deletion(-)
122054
139203
 
122055
139204
commit 91925d2cf040730f89935a39c0d7aef3b4eb59dd
122056
 
Author: Matthias Clasen <mclasen@redhat.com>
122057
 
Date:   Fri Jul 10 13:11:28 2009 -0400
 
139205
Author:     Matthias Clasen <mclasen@redhat.com>
 
139206
AuthorDate: Fri Jul 10 13:11:28 2009 -0400
 
139207
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139208
CommitDate: Fri Jul 10 13:11:28 2009 -0400
122058
139209
 
122059
139210
    Another possible error code clash, yay
122060
139211
 
122062
139213
 1 file changed, 1 insertion(+), 1 deletion(-)
122063
139214
 
122064
139215
commit c23536cefeacc72d03ad8a83f315758d751cb127
122065
 
Author: Matthias Clasen <mclasen@redhat.com>
122066
 
Date:   Fri Jul 10 11:18:31 2009 -0400
 
139216
Author:     Matthias Clasen <mclasen@redhat.com>
 
139217
AuthorDate: Fri Jul 10 11:18:31 2009 -0400
 
139218
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139219
CommitDate: Fri Jul 10 11:18:31 2009 -0400
122067
139220
 
122068
139221
    Improve g_str_equal docs
122069
139222
 
122073
139226
 1 file changed, 7 insertions(+), 3 deletions(-)
122074
139227
 
122075
139228
commit 6f48065958e24927c84f2983f746e39a3212998c
122076
 
Author: Benjamin Otte <otte@gnome.org>
122077
 
Date:   Thu Jul 9 15:34:00 2009 +0200
 
139229
Author:     Benjamin Otte <otte@gnome.org>
 
139230
AuthorDate: Thu Jul 9 15:34:00 2009 +0200
 
139231
Commit:     Benjamin Otte <otte@gnome.org>
 
139232
CommitDate: Thu Jul 9 15:35:43 2009 +0200
122078
139233
 
122079
139234
    Fix a typo in GRegex documentation
122080
139235
 
122082
139237
 1 file changed, 2 insertions(+), 1 deletion(-)
122083
139238
 
122084
139239
commit c6884a7ec9999b6041dcad8ff3f7c7d93c55c0d2
122085
 
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
122086
 
Date:   Thu Jul 9 10:51:15 2009 +0300
 
139240
Author:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
139241
AuthorDate: Thu Jul 9 10:51:15 2009 +0300
 
139242
Commit:     Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
139243
CommitDate: Thu Jul 9 10:51:15 2009 +0300
122087
139244
 
122088
139245
    Updated Ukrainian translation
122089
139246
 
122092
139249
 1 file changed, 454 insertions(+), 458 deletions(-)
122093
139250
 
122094
139251
commit 4cecb335f4b1d8e39c9402788fb37b7173187dd0
122095
 
Author: Jorge González <jorgegonz@svn.gnome.org>
122096
 
Date:   Tue Jul 7 22:34:35 2009 +0200
 
139252
Author:     Jorge González <jorgegonz@svn.gnome.org>
 
139253
AuthorDate: Tue Jul 7 22:34:35 2009 +0200
 
139254
Commit:     Jorge González <jorgegonz@svn.gnome.org>
 
139255
CommitDate: Tue Jul 7 22:34:35 2009 +0200
122097
139256
 
122098
139257
    Updated Spanish translation
122099
139258
 
122102
139261
 1 file changed, 425 insertions(+), 427 deletions(-)
122103
139262
 
122104
139263
commit 593ea5f6b08c6fb297c1faffed3ada8fb2d95c66
122105
 
Author: Ryan Lortie <desrt@desrt.ca>
122106
 
Date:   Tue Jul 7 21:29:46 2009 +0100
 
139264
Author:     Ryan Lortie <desrt@desrt.ca>
 
139265
AuthorDate: Tue Jul 7 21:29:46 2009 +0100
 
139266
Commit:     Ryan Lortie <desrt@desrt.ca>
 
139267
CommitDate: Tue Jul 7 21:29:46 2009 +0100
122107
139268
 
122108
139269
    Ensure GTree is consistent after _destroy()
122109
139270
 
122113
139274
 1 file changed, 2 insertions(+)
122114
139275
 
122115
139276
commit 7d2bb5f1b1ce0289628b12d98369f3fca92cde24
122116
 
Author: Daniel Nylander <po@danielnylander.se>
122117
 
Date:   Tue Jul 7 19:46:59 2009 +0200
 
139277
Author:     Daniel Nylander <po@danielnylander.se>
 
139278
AuthorDate: Tue Jul 7 19:46:59 2009 +0200
 
139279
Commit:     Daniel Nylander <po@danielnylander.se>
 
139280
CommitDate: Tue Jul 7 19:46:59 2009 +0200
122118
139281
 
122119
139282
    Updated Swedish translation
122120
139283
 
122123
139286
 1 file changed, 635 insertions(+), 628 deletions(-)
122124
139287
 
122125
139288
commit 474ba7dbc37e352d39c0057bd2a31504828dde36
122126
 
Author: Tor Lillqvist <tml@iki.fi>
122127
 
Date:   Tue Jul 7 14:37:45 2009 +0300
 
139289
Author:     Tor Lillqvist <tml@iki.fi>
 
139290
AuthorDate: Tue Jul 7 14:37:45 2009 +0300
 
139291
Commit:     Tor Lillqvist <tml@iki.fi>
 
139292
CommitDate: Tue Jul 7 14:39:10 2009 +0300
122128
139293
 
122129
139294
    Make it compile on Windows.
122130
139295
 
122135
139300
 
122136
139301
commit 10ba0c2e5c6ed069420ec926c1094331c44fb71e
122137
139302
Merge: eff73c9 8792d86
122138
 
Author: Ryan Lortie <desrt@desrt.ca>
122139
 
Date:   Tue Jul 7 09:45:31 2009 +0100
 
139303
Author:     Ryan Lortie <desrt@desrt.ca>
 
139304
AuthorDate: Tue Jul 7 09:45:31 2009 +0100
 
139305
Commit:     Ryan Lortie <desrt@desrt.ca>
 
139306
CommitDate: Tue Jul 7 09:45:31 2009 +0100
122140
139307
 
122141
139308
    Merge branch 'tree-refcount'
122142
139309
 
122143
139310
commit eff73c95e8bb971ccc134e79c15f73ea5a237d30
122144
 
Author: Matthias Clasen <mclasen@redhat.com>
122145
 
Date:   Mon Jul 6 00:33:49 2009 -0400
 
139311
Author:     Matthias Clasen <mclasen@redhat.com>
 
139312
AuthorDate: Mon Jul 6 00:33:49 2009 -0400
 
139313
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139314
CommitDate: Mon Jul 6 00:33:49 2009 -0400
122146
139315
 
122147
139316
    Bump version
122148
139317
 
122150
139319
 1 file changed, 1 insertion(+), 1 deletion(-)
122151
139320
 
122152
139321
commit 400959ddbdddaed22cfd7e898a4414730ecb3ec4
122153
 
Author: Matthias Clasen <mclasen@redhat.com>
122154
 
Date:   Mon Jul 6 00:31:47 2009 -0400
 
139322
Author:     Matthias Clasen <mclasen@redhat.com>
 
139323
AuthorDate: Mon Jul 6 00:31:47 2009 -0400
 
139324
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139325
CommitDate: Mon Jul 6 00:31:47 2009 -0400
122155
139326
 
122156
139327
    2.21.3
122157
139328
 
122250
139421
 91 files changed, 11231 insertions(+), 8078 deletions(-)
122251
139422
 
122252
139423
commit 3d1e8127788d8d406dd7e5d7feaae6d47110f087
122253
 
Author: Matthias Clasen <mclasen@redhat.com>
122254
 
Date:   Mon Jul 6 00:00:42 2009 -0400
 
139424
Author:     Matthias Clasen <mclasen@redhat.com>
 
139425
AuthorDate: Mon Jul 6 00:00:42 2009 -0400
 
139426
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139427
CommitDate: Mon Jul 6 00:00:42 2009 -0400
122255
139428
 
122256
139429
    Document support_thread_contexts
122257
139430
 
122259
139432
 1 file changed, 1 insertion(+)
122260
139433
 
122261
139434
commit d5a51305196ac44b1c9f9edcb93aa688821f60f2
122262
 
Author: Matthias Clasen <mclasen@redhat.com>
122263
 
Date:   Sun Jul 5 23:55:00 2009 -0400
 
139435
Author:     Matthias Clasen <mclasen@redhat.com>
 
139436
AuthorDate: Sun Jul 5 23:55:00 2009 -0400
 
139437
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139438
CommitDate: Sun Jul 5 23:55:00 2009 -0400
122264
139439
 
122265
139440
    Minor doc fix
122266
139441
 
122269
139444
 1 file changed, 53 insertions(+), 54 deletions(-)
122270
139445
 
122271
139446
commit 563c55bb7176e3fad5ea39061feb8406e5968ef3
122272
 
Author: Matthias Clasen <mclasen@redhat.com>
122273
 
Date:   Sun Jul 5 23:38:09 2009 -0400
 
139447
Author:     Matthias Clasen <mclasen@redhat.com>
 
139448
AuthorDate: Sun Jul 5 23:38:09 2009 -0400
 
139449
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139450
CommitDate: Sun Jul 5 23:38:09 2009 -0400
122274
139451
 
122275
139452
    Fix a segfault in g_cancellable_cancel
122276
139453
 
122278
139455
 1 file changed, 1 insertion(+), 1 deletion(-)
122279
139456
 
122280
139457
commit 66e9b50b2ccf7498a55f0608cca31bc8cfad741d
122281
 
Author: Matthias Clasen <mclasen@redhat.com>
122282
 
Date:   Sun Jul 5 22:55:26 2009 -0400
 
139458
Author:     Matthias Clasen <mclasen@redhat.com>
 
139459
AuthorDate: Sun Jul 5 22:55:26 2009 -0400
 
139460
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139461
CommitDate: Sun Jul 5 22:55:26 2009 -0400
122283
139462
 
122284
139463
    Updates
122285
139464
 
122287
139466
 1 file changed, 35 insertions(+)
122288
139467
 
122289
139468
commit 5694ab7642c9ba6fbb85424e71d1c42c17661dd1
122290
 
Author: Matthias Clasen <mclasen@redhat.com>
122291
 
Date:   Sun Jul 5 22:49:24 2009 -0400
 
139469
Author:     Matthias Clasen <mclasen@redhat.com>
 
139470
AuthorDate: Sun Jul 5 22:49:24 2009 -0400
 
139471
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139472
CommitDate: Sun Jul 5 22:49:24 2009 -0400
122292
139473
 
122293
139474
    Revert "Move gio tests from gio/tests/ to tests/gio/"
122294
139475
 
122356
139537
 55 files changed, 6508 insertions(+), 6506 deletions(-)
122357
139538
 
122358
139539
commit 8de4be69a9013e3bce57c0a004e1eada4155f623
122359
 
Author: Matthias Clasen <mclasen@redhat.com>
122360
 
Date:   Sun Jul 5 22:35:55 2009 -0400
 
139540
Author:     Matthias Clasen <mclasen@redhat.com>
 
139541
AuthorDate: Sun Jul 5 22:35:55 2009 -0400
 
139542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139543
CommitDate: Sun Jul 5 22:35:55 2009 -0400
122361
139544
 
122362
139545
    Move comment to the right place
122363
139546
 
122365
139548
 1 file changed, 1 insertion(+), 1 deletion(-)
122366
139549
 
122367
139550
commit aa065346d3230d5facd45ad1e4d50ceae206773f
122368
 
Author: Matthias Clasen <mclasen@redhat.com>
122369
 
Date:   Sun Jul 5 22:26:11 2009 -0400
 
139551
Author:     Matthias Clasen <mclasen@redhat.com>
 
139552
AuthorDate: Sun Jul 5 22:26:11 2009 -0400
 
139553
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139554
CommitDate: Sun Jul 5 22:26:11 2009 -0400
122370
139555
 
122371
139556
    Register ids for new file attributes
122372
139557
 
122375
139560
 2 files changed, 12 insertions(+), 4 deletions(-)
122376
139561
 
122377
139562
commit f043439d7897d3f538dcb2a2d9be9fd7a34ec948
122378
 
Author: Matthias Clasen <mclasen@redhat.com>
122379
 
Date:   Sun Jul 5 22:24:14 2009 -0400
 
139563
Author:     Matthias Clasen <mclasen@redhat.com>
 
139564
AuthorDate: Sun Jul 5 22:24:14 2009 -0400
 
139565
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139566
CommitDate: Sun Jul 5 22:24:14 2009 -0400
122380
139567
 
122381
139568
    Ignore gfileinfo-priv.h
122382
139569
 
122384
139571
 1 file changed, 1 insertion(+)
122385
139572
 
122386
139573
commit 99a1c47343d09ab0485c2377e5c8c53e847d84dd
122387
 
Author: David Zeuthen <davidz@redhat.com>
122388
 
Date:   Sun Jul 5 21:59:38 2009 -0400
 
139574
Author:     David Zeuthen <davidz@redhat.com>
 
139575
AuthorDate: Sun Jul 5 21:59:38 2009 -0400
 
139576
Commit:     Matthias Clasen <mclasen@redhat.com>
 
139577
CommitDate: Sun Jul 5 21:59:38 2009 -0400
122389
139578
 
122390
139579
    Allow interaction when unmounting mounts
122391
139580
 
122439
139628
 16 files changed, 1027 insertions(+), 45 deletions(-)
122440
139629
 
122441
139630
commit c85ff0c75004736d5c8798e3b47a47e0fc67ac70
122442
 
Author: Benjamin Otte <otte@gnome.org>
122443
 
Date:   Sun Jul 5 21:34:39 2009 +0200
 
139631
Author:     Benjamin Otte <otte@gnome.org>
 
139632
AuthorDate: Sun Jul 5 21:34:39 2009 +0200
 
139633
Commit:     Benjamin Otte <otte@gnome.org>
 
139634
CommitDate: Sun Jul 5 21:36:03 2009 +0200
122444
139635
 
122445
139636
    [gio] minor improvements to g_cancellable_cancel()
122446
139637
 
122451
139642
 1 file changed, 12 insertions(+), 12 deletions(-)
122452
139643
 
122453
139644
commit 8a2e617e41e3f605ea0206832f0c2f346bfe008e
122454
 
Author: Yaron Shahrabani <sh.yaron@gmail.com>
122455
 
Date:   Sun Jul 5 18:06:57 2009 +0300
 
139645
Author:     Yaron Shahrabani <sh.yaron@gmail.com>
 
139646
AuthorDate: Sun Jul 5 18:06:57 2009 +0300
 
139647
Commit:     Mark Krapivner <mark125@gmail.com>
 
139648
CommitDate: Sun Jul 5 18:06:57 2009 +0300
122456
139649
 
122457
139650
    Updated Hebrew translation
122458
139651
 
122461
139654
 1 file changed, 613 insertions(+), 573 deletions(-)
122462
139655
 
122463
139656
commit 8792d862db4f61317a45dfe07f7b51e5ccf6741b
122464
 
Author: Ryan Lortie <desrt@desrt.ca>
122465
 
Date:   Sun Jul 5 12:30:54 2009 +0100
 
139657
Author:     Ryan Lortie <desrt@desrt.ca>
 
139658
AuthorDate: Sun Jul 5 12:30:54 2009 +0100
 
139659
Commit:     Ryan Lortie <desrt@desrt.ca>
 
139660
CommitDate: Sun Jul 5 12:30:54 2009 +0100
122466
139661
 
122467
139662
    GTree: switch to GSlice, add refcounts (#587773)
122468
139663
 
122474
139669
 4 files changed, 79 insertions(+), 15 deletions(-)
122475
139670
 
122476
139671
commit 18e0bcf02f99a2d4bb35f46369cf4b9237291ef1
122477
 
Author: Christian Persch <chpe@gnome.org>
122478
 
Date:   Fri Jul 3 21:20:11 2009 +0200
 
139672
Author:     Christian Persch <chpe@gnome.org>
 
139673
AuthorDate: Fri Jul 3 21:20:11 2009 +0200
 
139674
Commit:     Christian Persch <chpe@gnome.org>
 
139675
CommitDate: Fri Jul 3 21:20:11 2009 +0200
122479
139676
 
122480
139677
    Add @basename@ substitution to glib-mkenums
122481
139678
 
122485
139682
 1 file changed, 7 insertions(+)
122486
139683
 
122487
139684
commit 6d1474e7f1f6e964d8db377fe732b9273cf17a84
122488
 
Author: Christian Persch <chpe@gnome.org>
122489
 
Date:   Mon Jun 29 15:28:22 2009 +0200
 
139685
Author:     Christian Persch <chpe@gnome.org>
 
139686
AuthorDate: Mon Jun 29 15:28:22 2009 +0200
 
139687
Commit:     Christian Persch <chpe@gnome.org>
 
139688
CommitDate: Fri Jul 3 20:50:27 2009 +0200
122490
139689
 
122491
139690
    Add @basename@ substitution to glib-mkenums
122492
139691
 
122504
139703
 2 files changed, 12 insertions(+)
122505
139704
 
122506
139705
commit dfd83f419c30d7d97c0e223e428c2e12c58199d3
122507
 
Author: Mattias Põldaru <mahfiaz gmail com>
122508
 
Date:   Thu Jul 2 05:23:26 2009 +0300
 
139706
Author:     Mattias Põldaru <mahfiaz gmail com>
 
139707
AuthorDate: Thu Jul 2 05:23:26 2009 +0300
 
139708
Commit:     Priit Laes <plaes@plaes.org>
 
139709
CommitDate: Thu Jul 2 05:23:26 2009 +0300
122509
139710
 
122510
139711
    Updating Estonian translation
122511
139712
 
122514
139715
 1 file changed, 47 insertions(+), 47 deletions(-)
122515
139716
 
122516
139717
commit 29e6525b1e5b51323681af156a0641d69fc9fa87
122517
 
Author: Dan Winship <danw@gnome.org>
122518
 
Date:   Wed Jul 1 13:52:49 2009 -0400
 
139718
Author:     Dan Winship <danw@gnome.org>
 
139719
AuthorDate: Wed Jul 1 13:52:49 2009 -0400
 
139720
Commit:     Dan Winship <danw@gnome.org>
 
139721
CommitDate: Wed Jul 1 13:52:49 2009 -0400
122519
139722
 
122520
139723
    Two "make check" fixes for late changes to the thread-context patch
122521
139724
 
122530
139733
 2 files changed, 31 insertions(+), 8 deletions(-)
122531
139734
 
122532
139735
commit 2262d76b33094304ece0d0d9cd5920682599a49b
122533
 
Author: Benjamin Otte <otte@gnome.org>
122534
 
Date:   Wed Jul 1 19:03:19 2009 +0200
 
139736
Author:     Benjamin Otte <otte@gnome.org>
 
139737
AuthorDate: Wed Jul 1 19:03:19 2009 +0200
 
139738
Commit:     Benjamin Otte <otte@gnome.org>
 
139739
CommitDate: Wed Jul 1 19:03:19 2009 +0200
122535
139740
 
122536
139741
    Move gio tests from gio/tests/ to tests/gio/
122537
139742
 
122598
139803
 55 files changed, 6483 insertions(+), 6485 deletions(-)
122599
139804
 
122600
139805
commit 65cc5d895ae125b09f2403761f434fd78ef05af7
122601
 
Author: Dan Winship <danw@gnome.org>
122602
 
Date:   Tue Jun 16 20:22:58 2009 -0400
 
139806
Author:     Dan Winship <danw@gnome.org>
 
139807
AuthorDate: Tue Jun 16 20:22:58 2009 -0400
 
139808
Commit:     Dan Winship <danw@gnome.org>
 
139809
CommitDate: Wed Jul 1 09:02:46 2009 -0400
122603
139810
 
122604
139811
    Support g_main_context_push_thread_default() in gio
122605
139812
 
122641
139848
 23 files changed, 474 insertions(+), 121 deletions(-)
122642
139849
 
122643
139850
commit 4363f1932f1be4474a81d5b9cf8a58c91b682868
122644
 
Author: Dan Winship <danw@gnome.org>
122645
 
Date:   Thu Jun 4 21:59:15 2009 -0400
 
139851
Author:     Dan Winship <danw@gnome.org>
 
139852
AuthorDate: Thu Jun 4 21:59:15 2009 -0400
 
139853
Commit:     Dan Winship <danw@gnome.org>
 
139854
CommitDate: Wed Jul 1 09:02:23 2009 -0400
122646
139855
 
122647
139856
    Add g_main_context_push_thread_default() etc
122648
139857
 
122660
139869
 5 files changed, 177 insertions(+), 4 deletions(-)
122661
139870
 
122662
139871
commit 90381ecdbd73197ebdfaf58fdeccf267454d53d7
122663
 
Author: Dan Winship <danw@gnome.org>
122664
 
Date:   Fri Jun 19 10:30:14 2009 -0400
 
139872
Author:     Dan Winship <danw@gnome.org>
 
139873
AuthorDate: Fri Jun 19 10:30:14 2009 -0400
 
139874
Commit:     Dan Winship <danw@gnome.org>
 
139875
CommitDate: Wed Jul 1 09:01:48 2009 -0400
122665
139876
 
122666
139877
    Use low-level GSource methods in a few more places
122667
139878
 
122675
139886
 5 files changed, 71 insertions(+), 24 deletions(-)
122676
139887
 
122677
139888
commit 28a39fab5ac720daf5927c85c3eba2e23f5ac38c
122678
 
Author: Dan Winship <danw@gnome.org>
122679
 
Date:   Tue Jun 16 20:21:29 2009 -0400
 
139889
Author:     Dan Winship <danw@gnome.org>
 
139890
AuthorDate: Tue Jun 16 20:21:29 2009 -0400
 
139891
Commit:     Dan Winship <danw@gnome.org>
 
139892
CommitDate: Tue Jun 30 19:05:44 2009 -0400
122680
139893
 
122681
139894
    Remove some unused code
122682
139895
 
122684
139897
 1 file changed, 35 deletions(-)
122685
139898
 
122686
139899
commit 70e8eed6acfa33f74d7772f3ec54997daf102be4
122687
 
Author: Dan Winship <danw@gnome.org>
122688
 
Date:   Tue Jun 23 12:01:34 2009 -0400
 
139900
Author:     Dan Winship <danw@gnome.org>
 
139901
AuthorDate: Tue Jun 23 12:01:34 2009 -0400
 
139902
Commit:     Dan Winship <danw@gnome.org>
 
139903
CommitDate: Tue Jun 30 18:48:36 2009 -0400
122689
139904
 
122690
139905
    Fix GResolver for g_simple_async_result_set_op_res_gpointer change
122691
139906
 
122698
139913
 1 file changed, 4 insertions(+), 7 deletions(-)
122699
139914
 
122700
139915
commit d589da7e86947542790aa0137dc12499a4fe1a3b
122701
 
Author: Benjamin Otte <otte@gnome.org>
122702
 
Date:   Tue Jun 30 20:33:19 2009 +0200
 
139916
Author:     Benjamin Otte <otte@gnome.org>
 
139917
AuthorDate: Tue Jun 30 20:33:19 2009 +0200
 
139918
Commit:     Benjamin Otte <otte@gnome.org>
 
139919
CommitDate: Tue Jun 30 20:42:14 2009 +0200
122703
139920
 
122704
139921
    Bug 587434 – regression tests fail
122705
139922
 
122711
139928
 1 file changed, 67 insertions(+), 71 deletions(-)
122712
139929
 
122713
139930
commit 80561f9718873bf02d5c938d92672bc20d99b82d
122714
 
Author: Benjamin Otte <otte@gnome.org>
122715
 
Date:   Tue Jun 30 19:08:46 2009 +0200
 
139931
Author:     Benjamin Otte <otte@gnome.org>
 
139932
AuthorDate: Tue Jun 30 19:08:46 2009 +0200
 
139933
Commit:     Benjamin Otte <otte@gnome.org>
 
139934
CommitDate: Tue Jun 30 20:40:52 2009 +0200
122716
139935
 
122717
139936
    Bug 587434 – regression tests fail
122718
139937
 
122722
139941
 1 file changed, 1 insertion(+), 1 deletion(-)
122723
139942
 
122724
139943
commit 53beca955e016fb9ef4e80d223d059bc5e51dd41
122725
 
Author: Dan Winship <danw@gnome.org>
122726
 
Date:   Tue Jun 23 17:42:01 2009 -0400
 
139944
Author:     Dan Winship <danw@gnome.org>
 
139945
AuthorDate: Tue Jun 23 17:42:01 2009 -0400
 
139946
Commit:     Dan Winship <danw@gnome.org>
 
139947
CommitDate: Tue Jun 30 11:42:17 2009 -0400
122727
139948
 
122728
139949
    Add GCancellables to GSocket ops
122729
139950
 
122752
139973
 10 files changed, 119 insertions(+), 109 deletions(-)
122753
139974
 
122754
139975
commit fc2b3ee560e29b4ef6e70928b0be75d833d75aec
122755
 
Author: Benjamin Otte <otte@gnome.org>
122756
 
Date:   Mon Jun 29 18:32:09 2009 +0200
 
139976
Author:     Benjamin Otte <otte@gnome.org>
 
139977
AuthorDate: Mon Jun 29 18:32:09 2009 +0200
 
139978
Commit:     Benjamin Otte <otte@gnome.org>
 
139979
CommitDate: Mon Jun 29 18:32:09 2009 +0200
122757
139980
 
122758
139981
    remove unused label
122759
139982
 
122763
139986
 1 file changed, 3 deletions(-)
122764
139987
 
122765
139988
commit afd63c32814869489f812d6738de027ce113957d
122766
 
Author: Benjamin Otte <otte@gnome.org>
122767
 
Date:   Mon Jun 29 18:24:08 2009 +0200
 
139989
Author:     Benjamin Otte <otte@gnome.org>
 
139990
AuthorDate: Mon Jun 29 18:24:08 2009 +0200
 
139991
Commit:     Benjamin Otte <otte@gnome.org>
 
139992
CommitDate: Mon Jun 29 18:25:02 2009 +0200
122768
139993
 
122769
139994
    fix warnings from gcc compilation with my mad CFLAGS
122770
139995
 
122784
140009
 12 files changed, 119 insertions(+), 106 deletions(-)
122785
140010
 
122786
140011
commit 4b8ad50fc4463d72862d29a8802b5982e66c0fc2
122787
 
Author: Benjamin Otte <otte@gnome.org>
122788
 
Date:   Mon Jun 29 15:28:08 2009 +0200
 
140012
Author:     Benjamin Otte <otte@gnome.org>
 
140013
AuthorDate: Mon Jun 29 15:28:08 2009 +0200
 
140014
Commit:     Benjamin Otte <otte@gnome.org>
 
140015
CommitDate: Mon Jun 29 18:25:02 2009 +0200
122789
140016
 
122790
140017
    add g_file_attribute_set_*_by_id() and use them
122791
140018
 
122800
140027
 3 files changed, 217 insertions(+), 98 deletions(-)
122801
140028
 
122802
140029
commit bd198e5e45282886ea2bad14e987c7c01b163cb3
122803
 
Author: Benjamin Otte <otte@gnome.org>
122804
 
Date:   Mon Jun 29 14:13:14 2009 +0200
 
140030
Author:     Benjamin Otte <otte@gnome.org>
 
140031
AuthorDate: Mon Jun 29 14:13:14 2009 +0200
 
140032
Commit:     Benjamin Otte <otte@gnome.org>
 
140033
CommitDate: Mon Jun 29 18:25:02 2009 +0200
122805
140034
 
122806
140035
    export and use _g_file_attribute_matcher_matches_id()
122807
140036
 
122812
140041
 3 files changed, 58 insertions(+), 55 deletions(-)
122813
140042
 
122814
140043
commit ceba40c27d5166a07a0925d2e158ca1809cc1ce3
122815
 
Author: Benjamin Otte <otte@gnome.org>
122816
 
Date:   Mon Jun 29 13:55:22 2009 +0200
 
140044
Author:     Benjamin Otte <otte@gnome.org>
 
140045
AuthorDate: Mon Jun 29 13:55:22 2009 +0200
 
140046
Commit:     Benjamin Otte <otte@gnome.org>
 
140047
CommitDate: Mon Jun 29 18:25:02 2009 +0200
122817
140048
 
122818
140049
    add private header with attribute ids
122819
140050
 
122828
140059
 3 files changed, 178 insertions(+), 1 deletion(-)
122829
140060
 
122830
140061
commit 2620c23577a73fa454298014680f4de46a69e7bb
122831
 
Author: Benjamin Otte <otte@gnome.org>
122832
 
Date:   Mon Jun 29 13:33:50 2009 +0200
 
140062
Author:     Benjamin Otte <otte@gnome.org>
 
140063
AuthorDate: Mon Jun 29 13:33:50 2009 +0200
 
140064
Commit:     Benjamin Otte <otte@gnome.org>
 
140065
CommitDate: Mon Jun 29 18:25:02 2009 +0200
122833
140066
 
122834
140067
    split lookup_attribute() into two functions
122835
140068
 
122838
140071
 1 file changed, 37 insertions(+), 28 deletions(-)
122839
140072
 
122840
140073
commit 66cebd72925406910f99c0fd826b8307c2a4814c
122841
 
Author: Benjamin Otte <otte@gnome.org>
122842
 
Date:   Mon Jun 29 13:21:08 2009 +0200
 
140074
Author:     Benjamin Otte <otte@gnome.org>
 
140075
AuthorDate: Mon Jun 29 13:21:08 2009 +0200
 
140076
Commit:     Benjamin Otte <otte@gnome.org>
 
140077
CommitDate: Mon Jun 29 18:25:01 2009 +0200
122843
140078
 
122844
140079
    split attribute hash initialization into its own function
122845
140080
 
122847
140082
 1 file changed, 12 insertions(+), 10 deletions(-)
122848
140083
 
122849
140084
commit 49172a71aacdd855918b614f3d61fa5b9248fb85
122850
 
Author: Christian Dywan <christian@twotoasts.de>
122851
 
Date:   Sun Jun 28 02:45:50 2009 +0200
 
140085
Author:     Christian Dywan <christian@twotoasts.de>
 
140086
AuthorDate: Sun Jun 28 02:45:50 2009 +0200
 
140087
Commit:     Christian Dywan <christian@twotoasts.de>
 
140088
CommitDate: Sun Jun 28 02:45:50 2009 +0200
122852
140089
 
122853
140090
    Display '-h' in --help output and accept '-h' and -?'
122854
140091
 
122864
140101
 1 file changed, 42 insertions(+), 7 deletions(-)
122865
140102
 
122866
140103
commit 09c3f6dd4b456adbbda6818e5bb1227af045e8d8
122867
 
Author: Jani Monoses <jani@ubuntu.com>
122868
 
Date:   Sat Jun 27 11:03:47 2009 +0300
 
140104
Author:     Jani Monoses <jani@ubuntu.com>
 
140105
AuthorDate: Sat Jun 27 11:03:47 2009 +0300
 
140106
Commit:     Jani Monoses <jani@ubuntu.com>
 
140107
CommitDate: Sat Jun 27 11:03:47 2009 +0300
122869
140108
 
122870
140109
    Fix C++ warnings in g_error() code
122871
140110
 
122877
140116
 1 file changed, 6 insertions(+), 4 deletions(-)
122878
140117
 
122879
140118
commit 160c39a9af8f7b6a475c1b005a807ccefc2ff7c1
122880
 
Author: Matthias Clasen <mclasen@redhat.com>
122881
 
Date:   Fri Jun 26 23:18:17 2009 -0400
 
140119
Author:     Matthias Clasen <mclasen@redhat.com>
 
140120
AuthorDate: Fri Jun 26 23:18:17 2009 -0400
 
140121
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140122
CommitDate: Fri Jun 26 23:18:17 2009 -0400
122882
140123
 
122883
140124
    Move some uri functions to a better place
122884
140125
 
122886
140127
 1 file changed, 1 insertion(+), 1 deletion(-)
122887
140128
 
122888
140129
commit 35911ae00f5348ea4a60d66db25d70a1c45c9c43
122889
 
Author: Matthias Clasen <mclasen@redhat.com>
122890
 
Date:   Fri Jun 26 23:09:35 2009 -0400
 
140130
Author:     Matthias Clasen <mclasen@redhat.com>
 
140131
AuthorDate: Fri Jun 26 23:09:35 2009 -0400
 
140132
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140133
CommitDate: Fri Jun 26 23:09:35 2009 -0400
122891
140134
 
122892
140135
    Fix  a typo
122893
140136
 
122896
140139
 1 file changed, 42 insertions(+), 42 deletions(-)
122897
140140
 
122898
140141
commit e7a258692c7ae3d9075d9ae1926c08c7ec771f04
122899
 
Author: Tom Parker <palfrey@tevp.net>
122900
 
Date:   Fri Jun 26 22:43:31 2009 -0400
 
140142
Author:     Tom Parker <palfrey@tevp.net>
 
140143
AuthorDate: Fri Jun 26 22:43:31 2009 -0400
 
140144
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140145
CommitDate: Fri Jun 26 22:43:31 2009 -0400
122901
140146
 
122902
140147
    Add NULL to end of g_filename_complete_get_completions() return value
122903
140148
 
122910
140155
 1 file changed, 5 insertions(+), 3 deletions(-)
122911
140156
 
122912
140157
commit 657d0ad9183fe4410e736d20a17a70fb7d6ad6c0
122913
 
Author: Ivar Smolin <okul@linux.ee>
122914
 
Date:   Fri Jun 26 10:39:25 2009 +0300
 
140158
Author:     Ivar Smolin <okul@linux.ee>
 
140159
AuthorDate: Fri Jun 26 10:39:25 2009 +0300
 
140160
Commit:     Priit Laes <plaes@plaes.org>
 
140161
CommitDate: Fri Jun 26 10:39:25 2009 +0300
122915
140162
 
122916
140163
    Updating Estonian translation
122917
140164
 
122920
140167
 1 file changed, 17 insertions(+), 429 deletions(-)
122921
140168
 
122922
140169
commit d884e509db1ab6a6d388313d28b7b07cebb3dfc0
122923
 
Author: Alexander Larsson <alexl@redhat.com>
122924
 
Date:   Thu Jun 25 09:18:01 2009 +0200
 
140170
Author:     Alexander Larsson <alexl@redhat.com>
 
140171
AuthorDate: Thu Jun 25 09:18:01 2009 +0200
 
140172
Commit:     Alexander Larsson <alexl@redhat.com>
 
140173
CommitDate: Thu Jun 25 09:18:01 2009 +0200
122925
140174
 
122926
140175
    Allow setting G_FILE_ATTRIBUTE_TYPE_INVALID attributes in GFileInfo
122927
140176
 
122932
140181
 2 files changed, 8 insertions(+), 1 deletion(-)
122933
140182
 
122934
140183
commit 019e8c808f48e93f81fcb8e9e8d73a43b087cc87
122935
 
Author: Matthias Clasen <mclasen@redhat.com>
122936
 
Date:   Wed Jun 24 23:07:15 2009 -0400
 
140184
Author:     Matthias Clasen <mclasen@redhat.com>
 
140185
AuthorDate: Wed Jun 24 23:07:15 2009 -0400
 
140186
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140187
CommitDate: Wed Jun 24 23:07:15 2009 -0400
122937
140188
 
122938
140189
    Add a note about g_simple_async_result_set_op_res_pointer change
122939
140190
 
122941
140192
 1 file changed, 7 insertions(+)
122942
140193
 
122943
140194
commit b0dc7afd2ace91f5dca37af8de7b40ba45993ed0
122944
 
Author: Richard Hughes <richard@hughsie.com>
122945
 
Date:   Fri Jun 19 10:16:22 2009 +0100
 
140195
Author:     Richard Hughes <richard@hughsie.com>
 
140196
AuthorDate: Fri Jun 19 10:16:22 2009 +0100
 
140197
Commit:     Alexander Larsson <alexl@redhat.com>
 
140198
CommitDate: Wed Jun 24 10:33:24 2009 +0200
122946
140199
 
122947
140200
    Allow GCancellable to be subclassed by adding a private structure
122948
140201
 
122952
140205
 2 files changed, 81 insertions(+), 42 deletions(-)
122953
140206
 
122954
140207
commit 0ccd18bc83c5e6eff77940a61cc9b31a88dd1851
122955
 
Author: David Zeuthen <davidz@redhat.com>
122956
 
Date:   Mon Jun 22 15:33:41 2009 -0400
 
140208
Author:     David Zeuthen <davidz@redhat.com>
 
140209
AuthorDate: Mon Jun 22 15:33:41 2009 -0400
 
140210
Commit:     David Zeuthen <davidz@redhat.com>
 
140211
CommitDate: Tue Jun 23 12:58:35 2009 -0400
122957
140212
 
122958
140213
    Bug 586675 – Runtime library location
122959
140214
 
122973
140228
 8 files changed, 93 insertions(+)
122974
140229
 
122975
140230
commit 7662c86611bf44175f18ec6eb66f159040ac73c5
122976
 
Author: Alexander Larsson <alexl@redhat.com>
122977
 
Date:   Thu Jun 18 09:05:27 2009 +0200
 
140231
Author:     Alexander Larsson <alexl@redhat.com>
 
140232
AuthorDate: Thu Jun 18 09:05:27 2009 +0200
 
140233
Commit:     Alexander Larsson <alexl@redhat.com>
 
140234
CommitDate: Tue Jun 23 16:35:42 2009 +0200
122978
140235
 
122979
140236
    Add extension point for adding metadata for local files
122980
140237
 
122990
140247
 5 files changed, 175 insertions(+), 39 deletions(-)
122991
140248
 
122992
140249
commit 9a6146f54cdc085a42095b930066853dbb4e0c67
122993
 
Author: Alexander Larsson <alexl@redhat.com>
122994
 
Date:   Tue Jun 23 11:30:14 2009 +0200
 
140250
Author:     Alexander Larsson <alexl@redhat.com>
 
140251
AuthorDate: Tue Jun 23 11:30:14 2009 +0200
 
140252
Commit:     Alexander Larsson <alexl@redhat.com>
 
140253
CommitDate: Tue Jun 23 16:35:41 2009 +0200
122995
140254
 
122996
140255
    Add g_file_info_set_attribute_status
122997
140256
 
123003
140262
 3 files changed, 40 insertions(+)
123004
140263
 
123005
140264
commit becf4186e6289c0ab5d762f1cdf88517f4adc9f5
123006
 
Author: Alexander Larsson <alexl@redhat.com>
123007
 
Date:   Tue Jun 23 11:29:16 2009 +0200
 
140265
Author:     Alexander Larsson <alexl@redhat.com>
 
140266
AuthorDate: Tue Jun 23 11:29:16 2009 +0200
 
140267
Commit:     Alexander Larsson <alexl@redhat.com>
 
140268
CommitDate: Tue Jun 23 16:35:41 2009 +0200
123008
140269
 
123009
140270
    Add g_file_info_has_namespace
123010
140271
 
123017
140278
 3 files changed, 39 insertions(+)
123018
140279
 
123019
140280
commit 0ed9201ad2051c33f5d049754bd8a1644d19ab7c
123020
 
Author: Alexander Larsson <alexl@redhat.com>
123021
 
Date:   Mon Jun 22 19:25:32 2009 +0200
 
140281
Author:     Alexander Larsson <alexl@redhat.com>
 
140282
AuthorDate: Mon Jun 22 19:25:32 2009 +0200
 
140283
Commit:     Alexander Larsson <alexl@redhat.com>
 
140284
CommitDate: Tue Jun 23 16:35:41 2009 +0200
123022
140285
 
123023
140286
    Add string vector attribute type to GFileInfo
123024
140287
 
123036
140299
 6 files changed, 117 insertions(+), 1 deletion(-)
123037
140300
 
123038
140301
commit c1ab6454feb4447b8ef7ce6a0eb0fb38bae186df
123039
 
Author: Alexander Larsson <alexl@redhat.com>
123040
 
Date:   Tue Jun 23 15:07:00 2009 +0200
 
140302
Author:     Alexander Larsson <alexl@redhat.com>
 
140303
AuthorDate: Tue Jun 23 15:07:00 2009 +0200
 
140304
Commit:     Alexander Larsson <alexl@redhat.com>
 
140305
CommitDate: Tue Jun 23 16:35:41 2009 +0200
123041
140306
 
123042
140307
    Copy namespaces correctly in g_file_copy_attributes
123043
140308
 
123049
140314
 1 file changed, 1 insertion(+), 1 deletion(-)
123050
140315
 
123051
140316
commit e9b4f7a3bcfefc266fc575e401f07a2a4c2ce8f6
123052
 
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
123053
 
Date:   Sun Jun 21 11:13:20 2009 +0200
 
140317
Author:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
140318
AuthorDate: Sun Jun 21 11:13:20 2009 +0200
 
140319
Commit:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
140320
CommitDate: Sun Jun 21 11:13:20 2009 +0200
123054
140321
 
123055
140322
    Updated Spanish translation
123056
140323
 
123059
140326
 1 file changed, 417 insertions(+), 419 deletions(-)
123060
140327
 
123061
140328
commit 440bf5bee50a0abca990d69ce12fc2a844bda95c
123062
 
Author: Matthias Clasen <mclasen@redhat.com>
123063
 
Date:   Fri Jun 19 23:44:29 2009 -0400
 
140329
Author:     Matthias Clasen <mclasen@redhat.com>
 
140330
AuthorDate: Fri Jun 19 23:44:29 2009 -0400
 
140331
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140332
CommitDate: Fri Jun 19 23:44:29 2009 -0400
123064
140333
 
123065
140334
    Use pipe2 when available
123066
140335
 
123072
140341
 2 files changed, 17 insertions(+), 14 deletions(-)
123073
140342
 
123074
140343
commit 854a43a3cd5cb8cc97b66d6f8f661e2a7096acda
123075
 
Author: Matthias Clasen <mclasen@redhat.com>
123076
 
Date:   Fri Jun 19 23:18:09 2009 -0400
 
140344
Author:     Matthias Clasen <mclasen@redhat.com>
 
140345
AuthorDate: Fri Jun 19 23:18:09 2009 -0400
 
140346
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140347
CommitDate: Fri Jun 19 23:25:18 2009 -0400
123077
140348
 
123078
140349
    Fix build on mingw
123079
140350
 
123086
140357
 2 files changed, 3 insertions(+)
123087
140358
 
123088
140359
commit 4c791f49e58688d1b8948d083c1780cab9d26e93
123089
 
Author: Ryan Lortie <desrt@desrt.ca>
123090
 
Date:   Thu Jun 18 15:00:01 2009 -0400
 
140360
Author:     Ryan Lortie <desrt@desrt.ca>
 
140361
AuthorDate: Thu Jun 18 15:00:01 2009 -0400
 
140362
Commit:     Ryan Lortie <desrt@desrt.ca>
 
140363
CommitDate: Thu Jun 18 15:01:18 2009 -0400
123091
140364
 
123092
140365
    GMappedFile: add refcounting, switch to GSlice
123093
140366
 
123103
140376
 4 files changed, 71 insertions(+), 13 deletions(-)
123104
140377
 
123105
140378
commit 8cb481fd5ff44c7e82f59948567ad0b417297555
123106
 
Author: Alexander Larsson <alexl@redhat.com>
123107
 
Date:   Thu Jun 18 19:43:46 2009 +0200
 
140379
Author:     Alexander Larsson <alexl@redhat.com>
 
140380
AuthorDate: Thu Jun 18 19:43:46 2009 +0200
 
140381
Commit:     Alexander Larsson <alexl@redhat.com>
 
140382
CommitDate: Thu Jun 18 19:43:46 2009 +0200
123108
140383
 
123109
140384
    Use io_prio as mainloop prio for async-emulation (#579449)
123110
140385
 
123128
140403
 1 file changed, 1 insertion(+), 1 deletion(-)
123129
140404
 
123130
140405
commit 9fba81288424cd7ef45e28565fa878c93a962c17
123131
 
Author: Benjamin Otte <otte@gnome.org>
123132
 
Date:   Thu Jun 18 15:28:41 2009 +0200
 
140406
Author:     Benjamin Otte <otte@gnome.org>
 
140407
AuthorDate: Thu Jun 18 15:28:41 2009 +0200
 
140408
Commit:     Benjamin Otte <otte@gnome.org>
 
140409
CommitDate: Thu Jun 18 15:29:41 2009 +0200
123133
140410
 
123134
140411
    Revert "clarify documentation"
123135
140412
 
123140
140417
 1 file changed, 1 insertion(+), 2 deletions(-)
123141
140418
 
123142
140419
commit 835c03a5c1c980490543ad5d1fe426a1e5a62af9
123143
 
Author: Benjamin Otte <otte@gnome.org>
123144
 
Date:   Thu Jun 18 15:27:12 2009 +0200
 
140420
Author:     Benjamin Otte <otte@gnome.org>
 
140421
AuthorDate: Thu Jun 18 15:27:12 2009 +0200
 
140422
Commit:     Benjamin Otte <otte@gnome.org>
 
140423
CommitDate: Thu Jun 18 15:27:42 2009 +0200
123145
140424
 
123146
140425
    syntax fix in documentation
123147
140426
 
123149
140428
 1 file changed, 1 insertion(+), 1 deletion(-)
123150
140429
 
123151
140430
commit cf95d07691ec2202400f340f1c63aca11f0790c1
123152
 
Author: Benjamin Otte <otte@gnome.org>
123153
 
Date:   Tue Jun 16 15:18:11 2009 +0200
 
140431
Author:     Benjamin Otte <otte@gnome.org>
 
140432
AuthorDate: Tue Jun 16 15:18:11 2009 +0200
 
140433
Commit:     Benjamin Otte <otte@gnome.org>
 
140434
CommitDate: Thu Jun 18 15:27:42 2009 +0200
123154
140435
 
123155
140436
    fix typo in documentation
123156
140437
 
123158
140439
 1 file changed, 1 insertion(+), 1 deletion(-)
123159
140440
 
123160
140441
commit d218cf0f670e4c40acb47ab5b5761ea0c68e0594
123161
 
Author: Benjamin Otte <otte@gnome.org>
123162
 
Date:   Fri Jun 12 17:45:27 2009 +0200
 
140442
Author:     Benjamin Otte <otte@gnome.org>
 
140443
AuthorDate: Fri Jun 12 17:45:27 2009 +0200
 
140444
Commit:     Benjamin Otte <otte@gnome.org>
 
140445
CommitDate: Thu Jun 18 15:27:41 2009 +0200
123163
140446
 
123164
140447
    clarify documentation
123165
140448
 
123167
140450
 1 file changed, 2 insertions(+), 1 deletion(-)
123168
140451
 
123169
140452
commit f4a64cb068cfe309e968d1db9fae4fade6d87e8a
123170
 
Author: Matthias Clasen <mclasen@redhat.com>
123171
 
Date:   Mon Jun 15 13:27:40 2009 -0400
 
140453
Author:     Matthias Clasen <mclasen@redhat.com>
 
140454
AuthorDate: Mon Jun 15 13:27:40 2009 -0400
 
140455
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140456
CommitDate: Mon Jun 15 13:27:40 2009 -0400
123172
140457
 
123173
140458
    Bump version to 2.21.3
123174
140459
 
123176
140461
 1 file changed, 1 insertion(+), 1 deletion(-)
123177
140462
 
123178
140463
commit 785787fd6cd4b7c0120ae64ec839cfb0353c4af2
123179
 
Author: Matthias Clasen <mclasen@redhat.com>
123180
 
Date:   Mon Jun 15 13:25:43 2009 -0400
 
140464
Author:     Matthias Clasen <mclasen@redhat.com>
 
140465
AuthorDate: Mon Jun 15 13:25:43 2009 -0400
 
140466
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140467
CommitDate: Mon Jun 15 13:25:43 2009 -0400
123181
140468
 
123182
140469
    2.21.2
123183
140470
 
123274
140561
 88 files changed, 9416 insertions(+), 8034 deletions(-)
123275
140562
 
123276
140563
commit 0fbeab452072cdf2dc7d1dd0356fa0d9f71fa0ac
123277
 
Author: Matthias Clasen <mclasen@redhat.com>
123278
 
Date:   Mon Jun 15 12:57:21 2009 -0400
 
140564
Author:     Matthias Clasen <mclasen@redhat.com>
 
140565
AuthorDate: Mon Jun 15 12:57:21 2009 -0400
 
140566
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140567
CommitDate: Mon Jun 15 12:57:21 2009 -0400
123279
140568
 
123280
140569
    Add g_setenv
123281
140570
 
123283
140572
 1 file changed, 1 insertion(+), 1 deletion(-)
123284
140573
 
123285
140574
commit 90229908a13c02a024a86e4eaf96a6ba8dac57af
123286
 
Author: Matthias Clasen <mclasen@redhat.com>
123287
 
Date:   Mon Jun 15 12:26:41 2009 -0400
 
140575
Author:     Matthias Clasen <mclasen@redhat.com>
 
140576
AuthorDate: Mon Jun 15 12:26:41 2009 -0400
 
140577
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140578
CommitDate: Mon Jun 15 12:26:41 2009 -0400
123288
140579
 
123289
140580
    Update for 2.21.2
123290
140581
 
123292
140583
 1 file changed, 47 insertions(+)
123293
140584
 
123294
140585
commit fae755e0568472a2c37e6a9d0ad0fde809749a1f
123295
 
Author: David Zeuthen <davidz@redhat.com>
123296
 
Date:   Mon Jun 15 10:53:41 2009 -0400
 
140586
Author:     David Zeuthen <davidz@redhat.com>
 
140587
AuthorDate: Mon Jun 15 10:53:41 2009 -0400
 
140588
Commit:     David Zeuthen <davidz@redhat.com>
 
140589
CommitDate: Mon Jun 15 10:59:43 2009 -0400
123297
140590
 
123298
140591
    Bug 585591 – Starting/stopping drives
123299
140592
 
123327
140620
 11 files changed, 666 insertions(+), 4 deletions(-)
123328
140621
 
123329
140622
commit bb4f7c48f9510c1fd96de067cd8f18cd41b1a1f0
123330
 
Author: Ondrej Jirman <megous@megous.com>
123331
 
Date:   Sat May 30 08:23:46 2009 +0200
 
140623
Author:     Ondrej Jirman <megous@megous.com>
 
140624
AuthorDate: Sat May 30 08:23:46 2009 +0200
 
140625
Commit:     Alexander Larsson <alexl@redhat.com>
 
140626
CommitDate: Mon Jun 15 15:56:45 2009 +0200
123332
140627
 
123333
140628
    Fix incorrect freeing of thread pool in GThreadedSocketService
123334
140629
    (#584255)
123337
140632
 1 file changed, 1 insertion(+), 1 deletion(-)
123338
140633
 
123339
140634
commit 31cb0bdcb0f334ad904e088acb3a417452a4d67f
123340
 
Author: Alexander Larsson <alexl@redhat.com>
123341
 
Date:   Mon Jun 15 15:43:39 2009 +0200
 
140635
Author:     Alexander Larsson <alexl@redhat.com>
 
140636
AuthorDate: Mon Jun 15 15:43:39 2009 +0200
 
140637
Commit:     Alexander Larsson <alexl@redhat.com>
 
140638
CommitDate: Mon Jun 15 15:43:39 2009 +0200
123342
140639
 
123343
140640
    Emit changed in g_socket_listener_add_socket, not in add_address
123344
140641
 
123349
140646
 1 file changed, 4 insertions(+), 3 deletions(-)
123350
140647
 
123351
140648
commit a640695f1609805a0fe745d35c2055a984410bb5
123352
 
Author: Alexander Larsson <alexl@redhat.com>
123353
 
Date:   Mon Jun 15 15:42:38 2009 +0200
 
140649
Author:     Alexander Larsson <alexl@redhat.com>
 
140650
AuthorDate: Mon Jun 15 15:42:38 2009 +0200
 
140651
Commit:     Alexander Larsson <alexl@redhat.com>
 
140652
CommitDate: Mon Jun 15 15:42:38 2009 +0200
123354
140653
 
123355
140654
    Ref the passed in socket in g_socket_listener_add_socket (#585599)
123356
140655
 
123358
140657
 1 file changed, 18 insertions(+), 5 deletions(-)
123359
140658
 
123360
140659
commit 67de6cba508d7f2e0c310527667df2efcf4a543a
123361
 
Author: Alexander Larsson <alexl@redhat.com>
123362
 
Date:   Mon Jun 15 14:23:57 2009 +0200
 
140660
Author:     Alexander Larsson <alexl@redhat.com>
 
140661
AuthorDate: Mon Jun 15 14:23:57 2009 +0200
 
140662
Commit:     Alexander Larsson <alexl@redhat.com>
 
140663
CommitDate: Mon Jun 15 14:23:57 2009 +0200
123363
140664
 
123364
140665
    Add bound address out-argument to g_socket_listener_add_address
123365
140666
    (#585566)
123371
140672
 2 files changed, 21 insertions(+)
123372
140673
 
123373
140674
commit 91bdccff7544ee19d329ec73db02fd5f11c617fd
123374
 
Author: Alexander Larsson <alexl@redhat.com>
123375
 
Date:   Mon Jun 15 13:18:22 2009 +0200
 
140675
Author:     Alexander Larsson <alexl@redhat.com>
 
140676
AuthorDate: Mon Jun 15 13:18:22 2009 +0200
 
140677
Commit:     Alexander Larsson <alexl@redhat.com>
 
140678
CommitDate: Mon Jun 15 13:18:22 2009 +0200
123376
140679
 
123377
140680
    Add g_reload_user_special_dirs_cache (#541276)
123378
140681
 
123385
140688
 3 files changed, 55 insertions(+)
123386
140689
 
123387
140690
commit 740ae3aa29cc50f588fb3ac47f6125acbccd20b6
123388
 
Author: Alexander Larsson <alexl@redhat.com>
123389
 
Date:   Mon Jun 15 12:25:43 2009 +0200
 
140691
Author:     Alexander Larsson <alexl@redhat.com>
 
140692
AuthorDate: Mon Jun 15 12:25:43 2009 +0200
 
140693
Commit:     Alexander Larsson <alexl@redhat.com>
 
140694
CommitDate: Mon Jun 15 12:26:57 2009 +0200
123390
140695
 
123391
140696
    Avoid unnecessary work if mount watching not specified (#585360)
123392
140697
 
123398
140703
 2 files changed, 26 insertions(+), 4 deletions(-)
123399
140704
 
123400
140705
commit 129eb074823101102611690f053ffa246bb7784d
123401
 
Author: Matthias Clasen <mclasen@redhat.com>
123402
 
Date:   Mon Jun 15 01:45:34 2009 -0400
 
140706
Author:     Matthias Clasen <mclasen@redhat.com>
 
140707
AuthorDate: Mon Jun 15 01:45:34 2009 -0400
 
140708
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140709
CommitDate: Mon Jun 15 01:45:34 2009 -0400
123403
140710
 
123404
140711
    Support special icons for xdg user dirs
123405
140712
 
123411
140718
 1 file changed, 16 insertions(+), 2 deletions(-)
123412
140719
 
123413
140720
commit 50a7f530557e35c6dfc543d969c0369d53d45a87
123414
 
Author: Matthias Clasen <mclasen@redhat.com>
123415
 
Date:   Mon Jun 15 01:12:50 2009 -0400
 
140721
Author:     Matthias Clasen <mclasen@redhat.com>
 
140722
AuthorDate: Mon Jun 15 01:12:50 2009 -0400
 
140723
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140724
CommitDate: Mon Jun 15 01:12:50 2009 -0400
123416
140725
 
123417
140726
    Don't use deprecated GLib api
123418
140727
 
123422
140731
 1 file changed, 1 insertion(+), 1 deletion(-)
123423
140732
 
123424
140733
commit 2553df615d21e68d52f1e0b45ac8b70622d2881e
123425
 
Author: Matthias Clasen <mclasen@redhat.com>
123426
 
Date:   Mon Jun 15 01:09:25 2009 -0400
 
140734
Author:     Matthias Clasen <mclasen@redhat.com>
 
140735
AuthorDate: Mon Jun 15 01:09:25 2009 -0400
 
140736
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140737
CommitDate: Mon Jun 15 01:09:25 2009 -0400
123427
140738
 
123428
140739
    Refer to the correct gcc deprecation options
123429
140740
 
123433
140744
 1 file changed, 1 insertion(+), 1 deletion(-)
123434
140745
 
123435
140746
commit 2c5ac901d95f28db1edad2807f842396c594a49e
123436
 
Author: Matthias Clasen <mclasen@redhat.com>
123437
 
Date:   Mon Jun 15 01:03:54 2009 -0400
 
140747
Author:     Matthias Clasen <mclasen@redhat.com>
 
140748
AuthorDate: Mon Jun 15 01:03:54 2009 -0400
 
140749
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140750
CommitDate: Mon Jun 15 01:03:54 2009 -0400
123438
140751
 
123439
140752
    Fix some typos in list documentation
123440
140753
 
123445
140758
 2 files changed, 3 insertions(+), 3 deletions(-)
123446
140759
 
123447
140760
commit b0bba8520acd423785075ba67e6e4b644fce765f
123448
 
Author: Matthias Clasen <mclasen@redhat.com>
123449
 
Date:   Mon Jun 15 00:52:43 2009 -0400
 
140761
Author:     Matthias Clasen <mclasen@redhat.com>
 
140762
AuthorDate: Mon Jun 15 00:52:43 2009 -0400
 
140763
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140764
CommitDate: Mon Jun 15 00:52:43 2009 -0400
123450
140765
 
123451
140766
    Extract strings from g_dngettext too
123452
140767
 
123457
140772
 1 file changed, 7 insertions(+)
123458
140773
 
123459
140774
commit 642e9c75400cc12f0fad26e3f3df5ac6a39e0822
123460
 
Author: Matthias Clasen <mclasen@redhat.com>
123461
 
Date:   Mon Jun 15 00:45:55 2009 -0400
 
140775
Author:     Matthias Clasen <mclasen@redhat.com>
 
140776
AuthorDate: Mon Jun 15 00:45:55 2009 -0400
 
140777
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140778
CommitDate: Mon Jun 15 00:45:55 2009 -0400
123462
140779
 
123463
140780
    Fix the icon property implementation
123464
140781
 
123469
140786
 1 file changed, 2 insertions(+), 1 deletion(-)
123470
140787
 
123471
140788
commit b533a944ffc83ad90cd8b6fba00f4e0bebcd0741
123472
 
Author: Matthias Clasen <mclasen@redhat.com>
123473
 
Date:   Mon Jun 15 00:38:34 2009 -0400
 
140789
Author:     Matthias Clasen <mclasen@redhat.com>
 
140790
AuthorDate: Mon Jun 15 00:38:34 2009 -0400
 
140791
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140792
CommitDate: Mon Jun 15 00:38:34 2009 -0400
123474
140793
 
123475
140794
    Trivial formatting fixes
123476
140795
 
123479
140798
 1 file changed, 31 insertions(+), 32 deletions(-)
123480
140799
 
123481
140800
commit ce4aa6253eea2b24c0e4a99f9a1d7f31b9cec979
123482
 
Author: Matthias Clasen <mclasen@redhat.com>
123483
 
Date:   Sun Jun 14 23:55:12 2009 -0400
 
140801
Author:     Matthias Clasen <mclasen@redhat.com>
 
140802
AuthorDate: Sun Jun 14 23:55:12 2009 -0400
 
140803
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140804
CommitDate: Sun Jun 14 23:55:12 2009 -0400
123484
140805
 
123485
140806
    Include sys/uio.h for struct iovec
123486
140807
 
123490
140811
 1 file changed, 2 insertions(+)
123491
140812
 
123492
140813
commit 8a3a3d797e7ef3b66c917c1c0a2ec47300bbf661
123493
 
Author: Matthias Clasen <mclasen@redhat.com>
123494
 
Date:   Sun Jun 14 22:26:52 2009 -0400
 
140814
Author:     Matthias Clasen <mclasen@redhat.com>
 
140815
AuthorDate: Sun Jun 14 22:26:52 2009 -0400
 
140816
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140817
CommitDate: Sun Jun 14 22:29:17 2009 -0400
123495
140818
 
123496
140819
    Use inotify_init1 when available
123497
140820
 
123502
140825
 2 files changed, 8 insertions(+), 2 deletions(-)
123503
140826
 
123504
140827
commit 4dbc2074bc857464e64549fac2b7403c4e9566c1
123505
 
Author: Ryan Lortie <desrt@desrt.ca>
123506
 
Date:   Sun Jun 14 13:58:35 2009 -0400
 
140828
Author:     Ryan Lortie <desrt@desrt.ca>
 
140829
AuthorDate: Sun Jun 14 13:58:35 2009 -0400
 
140830
Commit:     Ryan Lortie <desrt@desrt.ca>
 
140831
CommitDate: Sun Jun 14 13:58:35 2009 -0400
123507
140832
 
123508
140833
    Add GNIO test cases to .gitignore
123509
140834
 
123511
140836
 1 file changed, 7 insertions(+)
123512
140837
 
123513
140838
commit cb1a6092405b2f6d9b82e7c1b757951d695c5fe6
123514
 
Author: Ryan Lortie <desrt@desrt.ca>
123515
 
Date:   Fri Jun 12 13:01:04 2009 -0400
 
140839
Author:     Ryan Lortie <desrt@desrt.ca>
 
140840
AuthorDate: Fri Jun 12 13:01:04 2009 -0400
 
140841
Commit:     Ryan Lortie <desrt@desrt.ca>
 
140842
CommitDate: Fri Jun 12 13:01:04 2009 -0400
123516
140843
 
123517
140844
    Bug 585575 – g_socket_listener_add_inet_port()
123518
140845
 
123538
140865
 1 file changed, 126 insertions(+), 38 deletions(-)
123539
140866
 
123540
140867
commit f7d756f5b6c9975452e57ac6f41ff69d9f456739
123541
 
Author: Ryan Lortie <desrt@desrt.ca>
123542
 
Date:   Fri Jun 12 12:21:07 2009 -0400
 
140868
Author:     Ryan Lortie <desrt@desrt.ca>
 
140869
AuthorDate: Fri Jun 12 12:21:07 2009 -0400
 
140870
Commit:     Ryan Lortie <desrt@desrt.ca>
 
140871
CommitDate: Fri Jun 12 12:21:07 2009 -0400
123543
140872
 
123544
140873
    add g_socket_speaks_ipv4()
123545
140874
 
123553
140882
 4 files changed, 51 insertions(+)
123554
140883
 
123555
140884
commit fd22781b184529c2a838272b76d71b4b498366ba
123556
 
Author: Benjamin Otte <otte@gnome.org>
123557
 
Date:   Fri Jun 12 15:57:51 2009 +0200
 
140885
Author:     Benjamin Otte <otte@gnome.org>
 
140886
AuthorDate: Fri Jun 12 15:57:51 2009 +0200
 
140887
Commit:     Benjamin Otte <otte@gnome.org>
 
140888
CommitDate: Fri Jun 12 15:57:51 2009 +0200
123558
140889
 
123559
140890
    make all APIs that take inet port arguments take a guint16
123560
140891
 
123565
140896
 4 files changed, 8 insertions(+), 8 deletions(-)
123566
140897
 
123567
140898
commit 3e3e3c29469f03ec7f141b2522accdb7c2acd59d
123568
 
Author: Benjamin Otte <otte@gnome.org>
123569
 
Date:   Fri Jun 12 15:57:12 2009 +0200
 
140899
Author:     Benjamin Otte <otte@gnome.org>
 
140900
AuthorDate: Fri Jun 12 15:57:12 2009 +0200
 
140901
Commit:     Benjamin Otte <otte@gnome.org>
 
140902
CommitDate: Fri Jun 12 15:57:12 2009 +0200
123570
140903
 
123571
140904
    don't make strings const when they are not
123572
140905
 
123576
140909
 1 file changed, 2 insertions(+), 2 deletions(-)
123577
140910
 
123578
140911
commit a402875de1d8956c90a940f8309733040cda5afb
123579
 
Author: Matthias Clasen <mclasen@redhat.com>
123580
 
Date:   Thu Jun 11 12:41:16 2009 -0400
 
140912
Author:     Matthias Clasen <mclasen@redhat.com>
 
140913
AuthorDate: Thu Jun 11 12:41:16 2009 -0400
 
140914
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140915
CommitDate: Thu Jun 11 12:41:16 2009 -0400
123581
140916
 
123582
140917
    Fix an oversight in the previous commit
123583
140918
 
123588
140923
 1 file changed, 4 deletions(-)
123589
140924
 
123590
140925
commit 6224d3d2ecdbc3cacfdb8213de3cf53d6dfc8580
123591
 
Author: Matthias Clasen <mclasen@redhat.com>
123592
 
Date:   Wed Jun 10 23:50:45 2009 -0400
 
140926
Author:     Matthias Clasen <mclasen@redhat.com>
 
140927
AuthorDate: Wed Jun 10 23:50:45 2009 -0400
 
140928
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140929
CommitDate: Wed Jun 10 23:50:45 2009 -0400
123593
140930
 
123594
140931
    Fix g_string_chunk_insert_len to accept nuls
123595
140932
 
123602
140939
 2 files changed, 49 insertions(+), 28 deletions(-)
123603
140940
 
123604
140941
commit 9e43937d03443d6e8f63ea2c75c0fd54aaa124b3
123605
 
Author: Matthias Clasen <mclasen@redhat.com>
123606
 
Date:   Wed Jun 10 23:28:32 2009 -0400
 
140942
Author:     Matthias Clasen <mclasen@redhat.com>
 
140943
AuthorDate: Wed Jun 10 23:28:32 2009 -0400
 
140944
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140945
CommitDate: Wed Jun 10 23:28:32 2009 -0400
123607
140946
 
123608
140947
    Include sys/types.h in gunixfdmessage.c
123609
140948
 
123613
140952
 1 file changed, 1 insertion(+)
123614
140953
 
123615
140954
commit d3d81f74c5c227fb17494c0388ede1e83557a7e1
123616
 
Author: Matthias Clasen <mclasen@redhat.com>
123617
 
Date:   Wed Jun 10 16:20:51 2009 -0400
 
140955
Author:     Matthias Clasen <mclasen@redhat.com>
 
140956
AuthorDate: Wed Jun 10 16:20:51 2009 -0400
 
140957
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140958
CommitDate: Wed Jun 10 16:20:51 2009 -0400
123618
140959
 
123619
140960
    Make setting DISPLAY work
123620
140961
 
123627
140968
 1 file changed, 49 insertions(+), 183 deletions(-)
123628
140969
 
123629
140970
commit 83ae249a2efc6f6445b5655cc16841ee2f9d3f75
123630
 
Author: Matthias Clasen <mclasen@redhat.com>
123631
 
Date:   Wed Jun 10 16:20:38 2009 -0400
 
140971
Author:     Matthias Clasen <mclasen@redhat.com>
 
140972
AuthorDate: Wed Jun 10 16:20:38 2009 -0400
 
140973
Commit:     Matthias Clasen <mclasen@redhat.com>
 
140974
CommitDate: Wed Jun 10 16:20:38 2009 -0400
123632
140975
 
123633
140976
    Support automake 1.11
123634
140977
 
123636
140979
 1 file changed, 7 insertions(+), 3 deletions(-)
123637
140980
 
123638
140981
commit ff2532aead7a73ca92d0b8a964d143c69e78c6cd
123639
 
Author: Kjartan Maraas <kmaraas@gnome.org>
123640
 
Date:   Wed Jun 10 09:43:33 2009 +0200
 
140982
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
140983
AuthorDate: Wed Jun 10 09:43:33 2009 +0200
 
140984
Commit:     Kjartan Maraas <kmaraas@gnome.org>
 
140985
CommitDate: Wed Jun 10 09:43:33 2009 +0200
123641
140986
 
123642
140987
    Updated Norwegian bokmål translation.
123643
140988
 
123646
140991
 1 file changed, 419 insertions(+), 484 deletions(-)
123647
140992
 
123648
140993
commit 74a3c71dcfb8f15692efd572670d28cb04caa868
123649
 
Author: Dan Winship <danw@gnome.org>
123650
 
Date:   Tue Jun 9 09:32:43 2009 -0400
 
140994
Author:     Dan Winship <danw@gnome.org>
 
140995
AuthorDate: Tue Jun 9 09:32:43 2009 -0400
 
140996
Commit:     Dan Winship <danw@gnome.org>
 
140997
CommitDate: Tue Jun 9 09:32:43 2009 -0400
123651
140998
 
123652
140999
    Revert part of fix for old OS X that broke the compile on current OS X
123653
141000
 
123657
141004
 1 file changed, 1 insertion(+), 7 deletions(-)
123658
141005
 
123659
141006
commit 059ec81c9e88ee5ec67aafd135714754ea5b9552
123660
 
Author: Michael Meeks <michael.meeks@novell.com>
123661
 
Date:   Tue Jun 9 11:31:42 2009 +0100
 
141007
Author:     Michael Meeks <michael.meeks@novell.com>
 
141008
AuthorDate: Tue Jun 9 11:31:42 2009 +0100
 
141009
Commit:     Michael Meeks <michael.meeks@novell.com>
 
141010
CommitDate: Tue Jun 9 11:32:44 2009 +0100
123662
141011
 
123663
141012
    move start_element emission out into a new (inlined) function, so
123664
141013
    the alloca'd memory is released on return, rather than slowly blowing
123669
141018
 1 file changed, 42 insertions(+), 34 deletions(-)
123670
141019
 
123671
141020
commit ced88fd0de4aedb537552561582875b427081eeb
123672
 
Author: Benjamin Otte <otte@gnome.org>
123673
 
Date:   Tue Jun 9 10:54:22 2009 +0200
 
141021
Author:     Benjamin Otte <otte@gnome.org>
 
141022
AuthorDate: Tue Jun 9 10:54:22 2009 +0200
 
141023
Commit:     Benjamin Otte <otte@gnome.org>
 
141024
CommitDate: Tue Jun 9 12:19:24 2009 +0200
123674
141025
 
123675
141026
    Bug 585189 – g_cancellable_reset() must be called in same thread ...
123676
141027
 
123685
141036
 1 file changed, 4 insertions(+), 4 deletions(-)
123686
141037
 
123687
141038
commit 7d4b7063057a9473491141e4d26fbcec17bb83ec
123688
 
Author: Runa Bhattacharjee <runab@redhat.com>
123689
 
Date:   Tue Jun 9 11:48:53 2009 +0530
 
141039
Author:     Runa Bhattacharjee <runab@redhat.com>
 
141040
AuthorDate: Tue Jun 9 11:48:53 2009 +0530
 
141041
Commit:     Runa Bhattacharjee <runab@redhat.com>
 
141042
CommitDate: Tue Jun 9 11:48:53 2009 +0530
123690
141043
 
123691
141044
    Updated Bengali India Translations
123692
141045
 
123695
141048
 1 file changed, 457 insertions(+), 525 deletions(-)
123696
141049
 
123697
141050
commit 139af6f70032cad02b3cd965521c0c0cdb0dc8cf
123698
 
Author: Benjamin Otte <otte@gnome.org>
123699
 
Date:   Mon Jun 8 17:29:22 2009 +0200
 
141051
Author:     Benjamin Otte <otte@gnome.org>
 
141052
AuthorDate: Mon Jun 8 17:29:22 2009 +0200
 
141053
Commit:     Benjamin Otte <otte@gnome.org>
 
141054
CommitDate: Mon Jun 8 17:29:22 2009 +0200
123700
141055
 
123701
141056
    update the overview image of the gio docs
123702
141057
 
123708
141063
 2 files changed, 0 insertions(+), 0 deletions(-)
123709
141064
 
123710
141065
commit 74fd3e734f3b6e7702ee1a859855ef6bd1c28ef9
123711
 
Author: Benjamin Otte <otte@gnome.org>
123712
 
Date:   Mon Jun 8 15:29:57 2009 +0200
 
141066
Author:     Benjamin Otte <otte@gnome.org>
 
141067
AuthorDate: Mon Jun 8 15:29:57 2009 +0200
 
141068
Commit:     Benjamin Otte <otte@gnome.org>
 
141069
CommitDate: Mon Jun 8 15:30:28 2009 +0200
123713
141070
 
123714
141071
    typo in documentation
123715
141072
 
123717
141074
 1 file changed, 1 insertion(+), 1 deletion(-)
123718
141075
 
123719
141076
commit 29a4a0a44dc09dabe071a989da2500b2bc143cbd
123720
 
Author: Benjamin Otte <otte@gnome.org>
123721
 
Date:   Mon Jun 8 15:27:12 2009 +0200
 
141077
Author:     Benjamin Otte <otte@gnome.org>
 
141078
AuthorDate: Mon Jun 8 15:27:12 2009 +0200
 
141079
Commit:     Benjamin Otte <otte@gnome.org>
 
141080
CommitDate: Mon Jun 8 15:30:28 2009 +0200
123722
141081
 
123723
141082
    only query file info in g_file_copy() when we need it
123724
141083
 
123735
141094
 1 file changed, 19 insertions(+), 15 deletions(-)
123736
141095
 
123737
141096
commit 0bb5739f323396b40bbe6470c505606ea265afa0
123738
 
Author: Alexander Larsson <alexl@redhat.com>
123739
 
Date:   Mon Jun 1 22:09:21 2009 +0200
 
141097
Author:     Alexander Larsson <alexl@redhat.com>
 
141098
AuthorDate: Mon Jun 1 22:09:21 2009 +0200
 
141099
Commit:     Alexander Larsson <alexl@redhat.com>
 
141100
CommitDate: Mon Jun 1 22:10:41 2009 +0200
123740
141101
 
123741
141102
    Reformat g_themed_icon_get_names return type to make gtk-doc work
123742
141103
 
123748
141109
 1 file changed, 1 insertion(+), 1 deletion(-)
123749
141110
 
123750
141111
commit ce6fbd623115c88cfdf0f5ed36b01cca201ba78e
123751
 
Author: Dan Winship <danw@gnome.org>
123752
 
Date:   Thu May 28 15:27:04 2009 -0400
 
141112
Author:     Dan Winship <danw@gnome.org>
 
141113
AuthorDate: Thu May 28 15:27:04 2009 -0400
 
141114
Commit:     Dan Winship <danw@gnome.org>
 
141115
CommitDate: Mon Jun 1 14:31:48 2009 -0400
123753
141116
 
123754
141117
    Fix multiple bugs in g_srv_target_list_sort()
123755
141118
 
123774
141137
 3 files changed, 205 insertions(+), 50 deletions(-)
123775
141138
 
123776
141139
commit 1ca91a212503e64a150c78cdb9ce0489efaa7a59
123777
 
Author: Dan Winship <danw@gnome.org>
123778
 
Date:   Sat May 23 21:49:47 2009 -0300
 
141140
Author:     Dan Winship <danw@gnome.org>
 
141141
AuthorDate: Sat May 23 21:49:47 2009 -0300
 
141142
Commit:     Dan Winship <danw@gnome.org>
 
141143
CommitDate: Mon Jun 1 14:24:44 2009 -0400
123779
141144
 
123780
141145
    Clarify some GSocket docs
123781
141146
 
123784
141149
 1 file changed, 120 insertions(+), 98 deletions(-)
123785
141150
 
123786
141151
commit 5b3d62a7a6d4354b1588dd94f477c44bd15f1753
123787
 
Author: Dan Winship <danw@gnome.org>
123788
 
Date:   Mon Apr 27 17:35:04 2009 -0400
 
141152
Author:     Dan Winship <danw@gnome.org>
 
141153
AuthorDate: Mon Apr 27 17:35:04 2009 -0400
 
141154
Commit:     Dan Winship <danw@gnome.org>
 
141155
CommitDate: Mon Jun 1 14:21:05 2009 -0400
123789
141156
 
123790
141157
    Misc networking build fixes
123791
141158
 
123803
141170
 8 files changed, 28 insertions(+), 23 deletions(-)
123804
141171
 
123805
141172
commit 85816117e3da8c8751bb9c12f93580c9910ec8da
123806
 
Author: Tor Lillqvist <tml@iki.fi>
123807
 
Date:   Mon Jun 1 14:04:49 2009 +0300
 
141173
Author:     Tor Lillqvist <tml@iki.fi>
 
141174
AuthorDate: Mon Jun 1 14:04:49 2009 +0300
 
141175
Commit:     Tor Lillqvist <tml@iki.fi>
 
141176
CommitDate: Mon Jun 1 14:04:49 2009 +0300
123808
141177
 
123809
141178
    Bump _WIN32_WINNT to 0x0501
123810
141179
 
123814
141183
 1 file changed, 1 insertion(+), 1 deletion(-)
123815
141184
 
123816
141185
commit 4a50bab276cdbde6387c0dd07666de1879e2d6c9
123817
 
Author: Hans Breuer <hans@breuer.org>
123818
 
Date:   Sat May 30 15:33:14 2009 +0200
 
141186
Author:     Hans Breuer <hans@breuer.org>
 
141187
AuthorDate: Sat May 30 15:33:14 2009 +0200
 
141188
Commit:     Hans Breuer <hans@breuer.org>
 
141189
CommitDate: Sat May 30 15:33:14 2009 +0200
123819
141190
 
123820
141191
    Define fstat() for msvc build
123821
141192
 
123825
141196
 3 files changed, 13 insertions(+)
123826
141197
 
123827
141198
commit 75ef01824803c70f42d412c19d4e61904702e461
123828
 
Author: Hans Breuer <hans@breuer.org>
123829
 
Date:   Sat May 30 15:29:23 2009 +0200
 
141199
Author:     Hans Breuer <hans@breuer.org>
 
141200
AuthorDate: Sat May 30 15:29:23 2009 +0200
 
141201
Commit:     Hans Breuer <hans@breuer.org>
 
141202
CommitDate: Sat May 30 15:29:23 2009 +0200
123830
141203
 
123831
141204
    Updated msvc build files
123832
141205
 
123841
141214
 7 files changed, 172 insertions(+), 119 deletions(-)
123842
141215
 
123843
141216
commit 780185449fadcbc5d79d9dea245067c16f475a92
123844
 
Author: Hans Breuer <hans@breuer.org>
123845
 
Date:   Sat May 30 15:24:06 2009 +0200
 
141217
Author:     Hans Breuer <hans@breuer.org>
 
141218
AuthorDate: Sat May 30 15:24:06 2009 +0200
 
141219
Commit:     Hans Breuer <hans@breuer.org>
 
141220
CommitDate: Sat May 30 15:24:06 2009 +0200
123846
141221
 
123847
141222
    Version resource template for gio
123848
141223
 
123850
141225
 1 file changed, 30 insertions(+)
123851
141226
 
123852
141227
commit 73dbe591fb9ae98aab6902cf213132e2ad99c88c
123853
 
Author: Hans Breuer <hans@breuer.org>
123854
 
Date:   Sat May 30 15:18:02 2009 +0200
 
141228
Author:     Hans Breuer <hans@breuer.org>
 
141229
AuthorDate: Sat May 30 15:18:02 2009 +0200
 
141230
Commit:     Hans Breuer <hans@breuer.org>
 
141231
CommitDate: Sat May 30 15:18:02 2009 +0200
123855
141232
 
123856
141233
    Handle EAI_NODATA==EAI_NONAME in win32 SDK
123857
141234
 
123859
141236
 1 file changed, 2 insertions(+)
123860
141237
 
123861
141238
commit cbca0ac5d92df015902b3fd8a9086a29b20bc6f9
123862
 
Author: Hans Breuer <hans@breuer.org>
123863
 
Date:   Sat May 30 15:14:01 2009 +0200
 
141239
Author:     Hans Breuer <hans@breuer.org>
 
141240
AuthorDate: Sat May 30 15:14:01 2009 +0200
 
141241
Commit:     Hans Breuer <hans@breuer.org>
 
141242
CommitDate: Sat May 30 15:14:01 2009 +0200
123864
141243
 
123865
141244
    Include io.h for write() on win32
123866
141245
 
123868
141247
 1 file changed, 1 insertion(+)
123869
141248
 
123870
141249
commit 136793cc5e5e808c82d21664c0ba96c95c8f7075
123871
 
Author: Hans Breuer <hans@breuer.org>
123872
 
Date:   Sat May 30 15:08:29 2009 +0200
 
141250
Author:     Hans Breuer <hans@breuer.org>
 
141251
AuthorDate: Sat May 30 15:08:29 2009 +0200
 
141252
Commit:     Hans Breuer <hans@breuer.org>
 
141253
CommitDate: Sat May 30 15:08:29 2009 +0200
123873
141254
 
123874
141255
    Simplified for pre-built package use
123875
141256
 
123879
141260
 2 files changed, 108 insertions(+), 41 deletions(-)
123880
141261
 
123881
141262
commit f4e89ab87702d220babc4d18ec8450e351d3c06e
123882
 
Author: Hans Breuer <hans@breuer.org>
123883
 
Date:   Sat May 30 15:02:14 2009 +0200
 
141263
Author:     Hans Breuer <hans@breuer.org>
 
141264
AuthorDate: Sat May 30 15:02:14 2009 +0200
 
141265
Commit:     Hans Breuer <hans@breuer.org>
 
141266
CommitDate: Sat May 30 15:02:14 2009 +0200
123884
141267
 
123885
141268
    Replace FIXME with proper SDK version define
123886
141269
 
123888
141271
 1 file changed, 1 insertion(+), 1 deletion(-)
123889
141272
 
123890
141273
commit 661bb521d126480606e12a15f722069eeddfc306
123891
 
Author: Matthias Clasen <mclasen@redhat.com>
123892
 
Date:   Thu May 28 23:50:48 2009 -0400
 
141274
Author:     Matthias Clasen <mclasen@redhat.com>
 
141275
AuthorDate: Thu May 28 23:50:48 2009 -0400
 
141276
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141277
CommitDate: Thu May 28 23:50:48 2009 -0400
123893
141278
 
123894
141279
    Bump version
123895
141280
 
123897
141282
 1 file changed, 1 insertion(+), 1 deletion(-)
123898
141283
 
123899
141284
commit 33a2f5a21212a62e96ba8f5691a51d512a8925bd
123900
 
Author: Matthias Clasen <mclasen@redhat.com>
123901
 
Date:   Thu May 28 23:44:48 2009 -0400
 
141285
Author:     Matthias Clasen <mclasen@redhat.com>
 
141286
AuthorDate: Thu May 28 23:44:48 2009 -0400
 
141287
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141288
CommitDate: Thu May 28 23:44:48 2009 -0400
123902
141289
 
123903
141290
    Release 2.21.1
123904
141291
 
123999
141386
 92 files changed, 10246 insertions(+), 9069 deletions(-)
124000
141387
 
124001
141388
commit 479c45564a7010dad0742912506e1dff9b61fdd5
124002
 
Author: Matthias Clasen <mclasen@redhat.com>
124003
 
Date:   Thu May 28 23:06:24 2009 -0400
 
141389
Author:     Matthias Clasen <mclasen@redhat.com>
 
141390
AuthorDate: Thu May 28 23:06:24 2009 -0400
 
141391
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141392
CommitDate: Thu May 28 23:06:24 2009 -0400
124004
141393
 
124005
141394
    Update NEWS once more
124006
141395
 
124008
141397
 1 file changed, 1 insertion(+)
124009
141398
 
124010
141399
commit 62abf79be2f7133d4c14aa89a04ac7261e00b9f0
124011
 
Author: Matthias Clasen <mclasen@redhat.com>
124012
 
Date:   Thu May 28 14:40:04 2009 -0400
 
141400
Author:     Matthias Clasen <mclasen@redhat.com>
 
141401
AuthorDate: Thu May 28 14:40:04 2009 -0400
 
141402
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141403
CommitDate: Thu May 28 14:40:18 2009 -0400
124013
141404
 
124014
141405
    Another pedantic docs fix
124015
141406
 
124017
141408
 1 file changed, 1 insertion(+), 1 deletion(-)
124018
141409
 
124019
141410
commit d32226da6d4ff565aebd41b5f126d625dc42816b
124020
 
Author: Alexander Larsson <alexl@redhat.com>
124021
 
Date:   Thu May 28 15:34:07 2009 +0200
 
141411
Author:     Alexander Larsson <alexl@redhat.com>
 
141412
AuthorDate: Thu May 28 15:34:07 2009 +0200
 
141413
Commit:     Alexander Larsson <alexl@redhat.com>
 
141414
CommitDate: Thu May 28 15:34:57 2009 +0200
124022
141415
 
124023
141416
    Ref the right type in g_socket_control_message_deserialize
124024
141417
 
124028
141421
 1 file changed, 1 insertion(+), 1 deletion(-)
124029
141422
 
124030
141423
commit 390549f6c4968b14ce4a141781f1131f6a09eafe
124031
 
Author: Alexander Larsson <alexl@redhat.com>
124032
 
Date:   Thu May 28 15:33:52 2009 +0200
 
141424
Author:     Alexander Larsson <alexl@redhat.com>
 
141425
AuthorDate: Thu May 28 15:33:52 2009 +0200
 
141426
Commit:     Alexander Larsson <alexl@redhat.com>
 
141427
CommitDate: Thu May 28 15:34:57 2009 +0200
124033
141428
 
124034
141429
    Document g_socket_control_message_deserialize
124035
141430
 
124037
141432
 1 file changed, 13 insertions(+), 5 deletions(-)
124038
141433
 
124039
141434
commit dbe7408a5c06b4e88cf2605a24b0949adc02446c
124040
 
Author: Shixin Zeng <zeng.shixin@gmail.com>
124041
 
Date:   Thu May 28 12:52:23 2009 +0300
 
141435
Author:     Shixin Zeng <zeng.shixin@gmail.com>
 
141436
AuthorDate: Thu May 28 12:52:23 2009 +0300
 
141437
Commit:     Tor Lillqvist <tml@iki.fi>
 
141438
CommitDate: Thu May 28 12:55:11 2009 +0300
124042
141439
 
124043
141440
    Fix string length bugs in GWinHttpFile (#580347)
124044
141441
 
124046
141443
 1 file changed, 5 insertions(+), 5 deletions(-)
124047
141444
 
124048
141445
commit a859f883cf939b1010c3783ad34879b2ba897bfe
124049
 
Author: Matthias Clasen <mclasen@redhat.com>
124050
 
Date:   Thu May 28 00:30:21 2009 -0400
 
141446
Author:     Matthias Clasen <mclasen@redhat.com>
 
141447
AuthorDate: Thu May 28 00:30:21 2009 -0400
 
141448
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141449
CommitDate: Thu May 28 00:30:21 2009 -0400
124051
141450
 
124052
141451
    Fix make check
124053
141452
 
124065
141464
 11 files changed, 21 insertions(+), 9 deletions(-)
124066
141465
 
124067
141466
commit a39670dade8d68062a9ed2a3695b68945f34c5a5
124068
 
Author: Matthias Clasen <mclasen@redhat.com>
124069
 
Date:   Thu May 28 00:08:42 2009 -0400
 
141467
Author:     Matthias Clasen <mclasen@redhat.com>
 
141468
AuthorDate: Thu May 28 00:08:42 2009 -0400
 
141469
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141470
CommitDate: Thu May 28 00:09:10 2009 -0400
124070
141471
 
124071
141472
    Update for 2.21.1
124072
141473
 
124074
141475
 1 file changed, 40 insertions(+)
124075
141476
 
124076
141477
commit 576839adbe9a72903fd435d24dbbb7826c691fcc
124077
 
Author: Matthias Clasen <mclasen@redhat.com>
124078
 
Date:   Wed May 27 22:44:31 2009 -0400
 
141478
Author:     Matthias Clasen <mclasen@redhat.com>
 
141479
AuthorDate: Wed May 27 22:44:31 2009 -0400
 
141480
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141481
CommitDate: Wed May 27 22:44:31 2009 -0400
124079
141482
 
124080
141483
    Fix references to nonexisting functions
124081
141484
 
124083
141486
 1 file changed, 3 insertions(+), 3 deletions(-)
124084
141487
 
124085
141488
commit 06144900ec87effb99c94e2d8369ca270d024bf1
124086
 
Author: Matthias Clasen <mclasen@redhat.com>
124087
 
Date:   Wed May 27 18:20:08 2009 -0400
 
141489
Author:     Matthias Clasen <mclasen@redhat.com>
 
141490
AuthorDate: Wed May 27 18:20:08 2009 -0400
 
141491
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141492
CommitDate: Wed May 27 18:20:08 2009 -0400
124088
141493
 
124089
141494
    Documentation and coding style fixups
124090
141495
 
124132
141537
 38 files changed, 964 insertions(+), 771 deletions(-)
124133
141538
 
124134
141539
commit eecbbb0a20a114b4a2c6759aa108940902c8961c
124135
 
Author: Matthias Clasen <mclasen@redhat.com>
124136
 
Date:   Wed May 27 12:07:13 2009 -0400
 
141540
Author:     Matthias Clasen <mclasen@redhat.com>
 
141541
AuthorDate: Wed May 27 12:07:13 2009 -0400
 
141542
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141543
CommitDate: Wed May 27 12:07:13 2009 -0400
124137
141544
 
124138
141545
    Fix the an index title
124139
141546
 
124141
141548
 1 file changed, 1 insertion(+), 1 deletion(-)
124142
141549
 
124143
141550
commit 00151ec0e1ea5c6b8be13c70a8808bc0ff380e3b
124144
 
Author: Matthias Clasen <mclasen@redhat.com>
124145
 
Date:   Wed May 27 12:01:14 2009 -0400
 
141551
Author:     Matthias Clasen <mclasen@redhat.com>
 
141552
AuthorDate: Wed May 27 12:01:14 2009 -0400
 
141553
Commit:     Matthias Clasen <mclasen@redhat.com>
 
141554
CommitDate: Wed May 27 12:04:35 2009 -0400
124146
141555
 
124147
141556
    Fix a locking problem in g_main_context_iterate()
124148
141557
 
124153
141562
 1 file changed, 6 insertions(+), 9 deletions(-)
124154
141563
 
124155
141564
commit 209a662c2fb664bed2bf4e26bbda784ca7c0739d
124156
 
Author: Hans Breuer <hans@breuer.org>
124157
 
Date:   Wed May 27 15:12:31 2009 +0300
 
141565
Author:     Hans Breuer <hans@breuer.org>
 
141566
AuthorDate: Wed May 27 15:12:31 2009 +0300
 
141567
Commit:     Tor Lillqvist <tml@iki.fi>
 
141568
CommitDate: Wed May 27 15:12:31 2009 +0300
124158
141569
 
124159
141570
    Correct reference and implement close_fn (#578769)
124160
141571
 
124168
141579
 2 files changed, 26 insertions(+), 2 deletions(-)
124169
141580
 
124170
141581
commit 623f99dc3dee7712da4ac209ba445b2199b2963c
124171
 
Author: Alexander Larsson <alexl@redhat.com>
124172
 
Date:   Wed May 27 11:11:37 2009 +0200
 
141582
Author:     Alexander Larsson <alexl@redhat.com>
 
141583
AuthorDate: Wed May 27 11:11:37 2009 +0200
 
141584
Commit:     Alexander Larsson <alexl@redhat.com>
 
141585
CommitDate: Wed May 27 11:11:37 2009 +0200
124173
141586
 
124174
141587
    Add required defines on solaris for GSocket to build (#582856)
124175
141588
 
124181
141594
 1 file changed, 8 insertions(+)
124182
141595
 
124183
141596
commit f99be75ff9d62f8e8e4e8850e34fe1020e58cb8c
124184
 
Author: Alexander Larsson <alexl@redhat.com>
124185
 
Date:   Mon May 25 15:46:35 2009 +0200
 
141597
Author:     Alexander Larsson <alexl@redhat.com>
 
141598
AuthorDate: Mon May 25 15:46:35 2009 +0200
 
141599
Commit:     Alexander Larsson <alexl@redhat.com>
 
141600
CommitDate: Mon May 25 15:46:35 2009 +0200
124186
141601
 
124187
141602
    Remove mention of non-existing calls from docs
124188
141603
 
124196
141611
 3 files changed, 19 insertions(+), 22 deletions(-)
124197
141612
 
124198
141613
commit 3c0feca7f109c68e8c2a278875e576b18966d299
124199
 
Author: Alexander Larsson <alexl@redhat.com>
124200
 
Date:   Mon May 25 12:47:12 2009 +0200
 
141614
Author:     Alexander Larsson <alexl@redhat.com>
 
141615
AuthorDate: Mon May 25 12:47:12 2009 +0200
 
141616
Commit:     Alexander Larsson <alexl@redhat.com>
 
141617
CommitDate: Mon May 25 12:47:12 2009 +0200
124201
141618
 
124202
141619
    Don't end enum with comma (#583663)
124203
141620
 
124207
141624
 1 file changed, 1 insertion(+), 1 deletion(-)
124208
141625
 
124209
141626
commit c93c98732aefb8472c94e75fea36f4924c7c746c
124210
 
Author: Alexander Larsson <alexl@redhat.com>
124211
 
Date:   Mon May 25 12:46:03 2009 +0200
 
141627
Author:     Alexander Larsson <alexl@redhat.com>
 
141628
AuthorDate: Mon May 25 12:46:03 2009 +0200
 
141629
Commit:     Alexander Larsson <alexl@redhat.com>
 
141630
CommitDate: Mon May 25 12:46:03 2009 +0200
124212
141631
 
124213
141632
    Don't return something from a void function (#583408)
124214
141633
 
124216
141635
 1 file changed, 1 insertion(+), 1 deletion(-)
124217
141636
 
124218
141637
commit ce171195d99c57e895bb02c7b324c811f958a91f
124219
 
Author: Alexander Larsson <alexl@redhat.com>
124220
 
Date:   Mon May 25 11:33:56 2009 +0200
 
141638
Author:     Alexander Larsson <alexl@redhat.com>
 
141639
AuthorDate: Mon May 25 11:33:56 2009 +0200
 
141640
Commit:     Alexander Larsson <alexl@redhat.com>
 
141641
CommitDate: Mon May 25 11:33:56 2009 +0200
124221
141642
 
124222
141643
    Add g_inet_address_get_native_size (#583205)
124223
141644
 
124230
141651
 4 files changed, 25 insertions(+), 1 deletion(-)
124231
141652
 
124232
141653
commit fb70c6420b63a17bed11b594dd7255df08424fec
124233
 
Author: Miquel Esplà <miquelespla@gmail.com>
124234
 
Date:   Mon May 25 00:23:58 2009 +0200
 
141654
Author:     Miquel Esplà <miquelespla@gmail.com>
 
141655
AuthorDate: Mon May 25 00:23:58 2009 +0200
 
141656
Commit:     Gil Forcada <gforcada@gnome.org>
 
141657
CommitDate: Mon May 25 00:24:08 2009 +0200
124235
141658
 
124236
141659
    Added Valencian-Catalan translation
124237
141660
 
124241
141664
 2 files changed, 1940 insertions(+)
124242
141665
 
124243
141666
commit bde3e9c3549bc74bdd2061945f2647fdd8aa3b77
124244
 
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
124245
 
Date:   Sat May 23 20:00:22 2009 +0200
 
141667
Author:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
141668
AuthorDate: Sat May 23 20:00:22 2009 +0200
 
141669
Commit:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
141670
CommitDate: Sat May 23 20:00:22 2009 +0200
124246
141671
 
124247
141672
    Updated Spanish translation
124248
141673
 
124250
141675
 1 file changed, 19 insertions(+), 10 deletions(-)
124251
141676
 
124252
141677
commit 37bd225d7b28e12fd78344d07e656cc2ff0d8d75
124253
 
Author: Christian Persch <chpe@gnome.org>
124254
 
Date:   Tue May 27 23:45:08 2008 +0200
 
141678
Author:     Christian Persch <chpe@gnome.org>
 
141679
AuthorDate: Tue May 27 23:45:08 2008 +0200
 
141680
Commit:     Christian Persch <chpe@gnome.org>
 
141681
CommitDate: Sat May 23 18:00:06 2009 +0200
124255
141682
 
124256
141683
    Fix grammar in error message
124257
141684
 
124261
141688
 1 file changed, 1 insertion(+), 1 deletion(-)
124262
141689
 
124263
141690
commit 76ebe6c069b7fb1d09e6b95172185b325a3bb28e
124264
 
Author: Christian Persch <chpe@gnome.org>
124265
 
Date:   Sat May 24 20:51:07 2008 +0200
 
141691
Author:     Christian Persch <chpe@gnome.org>
 
141692
AuthorDate: Sat May 24 20:51:07 2008 +0200
 
141693
Commit:     Christian Persch <chpe@gnome.org>
 
141694
CommitDate: Sat May 23 17:59:54 2009 +0200
124266
141695
 
124267
141696
    Plug a mem leak
124268
141697
 
124272
141701
 1 file changed, 1 insertion(+)
124273
141702
 
124274
141703
commit fc9a888b8cb8b16f093caa5d5faf4057fad1c0ef
124275
 
Author: Christian Persch <chpe@gnome.org>
124276
 
Date:   Tue Jan 27 20:39:37 2009 +0100
 
141704
Author:     Christian Persch <chpe@gnome.org>
 
141705
AuthorDate: Tue Jan 27 20:39:37 2009 +0100
 
141706
Commit:     Christian Persch <chpe@gnome.org>
 
141707
CommitDate: Sat May 23 17:58:10 2009 +0200
124277
141708
 
124278
141709
    Add G_G[U]INTPTR_FORMAT and G_GINTPTR_MODIFIER
124279
141710
 
124286
141717
 4 files changed, 57 insertions(+)
124287
141718
 
124288
141719
commit d046bfe577f71b45b40d8b0592409c88945bb934
124289
 
Author: Christian Persch <chpe@gnome.org>
124290
 
Date:   Tue Jan 27 19:54:27 2009 +0100
 
141720
Author:     Christian Persch <chpe@gnome.org>
 
141721
AuthorDate: Tue Jan 27 19:54:27 2009 +0100
 
141722
Commit:     Christian Persch <chpe@gnome.org>
 
141723
CommitDate: Sat May 23 17:56:10 2009 +0200
124291
141724
 
124292
141725
    Document g[u]intptr
124293
141726
 
124298
141731
 2 files changed, 22 insertions(+), 1 deletion(-)
124299
141732
 
124300
141733
commit 54b43229f4d6c3bf456f7b910bc00722a4f956d8
124301
 
Author: Christian Persch <chpe@gnome.org>
124302
 
Date:   Mon Apr 20 13:46:09 2009 +0200
 
141734
Author:     Christian Persch <chpe@gnome.org>
 
141735
AuthorDate: Mon Apr 20 13:46:09 2009 +0200
 
141736
Commit:     Christian Persch <chpe@gnome.org>
 
141737
CommitDate: Sat May 23 17:53:01 2009 +0200
124303
141738
 
124304
141739
    Use g_error_new_valist instead of a private copy of it
124305
141740
 
124307
141742
 1 file changed, 1 insertion(+), 18 deletions(-)
124308
141743
 
124309
141744
commit 01b79d67ef0294dd633ccb0998a6d9053772da05
124310
 
Author: Yeti <yeti@physics.muni.cz>
124311
 
Date:   Mon Apr 20 13:22:17 2009 +0200
 
141745
Author:     Yeti <yeti@physics.muni.cz>
 
141746
AuthorDate: Mon Apr 20 13:22:17 2009 +0200
 
141747
Commit:     Christian Persch <chpe@gnome.org>
 
141748
CommitDate: Sat May 23 17:52:58 2009 +0200
124312
141749
 
124313
141750
    Make g_error_new_valist public
124314
141751
 
124322
141759
 5 files changed, 35 insertions(+), 1 deletion(-)
124323
141760
 
124324
141761
commit 14d53dcfa8a781a79bd61f50bb73c4a1b3b7857e
124325
 
Author: Alexander Larsson <alexl@redhat.com>
124326
 
Date:   Wed May 20 16:28:20 2009 +0200
 
141762
Author:     Alexander Larsson <alexl@redhat.com>
 
141763
AuthorDate: Wed May 20 16:28:20 2009 +0200
 
141764
Commit:     Alexander Larsson <alexl@redhat.com>
 
141765
CommitDate: Wed May 20 16:40:55 2009 +0200
124327
141766
 
124328
141767
    Fix connect on win32
124329
141768
 
124335
141774
 1 file changed, 1 insertion(+), 6 deletions(-)
124336
141775
 
124337
141776
commit bb66fdcce32fedb31ddba2a5aaa4cd1c8f0cdc9e
124338
 
Author: Alexander Larsson <alexl@redhat.com>
124339
 
Date:   Wed May 20 15:59:11 2009 +0200
 
141777
Author:     Alexander Larsson <alexl@redhat.com>
 
141778
AuthorDate: Wed May 20 15:59:11 2009 +0200
 
141779
Commit:     Alexander Larsson <alexl@redhat.com>
 
141780
CommitDate: Wed May 20 16:40:54 2009 +0200
124340
141781
 
124341
141782
    Fix build on win32
124342
141783
 
124344
141785
 1 file changed, 11 insertions(+), 7 deletions(-)
124345
141786
 
124346
141787
commit c897cca601fdf9a91f214a33af33a812680b983e
124347
 
Author: Alexander Larsson <alexl@redhat.com>
124348
 
Date:   Wed May 20 15:58:28 2009 +0200
 
141788
Author:     Alexander Larsson <alexl@redhat.com>
 
141789
AuthorDate: Wed May 20 15:58:28 2009 +0200
 
141790
Commit:     Alexander Larsson <alexl@redhat.com>
 
141791
CommitDate: Wed May 20 16:40:54 2009 +0200
124349
141792
 
124350
141793
    Don't add unix specific APIs on win32
124351
141794
 
124353
141796
 1 file changed, 4 insertions(+)
124354
141797
 
124355
141798
commit 5a46e4d1406da1a319e421e908aec768760ef139
124356
 
Author: Alexander Larsson <alexl@redhat.com>
124357
 
Date:   Wed May 20 14:55:14 2009 +0200
 
141799
Author:     Alexander Larsson <alexl@redhat.com>
 
141800
AuthorDate: Wed May 20 14:55:14 2009 +0200
 
141801
Commit:     Alexander Larsson <alexl@redhat.com>
 
141802
CommitDate: Wed May 20 14:55:14 2009 +0200
124358
141803
 
124359
141804
    Clarify g_cancellable_push_current docs wrt cancellable being NULL
124360
141805
    (#575013)
124363
141808
 1 file changed, 11 insertions(+), 11 deletions(-)
124364
141809
 
124365
141810
commit ab29e09dac547c501892cac8cd64721c3f157f00
124366
 
Author: Alexander Larsson <alexl@redhat.com>
124367
 
Date:   Wed May 20 14:46:51 2009 +0200
 
141811
Author:     Alexander Larsson <alexl@redhat.com>
 
141812
AuthorDate: Wed May 20 14:46:51 2009 +0200
 
141813
Commit:     Alexander Larsson <alexl@redhat.com>
 
141814
CommitDate: Wed May 20 14:46:51 2009 +0200
124368
141815
 
124369
141816
    Don't dereference identifier_type if it is NULL (#579558)
124370
141817
 
124372
141819
 1 file changed, 2 insertions(+), 1 deletion(-)
124373
141820
 
124374
141821
commit d0d10e847f3ea347d651714050a8bafd5332e2cb
124375
 
Author: Robert Bragg <robert@linux.intel.com>
124376
 
Date:   Wed May 6 09:20:43 2009 +0100
 
141822
Author:     Robert Bragg <robert@linux.intel.com>
 
141823
AuthorDate: Wed May 6 09:20:43 2009 +0100
 
141824
Commit:     Alexander Larsson <alexl@redhat.com>
 
141825
CommitDate: Wed May 20 14:23:53 2009 +0200
124377
141826
 
124378
141827
    Take a reference on the gio file monitors while signaling pending
124379
141828
    file changes
124391
141840
 1 file changed, 3 insertions(+)
124392
141841
 
124393
141842
commit 6a9df8256aaccd717aaa7582c704093d727699fe
124394
 
Author: Alexander Larsson <alexl@redhat.com>
124395
 
Date:   Wed May 20 14:17:27 2009 +0200
 
141843
Author:     Alexander Larsson <alexl@redhat.com>
 
141844
AuthorDate: Wed May 20 14:17:27 2009 +0200
 
141845
Commit:     Alexander Larsson <alexl@redhat.com>
 
141846
CommitDate: Wed May 20 14:17:27 2009 +0200
124396
141847
 
124397
141848
    Use G_GSSIZE_FORMAT where needed (#577884)
124398
141849
 
124400
141851
 1 file changed, 2 insertions(+), 2 deletions(-)
124401
141852
 
124402
141853
commit 7498049a1683db50805b9a9a580b62bb748918f4
124403
 
Author: Sjoerd Simons <sjoerd@luon.net>
124404
 
Date:   Wed May 20 13:59:50 2009 +0200
 
141854
Author:     Sjoerd Simons <sjoerd@luon.net>
 
141855
AuthorDate: Wed May 20 13:59:50 2009 +0200
 
141856
Commit:     Alexander Larsson <alexl@redhat.com>
 
141857
CommitDate: Wed May 20 13:59:50 2009 +0200
124405
141858
 
124406
141859
    Propagate errors from g_network_service_address_enumerator_next_async
124407
141860
    in its _finish function
124410
141863
 1 file changed, 3 insertions(+)
124411
141864
 
124412
141865
commit 2be66c0458aca37fef8337692fe5b5fe20bc5ccb
124413
 
Author: Jonathon Jongsma <jonathon@quotidian.org>
124414
 
Date:   Tue May 19 00:10:57 2009 -0500
 
141866
Author:     Jonathon Jongsma <jonathon@quotidian.org>
 
141867
AuthorDate: Tue May 19 00:10:57 2009 -0500
 
141868
Commit:     Alexander Larsson <alexl@redhat.com>
 
141869
CommitDate: Wed May 20 13:58:13 2009 +0200
124415
141870
 
124416
141871
    Typedef GResolverClass in the standard way
124417
141872
 
124432
141887
 1 file changed, 3 insertions(+), 2 deletions(-)
124433
141888
 
124434
141889
commit cb7a300e3136c9d1ee397a4c740513b8a0f21968
124435
 
Author: Alexander Larsson <alexl@redhat.com>
124436
 
Date:   Wed May 20 13:49:47 2009 +0200
 
141890
Author:     Alexander Larsson <alexl@redhat.com>
 
141891
AuthorDate: Wed May 20 13:49:47 2009 +0200
 
141892
Commit:     Alexander Larsson <alexl@redhat.com>
 
141893
CommitDate: Wed May 20 13:49:47 2009 +0200
124437
141894
 
124438
141895
    Don't return something from void function (#583229)
124439
141896
 
124443
141900
 1 file changed, 1 insertion(+), 1 deletion(-)
124444
141901
 
124445
141902
commit 1cbdd2495dcc06eb11c3ef9207aae07acb7c4ba7
124446
 
Author: Christian Persch <chpe@gnome.org>
124447
 
Date:   Tue May 27 23:44:35 2008 +0200
 
141903
Author:     Christian Persch <chpe@gnome.org>
 
141904
AuthorDate: Tue May 27 23:44:35 2008 +0200
 
141905
Commit:     Alexander Larsson <alexl@redhat.com>
 
141906
CommitDate: Wed May 20 13:47:55 2009 +0200
124448
141907
 
124449
141908
    Preserve errno when using g_set_error with _() and g_strerror()
124450
141909
 
124453
141912
 2 files changed, 3 insertions(+), 2 deletions(-)
124454
141913
 
124455
141914
commit 80cfd099f3c9fa23b2a21c77e3698f1c4ac94b06
124456
 
Author: Christian Persch <chpe@gnome.org>
124457
 
Date:   Tue May 19 15:03:14 2009 +0200
 
141915
Author:     Christian Persch <chpe@gnome.org>
 
141916
AuthorDate: Tue May 19 15:03:14 2009 +0200
 
141917
Commit:     Alexander Larsson <alexl@redhat.com>
 
141918
CommitDate: Wed May 20 13:46:39 2009 +0200
124458
141919
 
124459
141920
    Use g_set_error_literal
124460
141921
 
124466
141927
 3 files changed, 16 insertions(+), 16 deletions(-)
124467
141928
 
124468
141929
commit c20b8d4d53a4e90f0e822276f6fbd94d52ff3c85
124469
 
Author: Alexander Larsson <alexl@redhat.com>
124470
 
Date:   Wed May 20 13:37:55 2009 +0200
 
141930
Author:     Alexander Larsson <alexl@redhat.com>
 
141931
AuthorDate: Wed May 20 13:37:55 2009 +0200
 
141932
Commit:     Alexander Larsson <alexl@redhat.com>
 
141933
CommitDate: Wed May 20 13:41:25 2009 +0200
124471
141934
 
124472
141935
    Check that close_fn is not %NULL before calling (#578499)
124473
141936
 
124479
141942
 3 files changed, 26 insertions(+), 16 deletions(-)
124480
141943
 
124481
141944
commit 0a280dadec8394dd198c8cea0bc288d92c9c6ffd
124482
 
Author: Stefan Kost <ensonic@users.sf.net>
124483
 
Date:   Tue May 19 14:33:25 2009 +0300
 
141945
Author:     Stefan Kost <ensonic@users.sf.net>
 
141946
AuthorDate: Tue May 19 14:33:25 2009 +0300
 
141947
Commit:     Stefan Kost <ensonic@users.sf.net>
 
141948
CommitDate: Wed May 20 14:29:49 2009 +0300
124484
141949
 
124485
141950
    docs: fix typo
124486
141951
 
124488
141953
 1 file changed, 1 insertion(+), 1 deletion(-)
124489
141954
 
124490
141955
commit 9033b37589fcdf42d10025ea9e4d0dfc2c018bf4
124491
 
Author: Sjoerd Simons <sjoerd@luon.net>
124492
 
Date:   Wed May 20 12:41:50 2009 +0200
 
141956
Author:     Sjoerd Simons <sjoerd@luon.net>
 
141957
AuthorDate: Wed May 20 12:41:50 2009 +0200
 
141958
Commit:     Alexander Larsson <alexl@redhat.com>
 
141959
CommitDate: Wed May 20 12:41:50 2009 +0200
124493
141960
 
124494
141961
    Add helper functions for connecting to service (#583061)
124495
141962
 
124501
141968
 4 files changed, 114 insertions(+)
124502
141969
 
124503
141970
commit 25800ed4a393f7edbea179aa86907079a58fd097
124504
 
Author: Dan Winship <danw@gnome.org>
124505
 
Date:   Sun May 17 20:44:54 2009 -0400
 
141971
Author:     Dan Winship <danw@gnome.org>
 
141972
AuthorDate: Sun May 17 20:44:54 2009 -0400
 
141973
Commit:     Alexander Larsson <alexl@redhat.com>
 
141974
CommitDate: Wed May 20 12:32:58 2009 +0200
124506
141975
 
124507
141976
    Ignore SIGPIPE when using GSocket
124508
141977
 
124512
141981
 1 file changed, 15 insertions(+)
124513
141982
 
124514
141983
commit 2ea22d8f46c21de6fc1eb012f258a3cfcda36752
124515
 
Author: Alexander Larsson <alexl@redhat.com>
124516
 
Date:   Wed May 20 12:14:04 2009 +0200
 
141984
Author:     Alexander Larsson <alexl@redhat.com>
 
141985
AuthorDate: Wed May 20 12:14:04 2009 +0200
 
141986
Commit:     Alexander Larsson <alexl@redhat.com>
 
141987
CommitDate: Wed May 20 12:14:55 2009 +0200
124517
141988
 
124518
141989
    Remove non-existing parameter from docs
124519
141990
 
124523
141994
 1 file changed, 1 deletion(-)
124524
141995
 
124525
141996
commit 9d36c86f8a0c759625753c4a9a02e0cfbf123a4b
124526
 
Author: Alexander Larsson <alexl@redhat.com>
124527
 
Date:   Wed May 20 12:10:33 2009 +0200
 
141997
Author:     Alexander Larsson <alexl@redhat.com>
 
141998
AuthorDate: Wed May 20 12:10:33 2009 +0200
 
141999
Commit:     Alexander Larsson <alexl@redhat.com>
 
142000
CommitDate: Wed May 20 12:14:55 2009 +0200
124528
142001
 
124529
142002
    Add missing symbols to gio.symbols
124530
142003
 
124532
142005
 1 file changed, 6 insertions(+)
124533
142006
 
124534
142007
commit 9346f461f32375a34d2829d949dce8284c21654f
124535
 
Author: Alexander Larsson <alexl@redhat.com>
124536
 
Date:   Wed May 20 12:07:30 2009 +0200
 
142008
Author:     Alexander Larsson <alexl@redhat.com>
 
142009
AuthorDate: Wed May 20 12:07:30 2009 +0200
 
142010
Commit:     Alexander Larsson <alexl@redhat.com>
 
142011
CommitDate: Wed May 20 12:14:55 2009 +0200
124537
142012
 
124538
142013
    Add missing types to gio.types
124539
142014
 
124541
142016
 1 file changed, 6 insertions(+)
124542
142017
 
124543
142018
commit 5cd86fbda662defa03709a9277b25784d953541e
124544
 
Author: Alexander Larsson <alexl@redhat.com>
124545
 
Date:   Wed May 20 12:01:29 2009 +0200
 
142019
Author:     Alexander Larsson <alexl@redhat.com>
 
142020
AuthorDate: Wed May 20 12:01:29 2009 +0200
 
142021
Commit:     Alexander Larsson <alexl@redhat.com>
 
142022
CommitDate: Wed May 20 12:14:50 2009 +0200
124546
142023
 
124547
142024
    Remove protocol names, instead use an enum with common protocols
124548
142025
 
124576
142053
 16 files changed, 417 insertions(+), 172 deletions(-)
124577
142054
 
124578
142055
commit 6d01593b061afb52d22891a371fb29f42d4d62cc
124579
 
Author: Alexander Larsson <alexl@redhat.com>
124580
 
Date:   Wed May 20 11:30:43 2009 +0200
 
142056
Author:     Alexander Larsson <alexl@redhat.com>
 
142057
AuthorDate: Wed May 20 11:30:43 2009 +0200
 
142058
Commit:     Alexander Larsson <alexl@redhat.com>
 
142059
CommitDate: Wed May 20 11:30:43 2009 +0200
124581
142060
 
124582
142061
    Clarify "current condition" in g_socket_create_source docs
124583
142062
 
124585
142064
 1 file changed, 4 insertions(+), 2 deletions(-)
124586
142065
 
124587
142066
commit 80881826447a10b5ae3c08c9a88440eba75bcd05
124588
 
Author: Alexander Larsson <alexl@redhat.com>
124589
 
Date:   Wed May 20 11:28:27 2009 +0200
 
142067
Author:     Alexander Larsson <alexl@redhat.com>
 
142068
AuthorDate: Wed May 20 11:28:27 2009 +0200
 
142069
Commit:     Alexander Larsson <alexl@redhat.com>
 
142070
CommitDate: Wed May 20 11:28:27 2009 +0200
124590
142071
 
124591
142072
    Actually implement max_threads for GThreadedSocketService
124592
142073
 
124595
142076
 1 file changed, 66 insertions(+), 7 deletions(-)
124596
142077
 
124597
142078
commit 053f9e72b12b9b5ab5571da9f4cd0b9b13f41e62
124598
 
Author: Alexander Larsson <alexl@redhat.com>
124599
 
Date:   Wed May 20 11:19:47 2009 +0200
 
142079
Author:     Alexander Larsson <alexl@redhat.com>
 
142080
AuthorDate: Wed May 20 11:19:47 2009 +0200
 
142081
Commit:     Alexander Larsson <alexl@redhat.com>
 
142082
CommitDate: Wed May 20 11:19:47 2009 +0200
124600
142083
 
124601
142084
    Add support for graceful disconnect to GTcpConnection
124602
142085
 
124609
142092
 5 files changed, 386 insertions(+), 4 deletions(-)
124610
142093
 
124611
142094
commit f061765e54b81a92f4ce901016964ea4c31d77e0
124612
 
Author: Alexander Larsson <alexl@redhat.com>
124613
 
Date:   Wed May 20 11:18:34 2009 +0200
 
142095
Author:     Alexander Larsson <alexl@redhat.com>
 
142096
AuthorDate: Wed May 20 11:18:34 2009 +0200
 
142097
Commit:     Alexander Larsson <alexl@redhat.com>
 
142098
CommitDate: Wed May 20 11:18:34 2009 +0200
124614
142099
 
124615
142100
    Call sync close function directly in async implementation
124616
142101
 
124621
142106
 1 file changed, 5 insertions(+), 1 deletion(-)
124622
142107
 
124623
142108
commit fdfdec36d0d0044513db25872132bd42d392f748
124624
 
Author: Alexander Larsson <alexl@redhat.com>
124625
 
Date:   Tue May 19 13:44:11 2009 +0200
 
142109
Author:     Alexander Larsson <alexl@redhat.com>
 
142110
AuthorDate: Tue May 19 13:44:11 2009 +0200
 
142111
Commit:     Alexander Larsson <alexl@redhat.com>
 
142112
CommitDate: Tue May 19 13:44:11 2009 +0200
124626
142113
 
124627
142114
    Add send-data, a g_socket_client test case
124628
142115
 
124632
142119
 2 files changed, 125 insertions(+), 1 deletion(-)
124633
142120
 
124634
142121
commit 18373cfbe85dc8398ae1e66748721400a08b32a8
124635
 
Author: Alexander Larsson <alexl@redhat.com>
124636
 
Date:   Tue May 19 12:06:29 2009 +0200
 
142122
Author:     Alexander Larsson <alexl@redhat.com>
 
142123
AuthorDate: Tue May 19 12:06:29 2009 +0200
 
142124
Commit:     Alexander Larsson <alexl@redhat.com>
 
142125
CommitDate: Tue May 19 12:06:29 2009 +0200
124637
142126
 
124638
142127
    Set the listen backlog before calling listen.
124639
142128
 
124643
142132
 1 file changed, 2 insertions(+), 1 deletion(-)
124644
142133
 
124645
142134
commit 64383fa3d92b636e8fc977743de1c8f513d08dd2
124646
 
Author: Alexander Larsson <alexl@redhat.com>
124647
 
Date:   Tue May 19 11:53:42 2009 +0200
 
142135
Author:     Alexander Larsson <alexl@redhat.com>
 
142136
AuthorDate: Tue May 19 11:53:42 2009 +0200
 
142137
Commit:     Alexander Larsson <alexl@redhat.com>
 
142138
CommitDate: Tue May 19 11:53:42 2009 +0200
124648
142139
 
124649
142140
    Fix g_unix_socket_address_abstract_names_supported docs
124650
142141
 
124654
142145
 1 file changed, 2 insertions(+), 2 deletions(-)
124655
142146
 
124656
142147
commit 0ffe7221934623f60e07d3b733d170ce94d26dd5
124657
 
Author: Alexander Larsson <alexl@redhat.com>
124658
 
Date:   Tue May 19 11:52:33 2009 +0200
 
142148
Author:     Alexander Larsson <alexl@redhat.com>
 
142149
AuthorDate: Tue May 19 11:52:33 2009 +0200
 
142150
Commit:     Alexander Larsson <alexl@redhat.com>
 
142151
CommitDate: Tue May 19 11:52:33 2009 +0200
124659
142152
 
124660
142153
    Add g_socket_shutdown
124661
142154
 
124667
142160
 4 files changed, 79 insertions(+)
124668
142161
 
124669
142162
commit 03441e724a6b6d0b115fa5b2d9fbeefaa1fd2faa
124670
 
Author: Alexander Larsson <alexl@redhat.com>
124671
 
Date:   Tue May 19 11:27:07 2009 +0200
 
142163
Author:     Alexander Larsson <alexl@redhat.com>
 
142164
AuthorDate: Tue May 19 11:27:07 2009 +0200
 
142165
Commit:     Alexander Larsson <alexl@redhat.com>
 
142166
CommitDate: Tue May 19 11:27:07 2009 +0200
124672
142167
 
124673
142168
    Document GOutputVector and GInputVector
124674
142169
 
124677
142172
 2 files changed, 19 insertions(+), 6 deletions(-)
124678
142173
 
124679
142174
commit e1a4389cbc549b0db39ec692f2fde5c20579362c
124680
 
Author: Alexander Larsson <alexl@redhat.com>
124681
 
Date:   Tue May 19 10:57:58 2009 +0200
 
142175
Author:     Alexander Larsson <alexl@redhat.com>
 
142176
AuthorDate: Tue May 19 10:57:58 2009 +0200
 
142177
Commit:     Alexander Larsson <alexl@redhat.com>
 
142178
CommitDate: Tue May 19 10:57:58 2009 +0200
124682
142179
 
124683
142180
    Rename g_socket_check_pending_error to g_socket_check_connect_result
124684
142181
 
124693
142190
 5 files changed, 10 insertions(+), 10 deletions(-)
124694
142191
 
124695
142192
commit bcba61c951c0a81326e2065ae81352ae2cbca6bb
124696
 
Author: Alexander Larsson <alexl@redhat.com>
124697
 
Date:   Tue May 19 10:47:55 2009 +0200
 
142193
Author:     Alexander Larsson <alexl@redhat.com>
 
142194
AuthorDate: Tue May 19 10:47:55 2009 +0200
 
142195
Commit:     Alexander Larsson <alexl@redhat.com>
 
142196
CommitDate: Tue May 19 10:47:55 2009 +0200
124698
142197
 
124699
142198
    Update docs on listen backlog
124700
142199
 
124706
142205
 1 file changed, 10 insertions(+)
124707
142206
 
124708
142207
commit 69130db81a0b174bb072f458e8c1b1cd6bc1a0c9
124709
 
Author: Alexander Larsson <alexl@redhat.com>
124710
 
Date:   Tue May 19 10:40:27 2009 +0200
 
142208
Author:     Alexander Larsson <alexl@redhat.com>
 
142209
AuthorDate: Tue May 19 10:40:27 2009 +0200
 
142210
Commit:     Alexander Larsson <alexl@redhat.com>
 
142211
CommitDate: Tue May 19 10:40:27 2009 +0200
124711
142212
 
124712
142213
    Read socket state in g_socket_get_local/remote_address
124713
142214
 
124724
142225
 3 files changed, 31 insertions(+), 60 deletions(-)
124725
142226
 
124726
142227
commit f8cd1c530488c0b56634fab049ac775d094e9e58
124727
 
Author: Alexander Larsson <alexl@redhat.com>
124728
 
Date:   Tue May 19 10:16:32 2009 +0200
 
142228
Author:     Alexander Larsson <alexl@redhat.com>
 
142229
AuthorDate: Tue May 19 10:16:32 2009 +0200
 
142230
Commit:     Alexander Larsson <alexl@redhat.com>
 
142231
CommitDate: Tue May 19 10:16:32 2009 +0200
124729
142232
 
124730
142233
    Clean up refereces to @protocol_id in g_socket_new docs
124731
142234
 
124735
142238
 1 file changed, 2 insertions(+), 2 deletions(-)
124736
142239
 
124737
142240
commit 3756ddb0eea8cef31e9aaad53eb6aa7d24a80fde
124738
 
Author: Alexander Larsson <alexl@redhat.com>
124739
 
Date:   Mon May 18 23:24:13 2009 +0200
 
142241
Author:     Alexander Larsson <alexl@redhat.com>
 
142242
AuthorDate: Mon May 18 23:24:13 2009 +0200
 
142243
Commit:     Alexander Larsson <alexl@redhat.com>
 
142244
CommitDate: Mon May 18 23:24:13 2009 +0200
124740
142245
 
124741
142246
    Ignore error when setting SO_REUSEADDR
124742
142247
 
124748
142253
 1 file changed, 4 insertions(+), 9 deletions(-)
124749
142254
 
124750
142255
commit f24c7fa9cbf2e0caa08a48ef64141d7ea50105aa
124751
 
Author: Alexander Larsson <alexl@redhat.com>
124752
 
Date:   Mon May 18 21:30:33 2009 +0200
 
142256
Author:     Alexander Larsson <alexl@redhat.com>
 
142257
AuthorDate: Mon May 18 21:30:33 2009 +0200
 
142258
Commit:     Alexander Larsson <alexl@redhat.com>
 
142259
CommitDate: Mon May 18 21:31:28 2009 +0200
124753
142260
 
124754
142261
    Add support for abstract unix socket addresses
124755
142262
 
124761
142268
 4 files changed, 262 insertions(+), 55 deletions(-)
124762
142269
 
124763
142270
commit d8bdc3e5678498996efe618bec32b8ae43ca8b39
124764
 
Author: Alexander Larsson <alexl@redhat.com>
124765
 
Date:   Mon May 18 14:10:07 2009 +0200
 
142271
Author:     Alexander Larsson <alexl@redhat.com>
 
142272
AuthorDate: Mon May 18 14:10:07 2009 +0200
 
142273
Commit:     Alexander Larsson <alexl@redhat.com>
 
142274
CommitDate: Mon May 18 21:31:28 2009 +0200
124766
142275
 
124767
142276
    Add GError to g_socket_address_to_native
124768
142277
 
124779
142288
 6 files changed, 47 insertions(+), 17 deletions(-)
124780
142289
 
124781
142290
commit eefd7cd8db5c7749212e7c9861a84eb3e34be1ee
124782
 
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
124783
 
Date:   Mon May 18 20:19:05 2009 +0200
 
142291
Author:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
142292
AuthorDate: Mon May 18 20:19:05 2009 +0200
 
142293
Commit:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
142294
CommitDate: Mon May 18 20:19:05 2009 +0200
124784
142295
 
124785
142296
    Updated Spanish translation
124786
142297
 
124789
142300
 1 file changed, 415 insertions(+), 400 deletions(-)
124790
142301
 
124791
142302
commit 6ea86cc57f1b8b8c7acc4e08ece8baef5f28a53a
124792
 
Author: Alexander Larsson <alexl@redhat.com>
124793
 
Date:   Mon May 18 13:02:11 2009 +0200
 
142303
Author:     Alexander Larsson <alexl@redhat.com>
 
142304
AuthorDate: Mon May 18 13:02:11 2009 +0200
 
142305
Commit:     Alexander Larsson <alexl@redhat.com>
 
142306
CommitDate: Mon May 18 13:07:43 2009 +0200
124794
142307
 
124795
142308
    Update the docs for the new network APIs
124796
142309
 
124831
142344
 30 files changed, 575 insertions(+), 150 deletions(-)
124832
142345
 
124833
142346
commit e1afc6e79b9526d68eff0f218ac98a6f0e323513
124834
 
Author: Alexander Larsson <alexl@redhat.com>
124835
 
Date:   Mon May 18 11:30:48 2009 +0200
 
142347
Author:     Alexander Larsson <alexl@redhat.com>
 
142348
AuthorDate: Mon May 18 11:30:48 2009 +0200
 
142349
Commit:     Alexander Larsson <alexl@redhat.com>
 
142350
CommitDate: Mon May 18 13:07:39 2009 +0200
124836
142351
 
124837
142352
    Remove gtk-doc warnings
124838
142353
 
124845
142360
 2 files changed, 3 insertions(+), 3 deletions(-)
124846
142361
 
124847
142362
commit 822abda451c9999ac4e1cf3b8d5649ebebbb5ee4
124848
 
Author: Alexander Larsson <alexl@redhat.com>
124849
 
Date:   Mon May 18 11:29:11 2009 +0200
 
142363
Author:     Alexander Larsson <alexl@redhat.com>
 
142364
AuthorDate: Mon May 18 11:29:11 2009 +0200
 
142365
Commit:     Alexander Larsson <alexl@redhat.com>
 
142366
CommitDate: Mon May 18 11:29:11 2009 +0200
124850
142367
 
124851
142368
    Add more internal headers for gtk-doc to ignore
124852
142369
 
124857
142374
 1 file changed, 23 insertions(+), 15 deletions(-)
124858
142375
 
124859
142376
commit c3f4e0162714f4712edcf51fa1502c8187faf5c0
124860
 
Author: Alexander Larsson <alexl@redhat.com>
124861
 
Date:   Mon May 18 11:27:49 2009 +0200
 
142377
Author:     Alexander Larsson <alexl@redhat.com>
 
142378
AuthorDate: Mon May 18 11:27:49 2009 +0200
 
142379
Commit:     Alexander Larsson <alexl@redhat.com>
 
142380
CommitDate: Mon May 18 11:27:49 2009 +0200
124862
142381
 
124863
142382
    Make all non-static functions start with underscore
124864
142383
 
124884
142403
 16 files changed, 217 insertions(+), 210 deletions(-)
124885
142404
 
124886
142405
commit 66d49b8bdeed9bac71acda847d8cbe0203dd5ba4
124887
 
Author: Alexander Larsson <alexl@redhat.com>
124888
 
Date:   Mon May 18 09:28:26 2009 +0200
 
142406
Author:     Alexander Larsson <alexl@redhat.com>
 
142407
AuthorDate: Mon May 18 09:28:26 2009 +0200
 
142408
Commit:     Alexander Larsson <alexl@redhat.com>
 
142409
CommitDate: Mon May 18 09:28:26 2009 +0200
124889
142410
 
124890
142411
    Remove g_socket_set/get_reuse_address from header
124891
142412
 
124895
142416
 1 file changed, 3 deletions(-)
124896
142417
 
124897
142418
commit 13cb01176291a8baa171da8dcb9f679b274af450
124898
 
Author: Alexander Larsson <alexl@redhat.com>
124899
 
Date:   Mon May 18 08:47:10 2009 +0200
 
142419
Author:     Alexander Larsson <alexl@redhat.com>
 
142420
AuthorDate: Mon May 18 08:47:10 2009 +0200
 
142421
Commit:     Alexander Larsson <alexl@redhat.com>
 
142422
CommitDate: Mon May 18 08:47:49 2009 +0200
124900
142423
 
124901
142424
    Add max_threads argument to g_threaded_socket_service_new
124902
142425
 
124907
142430
 4 files changed, 6 insertions(+), 4 deletions(-)
124908
142431
 
124909
142432
commit 5b683af237f1c5dac62c83e11459d46799ba6ecf
124910
 
Author: Paul Pogonyshev <pogonyshev@gmx.net>
124911
 
Date:   Sun May 17 15:17:57 2009 +0300
 
142433
Author:     Paul Pogonyshev <pogonyshev@gmx.net>
 
142434
AuthorDate: Sun May 17 15:17:57 2009 +0300
 
142435
Commit:     Paul Pogonyshev <pogonyshev@gmx.net>
 
142436
CommitDate: Sun May 17 15:17:57 2009 +0300
124912
142437
 
124913
142438
    Fix error message in set_mtime_atime()
124914
142439
 
124918
142443
 1 file changed, 1 insertion(+), 1 deletion(-)
124919
142444
 
124920
142445
commit 34e74378c9fc99a3dc75eb9680bb00cb784029bb
124921
 
Author: Alexander Larsson <alexl@redhat.com>
124922
 
Date:   Fri May 15 21:34:14 2009 +0200
 
142446
Author:     Alexander Larsson <alexl@redhat.com>
 
142447
AuthorDate: Fri May 15 21:34:14 2009 +0200
 
142448
Commit:     Alexander Larsson <alexl@redhat.com>
 
142449
CommitDate: Fri May 15 21:34:14 2009 +0200
124923
142450
 
124924
142451
    Add test apps for highlevel socket classes
124925
142452
 
124933
142460
 3 files changed, 265 insertions(+), 1 deletion(-)
124934
142461
 
124935
142462
commit 67df7d43e926702290280578cd6b89fee7302d72
124936
 
Author: Alexander Larsson <alexl@redhat.com>
124937
 
Date:   Fri May 15 21:27:54 2009 +0200
 
142463
Author:     Alexander Larsson <alexl@redhat.com>
 
142464
AuthorDate: Fri May 15 21:27:54 2009 +0200
 
142465
Commit:     Alexander Larsson <alexl@redhat.com>
 
142466
CommitDate: Fri May 15 21:27:54 2009 +0200
124938
142467
 
124939
142468
    Add references to highlevel classes in GSocket docs
124940
142469
 
124942
142471
 1 file changed, 3 insertions(+), 5 deletions(-)
124943
142472
 
124944
142473
commit ce8361217c1c9bd458eab55554a77d24210235cc
124945
 
Author: Alexander Larsson <alexl@redhat.com>
124946
 
Date:   Fri May 15 21:26:24 2009 +0200
 
142474
Author:     Alexander Larsson <alexl@redhat.com>
 
142475
AuthorDate: Fri May 15 21:26:24 2009 +0200
 
142476
Commit:     Alexander Larsson <alexl@redhat.com>
 
142477
CommitDate: Fri May 15 21:26:24 2009 +0200
124947
142478
 
124948
142479
    Import all the highlevel socket classes from gnio
124949
142480
 
124974
142505
 23 files changed, 4550 insertions(+), 3 deletions(-)
124975
142506
 
124976
142507
commit 2597e3adc37ce342972e995444f4417e0aa6fb5d
124977
 
Author: Alexander Larsson <alexl@redhat.com>
124978
 
Date:   Fri May 15 20:58:27 2009 +0200
 
142508
Author:     Alexander Larsson <alexl@redhat.com>
 
142509
AuthorDate: Fri May 15 20:58:27 2009 +0200
 
142510
Commit:     Alexander Larsson <alexl@redhat.com>
 
142511
CommitDate: Fri May 15 20:58:27 2009 +0200
124979
142512
 
124980
142513
    Remove unused variable
124981
142514
 
124983
142516
 1 file changed, 1 deletion(-)
124984
142517
 
124985
142518
commit 4ade78fc3d242b58d57d92944c16ba7ef4614b2c
124986
 
Author: Alexander Larsson <alexl@redhat.com>
124987
 
Date:   Fri May 15 20:43:02 2009 +0200
 
142519
Author:     Alexander Larsson <alexl@redhat.com>
 
142520
AuthorDate: Fri May 15 20:43:02 2009 +0200
 
142521
Commit:     Alexander Larsson <alexl@redhat.com>
 
142522
CommitDate: Fri May 15 20:43:02 2009 +0200
124988
142523
 
124989
142524
    Include stdlib.h to avoid warning
124990
142525
 
124994
142529
 1 file changed, 1 insertion(+)
124995
142530
 
124996
142531
commit d3a2c457cb55730181c04c8d6d1f611ee555c250
124997
 
Author: Alexander Larsson <alexl@redhat.com>
124998
 
Date:   Fri May 15 20:42:04 2009 +0200
 
142532
Author:     Alexander Larsson <alexl@redhat.com>
 
142533
AuthorDate: Fri May 15 20:42:04 2009 +0200
 
142534
Commit:     Alexander Larsson <alexl@redhat.com>
 
142535
CommitDate: Fri May 15 20:42:04 2009 +0200
124999
142536
 
125000
142537
    Forgot to return the allocated data in async_op_wrapper_new
125001
142538
 
125003
142540
 1 file changed, 2 insertions(+)
125004
142541
 
125005
142542
commit a48fc532519b849498c8b75dde578caf0c270b23
125006
 
Author: Alexander Larsson <alexl@redhat.com>
125007
 
Date:   Fri May 15 10:42:28 2009 +0200
 
142543
Author:     Alexander Larsson <alexl@redhat.com>
 
142544
AuthorDate: Fri May 15 10:42:28 2009 +0200
 
142545
Commit:     Alexander Larsson <alexl@redhat.com>
 
142546
CommitDate: Fri May 15 10:42:28 2009 +0200
125008
142547
 
125009
142548
    Make cancellable pipe fds close-on-exec
125010
142549
 
125016
142555
 1 file changed, 16 insertions(+)
125017
142556
 
125018
142557
commit 23424e7bcb93abe805394d11e8b32beb7571e87c
125019
 
Author: Alexander Larsson <alexl@redhat.com>
125020
 
Date:   Fri May 15 10:28:30 2009 +0200
 
142558
Author:     Alexander Larsson <alexl@redhat.com>
 
142559
AuthorDate: Fri May 15 10:28:30 2009 +0200
 
142560
Commit:     Alexander Larsson <alexl@redhat.com>
 
142561
CommitDate: Fri May 15 10:28:30 2009 +0200
125021
142562
 
125022
142563
    Add padding to new classes
125023
142564
 
125026
142567
 2 files changed, 15 insertions(+)
125027
142568
 
125028
142569
commit 8f67f47e05a9244d86d9661caa73e5a2fc573e55
125029
 
Author: Alexander Larsson <alexl@redhat.com>
125030
 
Date:   Fri May 15 10:08:18 2009 +0200
 
142570
Author:     Alexander Larsson <alexl@redhat.com>
 
142571
AuthorDate: Fri May 15 10:08:18 2009 +0200
 
142572
Commit:     Alexander Larsson <alexl@redhat.com>
 
142573
CommitDate: Fri May 15 10:08:18 2009 +0200
125031
142574
 
125032
142575
    Add test apps for GSocket API
125033
142576
 
125039
142582
 3 files changed, 607 insertions(+), 1 deletion(-)
125040
142583
 
125041
142584
commit a258ec3b5bf0a0b2ab1cb1dce8ce715c3895bdaa
125042
 
Author: Alexander Larsson <alexl@redhat.com>
125043
 
Date:   Fri May 15 10:05:55 2009 +0200
 
142585
Author:     Alexander Larsson <alexl@redhat.com>
 
142586
AuthorDate: Fri May 15 10:05:55 2009 +0200
 
142587
Commit:     Alexander Larsson <alexl@redhat.com>
 
142588
CommitDate: Fri May 15 10:05:55 2009 +0200
125044
142589
 
125045
142590
    Fix deadlock in threaded resolver
125046
142591
 
125053
142598
 1 file changed, 1 insertion(+)
125054
142599
 
125055
142600
commit f662e7e86bc27102948683c0925815efefb43bbc
125056
 
Author: Alexander Larsson <alexl@redhat.com>
125057
 
Date:   Fri May 15 09:10:23 2009 +0200
 
142601
Author:     Alexander Larsson <alexl@redhat.com>
 
142602
AuthorDate: Fri May 15 09:10:23 2009 +0200
 
142603
Commit:     Alexander Larsson <alexl@redhat.com>
 
142604
CommitDate: Fri May 15 09:10:23 2009 +0200
125058
142605
 
125059
142606
    Store protocol by id, add lookup function for name
125060
142607
 
125075
142622
 3 files changed, 141 insertions(+), 47 deletions(-)
125076
142623
 
125077
142624
commit bd87df9e73272c72a1f45cc606d010e8c4961363
125078
 
Author: Alexander Larsson <alexl@redhat.com>
125079
 
Date:   Thu May 14 16:58:47 2009 +0200
 
142625
Author:     Alexander Larsson <alexl@redhat.com>
 
142626
AuthorDate: Thu May 14 16:58:47 2009 +0200
 
142627
Commit:     Alexander Larsson <alexl@redhat.com>
 
142628
CommitDate: Thu May 14 18:12:40 2009 +0200
125080
142629
 
125081
142630
    Make GSocketSourceFunc return the GSocket
125082
142631
 
125089
142638
 4 files changed, 50 insertions(+), 18 deletions(-)
125090
142639
 
125091
142640
commit 7ffdc91f513d6b91d060df6e3ad3401ef23e968d
125092
 
Author: Alexander Larsson <alexl@redhat.com>
125093
 
Date:   Thu May 14 16:19:07 2009 +0200
 
142641
Author:     Alexander Larsson <alexl@redhat.com>
 
142642
AuthorDate: Thu May 14 16:19:07 2009 +0200
 
142643
Commit:     Alexander Larsson <alexl@redhat.com>
 
142644
CommitDate: Thu May 14 16:19:07 2009 +0200
125094
142645
 
125095
142646
    Set optlen before calling getsockopt
125096
142647
 
125102
142653
 1 file changed, 1 insertion(+)
125103
142654
 
125104
142655
commit 145cec3c93d5ba0c22d35aaf341b3713cadc0e14
125105
 
Author: Alexander Larsson <alexl@redhat.com>
125106
 
Date:   Thu May 14 15:26:37 2009 +0200
 
142656
Author:     Alexander Larsson <alexl@redhat.com>
 
142657
AuthorDate: Thu May 14 15:26:37 2009 +0200
 
142658
Commit:     Alexander Larsson <alexl@redhat.com>
 
142659
CommitDate: Thu May 14 15:44:36 2009 +0200
125107
142660
 
125108
142661
    Import GInitable, GSocket and dependencies from gnio
125109
142662
 
125140
142693
 17 files changed, 4833 insertions(+), 1 deletion(-)
125141
142694
 
125142
142695
commit 33c00e5c33dfe612e5d8757dd07e4c3acae30acc
125143
 
Author: Alexander Larsson <alexl@redhat.com>
125144
 
Date:   Thu May 14 10:53:53 2009 +0200
 
142696
Author:     Alexander Larsson <alexl@redhat.com>
 
142697
AuthorDate: Thu May 14 10:53:53 2009 +0200
 
142698
Commit:     Alexander Larsson <alexl@redhat.com>
 
142699
CommitDate: Thu May 14 15:34:12 2009 +0200
125145
142700
 
125146
142701
    Add g_network_address_parse
125147
142702
 
125156
142711
 4 files changed, 176 insertions(+), 4 deletions(-)
125157
142712
 
125158
142713
commit 80a484ad2c2495134a87a35f8ac936e8e75c311a
125159
 
Author: Alexander Larsson <alexl@redhat.com>
125160
 
Date:   Thu May 14 15:32:55 2009 +0200
 
142714
Author:     Alexander Larsson <alexl@redhat.com>
 
142715
AuthorDate: Thu May 14 15:32:55 2009 +0200
 
142716
Commit:     Alexander Larsson <alexl@redhat.com>
 
142717
CommitDate: Thu May 14 15:34:12 2009 +0200
125161
142718
 
125162
142719
    Add the new GFile ops to gio.symbols
125163
142720
 
125168
142725
 1 file changed, 9 insertions(+)
125169
142726
 
125170
142727
commit ed0821856533e63bee4f7da54f1a9e6e0b1f12e9
125171
 
Author: Alexander Larsson <alexl@redhat.com>
125172
 
Date:   Wed May 13 13:06:58 2009 +0200
 
142728
Author:     Alexander Larsson <alexl@redhat.com>
 
142729
AuthorDate: Wed May 13 13:06:58 2009 +0200
 
142730
Commit:     Alexander Larsson <alexl@redhat.com>
 
142731
CommitDate: Wed May 13 14:42:57 2009 +0200
125173
142732
 
125174
142733
    Add tests for local GIOStream GFile ops
125175
142734
 
125179
142738
 2 files changed, 297 insertions(+)
125180
142739
 
125181
142740
commit 14d58d51a325797aee3b53fb4e0ba76ca0adc3f5
125182
 
Author: Alexander Larsson <alexl@redhat.com>
125183
 
Date:   Wed May 13 13:03:47 2009 +0200
 
142741
Author:     Alexander Larsson <alexl@redhat.com>
 
142742
AuthorDate: Wed May 13 13:03:47 2009 +0200
 
142743
Commit:     Alexander Larsson <alexl@redhat.com>
 
142744
CommitDate: Wed May 13 14:42:57 2009 +0200
125184
142745
 
125185
142746
    Local file implementation of GFileIOStream and ops
125186
142747
 
125201
142762
 8 files changed, 385 insertions(+), 16 deletions(-)
125202
142763
 
125203
142764
commit 7a2d4889b50c5edd3f483c6e037faec1e093ab13
125204
 
Author: Alexander Larsson <alexl@redhat.com>
125205
 
Date:   Wed May 13 13:00:26 2009 +0200
 
142765
Author:     Alexander Larsson <alexl@redhat.com>
 
142766
AuthorDate: Wed May 13 13:00:26 2009 +0200
 
142767
Commit:     Alexander Larsson <alexl@redhat.com>
 
142768
CommitDate: Wed May 13 14:42:51 2009 +0200
125206
142769
 
125207
142770
    Add GIOStream operations to GFile
125208
142771
 
125216
142779
 2 files changed, 749 insertions(+)
125217
142780
 
125218
142781
commit bd0b8c60c231c72588d69dfb2018d2e418517f7f
125219
 
Author: Alexander Larsson <alexl@redhat.com>
125220
 
Date:   Tue May 12 16:59:36 2009 +0200
 
142782
Author:     Alexander Larsson <alexl@redhat.com>
 
142783
AuthorDate: Tue May 12 16:59:36 2009 +0200
 
142784
Commit:     Alexander Larsson <alexl@redhat.com>
 
142785
CommitDate: Wed May 13 14:42:46 2009 +0200
125221
142786
 
125222
142787
    Add GFileIOStream class
125223
142788
 
125236
142801
 7 files changed, 803 insertions(+), 3 deletions(-)
125237
142802
 
125238
142803
commit 6d0bebb7df1129bb78cdd526e1b44c91b61321dd
125239
 
Author: Alexander Larsson <alexl@redhat.com>
125240
 
Date:   Tue May 12 19:31:19 2009 +0200
 
142804
Author:     Alexander Larsson <alexl@redhat.com>
 
142805
AuthorDate: Tue May 12 19:31:19 2009 +0200
 
142806
Commit:     Alexander Larsson <alexl@redhat.com>
 
142807
CommitDate: Wed May 13 14:42:45 2009 +0200
125241
142808
 
125242
142809
    Add comment about lifecycle issues for GIOStreams
125243
142810
 
125245
142812
 1 file changed, 6 insertions(+)
125246
142813
 
125247
142814
commit 05f544c59191ea7eab076fbb77a2e3648d52e167
125248
 
Author: Alexander Larsson <alexl@redhat.com>
125249
 
Date:   Tue May 12 16:30:15 2009 +0200
 
142815
Author:     Alexander Larsson <alexl@redhat.com>
 
142816
AuthorDate: Tue May 12 16:30:15 2009 +0200
 
142817
Commit:     Alexander Larsson <alexl@redhat.com>
 
142818
CommitDate: Wed May 13 14:42:38 2009 +0200
125250
142819
 
125251
142820
    Import GIOStream from gnio
125252
142821
 
125262
142831
 6 files changed, 738 insertions(+)
125263
142832
 
125264
142833
commit 1ecfae6a71b10cda9b3fa1e8f38bb22db01fb0af
125265
 
Author: Alexander Larsson <alexl@redhat.com>
125266
 
Date:   Tue May 12 19:53:24 2009 +0200
 
142834
Author:     Alexander Larsson <alexl@redhat.com>
 
142835
AuthorDate: Tue May 12 19:53:24 2009 +0200
 
142836
Commit:     Alexander Larsson <alexl@redhat.com>
 
142837
CommitDate: Wed May 13 13:18:28 2009 +0200
125267
142838
 
125268
142839
    Remove close in finalize, we do it in dispose
125269
142840
 
125274
142845
 1 file changed, 3 deletions(-)
125275
142846
 
125276
142847
commit 2bbb85633f30da2a7b79b518ca7821cde475cb3a
125277
 
Author: Alexander Larsson <alexl@redhat.com>
125278
 
Date:   Tue May 12 13:57:52 2009 +0200
 
142848
Author:     Alexander Larsson <alexl@redhat.com>
 
142849
AuthorDate: Tue May 12 13:57:52 2009 +0200
 
142850
Commit:     Alexander Larsson <alexl@redhat.com>
 
142851
CommitDate: Tue May 12 13:58:18 2009 +0200
125279
142852
 
125280
142853
    Remove not actually used member "cancelled"
125281
142854
 
125283
142856
 1 file changed, 1 deletion(-)
125284
142857
 
125285
142858
commit 0030935d041f26e461aca6583927ea0cceb166bb
125286
 
Author: Tor Lillqvist <tml@iki.fi>
125287
 
Date:   Tue May 12 14:54:12 2009 +0300
 
142859
Author:     Tor Lillqvist <tml@iki.fi>
 
142860
AuthorDate: Tue May 12 14:54:12 2009 +0300
 
142861
Commit:     Tor Lillqvist <tml@iki.fi>
 
142862
CommitDate: Tue May 12 14:54:12 2009 +0300
125288
142863
 
125289
142864
    Make glibconfig.h.win32.in match the generated one.
125290
142865
 
125294
142869
 1 file changed, 5 insertions(+)
125295
142870
 
125296
142871
commit b3e4b761f465a8cb0948bd6381ad832a0a47436a
125297
 
Author: Alexander Larsson <alexl@redhat.com>
125298
 
Date:   Wed May 6 13:26:17 2009 +0200
 
142872
Author:     Alexander Larsson <alexl@redhat.com>
 
142873
AuthorDate: Wed May 6 13:26:17 2009 +0200
 
142874
Commit:     Alexander Larsson <alexl@redhat.com>
 
142875
CommitDate: Wed May 6 13:26:17 2009 +0200
125299
142876
 
125300
142877
    Fix gcancellable.c build on non-win32
125301
142878
 
125305
142882
 1 file changed, 2 insertions(+)
125306
142883
 
125307
142884
commit e10edefff1308cad307d954b17163538a3c7f20a
125308
 
Author: Alexander Larsson <alexl@redhat.com>
125309
 
Date:   Wed May 6 13:10:58 2009 +0200
 
142885
Author:     Alexander Larsson <alexl@redhat.com>
 
142886
AuthorDate: Wed May 6 13:10:58 2009 +0200
 
142887
Commit:     Alexander Larsson <alexl@redhat.com>
 
142888
CommitDate: Wed May 6 13:14:04 2009 +0200
125310
142889
 
125311
142890
    Simplify GCancellable support on win32
125312
142891
 
125327
142906
 1 file changed, 26 insertions(+), 30 deletions(-)
125328
142907
 
125329
142908
commit 2fff3026efbaf7e480d1a166c7166c44c6643567
125330
 
Author: Paul Pogonyshev <pogonyshev@gmx.net>
125331
 
Date:   Mon May 4 22:32:35 2009 +0300
 
142909
Author:     Paul Pogonyshev <pogonyshev@gmx.net>
 
142910
AuthorDate: Mon May 4 22:32:35 2009 +0300
 
142911
Commit:     Paul Pogonyshev <pogonyshev@gmx.net>
 
142912
CommitDate: Tue May 5 22:16:59 2009 +0300
125332
142913
 
125333
142914
    Don't try to ref NULL pointer in g_desktop_app_info_dup()
125334
142915
 
125338
142919
 1 file changed, 2 insertions(+), 1 deletion(-)
125339
142920
 
125340
142921
commit d89cc0d7cbad8b6904931440e579e291ce81780d
125341
 
Author: Carlos Garnacho <carlos@imendio.com>
125342
 
Date:   Tue May 5 14:45:18 2009 -0400
 
142922
Author:     Carlos Garnacho <carlos@imendio.com>
 
142923
AuthorDate: Tue May 5 14:45:18 2009 -0400
 
142924
Commit:     Matthias Clasen <mclasen@redhat.com>
 
142925
CommitDate: Tue May 5 14:45:18 2009 -0400
125343
142926
 
125344
142927
    Add a GMount::pre-unmount signal
125345
142928
 
125351
142934
 3 files changed, 21 insertions(+)
125352
142935
 
125353
142936
commit 4ecec3b1c2d335b1e26b209fc7e2b77013ece795
125354
 
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
125355
 
Date:   Tue May 5 12:34:44 2009 +0530
 
142937
Author:     Manoj Kumar Giri <mgiri@mgiri.csb>
 
142938
AuthorDate: Tue May 5 12:34:44 2009 +0530
 
142939
Commit:     Manoj Kumar Giri <mgiri@mgiri.csb>
 
142940
CommitDate: Tue May 5 12:34:44 2009 +0530
125356
142941
 
125357
142942
    Updated Oriya Translation.
125358
142943
 
125361
142946
 1 file changed, 17 insertions(+), 94 deletions(-)
125362
142947
 
125363
142948
commit 757f9281d7aac1254a156136440b4df4fa52e3a1
125364
 
Author: Matthias Clasen <mclasen@redhat.com>
125365
 
Date:   Sun May 3 18:08:01 2009 -0400
 
142949
Author:     Matthias Clasen <mclasen@redhat.com>
 
142950
AuthorDate: Sun May 3 18:08:01 2009 -0400
 
142951
Commit:     Matthias Clasen <mclasen@redhat.com>
 
142952
CommitDate: Sun May 3 18:08:50 2009 -0400
125366
142953
 
125367
142954
    Bump version to 2.21.1
125368
142955
 
125370
142957
 1 file changed, 1 insertion(+), 1 deletion(-)
125371
142958
 
125372
142959
commit a28215fa909ef315e596ebd0b41132730aef909d
125373
 
Author: Matthias Clasen <mclasen@redhat.com>
125374
 
Date:   Sun May 3 18:04:31 2009 -0400
 
142960
Author:     Matthias Clasen <mclasen@redhat.com>
 
142961
AuthorDate: Sun May 3 18:04:31 2009 -0400
 
142962
Commit:     Matthias Clasen <mclasen@redhat.com>
 
142963
CommitDate: Sun May 3 18:08:49 2009 -0400
125375
142964
 
125376
142965
    Release 2.21.0
125377
142966
 
125477
143066
 95 files changed, 12758 insertions(+), 14748 deletions(-)
125478
143067
 
125479
143068
commit 4e694faa332a6ef4c576176b568a7f74e142103a
125480
 
Author: Paul Pogonyshev <pogonyshev@gmx.net>
125481
 
Date:   Mon May 4 00:55:35 2009 +0300
 
143069
Author:     Paul Pogonyshev <pogonyshev@gmx.net>
 
143070
AuthorDate: Mon May 4 00:55:35 2009 +0300
 
143071
Commit:     Paul Pogonyshev <pogonyshev@gmx.net>
 
143072
CommitDate: Mon May 4 00:55:35 2009 +0300
125482
143073
 
125483
143074
    Fix g_input_stream_skip_async() documentation
125484
143075
 
125489
143080
 1 file changed, 2 insertions(+), 2 deletions(-)
125490
143081
 
125491
143082
commit f33a484b4a1a14902dc1789c2e023fbcd4136098
125492
 
Author: Matthias Clasen <mclasen@redhat.com>
125493
 
Date:   Sun May 3 17:10:16 2009 -0400
 
143083
Author:     Matthias Clasen <mclasen@redhat.com>
 
143084
AuthorDate: Sun May 3 17:10:16 2009 -0400
 
143085
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143086
CommitDate: Sun May 3 17:10:16 2009 -0400
125494
143087
 
125495
143088
    Fix up tests forgotten in Michaels commit
125496
143089
 
125501
143094
 1 file changed, 0 insertions(+), 0 deletions(-)
125502
143095
 
125503
143096
commit 008ae16d75b2f6e908258d883d8b1c98a98bd648
125504
 
Author: Matthias Clasen <mclasen@redhat.com>
125505
 
Date:   Sun May 3 16:58:22 2009 -0400
 
143097
Author:     Matthias Clasen <mclasen@redhat.com>
 
143098
AuthorDate: Sun May 3 16:58:22 2009 -0400
 
143099
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143100
CommitDate: Sun May 3 17:00:37 2009 -0400
125506
143101
 
125507
143102
    Add new functions
125508
143103
 
125510
143105
 1 file changed, 6 insertions(+)
125511
143106
 
125512
143107
commit d1e6e194cc30744e47067378eb338f7d5a0f1e2b
125513
 
Author: Petr Kovar <pknbe@volny.cz>
125514
 
Date:   Sun May 3 18:34:35 2009 +0200
 
143108
Author:     Petr Kovar <pknbe@volny.cz>
 
143109
AuthorDate: Sun May 3 18:34:35 2009 +0200
 
143110
Commit:     Petr Kovar <pknbe@volny.cz>
 
143111
CommitDate: Sun May 3 18:34:35 2009 +0200
125515
143112
 
125516
143113
    Updated Czech translation
125517
143114
 
125520
143117
 1 file changed, 503 insertions(+), 510 deletions(-)
125521
143118
 
125522
143119
commit b3fc55cc4e5b578acc0a06e164c29fe43d060b10
125523
 
Author: Ivar Smolin <okul@linux.ee>
125524
 
Date:   Sun May 3 12:03:46 2009 +0300
 
143120
Author:     Ivar Smolin <okul@linux.ee>
 
143121
AuthorDate: Sun May 3 12:03:46 2009 +0300
 
143122
Commit:     Priit Laes <plaes@plaes.org>
 
143123
CommitDate: Sun May 3 12:03:46 2009 +0300
125525
143124
 
125526
143125
    Updating Estonian translation
125527
143126
 
125530
143129
 1 file changed, 37 insertions(+), 513 deletions(-)
125531
143130
 
125532
143131
commit 3f06ddd8cdfa7f4ebf09ef24db7dad5270be36df
125533
 
Author: Matthias Clasen <mclasen@redhat.com>
125534
 
Date:   Sat May 2 23:17:29 2009 -0400
 
143132
Author:     Matthias Clasen <mclasen@redhat.com>
 
143133
AuthorDate: Sat May 2 23:17:29 2009 -0400
 
143134
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143135
CommitDate: Sat May 2 23:17:29 2009 -0400
125535
143136
 
125536
143137
    Match up parameter names to help gtk-doc
125537
143138
 
125539
143140
 1 file changed, 1 insertion(+), 1 deletion(-)
125540
143141
 
125541
143142
commit 2e4855ec4b611b9a17c466f4d26a694480f80ad6
125542
 
Author: Matthias Clasen <mclasen@redhat.com>
125543
 
Date:   Sat May 2 23:02:41 2009 -0400
 
143143
Author:     Matthias Clasen <mclasen@redhat.com>
 
143144
AuthorDate: Sat May 2 23:02:41 2009 -0400
 
143145
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143146
CommitDate: Sat May 2 23:02:41 2009 -0400
125544
143147
 
125545
143148
    Add bug references
125546
143149
 
125548
143151
 1 file changed, 4 insertions(+)
125549
143152
 
125550
143153
commit 2e4b51aeb3bd5fa1fda52946e2d43fc8e7a28b4e
125551
 
Author: Matthias Clasen <mclasen@redhat.com>
125552
 
Date:   Sat May 2 22:59:02 2009 -0400
 
143154
Author:     Matthias Clasen <mclasen@redhat.com>
 
143155
AuthorDate: Sat May 2 22:59:02 2009 -0400
 
143156
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143157
CommitDate: Sat May 2 22:59:02 2009 -0400
125553
143158
 
125554
143159
    Plug a memory leak in g_simple_async_result_set_op_res_gpointer
125555
143160
 
125559
143164
 1 file changed, 13 insertions(+), 2 deletions(-)
125560
143165
 
125561
143166
commit 79ef3d32643519ae9c9710acf0c56b54ff540dc3
125562
 
Author: Matthias Clasen <mclasen@redhat.com>
125563
 
Date:   Sat May 2 22:44:52 2009 -0400
 
143167
Author:     Matthias Clasen <mclasen@redhat.com>
 
143168
AuthorDate: Sat May 2 22:44:52 2009 -0400
 
143169
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143170
CommitDate: Sat May 2 22:44:52 2009 -0400
125564
143171
 
125565
143172
    Correct g_utf8_to_utf16 docs
125566
143173
 
125570
143177
 1 file changed, 6 insertions(+), 6 deletions(-)
125571
143178
 
125572
143179
commit 2dfce324220bf7e1ea5ca465a74e58cf8146b808
125573
 
Author: Matthias Clasen <mclasen@redhat.com>
125574
 
Date:   Sat May 2 22:41:19 2009 -0400
 
143180
Author:     Matthias Clasen <mclasen@redhat.com>
 
143181
AuthorDate: Sat May 2 22:41:19 2009 -0400
 
143182
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143183
CommitDate: Sat May 2 22:41:19 2009 -0400
125575
143184
 
125576
143185
    Accept NULL as empty string list
125577
143186
 
125581
143190
 1 file changed, 3 insertions(+), 3 deletions(-)
125582
143191
 
125583
143192
commit a4ac1b0552785dfb2d323eb41c6d3875b214989b
125584
 
Author: Matthias Clasen <mclasen@redhat.com>
125585
 
Date:   Sat May 2 22:36:15 2009 -0400
 
143193
Author:     Matthias Clasen <mclasen@redhat.com>
 
143194
AuthorDate: Sat May 2 22:36:15 2009 -0400
 
143195
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143196
CommitDate: Sat May 2 22:36:15 2009 -0400
125586
143197
 
125587
143198
    Fix reference to g_strtoull
125588
143199
 
125592
143203
 1 file changed, 3 insertions(+), 2 deletions(-)
125593
143204
 
125594
143205
commit fab0506f5f983dcad8f4c44dbef6fbc1f8fd1b3b
125595
 
Author: Matthias Clasen <mclasen@redhat.com>
125596
 
Date:   Sat May 2 22:30:19 2009 -0400
 
143206
Author:     Matthias Clasen <mclasen@redhat.com>
 
143207
AuthorDate: Sat May 2 22:30:19 2009 -0400
 
143208
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143209
CommitDate: Sat May 2 22:30:19 2009 -0400
125597
143210
 
125598
143211
    Update NEWS
125599
143212
 
125601
143214
 1 file changed, 38 insertions(+)
125602
143215
 
125603
143216
commit ff104337d9e95f6e933f3d77a5a24e462c4713cf
125604
 
Author: Matthias Clasen <mclasen@redhat.com>
125605
 
Date:   Sat May 2 21:58:30 2009 -0400
 
143217
Author:     Matthias Clasen <mclasen@redhat.com>
 
143218
AuthorDate: Sat May 2 21:58:30 2009 -0400
 
143219
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143220
CommitDate: Sat May 2 21:58:30 2009 -0400
125606
143221
 
125607
143222
    Bump version to 2.21.0
125608
143223
 
125610
143225
 1 file changed, 3 insertions(+), 3 deletions(-)
125611
143226
 
125612
143227
commit dc02797c1e386d72ff24268cc23c19352e8cef6f
125613
 
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
125614
 
Date:   Fri May 1 20:20:01 2009 +0200
 
143228
Author:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
143229
AuthorDate: Fri May 1 20:20:01 2009 +0200
 
143230
Commit:     Jorge Gonzalez <jorgegonz@svn.gnome.org>
 
143231
CommitDate: Fri May 1 20:20:01 2009 +0200
125615
143232
 
125616
143233
    Updated Spanish translation
125617
143234
 
125620
143237
 1 file changed, 509 insertions(+), 512 deletions(-)
125621
143238
 
125622
143239
commit 92ac8d165eae438164cffce01fe92cdcf6488970
125623
 
Author: Dan Winship <danw@gnome.org>
125624
 
Date:   Fri May 1 10:08:52 2009 -0400
 
143240
Author:     Dan Winship <danw@gnome.org>
 
143241
AuthorDate: Fri May 1 10:08:52 2009 -0400
 
143242
Commit:     Dan Winship <danw@gnome.org>
 
143243
CommitDate: Fri May 1 10:37:45 2009 -0400
125625
143244
 
125626
143245
    Misc warning fixes
125627
143246
 
125651
143270
 10 files changed, 17 insertions(+), 13 deletions(-)
125652
143271
 
125653
143272
commit 36cb01f447b2401195e3c6b577f490e868363630
125654
 
Author: Dan Winship <danw@gnome.org>
125655
 
Date:   Fri May 1 10:08:23 2009 -0400
 
143273
Author:     Dan Winship <danw@gnome.org>
 
143274
AuthorDate: Fri May 1 10:08:23 2009 -0400
 
143275
Commit:     Dan Winship <danw@gnome.org>
 
143276
CommitDate: Fri May 1 10:37:45 2009 -0400
125656
143277
 
125657
143278
    Add README and INSTALL to .gitignore since they are autogenerated
125658
143279
 
125660
143281
 1 file changed, 3 insertions(+)
125661
143282
 
125662
143283
commit 83699774fa669abfbc5c5c3dc9265308246bd4f6
125663
 
Author: Michael Meeks <michael.meeks@novell.com>
125664
 
Date:   Fri May 1 15:23:23 2009 +0100
 
143284
Author:     Michael Meeks <michael.meeks@novell.com>
 
143285
AuthorDate: Fri May 1 15:23:23 2009 +0100
 
143286
Commit:     Michael Meeks <michael.meeks@novell.com>
 
143287
CommitDate: Fri May 1 15:23:23 2009 +0100
125665
143288
 
125666
143289
    Patch originally committed only to the ChangeLog & tests ...
125667
143290
 
125678
143301
 1 file changed, 455 insertions(+), 674 deletions(-)
125679
143302
 
125680
143303
commit d8029ca9bc24bcff7f33c973ef13fae7e6fab904
125681
 
Author: Alexander Larsson <alexl@redhat.com>
125682
 
Date:   Thu Apr 30 10:46:37 2009 +0200
 
143304
Author:     Alexander Larsson <alexl@redhat.com>
 
143305
AuthorDate: Thu Apr 30 10:46:37 2009 +0200
 
143306
Commit:     Alexander Larsson <alexl@redhat.com>
 
143307
CommitDate: Thu Apr 30 10:46:37 2009 +0200
125683
143308
 
125684
143309
    Ensure g_inet_address_get_type() call is not optimized away
125685
143310
 
125691
143316
 1 file changed, 3 insertions(+), 1 deletion(-)
125692
143317
 
125693
143318
commit 97fe421518139dcb3477209d3d3c3b6744f54153
125694
 
Author: David King <davidk@openismus.com>
125695
 
Date:   Wed Apr 29 15:58:35 2009 +0200
 
143319
Author:     David King <davidk@openismus.com>
 
143320
AuthorDate: Wed Apr 29 15:58:35 2009 +0200
 
143321
Commit:     Dan Winship <danw@gnome.org>
 
143322
CommitDate: Wed Apr 29 14:23:17 2009 -0400
125696
143323
 
125697
143324
    Fix ginetaddress.c compile on Linux
125698
143325
 
125702
143329
 1 file changed, 1 insertion(+), 1 deletion(-)
125703
143330
 
125704
143331
commit 402847c8878a6bf839facdf7a91f096769ebc609
125705
 
Author: David Zeuthen <davidz@redhat.com>
125706
 
Date:   Wed Apr 29 11:15:20 2009 -0400
 
143332
Author:     David Zeuthen <davidz@redhat.com>
 
143333
AuthorDate: Wed Apr 29 11:15:20 2009 -0400
 
143334
Commit:     David Zeuthen <davidz@redhat.com>
 
143335
CommitDate: Wed Apr 29 11:17:23 2009 -0400
125707
143336
 
125708
143337
    Bug 580450 – Reference counting and boxed types for arrays
125709
143338
 
125727
143356
 11 files changed, 616 insertions(+), 28 deletions(-)
125728
143357
 
125729
143358
commit d80e12104f139def9bea28a510bf1d7c103e20f9
125730
 
Author: Alexander Larsson <alexl@redhat.com>
125731
 
Date:   Wed Apr 29 12:19:57 2009 +0200
 
143359
Author:     Alexander Larsson <alexl@redhat.com>
 
143360
AuthorDate: Wed Apr 29 12:19:57 2009 +0200
 
143361
Commit:     Alexander Larsson <alexl@redhat.com>
 
143362
CommitDate: Wed Apr 29 12:19:57 2009 +0200
125732
143363
 
125733
143364
    Ensure we're actually initializing the winsock library
125734
143365
 
125741
143372
 1 file changed, 2 insertions(+), 1 deletion(-)
125742
143373
 
125743
143374
commit 49dfb50afc9400779c0be02ea3c285780b42c928
125744
 
Author: David Zeuthen <davidz@redhat.com>
125745
 
Date:   Sat Apr 25 22:41:07 2009 -0400
 
143375
Author:     David Zeuthen <davidz@redhat.com>
 
143376
AuthorDate: Sat Apr 25 22:41:07 2009 -0400
 
143377
Commit:     David Zeuthen <davidz@redhat.com>
 
143378
CommitDate: Mon Apr 27 13:27:44 2009 -0400
125746
143379
 
125747
143380
    Bug 580453 – Hash and equal functions for gint64 and gdouble
125748
143381
 
125756
143389
 6 files changed, 139 insertions(+), 6 deletions(-)
125757
143390
 
125758
143391
commit 5a368d469a2441d7d77d78fe104dc3560093ebac
125759
 
Author: Jordi Mas i Hernandez <jmas@softcatala.org>
125760
 
Date:   Sun Apr 26 20:18:38 2009 +0200
 
143392
Author:     Jordi Mas i Hernandez <jmas@softcatala.org>
 
143393
AuthorDate: Sun Apr 26 20:18:38 2009 +0200
 
143394
Commit:     Gil Forcada <gforcada@gnome.org>
 
143395
CommitDate: Sun Apr 26 20:18:38 2009 +0200
125761
143396
 
125762
143397
    Minor fixes to Catalan translation
125763
143398
 
125766
143401
 1 file changed, 457 insertions(+), 465 deletions(-)
125767
143402
 
125768
143403
commit 61f130015bbbbc99ce0189cca1c95f7e2e735202
125769
 
Author: paul <ephraim_owns@hotmail.com>
125770
 
Date:   Sun Apr 26 13:16:34 2009 -0400
 
143404
Author:     paul <ephraim_owns@hotmail.com>
 
143405
AuthorDate: Sun Apr 26 13:16:34 2009 -0400
 
143406
Commit:     Dan Winship <danw@gnome.org>
 
143407
CommitDate: Sun Apr 26 13:22:10 2009 -0400
125771
143408
 
125772
143409
    Fix socket-related configure tests on old platforms
125773
143410
 
125777
143414
 1 file changed, 1 insertion(+)
125778
143415
 
125779
143416
commit 7c9caecfebf7d15899fe361324c414fbfc7b1317
125780
 
Author: Dan Winship <danw@gnome.org>
125781
 
Date:   Sun Apr 26 12:18:42 2009 -0400
 
143417
Author:     Dan Winship <danw@gnome.org>
 
143418
AuthorDate: Sun Apr 26 12:18:42 2009 -0400
 
143419
Commit:     Dan Winship <danw@gnome.org>
 
143420
CommitDate: Sun Apr 26 13:21:53 2009 -0400
125782
143421
 
125783
143422
    Fix the networking stuff on (current) OS X
125784
143423
 
125791
143430
 2 files changed, 7 insertions(+), 2 deletions(-)
125792
143431
 
125793
143432
commit 9a15da50e4d10794c35e4b638b7ab521be671a6e
125794
 
Author: Dan Winship <danw@gnome.org>
125795
 
Date:   Sun Apr 26 09:59:28 2009 -0400
 
143433
Author:     Dan Winship <danw@gnome.org>
 
143434
AuthorDate: Sun Apr 26 09:59:28 2009 -0400
 
143435
Commit:     Dan Winship <danw@gnome.org>
 
143436
CommitDate: Sun Apr 26 13:18:17 2009 -0400
125796
143437
 
125797
143438
    Fix ginetaddress.c compile on Solaris
125798
143439
 
125807
143448
 1 file changed, 10 insertions(+), 10 deletions(-)
125808
143449
 
125809
143450
commit 491a036d8480f4d710ef601a27a57b559b0a46d7
125810
 
Author: Johan Bilien <jobi@litl.com>
125811
 
Date:   Wed Apr 22 19:09:34 2009 +0100
 
143451
Author:     Johan Bilien <jobi@litl.com>
 
143452
AuthorDate: Wed Apr 22 19:09:34 2009 +0100
 
143453
Commit:     Johan Bilien <jobi@litl.com>
 
143454
CommitDate: Wed Apr 22 19:09:34 2009 +0100
125812
143455
 
125813
143456
    Fix translation from GIO's file attr to xattr attributes
125814
143457
 
125823
143466
 1 file changed, 1 insertion(+), 1 deletion(-)
125824
143467
 
125825
143468
commit a9c33dbd7aeeb715677d619cbddc0d621872cc43
125826
 
Author: Christian Persch <chpe@gnome.org>
125827
 
Date:   Wed Apr 22 15:12:37 2009 +0200
 
143469
Author:     Christian Persch <chpe@gnome.org>
 
143470
AuthorDate: Wed Apr 22 15:12:37 2009 +0200
 
143471
Commit:     Christian Persch <chpe@gnome.org>
 
143472
CommitDate: Wed Apr 22 16:11:38 2009 +0200
125828
143473
 
125829
143474
    Use P_ for translatable param spec strings
125830
143475
 
125843
143488
 7 files changed, 44 insertions(+), 44 deletions(-)
125844
143489
 
125845
143490
commit 9a3d18d2a652f9f1567e09bdb1055e6cb462f710
125846
 
Author: Dan Winship <danw@gnome.org>
125847
 
Date:   Mon Dec 29 13:38:28 2008 -0500
 
143491
Author:     Dan Winship <danw@gnome.org>
 
143492
AuthorDate: Mon Dec 29 13:38:28 2008 -0500
 
143493
Commit:     Dan Winship <danw@gnome.org>
 
143494
CommitDate: Wed Apr 22 08:36:38 2009 -0400
125848
143495
 
125849
143496
    GResolver wrappers: GNetworkAddress, GNetworkService,
125850
143497
    GSocketConnectable
125879
143526
 20 files changed, 2121 insertions(+), 9 deletions(-)
125880
143527
 
125881
143528
commit c94d3f92885456e1dc9e2fb27b709017f29d04ce
125882
 
Author: Dan Winship <danw@gnome.org>
125883
 
Date:   Mon Dec 29 12:53:47 2008 -0500
 
143529
Author:     Dan Winship <danw@gnome.org>
 
143530
AuthorDate: Mon Dec 29 12:53:47 2008 -0500
 
143531
Commit:     Dan Winship <danw@gnome.org>
 
143532
CommitDate: Wed Apr 22 08:36:32 2009 -0400
125884
143533
 
125885
143534
    Add GResolver, a glib-ish interface to DNS
125886
143535
 
125924
143573
 32 files changed, 5412 insertions(+), 10 deletions(-)
125925
143574
 
125926
143575
commit 68fc0556275edf6e63a3242841f2981a42ee11cb
125927
 
Author: Dan Winship <danw@gnome.org>
125928
 
Date:   Fri Dec 12 13:13:55 2008 -0500
 
143576
Author:     Dan Winship <danw@gnome.org>
 
143577
AuthorDate: Fri Dec 12 13:13:55 2008 -0500
 
143578
Commit:     Dan Winship <danw@gnome.org>
 
143579
CommitDate: Wed Apr 22 08:36:10 2009 -0400
125929
143580
 
125930
143581
    Add network address and socket types
125931
143582
 
125961
143612
 19 files changed, 2075 insertions(+), 1 deletion(-)
125962
143613
 
125963
143614
commit 6a3b4fa05ac996566e7b8037edf80d0f06fa2a90
125964
 
Author: Dan Winship <danw@gnome.org>
125965
 
Date:   Mon Dec 29 09:00:17 2008 -0500
 
143615
Author:     Dan Winship <danw@gnome.org>
 
143616
AuthorDate: Mon Dec 29 09:00:17 2008 -0500
 
143617
Commit:     Dan Winship <danw@gnome.org>
 
143618
CommitDate: Wed Apr 22 08:36:02 2009 -0400
125966
143619
 
125967
143620
    Add hostname-related utilities in glib/ghostutils.h
125968
143621
 
125986
143639
 11 files changed, 1161 insertions(+)
125987
143640
 
125988
143641
commit dda20bccbfc2a560c13532612382712c17717085
125989
 
Author: Stefan Kost <ensonic@users.sf.net>
125990
 
Date:   Tue Apr 21 23:21:28 2009 +0300
 
143642
Author:     Stefan Kost <ensonic@users.sf.net>
 
143643
AuthorDate: Tue Apr 21 23:21:28 2009 +0300
 
143644
Commit:     Stefan Kost <ensonic@users.sf.net>
 
143645
CommitDate: Tue Apr 21 23:21:28 2009 +0300
125991
143646
 
125992
143647
    goption: format section docs according to gtk-doc rules and fixes
125993
143648
    broken xml
125996
143651
 1 file changed, 9 insertions(+), 16 deletions(-)
125997
143652
 
125998
143653
commit 57bd24dc4907e6959f953be0759b946c16c78386
125999
 
Author: Stefan Kost <ensonic@users.sf.net>
126000
 
Date:   Tue Apr 14 11:32:59 2009 +0300
 
143654
Author:     Stefan Kost <ensonic@users.sf.net>
 
143655
AuthorDate: Tue Apr 14 11:32:59 2009 +0300
 
143656
Commit:     Stefan Kost <ensonic@users.sf.net>
 
143657
CommitDate: Tue Apr 21 17:50:00 2009 +0300
126001
143658
 
126002
143659
    goption: document that some option args need to be freed by the callee
126003
143660
 
126010
143667
 2 files changed, 8 insertions(+)
126011
143668
 
126012
143669
commit 2026c232b3437ff0f1222b6b045379ca273393e8
126013
 
Author: Stefan Kost <ensonic@users.sf.net>
126014
 
Date:   Tue Apr 14 11:23:25 2009 +0300
 
143670
Author:     Stefan Kost <ensonic@users.sf.net>
 
143671
AuthorDate: Tue Apr 14 11:23:25 2009 +0300
 
143672
Commit:     Stefan Kost <ensonic@users.sf.net>
 
143673
CommitDate: Tue Apr 21 16:35:26 2009 +0300
126015
143674
 
126016
143675
    goption: move docs from tmpl folder to inline comments
126017
143676
 
126024
143683
 5 files changed, 330 insertions(+), 604 deletions(-)
126025
143684
 
126026
143685
commit 0f48f804b665943a2fd848ab6efbe913003daa82
126027
 
Author: Alexander Larsson <alexl@redhat.com>
126028
 
Date:   Mon Apr 20 13:14:32 2009 +0200
 
143686
Author:     Alexander Larsson <alexl@redhat.com>
 
143687
AuthorDate: Mon Apr 20 13:14:32 2009 +0200
 
143688
Commit:     Alexander Larsson <alexl@redhat.com>
 
143689
CommitDate: Mon Apr 20 13:17:10 2009 +0200
126029
143690
 
126030
143691
    Use g_cancellable_connect/disconnect
126031
143692
 
126035
143696
 1 file changed, 4 insertions(+), 5 deletions(-)
126036
143697
 
126037
143698
commit 0001014c378636e5848f4b3d8f38fc7a84c33b22
126038
 
Author: Alexander Larsson <alexl@redhat.com>
126039
 
Date:   Mon Apr 20 13:12:08 2009 +0200
 
143699
Author:     Alexander Larsson <alexl@redhat.com>
 
143700
AuthorDate: Mon Apr 20 13:12:08 2009 +0200
 
143701
Commit:     Alexander Larsson <alexl@redhat.com>
 
143702
CommitDate: Mon Apr 20 13:17:03 2009 +0200
126040
143703
 
126041
143704
    Add helpers for connecting/disconnecting to cancelled signal
126042
143705
 
126053
143716
 4 files changed, 183 insertions(+), 41 deletions(-)
126054
143717
 
126055
143718
commit c17d4dd117db554e501a18a41de53734f7f87003
126056
 
Author: zabeeh khan <zabeehkhan@gmail.com>
126057
 
Date:   Fri Apr 17 11:27:38 2009 +0530
 
143719
Author:     zabeeh khan <zabeehkhan@gmail.com>
 
143720
AuthorDate: Fri Apr 17 11:27:38 2009 +0530
 
143721
Commit:     Runa Bhattacharjee <runab@runab.csb>
 
143722
CommitDate: Fri Apr 17 11:27:38 2009 +0530
126058
143723
 
126059
143724
    Pashto Translation committed as per the request made by Zabeeh Khan
126060
143725
    on the gnome-i18n list
126064
143729
 1 file changed, 437 insertions(+), 433 deletions(-)
126065
143730
 
126066
143731
commit b85834c22369579d1bea86b392594d0b912a5858
126067
 
Author: Matthias Clasen <mclasen@redhat.com>
126068
 
Date:   Sat Apr 11 18:10:24 2009 -0400
 
143732
Author:     Matthias Clasen <mclasen@redhat.com>
 
143733
AuthorDate: Sat Apr 11 18:10:24 2009 -0400
 
143734
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143735
CommitDate: Sat Apr 11 18:10:24 2009 -0400
126069
143736
 
126070
143737
    Bump version
126071
143738
 
126073
143740
 1 file changed, 2 insertions(+), 2 deletions(-)
126074
143741
 
126075
143742
commit 2c1dc529e8d9b1ab2d8ccb8abb1efed836584616
126076
 
Author: Matthias Clasen <mclasen@redhat.com>
126077
 
Date:   Thu Apr 9 21:34:49 2009 -0400
 
143743
Author:     Matthias Clasen <mclasen@redhat.com>
 
143744
AuthorDate: Thu Apr 9 21:34:49 2009 -0400
 
143745
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143746
CommitDate: Thu Apr 9 21:34:49 2009 -0400
126078
143747
 
126079
143748
    Add a note about handling non-hal backends
126080
143749
 
126082
143751
 1 file changed, 10 insertions(+), 4 deletions(-)
126083
143752
 
126084
143753
commit 6e11246cc828217fd04a23f16b67db11333523f9
126085
 
Author: Matthias Clasen <mclasen@redhat.com>
126086
 
Date:   Thu Apr 9 18:47:28 2009 -0400
 
143754
Author:     Matthias Clasen <mclasen@redhat.com>
 
143755
AuthorDate: Thu Apr 9 18:47:28 2009 -0400
 
143756
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143757
CommitDate: Thu Apr 9 18:47:28 2009 -0400
126087
143758
 
126088
143759
    Release GLib 2.20.1
126089
143760
 
126179
143850
 87 files changed, 17103 insertions(+), 16510 deletions(-)
126180
143851
 
126181
143852
commit 009689e09b0cd9cc0a322d1361940183330bada6
126182
 
Author: Matthias Clasen <mclasen@redhat.com>
126183
 
Date:   Thu Apr 9 17:43:59 2009 -0400
 
143853
Author:     Matthias Clasen <mclasen@redhat.com>
 
143854
AuthorDate: Thu Apr 9 17:43:59 2009 -0400
 
143855
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143856
CommitDate: Thu Apr 9 17:43:59 2009 -0400
126184
143857
 
126185
143858
    Update for 2.20.1
126186
143859
 
126188
143861
 1 file changed, 44 insertions(+)
126189
143862
 
126190
143863
commit e68a35689fbcbab965b6631882381309cb0a20d8
126191
 
Author: Matthias Clasen <mclasen@redhat.com>
126192
 
Date:   Thu Apr 9 14:56:49 2009 -0400
 
143864
Author:     Matthias Clasen <mclasen@redhat.com>
 
143865
AuthorDate: Thu Apr 9 14:56:49 2009 -0400
 
143866
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143867
CommitDate: Thu Apr 9 14:56:49 2009 -0400
126193
143868
 
126194
143869
    Fix G_DEFINE_TYPE_EXTENDED docs
126195
143870
 
126201
143876
 1 file changed, 34 insertions(+), 37 deletions(-)
126202
143877
 
126203
143878
commit 856632c496d15f3f273d567b521a2b06afc32721
126204
 
Author: Gian Mario Tagliaretti <gianmt@gnome.org>
126205
 
Date:   Thu Apr 9 14:35:36 2009 -0400
 
143879
Author:     Gian Mario Tagliaretti <gianmt@gnome.org>
 
143880
AuthorDate: Thu Apr 9 14:35:36 2009 -0400
 
143881
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143882
CommitDate: Thu Apr 9 14:35:57 2009 -0400
126206
143883
 
126207
143884
    Fix a typo in GFile docs
126208
143885
 
126213
143890
 1 file changed, 1 insertion(+), 1 deletion(-)
126214
143891
 
126215
143892
commit 950de29d0e9720ce0979a84530130e27a3a59f74
126216
 
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
126217
 
Date:   Thu Apr 9 13:49:00 2009 +0200
 
143893
Author:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
143894
AuthorDate: Thu Apr 9 13:49:00 2009 +0200
 
143895
Commit:     Kenneth Nielsen <k.nielsen81@gmail.com>
 
143896
CommitDate: Thu Apr 9 13:49:00 2009 +0200
126218
143897
 
126219
143898
    Updated Danish translation\n\nUpdated Danish translation by Kenneth
126220
143899
    Nielsen.
126224
143903
 1 file changed, 84 insertions(+), 72 deletions(-)
126225
143904
 
126226
143905
commit efc2cdbfc981754db361f49c30c8ee24ac0c769e
126227
 
Author: Peter Kjellerstedt <pkj@axis.com>
126228
 
Date:   Wed Apr 8 10:26:11 2009 -0400
 
143906
Author:     Peter Kjellerstedt <pkj@axis.com>
 
143907
AuthorDate: Wed Apr 8 10:26:11 2009 -0400
 
143908
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143909
CommitDate: Wed Apr 8 10:26:11 2009 -0400
126229
143910
 
126230
143911
    Fix parsing of timezones
126231
143912
 
126237
143918
 2 files changed, 20 insertions(+), 4 deletions(-)
126238
143919
 
126239
143920
commit d0cf7b38780b0832fc904f75eb387aa61eb2f76e
126240
 
Author: Alexander Larsson <alexl@redhat.com>
126241
 
Date:   Wed Apr 8 09:12:02 2009 +0200
 
143921
Author:     Alexander Larsson <alexl@redhat.com>
 
143922
AuthorDate: Wed Apr 8 09:12:02 2009 +0200
 
143923
Commit:     Alexander Larsson <alexl@redhat.com>
 
143924
CommitDate: Wed Apr 8 09:12:02 2009 +0200
126242
143925
 
126243
143926
    Only mark regular files as backup files
126244
143927
 
126250
143933
 1 file changed, 2 insertions(+), 1 deletion(-)
126251
143934
 
126252
143935
commit 85a795b9bae44b973de1443f98728b21b78c68ae
126253
 
Author: Funda Wang <fundawang@gmail.com>
126254
 
Date:   Sun Apr 5 11:05:47 2009 +0800
 
143936
Author:     Funda Wang <fundawang@gmail.com>
 
143937
AuthorDate: Sun Apr 5 11:05:47 2009 +0800
 
143938
Commit:     Funda Wang <fundawang@gmail.com>
 
143939
CommitDate: Sun Apr 5 11:05:47 2009 +0800
126255
143940
 
126256
143941
    Updated Simplified Chinese translation from Ray Wang
126257
143942
    <wanglei1123@gmail.com>
126261
143946
 1 file changed, 50 insertions(+), 37 deletions(-)
126262
143947
 
126263
143948
commit 7fd870830806def730341a328389f8b5df49fab4
126264
 
Author: Thanos Lefteris <alefteris@gmail.com>
126265
 
Date:   Fri Apr 3 20:12:27 2009 +0100
 
143949
Author:     Thanos Lefteris <alefteris@gmail.com>
 
143950
AuthorDate: Fri Apr 3 20:12:27 2009 +0100
 
143951
Commit:     Simos Xenitellis <simos@gnome.org>
 
143952
CommitDate: Fri Apr 3 20:12:27 2009 +0100
126266
143953
 
126267
143954
    Updated Greek translation
126268
143955
 
126273
143960
 1 file changed, 125 insertions(+), 113 deletions(-)
126274
143961
 
126275
143962
commit e6e82c51a64ca263877f730cc7531454d5430b77
126276
 
Author: Matthias Clasen <mclasen@redhat.com>
126277
 
Date:   Fri Apr 3 00:35:43 2009 -0400
 
143963
Author:     Matthias Clasen <mclasen@redhat.com>
 
143964
AuthorDate: Fri Apr 3 00:35:43 2009 -0400
 
143965
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143966
CommitDate: Fri Apr 3 00:35:43 2009 -0400
126278
143967
 
126279
143968
    Move hex_digits to rodata
126280
143969
 
126285
143974
 1 file changed, 126 insertions(+), 134 deletions(-)
126286
143975
 
126287
143976
commit 25ff8ee7486c7bdf1612d3554fc1d7d91daedfa6
126288
 
Author: Matthias Clasen <mclasen@redhat.com>
126289
 
Date:   Fri Apr 3 00:23:54 2009 -0400
 
143977
Author:     Matthias Clasen <mclasen@redhat.com>
 
143978
AuthorDate: Fri Apr 3 00:23:54 2009 -0400
 
143979
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143980
CommitDate: Fri Apr 3 00:23:54 2009 -0400
126290
143981
 
126291
143982
    Don't lie about ext4 filesystems
126292
143983
 
126299
143990
 1 file changed, 1 insertion(+), 1 deletion(-)
126300
143991
 
126301
143992
commit e8a42bb81c46204a86259e44aa9698658487e64a
126302
 
Author: Paolo Borelli <pborelli@katamail.com>
126303
 
Date:   Fri Apr 3 00:04:39 2009 -0400
 
143993
Author:     Paolo Borelli <pborelli@katamail.com>
 
143994
AuthorDate: Fri Apr 3 00:04:39 2009 -0400
 
143995
Commit:     Matthias Clasen <mclasen@redhat.com>
 
143996
CommitDate: Fri Apr 3 00:04:39 2009 -0400
126304
143997
 
126305
143998
    Regex leak on error path
126306
143999
 
126310
144003
 1 file changed, 2 insertions(+)
126311
144004
 
126312
144005
commit 82a5f787d68fd7d6ae973634694cebd43f126552
126313
 
Author: Matthias Clasen <mclasen@redhat.com>
126314
 
Date:   Thu Apr 2 23:57:59 2009 -0400
 
144006
Author:     Matthias Clasen <mclasen@redhat.com>
 
144007
AuthorDate: Thu Apr 2 23:57:59 2009 -0400
 
144008
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144009
CommitDate: Thu Apr 2 23:57:59 2009 -0400
126315
144010
 
126316
144011
    Update requirements
126317
144012
 
126325
144020
 2 files changed, 56 insertions(+), 50 deletions(-)
126326
144021
 
126327
144022
commit 20774c566393af28e5123322abb8e35840ff0e5a
126328
 
Author: Matthias Clasen <mclasen@redhat.com>
126329
 
Date:   Thu Apr 2 23:42:29 2009 -0400
 
144023
Author:     Matthias Clasen <mclasen@redhat.com>
 
144024
AuthorDate: Thu Apr 2 23:42:29 2009 -0400
 
144025
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144026
CommitDate: Thu Apr 2 23:42:29 2009 -0400
126330
144027
 
126331
144028
    Add a rule to generate ChangeLog
126332
144029
 
126338
144035
 1 file changed, 20 insertions(+), 2 deletions(-)
126339
144036
 
126340
144037
commit b7f9a1ac8337c546f9db9b7ee9ff437b256c75d8
126341
 
Author: Matthias Clasen <mclasen@redhat.com>
126342
 
Date:   Thu Apr 2 23:14:54 2009 -0400
 
144038
Author:     Matthias Clasen <mclasen@redhat.com>
 
144039
AuthorDate: Thu Apr 2 23:14:54 2009 -0400
 
144040
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144041
CommitDate: Thu Apr 2 23:14:54 2009 -0400
126343
144042
 
126344
144043
    Rename ChangeLog to ChangeLog.pre-2-20
126345
144044
 
126354
144053
 2 files changed, 914 insertions(+), 914 deletions(-)
126355
144054
 
126356
144055
commit b160405aa0a66f3eb771af43b6d0000d076d045b
126357
 
Author: Matthias Clasen <mclasen@redhat.com>
126358
 
Date:   Thu Apr 2 23:13:35 2009 -0400
 
144056
Author:     Matthias Clasen <mclasen@redhat.com>
 
144057
AuthorDate: Thu Apr 2 23:13:35 2009 -0400
 
144058
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144059
CommitDate: Thu Apr 2 23:13:35 2009 -0400
126359
144060
 
126360
144061
    remove generated files
126361
144062
 
126368
144069
 2 files changed, 315 deletions(-)
126369
144070
 
126370
144071
commit 1ce74b0dd34222b201369e5aff53b27182db7b66
126371
 
Author: Alexander Larsson <alexl@redhat.com>
126372
 
Date:   Thu Apr 2 19:01:56 2009 +0200
 
144072
Author:     Alexander Larsson <alexl@redhat.com>
 
144073
AuthorDate: Thu Apr 2 19:01:56 2009 +0200
 
144074
Commit:     Alexander Larsson <alexl@redhat.com>
 
144075
CommitDate: Thu Apr 2 19:01:56 2009 +0200
126373
144076
 
126374
144077
    On trash, if rename fails with EXDEV, return G_IO_ERROR_NOT_SUPPORTED
126375
144078
 
126383
144086
 1 file changed, 14 insertions(+), 5 deletions(-)
126384
144087
 
126385
144088
commit 20df6b6e888a1aed596c8c60ed7427708a56a453
126386
 
Author: Tobias Mueller <gnome-bugs@auftrags-killer.org>
126387
 
Date:   Wed Apr 1 21:51:00 2009 -0400
 
144089
Author:     Tobias Mueller <gnome-bugs@auftrags-killer.org>
 
144090
AuthorDate: Wed Apr 1 21:51:00 2009 -0400
 
144091
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144092
CommitDate: Wed Apr 1 21:51:00 2009 -0400
126388
144093
 
126389
144094
    Mark glib_gettext as string translation function
126390
144095
 
126397
144102
 2 files changed, 2 insertions(+), 2 deletions(-)
126398
144103
 
126399
144104
commit 86aa49594feac9797ab87b83e198147aff4171fa
126400
 
Author: Hagen Schink <troja84@gmail.com>
126401
 
Date:   Wed Apr 1 21:30:51 2009 -0400
 
144105
Author:     Hagen Schink <troja84@gmail.com>
 
144106
AuthorDate: Wed Apr 1 21:30:51 2009 -0400
 
144107
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144108
CommitDate: Wed Apr 1 21:30:51 2009 -0400
126402
144109
 
126403
144110
    fix a typo in g_io_channel_flush docs
126404
144111
 
126410
144117
 1 file changed, 2 insertions(+), 2 deletions(-)
126411
144118
 
126412
144119
commit 785bed2e18c18842f07ada42af2ec80cf18aca70
126413
 
Author: Matthias Clasen <mclasen@redhat.com>
126414
 
Date:   Tue Mar 31 19:39:16 2009 -0400
 
144120
Author:     Matthias Clasen <mclasen@redhat.com>
 
144121
AuthorDate: Tue Mar 31 19:39:16 2009 -0400
 
144122
Commit:     Matthias Clasen <mclasen@redhat.com>
 
144123
CommitDate: Tue Mar 31 19:39:16 2009 -0400
126415
144124
 
126416
144125
    Update README files to refer to git
126417
144126
 
126435
144144
 11 files changed, 157 insertions(+), 42 deletions(-)
126436
144145
 
126437
144146
commit b5ef6da3c31ad1067b88f7edd53c5d48fe7f73c1
126438
 
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
126439
 
Date:   Mon Mar 30 08:53:32 2009 +0000
 
144147
Author:     Manoj Kumar Giri <mgiri@src.gnome.org>
 
144148
AuthorDate: Mon Mar 30 08:53:32 2009 +0000
 
144149
Commit:     Manoj Kumar Giri <mgiri@src.gnome.org>
 
144150
CommitDate: Mon Mar 30 08:53:32 2009 +0000
126440
144151
 
126441
144152
    Added entries for Oriya language Translation updation.
126442
144153
 
126446
144157
 1 file changed, 4 insertions(+)
126447
144158
 
126448
144159
commit b6a7cd609a1d0012ff07d62e04115830c68972e0
126449
 
Author: Manoj Kumar Giri <mgiri@src.gnome.org>
126450
 
Date:   Mon Mar 30 08:52:25 2009 +0000
 
144160
Author:     Manoj Kumar Giri <mgiri@src.gnome.org>
 
144161
AuthorDate: Mon Mar 30 08:52:25 2009 +0000
 
144162
Commit:     Manoj Kumar Giri <mgiri@src.gnome.org>
 
144163
CommitDate: Mon Mar 30 08:52:25 2009 +0000
126451
144164
 
126452
144165
    Updated Oriya Translation.
126453
144166
 
126458
144171
 1 file changed, 443 insertions(+), 433 deletions(-)
126459
144172
 
126460
144173
commit a6ebda3d690098e28319dc391fb82a281f9113e8
126461
 
Author: Matthias Clasen <matthiasc@src.gnome.org>
126462
 
Date:   Sun Mar 29 19:08:57 2009 +0000
 
144174
Author:     Matthias Clasen <matthiasc@src.gnome.org>
 
144175
AuthorDate: Sun Mar 29 19:08:57 2009 +0000
 
144176
Commit:     Matthias Clasen <matthiasc@src.gnome.org>
 
144177
CommitDate: Sun Mar 29 19:08:57 2009 +0000
126463
144178
 
126464
144179
    Copy a va_list when using it multiple times. Reported by Wim Lewis.
126465
144180
 
126474
144189
 2 files changed, 20 insertions(+), 3 deletions(-)
126475
144190
 
126476
144191
commit dabbea65c61c402ed63fba0c36a419e4d4abdf46
126477
 
Author: Carlos Garnacho <carlosg@gnome.org>
126478
 
Date:   Thu Mar 26 13:59:02 2009 +0000
 
144192
Author:     Carlos Garnacho <carlosg@gnome.org>
 
144193
AuthorDate: Thu Mar 26 13:59:02 2009 +0000
 
144194
Commit:     Carlos Garnacho <carlosg@src.gnome.org>
 
144195
CommitDate: Thu Mar 26 13:59:02 2009 +0000
126479
144196
 
126480
144197
    Bug 575270 – GVolumeMonitor::mount-pre-unmount not being emitted
126481
144198
 
126498
144215
 2 files changed, 42 insertions(+), 18 deletions(-)
126499
144216
 
126500
144217
commit 3476bfe846b663049b393e43d272a06883b3fe7d
126501
 
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
126502
 
Date:   Thu Mar 26 13:52:46 2009 +0000
 
144218
Author:     Gintautas Miliauskas <gintautas@miliauskas.lt>
 
144219
AuthorDate: Thu Mar 26 13:52:46 2009 +0000
 
144220
Commit:     Gintautas Miliauskas <gintas@src.gnome.org>
 
144221
CommitDate: Thu Mar 26 13:52:46 2009 +0000
126503
144222
 
126504
144223
    Updated Lithuanian translation.
126505
144224
 
126517
144236
 2 files changed, 433 insertions(+), 413 deletions(-)
126518
144237
 
126519
144238
commit 618617acfcc8bbbb0b563e5744218be213660cbb
126520
 
Author: Shankar Prasad <sprasad@src.gnome.org>
126521
 
Date:   Thu Mar 26 05:35:36 2009 +0000
 
144239
Author:     Shankar Prasad <sprasad@src.gnome.org>
 
144240
AuthorDate: Thu Mar 26 05:35:36 2009 +0000
 
144241
Commit:     Shankar Prasad <sprasad@src.gnome.org>
 
144242
CommitDate: Thu Mar 26 05:35:36 2009 +0000
126522
144243
 
126523
144244
    updated kn.po
126524
144245
 
126529
144250
 1 file changed, 53 insertions(+), 37 deletions(-)
126530
144251
 
126531
144252
commit 32f7e122b1c80171db3ce84ff8947a24d50e0e5a
126532
 
Author: Shankar Prasad <sprasad@src.gnome.org>
126533
 
Date:   Thu Mar 26 05:31:33 2009 +0000
 
144253
Author:     Shankar Prasad <sprasad@src.gnome.org>
 
144254
AuthorDate: Thu Mar 26 05:31:33 2009 +0000
 
144255
Commit:     Shankar Prasad <sprasad@src.gnome.org>
 
144256
CommitDate: Thu Mar 26 05:31:33 2009 +0000
126534
144257
 
126535
144258
    updated kn.po
126536
144259
 
126540
144263
 1 file changed, 4 insertions(+)
126541
144264
 
126542
144265
commit d487ef7c2f13c66d2784a2d5371021c3c3043e12
126543
 
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
126544
 
Date:   Fri Mar 20 22:29:22 2009 +0000
 
144266
Author:     Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 
144267
AuthorDate: Fri Mar 20 22:29:22 2009 +0000
 
144268
Commit:     Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
 
144269
CommitDate: Fri Mar 20 22:29:22 2009 +0000
126545
144270
 
126546
144271
    Updated Russian translation.
126547
144272
 
126558
144283
 2 files changed, 48 insertions(+), 33 deletions(-)
126559
144284
 
126560
144285
commit edfe4405e05d832ff2449a54bf4938d964d3ae44
126561
 
Author: Kostas Papadimas <pkst@src.gnome.org>
126562
 
Date:   Wed Mar 18 15:49:52 2009 +0000
 
144286
Author:     Kostas Papadimas <pkst@src.gnome.org>
 
144287
AuthorDate: Wed Mar 18 15:49:52 2009 +0000
 
144288
Commit:     Kostas Papadimas <pkst@src.gnome.org>
 
144289
CommitDate: Wed Mar 18 15:49:52 2009 +0000
126563
144290
 
126564
144291
    Updated Greek Translation by Fotis Tsamis.
126565
144292
 
126571
144298
 2 files changed, 75 insertions(+), 74 deletions(-)
126572
144299
 
126573
144300
commit fdcaf9381e3f084d9ddf1ffd0c35873602950151
126574
 
Author: Djihed Afifi <djihed@src.gnome.org>
126575
 
Date:   Wed Mar 18 09:20:03 2009 +0000
 
144301
Author:     Djihed Afifi <djihed@src.gnome.org>
 
144302
AuthorDate: Wed Mar 18 09:20:03 2009 +0000
 
144303
Commit:     Djihed Afifi <djihed@src.gnome.org>
 
144304
CommitDate: Wed Mar 18 09:20:03 2009 +0000
126576
144305
 
126577
144306
    Updated Arabic translation
126578
144307
 
126584
144313
 2 files changed, 434 insertions(+), 413 deletions(-)
126585
144314
 
126586
144315
commit 11554d40ca7b0d8691a0a0d93b34bffef29276f0
126587
 
Author: Amitakhya Phukan <amitakhya@src.gnome.org>
126588
 
Date:   Wed Mar 18 06:31:05 2009 +0000
 
144316
Author:     Amitakhya Phukan <amitakhya@src.gnome.org>
 
144317
AuthorDate: Wed Mar 18 06:31:05 2009 +0000
 
144318
Commit:     Amitakhya Phukan <amitakhya@src.gnome.org>
 
144319
CommitDate: Wed Mar 18 06:31:05 2009 +0000
126589
144320
 
126590
144321
    Updated assamese translations
126591
144322
 
126597
144328
 2 files changed, 445 insertions(+), 432 deletions(-)
126598
144329
 
126599
144330
commit 07b2a7a5ad6818a692e41e9003f2a849f7220b66
126600
 
Author: Gabor Kelemen <kelemeng@gnome.hu>
126601
 
Date:   Wed Mar 18 00:05:58 2009 +0000
 
144331
Author:     Gabor Kelemen <kelemeng@gnome.hu>
 
144332
AuthorDate: Wed Mar 18 00:05:58 2009 +0000
 
144333
Commit:     Gabor Keleman <kelemeng@src.gnome.org>
 
144334
CommitDate: Wed Mar 18 00:05:58 2009 +0000
126602
144335
 
126603
144336
    Translation updated.
126604
144337
 
126615
144348
 2 files changed, 457 insertions(+), 458 deletions(-)
126616
144349
 
126617
144350
commit 8df23d2283b56b181c4ebac9a74d9ea980efb1ba
126618
 
Author: Ryan Lortie <ryanl@src.gnome.org>
126619
 
Date:   Tue Mar 17 23:03:33 2009 +0000
 
144351
Author:     Ryan Lortie <ryanl@src.gnome.org>
 
144352
AuthorDate: Tue Mar 17 23:03:33 2009 +0000
 
144353
Commit:     Ryan Lortie <ryanl@src.gnome.org>
 
144354
CommitDate: Tue Mar 17 23:03:33 2009 +0000
126620
144355
 
126621
144356
    trivial spelling/whitespace fixes
126622
144357
 
126627
144362
 2 files changed, 10 insertions(+), 10 deletions(-)
126628
144363
 
126629
144364
commit 1d1fba442fd7e605288fe92809c59d58b0b8f186
126630
 
Author: Colin Walters <walters@redhat.com>
126631
 
Date:   Tue Mar 17 21:59:18 2009 +0000
 
144365
Author:     Colin Walters <walters@redhat.com>
 
144366
AuthorDate: Tue Mar 17 21:59:18 2009 +0000
 
144367
Commit:     Colin Walters <walters@src.gnome.org>
 
144368
CommitDate: Tue Mar 17 21:59:18 2009 +0000
126632
144369
 
126633
144370
    Bug 575708 - runaway inotify madness ...
126634
144371
 
126649
144386
 2 files changed, 66 insertions(+), 20 deletions(-)
126650
144387
 
126651
144388
commit 044733e2a0d5b3192c38b35611b9de4364c6c810
126652
 
Author: Tomasz Dominikowski <tdominikowski@aviary.pl>
126653
 
Date:   Tue Mar 17 17:02:00 2009 +0000
 
144389
Author:     Tomasz Dominikowski <tdominikowski@aviary.pl>
 
144390
AuthorDate: Tue Mar 17 17:02:00 2009 +0000
 
144391
Commit:     Tomasz Dominikowski <tomaszd@src.gnome.org>
 
144392
CommitDate: Tue Mar 17 17:02:00 2009 +0000
126654
144393
 
126655
144394
    Updated Polish translation
126656
144395
 
126666
144405
 2 files changed, 434 insertions(+), 414 deletions(-)
126667
144406
 
126668
144407
commit bbb1d85d7233bff2dae91a5cf06600a28e91cec0
126669
 
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
126670
 
Date:   Tue Mar 17 16:49:22 2009 +0000
 
144408
Author:     Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
 
144409
AuthorDate: Tue Mar 17 16:49:22 2009 +0000
 
144410
Commit:     Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
 
144411
CommitDate: Tue Mar 17 16:49:22 2009 +0000
126671
144412
 
126672
144413
    Updated Basque translation.
126673
144414
 
126684
144425
 2 files changed, 451 insertions(+), 447 deletions(-)
126685
144426
 
126686
144427
commit 2ff422d461faec17797f498afd82d23bd3ea8f2e
126687
 
Author: Ani Peter <anipeter@src.gnome.org>
126688
 
Date:   Tue Mar 17 15:41:14 2009 +0000
 
144428
Author:     Ani Peter <anipeter@src.gnome.org>
 
144429
AuthorDate: Tue Mar 17 15:41:14 2009 +0000
 
144430
Commit:     Ani Peter <anipeter@src.gnome.org>
 
144431
CommitDate: Tue Mar 17 15:41:14 2009 +0000
126689
144432
 
126690
144433
    Updated Malayalam Translation
126691
144434
 
126695
144438
 1 file changed, 4 insertions(+)
126696
144439
 
126697
144440
commit ad9afec76fa198fd2edc56d5fcb834fd2c9577bc
126698
 
Author: Ani Peter <anipeter@src.gnome.org>
126699
 
Date:   Tue Mar 17 15:41:04 2009 +0000
 
144441
Author:     Ani Peter <anipeter@src.gnome.org>
 
144442
AuthorDate: Tue Mar 17 15:41:04 2009 +0000
 
144443
Commit:     Ani Peter <anipeter@src.gnome.org>
 
144444
CommitDate: Tue Mar 17 15:41:04 2009 +0000
126700
144445
 
126701
144446
    Updated Malayalam Translation
126702
144447
 
126707
144452
 1 file changed, 448 insertions(+), 444 deletions(-)
126708
144453
 
126709
144454
commit 4ed58e576ea15bb84b4b1b461f8f8deea3a09d50
126710
 
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
126711
 
Date:   Tue Mar 17 14:12:26 2009 +0000
 
144455
Author:     Ignacio Casal Quinteiro <icq@src.gnome.org>
 
144456
AuthorDate: Tue Mar 17 14:12:26 2009 +0000
 
144457
Commit:     Ignacio Casal Quinteiro <icq@src.gnome.org>
 
144458
CommitDate: Tue Mar 17 14:12:26 2009 +0000
126712
144459
 
126713
144460
    Updated Galician translation
126714
144461
 
126720
144467
 2 files changed, 51 insertions(+), 37 deletions(-)
126721
144468
 
126722
144469
commit ebf52321606815d09a8a25f6778eae205531a1cb
126723
 
Author: Gil Forcada Codinachs <gforcada@src.gnome.org>
126724
 
Date:   Tue Mar 17 13:52:09 2009 +0000
 
144470
Author:     Gil Forcada Codinachs <gforcada@src.gnome.org>
 
144471
AuthorDate: Tue Mar 17 13:52:09 2009 +0000
 
144472
Commit:     Gil Forcada Codinachs <gforcada@src.gnome.org>
 
144473
CommitDate: Tue Mar 17 13:52:09 2009 +0000
126725
144474
 
126726
144475
    Updated Catalan translation
126727
144476
 
126733
144482
 2 files changed, 433 insertions(+), 413 deletions(-)
126734
144483
 
126735
144484
commit ae38feb249df9a5dc4b9ecc85c55d13f256c7477
126736
 
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
126737
 
Date:   Tue Mar 17 13:20:20 2009 +0000
 
144485
Author:     Takeshi AIHANA <takeshi.aihana@gmail.com>
 
144486
AuthorDate: Tue Mar 17 13:20:20 2009 +0000
 
144487
Commit:     Takeshi Aihana <aihana@src.gnome.org>
 
144488
CommitDate: Tue Mar 17 13:20:20 2009 +0000
126738
144489
 
126739
144490
    Update Japanese translation.
126740
144491
 
126750
144501
 2 files changed, 433 insertions(+), 413 deletions(-)
126751
144502
 
126752
144503
commit fab272e104ac536fea40501594eef457955c50b8
126753
 
Author: Hendrik Richter <hendrikr@gnome.org>
126754
 
Date:   Tue Mar 17 12:08:42 2009 +0000
 
144504
Author:     Hendrik Richter <hendrikr@gnome.org>
 
144505
AuthorDate: Tue Mar 17 12:08:42 2009 +0000
 
144506
Commit:     Hendrik Richter <hendrikr@src.gnome.org>
 
144507
CommitDate: Tue Mar 17 12:08:42 2009 +0000
126755
144508
 
126756
144509
    Updated German translation.
126757
144510
 
126767
144520
 2 files changed, 50 insertions(+), 34 deletions(-)
126768
144521
 
126769
144522
commit b54278668e432f67cbc3ed8e167fce14cd44d3e8
126770
 
Author: Alexander Shopov <ash@contact.bg>
126771
 
Date:   Tue Mar 17 12:06:18 2009 +0000
 
144523
Author:     Alexander Shopov <ash@contact.bg>
 
144524
AuthorDate: Tue Mar 17 12:06:18 2009 +0000
 
144525
Commit:     Alexander Alexandrov Shopov <al_shopov@src.gnome.org>
 
144526
CommitDate: Tue Mar 17 12:06:18 2009 +0000
126772
144527
 
126773
144528
    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
126774
144529
 
126785
144540
 2 files changed, 50 insertions(+), 34 deletions(-)
126786
144541
 
126787
144542
commit a3fe42808174f1593559cfdcd581a4791d139f72
126788
 
Author: Alexander Larsson <alexl@redhat.com>
126789
 
Date:   Tue Mar 17 11:21:37 2009 +0000
 
144543
Author:     Alexander Larsson <alexl@redhat.com>
 
144544
AuthorDate: Tue Mar 17 11:21:37 2009 +0000
 
144545
Commit:     Alexander Larsson <alexl@src.gnome.org>
 
144546
CommitDate: Tue Mar 17 11:21:37 2009 +0000
126790
144547
 
126791
144548
    fix attributes argument of query_info methods to be "const char *".
126792
144549
 
126806
144563
 3 files changed, 11 insertions(+), 4 deletions(-)
126807
144564
 
126808
144565
commit 6cdd01bfcc10af04c05ccd90669e49551d6872a3
126809
 
Author: Claude Paroz <claude@2xlibre.net>
126810
 
Date:   Tue Mar 17 08:22:23 2009 +0000
 
144566
Author:     Claude Paroz <claude@2xlibre.net>
 
144567
AuthorDate: Tue Mar 17 08:22:23 2009 +0000
 
144568
Commit:     Claude Paroz <claudep@src.gnome.org>
 
144569
CommitDate: Tue Mar 17 08:22:23 2009 +0000
126811
144570
 
126812
144571
    Updated French translation.
126813
144572
 
126823
144582
 2 files changed, 435 insertions(+), 413 deletions(-)
126824
144583
 
126825
144584
commit e9de4af6761a150ad1e4cf50838e034cb8d51c78
126826
 
Author: Kjartan Maraas <kmaraas@gnome.org>
126827
 
Date:   Tue Mar 17 08:18:12 2009 +0000
 
144585
Author:     Kjartan Maraas <kmaraas@gnome.org>
 
144586
AuthorDate: Tue Mar 17 08:18:12 2009 +0000
 
144587
Commit:     Kjartan Maraas <kmaraas@src.gnome.org>
 
144588
CommitDate: Tue Mar 17 08:18:12 2009 +0000
126828
144589
 
126829
144590
    Updated Norwegian bokmål translation.
126830
144591
 
126840
144601
 2 files changed, 434 insertions(+), 414 deletions(-)
126841
144602
 
126842
144603
commit 1269ae29a1d43284894601bf090bada778bc8b4f
126843
 
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
126844
 
Date:   Mon Mar 16 22:11:32 2009 +0000
 
144604
Author:     Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
 
144605
AuthorDate: Mon Mar 16 22:11:32 2009 +0000
 
144606
Commit:     Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
 
144607
CommitDate: Mon Mar 16 22:11:32 2009 +0000
126845
144608
 
126846
144609
    Updated Spanish translation
126847
144610
 
126853
144616
 2 files changed, 439 insertions(+), 416 deletions(-)
126854
144617
 
126855
144618
commit 2506375ebe0a72aa02f80551db2a5dfd12a4fcde
126856
 
Author: miloc <miloc@localhost>
126857
 
Date:   Mon Mar 16 21:11:22 2009 +0000
 
144619
Author:     miloc <miloc@localhost>
 
144620
AuthorDate: Mon Mar 16 21:11:22 2009 +0000
 
144621
Commit:     miloc <miloc@localhost>
 
144622
CommitDate: Mon Mar 16 21:11:22 2009 +0000
126858
144623
 
126859
144624
    Updated Italian translation
126860
144625
 
126866
144631
 2 files changed, 435 insertions(+), 414 deletions(-)
126867
144632
 
126868
144633
commit 47500e19d2ec122f282e293c10f2ff4e64ae39bf
126869
 
Author: Og B. Maciel <ogmaciel@src.gnome.org>
126870
 
Date:   Mon Mar 16 20:53:27 2009 +0000
 
144634
Author:     Og B. Maciel <ogmaciel@src.gnome.org>
 
144635
AuthorDate: Mon Mar 16 20:53:27 2009 +0000
 
144636
Commit:     Og B. Maciel <ogmaciel@src.gnome.org>
 
144637
CommitDate: Mon Mar 16 20:53:27 2009 +0000
126871
144638
 
126872
144639
    Updated Brazilian Portuguese translation.
126873
144640
 
126879
144646
 2 files changed, 436 insertions(+), 415 deletions(-)
126880
144647
 
126881
144648
commit f008bf64d078c6d94193608a5ce3d285c59f6406
126882
 
Author: Daniel Nylander <dnylande@src.gnome.org>
126883
 
Date:   Mon Mar 16 19:01:51 2009 +0000
 
144649
Author:     Daniel Nylander <dnylande@src.gnome.org>
 
144650
AuthorDate: Mon Mar 16 19:01:51 2009 +0000
 
144651
Commit:     Daniel Nylander <dnylande@src.gnome.org>
 
144652
CommitDate: Mon Mar 16 19:01:51 2009 +0000
126884
144653
 
126885
144654
    sv.po: Updated Swedish translation
126886
144655
 
126892
144661
 2 files changed, 625 insertions(+), 588 deletions(-)
126893
144662
 
126894
144663
commit 669cb756888d9aedaee419b9e705869a1cecffe6
126895
 
Author: Matej Urbančič <mateju@src.gnome.org>
126896
 
Date:   Mon Mar 16 18:35:43 2009 +0000
 
144664
Author:     Matej Urbančič <mateju@src.gnome.org>
 
144665
AuthorDate: Mon Mar 16 18:35:43 2009 +0000
 
144666
Commit:     Matej Urbančič <mateju@src.gnome.org>
 
144667
CommitDate: Mon Mar 16 18:35:43 2009 +0000
126897
144668
 
126898
144669
    Updated Slovenian translation
126899
144670
 
126904
144675
 1 file changed, 618 insertions(+), 553 deletions(-)
126905
144676
 
126906
144677
commit 8b96ff36f14a55d990660f33d1163eab680ff780
126907
 
Author: Philip Withnall <philip@tecnocode.co.uk>
126908
 
Date:   Mon Mar 16 18:21:34 2009 +0000
 
144678
Author:     Philip Withnall <philip@tecnocode.co.uk>
 
144679
AuthorDate: Mon Mar 16 18:21:34 2009 +0000
 
144680
Commit:     Philip Withnall <pwithnall@src.gnome.org>
 
144681
CommitDate: Mon Mar 16 18:21:34 2009 +0000
126909
144682
 
126910
144683
    Updated British English translation.
126911
144684
 
126922
144695
 2 files changed, 432 insertions(+), 412 deletions(-)
126923
144696
 
126924
144697
commit 6cff88ba18b3bc0d118308f109840cb163dcea03
126925
 
Author: Alexander Larsson <alexl@redhat.com>
126926
 
Date:   Mon Mar 16 16:03:13 2009 +0000
 
144698
Author:     Alexander Larsson <alexl@redhat.com>
 
144699
AuthorDate: Mon Mar 16 16:03:13 2009 +0000
 
144700
Commit:     Alexander Larsson <alexl@src.gnome.org>
 
144701
CommitDate: Mon Mar 16 16:03:13 2009 +0000
126927
144702
 
126928
144703
    Bug 575555 – Use fsync() when replacing files to avoid data loss on
126929
144704
 
126962
144737
 5 files changed, 94 insertions(+), 4 deletions(-)
126963
144738
 
126964
144739
commit 0b66e52e0b0fbd0101bfbf0e1ef04421d8d7d189
126965
 
Author: Kostas Papadimas <pkst@src.gnome.org>
126966
 
Date:   Mon Mar 16 15:54:50 2009 +0000
 
144740
Author:     Kostas Papadimas <pkst@src.gnome.org>
 
144741
AuthorDate: Mon Mar 16 15:54:50 2009 +0000
 
144742
Commit:     Kostas Papadimas <pkst@src.gnome.org>
 
144743
CommitDate: Mon Mar 16 15:54:50 2009 +0000
126967
144744
 
126968
144745
    Updated Greek Translation by Fotis Tsamis.
126969
144746
 
126975
144752
 2 files changed, 450 insertions(+), 485 deletions(-)
126976
144753
 
126977
144754
commit 593718fd8cabe8e0a726d9b083ef80d6ec5e879b
126978
 
Author: Alexander Shopov <ash@contact.bg>
126979
 
Date:   Mon Mar 16 10:55:58 2009 +0000
 
144755
Author:     Alexander Shopov <ash@contact.bg>
 
144756
AuthorDate: Mon Mar 16 10:55:58 2009 +0000
 
144757
Commit:     Alexander Alexandrov Shopov <al_shopov@src.gnome.org>
 
144758
CommitDate: Mon Mar 16 10:55:58 2009 +0000
126980
144759
 
126981
144760
    Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
126982
144761
 
126993
144772
 2 files changed, 426 insertions(+), 417 deletions(-)
126994
144773
 
126995
144774
commit d421cf697c7c8800e070ba81de22e45b5382684b
126996
 
Author: Shankar Prasad <sprasad@src.gnome.org>
126997
 
Date:   Mon Mar 16 10:31:10 2009 +0000
 
144775
Author:     Shankar Prasad <sprasad@src.gnome.org>
 
144776
AuthorDate: Mon Mar 16 10:31:10 2009 +0000
 
144777
Commit:     Shankar Prasad <sprasad@src.gnome.org>
 
144778
CommitDate: Mon Mar 16 10:31:10 2009 +0000
126998
144779
 
126999
144780
    Updated kn.po
127000
144781
 
127006
144787
 2 files changed, 483 insertions(+), 525 deletions(-)
127007
144788
 
127008
144789
commit dada55618e7d2fe2526eb01e72ec5ce3cc071846
127009
 
Author: Amanpreet Singh Alam <aman@src.gnome.org>
127010
 
Date:   Mon Mar 16 02:33:40 2009 +0000
 
144790
Author:     Amanpreet Singh Alam <aman@src.gnome.org>
 
144791
AuthorDate: Mon Mar 16 02:33:40 2009 +0000
 
144792
Commit:     Amanpreet Singh Alam <aman@src.gnome.org>
 
144793
CommitDate: Mon Mar 16 02:33:40 2009 +0000
127011
144794
 
127012
144795
    updating for Gnome Punjabi Translation by A S Alam
127013
144796
 
127018
144801
 1 file changed, 451 insertions(+), 456 deletions(-)
127019
144802
 
127020
144803
commit b3e22d022950ce13cc6cb88d0044693d951572eb
127021
 
Author: Hendrik Richter <hendrikr@gnome.org>
127022
 
Date:   Sun Mar 15 18:19:44 2009 +0000
 
144804
Author:     Hendrik Richter <hendrikr@gnome.org>
 
144805
AuthorDate: Sun Mar 15 18:19:44 2009 +0000
 
144806
Commit:     Hendrik Richter <hendrikr@src.gnome.org>
 
144807
CommitDate: Sun Mar 15 18:19:44 2009 +0000
127023
144808
 
127024
144809
    Updated German translation.
127025
144810
 
127035
144820
 2 files changed, 466 insertions(+), 458 deletions(-)
127036
144821
 
127037
144822
commit a79594b51723b64b548ceb5b5b60666ecd080c85
127038
 
Author: Felix I <ifelix@src.gnome.org>
127039
 
Date:   Sun Mar 15 08:35:41 2009 +0000
 
144823
Author:     Felix I <ifelix@src.gnome.org>
 
144824
AuthorDate: Sun Mar 15 08:35:41 2009 +0000
 
144825
Commit:     Felix I <ifelix@src.gnome.org>
 
144826
CommitDate: Sun Mar 15 08:35:41 2009 +0000
127040
144827
 
127041
144828
    tamil translation updated
127042
144829
 
127048
144835
 2 files changed, 683 insertions(+), 648 deletions(-)
127049
144836
 
127050
144837
commit 98346a15946fbec3a5206153e0fc809ed1cacaf4
127051
 
Author: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
127052
 
Date:   Sat Mar 14 19:14:18 2009 +0000
 
144838
Author:     Nickolay V. Shmyrev <nshmyrev@yandex.ru>
 
144839
AuthorDate: Sat Mar 14 19:14:18 2009 +0000
 
144840
Commit:     Nickolay V. Shmyrev <nshmyrev@src.gnome.org>
 
144841
CommitDate: Sat Mar 14 19:14:18 2009 +0000
127053
144842
 
127054
144843
    Updated Russian translation by Yuriy Penkin.
127055
144844
 
127066
144855
 2 files changed, 448 insertions(+), 441 deletions(-)
127067
144856
 
127068
144857
commit 516a19767d0db4d575872832c1e51323e46edc99
127069
 
Author: Kostas Papadimas <pkst@src.gnome.org>
127070
 
Date:   Sat Mar 14 16:12:38 2009 +0000
 
144858
Author:     Kostas Papadimas <pkst@src.gnome.org>
 
144859
AuthorDate: Sat Mar 14 16:12:38 2009 +0000
 
144860
Commit:     Kostas Papadimas <pkst@src.gnome.org>
 
144861
CommitDate: Sat Mar 14 16:12:38 2009 +0000
127071
144862
 
127072
144863
    Updated Greek Translation by Jennie Petoumenou.
127073
144864
 
127079
144870
 2 files changed, 881 insertions(+), 844 deletions(-)
127080
144871
 
127081
144872
commit 4175a8546e642ee041f92693536fd907a3fd79b3
127082
 
Author: Aron Xu <aronxu@src.gnome.org>
127083
 
Date:   Sat Mar 14 11:31:29 2009 +0000
 
144873
Author:     Aron Xu <aronxu@src.gnome.org>
 
144874
AuthorDate: Sat Mar 14 11:31:29 2009 +0000
 
144875
Commit:     Aron Xu <aronxu@src.gnome.org>
 
144876
CommitDate: Sat Mar 14 11:31:29 2009 +0000
127084
144877
 
127085
144878
    Updated Simplified Chinese translations by Deng Xiyue
127086
144879
    <manphiz@gmail.com>
127092
144885
 1 file changed, 429 insertions(+), 424 deletions(-)
127093
144886
 
127094
144887
commit 1dcdbf5974812685c1b8a03c36d6217fe44ffbca
127095
 
Author: Kenneth Nielsen <kennethn@src.gnome.org>
127096
 
Date:   Sat Mar 14 03:48:26 2009 +0000
 
144888
Author:     Kenneth Nielsen <kennethn@src.gnome.org>
 
144889
AuthorDate: Sat Mar 14 03:48:26 2009 +0000
 
144890
Commit:     Kenneth Nielsen <kennethn@src.gnome.org>
 
144891
CommitDate: Sat Mar 14 03:48:26 2009 +0000
127097
144892
 
127098
144893
    Updated Danish translation
127099
144894
 
127105
144900
 2 files changed, 448 insertions(+), 440 deletions(-)
127106
144901
 
127107
144902
commit 4e9abf266574d854b0495c1b13d956c00019ac87
127108
 
Author: Ignacio Casal Quinteiro <icq@src.gnome.org>
127109
 
Date:   Fri Mar 13 18:28:21 2009 +0000
 
144903
Author:     Ignacio Casal Quinteiro <icq@src.gnome.org>
 
144904
AuthorDate: Fri Mar 13 18:28:21 2009 +0000
 
144905
Commit:     Ignacio Casal Quinteiro <icq@src.gnome.org>
 
144906
CommitDate: Fri Mar 13 18:28:21 2009 +0000
127110
144907
 
127111
144908
    Updated Galician translation
127112
144909
 
127118
144915
 2 files changed, 551 insertions(+), 528 deletions(-)
127119
144916
 
127120
144917
commit 622f01012030fcba31ee2a68920873ac06bb62e4
127121
 
Author: Kristian Rietveld <kris@imendio.com>
127122
 
Date:   Fri Mar 13 09:22:57 2009 +0000
 
144918
Author:     Kristian Rietveld <kris@imendio.com>
 
144919
AuthorDate: Fri Mar 13 09:22:57 2009 +0000
 
144920
Commit:     Kristian Rietveld <kristian@src.gnome.org>
 
144921
CommitDate: Fri Mar 13 09:22:57 2009 +0000
127123
144922
 
127124
144923
    when defaulting to the only item in the array, check if this is
127125
144924
    indeed the
127138
144937
 2 files changed, 12 insertions(+), 3 deletions(-)
127139
144938
 
127140
144939
commit 621ef866b14af56865eb65062c271ba3d06cfe7d
127141
 
Author: Matthias Clasen <matthiasc@src.gnome.org>
127142
 
Date:   Fri Mar 13 05:45:53 2009 +0000
 
144940
Author:     Matthias Clasen <matthiasc@src.gnome.org>
 
144941
AuthorDate: Fri Mar 13 05:45:53 2009 +0000
 
144942
Commit:     Matthias Clasen <matthiasc@src.gnome.org>
 
144943
CommitDate: Fri Mar 13 05:45:53 2009 +0000
127143
144944
 
127144
144945
    Bump version
127145
144946
 
127150
144951
 2 files changed, 6 insertions(+), 2 deletions(-)
127151
144952
 
127152
144953
commit 5a8a224ff0ca193fe797c45ef54e5ed6466bfbb7
127153
 
Author: Matthias Clasen <matthiasc@src.gnome.org>
127154
 
Date:   Fri Mar 13 05:44:11 2009 +0000
 
144954
Author:     Matthias Clasen <matthiasc@src.gnome.org>
 
144955
AuthorDate: Fri Mar 13 05:44:11 2009 +0000
 
144956
Commit:     Matthias Clasen <matthiasc@src.gnome.org>
 
144957
CommitDate: Fri Mar 13 05:44:11 2009 +0000
127155
144958
 
127156
144959
    2.20.0
127157
144960
 
127263
145066
 102 files changed, 8495 insertions(+), 8412 deletions(-)
127264
145067
 
127265
145068
commit 3c34e435754bbe4b5d0871603408d8e1bf9f5c19
127266
 
Author: Matthias Clasen <matthiasc@src.gnome.org>
127267
 
Date:   Fri Mar 13 04:09:21 2009 +0000
 
145069
Author:     Matthias Clasen <matthiasc@src.gnome.org>
 
145070
AuthorDate: Fri Mar 13 04:09:21 2009 +0000
 
145071
Commit:     Matthias Clasen <matthiasc@src.gnome.org>
 
145072
CommitDate: Fri Mar 13 04:09:21 2009 +0000
127268
145073
 
127269
145074
    Updates
127270
145075