diff options
author | Timo Sirainen <cras@irssi.org> | 1999-09-04 18:24:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-09-04 18:24:24 +0000 |
commit | 13456f7fbde05771879f38814620b6351aa9b902 (patch) | |
tree | 10c94ff6985469db28a71b2e335a2fa99489e07c | |
parent | 0913f70cec70b8847e8fd243fa7257192596edfb (diff) | |
download | irssi-13456f7fbde05771879f38814620b6351aa9b902.zip |
/list and /names complains if they're run without any arguments,
-YES overrides this
/list -nogui doesn't use the GUI list display
/list and /who dialog changes: you can resize columns, sort the
list by clicking the headers, displays total number of channels and
the list is searchable
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@13 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | TODO | 9 |
2 files changed, 7 insertions, 8 deletions
@@ -10,6 +10,12 @@ v0.7.16 1999-09-xx Timo Sirainen <cras@irccrew.org> [unstable] + /window goto #channel - moves you to window with the channel, query or dcc chat + /window goto active - moves you to first window with activity + + /list and /names complains if they're run without any arguments, + -YES overrides this + + /list -nogui doesn't use the GUI list display + + /list and /who dialog changes: you can resize columns, sort the + list by clicking the headers, displays total number of channels and + the list is searchable - Notifylist and checking of who uses your nick uses WHOIS again, WHO didn't display user info unless s/he was -i or in same channels.. @@ -1,4 +1,4 @@ - - window goto active, name + - tee se column sorttingi kaikkiin clistoihin *** Bugs @@ -77,13 +77,6 @@ - command line parameter handling, specify what server/ircnet to autoconnect or none. - - /list: - - gui optional - - sort it by clicking the headers - - change the size of columns - - total number of channels - - copy/paste things in list? - - search the list - log option: add the open/close time to log - log directory, automatically log all channels and queries there - overwrite/append |