aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-11-10 11:59:15 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-11-10 11:59:15 +0000
commitb9be47c6d5c1d675f80a0fb4883fc90f986fffb6 (patch)
tree6e6b6b7dfb88506d9020f2c2cf5e9c9ecd7af37b
parent[w3m-dev 03399] (diff)
downloadw3m-b9be47c6d5c1d675f80a0fb4883fc90f986fffb6.tar.gz
w3m-b9be47c6d5c1d675f80a0fb4883fc90f986fffb6.zip
[w3m-dev 03401] w3mhelp.cgi
* proto.h (tabMn): nulcmd ifndef USE_MENU * scripts/w3mhelp-funcdesc.en.pl.in: add LINEEDIT:EDITOR * scripts/w3mhelp-funcdesc.ja.pl.in: add LINEEDIT:EDITOR Tab operation * scripts/w3mhelp-funcname.pl.in: add LINEEDIT:EDITOR C-o * scripts/w3mhelp.cgi.in: add tabA in Hyperlink operation add tabURL, tabrURL in File/Stream operation add Tab operation add lineedit_editor in Line edit mode From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
-rw-r--r--ChangeLog15
-rw-r--r--proto.h3
-rw-r--r--scripts/w3mhelp-funcdesc.en.pl.in3
-rw-r--r--scripts/w3mhelp-funcdesc.ja.pl.in4
-rw-r--r--scripts/w3mhelp-funcname.pl.in2
-rw-r--r--scripts/w3mhelp.cgi.in11
6 files changed, 30 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da0897..7a62e75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-11-10 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
+
+ * [w3m-dev 03401] w3mhelp.cgi
+ * proto.h (tabMn): nulcmd ifndef USE_MENU
+ * scripts/w3mhelp-funcdesc.en.pl.in: add LINEEDIT:EDITOR
+ * scripts/w3mhelp-funcdesc.ja.pl.in: add LINEEDIT:EDITOR
+ Tab operation
+ * scripts/w3mhelp-funcname.pl.in: add LINEEDIT:EDITOR C-o
+ * scripts/w3mhelp.cgi.in: add tabA in Hyperlink operation
+ add tabURL, tabrURL in File/Stream operation
+ add Tab operation
+ add lineedit_editor in Line edit mode
+
2002-11-10 NOMIYA Masaru <nomiya@ttmy.ne.jp>
* [w3m-dev 03399]
@@ -4478,4 +4491,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.492 2002/11/10 11:42:12 ukai Exp $
+$Id: ChangeLog,v 1.493 2002/11/10 11:59:15 ukai Exp $
diff --git a/proto.h b/proto.h
index 40796ed..ddb1e63 100644
--- a/proto.h
+++ b/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.53 2002/11/09 21:55:24 ukai Exp $ */
+/* $Id: proto.h,v 1.54 2002/11/10 11:59:15 ukai Exp $ */
/*
* This file was automatically generated by version 1.7 of cextract.
* Manual editing not recommended.
@@ -646,6 +646,7 @@ extern void initMenu(void);
#else /* not USE_MENU */
#define mainMn nulcmd
#define selMn selBuf
+#define tabMn nulcmd
#endif /* not USE_MENU */
#ifdef USE_DICT
diff --git a/scripts/w3mhelp-funcdesc.en.pl.in b/scripts/w3mhelp-funcdesc.en.pl.in
index 565e1a1..51d924c 100644
--- a/scripts/w3mhelp-funcdesc.en.pl.in
+++ b/scripts/w3mhelp-funcdesc.en.pl.in
@@ -19,8 +19,9 @@
'LINEEDIT:BOTTOM', 'Move to the bottom of line',
'LINEEDIT:PREV', 'Fetch the previous string from the history list',
'LINEEDIT:NEXT', 'Fetch the next string from the history list',
+ 'LINEEDIT:EDITOR', 'Edit with external editor',
'LINEEDIT:COMPLETE', 'Complete filename',
'LINEEDIT:ACCEPT', 'Accept',
);
-1; \ No newline at end of file
+1;
diff --git a/scripts/w3mhelp-funcdesc.ja.pl.in b/scripts/w3mhelp-funcdesc.ja.pl.in
index d869c85..71102b7 100644
--- a/scripts/w3mhelp-funcdesc.ja.pl.in
+++ b/scripts/w3mhelp-funcdesc.ja.pl.in
@@ -19,6 +19,7 @@
'LINEEDIT:BOTTOM', '行末へ移動',
'LINEEDIT:PREV', 'ヒストリから一つ前の文字列を取り出す',
'LINEEDIT:NEXT', 'ヒストリから次の文字列を取り出す',
+ 'LINEEDIT:EDITOR', '外部エディタで編集',
'LINEEDIT:COMPLETE', 'ファイル名の補完',
'LINEEDIT:ACCEPT', '入力終了',
);
@@ -28,6 +29,7 @@
"Hyperlink operation", 'ハイパーリンク操作',
"File/Stream operation", 'ファイル/ストリーム操作',
"Buffer operation", 'バッファ操作',
+ "Tab operation", 'タブ操作',
"Buffer selection mode", 'バッファ選択モード',
"Bookmark operation", 'ブックマーク操作',
"Search", '検索',
@@ -37,4 +39,4 @@
"Line-edit mode", '行編集モード',
);
-1; \ No newline at end of file
+1;
diff --git a/scripts/w3mhelp-funcname.pl.in b/scripts/w3mhelp-funcname.pl.in
index 16afa16..084b691 100644
--- a/scripts/w3mhelp-funcname.pl.in
+++ b/scripts/w3mhelp-funcname.pl.in
@@ -17,6 +17,7 @@
'LINEEDIT:BOTTOM', 'lineedit_bottom',
'LINEEDIT:PREV', 'lineedit_prev',
'LINEEDIT:NEXT', 'lineedit_next',
+ 'LINEEDIT:EDITOR', 'lineedit_editor',
'LINEEDIT:COMPLETE', 'lineedit_complete',
'LINEEDIT:ACCEPT', 'lineedit_accept',
);
@@ -41,6 +42,7 @@
'C-e', 'LINEEDIT:BOTTOM',
'C-p', 'LINEEDIT:PREV',
'C-n', 'LINEEDIT:NEXT',
+ 'C-o', 'LINEEDIT:EDITOR',
'TAB', 'LINEEDIT:COMPLETE',
'SPC', 'LINEEDIT:COMPLETE',
'RET', 'LINEEDIT:ACCEPT'
diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in
index 164620d..b3ee890 100644
--- a/scripts/w3mhelp.cgi.in
+++ b/scripts/w3mhelp.cgi.in
@@ -1,5 +1,5 @@
#!@PERL@
-# $Id: w3mhelp.cgi.in,v 1.13 2002/11/04 17:38:21 ukai Exp $
+# $Id: w3mhelp.cgi.in,v 1.14 2002/11/10 11:59:15 ukai Exp $
if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) {
$CYGPATH = 1;
@@ -123,17 +123,20 @@ for $otherlang (@docdirs) {
nextR nextRD nextL nextRD nextLU nextD nextU"));
&show_keymap("Hyperlink operation",
- split(" ", "followA svA followI svI submitForm
+ split(" ", "followA tabA svA followI svI submitForm
curURL peekURL peekIMG pginfo curlno chkURL chkWORD chkNMID
rFrame extbrz linkbrz"));
&show_keymap("File/Stream operation",
- split(" ", "goURL ldfile readsh pipesh"));
+ split(" ", "goURL gorURL tabURL tabrURL ldfile readsh pipesh"));
&show_keymap("Buffer operation",
split(" ", "backBf selMn selBuf vwSrc svSrc svBuf
editBf editScr reload rdrwSc dispI stopI"));
+&show_keymap("Tab operation",
+ split(" ", "newT closeT nextT prevT tabMn tabR tabL"));
+
&show_keymap("Bookmark operation",
split(" ", "ldBmark adBmark"));
@@ -157,7 +160,7 @@ for $otherlang (@docdirs) {
split(" ", "lineedit_forward lineedit_back lineedit_backspace
lineedit_delete lineedit_kill_after lineedit_kill_before
lineedit_top lineedit_bottom lineedit_prev lineedit_next
- lineedit_complete lineedit_accept"));
+ lineedit_editor lineedit_complete lineedit_accept"));
print <<PAGE;
<HR>