1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

Released 0.7.24

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@120 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-02-18 22:14:11 +00:00 committed by cras
parent e68418de28
commit 76279fdbe1
2 changed files with 29 additions and 2 deletions

27
NEWS
View File

@ -1,3 +1,30 @@
v0.7.24 2000-02-19 Timo Sirainen <tss@iki.fi> [stable]
+ French translation
+ Updated Brazilian Portuguese translation translation, now with
the right pot file name :)
+ Using fontset_load() instead of font_load(), helps with using
some fonts (by hashao@telebot.com)
+ /TS - display topics of all channels you're joined
+ Automatically change to the created window
+ Option: Show op/voice status in channel messages before nick.
+ irssi-text: Displays topic bar op the top of the screen -
/set toggle_show_topicbar = yes|no
+ Recognize +a (anonymous) and +r (reop when opless) modes
- Irc network list was still corrupted in channel dialog.
- /LIST dialog - users column is now sorted numerically
(10 shows after 9, not after 1)..
- Log setup dialog: Clear all button was over Client errors
toggle button.
- /LAST's output displayed some crap in log file.
- irssi-text should work better with other curses libraries than
ncurses
- irssi-text should work better with non-black backgounds
- Fixed tab completion when completion char was comma
- Couple of configure bugs fixed
- Specifying source host (vhosts) didn't work.
- DCC resume had been broken quite a while
v0.7.23 2000-01-23 Timo Sirainen <cras@irccrew.org> [stable]
+ channel's key (+k key) is displayed in irssi-text's statusbar if it

View File

@ -1,7 +1,7 @@
AC_INIT(src)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(irssi, 0.7.23)
AM_INIT_AUTOMAKE(irssi, 0.7.24)
AM_MAINTAINER_MODE
@ -357,7 +357,7 @@ dnl **
dnl ** internationalization support
dnl **
ALL_LINGUAS="pl fi br fr de"
ALL_LINGUAS="pl fi pt_BR fr de"
AM_GNU_GETTEXT
AC_OUTPUT(