1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

Added filename completion in doc and ChangeLog

This commit is contained in:
Sebastien Helleu
2006-11-28 19:23:00 +00:00
parent e03df08e0a
commit c7d9ebd5c4
8 changed files with 20 additions and 18 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2006-11-26
ChangeLog - 2006-11-28
Version 0.2.2 (under dev!):
@@ -16,6 +16,7 @@ Version 0.2.2 (under dev!):
* fixed display bug in status bar, wrong length when using UTF-8
* fixed bug with ignore: now any IRC command is allowed
* fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)
* added filename completion (task #5425)
* added "modifier" in plugins API
* improved /plugin command
* fixed bug on ignore with "mode" IRC command (bug #18058)
+4 -4
View File
@@ -2154,10 +2154,10 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry><literal>%C</literal></entry>
<entry>Channels des gegenwärtigen Servers</entry>
</row>
<!-- <row>
<entry><literal>%f</literal></entry>
<entry>file name</entry>
</row> -->
<row>
<entry><literal>%f</literal></entry>
<entry>Dateiname</entry>
</row>
<row>
<entry><literal>%h</literal></entry>
<entry>Plugin Kommandos</entry>
+2 -2
View File
@@ -2165,10 +2165,10 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry><literal>%C</literal></entry>
<entry>channels of current server</entry>
</row>
<!-- <row>
<row>
<entry><literal>%f</literal></entry>
<entry>file name</entry>
</row> -->
</row>
<row>
<entry><literal>%h</literal></entry>
<entry>plugins commands</entry>
+2 -2
View File
@@ -2214,10 +2214,10 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry><literal>%C</literal></entry>
<entry>canaux du serveur courant</entry>
</row>
<!-- <row>
<row>
<entry><literal>%f</literal></entry>
<entry>nom de fichier</entry>
</row> -->
</row>
<row>
<entry><literal>%h</literal></entry>
<entry>commandes définies par des extensions</entry>
+2 -1
View File
@@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2006-11-26
ChangeLog - 2006-11-28
Version 0.2.2 (under dev!):
@@ -16,6 +16,7 @@ Version 0.2.2 (under dev!):
* fixed display bug in status bar, wrong length when using UTF-8
* fixed bug with ignore: now any IRC command is allowed
* fixed crash with Ctrl-T (transpose) and one char on line (bug #18153)
* added filename completion (task #5425)
* added "modifier" in plugins API
* improved /plugin command
* fixed bug on ignore with "mode" IRC command (bug #18058)
+4 -4
View File
@@ -2154,10 +2154,10 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry><literal>%C</literal></entry>
<entry>Channels des gegenwärtigen Servers</entry>
</row>
<!-- <row>
<entry><literal>%f</literal></entry>
<entry>file name</entry>
</row> -->
<row>
<entry><literal>%f</literal></entry>
<entry>Dateiname</entry>
</row>
<row>
<entry><literal>%h</literal></entry>
<entry>Plugin Kommandos</entry>
+2 -2
View File
@@ -2165,10 +2165,10 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry><literal>%C</literal></entry>
<entry>channels of current server</entry>
</row>
<!-- <row>
<row>
<entry><literal>%f</literal></entry>
<entry>file name</entry>
</row> -->
</row>
<row>
<entry><literal>%h</literal></entry>
<entry>plugins commands</entry>
+2 -2
View File
@@ -2214,10 +2214,10 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK",
<entry><literal>%C</literal></entry>
<entry>canaux du serveur courant</entry>
</row>
<!-- <row>
<row>
<entry><literal>%f</literal></entry>
<entry>nom de fichier</entry>
</row> -->
</row>
<row>
<entry><literal>%h</literal></entry>
<entry>commandes définies par des extensions</entry>