*** empty log message ***
authorroot <root>
Thu, 26 Jan 2006 00:09:47 +0000 (00:09 +0000)
committerroot <root>
Thu, 26 Jan 2006 00:09:47 +0000 (00:09 +0000)
Changes
doc/rxvt.1.html
doc/rxvt.1.man.in
doc/rxvt.1.txt
doc/rxvt.7.man.in
doc/rxvtperl.3.man.in
src/rxvtperl.xs
src/version.h

diff --git a/Changes b/Changes
index b1fc9dee9150bfef81f1870932d2eb125754a6fd..ba4dea31590189bd1ebbc6825360d1330a9bcf46 100644 (file)
--- 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).
index f6d0a41b2c908c00a3af505a1fe57ab735d29f12..a59c573ce77b17ce9ee5e212f334b4def2c3f472 100644 (file)
@@ -48,7 +48,7 @@
 </p>
 <hr />
 <h1><a name="description">DESCRIPTION</a></h1>
-<p><strong>rxvt-unicode</strong>, version <strong>7.3</strong>, is a colour vt102 terminal
+<p><strong>rxvt-unicode</strong>, version <strong>7.3a</strong>, is a colour vt102 terminal
 emulator intended as an <em>xterm</em>(1) replacement for users who do not
 require features such as Tektronix 4014 emulation and toolkit-style
 configurability. As a result, <strong>rxvt-unicode</strong> uses much less swap space --
index 7662171306a094112365e58f72b090465b55b02d..b435a051efe0a2900909238af0c6048e07bbdc34 100644 (file)
@@ -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:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .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"
index 1650ef06984bf4ce19b24f62af7bbc99fd555b03..031d78470df3227e765e26e812ca374715929590 100644 (file)
@@ -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
index a34b9a4ba6118fc0a918a511f51dd489ff353aa3..be2f2ec35c6c8585303fb3c3ae8766b96a93d547 100644 (file)
@@ -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:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .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"
index b9fc478efc02a02b94984c7ef83cd33b7f803a7d..4ba9d92ad5491e12818946f8639021412dc3ebb3 100644 (file)
@@ -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:
 .\" ========================================================================
 .\" ========================================================================
 .\"
 .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"
index af43e2d3721a39cfd4d2834c8ae9ec410cf8c8b9..d128705363349a6dfe2fc392d70e5f1a0a4c78e6 100644 (file)
@@ -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;
index 2fad28f79dbf2ef29274d8efaffd1d1ac6c849bd..94771fa82e4bf2f8da7deb85c29873e9d49b5e47 100644 (file)
@@ -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"