summaryrefslogtreecommitdiff
path: root/NEWS
blob: a74f2ac6ecc6ef39bcd7afe5b2b899c49847f778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
gnome-control-center 2.13.5.1

default applications:
- Fixed loading of translations from XML file (Luca Cavalli)

settings daemon:
- Use g_mkdir_with_parents instead of creating all the hierarchy by hand
  (Rodrigo Moya)

other:
- Fixed m4 directory missing (chpe)

updated translations:
- da (Lasse Bang Mikkelsen)
- en_CA (Adam Weinberger)
- gu (Ankit Patel)
- sr (Slobodan D. Sredojevic)

------------------------------------------------------------------------------
gnome-control-center 2.13.5

background:
- Changed main dialog to use explicit apply with OK and cancel buttons
  (Rodney Dawes)
- Added zoom to scale type options (Alan Swanson)

default applications:
- New UI (Luca Cavalli)
- Build and general fixes to the new UI (Sebastian Bacher, Rodrigo Moya)

keybindings:
- Dropped the keysim/keycode binding code (Bastien Nocera) (133815)

keyboard:
- Made window a bit larger (Sergey Udaltsov) (326137)
- Fixed window title capitalization (Sergey Udaltsov) (326275)

mouse:
- Made mouse clock work with both left/right buttons (akmal) (321255)

sound:
- New UI (Scott Reeves)
- HIG fixes to the new UI (Dennis Cranston)
- Translation fixes (Rodrigo Moya) (326635)

themus:
- Fixed usage of head command (Thomas Wood) (316800)

typing break:
- Use gdk_spawn_* functions instead of egg equivalents (Rodrigo Moya) (326141)

settings daemon:
- Cleaned up messages about pmu on powerbook (Jeroen Zwartepoorte) (132655)
- Set Net/FallbackIconTheme XSetting for new versions of gnome-icon-theme
  and gtk+ >= 2.8.10 (Rodney Dawes) (325546)
- Use gstreamer0.10 optionally (Saleem Abdulrasool and Tim-Philip Muller) (326257)

updated translations:
- bg (Alexander Shopov)
- ca (Josep Puigdemont i Casamaj)
- en_CA (Adam Weinberger)
- es (Francisco Javier F. Serrador)
- fi (Ilkka Tuohela)
- gl (Ignacio Casal Quinteiro)
- gu (Ankit Patel)
- hu (Gabor Kelemen)
- ja (Takeshi AIHANA)
- nb (Kjartan Maraas)
- nl (Vincent van Adrighem)
- no (Kjartan Maraas)
- sr (Slobodan D. Sredojevic)
- sr@Latn (Slobodan D. Sredojevic)
- th (Theppitak Karoonboonyanan)
- vi (Clytie Siddall)
- zh_HK (Chao-Hsiung Liao)
- zh_TW (Chao-Hsiung Liao)

------------------------------------------------------------------------------
gnome-control-center 2.13.4

default-applications:
- Added Opera to list of default browsers (pholie) (324629)

keyboard:
- Fixed leak on GtkSizeGroup's (Jaap A. Haitsma) (321549)

themus:
- Update the background for metathemes that provide a preferred
  background (Guillaume Desmottes) (147665)
- Fixed typeahead searching in themes list (David Seseo)

windows behavior:
- Fixed mnemonics (Rajan Singh)

settings daemon:
- Restore prelight/active/mouse-over feedback for Tk (jenglish) (130299)
- Made Emacs xsettings mimic better GNOME's look & feel (Lukasz Stelmach)
  (320727)

other:
- Compilation fixes (Jens Granseuer) (321779)
- Removed unused --enable-gconf-source option (Mark McLoughlin)

updated translations:
- ca (Josep Puigdemont i Casamaj)
- fi (Ilkka Tuohela)
- vi (Clytie Siddall)

------------------------------------------------------------------------------
gnome-control-center 2.13.3

about-me:
- Added a preview to the filechooser used for selecting an image (Mathias Clasen)
- Fixed for running in systems with no forkpty (Brian Cameron)

gnome-settings-daemon:
- Added definition of "Gtk/ShowInputMethodMenu"/"Gtk/ShowUnicodeMenu" xsettings
  (Mathias Clasen) (319634)
- C89 compilation fixes (Jens Granseuer) (321778)
- Don't grab keyboard when getting invalid keycodes from GConf (Philippe
  Troin) (323690)

keyboard:
- Small changes in plugin API (Sergey V. Udaltsov)

themus:
- Added removal of themes from the theme selection applet (David Seseo)

typing-break:
- Don't display a dialog when the monitor is already running (Richard Hult) (307425)
- Use stock icons from GTK rather than libgnomeui (Richard Hult) (171664)

other:
- Compilation fixes (Kjartan Maraas)

translations:
- bg (Alexander Shopov)
- cs (Miloslav Trmac)
- en_CA (Adam Weinberger)
- es (Francisco Javier F. Serrador)
- et (Priit Laes)
- gl (Ignacio Casal Quinteiro)
- gu (Ankit Patel)
- ja (Takeshi AIHANA)
- lt (Zygimantas Beruka)
- nb (Kjartan Maraas)
- no (Kjartan Maraas)
- pt_BR (Guilherme de S. Pastore)
- sk (Marcel Telka)
- sq (Laurent Dhima)
- th (Theppitak Karoonboonyanan)
- zh_CN (Funda Wang)

------------------------------------------------------------------------------
gnome-control-center 2.13.2

background:
- Sanity check on GConf string values (Alexis Robert) (320647)

themus:
- 15-20% speedup in theme thumbnailer startup (Sebastien Bacher)

shell:
- Respond correctly to theme changes (Carlos Garnacho)

other:
- Compilation fixes (Kjartan Maraas, Rodrigo Moya)

translations:
- bg (Alexander Shopov)
- cs (Miroslav Trmac)
- en_CA (Adam Weinberger)
- es (Francisco Javier F. Serrador)
- eu (Iaki Larraaga)
- fa (Roozbeh Pournader)
- fi (Ilkka Tuohela)
- ja (Takeshi AIHANA)
- lt (Zygimantas Berucka )
- nl (Vincent van Adrighem)
- ro (Dan Damian)
- sk (Marcel Telka)
- th (Theppitak Karoonboonyanan)

------------------------------------------------------------------------------
gnome-control-center 2.13.1

default-applications:
- Add Sylpheed-Claws to the list of possible mailers (Colin Leroy)

mouse:
- gcc 2.95 compilation fixes (Jens Granseuer) (318746)

themus:
- Allow installation of themes with file:// URIs (Ed Catmur) (319358)

shell:
- Only show one screensaver capplet when both xscreensaver and gnome-screensaver
  are installed (Rodrigo Moya) (315505)
- Fix scrollbar arrows (Carlos Garnacho)
- Calculate text widths instead of forcing them (Carlos Garnacho) (319492)
- Force canvas background to base[GTK_STATE_NORMAL] and remove the need to
  repaint the background, in white (Carlos Garnacho)

typing-break:
- Fix weird spacing between systray icons (Rodrigo Moya) (318231)

other:
- Add schema for remembering NumLock state between sessions (Jrg Billeter)
  (74215)
- Add check for xinput extension (Ray Strode) (314409)
- Update the desktop font in addition to the application font when
  'apply font' in large print themes is selected (Muktha) (123551)
- Reduced amount of xrdb executions (Erwann Chenede) (314774)
- Don't block settings daemon while executing children processes (Rodrigo Moya)
- Lazy load the screensaver and the typing break monitor (Rodrigo Moya)
- Share a single GConfClient in the settings daemon (Rodrigo Moya)
- Execute xrdb with -nocpp switch when possible (Rodrigo Moya)
- Swap buttons on auxiliary mice for left-handed mode (Ray Strode) (314409)

translations:
- bg (Alexander Shopov)
- en_CA (Adam Weinberger)
- et (Priit Laes)
- fi (Ilkka Tuohela)
- pt_BR (Guilherme de S. Pastore)
- sv (Christian Rose)

------------------------------------------------------------------------------
gnome-control-center 2.12.1

background:
- Make sure that the filename is valid utf8 and the file exists with utf8 
  encoding, or fall back to filename encoding as specified by the user 
  with glib's environment variables (Rodney Dawes) (168604)
- Set the style property "action-area-border (Rodney Dawes) (313680)

default-applications:
- List evolution-2.4 binary (Jan de Groot) (#315871)

gnome-settings-daemon:
- Don't leak the cursor theme name (Kjartan Maraas) (#314692)

mouse:
- fix a crasher when the cursor theme has no icon (Sebastien Bacher) (#317749)
- guard against invalid values from the GtkHScale widget (Rodrigo Moya)

themus:
- fix a typo with the StartupNotify option (Vincent Fretin) (#316159)

other:
- if the xcursor extension can't be found just build without xcursor support
  (Brian Cameron) (#316875)
  

translations:
Rostislav \"zbrox\" Raykov (bg)
Progga (bn)
Miloslav Trmac (cs)
Francisco Javier F. Serrador (es)
Ivar Smolin (et)
Iñaki Larrañaga Murgoitio (eu)
Christophe Merlet (RedFox) (fr)
Ignacio Casal Quinteiro (gl)
Erdal Ronahi (ku)
Christian Rose (sv)
Clytie Siddall (vi)
Funda Wang (zh_CN)

------------------------------------------------------------------------------
gnome-control-center 2.12.0

translations:
Jordi Mallach (ca)
Miloslav Trmac (cs)
Rhys Jones (cy)
Hendrik Richter (de)
Francisco Javier F. Serrador (es)
Vincent Untz (fr)
Gabor Kelemen (hu)
Young-Ho Cha (ko)
Reinout van Schouwen (nl)
Gnome PL Team (pl)
Evandro Fernandes Giovanini (pt_BR)
Duarte Loreto (pt)
Leonid Kanter (ru)
Marcel Telka (sk)
Elian Myftiu (sq)
Слободан Д. Средојевић (sr)
Baris Cicek (tr)
Clytie Siddall (vi)

------------------------------------------------------------------------------
gnome-control-center 2.11.92

about-me:
- typo fix (Francisco Javier F. Serrado) (#312845)
- use "wrapped" instead of "one" to handler the case where the passwd command 
  finds the password wrapped. Use a long delay period. 
  (Jaap Hatsima) (#312092)
- use integer to avoid comparison being always true due to limited range
  (Olaf Heiring).

background:

- Enable/disable the style-menu, shading-menu and color-picker buttons 
  w.r.t gconf-keys (Veerapuram Varadhan).
- Replace the changing of some GtkDialog defaults through style properties with
  calls to gtk_widget_ensure_style and gtk_container_set_border_width
  (Rodney Dawes) (#313680)
- If the value for the "picture_options" key is set to "none", don't set the 
  optin menu for the scaling options to tiled (Rodney Dawes) (#313883).

common:
- Get the Example icon that is specified by the icon theme, if it exists, 
  and then fall back through a better list of icons to use (Rodney Dawes).

keyboard:
- don't use a page value, fix the different behaviour between widgets
  (Sebastien Bacher) (#301470).

other:
- configure fixes (Sergey V. Udaltsov, Ray Strode, Christian Persch)
- fix a leak (Rodrigo Moya)

translations:
Jens Seidel (de)
Kostas Papadimas (el)
Francisco Javier F. Serrador (es)
Ivar Smolin (et)
Gabor Kelemen (hu)
Mohammad DAMT (id)
Takeshi AIHANA (ja)
Žygimantas Beručka (lt)
Terance Edward Sola (nb)
Terance Edward Sola (no)
Sebastian Ivan (ro)
Слободан Д. Средојевић (sr)
Baris Cicek (tr)
Maxim V. Dziumanenko (uk)
Funda Wang (zh_CN)
Woodman Tuen (zh_TW)

------------------------------------------------------------------------------
gnome-control-center 2.11.91

about-me:

- fix the crash when closing the password dialog with the windo manager button
  (Diego Gonzalez) (#309736, #312580)
- change signature and handle error conditions from passwd (Diego Gonzalez)
  (#312092)
- handle protocol errors from EDS. (Diego Gonzalez) (#312450)

build:

- fix the build without gstreamer and with alsa (Paul Drain) (#307368)

fontilus:

- follow symlinks when getting info (Paolo Borelli) (#309744)

mouse:

- don't crash if there is no cursor theme installed (Sebastien Bacher) 
  (#311599)
- update dynamically the double click label (Sebastien Bacher) (#166908)
- update of the glade file, no need to restart the session to apply
  the changes with GTK 2.8 (Sebastien Bacher) (#312070)


translations:

Rostislav \"zbrox\" Raykov (bg)
Miloslav Trmac (cs)
Adam Weinberger (en_CA)
Francisco Javier F. Serrador (es)
Ivar Smolin (et)
Ilkka Tuohela (fi)
Ankit Patel (gu)
Yuval Tanny (he)
Gabor Kelemen (hu)
Takeshi AIHANA (ja)
Terance Edward Sola (nb)
Reinout van Schouwen (nl)
Terance Edward Sola (no)
Marcel Telka (sk)
Слободан Д. Средојевић (sr)
Prajasakti Localisation Team (te)
Theppitak Karoonboonyanan (th)
Clytie Siddall (vi)
Funda Wang (zh_CN)

------------------------------------------------------------------------------
gnome-control-center 2.11.90

general:

- change the way XKB GConf preferences are handled so that:
  1) GConf keys are never written unless the user changes the preferences
  2) If the keys are unset, the default XKB settings are used
  (Mark McLoughlin) (#310513)
- remove wm-properties (Mark McLoughlin)
- switch to gnome-doc-utils (Sebastien Bacher)
- set windows' icon for the keyboard dialogs (Jaap A. Haitsma) (#305096)
- set a default icon for the capplets (Jaap A. Haitsma) (#305086)
- try to run gnome-screensaver before xscreensaver (Rodrigo Moya) (#302347)

about-me:

- change the order of the buttons to match the HIG (Denis Cranston) (#309632)

background:

- if xmlParseFile returns NULL, then just return, rather than trying to parse 
  the document (Rodney Dawes) (#310041)
- update menu option when scrolling with the mouse (Sebastien Bacher) (#157396)
- use GtkColorButton instead of GnomeColorPicker (Sebastien Bacher) (#171676)

ui-properties:

- show a label with the "Text beside icons" mode (Sebastien Bacher) (#308845)

translations:

Rostislav \"zbrox\" Raykov (bg)
Miloslav Trmac (cs)
Hendrik Brandt (de)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
Francisco Javier F. Serrador (es)
Priit Laes (et)
Ignacio Casal Quinteiro (gl)
Ankit Patel (gu)
Takeshi AIHANA (ja)
Terance Edward Sola (nb)
Reinout van Schouwen (nl)
Terance Edward Sola (no)
Marcel Telka (sk)
Theppitak Karoonboonyanan (th)
Clytie Siddall (vi)
Funda Wang (zh_CN)

------------------------------------------------------------------------------
gnome-control-center 2.11.6

general:

- expose the cursor theme settings as xsettings (Matthias Clasen) (#308104)
- fix a typo with a .schemas name (Jan Schmidt) (#307388)
- fix the markup usage of the XKB dialog (Sebastien Bacher) (#308279)
- make the copy dialog consistent with nautilus (William Jon McCann) (#309217)
- require libxft 2.1.7 (Christian Lohmaier) (#309558)

about-me:

- fix some typo (Clytie Siddall) (#302614)
- set dialog icon (Jaap A. Haitsma) (#309342)
- HIG fixes (Dennis Cranston) (#309952)
- improve the behaviour of the capplet when using large images (Diego Gonzalez)
- commit the changes so that we don't loose any data (Diego Gonzalez) (#309737)
- fix image loading when draging an image on the image button (Diego Gonzalez)
  (#309628)
- change the maxium width and height permitted on an image (Diego Gonzalez)
  (#309643)

background:

- fixed some leaks (Rodney Dawes, Kjartan Maraas)
- replace GnomeIconTheme by GtkIconTheme (Rodney Dawes, Jan de Groot) (#171677)

mouse:

- new cursor theme manager for the mouse capplet 
  (Sven Herzberg, Matthias Clasen) (#110670)

translators:

Miloslav Trmac (cs)
Adam Weinberger (en_CA)
Francisco Javier F. Serrador (es)
Ivar Smolin (et)
Ignacio Casal Quinteiro (gl)
Terance Edward Sola (nb)
Reinout van Schouwen (nl)
Terance Edward Sola (no)
Marcel Telka (sk)
Theppitak Karoonboonyanan (th)

------------------------------------------------------------------------------
gnome-control-center 2.11.5

- new "about-me" capplet by Diego Gonzalez <diego@pemas.net>

translators:

Hendrik Richter (de)
Adam Weinberger (en_CA)
Ivar Smolin (et)
Meelad Zakaria (fa)
Terance Edward Sola (nb)
Reinout van Schouwen (nl)
Terance Edward Sola (no)
Marcel Telka (sk)
Elian Myftiu (sq)
Christian Rose (sv)
Theppitak Karoonboonyanan (th)
Funda Wang (zh_CN)
Woodman Tuen (zh_TW)

------------------------------------------------------------------------------
gnome-control-center 2.11.4

- fix a crasher with the clipboard manager (Sebastien Bacher)
- fix a crasher when changing the volume with the multimedia keys
  (Christophe Fergeau)
- make the sticky keys and slow keys dialog HIG compliants 
  (Carlos Garnacho Parro)

------------------------------------------------------------------------------
gnome-control-center 2.11.3

- fix mute handling, particularly for devices without hardware mute support 
  or with applications that use volume=0 for mute (Ronald S. Bultje)
- clipboard manager (Anders Carlsson)
- canvas a11y support (Carlos Garnacho Parro)
- name and description to the object information (Rodrigo Moya)


translator:

Vladimir Petkov (bg)
Miloslav Trmac (cs)
Rhys Jones (cy)
Martin Willemoes Hansen (da)
Adam Weinberger (en_CA)
Alessio Dessì (it)
Takeshi AIHANA (ja)
Kjartan Maraas (nb)
Kjartan Maraas (no)
Elian Myftiu (sq)
Theppitak Karoonboonyanan (th)

------------------------------------------------------------------------------
gnome-control-center 2.11.1

- allow to configure the menubar shortcut (Sebastien Bacher)
- new shell layout code (Carlos Garnacho Parro)
- port of the font capplet to gtk_font_button and some cleanup (Paolo Borelli)
- make proxy settings HIG compliant (Jorn Baayen)
- lot of cleanups (Kjartan Maraas)
- don't list themes using the Hidden property (Shakti Sen).
- fix the theme preview crasher with xorg/composite (Colin Gibbs)

translators:

Vladimir Petkov (bg)
Miloslav Trmac (cs)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
Ivar Smolin (et)
Iñaki Larrañaga Murgoitio (eu)
Gabor Kelemen (hu)
Elian Myftiu (sq)
Maxim Dziumanenko (uk)
Canonical Ltd (xh)

------------------------------------------------------------------------------
gnome-control-center 2.10.0

background:
- fix the crashes with non-UTF8 names (Rodney Dawes)

general:
- do not warn vnc users that their XKB does not work.  We already know.
  (Jody Goldberg)

translators:

Vladimir Petkov (bg)
Jordi Mallach (ca)
Miloslav Trmac (cs)
Martin Willemoes Hansen (da)
Frank Arnold (de)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
David Lodge (en_GB)
Francisco Javier F. Serrador (es)
Priit Laes (et)
Pauli Virtanen (fi)
Simon Manlay (fr)
Ankit Patel (gu)
Gabor Kelemen (hu)
Alessio Dessì (it)
Takeshi AIHANA (ja)
Changwoo Ryu (ko)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
Reinout van Schouwen (nl)
Kjartan Maraas (no)
Gnome PL Team (pl)
Raphael Higino (pt_BR)
Duarte Loreto (pt)
Dan Damian (ro)
Leonid Kanter (ru)
Marcel Telka (sk)
Elian Myftiu (sq)
Veljko M. Stanojevic (sr)
Christian Rose (sv)
Theppitak Karoonboonyanan (th)
Maxim Dziumanenko (uk)
Woodman Tuen (zh_TW)

------------------------------------------------------------------------------
gnome-control-center 2.9.91

general:
- check for xmodmap files, and offer to load them (#143487)
- changing the default value for "handleIndicators" to false (#161343) 
  (Sergey V. Udaltsov)
- check for screensaver functionality in libXext.so also when deciding 
  to build typing-break (#155461) (Leena Gunda)
- providing ability to suppress the "x sysconfig changed" warning message
  (#150435) (Sergey V. Udaltsov).
- handle the modmap settings (#143487) (Shakti Sen)
- fix number of leaks (Kjartan Maraas)

background:
- use the boolean argument to specify if we want to update gconf or not.
  Always get the colors for both primary and secondary and update the thumbnail
  (#166486) (Rodney Dawes)
- force using the GTK backend (#154978) (Rodney Dawes)

common:
- leak fixes, use GtkIconTheme (#166267) (Kjartan Maraas)

network:
- adding/removing the host name instantly to/from gconf (#166233) (Shakti Sen)

theme-switcher:
- new install procedure (#102216) (David Sedeño)
- some string fixes (#166550) (David Lodge)
- remove a load of leaks and make sure newly installed themes show up in the 
  relevant lists without having to close/open the dialog again (#166267)
  (Kjartan Maraas)
- fix an infinite loop that was bringing single-CPU systems to their
  knees (#160803) (Elijah Newren).

Translators:

Vladimir Petkov (bg)
Miloslav Trmac (cs)
Frank Arnold (de)
Nikos Charonitakis (el)
Adam Weinberger (en_CA)
David Lodge (en_GB)
Francisco Javier F. Serrador (es)
Ivar Smolin (et)
Pauli Virtanen (fi)
Alessio Dessì (it)
Takeshi AIHANA (ja)
Changwoo Ryu (ko)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
rajeev shrestha (ne)
Åsmund Skjæveland (nn)
Kjartan Maraas (no)
Raphael Higino (pt_BR)
Duarte Loreto (pt)
Leonid Kanter (ru)
Elian Myftiu (sq)
Christian Rose (sv)
Theppitak Karoonboonyanan (th)
Baris Cicek (tr)
Funda Wang (zh_CN)

------------------------------------------------------------------------------
gnome-control-center 2.9.4

- fix the build out of the source dir (Closes: #158333).
- don't set "close" as the default button for the differents capplets 
  (Closes: #98202).
- use a temporary filename to not overwrite existant files in ~/.themes
  (Closes: #97180).
- theme-thumbnailer doesn't require an absolute path (Closes: #153203).
- use ~/ instead of / as working directory for programs launched with the
  multimedia keys (Closes: #162069).
- fixed the "locate pointer" feature (Closes: #149383).
- load the translated descriptions in the backgrounds capplet 
  (Closes: # 160700)
- add a preview in the backgrounds fileselector (Closes: #139714).
- add a proxy exclusion list configuration in the network capplet 
  (Closes: #147666).
- some bugs and leaks fixed.

 Translators:

Vladimir Petkov (bg)
Miloslav Trmac (cs)
Kostas Papadimas (el)
Adam Weinberger (en_CA)
Francisco Javier F. Serrador (es)
Takeshi AIHANA (ja)
Žygimantas Beručka (lt)
Kjartan Maraas (nb)
rajeev shrestha (ne)
Kjartan Maraas (no)
Leonid Kanter (ru)
Elian Myftiu (sq)
Christian Rose (sv)


gnome-control-center 2.9.3

- Add a button to turn off a sound event (#14272).
- Allow to use themes with the ".tgz" extension (#148895).
- Don't nuke .Xdefaults when restarting g-s-d (#127050).
- Fix the themes installation with the non GNU versions of tar (#114553).
- Mask the "Text Editor" tab since the new mime system doesn't use this 
  setting.
- Updated the tooltips to respect the HIG.
- Updated to use libnautilus-extensions.
- Updated the menu entries for the new gnome-menus system.

gnome-control-center 2.8.1

- Some tweaking of the available default applications
- Background capplet fixes (#154003)
- keyboard patchs (#144490) (#153866)
- Patch leak in XKB code
- update translations

------------------------------------------------------------------------------
gnome-control-center 2.8.0

Jody Goldberg
 * Fixed float/int mismatch in peditor

Jonathan Blandford
 * Fix docs link for at-properties capplet.

Pierre Ossman
 * display the volume dialog in the correct place

Sergey V. Udaltsov
 * default switchcut (Alt*2) is introduced

Translations:
 * All translations updated

------------------------------------------------------------------------------
gnome-control-center 2.7.1

Translations:
 * Bosnian translation added.

Frederic Crozat:
 * Use themed icon for windows

Rodney Dawes:
 * Add "W x H pixels" to description, and remove file size for bg capplet

Sergey:
 * Fixes to keybinding capplet

Kjartan Maraas:
 * text cleanup

Jeroen Zwartepoorte:
 * Use the parent type in the G_DEFINE_TYPE

------------------------------------------------------------------------------
gnome-control-center 2.7.0
    * No NEWS file updates this time due to time pressures.  2.7.1
    should have a full change.

------------------------------------------------------------------------------
gnome-control-center 2.6.1

Jody:
    * Add the ximian shell to the tarball and polish it up a bit

Michael Terry:
    * Fix ui-review comments for keybinding capplet

Sergey:
    * Add a hook to libgswitchit to notify when xkb is reloaded

Shailesh Mittal:
    http://bugzilla.gnome.org/show_bug.cgi?id=114832
    * IPV6 support in the file types capplet

Sergey V. Udaltsov:
    * Merged the keyboard preview branch. The keyboard capplet got another tab.

------------------------------------------------------------------------------
gnome-control-center 2.6.1

Alex Larsson:
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494
    * Fix reverting a size change.

Chris Lahey:
    * Fix ordering of themes in theme manager
    * Fix sizing of svg backgrounds

Glynn:
    * Toplevel window icons should use the icon themes

Jody:
    http://bugzilla.gnome.org/show_bug.cgi?id=139190
    * Fix uniqueness test for binding special keys with no name
    * Fix theme manager selection when not running metacity
    http://bugzilla.gnome.org/show_bug.cgi?id=139605
    * Mouse buttons are not valid modifiers for keybindings
    * Force libxklavier 1.0.2 so that we can work with x.org and xfree86
    * Match nautilus' interpretation of icons in desktop files

Padraig O'Briain:
    http://bugzilla.gnome.org/show_bug.cgi?id=131538.

------------------------------------------------------------------------------
gnome-control-center 2.6.0.3

Jody:
    http://bugzilla.gnome.org/show_bug.cgi?id=138701
    * Fix typo
    * Fix uniqueness test for keybindings
    * Merge in some build fixes for sun's forte and Irix

------------------------------------------------------------------------------
gnome-control-center 2.5.4

Dennis Cranston :
    http://bugzilla.gnome.org/show_bug.cgi?id=133715
    * Improve layout of display capplet

Alexander Winston :
	http://bugzilla.gnome.org/show_bug.cgi?id=133214
	* quote the AC_DEFUN properly

Jody :
	http://bugzilla.gnome.org/show_bug.cgi?id=124064
	* Add a test for ngettext
	* Delete some of the unused file cluttering the tree
	http://bugzilla.gnome.org/show_bug.cgi?id=134446
	* Trivial string consistency adjustment
	http://bugzilla.gnome.org/show_bug.cgi?id=128164
	* Handle sorted trees
	* Fix incorrect string in gnome-settings-daemon

Muktha Narayan :
	http://bugzilla.gnome.org/show_bug.cgi?id=124032
	* Do not popup the logout dialog when the close button (X)

Jan Arne Petersen :
	* Move a few capplets to the new file selector

Padraig O'Briain :
	* Fix the ATK relations for the file-type capplet

Julio M. Merino Vidal :
	* Make fontilus and themus respect the gconf install settings

Rodney Dawes:
	http://bugzilla.gnome.org/show_bug.cgi?id=134171
	* Fix transtions for titles of colour pickers.

Kaushal Kumar:
	http://bugzilla.gnome.org/show_bug.cgi?id=109091
	* Warn before deleting a type

Richard Hult:
	* Improve Dr Wright.

msuarezalvarez@arnet.com.ar :
	http://bugzilla.gnome.org/show_bug.cgi?id=134699
	* Another typo in the new a11y settings daemon extensions

------------------------------------------------------------------------------
gnome-control-center 2.5.1

Jody:
    http://bugzilla.gnome.org/show_bug.cgi?id=125899
    http://bugzilla.gnome.org/show_bug.cgi?id=125970
    * Fix the build and configure on older X servers.
    * Use icon themes

Sergey:
    * Merge gswitchit into gnome-settings-daemon and keyboard capplet

------------------------------------------------------------------------------
gnome-control-center 2.5.0

Jody:
    * Add libxklavier and prep for inclusion of gswitchit's
      xkb-properties-capplet
    * http://bugzilla.gnome.org/show_bug.cgi?id=120842	[HIGification broke accessx]
    * http://bugzilla.gnome.org/show_bug.cgi?id=106489	[protect against gconf failure]
    * http://bugzilla.gnome.org/show_bug.cgi?id=124513	[Handle TruColor Displays]
    * http://bugzilla.gnome.org/show_bug.cgi?id=116710	[smarter maximum dpi]

------------------------------------------------------------------------------

gnome-control-center 2.1.6

Jody:
	* gnome-keyboard-properties.c (accessibility_button_clicked) : fix
          minor typo that disables the error dialog in the event of failure.

Jonathan:
	* gnome-theme-info.c : Rewrite.  Now working
	* gnome-theme-manager : Fix lots of bugs.  Use the rewrite.

gnome-control-center 2.1.0.2

Jody:
	http://bugzilla.gnome.org/show_bug.cgi?id=93211
	* disable edit button when selecting mime catagory
	* Tidy labels and accelerators in file-type edit dialogs

Michael:
	http://bugzilla.gnome.org/show_bug.cgi?id=91535
	* Don't start esd just to stop it

Iain Holmes:
	* Add an image size label for background capplet.

------------------------------------------------------------------------------
gnome-control-center 2.1.0.1

Jody:
	* Some minor ui tweaks for accessx.
	* Some aix portabiltiy patches
	* fix accelerators for ui-properties capplet.

------------------------------------------------------------------------------
gnome-control-center 2.0.1

Chema:
	http://bugzilla.gnome.org/show_bug.cgi?id=86018
	* Only assign the filename to the label if the file is valid.

GMan:
	* Fix titles to use 'preferences' rather than 'properties'

Jody:
	* Clean up the handling of custom applications in mime type capplet.
	* Supply some decent defaults for new mime types.
	* Implement Background capplet UI recommendations.
	* Implement Font capplet UI recommendations.
	* Reorganize the AccessX UI.
	* Fix cmd line args for file-type capplet.

	http://bugzilla.gnome.org/show_bug.cgi?id=84014
	* Handle Drag-n-Drop of uris with escaped characters.

------------------------------------------------------------------------------
First split version of this package