From: root Date: Thu, 26 Jan 2006 00:09:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e477340b15cb3ff56089b05d0b374037346841b9;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index b1fc9dee..ba4dea31 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,9 @@ WISH: just for fun, do shade and tint with XRender. WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the correct nextstep look. DUMB: support tex fonts +7.3a Thu Jan 26 01:08:25 CET 2006 + - removed stoopid debugging message. + 7.3 Wed Jan 25 22:47:35 CET 2006 - don't let iso14755 or mouse reporting get into the way of perl (could lead to global grabs never being cleared). diff --git a/doc/rxvt.1.html b/doc/rxvt.1.html index f6d0a41b..a59c573c 100644 --- a/doc/rxvt.1.html +++ b/doc/rxvt.1.html @@ -48,7 +48,7 @@


DESCRIPTION

-

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"