Menus / Help / Translations



 
I'm sorry for sending so many things in the same posting. They all came out when messing with help files:

a) Pressing F1 with editor menus showed out of context help. I added a help_node in the menu struct.

b) Major and minor fixes for the English help. Dropped drop support (%q), added "Above and Below" and spaces cleaning. I did a small script with embeded patch which was smaller and easier to read than the whole diff. You may chop it into pieces and take as many (or as little) as you like.

c) Couple of updates for Spanish messages and help file.

Another couple of issues:

a) I've seen no rating nor comments about the [^] unusable when key bar is hidden.

b) Eer.. About the tidy filter to format HTML files... I don't think it's so weird to let people do it locally. Sniff!

*8-) David


------------------------------------------------
Join Excite! - http://www.excite.com
The most personalized portal on the Web!

Attachment: menu.diff.bz2
Description: Binary data

#!/bin/sh

cp -f mc.1.in mc.1.tmp
patch mc.1.tmp << EOF
--- mc.1.in	Mon Aug 19 01:38:01 2002
+++ mc.1.in	Tue Aug 20 01:05:34 2002
@@ -618,12 +618,21 @@
 .\"Options Menu"
 lists the actions which allow you to customize the Midnight Commander.
 .PP
-.SH "  Left and Right Menus"
+.\"NODE "  Left and Right Menus"
+.SH "  Left and Right (Above and Below) Menus"
 The outlook of the directory panels can be changed from the
 .B "Left"
 and
 .B "Right"
 menus.
+.B ("Above"
+and
+.B "Below"
+when the horizontal panel split is chosen from the
+.\"LINK2"
+Layout
+.\"Layout"
+options dialog).
 .PP
 .SH "    Listing Mode..."
 The listing mode view is used to display a listing of files, there are
@@ -2018,15 +2027,6 @@
 The selected files: The tagged files if there are any. Otherwise the
 current file.
 .PP
-.I "%q"
-.IP
-Dropped files. In all places except in the Drop action of the
-.\"LINK2"
-mc.ext file,
-.\"Extension File Edit"
-this will become a null string, in the Drop action it will be replaced
-with a space separated list of files that were dropped on the file.
-.PP
 .I "%cd"
 .IP
 This is a special macro that is used to change the current directory
@@ -2234,7 +2234,7 @@
 the target mask. If there are tagged files, only the tagged files
 matching the source mask are renamed.
 .PP
-There are other option which you can set: 
+There are other options which you can set:
 .PP
 Follow links tells whether make the symlinks and hardlinks in the source 
 directory (recursively in subdirectories) new links in the target 
@@ -2931,7 +2931,7 @@
 when file highlighting is enabled (see the section on
 .\"LINK2"
 Layout).
-.\"Layout
+.\"Layout"
 .I directory
 is used for directories or symbolic links to directories; 
 .I executable
EOF

sed "s/ *$//" < mc.1.tmp |
sed "s/\([.,;:]\)   */\1 /g" > mc.1.new
sed "s/ *$//" < xnc.hlp |
sed "9,\$s/\([.,;:]\)   */\1 /g" > xnc.hlp.new
rm -f mc.1.tmp

Attachment: es-help.diff.bz2
Description: Binary data

Attachment: es.diff.bz2
Description: Binary data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]