~ubuntu-branches/ubuntu/vivid/tvtime/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/tvtime-1.0.2-usage.patch

* debian/patches/tvtime-1.0.2-usage.patch: Fix documentation for MENU_ENTER
  and MENU_BACK, remove all historic "added in tvtime 0.9.x" notes from
  usage.html (LP: #372822)
* debian/patches/tvtime-1.0.2-xvoutput.patch: Fix typo in url in an error
  message. (LP: #947845) 
* debian/patches/tvtime-1.0.2-command.patch: Fix crash on 
  "tvtime-command set_input_width 720" (LP: #947850)
* debian/patches/tvtime-1.0.2-build.patch: Fix two warnings when autoreconf
  is called
* debian/patches/tvtime-1.0.2-libtool.patch: Fix a few issues requested by
  libtool stuff
* debian/patches/tvtime-1.0.2-cursor.patch: Fix nocursor using uninitialized
  pixmap data
* debian/patches/tvtime-1.0.2-metacity.patch: Remove check for metacity, the
  result isn't used anyway and the problem probably doesn't exist anymore
  either
* debian/patches/tvtime-1.0.2-x_size_hint.patch: Remember our XSizeHints
  structure so we don't destroy all our hints next time we try to update it
* debian/patches/tvtime-1.0.2-menu.patch: Change default right mouse button
  bind to leave menu when in menu  
* debian/patches/tvtime-1.0.2-focus_mouse.patch: Don't force focus follows
  mouse mode for our window, that's up to the window manager to decide
* debian/patches/tvtime-1.0.2-icon.patch: Fix setting the _NET_WM_ICON hint
  on 64-bit systems. When Xlib says '32' it actually means 'unsigned long'.
  Even if that is actually 64 bits
* debian/patches/tvtime-1.0.2-tvtimeosd.patch: Fix a warning about printf
  format not being a string literal
* debian/patches/tvtime-1.0.2-cpuid.patch: Update for cpuaccel.c from
  http://stapelspeicher.org/tvtime/patches/ (originally from libmpeg2)
* debian/patches/tvtime-1.0.2-libpng-1.5.patch: Include zlib.h explicitly as
  it isn't done for us in libpng-1.5
* debian/patches/tvtime-1.0.2-xmltv.patch: Implementing more xmltv features,
  show TV Guide program from XMLTV listings with "tvtime-command SHOW_EPG", 
  see documentation
* debian/patches/tvtime-1.0.2-vbidata.patch: Remove a debugging printf that
  snuck out
* debian/patches/tvtime-1.0.2-verbose.patch: Print a helpful error message if
  tvtime was miscompiled without X support
* debian/patches/tvtime-1.0.2-vbiscreen.patch: Import patch from tvtime
  sourceforge tracker related to CC multiline clearing   
* debian/patches/tvtime-1.0.2-closed_caption.patch: Import patch from tvtime
  sourceforge tracker related to CC double-byte chars
* debian/patches/tvtime-1.0.2-key_event.patch: Fix command
 "tvtime-command KEY_EVENT ENTER" in menu (LP: #951473)
* debian/control: update to starndards-version 3.9.3, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Description: Fix documentation for MENU_ENTER and MENU_BACK, remove all historic "added in tvtime 0.9.x" notes from usage.html
 
2
## Origin: upstream, http://tvtime.cvs.sourceforge.net/viewvc/tvtime/tvtime/docs/html/usage.html?r1=1.19&r2=1.20&view=patch
 
3
## Bug-Ubuntu: http://launchpad.net/bugs/372822
 
4
## Bug-Debian: 
 
5
## Author: Mikael Magnusson
 
6
## Forwarded: not-needed
 
7
Index: tvtime-1.0.2/docs/html/usage.html
 
8
===================================================================
 
9
--- tvtime-1.0.2.orig/docs/html/usage.html      2012-03-06 10:04:19.452349000 +0000
 
10
+++ tvtime-1.0.2/docs/html/usage.html   2012-03-06 10:19:18.321412987 +0000
 
11
@@ -369,12 +369,10 @@
 
12
 
 
13
 <h3>Non-English characters in channel names</h3>
 
14
 
 
15
-<p>Since 0.9.8.2 it is possible to use non-English characters in channel
 
16
-names. To do this, you first need to specify a character set for the XML
 
17
-document. This is done by changing <tt>&lt;?xml version="1.0"?&gt;</tt>
 
18
-to for example <tt>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;</tt>,
 
19
-depending on what encoding you want. If no encoding is specified, UTF-8
 
20
-is assumed.</p>
 
21
+<p>To use non-English characters in channel names, first need to specify a character set
 
22
+for the XML document. This is done by changing <tt>&lt;?xml version="1.0"?&gt;</tt>
 
23
+to for example <tt>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;</tt>, depending
 
24
+on what encoding you want. If no encoding is specified, UTF-8 is assumed.</p>
 
25
 
 
26
 <p><b>Note 1:</b> If you want to display an <tt>&amp;</tt> sign, you have
 
27
 to type <tt>&amp;amp;</tt> since the file is XML.</p>
 
28
@@ -422,7 +420,6 @@
 
29
 Automatically resize the window to match the content inside it.  This
 
30
 is for when you resize tvtime into, say, a long rectangle, and want it
 
31
 to jump back to being a perfect 4:3 box around the content.
 
32
-</p><p>The <b>AUTO_ADJUST_WINDOW</b> command was added in tvtime 0.9.8.3.
 
33
 </p></table><p></p>
 
34
 
 
35
 <table width="90%" class="doclist">
 
36
@@ -455,14 +452,12 @@
 
37
 <tr><th class="docboxleft">CHANNEL_DEC / CHANNEL_DOWN
 
38
 <tr><td class="docentry"><p>
 
39
 Move one channel down in the channel list.
 
40
-</p><p>The <b>CHANNEL_DEC</b> command was added in tvtime 0.9.8.1.
 
41
 </p></table><p></p>
 
42
 
 
43
 <table width="90%" class="doclist">
 
44
 <tr><th class="docboxleft">CHANNEL_INC / CHANNEL_UP
 
45
 <tr><td class="docentry"><p>
 
46
 Move one channel up in the channel list.
 
47
-</p><p>The <b>CHANNEL_INC</b> command was added in tvtime 0.9.8.1.
 
48
 </p></table><p></p>
 
49
 
 
50
 <table width="90%" class="doclist">
 
51
@@ -470,7 +465,6 @@
 
52
 <tr><td class="docentry"><p>
 
53
 Changes to the last channel you were at.  Useful for jumping back and
 
54
 forth between two programs on distant channels.
 
55
-</p><p>The <b>CHANNEL_JUMP</b> command was added in tvtime 0.9.11.
 
56
 </p></table><p></p>
 
57
 
 
58
 <table width="90%" class="doclist">
 
59
@@ -544,7 +538,6 @@
 
60
 This will display a message along the bottom of the OSD.  Useful for
 
61
 cron jobs or other scripts to send notifications to a user running
 
62
 tvtime.
 
63
-</p><p>The <b>DISPLAY_MESSAGE</b> command was added in tvtime 0.9.9.
 
64
 </p></table><p></p>
 
65
 
 
66
 <table width="90%" class="doclist">
 
67
@@ -553,7 +546,6 @@
 
68
 This command provides the dual functionality of channel down or menu arrow
 
69
 down, depending on whether the menu is currently active.  This command is
 
70
 to be used together with the <b>LEFT</b>, <b>RIGHT</b> and <b>UP</b> commands.
 
71
-</p><p>The <b>DOWN</b> command was added in tvtime 0.9.11.
 
72
 </p></table><p></p>
 
73
 
 
74
 <table width="90%" class="doclist">
 
75
@@ -596,7 +588,6 @@
 
76
 Sends a fake keystroke event to tvtime.  This is useful for
 
77
 doing complex operations via a remote control, as you can
 
78
 indirect events to tvtime's internal key binding system.
 
79
-</p><p>The <b>KEY_EVENT</b> command was added in tvtime 0.9.9.
 
80
 </p></table><p></p>
 
81
 
 
82
 <table width="90%" class="doclist">
 
83
@@ -606,14 +597,12 @@
 
84
 menu back command, depending on whether the menu is currently active.
 
85
 This command is to be used together with the <B>RIGHT</b>, <b>UP</b>
 
86
 and <b>DOWN</b> commands.
 
87
-</p><p>The <b>LEFT</b> command was added in tvtime 0.9.11.
 
88
 </p></table><p></p>
 
89
 
 
90
 <table width="90%" class="doclist">
 
91
 <tr><th class="docboxleft">MENU_DOWN
 
92
 <tr><td class="docentry"><p>
 
93
 In menu mode, this command moves the cursor down one entry in the menu.
 
94
-</p><p>The <b>MENU_DOWN</b> command was added in tvtime 0.9.9.
 
95
 </p></table><p></p>
 
96
 
 
97
 <table width="90%" class="doclist">
 
98
@@ -621,36 +610,31 @@
 
99
 <tr><td class="docentry"><p>
 
100
 In menu mode, this command selects the current entry or moves forward
 
101
 one level in the menu.
 
102
-</p><p>The <b>MENU_ENTER</b> command was added in tvtime 0.9.9.
 
103
 </p></table><p></p>
 
104
 
 
105
 <table width="90%" class="doclist">
 
106
 <tr><th class="docboxleft">MENU_EXIT
 
107
 <tr><td class="docentry"><p>
 
108
 In menu mode, this command shuts off the menu.
 
109
-</p><p>The <b>MENU_EXIT</b> command was added in tvtime 0.9.9.
 
110
 </p></table><p></p>
 
111
 
 
112
 <table width="90%" class="doclist">
 
113
-<tr><th class="docboxleft">MENU_LEFT
 
114
+<tr><th class="docboxleft">MENU_BACK
 
115
 <tr><td class="docentry"><p>
 
116
 In menu mode, this command moves back one level in the menu.
 
117
-</p><p>The <b>MENU_LEFT</b> command was added in tvtime 0.9.9.
 
118
 </p></table><p></p>
 
119
 
 
120
 <table width="90%" class="doclist">
 
121
-<tr><th class="docboxleft">MENU_RIGHT
 
122
+<tr><th class="docboxleft">MENU_ENTER
 
123
 <tr><td class="docentry"><p>
 
124
 In menu mode, this command selects the current entry or moves forward
 
125
 one level in the menu.
 
126
-</p><p>The <b>MENU_RIGHT</b> command was added in tvtime 0.9.9.
 
127
 </p></table><p></p>
 
128
 
 
129
 <table width="90%" class="doclist">
 
130
 <tr><th class="docboxleft">MENU_UP
 
131
 <tr><td class="docentry"><p>
 
132
 In menu mode, this command moves the cursor up one entry in the menu.
 
133
-</p><p>The <b>MENU_UP</b> command was added in tvtime 0.9.9.
 
134
 </p></table><p></p>
 
135
 
 
136
 <table width="90%" class="doclist">
 
137
@@ -666,7 +650,6 @@
 
138
 <tr><td class="docentry"><p>
 
139
 Toggles the mute status with the mixer, and not with the capture card
 
140
 like <b>TOGGLE_MUTE</b> does.
 
141
-</p><p>The <b>MIXER_TOGGLE_MUTE</b> command was added in tvtime 0.9.8.3.
 
142
 </p></table><p></p>
 
143
 
 
144
 <table width="90%" class="doclist">
 
145
@@ -682,7 +665,6 @@
 
146
 <tr><td class="docentry"><p>
 
147
 The command to do nothing.  Useful for when you want to blank out one of
 
148
 the default key bindings in tvtime.
 
149
-</p><p>The <b>NOOP</b> command was added in tvtime 0.9.11.
 
150
 </p></table><p></p>
 
151
 
 
152
 <table width="90%" class="doclist">
 
153
@@ -708,21 +690,18 @@
 
154
 and
 
155
 <b>PICTURE_DOWN</b>
 
156
 commands.
 
157
-</p><p>The <b>PICTURE</b> command was added in tvtime 0.9.9.
 
158
 </p></table><p></p>
 
159
 
 
160
 <table width="90%" class="doclist">
 
161
 <tr><th class="docboxleft">PICTURE_UP
 
162
 <tr><td class="docentry"><p>
 
163
 Increases the current picture setting value (brightness/contrast/colour/hue).
 
164
-</p><p>The <b>PICTURE_UP</b> command was added in tvtime 0.9.9.
 
165
 </p></table><p></p>
 
166
 
 
167
 <table width="90%" class="doclist">
 
168
 <tr><th class="docboxleft">PICTURE_DOWN
 
169
 <tr><td class="docentry"><p>
 
170
 Decreases the current picture setting value (brightness/contrast/colour/hue).
 
171
-</p><p>The <b>PICTURE_DOWN</b> command was added in tvtime 0.9.9.
 
172
 </p></table><p></p>
 
173
 
 
174
 <table width="90%" class="doclist">
 
175
@@ -730,7 +709,6 @@
 
176
 <tr><td class="docentry"><p>
 
177
 Asks tvtime to restart itself.  This is used in the menu when we have changed
 
178
 a value that we can't yet change at runtime.
 
179
-</p><p>The <b>RESTART</b> command was added in tvtime 0.9.9.
 
180
 </p></table><p></p>
 
181
 
 
182
 <table width="90%" class="doclist">
 
183
@@ -740,7 +718,6 @@
 
184
 menu enter command, depending on whether the menu is currently active.
 
185
 This command is to be used together with the <b>LEFT</b>, <b>UP</b>
 
186
 and <b>DOWN</b> commands.
 
187
-</p><p>The <b>RIGHT</b> command was added in tvtime 0.9.11.
 
188
 </p></table><p></p>
 
189
 
 
190
 <table width="90%" class="doclist">
 
191
@@ -749,14 +726,12 @@
 
192
 Instructs tvtime to spawn a command.  This can be used to start a program using
 
193
 a key in tvtime or lirc, such as to spawn mythepg or alevt.  Using
 
194
 tvtime-command run_command "xterm" will have tvtime call system( "xterm &amp;" ).
 
195
-</p><p>The <b>RUN_COMMAND</b> command was added in tvtime 0.9.10.
 
196
 </p></table><p></p>
 
197
 
 
198
 <table width="90%" class="doclist">
 
199
 <tr><th class="docboxleft">SAVE_PICTURE_GLOBAL
 
200
 <tr><td class="docentry"><p>
 
201
 Saves the current picture settings as the global defaults.
 
202
-</p><p>The <b>SAVE_PICTURE_GLOBAL</b> command was added in tvtime 0.9.9.
 
203
 </p></table><p></p>
 
204
 
 
205
 <table width="90%" class="doclist">
 
206
@@ -764,7 +739,6 @@
 
207
 <tr><td class="docentry"><p>
 
208
 Saves the current picture settings as the defaults for the current channel
 
209
 on the tuner.
 
210
-</p><p>The <b>SAVE_PICTURE_CHANNEL</b> command was added in tvtime 0.9.9.
 
211
 </p></table><p></p>
 
212
 
 
213
 <table width="90%" class="doclist">
 
214
@@ -784,7 +758,6 @@
 
215
 <tr><td class="docentry"><p>
 
216
 This command takes a parameter and sets the current audio mode.  Valid
 
217
 options are "mono", "stereo", "sap", "lang1" or "lang2".
 
218
-</p><p>The <b>SET_AUDIO_MODE</b> command was added in tvtime 0.9.9.
 
219
 </p></table><p></p>
 
220
 
 
221
 <table width="90%" class="doclist">
 
222
@@ -792,7 +765,6 @@
 
223
 <tr><td class="docentry"><p>
 
224
 This command takes a parameter and sets the current deinterlacer.  Valid
 
225
 options are the short name of any of the deinterlacers available in tvtime.
 
226
-</p><p>The <b>SET_DEINTERLACER</b> command was added in tvtime 0.9.9.
 
227
 </p></table><p></p>
 
228
 
 
229
 <table width="90%" class="doclist">
 
230
@@ -800,14 +772,12 @@
 
231
 <tr><td class="docentry"><p>
 
232
 This command takes a parameter and sets the current framerate.  Valid
 
233
 options are "full", "top" and "bottom".
 
234
-</p><p>The <b>SET_FRAMERATE</b> command was added in tvtime 0.9.9.
 
235
 </p></table><p></p>
 
236
 
 
237
 <table width="90%" class="doclist">
 
238
 <tr><th class="docboxleft">SET_FREQUENCY_TABLE
 
239
 <tr><td class="docentry"><p>
 
240
 This command takes a parameter and sets the current frequency table.
 
241
-</p><p>The <b>SET_FREQUENCY_TABLE</b> command was added in tvtime 0.9.9.
 
242
 </p></table><p></p>
 
243
 
 
244
 <table width="90%" class="doclist">
 
245
@@ -815,7 +785,6 @@
 
246
 <tr><td class="docentry"><p>
 
247
 This command sets where widescreen output will be aligned when in fullscreen
 
248
 mode, either top for the top of the screen, center, or bottom.
 
249
-</p><p>The <b>SET_FULLSCREEN_POSITION</b> command was added in tvtime 0.9.11.
 
250
 </p></table><p></p>
 
251
 
 
252
 <table width="90%" class="doclist">
 
253
@@ -824,7 +793,6 @@
 
254
 This command takes a parameter and sets the the capture card input (0-n).
 
255
 Among the Inputs are: the tuner, composite, or S-Video connectors on the
 
256
 capture card.
 
257
-</p><p>The <b>SET_INPUT</b> command was added in tvtime 0.9.14.
 
258
 </p></table><p></p>
 
259
 
 
260
 <table width="90%" class="doclist">
 
261
@@ -832,7 +800,6 @@
 
262
 <tr><td class="docentry"><p>
 
263
 This command takes a parameter and sets the current input width in pixels.
 
264
 It will be used in tvtime after a restart.
 
265
-</p><p>The <b>SET_INPUT_WIDTH</b> command was added in tvtime 0.9.11.
 
266
 </p></table><p></p>
 
267
 
 
268
 <table width="90%" class="doclist">
 
269
@@ -843,7 +810,6 @@
 
270
 a long, thin window, or for watching it at the top of the screen using
 
271
 the fullscreen position option.  Valid options here are 16:9, 1.85:1,
 
272
 2.35:1 or 4:3.
 
273
-</p><p>The <b>SET_MATTE</b> command was added in tvtime 0.9.10.
 
274
 </p></table><p></p>
 
275
 
 
276
 <table width="90%" class="doclist">
 
277
@@ -851,7 +817,6 @@
 
278
 <tr><td class="docentry"><p>
 
279
 This command takes a parameter and sets the current television standard.
 
280
 It will be used in tvtime after a restart.
 
281
-</p><p>The <b>SET_NORM</b> command was added in tvtime 0.9.9.
 
282
 </p></table><p></p>
 
283
 
 
284
 <table width="90%" class="doclist">
 
285
@@ -859,7 +824,6 @@
 
286
 <tr><td class="docentry"><p>
 
287
 This command takes a station name or number as a parameter and changes
 
288
 the channel to the station given.
 
289
-</p><p>The <b>SET_STATION</b> command was added in tvtime 0.9.13.
 
290
 </p></table><p></p>
 
291
 
 
292
 <table width="90%" class="doclist">
 
293
@@ -868,7 +832,6 @@
 
294
 Set the preferred language code for XMLTV data. The argument can be
 
295
 either the two-letter language code according to ISO 639 or a number
 
296
 to select one of the known languages.
 
297
-</p><p>The <b>SET_XMLTV_LANGUAGE</b> command was added in tvtime 0.9.13.
 
298
 </p></table><p></p>
 
299
 
 
300
 <table width="90%" class="doclist">
 
301
@@ -876,22 +839,18 @@
 
302
 <tr><td class="docentry"><p>
 
303
 This command takes a parameter and sets the current sharpness in pixels.
 
304
 It will be used in tvtime after a restart.
 
305
-</p><p>The <b>SET_SHARPNESS</b> command was added in tvtime 0.9.9 and
 
306
-replaced by <b>SET_INPUT_WIDTH</b> in tvtime 0.9.11.
 
307
 </p></table><p></p>
 
308
 
 
309
 <table width="90%" class="doclist">
 
310
 <tr><th class="docboxleft">SHOW_DEINTERLACER_INFO
 
311
 <tr><td class="docentry"><p>
 
312
 Shows a help screen on the OSD describing the current deinterlacer setting.
 
313
-</p><p>The <b>SHOW_DEINTERLACER_INFO</b> command was added in tvtime 0.9.9.
 
314
 </p></table><p></p>
 
315
 
 
316
 <table width="90%" class="doclist">
 
317
 <tr><th class="docboxleft">SHOW_MENU
 
318
 <tr><td class="docentry"><p>
 
319
 This command is used to bring up the tvtime setup menu.
 
320
-</p><p>The <b>SHOW_MENU</b> command was added in tvtime 0.9.9.
 
321
 </p></table><p></p>
 
322
 
 
323
 <table width="90%" class="doclist">
 
324
@@ -907,7 +866,6 @@
 
325
 a certain amount of time.  Sending this command will first activate the feature,
 
326
 and sending it again will increase the timer up until a maximum value at which
 
327
 point it is shut off.
 
328
-</p><p>The <b>SLEEP</b> command was added in tvtime 0.9.10.
 
329
 </p></table><p></p>
 
330
 
 
331
 <table width="90%" class="doclist">
 
332
@@ -916,7 +874,6 @@
 
333
 If supported by your window manager, this command will ask to have the
 
334
 window be put into an "always on top" state, where no other window can
 
335
 be stacked above it.
 
336
-</p><p>The <b>TOGGLE_ALWAYSONTOP</b> command was added in tvtime 0.9.9.
 
337
 </p></table><p></p>
 
338
 
 
339
 <table width="90%" class="doclist">
 
340
@@ -964,7 +921,6 @@
 
341
 <tr><td class="docentry"><p>
 
342
 For PAL users, toggles the audio mode of the current channel between
 
343
 the PAL-BG and PAL-DK audio norms.
 
344
-</p><p>The <b>TOGGLE_CHANNEL_PAL_DK</b> command was added in tvtime 0.9.13.
 
345
 </p></table><p></p>
 
346
 
 
347
 <table width="90%" class="doclist">
 
348
@@ -973,7 +929,6 @@
 
349
 Enables or disables the chroma killer filter, which makes the input
 
350
 black and white.  Useful when watching a black-and-white movie to avoid
 
351
 chrominance artifacts.
 
352
-</p><p>The <b>TOGGLE_CHROMA_KILL</b> command was added in tvtime 0.9.10.
 
353
 </p></table><p></p>
 
354
 
 
355
 <table width="90%" class="doclist">
 
356
@@ -982,7 +937,6 @@
 
357
 Turns on or off the colour invert filter.  This is (apparently) useful
 
358
 for users of the Australian cable company Optus who want to avoid using
 
359
 the decryption boxes and tune using their capture card directly.
 
360
-</p><p>The <b>TOGGLE_COLOUR_INVERT</b> and <b>TOGGLE_COLOR_INVERT</b> commands were added in tvtime 0.9.9.
 
361
 </p></table><p></p>
 
362
 
 
363
 <table width="90%" class="doclist">
 
364
@@ -1021,7 +975,6 @@
 
365
 Switches between the available mattes.  This cuts off the top and
 
366
 bottom of the input picture to help fit the window to the image
 
367
 content.
 
368
-</p><p>The <b>TOGGLE_MATTE</b> command was added in tvtime 0.9.9.
 
369
 </p></table><p></p>
 
370
 
 
371
 <table width="90%" class="doclist">
 
372
@@ -1031,7 +984,6 @@
 
373
 useful for using tvtime with mirroring projectors, although I don't
 
374
 think it will actually work as intended yet since we don't mirror
 
375
 the OSD output.  :)  Comments appreciated.
 
376
-</p><p>The <b>TOGGLE_MIRROR</b> command was added in tvtime 0.9.9.
 
377
 </p></table><p></p>
 
378
 
 
379
 <table width="90%" class="doclist">
 
380
@@ -1056,7 +1008,6 @@
 
381
 <tr><td class="docentry"><p>
 
382
 For PAL users, toggles the default audio mode of all channels between
 
383
 the PAL-BG and PAL-DK audio norms.
 
384
-</p><p>The <b>TOGGLE_PAL_DK_AUDIO</b> command was added in tvtime 0.9.13.
 
385
 </p></table><p></p>
 
386
 
 
387
 <table width="90%" class="doclist">
 
388
@@ -1065,7 +1016,6 @@
 
389
 Toggles between PAL and SECAM on the current channel.  This feature is
 
390
 useful for regions which receive both PAL and SECAM channels, such that
 
391
 tvtime can be configured on a per-channel basis for the correct norm.
 
392
-</p><p>The <b>TOGGLE_PAL_SECAM</b> command was added in tvtime 0.9.9.
 
393
 </p></table><p></p>
 
394
 
 
395
 <table width="90%" class="doclist">
 
396
@@ -1089,7 +1039,6 @@
 
397
 features like channel scanning and increases responsiveness on channels with
 
398
 poor reception, but may make it impossible to watch stations where the
 
399
 reception is too bad for the card to detect it reliably.
 
400
-</p><p>The <b>TOGGLE_SIGNAL_DETECTION</b> command was added in tvtime 0.9.10.
 
401
 </p></table><p></p>
 
402
 
 
403
 <table width="90%" class="doclist">
 
404
@@ -1099,7 +1048,6 @@
 
405
 about the channel including the network name and call letters, and
 
406
 sometimes information about the current show.  This information is then shown
 
407
 on the OSD and saved to the stationlist.xml file.
 
408
-</p><p>The <b>TOGGLE_XDS</b> command was added in tvtime 0.9.10.
 
409
 </p></table><p></p>
 
410
 
 
411
 <table width="90%" class="doclist">
 
412
@@ -1107,7 +1055,6 @@
 
413
 <tr><td class="docentry"><p>
 
414
 Toggles which language to show by default from the XMLTV file from
 
415
 the ones available in the file.
 
416
-</p><p>The <b>TOGGLE_XMLTV_LANGUAGE</b> command was added in tvtime 0.9.13.
 
417
 </p></table><p></p>
 
418
 
 
419
 <table width="90%" class="doclist">
 
420
@@ -1116,7 +1063,6 @@
 
421
 This command provides the dual functionality of channel up or menu arrow up,
 
422
 depending on whether the menu is currently active.  This command is to be
 
423
 used together with the <b>LEFT</b>, <b>RIGHT</b> and <b>DOWN</b> commands.
 
424
-</p><p>The <b>UP</b> command was added in tvtime 0.9.11.
 
425
 </p></table><p></p>
 
426
 
 
427
 <table width="90%" class="doclist">
 
428
Index: tvtime-1.0.2/docs/man/de/tvtime-command.1
 
429
===================================================================
 
430
--- tvtime-1.0.2.orig/docs/man/de/tvtime-command.1      2012-03-06 10:04:19.452349000 +0000
 
431
+++ tvtime-1.0.2/docs/man/de/tvtime-command.1   2012-03-06 10:20:10.309411436 +0000
 
432
@@ -205,11 +205,11 @@
 
433
 Verl��t das Men�.
 
434
 
 
435
 .TP
 
436
-.B MENU_LEFT
 
437
+.B MENU_BACK
 
438
 Geht eine Men�ebene zur�ck.
 
439
 
 
440
 .TP
 
441
-.B MENU_RIGHT
 
442
+.B MENU_ENTER
 
443
 W�hlt den markierten Men�eintrag oder wechselt zur n�chsten Men�ebene.
 
444
 
 
445
 .TP
 
446
Index: tvtime-1.0.2/docs/man/en/tvtime-command.1
 
447
===================================================================
 
448
--- tvtime-1.0.2.orig/docs/man/en/tvtime-command.1      2012-03-06 10:04:19.452349000 +0000
 
449
+++ tvtime-1.0.2/docs/man/en/tvtime-command.1   2012-03-06 10:20:57.169410041 +0000
 
450
@@ -190,11 +190,11 @@
 
451
 In menu mode, this command shuts off the menu.
 
452
 
 
453
 .TP
 
454
-.B MENU_LEFT
 
455
+.B MENU_BACK
 
456
 In menu mode, this command moves back one level in the menu.
 
457
 
 
458
 .TP
 
459
-.B MENU_RIGHT
 
460
+.B MENU_ENTER
 
461
 In menu mode, this command selects the current entry or moves forward
 
462
 one level in the menu.
 
463
 
 
464
Index: tvtime-1.0.2/docs/man/es/tvtime-command.1
 
465
===================================================================
 
466
--- tvtime-1.0.2.orig/docs/man/es/tvtime-command.1      2012-03-06 10:04:19.452349000 +0000
 
467
+++ tvtime-1.0.2/docs/man/es/tvtime-command.1   2012-03-06 10:21:47.265408550 +0000
 
468
@@ -196,11 +196,11 @@
 
469
 En el modo menú, este comando sale del menú.
 
470
 
 
471
 .TP
 
472
-.B MENU_LEFT
 
473
+.B MENU_BACK
 
474
 En el modo menú, este comando retrocede un nivel en el menú.
 
475
 
 
476
 .TP
 
477
-.B MENU_RIGHT
 
478
+.B MENU_ENTER
 
479
 En el modo menú, este comando selecciona la opción actual o avanza un nivel
 
480
 en el menú.
 
481