From 76279fdbe1ac2ecb2388216e585f5e7fc2e34ec3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 18 Feb 2000 22:14:11 +0000 Subject: [PATCH] Released 0.7.24 git-svn-id: http://svn.irssi.org/repos/irssi/trunk@120 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 27 +++++++++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 88378923..8b95f112 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +v0.7.24 2000-02-19 Timo Sirainen [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 [stable] + channel's key (+k key) is displayed in irssi-text's statusbar if it diff --git a/configure.in b/configure.in index b873eebe..66b604fb 100644 --- a/configure.in +++ b/configure.in @@ -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(