Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2015-03-01 15:06:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and      /work/SRC/openSUSE:Factory/.systemsettings5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemsettings5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2015-01-29 13:18:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes     
2015-03-01 15:06:41.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb 20 02:44:06 UTC 2015 - [email protected]
+
+- Update to 5.2.1:
+  * Bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.2.1.php
+
+-------------------------------------------------------------------

Old:
----
  systemsettings-5.2.0.tar.xz

New:
----
  systemsettings-5.2.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.hgbvAW/_old  2015-03-01 15:06:42.000000000 +0100
+++ /var/tmp/diff_new_pack.hgbvAW/_new  2015-03-01 15:06:42.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           systemsettings5
-Version:        5.2.0
+Version:        5.2.1
 Release:        0
 Summary:        KDE's control center
 License:        GPL-2.0+

++++++ systemsettings-5.2.0.tar.xz -> systemsettings-5.2.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/CMakeLists.txt 
new/systemsettings-5.2.1/CMakeLists.txt
--- old/systemsettings-5.2.0/CMakeLists.txt     2015-01-22 15:36:47.000000000 
+0100
+++ new/systemsettings-5.2.1/CMakeLists.txt     2015-02-21 21:21:09.000000000 
+0100
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.2.0")
+set(PROJECT_VERSION "5.2.1")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.3.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/app/SettingsBase.cpp 
new/systemsettings-5.2.1/app/SettingsBase.cpp
--- old/systemsettings-5.2.0/app/SettingsBase.cpp       2015-01-22 
15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/app/SettingsBase.cpp       2015-02-21 
21:20:39.000000000 +0100
@@ -112,10 +112,10 @@
         if( error.isEmpty() ) {
             possibleViews.insert( activeService->library(), controller );
             controller->init( activeService );
-            connect(controller, 
SIGNAL(changeToolBarItems(BaseMode::ToolBarItems)), this, 
SLOT(changeToolBar(BaseMode::ToolBarItems)));
-            connect(controller, SIGNAL(actionsChanged()), this, 
SLOT(updateViewActions()));
-            connect(searchText, SIGNAL(textChanged(QString)), controller, 
SLOT(searchChanged(QString)));
-            connect(controller, SIGNAL(viewChanged(bool)), this, 
SLOT(viewChange(bool)));
+            connect(controller, &BaseMode::changeToolBarItems, this, 
&SettingsBase::changeToolBar);
+            connect(controller, &BaseMode::actionsChanged, this, 
&SettingsBase::updateViewActions);
+            connect(searchText, &KLineEdit::textChanged, controller, 
&BaseMode::searchChanged);
+            connect(controller, &BaseMode::viewChanged, this, 
&SettingsBase::viewChange);
         } else {
             qWarning() << "View load error: " + error;
         }
@@ -191,7 +191,7 @@
     }
     configWidget.GbViewStyle->setLayout( configLayout );
     KWindowConfig::restoreWindowSize(configDialog->windowHandle(), 
KSharedConfig::openConfig()->group("ConfigDialog"));
-    connect(configDialog, SIGNAL(accepted()), this, SLOT(configUpdated()));
+    connect(configDialog, &KConfigDialog::accepted, this, 
&SettingsBase::configUpdated);
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/old/settings-window-behaviour.desktop 
new/systemsettings-5.2.1/categories/old/settings-window-behaviour.desktop
--- old/systemsettings-5.2.0/categories/old/settings-window-behaviour.desktop   
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/old/settings-window-behaviour.desktop   
2015-02-21 21:20:39.000000000 +0100
@@ -66,7 +66,7 @@
 Name[pa]=ਵਿੰਡੋ ਰਵੱਈਆ
 Name[pl]=Zachowania okien
 Name[pt]=Comportamento das Janelas
-Name[pt_BR]=Comportamento da janelas
+Name[pt_BR]=Comportamento das janelas
 Name[ro]=Comportament fereastră
 Name[ru]=Поведение окон
 Name[se]=Láseláhtten
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-appearance-applicationstyle.desktop
 
new/systemsettings-5.2.1/categories/settings-appearance-applicationstyle.desktop
--- 
old/systemsettings-5.2.0/categories/settings-appearance-applicationstyle.desktop
    2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-appearance-applicationstyle.desktop
    2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Sovellusten tyyli
 Name[hu]=Alkalmazások megjelenése
 Name[id]=Gaya Aplikasi
+Name[it]=Stile delle applicazioni
 Name[ko]=프로그램 모양
 Name[lt]=Programos stilius
 Name[nb]=Programstil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-appearance-color.desktop 
new/systemsettings-5.2.1/categories/settings-appearance-color.desktop
--- old/systemsettings-5.2.0/categories/settings-appearance-color.desktop       
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-appearance-color.desktop       
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Szín
 Name[ia]=Color
 Name[id]=Warna
+Name[it]=Colore
 Name[ko]=색
 Name[lt]=Spalva
 Name[nb]=Farge
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-appearance-font.desktop 
new/systemsettings-5.2.1/categories/settings-appearance-font.desktop
--- old/systemsettings-5.2.0/categories/settings-appearance-font.desktop        
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-appearance-font.desktop        
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Betűtípus
 Name[ia]=Font
 Name[id]=Fonta
+Name[it]=Carattere
 Name[ko]=글꼴
 Name[lt]=Šriftas
 Name[nb]=Skrift
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-appearance-icons.desktop 
new/systemsettings-5.2.1/categories/settings-appearance-icons.desktop
--- old/systemsettings-5.2.0/categories/settings-appearance-icons.desktop       
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-appearance-icons.desktop       
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Ikonok
 Name[ia]=Icones
 Name[id]=Ikon
+Name[it]=Icone
 Name[ko]=아이콘
 Name[lt]=Piktogramos
 Name[nb]=Ikoner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-appearance-workspacetheme.desktop 
new/systemsettings-5.2.1/categories/settings-appearance-workspacetheme.desktop
--- 
old/systemsettings-5.2.0/categories/settings-appearance-workspacetheme.desktop  
    2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-appearance-workspacetheme.desktop  
    2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Työtilan teema
 Name[hu]=Asztali téma
 Name[id]=Tema Ruang Kerja
+Name[it]=Tema dello spazio di lavoro
 Name[ko]=작업 공간 모양
 Name[lt]=Darbo erdvės tema
 Name[nb]=Tema for arbeidsområde
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-appearance.desktop 
new/systemsettings-5.2.1/categories/settings-appearance.desktop
--- old/systemsettings-5.2.0/categories/settings-appearance.desktop     
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-appearance.desktop     
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Megjelenés
 Name[ia]=Apparentia
 Name[id]=Tampilan
+Name[it]=Aspetto
 Name[ko]=모양
 Name[lt]=Išvaizda
 Name[nb]=Utseende
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-hardware-peripherals.desktop 
new/systemsettings-5.2.1/categories/settings-hardware-peripherals.desktop
--- old/systemsettings-5.2.0/categories/settings-hardware-peripherals.desktop   
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-hardware-peripherals.desktop   
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Perifériák
 Name[ia]=Peripherals
 Name[id]=Periferal
+Name[it]=Periferiche
 Name[ko]=주변 장치
 Name[lt]=Periferija
 Name[nb]=Tilleggsenheter
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-network-connectivity.desktop 
new/systemsettings-5.2.1/categories/settings-network-connectivity.desktop
--- old/systemsettings-5.2.0/categories/settings-network-connectivity.desktop   
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-network-connectivity.desktop   
2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Verkkoyhteydet
 Name[hu]=Kapcsolatok
 Name[id]=Konektivitas
+Name[it]=Connettività
 Name[ko]=연결
 Name[lt]=Sujungimas
 Name[nb]=Tilkobling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-network-networksettings.desktop 
new/systemsettings-5.2.1/categories/settings-network-networksettings.desktop
--- 
old/systemsettings-5.2.0/categories/settings-network-networksettings.desktop    
    2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-network-networksettings.desktop    
    2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Beállítások
 Name[ia]=Preferentias
 Name[id]=Pengaturan
+Name[it]=Impostazioni
 Name[ko]=설정
 Name[lt]=Nustatymai
 Name[nb]=Innstillinger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-network.desktop 
new/systemsettings-5.2.1/categories/settings-network.desktop
--- old/systemsettings-5.2.0/categories/settings-network.desktop        
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-network.desktop        
2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[hu]=Hálózat
 Name[ia]=Rete
 Name[id]=Jaringan
+Name[it]=Rete
 Name[ko]=네트워크
 Name[lt]=Tinklas
 Name[nb]=Nettverk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-personalization-applications.desktop
 
new/systemsettings-5.2.1/categories/settings-personalization-applications.desktop
--- 
old/systemsettings-5.2.0/categories/settings-personalization-applications.desktop
   2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-personalization-applications.desktop
   2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Alkalmazások
 Name[ia]=Applicationes
 Name[id]=Aplikasi
+Name[it]=Applicazioni
 Name[ko]=응용 프로그램
 Name[lt]=Programos
 Name[nb]=Programmer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-personalization-notification.desktop
 
new/systemsettings-5.2.1/categories/settings-personalization-notification.desktop
--- 
old/systemsettings-5.2.0/categories/settings-personalization-notification.desktop
   2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-personalization-notification.desktop
   2015-02-21 21:20:39.000000000 +0100
@@ -18,8 +18,9 @@
 Name[hu]=Értesítés
 Name[ia]=Notification
 Name[id]=Notifikasi
+Name[it]=Notifica
 Name[ko]=알림
-Name[lt]=Pranešimas
+Name[lt]=Pranešimai
 Name[nb]=Varsling
 Name[nds]=Bescheed
 Name[nl]=Melding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-personalization-regionalsettings.desktop
 
new/systemsettings-5.2.1/categories/settings-personalization-regionalsettings.desktop
--- 
old/systemsettings-5.2.0/categories/settings-personalization-regionalsettings.desktop
       2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-personalization-regionalsettings.desktop
       2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Alueasetukset
 Name[hu]=Területi beállítások
 Name[id]=Pengaturan Regional
+Name[it]=Impostazioni regionali
 Name[ko]=지역 설정
 Name[lt]=Regioniniai nustatymai
 Name[nb]=Regionale innstillinger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-personalization.desktop 
new/systemsettings-5.2.1/categories/settings-personalization.desktop
--- old/systemsettings-5.2.0/categories/settings-personalization.desktop        
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-personalization.desktop        
2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Personointi
 Name[hu]=Testre szabás
 Name[id]=Personalisasi
+Name[it]=Personalizzazione
 Name[ko]=사용자 정의
 Name[lt]=Personalizavimas
 Name[nb]=Personalisering
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-workspace-desktopbehavior.desktop 
new/systemsettings-5.2.1/categories/settings-workspace-desktopbehavior.desktop
--- 
old/systemsettings-5.2.0/categories/settings-workspace-desktopbehavior.desktop  
    2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-workspace-desktopbehavior.desktop  
    2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Työpöydän toiminta
 Name[hu]=Asztali működés
 Name[id]=Perilaku Desktop
+Name[it]=Comportamento del desktop
 Name[ko]=작업 공간 행동
 Name[lt]=Darbastalio elgesys
 Name[nb]=Skrivebordsppførsel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-workspace-search.desktop 
new/systemsettings-5.2.1/categories/settings-workspace-search.desktop
--- old/systemsettings-5.2.0/categories/settings-workspace-search.desktop       
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-workspace-search.desktop       
2015-02-21 21:20:39.000000000 +0100
@@ -17,6 +17,7 @@
 Name[fi]=Haku
 Name[hu]=Keresés
 Name[ia]=Cerca
+Name[it]=Ricerca
 Name[ko]=찾기
 Name[lt]=Paieška
 Name[nb]=Søk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-workspace-shortcuts.desktop 
new/systemsettings-5.2.1/categories/settings-workspace-shortcuts.desktop
--- old/systemsettings-5.2.0/categories/settings-workspace-shortcuts.desktop    
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-workspace-shortcuts.desktop    
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Billentyűparancsok
 Name[ia]=Vias breve
 Name[id]=Jalan Pintas
+Name[it]=Scorciatoie
 Name[ko]=단축키
 Name[lt]=Spartieji klavišai
 Name[nb]=Snarveier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-workspace-windowmanagement.desktop 
new/systemsettings-5.2.1/categories/settings-workspace-windowmanagement.desktop
--- 
old/systemsettings-5.2.0/categories/settings-workspace-windowmanagement.desktop 
    2015-01-22 15:34:43.000000000 +0100
+++ 
new/systemsettings-5.2.1/categories/settings-workspace-windowmanagement.desktop 
    2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Ablakkezelés
 Name[ia]=Gestion de Fenestra
 Name[id]=Manajemen Jendela
+Name[it]=Gestione delle finestre
 Name[ko]=창 관리
 Name[lt]=Langų tvarkymas
 Name[nb]=Vindusbehandling
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemsettings-5.2.0/categories/settings-workspace.desktop 
new/systemsettings-5.2.1/categories/settings-workspace.desktop
--- old/systemsettings-5.2.0/categories/settings-workspace.desktop      
2015-01-22 15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/categories/settings-workspace.desktop      
2015-02-21 21:20:39.000000000 +0100
@@ -18,6 +18,7 @@
 Name[hu]=Munkaterület
 Name[ia]=Spatio de labor
 Name[id]=Ruang Kerja
+Name[it]=Spazio di lavoro
 Name[ko]=작업 공간
 Name[lt]=Darbo erdvė
 Name[nb]=Arbeidsområde
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/doc/CMakeLists.txt 
new/systemsettings-5.2.1/doc/CMakeLists.txt
--- old/systemsettings-5.2.0/doc/CMakeLists.txt 2015-01-22 15:36:47.000000000 
+0100
+++ new/systemsettings-5.2.1/doc/CMakeLists.txt 2015-02-21 21:21:09.000000000 
+0100
@@ -1 +1 @@
-add_subdirectory(en_US)
+add_subdirectory(en)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/doc/en/CMakeLists.txt 
new/systemsettings-5.2.1/doc/en/CMakeLists.txt
--- old/systemsettings-5.2.0/doc/en/CMakeLists.txt      1970-01-01 
01:00:00.000000000 +0100
+++ new/systemsettings-5.2.1/doc/en/CMakeLists.txt      2015-02-21 
21:20:53.000000000 +0100
@@ -0,0 +1,4 @@
+kdoctools_create_handbook(index.docbook
+                          INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en
+                          SUBDIR systemsettings)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/doc/en/index.docbook 
new/systemsettings-5.2.1/doc/en/index.docbook
--- old/systemsettings-5.2.0/doc/en/index.docbook       1970-01-01 
01:00:00.000000000 +0100
+++ new/systemsettings-5.2.1/doc/en/index.docbook       2015-02-21 
21:20:39.000000000 +0100
@@ -0,0 +1,437 @@
+<?xml version="1.0" ?>
+<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
+  <!ENTITY kappname "&systemsettings;">
+  <!ENTITY % addindex "IGNORE">
+  <!ENTITY % English "INCLUDE">
+]>
+<book id="systemsettings" lang="&language;">
+
+<bookinfo>
+<title>The &systemsettings; Handbook</title>
+
+<authorgroup>
+<author>
+&Richard.Johnson;
+&Richard.Johnson.mail;
+</author>
+<!-- TRANS:ROLES_OF_TRANSLATORS -->
+</authorgroup>
+
+<copyright>
+<year>2007</year>
+<holder>&Richard.Johnson;</holder>
+</copyright>
+<legalnotice>&FDLNotice;</legalnotice>
+
+<date>2014-10-25</date>
+<releaseinfo>Plasma 5.2</releaseinfo>
+
+<abstract>
+<para>
+This documentation describes system configuration and administration center 
for your desktop.
+</para>
+</abstract>
+
+<keywordset>
+<keyword>KDE</keyword>
+<keyword>System</keyword>
+<keyword>Settings</keyword>
+<keyword>configuration</keyword>
+<keyword>administration</keyword>
+<keyword>config</keyword>
+<keyword>admin</keyword>
+</keywordset>
+
+</bookinfo>
+
+<chapter id="introduction">
+<title>Introduction</title>
+
+<para>
+The &systemsettings; provides the user with a centralized and convenient way 
to configure all of the settings for your desktop.
+</para>
+
+<para>
+&systemsettings; is made up of multiple modules. Each module is a separate 
application, however the &systemsettings; organizes all of these applications 
into a single location.
+</para>
+
+<tip>
+<para>
+Each &systemsettings; module can be executed individually
+</para>
+<para>
+See section entitled <link linkend="run-modules-individually">Running
+individual &systemsettings; modules</link> for more information.
+</para>
+</tip>
+
+<para>
+&systemsettings; groups all of the configuration modules into several 
categories:
+<itemizedlist>
+<listitem><para><link linkend="appearance">Appearance</link></para></listitem>
+<listitem><para><link linkend="workspace">Workspace</link></para></listitem>
+<listitem><para><link 
linkend="personalization">Personalization</link></para></listitem>
+<listitem><para><link linkend="network">Network</link></para></listitem>
+<listitem><para><link linkend="hardware">Hardware</link></para></listitem>
+</itemizedlist>
+</para>
+
+<para>
+The modules that make up &systemsettings; fall under one of the above 
categories, making it easier to locate the correct configuration module.
+</para>
+
+</chapter>
+
+<chapter id="using-kapp">
+<title>Using &systemsettings;</title>
+
+<para>
+This section details the use of &systemsettings; itself. For information on 
each individual module, please see <link linkend="modules">&systemsettings; 
Modules</link>.
+</para>
+
+<sect1 id="starting">
+<title>Starting &systemsettings;</title>
+
+<para>
+The &systemsettings; can be started in one of three ways:
+</para>
+
+<orderedlist>
+<listitem>
+<para>
+By selecting <menuchoice><guimenu>Settings</guimenu><guimenuitem>System 
Settings</guimenuitem></menuchoice> from the <guilabel>Application 
Menu</guilabel>.
+</para>
+</listitem>
+<listitem>
+<para>
+  By pressing <keycombo>&Alt;<keycap>F2</keycap></keycombo>. This will bring 
up the &krunner; dialog. Type <command>systemsettings</command>, and press 
&Enter;.
+</para>
+</listitem>
+<listitem>
+<para>
+Type <command>systemsettings5 &amp;</command> at any command prompt.
+</para>
+</listitem>
+</orderedlist>
+
+<para>
+All three of these methods are equivalent, and produce the same result.
+</para>
+</sect1>
+
+<sect1 id="screen">
+<title>The &systemsettings; Screen</title>
+
+<para>
+When you start &systemsettings;, you are presented with a window, which is 
divided into three functional parts.
+</para>
+
+<para>
+Across the top is a toolbar. The toolbar provides the user with the ability to 
go back into the main view from within a module using the 
<guibutton>Overview</guibutton>.
+You can also find a <guimenu>Help</guimenu> menu as well as a 
<guibutton>Configure</guibutton> button which provides you a dialog with 
alternate view settings.
+</para>
+<para>To search for something within all of the modules, start to type 
keywords into the search field at the right of the toolbar in the 
<guibutton>Overview</guibutton>. When you start typing, a list of matching 
topics will popup. Select one and only the groups with settings for this  
keyword are enabled, the other are greyed out.</para>
+<para>When the icon window has the focus, you can type the first letter of 
+any module or module group name to select it. Typing this letter again the 
+selection moves to the next match.
+</para>
+<para>
+Underneath the toolbar is an icon view of the individual modules or module 
groups that 
+make up &systemsettings; grouped by different categories. By default, 
+if your mouse stays a few seconds over an icon, a detailed tooltip 
+appears, explaining the purpose of the module or the modules in this group.
+</para>
+</sect1>
+
+<sect1 id="general">
+<title>&systemsettings; Categories and Modules</title>
+<para>A brief overview of all categories and their modules:</para>
+
+<variablelist>
+<varlistentry id="appearance" >
+<term>Appearance</term>
+<listitem>
+<para><itemizedlist>
+<listitem><para>
+Workspace Theme (Look and Feel, Desktop Theme, Cursor Theme, Splash Screen)
+</para></listitem>
+<listitem><para>
+Color
+</para></listitem>
+<listitem><para>
+Font (Fonts, Font Management)
+</para></listitem>
+<listitem><para>
+Icons (Icons, Emoticons)
+</para></listitem>
+<listitem><para>
+Application Style (Window Decorations, Widget Style, GNOME Application Style 
(GTK))
+</para></listitem>
+</itemizedlist></para>
+</listitem>
+</varlistentry>
+
+<varlistentry id="workspace" >
+<term>Workspace</term>
+<listitem>
+<para><itemizedlist>
+<listitem><para>
+Desktop Behavior (Workspace, Desktop Effects, Screen Edges, Virtual Desktops, 
Accessibility, Activities)
+</para></listitem>
+<listitem><para>
+Window Management (Window Behavior, Task Switcher, KWin Scripts, Window Rules)
+</para></listitem>
+<listitem><para>
+Shortcuts (Application Keyboard Shortcuts, Global Keyboard Shortcuts, Web 
Shortcuts, Custom Shortcuts)
+</para></listitem>
+<listitem><para>
+Startup and Shutdown (Autostart, Background Services, Desktop Session, Login 
Screen (SDDM))
+</para></listitem>
+<listitem><para>
+Search (Plasma Search, File Search)
+</para></listitem>
+</itemizedlist></para>
+</listitem>
+</varlistentry>
+
+<varlistentry id="personalization" >
+<term>Personalization</term>
+<listitem>
+<para><itemizedlist>
+<listitem><para>
+Account Details (Password &amp; User Account, KDE Wallet)
+</para></listitem>
+<listitem><para>
+Regional Settings (Translations, Format, Spell Check, Date &amp; Time)
+</para></listitem>
+<listitem><para>
+Notifications
+</para></listitem>
+<listitem><para>
+Applications (Default Applications, File Associations, Paths, Launch Feedback)
+</para></listitem>
+</itemizedlist></para>
+</listitem>
+</varlistentry>
+
+<varlistentry id="network" >
+<term>Network</term>
+<listitem>
+<para><itemizedlist>
+<listitem><para>
+Settings (Proxy, Connection Preferences, SSL Preferences)
+</para></listitem>
+</itemizedlist></para>
+</listitem>
+</varlistentry>
+
+<varlistentry id="hardware" >
+<term>Hardware</term>
+<listitem>
+<para><itemizedlist>
+<listitem><para>
+Human Input Devices (Keyboard, Mouse, Joystick)
+</para></listitem>
+<listitem><para>
+Display and Monitor (Compositor, Screen Locking)
+</para></listitem>
+<listitem><para>
+Multimedia (Audio and Video)
+</para></listitem>
+<listitem><para>
+Power Management (Energy Saving, Advanced Settings)
+</para></listitem>
+<listitem><para>
+Device Actions
+</para></listitem>
+</itemizedlist></para>
+</listitem>
+</varlistentry>
+
+</variablelist>
+
+<tip><para>Use the search field at the top right in 
<guibutton>Overview</guibutton> to find all matching modules for a given 
keyword.
+Start typing a keyword opens a list of keywords and only the matching modules 
are enabled.</para></tip>
+</sect1>
+<sect1 id="exiting">
+<title>Exiting the &systemsettings;</title>
+
+<para>
+&systemsettings; can be exited in one of two ways:
+</para>
+
+<orderedlist>
+<listitem>
+<para>
+Press <keycombo>&Ctrl;<keycap>Q</keycap></keycombo> on the keyboard.
+</para>
+</listitem>
+<listitem>
+<para>
+Click on the <guibutton>Close</guibutton> button located in the toolbar.
+</para>
+</listitem>
+</orderedlist>
+</sect1>
+
+<sect1 id="configuring">
+<title>Configuring &systemsettings;</title>
+
+<para>
+The <guiicon>Configure</guiicon> icon in the toolbar allows you to change some 
&systemsettings; parameters.
+You can change from <guilabel>Icon View</guilabel> (default view) to 
<guilabel>Classic Tree View</guilabel>.
+</para>
+
+<para>
+You can also turn off the detailed tooltips by unchecking <guilabel>Show 
detailed tooltips</guilabel>. 
+You will then get only normal tooltips and not the content of a module group.
+</para>
+</sect1>
+
+<sect1 id="run-modules-individually">
+<title>Running Individual &systemsettings; Modules</title>
+
+<para>
+Individual modules can be run without running &systemsettings; using the 
command <command>kcmshell5</command> from the command line. Type 
<command>kcmshell5 --list</command> to see a list of the available 
&systemsettings; modules.
+</para>
+</sect1>
+</chapter>
+
+<chapter id="modules">
+<title>The &systemsettings; Modules</title>
+
+<para>
+In order to make it as easy as possible, the &systemsettings; has organized 
options into five categories. Under each category, there are icons grouped 
together under subcategories. Each icon is called a module. When you double 
click on a module icon, you will be presented with the options of the module in 
the main window.
+</para>
+
+<para>
+Each module will have some or all of the following buttons:
+</para>
+
+<variablelist>
+<varlistentry>
+<term>Help</term>
+<listitem>
+<para>
+This button will provide help specific to the current module. Clicking the 
button will open &khelpcenter; in a new window providing detailed information 
on the module.
+</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term>Restore Defaults</term>
+<listitem>
+<para>
+Clicking this button will restore this module to its default values. You must 
click <guibutton>Apply</guibutton> to save the options.
+</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term>Reset</term>
+<listitem>
+<para>
+This button will <quote>Reset</quote> the module to the previous settings.
+</para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
+<term>Apply</term>
+<listitem>
+<para>
+Clicking this button will save all changes. If you have changed anything, 
clicking <guibutton>Apply</guibutton> will cause the changes to take effect.
+</para>
+</listitem>
+</varlistentry>
+</variablelist>
+
+<note>
+<para>
+You must either <quote>Reset</quote> or <quote>Apply</quote> the changes 
before changing to another module.
+</para>
+<para>
+If you try to change without saving or resetting your options, you will be 
asked if you want to save your changes, or discard them.
+</para>
+</note>
+
+</chapter>
+
+<chapter id="credits">
+
+<title>Credits and License</title>
+
+<para>
+&systemsettings;
+</para>
+<para>
+Program copyright 2007 Benjamin C. Meyer.
+</para>
+<para>
+Program copyright 2009 Ben Cooksley.
+</para>
+<para>
+Contributors:
+<itemizedlist>
+<listitem>
+<para>
+Will Stephenson <email>[email protected]</email>
+</para>
+</listitem>
+<listitem>
+<para>Michael D. Stemle, Jr. <email>[email protected]</email>
+</para>
+</listitem>
+<listitem>
+<para>
+Matthias Kretz <email>[email protected]</email>
+</para>
+</listitem>
+<listitem>
+<para>
+&Daniel.Molkentin; &Daniel.Molkentin.mail;
+</para>
+</listitem>
+<listitem>
+<para>
+&Matthias.Elter; &Matthias.Elter.mail;
+</para>
+</listitem>
+<listitem>
+<para>
+Frans Englich <email>[email protected]</email>
+</para>
+</listitem>
+<listitem>
+<para>
+Michael Jansen <email>[email protected]</email>
+</para>
+</listitem>
+</itemizedlist>
+</para>
+
+<para>
+Documentation Copyright &copy; 2008 &Richard.Johnson; &Richard.Johnson.mail;
+</para>
+
+<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
+
+&underFDL;
+&underGPL;
+</chapter>
+
+&documentation.index;
+</book>
+
+<!--
+Local Variables:
+mode: xml
+sgml-minimize-attributes:nil
+sgml-general-insert-case:lower
+sgml-indent-step:0
+sgml-indent-data:nil
+End:
+
+vim:tabstop=2:shiftwidth=2:expandtab
+kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
+-->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/doc/en_US/CMakeLists.txt 
new/systemsettings-5.2.1/doc/en_US/CMakeLists.txt
--- old/systemsettings-5.2.0/doc/en_US/CMakeLists.txt   2015-01-22 
15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/doc/en_US/CMakeLists.txt   1970-01-01 
01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-##### Install Systems Settings Documentation #####
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION 
${HTML_INSTALL_DIR}/en SUBDIR systemsettings)
-
-##### Install System Settings Modules Documentation #####
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.2.0/doc/en_US/index.docbook 
new/systemsettings-5.2.1/doc/en_US/index.docbook
--- old/systemsettings-5.2.0/doc/en_US/index.docbook    2015-01-22 
15:34:43.000000000 +0100
+++ new/systemsettings-5.2.1/doc/en_US/index.docbook    1970-01-01 
01:00:00.000000000 +0100
@@ -1,437 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" 
"dtd/kdedbx45.dtd" [
-  <!ENTITY kappname "&systemsettings;">
-  <!ENTITY % addindex "IGNORE">
-  <!ENTITY % English "INCLUDE">
-]>
-<book id="systemsettings" lang="&language;">
-
-<bookinfo>
-<title>The &systemsettings; Handbook</title>
-
-<authorgroup>
-<author>
-&Richard.Johnson;
-&Richard.Johnson.mail;
-</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
-
-<copyright>
-<year>2007</year>
-<holder>&Richard.Johnson;</holder>
-</copyright>
-<legalnotice>&FDLNotice;</legalnotice>
-
-<date>2014-10-25</date>
-<releaseinfo>Plasma 5.2</releaseinfo>
-
-<abstract>
-<para>
-This documentation describes system configuration and administration center 
for your desktop.
-</para>
-</abstract>
-
-<keywordset>
-<keyword>KDE</keyword>
-<keyword>System</keyword>
-<keyword>Settings</keyword>
-<keyword>configuration</keyword>
-<keyword>administration</keyword>
-<keyword>config</keyword>
-<keyword>admin</keyword>
-</keywordset>
-
-</bookinfo>
-
-<chapter id="introduction">
-<title>Introduction</title>
-
-<para>
-The &systemsettings; provides the user with a centralized and convenient way 
to configure all of the settings for your desktop.
-</para>
-
-<para>
-&systemsettings; is made up of multiple modules. Each module is a separate 
application, however the &systemsettings; organizes all of these applications 
into a single location.
-</para>
-
-<tip>
-<para>
-Each &systemsettings; module can be executed individually
-</para>
-<para>
-See section entitled <link linkend="run-modules-individually">Running
-individual &systemsettings; modules</link> for more information.
-</para>
-</tip>
-
-<para>
-&systemsettings; groups all of the configuration modules into several 
categories:
-<itemizedlist>
-<listitem><para><link linkend="appearance">Appearance</link></para></listitem>
-<listitem><para><link linkend="workspace">Workspace</link></para></listitem>
-<listitem><para><link 
linkend="personalization">Personalization</link></para></listitem>
-<listitem><para><link linkend="network">Network</link></para></listitem>
-<listitem><para><link linkend="hardware">Hardware</link></para></listitem>
-</itemizedlist>
-</para>
-
-<para>
-The modules that make up &systemsettings; fall under one of the above 
categories, making it easier to locate the correct configuration module.
-</para>
-
-</chapter>
-
-<chapter id="using-kapp">
-<title>Using &systemsettings;</title>
-
-<para>
-This section details the use of &systemsettings; itself. For information on 
each individual module, please see <link linkend="modules">&systemsettings; 
Modules</link>.
-</para>
-
-<sect1 id="starting">
-<title>Starting &systemsettings;</title>
-
-<para>
-The &systemsettings; can be started in one of three ways:
-</para>
-
-<orderedlist>
-<listitem>
-<para>
-By selecting <menuchoice><guimenu>Settings</guimenu><guimenuitem>System 
Settings</guimenuitem></menuchoice> from the <guilabel>Application 
Menu</guilabel>.
-</para>
-</listitem>
-<listitem>
-<para>
-  By pressing <keycombo>&Alt;<keycap>F2</keycap></keycombo>. This will bring 
up the &krunner; dialog. Type <command>systemsettings</command>, and press 
&Enter;.
-</para>
-</listitem>
-<listitem>
-<para>
-Type <command>systemsettings5 &amp;</command> at any command prompt.
-</para>
-</listitem>
-</orderedlist>
-
-<para>
-All three of these methods are equivalent, and produce the same result.
-</para>
-</sect1>
-
-<sect1 id="screen">
-<title>The &systemsettings; Screen</title>
-
-<para>
-When you start &systemsettings;, you are presented with a window, which is 
divided into three functional parts.
-</para>
-
-<para>
-Across the top is a toolbar. The toolbar provides the user with the ability to 
go back into the main view from within a module using the 
<guibutton>Overview</guibutton>.
-You can also find a <guimenu>Help</guimenu> menu as well as a 
<guibutton>Configure</guibutton> button which provides you a dialog with 
alternate view settings.
-</para>
-<para>To search for something within all of the modules, start to type 
keywords into the search field at the right of the toolbar in the 
<guibutton>Overview</guibutton>. When you start typing, a list of matching 
topics will popup. Select one and only the groups with settings for this  
keyword are enabled, the other are greyed out.</para>
-<para>When the icon window has the focus, you can type the first letter of 
-any module or module group name to select it. Typing this letter again the 
-selection moves to the next match.
-</para>
-<para>
-Underneath the toolbar is an icon view of the individual modules or module 
groups that 
-make up &systemsettings; grouped by different categories. By default, 
-if your mouse stays a few seconds over an icon, a detailed tooltip 
-appears, explaining the purpose of the module or the modules in this group.
-</para>
-</sect1>
-
-<sect1 id="general">
-<title>&systemsettings; Categories and Modules</title>
-<para>A brief overview of all categories and their modules:</para>
-
-<variablelist>
-<varlistentry id="appearance" >
-<term>Appearance</term>
-<listitem>
-<para><itemizedlist>
-<listitem><para>
-Workspace Theme (Look and Feel, Desktop Theme, Cursor Theme, Splash Screen)
-</para></listitem>
-<listitem><para>
-Color
-</para></listitem>
-<listitem><para>
-Font (Fonts, Font Management)
-</para></listitem>
-<listitem><para>
-Icons (Icons, Emoticons)
-</para></listitem>
-<listitem><para>
-Application Style (Window Decorations, Widget Style, GNOME Application Style 
(GTK))
-</para></listitem>
-</itemizedlist></para>
-</listitem>
-</varlistentry>
-
-<varlistentry id="workspace" >
-<term>Workspace</term>
-<listitem>
-<para><itemizedlist>
-<listitem><para>
-Desktop Behavior (Workspace, Desktop Effects, Screen Edges, Virtual Desktops, 
Accessibility, Activities)
-</para></listitem>
-<listitem><para>
-Window Management (Window Behavior, Task Switcher, KWin Scripts, Window Rules)
-</para></listitem>
-<listitem><para>
-Shortcuts (Application Keyboard Shortcuts, Global Keyboard Shortcuts, Web 
Shortcuts, Custom Shortcuts)
-</para></listitem>
-<listitem><para>
-Startup and Shutdown (Autostart, Background Services, Desktop Session, Login 
Screen (SDDM))
-</para></listitem>
-<listitem><para>
-Search (Plasma Search, File Search)
-</para></listitem>
-</itemizedlist></para>
-</listitem>
-</varlistentry>
-
-<varlistentry id="personalization" >
-<term>Personalization</term>
-<listitem>
-<para><itemizedlist>
-<listitem><para>
-Account Details (Password &amp; User Account, KDE Wallet)
-</para></listitem>
-<listitem><para>
-Regional Settings (Translations, Format, Spell Check, Date &amp; Time)
-</para></listitem>
-<listitem><para>
-Notifications
-</para></listitem>
-<listitem><para>
-Applications (Default Applications, File Associations, Paths, Launch Feedback)
-</para></listitem>
-</itemizedlist></para>
-</listitem>
-</varlistentry>
-
-<varlistentry id="network" >
-<term>Network</term>
-<listitem>
-<para><itemizedlist>
-<listitem><para>
-Settings (Proxy, Connection Preferences, SSL Preferences)
-</para></listitem>
-</itemizedlist></para>
-</listitem>
-</varlistentry>
-
-<varlistentry id="hardware" >
-<term>Hardware</term>
-<listitem>
-<para><itemizedlist>
-<listitem><para>
-Human Input Devices (Keyboard, Mouse, Joystick)
-</para></listitem>
-<listitem><para>
-Display and Monitor (Compositor, Screen Locking)
-</para></listitem>
-<listitem><para>
-Multimedia (Audio and Video)
-</para></listitem>
-<listitem><para>
-Power Management (Energy Saving, Advanced Settings)
-</para></listitem>
-<listitem><para>
-Device Actions
-</para></listitem>
-</itemizedlist></para>
-</listitem>
-</varlistentry>
-
-</variablelist>
-
-<tip><para>Use the search field at the top right in 
<guibutton>Overview</guibutton> to find all matching modules for a given 
keyword.
-Start typing a keyword opens a list of keywords and only the matching modules 
are enabled.</para></tip>
-</sect1>
-<sect1 id="exiting">
-<title>Exiting the &systemsettings;</title>
-
-<para>
-&systemsettings; can be exited in one of two ways:
-</para>
-
-<orderedlist>
-<listitem>
-<para>
-Press <keycombo>&Ctrl;<keycap>Q</keycap></keycombo> on the keyboard.
-</para>
-</listitem>
-<listitem>
-<para>
-Click on the <guibutton>Close</guibutton> button located in the toolbar.
-</para>
-</listitem>
-</orderedlist>
-</sect1>
-
-<sect1 id="configuring">
-<title>Configuring &systemsettings;</title>
-
-<para>
-The <guiicon>Configure</guiicon> icon in the toolbar allows you to change some 
&systemsettings; parameters.
-You can change from <guilabel>Icon View</guilabel> (default view) to 
<guilabel>Classic Tree View</guilabel>.
-</para>
-
-<para>
-You can also turn off the detailed tooltips by unchecking <guilabel>Show 
detailed tooltips</guilabel>. 
-You will then get only normal tooltips and not the content of a module group.
-</para>
-</sect1>
-
-<sect1 id="run-modules-individually">
-<title>Running Individual &systemsettings; Modules</title>
-
-<para>
-Individual modules can be run without running &systemsettings; using the 
command <command>kcmshell5</command> from the command line. Type 
<command>kcmshell5 --list</command> to see a list of the available 
&systemsettings; modules.
-</para>
-</sect1>
-</chapter>
-
-<chapter id="modules">
-<title>The &systemsettings; Modules</title>
-
-<para>
-In order to make it as easy as possible, the &systemsettings; has organized 
options into five categories. Under each category, there are icons grouped 
together under subcategories. Each icon is called a module. When you double 
click on a module icon, you will be presented with the options of the module in 
the main window.
-</para>
-
-<para>
-Each module will have some or all of the following buttons:
-</para>
-
-<variablelist>
-<varlistentry>
-<term>Help</term>
-<listitem>
-<para>
-This button will provide help specific to the current module. Clicking the 
button will open &khelpcenter; in a new window providing detailed information 
on the module.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term>Restore Defaults</term>
-<listitem>
-<para>
-Clicking this button will restore this module to its default values. You must 
click <guibutton>Apply</guibutton> to save the options.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term>Reset</term>
-<listitem>
-<para>
-This button will <quote>Reset</quote> the module to the previous settings.
-</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term>Apply</term>
-<listitem>
-<para>
-Clicking this button will save all changes. If you have changed anything, 
clicking <guibutton>Apply</guibutton> will cause the changes to take effect.
-</para>
-</listitem>
-</varlistentry>
-</variablelist>
-
-<note>
-<para>
-You must either <quote>Reset</quote> or <quote>Apply</quote> the changes 
before changing to another module.
-</para>
-<para>
-If you try to change without saving or resetting your options, you will be 
asked if you want to save your changes, or discard them.
-</para>
-</note>
-
-</chapter>
-
-<chapter id="credits">
-
-<title>Credits and License</title>
-
-<para>
-&systemsettings;
-</para>
-<para>
-Program copyright 2007 Benjamin C. Meyer.
-</para>
-<para>
-Program copyright 2009 Ben Cooksley.
-</para>
-<para>
-Contributors:
-<itemizedlist>
-<listitem>
-<para>
-Will Stephenson <email>[email protected]</email>
-</para>
-</listitem>
-<listitem>
-<para>Michael D. Stemle, Jr. <email>[email protected]</email>
-</para>
-</listitem>
-<listitem>
-<para>
-Matthias Kretz <email>[email protected]</email>
-</para>
-</listitem>
-<listitem>
-<para>
-&Daniel.Molkentin; &Daniel.Molkentin.mail;
-</para>
-</listitem>
-<listitem>
-<para>
-&Matthias.Elter; &Matthias.Elter.mail;
-</para>
-</listitem>
-<listitem>
-<para>
-Frans Englich <email>[email protected]</email>
-</para>
-</listitem>
-<listitem>
-<para>
-Michael Jansen <email>[email protected]</email>
-</para>
-</listitem>
-</itemizedlist>
-</para>
-
-<para>
-Documentation Copyright &copy; 2008 &Richard.Johnson; &Richard.Johnson.mail;
-</para>
-
-<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
-
-&underFDL;
-&underGPL;
-</chapter>
-
-&documentation.index;
-</book>
-
-<!--
-Local Variables:
-mode: xml
-sgml-minimize-attributes:nil
-sgml-general-insert-case:lower
-sgml-indent-step:0
-sgml-indent-data:nil
-End:
-
-vim:tabstop=2:shiftwidth=2:expandtab
-kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
--->

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to