repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 7d832dd980824df41d42a05cb6944cfe1de2d5b4: path_to: revision_to:
commit 7d832dd980824df41d42a05cb6944cfe1de2d5b4 Author: Marc LehmannDate: Fri Mar 1 12:50:44 2013 +0000 9.17 diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -30,6 +30,7 @@ TODO: provide something like % for easy access for parse_keysym
TODO: description into --help output?
TODO: rxvt -help => (see rxvt-XXX(1))?
+9.17 Fri Mar 1 13:46:08 CET 2013
- add shade operator in background perl extension.
- avoid starting or ending the selection in the middle of wide
characters to avoid artifacts (reproted by Tiago Resende).
diff --git a/config.h.in b/config.h.in
--- a/config.h.in +++ b/config.h.in @@ -1,8 +1,5 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define if you want to have sexy-looking background pixmaps. */ -#undef BG_IMAGE_FROM_FILE - /* Define if you want 8 bit control sequences */ #undef EIGHT_BIT_CONTROLS diff --git a/configure b/configure
--- a/configure +++ b/configure @@ -7760,12 +7760,6 @@ $as_echo "#define XRENDER 1" >>confdefs.h $as_echo "#define ENABLE_TRANSPARENCY 1" >>confdefs.h fi - - if test x$support_pixbuf = xyes; then - -$as_echo "#define BG_IMAGE_FROM_FILE 1" >>confdefs.h - - fi fi if test x$support_styles = xyes; then diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in
--- a/doc/rxvt.1.man.in +++ b/doc/rxvt.1.man.in @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 1" -.TH @@RXVT_NAME@@ 1 "2012-11-06" "@@RXVT_VERSION@@" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 1 "2013-03-01" "@@RXVT_VERSION@@" "RXVT-UNICODE" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in
--- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 7" -.TH @@RXVT_NAME@@ 7 "2012-11-06" "@@RXVT_VERSION@@" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 7 "2013-03-01" "@@RXVT_VERSION@@" "RXVT-UNICODE" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/doc/rxvtc.1.man.in b/doc/rxvtc.1.man.in
--- a/doc/rxvtc.1.man.in +++ b/doc/rxvtc.1.man.in @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14) +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 1" -.TH @@RXVT_NAME@@ 1 "2012-01-21" "@@RXVT_VERSION@@" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 1 "2013-03-01" "@@RXVT_VERSION@@" "RXVT-UNICODE" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/doc/rxvtd.1.man.in b/doc/rxvtd.1.man.in
--- a/doc/rxvtd.1.man.in +++ b/doc/rxvtd.1.man.in @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14) +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "@@RXVT_NAME@@ 1" -.TH @@RXVT_NAME@@ 1 "2012-01-21" "@@RXVT_VERSION@@" "RXVT-UNICODE" +.TH @@RXVT_NAME@@ 1 "2013-03-01" "@@RXVT_VERSION@@" "RXVT-UNICODE" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/version.h b/src/version.h
--- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "9.16" -#define DATE "2012-11-06" +#define VERSION "9.17" +#define DATE "2013-03-01"
-----END OF PAGE-----