1commit f05f028b840b465a41deef0fae6f50a885222e62
2Author: Romain Bouvier <skunnyk@alteroot.org>
3Date:   Tue Dec 22 21:33:42 2020 +0100
4
5    Updates for release
6
7commit aa8939349e6a112e651d1169f151f932c6d15c74
8Author: Yves-Alexis Perez <corsac@corsac.net>
9Date:   Sun Dec 13 12:27:11 2020 +0100
10
11    Don't use shebang for bash completion file
12
13    Bash completions are meant to be sourced, not executed, so remove the shebang line
14    Closes !8
15
16commit 56068de01bb74d7025c8fa3339d2cb1c94bb9231
17Author: Alexander Schwinn <alexxcons@xfce.org>
18Date:   Tue Dec 15 23:18:43 2020 +0100
19
20    Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
21
22    Current glib minimum is 2.50.0
23
24commit ae93c365f7a61ebe6c4c81241ba3dd4ea9e8326c
25Author: Alexander Schwinn <alexxcons@xfce.org>
26Date:   Wed Dec 9 09:54:21 2020 +0100
27
28    bump glib (and gio, gthread, etc) minimum to 2.50.0
29
30    In order to unify dependencies for core components.
31    (See 4.16 roadmap)
32
33commit 582dd327ed73e85f8de2d39c2c95385d7d1a485e
34Author: Olaf Hering <olaf@aepfle.de>
35Date:   Fri Dec 4 11:25:42 2020 +0100
36
37    remove last traces of xfconf-perl
38
39    Fixes commit 19c3566a50f0b062d06b055e785e2ad08ec40f3b
40
41    Signed-off-by: Olaf Hering <olaf@aepfle.de>
42
43commit 0cacff7257337d0b855db29b1c95ea85706f2df4
44Author: Romain Bouvier <skunnyk@alteroot.org>
45Date:   Mon Nov 9 21:31:40 2020 +0100
46
47    Fix make distcheck and enable it on gitlab CI
48
49    - fix return code check and remove bashism from tests-driver.sh
50    - Remove INSTALL from EXTRA_DIST (not created anymore since we are using
51      automake foreign mode)
52    - Update .gitignore
53
54commit cb2ae51d782b66496973eba200a9b46f49adf3b5
55Author: Andre Miranda <andreldm@xfce.org>
56Date:   Fri Nov 13 01:26:12 2020 -0300
57
58    Add README.md to EXTRA_DIST
59
60commit 36a6ca6b7a3b529527a97008ec6e4907cef8dcc4
61Author: Ali Abdallah <ali.abdallah@suse.com>
62Date:   Mon Nov 9 10:02:05 2020 +0100
63
64    Post release autoconf git revision
65
66commit 6a9934507af1beb3d7a83d537fe2c77a6b10d272
67Author: Ali Abdallah <ali.abdallah@suse.com>
68Date:   Mon Nov 9 09:50:57 2020 +0100
69
70    Prepare 4.15.1 release
71
72commit 94129ed61e69267cbd7fe92c50c4ad1cde0fba6d
73Merge: 111b9bf 921321d
74Author: Ali Abdallah <ali.abdallah@suse.com>
75Date:   Mon Nov 9 09:40:09 2020 +0100
76
77    Merge branch 'cryptogopher/xfconf-issue16'
78
79commit 111b9bfcfa332324bd7c1518c188fa7888661ea3
80Author: Emin Tufan <etcetin@gmail.com>
81Date:   Mon Nov 9 00:47:53 2020 +0100
82
83    I18n: Update translation tr (100%).
84
85    68 translated messages.
86
87    Transifex (https://www.transifex.com/xfce/public/).
88
89commit 921321d269b8c07097c0df78b5a7e33dc02bb4db
90Author: cryptogopher <xfce@michalczyk.pro>
91Date:   Fri Nov 6 01:27:25 2020 +0100
92
93    Test for #16
94
95commit 700220faaba0f693b0e428eead90c15e20e6793f
96Author: cryptogopher <xfce@michalczyk.pro>
97Date:   Fri Nov 6 01:22:47 2020 +0100
98
99    xfconf-cache: Fix access to freed data (#16)
100
101    The code was based on false assumption that cancelling cancellable of
102    asynchronous request stops execution of callback handler.
103    In fact cancelling asynchronous call does not prevent callback from
104    geting invoked. Moreover handlers for asynchronuos call are only invoked
105    from thread's main loop. That means if you set property, then free cache
106    you will have outstanding handler invocations with dangling pointers to
107    XfconfCacheOldItem and no reliable way of detecting this situation
108    inside handler. The solution is to only free old_item(s) inside handler
109    and differentiate processing inside handler based on whether call has
110    been cancelled (by checking cancellable status).
111
112commit 4183ec495b67099ced8360821db9eb417caa3210
113Author: Kevin Bowen <kevin.bowen@gmail.com>
114Date:   Mon Nov 2 20:05:25 2020 +0100
115
116    Adds new README.md and updates AM_INIT_AUTOMAKE
117
118commit eac09bb226c9608ba2d28bdaa1d8a844bc58dce2
119Author: Besnik Bleta <besnik@programeshqip.org>
120Date:   Sat Oct 31 00:47:53 2020 +0100
121
122    I18n: Update translation sq (97%).
123
124    66 translated messages, 2 untranslated messages.
125
126    Transifex (https://www.transifex.com/xfce/public/).
127
128commit 7f22f816ed4162a3f5ca439048c4564a6fa77fa9
129Author: Ali Abdallah <ali.abdallah@suse.com>
130Date:   Tue Oct 27 16:50:42 2020 +0100
131
132    Disable parallelism on all tests.
133
134    This prevents make to potentially hang when -j is used with a number
135    bigger than 1. Fixes #13.
136
137commit e4c155094d9ddcd9829f290b3fff05ae755dcdc5
138Author: Emin Tufan <etcetin@gmail.com>
139Date:   Mon Oct 19 01:16:02 2020 +0200
140
141    I18n: Update translation tr (100%).
142
143    68 translated messages.
144
145    Transifex (https://www.transifex.com/xfce/public/).
146
147commit 60b53840a35c6718e47dfd5087026d334fadcad2
148Author: Xfce Bot <transifex@xfce.org>
149Date:   Fri Oct 16 18:51:48 2020 +0200
150
151    I18n: Update translation ug (94%).
152
153    64 translated messages, 4 untranslated messages.
154
155    Transifex (https://www.transifex.com/xfce/public/).
156
157commit d6372233b4da3d1c658b13a7cfb0b3378d636602
158Author: Besnik Bleta <besnik@programeshqip.org>
159Date:   Fri Oct 16 18:51:48 2020 +0200
160
161    I18n: Update translation sq (95%).
162
163    65 translated messages, 3 untranslated messages.
164
165    Transifex (https://www.transifex.com/xfce/public/).
166
167commit f704a6914f9ab2963386ce6d3f02fc12d863311f
168Author: Jose Riha <jose1711@gmail.com>
169Date:   Fri Oct 16 18:51:47 2020 +0200
170
171    I18n: Update translation sk (98%).
172
173    67 translated messages, 1 untranslated message.
174
175    Transifex (https://www.transifex.com/xfce/public/).
176
177commit 57dc96674b5e5ce91854637cb313de554325529c
178Author: Real School <localization@ehayq.am>
179Date:   Fri Oct 16 18:51:45 2020 +0200
180
181    I18n: Update translation hy_AM (100%).
182
183    68 translated messages.
184
185    Transifex (https://www.transifex.com/xfce/public/).
186
187commit 79160d0209646c822d89e8dadd3c022bc698816d
188Author: Xfce Bot <transifex@xfce.org>
189Date:   Fri Oct 16 18:51:45 2020 +0200
190
191    I18n: Update translation hu (100%).
192
193    68 translated messages.
194
195    Transifex (https://www.transifex.com/xfce/public/).
196
197commit cfcd826cfb562977a3a89b95e112f472a19699ce
198Author: Anonymous <noreply@xfce.org>
199Date:   Fri Oct 16 18:51:45 2020 +0200
200
201    I18n: Update translation he (100%).
202
203    68 translated messages.
204
205    Transifex (https://www.transifex.com/xfce/public/).
206
207commit e4e9e3d558328fea628670e1ca24f152d788041c
208Author: Anonymous <noreply@xfce.org>
209Date:   Tue Sep 15 00:48:13 2020 +0200
210
211    I18n: Update translation oc (100%).
212
213    68 translated messages.
214
215    Transifex (https://www.transifex.com/xfce/public/).
216
217commit 76b77dbf8cd1290637ab15db3098607d2b50daef
218Merge: 165855b a117d09
219Author: Ali Abdallah <ali.abdallah@suse.com>
220Date:   Mon Aug 31 13:34:20 2020 +0200
221
222    Merge branch 'mgorny/xfconf-stray-quote'
223
224commit 165855bfea9e56e2d0884dee52d6b738b222ebb0
225Author: Anonymous <noreply@xfce.org>
226Date:   Thu Aug 20 12:53:43 2020 +0200
227
228    I18n: Update translation lt (100%).
229
230    68 translated messages.
231
232    Transifex (https://www.transifex.com/xfce/public/).
233
234commit a117d09997cfcb94e89756749ff1be4c8dfa8805
235Author: Michał Górny <mgorny@gentoo.org>
236Date:   Fri Jul 17 15:56:20 2020 +0200
237
238    Fix stray double-quote in bash-completion PKG_CONFIG invocation
239
240    Fix a stray double-quote that causes unterminated quoted string error
241    in dash:
242
243      ./configure: 1: Syntax error: Unterminated quoted string
244
245    PKG_CONFIG should remain unquoted since it may contain command options
246    in addition to the path.
247
248commit 88365b8f809dfe8256ffbfef4f4e7e937f2dbd75
249Author: Ali Abdallah <ali.abdallah@suse.com>
250Date:   Thu Jul 16 11:40:54 2020 +0200
251
252    Post release autoconf git revision
253
254commit f207ba8c25ed44eda9e8d1612a80c8c6ba32e2df
255Author: Ali Abdallah <ali.abdallah@suse.com>
256Date:   Thu Jul 16 11:36:55 2020 +0200
257
258    Prepare 4.15.0 release
259
260commit 4102ed6bcdc609dbace91378327be83fb0e4bac7
261Author: Ali Abdallah <ali.abdallah@suse.com>
262Date:   Thu Jul 16 11:30:14 2020 +0200
263
264    Fix distcheck bash-completion file error
265
266commit 25a7e40d75e48202fcce540e7e43cd6a7a3c4689
267Author: Anonymous <noreply@xfce.org>
268Date:   Mon Jun 22 00:48:05 2020 +0200
269
270    I18n: Update translation he (100%).
271
272    68 translated messages.
273
274    Transifex (https://www.transifex.com/xfce/public/).
275
276commit aafc780ab46cb384e08c8d609c5d09f91eeab300
277Author: Anonymous <noreply@xfce.org>
278Date:   Fri Jun 12 12:51:18 2020 +0200
279
280    I18n: Update translation he (100%).
281
282    68 translated messages.
283
284    Transifex (https://www.transifex.com/xfce/public/).
285
286commit b7a7c7f7e8934e78e4343d441ae2ae77f2dc1e53
287Author: Arman Harutyunyan <arman.harut468@gmail.com>
288Date:   Fri Jun 5 00:49:18 2020 +0200
289
290    I18n: Update translation hye (100%).
291
292    68 translated messages.
293
294    Transifex (https://www.transifex.com/xfce/public/).
295
296commit 6865f62dec175c09ed733b6051f0980c14da74a4
297Author: Emanuele Petriglia <inbox@emanuelepetriglia.com>
298Date:   Sun Nov 24 15:15:19 2019 +0100
299
300    Add Bash completion for xfconf-query
301
302    Signed-off-by: Emanuele Petriglia <inbox@emanuelepetriglia.com>
303    Signed-off-by: Ali Abdallah <ali.abdallah@suse.com>
304
305commit 1af69867372ff46fb1f2596859e6c351f135c83e
306Author: Ivan <personal@live.hk>
307Date:   Tue May 26 12:49:19 2020 +0200
308
309    I18n: Update translation zh_HK (95%).
310
311    65 translated messages, 3 untranslated messages.
312
313    Transifex (https://www.transifex.com/xfce/public/).
314
315commit f367809c27103fbd3c2c459105e6078246b9f2a1
316Author: Real School <localization@ehayq.am>
317Date:   Mon May 25 12:55:52 2020 +0200
318
319    I18n: Add new translation hye (100%).
320
321    68 translated messages.
322
323    Transifex (https://www.transifex.com/xfce/public/).
324
325commit fd6ee53e2101a6d4ce70965314308da43f6d63b7
326Author: Anonymous <noreply@xfce.org>
327Date:   Wed May 20 00:48:00 2020 +0200
328
329    I18n: Update translation he (100%).
330
331    68 translated messages.
332
333    Transifex (https://www.transifex.com/xfce/public/).
334
335commit 5f648405fdaa950efa0582afd4134f9a4b352ca2
336Author: Ali Abdallah <ali.abdallah@suse.com>
337Date:   Sun May 17 19:35:01 2020 +0200
338
339    Bump version number to 15
340
341commit bce38ba0d6ad45e7baa1cd2d58bd8e7ab42b82f6
342Author: Ali Abdallah <ali.abdallah@suse.com>
343Date:   Fri May 15 19:15:08 2020 +0200
344
345    Use a custom test-driver
346
347    Implement a custom test driver that will start the freshly compiled
348    xfconfd on a different dbus name. When the test finishes, gets
349    interrupted or exists with error, the xfconfd test instance is
350    terminated.
351
352    This will allows 'make check' and 'make distcheck' to be successful even
353    if xfconfd is not installed or running.
354
355commit 6e4e3704f262e35c396ffa610538244b63115c29
356Author: Jason Yavorska <jyavorska@protonmail.com>
357Date:   Fri May 15 10:05:24 2020 +0200
358
359    Add xfconf .gitlab-ci.yml
360
361commit 9ec67fb671b488a81f837e9127719b0bf5027624
362Author: Pjotr <pjotrvertaalt@gmail.com>
363Date:   Tue May 12 00:48:36 2020 +0200
364
365    I18n: Update translation nl (100%).
366
367    68 translated messages.
368
369    Transifex (https://www.transifex.com/xfce/public/).
370
371commit e1d28920341336087efca2e0d1c59c91f9d7ab56
372Author: Evangelos Foutras <evangelos@foutrelis.com>
373Date:   Wed May 6 16:47:21 2020 +0300
374
375    Always provide files for vala bindings in dist tarball
376
377    So even if vala is not installed during the distcheck step, the vala
378    bindings can be built from the dist tarball.
379
380commit 5d7791d29bf7cf768ae103f2a83ff8b241da2d4b
381Author: Ali Abdallah <ali.abdallah@suse.com>
382Date:   Mon May 11 14:03:38 2020 +0200
383
384    Enable GSettings backend by default
385
386commit c759b8eed700722c1cfa07259fbd9975a3df2dcc
387Author: Ali Abdallah <aabdallah@suse.de>
388Date:   Sat May 2 13:08:57 2020 +0200
389
390    Use gsettings as a common channel name
391
392    use gsettings as a common channel name for GSettings backend+fix full
393    write function return value.
394
395commit dc443372218d9cc4a5daf5c416d767f445f7f9ce
396Author: Ali Abdallah <aabdallah@suse.de>
397Date:   Sat May 2 11:12:44 2020 +0200
398
399    Initialize Xfconf when the backend is to be used
400
401    Previously, xfconf_init was called on g_io_module_load. But this will
402    fatally fail on systems with no xfconfd running.
403
404    See Bug #14789 for more details.
405
406commit 79bdf666dfa6a6f38489d6c62347d4a6d5820c60
407Author: Anonymous <noreply@xfce.org>
408Date:   Sun Apr 26 00:18:12 2020 +0200
409
410    I18n: Update translation he (100%).
411
412    68 translated messages.
413
414    Transifex (https://www.transifex.com/xfce/public/).
415
416commit 3a419d5c16afcaadcb618df6f3cf4ad1cc3e0064
417Author: Romain Bouvier <skunnyk@alteroot.org>
418Date:   Fri Apr 24 12:27:42 2020 +0200
419
420    Bug #15960: Add some missing xfconf_shutdown() in xfconf-query
421
422commit be28cc4d969e32cef872b4f8d57105ef70643e1d
423Author: Olivier Duchateau <duchateau.olivier@gmail.com>
424Date:   Tue Sep 10 18:18:21 2019 +0200
425
426    Bug #15951: Fix 'xfconf_get_error_quark' introspecting warning
427
428    - During introspecting phase, we get this warning:
429    "Warning: Xfconf: (ErrorQuarkFunction)get_error_quark: xfconf_get_error_quark: Couldn't find corresponding enumeration"
430
431commit 19c3566a50f0b062d06b055e785e2ad08ec40f3b
432Author: Romain Bouvier <skunnyk@alteroot.org>
433Date:   Fri Apr 24 12:09:09 2020 +0200
434
435    Remove xfconf perl binding
436
437    - Disable by default since 4.14
438    - Not sure anybody use it, haven't seen any evolution since 4.6
439
440commit 7b6d095d6479b285e6569e6ff9d574aadbfa3a75
441Author: Xfce Bot <transifex@xfce.org>
442Date:   Wed Apr 15 00:21:17 2020 +0200
443
444    I18n: Update translation zh_TW (100%).
445
446    68 translated messages.
447
448    Transifex (https://www.transifex.com/xfce/public/).
449
450commit e1f7b643c6a330fa5ff39ea3fdd56dfb054405c0
451Author: Xfce Bot <transifex@xfce.org>
452Date:   Wed Apr 15 00:21:14 2020 +0200
453
454    I18n: Update translation hu (100%).
455
456    68 translated messages.
457
458    Transifex (https://www.transifex.com/xfce/public/).
459
460commit faa372b6d19b11b21dc41d5e739ef46682e4a7bd
461Author: Xfce Bot <transifex@xfce.org>
462Date:   Wed Apr 15 00:21:13 2020 +0200
463
464    I18n: Update translation es (100%).
465
466    68 translated messages.
467
468    Transifex (https://www.transifex.com/xfce/public/).
469
470commit 91d4ebf77f4bd3d50f89e7a1e45acd1a47636dbf
471Author: Panagiotis Mantzios <pmantzios@hotmail.com>
472Date:   Wed Apr 15 00:21:13 2020 +0200
473
474    I18n: Update translation el (100%).
475
476    68 translated messages.
477
478    Transifex (https://www.transifex.com/xfce/public/).
479
480commit 0cbfbc7b93a7e69fd1c16b30d02a8fdf526a20e1
481Author: Anonymous <noreply@xfce.org>
482Date:   Wed Apr 15 00:21:12 2020 +0200
483
484    I18n: Update translation da (100%).
485
486    68 translated messages.
487
488    Transifex (https://www.transifex.com/xfce/public/).
489
490commit 80a57adddc05dd95d7f5a967744635376effa8d2
491Author: Zmicer Turok <nashtlumach@gmail.com>
492Date:   Mon Mar 2 18:33:05 2020 +0100
493
494    I18n: Update translation be (100%).
495
496    68 translated messages.
497
498    Transifex (https://www.transifex.com/xfce/public/).
499
500commit 4b2ad3213da9510cedf9da2e97c220bd3a993db2
501Author: Besnik <besnik@programeshqip.org>
502Date:   Tue Feb 11 00:32:19 2020 +0100
503
504    I18n: Update translation sq (95%).
505
506    65 translated messages, 3 untranslated messages.
507
508    Transifex (https://www.transifex.com/xfce/public/).
509
510commit bab7678108b000ffd999438a7cc00cc4924d76e8
511Author: Besnik <besnik@programeshqip.org>
512Date:   Wed Jan 8 06:32:50 2020 +0100
513
514    I18n: Add new translation sq (95%).
515
516    65 translated messages, 3 untranslated messages.
517
518    Transifex (https://www.transifex.com/xfce/public/).
519
520commit fb768ca3d1ae8efe48156f925b6899b37d030096
521Author: Arnold Marko <arnold.marko@gmail.com>
522Date:   Wed Nov 20 18:32:19 2019 +0100
523
524    I18n: Update translation sl (100%).
525
526    68 translated messages.
527
528    Transifex (https://www.transifex.com/xfce/public/).
529
530commit 5327f86ccaa5bcc9cdece54650b152fb5c072c6b
531Author: Arnold Marko <arnold.marko@gmail.com>
532Date:   Wed Nov 20 12:32:32 2019 +0100
533
534    I18n: Add new translation sl (63%).
535
536    43 translated messages, 25 untranslated messages.
537
538    Transifex (https://www.transifex.com/xfce/public/).
539
540commit cbdc0c150a65e5f8400b865190687497483d6bb0
541Author: Dongyu Chu <chudongyu@126.com>
542Date:   Sun Oct 27 18:32:13 2019 +0100
543
544    I18n: Update translation zh_CN (100%).
545
546    68 translated messages.
547
548    Transifex (https://www.transifex.com/xfce/public/).
549
550commit a92edcc5af966fb1685e77381cf4627bb1ac4f97
551Author: Ivica  Kolić <ikoli@yahoo.com>
552Date:   Mon Sep 30 12:37:50 2019 +0200
553
554    I18n: Update translation hr (98%).
555
556    67 translated messages, 1 untranslated message.
557
558    Transifex (https://www.transifex.com/xfce/public/).
559
560commit 5229af5010943e0817d99034e3bf827a9746f98c
561Author: Daniel Muñiz Fontoira <dani@damufo.com>
562Date:   Fri Aug 23 18:33:23 2019 +0200
563
564    I18n: Update translation gl (100%).
565
566    68 translated messages.
567
568    Transifex (https://www.transifex.com/xfce/public/).
569
570commit 30b98d44c3bfceaed4bf23402c27dc4cd58e8ffc
571Author: Sean Davis <smd.seandavis@gmail.com>
572Date:   Sun Aug 11 18:44:55 2019 -0400
573
574    Back to development
575
576commit f29a7a0261fb3fd7bbb7a617e44ff14d8943792d
577Author: Sean Davis <smd.seandavis@gmail.com>
578Date:   Sun Aug 11 18:43:02 2019 -0400
579
580    Updates for release
581
582commit 7ec302cc422b3a31d158bf016c33776d201f15c4
583Author: Sean Davis <smd.seandavis@gmail.com>
584Date:   Sun Aug 11 16:51:03 2019 -0400
585
586    Back to development
587
588commit 50abcd404c0ec9ac13da73838bb722ecf2dafc7e
589Author: Sean Davis <smd.seandavis@gmail.com>
590Date:   Sun Aug 11 16:49:49 2019 -0400
591
592    Updates for release
593
594commit c932128e7f5fd454447dc9d06c8ccbb6b4bfcbe5
595Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
596Date:   Sun Aug 11 12:34:45 2019 +0200
597
598    I18n: Update translation nb (100%).
599
600    68 translated messages.
601
602    Transifex (https://www.transifex.com/xfce/public/).
603
604commit 904a02eade7946d83d65b155fa19aaea273a1dae
605Author: Nuno Miguel <nunomgue@gmail.com>
606Date:   Thu Aug 8 18:35:58 2019 +0200
607
608    I18n: Update translation pt (100%).
609
610    68 translated messages.
611
612    Transifex (https://www.transifex.com/xfce/public/).
613
614commit 1383f4ba6b10653c05565dab0f28146d36b933b6
615Author: Daniel Muñiz Fontoira <dani@damufo.com>
616Date:   Mon Aug 5 12:32:21 2019 +0200
617
618    I18n: Update translation gl (100%).
619
620    68 translated messages.
621
622    Transifex (https://www.transifex.com/xfce/public/).
623
624commit 62573a310db5cf2456c0e4b7b82073029b7286f0
625Author: Pavel Borecki <pavel.borecki@gmail.com>
626Date:   Fri Aug 2 00:32:05 2019 +0200
627
628    I18n: Update translation cs (100%).
629
630    68 translated messages.
631
632    Transifex (https://www.transifex.com/xfce/public/).
633
634commit 841e83541c0e24f3c4ce91ee123d26335a7797ca
635Author: Kjell Cato Heskjestad <cato@heskjestad.xyz>
636Date:   Wed Jul 24 18:34:05 2019 +0200
637
638    I18n: Update translation nb (100%).
639
640    68 translated messages.
641
642    Transifex (https://www.transifex.com/xfce/public/).
643
644commit 585e1135b16eb7c765c85c7f15deb37c3c1024d3
645Author: Romain Bouvier <skunnyk@alteroot.org>
646Date:   Thu Jun 27 15:37:16 2019 +0200
647
648    Back to development
649
650commit 37242d13d97483f413e3c5c803e6f0231b2aa7e9
651Author: Romain Bouvier <skunnyk@alteroot.org>
652Date:   Thu Jun 27 15:20:48 2019 +0200
653
654    Prepare for release
655
656commit 7dbbf7c444d6013248f1b917151249bcc0c61676
657Author: Romain Bouvier <skunnyk@alteroot.org>
658Date:   Thu Jun 27 15:19:55 2019 +0200
659
660    Disable perl bindings by default
661
662commit b8f9b28850a2e64ac44bdca86e62768750bbffeb
663Author: Romain Bouvier <skunnyk@alteroot.org>
664Date:   Sun Jun 23 20:04:43 2019 +0200
665
666    Fix make distcheck
667
668    - .deps file needs to be in release tarball to be able to compile vala
669    support
670
671commit 8d4284058bd7acd951f112ac6d3fd42c02eefe7f
672Author: Olivier Duchateau <duchateau.olivier@gmail.com>
673Date:   Fri Feb 15 20:47:43 2019 +0100
674
675    Add support for GObject introspection and vala
676
677    - Fix bug #15135
678
679commit b4bed38222aa0c389b6ded430bcdfade27e77f73
680Author: Michał Górny <mgorny@gentoo.org>
681Date:   Mon Jun 17 10:30:57 2019 +0200
682
683    tests: Explicitly handle error reply from Ping method call
684
685    Explicitly handle the possible error reply from D-Bus when issuing
686    the Ping method call on xfconfd instance.  This can happen when xfconfd
687    is unknown to D-Bus (e.g. not installed yet).  Explicit error replacing
688    cryptic test failures with explicit error that xfconfd is not running.
689    Fix bug #15616
690
691commit c85b6f9d9742eb9c305a3b833948b8bc6cd0acdf
692Author: Anonymous <noreply@xfce.org>
693Date:   Mon Jun 17 00:33:50 2019 +0200
694
695    I18n: Update translation da (100%).
696
697    68 translated messages.
698
699    Transifex (https://www.transifex.com/xfce/public/).
700
701commit 080841bf6cea6f2e76209f68bf47eb26281e5217
702Author: Real School <translator_students@realschool.am>
703Date:   Wed Jun 12 18:34:25 2019 +0200
704
705    I18n: Update translation hy_AM (100%).
706
707    68 translated messages.
708
709    Transifex (https://www.transifex.com/xfce/public/).
710
711commit 6c0db9b6c0923abc03acb8612c51ea96074f5f4c
712Author: Real School <translator_students@realschool.am>
713Date:   Wed Jun 12 00:33:04 2019 +0200
714
715    I18n: Add new translation hy_AM (100%).
716
717    68 translated messages.
718
719    Transifex (https://www.transifex.com/xfce/public/).
720
721commit 8337b0facd67cdbc68211f0c2243387e66d7d1b0
722Author: Anonymous <noreply@xfce.org>
723Date:   Tue Jun 11 00:34:16 2019 +0200
724
725    I18n: Update translation da (100%).
726
727    68 translated messages.
728
729    Transifex (https://www.transifex.com/xfce/public/).
730
731commit d89d2cc8d6aee9ebcfe2592c59dc17e16a1020e9
732Author: Anonymous <noreply@xfce.org>
733Date:   Thu Jun 6 06:33:07 2019 +0200
734
735    I18n: Update translation da (100%).
736
737    68 translated messages.
738
739    Transifex (https://www.transifex.com/xfce/public/).
740
741commit 0afc148ae3807b2029af44aa05bdeebf5b4c0683
742Author: Anonymous <noreply@xfce.org>
743Date:   Thu Jun 6 00:33:39 2019 +0200
744
745    I18n: Update translation da (100%).
746
747    68 translated messages.
748
749    Transifex (https://www.transifex.com/xfce/public/).
750
751commit 6fd7054c6955750aa98d3b5cef2253839c75ed49
752Author: Anonymous <noreply@xfce.org>
753Date:   Sat May 25 06:33:11 2019 +0200
754
755    I18n: Update translation da (100%).
756
757    68 translated messages.
758
759    Transifex (https://www.transifex.com/xfce/public/).
760
761commit f08709931d22d11d834189c9e1c528970fe32dd3
762Author: Anonymous <noreply@xfce.org>
763Date:   Fri May 24 18:32:53 2019 +0200
764
765    I18n: Update translation da (100%).
766
767    68 translated messages.
768
769    Transifex (https://www.transifex.com/xfce/public/).
770
771commit 1978bb7072c09deadca4578184b3b03003744afa
772Author: Sean Davis <smd.seandavis@gmail.com>
773Date:   Sat May 18 06:56:10 2019 -0400
774
775    Back to development
776
777commit d4574638830a262e81f5b7d4ac848bc6e35949dd
778Author: Sean Davis <smd.seandavis@gmail.com>
779Date:   Sat May 18 06:54:37 2019 -0400
780
781    Updates for release
782
783commit f6b89b77db7f64aabd07ff29556675deaf984618
784Author: Anonymous <noreply@xfce.org>
785Date:   Fri May 17 18:37:37 2019 +0200
786
787    I18n: Update translation da (100%).
788
789    68 translated messages.
790
791    Transifex (https://www.transifex.com/xfce/public/).
792
793commit 93a32d60e7538a343aedfba4a46ff08feefd724f
794Author: Anonymous <noreply@xfce.org>
795Date:   Fri May 17 00:36:13 2019 +0200
796
797    I18n: Update translation da (100%).
798
799    68 translated messages.
800
801    Transifex (https://www.transifex.com/xfce/public/).
802
803commit 9a3ef5b0d9eaa3e4df2cd487f5b84bbc673ebdbf
804Author: Sveinn í Felli <sv1@fellsnet.is>
805Date:   Tue May 14 18:35:00 2019 +0200
806
807    I18n: Update translation is (66%).
808
809    45 translated messages, 23 untranslated messages.
810
811    Transifex (https://www.transifex.com/xfce/public/).
812
813commit c977d2c732e2ef20a3d58d30f277f16415af7150
814Author: Sveinn í Felli <sv1@fellsnet.is>
815Date:   Fri May 10 18:43:13 2019 +0200
816
817    I18n: Update translation is (57%).
818
819    39 translated messages, 29 untranslated messages.
820
821    Transifex (https://www.transifex.com/xfce/public/).
822
823commit a3a31f9a118b12c5c95ea6db4252499b4b5b74f4
824Author: Sveinn í Felli <sv1@fellsnet.is>
825Date:   Fri May 10 12:37:14 2019 +0200
826
827    I18n: Update translation is (55%).
828
829    38 translated messages, 30 untranslated messages.
830
831    Transifex (https://www.transifex.com/xfce/public/).
832
833commit 43ad3fb7422faaf76f897978a0108cb3ad96372e
834Author: Xfce Bot <transifex@xfce.org>
835Date:   Wed May 8 19:56:33 2019 +0200
836
837    I18n: Update translation ro (97%).
838
839    66 translated messages, 2 untranslated messages.
840
841    Transifex (https://www.transifex.com/xfce/public/).
842
843commit 14175c90b6f3b07be9babe458305d3d9eed293bc
844Author: Emanuele Petriglia <transifex@emanuelepetriglia.com>
845Date:   Wed May 8 19:56:32 2019 +0200
846
847    I18n: Update translation it (100%).
848
849    68 translated messages.
850
851    Transifex (https://www.transifex.com/xfce/public/).
852
853commit 7f36aeb307439211ec4941e6e42afff53e56f36a
854Author: Anonymous <noreply@xfce.org>
855Date:   Wed May 8 19:56:31 2019 +0200
856
857    I18n: Update translation eu (100%).
858
859    68 translated messages.
860
861    Transifex (https://www.transifex.com/xfce/public/).
862
863commit c75fc5a5f44a8f816c4ef5ff1f93e21aa21afbbb
864Author: John Humphrys <john.humphrys@pm.me>
865Date:   Wed May 8 19:56:30 2019 +0200
866
867    I18n: Update translation en_AU (100%).
868
869    68 translated messages.
870
871    Transifex (https://www.transifex.com/xfce/public/).
872
873commit 2e882ec2b3764373f41a21634713dc335e3f4f6b
874Author: Anonymous <noreply@xfce.org>
875Date:   Fri Apr 19 12:34:26 2019 +0200
876
877    I18n: Update translation bg (100%).
878
879    68 translated messages.
880
881    Transifex (https://www.transifex.com/xfce/public/).
882
883commit 87019d9e5948d9d7e1eeaa7e4985d4845fa57fd4
884Author: Andre Miranda <andreldm@xfce.org>
885Date:   Thu Apr 18 00:26:00 2019 -0300
886
887    Bump glib version
888
889commit 6f11cc65a2213f424728b5a0d25b1b63c19e773e
890Author: Romain Bouvier <skunnyk@alteroot.org>
891Date:   Tue Apr 16 22:29:26 2019 +0200
892
893    Bug #15122: xfconf: disable gsettings backend by default
894
895    - Introduced in 4.13.6, it is enabled by default. We have multiple bugs
896    reports about this feature and build failures on *BSD systems when using
897    g-ir-compiler on headless build systems
898    - Disable it by default until corrects fixes. See also #14789
899    - Also update configure.ac.in a bit
900
901commit bd2b1e4980439cf7a2b06c0075311bd7262c90cb
902Author: Andre Miranda <andreldm@xfce.org>
903Date:   Mon Apr 15 23:48:49 2019 -0300
904
905    Fix compiler error -Wcast-function-type (GCC 8)
906
907commit 255db425a00c5557079aeebc69da5d710e3a9f5c
908Author: Andre Miranda <andreldm@xfce.org>
909Date:   Sun Apr 14 18:40:32 2019 -0300
910
911    Fix this use of "defined" may not be portable
912
913commit e70dcc3ede4ab9ffec2f1e33272b306ffdab74c0
914Author: Andre Miranda <andre42m@gmail.com>
915Date:   Sun Apr 14 17:32:41 2019 -0300
916
917    Update .gitignore
918
919commit 177c82a37af5127e5a2f875d3e5cad5e8904e1d4
920Author: Anonymous <noreply@xfce.org>
921Date:   Thu Mar 7 12:34:30 2019 +0100
922
923    I18n: Update translation da (100%).
924
925    68 translated messages.
926
927    Transifex (https://www.transifex.com/xfce/public/).
928
929commit 3e464e7f42fed3a2fd78602d2e1e6b3cce3a175a
930Author: Andre Miranda <andre42m@gmail.com>
931Date:   Sat Feb 16 06:33:48 2019 +0100
932
933    I18n: Update translation pt_BR (100%).
934
935    68 translated messages.
936
937    Transifex (https://www.transifex.com/xfce/public/).
938
939commit 0cb3bfa9adb383117251e0799beafcc7e89fcb10
940Author: Olivier Duchateau <duchateau.olivier@gmail.com>
941Date:   Sun Feb 3 16:08:15 2019 +0100
942
943    Fix warnings reported by GCC 8 (Bug #15112)
944
945commit fdeec868aafa62f256660302dce9ea121e4b8578
946Author: Zmicer Turok <zmicerturok@gmail.com>
947Date:   Tue Jan 22 12:32:41 2019 +0100
948
949    I18n: Update translation be (100%).
950
951    68 translated messages.
952
953    Transifex (https://www.transifex.com/xfce/public/).
954
955commit 9067cd35dbdc5770d77a6ede6a8665ee47e72d75
956Author: Davidmp <medipas@gmail.com>
957Date:   Mon Jan 14 18:38:37 2019 +0100
958
959    I18n: Update translation ca (100%).
960
961    68 translated messages.
962
963    Transifex (https://www.transifex.com/xfce/public/).
964
965commit 6bd3eb9d2c64ebbd5618816110f7c2bc7bc3366e
966Author: Jose Riha <jose1711@gmail.com>
967Date:   Wed Jan 9 18:34:02 2019 +0100
968
969    I18n: Update translation sk (98%).
970
971    67 translated messages, 1 untranslated message.
972
973    Transifex (https://www.transifex.com/xfce/public/).
974
975commit 0ad3e9966082cdaa6bf3d9a678b61ca567db1cc1
976Author: Michal Várady <miko.vaji@gmail.com>
977Date:   Sun Jan 6 18:33:18 2019 +0100
978
979    I18n: Update translation cs (100%).
980
981    68 translated messages.
982
983    Transifex (https://www.transifex.com/xfce/public/).
984
985commit 139e259a3aadac9207dda0fb5914d76ad34547f9
986Author: Michal Várady <miko.vaji@gmail.com>
987Date:   Wed Jan 2 00:33:27 2019 +0100
988
989    I18n: Update translation cs (100%).
990
991    68 translated messages.
992
993    Transifex (https://www.transifex.com/xfce/public/).
994
995commit 2946464c92a554a466cf512f597035e9e767b0cf
996Author: Anonymous <noreply@xfce.org>
997Date:   Mon Dec 3 22:41:44 2018 +0100
998
999    I18n: Update translation da (100%).
1000
1001    68 translated messages.
1002
1003    Transifex (https://www.transifex.com/xfce/public/).
1004
1005commit d425d532121f9f77d0fcc422884d25ca61c05587
1006Author: Anonymous <noreply@xfce.org>
1007Date:   Sun Nov 18 00:33:24 2018 +0100
1008
1009    I18n: Update translation lt (100%).
1010
1011    68 translated messages.
1012
1013    Transifex (https://www.transifex.com/xfce/public/).
1014
1015commit 3302c0fe2507eacc89c61f4e002cfc257df050f3
1016Author: beriain <beriain@bitmessage.ch>
1017Date:   Thu Nov 15 18:33:32 2018 +0100
1018
1019    I18n: Update translation eu (100%).
1020
1021    68 translated messages.
1022
1023    Transifex (https://www.transifex.com/xfce/public/).
1024
1025commit f03615f533ebd249540b5067226dacc15d2cfb58
1026Author: Påvel Nicklasson <pavel2@frimix.se>
1027Date:   Mon Nov 12 12:33:29 2018 +0100
1028
1029    I18n: Update translation sv (100%).
1030
1031    68 translated messages.
1032
1033    Transifex (https://www.transifex.com/xfce/public/).
1034
1035commit 72ab8a9a7d89791d49ca95bdf826438ffa324008
1036Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
1037Date:   Sat Oct 27 12:33:20 2018 +0200
1038
1039    I18n: Update translation it (100%).
1040
1041    68 translated messages.
1042
1043    Transifex (https://www.transifex.com/xfce/public/).
1044
1045commit 6c36fd68770e278670f6682fcd174f79abf827b4
1046Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
1047Date:   Wed Oct 24 12:32:36 2018 +0200
1048
1049    I18n: Update translation it (100%).
1050
1051    68 translated messages.
1052
1053    Transifex (https://www.transifex.com/xfce/public/).
1054
1055commit 41ef27ad03b1fcea257cc0b6a16b9bc94310430d
1056Author: Ali Abdallah <ali@xfce.org>
1057Date:   Sun Oct 21 12:25:20 2018 +0200
1058
1059    Added gdbus binding to gitignore, add post release git tag
1060
1061commit 86bcfcf972e2b350fd0c5a1339de664f544b6a84
1062Author: Ali Abdallah <ali@xfce.org>
1063Date:   Sun Oct 21 12:20:09 2018 +0200
1064
1065    Fix make distcheck and prepare for 4.13.6 release
1066
1067commit e7605dc490b9cd0d3a34d40e3579866518ff2e03
1068Merge: 5ec7f5c d244162
1069Author: Ali Abdallah <ali@xfce.org>
1070Date:   Sun Oct 21 12:04:21 2018 +0200
1071
1072    Merge branch 'gsettings-backend'
1073
1074commit 5ec7f5c861c6fd05b81fd8c76a3c86ada5f14191
1075Author: Ali Abdallah <ali@xfce.org>
1076Date:   Sun Oct 21 11:59:58 2018 +0200
1077
1078    Added .NOTPARALLEL to property change test
1079
1080    When run in parallel, two processes might write the same value on test
1081    property, since it is the same value, xfconfd does not generate a
1082    property changed signal for the second call. So add .NOTPARALLEL to
1083    avoid running the property change test in parallel.
1084
1085commit 7d785b7cd1f7224416535507de61a130040aa6c1
1086Author: Påvel Nicklasson <pavel2@frimix.se>
1087Date:   Sun Oct 21 00:33:32 2018 +0200
1088
1089    I18n: Update translation sv (100%).
1090
1091    68 translated messages.
1092
1093    Transifex (https://www.transifex.com/xfce/public/).
1094
1095commit 0ff3c2cf320166055f6306c676172f5c7a9cd3e8
1096Author: Aitor Beriain <beriain@bitmessage.ch>
1097Date:   Mon Oct 15 18:32:29 2018 +0200
1098
1099    I18n: Update translation eu (97%).
1100
1101    66 translated messages, 2 untranslated messages.
1102
1103    Transifex (https://www.transifex.com/xfce/public/).
1104
1105commit d2b8a3e589afe8c7a2374ec3b6420e17b3eafe55
1106Author: Yannick Le Guen <leguen.yannick@gmail.com>
1107Date:   Wed Oct 3 18:32:39 2018 +0200
1108
1109    I18n: Update translation fr (100%).
1110
1111    68 translated messages.
1112
1113    Transifex (https://www.transifex.com/xfce/public/).
1114
1115commit 1e5133c3660b36ab5f34aa60948263a57c63cd70
1116Author: Anonymous <noreply@xfce.org>
1117Date:   Wed Oct 3 12:31:55 2018 +0200
1118
1119    I18n: Update translation da (100%).
1120
1121    68 translated messages.
1122
1123    Transifex (https://www.transifex.com/xfce/public/).
1124
1125commit a7e9051894b9ce3d1b18f94ad04ae3c218591c03
1126Author: Xfce Bot <transifex@xfce.org>
1127Date:   Fri Sep 14 06:50:29 2018 +0200
1128
1129    I18n: Update translation zh_TW (100%).
1130
1131    68 translated messages.
1132
1133    Transifex (https://www.transifex.com/xfce/public/).
1134
1135commit 9d6dc976af8d55fdde886c4e992077619f91e0ed
1136Author: Xfce Bot <transifex@xfce.org>
1137Date:   Fri Sep 14 06:50:29 2018 +0200
1138
1139    I18n: Update translation zh_HK (94%).
1140
1141    64 translated messages, 4 untranslated messages.
1142
1143    Transifex (https://www.transifex.com/xfce/public/).
1144
1145commit b00f0a06eedad89a4bcc3658200c0c9ba9cf1efb
1146Author: Xfce Bot <transifex@xfce.org>
1147Date:   Fri Sep 14 06:50:29 2018 +0200
1148
1149    I18n: Update translation zh_CN (100%).
1150
1151    68 translated messages.
1152
1153    Transifex (https://www.transifex.com/xfce/public/).
1154
1155commit b52b9e02758901d4c715473c5598df8da55ce888
1156Author: Xfce Bot <transifex@xfce.org>
1157Date:   Fri Sep 14 06:50:28 2018 +0200
1158
1159    I18n: Update translation ur (57%).
1160
1161    39 translated messages, 29 untranslated messages.
1162
1163    Transifex (https://www.transifex.com/xfce/public/).
1164
1165commit a2422df6a25cb2f3dab3ac15bd936cd4470b20f0
1166Author: Xfce Bot <transifex@xfce.org>
1167Date:   Fri Sep 14 06:50:28 2018 +0200
1168
1169    I18n: Update translation ur_PK (57%).
1170
1171    39 translated messages, 29 untranslated messages.
1172
1173    Transifex (https://www.transifex.com/xfce/public/).
1174
1175commit a4bf2391eb9af4c9cede37bf3a9990b5249a3eb2
1176Author: Xfce Bot <transifex@xfce.org>
1177Date:   Fri Sep 14 06:50:28 2018 +0200
1178
1179    I18n: Update translation uk (100%).
1180
1181    68 translated messages.
1182
1183    Transifex (https://www.transifex.com/xfce/public/).
1184
1185commit b49ac7c6bdbabd0fce5347cdf6dc44888afad1d1
1186Author: Xfce Bot <transifex@xfce.org>
1187Date:   Fri Sep 14 06:50:27 2018 +0200
1188
1189    I18n: Update translation tr (100%).
1190
1191    68 translated messages.
1192
1193    Transifex (https://www.transifex.com/xfce/public/).
1194
1195commit ca5712fcf8ff4a8d6cf0b58148fc9f8e1689dff0
1196Author: Xfce Bot <transifex@xfce.org>
1197Date:   Fri Sep 14 06:50:27 2018 +0200
1198
1199    I18n: Update translation th (100%).
1200
1201    68 translated messages.
1202
1203    Transifex (https://www.transifex.com/xfce/public/).
1204
1205commit f9280473338a9bb67196da4586c38c856a63b4d8
1206Author: Påvel Nicklasson <pavel2@frimix.se>
1207Date:   Fri Sep 14 06:50:27 2018 +0200
1208
1209    I18n: Update translation sv (100%).
1210
1211    68 translated messages.
1212
1213    Transifex (https://www.transifex.com/xfce/public/).
1214
1215commit d03f3d5d0fb18047ac7c828d1110c0d48658e4a0
1216Author: Саша Петровић <salepetronije@gmail.com>
1217Date:   Fri Sep 14 06:50:27 2018 +0200
1218
1219    I18n: Update translation sr (100%).
1220
1221    68 translated messages.
1222
1223    Transifex (https://www.transifex.com/xfce/public/).
1224
1225commit 7b46192556ae2950ec59b567b55a377cd67fc455
1226Author: Dušan Kazik <prescott66@gmail.com>
1227Date:   Fri Sep 14 06:50:27 2018 +0200
1228
1229    I18n: Update translation sk (98%).
1230
1231    67 translated messages, 1 untranslated message.
1232
1233    Transifex (https://www.transifex.com/xfce/public/).
1234
1235commit d8337bc1fe308f33945b5c3db8ebf72edd64fe54
1236Author: Xfce Bot <transifex@xfce.org>
1237Date:   Fri Sep 14 06:50:27 2018 +0200
1238
1239    I18n: Update translation ru (100%).
1240
1241    68 translated messages.
1242
1243    Transifex (https://www.transifex.com/xfce/public/).
1244
1245commit b11719d13ecd17708e39782d93b8dcf1f48c36c8
1246Author: Xfce Bot <transifex@xfce.org>
1247Date:   Fri Sep 14 06:50:27 2018 +0200
1248
1249    I18n: Update translation ro (97%).
1250
1251    66 translated messages, 2 untranslated messages.
1252
1253    Transifex (https://www.transifex.com/xfce/public/).
1254
1255commit 53b35c839cd238bebda205d990f279cdf70fceb7
1256Author: Nuno Miguel <nunomgue@gmail.com>
1257Date:   Fri Sep 14 06:50:26 2018 +0200
1258
1259    I18n: Update translation pt (100%).
1260
1261    68 translated messages.
1262
1263    Transifex (https://www.transifex.com/xfce/public/).
1264
1265commit 99dfd7bdf86235bccf1e4d462fcc8384526ef215
1266Author: Xfce Bot <transifex@xfce.org>
1267Date:   Fri Sep 14 06:50:26 2018 +0200
1268
1269    I18n: Update translation pt_BR (100%).
1270
1271    68 translated messages.
1272
1273    Transifex (https://www.transifex.com/xfce/public/).
1274
1275commit 0b287fcf7941d073817e1297e4f3dd9f3d5fd63a
1276Author: Xfce Bot <transifex@xfce.org>
1277Date:   Fri Sep 14 06:50:26 2018 +0200
1278
1279    I18n: Update translation pl (100%).
1280
1281    68 translated messages.
1282
1283    Transifex (https://www.transifex.com/xfce/public/).
1284
1285commit 922b766b045274320a4529a21dee96f55367d96f
1286Author: Cédric Valmary <cvalmary@yahoo.fr>
1287Date:   Fri Sep 14 06:50:26 2018 +0200
1288
1289    I18n: Update translation oc (97%).
1290
1291    66 translated messages, 2 untranslated messages.
1292
1293    Transifex (https://www.transifex.com/xfce/public/).
1294
1295commit 8c5e6da2f06225f504e1ede94b076bae5ded7d12
1296Author: Xfce Bot <transifex@xfce.org>
1297Date:   Fri Sep 14 06:50:26 2018 +0200
1298
1299    I18n: Update translation nn (97%).
1300
1301    66 translated messages, 2 untranslated messages.
1302
1303    Transifex (https://www.transifex.com/xfce/public/).
1304
1305commit b8a8c1593d70579dbba6274cf2b4db02efad50c7
1306Author: Pjotr <pjotrvertaalt@gmail.com>
1307Date:   Fri Sep 14 06:50:26 2018 +0200
1308
1309    I18n: Update translation nl (100%).
1310
1311    68 translated messages.
1312
1313    Transifex (https://www.transifex.com/xfce/public/).
1314
1315commit 89cf61279df8eaeb31e469356a295f4435302d60
1316Author: Allan Nordhøy <epost@anotheragency.no>
1317Date:   Fri Sep 14 06:50:26 2018 +0200
1318
1319    I18n: Update translation nb (98%).
1320
1321    67 translated messages, 1 untranslated message.
1322
1323    Transifex (https://www.transifex.com/xfce/public/).
1324
1325commit 64db4392617afa2227b8e750d17dedd3d3fbd728
1326Author: abuyop <abuyop@gmail.com>
1327Date:   Fri Sep 14 06:50:25 2018 +0200
1328
1329    I18n: Update translation ms (100%).
1330
1331    68 translated messages.
1332
1333    Transifex (https://www.transifex.com/xfce/public/).
1334
1335commit fe18a8f4bfd698857214ccae4fa983cdcd5e20d5
1336Author: Xfce Bot <transifex@xfce.org>
1337Date:   Fri Sep 14 06:50:25 2018 +0200
1338
1339    I18n: Update translation lv (60%).
1340
1341    41 translated messages, 27 untranslated messages.
1342
1343    Transifex (https://www.transifex.com/xfce/public/).
1344
1345commit 82a360b8a2c57008e7a1abadc5bb0486cbe2720a
1346Author: Xfce Bot <transifex@xfce.org>
1347Date:   Fri Sep 14 06:50:25 2018 +0200
1348
1349    I18n: Update translation lt (100%).
1350
1351    68 translated messages.
1352
1353    Transifex (https://www.transifex.com/xfce/public/).
1354
1355commit 6bc102af51732244f4dbb921541eef2f7176c60d
1356Author: Xfce Bot <transifex@xfce.org>
1357Date:   Fri Sep 14 06:50:25 2018 +0200
1358
1359    I18n: Update translation ko (100%).
1360
1361    68 translated messages.
1362
1363    Transifex (https://www.transifex.com/xfce/public/).
1364
1365commit e6592389d8dd28bcc320241ee3132bb7097b2253
1366Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
1367Date:   Fri Sep 14 06:50:25 2018 +0200
1368
1369    I18n: Update translation kk (100%).
1370
1371    68 translated messages.
1372
1373    Transifex (https://www.transifex.com/xfce/public/).
1374
1375commit 918f8cbf60bba38d0c29b07bc3029fedcf827b0c
1376Author: Xfce Bot <transifex@xfce.org>
1377Date:   Fri Sep 14 06:50:24 2018 +0200
1378
1379    I18n: Update translation ja (100%).
1380
1381    68 translated messages.
1382
1383    Transifex (https://www.transifex.com/xfce/public/).
1384
1385commit 899a68a3dcb4a83ed7f6402bc3ee970068dfecc9
1386Author: Xfce Bot <transifex@xfce.org>
1387Date:   Fri Sep 14 06:50:24 2018 +0200
1388
1389    I18n: Update translation it (100%).
1390
1391    68 translated messages.
1392
1393    Transifex (https://www.transifex.com/xfce/public/).
1394
1395commit c6b34614348b6cae1df27e4da6657cc506f9dd6b
1396Author: Xfce Bot <transifex@xfce.org>
1397Date:   Fri Sep 14 06:50:24 2018 +0200
1398
1399    I18n: Update translation id (100%).
1400
1401    68 translated messages.
1402
1403    Transifex (https://www.transifex.com/xfce/public/).
1404
1405commit ea5d1d66231d1a5e7760fa2accd2fe5711f93b8c
1406Author: Xfce Bot <transifex@xfce.org>
1407Date:   Fri Sep 14 06:50:24 2018 +0200
1408
1409    I18n: Update translation hu (100%).
1410
1411    68 translated messages.
1412
1413    Transifex (https://www.transifex.com/xfce/public/).
1414
1415commit e45bf7d8bc606862abdbbf40663c90a35ccc2efc
1416Author: Ivica  Kolić <ikoli@yahoo.com>
1417Date:   Fri Sep 14 06:50:24 2018 +0200
1418
1419    I18n: Update translation hr (98%).
1420
1421    67 translated messages, 1 untranslated message.
1422
1423    Transifex (https://www.transifex.com/xfce/public/).
1424
1425commit fd0ec504ce2ecb0396aeca8f18e44535d844f56f
1426Author: Xfce Bot <transifex@xfce.org>
1427Date:   Fri Sep 14 06:50:24 2018 +0200
1428
1429    I18n: Update translation he (100%).
1430
1431    68 translated messages.
1432
1433    Transifex (https://www.transifex.com/xfce/public/).
1434
1435commit a37bca894c64a0040f926fe2f7c6ef290c825c63
1436Author: Xfce Bot <transifex@xfce.org>
1437Date:   Fri Sep 14 06:50:24 2018 +0200
1438
1439    I18n: Update translation gl (100%).
1440
1441    68 translated messages.
1442
1443    Transifex (https://www.transifex.com/xfce/public/).
1444
1445commit dd04325db138fa8819b81d4efe03af4b68c5c8ce
1446Author: Charles Monzat <c.monzat@laposte.net>
1447Date:   Fri Sep 14 06:50:23 2018 +0200
1448
1449    I18n: Update translation fr (100%).
1450
1451    68 translated messages.
1452
1453    Transifex (https://www.transifex.com/xfce/public/).
1454
1455commit 5024a181575ff4d41a9bcbf65fb01297e24e1e78
1456Author: Xfce Bot <transifex@xfce.org>
1457Date:   Fri Sep 14 06:50:23 2018 +0200
1458
1459    I18n: Update translation fi (100%).
1460
1461    68 translated messages.
1462
1463    Transifex (https://www.transifex.com/xfce/public/).
1464
1465commit 58963d8d85261ceaa1eb31cd1d30fb7deb18adc2
1466Author: Xfce Bot <transifex@xfce.org>
1467Date:   Fri Sep 14 06:50:23 2018 +0200
1468
1469    I18n: Update translation eu (95%).
1470
1471    65 translated messages, 3 untranslated messages.
1472
1473    Transifex (https://www.transifex.com/xfce/public/).
1474
1475commit b9e3e91bf4f13bbfaeeb7790db8373fa49f02e9f
1476Author: Xfce Bot <transifex@xfce.org>
1477Date:   Fri Sep 14 06:50:23 2018 +0200
1478
1479    I18n: Update translation es (100%).
1480
1481    68 translated messages.
1482
1483    Transifex (https://www.transifex.com/xfce/public/).
1484
1485commit 9edf95a42cb992679dea03c9ff04c28b7ff379a5
1486Author: Steve Harris <steve@cultureofweb.com>
1487Date:   Fri Sep 14 06:50:23 2018 +0200
1488
1489    I18n: Update translation en_CA (100%).
1490
1491    68 translated messages.
1492
1493    Transifex (https://www.transifex.com/xfce/public/).
1494
1495commit f5b5d95604c00080b0d1820114df208a6b6e17b9
1496Author: Panagiotis Mantzios <pmantzios@hotmail.com>
1497Date:   Fri Sep 14 06:50:23 2018 +0200
1498
1499    I18n: Update translation el (100%).
1500
1501    68 translated messages.
1502
1503    Transifex (https://www.transifex.com/xfce/public/).
1504
1505commit f6a7230119b06131b2451e71962f1cbe2cb817bb
1506Author: Xfce Bot <transifex@xfce.org>
1507Date:   Fri Sep 14 06:50:22 2018 +0200
1508
1509    I18n: Update translation de (100%).
1510
1511    68 translated messages.
1512
1513    Transifex (https://www.transifex.com/xfce/public/).
1514
1515commit 79a4db3f1033dbaff6bf381fb2c58fde3c97088f
1516Author: Pavel Borecki <pavel.borecki@gmail.com>
1517Date:   Fri Sep 14 06:50:22 2018 +0200
1518
1519    I18n: Update translation cs (100%).
1520
1521    68 translated messages.
1522
1523    Transifex (https://www.transifex.com/xfce/public/).
1524
1525commit bffd18a3ac8e373b06d209f1c4bf44aa60e9c468
1526Author: Xfce Bot <transifex@xfce.org>
1527Date:   Fri Sep 14 06:50:22 2018 +0200
1528
1529    I18n: Update translation ca (100%).
1530
1531    68 translated messages.
1532
1533    Transifex (https://www.transifex.com/xfce/public/).
1534
1535commit 87d5a03affbb67b7083acefd4faace8aa00f77cc
1536Author: Xfce Bot <transifex@xfce.org>
1537Date:   Fri Sep 14 06:50:22 2018 +0200
1538
1539    I18n: Update translation bn (67%).
1540
1541    46 translated messages, 22 untranslated messages.
1542
1543    Transifex (https://www.transifex.com/xfce/public/).
1544
1545commit 21ea002d9e6f07e0379c026cb479215dee7092d0
1546Author: Xfce Bot <transifex@xfce.org>
1547Date:   Fri Sep 14 06:50:21 2018 +0200
1548
1549    I18n: Update translation bg (100%).
1550
1551    68 translated messages.
1552
1553    Transifex (https://www.transifex.com/xfce/public/).
1554
1555commit 44e950df8f7d789ce0d6f8817b95b69efdaa0653
1556Author: Zmicer Turok <zmicerturok@gmail.com>
1557Date:   Fri Sep 14 06:50:21 2018 +0200
1558
1559    I18n: Update translation be (100%).
1560
1561    68 translated messages.
1562
1563    Transifex (https://www.transifex.com/xfce/public/).
1564
1565commit 895aea3831ede7fd61bef2377fca6f75dc370873
1566Author: Xfce Bot <transifex@xfce.org>
1567Date:   Fri Sep 14 06:50:21 2018 +0200
1568
1569    I18n: Update translation ast (97%).
1570
1571    66 translated messages, 2 untranslated messages.
1572
1573    Transifex (https://www.transifex.com/xfce/public/).
1574
1575commit 82896d490aa1043fd732c61e67c7bd78b0ad9711
1576Author: Xfce Bot <transifex@xfce.org>
1577Date:   Fri Sep 14 06:50:21 2018 +0200
1578
1579    I18n: Update translation ar (97%).
1580
1581    66 translated messages, 2 untranslated messages.
1582
1583    Transifex (https://www.transifex.com/xfce/public/).
1584
1585commit 172b54db42131691a8a6c64764b6d6fda80ff031
1586Author: Charles Monzat <c.monzat@laposte.net>
1587Date:   Thu Sep 6 00:32:28 2018 +0200
1588
1589    I18n: Update translation fr (100%).
1590
1591    68 translated messages.
1592
1593    Transifex (https://www.transifex.com/xfce/public/).
1594
1595commit 8b2dbccd80830018b66cfe66aec3b180d50a4520
1596Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
1597Date:   Wed Aug 22 18:33:38 2018 +0200
1598
1599    I18n: Update translation ca (100%).
1600
1601    68 translated messages.
1602
1603    Transifex (https://www.transifex.com/xfce/public/).
1604
1605commit 9cbfb174b970a69504eeb394df406df60644c4d3
1606Author: Pavel Borecki <pavel.borecki@gmail.com>
1607Date:   Wed Aug 1 18:34:16 2018 +0200
1608
1609    I18n: Update translation cs (100%).
1610
1611    68 translated messages.
1612
1613    Transifex (https://www.transifex.com/xfce/public/).
1614
1615commit ae03d884b7e606c8f894a4d384ce7a83a3d2ec47
1616Author: Vinzenz Vietzke <vinz@vinzv.de>
1617Date:   Thu Jul 26 18:32:26 2018 +0200
1618
1619    I18n: Update translation de (100%).
1620
1621    68 translated messages.
1622
1623    Transifex (https://www.transifex.com/xfce/public/).
1624
1625commit d244162f45ddd5b78a4b602b393f7b8339895697
1626Author: Ali Abdallah <ali@xfce.org>
1627Date:   Sat Jul 14 21:23:33 2018 +0200
1628
1629    Use g_bus_get instead of the private libxfconf API
1630
1631    _xfconf_get_gdbus_connection  is private to xfconf, so use
1632    g_bus_get_sync to get the connection dbus object.
1633
1634commit 3f6221d109753998aaec317da35e35c3572da1cb
1635Author: Ali Abdallah <ali@xfce.org>
1636Date:   Sat Jul 14 02:04:09 2018 +0200
1637
1638    Return FALSE when xfconf_basic_gvariant_to_gvalue fails.
1639
1640    This way the GSettings backend can handled the non basic property as a
1641    string using g_variant_parse.
1642
1643commit a4b35157ac9661d40b7d9a384a12dd3b3751fe58
1644Author: Ali Abdallah <ali@xfce.org>
1645Date:   Sat Jul 14 01:53:20 2018 +0200
1646
1647    Use string type for properties that do not map to xfconf.
1648
1649commit 6923a97ed7354cc5f0536d2e6f8c09d8c3add2f8
1650Author: Ali Abdallah <ali@xfce.org>
1651Date:   Sat Jul 14 00:30:58 2018 +0200
1652
1653    Implement write_tree GSettings interface method.
1654
1655commit ff8de61d236039fa2619f1ec8997965db338bbc9
1656Author: Ali Abdallah <ali@xfce.org>
1657Date:   Sat Jul 14 00:02:33 2018 +0200
1658
1659    Handle subscribe/unsubscribe GSettings interface method.
1660
1661commit 4864bed3de435a1bc87c2f9b263476465c406e19
1662Author: Ali Abdallah <ali@xfce.org>
1663Date:   Fri Jul 13 22:35:42 2018 +0200
1664
1665    Implement some GSettings interface methods
1666
1667    Interface method implemented are reset, write and read.
1668
1669commit f86379c0afe4ea84e5fbc67d4d07a71b949224a0
1670Merge: 05fe796 c44883d
1671Author: Ali Abdallah <ali@xfce.org>
1672Date:   Fri Jul 13 21:08:55 2018 +0200
1673
1674    Merge branch 'gsettings-backend' of ssh://git.xfce.org/users/ali/xfconf into gsettings-backend
1675
1676commit 05fe7967666170ad4ef8f7623c107857b41e5b56
1677Author: Ali Abdallah <ali@xfce.org>
1678Date:   Fri Jul 13 21:07:27 2018 +0200
1679
1680    Added skeleton file to GSettings backend support.
1681
1682commit c44883de11859e38544c66c792f65db2ed72d7cb
1683Author: Steve Harris <steve@cultureofweb.com>
1684Date:   Sun Jul 1 18:32:22 2018 +0200
1685
1686    I18n: Add new translation en_CA (100%).
1687
1688    68 translated messages.
1689
1690    Transifex (https://www.transifex.com/xfce/public/).
1691
1692commit 5816ed0fa21d2b440da605c1129f30d7a842444f
1693Author: Ali Abdallah <ali@xfce.org>
1694Date:   Mon Jun 18 12:01:49 2018 +0200
1695
1696    Post release git version tag
1697
1698commit 532fecbe95bfc8ed85906e11252cdde004bfe3dd
1699Author: Ali Abdallah <ali@xfce.org>
1700Date:   Mon Jun 18 11:58:45 2018 +0200
1701
1702    Prepare 4.13.5 release
1703
1704commit f4d3a6ab0201157084bd1a8ced2b5bd545e9590c
1705Author: Ali Abdallah <ali@xfce.org>
1706Date:   Fri Jun 8 06:38:23 2018 +0200
1707
1708     Initialize GValue for empty arrays (Bug #13780)
1709
1710    initilize the GValue to G_TYPE_PTR_ARRAY, so that the
1711    g_value_take_boxed does not fail for empty arrays.
1712    Patch from ninetls.
1713
1714commit 84bc55c7ece988168aa374933dfafc2e9ed4da06
1715Author: Ali Abdallah <ali@xfce.org>
1716Date:   Thu Jun 7 20:20:36 2018 +0200
1717
1718    Fix make distcheck
1719
1720    Patch by Skunnyk, fixes bug #14082.
1721
1722commit 6c281732ad4771f2edbe8ec8087074964309fe79
1723Author: Balázs Meskó <meskobalazs@gmail.com>
1724Date:   Sun Apr 29 00:35:09 2018 +0200
1725
1726    I18n: Update translation hu (100%).
1727
1728    68 translated messages.
1729
1730    Transifex (https://www.transifex.com/xfce/public/).
1731
1732commit e701367b927c58acaa31412d22511d2ea68a372c
1733Author: John Humphrys <john.humphrys@protonmail.com>
1734Date:   Fri Apr 6 06:34:38 2018 +0200
1735
1736    I18n: Update translation en_AU (100%).
1737
1738    68 translated messages.
1739
1740    Transifex (https://www.transifex.com/xfce/public/).
1741
1742commit 5b040aba1918bcf5ed4e38e460c20e5f41b735e9
1743Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
1744Date:   Fri Mar 23 12:32:19 2018 +0100
1745
1746    I18n: Update translation ca (100%).
1747
1748    68 translated messages.
1749
1750    Transifex (https://www.transifex.com/xfce/public/).
1751
1752commit 63a93191d21ce7f18c1a0d18e710aeb3bc121f7a
1753Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
1754Date:   Wed Mar 21 12:33:18 2018 +0100
1755
1756    I18n: Update translation ca (100%).
1757
1758    68 translated messages.
1759
1760    Transifex (https://www.transifex.com/xfce/public/).
1761
1762commit de8db6344395d41052a6626d4d26d23e49b0b28a
1763Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
1764Date:   Wed Mar 21 00:32:00 2018 +0100
1765
1766    I18n: Update translation it (100%).
1767
1768    68 translated messages.
1769
1770    Transifex (https://www.transifex.com/xfce/public/).
1771
1772commit efdfee6372fb970a420a5da73cb93f34b6fa6167
1773Author: Emanuele Petriglia <inbox@emanuelepetriglia.me>
1774Date:   Sun Mar 18 18:33:59 2018 +0100
1775
1776    I18n: Update translation it (100%).
1777
1778    68 translated messages.
1779
1780    Transifex (https://www.transifex.com/xfce/public/).
1781
1782commit 61d0a383304114769ce1a060a37d97a77edacab6
1783Author: Charles Monzat <superboa@hotmail.fr>
1784Date:   Sun Mar 18 18:33:59 2018 +0100
1785
1786    I18n: Update translation fr (100%).
1787
1788    68 translated messages.
1789
1790    Transifex (https://www.transifex.com/xfce/public/).
1791
1792commit 4c1828d3982e59415949cb89e29e6329d30dd63c
1793Author: Pasi Lallinaho <pasi@shimmerproject.org>
1794Date:   Thu Mar 8 18:33:48 2018 +0100
1795
1796    I18n: Update translation fi (100%).
1797
1798    68 translated messages.
1799
1800    Transifex (https://www.transifex.com/xfce/public/).
1801
1802commit 7234ff6d9cca08b55cd171177cddf1b6ac6258ee
1803Author: Anonymous <noreply@xfce.org>
1804Date:   Thu Mar 8 18:33:48 2018 +0100
1805
1806    I18n: Update translation da (100%).
1807
1808    68 translated messages.
1809
1810    Transifex (https://www.transifex.com/xfce/public/).
1811
1812commit 9bef80099ae16ac15473fe8bd09a39a788eda307
1813Author: Zmicer Turok <zmicerturok@gmail.com>
1814Date:   Sun Feb 25 00:33:02 2018 +0100
1815
1816    I18n: Add new translation be (100%).
1817
1818    68 translated messages.
1819
1820    Transifex (https://www.transifex.com/xfce/public/).
1821
1822commit 52cc2fa03ab22c0ec159f4ded32133a73d028624
1823Author: Xosé <xosecalvo@gmail.com>
1824Date:   Sun Jan 14 00:34:13 2018 +0100
1825
1826    I18n: Update translation gl (100%).
1827
1828    68 translated messages.
1829
1830    Transifex (https://www.transifex.com/xfce/public/).
1831
1832commit 81ad3da5808d1360ce1d533bb144c637826b782a
1833Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
1834Date:   Mon Jan 1 00:34:46 2018 +0100
1835
1836    I18n: Update translation ca (100%).
1837
1838    68 translated messages.
1839
1840    Transifex (https://www.transifex.com/xfce/public/).
1841
1842commit dc6913195b74a98dbb3aed7e23862e134d65bc69
1843Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
1844Date:   Sun Dec 31 12:33:56 2017 +0100
1845
1846    I18n: Update translation ca (100%).
1847
1848    68 translated messages.
1849
1850    Transifex (https://www.transifex.com/xfce/public/).
1851
1852commit 25f6c9939733e2cd7c59e0f7f383b140072296a0
1853Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
1854Date:   Sun Dec 31 06:33:59 2017 +0100
1855
1856    I18n: Update translation ca (100%).
1857
1858    68 translated messages.
1859
1860    Transifex (https://www.transifex.com/xfce/public/).
1861
1862commit e67f8516f561e34766b00b5789344f51942a5f5d
1863Author: Anonymous <noreply@xfce.org>
1864Date:   Tue Dec 19 12:35:19 2017 +0100
1865
1866    I18n: Update translation fi (98%).
1867
1868    67 translated messages, 1 untranslated message.
1869
1870    Transifex (https://www.transifex.com/xfce/public/).
1871
1872commit 0be5227561da0a3f6db546db383e7ab9f7db6b7b
1873Author: Andi Chandler <andi@gowling.com>
1874Date:   Sun Dec 17 06:34:58 2017 +0100
1875
1876    I18n: Update translation en_GB (100%).
1877
1878    68 translated messages.
1879
1880    Transifex (https://www.transifex.com/xfce/public/).
1881
1882commit 825b7e32cec753a6b7977afdbb37f798d553ba32
1883Author: Anonymous <noreply@xfce.org>
1884Date:   Tue Nov 28 00:35:57 2017 +0100
1885
1886    I18n: Update translation da (100%).
1887
1888    68 translated messages.
1889
1890    Transifex (https://www.transifex.com/xfce/public/).
1891
1892commit 21e0d7693f6bd6d0d37cb219d36347111658a207
1893Author: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>
1894Date:   Tue Nov 14 18:40:03 2017 +0100
1895
1896    I18n: Update translation ko (100%).
1897
1898    68 translated messages.
1899
1900    Transifex (https://www.transifex.com/xfce/public/).
1901
1902commit 641d510525e3c6134debf5f1b56910c1d0f7d68f
1903Author: Πέτρος Σαμαράς <psamaras1@gmail.com>
1904Date:   Tue Oct 24 00:34:26 2017 +0200
1905
1906    I18n: Update translation el (100%).
1907
1908    68 translated messages.
1909
1910    Transifex (https://www.transifex.com/xfce/public/).
1911
1912commit 3bbbb3da63a26f7dfc0326af69fce82b285d7230
1913Author: Xfce Bot <transifex@xfce.org>
1914Date:   Sun Sep 24 00:50:25 2017 +0200
1915
1916    I18n: Update translation ug (94%).
1917
1918    64 translated messages, 4 untranslated messages.
1919
1920    Transifex (https://www.transifex.com/xfce/public/).
1921
1922commit 6c63ad37b8e9d592fc173d748d7f0e61614b3f01
1923Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
1924Date:   Sun Sep 24 00:50:25 2017 +0200
1925
1926    I18n: Update translation th (100%).
1927
1928    68 translated messages.
1929
1930    Transifex (https://www.transifex.com/xfce/public/).
1931
1932commit 236698fde9e45d32fa745ee94c2d005711b23a77
1933Author: Igor <f2404@yandex.ru>
1934Date:   Sun Sep 24 00:50:24 2017 +0200
1935
1936    I18n: Update translation ru (100%).
1937
1938    68 translated messages.
1939
1940    Transifex (https://www.transifex.com/xfce/public/).
1941
1942commit 264fecf9d90dcecca4a1ea08b189cbed0a058dec
1943Author: Nuno Miguel <nunomgue@gmail.com>
1944Date:   Sun Sep 24 00:50:24 2017 +0200
1945
1946    I18n: Update translation pt (100%).
1947
1948    68 translated messages.
1949
1950    Transifex (https://www.transifex.com/xfce/public/).
1951
1952commit 05f32d47cd148ffa05009507aa3ad6c6223e1d23
1953Author: Michael Martins <michaelfm21@gmail.com>
1954Date:   Sun Sep 24 00:50:24 2017 +0200
1955
1956    I18n: Update translation pt_BR (100%).
1957
1958    68 translated messages.
1959
1960    Transifex (https://www.transifex.com/xfce/public/).
1961
1962commit 2e5da613772a5cb43939e1fc49c1424f910b571f
1963Author: Anonymous <noreply@xfce.org>
1964Date:   Sun Sep 24 00:50:24 2017 +0200
1965
1966    I18n: Update translation pl (100%).
1967
1968    68 translated messages.
1969
1970    Transifex (https://www.transifex.com/xfce/public/).
1971
1972commit 360025959ea9252e3ba0ab137280f5768910234b
1973Author: Xfce Bot <transifex@xfce.org>
1974Date:   Sun Sep 24 00:50:24 2017 +0200
1975
1976    I18n: Update translation oc (97%).
1977
1978    66 translated messages, 2 untranslated messages.
1979
1980    Transifex (https://www.transifex.com/xfce/public/).
1981
1982commit b3aefc36e795ea5beb6e42b8b227af52481ea80d
1983Author: Pjotr <pjotrvertaalt@gmail.com>
1984Date:   Sun Sep 24 00:50:24 2017 +0200
1985
1986    I18n: Update translation nl (100%).
1987
1988    68 translated messages.
1989
1990    Transifex (https://www.transifex.com/xfce/public/).
1991
1992commit eacc892496da187a07d7b71d7cddef1c9f8dda99
1993Author: Xfce Bot <transifex@xfce.org>
1994Date:   Sun Sep 24 00:50:24 2017 +0200
1995
1996    I18n: Update translation it (97%).
1997
1998    66 translated messages, 2 untranslated messages.
1999
2000    Transifex (https://www.transifex.com/xfce/public/).
2001
2002commit d15d34802d9eba32f92e3f044a2b26b349d6a2a8
2003Author: Ivica  Kolić <ikoli@yahoo.com>
2004Date:   Sun Sep 24 00:50:24 2017 +0200
2005
2006    I18n: Update translation hr (97%).
2007
2008    66 translated messages, 2 untranslated messages.
2009
2010    Transifex (https://www.transifex.com/xfce/public/).
2011
2012commit 1267758025f66652c960b30ff643d17ee985f768
2013Author: Elishai Eliyahu <e1907@mm.st>
2014Date:   Sun Sep 24 00:50:24 2017 +0200
2015
2016    I18n: Update translation he (100%).
2017
2018    68 translated messages.
2019
2020    Transifex (https://www.transifex.com/xfce/public/).
2021
2022commit 67b791bdc9a7f0fa755531b6fea80843be2b79ec
2023Author: jc1 <jc1.quebecos@gmail.com>
2024Date:   Sun Sep 24 00:50:24 2017 +0200
2025
2026    I18n: Update translation fr (100%).
2027
2028    68 translated messages.
2029
2030    Transifex (https://www.transifex.com/xfce/public/).
2031
2032commit daa1b3556491d6967bf767c0090b492e401447f6
2033Author: Xfce Bot <transifex@xfce.org>
2034Date:   Sun Sep 24 00:50:23 2017 +0200
2035
2036    I18n: Update translation en_AU (97%).
2037
2038    66 translated messages, 2 untranslated messages.
2039
2040    Transifex (https://www.transifex.com/xfce/public/).
2041
2042commit ebd5b88a7987be6411802ac4ab2772884a99e2ac
2043Author: Xfce Bot <transifex@xfce.org>
2044Date:   Sun Sep 24 00:50:22 2017 +0200
2045
2046    I18n: Update translation ast (97%).
2047
2048    66 translated messages, 2 untranslated messages.
2049
2050    Transifex (https://www.transifex.com/xfce/public/).
2051
2052commit de9c484a346cfba0101aa3ac4794792557c1b517
2053Author: Jeff Huang <s8321414@gmail.com>
2054Date:   Wed Sep 20 01:02:33 2017 +0200
2055
2056    I18n: Update translation zh_TW (100%).
2057
2058    68 translated messages.
2059
2060    Transifex (https://www.transifex.com/xfce/public/).
2061
2062commit bb1d1d8d3dd78dd6e415e8e2358b8acbfea45a68
2063Author: Xfce Bot <transifex@xfce.org>
2064Date:   Wed Sep 20 01:02:33 2017 +0200
2065
2066    I18n: Update translation zh_HK (94%).
2067
2068    64 translated messages, 4 untranslated messages.
2069
2070    Transifex (https://www.transifex.com/xfce/public/).
2071
2072commit 67c64ccd54cdc29821fb47cee1e6c16286c86a6f
2073Author: Mingcong Bai <jeffbai@aosc.xyz>
2074Date:   Wed Sep 20 01:02:33 2017 +0200
2075
2076    I18n: Update translation zh_CN (100%).
2077
2078    68 translated messages.
2079
2080    Transifex (https://www.transifex.com/xfce/public/).
2081
2082commit 0e26a2a542c48286a53ed2966d705d24686d9620
2083Author: Xfce Bot <transifex@xfce.org>
2084Date:   Wed Sep 20 01:02:33 2017 +0200
2085
2086    I18n: Update translation ur (54%).
2087
2088    37 translated messages, 31 untranslated messages.
2089
2090    Transifex (https://www.transifex.com/xfce/public/).
2091
2092commit 9a23c7865f52396886decd3c6a235fc4a56eafa1
2093Author: Xfce Bot <transifex@xfce.org>
2094Date:   Wed Sep 20 01:02:33 2017 +0200
2095
2096    I18n: Update translation ur_PK (54%).
2097
2098    37 translated messages, 31 untranslated messages.
2099
2100    Transifex (https://www.transifex.com/xfce/public/).
2101
2102commit 0374cf7f1e9ad771bbbed9c29413871593b410cb
2103Author: Yarema aka Knedlyk <yupadmin@gmail.com>
2104Date:   Wed Sep 20 01:02:32 2017 +0200
2105
2106    I18n: Update translation uk (100%).
2107
2108    68 translated messages.
2109
2110    Transifex (https://www.transifex.com/xfce/public/).
2111
2112commit 6bdf0005111897f12988b41343d062e78b353e08
2113Author: Xfce Bot <transifex@xfce.org>
2114Date:   Wed Sep 20 01:02:32 2017 +0200
2115
2116    I18n: Update translation ug (94%).
2117
2118    64 translated messages, 4 untranslated messages.
2119
2120    Transifex (https://www.transifex.com/xfce/public/).
2121
2122commit efe7a3f4bf7850bca927eb995aa086eb1652fc66
2123Author: Necdet Yücel <necdetyucel@gmail.com>
2124Date:   Wed Sep 20 01:02:32 2017 +0200
2125
2126    I18n: Update translation tr (100%).
2127
2128    68 translated messages.
2129
2130    Transifex (https://www.transifex.com/xfce/public/).
2131
2132commit db4e228b276ccdbcb4b462478fb028a57fd38087
2133Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
2134Date:   Wed Sep 20 01:02:32 2017 +0200
2135
2136    I18n: Update translation th (100%).
2137
2138    68 translated messages.
2139
2140    Transifex (https://www.transifex.com/xfce/public/).
2141
2142commit 0592e91921b1c735d0d6dcbf8c8072fa5f27dcec
2143Author: Påvel Nicklasson <pavel2@frimix.se>
2144Date:   Wed Sep 20 01:02:32 2017 +0200
2145
2146    I18n: Update translation sv (100%).
2147
2148    68 translated messages.
2149
2150    Transifex (https://www.transifex.com/xfce/public/).
2151
2152commit b25533787348390bb4600b962ccfa8359b728e9c
2153Author: Саша Петровић <salepetronije@gmail.com>
2154Date:   Wed Sep 20 01:02:32 2017 +0200
2155
2156    I18n: Update translation sr (100%).
2157
2158    68 translated messages.
2159
2160    Transifex (https://www.transifex.com/xfce/public/).
2161
2162commit 4d28e4d0cbc03dbc0b785cb2359771c2544c993d
2163Author: Xfce Bot <transifex@xfce.org>
2164Date:   Wed Sep 20 01:02:32 2017 +0200
2165
2166    I18n: Update translation sk (97%).
2167
2168    66 translated messages, 2 untranslated messages.
2169
2170    Transifex (https://www.transifex.com/xfce/public/).
2171
2172commit 3d4d82fa2050edc8544f80c0a1a12a52b10da093
2173Author: Igor <f2404@yandex.ru>
2174Date:   Wed Sep 20 01:02:32 2017 +0200
2175
2176    I18n: Update translation ru (100%).
2177
2178    68 translated messages.
2179
2180    Transifex (https://www.transifex.com/xfce/public/).
2181
2182commit 050a167dc60bd1d0fe387a8666e081d41443a18c
2183Author: Xfce Bot <transifex@xfce.org>
2184Date:   Wed Sep 20 01:02:32 2017 +0200
2185
2186    I18n: Update translation ro (97%).
2187
2188    66 translated messages, 2 untranslated messages.
2189
2190    Transifex (https://www.transifex.com/xfce/public/).
2191
2192commit 3c1cbb1c17c105c0fee185af2350d33f0757aef7
2193Author: Nuno Miguel <nunomgue@gmail.com>
2194Date:   Wed Sep 20 01:02:32 2017 +0200
2195
2196    I18n: Update translation pt (100%).
2197
2198    68 translated messages.
2199
2200    Transifex (https://www.transifex.com/xfce/public/).
2201
2202commit 9c3f31799b1b1c45c5b9fb92bf0296fcd856e0a2
2203Author: Michael Martins <michaelfm21@gmail.com>
2204Date:   Wed Sep 20 01:02:31 2017 +0200
2205
2206    I18n: Update translation pt_BR (100%).
2207
2208    68 translated messages.
2209
2210    Transifex (https://www.transifex.com/xfce/public/).
2211
2212commit 9fdd3bf0b91779165065f96ee85358a48b4e4b8d
2213Author: Anonymous <noreply@xfce.org>
2214Date:   Wed Sep 20 01:02:31 2017 +0200
2215
2216    I18n: Update translation pl (100%).
2217
2218    68 translated messages.
2219
2220    Transifex (https://www.transifex.com/xfce/public/).
2221
2222commit c04382be3ace2fedf5503660958a823a8b60e367
2223Author: Xfce Bot <transifex@xfce.org>
2224Date:   Wed Sep 20 01:02:31 2017 +0200
2225
2226    I18n: Update translation oc (97%).
2227
2228    66 translated messages, 2 untranslated messages.
2229
2230    Transifex (https://www.transifex.com/xfce/public/).
2231
2232commit 02ecf208b4a7886a4ee195d2385b2c892357df97
2233Author: Xfce Bot <transifex@xfce.org>
2234Date:   Wed Sep 20 01:02:31 2017 +0200
2235
2236    I18n: Update translation nn (97%).
2237
2238    66 translated messages, 2 untranslated messages.
2239
2240    Transifex (https://www.transifex.com/xfce/public/).
2241
2242commit eafda29b1d0663a4618220b50a17e7cbf1699d11
2243Author: Pjotr <pjotrvertaalt@gmail.com>
2244Date:   Wed Sep 20 01:02:31 2017 +0200
2245
2246    I18n: Update translation nl (100%).
2247
2248    68 translated messages.
2249
2250    Transifex (https://www.transifex.com/xfce/public/).
2251
2252commit 7c71e163f19119c88307fbae972ca3c284bdf2ba
2253Author: Xfce Bot <transifex@xfce.org>
2254Date:   Wed Sep 20 01:02:31 2017 +0200
2255
2256    I18n: Update translation nb (97%).
2257
2258    66 translated messages, 2 untranslated messages.
2259
2260    Transifex (https://www.transifex.com/xfce/public/).
2261
2262commit befe4155950e41a07022b4a32cb7db194fd82c45
2263Author: abuyop <abuyop@gmail.com>
2264Date:   Wed Sep 20 01:02:31 2017 +0200
2265
2266    I18n: Update translation ms (100%).
2267
2268    68 translated messages.
2269
2270    Transifex (https://www.transifex.com/xfce/public/).
2271
2272commit 9b3981df102422762cfd80226f46e1ad2336b70f
2273Author: Xfce Bot <transifex@xfce.org>
2274Date:   Wed Sep 20 01:02:31 2017 +0200
2275
2276    I18n: Update translation lv (57%).
2277
2278    39 translated messages, 29 untranslated messages.
2279
2280    Transifex (https://www.transifex.com/xfce/public/).
2281
2282commit d8cd53897a0551c07b006c1e4cb1c0cd367760ed
2283Author: Anonymous <noreply@xfce.org>
2284Date:   Wed Sep 20 01:02:30 2017 +0200
2285
2286    I18n: Update translation lt (100%).
2287
2288    68 translated messages.
2289
2290    Transifex (https://www.transifex.com/xfce/public/).
2291
2292commit 12648b85f5fe24d174e3a0bfd6bd769fb8b1c7a5
2293Author: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>
2294Date:   Wed Sep 20 01:02:30 2017 +0200
2295
2296    I18n: Update translation ko (100%).
2297
2298    68 translated messages.
2299
2300    Transifex (https://www.transifex.com/xfce/public/).
2301
2302commit fa319e800dc3ce93b3dd0ab151032729479a0760
2303Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
2304Date:   Wed Sep 20 01:02:30 2017 +0200
2305
2306    I18n: Update translation kk (100%).
2307
2308    68 translated messages.
2309
2310    Transifex (https://www.transifex.com/xfce/public/).
2311
2312commit df191d7363a21390dda7c2667d61d8ba0e541bb1
2313Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2314Date:   Wed Sep 20 01:02:30 2017 +0200
2315
2316    I18n: Update translation ja (100%).
2317
2318    68 translated messages.
2319
2320    Transifex (https://www.transifex.com/xfce/public/).
2321
2322commit d6ddcfe1e4bcd71ef64c521368337814d785b683
2323Author: Xfce Bot <transifex@xfce.org>
2324Date:   Wed Sep 20 01:02:30 2017 +0200
2325
2326    I18n: Update translation it (97%).
2327
2328    66 translated messages, 2 untranslated messages.
2329
2330    Transifex (https://www.transifex.com/xfce/public/).
2331
2332commit 83377372af79527ad85b1863b52040af2acd7ce2
2333Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
2334Date:   Wed Sep 20 01:02:29 2017 +0200
2335
2336    I18n: Update translation id (100%).
2337
2338    68 translated messages.
2339
2340    Transifex (https://www.transifex.com/xfce/public/).
2341
2342commit 1cfa1d793db179ac28b5dbe3fbbd0b62a10b7bd2
2343Author: Xfce Bot <transifex@xfce.org>
2344Date:   Wed Sep 20 01:02:29 2017 +0200
2345
2346    I18n: Update translation hu (97%).
2347
2348    66 translated messages, 2 untranslated messages.
2349
2350    Transifex (https://www.transifex.com/xfce/public/).
2351
2352commit 422bfa8bcb5dacb2b7cbc06c0f9f8dcf29734f9d
2353Author: Ivica  Kolić <ikoli@yahoo.com>
2354Date:   Wed Sep 20 01:02:29 2017 +0200
2355
2356    I18n: Update translation hr (97%).
2357
2358    66 translated messages, 2 untranslated messages.
2359
2360    Transifex (https://www.transifex.com/xfce/public/).
2361
2362commit a58c85a7d8b668a4458beec5f137a9c68a13b7e7
2363Author: Elishai Eliyahu <e1907@mm.st>
2364Date:   Wed Sep 20 01:02:29 2017 +0200
2365
2366    I18n: Update translation he (100%).
2367
2368    68 translated messages.
2369
2370    Transifex (https://www.transifex.com/xfce/public/).
2371
2372commit 334263f24f2b4294123f757ed3387d92de30eb73
2373Author: Xfce Bot <transifex@xfce.org>
2374Date:   Wed Sep 20 01:02:29 2017 +0200
2375
2376    I18n: Update translation gl (97%).
2377
2378    66 translated messages, 2 untranslated messages.
2379
2380    Transifex (https://www.transifex.com/xfce/public/).
2381
2382commit 34ecbc4a62c9b180aa6cfac1175d7658019201a5
2383Author: jc1 <jc1.quebecos@gmail.com>
2384Date:   Wed Sep 20 01:02:29 2017 +0200
2385
2386    I18n: Update translation fr (100%).
2387
2388    68 translated messages.
2389
2390    Transifex (https://www.transifex.com/xfce/public/).
2391
2392commit 9342fb0f7002c79324a0e5b96efb90f9d7371741
2393Author: Xfce Bot <transifex@xfce.org>
2394Date:   Wed Sep 20 01:02:28 2017 +0200
2395
2396    I18n: Update translation fi (97%).
2397
2398    66 translated messages, 2 untranslated messages.
2399
2400    Transifex (https://www.transifex.com/xfce/public/).
2401
2402commit 9bb586ba6eaeb1fe01ae1731ea1257449ed12328
2403Author: Xfce Bot <transifex@xfce.org>
2404Date:   Wed Sep 20 01:02:28 2017 +0200
2405
2406    I18n: Update translation eu (95%).
2407
2408    65 translated messages, 3 untranslated messages.
2409
2410    Transifex (https://www.transifex.com/xfce/public/).
2411
2412commit 1a892d1d4a918703d7d95f27e7a7ab9a81abcf0b
2413Author: Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ] <prflr88@gmail.com>
2414Date:   Wed Sep 20 01:02:28 2017 +0200
2415
2416    I18n: Update translation es (100%).
2417
2418    68 translated messages.
2419
2420    Transifex (https://www.transifex.com/xfce/public/).
2421
2422commit d057635444dea08ce3ea55ff2635f7f9a643c8c7
2423Author: Xfce Bot <transifex@xfce.org>
2424Date:   Wed Sep 20 01:02:28 2017 +0200
2425
2426    I18n: Update translation en_GB (94%).
2427
2428    64 translated messages, 4 untranslated messages.
2429
2430    Transifex (https://www.transifex.com/xfce/public/).
2431
2432commit b70db4623fd341570ed652d96b61307cd207f177
2433Author: Xfce Bot <transifex@xfce.org>
2434Date:   Wed Sep 20 01:02:28 2017 +0200
2435
2436    I18n: Update translation en_AU (97%).
2437
2438    66 translated messages, 2 untranslated messages.
2439
2440    Transifex (https://www.transifex.com/xfce/public/).
2441
2442commit 0a8c04936f0c1a8653c85c32cdee7f7f2a623e70
2443Author: Xfce Bot <transifex@xfce.org>
2444Date:   Wed Sep 20 01:02:27 2017 +0200
2445
2446    I18n: Update translation el (97%).
2447
2448    66 translated messages, 2 untranslated messages.
2449
2450    Transifex (https://www.transifex.com/xfce/public/).
2451
2452commit 26d3fc3f9967cfd1a9c2dd971360de59b308accf
2453Author: Tobias Bannert <tobannert@gmail.com>
2454Date:   Wed Sep 20 01:02:27 2017 +0200
2455
2456    I18n: Update translation de (100%).
2457
2458    68 translated messages.
2459
2460    Transifex (https://www.transifex.com/xfce/public/).
2461
2462commit dbfaa74f8db6cec20428c5315c6975f9b6907789
2463Author: Anonymous <noreply@xfce.org>
2464Date:   Wed Sep 20 01:02:27 2017 +0200
2465
2466    I18n: Update translation da (100%).
2467
2468    68 translated messages.
2469
2470    Transifex (https://www.transifex.com/xfce/public/).
2471
2472commit 2f6458eed3b3b7063cb3358ffbec012a4356e48e
2473Author: Michal Várady <miko.vaji@gmail.com>
2474Date:   Wed Sep 20 01:02:27 2017 +0200
2475
2476    I18n: Update translation cs (100%).
2477
2478    68 translated messages.
2479
2480    Transifex (https://www.transifex.com/xfce/public/).
2481
2482commit cb827d3b8eee612b9ae4a1f46e75553f7154b97f
2483Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
2484Date:   Wed Sep 20 01:02:26 2017 +0200
2485
2486    I18n: Update translation ca (100%).
2487
2488    68 translated messages.
2489
2490    Transifex (https://www.transifex.com/xfce/public/).
2491
2492commit d4a508d2bbae4021949b279c608e5fd8c982cf5e
2493Author: Anonymous <noreply@xfce.org>
2494Date:   Wed Sep 20 01:02:26 2017 +0200
2495
2496    I18n: Update translation bn (64%).
2497
2498    44 translated messages, 24 untranslated messages.
2499
2500    Transifex (https://www.transifex.com/xfce/public/).
2501
2502commit f1259bf16a6cb6c0548ed93c79d437aea35864b8
2503Author: Kiril Kirilov <cybercop_montana@abv.bg>
2504Date:   Wed Sep 20 01:02:26 2017 +0200
2505
2506    I18n: Update translation bg (100%).
2507
2508    68 translated messages.
2509
2510    Transifex (https://www.transifex.com/xfce/public/).
2511
2512commit 6d2a05be285cc491005c3f728f241936f550a5ae
2513Author: Xfce Bot <transifex@xfce.org>
2514Date:   Wed Sep 20 01:02:26 2017 +0200
2515
2516    I18n: Update translation ast (97%).
2517
2518    66 translated messages, 2 untranslated messages.
2519
2520    Transifex (https://www.transifex.com/xfce/public/).
2521
2522commit 948c29465e44a6c7a5f6487db1d83e69fdfd4c93
2523Author: Anonymous <noreply@xfce.org>
2524Date:   Wed Sep 20 01:02:25 2017 +0200
2525
2526    I18n: Update translation ar (97%).
2527
2528    66 translated messages, 2 untranslated messages.
2529
2530    Transifex (https://www.transifex.com/xfce/public/).
2531
2532commit d84646161f8f6ae6cb10c9d731b19e9e6dd8cae6
2533Author: Yarema aka Knedlyk <yupadmin@gmail.com>
2534Date:   Thu Sep 14 00:36:34 2017 +0200
2535
2536    I18n: Update translation uk (100%).
2537
2538    68 translated messages.
2539
2540    Transifex (https://www.transifex.com/xfce/public/).
2541
2542commit bdd87b85bfeb8f43833d0dae934a5f328ae548bf
2543Author: Anonymous <noreply@xfce.org>
2544Date:   Thu Sep 14 00:36:34 2017 +0200
2545
2546    I18n: Update translation da (100%).
2547
2548    68 translated messages.
2549
2550    Transifex (https://www.transifex.com/xfce/public/).
2551
2552commit 1c741d19205efc4d6a7009f9e00d59e7f66d8615
2553Author: Anonymous <noreply@xfce.org>
2554Date:   Wed Sep 13 18:36:44 2017 +0200
2555
2556    I18n: Update translation da (100%).
2557
2558    68 translated messages.
2559
2560    Transifex (https://www.transifex.com/xfce/public/).
2561
2562commit 6c276ef0de42b72ad54020a0674051a2bd100344
2563Author: Ali Abdallah <ali@xfce.org>
2564Date:   Thu Aug 31 14:05:05 2017 +0200
2565
2566    Post release git version tag.
2567
2568commit c38105c0987c0ed997fe24c486ad1de55610b0f5
2569Author: Ali Abdallah <ali@xfce.org>
2570Date:   Thu Aug 31 14:02:45 2017 +0200
2571
2572    Update NEWS and prepare for 4.13.4 release.
2573
2574commit c8215a9074805ddb4a0ba384283e33a573da90f9
2575Author: Viktor Odintsev <ninetls@xfce.org>
2576Date:   Thu Aug 17 03:35:48 2017 +0300
2577
2578    Allow to store empty arrays
2579
2580    Signed-off-by: Ali Abdallah <ali@xfce.org>
2581
2582commit 25088094efdba26c777d49a2bcdde98105112525
2583Author: Ali Abdallah <ali@xfce.org>
2584Date:   Tue Aug 29 16:14:53 2017 +0200
2585
2586    Fix a path in xfconf_cache_set where the cache mutex isn't locked.
2587
2588commit 2131745b35e59fa5c1c0cec7e7ea5eaecd6c6e5f
2589Author: Stefan Berzl <stefan@localhost.localdomain>
2590Date:   Sat Aug 26 01:24:40 2017 +0200
2591
2592    When multiple calls are made for the same property, it's possible that xfconf_cache_set may be called twice before xfconf_cache_set_property_reply_handler, in which case old_item gets freed and the second handler call might cause undefined behavior or a segfault.
2593
2594    Added a counter to prevent that.
2595
2596    Signed-off-by: Ali Abdallah <ali@xfce.org>
2597
2598commit a847db8fb3b51acdee0bacea3d386a68f3283016
2599Author: Michael Martins <michaelfm21@gmail.com>
2600Date:   Tue Aug 29 06:38:33 2017 +0200
2601
2602    I18n: Update translation pt_BR (100%).
2603
2604    68 translated messages.
2605
2606    Transifex (https://www.transifex.com/xfce/public/).
2607
2608commit 11d9e840dcec8adac1cb73917c26e0e5cadfd82c
2609Author: Ivica  Kolić <ikoli@yahoo.com>
2610Date:   Fri Aug 25 18:32:37 2017 +0200
2611
2612    I18n: Update translation hr (97%).
2613
2614    66 translated messages, 2 untranslated messages.
2615
2616    Transifex (https://www.transifex.com/xfce/public/).
2617
2618commit 005b13e5134a899a681bfe50c0aed0159fa71944
2619Author: abuyop <abuyop@gmail.com>
2620Date:   Tue Aug 22 12:33:49 2017 +0200
2621
2622    I18n: Update translation ms (100%).
2623
2624    68 translated messages.
2625
2626    Transifex (https://www.transifex.com/xfce/public/).
2627
2628commit 1fa00cecb3a17935ac41b8cad3ef07e5f731f358
2629Author: Anonymous <noreply@xfce.org>
2630Date:   Tue Aug 22 12:33:49 2017 +0200
2631
2632    I18n: Update translation bn (64%).
2633
2634    44 translated messages, 24 untranslated messages.
2635
2636    Transifex (https://www.transifex.com/xfce/public/).
2637
2638commit b13fe369051af3c6bc50959f513dbae82238c045
2639Author: Nuno Miguel <nunomgue@gmail.com>
2640Date:   Tue Jul 25 18:45:45 2017 +0200
2641
2642    I18n: Update translation pt (100%).
2643
2644    68 translated messages.
2645
2646    Transifex (https://www.transifex.com/xfce/public/).
2647
2648commit 5aa4c5243524a148caf5566d9e0120a62fdd2a3e
2649Author: Ali Abdallah <ali@xfce.org>
2650Date:   Mon Jul 24 14:05:42 2017 +0200
2651
2652    Added missing information about the 4.13.3 release to NEWS.
2653
2654commit 4e98078f905848eb3962bca99b879eac4e40e281
2655Author: Ali Abdallah <ali@xfce.org>
2656Date:   Mon Jul 24 13:58:38 2017 +0200
2657
2658    Post release git version tags.
2659
2660commit d12062f3bb2e2c9318165f51cca5206740f2f068
2661Author: Ali Abdallah <ali@xfce.org>
2662Date:   Mon Jul 24 13:57:47 2017 +0200
2663
2664    Prepare 4.13.3 release.
2665
2666commit ee634b24b96f8fd0a47593b5e6c70e79a8c719e8
2667Merge: 44695b6 8692e76
2668Author: Ali Abdallah <ali@xfce.org>
2669Date:   Mon Jul 24 13:56:57 2017 +0200
2670
2671    Merge branch 'master' of ssh://git.xfce.org/xfce/xfconf
2672
2673commit 44695b609eca2cb8866c6f415a400e98a82a49c0
2674Author: Ali Abdallah <ali@xfce.org>
2675Date:   Mon Jul 24 13:56:31 2017 +0200
2676
2677    NEWS Updates.
2678
2679commit 08efa5e3ca634b5da50591a629c33aeec99b1f72
2680Author: Ali Abdallah <ali@xfce.org>
2681Date:   Mon Jul 24 13:51:10 2017 +0200
2682
2683    Lot of Xfce's component used to set GPtrArray using g_value_set_boxed
2684    in their _get_property (of a GObject) followed by xfconf_array_free.
2685
2686    This has been working ok with dbus-glib binding for some reason, but
2687    with the new code it does not. It causes xfconf_gvalue_to_gvariant
2688    to get an array of len=0.
2689
2690    A check has been added to warn on invalid arrays.
2691
2692commit 4dda1f3be1f243573598c2f1e22d18c7f1e73531
2693Author: Ali Abdallah <ali@xfce.org>
2694Date:   Mon Jul 24 13:50:08 2017 +0200
2695
2696    xfconf_shutdown was never used, causing pending message to never be sent.
2697    So correctly use xfconf_shutdown before exiting.
2698
2699commit 0a78b03788233768a7407376583c640a1c9ad8db
2700Author: Ali Abdallah <ali@xfce.org>
2701Date:   Mon Jul 24 13:49:29 2017 +0200
2702
2703    Flush dbus connection on xfconf_shutdown to flush pending
2704    messages.
2705
2706commit 8692e76d8a50f8149d855dfce7466414d0c8442d
2707Author: Anonymous <noreply@xfce.org>
2708Date:   Mon Jul 24 13:47:44 2017 +0200
2709
2710    I18n: Update translation pl (100%).
2711
2712    68 translated messages.
2713
2714    Transifex (https://www.transifex.com/xfce/public/).
2715
2716commit cae2d7f58e76bdf6b78cc087b9c5a0e8acb13136
2717Author: Necdet Yücel <necdetyucel@gmail.com>
2718Date:   Mon Jul 24 12:34:09 2017 +0200
2719
2720    I18n: Update translation tr (100%).
2721
2722    68 translated messages.
2723
2724    Transifex (https://www.transifex.com/xfce/public/).
2725
2726commit 71e732650168f994f616c6bca7b36d936cff4203
2727Author: Romain B <skunnyk@alteroot.org>
2728Date:   Fri Jun 23 16:13:01 2017 +0200
2729
2730    Add missing functions to gtk-²doc
2731
2732    - Also uniformize titles names in docs
2733
2734    Signed-off-by: Ali Abdallah <ali@xfce.org>
2735
2736commit 295daf5d500bf1b6eebfe8b88a2901b4a3eafd4a
2737Author: Romain B <skunnyk@alteroot.org>
2738Date:   Fri Jun 23 15:40:44 2017 +0200
2739
2740    Update documentation api
2741
2742    - Re-add correct sections / headers to generate a nice documentation
2743    - More modern way to handle documentation with gtk-doc (no more sgml
2744    templates).
2745
2746    Signed-off-by: Ali Abdallah <ali@xfce.org>
2747
2748commit c8f02eb3fcbf1f0b5d214b0c09319b16507f167f
2749Author: Romain B <skunnyk@alteroot.org>
2750Date:   Fri Jun 23 15:56:29 2017 +0200
2751
2752    Add missing API indicies, bump documentation dates and credits
2753
2754    Signed-off-by: Ali Abdallah <ali@xfce.org>
2755
2756commit 548b590a11928a89d1f4730285bb983c5b4da0ce
2757Author: Tobias Bannert <tobannert@gmail.com>
2758Date:   Wed Jul 19 18:32:55 2017 +0200
2759
2760    I18n: Update translation de (100%).
2761
2762    68 translated messages.
2763
2764    Transifex (https://www.transifex.com/xfce/public/).
2765
2766commit 8c9e035034f59ebaae49d56b991efe64cfa91ed4
2767Author: Anonymous <noreply@xfce.org>
2768Date:   Sun Jul 9 18:32:12 2017 +0200
2769
2770    I18n: Update translation ar (97%).
2771
2772    66 translated messages, 2 untranslated messages.
2773
2774    Transifex (https://www.transifex.com/xfce/public/).
2775
2776commit d5e92b035931f9068354daa544e5882e86a64839
2777Author: Pjotr <pjotrvertaalt@gmail.com>
2778Date:   Tue Jul 4 12:39:04 2017 +0200
2779
2780    I18n: Update translation nl (100%).
2781
2782    68 translated messages.
2783
2784    Transifex (https://www.transifex.com/xfce/public/).
2785
2786commit 9caa50fba5c14a6d2fc5f118edcad604bfd8fa7e
2787Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2788Date:   Mon Jul 3 12:32:10 2017 +0200
2789
2790    I18n: Update translation ja (100%).
2791
2792    68 translated messages.
2793
2794    Transifex (https://www.transifex.com/xfce/public/).
2795
2796commit 44a93a88d00db567b8a8650fd782f2a8b4b78ea7
2797Author: Anonymous <noreply@xfce.org>
2798Date:   Sat Jul 1 18:32:49 2017 +0200
2799
2800    I18n: Update translation lt (100%).
2801
2802    68 translated messages.
2803
2804    Transifex (https://www.transifex.com/xfce/public/).
2805
2806commit c43b9d2ca8fa0065d01d93c9641eace41eda4a78
2807Author: jc1 <jc1.quebecos@gmail.com>
2808Date:   Sat Jul 1 00:32:05 2017 +0200
2809
2810    I18n: Update translation fr (100%).
2811
2812    68 translated messages.
2813
2814    Transifex (https://www.transifex.com/xfce/public/).
2815
2816commit 0c3bd71d2fb5c11cc145a4be2208fbb0cd2ce0ba
2817Author: Ali Abdallah <ali@xfce.org>
2818Date:   Fri Jun 23 11:46:48 2017 +0200
2819
2820    Post release git version tag
2821
2822commit 7f400f5b5906d4b55fae062e91a123e70b1ce6da
2823Author: Ali Abdallah <ali@xfce.org>
2824Date:   Fri Jun 23 11:45:57 2017 +0200
2825
2826    Prepare to tag 4.13.2
2827
2828commit e259ba58fc857c853d5b64024fb1d22d372c53f7
2829Author: Ali Abdallah <ali@xfce.org>
2830Date:   Fri Jun 23 11:06:33 2017 +0200
2831
2832    Don't free up GValue as its ownership is taken by a cache item.
2833
2834commit ad01da2d136b240d33bcc23f1782744b497d9ad5
2835Author: Skunnyk <skunnyk@alteroot.org>
2836Date:   Mon Jun 12 23:08:16 2017 +0200
2837
2838    Fix some build issues
2839
2840    - AM subdir-objects is kinda broken
2841
2842commit 152aae152fd2083b51559eab56570525a13f4741
2843Author: Romain B <skunnyk@alteroot.org>
2844Date:   Tue May 9 18:47:51 2017 +0200
2845
2846    Fix some autogen.sh warnings
2847
2848            - Declare m4/ folder
2849            - Add subdir-objects to AM_INIT_AUTOMAKE() because we use $(top_srcdir) is xfconf/Makefile.am
2850
2851commit 0ff115e6c431177555e9a404ae2f78cb343dc449
2852Author: Romain B <skunnyk@alteroot.org>
2853Date:   Tue May 9 18:41:51 2017 +0200
2854
2855    Better documentation processing
2856
2857            - No more sgml things.
2858            - You only need to add new functions to docs/xfconf-sections.txt to add them to the doc.
2859
2860commit 32c896cadaa5f1227d23cc0681a05154ba23a690
2861Author: Romain B <skunnyk@alteroot.org>
2862Date:   Tue May 9 18:32:30 2017 +0200
2863
2864    Add xfconf_g_property_bind_gdkrgba to doc
2865
2866commit a75c27c5e81e9ffbbf758900b3ff37d4e9506ebe
2867Author: Påvel Nicklasson <pavel2@frimix.se>
2868Date:   Sun Jun 18 18:32:13 2017 +0200
2869
2870    I18n: Update translation sv (100%).
2871
2872    68 translated messages.
2873
2874    Transifex (https://www.transifex.com/projects/p/xfce/).
2875
2876commit a7a7a22ec2bfe4e5ea0bc94083a0435672081bac
2877Author: Anonymous <noreply@xfce.org>
2878Date:   Sun Jun 18 06:34:12 2017 +0200
2879
2880    I18n: Update translation lt (100%).
2881
2882    68 translated messages.
2883
2884    Transifex (https://www.transifex.com/projects/p/xfce/).
2885
2886commit e7d8b4a1d078df7481015aaabe10b633cc44086e
2887Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
2888Date:   Fri Jun 16 18:32:25 2017 +0200
2889
2890    I18n: Update translation kk (100%).
2891
2892    68 translated messages.
2893
2894    Transifex (https://www.transifex.com/projects/p/xfce/).
2895
2896commit 0d910df4907a5c61ee7924032dd7be22fd12bd43
2897Author: Саша Петровић <salepetronije@gmail.com>
2898Date:   Thu Jun 15 00:33:38 2017 +0200
2899
2900    I18n: Update translation sr (100%).
2901
2902    68 translated messages.
2903
2904    Transifex (https://www.transifex.com/projects/p/xfce/).
2905
2906commit 4ae7a49f4f9c65e4b24778db7243f340162f7e4d
2907Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
2908Date:   Sun Jun 11 18:32:00 2017 +0200
2909
2910    I18n: Update translation th (100%).
2911
2912    68 translated messages.
2913
2914    Transifex (https://www.transifex.com/projects/p/xfce/).
2915
2916commit 6c31b23d700ea56c4f8a790f3ff35485f23d9a86
2917Author: Mingcong Bai <jeffbai@aosc.xyz>
2918Date:   Fri Jun 9 18:32:12 2017 +0200
2919
2920    I18n: Update translation zh_CN (100%).
2921
2922    68 translated messages.
2923
2924    Transifex (https://www.transifex.com/projects/p/xfce/).
2925
2926commit 53bee3d264ea859b683d7c9f8598035c13ac789b
2927Author: Ali Abdallah <ali@xfce.org>
2928Date:   Wed Jun 7 11:39:18 2017 +0200
2929
2930    Require gio-2.0 instead of dbus-glib in pc.in file.
2931
2932commit 194ed74a90f95af15c0afe972718926566acfa56
2933Author: Unit 193 <unit193@ubuntu.com>
2934Date:   Tue Jun 6 16:22:53 2017 -0400
2935
2936    Fix a small typo in a warning message.
2937
2938    Signed-off-by: Ali Abdallah <ali@xfce.org>
2939
2940commit 415b95ea0bf54e84993b94cab1fc012d0a506058
2941Author: Ali Abdallah <aliovx@gmail.com>
2942Date:   Tue Jun 6 21:07:40 2017 +0200
2943
2944    Post release git tag added.
2945
2946commit 02040c3139a97b4c8e27b5a26f0711609d288720
2947Author: Ali Abdallah <aliovx@gmail.com>
2948Date:   Tue Jun 6 21:03:31 2017 +0200
2949
2950    Bump version info and prepare for 4.13.1 release.
2951
2952commit 1d99b4575a7e12d1a85b3e67d4d950f201bfd8d2
2953Author: Ali Abdallah <aliovx@gmail.com>
2954Date:   Tue Jun 6 21:02:53 2017 +0200
2955
2956    Uncommit the bump of the soname and bump the soname version instead, as
2957    this solution seems to require less effort targeting xfce 4.14.
2958
2959commit 60e8bada5aae79d31abc83f287852f1c36a82d05
2960Author: 玉堂白鹤 <yjwork@qq.com>
2961Date:   Mon Jun 5 06:32:01 2017 +0200
2962
2963    I18n: Update translation zh_CN (98%).
2964
2965    67 translated messages, 1 untranslated message.
2966
2967    Transifex (https://www.transifex.com/projects/p/xfce/).
2968
2969commit 5ccee5a46d8fff0ffda3b3fe2e2e2439370f0e15
2970Author: Pablo Roberto “Jristz” Lezaeta Reyes <prflr88@gmail.com>
2971Date:   Sun Jun 4 12:32:08 2017 +0200
2972
2973    I18n: Update translation es (100%).
2974
2975    68 translated messages.
2976
2977    Transifex (https://www.transifex.com/projects/p/xfce/).
2978
2979commit 444e4e76b9636446ed969ef305d81e6a284c879c
2980Author: André Miranda <andre42m@gmail.com>
2981Date:   Sun Jun 4 06:33:55 2017 +0200
2982
2983    I18n: Update translation pt_BR (100%).
2984
2985    68 translated messages.
2986
2987    Transifex (https://www.transifex.com/projects/p/xfce/).
2988
2989commit 6462fa9a488af2da69de3e95af3957ecd1abf03b
2990Author: Elishai Eliyahu <e1907@mm.st>
2991Date:   Sun Jun 4 00:31:46 2017 +0200
2992
2993    I18n: Update translation he (100%).
2994
2995    68 translated messages.
2996
2997    Transifex (https://www.transifex.com/projects/p/xfce/).
2998
2999commit 2bfacaae8c15f2c503ed234147ebac9803ce29d2
3000Author: 박정규(Jung-Kyu Park) <bagjunggyu@gmail.com>
3001Date:   Sat Jun 3 00:31:50 2017 +0200
3002
3003    I18n: Update translation ko (100%).
3004
3005    68 translated messages.
3006
3007    Transifex (https://www.transifex.com/projects/p/xfce/).
3008
3009commit 82d42ccb78c8e6001a72fe935514e904838854fe
3010Author: Igor <f2404@yandex.ru>
3011Date:   Fri Jun 2 18:31:50 2017 +0200
3012
3013    I18n: Update translation ru (100%).
3014
3015    68 translated messages.
3016
3017    Transifex (https://www.transifex.com/projects/p/xfce/).
3018
3019commit 238546cad3b37cf506c729425bb92da090ea0677
3020Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
3021Date:   Fri Jun 2 12:31:51 2017 +0200
3022
3023    I18n: Update translation id (100%).
3024
3025    68 translated messages.
3026
3027    Transifex (https://www.transifex.com/projects/p/xfce/).
3028
3029commit 14c0f51334b7b285c15ee709bec2ec1edfc55d96
3030Author: Jeff Huang <s8321414@gmail.com>
3031Date:   Fri Jun 2 06:31:48 2017 +0200
3032
3033    I18n: Update translation zh_TW (100%).
3034
3035    68 translated messages.
3036
3037    Transifex (https://www.transifex.com/projects/p/xfce/).
3038
3039commit 0da5fcda75a8303c105d8127efa96245c8001d0e
3040Author: Ali Abdallah <aliovx@gmail.com>
3041Date:   Thu Jun 1 14:00:45 2017 +0200
3042
3043    Post release git tag bump.
3044
3045commit ff2dde3501a998069ee595a9eee67ec99db0d213
3046Author: Ali Abdallah <aliovx@gmail.com>
3047Date:   Thu Jun 1 13:58:36 2017 +0200
3048
3049    Prepare a 4.13.0 development release.
3050
3051commit 90cc1974a569efee1f0298b8efb0770246c4b9f8
3052Merge: 71d0a41 449aeb9
3053Author: Ali Abdallah <aliovx@gmail.com>
3054Date:   Thu Jun 1 10:51:25 2017 +0200
3055
3056    Merge branch 'gdbus-port' into master.
3057
3058commit 449aeb99a5fd8990c04e4817f41a1f9834a0355c
3059Author: Ali Abdallah <aliovx@gmail.com>
3060Date:   Thu Jun 1 10:49:46 2017 +0200
3061
3062    Use XDT_CHECK instead of PKG_CHECK.
3063
3064commit abfacc124caa396add3cc2e25b6eed29077ce56e
3065Author: Ali Abdallah <aliovx@gmail.com>
3066Date:   Wed May 31 15:22:38 2017 +0200
3067
3068    Get rid of old dbus-glib unused generated file
3069
3070commit 03f089b92cebf40d34a341d6efe309af70a5e5f9
3071Author: Ali Abdallah <aliovx@gmail.com>
3072Date:   Mon May 22 21:24:08 2017 +0200
3073
3074    Bump libxfconf version api to 1.
3075
3076commit 71d0a4140aeca07aee451f421391b151ab708cdc
3077Author: Anonymous <noreply@xfce.org>
3078Date:   Thu Apr 13 18:33:45 2017 +0200
3079
3080    I18n: Update translation lt (100%).
3081
3082    67 translated messages.
3083
3084    Transifex (https://www.transifex.com/projects/p/xfce/).
3085
3086commit af659f833d0219ee62eea0ab87af969830c991c0
3087Author: Kukuh Syafaat <syafaatkukuh@gmail.com>
3088Date:   Sun Feb 26 06:33:15 2017 +0100
3089
3090    I18n: Update translation id (100%).
3091
3092    67 translated messages.
3093
3094    Transifex (https://www.transifex.com/projects/p/xfce/).
3095
3096commit 55f0999af05d880a63c6b7d5ba10bb159ff62ccd
3097Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
3098Date:   Fri Feb 17 06:31:29 2017 +0100
3099
3100    I18n: Update translation ca (100%).
3101
3102    67 translated messages.
3103
3104    Transifex (https://www.transifex.com/projects/p/xfce/).
3105
3106commit ac02d6ee809531cc92b04b0c211d9b3c2bb090e2
3107Author: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>
3108Date:   Fri Feb 17 00:32:33 2017 +0100
3109
3110    I18n: Update translation ca (100%).
3111
3112    67 translated messages.
3113
3114    Transifex (https://www.transifex.com/projects/p/xfce/).
3115
3116commit bf207691baf7f209ff4940cb0b9d5750f1f03fe8
3117Author: Ivica  Kolić <ikoli@yahoo.com>
3118Date:   Fri Feb 3 06:31:59 2017 +0100
3119
3120    I18n: Update translation hr (100%).
3121
3122    67 translated messages.
3123
3124    Transifex (https://www.transifex.com/projects/p/xfce/).
3125
3126commit 5b0cdbf1a62d4155ebe020a8cb13526e15ff7385
3127Author: Anonymous <noreply@xfce.org>
3128Date:   Tue Jan 24 00:32:00 2017 +0100
3129
3130    I18n: Update translation da (100%).
3131
3132    67 translated messages.
3133
3134    Transifex (https://www.transifex.com/projects/p/xfce/).
3135
3136commit 96c75e25bb479bb2c61b46156e6fbb9dca571625
3137Author: Anonymous <noreply@xfce.org>
3138Date:   Sun Jan 22 00:35:26 2017 +0100
3139
3140    I18n: Update translation da (100%).
3141
3142    67 translated messages.
3143
3144    Transifex (https://www.transifex.com/projects/p/xfce/).
3145
3146commit d42d993d25155d9f5e15d6dc220dfd1d5e2e6f66
3147Author: Anonymous <noreply@xfce.org>
3148Date:   Mon Jan 16 18:33:49 2017 +0100
3149
3150    I18n: Update translation da (100%).
3151
3152    67 translated messages.
3153
3154    Transifex (https://www.transifex.com/projects/p/xfce/).
3155
3156commit 39f6ee6733c505e9d9e7dc294c650930e7a30059
3157Author: Anonymous <noreply@xfce.org>
3158Date:   Mon Jan 16 12:33:59 2017 +0100
3159
3160    I18n: Update translation da (100%).
3161
3162    67 translated messages.
3163
3164    Transifex (https://www.transifex.com/projects/p/xfce/).
3165
3166commit 375dd4cfaf4af2b3ec1367b4c9f92fff5c1d2438
3167Author: Anonymous <noreply@xfce.org>
3168Date:   Sat Jan 14 18:33:39 2017 +0100
3169
3170    I18n: Update translation da (100%).
3171
3172    67 translated messages.
3173
3174    Transifex (https://www.transifex.com/projects/p/xfce/).
3175
3176commit 112b469791b9edbca8ef85e2b37f61a9622c92b5
3177Author: Anonymous <noreply@xfce.org>
3178Date:   Sat Jan 14 12:33:55 2017 +0100
3179
3180    I18n: Update translation da (100%).
3181
3182    67 translated messages.
3183
3184    Transifex (https://www.transifex.com/projects/p/xfce/).
3185
3186commit 798938218407fc7b9e2d7264c94ed997b18e55ad
3187Author: Igor <f2404@yandex.ru>
3188Date:   Mon Oct 24 17:27:35 2016 +0300
3189
3190    post release tag bump
3191
3192commit 8bf68b02ea7a0482f3006815b646cffc66fdafed
3193Author: Igor <f2404@yandex.ru>
3194Date:   Mon Oct 24 17:24:33 2016 +0300
3195
3196    Release 4.12.1
3197
3198commit c9b452b7447e630f13d30eafa8fdc94ee56453a2
3199Author: Igor <f2404@yandex.ru>
3200Date:   Sat Oct 22 12:31:33 2016 +0200
3201
3202    I18n: Update translation ru (100%).
3203
3204    67 translated messages.
3205
3206    Transifex (https://www.transifex.com/projects/p/xfce/).
3207
3208commit be0208a6ae2a8d2a62c52e19236d5ace2f0875bb
3209Author: Eric Koegel <eric.koegel@gmail.com>
3210Date:   Fri Jun 3 10:03:16 2016 +0300
3211
3212    Add support for binding to GdkRGBAs
3213
3214    Gtk3 switched from GdkColor to GdkRGBA so add support for binding
3215    to that structure as well.
3216
3217    Signed-off-by: Igor <f2404@yandex.ru>
3218
3219commit 9db6659f309d68e615f1141fd334bfc03733adfe
3220Author: Ali Abdallah <aliovx@gmail.com>
3221Date:   Fri May 27 16:27:05 2016 +0200
3222
3223    Fix many issues with libxfconf.
3224
3225    GPtrArray is now duplicated and saved in the cache, so the user
3226    can free the return array value.
3227
3228commit 4adfcc997401ce7c063b5460b2d3fb7e87bf65ba
3229Author: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>
3230Date:   Mon May 2 18:33:47 2016 +0200
3231
3232    I18n: Update translation ca (100%).
3233
3234    67 translated messages.
3235
3236    Transifex (https://www.transifex.com/projects/p/xfce/).
3237
3238commit 6f87f33cd11d943f0e95e2d23571386db43670ba
3239Author: GenghisKhan <genghiskhan@gmx.ca>
3240Date:   Wed Apr 27 00:31:47 2016 +0200
3241
3242    I18n: Update translation he (100%).
3243
3244    67 translated messages.
3245
3246    Transifex (https://www.transifex.com/projects/p/xfce/).
3247
3248commit d8149a18e28125c6c514043810bee6e8617ad85f
3249Author: Ali Abdallah <aliovx@gmail.com>
3250Date:   Mon Apr 25 22:11:48 2016 +0200
3251
3252    Added copyright information + fix a couple of other memory leaks.
3253
3254commit bae6bce6118b485f02d102de748cd2d9fe959ad9
3255Author: Ali Abdallah <aliovx@gmail.com>
3256Date:   Mon Apr 25 15:29:19 2016 +0200
3257
3258    Fix a couple of memory leaks, due to g_variant conversion floating
3259    references.
3260
3261commit 0546a8519dd5fa9fece07d3c1d5ca42a435ef593
3262Author: Ali Abdallah <aliovx@gmail.com>
3263Date:   Mon Apr 25 14:31:59 2016 +0200
3264
3265    Remove XFCONF_TYPE_G_VALUE_ARRAY collection dbus-glib type as
3266    it is no longer required.
3267
3268commit 967f7ed609e1ffe7c655a6d4e90380804809f08a
3269Author: Ali Abdallah <aliovx@gmail.com>
3270Date:   Mon Apr 25 14:24:41 2016 +0200
3271
3272    Added xfconf-common-private.h to the list of ignored headers.
3273
3274commit e6ffe2c3a8e6eb239e0949d7485d25c30964e339
3275Author: Ali Abdallah <aliovx@gmail.com>
3276Date:   Mon Apr 25 14:15:18 2016 +0200
3277
3278    Change return type of the gdbus handler callbacks to gboolean.
3279
3280commit 207b47ca8e7523c2fc598829740141d8c0a53be6
3281Author: Ali Abdallah <aliovx@gmail.com>
3282Date:   Mon Apr 25 11:38:20 2016 +0200
3283
3284    Avoid crash on get_all properties when error occurs.
3285
3286commit aff57914922e81bfd5da4bd1bfad3234fa11713a
3287Author: Ali Abdallah <aliovx@gmail.com>
3288Date:   Mon Apr 25 11:02:34 2016 +0200
3289
3290    Remove dbus-glib from the Makefile of the perl binding as it is no
3291    longer required.
3292
3293commit 9e32ac764895564db65dd653ddac608cd44dd382
3294Author: Ali Abdallah <aliovx@gmail.com>
3295Date:   Mon Apr 25 10:24:58 2016 +0200
3296
3297    Support g_type_uchar and convert it to g_variant_type_byte.
3298
3299    Note: Strangely there is no g_variant_type_char for signed char, so
3300    use int16 instead... In the old dbus-glib based version this
3301    way working as follows:
3302
3303    Send GPtrArray with a GValue of type schar
3304    xfconfd writes it as uchar to the xml
3305    Read the GPtrArray property---> xfconfd returns a schar type from the cached mem.
3306    Exit xfconfd
3307    Read the GPtrArray property---> xfconfd reads from the xml a uchar type.
3308
3309    By using int16 for schar xfconfd always write int16 and returns int16 values,
3310    a bit more consistent.
3311
3312commit 08203c0473482874c87bdc2d1c8cb45e37381888
3313Author: Ali Abdallah <aliovx@gmail.com>
3314Date:   Sun Apr 24 21:59:03 2016 +0200
3315
3316    Update for the release xfconf-4.13.0
3317
3318commit 5a498336adfc977de928d19da86808a3947e4e90
3319Author: Ali Abdallah <aliovx@gmail.com>
3320Date:   Sun Apr 24 21:39:41 2016 +0200
3321
3322    Get rid of all DBUS_GLIB_{CFLAGS,LIBS} and remove
3323    all the #include of dbus-glib.h.
3324
3325    Xfconfd does not depend on dbus-glib anymore!
3326
3327commit 5a5afd687450c3fe6615fe0ca9cda75195342a21
3328Author: Ali Abdallah <aliovx@gmail.com>
3329Date:   Sun Apr 24 21:39:19 2016 +0200
3330
3331    Port the common code for tests to gdbus.
3332
3333commit 78dfc78477050e97ad25a5e3f3040f7b306eaa07
3334Author: Ali Abdallah <aliovx@gmail.com>
3335Date:   Sun Apr 24 21:34:13 2016 +0200
3336
3337    Port the xfcond daemon to gdbus.
3338
3339    To simplify things, XfconfDaemon is now a subclass of
3340    the exported XfconfExportedSkeleton.
3341
3342commit c62a1273806a0c2113ff7d589175c8f977968fe9
3343Author: Ali Abdallah <aliovx@gmail.com>
3344Date:   Sun Apr 24 21:29:49 2016 +0200
3345
3346    Use gvalue<->gvariant conversion functions from the common
3347    xfconf-gvaluefuncs.c code.
3348
3349    Change XfconfClient to XfconfExported according to the dbus xml file.
3350
3351commit a47c2a895d1302b012ff1ec1fe016cd573b96527
3352Author: Ali Abdallah <aliovx@gmail.com>
3353Date:   Sun Apr 24 21:27:37 2016 +0200
3354
3355    Implement gvalue to gvariant conversion functions to convert
3356    GHashTable key,value pairs to GVariant(av) and vice versa.
3357
3358commit 02c11f80266fb87946a0d16295c13a5832624e09
3359Author: Ali Abdallah <aliovx@gmail.com>
3360Date:   Sun Apr 24 16:36:31 2016 +0200
3361
3362    Register xfconf-errors in g_dbus.
3363
3364commit a8b991f6ff96aabf16739cf673be6d3d8d64a5ef
3365Author: Ali Abdallah <aliovx@gmail.com>
3366Date:   Sun Apr 24 16:35:54 2016 +0200
3367
3368    Get rid of the annotation tags.
3369
3370commit 9a8c7435bb4a9ca3c54576cfd1cc24f601fac6f5
3371Author: Ali Abdallah <aliovx@gmail.com>
3372Date:   Sun Apr 24 16:35:03 2016 +0200
3373
3374    Remove gdbus-binding generated code from the repository.
3375
3376commit 1bbde5a1f2b73e3b3637568fc1d5dba405e92d5f
3377Author: Ali Abdallah <aliovx@gmail.com>
3378Date:   Thu Apr 21 14:20:51 2016 +0200
3379
3380    Move the gdbus generated code to the common directory
3381
3382commit 6312fb9aabffefddfd4815c8fc3c98b2dbfbb398
3383Author: Ali Abdallah <aliovx@gmail.com>
3384Date:   Thu Apr 21 12:00:59 2016 +0200
3385
3386    Port xfconf_channel_get_properties to gdbus and
3387    Get rid of the last dbus-glib code in libxfconf.
3388
3389commit 546bdcde2584fec4f37a3d737721bfd6c49a9114
3390Author: Ali Abdallah <aliovx@gmail.com>
3391Date:   Thu Apr 21 10:46:27 2016 +0200
3392
3393    Port the call 'set_property' to gdbus.
3394
3395    The XFCONF_TYPE_G_VALUE_ARRAY old dbus-glib type is not used anymore.
3396    Instead the G_TYPE_PTR_ARRAY type is used and then each value of the
3397    array is converted to GVariant before sending over dbus.
3398
3399commit 60de79cf7754207a2b011bb631a7d8bb57ee7565
3400Author: GenghisKhan <genghiskhan@gmx.ca>
3401Date:   Thu Apr 14 00:31:29 2016 +0200
3402
3403    I18n: Update translation he (100%).
3404
3405    67 translated messages.
3406
3407    Transifex (https://www.transifex.com/projects/p/xfce/).
3408
3409commit 4a36ffad0000d0118b14cf0b76f8d97c34a36353
3410Author: gyeben <gyonkibendeguz@gmail.com>
3411Date:   Sat Apr 2 00:32:34 2016 +0200
3412
3413    I18n: Update translation hu (100%).
3414
3415    67 translated messages.
3416
3417    Transifex (https://www.transifex.com/projects/p/xfce/).
3418
3419commit 65822d6acd8712a7b3b6f3eaef090d61c594a528
3420Author: gyeben <gyonkibendeguz@gmail.com>
3421Date:   Tue Mar 29 18:33:31 2016 +0200
3422
3423    I18n: Update translation hu (98%).
3424
3425    66 translated messages, 1 untranslated message.
3426
3427    Transifex (https://www.transifex.com/projects/p/xfce/).
3428
3429commit 944704065fe1812af3c14ba4ce8ea1d4f7333de7
3430Author: Ali Abdallah <aliovx@gmail.com>
3431Date:   Fri Mar 25 11:12:30 2016 +0100
3432
3433    Add dbus cflags and libs for all tests to avoid
3434    'dso missing from command line' error.
3435
3436commit cfd4cecaf8a792b28294a191ad52142fdefa8ed3
3437Author: Elishai Eliyahu <e1907@mm.st>
3438Date:   Mon Mar 21 18:33:07 2016 +0100
3439
3440    I18n: Update translation he (100%).
3441
3442    67 translated messages.
3443
3444    Transifex (https://www.transifex.com/projects/p/xfce/).
3445
3446commit 48dac08e769d56bb0297366734b5c407d2205ddb
3447Author: Elishai Eliyahu <e1907@mm.st>
3448Date:   Thu Mar 17 00:32:12 2016 +0100
3449
3450    I18n: Update translation he (100%).
3451
3452    67 translated messages.
3453
3454    Transifex (https://www.transifex.com/projects/p/xfce/).
3455
3456commit bc79dea6b517111d944cfec73a89eed899d151c2
3457Author: Elishai Eliyahu <e1907@mm.st>
3458Date:   Tue Mar 15 18:33:09 2016 +0100
3459
3460    I18n: Update translation he (100%).
3461
3462    67 translated messages.
3463
3464    Transifex (https://www.transifex.com/projects/p/xfce/).
3465
3466commit 58fb2f0da474e0328879d86532823833d5260b7a
3467Author: Elishai Eliyahu <e1907@mm.st>
3468Date:   Fri Mar 11 12:33:03 2016 +0100
3469
3470    I18n: Update translation he (100%).
3471
3472    67 translated messages.
3473
3474    Transifex (https://www.transifex.com/projects/p/xfce/).
3475
3476commit ce226ff062a4256ff90c473383ecbe46cc904414
3477Author: Elishai Eliyahu <e1907@mm.st>
3478Date:   Mon Mar 7 00:31:43 2016 +0100
3479
3480    I18n: Update translation he (100%).
3481
3482    67 translated messages.
3483
3484    Transifex (https://www.transifex.com/projects/p/xfce/).
3485
3486commit 110f47818fb4e0356ed8f442cd3599b6f50a5192
3487Author: Elishai Eliyahu <e1907@mm.st>
3488Date:   Sun Mar 6 18:33:39 2016 +0100
3489
3490    I18n: Update translation he (100%).
3491
3492    67 translated messages.
3493
3494    Transifex (https://www.transifex.com/projects/p/xfce/).
3495
3496commit b8ccdc6070d581768e66aa37f7db3a12037c61dd
3497Author: Elishai Eliyahu <e1907@mm.st>
3498Date:   Fri Mar 4 18:32:56 2016 +0100
3499
3500    I18n: Update translation he (100%).
3501
3502    67 translated messages.
3503
3504    Transifex (https://www.transifex.com/projects/p/xfce/).
3505
3506commit 00aaa90c08edccfe987378193f325d08ef822f19
3507Author: Ali Abdallah <aliovx@gmail.com>
3508Date:   Mon Feb 15 18:30:19 2016 +0100
3509
3510    Port xfconf_channel_get_arrayv to gdbus. Now the function works
3511    as follows: xfconf_channel_get_internal is called to get a GValue
3512    which should contain a GVariant that is an array of variants value.
3513    Each of these GVariant value is transformed to a GValue and added
3514    to the GPtrArray.
3515
3516commit aee4c7a5a9a57139a3d7e0b7be1364f86bcf70eb
3517Author: Piarres Beobide <pi@beobide.net>
3518Date:   Mon Feb 8 18:32:00 2016 +0100
3519
3520    I18n: Update translation eu (98%).
3521
3522    66 translated messages, 1 untranslated message.
3523
3524    Transifex (https://www.transifex.com/projects/p/xfce/).
3525
3526commit 6f7d755f3ac7ab2ef0d42ce35ca2ae3f2bd04049
3527Author: Apostolos Papadimitriu <apostolos.papadimitriu@gmail.com>
3528Date:   Fri Feb 5 00:33:05 2016 +0100
3529
3530    I18n: Update translation el (100%).
3531
3532    67 translated messages.
3533
3534    Transifex (https://www.transifex.com/projects/p/xfce/).
3535
3536commit 3c47818cefd97dccba8b1fb663e492d5b13c25d0
3537Author: Ali Abdallah <aliovx@gmail.com>
3538Date:   Thu Feb 4 19:46:56 2016 +0100
3539
3540    Port some cache lookup function of libxfconf to gdbus.
3541
3542commit db9c47c9fcb02e61329b90c00f8a0799000dfdaf
3543Author: Ali Abdallah <aliovx@gmail.com>
3544Date:   Thu Feb 4 19:44:18 2016 +0100
3545
3546    Cast proxy to XfconfClient to get rid of the compiler warning
3547
3548commit ac229a2ea1aeef4f21f48813443ffa1c933be70d
3549Author: Efstathios Iosifidis <iefstathios@gmail.com>
3550Date:   Thu Feb 4 06:31:59 2016 +0100
3551
3552    I18n: Update translation el (98%).
3553
3554    66 translated messages, 1 untranslated message.
3555
3556    Transifex (https://www.transifex.com/projects/p/xfce/).
3557
3558commit 0c1d295e61220d9f0a3d17394aa2f6762fb2362b
3559Author: Ali Abdallah <aliovx@gmail.com>
3560Date:   Thu Jan 28 13:47:43 2016 +0100
3561
3562    Generate the gdbus binding code and test the binding on
3563    xfconf_client_call_is_property_locked_sync.
3564
3565commit 0e324a87717d2c278b82823e0383e4008d9b3468
3566Author: Elishai Eliyahu <e1907@mm.st>
3567Date:   Sun Jan 24 00:31:28 2016 +0100
3568
3569    I18n: Update translation he (100%).
3570
3571    67 translated messages.
3572
3573    Transifex (https://www.transifex.com/projects/p/xfce/).
3574
3575commit a3bf18096aa0b1c9c4489b1496d088973dd13403
3576Author: Elishai Eliyahu <e1907@mm.st>
3577Date:   Sat Jan 23 18:31:46 2016 +0100
3578
3579    I18n: Update translation he (62%).
3580
3581    42 translated messages, 25 untranslated messages.
3582
3583    Transifex (https://www.transifex.com/projects/p/xfce/).
3584
3585commit 1ceb7153f4a6f9fb5877079b13877ddc7cd5051e
3586Author: Anonymous <noreply@xfce.org>
3587Date:   Wed Jan 13 06:34:07 2016 +0100
3588
3589    I18n: Update translation lt (100%).
3590
3591    67 translated messages.
3592
3593    Transifex (https://www.transifex.com/projects/p/xfce/).
3594
3595commit 07c1179d851c1d727571cf8e63846b4b3d940a09
3596Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
3597Date:   Tue Nov 24 00:32:00 2015 +0100
3598
3599    I18n: Update translation ca (100%).
3600
3601    67 translated messages.
3602
3603    Transifex (https://www.transifex.com/projects/p/xfce/).
3604
3605commit 5b10cab6681d07e7fc2f6369db2af3bb5a2d0d9e
3606Author: enolp <enolp@softastur.org>
3607Date:   Sun Nov 15 06:34:11 2015 +0100
3608
3609    I18n: Update translation ast (100%).
3610
3611    67 translated messages.
3612
3613    Transifex (https://www.transifex.com/projects/p/xfce/).
3614
3615commit a16cfc7ed53a059c84eb649894b0110494c26147
3616Author: Cédric Valmary <cvalmary@yahoo.fr>
3617Date:   Sat Nov 7 18:32:03 2015 +0100
3618
3619    I18n: Update translation oc (100%).
3620
3621    67 translated messages.
3622
3623    Transifex (https://www.transifex.com/projects/p/xfce/).
3624
3625commit 6b6b9a2fa9a6a5c22bcf576e857e3113e39cfac7
3626Author: Ali Abdallah <aliovx@gmail.com>
3627Date:   Mon Nov 2 21:18:21 2015 +0100
3628
3629    Replace the DBusGProxy signals handler with their
3630    GDBusProxy equivalents. All the rest is still based on DBusGProxy.
3631
3632commit db32e88f19f94384ba6348c9edb46e0e0f9d4648
3633Author: Slavko <linux@slavino.sk>
3634Date:   Fri Oct 30 12:33:05 2015 +0100
3635
3636    I18n: Update translation sk (100%).
3637
3638    67 translated messages.
3639
3640    Transifex (https://www.transifex.com/projects/p/xfce/).
3641
3642commit 65f159cdb61c7fb51a8a39cb6cf5d1b001bee908
3643Author: Xosé <xosecalvo@gmail.com>
3644Date:   Mon Sep 21 00:33:03 2015 +0200
3645
3646    I18n: Update translation gl (100%).
3647
3648    67 translated messages.
3649
3650    Transifex (https://www.transifex.com/projects/p/xfce/).
3651
3652commit 4ff3155ac9776fda50e961c33dd3f45ed0e586d6
3653Author: Anonymous <noreply@xfce.org>
3654Date:   Sun Sep 20 06:32:32 2015 +0200
3655
3656    I18n: Update translation lt (100%).
3657
3658    67 translated messages.
3659
3660    Transifex (https://www.transifex.com/projects/p/xfce/).
3661
3662commit 0251ab14d6a72eac76d53629d99d602980c66b9a
3663Author: enolp <enolp@softastur.org>
3664Date:   Tue Aug 11 00:31:36 2015 +0200
3665
3666    I18n: Update translation ast (100%).
3667
3668    67 translated messages.
3669
3670    Transifex (https://www.transifex.com/projects/p/xfce/).
3671
3672commit 31de993a12df8c4650edb540109ffc29f36148b3
3673Author: Anonymous <noreply@xfce.org>
3674Date:   Tue Jul 21 18:32:38 2015 +0200
3675
3676    I18n: Update translation lt (100%).
3677
3678    67 translated messages.
3679
3680    Transifex (https://www.transifex.com/projects/p/xfce/).
3681
3682commit b9846b8af00b291134dbf0771255cfdc83d86417
3683Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
3684Date:   Mon Jul 20 00:36:24 2015 +0200
3685
3686    I18n: Update translation sv (100%).
3687
3688    67 translated messages.
3689
3690    Transifex (https://www.transifex.com/projects/p/xfce/).
3691
3692commit 1abdaaf26a5fea8b49a0d04c852be6e53e17daa5
3693Author: Kevin Brubeck Unhammer <unhammer+dill@mm.st>
3694Date:   Tue Jun 16 18:32:36 2015 +0200
3695
3696    I18n: Update translation nn (100%).
3697
3698    67 translated messages.
3699
3700    Transifex (https://www.transifex.com/projects/p/xfce/).
3701
3702commit 3930174cd6d9fa6d983f627d3e0907a2949ad658
3703Author: Påvel Nicklasson <pavelnicklasson@bahnhof.se>
3704Date:   Thu Jun 4 00:32:24 2015 +0200
3705
3706    I18n: Update translation sv (100%).
3707
3708    67 translated messages.
3709
3710    Transifex (https://www.transifex.com/projects/p/xfce/).
3711
3712commit ac3c0c5f276608514c1d0a9e657b41b7f24e0a32
3713Author: Efstathios Iosifidis <iefstathios@gmail.com>
3714Date:   Thu Mar 19 00:32:40 2015 +0100
3715
3716    I18n: Update translation el (98%).
3717
3718    66 translated messages, 1 untranslated message.
3719
3720    Transifex (https://www.transifex.com/projects/p/xfce/).
3721
3722commit e4a91891415ddc2549954f3575c11ef6c5aea472
3723Author: Anonymous <noreply@xfce.org>
3724Date:   Thu Mar 12 12:33:05 2015 +0100
3725
3726    I18n: Update translation lt (100%).
3727
3728    67 translated messages.
3729
3730    Transifex (https://www.transifex.com/projects/p/xfce/).
3731
3732commit 16b91fe73be74c511c8bb26bdfd784a8325ae6e9
3733Author: Landry Breuil <landry@xfce.org>
3734Date:   Sat Feb 28 18:06:51 2015 +0100
3735
3736    post release tag bump
3737
3738commit e0fa9a0690279b2643428fc86ceaa60c625b6381
3739Author: Landry Breuil <landry@xfce.org>
3740Date:   Sat Feb 28 15:16:56 2015 +0100
3741
3742    updates for release - besides translations, 4.12.0 is the same as 4.11.0
3743
3744commit 3e4a791770b2b6fa875ea11a2b9b8ecef9ad1a23
3745Author: Slavko <linux@slavino.sk>
3746Date:   Thu Feb 26 12:33:05 2015 +0100
3747
3748    I18n: Update translation sk (100%).
3749
3750    67 translated messages.
3751
3752    Transifex (https://www.transifex.com/projects/p/xfce/).
3753
3754commit e79363ac53a356544917ae0f1825e49d9b076168
3755Author: Mișu Moldovan <dumol@l10n.ro>
3756Date:   Thu Feb 26 12:33:05 2015 +0100
3757
3758    I18n: Update translation ro (100%).
3759
3760    67 translated messages.
3761
3762    Transifex (https://www.transifex.com/projects/p/xfce/).
3763
3764commit 73267866491a47afff8c5ae83c038d7aea012250
3765Author: Anonymous <noreply@xfce.org>
3766Date:   Mon Feb 23 18:34:00 2015 +0100
3767
3768    I18n: Update translation bg (100%).
3769
3770    67 translated messages.
3771
3772    Transifex (https://www.transifex.com/projects/p/xfce/).
3773
3774commit 677d41ebead005ae35c940322fdf8f9fb0938661
3775Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
3776Date:   Thu Feb 19 18:33:01 2015 +0100
3777
3778    I18n: Update translation es (100%).
3779
3780    67 translated messages.
3781
3782    Transifex (https://www.transifex.com/projects/p/xfce/).
3783
3784commit 2e89314a1256a21b9def924e852afe32dbd44ba8
3785Author: Landry Breuil <landry@xfce.org>
3786Date:   Wed Feb 18 22:09:13 2015 +0100
3787
3788    update copyright year
3789
3790commit 6a509ae79207b890f33a76a37d7fee72c6b8e562
3791Author: Landry Breuil <landry@xfce.org>
3792Date:   Wed Feb 18 21:43:55 2015 +0100
3793
3794    rebalance translation list, and fix trailing comma
3795
3796commit 60db060b1f9ebccff069391aedc85a7ea3f55270
3797Author: Landry Breuil <landry@xfce.org>
3798Date:   Wed Feb 18 21:35:26 2015 +0100
3799
3800    post release tag bump
3801
3802commit 8f2f17becc3046ef4fc7f687c44f2e50afba0016
3803Author: Landry Breuil <landry@xfce.org>
3804Date:   Wed Feb 18 21:32:34 2015 +0100
3805
3806    Updates for release
3807
3808commit e5261e292130c96b6e62a8c897b1cc85bbb786ac
3809Author: 玉堂白鹤 <yjwork@qq.com>
3810Date:   Thu Feb 12 12:32:08 2015 +0100
3811
3812    I18n: Update translation zh_CN (100%).
3813
3814    67 translated messages.
3815
3816    Transifex (https://www.transifex.com/projects/p/xfce/).
3817
3818commit 6cd83560505d5864df0d3f7a174e48385ca35c52
3819Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
3820Date:   Fri Dec 26 12:32:35 2014 +0100
3821
3822    I18n: Update translation es (100%).
3823
3824    67 translated messages.
3825
3826    Transifex (https://www.transifex.com/projects/p/xfce/).
3827
3828commit d864499a1cf6544500ee15d3b322aad436c439f4
3829Author: Nuno Miguel <nunomgue@gmail.com>
3830Date:   Sat Dec 20 18:32:13 2014 +0100
3831
3832    I18n: Update translation pt (100%).
3833
3834    67 translated messages.
3835
3836    Transifex (https://www.transifex.com/projects/p/xfce/).
3837
3838commit c05fd494b9ae2a52ce2a69e46fd653d10e1733b7
3839Author: Necdet Yücel <necdetyucel@gmail.com>
3840Date:   Thu Dec 4 00:32:16 2014 +0100
3841
3842    I18n: Update translation tr (100%).
3843
3844    67 translated messages.
3845
3846    Transifex (https://www.transifex.com/projects/p/xfce/).
3847
3848commit d902b2003e8157d7737f281b520d905776f587ba
3849Author: Ḷḷumex03 <tornes@opmbx.org>
3850Date:   Wed Nov 19 00:31:45 2014 +0100
3851
3852    I18n: Update translation ast (98%).
3853
3854    66 translated messages, 1 untranslated message.
3855
3856    Transifex (https://www.transifex.com/projects/p/xfce/).
3857
3858commit ee6f007e7c198caad3911cfbd10894fb457dfb66
3859Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
3860Date:   Sun Nov 9 12:31:54 2014 +0100
3861
3862    I18n: Update translation ca (100%).
3863
3864    67 translated messages.
3865
3866    Transifex (https://www.transifex.com/projects/p/xfce/).
3867
3868commit 2c273d0dbb4c8ef08e378b2c17b1bfcb32e17c14
3869Author: Саша Петровић <salepetronije@gmail.com>
3870Date:   Wed Oct 29 18:31:50 2014 +0100
3871
3872    I18n: Update translation sr (100%).
3873
3874    67 translated messages.
3875
3876    Transifex (https://www.transifex.com/projects/p/xfce/).
3877
3878commit 85a91bbccfd67b4ceaad7457526d27585d31c4e2
3879Author: Michal Várady <miko.vaji@gmail.com>
3880Date:   Mon Oct 27 00:31:55 2014 +0100
3881
3882    I18n: Update translation cs (100%).
3883
3884    67 translated messages.
3885
3886    Transifex (https://www.transifex.com/projects/p/xfce/).
3887
3888commit e0d73d1c6b9d97b00ba36c01e93367864293112d
3889Author: Ḷḷumex03 <tornes@opmbx.org>
3890Date:   Tue Oct 21 18:32:12 2014 +0200
3891
3892    I18n: Update translation ast (98%).
3893
3894    66 translated messages, 1 untranslated message.
3895
3896    Transifex (https://www.transifex.com/projects/p/xfce/).
3897
3898commit 7d88d223c1f2ecedb2ee4120026ad4d7a2d75734
3899Author: Aputsiaĸ Niels Janussen <aj@isit.gl>
3900Date:   Wed Oct 8 00:31:46 2014 +0200
3901
3902    I18n: Update translation da (100%).
3903
3904    67 translated messages.
3905
3906    Transifex (https://www.transifex.com/projects/p/xfce/).
3907
3908commit f47b79143a7677307cefdba4bd23e45538a765bc
3909Author: Sergey Alyoshin <alyoshin.s@gmail.com>
3910Date:   Thu Sep 4 00:31:55 2014 +0200
3911
3912    I18n: Update translation ru (100%).
3913
3914    67 translated messages.
3915
3916    Transifex (https://www.transifex.com/projects/p/xfce/).
3917
3918commit 6ae782f53251ab918e41e3c7ee980444089c3ea9
3919Author: Alois Nešpor <info@aloisnespor.info>
3920Date:   Mon Sep 1 00:32:13 2014 +0200
3921
3922    I18n: Update translation cs (100%).
3923
3924    67 translated messages.
3925
3926    Transifex (https://www.transifex.com/projects/p/xfce/).
3927
3928commit 5dc408be56f807c3301e44f955be14e710eaf5ba
3929Author: Yannick Le Guen <leguen.yannick@gmail.com>
3930Date:   Sun Aug 31 00:31:51 2014 +0200
3931
3932    I18n: Update translation fr (100%).
3933
3934    67 translated messages.
3935
3936    Transifex (https://www.transifex.com/projects/p/xfce/).
3937
3938commit 7125eb14a13737cae4d418f1f14edf303fe7f4d9
3939Author: Yannick Le Guen <leguen.yannick@gmail.com>
3940Date:   Sat Aug 30 18:31:52 2014 +0200
3941
3942    I18n: Update translation fr (100%).
3943
3944    67 translated messages.
3945
3946    Transifex (https://www.transifex.com/projects/p/xfce/).
3947
3948commit 7ffb32fcefcb5e9a60683659bf011b7dd6f3ff15
3949Author: Pasi Lallinaho <pasi@shimmerproject.org>
3950Date:   Sat Aug 23 00:32:04 2014 +0200
3951
3952    I18n: Update translation fi (100%).
3953
3954    67 translated messages.
3955
3956    Transifex (https://www.transifex.com/projects/p/xfce/).
3957
3958commit bd42a11b1198c4d72e42d0886f20378dc26775b9
3959Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
3960Date:   Fri Aug 22 06:31:54 2014 +0200
3961
3962    I18n: Update translation kk (100%).
3963
3964    67 translated messages.
3965
3966    Transifex (https://www.transifex.com/projects/p/xfce/).
3967
3968commit 2411126f1060f71dc21969e37e65be1e80bb07ae
3969Author: Michael Findlay <keltoiboy@gmail.com>
3970Date:   Sun Aug 10 12:32:03 2014 +0200
3971
3972    I18n: Update translation en_AU (100%).
3973
3974    67 translated messages.
3975
3976    Transifex (https://www.transifex.com/projects/p/xfce/).
3977
3978commit d11ccb2fbb576a63b4c72cf7864e0752ecd797e8
3979Author: abuyop <abuyop@gmail.com>
3980Date:   Wed Aug 6 00:32:01 2014 +0200
3981
3982    I18n: Update translation ms (100%).
3983
3984    67 translated messages.
3985
3986    Transifex (https://www.transifex.com/projects/p/xfce/).
3987
3988commit d9cead0cc19cfb35661d9c39cb8d3d64cb846064
3989Author: Yarema aka Knedlyk <yupadmin@gmail.com>
3990Date:   Tue Aug 5 12:31:59 2014 +0200
3991
3992    I18n: Update translation uk (100%).
3993
3994    67 translated messages.
3995
3996    Transifex (https://www.transifex.com/projects/p/xfce/).
3997
3998commit 82ac2a11f9ed278aca87183bda1686b76bf2ebce
3999Author: Edin Veskovic <edin.veskovic@openmailbox.org>
4000Date:   Tue Aug 5 12:31:59 2014 +0200
4001
4002    I18n: Update translation hr (100%).
4003
4004    67 translated messages.
4005
4006    Transifex (https://www.transifex.com/projects/p/xfce/).
4007
4008commit 2abd97250268ddf6d17b3641979657168139aa55
4009Author: Seong-ho Cho <darkcircle.0426@gmail.com>
4010Date:   Sun Aug 3 00:31:54 2014 +0200
4011
4012    I18n: Update translation ko (100%).
4013
4014    67 translated messages.
4015
4016    Transifex (https://www.transifex.com/projects/p/xfce/).
4017
4018commit c84f4385653edb566019fd2ed6ea5c604ada0eb4
4019Author: Cristian Marchi <cri.penta@gmail.com>
4020Date:   Sat Aug 2 18:31:54 2014 +0200
4021
4022    I18n: Update translation it (100%).
4023
4024    67 translated messages.
4025
4026    Transifex (https://www.transifex.com/projects/p/xfce/).
4027
4028commit 65ecb7e2c769a4f0515975f8e379738cf18db910
4029Author: Masato HASHIMOTO <cabezon.hashimoto@gmail.com>
4030Date:   Fri Aug 1 18:31:50 2014 +0200
4031
4032    I18n: Update translation ja (100%).
4033
4034    67 translated messages.
4035
4036    Transifex (https://www.transifex.com/projects/p/xfce/).
4037
4038commit fb52b544420892fffc6c47bda90fbcf990a837e5
4039Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
4040Date:   Wed Jul 30 18:32:14 2014 +0200
4041
4042    I18n: Update translation th (100%).
4043
4044    67 translated messages.
4045
4046    Transifex (https://www.transifex.com/projects/p/xfce/).
4047
4048commit d61e7849503bed8611b2f976a505faaaaacab781
4049Author: Pjotr <pjotrvertaalt@gmail.com>
4050Date:   Wed Jul 30 18:32:14 2014 +0200
4051
4052    I18n: Update translation nl (100%).
4053
4054    67 translated messages.
4055
4056    Transifex (https://www.transifex.com/projects/p/xfce/).
4057
4058commit b6bb0e291cf2d0cf83df1888f7fc5d0356b0411d
4059Author: Anonymous <noreply@xfce.org>
4060Date:   Wed Jul 30 18:32:14 2014 +0200
4061
4062    I18n: Update translation de (100%).
4063
4064    67 translated messages.
4065
4066    Transifex (https://www.transifex.com/projects/p/xfce/).
4067
4068commit b0dc5141734ca0e393488cd5af40979ee7a37c2c
4069Author: Harald <haarektrans@gmail.com>
4070Date:   Tue Jul 29 18:31:57 2014 +0200
4071
4072    I18n: Update translation nb (100%).
4073
4074    67 translated messages.
4075
4076    Transifex (https://www.transifex.com/projects/p/xfce/).
4077
4078commit b104accc1af5998c6125f123f6440be0fc5fcfc1
4079Author: Piotr Sokół <psokol@jabster.pl>
4080Date:   Tue Jul 29 12:31:53 2014 +0200
4081
4082    I18n: Update translation pl (100%).
4083
4084    67 translated messages.
4085
4086    Transifex (https://www.transifex.com/projects/p/xfce/).
4087
4088commit f1c5480e65ccc4069b659c25c364a3087e716e3e
4089Author: André Miranda <andreldm1989@gmail.com>
4090Date:   Tue Jul 29 06:31:53 2014 +0200
4091
4092    I18n: Update translation pt_BR (100%).
4093
4094    67 translated messages.
4095
4096    Transifex (https://www.transifex.com/projects/p/xfce/).
4097
4098commit 8b7875f40dc584e1a35e392423c95abae26044eb
4099Author: Anonymous <noreply@xfce.org>
4100Date:   Tue Jul 29 06:31:53 2014 +0200
4101
4102    I18n: Update translation de (100%).
4103
4104    67 translated messages.
4105
4106    Transifex (https://www.transifex.com/projects/p/xfce/).
4107
4108commit 5d232e689dc4d626451fffe810a0984b3c70c8ee
4109Author: Johannes Lips <johannes.lips@gmail.com>
4110Date:   Tue Jul 29 00:31:56 2014 +0200
4111
4112    I18n: Update translation de (100%).
4113
4114    67 translated messages.
4115
4116    Transifex (https://www.transifex.com/projects/p/xfce/).
4117
4118commit a326c6628634d1fb970f1731a94115f378ef785b
4119Author: Kiril Kirilov <cybercop_montana@abv.bg>
4120Date:   Mon Jul 28 18:31:53 2014 +0200
4121
4122    I18n: Update translation bg (100%).
4123
4124    67 translated messages.
4125
4126    Transifex (https://www.transifex.com/projects/p/xfce/).
4127
4128commit fa32f28980569b84d61efbb0daeebe71ffb992a2
4129Author: Jeff Huang <s8321414@gmail.com>
4130Date:   Mon Jul 28 06:31:53 2014 +0200
4131
4132    I18n: Update translation zh_TW (100%).
4133
4134    67 translated messages.
4135
4136    Transifex (https://www.transifex.com/projects/p/xfce/).
4137
4138commit d51213c7fc8ab325df22406e4ed58a751ec8876c
4139Author: Pablo Roberto Francisco Lezaeta Reyes <prflr88@gmail.com>
4140Date:   Mon Jul 28 06:31:53 2014 +0200
4141
4142    I18n: Update translation es (100%).
4143
4144    67 translated messages.
4145
4146    Transifex (https://www.transifex.com/projects/p/xfce/).
4147
4148commit 4fdb209dd767554ef2ca93b392b445c1e7b82286
4149Author: Eric Koegel <eric.koegel@gmail.com>
4150Date:   Fri Jul 18 20:15:59 2014 +0300
4151
4152    Allow :.,[]{} characters in property and channel names (bug #11021)
4153
4154    Among other things, this fixes an xfdesktop issue with NVIDIA cards,
4155    where connected monitors are reported as "monitorGPU-0.DVI-I-3" instead
4156    of "monitor0". By allowing dots and other characters in property and
4157    channel names, these card/monitor combinations are now supported
4158    properly.
4159
4160    This may also be useful if we make xfconf a gsettings backend in the
4161    future.
4162
4163commit 71dc20b5197391adaf7a4253f6b7cb6c767db3ad
4164Author: Eric Koegel <eric.koegel@gmail.com>
4165Date:   Fri Jul 25 12:56:45 2014 +0200
4166
4167    Fix make check when including perl bindings in the build (bug #9556)
4168
4169    Comment from Jannis: Unfortunately, make distcheck remains broken as the
4170    xfconf-perl Makefile.PL does not properly track where the generated
4171    files are installed, resulting in "make uninstall" to leave these files
4172    behind in the system.
4173
4174commit 7de959cc66a002efa7fcde7381f981f363ee673a
4175Author: Yannick Le Guen <leguen.yannick@gmail.com>
4176Date:   Sun Jun 22 12:31:58 2014 +0200
4177
4178    I18n: Update translation fr (100%).
4179
4180    67 translated messages.
4181
4182    Transifex (https://www.transifex.com/projects/p/xfce/).
4183
4184commit 6ad7268dc492e11db7c536518481e44575728b61
4185Author: Tornes Llume <l.lumex03.tornes@gmail.com>
4186Date:   Tue May 27 06:31:50 2014 +0200
4187
4188    I18n: Update translation ast (98%).
4189
4190    66 translated messages, 1 untranslated message.
4191
4192    Transifex (https://www.transifex.com/projects/p/xfce/).
4193
4194commit a93d83b0ea7dab1247870b399ee694f1755c26dd
4195Author: Pablo Lezaeta <prflr88@gmail.com>
4196Date:   Mon May 19 12:32:29 2014 +0200
4197
4198    I18n: Update translation es (100%).
4199
4200    67 translated messages.
4201
4202    Transifex (https://www.transifex.com/projects/p/xfce/).
4203
4204commit 0b13618d33604d69f6f5ba6828b1530bf4de23bc
4205Author: kingu <comradekingu@gmail.com>
4206Date:   Sun May 11 18:32:00 2014 +0200
4207
4208    I18n: Update translation nb (100%).
4209
4210    67 translated messages.
4211
4212    Transifex (https://www.transifex.com/projects/p/xfce/).
4213
4214commit 3a96c45e57b40818b0e63a094e7c1cfad37debb5
4215Author: Tornes Llume <l.lumex03.tornes@gmail.com>
4216Date:   Fri May 2 18:32:25 2014 +0200
4217
4218    I18n: Update translation ast (97%).
4219
4220    65 translated messages, 2 untranslated messages.
4221
4222    Transifex (https://www.transifex.com/projects/p/xfce/).
4223
4224commit 6c5acb65fef43155234128ed83456f7699f3f921
4225Author: haarek <haarektrans@gmail.com>
4226Date:   Sun Apr 27 18:32:06 2014 +0200
4227
4228    I18n: Update translation nb (74%).
4229
4230    50 translated messages, 17 untranslated messages.
4231
4232    Transifex (https://www.transifex.com/projects/p/xfce/).
4233
4234commit 5eb748231137dc1030b600b727fdaf610e783470
4235Author: Tornes Llume <l.lumex03.tornes@gmail.com>
4236Date:   Mon Apr 21 12:31:50 2014 +0200
4237
4238    I18n: Update translation ast (95%).
4239
4240    64 translated messages, 3 untranslated messages.
4241
4242    Transifex (https://www.transifex.com/projects/p/xfce/).
4243
4244commit e85a0d5a958720611648b78935765af3ac77fd60
4245Author: Tornes Llume <l.lumex03.tornes@gmail.com>
4246Date:   Mon Apr 14 00:31:56 2014 +0200
4247
4248    I18n: Update translation ast (64%).
4249
4250    43 translated messages, 24 untranslated messages.
4251
4252    Transifex (https://www.transifex.com/projects/p/xfce/).
4253
4254commit 1e848404b45e77ab51f51d960bffebc9a9423576
4255Author: Ivica  Kolić <ikoli@yahoo.com>
4256Date:   Mon Mar 24 18:33:17 2014 +0100
4257
4258    I18n: Update translation hr (100%).
4259
4260    67 translated messages.
4261
4262    Transifex (https://www.transifex.com/projects/p/xfce/).
4263
4264commit 116884b41f00b5be9ea039ec6d37e5f2b0c4eebe
4265Author: Ivica  Kolić <ikoli@yahoo.com>
4266Date:   Thu Mar 20 12:32:09 2014 +0100
4267
4268    I18n: Update translation hr (100%).
4269
4270    67 translated messages.
4271
4272    Transifex (https://www.transifex.com/projects/p/xfce/).
4273
4274commit c5cd33c013ff2b0175e46012e344a9da9c33a312
4275Author: schizo <eveskovic@gmail.com>
4276Date:   Sun Mar 2 12:32:02 2014 +0100
4277
4278    I18n: Update translation hr (100%).
4279
4280    67 translated messages.
4281
4282    Transifex (https://www.transifex.com/projects/p/xfce/).
4283
4284commit 5c38fbeb4c69ada43c80dec7a66ca9691777b1f7
4285Author: PavelNicklasson <pavelnicklasson@bahnhof.se>
4286Date:   Sun Feb 16 12:32:28 2014 +0100
4287
4288    I18n: Update translation sv (100%).
4289
4290    67 translated messages.
4291
4292    Transifex (https://www.transifex.com/projects/p/xfce/).
4293
4294commit f8745bcb1cb6ec8dc4a19f90cfba1c31e342c0c8
4295Author: Walter Cheuk <wwycheuk@gmail.com>
4296Date:   Mon Dec 23 12:31:55 2013 +0100
4297
4298    I18n: Add new translation zh_HK (100%).
4299
4300    67 translated messages.
4301
4302    Transifex (https://www.transifex.com/projects/p/xfce/).
4303
4304commit 8833577c66d98713bc32e059a3b8d5262314cf99
4305Author: Nick <nick@xfce.org>
4306Date:   Tue Nov 19 12:33:47 2013 +0100
4307
4308    I18n: Update translation zh_TW (100%).
4309
4310    67 translated messages.
4311
4312    Transifex (https://www.transifex.com/projects/p/xfce/).
4313
4314commit b43c1c809889545e538ab84ed103e90c7222fe7d
4315Author: Nick <nick@xfce.org>
4316Date:   Tue Nov 19 12:33:46 2013 +0100
4317
4318    I18n: Update translation ur (59%).
4319
4320    40 translated messages, 27 untranslated messages.
4321
4322    Transifex (https://www.transifex.com/projects/p/xfce/).
4323
4324commit 9aeb972c6c6b389d752738b3560f4dcd84f0e397
4325Author: Nick <nick@xfce.org>
4326Date:   Tue Nov 19 12:33:46 2013 +0100
4327
4328    I18n: Update translation ur_PK (59%).
4329
4330    40 translated messages, 27 untranslated messages.
4331
4332    Transifex (https://www.transifex.com/projects/p/xfce/).
4333
4334commit 756bbcfb45a6287148444f0a173a062be8686f84
4335Author: Nick <nick@xfce.org>
4336Date:   Tue Nov 19 12:33:46 2013 +0100
4337
4338    I18n: Update translation uk (100%).
4339
4340    67 translated messages.
4341
4342    Transifex (https://www.transifex.com/projects/p/xfce/).
4343
4344commit 2593bf3dcf4d812492df4eb4afa6a5a8ea4dbab8
4345Author: Nick <nick@xfce.org>
4346Date:   Tue Nov 19 12:33:46 2013 +0100
4347
4348    I18n: Update translation tr (100%).
4349
4350    67 translated messages.
4351
4352    Transifex (https://www.transifex.com/projects/p/xfce/).
4353
4354commit 15a45406d3448753eb20fbf70ff8c9484179d0a2
4355Author: Nick <nick@xfce.org>
4356Date:   Tue Nov 19 12:33:46 2013 +0100
4357
4358    I18n: Update translation sv (62%).
4359
4360    42 translated messages, 25 untranslated messages.
4361
4362    Transifex (https://www.transifex.com/projects/p/xfce/).
4363
4364commit 9d8ed4172a85cb8628d6554b5138b020721f17d5
4365Author: Nick <nick@xfce.org>
4366Date:   Tue Nov 19 12:33:46 2013 +0100
4367
4368    I18n: Update translation sk (100%).
4369
4370    67 translated messages.
4371
4372    Transifex (https://www.transifex.com/projects/p/xfce/).
4373
4374commit d695a3431fba87668b1460a4cb3e7659f69650f8
4375Author: Nick <nick@xfce.org>
4376Date:   Tue Nov 19 12:33:46 2013 +0100
4377
4378    I18n: Update translation ro (100%).
4379
4380    67 translated messages.
4381
4382    Transifex (https://www.transifex.com/projects/p/xfce/).
4383
4384commit d21bde22b0b9a9a764db10d3e7268f99dd69c5e8
4385Author: Nick <nick@xfce.org>
4386Date:   Tue Nov 19 12:33:46 2013 +0100
4387
4388    I18n: Update translation pt (100%).
4389
4390    67 translated messages.
4391
4392    Transifex (https://www.transifex.com/projects/p/xfce/).
4393
4394commit 8e4159ab4939c28e7ff6b26fe865b8a59deea4ed
4395Author: Nick <nick@xfce.org>
4396Date:   Tue Nov 19 12:33:46 2013 +0100
4397
4398    I18n: Update translation pt_BR (100%).
4399
4400    67 translated messages.
4401
4402    Transifex (https://www.transifex.com/projects/p/xfce/).
4403
4404commit 3a47cf8eeca6164698797a43129c98d72335e5d4
4405Author: Nick <nick@xfce.org>
4406Date:   Tue Nov 19 12:33:45 2013 +0100
4407
4408    I18n: Update translation pl (100%).
4409
4410    67 translated messages.
4411
4412    Transifex (https://www.transifex.com/projects/p/xfce/).
4413
4414commit 33775634a862deda188e3c904ea549a26096e202
4415Author: Nick <nick@xfce.org>
4416Date:   Tue Nov 19 12:33:45 2013 +0100
4417
4418    I18n: Update translation nb (62%).
4419
4420    42 translated messages, 25 untranslated messages.
4421
4422    Transifex (https://www.transifex.com/projects/p/xfce/).
4423
4424commit 7559c7cd06c76dc7a2b167609f03e5db212341d7
4425Author: Nick <nick@xfce.org>
4426Date:   Tue Nov 19 12:33:45 2013 +0100
4427
4428    I18n: Update translation lv (62%).
4429
4430    42 translated messages, 25 untranslated messages.
4431
4432    Transifex (https://www.transifex.com/projects/p/xfce/).
4433
4434commit 96e9396ce965b632ff8707ea46e1f795ddf9330f
4435Author: Nick <nick@xfce.org>
4436Date:   Tue Nov 19 12:33:45 2013 +0100
4437
4438    I18n: Update translation kk (100%).
4439
4440    67 translated messages.
4441
4442    Transifex (https://www.transifex.com/projects/p/xfce/).
4443
4444commit a81f8d492b9a14653e1631f9028a966ff9a28627
4445Author: Nick <nick@xfce.org>
4446Date:   Tue Nov 19 12:33:45 2013 +0100
4447
4448    I18n: Update translation id (100%).
4449
4450    67 translated messages.
4451
4452    Transifex (https://www.transifex.com/projects/p/xfce/).
4453
4454commit 35aafabb0f9658454477de71beaba4bd6d4a4e2a
4455Author: Nick <nick@xfce.org>
4456Date:   Tue Nov 19 12:33:45 2013 +0100
4457
4458    I18n: Update translation hu (100%).
4459
4460    67 translated messages.
4461
4462    Transifex (https://www.transifex.com/projects/p/xfce/).
4463
4464commit 5a8d4a9869711cf2ae0d023d9713787cad4858ed
4465Author: Nick <nick@xfce.org>
4466Date:   Tue Nov 19 12:33:45 2013 +0100
4467
4468    I18n: Update translation gl (100%).
4469
4470    67 translated messages.
4471
4472    Transifex (https://www.transifex.com/projects/p/xfce/).
4473
4474commit 4d11729d3a23acad1e870dae0d8cae3465138281
4475Author: Nick <nick@xfce.org>
4476Date:   Tue Nov 19 12:33:45 2013 +0100
4477
4478    I18n: Update translation eu (100%).
4479
4480    67 translated messages.
4481
4482    Transifex (https://www.transifex.com/projects/p/xfce/).
4483
4484commit 43b2a6f65653b3c77b0bb64c8c3d266924ccf0e3
4485Author: Nick <nick@xfce.org>
4486Date:   Tue Nov 19 12:33:45 2013 +0100
4487
4488    I18n: Update translation es (100%).
4489
4490    67 translated messages.
4491
4492    Transifex (https://www.transifex.com/projects/p/xfce/).
4493
4494commit a17644db67426077045c862ae2bee904d95835fd
4495Author: Nick <nick@xfce.org>
4496Date:   Tue Nov 19 12:33:45 2013 +0100
4497
4498    I18n: Update translation en_GB (100%).
4499
4500    67 translated messages.
4501
4502    Transifex (https://www.transifex.com/projects/p/xfce/).
4503
4504commit af6c5f47e8c61ed0e6a284a2449d7bd6fd374859
4505Author: Nick <nick@xfce.org>
4506Date:   Tue Nov 19 12:33:44 2013 +0100
4507
4508    I18n: Update translation el (100%).
4509
4510    67 translated messages.
4511
4512    Transifex (https://www.transifex.com/projects/p/xfce/).
4513
4514commit 29b2434d6c453eef0c4193af7134717085874c15
4515Author: Nick <nick@xfce.org>
4516Date:   Tue Nov 19 12:33:44 2013 +0100
4517
4518    I18n: Update translation de (100%).
4519
4520    67 translated messages.
4521
4522    Transifex (https://www.transifex.com/projects/p/xfce/).
4523
4524commit 78a15930a136b79adc88499c4c26e687e3922d82
4525Author: Nick <nick@xfce.org>
4526Date:   Tue Nov 19 12:33:44 2013 +0100
4527
4528    I18n: Update translation da (100%).
4529
4530    67 translated messages.
4531
4532    Transifex (https://www.transifex.com/projects/p/xfce/).
4533
4534commit c7e113d62de22d3d58458670141c4d5684e5d269
4535Author: Nick <nick@xfce.org>
4536Date:   Tue Nov 19 12:33:44 2013 +0100
4537
4538    I18n: Update translation cs (100%).
4539
4540    67 translated messages.
4541
4542    Transifex (https://www.transifex.com/projects/p/xfce/).
4543
4544commit 4720fd7e69b66f600171d354cb9ff0f6422b0b19
4545Author: Nick <nick@xfce.org>
4546Date:   Tue Nov 19 12:33:44 2013 +0100
4547
4548    I18n: Update translation ca (100%).
4549
4550    67 translated messages.
4551
4552    Transifex (https://www.transifex.com/projects/p/xfce/).
4553
4554commit 8171dda73a8cb9887b3aa039d74596212dea80eb
4555Author: Nick <nick@xfce.org>
4556Date:   Tue Nov 19 12:33:44 2013 +0100
4557
4558    I18n: Update translation bn (62%).
4559
4560    42 translated messages, 25 untranslated messages.
4561
4562    Transifex (https://www.transifex.com/projects/p/xfce/).
4563
4564commit d027ee4572735a993625d3ade7525e675c7df57f
4565Author: Nick <nick@xfce.org>
4566Date:   Tue Nov 19 12:33:44 2013 +0100
4567
4568    I18n: Update translation ast (59%).
4569
4570    40 translated messages, 27 untranslated messages.
4571
4572    Transifex (https://www.transifex.com/projects/p/xfce/).
4573
4574commit ef0605b63e4204890c07256d54c913ba12d3c55b
4575Author: Nick <nick@xfce.org>
4576Date:   Tue Nov 19 12:33:44 2013 +0100
4577
4578    I18n: Update translation ar (100%).
4579
4580    67 translated messages.
4581
4582    Transifex (https://www.transifex.com/projects/p/xfce/).
4583
4584commit 06485af554e844e80a3e2fe8c5e7f9ab0c5ea63c
4585Author: Cedric31 <cvalmary@yahoo.fr>
4586Date:   Fri Nov 15 00:31:44 2013 +0100
4587
4588    I18n: Add new translation oc (100%).
4589
4590    67 translated messages.
4591
4592    Transifex (https://www.transifex.com/projects/p/xfce/).
4593
4594commit 9cce1cadf8bf3d473bd7167ae4e6e2ce7f66dd23
4595Author: Puretech <terjemah.puretech@gmail.com>
4596Date:   Thu Nov 14 12:31:52 2013 +0100
4597
4598    I18n: Add new translation ms (100%).
4599
4600    67 translated messages.
4601
4602    Transifex (https://www.transifex.com/projects/p/xfce/).
4603
4604commit 4ad3f00a5ca1646ecc2b67310f7f9bc203623ea4
4605Author: theppitak <theppitak@gmail.com>
4606Date:   Wed Nov 6 12:31:56 2013 +0100
4607
4608    I18n: Add new translation th (100%).
4609
4610    67 translated messages.
4611
4612    Transifex (https://www.transifex.com/projects/p/xfce/).
4613
4614commit 732179075a938633b5f91a2d3873d6b0800c295d
4615Author: Pjotr123 <pjotrvertaalt@gmail.com>
4616Date:   Thu Sep 19 18:33:29 2013 +0200
4617
4618    I18n: Update translation nl (100%).
4619
4620    67 translated messages.
4621
4622    Transifex (https://www.transifex.com/projects/p/xfce/).
4623
4624commit 029a7914234a263929cb3abfbd0c6530d820b07c
4625Author: Ivica  Kolić <ikoli@yahoo.com>
4626Date:   Tue Sep 10 00:32:16 2013 +0200
4627
4628    I18n: Update translation hr (56%).
4629
4630    38 translated messages, 29 untranslated messages.
4631
4632    Transifex (https://www.transifex.com/projects/p/xfce/).
4633
4634commit 0c565e5c36e7c25fde3db269a2565c94c0d1812d
4635Author: cri <cri.penta@gmail.com>
4636Date:   Thu Sep 5 00:32:08 2013 +0200
4637
4638    I18n: Update translation it (100%).
4639
4640    67 translated messages.
4641
4642    Transifex (https://www.transifex.com/projects/p/xfce/).
4643
4644commit 3d5a9c38699832bc614198ef0331d0f7bd1574fb
4645Author: jc1 <jc1.quebecos@gmail.com>
4646Date:   Mon Jul 29 18:32:25 2013 +0200
4647
4648    I18n: Update translation fr (100%).
4649
4650    67 translated messages.
4651
4652    Transifex (https://www.transifex.com/projects/p/xfce/).
4653
4654commit b3c5b18105a4285f9ea398313592a7a5082d35f4
4655Author: k3lt01 <keltoiboy@gmail.com>
4656Date:   Mon Jul 29 12:35:03 2013 +0200
4657
4658    I18n: Add new translation en_AU (100%).
4659
4660    67 translated messages.
4661
4662    Transifex (https://www.transifex.com/projects/p/xfce/).
4663
4664commit a8019b112171e76707af118ae9f208ef56eb87ad
4665Author: Nick Schermer <nick@xfce.org>
4666Date:   Sat Jul 13 22:09:42 2013 +0200
4667
4668    Remove unneeded files.
4669
4670commit 455fe498dd1aa54a9321dd38f04c1c76ad1ee5cc
4671Author: Nick Schermer <nick@xfce.org>
4672Date:   Thu Jul 11 22:35:36 2013 +0200
4673
4674    Fix previous commit.
4675
4676commit 5719a34aad35eb1e91c595006c11d7b7978a0488
4677Author: Nick Schermer <nick@xfce.org>
4678Date:   Thu Jul 11 22:26:53 2013 +0200
4679
4680    Drop deprecated function.
4681
4682commit ad34d1cd10c2df8568d02bcb4975d7c64ba3b6f6
4683Author: Pjotr vertaalt <pjotrvertaalt@gmail.com>
4684Date:   Thu Apr 25 19:50:22 2013 +0200
4685
4686    l10n: Updated Dutch (Flemish) (nl) translation to 100%
4687
4688    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4689
4690    Transmitted-via: Transifex (translations.xfce.org).
4691
4692commit 160ea9537e14f333c4fd3d8c105b93e23076cb55
4693Author: Seong-ho Cho <darkcircle.0426@gmail.com>
4694Date:   Sun Mar 24 15:53:24 2013 +0100
4695
4696    l10n: Updated Korean (ko) translation to 100%
4697
4698    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4699
4700    Transmitted-via: Transifex (translations.xfce.org).
4701
4702commit 7be63152efa29ae716e746602fb59705169a8d4d
4703Author: Kiril Kirilov <cybercop_montana@abv.bg>
4704Date:   Sun Jan 27 10:35:32 2013 +0100
4705
4706    l10n: Updates to Blgarian translation
4707
4708    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4709
4710    Transmitted-via: Transifex (translations.xfce.org).
4711
4712commit 233f7d3a9b0f98b794548433cead77633aab5f7d
4713Author: Nick Schermer <nick@xfce.org>
4714Date:   Sun Jan 6 12:46:47 2013 +0100
4715
4716    Simplify checks.
4717
4718commit 3801fd3f5967a7b5a651f7f1954bca87dbc4d1ab
4719Author: Nick Schermer <nick@xfce.org>
4720Date:   Sun Jan 6 12:20:30 2013 +0100
4721
4722    Autotools updates.
4723
4724commit 7948aeff791dd7acc276431938a3446ad85469f3
4725Author: Seong-ho Cho <darkcircle.0426@gmail.com>
4726Date:   Sun Nov 18 07:10:18 2012 +0100
4727
4728    l10n: Updated Korean (ko) translation to 100%
4729
4730    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4731
4732    Transmitted-via: Transifex (translations.xfce.org).
4733
4734commit 111074e7158063508cbfaeff794cb23d03173f19
4735Author: محمد الحرقان <malham1@gmail.com>
4736Date:   Sun Nov 11 20:27:58 2012 +0100
4737
4738    l10n: Updated Arabic (ar) translation to 100%
4739
4740    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4741
4742    Transmitted-via: Transifex (translations.xfce.org).
4743
4744commit 59a09ced038e55715796f36ba56caa4421d8a1bf
4745Author: Nick Schermer <nick@xfce.org>
4746Date:   Tue Nov 6 19:26:16 2012 +0100
4747
4748    Use new glib 2.32 mutex api.
4749
4750commit 8d750317a679ef79ddac324972603b74df4782fb
4751Author: Gheyret Kenji <gheyret@yahoo.com>
4752Date:   Wed Oct 24 05:19:48 2012 +0200
4753
4754    l10n: Updated Uyghur (ug) translation to 100%
4755
4756    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4757
4758    Transmitted-via: Transifex (translations.xfce.org).
4759
4760commit f1c80fa67211ab2b95baffcb507818f88710fa2b
4761Author: Gheyret Kenji <gheyret@yahoo.com>
4762Date:   Mon Jul 16 08:19:10 2012 +0200
4763
4764    l10n: Updated Uyghur (ug) translation to 100%
4765
4766    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4767
4768    Transmitted-via: Transifex (translations.xfce.org).
4769
4770commit 23bd70299c6d2488c2335be2a139eb40765a601c
4771Author: Gheyret Kenji <gheyret@yahoo.com>
4772Date:   Mon Jul 16 04:41:05 2012 +0200
4773
4774    l10n: Updated Uyghur (ug) translation to 100%
4775
4776    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4777
4778    Transmitted-via: Transifex (translations.xfce.org).
4779
4780commit 8c069bbb31db1669275f8196b53387063bd13581
4781Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
4782Date:   Thu Jul 5 23:23:47 2012 +0200
4783
4784    l10n: New Serbian translation
4785
4786    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4787
4788    Transmitted-via: Transifex (translations.xfce.org).
4789
4790commit acc3d230add2e6bb292e98ea748224a18266f474
4791Author: Sveinn í Felli <sveinki@nett.is>
4792Date:   Mon Jul 2 17:29:54 2012 +0200
4793
4794    l10n: Updated Icelandic (is) translation to 22%
4795
4796    New status: 15 messages complete with 0 fuzzies and 52 untranslated.
4797
4798    Transmitted-via: Transifex (translations.xfce.org).
4799
4800commit 8475e8a0a69645f1c07c6ce2561916e27b8960b9
4801Author: Gheyret Kenji <gheyret@yahoo.com>
4802Date:   Thu May 31 07:40:16 2012 +0200
4803
4804    l10n: Updated Uyghur (ug) translation to 65%
4805
4806    New status: 44 messages complete with 0 fuzzies and 23 untranslated.
4807
4808    Transmitted-via: Transifex (translations.xfce.org).
4809
4810commit d3dc4613bd94601ea6adaad7904d8d42864a9364
4811Author: Nick Schermer <nick@xfce.org>
4812Date:   Sat Apr 28 21:57:05 2012 +0200
4813
4814    Post release tag bump.
4815
4816commit 0a0d8be6c90c64aa8d594e82e1867af39d9e3075
4817Author: Nick Schermer <nick@xfce.org>
4818Date:   Sat Apr 28 21:51:45 2012 +0200
4819
4820    Updates for release.
4821
4822commit 4e0ea06078130a5e63fa1e0afd16b109b6502b03
4823Author: Mișu Moldovan <dumol@xfce.org>
4824Date:   Fri Apr 27 23:53:13 2012 +0200
4825
4826    l10n: Updated Romanian (ro) translation to 100%
4827
4828    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4829
4830    Transmitted-via: Transifex (translations.xfce.org).
4831
4832commit 0d1a5d3b4c4cca7c39b8eecfc68c3eb51f2cdedb
4833Author: Nuno Miguel <nunomgue@gmail.com>
4834Date:   Fri Apr 27 00:34:00 2012 +0200
4835
4836    l10n: Updated Portuguese (pt) translation to 100%
4837
4838    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4839
4840    Transmitted-via: Transifex (translations.xfce.org).
4841
4842commit 1f71b67a9bc68a1cd4ed0cae45dec1c4b9b63cd3
4843Author: Chipong Luo <chipong.luo@yahoo.com>
4844Date:   Tue Apr 24 12:36:44 2012 +0200
4845
4846    l10n: Updated Chinese (China) (zh_CN) translation to 100%
4847
4848    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4849
4850    Transmitted-via: Transifex (translations.xfce.org).
4851
4852commit 5ce79440801208e55bd6d1856c3099cc7e3cfcd3
4853Author: Nick Schermer <nick@xfce.org>
4854Date:   Sun Apr 22 21:29:38 2012 +0200
4855
4856    Don't emit property-changed on cancelled calls.
4857
4858commit c30eab4ed3a74fd055a4cefc348ea1818ed975d2
4859Author: Chipong Luo <chipong.luo@yahoo.com>
4860Date:   Fri Apr 20 15:02:05 2012 +0200
4861
4862    l10n: Updated Chinese (China) (zh_CN) translation to 100%
4863
4864    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4865
4866    Transmitted-via: Transifex (translations.xfce.org).
4867
4868commit 1ac55249cb4981ca4169ffb99cf9c5c96b19ca29
4869Author: Nick Schermer <nick@xfce.org>
4870Date:   Thu Apr 19 19:25:56 2012 +0200
4871
4872    Accept NULL as a string value (bug #8726).
4873
4874    The new utf8 checks were aborting, while null is a
4875    valid value for strings.
4876
4877commit f206c1da605d4a8a1c8a136d4a367a51fc3a5629
4878Author: Nick Schermer <nick@xfce.org>
4879Date:   Thu Apr 19 19:23:43 2012 +0200
4880
4881    Filter out dups in abicheck.sh.
4882
4883commit 0249f8141dcd160296650045dff8411da40eaf52
4884Author: Jeff Bailes <thepizzaking@gmail.com>
4885Date:   Thu Apr 19 08:32:39 2012 +0200
4886
4887    l10n: Updated English (United Kingdom) (en_GB) translation to 100%
4888
4889    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4890
4891    Transmitted-via: Transifex (translations.xfce.org).
4892
4893commit 88fac82d41cdc1b86cbd5aae8656fb093c85ddaa
4894Author: Jeff Bailes <thepizzaking@gmail.com>
4895Date:   Thu Apr 19 08:29:45 2012 +0200
4896
4897    l10n: Updated English (United Kingdom) (en_GB) translation to None%
4898
4899    New status: 0 messages complete with 0 fuzzies and 0 untranslated.
4900
4901    Transmitted-via: Transifex (translations.xfce.org).
4902
4903commit 9fbf8cd43ddc50b289dab94ec825c05d556f63c4
4904Author: Landry Breuil <landry@rhaalovely.net>
4905Date:   Wed Apr 18 22:17:59 2012 +0200
4906
4907    Check abicheck.sh to be more portable (bug #8702).
4908
4909commit a6d76023707237a8c48f47a917c41013366b285f
4910Author: Nick Schermer <nick@xfce.org>
4911Date:   Wed Apr 18 21:06:07 2012 +0200
4912
4913    Drop deprecated g_mapped_file_free.
4914
4915commit 60931557ee90ef7fc40daf2547e7047545140d66
4916Author: Nick Schermer <nick@xfce.org>
4917Date:   Wed Apr 18 19:53:37 2012 +0200
4918
4919    And another g_value_get_char.
4920
4921commit b86f57645efc88921eb2111323a287c5260bd4d6
4922Author: Nick Schermer <nick@xfce.org>
4923Date:   Wed Apr 18 19:37:36 2012 +0200
4924
4925    Two other g_value_get_char's.
4926
4927commit ce318f06599f9b2e29a6708bde4c51fd016db3fb
4928Author: Nick Schermer <nick@xfce.org>
4929Date:   Wed Apr 18 19:13:12 2012 +0200
4930
4931    Fix more deprecated  g_value_set_char (bug #8690).
4932
4933commit 13455e6df99e6b4639cdca308c6e6042509379e1
4934Author: Nick Schermer <nick@xfce.org>
4935Date:   Tue Apr 17 21:50:42 2012 +0200
4936
4937    Don't use deprecated function.
4938
4939commit ba6163a09b8aff9d99298d7031695d0c8bf40d65
4940Author: Nick Schermer <nick@xfce.org>
4941Date:   Tue Apr 17 21:36:26 2012 +0200
4942
4943    Explicitly link against gthread (bug #8713).
4944
4945commit 6c6a2ff365e593d16ec89c717e83ef1270f48002
4946Author: Seong-ho Cho <darkcircle.0426@gmail.com>
4947Date:   Tue Apr 17 15:38:34 2012 +0200
4948
4949    l10n: Updated Korean (ko) translation to 100%
4950
4951    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4952
4953    Transmitted-via: Transifex (translations.xfce.org).
4954
4955commit 2ae5c7e0cd3a5afbb350a5761366b972bf85f79b
4956Author: Pjotr Anon <pliniusminor@gmail.com>
4957Date:   Tue Apr 17 00:00:24 2012 +0200
4958
4959    l10n: Updated Dutch (Flemish) (nl) translation to 100%
4960
4961    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
4962
4963    Transmitted-via: Transifex (translations.xfce.org).
4964
4965commit 56788f86088426fd0092b5571a98c63bb9044160
4966Author: Nick Schermer <nick@xfce.org>
4967Date:   Sat Apr 14 08:43:55 2012 +0200
4968
4969    Fix broken translation.
4970
4971commit ebf6688b61654681ce769f447da8d7e3cff5b3e0
4972Author: martinamca <martinamca@gmail.com>
4973Date:   Fri Apr 13 23:54:45 2012 +0200
4974
4975    l10n: Updated Turkish (tr) translation to None%
4976
4977    New status: 0 messages complete with 0 fuzzies and 0 untranslated.
4978
4979    Transmitted-via: Transifex (translations.xfce.org).
4980
4981commit 95aa51d4245377ca2a7b2aa96b47bd8e81bb3f02
4982Author: Nick Schermer <nick@xfce.org>
4983Date:   Fri Apr 13 22:58:06 2012 +0200
4984
4985    Post release tag bump.
4986
4987commit 07dd39da965da0b2060dad4823534f39b58bd75a
4988Author: Nick Schermer <nick@xfce.org>
4989Date:   Fri Apr 13 22:55:55 2012 +0200
4990
4991    Updates for release.
4992
4993commit 3c99383dcef3fd059c5be1fe28fd007718406d7b
4994Author: Nick Schermer <nick@xfce.org>
4995Date:   Fri Apr 13 22:53:21 2012 +0200
4996
4997    Match NEWS layout in other modules.
4998
4999commit 93e8623827e34b15694f4f2bb305e6171d8a8ecf
5000Author: Nick Schermer <nick@xfce.org>
5001Date:   Fri Apr 13 17:50:15 2012 +0200
5002
5003    Don't use deprecated g_value_set_char (bug #8690).
5004
5005commit 53a1425b3bcd4fcfa8cec130ea3fb5ed163eb83e
5006Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5007Date:   Fri Apr 13 13:19:20 2012 +0200
5008
5009    l10n: Updated Korean (ko) translation to 100%
5010
5011    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5012
5013    Transmitted-via: Transifex (translations.xfce.org).
5014
5015commit 5bd5acf42113cde1f2815e286e866376d9bd3623
5016Author: Nuno Miguel <nunomgue@gmail.com>
5017Date:   Thu Apr 12 19:10:35 2012 +0200
5018
5019    l10n: Updated Portuguese (pt) translation to 100%
5020
5021    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5022
5023    Transmitted-via: Transifex (translations.xfce.org).
5024
5025commit 0ce2d1f0dba296c0e8019c96189b54a0c58b7af3
5026Author: Piotr Sokół <psokol@jabster.pl>
5027Date:   Thu Apr 12 10:16:05 2012 +0200
5028
5029    l10n: Updated Polish (pl) translation to 100%
5030
5031    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5032
5033    Transmitted-via: Transifex (translations.xfce.org).
5034
5035commit bba06277038b6da60a190c01abaf071c2e0f060d
5036Author: Masato Hashimoto <hashimo@xfce.org>
5037Date:   Wed Apr 11 15:26:33 2012 +0200
5038
5039    l10n: Updated Japanese (ja) translation to 100%
5040
5041    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5042
5043    Transmitted-via: Transifex (translations.xfce.org).
5044
5045commit f2d17bc26702de029ddccbfa30cb3d0165036207
5046Author: Alper Tekinalp <alper.tekinalp@gmail.com>
5047Date:   Mon Apr 9 21:49:43 2012 +0200
5048
5049    l10n: Updated Turkish (tr) translation to 94%
5050
5051    New status: 63 messages complete with 4 fuzzies and 0 untranslated.
5052
5053    Transmitted-via: Transifex (translations.xfce.org).
5054
5055commit 22ff8f42eb74a64d6f768c6bbea9810d0f832a55
5056Author: Alper Tekinalp <alper.tekinalp@gmail.com>
5057Date:   Mon Apr 9 21:45:37 2012 +0200
5058
5059    l10n: Updated Turkish (tr) translation to None%
5060
5061    New status: 0 messages complete with 0 fuzzies and 0 untranslated.
5062
5063    Transmitted-via: Transifex (translations.xfce.org).
5064
5065commit 7d52f7bea120ee92e597947a51107cbc98d77bfb
5066Author: Nick Schermer <nick@xfce.org>
5067Date:   Mon Apr 9 18:24:02 2012 +0200
5068
5069    Fix comment in perl package info (bug #8661).
5070
5071commit f963750e7577c3940a2bc7e0a331a9df6080c34d
5072Author: Efstathios Iosifidis <iefstathios@gmail.com>
5073Date:   Mon Apr 9 18:18:58 2012 +0200
5074
5075    l10n: Updated Greek (el) translation to 100%
5076
5077    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5078
5079    Transmitted-via: Transifex (translations.xfce.org).
5080
5081commit c2490a198aa2e52d1b3696c062f11ec0a96a3bd6
5082Author: Nick Schermer <nick@xfce.org>
5083Date:   Sat Apr 7 18:27:57 2012 +0200
5084
5085    Bump package dependency versions.
5086
5087commit d4b1ebad5f844db4d1e0c734ae8f91784c7edcbf
5088Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5089Date:   Thu Apr 5 08:51:48 2012 +0200
5090
5091    l10n: Updated Korean (ko) translation to 100%
5092
5093    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5094
5095    Transmitted-via: Transifex (translations.xfce.org).
5096
5097commit 40700c44c406409291bcf689b1a779b46c4f5c16
5098Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5099Date:   Wed Apr 4 22:47:13 2012 +0200
5100
5101    l10n: Updated Korean (ko) translation to 100%
5102
5103    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5104
5105    Transmitted-via: Transifex (translations.xfce.org).
5106
5107commit 34cc66130b02db91f2d8c50ef1bc290757c3ff57
5108Author: Pjotr Anon <pliniusminor@gmail.com>
5109Date:   Mon Apr 2 12:25:15 2012 +0200
5110
5111    l10n: Updated Dutch (Flemish) (nl) translation to 100%
5112
5113    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5114
5115    Transmitted-via: Transifex (translations.xfce.org).
5116
5117commit 3b8c2b32a9227831dfc1d32e8fbc4208f4aa0482
5118Author: Pjotr Anon <pliniusminor@gmail.com>
5119Date:   Mon Apr 2 12:24:16 2012 +0200
5120
5121    l10n: Updated Dutch (Flemish) (nl) translation to 100%
5122
5123    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5124
5125    Transmitted-via: Transifex (translations.xfce.org).
5126
5127commit 84e4df3e0703fc4487a2996f0e2db569776e620e
5128Author: Nick Schermer <nick@xfce.org>
5129Date:   Sun Apr 1 18:01:14 2012 +0200
5130
5131    UTF-8 check xfconf strings.
5132
5133    DBus messages need to be utf-8 valid, resulting in strange aborts
5134    when this is not the case. Better break early.
5135
5136commit dceb415dadda97b0d2cba7784603ff7c1c731484
5137Author: Nick Schermer <nick@xfce.org>
5138Date:   Sun Apr 1 17:59:05 2012 +0200
5139
5140    Do not dup strings.
5141
5142    g_value_copy makes a duplicated of the value in any case for
5143    the cache and the value is unset at the end of the function,
5144    so it can be static safely.
5145
5146commit c14d8d9563aebd05551ff5418d0411dfbbbc71d1
5147Author: Nick Schermer <nick@xfce.org>
5148Date:   Fri Mar 30 23:10:47 2012 +0200
5149
5150    Use LT_PREREQ and LT_INIT.
5151
5152commit 9290560e8da70d8d616e1d8a2e4bdd577d47a75a
5153Author: Mario Blättermann <mario.blaettermann@gmail.com>
5154Date:   Thu Mar 29 11:50:03 2012 +0200
5155
5156    l10n: Updated German (de) translation to 100%
5157
5158    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5159
5160    Transmitted-via: Transifex (translations.xfce.org).
5161
5162commit 1710e722a9df430c07c29d8ace28816e4bd7ae0d
5163Author: Nick Schermer <nick@xfce.org>
5164Date:   Wed Mar 28 18:09:27 2012 +0200
5165
5166    Post release tag bump.
5167
5168commit 65e2c3618cecf848bfe1e8951a0e13d1bd3b6ca7
5169Author: Nick Schermer <nick@xfce.org>
5170Date:   Wed Mar 28 17:33:52 2012 +0200
5171
5172    Updates for release.
5173
5174commit 88a11831c2cba6d9770d4c536250f62db4e23c69
5175Author: Kamil Polczak <elderlinx@gmail.com>
5176Date:   Wed Mar 14 17:24:59 2012 +0100
5177
5178    l10n: Updated Polish (pl) translation to 100%
5179
5180    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5181
5182    Transmitted-via: Transifex (translations.xfce.org).
5183
5184commit f74021b4cc373388c77fec3f5bd1527657ef4ca0
5185Author: Chipong Luo <chipong.luo@yahoo.com>
5186Date:   Sun Mar 11 05:25:19 2012 +0100
5187
5188    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5189
5190    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5191
5192    Transmitted-via: Transifex (translations.xfce.org).
5193
5194commit 302843bfb09bdeb59596cbd07dbdf06b333062ab
5195Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5196Date:   Thu Mar 8 22:58:38 2012 +0100
5197
5198    l10n: Updated Korean (ko) translation to 100%
5199
5200    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5201
5202    Transmitted-via: Transifex (translations.xfce.org).
5203
5204commit 3f5ed5a2f297728b089895f5d6a1a5183a41ff60
5205Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5206Date:   Thu Mar 8 22:30:04 2012 +0100
5207
5208    l10n: Updated Korean (ko) translation to 100%
5209
5210    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5211
5212    Transmitted-via: Transifex (translations.xfce.org).
5213
5214commit 139f9af225eea6bff72664fa255e4ef84030653c
5215Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5216Date:   Thu Mar 1 20:20:07 2012 +0100
5217
5218    l10n: Updated Korean (ko) translation to 100%
5219
5220    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5221
5222    Transmitted-via: Transifex (translations.xfce.org).
5223
5224commit 4e6c6b37139b095e6b5a553ca269fb8ecafa1925
5225Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5226Date:   Tue Feb 28 17:02:16 2012 +0100
5227
5228    l10n: Updated Korean (ko) translation to 100%
5229
5230    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5231
5232    Transmitted-via: Transifex (translations.xfce.org).
5233
5234commit 624e45fa811633743f247a23d6f6579320de7afc
5235Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
5236Date:   Fri Feb 24 22:06:49 2012 +0100
5237
5238    l10n: Updated Arabic (ar) translation to 100%
5239
5240    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5241
5242    Transmitted-via: Transifex (translations.xfce.org).
5243
5244commit f255d275dd4fe4b305485d8c012c1b00204dd13a
5245Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5246Date:   Mon Feb 20 19:22:43 2012 +0100
5247
5248    l10n: Updated Korean (ko) translation to 100%
5249
5250    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5251
5252    Transmitted-via: Transifex (translations.xfce.org).
5253
5254commit ea4a210befd49e3e7493da4ee9b94ae805ce3771
5255Author: Chipong Luo <chipong.luo@yahoo.com>
5256Date:   Wed Feb 8 10:25:57 2012 +0100
5257
5258    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5259
5260    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5261
5262    Transmitted-via: Transifex (translations.xfce.org).
5263
5264commit 09a38374b0e081adf64bd0cfaab865f838c7b63e
5265Author: Chipong Luo <chipong.luo@yahoo.com>
5266Date:   Wed Feb 8 07:42:35 2012 +0100
5267
5268    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5269
5270    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5271
5272    Transmitted-via: Transifex (translations.xfce.org).
5273
5274commit bb6552e3ad6d4b87780a768ea1bc4769bb11a0c6
5275Author: Chipong Luo <chipong_l@yahoo.com>
5276Date:   Tue Feb 7 12:10:13 2012 +0100
5277
5278    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5279
5280    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5281
5282    Transmitted-via: Transifex (translations.xfce.org).
5283
5284commit 6ea34c73b16fa0bba44231043c2ea952073ce25a
5285Author: Benoit THIBAUD <frombenny@gmail.com>
5286Date:   Fri Feb 3 20:57:28 2012 +0100
5287
5288    l10n: Updated French (fr) translation to 100%
5289
5290    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5291
5292    Transmitted-via: Transifex (translations.xfce.org).
5293
5294commit a4e18f8c07132142929b97985a74d2c85c5b32ae
5295Author: Benoit THIBAUD <frombenny@gmail.com>
5296Date:   Fri Feb 3 20:49:57 2012 +0100
5297
5298    l10n: Updated French (fr) translation to 100%
5299
5300    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5301
5302    Transmitted-via: Transifex (translations.xfce.org).
5303
5304commit 54b867f0329d46df6b6db04d1ccae18059be87f5
5305Author: Benoit THIBAUD <frombenny@gmail.com>
5306Date:   Fri Feb 3 20:31:48 2012 +0100
5307
5308    l10n: Updated French (fr) translation to None%
5309
5310    New status: 0 messages complete with 0 fuzzies and 0 untranslated.
5311
5312    Transmitted-via: Transifex (translations.xfce.org).
5313
5314commit d89bd7e499ab288ef1bebae36c4716e87dedc5a3
5315Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
5316Date:   Sun Jan 29 15:01:31 2012 +0100
5317
5318    l10n: Updated Arabic (ar) translation to 100%
5319
5320    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5321
5322    Transmitted-via: Transifex (translations.xfce.org).
5323
5324commit 3804b0e0c2a96097e3a99cb1977c3dede71bf984
5325Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
5326Date:   Tue Jan 24 23:29:07 2012 +0100
5327
5328    l10n: Updated Arabic (ar) translation to 94%
5329
5330    New status: 63 messages complete with 4 fuzzies and 0 untranslated.
5331
5332    Transmitted-via: Transifex (translations.xfce.org).
5333
5334commit e9a057be92dd7f5f7dcfa33da656833696140b6b
5335Author: Eivind Ødegård <gingermig@yahoo.no>
5336Date:   Mon Jan 23 23:27:31 2012 +0100
5337
5338    l10n: Added Norwegian Nynorsk translation
5339
5340    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5341
5342    Transmitted-via: Transifex (translations.xfce.org).
5343
5344commit f795adc5ec4a69e82886d13fa7ed9726023e52c5
5345Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
5346Date:   Thu Jan 19 23:55:43 2012 +0100
5347
5348    l10n: Updated Arabic (ar) translation to 50%
5349
5350    New status: 34 messages complete with 10 fuzzies and 23 untranslated.
5351
5352    Transmitted-via: Transifex (translations.xfce.org).
5353
5354commit cc266f3266f62690fcbac2b2f8b8bd2fca044a3e
5355Author: Sergio Marques <smarquespt@gmail.com>
5356Date:   Wed Jan 18 13:37:10 2012 +0100
5357
5358    l10n: Updated Portuguese (pt) translation to 100%
5359
5360    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5361
5362    Transmitted-via: Transifex (translations.xfce.org).
5363
5364commit 9870e8660ac510e7867625ed0bf0803504b896a4
5365Author: Gabor Kelemen <kelemeng@gnome.hu>
5366Date:   Mon Jan 16 03:38:36 2012 +0100
5367
5368    l10n: Updated Hungarian (hu) translation to 100%
5369
5370    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5371
5372    Transmitted-via: Transifex (translations.xfce.org).
5373
5374commit ca6d3fb90a1bf1b3bfda5e29f315a5f6e5d6c1ae
5375Author: Algimantas Margevičius <gymka@mail.ru>
5376Date:   Tue Jan 10 09:05:04 2012 +0100
5377
5378    l10n: Added Lithuanian language
5379
5380    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5381
5382    Transmitted-via: Transifex (translations.xfce.org).
5383
5384commit 6e21e4d3f9d4d1653077d3fdfa0d056b08cdca73
5385Author: Alper Tekinalp <alper.tekinalp@gmail.com>
5386Date:   Fri Dec 30 14:50:47 2011 +0100
5387
5388    l10n: Updated Turkish (tr) translation to 77%
5389
5390    New status: 52 messages complete with 15 fuzzies and 0 untranslated.
5391
5392    Transmitted-via: Transifex (translations.xfce.org).
5393
5394commit f73893a037195c30b90851315ed0be88ac4c72d4
5395Author: Alper Tekinalp <alper.tekinalp@gmail.com>
5396Date:   Fri Dec 30 14:49:01 2011 +0100
5397
5398    l10n: Updated Turkish (tr) translation to 74%
5399
5400    New status: 50 messages complete with 16 fuzzies and 1 untranslated.
5401
5402    Transmitted-via: Transifex (translations.xfce.org).
5403
5404commit cdcbb6a3a68e9645f6b286d8cb0c420e378261c1
5405Author: Olivier Fourdan <fourdan@xfce.org>
5406Date:   Tue Dec 20 10:57:27 2011 +0100
5407
5408    Fix double free crash (bug #8169).
5409
5410    In xfconf_cache_set_property_reply_handler() if the item is not found in
5411    cache->properties, the function exit (goto out;) without removing the
5412    old_property from cache->old_properties nor the call from cache->pending_calls.
5413
5414    Then when xfconf_cache_set() is called, the old_item is still found in the hash
5415    (as it wasn't removed previously) and therefore dbus_g_proxy_cancel_call() is
5416    called in a call which was completed, thus leading to the double-free and the
5417    crash.
5418
5419commit 73982b032145c35869a4143056d6f2fc31f11fc8
5420Author: Michal Várady <miko.vaji@gmail.com>
5421Date:   Mon Dec 19 00:15:16 2011 +0100
5422
5423    l10n: Updated Czech (cs) translation to 100%
5424
5425    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5426
5427    Transmitted-via: Transifex (translations.xfce.org).
5428
5429commit 176fe6ffa5195130bae8b1b0aaa7c4ca90037e59
5430Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
5431Date:   Sun Dec 18 14:46:33 2011 +0100
5432
5433    l10n: Updated Catalan (Valencian) (ca) translation to 100%
5434
5435    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5436
5437    Transmitted-via: Transifex (translations.xfce.org).
5438
5439commit 0c3449c966463eca2762a42d091860b8fa616da2
5440Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
5441Date:   Sat Dec 17 17:49:55 2011 +0100
5442
5443    l10n: Updated Kazakh (kk) translation to 100%
5444
5445    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5446
5447    Transmitted-via: Transifex (translations.xfce.org).
5448
5449commit 795da9507ed51d410b838f9733c95fa3f674bd0a
5450Author: Chipong Luo <chipong_l@yahoo.com>
5451Date:   Fri Dec 9 15:23:17 2011 +0100
5452
5453    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5454
5455    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5456
5457    Transmitted-via: Transifex (translations.xfce.org).
5458
5459commit 0cdacc1ea0eb0cff1c6fc3ec7989ac3c31e01826
5460Author: Chipong Luo <chipong_l@yahoo.com>
5461Date:   Wed Dec 7 11:12:37 2011 +0100
5462
5463    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5464
5465    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5466
5467    Transmitted-via: Transifex (translations.xfce.org).
5468
5469commit 3aedf44f7597e3202884bfd3aa38972ce61b0f6d
5470Author: Chipong Luo <chipong_l@yahoo.com>
5471Date:   Tue Dec 6 12:30:31 2011 +0100
5472
5473    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5474
5475    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5476
5477    Transmitted-via: Transifex (translations.xfce.org).
5478
5479commit e68327a2b54c1c088bc3031f419c8c502e5548cc
5480Author: Chipong Luo <chipong_l@yahoo.com>
5481Date:   Tue Dec 6 06:05:51 2011 +0100
5482
5483    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5484
5485    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5486
5487    Transmitted-via: Transifex (translations.xfce.org).
5488
5489commit e10858a4e492638af613a2d7af4f62e897d7d14c
5490Author: Sveinn í Felli <sveinki@nett.is>
5491Date:   Tue Nov 29 22:05:34 2011 +0100
5492
5493    l10n: sett inn
5494
5495    New status: 5 messages complete with 0 fuzzies and 62 untranslated.
5496
5497    Transmitted-via: Transifex (translations.xfce.org).
5498
5499commit fda896424dae06ca0bbbb74d9eab3645a30c385b
5500Author: Piotr Sokół <psokol@jabster.pl>
5501Date:   Tue Nov 29 10:03:17 2011 +0100
5502
5503    l10n: Updated Polish (pl) translation to 97%
5504
5505    New status: 65 messages complete with 0 fuzzies and 2 untranslated.
5506
5507    Transmitted-via: Transifex (translations.xfce.org).
5508
5509commit 30f105d02eda22734ccd461f321bafc861e09ece
5510Author: Nick Schermer <nick@xfce.org>
5511Date:   Mon Nov 28 21:48:22 2011 +0100
5512
5513    Fix pl translation and rebuild other.
5514
5515commit 96dbb2775467b952ce7b0d76cca9e7b606ea7d63
5516Author: Kamil Polczak <elderlinx@gmail.com>
5517Date:   Fri Nov 25 08:46:52 2011 +0100
5518
5519    l10n: Updated Polish (pl) translation to None%
5520
5521    New status: 0 messages complete with 0 fuzzies and 0 untranslated.
5522
5523    Transmitted-via: Transifex (translations.xfce.org).
5524
5525commit 2ad3e658036ca06ad4cd46b625074b9f479f7b38
5526Author: Mike Massonnet <mmassonnet@gmail.com>
5527Date:   Sun Oct 16 19:35:23 2011 +0200
5528
5529    l10n: Updated French (fr) translation to 76%
5530
5531    New status: 51 messages complete with 16 fuzzies and 0 untranslated.
5532
5533    Transmitted-via: Transifex (translations.xfce.org).
5534
5535commit 7c4411cb0672f217b41fd1d11bac8cde3f51e7c9
5536Author: Henrique P. Machado <zehrique@gmail.com>
5537Date:   Tue Sep 27 07:32:38 2011 +0200
5538
5539    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
5540
5541    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5542
5543    Transmitted-via: Transifex (translations.xfce.org).
5544
5545commit e66d386b3adc65c22aa153d03572c46c7b8bb5ab
5546Author: Seong-ho Cho <darkcircle.0426@gmail.com>
5547Date:   Tue Sep 13 00:18:07 2011 +0200
5548
5549    l10n: Submission of Korean translation for xfconf.master
5550
5551    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5552
5553    Transmitted-via: Transifex (translations.xfce.org).
5554
5555commit 13383d1ef1983dc7b8dd4f726d9a9b094f40ea27
5556Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
5557Date:   Sun Sep 11 09:22:14 2011 +0200
5558
5559    l10n: Updated Chinese (China) (zh_CN) translation to 100%
5560
5561    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5562
5563    Transmitted-via: Transifex (translations.xfce.org).
5564
5565commit 30624d5042f6168647f816eb52cd0e51c2a8a762
5566Author: Pjotr Anon <pliniusminor@gmail.com>
5567Date:   Fri Sep 9 00:22:28 2011 +0200
5568
5569    l10n: Updated Dutch (Flemish) (nl) translation to 100%
5570
5571    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5572
5573    Transmitted-via: Transifex (translations.xfce.org).
5574
5575commit c44573a57d25008e2f946a3ddf845cfaedd5a6a3
5576Author: Cheng-Chia Tseng <pswo10680@gmail.com>
5577Date:   Mon Sep 5 06:14:28 2011 +0200
5578
5579    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
5580
5581    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5582
5583    Transmitted-via: Transifex (translations.xfce.org).
5584
5585commit 3df5d52d90d5e8b0b6cfc4110d578aaada795cbf
5586Author: Alexandr Boltris <ua2fgb@gmail.com>
5587Date:   Fri Aug 26 16:35:56 2011 +0200
5588
5589    l10n: Updated Russian (ru) translation to 100%
5590
5591    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5592
5593    Transmitted-via: Transifex (translations.xfce.org).
5594
5595commit 004767d0adb43b410cabbb8004f13ece6e8a308f
5596Author: Alexandr Boltris <ua2fgb@gmail.com>
5597Date:   Fri Aug 26 08:45:14 2011 +0200
5598
5599    l10n: Updated Russian (ru) translation to 100%
5600
5601    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5602
5603    Transmitted-via: Transifex (translations.xfce.org).
5604
5605commit e55c84b2dfe243cc051878e79c0d721492f96101
5606Author: Praveen Illa <mail2ipn@gmail.com>
5607Date:   Mon Aug 22 21:59:52 2011 +0200
5608
5609    l10n: Updates to Telugu translation
5610
5611    New status: 20 messages complete with 0 fuzzies and 47 untranslated.
5612
5613    Transmitted-via: Transifex (translations.xfce.org).
5614
5615commit ab296b0492f0e45b72a4f75fcdef58b6315f52ae
5616Author: Artem Zolochevskiy <artem.zolochevskiy@gmail.com>
5617Date:   Wed Aug 17 14:16:12 2011 +0200
5618
5619    l10n: Updated Russian (ru) translation to 100%
5620
5621    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5622
5623    Transmitted-via: Transifex (translations.xfce.org).
5624
5625commit 7a7c4ab2b675aaed534ee040c612ce0c88fab09c
5626Author: Artem Zolochevskiy <artem.zolochevskiy@gmail.com>
5627Date:   Wed Aug 17 13:47:39 2011 +0200
5628
5629    l10n: Updated Russian (ru) translation to 100%
5630
5631    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5632
5633    Transmitted-via: Transifex (translations.xfce.org).
5634
5635commit be54e7aa3ffdb959e2eac5b93ae37e381c5bcd93
5636Author: Mike Massonnet <mmassonnet@gmail.com>
5637Date:   Sat Aug 6 18:48:07 2011 +0200
5638
5639    l10n: Updated French (fr) translation to 76%
5640
5641    New status: 51 messages complete with 15 fuzzies and 1 untranslated.
5642
5643    Transmitted-via: Transifex (translations.xfce.org).
5644
5645commit cb3838edce61f36de90ad1c74da8b69198769e3f
5646Author: Mike Massonnet <mmassonnet@gmail.com>
5647Date:   Sat Jul 23 10:46:38 2011 +0200
5648
5649    l10n: Updated French (fr) translation to 76%
5650
5651    New status: 51 messages complete with 15 fuzzies and 1 untranslated.
5652
5653    Transmitted-via: Transifex (translations.xfce.org).
5654
5655commit e7ba9dafae704377616d89eea9177732ebcd58bf
5656Author: Artem Zolochevskiy <artem.zolochevskiy@gmail.com>
5657Date:   Wed Jul 20 09:53:55 2011 +0200
5658
5659    l10n: Updated Russian (ru) translation to 100%
5660
5661    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5662
5663    Transmitted-via: Transifex (translations.xfce.org).
5664
5665commit cede7bd733f73905a04576ec12557cc09d22a2b5
5666Author: Andres Sanchez <afsanchez93@gmail.com>
5667Date:   Tue Jul 19 19:18:56 2011 +0200
5668
5669    l10n: Updated Spanish (Castilian) (es) translation to 100%
5670
5671    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5672
5673    Transmitted-via: Transifex (translations.xfce.org).
5674
5675commit 4d2bbd3d731e14d625b93db7fbf6cc1400b4a888
5676Author: Andres Sanchez <afsanchez93@gmail.com>
5677Date:   Tue Jul 19 19:17:05 2011 +0200
5678
5679    l10n: Updated Spanish (Castilian) (es) translation to 92%
5680
5681    New status: 62 messages complete with 4 fuzzies and 1 untranslated.
5682
5683    Transmitted-via: Transifex (translations.xfce.org).
5684
5685commit f53a48daa3a7ba23ddec1765ed8d5795bbe5e2e6
5686Author: afsanchez93 <afsanchez93@gmail.com>
5687Date:   Tue Jul 19 18:22:52 2011 +0200
5688
5689    l10n: Updated Spanish (Castilian) (es) translation to 64%
5690
5691    New status: 43 messages complete with 15 fuzzies and 9 untranslated.
5692
5693    Transmitted-via: Transifex (translations.xfce.org).
5694
5695commit 6fd4cc5a6605af6a2d703984010549c758a2c5e6
5696Author: Artem Zolochevskiy <artem.zolochevskiy@gmail.com>
5697Date:   Tue Jul 19 17:16:40 2011 +0200
5698
5699    l10n: Updated Russian (ru) translation to 100%
5700
5701    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5702
5703    Transmitted-via: Transifex (translations.xfce.org).
5704
5705commit 9d98f2311a612f6bb558c20dc8b1364f2665e127
5706Author: Jorion Anthony <pingax@frugalware.fr>
5707Date:   Tue Jul 5 16:34:57 2011 +0200
5708
5709    l10n: Updated French (fr) translation to 76%
5710
5711    New status: 51 messages complete with 12 fuzzies and 4 untranslated.
5712
5713    Transmitted-via: Transifex (translations.xfce.org).
5714
5715commit 83dafee784a9ecf891d60b9826fa0e73a84f12c5
5716Author: Jorion Anthony <pingax@frugalware.fr>
5717Date:   Tue Jul 5 16:32:26 2011 +0200
5718
5719    l10n: Updated French (fr) translation to 73%
5720
5721    New status: 49 messages complete with 12 fuzzies and 6 untranslated.
5722
5723    Transmitted-via: Transifex (translations.xfce.org).
5724
5725commit 3ddb0045851589ce2e61673174c720b46e1b5776
5726Author: Christoph Wickert <christoph.wickert@googlemail.com>
5727Date:   Mon Jun 20 21:20:09 2011 +0200
5728
5729    l10n: Updated German (de) translation to 100%
5730
5731    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5732
5733    Transmitted-via: Transifex (translations.xfce.org).
5734
5735commit 89388f8eaa2dc85faf2044c4945507aaa180dd6d
5736Author: Christoph Wickert <christoph.wickert@googlemail.com>
5737Date:   Mon Jun 20 21:18:49 2011 +0200
5738
5739    l10n: Updated German (de) translation to 92%
5740
5741    New status: 62 messages complete with 5 fuzzies and 0 untranslated.
5742
5743    Transmitted-via: Transifex (translations.xfce.org).
5744
5745commit e08d656b73c9476272e44cd5343b300dad1ed850
5746Author: Pjotr Anon <pliniusminor@gmail.com>
5747Date:   Fri Jun 17 00:12:04 2011 +0200
5748
5749    l10n: Updated Dutch (Flemish) (nl) translation to 100%
5750
5751    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5752
5753    Transmitted-via: Transifex (translations.xfce.org).
5754
5755commit bcd41773c92cae1e77ad851b1684663c9a05ae76
5756Author: Nick Schermer <nick@xfce.org>
5757Date:   Mon Jun 13 20:44:54 2011 +0200
5758
5759    Drop usage of the G_CONST_RETURN macro.
5760
5761commit 69c9c1027f38c8c9353cc54912f009482487201f
5762Author: Uwe Krause <derhorst@gmail.com>
5763Date:   Mon Jun 13 13:26:25 2011 +0200
5764
5765    l10n: Updated German (de) translation to 67%
5766
5767    New status: 45 messages complete with 21 fuzzies and 1 untranslated.
5768
5769    Transmitted-via: Transifex (translations.xfce.org).
5770
5771commit 7cd40c96cc5192b78ed9ea3e6205562a57838392
5772Author: Ivica  Kolić <ikoli@yahoo.com>
5773Date:   Mon Jun 13 02:09:42 2011 +0200
5774
5775    l10n: Updated Croatian (hr) translation to 58%
5776
5777    New status: 39 messages complete with 0 fuzzies and 28 untranslated.
5778
5779    Transmitted-via: Transifex (translations.xfce.org).
5780
5781commit a682634b89cce08f0c64313f814c9b8c9dde9a4b
5782Author: Ivica  Kolić <ikoli@yahoo.com>
5783Date:   Fri Jun 10 11:29:30 2011 +0200
5784
5785    l10n: Updated Croatian (hr) translation to 44%
5786
5787    New status: 30 messages complete with 0 fuzzies and 37 untranslated.
5788
5789    Transmitted-via: Transifex (translations.xfce.org).
5790
5791commit 8cb5f88c39213bb534717002742d335b13cfb397
5792Author: Tomáš Vadina <kyberdev@gmail.com>
5793Date:   Fri Jun 10 10:13:32 2011 +0200
5794
5795    l10n: Updated Slovak (sk) translation to 100%
5796
5797    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5798
5799    Transmitted-via: Transifex (translations.xfce.org).
5800
5801commit ae90e0876fab1743db7b9af8d6c9f47d1567f247
5802Author: 玉堂 白鹤 <yjwork.xfce@gmail.com>
5803Date:   Wed Jun 8 11:33:42 2011 +0200
5804
5805    l10n: Updated Chinese (China) (zh_CN) translation to 74%
5806
5807    New status: 50 messages complete with 11 fuzzies and 6 untranslated.
5808
5809    Transmitted-via: Transifex (translations.xfce.org).
5810
5811commit e37c71a9e6b9d49aaf9f32becb75d6c87d02c8a0
5812Author: Piarres Beobide <pi@beobide.net>
5813Date:   Thu Jun 2 23:27:43 2011 +0200
5814
5815    l10n: Updated Basque (eu) translation to 100%
5816
5817    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5818
5819    Transmitted-via: Transifex (translations.xfce.org).
5820
5821commit ad9644a1f0299a7e7ddf66e6b8efe633838e0f5a
5822Author: Andhika Padmawan <andhika.padmawan@gmail.com>
5823Date:   Thu Jun 2 06:49:43 2011 +0200
5824
5825    l10n: Updated Indonesian (id) translation to 100%
5826
5827    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5828
5829    Transmitted-via: Transifex (translations.xfce.org).
5830
5831commit 4a0db530dab2001be622990e91152d1b72f1eaa9
5832Author: Sergio Marques <smarquespt@gmail.com>
5833Date:   Mon May 30 13:13:04 2011 +0200
5834
5835    l10n: Updated Portuguese (pt) translation to 100%
5836
5837    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5838
5839    Transmitted-via: Transifex (translations.xfce.org).
5840
5841commit 671d0dd5a9298b39b91466105ee51159d0813ff3
5842Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
5843Date:   Sun May 29 13:28:56 2011 +0200
5844
5845    l10n: Updated Finnish (fi) translation to 100%
5846
5847    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5848
5849    Transmitted-via: Transifex (translations.xfce.org).
5850
5851commit ca707c4e77cda6a873dee8dd7ac3b36807c568d1
5852Author: Cristian Marchi <cri.penta@gmail.com>
5853Date:   Fri May 27 20:43:55 2011 +0200
5854
5855    l10n: Updated Italian (it) translation to 100%
5856
5857    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5858
5859    Transmitted-via: Transifex (translations.xfce.org).
5860
5861commit 5f1954e2c3b9ef54bf94d699c606f9fd8acbbb84
5862Author: Cristian Marchi <cri.penta@gmail.com>
5863Date:   Fri May 27 20:36:58 2011 +0200
5864
5865    l10n: Updated Italian (it) translation to 86%
5866
5867    New status: 58 messages complete with 0 fuzzies and 9 untranslated.
5868
5869    Transmitted-via: Transifex (translations.xfce.org).
5870
5871commit 94b84e06d4b3e1546ea3dde657127b153395f09c
5872Author: Pjotr Anon <pliniusminor@gmail.com>
5873Date:   Fri May 27 15:12:34 2011 +0200
5874
5875    l10n: Updated Dutch (Flemish) (nl) translation to 100%
5876
5877    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5878
5879    Transmitted-via: Transifex (translations.xfce.org).
5880
5881commit 4b95dfcf936ddd936bfc83be7fec0478dcf7a37b
5882Author: Dmitry Nikitin <luckas_fb@mail.ru>
5883Date:   Fri May 27 14:16:10 2011 +0200
5884
5885    l10n: Updated Ukrainian (uk) translation to 100%
5886
5887    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5888
5889    Transmitted-via: Transifex (translations.xfce.org).
5890
5891commit c64fe15c99b84d26e03f20e0bf637cfcff34a7c7
5892Author: Dmitry Nikitin <luckas_fb@mail.ru>
5893Date:   Fri May 27 14:13:54 2011 +0200
5894
5895    l10n: Updated Ukrainian (uk) translation to 100%
5896
5897    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5898
5899    Transmitted-via: Transifex (translations.xfce.org).
5900
5901commit af7422ae71b936dbc683a6e19181caffaeeeef86
5902Author: Nick Schermer <nick@xfce.org>
5903Date:   Thu May 26 21:21:22 2011 +0200
5904
5905    Cleanup includes.
5906
5907commit 158af194f73fbc5b777c7226aee1b1230d5eb7b0
5908Author: Leandro Regueiro <leandro.regueiro@gmail.com>
5909Date:   Thu May 26 17:03:15 2011 +0200
5910
5911    l10n: Updated Galician (gl) translation to 100%
5912
5913    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5914
5915    Transmitted-via: Transifex (translations.xfce.org).
5916
5917commit 82a6506fc59d3b841417d9f27754289f7fd6ab2c
5918Author: Leandro Regueiro <leandro.regueiro@gmail.com>
5919Date:   Thu May 26 17:01:08 2011 +0200
5920
5921    l10n: Updated Galician (gl) translation to 91%
5922
5923    New status: 61 messages complete with 4 fuzzies and 2 untranslated.
5924
5925    Transmitted-via: Transifex (translations.xfce.org).
5926
5927commit 036575d6b7217434fc4c19a6c888415bc133ff52
5928Author: Leandro Regueiro <leandro.regueiro@gmail.com>
5929Date:   Thu May 26 16:58:00 2011 +0200
5930
5931    l10n: Updated Galician (gl) translation to 73%
5932
5933    New status: 49 messages complete with 9 fuzzies and 9 untranslated.
5934
5935    Transmitted-via: Transifex (translations.xfce.org).
5936
5937commit 4348c5513df914260d8b95ac82936a23103c4d0d
5938Author: Per Kongstad <p_kongstad@op.pl>
5939Date:   Thu May 26 00:18:40 2011 +0200
5940
5941    l10n: Updated Danish (da) translation to 100%
5942
5943    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5944
5945    Transmitted-via: Transifex (translations.xfce.org).
5946
5947commit 5f6e7f8fa5df0a64eda7746ddb83f5c3c79ab9f0
5948Author: Per Kongstad <p_kongstad@op.pl>
5949Date:   Thu May 26 00:11:30 2011 +0200
5950
5951    l10n: Updated Danish (da) translation to 95%
5952
5953    New status: 64 messages complete with 0 fuzzies and 3 untranslated.
5954
5955    Transmitted-via: Transifex (translations.xfce.org).
5956
5957commit 6e0ea0f962e8179563107ae287d0ba3aed1a8932
5958Author: Per Kongstad <p_kongstad@op.pl>
5959Date:   Thu May 26 00:09:13 2011 +0200
5960
5961    l10n: Updated Danish (da) translation to 92%
5962
5963    New status: 62 messages complete with 0 fuzzies and 5 untranslated.
5964
5965    Transmitted-via: Transifex (translations.xfce.org).
5966
5967commit eb379a9f545fc51a4b4a585bc464508919ee9ce5
5968Author: Per Kongstad <p_kongstad@op.pl>
5969Date:   Thu May 26 00:04:41 2011 +0200
5970
5971    l10n: Updated Danish (da) translation to 85%
5972
5973    New status: 57 messages complete with 2 fuzzies and 8 untranslated.
5974
5975    Transmitted-via: Transifex (translations.xfce.org).
5976
5977commit d890d92e665cad757892855bc3feeba7092bf71e
5978Author: Pjotr Anon <pliniusminor@gmail.com>
5979Date:   Wed May 25 23:24:17 2011 +0200
5980
5981    l10n: Updated Dutch (Flemish) (nl) translation to 100%
5982
5983    New status: 67 messages complete with 0 fuzzies and 0 untranslated.
5984
5985    Transmitted-via: Transifex (translations.xfce.org).
5986
5987commit d048d8eceeab9d82e5a7a39966343379428a6f0f
5988Author: Nick Schermer <nick@xfce.org>
5989Date:   Wed May 25 22:56:08 2011 +0200
5990
5991    Remove one invalid translatable string.
5992
5993commit 75c9a6421315bfb50fcedc296ee080c728a5affd
5994Author: Nick Schermer <nick@xfce.org>
5995Date:   Wed May 25 22:51:39 2011 +0200
5996
5997    Cleanup Makefile.am files a bit.
5998
5999commit 1f78c182c4277e31e927656ea69f5c0b64fe6f79
6000Author: Nick Schermer <nick@xfce.org>
6001Date:   Wed May 25 22:40:07 2011 +0200
6002
6003    Translate all error strings in xfconf-query.
6004
6005commit 2455ed213a842d7124da339795041d29bd6c2694
6006Author: Nick Schermer <nick@xfce.org>
6007Date:   Wed May 25 22:08:01 2011 +0200
6008
6009    Improve version output.
6010
6011commit 4da808ec52afec087b82c16840bbe05aafa0135e
6012Author: Nick Schermer <nick@xfce.org>
6013Date:   Wed May 25 22:00:01 2011 +0200
6014
6015    Remove unusable import and export options.
6016
6017    We can add this back when it is actually implemented.
6018
6019commit 86f5002978a8a232e0e9b9048ac3db62c703c4c2
6020Author: Nick Schermer <nick@xfce.org>
6021Date:   Wed May 25 21:42:21 2011 +0200
6022
6023    Add toggle option to xfconf-query.
6024
6025    This makes it easy to invert boolean values, something people
6026    often do.
6027
6028commit 37b27c2f6be394cab983d987a155a80fd6f79213
6029Author: Ivica  Kolić <ikoli@yahoo.com>
6030Date:   Sat May 21 09:01:57 2011 +0200
6031
6032    l10n: Initial Croatian (hr) translation
6033
6034    New status: 36 messages complete with 0 fuzzies and 27 untranslated.
6035
6036    Transmitted-via: Transifex (translations.xfce.org).
6037
6038commit 9c8513af9168ab8985102e19dc505d8d3f2d4528
6039Author: Pjotr Anon <pliniusminor@gmail.com>
6040Date:   Fri May 13 12:02:20 2011 +0200
6041
6042    l10n: Updated Dutch (Flemish) (nl) translation to 100%
6043
6044    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6045
6046    Transmitted-via: Transifex (translations.xfce.org).
6047
6048commit f77ed902bbab08efb6ba28ff4e221fea39cbf8e1
6049Author: Pjotr Anon <pliniusminor@gmail.com>
6050Date:   Wed May 11 17:21:27 2011 +0200
6051
6052    l10n: Updated Dutch (Flemish) (nl) translation to 100%
6053
6054    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6055
6056    Transmitted-via: Transifex (translations.xfce.org).
6057
6058commit e803d18eaee27dc28a62bea754e1621564fc4afe
6059Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
6060Date:   Tue May 10 22:29:19 2011 +0200
6061
6062    l10n: Updated Arabic (ar) translation to 52%
6063
6064    New status: 33 messages complete with 1 fuzzy and 29 untranslated.
6065
6066    Transmitted-via: Transifex (translations.xfce.org).
6067
6068commit 16066bea47e26e342be40d5ac2745bf5eb3958d1
6069Author: Nick Schermer <nick@xfce.org>
6070Date:   Fri Apr 22 20:39:45 2011 +0200
6071
6072    Avoid gcc 4.6 compiler warning.
6073
6074commit a9629255ab6a75b6ad4b4d577335debceed02fe5
6075Author: Nick Schermer <nick@xfce.org>
6076Date:   Sun Mar 27 13:56:12 2011 +0200
6077
6078    Fix compiler warnings on solaris.
6079
6080commit a2d91c0e7ec3fa327b68dbc26809d40a5592307f
6081Author: Guido Berhoerster <gber@opensuse.org>
6082Date:   Fri Mar 25 17:52:50 2011 +0100
6083
6084    Make the abicheck work on Solaris and PPC64 (bug #7416).
6085
6086commit ed2db07ccace659ce9e06f334f41ad09419d6cb1
6087Author: Nick Schermer <nick@xfce.org>
6088Date:   Fri Mar 25 11:05:35 2011 +0100
6089
6090    Fix licenses and use new FSF address.
6091
6092commit 9d8927b5a9e16e3782fe37a64f90a47ad1d3c3c1
6093Author: Nick Schermer <nick@xfce.org>
6094Date:   Wed Mar 9 12:15:04 2011 +0100
6095
6096    Add hook to skip the xfconf tests.
6097
6098commit 3178c35d6924a62f491eb3c37e1ee72835b6fa4f
6099Author: Nick Schermer <nick@xfce.org>
6100Date:   Mon Mar 7 16:52:53 2011 +0100
6101
6102    Use sh as interpreter.
6103
6104commit 3cd8ae19d1ea83d0c24795e4da1cc25ebefefab3
6105Author: Guido Berhoerster <gber@opensuse.org>
6106Date:   Sat Feb 12 17:41:59 2011 +0100
6107
6108    Allow installation of the helpers in a custom location.
6109
6110commit 840a689fdf6d9402ec79e66a429f18ec90f4c28d
6111Author: Özgür Kuru <ozgur@ozgurkuru.net>
6112Date:   Mon Jan 17 10:37:32 2011 +0100
6113
6114    l10n: Updated Turkish (tr) translation to 98%
6115
6116    New status: 62 messages complete with 1 fuzzy and 0 untranslated.
6117
6118    Transmitted-via: Transifex (translations.xfce.org).
6119
6120commit d139a0a0d9cfa9194a35c2c863d3eab543fef34a
6121Author: Jannis Pohlmann <jannis@xfce.org>
6122Date:   Sun Jan 16 16:00:41 2011 +0100
6123
6124    Post-release version bump.
6125
6126commit e32194e64c621c2aedb4d24b091bfc05adfde889
6127Author: Jannis Pohlmann <jannis@xfce.org>
6128Date:   Sun Jan 16 15:55:57 2011 +0100
6129
6130    Release 4.8.0!
6131
6132commit 75c5ad2775806aea35a90c5f4b9162003c809076
6133Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
6134Date:   Sat Jan 15 21:13:57 2011 +0100
6135
6136    l10n: Updated Arabic (ar) translation to 44%
6137
6138    New status: 28 messages complete with 1 fuzzy and 34 untranslated.
6139
6140    Transmitted-via: Transifex (translations.xfce.org).
6141
6142commit 0c03a9c64526d48c9dbdabc1856b274ee64db28c
6143Author: Mișu Moldovan <dumol@xfce.org>
6144Date:   Wed Jan 12 10:37:22 2011 +0100
6145
6146    l10n: Updated Romanian (ro) translation to 100%
6147
6148    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6149
6150    Transmitted-via: Transifex (translations.xfce.org).
6151
6152commit d4e50e68c2f0c2412917759e50feba70497dfcb0
6153Author: Piotr Sokół <psokol@jabster.pl>
6154Date:   Mon Jan 10 14:51:33 2011 +0100
6155
6156    l10n: Updated Polish (pl) translation to 96%
6157
6158    New status: 61 messages complete with 2 fuzzies and 0 untranslated.
6159
6160    Transmitted-via: Transifex (translations.xfce.org).
6161
6162commit 9f49ce410c75fbfac4777f49b0bc0c45649b4ba9
6163Author: forfolias <forfolias@gmail.com>
6164Date:   Thu Jan 6 23:20:41 2011 +0100
6165
6166    l10n: Updated Greek (el) translation to 100%
6167
6168    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6169
6170    Transmitted-via: Transifex (translations.xfce.org).
6171
6172commit ca05567a19af94a9b075ba61d69ae8cbf0fd57f6
6173Author: Stavros Giannouris <stavrosg@gmail.com>
6174Date:   Thu Jan 6 18:18:45 2011 +0100
6175
6176    l10n: Updated Greek (el) translation to 71%
6177
6178    New status: 45 messages complete with 0 fuzzies and 18 untranslated.
6179
6180    Transmitted-via: Transifex (translations.xfce.org).
6181
6182commit e59efa1222ca3a601666c4d00fb2ea986eb2a790
6183Author: forfolias <forfolias@gmail.com>
6184Date:   Thu Jan 6 17:00:52 2011 +0100
6185
6186    l10n: add greek translation
6187
6188    New status: 1 message complete with 0 fuzzies and 62 untranslated.
6189
6190    Transmitted-via: Transifex (translations.xfce.org).
6191
6192commit 8dbaa22457806eb1fc1057a57265511196716846
6193Author: Mișu Moldovan <dumol@xfce.org>
6194Date:   Wed Jan 5 15:16:40 2011 +0100
6195
6196    l10n: Updated Romanian (ro) translation to 100%
6197
6198    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6199
6200    Transmitted-via: Transifex (translations.xfce.org).
6201
6202commit a4a116bd971bab3bece9e54c8970d17af45a2951
6203Author: Nick Schermer <nick@xfce.org>
6204Date:   Sun Jan 2 14:53:19 2011 +0100
6205
6206    Post release tag bump.
6207
6208commit 4e07acc5f7ca3531ef712db6b5df05f16794d4bd
6209Author: Nick Schermer <nick@xfce.org>
6210Date:   Sun Jan 2 14:52:48 2011 +0100
6211
6212    Updates for release.
6213
6214commit f1d3500d4c9ea212c4ca1822aa9654e6a33dab53
6215Author: كريم أولاد الشلحة <herr.linux88@gmail.com>
6216Date:   Thu Dec 30 04:53:58 2010 +0100
6217
6218    l10n: Arabic translation
6219
6220    New status: 18 messages complete with 0 fuzzies and 45 untranslated.
6221
6222    Transmitted-via: Transifex (translations.xfce.org).
6223
6224commit 410dc007b66a78fd9ec408b3569359cf5e84db1f
6225Author: Nuno Miguel <nunis@netcabo.pt>
6226Date:   Sat Dec 18 18:17:59 2010 +0100
6227
6228    l10n: Updated Portuguese (pt) translation to 100%
6229
6230    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6231
6232    Transmitted-via: Transifex (translations.xfce.org).
6233
6234commit a908faa599b6e850bc1816248b4e1b53d783661c
6235Author: Jeff Bailes <thepizzaking@gmail.com>
6236Date:   Mon Dec 13 09:34:03 2010 +0100
6237
6238    l10n: Updated English (United Kingdom) (en_GB) translation to 100%
6239
6240    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6241
6242    Transmitted-via: Transifex (translations.xfce.org).
6243
6244commit c413899f869538c40b794ac9000fcc9e351a3c98
6245Author: Jeff Bailes <thepizzaking@gmail.com>
6246Date:   Mon Dec 13 09:31:00 2010 +0100
6247
6248    l10n: Initial commit for en_GB
6249
6250    New status: 1 message complete with 0 fuzzies and 62 untranslated.
6251
6252    Transmitted-via: Transifex (translations.xfce.org).
6253
6254commit 496d8869efa25b4ede302f011cca2970105fa9af
6255Author: Terje Uriansrud <terje@uriansrud.net>
6256Date:   Fri Dec 10 23:56:27 2010 +0100
6257
6258    l10n: Updated Norwegian Bokmal (nb) translation to 100%
6259
6260    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6261
6262    Transmitted-via: Transifex (translations.xfce.org).
6263
6264commit 71c4b7ad94159af23beb7172273a40e561fdd383
6265Author: Nick Schermer <nick@xfce.org>
6266Date:   Thu Dec 9 10:57:10 2010 +0100
6267
6268    l10n: Updated Norwegian Bokmal (nb) translation to 96%
6269
6270    New status: 61 messages complete with 0 fuzzies and 2 untranslated.
6271
6272    Transmitted-via: Transifex (translations.xfce.org).
6273
6274commit c9354880f8df1395d17225205a07b9b276c0da53
6275Author: Hezy Amiel <open@hezyamiel.com>
6276Date:   Mon Dec 6 05:16:24 2010 +0100
6277
6278    l10n: New Hebrew translation
6279
6280    New status: 1 message complete with 0 fuzzies and 62 untranslated.
6281
6282    Transmitted-via: Transifex (translations.xfce.org).
6283
6284commit cdea3f702b794f1b671133b5a3f347257ae83009
6285Author: Nick Schermer <nick@xfce.org>
6286Date:   Fri Dec 3 20:58:32 2010 +0100
6287
6288    Post release tag bump.
6289
6290commit 2b607f0889cc182e0639dfd4c3f15f7bd7ab6368
6291Author: Nick Schermer <nick@xfce.org>
6292Date:   Fri Dec 3 20:55:12 2010 +0100
6293
6294    Updates for release.
6295
6296commit 4ffb6ed610c370af9fe17a5f7b0d713a05f2c25a
6297Author: Sergio Marques <smarquespt@gmail.com>
6298Date:   Wed Dec 1 13:49:26 2010 +0100
6299
6300    l10n: Updated Portuguese (pt) translation to 100%
6301
6302    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6303
6304    Transmitted-via: Transifex (translations.xfce.org).
6305
6306commit af985e383d4e6963299ee7b54b491d8bce44a2eb
6307Author: Robert Hartl <hartl.robert@gmail.com>
6308Date:   Tue Nov 30 06:32:31 2010 +0100
6309
6310    l10n: Updated Slovak (sk) translation to 93%
6311
6312    New status: 59 messages complete with 0 fuzzies and 4 untranslated.
6313
6314    Transmitted-via: Transifex (translations.xfce.org).
6315
6316commit 905823deddf1d3290e190ce1183b626cad5ea4b9
6317Author: Robert Hartl <hartl.robert@gmail.com>
6318Date:   Tue Nov 30 06:14:14 2010 +0100
6319
6320    l10n: Updated Slovak (sk) translation to 66%
6321
6322    New status: 42 messages complete with 0 fuzzies and 21 untranslated.
6323
6324    Transmitted-via: Transifex (translations.xfce.org).
6325
6326commit 024787079a25e9600c6f9a21ad9ce6246bccccd8
6327Author: Robert Hartl <hartl.robert@gmail.com>
6328Date:   Tue Nov 30 06:10:28 2010 +0100
6329
6330    l10n: Updated Slovak (sk) translation to 61%
6331
6332    New status: 39 messages complete with 0 fuzzies and 24 untranslated.
6333
6334    Transmitted-via: Transifex (translations.xfce.org).
6335
6336commit a315a0e2d480ce4190b65f35d2845d7b3942ae81
6337Author: Nick Schermer <nick@xfce.org>
6338Date:   Sat Nov 13 14:33:33 2010 +0100
6339
6340    Don't enable options with --disable-<option> (bug #6820).
6341
6342commit a99185f55b6635089fd6c8d10be845202a7cf5a0
6343Author: Gheyret Kenji <gheyret@yahoo.com>
6344Date:   Thu Sep 9 07:54:04 2010 +0200
6345
6346    l10n: Updated Uyghur (ug) translation to 100%
6347
6348    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6349
6350    Transmitted-via: Transifex (translations.xfce.org).
6351
6352commit 3797c6c66f12b564780ff6ea9f3a68790670e197
6353Author: Gheyret Kenji <gheyret@yahoo.com>
6354Date:   Tue Sep 7 06:08:45 2010 +0200
6355
6356    l10n: Updated Uyghur (ug) translation to 95%
6357
6358    New status: 60 messages complete with 0 fuzzies and 3 untranslated.
6359
6360    Transmitted-via: Transifex (translations.xfce.org).
6361
6362commit 49d3929c73031df0311dd3abb87809ca54df9435
6363Author: Nick Schermer <nick@xfce.org>
6364Date:   Sun Sep 5 15:11:39 2010 +0200
6365
6366    Post release tag bump.
6367
6368commit 436611566662dd4a36a9feb3de2e44f2e3f4ae8b
6369Author: Nick Schermer <nick@xfce.org>
6370Date:   Sun Sep 5 15:10:41 2010 +0200
6371
6372    Updates for release.
6373
6374commit c7253c859e497328c06d39d88111d201e87504ef
6375Author: Cheng-Chia Tseng <pswo10680@gmail.com>
6376Date:   Fri Sep 3 17:45:15 2010 +0200
6377
6378    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 100%
6379
6380    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6381
6382    Transmitted-via: Transifex (translations.xfce.org).
6383
6384commit 2418c0880587c3da2e52b77f1b218f6725eeb6bf
6385Author: Cheng-Chia Tseng <pswo10680@gmail.com>
6386Date:   Fri Sep 3 17:42:54 2010 +0200
6387
6388    l10n: Updated Chinese (Taiwan) (zh_TW) translation to 93%
6389
6390    New status: 59 messages complete with 0 fuzzies and 4 untranslated.
6391
6392    Transmitted-via: Transifex (translations.xfce.org).
6393
6394commit d418dd7b8d13e7fcf2907aa452a541286e8b9723
6395Author: Nick Schermer <nick@xfce.org>
6396Date:   Thu Aug 26 19:51:29 2010 +0200
6397
6398    Move xfconfd from $libexecdir to $libdir.
6399
6400commit 9216b46136fddcf8eea2cc06ef572c320fa990a6
6401Author: Fabian Nowak <timystery@arcor.de>
6402Date:   Mon Aug 23 19:56:12 2010 +0200
6403
6404    l10n: Updated German (de) translation to 100%
6405
6406    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6407
6408    Transmitted-via: Transifex (translations.xfce.org).
6409
6410commit 5f762cea07754a7002c1fccfa941efd1a4d3d217
6411Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
6412Date:   Tue Aug 3 06:43:52 2010 +0200
6413
6414    l10n: Updated Kazakh (kk) translation to 100%
6415
6416    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6417
6418    Transmitted-via: Transifex (translations.xfce.org).
6419
6420commit b67e4237569df83e5f8d7171ae5a1623545c40c2
6421Author: Cheng-Chia Tseng <pswo10680@gmail.com>
6422Date:   Tue Jul 13 14:38:37 2010 +0200
6423
6424    l10n: Updates to traditional Chinese translation
6425
6426    New status: 6 messages complete with 0 fuzzies and 57 untranslated.
6427
6428    Transmitted-via: Transifex (translations.xfce.org).
6429
6430commit 6bdc2f92834f347440316f2dfca487105e3b3202
6431Author: Andhika Padmawan <andhika.padmawan@gmail.com>
6432Date:   Thu Jun 24 17:18:52 2010 +0200
6433
6434    l10n: Updated Indonesian (id) translation to 100%
6435
6436    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6437
6438    Transmitted-via: Transifex (translations.xfce.org).
6439
6440commit 53ca1a17035abb1b561a9d079375e6d89d5897d4
6441Author: Ardjuna <ard_h_r@yahoo.com>
6442Date:   Wed Jun 2 17:47:49 2010 +0200
6443
6444    l10n: Updated Indonesian (id) translation to 98%
6445
6446    New status: 62 messages complete with 1 fuzzy and 0 untranslated.
6447
6448    Transmitted-via: Transifex (translations.xfce.org).
6449
6450commit 503d1034742498dafd970ee495e8326e265a9bc7
6451Author: Nick Schermer <nick@xfce.org>
6452Date:   Mon May 31 22:29:19 2010 +0200
6453
6454    Check for perl outside bindings option for alias script (bug #6481).
6455
6456commit 93a06e88c2083b7c72ffe139ead2b8a9c5a5e05c
6457Author: Maximilian Schleiss <maximilian@xfce.org>
6458Date:   Fri May 21 16:06:46 2010 +0200
6459
6460    l10n: Updated French (fr) translation to 100%
6461
6462    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6463
6464    Transmitted-via: Transifex (translations.xfce.org).
6465
6466commit f1623baefa28940b9f13e26c15b74cd703249c6e
6467Author: Gheyret Kenji <gheyret@yahoo.com>
6468Date:   Wed May 19 04:54:55 2010 +0200
6469
6470    l10n: Uyghur translation
6471
6472    New status: 50 messages complete with 0 fuzzies and 13 untranslated.
6473
6474    Transmitted-via: Transifex (translations.xfce.org).
6475
6476commit 99f3742378e6730ee9f79c1d068cb27388995582
6477Author: Robert Hartl <hartl.robert@gmail.com>
6478Date:   Mon May 10 12:28:49 2010 +0200
6479
6480    l10n: Updated Slovak (sk) translation to 58%
6481
6482    New status: 37 messages complete with 0 fuzzies and 26 untranslated.
6483
6484    Transmitted-via: Transifex (translations.xfce.org).
6485
6486commit 24b70533c567682be7bcfc4445d1e0347d1a7cb5
6487Author: David Mohr <david@mcbf.net>
6488Date:   Sat Apr 24 11:05:10 2010 +0200
6489
6490    Link the gtkdoc scanner to GObject and Glib (bug #6407).
6491
6492commit 844de2337ed3b0e1c1af605c820d77dab50ad0b7
6493Author: A S  Alam <apreet.alam@gmail.com>
6494Date:   Sun Apr 4 06:04:16 2010 +0200
6495
6496    l10n: Punjabi Translation Added
6497
6498    New status: 11 messages complete with 0 fuzzies and 52 untranslated.
6499
6500    Transmitted-via: Transifex (translations.xfce.org).
6501
6502commit 7d2b38996a69f0c0e0708845334b923fae7cfb1a
6503Author: Cristian Marchi <cri.penta@gmail.com>
6504Date:   Fri Apr 2 16:19:16 2010 +0200
6505
6506    l10n: Updated Italian (it) translation to 100%
6507
6508    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6509
6510    Transmitted-via: Transifex (translations.xfce.org).
6511
6512commit d08d3a28f57cab2468b126f975f2e4bb1da2e51c
6513Author: Danishka Navin <danishka@gmail.com>
6514Date:   Sat Mar 13 16:57:21 2010 +0100
6515
6516    l10n: Updated Sinhala (si) translation to 14%
6517
6518    New status: 9 messages complete with 0 fuzzies and 54 untranslated.
6519
6520    Transmitted-via: Transifex (translations.xfce.org).
6521
6522commit 913afd883a9629d8396e72da0a4dca08d7f5116d
6523Author: Danishka Navin <danishka@gmail.com>
6524Date:   Sat Mar 13 16:54:36 2010 +0100
6525
6526    l10n: Updated Sinhala (si) translation to 12%
6527
6528    New status: 8 messages complete with 0 fuzzies and 55 untranslated.
6529
6530    Transmitted-via: Transifex (translations.xfce.org).
6531
6532commit 85dc5a4c2619c05c9d17ce3c0b4f836b9f839085
6533Author: Danishka Navin <danishka@gmail.com>
6534Date:   Sat Mar 13 16:51:05 2010 +0100
6535
6536    l10n: Updated Sinhala (si) translation to 7%
6537
6538    New status: 5 messages complete with 0 fuzzies and 58 untranslated.
6539
6540    Transmitted-via: Transifex (translations.xfce.org).
6541
6542commit 1d2c2da79cf572b32dd30272d87b2a64cb105af1
6543Author: Nick Schermer <nick@xfce.org>
6544Date:   Thu Mar 11 22:55:41 2010 +0100
6545
6546    Add doc module to fixxref options (bug #6304).
6547
6548commit 386a14d6a02be1a274ebad085284826c57ec8e56
6549Author: Danishka Navin <danishka@gmail.com>
6550Date:   Wed Mar 10 05:39:09 2010 +0100
6551
6552    l10n: added Sinhala (si) translation
6553
6554    New status: 1 message complete with 0 fuzzies and 62 untranslated.
6555
6556    Transmitted-via: Transifex (translations.xfce.org).
6557
6558commit 70fff6ed7311881bae886c9559547a23e8b864f2
6559Author: Dmitry Nikitin <luckas_fb@mail.ru>
6560Date:   Fri Mar 5 10:52:52 2010 +0100
6561
6562    l10n: Updated Ukrainian (uk) translation to 100%
6563
6564    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6565
6566    Transmitted-via: Transifex (translations.xfce.org).
6567
6568commit 42effdeaed2f58f4c59a6b8d881f7cb84495eab4
6569Author: Jamil Ahmed <itsjamil@gmail.com>
6570Date:   Sun Feb 28 21:17:50 2010 +0100
6571
6572    l10n: Adding Bengali translation.
6573
6574    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6575
6576    Transmitted-via: Transifex (translations.xfce.org).
6577
6578commit 454efd342a2fe8d1b8175ebb341da0a380419184
6579Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
6580Date:   Fri Feb 19 19:24:56 2010 +0100
6581
6582    l10n: Updated Kazakh (kk) translation to 100%
6583
6584    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6585
6586    Transmitted-via: Transifex (translations.xfce.org).
6587
6588commit 312a352fd544e2af369701403d31c29f849c0fc9
6589Author: Nick Schermer <nick@xfce.org>
6590Date:   Wed Feb 10 15:05:51 2010 +0100
6591
6592    Use G_GSIZE_FORMAT in the DBG message.
6593
6594commit 1ef3eb4dfeb8923b6ad1d91d3c73bda59ee17f8c
6595Author: Nick Schermer <nick@xfce.org>
6596Date:   Wed Feb 10 14:07:27 2010 +0100
6597
6598    Post release tag bump.
6599
6600commit 52c12a0bad58359dab30c123e9bfdf029467d89e
6601Author: Nick Schermer <nick@xfce.org>
6602Date:   Wed Feb 10 13:17:37 2010 +0100
6603
6604    Updates for release.
6605
6606commit 11c9df9a2e2102d5368df8d622f4b2c451748528
6607Author: Nick Schermer <nick@xfce.org>
6608Date:   Wed Feb 10 12:35:23 2010 +0100
6609
6610    The last used timestamp is not used yet, disable it.
6611
6612commit 4705ae3b1628a0202862cf1d0a5b7119376f1db2
6613Author: Nick Schermer <nick@xfce.org>
6614Date:   Wed Feb 10 12:17:28 2010 +0100
6615
6616    Don't look for existing keys during prefetch.
6617
6618    Since each channel has its own cache, we can avoid updating
6619    values because the hash table contains unique properties and
6620    there are no nodes in the tree yet.
6621
6622commit 167c0162acf12463b420c9e6451ec56725d602a5
6623Author: Nick Schermer <nick@xfce.org>
6624Date:   Wed Feb 10 12:12:41 2010 +0100
6625
6626    Steal values from the hash table on prefetch.
6627
6628commit 630480595158390e6aec30de1575781a7120d096
6629Author: Nick Schermer <nick@xfce.org>
6630Date:   Tue Feb 9 20:04:34 2010 +0100
6631
6632    Don't look for a singleton after creating the hash table.
6633
6634commit de3cf31d468b834659ba5c07e8e9612b6f7f93f2
6635Author: Nick Schermer <nick@xfce.org>
6636Date:   Tue Feb 9 20:03:56 2010 +0100
6637
6638    Mark the signal name as a static string.
6639
6640commit 3c2eea3c1a845eea5f2fc2649ab846cdab34257f
6641Author: Nick Schermer <nick@xfce.org>
6642Date:   Tue Feb 9 19:56:39 2010 +0100
6643
6644    Disable the max-age and max-entries cache props.
6645
6646    Both are not implemented yet, so disable them until
6647    we actually use it.
6648
6649commit e175990a4ea33b92eac71a8819b3a3d121dc879c
6650Author: Nick Schermer <nick@xfce.org>
6651Date:   Tue Feb 9 19:50:02 2010 +0100
6652
6653    Don't use cache singletons.
6654
6655    None of the Xfce apps opens more then 2 new channels with
6656    the same name, so that means we never return an existing
6657    cache object and use it twice. It also leaked the hash table
6658    for the cache singletons, so optimize for the 'common case'.
6659
6660    2 of the same caches works fine (but doubles the dbus traffic)
6661    so to really fix this an app should use the channel singletons.
6662    Mentioned this in the API docs.
6663
6664commit dd39de1f20e168ebc4b101b5010ec2f944d86d3e
6665Author: Nick Schermer <nick@xfce.org>
6666Date:   Mon Feb 8 18:44:58 2010 +0100
6667
6668    Free backends hash table on exit.
6669
6670commit 9009610f6fa185815f6ebd5c00da7cb64f17b41e
6671Author: Nick Schermer <nick@xfce.org>
6672Date:   Mon Feb 8 18:44:58 2010 +0100
6673
6674    Destroy hash table after prefetching the cache.
6675
6676commit e27eacb054af4e208f85d76298a5f6bb2677f707
6677Author: Nick Schermer <nick@xfce.org>
6678Date:   Mon Feb 8 18:44:58 2010 +0100
6679
6680    Fix handling of dirty channels and use hash table.
6681
6682    Use a hash table for looking up the channels by name.
6683
6684    Also store the dirty bit inside the channel structure
6685    to simplefy the code. The GSList used in the old code
6686    was not properly maintained resulting in memory corruption
6687    when resetting a channel and a lot of channel flushing.
6688
6689commit 9cc2c20ef01132123f3e321234f233d18359bbf8
6690Author: Nick Schermer <nick@xfce.org>
6691Date:   Mon Feb 8 18:44:58 2010 +0100
6692
6693    Plug a memory leak.
6694
6695commit f75d7046b5e3af8ea7aa6b7ab4b38f3857b8f026
6696Author: Nick Schermer <nick@xfce.org>
6697Date:   Mon Feb 8 18:44:58 2010 +0100
6698
6699    Use async DBus messages in xfconfd.
6700
6701    We don't actually use this for threads, but to cleanup
6702    our data after sending it to dbus. Previously a lot of
6703    this leaked (all the errors).
6704
6705commit 3451406146461eda8548c6561432dad35b8c6214
6706Author: Nick Schermer <nick@xfce.org>
6707Date:   Mon Feb 8 18:44:58 2010 +0100
6708
6709    Use g_clear_error where possible.
6710
6711commit 128fad2d48fbaf23254249a4ec43587bf5958735
6712Author: Nick Schermer <nick@xfce.org>
6713Date:   Mon Feb 8 18:44:58 2010 +0100
6714
6715    Plug small memory leak in xml parser.
6716
6717commit 713d83f59f052fee228c4ba0e206a55da7152c55
6718Author: Nick Schermer <nick@xfce.org>
6719Date:   Mon Feb 8 18:44:58 2010 +0100
6720
6721    Use glibs implementation for loading mapped files.
6722
6723    Valgrind reported a lot of memory corruption in this part of
6724    the code, so rewrote it a bit to use the glib functions that
6725    are provided for this task (with fallback to normal file loading
6726    if glib has no mmap support).
6727
6728    The old mmap code was also never enabled because of missing includes
6729    and checks in configure.ac.in.
6730
6731commit 5d81a47f2f0335ea26851543a57930da59e9406f
6732Author: Gabor Kelemen <kelemeng@gnome.hu>
6733Date:   Fri Feb 5 22:29:10 2010 +0100
6734
6735    l10n: Updated Hungarian (hu) translation to 100%
6736
6737    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6738
6739    Transmitted-via: Transifex (translations.xfce.org).
6740
6741commit 5a1d29c755dcbe843c1099bd0bbd77e9c0a76fb8
6742Author: Gabor Kelemen <kelemeng@gnome.hu>
6743Date:   Fri Feb 5 01:08:53 2010 +0100
6744
6745    l10n: Updated Hungarian (hu) translation to 100%
6746
6747    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6748
6749    Transmitted-via: Transifex (translations.xfce.org).
6750
6751commit 78136f59da5ffb1337a2c5a4b2649f12d00947a5
6752Author: Nick Schermer <nick@xfce.org>
6753Date:   Tue Feb 2 17:21:13 2010 +0100
6754
6755    Use g_strsplit instead of g_strsplit_set.
6756
6757    Because we only use 1 delimiter, g_strsplit is a better
6758    option. It is also faster internally with is nice because
6759    xfconf_proptree_lookup_node() is the most called function
6760    in xfconfd.
6761
6762commit 262bf1158d9929d4ccd61699503ae5cf0daf239d
6763Author: Nick Schermer <nick@xfce.org>
6764Date:   Tue Feb 2 17:06:10 2010 +0100
6765
6766    Optimize _xfconf_gtype_from_string().
6767
6768    Sort the list and move the most frequent used types
6769    in my xfconf config dir to the top.
6770
6771commit 907e602e70aaf0f60881ee244896d5751a8de82f
6772Author: Nick Schermer <nick@xfce.org>
6773Date:   Mon Feb 1 19:44:03 2010 +0100
6774
6775    Post release tag bump.
6776
6777commit b7cf6976f239cc5dd1e5eefe83e1f08687ec74fa
6778Author: Nick Schermer <nick@xfce.org>
6779Date:   Mon Feb 1 19:16:05 2010 +0100
6780
6781    Updates for release.
6782
6783commit 4fe47563165e533d4c62c0e8a770ca9751567da0
6784Author: Nick Schermer <nick@xfce.org>
6785Date:   Mon Feb 1 19:22:02 2010 +0100
6786
6787    Silent the build.
6788
6789commit 96984ae53774f2a0d230ec5d81aded3cfc3ac01c
6790Author: Nick Schermer <nick@xfce.org>
6791Date:   Mon Feb 1 11:51:28 2010 +0100
6792
6793    Use g_strcmp0 for comparing strings.
6794
6795    g_utf8_collate is for sorting strings and not NULL-safe. This triggered
6796    a crash in the panel when writting NULL to a property that has an
6797    xfconf binding attached to it.
6798
6799commit 37d1b93d84286f31a2d350cf852eea7ba9e58ba2
6800Author: Nick Schermer <nick@xfce.org>
6801Date:   Thu Jan 28 20:47:41 2010 +0100
6802
6803    Make the comment from the previous commit useful.
6804
6805commit 13e913b7683da0d3eb1c9d78ac0908d62368e5d5
6806Author: Nick Schermer <nick@xfce.org>
6807Date:   Thu Jan 28 20:42:23 2010 +0100
6808
6809    Merge xml files in reversed order (bug #6079).
6810
6811commit cdadb1e4cc22dbf480843482dea3335b3a966534
6812Author: Denis Koryavov <dkoryavov@yandex.ru>
6813Date:   Tue Jan 26 22:50:50 2010 +0100
6814
6815    l10n: Updated Russian (ru) translation to 100%
6816
6817    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6818
6819    Transmitted-via: Transifex (translations.xfce.org).
6820
6821commit c1b8702ca34f4e21cd17940add53ac510aace2d6
6822Author: Nick Schermer <nick@xfce.org>
6823Date:   Mon Jan 25 12:52:32 2010 +0100
6824
6825    Only print debug messages when compiled with debugging.
6826
6827commit c2cd125e1525e287802bea19449e0693e0b01082
6828Author: Nick Schermer <nick@xfce.org>
6829Date:   Mon Jan 25 12:12:55 2010 +0100
6830
6831    Fix indentation from pervious commit.
6832
6833    Also use the define maximum patch length.
6834
6835commit 2c92f17925395ec33c1aa38730c07e7bec0db101
6836Author: Nick Schermer <nick@xfce.org>
6837Date:   Mon Jan 25 12:11:22 2010 +0100
6838
6839    Use a seconds timeout to reduce system wakeups.
6840
6841commit cbc151cb685896c0700f4d5cb31851a7db3aa02f
6842Author: Nick Schermer <nick@xfce.org>
6843Date:   Mon Jan 25 12:09:25 2010 +0100
6844
6845    Bump glib depenency to 2.18.
6846
6847    This will be the minimal dependency in Xfce 4.8.
6848
6849commit bcf988e8ed2e0d1da7c1eed511715285b8ecaadc
6850Author: Nick Schermer <nick@xfce.org>
6851Date:   Mon Jan 25 12:00:24 2010 +0100
6852
6853    Remove dangling nodes from the tree after a recursive remove.
6854
6855    This should prevent flooding xml files with type="empty" nodes.
6856    See bug #5923.
6857
6858commit 8db12014fac325eb887822e38df3a02d6de2bea2
6859Merge: 2282b85 806994e
6860Author: Nick Schermer <nick@xfce.org>
6861Date:   Mon Jan 25 12:00:07 2010 +0100
6862
6863    Merge branch 'master' of ssh://git.xfce.org/git/xfce/xfconf
6864
6865commit 806994ee5971ba33619db0e30031049e0373ecf6
6866Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
6867Date:   Wed Jan 20 22:42:28 2010 +0100
6868
6869    l10n: Updated Finnish (fi) translation to 100%
6870
6871    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6872
6873    Transmitted-via: Transifex (translations.xfce.org).
6874
6875commit 2282b85e986084069dc02bfe1b696f80d4161d0f
6876Author: Nick Schermer <nick@xfce.org>
6877Date:   Wed Jan 20 11:28:45 2010 +0100
6878
6879    Fix ansi compiler warning.
6880
6881commit 295d550c6c2d2061fc866fda1f36b1d97f21524f
6882Author: Leandro Regueiro <leandro.regueiro@gmail.com>
6883Date:   Mon Jan 18 12:30:10 2010 +0100
6884
6885    l10n: Updated Galician (gl) translation to 100%
6886
6887    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6888
6889    Transmitted-via: Transifex (translations.xfce.org).
6890
6891commit 7cf88b77c04b1d5c5151797185b9310e8a4a689d
6892Author: Timo Verbeek <timoverbeek10@hotmail.com>
6893Date:   Thu Jan 14 09:56:42 2010 +0100
6894
6895    l10n: Updated Dutch (Flemish) (nl) translation to 96%
6896
6897    New status: 61 messages complete with 0 fuzzies and 2 untranslated.
6898
6899    Transmitted-via: Transifex (translations.xfce.org).
6900
6901commit fa85217770c8c8e5b3189120fa7d0faae3a2afa1
6902Author: Og Maciel <ogmaciel@gnome.org>
6903Date:   Wed Jan 13 15:48:44 2010 +0100
6904
6905    l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
6906
6907    New status: 63 messages complete with 0 fuzzies and 0 untranslated.
6908
6909    Transmitted-via: Transifex (translations.xfce.org).
6910
6911commit 2fc5be7d1a138cbb27d3262679134e6a57487d78
6912Author: Nick Schermer <nick@xfce.org>
6913Date:   Wed Dec 30 11:38:58 2009 +0100
6914
6915    Post release tag bump.
6916
6917commit beb8c38a47a3127db2335f2d651a00e31d546055
6918Author: Nick Schermer <nick@xfce.org>
6919Date:   Wed Dec 30 11:35:12 2009 +0100
6920
6921    Fix typo in NEWS file.
6922
6923    Standalone release for Xfconf, not for an Xfce version.
6924
6925commit 46451f93e37e9698e052a805f4c46dd48f93469b
6926Author: Nick Schermer <nick@xfce.org>
6927Date:   Wed Dec 30 11:26:05 2009 +0100
6928
6929    Updates for release.
6930
6931commit c64d5b0e319c1f5e0b9a1a3751d9b350e2620869
6932Author: Nick Schermer <nick@xfce.org>
6933Date:   Wed Dec 30 11:29:55 2009 +0100
6934
6935    Move abicheck outside maintainer mode.
6936
6937    This way the check is always performed during dist-check
6938    (2nd pass runs checks with visibility but without maintainer mode).
6939
6940commit 39c25c15314e8288789306b483fff927071dc63b
6941Author: Nick Schermer <nick@xfce.org>
6942Date:   Tue Dec 29 20:42:40 2009 +0100
6943
6944    Fix typo in comment.
6945
6946commit d683d6fcaa8784a4c5df487496d0d774e2c10722
6947Author: Nick Schermer <nick@xfce.org>
6948Date:   Tue Dec 29 20:33:51 2009 +0100
6949
6950    Wait for pending calls in the cache.
6951
6952    Brian already added a FIXME with the question if we should
6953    wait for pending calls to finish before freeing the items.
6954    Well the question is yes, because the get-tests failed on my
6955    system because the channel was closed in the set-tests before
6956    dbus replied and thus nothing was stored in the test-channel.
6957
6958    So wait for pending calls in finalize and skip the normal reply
6959    handler by setting the hash table in the cache to NULL.
6960
6961commit 6b3dc965b9d5b20d9dd97f2b79cd99d95324546f
6962Author: Nick Schermer <nick@xfce.org>
6963Date:   Sat Dec 26 13:36:09 2009 +0100
6964
6965    Fix segfault triggered by object-bindings test.
6966
6967    It turned out the object bindings code triggered a bug
6968    in the cache code because it edits multiple properties
6969    with the same name in a short time and then destroying
6970    the channel.
6971    This left a number (6) of pending call keys in one of the
6972    hash tables with the same value resulting in double frees
6973    when destroying the table.
6974
6975    To fix this steal the item from the table when cancelling
6976    the dbus call, then the old_item we insert again is then
6977    not freed and exists only once in the table.
6978
6979commit 20aaa3a4079cb797d040dab4a3ea12a34ac0a960
6980Author: Nick Schermer <nick@xfce.org>
6981Date:   Sat Dec 26 12:51:49 2009 +0100
6982
6983    Build ChangeLog during make dist.
6984
6985commit c67b9ee644744048e6b62879cb38b8bcc39ca0ce
6986Author: Nick Schermer <nick@xfce.org>
6987Date:   Sat Dec 26 12:49:58 2009 +0100
6988
6989    Rebuild po files after merge.
6990
6991commit 4c71ba9174d30caaeafe1c38ea82303cc9d11d81
6992Author: Nick Schermer <nick@xfce.org>
6993Date:   Sat Dec 26 12:40:39 2009 +0100
6994
6995    Fix compiler warning in the tests.
6996
6997commit 5207ac2a646d93ddb6fa9ad09537d06d008a0c4d
6998Author: Nick Schermer <nick@xfce.org>
6999Date:   Fri Nov 27 18:22:23 2009 +0100
7000
7001    Fix cut and paste in object bindings' makefile.
7002
7003commit f514a7580a8d43264ec1b39e4521ea15485330c5
7004Author: Nick Schermer <nick@xfce.org>
7005Date:   Tue Nov 24 10:52:11 2009 +0100
7006
7007    Fix double free.
7008
7009    When leaving the reply handler xfconf should only remove
7010    the mutex lock and not free the item since we only looked
7011    it up from the hash table, it's not stolen yet.
7012
7013commit c27f4a1e86ff649f8c8ffc1d5d3bb68f2dafb00e
7014Author: Nick Schermer <nick@xfce.org>
7015Date:   Mon Nov 23 18:01:43 2009 +0100
7016
7017    Make 2 critical warnings debug output.
7018
7019    Those 2 warnings are always shown when removing an
7020    xfconf property that does not exist. This makes applications
7021    abort that use g_log_set_always_fatal().
7022
7023commit 32f9145e2536db7c162faca41347469c9aa8c1d2
7024Author: Nick Schermer <nick@xfce.org>
7025Date:   Mon Sep 14 00:17:43 2009 +0200
7026
7027    Fix Brians code comments.
7028
7029commit 8138f9038f970eb894ff90dde9d0c5b75901e1cf
7030Author: Nick Schermer <nick@xfce.org>
7031Date:   Sun Sep 13 14:28:46 2009 +0200
7032
7033    Add test framework for the bindings.
7034
7035    These test don't really check if the value set is correct,
7036    but more if the unbind functions work properly, since this
7037    is not something we test often.
7038
7039commit f5cbc11c25731eb9bdc4e15fa26f5440a53745df
7040Author: Nick Schermer <nick@xfce.org>
7041Date:   Sun Sep 13 14:16:05 2009 +0200
7042
7043    New internal (simpler) handling of bindings.
7044
7045    Code is only using signals for connecting and disconnecting the
7046    bindings. This works better with disconnecting from xfconf
7047    using weak refs.
7048
7049    It also uses one internal list for storing all the connected
7050    bindings, instead of a hash table and a list connected to the
7051    object. This makes it easier to understand and disconnecting
7052    is not really a performance issues here since we don't do
7053    that very often (I still think this is faster since the
7054    previous implementation poked both the hash table and the
7055    list attached to the object).
7056
7057    For the binding id, it uses the the signal handler from the
7058    channel's property-changed signal, which allows to drop the
7059    internal id counter.
7060
7061    Forthermore some warnings are printed when bindings are still
7062    connected when xfconf_shutdown() is called or when
7063    an unbind function is called without any result.
7064
7065commit a3feab906cd80a39db9dec0421453f5e379b943f
7066Author: Abel Martín <abel.martin.ruiz@gmail.com>
7067Date:   Fri Dec 18 18:15:32 2009 +0000
7068
7069    l10n: Updates to Spanish (Castilian) (es) translation
7070
7071    Transmitted-via: Transifex (translations.xfce.org)
7072
7073commit 010329cd9e7ee4543ee9911dbc815273f4dcab20
7074Author: Nick Schermer <nick@xfce.org>
7075Date:   Fri Dec 18 17:25:56 2009 +0100
7076
7077    Drop pot file.
7078
7079commit 064f9b87c048eabb648c5eed8237e3ed3225c53a
7080Author: Daniel Nylander <po@danielnylander.se>
7081Date:   Wed Dec 16 16:20:37 2009 +0000
7082
7083    l10n: Updates to Swedish (sv) translation
7084
7085    Transmitted-via: Transifex (translations.xfce.org)
7086
7087commit fb7bed5ad3d7d91b794e79053bf08dd87d9b523f
7088Author: Sergio Marques <smarquespt@gmail.com>
7089Date:   Mon Dec 14 16:40:11 2009 +0000
7090
7091    l10n: Updates to Portuguese (pt) translation
7092
7093    Transmitted-via: Transifex (translations.xfce.org)
7094
7095commit a15ad3d4099079df428ccece323eaaa5f992fd5b
7096Author: Piarres Beobide <pi@beobide.net>
7097Date:   Thu Nov 5 10:54:18 2009 +0000
7098
7099    l10n: Updates to Basque (eu) translation
7100
7101    Transmitted-via: Transifex (translations.xfce.org)
7102
7103commit 6ecb744a080b1d7a28b2bb3f1b2ab2603209e2e4
7104Author: Michal Várady <miko.vaji@gmail.com>
7105Date:   Sun Oct 25 09:53:19 2009 +0000
7106
7107    l10n: Updates to Czech (cs) translation
7108
7109    Transmitted-via: Transifex (translations.xfce.org)
7110
7111commit e911f35ab7afff77ad4056a130d1f8da0fb55a1c
7112Author: Xu Meihong <mhuntxu@gmail.com>
7113Date:   Tue Oct 20 15:35:40 2009 +0000
7114
7115    l10n: Updates to Chinese (China) (zh_CN) translation
7116
7117    Transmitted-via: Transifex (translations.xfce.org)
7118
7119commit 09b5223fa6be45b05f1d0ba0751030e8f3daacf7
7120Author: Rihards Prieditis <rprieditis@gmail.com>
7121Date:   Fri Oct 16 13:35:33 2009 +0000
7122
7123    l10n: Updates to Latvian (lv) translation
7124
7125    Transmitted-via: Transifex (translations.xfce.org)
7126
7127commit ab78fb0bd5a53c42b3ea8815b9cb042e1c78b1fb
7128Author: Carles Muñoz Gorriz <carlesmu@internautas.org>
7129Date:   Sun Oct 11 14:44:13 2009 +0000
7130
7131    l10n: Updates to Catalan (Valencian) (ca) translation
7132
7133    Transmitted-via: Transifex (translations.xfce.org)
7134
7135commit 0c6270a892c887fa3afe6416fcf29f45c39c958f
7136Author: Masato Hashimoto <cabezon.hashimoto@gmail.com>
7137Date:   Sun Oct 11 08:20:22 2009 +0000
7138
7139    l10n: Updates to Japanese (ja) translation
7140
7141    Transmitted-via: Transifex (translations.xfce.org)
7142
7143commit ca8727fd086e2464dfea680c7585f37a74074bae
7144Author: Per Kongstad <p_kongstad@op.pl>
7145Date:   Sun Oct 4 14:26:57 2009 +0000
7146
7147    l10n: Updates to Danish (da) translation
7148
7149    Transmitted-via: Transifex (translations.xfce.org)
7150
7151commit 898b2561d996c803d38810e746efc73d7ad5823b
7152Author: Leandro Regueiro <leandro.regueiro@gmail.com>
7153Date:   Thu Oct 1 16:10:02 2009 +0000
7154
7155    l10n: Updates to Galician (gl) translation
7156
7157    Transmitted-via: Transifex (translations.xfce.org)
7158
7159commit 163475af945d931bfc02e69eeb93d1efb83e4f1e
7160Author: Jannis Pohlmann <jannis@xfce.org>
7161Date:   Sun Sep 27 15:19:14 2009 +0200
7162
7163    Add xfconf-cache.c and xfconf-channel.c to POTFILES.in. Update po files.
7164
7165    We could also add these two files to POTFILES.skip as they don't contain
7166    any translatable strings. However, if this changes in the future then
7167    having the files in POTFILES.skip might lead to confusion as to why the
7168    strings aren't picked up.
7169
7170commit 441afdf98c42fcb7f3458853678f68eac8dc007f
7171Author: Jannis Pohlmann <jannis@xfce.org>
7172Date:   Sun Sep 27 15:13:42 2009 +0200
7173
7174    Add check for intltool to use a different po Makefile if it's available.
7175
7176    It seems that without the check for intltool, xdt-autogen (or whatever)
7177    pulls in a different po/Makefile.in.in template. We need the one
7178    modified for use with intltool, as this is also fixed not to modify
7179    files outside the distdir.
7180
7181commit 4c9c2b40fcbe6846abf31b7bb9acd1f7101d4dbe
7182Author: Jannis Pohlmann <jannis@xfce.org>
7183Date:   Sun Sep 27 15:05:40 2009 +0200
7184
7185    Previous commit seems to have worked. Add dist-hook: all to xfconfd.
7186
7187    Let's see if this finally fixes the build. If not, we can still revert
7188    it later.
7189
7190commit 1d688dd6ae3054336a1f4334a376c611d09e5170
7191Author: Jannis Pohlmann <jannis@xfce.org>
7192Date:   Sun Sep 27 14:11:29 2009 +0200
7193
7194    Add dist-hook: all to common/Makefile.am for testing.
7195
7196    I'll revert this if it doesn't fix make distcheck. It looks like xfconf
7197    fails inside "make dist-hook" on buildbot with a missing rule for
7198    libxfconf-common.la, but I'm not sure this will fix it.
7199
7200commit d7354073a2abf1c44606386eec28f0eae79049ca
7201Author: Brian J. Tarricone <brian@tarricone.org>
7202Date:   Sun Sep 20 13:24:23 2009 -0700
7203
7204    require xdt-autogen 4.7.2
7205
7206commit ba4157eb192c32273cca26ad679ea04e2af8a922
7207Author: Brian J. Tarricone <brian@tarricone.org>
7208Date:   Sat Sep 19 14:33:10 2009 -0700
7209
7210    use XDT_FEATURE_LINKER_OPTS and XDT_FEATURE_VISIBILTY, req xdt 4.7.1
7211
7212commit e623c119542028d5e4cb34087e772cc4ecf9f15e
7213Author: Brian J. Tarricone <brian@tarricone.org>
7214Date:   Fri Sep 18 17:50:27 2009 -0700
7215
7216    require xdt-autogen 4.7.0
7217
7218commit 7934bbe4827857971510442e1094b8252e4a98e1
7219Author: Brian J. Tarricone <brian@tarricone.org>
7220Date:   Fri Sep 18 16:45:08 2009 -0700
7221
7222    change rev tag from svn to git
7223
7224commit e2add87576c06d0e19e3ec22e0549fad2f998089
7225Author: Brian J. Tarricone <brian@tarricone.org>
7226Date:   Fri Sep 18 16:40:11 2009 -0700
7227
7228    pass correct parameters to XfconfCache::property-changed signal
7229
7230commit 2e1ab3eab298c69239752c05c1848c00db8e217c
7231Author: Brian J. Tarricone <brian@tarricone.org>
7232Date:   Fri Sep 18 16:38:27 2009 -0700
7233
7234    make xfconf_cache_reset() sync
7235
7236    this is unfortunate, but it's very hard to keep the cache consistent
7237    when doing this async.  there are also problems with calls to
7238    xfconf_channel_has_property() right after resetting a property.
7239
7240commit 02344cb918c9c111422136ce192fda7257e54872
7241Author: Brian J. Tarricone <brian@tarricone.org>
7242Date:   Fri Sep 18 16:11:08 2009 -0700
7243
7244    pass correct key to g_tree_remove()
7245
7246commit 2841ba12edb0281757d456ea398d4750e28a7467
7247Author: Brian J. Tarricone <brian@tarricone.org>
7248Date:   Fri Sep 18 15:48:19 2009 -0700
7249
7250    fix test framework, hopefully for the last time
7251
7252    add a --daemon option to xfconfd that forks(), prints its new child pid,
7253    and quits.  this lets us move xfconfd launching into the test script and
7254    out of the C file.  also we make sure to kill xfconfd and dbus-daemon
7255    after each test run.  this seems to work without any weird dbus errors.
7256
7257commit 65d1fe5e7ec68bc69aab890a074a89bc73b80444
7258Author: Brian J. Tarricone <brian@tarricone.org>
7259Date:   Fri Sep 18 14:00:11 2009 -0700
7260
7261    add -Wno-sign-compare to the gtk-doc Makefile.am
7262
7263    there's a bug in gtk-doc's generated scanner .c file.  lame.
7264
7265commit 5433569e579c8c4d9a33d22c4aa5a160da79ac59
7266Author: Rihards Prieditis <rprieditis@gmail.com>
7267Date:   Fri Sep 18 17:28:04 2009 +0000
7268
7269    l10n: Updates to Latvian (lv) translation
7270
7271    Transmitted-via: Transifex (translations.xfce.org)
7272
7273commit 5f817a85ec0ef3f179456ea2a7ebf47fea88781c
7274Author: Jannis Pohlmann <jannis@xfce.org>
7275Date:   Fri Sep 18 17:22:25 2009 +0200
7276
7277    Add dist-hook: all to the xfconf library makefile. Required for gtk-doc.
7278
7279commit c6a1571f014c4c6ac3bc45b2b7846337abf1b865
7280Author: Jannis Pohlmann <jannis@xfce.org>
7281Date:   Fri Sep 18 15:53:48 2009 +0200
7282
7283    Add dist-hook: all to the API reference makefile. Required for gtk-doc.
7284
7285commit 35a36e5dc4563d3c29e9bcb742a3460e3670d2b0
7286Author: Brian J. Tarricone <brian@tarricone.org>
7287Date:   Thu Sep 17 21:27:37 2009 -0700
7288
7289    send errors to stderr, not stdout
7290
7291commit 508a4fe20284ff9ba4e4bfb51777ebcc5b033d48
7292Author: Robert Hartl <hartl.robert@gmail.com>
7293Date:   Thu Sep 17 18:10:35 2009 +0000
7294
7295    l10n: Slovak translation
7296
7297    Transmitted-via: Transifex (translations.xfce.org)
7298
7299commit 34ef15719ce6cf16d0e94ca36feb35cd81cda195
7300Author: Jean-François Wauthy <pollux@xfce.org>
7301Date:   Wed Sep 16 13:08:37 2009 +0200
7302
7303    Fix typo in xfconf/Makefile.am
7304
7305commit 2232d8577105799c758c63394a8d5a2fa8766d6c
7306Author: Brian J. Tarricone <brian@tarricone.org>
7307Date:   Sat Sep 5 01:27:58 2009 -0700
7308
7309    always call the parent class' dispose
7310
7311commit 0fe179d8fa21ceea20d548b7546dc9b0be943edb
7312Author: Brian J. Tarricone <brian@tarricone.org>
7313Date:   Fri Sep 4 20:55:55 2009 -0700
7314
7315    move dbus signal disconnection to XfconfChannel dispose (bug 5493)
7316
7317    patch from Nick Schermer <nick@xfce.org>.  the idea is that you can
7318    connect xfconf_shutdown() to a weak ref on the channel and everything
7319    will work ok.  since the weak ref callbacks run before the object's
7320    finalize function, shutting down xfconf before finalize would cause
7321    problems when the dbus signals would try to be disconnected in the
7322    finalize handler.
7323
7324commit c5161f07c455d7d6e8cc4f440600173845fdac0c
7325Author: Brian J. Tarricone <brian@tarricone.org>
7326Date:   Fri Sep 4 20:48:51 2009 -0700
7327
7328    update NEWS
7329
7330commit 33e2000ddb2a3f50a03409860eedd1626ca76467
7331Author: Brian J. Tarricone <brian@tarricone.org>
7332Date:   Fri Sep 4 20:47:12 2009 -0700
7333
7334    fix compilation with Sun cc (bug 5477)
7335
7336commit e4bdbc5356ad69c35fd4e5f8bdd56879aaabd2d8
7337Author: Brian J. Tarricone <brian@tarricone.org>
7338Date:   Fri Sep 4 20:42:03 2009 -0700
7339
7340    add .gitignore
7341
7342commit eb2e307ffda8df9c8588bb9db77c3a411b8ce0fe
7343Author: Brian J. Tarricone <brian@tarricone.org>
7344Date:   Fri Sep 4 20:35:32 2009 -0700
7345
7346    emit proper arguments on XfconfCache::property-changed signal (bug 5734)
7347
7348    that's what happens when you copy and paste and don't change the
7349    arguments.  also remove the G_SIGNAL_DETAILED flag for property-changed
7350    since we don't really need it for XfconfCache (just for XfconfChannel).
7351
7352commit acb9b2085364aa860aed4df663cb95b8931d5a18
7353Author: Brian J. Tarricone <brian@tarricone.org>
7354Date:   Thu Sep 3 20:03:24 2009 -0700
7355
7356    don't emit property-changed twice (bug 5718)
7357
7358    this can cause infinite loops because the XfconfCache will avoid
7359    emitting property-changed if set() is called which re-sets the value
7360    to the already-set value, but XfconfChannel would emit the signal
7361    no matter what.
7362
7363commit 0aa4faca0929d45902e878fd859aba37c35d04e7
7364Author: Brian J. Tarricone <brian@tarricone.org>
7365Date:   Sun Aug 23 01:20:39 2009 -0700
7366
7367    fix detection of channel/property not found error when setting props
7368
7369    dbus-glib's GError registration/mapping is crap.  instead of doing
7370    something actually useful and mapping the error returned by dbus
7371    (e.g. "org.xfce.Xfconf.Error.PropertyNotFound") back into the
7372    correct GError domain (XFCONF_ERROR) and GError code
7373    (XFCONF_ERROR_PROPERTY_NOT_FOUND), it instead uselessly uses
7374    DBUS_GERROR and DBUS_GERROR_REMOTE_EXCEPTION, and then tacks the
7375    raw error string onto the end of GError::message, "hiding" it
7376    with a NUL byte.  useless.
7377
7378commit 86cfde6cddef120622d91af606ecaf417186a678
7379Author: Brian J. Tarricone <brian@tarricone.org>
7380Date:   Sun Aug 23 00:59:11 2009 -0700
7381
7382    fix crash; g_propagate_error() doesn't copy the src error
7383
7384    ... so we can't free it afterwards, obviously
7385
7386commit 8f1c96c0fd9f4870d64ce88ebdac002b601f69b0
7387Author: Brian J. Tarricone <brian@tarricone.org>
7388Date:   Sun Aug 23 00:58:22 2009 -0700
7389
7390    fix compiler warnings
7391
7392commit 99ec06c8a540d1711d1ba43ce64d5bcff72de3f2
7393Author: Bauzhan Muftakhidinov <baurthefirst@gmail.com>
7394Date:   Thu Aug 20 12:28:33 2009 +0000
7395
7396    l10n: New translation to Kazakh
7397
7398    Transmitted-via: Transifex (translations.xfce.org)
7399
7400commit f7effe6907669d8ed9d1ee4fa2c09bc451df66cd
7401Author: Brian J. Tarricone <brian@tarricone.org>
7402Date:   Tue Aug 11 03:09:02 2009 -0700
7403
7404    add module desription file
7405
7406commit 61c472b50e6a224dfc0313043ed463a2f2a2d489
7407Author: Mike Massonnet <mmassonnet@xfce.org>
7408Date:   Sat Aug 8 13:26:34 2009 +0000
7409
7410    update xfce translation
7411
7412    (Old svn revision: 30448)
7413
7414commit 253ab49769aacd16b1da6e6e4df04de793989820
7415Author: Gabor Kelemen <kelemeng@gnome.hu>
7416Date:   Fri Aug 7 14:31:52 2009 +0000
7417
7418    2009-08-07  Gabor Kelemen  <kelemeng@gnome.hu>
7419
7420            * hu.po: Translation updated.
7421
7422    (Old svn revision: 30445)
7423
7424commit fb1ed1eb59b71e1a73d5e224a2a5e876d1c92512
7425Author: Brian Tarricone <brian@tarricone.org>
7426Date:   Wed Jul 29 22:10:52 2009 +0000
7427
7428    fix a possible reentrancy issue.
7429
7430    a client could re-enter the set function when handling the signal
7431    that reverts a property value after an error.  if the old_item is
7432    still in one of the hash tables, that could confuse things.
7433
7434    (Old svn revision: 30419)
7435
7436commit c62009f0861f2d5f36498f33eaa504eb74a57913
7437Author: Brian Tarricone <brian@tarricone.org>
7438Date:   Wed Jul 29 21:43:07 2009 +0000
7439
7440    revert async property fetch for bindings
7441
7442    with the new caching in place, this doesn't really speed things up
7443    anymore, and was problematic to begin with.
7444
7445    (Old svn revision: 30418)
7446
7447commit 027ec10dedf28ed52476a405494986697d6344db
7448Author: Brian Tarricone <brian@tarricone.org>
7449Date:   Wed Jul 29 21:42:58 2009 +0000
7450
7451    add transparent property prefetching and caching
7452
7453    XfconfCache is a transparent cache that sits behind XfconfChannel,
7454    and, so far, involves no new API.  this moves most of the dbus code
7455    from XfconfChannel to XfconfCache.  on creation, XfconfChannel gets
7456    an XfconfCache object for that channel (the cache objects are
7457    per-channel-name singletons, regardless of property_base or whether
7458    or not the XfconfChannel is a singleton).
7459
7460    on creation, XfconfChannel prefetches all properties in the channel.
7461    this might turn out to be a bad idea for large channels.
7462
7463    property setting does not block if the setting is already in the cache.
7464    i may change this in the future to not block at all ever, but that
7465    might make reporting certain kinds of errors impossible.  property
7466    resets are completely non-blocking.  lookups are non-blocking if
7467    the setting is already in the cache.  the cache automatically
7468    updates itself if another application modifies a property.
7469
7470    the cache has hooks to set the maximum age of entries (in seconds)
7471    and the max number of entries to store in the cache.  currently
7472    these two are unimplemented, and i'm not sure if there's value to
7473    exposing these in the public API.
7474
7475    (Old svn revision: 30417)
7476
7477commit 99836266fd6717cbb17c65f285e2e066f5091c69
7478Author: Mike Massonnet <mmassonnet@xfce.org>
7479Date:   Thu Jul 9 12:42:21 2009 +0000
7480
7481    Add Asturian translations
7482
7483    (Old svn revision: 30229)
7484
7485commit 5537b486d5b3c53b224cf7024c12fd2c3e954c8b
7486Author: Gabor Kelemen <kelemeng@gnome.hu>
7487Date:   Wed Jun 24 00:51:21 2009 +0000
7488
7489    2009-06-24  Gabor Kelemen  <kelemeng@gnome.hu>
7490
7491            * hu.po: Translation reworked.
7492
7493    (Old svn revision: 30076)
7494
7495commit b8443cba794371d6248741f3be104d318e2b3f16
7496Author: Mike Massonnet <mmassonnet@xfce.org>
7497Date:   Mon Jun 15 12:47:08 2009 +0000
7498
7499    update translation
7500
7501    (Old svn revision: 30019)
7502
7503commit 169c254ec0b8a53bb287271bd512874e868b6177
7504Author: Mike Massonnet <mmassonnet@xfce.org>
7505Date:   Tue Jun 9 20:33:53 2009 +0000
7506
7507    Drop svn:executable bit from po files
7508
7509    (Old svn revision: 29999)
7510
7511commit 71ea83c154d37e0a32ef410331dee53c8a5d9641
7512Author: Brian Tarricone <brian@tarricone.org>
7513Date:   Sun Jun 7 00:55:12 2009 +0000
7514
7515    silence warning when --enable-checks was not specified
7516
7517    (Old svn revision: 29997)
7518
7519commit 7550ef54127280edecb8ef5926375ed911596990
7520Author: Brian Tarricone <brian@tarricone.org>
7521Date:   Sat Jun 6 09:10:57 2009 +0000
7522
7523    patch from nick to silence warnings (bug 5362)
7524
7525    (Old svn revision: 29996)
7526
7527commit bf3553f1192afdbceb4189f10ad5dc7cf56d0cd9
7528Author: Brian Tarricone <brian@tarricone.org>
7529Date:   Sat Jun 6 09:05:49 2009 +0000
7530
7531    bindings: fix async property fetch when the channel has a property base
7532
7533    (Old svn revision: 29995)
7534
7535commit f97c6c5034507f1e79b44185f8be35d5ceafcb6b
7536Author: Dumitru Moldovan <niznaiul@gmail.com>
7537Date:   Sat May 30 12:58:12 2009 +0000
7538
7539    Added initial xfce4-settings Romanian translation
7540    Changed mail addresses for myself and Romanian language team
7541    Other minor improvements and updates for libexo, thunar, terminal and xfcalendar
7542
7543
7544
7545    (Old svn revision: 29989)
7546
7547commit aa3fd36abd2f66a1cc8340b340623acb69301a3f
7548Author: Mike Massonnet <mmassonnet@xfce.org>
7549Date:   Fri May 29 10:43:27 2009 +0000
7550
7551    update xfce translations
7552
7553    (Old svn revision: 29988)
7554
7555commit 5b384addd8a4af66c4f023a7ce8904363c96692f
7556Author: Brian Tarricone <brian@tarricone.org>
7557Date:   Fri May 15 18:47:30 2009 +0000
7558
7559    actually work around stupid dbus-binding-tool bug properly
7560
7561    (Old svn revision: 29967)
7562
7563commit c15ab2d98c41a7769e8cae6b3fe5c4aee85645a7
7564Author: Brian Tarricone <brian@tarricone.org>
7565Date:   Fri May 15 05:27:14 2009 +0000
7566
7567    Revert "add svn version tag"
7568
7569    (Old svn revision: 29964)
7570
7571commit 49ad7d541fbbde22f22e4e5fb47ce633f3ea7a3b
7572Author: Brian Tarricone <brian@tarricone.org>
7573Date:   Fri May 15 04:11:24 2009 +0000
7574
7575    add svn version tag
7576
7577    (Old svn revision: 29963)
7578
7579commit 6c9d398825e1210730478d69cf5afe279f9c3342
7580Author: Brian Tarricone <brian@tarricone.org>
7581Date:   Fri May 15 04:06:01 2009 +0000
7582
7583    hopefully speed up app start time (for apps that do a decent number of
7584    property bindings) by making the initial property fetch async
7585
7586    (Old svn revision: 29962)
7587
7588commit a7f0c0c4d3e4bb60d6895c244e07e0f79a042b1c
7589Author: Mike Massonnet <mmassonnet@xfce.org>
7590Date:   Mon May 11 19:16:17 2009 +0000
7591
7592    update latvian translation
7593
7594    (Old svn revision: 29940)
7595
7596commit 429afe25de532cb9787e82337f0615aea833ad8f
7597Author: Mike Massonnet <mmassonnet@xfce.org>
7598Date:   Mon Apr 20 12:10:17 2009 +0000
7599
7600    xfce translation update
7601
7602    (Old svn revision: 29856)
7603
7604commit eddadc3561895731c9803fd9a2a5989f7d427b73
7605Author: Mike Massonnet <mmassonnet@xfce.org>
7606Date:   Thu Apr 16 08:45:36 2009 +0000
7607
7608    galician translation update
7609
7610    (Old svn revision: 29822)
7611
7612commit c982d6a54cf903713ca6a7594cf267391aee1b41
7613Author: Stephan Arts <stephan@xfce.org>
7614Date:   Tue Apr 7 21:38:21 2009 +0000
7615
7616    Bump version number
7617
7618
7619    (Old svn revision: 29716)
7620
7621commit 1f82dfc2cc35d0a8d2d21e2d07ece3b74b185568
7622Author: Stephan Arts <stephan@xfce.org>
7623Date:   Tue Apr 7 21:30:41 2009 +0000
7624
7625    Update .po files
7626
7627
7628    (Old svn revision: 29713)
7629
7630commit c012594ed3a74e33c3454e9c8bf37e2e07fe4a00
7631Author: Stephan Arts <stephan@xfce.org>
7632Date:   Tue Apr 7 21:23:44 2009 +0000
7633
7634    Update ChangeLog
7635
7636
7637
7638    (Old svn revision: 29712)
7639
7640commit 7e6d6c08e5bb8e5115eca7e4aed453a9d4e7beed
7641Author: Stephan Arts <stephan@xfce.org>
7642Date:   Tue Apr 7 21:22:11 2009 +0000
7643
7644    ==== Released Xfce 4.6.1 ====
7645
7646
7647
7648    (Old svn revision: 29711)
7649
7650commit 871d08b964f9a54e355d3920092d48d1e019e880
7651Author: Piotr Sokól <piotr.sokol@10g.pl>
7652Date:   Mon Mar 30 15:14:15 2009 +0000
7653
7654    Updated Polish translations
7655
7656    (Old svn revision: 29690)
7657
7658commit d49c2da0b7998eaf298a0bf4d02fe4f7864695f5
7659Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7660Date:   Sun Mar 29 22:03:06 2009 +0000
7661
7662    Translations updates - es it ku
7663
7664    (Old svn revision: 29689)
7665
7666commit 3c088c64c22949a16d887245af8c257d0e6d39b2
7667Author: Mike Massonnet <mmassonnet@xfce.org>
7668Date:   Sat Mar 28 15:06:37 2009 +0000
7669
7670    update german translations
7671
7672    (Old svn revision: 29687)
7673
7674commit 5a13828567138f90353578faf80afb8dc7bc4be4
7675Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7676Date:   Fri Mar 27 22:27:47 2009 +0000
7677
7678    Translations updates - gl pt ru
7679
7680    (Old svn revision: 29686)
7681
7682commit 74dfaa862351e846395938792cd78ef405e1c294
7683Author: Piotr Sokól <piotr.sokol@10g.pl>
7684Date:   Mon Mar 23 10:13:59 2009 +0000
7685
7686    Updated Polish translations
7687
7688    (Old svn revision: 29682)
7689
7690commit 860dbf59556762f5b70e9addec918915823a520e
7691Author: Brian Tarricone <brian@tarricone.org>
7692Date:   Wed Mar 11 23:35:58 2009 +0000
7693
7694    be a bit safer when writing out channel files
7695
7696    (Old svn revision: 29651)
7697
7698commit fb419473cf0f122b8ad67dd7989b6a805e47fe0c
7699Author: Mike Massonnet <mmassonnet@xfce.org>
7700Date:   Thu Mar 5 14:52:02 2009 +0000
7701
7702    Renamed pt_PT to pt and nb_NO to nb (bug #4574)
7703
7704    (Old svn revision: 29645)
7705
7706commit 94c00eaee28dcb80e71719caec00a05ad0ce4c9f
7707Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7708Date:   Mon Mar 2 23:18:41 2009 +0000
7709
7710    Translations updates - pt_PT
7711
7712    (Old svn revision: 29641)
7713
7714commit a30a25473f0736f32f3513cf4f19a29256223e1f
7715Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7716Date:   Sun Mar 1 22:47:35 2009 +0000
7717
7718    Translations updates - es pl uk
7719
7720    (Old svn revision: 29639)
7721
7722commit ac1b47a43a68d7ad1c67c60de8465e07fd881dc0
7723Author: Stephan Arts <stephan@xfce.org>
7724Date:   Tue Feb 24 00:49:38 2009 +0000
7725
7726    Update ChangeLog
7727
7728
7729
7730    (Old svn revision: 29556)
7731
7732commit 6ffed75f97c0d898cf95359ec9fef6d511f6057b
7733Author: Stephan Arts <stephan@xfce.org>
7734Date:   Tue Feb 24 00:46:25 2009 +0000
7735
7736    ==== Xfce 4.6.0 Released ====
7737
7738
7739
7740    (Old svn revision: 29553)
7741
7742commit c876b9f0c34a156f659499a094e45b9f1541dace
7743Author: Stephan Arts <stephan@xfce.org>
7744Date:   Mon Feb 23 09:08:34 2009 +0000
7745
7746    Remove unimplemented import and export functions
7747
7748
7749
7750    (Old svn revision: 29541)
7751
7752commit d752de1f66819ee74986344e010af1b0746de07d
7753Author: Mike Massonnet <mmassonnet@xfce.org>
7754Date:   Sun Feb 22 12:42:18 2009 +0000
7755
7756    update japanese translation
7757
7758    (Old svn revision: 29530)
7759
7760commit 3269987685f757ff1aa26040438addd0fb1617d5
7761Author: Mike Massonnet <mmassonnet@xfce.org>
7762Date:   Sun Feb 22 10:28:18 2009 +0000
7763
7764    update translations
7765
7766    (Old svn revision: 29528)
7767
7768commit 7e01babed4a0ad9b6abae15e96686d920a2af60c
7769Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7770Date:   Fri Feb 20 23:58:46 2009 +0000
7771
7772    Translations Updates - ca es gl id it pt_PT zh_CN
7773
7774    (Old svn revision: 29526)
7775
7776commit 87ba74729345f7e92b92ff5fd930cdd581413cbc
7777Author: Stephan Arts <stephan@xfce.org>
7778Date:   Fri Feb 20 18:57:23 2009 +0000
7779
7780    Fix Bug #4622, applied patch by Mike Massonnet
7781    <mike.massonnet@gmail.com>  (with changes)
7782
7783
7784    (Old svn revision: 29522)
7785
7786commit f35ecf2b617b54e159c2e63b19b2ee6370306c63
7787Author: Per Kongstad <p_kongstad@op.pl>
7788Date:   Mon Feb 16 15:54:49 2009 +0000
7789
7790            * da.po: Danish translation update (Per Kongstad)
7791
7792            * da.po: Danish translation update (Per Kongstad)
7793
7794
7795
7796
7797
7798
7799            * da.po: Updated Danish traanslation (Per Kongstad)
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832    (Old svn revision: 29494)
7833
7834commit a34fc95a28ea3c5071a6a3db929d285534358888
7835Author: Stephan Arts <stephan@xfce.org>
7836Date:   Thu Feb 12 09:14:43 2009 +0000
7837
7838    Revert previous change to xfconf-query, but still clean up the
7839    g_critical assertion
7840
7841
7842
7843    (Old svn revision: 29483)
7844
7845commit 812970cdbc79a06f045569294062aac3c250664c
7846Author: Mike Massonnet <mmassonnet@xfce.org>
7847Date:   Wed Feb 11 12:24:49 2009 +0000
7848
7849    update french translation
7850
7851    (Old svn revision: 29481)
7852
7853commit 3ac1ab90c319ccacca71d6041d23aa16087ad041
7854Author: SZERVÁC Attila <sas@321.hu>
7855Date:   Wed Feb 11 01:59:02 2009 +0000
7856
7857    [intl:hu] little updates for 4.6
7858
7859
7860
7861    (Old svn revision: 29477)
7862
7863commit 74fcdcd5b231bc9fe2dd5ecda0e79ef3a7319cc6
7864Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7865Date:   Sun Feb 8 08:20:15 2009 +0000
7866
7867    Translations udaptes - de id ja nb pl zh_CN
7868
7869    (Old svn revision: 29472)
7870
7871commit 90624368dfb5b977bee98f13775b39c0a7693b11
7872Author: Stephan Arts <stephan@xfce.org>
7873Date:   Sat Feb 7 23:18:54 2009 +0000
7874
7875    Fix my previous commit
7876
7877
7878
7879    (Old svn revision: 29471)
7880
7881commit 6416aaa94b4dd5fdf6d8750da58f4fa2402b3181
7882Author: Alexander Toresson <alexander.toresson@gmail.com>
7883Date:   Sat Feb 7 20:02:49 2009 +0000
7884
7885    xfwm4/trunk/po:
7886            * sv.po: Swedish translation update (Daniel Nylander)
7887    xfconf/trunk/po:
7888            * sv.po: Swedish translation update (Daniel Nylander)
7889
7890    (Old svn revision: 29466)
7891
7892commit 50d1ed69f87db77822fbd4abf53814034114a94b
7893Author: Stephan Arts <stephan@xfce.org>
7894Date:   Sat Feb 7 13:52:04 2009 +0000
7895
7896    Now it supports showing array contents inside the verbose-list view.
7897
7898
7899
7900    (Old svn revision: 29460)
7901
7902commit 07f962b794d2d94c5ca8575fe4436833376afd36
7903Author: Og Maciel <ogmaciel@gnome.org>
7904Date:   Thu Feb 5 01:20:49 2009 +0000
7905
7906    Updated Brazilian Portuguese translation.
7907
7908    (Old svn revision: 29450)
7909
7910commit 58574c52fa2fc612ff8c53057a67a64f83a1c430
7911Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7912Date:   Tue Feb 3 21:07:56 2009 +0000
7913
7914    Translations updates - en_GB es
7915
7916    (Old svn revision: 29443)
7917
7918commit ff5a4ff20d3a63608c7df6d3a952e5af2059899f
7919Author: Brian Tarricone <brian@tarricone.org>
7920Date:   Mon Feb 2 05:57:54 2009 +0000
7921
7922    just malloc a GType to store in the hash table rather than assuming a
7923    GType will always fit in a pointer, and/or using the annoying macros
7924    that don't really do what we want (but 4881).
7925
7926    (Old svn revision: 29428)
7927
7928commit 9ee4a56187ed936c5abfa8b3142fd9c61104a913
7929Author: Stephan Arts <stephan@xfce.org>
7930Date:   Sun Feb 1 21:47:21 2009 +0000
7931
7932    Replace GUINT_TO_POINTER and GPOINTER_TO_UINT with GSIZE_TO_POINTER and GPOINTER_TO_SIZE respectively.
7933    Fixes segfault on AMD64 (Bug #4881)
7934
7935
7936
7937    (Old svn revision: 29426)
7938
7939commit 36b739b7d9529b5d33a9c1c7458a83bcdd4b898b
7940Author: Eren Turkay <turkay.eren@gmail.com>
7941Date:   Sat Jan 31 17:38:45 2009 +0000
7942
7943    Turkish translation update by Gokmen Gorgen and Samed Beyribey
7944
7945    (Old svn revision: 29417)
7946
7947commit 5102f5e4cda819eb617e01e25ded0530c5fe2aed
7948Author: Piarres Beobide <pi@beobide.net>
7949Date:   Mon Jan 26 23:15:51 2009 +0000
7950
7951    Trunk Basque translation update
7952
7953
7954    (Old svn revision: 29401)
7955
7956commit 23e5bc02bd8387edc23df00fb5734fd308c6e844
7957Author: Michal Varady <miko.vaji@gmail.com>
7958Date:   Mon Jan 26 20:52:28 2009 +0000
7959
7960    Czech translation updated
7961
7962    (Old svn revision: 29395)
7963
7964commit ea6d48703f0871cd2ffdc8eec9587f8f47e2739a
7965Author: Maximilian Schleiss <maxschleiss@solnet.ch>
7966Date:   Mon Jan 26 20:39:38 2009 +0000
7967
7968    Translations updates - ca fr uk
7969
7970    (Old svn revision: 29394)
7971
7972commit f9d581f63de2d3297112ec27e22c6ca2aa844668
7973Author: Jannis Pohlmann <jannis@xfce.org>
7974Date:   Mon Jan 26 12:57:22 2009 +0000
7975
7976    Update ChangeLog.
7977
7978
7979    (Old svn revision: 29388)
7980
7981commit 2fa602a275f39b08d5836c8f990867a367580001
7982Author: Jannis Pohlmann <jannis@xfce.org>
7983Date:   Mon Jan 26 12:57:09 2009 +0000
7984
7985    Update NEWS and translation files for the release.
7986
7987    (Old svn revision: 29387)
7988
7989commit 6df706aca8db57a7e0b961ebe51d1f62a5017758
7990Author: Brian Tarricone <brian@tarricone.org>
7991Date:   Mon Jan 26 10:17:19 2009 +0000
7992
7993    don't translate "true" or "false" in xfconf-query output
7994
7995    (Old svn revision: 29385)
7996
7997commit 0e3e01cebb678d33f73e04c307fee587f60fa4b4
7998Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
7999Date:   Sun Jan 25 14:33:11 2009 +0000
8000
8001    Update Finnish translations.
8002
8003
8004    (Old svn revision: 29345)
8005
8006commit f615ecdbda227e3956f6d727da06b87ba5d8311c
8007Author: Og Maciel <ogmaciel@gnome.org>
8008Date:   Sun Jan 25 14:27:24 2009 +0000
8009
8010    Updated Brazilian Portuguese translation.
8011
8012    (Old svn revision: 29344)
8013
8014commit 0b9aa9fc48e1b86aae3305a00b6f4f7e3593d9e1
8015Author: Stephan Arts <stephan@xfce.org>
8016Date:   Sun Jan 25 01:13:06 2009 +0000
8017
8018    Remove the svn tag
8019
8020
8021
8022    (Old svn revision: 29327)
8023
8024commit 5982f70090521f82a422fe81db6939ab2b370339
8025Author: Stephan Arts <stephan@xfce.org>
8026Date:   Sun Jan 25 00:48:21 2009 +0000
8027
8028    Update version number, NEWS and ChangeLog
8029
8030
8031
8032    (Old svn revision: 29320)
8033
8034commit e7a050d8046d33d816f8f58b3af97ccb633ab939
8035Author: Stephan Arts <stephan@xfce.org>
8036Date:   Sat Jan 24 18:25:29 2009 +0000
8037
8038    - Update .po files
8039    - Add dutch translation
8040
8041
8042
8043    (Old svn revision: 29309)
8044
8045commit 90e88930bb38b78a9da62cf4297b8a1add36a713
8046Author: Per Kongstad <p_kongstad@op.pl>
8047Date:   Fri Jan 23 18:40:01 2009 +0000
8048
8049    Danish translation update
8050    M    xfconf/trunk/po/da.po
8051    M    xarchiver/trunk/po/da.po
8052    M    xfce4-panel/trunk/po/da.po
8053
8054
8055    (Old svn revision: 29299)
8056
8057commit de1daa79fc103544757fe60796f9827c237c8d66
8058Author: Per Kongstad <p_kongstad@op.pl>
8059Date:   Fri Jan 23 15:36:15 2009 +0000
8060
8061            * da.po: Danish translation update (Per Kongstad)
8062
8063
8064
8065
8066
8067
8068
8069            * da.po: Danish translation updated (Per Kongstad)
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100            * da.po: Danish translation update (Per Kongstad)
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114            * da.po: Danish translation updated (Per Kongstad)
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124            * da.po: Danish translation updated to 0.5.2 (Per Kongstad)
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138            * da.po: Danish translation update (Per Kongstad)
8139
8140            * da.po: Danish tranlation update 4.5.93 (Per Kongstad)
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166            * da.po, LINGUAS: Danish translation added (Per Kongstad)
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178            * da.po : Danish translation updated (Per Kongstad)
8179
8180    (Old svn revision: 29298)
8181
8182commit 8432b828cb23ec8b1a36b06e8d0db1e8aa0a372d
8183Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8184Date:   Wed Jan 21 20:48:50 2009 +0000
8185
8186    Translations udpates - fr zh_CN
8187
8188    (Old svn revision: 29290)
8189
8190commit fb25552f88f07e59dba7118932a3b6fe0f4e1159
8191Author: Og Maciel <ogmaciel@gnome.org>
8192Date:   Mon Jan 19 22:11:19 2009 +0000
8193
8194    Updated Brazilian Portuguese translation.
8195
8196    (Old svn revision: 29280)
8197
8198commit 775adfc83c6ecfeb24346f5578733143f58c0a78
8199Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8200Date:   Mon Jan 19 20:58:29 2009 +0000
8201
8202    Translations udpates - es fr nb_NO zh_CN
8203
8204    (Old svn revision: 29279)
8205
8206commit e59df5af19f756296909a5029566e754564e2631
8207Author: Alexander Toresson <alexander.toresson@gmail.com>
8208Date:   Sun Jan 18 12:32:33 2009 +0000
8209
8210    xfce4-session/trunk/po:
8211            * sv.po: Swedish translation update (Daniel Nylander)
8212    xfce4-panel/trunk/po:
8213            * sv.po: Swedish translation update (Daniel Nylander)
8214    xfce4-settings/trunk/po:
8215            * sv.po: Swedish translation update (Daniel Nylander)
8216    libxfce4menu/trunk/po:
8217            * sv.po: Swedish translation update (Daniel Nylander)
8218    libxfce4util/trunk/po:
8219            * sv.po: Swedish translation update (Daniel Nylander)
8220    xfwm4/trunk/po:
8221            * sv.po: Swedish translation update (Daniel Nylander)
8222    xfce4-appfinder/trunk/po:
8223            * sv.po: Swedish translation update (Daniel Nylander)
8224    xfconf/trunk/po:
8225            * sv.po: Swedish translation update (Daniel Nylander)
8226    libxfcegui4/trunk/po:
8227            * sv.po: Swedish translation update (Daniel Nylander)
8228
8229    (Old svn revision: 29271)
8230
8231commit a3ba743b537359793176b7af1904091cdaef9ec5
8232Author: Michal Varady <miko.vaji@gmail.com>
8233Date:   Sat Jan 17 16:26:31 2009 +0000
8234
8235    Czech translation updated
8236
8237
8238    (Old svn revision: 29268)
8239
8240commit 3668e8f46effb472a85921e17a61386bae168f5b
8241Author: Jannis Pohlmann <jannis@xfce.org>
8242Date:   Wed Jan 14 21:18:59 2009 +0000
8243
8244    Post-release version bump.
8245
8246    (Old svn revision: 29248)
8247
8248commit 2ded4f6aeaea66e6732cc794f681c5695a04edc8
8249Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8250Date:   Sun Jan 11 22:28:23 2009 +0000
8251
8252    Translations updates - ca es ja
8253
8254    (Old svn revision: 29184)
8255
8256commit 020615c4e96c9718c92fcd1318ff5ed340b50959
8257Author: Stephan Arts <stephan@xfce.org>
8258Date:   Sun Jan 11 08:23:25 2009 +0000
8259
8260    Update ChangeLog, NEWS and version-number
8261
8262
8263
8264    (Old svn revision: 29136)
8265
8266commit c6bf1054c7ceac9021fa3adb7f6c83702dd514c8
8267Author: Jannis Pohlmann <jannis@xfce.org>
8268Date:   Sat Jan 10 22:31:44 2009 +0000
8269
8270    Apply another small string review patch by David Mohr (same bug as
8271    before).
8272
8273    (Old svn revision: 29120)
8274
8275commit 1ee1d4717dfa71b30721d6857c3ef0b9a8ec2f03
8276Author: Brian Tarricone <brian@tarricone.org>
8277Date:   Fri Jan 9 02:07:06 2009 +0000
8278
8279    string review patch from david mohr (bug 4770)
8280
8281    (Old svn revision: 29117)
8282
8283commit 1310d012ed5af5628c50d83e7019a659829bf04c
8284Author: Michal Varady <miko.vaji@gmail.com>
8285Date:   Wed Dec 31 02:40:54 2008 +0000
8286
8287    Czech translation fixed
8288
8289    (Old svn revision: 29071)
8290
8291commit 85b2092f22bb827cee6f6993b0d621387655ce6d
8292Author: SZERVÁC Attila <sas@321.hu>
8293Date:   Tue Dec 30 10:26:43 2008 +0000
8294
8295    [intl:hu] littlefixes2
8296
8297
8298
8299    (Old svn revision: 29063)
8300
8301commit e2fdeeb9d42fd14a0131435ef020fc110aff22e0
8302Author: Brian Tarricone <brian@tarricone.org>
8303Date:   Sat Dec 27 04:45:19 2008 +0000
8304
8305    fix a bunch of warnings
8306
8307    (Old svn revision: 29055)
8308
8309commit 7455b9403f3c953060e821c18f8a1c624d99863f
8310Author: Brian Tarricone <brian@tarricone.org>
8311Date:   Thu Dec 25 11:30:12 2008 +0000
8312
8313    allow passing arbitrary options to the perl bindings' Makefile.PL via
8314    configure --with-perl-options="foo".  patch from
8315    <yselkowitz@users.sourceforge.net> (bug 4735)
8316
8317    (Old svn revision: 29048)
8318
8319commit 72e71dd5f2acfb8deb83ac5c601d060eda4f3465
8320Author: Brian Tarricone <brian@tarricone.org>
8321Date:   Thu Dec 25 11:30:01 2008 +0000
8322
8323    fix perl binding link order on cygwin patch from
8324    <yselkowitz@users.sourceforge.net> (bug 4735)
8325
8326    (Old svn revision: 29047)
8327
8328commit 3299e6352204fc5ccb6360bd5e2191a5b81f7405
8329Author: Alexander Toresson <alexander.toresson@gmail.com>
8330Date:   Sat Dec 13 21:25:06 2008 +0000
8331
8332    xfce4-panel/trunk/po:
8333            * sv.po: Swedish translation update (Daniel Nylander)
8334    xfdesktop/trunk/po:
8335            * sv.po: Swedish translation update (Daniel Nylander)
8336    xfprint/trunk/po:
8337            * sv.po: Swedish translation update (Daniel Nylander)
8338    xfce4-mixer/trunk/po:
8339            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
8340    xfce4-icon-theme/trunk/po:
8341            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
8342    xfce-utils/trunk/po:
8343            * sv.po: Swedish translation update (Daniel Nylander)
8344    thunar/trunk/po:
8345            * sv.po: Swedish translation update (Daniel Nylander)
8346    xfce4-appfinder/trunk/po:
8347            * sv.po: Swedish translation update (Daniel Nylander)
8348    xfconf/trunk/po:
8349            * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
8350    xfce4-trigger-launcher/trunk/po:
8351            * sv.po: Swedish translation update (Daniel Nylander)
8352
8353    (Old svn revision: 29020)
8354
8355commit ff953a11b908f915077b4c4f78f849c83a3ca335
8356Author: Piarres Beobide <pi@beobide.net>
8357Date:   Mon Dec 8 00:00:09 2008 +0000
8358
8359    Trunk basque trasnaltion updates
8360
8361
8362    (Old svn revision: 28991)
8363
8364commit f221fa5e652163f76e826449ac4be8c62232e32b
8365Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8366Date:   Sun Nov 30 19:23:12 2008 +0000
8367
8368    Translations updates - ca es fr ja
8369
8370    (Old svn revision: 28964)
8371
8372commit b3fc71ebc6063c8fa2fe4c8f1860a06b6783387e
8373Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8374Date:   Fri Nov 28 21:51:17 2008 +0000
8375
8376    Translations updates - nb
8377
8378    (Old svn revision: 28943)
8379
8380commit cb2a83fb77bc26f1df933716ae9123d1b7c03b65
8381Author: Og Maciel <ogmaciel@gnome.org>
8382Date:   Thu Nov 27 00:22:10 2008 +0000
8383
8384    Updated Brazilian Portuguese translations.
8385
8386
8387    (Old svn revision: 28922)
8388
8389commit 5520f6ee8812317df71b062b7dca5214988dcce3
8390Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8391Date:   Tue Nov 25 21:20:15 2008 +0000
8392
8393    Translations updates - es fr
8394
8395    (Old svn revision: 28914)
8396
8397commit ed76f96c61a13450a1b43c9b2caa1ba0982c4133
8398Author: Piarres Beobide <pi@beobide.net>
8399Date:   Sun Nov 23 23:04:06 2008 +0000
8400
8401    trunk Basque translation update
8402
8403
8404    (Old svn revision: 28897)
8405
8406commit 750192a6cc5959552b0810c2f8de499bf403d825
8407Author: Piarres Beobide <pi@beobide.net>
8408Date:   Fri Nov 21 23:57:42 2008 +0000
8409
8410    xfconf Basque translation added
8411
8412
8413    (Old svn revision: 28881)
8414
8415commit b879735bf9146f8fa809b52dec9c68c374297d53
8416Author: Stephan Arts <stephan@xfce.org>
8417Date:   Mon Nov 17 22:28:32 2008 +0000
8418
8419    fix it by xfce-wrapper func (like jannis suggested)
8420
8421
8422
8423    (Old svn revision: 28842)
8424
8425commit 531a53473ec77aca02260dbf58059f5eb1c48c33
8426Author: Stephan Arts <stephan@xfce.org>
8427Date:   Mon Nov 17 22:20:34 2008 +0000
8428
8429    Prevent me from being kicked by ofourdan
8430
8431
8432
8433    (Old svn revision: 28841)
8434
8435commit 08a1aca9668c3304f78bb08fd2f3c0c75409f4bb
8436Author: Stephan Arts <stephan@xfce.org>
8437Date:   Mon Nov 17 22:15:11 2008 +0000
8438
8439    Execute set_locale (at the risk of being kicked by ofourdan for breaking api compatibility)
8440
8441    Lets see if this fixes the UTF-8 issue in bug #4622
8442
8443
8444
8445    (Old svn revision: 28840)
8446
8447commit a820c298ec27d6506091215b1fdaae604c508360
8448Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8449Date:   Sun Nov 16 22:39:14 2008 +0000
8450
8451    Translations updates and additions - ca, de, es, id, tr, uk
8452
8453    (Old svn revision: 28829)
8454
8455commit 66d6d62a53300d7b506901b2c253ceaf14c8737e
8456Author: Eren Turkay <turkay.eren@gmail.com>
8457Date:   Sat Nov 15 20:53:26 2008 +0000
8458
8459    Turkish translation update
8460
8461    (Old svn revision: 28825)
8462
8463commit e8ae946a70b72910b92ff54e7d22e82059cb307f
8464Author: Brian Tarricone <brian@tarricone.org>
8465Date:   Wed Nov 12 07:55:09 2008 +0000
8466
8467    install xfconfd to $libexecdir instead of $bindir
8468
8469    (Old svn revision: 28770)
8470
8471commit fe3e7fc8d9877f83e88c14b993a572ea168393c7
8472Author: Michal Varady <miko.vaji@gmail.com>
8473Date:   Mon Nov 10 12:27:42 2008 +0000
8474
8475    Czech translation updated
8476
8477    (Old svn revision: 28710)
8478
8479commit 45c9ed31739de987ca751fb66e26e1b1bfb105f9
8480Author: Brian Tarricone <brian@tarricone.org>
8481Date:   Mon Nov 10 11:58:26 2008 +0000
8482
8483    re-add svn version tag
8484
8485    (Old svn revision: 28708)
8486
8487commit 56280e6048f5f77914b385d0d8b2097f8b8eea0b
8488Author: Brian Tarricone <brian@tarricone.org>
8489Date:   Mon Nov 10 11:57:38 2008 +0000
8490
8491    make the perl bindings respect --prefix
8492
8493    (Old svn revision: 28707)
8494
8495commit 0d5c61042d2ec26ac37e7265a8b21917cee95b46
8496Author: Stephan Arts <stephan@xfce.org>
8497Date:   Sun Nov 9 23:15:25 2008 +0000
8498
8499    Update .po files
8500    Update ChangeLog
8501    Update dependency-version
8502    Update version-number
8503
8504
8505
8506    (Old svn revision: 28695)
8507
8508commit 29cbeafc5c4426f29d15abbd16ca95f1de4abfc0
8509Author: Brian Tarricone <brian@tarricone.org>
8510Date:   Sat Nov 8 23:05:25 2008 +0000
8511
8512    fix link order for cygwin (bug 4559)
8513
8514    (Old svn revision: 28677)
8515
8516commit 6b0eb1014f275cf2472342214c58291b4c74270a
8517Author: Brian Tarricone <brian@tarricone.org>
8518Date:   Sat Nov 8 21:52:11 2008 +0000
8519
8520    only consider the file under $XDG_CONFIG_HOME as the user dir.  all
8521    others in $XDG_CONFIG_DIRS should be considered system dirs (bug 4592).
8522
8523    (Old svn revision: 28676)
8524
8525commit a763aaa3a9a45f80bffbfd1b7567bbda686cdfc1
8526Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
8527Date:   Thu Nov 6 12:06:45 2008 +0000
8528
8529    Update Finnish translations.
8530
8531
8532    (Old svn revision: 28633)
8533
8534commit 4928a9b5751efb557672f65e58a910698150bf1f
8535Author: Brian Tarricone <brian@tarricone.org>
8536Date:   Thu Nov 6 10:22:28 2008 +0000
8537
8538    remove xfconf_channel_remove_property() and _properties().  might as
8539    well get rid of them since i already bumped the lib version
8540
8541    (Old svn revision: 28627)
8542
8543commit 3c09be79e99836e0830564cd9966f48a5d710aba
8544Author: Brian Tarricone <brian@tarricone.org>
8545Date:   Thu Nov 6 07:16:21 2008 +0000
8546
8547    no, no... while it would be awesome to be able to disable UI elements
8548    based on whether or not the bound xfconf property is locked or not, this
8549    breaks in the non-settings-dialog case where the app uses binding
8550    properties on a GtkWidget.  likely you don't want *that* to get
8551    disabled.
8552
8553    (Old svn revision: 28619)
8554
8555commit 7a1502e74bac77f407e91e066d0093a6c664e964
8556Author: Brian Tarricone <brian@tarricone.org>
8557Date:   Thu Nov 6 07:09:01 2008 +0000
8558
8559    if a bound property is locked, try to guess if it's a GtkWidget, and
8560    set it insensitive
8561
8562    (Old svn revision: 28618)
8563
8564commit e499b4d439bcaae8796e397ebbb4573ba7b1dce8
8565Author: Brian Tarricone <brian@tarricone.org>
8566Date:   Mon Nov 3 04:48:56 2008 +0000
8567
8568    check xfconf_init() retval for errors, properly check retval of
8569    xfconf_list_channels() for null pointer
8570
8571    (Old svn revision: 28596)
8572
8573commit d6c8724e00675a9c263102f929ea898238b27dfd
8574Author: Brian Tarricone <brian@tarricone.org>
8575Date:   Sun Nov 2 21:30:37 2008 +0000
8576
8577    check error code properly
8578
8579    (Old svn revision: 28593)
8580
8581commit 90dd3ae58e615ea930c95ffc2cbfa01524204472
8582Author: Brian Tarricone <brian@tarricone.org>
8583Date:   Sun Nov 2 21:25:56 2008 +0000
8584
8585    filter duplicates from _list_channels()
8586
8587    (Old svn revision: 28592)
8588
8589commit f5c256c1b2d2114b99091c3bc403ffa552279a6e
8590Author: Brian Tarricone <brian@tarricone.org>
8591Date:   Sun Nov 2 19:05:20 2008 +0000
8592
8593    some cleanups.  don't g_error(), just g_critical() so it doesn't abort()
8594
8595    (Old svn revision: 28591)
8596
8597commit e3c4ab5d27d8330494b50e33a18fc118172ed7d7
8598Author: Brian Tarricone <brian@tarricone.org>
8599Date:   Sun Nov 2 18:19:30 2008 +0000
8600
8601    always pass GError* pointers into dbus-glib, because apparently those
8602    aren't allowed to be NULL -- app will crash if an error occurs
8603    (bug 4548)
8604
8605    (Old svn revision: 28588)
8606
8607commit 8ee13a12085d654aa096841d46ca66f430be7918
8608Author: Brian Tarricone <brian@tarricone.org>
8609Date:   Sun Nov 2 17:43:48 2008 +0000
8610
8611    add dbus filter function earlier so we don't get an abort() from dbus if
8612    an error occurs early in the xfconf init process
8613
8614    (Old svn revision: 28584)
8615
8616commit 2897a9905e5bdc5f5f1bebdef3aa5809d130d78c
8617Author: Brian Tarricone <brian@tarricone.org>
8618Date:   Sun Nov 2 17:43:38 2008 +0000
8619
8620    some cleanups
8621
8622    (Old svn revision: 28583)
8623
8624commit 1b9353fd03bcd1bed8b375304cbbc2facd57b244
8625Author: Brian Tarricone <brian@tarricone.org>
8626Date:   Sun Nov 2 17:43:20 2008 +0000
8627
8628    don't use deprecated GIOChannel function
8629
8630    (Old svn revision: 28582)
8631
8632commit 6bf0d8579d999b015e9409a1aa482e2d41931a29
8633Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
8634Date:   Fri Oct 31 12:24:16 2008 +0000
8635
8636    Update Finnish translations.
8637
8638
8639    (Old svn revision: 28530)
8640
8641commit 3ad6f570b57ae0912296525e76253c4b8391e280
8642Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8643Date:   Tue Oct 28 23:17:42 2008 +0000
8644
8645    Translations updates and additions HUGE
8646
8647    (Old svn revision: 28493)
8648
8649commit 62f4406cf018e2e796ecd2155de55d633121de09
8650Author: Michal Varady <miko.vaji@gmail.com>
8651Date:   Tue Oct 28 23:04:10 2008 +0000
8652
8653    Czech translation added
8654
8655
8656    (Old svn revision: 28491)
8657
8658commit 42f57473236abd0d0013392d9733d5a511554d5c
8659Author: Brian Tarricone <brian@tarricone.org>
8660Date:   Mon Oct 27 10:50:26 2008 +0000
8661
8662    update NEWS
8663
8664    (Old svn revision: 28480)
8665
8666commit 1598f78000cad153a1a23ee0f043b8c2e073021b
8667Author: Brian Tarricone <brian@tarricone.org>
8668Date:   Mon Oct 27 10:47:31 2008 +0000
8669
8670    make a bunch of changes to the perl bindings, and hook them up in the
8671    build.  it's a little nasty; hopefully it works right on machines other
8672    than my own :-/
8673
8674    (Old svn revision: 28479)
8675
8676commit 8aec1674bd0a14346970bfe561ac426f31b78e31
8677Author: Brian Tarricone <brian@tarricone.org>
8678Date:   Mon Oct 27 10:47:14 2008 +0000
8679
8680    fix srcdir != builddir build
8681
8682    (Old svn revision: 28478)
8683
8684commit 7b4b47a95879218c9f1ba2267125f332c588794d
8685Author: Brian Tarricone <brian@tarricone.org>
8686Date:   Mon Oct 27 08:00:15 2008 +0000
8687
8688    change xfconf gbinding API -- bind functions return a gulong id that can
8689    be used to remove the binding.  _unbind_all() now accepts either a
8690    channel or a bound gobject.  libtool version number bumped.
8691
8692    (Old svn revision: 28477)
8693
8694commit 7ddd189a91e6ee12258a30afbd371e790d19710d
8695Author: Og Maciel <ogmaciel@gnome.org>
8696Date:   Sun Oct 26 01:41:42 2008 +0000
8697
8698    Updated Brazilian Portuguese translation.
8699
8700    (Old svn revision: 28406)
8701
8702commit 41f013d4909b5afc5c69ad7447d6c512ec4a0a94
8703Author: Brian Tarricone <brian@tarricone.org>
8704Date:   Fri Oct 24 20:34:38 2008 +0000
8705
8706    add dbus message filter to catch disconnects and flush backends (bug 4487)
8707
8708    otherwise, on session close, the bus daemon dies and takes xfconfd with
8709    it, causing any settings changed in the past 7 seconds to not get
8710    committed to disk
8711
8712    (Old svn revision: 28401)
8713
8714commit bdc24f043019fef1649f2fb00355e0c4e21c1c22
8715Author: Brian Tarricone <brian@tarricone.org>
8716Date:   Fri Oct 24 06:42:12 2008 +0000
8717
8718    ok, i actually don't need that file.  my bad.
8719
8720    (Old svn revision: 28396)
8721
8722commit 32e5e03ea6007578525b8074e388200bcf7847e3
8723Author: Brian Tarricone <brian@tarricone.org>
8724Date:   Fri Oct 24 06:41:17 2008 +0000
8725
8726    ... and apparently my stale non-autogenerated copy was being used
8727    because i had the wrong path in the makefile
8728
8729    (Old svn revision: 28395)
8730
8731commit dc78bcbad3dd5a3cc6522b9712d211d1ff5c3dcb
8732Author: Brian Tarricone <brian@tarricone.org>
8733Date:   Fri Oct 24 06:41:06 2008 +0000
8734
8735    apparently i do need this file, even if it's empty
8736
8737    (Old svn revision: 28394)
8738
8739commit 5d8260b9c381487c7341f0b3b77e5710667b0fb0
8740Author: Brian Tarricone <brian@tarricone.org>
8741Date:   Fri Oct 24 06:28:27 2008 +0000
8742
8743    add first cut at libxfconf perl bindings.  API is most certainly not
8744    final
8745
8746    (Old svn revision: 28393)
8747
8748commit 7e81170328004f401c671c035b818181d923b6bc
8749Author: Brian Tarricone <brian@tarricone.org>
8750Date:   Fri Oct 24 06:07:35 2008 +0000
8751
8752    whoops, missed a marshaller rename
8753
8754    (Old svn revision: 28392)
8755
8756commit 947cf1d6f5cbfc979c3ececa70e5f50506e9810e
8757Author: Brian Tarricone <brian@tarricone.org>
8758Date:   Fri Oct 24 04:30:07 2008 +0000
8759
8760    fix MAINTAINER_MODE build with glib 2.12
8761
8762    (Old svn revision: 28391)
8763
8764commit aa0e7134feb18df769c8c662b067b71c17b11a31
8765Author: Brian Tarricone <brian@tarricone.org>
8766Date:   Wed Oct 22 09:01:16 2008 +0000
8767
8768    make the locking/reset situation a lot better.  i'm not sure that it all
8769    works properly yet, but this is a step in the right direction.
8770
8771    (Old svn revision: 28354)
8772
8773commit ae04b15ff65b3bf5e82a8d722bc6578e9c1b4371
8774Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8775Date:   Tue Oct 21 17:49:20 2008 +0000
8776
8777    Translation updates for fr, ja, tr
8778
8779    (Old svn revision: 28346)
8780
8781commit 4fb0a6afd1e5f6f9662641d6ef38902487371dc2
8782Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8783Date:   Mon Oct 20 20:41:42 2008 +0000
8784
8785    Translation updates for many packages in many languages, is this message too vague
8786
8787    (Old svn revision: 28336)
8788
8789commit e6c2c71a1ebc9a9c4e4fea1957bb17921de3e6b7
8790Author: Brian Tarricone <brian@tarricone.org>
8791Date:   Mon Oct 20 20:11:43 2008 +0000
8792
8793    eliminate g_warning when re-initing xfconf after a shutdown
8794
8795    (Old svn revision: 28335)
8796
8797commit 4f950525f73bc8da4592dcdcc032a318b26d8ee8
8798Author: Brian Tarricone <brian@tarricone.org>
8799Date:   Mon Oct 20 20:11:31 2008 +0000
8800
8801    remove vestigial org.xfce.Xfconf.GUI-related stuff
8802
8803    (Old svn revision: 28334)
8804
8805commit 3cffcc16cc27a73785dccf5c0e53d8da2d4465f2
8806Author: Nick Schermer <nick@xfce.org>
8807Date:   Mon Oct 20 14:37:08 2008 +0000
8808
8809    * Fix property binding when using channel created with
8810      xfconf_channel_new_with_property_base(). We really did
8811      too much here ^_^, since property-changed already strips
8812      the property_base from the signal and we use
8813      xfconf_channel_[sg]et_* function, that implement the
8814      property_base too.
8815
8816
8817    (Old svn revision: 28325)
8818
8819commit 0808b8af2514ce98df2622f4d1c9a4dceae51634
8820Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
8821Date:   Mon Oct 20 12:40:33 2008 +0000
8822
8823    Update Finnish translations.
8824
8825
8826    (Old svn revision: 28323)
8827
8828commit 7f2b81847e3f0fe079845771a7dde5ec208601da
8829Author: Nick Schermer <nick@xfce.org>
8830Date:   Mon Oct 20 10:30:40 2008 +0000
8831
8832    * Add -m option to monitor property changes of a channel.
8833
8834
8835    (Old svn revision: 28319)
8836
8837commit eb8032b658fa9acd17023e8688156f1ae4927feb
8838Author: Nick Schermer <nick@xfce.org>
8839Date:   Mon Oct 20 09:48:43 2008 +0000
8840
8841    * Sort the output of xfconf-query --list and improve column printing.
8842    * Allow -p in combination with -l to list a part of a channel. This breaks
8843      listing a channel and settings a property at the same time, but IMHO
8844      that's not really a user case.
8845
8846
8847    (Old svn revision: 28318)
8848
8849commit 6d0a0a399bb85819216fb43342412f23b65a043e
8850Author: Nick Schermer <nick@xfce.org>
8851Date:   Mon Oct 20 09:35:32 2008 +0000
8852
8853    * Fix a small compiler warning.
8854
8855
8856    (Old svn revision: 28317)
8857
8858commit 80c038c784b26f1066cf6d68924a004109315381
8859Author: Brian Tarricone <brian@tarricone.org>
8860Date:   Mon Oct 20 09:31:03 2008 +0000
8861
8862    re-add svn version tag so xfce4-session will actually build
8863
8864    (Old svn revision: 28316)
8865
8866commit f392791e5c90726642023bc74f5763101e99bb6b
8867Author: Maximilian Schleiss <maxschleiss@solnet.ch>
8868Date:   Sat Oct 18 14:25:59 2008 +0000
8869
8870    Translation updates and additions for many packages in es, fr, id, ja, nb_NO and tr
8871
8872    (Old svn revision: 28293)
8873
8874commit 7724a1c489007f4e27335ebc6ec374478128cd09
8875Author: Brian Tarricone <brian@tarricone.org>
8876Date:   Sat Oct 18 10:31:55 2008 +0000
8877
8878    add xfconf_channel_new_with_property_base()
8879
8880    (Old svn revision: 28290)
8881
8882commit f91b5bee55c7045c6e3423ab65dce1285da0b6b1
8883Author: Stephan Arts <stephan@xfce.org>
8884Date:   Sun Oct 12 23:38:19 2008 +0000
8885
8886    Fix configure.ac.in
8887    Bump dep on libxfce4util
8888
8889
8890
8891    (Old svn revision: 28195)
8892
8893commit 6530756a60d94c63e448cd2b2136e808b45edde3
8894Author: Stephan Arts <stephan@xfce.org>
8895Date:   Sun Oct 12 23:31:18 2008 +0000
8896
8897    Port remove-testsuites to reset-testsuite
8898    Remove 'list-channels' test, this test is broken
8899
8900
8901
8902    (Old svn revision: 28194)
8903
8904commit 2edda99c9ec31aed3eaf118a6d75741590eaa940
8905Author: Stephan Arts <stephan@xfce.org>
8906Date:   Sun Oct 12 23:23:21 2008 +0000
8907
8908    Update .po files
8909    Fix property-changed-signal tests
8910    Update ChangeLog
8911
8912
8913
8914    (Old svn revision: 28193)
8915
8916commit bd74a62ea5684410eddfc70e6c3140815928d4e9
8917Author: Brian Tarricone <brian@tarricone.org>
8918Date:   Sun Oct 12 10:34:05 2008 +0000
8919
8920    make xfconf_channel_get_property() also transform array values
8921
8922    (Old svn revision: 28170)
8923
8924commit 5bcebbbc9a487ea584145f1c4d0278e9d6719cce
8925Author: Brian Tarricone <brian@tarricone.org>
8926Date:   Sun Oct 12 09:03:03 2008 +0000
8927
8928    fix xfconf_channel_get_property() so it converts value types properly if
8929    the caller requests it
8930
8931    (Old svn revision: 28167)
8932
8933commit 2b96f9177fd8e956e2315866e8aba6c684b6423d
8934Author: Brian Tarricone <brian@tarricone.org>
8935Date:   Sun Oct 12 07:52:14 2008 +0000
8936
8937    update NEWS
8938
8939    (Old svn revision: 28163)
8940
8941commit 0b342f94dffe590070519b8753566b1c65e92413
8942Author: Brian Tarricone <brian@tarricone.org>
8943Date:   Sun Oct 12 07:45:34 2008 +0000
8944
8945    fix a bunch of strings
8946
8947    (Old svn revision: 28161)
8948
8949commit a93dd6f40add263b52f178a8b587089bd4b56c07
8950Author: Brian Tarricone <brian@tarricone.org>
8951Date:   Sun Oct 12 07:45:20 2008 +0000
8952
8953    add option to force creation of array prop even if only one value
8954
8955    (Old svn revision: 28160)
8956
8957commit 39e1e9b24d096e26569ad143914159eae1afad71
8958Author: Brian Tarricone <brian@tarricone.org>
8959Date:   Sun Oct 12 07:45:10 2008 +0000
8960
8961    use g_set_error(), not g_error_new(), mark some more strings as i18n-able,
8962    make stuff more portable
8963
8964    (Old svn revision: 28159)
8965
8966commit 7b28dc77df38e31fa20480d68c59724602781f55
8967Author: SZERVÁC Attila <sas@321.hu>
8968Date:   Fri Oct 10 21:31:57 2008 +0000
8969
8970    [intl:hu] ops
8971
8972    (Old svn revision: 28134)
8973
8974commit 4908f9e38fd2cead7c6915ee14fa757d6c3476d7
8975Author: Brian Tarricone <brian@tarricone.org>
8976Date:   Thu Oct 9 09:32:38 2008 +0000
8977
8978    add similar remove checking to the gdkcolor binding
8979
8980    (Old svn revision: 28116)
8981
8982commit ad29c42138d9b07f42b31a76308f2457fddc701c
8983Author: Brian Tarricone <brian@tarricone.org>
8984Date:   Thu Oct 9 09:28:31 2008 +0000
8985
8986    ... and fix a possible memleak i just introduced
8987
8988    (Old svn revision: 28115)
8989
8990commit 0e66cb9335cbae4febbd91a4489c0de2795a507e
8991Author: Brian Tarricone <brian@tarricone.org>
8992Date:   Thu Oct 9 09:25:36 2008 +0000
8993
8994    if a bound property is removed, try to reset the GObject property to its default
8995
8996    (Old svn revision: 28114)
8997
8998commit 057ce7e35a39efc6916b9714e8870b700d397d0d
8999Author: Jannis Pohlmann <jannis@xfce.org>
9000Date:   Wed Oct 8 00:06:41 2008 +0000
9001
9002    Use gpointer instead of GObject* in the parameters of binding functions.
9003
9004    (Old svn revision: 28098)
9005
9006commit f0b48dd07495aa4f364287b0ee94e3633cf52fe5
9007Author: Stephan Arts <stephan@xfce.org>
9008Date:   Tue Oct 7 14:57:15 2008 +0000
9009
9010    Add -R option (recursive) for use with --reset
9011
9012    (Old svn revision: 28087)
9013
9014commit 8503fec0ce132537be502f6ba0c6a21e707b4f33
9015Author: Brian Tarricone <brian@tarricone.org>
9016Date:   Tue Oct 7 04:46:40 2008 +0000
9017
9018    whoops, plug memleak i just introduced
9019
9020    (Old svn revision: 28073)
9021
9022commit 77575979f22c79a745608b6b42354d8beb8e6a1a
9023Author: Brian Tarricone <brian@tarricone.org>
9024Date:   Tue Oct 7 04:43:50 2008 +0000
9025
9026    the alpha needs some NEWS too
9027
9028    (Old svn revision: 28072)
9029
9030commit 1708f533f6bdbd6c135ee9306be36e2e8929ced2
9031Author: Brian Tarricone <brian@tarricone.org>
9032Date:   Tue Oct 7 04:39:47 2008 +0000
9033
9034    update NEWS
9035
9036    (Old svn revision: 28071)
9037
9038commit 2d5ce0f6f2ef8296f00e084fdcf2d5ff508b2c48
9039Author: Brian Tarricone <brian@tarricone.org>
9040Date:   Tue Oct 7 04:23:16 2008 +0000
9041
9042    fix incorrect property names sent with the PropertyRemove signal
9043
9044    (Old svn revision: 28070)
9045
9046commit ab1efddf5a57850be7730dad390a74480ef0a848
9047Author: Brian Tarricone <brian@tarricone.org>
9048Date:   Tue Oct 7 03:47:41 2008 +0000
9049
9050    fix crash when resetting multiple properties
9051
9052    (Old svn revision: 28069)
9053
9054commit 38a2e125181f4b25f480cca4db383c0e4c1478d1
9055Author: Jannis Pohlmann <jannis@xfce.org>
9056Date:   Sun Oct 5 19:27:48 2008 +0000
9057
9058    Add svn version tag again.
9059
9060    (Old svn revision: 28042)
9061
9062commit 8a16677788317cc0a0035e4b14f82863ebb18702
9063Author: Jannis Pohlmann <jannis@xfce.org>
9064Date:   Thu Oct 2 02:53:13 2008 +0000
9065
9066    Fix reference counting in xfconf_shutdown(): Don't drop to zero before
9067    calling _xfconf_channel_shutdown(). Allow xfconf_shutdown() to be called
9068    repeatedly without breaking things.
9069
9070    (Old svn revision: 28010)
9071
9072commit 98c00c5561507c7f78fbf988cb904b1caaf8dde8
9073Author: Lars Nielsen <lars@mit-web.dk>
9074Date:   Mon Sep 29 20:11:04 2008 +0000
9075
9076            * da.po: Danish translation
9077            * LINGUAS: Added the Danish language
9078
9079
9080    (Old svn revision: 27986)
9081
9082commit 549c6f7b8e7ea56da5e812a867390b957658098f
9083Author: Brian Tarricone <brian@tarricone.org>
9084Date:   Mon Sep 29 06:07:05 2008 +0000
9085
9086    fix warning in _finalize() if singletons hashtable hasn't been created yet
9087
9088    (Old svn revision: 27982)
9089
9090commit 2c0a674c2d1aaa2114ea7424a21645cdd71ae905
9091Author: Stephan Arts <stephan@xfce.org>
9092Date:   Mon Sep 29 04:55:16 2008 +0000
9093
9094    re-add profiling flag to configure.ac.in
9095
9096
9097
9098    (Old svn revision: 27981)
9099
9100commit 2e4325dce79445845e455fae0a1628e9deb33175
9101Author: Stephan Arts <stephan@xfce.org>
9102Date:   Sun Sep 28 13:34:06 2008 +0000
9103
9104    Update TODO
9105    Remove profiling-switch from configure.ac.in
9106    Update xfconf-query to use the new 'Reset' function in favour of the deprecated 'remove'.
9107
9108
9109
9110    (Old svn revision: 27979)
9111
9112commit 70ea1be1fdc450da143b882304359bced662de2f
9113Author: Brian Tarricone <brian@tarricone.org>
9114Date:   Sun Sep 28 10:52:16 2008 +0000
9115
9116    cosmetic: remove extra space in xml output
9117
9118    (Old svn revision: 27978)
9119
9120commit 382ed5861a6e9799dd6bd54d57c86abbdda40ef7
9121Author: Brian Tarricone <brian@tarricone.org>
9122Date:   Sun Sep 28 10:45:04 2008 +0000
9123
9124    avoid emitting PropertyChanged when a property is set to the same value
9125
9126    not handling any array types yet, though
9127
9128    (Old svn revision: 27977)
9129
9130commit 440f2b29b06e481a30f9148211c2992c06b89c27
9131Author: Brian Tarricone <brian@tarricone.org>
9132Date:   Sun Sep 28 10:17:34 2008 +0000
9133
9134    use same string for perms denied error
9135
9136    (Old svn revision: 27976)
9137
9138commit 19a6ccc700a1093723e43be0980302cea5998bfe
9139Author: Brian Tarricone <brian@tarricone.org>
9140Date:   Sun Sep 28 10:14:57 2008 +0000
9141
9142    clarify code a bit
9143
9144    (Old svn revision: 27975)
9145
9146commit 8f4352595753a2290b424abf662a853323e3a32a
9147Author: Brian Tarricone <brian@tarricone.org>
9148Date:   Sun Sep 28 10:01:11 2008 +0000
9149
9150    rename RemoveProperty() to ResetProperty() all over the place
9151
9152    might as well just bite the bullet and do this.  no incompat library
9153    changes, but xfconfd will need to be restarted (usually) after
9154    installing this version.  i just want everything to be as clean and
9155    legacy-free as possible when we get to 4.6.0 final...
9156
9157    (Old svn revision: 27974)
9158
9159commit 6d3391e3f249d5bb6d30965af88d2f205f4ead5b
9160Author: Brian Tarricone <brian@tarricone.org>
9161Date:   Sun Sep 28 10:00:56 2008 +0000
9162
9163    add and implement IsPropertyLocked() dbus method, add libxfconf getter
9164
9165    this is buggy right now because the perchannel-xml backend doesn't
9166    handle locking properly at all.  bug fixes forthcoming.
9167
9168    (Old svn revision: 27973)
9169
9170commit 5fc9ee4064a76a9e4480f295d734e649de98112b
9171Author: Brian Tarricone <brian@tarricone.org>
9172Date:   Sat Sep 27 00:20:08 2008 +0000
9173
9174    clarify RemoveProperty() dbus method description.
9175    remove org.xfce.Xfconf.GUI dbus interface since it's stupid and i never
9176    really implemented it anyway.
9177
9178
9179    (Old svn revision: 27966)
9180
9181commit 8e87e43830186cf064fb0353e0fc9f781fa31d67
9182Author: Stephan Arts <stephan@xfce.org>
9183Date:   Thu Sep 25 21:05:19 2008 +0000
9184
9185    Remove xfsettingsd docs
9186
9187
9188
9189    (Old svn revision: 27959)
9190
9191commit fb42a6c2067174cb749e84f4631f8129336c20c0
9192Author: Brian Tarricone <brian@tarricone.org>
9193Date:   Mon Sep 22 20:59:39 2008 +0000
9194
9195    add xfconf_channel_get() and xfconf_channel_reset_property().
9196
9197    deprecate xfconf_channel_remove_property() and
9198    xfconf_channel_remove_properties().  increase libtool interface version
9199    and age.
9200
9201    (Old svn revision: 27926)
9202
9203commit 64aee09f4db9d5f4ebddcade81e2d915872516ae
9204Author: Brian Tarricone <brian@tarricone.org>
9205Date:   Mon Sep 22 20:59:23 2008 +0000
9206
9207    fix docs for xfconf_g_property_bind_gdkcolor()
9208
9209    (Old svn revision: 27925)
9210
9211commit 31ecff08e9a124f2ec24afb49529b61ff75f44f8
9212Author: Brian Tarricone <brian@tarricone.org>
9213Date:   Tue Sep 16 01:01:15 2008 +0000
9214
9215    fix POTFILES, remove old strings moved to xfce4-settings package
9216
9217
9218    (Old svn revision: 27888)
9219
9220commit 170b663400a0144e900029afdf4d3dd3e8bac0ab
9221Author: Stephan Arts <stephan@xfce.org>
9222Date:   Mon Sep 15 21:53:57 2008 +0000
9223
9224    Fix makefile
9225
9226
9227
9228    (Old svn revision: 27886)
9229
9230commit 9b2de3f392ad280af93e42e17be0af3c9626a6a2
9231Author: Stephan Arts <stephan@xfce.org>
9232Date:   Mon Sep 15 21:50:29 2008 +0000
9233
9234    Remove xfsettingsd in favor of xfce4-settings
9235
9236
9237
9238    (Old svn revision: 27885)
9239
9240commit 6b79fef2ac34fa40e47aef626cbd73d3f2cebf25
9241Author: Brian Tarricone <brian@tarricone.org>
9242Date:   Fri Sep 12 18:36:03 2008 +0000
9243
9244    ok, this is the more or less correct way to declare that param, thanks
9245    to jannis for his help.
9246
9247    yes, i'm way to nitpicky about this, and i should just not care.
9248
9249
9250    (Old svn revision: 27832)
9251
9252commit 6bcf812b7636f625221d0b871bd34e06373235ba
9253Author: Brian Tarricone <brian@tarricone.org>
9254Date:   Fri Sep 12 06:05:45 2008 +0000
9255
9256    whoops, "const gchar **" certainly isn't right...  -> "gchar * const *"
9257
9258    (Old svn revision: 27826)
9259
9260commit 6e92c6870c5395dc8be5400a923e6dc03f77a358
9261Author: Brian Tarricone <brian@tarricone.org>
9262Date:   Wed Sep 10 10:35:47 2008 +0000
9263
9264    don't use 1024 scaling factor on Xft/DPI when it's -1
9265
9266    (Old svn revision: 27798)
9267
9268commit c78847ad1f6695aaf2a9afb3d1adaa7e9a7bd27d
9269Author: Jannis Pohlmann <jannis@xfce.org>
9270Date:   Tue Sep 9 18:56:21 2008 +0000
9271
9272    Multiply the DPI property (and only this property!) with 1024 prior to
9273    calling XChangeProperty().
9274
9275    (Old svn revision: 27779)
9276
9277commit 0ca30cd2f997edf4d8cfcb5ed92e7dd2ffa68998
9278Author: Maximilian Schleiss <maxschleiss@solnet.ch>
9279Date:   Tue Sep 9 07:38:03 2008 +0000
9280
9281    Translations updates and new ones for trunk in es,fr,id
9282
9283    (Old svn revision: 27775)
9284
9285commit 3e3fa13d4ffa45f9e21385c5e1cea54e28ef44a2
9286Author: Brian Tarricone <brian@tarricone.org>
9287Date:   Mon Sep 8 21:29:03 2008 +0000
9288
9289    fix typo with crash when prop removed
9290
9291
9292    (Old svn revision: 27769)
9293
9294commit 29eb38a11a2142f9242ab32a26e6453a87e64376
9295Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
9296Date:   Mon Sep 8 08:42:54 2008 +0000
9297
9298    Update Finnish translations
9299
9300
9301    (Old svn revision: 27748)
9302
9303commit 497153253dcb21e8ef0ebe8f62c4149631dc2c99
9304Author: Og Maciel <ogmaciel@gnome.org>
9305Date:   Sun Sep 7 18:42:57 2008 +0000
9306
9307    Updated Brazilian Portuguese translation.
9308
9309    (Old svn revision: 27730)
9310
9311commit bcbc881da853ac1e04006e2ce900b6225cf17be3
9312Author: Brian Tarricone <brian@tarricone.org>
9313Date:   Sun Sep 7 06:32:36 2008 +0000
9314
9315    update changelog
9316
9317
9318    (Old svn revision: 27708)
9319
9320commit 546d7a52d929854a4e860ed4f1fca6f06cfc63bb
9321Author: Brian Tarricone <brian@tarricone.org>
9322Date:   Sun Sep 7 06:31:46 2008 +0000
9323
9324    rm unused dir
9325
9326
9327    (Old svn revision: 27707)
9328
9329commit a0d3dbff342984fb9960f0de4233cf65ff701a2a
9330Author: Brian Tarricone <brian@tarricone.org>
9331Date:   Sun Sep 7 06:18:28 2008 +0000
9332
9333    fix crash when setting an array property when the arr items *don't* have int16s
9334
9335    (Old svn revision: 27705)
9336
9337commit 33120eabe6bb422690dc76e0a4852f1aa0a7c19c
9338Author: Brian Tarricone <brian@tarricone.org>
9339Date:   Sun Sep 7 06:18:16 2008 +0000
9340
9341    clean up unused old stuff
9342
9343    (Old svn revision: 27704)
9344
9345commit 652fc6a3872026b47e6a66bea2306976aae1915f
9346Author: Stephan Arts <stephan@xfce.org>
9347Date:   Fri Sep 5 23:43:00 2008 +0000
9348
9349    Update ChangeLog
9350
9351
9352
9353    (Old svn revision: 27666)
9354
9355commit b235a80dc0e5f12b6e7932c1763224100f21a931
9356Author: Stephan Arts <stephan@xfce.org>
9357Date:   Fri Sep 5 23:00:45 2008 +0000
9358
9359    Bump libxfce4util deb version
9360
9361
9362
9363    (Old svn revision: 27661)
9364
9365commit e81645b10100a8f85b255e1af84f811dd02bc4ee
9366Author: Stephan Arts <stephan@xfce.org>
9367Date:   Fri Sep 5 22:22:52 2008 +0000
9368
9369    Remove -svn tag
9370    Remove xfce 4.6 alpha tag
9371    update .po files
9372
9373
9374
9375    (Old svn revision: 27659)
9376
9377commit 8fcd62d3999ffe548ca63b175d975dcd2c6fc783
9378Author: Stephan Arts <stephan@xfce.org>
9379Date:   Wed Sep 3 22:26:11 2008 +0000
9380
9381    Add filename selection for --import and --export functions... still need implementations though
9382
9383
9384
9385    (Old svn revision: 27648)
9386
9387commit 0a3631613fac3ed6b0127fd1956e3713b68033ce
9388Author: Maximilian Schleiss <maxschleiss@solnet.ch>
9389Date:   Tue Sep 2 18:39:36 2008 +0000
9390
9391    Translation update for Trunk in xfconf and Branch 4.4 in mousepad, mcs-manager
9392
9393    (Old svn revision: 27645)
9394
9395commit c04601ba1d5e26322f3ee25a5976bc342fb58869
9396Author: Brian Tarricone <brian@tarricone.org>
9397Date:   Sun Aug 31 07:41:38 2008 +0000
9398
9399    fix fetching properties rooted at something other than /
9400
9401    (Old svn revision: 27627)
9402
9403commit 95539e93d8fecc572d7735e33242100c538189f7
9404Author: Jannis Pohlmann <jannis@xfce.org>
9405Date:   Sat Aug 30 20:46:37 2008 +0000
9406
9407    Don't print errors when trying to determine the revision of a git svn
9408    repository.
9409
9410
9411    (Old svn revision: 27615)
9412
9413commit f26b2a1829513ebd1aa2df32d9449f6cf395793f
9414Author: Brian Tarricone <brian@tarricone.org>
9415Date:   Wed Aug 27 10:15:34 2008 +0000
9416
9417    add xfconf_g_property_bind_gdkcolor(), a nifty hack
9418
9419    it binds the red/green/blue members of the GdkColor struct to an xfconf
9420    property without getting that pesky first 'pixel' struct member in the
9421    way
9422
9423    (Old svn revision: 27590)
9424
9425commit b1a0fd5f92b69f291f10c6c353b20ff03c670d34
9426Author: Brian Tarricone <brian@tarricone.org>
9427Date:   Wed Aug 27 10:15:21 2008 +0000
9428
9429    fix 16bit int handling when set with xfconf_channel_set_property()
9430
9431    (Old svn revision: 27589)
9432
9433commit b8ed74c08c764a2f8de88db69af8cfec49745262
9434Author: Brian Tarricone <brian@tarricone.org>
9435Date:   Mon Aug 25 07:41:57 2008 +0000
9436
9437    add some G_GNUC_WARN_UNUSED magic
9438
9439    (Old svn revision: 27557)
9440
9441commit b3068d5f6f3d3d8e3968249a9d55d4243be86878
9442Author: Stephan Arts <stephan@xfce.org>
9443Date:   Sun Aug 17 20:06:23 2008 +0000
9444
9445    Version bump
9446
9447
9448    (Old svn revision: 27478)
9449
9450commit ad6a0733cf1fef02c34bab5de2aea862bffeeda6
9451Author: Stephan Arts <stephan@xfce.org>
9452Date:   Sun Aug 17 20:05:20 2008 +0000
9453
9454    Fix configure.ac.in (with ALPHA version number)
9455
9456
9457
9458    (Old svn revision: 27475)
9459
9460commit 24fb48eb42c993838902d93ac534cca7be3a10f1
9461Author: Stephan Arts <stephan@xfce.org>
9462Date:   Sun Aug 17 19:51:10 2008 +0000
9463
9464    Bump version number
9465
9466
9467
9468    (Old svn revision: 27473)
9469
9470commit 6d35b37f930d837cb6dc4094a5bced52b9fdb84b
9471Author: Stephan Arts <stephan@xfce.org>
9472Date:   Sun Aug 17 19:50:17 2008 +0000
9473
9474    Bump version number
9475    update po files
9476
9477
9478
9479    (Old svn revision: 27471)
9480
9481commit 71bc5010582da40d26014a1e41fedb570684aec2
9482Author: Jari Rahkonen <jari.rahkonen@pp1.inet.fi>
9483Date:   Thu Aug 14 11:45:59 2008 +0000
9484
9485    Added Finnish translation.
9486
9487
9488    (Old svn revision: 27447)
9489
9490commit 8c8f162f19fd300e46f41bcb94722a3b21068036
9491Author: Nick Schermer <nick@xfce.org>
9492Date:   Sun Aug 10 20:32:57 2008 +0000
9493
9494    * Use org.freedesktop.DBus.GLib.ClientCSymbol.
9495
9496
9497    (Old svn revision: 27443)
9498
9499commit f324583824a27e18e6b211ee5110baa4c020bdb4
9500Author: Nick Schermer <nick@xfce.org>
9501Date:   Thu Aug 7 20:39:42 2008 +0000
9502
9503    xfconf/xfconf.c: Lazy initialize the hash table, since named
9504    structures are not used often. Use the slice allocator for the
9505    structures. Print critical warning when the named structure
9506    is already registered. Bug #4267.
9507
9508
9509    (Old svn revision: 27429)
9510
9511commit 34852e0efdb9e52b87a964d0d09b65c2ec950fb9
9512Author: Nick Schermer <nick@xfce.org>
9513Date:   Fri Aug 1 19:06:11 2008 +0000
9514
9515    * Fix my previous commit. Apparently a static name
9516      should also be a canonical name...
9517
9518
9519    (Old svn revision: 27411)
9520
9521commit 0f53e8458f8ac3a25f9fab9f9719820dbb6ef510
9522Author: Nick Schermer <nick@xfce.org>
9523Date:   Wed Jul 30 18:32:50 2008 +0000
9524
9525    * Tiny optimization. We can assume we normally only bind
9526      1 property to an object. g_slist_prepend avoids a check
9527      inside glib.
9528
9529
9530    (Old svn revision: 27403)
9531
9532commit 5b54cafb8a353ba4a929f40b342c79566b2f3af3
9533Author: Nick Schermer <nick@xfce.org>
9534Date:   Tue Jul 29 19:42:48 2008 +0000
9535
9536    Use g_value_dup_string string here.
9537
9538
9539    (Old svn revision: 27402)
9540
9541commit 9aa752449f20fd32fb232ba6b26fe1e0cf959b4c
9542Author: Nick Schermer <nick@xfce.org>
9543Date:   Tue Jul 29 19:40:34 2008 +0000
9544
9545    Don't copy the parameter names here too. Grouped the
9546    param's since they're all the same, so this is more readable.
9547
9548
9549    (Old svn revision: 27401)
9550
9551commit 43d2c59ce564693789d7fa65009596fd644454d8
9552Author: Nick Schermer <nick@xfce.org>
9553Date:   Tue Jul 29 19:35:28 2008 +0000
9554
9555    Don't copy the parameter name, nick and blurb. They
9556    will always remain valid and unmodified.
9557
9558
9559    (Old svn revision: 27400)
9560
9561commit 944bd2b9324dfaddccfbc84c92567ce4f6a8f8cd
9562Author: Nick Schermer <nick@xfce.org>
9563Date:   Tue Jul 29 19:26:21 2008 +0000
9564
9565    Implement xfconf_g_property_unbind_all(GObject *object),
9566    see Bug #4252.
9567
9568
9569    (Old svn revision: 27399)
9570
9571commit 50dd9eacbfab44ee1f7f677e12023f8ed7cdfa24
9572Author: Brian Tarricone <brian@tarricone.org>
9573Date:   Tue Jul 29 04:57:49 2008 +0000
9574
9575    add ListChannels() method to dbus iface and xfconf_list_channels()
9576
9577    (Old svn revision: 27395)
9578
9579commit debf9df8811d3e061960a80e082a92e063e36a56
9580Author: Nick Schermer <nick@xfce.org>
9581Date:   Mon Jul 28 21:11:38 2008 +0000
9582
9583            * configure.ac.in: Bump glib dependency to 2.12.0.
9584            * xfconf/xfconf-channel.c, xfconf/xfconf-binding.c,
9585              xfconfd/xfconf-backend-perchannel-xml.c,
9586              xfconfd/xfconf-daemon.c, common/xfconf-common-private.h:
9587              Use GSList where possible. Use the slice allocator where
9588              possible (therefore the 2.12.0 dependency). Use
9589              g_intern_static_string() in g_signal_new and
9590              g_object_[sg]et_data.
9591
9592    (Old svn revision: 27394)
9593
9594commit 892b23eda24c5517d3dba50bd8218d30680afe86
9595Author: Brian Tarricone <brian@tarricone.org>
9596Date:   Sun Jul 27 22:00:02 2008 +0000
9597
9598    update docs
9599
9600    (Old svn revision: 27391)
9601
9602commit 50bc757af31d96acd4c86d3cdcdc374ff346163c
9603Author: Brian Tarricone <brian@tarricone.org>
9604Date:   Sun Jul 27 21:59:52 2008 +0000
9605
9606    fix get_all(), stupid typo
9607
9608    (Old svn revision: 27390)
9609
9610commit caecad73994c778b5acf7b9b4c80bcbec076609e
9611Author: Brian Tarricone <brian@tarricone.org>
9612Date:   Sun Jul 27 06:00:05 2008 +0000
9613
9614    revert a change -- avoid double leading slashes when returning all props
9615
9616    (Old svn revision: 27380)
9617
9618commit f648b10d018948a09969b8df975d65b0cceca8a9
9619Author: Brian Tarricone <brian@tarricone.org>
9620Date:   Sun Jul 27 05:59:52 2008 +0000
9621
9622    improve property name validation
9623
9624    (Old svn revision: 27379)
9625
9626commit 1fbbad497a7389b2f86e887c34eb5e064d5e8209
9627Author: Brian Tarricone <brian@tarricone.org>
9628Date:   Sun Jul 27 01:06:54 2008 +0000
9629
9630    make RemoveProperty and GetAllProperties interfaces easier to use
9631
9632    all removing multiple properties at once based on a subtree of the property
9633    tree.  ditto for getting multiple properties at once
9634
9635    (Old svn revision: 27376)
9636
9637commit d425ff4d76dbf7953cf8aa6d889d5d100cbd3d48
9638Author: Brian Tarricone <brian@tarricone.org>
9639Date:   Fri Jul 25 19:13:30 2008 +0000
9640
9641    remove unneeded code, fixes memleak on channel load
9642
9643    (Old svn revision: 27372)
9644
9645commit d9f6a85b06848bf5851ce0e07ad8afec62131da5
9646Author: Jannis Pohlmann <jannis@xfce.org>
9647Date:   Thu Jul 17 19:31:41 2008 +0000
9648
9649    xfconfd/xfconf-backend-perchannel-xml.c: Fix crash when removing the
9650    last property of a channel. The check whether we are at the root node
9651    (the one with prop->name == "/") was done after accessing the parent
9652    of the current node (which is NULL for the root node).
9653
9654    (Old svn revision: 27332)
9655
9656commit 751be8c1856089e0fb827b7928da0e01629ff33c
9657Author: Jannis Pohlmann <jannis@xfce.org>
9658Date:   Thu Jul 17 15:03:54 2008 +0000
9659
9660    xfconfd/main.c, xfconfd/xfconf-backend-perchannel-xml.c: Fix a few
9661    small memory leaks and add a comment about one I don't know how to fix.
9662
9663    (Old svn revision: 27328)
9664
9665commit 807b51cc0b012dc65a8cd270a7bb9332d45ee572
9666Author: Jannis Pohlmann <jannis@xfce.org>
9667Date:   Thu Jul 17 14:40:16 2008 +0000
9668
9669    xfsettingsd/registry.c: Fix memory leaks and a crash due to invalid
9670    free'ing of a GError (use g_error_free instead of g_free).
9671
9672    (Old svn revision: 27327)
9673
9674commit 5e0e522451d1f08843efefb5c1c12fb95eeb03ab
9675Author: Jasper Huijsmans <jbhuijsmans@home.nl>
9676Date:   Thu Jul 17 09:36:55 2008 +0000
9677
9678    DOS line-endings, eww.
9679
9680
9681    (Old svn revision: 27324)
9682
9683commit 78a6d88374ba2ca34376f5aa8bcbf17a3a608ec4
9684Author: Stephan Arts <stephan@xfce.org>
9685Date:   Wed Jul 16 11:52:06 2008 +0000
9686
9687    Fixed bug #4232, xfconf compiles again.
9688
9689    (Old svn revision: 27311)
9690
9691commit 6636a17ebb525d3d0469b459eb24f79ed3df8c81
9692Author: Jannis Pohlmann <jannis@xfce.org>
9693Date:   Tue Jul 15 11:10:21 2008 +0000
9694
9695    Change @REVISION@ substitution for git svn repositories again.
9696
9697    (Old svn revision: 27295)
9698
9699commit 20538fe1b102f6b140e0f352ff35a1bc107935f8
9700Author: Og Maciel <ogmaciel@gnome.org>
9701Date:   Tue Jul 15 02:37:23 2008 +0000
9702
9703    Updated Brazilian Portuguese translation.
9704
9705    (Old svn revision: 27291)
9706
9707commit 28a23100b909c5061f7afb643c088eba40f51401
9708Author: Stephan Arts <stephan@xfce.org>
9709Date:   Mon Jul 14 22:02:45 2008 +0000
9710
9711    Remove auto-generated file gtk-doc.make
9712
9713
9714
9715    (Old svn revision: 27290)
9716
9717commit 77326a897ee8b396194d46b9b41a793899d758f0
9718Author: Stephan Arts <stephan@xfce.org>
9719Date:   Mon Jul 14 22:02:23 2008 +0000
9720
9721    Add optional profiling support for xfconfd and xfsettingsd
9722    Update .po(t) files.
9723
9724
9725
9726    (Old svn revision: 27289)
9727
9728commit c0aeac0864240a45b2f945c55f8cae4dabe1376b
9729Author: Stephan Arts <stephan@xfce.org>
9730Date:   Mon Jul 14 21:36:41 2008 +0000
9731
9732    * Fix make distcheck (renamed .txt file in Makefile.am), and increased the WAIT_TIMEOUT of the tests.
9733
9734
9735    (Old svn revision: 27288)
9736
9737commit 0a10aa8613d9eebf2b9c69a0923a2db40dd81616
9738Author: Jannis Pohlmann <jannis@xfce.org>
9739Date:   Wed Jul 9 22:22:23 2008 +0000
9740
9741            * autogen.sh: Fix @REVISION@ substitution when using git svn.
9742
9743    (Old svn revision: 27248)
9744
9745commit 59e6350fe916fce716923c882013b031921c188e
9746Author: Brian Tarricone <brian@tarricone.org>
9747Date:   Mon Jul 7 05:41:08 2008 +0000
9748
9749    fix missing dir in SUBDIRS
9750
9751
9752    (Old svn revision: 27224)
9753
9754commit abf495455695814d2250d2f3c1423a08ae608467
9755Author: Jannis Pohlmann <jannis@xfce.org>
9756Date:   Sat Jul 5 21:13:52 2008 +0000
9757
9758            * xfconf/xfconf-channel.c: Disconnect from 'PropertyRemoved' signal
9759              when destroying an XfconfChannel.
9760
9761    (Old svn revision: 27213)
9762
9763commit db488081a98c8fa5c234a48711d55a90e1bed7c2
9764Author: Jannis Pohlmann <jannis@xfce.org>
9765Date:   Thu Jul 3 00:19:22 2008 +0000
9766
9767            * xfconfd/xfconf-backend.c, xfconfd/xfconf-backend-perchannel-xml.c:
9768              Allow '<' and '>' to be in property names. Escape property names
9769                    using g_markup_escape() before writing them to the XML files.
9770            * xfconf-query/main.c: Add message newline to one of the error
9771              messages.
9772
9773    (Old svn revision: 27198)
9774
9775commit 6998887b7c33f8a3767188311b484d86401aaa44
9776Author: Stephan Arts <stephan@xfce.org>
9777Date:   Sun Jun 29 21:29:20 2008 +0000
9778
9779    Applied patch from Nick (Bug #4184)
9780    Fixes compiler-warnings
9781    Fixes XCursor Xrdb issue
9782
9783
9784
9785    (Old svn revision: 27186)
9786
9787commit 6bf77e8905ac890973a686c1d6d394f0f89a4004
9788Author: Stephan Arts <stephan@xfce.org>
9789Date:   Sun Jun 29 19:03:57 2008 +0000
9790
9791    Remove libnotify dependency and accessx-stuff
9792    (was moved to xfce4-settings-helper)
9793
9794
9795    (Old svn revision: 27184)
9796
9797commit 12eb67f40ee9da237b396ec0304df0dc8c158e14
9798Author: Stephan Arts <stephan@xfce.org>
9799Date:   Sat Jun 14 22:51:38 2008 +0000
9800
9801    Modify xfconf-props for accessx
9802
9803
9804
9805    (Old svn revision: 27062)
9806
9807commit 2348a0229ef0b1df119c8fef9d0c77d3c282c478
9808Author: Stephan Arts <stephan@xfce.org>
9809Date:   Sat Jun 14 13:56:51 2008 +0000
9810
9811    Add an xfsettingsd section to the docs
9812
9813
9814
9815    (Old svn revision: 27058)
9816
9817commit 1068774b3fb2209f11dd20f89bc1e83e2b4af8c3
9818Author: Stephan Arts <stephan@xfce.org>
9819Date:   Sat Jun 14 12:55:54 2008 +0000
9820
9821    Forgot to include configure.ac.in with previous commit.
9822
9823
9824    (Old svn revision: 27056)
9825
9826commit 0d0b1adce669260b7dd1cb7c1ea51a87f5f335d4
9827Author: Stephan Arts <stephan@xfce.org>
9828Date:   Sat Jun 14 12:55:33 2008 +0000
9829
9830    Add xkb-accessx support to xfsettingsd (TODO: make libnotify dependency
9831    optional)
9832
9833
9834
9835    (Old svn revision: 27055)
9836
9837commit 79aa1cc217f589831b838ab100b35d01f3e21169
9838Author: Stephan Arts <stephan@xfce.org>
9839Date:   Tue Jun 10 22:27:18 2008 +0000
9840
9841    Improve registry behaviour...
9842
9843
9844
9845    (Old svn revision: 27048)
9846
9847commit 9e6df482da7036cd0db7ed87767f1f4c337fbb22
9848Author: Brian Tarricone <brian@tarricone.org>
9849Date:   Thu Jun 5 08:42:33 2008 +0000
9850
9851    properly register marshaller and signal for PropertyRemoved
9852
9853
9854    (Old svn revision: 27037)
9855
9856commit 9484c93e20a8550ffa943bc77ad5571eb508918f
9857Author: Brian Tarricone <brian@tarricone.org>
9858Date:   Wed Jun 4 18:56:07 2008 +0000
9859
9860    fix warnings on 64bit
9861
9862
9863    (Old svn revision: 27032)
9864
9865commit e83bd82935412a96befd12f70d4ce97c6b1508ea
9866Author: Brian Tarricone <brian@tarricone.org>
9867Date:   Tue May 13 03:17:27 2008 +0000
9868
9869    emit PropertyChanged on all props when a channel is removed
9870
9871
9872    (Old svn revision: 26956)
9873
9874commit 33b5121ea5b8d3bdc80b8ccccc4efb577a3bd4d9
9875Author: Brian Tarricone <brian@tarricone.org>
9876Date:   Tue May 13 03:17:16 2008 +0000
9877
9878    add PropertyRemoved signal to dbus interface and hook it up everywhere
9879
9880
9881    (Old svn revision: 26955)
9882
9883commit 70b4e0a845c6acc940dabb095791dac8ba54e832
9884Author: Brian Tarricone <brian@tarricone.org>
9885Date:   Tue May 13 03:17:04 2008 +0000
9886
9887    fix property-changed tests (missing callback arg)
9888
9889
9890    (Old svn revision: 26954)
9891
9892commit 99b243c4d015b99347e9b9802b88744f1ba41aaf
9893Author: Stephan Arts <stephan@xfce.org>
9894Date:   Mon May 12 22:48:10 2008 +0000
9895
9896    Add support for xrdb stuff
9897
9898
9899
9900    (Old svn revision: 26953)
9901
9902commit b887bcd5dc58e1b6289be578cd55b24292abe062
9903Author: Brian Tarricone <brian@tarricone.org>
9904Date:   Mon May 12 00:23:51 2008 +0000
9905
9906    make xfsettingsd manage all screens
9907
9908
9909    (Old svn revision: 26948)
9910
9911commit 125219323a4f094c995f6435f5bd888b37cbb447
9912Author: Brian Tarricone <brian@tarricone.org>
9913Date:   Mon May 12 00:17:09 2008 +0000
9914
9915    don't emit PropertyChanged before returning from a get/set/etc. handler
9916
9917
9918    (Old svn revision: 26947)
9919
9920commit 958ec6a11d4089171467757c7624654f470bc88b
9921Author: Brian Tarricone <brian@tarricone.org>
9922Date:   Wed May 7 06:15:25 2008 +0000
9923
9924    fix byte order, put the byte order as a CARD8, not CARD32
9925
9926
9927    (Old svn revision: 26934)
9928
9929commit db5417d18b66b0f5c3d34d0949273478b8a6bb59
9930Author: Brian Tarricone <brian@tarricone.org>
9931Date:   Wed May 7 06:15:09 2008 +0000
9932
9933    fix compilation with older compilers
9934
9935
9936    (Old svn revision: 26933)
9937
9938commit b5aa8537c191046ecedb9561b0b034d74194b25e
9939Author: Stephan Arts <stephan@xfce.org>
9940Date:   Fri May 2 07:38:19 2008 +0000
9941
9942    Add the .service file to CLEANFILES instead of DISTCLEANFILES.
9943    Fixes the problem of the .service file pointing to the wrong path when
9944    re-running configure
9945
9946
9947
9948    (Old svn revision: 26919)
9949
9950commit f2b4597f09f5fdc2165d252a2ab50e63522394ff
9951Author: Og Maciel <ogmaciel@gnome.org>
9952Date:   Thu May 1 23:02:23 2008 +0000
9953
9954    Added Brazilian Portuguese translation
9955
9956    (Old svn revision: 26917)
9957
9958commit ae3d3dd48eca3a141784f868e7f650e8cdef8ab1
9959Author: Og Maciel <ogmaciel@gnome.org>
9960Date:   Thu May 1 23:02:01 2008 +0000
9961
9962    Updated Brazilian Portuguese translation
9963
9964    (Old svn revision: 26916)
9965
9966commit a972d428474e3c24e00c8076ac1b9be64e292997
9967Author: Brian Tarricone <brian@tarricone.org>
9968Date:   Thu May 1 03:47:58 2008 +0000
9969
9970    do validate the first char of the channel name
9971
9972
9973    (Old svn revision: 26910)
9974
9975commit b95a82d4ee973ad731cf3742b65c758e5557d21c
9976Author: Brian Tarricone <brian@tarricone.org>
9977Date:   Wed Apr 30 02:35:39 2008 +0000
9978
9979    i suck.  0-9 are valid characters.
9980
9981
9982    (Old svn revision: 26904)
9983
9984commit e2780ef204d8956a5805ab157c5efcd1447a92ff
9985Author: Stephan Arts <stephan@xfce.org>
9986Date:   Tue Apr 29 22:48:24 2008 +0000
9987
9988    xfconf_channel_set_uint works better when it writes uints to the gvalue instead of ints
9989
9990
9991    (Old svn revision: 26903)
9992
9993commit 219e0e69b922acd8e356e5fa987eac5fb19f7cc3
9994Author: Stephan Arts <stephan@xfce.org>
9995Date:   Tue Apr 29 22:37:02 2008 +0000
9996
9997    prevent xfconfd from freezing
9998
9999
10000    (Old svn revision: 26902)
10001
10002commit 2e85e929ee61ac4f73a1a89707fd4ad497a0c671
10003Author: Brian Tarricone <brian@tarricone.org>
10004Date:   Mon Apr 28 01:29:44 2008 +0000
10005
10006    validate channel names
10007
10008
10009    (Old svn revision: 26898)
10010
10011commit 5320bbad4419553bcf555018c8d50d8c7b95bb97
10012Author: Brian Tarricone <brian@tarricone.org>
10013Date:   Mon Apr 28 01:29:25 2008 +0000
10014
10015    add support for getting and setting array properties to xfconf-query
10016
10017
10018    (Old svn revision: 26897)
10019
10020commit 620df0de9c3ded32bd4304f5a882985b74ad09bc
10021Author: Brian Tarricone <brian@tarricone.org>
10022Date:   Mon Apr 28 01:29:06 2008 +0000
10023
10024    update docs, po
10025
10026
10027    (Old svn revision: 26896)
10028
10029commit 2a90f120d42232712efbd8bc73ce1d9f98ea3d0f
10030Author: Brian Tarricone <brian@tarricone.org>
10031Date:   Sat Apr 26 20:59:54 2008 +0000
10032
10033    validate property names and throw an error if they're bad
10034
10035
10036    (Old svn revision: 26891)
10037
10038commit 611dfede8dd73e5e277b233d05c69cb7bddab154
10039Author: Stephan Arts <stephan@xfce.org>
10040Date:   Mon Apr 21 09:38:50 2008 +0000
10041
10042    Make xfsettingsd use the new property-changed signal interface
10043
10044    Xfsettingsd will now exit cleanly when it loses the selection
10045
10046
10047
10048    (Old svn revision: 26877)
10049
10050commit 8cb0649fda04ecb233d45f0b7d7195c1db7b111d
10051Author: Brian Tarricone <brian@tarricone.org>
10052Date:   Mon Apr 21 08:33:15 2008 +0000
10053
10054    add property value to PropertyChanged/XfconfChannel::property-changed signal
10055
10056    it seems like every time i get a property-changed signal, the first thing
10057    i do is go and fetch the property.  always sending the value over the wire
10058    in the signal will generally save us a round-trip when handling property
10059    changes.  the downside is that the value always gets sent out on any prop
10060    change, regardless if anyone cares about that particular property or not
10061
10062
10063    (Old svn revision: 26876)
10064
10065commit 03f43f6dcedfbacca5f62cbbff168e1980383d11
10066Author: Brian Tarricone <brian@tarricone.org>
10067Date:   Mon Apr 21 01:02:51 2008 +0000
10068
10069    turns out having convenience getter/setter for unsigned int is useful
10070
10071
10072    (Old svn revision: 26875)
10073
10074commit 2588c9523f5b221c6e450a1e9575513404ede352
10075Author: Brian Tarricone <brian@tarricone.org>
10076Date:   Sun Apr 20 07:39:02 2008 +0000
10077
10078    treat uint16/int16 as uint32/int32 when sending data over dbus
10079
10080    annoyingly, dbus-glib doesn't support sending 16-bit signed or unsigned
10081    integers over the bus, since no 16-bit GTypes exist.  the ability to expose
10082    custom GValue marshallers is not exposed in dbus-glib's API, so custom
10083    GTypes cannot be added.
10084
10085    so, internally, we handle 16-bit values as if they were 32-bit values.
10086    the 16-bit types are kept so that the struct-related functions still work.
10087
10088
10089    (Old svn revision: 26874)
10090
10091commit 07ab4d8d1bf2417118c2a2e2d550ddd41eb63132
10092Author: Brian Tarricone <brian@tarricone.org>
10093Date:   Sun Apr 20 07:38:50 2008 +0000
10094
10095    use standard capital 'V' for version and lowercase 'v' for verbose
10096
10097
10098    (Old svn revision: 26873)
10099
10100commit 69ff730c6ff68dbce5f1238ff3d9939dd1d4d9a7
10101Author: Brian Tarricone <brian@tarricone.org>
10102Date:   Sun Apr 20 07:38:40 2008 +0000
10103
10104    properly make sure xfconfd has started on our bus before continuing
10105
10106
10107    (Old svn revision: 26872)
10108
10109commit 5bfa8967c14c2197710a508545302a6310ea77a5
10110Author: Stephan Arts <stephan@xfce.org>
10111Date:   Thu Apr 17 11:25:24 2008 +0000
10112
10113    Fix ToolbarIconSize registry entry (int)
10114
10115
10116    (Old svn revision: 26856)
10117
10118commit eaa1c4a620e87bf364c727a8cb2d864500168a6a
10119Author: Stephan Arts <stephan@xfce.org>
10120Date:   Thu Apr 17 06:13:52 2008 +0000
10121
10122    Add --remove field to xfconf-query (usefull for xfconfd-database maintenance)
10123
10124
10125    (Old svn revision: 26850)
10126
10127commit 776dc8267270d95ca5b680e25922fcf3ea6ea206
10128Author: Brian Tarricone <brian@tarricone.org>
10129Date:   Tue Apr 15 10:36:24 2008 +0000
10130
10131    remove XfconfGBinding from channel's list if the GObject gets freed
10132
10133
10134    (Old svn revision: 26845)
10135
10136commit 15e7d6789aec2050e055a777caff71831d81c32e
10137Author: Brian Tarricone <brian@tarricone.org>
10138Date:   Tue Apr 15 08:55:39 2008 +0000
10139
10140    get svn revision from git-svn in a smarter way
10141
10142
10143    (Old svn revision: 26844)
10144
10145commit 20438ad13b4cd41075b33093f442b84bd087bc65
10146Author: Brian Tarricone <brian@tarricone.org>
10147Date:   Tue Apr 15 08:24:38 2008 +0000
10148
10149    fix missing include
10150
10151
10152    (Old svn revision: 26843)
10153
10154commit 35449e0609bceea3e1f21e5e597d980bd568cad1
10155Author: Brian Tarricone <brian@tarricone.org>
10156Date:   Tue Apr 15 08:22:41 2008 +0000
10157
10158    fix typo
10159
10160
10161    (Old svn revision: 26842)
10162
10163commit 7ec7ba05a53801f0c1f7145b5e020fcd44908fb5
10164Author: Brian Tarricone <brian@tarricone.org>
10165Date:   Tue Apr 15 08:09:38 2008 +0000
10166
10167    remove libxfconf-gtk and move binding functionality to libxfconf
10168
10169    binding functionality is not gobject-based (uses properties) and doesn't
10170    require gtk at all
10171
10172
10173    (Old svn revision: 26841)
10174
10175commit 02b07875cb7d8d71858b68804d34e7b0ef596c7a
10176Author: Brian Tarricone <brian@tarricone.org>
10177Date:   Tue Apr 15 05:56:43 2008 +0000
10178
10179    make XfconfChannel::property-changed allow a prop name signal detail
10180
10181    this way you can get a signal for changes to all properties in a channel
10182    by connecting to "property-changed", or just one property by connecting
10183    to "property-changed::/property/name"
10184
10185
10186    (Old svn revision: 26839)
10187
10188commit c7929285479cb5fa9cf0b65bb5b8b7f920d76434
10189Author: Brian Tarricone <brian@tarricone.org>
10190Date:   Mon Apr 14 06:40:40 2008 +0000
10191
10192    allow xfconf-query to create new channels/properties
10193
10194
10195    (Old svn revision: 26835)
10196
10197commit bfa4ffdd130b7ac9dccb9b2b6d83deb9300fb929
10198Author: Brian Tarricone <brian@tarricone.org>
10199Date:   Mon Apr 14 06:00:10 2008 +0000
10200
10201    do some rearranging of code locations
10202
10203    * the locking evaluation stuff is really only needed in the daemon
10204    * clean up an extra copy of xfconf_g_value_free()
10205    * move _xfconf_gtype_from_string() to gvaluefuncs
10206    * compile xfconf-types.c directly into the daemon and libxfconf separately
10207      to avoid problems with the aliasdef stuff
10208
10209
10210    (Old svn revision: 26834)
10211
10212commit 7e191207764bd72c30efc996cab3340c86c9d22b
10213Author: Stephan Arts <stephan@xfce.org>
10214Date:   Sun Apr 13 20:46:32 2008 +0000
10215
10216    Fix build with --enable-debug=full
10217
10218
10219    (Old svn revision: 26833)
10220
10221commit 1a7116b72aa08f2f5ba5ad2f025c553c806b878c
10222Author: Stephan Arts <stephan@xfce.org>
10223Date:   Sun Apr 13 20:44:13 2008 +0000
10224
10225    Add --list and --verbose options to xfconf-query
10226
10227
10228    (Old svn revision: 26832)
10229
10230commit c41fb4ac7b3a57022f0ddaa11a8124363d227ec5
10231Author: Brian Tarricone <brian@tarricone.org>
10232Date:   Sun Apr 13 09:28:32 2008 +0000
10233
10234    emit the PropertyChanged signal properly.  duh.
10235
10236
10237    (Old svn revision: 26831)
10238
10239commit 86dd8bc6444c2328c68f2c3d70abbef4af8063dd
10240Author: Brian Tarricone <brian@tarricone.org>
10241Date:   Fri Apr 11 05:29:07 2008 +0000
10242
10243    pull common stuff out of makefiles, fix 'mke distcheck' properly
10244
10245
10246    (Old svn revision: 26823)
10247
10248commit 26237397ebd905b120e8ff25211e66b4688ab7c8
10249Author: Stephan Arts <stephan@xfce.org>
10250Date:   Fri Apr 11 05:24:39 2008 +0000
10251
10252    Fix make distcheck
10253
10254
10255    (Old svn revision: 26822)
10256
10257commit 8708d92051a9ecf9bb4084d8f340c22188840e99
10258Author: Stephan Arts <stephan@xfce.org>
10259Date:   Thu Apr 10 22:46:48 2008 +0000
10260
10261    Fix the test-suite
10262
10263
10264    (Old svn revision: 26818)
10265
10266commit f582228abc41550473af41017078cfdb74624ae8
10267Author: Stephan Arts <stephan@xfce.org>
10268Date:   Thu Apr 10 22:19:14 2008 +0000
10269
10270    Organise test-suite a little.
10271
10272
10273    (Old svn revision: 26817)
10274
10275commit a31506e11d4a60d4e5133957f44700b7ef9dc093
10276Author: Brian Tarricone <brian@tarricone.org>
10277Date:   Thu Apr 10 22:06:53 2008 +0000
10278
10279    revert previous change -- _xfconf_gvalue_from_string() isn't meant to be
10280    able to convert semicolon-delimited strings into an array, just to create
10281    an array to put arbitrary elements into
10282
10283
10284    (Old svn revision: 26816)
10285
10286commit 1f119191cd76b50c69e0b64d7464f514755babf5
10287Author: Stephan Arts <stephan@xfce.org>
10288Date:   Thu Apr 10 08:31:13 2008 +0000
10289
10290    Add G_GNUC_INTERNAL to xfconf_g_value_free function (restores abi)
10291
10292
10293
10294    (Old svn revision: 26812)
10295
10296commit a85d7bca6c7cbb006105514b9877c9c21507ac19
10297Author: Stephan Arts <stephan@xfce.org>
10298Date:   Wed Apr 9 20:41:20 2008 +0000
10299
10300    Improve xfconf-query support for gvalue types (use common-code for gvalue >< string conversion)
10301    Fix compile-warning with make-distcheck inside common-libs, (add header to Makefile.am)
10302    Update pot file.
10303
10304
10305
10306    (Old svn revision: 26810)
10307
10308commit 04c506e83429b553a92f42d18a7d85186b14dd82
10309Author: Brian Tarricone <brian@tarricone.org>
10310Date:   Wed Apr 9 06:53:02 2008 +0000
10311
10312    convert string list (as semicolon-delim list) into GValue properly
10313
10314
10315    (Old svn revision: 26807)
10316
10317commit 75cf5446f22299c80ac38d46f31b92799116430c
10318Author: Brian Tarricone <brian@tarricone.org>
10319Date:   Wed Apr 9 06:22:20 2008 +0000
10320
10321    update POTFILES
10322
10323
10324    (Old svn revision: 26806)
10325
10326commit 5ebfae3e89bd2ad4a213a3158957e228b3d4f7ae
10327Author: Brian Tarricone <brian@tarricone.org>
10328Date:   Wed Apr 9 06:20:13 2008 +0000
10329
10330    move xfconf_gtk_string_from_gvalue() to common
10331
10332
10333    (Old svn revision: 26805)
10334
10335commit dc3f38699d7711f3dbad2da6b04d2b8a6bf1aeee
10336Author: Brian Tarricone <brian@tarricone.org>
10337Date:   Wed Apr 9 06:02:42 2008 +0000
10338
10339    rename xfconf_gtk_widget_bind_property() s/widget/editable, fix some bugs
10340
10341    different widget types are going to have to be handled differently, with
10342    different parameters.  check buttons will always be boolean types, radio
10343    buttons will need to have some sort of identifier associated with them, etc.
10344
10345
10346    (Old svn revision: 26804)
10347
10348commit d932d6dfb450c2f795780757845fb3afb7730456
10349Author: Brian Tarricone <brian@tarricone.org>
10350Date:   Wed Apr 9 05:30:06 2008 +0000
10351
10352    add first pass at xfconf-gtk convenience library
10353
10354    it only supports widgets that implement GtkEditable, but more to come soon
10355
10356
10357    (Old svn revision: 26803)
10358
10359commit eb82448feb78c651a59d504c19dcde0ea5b2e227
10360Author: Brian Tarricone <brian@tarricone.org>
10361Date:   Wed Apr 9 05:29:53 2008 +0000
10362
10363    move GValue convenience funcs to their own libtool convenience lib
10364
10365
10366    (Old svn revision: 26802)
10367
10368commit ce437df5767627a346c1037dff04200148eefd5d
10369Author: Brian Tarricone <brian@tarricone.org>
10370Date:   Wed Apr 9 05:29:41 2008 +0000
10371
10372    fix xfconf includes install location
10373
10374
10375    (Old svn revision: 26801)
10376
10377commit fe740619eb4c548e016c01e1357d52954072e31d
10378Author: Brian Tarricone <brian@tarricone.org>
10379Date:   Wed Apr 9 05:29:31 2008 +0000
10380
10381    update todo
10382
10383
10384    (Old svn revision: 26800)
10385
10386commit 6fd85774f00de671abb6eea8a29868088634f881
10387Author: Brian Tarricone <brian@tarricone.org>
10388Date:   Wed Apr 9 05:29:21 2008 +0000
10389
10390    add missing api doc
10391
10392
10393    (Old svn revision: 26799)
10394
10395commit b8c551acb9a3e2b5aa1ac3d68ed87d41bc078656
10396Author: Stephan Arts <stephan@xfce.org>
10397Date:   Tue Apr 8 17:40:04 2008 +0000
10398
10399    Code-cleanup inside xfconf-query
10400    Update --version string of xfconf-query and xfsettingsd
10401
10402
10403
10404    (Old svn revision: 26793)
10405
10406commit b9b82b6e80cc6c79dc8c26c9194efbc2b4104bd2
10407Author: Stephan Arts <stephan@xfce.org>
10408Date:   Mon Apr 7 20:30:43 2008 +0000
10409
10410    Add read-support to xfconf-query
10411
10412
10413    (Old svn revision: 26788)
10414
10415commit 90c3cd55f52e6a08fee26448de187af654f1a2ba
10416Author: Stephan Arts <stephan@xfce.org>
10417Date:   Mon Apr 7 19:47:16 2008 +0000
10418
10419    Add xfconf-query cli-tool (it can only update existing values for now)
10420
10421    Fix an uninitialized gvalue struct inside the xfconf library
10422
10423
10424
10425    (Old svn revision: 26787)
10426
10427commit b7be39592c56aeae62279daa08caf89fc4e6cec6
10428Author: Brian Tarricone <brian@tarricone.org>
10429Date:   Mon Apr 7 08:49:10 2008 +0000
10430
10431    make the PropertyChanged signal work
10432
10433
10434    (Old svn revision: 26786)
10435
10436commit 18c6bea7831d9aa7dd89ae9eef937313cc4ccc27
10437Author: Brian Tarricone <brian@tarricone.org>
10438Date:   Mon Apr 7 08:48:58 2008 +0000
10439
10440    add stephan to AUTHORS
10441
10442
10443    (Old svn revision: 26785)
10444
10445commit 5283f8846819fb0c605a5624d70edaf13367970f
10446Author: Brian Tarricone <brian@tarricone.org>
10447Date:   Sat Apr 5 15:58:36 2008 +0000
10448
10449    add missing xfconf-types.h include to main header
10450
10451
10452    (Old svn revision: 26784)
10453
10454commit c563cc78375831b9d7643e0a5816134c8cf00dcc
10455Author: Brian Tarricone <brian@tarricone.org>
10456Date:   Sat Apr 5 01:46:31 2008 +0000
10457
10458    make xfsettingsd build optional, clean up all warnings, xfce-ise it
10459
10460
10461    (Old svn revision: 26781)
10462
10463commit 3ad3b1c12a84e1bc72b310de188e76cbd68e2eeb
10464Author: Stephan Arts <stephan@xfce.org>
10465Date:   Wed Apr 2 22:37:45 2008 +0000
10466
10467    Fixed the header information of the registry file.
10468
10469
10470
10471    (Old svn revision: 26779)
10472
10473commit 20974d6e33e8ed9474fa69d0d8bff5b55a8ff369
10474Author: Stephan Arts <stephan@xfce.org>
10475Date:   Wed Apr 2 22:25:36 2008 +0000
10476
10477    Import xfsettingsd code, the xfce-xsettingsd
10478
10479    Update TODO
10480
10481
10482
10483    (Old svn revision: 26778)
10484
10485commit 397c6eb767222290ce0f0c1910910afd0df3eb62
10486Author: Brian Tarricone <brian@tarricone.org>
10487Date:   Wed Apr 2 08:34:36 2008 +0000
10488
10489    add new symbol to xfconf.symbols so 'make check' passes
10490
10491
10492    (Old svn revision: 26777)
10493
10494commit 9c736415d1d3004d7199837ef7b5d77401e90354
10495Author: Brian Tarricone <brian@tarricone.org>
10496Date:   Wed Feb 20 18:34:22 2008 +0000
10497
10498    patch from Stephan to fix includes location
10499
10500
10501    (Old svn revision: 26776)
10502
10503commit 3b001926937bbe0a82644540bd1d3793e24a56f2
10504Author: Brian Tarricone <brian@tarricone.org>
10505Date:   Mon Jan 14 06:42:36 2008 +0000
10506
10507    update spec and docs
10508
10509
10510    (Old svn revision: 26775)
10511
10512commit 12e247bf8f5bbbfbe1d27748957c3d255b990f63
10513Author: Brian Tarricone <brian@tarricone.org>
10514Date:   Mon Jan 14 06:42:26 2008 +0000
10515
10516    make the array stuff work, in theory.
10517
10518    i think this should work now.  GArrays of GValues don't seem to work,
10519    unfortunately, but GPtrArrays of GValues do.  passing GValueArrays
10520    directly to dbus-glib works, but it's difficult if not impossible to
10521    figure out what they are on the other end.
10522
10523    anyhow, so the array stuff works by passing a GPtrArray of GValues
10524    to dbus-glib (after stuffing the GPtrArray in its own GValue).
10525
10526
10527    (Old svn revision: 26774)
10528
10529commit 015b9e9f9a67e4a813df3017645bc297536134f1
10530Author: Brian Tarricone <brian@tarricone.org>
10531Date:   Mon Jan 14 06:42:13 2008 +0000
10532
10533    use GValueArray to set and get string lists
10534
10535
10536    (Old svn revision: 26773)
10537
10538commit a0b6e62500bc9ff5e5a0cfd8b846ed0c531bb680
10539Author: Brian Tarricone <brian@tarricone.org>
10540Date:   Wed Dec 5 10:06:22 2007 +0000
10541
10542    * handle 'empty' branches properly
10543    * fix typo (attribute_values[i] -> type)
10544
10545
10546    (Old svn revision: 26772)
10547
10548commit fb0cb03a20d2dd55594e4e1b4d5b825fcfe1dbcb
10549Author: Brian Tarricone <brian@tarricone.org>
10550Date:   Wed Dec 5 10:06:13 2007 +0000
10551
10552    don't use old <string> elem; use <value type="string" ...> instead
10553
10554
10555    (Old svn revision: 26771)
10556
10557commit d74e4bae00597791275463b48c6062c6492c19d4
10558Author: Brian Tarricone <brian@tarricone.org>
10559Date:   Wed Dec 5 10:06:03 2007 +0000
10560
10561    extract svn revision using git-svn
10562
10563
10564    (Old svn revision: 26770)
10565
10566commit 3c1632488b0fe909eb14a3701eed1d2b2717ca37
10567Author: Brian Tarricone <brian@tarricone.org>
10568Date:   Tue Nov 6 05:52:22 2007 +0000
10569
10570    add gnuc visibility stuff
10571
10572
10573    (Old svn revision: 26769)
10574
10575commit 759ae5768a878a87f208cb889974bee24e371d74
10576Author: Brian Tarricone <brian@tarricone.org>
10577Date:   Sat Oct 27 19:23:23 2007 +0000
10578
10579    fix make dist
10580
10581
10582    (Old svn revision: 26768)
10583
10584commit a4ad85a57fd7b5f3f9c25f89c81279bbcf21a690
10585Author: Brian Tarricone <brian@tarricone.org>
10586Date:   Thu Oct 25 18:33:18 2007 +0000
10587
10588    distcheck requires a po/changelog
10589
10590
10591    (Old svn revision: 26767)
10592
10593commit 90b342ba827cd9102c3732fe37b84cb223f03d90
10594Author: Brian Tarricone <brian@tarricone.org>
10595Date:   Thu Oct 25 09:14:44 2007 +0000
10596
10597    start migration to new library API with array types and struct serializers.
10598    this isn't completely done and doesn't quite work (needs some more daemon
10599    backend work), but what's in svn doesn't work properly right now either
10600
10601
10602    (Old svn revision: 26766)
10603
10604commit fe0dfdb9514a27a7ea0c090a2bd8de218629c241
10605Author: Brian Tarricone <brian@tarricone.org>
10606Date:   Thu Oct 25 05:14:18 2007 +0000
10607
10608    use tagged svn version scheme
10609
10610
10611    (Old svn revision: 26765)
10612
10613commit a8af11993145074bfa579f39efa357da3dcb9e2f
10614Author: Brian Tarricone <brian@tarricone.org>
10615Date:   Thu Oct 4 18:58:53 2007 +0000
10616
10617    update todo, spearate items into '1.0' items and 'future' items
10618
10619
10620    (Old svn revision: 26764)
10621
10622commit d4c6e594200fea84e7bde4b903e9bc79b923fa2c
10623Author: Brian Tarricone <brian@tarricone.org>
10624Date:   Wed Oct 3 12:43:08 2007 +0000
10625
10626    add --version option
10627
10628
10629    (Old svn revision: 26763)
10630
10631commit 6e3eb9e521c7ca454af781ef55b43d1c32088bff
10632Author: Brian Tarricone <brian@tarricone.org>
10633Date:   Wed Oct 3 12:34:05 2007 +0000
10634
10635    * move XfconfBackendError to a more public place and rename it to XfconfError
10636    * allow xfconfd to load multiple backends, the first of which is read/write,
10637      and the others are read-only
10638    * update docs
10639
10640
10641    (Old svn revision: 26762)
10642
10643commit 0395d8ec37100b934b51378a8783911b4a223963
10644Author: Brian Tarricone <brian@tarricone.org>
10645Date:   Wed Oct 3 10:55:57 2007 +0000
10646
10647    ignore sigpipe again
10648
10649
10650    (Old svn revision: 26761)
10651
10652commit 94b6f04b12359b717f8c63e6d6882194843ff43c
10653Author: Brian Tarricone <brian@tarricone.org>
10654Date:   Wed Oct 3 09:15:53 2007 +0000
10655
10656    don't print warnings on common non-error errors unless XFCONF_ENABLE_CHECKS
10657    is defined
10658
10659
10660    (Old svn revision: 26760)
10661
10662commit 75938fa18555f60bc6931bcecb35b053650a9328
10663Author: Brian Tarricone <brian@tarricone.org>
10664Date:   Wed Oct 3 09:11:06 2007 +0000
10665
10666    use #define instead of hardcoded test channel name
10667
10668
10669    (Old svn revision: 26759)
10670
10671commit 9347c75a5b02629b3324505fb5d49a5a854caa55
10672Author: Brian Tarricone <brian@tarricone.org>
10673Date:   Wed Oct 3 09:09:12 2007 +0000
10674
10675    make RemoveProperty test more robust - check for presence of each
10676    property before removing, and again after each remove
10677
10678
10679    (Old svn revision: 26758)
10680
10681commit b9199c29c6d263247b46f6ff843469397287c700
10682Author: Brian Tarricone <brian@tarricone.org>
10683Date:   Wed Oct 3 09:08:49 2007 +0000
10684
10685    fix RemoveProperty removing all properties from the tree :-(
10686
10687
10688    (Old svn revision: 26757)
10689
10690commit 9beafac13b8beb770f6e551455f90fd0844fc9e2
10691Author: Brian Tarricone <brian@tarricone.org>
10692Date:   Wed Oct 3 08:56:50 2007 +0000
10693
10694    update svn:ignore
10695
10696
10697    (Old svn revision: 26756)
10698
10699commit d48d992ddc9e7f008d09d8d427ce2d27575a4ce5
10700Author: Brian Tarricone <brian@tarricone.org>
10701Date:   Wed Oct 3 08:55:01 2007 +0000
10702
10703    set svn:ignore
10704
10705
10706    (Old svn revision: 26755)
10707
10708commit 5b2d84b05ec78a5d202a4403388310d5e14db973
10709Author: Brian Tarricone <brian@tarricone.org>
10710Date:   Wed Oct 3 08:50:39 2007 +0000
10711
10712    fix template to use local XDG_CONFIG_HOME
10713
10714
10715    (Old svn revision: 26754)
10716
10717commit 003173da1716c9bac0b110769bf212cfe68f54b9
10718Author: Brian Tarricone <brian@tarricone.org>
10719Date:   Wed Oct 3 08:49:02 2007 +0000
10720
10721    * add test framework to build
10722    * add possibility for extra error checking in libxfconf
10723    * fix warning (don't init gvalues before passing to dbus)
10724    * handle G_TYPE_STRV as string list in libxfconf
10725
10726
10727    (Old svn revision: 26753)
10728
10729commit fe7d5808b47419c94abc67db7131320538e1d34f
10730Author: Brian Tarricone <brian@tarricone.org>
10731Date:   Wed Oct 3 08:47:32 2007 +0000
10732
10733    add a sleep().  meh.
10734
10735
10736    (Old svn revision: 26752)
10737
10738commit 6e12d9a947eb1ce7ce5ea8c64dd512322c9686eb
10739Author: Brian Tarricone <brian@tarricone.org>
10740Date:   Wed Oct 3 08:37:53 2007 +0000
10741
10742    add tests framework
10743
10744
10745    (Old svn revision: 26751)
10746
10747commit e4b14cc6569c479bde46e479caa076a92c98c8e1
10748Author: Brian Tarricone <brian@tarricone.org>
10749Date:   Wed Oct 3 08:28:47 2007 +0000
10750
10751    * make error reporting more verbose (should have a way to turn this off)
10752    * handle G_TYPE_STRV (i'm not sure why strlists aren't getting received
10753      as a GPtrArray of (gchar *)s)
10754    * fix channel xml file parse problem with string lists
10755
10756
10757    (Old svn revision: 26750)
10758
10759commit 71570febdce79d4373d36662b0378ce532decc26
10760Author: Brian Tarricone <brian@tarricone.org>
10761Date:   Wed Oct 3 08:06:58 2007 +0000
10762
10763    correct GDestroyNotify for the proptree
10764
10765
10766    (Old svn revision: 26749)
10767
10768commit 9aaf95dc308327fc8afe42657a1248551fa8c523
10769Author: Brian Tarricone <brian@tarricone.org>
10770Date:   Wed Oct 3 08:04:07 2007 +0000
10771
10772    add posix signal handling to exit xfconfd cleanly
10773
10774
10775    (Old svn revision: 26748)
10776
10777commit d031075f5474fcf4582805b34a9446cb98c6600a
10778Author: Brian Tarricone <brian@tarricone.org>
10779Date:   Wed Oct 3 06:38:01 2007 +0000
10780
10781    * call g_type_init() in xfconf_init()
10782    * register marshaller and signal for PropertyChanged
10783    * fix signal name Changed -> PropertyChanged
10784
10785
10786    (Old svn revision: 26747)
10787
10788commit c0799ed2eb8616cd1e93bf263792d3301f3f670d
10789Author: Brian Tarricone <brian@tarricone.org>
10790Date:   Wed Oct 3 05:07:36 2007 +0000
10791
10792    move channel init stuff out of _new() and into _init()
10793
10794
10795    (Old svn revision: 26746)
10796
10797commit 098c0f21b5945af02f17060959f2100b66dce9e8
10798Author: Brian Tarricone <brian@tarricone.org>
10799Date:   Mon Oct 1 09:05:42 2007 +0000
10800
10801    update todo
10802
10803
10804    (Old svn revision: 26745)
10805
10806commit ba26d717233c463afbc2c1d34dfa005b05562713
10807Author: Brian Tarricone <brian@tarricone.org>
10808Date:   Mon Oct 1 08:59:58 2007 +0000
10809
10810    fix missing root node property name, fix crash on double-free()
10811
10812
10813    (Old svn revision: 26744)
10814
10815commit 38e8dd4248ad9e70fea88a1c68c903acdbb6e5d1
10816Author: Brian Tarricone <brian@tarricone.org>
10817Date:   Mon Oct 1 08:49:04 2007 +0000
10818
10819    * stupid - fix RemoveProperty() crash; just a mistaken parameter
10820    * make _proptree_remove() remove empty parents of the node to be removed
10821
10822
10823    (Old svn revision: 26743)
10824
10825commit 4f656b25cdc49999e8e520970f44f1df531267db
10826Author: Brian Tarricone <brian@tarricone.org>
10827Date:   Mon Oct 1 08:35:17 2007 +0000
10828
10829    redid perchannel-xml backend to use GNode internally for the property tree
10830    rather than GTree, as GTree is just not really working right here (even tho
10831    it's easier to use).  GetProperty(), SetProperty(), GetAllProperties(),
10832    PropertyExists(), and RemoveChannel() appear to work.  RemoveProperty() causes
10833    a segfault, not sure why yet.
10834
10835
10836    (Old svn revision: 26742)
10837
10838commit 8048ccdfdc0549fe3e92b23a283788c31d386b52
10839Author: Brian Tarricone <brian@tarricone.org>
10840Date:   Mon Oct 1 07:41:12 2007 +0000
10841
10842    add permission denied error type
10843
10844
10845    (Old svn revision: 26741)
10846
10847commit f4059dbef1744302041ceb113497c5e6a2821e68
10848Author: Brian Tarricone <brian@tarricone.org>
10849Date:   Mon Sep 17 16:24:16 2007 +0000
10850
10851    fix file writing - forgot to XfconfProperty-ise it
10852
10853
10854    (Old svn revision: 26740)
10855
10856commit 6040fb8e728777dac6269711adeee0c1c8ac9d8c
10857Author: Brian Tarricone <brian@tarricone.org>
10858Date:   Mon Sep 17 15:59:31 2007 +0000
10859
10860    fix some get/set stuff.  make set and get_all use the new XfconfProperty
10861    stuff.  i think stuff is starting to work.
10862
10863
10864    (Old svn revision: 26739)
10865
10866commit 465c5815316d67d4982bb0df004a24de5ea281c4
10867Author: Brian Tarricone <brian@tarricone.org>
10868Date:   Mon Sep 17 15:48:41 2007 +0000
10869
10870    fix a bunch of parsing buglets - still more tho
10871
10872
10873    (Old svn revision: 26738)
10874
10875commit fa4a7d767069f360b2bb6fa9001b270427e9375b
10876Author: Brian Tarricone <brian@tarricone.org>
10877Date:   Sun Sep 16 07:38:55 2007 +0000
10878
10879    this appears to work for writing out the perchannel-xml config files, but
10880    it's pretty ugly, and i'm not sure if it works in all cases
10881
10882
10883    (Old svn revision: 26737)
10884
10885commit 2ab4e553fced4091066eb662b67eb5a8ac45deb6
10886Author: Brian Tarricone <brian@tarricone.org>
10887Date:   Fri Sep 14 12:29:47 2007 +0000
10888
10889    lowercase all channel/property names to enforce case-insensitivity
10890
10891
10892    (Old svn revision: 26736)
10893
10894commit bd971a066d6685b95b06ca00a6f40184adcae683
10895Author: Brian Tarricone <brian@tarricone.org>
10896Date:   Fri Sep 14 12:05:27 2007 +0000
10897
10898    fix build of autogenerated sources
10899
10900
10901    (Old svn revision: 26735)
10902
10903commit f0178d23716e3ec788b78de234ab899c05f9b4a0
10904Author: Brian Tarricone <brian@tarricone.org>
10905Date:   Fri Sep 14 11:38:51 2007 +0000
10906
10907    implement most of the the perchannel-xml reading and parsing code.  it's not
10908    complete, and it completely differs from the write code (right now, it can't
10909    properly read the files it writes), and there are some problems parsing
10910    string lists (sometimes), which i know how to fix.  also there's a new locking
10911    scheme that dupilcates the functionality currently in XfceKiosk.
10912
10913    regardless, it's totally not usable right now, but i need to commit so i can
10914    work on this elsewhere.
10915
10916
10917    (Old svn revision: 26734)
10918
10919commit 77a9f25c480be7a9c3b1c59fabe23e78d01fc39c
10920Author: Brian Tarricone <brian@tarricone.org>
10921Date:   Fri Sep 7 09:09:39 2007 +0000
10922
10923    add some preliminary specs/behavior descriptions
10924
10925
10926    (Old svn revision: 26733)
10927
10928commit 2f4c685b9b058789846c580e47c43dbb28f2d50d
10929Author: Brian Tarricone <brian@tarricone.org>
10930Date:   Thu Sep 6 09:57:02 2007 +0000
10931
10932    change version of perchannel-xml file format from 1 to 0.1
10933
10934
10935    (Old svn revision: 26732)
10936
10937commit 01d18a6e041128f8f6dadf53d40dc748bc014d14
10938Author: Brian Tarricone <brian@tarricone.org>
10939Date:   Thu Sep 6 09:52:34 2007 +0000
10940
10941    update todo again
10942
10943
10944    (Old svn revision: 26731)
10945
10946commit 71062a89d23cf6b0ee75ee49d1a473dc46dcc274
10947Author: Brian Tarricone <brian@tarricone.org>
10948Date:   Thu Sep 6 09:50:17 2007 +0000
10949
10950    update todo
10951
10952
10953    (Old svn revision: 26730)
10954
10955commit 78f9839e5d9569cde43f74726b8d45286364fa73
10956Author: Brian Tarricone <brian@tarricone.org>
10957Date:   Thu Sep 6 09:36:31 2007 +0000
10958
10959    add todo file
10960
10961
10962    (Old svn revision: 26729)
10963
10964commit 63affd4acd1d4aca358999235d83303c76826d2f
10965Author: Brian Tarricone <brian@tarricone.org>
10966Date:   Thu Sep 6 09:27:05 2007 +0000
10967
10968    implement most of the perchannel-xml backend.  reading stuff from
10969    the xml files isn't implemented yet, but writing values is done and
10970    appears to work
10971
10972
10973    (Old svn revision: 26728)
10974
10975commit f1b43fa69c1b83fd89f60bbeb6f1dc7819120545
10976Author: Brian Tarricone <brian@tarricone.org>
10977Date:   Thu Sep 6 09:25:29 2007 +0000
10978
10979    whoops, forgot the makefile
10980
10981
10982    (Old svn revision: 26727)
10983
10984commit 2bbb308832c1e3da927aaeb690e1ba984eb07f78
10985Author: Brian Tarricone <brian@tarricone.org>
10986Date:   Thu Sep 6 09:25:02 2007 +0000
10987
10988    add prelim dtd for the perchannel-xml backend
10989
10990
10991    (Old svn revision: 26726)
10992
10993commit de245bdc6727e24f6fe6c68c4ad1a4c23b982368
10994Author: Brian Tarricone <brian@tarricone.org>
10995Date:   Thu Sep 6 09:24:32 2007 +0000
10996
10997    add xfconf_g_value_free() utility function
10998
10999
11000    (Old svn revision: 26725)
11001
11002commit c4bb653d3258a8f29625efa917cd81688997d4b7
11003Author: Brian Tarricone <brian@tarricone.org>
11004Date:   Thu Sep 6 09:24:03 2007 +0000
11005
11006    clean up header files
11007
11008
11009    (Old svn revision: 26724)
11010
11011commit 8fcfd81ddc2f00ef70972f9a8754a95d24199a5e
11012Author: Brian Tarricone <brian@tarricone.org>
11013Date:   Thu Sep 6 03:08:14 2007 +0000
11014
11015    do some cosmetic renaming
11016
11017
11018    (Old svn revision: 26723)
11019
11020commit 9b88b770fa3f76a55da25261c778162a748263a3
11021Author: Brian Tarricone <brian@tarricone.org>
11022Date:   Thu Sep 6 02:15:10 2007 +0000
11023
11024    * add RemoveChannel() to the dbus interface and client lib
11025    * rename some dbus methods so it's more clear what they do
11026
11027
11028    (Old svn revision: 26722)
11029
11030commit acfa26afea64ab5e76e9a7e0a3041974ea6ea23c
11031Author: Brian Tarricone <brian@tarricone.org>
11032Date:   Wed Sep 5 08:55:05 2007 +0000
11033
11034    add dbus activation service file
11035
11036
11037    (Old svn revision: 26721)
11038
11039commit c34d983bb818fb59d74379df42c88b0467b0b8f1
11040Author: Brian Tarricone <brian@tarricone.org>
11041Date:   Wed Sep 5 08:39:13 2007 +0000
11042
11043    add comment about possible memory leak
11044
11045
11046    (Old svn revision: 26720)
11047
11048commit fe19b024b55db0c5b5f2db5feac07216d2a3b418
11049Author: Brian Tarricone <brian@tarricone.org>
11050Date:   Wed Sep 5 08:12:54 2007 +0000
11051
11052    launch to-be-written settings app on ShowList() and ShowPlugin()
11053
11054
11055    (Old svn revision: 26719)
11056
11057commit 76b1fb1299634ef1f92357ef8adf93ebb99b4905
11058Author: Brian Tarricone <brian@tarricone.org>
11059Date:   Wed Sep 5 08:03:16 2007 +0000
11060
11061    set svn:ignore
11062
11063
11064    (Old svn revision: 26718)
11065
11066commit 67e1209d281d1690a4591616a23b10300d0583dd
11067Author: Brian Tarricone <brian@tarricone.org>
11068Date:   Wed Sep 5 08:01:33 2007 +0000
11069
11070    add gtk-doc framework and fix up docs everywhere
11071
11072
11073    (Old svn revision: 26717)
11074
11075commit d8ec8193cf46ef720b8d5394ffa5565ff4206aac
11076Author: Brian Tarricone <brian@tarricone.org>
11077Date:   Wed Sep 5 06:46:35 2007 +0000
11078
11079    set svn:ignore
11080
11081
11082    (Old svn revision: 26716)
11083
11084commit a937a6a7475c47c412a581f4c7fbc34524d33cc0
11085Author: Brian Tarricone <brian@tarricone.org>
11086Date:   Wed Sep 5 06:41:50 2007 +0000
11087
11088    fix some license headers and document all functions in libxfconf
11089
11090
11091    (Old svn revision: 26715)
11092
11093commit e38dd56dc99803ca5da8e973f79d37387944b29c
11094Author: Brian Tarricone <brian@tarricone.org>
11095Date:   Wed Sep 5 05:55:45 2007 +0000
11096
11097    add docs for XfconfBackendInterface, and change the interface a little
11098    so the backend should expect an already-inited GHashTable for GetAll()
11099    rather than doing that itself
11100
11101
11102    (Old svn revision: 26714)
11103
11104commit 4bd7ed768781c376199a11dbb674c4cedce640e4
11105Author: Brian Tarricone <brian@tarricone.org>
11106Date:   Wed Sep 5 05:38:32 2007 +0000
11107
11108    * change xfconf_channel_get_*() API to return the values directly
11109      and take a 'default_value' param for when a property doesn't
11110      exist
11111    * add API to DBus interface: GetAll, Exists, Remove
11112    * add XfconfChannel API: xfconf_channel_get_all(),
11113      xfconf_channel_property_exists(), xfconf_channel_remove_property()
11114
11115
11116    (Old svn revision: 26713)
11117
11118commit 581c5b3e640a96f0eb88f36c01ca4cbb08fe7081
11119Author: Brian Tarricone <brian@tarricone.org>
11120Date:   Tue Sep 4 11:46:23 2007 +0000
11121
11122    fix potfiles stiff and add pot file
11123
11124
11125    (Old svn revision: 26712)
11126
11127commit b9133f5299306b8b80595a3ea8525302cb7d1ec4
11128Author: Brian Tarricone <brian@tarricone.org>
11129Date:   Tue Sep 4 11:46:03 2007 +0000
11130
11131    move the marshallers into a private lib so both the client lib and
11132    daemon can use it
11133
11134
11135    (Old svn revision: 26711)
11136
11137commit 5350d544ac434c09661706022b475a643e6fba9c
11138Author: Brian Tarricone <brian@tarricone.org>
11139Date:   Tue Sep 4 11:32:47 2007 +0000
11140
11141    set glib prgname and application_name
11142
11143
11144    (Old svn revision: 26710)
11145
11146commit 9ee404f812d47cb6d18db819ea241d2fc3ba14f8
11147Author: Brian Tarricone <brian@tarricone.org>
11148Date:   Tue Sep 4 11:30:08 2007 +0000
11149
11150    add ability to set backend type from main() so it doesn't segfault
11151
11152
11153    (Old svn revision: 26709)
11154
11155commit afe3cc8b47ef52536d3c7a2b30bb2a627e53a78c
11156Author: Brian Tarricone <brian@tarricone.org>
11157Date:   Tue Sep 4 10:54:53 2007 +0000
11158
11159    implement pretty much all of XfconfChannel
11160
11161
11162    (Old svn revision: 26708)
11163
11164commit a73581512e5f856e4eec44ad0c427fc3e9fc144e
11165Author: Brian Tarricone <brian@tarricone.org>
11166Date:   Tue Sep 4 09:38:32 2007 +0000
11167
11168    initial files for libxfconf, mostly-empty implementation
11169
11170
11171    (Old svn revision: 26707)
11172
11173commit 28ea27dab4cb0498a24c201e8572dbb98ca43519
11174Author: Brian Tarricone <brian@tarricone.org>
11175Date:   Tue Sep 4 09:38:07 2007 +0000
11176
11177    add backend framework to daemon with an empty implementation of
11178    a backend that does an XML file per channel
11179
11180
11181    (Old svn revision: 26706)
11182
11183commit 7ea0658f95d3a4fb78e7a4774c8fbdf6d0f115e9
11184Author: Brian Tarricone <brian@tarricone.org>
11185Date:   Tue Sep 4 09:37:33 2007 +0000
11186
11187    fixup missing stuff for configure script
11188
11189
11190    (Old svn revision: 26705)
11191
11192commit 1d89dae094dcb5e245743b35790127f23cc4063f
11193Author: Brian Tarricone <brian@tarricone.org>
11194Date:   Tue Sep 4 09:37:09 2007 +0000
11195
11196    forgot LINGUAS file
11197
11198
11199    (Old svn revision: 26704)
11200
11201commit 3dc88f4bd7a9049c5223abd936a7a454395ef16f
11202Author: Brian Tarricone <brian@tarricone.org>
11203Date:   Tue Sep 4 08:03:15 2007 +0000
11204
11205    initial import of xfconfd/libxfconf
11206
11207
11208    (Old svn revision: 26703)
11209
11210commit 1ecb97afcd9e0a057a579b645becce3dd1fb294d
11211Author: Brian Tarricone <brian@tarricone.org>
11212Date:   Tue Sep 4 08:02:01 2007 +0000
11213
11214    create dir tree for xfconf
11215
11216
11217    (Old svn revision: 26702)
11218