Codebase list gnome-user-docs / 3.12.0 NEWS
3.12.0

Tree @3.12.0 (Download .tar.gz)

NEWS @3.12.0raw · history · blame

  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
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
3.12.0
======
* Updates to GNOME Help (Michael Hill, Aruna Sankaranarayanan)
* Updated translations:
  de        (Christian Kirbach)
  es        (Daniel Mustieles)
  fr        (Ekaterina Gerasimova, AlainLojewski)
  hu        (Gábor Kelemen, Gabor Kelemen)
  ja        (Noriko Mizumoto)
  lv        (Rūdolfs Mazurs)
  te        (Praveen Illa, Ekaterina Gerasimova)

3.11.92
=======
* Updates to GNOME Help (Ekaterina Gerasimova, Michael Hill, Shobha Tyagi)
* Updates to System Admin Guide (Petr Kovar)
* Updated translations:
  es       (Daniel Mustieles)
  hu       (Attila Hammer)
  lv       (Ekaterina Gerasimova, Rūdolfs Mazurs)

3.11.91
======
* Updates to GNOME Help (Andre Klapper, Baptiste Mille-Mathias,
  Christian Kirbach, Daniel Mustieles, Ekaterina Gerasimova, Gabor Kelemen,
  Jiro Matsuzawa, Michael Hill, Petr Kovar, Rafael Ferreira)
* Updates to System Admin Guide (Aruna Sankaranarayanan, Petr Kovar)
* Updated translations:
  as       (David King, Nilamdyuti Goswami)
  cs       (Marek Černocký)
  de       (Benjamin Steinwender, Christian Kirbach, Ekaterina Gerasimova)
  el       (Dimitris Spingos)
  es       (Daniel Mustieles, David King)
  gu       (Ankit Patel)
  hu       (Gabor Kelemen)
  id       (Andika Triwidada)
  ja       (Jiro Matsuzaw, Noriko Mizumoto, Takashi Sakamoto)
  kn       (Shankar Prasad)
  mr       (Sandeep Sheshrao Shedmake)
  pt_BR    (Rafael Ferreira)
  ru       (David King, Ekaterina Gerasimova, Julia Dronova, Stas Solovey,
           Yuri Myasoedov)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)
  ta       (David King, Shantha kumar)
  te       (David King, Krishnababu Krothapalli)

3.10.2
======
* Updates to GNOME Help (Aruna Sankaranarayanan, Ekaterina Gerasimova,
  Jim Campbell, Michael Hill, Petr Kovar, Shaun McCance, Shobha Tyagi)
* Updated translations:
  as       (Nilamdyuti Goswami, Ekaterina Gerasimova)
  gl       (Ekaterina Gerasimova)
  id       (Andika Triwidada)
  ja       (Takashi Sakamoto)
  lv       (Ekaterina Gerasimova, Rūdolfs Mazurs)
  pt_BR    (Enrico Nicoletto, João Santana)
  ru       (Stas Solovey)
  sr       (Ekaterina Gerasimova)
  sr@latin (Ekaterina Gerasimova)
  ta       (Shantha kumar)
  zh_CN    (Ekaterina Gerasimova)

3.10.1
======
* Updates to GNOME Help (Shobha Tyagi, Michael Hill, Daniel Mustieles)
* Updated translations:
  ca       (Gil Forcada)
  de       (Christian Kirbach)
  es       (Daniel Mustieles)
  hu       (Gabor Kelemen)
  lv       (Rūdolfs Mazurs)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)

3.10.0
======
* Updates to GNOME Help (Ekaterina Gerasimova, Daniel Mustieles,
  Christian Kirbach, Michael Hill)
* Updates to System Admin Guide (Petr Kovar, Michael Hill)
* Updated translations:
  es      (Daniel Mustieles)
  fi      (Timo Jyrinki)
  hu      (Gabor Kelemen)
  pt_BR   (Rafael Ferreira)

3.9.92
======
* Updates to GNOME Help (Jiro Matsuzawa, Gabor Kelemen)
* Updates to System Admin Guide (Petr Kovar)
* Updated translations:
  de      (Christian Kirbach)
  es      (Daniel Mustieles)
  fi      (Timo Jyrinki, Piotr Drąg)
  gl      (Fran Diéguez)
  hu      (Gabor Kelemen)
  it      (Milo Casagrande)
  ja      (Jiro Matsuzawa)
  pt_BR   (Rafael Ferreira)
  zh_CN   (Piotr Drąg)

3.9.90
======
* Updates to GNOME Help (Petr Kovar, Jana Svarova, Ekaterina Gerasimova,
  Michael Hill, Jiro Matsuzawa, Aruna Sankaranarayanan, Shobha Tyagi,
  Shaun McCance, Matthias Clasen, Jeremy Bicha, Emilio Pozuelo Monfort,
  Daniel Mustieles, Baptiste Mille-Mathias)
* Updates to System Admin Guide (Jana Svarova, Ekaterina Gerasimova,
  Petr Kovar, Aruna Sankaranarayanan, Michael Hill, Alexandre Franke,
  Sindhu S, Shobha Tyagi)
* Updated translations:
  as        (Nilamdyuti Goswami)
  de        (Christian Kirbach)
  el        (Dimitris Spingos)
  es        (Daniel Mustieles)
  gl        (Andre Klapper)
  gu        (Sweta Kothari)
  hu        (Gabor Kelemen, David King)
  ja        (Jiro Matsuzawa)
  kn        (Shankar Prasad)
  pt_BR     (Rafael Ferreira)
  sr        (Мирослав Николић, David King)
  sr@latin  (Мирослав Николић, David King)
  ta        (Shantha kumar)
  zh_CN     (Wylmer Wang)

3.8.0
=====
* Updates to GNOME Help (Aruna, Juanjo Marín, Michael Hill, Petr Kovar,
  Ekaterina Gerasimova, Sindhu S, Jim Campbell, Jana Svarova, Andre
  Klapper, Shaun McCance)
* Updated translations:
  de    (Mario Blättermann, Christian Kirbach)
  el    (Dimitris Spingos)
  es    (Daniel Mustieles)
  fi    (Ville-Pekka Vainio)
  gl    (Fran Diéguez)
  pt_BR (Enrico Nicoletto)
  sl    (Andrej Žnidaršič)
  sl    (Martin Srebotnjak)
  sr    (Мирослав Николић)

3.7.90
======
* Updates to GNOME Help (minnie_eg, Jim Campbell, Juanjo Marín,
  Ekaterina Gerasimova, Michael Hill)
* Updates to the System Administration Guide (Ekaterina Gerasimova)
* Updated translations:
  de    (Christian Kirbach)
  es    (Daniel Mustieles, Milagros Infante Montero)
  ja    (Shushi Kurose, Jiro Matsuzawa)
  pt_BR (Rafael Ferreira)
  ru    (Aleksej Kabanov)
  sl    (Martin Srebotnjak)

3.6.2
=====
* Updates from Michael Hill, Shaun McCance
* Updated translations:
  de       (Christian Kirbach)
  el       (Dimitris Spingos)
  es       (Daniel Mustieles)
  id       (Andika Triwidada)
  lv       (Rudolfs Mazurs)
  pt_BR    (Rafael Ferreira)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)

3.6.1
=====
* Updates from Michael Hill, Alexandre Franke, Florian Müllner, Shaun McCance
* Updated translations:
  ca       (David Aguilera)
  el       (Dimitris Spingos)
  el       (Tom Tryfonidis)
  fi       (Timo Jyrinki)
  fr       (Alexandre Franke)
  gl       (Fran Diéguez)
  hu       (Gabor Kelemen)
  id       (Andika Triwidada)
  ja       (Jiro Matsuzawa, OKANO Takayoshi)
  lv       (Rūdolfs Mazurs)
  ru       (Yuri Myasoedov)
  sl       (Andrej Žnidaršič)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)

3.6.0
=====
* Updates from Michael Hill, Jeremy Bicha
* Updated translations:
  cs      (Petr Kovar)
  fr      (Alexandre Franke)
  gl      (Fran Diéguez)
  hu      (Gabor Kelemen)
  ja      (Jiro Matsuzawa, Yasumichi Akahoshi)
  sr      (Мирослав Николић)
  sr@Latn (Мирослав Николић)

3.5.92
======
* Updates from Michael Hill, Jeremy Bicha, Andre Klapper,
  Andika Triwidada, Cosimo Cecchi, Frédéric Péters, Jim Campbell,
  Tiffany Antopolski, Lucie Hankey
* Various translation fixes from Piotr Drąg
* Updated translations:
  pt_BR    (Rafael Ferreira)
  es       (Daniel Mustieles)
  ja       (Jiro Matsuzawa, Yasumichi Akahoshi, Kentaro KAZUHAMA)
  gl       (Fran Diéguez)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)
  de       (Mario Blättermann)
  it       (Milo Casagrande, Luca Ferretti)
  id       (Andika Triwidada)

3.4.2
=====
* Updates from Michael Hill, Tiffany Antopolski, Richard Hughes, Jeremy Bicha
* Updated translations:
  es    (Daniel Mustieles)
  fr    (Bruno Brouard)
  gl    (Fran Diéguez)
  hu    (Gabor Kelemen)
  it    (Luca Ferretti)
  ja    (Kentaro KAZUHAMA)
  lv    (Rudolfs Mazurs)
  pt_BR (Rodolfo Ribeiro Gomes)

3.4.1
=====
* Updates from Tiffany Antopolski, Shaun McCance, Monica Kochofar, Marta Maria Casetti,
  Daniel Mustieles
* Updated translations:
  es       (Daniel Mustieles)
  fi       (Timo Jyrinki)
  fr       (Bruno Brouard)
  gl       (Fran Diéguez)
  hu       (Gabor Kelemen)
  id       (Andika Triwidada)
  ja       (Jiro Matsuzawa)
  lv       (Anita Reitere)
  sl       (Andrej Žnidaršič)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)
  sv       (Daniel Nylander)

3.4.0
=====
* Updates from Shaun McCance, Julita Inca, Jiro Matsuzawa, Baptiste Mille-Mathias,
  Michael Hill, Daniel Mustieles, Tiffany Antopolski, Jeremy Bicha, Xavier Claessens,
  Nguyễn Thái Ngọc Duy, Andre Klapper
* Updated translations:
  de       (Mario Blättermann)
  es       (Daniel Mustieles)
  fr       (Bruno Brouard)
  gl       (Fran Diéguez)
  it       (Luca Ferretti)
  ja       (Jiro Matsuzawa, OKANO Takayoshi)
  lv       (Peteris Krisjanis)
  pt_BR    (Rodolfo Ribeiro Gomes)
  sl       (Andrej Žnidaršič)
  sr       (Мирослав Николић)
  sr@latin (Мирослав Николић)
  vi       (Nguyễn Thái Ngọc Duy)

3.3.1
=====
* Updates from Julita Inca, Jim Campbell, Baptiste Mille-Mathias,
  Tiffany Antopolski, Michael Hill, Ekaterina Gerasimova, Phil Bull,
  Andre Klapper, Shaun McCance, Jeremy Bicha, Daniel Mustieles,
  Susanna Huhtanen, Stéphane Maniaci, Jiro Matsuzawa
* Updated translations:
  de      (Christian Kirbach, Mario Blättermann)
  el      (Simos Xenitellis)
  es      (Daniel Mustieles)
  fi      (Timo Jyrinki)
  fr      (Bruno Brouard)
  gl      (Fran Diéguez)
  hu      (Gabor Kelemen)
  it      (Luca Ferretti)
  ja      (Jiro Matsuzawa, Yasumichi Akahoshi)
  lv      (Peteris Krisjanis)
  pt_BR   (Rodolfo Ribeiro Gomes)
  sl      (Andrej Žnidaršič, Jiro Matsuzawa)
  sr      (Мирослав Николић)
  te      (Praveen Illa)

3.2.2
=====
* Contributions from Og B. Maciel, Jiro Matsuzawa, Tiffany Antopolski,
  Baptiste Mille-Mathias, Michael Hill, Shaun McCance, Bastien Durel,
  Jim Campbell, Richard Hughes
* Updated translations:
  gl    (Fran Diéguez)
  de    (Gabor Karsay, Mario Blättermann)
  pt_BR (Rodolfo Ribeiro Gomes)
  es    (Daniel Mustieles, Jorge González)
  hu    (Gabor Kelemen)

3.2.1
=====
* Contributions from Michael Hill, Shaun McCance, Tiffany Antopolski
* Updated translations:
  de    (Mario Blättermann, Gabor Karsay)
  es    (Jorge González, Daniel Mustieles)
  fi    (Timo Jyrinki)
  gl    (Fran Dieguez)
  hu    (Gabor Kelemen)

3.2.0.1
=======
* Fix a syntax error in the gl translation

3.2.0
=====
* Updates to networking pages
* Updates to region and language pages
* Updates to Bluetooth pages
* Updates to keyboard and keyboard accessibility pages
* New page on the on-screen keyboard
* Contributions from Shaun McCance, Michael Hill, Jeremy Bicha,
  Jorge González, Javier Hernández, Alexandre Prokoudine
* Updated translations:
  es    (Jorge González, Daniel Mustieles)
  hu    (Gabor Kelemen)
  de    (Christian Kirbach, Gabor Karsay, Mario Blättermann)
  ru    (Alexandre Prokoudine)
  fr    (Claude Paroz)
  gl    (Fran Dieguez)
  sl    (Matej Urbančič)

3.1.1
=====
* Added help for Vino (Ekaterina Gerasimova)
* Added color management help (Richard Hughes)
* Updates to Nautilus and Sushi help (Shaun McCance)
* Merged network and web guides (Jim Campbell)
* Updates to network and user pages (Jeremy Bicha)
* Misc fixes by Andre Klapper, Jiro Matsuzawa
* Updated translations:
  de    (Mario Blättermann)
  es    (Jorge González, Daniel Mustieles)

Version 3.0.5
-------------
* Updated email contact info and links (Tiffany Antopolski)
* Clarified Ctrl+Alt+D in shortcuts (Tiffany Antopolski)
* Fixed character encoding problem (Shaun McCance)
* Wording change for select/deselect (Michael Hill)
* Added information about disks and SMART (Julita Inca)
* Added information about type-ahead file searching (Phil Bull)
* Information about the message tray in shell-intro (Tiffany Antopolski)
* Major updates to wireless troubleshooting (Phil Bull)
* Information on calendar appointments (Julita Inca)
* Style edits (Tiffany Antopolski, Jim Campbell, Michael Hill, Phil Bull, Kelly Sinnott)
* Updated translations:
  de    (Hendrik Knackstedt, Gabor Karsay)
  es    (Jorge González, Francisco Molinero, Daniel Mustieles)
  nl    (Hannie Dumoleyn)
  vi    (Nguyễn Thái Ngọc Duy)

Version 3.0.4
-------------
* Added print driver setup page (Kelly Sinnott)
* Other minor corrections
* Updated translations:
  de    (Gabor Karsay, Mario Blättermann)
  es    (Jorge González, Daniel Mustieles, Francisco Molinero)
  sl    (Matej Urbančič, Andrej Žnidaršič)
  vi    (Nguyễn Thái Ngọc Duy)

Version 3.0.3
-------------
* Fixed validity errors (Shaun McCance)
* Updated translations:
  es    (Joaquín Aramendía, Jorge González, Francisco Molinero)

Version 3.0.2
-------------
* Changed recommended steps for shutdown/restart (Shaun McCance)
* Clarification on the clock and calendar (Michael Hill)
* Updated translations:
  es    (Francisco Molinero, Daniel Mustieles, Jorge González)
  hi    (Anurag Garg, G Karunakar)

Version 3.0.1
-------------
* Use standard license info on all pages (Shaun McCance)
* Added more tips about the middle mouse button (Shaun McCance)
* Small corrections (Aline Bessa, Shaun McCance)
* Updated translations:
  es    (Daniel Mustieles, Francisco Molinero, Jorge González)
  fi    (Timo Jyrinki)
  gl    (Fran Diéguez)

Version 3.0.0
-------------
* Massive updates to gnome-help from Phil Bull, Jim Campbell, Tiffany
  Antapolski, Natalia Ruz Leiva, Shaun McCance, Paul Frields, Mike Hill,
  Aline Bessa, Marina Zhurakhinskaya, Kelly Sinnott
* Updated translations:
  es    (Jorge González, Francisco Molinero, Daniel Mustieles)
  sv    (Daniel Nylander)
  gl    (Fran Diéguez)

Version 2.91.92:
----------------
* Massive updates to gnome-help from Phil Bull, Jim Campbell, Tiffany
  Antapolski, Natalia Ruz Leiva, Shaun McCance, Paul Frields
* Updated translations:
  es    (Jorge González, Francisco Molinero, Daniel Mustieles)
  sv    (Daniel Nylander)
  gl    (Fran Diéguez)

Version 2.91.91:
----------------
* Updates to mouse, screenshot, files, backup, shell, user (Tiffany Antopolski)
* Updates to session, files (Natalia Ruz Leiva)
* Updated translations:
  es    (Daniel Mustieles, Jorge González)

Version 2.91.90:
----------------
* New Mallard-based GNOME help

Version 2.32.0:
---------------
* Accessibility Guide:
  - Corrected typo, bug #620946 (Mesar Hameed)
  - Corrected typo, bug #551494 (Paul Cutler)
  - Updated translations:
    de    (Mario Blättermann)
    es    (Jorge González)
    fr    (Bruno Brouard, Claude Paroz)
    gl    (Fran Diéguez)
    hu    (Gabor Kelemen)
    zh_CN (
* System Admin Guide:
  - Updated translations:
    de    (Mario Blättermann)
    gl    (Fran Diéguez)
    ja    (Jiro MATSUZAWA)
* User Guide:
  - Fixed grammar error in reporting bugs section (Tiffany Antopolski)
  - Corrected typo, bug #619565 (Paul Cutler)
  - Corrected typo, bug #619298 (Robert Ratliff)
  - Fixed instructions to change launcher icon, bug #619183 (Robert Ratliff)
  - Typo fixed (Paul Cutler)
    de    (Mario Blättermann, Christian Kirbach)
    es    (Jorge González)
    fr    (Bruno Brouard)
    gl    (Fran Diéguez)
    id    (Andika Triwidada)
    ja    (Yasumichi Akahoshi)
    sv    (Daniel Nylander)
    zh_CN (billzt, Teliute)

Version 2.30.1:
---------------
* Accessibility Guide:
  - Updated translations:
    uk    (Maxim V. Dziumanenko)
* User Guide:
  - Typo fixed (Paul Cutler)
  - Updated translations:
    el    (Nikos Bakaoukas)
    es    (Jorge González)
    uk    (Maxim V. Dziumanenko)

Version 2.30.0:
---------------
* User Guide:
  - Adapt to changes in Monitor Preferences (Shaun McCance)
  - Updated translations:
    cs    (Petr Kovar)
    de    (Mario Blättermann)
    el    (Marios Zindilis)
    es    (Jorge González)
    fr    (Claude Paroz)

Version 2.29.2:
---------------
* User Guide:
  - Updated translations:
    de    (Mario Blättermann)
    es    (Jorge González)

Version 2.29.1:
---------------
* User Guide:
  - Refer to Bug Buddy consistently, bug #526684 (Andre Klapper)
  - Updated translations:
    bg      (Krasimir Chonov)
    uk      (Maxim V. Dziumanenko)

Version 2.28.1:
---------------
* Accessibility Guide:
  - Updated translations:
    de      (Christian Kirbach, Simon Bienlein)
    es      (Jorge González)
    fr      (Laurent Coudeur, Claude Paroz)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    sv      (Daniel Nylander)
* User Guide:
  - Updated translations:
    de      (Mario Blättermann)
    sv      (Daniel Nylander)

Version 2.28.0:
---------------
* Accessibility Guide:
  - Updated translations:
    de      (Mario Blättermann)
    el      (Kostas Papadimas)
    fi      (Timo Jyrinki)
    hu      (Gabor Kelemen)
* System Admin Guide:
  - Updated translations:
    el      (Kostas Papadimas)
    fi      (Timo Jyrinki)
* User Guide:
  - Updated translations:
    el      (Kostas Papadimas)
    fi      (Timo Jyrinki)
    zh_CN   (Aron Xu)

Version 2.27.2:
---------------
* System Admin Guide:
  - Updated translations:
    cs      (Marek Cernocky)
    fr      (Claude Paroz)
* User Guide:
  - Fixed typos and punctuation errors (Claude Paroz)
  - Updated translations:
    es      (Jorge González)
    fr      (Claude Paroz)

Version 2.27.1:
---------------
* Accessibility Guide:
  - Updated Orca documentation, bug #591119 (Joanmarie Diggs)
  - Various corrections (Gabor Kelemen, Paul Cutler)
  - Updated translations:
    de    (Mario Blättermann)
    es    (Jorge González)
    fr    (Claude Paroz)
    hu    (Gabor Kelemen)
* System Admin Guide:
  - Updated translations:
    de    (Mario Blättermann)
    it    (Milo Casagrande)
* User Guide:
  - Various corrections and bug fixes (Paul Cutler)
  - Updated translations:
    de    (Mario Blättermann)
    el    (Fotis Tsamis, Simos Xenitellis)
    es    (Jorge González)
    it    (Milo Casagrande)

Version 2.26.2:
---------------
* Accessibility Guide:
  - Fixed validity errors in translations (Claude Paroz, Shaun McCance)
  - Updated translations:
    el    (Jennie Petoumenou)
    en_GB (Philip Withnall)
    hu    (Gabor Kelemen)
* System Admin Guide:
  - Fixed typo, bug #577327 (Milo Casagrande)
  - Updated translations:
    el    (Jennie Petoumenou)
    es    (Jorge Gonzalez)
* User Guide:
  - Fixed validity errors in translations (Claude Paroz, Shaun McCance)
  - Removed outdated info on session preferences (Paul Cutler)
  - Updated translations:
    el    (Μάριος Ζηντίλης)
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    zh_CN (TeliuTe)

Version 2.26.1:
---------------
* Accessibility Guide:
  - Added more description for what caret navigation is (Willie Walker)
  - Fixed DocBook validity errors in translations (Claude Paroz)
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    ru      (Anatol Kamynin)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    el      (Jennie Petoumenou)
* User Guide:
  - Fixed DocBook validity errors (Claude Paroz)
  - Updated translations:
    cs      (Lucas Lommer)
    es      (Jorge Gonzalez)
    fr      (Bruno Brouard and Claude Paroz)
    sv      (Daniel Nylander)

Version 2.26.0:
---------------
* Accessibility Guide:
  - Added keybindings for toggling flat review (Willie Walker)
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    hu      (Attila Hammer)
* System Admin Guide:
  - Updated translations:
    de      (Mario Blättermann)
* User Guide:
  - Updates to the Nautilus documentation, bug #571392 (Matthias Clasen)
  - Updates to the screen resolutjion documentation, bug #572603 (Matthias Clasen)
  - Updated translations:
    cs      (Lucas Lommer)
    de      (Mario Blättermann)
    es      (Jorge Gonzalez)
    it      (Milo Casagrande)
    pa      (Amanpreet Singh Alam)
    sv      (Daniel Nylander)
    th      (Theppitak Karoonboonyanan)

Version 2.25.1:
---------------
* Accessibility Guide:
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    eu      (Inaki Larranaga Murgoitio)
    fi      (Timo Jyrinki)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca      (Joan Duran)
    eu      (Inaki Larranaga Murgoitio)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* User Guide:
  - Updated keybinding capplet docs, #571018, Matthias Clasen
  - Updated window capplet docs, #570915, Matthias Clasen
  - Updated gnome-screenshot docs, #571017, Matthias Clasen
  - Updated preferred applications docs, #413452, Claude Paroz
  - Updated translations:
    es      (Jorge Gonzalez)

Version 2.24.1:
---------------
* Accessibility Guide:
  - Make "themes-0" sub-section of "low-vision" as it was (Luca Ferretti)
  - Reorganize and update the Orca section (Willie Walker)
  - Updated translations:
    de     (Mario Blättermann)
    es     (Jorge Gonzalez)
    fr     (Claude Paroz)
    hu     (Gabor Kelemen)
    sv     (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca     (Gil Forcada)
* User Guide:
  - Replaced 'CD Player' examples (Claude Paroz)
  - Updated translations:
    bg     (Alexander Shopov)
    el     (Simos Xenitellis)
    es     (Jorge Gonzalez)
    hu     (Gabor Kelemen)
    pt_BR  (Leonardo Ferreira Fontenelle)
    sv     (Daniel Nylander)
    th     (Theppitak Karoonboonyanan)

Version 2.24.0:
---------------
* Accessibility Guide:
  - Massive updates from Vincent Alexander
  - Various fixes from Frederic Peters and Claude Paroz
  - Updated translations:
    es    (Jorge Gonzalez)
    fi    (Timo Jyrinki)
    hu    (Attila Hammer)
    oc    (Yannig Marchegay)
    sv    (Daniel Nylander)
* System Admin Guide:
  - Various fixes from Claude Paroz and Leonardo Ferreira Fontenelle
  - Updated translations:
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    ja    (Takeshi AIHANA)
    ko    (Changwoo Ryu)
    oc    (Yannig Marchegay)
    sv    (Daniel Nylander)
* User Guide:
  - Upates from Claude Paroz
  - Updated translations:
    de    (Mario Blättermann)
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    ja    (Takeshi AIHANA)
    ko    (Changwoo Ryu)
    oc    (Yannig Marchegay)
    pt_BR (Leonardo Ferreira Fontenelle)
    sv    (Daniel Nylander)
    th    (Theppitak Karoonboonyanan)

Version 2.22.0:
---------------
* System Admin Guide:
  - Updated translations:
    ca    (Joan Duran)
    el    (Nikos Charonitakis)
    es    (Jorge Gonzalez)
    fi    (Timo Jyrinki)
    it    (Luca Ferretti)
    ko    (Namhyung Kim)
    oc    (Yannig Marchegay)
    pt    (Duarte Loreto)
* Accessibility Guide:
  - Sync labels to current layout (Luca Ferretti)
  - Updated translations:
    es    (Jorge Gonzalez)
    fe    (Timo Jyrinki)
    fi    (Ilkka Tuohela
    fr    (Claude Paroz)
    it    (Luca Ferretti)
    oc    (Yannig Marchegay)
    pt    (Duarte Loreto)
    sv    (Daniel Nylander)
* User Guide:
  - Updated translations:
    fi    (Timo Jyrinki)
    fr    (Claude Paroz)
    it    (Milo Casagrande)
    ko    (Namhyung Kim)
    oc    (Yannig Marchegay)
    pt    (Duarte Loreto)
    pt_BR (Leonardo Ferreira Fontenelle)
    ru    (Vasiliy Faronov)
    sv    (Daniel Nylander)

Version 2.20.1:
---------------
* Accessibility Guide:
  - Massive updates from Matthew East and the Ubuntu documentation team
  - Terminology updates by Joachim Noreiko
  - Updated translations:
    sv    (Daniel Nylander)
    es    (Jorge Gonzalez)
    el    (Nikos Charonitakis)

Version 2.20.0:
---------------
* Accessibility Guide:
  - Updated translations:
    de    (Jan Arne Petersen)
    es    (Jorge Gonzalez)
    pt    (Duarte Loreto)
    sv    (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    es    (Jorge Gonzalez)
    pt    (Duarte Loreto)
* User Guide:
  - Validation fixed (Claude Paroz)
  - Updated Preferred Applications section (Benjamin Gramlich)
  - Updated translations:
    de    (Jan Arne Petersen)
    el    (Dimitris Typaldos)
    es    (Jorge Gonzalez)
    fi    (Ilkka Tuohela)
    fr    (Claude Paroz)
    hu    (Gabor Kelemen)
    it    (Luca Ferretti)
    pt_BR (Leonardo Ferreira Fontenelle)
    sv    (Daniel Nylander)

Version 2.18.2
--------------
* Accessibility Guide:
  - Updated translations:
    es     (Jorge Gonzalez)
* System Admin Guide:
  - Updated translations:
    es     (Jorge Gonzalez)
* User Guide:
  - Updated translations:
    es     (Jorge Gonzalez)
    hu     (Gabor Kelemen)
    ko     (Changwoo Ryu)
    pa     (A S Alam)
    pt     (Duarte Loreto)
    pt_BR  (Leonardo Ferreira Fontenelle, Vladimir Melo,
            Andre Noel, Felipe Ferreira, Vinicus Pinheiro)

Version 2.18.1
--------------
* Updated translations:
  pt_BR   (Leonardo Ferreira Fontenelle, Vinicus Pinheiro)
  fr      (Claude Paroz)
  pa      (alam)

Version 2.18.0
--------------
* Updated User Guide (Joachim Noreiko, Chris Fox, Luca Ferretti)
* Updated translations:
  it     (Luca Ferretti)
  sv     (Daniel Nylander)
  pt_BR  (Jonh Wendell, Leonardo Ferreira Fontenelle, Pedro de Medeiros, Raphael Higino)
  fr     (Christophe Bliard)
  ar     (Khaled Hosny)
  en_GB  (David Lodge)
  pa     (A P S Alam)
  es     (Francisco Javier F. Serrador)

Version 2.16.1
--------------
* User Guide
  Better wording for writing CDs (Chris Wagner)
  - New Translations:
    sv: Daniel Nylander
  - Updated Translations:
    it: Luca Ferretti
* Accessibility Guide
  - New Translations:
    sv: Daniel Nylander
  - Updated Translations:
    es: Francisco Javier F. Serrador
    it: Luca Ferretti
*System Administration Guide
  - New Translations:
    sv: Daniel Nylander 

Version 2.16.0
--------------
* User Guide:
  - Numerous improvements by Joachim Noreiko and Don Scorgie
  - Updated translations:
    es     (Francisco Javier F. Serrador)
    fr     (Claude Parroz)
    pt_BR  (Raphael Higino)
    ru     (Nickolay V. Shmyrev)
* Accessibility Guide:
  - Numerous improvements by Don Scorgie
* System Administration Guide:
  - Numerous improvements by Don Scorgie
  - ScreenD should be Screen[D] to stop X complaining (Don Scorgie)
  - Changed Desktop to System (Don Scorgie)

Version 2.15.1
--------------
* User Guide:
  - Merged feedback documentation into the User Guide
  - Added link to Admin Gudie under 'Customizing Menus' (#331928)
  - Added a section on setting up printers (#346395)
  - Updated translations:
    es      (Francisco Javier F. Serrador)
    pt_BR   (Raphael Higino)
* Accessibility Guide:
  - Updated translations:
    es      (Francisco Javier F. Serrador)
    it      (Luca Ferretti)
* System Administration Guide:
  - Updated translations:
    es      (Francisco Javier F. Serrador)
    it      (Luca Ferretti)
* A big thanks to Joachim Noreiko and Don Scorgie

Version 2.14.1
--------------
* User guide updates:
  - rewritten section on editing menus         (Joachim Noreiko)
  - rewritten Keyboard Layouts Preferences     (Joachim Noreiko)
    & Typing Break sections
  - rewritten Keyboard Shortcuts Preferences,  (Joachim Noreiko)
    #329073
  - rewritten Keyboard Layout Options.         (Joachim Noreiko)
  - added note about Ignore Host List in       (Joachim Noreiko)
    Network Proxy prefs
  - new section on item properties window:     (Joachim Noreiko)
    basic intro & links in and out
  - updated section on detachable toolbars and (Joachim Noreiko)
    added info on Editable menu accelerators 
    option
  - updated section on the Filechooser,        (Joachim Noreiko)
    following review by GTK team
  - added appendix section 'Joining the        (Joachim Noreiko)
    GNOME Project'
  - documenting launcher replaceable command   (Joachim Noreiko)
    parameters, #307978
  - cleaning up terminology for the panel      (Joachim Noreiko)
    menubar
* Updated translations (too many to list)

Version 2.14.0
--------------
* Updates to the system administration guide   (Brent Smith,
                                                William Jon McCann,
                                                Luca Ferretti)
* Updates to the user guide                    (Luca Ferretti,
						Joachim Noreiko,
						Brent Smith,
						Daniel Espinosa Ortiz)			
                                                Luca Ferretti)
* Updates to the accessibility guide           (Luca Ferretti,
                                                Don Scorgie)

* Updated translations:
  Luca Ferretti (it)
  Nickolay V. Shmyrev (ru)


Version 2.13.2
--------------
* Updates to the system administration guide   (Brent Smith)
* Updates to the user guide                    (Luca Ferretti,
						Joachim Noreiko,
						Brent Smith,
						Daniel Espinosa Ortiz)			
* Updated accessibility guide figures          (Luca Ferretti)

* Updated translations:
  Luca Ferretti (it)
  Vincent van Adrighem (nl)

Version 2.13.1.1
----------------
* Added missing OMF files

Version 2.13.1
--------------
* Updates to the User Guide
    (Joachim Noreiko, Brent Smith, Daniel Espinosa Ortiz, Chris Fox)
* Updates to the Accessibility Guide               (Brent Smith)
* Updates to the System Administrator Guide        (Brent Smith)
* Converted documentation build to gnome-doc-utils (Shaun McCance, Brent Smith)

Version 2.8.1
-------------
* Sun's Vino documentation now merged in  (John Fleck)

Version 2.8.0-1
---------------
* Broken XML files fixed
* Out-of-date translations removed

Version 2.8.0
-------------
* Some updates to User Guide
* New Accessibility Guide from Irene Ryan
* New translations for uk and eu

Version 2.6.0.1
---------------
* Removed "Introduction to GNOME"             (Shaun McCance)
* Minor fixes to System Administration Guide  (Eugene O'Connor)

Version 2.6.0
-------------
* Updated GNOME System Administrator's Guide         (Eugene O'Connor)
* Further updates to User Guide for GNOME 2.6.       (Brian Casey)

Version 2.5.90
--------------
* Updated User Guide for GNOME 2.6                (Brian Casey)

Version 2.5.0
-------------
* Now installing the User Guide as a single document,
  rather than by chapter.                         (Shaun McCance)