1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-15 04:28:09 -04:00
irssi/src/fe-common/core
Timo Sirainen 8fc1e0535c You can send message to different server with /MSG -<server tag> nick...
Tab-completion changes:
 - in empty line, it completed /MSG nick1 fine, but another tab press
   didn't give the next nick.
 - "/command <tab>" doesn't try to complete /command, but instead it tries
   to complete it's subcommand or first parameter.
 - /MSG completion now goes through nicks in ALL servers prefixing the nick
   with -<server tag> if needed.
 - /MSG -tag <tab> completes only nicks in "tag" server.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@388 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-06-28 20:00:39 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
autorun.c .. lots of changes .. 2000-05-04 10:32:42 +00:00
command-history.c /set max_textbuffer_lines changed to /set scrollback_lines and 2000-05-25 12:24:09 +00:00
command-history.h ..adding new files.. 2000-04-26 08:03:38 +00:00
completion.c You can send message to different server with /MSG -<server tag> nick... 2000-06-28 20:00:39 +00:00
completion.h File name completion for /DCC SEND 2000-06-17 15:58:40 +00:00
fe-common-core.c Rewrite Tab-completion to work with signals - now it should be easy to 2000-06-17 11:53:45 +00:00
fe-common-core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
fe-core-commands.c Automatic command completion and a few other fixes. 2000-06-28 17:15:37 +00:00
fe-log.c Automatic command completion and a few other fixes. 2000-06-28 17:15:37 +00:00
fe-server.c .. lots of changes .. 2000-05-04 10:32:42 +00:00
fe-settings.c Display /ALIAS list sorted. 2000-06-18 10:25:39 +00:00
hilight-text.c "print text stripped" signal wasn't resent with MSGLEVEL_HILIGHT level. 2000-06-27 19:11:25 +00:00
hilight-text.h ..adding new files.. 2000-04-26 08:03:38 +00:00
keyboard.c Lots of changes again. Biggest ones: 2000-05-15 08:25:45 +00:00
keyboard.h ..adding new files.. 2000-04-26 08:03:38 +00:00
Makefile.am Rewrite Tab-completion to work with signals - now it should be easy to 2000-06-17 11:53:45 +00:00
module-formats.c Automatic command completion and a few other fixes. 2000-06-28 17:15:37 +00:00
module-formats.h Automatic command completion and a few other fixes. 2000-06-28 17:15:37 +00:00
module.h ..adding new files.. 2000-04-26 08:03:38 +00:00
printtext.c Created signal_get_uniq_id() macro. Added some documentation about 2000-06-25 23:39:23 +00:00
printtext.h Lots of changes again. Biggest ones: 2000-05-15 08:25:45 +00:00
themes.c Changed option handling in /commands. Irssi will now complain about 2000-06-18 01:18:12 +00:00
themes.h Lots of changes again. Biggest ones: 2000-05-15 08:25:45 +00:00
translation.c ..adding new files.. 2000-04-26 08:03:38 +00:00
translation.h ..adding new files.. 2000-04-26 08:03:38 +00:00
window-activity.c Window activity is now "msg to you" with lines containing hilighted text. 2000-06-09 16:19:42 +00:00
window-commands.c CTCP msgs/replies stops the "event privmsg" or "event notice" signals now 2000-06-12 22:57:53 +00:00
window-items.c Added /SET reuse_unused_windows setting, default is OFF 2000-06-17 12:22:56 +00:00
window-items.h CTCP msgs/replies stops the "event privmsg" or "event notice" signals now 2000-06-12 22:57:53 +00:00
windows.c Closing active window that had window items could crash. 2000-06-27 18:26:22 +00:00
windows.h CTCP msgs/replies stops the "event privmsg" or "event notice" signals now 2000-06-12 22:57:53 +00:00