From: root
rxvt-unicode, version 7.3, is a colour vt102 terminal +
rxvt-unicode, version 7.3a, is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode uses much less swap space -- diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in index 76621713..b435a051 100644 --- a/doc/rxvt.1.man.in +++ b/doc/rxvt.1.man.in @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3 .\" .\" Standard preamble: .\" ======================================================================== @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "rxvt 1" -.TH rxvt 1 "2006-01-25" "7.3" "RXVT-UNICODE" +.TH rxvt 1 "2006-01-26" "7.3a" "RXVT-UNICODE" .SH "NAME" rxvt\-unicode (ouR XVT, unicode) \- (a VT102 emulator for the X window system) .SH "SYNOPSIS" diff --git a/doc/rxvt.1.txt b/doc/rxvt.1.txt index 1650ef06..031d7847 100644 --- a/doc/rxvt.1.txt +++ b/doc/rxvt.1.txt @@ -6,7 +6,7 @@ SYNOPSIS rxvt [options] [-e command [ args ]] DESCRIPTION - rxvt-unicode, version 7.3, is a colour vt102 terminal emulator intended + rxvt-unicode, version 7.3a, is a colour vt102 terminal emulator intended as an *xterm*(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, rxvt-unicode uses much less swap space -- a significant diff --git a/doc/rxvt.7.man.in b/doc/rxvt.7.man.in index a34b9a4b..be2f2ec3 100644 --- a/doc/rxvt.7.man.in +++ b/doc/rxvt.7.man.in @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3 .\" .\" Standard preamble: .\" ======================================================================== @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "rxvt 7" -.TH rxvt 7 "2006-01-25" "7.3" "RXVT-UNICODE" +.TH rxvt 7 "2006-01-26" "7.3a" "RXVT-UNICODE" .SH "NAME" RXVT REFERENCE \- FAQ, command sequences and other background information .SH "SYNOPSIS" diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in index b9fc478e..4ba9d92a 100644 --- a/doc/rxvtperl.3.man.in +++ b/doc/rxvtperl.3.man.in @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3 .\" .\" Standard preamble: .\" ======================================================================== @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "rxvt 3" -.TH rxvt 3 "2006-01-25" "7.3" "RXVT-UNICODE" +.TH rxvt 3 "2006-01-26" "7.3a" "RXVT-UNICODE" .SH "NAME" @@RXVT_NAME@@perl \- rxvt\-unicode's embedded perl interpreter .SH "SYNOPSIS" diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs index af43e2d3..d1287053 100644 --- a/src/rxvtperl.xs +++ b/src/rxvtperl.xs @@ -560,7 +560,6 @@ rxvt_perl_interp::invoke (rxvt_term *term, hook_type htype, ...) char *str = va_arg (ap, char *); int len = va_arg (ap, int); - printf ("pushing str %p:%d\n", str,len);//D XPUSHs (sv_2mortal (newSVpvn (str, len))); } break; diff --git a/src/version.h b/src/version.h index 2fad28f7..94771fa8 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "7.3" -#define DATE "2006-01-25" +#define VERSION "7.3a" +#define DATE "2006-01-26"