~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-01-14 22:20:05 UTC
  • mto: (2.1.6 squeeze) (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: james.westby@ubuntu.com-20100114222005-rll7tw9fojl3ac6z
Tags: upstream-2.29.5.1
Import upstream version 2.29.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit c390b0765038644e6e63b6ca250af2993f2a434f
 
2
Author: Vincent Untz <vuntz@gnome.org>
 
3
Date:   2010-01-14
 
4
 
 
5
    [panel] Initiliaze bonobo
 
6
 
 
7
    Apparently, calling bonobo_init() is really needed. At least for
 
8
    others,
 
9
    since it works fine for me without it. Weird. Anyway, it doesn't hurt.
 
10
 
 
11
M       gnome-panel/main.c
 
12
 
 
13
commit bf77817b69d0a96fa34ce8ba83f219d811fcf736
 
14
Author: Vincent Untz <vuntz@gnome.org>
 
15
Date:   2010-01-14
 
16
 
 
17
    [panel] Initialize GError to NULL in panel_launcher_create_from_info()
 
18
 
 
19
    Should fix https://bugzilla.gnome.org/show_bug.cgi?id=594054
 
20
 
 
21
M       gnome-panel/launcher.c
 
22
 
 
23
commit ad8d6aafc7a2557e3ee91ed28bf77cd8f4ede90a
 
24
Author: Vincent Untz <vuntz@gnome.org>
 
25
Date:   2010-01-14
 
26
 
 
27
    [misc] Require gnome-desktop >= 2.24.0
 
28
 
 
29
    https://bugzilla.gnome.org/show_bug.cgi?id=578548
 
30
 
 
31
M       configure.in
 
32
 
 
33
commit b0d742da06df69fd70fb38af927cada4cebcfca3
 
34
Author: Vincent Untz <vuntz@gnome.org>
 
35
Date:   2010-01-14
 
36
 
 
37
    [clock] Avoid unnecessary wakeups when monitoring non-existing files
 
38
 
 
39
    If the parent directory of a timezone-related file doesn't exist
 
40
    on the
 
41
    system, then it means the file is not useful to determine the timezone
 
42
    on this system.
 
43
 
 
44
    Since gio doesn't handle well monitoring files in non-existing
 
45
    directories (it polls every other second), this should avoid
 
46
    unnecessary
 
47
    wakeups.
 
48
 
 
49
    https://bugzilla.gnome.org/show_bug.cgi?id=580357
 
50
 
 
51
M       applets/clock/system-timezone.c
 
52
 
 
53
commit 33ba10e9aba8b5490ee3d749d8aa0f62e383d5a1
 
54
Author: Vincent Untz <vuntz@gnome.org>
 
55
Date:   2010-01-14
 
56
 
 
57
    [clock] Move the system-timezone tests to test-system-timezone
 
58
 
 
59
    Also add a monitor mode.
 
60
 
 
61
M       applets/clock/Makefile.am
 
62
M       applets/clock/system-timezone.c
 
63
A       applets/clock/test-system-timezone.c
 
64
 
 
65
commit f70c26439c626776756b326d6d145f650774d205
 
66
Author: Kjartan Maraas <kmaraas@gnome.org>
 
67
Date:   2010-01-13
 
68
 
 
69
    Updated Norwegian bokmål translation
 
70
 
 
71
M       po/nb.po
 
72
 
 
73
commit 3d2dc42b4bfe3448a941af0dc1c1486ec3e28859
 
74
Author: Vincent Untz <vuntz@gnome.org>
 
75
Date:   2010-01-13
 
76
 
 
77
    [panel] Update to latest EggSMClient code, and adapt code
 
78
 
 
79
    We don't need egg_sm_client_startup() anymore: changing the mode
 
80
    will be
 
81
    enough now.
 
82
 
 
83
M       gnome-panel/libegg/eggsmclient.c
 
84
M       gnome-panel/libegg/eggsmclient.h
 
85
M       gnome-panel/panel-session.c
 
86
 
 
87
commit 21b457ed328f66a026de78f3939081bd32019d12
 
88
Author: Daniel Nylander <po@danielnylander.se>
 
89
Date:   2010-01-13
 
90
 
 
91
    Updated Swedish translation
 
92
 
 
93
M       po/sv.po
 
94
 
 
95
commit 3fa57248d31378fdd125e343121b4f94aad0f6a2
 
96
Author: Khaled Hosny <khaledhosny@eglug.org>
 
97
Date:   2010-01-13
 
98
 
 
99
    Updated Arabic translation
 
100
 
 
101
M       po/ar.po
 
102
 
 
103
commit 6df62b27d86cb163087e2e5b0b8434105031fcdb
 
104
Author: Jorge González <jorgegonz@svn.gnome.org>
 
105
Date:   2010-01-12
 
106
 
 
107
    Updated Spanish translation
 
108
 
 
109
M       po/es.po
 
110
 
 
111
commit 0e384e33587fe0e1bea11e5ecf7a0b11d629d3ca
 
112
Author: Vincent Untz <vuntz@gnome.org>
 
113
Date:   2010-01-12
 
114
 
 
115
    [release] post-release bump to 2.29.6
 
116
 
 
117
M       configure.in
 
118
 
 
119
commit bf1dd0f29a93e4a99f871f201a572dc6830c349a
 
120
Author: Vincent Untz <vuntz@gnome.org>
 
121
Date:   2010-01-12
 
122
 
 
123
    [release] 2.29.5
 
124
 
 
125
M       NEWS
 
126
M       README
 
127
M       configure.in
 
128
 
 
129
commit 62d2837fdbac3e9c0404b855c0d9dd556c508dc8
 
130
Author: Vincent Untz <vuntz@gnome.org>
 
131
Date:   2010-01-12
 
132
 
 
133
    [po] Update POTFILES.in
 
134
 
 
135
M       po/POTFILES.in
 
136
 
 
137
commit f24dbdbfb1ebb20a883089fb3282690a89abdc73
 
138
Author: Vincent Untz <vuntz@gnome.org>
 
139
Date:   2010-01-12
 
140
 
 
141
    [panel] Do not add (deprecated) Encoding key when creating desktop
 
142
    files
 
143
 
 
144
M       gnome-panel/libpanel-util/panel-keyfile.c
 
145
 
 
146
commit 77ccd4764928fe0cafed38aa3a370bd653a35193
 
147
Author: Vincent Untz <vuntz@gnome.org>
 
148
Date:   2010-01-12
 
149
 
 
150
    [panel] Get rid of the last bits of libgnome* (GnomeClient)
 
151
 
 
152
    Here's a summary of what was done here:
 
153
     - remove configure checks for libgnome and libgnomeui
 
154
     - add a copy of EggSMClient (and add configure checks for sm & ice)
 
155
     - patch the copy of EggSMClient to add egg_sm_client_startup. See
 
156
       https://bugzilla.gnome.org/show_bug.cgi?id=606786 for details
 
157
     - convert the GnomeClient code we were using to use EggSMClient
 
158
     - use egg_set_desktop_file(), so we don't have to manually set the
 
159
       application name and default window icon
 
160
     - replace GnomeProgam usage with GOption and gtk_init()
 
161
     - remove the gnome_disable_sound_events workaround in PanelToplevel
 
162
       (that was disabling libgnomeui sounds for those widgets)
 
163
 
 
164
    Note that we apparently don't need to call bonobo_init(), so we don't
 
165
    call it for now.
 
166
 
 
167
M       configure.in
 
168
M       gnome-panel/Makefile.am
 
169
A       gnome-panel/libegg/Makefile.am
 
170
A       gnome-panel/libegg/eggdesktopfile.c
 
171
A       gnome-panel/libegg/eggdesktopfile.h
 
172
A       gnome-panel/libegg/eggsmclient-private.h
 
173
A       gnome-panel/libegg/eggsmclient-xsmp.c
 
174
A       gnome-panel/libegg/eggsmclient.c
 
175
A       gnome-panel/libegg/eggsmclient.h
 
176
M       gnome-panel/main.c
 
177
M       gnome-panel/panel-session.c
 
178
M       gnome-panel/panel-toplevel.c
 
179
 
 
180
commit 4f278c623e5b0ad953f711ee49db0f5c714144a6
 
181
Author: Vincent Untz <vuntz@gnome.org>
 
182
Date:   2010-01-12
 
183
 
 
184
    [build] Remove useless crap from CFLAGS
 
185
 
 
186
M       gnome-panel/Makefile.am
 
187
M       gnome-panel/libpanel-util/Makefile.am
 
188
 
 
189
commit cda17068f4d1ebb97dc6059f5d53a2de950a55af
 
190
Author: Vincent Untz <vuntz@gnome.org>
 
191
Date:   2010-01-12
 
192
 
 
193
    [panel] Port away from GnomeSound to canberra
 
194
 
 
195
    Note that gnome-panel now requires libcanberra-gtk to compile.
 
196
 
 
197
M       configure.in
 
198
M       gnome-panel/gnome-desktop-item-edit.c
 
199
M       gnome-panel/nothing.cP
 
200
 
 
201
commit fe174bb7e97a787d2d841c3a251965b14ccf8b16
 
202
Author: Vincent Untz <vuntz@gnome.org>
 
203
Date:   2010-01-12
 
204
 
 
205
    [clock] Remove usage of gmt_time gconf key
 
206
 
 
207
    Using this key most probably breaks some part of the UI of the clock
 
208
    applet since quite some time. People can use the GMT timezone instead.
 
209
 
 
210
M       applets/clock/calendar-window.c
 
211
M       applets/clock/calendar-window.h
 
212
M       applets/clock/clock.c
 
213
M       applets/clock/clock.schemas.in
 
214
 
 
215
commit d75a184548b97203b0ff2ff26348bfe40a2ca286
 
216
Author: Javier Jardón <jjardon@gnome.org>
 
217
Date:   2010-01-12
 
218
 
 
219
    [panel] Remove libgnomeui dependency from gnome-desktop-item-edit
 
220
 
 
221
    Replace gnome_program_init() with gtk_init_with_args()
 
222
 
 
223
    https://bugzilla.gnome.org/show_bug.cgi?id=586846
 
224
 
 
225
M       gnome-panel/gnome-desktop-item-edit.c
 
226
 
 
227
commit 93d07aae99349c37730e509a2ab4906885ad3bae
 
228
Author: Vincent Untz <vuntz@gnome.org>
 
229
Date:   2010-01-12
 
230
 
 
231
    [panel] Port away from GnomeIconEntry
 
232
 
 
233
    We add a new PanelIconChooser widget, which is a simple button
 
234
    opening a
 
235
    GtkFileChooser.
 
236
 
 
237
    Some code is also factored in libpanel-util:
 
238
     - API to easily add an image preview to a file chooser (moved
 
239
     away from
 
240
       gnome-panel-properties.c)
 
241
     - some XDG-related icon theme API (moved away from panel-util.c:
 
242
       panel_util_icon_remove_extension is renamed to
 
243
       panel_xdg_icon_remove_extension)
 
244
 
 
245
    The new PanelIconChooser is now used in panel-ditem-editor.c and
 
246
    panel-properties-dialog.c. This enables us to remove some workaround
 
247
    to
 
248
    handle icon themes in a hacky way -- this is now hidden in
 
249
    PanelIconChooser.
 
250
 
 
251
M       gnome-panel/libpanel-util/Makefile.am
 
252
A       gnome-panel/libpanel-util/panel-gtk.c
 
253
M       gnome-panel/libpanel-util/panel-gtk.h
 
254
A       gnome-panel/libpanel-util/panel-icon-chooser.c
 
255
A       gnome-panel/libpanel-util/panel-icon-chooser.h
 
256
A       gnome-panel/libpanel-util/panel-xdg.c
 
257
C073    gnome-panel/libpanel-util/panel-gtk.h
 
258
gnome-panel/libpanel-util/panel-xdg.h
 
259
M       gnome-panel/menu.c
 
260
M       gnome-panel/panel-ditem-editor.c
 
261
M       gnome-panel/panel-properties-dialog.c
 
262
M       gnome-panel/panel-util.c
 
263
M       gnome-panel/panel-util.h
 
264
 
 
265
commit ed98774a1116a8ec3868615d9d8723ff9c832f6d
 
266
Author: Matthias Clasen <mclasen@redhat.com>
 
267
Date:   2010-01-12
 
268
 
 
269
    Check errors returned by PolicyKit
 
270
 
 
271
    Not checking them could lead to crashes. See bug 604678.
 
272
 
 
273
M       applets/clock/gnome-clock-applet-mechanism.c
 
274
 
 
275
commit 5ff272ab5dbdfd3a0c259e333a9dfe006ed0e431
 
276
Author: Gustavo Noronha Silva <gns@gnome.org>
 
277
Date:   2010-01-06
 
278
 
 
279
    Impose a limit on the size of the bookmarks file
 
280
 
 
281
    This is to avoid users shooting themselves in the foot, and to avoid
 
282
    having gnome-panel become unusable if a bad application creates a big
 
283
    bookmarks file.
 
284
 
 
285
    https://bugzilla.gnome.org/show_bug.cgi?id=606280
 
286
 
 
287
M       gnome-panel/panel-menu-items.c
 
288
 
 
289
commit 2754ba11918ddd399ee2ff23ea2e4f19175ec43e
 
290
Author: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
 
291
Date:   2010-01-06
 
292
 
 
293
    Make sure URI has been converted to path
 
294
 
 
295
    https://bugzilla.gnome.org/show_bug.cgi?id=606277
 
296
 
 
297
M       gnome-panel/panel-util.c
 
298
 
 
299
commit 415a173d884bd11090fd4fd50c15adae9ad9420b
 
300
Author: Fotis Tsamis <ftsamis@gmail.com>
 
301
Date:   2010-01-03
 
302
 
 
303
    Updated Greek translation
 
304
 
 
305
M       help/clock/el/el.po
 
306
 
 
307
commit ab22a5aef9c68368bf3db07731134c0f22b40fea
 
308
Author: Carlos Manuel <crolidge@gmail.com>
 
309
Date:   2009-12-05
 
310
 
 
311
    Updated Portuguese translation
 
312
 
 
313
M       help/clock/Makefile.am
 
314
A       help/clock/pt/pt.po
 
315
 
 
316
commit 81622731da4eff6924869aba43315b2cbf741705
 
317
Author: Aron Xu <aronxu@gnome.org>
 
318
Date:   2009-11-30
 
319
 
 
320
    Update Simplified Chinese translation
 
321
 
 
322
M       po/zh_CN.po
 
323
 
 
324
commit 1f1de00bd09b7a37608edc98114d2f229ae66d89
 
325
Author: Matej Urbančič <mateju@svn.gnome.org>
 
326
Date:   2009-11-27
 
327
 
 
328
    Updated Slovenian translation
 
329
 
 
330
M       po/sl.po
 
331
 
 
332
commit e3efcb3220ed17f8006553f209407b8c63c004bf
 
333
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
334
Date:   2009-11-25
 
335
 
 
336
    Updated LowGerman translation
 
337
 
 
338
M       po/nds.po
 
339
 
 
340
commit 2baca3d5d9e522c0e1f665b1675ea94a85b5cf79
 
341
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
342
Date:   2009-11-22
 
343
 
 
344
    Updated Low German translation
 
345
 
 
346
M       po/nds.po
 
347
 
 
348
commit c7544feadeffae808da568dc75b0cae76dacf55f
 
349
Author: Aron Xu <aronxu@gnome.org>
 
350
Date:   2009-11-19
 
351
 
 
352
    Update Simplified Chinese translation.
 
353
 
 
354
M       po/zh_CN.po
 
355
 
 
356
commit 68e427d3575a90b368130403992cd605482a7475
 
357
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
 
358
Date:   2009-11-15
 
359
 
 
360
    Updated Low German translation
 
361
 
 
362
M       po/nds.po
 
363
 
 
364
commit 32c7579bab074958c3b77fd2706cb223952788b0
 
365
Author: Aron Xu <aronxu@gnome.org>
 
366
Date:   2009-11-13
 
367
 
 
368
    Update Simplified Chinese translation.
 
369
 
 
370
M       po/zh_CN.po
 
371
 
 
372
commit 03e74c8639ddd86ee32b1066456b086ebcc6c020
 
373
Author: David Planella <david.planella@gmail.com>
 
374
Date:   2009-11-10
 
375
 
 
376
    Fix a string translation in Catalan
 
377
 
 
378
M       po/ca.po
 
379
M       po/ca@valencia.po
 
380
 
 
381
commit 0b9dcfb5f66fc264e4744b6a1833979adaa93f86
 
382
Author: Joe Hansen <joedalton2@yahoo.dk>
 
383
Date:   2009-11-08
 
384
 
 
385
    Added Danish translation
 
386
 
 
387
A       help/clock/da/da.po
 
388
 
 
389
commit 3d43d45f38b665223b9d0cef29ab2beff59f8187
 
390
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
 
391
Date:   2009-11-08
 
392
 
 
393
    Added da to list of languages
 
394
 
 
395
M       help/clock/Makefile.am
 
396
 
 
397
commit 64a9828c557a5c3de97f02545c791ad3c33fc52c
 
398
Author: arccos(L.Q) <boyermoore@gmail.com>
 
399
Date:   2009-11-06
 
400
 
 
401
    Updated Simplified Chinese translations.
 
402
 
 
403
M       po/zh_CN.po
 
404
 
 
405
commit c5adf2e5a3cd4a3d7cc199299117ab25c169d450
 
406
Author: Gil Forcada <gforcada@gnome.org>
 
407
Date:   2009-11-05
 
408
 
 
409
    Minor fixes to Catalan translation
 
410
 
 
411
M       po/ca.po
 
412
 
 
413
commit e44e18fb9abda354c86d9b55cb3d7e7c63c11e82
 
414
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
415
Date:   2009-11-05
 
416
 
 
417
    Updated Catalan (Valencian) translation
 
418
 
 
419
M       po/ca@valencia.po
 
420
 
 
421
commit 3381ff7f3aa453b0317fc89506a9c774e335ac32
 
422
Author: Thomas Thurman <tthurman@gnome.org>
 
423
Date:   2009-10-31
 
424
 
 
425
    Shavian translation
 
426
 
 
427
M       po/LINGUAS
 
428
A       po/en@shaw.po
 
429
 
 
430
commit bde70c5faccb7fd36f858ccfbafbd805be94f0dc
 
431
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
 
432
Date:   2009-10-22
 
433
 
 
434
    Added Low German translation
 
435
 
 
436
M       po/LINGUAS
 
437
A       po/nds.po
 
438
 
 
439
commit d043a9f363ac6493634e0c5c7c71a3fbbcdc9287
 
440
Author: Reşat SABIQ <tilde.birlik@gmail.com>
 
441
Date:   2009-10-21
 
442
 
 
443
    Update for Crimean Tatar (Crimean Turkish) translation
 
444
 
 
445
M       po/crh.po
 
446
 
 
447
commit 9a82dcd4941a8f340b94aca8252b04a8b350e4bf
 
448
Author: Kjartan Maraas <kmaraas@gnome.org>
 
449
Date:   2009-10-17
 
450
 
 
451
    Update a bit.
 
452
 
 
453
M       po/nn.po
 
454
 
 
455
commit e204371f85b1b1f0e7ce56e59ffa09954f8e8ff1
 
456
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
457
Date:   2009-10-13
 
458
 
 
459
    po/vi.po: update translation of "Places"
 
460
 
 
461
M       po/vi.po
 
462
 
 
463
commit 50391e488d20c1a70a31d6652a56c1cda1872190
 
464
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
465
Date:   2009-10-13
 
466
 
 
467
    Small update
 
468
 
 
469
M       po/hu.po
 
470
 
 
471
commit b7608aaae89f898fc52ab240f4254542d4ca134d
 
472
Author: Dan Winship <danw@gnome.org>
 
473
Date:   2009-06-12
 
474
 
 
475
    Fix important regression
 
476
 
 
477
    https://bugzilla.gnome.org/show_bug.cgi?id=578529
 
478
 
 
479
M       gnome-panel/nothing.cP
 
480
 
 
481
commit 103d9f79d128c9a163c8769ede7e7b7d142d0691
 
482
Author: Leonid Kanter <leon@asplinux.ru>
 
483
Date:   2009-10-09
 
484
 
 
485
    Updated Russian translation by Dmitry Yacenko <d.yacenko@gmail.com>
 
486
 
 
487
M       po/ru.po
 
488
 
 
489
commit 8fdf78414496e7d9bcb07e3e5c09c1a8e43d33bb
 
490
Author: Vincent Untz <vuntz@gnome.org>
 
491
Date:   2009-10-06
 
492
 
 
493
    [clock] Remove hack for gravity that was needed with earlier pango
 
494
 
 
495
    Behdad says it's not needed anymore, so I'll trust him.
 
496
 
 
497
    https://bugzilla.gnome.org/show_bug.cgi?id=596215
 
498
 
 
499
M       applets/clock/clock.c
 
500
 
 
501
commit b70067b06edb18d33d3405a93bc464120ef75bef
 
502
Author: Rui Matos <tiagomatos@gmail.com>
 
503
Date:   2009-10-06
 
504
 
 
505
    [build] Add pkg-config requires on gnome-desktop for the clock applet
 
506
 
 
507
    https://bugzilla.gnome.org/show_bug.cgi?id=597479
 
508
 
 
509
M       configure.in
 
510
 
 
511
commit 36a5b038671b1b59da2bc3ce37e98327531b108d
 
512
Author: Gil Forcada <gforcada@gnome.org>
 
513
Date:   2009-10-06
 
514
 
 
515
    Updated Catalan translation
 
516
 
 
517
M       po/ca.po
 
518
 
 
519
commit 66b8e290bd0b767183cba583917907940b5b425a
 
520
Author: Vincent Untz <vuntz@gnome.org>
 
521
Date:   2009-10-06
 
522
 
 
523
    [panel] Fix crashes in various conditions with the new randr code
 
524
 
 
525
    If nothing had probed the randr screen resources before us and the X
 
526
    server is supporting randr 1.3, then we got no output, and therefore
 
527
    no
 
528
    monitor. The fix here is to actively probe for resources if we detect
 
529
    this case. See https://bugzilla.gnome.org/show_bug.cgi?id=597101
 
530
 
 
531
    Also, in some cases, all outputs appear disconnected. See
 
532
    https://bugzilla.novell.com/show_bug.cgi?id=543876
 
533
 
 
534
    To be completely on the safe side, if we get no monitor information
 
535
    from
 
536
    randr, even if it is successful, we fallback to the GTK+ method.
 
537
 
 
538
M       gnome-panel/panel-multiscreen.c
 
539
 
 
540
commit e3a52eb80913b5f4a1d39429cf2321d4870f2fea
 
541
Author: Vincent Untz <vuntz@gnome.org>
 
542
Date:   2009-10-05
 
543
 
 
544
    [panel] Use a native window for PanelWidget to fix uglyness on unhide
 
545
 
 
546
    Panels that are auto-hidden and with a colored background are not
 
547
    looking good during the unhide. Using a native window fixes this.
 
548
 
 
549
    Thanks to Alex Larsson.
 
550
 
 
551
M       gnome-panel/panel-widget.c
 
552
 
 
553
commit a1aa91d9df6e9208cf860f2531c5b864b0c8749b
 
554
Author: Zhang Miao <mymzhang@gmail.com>
 
555
Date:   2009-09-29
 
556
 
 
557
    Updated Simplified Chinese translation for fish help.
 
558
 
 
559
M       help/fish/zh_CN/zh_CN.po
 
560
 
 
561
commit 7fdde4c1b71d0d9a9fe042a2b19aefed178b266d
 
562
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
 
563
Date:   2009-09-25
 
564
 
 
565
    Updated Finnish translation.
 
566
 
 
567
M       po/fi.po
 
568
 
 
569
commit f8b1ad81c145dacbd1914b0e8b9497d1906f9023
 
570
Author: Tomasz Dominikowski <dominikowski@gmail.com>
 
571
Date:   2009-09-25
 
572
 
 
573
    Updated Polish translation
 
574
 
 
575
M       po/pl.po
 
576
 
 
577
commit bbfea359ff157cc22af969ef81ec5458039571ef
 
578
Author: Tomasz Dominikowski <dominikowski@gmail.com>
 
579
Date:   2009-09-25
 
580
 
 
581
    Updated Polish translation
 
582
 
 
583
M       po/pl.po
 
584
 
 
585
commit e211a90dccd9a448be5d9b45e9601b8aeac222c0
 
586
Author: Vincent Untz <vuntz@gnome.org>
 
587
Date:   2009-09-21
 
588
 
 
589
    [release] post-release bump to 2.28.1
 
590
 
 
591
M       configure.in
 
592
 
 
593
commit 1849817edfa9501def8c016002895e8d789f994b
 
594
Author: Vincent Untz <vuntz@gnome.org>
 
595
Date:   2009-09-21
 
596
 
 
597
    [release] 2.28.0
 
598
 
 
599
M       NEWS
 
600
M       README
 
601
M       configure.in
 
602
 
1
603
commit d25df249143289834ba61cf1c501cd8fda7e2439
2
604
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
3
 
Date:   2009-09-21
 
605
Date:   2009-09-21
4
606
 
5
607
    Updating Assamese translations
6
608