~ubuntu-branches/ubuntu/vivid/gnome-desktop3/vivid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-11 10:52:59 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411105259-hfckg71pp46uwaib
Tags: 3.0.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=== ChangeLog discontinued ===
2
 
 
3
 
 With the move to git, this module is switching from a ChangeLog file to
4
 
 relying on commit messages to provide change history. Please write commit
5
 
 messages in the format described at http://live.gnome.org/Git/CommitMessages
6
 
 
7
 
 Below is a copy of this format:
8
 
 
9
 
=== begin example commit ===
10
 
tag: Short explanation of the commit
11
 
 
12
 
Longer explanation explaining exactly what's changed, whether any
13
 
external or private interfaces changed, what bugs were fixed (with bug
14
 
tracker reference if applicable) and so forth. Be concise but not too brief.
15
 
=== end example commit ===
16
 
 
17
 
  - The commit message is mainly for the other people, so they should be able
18
 
    to understand it now and six months later. 
19
 
 
20
 
  - Always add a brief description of the commit to the _first_ line of the
21
 
    commit and terminate by two newlines (it will work without the second
22
 
    newline, but that is not nice for the interfaces).
23
 
 
24
 
  - First line (the brief description) must only be one sentence and should
25
 
    start with a capital letter unless it starts with a lowercase symbol or
26
 
    identifier. Don't use a trailing period either. Don't exceed 72 characters.
27
 
 
28
 
  - You can prefix the first line with one tag, to make it easier to know to
29
 
    which part of the module the commit applies. For example, a commit with
30
 
    "fish: Make it work with newer fortune" in the gnome-panel module clearly
31
 
    applies to the fish applet.
32
 
 
33
 
  - The main description (the body) is normal prose and should use normal
34
 
    punctuation and capital letters where appropriate. Normally, for patches
35
 
    sent to a mailing list, the body is copied from there. This main
36
 
    description can be empty if the change is self-explanatory (eg: "Add DOAP
37
 
    file").
38
 
 
39
 
  - When committing code on behalf of others use the --author option, e.g. git
40
 
    commit -a --author "Joe Coder <joe@coder.org>".
41
 
 
42
 
  - When referring to a bug, you can use this form: bgo#12345. Use bgo for
43
 
    bugzilla.gnome.org, but you can also reference bugs in other bug trackers:
44
 
    rh means bugzilla.redhat.com, bnc means bugzilla.novell.com, lp means
45
 
    launchpad.net, etc. Whenever possible, use the full URL of the bug, though.
46
 
 
47
 
  - When a commit closes a bug, the commit message should contain a line like:
48
 
    Closes: http://bugzilla.gnome.org/show_bug.cgi?id=12345
49
 
    or simply:
50
 
    http://bugzilla.gnome.org/show_bug.cgi?id=12345
 
1
commit a8b812300ee8cca8dac2443c640c7f48608bbc51
 
2
Author: Jamil Ahmed <itsjamil@gmail.com>
 
3
Date:   2011-04-05
 
4
 
 
5
    Updated Bengali translation
 
6
 
 
7
M       po/bn.po
 
8
 
 
9
commit b8849c08adb1ba1b55d1a3511dd9eefd00504dc0
 
10
Author: Matthias Clasen <mclasen@redhat.com>
 
11
Date:   2011-04-04
 
12
 
 
13
    Avoid a possible crash
 
14
 
 
15
    When the spice client goes to fullscreen it (temporarily) turns
 
16
    all xrandr
 
17
    outputs off (for some reason). This causes gnome-settings-daemon to
 
18
    crash (and
 
19
    respawn and reset the old screen size) due to a NULL deref in
 
20
    libgnome-desktop.
 
21
 
 
22
    Patch by Alex Larsson
 
23
    https://bugzilla.gnome.org/show_bug.cgi?id=646714
 
24
 
 
25
M       libgnome-desktop/gnome-rr-config.c
 
26
 
 
27
commit e636ef839529aeabec126bbf9b5f2d1ed9385fe4
 
28
Author: Jamil Ahmed <itsjamil@gmail.com>
 
29
Date:   2011-04-04
 
30
 
 
31
    Updated Bengali translation
 
32
 
 
33
M       po/bn.po
 
34
 
 
35
commit 978fc3d24d9d89dbbc3f9efb71b105d15cd6a99d
 
36
Author: Gil Forcada <gforcada@gnome.org>
 
37
Date:   2011-04-02
 
38
 
 
39
    [l10n]Updated Catalan translation
 
40
 
 
41
M       desktop-docs/fdl/ca/ca.po
 
42
 
 
43
commit 251efed24323d5b3d729d55a1b61076cf36616d2
 
44
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
 
45
Date:   2011-04-02
 
46
 
 
47
    Updated Tamil translation
 
48
 
 
49
M       po/ta.po
 
50
 
 
51
commit a01cc3cbeede82cc234875a5d4114d013467f6d3
 
52
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
 
53
Date:   2011-04-02
 
54
 
 
55
    Updated Tamil translation
 
56
 
 
57
M       po/ta.po
 
58
 
 
59
commit 27fb2967f620cbc82da57b9b5eea7700218b6620
 
60
Author: Federico Mena Quintero <federico@gnome.org>
 
61
Date:   2011-03-29
 
62
 
 
63
    bgo#643940 - Include Xlib.h so we can build when RANDR is not
 
64
    available
 
65
 
 
66
    The RANDR headers include the Xlib paraphernalia, but we don't
 
67
    include those
 
68
    headers when gnome-desktop is configured to not use RANDR.  So,
 
69
    instead we
 
70
    include Xlib.h so that we'll have defined types for Display,
 
71
    Screen, etc.
 
72
 
 
73
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>
 
74
 
 
75
M       libgnome-desktop/gnome-rr-private.h
 
76
 
 
77
commit ebe98c14a9346dedf6990f16d369c8953d566a5d
 
78
Author: Hermien Bos <hermienbos@gmail.com>
 
79
Date:   2011-03-28
 
80
 
 
81
    Update translation for Afrikaans (af)
 
82
 
 
83
M       po/af.po
 
84
 
 
85
commit dfac52129a2b9077790d8ed177bcea8c1a73f934
 
86
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
 
87
Date:   2011-03-27
 
88
 
 
89
    Added UG translation
 
90
 
 
91
M       po/ug.po
 
92
 
 
93
commit 2f05cc2367065dceaabd6c89aeee817ccc5a8458
 
94
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
95
Date:   2011-03-24
 
96
 
 
97
    release: post-release bump to 3.0.0
 
98
 
 
99
M       configure.ac
 
100
 
 
101
commit 71e264effbd4c67d8108fb65b4a74823766e9bf4
 
102
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
103
Date:   2011-03-24
 
104
 
 
105
    release: update for 2.91.93
 
106
 
 
107
M       NEWS
 
108
 
 
109
commit 5f06798ca90166e7cc909e28e5cad07035faa855
 
110
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
111
Date:   2011-03-24
 
112
 
 
113
    release: pre-release drop to 2.91.93
 
114
 
 
115
M       configure.ac
 
116
 
 
117
commit bd2b5fd8bb4c8088987ee0664fcc7a7452a795db
 
118
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
119
Date:   2011-03-24
 
120
 
 
121
    Revert "gnome-bg: force property update when doing new crossfade
 
122
    frame"
 
123
 
 
124
    This was actually committed by accident, and it triggers crashes in
 
125
    Xorg every time the background is set.
 
126
 
 
127
    See
 
128
    https://mail.gnome.org/archives/release-team/2011-March/msg00244.html
 
129
    for more details.
 
130
 
 
131
    This reverts commit e36d931ca2aad168427e22d23f9013316854370e.
 
132
 
 
133
M       libgnome-desktop/gnome-bg-crossfade.c
 
134
 
 
135
commit 10cd1a448be029de6acf2e25c998ece3990c4d0d
 
136
Author: Frédéric Péters <fpeters@0d.be>
 
137
Date:   2011-03-22
 
138
 
 
139
    release: post-release bump to 3.0.0
 
140
 
 
141
M       configure.ac
 
142
 
 
143
commit 34e6ad62658bc4a0ed6d6fd61c907744e4d802d3
 
144
Author: Frédéric Péters <fpeters@0d.be>
 
145
Date:   2011-03-22
 
146
 
 
147
    release: 2.91.92
 
148
 
 
149
M       NEWS
 
150
 
 
151
commit 500b8f078df4816fbe2215335f1d42ff500d905c
 
152
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
 
153
Date:   2011-03-21
 
154
 
 
155
    Updated Assamese translations
 
156
 
 
157
M       po/as.po
 
158
 
 
159
commit 74da91231a8f164a21797010d0e72264b2ddc43c
 
160
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
161
Date:   2011-03-16
 
162
 
 
163
    all: fix build warnings with GCC 4.6
 
164
 
 
165
M       libgnome-desktop/edid-parse.c
 
166
M       libgnome-desktop/gnome-bg.c
 
167
 
 
168
commit e36d931ca2aad168427e22d23f9013316854370e
 
169
Author: Ray Strode <rstrode@redhat.com>
 
170
Date:   2011-02-07
 
171
 
 
172
    gnome-bg: force property update when doing new crossfade frame
 
173
 
 
174
    gnome-shell needs to get notified about animation updates.
 
175
 
 
176
    This commit frobs the property to wake mutter up.
 
177
 
 
178
    https://bugzilla.gnome.org/show_bug.cgi?id=641526
 
179
 
 
180
M       libgnome-desktop/gnome-bg-crossfade.c
 
181
 
 
182
commit 091f5ac8d75fee339dd3349fc688276cd228c594
 
183
Author: Yuri Myasoedov <omerta13@yandex.ru>
 
184
Date:   2011-03-11
 
185
 
 
186
    Updated Russian translation
 
187
 
 
188
M       po/ru.po
 
189
 
 
190
commit 8ac654c7f6905d7f86482c15a269e1bf2c1246f7
 
191
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
192
Date:   2011-03-09
 
193
 
 
194
    Updated Latvian translation.
 
195
 
 
196
M       po/lv.po
 
197
 
 
198
commit 7f3e3d5200618d66ebba0654517affc012cef875
 
199
Author: Bastien Nocera <hadess@hadess.net>
 
200
Date:   2011-03-09
 
201
 
 
202
    gnome-bg: Use picture-uri GSettings key
 
203
 
 
204
    https://bugzilla.gnome.org/show_bug.cgi?id=633983
 
205
 
 
206
M       libgnome-desktop/gnome-bg.c
 
207
 
 
208
commit f89d8a582abbb79898a93d26a8c0f52f74b20bd2
 
209
Author: Federico Mena Quintero <federico@gnome.org>
 
210
Date:   2011-03-07
 
211
 
 
212
    bgo#643940 - Don't build some RANDR code if RANDR is not available
 
213
 
 
214
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>
 
215
 
 
216
M       libgnome-desktop/gnome-rr.c
 
217
 
 
218
commit c8eefe95713bb5f7ad4b14a36df71914262c1e5f
 
219
Author: Vincent Untz <vuntz@gnome.org>
 
220
Date:   2011-03-07
 
221
 
 
222
    release: post-release bump to 2.91.92
 
223
 
 
224
M       configure.ac
 
225
 
 
226
commit 6a6ea339c011640ad77d55f4971842f7e02db61c
 
227
Author: Vincent Untz <vuntz@gnome.org>
 
228
Date:   2011-03-07
 
229
 
 
230
    release: 2.91.91
 
231
 
 
232
M       NEWS
 
233
M       configure.ac
 
234
 
 
235
commit ef79ade712f6bd7e5f64ae4eef74075d762f8f4b
 
236
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
237
Date:   2011-03-05
 
238
 
 
239
    Updated Latvian translation.
 
240
 
 
241
M       po/lv.po
 
242
 
 
243
commit 0cc4c35cbd94260beda1c247a4a59ee6860b185e
 
244
Author: Carlos Garcia Campos <carlosgc@gnome.org>
 
245
Date:   2011-03-04
 
246
 
 
247
    configure: Bump GTK+ requirements to 3.0
 
248
 
 
249
M       configure.ac
 
250
 
 
251
commit 446e8ffcf16ccf909f45b293532f50996b0dd728
 
252
Author: Benjamin Otte <otte@redhat.com>
 
253
Date:   2011-03-03
 
254
 
 
255
    introspection: Fix c-includes to actually include headers
 
256
 
 
257
M       libgnome-desktop/Makefile.am
 
258
 
 
259
commit 07f7e80d6317400cbf40a7c062be0c1c353f3289
 
260
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
261
Date:   2011-02-27
 
262
 
 
263
    Uploaded Ukranian
 
264
 
 
265
M       po/uk.po
 
266
 
 
267
commit 290f26db749a9923666e3fb09e413a068e10e045
 
268
Author: Yinghua Wang <wantinghard@gmail.com>
 
269
Date:   2011-02-24
 
270
 
 
271
    Update Simplified Chinese lgpl translation.
 
272
 
 
273
M       desktop-docs/lgpl/zh_CN/zh_CN.po
 
274
 
 
275
commit 5c298da42b8e1de1e1f0dc97497b668502f56b80
 
276
Author: Yinghua Wang <wantinghard@gmail.com>
 
277
Date:   2011-02-24
 
278
 
 
279
    Update Simplified Chinese translation.
 
280
 
 
281
M       desktop-docs/gpl/zh_CN/zh_CN.po
 
282
 
 
283
commit 202d608b5bef675f80b1ec04ab468034602ed6c6
 
284
Author: Zhang Miao <mymzhang@gmail.com>
 
285
Date:   2011-02-24
 
286
 
 
287
    Add Simplified Chinese fdl translation.
 
288
 
 
289
M       desktop-docs/fdl/Makefile.am
 
290
A       desktop-docs/fdl/zh_CN/zh_CN.po
 
291
 
 
292
commit 45b31b41172397483fb147fb6058bc359a4aac0d
 
293
Author: Luca Ferretti <lferrett@gnome.org>
 
294
Date:   2011-02-23
 
295
 
 
296
    Updated Italian translation
 
297
 
 
298
M       po/it.po
 
299
 
 
300
commit 3df6495daa7613e78d5bd874bf47fc97e4eb5397
 
301
Author: Vincent Untz <vuntz@gnome.org>
 
302
Date:   2011-02-21
 
303
 
 
304
    release: post-release bump to 2.91.91
 
305
 
 
306
M       configure.ac
 
307
 
 
308
commit c597b891d3e2a0a5d6fb8beb4c6c7b625f0d4ef6
 
309
Author: Vincent Untz <vuntz@gnome.org>
 
310
Date:   2011-02-21
 
311
 
 
312
    release: 2.91.90
 
313
 
 
314
M       NEWS
 
315
M       configure.ac
 
316
 
 
317
commit 41b92660ec4d449e244544ee60dbba69eadc59c8
 
318
Author: Runa Bhattacharjee <runab@redhat.com>
 
319
Date:   2011-02-18
 
320
 
 
321
    Updated Bengali India Translation
 
322
 
 
323
M       po/bn_IN.po
 
324
 
 
325
commit 1da770b18c8d11ed990405b87a2583874acde279
 
326
Author: Sweta Kothari <swkothar@redhat.com>
 
327
Date:   2011-02-16
 
328
 
 
329
    Updated Gujarati Translations
 
330
 
 
331
M       po/gu.po
 
332
 
 
333
commit 480107332ffe1647e10c1150283d8166afa3b669
 
334
Author: Xandru Armesto <xandru@softastur.org>
 
335
Date:   2011-02-15
 
336
 
 
337
    Updated Asturian translation
 
338
 
 
339
M       po/ast.po
 
340
 
 
341
commit b4b3fbe614c245e5e2cc4ca431d0f5310eca6ed1
 
342
Author: Matthias Clasen <mclasen@redhat.com>
 
343
Date:   2011-02-09
 
344
 
 
345
    Properly get the workarea for positioning the labels
 
346
 
 
347
    This fixes https://bugzilla.gnome.org/show_bug.cgi?id=641996
 
348
 
 
349
M       libgnome-desktop/gnome-rr-labeler.c
 
350
 
 
351
commit adf18a2cf78c26a33c7a00210fc29020e935e0c1
 
352
Author: Vincent Untz <vuntz@gnome.org>
 
353
Date:   2011-02-09
 
354
 
 
355
    gnome-bg: Do not add timeout for one-slide slideshows
 
356
 
 
357
    If a slideshow is made of only one slide, then there's no
 
358
    animation. So
 
359
    we just override the duration of the slide to G_MAXUINT, and we do not
 
360
    add timeouts for such durations.
 
361
 
 
362
    https://bugzilla.gnome.org/show_bug.cgi?id=630498
 
363
 
 
364
M       libgnome-desktop/gnome-bg.c
 
365
 
 
366
commit 43e13d709d8d35b3484e8b2aaf126f1d91fae7ad
 
367
Author: Vincent Untz <vuntz@gnome.org>
 
368
Date:   2011-02-08
 
369
 
 
370
    gnome-bg: Fix background cache
 
371
 
 
372
    We were caching thumbnails instead of caching the real background :-)
 
373
 
 
374
M       libgnome-desktop/gnome-bg.c
 
375
 
 
376
commit 617b4a85af70e238a16388aac8766a87d78839c6
 
377
Author: Vincent Untz <vuntz@gnome.org>
 
378
Date:   2011-02-04
 
379
 
 
380
    build: Add ${ACLOCAL_FLAGS} to ACLOCAL_AMFLAGS
 
381
 
 
382
    This is used by gnome-autogen.sh, and we need it when aclocal.m4 is
 
383
    to be rebuilt by make, to avoid losing some aclocal paths.
 
384
 
 
385
    Also, don't set ACLOCAL_AMFLAGS in configure.
 
386
 
 
387
M       Makefile.am
 
388
M       configure.ac
 
389
 
 
390
commit 8ceca629c2db2c8da0c7d8e391a68367c6c705d9
 
391
Author: Bastien Nocera <hadess@hadess.net>
 
392
Date:   2011-02-04
 
393
 
 
394
    Fix refcount issues for ->config
 
395
 
 
396
    If the GnomeRRLabeler object is going to be unref'ing the
 
397
    config object, then it better keeps its own reference to it, otherwise
 
398
    it could cause problems when destroyed and re-created.
 
399
 
 
400
M       libgnome-desktop/gnome-rr-labeler.c
 
401
 
 
402
commit 4eea7eca0d081d01f9ffeb34983636f01cc1727e
 
403
Author: Vincent Untz <vuntz@gnome.org>
 
404
Date:   2011-02-02
 
405
 
 
406
    release: post-release bump to 2.91.90
 
407
 
 
408
M       configure.ac
 
409
 
 
410
commit fbcee5bba5591908b2b61a7105fbfcc90860424d
 
411
Author: Vincent Untz <vuntz@gnome.org>
 
412
Date:   2011-02-02
 
413
 
 
414
    release: 2.91.6.1
 
415
 
 
416
M       NEWS
 
417
M       configure.ac
 
418
 
 
419
commit 64c6695e37bbd4dba46c7e10077454b9a2c3e9cf
 
420
Author: Vincent Untz <vuntz@gnome.org>
 
421
Date:   2011-02-02
 
422
 
 
423
    build: Do not fetch foundation-members.list in autogen.sh
 
424
 
 
425
    We don't use the file anymore.
 
426
 
 
427
M       autogen.sh
 
428
 
 
429
commit 26263aa2e7ddb8038b60ee593be6f6ac94cc20a0
 
430
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
431
Date:   2011-01-27
 
432
 
 
433
    Updated Basque language
 
434
 
 
435
M       po/eu.po
 
436
 
 
437
commit 6d802297bb0dd27791245428e39159efabcd6b06
 
438
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
439
Date:   2011-01-27
 
440
 
 
441
    QA of Galician translations
 
442
 
 
443
M       po/gl.po
 
444
 
 
445
commit a2c837a301a0a0a6d1b94b329af16359c2c701e6
 
446
Author: Vincent Untz <vuntz@gnome.org>
 
447
Date:   2011-01-14
 
448
 
 
449
    build: Do not pretend we need gconf for introspection
 
450
 
 
451
M       libgnome-desktop/Makefile.am
 
452
 
 
453
commit 78a40a6430bc758fa0bf84d8fe4eda682d37328b
 
454
Author: Matej Urbančič <mateju@svn.gnome.org>
 
455
Date:   2011-01-13
 
456
 
 
457
    Updated Slovenian translation
 
458
 
 
459
M       desktop-docs/gpl/sl/sl.po
 
460
 
 
461
commit 7e11a842b7d4145482da8c5380f782caa066fefe
 
462
Author: Khaled Hosny <khaledhosny@eglug.org>
 
463
Date:   2011-01-12
 
464
 
 
465
    Updated Arabic translation
 
466
 
 
467
M       po/ar.po
 
468
 
 
469
commit c6bc67fdce3c9628e1c1468b13d075db447793be
 
470
Author: Matthias Clasen <mclasen@redhat.com>
 
471
Date:   2011-01-11
 
472
 
 
473
    bump version
 
474
 
 
475
M       configure.ac
 
476
 
 
477
commit 1637a8b52092387893ca2a024699d3d2b735b1f8
 
478
Author: Matthias Clasen <mclasen@redhat.com>
 
479
Date:   2011-01-11
 
480
 
 
481
    Updates
 
482
 
 
483
M       NEWS
 
484
 
 
485
commit 11880c8bfd7b3f1edde58b8e83e46ebd59a44311
 
486
Author: Matthias Clasen <mclasen@redhat.com>
 
487
Date:   2011-01-11
 
488
 
 
489
    Fix two problems that causes g-s-d to crash at start
 
490
 
 
491
    We need to ref outputs when we are copying them in the parser,
 
492
    and we need to avoid confusing i and j, even if they both have
 
493
    dots.
 
494
 
 
495
M       libgnome-desktop/gnome-rr-config.c
 
496
 
 
497
commit 05dcc6e0b1b2dd81e94d15e2578663a674ada879
 
498
Author: Vincent Untz <vuntz@gnome.org>
 
499
Date:   2011-01-11
 
500
 
 
501
    Revert "build: Remove "GNOME Distributor" from configure output"
 
502
 
 
503
    gnome-version.xml is back.
 
504
 
 
505
M       configure.ac
 
506
 
 
507
commit 3d5bacf61fd935ec1aa0c7a515d1778b3ca31f4d
 
508
Author: William Jon McCann <jmccann@redhat.com>
 
509
Date:   2011-01-10
 
510
 
 
511
    Add back gnome-version.xml
 
512
 
 
513
M       Makefile.am
 
514
M       configure.ac
 
515
A       gnome-version.xml.in.in
 
516
 
 
517
commit b02a99fbfcee214d7108e70e3d3e9bae1a24fb9a
 
518
Author: Matthias Clasen <mclasen@redhat.com>
 
519
Date:   2011-01-10
 
520
 
 
521
    Bump version
 
522
 
 
523
M       configure.ac
 
524
 
 
525
commit c3b75592152efb9dd934864ec7831233bcc2b78d
 
526
Author: Matthias Clasen <mclasen@redhat.com>
 
527
Date:   2011-01-10
 
528
 
 
529
    Update NEWS
 
530
 
 
531
M       NEWS
 
532
 
 
533
commit 3153d919f6021d3bae68721b78bfdbbfd0860135
 
534
Author: Carlos Garcia Campos <carlosgc@gnome.org>
 
535
Date:   2011-01-08
 
536
 
 
537
    gnome-desktop-thumbnail: Fix thumbnailer dirs
 
538
 
 
539
    I made a mistake whith the array index when added user data dir to the
 
540
    list of thumbnailer dirs.
 
541
 
 
542
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
543
 
 
544
commit 3036c247dfd8c618671a010c8d9ddd4141062bfb
 
545
Author: Carlos Garcia Campos <carlosgc@gnome.org>
 
546
Date:   2010-12-30
 
547
 
 
548
    gnome-desktop-thumbnail: Don't use GConf to handle external
 
549
    thumbnailers
 
550
 
 
551
    Thumbnailers are now registered using key files, similar to .desktop
 
552
    files. Bug #638172.
 
553
 
 
554
M       configure.ac
 
555
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
556
 
 
557
commit 707a29c3c11d710fc093e29d2ce15aec3d0261c9
 
558
Author: Vincent Untz <vuntz@gnome.org>
 
559
Date:   2011-01-07
 
560
 
 
561
    build: Remove "GNOME Distributor" from configure output
 
562
 
 
563
    The option is gone.
 
564
 
 
565
M       configure.ac
 
566
 
 
567
commit c67f7efbec78d93517916137f63fe5f487e1f77b
 
568
Merge: ab0ff1d 46d48ab
 
569
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
570
Date:   2011-01-06
 
571
 
 
572
    Merge branch 'gobject-gnomerr'
 
573
 
 
574
    Conflicts:
 
575
        libgnome-desktop/gnome-rr.c
 
576
 
 
577
commit 46d48ab6ec256498d0dd0a5c97c0388381971cbf
 
578
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
579
Date:   2011-01-06
 
580
 
 
581
    GnomeRROutputInfo: rename boolean accessors
 
582
 
 
583
    Rename get_connected() to is_connected() and get_active() to
 
584
    is_active(), following the normal convention.
 
585
 
 
586
M       libgnome-desktop/gnome-rr-config.h
 
587
M       libgnome-desktop/gnome-rr-output-info.c
 
588
 
 
589
commit 7c2e51427fff29f1582eb5ed035f8c7637ea908f
 
590
Author: Federico Mena Quintero <federico@gnome.org>
 
591
Date:   2011-01-05
 
592
 
 
593
    Disallow null filenames passed to gnome_rr_config_load_filename()
 
594
 
 
595
    This also fixes a leak when the default intended filename was
 
596
    generated on-the-fly.
 
597
 
 
598
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>
 
599
 
 
600
M       libgnome-desktop/gnome-rr-config.c
 
601
 
 
602
commit cce5c87297ff8c163d4a29e1fc4e7277cbb4705a
 
603
Author: Federico Mena Quintero <federico@gnome.org>
 
604
Date:   2011-01-05
 
605
 
 
606
    Make the signal be GnomeRRScreen::changed, not screen-changed,
 
607
    to match the vmethod name
 
608
 
 
609
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>
 
610
 
 
611
M       libgnome-desktop/gnome-rr.c
 
612
 
 
613
commit 4da0756ef2e42b8040d8043029057b08e85efcec
 
614
Author: Federico Mena Quintero <federico@gnome.org>
 
615
Date:   2011-01-05
 
616
 
 
617
    Turn the RANDR version checks into macros
 
618
 
 
619
    This makes them less error-prone to use.  Also, fixes the
 
620
    master check for RANDR 1.2 in gnome_rr_screen_initable_init(), which
 
621
    wouldn't handle RANDR versions above 1.x.
 
622
 
 
623
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>
 
624
 
 
625
M       libgnome-desktop/gnome-rr.c
 
626
 
 
627
commit ab0ff1df3cd6cf250d199d943f600a96f09fccfb
 
628
Author: Nguyễn Hải Nam <hainam@gmail.com>
 
629
Date:   2011-01-02
 
630
 
 
631
    Updated Vietnamese translation
 
632
 
 
633
M       po/vi.po
 
634
 
 
635
commit 41ab81cbc521e46ff33f120985cfa4e7da8f55b5
 
636
Author: Daniel Nylander <po@danielnylander.se>
 
637
Date:   2011-01-01
 
638
 
 
639
    Updated Swedish translation
 
640
 
 
641
M       po/sv.po
 
642
 
 
643
commit 6d55bbc423ab4d79664a0ea361be01ea96b6bf32
 
644
Author: Daniel Nylander <po@danielnylander.se>
 
645
Date:   2011-01-01
 
646
 
 
647
    Updated Swedish translation
 
648
 
 
649
M       po/sv.po
 
650
 
 
651
commit b380b9ac8f5c8e610d13850978b311a60e985a75
 
652
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
 
653
Date:   2011-01-01
 
654
 
 
655
    [l10n] Updated German translation
 
656
 
 
657
M       po/de.po
 
658
 
 
659
commit 29e52a1ac67e2abd5d314f4d5c35841277e27103
 
660
Author: Carlos Garcia Campos <carlosgc@gnome.org>
 
661
Date:   2010-12-28
 
662
 
 
663
    gnome-desktop-utils: Port to gsettings
 
664
 
 
665
    Bug #638169
 
666
 
 
667
M       libgnome-desktop/gnome-desktop-utils.c
 
668
 
 
669
commit 8bda73eb9b56708b720c275fda725ecf2bc24f7d
 
670
Author: Nguyen Vu Hung <vuhung16plus@gmail.com>
 
671
Date:   2010-12-29
 
672
 
 
673
    Updated Vietnamese translation
 
674
 
 
675
M       po/vi.po
 
676
 
 
677
commit 256cf1a4c540533f36e6aa15ea352fe0bc89143c
 
678
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
679
Date:   2010-12-29
 
680
 
 
681
    po/vi.po: import from Damned Lies
 
682
 
 
683
M       po/vi.po
 
684
 
 
685
commit 651d9f3719d10c6ccaceb9fab63d8a5d3aa9b339
 
686
Author: Gheyret T.Kenji <gheyret@gmail.com>
 
687
Date:   2010-12-23
 
688
 
 
689
    Added UG translation
 
690
 
 
691
M       po/ug.po
 
692
 
 
693
commit f0b0530674ebcc6b8a76debae2c62d5beaecb7f8
 
694
Author: Vincent Untz <vuntz@gnome.org>
 
695
Date:   2010-12-23
 
696
 
 
697
    release: post-release bump to 2.91.5
 
698
 
 
699
M       configure.ac
 
700
 
 
701
commit c2dd8492240e9a1305905aef48adee936695d1e3
 
702
Author: Vincent Untz <vuntz@gnome.org>
 
703
Date:   2010-12-23
 
704
 
 
705
    release: 2.91.4
 
706
 
 
707
M       NEWS
 
708
M       configure.ac
 
709
 
 
710
commit 12126af6df1f1c03d7e041343de32b582df0070f
 
711
Author: Mattias Põldaru <mahfiaz gmail com>
 
712
Date:   2010-12-20
 
713
 
 
714
    [l10n] Updated Estonian translation
 
715
 
 
716
M       po/et.po
 
717
 
 
718
commit d37833d5b3350bc579ec06360a0a076af184fc12
 
719
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
 
720
Date:   2010-12-16
 
721
 
 
722
    Updated Norwegian Nynorsk translation
 
723
 
 
724
M       po/nn.po
 
725
 
 
726
commit b919ce4ae2d98e0e78299b7755e46072d30838f4
 
727
Author: Wei-Lun Chao <chaoweilun@gmail.com>
 
728
Date:   2010-12-12
 
729
 
 
730
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
731
 
 
732
M       po/zh_HK.po
 
733
M       po/zh_TW.po
 
734
 
 
735
commit 81590ec66ee8507ae61b47d3d93a8685e970a629
 
736
Author: Emilio Pozuelo Monfort <pochu27@gmail.com>
 
737
Date:   2010-12-05
 
738
 
 
739
    Don't export private symbols in the shared library
 
740
 
 
741
M       libgnome-desktop/Makefile.am
 
742
 
 
743
commit 1b52bec639c99c8d65727b8425a6574c8de6417f
 
744
Author: Matej Urbančič <mateju@svn.gnome.org>
 
745
Date:   2010-12-03
 
746
 
 
747
    Updated Slovenian translation
 
748
 
 
749
M       desktop-docs/fdl/sl/sl.po
 
750
 
 
751
commit 24863ae9ea04dec397e41892cff21ae5ce9cef38
 
752
Author: Benjamin Otte <otte@redhat.com>
 
753
Date:   2010-12-02
 
754
 
 
755
    rr: Use gdk_x11_window_get_xid()
 
756
 
 
757
    ... instead of removed gdk_x11_drawable_get_xid()
 
758
 
 
759
M       libgnome-desktop/gnome-rr.c
 
760
 
 
761
commit ff299bbed74e9603ea7c780de8805110d88dec28
 
762
Author: Benjamin Otte <otte@redhat.com>
 
763
Date:   2010-12-01
 
764
 
 
765
    Replace GDK macro usage with proper function name
 
766
 
 
767
M       libgnome-desktop/gnome-bg-crossfade.c
 
768
 
 
769
commit f307d00ddb7507346dbbf5fc76b0e73daeaa2df4
 
770
Author: Benjamin Otte <otte@redhat.com>
 
771
Date:   2010-11-30
 
772
 
 
773
    Fix gcc warning
 
774
 
 
775
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
776
 
 
777
commit 260f6d2431088c5cd0ad1eb8d57f0ec994240f08
 
778
Author: Benjamin Otte <otte@redhat.com>
 
779
Date:   2010-11-30
 
780
 
 
781
    Remove unnecessary cast
 
782
 
 
783
    The symbol will be removed soon, so better get rid of it.
 
784
 
 
785
M       libgnome-desktop/gnome-bg.c
 
786
 
 
787
commit 7436f759bec00d87f597ef0b6945da8fa8969e85
 
788
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
789
Date:   2010-11-28
 
790
 
 
791
    Update GnomeRRConfig
 
792
 
 
793
    Added two public methods, gnome_rr_config_load_current and
 
794
    gnome_rr_config_load_filename, that allow initialization of the
 
795
    config (creating a new one with g_object_new results in an empty
 
796
    one).
 
797
    As a result, GnomeRRConfig is no more a GInitable and the :current
 
798
    property is gone.
 
799
 
 
800
M       libgnome-desktop/gnome-rr-config.c
 
801
M       libgnome-desktop/gnome-rr-config.h
 
802
M       libgnome-desktop/gnome-rr-private.h
 
803
 
 
804
commit 2c7a2e90fee98ff61e530098bc962a65dec670bc
 
805
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
806
Date:   2010-11-28
 
807
 
 
808
    Update GnomeRRScreen
 
809
 
 
810
    Incorporate Federico's advice from bug 630913, including:
 
811
    - store priv as a local variable
 
812
    - chain up in finalize (this was actually a bug)
 
813
    - make :gdk-screen readwrite
 
814
    - add a ::changed vmethod for the signal
 
815
    - remove the callback in gnome_rr_screen_new, and drop
 
816
    gnome_rr_screen_destroy
 
817
 
 
818
M       libgnome-desktop/gnome-rr.c
 
819
M       libgnome-desktop/gnome-rr.h
 
820
 
 
821
commit 1d1f8ef64f404eccb29d384a75939701327e8e77
 
822
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
823
Date:   2010-11-04
 
824
 
 
825
    Turn GnomeRRConfig and GnomeOutputInfo into GObjects
 
826
 
 
827
    For easier binding and introspectability, rework GnomeRRConfig and
 
828
    GnomeOutputInfo to be GObjects (GInitables, actually) instead of
 
829
    boxed types. This commit *does* break API, as previous API just
 
830
    accessed fields in the public structs, while now everything has been
 
831
    moved to private structures and accessors must be used.
 
832
    Also, rework GnomeRRLabeler to use both a public and a private
 
833
    structure,
 
834
    so that gobject-introspection can find instance/class sizes.
 
835
    Modifications to gnome-control-center and gnome-settings-daemon will
 
836
    follow.
 
837
 
 
838
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
839
 
 
840
M       libgnome-desktop/Makefile.am
 
841
M       libgnome-desktop/gnome-rr-config.c
 
842
M       libgnome-desktop/gnome-rr-config.h
 
843
M       libgnome-desktop/gnome-rr-labeler.c
 
844
M       libgnome-desktop/gnome-rr-labeler.h
 
845
A       libgnome-desktop/gnome-rr-output-info.c
 
846
M       libgnome-desktop/gnome-rr-private.h
 
847
M       libgnome-desktop/gnome-rr.c
 
848
M       libgnome-desktop/gnome-rr.h
 
849
 
 
850
commit d135dd1e76268887460e2f7adcff2c49178ac489
 
851
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
852
Date:   2010-10-25
 
853
 
 
854
    Add support for GObjectIntrospection
 
855
 
 
856
    Turned all GnomeRR structures into boxed types, then added the needed
 
857
    annotations and the Makefile.am bits.
 
858
    Does not yet include API changes, but should bind (awfully) all of
 
859
    libgnome-desktop.
 
860
 
 
861
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
862
 
 
863
M       configure.ac
 
864
M       libgnome-desktop/Makefile.am
 
865
M       libgnome-desktop/gnome-bg.c
 
866
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
867
M       libgnome-desktop/gnome-rr-config.c
 
868
M       libgnome-desktop/gnome-rr-config.h
 
869
M       libgnome-desktop/gnome-rr.c
 
870
M       libgnome-desktop/gnome-rr.h
 
871
M       libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
 
872
 
 
873
commit a080477b92be1854507d76992dee2bde3451d2fe
 
874
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
875
Date:   2010-10-21
 
876
 
 
877
    Turn GnomeRRScreen into a GObject
 
878
 
 
879
    Rework GnomeRRScreen so that it is a full GObject, and all its data
 
880
    is moved to GnomeRRScreenPrivate.
 
881
    GObject's are more supported when it comes to introspection and
 
882
    bindings,
 
883
    in particular wrt constructors. Therefore, this is a necessary step
 
884
    for useful introspection generation.
 
885
 
 
886
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
887
 
 
888
M       libgnome-desktop/gnome-rr-config.c
 
889
M       libgnome-desktop/gnome-rr-private.h
 
890
M       libgnome-desktop/gnome-rr.c
 
891
M       libgnome-desktop/gnome-rr.h
 
892
 
 
893
commit af40f93ebf8eab71794f02797b87f2e9144c5cc3
 
894
Author: William Jon McCann <jmccann@redhat.com>
 
895
Date:   2010-11-26
 
896
 
 
897
    Remove gnome-about
 
898
 
 
899
    The System Information panel in the System Settings will provide
 
900
    similar functionality.
 
901
 
 
902
M       Makefile.am
 
903
M       configure.ac
 
904
D       gnome-about/ChangeLog.pre-git
 
905
D       gnome-about/Makefile.am
 
906
D       gnome-about/contributors.list
 
907
D       gnome-about/gnome-64.png
 
908
D       gnome-about/gnome-about.desktop.in.in
 
909
D       gnome-about/gnome-about.in
 
910
D       gnome-about/headers/Makefile.am
 
911
D       gnome-about/headers/header-bg-ancient01a.png
 
912
D       gnome-about/headers/header-bg-city01.png
 
913
D       gnome-about/headers/header-bg-clouds01.png
 
914
D       gnome-about/headers/header-bg-clouds02.png
 
915
D       gnome-about/headers/header-bg-hills01.png
 
916
D       gnome-about/headers/header-bg-landscape01.png
 
917
D       gnome-about/headers/header-bg-mountains01.png
 
918
D       gnome-about/headers/header-bg-snow01.png
 
919
D       gnome-about/headers/header-bg-sunset01.png
 
920
D       gnome-version.xml.in.in
 
921
D       man/Makefile.am
 
922
D       man/gnome-about.1
 
923
M       po/POTFILES.in
 
924
M       po/POTFILES.skip
 
925
 
 
926
commit 1ff1bcaefdd3fcb2c3d1264095d07a6de6e88b1e
 
927
Author: Bastien Nocera <hadess@hadess.net>
 
928
Date:   2010-11-25
 
929
 
 
930
    Fix wrong attribution in NEWS file
 
931
 
 
932
M       NEWS
 
933
 
 
934
commit 0eb756308d028cc9690dd1f00bace8bc010c93bc
 
935
Author: Bastien Nocera <hadess@hadess.net>
 
936
Date:   2010-11-25
 
937
 
 
938
    Post-release version bump to 2.91.4
 
939
 
 
940
M       configure.ac
 
941
 
 
942
commit 39fc2d31561ac385177dc0680bf5e7b3dc90eb54
 
943
Author: Bastien Nocera <hadess@hadess.net>
 
944
Date:   2010-11-25
 
945
 
 
946
    2.91.3
 
947
 
 
948
M       NEWS
 
949
 
 
950
commit 20415476aae7019d949c9448365d6d210e55ce01
 
951
Author: Bastien Nocera <hadess@hadess.net>
 
952
Date:   2010-11-12
 
953
 
 
954
    Add object to monitor system timezone files
 
955
 
 
956
    https://bugzilla.gnome.org/show_bug.cgi?id=626346
 
957
 
 
958
M       libgnome-desktop/Makefile.am
 
959
A       libgnome-desktop/gnome-tz-monitor.c
 
960
A       libgnome-desktop/gnome-tz-monitor.h
 
961
 
 
962
commit ae7a732da1bdced139b109a453fac78c2b9f2fc6
 
963
Author: Vincent Untz <vuntz@gnome.org>
 
964
Date:   2010-11-25
 
965
 
 
966
    gnome-bg: Tweak a bit 63c36f78
 
967
 
 
968
    No real change, I just wanted to cleanup the code a bit.
 
969
 
 
970
M       libgnome-desktop/gnome-bg.c
 
971
 
 
972
commit 63c36f78980a4982d364e37e6c1e6219af2ecd32
 
973
Author: Didier Roche <didrocks@ubuntu.com>
 
974
Date:   2010-11-25
 
975
 
 
976
    gnome-bg: Cache resized wallpaper to help CPU at startup
 
977
 
 
978
    Resized and transformed wallpapers are stored in ~/.cache/wallpaper/.
 
979
    The cache is refreshed for each new current wallpaper depending on the
 
980
    resolution or transformation, and each time the source image is
 
981
    refreshed.
 
982
 
 
983
    The source image format is preserved.
 
984
 
 
985
    https://bugzilla.gnome.org/show_bug.cgi?id=608419
 
986
 
 
987
M       libgnome-desktop/gnome-bg.c
 
988
 
 
989
commit ffd384bd1d50b8372323d074b255f5f7b341c4ec
 
990
Author: Marcelo  Rodrigues <marcelopires@mmsantos.com.br>
 
991
Date:   2010-11-24
 
992
 
 
993
    Added Brazilian Portuguese translation
 
994
 
 
995
A       desktop-docs/lgpl/pt_BR/pt_BR.po
 
996
 
 
997
commit cb6b9cdcc24452d12d23be31e72473d619a8da12
 
998
Author: Djavan Fagundes <djavan@comum.org>
 
999
Date:   2010-11-24
 
1000
 
 
1001
    Added pt_BR to Makefile.am
 
1002
 
 
1003
M       desktop-docs/lgpl/Makefile.am
 
1004
 
 
1005
commit 4dd5a30269d71bbe1da884a849db2290df5544c9
 
1006
Author: William Jon McCann <jmccann@redhat.com>
 
1007
Date:   2010-11-23
 
1008
 
 
1009
    rr: unset primary on displays that are off
 
1010
 
 
1011
M       libgnome-desktop/gnome-rr-config.c
 
1012
 
 
1013
commit 4bffbcb1ac85e1f821bde08d6d3acf2e6370443b
 
1014
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
 
1015
Date:   2010-11-23
 
1016
 
 
1017
    Updated Thai translation.
 
1018
 
 
1019
M       po/th.po
 
1020
 
 
1021
commit f632805c549053a548877785e3e624b1fe687f23
 
1022
Author: William Jon McCann <jmccann@redhat.com>
 
1023
Date:   2010-11-22
 
1024
 
 
1025
    rr: add api for ensuring a primary display is set in config
 
1026
 
 
1027
    https://bugzilla.gnome.org/show_bug.cgi?id=635455
 
1028
 
 
1029
M       libgnome-desktop/gnome-rr-config.c
 
1030
M       libgnome-desktop/gnome-rr-config.h
 
1031
 
 
1032
commit de76dea67cd85ca4643225c87e84464653f562f6
 
1033
Author: Gheyret T.Kenji <gheyret@gmail.com>
 
1034
Date:   2010-11-20
 
1035
 
 
1036
    Added UG translation
 
1037
 
 
1038
M       po/ug.po
 
1039
 
 
1040
commit 8eceb2e731abe81affc0a99ac4567ce5d24d0245
 
1041
Author: Vincent Untz <vuntz@gnome.org>
 
1042
Date:   2010-11-17
 
1043
 
 
1044
    Remove gconf-2.0 from pkg-config file
 
1045
 
 
1046
    We don't have gconf anymore in the public headers.
 
1047
 
 
1048
M       libgnome-desktop/gnome-desktop-3.0.pc.in
 
1049
 
 
1050
commit e6b7118e9de5a59ba1a29bada9ec9ddc251ee13b
 
1051
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
1052
Date:   2010-11-17
 
1053
 
 
1054
    release: post-release bump to 2.91.3
 
1055
 
 
1056
M       configure.ac
 
1057
 
 
1058
commit e58130fe1a4febc5131135bc9ee11639098c4d8d
 
1059
Author: Rodrigo Moya <rodrigo@gnome-db.org>
 
1060
Date:   2010-11-17
 
1061
 
 
1062
    release: 2.91.2
 
1063
 
 
1064
M       NEWS
 
1065
 
 
1066
commit 26ccd4a7337b4dc4e5cafa7e7ac08bfc842b07ff
 
1067
Author: Claude Paroz <claude@2xlibre.net>
 
1068
Date:   2010-11-16
 
1069
 
 
1070
    Fix translations which do not respect python variable names
 
1071
 
 
1072
    This is a side-effect of #519869. Fixes #628919.
 
1073
 
 
1074
M       po/an.po
 
1075
M       po/ast.po
 
1076
M       po/hy.po
 
1077
M       po/kg.po
 
1078
M       po/ku.po
 
1079
M       po/mk.po
 
1080
M       po/ps.po
 
1081
 
 
1082
commit 6ce5a5117bf1cee57dc5b0aa70cc6c36b165c7bf
 
1083
Author: Gheyret T.Kenji <gheyret@gmail.com>
 
1084
Date:   2010-11-13
 
1085
 
 
1086
    Added UG translation
 
1087
 
 
1088
M       po/ug.po
 
1089
 
 
1090
commit 1a98a3e6f4e938d297aaaa0d7009ea2cbed06eaf
 
1091
Author: Bastien Nocera <hadess@hadess.net>
 
1092
Date:   2010-11-11
 
1093
 
 
1094
    docs: Update generated files to match latest changes
 
1095
 
 
1096
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1097
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
1098
 
 
1099
commit e23c907bfdfcbfacb83b20cc3568cefbe4c49b6b
 
1100
Author: Bastien Nocera <hadess@hadess.net>
 
1101
Date:   2010-11-11
 
1102
 
 
1103
    docs: Fix include path for API docs
 
1104
 
 
1105
M       docs/reference/gnome-desktop3/Makefile.am
 
1106
 
 
1107
commit 7e967de7dff160d7302b1ab66db3f9054b8373b3
 
1108
Author: Bastien Nocera <hadess@hadess.net>
 
1109
Date:   2010-11-11
 
1110
 
 
1111
    Fix possible double-free when destroying private windows
 
1112
 
 
1113
    This could cause free'ing random data when the members of ->windows
 
1114
    were destroyed, but ->windows itself wasn't. As it was != NULL, we'd
 
1115
    be free memory that wouldn't belong to us anymore.
 
1116
 
 
1117
    https://bugzilla.gnome.org/show_bug.cgi?id=634534
 
1118
 
 
1119
M       libgnome-desktop/gnome-rr-labeler.c
 
1120
 
 
1121
commit b0a9b5adbea7a3e74ee8fb258d193cc951b80398
 
1122
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1123
Date:   2010-11-09
 
1124
 
 
1125
    Revert "Turn GnomeRRScreen into a GObject"
 
1126
 
 
1127
    This reverts commit 4d2a27d55bcf9bb8de170ae6c6540724125aafa3.
 
1128
 
 
1129
M       libgnome-desktop/gnome-rr-config.c
 
1130
M       libgnome-desktop/gnome-rr-private.h
 
1131
M       libgnome-desktop/gnome-rr.c
 
1132
M       libgnome-desktop/gnome-rr.h
 
1133
 
 
1134
commit 9d20ddbc5ba6b51292f38c9dc5dbc7e99aff9da8
 
1135
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1136
Date:   2010-11-09
 
1137
 
 
1138
    Revert "Add support for GObjectIntrospection"
 
1139
 
 
1140
    This reverts commit cad94246fb5be76482212407a380cd75f9e7b932.
 
1141
 
 
1142
M       configure.ac
 
1143
M       libgnome-desktop/Makefile.am
 
1144
M       libgnome-desktop/gnome-bg.c
 
1145
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
1146
M       libgnome-desktop/gnome-rr-config.c
 
1147
M       libgnome-desktop/gnome-rr-config.h
 
1148
M       libgnome-desktop/gnome-rr.c
 
1149
M       libgnome-desktop/gnome-rr.h
 
1150
M       libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
 
1151
 
 
1152
commit 6629e06b48019f2500b69f334c20d1d1850f2b55
 
1153
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1154
Date:   2010-11-09
 
1155
 
 
1156
    Revert "Turn GnomeRRConfig and GnomeOutputInfo into GObjects"
 
1157
 
 
1158
    This reverts commit 139ac9d3510767444e425366594f7e7e6bb5c1f8.
 
1159
    I messed with git push.
 
1160
    Really, I promise I will not commit a patch without reviewing it!
 
1161
 
 
1162
M       libgnome-desktop/Makefile.am
 
1163
M       libgnome-desktop/gnome-rr-config.c
 
1164
M       libgnome-desktop/gnome-rr-config.h
 
1165
M       libgnome-desktop/gnome-rr-labeler.c
 
1166
M       libgnome-desktop/gnome-rr-labeler.h
 
1167
D       libgnome-desktop/gnome-rr-output-info.c
 
1168
M       libgnome-desktop/gnome-rr-private.h
 
1169
M       libgnome-desktop/gnome-rr.c
 
1170
M       libgnome-desktop/gnome-rr.h
 
1171
 
 
1172
commit 6d5ff05f210d940f8a213ccea7fbe8dbc771d37b
 
1173
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1174
Date:   2010-11-09
 
1175
 
 
1176
    Fix a typo in last commit.
 
1177
 
 
1178
    Of course, install folder is libgnome-desktop, not libgnome-destkop.
 
1179
    Sorry for the noise.
 
1180
 
 
1181
M       libgnome-desktop/Makefile.am
 
1182
 
 
1183
commit 139ac9d3510767444e425366594f7e7e6bb5c1f8
 
1184
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1185
Date:   2010-11-04
 
1186
 
 
1187
    Turn GnomeRRConfig and GnomeOutputInfo into GObjects
 
1188
 
 
1189
    For easier binding and introspectability, rework GnomeRRConfig and
 
1190
    GnomeOutputInfo to be GObjects (GInitables, actually) instead of
 
1191
    boxed types. This commit *does* break API, as previous API just
 
1192
    accessed fields in the public structs, while now everything has been
 
1193
    moved to private structures and accessors must be used.
 
1194
    Also, rework GnomeRRLabeler to use both a public and a private
 
1195
    structure,
 
1196
    so that gobject-introspection can find instance/class sizes.
 
1197
    Modifications to gnome-control-center and gnome-settings-daemon will
 
1198
    follow.
 
1199
 
 
1200
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
1201
 
 
1202
M       libgnome-desktop/Makefile.am
 
1203
M       libgnome-desktop/gnome-rr-config.c
 
1204
M       libgnome-desktop/gnome-rr-config.h
 
1205
M       libgnome-desktop/gnome-rr-labeler.c
 
1206
M       libgnome-desktop/gnome-rr-labeler.h
 
1207
A       libgnome-desktop/gnome-rr-output-info.c
 
1208
M       libgnome-desktop/gnome-rr-private.h
 
1209
M       libgnome-desktop/gnome-rr.c
 
1210
M       libgnome-desktop/gnome-rr.h
 
1211
 
 
1212
commit cad94246fb5be76482212407a380cd75f9e7b932
 
1213
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1214
Date:   2010-10-25
 
1215
 
 
1216
    Add support for GObjectIntrospection
 
1217
 
 
1218
    Turned all GnomeRR structures into boxed types, then added the needed
 
1219
    annotations and the Makefile.am bits.
 
1220
    Does not yet include API changes, but should bind (awfully) all of
 
1221
    libgnome-desktop.
 
1222
 
 
1223
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
1224
 
 
1225
M       configure.ac
 
1226
M       libgnome-desktop/Makefile.am
 
1227
M       libgnome-desktop/gnome-bg.c
 
1228
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
1229
M       libgnome-desktop/gnome-rr-config.c
 
1230
M       libgnome-desktop/gnome-rr-config.h
 
1231
M       libgnome-desktop/gnome-rr.c
 
1232
M       libgnome-desktop/gnome-rr.h
 
1233
M       libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
 
1234
 
 
1235
commit 4d2a27d55bcf9bb8de170ae6c6540724125aafa3
 
1236
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1237
Date:   2010-10-21
 
1238
 
 
1239
    Turn GnomeRRScreen into a GObject
 
1240
 
 
1241
    Rework GnomeRRScreen so that it is a full GObject, and all its data
 
1242
    is moved to GnomeRRScreenPrivate.
 
1243
    GObject's are more supported when it comes to introspection and
 
1244
    bindings,
 
1245
    in particular wrt constructors. Therefore, this is a necessary step
 
1246
    for useful introspection generation.
 
1247
 
 
1248
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
1249
 
 
1250
M       libgnome-desktop/gnome-rr-config.c
 
1251
M       libgnome-desktop/gnome-rr-private.h
 
1252
M       libgnome-desktop/gnome-rr.c
 
1253
M       libgnome-desktop/gnome-rr.h
 
1254
 
 
1255
commit db82a33c6ed33c8ccfbb2f138da2a18bd73b2334
 
1256
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
1257
Date:   2010-11-08
 
1258
 
 
1259
    Move include files to libgnome-desktop/
 
1260
 
 
1261
    gobject-introspection requires all header and source files to be
 
1262
    defined in one place. This is one way to achieve that, without
 
1263
    using non recursive automake.
 
1264
    Also, remove the outdated references to libgnome and libgnomeui
 
1265
 
 
1266
    https://bugzilla.gnome.org/show_bug.cgi?id=630913
 
1267
 
 
1268
M       configure.ac
 
1269
M       libgnome-desktop/Makefile.am
 
1270
M       libgnome-desktop/gnome-bg-crossfade.c
 
1271
R100    libgnome-desktop/libgnomeui/gnome-bg-crossfade.h
 
1272
libgnome-desktop/gnome-bg-crossfade.h
 
1273
M       libgnome-desktop/gnome-bg.c
 
1274
R098    libgnome-desktop/libgnomeui/gnome-bg.h
 
1275
libgnome-desktop/gnome-bg.h
 
1276
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
1277
R100    libgnome-desktop/libgnomeui/gnome-desktop-thumbnail.h
 
1278
libgnome-desktop/gnome-desktop-thumbnail.h
 
1279
M       libgnome-desktop/gnome-desktop-utils.c
 
1280
R100    libgnome-desktop/libgnome/gnome-desktop-utils.h
 
1281
libgnome-desktop/gnome-desktop-utils.h
 
1282
M       libgnome-desktop/gnome-rr-config.c
 
1283
R099    libgnome-desktop/libgnomeui/gnome-rr-config.h
 
1284
libgnome-desktop/gnome-rr-config.h
 
1285
M       libgnome-desktop/gnome-rr-labeler.c
 
1286
R098    libgnome-desktop/libgnomeui/gnome-rr-labeler.h
 
1287
libgnome-desktop/gnome-rr-labeler.h
 
1288
M       libgnome-desktop/gnome-rr.c
 
1289
R100    libgnome-desktop/libgnomeui/gnome-rr.h
 
1290
libgnome-desktop/gnome-rr.h
 
1291
M       libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
 
1292
D       libgnome-desktop/libgnome/Makefile.am
 
1293
D       libgnome-desktop/libgnomeui/Makefile.am
 
1294
 
 
1295
commit 1aac0bd5b10f669e91bc5d2a6de2a07a42fdf626
 
1296
Author: Tomas Bzatek <tbzatek@redhat.com>
 
1297
Date:   2010-11-09
 
1298
 
 
1299
    release: post-release bump to 2.91.2
 
1300
 
 
1301
M       configure.ac
 
1302
 
 
1303
commit 8d707144b759564f575ca6162061e29367475d34
 
1304
Author: Tomas Bzatek <tbzatek@redhat.com>
 
1305
Date:   2010-11-09
 
1306
 
 
1307
    release: 2.91.1
 
1308
 
 
1309
M       NEWS
 
1310
 
 
1311
commit a53c18b3ad9c995ddc79b1f1d05db305f499f42f
 
1312
Author: Tomas Bzatek <tbzatek@redhat.com>
 
1313
Date:   2010-11-09
 
1314
 
 
1315
    gnome-bg: Port to GSettings
 
1316
 
 
1317
    This also introduces API break for loading/saving settings.
 
1318
 
 
1319
    See bug 626021 for details.
 
1320
 
 
1321
M       configure.ac
 
1322
M       libgnome-desktop/gnome-bg.c
 
1323
M       libgnome-desktop/gnome-desktop-3.0-uninstalled.pc.in
 
1324
M       libgnome-desktop/gnome-desktop-3.0.pc.in
 
1325
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
1326
 
 
1327
commit ed7fd9042520b30a85d44118bfc9e98952bc5969
 
1328
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
1329
Date:   2010-10-29
 
1330
 
 
1331
    Updated Catalan (Valencian) translation
 
1332
 
 
1333
M       po/ca@valencia.po
 
1334
 
 
1335
commit 7c41d88c7f2e83b136a5e48f9990d8c849bba8f4
 
1336
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
 
1337
Date:   2010-10-27
 
1338
 
 
1339
    Update Persian translation
 
1340
 
 
1341
M       po/fa.po
 
1342
 
 
1343
commit 456bfec616d5985d0ead7fb15ea9a4a53a2be12a
 
1344
Author: Mahyar Moghimi <mahyar.moqimi@gmail.com>
 
1345
Date:   2010-10-27
 
1346
 
 
1347
    Update Persian translation
 
1348
 
 
1349
M       po/fa.po
 
1350
 
 
1351
commit 3fa03455aa799ce882767c94152ce4d9d4e70377
 
1352
Author: Federico Mena Quintero <federico@novell.com>
 
1353
Date:   2010-10-26
 
1354
 
 
1355
    bgo#629168 - Don't read past the end of a string
 
1356
 
 
1357
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
1358
 
 
1359
M       libgnome-desktop/display-name.c
 
1360
 
 
1361
commit 34cd5f6ada2598256bcfaf56575f49c1ecd148fa
 
1362
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1363
Date:   2010-10-18
 
1364
 
 
1365
    Added sl for Slovenian translation
 
1366
 
 
1367
M       desktop-docs/lgpl/Makefile.am
 
1368
 
 
1369
commit 6254d42d945903c95486ad518731e8e75324c45b
 
1370
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1371
Date:   2010-10-18
 
1372
 
 
1373
    Updated Slovenian translation
 
1374
 
 
1375
A       desktop-docs/lgpl/sl/sl.po
 
1376
 
 
1377
commit f7b66936b2d4129ea8e183917e89a8af0dc92b4b
 
1378
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1379
Date:   2010-10-18
 
1380
 
 
1381
    Added sl for Slovenian translation
 
1382
 
 
1383
M       desktop-docs/gpl/Makefile.am
 
1384
 
 
1385
commit 97d87a8e3da13d633c6b36245ab043d5e0645154
 
1386
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1387
Date:   2010-10-18
 
1388
 
 
1389
    Updated Slovenian translation
 
1390
 
 
1391
A       desktop-docs/gpl/sl/sl.po
 
1392
 
 
1393
commit e8b4e2de97204e1a6c24fc2b96b400c3f9731419
 
1394
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1395
Date:   2010-10-18
 
1396
 
 
1397
    Updated Slovenian translation
 
1398
 
 
1399
M       desktop-docs/fdl/sl/sl.po
 
1400
 
 
1401
commit 7dbc1d6d678f968bb03d7695e9a88255366d247f
 
1402
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1403
Date:   2010-10-18
 
1404
 
 
1405
    Added sl for Slovenian translation
 
1406
 
 
1407
M       desktop-docs/fdl/Makefile.am
 
1408
 
 
1409
commit aa1d95c632155a9b946ba6e49e3201a32ea51172
 
1410
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1411
Date:   2010-10-18
 
1412
 
 
1413
    Updated Slovenian translation
 
1414
 
 
1415
A       desktop-docs/fdl/sl/sl.po
 
1416
 
 
1417
commit f2257fb5dacafca1f8eb1e941082d6262b69a3dd
 
1418
Author: Vincent Untz <vuntz@gnome.org>
 
1419
Date:   2010-10-09
 
1420
 
 
1421
    build: Update git.mk from pango
 
1422
 
 
1423
M       git.mk
 
1424
 
 
1425
commit 510454985e75ce8fe3f1674bd559b1e602684fbd
 
1426
Author: Changwoo Ryu <cwryu@debian.org>
 
1427
Date:   2010-09-24
 
1428
 
 
1429
    Updated Korean translation
 
1430
 
 
1431
M       po/ko.po
 
1432
 
 
1433
commit 053a932b09487c4fa3e6331ef7fb65d24667263d
 
1434
Author: William Jon McCann <jmccann@redhat.com>
 
1435
Date:   2010-10-07
 
1436
 
 
1437
    Make the RR labels honor workarea so they don't appear over/under
 
1438
    panels
 
1439
 
 
1440
M       libgnome-desktop/gnome-rr-labeler.c
 
1441
 
 
1442
commit 4b23898adf9980646cc1e64a7a4db207c0281366
 
1443
Author: Benjamin Otte <otte@redhat.com>
 
1444
Date:   2010-10-07
 
1445
 
 
1446
    Require gconf in pc file
 
1447
 
 
1448
    As long as gnome-bg includes GConf headers, we better require it.
 
1449
 
 
1450
M       libgnome-desktop/gnome-desktop-3.0.pc.in
 
1451
 
 
1452
commit 48e4b7e6b73c9c5e0fa315a6b4dd2d10aa50dfef
 
1453
Author: Kibavuidi Nsiangani <lundombe01@zaya-dio.com>
 
1454
Date:   2010-10-05
 
1455
 
 
1456
    Added Kikongo translation
 
1457
 
 
1458
M       po/LINGUAS
 
1459
A       po/kg.po
 
1460
 
 
1461
commit c5c8db1caa95d5a3f3babcf22cf96836a439e7bb
 
1462
Author: Vincent Untz <vuntz@gnome.org>
 
1463
Date:   2010-10-04
 
1464
 
 
1465
    release: post-release bump to 2.91.1
 
1466
 
 
1467
M       configure.ac
 
1468
 
 
1469
commit c611fd11650210738f5e8cfedea869622be24b10
 
1470
Author: Vincent Untz <vuntz@gnome.org>
 
1471
Date:   2010-10-04
 
1472
 
 
1473
    release: 2.91.0
 
1474
 
 
1475
M       NEWS
 
1476
M       configure.ac
 
1477
 
 
1478
commit e07cba54243587c55e70fe923d0f6092c462f76c
 
1479
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1480
Date:   2010-10-04
 
1481
 
 
1482
    Bump version to 2.91.0
 
1483
 
 
1484
M       configure.ac
 
1485
 
 
1486
commit 30a73173acd486ff509634a75530e9e4563fdf63
 
1487
Author: Žygimantas Beručka <zygis@gnome.org>
 
1488
Date:   2010-10-01
 
1489
 
 
1490
    Updated Lithuanian translation
 
1491
 
 
1492
M       po/lt.po
 
1493
 
 
1494
commit 2168b182343c89e01030af9c19475a3cf5a24f5e
 
1495
Author: William Jon McCann <jmccann@redhat.com>
 
1496
Date:   2010-09-30
 
1497
 
 
1498
    Use the awesome new GTK3 draw event instead of expose-event
 
1499
 
 
1500
M       libgnome-desktop/gnome-rr-labeler.c
 
1501
 
 
1502
commit f2a6d5ea97b98ea3b1d36bb1de83f3bfc92c5c73
 
1503
Author: Ray Strode <rstrode@redhat.com>
 
1504
Date:   2010-09-30
 
1505
 
 
1506
    gnome-bg: don't try to use a null format
 
1507
 
 
1508
    commit 9a2c931869214d5113e3c9246cc36c094bd211fe
 
1509
    introduced a bug that would cause a warning to
 
1510
    spew in gnome-screensaver.
 
1511
 
 
1512
M       libgnome-desktop/gnome-bg.c
 
1513
 
 
1514
commit c5e5db705ee982e3cc0761a7c83235798d8428bd
 
1515
Author: Benjamin Otte <otte@redhat.com>
 
1516
Date:   2010-09-29
 
1517
 
 
1518
    gnome-bg: Don't keep duplicates of cache width and height
 
1519
 
 
1520
M       libgnome-desktop/gnome-bg.c
 
1521
 
 
1522
commit da4d293870762064285231fba3a2a7c3c0d25838
 
1523
Author: Benjamin Otte <otte@redhat.com>
 
1524
Date:   2010-09-29
 
1525
 
 
1526
    Make error traps use the awesome new GTK APIs
 
1527
 
 
1528
M       libgnome-desktop/gnome-bg.c
 
1529
M       libgnome-desktop/gnome-rr.c
 
1530
 
 
1531
commit 28f2b06f50e3f1adf19389c2c3a1f63872539fa9
 
1532
Author: Benjamin Otte <otte@redhat.com>
 
1533
Date:   2010-08-30
 
1534
 
 
1535
    gnome-bg: Update for GTK3 changes
 
1536
 
 
1537
    Includes a renaming of all "pixmap" anems in APIs to "surface",
 
1538
    because
 
1539
    that's what they actually use.
 
1540
 
 
1541
    https://bugzilla.gnome.org/show_bug.cgi?id=630724
 
1542
 
 
1543
M       libgnome-desktop/gnome-bg-crossfade.c
 
1544
M       libgnome-desktop/gnome-bg.c
 
1545
M       libgnome-desktop/libgnomeui/gnome-bg-crossfade.h
 
1546
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
1547
 
 
1548
commit 8201ef063509e021933e4f45a19b243e89ac7233
 
1549
Author: Gil Forcada <gforcada@gnome.org>
 
1550
Date:   2010-09-27
 
1551
 
 
1552
    Updated Catalan translation
 
1553
 
 
1554
M       po/ca.po
 
1555
 
 
1556
commit 7fcbb6d90d2c6251434dfac19364b39af21dceed
 
1557
Author: Vincent Untz <vuntz@gnome.org>
 
1558
Date:   2010-09-27
 
1559
 
 
1560
    misc: Rename --enable-deprecations to --enable-deprecation-flags
 
1561
 
 
1562
    This is a better name for this configure option, since it's really
 
1563
    about
 
1564
    enabling the use of the deprecation flags, not allowing the use of
 
1565
    deprecated API.
 
1566
 
 
1567
M       configure.ac
 
1568
M       libgnome-desktop/Makefile.am
 
1569
 
 
1570
commit 2ce2378514c60c3008ab1a9b39083f1aad87be3e
 
1571
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
1572
Date:   2010-09-25
 
1573
 
 
1574
    Updated Romanian translation
 
1575
 
 
1576
M       po/ro.po
 
1577
 
 
1578
commit 279887b8c558a4796b6ff910d917a5db44155fac
 
1579
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
 
1580
Date:   2010-09-25
 
1581
 
 
1582
    Updated Romanian translation
 
1583
 
 
1584
M       po/ro.po
 
1585
 
 
1586
commit 0b2eb4581423135490d60f863eb79674dc9eec98
 
1587
Author: Petr Kovar <pknbe@volny.cz>
 
1588
Date:   2010-09-23
 
1589
 
 
1590
    Update Czech translation
 
1591
 
 
1592
M       po/cs.po
 
1593
 
 
1594
commit 4c3d78c930ecb833a677f534ef6cd697d3d92169
 
1595
Author: Vincent Untz <vuntz@gnome.org>
 
1596
Date:   2010-09-20
 
1597
 
 
1598
    build: Update all Makefile.am to more recent standards
 
1599
 
 
1600
M       Makefile.am
 
1601
M       gnome-about/Makefile.am
 
1602
M       libgnome-desktop/Makefile.am
 
1603
M       libgnome-desktop/libgnomeui/Makefile.am
 
1604
 
 
1605
commit 721b617b055f0c6b333999dcf28e19ffd694a8b7
 
1606
Author: Vincent Untz <vuntz@gnome.org>
 
1607
Date:   2010-09-20
 
1608
 
 
1609
    misc: Update instructions for commit messages
 
1610
 
 
1611
    We're switching to "tag:" instead of "[tag]".
 
1612
 
 
1613
M       ChangeLog
 
1614
 
 
1615
commit bc0c7c3e7a5e39f5c213dede148fbbcc23307994
 
1616
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
 
1617
Date:   2010-09-15
 
1618
 
 
1619
    Updated Danish translation
 
1620
 
 
1621
M       po/da.po
 
1622
 
 
1623
commit 4e066516b2e8d8c1b074af0aa69fa1733dadca44
 
1624
Author: Matthias Clasen <mclasen@redhat.com>
 
1625
Date:   2010-09-15
 
1626
 
 
1627
    Look up mimetypes properly
 
1628
 
 
1629
    Use GIOs g_content_type apis to unalias mimetypes before looking
 
1630
    them up, to avoid false negatives.
 
1631
 
 
1632
    Bug 629231
 
1633
 
 
1634
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
1635
 
 
1636
commit c7bc54f84c6757119b233be7259a214136f81e0f
 
1637
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
 
1638
Date:   2010-09-15
 
1639
 
 
1640
    Fix for Kazakh translation
 
1641
 
 
1642
M       po/kk.po
 
1643
 
 
1644
commit 7301ebe8ad19d0dd28dacab9f8da1d864f7d5278
 
1645
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
 
1646
Date:   2010-09-15
 
1647
 
 
1648
    Updated Kazakh translation
 
1649
 
 
1650
M       po/kk.po
 
1651
 
 
1652
commit c53ae1e9ed78939b413d7fea4d0d00ff8275d3e2
 
1653
Author: Piotr Drąg <piotrdrag@gmail.com>
 
1654
Date:   2010-09-14
 
1655
 
 
1656
    Updated Polish translation
 
1657
 
 
1658
M       po/pl.po
 
1659
 
 
1660
commit 97bc1dc0ed47cfaad538367584244498ae397df4
 
1661
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
1662
Date:   2010-09-14
 
1663
 
 
1664
    Updated Japanese translation.
 
1665
 
 
1666
M       po/ja.po
 
1667
 
 
1668
commit b309e97b6691f20711a1a8ff87e032c44e76b4c7
 
1669
Author: Wouter Bolsterlee <wbolster@gnome.org>
 
1670
Date:   2010-09-12
 
1671
 
 
1672
    Updated Dutch translation by Wouter Bolsterlee
 
1673
 
 
1674
M       po/nl.po
 
1675
 
 
1676
commit de124b667434d0f15d22cbd0e654e9fc31f83116
 
1677
Author: Ray Strode <rstrode@redhat.com>
 
1678
Date:   2010-09-09
 
1679
 
 
1680
    bgo#621046 - [randr] Force a refresh of timestamps so other clients
 
1681
    won't think this is a server-generated event
 
1682
 
 
1683
    'Detect displays' in the control center's display capplet works
 
1684
    by calling
 
1685
    gnome_rr_screen_refresh().  However, this causes
 
1686
    gnome-settings-daemon's
 
1687
    RANDR plug-in to get an event, which makes it think that it should
 
1688
    reconfigure
 
1689
    the displays.  Here, we grab the X server and do a no-op
 
1690
    XRRSetCrtcConfig() so
 
1691
    that when we ungrab, the X server will send out an RRNotify event
 
1692
    with an
 
1693
    updated timestamp.  This will cause g-s-d not to reconfigure the
 
1694
    displays, thus
 
1695
    making 'Detect displays' really be 'detect only', not 'detect and
 
1696
    reconfigure'.
 
1697
 
 
1698
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
1699
 
 
1700
M       libgnome-desktop/gnome-rr.c
 
1701
 
 
1702
commit 34075e423857379c79edd4f27ab1071aebd90acc
 
1703
Author: Vincent Untz <vuntz@gnome.org>
 
1704
Date:   2010-09-08
 
1705
 
 
1706
    [release] post-release bump to 2.90.6
 
1707
 
 
1708
M       configure.ac
 
1709
 
 
1710
commit 3d05cd5ee29918f770ca56f4d08a7a8027237a58
 
1711
Author: Vincent Untz <vuntz@gnome.org>
 
1712
Date:   2010-09-08
 
1713
 
 
1714
    [release] 2.90.5
 
1715
 
 
1716
M       NEWS
 
1717
M       configure.ac
 
1718
 
 
1719
commit 278059220483847739a41e11e64dadcea7f870a3
 
1720
Author: Vincent Untz <vuntz@gnome.org>
 
1721
Date:   2010-09-08
 
1722
 
 
1723
    Remove files from POTFILES.in
 
1724
 
 
1725
M       po/POTFILES.in
 
1726
 
 
1727
commit a15287498fb39d850d9ae933fd19834007fd177f
 
1728
Author: Vincent Untz <vuntz@gnome.org>
 
1729
Date:   2010-09-08
 
1730
 
 
1731
    [misc] Update AUTHORS, HACKING, README
 
1732
 
 
1733
    Nothing new, but make sure this is up-to-date.
 
1734
 
 
1735
    Also tweak a bit autogen.sh and Makefile.am to make them look
 
1736
    similar in
 
1737
    all my modules.
 
1738
 
 
1739
M       AUTHORS
 
1740
M       HACKING
 
1741
M       Makefile.am
 
1742
M       README
 
1743
M       autogen.sh
 
1744
 
 
1745
commit ab12d2b6b7a463632588bcc107f45c955410fe58
 
1746
Author: Vincent Untz <vuntz@gnome.org>
 
1747
Date:   2010-09-08
 
1748
 
 
1749
    [misc] Update license files to latest text
 
1750
 
 
1751
    Note that this doesn't change the license. The license text was
 
1752
    updated
 
1753
    for the latest FSF address, for example.
 
1754
 
 
1755
M       COPYING
 
1756
M       COPYING-DOCS
 
1757
M       COPYING.LIB
 
1758
 
 
1759
commit 338b5cdf2f436ddbf241483f9ea90c0290546f64
 
1760
Author: Vincent Untz <vuntz@gnome.org>
 
1761
Date:   2010-09-08
 
1762
 
 
1763
    [build] Rename configure.in to configure.ac
 
1764
 
 
1765
M       autogen.sh
 
1766
R100    configure.in    configure.ac
 
1767
 
 
1768
commit 36176e28fff69fb8879c09d0e5dafb496fc372a7
 
1769
Author: Vincent Untz <vuntz@gnome.org>
 
1770
Date:   2010-09-08
 
1771
 
 
1772
    [build] Add a --disable-desktop-docs configure flag
 
1773
 
 
1774
    This is similar to --disable-gnome-about, and helps installing both
 
1775
    gnome-desktop and gnome-desktop-3 in parallel.
 
1776
 
 
1777
M       Makefile.am
 
1778
M       configure.in
 
1779
 
 
1780
commit f12bded88e7a956e79841c286f96de7e5d213ad0
 
1781
Author: Vincent Untz <vuntz@gnome.org>
 
1782
Date:   2010-09-08
 
1783
 
 
1784
    [build] Do not install gnome-version.xml with --disable-gnome-about
 
1785
 
 
1786
    Also, do not ship the generated gnome-version.xml in the tarball.
 
1787
 
 
1788
M       Makefile.am
 
1789
 
 
1790
commit 2a9e692fb995bb65d8bbceef389b93c1963c7624
 
1791
Author: Vincent Untz <vuntz@gnome.org>
 
1792
Date:   2010-09-08
 
1793
 
 
1794
    [pixmaps] Remove old icons installed in /usr/share/pixmaps
 
1795
 
 
1796
    We kept them in GNOME 2 for compatibility because /usr/share/pixmaps
 
1797
    was
 
1798
    still in use at the beginning of GNOME 2. But for GNOME 3, we're now
 
1799
    completely in the icon theme world, and we don't need those anymore.
 
1800
 
 
1801
    If an icon there was really important, please ask for it to be
 
1802
    included
 
1803
    in gnome-icon-theme.
 
1804
 
 
1805
M       Makefile.am
 
1806
M       configure.in
 
1807
D       pixmaps/Makefile.am
 
1808
D       pixmaps/apple-green.png
 
1809
D       pixmaps/apple-red.png
 
1810
D       pixmaps/gnome-aorta.png
 
1811
D       pixmaps/gnome-applets.png
 
1812
D       pixmaps/gnome-background-image.png
 
1813
D       pixmaps/gnome-background-pattern.png
 
1814
D       pixmaps/gnome-background.png
 
1815
D       pixmaps/gnome-calc2.png
 
1816
D       pixmaps/gnome-calc3.png
 
1817
D       pixmaps/gnome-calendar.png
 
1818
D       pixmaps/gnome-ccbackground.png
 
1819
D       pixmaps/gnome-ccdesktop.png
 
1820
D       pixmaps/gnome-ccdialog.png
 
1821
D       pixmaps/gnome-ccmime.png
 
1822
D       pixmaps/gnome-ccperiph.png
 
1823
D       pixmaps/gnome-ccscreensaver.png
 
1824
D       pixmaps/gnome-ccwindowmanager.png
 
1825
D       pixmaps/gnome-color-browser.png
 
1826
D       pixmaps/gnome-color-xterm.png
 
1827
D       pixmaps/gnome-computer.png
 
1828
D       pixmaps/gnome-cromagnon.png
 
1829
D       pixmaps/gnome-day.png
 
1830
D       pixmaps/gnome-debian.png
 
1831
D       pixmaps/gnome-diskfree.png
 
1832
D       pixmaps/gnome-emacs.png
 
1833
D       pixmaps/gnome-eterm.png
 
1834
D       pixmaps/gnome-file-c.png
 
1835
D       pixmaps/gnome-file-h.png
 
1836
D       pixmaps/gnome-folder.png
 
1837
D       pixmaps/gnome-gemvt.png
 
1838
D       pixmaps/gnome-gimp.png
 
1839
D       pixmaps/gnome-gmenu.png
 
1840
D       pixmaps/gnome-gmush.png
 
1841
D       pixmaps/gnome-gnomoku.png
 
1842
D       pixmaps/gnome-home.png
 
1843
D       pixmaps/gnome-html.png
 
1844
D       pixmaps/gnome-image-gif.png
 
1845
D       pixmaps/gnome-image-jpeg.png
 
1846
D       pixmaps/gnome-irc.png
 
1847
D       pixmaps/gnome-laptop.png
 
1848
D       pixmaps/gnome-log.png
 
1849
D       pixmaps/gnome-logo-icon-transparent.png
 
1850
D       pixmaps/gnome-logo-icon.png
 
1851
D       pixmaps/gnome-logo-large.png
 
1852
D       pixmaps/gnome-mdi.png
 
1853
D       pixmaps/gnome-mnemonic.png
 
1854
D       pixmaps/gnome-month.png
 
1855
D       pixmaps/gnome-mouse.png
 
1856
D       pixmaps/gnome-news.png
 
1857
D       pixmaps/gnome-note.png
 
1858
D       pixmaps/gnome-qeye.png
 
1859
D       pixmaps/gnome-set-time.png
 
1860
D       pixmaps/gnome-spider.png
 
1861
D       pixmaps/gnome-squeak.png
 
1862
D       pixmaps/gnome-suse.png
 
1863
D       pixmaps/gnome-talk.png
 
1864
D       pixmaps/gnome-term-linux.png
 
1865
D       pixmaps/gnome-term-linux2.png
 
1866
D       pixmaps/gnome-term-night.png
 
1867
D       pixmaps/gnome-term-tiger.png
 
1868
D       pixmaps/gnome-term.png
 
1869
D       pixmaps/gnome-tigert.png
 
1870
D       pixmaps/gnome-touristinfo.png
 
1871
D       pixmaps/gnome-user-interface.png
 
1872
D       pixmaps/gnome-week.png
 
1873
D       pixmaps/gnome-windows.png
 
1874
D       pixmaps/gnome-word.png
 
1875
D       pixmaps/gnome-xterm.png
 
1876
D       pixmaps/gtkvim.png
 
1877
D       pixmaps/kterm.xpm
 
1878
D       pixmaps/monitor.png
 
1879
D       pixmaps/vnterm.xpm
 
1880
 
 
1881
commit 78d427ffe4dbd076493b415f4988fc033f220383
 
1882
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
1883
Date:   2010-09-07
 
1884
 
 
1885
    Updated Portuguese translation
 
1886
 
 
1887
M       po/pt.po
 
1888
 
 
1889
commit 5ba62e90dceaf765c2d549241179db9966bc5127
 
1890
Author: Bruce Cowan <bruce@bcowan.me.uk>
 
1891
Date:   2010-08-31
 
1892
 
 
1893
    Updated British English translation
 
1894
 
 
1895
M       po/en_GB.po
 
1896
 
 
1897
commit c172c7aa5e4c48f8812aca1f81e7801b85f5c189
 
1898
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
1899
Date:   2010-08-29
 
1900
 
 
1901
    Updated Hungarian translation
 
1902
 
 
1903
M       po/hu.po
 
1904
 
 
1905
commit 70abff5f24a4f598f1ea09644157461452e8a242
 
1906
Author: Gheyret Kenji <gheyret@hotmail.com>
 
1907
Date:   2010-08-28
 
1908
 
 
1909
    Added UG translation
 
1910
 
 
1911
M       po/ug.po
 
1912
 
 
1913
commit 79e3dc497f954cbd1bc02986df5d5faf15a9ed54
 
1914
Author: Alexander Shopov <ash@contact.bg>
 
1915
Date:   2010-08-26
 
1916
 
 
1917
    Updated Bulgarian translation
 
1918
 
 
1919
M       po/bg.po
 
1920
 
 
1921
commit f98913368e3c960cb123d725b79563a1e488ccdd
 
1922
Author: Michael Kotsarinis <mk73628@gmail.com>
 
1923
Date:   2010-08-25
 
1924
 
 
1925
    l10n: Updated Greek translation for gnome-desktop
 
1926
 
 
1927
M       po/el.po
 
1928
 
 
1929
commit 273ed723530083066f3683b14756f25681e50aaa
 
1930
Author: Милош Поповић <gpopac@gmail.com>
 
1931
Date:   2010-08-23
 
1932
 
 
1933
    Updated Serbian translation
 
1934
 
 
1935
M       po/sr.po
 
1936
M       po/sr@latin.po
 
1937
 
 
1938
commit c41250d7e3921504229bd1f3304d25b68a603b9c
 
1939
Author: André Gondim <andregondim@ubuntu.com>
 
1940
Date:   2010-08-19
 
1941
 
 
1942
    Updated Brazilian Portuguese Translation
 
1943
 
 
1944
M       po/pt_BR.po
 
1945
 
 
1946
commit d24ffe04b42db9e8700775acf775e7a71bc2ef22
 
1947
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
 
1948
Date:   2010-08-12
 
1949
 
 
1950
    Updated Oriya Translation
 
1951
 
 
1952
M       po/or.po
 
1953
 
 
1954
commit 8ae5205fe05132ec10ff84d705a8aaa4acc78253
 
1955
Author: Shankar Prasad <sprasad@git.gnome.org>
 
1956
Date:   2010-08-12
 
1957
 
 
1958
    Updated the Kannada translations
 
1959
 
 
1960
M       po/kn.po
 
1961
 
 
1962
commit cbed80b9b6fa07b27d828a9b0a05f12c03449fed
 
1963
Author: Thomas Wood <thomas.wood@intel.com>
 
1964
Date:   2010-08-11
 
1965
 
 
1966
    [gnome-bg] Be sure to unreference the file_monitor object during
 
1967
    dispose
 
1968
 
 
1969
    Add a dispose handler and unreference the file_monitor object in
 
1970
    it. The
 
1971
    clear_cache function is also moved to dispose since it will
 
1972
    unreference the
 
1973
    pixbuf_cache object.
 
1974
 
 
1975
M       libgnome-desktop/gnome-bg.c
 
1976
 
 
1977
commit 00a2ba8603783ff9cea96323dd4250c6cb0e3fa4
 
1978
Author: Vincent Untz <vuntz@gnome.org>
 
1979
Date:   2010-08-07
 
1980
 
 
1981
    [gnome-about] Update man page
 
1982
 
 
1983
M       man/gnome-about.1
 
1984
D       man/gnome-about.sgml
 
1985
 
 
1986
commit 58a36766504d814359003b2a03de8d363e6542c6
 
1987
Author: Vincent Untz <vuntz@gnome.org>
 
1988
Date:   2010-08-07
 
1989
 
 
1990
    [build] Add --disable-gnome-about configure flag
 
1991
 
 
1992
    This makes it easier to have both gnome-desktop and gnome-desktop-3
 
1993
    installed at the same time.
 
1994
 
 
1995
M       Makefile.am
 
1996
M       configure.in
 
1997
M       man/Makefile.am
 
1998
 
 
1999
commit 0ef1a5419539548db89f3f19e54c68e8cdbb292c
 
2000
Author: Vincent Untz <vuntz@gnome.org>
 
2001
Date:   2010-08-07
 
2002
 
 
2003
    [docs] Remove obsolete gnome-intro documentation
 
2004
 
 
2005
    This is some documentation from... 1998, when GNOME was still alpha!
 
2006
 
 
2007
D       desktop-docs/gnome-intro/book01.html
 
2008
D       desktop-docs/gnome-intro/c01.html
 
2009
D       desktop-docs/gnome-intro/c0101.html
 
2010
D       desktop-docs/gnome-intro/c0102.html
 
2011
D       desktop-docs/gnome-intro/c02.html
 
2012
D       desktop-docs/gnome-intro/c0201.html
 
2013
D       desktop-docs/gnome-intro/c0202.html
 
2014
D       desktop-docs/gnome-intro/c0203.html
 
2015
D       desktop-docs/gnome-intro/c0204.html
 
2016
D       desktop-docs/gnome-intro/c0205.html
 
2017
D       desktop-docs/gnome-intro/c0206.html
 
2018
D       desktop-docs/gnome-intro/c0207.html
 
2019
D       desktop-docs/gnome-intro/c0208.html
 
2020
D       desktop-docs/gnome-intro/f01.html
 
2021
D       desktop-docs/gnome-intro/f0101.html
 
2022
D       desktop-docs/gnome-intro/f0102.html
 
2023
 
 
2024
commit cf69704a65cddc70efb4806c246c801970404c4a
 
2025
Author: Vincent Untz <vuntz@gnome.org>
 
2026
Date:   2010-08-07
 
2027
 
 
2028
    [build] Use $(datadir)/libgnome-desktop-3.0 for library datadir
 
2029
 
 
2030
    We version the directory to have it parallel-installable with
 
2031
    the GTK+2
 
2032
    version.
 
2033
 
 
2034
M       libgnome-desktop/Makefile.am
 
2035
 
 
2036
commit f7396a442505cbd058455889914b23089d364684
 
2037
Author: Tomas Bzatek <tbzatek@redhat.com>
 
2038
Date:   2010-08-06
 
2039
 
 
2040
    Fix docs after GnomeDesktopItem removal
 
2041
 
 
2042
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
2043
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
2044
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
2045
 
 
2046
commit b8dbf604b83cccf0b2f0a4fccd1a8cd9bc3a6b94
 
2047
Author: Sense Hofstede <sense@ubuntu.com>
 
2048
Date:   2010-08-04
 
2049
 
 
2050
    Updated Frisian translation
 
2051
 
 
2052
M       po/LINGUAS
 
2053
A       po/fy.po
 
2054
 
 
2055
commit 640cce885dabf91f79da9e3836ffa57c77b3063f
 
2056
Author: Vincent Untz <vuntz@gnome.org>
 
2057
Date:   2010-08-04
 
2058
 
 
2059
    Drop GnomeDesktopItem API
 
2060
 
 
2061
    This is replaced by GKeyFile and GDesktopAppInfo now.
 
2062
 
 
2063
    See
 
2064
    http://mail.gnome.org/archives/desktop-devel-list/2010-July/msg00017.html
 
2065
    for discussion.
 
2066
 
 
2067
M       libgnome-desktop/Makefile.am
 
2068
D       libgnome-desktop/gnome-desktop-item.c
 
2069
M       libgnome-desktop/libgnome/Makefile.am
 
2070
D       libgnome-desktop/libgnome/gnome-desktop-item.h
 
2071
D       libgnome-desktop/test-ditem.c
 
2072
 
 
2073
commit fbca5b2bcb35066036a82fd9e4f7f32db336b8b7
 
2074
Author: A S Alam <aalam@users.sf.net>
 
2075
Date:   2010-08-04
 
2076
 
 
2077
    update Punjabi Translation by A S Alam
 
2078
 
 
2079
M       po/pa.po
 
2080
 
 
2081
commit 490c715577c5e151a4e0be4d31d36beea19efbd7
 
2082
Author: Pablo Castellano <pablog@src.gnome.org>
 
2083
Date:   2010-08-03
 
2084
 
 
2085
    Update git.mk from pango
 
2086
 
 
2087
M       git.mk
 
2088
 
 
2089
commit 9baddce7bdf87c870a138a672fc9b34dc4c97dbb
 
2090
Author: Leonid Kanter <leon@asplinux.ru>
 
2091
Date:   2010-08-03
 
2092
 
 
2093
    Updated Russian translation from Yuri Myasoedov
 
2094
 
 
2095
M       po/ru.po
 
2096
 
 
2097
commit 79b07ead6c2670981fcbe7c81fcecbb9fe6f70c6
 
2098
Author: Benjamin Otte <otte@redhat.com>
 
2099
Date:   2010-07-23
 
2100
 
 
2101
    Don't use deprecated Gdk drawing APIs
 
2102
 
 
2103
    https://bugzilla.gnome.org/show_bug.cgi?id=625097
 
2104
 
 
2105
M       libgnome-desktop/gnome-bg.c
 
2106
 
 
2107
commit 3367b32d5099f3b0c522a498c37ebfe317e0a582
 
2108
Author: Dirgita <dirgitadevina@yahoo.co.id>
 
2109
Date:   2010-07-27
 
2110
 
 
2111
    Updated Indonesian translation
 
2112
 
 
2113
M       po/id.po
 
2114
 
 
2115
commit 51425d746f0221986bc70e3a52fdd702f270f6d1
 
2116
Author: Aron Xu <aronxu@gnome.org>
 
2117
Date:   2010-07-24
 
2118
 
 
2119
    Update Simplified Chinese translation.
 
2120
 
 
2121
M       po/zh_CN.po
 
2122
 
 
2123
commit b84e249bb0490177cefe4ccf9e8d86545d9ca029
 
2124
Author: YunQiang Su <wzssyqa@gmail.com>
 
2125
Date:   2010-07-23
 
2126
 
 
2127
    Update Simplified Chinese translation.
 
2128
 
 
2129
M       po/zh_CN.po
 
2130
 
 
2131
commit 696ba264c1a0e75b14aa7d8dcf121e6567c8ed02
 
2132
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
2133
Date:   2010-07-20
 
2134
 
 
2135
    Updated Galician translations
 
2136
 
 
2137
M       po/gl.po
 
2138
 
 
2139
commit 17e39e7d8d9fbbb6f66ab991e5840029f8e75509
 
2140
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
2141
Date:   2010-07-20
 
2142
 
 
2143
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
2144
 
 
2145
M       po/zh_HK.po
 
2146
M       po/zh_TW.po
 
2147
 
 
2148
commit 0f6178062a1bf72804fe2c16b0963d575e55feba
 
2149
Author: Claude Paroz <claude@2xlibre.net>
 
2150
Date:   2010-07-19
 
2151
 
 
2152
    Updated French translation
 
2153
 
 
2154
    Contributed by Gérard Baylard and Claude Paroz
 
2155
 
 
2156
M       po/fr.po
 
2157
 
 
2158
commit a632bce80a15062dd90a59b7196abc0fbabfaf29
 
2159
Author: Daniel Martinez <entaltoaragon@gmail.com>
 
2160
Date:   2010-07-19
 
2161
 
 
2162
    Added Aragonese translation
 
2163
 
 
2164
M       po/LINGUAS
 
2165
A       po/an.po
 
2166
 
 
2167
commit d42d71c79742fec3e98c2a0ea8b01fb5676fe893
 
2168
Author: lainme <lainme993@gmail.com>
 
2169
Date:   2010-07-12
 
2170
 
 
2171
    Update Simplified Chinese translation.
 
2172
 
 
2173
M       po/zh_CN.po
 
2174
 
 
2175
commit d4610e529926fd75ea17c94f030c2d92a15732ee
 
2176
Author: Vincent Untz <vuntz@gnome.org>
 
2177
Date:   2010-06-29
 
2178
 
 
2179
    [release] post-release bump to 2.90.5
 
2180
 
 
2181
M       configure.in
 
2182
 
 
2183
commit ced7d22e8ebfc8138a1266e6bb0da1c0343e482f
 
2184
Author: Vincent Untz <vuntz@gnome.org>
 
2185
Date:   2010-06-29
 
2186
 
 
2187
    [release] 2.90.4
 
2188
 
 
2189
M       NEWS
 
2190
M       README
 
2191
M       configure.in
 
2192
 
 
2193
commit 9044902a2350856f14b803d5ac140ba3b5ecf01e
 
2194
Author: Matthias Clasen <mclasen@redhat.com>
 
2195
Date:   2010-06-28
 
2196
 
 
2197
    Don't requires gdk-pixbuf-3.0
 
2198
 
 
2199
    That version has ceased to exist.
 
2200
 
 
2201
M       configure.in
 
2202
 
 
2203
commit 6934a03ae0285b4e1461c8e720f4b6e3562f2d63
 
2204
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
 
2205
Date:   2010-06-21
 
2206
 
 
2207
    Updated Esperanto translation
 
2208
 
 
2209
M       po/eo.po
 
2210
 
 
2211
commit a27b6a67ee83930408b7805a07705208e911410c
 
2212
Author: Kjartan Maraas <kmaraas@gnome.org>
 
2213
Date:   2010-06-20
 
2214
 
 
2215
    Added Norwegian bokmål translation
 
2216
 
 
2217
M       po/nb.po
 
2218
 
 
2219
commit ac775963c09a430c4791687cf811a3437ea2af83
 
2220
Author: Bastien Nocera <hadess@hadess.net>
 
2221
Date:   2010-06-17
 
2222
 
 
2223
    2.90.1
 
2224
 
 
2225
M       NEWS
 
2226
M       configure.in
 
2227
 
 
2228
commit efc19804529db3b70af251f85f62dacff1fb4f10
 
2229
Author: Bastien Nocera <hadess@hadess.net>
 
2230
Date:   2010-06-17
 
2231
 
 
2232
    Rename gtk-doc module to gnome-desktop3
 
2233
 
 
2234
    For parallel installability with GTK+ 2.x version
 
2235
 
 
2236
M       configure.in
 
2237
M       docs/reference/Makefile.am
 
2238
R099    docs/reference/gnome-desktop/Makefile.am
 
2239
docs/reference/gnome-desktop3/Makefile.am
 
2240
R100    docs/reference/gnome-desktop/gnome-desktop-docs.sgml
 
2241
docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
2242
R100    docs/reference/gnome-desktop/gnome-desktop-sections.txt
 
2243
docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
2244
R100    docs/reference/gnome-desktop/gnome-desktop.types
 
2245
docs/reference/gnome-desktop3/gnome-desktop3.types
 
2246
R099    docs/reference/gnome-desktop/tmpl/gnome-desktop-item.sgml
 
2247
docs/reference/gnome-desktop3/tmpl/gnome-desktop-item.sgml
 
2248
R100    docs/reference/gnome-desktop/tmpl/gnome-desktop-unused.sgml
 
2249
docs/reference/gnome-desktop3/tmpl/gnome-desktop-unused.sgml
 
2250
 
 
2251
commit c814890ad764e412949cdd745367e959f417ba7a
 
2252
Author: Bastien Nocera <hadess@hadess.net>
 
2253
Date:   2010-06-11
 
2254
 
 
2255
    2.90.0
 
2256
 
 
2257
    Fix linking of the gtk-doc scanner.
 
2258
 
 
2259
M       NEWS
 
2260
M       configure.in
 
2261
M       docs/reference/gnome-desktop/Makefile.am
 
2262
M       docs/reference/gnome-desktop/tmpl/gnome-desktop-item.sgml
 
2263
M       docs/reference/gnome-desktop/tmpl/gnome-desktop-unused.sgml
 
2264
 
 
2265
commit 42452cada8cf1c4d7a81aded0a3ddbb5e97441de
 
2266
Author: Bastien Nocera <hadess@hadess.net>
 
2267
Date:   2010-06-11
 
2268
 
 
2269
    Revert "Don't use fixed-length arrays for EDID"
 
2270
 
 
2271
    This reverts commit cd51db012316b571f03e7557b1159a7cbbcfcdeb.
 
2272
 
 
2273
M       libgnome-desktop/edid-parse.c
 
2274
M       libgnome-desktop/edid.h
 
2275
M       libgnome-desktop/gnome-rr-config.c
 
2276
 
 
2277
commit 427510a4778519fb523eac9aa6a30cd3175b83a5
 
2278
Author: Bastien Nocera <hadess@hadess.net>
 
2279
Date:   2010-06-11
 
2280
 
 
2281
    Port to GTK+ 3.0
 
2282
 
 
2283
    And make it parallel installable with GTK+ 2.0 version.
 
2284
 
 
2285
    https://bugzilla.gnome.org/show_bug.cgi?id=621291
 
2286
 
 
2287
M       configure.in
 
2288
M       libgnome-desktop/Makefile.am
 
2289
R057    libgnome-desktop/gnome-desktop-2.0-uninstalled.pc.in
 
2290
libgnome-desktop/gnome-desktop-3.0-uninstalled.pc.in
 
2291
R050    libgnome-desktop/gnome-desktop-2.0.pc.in
 
2292
libgnome-desktop/gnome-desktop-3.0.pc.in
 
2293
M       libgnome-desktop/libgnome/Makefile.am
 
2294
M       libgnome-desktop/libgnomeui/Makefile.am
 
2295
 
 
2296
commit cd51db012316b571f03e7557b1159a7cbbcfcdeb
 
2297
Author: Matthias Clasen <mclasen@redhat.com>
 
2298
Date:   2010-03-09
 
2299
 
 
2300
    Don't use fixed-length arrays for EDID
 
2301
 
 
2302
    Use variable-length variables instead.
 
2303
 
 
2304
    https://bugzilla.gnome.org/show_bug.cgi?id=612276
 
2305
 
 
2306
M       libgnome-desktop/edid-parse.c
 
2307
M       libgnome-desktop/edid.h
 
2308
M       libgnome-desktop/gnome-rr-config.c
 
2309
 
 
2310
commit 13a7a9b5160723c1e8b98be91cc2a1b537aaed25
 
2311
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
2312
Date:   2010-05-27
 
2313
 
 
2314
    Updated Hebrew translation
 
2315
 
 
2316
M       po/he.po
 
2317
 
 
2318
commit c6b02c0dc1590988b9382c832fbf9920af410310
 
2319
Author: Vincent Untz <vuntz@gnome.org>
 
2320
Date:   2010-05-26
 
2321
 
 
2322
    [release] post-release bump to 2.31.3
 
2323
 
 
2324
M       configure.in
 
2325
 
 
2326
commit 25691296c912f9c9148e979617823a3a333f1958
 
2327
Author: Vincent Untz <vuntz@gnome.org>
 
2328
Date:   2010-05-26
 
2329
 
 
2330
    [release] 2.31.2
 
2331
 
 
2332
M       NEWS
 
2333
M       README
 
2334
M       configure.in
 
2335
M       docs/reference/gnome-desktop/tmpl/gnome-desktop-item.sgml
 
2336
 
 
2337
commit 545263778ba58e6b0ad029898e7dacd1ef911858
 
2338
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
 
2339
Date:   2010-05-18
 
2340
 
 
2341
    Updated Oriya Translation
 
2342
 
 
2343
M       po/or.po
 
2344
 
 
2345
commit 768f829b4ddc0adf382c15afaf232d790589e4f3
 
2346
Author: Thomas Thurman <tthurman@gnome.org>
 
2347
Date:   2010-05-12
 
2348
 
 
2349
    Updated Shavian transliteration
 
2350
 
 
2351
M       po/en@shaw.po
 
2352
 
 
2353
commit 9b61e4f11c7f9d6788b41a32e988e4abf45dd67f
 
2354
Author: Kjartan Maraas <kmaraas@gnome.org>
 
2355
Date:   2010-05-01
 
2356
 
 
2357
    Updated Norwegian bokmål translation
 
2358
 
 
2359
M       po/nb.po
 
2360
 
 
2361
commit 5ac20ff6ec92392c5576970a9bb4ad0314dc4c11
 
2362
Author: Norayr Chilingaryan <norayr@arnet.am>
 
2363
Date:   2010-04-28
 
2364
 
 
2365
    Updated Armenian translation.
 
2366
 
 
2367
M       po/hy.po
 
2368
 
 
2369
commit ff94c25f97908228766013c276de8e31ef34bb32
 
2370
Author: Norayr Chilingaryan <norayr@arnet.am>
 
2371
Date:   2010-04-27
 
2372
 
 
2373
    small bugfix for armenian translation and test
 
2374
 
 
2375
M       po/hy.po
 
2376
 
 
2377
commit 10e88f6e3771867cb31b9a9abbb600d5f2d2dbae
 
2378
Author: Mattias Põldaru <mahfiaz gmail com>
 
2379
Date:   2010-04-26
 
2380
 
 
2381
    Estonian translation updated
 
2382
 
 
2383
M       po/et.po
 
2384
 
 
2385
commit 031f4d231e27195126dbdab375b10b37b2282335
 
2386
Author: Peteris Krisjanis <pecisk@gmail.com>
 
2387
Date:   2010-04-24
 
2388
 
 
2389
    Updated Latvian translation.
 
2390
 
 
2391
M       po/lv.po
 
2392
 
 
2393
commit 9cbde07dc90b988bc0b0e5b2c4da95149268a02b
 
2394
Author: Marcel Telka <marcel@telka.sk>
 
2395
Date:   2010-04-23
 
2396
 
 
2397
    Updated Slovak translation
 
2398
 
 
2399
M       po/sk.po
 
2400
 
 
2401
commit 7bea31b917ecf6c550172898ae0cf939312186c8
 
2402
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
2403
Date:   2010-04-21
 
2404
 
 
2405
    Updated Catalan (Valencian) translation
 
2406
 
 
2407
M       po/ca@valencia.po
 
2408
 
 
2409
commit a2f6b3d3fa0ea09597d94e67e2bb9fc89f024c06
 
2410
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
 
2411
Date:   2010-04-21
 
2412
 
 
2413
    Updated Kannada translations
 
2414
 
 
2415
M       po/kn.po
 
2416
 
 
2417
commit df5e97b1343e60d4a7a7ba528d7948efae63aa46
 
2418
Author: Matthias Clasen <mclasen@redhat.com>
 
2419
Date:   2010-04-20
 
2420
 
 
2421
    Fix a case of width-for-height confusion
 
2422
 
 
2423
    This can lead to huge memory consumption on multi-monitor systems.
 
2424
 
 
2425
M       libgnome-desktop/gnome-bg.c
 
2426
 
 
2427
commit 0136d73725699f02d2f9cd9d0cc34a0b407fd749
 
2428
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
 
2429
Date:   2010-04-17
 
2430
 
 
2431
    Updated Galician translations
 
2432
 
 
2433
M       po/gl.po
 
2434
 
 
2435
commit 6470fcb82ab41823d883699e919eb368eef183dd
 
2436
Author: Jorge González <jorgegonz@svn.gnome.org>
 
2437
Date:   2010-04-16
 
2438
 
 
2439
    Updated Spanish translation
 
2440
 
 
2441
M       po/es.po
 
2442
 
 
2443
commit 21d6fa87aa51bae5056efea6621da106200c927a
 
2444
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2445
Date:   2010-04-14
 
2446
 
 
2447
    Updated Slovenian translation
 
2448
 
 
2449
M       po/sl.po
 
2450
 
 
2451
commit 887095726d2aaa190c3fe2e79a9b995ab8439fa0
 
2452
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2453
Date:   2010-04-14
 
2454
 
 
2455
    Updated Slovenian translation
 
2456
 
 
2457
M       po/sl.po
 
2458
 
 
2459
commit ba28e329fed22a9c421d77f2866da701db78b4bd
 
2460
Author: Sandeep Shedmake <sshedmak@redhat.com>
 
2461
Date:   2010-04-13
 
2462
 
 
2463
    Updated Marathi Translations
 
2464
 
 
2465
M       po/mr.po
 
2466
 
 
2467
commit 982ca10ffa343f314726a86b140d132379bad2d8
 
2468
Merge: bc9af60 415ff9f
 
2469
Author: Federico Mena Quintero <federico@novell.com>
 
2470
Date:   2010-04-09
 
2471
 
 
2472
    Merge branch 'randr-assignment-errors'
 
2473
 
 
2474
commit 415ff9f57669a3f3e5b0e8550b5d027579424266
 
2475
Author: Federico Mena Quintero <federico@novell.com>
 
2476
Date:   2010-04-09
 
2477
 
 
2478
    Say when we start trying to assign a CRTC
 
2479
 
 
2480
    We use this to know if there were CRTCs at all, as opposed to
 
2481
    not having
 
2482
    any modes for a particular CRTC.
 
2483
 
 
2484
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
2485
 
 
2486
M       libgnome-desktop/gnome-rr-config.c
 
2487
 
 
2488
commit bc9af601a07528c388d9cb3fcaadfe14c8093117
 
2489
Author: Vincent Untz <vuntz@gnome.org>
 
2490
Date:   2010-04-09
 
2491
 
 
2492
    Fix typo in error message
 
2493
 
 
2494
    https://bugzilla.gnome.org/show_bug.cgi?id=615251
 
2495
 
 
2496
M       libgnome-desktop/gnome-rr-config.c
 
2497
 
 
2498
commit acd9bbc08ad2a81ad69b0c77d6a82424f2d7e0f7
 
2499
Author: Jorge González <jorgegonz@svn.gnome.org>
 
2500
Date:   2010-04-09
 
2501
 
 
2502
    Updated Spanish translation
 
2503
 
 
2504
M       po/es.po
 
2505
 
 
2506
commit ab65f7113bbe5a01d4ac0d9fe8d34e67a7ba73ea
 
2507
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
 
2508
Date:   2010-04-09
 
2509
 
 
2510
    Updated Thai translation.
 
2511
 
 
2512
M       po/th.po
 
2513
 
 
2514
commit 77e24b95f7646d7cf02fffcb5c666089e88f58b5
 
2515
Merge: da969dc adde41e
 
2516
Author: Federico Mena Quintero <federico@novell.com>
 
2517
Date:   2010-04-08
 
2518
 
 
2519
    Merge branch 'randr-assignment-errors'
 
2520
 
 
2521
    The algorithm used to assign RANDR's CRTCs to outputs is recursive,
 
2522
    and it
 
2523
    basically returned just success/failure.  However, to debug what
 
2524
    may be
 
2525
    wrong when CRTCs cannot be assigned to outputs ("I cannot change
 
2526
    my RANDR
 
2527
    configuration"), it is useful to have a log of what the algorithm
 
2528
    tried
 
2529
    to do.  This branch adds the necessary propagation of errors so that
 
2530
    the the public APIs return their GError with meaningful information
 
2531
    about
 
2532
    what failed.
 
2533
 
 
2534
commit adde41e2a4ee87f764150343cbfa39b2c59cb4e4
 
2535
Author: Federico Mena Quintero <federico@novell.com>
 
2536
Date:   2010-04-08
 
2537
 
 
2538
    Accumulate errors in the recursive real_assign_crtcs()
 
2539
 
 
2540
    When we need to debug why a CRTC assignment didn't succeed, we need
 
2541
    the full
 
2542
    log of what the algorithm tried to do.  This accumulates the
 
2543
    errors that
 
2544
    happen along the process inside real_assign_crtcs().  Before we could
 
2545
    silently leak the innermost errors, and we were ignoring them in
 
2546
    the end.
 
2547
 
 
2548
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
2549
 
 
2550
M       libgnome-desktop/gnome-rr-config.c
 
2551
 
 
2552
commit e2c2073097ede4b4d9bac4117a640a7821d28f46
 
2553
Author: Federico Mena Quintero <federico@novell.com>
 
2554
Date:   2010-04-06
 
2555
 
 
2556
    Return detailed errors from the CRTC assignment process
 
2557
 
 
2558
    We used to return just true/false when attempting to assign
 
2559
    CRTCs to outputs.  Now we return a real GError that explains
 
2560
    why CRTC assignment failed.  This is mainly for debugging,
 
2561
    not something intended to be seen by users.
 
2562
 
 
2563
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
2564
 
 
2565
M       libgnome-desktop/gnome-rr-config.c
 
2566
 
 
2567
commit da969dc613c57e61539a0882b2b775a45410f9de
 
2568
Author: Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>
 
2569
Date:   2010-04-06
 
2570
 
 
2571
    Updated Malay translation for gnome-desktop
 
2572
 
 
2573
M       po/ms.po
 
2574
 
 
2575
commit 1ee3019ae5ebf4315ef6a81aa072c0fa09e3cb5e
 
2576
Author: Jordi Serratosa <jordis.lists@gmail.com>
 
2577
Date:   2010-04-02
 
2578
 
 
2579
    Fixes to Catalan translation
 
2580
 
 
2581
M       po/ca.po
 
2582
 
 
2583
commit 3b628e0b63d57cfd499c16dc91770b4910a3ccc2
 
2584
Author: Vincent Untz <vuntz@gnome.org>
 
2585
Date:   2010-03-30
 
2586
 
 
2587
    [release] post-release bump to 2.30.1
 
2588
 
 
2589
M       configure.in
 
2590
 
 
2591
commit 5664876ad99bd856c2341c5e29e190dcbc34bb39
 
2592
Author: Vincent Untz <vuntz@gnome.org>
 
2593
Date:   2010-03-30
 
2594
 
 
2595
    [release] 2.30.0
 
2596
 
 
2597
M       NEWS
 
2598
M       README
 
2599
 
 
2600
commit 02a2110544e186f2e8597340d6635af5e5355fc0
 
2601
Author: Matthias Clasen <mclasen@redhat.com>
 
2602
Date:   2010-03-09
 
2603
 
 
2604
    Ignore errors when setting the monitor size fails
 
2605
 
 
2606
    Otherwise the front-end application might crash with BadMatch.
 
2607
 
 
2608
    https://bugzilla.gnome.org/show_bug.cgi?id=599914
 
2609
 
 
2610
M       libgnome-desktop/gnome-rr.c
 
2611
 
 
2612
commit abb3475e07a26664781ff69694860b59f9a12aff
 
2613
Author: Wouter Bolsterlee <wbolster@gnome.org>
 
2614
Date:   2010-03-30
 
2615
 
 
2616
    Dutch translation updated by Wouter Bolsterlee
 
2617
 
 
2618
M       po/nl.po
 
2619
 
 
2620
commit c853a66c63dea6bf86c58c3e5bf40a1c4acc9c3f
 
2621
Author: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
 
2622
Date:   2010-03-30
 
2623
 
 
2624
    Updated Japanese translation.
 
2625
 
 
2626
M       po/ja.po
 
2627
 
 
2628
commit 006183d5227fc6a78a1f61961ee2e1f293a67729
 
2629
Author: Ask H. Larsen <asklarsen@gmail.com>
 
2630
Date:   2010-03-27
 
2631
 
 
2632
    Updated Danish translation
 
2633
 
 
2634
M       po/da.po
 
2635
 
 
2636
commit 83835d30de48632d23580cc6c67db340b52e7fdd
 
2637
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
 
2638
Date:   2010-03-27
 
2639
 
 
2640
    Updated Greek translation for gnome-desktop
 
2641
 
 
2642
M       po/el.po
 
2643
 
 
2644
commit d67950353498caaa9bdf1cd6adfec2aa219c7d3f
 
2645
Author: Jamil Ahmed <itsjamil@gmail.com>
 
2646
Date:   2010-03-27
 
2647
 
 
2648
    Updated Bengali translation
 
2649
 
 
2650
M       po/bn.po
 
2651
 
 
2652
commit 4ecbd8c42ae8080bf61d5fa1dea69a67e06f1b5f
 
2653
Author: Vincent Untz <vuntz@gnome.org>
 
2654
Date:   2010-03-27
 
2655
 
 
2656
    Move translator comment to the right place
 
2657
 
 
2658
    It wasn't visible to translators.
 
2659
 
 
2660
    https://bugzilla.gnome.org/show_bug.cgi?id=610571
 
2661
 
 
2662
M       libgnome-desktop/gnome-rr.c
 
2663
 
 
2664
commit 305ca688de0690d0e613d50ad80a5ee91352aa8d
 
2665
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
2666
Date:   2010-03-26
 
2667
 
 
2668
    Updated Ukrainian translation
 
2669
 
 
2670
M       po/uk.po
 
2671
 
 
2672
commit 847aa389d019a23adb7f1f21861d2fccce056440
 
2673
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
2674
Date:   2010-03-26
 
2675
 
 
2676
    Updated Ukrainian translation
 
2677
 
 
2678
M       po/uk.po
 
2679
 
 
2680
commit a708b18d63ac09a98af34701f633f9f640485bdb
 
2681
Author: Miloš Popović <mpopovic@src.gnome.org>
 
2682
Date:   2010-03-23
 
2683
 
 
2684
    Updated Serbian translations
 
2685
 
 
2686
M       po/sr.po
 
2687
M       po/sr@latin.po
 
2688
 
 
2689
commit 1eaf95f6473601d18a4031312c6b9f85bd75a9ac
 
2690
Author: Piotr Drąg <piotrdrag@gmail.com>
 
2691
Date:   2010-03-22
 
2692
 
 
2693
    Updated Polish translation
 
2694
 
 
2695
M       po/pl.po
 
2696
 
 
2697
commit 81269d6d65ae3e54d7e466dcf3c195be24f5779d
 
2698
Author: Badral Sanligiin <badral@openmn.org>
 
2699
Date:   2010-03-22
 
2700
 
 
2701
    Updated Mongolian translation
 
2702
 
 
2703
M       po/mn.po
 
2704
 
 
2705
commit f02b837f3f617a1b13b2ddfb567a7a5cbcdfd680
 
2706
Author: Adi Roiban <adi@roiban.ro>
 
2707
Date:   2010-03-22
 
2708
 
 
2709
    Update Romanian translation
 
2710
 
 
2711
M       po/ro.po
 
2712
 
 
2713
commit b5b0700d189dd6db661e43bcd526965ca76da98d
 
2714
Author: vasudeven <agnihot3@gmail.com>
 
2715
Date:   2010-03-20
 
2716
 
 
2717
    updated Tamil translation
 
2718
 
 
2719
M       po/ta.po
 
2720
 
 
2721
commit 1765a6ea3e72d7c525000a8eaa305536fc0e3cdd
 
2722
Author: Petr Kovar <pknbe@volny.cz>
 
2723
Date:   2010-03-20
 
2724
 
 
2725
    Update Czech translation
 
2726
 
 
2727
M       po/cs.po
 
2728
 
 
2729
commit 13cf2ce3fe1df3acc4e0d1d7bff0943094ffbd3d
 
2730
Author: Reşat SABIQ <tilde.birlik@gmail.com>
 
2731
Date:   2010-03-18
 
2732
 
 
2733
    Updated Crimean Tatar (Crimean Turkish) translation
 
2734
 
 
2735
M       po/crh.po
 
2736
 
 
2737
commit 5105e259151e7efaab918b1f3940bbb9ed178ae5
 
2738
Author: Tommi Vainikainen <thv@iki.fi>
 
2739
Date:   2010-03-18
 
2740
 
 
2741
    Updated Finnish translation
 
2742
 
 
2743
M       po/fi.po
 
2744
 
 
2745
commit f4d73e9d5a8b747bb50573671f848e2fa4808ba1
 
2746
Author: A S Alam <aalam@users.sf.net>
 
2747
Date:   2010-03-17
 
2748
 
 
2749
    updating for Punjabi by A S Alam
 
2750
 
 
2751
M       po/pa.po
 
2752
 
 
2753
commit 2de4100ba4e8f2e4de2f9c3487454305f5da9571
 
2754
Author: Matthias Clasen <mclasen@redhat.com>
 
2755
Date:   2010-03-16
 
2756
 
 
2757
    Fix crash in gradient handling code
 
2758
 
 
2759
    https://bugzilla.gnome.org/show_bug.cgi?id=606456
 
2760
 
 
2761
M       libgnome-desktop/gnome-bg.c
 
2762
 
 
2763
commit be049e40539b0016e90f2b64380f63933c46b050
 
2764
Author: Marcel Telka <marcel@telka.sk>
 
2765
Date:   2010-03-15
 
2766
 
 
2767
    Updated Slovak translation
 
2768
 
 
2769
M       po/sk.po
 
2770
 
 
2771
commit bfaf1c2b4e79bd01c228a48bb999bdfbd3ae9a2e
 
2772
Author: Milo Casagrande <milo@ubuntu.com>
 
2773
Date:   2010-03-13
 
2774
 
 
2775
    Updated Italian translation
 
2776
 
 
2777
M       po/it.po
 
2778
 
 
2779
commit 47e6c62d16962f1d2485b840e2a02dffff3d2402
 
2780
Author: Gil Forcada <gforcada@gnome.org>
 
2781
Date:   2010-03-13
 
2782
 
 
2783
    Updated Catalan translation
 
2784
 
 
2785
M       po/ca.po
 
2786
 
 
2787
commit 94a98105c8dbf222f9e7b57cf8a7a6347ad61b1d
 
2788
Author: Denis ARNAUD <denisarnuad@yahoo.fr>
 
2789
Date:   2010-03-12
 
2790
 
 
2791
    updated breton translation
 
2792
 
 
2793
M       po/br.po
 
2794
 
 
2795
commit 49d12bc1c664898e570b4a87867c0d46265cbffa
 
2796
Author: Vincent Untz <vuntz@gnome.org>
 
2797
Date:   2010-03-10
 
2798
 
 
2799
    Fix build with -DGSEAL_ENABLE
 
2800
 
 
2801
    The changes are simple here.
 
2802
 
 
2803
M       libgnome-desktop/gnome-rr-labeler.c
 
2804
 
 
2805
commit eb4d87567da0b61fb007d2f91fbf6ddcb6c324dc
 
2806
Author: Vincent Untz <vuntz@gnome.org>
 
2807
Date:   2010-03-09
 
2808
 
 
2809
    [build] Add gtk-doc build to configure summary
 
2810
 
 
2811
M       configure.in
 
2812
 
 
2813
commit cc8b77561beb73deddeab7e26a9b25d03392cbf4
 
2814
Author: Vincent Untz <vuntz@gnome.org>
 
2815
Date:   2010-03-09
 
2816
 
 
2817
    [build] Spaces instead of tabs in configure.in
 
2818
 
 
2819
M       configure.in
 
2820
 
 
2821
commit dfd02babc53833d7476f8ed7676e9766c4504590
 
2822
Author: Vincent Untz <vuntz@gnome.org>
 
2823
Date:   2010-03-09
 
2824
 
 
2825
    [build] Add configure output summary
 
2826
 
 
2827
M       configure.in
 
2828
 
 
2829
commit d175819881538f51a14072b1ef50f216a1de9332
 
2830
Author: Vincent Untz <vuntz@gnome.org>
 
2831
Date:   2010-03-09
 
2832
 
 
2833
    [build] Really fix build without randr
 
2834
 
 
2835
M       configure.in
 
2836
M       libgnome-desktop/gnome-rr-config.c
 
2837
M       libgnome-desktop/gnome-rr-private.h
 
2838
 
 
2839
commit e49bdba1080a9350596e942f5019d607a12d5dd4
 
2840
Author: Rob Taylor <rob.taylor@codethink.co.uk>
 
2841
Date:   2010-03-09
 
2842
 
 
2843
    Fix build failure with GTK 2.19+
 
2844
 
 
2845
    GTK_WIDGET_STATE is now deprecated. Replaces use with
 
2846
    gtk_widget_get_state,
 
2847
    available as of GTK+ 2.18
 
2848
 
 
2849
M       configure.in
 
2850
M       libgnome-desktop/gnome-rr-labeler.c
 
2851
 
 
2852
commit 34f0aaa22f5ee4517d06b9b9ed92c853ef774348
 
2853
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
2854
Date:   2010-03-09
 
2855
 
 
2856
    Updated Portuguese translation
 
2857
 
 
2858
M       po/pt.po
 
2859
 
 
2860
commit 0a9ed4b4281372251c8593601ece66d7541034a8
 
2861
Author: Vincent Untz <vuntz@gnome.org>
 
2862
Date:   2010-03-08
 
2863
 
 
2864
    [release] post-release bump to 2.30.0
 
2865
 
 
2866
M       configure.in
 
2867
 
 
2868
commit 3def4f9524d73773666285b511ec6de6f62d83ea
 
2869
Author: Vincent Untz <vuntz@gnome.org>
 
2870
Date:   2010-03-08
 
2871
 
 
2872
    [release] 2.29.92
 
2873
 
 
2874
M       NEWS
 
2875
M       README
 
2876
 
 
2877
commit f2d2ad73988315529ceab9677e8584f7e20241ce
 
2878
Author: Matthias Clasen <mclasen@redhat.com>
 
2879
Date:   2010-03-08
 
2880
 
 
2881
    Drop pixbuf cache before switching slides
 
2882
 
 
2883
    Otherwise, the wrong frame gets shown in the switch.
 
2884
 
 
2885
    http://bugzilla.gnome.org/show_bug.cgi?id=601753
 
2886
 
 
2887
M       libgnome-desktop/gnome-bg.c
 
2888
 
 
2889
commit 2cd24e12c0a1df48491c76e2321f2ef2cd6219d6
 
2890
Author: Vincent Untz <vuntz@gnome.org>
 
2891
Date:   2010-03-08
 
2892
 
 
2893
    [gnome-about] Add main category to desktop file
 
2894
 
 
2895
    And also add NoDisplay=true since we don't want gnome-about to be
 
2896
    visible in the menus.
 
2897
 
 
2898
    https://bugzilla.gnome.org/show_bug.cgi?id=599761
 
2899
 
 
2900
M       gnome-about/gnome-about.desktop.in.in
 
2901
 
 
2902
commit 86c08cc7086265e174b145dc66561ec77565c68f
 
2903
Author: Changwoo Ryu <cwryu@debian.org>
 
2904
Date:   2010-03-06
 
2905
 
 
2906
    Updated Korean translation
 
2907
 
 
2908
M       po/ko.po
 
2909
 
 
2910
commit e2b005e900c20dd4bc5dde4dd54d60f4efdd24e9
 
2911
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
2912
Date:   2010-03-06
 
2913
 
 
2914
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
2915
 
 
2916
M       po/zh_HK.po
 
2917
M       po/zh_TW.po
 
2918
 
 
2919
commit 646620732054771566af4bf8c91bd65247fc4544
 
2920
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
2921
Date:   2010-03-05
 
2922
 
 
2923
    Updated Hungarian translation
 
2924
 
 
2925
M       po/hu.po
 
2926
 
 
2927
commit 510c9aa1a806db5ccf665e4592af2393474ab1d8
 
2928
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
 
2929
Date:   2010-03-05
 
2930
 
 
2931
    Updated Lithuanian translation.
 
2932
 
 
2933
M       po/lt.po
 
2934
 
 
2935
commit 3b4a796f778577955d1904884dde56da95076037
 
2936
Author: Fran Diéguez <frandieguez@ubuntu.com>
 
2937
Date:   2010-03-05
 
2938
 
 
2939
    Update Galician translation
 
2940
 
 
2941
M       po/gl.po
 
2942
 
 
2943
commit b5286368971463139b93365c6ea6e189ffa1f05f
 
2944
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
2945
Date:   2010-03-04
 
2946
 
 
2947
    Updated Basque language
 
2948
 
 
2949
M       po/eu.po
 
2950
 
 
2951
commit e9e1abb9b1a4b973147da11f1c53735596385f8b
 
2952
Author: Matthias Clasen <mclasen@redhat.com>
 
2953
Date:   2010-03-04
 
2954
 
 
2955
    Fix a segfault
 
2956
 
 
2957
    Since output_free() frees display_name, we always have to dupe it.
 
2958
 
 
2959
M       libgnome-desktop/gnome-rr-config.c
 
2960
 
 
2961
commit b0ceb791fecc07aa0a77fd641fc5d7357368aaba
 
2962
Author: Vincent Untz <vuntz@gnome.org>
 
2963
Date:   2010-03-04
 
2964
 
 
2965
    Fix build with GNOME_DISABLE_DEPRECATED
 
2966
 
 
2967
    We need to undefine GNOME_DISABLE_DEPRECATED in gnome-rr.c to
 
2968
    make sure
 
2969
    all definitions of functions in gnome-rr.h are seen.
 
2970
 
 
2971
M       libgnome-desktop/gnome-rr.c
 
2972
 
 
2973
commit a49f574059c23fcb72f354993b1764a73ff2d1f8
 
2974
Author: Leonid Kanter <leon@asplinux.ru>
 
2975
Date:   2010-03-04
 
2976
 
 
2977
    Update Russian translation by Yury Kozlov
 
2978
 
 
2979
M       po/ru.po
 
2980
 
 
2981
commit 9255c9244e34f0bb662b172ef5314409208b1e64
 
2982
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
2983
Date:   2010-03-04
 
2984
 
 
2985
    Added LowGerman translation
 
2986
 
 
2987
M       desktop-docs/gpl/Makefile.am
 
2988
 
 
2989
commit 1dc971f45ff89fdc69daef042874fe4afb8adfc0
 
2990
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
2991
Date:   2010-03-04
 
2992
 
 
2993
    Added LowGerman translation
 
2994
 
 
2995
M       desktop-docs/ChangeLog.pre-git
 
2996
 
 
2997
commit 12f3289e1be0ac766a2cb0d733afac89bb90f984
 
2998
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
2999
Date:   2010-03-04
 
3000
 
 
3001
    Added LowGerman translation
 
3002
 
 
3003
A       desktop-docs/gpl/nds/nds.po
 
3004
 
 
3005
commit cd626c53ae81a133f08cda45e4c0cc54f8d3196d
 
3006
Author: Kjartan Maraas <kmaraas@gnome.org>
 
3007
Date:   2010-03-03
 
3008
 
 
3009
    Updated Norwegian bokmål translation
 
3010
 
 
3011
M       po/nb.po
 
3012
 
 
3013
commit 8c25f6a54dd170407902e24b68bfe55792e4694d
 
3014
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
 
3015
Date:   2010-03-01
 
3016
 
 
3017
    Updated Thai translation.
 
3018
 
 
3019
M       po/th.po
 
3020
 
 
3021
commit 104995df90342d21e6a33569aa6c1ce1df70c675
 
3022
Author: Daniel Nylander <po@danielnylander.se>
 
3023
Date:   2010-02-28
 
3024
 
 
3025
    Updated Swedish translation
 
3026
 
 
3027
M       po/sv.po
 
3028
 
 
3029
commit 4f64a20a7ffe3f7057913f79086f7e7dbedd4a96
 
3030
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
 
3031
Date:   2010-02-27
 
3032
 
 
3033
    Updated Norwegian Nynorsk translation
 
3034
 
 
3035
M       po/nn.po
 
3036
 
 
3037
commit 3546341922a237e7cd24781360f6647f51f917fc
 
3038
Author: Claude Paroz <claude@2xlibre.net>
 
3039
Date:   2010-02-27
 
3040
 
 
3041
    Updated French translation
 
3042
 
 
3043
M       po/fr.po
 
3044
 
 
3045
commit 248bf499ceadcd7bcc426c7071ce6e5076fd56b9
 
3046
Author: Antonio Fernandes C. Neto <fernandes@pelivre.org>
 
3047
Date:   2010-02-25
 
3048
 
 
3049
    Updated Brazilian Portuguese translation
 
3050
 
 
3051
    Reviewer: Vladimir Melo <vmelo@gnome.org>
 
3052
 
 
3053
M       po/pt_BR.po
 
3054
 
 
3055
commit 5f9ce3c0f1ee7b11ff256ed437f700d899663d8f
 
3056
Author: Piotr Drąg <piotrdrag@gmail.com>
 
3057
Date:   2010-02-25
 
3058
 
 
3059
    Updated Polish translation
 
3060
 
 
3061
M       po/pl.po
 
3062
 
 
3063
commit 2712db7526a07d0179d38acfd648ba1fde004e9b
 
3064
Author: Bruce Cowan <bcowan@fastmail.co.uk>
 
3065
Date:   2010-02-24
 
3066
 
 
3067
    Updated British English translation
 
3068
 
 
3069
    Actually do it this time
 
3070
 
 
3071
M       po/en_GB.po
 
3072
 
 
3073
commit 22564c4d2e4ff9a564b9bf329af72920ea8c2452
 
3074
Author: Bruce Cowan <bcowan@fastmail.co.uk>
 
3075
Date:   2010-02-24
 
3076
 
 
3077
    Updated British English translation
 
3078
 
 
3079
M       po/en_GB.po
 
3080
 
 
3081
commit 4f1355bdbdb085d322b8663dec6769b514061054
 
3082
Author: Mario Blättermann <mariobl@gnome.org>
 
3083
Date:   2010-02-23
 
3084
 
 
3085
    Updated German translation
 
3086
 
 
3087
M       po/de.po
 
3088
 
 
3089
commit 1755b13e15ee60853276219cbcfbab63df679826
 
3090
Author: Alexander Shopov <ash@contact.bg>
 
3091
Date:   2010-02-23
 
3092
 
 
3093
    Updated Bulgarian translation
 
3094
 
 
3095
M       po/bg.po
 
3096
 
 
3097
commit 113d717602f8c82e905a90676490a4e5e5beb100
 
3098
Author: Ivar Smolin <okul@linux.ee>
 
3099
Date:   2010-02-23
 
3100
 
 
3101
    Estonian translation updated
 
3102
 
 
3103
M       po/et.po
 
3104
 
 
3105
commit 25268c607f8ab377f5e52bfd817450241919649b
 
3106
Author: Federico Mena Quintero <federico@novell.com>
 
3107
Date:   2010-02-22
 
3108
 
 
3109
    bgo#554263 - Allow compiling without RANDR libraries
 
3110
 
 
3111
    In this case, the crucial gnome_rr_screen_new() will simply return
 
3112
    NULL and a GError.
 
3113
 
 
3114
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3115
 
 
3116
M       libgnome-desktop/gnome-rr-private.h
 
3117
M       libgnome-desktop/gnome-rr.c
 
3118
 
 
3119
commit c88abbcac03b81b1d887038ff457bd9f0ca9570d
 
3120
Author: Federico Mena Quintero <federico@novell.com>
 
3121
Date:   2010-02-22
 
3122
 
 
3123
    Check for the RANDR library separately in configure.in
 
3124
 
 
3125
    We will support compiling without RANDR, for MacPorts and ancient
 
3126
    systems.
 
3127
 
 
3128
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3129
 
 
3130
M       configure.in
 
3131
 
 
3132
commit 60f318f3d5a890c267160562f54a048d862def18
 
3133
Merge: 4886011 019e6a7
 
3134
Author: Federico Mena Quintero <federico@novell.com>
 
3135
Date:   2010-02-22
 
3136
 
 
3137
    Merge branch 'randr-connector-type'
 
3138
 
 
3139
    This adds two new APIs:
 
3140
 
 
3141
    gnome_rr_output_get_connector_type()
 
3142
    gnome_rr_output_is_laptop()
 
3143
 
 
3144
    These will be used by gnome-settings-daemon/plugins/xrandr and
 
3145
    gnome-control-center/capplets/display.
 
3146
 
 
3147
commit 019e6a765c1df05ad2571f803e4dfc49de5d164f
 
3148
Author: Federico Mena Quintero <federico@novell.com>
 
3149
Date:   2010-02-22
 
3150
 
 
3151
    Bump LT_VERSION for the added gnome-rr APIs
 
3152
 
 
3153
    gnome_rr_output_get_connector_type()
 
3154
    gnome_rr_output_is_laptop()
 
3155
 
 
3156
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3157
 
 
3158
M       configure.in
 
3159
 
 
3160
commit 6b28613b1fd759c8ab9b72a54c8684197e94e53a
 
3161
Author: Federico Mena Quintero <federico@novell.com>
 
3162
Date:   2010-02-22
 
3163
 
 
3164
    Oops, free the prop in the error case as well
 
3165
 
 
3166
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3167
 
 
3168
M       libgnome-desktop/gnome-rr.c
 
3169
 
 
3170
commit 4886011dead4492568b22eb448e8e44af9408707
 
3171
Author: Jorge González <jorgegonz@svn.gnome.org>
 
3172
Date:   2010-02-22
 
3173
 
 
3174
    Updated Spanish translation
 
3175
 
 
3176
M       po/es.po
 
3177
 
 
3178
commit b67d48ec48c110f71b3c1e5cf0904f01edd20aca
 
3179
Author: Vincent Untz <vuntz@gnome.org>
 
3180
Date:   2010-02-22
 
3181
 
 
3182
    [release] post-release bump to 2.29.92
 
3183
 
 
3184
M       configure.in
 
3185
 
 
3186
commit 3f6659fffa71d87bfb2bb54ff267af4a60cffbc9
 
3187
Author: Vincent Untz <vuntz@gnome.org>
 
3188
Date:   2010-02-22
 
3189
 
 
3190
    [release] 2.29.91
 
3191
 
 
3192
M       NEWS
 
3193
M       README
 
3194
M       configure.in
 
3195
 
 
3196
commit 7fdb4021f379522d5ebf607dd96122cbd9570292
 
3197
Author: Matej Urbančič <mateju@svn.gnome.org>
 
3198
Date:   2010-02-22
 
3199
 
 
3200
    Updated Slovenian translation
 
3201
 
 
3202
M       po/sl.po
 
3203
 
 
3204
commit ee4c429acdcbe62d4f0fb6108e1b3177e85dbe41
 
3205
Author: Matej Urbančič <mateju@svn.gnome.org>
 
3206
Date:   2010-02-22
 
3207
 
 
3208
    Updated Slovenian translation
 
3209
 
 
3210
M       po/sl.po
 
3211
 
 
3212
commit e388b6eadc40bb85bae726203406b385c573ac91
 
3213
Author: Vincent Untz <vuntz@gnome.org>
 
3214
Date:   2010-02-22
 
3215
 
 
3216
    Add translator comment
 
3217
 
 
3218
    https://bugzilla.gnome.org/show_bug.cgi?id=610567
 
3219
 
 
3220
M       libgnome-desktop/gnome-desktop-item.c
 
3221
 
 
3222
commit 5c5aebb6fc9d06273c1048fa1847c53218eb8137
 
3223
Author: Khaled Hosny <khaledhosny@eglug.org>
 
3224
Date:   2010-02-22
 
3225
 
 
3226
    Updated Arabic translation
 
3227
 
 
3228
M       po/ar.po
 
3229
 
 
3230
commit 068461b3d4216eaca47adc7bf4ff4eb546e80f60
 
3231
Author: Vincent Untz <vuntz@gnome.org>
 
3232
Date:   2010-02-22
 
3233
 
 
3234
    Add translator comments, and a context for one string
 
3235
 
 
3236
    https://bugzilla.gnome.org/show_bug.cgi?id=610566
 
3237
    https://bugzilla.gnome.org/show_bug.cgi?id=610571
 
3238
 
 
3239
M       libgnome-desktop/display-name.c
 
3240
M       libgnome-desktop/gnome-rr.c
 
3241
 
 
3242
commit ee4e55fbc2d8bf4faef96f02183c417f64f79946
 
3243
Author: Vincent Untz <vuntz@gnome.org>
 
3244
Date:   2010-02-22
 
3245
 
 
3246
    Improve error string
 
3247
 
 
3248
    https://bugzilla.gnome.org/show_bug.cgi?id=610568
 
3249
 
 
3250
M       libgnome-desktop/gnome-desktop-item.c
 
3251
 
 
3252
commit 14c78662f95e2885bbf35ff6ba3f150ed749eef7
 
3253
Author: Federico Mena Quintero <federico@novell.com>
 
3254
Date:   2010-02-19
 
3255
 
 
3256
    Build a laptop's display name more robustly
 
3257
 
 
3258
    Use gnome_rr_output_is_laptop(), which has better logic
 
3259
    than what was in make_display_name().  Now that latter function
 
3260
    just builds display names based on vendor names.
 
3261
 
 
3262
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3263
 
 
3264
M       libgnome-desktop/display-name.c
 
3265
M       libgnome-desktop/edid.h
 
3266
M       libgnome-desktop/gnome-rr-config.c
 
3267
 
 
3268
commit f9e4d4e7017b97204502dc89356d85e121ca41cd
 
3269
Author: Federico Mena Quintero <federico@novell.com>
 
3270
Date:   2010-02-19
 
3271
 
 
3272
    Add gnome_rr_output_is_laptop()
 
3273
 
 
3274
    Detecting a laptop's built-in LCD takes some trickery, so we now
 
3275
    have a function to do it.
 
3276
 
 
3277
    You would think that all versions of RANDR would make this easy,
 
3278
    but noooooo, why cater to userspace's needs when you can just
 
3279
    throw together APIs without ever thinking of how people may
 
3280
    need to use them.
 
3281
 
 
3282
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3283
 
 
3284
M       libgnome-desktop/gnome-rr.c
 
3285
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
3286
 
 
3287
commit 6f57fded4ab4a409795c8d97f998dbefe8998db9
 
3288
Author: Federico Mena Quintero <federico@novell.com>
 
3289
Date:   2010-02-19
 
3290
 
 
3291
    Add gnome_rr_output_get_connector_type()
 
3292
 
 
3293
    We will need this to identify a laptop's built-in LCD robustly when
 
3294
    RANDR 1.3 is present.
 
3295
 
 
3296
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3297
 
 
3298
M       libgnome-desktop/gnome-rr-private.h
 
3299
M       libgnome-desktop/gnome-rr.c
 
3300
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
3301
 
 
3302
commit 8eb0886312751054e2e6d9b10eedbb0ddf180deb
 
3303
Author: Matthias Clasen <mclasen@redhat.com>
 
3304
Date:   2010-02-18
 
3305
 
 
3306
    Add a picture option to make the background span monitors
 
3307
 
 
3308
    This feature was lost in 2.28, and people miss it. See bug 603551.
 
3309
 
 
3310
M       libgnome-desktop/gnome-bg.c
 
3311
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
3312
 
 
3313
commit e07bde7f2c2208b62c46f5669e59a98e5cc26b9b
 
3314
Author: Fran Diéguez <frandieguez@ubuntu.com>
 
3315
Date:   2010-02-15
 
3316
 
 
3317
    Updated Galician translation
 
3318
 
 
3319
M       po/gl.po
 
3320
 
 
3321
commit 9a2c931869214d5113e3c9246cc36c094bd211fe
 
3322
Author: Matthias Clasen <mclasen@redhat.com>
 
3323
Date:   2010-02-14
 
3324
 
 
3325
    Fix a memory leak
 
3326
 
 
3327
    This was reported in bug 590455
 
3328
 
 
3329
M       libgnome-desktop/gnome-bg.c
 
3330
 
 
3331
commit 3babd4a7409c4c987a0721026b85785e504ed9ee
 
3332
Author: Vincent Untz <vuntz@gnome.org>
 
3333
Date:   2010-02-09
 
3334
 
 
3335
    [release] post-release bump to 2.29.91
 
3336
 
 
3337
M       configure.in
 
3338
 
 
3339
commit 9205f91a878b9d009139991d2f86732ae6fcc066
 
3340
Author: Vincent Untz <vuntz@gnome.org>
 
3341
Date:   2010-02-09
 
3342
 
 
3343
    [release] 2.29.90
 
3344
 
 
3345
M       NEWS
 
3346
M       README
 
3347
M       configure.in
 
3348
 
 
3349
commit 60e6f6392bc20e3d66e4be4a73e5ef4baf67c9f1
 
3350
Author: Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
 
3351
Date:   2010-02-06
 
3352
 
 
3353
    Updated Malay translation
 
3354
 
 
3355
M       po/ms.po
 
3356
 
 
3357
commit 6d76afefa1c150827dada60f4d8943241aa239c8
 
3358
Author: Marios Zindilis <m.zindilis@dmajor.org>
 
3359
Date:   2010-02-05
 
3360
 
 
3361
    Updated Greek translation
 
3362
 
 
3363
M       po/el.po
 
3364
 
 
3365
commit 9ce0c8ef1753035c4dabb9d40cc67ecfa1d03a62
 
3366
Author: Anousak Souphavanh <anousak@gmail.com>
 
3367
Date:   2010-02-02
 
3368
 
 
3369
    Updated Lao translation
 
3370
 
 
3371
M       po/lo.po
 
3372
 
 
3373
commit 1fe1262aee8a763dd980b3441d0ebe0b96c166f8
 
3374
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
 
3375
Date:   2010-01-28
 
3376
 
 
3377
    Updated Norwegian Nynorsk translation
 
3378
 
 
3379
M       po/nn.po
 
3380
 
 
3381
commit abed95d6dd11d73106b2ae556a3e1b97153e8542
 
3382
Author: Vincent Untz <vuntz@gnome.org>
 
3383
Date:   2010-01-27
 
3384
 
 
3385
    [release] post-release bump to 2.29.90
 
3386
 
 
3387
M       configure.in
 
3388
 
 
3389
commit e7290c3ab34e339e11f0fc58582f346b61ac22f5
 
3390
Author: Vincent Untz <vuntz@gnome.org>
 
3391
Date:   2010-01-27
 
3392
 
 
3393
    [release] 2.29.6
 
3394
 
 
3395
M       NEWS
 
3396
M       README
 
3397
 
 
3398
commit 98a83f884c46b1955cb817bd1673d97b25d527ed
 
3399
Author: Jamil Ahmed <itsjamil@gmail.com>
 
3400
Date:   2010-01-22
 
3401
 
 
3402
    Updated Bengali translation
 
3403
 
 
3404
M       po/bn.po
 
3405
 
 
3406
commit 33b23b2a30309ad9fb745ed973cb4fd76cfc8fad
 
3407
Author: Erdal Ronahi <erdal.ronahi@gmail.com>
 
3408
Date:   2010-01-16
 
3409
 
 
3410
    Updated Kurdish translations
 
3411
 
 
3412
M       po/ku.po
 
3413
 
 
3414
commit 94e5547c460465872650f6013c8cb230f7057966
 
3415
Author: Vincent Untz <vuntz@gnome.org>
 
3416
Date:   2010-01-12
 
3417
 
 
3418
    [release] post-release bump to 2.29.6
 
3419
 
 
3420
M       configure.in
 
3421
 
 
3422
commit cab2ec6ef28c2c1d0ec8fb597892faefe803a303
 
3423
Author: Vincent Untz <vuntz@gnome.org>
 
3424
Date:   2010-01-12
 
3425
 
 
3426
    [release] 2.29.5
 
3427
 
 
3428
M       NEWS
 
3429
M       README
 
3430
 
 
3431
commit 2692baee971d7f80a6e4da0538ecec64b2e319bd
 
3432
Author: Vincent Untz <vuntz@gnome.org>
 
3433
Date:   2010-01-05
 
3434
 
 
3435
    [misc] Bump soname since ABI was broken
 
3436
 
 
3437
    The per-monitor backgrounds commit (303111fc) changes an API.
 
3438
 
 
3439
M       configure.in
 
3440
 
 
3441
commit 027292acdc3e303e6a7edfbc68395a41466f2a39
 
3442
Author: Matthias Clasen <mclasen@redhat.com>
 
3443
Date:   2009-12-22
 
3444
 
 
3445
    Bump version
 
3446
 
 
3447
M       configure.in
 
3448
 
 
3449
commit a6efab3423865e3603a9ba05e4ef566dc2736b9c
 
3450
Author: Matthias Clasen <mclasen@redhat.com>
 
3451
Date:   2009-12-22
 
3452
 
 
3453
    2.29.4
 
3454
 
 
3455
M       NEWS
 
3456
 
 
3457
commit af477956ddd06e3821bbcc3e9337a637fe91584a
 
3458
Author: William Jon McCann <jmccann@redhat.com>
 
3459
Date:   2009-12-15
 
3460
 
 
3461
    Fix refcounting issues leading to leaks
 
3462
 
 
3463
    Removes a FIXME by expecting all get_ functions to return refs.
 
3464
 
 
3465
M       libgnome-desktop/gnome-bg.c
 
3466
 
 
3467
commit 5a080e8f12ed6da1b1d1df545d15870742b99c2b
 
3468
Author: William Jon McCann <jmccann@redhat.com>
 
3469
Date:   2009-12-11
 
3470
 
 
3471
    Fix drawing gradients and always clip to the monitor region
 
3472
 
 
3473
M       libgnome-desktop/gnome-bg.c
 
3474
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
3475
 
 
3476
commit c68c8122a761fe22f09d56dbf863eeaaabd4a3ee
 
3477
Author: William Jon McCann <jmccann@redhat.com>
 
3478
Date:   2009-12-10
 
3479
 
 
3480
    don't try to scale null images
 
3481
 
 
3482
M       libgnome-desktop/gnome-bg.c
 
3483
 
 
3484
commit 303111fc48a74addbf408ddd47d6d88ca43b5e45
 
3485
Author: William Jon McCann <jmccann@redhat.com>
 
3486
Date:   2009-11-08
 
3487
 
 
3488
    Add per-monitor backgrounds support
 
3489
 
 
3490
    The idea of this is to draw backgrounds to fit each monitor
 
3491
    individually instead of filling the entire root window of the
 
3492
    screen with a single image stretched across monitors.
 
3493
 
 
3494
    Based on a patch by Chris Wright <dhasenan@gmail.com>
 
3495
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=147808
 
3496
 
 
3497
M       libgnome-desktop/gnome-bg.c
 
3498
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
3499
 
 
3500
commit ead3ad9c1b38ad69b29b1237dadc40aa22050ac8
 
3501
Author: Tao Wei <weitao1979@gmail.com>
 
3502
Date:   2009-12-09
 
3503
 
 
3504
    Update Simplified Chinese translation.
 
3505
 
 
3506
M       po/zh_CN.po
 
3507
 
 
3508
commit b03ff79cb96b54190623f3693198df6c9774a8d3
 
3509
Author: Vincent Untz <vuntz@gnome.org>
 
3510
Date:   2009-12-01
 
3511
 
 
3512
    [release] post-release bump to 2.29.4
 
3513
 
 
3514
M       configure.in
 
3515
 
 
3516
commit 0f39343c08180da6a928b823742b97fd0f49b409
 
3517
Author: Vincent Untz <vuntz@gnome.org>
 
3518
Date:   2009-12-01
 
3519
 
 
3520
    [release] 2.29.3
 
3521
 
 
3522
M       NEWS
 
3523
M       README
 
3524
M       configure.in
 
3525
 
 
3526
commit 84d17f73a92fe49eb2f79ae7d3b0e521f852e06e
 
3527
Author: Pascal Terjan <pterjan@mandriva.com>
 
3528
Date:   2009-11-27
 
3529
 
 
3530
    Avoid duplicating version number in configure.in
 
3531
 
 
3532
    2.28.1 was released with GNOME_MINOR set to 0 so gnome-about displays
 
3533
    2.28.0 instead of 2.28.1
 
3534
 
 
3535
    To avoid this issue this patch only defines the values once
 
3536
 
 
3537
    Signed-off-by: Pascal Terjan <pterjan@mandriva.com>
 
3538
 
 
3539
M       configure.in
 
3540
 
 
3541
commit 413256f9bc4346f12ee4f97ed73c3ee9fc6e830a
 
3542
Author: Vincent Untz <vuntz@gnome.org>
 
3543
Date:   2009-11-16
 
3544
 
 
3545
    [release] post-release bump to 2.29.3
 
3546
 
 
3547
M       configure.in
 
3548
 
 
3549
commit 1c57245a8918548d94b8832b19a255888474173f
 
3550
Author: Vincent Untz <vuntz@gnome.org>
 
3551
Date:   2009-11-16
 
3552
 
 
3553
    [release] 2.29.2
 
3554
 
 
3555
M       NEWS
 
3556
M       README
 
3557
M       configure.in
 
3558
 
 
3559
commit 1acd7255c4b240767ee09ccd4788d2e9fc6a88ca
 
3560
Author: Matthias Clasen <mclasen@redhat.com>
 
3561
Date:   2009-11-02
 
3562
 
 
3563
    Bump version to 2.29.0
 
3564
 
 
3565
M       configure.in
 
3566
 
 
3567
commit 3bb827f0afb04b351413db0d6efd1157ca992ab9
 
3568
Author: Matthias Clasen <mclasen@redhat.com>
 
3569
Date:   2009-11-02
 
3570
 
 
3571
    Add gamma api
 
3572
 
 
3573
    This is just a thin wrapper around the XRANDR 1.3 gamma handling.
 
3574
    It will be used by gnome-screensaver for proper gamma fading.
 
3575
 
 
3576
    Patch by David Airlie. See bug 597874.
 
3577
 
 
3578
M       libgnome-desktop/gnome-rr.c
 
3579
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
3580
 
 
3581
commit 6046be8176d36d91451fdf85a1321546b0b05e4b
 
3582
Author: Thomas Thurman <tthurman@gnome.org>
 
3583
Date:   2009-10-31
 
3584
 
 
3585
    Shavian translation
 
3586
 
 
3587
M       po/LINGUAS
 
3588
A       po/en@shaw.po
 
3589
 
 
3590
commit 8ba5e616ceb10ae8f1138eaa550ec65742195b78
 
3591
Author: Federico Mena Quintero <federico@novell.com>
 
3592
Date:   2009-09-20
 
3593
 
 
3594
    Allow rotation if the virtual size has the correct number of pixels
 
3595
 
 
3596
    We checked for the rotated size actually fitting in the virtual size;
 
3597
    now we just check for the virtual size having the required number
 
3598
    of pixels.
 
3599
 
 
3600
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
3601
 
 
3602
M       libgnome-desktop/gnome-rr-config.c
 
3603
 
 
3604
commit 601e7e8e276c24e5f72ec236741903447a34d751
 
3605
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
 
3606
Date:   2009-10-22
 
3607
 
 
3608
    Updated Low German translation
 
3609
 
 
3610
M       po/nds.po
 
3611
 
 
3612
commit 7631d5456897a315f58c6513098d37158401d687
 
3613
Author: Frédéric Péters <fpeters@0d.be>
 
3614
Date:   2009-10-22
 
3615
 
 
3616
    [release] post release bump to 2.28.2
 
3617
 
 
3618
M       configure.in
 
3619
 
 
3620
commit ba590ae234390af999b92568b0c38698ed2c2c08
 
3621
Author: Frédéric Péters <fpeters@0d.be>
 
3622
Date:   2009-10-22
 
3623
 
 
3624
    [release] 2.28.1
 
3625
 
 
3626
M       NEWS
 
3627
 
 
3628
commit 8947b354e617d0b93ef7ee6d33630556909bbe82
 
3629
Author: Frédéric Péters <fpeters@0d.be>
 
3630
Date:   2009-10-22
 
3631
 
 
3632
    [build] Use tar-ustar when disting
 
3633
 
 
3634
    Otherwise files with long names don't get in the tarball.
 
3635
 
 
3636
M       configure.in
 
3637
 
 
3638
commit dea2f8318c3d92a90cd87c6a3d6d93eb1401259a
 
3639
Author: Reşat SABIQ <tilde.birlik@gmail.com>
 
3640
Date:   2009-10-21
 
3641
 
 
3642
    Update for Crimean Tatar (Crimean Turkish) translation
 
3643
 
 
3644
M       po/crh.po
 
3645
 
 
3646
commit 5804f80c330924e0ce2b0ed61944e57f97190bb5
 
3647
Author: Leonid Kanter <leon@asplinux.ru>
 
3648
Date:   2009-10-20
 
3649
 
 
3650
    Updated Russian translation
 
3651
 
 
3652
M       po/ru.po
 
3653
 
 
3654
commit 7fa42b6e954a07d6c9ea88d5aa218d72e082dc8f
 
3655
Author: Leonid Kanter <leon@asplinux.ru>
 
3656
Date:   2009-10-20
 
3657
 
 
3658
    Updated Russian translation
 
3659
 
 
3660
M       po/ru.po
 
3661
 
 
3662
commit 45f7f77f3a6edea913b2cdc614ab5ac7c26d9e90
 
3663
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
3664
Date:   2009-10-12
 
3665
 
 
3666
    Updated Hebrew translation
 
3667
 
 
3668
M       po/he.po
 
3669
 
 
3670
commit 79dbd249d3ee28835f86cf2c05c86b07cac5c65c
 
3671
Author: Sveinn í Felli <sveinki@nett.is>
 
3672
Date:   2009-10-02
 
3673
 
 
3674
    Updated Icelandic translation
 
3675
 
 
3676
M       po/is.po
 
3677
 
 
3678
commit 84332e2640d8fcc542a3331accdd35edc743b41a
 
3679
Author: Vincent Untz <vuntz@gnome.org>
 
3680
Date:   2009-09-21
 
3681
 
 
3682
    [release] post-release bump to 2.28.1
 
3683
 
 
3684
M       configure.in
 
3685
 
 
3686
commit b5a7fc0bcc4f10cfbc258991c3afc7684b66416b
 
3687
Author: Vincent Untz <vuntz@gnome.org>
 
3688
Date:   2009-09-21
 
3689
 
 
3690
    [release] 2.28.0
 
3691
 
 
3692
M       NEWS
 
3693
M       README
 
3694
M       configure.in
 
3695
 
 
3696
commit a05895d8be84853b874b1f6e76b9cb2441cb0270
 
3697
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
 
3698
Date:   2009-09-21
 
3699
 
 
3700
    Updating Assamese translations
 
3701
 
 
3702
M       po/as.po
 
3703
 
 
3704
commit 80259d1ee912ed7626745f74e8579f5295da2cba
 
3705
Author: Petr Kovar <pknbe@volny.cz>
 
3706
Date:   2009-09-21
 
3707
 
 
3708
    Updated Czech translation
 
3709
 
 
3710
M       po/cs.po
 
3711
 
 
3712
commit 506a4de31d1dfee77c529b829135f874780f33f6
 
3713
Author: Rajesh Ranjan <rranjan@rranjan.csb>
 
3714
Date:   2009-09-20
 
3715
 
 
3716
    maithili update, translated by Sangeeta Kumari
 
3717
 
 
3718
M       po/mai.po
 
3719
 
 
3720
commit c46c458d6b32f3c4c46d3663ad0eaf9b4ed8dd5b
 
3721
Author: Gil Forcada <gforcada@gnome.org>
 
3722
Date:   2009-09-19
 
3723
 
 
3724
    Updated Catalan translation
 
3725
 
 
3726
M       po/ca.po
 
3727
 
 
3728
commit a15b9289eef6b2574c6e2dfaf0ea81eecb2c7e90
 
3729
Author: Daniel Nylander <po@danielnylander.se>
 
3730
Date:   2009-09-19
 
3731
 
 
3732
    Updated Swedish translation
 
3733
 
 
3734
M       po/sv.po
 
3735
 
 
3736
commit 907892757d76c02f4042fdf10d25a1ad5adb5c85
 
3737
Author: krishnababu k <kkrothap@redhat.ocm>
 
3738
Date:   2009-09-17
 
3739
 
 
3740
    Updated Telugu Translation
 
3741
 
 
3742
M       po/te.po
 
3743
 
 
3744
commit 275b28ab1e570bbb804d7b1885d906358fd806b7
 
3745
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
3746
Date:   2009-09-17
 
3747
 
 
3748
    Added Ukrainian translation
 
3749
 
 
3750
M       po/uk.po
 
3751
 
 
3752
commit 0b6c700435da3e439a41a37b84d2ed6f0b4cc640
 
3753
Author: Niels-Christoph Fiedler <linux@medienkompanie.de>
 
3754
Date:   2009-09-16
 
3755
 
 
3756
    Updated German translation
 
3757
 
 
3758
M       po/nds.po
 
3759
 
 
3760
commit 2c114d44eeb43af8838abbbf06ed2177e773ec00
 
3761
Author: Rajesh Ranjan <rranjan@rranjan.csb>
 
3762
Date:   2009-09-16
 
3763
 
 
3764
    hindi update by Rajesh Ranjan
 
3765
 
 
3766
M       po/hi.po
 
3767
 
 
3768
commit 8acb23e20909ed0c95906a32273b7a0259c5e329
 
3769
Author: Shankar Prasad <svenkate@redhat.com>
 
3770
Date:   2009-09-16
 
3771
 
 
3772
    Updated Kannada(kn) translation
 
3773
 
 
3774
M       po/kn.po
 
3775
 
 
3776
commit 323633c197c5e4cfe159c9e9ba4d495955908635
 
3777
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
 
3778
Date:   2009-09-15
 
3779
 
 
3780
    Updated Lithuanian translation.
 
3781
 
 
3782
M       po/lt.po
 
3783
 
 
3784
commit b613ab7106295c488282d614cb535d3303a2d873
 
3785
Author: Changwoo Ryu <cwryu@debian.org>
 
3786
Date:   2009-09-14
 
3787
 
 
3788
    Korean translation update
 
3789
 
 
3790
M       po/ko.po
 
3791
 
 
3792
commit aa46ecb91075ccc646d55248fc8b77c0b2f059e0
 
3793
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
3794
Date:   2009-09-13
 
3795
 
 
3796
    Updated Japanese translation
 
3797
 
 
3798
M       po/ja.po
 
3799
 
 
3800
commit 9215e0bcd1103fe82ba76c2e7bce6be8aeda4c63
 
3801
Author: Ask H. Larsen <asklarsen@gmail.com>
 
3802
Date:   2009-09-13
 
3803
 
 
3804
    Updated Danish translation
 
3805
 
 
3806
M       po/da.po
 
3807
 
 
3808
commit 34187290d7d1c0a54b563865d9922d841c9325d2
 
3809
Author: Philip Withnall <philip@tecnocode.co.uk>
 
3810
Date:   2009-09-12
 
3811
 
 
3812
    Updated British English translation
 
3813
 
 
3814
M       po/en_GB.po
 
3815
 
 
3816
commit 5bcb7dfd1bf628abf08d08222f09aac11b221696
 
3817
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
3818
Date:   2009-09-13
 
3819
 
 
3820
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
3821
 
 
3822
M       po/zh_HK.po
 
3823
M       po/zh_TW.po
 
3824
 
 
3825
commit 19957fdb3f4abd5b141b905f0723977a4e34e8ff
 
3826
Author: Tommi Vainikainen <thv@iki.fi>
 
3827
Date:   2009-09-12
 
3828
 
 
3829
    Updated Finnish translation
 
3830
 
 
3831
M       po/fi.po
 
3832
 
 
3833
commit 3d2d01a84c343b9478f3982a8dfbae58c5a93d7b
 
3834
Author: Ani <peter.ani@gmail.com>
 
3835
Date:   2009-09-12
 
3836
 
 
3837
    Updaeted Malayalam Translations
 
3838
 
 
3839
M       po/ml.po
 
3840
 
 
3841
commit ff088fededff8cc10706b7b9011fccda0a965da4
 
3842
Author: Sandeep Shedmake <sshedmak@redhat.com>
 
3843
Date:   2009-09-11
 
3844
 
 
3845
    Updated Marathi Translations
 
3846
 
 
3847
M       po/mr.po
 
3848
 
 
3849
commit 51be1290a829d69bf3693dc21da8e59008eb9ed0
 
3850
Author: Matej Urbančič <mateju@svn.gnome.org>
 
3851
Date:   2009-09-11
 
3852
 
 
3853
    Updated Slovenian translation
 
3854
 
 
3855
M       po/sl.po
 
3856
 
 
3857
commit b55463ba2790d44d93a5460112fb1733e5bfb949
 
3858
Author: A S Alam <aalam@users.sf.net>
 
3859
Date:   2009-09-11
 
3860
 
 
3861
    Updating Translation for Punjabi
 
3862
 
 
3863
M       po/pa.po
 
3864
 
 
3865
commit 334f00169e97a64b6deed94590e3cffbce41cc3f
 
3866
Author: Adi Roiban <adi@roiban.ro>
 
3867
Date:   2009-09-10
 
3868
 
 
3869
    Updated Romanian translation
 
3870
 
 
3871
M       po/ro.po
 
3872
 
 
3873
commit 36d4f708cd71dd46445d249a362f4745d665b43c
 
3874
Author: Denis ARNAUD <darnaud@src.gnome.org>
 
3875
Date:   2009-09-09
 
3876
 
 
3877
    Updated breton translation
 
3878
 
 
3879
M       po/br.po
 
3880
 
 
3881
commit 9e557e82d0930cb6c40ceeb1c6d13cd9f9fa53c7
 
3882
Author: Vincent Untz <vuntz@gnome.org>
 
3883
Date:   2009-09-09
 
3884
 
 
3885
    [release] post-release bump to 2.28.0
 
3886
 
 
3887
M       configure.in
 
3888
 
 
3889
commit 7efc22b8b11ce9f22ce21f9ede170f5e749f270e
 
3890
Author: Vincent Untz <vuntz@gnome.org>
 
3891
Date:   2009-09-09
 
3892
 
 
3893
    [release] 2.27.92
 
3894
 
 
3895
M       NEWS
 
3896
M       README
 
3897
M       configure.in
 
3898
 
 
3899
commit c43bae7a5d6f30be616861c01e463d51e5c58eb2
 
3900
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
3901
Date:   2009-09-07
 
3902
 
 
3903
    Hungarian translation updated
 
3904
 
 
3905
M       po/hu.po
 
3906
 
 
3907
commit f49e6d7129fd1afe6a3f1757711dfef060b54ee8
 
3908
Author: Khaled Hosny <khaledhosny@eglug.org>
 
3909
Date:   2009-09-05
 
3910
 
 
3911
    Updated Arabic translation
 
3912
 
 
3913
M       po/ar.po
 
3914
 
 
3915
commit dad1b506a6154c2d1b64b63fb21d8b9e6789a97e
 
3916
Author: Rodrigo L. M. Flores <rlmflores@src.gnome.org>
 
3917
Date:   2009-08-30
 
3918
 
 
3919
    Updated Brazilian Portuguese mailing list address.
 
3920
 
 
3921
M       po/pt_BR.po
 
3922
 
 
3923
commit 6c52a9a0862f776cba41afb63e93e47ccb9c5f63
 
3924
Author: Baris Cicek <baris@teamforce.name.tr>
 
3925
Date:   2009-08-30
 
3926
 
 
3927
    Updated Turkish translation.
 
3928
 
 
3929
M       po/tr.po
 
3930
 
 
3931
commit 054595c8210cf545d41ccd1f728f08a0b6ea89ea
 
3932
Author: Claude Paroz <claude@2xlibre.net>
 
3933
Date:   2009-08-28
 
3934
 
 
3935
    Updated French translation
 
3936
 
 
3937
M       po/fr.po
 
3938
 
 
3939
commit c1d5789c9ac0d5f5460777a06e213be74cf55372
 
3940
Author: Runa Bhattacharjee <runab@redhat.com>
 
3941
Date:   2009-08-28
 
3942
 
 
3943
    Updated Bengali India Translations
 
3944
 
 
3945
M       po/bn_IN.po
 
3946
 
 
3947
commit 62a4eeee4150d4757c87563d27cc525a18f7cd24
 
3948
Author: Miloš Popović <mpopovic@src.gnome.org>
 
3949
Date:   2009-08-28
 
3950
 
 
3951
    Updated Serbian translation
 
3952
 
 
3953
M       po/sr.po
 
3954
M       po/sr@latin.po
 
3955
 
 
3956
commit 27e3e95f9bed3df45354b4820c24d2d4bff34703
 
3957
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
3958
Date:   2009-08-27
 
3959
 
 
3960
    Updated Portuguese translation
 
3961
 
 
3962
M       po/pt.po
 
3963
 
 
3964
commit 6c8d4443f26386ae3c2fe52b386e5b54111d2ecb
 
3965
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
3966
Date:   2009-08-26
 
3967
 
 
3968
    Updated Basque language
 
3969
 
 
3970
M       po/eu.po
 
3971
 
 
3972
commit 2adba4335f92fd488a3883596995c2b4fc1ed11b
 
3973
Author: Tomasz Dominikowski <dominikowski@gmail.com>
 
3974
Date:   2009-08-25
 
3975
 
 
3976
    Updated Polish translation
 
3977
 
 
3978
M       po/pl.po
 
3979
 
 
3980
commit 8fd108897d21a08302e01c7c9d902bbf2de9057d
 
3981
Author: Jonh Wendell <jwendell@gnome.org>
 
3982
Date:   2009-08-25
 
3983
 
 
3984
    Updated Brazilian Portuguese translation
 
3985
 
 
3986
M       po/pt_BR.po
 
3987
 
 
3988
commit 5c6a0b8fae055dd47a4c433956d90ba5ee6095c6
 
3989
Author: Vincent Untz <vuntz@gnome.org>
 
3990
Date:   2009-08-25
 
3991
 
 
3992
    [release] post-release bump to 2.27.92
 
3993
 
 
3994
M       configure.in
 
3995
 
 
3996
commit 6819a271c25ea378400f2170e7fae63758db6ace
 
3997
Author: Vincent Untz <vuntz@gnome.org>
 
3998
Date:   2009-08-25
 
3999
 
 
4000
    [release] 2.27.91
 
4001
 
 
4002
M       NEWS
 
4003
M       README
 
4004
M       configure.in
 
4005
 
 
4006
commit e231488f8b1c3316e95a6e20c43850729d940c13
 
4007
Author: Frédéric Péters <fpeters@0d.be>
 
4008
Date:   2009-08-22
 
4009
 
 
4010
    Remove deprecated Encoding key from desktop file
 
4011
 
 
4012
M       gnome-about/gnome-about.desktop.in.in
 
4013
 
 
4014
commit f16ac4d0f4de6710cba588d939d8201b362b88c3
 
4015
Author: Vincent Untz <vuntz@gnome.org>
 
4016
Date:   2009-08-25
 
4017
 
 
4018
    [misc] Fix tab/space issue
 
4019
 
 
4020
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
4021
 
 
4022
commit 229159505391c96bf1021defcda58a7addb34d6f
 
4023
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
 
4024
Date:   2009-08-25
 
4025
 
 
4026
    Updated Oriya Translation
 
4027
 
 
4028
M       po/or.po
 
4029
 
 
4030
commit 9786aeeb246af616a784ac6347e9844b46e6c67d
 
4031
Author: ifelix <ifelix@redhat.com>
 
4032
Date:   2009-08-25
 
4033
 
 
4034
    Updated Tamil Translations
 
4035
 
 
4036
M       po/ta.po
 
4037
 
 
4038
commit 946378c537a6684432f9e45a2724b1024d70c219
 
4039
Author: Sweta Kothari <swkothar@redhat.com>
 
4040
Date:   2009-08-25
 
4041
 
 
4042
    Updated Gujarati Translations
 
4043
 
 
4044
M       po/gu.po
 
4045
 
 
4046
commit 9d356a62ea183c0ecae37c5b69864895e3b11f17
 
4047
Author: Andre Klapper <a9016009@gmx.de>
 
4048
Date:   2009-08-24
 
4049
 
 
4050
    Change nds_NFE to nds as discussed on irc
 
4051
 
 
4052
M       po/LINGUAS
 
4053
R100    po/nds_NFE.po   po/nds.po
 
4054
 
 
4055
commit bacc2f9e8324077b955ec1a0c1bf99f5e28bcd14
 
4056
Author: Mario Blättermann <mariobl@gnome.org>
 
4057
Date:   2009-08-23
 
4058
 
 
4059
    Updated German translation
 
4060
 
 
4061
M       po/de.po
 
4062
 
 
4063
commit 28611b60ea521606ff0983b4ef9e8caca8998195
 
4064
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
 
4065
Date:   2009-08-23
 
4066
 
 
4067
    Updated Thai translation.
 
4068
 
 
4069
M       po/th.po
 
4070
 
 
4071
commit 55a8db3d0cbcebf89b210f2ff8a3e99862ae7214
 
4072
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
 
4073
Date:   2009-08-22
 
4074
 
 
4075
    Added Low German translation
 
4076
 
 
4077
M       po/LINGUAS
 
4078
A       po/nds_NFE.po
 
4079
 
 
4080
commit e1e27c4733036c3fc31e9eb87f07704f758e2734
 
4081
Author: Alexander Shopov <ash@contact.bg>
 
4082
Date:   2009-08-22
 
4083
 
 
4084
    Updated Bulgarian translation
 
4085
 
 
4086
M       po/bg.po
 
4087
 
 
4088
commit 9d1d7ebc5f6911cf498b2090f27c97356a83f820
 
4089
Author: Jorge González <jorgegonz@svn.gnome.org>
 
4090
Date:   2009-08-22
 
4091
 
 
4092
    Updated Spanish translation
 
4093
 
 
4094
M       po/es.po
 
4095
 
 
4096
commit 802dfd227d4bcb8f17a797d1412292c2e867b500
 
4097
Author: Khaled Hosny <khaledhosny@eglug.org>
 
4098
Date:   2009-08-21
 
4099
 
 
4100
    Updated Arabic translation
 
4101
 
 
4102
M       po/ar.po
 
4103
 
 
4104
commit 601d6dd6a57e28b7037265ece9deb86918c82a00
 
4105
Author: Seán de Búrca <leftmostcat@gmail.com>
 
4106
Date:   2009-08-21
 
4107
 
 
4108
    Updated Irish translation
 
4109
 
 
4110
M       po/ga.po
 
4111
 
 
4112
commit 9e9d96c6b7b8d1899e771077dff0ae966c39c7f3
 
4113
Author: Daniel Nylander <po@danielnylander.se>
 
4114
Date:   2009-08-20
 
4115
 
 
4116
    Updated Swedish translation
 
4117
 
 
4118
M       po/sv.po
 
4119
 
 
4120
commit 519a22130c552d84709a76706356ee23c2f27f7d
 
4121
Author: Ivar Smolin <okul@linux.ee>
 
4122
Date:   2009-08-20
 
4123
 
 
4124
    Updating Estonian translation
 
4125
 
 
4126
M       po/et.po
 
4127
 
 
4128
commit cc9e43d45dbf7bb73810f237bce90f4f7bc51c5f
 
4129
Author: Anton Meixome <meixome@mancomun.org>
 
4130
Date:   2009-08-20
 
4131
 
 
4132
    Updated Galician Translation
 
4133
 
 
4134
M       po/gl.po
 
4135
 
 
4136
commit d12c92dd68b1d1ff8fd5f475e1b20af778c7894f
 
4137
Author: Kjartan Maraas <kmaraas@gnome.org>
 
4138
Date:   2009-08-19
 
4139
 
 
4140
    Updated Norwegian bokmål translation.
 
4141
 
 
4142
M       po/nb.po
 
4143
 
 
4144
commit bb28bd4c965e8d1cf8961ead21a40b0c9eff9cf0
 
4145
Author: Luca Ferretti <elle.uca@libero.it>
 
4146
Date:   2009-08-19
 
4147
 
 
4148
    Updated Italian translation
 
4149
 
 
4150
M       po/it.po
 
4151
 
 
4152
commit 46f8ea3ff83c58381bcb72e122129abd6e6064a0
 
4153
Author: Matthias Clasen <mclasen@redhat.com>
 
4154
Date:   2009-08-19
 
4155
 
 
4156
    Add missing files to POTFILES.in
 
4157
 
 
4158
M       po/POTFILES.in
 
4159
 
 
4160
commit 28b46e27cfd812460cfa3994b90461793b6c940a
 
4161
Author: Seán de Búrca <leftmostcat@gmail.com>
 
4162
Date:   2009-08-16
 
4163
 
 
4164
    Updated Irish translation
 
4165
 
 
4166
M       po/ga.po
 
4167
 
 
4168
commit 28553aa57508b43d7eeb1f03a2a3dd06f4b45623
 
4169
Author: Matthias Clasen <mclasen@redhat.com>
 
4170
Date:   2009-08-15
 
4171
 
 
4172
    Add more slideshow api
 
4173
 
 
4174
    Add a function to allow 'single-stepping' through a slideshow.
 
4175
 
 
4176
M       libgnome-desktop/gnome-bg.c
 
4177
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
4178
 
 
4179
commit 62f11468d5d338828237eca0490d641255172e4c
 
4180
Author: Matthias Clasen <mclasen@redhat.com>
 
4181
Date:   2009-08-15
 
4182
 
 
4183
    Add slideshow api
 
4184
 
 
4185
    Add a function to determine if a GnomeBG is a slideshow or not,
 
4186
    in analogy to the existing function that determines if a GnomeBG
 
4187
    is a multi-resolution image. See bug 591633.
 
4188
 
 
4189
M       libgnome-desktop/gnome-bg.c
 
4190
M       libgnome-desktop/libgnomeui/gnome-bg.h
 
4191
 
 
4192
commit 8d80f13f2cad3898eed2fce30d4a5e3c1903c553
 
4193
Author: Federico Mena Quintero <federico@novell.com>
 
4194
Date:   2009-08-10
 
4195
 
 
4196
    bgo#591225 - In the .c files, ifdef-out deprecated entry points
 
4197
    with GNOME_DISABLE_DEPRECATED_SOURCE
 
4198
 
 
4199
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4200
 
 
4201
M       libgnome-desktop/gnome-rr-config.c
 
4202
M       libgnome-desktop/gnome-rr.c
 
4203
 
 
4204
commit 3b36ff31059144b57e5b63462970cbef827cb065
 
4205
Author: Łukasz Jernaś <deejay1@srem.org>
 
4206
Date:   2009-08-07
 
4207
 
 
4208
    Updated Polish translation
 
4209
 
 
4210
M       desktop-docs/fdl/Makefile.am
 
4211
A       desktop-docs/fdl/pl/pl.po
 
4212
 
 
4213
commit 4c9b81e7a8f6a27f0e67405eedb4bc844931097a
 
4214
Author: Federico Mena Quintero <federico@novell.com>
 
4215
Date:   2009-08-05
 
4216
 
 
4217
    Include gi18n-lib.h
 
4218
 
 
4219
M       libgnome-desktop/gnome-rr-labeler.c
 
4220
 
 
4221
commit 5f6345d801add47baace850e6498fa2b79972ba0
 
4222
Author: Federico Mena Quintero <federico@novell.com>
 
4223
Date:   2009-08-05
 
4224
 
 
4225
    GnomeRRLabeler - in clone mode, don't label each output so the little
 
4226
    windows don't overlap
 
4227
 
 
4228
    Instead, we create a single window that says 'Mirror Screens',
 
4229
    which will be naturally
 
4230
    shown on every monitor.
 
4231
 
 
4232
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4233
 
 
4234
M       libgnome-desktop/gnome-rr-labeler.c
 
4235
 
 
4236
commit 70357511ebb034ce6fd19a328e36c62d46297f0d
 
4237
Author: Denis Arnaud <darnaud@src.gnome.org>
 
4238
Date:   2009-07-31
 
4239
 
 
4240
    Updated breton translation
 
4241
 
 
4242
M       po/br.po
 
4243
 
 
4244
commit 3f77765aab1eb618ee6c3b1d66dd3f4e63cf6206
 
4245
Author: Kjartan Maraas <kmaraas@gnome.org>
 
4246
Date:   2009-08-03
 
4247
 
 
4248
    Updated Norwegian bokmål translation.
 
4249
 
 
4250
M       po/nb.po
 
4251
 
 
4252
commit ac466a59aa7b68d1502431a634fce788c176007f
 
4253
Author: Matthias Clasen <mclasen@redhat.com>
 
4254
Date:   2009-07-08
 
4255
 
 
4256
    primary monitory support
 
4257
 
 
4258
    Add support for marking an output as 'primary', when using Xrandr 1.3.
 
4259
    See bug 588040.
 
4260
 
 
4261
M       libgnome-desktop/gnome-rr-config.c
 
4262
M       libgnome-desktop/gnome-rr.c
 
4263
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
4264
 
 
4265
commit a55608b35ad8d17af86a303795c6b3f777b2dfcc
 
4266
Author: Matthias Clasen <mclasen@redhat.com>
 
4267
Date:   2009-07-08
 
4268
 
 
4269
    primary monitory support
 
4270
 
 
4271
    Add support for marking an output as 'primary', when using Xrandr 1.3.
 
4272
    See bug 588040.
 
4273
 
 
4274
M       libgnome-desktop/gnome-rr-config.c
 
4275
M       libgnome-desktop/gnome-rr-private.h
 
4276
M       libgnome-desktop/gnome-rr.c
 
4277
M       libgnome-desktop/libgnomeui/gnome-rr-config.h
 
4278
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
4279
 
 
4280
commit b5e9326c3c8b3e744603816d3a234af5a442e5bb
 
4281
Author: Vincent Untz <vuntz@gnome.org>
 
4282
Date:   2009-07-29
 
4283
 
 
4284
    [build] Beautify a bit the pnp.ids part in Makefile
 
4285
 
 
4286
M       libgnome-desktop/Makefile.am
 
4287
 
 
4288
commit b2c107001ea0810773f4fad755a26f61fa2f83fd
 
4289
Author: Vincent Untz <vuntz@gnome.org>
 
4290
Date:   2009-07-29
 
4291
 
 
4292
    [misc] Update commit guidelines for referencing bugs
 
4293
 
 
4294
M       ChangeLog
 
4295
 
 
4296
commit 2501683b8bd045d0764a139aafe21730a20e22d0
 
4297
Author: Vincent Untz <vuntz@gnome.org>
 
4298
Date:   2009-07-28
 
4299
 
 
4300
    [release] post-release bump to 2.27.90
 
4301
 
 
4302
M       configure.in
 
4303
 
 
4304
commit 7927f578d6aea16ce2335fd92922eb22e0a99b6c
 
4305
Author: Vincent Untz <vuntz@gnome.org>
 
4306
Date:   2009-07-28
 
4307
 
 
4308
    [release] 2.27.5
 
4309
 
 
4310
M       NEWS
 
4311
M       README
 
4312
M       configure.in
 
4313
 
 
4314
commit eaad3f4f30dd04b94346957bb22770cd9ffaf8ee
 
4315
Author: Vincent Untz <vuntz@gnome.org>
 
4316
Date:   2009-07-28
 
4317
 
 
4318
    [build,gnomerr] Ship pnp.ids in the tarball and add configure option
 
4319
 
 
4320
    The --with-pnp-ids-path option lets distributors decide to use
 
4321
    a pnp.ids
 
4322
    file that is external to gnome-desktop. By default, we just use a file
 
4323
    that is shipped with the tarball (and that is updated during
 
4324
    autogen.sh).
 
4325
 
 
4326
M       autogen.sh
 
4327
M       configure.in
 
4328
M       libgnome-desktop/Makefile.am
 
4329
M       libgnome-desktop/display-name.c
 
4330
 
 
4331
commit 8df716ec157fe9e7a730642e8ecc972ca6e5d788
 
4332
Author: Matthias Clasen <mclasen@redhat.com>
 
4333
Date:   2009-07-28
 
4334
 
 
4335
    [gnomerr] Get monitor vendor name from pnp.ids
 
4336
 
 
4337
    pnp.ids is currently shipped in hwdata.
 
4338
 
 
4339
    http://bugzilla.gnome.org/show_bug.cgi?id=581621
 
4340
 
 
4341
M       libgnome-desktop/display-name.c
 
4342
 
 
4343
commit 81b505569a864fbdfed00c19802f53402b29a4f7
 
4344
Author: Dan Winship <danw@gnome.org>
 
4345
Date:   2009-07-10
 
4346
 
 
4347
    [thumbnail] Fix thumbnailer thread-safety
 
4348
 
 
4349
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
4350
 
 
4351
commit 553c64a4f9714e969e4b91e42d2331ed5abb0c66
 
4352
Author: Frédéric Péters <fpeters@0d.be>
 
4353
Date:   2009-07-18
 
4354
 
 
4355
    Remove libgnome usage
 
4356
 
 
4357
    http://bugzilla.gnome.org/show_bug.cgi?id=586489
 
4358
 
 
4359
M       gnome-about/gnome-about.in
 
4360
 
 
4361
commit 21a15e733a59d1cf06e511ec3c98d83011c470d1
 
4362
Author: Aron Xu <aronxu@gnome.org>
 
4363
Date:   2009-07-26
 
4364
 
 
4365
    Updated Simplified Chinese translation.
 
4366
 
 
4367
M       po/zh_CN.po
 
4368
 
 
4369
commit 5b20f57e483b8ada2da840c0752d98aac296d66f
 
4370
Author: Vincent Untz <vuntz@gnome.org>
 
4371
Date:   2009-07-21
 
4372
 
 
4373
    [build] Use silent-rules instead of shave for quiet build
 
4374
 
 
4375
M       configure.in
 
4376
M       gnome-about/Makefile.am
 
4377
D       m4/shave.m4
 
4378
D       shave-libtool.in
 
4379
D       shave.in
 
4380
 
 
4381
commit ed74fda1d51da035ddf795bb56e224cf21012f69
 
4382
Author: Vincent Untz <vuntz@gnome.org>
 
4383
Date:   2009-07-15
 
4384
 
 
4385
    [release] post-release bump to 2.27.5
 
4386
 
 
4387
M       configure.in
 
4388
 
 
4389
commit c3b375697abe07cc85c7b5f364497c73348366ef
 
4390
Author: Vincent Untz <vuntz@gnome.org>
 
4391
Date:   2009-07-15
 
4392
 
 
4393
    [release] 2.27.4
 
4394
 
 
4395
M       NEWS
 
4396
M       README
 
4397
M       configure.in
 
4398
 
 
4399
commit d9f0cca94f16628cb273cadfe25bd5998ac3c178
 
4400
Author: Adam Jackson <ajax@redhat.com>
 
4401
Date:   2009-07-07
 
4402
 
 
4403
    Adapt to RANDR 1.3's name for the EDID property.
 
4404
 
 
4405
    1.2 calls it EDID_DATA, 1.3 calls it EDID.  Try the 1.3 name first
 
4406
    since
 
4407
    1.2 will eventually be rare.
 
4408
 
 
4409
M       libgnome-desktop/gnome-rr.c
 
4410
 
 
4411
commit 9dd1537589c028fb8bd9ec557a4b3f06bc2a3b39
 
4412
Author: Joan Duran <jodufi@gmail.com>
 
4413
Date:   2009-06-26
 
4414
 
 
4415
    Added Catalan translation
 
4416
 
 
4417
M       desktop-docs/fdl/Makefile.am
 
4418
A       desktop-docs/fdl/ca/ca.po
 
4419
 
 
4420
commit 55e3012d99850a0eacf2fc5bf51408d26d676e20
 
4421
Author: Vincent Untz <vuntz@gnome.org>
 
4422
Date:   2009-06-16
 
4423
 
 
4424
    [release] post-release bump to 2.27.4
 
4425
 
 
4426
M       configure.in
 
4427
 
 
4428
commit 2ead779430da93103cca4d41adaec5feb54beac9
 
4429
Author: Vincent Untz <vuntz@gnome.org>
 
4430
Date:   2009-06-16
 
4431
 
 
4432
    [release] 2.27.3
 
4433
 
 
4434
M       NEWS
 
4435
M       README
 
4436
M       configure.in
 
4437
 
 
4438
commit 456077442f9eb9e6cd3ded12e931123007c8e392
 
4439
Author: Ivar Smolin <okul@linux.ee>
 
4440
Date:   2009-06-09
 
4441
 
 
4442
    Updating Estonian translation
 
4443
 
 
4444
M       po/et.po
 
4445
 
 
4446
commit 586ecbbc7f8d4192b7c89be6fe7a22ddf2bd027e
 
4447
Author: Federico Mena Quintero <federico@novell.com>
 
4448
Date:   2009-05-31
 
4449
 
 
4450
    Comments to clarify the meaning of 'on', 'connected', 'clone'
 
4451
 
 
4452
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4453
 
 
4454
M       libgnome-desktop/libgnomeui/gnome-rr-config.h
 
4455
 
 
4456
commit f0dd08333c8097b68f86dd7c2e10b5d82dda10b9
 
4457
Author: Federico Mena Quintero <federico@novell.com>
 
4458
Date:   2009-06-08
 
4459
 
 
4460
    Utility dialog to show the RANDR timestamps, for debugging purposes
 
4461
 
 
4462
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4463
 
 
4464
M       libgnome-desktop/gnome-rr.c
 
4465
 
 
4466
commit 2f9ef4cd8b48b86f6c7892ee587fde3f18cdd511
 
4467
Author: Federico Mena Quintero <federico@novell.com>
 
4468
Date:   2009-05-29
 
4469
 
 
4470
    First update screen resources, then update the screen size range
 
4471
 
 
4472
    Inside the X server, RRGetScreenSizeRange depends on information
 
4473
    that was fetched
 
4474
    from a RRGetScreenResources.  So, we update the screen resources
 
4475
    first to ensure
 
4476
    that we get up-to-date info for the screen size range.
 
4477
 
 
4478
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4479
 
 
4480
M       libgnome-desktop/gnome-rr.c
 
4481
 
 
4482
commit 778fcb5b9e9202e5f95b6e8a22074c56d852269a
 
4483
Author: Federico Mena Quintero <federico@novell.com>
 
4484
Date:   2009-06-08
 
4485
 
 
4486
    Don't force a reprobe of the RANDR outputs on every RANDR event
 
4487
 
 
4488
    The X server sent us a RANDR event, in fact, because it knows
 
4489
    the latest
 
4490
    state of the outputs and it knows that something changed.
 
4491
 
 
4492
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4493
 
 
4494
M       libgnome-desktop/gnome-rr.c
 
4495
 
 
4496
commit 0f889f6f44a9ef38522ad6aa80794d04e0ab4e09
 
4497
Author: Federico Mena Quintero <federico@novell.com>
 
4498
Date:   2009-06-08
 
4499
 
 
4500
    Bump the libtool version number as the GnomeRR and GnomeRRConfig
 
4501
    APIs got extended
 
4502
 
 
4503
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4504
 
 
4505
M       configure.in
 
4506
 
 
4507
commit 5c285b04f5c41b94981696dafef285a007c96823
 
4508
Author: Federico Mena Quintero <federico@novell.com>
 
4509
Date:   2009-05-27
 
4510
 
 
4511
    Add gnome_rr_screen_get_timestamps() to query the XRR timestamps
 
4512
 
 
4513
    Gnome-settings-daemon will need these timestamps to distinguish
 
4514
    between
 
4515
    RANDR events due to change-requests that it performs itself,
 
4516
    from events
 
4517
    due to requests that happened from other clients (or from hotplug
 
4518
    notifications).
 
4519
 
 
4520
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4521
 
 
4522
M       libgnome-desktop/gnome-rr.c
 
4523
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
4524
 
 
4525
commit 448e9e2506a2bf6a21176d6bcaada1b1acbf97a9
 
4526
Author: Federico Mena Quintero <federico@novell.com>
 
4527
Date:   2009-05-27
 
4528
 
 
4529
    Add _with_time() versions to the GnomeRR and GnomeRRConfig functions
 
4530
    that change the RANDR configuration
 
4531
 
 
4532
    We used to always pass CurrentTime to XRRSetCrtcConfig(), but we'll
 
4533
    need to distinguish real timestamps in gnome-settings-daemon.
 
4534
 
 
4535
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4536
 
 
4537
M       libgnome-desktop/gnome-rr-config.c
 
4538
M       libgnome-desktop/gnome-rr.c
 
4539
M       libgnome-desktop/libgnomeui/gnome-rr-config.h
 
4540
M       libgnome-desktop/libgnomeui/gnome-rr.h
 
4541
 
 
4542
commit f177b20dd5ce3d5ab2e1df5f0d453ae01eb923d3
 
4543
Author: Federico Mena Quintero <federico@novell.com>
 
4544
Date:   2009-06-08
 
4545
 
 
4546
    Don't ask for RANDR events if the caller doesn't specify a callback
 
4547
 
 
4548
    If the caller of GnomeRR specifies a NULL callback, it means that the
 
4549
    caller is not interested in RANDR events.  In that case, it is not
 
4550
    necessary to actually ask the X server for those events, or to
 
4551
    register
 
4552
    RANDR's events with GDK.
 
4553
 
 
4554
    This prevents spurious events from being generated by
 
4555
    gnome-settings-daemon
 
4556
    and gnome-control-center when they create a temporary GnomeRRScreen
 
4557
    to save
 
4558
    the current configuration for backup purposes.
 
4559
 
 
4560
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4561
 
 
4562
M       libgnome-desktop/gnome-rr.c
 
4563
 
 
4564
commit 2290fde44cb2b39aab3e094743aaf5571e3f0dbd
 
4565
Author: Federico Mena Quintero <federico@novell.com>
 
4566
Date:   2009-06-08
 
4567
 
 
4568
    Only select for RRScreenChangeNotifyMask, not for the more detailed
 
4569
    RANDR 1.2 events
 
4570
 
 
4571
    We don't care about property changes on outputs, as we only handle the
 
4572
    EDID_DATA property.  That property isn't likely to change on an
 
4573
    output, anyway.
 
4574
 
 
4575
    Then, we don't do anything special when an individual output or CRTC
 
4576
    changes.  We just care if the screen layout changed in general; in
 
4577
    that case, we simply re-probe the outputs and call the caller's
 
4578
    callback.  The X server will emit RRScreenChangeNotify in conjunction
 
4579
    with the more detailed events, anyway, so we are guaranteed to know
 
4580
    when things change.
 
4581
 
 
4582
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4583
 
 
4584
M       libgnome-desktop/gnome-rr.c
 
4585
 
 
4586
commit 84543ea065d4c50be617f0bbbe4a9763013ba526
 
4587
Author: Mattias Põldaru <mahfiaz gmail com>
 
4588
Date:   2009-06-08
 
4589
 
 
4590
    Updating Estonian translation
 
4591
 
 
4592
M       po/et.po
 
4593
 
 
4594
commit 2ccf6454b796c71ecf61b835e5fd4b610139a662
 
4595
Author: Vincent Untz <vuntz@gnome.org>
 
4596
Date:   2009-06-04
 
4597
 
 
4598
    [build] Fix po file to pass the commit hook check, again
 
4599
 
 
4600
M       desktop-docs/gpl/sv/sv.po
 
4601
M       desktop-docs/lgpl/sv/sv.po
 
4602
 
 
4603
commit 95ed87c431670bcb99668d3dd56c6200a990dd0f
 
4604
Author: Vincent Untz <vuntz@gnome.org>
 
4605
Date:   2009-06-04
 
4606
 
 
4607
    [build] Fix po file to pass the commit hook check
 
4608
 
 
4609
M       desktop-docs/fdl/sv/sv.po
 
4610
 
 
4611
commit e699b9a0a53cbbbe93702ca0107b7d3e1d3373c4
 
4612
Author: Anousak Souphavanh <anousak@gmail.com>
 
4613
Date:   2009-05-26
 
4614
 
 
4615
    Add Lao translation
 
4616
 
 
4617
M       po/LINGUAS
 
4618
A       po/lo.po
 
4619
 
 
4620
commit f233196d86c5217b2051e2e27bd5b14d3a6d2adb
 
4621
Author: Vincent Untz <vuntz@gnome.org>
 
4622
Date:   2009-05-20
 
4623
 
 
4624
    [release] post-release bump to 2.26.3
 
4625
 
 
4626
M       configure.in
 
4627
 
 
4628
commit d33ed43472879ecdefd67ff01ed6d57b5cf5318f
 
4629
Author: Vincent Untz <vuntz@gnome.org>
 
4630
Date:   2009-05-20
 
4631
 
 
4632
    [build] Dist ChangeLog.pre-git
 
4633
 
 
4634
M       Makefile.am
 
4635
 
 
4636
commit 9d4715e8e6c788e086813226b429945227d6c04d
 
4637
Author: Vincent Untz <vuntz@gnome.org>
 
4638
Date:   2009-05-20
 
4639
 
 
4640
    [release] 2.26.2
 
4641
 
 
4642
M       NEWS
 
4643
M       README
 
4644
M       configure.in
 
4645
 
 
4646
commit 3e04f3e03d39565696bf9f3f8ea95cf6cc3dc3e3
 
4647
Author: Ivar Smolin <okul@linux.ee>
 
4648
Date:   2009-05-17
 
4649
 
 
4650
    Updating Estonian translation
 
4651
 
 
4652
M       po/et.po
 
4653
 
 
4654
commit ce47d06a29efc6ab5628abd1ac1f3fcbc5b7ba62
 
4655
Author: Jennie Petoumenou <epetoumenou@gmail.com>
 
4656
Date:   2009-05-09
 
4657
 
 
4658
    Updated Greek translation
 
4659
 
 
4660
M       desktop-docs/fdl/el/el.po
 
4661
 
 
4662
commit 647ba9bc90cbdec032b1c15b122bfa607e867cfd
 
4663
Author: Simos Xenitellis <simos@gnome.org>
 
4664
Date:   2009-05-08
 
4665
 
 
4666
    Added el to LINGUAS
 
4667
 
 
4668
M       desktop-docs/fdl/Makefile.am
 
4669
 
 
4670
commit 7670e7bdaef6b2bddf8f7c61eb61ea20c035ed3f
 
4671
Author: Jennie Petoumenou <epetoumenou@gmail.com>
 
4672
Date:   2009-05-08
 
4673
 
 
4674
    Added Greek translation
 
4675
 
 
4676
M       desktop-docs/fdl/el/el.po
 
4677
 
 
4678
commit dbd2953d8f847cd8a0cb058392309e5f170d5a02
 
4679
Author: Jennie Petoumenou <epetoumenou@gmail.com>
 
4680
Date:   2009-05-08
 
4681
 
 
4682
    Added Greek translation
 
4683
 
 
4684
A       desktop-docs/fdl/el/el.po
 
4685
 
 
4686
commit 1556f925e58e97a007920e6e5376f2c61e90d3c4
 
4687
Author: Federico Mena Quintero <federico@novell.com>
 
4688
Date:   2009-05-06
 
4689
 
 
4690
    bgo#556050 - Make GnomeRRLabeler's labels explicitly black
 
4691
 
 
4692
    The labels are always drawn against a light pastel background.
 
4693
    When using an
 
4694
    inverse-colored theme (with text nearly white, backgrounds nearly
 
4695
    black), we
 
4696
    want GnomeRRLabeler's labels to still be black.  Otherwise, the
 
4697
    color from
 
4698
    the theme will be hard to read against the light pastel background
 
4699
    in the
 
4700
    per-monitor labels.
 
4701
 
 
4702
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4703
 
 
4704
M       libgnome-desktop/gnome-rr-labeler.c
 
4705
 
 
4706
commit 3f7d64c416f649aecf070e301aef080d4a75abd9
 
4707
Author: Federico Mena Quintero <federico@novell.com>
 
4708
Date:   2009-05-06
 
4709
 
 
4710
    ... and use a cheap g_strdup() instead of an undeeded
 
4711
    g_strdup_printf()
 
4712
 
 
4713
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4714
 
 
4715
M       libgnome-desktop/display-name.c
 
4716
 
 
4717
commit beb0bbddfacb14e3b458fc4c71d5752579037bee
 
4718
Author: Federico Mena Quintero <federico@novell.com>
 
4719
Date:   2009-05-06
 
4720
 
 
4721
    RANDR - don't append a newline to monitor vendor names
 
4722
 
 
4723
    This is why Laptop displays would appear taller in both GnomeRRLabeler
 
4724
    and in
 
4725
    gnome-display-properties, as they were rendering the extra newline.
 
4726
 
 
4727
    Signed-off-by: Federico Mena Quintero <federico@novell.com>
 
4728
 
 
4729
M       libgnome-desktop/display-name.c
 
4730
 
 
4731
commit 50e0e9b71b9e6052862270a413007f05827bee0d
 
4732
Author: Vincent Untz <vuntz@gnome.org>
 
4733
Date:   2009-05-02
 
4734
 
 
4735
    Update commit messages instructions
 
4736
 
 
4737
M       ChangeLog
 
4738
 
 
4739
commit c42e29b6e79d55e50f0f5f70b305ad0d2747339c
 
4740
Author: Vincent Untz <vuntz@gnome.org>
 
4741
Date:   2009-04-27
 
4742
 
 
4743
    Use git.mk from pango to autogenerate .gitignore files
 
4744
 
 
4745
M       Makefile.am
 
4746
M       desktop-docs/Makefile.am
 
4747
M       desktop-docs/fdl/Makefile.am
 
4748
M       desktop-docs/gpl/Makefile.am
 
4749
M       desktop-docs/lgpl/Makefile.am
 
4750
M       docs/Makefile.am
 
4751
M       docs/reference/Makefile.am
 
4752
M       docs/reference/gnome-desktop/Makefile.am
 
4753
A       git.mk
 
4754
M       gnome-about/Makefile.am
 
4755
M       gnome-about/headers/Makefile.am
 
4756
M       libgnome-desktop/Makefile.am
 
4757
M       libgnome-desktop/libgnome/Makefile.am
 
4758
M       libgnome-desktop/libgnomeui/Makefile.am
 
4759
M       man/Makefile.am
 
4760
M       pixmaps/Makefile.am
 
4761
 
 
4762
commit 1072ffce2f4ddd7e5a4310f1e0f288ff6cb8edfb
 
4763
Author: Felix Riemann <friemann@svn.gnome.org>
 
4764
Date:   2009-04-30
 
4765
 
 
4766
    Remove unneeded extra steps in path construction
 
4767
 
 
4768
    In some places GnomeDesktopThumbnailFactory uses two steps to generate
 
4769
    the thumbnail file path. The first produced the path and the second
 
4770
    appended the filename. This merges the second step into the first.
 
4771
    This also completes bug #580791.
 
4772
 
 
4773
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
4774
 
 
4775
commit 0d5d98b09950b5a2cdcbff2f2bb38e170cdc89e1
 
4776
Author: Felix Riemann <friemann@svn.gnome.org>
 
4777
Date:   2009-04-30
 
4778
 
 
4779
    Let GObject handle the private data structure
 
4780
 
 
4781
    Use GObject to allocate the private data structurue together with
 
4782
    public structure and automatically deallocate it at object
 
4783
    destruction.
 
4784
 
 
4785
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
4786
 
 
4787
commit b773db991680ee67b903790fee5c3c9058edcb1c
 
4788
Author: Felix Riemann <friemann@svn.gnome.org>
 
4789
Date:   2009-04-30
 
4790
 
 
4791
    Make application name a constant
 
4792
 
 
4793
    Make the application name (used for failed thumbnails) a static
 
4794
    constant
 
4795
    to allow sharing it across instances.
 
4796
 
 
4797
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
4798
 
 
4799
commit e64b121a1f37f4ce325d270884726f1b1258a03a
 
4800
Author: Matthias Clasen <mclasen@redhat.com>
 
4801
Date:   2009-04-29
 
4802
 
 
4803
    Remove debug spew
 
4804
 
 
4805
M       libgnome-desktop/display-name.c
 
4806
 
 
4807
commit b015e5702c3348b2d02ab5e75c47e5fbe1f2ef41
 
4808
Author: Matthias Clasen <mclasen@redhat.com>
 
4809
Date:   2009-04-29
 
4810
 
 
4811
    You never find a hackstack in a needle...
 
4812
 
 
4813
    This makes the display name heuristics work much better and makes
 
4814
    my monitor not 'Unknown' anymore.
 
4815
 
 
4816
M       libgnome-desktop/display-name.c
 
4817
 
 
4818
commit 3f811a611185a3bdbb6b6d4c19590bd26ae1dc82
 
4819
Author: Matthias Clasen <mclasen@redhat.com>
 
4820
Date:   2009-04-28
 
4821
 
 
4822
    Fill out ScreenInfo structs sufficiently without reprobing, too
 
4823
 
 
4824
    This fixes the symptoms described in bug 578111 where rotations
 
4825
    get lost after applying one rotation. Thanks for Federicos help
 
4826
    in tracking this down.
 
4827
 
 
4828
M       libgnome-desktop/gnome-rr.c
 
4829
 
 
4830
commit 1c790648991b9a18cc4a4bb9b8907249e04fb768
 
4831
Author: Vincent Untz <vuntz@gnome.org>
 
4832
Date:   2009-04-27
 
4833
 
 
4834
    Remove .cvsignore files
 
4835
 
 
4836
D       .cvsignore
 
4837
D       desktop-docs/.cvsignore
 
4838
D       desktop-docs/fdl/.cvsignore
 
4839
D       desktop-docs/fdl/es/.cvsignore
 
4840
D       desktop-docs/fdl/eu/.cvsignore
 
4841
D       desktop-docs/fdl/fr/.cvsignore
 
4842
D       desktop-docs/fdl/sv/.cvsignore
 
4843
D       desktop-docs/fdl/uk/.cvsignore
 
4844
D       desktop-docs/gpl/.cvsignore
 
4845
D       desktop-docs/gpl/es/.cvsignore
 
4846
D       desktop-docs/gpl/eu/.cvsignore
 
4847
D       desktop-docs/gpl/fi/.cvsignore
 
4848
D       desktop-docs/gpl/fr/.cvsignore
 
4849
D       desktop-docs/gpl/pa/.cvsignore
 
4850
D       desktop-docs/gpl/sv/.cvsignore
 
4851
D       desktop-docs/gpl/uk/.cvsignore
 
4852
D       desktop-docs/gpl/zh_CN/.cvsignore
 
4853
D       desktop-docs/lgpl/.cvsignore
 
4854
D       desktop-docs/lgpl/es/.cvsignore
 
4855
D       desktop-docs/lgpl/eu/.cvsignore
 
4856
D       desktop-docs/lgpl/fr/.cvsignore
 
4857
D       desktop-docs/lgpl/pa/.cvsignore
 
4858
D       desktop-docs/lgpl/sv/.cvsignore
 
4859
D       desktop-docs/lgpl/uk/.cvsignore
 
4860
D       desktop-docs/lgpl/zh_CN/.cvsignore
 
4861
D       docs/.cvsignore
 
4862
D       docs/reference/.cvsignore
 
4863
D       docs/reference/gnome-desktop/.cvsignore
 
4864
D       gnome-about/.cvsignore
 
4865
D       gnome-about/headers/.cvsignore
 
4866
D       libgnome-desktop/.cvsignore
 
4867
D       libgnome-desktop/libgnome/.cvsignore
 
4868
D       libgnome-desktop/libgnomeui/.cvsignore
 
4869
D       m4/.cvsignore
 
4870
D       man/.cvsignore
 
4871
D       pixmaps/.cvsignore
 
4872
D       po/.cvsignore
 
4873
 
 
4874
commit f14175e23c80c7a9c15e3c74a763846895774fa6
 
4875
Author: Vincent Untz <vuntz@gnome.org>
 
4876
Date:   2009-04-27
 
4877
 
 
4878
    Remove gnome-feedback files
 
4879
 
 
4880
    We stopped building them a long time ago already...
 
4881
 
 
4882
D       desktop-docs/gnome-feedback/.cvsignore
 
4883
D       desktop-docs/gnome-feedback/C/gnome-feedback.xml
 
4884
D       desktop-docs/gnome-feedback/Makefile.am
 
4885
D       desktop-docs/gnome-feedback/es/.cvsignore
 
4886
D       desktop-docs/gnome-feedback/es/es.po
 
4887
D       desktop-docs/gnome-feedback/eu/.cvsignore
 
4888
D       desktop-docs/gnome-feedback/eu/Makefile.am
 
4889
D       desktop-docs/gnome-feedback/eu/gnome-feedback-eu.omf
 
4890
D       desktop-docs/gnome-feedback/eu/gnome-feedback.sgml
 
4891
D       desktop-docs/gnome-feedback/eu/gnome-feedback.xml
 
4892
D       desktop-docs/gnome-feedback/fr/.cvsignore
 
4893
D       desktop-docs/gnome-feedback/fr/fr.po
 
4894
D       desktop-docs/gnome-feedback/gnome-feedback.omf.in
 
4895
D       desktop-docs/gnome-feedback/it/.cvsignore
 
4896
D       desktop-docs/gnome-feedback/it/it.po
 
4897
D       desktop-docs/gnome-feedback/no/.cvsignore
 
4898
D       desktop-docs/gnome-feedback/no/Makefile.am
 
4899
D       desktop-docs/gnome-feedback/no/gnome-feedback-no.omf
 
4900
D       desktop-docs/gnome-feedback/no/gnome-feedback.sgml
 
4901
D       desktop-docs/gnome-feedback/oc/oc.po
 
4902
D       desktop-docs/gnome-feedback/pa/pa.po
 
4903
D       desktop-docs/gnome-feedback/ru/.cvsignore
 
4904
D       desktop-docs/gnome-feedback/ru/ru.po
 
4905
D       desktop-docs/gnome-feedback/sv/.cvsignore
 
4906
D       desktop-docs/gnome-feedback/sv/sv.po
 
4907
D       desktop-docs/gnome-feedback/uk/.cvsignore
 
4908
D       desktop-docs/gnome-feedback/uk/uk.po
 
4909
D       desktop-docs/gnome-feedback/zh_CN/.cvsignore
 
4910
D       desktop-docs/gnome-feedback/zh_CN/zh_CN.po
 
4911
 
 
4912
commit 1183c59c673f4b566c7ad789aa292072088be4a4
 
4913
Author: Vincent Untz <vuntz@gnome.org>
 
4914
Date:   2009-04-27
 
4915
 
 
4916
    Use shave to improve build log readability
 
4917
 
 
4918
    See http://git.lespiau.name/cgit/shave/tree/README for more details.
 
4919
 
 
4920
M       configure.in
 
4921
M       gnome-about/Makefile.am
 
4922
A       m4/shave.m4
 
4923
A       shave-libtool.in
 
4924
A       shave.in
 
4925
 
 
4926
commit 0bd948a11626b079162ac142ea2884a4e2b78492
 
4927
Author: Vincent Untz <vuntz@gnome.org>
 
4928
Date:   2009-04-27
 
4929
 
 
4930
    Remove unneeded -D compilation flags
 
4931
 
 
4932
M       libgnome-desktop/Makefile.am
 
4933
 
 
4934
commit 6331af9bda9e1579b240690c906a202faec2b20e
 
4935
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
 
4936
Date:   2009-04-27
 
4937
 
 
4938
    Updated Ukrainian translation
 
4939
 
 
4940
M       po/uk.po
 
4941
 
 
4942
commit f88d0e2195122b0a8e542a96470dd529cd0b4ade
 
4943
Author: Vincent Untz <vuntz@gnome.org>
 
4944
Date:   2009-04-26
 
4945
 
 
4946
    Fix doap file to have mail address as URL (mailto:)
 
4947
 
 
4948
M       gnome-desktop.doap
 
4949
 
 
4950
commit 0363bbc43b716862304047a27462027cd87a2933
 
4951
Author: Vincent Untz <vuntz@gnome.org>
 
4952
Date:   2009-04-24
 
4953
 
 
4954
    Make autogen.sh more modern.
 
4955
 
 
4956
M       autogen.sh
 
4957
 
 
4958
commit 8ad16d0bf6c6fd25810e8abd901410a57070552e
 
4959
Author: Vincent Untz <vuntz@gnome.org>
 
4960
Date:   2009-04-22
 
4961
 
 
4962
    Add doap file
 
4963
 
 
4964
A       gnome-desktop.doap
 
4965
 
 
4966
commit 39c47cba21ec608b830cdd73cea0267cceec1035
 
4967
Author: Vincent Untz <vuntz@gnome.org>
 
4968
Date:   2009-04-22
 
4969
 
 
4970
    Rename ChangeLog files to ChangeLog.pre-git
 
4971
 
 
4972
M       ChangeLog
 
4973
C100    ChangeLog       ChangeLog.pre-git
 
4974
R100    desktop-docs/ChangeLog  desktop-docs/ChangeLog.pre-git
 
4975
R100    gnome-about/ChangeLog   gnome-about/ChangeLog.pre-git
 
4976
R100    libgnome-desktop/ChangeLog      libgnome-desktop/ChangeLog.pre-git
 
4977
R100    po/ChangeLog    po/ChangeLog.pre-git
 
4978
 
 
4979
commit 113ed28bba6f5aa22c768e88e34e4de6dc2756b1
 
4980
Author: Miquel Esplà <miquelespla@gmail.com>
 
4981
Date:   2009-04-21
 
4982
 
 
4983
    Added Valencian-Catalan translation
 
4984
 
 
4985
M       po/LINGUAS
 
4986
A       po/ca@valencia.po
 
4987
 
 
4988
commit c8d9daebab0fa2490e6f0456184c3e558037513b
 
4989
Author: Alexander Larsson <alexl@redhat.com>
 
4990
Date:   2009-04-17
 
4991
 
 
4992
    Preload /gnome/desktop/thumbnails in thumbnail factory
 
4993
 
 
4994
    We will read everything in this directory anyway, so this is a
 
4995
    performance increase. This also fixes things so that
 
4996
    /gnome/desktop/thumbnail is add_dir:ed instead of /gnome/desktop which
 
4997
    is unnecessarily wide.
 
4998
 
 
4999
M       libgnome-desktop/ChangeLog
 
5000
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
5001
 
 
5002
commit dfabe30bdbf9ab9004a34b4cb8202cf7bb63e614
 
5003
Author: Alexander Larsson <alexl@src.gnome.org>
 
5004
Date:   2009-04-16
 
5005
 
 
5006
    Fix up ChangeLog entry
 
5007
 
 
5008
    svn path=/trunk/; revision=5466
 
5009
 
 
5010
M       libgnome-desktop/ChangeLog
 
5011
 
 
5012
commit 7d10be9e4d5a20c5eeaa04cda375868507ac4b54
 
5013
Author: Alexander Larsson <alexl@redhat.com>
 
5014
Date:   2009-04-16
 
5015
 
 
5016
    Bug 141557 – Svg backgrounds not scaled correctly
 
5017
 
 
5018
    2009-04-16  Alexander Larsson  <alexl@redhat.com>
 
5019
 
 
5020
        Bug 141557 – Svg backgrounds not scaled correctly
 
5021
 
 
5022
        * gnome-bg.c:
 
5023
        (get_as_pixbuf):
 
5024
        When loading an svg, load at the requested zoom level
 
5025
        instead of resizing after rendering.
 
5026
 
 
5027
 
 
5028
    svn path=/trunk/; revision=5465
 
5029
 
 
5030
M       libgnome-desktop/ChangeLog
 
5031
M       libgnome-desktop/gnome-bg.c
 
5032
 
 
5033
commit 0fed6d8afd3f0743803667b3f8c827729832181b
 
5034
Author: Vincent Untz <vuntz@gnome.org>
 
5035
Date:   2009-04-13
 
5036
 
 
5037
    post-release bump to 2.26.2
 
5038
 
 
5039
    2009-04-14  Vincent Untz  <vuntz@gnome.org>
 
5040
 
 
5041
        * configure.in: post-release bump to 2.26.2
 
5042
 
 
5043
    svn path=/trunk/; revision=5464
 
5044
 
 
5045
M       ChangeLog
 
5046
M       configure.in
 
5047
M       desktop-docs/ChangeLog
 
5048
M       gnome-about/ChangeLog
 
5049
M       libgnome-desktop/ChangeLog
 
5050
M       po/ChangeLog