updates for irssi 0.7.23:

+ channel's key (+k key) is displayed in irssi-text's statusbar if it
  has one.
+ Nick hilight detector is a bit smarter now, for example if your
  nick happens to be "its", "it's blahblah" doesn't trigger it..
+ colorless irssi-text (/set colors = no): activity list is split in
  two, Act and Det lists. Det displays list of windows where there's
  new messages for you.
- /LAST without any parameters crashed
- if queried nick was changed, GUI didn't notice it.
- config file was invalid in .22
- irssi text widget didn't work in .22
- dcc transfers always displayed 0.00kB/s in .22


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@113 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-01-24 14:59:27 +00:00 committed by cras
commit 31e1b8cbba
6 changed files with 23 additions and 4 deletions

View file

@ -1,7 +1,7 @@
AC_INIT(src)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(irssi, 0.7.22)
AM_INIT_AUTOMAKE(irssi, 0.7.23)
AM_MAINTAINER_MODE