summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-01-02 22:44:52 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-01-02 22:44:52 +0000
commite986b6212ad051c379836af41f20d4dd7880d980 (patch)
tree9f579ecef569c2644faa3704fdd75332b36abcde
parent4607feb48fb21f96097f8eedfe5258f245017c7f (diff)
downloadrockbox-e986b6212ad051c379836af41f20d4dd7880d980.tar.gz
rockbox-e986b6212ad051c379836af41f20d4dd7880d980.zip
merge r19537 from the 3.1 branch (use correct version numbers)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19647 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/getting_started/installation.tex8
-rw-r--r--manual/platform/c200.tex2
-rw-r--r--manual/platform/e200.tex2
-rw-r--r--manual/platform/gigabeatf.tex2
-rw-r--r--manual/platform/h10.tex2
-rw-r--r--manual/platform/h100.tex2
-rw-r--r--manual/platform/h10_5gb.tex2
-rw-r--r--manual/platform/h300.tex2
-rw-r--r--manual/platform/ipod1g2g.tex2
-rw-r--r--manual/platform/ipod3g.tex2
-rw-r--r--manual/platform/ipod4g.tex2
-rw-r--r--manual/platform/ipodcolor.tex2
-rw-r--r--manual/platform/ipodmini.tex2
-rw-r--r--manual/platform/ipodnano.tex2
-rw-r--r--manual/platform/ipodvideo.tex2
-rw-r--r--manual/platform/m5.tex2
-rw-r--r--manual/platform/mrobe100.tex2
-rw-r--r--manual/platform/ondiofm.tex2
-rw-r--r--manual/platform/ondiosp.tex2
-rw-r--r--manual/platform/player.tex2
-rw-r--r--manual/platform/recorder.tex2
-rw-r--r--manual/platform/recorderv2fm.tex2
-rw-r--r--manual/platform/x5.tex2
23 files changed, 28 insertions, 24 deletions
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 9d922c3779..1c6e333c48 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -221,8 +221,12 @@ you want to install and get the appropriate version for your \dap{}.
221 221
222\item[Release.] 222\item[Release.]
223 \opt{release30}{The release version is the latest stable release, free 223 \opt{release30}{The release version is the latest stable release, free
224 of known critical bugs. The current stable release of Rockbox is 224 of known critical bugs. The current stable release of Rockbox, version
225 available at \url{http://www.rockbox.org/download/}. 225 3.0, is available at \url{http://www.rockbox.org/download/}.
226 }
227 \opt{release31}{The release version is the latest stable release, free
228 of known critical bugs. The current stable release of Rockbox, version
229 3.1, is available at \url{http://www.rockbox.org/download/}.
226 } 230 }
227 \opt{unreleased}{ 231 \opt{unreleased}{
228 There has not yet been a stable release for the \playername{}. Until 232 There has not yet been a stable release for the \playername{}. Until
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex
index 7cfe1dc20a..4d3fabe75c 100644
--- a/manual/platform/c200.tex
+++ b/manual/platform/c200.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 6\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
8\edef\UseOption{\UseOption,sansa} 8\edef\UseOption{\UseOption,sansa}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Sansa} 11\newcommand{\playerman}{Sansa}
12\newcommand{\playertype}{c200} 12\newcommand{\playertype}{c200}
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex
index ac230c4b51..15997650f0 100644
--- a/manual/platform/e200.tex
+++ b/manual/platform/e200.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 6\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
8\edef\UseOption{\UseOption,sansa} 8\edef\UseOption{\UseOption,sansa}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Sansa} 11\newcommand{\playerman}{Sansa}
12\newcommand{\playertype}{e200} 12\newcommand{\playertype}{e200}
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex
index d75b33d80a..e8d4bd3559 100644
--- a/manual/platform/gigabeatf.tex
+++ b/manual/platform/gigabeatf.tex
@@ -7,7 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 8\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
9\edef\UseOption{\UseOption,gigabeat} 9\edef\UseOption{\UseOption,gigabeat}
10\edef\UseOption{\UseOption,release30} 10\edef\UseOption{\UseOption,release31}
11 11
12\newcommand{\playerman}{Toshiba} 12\newcommand{\playerman}{Toshiba}
13\newcommand{\playertype}{Gigabeat F Series} 13\newcommand{\playertype}{Gigabeat F Series}
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex
index bd7faf6a97..96e37df2c1 100644
--- a/manual/platform/h10.tex
+++ b/manual/platform/h10.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,iriver} 8\edef\UseOption{\UseOption,iriver}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Iriver} 11\newcommand{\playerman}{Iriver}
12\newcommand{\playertype}{H10} 12\newcommand{\playertype}{H10}
diff --git a/manual/platform/h100.tex b/manual/platform/h100.tex
index 61166e64ab..c4de62fbcc 100644
--- a/manual/platform/h100.tex
+++ b/manual/platform/h100.tex
@@ -7,7 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 7\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
8\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 8\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
9\edef\UseOption{\UseOption,iriver} 9\edef\UseOption{\UseOption,iriver}
10\edef\UseOption{\UseOption,release30} 10\edef\UseOption{\UseOption,release31}
11 11
12\newcommand{\playerman}{Iriver} 12\newcommand{\playerman}{Iriver}
13\newcommand{\playertype}{H100} 13\newcommand{\playertype}{H100}
diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex
index aa823c5616..12bf8d7daf 100644
--- a/manual/platform/h10_5gb.tex
+++ b/manual/platform/h10_5gb.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,iriver} 8\edef\UseOption{\UseOption,iriver}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Iriver} 11\newcommand{\playerman}{Iriver}
12\newcommand{\playertype}{H10} 12\newcommand{\playertype}{H10}
diff --git a/manual/platform/h300.tex b/manual/platform/h300.tex
index 812a4391ff..07cc0948ad 100644
--- a/manual/platform/h300.tex
+++ b/manual/platform/h300.tex
@@ -7,7 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 8\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
9\edef\UseOption{\UseOption,iriver} 9\edef\UseOption{\UseOption,iriver}
10\edef\UseOption{\UseOption,release30} 10\edef\UseOption{\UseOption,release31}
11 11
12\newcommand{\playerman}{Iriver} 12\newcommand{\playerman}{Iriver}
13\newcommand{\playertype}{H3xx} 13\newcommand{\playertype}{H3xx}
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
index 6a52c5fc05..fd7124b445 100644
--- a/manual/platform/ipod1g2g.tex
+++ b/manual/platform/ipod1g2g.tex
@@ -5,7 +5,7 @@
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,ipod} 7\edef\UseOption{\UseOption,ipod}
8\edef\UseOption{\UseOption,release30} 8\edef\UseOption{\UseOption,release31}
9 9
10\newcommand{\playerman}{Ipod} 10\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{1G / 2G} 11\newcommand{\playertype}{1G / 2G}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index f79139e661..d17ba133a3 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -5,7 +5,7 @@
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,ipod} 7\edef\UseOption{\UseOption,ipod}
8\edef\UseOption{\UseOption,release30} 8\edef\UseOption{\UseOption,release31}
9 9
10\newcommand{\playerman}{Ipod} 10\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{3G} 11\newcommand{\playertype}{3G}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 47b8a8de66..6d8822fad7 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -5,7 +5,7 @@
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,ipod} 7\edef\UseOption{\UseOption,ipod}
8\edef\UseOption{\UseOption,release30} 8\edef\UseOption{\UseOption,release31}
9 9
10\newcommand{\playerman}{Ipod} 10\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{4G} 11\newcommand{\playertype}{4G}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index aee1ac9e70..88a9c1aa0f 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -5,7 +5,7 @@
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,ipod} 7\edef\UseOption{\UseOption,ipod}
8\edef\UseOption{\UseOption,release30} 8\edef\UseOption{\UseOption,release31}
9 9
10\newcommand{\playerman}{Ipod} 10\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{Color} 11\newcommand{\playertype}{Color}
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex
index 9a480d2237..7ab82370b6 100644
--- a/manual/platform/ipodmini.tex
+++ b/manual/platform/ipodmini.tex
@@ -5,7 +5,7 @@
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,ipod} 7\edef\UseOption{\UseOption,ipod}
8\edef\UseOption{\UseOption,release30} 8\edef\UseOption{\UseOption,release31}
9 9
10\newcommand{\playerman}{Ipod} 10\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{Mini} 11\newcommand{\playertype}{Mini}
diff --git a/manual/platform/ipodnano.tex b/manual/platform/ipodnano.tex
index d4ee44e81a..92b2466e3f 100644
--- a/manual/platform/ipodnano.tex
+++ b/manual/platform/ipodnano.tex
@@ -4,7 +4,7 @@
4\edef\UseOption{\UseOption,IPOD_4G_PAD} 4\edef\UseOption{\UseOption,IPOD_4G_PAD}
5\edef\UseOption{\UseOption,HAVE_BACKLIGHT} 5\edef\UseOption{\UseOption,HAVE_BACKLIGHT}
6\edef\UseOption{\UseOption,ipod} 6\edef\UseOption{\UseOption,ipod}
7\edef\UseOption{\UseOption,release30} 7\edef\UseOption{\UseOption,release31}
8 8
9\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{Nano} 10\newcommand{\playertype}{Nano}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 4e26374261..8902053b19 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,ipod} 8\edef\UseOption{\UseOption,ipod}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Ipod} 11\newcommand{\playerman}{Ipod}
12\newcommand{\playertype}{Video} 12\newcommand{\playertype}{Video}
diff --git a/manual/platform/m5.tex b/manual/platform/m5.tex
index 83ca27c958..c3ae79aba0 100644
--- a/manual/platform/m5.tex
+++ b/manual/platform/m5.tex
@@ -7,7 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 7\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
8\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 8\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
9\edef\UseOption{\UseOption,iaudio} 9\edef\UseOption{\UseOption,iaudio}
10\edef\UseOption{\UseOption,release30} 10\edef\UseOption{\UseOption,release31}
11 11
12\newcommand{\playerman}{Iaudio} 12\newcommand{\playerman}{Iaudio}
13\newcommand{\playertype}{M5} 13\newcommand{\playertype}{M5}
diff --git a/manual/platform/mrobe100.tex b/manual/platform/mrobe100.tex
index 17e00f46b1..0b0a7e3899 100644
--- a/manual/platform/mrobe100.tex
+++ b/manual/platform/mrobe100.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 7\edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
8\edef\UseOption{\UseOption,olympus} 8\edef\UseOption{\UseOption,olympus}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Olympus} 11\newcommand{\playerman}{Olympus}
12\newcommand{\playertype}{m:robe 100} 12\newcommand{\playertype}{m:robe 100}
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
index 57dfda7419..6532e2e5c0 100644
--- a/manual/platform/ondiofm.tex
+++ b/manual/platform/ondiofm.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,MASCODEC} 6\edef\UseOption{\UseOption,MASCODEC}
7\edef\UseOption{\UseOption,ONDIO_PAD} 7\edef\UseOption{\UseOption,ONDIO_PAD}
8\edef\UseOption{\UseOption,archos} 8\edef\UseOption{\UseOption,archos}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Archos} 11\newcommand{\playerman}{Archos}
12\newcommand{\playertype}{Ondio} 12\newcommand{\playertype}{Ondio}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
index 9621f644c5..afe52077b9 100644
--- a/manual/platform/ondiosp.tex
+++ b/manual/platform/ondiosp.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,ONDIO_PAD} 6\edef\UseOption{\UseOption,ONDIO_PAD}
7\edef\UseOption{\UseOption,archos} 7\edef\UseOption{\UseOption,archos}
8\edef\UseOption{\UseOption,rombox} 8\edef\UseOption{\UseOption,rombox}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Archos} 11\newcommand{\playerman}{Archos}
12\newcommand{\playertype}{Ondio} 12\newcommand{\playertype}{Ondio}
diff --git a/manual/platform/player.tex b/manual/platform/player.tex
index c2adac231f..d8e89adbf8 100644
--- a/manual/platform/player.tex
+++ b/manual/platform/player.tex
@@ -7,7 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,archos} 8\edef\UseOption{\UseOption,archos}
9\edef\UseOption{\UseOption,rombox} 9\edef\UseOption{\UseOption,rombox}
10\edef\UseOption{\UseOption,release30} 10\edef\UseOption{\UseOption,release31}
11 11
12\newcommand{\playerman}{Archos} 12\newcommand{\playerman}{Archos}
13\newcommand{\playertype}{Studio/Player} 13\newcommand{\playertype}{Studio/Player}
diff --git a/manual/platform/recorder.tex b/manual/platform/recorder.tex
index cde7ffa0a7..4f0296ea76 100644
--- a/manual/platform/recorder.tex
+++ b/manual/platform/recorder.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,archos} 8\edef\UseOption{\UseOption,archos}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Archos} 11\newcommand{\playerman}{Archos}
12\newcommand{\playertype}{Recorder} 12\newcommand{\playertype}{Recorder}
diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex
index 429440858d..48cbf2e48e 100644
--- a/manual/platform/recorderv2fm.tex
+++ b/manual/platform/recorderv2fm.tex
@@ -6,7 +6,7 @@
6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 6\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 7\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
8\edef\UseOption{\UseOption,archos} 8\edef\UseOption{\UseOption,archos}
9\edef\UseOption{\UseOption,release30} 9\edef\UseOption{\UseOption,release31}
10 10
11\newcommand{\playerman}{Archos} 11\newcommand{\playerman}{Archos}
12\newcommand{\playertype}{Recorder V2/FM} 12\newcommand{\playertype}{Recorder V2/FM}
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex
index 3723e1bfcc..220583aa89 100644
--- a/manual/platform/x5.tex
+++ b/manual/platform/x5.tex
@@ -7,7 +7,7 @@
7\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 7\edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
8\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 8\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
9\edef\UseOption{\UseOption,iaudio} 9\edef\UseOption{\UseOption,iaudio}
10\edef\UseOption{\UseOption,release30} 10\edef\UseOption{\UseOption,release31}
11 11
12\newcommand{\playerman}{Iaudio} 12\newcommand{\playerman}{Iaudio}
13\newcommand{\playertype}{X5} 13\newcommand{\playertype}{X5}