1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

Clarifications and corrections.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4399 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2006-12-10 15:49:06 +00:00 committed by exg
parent 907ec46148
commit 737890d131

20
NEWS
View File

@ -9,9 +9,8 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
+ Don't wait for all /NAMES replies before syncing if we can't combine + Don't wait for all /NAMES replies before syncing if we can't combine
queries anyways (Patch by jilles) queries anyways (Patch by jilles)
+ Renamed irc.efnet.net to irc.efnet.org + Renamed irc.efnet.net to irc.efnet.org
+ Add support for wide curses
+ Add support for utf8 to Irssi::settings_get_str and + Add support for utf8 to Irssi::settings_get_str and
Irssi::TextUI::Line::get_text. Irssi::TextUI::Line::get_text
+ /SCROLLBACK CLEAR accepts the same arguments as /CLEAR + /SCROLLBACK CLEAR accepts the same arguments as /CLEAR
+ Check if binary exists and can be executed before /UPGRADE + Check if binary exists and can be executed before /UPGRADE
+ Change default value of override_coredump_limit to OFF + Change default value of override_coredump_limit to OFF
@ -20,7 +19,6 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
security bug security bug
- Fixed segfault on quit introduced in 0.8.10 - Fixed segfault on quit introduced in 0.8.10
- Fixed a bug where tab-complete didn't worked with utf8/big5 properly - Fixed a bug where tab-complete didn't worked with utf8/big5 properly
- Fixed colors with TERM=xterm-{88,256}color
- Ignore joins without a nick from broken servers - Ignore joins without a nick from broken servers
- Rand - Rand
- Fix whois_hide_safe_channel_id: only look at the beginning of a channel - Fix whois_hide_safe_channel_id: only look at the beginning of a channel
@ -33,19 +31,19 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
can't have spaces in them (Bug 437) can't have spaces in them (Bug 437)
- Fix some curses related things in configure.in and curses.m4 - Fix some curses related things in configure.in and curses.m4
- Don't crash on /QUIT with scripts causing and catching signals on UNLOAD - Don't crash on /QUIT with scripts causing and catching signals on UNLOAD
- Don't crash when settings_get_str returns NULL in Perl scripting
- Fix off-by-one error in gui_entry_draw_from - Fix off-by-one error in gui_entry_draw_from
- Fix %k and %K mappings - Fix %k and %K mappings in ncurses frontend
- Fix bold on monochrome terminals. - Fix bold on monochrome terminals in terminfo frontend
- Fix building with srcdir != builddir. - Fixed colors with TERM=xterm-{88,256}color in terminfo frontend
- Fix building with srcdir != builddir
- Don't get confused and keep saying "Netsplit over" on every join for - Don't get confused and keep saying "Netsplit over" on every join for
user that only rejoined some channels. user that only rejoined some channels
- Fix crash with one line high terminal - Fix crash with one line high terminal
- Fix crash in /EXEC (Bug 439) - Fix crash in /EXEC (Bug 439)
- Fix format string in printtext_dest call from Perl, patch by loafier. - Fix format string in printtext_dest call from Perl, patch by loafier
- Fix memory leaks in expandos_deinit by Nicolas Collignon (Bug 419) - Fix memory leaks in expandos_deinit by Nicolas Collignon (Bug 419)
- Detect off_t size using AC_CHECK_SIZEOF because it works also when - Detect off_t size using AC_CHECK_SIZEOF because it works also when
cross-compiling in autoconf-2.50 and higher. cross-compiling in autoconf-2.50 and higher
- Fix failed assertion when the config file is unreadable, patch by - Fix failed assertion when the config file is unreadable, patch by
Daniel Koning (Bug 164) Daniel Koning (Bug 164)