From fcee49a441ddb2a6ec70e6497e7b6c1bbd9bae09 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Sun, 13 Jul 2014 14:10:40 +0200 Subject: [PATCH 1/3] Fixed an example of QUOTE Fixed an example of QUOTE --- docs/help/in/quote.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help/in/quote.in b/docs/help/in/quote.in index 6d9723e5..5b483a83 100644 --- a/docs/help/in/quote.in +++ b/docs/help/in/quote.in @@ -13,7 +13,7 @@ %9Examples:%9 - /QUOTE PRIVMSG mike: Hey, this works! + /QUOTE PRIVMSG mike :Hey, this works! /QUOTE OPERWALL :Meow! %9See also:%9 CONNECT, DISCONNECT, JOIN, MSG, PART From 16743c5c1309cc43b5c6568069f2a3821bc616a2 Mon Sep 17 00:00:00 2001 From: David Leadbeater Date: Sun, 13 Jul 2014 20:01:08 +0100 Subject: [PATCH 2/3] Update NEWS --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d291c04f..a398e03c 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,12 @@ v0.8.17-head 2014-xx-xx The Irssi team '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 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 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. From cb1d3580fe4b2d24128b4fdbb8cd7f3ffc8facd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sun, 13 Jul 2014 21:24:36 +0200 Subject: [PATCH 3/3] irssi-version.h should only be a phony target if build in maintainer mode --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4f1d1112..4cebd112 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} # create default-config.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 $(srcdir)/file2header.sh $(srcdir)/irssi.conf default_config > default-config.h