mirror of
https://github.com/irssi/irssi.git
synced 2026-08-24 02:52:20 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
6a779e57d0
3 changed files with 8 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||||
# create default-config.h
|
# create default-config.h
|
||||||
BUILT_SOURCES = default-config.h default-theme.h irssi-version.h
|
BUILT_SOURCES = default-config.h default-theme.h irssi-version.h
|
||||||
|
|
||||||
.PHONY: irssi-version.h
|
@MAINTAINER_MODE_TRUE@.PHONY: irssi-version.h
|
||||||
|
|
||||||
default-config.h: $(srcdir)/irssi.conf
|
default-config.h: $(srcdir)/irssi.conf
|
||||||
$(srcdir)/file2header.sh $(srcdir)/irssi.conf default_config > default-config.h
|
$(srcdir)/file2header.sh $(srcdir)/irssi.conf default_config > default-config.h
|
||||||
|
|
|
||||||
7
NEWS
7
NEWS
|
|
@ -9,7 +9,12 @@ v0.8.17-head 2014-xx-xx The Irssi team <staff@irssi.org>
|
||||||
'split_line_end' contains a string added to the end of line fragments.
|
'split_line_end' contains a string added to the end of line fragments.
|
||||||
'split_line_start' contains a string added to the beginning of line
|
'split_line_start' contains a string added to the beginning of line
|
||||||
fragments. See Github PR #29.
|
fragments. See Github PR #29.
|
||||||
- Fixed various compiler warnings.
|
+ Added special /ignore NO_ACT level to ignore only activity (see /help ignore).
|
||||||
|
+ Support for 256 and true color terminals (see Github PR #48).
|
||||||
|
+ Support for italtics (see Github PR #58).
|
||||||
|
+ Rewrote many help files.
|
||||||
|
- Fixed various compiler warnings and use of deprecated functions.
|
||||||
|
- Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce code size.
|
||||||
- Fixed format_get_text Perl API. See Github PR #23.
|
- Fixed format_get_text Perl API. See Github PR #23.
|
||||||
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.
|
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.
|
||||||
- Fixed issue where UTF-8 characters was corrupted once for every 32k text. See Github PR #12.
|
- Fixed issue where UTF-8 characters was corrupted once for every 32k text. See Github PR #12.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue